@wp-playground/client 1.0.13 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.cjs +43 -43
  2. package/index.js +1465 -1363
  3. package/package.json +9 -9
package/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ni=function(){var e;return typeof process<"u"&&((e=process.release)==null?void 0:e.name)==="node"?"NODE":typeof window<"u"?"WEB":typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?"WORKER":"NODE"}();if(ni==="NODE"){let e=function(s){return new Promise(function(n,o){s.onload=s.onerror=function(i){s.onload=s.onerror=null,i.type==="load"?n(s.result):o(new Error("Failed to read the blob/file"))}})},r=function(){const s=new Uint8Array([1,2,3,4]),o=new File([s],"test").stream();try{return o.getReader({mode:"byob"}),!0}catch{return!1}};if(typeof File>"u"){class s extends Blob{constructor(o,i,t){super(o);let p;t!=null&&t.lastModified&&(p=new Date),(!p||isNaN(p.getFullYear()))&&(p=new Date),this.lastModifiedDate=p,this.lastModified=p.getMilliseconds(),this.name=i||""}}global.File=s}typeof Blob.prototype.arrayBuffer>"u"&&(Blob.prototype.arrayBuffer=function(){const n=new FileReader;return n.readAsArrayBuffer(this),e(n)}),typeof Blob.prototype.text>"u"&&(Blob.prototype.text=function(){const n=new FileReader;return n.readAsText(this),e(n)}),(typeof Blob.prototype.stream>"u"||!r())&&(Blob.prototype.stream=function(){let s=0;const n=this;return new ReadableStream({type:"bytes",autoAllocateChunkSize:512*1024,async pull(o){const i=o.byobRequest.view,p=await n.slice(s,s+i.byteLength).arrayBuffer(),y=new Uint8Array(p);new Uint8Array(i.buffer).set(y);const u=y.byteLength;o.byobRequest.respond(u),s+=u,s>=n.size&&o.close()}})})}if(ni==="NODE"&&typeof CustomEvent>"u"){class e extends Event{constructor(s,n={}){super(s,n),this.detail=n.detail}initCustomEvent(){}}globalThis.CustomEvent=e}ni==="NODE"&&typeof URL.canParse!="function"&&(globalThis.URL.canParse=function(e){try{return!!new URL(e)}catch{return!1}});const ai=["db.php","plugins/akismet","plugins/hello.php","plugins/wordpress-importer","mu-plugins/sqlite-database-integration","mu-plugins/playground-includes","mu-plugins/0-playground.php","mu-plugins/0-sqlite.php","themes/twentytwenty","themes/twentytwentyone","themes/twentytwentytwo","themes/twentytwentythree","themes/twentytwentyfour","themes/twentytwentyfive","themes/twentytwentysix"],Rn=Symbol("SleepFinished");function Lo(e){return new Promise(r=>{setTimeout(()=>r(Rn),e)})}class Io extends Error{constructor(){super("Acquiring lock timed out")}}class Ho{constructor({concurrency:r,timeout:s}){this._running=0,this.concurrency=r,this.timeout=s,this.queue=[]}get remaining(){return this.concurrency-this.running}get running(){return this._running}async acquire(){for(;;)if(this._running>=this.concurrency){const r=new Promise(s=>{this.queue.push(s)});this.timeout!==void 0?await Promise.race([r,Lo(this.timeout)]).then(s=>{if(s===Rn)throw new Io}):await r}else{this._running++;let r=!1;return()=>{r||(r=!0,this._running--,this.queue.length>0&&this.queue.shift()())}}}async run(r){const s=await this.acquire();try{return await r()}finally{s()}}}function _e(...e){function r(i){return i.substring(i.length-1)==="/"}let s=e.join("/");const n=s[0]==="/",o=r(s);return s=oi(s),!s&&!n&&(s="."),s&&o&&!r(s)&&(s+="/"),s}function gt(e){if(e==="/")return"/";e=oi(e);const r=e.lastIndexOf("/");return r===-1?"":r===0?"/":e.substr(0,r)}function oi(e){const r=e[0]==="/";return e=$o(e.split("/").filter(s=>!!s),!r).join("/"),(r?"/":"")+e.replace(/\/$/,"")}function $o(e,r){let s=0;for(let n=e.length-1;n>=0;n--){const o=e[n];o==="."?e.splice(n,1):o===".."?(e.splice(n,1),s++):s&&(e.splice(n,1),s--)}if(r)for(;s;s--)e.unshift("..");return e}function Dn(e=36,r="!@#$%^&*()_+=-[]/.,<>?"){const s="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"+r;let n="";for(let o=e;o>0;--o)n+=s[Math.floor(Math.random()*s.length)];return n}function Ro(){return Dn(36,"-_")}function Ie(e){return`json_decode(base64_decode('${Do(JSON.stringify(e))}'), true)`}function Tt(e){const r={};for(const s in e)r[s]=Ie(e[s]);return r}function Do(e){return Bo(new TextEncoder().encode(e))}function Bo(e){const r=String.fromCodePoint(...e);return btoa(r)}const Fo="playground-log",xi=(e,...r)=>{xe.dispatchEvent(new CustomEvent(Fo,{detail:{log:e,args:r}}))},jo=(e,...r)=>{switch(typeof e.message=="string"?Reflect.set(e,"message",Ks(e.message)):e.message.message&&typeof e.message.message=="string"&&Reflect.set(e.message,"message",Ks(e.message.message)),e.severity){case"Debug":console.debug(e.message,...r);break;case"Info":console.info(e.message,...r);break;case"Warn":console.warn(e.message,...r);break;case"Error":console.error(e.message,...r);break;case"Fatal":console.error(e.message,...r);break;default:console.log(e.message,...r)}},No=e=>e instanceof Error?[e.message,e.stack].join(`
2
- `):JSON.stringify(e,null,2),Bn=[],Li=e=>{Bn.push(e)},Ms=e=>{if(e.raw===!0)Li(e.message);else{const r=Ko(typeof e.message=="object"?No(e.message):e.message,e.severity??"Info",e.prefix??"JavaScript");Li(r)}};let bs=0;const Ii="/wordpress/wp-content/debug.log",Wo=async e=>await e.fileExists(Ii)?await e.readFileAsText(Ii):"",Uo=(e,r)=>{r.addEventListener("request.end",async()=>{const s=await Wo(r);if(s.length>bs){const n=s.substring(bs);e.logMessage({message:n,raw:!0}),bs=s.length}}),r.addEventListener("request.error",s=>{s=s,s.error&&(e.logMessage({message:`${s.error.message} ${s.error.stack}`,severity:"Fatal",prefix:s.source==="request"?"PHP":"WASM Crash"}),e.dispatchEvent(new CustomEvent(e.fatalErrorEvent,{detail:{logs:e.getLogs(),source:s.source}})))})};class qo extends EventTarget{constructor(r=[]){super(),this.handlers=r,this.fatalErrorEvent="playground-fatal-error"}getLogs(){return this.handlers.includes(Ms)?[...Bn]:(this.error(`Logs aren't stored because the logToMemory handler isn't registered.
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const oi=function(){var e;return typeof process<"u"&&((e=process.release)==null?void 0:e.name)==="node"?"NODE":typeof window<"u"?"WEB":typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?"WORKER":"NODE"}();if(oi==="NODE"){let e=function(s){return new Promise(function(n,o){s.onload=s.onerror=function(i){s.onload=s.onerror=null,i.type==="load"?n(s.result):o(new Error("Failed to read the blob/file"))}})},r=function(){const s=new Uint8Array([1,2,3,4]),o=new File([s],"test").stream();try{return o.getReader({mode:"byob"}),!0}catch{return!1}};if(typeof File>"u"){class s extends Blob{constructor(o,i,t){super(o);let p;t!=null&&t.lastModified&&(p=new Date),(!p||isNaN(p.getFullYear()))&&(p=new Date),this.lastModifiedDate=p,this.lastModified=p.getMilliseconds(),this.name=i||""}}global.File=s}typeof Blob.prototype.arrayBuffer>"u"&&(Blob.prototype.arrayBuffer=function(){const n=new FileReader;return n.readAsArrayBuffer(this),e(n)}),typeof Blob.prototype.text>"u"&&(Blob.prototype.text=function(){const n=new FileReader;return n.readAsText(this),e(n)}),(typeof Blob.prototype.stream>"u"||!r())&&(Blob.prototype.stream=function(){let s=0;const n=this;return new ReadableStream({type:"bytes",autoAllocateChunkSize:512*1024,async pull(o){const i=o.byobRequest.view,p=await n.slice(s,s+i.byteLength).arrayBuffer(),y=new Uint8Array(p);new Uint8Array(i.buffer).set(y);const u=y.byteLength;o.byobRequest.respond(u),s+=u,s>=n.size&&o.close()}})})}if(oi==="NODE"&&typeof CustomEvent>"u"){class e extends Event{constructor(s,n={}){super(s,n),this.detail=n.detail}initCustomEvent(){}}globalThis.CustomEvent=e}oi==="NODE"&&typeof URL.canParse!="function"&&(globalThis.URL.canParse=function(e){try{return!!new URL(e)}catch{return!1}});const pi=["db.php","plugins/akismet","plugins/hello.php","plugins/wordpress-importer","mu-plugins/sqlite-database-integration","mu-plugins/playground-includes","mu-plugins/0-playground.php","mu-plugins/0-sqlite.php","themes/twentytwenty","themes/twentytwentyone","themes/twentytwentytwo","themes/twentytwentythree","themes/twentytwentyfour","themes/twentytwentyfive","themes/twentytwentysix"],Dn=Symbol("SleepFinished");function Io(e){return new Promise(r=>{setTimeout(()=>r(Dn),e)})}class Ho extends Error{constructor(){super("Acquiring lock timed out")}}class Bn{constructor({concurrency:r,timeout:s}){this._running=0,this.concurrency=r,this.timeout=s,this.queue=[]}get remaining(){return this.concurrency-this.running}get running(){return this._running}async acquire(){for(;;)if(this._running>=this.concurrency){const r=new Promise(s=>{this.queue.push(s)});this.timeout!==void 0?await Promise.race([r,Io(this.timeout)]).then(s=>{if(s===Dn)throw new Ho}):await r}else{this._running++;let r=!1;return()=>{r||(r=!0,this._running--,this.queue.length>0&&this.queue.shift()())}}}async run(r){const s=await this.acquire();try{return await r()}finally{s()}}}function de(...e){function r(i){return i.substring(i.length-1)==="/"}let s=e.join("/");const n=s[0]==="/",o=r(s);return s=fi(s),!s&&!n&&(s="."),s&&o&&!r(s)&&(s+="/"),s}function gt(e){if(e==="/")return"/";e=fi(e);const r=e.lastIndexOf("/");return r===-1?"":r===0?"/":e.substr(0,r)}function fi(e){const r=e[0]==="/";return e=$o(e.split("/").filter(s=>!!s),!r).join("/"),(r?"/":"")+e.replace(/\/$/,"")}function $o(e,r){let s=0;for(let n=e.length-1;n>=0;n--){const o=e[n];o==="."?e.splice(n,1):o===".."?(e.splice(n,1),s++):s&&(e.splice(n,1),s--)}if(r)for(;s;s--)e.unshift("..");return e}function Fn(e=36,r="!@#$%^&*()_+=-[]/.,<>?"){const s="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"+r;let n="";for(let o=e;o>0;--o)n+=s[Math.floor(Math.random()*s.length)];return n}function Ro(){return Fn(36,"-_")}function Ie(e){return`json_decode(base64_decode('${Do(JSON.stringify(e))}'), true)`}function Tt(e){const r={};for(const s in e)r[s]=Ie(e[s]);return r}function Do(e){return Bo(new TextEncoder().encode(e))}function Bo(e){const r=String.fromCodePoint(...e);return btoa(r)}const Fo="playground-log",Li=(e,...r)=>{xe.dispatchEvent(new CustomEvent(Fo,{detail:{log:e,args:r}}))},jo=(e,...r)=>{switch(typeof e.message=="string"?Reflect.set(e,"message",Gs(e.message)):e.message.message&&typeof e.message.message=="string"&&Reflect.set(e.message,"message",Gs(e.message.message)),e.severity){case"Debug":console.debug(e.message,...r);break;case"Info":console.info(e.message,...r);break;case"Warn":console.warn(e.message,...r);break;case"Error":console.error(e.message,...r);break;case"Fatal":console.error(e.message,...r);break;default:console.log(e.message,...r)}},No=e=>e instanceof Error?[e.message,e.stack].join(`
2
+ `):JSON.stringify(e,null,2),jn=[],Ii=e=>{jn.push(e)},zs=e=>{if(e.raw===!0)Ii(e.message);else{const r=Ko(typeof e.message=="object"?No(e.message):e.message,e.severity??"Info",e.prefix??"JavaScript");Ii(r)}};let vs=0;const Hi="/wordpress/wp-content/debug.log",Wo=async e=>await e.fileExists(Hi)?await e.readFileAsText(Hi):"",Uo=(e,r)=>{r.addEventListener("request.end",async()=>{const s=await Wo(r);if(s.length>vs){const n=s.substring(vs);e.logMessage({message:n,raw:!0}),vs=s.length}}),r.addEventListener("request.error",s=>{s=s,s.error&&(e.logMessage({message:`${s.error.message} ${s.error.stack}`,severity:"Fatal",prefix:s.source==="request"?"PHP":"WASM Crash"}),e.dispatchEvent(new CustomEvent(e.fatalErrorEvent,{detail:{logs:e.getLogs(),source:s.source}})))})};class qo extends EventTarget{constructor(r=[]){super(),this.handlers=r,this.fatalErrorEvent="playground-fatal-error"}getLogs(){return this.handlers.includes(zs)?[...jn]:(this.error(`Logs aren't stored because the logToMemory handler isn't registered.
3
3
  If you're using a custom logger instance, make sure to register logToMemory handler.
4
- `),[])}logMessage(r,...s){for(const n of this.handlers)n(r,...s)}log(r,...s){this.logMessage({message:r,severity:void 0,prefix:"JavaScript",raw:!1},...s)}debug(r,...s){this.logMessage({message:r,severity:"Debug",prefix:"JavaScript",raw:!1},...s)}info(r,...s){this.logMessage({message:r,severity:"Info",prefix:"JavaScript",raw:!1},...s)}warn(r,...s){this.logMessage({message:r,severity:"Warn",prefix:"JavaScript",raw:!1},...s)}error(r,...s){this.logMessage({message:r,severity:"Error",prefix:"JavaScript",raw:!1},...s)}}const Mo=()=>{try{if(process.env.NODE_ENV==="test")return[Ms,xi]}catch{}return[Ms,jo,xi]},xe=new qo(Mo()),Ks=e=>e.replace(/\t/g,""),Ko=(e,r,s)=>{const n=new Date,o=new Intl.DateTimeFormat("en-GB",{year:"numeric",month:"short",day:"2-digit",timeZone:"UTC"}).format(n).replace(/ /g,"-"),i=new Intl.DateTimeFormat("en-GB",{hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!1,timeZone:"UTC",timeZoneName:"short"}).format(n),t=o+" "+i;return e=Ks(e),`[${t}] ${s} ${r}: ${e}`},pi=async(e,{pluginPath:r,pluginName:s},n)=>{n==null||n.tracker.setCaption(`Activating ${s||r}`);const o=await e.documentRoot,i=await e.run({code:`<?php
4
+ `),[])}logMessage(r,...s){for(const n of this.handlers)n(r,...s)}log(r,...s){this.logMessage({message:r,severity:void 0,prefix:"JavaScript",raw:!1},...s)}debug(r,...s){this.logMessage({message:r,severity:"Debug",prefix:"JavaScript",raw:!1},...s)}info(r,...s){this.logMessage({message:r,severity:"Info",prefix:"JavaScript",raw:!1},...s)}warn(r,...s){this.logMessage({message:r,severity:"Warn",prefix:"JavaScript",raw:!1},...s)}error(r,...s){this.logMessage({message:r,severity:"Error",prefix:"JavaScript",raw:!1},...s)}}const Mo=()=>{try{if(process.env.NODE_ENV==="test")return[zs,Li]}catch{}return[zs,jo,Li]},xe=new qo(Mo()),Gs=e=>e.replace(/\t/g,""),Ko=(e,r,s)=>{const n=new Date,o=new Intl.DateTimeFormat("en-GB",{year:"numeric",month:"short",day:"2-digit",timeZone:"UTC"}).format(n).replace(/ /g,"-"),i=new Intl.DateTimeFormat("en-GB",{hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!1,timeZone:"UTC",timeZoneName:"short"}).format(n),t=o+" "+i;return e=Gs(e),`[${t}] ${s} ${r}: ${e}`},li=async(e,{pluginPath:r,pluginName:s},n)=>{n==null||n.tracker.setCaption(`Activating ${s||r}`);const o=await e.documentRoot,i=await e.run({code:`<?php
5
5
  define( 'WP_ADMIN', true );
6
6
  require_once( ${Ie(o)}. "/wp-load.php" );
7
7
  require_once( ${Ie(o)}. "/wp-admin/includes/plugin.php" );
@@ -33,7 +33,7 @@
33
33
  }
34
34
 
35
35
  throw new Exception( 'Unable to activate plugin' );
36
- `});if(i.text!=="Plugin activated successfully")throw xe.debug(i),new Error(`Plugin ${r} could not be activated – WordPress exited with no error. Sometimes, when $_SERVER or site options are not configured correctly, WordPress exits early with a 301 redirect. Inspect the "debug" logs in the console for more details`)},fi=async(e,{themeFolderName:r},s)=>{s==null||s.tracker.setCaption(`Activating ${r}`);const n=await e.documentRoot,o=`${n}/wp-content/themes/${r}`;if(!await e.fileExists(o))throw new Error(`
36
+ `});if(i.text!=="Plugin activated successfully")throw xe.debug(i),new Error(`Plugin ${r} could not be activated – WordPress exited with no error. Sometimes, when $_SERVER or site options are not configured correctly, WordPress exits early with a 301 redirect. Inspect the "debug" logs in the console for more details`)},ui=async(e,{themeFolderName:r},s)=>{s==null||s.tracker.setCaption(`Activating ${r}`);const n=await e.documentRoot,o=`${n}/wp-content/themes/${r}`;if(!await e.fileExists(o))throw new Error(`
37
37
  Couldn't activate theme ${r}.
38
38
  Theme not found at the provided theme path: ${o}.
39
39
  Check the theme path to ensure it's correct.
@@ -52,7 +52,7 @@
52
52
  throw new Exception( 'Theme ' . getenv('themeFolderName') . ' could not be activated.' );
53
53
  }
54
54
  die('Theme activated successfully');
55
- `,env:{docroot:n,themeFolderName:r}});if(i.text!=="Theme activated successfully")throw xe.debug(i),new Error(`Theme ${r} could not be activated – WordPress exited with no error. Sometimes, when $_SERVER or site options are not configured correctly, WordPress exits early with a 301 redirect. Inspect the "debug" logs in the console for more details`)},Fn=async(e,{code:r})=>await e.run({code:r}),jn=async(e,{options:r})=>await e.run(r),li=async(e,{path:r})=>{await e.unlink(r)},Nn=async(e,{sql:r},s)=>{s==null||s.tracker.setCaption("Executing SQL Queries");const n=`/tmp/${Ro()}.sql`;await e.writeFile(n,new Uint8Array(await r.arrayBuffer()));const o=await e.documentRoot,i=Tt({docroot:o,sqlFilename:n}),t=await e.run({code:`<?php
55
+ `,env:{docroot:n,themeFolderName:r}});if(i.text!=="Theme activated successfully")throw xe.debug(i),new Error(`Theme ${r} could not be activated – WordPress exited with no error. Sometimes, when $_SERVER or site options are not configured correctly, WordPress exits early with a 301 redirect. Inspect the "debug" logs in the console for more details`)},Nn=async(e,{code:r})=>await e.run({code:r}),Wn=async(e,{options:r})=>await e.run(r),ci=async(e,{path:r})=>{await e.unlink(r)},Un=async(e,{sql:r},s)=>{s==null||s.tracker.setCaption("Executing SQL Queries");const n=`/tmp/${Ro()}.sql`;await e.writeFile(n,new Uint8Array(await r.arrayBuffer()));const o=await e.documentRoot,i=Tt({docroot:o,sqlFilename:n}),t=await e.run({code:`<?php
56
56
  require_once ${i.docroot} . '/wp-load.php';
57
57
 
58
58
  $handle = fopen(${i.sqlFilename}, 'r');
@@ -67,7 +67,7 @@
67
67
 
68
68
  $wpdb->query($line);
69
69
  }
70
- `});return await li(e,{path:n}),t},Wn=async(e,{request:r})=>{xe.warn('Deprecated: The Blueprint step "request" is deprecated and will be removed in a future release.');const s=await e.request(r);if(s.httpStatusCode>399||s.httpStatusCode<200)throw xe.warn("WordPress response was",{response:s}),new Error(`Request failed with status ${s.httpStatusCode}`);return s},zo=`<?php
70
+ `});return await ci(e,{path:n}),t},qn=async(e,{request:r})=>{xe.warn('Deprecated: The Blueprint step "request" is deprecated and will be removed in a future release.');const s=await e.request(r);if(s.httpStatusCode>399||s.httpStatusCode<200)throw xe.warn("WordPress response was",{response:s}),new Error(`Request failed with status ${s.httpStatusCode}`);return s},zo=`<?php
71
71
 
72
72
  /**
73
73
  * Rewrites the wp-config.php file to ensure specific constants are defined
@@ -398,31 +398,31 @@ function skip_whitespace($tokens) {
398
398
  }
399
399
  return $output;
400
400
  }
401
- `,as=async(e,{consts:r,method:s="define-before-run"})=>{switch(s){case"define-before-run":await Go(e,r);break;case"rewrite-wp-config":{const n=await e.documentRoot,o=_e(n,"/wp-config.php"),i=await e.readFileAsText(o),t=await Zo(e,i,r);await e.writeFile(o,t);break}default:throw new Error(`Invalid method: ${s}`)}};async function Go(e,r){for(const s in r)await e.defineConstant(s,r[s])}async function Zo(e,r,s){await e.writeFile("/tmp/code.php",r);const n=Tt({consts:s});return await e.run({code:`${zo}
401
+ `,as=async(e,{consts:r,method:s="define-before-run"})=>{switch(s){case"define-before-run":await Go(e,r);break;case"rewrite-wp-config":{const n=await e.documentRoot,o=de(n,"/wp-config.php"),i=await e.readFileAsText(o),t=await Zo(e,i,r);await e.writeFile(o,t);break}default:throw new Error(`Invalid method: ${s}`)}};async function Go(e,r){for(const s in r)await e.defineConstant(s,r[s])}async function Zo(e,r,s){await e.writeFile("/tmp/code.php",r);const n=Tt({consts:s});return await e.run({code:`${zo}
402
402
  $wp_config_path = '/tmp/code.php';
403
403
  $wp_config = file_get_contents($wp_config_path);
404
404
  $new_wp_config = rewrite_wp_config_to_define_constants($wp_config, ${n.consts});
405
405
  file_put_contents($wp_config_path, $new_wp_config);
406
- `}),await e.readFileAsText("/tmp/code.php")}const ui=async(e,{options:r})=>{const s=await e.documentRoot;await e.run({code:`<?php
406
+ `}),await e.readFileAsText("/tmp/code.php")}const di=async(e,{options:r})=>{const s=await e.documentRoot;await e.run({code:`<?php
407
407
  include ${Ie(s)} . '/wp-load.php';
408
408
  $site_options = ${Ie(r)};
409
409
  foreach($site_options as $name => $value) {
410
410
  update_option($name, $value);
411
411
  }
412
412
  echo "Success";
413
- `})},Un=async(e,{meta:r,userId:s})=>{const n=await e.documentRoot;await e.run({code:`<?php
413
+ `})},Mn=async(e,{meta:r,userId:s})=>{const n=await e.documentRoot;await e.run({code:`<?php
414
414
  include ${Ie(n)} . '/wp-load.php';
415
415
  $meta = ${Ie(r)};
416
416
  foreach($meta as $name => $value) {
417
417
  update_user_meta(${Ie(s)}, $name, $value);
418
418
  }
419
- `})},ci="/tmp/wp-cli.phar",Vo={resource:"url",url:"https://playground.wordpress.net/wp-cli.phar"},qn=async(e,r=ci)=>{if(!await e.fileExists(r))throw new Error(`wp-cli.phar not found at ${r}.
419
+ `})},hi="/tmp/wp-cli.phar",Vo={resource:"url",url:"https://playground.wordpress.net/wp-cli.phar"},Kn=async(e,r=hi)=>{if(!await e.fileExists(r))throw new Error(`wp-cli.phar not found at ${r}.
420
420
  You can enable wp-cli support by adding "wp-cli" to the list of extra libraries in your blueprint as follows:
421
421
  {
422
422
  "extraLibraries": [ "wp-cli" ]
423
423
  }
424
424
  Read more about it in the documentation.
425
- https://wordpress.github.io/wordpress-playground/blueprints/data-format#extra-libraries`)},di=async(e,{command:r,wpCliPath:s=ci})=>{await qn(e,s);let n;if(typeof r=="string"?(r=r.trim(),n=Yo(r)):n=r,n.shift()!=="wp")throw new Error('The first argument must be "wp".');const i=await e.documentRoot;await e.writeFile("/tmp/stdout",""),await e.writeFile("/tmp/stderr",""),await e.writeFile(_e(i,"run-cli.php"),`<?php
425
+ https://wordpress.github.io/wordpress-playground/blueprints/data-format#extra-libraries`)},yi=async(e,{command:r,wpCliPath:s=hi})=>{await Kn(e,s);let n;if(typeof r=="string"?(r=r.trim(),n=Yo(r)):n=r,n.shift()!=="wp")throw new Error('The first argument must be "wp".');const i=await e.documentRoot;await e.writeFile("/tmp/stdout",""),await e.writeFile("/tmp/stderr",""),await e.writeFile(de(i,"run-cli.php"),`<?php
426
426
  // Set up the environment to emulate a shell script
427
427
  // call.
428
428
 
@@ -444,9 +444,9 @@ function skip_whitespace($tokens) {
444
444
  define('STDERR', fopen('php://stderr', 'wb'));
445
445
 
446
446
  require( ${Ie(s)} );
447
- `);const t=await e.run({scriptPath:_e(i,"run-cli.php")});if(t.errors)throw new Error(t.errors);return t};function Yo(e){let n=0,o="";const i=[];let t="";for(let p=0;p<e.length;p++){const y=e[p];n===0?y==='"'||y==="'"?(n=1,o=y):y.match(/\s/)?(t&&i.push(t),t=""):t+=y:n===1&&(y==="\\"?(p++,t+=e[p]):y===o?(n=0,o=""):t+=y)}return t&&i.push(t),i}const Mn=async(e,{wpCliPath:r})=>{await qn(e,r),await as(e,{consts:{WP_ALLOW_MULTISITE:1}});const s=new URL(await e.absoluteUrl);if(s.port!==""){let i=`The current host is ${s.host}, but WordPress multisites do not support custom ports.`;throw s.hostname==="localhost"&&(i+=" For development, you can set up a playground.test domain using the instructions at https://wordpress.github.io/wordpress-playground/contributing/code."),new Error(i)}const n=s.pathname.replace(/\/$/,"")+"/",o=`${s.protocol}//${s.hostname}${n}`;await ui(e,{options:{siteurl:o,home:o}}),await di(e,{command:"wp core multisite-convert"})},Kn=async(e,{fromPath:r,toPath:s})=>{await e.writeFile(s,await e.readFileAsBuffer(r))},zn=async(e,{fromPath:r,toPath:s})=>{await e.mv(r,s)},Gn=async(e,{path:r})=>{await e.mkdir(r)},Zn=async(e,{path:r})=>{await e.rmdir(r)},hi=async(e,{path:r,data:s})=>{s instanceof File&&(s=new Uint8Array(await s.arrayBuffer())),r.startsWith("/wordpress/wp-content/mu-plugins")&&!await e.fileExists("/wordpress/wp-content/mu-plugins")&&await e.mkdir("/wordpress/wp-content/mu-plugins"),await e.writeFile(r,s)},Qt={0:"No error occurred. System call completed successfully.",1:"Argument list too long.",2:"Permission denied.",3:"Address in use.",4:"Address not available.",5:"Address family not supported.",6:"Resource unavailable, or operation would block.",7:"Connection already in progress.",8:"Bad file descriptor.",9:"Bad message.",10:"Device or resource busy.",11:"Operation canceled.",12:"No child processes.",13:"Connection aborted.",14:"Connection refused.",15:"Connection reset.",16:"Resource deadlock would occur.",17:"Destination address required.",18:"Mathematics argument out of domain of function.",19:"Reserved.",20:"File exists.",21:"Bad address.",22:"File too large.",23:"Host is unreachable.",24:"Identifier removed.",25:"Illegal byte sequence.",26:"Operation in progress.",27:"Interrupted function.",28:"Invalid argument.",29:"I/O error.",30:"Socket is connected.",31:"There is a directory under that path.",32:"Too many levels of symbolic links.",33:"File descriptor value too large.",34:"Too many links.",35:"Message too large.",36:"Reserved.",37:"Filename too long.",38:"Network is down.",39:"Connection aborted by network.",40:"Network unreachable.",41:"Too many files open in system.",42:"No buffer space available.",43:"No such device.",44:"There is no such file or directory OR the parent directory does not exist.",45:"Executable file format error.",46:"No locks available.",47:"Reserved.",48:"Not enough space.",49:"No message of the desired type.",50:"Protocol not available.",51:"No space left on device.",52:"Function not supported.",53:"The socket is not connected.",54:"Not a directory or a symbolic link to a directory.",55:"Directory not empty.",56:"State not recoverable.",57:"Not a socket.",58:"Not supported, or operation not supported on socket.",59:"Inappropriate I/O control operation.",60:"No such device or address.",61:"Value too large to be stored in data type.",62:"Previous owner died.",63:"Operation not permitted.",64:"Broken pipe.",65:"Protocol error.",66:"Protocol not supported.",67:"Protocol wrong type for socket.",68:"Result too large.",69:"Read-only file system.",70:"Invalid seek.",71:"No such process.",72:"Reserved.",73:"Connection timed out.",74:"Text file busy.",75:"Cross-device link.",76:"Extension: Capabilities insufficient."};function Xo(e){const r=typeof e=="object"?e==null?void 0:e.errno:null;if(r in Qt)return Qt[r]}function Ve(e=""){return function(s,n,o){const i=o.value;o.value=function(...t){try{return i.apply(this,t)}catch(p){const y=typeof p=="object"?p==null?void 0:p.errno:null;if(y in Qt){const u=Qt[y],d=typeof t[1]=="string"?t[1]:null,g=d!==null?e.replaceAll("{path}",d):e;throw new Error(`${g}: ${u}`,{cause:p})}throw p}}}}var Qo=Object.defineProperty,Jo=Object.getOwnPropertyDescriptor,Ye=(e,r,s,n)=>{for(var o=n>1?void 0:n?Jo(r,s):r,i=e.length-1,t;i>=0;i--)(t=e[i])&&(o=(n?t(r,s,o):t(o))||o);return n&&o&&Qo(r,s,o),o};const Xe=class $e{static readFileAsText(r,s){return new TextDecoder().decode($e.readFileAsBuffer(r,s))}static readFileAsBuffer(r,s){return r.readFile(s)}static writeFile(r,s,n){r.writeFile(s,n)}static unlink(r,s){r.unlink(s)}static mv(r,s,n){try{const o=r.lookupPath(s).node.mount,i=$e.fileExists(r,n)?r.lookupPath(n).node.mount:r.lookupPath(gt(n)).node.mount;o.mountpoint!==i.mountpoint?($e.copyRecursive(r,s,n),$e.isDir(r,s)?$e.rmdir(r,s,{recursive:!0}):r.unlink(s)):r.rename(s,n)}catch(o){const i=Xo(o);throw i?new Error(`Could not move ${s} to ${n}: ${i}`,{cause:o}):o}}static rmdir(r,s,n={recursive:!0}){n!=null&&n.recursive&&$e.listFiles(r,s).forEach(o=>{const i=`${s}/${o}`;$e.isDir(r,i)?$e.rmdir(r,i,n):$e.unlink(r,i)}),r.rmdir(s)}static listFiles(r,s,n={prependPath:!1}){if(!$e.fileExists(r,s))return[];try{const o=r.readdir(s).filter(i=>i!=="."&&i!=="..");if(n.prependPath){const i=s.replace(/\/$/,"");return o.map(t=>`${i}/${t}`)}return o}catch(o){return xe.error(o,{path:s}),[]}}static isDir(r,s){return $e.fileExists(r,s)?r.isDir(r.lookupPath(s,{follow:!0}).node.mode):!1}static isFile(r,s){return $e.fileExists(r,s)?r.isFile(r.lookupPath(s,{follow:!0}).node.mode):!1}static symlink(r,s,n){return r.symlink(s,n)}static isSymlink(r,s){return $e.fileExists(r,s)?r.isLink(r.lookupPath(s).node.mode):!1}static readlink(r,s){return r.readlink(s)}static realpath(r,s){return r.lookupPath(s,{follow:!0}).path}static fileExists(r,s){try{return r.lookupPath(s),!0}catch{return!1}}static mkdir(r,s){r.mkdirTree(s)}static copyRecursive(r,s,n){const o=r.lookupPath(s).node;if(r.isDir(o.mode)){r.mkdirTree(n);const i=r.readdir(s).filter(t=>t!=="."&&t!=="..");for(const t of i)$e.copyRecursive(r,_e(s,t),_e(n,t))}else r.writeFile(n,r.readFile(s))}};Ye([Ve('Could not read "{path}"')],Xe,"readFileAsText",1);Ye([Ve('Could not read "{path}"')],Xe,"readFileAsBuffer",1);Ye([Ve('Could not write to "{path}"')],Xe,"writeFile",1);Ye([Ve('Could not unlink "{path}"')],Xe,"unlink",1);Ye([Ve('Could not remove directory "{path}"')],Xe,"rmdir",1);Ye([Ve('Could not list files in "{path}"')],Xe,"listFiles",1);Ye([Ve('Could not stat "{path}"')],Xe,"isDir",1);Ye([Ve('Could not stat "{path}"')],Xe,"isFile",1);Ye([Ve('Could not stat "{path}"')],Xe,"realpath",1);Ye([Ve('Could not stat "{path}"')],Xe,"fileExists",1);Ye([Ve('Could not create directory "{path}"')],Xe,"mkdir",1);Ye([Ve('Could not copy files from "{path}"')],Xe,"copyRecursive",1);const ep={500:"Internal Server Error",502:"Bad Gateway",404:"Not Found",403:"Forbidden",401:"Unauthorized",400:"Bad Request",301:"Moved Permanently",302:"Found",307:"Temporary Redirect",308:"Permanent Redirect",204:"No Content",201:"Created",200:"OK"};class Jt{constructor(r,s,n,o="",i=0){this.httpStatusCode=r,this.headers=s,this.bytes=n,this.exitCode=i,this.errors=o}static forHttpCode(r,s=""){return new Jt(r,{},new TextEncoder().encode(s||ep[r]||""))}static fromRawData(r){return new Jt(r.httpStatusCode,r.headers,r.bytes,r.errors,r.exitCode)}toRawData(){return{headers:this.headers,bytes:this.bytes,errors:this.errors,exitCode:this.exitCode,httpStatusCode:this.httpStatusCode}}get json(){return JSON.parse(this.text)}get text(){return new TextDecoder().decode(this.bytes)}}(function(){var e;return typeof process<"u"&&((e=process.release)==null?void 0:e.name)==="node"?"NODE":typeof window<"u"?"WEB":typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?"WORKER":"NODE"})();const Hi="/internal/shared/php.ini";function yi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}const{hasOwnProperty:vs}=Object.prototype,zs=(e,r={})=>{typeof r=="string"&&(r={section:r}),r.align=r.align===!0,r.newline=r.newline===!0,r.sort=r.sort===!0,r.whitespace=r.whitespace===!0||r.align===!0,r.platform=r.platform||typeof process<"u"&&process.platform,r.bracketedArray=r.bracketedArray!==!1;const s=r.platform==="win32"?`\r
447
+ `);const t=await e.run({scriptPath:de(i,"run-cli.php")});if(t.errors)throw new Error(t.errors);return t};function Yo(e){let n=0,o="";const i=[];let t="";for(let p=0;p<e.length;p++){const y=e[p];n===0?y==='"'||y==="'"?(n=1,o=y):y.match(/\s/)?(t&&i.push(t),t=""):t+=y:n===1&&(y==="\\"?(p++,t+=e[p]):y===o?(n=0,o=""):t+=y)}return t&&i.push(t),i}const zn=async(e,{wpCliPath:r})=>{await Kn(e,r),await as(e,{consts:{WP_ALLOW_MULTISITE:1}});const s=new URL(await e.absoluteUrl);if(s.port!==""){let i=`The current host is ${s.host}, but WordPress multisites do not support custom ports.`;throw s.hostname==="localhost"&&(i+=" For development, you can set up a playground.test domain using the instructions at https://wordpress.github.io/wordpress-playground/contributing/code."),new Error(i)}const n=s.pathname.replace(/\/$/,"")+"/",o=`${s.protocol}//${s.hostname}${n}`;await di(e,{options:{siteurl:o,home:o}}),await yi(e,{command:"wp core multisite-convert"})},Gn=async(e,{fromPath:r,toPath:s})=>{await e.writeFile(s,await e.readFileAsBuffer(r))},Zn=async(e,{fromPath:r,toPath:s})=>{await e.mv(r,s)},Vn=async(e,{path:r})=>{await e.mkdir(r)},Yn=async(e,{path:r})=>{await e.rmdir(r)},os=async(e,{path:r,data:s})=>{s instanceof File&&(s=new Uint8Array(await s.arrayBuffer())),r.startsWith("/wordpress/wp-content/mu-plugins")&&!await e.fileExists("/wordpress/wp-content/mu-plugins")&&await e.mkdir("/wordpress/wp-content/mu-plugins"),await e.writeFile(r,s)},Jt={0:"No error occurred. System call completed successfully.",1:"Argument list too long.",2:"Permission denied.",3:"Address in use.",4:"Address not available.",5:"Address family not supported.",6:"Resource unavailable, or operation would block.",7:"Connection already in progress.",8:"Bad file descriptor.",9:"Bad message.",10:"Device or resource busy.",11:"Operation canceled.",12:"No child processes.",13:"Connection aborted.",14:"Connection refused.",15:"Connection reset.",16:"Resource deadlock would occur.",17:"Destination address required.",18:"Mathematics argument out of domain of function.",19:"Reserved.",20:"File exists.",21:"Bad address.",22:"File too large.",23:"Host is unreachable.",24:"Identifier removed.",25:"Illegal byte sequence.",26:"Operation in progress.",27:"Interrupted function.",28:"Invalid argument.",29:"I/O error.",30:"Socket is connected.",31:"There is a directory under that path.",32:"Too many levels of symbolic links.",33:"File descriptor value too large.",34:"Too many links.",35:"Message too large.",36:"Reserved.",37:"Filename too long.",38:"Network is down.",39:"Connection aborted by network.",40:"Network unreachable.",41:"Too many files open in system.",42:"No buffer space available.",43:"No such device.",44:"There is no such file or directory OR the parent directory does not exist.",45:"Executable file format error.",46:"No locks available.",47:"Reserved.",48:"Not enough space.",49:"No message of the desired type.",50:"Protocol not available.",51:"No space left on device.",52:"Function not supported.",53:"The socket is not connected.",54:"Not a directory or a symbolic link to a directory.",55:"Directory not empty.",56:"State not recoverable.",57:"Not a socket.",58:"Not supported, or operation not supported on socket.",59:"Inappropriate I/O control operation.",60:"No such device or address.",61:"Value too large to be stored in data type.",62:"Previous owner died.",63:"Operation not permitted.",64:"Broken pipe.",65:"Protocol error.",66:"Protocol not supported.",67:"Protocol wrong type for socket.",68:"Result too large.",69:"Read-only file system.",70:"Invalid seek.",71:"No such process.",72:"Reserved.",73:"Connection timed out.",74:"Text file busy.",75:"Cross-device link.",76:"Extension: Capabilities insufficient."};function Xo(e){const r=typeof e=="object"?e==null?void 0:e.errno:null;if(r in Jt)return Jt[r]}function Ve(e=""){return function(s,n,o){const i=o.value;o.value=function(...t){try{return i.apply(this,t)}catch(p){const y=typeof p=="object"?p==null?void 0:p.errno:null;if(y in Jt){const u=Jt[y],d=typeof t[1]=="string"?t[1]:null,b=d!==null?e.replaceAll("{path}",d):e;throw new Error(`${b}: ${u}`,{cause:p})}throw p}}}}var Jo=Object.defineProperty,Qo=Object.getOwnPropertyDescriptor,Ye=(e,r,s,n)=>{for(var o=n>1?void 0:n?Qo(r,s):r,i=e.length-1,t;i>=0;i--)(t=e[i])&&(o=(n?t(r,s,o):t(o))||o);return n&&o&&Jo(r,s,o),o};const Xe=class $e{static readFileAsText(r,s){return new TextDecoder().decode($e.readFileAsBuffer(r,s))}static readFileAsBuffer(r,s){return r.readFile(s)}static writeFile(r,s,n){r.writeFile(s,n)}static unlink(r,s){r.unlink(s)}static mv(r,s,n){try{const o=r.lookupPath(s).node.mount,i=$e.fileExists(r,n)?r.lookupPath(n).node.mount:r.lookupPath(gt(n)).node.mount;o.mountpoint!==i.mountpoint?($e.copyRecursive(r,s,n),$e.isDir(r,s)?$e.rmdir(r,s,{recursive:!0}):r.unlink(s)):r.rename(s,n)}catch(o){const i=Xo(o);throw i?new Error(`Could not move ${s} to ${n}: ${i}`,{cause:o}):o}}static rmdir(r,s,n={recursive:!0}){n!=null&&n.recursive&&$e.listFiles(r,s).forEach(o=>{const i=`${s}/${o}`;$e.isDir(r,i)?$e.rmdir(r,i,n):$e.unlink(r,i)}),r.rmdir(s)}static listFiles(r,s,n={prependPath:!1}){if(!$e.fileExists(r,s))return[];try{const o=r.readdir(s).filter(i=>i!=="."&&i!=="..");if(n.prependPath){const i=s.replace(/\/$/,"");return o.map(t=>`${i}/${t}`)}return o}catch(o){return xe.error(o,{path:s}),[]}}static isDir(r,s){return $e.fileExists(r,s)?r.isDir(r.lookupPath(s,{follow:!0}).node.mode):!1}static isFile(r,s){return $e.fileExists(r,s)?r.isFile(r.lookupPath(s,{follow:!0}).node.mode):!1}static symlink(r,s,n){return r.symlink(s,n)}static isSymlink(r,s){return $e.fileExists(r,s)?r.isLink(r.lookupPath(s).node.mode):!1}static readlink(r,s){return r.readlink(s)}static realpath(r,s){return r.lookupPath(s,{follow:!0}).path}static fileExists(r,s){try{return r.lookupPath(s),!0}catch{return!1}}static mkdir(r,s){r.mkdirTree(s)}static copyRecursive(r,s,n){const o=r.lookupPath(s).node;if(r.isDir(o.mode)){r.mkdirTree(n);const i=r.readdir(s).filter(t=>t!=="."&&t!=="..");for(const t of i)$e.copyRecursive(r,de(s,t),de(n,t))}else r.writeFile(n,r.readFile(s))}};Ye([Ve('Could not read "{path}"')],Xe,"readFileAsText",1);Ye([Ve('Could not read "{path}"')],Xe,"readFileAsBuffer",1);Ye([Ve('Could not write to "{path}"')],Xe,"writeFile",1);Ye([Ve('Could not unlink "{path}"')],Xe,"unlink",1);Ye([Ve('Could not remove directory "{path}"')],Xe,"rmdir",1);Ye([Ve('Could not list files in "{path}"')],Xe,"listFiles",1);Ye([Ve('Could not stat "{path}"')],Xe,"isDir",1);Ye([Ve('Could not stat "{path}"')],Xe,"isFile",1);Ye([Ve('Could not stat "{path}"')],Xe,"realpath",1);Ye([Ve('Could not stat "{path}"')],Xe,"fileExists",1);Ye([Ve('Could not create directory "{path}"')],Xe,"mkdir",1);Ye([Ve('Could not copy files from "{path}"')],Xe,"copyRecursive",1);const ep={500:"Internal Server Error",502:"Bad Gateway",404:"Not Found",403:"Forbidden",401:"Unauthorized",400:"Bad Request",301:"Moved Permanently",302:"Found",307:"Temporary Redirect",308:"Permanent Redirect",204:"No Content",201:"Created",200:"OK"};class Qt{constructor(r,s,n,o="",i=0){this.httpStatusCode=r,this.headers=s,this.bytes=n,this.exitCode=i,this.errors=o}static forHttpCode(r,s=""){return new Qt(r,{},new TextEncoder().encode(s||ep[r]||""))}static fromRawData(r){return new Qt(r.httpStatusCode,r.headers,r.bytes,r.errors,r.exitCode)}toRawData(){return{headers:this.headers,bytes:this.bytes,errors:this.errors,exitCode:this.exitCode,httpStatusCode:this.httpStatusCode}}get json(){return JSON.parse(this.text)}get text(){return new TextDecoder().decode(this.bytes)}}(function(){var e;return typeof process<"u"&&((e=process.release)==null?void 0:e.name)==="node"?"NODE":typeof window<"u"?"WEB":typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?"WORKER":"NODE"})();const $i="/internal/shared/php.ini";function mi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}const{hasOwnProperty:Ps}=Object.prototype,Zs=(e,r={})=>{typeof r=="string"&&(r={section:r}),r.align=r.align===!0,r.newline=r.newline===!0,r.sort=r.sort===!0,r.whitespace=r.whitespace===!0||r.align===!0,r.platform=r.platform||typeof process<"u"&&process.platform,r.bracketedArray=r.bracketedArray!==!1;const s=r.platform==="win32"?`\r
448
448
  `:`
449
- `,n=r.whitespace?" = ":"=",o=[],i=r.sort?Object.keys(e).sort():Object.keys(e);let t=0;r.align&&(t=yr(i.filter(u=>e[u]===null||Array.isArray(e[u])||typeof e[u]!="object").map(u=>Array.isArray(e[u])?`${u}[]`:u).concat([""]).reduce((u,d)=>yr(u).length>=yr(d).length?u:d)).length);let p="";const y=r.bracketedArray?"[]":"";for(const u of i){const d=e[u];if(d&&Array.isArray(d))for(const g of d)p+=yr(`${u}${y}`).padEnd(t," ")+n+yr(g)+s;else d&&typeof d=="object"?o.push(u):p+=yr(u).padEnd(t," ")+n+yr(d)+s}r.section&&p.length&&(p="["+yr(r.section)+"]"+(r.newline?s+s:s)+p);for(const u of o){const d=Vn(u,".").join("\\."),g=(r.section?r.section+".":"")+d,b=zs(e[u],{...r,section:g});p.length&&b.length&&(p+=s),p+=b}return p};function Vn(e,r){var s=0,n=0,o=0,i=[];do if(o=e.indexOf(r,s),o!==-1){if(s=o+r.length,o>0&&e[o-1]==="\\")continue;i.push(e.slice(n,o)),n=o+r.length}while(o!==-1);return i.push(e.slice(n)),i}const $i=(e,r={})=>{r.bracketedArray=r.bracketedArray!==!1;const s=Object.create(null);let n=s,o=null;const i=/^\[([^\]]*)\]\s*$|^([^=]+)(=(.*))?$/i,t=e.split(/[\r\n]+/g),p={};for(const u of t){if(!u||u.match(/^\s*[;#]/)||u.match(/^\s*$/))continue;const d=u.match(i);if(!d)continue;if(d[1]!==void 0){if(o=qt(d[1]),o==="__proto__"){n=Object.create(null);continue}n=s[o]=s[o]||Object.create(null);continue}const g=qt(d[2]);let b;r.bracketedArray?b=g.length>2&&g.slice(-2)==="[]":(p[g]=((p==null?void 0:p[g])||0)+1,b=p[g]>1);const w=b?g.slice(0,-2):g;if(w==="__proto__")continue;const H=d[3]?qt(d[4]):!0,P=H==="true"||H==="false"||H==="null"?JSON.parse(H):H;b&&(vs.call(n,w)?Array.isArray(n[w])||(n[w]=[n[w]]):n[w]=[]),Array.isArray(n[w])?n[w].push(P):n[w]=P}const y=[];for(const u of Object.keys(s)){if(!vs.call(s,u)||typeof s[u]!="object"||Array.isArray(s[u]))continue;const d=Vn(u,".");n=s;const g=d.pop(),b=g.replace(/\\\./g,".");for(const w of d)w!=="__proto__"&&((!vs.call(n,w)||typeof n[w]!="object")&&(n[w]=Object.create(null)),n=n[w]);n===s&&b===g||(n[b]=s[u],y.push(u))}for(const u of y)delete s[u];return s},Yn=e=>e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"),yr=e=>typeof e!="string"||e.match(/[=\r\n]/)||e.match(/^\[/)||e.length>1&&Yn(e)||e!==e.trim()?JSON.stringify(e):e.split(";").join("\\;").split("#").join("\\#"),qt=e=>{if(e=(e||"").trim(),Yn(e)){e.charAt(0)==="'"&&(e=e.slice(1,-1));try{e=JSON.parse(e)}catch{}}else{let r=!1,s="";for(let n=0,o=e.length;n<o;n++){const i=e.charAt(n);if(r)"\\;#".indexOf(i)!==-1?s+=i:s+="\\"+i,r=!1;else{if(";#".indexOf(i)!==-1)break;i==="\\"?r=!0:s+=i}}return r&&(s+="\\"),s.trim()}return e};var Ri={parse:$i,decode:$i,stringify:zs,encode:zs,safe:yr,unsafe:qt};async function rp(e,r){const s=Ri.parse(await e.readFileAsText(Hi));for(const[n,o]of Object.entries(r))o==null?delete s[n]:s[n]=o;await e.writeFile(Hi,Ri.stringify(s))}ReadableStream.prototype[Symbol.asyncIterator]||(ReadableStream.prototype[Symbol.asyncIterator]=async function*(){const e=this.getReader();try{for(;;){const{done:r,value:s}=await e.read();if(r)return;yield s}}finally{e.releaseLock()}},ReadableStream.prototype.iterate=ReadableStream.prototype[Symbol.asyncIterator]);const os=["8.3","8.2","8.1","8.0","7.4","7.3","7.2","7.1","7.0"],Xn=os[0],tp=os;async function ps(e,r,s,{rmRoot:n=!1}={}){n&&await e.isDir(r)&&await e.rmdir(r,{recursive:!0});for(const[o,i]of Object.entries(s)){const t=_e(r,o);await e.fileExists(gt(t))||await e.mkdir(gt(t)),i instanceof Uint8Array||typeof i=="string"?await e.writeFile(t,i):await ps(e,t,i)}}const Qn=async(e,{writeToPath:r,filesTree:s})=>{await ps(e,r,s.files)},mi=async(e,{siteUrl:r})=>{await as(e,{consts:{WP_HOME:r,WP_SITEURL:r}})},Jn=async(e,{file:r},s)=>{var o;(o=s==null?void 0:s.tracker)==null||o.setCaption("Importing content"),await hi(e,{path:"/tmp/import.wxr",data:r});const n=await e.documentRoot;await e.run({code:`<?php
449
+ `,n=r.whitespace?" = ":"=",o=[],i=r.sort?Object.keys(e).sort():Object.keys(e);let t=0;r.align&&(t=yr(i.filter(u=>e[u]===null||Array.isArray(e[u])||typeof e[u]!="object").map(u=>Array.isArray(e[u])?`${u}[]`:u).concat([""]).reduce((u,d)=>yr(u).length>=yr(d).length?u:d)).length);let p="";const y=r.bracketedArray?"[]":"";for(const u of i){const d=e[u];if(d&&Array.isArray(d))for(const b of d)p+=yr(`${u}${y}`).padEnd(t," ")+n+yr(b)+s;else d&&typeof d=="object"?o.push(u):p+=yr(u).padEnd(t," ")+n+yr(d)+s}r.section&&p.length&&(p="["+yr(r.section)+"]"+(r.newline?s+s:s)+p);for(const u of o){const d=Xn(u,".").join("\\."),b=(r.section?r.section+".":"")+d,w=Zs(e[u],{...r,section:b});p.length&&w.length&&(p+=s),p+=w}return p};function Xn(e,r){var s=0,n=0,o=0,i=[];do if(o=e.indexOf(r,s),o!==-1){if(s=o+r.length,o>0&&e[o-1]==="\\")continue;i.push(e.slice(n,o)),n=o+r.length}while(o!==-1);return i.push(e.slice(n)),i}const Ri=(e,r={})=>{r.bracketedArray=r.bracketedArray!==!1;const s=Object.create(null);let n=s,o=null;const i=/^\[([^\]]*)\]\s*$|^([^=]+)(=(.*))?$/i,t=e.split(/[\r\n]+/g),p={};for(const u of t){if(!u||u.match(/^\s*[;#]/)||u.match(/^\s*$/))continue;const d=u.match(i);if(!d)continue;if(d[1]!==void 0){if(o=qt(d[1]),o==="__proto__"){n=Object.create(null);continue}n=s[o]=s[o]||Object.create(null);continue}const b=qt(d[2]);let w;r.bracketedArray?w=b.length>2&&b.slice(-2)==="[]":(p[b]=((p==null?void 0:p[b])||0)+1,w=p[b]>1);const g=w?b.slice(0,-2):b;if(g==="__proto__")continue;const H=d[3]?qt(d[4]):!0,P=H==="true"||H==="false"||H==="null"?JSON.parse(H):H;w&&(Ps.call(n,g)?Array.isArray(n[g])||(n[g]=[n[g]]):n[g]=[]),Array.isArray(n[g])?n[g].push(P):n[g]=P}const y=[];for(const u of Object.keys(s)){if(!Ps.call(s,u)||typeof s[u]!="object"||Array.isArray(s[u]))continue;const d=Xn(u,".");n=s;const b=d.pop(),w=b.replace(/\\\./g,".");for(const g of d)g!=="__proto__"&&((!Ps.call(n,g)||typeof n[g]!="object")&&(n[g]=Object.create(null)),n=n[g]);n===s&&w===b||(n[w]=s[u],y.push(u))}for(const u of y)delete s[u];return s},Jn=e=>e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"),yr=e=>typeof e!="string"||e.match(/[=\r\n]/)||e.match(/^\[/)||e.length>1&&Jn(e)||e!==e.trim()?JSON.stringify(e):e.split(";").join("\\;").split("#").join("\\#"),qt=e=>{if(e=(e||"").trim(),Jn(e)){e.charAt(0)==="'"&&(e=e.slice(1,-1));try{e=JSON.parse(e)}catch{}}else{let r=!1,s="";for(let n=0,o=e.length;n<o;n++){const i=e.charAt(n);if(r)"\\;#".indexOf(i)!==-1?s+=i:s+="\\"+i,r=!1;else{if(";#".indexOf(i)!==-1)break;i==="\\"?r=!0:s+=i}}return r&&(s+="\\"),s.trim()}return e};var Di={parse:Ri,decode:Ri,stringify:Zs,encode:Zs,safe:yr,unsafe:qt};async function rp(e,r){const s=Di.parse(await e.readFileAsText($i));for(const[n,o]of Object.entries(r))o==null?delete s[n]:s[n]=o;await e.writeFile($i,Di.stringify(s))}ReadableStream.prototype[Symbol.asyncIterator]||(ReadableStream.prototype[Symbol.asyncIterator]=async function*(){const e=this.getReader();try{for(;;){const{done:r,value:s}=await e.read();if(r)return;yield s}}finally{e.releaseLock()}},ReadableStream.prototype.iterate=ReadableStream.prototype[Symbol.asyncIterator]);const ps=["8.3","8.2","8.1","8.0","7.4","7.3","7.2","7.1","7.0"],Qn=ps[0],tp=ps;async function fs(e,r,s,{rmRoot:n=!1}={}){n&&await e.isDir(r)&&await e.rmdir(r,{recursive:!0});for(const[o,i]of Object.entries(s)){const t=de(r,o);await e.fileExists(gt(t))||await e.mkdir(gt(t)),i instanceof Uint8Array||typeof i=="string"?await e.writeFile(t,i):await fs(e,t,i)}}const ea=async(e,{writeToPath:r,filesTree:s})=>{await fs(e,r,s.files)},_i=async(e,{siteUrl:r})=>{await as(e,{consts:{WP_HOME:r,WP_SITEURL:r}})},ra=async(e,{file:r},s)=>{var o;(o=s==null?void 0:s.tracker)==null||o.setCaption("Importing content"),await os(e,{path:"/tmp/import.wxr",data:r});const n=await e.documentRoot;await e.run({code:`<?php
450
450
  require ${Ie(n)} . '/wp-load.php';
451
451
  require ${Ie(n)} . '/wp-admin/includes/admin.php';
452
452
 
@@ -466,7 +466,7 @@ function skip_whitespace($tokens) {
466
466
  });
467
467
 
468
468
  $result = $importer->import( '/tmp/import.wxr' );
469
- `})},_i=async(e,{themeSlug:r=""},s)=>{var o;(o=s==null?void 0:s.tracker)==null||o.setCaption("Importing theme starter content");const n=await e.documentRoot;await e.run({code:`<?php
469
+ `})},gi=async(e,{themeSlug:r=""},s)=>{var o;(o=s==null?void 0:s.tracker)==null||o.setCaption("Importing theme starter content");const n=await e.documentRoot;await e.run({code:`<?php
470
470
 
471
471
  /**
472
472
  * Ensure that the customizer loads as an admin user.
@@ -513,7 +513,7 @@ function skip_whitespace($tokens) {
513
513
 
514
514
  // Publish the changeset, which publishes the starter content.
515
515
  wp_publish_post( $wp_customize->changeset_post_id() );
516
- `})},Ps="/tmp/file.zip",ea=async(e,r,s,n=!0)=>{if(r instanceof File){const i=r;r=Ps,await e.writeFile(r,new Uint8Array(await i.arrayBuffer()))}const o=Tt({zipPath:r,extractToPath:s,overwriteFiles:n});await e.run({code:`<?php
516
+ `})};function sp(e=fetch){const r={};return async function(n,o){r[n]||(r[n]=e(n,o).then(u=>({body:u.body,responseInit:{status:u.status,statusText:u.statusText,headers:u.headers}})));const{body:i,responseInit:t}=await r[n],[p,y]=i.tee();return r[n]={body:p,responseInit:t},new Response(y,t)}}const Es="/tmp/file.zip",ta=async(e,r,s,n=!0)=>{if(r instanceof File){const i=r;r=Es,await e.writeFile(r,new Uint8Array(await i.arrayBuffer()))}const o=Tt({zipPath:r,extractToPath:s,overwriteFiles:n});await e.run({code:`<?php
517
517
  function unzip($zipPath, $extractTo, $overwriteFiles = true)
518
518
  {
519
519
  if (!is_dir($extractTo)) {
@@ -539,10 +539,10 @@ function skip_whitespace($tokens) {
539
539
  }
540
540
  }
541
541
  unzip(${o.zipPath}, ${o.extractToPath}, ${o.overwriteFiles});
542
- `}),await e.fileExists(Ps)&&await e.unlink(Ps)},fs=async(e,{zipFile:r,zipPath:s,extractToPath:n})=>{if(s)xe.warn('The "zipPath" option of the unzip() Blueprint step is deprecated and will be removed. Use "zipFile" instead.');else if(!r)throw new Error("Either zipPath or zipFile must be provided");await ea(e,r||s,n)},ra=async(e,{wordPressFilesZip:r,pathInZip:s=""})=>{const n=await e.documentRoot;let o=_e("/tmp","import");await e.mkdir(o),await fs(e,{zipFile:r,extractToPath:o}),o=_e(o,s);const i=_e(o,"wp-content"),t=_e(n,"wp-content");for(const d of ai){const g=_e(i,d);await Di(e,g);const b=_e(t,d);await e.fileExists(b)&&(await e.mkdir(gt(g)),await e.mv(b,g))}const p=_e(o,"wp-content","database");await e.fileExists(p)||await e.mv(_e(n,"wp-content","database"),p);const y=await e.listFiles(o);for(const d of y)await Di(e,_e(n,d)),await e.mv(_e(o,d),_e(n,d));await e.rmdir(o),await mi(e,{siteUrl:await e.absoluteUrl});const u=Ie(_e(n,"wp-admin","upgrade.php"));await e.run({code:`<?php
542
+ `}),await e.fileExists(Es)&&await e.unlink(Es)},ls=async(e,{zipFile:r,zipPath:s,extractToPath:n})=>{if(s)xe.warn('The "zipPath" option of the unzip() Blueprint step is deprecated and will be removed. Use "zipFile" instead.');else if(!r)throw new Error("Either zipPath or zipFile must be provided");await ta(e,r||s,n)},sa=async(e,{wordPressFilesZip:r,pathInZip:s=""})=>{const n=await e.documentRoot;let o=de("/tmp","import");await e.mkdir(o),await ls(e,{zipFile:r,extractToPath:o}),o=de(o,s);const i=de(o,"wp-content"),t=de(n,"wp-content");for(const d of pi){const b=de(i,d);await Bi(e,b);const w=de(t,d);await e.fileExists(w)&&(await e.mkdir(gt(b)),await e.mv(w,b))}const p=de(o,"wp-content","database");await e.fileExists(p)||await e.mv(de(n,"wp-content","database"),p);const y=await e.listFiles(o);for(const d of y)await Bi(e,de(n,d)),await e.mv(de(o,d),de(n,d));await e.rmdir(o),await _i(e,{siteUrl:await e.absoluteUrl});const u=Ie(de(n,"wp-admin","upgrade.php"));await e.run({code:`<?php
543
543
  $_GET['step'] = 'upgrade_db';
544
544
  require ${u};
545
- `})};async function Di(e,r){await e.fileExists(r)&&(await e.isDir(r)?await e.rmdir(r):await e.unlink(r))}async function ta(e){const r=await e.request({url:"/wp-admin/export.php?download=true&content=all"});return new File([r.bytes],"export.xml")}async function sa(e,{targetPath:r,zipFile:s,ifAlreadyInstalled:n="overwrite",targetFolderName:o=""}){const t=s.name.replace(/\.zip$/,""),p=_e(await e.documentRoot,"wp-content"),y=_e(p,Dn()),u=_e(y,"assets",t);await e.fileExists(u)&&await e.rmdir(y,{recursive:!0}),await e.mkdir(y);try{await fs(e,{zipFile:s,extractToPath:u});let d=await e.listFiles(u,{prependPath:!0});d=d.filter(P=>!P.endsWith("/__MACOSX"));const g=d.length===1&&await e.isDir(d[0]);let b,w="";g?(w=d[0],b=d[0].split("/").pop()):(w=u,b=t),o&&o.length&&(b=o);const H=`${r}/${b}`;if(await e.fileExists(H)){if(!await e.isDir(H))throw new Error(`Cannot install asset ${b} to ${H} because a file with the same name already exists. Note it's a file, not a directory! Is this by mistake?`);if(n==="overwrite")await e.rmdir(H,{recursive:!0});else{if(n==="skip")return{assetFolderPath:H,assetFolderName:b};throw new Error(`Cannot install asset ${b} to ${r} because it already exists and the ifAlreadyInstalled option was set to ${n}`)}}return await e.mv(w,H),{assetFolderPath:H,assetFolderName:b}}finally{await e.rmdir(y,{recursive:!0})}}function ls(e){const r=e.split(".").shift().replace(/-/g," ");return r.charAt(0).toUpperCase()+r.slice(1).toLowerCase()}const ia=async(e,{pluginData:r,pluginZipFile:s,ifAlreadyInstalled:n,options:o={}},i)=>{s&&(r=s,xe.warn('The "pluginZipFile" option is deprecated. Use "pluginData" instead.'));const t="targetFolderName"in o?o.targetFolderName:"";let p="",y="";if(r instanceof File){const d=r.name.split("/").pop()||"plugin.zip";y=ls(d),i==null||i.tracker.setCaption(`Installing the ${y} plugin`);const g=await sa(e,{ifAlreadyInstalled:n,zipFile:r,targetPath:`${await e.documentRoot}/wp-content/plugins`,targetFolderName:t});p=g.assetFolderPath,y=g.assetFolderName}else if(r){y=r.name,i==null||i.tracker.setCaption(`Installing the ${y} plugin`);const d=_e(await e.documentRoot,"wp-content","plugins",t||r.name);await ps(e,d,r.files,{rmRoot:!0}),p=d}("activate"in o?o.activate:!0)&&await pi(e,{pluginPath:p,pluginName:y},i)},na=async(e,{themeData:r,themeZipFile:s,ifAlreadyInstalled:n,options:o={}},i)=>{s&&(r=s,xe.warn('The "themeZipFile" option is deprecated. Use "themeData" instead.'));const t="targetFolderName"in o?o.targetFolderName:"";let p="",y="";if(r instanceof File){const g=r.name.split("/").pop()||"theme.zip";y=ls(g),i==null||i.tracker.setCaption(`Installing the ${y} theme`),p=(await sa(e,{ifAlreadyInstalled:n,zipFile:r,targetPath:`${await e.documentRoot}/wp-content/themes`,targetFolderName:t})).assetFolderName}else{y=r.name,p=t||y,i==null||i.tracker.setCaption(`Installing the ${y} theme`);const g=_e(await e.documentRoot,"wp-content","themes",p);await ps(e,g,r.files,{rmRoot:!0})}("activate"in o?o.activate:!0)&&await fi(e,{themeFolderName:p},i),("importStarterContent"in o?o.importStarterContent:!1)&&await _i(e,{themeSlug:p},i)},aa=async(e,{username:r="admin"}={},s)=>{s==null||s.tracker.setCaption((s==null?void 0:s.initialCaption)||"Logging in"),e.defineConstant("PLAYGROUND_AUTO_LOGIN_AS_USER",r)},oa=async(e,r,s)=>{var o;(o=s==null?void 0:s.tracker)==null||o.setCaption("Resetting WordPress data");const n=await e.documentRoot;await e.run({env:{DOCROOT:n},code:`<?php
545
+ `})};async function Bi(e,r){await e.fileExists(r)&&(await e.isDir(r)?await e.rmdir(r):await e.unlink(r))}async function ia(e){const r=await e.request({url:"/wp-admin/export.php?download=true&content=all"});return new File([r.bytes],"export.xml")}async function na(e,{targetPath:r,zipFile:s,ifAlreadyInstalled:n="overwrite",targetFolderName:o=""}){const t=s.name.replace(/\.zip$/,""),p=de(await e.documentRoot,"wp-content"),y=de(p,Fn()),u=de(y,"assets",t);await e.fileExists(u)&&await e.rmdir(y,{recursive:!0}),await e.mkdir(y);try{await ls(e,{zipFile:s,extractToPath:u});let d=await e.listFiles(u,{prependPath:!0});d=d.filter(P=>!P.endsWith("/__MACOSX"));const b=d.length===1&&await e.isDir(d[0]);let w,g="";b?(g=d[0],w=d[0].split("/").pop()):(g=u,w=t),o&&o.length&&(w=o);const H=`${r}/${w}`;if(await e.fileExists(H)){if(!await e.isDir(H))throw new Error(`Cannot install asset ${w} to ${H} because a file with the same name already exists. Note it's a file, not a directory! Is this by mistake?`);if(n==="overwrite")await e.rmdir(H,{recursive:!0});else{if(n==="skip")return{assetFolderPath:H,assetFolderName:w};throw new Error(`Cannot install asset ${w} to ${r} because it already exists and the ifAlreadyInstalled option was set to ${n}`)}}return await e.mv(g,H),{assetFolderPath:H,assetFolderName:w}}finally{await e.rmdir(y,{recursive:!0})}}function us(e){const r=e.split(".").shift().replace(/-/g," ");return r.charAt(0).toUpperCase()+r.slice(1).toLowerCase()}const aa=async(e,{pluginData:r,pluginZipFile:s,ifAlreadyInstalled:n,options:o={}},i)=>{s&&(r=s,xe.warn('The "pluginZipFile" option is deprecated. Use "pluginData" instead.'));const t=de(await e.documentRoot,"wp-content","plugins"),p="targetFolderName"in o?o.targetFolderName:"";let y="",u="";if(r instanceof File)if(r.name.endsWith(".php")){const b=de(t,r.name);await os(e,{path:b,data:r}),y=t,u=r.name}else{const b=r.name.split("/").pop()||"plugin.zip";u=us(b),i==null||i.tracker.setCaption(`Installing the ${u} plugin`);const w=await na(e,{ifAlreadyInstalled:n,zipFile:r,targetPath:`${await e.documentRoot}/wp-content/plugins`,targetFolderName:p});y=w.assetFolderPath,u=w.assetFolderName}else if(r){u=r.name,i==null||i.tracker.setCaption(`Installing the ${u} plugin`);const b=de(t,p||r.name);await fs(e,b,r.files,{rmRoot:!0}),y=b}("activate"in o?o.activate:!0)&&await li(e,{pluginPath:y,pluginName:u},i)},oa=async(e,{themeData:r,themeZipFile:s,ifAlreadyInstalled:n,options:o={}},i)=>{s&&(r=s,xe.warn('The "themeZipFile" option is deprecated. Use "themeData" instead.'));const t="targetFolderName"in o?o.targetFolderName:"";let p="",y="";if(r instanceof File){const b=r.name.split("/").pop()||"theme.zip";y=us(b),i==null||i.tracker.setCaption(`Installing the ${y} theme`),p=(await na(e,{ifAlreadyInstalled:n,zipFile:r,targetPath:`${await e.documentRoot}/wp-content/themes`,targetFolderName:t})).assetFolderName}else{y=r.name,p=t||y,i==null||i.tracker.setCaption(`Installing the ${y} theme`);const b=de(await e.documentRoot,"wp-content","themes",p);await fs(e,b,r.files,{rmRoot:!0})}("activate"in o?o.activate:!0)&&await ui(e,{themeFolderName:p},i),("importStarterContent"in o?o.importStarterContent:!1)&&await gi(e,{themeSlug:p},i)},pa=async(e,{username:r="admin"}={},s)=>{s==null||s.tracker.setCaption((s==null?void 0:s.initialCaption)||"Logging in"),e.defineConstant("PLAYGROUND_AUTO_LOGIN_AS_USER",r)},fa=async(e,r,s)=>{var o;(o=s==null?void 0:s.tracker)==null||o.setCaption("Resetting WordPress data");const n=await e.documentRoot;await e.run({env:{DOCROOT:n},code:`<?php
546
546
  require getenv('DOCROOT') . '/wp-load.php';
547
547
 
548
548
  $GLOBALS['@pdo']->query('DELETE FROM wp_posts WHERE id > 0');
@@ -556,11 +556,11 @@ function skip_whitespace($tokens) {
556
556
 
557
557
  $GLOBALS['@pdo']->query('DELETE FROM wp_commentmeta');
558
558
  $GLOBALS['@pdo']->query("UPDATE SQLITE_SEQUENCE SET SEQ=0 WHERE NAME='wp_commentmeta'");
559
- `})},pa=async(e,{options:r})=>{await e.request({url:"/wp-admin/install.php?step=2",method:"POST",body:{language:"en",prefix:"wp_",weblog_title:"My WordPress Website",user_name:r.adminPassword||"admin",admin_password:r.adminPassword||"password",admin_password2:r.adminPassword||"password",Submit:"Install WordPress",pw_weak:"1",admin_email:"admin@localhost.com"}})},fa=async(e,{selfContained:r=!1}={})=>{const s="/tmp/wordpress-playground.zip",n=await e.documentRoot,o=_e(n,"wp-content");let i=ai;r&&(i=i.filter(y=>!y.startsWith("themes/twenty")).filter(y=>y!=="mu-plugins/sqlite-database-integration"));const t=Tt({zipPath:s,wpContentPath:o,documentRoot:n,exceptPaths:i.map(y=>_e(n,"wp-content",y)),additionalPaths:r?{[_e(n,"wp-config.php")]:"wp-config.php"}:{}});await ip(e,`zipDir(${t.wpContentPath}, ${t.zipPath}, array(
559
+ `})},la=async(e,{options:r})=>{await e.request({url:"/wp-admin/install.php?step=2",method:"POST",body:{language:"en",prefix:"wp_",weblog_title:"My WordPress Website",user_name:r.adminPassword||"admin",admin_password:r.adminPassword||"password",admin_password2:r.adminPassword||"password",Submit:"Install WordPress",pw_weak:"1",admin_email:"admin@localhost.com"}})},ua=async(e,{selfContained:r=!1}={})=>{const s="/tmp/wordpress-playground.zip",n=await e.documentRoot,o=de(n,"wp-content");let i=pi;r&&(i=i.filter(y=>!y.startsWith("themes/twenty")).filter(y=>y!=="mu-plugins/sqlite-database-integration"));const t=Tt({zipPath:s,wpContentPath:o,documentRoot:n,exceptPaths:i.map(y=>de(n,"wp-content",y)),additionalPaths:r?{[de(n,"wp-config.php")]:"wp-config.php"}:{}});await np(e,`zipDir(${t.wpContentPath}, ${t.zipPath}, array(
560
560
  'exclude_paths' => ${t.exceptPaths},
561
561
  'zip_root' => ${t.documentRoot},
562
562
  'additional_paths' => ${t.additionalPaths}
563
- ));`);const p=await e.readFileAsBuffer(s);return e.unlink(s),p},sp=`<?php
563
+ ));`);const p=await e.readFileAsBuffer(s);return e.unlink(s),p},ip=`<?php
564
564
 
565
565
  function zipDir($root, $output, $options = array())
566
566
  {
@@ -619,10 +619,10 @@ function join_paths()
619
619
 
620
620
  return preg_replace('#/+#', '/', join('/', $paths));
621
621
  }
622
- `;async function ip(e,r){return await e.run({code:sp+r})}const np="nightly",ap="6.7.1-RC1",la={nightly:np,beta:ap,"6.7":"6.7.1","6.6":"6.6.2","6.5":"6.5.5","6.4":"6.4.5","6.3":"6.3.5"},op=Object.keys(la),pp=op.filter(e=>e.match(/^\d/))[0],fp=(e,r,s=la.beta,n=pp)=>(e.match(/^(\d.\d(.\d)?)-(alpha|beta|nightly|rc).*$/i)?e=s.replace(/^(\d.\d)(.\d+)/i,"$1").replace(/(rc|beta).*$/i,"RC"):e.match(/^(\d+\.\d+)(?:\.\d+)?$/)||(e=n),`https://downloads.wordpress.org/translation/core/${e}/${r}.zip`),ua=async(e,{language:r},s)=>{s==null||s.tracker.setCaption((s==null?void 0:s.initialCaption)||"Translating"),await e.defineConstant("WPLANG",r);const n=await e.documentRoot,o=(await e.run({code:`<?php
622
+ `;async function np(e,r){return await e.run({code:ip+r})}const ap=sp(fetch);async function ks(e="latest"){if(e.startsWith("https://")||e.startsWith("http://")){const n=await crypto.subtle.digest("SHA-1",new TextEncoder().encode(e)),o=Array.from(new Uint8Array(n)).map(i=>i.toString(16).padStart(2,"0")).join("");return{releaseUrl:e,version:"custom-"+o.substring(0,8),source:"inferred"}}else if(e==="trunk"||e==="nightly")return{releaseUrl:"https://wordpress.org/nightly-builds/wordpress-latest.zip",version:"nightly-"+new Date().toISOString().split("T")[0],source:"inferred"};let s=await(await ap("https://api.wordpress.org/core/version-check/1.7/?channel=beta")).json();s=s.offers.filter(n=>n.response==="autoupdate");for(const n of s){if(e==="beta"&&n.version.includes("beta"))return{releaseUrl:n.download,version:n.version,source:"api"};if(e==="latest"&&!n.version.includes("beta"))return{releaseUrl:n.download,version:n.version,source:"api"};if(n.version.substring(0,e.length)===e)return{releaseUrl:n.download,version:n.version,source:"api"}}return{releaseUrl:`https://wordpress.org/wordpress-${e}.zip`,version:e,source:"inferred"}}const op=async(e,r,s,n)=>{let o=null;if(e.match(/^(\d+\.\d+)(?:\.\d+)?$/))o=e;else if(e.match(/^(\d.\d(.\d)?)-(beta|rc|alpha|nightly).*$/i)){if(s)o=s;else{let i=await ks("beta");i.source!=="api"&&(i=await ks("latest")),o=i.version}o=o.replace(/^(\d.\d)(.\d+)/i,"$1").replace(/(rc|beta).*$/i,"RC")}else n?o=n:o=(await ks("latest")).version;if(!o)throw new Error(`WordPress version ${e} is not supported by the setSiteLanguage step`);return`https://downloads.wordpress.org/translation/core/${o}/${r}.zip`},ca=async(e,{language:r},s)=>{s==null||s.tracker.setCaption((s==null?void 0:s.initialCaption)||"Translating"),await e.defineConstant("WPLANG",r);const n=await e.documentRoot,o=(await e.run({code:`<?php
623
623
  require '${n}/wp-includes/version.php';
624
624
  echo $wp_version;
625
- `})).text,i=[{url:fp(o,r),type:"core"}],p=(await e.run({code:`<?php
625
+ `})).text,i=[{url:await op(o,r),type:"core"}],p=(await e.run({code:`<?php
626
626
  require_once('${n}/wp-load.php');
627
627
  require_once('${n}/wp-admin/includes/plugin.php');
628
628
  echo json_encode(
@@ -642,7 +642,7 @@ function join_paths()
642
642
  )
643
643
  )
644
644
  )
645
- );`})).json;for(const{slug:d,version:g}of p)i.push({url:`https://downloads.wordpress.org/translation/plugin/${d}/${g}/${r}.zip`,type:"plugin"});const u=(await e.run({code:`<?php
645
+ );`})).json;for(const{slug:w,version:g}of p)i.push({url:`https://downloads.wordpress.org/translation/plugin/${w}/${g}/${r}.zip`,type:"plugin"});const u=(await e.run({code:`<?php
646
646
  require_once('${n}/wp-load.php');
647
647
  require_once('${n}/wp-admin/includes/theme.php');
648
648
  echo json_encode(
@@ -657,12 +657,12 @@ function join_paths()
657
657
  wp_get_themes()
658
658
  )
659
659
  )
660
- );`})).json;for(const{slug:d,version:g}of u)i.push({url:`https://downloads.wordpress.org/translation/theme/${d}/${g}/${r}.zip`,type:"theme"});await e.isDir(`${n}/wp-content/languages/plugins`)||await e.mkdir(`${n}/wp-content/languages/plugins`),await e.isDir(`${n}/wp-content/languages/themes`)||await e.mkdir(`${n}/wp-content/languages/themes`);for(const{url:d,type:g}of i)try{const b=await fetch(d);if(!b.ok)throw new Error(`Failed to download translations for ${g}: ${b.statusText}`);let w=`${n}/wp-content/languages`;g==="plugin"?w+="/plugins":g==="theme"&&(w+="/themes"),await ea(e,new File([await b.blob()],`${r}-${g}.zip`),w)}catch(b){if(g==="core")throw new Error(`Failed to download translations for WordPress. Please check if the language code ${r} is correct. You can find all available languages and translations on https://translate.wordpress.org/.`);xe.warn(`Error downloading translations for ${g}: ${b}`)}},lp=Object.freeze(Object.defineProperty({__proto__:null,activatePlugin:pi,activateTheme:fi,cp:Kn,defineSiteUrl:mi,defineWpConfigConsts:as,enableMultisite:Mn,exportWXR:ta,importThemeStarterContent:_i,importWordPressFiles:ra,importWxr:Jn,installPlugin:ia,installTheme:na,login:aa,mkdir:Gn,mv:zn,request:Wn,resetData:oa,rm:li,rmdir:Zn,runPHP:Fn,runPHPWithOptions:jn,runSql:Nn,runWpInstallationWizard:pa,setSiteLanguage:ua,setSiteOptions:ui,unzip:fs,updateUserMeta:Un,wpCLI:di,writeFile:hi,writeFiles:Qn,zipWpContent:fa},Symbol.toStringTag,{value:"Module"})),up=5*1024*1024;function cp(e,r){const s=e.headers.get("content-length")||"",n=parseInt(s,10)||up;function o(i,t){r(new CustomEvent("progress",{detail:{loaded:i,total:t}}))}return new Response(new ReadableStream({async start(i){if(!e.body){i.close();return}const t=e.body.getReader();let p=0;for(;;)try{const{done:y,value:u}=await t.read();if(u&&(p+=u.byteLength),y){o(p,p),i.close();break}else o(p,n),i.enqueue(u)}catch(y){xe.error({e:y}),i.error(y);break}}}),{status:e.status,statusText:e.statusText,headers:e.headers})}const Es=1e-5;class us extends EventTarget{constructor({weight:r=1,caption:s="",fillTime:n=4}={}){super(),this._selfWeight=1,this._selfDone=!1,this._selfProgress=0,this._selfCaption="",this._isFilling=!1,this._subTrackers=[],this._weight=r,this._selfCaption=s,this._fillTime=n}stage(r,s=""){if(r||(r=this._selfWeight),this._selfWeight-r<-Es)throw new Error(`Cannot add a stage with weight ${r} as the total weight of registered stages would exceed 1.`);this._selfWeight-=r;const n=new us({caption:s,weight:r,fillTime:this._fillTime});return this._subTrackers.push(n),n.addEventListener("progress",()=>this.notifyProgress()),n.addEventListener("done",()=>{this.done&&this.notifyDone()}),n}fillSlowly({stopBeforeFinishing:r=!0}={}){if(this._isFilling)return;this._isFilling=!0;const s=100,n=this._fillTime/s;this._fillInterval=setInterval(()=>{this.set(this._selfProgress+1),r&&this._selfProgress>=99&&clearInterval(this._fillInterval)},n)}set(r){this._selfProgress=Math.min(r,100),this.notifyProgress(),this._selfProgress+Es>=100&&this.finish()}finish(){this._fillInterval&&clearInterval(this._fillInterval),this._selfDone=!0,this._selfProgress=100,this._isFilling=!1,this._fillInterval=void 0,this.notifyProgress(),this.notifyDone()}get caption(){for(let r=this._subTrackers.length-1;r>=0;r--)if(!this._subTrackers[r].done){const s=this._subTrackers[r].caption;if(s)return s}return this._selfCaption}setCaption(r){this._selfCaption=r,this.notifyProgress()}get done(){return this.progress+Es>=100}get progress(){if(this._selfDone)return 100;const r=this._subTrackers.reduce((s,n)=>s+n.progress*n.weight,this._selfProgress*this._selfWeight);return Math.round(r*1e4)/1e4}get weight(){return this._weight}get observer(){return this._progressObserver||(this._progressObserver=r=>{this.set(r)}),this._progressObserver}get loadingListener(){return this._loadingListener||(this._loadingListener=r=>{this.set(r.detail.loaded/r.detail.total*100)}),this._loadingListener}pipe(r){r.setProgress({progress:this.progress,caption:this.caption}),this.addEventListener("progress",s=>{r.setProgress({progress:s.detail.progress,caption:s.detail.caption})}),this.addEventListener("done",()=>{r.setLoaded()})}addEventListener(r,s){super.addEventListener(r,s)}removeEventListener(r,s){super.removeEventListener(r,s)}notifyProgress(){const r=this;this.dispatchEvent(new CustomEvent("progress",{detail:{get progress(){return r.progress},get caption(){return r.caption}}}))}notifyDone(){this.dispatchEvent(new CustomEvent("done"))}}function dp(e){let r=[e];return{next(){return Promise.resolve({done:r.length===0,value:r.pop()})},return(){return r=[],{}},[Symbol.asyncIterator](){return this}}}function ca(e){return e[Symbol.asyncIterator]?e[Symbol.asyncIterator]():e[Symbol.iterator]?e[Symbol.iterator]():e.next?e:dp(e)}class da{constructor(r){if(typeof Buffer>"u")throw new Error("Missing Buffer dependency");this.stream=ca(r),this.buffer=null,this.cursor=0,this.undoCursor=0,this.started=!1,this._ended=!1,this._discardedBytes=0}eof(){return this._ended&&this.cursor===this.buffer.length}tell(){return this._discardedBytes+this.cursor}async byte(){if(!this.eof()&&(this.started||await this._init(),!(this.cursor===this.buffer.length&&(await this._loadnext(),this._ended))))return this._moveCursor(1),this.buffer[this.undoCursor]}async chunk(){if(!this.eof()&&(this.started||await this._init(),!(this.cursor===this.buffer.length&&(await this._loadnext(),this._ended))))return this._moveCursor(this.buffer.length),this.buffer.slice(this.undoCursor,this.cursor)}async read(r){if(!this.eof())return this.started||await this._init(),this.cursor+r>this.buffer.length&&(this._trim(),await this._accumulate(r)),this._moveCursor(r),this.buffer.slice(this.undoCursor,this.cursor)}async skip(r){this.eof()||(this.started||await this._init(),this.cursor+r>this.buffer.length&&(this._trim(),await this._accumulate(r)),this._moveCursor(r))}async undo(){this.cursor=this.undoCursor}async _next(){this.started=!0;let{done:r,value:s}=await this.stream.next();return r&&(this._ended=!0,!s)?Buffer.alloc(0):(s&&(s=Buffer.from(s)),s)}_trim(){this.buffer=this.buffer.slice(this.undoCursor),this.cursor-=this.undoCursor,this._discardedBytes+=this.undoCursor,this.undoCursor=0}_moveCursor(r){this.undoCursor=this.cursor,this.cursor+=r,this.cursor>this.buffer.length&&(this.cursor=this.buffer.length)}async _accumulate(r){if(this._ended)return;const s=[this.buffer];for(;this.cursor+r>hp(s);){const n=await this._next();if(this._ended)break;s.push(n)}this.buffer=Buffer.concat(s)}async _loadnext(){this._discardedBytes+=this.buffer.length,this.undoCursor=0,this.cursor=0,this.buffer=await this._next()}async _init(){this.buffer=await this._next()}}function hp(e){return e.reduce((r,s)=>r+s.length,0)}function yp(e,r){const s=r.toString(16);return"0".repeat(e-s.length)+s}class Ce{static flush(){return Buffer.from("0000","utf8")}static delim(){return Buffer.from("0001","utf8")}static encode(r){typeof r=="string"&&(r=Buffer.from(r));const s=r.length+4,n=yp(4,s);return Buffer.concat([Buffer.from(n,"utf8"),r])}static streamReader(r){const s=new da(r);return async function(){try{let o=await s.read(4);if(o==null)return!0;if(o=parseInt(o.toString("utf8"),16),o===0||o===1)return null;const i=await s.read(o-4);return i??!0}catch(o){return r.error=o,!0}}}}class it extends Error{constructor(r){super(r),this.caller=""}toJSON(){return{code:this.code,data:this.data,caller:this.caller,message:this.message,stack:this.stack}}fromJSON(r){const s=new it(r.message);return s.code=r.code,s.data=r.data,s.caller=r.caller,s.stack=r.stack,s}get isIsomorphicGitError(){return!0}}class be extends it{constructor(r){super(`An internal error caused this command to fail. Please file a bug report at https://github.com/isomorphic-git/isomorphic-git/issues with this error message: ${r}`),this.code=this.name=be.code,this.data={message:r}}}be.code="InternalError";class cs extends it{constructor(r){super(`The filepath "${r}" contains unsafe character sequences`),this.code=this.name=cs.code,this.data={filepath:r}}}cs.code="UnsafeFilepathError";function ha(e,r){return-(e<r)||+(e>r)}function mp(e,r){return ha(e.path,r.path)}function _p(e,r){return ha(Bi(e),Bi(r))}function Bi(e){return e.mode==="040000"?e.path+"/":e.path}function ya(e){switch(e){case"040000":return"tree";case"100644":return"blob";case"100755":return"blob";case"120000":return"blob";case"160000":return"commit"}throw new be(`Unexpected GitTree entry mode: ${e}`)}function gp(e){const r=[];let s=0;for(;s<e.length;){const n=e.indexOf(32,s);if(n===-1)throw new be(`GitTree: Error parsing buffer at byte location ${s}: Could not find the next space character.`);const o=e.indexOf(0,s);if(o===-1)throw new be(`GitTree: Error parsing buffer at byte location ${s}: Could not find the next null character.`);let i=e.slice(s,n).toString("utf8");i==="40000"&&(i="040000");const t=ya(i),p=e.slice(n+1,o).toString("utf8");if(p.includes("\\")||p.includes("/"))throw new cs(p);const y=e.slice(o+1,o+21).toString("hex");s=o+21,r.push({mode:i,path:p,oid:y,type:t})}return r}function wp(e){if(typeof e=="number"&&(e=e.toString(8)),e.match(/^0?4.*/))return"040000";if(e.match(/^1006.*/))return"100644";if(e.match(/^1007.*/))return"100755";if(e.match(/^120.*/))return"120000";if(e.match(/^160.*/))return"160000";throw new be(`Could not understand file mode: ${e}`)}function bp(e){return!e.oid&&e.sha&&(e.oid=e.sha),e.mode=wp(e.mode),e.type||(e.type=ya(e.mode)),e}class gi{constructor(r){if(Buffer.isBuffer(r))this._entries=gp(r);else if(Array.isArray(r))this._entries=r.map(bp);else throw new be("invalid type passed to GitTree constructor");this._entries.sort(mp)}static from(r){return new gi(r)}render(){return this._entries.map(r=>`${r.mode} ${r.type} ${r.oid} ${r.path}`).join(`
661
- `)}toObject(){const r=[...this._entries];return r.sort(_p),Buffer.concat(r.map(s=>{const n=Buffer.from(s.mode.replace(/^0/,"")),o=Buffer.from(" "),i=Buffer.from(s.path,"utf8"),t=Buffer.from([0]),p=Buffer.from(s.oid,"hex");return Buffer.concat([n,o,i,t,p])}))}entries(){return this._entries}*[Symbol.iterator](){for(const r of this._entries)yield r}}function Gs({name:e,email:r,timestamp:s,timezoneOffset:n}){return n=vp(n),`${e} <${r}> ${s} ${n}`}function vp(e){const r=Pp(Ep(e));e=Math.abs(e);const s=Math.floor(e/60);e-=s*60;let n=String(s),o=String(e);return n.length<2&&(n="0"+n),o.length<2&&(o="0"+o),(r===-1?"-":"+")+n+o}function Pp(e){return Math.sign(e)||(Object.is(e,-0)?-1:1)}function Ep(e){return e===0?e:-e}function mr(e){return e=e.replace(/\r/g,""),e=e.replace(/^\n+/,""),e=e.replace(/\n+$/,"")+`
662
- `,e}function es(e){const[,r,s,n,o]=e.match(/^(.*) <(.*)> (.*) (.*)$/);return{name:r,email:s,timestamp:Number(n),timezoneOffset:kp(o)}}function kp(e){let[,r,s,n]=e.match(/(\+|-)(\d\d)(\d\d)/);return n=(r==="+"?1:-1)*(Number(s)*60+Number(n)),Sp(n)}function Sp(e){return e===0?e:-e}class ct{constructor(r){if(typeof r=="string")this._tag=r;else if(Buffer.isBuffer(r))this._tag=r.toString("utf8");else if(typeof r=="object")this._tag=ct.render(r);else throw new be("invalid type passed to GitAnnotatedTag constructor")}static from(r){return new ct(r)}static render(r){return`object ${r.object}
660
+ );`})).json;for(const{slug:w,version:g}of u)i.push({url:`https://downloads.wordpress.org/translation/theme/${w}/${g}/${r}.zip`,type:"theme"});await e.isDir(`${n}/wp-content/languages/plugins`)||await e.mkdir(`${n}/wp-content/languages/plugins`),await e.isDir(`${n}/wp-content/languages/themes`)||await e.mkdir(`${n}/wp-content/languages/themes`);const d=new Bn({concurrency:5}),b=i.map(({url:w,type:g})=>d.run(async()=>{try{const H=await fetch(w);if(!H.ok)throw new Error(`Failed to download translations for ${g}: ${H.statusText}`);let P=`${n}/wp-content/languages`;g==="plugin"?P+="/plugins":g==="theme"&&(P+="/themes"),await ta(e,new File([await H.blob()],`${r}-${g}.zip`),P)}catch(H){if(g==="core")throw new Error(`Failed to download translations for WordPress. Please check if the language code ${r} is correct. You can find all available languages and translations on https://translate.wordpress.org/.`);xe.warn(`Error downloading translations for ${g}: ${H}`)}}));await Promise.all(b)},pp=Object.freeze(Object.defineProperty({__proto__:null,activatePlugin:li,activateTheme:ui,cp:Gn,defineSiteUrl:_i,defineWpConfigConsts:as,enableMultisite:zn,exportWXR:ia,importThemeStarterContent:gi,importWordPressFiles:sa,importWxr:ra,installPlugin:aa,installTheme:oa,login:pa,mkdir:Vn,mv:Zn,request:qn,resetData:fa,rm:ci,rmdir:Yn,runPHP:Nn,runPHPWithOptions:Wn,runSql:Un,runWpInstallationWizard:la,setSiteLanguage:ca,setSiteOptions:di,unzip:ls,updateUserMeta:Mn,wpCLI:yi,writeFile:os,writeFiles:ea,zipWpContent:ua},Symbol.toStringTag,{value:"Module"})),fp=5*1024*1024;function lp(e,r){const s=e.headers.get("content-length")||"",n=parseInt(s,10)||fp;function o(i,t){r(new CustomEvent("progress",{detail:{loaded:i,total:t}}))}return new Response(new ReadableStream({async start(i){if(!e.body){i.close();return}const t=e.body.getReader();let p=0;for(;;)try{const{done:y,value:u}=await t.read();if(u&&(p+=u.byteLength),y){o(p,p),i.close();break}else o(p,n),i.enqueue(u)}catch(y){xe.error({e:y}),i.error(y);break}}}),{status:e.status,statusText:e.statusText,headers:e.headers})}const Ss=1e-5;class cs extends EventTarget{constructor({weight:r=1,caption:s="",fillTime:n=4}={}){super(),this._selfWeight=1,this._selfDone=!1,this._selfProgress=0,this._selfCaption="",this._isFilling=!1,this._subTrackers=[],this._weight=r,this._selfCaption=s,this._fillTime=n}stage(r,s=""){if(r||(r=this._selfWeight),this._selfWeight-r<-Ss)throw new Error(`Cannot add a stage with weight ${r} as the total weight of registered stages would exceed 1.`);this._selfWeight-=r;const n=new cs({caption:s,weight:r,fillTime:this._fillTime});return this._subTrackers.push(n),n.addEventListener("progress",()=>this.notifyProgress()),n.addEventListener("done",()=>{this.done&&this.notifyDone()}),n}fillSlowly({stopBeforeFinishing:r=!0}={}){if(this._isFilling)return;this._isFilling=!0;const s=100,n=this._fillTime/s;this._fillInterval=setInterval(()=>{this.set(this._selfProgress+1),r&&this._selfProgress>=99&&clearInterval(this._fillInterval)},n)}set(r){this._selfProgress=Math.min(r,100),this.notifyProgress(),this._selfProgress+Ss>=100&&this.finish()}finish(){this._fillInterval&&clearInterval(this._fillInterval),this._selfDone=!0,this._selfProgress=100,this._isFilling=!1,this._fillInterval=void 0,this.notifyProgress(),this.notifyDone()}get caption(){for(let r=this._subTrackers.length-1;r>=0;r--)if(!this._subTrackers[r].done){const s=this._subTrackers[r].caption;if(s)return s}return this._selfCaption}setCaption(r){this._selfCaption=r,this.notifyProgress()}get done(){return this.progress+Ss>=100}get progress(){if(this._selfDone)return 100;const r=this._subTrackers.reduce((s,n)=>s+n.progress*n.weight,this._selfProgress*this._selfWeight);return Math.round(r*1e4)/1e4}get weight(){return this._weight}get observer(){return this._progressObserver||(this._progressObserver=r=>{this.set(r)}),this._progressObserver}get loadingListener(){return this._loadingListener||(this._loadingListener=r=>{this.set(r.detail.loaded/r.detail.total*100)}),this._loadingListener}pipe(r){r.setProgress({progress:this.progress,caption:this.caption}),this.addEventListener("progress",s=>{r.setProgress({progress:s.detail.progress,caption:s.detail.caption})}),this.addEventListener("done",()=>{r.setLoaded()})}addEventListener(r,s){super.addEventListener(r,s)}removeEventListener(r,s){super.removeEventListener(r,s)}notifyProgress(){const r=this;this.dispatchEvent(new CustomEvent("progress",{detail:{get progress(){return r.progress},get caption(){return r.caption}}}))}notifyDone(){this.dispatchEvent(new CustomEvent("done"))}}function up(e){let r=[e];return{next(){return Promise.resolve({done:r.length===0,value:r.pop()})},return(){return r=[],{}},[Symbol.asyncIterator](){return this}}}function da(e){return e[Symbol.asyncIterator]?e[Symbol.asyncIterator]():e[Symbol.iterator]?e[Symbol.iterator]():e.next?e:up(e)}class ha{constructor(r){if(typeof Buffer>"u")throw new Error("Missing Buffer dependency");this.stream=da(r),this.buffer=null,this.cursor=0,this.undoCursor=0,this.started=!1,this._ended=!1,this._discardedBytes=0}eof(){return this._ended&&this.cursor===this.buffer.length}tell(){return this._discardedBytes+this.cursor}async byte(){if(!this.eof()&&(this.started||await this._init(),!(this.cursor===this.buffer.length&&(await this._loadnext(),this._ended))))return this._moveCursor(1),this.buffer[this.undoCursor]}async chunk(){if(!this.eof()&&(this.started||await this._init(),!(this.cursor===this.buffer.length&&(await this._loadnext(),this._ended))))return this._moveCursor(this.buffer.length),this.buffer.slice(this.undoCursor,this.cursor)}async read(r){if(!this.eof())return this.started||await this._init(),this.cursor+r>this.buffer.length&&(this._trim(),await this._accumulate(r)),this._moveCursor(r),this.buffer.slice(this.undoCursor,this.cursor)}async skip(r){this.eof()||(this.started||await this._init(),this.cursor+r>this.buffer.length&&(this._trim(),await this._accumulate(r)),this._moveCursor(r))}async undo(){this.cursor=this.undoCursor}async _next(){this.started=!0;let{done:r,value:s}=await this.stream.next();return r&&(this._ended=!0,!s)?Buffer.alloc(0):(s&&(s=Buffer.from(s)),s)}_trim(){this.buffer=this.buffer.slice(this.undoCursor),this.cursor-=this.undoCursor,this._discardedBytes+=this.undoCursor,this.undoCursor=0}_moveCursor(r){this.undoCursor=this.cursor,this.cursor+=r,this.cursor>this.buffer.length&&(this.cursor=this.buffer.length)}async _accumulate(r){if(this._ended)return;const s=[this.buffer];for(;this.cursor+r>cp(s);){const n=await this._next();if(this._ended)break;s.push(n)}this.buffer=Buffer.concat(s)}async _loadnext(){this._discardedBytes+=this.buffer.length,this.undoCursor=0,this.cursor=0,this.buffer=await this._next()}async _init(){this.buffer=await this._next()}}function cp(e){return e.reduce((r,s)=>r+s.length,0)}function dp(e,r){const s=r.toString(16);return"0".repeat(e-s.length)+s}class Ce{static flush(){return Buffer.from("0000","utf8")}static delim(){return Buffer.from("0001","utf8")}static encode(r){typeof r=="string"&&(r=Buffer.from(r));const s=r.length+4,n=dp(4,s);return Buffer.concat([Buffer.from(n,"utf8"),r])}static streamReader(r){const s=new ha(r);return async function(){try{let o=await s.read(4);if(o==null)return!0;if(o=parseInt(o.toString("utf8"),16),o===0||o===1)return null;const i=await s.read(o-4);return i??!0}catch(o){return r.error=o,!0}}}}class it extends Error{constructor(r){super(r),this.caller=""}toJSON(){return{code:this.code,data:this.data,caller:this.caller,message:this.message,stack:this.stack}}fromJSON(r){const s=new it(r.message);return s.code=r.code,s.data=r.data,s.caller=r.caller,s.stack=r.stack,s}get isIsomorphicGitError(){return!0}}class be extends it{constructor(r){super(`An internal error caused this command to fail. Please file a bug report at https://github.com/isomorphic-git/isomorphic-git/issues with this error message: ${r}`),this.code=this.name=be.code,this.data={message:r}}}be.code="InternalError";class ds extends it{constructor(r){super(`The filepath "${r}" contains unsafe character sequences`),this.code=this.name=ds.code,this.data={filepath:r}}}ds.code="UnsafeFilepathError";function ya(e,r){return-(e<r)||+(e>r)}function hp(e,r){return ya(e.path,r.path)}function yp(e,r){return ya(Fi(e),Fi(r))}function Fi(e){return e.mode==="040000"?e.path+"/":e.path}function ma(e){switch(e){case"040000":return"tree";case"100644":return"blob";case"100755":return"blob";case"120000":return"blob";case"160000":return"commit"}throw new be(`Unexpected GitTree entry mode: ${e}`)}function mp(e){const r=[];let s=0;for(;s<e.length;){const n=e.indexOf(32,s);if(n===-1)throw new be(`GitTree: Error parsing buffer at byte location ${s}: Could not find the next space character.`);const o=e.indexOf(0,s);if(o===-1)throw new be(`GitTree: Error parsing buffer at byte location ${s}: Could not find the next null character.`);let i=e.slice(s,n).toString("utf8");i==="40000"&&(i="040000");const t=ma(i),p=e.slice(n+1,o).toString("utf8");if(p.includes("\\")||p.includes("/"))throw new ds(p);const y=e.slice(o+1,o+21).toString("hex");s=o+21,r.push({mode:i,path:p,oid:y,type:t})}return r}function _p(e){if(typeof e=="number"&&(e=e.toString(8)),e.match(/^0?4.*/))return"040000";if(e.match(/^1006.*/))return"100644";if(e.match(/^1007.*/))return"100755";if(e.match(/^120.*/))return"120000";if(e.match(/^160.*/))return"160000";throw new be(`Could not understand file mode: ${e}`)}function gp(e){return!e.oid&&e.sha&&(e.oid=e.sha),e.mode=_p(e.mode),e.type||(e.type=ma(e.mode)),e}class wi{constructor(r){if(Buffer.isBuffer(r))this._entries=mp(r);else if(Array.isArray(r))this._entries=r.map(gp);else throw new be("invalid type passed to GitTree constructor");this._entries.sort(hp)}static from(r){return new wi(r)}render(){return this._entries.map(r=>`${r.mode} ${r.type} ${r.oid} ${r.path}`).join(`
661
+ `)}toObject(){const r=[...this._entries];return r.sort(yp),Buffer.concat(r.map(s=>{const n=Buffer.from(s.mode.replace(/^0/,"")),o=Buffer.from(" "),i=Buffer.from(s.path,"utf8"),t=Buffer.from([0]),p=Buffer.from(s.oid,"hex");return Buffer.concat([n,o,i,t,p])}))}entries(){return this._entries}*[Symbol.iterator](){for(const r of this._entries)yield r}}function Vs({name:e,email:r,timestamp:s,timezoneOffset:n}){return n=wp(n),`${e} <${r}> ${s} ${n}`}function wp(e){const r=bp(vp(e));e=Math.abs(e);const s=Math.floor(e/60);e-=s*60;let n=String(s),o=String(e);return n.length<2&&(n="0"+n),o.length<2&&(o="0"+o),(r===-1?"-":"+")+n+o}function bp(e){return Math.sign(e)||(Object.is(e,-0)?-1:1)}function vp(e){return e===0?e:-e}function mr(e){return e=e.replace(/\r/g,""),e=e.replace(/^\n+/,""),e=e.replace(/\n+$/,"")+`
662
+ `,e}function es(e){const[,r,s,n,o]=e.match(/^(.*) <(.*)> (.*) (.*)$/);return{name:r,email:s,timestamp:Number(n),timezoneOffset:Pp(o)}}function Pp(e){let[,r,s,n]=e.match(/(\+|-)(\d\d)(\d\d)/);return n=(r==="+"?1:-1)*(Number(s)*60+Number(n)),Ep(n)}function Ep(e){return e===0?e:-e}class ct{constructor(r){if(typeof r=="string")this._tag=r;else if(Buffer.isBuffer(r))this._tag=r.toString("utf8");else if(typeof r=="object")this._tag=ct.render(r);else throw new be("invalid type passed to GitAnnotatedTag constructor")}static from(r){return new ct(r)}static render(r){return`object ${r.object}
663
663
  type ${r.type}
664
664
  tag ${r.tag}
665
- tagger ${Gs(r.tagger)}
665
+ tagger ${Vs(r.tagger)}
666
666
 
667
667
  ${r.message}
668
668
  ${r.gpgsig?r.gpgsig:""}`}justHeaders(){return this._tag.slice(0,this._tag.indexOf(`
@@ -675,13 +675,13 @@ ${r.gpgsig?r.gpgsig:""}`}justHeaders(){return this._tag.slice(0,this._tag.indexO
675
675
  -----BEGIN PGP SIGNATURE-----`)===-1?r:r.slice(0,r.lastIndexOf(`
676
676
  -----BEGIN PGP SIGNATURE-----`))}gpgsig(){if(this._tag.indexOf(`
677
677
  -----BEGIN PGP SIGNATURE-----`)===-1)return;const r=this._tag.slice(this._tag.indexOf("-----BEGIN PGP SIGNATURE-----"),this._tag.indexOf("-----END PGP SIGNATURE-----")+27);return mr(r)}payload(){return this.withoutSignature()+`
678
- `}toObject(){return Buffer.from(this._tag,"utf8")}static async sign(r,s,n){const o=r.payload();let{signature:i}=await s({payload:o,secretKey:n});i=mr(i);const t=o+i;return ct.from(t)}}function ks(e){return e.trim().split(`
678
+ `}toObject(){return Buffer.from(this._tag,"utf8")}static async sign(r,s,n){const o=r.payload();let{signature:i}=await s({payload:o,secretKey:n});i=mr(i);const t=o+i;return ct.from(t)}}function As(e){return e.trim().split(`
679
679
  `).map(r=>" "+r).join(`
680
680
  `)+`
681
- `}function Ap(e){return e.split(`
681
+ `}function kp(e){return e.split(`
682
682
  `).map(r=>r.replace(/^ /,"")).join(`
683
683
  `)}class Ne{constructor(r){if(typeof r=="string")this._commit=r;else if(Buffer.isBuffer(r))this._commit=r.toString("utf8");else if(typeof r=="object")this._commit=Ne.render(r);else throw new be("invalid type passed to GitCommit constructor")}static fromPayloadSignature({payload:r,signature:s}){const n=Ne.justHeaders(r),o=Ne.justMessage(r),i=mr(n+`
684
- gpgsig`+ks(s)+`
684
+ gpgsig`+As(s)+`
685
685
  `+o);return new Ne(i)}static from(r){return new Ne(r)}toObject(){return Buffer.from(this._commit,"utf8")}headers(){return this.parseHeaders()}message(){return Ne.justMessage(this._commit)}parse(){return Object.assign({message:this.message()},this.headers())}static justMessage(r){return mr(r.slice(r.indexOf(`
686
686
 
687
687
  `)+2))}static justHeaders(r){return r.slice(0,r.indexOf(`
@@ -691,34 +691,34 @@ gpgsig`+ks(s)+`
691
691
  `+o.slice(1):s.push(o);const n={parent:[]};for(const o of s){const i=o.slice(0,o.indexOf(" ")),t=o.slice(o.indexOf(" ")+1);Array.isArray(n[i])?n[i].push(t):n[i]=t}return n.author&&(n.author=es(n.author)),n.committer&&(n.committer=es(n.committer)),n}static renderHeaders(r){let s="";if(r.tree?s+=`tree ${r.tree}
692
692
  `:s+=`tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904
693
693
  `,r.parent){if(r.parent.length===void 0)throw new be("commit 'parent' property should be an array");for(const i of r.parent)s+=`parent ${i}
694
- `}const n=r.author;s+=`author ${Gs(n)}
695
- `;const o=r.committer||r.author;return s+=`committer ${Gs(o)}
696
- `,r.gpgsig&&(s+="gpgsig"+ks(r.gpgsig)),s}static render(r){return Ne.renderHeaders(r)+`
694
+ `}const n=r.author;s+=`author ${Vs(n)}
695
+ `;const o=r.committer||r.author;return s+=`committer ${Vs(o)}
696
+ `,r.gpgsig&&(s+="gpgsig"+As(r.gpgsig)),s}static render(r){return Ne.renderHeaders(r)+`
697
697
  `+mr(r.message)}render(){return this._commit}withoutSignature(){const r=mr(this._commit);if(r.indexOf(`
698
698
  gpgsig`)===-1)return r;const s=r.slice(0,r.indexOf(`
699
699
  gpgsig`)),n=r.slice(r.indexOf(`-----END PGP SIGNATURE-----
700
700
  `)+28);return mr(s+`
701
- `+n)}isolateSignature(){const r=this._commit.slice(this._commit.indexOf("-----BEGIN PGP SIGNATURE-----"),this._commit.indexOf("-----END PGP SIGNATURE-----")+27);return Ap(r)}static async sign(r,s,n){const o=r.withoutSignature(),i=Ne.justMessage(r._commit);let{signature:t}=await s({payload:o,secretKey:n});t=mr(t);const y=Ne.justHeaders(r._commit)+`
702
- gpgsig`+ks(t)+`
703
- `+i;return Ne.from(y)}}var ma={};/*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */(function(e){(function(r){r(typeof DO_NOT_EXPORT_CRC>"u"?e:{})})(function(r){r.version="1.2.2";function s(){for(var x=0,T=new Array(256),k=0;k!=256;++k)x=k,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,T[k]=x;return typeof Int32Array<"u"?new Int32Array(T):T}var n=s();function o(x){var T=0,k=0,S=0,F=typeof Int32Array<"u"?new Int32Array(4096):new Array(4096);for(S=0;S!=256;++S)F[S]=x[S];for(S=0;S!=256;++S)for(k=x[S],T=256+S;T<4096;T+=256)k=F[T]=k>>>8^x[k&255];var D=[];for(S=1;S!=16;++S)D[S-1]=typeof Int32Array<"u"?F.subarray(S*256,S*256+256):F.slice(S*256,S*256+256);return D}var i=o(n),t=i[0],p=i[1],y=i[2],u=i[3],d=i[4],g=i[5],b=i[6],w=i[7],H=i[8],P=i[9],N=i[10],j=i[11],q=i[12],$=i[13],W=i[14];function O(x,T){for(var k=T^-1,S=0,F=x.length;S<F;)k=k>>>8^n[(k^x.charCodeAt(S++))&255];return~k}function A(x,T){for(var k=T^-1,S=x.length-15,F=0;F<S;)k=W[x[F++]^k&255]^$[x[F++]^k>>8&255]^q[x[F++]^k>>16&255]^j[x[F++]^k>>>24]^N[x[F++]]^P[x[F++]]^H[x[F++]]^w[x[F++]]^b[x[F++]]^g[x[F++]]^d[x[F++]]^u[x[F++]]^y[x[F++]]^p[x[F++]]^t[x[F++]]^n[x[F++]];for(S+=15;F<S;)k=k>>>8^n[(k^x[F++])&255];return~k}function B(x,T){for(var k=T^-1,S=0,F=x.length,D=0,I=0;S<F;)D=x.charCodeAt(S++),D<128?k=k>>>8^n[(k^D)&255]:D<2048?(k=k>>>8^n[(k^(192|D>>6&31))&255],k=k>>>8^n[(k^(128|D&63))&255]):D>=55296&&D<57344?(D=(D&1023)+64,I=x.charCodeAt(S++)&1023,k=k>>>8^n[(k^(240|D>>8&7))&255],k=k>>>8^n[(k^(128|D>>2&63))&255],k=k>>>8^n[(k^(128|I>>6&15|(D&3)<<4))&255],k=k>>>8^n[(k^(128|I&63))&255]):(k=k>>>8^n[(k^(224|D>>12&15))&255],k=k>>>8^n[(k^(128|D>>6&63))&255],k=k>>>8^n[(k^(128|D&63))&255]);return~k}r.table=n,r.bstr=O,r.buf=A,r.str=B})})(ma);const Tp=yi(ma);class Cp{static wrap({type:r,object:s}){return Buffer.concat([Buffer.from(`${r} ${s.byteLength.toString()}\0`),Buffer.from(s)])}static unwrap(r){const s=r.indexOf(32),n=r.indexOf(0),o=r.slice(0,s).toString("utf8"),i=r.slice(s+1,n).toString("utf8"),t=r.length-(n+1);if(parseInt(i)!==t)throw new be(`Length mismatch: expected ${i} bytes but got ${t} instead.`);return{type:o,object:Buffer.from(r.slice(n+1))}}}class Lr{constructor(r){this.buffer=r,this._start=0}eof(){return this._start>=this.buffer.length}tell(){return this._start}seek(r){this._start=r}slice(r){const s=this.buffer.slice(this._start,this._start+r);return this._start+=r,s}toString(r,s){const n=this.buffer.toString(r,this._start,this._start+s);return this._start+=s,n}write(r,s,n){const o=this.buffer.write(r,this._start,s,n);return this._start+=s,o}copy(r,s,n){const o=r.copy(this.buffer,this._start,s,n);return this._start+=o,o}readUInt8(){const r=this.buffer.readUInt8(this._start);return this._start+=1,r}writeUInt8(r){const s=this.buffer.writeUInt8(r,this._start);return this._start+=1,s}readUInt16BE(){const r=this.buffer.readUInt16BE(this._start);return this._start+=2,r}writeUInt16BE(r){const s=this.buffer.writeUInt16BE(r,this._start);return this._start+=2,s}readUInt32BE(){const r=this.buffer.readUInt32BE(this._start);return this._start+=4,r}writeUInt32BE(r){const s=this.buffer.writeUInt32BE(r,this._start);return this._start+=4,s}}function Op(e,r){const s=new Lr(e),n=Fi(s);if(n!==r.byteLength)throw new be(`applyDelta expected source buffer to be ${n} bytes but the provided buffer was ${r.length} bytes`);const o=Fi(s);let i;const t=Ni(s,r);if(t.byteLength===o)i=t;else{i=Buffer.alloc(o);const p=new Lr(i);for(p.copy(t);!s.eof();)p.copy(Ni(s,r));const y=p.tell();if(o!==y)throw new be(`applyDelta expected target buffer to be ${o} bytes but the resulting buffer was ${y} bytes`)}return i}function Fi(e){let r=0,s=0,n=null;do n=e.readUInt8(),r|=(n&127)<<s,s+=7;while(n&128);return r}function ji(e,r,s){let n=0,o=0;for(;s--;)r&1&&(n|=e.readUInt8()<<o),r>>=1,o+=8;return n}function Ni(e,r){const s=e.readUInt8(),n=128,o=15,i=112;if(s&n){const t=ji(e,s&o,4);let p=ji(e,(s&i)>>4,3);return p===0&&(p=65536),r.slice(t,t+p)}else return e.slice(s)}var wr={};(function(e){var r=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Int32Array<"u";function s(i,t){return Object.prototype.hasOwnProperty.call(i,t)}e.assign=function(i){for(var t=Array.prototype.slice.call(arguments,1);t.length;){var p=t.shift();if(p){if(typeof p!="object")throw new TypeError(p+"must be non-object");for(var y in p)s(p,y)&&(i[y]=p[y])}}return i},e.shrinkBuf=function(i,t){return i.length===t?i:i.subarray?i.subarray(0,t):(i.length=t,i)};var n={arraySet:function(i,t,p,y,u){if(t.subarray&&i.subarray){i.set(t.subarray(p,p+y),u);return}for(var d=0;d<y;d++)i[u+d]=t[p+d]},flattenChunks:function(i){var t,p,y,u,d,g;for(y=0,t=0,p=i.length;t<p;t++)y+=i[t].length;for(g=new Uint8Array(y),u=0,t=0,p=i.length;t<p;t++)d=i[t],g.set(d,u),u+=d.length;return g}},o={arraySet:function(i,t,p,y,u){for(var d=0;d<y;d++)i[u+d]=t[p+d]},flattenChunks:function(i){return[].concat.apply([],i)}};e.setTyped=function(i){i?(e.Buf8=Uint8Array,e.Buf16=Uint16Array,e.Buf32=Int32Array,e.assign(e,n)):(e.Buf8=Array,e.Buf16=Array,e.Buf32=Array,e.assign(e,o))},e.setTyped(r)})(wr);var Ct={},ur={},nt={},xp=wr,Lp=4,Wi=0,Ui=1,Ip=2;function at(e){for(var r=e.length;--r>=0;)e[r]=0}var Hp=0,_a=1,$p=2,Rp=3,Dp=258,wi=29,Ot=256,wt=Ot+1+wi,rt=30,bi=19,ga=2*wt+1,Hr=15,Ss=16,Bp=7,vi=256,wa=16,ba=17,va=18,Zs=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],Mt=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],Fp=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],Pa=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],jp=512,_r=new Array((wt+2)*2);at(_r);var dt=new Array(rt*2);at(dt);var bt=new Array(jp);at(bt);var vt=new Array(Dp-Rp+1);at(vt);var Pi=new Array(wi);at(Pi);var rs=new Array(rt);at(rs);function As(e,r,s,n,o){this.static_tree=e,this.extra_bits=r,this.extra_base=s,this.elems=n,this.max_length=o,this.has_stree=e&&e.length}var Ea,ka,Sa;function Ts(e,r){this.dyn_tree=e,this.max_code=0,this.stat_desc=r}function Aa(e){return e<256?bt[e]:bt[256+(e>>>7)]}function Pt(e,r){e.pending_buf[e.pending++]=r&255,e.pending_buf[e.pending++]=r>>>8&255}function Be(e,r,s){e.bi_valid>Ss-s?(e.bi_buf|=r<<e.bi_valid&65535,Pt(e,e.bi_buf),e.bi_buf=r>>Ss-e.bi_valid,e.bi_valid+=s-Ss):(e.bi_buf|=r<<e.bi_valid&65535,e.bi_valid+=s)}function pr(e,r,s){Be(e,s[r*2],s[r*2+1])}function Ta(e,r){var s=0;do s|=e&1,e>>>=1,s<<=1;while(--r>0);return s>>>1}function Np(e){e.bi_valid===16?(Pt(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=e.bi_buf&255,e.bi_buf>>=8,e.bi_valid-=8)}function Wp(e,r){var s=r.dyn_tree,n=r.max_code,o=r.stat_desc.static_tree,i=r.stat_desc.has_stree,t=r.stat_desc.extra_bits,p=r.stat_desc.extra_base,y=r.stat_desc.max_length,u,d,g,b,w,H,P=0;for(b=0;b<=Hr;b++)e.bl_count[b]=0;for(s[e.heap[e.heap_max]*2+1]=0,u=e.heap_max+1;u<ga;u++)d=e.heap[u],b=s[s[d*2+1]*2+1]+1,b>y&&(b=y,P++),s[d*2+1]=b,!(d>n)&&(e.bl_count[b]++,w=0,d>=p&&(w=t[d-p]),H=s[d*2],e.opt_len+=H*(b+w),i&&(e.static_len+=H*(o[d*2+1]+w)));if(P!==0){do{for(b=y-1;e.bl_count[b]===0;)b--;e.bl_count[b]--,e.bl_count[b+1]+=2,e.bl_count[y]--,P-=2}while(P>0);for(b=y;b!==0;b--)for(d=e.bl_count[b];d!==0;)g=e.heap[--u],!(g>n)&&(s[g*2+1]!==b&&(e.opt_len+=(b-s[g*2+1])*s[g*2],s[g*2+1]=b),d--)}}function Ca(e,r,s){var n=new Array(Hr+1),o=0,i,t;for(i=1;i<=Hr;i++)n[i]=o=o+s[i-1]<<1;for(t=0;t<=r;t++){var p=e[t*2+1];p!==0&&(e[t*2]=Ta(n[p]++,p))}}function Up(){var e,r,s,n,o,i=new Array(Hr+1);for(s=0,n=0;n<wi-1;n++)for(Pi[n]=s,e=0;e<1<<Zs[n];e++)vt[s++]=n;for(vt[s-1]=n,o=0,n=0;n<16;n++)for(rs[n]=o,e=0;e<1<<Mt[n];e++)bt[o++]=n;for(o>>=7;n<rt;n++)for(rs[n]=o<<7,e=0;e<1<<Mt[n]-7;e++)bt[256+o++]=n;for(r=0;r<=Hr;r++)i[r]=0;for(e=0;e<=143;)_r[e*2+1]=8,e++,i[8]++;for(;e<=255;)_r[e*2+1]=9,e++,i[9]++;for(;e<=279;)_r[e*2+1]=7,e++,i[7]++;for(;e<=287;)_r[e*2+1]=8,e++,i[8]++;for(Ca(_r,wt+1,i),e=0;e<rt;e++)dt[e*2+1]=5,dt[e*2]=Ta(e,5);Ea=new As(_r,Zs,Ot+1,wt,Hr),ka=new As(dt,Mt,0,rt,Hr),Sa=new As(new Array(0),Fp,0,bi,Bp)}function Oa(e){var r;for(r=0;r<wt;r++)e.dyn_ltree[r*2]=0;for(r=0;r<rt;r++)e.dyn_dtree[r*2]=0;for(r=0;r<bi;r++)e.bl_tree[r*2]=0;e.dyn_ltree[vi*2]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function xa(e){e.bi_valid>8?Pt(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function qp(e,r,s,n){xa(e),n&&(Pt(e,s),Pt(e,~s)),xp.arraySet(e.pending_buf,e.window,r,s,e.pending),e.pending+=s}function qi(e,r,s,n){var o=r*2,i=s*2;return e[o]<e[i]||e[o]===e[i]&&n[r]<=n[s]}function Cs(e,r,s){for(var n=e.heap[s],o=s<<1;o<=e.heap_len&&(o<e.heap_len&&qi(r,e.heap[o+1],e.heap[o],e.depth)&&o++,!qi(r,n,e.heap[o],e.depth));)e.heap[s]=e.heap[o],s=o,o<<=1;e.heap[s]=n}function Mi(e,r,s){var n,o,i=0,t,p;if(e.last_lit!==0)do n=e.pending_buf[e.d_buf+i*2]<<8|e.pending_buf[e.d_buf+i*2+1],o=e.pending_buf[e.l_buf+i],i++,n===0?pr(e,o,r):(t=vt[o],pr(e,t+Ot+1,r),p=Zs[t],p!==0&&(o-=Pi[t],Be(e,o,p)),n--,t=Aa(n),pr(e,t,s),p=Mt[t],p!==0&&(n-=rs[t],Be(e,n,p)));while(i<e.last_lit);pr(e,vi,r)}function Vs(e,r){var s=r.dyn_tree,n=r.stat_desc.static_tree,o=r.stat_desc.has_stree,i=r.stat_desc.elems,t,p,y=-1,u;for(e.heap_len=0,e.heap_max=ga,t=0;t<i;t++)s[t*2]!==0?(e.heap[++e.heap_len]=y=t,e.depth[t]=0):s[t*2+1]=0;for(;e.heap_len<2;)u=e.heap[++e.heap_len]=y<2?++y:0,s[u*2]=1,e.depth[u]=0,e.opt_len--,o&&(e.static_len-=n[u*2+1]);for(r.max_code=y,t=e.heap_len>>1;t>=1;t--)Cs(e,s,t);u=i;do t=e.heap[1],e.heap[1]=e.heap[e.heap_len--],Cs(e,s,1),p=e.heap[1],e.heap[--e.heap_max]=t,e.heap[--e.heap_max]=p,s[u*2]=s[t*2]+s[p*2],e.depth[u]=(e.depth[t]>=e.depth[p]?e.depth[t]:e.depth[p])+1,s[t*2+1]=s[p*2+1]=u,e.heap[1]=u++,Cs(e,s,1);while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],Wp(e,r),Ca(s,y,e.bl_count)}function Ki(e,r,s){var n,o=-1,i,t=r[0*2+1],p=0,y=7,u=4;for(t===0&&(y=138,u=3),r[(s+1)*2+1]=65535,n=0;n<=s;n++)i=t,t=r[(n+1)*2+1],!(++p<y&&i===t)&&(p<u?e.bl_tree[i*2]+=p:i!==0?(i!==o&&e.bl_tree[i*2]++,e.bl_tree[wa*2]++):p<=10?e.bl_tree[ba*2]++:e.bl_tree[va*2]++,p=0,o=i,t===0?(y=138,u=3):i===t?(y=6,u=3):(y=7,u=4))}function zi(e,r,s){var n,o=-1,i,t=r[0*2+1],p=0,y=7,u=4;for(t===0&&(y=138,u=3),n=0;n<=s;n++)if(i=t,t=r[(n+1)*2+1],!(++p<y&&i===t)){if(p<u)do pr(e,i,e.bl_tree);while(--p!==0);else i!==0?(i!==o&&(pr(e,i,e.bl_tree),p--),pr(e,wa,e.bl_tree),Be(e,p-3,2)):p<=10?(pr(e,ba,e.bl_tree),Be(e,p-3,3)):(pr(e,va,e.bl_tree),Be(e,p-11,7));p=0,o=i,t===0?(y=138,u=3):i===t?(y=6,u=3):(y=7,u=4)}}function Mp(e){var r;for(Ki(e,e.dyn_ltree,e.l_desc.max_code),Ki(e,e.dyn_dtree,e.d_desc.max_code),Vs(e,e.bl_desc),r=bi-1;r>=3&&e.bl_tree[Pa[r]*2+1]===0;r--);return e.opt_len+=3*(r+1)+5+5+4,r}function Kp(e,r,s,n){var o;for(Be(e,r-257,5),Be(e,s-1,5),Be(e,n-4,4),o=0;o<n;o++)Be(e,e.bl_tree[Pa[o]*2+1],3);zi(e,e.dyn_ltree,r-1),zi(e,e.dyn_dtree,s-1)}function zp(e){var r=4093624447,s;for(s=0;s<=31;s++,r>>>=1)if(r&1&&e.dyn_ltree[s*2]!==0)return Wi;if(e.dyn_ltree[9*2]!==0||e.dyn_ltree[10*2]!==0||e.dyn_ltree[13*2]!==0)return Ui;for(s=32;s<Ot;s++)if(e.dyn_ltree[s*2]!==0)return Ui;return Wi}var Gi=!1;function Gp(e){Gi||(Up(),Gi=!0),e.l_desc=new Ts(e.dyn_ltree,Ea),e.d_desc=new Ts(e.dyn_dtree,ka),e.bl_desc=new Ts(e.bl_tree,Sa),e.bi_buf=0,e.bi_valid=0,Oa(e)}function La(e,r,s,n){Be(e,(Hp<<1)+(n?1:0),3),qp(e,r,s,!0)}function Zp(e){Be(e,_a<<1,3),pr(e,vi,_r),Np(e)}function Vp(e,r,s,n){var o,i,t=0;e.level>0?(e.strm.data_type===Ip&&(e.strm.data_type=zp(e)),Vs(e,e.l_desc),Vs(e,e.d_desc),t=Mp(e),o=e.opt_len+3+7>>>3,i=e.static_len+3+7>>>3,i<=o&&(o=i)):o=i=s+5,s+4<=o&&r!==-1?La(e,r,s,n):e.strategy===Lp||i===o?(Be(e,(_a<<1)+(n?1:0),3),Mi(e,_r,dt)):(Be(e,($p<<1)+(n?1:0),3),Kp(e,e.l_desc.max_code+1,e.d_desc.max_code+1,t+1),Mi(e,e.dyn_ltree,e.dyn_dtree)),Oa(e),n&&xa(e)}function Yp(e,r,s){return e.pending_buf[e.d_buf+e.last_lit*2]=r>>>8&255,e.pending_buf[e.d_buf+e.last_lit*2+1]=r&255,e.pending_buf[e.l_buf+e.last_lit]=s&255,e.last_lit++,r===0?e.dyn_ltree[s*2]++:(e.matches++,r--,e.dyn_ltree[(vt[s]+Ot+1)*2]++,e.dyn_dtree[Aa(r)*2]++),e.last_lit===e.lit_bufsize-1}nt._tr_init=Gp;nt._tr_stored_block=La;nt._tr_flush_block=Vp;nt._tr_tally=Yp;nt._tr_align=Zp;function Xp(e,r,s,n){for(var o=e&65535|0,i=e>>>16&65535|0,t=0;s!==0;){t=s>2e3?2e3:s,s-=t;do o=o+r[n++]|0,i=i+o|0;while(--t);o%=65521,i%=65521}return o|i<<16|0}var Ia=Xp;function Qp(){for(var e,r=[],s=0;s<256;s++){e=s;for(var n=0;n<8;n++)e=e&1?3988292384^e>>>1:e>>>1;r[s]=e}return r}var Jp=Qp();function ef(e,r,s,n){var o=Jp,i=n+s;e^=-1;for(var t=n;t<i;t++)e=e>>>8^o[(e^r[t])&255];return e^-1}var Ha=ef,Ei={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"},Re=wr,ze=nt,$a=Ia,kr=Ha,rf=Ei,Ur=0,tf=1,sf=3,Or=4,Zi=5,fr=0,Vi=1,Ge=-2,nf=-3,Os=-5,af=-1,of=1,Bt=2,pf=3,ff=4,lf=0,uf=2,ds=8,cf=9,df=15,hf=8,yf=29,mf=256,Ys=mf+1+yf,_f=30,gf=19,wf=2*Ys+1,bf=15,oe=3,Tr=258,er=Tr+oe+1,vf=32,hs=42,Xs=69,Kt=73,zt=91,Gt=103,$r=113,ut=666,Ae=1,xt=2,Br=3,ot=4,Pf=3;function Cr(e,r){return e.msg=rf[r],r}function Yi(e){return(e<<1)-(e>4?9:0)}function Ar(e){for(var r=e.length;--r>=0;)e[r]=0}function Sr(e){var r=e.state,s=r.pending;s>e.avail_out&&(s=e.avail_out),s!==0&&(Re.arraySet(e.output,r.pending_buf,r.pending_out,s,e.next_out),e.next_out+=s,r.pending_out+=s,e.total_out+=s,e.avail_out-=s,r.pending-=s,r.pending===0&&(r.pending_out=0))}function Le(e,r){ze._tr_flush_block(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,r),e.block_start=e.strstart,Sr(e.strm)}function fe(e,r){e.pending_buf[e.pending++]=r}function lt(e,r){e.pending_buf[e.pending++]=r>>>8&255,e.pending_buf[e.pending++]=r&255}function Ef(e,r,s,n){var o=e.avail_in;return o>n&&(o=n),o===0?0:(e.avail_in-=o,Re.arraySet(r,e.input,e.next_in,o,s),e.state.wrap===1?e.adler=$a(e.adler,r,o,s):e.state.wrap===2&&(e.adler=kr(e.adler,r,o,s)),e.next_in+=o,e.total_in+=o,o)}function Ra(e,r){var s=e.max_chain_length,n=e.strstart,o,i,t=e.prev_length,p=e.nice_match,y=e.strstart>e.w_size-er?e.strstart-(e.w_size-er):0,u=e.window,d=e.w_mask,g=e.prev,b=e.strstart+Tr,w=u[n+t-1],H=u[n+t];e.prev_length>=e.good_match&&(s>>=2),p>e.lookahead&&(p=e.lookahead);do if(o=r,!(u[o+t]!==H||u[o+t-1]!==w||u[o]!==u[n]||u[++o]!==u[n+1])){n+=2,o++;do;while(u[++n]===u[++o]&&u[++n]===u[++o]&&u[++n]===u[++o]&&u[++n]===u[++o]&&u[++n]===u[++o]&&u[++n]===u[++o]&&u[++n]===u[++o]&&u[++n]===u[++o]&&n<b);if(i=Tr-(b-n),n=b-Tr,i>t){if(e.match_start=r,t=i,i>=p)break;w=u[n+t-1],H=u[n+t]}}while((r=g[r&d])>y&&--s!==0);return t<=e.lookahead?t:e.lookahead}function Fr(e){var r=e.w_size,s,n,o,i,t;do{if(i=e.window_size-e.lookahead-e.strstart,e.strstart>=r+(r-er)){Re.arraySet(e.window,e.window,r,r,0),e.match_start-=r,e.strstart-=r,e.block_start-=r,n=e.hash_size,s=n;do o=e.head[--s],e.head[s]=o>=r?o-r:0;while(--n);n=r,s=n;do o=e.prev[--s],e.prev[s]=o>=r?o-r:0;while(--n);i+=r}if(e.strm.avail_in===0)break;if(n=Ef(e.strm,e.window,e.strstart+e.lookahead,i),e.lookahead+=n,e.lookahead+e.insert>=oe)for(t=e.strstart-e.insert,e.ins_h=e.window[t],e.ins_h=(e.ins_h<<e.hash_shift^e.window[t+1])&e.hash_mask;e.insert&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[t+oe-1])&e.hash_mask,e.prev[t&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=t,t++,e.insert--,!(e.lookahead+e.insert<oe)););}while(e.lookahead<er&&e.strm.avail_in!==0)}function kf(e,r){var s=65535;for(s>e.pending_buf_size-5&&(s=e.pending_buf_size-5);;){if(e.lookahead<=1){if(Fr(e),e.lookahead===0&&r===Ur)return Ae;if(e.lookahead===0)break}e.strstart+=e.lookahead,e.lookahead=0;var n=e.block_start+s;if((e.strstart===0||e.strstart>=n)&&(e.lookahead=e.strstart-n,e.strstart=n,Le(e,!1),e.strm.avail_out===0)||e.strstart-e.block_start>=e.w_size-er&&(Le(e,!1),e.strm.avail_out===0))return Ae}return e.insert=0,r===Or?(Le(e,!0),e.strm.avail_out===0?Br:ot):(e.strstart>e.block_start&&(Le(e,!1),e.strm.avail_out===0),Ae)}function xs(e,r){for(var s,n;;){if(e.lookahead<er){if(Fr(e),e.lookahead<er&&r===Ur)return Ae;if(e.lookahead===0)break}if(s=0,e.lookahead>=oe&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+oe-1])&e.hash_mask,s=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),s!==0&&e.strstart-s<=e.w_size-er&&(e.match_length=Ra(e,s)),e.match_length>=oe)if(n=ze._tr_tally(e,e.strstart-e.match_start,e.match_length-oe),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=oe){e.match_length--;do e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+oe-1])&e.hash_mask,s=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart;while(--e.match_length!==0);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else n=ze._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(n&&(Le(e,!1),e.strm.avail_out===0))return Ae}return e.insert=e.strstart<oe-1?e.strstart:oe-1,r===Or?(Le(e,!0),e.strm.avail_out===0?Br:ot):e.last_lit&&(Le(e,!1),e.strm.avail_out===0)?Ae:xt}function Vr(e,r){for(var s,n,o;;){if(e.lookahead<er){if(Fr(e),e.lookahead<er&&r===Ur)return Ae;if(e.lookahead===0)break}if(s=0,e.lookahead>=oe&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+oe-1])&e.hash_mask,s=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=oe-1,s!==0&&e.prev_length<e.max_lazy_match&&e.strstart-s<=e.w_size-er&&(e.match_length=Ra(e,s),e.match_length<=5&&(e.strategy===of||e.match_length===oe&&e.strstart-e.match_start>4096)&&(e.match_length=oe-1)),e.prev_length>=oe&&e.match_length<=e.prev_length){o=e.strstart+e.lookahead-oe,n=ze._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-oe),e.lookahead-=e.prev_length-1,e.prev_length-=2;do++e.strstart<=o&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+oe-1])&e.hash_mask,s=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart);while(--e.prev_length!==0);if(e.match_available=0,e.match_length=oe-1,e.strstart++,n&&(Le(e,!1),e.strm.avail_out===0))return Ae}else if(e.match_available){if(n=ze._tr_tally(e,0,e.window[e.strstart-1]),n&&Le(e,!1),e.strstart++,e.lookahead--,e.strm.avail_out===0)return Ae}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(n=ze._tr_tally(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<oe-1?e.strstart:oe-1,r===Or?(Le(e,!0),e.strm.avail_out===0?Br:ot):e.last_lit&&(Le(e,!1),e.strm.avail_out===0)?Ae:xt}function Sf(e,r){for(var s,n,o,i,t=e.window;;){if(e.lookahead<=Tr){if(Fr(e),e.lookahead<=Tr&&r===Ur)return Ae;if(e.lookahead===0)break}if(e.match_length=0,e.lookahead>=oe&&e.strstart>0&&(o=e.strstart-1,n=t[o],n===t[++o]&&n===t[++o]&&n===t[++o])){i=e.strstart+Tr;do;while(n===t[++o]&&n===t[++o]&&n===t[++o]&&n===t[++o]&&n===t[++o]&&n===t[++o]&&n===t[++o]&&n===t[++o]&&o<i);e.match_length=Tr-(i-o),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=oe?(s=ze._tr_tally(e,1,e.match_length-oe),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(s=ze._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),s&&(Le(e,!1),e.strm.avail_out===0))return Ae}return e.insert=0,r===Or?(Le(e,!0),e.strm.avail_out===0?Br:ot):e.last_lit&&(Le(e,!1),e.strm.avail_out===0)?Ae:xt}function Af(e,r){for(var s;;){if(e.lookahead===0&&(Fr(e),e.lookahead===0)){if(r===Ur)return Ae;break}if(e.match_length=0,s=ze._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,s&&(Le(e,!1),e.strm.avail_out===0))return Ae}return e.insert=0,r===Or?(Le(e,!0),e.strm.avail_out===0?Br:ot):e.last_lit&&(Le(e,!1),e.strm.avail_out===0)?Ae:xt}function nr(e,r,s,n,o){this.good_length=e,this.max_lazy=r,this.nice_length=s,this.max_chain=n,this.func=o}var Jr;Jr=[new nr(0,0,0,0,kf),new nr(4,4,8,4,xs),new nr(4,5,16,8,xs),new nr(4,6,32,32,xs),new nr(4,4,16,16,Vr),new nr(8,16,32,32,Vr),new nr(8,16,128,128,Vr),new nr(8,32,128,256,Vr),new nr(32,128,258,1024,Vr),new nr(32,258,258,4096,Vr)];function Tf(e){e.window_size=2*e.w_size,Ar(e.head),e.max_lazy_match=Jr[e.level].max_lazy,e.good_match=Jr[e.level].good_length,e.nice_match=Jr[e.level].nice_length,e.max_chain_length=Jr[e.level].max_chain,e.strstart=0,e.block_start=0,e.lookahead=0,e.insert=0,e.match_length=e.prev_length=oe-1,e.match_available=0,e.ins_h=0}function Cf(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=ds,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Re.Buf16(wf*2),this.dyn_dtree=new Re.Buf16((2*_f+1)*2),this.bl_tree=new Re.Buf16((2*gf+1)*2),Ar(this.dyn_ltree),Ar(this.dyn_dtree),Ar(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Re.Buf16(bf+1),this.heap=new Re.Buf16(2*Ys+1),Ar(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Re.Buf16(2*Ys+1),Ar(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function Da(e){var r;return!e||!e.state?Cr(e,Ge):(e.total_in=e.total_out=0,e.data_type=uf,r=e.state,r.pending=0,r.pending_out=0,r.wrap<0&&(r.wrap=-r.wrap),r.status=r.wrap?hs:$r,e.adler=r.wrap===2?0:1,r.last_flush=Ur,ze._tr_init(r),fr)}function Ba(e){var r=Da(e);return r===fr&&Tf(e.state),r}function Of(e,r){return!e||!e.state||e.state.wrap!==2?Ge:(e.state.gzhead=r,fr)}function Fa(e,r,s,n,o,i){if(!e)return Ge;var t=1;if(r===af&&(r=6),n<0?(t=0,n=-n):n>15&&(t=2,n-=16),o<1||o>cf||s!==ds||n<8||n>15||r<0||r>9||i<0||i>ff)return Cr(e,Ge);n===8&&(n=9);var p=new Cf;return e.state=p,p.strm=e,p.wrap=t,p.gzhead=null,p.w_bits=n,p.w_size=1<<p.w_bits,p.w_mask=p.w_size-1,p.hash_bits=o+7,p.hash_size=1<<p.hash_bits,p.hash_mask=p.hash_size-1,p.hash_shift=~~((p.hash_bits+oe-1)/oe),p.window=new Re.Buf8(p.w_size*2),p.head=new Re.Buf16(p.hash_size),p.prev=new Re.Buf16(p.w_size),p.lit_bufsize=1<<o+6,p.pending_buf_size=p.lit_bufsize*4,p.pending_buf=new Re.Buf8(p.pending_buf_size),p.d_buf=1*p.lit_bufsize,p.l_buf=(1+2)*p.lit_bufsize,p.level=r,p.strategy=i,p.method=s,Ba(e)}function xf(e,r){return Fa(e,r,ds,df,hf,lf)}function Lf(e,r){var s,n,o,i;if(!e||!e.state||r>Zi||r<0)return e?Cr(e,Ge):Ge;if(n=e.state,!e.output||!e.input&&e.avail_in!==0||n.status===ut&&r!==Or)return Cr(e,e.avail_out===0?Os:Ge);if(n.strm=e,s=n.last_flush,n.last_flush=r,n.status===hs)if(n.wrap===2)e.adler=0,fe(n,31),fe(n,139),fe(n,8),n.gzhead?(fe(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),fe(n,n.gzhead.time&255),fe(n,n.gzhead.time>>8&255),fe(n,n.gzhead.time>>16&255),fe(n,n.gzhead.time>>24&255),fe(n,n.level===9?2:n.strategy>=Bt||n.level<2?4:0),fe(n,n.gzhead.os&255),n.gzhead.extra&&n.gzhead.extra.length&&(fe(n,n.gzhead.extra.length&255),fe(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(e.adler=kr(e.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=Xs):(fe(n,0),fe(n,0),fe(n,0),fe(n,0),fe(n,0),fe(n,n.level===9?2:n.strategy>=Bt||n.level<2?4:0),fe(n,Pf),n.status=$r);else{var t=ds+(n.w_bits-8<<4)<<8,p=-1;n.strategy>=Bt||n.level<2?p=0:n.level<6?p=1:n.level===6?p=2:p=3,t|=p<<6,n.strstart!==0&&(t|=vf),t+=31-t%31,n.status=$r,lt(n,t),n.strstart!==0&&(lt(n,e.adler>>>16),lt(n,e.adler&65535)),e.adler=1}if(n.status===Xs)if(n.gzhead.extra){for(o=n.pending;n.gzindex<(n.gzhead.extra.length&65535)&&!(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>o&&(e.adler=kr(e.adler,n.pending_buf,n.pending-o,o)),Sr(e),o=n.pending,n.pending===n.pending_buf_size));)fe(n,n.gzhead.extra[n.gzindex]&255),n.gzindex++;n.gzhead.hcrc&&n.pending>o&&(e.adler=kr(e.adler,n.pending_buf,n.pending-o,o)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=Kt)}else n.status=Kt;if(n.status===Kt)if(n.gzhead.name){o=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>o&&(e.adler=kr(e.adler,n.pending_buf,n.pending-o,o)),Sr(e),o=n.pending,n.pending===n.pending_buf_size)){i=1;break}n.gzindex<n.gzhead.name.length?i=n.gzhead.name.charCodeAt(n.gzindex++)&255:i=0,fe(n,i)}while(i!==0);n.gzhead.hcrc&&n.pending>o&&(e.adler=kr(e.adler,n.pending_buf,n.pending-o,o)),i===0&&(n.gzindex=0,n.status=zt)}else n.status=zt;if(n.status===zt)if(n.gzhead.comment){o=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>o&&(e.adler=kr(e.adler,n.pending_buf,n.pending-o,o)),Sr(e),o=n.pending,n.pending===n.pending_buf_size)){i=1;break}n.gzindex<n.gzhead.comment.length?i=n.gzhead.comment.charCodeAt(n.gzindex++)&255:i=0,fe(n,i)}while(i!==0);n.gzhead.hcrc&&n.pending>o&&(e.adler=kr(e.adler,n.pending_buf,n.pending-o,o)),i===0&&(n.status=Gt)}else n.status=Gt;if(n.status===Gt&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&Sr(e),n.pending+2<=n.pending_buf_size&&(fe(n,e.adler&255),fe(n,e.adler>>8&255),e.adler=0,n.status=$r)):n.status=$r),n.pending!==0){if(Sr(e),e.avail_out===0)return n.last_flush=-1,fr}else if(e.avail_in===0&&Yi(r)<=Yi(s)&&r!==Or)return Cr(e,Os);if(n.status===ut&&e.avail_in!==0)return Cr(e,Os);if(e.avail_in!==0||n.lookahead!==0||r!==Ur&&n.status!==ut){var y=n.strategy===Bt?Af(n,r):n.strategy===pf?Sf(n,r):Jr[n.level].func(n,r);if((y===Br||y===ot)&&(n.status=ut),y===Ae||y===Br)return e.avail_out===0&&(n.last_flush=-1),fr;if(y===xt&&(r===tf?ze._tr_align(n):r!==Zi&&(ze._tr_stored_block(n,0,0,!1),r===sf&&(Ar(n.head),n.lookahead===0&&(n.strstart=0,n.block_start=0,n.insert=0))),Sr(e),e.avail_out===0))return n.last_flush=-1,fr}return r!==Or?fr:n.wrap<=0?Vi:(n.wrap===2?(fe(n,e.adler&255),fe(n,e.adler>>8&255),fe(n,e.adler>>16&255),fe(n,e.adler>>24&255),fe(n,e.total_in&255),fe(n,e.total_in>>8&255),fe(n,e.total_in>>16&255),fe(n,e.total_in>>24&255)):(lt(n,e.adler>>>16),lt(n,e.adler&65535)),Sr(e),n.wrap>0&&(n.wrap=-n.wrap),n.pending!==0?fr:Vi)}function If(e){var r;return!e||!e.state?Ge:(r=e.state.status,r!==hs&&r!==Xs&&r!==Kt&&r!==zt&&r!==Gt&&r!==$r&&r!==ut?Cr(e,Ge):(e.state=null,r===$r?Cr(e,nf):fr))}function Hf(e,r){var s=r.length,n,o,i,t,p,y,u,d;if(!e||!e.state||(n=e.state,t=n.wrap,t===2||t===1&&n.status!==hs||n.lookahead))return Ge;for(t===1&&(e.adler=$a(e.adler,r,s,0)),n.wrap=0,s>=n.w_size&&(t===0&&(Ar(n.head),n.strstart=0,n.block_start=0,n.insert=0),d=new Re.Buf8(n.w_size),Re.arraySet(d,r,s-n.w_size,n.w_size,0),r=d,s=n.w_size),p=e.avail_in,y=e.next_in,u=e.input,e.avail_in=s,e.next_in=0,e.input=r,Fr(n);n.lookahead>=oe;){o=n.strstart,i=n.lookahead-(oe-1);do n.ins_h=(n.ins_h<<n.hash_shift^n.window[o+oe-1])&n.hash_mask,n.prev[o&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=o,o++;while(--i);n.strstart=o,n.lookahead=oe-1,Fr(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=oe-1,n.match_available=0,e.next_in=y,e.input=u,e.avail_in=p,n.wrap=t,fr}ur.deflateInit=xf;ur.deflateInit2=Fa;ur.deflateReset=Ba;ur.deflateResetKeep=Da;ur.deflateSetHeader=Of;ur.deflate=Lf;ur.deflateEnd=If;ur.deflateSetDictionary=Hf;ur.deflateInfo="pako deflate (from Nodeca project)";var qr={},ys=wr,ja=!0,Na=!0;try{String.fromCharCode.apply(null,[0])}catch{ja=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{Na=!1}var Et=new ys.Buf8(256);for(var Er=0;Er<256;Er++)Et[Er]=Er>=252?6:Er>=248?5:Er>=240?4:Er>=224?3:Er>=192?2:1;Et[254]=Et[254]=1;qr.string2buf=function(e){var r,s,n,o,i,t=e.length,p=0;for(o=0;o<t;o++)s=e.charCodeAt(o),(s&64512)===55296&&o+1<t&&(n=e.charCodeAt(o+1),(n&64512)===56320&&(s=65536+(s-55296<<10)+(n-56320),o++)),p+=s<128?1:s<2048?2:s<65536?3:4;for(r=new ys.Buf8(p),i=0,o=0;i<p;o++)s=e.charCodeAt(o),(s&64512)===55296&&o+1<t&&(n=e.charCodeAt(o+1),(n&64512)===56320&&(s=65536+(s-55296<<10)+(n-56320),o++)),s<128?r[i++]=s:s<2048?(r[i++]=192|s>>>6,r[i++]=128|s&63):s<65536?(r[i++]=224|s>>>12,r[i++]=128|s>>>6&63,r[i++]=128|s&63):(r[i++]=240|s>>>18,r[i++]=128|s>>>12&63,r[i++]=128|s>>>6&63,r[i++]=128|s&63);return r};function Wa(e,r){if(r<65534&&(e.subarray&&Na||!e.subarray&&ja))return String.fromCharCode.apply(null,ys.shrinkBuf(e,r));for(var s="",n=0;n<r;n++)s+=String.fromCharCode(e[n]);return s}qr.buf2binstring=function(e){return Wa(e,e.length)};qr.binstring2buf=function(e){for(var r=new ys.Buf8(e.length),s=0,n=r.length;s<n;s++)r[s]=e.charCodeAt(s);return r};qr.buf2string=function(e,r){var s,n,o,i,t=r||e.length,p=new Array(t*2);for(n=0,s=0;s<t;){if(o=e[s++],o<128){p[n++]=o;continue}if(i=Et[o],i>4){p[n++]=65533,s+=i-1;continue}for(o&=i===2?31:i===3?15:7;i>1&&s<t;)o=o<<6|e[s++]&63,i--;if(i>1){p[n++]=65533;continue}o<65536?p[n++]=o:(o-=65536,p[n++]=55296|o>>10&1023,p[n++]=56320|o&1023)}return Wa(p,n)};qr.utf8border=function(e,r){var s;for(r=r||e.length,r>e.length&&(r=e.length),s=r-1;s>=0&&(e[s]&192)===128;)s--;return s<0||s===0?r:s+Et[e[s]]>r?s:r};function $f(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}var Ua=$f,ht=ur,yt=wr,Qs=qr,Js=Ei,Rf=Ua,qa=Object.prototype.toString,Df=0,Ls=4,tt=0,Xi=1,Qi=2,Bf=-1,Ff=0,jf=8;function jr(e){if(!(this instanceof jr))return new jr(e);this.options=yt.assign({level:Bf,method:jf,chunkSize:16384,windowBits:15,memLevel:8,strategy:Ff,to:""},e||{});var r=this.options;r.raw&&r.windowBits>0?r.windowBits=-r.windowBits:r.gzip&&r.windowBits>0&&r.windowBits<16&&(r.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new Rf,this.strm.avail_out=0;var s=ht.deflateInit2(this.strm,r.level,r.method,r.windowBits,r.memLevel,r.strategy);if(s!==tt)throw new Error(Js[s]);if(r.header&&ht.deflateSetHeader(this.strm,r.header),r.dictionary){var n;if(typeof r.dictionary=="string"?n=Qs.string2buf(r.dictionary):qa.call(r.dictionary)==="[object ArrayBuffer]"?n=new Uint8Array(r.dictionary):n=r.dictionary,s=ht.deflateSetDictionary(this.strm,n),s!==tt)throw new Error(Js[s]);this._dict_set=!0}}jr.prototype.push=function(e,r){var s=this.strm,n=this.options.chunkSize,o,i;if(this.ended)return!1;i=r===~~r?r:r===!0?Ls:Df,typeof e=="string"?s.input=Qs.string2buf(e):qa.call(e)==="[object ArrayBuffer]"?s.input=new Uint8Array(e):s.input=e,s.next_in=0,s.avail_in=s.input.length;do{if(s.avail_out===0&&(s.output=new yt.Buf8(n),s.next_out=0,s.avail_out=n),o=ht.deflate(s,i),o!==Xi&&o!==tt)return this.onEnd(o),this.ended=!0,!1;(s.avail_out===0||s.avail_in===0&&(i===Ls||i===Qi))&&(this.options.to==="string"?this.onData(Qs.buf2binstring(yt.shrinkBuf(s.output,s.next_out))):this.onData(yt.shrinkBuf(s.output,s.next_out)))}while((s.avail_in>0||s.avail_out===0)&&o!==Xi);return i===Ls?(o=ht.deflateEnd(this.strm),this.onEnd(o),this.ended=!0,o===tt):(i===Qi&&(this.onEnd(tt),s.avail_out=0),!0)};jr.prototype.onData=function(e){this.chunks.push(e)};jr.prototype.onEnd=function(e){e===tt&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=yt.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg};function ki(e,r){var s=new jr(r);if(s.push(e,!0),s.err)throw s.msg||Js[s.err];return s.result}function Nf(e,r){return r=r||{},r.raw=!0,ki(e,r)}function Wf(e,r){return r=r||{},r.gzip=!0,ki(e,r)}Ct.Deflate=jr;Ct.deflate=ki;Ct.deflateRaw=Nf;Ct.gzip=Wf;var Lt={},rr={},Ft=30,Uf=12,qf=function(r,s){var n,o,i,t,p,y,u,d,g,b,w,H,P,N,j,q,$,W,O,A,B,x,T,k,S;n=r.state,o=r.next_in,k=r.input,i=o+(r.avail_in-5),t=r.next_out,S=r.output,p=t-(s-r.avail_out),y=t+(r.avail_out-257),u=n.dmax,d=n.wsize,g=n.whave,b=n.wnext,w=n.window,H=n.hold,P=n.bits,N=n.lencode,j=n.distcode,q=(1<<n.lenbits)-1,$=(1<<n.distbits)-1;e:do{P<15&&(H+=k[o++]<<P,P+=8,H+=k[o++]<<P,P+=8),W=N[H&q];r:for(;;){if(O=W>>>24,H>>>=O,P-=O,O=W>>>16&255,O===0)S[t++]=W&65535;else if(O&16){A=W&65535,O&=15,O&&(P<O&&(H+=k[o++]<<P,P+=8),A+=H&(1<<O)-1,H>>>=O,P-=O),P<15&&(H+=k[o++]<<P,P+=8,H+=k[o++]<<P,P+=8),W=j[H&$];t:for(;;){if(O=W>>>24,H>>>=O,P-=O,O=W>>>16&255,O&16){if(B=W&65535,O&=15,P<O&&(H+=k[o++]<<P,P+=8,P<O&&(H+=k[o++]<<P,P+=8)),B+=H&(1<<O)-1,B>u){r.msg="invalid distance too far back",n.mode=Ft;break e}if(H>>>=O,P-=O,O=t-p,B>O){if(O=B-O,O>g&&n.sane){r.msg="invalid distance too far back",n.mode=Ft;break e}if(x=0,T=w,b===0){if(x+=d-O,O<A){A-=O;do S[t++]=w[x++];while(--O);x=t-B,T=S}}else if(b<O){if(x+=d+b-O,O-=b,O<A){A-=O;do S[t++]=w[x++];while(--O);if(x=0,b<A){O=b,A-=O;do S[t++]=w[x++];while(--O);x=t-B,T=S}}}else if(x+=b-O,O<A){A-=O;do S[t++]=w[x++];while(--O);x=t-B,T=S}for(;A>2;)S[t++]=T[x++],S[t++]=T[x++],S[t++]=T[x++],A-=3;A&&(S[t++]=T[x++],A>1&&(S[t++]=T[x++]))}else{x=t-B;do S[t++]=S[x++],S[t++]=S[x++],S[t++]=S[x++],A-=3;while(A>2);A&&(S[t++]=S[x++],A>1&&(S[t++]=S[x++]))}}else if(O&64){r.msg="invalid distance code",n.mode=Ft;break e}else{W=j[(W&65535)+(H&(1<<O)-1)];continue t}break}}else if(O&64)if(O&32){n.mode=Uf;break e}else{r.msg="invalid literal/length code",n.mode=Ft;break e}else{W=N[(W&65535)+(H&(1<<O)-1)];continue r}break}}while(o<i&&t<y);A=P>>3,o-=A,P-=A<<3,H&=(1<<P)-1,r.next_in=o,r.next_out=t,r.avail_in=o<i?5+(i-o):5-(o-i),r.avail_out=t<y?257+(y-t):257-(t-y),n.hold=H,n.bits=P},Ji=wr,Yr=15,en=852,rn=592,tn=0,Is=1,sn=2,Mf=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],Kf=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],zf=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],Gf=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64],Zf=function(r,s,n,o,i,t,p,y){var u=y.bits,d=0,g=0,b=0,w=0,H=0,P=0,N=0,j=0,q=0,$=0,W,O,A,B,x,T=null,k=0,S,F=new Ji.Buf16(Yr+1),D=new Ji.Buf16(Yr+1),I=null,V=0,z,K,Y;for(d=0;d<=Yr;d++)F[d]=0;for(g=0;g<o;g++)F[s[n+g]]++;for(H=u,w=Yr;w>=1&&F[w]===0;w--);if(H>w&&(H=w),w===0)return i[t++]=1<<24|64<<16|0,i[t++]=1<<24|64<<16|0,y.bits=1,0;for(b=1;b<w&&F[b]===0;b++);for(H<b&&(H=b),j=1,d=1;d<=Yr;d++)if(j<<=1,j-=F[d],j<0)return-1;if(j>0&&(r===tn||w!==1))return-1;for(D[1]=0,d=1;d<Yr;d++)D[d+1]=D[d]+F[d];for(g=0;g<o;g++)s[n+g]!==0&&(p[D[s[n+g]]++]=g);if(r===tn?(T=I=p,S=19):r===Is?(T=Mf,k-=257,I=Kf,V-=257,S=256):(T=zf,I=Gf,S=-1),$=0,g=0,d=b,x=t,P=H,N=0,A=-1,q=1<<H,B=q-1,r===Is&&q>en||r===sn&&q>rn)return 1;for(;;){z=d-N,p[g]<S?(K=0,Y=p[g]):p[g]>S?(K=I[V+p[g]],Y=T[k+p[g]]):(K=32+64,Y=0),W=1<<d-N,O=1<<P,b=O;do O-=W,i[x+($>>N)+O]=z<<24|K<<16|Y|0;while(O!==0);for(W=1<<d-1;$&W;)W>>=1;if(W!==0?($&=W-1,$+=W):$=0,g++,--F[d]===0){if(d===w)break;d=s[n+p[g]]}if(d>H&&($&B)!==A){for(N===0&&(N=H),x+=b,P=d-N,j=1<<P;P+N<w&&(j-=F[P+N],!(j<=0));)P++,j<<=1;if(q+=1<<P,r===Is&&q>en||r===sn&&q>rn)return 1;A=$&B,i[A]=H<<24|P<<16|x-t|0}}return $!==0&&(i[x+$]=d-N<<24|64<<16|0),y.bits=H,0},Ue=wr,ei=Ia,ar=Ha,Vf=qf,mt=Zf,Yf=0,Ma=1,Ka=2,nn=4,Xf=5,jt=6,Nr=0,Qf=1,Jf=2,Ze=-2,za=-3,Ga=-4,el=-5,an=8,Za=1,on=2,pn=3,fn=4,ln=5,un=6,cn=7,dn=8,hn=9,yn=10,ts=11,hr=12,Hs=13,mn=14,$s=15,_n=16,gn=17,wn=18,bn=19,Nt=20,Wt=21,vn=22,Pn=23,En=24,kn=25,Sn=26,Rs=27,An=28,Tn=29,we=30,Va=31,rl=32,tl=852,sl=592,il=15,nl=il;function Cn(e){return(e>>>24&255)+(e>>>8&65280)+((e&65280)<<8)+((e&255)<<24)}function al(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Ue.Buf16(320),this.work=new Ue.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function Ya(e){var r;return!e||!e.state?Ze:(r=e.state,e.total_in=e.total_out=r.total=0,e.msg="",r.wrap&&(e.adler=r.wrap&1),r.mode=Za,r.last=0,r.havedict=0,r.dmax=32768,r.head=null,r.hold=0,r.bits=0,r.lencode=r.lendyn=new Ue.Buf32(tl),r.distcode=r.distdyn=new Ue.Buf32(sl),r.sane=1,r.back=-1,Nr)}function Xa(e){var r;return!e||!e.state?Ze:(r=e.state,r.wsize=0,r.whave=0,r.wnext=0,Ya(e))}function Qa(e,r){var s,n;return!e||!e.state||(n=e.state,r<0?(s=0,r=-r):(s=(r>>4)+1,r<48&&(r&=15)),r&&(r<8||r>15))?Ze:(n.window!==null&&n.wbits!==r&&(n.window=null),n.wrap=s,n.wbits=r,Xa(e))}function Ja(e,r){var s,n;return e?(n=new al,e.state=n,n.window=null,s=Qa(e,r),s!==Nr&&(e.state=null),s):Ze}function ol(e){return Ja(e,nl)}var On=!0,Ds,Bs;function pl(e){if(On){var r;for(Ds=new Ue.Buf32(512),Bs=new Ue.Buf32(32),r=0;r<144;)e.lens[r++]=8;for(;r<256;)e.lens[r++]=9;for(;r<280;)e.lens[r++]=7;for(;r<288;)e.lens[r++]=8;for(mt(Ma,e.lens,0,288,Ds,0,e.work,{bits:9}),r=0;r<32;)e.lens[r++]=5;mt(Ka,e.lens,0,32,Bs,0,e.work,{bits:5}),On=!1}e.lencode=Ds,e.lenbits=9,e.distcode=Bs,e.distbits=5}function eo(e,r,s,n){var o,i=e.state;return i.window===null&&(i.wsize=1<<i.wbits,i.wnext=0,i.whave=0,i.window=new Ue.Buf8(i.wsize)),n>=i.wsize?(Ue.arraySet(i.window,r,s-i.wsize,i.wsize,0),i.wnext=0,i.whave=i.wsize):(o=i.wsize-i.wnext,o>n&&(o=n),Ue.arraySet(i.window,r,s-n,o,i.wnext),n-=o,n?(Ue.arraySet(i.window,r,s-n,n,0),i.wnext=n,i.whave=i.wsize):(i.wnext+=o,i.wnext===i.wsize&&(i.wnext=0),i.whave<i.wsize&&(i.whave+=o))),0}function fl(e,r){var s,n,o,i,t,p,y,u,d,g,b,w,H,P,N=0,j,q,$,W,O,A,B,x,T=new Ue.Buf8(4),k,S,F=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&e.avail_in!==0)return Ze;s=e.state,s.mode===hr&&(s.mode=Hs),t=e.next_out,o=e.output,y=e.avail_out,i=e.next_in,n=e.input,p=e.avail_in,u=s.hold,d=s.bits,g=p,b=y,x=Nr;e:for(;;)switch(s.mode){case Za:if(s.wrap===0){s.mode=Hs;break}for(;d<16;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(s.wrap&2&&u===35615){s.check=0,T[0]=u&255,T[1]=u>>>8&255,s.check=ar(s.check,T,2,0),u=0,d=0,s.mode=on;break}if(s.flags=0,s.head&&(s.head.done=!1),!(s.wrap&1)||(((u&255)<<8)+(u>>8))%31){e.msg="incorrect header check",s.mode=we;break}if((u&15)!==an){e.msg="unknown compression method",s.mode=we;break}if(u>>>=4,d-=4,B=(u&15)+8,s.wbits===0)s.wbits=B;else if(B>s.wbits){e.msg="invalid window size",s.mode=we;break}s.dmax=1<<B,e.adler=s.check=1,s.mode=u&512?yn:hr,u=0,d=0;break;case on:for(;d<16;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(s.flags=u,(s.flags&255)!==an){e.msg="unknown compression method",s.mode=we;break}if(s.flags&57344){e.msg="unknown header flags set",s.mode=we;break}s.head&&(s.head.text=u>>8&1),s.flags&512&&(T[0]=u&255,T[1]=u>>>8&255,s.check=ar(s.check,T,2,0)),u=0,d=0,s.mode=pn;case pn:for(;d<32;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}s.head&&(s.head.time=u),s.flags&512&&(T[0]=u&255,T[1]=u>>>8&255,T[2]=u>>>16&255,T[3]=u>>>24&255,s.check=ar(s.check,T,4,0)),u=0,d=0,s.mode=fn;case fn:for(;d<16;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}s.head&&(s.head.xflags=u&255,s.head.os=u>>8),s.flags&512&&(T[0]=u&255,T[1]=u>>>8&255,s.check=ar(s.check,T,2,0)),u=0,d=0,s.mode=ln;case ln:if(s.flags&1024){for(;d<16;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}s.length=u,s.head&&(s.head.extra_len=u),s.flags&512&&(T[0]=u&255,T[1]=u>>>8&255,s.check=ar(s.check,T,2,0)),u=0,d=0}else s.head&&(s.head.extra=null);s.mode=un;case un:if(s.flags&1024&&(w=s.length,w>p&&(w=p),w&&(s.head&&(B=s.head.extra_len-s.length,s.head.extra||(s.head.extra=new Array(s.head.extra_len)),Ue.arraySet(s.head.extra,n,i,w,B)),s.flags&512&&(s.check=ar(s.check,n,w,i)),p-=w,i+=w,s.length-=w),s.length))break e;s.length=0,s.mode=cn;case cn:if(s.flags&2048){if(p===0)break e;w=0;do B=n[i+w++],s.head&&B&&s.length<65536&&(s.head.name+=String.fromCharCode(B));while(B&&w<p);if(s.flags&512&&(s.check=ar(s.check,n,w,i)),p-=w,i+=w,B)break e}else s.head&&(s.head.name=null);s.length=0,s.mode=dn;case dn:if(s.flags&4096){if(p===0)break e;w=0;do B=n[i+w++],s.head&&B&&s.length<65536&&(s.head.comment+=String.fromCharCode(B));while(B&&w<p);if(s.flags&512&&(s.check=ar(s.check,n,w,i)),p-=w,i+=w,B)break e}else s.head&&(s.head.comment=null);s.mode=hn;case hn:if(s.flags&512){for(;d<16;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(u!==(s.check&65535)){e.msg="header crc mismatch",s.mode=we;break}u=0,d=0}s.head&&(s.head.hcrc=s.flags>>9&1,s.head.done=!0),e.adler=s.check=0,s.mode=hr;break;case yn:for(;d<32;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}e.adler=s.check=Cn(u),u=0,d=0,s.mode=ts;case ts:if(s.havedict===0)return e.next_out=t,e.avail_out=y,e.next_in=i,e.avail_in=p,s.hold=u,s.bits=d,Jf;e.adler=s.check=1,s.mode=hr;case hr:if(r===Xf||r===jt)break e;case Hs:if(s.last){u>>>=d&7,d-=d&7,s.mode=Rs;break}for(;d<3;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}switch(s.last=u&1,u>>>=1,d-=1,u&3){case 0:s.mode=mn;break;case 1:if(pl(s),s.mode=Nt,r===jt){u>>>=2,d-=2;break e}break;case 2:s.mode=gn;break;case 3:e.msg="invalid block type",s.mode=we}u>>>=2,d-=2;break;case mn:for(u>>>=d&7,d-=d&7;d<32;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if((u&65535)!==(u>>>16^65535)){e.msg="invalid stored block lengths",s.mode=we;break}if(s.length=u&65535,u=0,d=0,s.mode=$s,r===jt)break e;case $s:s.mode=_n;case _n:if(w=s.length,w){if(w>p&&(w=p),w>y&&(w=y),w===0)break e;Ue.arraySet(o,n,i,w,t),p-=w,i+=w,y-=w,t+=w,s.length-=w;break}s.mode=hr;break;case gn:for(;d<14;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(s.nlen=(u&31)+257,u>>>=5,d-=5,s.ndist=(u&31)+1,u>>>=5,d-=5,s.ncode=(u&15)+4,u>>>=4,d-=4,s.nlen>286||s.ndist>30){e.msg="too many length or distance symbols",s.mode=we;break}s.have=0,s.mode=wn;case wn:for(;s.have<s.ncode;){for(;d<3;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}s.lens[F[s.have++]]=u&7,u>>>=3,d-=3}for(;s.have<19;)s.lens[F[s.have++]]=0;if(s.lencode=s.lendyn,s.lenbits=7,k={bits:s.lenbits},x=mt(Yf,s.lens,0,19,s.lencode,0,s.work,k),s.lenbits=k.bits,x){e.msg="invalid code lengths set",s.mode=we;break}s.have=0,s.mode=bn;case bn:for(;s.have<s.nlen+s.ndist;){for(;N=s.lencode[u&(1<<s.lenbits)-1],j=N>>>24,q=N>>>16&255,$=N&65535,!(j<=d);){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if($<16)u>>>=j,d-=j,s.lens[s.have++]=$;else{if($===16){for(S=j+2;d<S;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(u>>>=j,d-=j,s.have===0){e.msg="invalid bit length repeat",s.mode=we;break}B=s.lens[s.have-1],w=3+(u&3),u>>>=2,d-=2}else if($===17){for(S=j+3;d<S;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}u>>>=j,d-=j,B=0,w=3+(u&7),u>>>=3,d-=3}else{for(S=j+7;d<S;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}u>>>=j,d-=j,B=0,w=11+(u&127),u>>>=7,d-=7}if(s.have+w>s.nlen+s.ndist){e.msg="invalid bit length repeat",s.mode=we;break}for(;w--;)s.lens[s.have++]=B}}if(s.mode===we)break;if(s.lens[256]===0){e.msg="invalid code -- missing end-of-block",s.mode=we;break}if(s.lenbits=9,k={bits:s.lenbits},x=mt(Ma,s.lens,0,s.nlen,s.lencode,0,s.work,k),s.lenbits=k.bits,x){e.msg="invalid literal/lengths set",s.mode=we;break}if(s.distbits=6,s.distcode=s.distdyn,k={bits:s.distbits},x=mt(Ka,s.lens,s.nlen,s.ndist,s.distcode,0,s.work,k),s.distbits=k.bits,x){e.msg="invalid distances set",s.mode=we;break}if(s.mode=Nt,r===jt)break e;case Nt:s.mode=Wt;case Wt:if(p>=6&&y>=258){e.next_out=t,e.avail_out=y,e.next_in=i,e.avail_in=p,s.hold=u,s.bits=d,Vf(e,b),t=e.next_out,o=e.output,y=e.avail_out,i=e.next_in,n=e.input,p=e.avail_in,u=s.hold,d=s.bits,s.mode===hr&&(s.back=-1);break}for(s.back=0;N=s.lencode[u&(1<<s.lenbits)-1],j=N>>>24,q=N>>>16&255,$=N&65535,!(j<=d);){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(q&&!(q&240)){for(W=j,O=q,A=$;N=s.lencode[A+((u&(1<<W+O)-1)>>W)],j=N>>>24,q=N>>>16&255,$=N&65535,!(W+j<=d);){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}u>>>=W,d-=W,s.back+=W}if(u>>>=j,d-=j,s.back+=j,s.length=$,q===0){s.mode=Sn;break}if(q&32){s.back=-1,s.mode=hr;break}if(q&64){e.msg="invalid literal/length code",s.mode=we;break}s.extra=q&15,s.mode=vn;case vn:if(s.extra){for(S=s.extra;d<S;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}s.length+=u&(1<<s.extra)-1,u>>>=s.extra,d-=s.extra,s.back+=s.extra}s.was=s.length,s.mode=Pn;case Pn:for(;N=s.distcode[u&(1<<s.distbits)-1],j=N>>>24,q=N>>>16&255,$=N&65535,!(j<=d);){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(!(q&240)){for(W=j,O=q,A=$;N=s.distcode[A+((u&(1<<W+O)-1)>>W)],j=N>>>24,q=N>>>16&255,$=N&65535,!(W+j<=d);){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}u>>>=W,d-=W,s.back+=W}if(u>>>=j,d-=j,s.back+=j,q&64){e.msg="invalid distance code",s.mode=we;break}s.offset=$,s.extra=q&15,s.mode=En;case En:if(s.extra){for(S=s.extra;d<S;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}s.offset+=u&(1<<s.extra)-1,u>>>=s.extra,d-=s.extra,s.back+=s.extra}if(s.offset>s.dmax){e.msg="invalid distance too far back",s.mode=we;break}s.mode=kn;case kn:if(y===0)break e;if(w=b-y,s.offset>w){if(w=s.offset-w,w>s.whave&&s.sane){e.msg="invalid distance too far back",s.mode=we;break}w>s.wnext?(w-=s.wnext,H=s.wsize-w):H=s.wnext-w,w>s.length&&(w=s.length),P=s.window}else P=o,H=t-s.offset,w=s.length;w>y&&(w=y),y-=w,s.length-=w;do o[t++]=P[H++];while(--w);s.length===0&&(s.mode=Wt);break;case Sn:if(y===0)break e;o[t++]=s.length,y--,s.mode=Wt;break;case Rs:if(s.wrap){for(;d<32;){if(p===0)break e;p--,u|=n[i++]<<d,d+=8}if(b-=y,e.total_out+=b,s.total+=b,b&&(e.adler=s.check=s.flags?ar(s.check,o,b,t-b):ei(s.check,o,b,t-b)),b=y,(s.flags?u:Cn(u))!==s.check){e.msg="incorrect data check",s.mode=we;break}u=0,d=0}s.mode=An;case An:if(s.wrap&&s.flags){for(;d<32;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(u!==(s.total&4294967295)){e.msg="incorrect length check",s.mode=we;break}u=0,d=0}s.mode=Tn;case Tn:x=Qf;break e;case we:x=za;break e;case Va:return Ga;case rl:default:return Ze}return e.next_out=t,e.avail_out=y,e.next_in=i,e.avail_in=p,s.hold=u,s.bits=d,(s.wsize||b!==e.avail_out&&s.mode<we&&(s.mode<Rs||r!==nn))&&eo(e,e.output,e.next_out,b-e.avail_out),g-=e.avail_in,b-=e.avail_out,e.total_in+=g,e.total_out+=b,s.total+=b,s.wrap&&b&&(e.adler=s.check=s.flags?ar(s.check,o,b,e.next_out-b):ei(s.check,o,b,e.next_out-b)),e.data_type=s.bits+(s.last?64:0)+(s.mode===hr?128:0)+(s.mode===Nt||s.mode===$s?256:0),(g===0&&b===0||r===nn)&&x===Nr&&(x=el),x}function ll(e){if(!e||!e.state)return Ze;var r=e.state;return r.window&&(r.window=null),e.state=null,Nr}function ul(e,r){var s;return!e||!e.state||(s=e.state,!(s.wrap&2))?Ze:(s.head=r,r.done=!1,Nr)}function cl(e,r){var s=r.length,n,o,i;return!e||!e.state||(n=e.state,n.wrap!==0&&n.mode!==ts)?Ze:n.mode===ts&&(o=1,o=ei(o,r,s,0),o!==n.check)?za:(i=eo(e,r,s,s),i?(n.mode=Va,Ga):(n.havedict=1,Nr))}rr.inflateReset=Xa;rr.inflateReset2=Qa;rr.inflateResetKeep=Ya;rr.inflateInit=ol;rr.inflateInit2=Ja;rr.inflate=fl;rr.inflateEnd=ll;rr.inflateGetHeader=ul;rr.inflateSetDictionary=cl;rr.inflateInfo="pako inflate (from Nodeca project)";var ro={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,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,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8};function dl(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}var hl=dl,st=rr,_t=wr,Zt=qr,Ee=ro,ri=Ei,yl=Ua,ml=hl,to=Object.prototype.toString;function Wr(e){if(!(this instanceof Wr))return new Wr(e);this.options=_t.assign({chunkSize:16384,windowBits:0,to:""},e||{});var r=this.options;r.raw&&r.windowBits>=0&&r.windowBits<16&&(r.windowBits=-r.windowBits,r.windowBits===0&&(r.windowBits=-15)),r.windowBits>=0&&r.windowBits<16&&!(e&&e.windowBits)&&(r.windowBits+=32),r.windowBits>15&&r.windowBits<48&&(r.windowBits&15||(r.windowBits|=15)),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new yl,this.strm.avail_out=0;var s=st.inflateInit2(this.strm,r.windowBits);if(s!==Ee.Z_OK)throw new Error(ri[s]);if(this.header=new ml,st.inflateGetHeader(this.strm,this.header),r.dictionary&&(typeof r.dictionary=="string"?r.dictionary=Zt.string2buf(r.dictionary):to.call(r.dictionary)==="[object ArrayBuffer]"&&(r.dictionary=new Uint8Array(r.dictionary)),r.raw&&(s=st.inflateSetDictionary(this.strm,r.dictionary),s!==Ee.Z_OK)))throw new Error(ri[s])}Wr.prototype.push=function(e,r){var s=this.strm,n=this.options.chunkSize,o=this.options.dictionary,i,t,p,y,u,d=!1;if(this.ended)return!1;t=r===~~r?r:r===!0?Ee.Z_FINISH:Ee.Z_NO_FLUSH,typeof e=="string"?s.input=Zt.binstring2buf(e):to.call(e)==="[object ArrayBuffer]"?s.input=new Uint8Array(e):s.input=e,s.next_in=0,s.avail_in=s.input.length;do{if(s.avail_out===0&&(s.output=new _t.Buf8(n),s.next_out=0,s.avail_out=n),i=st.inflate(s,Ee.Z_NO_FLUSH),i===Ee.Z_NEED_DICT&&o&&(i=st.inflateSetDictionary(this.strm,o)),i===Ee.Z_BUF_ERROR&&d===!0&&(i=Ee.Z_OK,d=!1),i!==Ee.Z_STREAM_END&&i!==Ee.Z_OK)return this.onEnd(i),this.ended=!0,!1;s.next_out&&(s.avail_out===0||i===Ee.Z_STREAM_END||s.avail_in===0&&(t===Ee.Z_FINISH||t===Ee.Z_SYNC_FLUSH))&&(this.options.to==="string"?(p=Zt.utf8border(s.output,s.next_out),y=s.next_out-p,u=Zt.buf2string(s.output,p),s.next_out=y,s.avail_out=n-y,y&&_t.arraySet(s.output,s.output,p,y,0),this.onData(u)):this.onData(_t.shrinkBuf(s.output,s.next_out))),s.avail_in===0&&s.avail_out===0&&(d=!0)}while((s.avail_in>0||s.avail_out===0)&&i!==Ee.Z_STREAM_END);return i===Ee.Z_STREAM_END&&(t=Ee.Z_FINISH),t===Ee.Z_FINISH?(i=st.inflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===Ee.Z_OK):(t===Ee.Z_SYNC_FLUSH&&(this.onEnd(Ee.Z_OK),s.avail_out=0),!0)};Wr.prototype.onData=function(e){this.chunks.push(e)};Wr.prototype.onEnd=function(e){e===Ee.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=_t.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg};function Si(e,r){var s=new Wr(r);if(s.push(e,!0),s.err)throw s.msg||ri[s.err];return s.result}function _l(e,r){return r=r||{},r.raw=!0,Si(e,r)}Lt.Inflate=Wr;Lt.inflate=Si;Lt.inflateRaw=_l;Lt.ungzip=Si;var gl=wr.assign,wl=Ct,bl=Lt,vl=ro,so={};gl(so,wl,bl,vl);var Pl=so;const io=yi(Pl);async function El(e,r){const s=new da(e);let n=await s.read(4);if(n=n.toString("utf8"),n!=="PACK")throw new be(`Invalid PACK header '${n}'`);let o=await s.read(4);if(o=o.readUInt32BE(0),o!==2)throw new be(`Invalid packfile version: ${o}`);let i=await s.read(4);if(i=i.readUInt32BE(0),!(i<1))for(;!s.eof()&&i--;){const t=s.tell(),{type:p,length:y,ofs:u,reference:d}=await kl(s),g=new io.Inflate;for(;!g.result;){const b=await s.chunk();if(!b)break;if(g.push(b,!1),g.err)throw new be(`Pako error: ${g.msg}`);if(g.result){if(g.result.length!==y)throw new be("Inflated object size is different from that stated in packfile.");await s.undo(),await s.read(b.length-g.strm.avail_in);const w=s.tell();await r({data:g.result,type:p,num:i,offset:t,end:w,reference:d,ofs:u})}}}}async function kl(e){let r=await e.byte();const s=r>>4&7;let n=r&15;if(r&128){let t=4;do r=await e.byte(),n|=(r&127)<<t,t+=7;while(r&128)}let o,i;if(s===6){let t=0;o=0;const p=[];do r=await e.byte(),o|=(r&127)<<t,t+=7,p.push(r);while(r&128);i=Buffer.from(p)}return s===7&&(i=await e.read(20)),{type:s,length:n,ofs:o,reference:i}}let Sl=!1;async function Al(e){return Sl?Tl(e):io.inflate(e)}async function Tl(e){const r=new DecompressionStream("deflate"),s=new Blob([e]).stream().pipeThrough(r);return new Uint8Array(await new Response(s).arrayBuffer())}var ti={exports:{}};typeof Object.create=="function"?ti.exports=function(r,s){s&&(r.super_=s,r.prototype=Object.create(s.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}))}:ti.exports=function(r,s){if(s){r.super_=s;var n=function(){};n.prototype=s.prototype,r.prototype=new n,r.prototype.constructor=r}};var Cl=ti.exports,si={exports:{}},gr={},ms={};ms.byteLength=Ll;ms.toByteArray=Hl;ms.fromByteArray=Dl;var lr=[],Ke=[],Ol=typeof Uint8Array<"u"?Uint8Array:Array,Fs="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(var Xr=0,xl=Fs.length;Xr<xl;++Xr)lr[Xr]=Fs[Xr],Ke[Fs.charCodeAt(Xr)]=Xr;Ke["-".charCodeAt(0)]=62;Ke["_".charCodeAt(0)]=63;function no(e){var r=e.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var s=e.indexOf("=");s===-1&&(s=r);var n=s===r?0:4-s%4;return[s,n]}function Ll(e){var r=no(e),s=r[0],n=r[1];return(s+n)*3/4-n}function Il(e,r,s){return(r+s)*3/4-s}function Hl(e){var r,s=no(e),n=s[0],o=s[1],i=new Ol(Il(e,n,o)),t=0,p=o>0?n-4:n,y;for(y=0;y<p;y+=4)r=Ke[e.charCodeAt(y)]<<18|Ke[e.charCodeAt(y+1)]<<12|Ke[e.charCodeAt(y+2)]<<6|Ke[e.charCodeAt(y+3)],i[t++]=r>>16&255,i[t++]=r>>8&255,i[t++]=r&255;return o===2&&(r=Ke[e.charCodeAt(y)]<<2|Ke[e.charCodeAt(y+1)]>>4,i[t++]=r&255),o===1&&(r=Ke[e.charCodeAt(y)]<<10|Ke[e.charCodeAt(y+1)]<<4|Ke[e.charCodeAt(y+2)]>>2,i[t++]=r>>8&255,i[t++]=r&255),i}function $l(e){return lr[e>>18&63]+lr[e>>12&63]+lr[e>>6&63]+lr[e&63]}function Rl(e,r,s){for(var n,o=[],i=r;i<s;i+=3)n=(e[i]<<16&16711680)+(e[i+1]<<8&65280)+(e[i+2]&255),o.push($l(n));return o.join("")}function Dl(e){for(var r,s=e.length,n=s%3,o=[],i=16383,t=0,p=s-n;t<p;t+=i)o.push(Rl(e,t,t+i>p?p:t+i));return n===1?(r=e[s-1],o.push(lr[r>>2]+lr[r<<4&63]+"==")):n===2&&(r=(e[s-2]<<8)+e[s-1],o.push(lr[r>>10]+lr[r>>4&63]+lr[r<<2&63]+"=")),o.join("")}var Ai={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */Ai.read=function(e,r,s,n,o){var i,t,p=o*8-n-1,y=(1<<p)-1,u=y>>1,d=-7,g=s?o-1:0,b=s?-1:1,w=e[r+g];for(g+=b,i=w&(1<<-d)-1,w>>=-d,d+=p;d>0;i=i*256+e[r+g],g+=b,d-=8);for(t=i&(1<<-d)-1,i>>=-d,d+=n;d>0;t=t*256+e[r+g],g+=b,d-=8);if(i===0)i=1-u;else{if(i===y)return t?NaN:(w?-1:1)*(1/0);t=t+Math.pow(2,n),i=i-u}return(w?-1:1)*t*Math.pow(2,i-n)};Ai.write=function(e,r,s,n,o,i){var t,p,y,u=i*8-o-1,d=(1<<u)-1,g=d>>1,b=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=n?0:i-1,H=n?1:-1,P=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(p=isNaN(r)?1:0,t=d):(t=Math.floor(Math.log(r)/Math.LN2),r*(y=Math.pow(2,-t))<1&&(t--,y*=2),t+g>=1?r+=b/y:r+=b*Math.pow(2,1-g),r*y>=2&&(t++,y/=2),t+g>=d?(p=0,t=d):t+g>=1?(p=(r*y-1)*Math.pow(2,o),t=t+g):(p=r*Math.pow(2,g-1)*Math.pow(2,o),t=0));o>=8;e[s+w]=p&255,w+=H,p/=256,o-=8);for(t=t<<o|p,u+=o;u>0;e[s+w]=t&255,w+=H,t/=256,u-=8);e[s+w-H]|=P*128};/*!
701
+ `+n)}isolateSignature(){const r=this._commit.slice(this._commit.indexOf("-----BEGIN PGP SIGNATURE-----"),this._commit.indexOf("-----END PGP SIGNATURE-----")+27);return kp(r)}static async sign(r,s,n){const o=r.withoutSignature(),i=Ne.justMessage(r._commit);let{signature:t}=await s({payload:o,secretKey:n});t=mr(t);const y=Ne.justHeaders(r._commit)+`
702
+ gpgsig`+As(t)+`
703
+ `+i;return Ne.from(y)}}var _a={};/*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */(function(e){(function(r){r(typeof DO_NOT_EXPORT_CRC>"u"?e:{})})(function(r){r.version="1.2.2";function s(){for(var x=0,T=new Array(256),k=0;k!=256;++k)x=k,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,x=x&1?-306674912^x>>>1:x>>>1,T[k]=x;return typeof Int32Array<"u"?new Int32Array(T):T}var n=s();function o(x){var T=0,k=0,S=0,F=typeof Int32Array<"u"?new Int32Array(4096):new Array(4096);for(S=0;S!=256;++S)F[S]=x[S];for(S=0;S!=256;++S)for(k=x[S],T=256+S;T<4096;T+=256)k=F[T]=k>>>8^x[k&255];var D=[];for(S=1;S!=16;++S)D[S-1]=typeof Int32Array<"u"?F.subarray(S*256,S*256+256):F.slice(S*256,S*256+256);return D}var i=o(n),t=i[0],p=i[1],y=i[2],u=i[3],d=i[4],b=i[5],w=i[6],g=i[7],H=i[8],P=i[9],N=i[10],j=i[11],q=i[12],$=i[13],W=i[14];function O(x,T){for(var k=T^-1,S=0,F=x.length;S<F;)k=k>>>8^n[(k^x.charCodeAt(S++))&255];return~k}function A(x,T){for(var k=T^-1,S=x.length-15,F=0;F<S;)k=W[x[F++]^k&255]^$[x[F++]^k>>8&255]^q[x[F++]^k>>16&255]^j[x[F++]^k>>>24]^N[x[F++]]^P[x[F++]]^H[x[F++]]^g[x[F++]]^w[x[F++]]^b[x[F++]]^d[x[F++]]^u[x[F++]]^y[x[F++]]^p[x[F++]]^t[x[F++]]^n[x[F++]];for(S+=15;F<S;)k=k>>>8^n[(k^x[F++])&255];return~k}function B(x,T){for(var k=T^-1,S=0,F=x.length,D=0,I=0;S<F;)D=x.charCodeAt(S++),D<128?k=k>>>8^n[(k^D)&255]:D<2048?(k=k>>>8^n[(k^(192|D>>6&31))&255],k=k>>>8^n[(k^(128|D&63))&255]):D>=55296&&D<57344?(D=(D&1023)+64,I=x.charCodeAt(S++)&1023,k=k>>>8^n[(k^(240|D>>8&7))&255],k=k>>>8^n[(k^(128|D>>2&63))&255],k=k>>>8^n[(k^(128|I>>6&15|(D&3)<<4))&255],k=k>>>8^n[(k^(128|I&63))&255]):(k=k>>>8^n[(k^(224|D>>12&15))&255],k=k>>>8^n[(k^(128|D>>6&63))&255],k=k>>>8^n[(k^(128|D&63))&255]);return~k}r.table=n,r.bstr=O,r.buf=A,r.str=B})})(_a);const Sp=mi(_a);class Ap{static wrap({type:r,object:s}){return Buffer.concat([Buffer.from(`${r} ${s.byteLength.toString()}\0`),Buffer.from(s)])}static unwrap(r){const s=r.indexOf(32),n=r.indexOf(0),o=r.slice(0,s).toString("utf8"),i=r.slice(s+1,n).toString("utf8"),t=r.length-(n+1);if(parseInt(i)!==t)throw new be(`Length mismatch: expected ${i} bytes but got ${t} instead.`);return{type:o,object:Buffer.from(r.slice(n+1))}}}class Lr{constructor(r){this.buffer=r,this._start=0}eof(){return this._start>=this.buffer.length}tell(){return this._start}seek(r){this._start=r}slice(r){const s=this.buffer.slice(this._start,this._start+r);return this._start+=r,s}toString(r,s){const n=this.buffer.toString(r,this._start,this._start+s);return this._start+=s,n}write(r,s,n){const o=this.buffer.write(r,this._start,s,n);return this._start+=s,o}copy(r,s,n){const o=r.copy(this.buffer,this._start,s,n);return this._start+=o,o}readUInt8(){const r=this.buffer.readUInt8(this._start);return this._start+=1,r}writeUInt8(r){const s=this.buffer.writeUInt8(r,this._start);return this._start+=1,s}readUInt16BE(){const r=this.buffer.readUInt16BE(this._start);return this._start+=2,r}writeUInt16BE(r){const s=this.buffer.writeUInt16BE(r,this._start);return this._start+=2,s}readUInt32BE(){const r=this.buffer.readUInt32BE(this._start);return this._start+=4,r}writeUInt32BE(r){const s=this.buffer.writeUInt32BE(r,this._start);return this._start+=4,s}}function Tp(e,r){const s=new Lr(e),n=ji(s);if(n!==r.byteLength)throw new be(`applyDelta expected source buffer to be ${n} bytes but the provided buffer was ${r.length} bytes`);const o=ji(s);let i;const t=Wi(s,r);if(t.byteLength===o)i=t;else{i=Buffer.alloc(o);const p=new Lr(i);for(p.copy(t);!s.eof();)p.copy(Wi(s,r));const y=p.tell();if(o!==y)throw new be(`applyDelta expected target buffer to be ${o} bytes but the resulting buffer was ${y} bytes`)}return i}function ji(e){let r=0,s=0,n=null;do n=e.readUInt8(),r|=(n&127)<<s,s+=7;while(n&128);return r}function Ni(e,r,s){let n=0,o=0;for(;s--;)r&1&&(n|=e.readUInt8()<<o),r>>=1,o+=8;return n}function Wi(e,r){const s=e.readUInt8(),n=128,o=15,i=112;if(s&n){const t=Ni(e,s&o,4);let p=Ni(e,(s&i)>>4,3);return p===0&&(p=65536),r.slice(t,t+p)}else return e.slice(s)}var wr={};(function(e){var r=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Int32Array<"u";function s(i,t){return Object.prototype.hasOwnProperty.call(i,t)}e.assign=function(i){for(var t=Array.prototype.slice.call(arguments,1);t.length;){var p=t.shift();if(p){if(typeof p!="object")throw new TypeError(p+"must be non-object");for(var y in p)s(p,y)&&(i[y]=p[y])}}return i},e.shrinkBuf=function(i,t){return i.length===t?i:i.subarray?i.subarray(0,t):(i.length=t,i)};var n={arraySet:function(i,t,p,y,u){if(t.subarray&&i.subarray){i.set(t.subarray(p,p+y),u);return}for(var d=0;d<y;d++)i[u+d]=t[p+d]},flattenChunks:function(i){var t,p,y,u,d,b;for(y=0,t=0,p=i.length;t<p;t++)y+=i[t].length;for(b=new Uint8Array(y),u=0,t=0,p=i.length;t<p;t++)d=i[t],b.set(d,u),u+=d.length;return b}},o={arraySet:function(i,t,p,y,u){for(var d=0;d<y;d++)i[u+d]=t[p+d]},flattenChunks:function(i){return[].concat.apply([],i)}};e.setTyped=function(i){i?(e.Buf8=Uint8Array,e.Buf16=Uint16Array,e.Buf32=Int32Array,e.assign(e,n)):(e.Buf8=Array,e.Buf16=Array,e.Buf32=Array,e.assign(e,o))},e.setTyped(r)})(wr);var Ct={},ur={},nt={},Cp=wr,Op=4,Ui=0,qi=1,xp=2;function at(e){for(var r=e.length;--r>=0;)e[r]=0}var Lp=0,ga=1,Ip=2,Hp=3,$p=258,bi=29,Ot=256,wt=Ot+1+bi,rt=30,vi=19,wa=2*wt+1,Hr=15,Ts=16,Rp=7,Pi=256,ba=16,va=17,Pa=18,Ys=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],Mt=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],Dp=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],Ea=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],Bp=512,_r=new Array((wt+2)*2);at(_r);var dt=new Array(rt*2);at(dt);var bt=new Array(Bp);at(bt);var vt=new Array($p-Hp+1);at(vt);var Ei=new Array(bi);at(Ei);var rs=new Array(rt);at(rs);function Cs(e,r,s,n,o){this.static_tree=e,this.extra_bits=r,this.extra_base=s,this.elems=n,this.max_length=o,this.has_stree=e&&e.length}var ka,Sa,Aa;function Os(e,r){this.dyn_tree=e,this.max_code=0,this.stat_desc=r}function Ta(e){return e<256?bt[e]:bt[256+(e>>>7)]}function Pt(e,r){e.pending_buf[e.pending++]=r&255,e.pending_buf[e.pending++]=r>>>8&255}function Be(e,r,s){e.bi_valid>Ts-s?(e.bi_buf|=r<<e.bi_valid&65535,Pt(e,e.bi_buf),e.bi_buf=r>>Ts-e.bi_valid,e.bi_valid+=s-Ts):(e.bi_buf|=r<<e.bi_valid&65535,e.bi_valid+=s)}function pr(e,r,s){Be(e,s[r*2],s[r*2+1])}function Ca(e,r){var s=0;do s|=e&1,e>>>=1,s<<=1;while(--r>0);return s>>>1}function Fp(e){e.bi_valid===16?(Pt(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=e.bi_buf&255,e.bi_buf>>=8,e.bi_valid-=8)}function jp(e,r){var s=r.dyn_tree,n=r.max_code,o=r.stat_desc.static_tree,i=r.stat_desc.has_stree,t=r.stat_desc.extra_bits,p=r.stat_desc.extra_base,y=r.stat_desc.max_length,u,d,b,w,g,H,P=0;for(w=0;w<=Hr;w++)e.bl_count[w]=0;for(s[e.heap[e.heap_max]*2+1]=0,u=e.heap_max+1;u<wa;u++)d=e.heap[u],w=s[s[d*2+1]*2+1]+1,w>y&&(w=y,P++),s[d*2+1]=w,!(d>n)&&(e.bl_count[w]++,g=0,d>=p&&(g=t[d-p]),H=s[d*2],e.opt_len+=H*(w+g),i&&(e.static_len+=H*(o[d*2+1]+g)));if(P!==0){do{for(w=y-1;e.bl_count[w]===0;)w--;e.bl_count[w]--,e.bl_count[w+1]+=2,e.bl_count[y]--,P-=2}while(P>0);for(w=y;w!==0;w--)for(d=e.bl_count[w];d!==0;)b=e.heap[--u],!(b>n)&&(s[b*2+1]!==w&&(e.opt_len+=(w-s[b*2+1])*s[b*2],s[b*2+1]=w),d--)}}function Oa(e,r,s){var n=new Array(Hr+1),o=0,i,t;for(i=1;i<=Hr;i++)n[i]=o=o+s[i-1]<<1;for(t=0;t<=r;t++){var p=e[t*2+1];p!==0&&(e[t*2]=Ca(n[p]++,p))}}function Np(){var e,r,s,n,o,i=new Array(Hr+1);for(s=0,n=0;n<bi-1;n++)for(Ei[n]=s,e=0;e<1<<Ys[n];e++)vt[s++]=n;for(vt[s-1]=n,o=0,n=0;n<16;n++)for(rs[n]=o,e=0;e<1<<Mt[n];e++)bt[o++]=n;for(o>>=7;n<rt;n++)for(rs[n]=o<<7,e=0;e<1<<Mt[n]-7;e++)bt[256+o++]=n;for(r=0;r<=Hr;r++)i[r]=0;for(e=0;e<=143;)_r[e*2+1]=8,e++,i[8]++;for(;e<=255;)_r[e*2+1]=9,e++,i[9]++;for(;e<=279;)_r[e*2+1]=7,e++,i[7]++;for(;e<=287;)_r[e*2+1]=8,e++,i[8]++;for(Oa(_r,wt+1,i),e=0;e<rt;e++)dt[e*2+1]=5,dt[e*2]=Ca(e,5);ka=new Cs(_r,Ys,Ot+1,wt,Hr),Sa=new Cs(dt,Mt,0,rt,Hr),Aa=new Cs(new Array(0),Dp,0,vi,Rp)}function xa(e){var r;for(r=0;r<wt;r++)e.dyn_ltree[r*2]=0;for(r=0;r<rt;r++)e.dyn_dtree[r*2]=0;for(r=0;r<vi;r++)e.bl_tree[r*2]=0;e.dyn_ltree[Pi*2]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function La(e){e.bi_valid>8?Pt(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function Wp(e,r,s,n){La(e),n&&(Pt(e,s),Pt(e,~s)),Cp.arraySet(e.pending_buf,e.window,r,s,e.pending),e.pending+=s}function Mi(e,r,s,n){var o=r*2,i=s*2;return e[o]<e[i]||e[o]===e[i]&&n[r]<=n[s]}function xs(e,r,s){for(var n=e.heap[s],o=s<<1;o<=e.heap_len&&(o<e.heap_len&&Mi(r,e.heap[o+1],e.heap[o],e.depth)&&o++,!Mi(r,n,e.heap[o],e.depth));)e.heap[s]=e.heap[o],s=o,o<<=1;e.heap[s]=n}function Ki(e,r,s){var n,o,i=0,t,p;if(e.last_lit!==0)do n=e.pending_buf[e.d_buf+i*2]<<8|e.pending_buf[e.d_buf+i*2+1],o=e.pending_buf[e.l_buf+i],i++,n===0?pr(e,o,r):(t=vt[o],pr(e,t+Ot+1,r),p=Ys[t],p!==0&&(o-=Ei[t],Be(e,o,p)),n--,t=Ta(n),pr(e,t,s),p=Mt[t],p!==0&&(n-=rs[t],Be(e,n,p)));while(i<e.last_lit);pr(e,Pi,r)}function Xs(e,r){var s=r.dyn_tree,n=r.stat_desc.static_tree,o=r.stat_desc.has_stree,i=r.stat_desc.elems,t,p,y=-1,u;for(e.heap_len=0,e.heap_max=wa,t=0;t<i;t++)s[t*2]!==0?(e.heap[++e.heap_len]=y=t,e.depth[t]=0):s[t*2+1]=0;for(;e.heap_len<2;)u=e.heap[++e.heap_len]=y<2?++y:0,s[u*2]=1,e.depth[u]=0,e.opt_len--,o&&(e.static_len-=n[u*2+1]);for(r.max_code=y,t=e.heap_len>>1;t>=1;t--)xs(e,s,t);u=i;do t=e.heap[1],e.heap[1]=e.heap[e.heap_len--],xs(e,s,1),p=e.heap[1],e.heap[--e.heap_max]=t,e.heap[--e.heap_max]=p,s[u*2]=s[t*2]+s[p*2],e.depth[u]=(e.depth[t]>=e.depth[p]?e.depth[t]:e.depth[p])+1,s[t*2+1]=s[p*2+1]=u,e.heap[1]=u++,xs(e,s,1);while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],jp(e,r),Oa(s,y,e.bl_count)}function zi(e,r,s){var n,o=-1,i,t=r[0*2+1],p=0,y=7,u=4;for(t===0&&(y=138,u=3),r[(s+1)*2+1]=65535,n=0;n<=s;n++)i=t,t=r[(n+1)*2+1],!(++p<y&&i===t)&&(p<u?e.bl_tree[i*2]+=p:i!==0?(i!==o&&e.bl_tree[i*2]++,e.bl_tree[ba*2]++):p<=10?e.bl_tree[va*2]++:e.bl_tree[Pa*2]++,p=0,o=i,t===0?(y=138,u=3):i===t?(y=6,u=3):(y=7,u=4))}function Gi(e,r,s){var n,o=-1,i,t=r[0*2+1],p=0,y=7,u=4;for(t===0&&(y=138,u=3),n=0;n<=s;n++)if(i=t,t=r[(n+1)*2+1],!(++p<y&&i===t)){if(p<u)do pr(e,i,e.bl_tree);while(--p!==0);else i!==0?(i!==o&&(pr(e,i,e.bl_tree),p--),pr(e,ba,e.bl_tree),Be(e,p-3,2)):p<=10?(pr(e,va,e.bl_tree),Be(e,p-3,3)):(pr(e,Pa,e.bl_tree),Be(e,p-11,7));p=0,o=i,t===0?(y=138,u=3):i===t?(y=6,u=3):(y=7,u=4)}}function Up(e){var r;for(zi(e,e.dyn_ltree,e.l_desc.max_code),zi(e,e.dyn_dtree,e.d_desc.max_code),Xs(e,e.bl_desc),r=vi-1;r>=3&&e.bl_tree[Ea[r]*2+1]===0;r--);return e.opt_len+=3*(r+1)+5+5+4,r}function qp(e,r,s,n){var o;for(Be(e,r-257,5),Be(e,s-1,5),Be(e,n-4,4),o=0;o<n;o++)Be(e,e.bl_tree[Ea[o]*2+1],3);Gi(e,e.dyn_ltree,r-1),Gi(e,e.dyn_dtree,s-1)}function Mp(e){var r=4093624447,s;for(s=0;s<=31;s++,r>>>=1)if(r&1&&e.dyn_ltree[s*2]!==0)return Ui;if(e.dyn_ltree[9*2]!==0||e.dyn_ltree[10*2]!==0||e.dyn_ltree[13*2]!==0)return qi;for(s=32;s<Ot;s++)if(e.dyn_ltree[s*2]!==0)return qi;return Ui}var Zi=!1;function Kp(e){Zi||(Np(),Zi=!0),e.l_desc=new Os(e.dyn_ltree,ka),e.d_desc=new Os(e.dyn_dtree,Sa),e.bl_desc=new Os(e.bl_tree,Aa),e.bi_buf=0,e.bi_valid=0,xa(e)}function Ia(e,r,s,n){Be(e,(Lp<<1)+(n?1:0),3),Wp(e,r,s,!0)}function zp(e){Be(e,ga<<1,3),pr(e,Pi,_r),Fp(e)}function Gp(e,r,s,n){var o,i,t=0;e.level>0?(e.strm.data_type===xp&&(e.strm.data_type=Mp(e)),Xs(e,e.l_desc),Xs(e,e.d_desc),t=Up(e),o=e.opt_len+3+7>>>3,i=e.static_len+3+7>>>3,i<=o&&(o=i)):o=i=s+5,s+4<=o&&r!==-1?Ia(e,r,s,n):e.strategy===Op||i===o?(Be(e,(ga<<1)+(n?1:0),3),Ki(e,_r,dt)):(Be(e,(Ip<<1)+(n?1:0),3),qp(e,e.l_desc.max_code+1,e.d_desc.max_code+1,t+1),Ki(e,e.dyn_ltree,e.dyn_dtree)),xa(e),n&&La(e)}function Zp(e,r,s){return e.pending_buf[e.d_buf+e.last_lit*2]=r>>>8&255,e.pending_buf[e.d_buf+e.last_lit*2+1]=r&255,e.pending_buf[e.l_buf+e.last_lit]=s&255,e.last_lit++,r===0?e.dyn_ltree[s*2]++:(e.matches++,r--,e.dyn_ltree[(vt[s]+Ot+1)*2]++,e.dyn_dtree[Ta(r)*2]++),e.last_lit===e.lit_bufsize-1}nt._tr_init=Kp;nt._tr_stored_block=Ia;nt._tr_flush_block=Gp;nt._tr_tally=Zp;nt._tr_align=zp;function Vp(e,r,s,n){for(var o=e&65535|0,i=e>>>16&65535|0,t=0;s!==0;){t=s>2e3?2e3:s,s-=t;do o=o+r[n++]|0,i=i+o|0;while(--t);o%=65521,i%=65521}return o|i<<16|0}var Ha=Vp;function Yp(){for(var e,r=[],s=0;s<256;s++){e=s;for(var n=0;n<8;n++)e=e&1?3988292384^e>>>1:e>>>1;r[s]=e}return r}var Xp=Yp();function Jp(e,r,s,n){var o=Xp,i=n+s;e^=-1;for(var t=n;t<i;t++)e=e>>>8^o[(e^r[t])&255];return e^-1}var $a=Jp,ki={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"},Re=wr,ze=nt,Ra=Ha,kr=$a,Qp=ki,Ur=0,ef=1,rf=3,Or=4,Vi=5,fr=0,Yi=1,Ge=-2,tf=-3,Ls=-5,sf=-1,nf=1,Bt=2,af=3,of=4,pf=0,ff=2,hs=8,lf=9,uf=15,cf=8,df=29,hf=256,Js=hf+1+df,yf=30,mf=19,_f=2*Js+1,gf=15,oe=3,Tr=258,er=Tr+oe+1,wf=32,ys=42,Qs=69,Kt=73,zt=91,Gt=103,$r=113,ut=666,Ae=1,xt=2,Br=3,ot=4,bf=3;function Cr(e,r){return e.msg=Qp[r],r}function Xi(e){return(e<<1)-(e>4?9:0)}function Ar(e){for(var r=e.length;--r>=0;)e[r]=0}function Sr(e){var r=e.state,s=r.pending;s>e.avail_out&&(s=e.avail_out),s!==0&&(Re.arraySet(e.output,r.pending_buf,r.pending_out,s,e.next_out),e.next_out+=s,r.pending_out+=s,e.total_out+=s,e.avail_out-=s,r.pending-=s,r.pending===0&&(r.pending_out=0))}function Le(e,r){ze._tr_flush_block(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,r),e.block_start=e.strstart,Sr(e.strm)}function fe(e,r){e.pending_buf[e.pending++]=r}function lt(e,r){e.pending_buf[e.pending++]=r>>>8&255,e.pending_buf[e.pending++]=r&255}function vf(e,r,s,n){var o=e.avail_in;return o>n&&(o=n),o===0?0:(e.avail_in-=o,Re.arraySet(r,e.input,e.next_in,o,s),e.state.wrap===1?e.adler=Ra(e.adler,r,o,s):e.state.wrap===2&&(e.adler=kr(e.adler,r,o,s)),e.next_in+=o,e.total_in+=o,o)}function Da(e,r){var s=e.max_chain_length,n=e.strstart,o,i,t=e.prev_length,p=e.nice_match,y=e.strstart>e.w_size-er?e.strstart-(e.w_size-er):0,u=e.window,d=e.w_mask,b=e.prev,w=e.strstart+Tr,g=u[n+t-1],H=u[n+t];e.prev_length>=e.good_match&&(s>>=2),p>e.lookahead&&(p=e.lookahead);do if(o=r,!(u[o+t]!==H||u[o+t-1]!==g||u[o]!==u[n]||u[++o]!==u[n+1])){n+=2,o++;do;while(u[++n]===u[++o]&&u[++n]===u[++o]&&u[++n]===u[++o]&&u[++n]===u[++o]&&u[++n]===u[++o]&&u[++n]===u[++o]&&u[++n]===u[++o]&&u[++n]===u[++o]&&n<w);if(i=Tr-(w-n),n=w-Tr,i>t){if(e.match_start=r,t=i,i>=p)break;g=u[n+t-1],H=u[n+t]}}while((r=b[r&d])>y&&--s!==0);return t<=e.lookahead?t:e.lookahead}function Fr(e){var r=e.w_size,s,n,o,i,t;do{if(i=e.window_size-e.lookahead-e.strstart,e.strstart>=r+(r-er)){Re.arraySet(e.window,e.window,r,r,0),e.match_start-=r,e.strstart-=r,e.block_start-=r,n=e.hash_size,s=n;do o=e.head[--s],e.head[s]=o>=r?o-r:0;while(--n);n=r,s=n;do o=e.prev[--s],e.prev[s]=o>=r?o-r:0;while(--n);i+=r}if(e.strm.avail_in===0)break;if(n=vf(e.strm,e.window,e.strstart+e.lookahead,i),e.lookahead+=n,e.lookahead+e.insert>=oe)for(t=e.strstart-e.insert,e.ins_h=e.window[t],e.ins_h=(e.ins_h<<e.hash_shift^e.window[t+1])&e.hash_mask;e.insert&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[t+oe-1])&e.hash_mask,e.prev[t&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=t,t++,e.insert--,!(e.lookahead+e.insert<oe)););}while(e.lookahead<er&&e.strm.avail_in!==0)}function Pf(e,r){var s=65535;for(s>e.pending_buf_size-5&&(s=e.pending_buf_size-5);;){if(e.lookahead<=1){if(Fr(e),e.lookahead===0&&r===Ur)return Ae;if(e.lookahead===0)break}e.strstart+=e.lookahead,e.lookahead=0;var n=e.block_start+s;if((e.strstart===0||e.strstart>=n)&&(e.lookahead=e.strstart-n,e.strstart=n,Le(e,!1),e.strm.avail_out===0)||e.strstart-e.block_start>=e.w_size-er&&(Le(e,!1),e.strm.avail_out===0))return Ae}return e.insert=0,r===Or?(Le(e,!0),e.strm.avail_out===0?Br:ot):(e.strstart>e.block_start&&(Le(e,!1),e.strm.avail_out===0),Ae)}function Is(e,r){for(var s,n;;){if(e.lookahead<er){if(Fr(e),e.lookahead<er&&r===Ur)return Ae;if(e.lookahead===0)break}if(s=0,e.lookahead>=oe&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+oe-1])&e.hash_mask,s=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),s!==0&&e.strstart-s<=e.w_size-er&&(e.match_length=Da(e,s)),e.match_length>=oe)if(n=ze._tr_tally(e,e.strstart-e.match_start,e.match_length-oe),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=oe){e.match_length--;do e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+oe-1])&e.hash_mask,s=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart;while(--e.match_length!==0);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else n=ze._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(n&&(Le(e,!1),e.strm.avail_out===0))return Ae}return e.insert=e.strstart<oe-1?e.strstart:oe-1,r===Or?(Le(e,!0),e.strm.avail_out===0?Br:ot):e.last_lit&&(Le(e,!1),e.strm.avail_out===0)?Ae:xt}function Vr(e,r){for(var s,n,o;;){if(e.lookahead<er){if(Fr(e),e.lookahead<er&&r===Ur)return Ae;if(e.lookahead===0)break}if(s=0,e.lookahead>=oe&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+oe-1])&e.hash_mask,s=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=oe-1,s!==0&&e.prev_length<e.max_lazy_match&&e.strstart-s<=e.w_size-er&&(e.match_length=Da(e,s),e.match_length<=5&&(e.strategy===nf||e.match_length===oe&&e.strstart-e.match_start>4096)&&(e.match_length=oe-1)),e.prev_length>=oe&&e.match_length<=e.prev_length){o=e.strstart+e.lookahead-oe,n=ze._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-oe),e.lookahead-=e.prev_length-1,e.prev_length-=2;do++e.strstart<=o&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+oe-1])&e.hash_mask,s=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart);while(--e.prev_length!==0);if(e.match_available=0,e.match_length=oe-1,e.strstart++,n&&(Le(e,!1),e.strm.avail_out===0))return Ae}else if(e.match_available){if(n=ze._tr_tally(e,0,e.window[e.strstart-1]),n&&Le(e,!1),e.strstart++,e.lookahead--,e.strm.avail_out===0)return Ae}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(n=ze._tr_tally(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<oe-1?e.strstart:oe-1,r===Or?(Le(e,!0),e.strm.avail_out===0?Br:ot):e.last_lit&&(Le(e,!1),e.strm.avail_out===0)?Ae:xt}function Ef(e,r){for(var s,n,o,i,t=e.window;;){if(e.lookahead<=Tr){if(Fr(e),e.lookahead<=Tr&&r===Ur)return Ae;if(e.lookahead===0)break}if(e.match_length=0,e.lookahead>=oe&&e.strstart>0&&(o=e.strstart-1,n=t[o],n===t[++o]&&n===t[++o]&&n===t[++o])){i=e.strstart+Tr;do;while(n===t[++o]&&n===t[++o]&&n===t[++o]&&n===t[++o]&&n===t[++o]&&n===t[++o]&&n===t[++o]&&n===t[++o]&&o<i);e.match_length=Tr-(i-o),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=oe?(s=ze._tr_tally(e,1,e.match_length-oe),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(s=ze._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),s&&(Le(e,!1),e.strm.avail_out===0))return Ae}return e.insert=0,r===Or?(Le(e,!0),e.strm.avail_out===0?Br:ot):e.last_lit&&(Le(e,!1),e.strm.avail_out===0)?Ae:xt}function kf(e,r){for(var s;;){if(e.lookahead===0&&(Fr(e),e.lookahead===0)){if(r===Ur)return Ae;break}if(e.match_length=0,s=ze._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,s&&(Le(e,!1),e.strm.avail_out===0))return Ae}return e.insert=0,r===Or?(Le(e,!0),e.strm.avail_out===0?Br:ot):e.last_lit&&(Le(e,!1),e.strm.avail_out===0)?Ae:xt}function nr(e,r,s,n,o){this.good_length=e,this.max_lazy=r,this.nice_length=s,this.max_chain=n,this.func=o}var Qr;Qr=[new nr(0,0,0,0,Pf),new nr(4,4,8,4,Is),new nr(4,5,16,8,Is),new nr(4,6,32,32,Is),new nr(4,4,16,16,Vr),new nr(8,16,32,32,Vr),new nr(8,16,128,128,Vr),new nr(8,32,128,256,Vr),new nr(32,128,258,1024,Vr),new nr(32,258,258,4096,Vr)];function Sf(e){e.window_size=2*e.w_size,Ar(e.head),e.max_lazy_match=Qr[e.level].max_lazy,e.good_match=Qr[e.level].good_length,e.nice_match=Qr[e.level].nice_length,e.max_chain_length=Qr[e.level].max_chain,e.strstart=0,e.block_start=0,e.lookahead=0,e.insert=0,e.match_length=e.prev_length=oe-1,e.match_available=0,e.ins_h=0}function Af(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=hs,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Re.Buf16(_f*2),this.dyn_dtree=new Re.Buf16((2*yf+1)*2),this.bl_tree=new Re.Buf16((2*mf+1)*2),Ar(this.dyn_ltree),Ar(this.dyn_dtree),Ar(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Re.Buf16(gf+1),this.heap=new Re.Buf16(2*Js+1),Ar(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Re.Buf16(2*Js+1),Ar(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function Ba(e){var r;return!e||!e.state?Cr(e,Ge):(e.total_in=e.total_out=0,e.data_type=ff,r=e.state,r.pending=0,r.pending_out=0,r.wrap<0&&(r.wrap=-r.wrap),r.status=r.wrap?ys:$r,e.adler=r.wrap===2?0:1,r.last_flush=Ur,ze._tr_init(r),fr)}function Fa(e){var r=Ba(e);return r===fr&&Sf(e.state),r}function Tf(e,r){return!e||!e.state||e.state.wrap!==2?Ge:(e.state.gzhead=r,fr)}function ja(e,r,s,n,o,i){if(!e)return Ge;var t=1;if(r===sf&&(r=6),n<0?(t=0,n=-n):n>15&&(t=2,n-=16),o<1||o>lf||s!==hs||n<8||n>15||r<0||r>9||i<0||i>of)return Cr(e,Ge);n===8&&(n=9);var p=new Af;return e.state=p,p.strm=e,p.wrap=t,p.gzhead=null,p.w_bits=n,p.w_size=1<<p.w_bits,p.w_mask=p.w_size-1,p.hash_bits=o+7,p.hash_size=1<<p.hash_bits,p.hash_mask=p.hash_size-1,p.hash_shift=~~((p.hash_bits+oe-1)/oe),p.window=new Re.Buf8(p.w_size*2),p.head=new Re.Buf16(p.hash_size),p.prev=new Re.Buf16(p.w_size),p.lit_bufsize=1<<o+6,p.pending_buf_size=p.lit_bufsize*4,p.pending_buf=new Re.Buf8(p.pending_buf_size),p.d_buf=1*p.lit_bufsize,p.l_buf=(1+2)*p.lit_bufsize,p.level=r,p.strategy=i,p.method=s,Fa(e)}function Cf(e,r){return ja(e,r,hs,uf,cf,pf)}function Of(e,r){var s,n,o,i;if(!e||!e.state||r>Vi||r<0)return e?Cr(e,Ge):Ge;if(n=e.state,!e.output||!e.input&&e.avail_in!==0||n.status===ut&&r!==Or)return Cr(e,e.avail_out===0?Ls:Ge);if(n.strm=e,s=n.last_flush,n.last_flush=r,n.status===ys)if(n.wrap===2)e.adler=0,fe(n,31),fe(n,139),fe(n,8),n.gzhead?(fe(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),fe(n,n.gzhead.time&255),fe(n,n.gzhead.time>>8&255),fe(n,n.gzhead.time>>16&255),fe(n,n.gzhead.time>>24&255),fe(n,n.level===9?2:n.strategy>=Bt||n.level<2?4:0),fe(n,n.gzhead.os&255),n.gzhead.extra&&n.gzhead.extra.length&&(fe(n,n.gzhead.extra.length&255),fe(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(e.adler=kr(e.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=Qs):(fe(n,0),fe(n,0),fe(n,0),fe(n,0),fe(n,0),fe(n,n.level===9?2:n.strategy>=Bt||n.level<2?4:0),fe(n,bf),n.status=$r);else{var t=hs+(n.w_bits-8<<4)<<8,p=-1;n.strategy>=Bt||n.level<2?p=0:n.level<6?p=1:n.level===6?p=2:p=3,t|=p<<6,n.strstart!==0&&(t|=wf),t+=31-t%31,n.status=$r,lt(n,t),n.strstart!==0&&(lt(n,e.adler>>>16),lt(n,e.adler&65535)),e.adler=1}if(n.status===Qs)if(n.gzhead.extra){for(o=n.pending;n.gzindex<(n.gzhead.extra.length&65535)&&!(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>o&&(e.adler=kr(e.adler,n.pending_buf,n.pending-o,o)),Sr(e),o=n.pending,n.pending===n.pending_buf_size));)fe(n,n.gzhead.extra[n.gzindex]&255),n.gzindex++;n.gzhead.hcrc&&n.pending>o&&(e.adler=kr(e.adler,n.pending_buf,n.pending-o,o)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=Kt)}else n.status=Kt;if(n.status===Kt)if(n.gzhead.name){o=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>o&&(e.adler=kr(e.adler,n.pending_buf,n.pending-o,o)),Sr(e),o=n.pending,n.pending===n.pending_buf_size)){i=1;break}n.gzindex<n.gzhead.name.length?i=n.gzhead.name.charCodeAt(n.gzindex++)&255:i=0,fe(n,i)}while(i!==0);n.gzhead.hcrc&&n.pending>o&&(e.adler=kr(e.adler,n.pending_buf,n.pending-o,o)),i===0&&(n.gzindex=0,n.status=zt)}else n.status=zt;if(n.status===zt)if(n.gzhead.comment){o=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>o&&(e.adler=kr(e.adler,n.pending_buf,n.pending-o,o)),Sr(e),o=n.pending,n.pending===n.pending_buf_size)){i=1;break}n.gzindex<n.gzhead.comment.length?i=n.gzhead.comment.charCodeAt(n.gzindex++)&255:i=0,fe(n,i)}while(i!==0);n.gzhead.hcrc&&n.pending>o&&(e.adler=kr(e.adler,n.pending_buf,n.pending-o,o)),i===0&&(n.status=Gt)}else n.status=Gt;if(n.status===Gt&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&Sr(e),n.pending+2<=n.pending_buf_size&&(fe(n,e.adler&255),fe(n,e.adler>>8&255),e.adler=0,n.status=$r)):n.status=$r),n.pending!==0){if(Sr(e),e.avail_out===0)return n.last_flush=-1,fr}else if(e.avail_in===0&&Xi(r)<=Xi(s)&&r!==Or)return Cr(e,Ls);if(n.status===ut&&e.avail_in!==0)return Cr(e,Ls);if(e.avail_in!==0||n.lookahead!==0||r!==Ur&&n.status!==ut){var y=n.strategy===Bt?kf(n,r):n.strategy===af?Ef(n,r):Qr[n.level].func(n,r);if((y===Br||y===ot)&&(n.status=ut),y===Ae||y===Br)return e.avail_out===0&&(n.last_flush=-1),fr;if(y===xt&&(r===ef?ze._tr_align(n):r!==Vi&&(ze._tr_stored_block(n,0,0,!1),r===rf&&(Ar(n.head),n.lookahead===0&&(n.strstart=0,n.block_start=0,n.insert=0))),Sr(e),e.avail_out===0))return n.last_flush=-1,fr}return r!==Or?fr:n.wrap<=0?Yi:(n.wrap===2?(fe(n,e.adler&255),fe(n,e.adler>>8&255),fe(n,e.adler>>16&255),fe(n,e.adler>>24&255),fe(n,e.total_in&255),fe(n,e.total_in>>8&255),fe(n,e.total_in>>16&255),fe(n,e.total_in>>24&255)):(lt(n,e.adler>>>16),lt(n,e.adler&65535)),Sr(e),n.wrap>0&&(n.wrap=-n.wrap),n.pending!==0?fr:Yi)}function xf(e){var r;return!e||!e.state?Ge:(r=e.state.status,r!==ys&&r!==Qs&&r!==Kt&&r!==zt&&r!==Gt&&r!==$r&&r!==ut?Cr(e,Ge):(e.state=null,r===$r?Cr(e,tf):fr))}function Lf(e,r){var s=r.length,n,o,i,t,p,y,u,d;if(!e||!e.state||(n=e.state,t=n.wrap,t===2||t===1&&n.status!==ys||n.lookahead))return Ge;for(t===1&&(e.adler=Ra(e.adler,r,s,0)),n.wrap=0,s>=n.w_size&&(t===0&&(Ar(n.head),n.strstart=0,n.block_start=0,n.insert=0),d=new Re.Buf8(n.w_size),Re.arraySet(d,r,s-n.w_size,n.w_size,0),r=d,s=n.w_size),p=e.avail_in,y=e.next_in,u=e.input,e.avail_in=s,e.next_in=0,e.input=r,Fr(n);n.lookahead>=oe;){o=n.strstart,i=n.lookahead-(oe-1);do n.ins_h=(n.ins_h<<n.hash_shift^n.window[o+oe-1])&n.hash_mask,n.prev[o&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=o,o++;while(--i);n.strstart=o,n.lookahead=oe-1,Fr(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=oe-1,n.match_available=0,e.next_in=y,e.input=u,e.avail_in=p,n.wrap=t,fr}ur.deflateInit=Cf;ur.deflateInit2=ja;ur.deflateReset=Fa;ur.deflateResetKeep=Ba;ur.deflateSetHeader=Tf;ur.deflate=Of;ur.deflateEnd=xf;ur.deflateSetDictionary=Lf;ur.deflateInfo="pako deflate (from Nodeca project)";var qr={},ms=wr,Na=!0,Wa=!0;try{String.fromCharCode.apply(null,[0])}catch{Na=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{Wa=!1}var Et=new ms.Buf8(256);for(var Er=0;Er<256;Er++)Et[Er]=Er>=252?6:Er>=248?5:Er>=240?4:Er>=224?3:Er>=192?2:1;Et[254]=Et[254]=1;qr.string2buf=function(e){var r,s,n,o,i,t=e.length,p=0;for(o=0;o<t;o++)s=e.charCodeAt(o),(s&64512)===55296&&o+1<t&&(n=e.charCodeAt(o+1),(n&64512)===56320&&(s=65536+(s-55296<<10)+(n-56320),o++)),p+=s<128?1:s<2048?2:s<65536?3:4;for(r=new ms.Buf8(p),i=0,o=0;i<p;o++)s=e.charCodeAt(o),(s&64512)===55296&&o+1<t&&(n=e.charCodeAt(o+1),(n&64512)===56320&&(s=65536+(s-55296<<10)+(n-56320),o++)),s<128?r[i++]=s:s<2048?(r[i++]=192|s>>>6,r[i++]=128|s&63):s<65536?(r[i++]=224|s>>>12,r[i++]=128|s>>>6&63,r[i++]=128|s&63):(r[i++]=240|s>>>18,r[i++]=128|s>>>12&63,r[i++]=128|s>>>6&63,r[i++]=128|s&63);return r};function Ua(e,r){if(r<65534&&(e.subarray&&Wa||!e.subarray&&Na))return String.fromCharCode.apply(null,ms.shrinkBuf(e,r));for(var s="",n=0;n<r;n++)s+=String.fromCharCode(e[n]);return s}qr.buf2binstring=function(e){return Ua(e,e.length)};qr.binstring2buf=function(e){for(var r=new ms.Buf8(e.length),s=0,n=r.length;s<n;s++)r[s]=e.charCodeAt(s);return r};qr.buf2string=function(e,r){var s,n,o,i,t=r||e.length,p=new Array(t*2);for(n=0,s=0;s<t;){if(o=e[s++],o<128){p[n++]=o;continue}if(i=Et[o],i>4){p[n++]=65533,s+=i-1;continue}for(o&=i===2?31:i===3?15:7;i>1&&s<t;)o=o<<6|e[s++]&63,i--;if(i>1){p[n++]=65533;continue}o<65536?p[n++]=o:(o-=65536,p[n++]=55296|o>>10&1023,p[n++]=56320|o&1023)}return Ua(p,n)};qr.utf8border=function(e,r){var s;for(r=r||e.length,r>e.length&&(r=e.length),s=r-1;s>=0&&(e[s]&192)===128;)s--;return s<0||s===0?r:s+Et[e[s]]>r?s:r};function If(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}var qa=If,ht=ur,yt=wr,ei=qr,ri=ki,Hf=qa,Ma=Object.prototype.toString,$f=0,Hs=4,tt=0,Ji=1,Qi=2,Rf=-1,Df=0,Bf=8;function jr(e){if(!(this instanceof jr))return new jr(e);this.options=yt.assign({level:Rf,method:Bf,chunkSize:16384,windowBits:15,memLevel:8,strategy:Df,to:""},e||{});var r=this.options;r.raw&&r.windowBits>0?r.windowBits=-r.windowBits:r.gzip&&r.windowBits>0&&r.windowBits<16&&(r.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new Hf,this.strm.avail_out=0;var s=ht.deflateInit2(this.strm,r.level,r.method,r.windowBits,r.memLevel,r.strategy);if(s!==tt)throw new Error(ri[s]);if(r.header&&ht.deflateSetHeader(this.strm,r.header),r.dictionary){var n;if(typeof r.dictionary=="string"?n=ei.string2buf(r.dictionary):Ma.call(r.dictionary)==="[object ArrayBuffer]"?n=new Uint8Array(r.dictionary):n=r.dictionary,s=ht.deflateSetDictionary(this.strm,n),s!==tt)throw new Error(ri[s]);this._dict_set=!0}}jr.prototype.push=function(e,r){var s=this.strm,n=this.options.chunkSize,o,i;if(this.ended)return!1;i=r===~~r?r:r===!0?Hs:$f,typeof e=="string"?s.input=ei.string2buf(e):Ma.call(e)==="[object ArrayBuffer]"?s.input=new Uint8Array(e):s.input=e,s.next_in=0,s.avail_in=s.input.length;do{if(s.avail_out===0&&(s.output=new yt.Buf8(n),s.next_out=0,s.avail_out=n),o=ht.deflate(s,i),o!==Ji&&o!==tt)return this.onEnd(o),this.ended=!0,!1;(s.avail_out===0||s.avail_in===0&&(i===Hs||i===Qi))&&(this.options.to==="string"?this.onData(ei.buf2binstring(yt.shrinkBuf(s.output,s.next_out))):this.onData(yt.shrinkBuf(s.output,s.next_out)))}while((s.avail_in>0||s.avail_out===0)&&o!==Ji);return i===Hs?(o=ht.deflateEnd(this.strm),this.onEnd(o),this.ended=!0,o===tt):(i===Qi&&(this.onEnd(tt),s.avail_out=0),!0)};jr.prototype.onData=function(e){this.chunks.push(e)};jr.prototype.onEnd=function(e){e===tt&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=yt.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg};function Si(e,r){var s=new jr(r);if(s.push(e,!0),s.err)throw s.msg||ri[s.err];return s.result}function Ff(e,r){return r=r||{},r.raw=!0,Si(e,r)}function jf(e,r){return r=r||{},r.gzip=!0,Si(e,r)}Ct.Deflate=jr;Ct.deflate=Si;Ct.deflateRaw=Ff;Ct.gzip=jf;var Lt={},rr={},Ft=30,Nf=12,Wf=function(r,s){var n,o,i,t,p,y,u,d,b,w,g,H,P,N,j,q,$,W,O,A,B,x,T,k,S;n=r.state,o=r.next_in,k=r.input,i=o+(r.avail_in-5),t=r.next_out,S=r.output,p=t-(s-r.avail_out),y=t+(r.avail_out-257),u=n.dmax,d=n.wsize,b=n.whave,w=n.wnext,g=n.window,H=n.hold,P=n.bits,N=n.lencode,j=n.distcode,q=(1<<n.lenbits)-1,$=(1<<n.distbits)-1;e:do{P<15&&(H+=k[o++]<<P,P+=8,H+=k[o++]<<P,P+=8),W=N[H&q];r:for(;;){if(O=W>>>24,H>>>=O,P-=O,O=W>>>16&255,O===0)S[t++]=W&65535;else if(O&16){A=W&65535,O&=15,O&&(P<O&&(H+=k[o++]<<P,P+=8),A+=H&(1<<O)-1,H>>>=O,P-=O),P<15&&(H+=k[o++]<<P,P+=8,H+=k[o++]<<P,P+=8),W=j[H&$];t:for(;;){if(O=W>>>24,H>>>=O,P-=O,O=W>>>16&255,O&16){if(B=W&65535,O&=15,P<O&&(H+=k[o++]<<P,P+=8,P<O&&(H+=k[o++]<<P,P+=8)),B+=H&(1<<O)-1,B>u){r.msg="invalid distance too far back",n.mode=Ft;break e}if(H>>>=O,P-=O,O=t-p,B>O){if(O=B-O,O>b&&n.sane){r.msg="invalid distance too far back",n.mode=Ft;break e}if(x=0,T=g,w===0){if(x+=d-O,O<A){A-=O;do S[t++]=g[x++];while(--O);x=t-B,T=S}}else if(w<O){if(x+=d+w-O,O-=w,O<A){A-=O;do S[t++]=g[x++];while(--O);if(x=0,w<A){O=w,A-=O;do S[t++]=g[x++];while(--O);x=t-B,T=S}}}else if(x+=w-O,O<A){A-=O;do S[t++]=g[x++];while(--O);x=t-B,T=S}for(;A>2;)S[t++]=T[x++],S[t++]=T[x++],S[t++]=T[x++],A-=3;A&&(S[t++]=T[x++],A>1&&(S[t++]=T[x++]))}else{x=t-B;do S[t++]=S[x++],S[t++]=S[x++],S[t++]=S[x++],A-=3;while(A>2);A&&(S[t++]=S[x++],A>1&&(S[t++]=S[x++]))}}else if(O&64){r.msg="invalid distance code",n.mode=Ft;break e}else{W=j[(W&65535)+(H&(1<<O)-1)];continue t}break}}else if(O&64)if(O&32){n.mode=Nf;break e}else{r.msg="invalid literal/length code",n.mode=Ft;break e}else{W=N[(W&65535)+(H&(1<<O)-1)];continue r}break}}while(o<i&&t<y);A=P>>3,o-=A,P-=A<<3,H&=(1<<P)-1,r.next_in=o,r.next_out=t,r.avail_in=o<i?5+(i-o):5-(o-i),r.avail_out=t<y?257+(y-t):257-(t-y),n.hold=H,n.bits=P},en=wr,Yr=15,rn=852,tn=592,sn=0,$s=1,nn=2,Uf=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],qf=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],Mf=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],Kf=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64],zf=function(r,s,n,o,i,t,p,y){var u=y.bits,d=0,b=0,w=0,g=0,H=0,P=0,N=0,j=0,q=0,$=0,W,O,A,B,x,T=null,k=0,S,F=new en.Buf16(Yr+1),D=new en.Buf16(Yr+1),I=null,V=0,z,K,Y;for(d=0;d<=Yr;d++)F[d]=0;for(b=0;b<o;b++)F[s[n+b]]++;for(H=u,g=Yr;g>=1&&F[g]===0;g--);if(H>g&&(H=g),g===0)return i[t++]=1<<24|64<<16|0,i[t++]=1<<24|64<<16|0,y.bits=1,0;for(w=1;w<g&&F[w]===0;w++);for(H<w&&(H=w),j=1,d=1;d<=Yr;d++)if(j<<=1,j-=F[d],j<0)return-1;if(j>0&&(r===sn||g!==1))return-1;for(D[1]=0,d=1;d<Yr;d++)D[d+1]=D[d]+F[d];for(b=0;b<o;b++)s[n+b]!==0&&(p[D[s[n+b]]++]=b);if(r===sn?(T=I=p,S=19):r===$s?(T=Uf,k-=257,I=qf,V-=257,S=256):(T=Mf,I=Kf,S=-1),$=0,b=0,d=w,x=t,P=H,N=0,A=-1,q=1<<H,B=q-1,r===$s&&q>rn||r===nn&&q>tn)return 1;for(;;){z=d-N,p[b]<S?(K=0,Y=p[b]):p[b]>S?(K=I[V+p[b]],Y=T[k+p[b]]):(K=32+64,Y=0),W=1<<d-N,O=1<<P,w=O;do O-=W,i[x+($>>N)+O]=z<<24|K<<16|Y|0;while(O!==0);for(W=1<<d-1;$&W;)W>>=1;if(W!==0?($&=W-1,$+=W):$=0,b++,--F[d]===0){if(d===g)break;d=s[n+p[b]]}if(d>H&&($&B)!==A){for(N===0&&(N=H),x+=w,P=d-N,j=1<<P;P+N<g&&(j-=F[P+N],!(j<=0));)P++,j<<=1;if(q+=1<<P,r===$s&&q>rn||r===nn&&q>tn)return 1;A=$&B,i[A]=H<<24|P<<16|x-t|0}}return $!==0&&(i[x+$]=d-N<<24|64<<16|0),y.bits=H,0},Ue=wr,ti=Ha,ar=$a,Gf=Wf,mt=zf,Zf=0,Ka=1,za=2,an=4,Vf=5,jt=6,Nr=0,Yf=1,Xf=2,Ze=-2,Ga=-3,Za=-4,Jf=-5,on=8,Va=1,pn=2,fn=3,ln=4,un=5,cn=6,dn=7,hn=8,yn=9,mn=10,ts=11,hr=12,Rs=13,_n=14,Ds=15,gn=16,wn=17,bn=18,vn=19,Nt=20,Wt=21,Pn=22,En=23,kn=24,Sn=25,An=26,Bs=27,Tn=28,Cn=29,we=30,Ya=31,Qf=32,el=852,rl=592,tl=15,sl=tl;function On(e){return(e>>>24&255)+(e>>>8&65280)+((e&65280)<<8)+((e&255)<<24)}function il(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Ue.Buf16(320),this.work=new Ue.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function Xa(e){var r;return!e||!e.state?Ze:(r=e.state,e.total_in=e.total_out=r.total=0,e.msg="",r.wrap&&(e.adler=r.wrap&1),r.mode=Va,r.last=0,r.havedict=0,r.dmax=32768,r.head=null,r.hold=0,r.bits=0,r.lencode=r.lendyn=new Ue.Buf32(el),r.distcode=r.distdyn=new Ue.Buf32(rl),r.sane=1,r.back=-1,Nr)}function Ja(e){var r;return!e||!e.state?Ze:(r=e.state,r.wsize=0,r.whave=0,r.wnext=0,Xa(e))}function Qa(e,r){var s,n;return!e||!e.state||(n=e.state,r<0?(s=0,r=-r):(s=(r>>4)+1,r<48&&(r&=15)),r&&(r<8||r>15))?Ze:(n.window!==null&&n.wbits!==r&&(n.window=null),n.wrap=s,n.wbits=r,Ja(e))}function eo(e,r){var s,n;return e?(n=new il,e.state=n,n.window=null,s=Qa(e,r),s!==Nr&&(e.state=null),s):Ze}function nl(e){return eo(e,sl)}var xn=!0,Fs,js;function al(e){if(xn){var r;for(Fs=new Ue.Buf32(512),js=new Ue.Buf32(32),r=0;r<144;)e.lens[r++]=8;for(;r<256;)e.lens[r++]=9;for(;r<280;)e.lens[r++]=7;for(;r<288;)e.lens[r++]=8;for(mt(Ka,e.lens,0,288,Fs,0,e.work,{bits:9}),r=0;r<32;)e.lens[r++]=5;mt(za,e.lens,0,32,js,0,e.work,{bits:5}),xn=!1}e.lencode=Fs,e.lenbits=9,e.distcode=js,e.distbits=5}function ro(e,r,s,n){var o,i=e.state;return i.window===null&&(i.wsize=1<<i.wbits,i.wnext=0,i.whave=0,i.window=new Ue.Buf8(i.wsize)),n>=i.wsize?(Ue.arraySet(i.window,r,s-i.wsize,i.wsize,0),i.wnext=0,i.whave=i.wsize):(o=i.wsize-i.wnext,o>n&&(o=n),Ue.arraySet(i.window,r,s-n,o,i.wnext),n-=o,n?(Ue.arraySet(i.window,r,s-n,n,0),i.wnext=n,i.whave=i.wsize):(i.wnext+=o,i.wnext===i.wsize&&(i.wnext=0),i.whave<i.wsize&&(i.whave+=o))),0}function ol(e,r){var s,n,o,i,t,p,y,u,d,b,w,g,H,P,N=0,j,q,$,W,O,A,B,x,T=new Ue.Buf8(4),k,S,F=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&e.avail_in!==0)return Ze;s=e.state,s.mode===hr&&(s.mode=Rs),t=e.next_out,o=e.output,y=e.avail_out,i=e.next_in,n=e.input,p=e.avail_in,u=s.hold,d=s.bits,b=p,w=y,x=Nr;e:for(;;)switch(s.mode){case Va:if(s.wrap===0){s.mode=Rs;break}for(;d<16;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(s.wrap&2&&u===35615){s.check=0,T[0]=u&255,T[1]=u>>>8&255,s.check=ar(s.check,T,2,0),u=0,d=0,s.mode=pn;break}if(s.flags=0,s.head&&(s.head.done=!1),!(s.wrap&1)||(((u&255)<<8)+(u>>8))%31){e.msg="incorrect header check",s.mode=we;break}if((u&15)!==on){e.msg="unknown compression method",s.mode=we;break}if(u>>>=4,d-=4,B=(u&15)+8,s.wbits===0)s.wbits=B;else if(B>s.wbits){e.msg="invalid window size",s.mode=we;break}s.dmax=1<<B,e.adler=s.check=1,s.mode=u&512?mn:hr,u=0,d=0;break;case pn:for(;d<16;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(s.flags=u,(s.flags&255)!==on){e.msg="unknown compression method",s.mode=we;break}if(s.flags&57344){e.msg="unknown header flags set",s.mode=we;break}s.head&&(s.head.text=u>>8&1),s.flags&512&&(T[0]=u&255,T[1]=u>>>8&255,s.check=ar(s.check,T,2,0)),u=0,d=0,s.mode=fn;case fn:for(;d<32;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}s.head&&(s.head.time=u),s.flags&512&&(T[0]=u&255,T[1]=u>>>8&255,T[2]=u>>>16&255,T[3]=u>>>24&255,s.check=ar(s.check,T,4,0)),u=0,d=0,s.mode=ln;case ln:for(;d<16;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}s.head&&(s.head.xflags=u&255,s.head.os=u>>8),s.flags&512&&(T[0]=u&255,T[1]=u>>>8&255,s.check=ar(s.check,T,2,0)),u=0,d=0,s.mode=un;case un:if(s.flags&1024){for(;d<16;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}s.length=u,s.head&&(s.head.extra_len=u),s.flags&512&&(T[0]=u&255,T[1]=u>>>8&255,s.check=ar(s.check,T,2,0)),u=0,d=0}else s.head&&(s.head.extra=null);s.mode=cn;case cn:if(s.flags&1024&&(g=s.length,g>p&&(g=p),g&&(s.head&&(B=s.head.extra_len-s.length,s.head.extra||(s.head.extra=new Array(s.head.extra_len)),Ue.arraySet(s.head.extra,n,i,g,B)),s.flags&512&&(s.check=ar(s.check,n,g,i)),p-=g,i+=g,s.length-=g),s.length))break e;s.length=0,s.mode=dn;case dn:if(s.flags&2048){if(p===0)break e;g=0;do B=n[i+g++],s.head&&B&&s.length<65536&&(s.head.name+=String.fromCharCode(B));while(B&&g<p);if(s.flags&512&&(s.check=ar(s.check,n,g,i)),p-=g,i+=g,B)break e}else s.head&&(s.head.name=null);s.length=0,s.mode=hn;case hn:if(s.flags&4096){if(p===0)break e;g=0;do B=n[i+g++],s.head&&B&&s.length<65536&&(s.head.comment+=String.fromCharCode(B));while(B&&g<p);if(s.flags&512&&(s.check=ar(s.check,n,g,i)),p-=g,i+=g,B)break e}else s.head&&(s.head.comment=null);s.mode=yn;case yn:if(s.flags&512){for(;d<16;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(u!==(s.check&65535)){e.msg="header crc mismatch",s.mode=we;break}u=0,d=0}s.head&&(s.head.hcrc=s.flags>>9&1,s.head.done=!0),e.adler=s.check=0,s.mode=hr;break;case mn:for(;d<32;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}e.adler=s.check=On(u),u=0,d=0,s.mode=ts;case ts:if(s.havedict===0)return e.next_out=t,e.avail_out=y,e.next_in=i,e.avail_in=p,s.hold=u,s.bits=d,Xf;e.adler=s.check=1,s.mode=hr;case hr:if(r===Vf||r===jt)break e;case Rs:if(s.last){u>>>=d&7,d-=d&7,s.mode=Bs;break}for(;d<3;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}switch(s.last=u&1,u>>>=1,d-=1,u&3){case 0:s.mode=_n;break;case 1:if(al(s),s.mode=Nt,r===jt){u>>>=2,d-=2;break e}break;case 2:s.mode=wn;break;case 3:e.msg="invalid block type",s.mode=we}u>>>=2,d-=2;break;case _n:for(u>>>=d&7,d-=d&7;d<32;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if((u&65535)!==(u>>>16^65535)){e.msg="invalid stored block lengths",s.mode=we;break}if(s.length=u&65535,u=0,d=0,s.mode=Ds,r===jt)break e;case Ds:s.mode=gn;case gn:if(g=s.length,g){if(g>p&&(g=p),g>y&&(g=y),g===0)break e;Ue.arraySet(o,n,i,g,t),p-=g,i+=g,y-=g,t+=g,s.length-=g;break}s.mode=hr;break;case wn:for(;d<14;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(s.nlen=(u&31)+257,u>>>=5,d-=5,s.ndist=(u&31)+1,u>>>=5,d-=5,s.ncode=(u&15)+4,u>>>=4,d-=4,s.nlen>286||s.ndist>30){e.msg="too many length or distance symbols",s.mode=we;break}s.have=0,s.mode=bn;case bn:for(;s.have<s.ncode;){for(;d<3;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}s.lens[F[s.have++]]=u&7,u>>>=3,d-=3}for(;s.have<19;)s.lens[F[s.have++]]=0;if(s.lencode=s.lendyn,s.lenbits=7,k={bits:s.lenbits},x=mt(Zf,s.lens,0,19,s.lencode,0,s.work,k),s.lenbits=k.bits,x){e.msg="invalid code lengths set",s.mode=we;break}s.have=0,s.mode=vn;case vn:for(;s.have<s.nlen+s.ndist;){for(;N=s.lencode[u&(1<<s.lenbits)-1],j=N>>>24,q=N>>>16&255,$=N&65535,!(j<=d);){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if($<16)u>>>=j,d-=j,s.lens[s.have++]=$;else{if($===16){for(S=j+2;d<S;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(u>>>=j,d-=j,s.have===0){e.msg="invalid bit length repeat",s.mode=we;break}B=s.lens[s.have-1],g=3+(u&3),u>>>=2,d-=2}else if($===17){for(S=j+3;d<S;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}u>>>=j,d-=j,B=0,g=3+(u&7),u>>>=3,d-=3}else{for(S=j+7;d<S;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}u>>>=j,d-=j,B=0,g=11+(u&127),u>>>=7,d-=7}if(s.have+g>s.nlen+s.ndist){e.msg="invalid bit length repeat",s.mode=we;break}for(;g--;)s.lens[s.have++]=B}}if(s.mode===we)break;if(s.lens[256]===0){e.msg="invalid code -- missing end-of-block",s.mode=we;break}if(s.lenbits=9,k={bits:s.lenbits},x=mt(Ka,s.lens,0,s.nlen,s.lencode,0,s.work,k),s.lenbits=k.bits,x){e.msg="invalid literal/lengths set",s.mode=we;break}if(s.distbits=6,s.distcode=s.distdyn,k={bits:s.distbits},x=mt(za,s.lens,s.nlen,s.ndist,s.distcode,0,s.work,k),s.distbits=k.bits,x){e.msg="invalid distances set",s.mode=we;break}if(s.mode=Nt,r===jt)break e;case Nt:s.mode=Wt;case Wt:if(p>=6&&y>=258){e.next_out=t,e.avail_out=y,e.next_in=i,e.avail_in=p,s.hold=u,s.bits=d,Gf(e,w),t=e.next_out,o=e.output,y=e.avail_out,i=e.next_in,n=e.input,p=e.avail_in,u=s.hold,d=s.bits,s.mode===hr&&(s.back=-1);break}for(s.back=0;N=s.lencode[u&(1<<s.lenbits)-1],j=N>>>24,q=N>>>16&255,$=N&65535,!(j<=d);){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(q&&!(q&240)){for(W=j,O=q,A=$;N=s.lencode[A+((u&(1<<W+O)-1)>>W)],j=N>>>24,q=N>>>16&255,$=N&65535,!(W+j<=d);){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}u>>>=W,d-=W,s.back+=W}if(u>>>=j,d-=j,s.back+=j,s.length=$,q===0){s.mode=An;break}if(q&32){s.back=-1,s.mode=hr;break}if(q&64){e.msg="invalid literal/length code",s.mode=we;break}s.extra=q&15,s.mode=Pn;case Pn:if(s.extra){for(S=s.extra;d<S;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}s.length+=u&(1<<s.extra)-1,u>>>=s.extra,d-=s.extra,s.back+=s.extra}s.was=s.length,s.mode=En;case En:for(;N=s.distcode[u&(1<<s.distbits)-1],j=N>>>24,q=N>>>16&255,$=N&65535,!(j<=d);){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(!(q&240)){for(W=j,O=q,A=$;N=s.distcode[A+((u&(1<<W+O)-1)>>W)],j=N>>>24,q=N>>>16&255,$=N&65535,!(W+j<=d);){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}u>>>=W,d-=W,s.back+=W}if(u>>>=j,d-=j,s.back+=j,q&64){e.msg="invalid distance code",s.mode=we;break}s.offset=$,s.extra=q&15,s.mode=kn;case kn:if(s.extra){for(S=s.extra;d<S;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}s.offset+=u&(1<<s.extra)-1,u>>>=s.extra,d-=s.extra,s.back+=s.extra}if(s.offset>s.dmax){e.msg="invalid distance too far back",s.mode=we;break}s.mode=Sn;case Sn:if(y===0)break e;if(g=w-y,s.offset>g){if(g=s.offset-g,g>s.whave&&s.sane){e.msg="invalid distance too far back",s.mode=we;break}g>s.wnext?(g-=s.wnext,H=s.wsize-g):H=s.wnext-g,g>s.length&&(g=s.length),P=s.window}else P=o,H=t-s.offset,g=s.length;g>y&&(g=y),y-=g,s.length-=g;do o[t++]=P[H++];while(--g);s.length===0&&(s.mode=Wt);break;case An:if(y===0)break e;o[t++]=s.length,y--,s.mode=Wt;break;case Bs:if(s.wrap){for(;d<32;){if(p===0)break e;p--,u|=n[i++]<<d,d+=8}if(w-=y,e.total_out+=w,s.total+=w,w&&(e.adler=s.check=s.flags?ar(s.check,o,w,t-w):ti(s.check,o,w,t-w)),w=y,(s.flags?u:On(u))!==s.check){e.msg="incorrect data check",s.mode=we;break}u=0,d=0}s.mode=Tn;case Tn:if(s.wrap&&s.flags){for(;d<32;){if(p===0)break e;p--,u+=n[i++]<<d,d+=8}if(u!==(s.total&4294967295)){e.msg="incorrect length check",s.mode=we;break}u=0,d=0}s.mode=Cn;case Cn:x=Yf;break e;case we:x=Ga;break e;case Ya:return Za;case Qf:default:return Ze}return e.next_out=t,e.avail_out=y,e.next_in=i,e.avail_in=p,s.hold=u,s.bits=d,(s.wsize||w!==e.avail_out&&s.mode<we&&(s.mode<Bs||r!==an))&&ro(e,e.output,e.next_out,w-e.avail_out),b-=e.avail_in,w-=e.avail_out,e.total_in+=b,e.total_out+=w,s.total+=w,s.wrap&&w&&(e.adler=s.check=s.flags?ar(s.check,o,w,e.next_out-w):ti(s.check,o,w,e.next_out-w)),e.data_type=s.bits+(s.last?64:0)+(s.mode===hr?128:0)+(s.mode===Nt||s.mode===Ds?256:0),(b===0&&w===0||r===an)&&x===Nr&&(x=Jf),x}function pl(e){if(!e||!e.state)return Ze;var r=e.state;return r.window&&(r.window=null),e.state=null,Nr}function fl(e,r){var s;return!e||!e.state||(s=e.state,!(s.wrap&2))?Ze:(s.head=r,r.done=!1,Nr)}function ll(e,r){var s=r.length,n,o,i;return!e||!e.state||(n=e.state,n.wrap!==0&&n.mode!==ts)?Ze:n.mode===ts&&(o=1,o=ti(o,r,s,0),o!==n.check)?Ga:(i=ro(e,r,s,s),i?(n.mode=Ya,Za):(n.havedict=1,Nr))}rr.inflateReset=Ja;rr.inflateReset2=Qa;rr.inflateResetKeep=Xa;rr.inflateInit=nl;rr.inflateInit2=eo;rr.inflate=ol;rr.inflateEnd=pl;rr.inflateGetHeader=fl;rr.inflateSetDictionary=ll;rr.inflateInfo="pako inflate (from Nodeca project)";var to={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,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,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8};function ul(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}var cl=ul,st=rr,_t=wr,Zt=qr,Ee=to,si=ki,dl=qa,hl=cl,so=Object.prototype.toString;function Wr(e){if(!(this instanceof Wr))return new Wr(e);this.options=_t.assign({chunkSize:16384,windowBits:0,to:""},e||{});var r=this.options;r.raw&&r.windowBits>=0&&r.windowBits<16&&(r.windowBits=-r.windowBits,r.windowBits===0&&(r.windowBits=-15)),r.windowBits>=0&&r.windowBits<16&&!(e&&e.windowBits)&&(r.windowBits+=32),r.windowBits>15&&r.windowBits<48&&(r.windowBits&15||(r.windowBits|=15)),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new dl,this.strm.avail_out=0;var s=st.inflateInit2(this.strm,r.windowBits);if(s!==Ee.Z_OK)throw new Error(si[s]);if(this.header=new hl,st.inflateGetHeader(this.strm,this.header),r.dictionary&&(typeof r.dictionary=="string"?r.dictionary=Zt.string2buf(r.dictionary):so.call(r.dictionary)==="[object ArrayBuffer]"&&(r.dictionary=new Uint8Array(r.dictionary)),r.raw&&(s=st.inflateSetDictionary(this.strm,r.dictionary),s!==Ee.Z_OK)))throw new Error(si[s])}Wr.prototype.push=function(e,r){var s=this.strm,n=this.options.chunkSize,o=this.options.dictionary,i,t,p,y,u,d=!1;if(this.ended)return!1;t=r===~~r?r:r===!0?Ee.Z_FINISH:Ee.Z_NO_FLUSH,typeof e=="string"?s.input=Zt.binstring2buf(e):so.call(e)==="[object ArrayBuffer]"?s.input=new Uint8Array(e):s.input=e,s.next_in=0,s.avail_in=s.input.length;do{if(s.avail_out===0&&(s.output=new _t.Buf8(n),s.next_out=0,s.avail_out=n),i=st.inflate(s,Ee.Z_NO_FLUSH),i===Ee.Z_NEED_DICT&&o&&(i=st.inflateSetDictionary(this.strm,o)),i===Ee.Z_BUF_ERROR&&d===!0&&(i=Ee.Z_OK,d=!1),i!==Ee.Z_STREAM_END&&i!==Ee.Z_OK)return this.onEnd(i),this.ended=!0,!1;s.next_out&&(s.avail_out===0||i===Ee.Z_STREAM_END||s.avail_in===0&&(t===Ee.Z_FINISH||t===Ee.Z_SYNC_FLUSH))&&(this.options.to==="string"?(p=Zt.utf8border(s.output,s.next_out),y=s.next_out-p,u=Zt.buf2string(s.output,p),s.next_out=y,s.avail_out=n-y,y&&_t.arraySet(s.output,s.output,p,y,0),this.onData(u)):this.onData(_t.shrinkBuf(s.output,s.next_out))),s.avail_in===0&&s.avail_out===0&&(d=!0)}while((s.avail_in>0||s.avail_out===0)&&i!==Ee.Z_STREAM_END);return i===Ee.Z_STREAM_END&&(t=Ee.Z_FINISH),t===Ee.Z_FINISH?(i=st.inflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===Ee.Z_OK):(t===Ee.Z_SYNC_FLUSH&&(this.onEnd(Ee.Z_OK),s.avail_out=0),!0)};Wr.prototype.onData=function(e){this.chunks.push(e)};Wr.prototype.onEnd=function(e){e===Ee.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=_t.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg};function Ai(e,r){var s=new Wr(r);if(s.push(e,!0),s.err)throw s.msg||si[s.err];return s.result}function yl(e,r){return r=r||{},r.raw=!0,Ai(e,r)}Lt.Inflate=Wr;Lt.inflate=Ai;Lt.inflateRaw=yl;Lt.ungzip=Ai;var ml=wr.assign,_l=Ct,gl=Lt,wl=to,io={};ml(io,_l,gl,wl);var bl=io;const no=mi(bl);async function vl(e,r){const s=new ha(e);let n=await s.read(4);if(n=n.toString("utf8"),n!=="PACK")throw new be(`Invalid PACK header '${n}'`);let o=await s.read(4);if(o=o.readUInt32BE(0),o!==2)throw new be(`Invalid packfile version: ${o}`);let i=await s.read(4);if(i=i.readUInt32BE(0),!(i<1))for(;!s.eof()&&i--;){const t=s.tell(),{type:p,length:y,ofs:u,reference:d}=await Pl(s),b=new no.Inflate;for(;!b.result;){const w=await s.chunk();if(!w)break;if(b.push(w,!1),b.err)throw new be(`Pako error: ${b.msg}`);if(b.result){if(b.result.length!==y)throw new be("Inflated object size is different from that stated in packfile.");await s.undo(),await s.read(w.length-b.strm.avail_in);const g=s.tell();await r({data:b.result,type:p,num:i,offset:t,end:g,reference:d,ofs:u})}}}}async function Pl(e){let r=await e.byte();const s=r>>4&7;let n=r&15;if(r&128){let t=4;do r=await e.byte(),n|=(r&127)<<t,t+=7;while(r&128)}let o,i;if(s===6){let t=0;o=0;const p=[];do r=await e.byte(),o|=(r&127)<<t,t+=7,p.push(r);while(r&128);i=Buffer.from(p)}return s===7&&(i=await e.read(20)),{type:s,length:n,ofs:o,reference:i}}let El=!1;async function kl(e){return El?Sl(e):no.inflate(e)}async function Sl(e){const r=new DecompressionStream("deflate"),s=new Blob([e]).stream().pipeThrough(r);return new Uint8Array(await new Response(s).arrayBuffer())}var ii={exports:{}};typeof Object.create=="function"?ii.exports=function(r,s){s&&(r.super_=s,r.prototype=Object.create(s.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}))}:ii.exports=function(r,s){if(s){r.super_=s;var n=function(){};n.prototype=s.prototype,r.prototype=new n,r.prototype.constructor=r}};var Al=ii.exports,ni={exports:{}},gr={},_s={};_s.byteLength=Ol;_s.toByteArray=Ll;_s.fromByteArray=$l;var lr=[],Ke=[],Tl=typeof Uint8Array<"u"?Uint8Array:Array,Ns="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(var Xr=0,Cl=Ns.length;Xr<Cl;++Xr)lr[Xr]=Ns[Xr],Ke[Ns.charCodeAt(Xr)]=Xr;Ke["-".charCodeAt(0)]=62;Ke["_".charCodeAt(0)]=63;function ao(e){var r=e.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var s=e.indexOf("=");s===-1&&(s=r);var n=s===r?0:4-s%4;return[s,n]}function Ol(e){var r=ao(e),s=r[0],n=r[1];return(s+n)*3/4-n}function xl(e,r,s){return(r+s)*3/4-s}function Ll(e){var r,s=ao(e),n=s[0],o=s[1],i=new Tl(xl(e,n,o)),t=0,p=o>0?n-4:n,y;for(y=0;y<p;y+=4)r=Ke[e.charCodeAt(y)]<<18|Ke[e.charCodeAt(y+1)]<<12|Ke[e.charCodeAt(y+2)]<<6|Ke[e.charCodeAt(y+3)],i[t++]=r>>16&255,i[t++]=r>>8&255,i[t++]=r&255;return o===2&&(r=Ke[e.charCodeAt(y)]<<2|Ke[e.charCodeAt(y+1)]>>4,i[t++]=r&255),o===1&&(r=Ke[e.charCodeAt(y)]<<10|Ke[e.charCodeAt(y+1)]<<4|Ke[e.charCodeAt(y+2)]>>2,i[t++]=r>>8&255,i[t++]=r&255),i}function Il(e){return lr[e>>18&63]+lr[e>>12&63]+lr[e>>6&63]+lr[e&63]}function Hl(e,r,s){for(var n,o=[],i=r;i<s;i+=3)n=(e[i]<<16&16711680)+(e[i+1]<<8&65280)+(e[i+2]&255),o.push(Il(n));return o.join("")}function $l(e){for(var r,s=e.length,n=s%3,o=[],i=16383,t=0,p=s-n;t<p;t+=i)o.push(Hl(e,t,t+i>p?p:t+i));return n===1?(r=e[s-1],o.push(lr[r>>2]+lr[r<<4&63]+"==")):n===2&&(r=(e[s-2]<<8)+e[s-1],o.push(lr[r>>10]+lr[r>>4&63]+lr[r<<2&63]+"=")),o.join("")}var Ti={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */Ti.read=function(e,r,s,n,o){var i,t,p=o*8-n-1,y=(1<<p)-1,u=y>>1,d=-7,b=s?o-1:0,w=s?-1:1,g=e[r+b];for(b+=w,i=g&(1<<-d)-1,g>>=-d,d+=p;d>0;i=i*256+e[r+b],b+=w,d-=8);for(t=i&(1<<-d)-1,i>>=-d,d+=n;d>0;t=t*256+e[r+b],b+=w,d-=8);if(i===0)i=1-u;else{if(i===y)return t?NaN:(g?-1:1)*(1/0);t=t+Math.pow(2,n),i=i-u}return(g?-1:1)*t*Math.pow(2,i-n)};Ti.write=function(e,r,s,n,o,i){var t,p,y,u=i*8-o-1,d=(1<<u)-1,b=d>>1,w=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,g=n?0:i-1,H=n?1:-1,P=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(p=isNaN(r)?1:0,t=d):(t=Math.floor(Math.log(r)/Math.LN2),r*(y=Math.pow(2,-t))<1&&(t--,y*=2),t+b>=1?r+=w/y:r+=w*Math.pow(2,1-b),r*y>=2&&(t++,y/=2),t+b>=d?(p=0,t=d):t+b>=1?(p=(r*y-1)*Math.pow(2,o),t=t+b):(p=r*Math.pow(2,b-1)*Math.pow(2,o),t=0));o>=8;e[s+g]=p&255,g+=H,p/=256,o-=8);for(t=t<<o|p,u+=o;u>0;e[s+g]=t&255,g+=H,t/=256,u-=8);e[s+g-H]|=P*128};/*!
704
704
  * The buffer module from node.js, for the browser.
705
705
  *
706
706
  * @author Feross Aboukhadijeh <https://feross.org>
707
707
  * @license MIT
708
- */(function(e){const r=ms,s=Ai,n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=p,e.SlowBuffer=q,e.INSPECT_MAX_BYTES=50;const o=2147483647;e.kMaxLength=o,p.TYPED_ARRAY_SUPPORT=i(),!p.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function i(){try{const c=new Uint8Array(1),f={foo:function(){return 42}};return Object.setPrototypeOf(f,Uint8Array.prototype),Object.setPrototypeOf(c,f),c.foo()===42}catch{return!1}}Object.defineProperty(p.prototype,"parent",{enumerable:!0,get:function(){if(p.isBuffer(this))return this.buffer}}),Object.defineProperty(p.prototype,"offset",{enumerable:!0,get:function(){if(p.isBuffer(this))return this.byteOffset}});function t(c){if(c>o)throw new RangeError('The value "'+c+'" is invalid for option "size"');const f=new Uint8Array(c);return Object.setPrototypeOf(f,p.prototype),f}function p(c,f,l){if(typeof c=="number"){if(typeof f=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return g(c)}return y(c,f,l)}p.poolSize=8192;function y(c,f,l){if(typeof c=="string")return b(c,f);if(ArrayBuffer.isView(c))return H(c);if(c==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof c);if(He(c,ArrayBuffer)||c&&He(c.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(He(c,SharedArrayBuffer)||c&&He(c.buffer,SharedArrayBuffer)))return P(c,f,l);if(typeof c=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const _=c.valueOf&&c.valueOf();if(_!=null&&_!==c)return p.from(_,f,l);const v=N(c);if(v)return v;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof c[Symbol.toPrimitive]=="function")return p.from(c[Symbol.toPrimitive]("string"),f,l);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof c)}p.from=function(c,f,l){return y(c,f,l)},Object.setPrototypeOf(p.prototype,Uint8Array.prototype),Object.setPrototypeOf(p,Uint8Array);function u(c){if(typeof c!="number")throw new TypeError('"size" argument must be of type number');if(c<0)throw new RangeError('The value "'+c+'" is invalid for option "size"')}function d(c,f,l){return u(c),c<=0?t(c):f!==void 0?typeof l=="string"?t(c).fill(f,l):t(c).fill(f):t(c)}p.alloc=function(c,f,l){return d(c,f,l)};function g(c){return u(c),t(c<0?0:j(c)|0)}p.allocUnsafe=function(c){return g(c)},p.allocUnsafeSlow=function(c){return g(c)};function b(c,f){if((typeof f!="string"||f==="")&&(f="utf8"),!p.isEncoding(f))throw new TypeError("Unknown encoding: "+f);const l=$(c,f)|0;let _=t(l);const v=_.write(c,f);return v!==l&&(_=_.slice(0,v)),_}function w(c){const f=c.length<0?0:j(c.length)|0,l=t(f);for(let _=0;_<f;_+=1)l[_]=c[_]&255;return l}function H(c){if(He(c,Uint8Array)){const f=new Uint8Array(c);return P(f.buffer,f.byteOffset,f.byteLength)}return w(c)}function P(c,f,l){if(f<0||c.byteLength<f)throw new RangeError('"offset" is outside of buffer bounds');if(c.byteLength<f+(l||0))throw new RangeError('"length" is outside of buffer bounds');let _;return f===void 0&&l===void 0?_=new Uint8Array(c):l===void 0?_=new Uint8Array(c,f):_=new Uint8Array(c,f,l),Object.setPrototypeOf(_,p.prototype),_}function N(c){if(p.isBuffer(c)){const f=j(c.length)|0,l=t(f);return l.length===0||c.copy(l,0,0,f),l}if(c.length!==void 0)return typeof c.length!="number"||Oe(c.length)?t(0):w(c);if(c.type==="Buffer"&&Array.isArray(c.data))return w(c.data)}function j(c){if(c>=o)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o.toString(16)+" bytes");return c|0}function q(c){return+c!=c&&(c=0),p.alloc(+c)}p.isBuffer=function(f){return f!=null&&f._isBuffer===!0&&f!==p.prototype},p.compare=function(f,l){if(He(f,Uint8Array)&&(f=p.from(f,f.offset,f.byteLength)),He(l,Uint8Array)&&(l=p.from(l,l.offset,l.byteLength)),!p.isBuffer(f)||!p.isBuffer(l))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(f===l)return 0;let _=f.length,v=l.length;for(let C=0,R=Math.min(_,v);C<R;++C)if(f[C]!==l[C]){_=f[C],v=l[C];break}return _<v?-1:v<_?1:0},p.isEncoding=function(f){switch(String(f).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},p.concat=function(f,l){if(!Array.isArray(f))throw new TypeError('"list" argument must be an Array of Buffers');if(f.length===0)return p.alloc(0);let _;if(l===void 0)for(l=0,_=0;_<f.length;++_)l+=f[_].length;const v=p.allocUnsafe(l);let C=0;for(_=0;_<f.length;++_){let R=f[_];if(He(R,Uint8Array))C+R.length>v.length?(p.isBuffer(R)||(R=p.from(R)),R.copy(v,C)):Uint8Array.prototype.set.call(v,R,C);else if(p.isBuffer(R))R.copy(v,C);else throw new TypeError('"list" argument must be an Array of Buffers');C+=R.length}return v};function $(c,f){if(p.isBuffer(c))return c.length;if(ArrayBuffer.isView(c)||He(c,ArrayBuffer))return c.byteLength;if(typeof c!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof c);const l=c.length,_=arguments.length>2&&arguments[2]===!0;if(!_&&l===0)return 0;let v=!1;for(;;)switch(f){case"ascii":case"latin1":case"binary":return l;case"utf8":case"utf-8":return Pr(c).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return l*2;case"hex":return l>>>1;case"base64":return xr(c).length;default:if(v)return _?-1:Pr(c).length;f=(""+f).toLowerCase(),v=!0}}p.byteLength=$;function W(c,f,l){let _=!1;if((f===void 0||f<0)&&(f=0),f>this.length||((l===void 0||l>this.length)&&(l=this.length),l<=0)||(l>>>=0,f>>>=0,l<=f))return"";for(c||(c="utf8");;)switch(c){case"hex":return G(this,f,l);case"utf8":case"utf-8":return I(this,f,l);case"ascii":return K(this,f,l);case"latin1":case"binary":return Y(this,f,l);case"base64":return D(this,f,l);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return se(this,f,l);default:if(_)throw new TypeError("Unknown encoding: "+c);c=(c+"").toLowerCase(),_=!0}}p.prototype._isBuffer=!0;function O(c,f,l){const _=c[f];c[f]=c[l],c[l]=_}p.prototype.swap16=function(){const f=this.length;if(f%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let l=0;l<f;l+=2)O(this,l,l+1);return this},p.prototype.swap32=function(){const f=this.length;if(f%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let l=0;l<f;l+=4)O(this,l,l+3),O(this,l+1,l+2);return this},p.prototype.swap64=function(){const f=this.length;if(f%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let l=0;l<f;l+=8)O(this,l,l+7),O(this,l+1,l+6),O(this,l+2,l+5),O(this,l+3,l+4);return this},p.prototype.toString=function(){const f=this.length;return f===0?"":arguments.length===0?I(this,0,f):W.apply(this,arguments)},p.prototype.toLocaleString=p.prototype.toString,p.prototype.equals=function(f){if(!p.isBuffer(f))throw new TypeError("Argument must be a Buffer");return this===f?!0:p.compare(this,f)===0},p.prototype.inspect=function(){let f="";const l=e.INSPECT_MAX_BYTES;return f=this.toString("hex",0,l).replace(/(.{2})/g,"$1 ").trim(),this.length>l&&(f+=" ... "),"<Buffer "+f+">"},n&&(p.prototype[n]=p.prototype.inspect),p.prototype.compare=function(f,l,_,v,C){if(He(f,Uint8Array)&&(f=p.from(f,f.offset,f.byteLength)),!p.isBuffer(f))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof f);if(l===void 0&&(l=0),_===void 0&&(_=f?f.length:0),v===void 0&&(v=0),C===void 0&&(C=this.length),l<0||_>f.length||v<0||C>this.length)throw new RangeError("out of range index");if(v>=C&&l>=_)return 0;if(v>=C)return-1;if(l>=_)return 1;if(l>>>=0,_>>>=0,v>>>=0,C>>>=0,this===f)return 0;let R=C-v,J=_-l;const ye=Math.min(R,J),de=this.slice(v,C),he=f.slice(l,_);for(let ae=0;ae<ye;++ae)if(de[ae]!==he[ae]){R=de[ae],J=he[ae];break}return R<J?-1:J<R?1:0};function A(c,f,l,_,v){if(c.length===0)return-1;if(typeof l=="string"?(_=l,l=0):l>2147483647?l=2147483647:l<-2147483648&&(l=-2147483648),l=+l,Oe(l)&&(l=v?0:c.length-1),l<0&&(l=c.length+l),l>=c.length){if(v)return-1;l=c.length-1}else if(l<0)if(v)l=0;else return-1;if(typeof f=="string"&&(f=p.from(f,_)),p.isBuffer(f))return f.length===0?-1:B(c,f,l,_,v);if(typeof f=="number")return f=f&255,typeof Uint8Array.prototype.indexOf=="function"?v?Uint8Array.prototype.indexOf.call(c,f,l):Uint8Array.prototype.lastIndexOf.call(c,f,l):B(c,[f],l,_,v);throw new TypeError("val must be string, number or Buffer")}function B(c,f,l,_,v){let C=1,R=c.length,J=f.length;if(_!==void 0&&(_=String(_).toLowerCase(),_==="ucs2"||_==="ucs-2"||_==="utf16le"||_==="utf-16le")){if(c.length<2||f.length<2)return-1;C=2,R/=2,J/=2,l/=2}function ye(he,ae){return C===1?he[ae]:he.readUInt16BE(ae*C)}let de;if(v){let he=-1;for(de=l;de<R;de++)if(ye(c,de)===ye(f,he===-1?0:de-he)){if(he===-1&&(he=de),de-he+1===J)return he*C}else he!==-1&&(de-=de-he),he=-1}else for(l+J>R&&(l=R-J),de=l;de>=0;de--){let he=!0;for(let ae=0;ae<J;ae++)if(ye(c,de+ae)!==ye(f,ae)){he=!1;break}if(he)return de}return-1}p.prototype.includes=function(f,l,_){return this.indexOf(f,l,_)!==-1},p.prototype.indexOf=function(f,l,_){return A(this,f,l,_,!0)},p.prototype.lastIndexOf=function(f,l,_){return A(this,f,l,_,!1)};function x(c,f,l,_){l=Number(l)||0;const v=c.length-l;_?(_=Number(_),_>v&&(_=v)):_=v;const C=f.length;_>C/2&&(_=C/2);let R;for(R=0;R<_;++R){const J=parseInt(f.substr(R*2,2),16);if(Oe(J))return R;c[l+R]=J}return R}function T(c,f,l,_){return qe(Pr(f,c.length-l),c,l,_)}function k(c,f,l,_){return qe(zr(f),c,l,_)}function S(c,f,l,_){return qe(xr(f),c,l,_)}function F(c,f,l,_){return qe(dr(f,c.length-l),c,l,_)}p.prototype.write=function(f,l,_,v){if(l===void 0)v="utf8",_=this.length,l=0;else if(_===void 0&&typeof l=="string")v=l,_=this.length,l=0;else if(isFinite(l))l=l>>>0,isFinite(_)?(_=_>>>0,v===void 0&&(v="utf8")):(v=_,_=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const C=this.length-l;if((_===void 0||_>C)&&(_=C),f.length>0&&(_<0||l<0)||l>this.length)throw new RangeError("Attempt to write outside buffer bounds");v||(v="utf8");let R=!1;for(;;)switch(v){case"hex":return x(this,f,l,_);case"utf8":case"utf-8":return T(this,f,l,_);case"ascii":case"latin1":case"binary":return k(this,f,l,_);case"base64":return S(this,f,l,_);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return F(this,f,l,_);default:if(R)throw new TypeError("Unknown encoding: "+v);v=(""+v).toLowerCase(),R=!0}},p.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function D(c,f,l){return f===0&&l===c.length?r.fromByteArray(c):r.fromByteArray(c.slice(f,l))}function I(c,f,l){l=Math.min(c.length,l);const _=[];let v=f;for(;v<l;){const C=c[v];let R=null,J=C>239?4:C>223?3:C>191?2:1;if(v+J<=l){let ye,de,he,ae;switch(J){case 1:C<128&&(R=C);break;case 2:ye=c[v+1],(ye&192)===128&&(ae=(C&31)<<6|ye&63,ae>127&&(R=ae));break;case 3:ye=c[v+1],de=c[v+2],(ye&192)===128&&(de&192)===128&&(ae=(C&15)<<12|(ye&63)<<6|de&63,ae>2047&&(ae<55296||ae>57343)&&(R=ae));break;case 4:ye=c[v+1],de=c[v+2],he=c[v+3],(ye&192)===128&&(de&192)===128&&(he&192)===128&&(ae=(C&15)<<18|(ye&63)<<12|(de&63)<<6|he&63,ae>65535&&ae<1114112&&(R=ae))}}R===null?(R=65533,J=1):R>65535&&(R-=65536,_.push(R>>>10&1023|55296),R=56320|R&1023),_.push(R),v+=J}return z(_)}const V=4096;function z(c){const f=c.length;if(f<=V)return String.fromCharCode.apply(String,c);let l="",_=0;for(;_<f;)l+=String.fromCharCode.apply(String,c.slice(_,_+=V));return l}function K(c,f,l){let _="";l=Math.min(c.length,l);for(let v=f;v<l;++v)_+=String.fromCharCode(c[v]&127);return _}function Y(c,f,l){let _="";l=Math.min(c.length,l);for(let v=f;v<l;++v)_+=String.fromCharCode(c[v]);return _}function G(c,f,l){const _=c.length;(!f||f<0)&&(f=0),(!l||l<0||l>_)&&(l=_);let v="";for(let C=f;C<l;++C)v+=Gr[c[C]];return v}function se(c,f,l){const _=c.slice(f,l);let v="";for(let C=0;C<_.length-1;C+=2)v+=String.fromCharCode(_[C]+_[C+1]*256);return v}p.prototype.slice=function(f,l){const _=this.length;f=~~f,l=l===void 0?_:~~l,f<0?(f+=_,f<0&&(f=0)):f>_&&(f=_),l<0?(l+=_,l<0&&(l=0)):l>_&&(l=_),l<f&&(l=f);const v=this.subarray(f,l);return Object.setPrototypeOf(v,p.prototype),v};function ee(c,f,l){if(c%1!==0||c<0)throw new RangeError("offset is not uint");if(c+f>l)throw new RangeError("Trying to access beyond buffer length")}p.prototype.readUintLE=p.prototype.readUIntLE=function(f,l,_){f=f>>>0,l=l>>>0,_||ee(f,l,this.length);let v=this[f],C=1,R=0;for(;++R<l&&(C*=256);)v+=this[f+R]*C;return v},p.prototype.readUintBE=p.prototype.readUIntBE=function(f,l,_){f=f>>>0,l=l>>>0,_||ee(f,l,this.length);let v=this[f+--l],C=1;for(;l>0&&(C*=256);)v+=this[f+--l]*C;return v},p.prototype.readUint8=p.prototype.readUInt8=function(f,l){return f=f>>>0,l||ee(f,1,this.length),this[f]},p.prototype.readUint16LE=p.prototype.readUInt16LE=function(f,l){return f=f>>>0,l||ee(f,2,this.length),this[f]|this[f+1]<<8},p.prototype.readUint16BE=p.prototype.readUInt16BE=function(f,l){return f=f>>>0,l||ee(f,2,this.length),this[f]<<8|this[f+1]},p.prototype.readUint32LE=p.prototype.readUInt32LE=function(f,l){return f=f>>>0,l||ee(f,4,this.length),(this[f]|this[f+1]<<8|this[f+2]<<16)+this[f+3]*16777216},p.prototype.readUint32BE=p.prototype.readUInt32BE=function(f,l){return f=f>>>0,l||ee(f,4,this.length),this[f]*16777216+(this[f+1]<<16|this[f+2]<<8|this[f+3])},p.prototype.readBigUInt64LE=ke(function(f){f=f>>>0,Qe(f,"offset");const l=this[f],_=this[f+7];(l===void 0||_===void 0)&&Fe(f,this.length-8);const v=l+this[++f]*2**8+this[++f]*2**16+this[++f]*2**24,C=this[++f]+this[++f]*2**8+this[++f]*2**16+_*2**24;return BigInt(v)+(BigInt(C)<<BigInt(32))}),p.prototype.readBigUInt64BE=ke(function(f){f=f>>>0,Qe(f,"offset");const l=this[f],_=this[f+7];(l===void 0||_===void 0)&&Fe(f,this.length-8);const v=l*2**24+this[++f]*2**16+this[++f]*2**8+this[++f],C=this[++f]*2**24+this[++f]*2**16+this[++f]*2**8+_;return(BigInt(v)<<BigInt(32))+BigInt(C)}),p.prototype.readIntLE=function(f,l,_){f=f>>>0,l=l>>>0,_||ee(f,l,this.length);let v=this[f],C=1,R=0;for(;++R<l&&(C*=256);)v+=this[f+R]*C;return C*=128,v>=C&&(v-=Math.pow(2,8*l)),v},p.prototype.readIntBE=function(f,l,_){f=f>>>0,l=l>>>0,_||ee(f,l,this.length);let v=l,C=1,R=this[f+--v];for(;v>0&&(C*=256);)R+=this[f+--v]*C;return C*=128,R>=C&&(R-=Math.pow(2,8*l)),R},p.prototype.readInt8=function(f,l){return f=f>>>0,l||ee(f,1,this.length),this[f]&128?(255-this[f]+1)*-1:this[f]},p.prototype.readInt16LE=function(f,l){f=f>>>0,l||ee(f,2,this.length);const _=this[f]|this[f+1]<<8;return _&32768?_|4294901760:_},p.prototype.readInt16BE=function(f,l){f=f>>>0,l||ee(f,2,this.length);const _=this[f+1]|this[f]<<8;return _&32768?_|4294901760:_},p.prototype.readInt32LE=function(f,l){return f=f>>>0,l||ee(f,4,this.length),this[f]|this[f+1]<<8|this[f+2]<<16|this[f+3]<<24},p.prototype.readInt32BE=function(f,l){return f=f>>>0,l||ee(f,4,this.length),this[f]<<24|this[f+1]<<16|this[f+2]<<8|this[f+3]},p.prototype.readBigInt64LE=ke(function(f){f=f>>>0,Qe(f,"offset");const l=this[f],_=this[f+7];(l===void 0||_===void 0)&&Fe(f,this.length-8);const v=this[f+4]+this[f+5]*2**8+this[f+6]*2**16+(_<<24);return(BigInt(v)<<BigInt(32))+BigInt(l+this[++f]*2**8+this[++f]*2**16+this[++f]*2**24)}),p.prototype.readBigInt64BE=ke(function(f){f=f>>>0,Qe(f,"offset");const l=this[f],_=this[f+7];(l===void 0||_===void 0)&&Fe(f,this.length-8);const v=(l<<24)+this[++f]*2**16+this[++f]*2**8+this[++f];return(BigInt(v)<<BigInt(32))+BigInt(this[++f]*2**24+this[++f]*2**16+this[++f]*2**8+_)}),p.prototype.readFloatLE=function(f,l){return f=f>>>0,l||ee(f,4,this.length),s.read(this,f,!0,23,4)},p.prototype.readFloatBE=function(f,l){return f=f>>>0,l||ee(f,4,this.length),s.read(this,f,!1,23,4)},p.prototype.readDoubleLE=function(f,l){return f=f>>>0,l||ee(f,8,this.length),s.read(this,f,!0,52,8)},p.prototype.readDoubleBE=function(f,l){return f=f>>>0,l||ee(f,8,this.length),s.read(this,f,!1,52,8)};function X(c,f,l,_,v,C){if(!p.isBuffer(c))throw new TypeError('"buffer" argument must be a Buffer instance');if(f>v||f<C)throw new RangeError('"value" argument is out of bounds');if(l+_>c.length)throw new RangeError("Index out of range")}p.prototype.writeUintLE=p.prototype.writeUIntLE=function(f,l,_,v){if(f=+f,l=l>>>0,_=_>>>0,!v){const J=Math.pow(2,8*_)-1;X(this,f,l,_,J,0)}let C=1,R=0;for(this[l]=f&255;++R<_&&(C*=256);)this[l+R]=f/C&255;return l+_},p.prototype.writeUintBE=p.prototype.writeUIntBE=function(f,l,_,v){if(f=+f,l=l>>>0,_=_>>>0,!v){const J=Math.pow(2,8*_)-1;X(this,f,l,_,J,0)}let C=_-1,R=1;for(this[l+C]=f&255;--C>=0&&(R*=256);)this[l+C]=f/R&255;return l+_},p.prototype.writeUint8=p.prototype.writeUInt8=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,1,255,0),this[l]=f&255,l+1},p.prototype.writeUint16LE=p.prototype.writeUInt16LE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,2,65535,0),this[l]=f&255,this[l+1]=f>>>8,l+2},p.prototype.writeUint16BE=p.prototype.writeUInt16BE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,2,65535,0),this[l]=f>>>8,this[l+1]=f&255,l+2},p.prototype.writeUint32LE=p.prototype.writeUInt32LE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,4,4294967295,0),this[l+3]=f>>>24,this[l+2]=f>>>16,this[l+1]=f>>>8,this[l]=f&255,l+4},p.prototype.writeUint32BE=p.prototype.writeUInt32BE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,4,4294967295,0),this[l]=f>>>24,this[l+1]=f>>>16,this[l+2]=f>>>8,this[l+3]=f&255,l+4};function Q(c,f,l,_,v){sr(f,_,v,c,l,7);let C=Number(f&BigInt(4294967295));c[l++]=C,C=C>>8,c[l++]=C,C=C>>8,c[l++]=C,C=C>>8,c[l++]=C;let R=Number(f>>BigInt(32)&BigInt(4294967295));return c[l++]=R,R=R>>8,c[l++]=R,R=R>>8,c[l++]=R,R=R>>8,c[l++]=R,l}function re(c,f,l,_,v){sr(f,_,v,c,l,7);let C=Number(f&BigInt(4294967295));c[l+7]=C,C=C>>8,c[l+6]=C,C=C>>8,c[l+5]=C,C=C>>8,c[l+4]=C;let R=Number(f>>BigInt(32)&BigInt(4294967295));return c[l+3]=R,R=R>>8,c[l+2]=R,R=R>>8,c[l+1]=R,R=R>>8,c[l]=R,l+8}p.prototype.writeBigUInt64LE=ke(function(f,l=0){return Q(this,f,l,BigInt(0),BigInt("0xffffffffffffffff"))}),p.prototype.writeBigUInt64BE=ke(function(f,l=0){return re(this,f,l,BigInt(0),BigInt("0xffffffffffffffff"))}),p.prototype.writeIntLE=function(f,l,_,v){if(f=+f,l=l>>>0,!v){const ye=Math.pow(2,8*_-1);X(this,f,l,_,ye-1,-ye)}let C=0,R=1,J=0;for(this[l]=f&255;++C<_&&(R*=256);)f<0&&J===0&&this[l+C-1]!==0&&(J=1),this[l+C]=(f/R>>0)-J&255;return l+_},p.prototype.writeIntBE=function(f,l,_,v){if(f=+f,l=l>>>0,!v){const ye=Math.pow(2,8*_-1);X(this,f,l,_,ye-1,-ye)}let C=_-1,R=1,J=0;for(this[l+C]=f&255;--C>=0&&(R*=256);)f<0&&J===0&&this[l+C+1]!==0&&(J=1),this[l+C]=(f/R>>0)-J&255;return l+_},p.prototype.writeInt8=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,1,127,-128),f<0&&(f=255+f+1),this[l]=f&255,l+1},p.prototype.writeInt16LE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,2,32767,-32768),this[l]=f&255,this[l+1]=f>>>8,l+2},p.prototype.writeInt16BE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,2,32767,-32768),this[l]=f>>>8,this[l+1]=f&255,l+2},p.prototype.writeInt32LE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,4,2147483647,-2147483648),this[l]=f&255,this[l+1]=f>>>8,this[l+2]=f>>>16,this[l+3]=f>>>24,l+4},p.prototype.writeInt32BE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,4,2147483647,-2147483648),f<0&&(f=4294967295+f+1),this[l]=f>>>24,this[l+1]=f>>>16,this[l+2]=f>>>8,this[l+3]=f&255,l+4},p.prototype.writeBigInt64LE=ke(function(f,l=0){return Q(this,f,l,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),p.prototype.writeBigInt64BE=ke(function(f,l=0){return re(this,f,l,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function ne(c,f,l,_,v,C){if(l+_>c.length)throw new RangeError("Index out of range");if(l<0)throw new RangeError("Index out of range")}function te(c,f,l,_,v){return f=+f,l=l>>>0,v||ne(c,f,l,4),s.write(c,f,l,_,23,4),l+4}p.prototype.writeFloatLE=function(f,l,_){return te(this,f,l,!0,_)},p.prototype.writeFloatBE=function(f,l,_){return te(this,f,l,!1,_)};function ge(c,f,l,_,v){return f=+f,l=l>>>0,v||ne(c,f,l,8),s.write(c,f,l,_,52,8),l+8}p.prototype.writeDoubleLE=function(f,l,_){return ge(this,f,l,!0,_)},p.prototype.writeDoubleBE=function(f,l,_){return ge(this,f,l,!1,_)},p.prototype.copy=function(f,l,_,v){if(!p.isBuffer(f))throw new TypeError("argument should be a Buffer");if(_||(_=0),!v&&v!==0&&(v=this.length),l>=f.length&&(l=f.length),l||(l=0),v>0&&v<_&&(v=_),v===_||f.length===0||this.length===0)return 0;if(l<0)throw new RangeError("targetStart out of bounds");if(_<0||_>=this.length)throw new RangeError("Index out of range");if(v<0)throw new RangeError("sourceEnd out of bounds");v>this.length&&(v=this.length),f.length-l<v-_&&(v=f.length-l+_);const C=v-_;return this===f&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(l,_,v):Uint8Array.prototype.set.call(f,this.subarray(_,v),l),C},p.prototype.fill=function(f,l,_,v){if(typeof f=="string"){if(typeof l=="string"?(v=l,l=0,_=this.length):typeof _=="string"&&(v=_,_=this.length),v!==void 0&&typeof v!="string")throw new TypeError("encoding must be a string");if(typeof v=="string"&&!p.isEncoding(v))throw new TypeError("Unknown encoding: "+v);if(f.length===1){const R=f.charCodeAt(0);(v==="utf8"&&R<128||v==="latin1")&&(f=R)}}else typeof f=="number"?f=f&255:typeof f=="boolean"&&(f=Number(f));if(l<0||this.length<l||this.length<_)throw new RangeError("Out of range index");if(_<=l)return this;l=l>>>0,_=_===void 0?this.length:_>>>0,f||(f=0);let C;if(typeof f=="number")for(C=l;C<_;++C)this[C]=f;else{const R=p.isBuffer(f)?f:p.from(f,v),J=R.length;if(J===0)throw new TypeError('The value "'+f+'" is invalid for argument "value"');for(C=0;C<_-l;++C)this[C+l]=R[C%J]}return this};const ve={};function De(c,f,l){ve[c]=class extends l{constructor(){super(),Object.defineProperty(this,"message",{value:f.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${c}]`,this.stack,delete this.name}get code(){return c}set code(v){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:v,writable:!0})}toString(){return`${this.name} [${c}]: ${this.message}`}}}De("ERR_BUFFER_OUT_OF_BOUNDS",function(c){return c?`${c} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),De("ERR_INVALID_ARG_TYPE",function(c,f){return`The "${c}" argument must be of type number. Received type ${typeof f}`},TypeError),De("ERR_OUT_OF_RANGE",function(c,f,l){let _=`The value of "${c}" is out of range.`,v=l;return Number.isInteger(l)&&Math.abs(l)>2**32?v=tr(String(l)):typeof l=="bigint"&&(v=String(l),(l>BigInt(2)**BigInt(32)||l<-(BigInt(2)**BigInt(32)))&&(v=tr(v)),v+="n"),_+=` It must be ${f}. Received ${v}`,_},RangeError);function tr(c){let f="",l=c.length;const _=c[0]==="-"?1:0;for(;l>=_+4;l-=3)f=`_${c.slice(l-3,l)}${f}`;return`${c.slice(0,l)}${f}`}function Mr(c,f,l){Qe(f,"offset"),(c[f]===void 0||c[f+l]===void 0)&&Fe(f,c.length-(l+1))}function sr(c,f,l,_,v,C){if(c>l||c<f){const R=typeof f=="bigint"?"n":"";let J;throw C>3?f===0||f===BigInt(0)?J=`>= 0${R} and < 2${R} ** ${(C+1)*8}${R}`:J=`>= -(2${R} ** ${(C+1)*8-1}${R}) and < 2 ** ${(C+1)*8-1}${R}`:J=`>= ${f}${R} and <= ${l}${R}`,new ve.ERR_OUT_OF_RANGE("value",J,c)}Mr(_,v,C)}function Qe(c,f){if(typeof c!="number")throw new ve.ERR_INVALID_ARG_TYPE(f,"number",c)}function Fe(c,f,l){throw Math.floor(c)!==c?(Qe(c,l),new ve.ERR_OUT_OF_RANGE(l||"offset","an integer",c)):f<0?new ve.ERR_BUFFER_OUT_OF_BOUNDS:new ve.ERR_OUT_OF_RANGE(l||"offset",`>= ${l?1:0} and <= ${f}`,c)}const Kr=/[^+/0-9A-Za-z-_]/g;function cr(c){if(c=c.split("=")[0],c=c.trim().replace(Kr,""),c.length<2)return"";for(;c.length%4!==0;)c=c+"=";return c}function Pr(c,f){f=f||1/0;let l;const _=c.length;let v=null;const C=[];for(let R=0;R<_;++R){if(l=c.charCodeAt(R),l>55295&&l<57344){if(!v){if(l>56319){(f-=3)>-1&&C.push(239,191,189);continue}else if(R+1===_){(f-=3)>-1&&C.push(239,191,189);continue}v=l;continue}if(l<56320){(f-=3)>-1&&C.push(239,191,189),v=l;continue}l=(v-55296<<10|l-56320)+65536}else v&&(f-=3)>-1&&C.push(239,191,189);if(v=null,l<128){if((f-=1)<0)break;C.push(l)}else if(l<2048){if((f-=2)<0)break;C.push(l>>6|192,l&63|128)}else if(l<65536){if((f-=3)<0)break;C.push(l>>12|224,l>>6&63|128,l&63|128)}else if(l<1114112){if((f-=4)<0)break;C.push(l>>18|240,l>>12&63|128,l>>6&63|128,l&63|128)}else throw new Error("Invalid code point")}return C}function zr(c){const f=[];for(let l=0;l<c.length;++l)f.push(c.charCodeAt(l)&255);return f}function dr(c,f){let l,_,v;const C=[];for(let R=0;R<c.length&&!((f-=2)<0);++R)l=c.charCodeAt(R),_=l>>8,v=l%256,C.push(v),C.push(_);return C}function xr(c){return r.toByteArray(cr(c))}function qe(c,f,l,_){let v;for(v=0;v<_&&!(v+l>=f.length||v>=c.length);++v)f[v+l]=c[v];return v}function He(c,f){return c instanceof f||c!=null&&c.constructor!=null&&c.constructor.name!=null&&c.constructor.name===f.name}function Oe(c){return c!==c}const Gr=function(){const c="0123456789abcdef",f=new Array(256);for(let l=0;l<16;++l){const _=l*16;for(let v=0;v<16;++v)f[_+v]=c[l]+c[v]}return f}();function ke(c){return typeof BigInt>"u"?Zr:c}function Zr(){throw new Error("BigInt not supported")}})(gr);/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */(function(e,r){var s=gr,n=s.Buffer;function o(t,p){for(var y in t)p[y]=t[y]}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=s:(o(s,r),r.Buffer=i);function i(t,p,y){return n(t,p,y)}i.prototype=Object.create(n.prototype),o(n,i),i.from=function(t,p,y){if(typeof t=="number")throw new TypeError("Argument must not be a number");return n(t,p,y)},i.alloc=function(t,p,y){if(typeof t!="number")throw new TypeError("Argument must be a number");var u=n(t);return p!==void 0?typeof y=="string"?u.fill(p,y):u.fill(p):u.fill(0),u},i.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return n(t)},i.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return s.SlowBuffer(t)}})(si,si.exports);var ao=si.exports,oo=ao.Buffer;function _s(e,r){this._block=oo.alloc(e),this._finalSize=r,this._blockSize=e,this._len=0}_s.prototype.update=function(e,r){typeof e=="string"&&(r=r||"utf8",e=oo.from(e,r));for(var s=this._block,n=this._blockSize,o=e.length,i=this._len,t=0;t<o;){for(var p=i%n,y=Math.min(o-t,n-p),u=0;u<y;u++)s[p+u]=e[t+u];i+=y,t+=y,i%n===0&&this._update(s)}return this._len+=o,this};_s.prototype.digest=function(e){var r=this._len%this._blockSize;this._block[r]=128,this._block.fill(0,r+1),r>=this._finalSize&&(this._update(this._block),this._block.fill(0));var s=this._len*8;if(s<=4294967295)this._block.writeUInt32BE(s,this._blockSize-4);else{var n=(s&4294967295)>>>0,o=(s-n)/4294967296;this._block.writeUInt32BE(o,this._blockSize-8),this._block.writeUInt32BE(n,this._blockSize-4)}this._update(this._block);var i=this._hash();return e?i.toString(e):i};_s.prototype._update=function(){throw new Error("_update must be implemented by subclass")};var Bl=_s,Fl=Cl,po=Bl,jl=ao.Buffer,Nl=[1518500249,1859775393,-1894007588,-899497514],Wl=new Array(80);function It(){this.init(),this._w=Wl,po.call(this,64,56)}Fl(It,po);It.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function Ul(e){return e<<1|e>>>31}function ql(e){return e<<5|e>>>27}function Ml(e){return e<<30|e>>>2}function Kl(e,r,s,n){return e===0?r&s|~r&n:e===2?r&s|r&n|s&n:r^s^n}It.prototype._update=function(e){for(var r=this._w,s=this._a|0,n=this._b|0,o=this._c|0,i=this._d|0,t=this._e|0,p=0;p<16;++p)r[p]=e.readInt32BE(p*4);for(;p<80;++p)r[p]=Ul(r[p-3]^r[p-8]^r[p-14]^r[p-16]);for(var y=0;y<80;++y){var u=~~(y/20),d=ql(s)+Kl(u,n,o,i)+t+r[y]+Nl[u]|0;t=i,i=o,o=Ml(n),n=s,s=d}this._a=s+this._a|0,this._b=n+this._b|0,this._c=o+this._c|0,this._d=i+this._d|0,this._e=t+this._e|0};It.prototype._hash=function(){var e=jl.allocUnsafe(20);return e.writeInt32BE(this._a|0,0),e.writeInt32BE(this._b|0,4),e.writeInt32BE(this._c|0,8),e.writeInt32BE(this._d|0,12),e.writeInt32BE(this._e|0,16),e};var zl=It;const Gl=yi(zl);function Zl(e){let r="";for(const s of new Uint8Array(e))s<16&&(r+="0"),r+=s.toString(16);return r}let js=null;async function xn(e){return js===null&&(js=await Yl()),js?fo(e):Vl(e)}function Vl(e){return new Gl().update(e).digest("hex")}async function fo(e){const r=await crypto.subtle.digest("SHA-1",e);return Zl(r)}async function Yl(){try{if(await fo(new Uint8Array([]))==="da39a3ee5e6b4b0d3255bfef95601890afd80709")return!0}catch{}return!1}function Xl(e){const r=[];let s=0,n=0;do{s=e.readUInt8();const o=s&127;r.push(o),n=s&128}while(n);return r.reduce((o,i)=>o+1<<7|i,-1)}function Ql(e,r){let s=r,n=4,o=null;do o=e.readUInt8(),s|=(o&127)<<n,n+=7;while(o&128);return s}class kt{constructor(r){Object.assign(this,r),this.offsetCache={}}static async fromIdx({idx:r,getExternalRefDelta:s}){const n=new Lr(r);if(n.slice(4).toString("hex")!=="ff744f63")return;const i=n.readUInt32BE();if(i!==2)throw new be(`Unable to read version ${i} packfile IDX. (Only version 2 supported)`);if(r.byteLength>2048*1024*1024)throw new be("To keep implementation simple, I haven't implemented the layer 5 feature needed to support packfiles > 2GB in size.");n.seek(n.tell()+4*255);const t=n.readUInt32BE(),p=[];for(let d=0;d<t;d++){const g=n.slice(20).toString("hex");p[d]=g}n.seek(n.tell()+4*t);const y=new Map;for(let d=0;d<t;d++)y.set(p[d],n.readUInt32BE());const u=n.slice(20).toString("hex");return new kt({hashes:p,crcs:{},offsets:y,packfileSha:u,getExternalRefDelta:s})}static async fromPack({pack:r,getExternalRefDelta:s,onProgress:n}){const o={1:"commit",2:"tree",3:"blob",4:"tag",6:"ofs-delta",7:"ref-delta"},i={},t=r.slice(-20).toString("hex"),p=[],y={},u=new Map;let d=null,g=null;await El([r],async({data:N,type:j,reference:q,offset:$,num:W})=>{d===null&&(d=W);const O=Math.floor((d-W)*100/d);O!==g&&n&&await n({phase:"Receiving objects",loaded:d-W,total:d}),g=O,j=o[j],["commit","tree","blob","tag"].includes(j)?i[$]={type:j,offset:$}:j==="ofs-delta"?i[$]={type:j,offset:$}:j==="ref-delta"&&(i[$]={type:j,offset:$})});const b=Object.keys(i).map(Number);for(const[N,j]of b.entries()){const q=N+1===b.length?r.byteLength-20:b[N+1],$=i[j],W=Tp.buf(r.slice(j,q))>>>0;$.end=q,$.crc=W}const w=new kt({pack:Promise.resolve(r),packfileSha:t,crcs:y,hashes:p,offsets:u,getExternalRefDelta:s});g=null;let H=0;const P=[0,0,0,0,0,0,0,0,0,0,0,0];for(let N in i){N=Number(N);const j=Math.floor(H*100/d);j!==g&&n&&await n({phase:"Resolving deltas",loaded:H,total:d}),H++,g=j;const q=i[N];if(!q.oid)try{w.readDepth=0,w.externalReadDepth=0;const{type:$,object:W}=await w.readSlice({start:N});P[w.readDepth]+=1;const O=await xn(Cp.wrap({type:$,object:W}));q.oid=O,p.push(O),u.set(O,N),y[O]=q.crc}catch{continue}}return p.sort(),w}async toBuffer(){const r=[],s=(u,d)=>{r.push(Buffer.from(u,d))};s("ff744f63","hex"),s("00000002","hex");const n=new Lr(Buffer.alloc(256*4));for(let u=0;u<256;u++){let d=0;for(const g of this.hashes)parseInt(g.slice(0,2),16)<=u&&d++;n.writeUInt32BE(d)}r.push(n.buffer);for(const u of this.hashes)s(u,"hex");const o=new Lr(Buffer.alloc(this.hashes.length*4));for(const u of this.hashes)o.writeUInt32BE(this.crcs[u]);r.push(o.buffer);const i=new Lr(Buffer.alloc(this.hashes.length*4));for(const u of this.hashes)i.writeUInt32BE(this.offsets.get(u));r.push(i.buffer),s(this.packfileSha,"hex");const t=Buffer.concat(r),p=await xn(t),y=Buffer.alloc(20);return y.write(p,"hex"),Buffer.concat([t,y])}async load({pack:r}){this.pack=r}async unload(){this.pack=null}async read({oid:r}){if(!this.offsets.get(r)){if(this.getExternalRefDelta)return this.externalReadDepth++,this.getExternalRefDelta(r);throw new be(`Could not read object ${r} from packfile`)}const s=this.offsets.get(r);return this.readSlice({start:s})}async readSlice({start:r}){if(this.offsetCache[r])return Object.assign({},this.offsetCache[r]);this.readDepth++;const s={16:"commit",32:"tree",48:"blob",64:"tag",96:"ofs_delta",112:"ref_delta"};if(!this.pack)throw new be("Tried to read from a GitPackIndex with no packfile loaded into memory");const n=(await this.pack).slice(r),o=new Lr(n),i=o.readUInt8(),t=i&112;let p=s[t];if(p===void 0)throw new be("Unrecognized type: 0b"+t.toString(2));const y=i&15;let u=y;i&128&&(u=Ql(o,y));let g=null,b=null;if(p==="ofs_delta"){const H=Xl(o),P=r-H;({object:g,type:p}=await this.readSlice({start:P}))}if(p==="ref_delta"){const H=o.slice(20).toString("hex");({object:g,type:p}=await this.read({oid:H}))}const w=n.slice(o.tell());if(b=Buffer.from(await Al(w)),b.byteLength!==u)throw new be(`Packfile told us object would have length ${u} but it had length ${b.byteLength}`);return g&&(b=Buffer.from(Op(b,g))),this.readDepth>3&&(this.offsetCache[r]={type:p,object:b}),{type:p,format:"content",object:b}}}class St extends it{constructor(r){super(`Expected a 40-char hex object id but saw "${r}".`),this.code=this.name=St.code,this.data={value:r}}}St.code="InvalidOidError";class gs extends it{constructor(r,s,n,o){super(`Object ${r} ${o?`at ${o}`:""}was anticipated to be a ${n} but it is a ${s}.`),this.code=this.name=gs.code,this.data={oid:r,actual:s,expected:n,filepath:o}}}gs.code="ObjectTypeError";async function lo(e,r){const s=ca(e);for(;;){const{value:n,done:o}=await s.next();if(n&&await r(n),o)break}s.return&&s.return()}async function At(e){let r=0;const s=[];await lo(e,i=>{s.push(i),r+=i.byteLength});const n=new Uint8Array(r);let o=0;for(const i of s)n.set(i,o),o+=i.byteLength;return n}class Ns{constructor(){this._queue=[]}write(r){if(this._ended)throw Error("You cannot write to a FIFO that has already been ended!");if(this._waiting){const s=this._waiting;this._waiting=null,s({value:r})}else this._queue.push(r)}end(){if(this._ended=!0,this._waiting){const r=this._waiting;this._waiting=null,r({done:!0})}}destroy(r){this.error=r,this.end()}async next(){if(this._queue.length>0)return{value:this._queue.shift()};if(this._ended)return{done:!0};if(this._waiting)throw Error("You cannot call read until the previous call to read has returned!");return new Promise(r=>{this._waiting=r})}}class Jl{static demux(r){const s=Ce.streamReader(r),n=new Ns,o=new Ns,i=new Ns,t=async function(){const p=await s();if(p===null)return t();if(p===!0){n.end(),i.end(),r.error?o.destroy(r.error):o.end();return}switch(p[0]){case 1:{o.write(p.slice(1));break}case 2:{i.write(p.slice(1));break}case 3:{const y=p.slice(1);i.write(y),n.end(),i.end(),o.destroy(new Error(y.toString("utf8")));return}default:n.write(p)}t()};return t(),{packetlines:n,packfile:o,progress:i}}}async function uo(e){const{packetlines:r,packfile:s,progress:n}=Jl.demux(e),o=[],i=[],t=[];let p=!1,y=!1;return new Promise((u,d)=>{lo(r,g=>{const b=g.toString("utf8").trim();if(b.startsWith("shallow")){const w=b.slice(-41).trim();w.length!==40&&d(new St(w)),o.push(w)}else if(b.startsWith("unshallow")){const w=b.slice(-41).trim();w.length!==40&&d(new St(w)),i.push(w)}else if(b.startsWith("ACK")){const[,w,H]=b.split(" ");t.push({oid:w,status:H}),H||(y=!0)}else b.startsWith("NAK")?(p=!0,y=!0):(y=!0,p=!0);y&&(e.error?d(e.error):u({shallows:o,unshallows:i,acks:t,nak:p,packfile:s,progress:n}))}).finally(()=>{y||(e.error?d(e.error):u({shallows:o,unshallows:i,acks:t,nak:p,packfile:s,progress:n}))})})}typeof window<"u"&&(window.Buffer=gr.Buffer);async function eu(e,r,s){const o=(await ho(e,r))[r],i=await yo(e,o),t=await su(i,o,s),p=await iu(e,s.map(u=>t[u].oid)),y={};return await Promise.all(s.map(async u=>{y[u]=await mo(p,t[u].oid)})),y}async function ru(e,r){const s=await ho(e,r);if(!(r in s))throw new Error(`Branch ${r} not found`);const n=s[r],o=await yo(e,n),i=await tu(o,n);return i!=null&&i.object?co(i):[]}function co(e){return e.object.map(r=>{if(r.type==="blob")return{name:r.path,type:"file"};if(r.type==="tree"&&r.object)return{name:r.path,type:"folder",children:co(r)}}).filter(r=>!!(r!=null&&r.name))}async function ho(e,r){const s=gr.Buffer.from(await At([Ce.encode(`command=ls-refs
708
+ */(function(e){const r=_s,s=Ti,n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=p,e.SlowBuffer=q,e.INSPECT_MAX_BYTES=50;const o=2147483647;e.kMaxLength=o,p.TYPED_ARRAY_SUPPORT=i(),!p.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function i(){try{const c=new Uint8Array(1),f={foo:function(){return 42}};return Object.setPrototypeOf(f,Uint8Array.prototype),Object.setPrototypeOf(c,f),c.foo()===42}catch{return!1}}Object.defineProperty(p.prototype,"parent",{enumerable:!0,get:function(){if(p.isBuffer(this))return this.buffer}}),Object.defineProperty(p.prototype,"offset",{enumerable:!0,get:function(){if(p.isBuffer(this))return this.byteOffset}});function t(c){if(c>o)throw new RangeError('The value "'+c+'" is invalid for option "size"');const f=new Uint8Array(c);return Object.setPrototypeOf(f,p.prototype),f}function p(c,f,l){if(typeof c=="number"){if(typeof f=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return b(c)}return y(c,f,l)}p.poolSize=8192;function y(c,f,l){if(typeof c=="string")return w(c,f);if(ArrayBuffer.isView(c))return H(c);if(c==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof c);if(He(c,ArrayBuffer)||c&&He(c.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(He(c,SharedArrayBuffer)||c&&He(c.buffer,SharedArrayBuffer)))return P(c,f,l);if(typeof c=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const _=c.valueOf&&c.valueOf();if(_!=null&&_!==c)return p.from(_,f,l);const v=N(c);if(v)return v;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof c[Symbol.toPrimitive]=="function")return p.from(c[Symbol.toPrimitive]("string"),f,l);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof c)}p.from=function(c,f,l){return y(c,f,l)},Object.setPrototypeOf(p.prototype,Uint8Array.prototype),Object.setPrototypeOf(p,Uint8Array);function u(c){if(typeof c!="number")throw new TypeError('"size" argument must be of type number');if(c<0)throw new RangeError('The value "'+c+'" is invalid for option "size"')}function d(c,f,l){return u(c),c<=0?t(c):f!==void 0?typeof l=="string"?t(c).fill(f,l):t(c).fill(f):t(c)}p.alloc=function(c,f,l){return d(c,f,l)};function b(c){return u(c),t(c<0?0:j(c)|0)}p.allocUnsafe=function(c){return b(c)},p.allocUnsafeSlow=function(c){return b(c)};function w(c,f){if((typeof f!="string"||f==="")&&(f="utf8"),!p.isEncoding(f))throw new TypeError("Unknown encoding: "+f);const l=$(c,f)|0;let _=t(l);const v=_.write(c,f);return v!==l&&(_=_.slice(0,v)),_}function g(c){const f=c.length<0?0:j(c.length)|0,l=t(f);for(let _=0;_<f;_+=1)l[_]=c[_]&255;return l}function H(c){if(He(c,Uint8Array)){const f=new Uint8Array(c);return P(f.buffer,f.byteOffset,f.byteLength)}return g(c)}function P(c,f,l){if(f<0||c.byteLength<f)throw new RangeError('"offset" is outside of buffer bounds');if(c.byteLength<f+(l||0))throw new RangeError('"length" is outside of buffer bounds');let _;return f===void 0&&l===void 0?_=new Uint8Array(c):l===void 0?_=new Uint8Array(c,f):_=new Uint8Array(c,f,l),Object.setPrototypeOf(_,p.prototype),_}function N(c){if(p.isBuffer(c)){const f=j(c.length)|0,l=t(f);return l.length===0||c.copy(l,0,0,f),l}if(c.length!==void 0)return typeof c.length!="number"||Oe(c.length)?t(0):g(c);if(c.type==="Buffer"&&Array.isArray(c.data))return g(c.data)}function j(c){if(c>=o)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o.toString(16)+" bytes");return c|0}function q(c){return+c!=c&&(c=0),p.alloc(+c)}p.isBuffer=function(f){return f!=null&&f._isBuffer===!0&&f!==p.prototype},p.compare=function(f,l){if(He(f,Uint8Array)&&(f=p.from(f,f.offset,f.byteLength)),He(l,Uint8Array)&&(l=p.from(l,l.offset,l.byteLength)),!p.isBuffer(f)||!p.isBuffer(l))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(f===l)return 0;let _=f.length,v=l.length;for(let C=0,R=Math.min(_,v);C<R;++C)if(f[C]!==l[C]){_=f[C],v=l[C];break}return _<v?-1:v<_?1:0},p.isEncoding=function(f){switch(String(f).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},p.concat=function(f,l){if(!Array.isArray(f))throw new TypeError('"list" argument must be an Array of Buffers');if(f.length===0)return p.alloc(0);let _;if(l===void 0)for(l=0,_=0;_<f.length;++_)l+=f[_].length;const v=p.allocUnsafe(l);let C=0;for(_=0;_<f.length;++_){let R=f[_];if(He(R,Uint8Array))C+R.length>v.length?(p.isBuffer(R)||(R=p.from(R)),R.copy(v,C)):Uint8Array.prototype.set.call(v,R,C);else if(p.isBuffer(R))R.copy(v,C);else throw new TypeError('"list" argument must be an Array of Buffers');C+=R.length}return v};function $(c,f){if(p.isBuffer(c))return c.length;if(ArrayBuffer.isView(c)||He(c,ArrayBuffer))return c.byteLength;if(typeof c!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof c);const l=c.length,_=arguments.length>2&&arguments[2]===!0;if(!_&&l===0)return 0;let v=!1;for(;;)switch(f){case"ascii":case"latin1":case"binary":return l;case"utf8":case"utf-8":return Pr(c).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return l*2;case"hex":return l>>>1;case"base64":return xr(c).length;default:if(v)return _?-1:Pr(c).length;f=(""+f).toLowerCase(),v=!0}}p.byteLength=$;function W(c,f,l){let _=!1;if((f===void 0||f<0)&&(f=0),f>this.length||((l===void 0||l>this.length)&&(l=this.length),l<=0)||(l>>>=0,f>>>=0,l<=f))return"";for(c||(c="utf8");;)switch(c){case"hex":return G(this,f,l);case"utf8":case"utf-8":return I(this,f,l);case"ascii":return K(this,f,l);case"latin1":case"binary":return Y(this,f,l);case"base64":return D(this,f,l);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return se(this,f,l);default:if(_)throw new TypeError("Unknown encoding: "+c);c=(c+"").toLowerCase(),_=!0}}p.prototype._isBuffer=!0;function O(c,f,l){const _=c[f];c[f]=c[l],c[l]=_}p.prototype.swap16=function(){const f=this.length;if(f%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let l=0;l<f;l+=2)O(this,l,l+1);return this},p.prototype.swap32=function(){const f=this.length;if(f%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let l=0;l<f;l+=4)O(this,l,l+3),O(this,l+1,l+2);return this},p.prototype.swap64=function(){const f=this.length;if(f%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let l=0;l<f;l+=8)O(this,l,l+7),O(this,l+1,l+6),O(this,l+2,l+5),O(this,l+3,l+4);return this},p.prototype.toString=function(){const f=this.length;return f===0?"":arguments.length===0?I(this,0,f):W.apply(this,arguments)},p.prototype.toLocaleString=p.prototype.toString,p.prototype.equals=function(f){if(!p.isBuffer(f))throw new TypeError("Argument must be a Buffer");return this===f?!0:p.compare(this,f)===0},p.prototype.inspect=function(){let f="";const l=e.INSPECT_MAX_BYTES;return f=this.toString("hex",0,l).replace(/(.{2})/g,"$1 ").trim(),this.length>l&&(f+=" ... "),"<Buffer "+f+">"},n&&(p.prototype[n]=p.prototype.inspect),p.prototype.compare=function(f,l,_,v,C){if(He(f,Uint8Array)&&(f=p.from(f,f.offset,f.byteLength)),!p.isBuffer(f))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof f);if(l===void 0&&(l=0),_===void 0&&(_=f?f.length:0),v===void 0&&(v=0),C===void 0&&(C=this.length),l<0||_>f.length||v<0||C>this.length)throw new RangeError("out of range index");if(v>=C&&l>=_)return 0;if(v>=C)return-1;if(l>=_)return 1;if(l>>>=0,_>>>=0,v>>>=0,C>>>=0,this===f)return 0;let R=C-v,Q=_-l;const me=Math.min(R,Q),he=this.slice(v,C),ye=f.slice(l,_);for(let ae=0;ae<me;++ae)if(he[ae]!==ye[ae]){R=he[ae],Q=ye[ae];break}return R<Q?-1:Q<R?1:0};function A(c,f,l,_,v){if(c.length===0)return-1;if(typeof l=="string"?(_=l,l=0):l>2147483647?l=2147483647:l<-2147483648&&(l=-2147483648),l=+l,Oe(l)&&(l=v?0:c.length-1),l<0&&(l=c.length+l),l>=c.length){if(v)return-1;l=c.length-1}else if(l<0)if(v)l=0;else return-1;if(typeof f=="string"&&(f=p.from(f,_)),p.isBuffer(f))return f.length===0?-1:B(c,f,l,_,v);if(typeof f=="number")return f=f&255,typeof Uint8Array.prototype.indexOf=="function"?v?Uint8Array.prototype.indexOf.call(c,f,l):Uint8Array.prototype.lastIndexOf.call(c,f,l):B(c,[f],l,_,v);throw new TypeError("val must be string, number or Buffer")}function B(c,f,l,_,v){let C=1,R=c.length,Q=f.length;if(_!==void 0&&(_=String(_).toLowerCase(),_==="ucs2"||_==="ucs-2"||_==="utf16le"||_==="utf-16le")){if(c.length<2||f.length<2)return-1;C=2,R/=2,Q/=2,l/=2}function me(ye,ae){return C===1?ye[ae]:ye.readUInt16BE(ae*C)}let he;if(v){let ye=-1;for(he=l;he<R;he++)if(me(c,he)===me(f,ye===-1?0:he-ye)){if(ye===-1&&(ye=he),he-ye+1===Q)return ye*C}else ye!==-1&&(he-=he-ye),ye=-1}else for(l+Q>R&&(l=R-Q),he=l;he>=0;he--){let ye=!0;for(let ae=0;ae<Q;ae++)if(me(c,he+ae)!==me(f,ae)){ye=!1;break}if(ye)return he}return-1}p.prototype.includes=function(f,l,_){return this.indexOf(f,l,_)!==-1},p.prototype.indexOf=function(f,l,_){return A(this,f,l,_,!0)},p.prototype.lastIndexOf=function(f,l,_){return A(this,f,l,_,!1)};function x(c,f,l,_){l=Number(l)||0;const v=c.length-l;_?(_=Number(_),_>v&&(_=v)):_=v;const C=f.length;_>C/2&&(_=C/2);let R;for(R=0;R<_;++R){const Q=parseInt(f.substr(R*2,2),16);if(Oe(Q))return R;c[l+R]=Q}return R}function T(c,f,l,_){return qe(Pr(f,c.length-l),c,l,_)}function k(c,f,l,_){return qe(zr(f),c,l,_)}function S(c,f,l,_){return qe(xr(f),c,l,_)}function F(c,f,l,_){return qe(dr(f,c.length-l),c,l,_)}p.prototype.write=function(f,l,_,v){if(l===void 0)v="utf8",_=this.length,l=0;else if(_===void 0&&typeof l=="string")v=l,_=this.length,l=0;else if(isFinite(l))l=l>>>0,isFinite(_)?(_=_>>>0,v===void 0&&(v="utf8")):(v=_,_=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const C=this.length-l;if((_===void 0||_>C)&&(_=C),f.length>0&&(_<0||l<0)||l>this.length)throw new RangeError("Attempt to write outside buffer bounds");v||(v="utf8");let R=!1;for(;;)switch(v){case"hex":return x(this,f,l,_);case"utf8":case"utf-8":return T(this,f,l,_);case"ascii":case"latin1":case"binary":return k(this,f,l,_);case"base64":return S(this,f,l,_);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return F(this,f,l,_);default:if(R)throw new TypeError("Unknown encoding: "+v);v=(""+v).toLowerCase(),R=!0}},p.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function D(c,f,l){return f===0&&l===c.length?r.fromByteArray(c):r.fromByteArray(c.slice(f,l))}function I(c,f,l){l=Math.min(c.length,l);const _=[];let v=f;for(;v<l;){const C=c[v];let R=null,Q=C>239?4:C>223?3:C>191?2:1;if(v+Q<=l){let me,he,ye,ae;switch(Q){case 1:C<128&&(R=C);break;case 2:me=c[v+1],(me&192)===128&&(ae=(C&31)<<6|me&63,ae>127&&(R=ae));break;case 3:me=c[v+1],he=c[v+2],(me&192)===128&&(he&192)===128&&(ae=(C&15)<<12|(me&63)<<6|he&63,ae>2047&&(ae<55296||ae>57343)&&(R=ae));break;case 4:me=c[v+1],he=c[v+2],ye=c[v+3],(me&192)===128&&(he&192)===128&&(ye&192)===128&&(ae=(C&15)<<18|(me&63)<<12|(he&63)<<6|ye&63,ae>65535&&ae<1114112&&(R=ae))}}R===null?(R=65533,Q=1):R>65535&&(R-=65536,_.push(R>>>10&1023|55296),R=56320|R&1023),_.push(R),v+=Q}return z(_)}const V=4096;function z(c){const f=c.length;if(f<=V)return String.fromCharCode.apply(String,c);let l="",_=0;for(;_<f;)l+=String.fromCharCode.apply(String,c.slice(_,_+=V));return l}function K(c,f,l){let _="";l=Math.min(c.length,l);for(let v=f;v<l;++v)_+=String.fromCharCode(c[v]&127);return _}function Y(c,f,l){let _="";l=Math.min(c.length,l);for(let v=f;v<l;++v)_+=String.fromCharCode(c[v]);return _}function G(c,f,l){const _=c.length;(!f||f<0)&&(f=0),(!l||l<0||l>_)&&(l=_);let v="";for(let C=f;C<l;++C)v+=Gr[c[C]];return v}function se(c,f,l){const _=c.slice(f,l);let v="";for(let C=0;C<_.length-1;C+=2)v+=String.fromCharCode(_[C]+_[C+1]*256);return v}p.prototype.slice=function(f,l){const _=this.length;f=~~f,l=l===void 0?_:~~l,f<0?(f+=_,f<0&&(f=0)):f>_&&(f=_),l<0?(l+=_,l<0&&(l=0)):l>_&&(l=_),l<f&&(l=f);const v=this.subarray(f,l);return Object.setPrototypeOf(v,p.prototype),v};function ee(c,f,l){if(c%1!==0||c<0)throw new RangeError("offset is not uint");if(c+f>l)throw new RangeError("Trying to access beyond buffer length")}p.prototype.readUintLE=p.prototype.readUIntLE=function(f,l,_){f=f>>>0,l=l>>>0,_||ee(f,l,this.length);let v=this[f],C=1,R=0;for(;++R<l&&(C*=256);)v+=this[f+R]*C;return v},p.prototype.readUintBE=p.prototype.readUIntBE=function(f,l,_){f=f>>>0,l=l>>>0,_||ee(f,l,this.length);let v=this[f+--l],C=1;for(;l>0&&(C*=256);)v+=this[f+--l]*C;return v},p.prototype.readUint8=p.prototype.readUInt8=function(f,l){return f=f>>>0,l||ee(f,1,this.length),this[f]},p.prototype.readUint16LE=p.prototype.readUInt16LE=function(f,l){return f=f>>>0,l||ee(f,2,this.length),this[f]|this[f+1]<<8},p.prototype.readUint16BE=p.prototype.readUInt16BE=function(f,l){return f=f>>>0,l||ee(f,2,this.length),this[f]<<8|this[f+1]},p.prototype.readUint32LE=p.prototype.readUInt32LE=function(f,l){return f=f>>>0,l||ee(f,4,this.length),(this[f]|this[f+1]<<8|this[f+2]<<16)+this[f+3]*16777216},p.prototype.readUint32BE=p.prototype.readUInt32BE=function(f,l){return f=f>>>0,l||ee(f,4,this.length),this[f]*16777216+(this[f+1]<<16|this[f+2]<<8|this[f+3])},p.prototype.readBigUInt64LE=ke(function(f){f=f>>>0,Je(f,"offset");const l=this[f],_=this[f+7];(l===void 0||_===void 0)&&Fe(f,this.length-8);const v=l+this[++f]*2**8+this[++f]*2**16+this[++f]*2**24,C=this[++f]+this[++f]*2**8+this[++f]*2**16+_*2**24;return BigInt(v)+(BigInt(C)<<BigInt(32))}),p.prototype.readBigUInt64BE=ke(function(f){f=f>>>0,Je(f,"offset");const l=this[f],_=this[f+7];(l===void 0||_===void 0)&&Fe(f,this.length-8);const v=l*2**24+this[++f]*2**16+this[++f]*2**8+this[++f],C=this[++f]*2**24+this[++f]*2**16+this[++f]*2**8+_;return(BigInt(v)<<BigInt(32))+BigInt(C)}),p.prototype.readIntLE=function(f,l,_){f=f>>>0,l=l>>>0,_||ee(f,l,this.length);let v=this[f],C=1,R=0;for(;++R<l&&(C*=256);)v+=this[f+R]*C;return C*=128,v>=C&&(v-=Math.pow(2,8*l)),v},p.prototype.readIntBE=function(f,l,_){f=f>>>0,l=l>>>0,_||ee(f,l,this.length);let v=l,C=1,R=this[f+--v];for(;v>0&&(C*=256);)R+=this[f+--v]*C;return C*=128,R>=C&&(R-=Math.pow(2,8*l)),R},p.prototype.readInt8=function(f,l){return f=f>>>0,l||ee(f,1,this.length),this[f]&128?(255-this[f]+1)*-1:this[f]},p.prototype.readInt16LE=function(f,l){f=f>>>0,l||ee(f,2,this.length);const _=this[f]|this[f+1]<<8;return _&32768?_|4294901760:_},p.prototype.readInt16BE=function(f,l){f=f>>>0,l||ee(f,2,this.length);const _=this[f+1]|this[f]<<8;return _&32768?_|4294901760:_},p.prototype.readInt32LE=function(f,l){return f=f>>>0,l||ee(f,4,this.length),this[f]|this[f+1]<<8|this[f+2]<<16|this[f+3]<<24},p.prototype.readInt32BE=function(f,l){return f=f>>>0,l||ee(f,4,this.length),this[f]<<24|this[f+1]<<16|this[f+2]<<8|this[f+3]},p.prototype.readBigInt64LE=ke(function(f){f=f>>>0,Je(f,"offset");const l=this[f],_=this[f+7];(l===void 0||_===void 0)&&Fe(f,this.length-8);const v=this[f+4]+this[f+5]*2**8+this[f+6]*2**16+(_<<24);return(BigInt(v)<<BigInt(32))+BigInt(l+this[++f]*2**8+this[++f]*2**16+this[++f]*2**24)}),p.prototype.readBigInt64BE=ke(function(f){f=f>>>0,Je(f,"offset");const l=this[f],_=this[f+7];(l===void 0||_===void 0)&&Fe(f,this.length-8);const v=(l<<24)+this[++f]*2**16+this[++f]*2**8+this[++f];return(BigInt(v)<<BigInt(32))+BigInt(this[++f]*2**24+this[++f]*2**16+this[++f]*2**8+_)}),p.prototype.readFloatLE=function(f,l){return f=f>>>0,l||ee(f,4,this.length),s.read(this,f,!0,23,4)},p.prototype.readFloatBE=function(f,l){return f=f>>>0,l||ee(f,4,this.length),s.read(this,f,!1,23,4)},p.prototype.readDoubleLE=function(f,l){return f=f>>>0,l||ee(f,8,this.length),s.read(this,f,!0,52,8)},p.prototype.readDoubleBE=function(f,l){return f=f>>>0,l||ee(f,8,this.length),s.read(this,f,!1,52,8)};function X(c,f,l,_,v,C){if(!p.isBuffer(c))throw new TypeError('"buffer" argument must be a Buffer instance');if(f>v||f<C)throw new RangeError('"value" argument is out of bounds');if(l+_>c.length)throw new RangeError("Index out of range")}p.prototype.writeUintLE=p.prototype.writeUIntLE=function(f,l,_,v){if(f=+f,l=l>>>0,_=_>>>0,!v){const Q=Math.pow(2,8*_)-1;X(this,f,l,_,Q,0)}let C=1,R=0;for(this[l]=f&255;++R<_&&(C*=256);)this[l+R]=f/C&255;return l+_},p.prototype.writeUintBE=p.prototype.writeUIntBE=function(f,l,_,v){if(f=+f,l=l>>>0,_=_>>>0,!v){const Q=Math.pow(2,8*_)-1;X(this,f,l,_,Q,0)}let C=_-1,R=1;for(this[l+C]=f&255;--C>=0&&(R*=256);)this[l+C]=f/R&255;return l+_},p.prototype.writeUint8=p.prototype.writeUInt8=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,1,255,0),this[l]=f&255,l+1},p.prototype.writeUint16LE=p.prototype.writeUInt16LE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,2,65535,0),this[l]=f&255,this[l+1]=f>>>8,l+2},p.prototype.writeUint16BE=p.prototype.writeUInt16BE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,2,65535,0),this[l]=f>>>8,this[l+1]=f&255,l+2},p.prototype.writeUint32LE=p.prototype.writeUInt32LE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,4,4294967295,0),this[l+3]=f>>>24,this[l+2]=f>>>16,this[l+1]=f>>>8,this[l]=f&255,l+4},p.prototype.writeUint32BE=p.prototype.writeUInt32BE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,4,4294967295,0),this[l]=f>>>24,this[l+1]=f>>>16,this[l+2]=f>>>8,this[l+3]=f&255,l+4};function J(c,f,l,_,v){sr(f,_,v,c,l,7);let C=Number(f&BigInt(4294967295));c[l++]=C,C=C>>8,c[l++]=C,C=C>>8,c[l++]=C,C=C>>8,c[l++]=C;let R=Number(f>>BigInt(32)&BigInt(4294967295));return c[l++]=R,R=R>>8,c[l++]=R,R=R>>8,c[l++]=R,R=R>>8,c[l++]=R,l}function re(c,f,l,_,v){sr(f,_,v,c,l,7);let C=Number(f&BigInt(4294967295));c[l+7]=C,C=C>>8,c[l+6]=C,C=C>>8,c[l+5]=C,C=C>>8,c[l+4]=C;let R=Number(f>>BigInt(32)&BigInt(4294967295));return c[l+3]=R,R=R>>8,c[l+2]=R,R=R>>8,c[l+1]=R,R=R>>8,c[l]=R,l+8}p.prototype.writeBigUInt64LE=ke(function(f,l=0){return J(this,f,l,BigInt(0),BigInt("0xffffffffffffffff"))}),p.prototype.writeBigUInt64BE=ke(function(f,l=0){return re(this,f,l,BigInt(0),BigInt("0xffffffffffffffff"))}),p.prototype.writeIntLE=function(f,l,_,v){if(f=+f,l=l>>>0,!v){const me=Math.pow(2,8*_-1);X(this,f,l,_,me-1,-me)}let C=0,R=1,Q=0;for(this[l]=f&255;++C<_&&(R*=256);)f<0&&Q===0&&this[l+C-1]!==0&&(Q=1),this[l+C]=(f/R>>0)-Q&255;return l+_},p.prototype.writeIntBE=function(f,l,_,v){if(f=+f,l=l>>>0,!v){const me=Math.pow(2,8*_-1);X(this,f,l,_,me-1,-me)}let C=_-1,R=1,Q=0;for(this[l+C]=f&255;--C>=0&&(R*=256);)f<0&&Q===0&&this[l+C+1]!==0&&(Q=1),this[l+C]=(f/R>>0)-Q&255;return l+_},p.prototype.writeInt8=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,1,127,-128),f<0&&(f=255+f+1),this[l]=f&255,l+1},p.prototype.writeInt16LE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,2,32767,-32768),this[l]=f&255,this[l+1]=f>>>8,l+2},p.prototype.writeInt16BE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,2,32767,-32768),this[l]=f>>>8,this[l+1]=f&255,l+2},p.prototype.writeInt32LE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,4,2147483647,-2147483648),this[l]=f&255,this[l+1]=f>>>8,this[l+2]=f>>>16,this[l+3]=f>>>24,l+4},p.prototype.writeInt32BE=function(f,l,_){return f=+f,l=l>>>0,_||X(this,f,l,4,2147483647,-2147483648),f<0&&(f=4294967295+f+1),this[l]=f>>>24,this[l+1]=f>>>16,this[l+2]=f>>>8,this[l+3]=f&255,l+4},p.prototype.writeBigInt64LE=ke(function(f,l=0){return J(this,f,l,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),p.prototype.writeBigInt64BE=ke(function(f,l=0){return re(this,f,l,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function ne(c,f,l,_,v,C){if(l+_>c.length)throw new RangeError("Index out of range");if(l<0)throw new RangeError("Index out of range")}function te(c,f,l,_,v){return f=+f,l=l>>>0,v||ne(c,f,l,4),s.write(c,f,l,_,23,4),l+4}p.prototype.writeFloatLE=function(f,l,_){return te(this,f,l,!0,_)},p.prototype.writeFloatBE=function(f,l,_){return te(this,f,l,!1,_)};function ge(c,f,l,_,v){return f=+f,l=l>>>0,v||ne(c,f,l,8),s.write(c,f,l,_,52,8),l+8}p.prototype.writeDoubleLE=function(f,l,_){return ge(this,f,l,!0,_)},p.prototype.writeDoubleBE=function(f,l,_){return ge(this,f,l,!1,_)},p.prototype.copy=function(f,l,_,v){if(!p.isBuffer(f))throw new TypeError("argument should be a Buffer");if(_||(_=0),!v&&v!==0&&(v=this.length),l>=f.length&&(l=f.length),l||(l=0),v>0&&v<_&&(v=_),v===_||f.length===0||this.length===0)return 0;if(l<0)throw new RangeError("targetStart out of bounds");if(_<0||_>=this.length)throw new RangeError("Index out of range");if(v<0)throw new RangeError("sourceEnd out of bounds");v>this.length&&(v=this.length),f.length-l<v-_&&(v=f.length-l+_);const C=v-_;return this===f&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(l,_,v):Uint8Array.prototype.set.call(f,this.subarray(_,v),l),C},p.prototype.fill=function(f,l,_,v){if(typeof f=="string"){if(typeof l=="string"?(v=l,l=0,_=this.length):typeof _=="string"&&(v=_,_=this.length),v!==void 0&&typeof v!="string")throw new TypeError("encoding must be a string");if(typeof v=="string"&&!p.isEncoding(v))throw new TypeError("Unknown encoding: "+v);if(f.length===1){const R=f.charCodeAt(0);(v==="utf8"&&R<128||v==="latin1")&&(f=R)}}else typeof f=="number"?f=f&255:typeof f=="boolean"&&(f=Number(f));if(l<0||this.length<l||this.length<_)throw new RangeError("Out of range index");if(_<=l)return this;l=l>>>0,_=_===void 0?this.length:_>>>0,f||(f=0);let C;if(typeof f=="number")for(C=l;C<_;++C)this[C]=f;else{const R=p.isBuffer(f)?f:p.from(f,v),Q=R.length;if(Q===0)throw new TypeError('The value "'+f+'" is invalid for argument "value"');for(C=0;C<_-l;++C)this[C+l]=R[C%Q]}return this};const ve={};function De(c,f,l){ve[c]=class extends l{constructor(){super(),Object.defineProperty(this,"message",{value:f.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${c}]`,this.stack,delete this.name}get code(){return c}set code(v){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:v,writable:!0})}toString(){return`${this.name} [${c}]: ${this.message}`}}}De("ERR_BUFFER_OUT_OF_BOUNDS",function(c){return c?`${c} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),De("ERR_INVALID_ARG_TYPE",function(c,f){return`The "${c}" argument must be of type number. Received type ${typeof f}`},TypeError),De("ERR_OUT_OF_RANGE",function(c,f,l){let _=`The value of "${c}" is out of range.`,v=l;return Number.isInteger(l)&&Math.abs(l)>2**32?v=tr(String(l)):typeof l=="bigint"&&(v=String(l),(l>BigInt(2)**BigInt(32)||l<-(BigInt(2)**BigInt(32)))&&(v=tr(v)),v+="n"),_+=` It must be ${f}. Received ${v}`,_},RangeError);function tr(c){let f="",l=c.length;const _=c[0]==="-"?1:0;for(;l>=_+4;l-=3)f=`_${c.slice(l-3,l)}${f}`;return`${c.slice(0,l)}${f}`}function Mr(c,f,l){Je(f,"offset"),(c[f]===void 0||c[f+l]===void 0)&&Fe(f,c.length-(l+1))}function sr(c,f,l,_,v,C){if(c>l||c<f){const R=typeof f=="bigint"?"n":"";let Q;throw C>3?f===0||f===BigInt(0)?Q=`>= 0${R} and < 2${R} ** ${(C+1)*8}${R}`:Q=`>= -(2${R} ** ${(C+1)*8-1}${R}) and < 2 ** ${(C+1)*8-1}${R}`:Q=`>= ${f}${R} and <= ${l}${R}`,new ve.ERR_OUT_OF_RANGE("value",Q,c)}Mr(_,v,C)}function Je(c,f){if(typeof c!="number")throw new ve.ERR_INVALID_ARG_TYPE(f,"number",c)}function Fe(c,f,l){throw Math.floor(c)!==c?(Je(c,l),new ve.ERR_OUT_OF_RANGE(l||"offset","an integer",c)):f<0?new ve.ERR_BUFFER_OUT_OF_BOUNDS:new ve.ERR_OUT_OF_RANGE(l||"offset",`>= ${l?1:0} and <= ${f}`,c)}const Kr=/[^+/0-9A-Za-z-_]/g;function cr(c){if(c=c.split("=")[0],c=c.trim().replace(Kr,""),c.length<2)return"";for(;c.length%4!==0;)c=c+"=";return c}function Pr(c,f){f=f||1/0;let l;const _=c.length;let v=null;const C=[];for(let R=0;R<_;++R){if(l=c.charCodeAt(R),l>55295&&l<57344){if(!v){if(l>56319){(f-=3)>-1&&C.push(239,191,189);continue}else if(R+1===_){(f-=3)>-1&&C.push(239,191,189);continue}v=l;continue}if(l<56320){(f-=3)>-1&&C.push(239,191,189),v=l;continue}l=(v-55296<<10|l-56320)+65536}else v&&(f-=3)>-1&&C.push(239,191,189);if(v=null,l<128){if((f-=1)<0)break;C.push(l)}else if(l<2048){if((f-=2)<0)break;C.push(l>>6|192,l&63|128)}else if(l<65536){if((f-=3)<0)break;C.push(l>>12|224,l>>6&63|128,l&63|128)}else if(l<1114112){if((f-=4)<0)break;C.push(l>>18|240,l>>12&63|128,l>>6&63|128,l&63|128)}else throw new Error("Invalid code point")}return C}function zr(c){const f=[];for(let l=0;l<c.length;++l)f.push(c.charCodeAt(l)&255);return f}function dr(c,f){let l,_,v;const C=[];for(let R=0;R<c.length&&!((f-=2)<0);++R)l=c.charCodeAt(R),_=l>>8,v=l%256,C.push(v),C.push(_);return C}function xr(c){return r.toByteArray(cr(c))}function qe(c,f,l,_){let v;for(v=0;v<_&&!(v+l>=f.length||v>=c.length);++v)f[v+l]=c[v];return v}function He(c,f){return c instanceof f||c!=null&&c.constructor!=null&&c.constructor.name!=null&&c.constructor.name===f.name}function Oe(c){return c!==c}const Gr=function(){const c="0123456789abcdef",f=new Array(256);for(let l=0;l<16;++l){const _=l*16;for(let v=0;v<16;++v)f[_+v]=c[l]+c[v]}return f}();function ke(c){return typeof BigInt>"u"?Zr:c}function Zr(){throw new Error("BigInt not supported")}})(gr);/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */(function(e,r){var s=gr,n=s.Buffer;function o(t,p){for(var y in t)p[y]=t[y]}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=s:(o(s,r),r.Buffer=i);function i(t,p,y){return n(t,p,y)}i.prototype=Object.create(n.prototype),o(n,i),i.from=function(t,p,y){if(typeof t=="number")throw new TypeError("Argument must not be a number");return n(t,p,y)},i.alloc=function(t,p,y){if(typeof t!="number")throw new TypeError("Argument must be a number");var u=n(t);return p!==void 0?typeof y=="string"?u.fill(p,y):u.fill(p):u.fill(0),u},i.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return n(t)},i.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return s.SlowBuffer(t)}})(ni,ni.exports);var oo=ni.exports,po=oo.Buffer;function gs(e,r){this._block=po.alloc(e),this._finalSize=r,this._blockSize=e,this._len=0}gs.prototype.update=function(e,r){typeof e=="string"&&(r=r||"utf8",e=po.from(e,r));for(var s=this._block,n=this._blockSize,o=e.length,i=this._len,t=0;t<o;){for(var p=i%n,y=Math.min(o-t,n-p),u=0;u<y;u++)s[p+u]=e[t+u];i+=y,t+=y,i%n===0&&this._update(s)}return this._len+=o,this};gs.prototype.digest=function(e){var r=this._len%this._blockSize;this._block[r]=128,this._block.fill(0,r+1),r>=this._finalSize&&(this._update(this._block),this._block.fill(0));var s=this._len*8;if(s<=4294967295)this._block.writeUInt32BE(s,this._blockSize-4);else{var n=(s&4294967295)>>>0,o=(s-n)/4294967296;this._block.writeUInt32BE(o,this._blockSize-8),this._block.writeUInt32BE(n,this._blockSize-4)}this._update(this._block);var i=this._hash();return e?i.toString(e):i};gs.prototype._update=function(){throw new Error("_update must be implemented by subclass")};var Rl=gs,Dl=Al,fo=Rl,Bl=oo.Buffer,Fl=[1518500249,1859775393,-1894007588,-899497514],jl=new Array(80);function It(){this.init(),this._w=jl,fo.call(this,64,56)}Dl(It,fo);It.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function Nl(e){return e<<1|e>>>31}function Wl(e){return e<<5|e>>>27}function Ul(e){return e<<30|e>>>2}function ql(e,r,s,n){return e===0?r&s|~r&n:e===2?r&s|r&n|s&n:r^s^n}It.prototype._update=function(e){for(var r=this._w,s=this._a|0,n=this._b|0,o=this._c|0,i=this._d|0,t=this._e|0,p=0;p<16;++p)r[p]=e.readInt32BE(p*4);for(;p<80;++p)r[p]=Nl(r[p-3]^r[p-8]^r[p-14]^r[p-16]);for(var y=0;y<80;++y){var u=~~(y/20),d=Wl(s)+ql(u,n,o,i)+t+r[y]+Fl[u]|0;t=i,i=o,o=Ul(n),n=s,s=d}this._a=s+this._a|0,this._b=n+this._b|0,this._c=o+this._c|0,this._d=i+this._d|0,this._e=t+this._e|0};It.prototype._hash=function(){var e=Bl.allocUnsafe(20);return e.writeInt32BE(this._a|0,0),e.writeInt32BE(this._b|0,4),e.writeInt32BE(this._c|0,8),e.writeInt32BE(this._d|0,12),e.writeInt32BE(this._e|0,16),e};var Ml=It;const Kl=mi(Ml);function zl(e){let r="";for(const s of new Uint8Array(e))s<16&&(r+="0"),r+=s.toString(16);return r}let Ws=null;async function Ln(e){return Ws===null&&(Ws=await Zl()),Ws?lo(e):Gl(e)}function Gl(e){return new Kl().update(e).digest("hex")}async function lo(e){const r=await crypto.subtle.digest("SHA-1",e);return zl(r)}async function Zl(){try{if(await lo(new Uint8Array([]))==="da39a3ee5e6b4b0d3255bfef95601890afd80709")return!0}catch{}return!1}function Vl(e){const r=[];let s=0,n=0;do{s=e.readUInt8();const o=s&127;r.push(o),n=s&128}while(n);return r.reduce((o,i)=>o+1<<7|i,-1)}function Yl(e,r){let s=r,n=4,o=null;do o=e.readUInt8(),s|=(o&127)<<n,n+=7;while(o&128);return s}class kt{constructor(r){Object.assign(this,r),this.offsetCache={}}static async fromIdx({idx:r,getExternalRefDelta:s}){const n=new Lr(r);if(n.slice(4).toString("hex")!=="ff744f63")return;const i=n.readUInt32BE();if(i!==2)throw new be(`Unable to read version ${i} packfile IDX. (Only version 2 supported)`);if(r.byteLength>2048*1024*1024)throw new be("To keep implementation simple, I haven't implemented the layer 5 feature needed to support packfiles > 2GB in size.");n.seek(n.tell()+4*255);const t=n.readUInt32BE(),p=[];for(let d=0;d<t;d++){const b=n.slice(20).toString("hex");p[d]=b}n.seek(n.tell()+4*t);const y=new Map;for(let d=0;d<t;d++)y.set(p[d],n.readUInt32BE());const u=n.slice(20).toString("hex");return new kt({hashes:p,crcs:{},offsets:y,packfileSha:u,getExternalRefDelta:s})}static async fromPack({pack:r,getExternalRefDelta:s,onProgress:n}){const o={1:"commit",2:"tree",3:"blob",4:"tag",6:"ofs-delta",7:"ref-delta"},i={},t=r.slice(-20).toString("hex"),p=[],y={},u=new Map;let d=null,b=null;await vl([r],async({data:N,type:j,reference:q,offset:$,num:W})=>{d===null&&(d=W);const O=Math.floor((d-W)*100/d);O!==b&&n&&await n({phase:"Receiving objects",loaded:d-W,total:d}),b=O,j=o[j],["commit","tree","blob","tag"].includes(j)?i[$]={type:j,offset:$}:j==="ofs-delta"?i[$]={type:j,offset:$}:j==="ref-delta"&&(i[$]={type:j,offset:$})});const w=Object.keys(i).map(Number);for(const[N,j]of w.entries()){const q=N+1===w.length?r.byteLength-20:w[N+1],$=i[j],W=Sp.buf(r.slice(j,q))>>>0;$.end=q,$.crc=W}const g=new kt({pack:Promise.resolve(r),packfileSha:t,crcs:y,hashes:p,offsets:u,getExternalRefDelta:s});b=null;let H=0;const P=[0,0,0,0,0,0,0,0,0,0,0,0];for(let N in i){N=Number(N);const j=Math.floor(H*100/d);j!==b&&n&&await n({phase:"Resolving deltas",loaded:H,total:d}),H++,b=j;const q=i[N];if(!q.oid)try{g.readDepth=0,g.externalReadDepth=0;const{type:$,object:W}=await g.readSlice({start:N});P[g.readDepth]+=1;const O=await Ln(Ap.wrap({type:$,object:W}));q.oid=O,p.push(O),u.set(O,N),y[O]=q.crc}catch{continue}}return p.sort(),g}async toBuffer(){const r=[],s=(u,d)=>{r.push(Buffer.from(u,d))};s("ff744f63","hex"),s("00000002","hex");const n=new Lr(Buffer.alloc(256*4));for(let u=0;u<256;u++){let d=0;for(const b of this.hashes)parseInt(b.slice(0,2),16)<=u&&d++;n.writeUInt32BE(d)}r.push(n.buffer);for(const u of this.hashes)s(u,"hex");const o=new Lr(Buffer.alloc(this.hashes.length*4));for(const u of this.hashes)o.writeUInt32BE(this.crcs[u]);r.push(o.buffer);const i=new Lr(Buffer.alloc(this.hashes.length*4));for(const u of this.hashes)i.writeUInt32BE(this.offsets.get(u));r.push(i.buffer),s(this.packfileSha,"hex");const t=Buffer.concat(r),p=await Ln(t),y=Buffer.alloc(20);return y.write(p,"hex"),Buffer.concat([t,y])}async load({pack:r}){this.pack=r}async unload(){this.pack=null}async read({oid:r}){if(!this.offsets.get(r)){if(this.getExternalRefDelta)return this.externalReadDepth++,this.getExternalRefDelta(r);throw new be(`Could not read object ${r} from packfile`)}const s=this.offsets.get(r);return this.readSlice({start:s})}async readSlice({start:r}){if(this.offsetCache[r])return Object.assign({},this.offsetCache[r]);this.readDepth++;const s={16:"commit",32:"tree",48:"blob",64:"tag",96:"ofs_delta",112:"ref_delta"};if(!this.pack)throw new be("Tried to read from a GitPackIndex with no packfile loaded into memory");const n=(await this.pack).slice(r),o=new Lr(n),i=o.readUInt8(),t=i&112;let p=s[t];if(p===void 0)throw new be("Unrecognized type: 0b"+t.toString(2));const y=i&15;let u=y;i&128&&(u=Yl(o,y));let b=null,w=null;if(p==="ofs_delta"){const H=Vl(o),P=r-H;({object:b,type:p}=await this.readSlice({start:P}))}if(p==="ref_delta"){const H=o.slice(20).toString("hex");({object:b,type:p}=await this.read({oid:H}))}const g=n.slice(o.tell());if(w=Buffer.from(await kl(g)),w.byteLength!==u)throw new be(`Packfile told us object would have length ${u} but it had length ${w.byteLength}`);return b&&(w=Buffer.from(Tp(w,b))),this.readDepth>3&&(this.offsetCache[r]={type:p,object:w}),{type:p,format:"content",object:w}}}class St extends it{constructor(r){super(`Expected a 40-char hex object id but saw "${r}".`),this.code=this.name=St.code,this.data={value:r}}}St.code="InvalidOidError";class ws extends it{constructor(r,s,n,o){super(`Object ${r} ${o?`at ${o}`:""}was anticipated to be a ${n} but it is a ${s}.`),this.code=this.name=ws.code,this.data={oid:r,actual:s,expected:n,filepath:o}}}ws.code="ObjectTypeError";async function uo(e,r){const s=da(e);for(;;){const{value:n,done:o}=await s.next();if(n&&await r(n),o)break}s.return&&s.return()}async function At(e){let r=0;const s=[];await uo(e,i=>{s.push(i),r+=i.byteLength});const n=new Uint8Array(r);let o=0;for(const i of s)n.set(i,o),o+=i.byteLength;return n}class Us{constructor(){this._queue=[]}write(r){if(this._ended)throw Error("You cannot write to a FIFO that has already been ended!");if(this._waiting){const s=this._waiting;this._waiting=null,s({value:r})}else this._queue.push(r)}end(){if(this._ended=!0,this._waiting){const r=this._waiting;this._waiting=null,r({done:!0})}}destroy(r){this.error=r,this.end()}async next(){if(this._queue.length>0)return{value:this._queue.shift()};if(this._ended)return{done:!0};if(this._waiting)throw Error("You cannot call read until the previous call to read has returned!");return new Promise(r=>{this._waiting=r})}}class Xl{static demux(r){const s=Ce.streamReader(r),n=new Us,o=new Us,i=new Us,t=async function(){const p=await s();if(p===null)return t();if(p===!0){n.end(),i.end(),r.error?o.destroy(r.error):o.end();return}switch(p[0]){case 1:{o.write(p.slice(1));break}case 2:{i.write(p.slice(1));break}case 3:{const y=p.slice(1);i.write(y),n.end(),i.end(),o.destroy(new Error(y.toString("utf8")));return}default:n.write(p)}t()};return t(),{packetlines:n,packfile:o,progress:i}}}async function co(e){const{packetlines:r,packfile:s,progress:n}=Xl.demux(e),o=[],i=[],t=[];let p=!1,y=!1;return new Promise((u,d)=>{uo(r,b=>{const w=b.toString("utf8").trim();if(w.startsWith("shallow")){const g=w.slice(-41).trim();g.length!==40&&d(new St(g)),o.push(g)}else if(w.startsWith("unshallow")){const g=w.slice(-41).trim();g.length!==40&&d(new St(g)),i.push(g)}else if(w.startsWith("ACK")){const[,g,H]=w.split(" ");t.push({oid:g,status:H}),H||(y=!0)}else w.startsWith("NAK")?(p=!0,y=!0):(y=!0,p=!0);y&&(e.error?d(e.error):u({shallows:o,unshallows:i,acks:t,nak:p,packfile:s,progress:n}))}).finally(()=>{y||(e.error?d(e.error):u({shallows:o,unshallows:i,acks:t,nak:p,packfile:s,progress:n}))})})}typeof window<"u"&&(window.Buffer=gr.Buffer);async function Jl(e,r,s){const o=(await yo(e,r))[r],i=await mo(e,o),t=await ru(i,o,s),p=await tu(e,s.map(u=>t[u].oid)),y={};return await Promise.all(s.map(async u=>{y[u]=await _o(p,t[u].oid)})),y}async function Ql(e,r){const s=await yo(e,r);if(!(r in s))throw new Error(`Branch ${r} not found`);const n=s[r],o=await mo(e,n),i=await eu(o,n);return i!=null&&i.object?ho(i):[]}function ho(e){return e.object.map(r=>{if(r.type==="blob")return{name:r.path,type:"file"};if(r.type==="tree"&&r.object)return{name:r.path,type:"folder",children:ho(r)}}).filter(r=>!!(r!=null&&r.name))}async function yo(e,r){const s=gr.Buffer.from(await At([Ce.encode(`command=ls-refs
709
709
  `),Ce.encode(`agent=git/2.37.3
710
710
  `),Ce.encode(`object-format=sha1
711
711
  `),Ce.delim(),Ce.encode(`peel
712
712
  `),Ce.encode(`ref-prefix ${r}
713
- `),Ce.flush()])),n=await fetch(e+"/git-upload-pack",{method:"POST",headers:{Accept:"application/x-git-upload-pack-advertisement","content-type":"application/x-git-upload-pack-request","Content-Length":`${s.length}`,"Git-Protocol":"version=2"},body:s}),o={};for await(const i of nu(n)){const t=i.indexOf(" "),p=i.slice(0,t),y=i.slice(t+1,i.length-1);o[y]=p}return o}async function yo(e,r){const s=gr.Buffer.from(await At([Ce.encode(`want ${r} multi_ack_detailed no-done side-band-64k thin-pack ofs-delta agent=git/2.37.3 filter
713
+ `),Ce.flush()])),n=await fetch(e+"/git-upload-pack",{method:"POST",headers:{Accept:"application/x-git-upload-pack-advertisement","content-type":"application/x-git-upload-pack-request","Content-Length":`${s.length}`,"Git-Protocol":"version=2"},body:s}),o={};for await(const i of su(n)){const t=i.indexOf(" "),p=i.slice(0,t),y=i.slice(t+1,i.length-1);o[y]=p}return o}async function mo(e,r){const s=gr.Buffer.from(await At([Ce.encode(`want ${r} multi_ack_detailed no-done side-band-64k thin-pack ofs-delta agent=git/2.37.3 filter
714
714
  `),Ce.encode(`filter blob:none
715
715
  `),Ce.encode(`shallow ${r}
716
716
  `),Ce.encode(`deepen 1
717
717
  `),Ce.flush(),Ce.encode(`done
718
718
  `),Ce.encode(`done
719
- `)])),n=await fetch(e+"/git-upload-pack",{method:"POST",headers:{Accept:"application/x-git-upload-pack-advertisement","content-type":"application/x-git-upload-pack-request","Content-Length":`${s.length}`},body:s}),o=_o(n.body),i=await uo(o),t=gr.Buffer.from(await At(i.packfile)),p=await kt.fromPack({pack:t}),y=p.read;return p.read=async function({oid:u,...d}){const g=await y.call(this,{oid:u,...d});return g.oid=u,g},p}async function tu(e,r){const s=await e.read({oid:r});Rr(s);const n=await e.read({oid:s.object.tree}),o=[n];for(;o.length>0;){const i=o.pop(),t=await e.read({oid:i.oid});if(Rr(t),i.object=t.object,t.type==="tree")for(const p of t.object)p.type==="tree"&&o.push(p)}return n}async function su(e,r,s){const n=await e.read({oid:r});Rr(n);const o=await e.read({oid:n.object.tree});Rr(o);const i={};for(const t of s){let p=o;const y=t.split("/");for(const u of y){if(p.type!=="tree")throw new Error(`Path not found in the repo: ${t}`);let d=!1;for(const g of p.object)if(g.path===u){try{p=await e.read({oid:g.oid}),Rr(p)}catch{p=g}d=!0;break}if(!d)throw new Error(`Path not found in the repo: ${t}`)}i[t]=p}return i}async function iu(e,r){const s=gr.Buffer.from(await At([...r.map(p=>Ce.encode(`want ${p} multi_ack_detailed no-done side-band-64k thin-pack ofs-delta agent=git/2.37.3
719
+ `)])),n=await fetch(e+"/git-upload-pack",{method:"POST",headers:{Accept:"application/x-git-upload-pack-advertisement","content-type":"application/x-git-upload-pack-request","Content-Length":`${s.length}`},body:s}),o=go(n.body),i=await co(o),t=gr.Buffer.from(await At(i.packfile)),p=await kt.fromPack({pack:t}),y=p.read;return p.read=async function({oid:u,...d}){const b=await y.call(this,{oid:u,...d});return b.oid=u,b},p}async function eu(e,r){const s=await e.read({oid:r});Rr(s);const n=await e.read({oid:s.object.tree}),o=[n];for(;o.length>0;){const i=o.pop(),t=await e.read({oid:i.oid});if(Rr(t),i.object=t.object,t.type==="tree")for(const p of t.object)p.type==="tree"&&o.push(p)}return n}async function ru(e,r,s){const n=await e.read({oid:r});Rr(n);const o=await e.read({oid:n.object.tree});Rr(o);const i={};for(const t of s){let p=o;const y=t.split("/");for(const u of y){if(p.type!=="tree")throw new Error(`Path not found in the repo: ${t}`);let d=!1;for(const b of p.object)if(b.path===u){try{p=await e.read({oid:b.oid}),Rr(p)}catch{p=b}d=!0;break}if(!d)throw new Error(`Path not found in the repo: ${t}`)}i[t]=p}return i}async function tu(e,r){const s=gr.Buffer.from(await At([...r.map(p=>Ce.encode(`want ${p} multi_ack_detailed no-done side-band-64k thin-pack ofs-delta agent=git/2.37.3
720
720
  `)),Ce.flush(),Ce.encode(`done
721
- `)])),n=await fetch(e+"/git-upload-pack",{method:"POST",headers:{Accept:"application/x-git-upload-pack-advertisement","content-type":"application/x-git-upload-pack-request","Content-Length":`${s.length}`},body:s}),o=_o(n.body),i=await uo(o),t=gr.Buffer.from(await At(i.packfile));return await kt.fromPack({pack:t})}async function mo(e,r){const s=await e.read({oid:r});if(Rr(s),s.type==="blob")return s.object;const n={};for(const{path:o,oid:i,type:t}of s.object)if(t==="blob"){const p=await e.read({oid:i});Rr(p),n[o]=p.object}else t==="tree"&&(n[o]=await mo(e,i));return n}function Rr(e){if(e.object instanceof gr.Buffer)switch(e.type){case"commit":e.object=Ne.from(e.object).parse();break;case"tree":e.object=gi.from(e.object).entries();break;case"blob":e.object=new Uint8Array(e.object),e.format="content";break;case"tag":e.object=ct.from(e.object).parse();break;default:throw new gs(e.oid,e.type,"blob|commit|tag|tree")}}async function*nu(e){const r=await e.text();let s=0;for(;s<=r.length;){const n=parseInt(r.substring(s,s+4),16);if(n===0)break;yield r.substring(s+4,s+n),s+=n}}function _o(e){if(e[Symbol.asyncIterator])return e;const r=e.getReader();return{next(){return r.read()},return(){return r.releaseLock(),{}},[Symbol.asyncIterator](){return this}}}function au(e,r){r=oi(r);const s=["",".","/"].includes(r);let n=e;if(s)r="";else{const t=r.split("/");for(const p of t){const y=n==null?void 0:n.find(u=>u.name===p);if((y==null?void 0:y.type)==="folder")n=y.children;else return y?[y.name]:[]}}const o=[],i=[{tree:n,path:r}];for(;i.length>0;){const{tree:t,path:p}=i.pop();for(const y of t){const u=`${p}${p?"/":""}${y.name}`;y.type==="folder"?i.push({tree:y.children,path:u}):o.push(u)}}return o}const ou=["vfs","literal","wordpress.org/themes","wordpress.org/plugins","url","git:directory"];function pu(e){return e&&typeof e=="object"&&typeof e.resource=="string"&&ou.includes(e.resource)}class br{get progress(){return this._progress}set progress(r){this._progress=r}setPlayground(r){this.playground=r}get isAsync(){return!1}static create(r,{semaphore:s,progress:n,corsProxy:o}){let i;switch(r.resource){case"vfs":i=new fu(r,n);break;case"literal":i=new lu(r,n);break;case"wordpress.org/themes":i=new yu(r,n);break;case"wordpress.org/plugins":i=new mu(r,n);break;case"url":i=new cu(r,n);break;case"git:directory":i=new du(r,n,{corsProxy:o});break;case"literal:directory":i=new hu(r,n);break;default:throw new Error(`Invalid resource: ${r}`)}return i=new _u(i),s&&(i=new gu(i,s)),i}}class go extends br{constructor(r){super(),this.resource=r}get progress(){return this.resource.progress}set progress(r){this.resource.progress=r}get name(){return this.resource.name}get isAsync(){return this.resource.isAsync}setPlayground(r){this.resource.setPlayground(r)}}class fu extends br{constructor(r,s){super(),this.resource=r,this._progress=s}async resolve(){var s;const r=await this.playground.readFileAsBuffer(this.resource.path);return(s=this.progress)==null||s.set(100),new File([r],this.name)}get name(){return this.resource.path.split("/").pop()||""}}class lu extends br{constructor(r,s){super(),this.resource=r,this._progress=s}async resolve(){var r;return(r=this.progress)==null||r.set(100),new File([this.resource.contents],this.resource.name)}get name(){return this.resource.name}}class Ti extends br{constructor(r){super(),this._progress=r}async resolve(){var s,n;(s=this.progress)==null||s.setCaption(this.caption);const r=this.getURL();try{let o=await fetch(r);if(!o.ok)throw new Error(`Could not download "${r}"`);if(o=await cp(o,((n=this.progress)==null?void 0:n.loadingListener)??uu),o.status!==200)throw new Error(`Could not download "${r}"`);return new File([await o.blob()],this.name)}catch(o){throw new Error(`Could not download "${r}".
721
+ `)])),n=await fetch(e+"/git-upload-pack",{method:"POST",headers:{Accept:"application/x-git-upload-pack-advertisement","content-type":"application/x-git-upload-pack-request","Content-Length":`${s.length}`},body:s}),o=go(n.body),i=await co(o),t=gr.Buffer.from(await At(i.packfile));return await kt.fromPack({pack:t})}async function _o(e,r){const s=await e.read({oid:r});if(Rr(s),s.type==="blob")return s.object;const n={};for(const{path:o,oid:i,type:t}of s.object)if(t==="blob"){const p=await e.read({oid:i});Rr(p),n[o]=p.object}else t==="tree"&&(n[o]=await _o(e,i));return n}function Rr(e){if(e.object instanceof gr.Buffer)switch(e.type){case"commit":e.object=Ne.from(e.object).parse();break;case"tree":e.object=wi.from(e.object).entries();break;case"blob":e.object=new Uint8Array(e.object),e.format="content";break;case"tag":e.object=ct.from(e.object).parse();break;default:throw new ws(e.oid,e.type,"blob|commit|tag|tree")}}async function*su(e){const r=await e.text();let s=0;for(;s<=r.length;){const n=parseInt(r.substring(s,s+4),16);if(n===0)break;yield r.substring(s+4,s+n),s+=n}}function go(e){if(e[Symbol.asyncIterator])return e;const r=e.getReader();return{next(){return r.read()},return(){return r.releaseLock(),{}},[Symbol.asyncIterator](){return this}}}function iu(e,r){r=fi(r);const s=["",".","/"].includes(r);let n=e;if(s)r="";else{const t=r.split("/");for(const p of t){const y=n==null?void 0:n.find(u=>u.name===p);if((y==null?void 0:y.type)==="folder")n=y.children;else return y?[y.name]:[]}}const o=[],i=[{tree:n,path:r}];for(;i.length>0;){const{tree:t,path:p}=i.pop();for(const y of t){const u=`${p}${p?"/":""}${y.name}`;y.type==="folder"?i.push({tree:y.children,path:u}):o.push(u)}}return o}const nu=["vfs","literal","wordpress.org/themes","wordpress.org/plugins","url","git:directory"];function au(e){return e&&typeof e=="object"&&typeof e.resource=="string"&&nu.includes(e.resource)}class br{get progress(){return this._progress}set progress(r){this._progress=r}setPlayground(r){this.playground=r}get isAsync(){return!1}static create(r,{semaphore:s,progress:n,corsProxy:o}){let i;switch(r.resource){case"vfs":i=new ou(r,n);break;case"literal":i=new pu(r,n);break;case"wordpress.org/themes":i=new du(r,n);break;case"wordpress.org/plugins":i=new hu(r,n);break;case"url":i=new lu(r,n);break;case"git:directory":i=new uu(r,n,{corsProxy:o});break;case"literal:directory":i=new cu(r,n);break;default:throw new Error(`Invalid resource: ${r}`)}return i=new yu(i),s&&(i=new mu(i,s)),i}}class wo extends br{constructor(r){super(),this.resource=r}get progress(){return this.resource.progress}set progress(r){this.resource.progress=r}get name(){return this.resource.name}get isAsync(){return this.resource.isAsync}setPlayground(r){this.resource.setPlayground(r)}}class ou extends br{constructor(r,s){super(),this.resource=r,this._progress=s}async resolve(){var s;const r=await this.playground.readFileAsBuffer(this.resource.path);return(s=this.progress)==null||s.set(100),new File([r],this.name)}get name(){return this.resource.path.split("/").pop()||""}}class pu extends br{constructor(r,s){super(),this.resource=r,this._progress=s}async resolve(){var r;return(r=this.progress)==null||r.set(100),new File([this.resource.contents],this.resource.name)}get name(){return this.resource.name}}class Ci extends br{constructor(r){super(),this._progress=r}async resolve(){var s,n;(s=this.progress)==null||s.setCaption(this.caption);const r=this.getURL();try{let o=await fetch(r);if(!o.ok)throw new Error(`Could not download "${r}"`);if(o=await lp(o,((n=this.progress)==null?void 0:n.loadingListener)??fu),o.status!==200)throw new Error(`Could not download "${r}"`);return new File([await o.blob()],this.name)}catch(o){throw new Error(`Could not download "${r}".
722
722
  Check if the URL is correct and the server is reachable.
723
723
  If it is reachable, the server might be blocking the request.
724
724
  Check the browser console and network tabs for more information.
@@ -742,15 +742,15 @@ gpgsig`+ks(t)+`
742
742
  https://raw.githubusercontent.com/username/repository/branch/filename
743
743
 
744
744
  Error:
745
- ${o}`)}}get caption(){return`Downloading ${this.name}`}get name(){try{return new URL(this.getURL(),"http://example.com").pathname.split("/").pop()}catch{return this.getURL()}}get isAsync(){return!0}}const uu=()=>{};class cu extends Ti{constructor(r,s){if(super(s),this.resource=r,this.resource.url.startsWith("https://github.com/")){const n=this.resource.url.match(/^https:\/\/github\.com\/(?<owner>[^/]+)\/(?<repo>[^/]+)\/blob\/(?<branch>[^/]+)\/(?<path>.+[^/])$/);n!=null&&n.groups&&(this.resource={...this.resource,url:`https://raw.githubusercontent.com/${n.groups.owner}/${n.groups.repo}/${n.groups.branch}/${n.groups.path}`})}}getURL(){return this.resource.url}get caption(){return this.resource.caption??super.caption}}class du extends br{constructor(r,s,n){super(),this.reference=r,this._progress=s,this.options=n}async resolve(){var p;const r=(p=this.options)!=null&&p.corsProxy?`${this.options.corsProxy}?${this.reference.url}`:this.reference.url,s=["","HEAD"].includes(this.reference.ref)?"HEAD":`refs/heads/${this.reference.ref}`,n=await ru(r,s),o=this.reference.path.replace(/^\/+/,""),i=au(n,o);let t=await eu(r,s,i);return t=Object.fromEntries(Object.entries(t).map(([y,u])=>(y=y.substring(this.reference.path.length),y=y.replace(/^\/+/,""),[y,u]))),{name:gt(this.reference.path)||this.reference.url.replaceAll(/[^a-zA-Z0-9-.]/g,"-").replaceAll(/-+/g,"-"),files:t}}get name(){return this.reference.path.split("/").pop()}}class hu extends br{constructor(r,s){super(),this.reference=r,this._progress=s}async resolve(){return this.reference}get name(){return this.reference.name}}class yu extends Ti{constructor(r,s){super(s),this.resource=r}get name(){return ls(this.resource.slug)}getURL(){return`https://downloads.wordpress.org/theme/${wo(this.resource.slug)}`}}class mu extends Ti{constructor(r,s){super(s),this.resource=r}get name(){return ls(this.resource.slug)}getURL(){return`https://downloads.wordpress.org/plugin/${wo(this.resource.slug)}`}}function wo(e){return!e||e.endsWith(".zip")?e:e+".latest-stable.zip"}class _u extends go{async resolve(){return this.promise||(this.promise=this.resource.resolve()),this.promise}}class gu extends go{constructor(r,s){super(r),this.semaphore=s}async resolve(){return this.isAsync?this.semaphore.run(()=>this.resource.resolve()):this.resource.resolve()}}const wu={type:"object",properties:{landingPage:{type:"string",description:"The URL to navigate to after the blueprint has been run."},description:{type:"string",description:"Optional description. It doesn't do anything but is exposed as a courtesy to developers who may want to document which blueprint file does what.",deprecated:"Use meta.description instead."},meta:{type:"object",properties:{title:{type:"string",description:"A clear and concise name for your Blueprint."},description:{type:"string",description:"A brief explanation of what your Blueprint offers."},author:{type:"string",description:"A GitHub username of the author of this Blueprint."},categories:{type:"array",items:{type:"string"},description:"Relevant categories to help users find your Blueprint in the future Blueprints section on WordPress.org."}},required:["title","author"],additionalProperties:!1,description:"Optional metadata. Used by the Blueprints gallery at https://github.com/WordPress/blueprints"},preferredVersions:{type:"object",properties:{php:{anyOf:[{$ref:"#/definitions/SupportedPHPVersion"},{type:"string",const:"latest"}],description:"The preferred PHP version to use. If not specified, the latest supported version will be used"},wp:{type:"string",description:"The preferred WordPress version to use. If not specified, the latest supported version will be used"}},required:["php","wp"],additionalProperties:!1,description:"The preferred PHP and WordPress versions to use."},features:{type:"object",properties:{networking:{type:"boolean",description:"Should boot with support for network request via wp_safe_remote_get?"}},additionalProperties:!1},extraLibraries:{type:"array",items:{$ref:"#/definitions/ExtraLibrary"},description:"Extra libraries to preload into the Playground instance."},constants:{$ref:"#/definitions/PHPConstants",description:"PHP Constants to define on every request"},plugins:{type:"array",items:{anyOf:[{type:"string"},{$ref:"#/definitions/FileReference"}]},description:"WordPress plugins to install and activate"},siteOptions:{type:"object",additionalProperties:{type:"string"},properties:{blogname:{type:"string",description:"The site title"}},description:"WordPress site options to define"},login:{anyOf:[{type:"boolean"},{type:"object",properties:{username:{type:"string"},password:{type:"string"}},required:["username","password"],additionalProperties:!1}],description:"User to log in as. If true, logs the user in as admin/password."},phpExtensionBundles:{deprecated:"No longer used. Feel free to remove it from your Blueprint."},steps:{type:"array",items:{anyOf:[{$ref:"#/definitions/StepDefinition"},{type:"string"},{not:{}},{type:"boolean",const:!1},{type:"null"}]},description:"The steps to run after every other operation in this Blueprint was executed."},$schema:{type:"string"}},additionalProperties:!1},bu={type:"string",enum:["8.3","8.2","8.1","8.0","7.4","7.3","7.2","7.1","7.0"]},vu={type:"object",additionalProperties:{type:["string","boolean","number"]}},bo=Object.prototype.hasOwnProperty;function le(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;const p=t;let y=!1;const u=t;if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let W;if(e.resource===void 0&&(W="resource")||e.path===void 0&&(W="path")){const O={instancePath:r,schemaPath:"#/definitions/VFSReference/required",keyword:"required",params:{missingProperty:W},message:"must have required property '"+W+"'"};i===null?i=[O]:i.push(O),t++}else{const O=t;for(const A in e)if(!(A==="resource"||A==="path")){const B={instancePath:r,schemaPath:"#/definitions/VFSReference/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:A},message:"must NOT have additional properties"};i===null?i=[B]:i.push(B),t++;break}if(O===t){if(e.resource!==void 0){let A=e.resource;const B=t;if(typeof A!="string"){const x={instancePath:r+"/resource",schemaPath:"#/definitions/VFSReference/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[x]:i.push(x),t++}if(A!=="vfs"){const x={instancePath:r+"/resource",schemaPath:"#/definitions/VFSReference/properties/resource/const",keyword:"const",params:{allowedValue:"vfs"},message:"must be equal to constant"};i===null?i=[x]:i.push(x),t++}var g=B===t}else var g=!0;if(g)if(e.path!==void 0){const A=t;if(typeof e.path!="string"){const x={instancePath:r+"/path",schemaPath:"#/definitions/VFSReference/properties/path/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[x]:i.push(x),t++}var g=A===t}else var g=!0}}}else{const W={instancePath:r,schemaPath:"#/definitions/VFSReference/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[W]:i.push(W),t++}var b=u===t;if(y=y||b,!y){const W=t;if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let B;if(e.resource===void 0&&(B="resource")||e.name===void 0&&(B="name")||e.contents===void 0&&(B="contents")){const x={instancePath:r,schemaPath:"#/definitions/LiteralReference/required",keyword:"required",params:{missingProperty:B},message:"must have required property '"+B+"'"};i===null?i=[x]:i.push(x),t++}else{const x=t;for(const T in e)if(!(T==="resource"||T==="name"||T==="contents")){const k={instancePath:r,schemaPath:"#/definitions/LiteralReference/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:T},message:"must NOT have additional properties"};i===null?i=[k]:i.push(k),t++;break}if(x===t){if(e.resource!==void 0){let T=e.resource;const k=t;if(typeof T!="string"){const S={instancePath:r+"/resource",schemaPath:"#/definitions/LiteralReference/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[S]:i.push(S),t++}if(T!=="literal"){const S={instancePath:r+"/resource",schemaPath:"#/definitions/LiteralReference/properties/resource/const",keyword:"const",params:{allowedValue:"literal"},message:"must be equal to constant"};i===null?i=[S]:i.push(S),t++}var w=k===t}else var w=!0;if(w){if(e.name!==void 0){const T=t;if(typeof e.name!="string"){const S={instancePath:r+"/name",schemaPath:"#/definitions/LiteralReference/properties/name/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[S]:i.push(S),t++}var w=T===t}else var w=!0;if(w)if(e.contents!==void 0){let T=e.contents;const k=t,S=t;let F=!1;const D=t;if(typeof T!="string"){const V={instancePath:r+"/contents",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/0/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[V]:i.push(V),t++}var H=D===t;if(F=F||H,!F){const V=t;if(t===V)if(T&&typeof T=="object"&&!Array.isArray(T)){let K;if(T.BYTES_PER_ELEMENT===void 0&&(K="BYTES_PER_ELEMENT")||T.buffer===void 0&&(K="buffer")||T.byteLength===void 0&&(K="byteLength")||T.byteOffset===void 0&&(K="byteOffset")||T.length===void 0&&(K="length")){const Y={instancePath:r+"/contents",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/required",keyword:"required",params:{missingProperty:K},message:"must have required property '"+K+"'"};i===null?i=[Y]:i.push(Y),t++}else{const Y=t;for(const G in T)if(!(G==="BYTES_PER_ELEMENT"||G==="buffer"||G==="byteLength"||G==="byteOffset"||G==="length")){let se=T[G];const ee=t;if(!(typeof se=="number"&&isFinite(se))){const X={instancePath:r+"/contents/"+G.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/additionalProperties/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[X]:i.push(X),t++}var P=ee===t;if(!P)break}if(Y===t){if(T.BYTES_PER_ELEMENT!==void 0){let G=T.BYTES_PER_ELEMENT;const se=t;if(!(typeof G=="number"&&isFinite(G))){const ee={instancePath:r+"/contents/BYTES_PER_ELEMENT",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/BYTES_PER_ELEMENT/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[ee]:i.push(ee),t++}var N=se===t}else var N=!0;if(N){if(T.buffer!==void 0){let G=T.buffer;const se=t;if(t===se)if(G&&typeof G=="object"&&!Array.isArray(G)){let X;if(G.byteLength===void 0&&(X="byteLength")){const Q={instancePath:r+"/contents/buffer",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/buffer/required",keyword:"required",params:{missingProperty:X},message:"must have required property '"+X+"'"};i===null?i=[Q]:i.push(Q),t++}else{const Q=t;for(const re in G)if(re!=="byteLength"){const ne={instancePath:r+"/contents/buffer",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/buffer/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:re},message:"must NOT have additional properties"};i===null?i=[ne]:i.push(ne),t++;break}if(Q===t&&G.byteLength!==void 0){let re=G.byteLength;if(!(typeof re=="number"&&isFinite(re))){const ne={instancePath:r+"/contents/buffer/byteLength",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/buffer/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[ne]:i.push(ne),t++}}}}else{const X={instancePath:r+"/contents/buffer",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/buffer/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[X]:i.push(X),t++}var N=se===t}else var N=!0;if(N){if(T.byteLength!==void 0){let G=T.byteLength;const se=t;if(!(typeof G=="number"&&isFinite(G))){const X={instancePath:r+"/contents/byteLength",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[X]:i.push(X),t++}var N=se===t}else var N=!0;if(N){if(T.byteOffset!==void 0){let G=T.byteOffset;const se=t;if(!(typeof G=="number"&&isFinite(G))){const X={instancePath:r+"/contents/byteOffset",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/byteOffset/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[X]:i.push(X),t++}var N=se===t}else var N=!0;if(N)if(T.length!==void 0){let G=T.length;const se=t;if(!(typeof G=="number"&&isFinite(G))){const X={instancePath:r+"/contents/length",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/length/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[X]:i.push(X),t++}var N=se===t}else var N=!0}}}}}}else{const K={instancePath:r+"/contents",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[K]:i.push(K),t++}var H=V===t;F=F||H}if(F)t=S,i!==null&&(S?i.length=S:i=null);else{const V={instancePath:r+"/contents",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};i===null?i=[V]:i.push(V),t++}var w=k===t}else var w=!0}}}}else{const B={instancePath:r,schemaPath:"#/definitions/LiteralReference/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[B]:i.push(B),t++}var b=W===t;if(y=y||b,!y){const B=t;if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let k;if(e.resource===void 0&&(k="resource")||e.slug===void 0&&(k="slug")){const S={instancePath:r,schemaPath:"#/definitions/CoreThemeReference/required",keyword:"required",params:{missingProperty:k},message:"must have required property '"+k+"'"};i===null?i=[S]:i.push(S),t++}else{const S=t;for(const F in e)if(!(F==="resource"||F==="slug")){const D={instancePath:r,schemaPath:"#/definitions/CoreThemeReference/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:F},message:"must NOT have additional properties"};i===null?i=[D]:i.push(D),t++;break}if(S===t){if(e.resource!==void 0){let F=e.resource;const D=t;if(typeof F!="string"){const I={instancePath:r+"/resource",schemaPath:"#/definitions/CoreThemeReference/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[I]:i.push(I),t++}if(F!=="wordpress.org/themes"){const I={instancePath:r+"/resource",schemaPath:"#/definitions/CoreThemeReference/properties/resource/const",keyword:"const",params:{allowedValue:"wordpress.org/themes"},message:"must be equal to constant"};i===null?i=[I]:i.push(I),t++}var j=D===t}else var j=!0;if(j)if(e.slug!==void 0){const F=t;if(typeof e.slug!="string"){const I={instancePath:r+"/slug",schemaPath:"#/definitions/CoreThemeReference/properties/slug/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[I]:i.push(I),t++}var j=F===t}else var j=!0}}}else{const k={instancePath:r,schemaPath:"#/definitions/CoreThemeReference/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[k]:i.push(k),t++}var b=B===t;if(y=y||b,!y){const k=t;if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let D;if(e.resource===void 0&&(D="resource")||e.slug===void 0&&(D="slug")){const I={instancePath:r,schemaPath:"#/definitions/CorePluginReference/required",keyword:"required",params:{missingProperty:D},message:"must have required property '"+D+"'"};i===null?i=[I]:i.push(I),t++}else{const I=t;for(const V in e)if(!(V==="resource"||V==="slug")){const z={instancePath:r,schemaPath:"#/definitions/CorePluginReference/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:V},message:"must NOT have additional properties"};i===null?i=[z]:i.push(z),t++;break}if(I===t){if(e.resource!==void 0){let V=e.resource;const z=t;if(typeof V!="string"){const K={instancePath:r+"/resource",schemaPath:"#/definitions/CorePluginReference/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[K]:i.push(K),t++}if(V!=="wordpress.org/plugins"){const K={instancePath:r+"/resource",schemaPath:"#/definitions/CorePluginReference/properties/resource/const",keyword:"const",params:{allowedValue:"wordpress.org/plugins"},message:"must be equal to constant"};i===null?i=[K]:i.push(K),t++}var q=z===t}else var q=!0;if(q)if(e.slug!==void 0){const V=t;if(typeof e.slug!="string"){const K={instancePath:r+"/slug",schemaPath:"#/definitions/CorePluginReference/properties/slug/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[K]:i.push(K),t++}var q=V===t}else var q=!0}}}else{const D={instancePath:r,schemaPath:"#/definitions/CorePluginReference/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[D]:i.push(D),t++}var b=k===t;if(y=y||b,!y){const D=t;if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let z;if(e.resource===void 0&&(z="resource")||e.url===void 0&&(z="url")){const K={instancePath:r,schemaPath:"#/definitions/UrlReference/required",keyword:"required",params:{missingProperty:z},message:"must have required property '"+z+"'"};i===null?i=[K]:i.push(K),t++}else{const K=t;for(const Y in e)if(!(Y==="resource"||Y==="url"||Y==="caption")){const G={instancePath:r,schemaPath:"#/definitions/UrlReference/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:Y},message:"must NOT have additional properties"};i===null?i=[G]:i.push(G),t++;break}if(K===t){if(e.resource!==void 0){let Y=e.resource;const G=t;if(typeof Y!="string"){const se={instancePath:r+"/resource",schemaPath:"#/definitions/UrlReference/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[se]:i.push(se),t++}if(Y!=="url"){const se={instancePath:r+"/resource",schemaPath:"#/definitions/UrlReference/properties/resource/const",keyword:"const",params:{allowedValue:"url"},message:"must be equal to constant"};i===null?i=[se]:i.push(se),t++}var $=G===t}else var $=!0;if($){if(e.url!==void 0){const Y=t;if(typeof e.url!="string"){const se={instancePath:r+"/url",schemaPath:"#/definitions/UrlReference/properties/url/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[se]:i.push(se),t++}var $=Y===t}else var $=!0;if($)if(e.caption!==void 0){const Y=t;if(typeof e.caption!="string"){const se={instancePath:r+"/caption",schemaPath:"#/definitions/UrlReference/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[se]:i.push(se),t++}var $=Y===t}else var $=!0}}}}else{const z={instancePath:r,schemaPath:"#/definitions/UrlReference/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[z]:i.push(z),t++}var b=D===t;y=y||b}}}}if(y)t=p,i!==null&&(p?i.length=p:i=null);else{const W={instancePath:r,schemaPath:"#/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[W]:i.push(W),t++,le.errors=i,!1}return le.errors=i,t===0}const Ws={type:"object",discriminator:{propertyName:"step"},required:["step"],oneOf:[{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"activatePlugin"},pluginPath:{type:"string",description:"Path to the plugin directory as absolute path (/wordpress/wp-content/plugins/plugin-name); or the plugin entry file relative to the plugins directory (plugin-name/plugin-name.php)."},pluginName:{type:"string",description:"Optional. Plugin name to display in the progress bar."}},required:["pluginPath","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"activateTheme"},themeFolderName:{type:"string",description:"The name of the theme folder inside wp-content/themes/"}},required:["step","themeFolderName"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"cp"},fromPath:{type:"string",description:"Source path"},toPath:{type:"string",description:"Target path"}},required:["fromPath","step","toPath"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"defineWpConfigConsts"},consts:{type:"object",additionalProperties:{},description:"The constants to define"},method:{type:"string",enum:["rewrite-wp-config","define-before-run"],description:`The method of defining the constants in wp-config.php. Possible values are:
745
+ ${o}`)}}get caption(){return`Downloading ${this.name}`}get name(){try{return new URL(this.getURL(),"http://example.com").pathname.split("/").pop()}catch{return this.getURL()}}get isAsync(){return!0}}const fu=()=>{};class lu extends Ci{constructor(r,s){if(super(s),this.resource=r,this.resource.url.startsWith("https://github.com/")){const n=this.resource.url.match(/^https:\/\/github\.com\/(?<owner>[^/]+)\/(?<repo>[^/]+)\/blob\/(?<branch>[^/]+)\/(?<path>.+[^/])$/);n!=null&&n.groups&&(this.resource={...this.resource,url:`https://raw.githubusercontent.com/${n.groups.owner}/${n.groups.repo}/${n.groups.branch}/${n.groups.path}`})}}getURL(){return this.resource.url}get caption(){return this.resource.caption??super.caption}}class uu extends br{constructor(r,s,n){super(),this.reference=r,this._progress=s,this.options=n}async resolve(){var p;const r=(p=this.options)!=null&&p.corsProxy?`${this.options.corsProxy}?${this.reference.url}`:this.reference.url,s=["","HEAD"].includes(this.reference.ref)?"HEAD":`refs/heads/${this.reference.ref}`,n=await Ql(r,s),o=this.reference.path.replace(/^\/+/,""),i=iu(n,o);let t=await Jl(r,s,i);return t=Object.fromEntries(Object.entries(t).map(([y,u])=>(y=y.substring(this.reference.path.length),y=y.replace(/^\/+/,""),[y,u]))),{name:gt(this.reference.path)||this.reference.url.replaceAll(/[^a-zA-Z0-9-.]/g,"-").replaceAll(/-+/g,"-"),files:t}}get name(){return this.reference.path.split("/").pop()}}class cu extends br{constructor(r,s){super(),this.reference=r,this._progress=s}async resolve(){return this.reference}get name(){return this.reference.name}}class du extends Ci{constructor(r,s){super(s),this.resource=r}get name(){return us(this.resource.slug)}getURL(){return`https://downloads.wordpress.org/theme/${bo(this.resource.slug)}`}}class hu extends Ci{constructor(r,s){super(s),this.resource=r}get name(){return us(this.resource.slug)}getURL(){return`https://downloads.wordpress.org/plugin/${bo(this.resource.slug)}`}}function bo(e){return!e||e.endsWith(".zip")?e:e+".latest-stable.zip"}class yu extends wo{async resolve(){return this.promise||(this.promise=this.resource.resolve()),this.promise}}class mu extends wo{constructor(r,s){super(r),this.semaphore=s}async resolve(){return this.isAsync?this.semaphore.run(()=>this.resource.resolve()):this.resource.resolve()}}const _u={type:"object",properties:{landingPage:{type:"string",description:"The URL to navigate to after the blueprint has been run."},description:{type:"string",description:"Optional description. It doesn't do anything but is exposed as a courtesy to developers who may want to document which blueprint file does what.",deprecated:"Use meta.description instead."},meta:{type:"object",properties:{title:{type:"string",description:"A clear and concise name for your Blueprint."},description:{type:"string",description:"A brief explanation of what your Blueprint offers."},author:{type:"string",description:"A GitHub username of the author of this Blueprint."},categories:{type:"array",items:{type:"string"},description:"Relevant categories to help users find your Blueprint in the future Blueprints section on WordPress.org."}},required:["title","author"],additionalProperties:!1,description:"Optional metadata. Used by the Blueprints gallery at https://github.com/WordPress/blueprints"},preferredVersions:{type:"object",properties:{php:{anyOf:[{$ref:"#/definitions/SupportedPHPVersion"},{type:"string",const:"latest"}],description:"The preferred PHP version to use. If not specified, the latest supported version will be used"},wp:{type:"string",description:"The preferred WordPress version to use. If not specified, the latest supported version will be used"}},required:["php","wp"],additionalProperties:!1,description:"The preferred PHP and WordPress versions to use."},features:{type:"object",properties:{networking:{type:"boolean",description:"Should boot with support for network request via wp_safe_remote_get?"}},additionalProperties:!1},extraLibraries:{type:"array",items:{$ref:"#/definitions/ExtraLibrary"},description:"Extra libraries to preload into the Playground instance."},constants:{$ref:"#/definitions/PHPConstants",description:"PHP Constants to define on every request"},plugins:{type:"array",items:{anyOf:[{type:"string"},{$ref:"#/definitions/FileReference"}]},description:"WordPress plugins to install and activate"},siteOptions:{type:"object",additionalProperties:{type:"string"},properties:{blogname:{type:"string",description:"The site title"}},description:"WordPress site options to define"},login:{anyOf:[{type:"boolean"},{type:"object",properties:{username:{type:"string"},password:{type:"string"}},required:["username","password"],additionalProperties:!1}],description:"User to log in as. If true, logs the user in as admin/password."},phpExtensionBundles:{deprecated:"No longer used. Feel free to remove it from your Blueprint."},steps:{type:"array",items:{anyOf:[{$ref:"#/definitions/StepDefinition"},{type:"string"},{not:{}},{type:"boolean",const:!1},{type:"null"}]},description:"The steps to run after every other operation in this Blueprint was executed."},$schema:{type:"string"}},additionalProperties:!1},gu={type:"string",enum:["8.3","8.2","8.1","8.0","7.4","7.3","7.2","7.1","7.0"]},wu={type:"object",additionalProperties:{type:["string","boolean","number"]}},vo=Object.prototype.hasOwnProperty;function le(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;const p=t;let y=!1;const u=t;if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let W;if(e.resource===void 0&&(W="resource")||e.path===void 0&&(W="path")){const O={instancePath:r,schemaPath:"#/definitions/VFSReference/required",keyword:"required",params:{missingProperty:W},message:"must have required property '"+W+"'"};i===null?i=[O]:i.push(O),t++}else{const O=t;for(const A in e)if(!(A==="resource"||A==="path")){const B={instancePath:r,schemaPath:"#/definitions/VFSReference/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:A},message:"must NOT have additional properties"};i===null?i=[B]:i.push(B),t++;break}if(O===t){if(e.resource!==void 0){let A=e.resource;const B=t;if(typeof A!="string"){const x={instancePath:r+"/resource",schemaPath:"#/definitions/VFSReference/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[x]:i.push(x),t++}if(A!=="vfs"){const x={instancePath:r+"/resource",schemaPath:"#/definitions/VFSReference/properties/resource/const",keyword:"const",params:{allowedValue:"vfs"},message:"must be equal to constant"};i===null?i=[x]:i.push(x),t++}var b=B===t}else var b=!0;if(b)if(e.path!==void 0){const A=t;if(typeof e.path!="string"){const x={instancePath:r+"/path",schemaPath:"#/definitions/VFSReference/properties/path/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[x]:i.push(x),t++}var b=A===t}else var b=!0}}}else{const W={instancePath:r,schemaPath:"#/definitions/VFSReference/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[W]:i.push(W),t++}var w=u===t;if(y=y||w,!y){const W=t;if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let B;if(e.resource===void 0&&(B="resource")||e.name===void 0&&(B="name")||e.contents===void 0&&(B="contents")){const x={instancePath:r,schemaPath:"#/definitions/LiteralReference/required",keyword:"required",params:{missingProperty:B},message:"must have required property '"+B+"'"};i===null?i=[x]:i.push(x),t++}else{const x=t;for(const T in e)if(!(T==="resource"||T==="name"||T==="contents")){const k={instancePath:r,schemaPath:"#/definitions/LiteralReference/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:T},message:"must NOT have additional properties"};i===null?i=[k]:i.push(k),t++;break}if(x===t){if(e.resource!==void 0){let T=e.resource;const k=t;if(typeof T!="string"){const S={instancePath:r+"/resource",schemaPath:"#/definitions/LiteralReference/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[S]:i.push(S),t++}if(T!=="literal"){const S={instancePath:r+"/resource",schemaPath:"#/definitions/LiteralReference/properties/resource/const",keyword:"const",params:{allowedValue:"literal"},message:"must be equal to constant"};i===null?i=[S]:i.push(S),t++}var g=k===t}else var g=!0;if(g){if(e.name!==void 0){const T=t;if(typeof e.name!="string"){const S={instancePath:r+"/name",schemaPath:"#/definitions/LiteralReference/properties/name/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[S]:i.push(S),t++}var g=T===t}else var g=!0;if(g)if(e.contents!==void 0){let T=e.contents;const k=t,S=t;let F=!1;const D=t;if(typeof T!="string"){const V={instancePath:r+"/contents",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/0/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[V]:i.push(V),t++}var H=D===t;if(F=F||H,!F){const V=t;if(t===V)if(T&&typeof T=="object"&&!Array.isArray(T)){let K;if(T.BYTES_PER_ELEMENT===void 0&&(K="BYTES_PER_ELEMENT")||T.buffer===void 0&&(K="buffer")||T.byteLength===void 0&&(K="byteLength")||T.byteOffset===void 0&&(K="byteOffset")||T.length===void 0&&(K="length")){const Y={instancePath:r+"/contents",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/required",keyword:"required",params:{missingProperty:K},message:"must have required property '"+K+"'"};i===null?i=[Y]:i.push(Y),t++}else{const Y=t;for(const G in T)if(!(G==="BYTES_PER_ELEMENT"||G==="buffer"||G==="byteLength"||G==="byteOffset"||G==="length")){let se=T[G];const ee=t;if(!(typeof se=="number"&&isFinite(se))){const X={instancePath:r+"/contents/"+G.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/additionalProperties/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[X]:i.push(X),t++}var P=ee===t;if(!P)break}if(Y===t){if(T.BYTES_PER_ELEMENT!==void 0){let G=T.BYTES_PER_ELEMENT;const se=t;if(!(typeof G=="number"&&isFinite(G))){const ee={instancePath:r+"/contents/BYTES_PER_ELEMENT",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/BYTES_PER_ELEMENT/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[ee]:i.push(ee),t++}var N=se===t}else var N=!0;if(N){if(T.buffer!==void 0){let G=T.buffer;const se=t;if(t===se)if(G&&typeof G=="object"&&!Array.isArray(G)){let X;if(G.byteLength===void 0&&(X="byteLength")){const J={instancePath:r+"/contents/buffer",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/buffer/required",keyword:"required",params:{missingProperty:X},message:"must have required property '"+X+"'"};i===null?i=[J]:i.push(J),t++}else{const J=t;for(const re in G)if(re!=="byteLength"){const ne={instancePath:r+"/contents/buffer",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/buffer/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:re},message:"must NOT have additional properties"};i===null?i=[ne]:i.push(ne),t++;break}if(J===t&&G.byteLength!==void 0){let re=G.byteLength;if(!(typeof re=="number"&&isFinite(re))){const ne={instancePath:r+"/contents/buffer/byteLength",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/buffer/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[ne]:i.push(ne),t++}}}}else{const X={instancePath:r+"/contents/buffer",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/buffer/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[X]:i.push(X),t++}var N=se===t}else var N=!0;if(N){if(T.byteLength!==void 0){let G=T.byteLength;const se=t;if(!(typeof G=="number"&&isFinite(G))){const X={instancePath:r+"/contents/byteLength",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[X]:i.push(X),t++}var N=se===t}else var N=!0;if(N){if(T.byteOffset!==void 0){let G=T.byteOffset;const se=t;if(!(typeof G=="number"&&isFinite(G))){const X={instancePath:r+"/contents/byteOffset",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/byteOffset/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[X]:i.push(X),t++}var N=se===t}else var N=!0;if(N)if(T.length!==void 0){let G=T.length;const se=t;if(!(typeof G=="number"&&isFinite(G))){const X={instancePath:r+"/contents/length",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/properties/length/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[X]:i.push(X),t++}var N=se===t}else var N=!0}}}}}}else{const K={instancePath:r+"/contents",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf/1/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[K]:i.push(K),t++}var H=V===t;F=F||H}if(F)t=S,i!==null&&(S?i.length=S:i=null);else{const V={instancePath:r+"/contents",schemaPath:"#/definitions/LiteralReference/properties/contents/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};i===null?i=[V]:i.push(V),t++}var g=k===t}else var g=!0}}}}else{const B={instancePath:r,schemaPath:"#/definitions/LiteralReference/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[B]:i.push(B),t++}var w=W===t;if(y=y||w,!y){const B=t;if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let k;if(e.resource===void 0&&(k="resource")||e.slug===void 0&&(k="slug")){const S={instancePath:r,schemaPath:"#/definitions/CoreThemeReference/required",keyword:"required",params:{missingProperty:k},message:"must have required property '"+k+"'"};i===null?i=[S]:i.push(S),t++}else{const S=t;for(const F in e)if(!(F==="resource"||F==="slug")){const D={instancePath:r,schemaPath:"#/definitions/CoreThemeReference/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:F},message:"must NOT have additional properties"};i===null?i=[D]:i.push(D),t++;break}if(S===t){if(e.resource!==void 0){let F=e.resource;const D=t;if(typeof F!="string"){const I={instancePath:r+"/resource",schemaPath:"#/definitions/CoreThemeReference/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[I]:i.push(I),t++}if(F!=="wordpress.org/themes"){const I={instancePath:r+"/resource",schemaPath:"#/definitions/CoreThemeReference/properties/resource/const",keyword:"const",params:{allowedValue:"wordpress.org/themes"},message:"must be equal to constant"};i===null?i=[I]:i.push(I),t++}var j=D===t}else var j=!0;if(j)if(e.slug!==void 0){const F=t;if(typeof e.slug!="string"){const I={instancePath:r+"/slug",schemaPath:"#/definitions/CoreThemeReference/properties/slug/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[I]:i.push(I),t++}var j=F===t}else var j=!0}}}else{const k={instancePath:r,schemaPath:"#/definitions/CoreThemeReference/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[k]:i.push(k),t++}var w=B===t;if(y=y||w,!y){const k=t;if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let D;if(e.resource===void 0&&(D="resource")||e.slug===void 0&&(D="slug")){const I={instancePath:r,schemaPath:"#/definitions/CorePluginReference/required",keyword:"required",params:{missingProperty:D},message:"must have required property '"+D+"'"};i===null?i=[I]:i.push(I),t++}else{const I=t;for(const V in e)if(!(V==="resource"||V==="slug")){const z={instancePath:r,schemaPath:"#/definitions/CorePluginReference/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:V},message:"must NOT have additional properties"};i===null?i=[z]:i.push(z),t++;break}if(I===t){if(e.resource!==void 0){let V=e.resource;const z=t;if(typeof V!="string"){const K={instancePath:r+"/resource",schemaPath:"#/definitions/CorePluginReference/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[K]:i.push(K),t++}if(V!=="wordpress.org/plugins"){const K={instancePath:r+"/resource",schemaPath:"#/definitions/CorePluginReference/properties/resource/const",keyword:"const",params:{allowedValue:"wordpress.org/plugins"},message:"must be equal to constant"};i===null?i=[K]:i.push(K),t++}var q=z===t}else var q=!0;if(q)if(e.slug!==void 0){const V=t;if(typeof e.slug!="string"){const K={instancePath:r+"/slug",schemaPath:"#/definitions/CorePluginReference/properties/slug/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[K]:i.push(K),t++}var q=V===t}else var q=!0}}}else{const D={instancePath:r,schemaPath:"#/definitions/CorePluginReference/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[D]:i.push(D),t++}var w=k===t;if(y=y||w,!y){const D=t;if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let z;if(e.resource===void 0&&(z="resource")||e.url===void 0&&(z="url")){const K={instancePath:r,schemaPath:"#/definitions/UrlReference/required",keyword:"required",params:{missingProperty:z},message:"must have required property '"+z+"'"};i===null?i=[K]:i.push(K),t++}else{const K=t;for(const Y in e)if(!(Y==="resource"||Y==="url"||Y==="caption")){const G={instancePath:r,schemaPath:"#/definitions/UrlReference/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:Y},message:"must NOT have additional properties"};i===null?i=[G]:i.push(G),t++;break}if(K===t){if(e.resource!==void 0){let Y=e.resource;const G=t;if(typeof Y!="string"){const se={instancePath:r+"/resource",schemaPath:"#/definitions/UrlReference/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[se]:i.push(se),t++}if(Y!=="url"){const se={instancePath:r+"/resource",schemaPath:"#/definitions/UrlReference/properties/resource/const",keyword:"const",params:{allowedValue:"url"},message:"must be equal to constant"};i===null?i=[se]:i.push(se),t++}var $=G===t}else var $=!0;if($){if(e.url!==void 0){const Y=t;if(typeof e.url!="string"){const se={instancePath:r+"/url",schemaPath:"#/definitions/UrlReference/properties/url/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[se]:i.push(se),t++}var $=Y===t}else var $=!0;if($)if(e.caption!==void 0){const Y=t;if(typeof e.caption!="string"){const se={instancePath:r+"/caption",schemaPath:"#/definitions/UrlReference/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[se]:i.push(se),t++}var $=Y===t}else var $=!0}}}}else{const z={instancePath:r,schemaPath:"#/definitions/UrlReference/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[z]:i.push(z),t++}var w=D===t;y=y||w}}}}if(y)t=p,i!==null&&(p?i.length=p:i=null);else{const W={instancePath:r,schemaPath:"#/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[W]:i.push(W),t++,le.errors=i,!1}return le.errors=i,t===0}const qs={type:"object",discriminator:{propertyName:"step"},required:["step"],oneOf:[{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"activatePlugin"},pluginPath:{type:"string",description:"Path to the plugin directory as absolute path (/wordpress/wp-content/plugins/plugin-name); or the plugin entry file relative to the plugins directory (plugin-name/plugin-name.php)."},pluginName:{type:"string",description:"Optional. Plugin name to display in the progress bar."}},required:["pluginPath","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"activateTheme"},themeFolderName:{type:"string",description:"The name of the theme folder inside wp-content/themes/"}},required:["step","themeFolderName"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"cp"},fromPath:{type:"string",description:"Source path"},toPath:{type:"string",description:"Target path"}},required:["fromPath","step","toPath"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"defineWpConfigConsts"},consts:{type:"object",additionalProperties:{},description:"The constants to define"},method:{type:"string",enum:["rewrite-wp-config","define-before-run"],description:`The method of defining the constants in wp-config.php. Possible values are:
746
746
 
747
747
  - rewrite-wp-config: Default. Rewrites the wp-config.php file to explicitly call define() with the requested name and value. This method alters the file on the disk, but it doesn't conflict with existing define() calls in wp-config.php.
748
748
 
749
749
  - define-before-run: Defines the constant before running the requested script. It doesn't alter any files on the disk, but constants defined this way may conflict with existing define() calls in wp-config.php.`},virtualize:{type:"boolean",deprecated:`This option is noop and will be removed in a future version.
750
750
  This option is only kept in here to avoid breaking Blueprint schema validation
751
- for existing apps using this option.`}},required:["consts","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"defineSiteUrl"},siteUrl:{type:"string",description:"The URL"}},required:["siteUrl","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"enableMultisite"},wpCliPath:{type:"string",description:"wp-cli.phar path"}},required:["step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"importWxr"},file:{$ref:"#/definitions/FileReference",description:"The file to import"}},required:["file","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"importThemeStarterContent",description:"The step identifier."},themeSlug:{type:"string",description:"The name of the theme to import content from."}},required:["step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"importWordPressFiles"},wordPressFilesZip:{$ref:"#/definitions/FileReference",description:"The zip file containing the top-level WordPress files and directories."},pathInZip:{type:"string",description:"The path inside the zip file where the WordPress files are."}},required:["step","wordPressFilesZip"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},ifAlreadyInstalled:{type:"string",enum:["overwrite","skip","error"],description:"What to do if the asset already exists."},step:{type:"string",const:"installPlugin",description:"The step identifier."},pluginData:{anyOf:[{$ref:"#/definitions/FileReference"},{$ref:"#/definitions/DirectoryReference"}],description:"The plugin files to install. It can be either a plugin zip file, or a directory containing all the plugin files at its root."},pluginZipFile:{$ref:"#/definitions/FileReference",deprecated:". Use `pluginData` instead."},options:{$ref:"#/definitions/InstallPluginOptions",description:"Optional installation options."}},required:["pluginData","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},ifAlreadyInstalled:{type:"string",enum:["overwrite","skip","error"],description:"What to do if the asset already exists."},step:{type:"string",const:"installTheme",description:"The step identifier."},themeData:{anyOf:[{$ref:"#/definitions/FileReference"},{$ref:"#/definitions/DirectoryReference"}],description:"The theme files to install. It can be either a theme zip file, or a directory containing all the theme files at its root."},themeZipFile:{$ref:"#/definitions/FileReference",deprecated:". Use `themeData` instead."},options:{$ref:"#/definitions/InstallThemeOptions",description:"Optional installation options."}},required:["step","themeData"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"login"},username:{type:"string",description:"The user to log in as. Defaults to 'admin'."},password:{type:"string",deprecated:`The password field is deprecated and will be removed in a future version.
752
- Only the username field is required for user authentication.`}},required:["step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"mkdir"},path:{type:"string",description:"The path of the directory you want to create"}},required:["path","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"mv"},fromPath:{type:"string",description:"Source path"},toPath:{type:"string",description:"Target path"}},required:["fromPath","step","toPath"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"resetData"}},required:["step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"request"},request:{$ref:"#/definitions/PHPRequest",description:"Request details (See /wordpress-playground/api/universal/interface/PHPRequest)"}},required:["request","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"rm"},path:{type:"string",description:"The path to remove"}},required:["path","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"rmdir"},path:{type:"string",description:"The path to remove"}},required:["path","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"runPHP",description:"The step identifier."},code:{type:"string",description:"The PHP code to run."}},required:["code","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"runPHPWithOptions"},options:{$ref:"#/definitions/PHPRunOptions",description:"Run options (See /wordpress-playground/api/universal/interface/PHPRunOptions/))"}},required:["options","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"runWpInstallationWizard"},options:{$ref:"#/definitions/WordPressInstallationOptions"}},required:["options","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"runSql",description:"The step identifier."},sql:{$ref:"#/definitions/FileReference",description:"The SQL to run. Each non-empty line must contain a valid SQL query."}},required:["sql","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"setSiteOptions",description:'The name of the step. Must be "setSiteOptions".'},options:{type:"object",additionalProperties:{},description:"The options to set on the site."}},required:["options","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"unzip"},zipFile:{$ref:"#/definitions/FileReference",description:"The zip file to extract"},zipPath:{type:"string",description:"The path of the zip file to extract",deprecated:"Use zipFile instead."},extractToPath:{type:"string",description:"The path to extract the zip file to"}},required:["extractToPath","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"updateUserMeta"},meta:{type:"object",additionalProperties:{},description:'An object of user meta values to set, e.g. { "first_name": "John" }'},userId:{type:"number",description:"User ID"}},required:["meta","step","userId"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"writeFile"},path:{type:"string",description:"The path of the file to write to"},data:{anyOf:[{$ref:"#/definitions/FileReference"},{type:"string"},{type:"object",properties:{BYTES_PER_ELEMENT:{type:"number"},buffer:{type:"object",properties:{byteLength:{type:"number"}},required:["byteLength"],additionalProperties:!1},byteLength:{type:"number"},byteOffset:{type:"number"},length:{type:"number"}},required:["BYTES_PER_ELEMENT","buffer","byteLength","byteOffset","length"],additionalProperties:{type:"number"}}],description:"The data to write"}},required:["data","path","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"writeFiles"},writeToPath:{type:"string",description:"The path of the file to write to"},filesTree:{$ref:"#/definitions/DirectoryReference",description:"The data to write"}},required:["filesTree","step","writeToPath"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"wp-cli",description:"The step identifier."},command:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}],description:"The WP CLI command to run."},wpCliPath:{type:"string",description:"wp-cli.phar path"}},required:["command","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"setSiteLanguage"},language:{type:"string",description:"The language to set, e.g. 'en_US'"}},required:["language","step"]}]},Pu={type:"object",additionalProperties:{anyOf:[{$ref:"#/definitions/FileTree"},{type:["object","string"]}]},properties:{}},Us={validate:Dr};function Dr(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;if(t===0)if(e&&typeof e=="object"&&!Array.isArray(e))for(const u in e){let d=e[u];const g=t,b=t;let w=!1;const H=t;Us.validate(d,{instancePath:r+"/"+u.replace(/~/g,"~0").replace(/\//g,"~1"),parentData:e,parentDataProperty:u,rootData:o})||(i=i===null?Us.validate.errors:i.concat(Us.validate.errors),t=i.length);var p=H===t;if(w=w||p,!w){const P=t;if(!(d&&typeof d=="object"&&!Array.isArray(d))&&typeof d!="string"){const j={instancePath:r+"/"+u.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/additionalProperties/anyOf/1/type",keyword:"type",params:{type:Pu.additionalProperties.anyOf[1].type},message:"must be object,string"};i===null?i=[j]:i.push(j),t++}var p=P===t;w=w||p}if(w)t=b,i!==null&&(b?i.length=b:i=null);else{const P={instancePath:r+"/"+u.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/additionalProperties/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[P]:i.push(P),t++,Dr.errors=i,!1}var y=g===t;if(!y)break}else return Dr.errors=[{instancePath:r,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;return Dr.errors=i,t===0}function or(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;if(t===0)if(e&&typeof e=="object"&&!Array.isArray(e)){let y;if(e.files===void 0&&(y="files")||e.name===void 0&&(y="name")||e.resource===void 0&&(y="resource"))return or.errors=[{instancePath:r,schemaPath:"#/required",keyword:"required",params:{missingProperty:y},message:"must have required property '"+y+"'"}],!1;{const u=t;for(const d in e)if(!(d==="resource"||d==="files"||d==="name"))return or.errors=[{instancePath:r,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:d},message:"must NOT have additional properties"}],!1;if(u===t){if(e.resource!==void 0){let d=e.resource;const g=t;if(typeof d!="string")return or.errors=[{instancePath:r+"/resource",schemaPath:"#/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(d!=="literal:directory")return or.errors=[{instancePath:r+"/resource",schemaPath:"#/properties/resource/const",keyword:"const",params:{allowedValue:"literal:directory"},message:"must be equal to constant"}],!1;var p=g===t}else var p=!0;if(p){if(e.files!==void 0){const d=t;Dr(e.files,{instancePath:r+"/files",parentData:e,parentDataProperty:"files",rootData:o})||(i=i===null?Dr.errors:i.concat(Dr.errors),t=i.length);var p=d===t}else var p=!0;if(p)if(e.name!==void 0){const d=t;if(typeof e.name!="string")return or.errors=[{instancePath:r+"/name",schemaPath:"#/properties/name/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=d===t}else var p=!0}}}}else return or.errors=[{instancePath:r,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;return or.errors=i,t===0}function Je(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;const p=t;let y=!1;const u=t;if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let w;if(e.resource===void 0&&(w="resource")||e.url===void 0&&(w="url")||e.ref===void 0&&(w="ref")||e.path===void 0&&(w="path")){const H={instancePath:r,schemaPath:"#/definitions/GitDirectoryReference/required",keyword:"required",params:{missingProperty:w},message:"must have required property '"+w+"'"};i===null?i=[H]:i.push(H),t++}else{const H=t;for(const P in e)if(!(P==="resource"||P==="url"||P==="ref"||P==="path")){const N={instancePath:r,schemaPath:"#/definitions/GitDirectoryReference/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:P},message:"must NOT have additional properties"};i===null?i=[N]:i.push(N),t++;break}if(H===t){if(e.resource!==void 0){let P=e.resource;const N=t;if(typeof P!="string"){const j={instancePath:r+"/resource",schemaPath:"#/definitions/GitDirectoryReference/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[j]:i.push(j),t++}if(P!=="git:directory"){const j={instancePath:r+"/resource",schemaPath:"#/definitions/GitDirectoryReference/properties/resource/const",keyword:"const",params:{allowedValue:"git:directory"},message:"must be equal to constant"};i===null?i=[j]:i.push(j),t++}var g=N===t}else var g=!0;if(g){if(e.url!==void 0){const P=t;if(typeof e.url!="string"){const j={instancePath:r+"/url",schemaPath:"#/definitions/GitDirectoryReference/properties/url/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[j]:i.push(j),t++}var g=P===t}else var g=!0;if(g){if(e.ref!==void 0){const P=t;if(typeof e.ref!="string"){const j={instancePath:r+"/ref",schemaPath:"#/definitions/GitDirectoryReference/properties/ref/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[j]:i.push(j),t++}var g=P===t}else var g=!0;if(g)if(e.path!==void 0){const P=t;if(typeof e.path!="string"){const j={instancePath:r+"/path",schemaPath:"#/definitions/GitDirectoryReference/properties/path/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[j]:i.push(j),t++}var g=P===t}else var g=!0}}}}}else{const w={instancePath:r,schemaPath:"#/definitions/GitDirectoryReference/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[w]:i.push(w),t++}var b=u===t;if(y=y||b,!y){const w=t;or(e,{instancePath:r,parentData:s,parentDataProperty:n,rootData:o})||(i=i===null?or.errors:i.concat(or.errors),t=i.length);var b=w===t;y=y||b}if(y)t=p,i!==null&&(p?i.length=p:i=null);else{const w={instancePath:r,schemaPath:"#/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[w]:i.push(w),t++,Je.errors=i,!1}return Je.errors=i,t===0}const vo={type:"string",enum:["GET","POST","HEAD","OPTIONS","PATCH","PUT","DELETE"]};function We(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;if(t===0)if(e&&typeof e=="object"&&!Array.isArray(e)){let j;if(e.url===void 0&&(j="url"))return We.errors=[{instancePath:r,schemaPath:"#/required",keyword:"required",params:{missingProperty:j},message:"must have required property '"+j+"'"}],!1;{const q=t;for(const $ in e)if(!($==="method"||$==="url"||$==="headers"||$==="body"))return We.errors=[{instancePath:r,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:$},message:"must NOT have additional properties"}],!1;if(q===t){if(e.method!==void 0){let $=e.method;const W=t;if(typeof $!="string")return We.errors=[{instancePath:r+"/method",schemaPath:"#/definitions/HTTPMethod/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(!($==="GET"||$==="POST"||$==="HEAD"||$==="OPTIONS"||$==="PATCH"||$==="PUT"||$==="DELETE"))return We.errors=[{instancePath:r+"/method",schemaPath:"#/definitions/HTTPMethod/enum",keyword:"enum",params:{allowedValues:vo.enum},message:"must be equal to one of the allowed values"}],!1;var p=W===t}else var p=!0;if(p){if(e.url!==void 0){const $=t;if(typeof e.url!="string")return We.errors=[{instancePath:r+"/url",schemaPath:"#/properties/url/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=$===t}else var p=!0;if(p){if(e.headers!==void 0){let $=e.headers;const W=t;if(t===t)if($&&typeof $=="object"&&!Array.isArray($))for(const B in $){const x=t;if(typeof $[B]!="string")return We.errors=[{instancePath:r+"/headers/"+B.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/definitions/PHPRequestHeaders/additionalProperties/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=x===t;if(!y)break}else return We.errors=[{instancePath:r+"/headers",schemaPath:"#/definitions/PHPRequestHeaders/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=W===t}else var p=!0;if(p)if(e.body!==void 0){let $=e.body;const W=t,O=t;let A=!1;const B=t;if(typeof $!="string"){const T={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/0/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[T]:i.push(T),t++}var u=B===t;if(A=A||u,!A){const T=t;if(t===T)if($&&typeof $=="object"&&!Array.isArray($)){let S;if($.BYTES_PER_ELEMENT===void 0&&(S="BYTES_PER_ELEMENT")||$.buffer===void 0&&(S="buffer")||$.byteLength===void 0&&(S="byteLength")||$.byteOffset===void 0&&(S="byteOffset")||$.length===void 0&&(S="length")){const F={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/1/required",keyword:"required",params:{missingProperty:S},message:"must have required property '"+S+"'"};i===null?i=[F]:i.push(F),t++}else{const F=t;for(const D in $)if(!(D==="BYTES_PER_ELEMENT"||D==="buffer"||D==="byteLength"||D==="byteOffset"||D==="length")){let I=$[D];const V=t;if(!(typeof I=="number"&&isFinite(I))){const z={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/1/additionalProperties/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[z]:i.push(z),t++}var d=V===t;if(!d)break}if(F===t){if($.BYTES_PER_ELEMENT!==void 0){let D=$.BYTES_PER_ELEMENT;const I=t;if(!(typeof D=="number"&&isFinite(D))){const V={instancePath:r+"/body/BYTES_PER_ELEMENT",schemaPath:"#/properties/body/anyOf/1/properties/BYTES_PER_ELEMENT/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[V]:i.push(V),t++}var g=I===t}else var g=!0;if(g){if($.buffer!==void 0){let D=$.buffer;const I=t;if(t===I)if(D&&typeof D=="object"&&!Array.isArray(D)){let z;if(D.byteLength===void 0&&(z="byteLength")){const K={instancePath:r+"/body/buffer",schemaPath:"#/properties/body/anyOf/1/properties/buffer/required",keyword:"required",params:{missingProperty:z},message:"must have required property '"+z+"'"};i===null?i=[K]:i.push(K),t++}else{const K=t;for(const Y in D)if(Y!=="byteLength"){const G={instancePath:r+"/body/buffer",schemaPath:"#/properties/body/anyOf/1/properties/buffer/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:Y},message:"must NOT have additional properties"};i===null?i=[G]:i.push(G),t++;break}if(K===t&&D.byteLength!==void 0){let Y=D.byteLength;if(!(typeof Y=="number"&&isFinite(Y))){const G={instancePath:r+"/body/buffer/byteLength",schemaPath:"#/properties/body/anyOf/1/properties/buffer/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[G]:i.push(G),t++}}}}else{const z={instancePath:r+"/body/buffer",schemaPath:"#/properties/body/anyOf/1/properties/buffer/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[z]:i.push(z),t++}var g=I===t}else var g=!0;if(g){if($.byteLength!==void 0){let D=$.byteLength;const I=t;if(!(typeof D=="number"&&isFinite(D))){const z={instancePath:r+"/body/byteLength",schemaPath:"#/properties/body/anyOf/1/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[z]:i.push(z),t++}var g=I===t}else var g=!0;if(g){if($.byteOffset!==void 0){let D=$.byteOffset;const I=t;if(!(typeof D=="number"&&isFinite(D))){const z={instancePath:r+"/body/byteOffset",schemaPath:"#/properties/body/anyOf/1/properties/byteOffset/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[z]:i.push(z),t++}var g=I===t}else var g=!0;if(g)if($.length!==void 0){let D=$.length;const I=t;if(!(typeof D=="number"&&isFinite(D))){const z={instancePath:r+"/body/length",schemaPath:"#/properties/body/anyOf/1/properties/length/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[z]:i.push(z),t++}var g=I===t}else var g=!0}}}}}}else{const S={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/1/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[S]:i.push(S),t++}var u=T===t;if(A=A||u,!A){const S=t;if(t===S)if($&&typeof $=="object"&&!Array.isArray($))for(const D in $){let I=$[D];const V=t,z=t;let K=!1;const Y=t;if(typeof I!="string"){const G={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/0/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[G]:i.push(G),t++}var b=Y===t;if(K=K||b,!K){const G=t;if(t===G)if(I&&typeof I=="object"&&!Array.isArray(I)){let ee;if(I.BYTES_PER_ELEMENT===void 0&&(ee="BYTES_PER_ELEMENT")||I.buffer===void 0&&(ee="buffer")||I.byteLength===void 0&&(ee="byteLength")||I.byteOffset===void 0&&(ee="byteOffset")||I.length===void 0&&(ee="length")){const X={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/required",keyword:"required",params:{missingProperty:ee},message:"must have required property '"+ee+"'"};i===null?i=[X]:i.push(X),t++}else{const X=t;for(const Q in I)if(!(Q==="BYTES_PER_ELEMENT"||Q==="buffer"||Q==="byteLength"||Q==="byteOffset"||Q==="length")){let re=I[Q];const ne=t;if(!(typeof re=="number"&&isFinite(re))){const te={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/"+Q.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/additionalProperties/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[te]:i.push(te),t++}var w=ne===t;if(!w)break}if(X===t){if(I.BYTES_PER_ELEMENT!==void 0){let Q=I.BYTES_PER_ELEMENT;const re=t;if(!(typeof Q=="number"&&isFinite(Q))){const ne={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/BYTES_PER_ELEMENT",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/BYTES_PER_ELEMENT/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[ne]:i.push(ne),t++}var H=re===t}else var H=!0;if(H){if(I.buffer!==void 0){let Q=I.buffer;const re=t;if(t===re)if(Q&&typeof Q=="object"&&!Array.isArray(Q)){let te;if(Q.byteLength===void 0&&(te="byteLength")){const ge={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/buffer",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/buffer/required",keyword:"required",params:{missingProperty:te},message:"must have required property '"+te+"'"};i===null?i=[ge]:i.push(ge),t++}else{const ge=t;for(const ve in Q)if(ve!=="byteLength"){const De={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/buffer",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/buffer/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:ve},message:"must NOT have additional properties"};i===null?i=[De]:i.push(De),t++;break}if(ge===t&&Q.byteLength!==void 0){let ve=Q.byteLength;if(!(typeof ve=="number"&&isFinite(ve))){const De={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/buffer/byteLength",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/buffer/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[De]:i.push(De),t++}}}}else{const te={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/buffer",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/buffer/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[te]:i.push(te),t++}var H=re===t}else var H=!0;if(H){if(I.byteLength!==void 0){let Q=I.byteLength;const re=t;if(!(typeof Q=="number"&&isFinite(Q))){const te={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/byteLength",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[te]:i.push(te),t++}var H=re===t}else var H=!0;if(H){if(I.byteOffset!==void 0){let Q=I.byteOffset;const re=t;if(!(typeof Q=="number"&&isFinite(Q))){const te={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/byteOffset",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/byteOffset/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[te]:i.push(te),t++}var H=re===t}else var H=!0;if(H)if(I.length!==void 0){let Q=I.length;const re=t;if(!(typeof Q=="number"&&isFinite(Q))){const te={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/length",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/length/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[te]:i.push(te),t++}var H=re===t}else var H=!0}}}}}}else{const ee={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[ee]:i.push(ee),t++}var b=G===t;if(K=K||b,!K){const ee=t;if(t===ee)if(I&&typeof I=="object"&&!Array.isArray(I)){let Q;if(I.lastModified===void 0&&(Q="lastModified")||I.name===void 0&&(Q="name")||I.size===void 0&&(Q="size")||I.type===void 0&&(Q="type")||I.webkitRelativePath===void 0&&(Q="webkitRelativePath")){const re={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/required",keyword:"required",params:{missingProperty:Q},message:"must have required property '"+Q+"'"};i===null?i=[re]:i.push(re),t++}else{const re=t;for(const ne in I)if(!(ne==="size"||ne==="type"||ne==="lastModified"||ne==="name"||ne==="webkitRelativePath")){const te={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:ne},message:"must NOT have additional properties"};i===null?i=[te]:i.push(te),t++;break}if(re===t){if(I.size!==void 0){let ne=I.size;const te=t;if(!(typeof ne=="number"&&isFinite(ne))){const ge={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/size",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/properties/size/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[ge]:i.push(ge),t++}var P=te===t}else var P=!0;if(P){if(I.type!==void 0){const ne=t;if(typeof I.type!="string"){const ge={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/type",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/properties/type/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[ge]:i.push(ge),t++}var P=ne===t}else var P=!0;if(P){if(I.lastModified!==void 0){let ne=I.lastModified;const te=t;if(!(typeof ne=="number"&&isFinite(ne))){const ve={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/lastModified",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/properties/lastModified/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[ve]:i.push(ve),t++}var P=te===t}else var P=!0;if(P){if(I.name!==void 0){const ne=t;if(typeof I.name!="string"){const ge={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/name",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/properties/name/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[ge]:i.push(ge),t++}var P=ne===t}else var P=!0;if(P)if(I.webkitRelativePath!==void 0){const ne=t;if(typeof I.webkitRelativePath!="string"){const ge={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/webkitRelativePath",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/properties/webkitRelativePath/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[ge]:i.push(ge),t++}var P=ne===t}else var P=!0}}}}}}else{const Q={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[Q]:i.push(Q),t++}var b=ee===t;K=K||b}}if(K)t=z,i!==null&&(z?i.length=z:i=null);else{const G={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};i===null?i=[G]:i.push(G),t++}var N=V===t;if(!N)break}else{const D={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/2/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[D]:i.push(D),t++}var u=S===t;A=A||u}}if(A)t=O,i!==null&&(O?i.length=O:i=null);else{const T={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[T]:i.push(T),t++,We.errors=i,!1}var p=W===t}else var p=!0}}}}}else return We.errors=[{instancePath:r,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;return We.errors=i,t===0}const Eu={type:"object",properties:{relativeUri:{type:"string",description:"Request path following the domain:port part."},scriptPath:{type:"string",description:"Path of the .php file to execute."},protocol:{type:"string",description:"Request protocol."},method:{$ref:"#/definitions/HTTPMethod",description:"Request method. Default: `GET`."},headers:{$ref:"#/definitions/PHPRequestHeaders",description:"Request headers."},body:{anyOf:[{type:"string"},{type:"object",properties:{BYTES_PER_ELEMENT:{type:"number"},buffer:{type:"object",properties:{byteLength:{type:"number"}},required:["byteLength"],additionalProperties:!1},byteLength:{type:"number"},byteOffset:{type:"number"},length:{type:"number"}},required:["BYTES_PER_ELEMENT","buffer","byteLength","byteOffset","length"],additionalProperties:{type:"number"}}],description:"Request body."},env:{type:"object",additionalProperties:{type:"string"},description:"Environment variables to set for this run."},$_SERVER:{type:"object",additionalProperties:{type:"string"},description:"$_SERVER entries to set for this run."},code:{type:"string",description:"The code snippet to eval instead of a php file."}},additionalProperties:!1};function Se(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;if(t===0)if(e&&typeof e=="object"&&!Array.isArray(e)){const H=t;for(const P in e)if(!bo.call(Eu.properties,P))return Se.errors=[{instancePath:r,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:P},message:"must NOT have additional properties"}],!1;if(H===t){if(e.relativeUri!==void 0){const P=t;if(typeof e.relativeUri!="string")return Se.errors=[{instancePath:r+"/relativeUri",schemaPath:"#/properties/relativeUri/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=P===t}else var p=!0;if(p){if(e.scriptPath!==void 0){const P=t;if(typeof e.scriptPath!="string")return Se.errors=[{instancePath:r+"/scriptPath",schemaPath:"#/properties/scriptPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=P===t}else var p=!0;if(p){if(e.protocol!==void 0){const P=t;if(typeof e.protocol!="string")return Se.errors=[{instancePath:r+"/protocol",schemaPath:"#/properties/protocol/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=P===t}else var p=!0;if(p){if(e.method!==void 0){let P=e.method;const N=t;if(typeof P!="string")return Se.errors=[{instancePath:r+"/method",schemaPath:"#/definitions/HTTPMethod/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(!(P==="GET"||P==="POST"||P==="HEAD"||P==="OPTIONS"||P==="PATCH"||P==="PUT"||P==="DELETE"))return Se.errors=[{instancePath:r+"/method",schemaPath:"#/definitions/HTTPMethod/enum",keyword:"enum",params:{allowedValues:vo.enum},message:"must be equal to one of the allowed values"}],!1;var p=N===t}else var p=!0;if(p){if(e.headers!==void 0){let P=e.headers;const N=t;if(t===t)if(P&&typeof P=="object"&&!Array.isArray(P))for(const $ in P){const W=t;if(typeof P[$]!="string")return Se.errors=[{instancePath:r+"/headers/"+$.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/definitions/PHPRequestHeaders/additionalProperties/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=W===t;if(!y)break}else return Se.errors=[{instancePath:r+"/headers",schemaPath:"#/definitions/PHPRequestHeaders/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=N===t}else var p=!0;if(p){if(e.body!==void 0){let P=e.body;const N=t,j=t;let q=!1;const $=t;if(typeof P!="string"){const O={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/0/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[O]:i.push(O),t++}var u=$===t;if(q=q||u,!q){const O=t;if(t===O)if(P&&typeof P=="object"&&!Array.isArray(P)){let B;if(P.BYTES_PER_ELEMENT===void 0&&(B="BYTES_PER_ELEMENT")||P.buffer===void 0&&(B="buffer")||P.byteLength===void 0&&(B="byteLength")||P.byteOffset===void 0&&(B="byteOffset")||P.length===void 0&&(B="length")){const x={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/1/required",keyword:"required",params:{missingProperty:B},message:"must have required property '"+B+"'"};i===null?i=[x]:i.push(x),t++}else{const x=t;for(const T in P)if(!(T==="BYTES_PER_ELEMENT"||T==="buffer"||T==="byteLength"||T==="byteOffset"||T==="length")){let k=P[T];const S=t;if(!(typeof k=="number"&&isFinite(k))){const F={instancePath:r+"/body/"+T.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/1/additionalProperties/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[F]:i.push(F),t++}var d=S===t;if(!d)break}if(x===t){if(P.BYTES_PER_ELEMENT!==void 0){let T=P.BYTES_PER_ELEMENT;const k=t;if(!(typeof T=="number"&&isFinite(T))){const S={instancePath:r+"/body/BYTES_PER_ELEMENT",schemaPath:"#/properties/body/anyOf/1/properties/BYTES_PER_ELEMENT/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[S]:i.push(S),t++}var g=k===t}else var g=!0;if(g){if(P.buffer!==void 0){let T=P.buffer;const k=t;if(t===k)if(T&&typeof T=="object"&&!Array.isArray(T)){let F;if(T.byteLength===void 0&&(F="byteLength")){const D={instancePath:r+"/body/buffer",schemaPath:"#/properties/body/anyOf/1/properties/buffer/required",keyword:"required",params:{missingProperty:F},message:"must have required property '"+F+"'"};i===null?i=[D]:i.push(D),t++}else{const D=t;for(const I in T)if(I!=="byteLength"){const V={instancePath:r+"/body/buffer",schemaPath:"#/properties/body/anyOf/1/properties/buffer/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:I},message:"must NOT have additional properties"};i===null?i=[V]:i.push(V),t++;break}if(D===t&&T.byteLength!==void 0){let I=T.byteLength;if(!(typeof I=="number"&&isFinite(I))){const V={instancePath:r+"/body/buffer/byteLength",schemaPath:"#/properties/body/anyOf/1/properties/buffer/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[V]:i.push(V),t++}}}}else{const F={instancePath:r+"/body/buffer",schemaPath:"#/properties/body/anyOf/1/properties/buffer/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[F]:i.push(F),t++}var g=k===t}else var g=!0;if(g){if(P.byteLength!==void 0){let T=P.byteLength;const k=t;if(!(typeof T=="number"&&isFinite(T))){const F={instancePath:r+"/body/byteLength",schemaPath:"#/properties/body/anyOf/1/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[F]:i.push(F),t++}var g=k===t}else var g=!0;if(g){if(P.byteOffset!==void 0){let T=P.byteOffset;const k=t;if(!(typeof T=="number"&&isFinite(T))){const F={instancePath:r+"/body/byteOffset",schemaPath:"#/properties/body/anyOf/1/properties/byteOffset/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[F]:i.push(F),t++}var g=k===t}else var g=!0;if(g)if(P.length!==void 0){let T=P.length;const k=t;if(!(typeof T=="number"&&isFinite(T))){const F={instancePath:r+"/body/length",schemaPath:"#/properties/body/anyOf/1/properties/length/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[F]:i.push(F),t++}var g=k===t}else var g=!0}}}}}}else{const B={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/1/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[B]:i.push(B),t++}var u=O===t;q=q||u}if(q)t=j,i!==null&&(j?i.length=j:i=null);else{const O={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[O]:i.push(O),t++,Se.errors=i,!1}var p=N===t}else var p=!0;if(p){if(e.env!==void 0){let P=e.env;const N=t;if(t===N)if(P&&typeof P=="object"&&!Array.isArray(P))for(const q in P){const $=t;if(typeof P[q]!="string")return Se.errors=[{instancePath:r+"/env/"+q.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/env/additionalProperties/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var b=$===t;if(!b)break}else return Se.errors=[{instancePath:r+"/env",schemaPath:"#/properties/env/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=N===t}else var p=!0;if(p){if(e.$_SERVER!==void 0){let P=e.$_SERVER;const N=t;if(t===N)if(P&&typeof P=="object"&&!Array.isArray(P))for(const q in P){const $=t;if(typeof P[q]!="string")return Se.errors=[{instancePath:r+"/$_SERVER/"+q.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/%24_SERVER/additionalProperties/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var w=$===t;if(!w)break}else return Se.errors=[{instancePath:r+"/$_SERVER",schemaPath:"#/properties/%24_SERVER/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=N===t}else var p=!0;if(p)if(e.code!==void 0){const P=t;if(typeof e.code!="string")return Se.errors=[{instancePath:r+"/code",schemaPath:"#/properties/code/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=P===t}else var p=!0}}}}}}}}}else return Se.errors=[{instancePath:r,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;return Se.errors=i,t===0}function h(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;if(t===0)if(e&&typeof e=="object"&&!Array.isArray(e)){let ws;if(e.step===void 0&&(ws="step"))return h.errors=[{instancePath:r,schemaPath:"#/required",keyword:"required",params:{missingProperty:ws},message:"must have required property '"+ws+"'"}],!1;{const pe=e.step;if(typeof pe=="string")if(pe==="activatePlugin"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.pluginPath===void 0&&(L="pluginPath")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/0/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="pluginPath"||a==="pluginName"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/0/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/0/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/0/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var p=M===t}else var p=!0;if(p)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/0/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=m===t}else var p=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/0/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var y=E===t}else var y=!0;if(y){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/0/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="activatePlugin")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/0/properties/step/const",keyword:"const",params:{allowedValue:"activatePlugin"},message:"must be equal to constant"}],!1;var y=E===t}else var y=!0;if(y){if(e.pluginPath!==void 0){const a=t;if(typeof e.pluginPath!="string")return h.errors=[{instancePath:r+"/pluginPath",schemaPath:"#/oneOf/0/properties/pluginPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=a===t}else var y=!0;if(y)if(e.pluginName!==void 0){const a=t;if(typeof e.pluginName!="string")return h.errors=[{instancePath:r+"/pluginName",schemaPath:"#/oneOf/0/properties/pluginName/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=a===t}else var y=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/0/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="activateTheme"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step")||e.themeFolderName===void 0&&(L="themeFolderName"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/1/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="themeFolderName"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/1/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/1/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/1/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var u=M===t}else var u=!0;if(u)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/1/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var u=m===t}else var u=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/1/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var d=E===t}else var d=!0;if(d){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/1/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="activateTheme")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/1/properties/step/const",keyword:"const",params:{allowedValue:"activateTheme"},message:"must be equal to constant"}],!1;var d=E===t}else var d=!0;if(d)if(e.themeFolderName!==void 0){const a=t;if(typeof e.themeFolderName!="string")return h.errors=[{instancePath:r+"/themeFolderName",schemaPath:"#/oneOf/1/properties/themeFolderName/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var d=a===t}else var d=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/1/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="cp"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.fromPath===void 0&&(L="fromPath")||e.step===void 0&&(L="step")||e.toPath===void 0&&(L="toPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/2/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="fromPath"||a==="toPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/2/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/2/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/2/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var g=M===t}else var g=!0;if(g)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/2/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var g=m===t}else var g=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/2/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var b=E===t}else var b=!0;if(b){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/2/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="cp")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/2/properties/step/const",keyword:"const",params:{allowedValue:"cp"},message:"must be equal to constant"}],!1;var b=E===t}else var b=!0;if(b){if(e.fromPath!==void 0){const a=t;if(typeof e.fromPath!="string")return h.errors=[{instancePath:r+"/fromPath",schemaPath:"#/oneOf/2/properties/fromPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var b=a===t}else var b=!0;if(b)if(e.toPath!==void 0){const a=t;if(typeof e.toPath!="string")return h.errors=[{instancePath:r+"/toPath",schemaPath:"#/oneOf/2/properties/toPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var b=a===t}else var b=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/2/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="defineWpConfigConsts"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.consts===void 0&&(L="consts")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/3/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="consts"||a==="method"||a==="virtualize"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/3/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/3/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/3/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var w=M===t}else var w=!0;if(w)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/3/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var w=m===t}else var w=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/3/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var H=E===t}else var H=!0;if(H){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/3/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="defineWpConfigConsts")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/3/properties/step/const",keyword:"const",params:{allowedValue:"defineWpConfigConsts"},message:"must be equal to constant"}],!1;var H=E===t}else var H=!0;if(H){if(e.consts!==void 0){let a=e.consts;const E=t;if(t===E&&!(a&&typeof a=="object"&&!Array.isArray(a)))return h.errors=[{instancePath:r+"/consts",schemaPath:"#/oneOf/3/properties/consts/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var H=E===t}else var H=!0;if(H){if(e.method!==void 0){let a=e.method;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/method",schemaPath:"#/oneOf/3/properties/method/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(!(a==="rewrite-wp-config"||a==="define-before-run"))return h.errors=[{instancePath:r+"/method",schemaPath:"#/oneOf/3/properties/method/enum",keyword:"enum",params:{allowedValues:Ws.oneOf[3].properties.method.enum},message:"must be equal to one of the allowed values"}],!1;var H=E===t}else var H=!0;if(H)if(e.virtualize!==void 0){const a=t;if(typeof e.virtualize!="boolean")return h.errors=[{instancePath:r+"/virtualize",schemaPath:"#/oneOf/3/properties/virtualize/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"}],!1;var H=a===t}else var H=!0}}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/3/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="defineSiteUrl"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.siteUrl===void 0&&(L="siteUrl")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/4/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="siteUrl"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/4/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/4/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/4/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var P=M===t}else var P=!0;if(P)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/4/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var P=m===t}else var P=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/4/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var N=E===t}else var N=!0;if(N){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/4/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="defineSiteUrl")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/4/properties/step/const",keyword:"const",params:{allowedValue:"defineSiteUrl"},message:"must be equal to constant"}],!1;var N=E===t}else var N=!0;if(N)if(e.siteUrl!==void 0){const a=t;if(typeof e.siteUrl!="string")return h.errors=[{instancePath:r+"/siteUrl",schemaPath:"#/oneOf/4/properties/siteUrl/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var N=a===t}else var N=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/4/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="enableMultisite"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/5/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="wpCliPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/5/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/5/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/5/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var j=M===t}else var j=!0;if(j)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/5/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var j=m===t}else var j=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/5/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var q=E===t}else var q=!0;if(q){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/5/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="enableMultisite")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/5/properties/step/const",keyword:"const",params:{allowedValue:"enableMultisite"},message:"must be equal to constant"}],!1;var q=E===t}else var q=!0;if(q)if(e.wpCliPath!==void 0){const a=t;if(typeof e.wpCliPath!="string")return h.errors=[{instancePath:r+"/wpCliPath",schemaPath:"#/oneOf/5/properties/wpCliPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var q=a===t}else var q=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/5/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="importWxr"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.file===void 0&&(L="file")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/6/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="file"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/6/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/6/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/6/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var $=M===t}else var $=!0;if($)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/6/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var $=m===t}else var $=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/6/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var W=E===t}else var W=!0;if(W){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/6/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="importWxr")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/6/properties/step/const",keyword:"const",params:{allowedValue:"importWxr"},message:"must be equal to constant"}],!1;var W=E===t}else var W=!0;if(W)if(e.file!==void 0){const a=t;le(e.file,{instancePath:r+"/file",parentData:e,parentDataProperty:"file",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var W=a===t}else var W=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/6/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="importThemeStarterContent"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/7/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="themeSlug"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/7/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/7/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/7/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var O=M===t}else var O=!0;if(O)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/7/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var O=m===t}else var O=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/7/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var A=E===t}else var A=!0;if(A){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/7/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="importThemeStarterContent")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/7/properties/step/const",keyword:"const",params:{allowedValue:"importThemeStarterContent"},message:"must be equal to constant"}],!1;var A=E===t}else var A=!0;if(A)if(e.themeSlug!==void 0){const a=t;if(typeof e.themeSlug!="string")return h.errors=[{instancePath:r+"/themeSlug",schemaPath:"#/oneOf/7/properties/themeSlug/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var A=a===t}else var A=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/7/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="importWordPressFiles"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step")||e.wordPressFilesZip===void 0&&(L="wordPressFilesZip"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/8/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="wordPressFilesZip"||a==="pathInZip"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/8/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/8/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/8/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var B=M===t}else var B=!0;if(B)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/8/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var B=m===t}else var B=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/8/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var x=E===t}else var x=!0;if(x){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/8/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="importWordPressFiles")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/8/properties/step/const",keyword:"const",params:{allowedValue:"importWordPressFiles"},message:"must be equal to constant"}],!1;var x=E===t}else var x=!0;if(x){if(e.wordPressFilesZip!==void 0){const a=t;le(e.wordPressFilesZip,{instancePath:r+"/wordPressFilesZip",parentData:e,parentDataProperty:"wordPressFilesZip",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var x=a===t}else var x=!0;if(x)if(e.pathInZip!==void 0){const a=t;if(typeof e.pathInZip!="string")return h.errors=[{instancePath:r+"/pathInZip",schemaPath:"#/oneOf/8/properties/pathInZip/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var x=a===t}else var x=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/8/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="installPlugin"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.pluginData===void 0&&(L="pluginData")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/9/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="ifAlreadyInstalled"||a==="step"||a==="pluginData"||a==="pluginZipFile"||a==="options"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/9/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/9/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/9/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var T=M===t}else var T=!0;if(T)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/9/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var T=m===t}else var T=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/9/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var k=E===t}else var k=!0;if(k){if(e.ifAlreadyInstalled!==void 0){let a=e.ifAlreadyInstalled;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/ifAlreadyInstalled",schemaPath:"#/oneOf/9/properties/ifAlreadyInstalled/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(!(a==="overwrite"||a==="skip"||a==="error"))return h.errors=[{instancePath:r+"/ifAlreadyInstalled",schemaPath:"#/oneOf/9/properties/ifAlreadyInstalled/enum",keyword:"enum",params:{allowedValues:Ws.oneOf[9].properties.ifAlreadyInstalled.enum},message:"must be equal to one of the allowed values"}],!1;var k=E===t}else var k=!0;if(k){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/9/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="installPlugin")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/9/properties/step/const",keyword:"const",params:{allowedValue:"installPlugin"},message:"must be equal to constant"}],!1;var k=E===t}else var k=!0;if(k){if(e.pluginData!==void 0){let a=e.pluginData;const E=t,U=t;let m=!1;const M=t;le(a,{instancePath:r+"/pluginData",parentData:e,parentDataProperty:"pluginData",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var S=M===t;if(m=m||S,!m){const Pe=t;Je(a,{instancePath:r+"/pluginData",parentData:e,parentDataProperty:"pluginData",rootData:o})||(i=i===null?Je.errors:i.concat(Je.errors),t=i.length);var S=Pe===t;m=m||S}if(m)t=U,i!==null&&(U?i.length=U:i=null);else{const Pe={instancePath:r+"/pluginData",schemaPath:"#/oneOf/9/properties/pluginData/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[Pe]:i.push(Pe),t++,h.errors=i,!1}var k=E===t}else var k=!0;if(k){if(e.pluginZipFile!==void 0){const a=t;le(e.pluginZipFile,{instancePath:r+"/pluginZipFile",parentData:e,parentDataProperty:"pluginZipFile",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var k=a===t}else var k=!0;if(k)if(e.options!==void 0){let a=e.options;const E=t;if(t===t)if(a&&typeof a=="object"&&!Array.isArray(a)){const M=t;for(const me in a)if(!(me==="activate"||me==="targetFolderName"))return h.errors=[{instancePath:r+"/options",schemaPath:"#/definitions/InstallPluginOptions/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:me},message:"must NOT have additional properties"}],!1;if(M===t){if(a.activate!==void 0){const me=t;if(typeof a.activate!="boolean")return h.errors=[{instancePath:r+"/options/activate",schemaPath:"#/definitions/InstallPluginOptions/properties/activate/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"}],!1;var F=me===t}else var F=!0;if(F)if(a.targetFolderName!==void 0){const me=t;if(typeof a.targetFolderName!="string")return h.errors=[{instancePath:r+"/options/targetFolderName",schemaPath:"#/definitions/InstallPluginOptions/properties/targetFolderName/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var F=me===t}else var F=!0}}else return h.errors=[{instancePath:r+"/options",schemaPath:"#/definitions/InstallPluginOptions/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var k=E===t}else var k=!0}}}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/9/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="installTheme"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step")||e.themeData===void 0&&(L="themeData"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/10/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="ifAlreadyInstalled"||a==="step"||a==="themeData"||a==="themeZipFile"||a==="options"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/10/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/10/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/10/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var D=M===t}else var D=!0;if(D)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/10/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var D=m===t}else var D=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/10/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var I=E===t}else var I=!0;if(I){if(e.ifAlreadyInstalled!==void 0){let a=e.ifAlreadyInstalled;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/ifAlreadyInstalled",schemaPath:"#/oneOf/10/properties/ifAlreadyInstalled/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(!(a==="overwrite"||a==="skip"||a==="error"))return h.errors=[{instancePath:r+"/ifAlreadyInstalled",schemaPath:"#/oneOf/10/properties/ifAlreadyInstalled/enum",keyword:"enum",params:{allowedValues:Ws.oneOf[10].properties.ifAlreadyInstalled.enum},message:"must be equal to one of the allowed values"}],!1;var I=E===t}else var I=!0;if(I){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/10/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="installTheme")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/10/properties/step/const",keyword:"const",params:{allowedValue:"installTheme"},message:"must be equal to constant"}],!1;var I=E===t}else var I=!0;if(I){if(e.themeData!==void 0){let a=e.themeData;const E=t,U=t;let m=!1;const M=t;le(a,{instancePath:r+"/themeData",parentData:e,parentDataProperty:"themeData",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var V=M===t;if(m=m||V,!m){const Pe=t;Je(a,{instancePath:r+"/themeData",parentData:e,parentDataProperty:"themeData",rootData:o})||(i=i===null?Je.errors:i.concat(Je.errors),t=i.length);var V=Pe===t;m=m||V}if(m)t=U,i!==null&&(U?i.length=U:i=null);else{const Pe={instancePath:r+"/themeData",schemaPath:"#/oneOf/10/properties/themeData/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[Pe]:i.push(Pe),t++,h.errors=i,!1}var I=E===t}else var I=!0;if(I){if(e.themeZipFile!==void 0){const a=t;le(e.themeZipFile,{instancePath:r+"/themeZipFile",parentData:e,parentDataProperty:"themeZipFile",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var I=a===t}else var I=!0;if(I)if(e.options!==void 0){let a=e.options;const E=t;if(t===t)if(a&&typeof a=="object"&&!Array.isArray(a)){const M=t;for(const me in a)if(!(me==="activate"||me==="importStarterContent"||me==="targetFolderName"))return h.errors=[{instancePath:r+"/options",schemaPath:"#/definitions/InstallThemeOptions/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:me},message:"must NOT have additional properties"}],!1;if(M===t){if(a.activate!==void 0){const me=t;if(typeof a.activate!="boolean")return h.errors=[{instancePath:r+"/options/activate",schemaPath:"#/definitions/InstallThemeOptions/properties/activate/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"}],!1;var z=me===t}else var z=!0;if(z){if(a.importStarterContent!==void 0){const me=t;if(typeof a.importStarterContent!="boolean")return h.errors=[{instancePath:r+"/options/importStarterContent",schemaPath:"#/definitions/InstallThemeOptions/properties/importStarterContent/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"}],!1;var z=me===t}else var z=!0;if(z)if(a.targetFolderName!==void 0){const me=t;if(typeof a.targetFolderName!="string")return h.errors=[{instancePath:r+"/options/targetFolderName",schemaPath:"#/definitions/InstallThemeOptions/properties/targetFolderName/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var z=me===t}else var z=!0}}}else return h.errors=[{instancePath:r+"/options",schemaPath:"#/definitions/InstallThemeOptions/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var I=E===t}else var I=!0}}}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/10/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="login"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/11/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="username"||a==="password"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/11/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/11/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/11/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var K=M===t}else var K=!0;if(K)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/11/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var K=m===t}else var K=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/11/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var Y=E===t}else var Y=!0;if(Y){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/11/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="login")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/11/properties/step/const",keyword:"const",params:{allowedValue:"login"},message:"must be equal to constant"}],!1;var Y=E===t}else var Y=!0;if(Y){if(e.username!==void 0){const a=t;if(typeof e.username!="string")return h.errors=[{instancePath:r+"/username",schemaPath:"#/oneOf/11/properties/username/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Y=a===t}else var Y=!0;if(Y)if(e.password!==void 0){const a=t;if(typeof e.password!="string")return h.errors=[{instancePath:r+"/password",schemaPath:"#/oneOf/11/properties/password/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Y=a===t}else var Y=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/11/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="mkdir"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.path===void 0&&(L="path")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/12/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="path"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/12/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/12/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/12/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var G=M===t}else var G=!0;if(G)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/12/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var G=m===t}else var G=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/12/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var se=E===t}else var se=!0;if(se){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/12/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="mkdir")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/12/properties/step/const",keyword:"const",params:{allowedValue:"mkdir"},message:"must be equal to constant"}],!1;var se=E===t}else var se=!0;if(se)if(e.path!==void 0){const a=t;if(typeof e.path!="string")return h.errors=[{instancePath:r+"/path",schemaPath:"#/oneOf/12/properties/path/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var se=a===t}else var se=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/12/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="mv"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.fromPath===void 0&&(L="fromPath")||e.step===void 0&&(L="step")||e.toPath===void 0&&(L="toPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/13/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="fromPath"||a==="toPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/13/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/13/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/13/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var ee=M===t}else var ee=!0;if(ee)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/13/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var ee=m===t}else var ee=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/13/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var X=E===t}else var X=!0;if(X){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/13/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="mv")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/13/properties/step/const",keyword:"const",params:{allowedValue:"mv"},message:"must be equal to constant"}],!1;var X=E===t}else var X=!0;if(X){if(e.fromPath!==void 0){const a=t;if(typeof e.fromPath!="string")return h.errors=[{instancePath:r+"/fromPath",schemaPath:"#/oneOf/13/properties/fromPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var X=a===t}else var X=!0;if(X)if(e.toPath!==void 0){const a=t;if(typeof e.toPath!="string")return h.errors=[{instancePath:r+"/toPath",schemaPath:"#/oneOf/13/properties/toPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var X=a===t}else var X=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/13/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="resetData"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/14/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/14/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/14/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/14/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var Q=M===t}else var Q=!0;if(Q)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/14/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Q=m===t}else var Q=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/14/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var re=E===t}else var re=!0;if(re)if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/14/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="resetData")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/14/properties/step/const",keyword:"const",params:{allowedValue:"resetData"},message:"must be equal to constant"}],!1;var re=E===t}else var re=!0}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/14/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="request"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.request===void 0&&(L="request")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/15/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="request"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/15/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/15/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/15/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var ne=M===t}else var ne=!0;if(ne)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/15/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var ne=m===t}else var ne=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/15/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var te=E===t}else var te=!0;if(te){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/15/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="request")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/15/properties/step/const",keyword:"const",params:{allowedValue:"request"},message:"must be equal to constant"}],!1;var te=E===t}else var te=!0;if(te)if(e.request!==void 0){const a=t;We(e.request,{instancePath:r+"/request",parentData:e,parentDataProperty:"request",rootData:o})||(i=i===null?We.errors:i.concat(We.errors),t=i.length);var te=a===t}else var te=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/15/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="rm"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.path===void 0&&(L="path")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/16/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="path"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/16/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/16/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/16/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var ge=M===t}else var ge=!0;if(ge)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/16/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var ge=m===t}else var ge=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/16/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var ve=E===t}else var ve=!0;if(ve){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/16/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="rm")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/16/properties/step/const",keyword:"const",params:{allowedValue:"rm"},message:"must be equal to constant"}],!1;var ve=E===t}else var ve=!0;if(ve)if(e.path!==void 0){const a=t;if(typeof e.path!="string")return h.errors=[{instancePath:r+"/path",schemaPath:"#/oneOf/16/properties/path/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var ve=a===t}else var ve=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/16/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="rmdir"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.path===void 0&&(L="path")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/17/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="path"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/17/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/17/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/17/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var De=M===t}else var De=!0;if(De)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/17/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var De=m===t}else var De=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/17/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var tr=E===t}else var tr=!0;if(tr){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/17/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="rmdir")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/17/properties/step/const",keyword:"const",params:{allowedValue:"rmdir"},message:"must be equal to constant"}],!1;var tr=E===t}else var tr=!0;if(tr)if(e.path!==void 0){const a=t;if(typeof e.path!="string")return h.errors=[{instancePath:r+"/path",schemaPath:"#/oneOf/17/properties/path/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var tr=a===t}else var tr=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/17/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="runPHP"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.code===void 0&&(L="code")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/18/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="code"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/18/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/18/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/18/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var Mr=M===t}else var Mr=!0;if(Mr)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/18/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Mr=m===t}else var Mr=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/18/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var sr=E===t}else var sr=!0;if(sr){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/18/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="runPHP")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/18/properties/step/const",keyword:"const",params:{allowedValue:"runPHP"},message:"must be equal to constant"}],!1;var sr=E===t}else var sr=!0;if(sr)if(e.code!==void 0){const a=t;if(typeof e.code!="string")return h.errors=[{instancePath:r+"/code",schemaPath:"#/oneOf/18/properties/code/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var sr=a===t}else var sr=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/18/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="runPHPWithOptions"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.options===void 0&&(L="options")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/19/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="options"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/19/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/19/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/19/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var Qe=M===t}else var Qe=!0;if(Qe)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/19/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Qe=m===t}else var Qe=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/19/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var Fe=E===t}else var Fe=!0;if(Fe){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/19/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="runPHPWithOptions")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/19/properties/step/const",keyword:"const",params:{allowedValue:"runPHPWithOptions"},message:"must be equal to constant"}],!1;var Fe=E===t}else var Fe=!0;if(Fe)if(e.options!==void 0){const a=t;Se(e.options,{instancePath:r+"/options",parentData:e,parentDataProperty:"options",rootData:o})||(i=i===null?Se.errors:i.concat(Se.errors),t=i.length);var Fe=a===t}else var Fe=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/19/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="runWpInstallationWizard"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.options===void 0&&(L="options")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/20/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="options"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/20/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/20/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/20/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var Kr=M===t}else var Kr=!0;if(Kr)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/20/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Kr=m===t}else var Kr=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/20/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var cr=E===t}else var cr=!0;if(cr){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/20/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="runWpInstallationWizard")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/20/properties/step/const",keyword:"const",params:{allowedValue:"runWpInstallationWizard"},message:"must be equal to constant"}],!1;var cr=E===t}else var cr=!0;if(cr)if(e.options!==void 0){let a=e.options;const E=t;if(t===t)if(a&&typeof a=="object"&&!Array.isArray(a)){const M=t;for(const me in a)if(!(me==="adminUsername"||me==="adminPassword"))return h.errors=[{instancePath:r+"/options",schemaPath:"#/definitions/WordPressInstallationOptions/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:me},message:"must NOT have additional properties"}],!1;if(M===t){if(a.adminUsername!==void 0){const me=t;if(typeof a.adminUsername!="string")return h.errors=[{instancePath:r+"/options/adminUsername",schemaPath:"#/definitions/WordPressInstallationOptions/properties/adminUsername/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Pr=me===t}else var Pr=!0;if(Pr)if(a.adminPassword!==void 0){const me=t;if(typeof a.adminPassword!="string")return h.errors=[{instancePath:r+"/options/adminPassword",schemaPath:"#/definitions/WordPressInstallationOptions/properties/adminPassword/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Pr=me===t}else var Pr=!0}}else return h.errors=[{instancePath:r+"/options",schemaPath:"#/definitions/WordPressInstallationOptions/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var cr=E===t}else var cr=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/20/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="runSql"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.sql===void 0&&(L="sql")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/21/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="sql"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/21/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/21/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/21/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var zr=M===t}else var zr=!0;if(zr)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/21/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var zr=m===t}else var zr=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/21/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var dr=E===t}else var dr=!0;if(dr){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/21/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="runSql")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/21/properties/step/const",keyword:"const",params:{allowedValue:"runSql"},message:"must be equal to constant"}],!1;var dr=E===t}else var dr=!0;if(dr)if(e.sql!==void 0){const a=t;le(e.sql,{instancePath:r+"/sql",parentData:e,parentDataProperty:"sql",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var dr=a===t}else var dr=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/21/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="setSiteOptions"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.options===void 0&&(L="options")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/22/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="options"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/22/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/22/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/22/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var xr=M===t}else var xr=!0;if(xr)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/22/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var xr=m===t}else var xr=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/22/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var qe=E===t}else var qe=!0;if(qe){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/22/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="setSiteOptions")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/22/properties/step/const",keyword:"const",params:{allowedValue:"setSiteOptions"},message:"must be equal to constant"}],!1;var qe=E===t}else var qe=!0;if(qe)if(e.options!==void 0){let a=e.options;const E=t;if(t===E&&!(a&&typeof a=="object"&&!Array.isArray(a)))return h.errors=[{instancePath:r+"/options",schemaPath:"#/oneOf/22/properties/options/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var qe=E===t}else var qe=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/22/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="unzip"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.extractToPath===void 0&&(L="extractToPath")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/23/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="zipFile"||a==="zipPath"||a==="extractToPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/23/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/23/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/23/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var He=M===t}else var He=!0;if(He)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/23/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var He=m===t}else var He=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/23/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var Oe=E===t}else var Oe=!0;if(Oe){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/23/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="unzip")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/23/properties/step/const",keyword:"const",params:{allowedValue:"unzip"},message:"must be equal to constant"}],!1;var Oe=E===t}else var Oe=!0;if(Oe){if(e.zipFile!==void 0){const a=t;le(e.zipFile,{instancePath:r+"/zipFile",parentData:e,parentDataProperty:"zipFile",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var Oe=a===t}else var Oe=!0;if(Oe){if(e.zipPath!==void 0){const a=t;if(typeof e.zipPath!="string")return h.errors=[{instancePath:r+"/zipPath",schemaPath:"#/oneOf/23/properties/zipPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Oe=a===t}else var Oe=!0;if(Oe)if(e.extractToPath!==void 0){const a=t;if(typeof e.extractToPath!="string")return h.errors=[{instancePath:r+"/extractToPath",schemaPath:"#/oneOf/23/properties/extractToPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Oe=a===t}else var Oe=!0}}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/23/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="updateUserMeta"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.meta===void 0&&(L="meta")||e.step===void 0&&(L="step")||e.userId===void 0&&(L="userId"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/24/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="meta"||a==="userId"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/24/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/24/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/24/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var Gr=M===t}else var Gr=!0;if(Gr)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/24/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Gr=m===t}else var Gr=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/24/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var ke=E===t}else var ke=!0;if(ke){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/24/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="updateUserMeta")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/24/properties/step/const",keyword:"const",params:{allowedValue:"updateUserMeta"},message:"must be equal to constant"}],!1;var ke=E===t}else var ke=!0;if(ke){if(e.meta!==void 0){let a=e.meta;const E=t;if(t===E&&!(a&&typeof a=="object"&&!Array.isArray(a)))return h.errors=[{instancePath:r+"/meta",schemaPath:"#/oneOf/24/properties/meta/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var ke=E===t}else var ke=!0;if(ke)if(e.userId!==void 0){let a=e.userId;const E=t;if(!(typeof a=="number"&&isFinite(a)))return h.errors=[{instancePath:r+"/userId",schemaPath:"#/oneOf/24/properties/userId/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var ke=E===t}else var ke=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/24/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="writeFile"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.data===void 0&&(L="data")||e.path===void 0&&(L="path")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/25/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="path"||a==="data"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/25/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/25/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/25/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var Zr=M===t}else var Zr=!0;if(Zr)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/25/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Zr=m===t}else var Zr=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/25/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var c=E===t}else var c=!0;if(c){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/25/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="writeFile")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/25/properties/step/const",keyword:"const",params:{allowedValue:"writeFile"},message:"must be equal to constant"}],!1;var c=E===t}else var c=!0;if(c){if(e.path!==void 0){const a=t;if(typeof e.path!="string")return h.errors=[{instancePath:r+"/path",schemaPath:"#/oneOf/25/properties/path/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var c=a===t}else var c=!0;if(c)if(e.data!==void 0){let a=e.data;const E=t,U=t;let m=!1;const M=t;le(a,{instancePath:r+"/data",parentData:e,parentDataProperty:"data",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var f=M===t;if(m=m||f,!m){const Pe=t;if(typeof a!="string"){const ir={instancePath:r+"/data",schemaPath:"#/oneOf/25/properties/data/anyOf/1/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[ir]:i.push(ir),t++}var f=Pe===t;if(m=m||f,!m){const ir=t;if(t===ir)if(a&&typeof a=="object"&&!Array.isArray(a)){let Me;if(a.BYTES_PER_ELEMENT===void 0&&(Me="BYTES_PER_ELEMENT")||a.buffer===void 0&&(Me="buffer")||a.byteLength===void 0&&(Me="byteLength")||a.byteOffset===void 0&&(Me="byteOffset")||a.length===void 0&&(Me="length")){const $t={instancePath:r+"/data",schemaPath:"#/oneOf/25/properties/data/anyOf/2/required",keyword:"required",params:{missingProperty:Me},message:"must have required property '"+Me+"'"};i===null?i=[$t]:i.push($t),t++}else{const $t=t;for(const ue in a)if(!(ue==="BYTES_PER_ELEMENT"||ue==="buffer"||ue==="byteLength"||ue==="byteOffset"||ue==="length")){let je=a[ue];const Rt=t;if(!(typeof je=="number"&&isFinite(je))){const Te={instancePath:r+"/data/"+ue.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/oneOf/25/properties/data/anyOf/2/additionalProperties/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[Te]:i.push(Te),t++}var l=Rt===t;if(!l)break}if($t===t){if(a.BYTES_PER_ELEMENT!==void 0){let ue=a.BYTES_PER_ELEMENT;const je=t;if(!(typeof ue=="number"&&isFinite(ue))){const Rt={instancePath:r+"/data/BYTES_PER_ELEMENT",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/BYTES_PER_ELEMENT/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[Rt]:i.push(Rt),t++}var _=je===t}else var _=!0;if(_){if(a.buffer!==void 0){let ue=a.buffer;const je=t;if(t===je)if(ue&&typeof ue=="object"&&!Array.isArray(ue)){let Te;if(ue.byteLength===void 0&&(Te="byteLength")){const Dt={instancePath:r+"/data/buffer",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/buffer/required",keyword:"required",params:{missingProperty:Te},message:"must have required property '"+Te+"'"};i===null?i=[Dt]:i.push(Dt),t++}else{const Dt=t;for(const pt in ue)if(pt!=="byteLength"){const ft={instancePath:r+"/data/buffer",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/buffer/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:pt},message:"must NOT have additional properties"};i===null?i=[ft]:i.push(ft),t++;break}if(Dt===t&&ue.byteLength!==void 0){let pt=ue.byteLength;if(!(typeof pt=="number"&&isFinite(pt))){const ft={instancePath:r+"/data/buffer/byteLength",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/buffer/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[ft]:i.push(ft),t++}}}}else{const Te={instancePath:r+"/data/buffer",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/buffer/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[Te]:i.push(Te),t++}var _=je===t}else var _=!0;if(_){if(a.byteLength!==void 0){let ue=a.byteLength;const je=t;if(!(typeof ue=="number"&&isFinite(ue))){const Te={instancePath:r+"/data/byteLength",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[Te]:i.push(Te),t++}var _=je===t}else var _=!0;if(_){if(a.byteOffset!==void 0){let ue=a.byteOffset;const je=t;if(!(typeof ue=="number"&&isFinite(ue))){const Te={instancePath:r+"/data/byteOffset",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/byteOffset/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[Te]:i.push(Te),t++}var _=je===t}else var _=!0;if(_)if(a.length!==void 0){let ue=a.length;const je=t;if(!(typeof ue=="number"&&isFinite(ue))){const Te={instancePath:r+"/data/length",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/length/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[Te]:i.push(Te),t++}var _=je===t}else var _=!0}}}}}}else{const Me={instancePath:r+"/data",schemaPath:"#/oneOf/25/properties/data/anyOf/2/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[Me]:i.push(Me),t++}var f=ir===t;m=m||f}}if(m)t=U,i!==null&&(U?i.length=U:i=null);else{const Pe={instancePath:r+"/data",schemaPath:"#/oneOf/25/properties/data/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[Pe]:i.push(Pe),t++,h.errors=i,!1}var c=E===t}else var c=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/25/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="writeFiles"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.filesTree===void 0&&(L="filesTree")||e.step===void 0&&(L="step")||e.writeToPath===void 0&&(L="writeToPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/26/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="writeToPath"||a==="filesTree"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/26/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/26/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/26/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var v=M===t}else var v=!0;if(v)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/26/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var v=m===t}else var v=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/26/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var C=E===t}else var C=!0;if(C){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/26/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="writeFiles")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/26/properties/step/const",keyword:"const",params:{allowedValue:"writeFiles"},message:"must be equal to constant"}],!1;var C=E===t}else var C=!0;if(C){if(e.writeToPath!==void 0){const a=t;if(typeof e.writeToPath!="string")return h.errors=[{instancePath:r+"/writeToPath",schemaPath:"#/oneOf/26/properties/writeToPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var C=a===t}else var C=!0;if(C)if(e.filesTree!==void 0){const a=t;Je(e.filesTree,{instancePath:r+"/filesTree",parentData:e,parentDataProperty:"filesTree",rootData:o})||(i=i===null?Je.errors:i.concat(Je.errors),t=i.length);var C=a===t}else var C=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/26/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="wp-cli"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.command===void 0&&(L="command")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/27/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="command"||a==="wpCliPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/27/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/27/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/27/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var R=M===t}else var R=!0;if(R)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/27/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var R=m===t}else var R=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/27/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var J=E===t}else var J=!0;if(J){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/27/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="wp-cli")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/27/properties/step/const",keyword:"const",params:{allowedValue:"wp-cli"},message:"must be equal to constant"}],!1;var J=E===t}else var J=!0;if(J){if(e.command!==void 0){let a=e.command;const E=t,U=t;let m=!1;const M=t;if(typeof a!="string"){const Pe={instancePath:r+"/command",schemaPath:"#/oneOf/27/properties/command/anyOf/0/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[Pe]:i.push(Pe),t++}var ye=M===t;if(m=m||ye,!m){const Pe=t;if(t===Pe)if(Array.isArray(a)){var de=!0;const ir=a.length;for(let Ht=0;Ht<ir;Ht++){const Me=t;if(typeof a[Ht]!="string"){const ue={instancePath:r+"/command/"+Ht,schemaPath:"#/oneOf/27/properties/command/anyOf/1/items/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[ue]:i.push(ue),t++}var de=Me===t;if(!de)break}}else{const ir={instancePath:r+"/command",schemaPath:"#/oneOf/27/properties/command/anyOf/1/type",keyword:"type",params:{type:"array"},message:"must be array"};i===null?i=[ir]:i.push(ir),t++}var ye=Pe===t;m=m||ye}if(m)t=U,i!==null&&(U?i.length=U:i=null);else{const Pe={instancePath:r+"/command",schemaPath:"#/oneOf/27/properties/command/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[Pe]:i.push(Pe),t++,h.errors=i,!1}var J=E===t}else var J=!0;if(J)if(e.wpCliPath!==void 0){const a=t;if(typeof e.wpCliPath!="string")return h.errors=[{instancePath:r+"/wpCliPath",schemaPath:"#/oneOf/27/properties/wpCliPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var J=a===t}else var J=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/27/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="setSiteLanguage"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.language===void 0&&(L="language")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/28/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="language"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/28/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/28/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/28/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var he=M===t}else var he=!0;if(he)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/28/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var he=m===t}else var he=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/28/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var ae=E===t}else var ae=!0;if(ae){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/28/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="setSiteLanguage")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/28/properties/step/const",keyword:"const",params:{allowedValue:"setSiteLanguage"},message:"must be equal to constant"}],!1;var ae=E===t}else var ae=!0;if(ae)if(e.language!==void 0){const a=t;if(typeof e.language!="string")return h.errors=[{instancePath:r+"/language",schemaPath:"#/oneOf/28/properties/language/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var ae=a===t}else var ae=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/28/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else return h.errors=[{instancePath:r,schemaPath:"#/discriminator",keyword:"discriminator",params:{error:"mapping",tag:"step",tagValue:pe},message:'value of tag "step" must be in oneOf'}],!1;else return h.errors=[{instancePath:r,schemaPath:"#/discriminator",keyword:"discriminator",params:{error:"tag",tag:"step",tagValue:pe},message:'tag "step" must be string'}],!1}}else return h.errors=[{instancePath:r,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;return h.errors=i,t===0}function ie(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;if(t===0)if(e&&typeof e=="object"&&!Array.isArray(e)){const O=t;for(const A in e)if(!bo.call(wu.properties,A))return ie.errors=[{instancePath:r,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:A},message:"must NOT have additional properties"}],!1;if(O===t){if(e.landingPage!==void 0){const A=t;if(typeof e.landingPage!="string")return ie.errors=[{instancePath:r+"/landingPage",schemaPath:"#/properties/landingPage/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=A===t}else var p=!0;if(p){if(e.description!==void 0){const A=t;if(typeof e.description!="string")return ie.errors=[{instancePath:r+"/description",schemaPath:"#/properties/description/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=A===t}else var p=!0;if(p){if(e.meta!==void 0){let A=e.meta;const B=t;if(t===B)if(A&&typeof A=="object"&&!Array.isArray(A)){let T;if(A.title===void 0&&(T="title")||A.author===void 0&&(T="author"))return ie.errors=[{instancePath:r+"/meta",schemaPath:"#/properties/meta/required",keyword:"required",params:{missingProperty:T},message:"must have required property '"+T+"'"}],!1;{const k=t;for(const S in A)if(!(S==="title"||S==="description"||S==="author"||S==="categories"))return ie.errors=[{instancePath:r+"/meta",schemaPath:"#/properties/meta/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:S},message:"must NOT have additional properties"}],!1;if(k===t){if(A.title!==void 0){const S=t;if(typeof A.title!="string")return ie.errors=[{instancePath:r+"/meta/title",schemaPath:"#/properties/meta/properties/title/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=S===t}else var y=!0;if(y){if(A.description!==void 0){const S=t;if(typeof A.description!="string")return ie.errors=[{instancePath:r+"/meta/description",schemaPath:"#/properties/meta/properties/description/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=S===t}else var y=!0;if(y){if(A.author!==void 0){const S=t;if(typeof A.author!="string")return ie.errors=[{instancePath:r+"/meta/author",schemaPath:"#/properties/meta/properties/author/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=S===t}else var y=!0;if(y)if(A.categories!==void 0){let S=A.categories;const F=t;if(t===F)if(Array.isArray(S)){var u=!0;const I=S.length;for(let V=0;V<I;V++){const z=t;if(typeof S[V]!="string")return ie.errors=[{instancePath:r+"/meta/categories/"+V,schemaPath:"#/properties/meta/properties/categories/items/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var u=z===t;if(!u)break}}else return ie.errors=[{instancePath:r+"/meta/categories",schemaPath:"#/properties/meta/properties/categories/type",keyword:"type",params:{type:"array"},message:"must be array"}],!1;var y=F===t}else var y=!0}}}}}else return ie.errors=[{instancePath:r+"/meta",schemaPath:"#/properties/meta/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=B===t}else var p=!0;if(p){if(e.preferredVersions!==void 0){let A=e.preferredVersions;const B=t;if(t===B)if(A&&typeof A=="object"&&!Array.isArray(A)){let T;if(A.php===void 0&&(T="php")||A.wp===void 0&&(T="wp"))return ie.errors=[{instancePath:r+"/preferredVersions",schemaPath:"#/properties/preferredVersions/required",keyword:"required",params:{missingProperty:T},message:"must have required property '"+T+"'"}],!1;{const k=t;for(const S in A)if(!(S==="php"||S==="wp"))return ie.errors=[{instancePath:r+"/preferredVersions",schemaPath:"#/properties/preferredVersions/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:S},message:"must NOT have additional properties"}],!1;if(k===t){if(A.php!==void 0){let S=A.php;const F=t,D=t;let I=!1;const V=t;if(typeof S!="string"){const z={instancePath:r+"/preferredVersions/php",schemaPath:"#/definitions/SupportedPHPVersion/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[z]:i.push(z),t++}if(!(S==="8.3"||S==="8.2"||S==="8.1"||S==="8.0"||S==="7.4"||S==="7.3"||S==="7.2"||S==="7.1"||S==="7.0")){const z={instancePath:r+"/preferredVersions/php",schemaPath:"#/definitions/SupportedPHPVersion/enum",keyword:"enum",params:{allowedValues:bu.enum},message:"must be equal to one of the allowed values"};i===null?i=[z]:i.push(z),t++}var d=V===t;if(I=I||d,!I){const z=t;if(typeof S!="string"){const Y={instancePath:r+"/preferredVersions/php",schemaPath:"#/properties/preferredVersions/properties/php/anyOf/1/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[Y]:i.push(Y),t++}if(S!=="latest"){const Y={instancePath:r+"/preferredVersions/php",schemaPath:"#/properties/preferredVersions/properties/php/anyOf/1/const",keyword:"const",params:{allowedValue:"latest"},message:"must be equal to constant"};i===null?i=[Y]:i.push(Y),t++}var d=z===t;I=I||d}if(I)t=D,i!==null&&(D?i.length=D:i=null);else{const z={instancePath:r+"/preferredVersions/php",schemaPath:"#/properties/preferredVersions/properties/php/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[z]:i.push(z),t++,ie.errors=i,!1}var g=F===t}else var g=!0;if(g)if(A.wp!==void 0){const S=t;if(typeof A.wp!="string")return ie.errors=[{instancePath:r+"/preferredVersions/wp",schemaPath:"#/properties/preferredVersions/properties/wp/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var g=S===t}else var g=!0}}}else return ie.errors=[{instancePath:r+"/preferredVersions",schemaPath:"#/properties/preferredVersions/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=B===t}else var p=!0;if(p){if(e.features!==void 0){let A=e.features;const B=t;if(t===B)if(A&&typeof A=="object"&&!Array.isArray(A)){const T=t;for(const k in A)if(k!=="networking")return ie.errors=[{instancePath:r+"/features",schemaPath:"#/properties/features/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:k},message:"must NOT have additional properties"}],!1;if(T===t&&A.networking!==void 0&&typeof A.networking!="boolean")return ie.errors=[{instancePath:r+"/features/networking",schemaPath:"#/properties/features/properties/networking/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"}],!1}else return ie.errors=[{instancePath:r+"/features",schemaPath:"#/properties/features/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=B===t}else var p=!0;if(p){if(e.extraLibraries!==void 0){let A=e.extraLibraries;const B=t;if(t===B)if(Array.isArray(A)){var b=!0;const T=A.length;for(let k=0;k<T;k++){let S=A[k];const F=t;if(typeof S!="string")return ie.errors=[{instancePath:r+"/extraLibraries/"+k,schemaPath:"#/definitions/ExtraLibrary/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(S!=="wp-cli")return ie.errors=[{instancePath:r+"/extraLibraries/"+k,schemaPath:"#/definitions/ExtraLibrary/const",keyword:"const",params:{allowedValue:"wp-cli"},message:"must be equal to constant"}],!1;var b=F===t;if(!b)break}}else return ie.errors=[{instancePath:r+"/extraLibraries",schemaPath:"#/properties/extraLibraries/type",keyword:"type",params:{type:"array"},message:"must be array"}],!1;var p=B===t}else var p=!0;if(p){if(e.constants!==void 0){let A=e.constants;const B=t;if(t===t)if(A&&typeof A=="object"&&!Array.isArray(A))for(const k in A){let S=A[k];const F=t;if(typeof S!="string"&&typeof S!="boolean"&&!(typeof S=="number"&&isFinite(S)))return ie.errors=[{instancePath:r+"/constants/"+k.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/definitions/PHPConstants/additionalProperties/type",keyword:"type",params:{type:vu.additionalProperties.type},message:"must be string,boolean,number"}],!1;var w=F===t;if(!w)break}else return ie.errors=[{instancePath:r+"/constants",schemaPath:"#/definitions/PHPConstants/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=B===t}else var p=!0;if(p){if(e.plugins!==void 0){let A=e.plugins;const B=t;if(t===B)if(Array.isArray(A)){var H=!0;const T=A.length;for(let k=0;k<T;k++){let S=A[k];const F=t,D=t;let I=!1;const V=t;if(typeof S!="string"){const K={instancePath:r+"/plugins/"+k,schemaPath:"#/properties/plugins/items/anyOf/0/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[K]:i.push(K),t++}var P=V===t;if(I=I||P,!I){const K=t;le(S,{instancePath:r+"/plugins/"+k,parentData:A,parentDataProperty:k,rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var P=K===t;I=I||P}if(I)t=D,i!==null&&(D?i.length=D:i=null);else{const K={instancePath:r+"/plugins/"+k,schemaPath:"#/properties/plugins/items/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[K]:i.push(K),t++,ie.errors=i,!1}var H=F===t;if(!H)break}}else return ie.errors=[{instancePath:r+"/plugins",schemaPath:"#/properties/plugins/type",keyword:"type",params:{type:"array"},message:"must be array"}],!1;var p=B===t}else var p=!0;if(p){if(e.siteOptions!==void 0){let A=e.siteOptions;const B=t;if(t===B)if(A&&typeof A=="object"&&!Array.isArray(A)){const T=t;for(const k in A)if(k!=="blogname"){const S=t;if(typeof A[k]!="string")return ie.errors=[{instancePath:r+"/siteOptions/"+k.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/siteOptions/additionalProperties/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var N=S===t;if(!N)break}if(T===t&&A.blogname!==void 0&&typeof A.blogname!="string")return ie.errors=[{instancePath:r+"/siteOptions/blogname",schemaPath:"#/properties/siteOptions/properties/blogname/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1}else return ie.errors=[{instancePath:r+"/siteOptions",schemaPath:"#/properties/siteOptions/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=B===t}else var p=!0;if(p){if(e.login!==void 0){let A=e.login;const B=t,x=t;let T=!1;const k=t;if(typeof A!="boolean"){const F={instancePath:r+"/login",schemaPath:"#/properties/login/anyOf/0/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"};i===null?i=[F]:i.push(F),t++}var j=k===t;if(T=T||j,!T){const F=t;if(t===F)if(A&&typeof A=="object"&&!Array.isArray(A)){let I;if(A.username===void 0&&(I="username")||A.password===void 0&&(I="password")){const V={instancePath:r+"/login",schemaPath:"#/properties/login/anyOf/1/required",keyword:"required",params:{missingProperty:I},message:"must have required property '"+I+"'"};i===null?i=[V]:i.push(V),t++}else{const V=t;for(const z in A)if(!(z==="username"||z==="password")){const K={instancePath:r+"/login",schemaPath:"#/properties/login/anyOf/1/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:z},message:"must NOT have additional properties"};i===null?i=[K]:i.push(K),t++;break}if(V===t){if(A.username!==void 0){const z=t;if(typeof A.username!="string"){const K={instancePath:r+"/login/username",schemaPath:"#/properties/login/anyOf/1/properties/username/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[K]:i.push(K),t++}var q=z===t}else var q=!0;if(q)if(A.password!==void 0){const z=t;if(typeof A.password!="string"){const Y={instancePath:r+"/login/password",schemaPath:"#/properties/login/anyOf/1/properties/password/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[Y]:i.push(Y),t++}var q=z===t}else var q=!0}}}else{const I={instancePath:r+"/login",schemaPath:"#/properties/login/anyOf/1/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[I]:i.push(I),t++}var j=F===t;T=T||j}if(T)t=x,i!==null&&(x?i.length=x:i=null);else{const F={instancePath:r+"/login",schemaPath:"#/properties/login/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[F]:i.push(F),t++,ie.errors=i,!1}var p=B===t}else var p=!0;if(p){if(e.steps!==void 0){let A=e.steps;const B=t;if(t===B)if(Array.isArray(A)){var $=!0;const T=A.length;for(let k=0;k<T;k++){let S=A[k];const F=t,D=t;let I=!1;const V=t;h(S,{instancePath:r+"/steps/"+k,parentData:A,parentDataProperty:k,rootData:o})||(i=i===null?h.errors:i.concat(h.errors),t=i.length);var W=V===t;if(I=I||W,!I){const K=t;if(typeof S!="string"){const G={instancePath:r+"/steps/"+k,schemaPath:"#/properties/steps/items/anyOf/1/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[G]:i.push(G),t++}var W=K===t;if(I=I||W,!I){const G=t,se={instancePath:r+"/steps/"+k,schemaPath:"#/properties/steps/items/anyOf/2/not",keyword:"not",params:{},message:"must NOT be valid"};i===null?i=[se]:i.push(se),t++;var W=G===t;if(I=I||W,!I){const X=t;if(typeof S!="boolean"){const re={instancePath:r+"/steps/"+k,schemaPath:"#/properties/steps/items/anyOf/3/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"};i===null?i=[re]:i.push(re),t++}if(S!==!1){const re={instancePath:r+"/steps/"+k,schemaPath:"#/properties/steps/items/anyOf/3/const",keyword:"const",params:{allowedValue:!1},message:"must be equal to constant"};i===null?i=[re]:i.push(re),t++}var W=X===t;if(I=I||W,!I){const re=t;if(S!==null){const te={instancePath:r+"/steps/"+k,schemaPath:"#/properties/steps/items/anyOf/4/type",keyword:"type",params:{type:"null"},message:"must be null"};i===null?i=[te]:i.push(te),t++}var W=re===t;I=I||W}}}}if(I)t=D,i!==null&&(D?i.length=D:i=null);else{const K={instancePath:r+"/steps/"+k,schemaPath:"#/properties/steps/items/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[K]:i.push(K),t++,ie.errors=i,!1}var $=F===t;if(!$)break}}else return ie.errors=[{instancePath:r+"/steps",schemaPath:"#/properties/steps/type",keyword:"type",params:{type:"array"},message:"must be array"}],!1;var p=B===t}else var p=!0;if(p)if(e.$schema!==void 0){const A=t;if(typeof e.$schema!="string")return ie.errors=[{instancePath:r+"/$schema",schemaPath:"#/properties/%24schema/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=A===t}else var p=!0}}}}}}}}}}}}else return ie.errors=[{instancePath:r,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;return ie.errors=i,t===0}function Vt(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;return ie(e,{instancePath:r,parentData:s,parentDataProperty:n,rootData:o})||(i=i===null?ie.errors:i.concat(ie.errors),t=i.length),Vt.errors=i,t===0}const{wpCLI:ku,...Ln}=lp,Su={...Ln,"wp-cli":ku,importFile:Ln.importWxr};function Po(e,{progress:r=new us,semaphore:s=new Ho({concurrency:3}),onStepCompleted:n=()=>{},corsProxy:o}={}){var b,w,H,P,N,j,q,$,W;e=structuredClone(e),e={...e,steps:(e.steps||[]).filter(Cu).filter(Ou)};for(const O of e.steps)!O||typeof O!="object"||(O.step==="importFile"?(O.step="importWxr",xe.warn('The "importFile" step is deprecated. Use "importWxr" instead.')):(O==null?void 0:O.step)==="installPlugin"&&"pluginZipFile"in O?(O.pluginData=O.pluginZipFile,xe.warn('The "pluginZipFile" option of the "installPlugin" step is deprecated. Use "pluginData" instead.')):(O==null?void 0:O.step)==="installTheme"&&"themeZipFile"in O&&(O.themeData=O.themeZipFile,xe.warn('The "themeZipFile" option of the "installTheme" step is deprecated. Use "themeData" instead.')));if(e.constants&&e.steps.unshift({step:"defineWpConfigConsts",consts:e.constants}),e.siteOptions&&e.steps.unshift({step:"setSiteOptions",options:e.siteOptions}),e.plugins){const O=e.plugins.map(A=>typeof A=="string"?A.startsWith("https://")?{resource:"url",url:A}:{resource:"wordpress.org/plugins",slug:A}:A).map(A=>({step:"installPlugin",pluginData:A}));e.steps.unshift(...O)}e.login&&e.steps.push({step:"login",...e.login===!0?{username:"admin"}:e.login});const i=((b=e.steps)==null?void 0:b.findIndex(O=>typeof O=="object"&&(O==null?void 0:O.step)&&["wp-cli","enableMultisite"].includes(O.step)))??-1;if((w=e==null?void 0:e.extraLibraries)!=null&&w.includes("wp-cli")||i!==-1){const O={step:"writeFile",data:Vo,path:ci};i===-1?(H=e.steps)==null||H.push(O):(P=e.steps)==null||P.splice(i,0,O)}const t=(N=e.steps)==null?void 0:N.findIndex(O=>typeof O=="object"&&(O==null?void 0:O.step)==="importWxr");t!==void 0&&t>-1&&((j=e.steps)==null||j.splice(t,0,{step:"installPlugin",pluginData:{resource:"url",url:"https://playground.wordpress.net/wordpress-importer.zip",caption:"Downloading the WordPress Importer plugin"}}));const{valid:p,errors:y}=Au(e);if(!p){const O=new Error(`Invalid blueprint: ${y[0].message} at ${y[0].instancePath}`);throw O.errors=y,O}const u=e.steps||[],d=u.reduce((O,A)=>{var B;return O+(((B=A.progress)==null?void 0:B.weight)||1)},0),g=u.map(O=>xu(O,{semaphore:s,rootProgressTracker:r,totalProgressWeight:d,corsProxy:o}));return{versions:{php:Tu((q=e.preferredVersions)==null?void 0:q.php,os,Xn),wp:(($=e.preferredVersions)==null?void 0:$.wp)||"latest"},features:{networking:((W=e.features)==null?void 0:W.networking)??!1},extraLibraries:e.extraLibraries||[],run:async O=>{try{for(const{resources:A}of g)for(const B of A)B.setPlayground(O),B.isAsync&&B.resolve();for(const[A,{run:B,step:x}]of Object.entries(g))try{const T=await B(O);n(T,x)}catch(T){throw xe.error(T),new Error(`Error when executing the blueprint step #${A} (${JSON.stringify(x)}) ${T instanceof Error?`: ${T.message}`:T}`,{cause:T})}}finally{try{await O.goTo(e.landingPage||"/")}catch{}r.finish()}}}}function Au(e){var o;const r=Vt(e);if(r)return{valid:r};const s=new Set;for(const i of Vt.errors)i.schemaPath.startsWith("#/properties/steps/items/anyOf")||s.add(i.instancePath);const n=(o=Vt.errors)==null?void 0:o.filter(i=>!(i.schemaPath.startsWith("#/properties/steps/items/anyOf")&&s.has(i.instancePath)));return{valid:r,errors:n}}function Tu(e,r,s){return e&&r.includes(e)?e:s}function Cu(e){return!!(typeof e=="object"&&e)}function Ou(e){return["setPhpIniEntry","request"].includes(e.step)?(xe.warn(`The "${e.step}" Blueprint is no longer supported and you can remove it from your Blueprint.`),!1):!0}function xu(e,{semaphore:r,rootProgressTracker:s,totalProgressWeight:n,corsProxy:o}){var g;const i=s.stage((((g=e.progress)==null?void 0:g.weight)||1)/n),t={};for(const b of Object.keys(e)){let w=e[b];pu(w)&&(w=br.create(w,{semaphore:r,corsProxy:o})),t[b]=w}const p=async b=>{var w;try{return i.fillSlowly(),await Su[e.step](b,await Lu(t),{tracker:i,initialCaption:(w=e.progress)==null?void 0:w.caption})}finally{i.finish()}},y=In(t),u=In(t).filter(b=>b.isAsync),d=1/(u.length+1);for(const b of u)b.progress=i.stage(d);return{run:p,step:e,resources:y}}function In(e){const r=[];for(const s in e){const n=e[s];n instanceof br&&r.push(n)}return r}async function Lu(e){const r={};for(const s in e){const n=e[s];n instanceof br?r[s]=await n.resolve():r[s]=n}return r}async function Eo(e,r){await e.run(r)}function Iu(){}/**
751
+ for existing apps using this option.`}},required:["consts","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"defineSiteUrl"},siteUrl:{type:"string",description:"The URL"}},required:["siteUrl","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"enableMultisite"},wpCliPath:{type:"string",description:"wp-cli.phar path"}},required:["step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"importWxr"},file:{$ref:"#/definitions/FileReference",description:"The file to import"}},required:["file","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"importThemeStarterContent",description:"The step identifier."},themeSlug:{type:"string",description:"The name of the theme to import content from."}},required:["step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"importWordPressFiles"},wordPressFilesZip:{$ref:"#/definitions/FileReference",description:"The zip file containing the top-level WordPress files and directories."},pathInZip:{type:"string",description:"The path inside the zip file where the WordPress files are."}},required:["step","wordPressFilesZip"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},ifAlreadyInstalled:{type:"string",enum:["overwrite","skip","error"],description:"What to do if the asset already exists."},step:{type:"string",const:"installPlugin",description:"The step identifier."},pluginData:{anyOf:[{$ref:"#/definitions/FileReference"},{$ref:"#/definitions/DirectoryReference"}],description:"The plugin files to install. It can be a plugin zip file, a single PHP file, or a directory containing all the plugin files at its root."},pluginZipFile:{$ref:"#/definitions/FileReference",deprecated:". Use `pluginData` instead."},options:{$ref:"#/definitions/InstallPluginOptions",description:"Optional installation options."}},required:["pluginData","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},ifAlreadyInstalled:{type:"string",enum:["overwrite","skip","error"],description:"What to do if the asset already exists."},step:{type:"string",const:"installTheme",description:"The step identifier."},themeData:{anyOf:[{$ref:"#/definitions/FileReference"},{$ref:"#/definitions/DirectoryReference"}],description:"The theme files to install. It can be either a theme zip file, or a directory containing all the theme files at its root."},themeZipFile:{$ref:"#/definitions/FileReference",deprecated:". Use `themeData` instead."},options:{$ref:"#/definitions/InstallThemeOptions",description:"Optional installation options."}},required:["step","themeData"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"login"},username:{type:"string",description:"The user to log in as. Defaults to 'admin'."},password:{type:"string",deprecated:`The password field is deprecated and will be removed in a future version.
752
+ Only the username field is required for user authentication.`}},required:["step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"mkdir"},path:{type:"string",description:"The path of the directory you want to create"}},required:["path","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"mv"},fromPath:{type:"string",description:"Source path"},toPath:{type:"string",description:"Target path"}},required:["fromPath","step","toPath"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"resetData"}},required:["step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"request"},request:{$ref:"#/definitions/PHPRequest",description:"Request details (See /wordpress-playground/api/universal/interface/PHPRequest)"}},required:["request","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"rm"},path:{type:"string",description:"The path to remove"}},required:["path","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"rmdir"},path:{type:"string",description:"The path to remove"}},required:["path","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"runPHP",description:"The step identifier."},code:{type:"string",description:"The PHP code to run."}},required:["code","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"runPHPWithOptions"},options:{$ref:"#/definitions/PHPRunOptions",description:"Run options (See /wordpress-playground/api/universal/interface/PHPRunOptions/))"}},required:["options","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"runWpInstallationWizard"},options:{$ref:"#/definitions/WordPressInstallationOptions"}},required:["options","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"runSql",description:"The step identifier."},sql:{$ref:"#/definitions/FileReference",description:"The SQL to run. Each non-empty line must contain a valid SQL query."}},required:["sql","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"setSiteOptions",description:'The name of the step. Must be "setSiteOptions".'},options:{type:"object",additionalProperties:{},description:"The options to set on the site."}},required:["options","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"unzip"},zipFile:{$ref:"#/definitions/FileReference",description:"The zip file to extract"},zipPath:{type:"string",description:"The path of the zip file to extract",deprecated:"Use zipFile instead."},extractToPath:{type:"string",description:"The path to extract the zip file to"}},required:["extractToPath","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"updateUserMeta"},meta:{type:"object",additionalProperties:{},description:'An object of user meta values to set, e.g. { "first_name": "John" }'},userId:{type:"number",description:"User ID"}},required:["meta","step","userId"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"writeFile"},path:{type:"string",description:"The path of the file to write to"},data:{anyOf:[{$ref:"#/definitions/FileReference"},{type:"string"},{type:"object",properties:{BYTES_PER_ELEMENT:{type:"number"},buffer:{type:"object",properties:{byteLength:{type:"number"}},required:["byteLength"],additionalProperties:!1},byteLength:{type:"number"},byteOffset:{type:"number"},length:{type:"number"}},required:["BYTES_PER_ELEMENT","buffer","byteLength","byteOffset","length"],additionalProperties:{type:"number"}}],description:"The data to write"}},required:["data","path","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"writeFiles"},writeToPath:{type:"string",description:"The path of the file to write to"},filesTree:{$ref:"#/definitions/DirectoryReference",description:"The data to write"}},required:["filesTree","step","writeToPath"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"wp-cli",description:"The step identifier."},command:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}],description:"The WP CLI command to run."},wpCliPath:{type:"string",description:"wp-cli.phar path"}},required:["command","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"setSiteLanguage"},language:{type:"string",description:"The language to set, e.g. 'en_US'"}},required:["language","step"]}]},bu={type:"object",additionalProperties:{anyOf:[{$ref:"#/definitions/FileTree"},{type:["object","string"]}]},properties:{}},Ms={validate:Dr};function Dr(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;if(t===0)if(e&&typeof e=="object"&&!Array.isArray(e))for(const u in e){let d=e[u];const b=t,w=t;let g=!1;const H=t;Ms.validate(d,{instancePath:r+"/"+u.replace(/~/g,"~0").replace(/\//g,"~1"),parentData:e,parentDataProperty:u,rootData:o})||(i=i===null?Ms.validate.errors:i.concat(Ms.validate.errors),t=i.length);var p=H===t;if(g=g||p,!g){const P=t;if(!(d&&typeof d=="object"&&!Array.isArray(d))&&typeof d!="string"){const j={instancePath:r+"/"+u.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/additionalProperties/anyOf/1/type",keyword:"type",params:{type:bu.additionalProperties.anyOf[1].type},message:"must be object,string"};i===null?i=[j]:i.push(j),t++}var p=P===t;g=g||p}if(g)t=w,i!==null&&(w?i.length=w:i=null);else{const P={instancePath:r+"/"+u.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/additionalProperties/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[P]:i.push(P),t++,Dr.errors=i,!1}var y=b===t;if(!y)break}else return Dr.errors=[{instancePath:r,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;return Dr.errors=i,t===0}function or(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;if(t===0)if(e&&typeof e=="object"&&!Array.isArray(e)){let y;if(e.files===void 0&&(y="files")||e.name===void 0&&(y="name")||e.resource===void 0&&(y="resource"))return or.errors=[{instancePath:r,schemaPath:"#/required",keyword:"required",params:{missingProperty:y},message:"must have required property '"+y+"'"}],!1;{const u=t;for(const d in e)if(!(d==="resource"||d==="files"||d==="name"))return or.errors=[{instancePath:r,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:d},message:"must NOT have additional properties"}],!1;if(u===t){if(e.resource!==void 0){let d=e.resource;const b=t;if(typeof d!="string")return or.errors=[{instancePath:r+"/resource",schemaPath:"#/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(d!=="literal:directory")return or.errors=[{instancePath:r+"/resource",schemaPath:"#/properties/resource/const",keyword:"const",params:{allowedValue:"literal:directory"},message:"must be equal to constant"}],!1;var p=b===t}else var p=!0;if(p){if(e.files!==void 0){const d=t;Dr(e.files,{instancePath:r+"/files",parentData:e,parentDataProperty:"files",rootData:o})||(i=i===null?Dr.errors:i.concat(Dr.errors),t=i.length);var p=d===t}else var p=!0;if(p)if(e.name!==void 0){const d=t;if(typeof e.name!="string")return or.errors=[{instancePath:r+"/name",schemaPath:"#/properties/name/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=d===t}else var p=!0}}}}else return or.errors=[{instancePath:r,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;return or.errors=i,t===0}function Qe(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;const p=t;let y=!1;const u=t;if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let g;if(e.resource===void 0&&(g="resource")||e.url===void 0&&(g="url")||e.ref===void 0&&(g="ref")||e.path===void 0&&(g="path")){const H={instancePath:r,schemaPath:"#/definitions/GitDirectoryReference/required",keyword:"required",params:{missingProperty:g},message:"must have required property '"+g+"'"};i===null?i=[H]:i.push(H),t++}else{const H=t;for(const P in e)if(!(P==="resource"||P==="url"||P==="ref"||P==="path")){const N={instancePath:r,schemaPath:"#/definitions/GitDirectoryReference/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:P},message:"must NOT have additional properties"};i===null?i=[N]:i.push(N),t++;break}if(H===t){if(e.resource!==void 0){let P=e.resource;const N=t;if(typeof P!="string"){const j={instancePath:r+"/resource",schemaPath:"#/definitions/GitDirectoryReference/properties/resource/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[j]:i.push(j),t++}if(P!=="git:directory"){const j={instancePath:r+"/resource",schemaPath:"#/definitions/GitDirectoryReference/properties/resource/const",keyword:"const",params:{allowedValue:"git:directory"},message:"must be equal to constant"};i===null?i=[j]:i.push(j),t++}var b=N===t}else var b=!0;if(b){if(e.url!==void 0){const P=t;if(typeof e.url!="string"){const j={instancePath:r+"/url",schemaPath:"#/definitions/GitDirectoryReference/properties/url/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[j]:i.push(j),t++}var b=P===t}else var b=!0;if(b){if(e.ref!==void 0){const P=t;if(typeof e.ref!="string"){const j={instancePath:r+"/ref",schemaPath:"#/definitions/GitDirectoryReference/properties/ref/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[j]:i.push(j),t++}var b=P===t}else var b=!0;if(b)if(e.path!==void 0){const P=t;if(typeof e.path!="string"){const j={instancePath:r+"/path",schemaPath:"#/definitions/GitDirectoryReference/properties/path/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[j]:i.push(j),t++}var b=P===t}else var b=!0}}}}}else{const g={instancePath:r,schemaPath:"#/definitions/GitDirectoryReference/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[g]:i.push(g),t++}var w=u===t;if(y=y||w,!y){const g=t;or(e,{instancePath:r,parentData:s,parentDataProperty:n,rootData:o})||(i=i===null?or.errors:i.concat(or.errors),t=i.length);var w=g===t;y=y||w}if(y)t=p,i!==null&&(p?i.length=p:i=null);else{const g={instancePath:r,schemaPath:"#/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[g]:i.push(g),t++,Qe.errors=i,!1}return Qe.errors=i,t===0}const Po={type:"string",enum:["GET","POST","HEAD","OPTIONS","PATCH","PUT","DELETE"]};function We(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;if(t===0)if(e&&typeof e=="object"&&!Array.isArray(e)){let j;if(e.url===void 0&&(j="url"))return We.errors=[{instancePath:r,schemaPath:"#/required",keyword:"required",params:{missingProperty:j},message:"must have required property '"+j+"'"}],!1;{const q=t;for(const $ in e)if(!($==="method"||$==="url"||$==="headers"||$==="body"))return We.errors=[{instancePath:r,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:$},message:"must NOT have additional properties"}],!1;if(q===t){if(e.method!==void 0){let $=e.method;const W=t;if(typeof $!="string")return We.errors=[{instancePath:r+"/method",schemaPath:"#/definitions/HTTPMethod/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(!($==="GET"||$==="POST"||$==="HEAD"||$==="OPTIONS"||$==="PATCH"||$==="PUT"||$==="DELETE"))return We.errors=[{instancePath:r+"/method",schemaPath:"#/definitions/HTTPMethod/enum",keyword:"enum",params:{allowedValues:Po.enum},message:"must be equal to one of the allowed values"}],!1;var p=W===t}else var p=!0;if(p){if(e.url!==void 0){const $=t;if(typeof e.url!="string")return We.errors=[{instancePath:r+"/url",schemaPath:"#/properties/url/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=$===t}else var p=!0;if(p){if(e.headers!==void 0){let $=e.headers;const W=t;if(t===t)if($&&typeof $=="object"&&!Array.isArray($))for(const B in $){const x=t;if(typeof $[B]!="string")return We.errors=[{instancePath:r+"/headers/"+B.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/definitions/PHPRequestHeaders/additionalProperties/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=x===t;if(!y)break}else return We.errors=[{instancePath:r+"/headers",schemaPath:"#/definitions/PHPRequestHeaders/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=W===t}else var p=!0;if(p)if(e.body!==void 0){let $=e.body;const W=t,O=t;let A=!1;const B=t;if(typeof $!="string"){const T={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/0/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[T]:i.push(T),t++}var u=B===t;if(A=A||u,!A){const T=t;if(t===T)if($&&typeof $=="object"&&!Array.isArray($)){let S;if($.BYTES_PER_ELEMENT===void 0&&(S="BYTES_PER_ELEMENT")||$.buffer===void 0&&(S="buffer")||$.byteLength===void 0&&(S="byteLength")||$.byteOffset===void 0&&(S="byteOffset")||$.length===void 0&&(S="length")){const F={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/1/required",keyword:"required",params:{missingProperty:S},message:"must have required property '"+S+"'"};i===null?i=[F]:i.push(F),t++}else{const F=t;for(const D in $)if(!(D==="BYTES_PER_ELEMENT"||D==="buffer"||D==="byteLength"||D==="byteOffset"||D==="length")){let I=$[D];const V=t;if(!(typeof I=="number"&&isFinite(I))){const z={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/1/additionalProperties/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[z]:i.push(z),t++}var d=V===t;if(!d)break}if(F===t){if($.BYTES_PER_ELEMENT!==void 0){let D=$.BYTES_PER_ELEMENT;const I=t;if(!(typeof D=="number"&&isFinite(D))){const V={instancePath:r+"/body/BYTES_PER_ELEMENT",schemaPath:"#/properties/body/anyOf/1/properties/BYTES_PER_ELEMENT/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[V]:i.push(V),t++}var b=I===t}else var b=!0;if(b){if($.buffer!==void 0){let D=$.buffer;const I=t;if(t===I)if(D&&typeof D=="object"&&!Array.isArray(D)){let z;if(D.byteLength===void 0&&(z="byteLength")){const K={instancePath:r+"/body/buffer",schemaPath:"#/properties/body/anyOf/1/properties/buffer/required",keyword:"required",params:{missingProperty:z},message:"must have required property '"+z+"'"};i===null?i=[K]:i.push(K),t++}else{const K=t;for(const Y in D)if(Y!=="byteLength"){const G={instancePath:r+"/body/buffer",schemaPath:"#/properties/body/anyOf/1/properties/buffer/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:Y},message:"must NOT have additional properties"};i===null?i=[G]:i.push(G),t++;break}if(K===t&&D.byteLength!==void 0){let Y=D.byteLength;if(!(typeof Y=="number"&&isFinite(Y))){const G={instancePath:r+"/body/buffer/byteLength",schemaPath:"#/properties/body/anyOf/1/properties/buffer/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[G]:i.push(G),t++}}}}else{const z={instancePath:r+"/body/buffer",schemaPath:"#/properties/body/anyOf/1/properties/buffer/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[z]:i.push(z),t++}var b=I===t}else var b=!0;if(b){if($.byteLength!==void 0){let D=$.byteLength;const I=t;if(!(typeof D=="number"&&isFinite(D))){const z={instancePath:r+"/body/byteLength",schemaPath:"#/properties/body/anyOf/1/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[z]:i.push(z),t++}var b=I===t}else var b=!0;if(b){if($.byteOffset!==void 0){let D=$.byteOffset;const I=t;if(!(typeof D=="number"&&isFinite(D))){const z={instancePath:r+"/body/byteOffset",schemaPath:"#/properties/body/anyOf/1/properties/byteOffset/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[z]:i.push(z),t++}var b=I===t}else var b=!0;if(b)if($.length!==void 0){let D=$.length;const I=t;if(!(typeof D=="number"&&isFinite(D))){const z={instancePath:r+"/body/length",schemaPath:"#/properties/body/anyOf/1/properties/length/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[z]:i.push(z),t++}var b=I===t}else var b=!0}}}}}}else{const S={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/1/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[S]:i.push(S),t++}var u=T===t;if(A=A||u,!A){const S=t;if(t===S)if($&&typeof $=="object"&&!Array.isArray($))for(const D in $){let I=$[D];const V=t,z=t;let K=!1;const Y=t;if(typeof I!="string"){const G={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/0/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[G]:i.push(G),t++}var w=Y===t;if(K=K||w,!K){const G=t;if(t===G)if(I&&typeof I=="object"&&!Array.isArray(I)){let ee;if(I.BYTES_PER_ELEMENT===void 0&&(ee="BYTES_PER_ELEMENT")||I.buffer===void 0&&(ee="buffer")||I.byteLength===void 0&&(ee="byteLength")||I.byteOffset===void 0&&(ee="byteOffset")||I.length===void 0&&(ee="length")){const X={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/required",keyword:"required",params:{missingProperty:ee},message:"must have required property '"+ee+"'"};i===null?i=[X]:i.push(X),t++}else{const X=t;for(const J in I)if(!(J==="BYTES_PER_ELEMENT"||J==="buffer"||J==="byteLength"||J==="byteOffset"||J==="length")){let re=I[J];const ne=t;if(!(typeof re=="number"&&isFinite(re))){const te={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/"+J.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/additionalProperties/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[te]:i.push(te),t++}var g=ne===t;if(!g)break}if(X===t){if(I.BYTES_PER_ELEMENT!==void 0){let J=I.BYTES_PER_ELEMENT;const re=t;if(!(typeof J=="number"&&isFinite(J))){const ne={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/BYTES_PER_ELEMENT",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/BYTES_PER_ELEMENT/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[ne]:i.push(ne),t++}var H=re===t}else var H=!0;if(H){if(I.buffer!==void 0){let J=I.buffer;const re=t;if(t===re)if(J&&typeof J=="object"&&!Array.isArray(J)){let te;if(J.byteLength===void 0&&(te="byteLength")){const ge={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/buffer",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/buffer/required",keyword:"required",params:{missingProperty:te},message:"must have required property '"+te+"'"};i===null?i=[ge]:i.push(ge),t++}else{const ge=t;for(const ve in J)if(ve!=="byteLength"){const De={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/buffer",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/buffer/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:ve},message:"must NOT have additional properties"};i===null?i=[De]:i.push(De),t++;break}if(ge===t&&J.byteLength!==void 0){let ve=J.byteLength;if(!(typeof ve=="number"&&isFinite(ve))){const De={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/buffer/byteLength",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/buffer/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[De]:i.push(De),t++}}}}else{const te={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/buffer",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/buffer/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[te]:i.push(te),t++}var H=re===t}else var H=!0;if(H){if(I.byteLength!==void 0){let J=I.byteLength;const re=t;if(!(typeof J=="number"&&isFinite(J))){const te={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/byteLength",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[te]:i.push(te),t++}var H=re===t}else var H=!0;if(H){if(I.byteOffset!==void 0){let J=I.byteOffset;const re=t;if(!(typeof J=="number"&&isFinite(J))){const te={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/byteOffset",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/byteOffset/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[te]:i.push(te),t++}var H=re===t}else var H=!0;if(H)if(I.length!==void 0){let J=I.length;const re=t;if(!(typeof J=="number"&&isFinite(J))){const te={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/length",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/properties/length/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[te]:i.push(te),t++}var H=re===t}else var H=!0}}}}}}else{const ee={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/1/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[ee]:i.push(ee),t++}var w=G===t;if(K=K||w,!K){const ee=t;if(t===ee)if(I&&typeof I=="object"&&!Array.isArray(I)){let J;if(I.lastModified===void 0&&(J="lastModified")||I.name===void 0&&(J="name")||I.size===void 0&&(J="size")||I.type===void 0&&(J="type")||I.webkitRelativePath===void 0&&(J="webkitRelativePath")){const re={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/required",keyword:"required",params:{missingProperty:J},message:"must have required property '"+J+"'"};i===null?i=[re]:i.push(re),t++}else{const re=t;for(const ne in I)if(!(ne==="size"||ne==="type"||ne==="lastModified"||ne==="name"||ne==="webkitRelativePath")){const te={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:ne},message:"must NOT have additional properties"};i===null?i=[te]:i.push(te),t++;break}if(re===t){if(I.size!==void 0){let ne=I.size;const te=t;if(!(typeof ne=="number"&&isFinite(ne))){const ge={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/size",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/properties/size/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[ge]:i.push(ge),t++}var P=te===t}else var P=!0;if(P){if(I.type!==void 0){const ne=t;if(typeof I.type!="string"){const ge={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/type",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/properties/type/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[ge]:i.push(ge),t++}var P=ne===t}else var P=!0;if(P){if(I.lastModified!==void 0){let ne=I.lastModified;const te=t;if(!(typeof ne=="number"&&isFinite(ne))){const ve={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/lastModified",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/properties/lastModified/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[ve]:i.push(ve),t++}var P=te===t}else var P=!0;if(P){if(I.name!==void 0){const ne=t;if(typeof I.name!="string"){const ge={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/name",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/properties/name/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[ge]:i.push(ge),t++}var P=ne===t}else var P=!0;if(P)if(I.webkitRelativePath!==void 0){const ne=t;if(typeof I.webkitRelativePath!="string"){const ge={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1")+"/webkitRelativePath",schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/properties/webkitRelativePath/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[ge]:i.push(ge),t++}var P=ne===t}else var P=!0}}}}}}else{const J={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf/2/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[J]:i.push(J),t++}var w=ee===t;K=K||w}}if(K)t=z,i!==null&&(z?i.length=z:i=null);else{const G={instancePath:r+"/body/"+D.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/2/additionalProperties/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};i===null?i=[G]:i.push(G),t++}var N=V===t;if(!N)break}else{const D={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/2/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[D]:i.push(D),t++}var u=S===t;A=A||u}}if(A)t=O,i!==null&&(O?i.length=O:i=null);else{const T={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[T]:i.push(T),t++,We.errors=i,!1}var p=W===t}else var p=!0}}}}}else return We.errors=[{instancePath:r,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;return We.errors=i,t===0}const vu={type:"object",properties:{relativeUri:{type:"string",description:"Request path following the domain:port part."},scriptPath:{type:"string",description:"Path of the .php file to execute."},protocol:{type:"string",description:"Request protocol."},method:{$ref:"#/definitions/HTTPMethod",description:"Request method. Default: `GET`."},headers:{$ref:"#/definitions/PHPRequestHeaders",description:"Request headers."},body:{anyOf:[{type:"string"},{type:"object",properties:{BYTES_PER_ELEMENT:{type:"number"},buffer:{type:"object",properties:{byteLength:{type:"number"}},required:["byteLength"],additionalProperties:!1},byteLength:{type:"number"},byteOffset:{type:"number"},length:{type:"number"}},required:["BYTES_PER_ELEMENT","buffer","byteLength","byteOffset","length"],additionalProperties:{type:"number"}}],description:"Request body."},env:{type:"object",additionalProperties:{type:"string"},description:"Environment variables to set for this run."},$_SERVER:{type:"object",additionalProperties:{type:"string"},description:"$_SERVER entries to set for this run."},code:{type:"string",description:"The code snippet to eval instead of a php file."}},additionalProperties:!1};function Se(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;if(t===0)if(e&&typeof e=="object"&&!Array.isArray(e)){const H=t;for(const P in e)if(!vo.call(vu.properties,P))return Se.errors=[{instancePath:r,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:P},message:"must NOT have additional properties"}],!1;if(H===t){if(e.relativeUri!==void 0){const P=t;if(typeof e.relativeUri!="string")return Se.errors=[{instancePath:r+"/relativeUri",schemaPath:"#/properties/relativeUri/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=P===t}else var p=!0;if(p){if(e.scriptPath!==void 0){const P=t;if(typeof e.scriptPath!="string")return Se.errors=[{instancePath:r+"/scriptPath",schemaPath:"#/properties/scriptPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=P===t}else var p=!0;if(p){if(e.protocol!==void 0){const P=t;if(typeof e.protocol!="string")return Se.errors=[{instancePath:r+"/protocol",schemaPath:"#/properties/protocol/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=P===t}else var p=!0;if(p){if(e.method!==void 0){let P=e.method;const N=t;if(typeof P!="string")return Se.errors=[{instancePath:r+"/method",schemaPath:"#/definitions/HTTPMethod/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(!(P==="GET"||P==="POST"||P==="HEAD"||P==="OPTIONS"||P==="PATCH"||P==="PUT"||P==="DELETE"))return Se.errors=[{instancePath:r+"/method",schemaPath:"#/definitions/HTTPMethod/enum",keyword:"enum",params:{allowedValues:Po.enum},message:"must be equal to one of the allowed values"}],!1;var p=N===t}else var p=!0;if(p){if(e.headers!==void 0){let P=e.headers;const N=t;if(t===t)if(P&&typeof P=="object"&&!Array.isArray(P))for(const $ in P){const W=t;if(typeof P[$]!="string")return Se.errors=[{instancePath:r+"/headers/"+$.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/definitions/PHPRequestHeaders/additionalProperties/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=W===t;if(!y)break}else return Se.errors=[{instancePath:r+"/headers",schemaPath:"#/definitions/PHPRequestHeaders/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=N===t}else var p=!0;if(p){if(e.body!==void 0){let P=e.body;const N=t,j=t;let q=!1;const $=t;if(typeof P!="string"){const O={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/0/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[O]:i.push(O),t++}var u=$===t;if(q=q||u,!q){const O=t;if(t===O)if(P&&typeof P=="object"&&!Array.isArray(P)){let B;if(P.BYTES_PER_ELEMENT===void 0&&(B="BYTES_PER_ELEMENT")||P.buffer===void 0&&(B="buffer")||P.byteLength===void 0&&(B="byteLength")||P.byteOffset===void 0&&(B="byteOffset")||P.length===void 0&&(B="length")){const x={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/1/required",keyword:"required",params:{missingProperty:B},message:"must have required property '"+B+"'"};i===null?i=[x]:i.push(x),t++}else{const x=t;for(const T in P)if(!(T==="BYTES_PER_ELEMENT"||T==="buffer"||T==="byteLength"||T==="byteOffset"||T==="length")){let k=P[T];const S=t;if(!(typeof k=="number"&&isFinite(k))){const F={instancePath:r+"/body/"+T.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/body/anyOf/1/additionalProperties/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[F]:i.push(F),t++}var d=S===t;if(!d)break}if(x===t){if(P.BYTES_PER_ELEMENT!==void 0){let T=P.BYTES_PER_ELEMENT;const k=t;if(!(typeof T=="number"&&isFinite(T))){const S={instancePath:r+"/body/BYTES_PER_ELEMENT",schemaPath:"#/properties/body/anyOf/1/properties/BYTES_PER_ELEMENT/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[S]:i.push(S),t++}var b=k===t}else var b=!0;if(b){if(P.buffer!==void 0){let T=P.buffer;const k=t;if(t===k)if(T&&typeof T=="object"&&!Array.isArray(T)){let F;if(T.byteLength===void 0&&(F="byteLength")){const D={instancePath:r+"/body/buffer",schemaPath:"#/properties/body/anyOf/1/properties/buffer/required",keyword:"required",params:{missingProperty:F},message:"must have required property '"+F+"'"};i===null?i=[D]:i.push(D),t++}else{const D=t;for(const I in T)if(I!=="byteLength"){const V={instancePath:r+"/body/buffer",schemaPath:"#/properties/body/anyOf/1/properties/buffer/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:I},message:"must NOT have additional properties"};i===null?i=[V]:i.push(V),t++;break}if(D===t&&T.byteLength!==void 0){let I=T.byteLength;if(!(typeof I=="number"&&isFinite(I))){const V={instancePath:r+"/body/buffer/byteLength",schemaPath:"#/properties/body/anyOf/1/properties/buffer/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[V]:i.push(V),t++}}}}else{const F={instancePath:r+"/body/buffer",schemaPath:"#/properties/body/anyOf/1/properties/buffer/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[F]:i.push(F),t++}var b=k===t}else var b=!0;if(b){if(P.byteLength!==void 0){let T=P.byteLength;const k=t;if(!(typeof T=="number"&&isFinite(T))){const F={instancePath:r+"/body/byteLength",schemaPath:"#/properties/body/anyOf/1/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[F]:i.push(F),t++}var b=k===t}else var b=!0;if(b){if(P.byteOffset!==void 0){let T=P.byteOffset;const k=t;if(!(typeof T=="number"&&isFinite(T))){const F={instancePath:r+"/body/byteOffset",schemaPath:"#/properties/body/anyOf/1/properties/byteOffset/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[F]:i.push(F),t++}var b=k===t}else var b=!0;if(b)if(P.length!==void 0){let T=P.length;const k=t;if(!(typeof T=="number"&&isFinite(T))){const F={instancePath:r+"/body/length",schemaPath:"#/properties/body/anyOf/1/properties/length/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[F]:i.push(F),t++}var b=k===t}else var b=!0}}}}}}else{const B={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf/1/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[B]:i.push(B),t++}var u=O===t;q=q||u}if(q)t=j,i!==null&&(j?i.length=j:i=null);else{const O={instancePath:r+"/body",schemaPath:"#/properties/body/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[O]:i.push(O),t++,Se.errors=i,!1}var p=N===t}else var p=!0;if(p){if(e.env!==void 0){let P=e.env;const N=t;if(t===N)if(P&&typeof P=="object"&&!Array.isArray(P))for(const q in P){const $=t;if(typeof P[q]!="string")return Se.errors=[{instancePath:r+"/env/"+q.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/env/additionalProperties/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var w=$===t;if(!w)break}else return Se.errors=[{instancePath:r+"/env",schemaPath:"#/properties/env/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=N===t}else var p=!0;if(p){if(e.$_SERVER!==void 0){let P=e.$_SERVER;const N=t;if(t===N)if(P&&typeof P=="object"&&!Array.isArray(P))for(const q in P){const $=t;if(typeof P[q]!="string")return Se.errors=[{instancePath:r+"/$_SERVER/"+q.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/%24_SERVER/additionalProperties/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var g=$===t;if(!g)break}else return Se.errors=[{instancePath:r+"/$_SERVER",schemaPath:"#/properties/%24_SERVER/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=N===t}else var p=!0;if(p)if(e.code!==void 0){const P=t;if(typeof e.code!="string")return Se.errors=[{instancePath:r+"/code",schemaPath:"#/properties/code/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=P===t}else var p=!0}}}}}}}}}else return Se.errors=[{instancePath:r,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;return Se.errors=i,t===0}function h(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;if(t===0)if(e&&typeof e=="object"&&!Array.isArray(e)){let bs;if(e.step===void 0&&(bs="step"))return h.errors=[{instancePath:r,schemaPath:"#/required",keyword:"required",params:{missingProperty:bs},message:"must have required property '"+bs+"'"}],!1;{const pe=e.step;if(typeof pe=="string")if(pe==="activatePlugin"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.pluginPath===void 0&&(L="pluginPath")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/0/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="pluginPath"||a==="pluginName"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/0/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/0/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/0/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var p=M===t}else var p=!0;if(p)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/0/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=m===t}else var p=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/0/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var y=E===t}else var y=!0;if(y){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/0/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="activatePlugin")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/0/properties/step/const",keyword:"const",params:{allowedValue:"activatePlugin"},message:"must be equal to constant"}],!1;var y=E===t}else var y=!0;if(y){if(e.pluginPath!==void 0){const a=t;if(typeof e.pluginPath!="string")return h.errors=[{instancePath:r+"/pluginPath",schemaPath:"#/oneOf/0/properties/pluginPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=a===t}else var y=!0;if(y)if(e.pluginName!==void 0){const a=t;if(typeof e.pluginName!="string")return h.errors=[{instancePath:r+"/pluginName",schemaPath:"#/oneOf/0/properties/pluginName/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=a===t}else var y=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/0/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="activateTheme"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step")||e.themeFolderName===void 0&&(L="themeFolderName"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/1/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="themeFolderName"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/1/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/1/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/1/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var u=M===t}else var u=!0;if(u)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/1/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var u=m===t}else var u=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/1/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var d=E===t}else var d=!0;if(d){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/1/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="activateTheme")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/1/properties/step/const",keyword:"const",params:{allowedValue:"activateTheme"},message:"must be equal to constant"}],!1;var d=E===t}else var d=!0;if(d)if(e.themeFolderName!==void 0){const a=t;if(typeof e.themeFolderName!="string")return h.errors=[{instancePath:r+"/themeFolderName",schemaPath:"#/oneOf/1/properties/themeFolderName/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var d=a===t}else var d=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/1/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="cp"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.fromPath===void 0&&(L="fromPath")||e.step===void 0&&(L="step")||e.toPath===void 0&&(L="toPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/2/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="fromPath"||a==="toPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/2/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/2/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/2/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var b=M===t}else var b=!0;if(b)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/2/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var b=m===t}else var b=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/2/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var w=E===t}else var w=!0;if(w){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/2/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="cp")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/2/properties/step/const",keyword:"const",params:{allowedValue:"cp"},message:"must be equal to constant"}],!1;var w=E===t}else var w=!0;if(w){if(e.fromPath!==void 0){const a=t;if(typeof e.fromPath!="string")return h.errors=[{instancePath:r+"/fromPath",schemaPath:"#/oneOf/2/properties/fromPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var w=a===t}else var w=!0;if(w)if(e.toPath!==void 0){const a=t;if(typeof e.toPath!="string")return h.errors=[{instancePath:r+"/toPath",schemaPath:"#/oneOf/2/properties/toPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var w=a===t}else var w=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/2/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="defineWpConfigConsts"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.consts===void 0&&(L="consts")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/3/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="consts"||a==="method"||a==="virtualize"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/3/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/3/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/3/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var g=M===t}else var g=!0;if(g)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/3/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var g=m===t}else var g=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/3/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var H=E===t}else var H=!0;if(H){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/3/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="defineWpConfigConsts")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/3/properties/step/const",keyword:"const",params:{allowedValue:"defineWpConfigConsts"},message:"must be equal to constant"}],!1;var H=E===t}else var H=!0;if(H){if(e.consts!==void 0){let a=e.consts;const E=t;if(t===E&&!(a&&typeof a=="object"&&!Array.isArray(a)))return h.errors=[{instancePath:r+"/consts",schemaPath:"#/oneOf/3/properties/consts/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var H=E===t}else var H=!0;if(H){if(e.method!==void 0){let a=e.method;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/method",schemaPath:"#/oneOf/3/properties/method/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(!(a==="rewrite-wp-config"||a==="define-before-run"))return h.errors=[{instancePath:r+"/method",schemaPath:"#/oneOf/3/properties/method/enum",keyword:"enum",params:{allowedValues:qs.oneOf[3].properties.method.enum},message:"must be equal to one of the allowed values"}],!1;var H=E===t}else var H=!0;if(H)if(e.virtualize!==void 0){const a=t;if(typeof e.virtualize!="boolean")return h.errors=[{instancePath:r+"/virtualize",schemaPath:"#/oneOf/3/properties/virtualize/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"}],!1;var H=a===t}else var H=!0}}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/3/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="defineSiteUrl"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.siteUrl===void 0&&(L="siteUrl")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/4/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="siteUrl"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/4/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/4/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/4/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var P=M===t}else var P=!0;if(P)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/4/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var P=m===t}else var P=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/4/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var N=E===t}else var N=!0;if(N){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/4/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="defineSiteUrl")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/4/properties/step/const",keyword:"const",params:{allowedValue:"defineSiteUrl"},message:"must be equal to constant"}],!1;var N=E===t}else var N=!0;if(N)if(e.siteUrl!==void 0){const a=t;if(typeof e.siteUrl!="string")return h.errors=[{instancePath:r+"/siteUrl",schemaPath:"#/oneOf/4/properties/siteUrl/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var N=a===t}else var N=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/4/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="enableMultisite"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/5/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="wpCliPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/5/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/5/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/5/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var j=M===t}else var j=!0;if(j)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/5/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var j=m===t}else var j=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/5/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var q=E===t}else var q=!0;if(q){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/5/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="enableMultisite")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/5/properties/step/const",keyword:"const",params:{allowedValue:"enableMultisite"},message:"must be equal to constant"}],!1;var q=E===t}else var q=!0;if(q)if(e.wpCliPath!==void 0){const a=t;if(typeof e.wpCliPath!="string")return h.errors=[{instancePath:r+"/wpCliPath",schemaPath:"#/oneOf/5/properties/wpCliPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var q=a===t}else var q=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/5/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="importWxr"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.file===void 0&&(L="file")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/6/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="file"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/6/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/6/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/6/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var $=M===t}else var $=!0;if($)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/6/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var $=m===t}else var $=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/6/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var W=E===t}else var W=!0;if(W){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/6/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="importWxr")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/6/properties/step/const",keyword:"const",params:{allowedValue:"importWxr"},message:"must be equal to constant"}],!1;var W=E===t}else var W=!0;if(W)if(e.file!==void 0){const a=t;le(e.file,{instancePath:r+"/file",parentData:e,parentDataProperty:"file",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var W=a===t}else var W=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/6/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="importThemeStarterContent"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/7/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="themeSlug"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/7/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/7/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/7/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var O=M===t}else var O=!0;if(O)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/7/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var O=m===t}else var O=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/7/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var A=E===t}else var A=!0;if(A){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/7/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="importThemeStarterContent")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/7/properties/step/const",keyword:"const",params:{allowedValue:"importThemeStarterContent"},message:"must be equal to constant"}],!1;var A=E===t}else var A=!0;if(A)if(e.themeSlug!==void 0){const a=t;if(typeof e.themeSlug!="string")return h.errors=[{instancePath:r+"/themeSlug",schemaPath:"#/oneOf/7/properties/themeSlug/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var A=a===t}else var A=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/7/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="importWordPressFiles"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step")||e.wordPressFilesZip===void 0&&(L="wordPressFilesZip"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/8/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="wordPressFilesZip"||a==="pathInZip"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/8/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/8/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/8/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var B=M===t}else var B=!0;if(B)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/8/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var B=m===t}else var B=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/8/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var x=E===t}else var x=!0;if(x){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/8/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="importWordPressFiles")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/8/properties/step/const",keyword:"const",params:{allowedValue:"importWordPressFiles"},message:"must be equal to constant"}],!1;var x=E===t}else var x=!0;if(x){if(e.wordPressFilesZip!==void 0){const a=t;le(e.wordPressFilesZip,{instancePath:r+"/wordPressFilesZip",parentData:e,parentDataProperty:"wordPressFilesZip",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var x=a===t}else var x=!0;if(x)if(e.pathInZip!==void 0){const a=t;if(typeof e.pathInZip!="string")return h.errors=[{instancePath:r+"/pathInZip",schemaPath:"#/oneOf/8/properties/pathInZip/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var x=a===t}else var x=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/8/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="installPlugin"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.pluginData===void 0&&(L="pluginData")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/9/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="ifAlreadyInstalled"||a==="step"||a==="pluginData"||a==="pluginZipFile"||a==="options"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/9/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/9/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/9/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var T=M===t}else var T=!0;if(T)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/9/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var T=m===t}else var T=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/9/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var k=E===t}else var k=!0;if(k){if(e.ifAlreadyInstalled!==void 0){let a=e.ifAlreadyInstalled;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/ifAlreadyInstalled",schemaPath:"#/oneOf/9/properties/ifAlreadyInstalled/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(!(a==="overwrite"||a==="skip"||a==="error"))return h.errors=[{instancePath:r+"/ifAlreadyInstalled",schemaPath:"#/oneOf/9/properties/ifAlreadyInstalled/enum",keyword:"enum",params:{allowedValues:qs.oneOf[9].properties.ifAlreadyInstalled.enum},message:"must be equal to one of the allowed values"}],!1;var k=E===t}else var k=!0;if(k){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/9/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="installPlugin")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/9/properties/step/const",keyword:"const",params:{allowedValue:"installPlugin"},message:"must be equal to constant"}],!1;var k=E===t}else var k=!0;if(k){if(e.pluginData!==void 0){let a=e.pluginData;const E=t,U=t;let m=!1;const M=t;le(a,{instancePath:r+"/pluginData",parentData:e,parentDataProperty:"pluginData",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var S=M===t;if(m=m||S,!m){const Pe=t;Qe(a,{instancePath:r+"/pluginData",parentData:e,parentDataProperty:"pluginData",rootData:o})||(i=i===null?Qe.errors:i.concat(Qe.errors),t=i.length);var S=Pe===t;m=m||S}if(m)t=U,i!==null&&(U?i.length=U:i=null);else{const Pe={instancePath:r+"/pluginData",schemaPath:"#/oneOf/9/properties/pluginData/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[Pe]:i.push(Pe),t++,h.errors=i,!1}var k=E===t}else var k=!0;if(k){if(e.pluginZipFile!==void 0){const a=t;le(e.pluginZipFile,{instancePath:r+"/pluginZipFile",parentData:e,parentDataProperty:"pluginZipFile",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var k=a===t}else var k=!0;if(k)if(e.options!==void 0){let a=e.options;const E=t;if(t===t)if(a&&typeof a=="object"&&!Array.isArray(a)){const M=t;for(const _e in a)if(!(_e==="activate"||_e==="targetFolderName"))return h.errors=[{instancePath:r+"/options",schemaPath:"#/definitions/InstallPluginOptions/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:_e},message:"must NOT have additional properties"}],!1;if(M===t){if(a.activate!==void 0){const _e=t;if(typeof a.activate!="boolean")return h.errors=[{instancePath:r+"/options/activate",schemaPath:"#/definitions/InstallPluginOptions/properties/activate/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"}],!1;var F=_e===t}else var F=!0;if(F)if(a.targetFolderName!==void 0){const _e=t;if(typeof a.targetFolderName!="string")return h.errors=[{instancePath:r+"/options/targetFolderName",schemaPath:"#/definitions/InstallPluginOptions/properties/targetFolderName/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var F=_e===t}else var F=!0}}else return h.errors=[{instancePath:r+"/options",schemaPath:"#/definitions/InstallPluginOptions/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var k=E===t}else var k=!0}}}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/9/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="installTheme"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step")||e.themeData===void 0&&(L="themeData"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/10/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="ifAlreadyInstalled"||a==="step"||a==="themeData"||a==="themeZipFile"||a==="options"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/10/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/10/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/10/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var D=M===t}else var D=!0;if(D)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/10/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var D=m===t}else var D=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/10/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var I=E===t}else var I=!0;if(I){if(e.ifAlreadyInstalled!==void 0){let a=e.ifAlreadyInstalled;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/ifAlreadyInstalled",schemaPath:"#/oneOf/10/properties/ifAlreadyInstalled/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(!(a==="overwrite"||a==="skip"||a==="error"))return h.errors=[{instancePath:r+"/ifAlreadyInstalled",schemaPath:"#/oneOf/10/properties/ifAlreadyInstalled/enum",keyword:"enum",params:{allowedValues:qs.oneOf[10].properties.ifAlreadyInstalled.enum},message:"must be equal to one of the allowed values"}],!1;var I=E===t}else var I=!0;if(I){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/10/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="installTheme")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/10/properties/step/const",keyword:"const",params:{allowedValue:"installTheme"},message:"must be equal to constant"}],!1;var I=E===t}else var I=!0;if(I){if(e.themeData!==void 0){let a=e.themeData;const E=t,U=t;let m=!1;const M=t;le(a,{instancePath:r+"/themeData",parentData:e,parentDataProperty:"themeData",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var V=M===t;if(m=m||V,!m){const Pe=t;Qe(a,{instancePath:r+"/themeData",parentData:e,parentDataProperty:"themeData",rootData:o})||(i=i===null?Qe.errors:i.concat(Qe.errors),t=i.length);var V=Pe===t;m=m||V}if(m)t=U,i!==null&&(U?i.length=U:i=null);else{const Pe={instancePath:r+"/themeData",schemaPath:"#/oneOf/10/properties/themeData/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[Pe]:i.push(Pe),t++,h.errors=i,!1}var I=E===t}else var I=!0;if(I){if(e.themeZipFile!==void 0){const a=t;le(e.themeZipFile,{instancePath:r+"/themeZipFile",parentData:e,parentDataProperty:"themeZipFile",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var I=a===t}else var I=!0;if(I)if(e.options!==void 0){let a=e.options;const E=t;if(t===t)if(a&&typeof a=="object"&&!Array.isArray(a)){const M=t;for(const _e in a)if(!(_e==="activate"||_e==="importStarterContent"||_e==="targetFolderName"))return h.errors=[{instancePath:r+"/options",schemaPath:"#/definitions/InstallThemeOptions/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:_e},message:"must NOT have additional properties"}],!1;if(M===t){if(a.activate!==void 0){const _e=t;if(typeof a.activate!="boolean")return h.errors=[{instancePath:r+"/options/activate",schemaPath:"#/definitions/InstallThemeOptions/properties/activate/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"}],!1;var z=_e===t}else var z=!0;if(z){if(a.importStarterContent!==void 0){const _e=t;if(typeof a.importStarterContent!="boolean")return h.errors=[{instancePath:r+"/options/importStarterContent",schemaPath:"#/definitions/InstallThemeOptions/properties/importStarterContent/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"}],!1;var z=_e===t}else var z=!0;if(z)if(a.targetFolderName!==void 0){const _e=t;if(typeof a.targetFolderName!="string")return h.errors=[{instancePath:r+"/options/targetFolderName",schemaPath:"#/definitions/InstallThemeOptions/properties/targetFolderName/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var z=_e===t}else var z=!0}}}else return h.errors=[{instancePath:r+"/options",schemaPath:"#/definitions/InstallThemeOptions/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var I=E===t}else var I=!0}}}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/10/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="login"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/11/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="username"||a==="password"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/11/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/11/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/11/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var K=M===t}else var K=!0;if(K)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/11/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var K=m===t}else var K=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/11/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var Y=E===t}else var Y=!0;if(Y){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/11/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="login")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/11/properties/step/const",keyword:"const",params:{allowedValue:"login"},message:"must be equal to constant"}],!1;var Y=E===t}else var Y=!0;if(Y){if(e.username!==void 0){const a=t;if(typeof e.username!="string")return h.errors=[{instancePath:r+"/username",schemaPath:"#/oneOf/11/properties/username/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Y=a===t}else var Y=!0;if(Y)if(e.password!==void 0){const a=t;if(typeof e.password!="string")return h.errors=[{instancePath:r+"/password",schemaPath:"#/oneOf/11/properties/password/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Y=a===t}else var Y=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/11/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="mkdir"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.path===void 0&&(L="path")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/12/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="path"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/12/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/12/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/12/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var G=M===t}else var G=!0;if(G)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/12/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var G=m===t}else var G=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/12/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var se=E===t}else var se=!0;if(se){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/12/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="mkdir")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/12/properties/step/const",keyword:"const",params:{allowedValue:"mkdir"},message:"must be equal to constant"}],!1;var se=E===t}else var se=!0;if(se)if(e.path!==void 0){const a=t;if(typeof e.path!="string")return h.errors=[{instancePath:r+"/path",schemaPath:"#/oneOf/12/properties/path/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var se=a===t}else var se=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/12/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="mv"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.fromPath===void 0&&(L="fromPath")||e.step===void 0&&(L="step")||e.toPath===void 0&&(L="toPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/13/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="fromPath"||a==="toPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/13/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/13/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/13/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var ee=M===t}else var ee=!0;if(ee)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/13/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var ee=m===t}else var ee=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/13/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var X=E===t}else var X=!0;if(X){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/13/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="mv")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/13/properties/step/const",keyword:"const",params:{allowedValue:"mv"},message:"must be equal to constant"}],!1;var X=E===t}else var X=!0;if(X){if(e.fromPath!==void 0){const a=t;if(typeof e.fromPath!="string")return h.errors=[{instancePath:r+"/fromPath",schemaPath:"#/oneOf/13/properties/fromPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var X=a===t}else var X=!0;if(X)if(e.toPath!==void 0){const a=t;if(typeof e.toPath!="string")return h.errors=[{instancePath:r+"/toPath",schemaPath:"#/oneOf/13/properties/toPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var X=a===t}else var X=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/13/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="resetData"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/14/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/14/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/14/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/14/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var J=M===t}else var J=!0;if(J)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/14/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var J=m===t}else var J=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/14/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var re=E===t}else var re=!0;if(re)if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/14/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="resetData")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/14/properties/step/const",keyword:"const",params:{allowedValue:"resetData"},message:"must be equal to constant"}],!1;var re=E===t}else var re=!0}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/14/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="request"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.request===void 0&&(L="request")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/15/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="request"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/15/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/15/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/15/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var ne=M===t}else var ne=!0;if(ne)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/15/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var ne=m===t}else var ne=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/15/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var te=E===t}else var te=!0;if(te){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/15/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="request")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/15/properties/step/const",keyword:"const",params:{allowedValue:"request"},message:"must be equal to constant"}],!1;var te=E===t}else var te=!0;if(te)if(e.request!==void 0){const a=t;We(e.request,{instancePath:r+"/request",parentData:e,parentDataProperty:"request",rootData:o})||(i=i===null?We.errors:i.concat(We.errors),t=i.length);var te=a===t}else var te=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/15/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="rm"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.path===void 0&&(L="path")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/16/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="path"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/16/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/16/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/16/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var ge=M===t}else var ge=!0;if(ge)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/16/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var ge=m===t}else var ge=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/16/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var ve=E===t}else var ve=!0;if(ve){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/16/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="rm")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/16/properties/step/const",keyword:"const",params:{allowedValue:"rm"},message:"must be equal to constant"}],!1;var ve=E===t}else var ve=!0;if(ve)if(e.path!==void 0){const a=t;if(typeof e.path!="string")return h.errors=[{instancePath:r+"/path",schemaPath:"#/oneOf/16/properties/path/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var ve=a===t}else var ve=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/16/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="rmdir"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.path===void 0&&(L="path")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/17/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="path"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/17/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/17/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/17/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var De=M===t}else var De=!0;if(De)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/17/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var De=m===t}else var De=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/17/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var tr=E===t}else var tr=!0;if(tr){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/17/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="rmdir")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/17/properties/step/const",keyword:"const",params:{allowedValue:"rmdir"},message:"must be equal to constant"}],!1;var tr=E===t}else var tr=!0;if(tr)if(e.path!==void 0){const a=t;if(typeof e.path!="string")return h.errors=[{instancePath:r+"/path",schemaPath:"#/oneOf/17/properties/path/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var tr=a===t}else var tr=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/17/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="runPHP"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.code===void 0&&(L="code")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/18/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="code"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/18/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/18/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/18/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var Mr=M===t}else var Mr=!0;if(Mr)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/18/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Mr=m===t}else var Mr=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/18/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var sr=E===t}else var sr=!0;if(sr){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/18/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="runPHP")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/18/properties/step/const",keyword:"const",params:{allowedValue:"runPHP"},message:"must be equal to constant"}],!1;var sr=E===t}else var sr=!0;if(sr)if(e.code!==void 0){const a=t;if(typeof e.code!="string")return h.errors=[{instancePath:r+"/code",schemaPath:"#/oneOf/18/properties/code/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var sr=a===t}else var sr=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/18/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="runPHPWithOptions"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.options===void 0&&(L="options")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/19/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="options"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/19/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/19/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/19/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var Je=M===t}else var Je=!0;if(Je)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/19/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Je=m===t}else var Je=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/19/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var Fe=E===t}else var Fe=!0;if(Fe){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/19/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="runPHPWithOptions")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/19/properties/step/const",keyword:"const",params:{allowedValue:"runPHPWithOptions"},message:"must be equal to constant"}],!1;var Fe=E===t}else var Fe=!0;if(Fe)if(e.options!==void 0){const a=t;Se(e.options,{instancePath:r+"/options",parentData:e,parentDataProperty:"options",rootData:o})||(i=i===null?Se.errors:i.concat(Se.errors),t=i.length);var Fe=a===t}else var Fe=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/19/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="runWpInstallationWizard"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.options===void 0&&(L="options")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/20/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="options"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/20/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/20/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/20/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var Kr=M===t}else var Kr=!0;if(Kr)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/20/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Kr=m===t}else var Kr=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/20/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var cr=E===t}else var cr=!0;if(cr){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/20/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="runWpInstallationWizard")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/20/properties/step/const",keyword:"const",params:{allowedValue:"runWpInstallationWizard"},message:"must be equal to constant"}],!1;var cr=E===t}else var cr=!0;if(cr)if(e.options!==void 0){let a=e.options;const E=t;if(t===t)if(a&&typeof a=="object"&&!Array.isArray(a)){const M=t;for(const _e in a)if(!(_e==="adminUsername"||_e==="adminPassword"))return h.errors=[{instancePath:r+"/options",schemaPath:"#/definitions/WordPressInstallationOptions/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:_e},message:"must NOT have additional properties"}],!1;if(M===t){if(a.adminUsername!==void 0){const _e=t;if(typeof a.adminUsername!="string")return h.errors=[{instancePath:r+"/options/adminUsername",schemaPath:"#/definitions/WordPressInstallationOptions/properties/adminUsername/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Pr=_e===t}else var Pr=!0;if(Pr)if(a.adminPassword!==void 0){const _e=t;if(typeof a.adminPassword!="string")return h.errors=[{instancePath:r+"/options/adminPassword",schemaPath:"#/definitions/WordPressInstallationOptions/properties/adminPassword/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Pr=_e===t}else var Pr=!0}}else return h.errors=[{instancePath:r+"/options",schemaPath:"#/definitions/WordPressInstallationOptions/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var cr=E===t}else var cr=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/20/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="runSql"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.sql===void 0&&(L="sql")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/21/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="sql"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/21/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/21/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/21/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var zr=M===t}else var zr=!0;if(zr)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/21/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var zr=m===t}else var zr=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/21/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var dr=E===t}else var dr=!0;if(dr){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/21/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="runSql")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/21/properties/step/const",keyword:"const",params:{allowedValue:"runSql"},message:"must be equal to constant"}],!1;var dr=E===t}else var dr=!0;if(dr)if(e.sql!==void 0){const a=t;le(e.sql,{instancePath:r+"/sql",parentData:e,parentDataProperty:"sql",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var dr=a===t}else var dr=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/21/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="setSiteOptions"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.options===void 0&&(L="options")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/22/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="options"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/22/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/22/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/22/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var xr=M===t}else var xr=!0;if(xr)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/22/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var xr=m===t}else var xr=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/22/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var qe=E===t}else var qe=!0;if(qe){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/22/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="setSiteOptions")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/22/properties/step/const",keyword:"const",params:{allowedValue:"setSiteOptions"},message:"must be equal to constant"}],!1;var qe=E===t}else var qe=!0;if(qe)if(e.options!==void 0){let a=e.options;const E=t;if(t===E&&!(a&&typeof a=="object"&&!Array.isArray(a)))return h.errors=[{instancePath:r+"/options",schemaPath:"#/oneOf/22/properties/options/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var qe=E===t}else var qe=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/22/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="unzip"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.extractToPath===void 0&&(L="extractToPath")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/23/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="zipFile"||a==="zipPath"||a==="extractToPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/23/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/23/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/23/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var He=M===t}else var He=!0;if(He)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/23/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var He=m===t}else var He=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/23/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var Oe=E===t}else var Oe=!0;if(Oe){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/23/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="unzip")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/23/properties/step/const",keyword:"const",params:{allowedValue:"unzip"},message:"must be equal to constant"}],!1;var Oe=E===t}else var Oe=!0;if(Oe){if(e.zipFile!==void 0){const a=t;le(e.zipFile,{instancePath:r+"/zipFile",parentData:e,parentDataProperty:"zipFile",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var Oe=a===t}else var Oe=!0;if(Oe){if(e.zipPath!==void 0){const a=t;if(typeof e.zipPath!="string")return h.errors=[{instancePath:r+"/zipPath",schemaPath:"#/oneOf/23/properties/zipPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Oe=a===t}else var Oe=!0;if(Oe)if(e.extractToPath!==void 0){const a=t;if(typeof e.extractToPath!="string")return h.errors=[{instancePath:r+"/extractToPath",schemaPath:"#/oneOf/23/properties/extractToPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Oe=a===t}else var Oe=!0}}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/23/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="updateUserMeta"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.meta===void 0&&(L="meta")||e.step===void 0&&(L="step")||e.userId===void 0&&(L="userId"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/24/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="meta"||a==="userId"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/24/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/24/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/24/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var Gr=M===t}else var Gr=!0;if(Gr)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/24/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Gr=m===t}else var Gr=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/24/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var ke=E===t}else var ke=!0;if(ke){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/24/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="updateUserMeta")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/24/properties/step/const",keyword:"const",params:{allowedValue:"updateUserMeta"},message:"must be equal to constant"}],!1;var ke=E===t}else var ke=!0;if(ke){if(e.meta!==void 0){let a=e.meta;const E=t;if(t===E&&!(a&&typeof a=="object"&&!Array.isArray(a)))return h.errors=[{instancePath:r+"/meta",schemaPath:"#/oneOf/24/properties/meta/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var ke=E===t}else var ke=!0;if(ke)if(e.userId!==void 0){let a=e.userId;const E=t;if(!(typeof a=="number"&&isFinite(a)))return h.errors=[{instancePath:r+"/userId",schemaPath:"#/oneOf/24/properties/userId/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var ke=E===t}else var ke=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/24/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="writeFile"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.data===void 0&&(L="data")||e.path===void 0&&(L="path")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/25/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="path"||a==="data"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/25/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/25/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/25/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var Zr=M===t}else var Zr=!0;if(Zr)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/25/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Zr=m===t}else var Zr=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/25/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var c=E===t}else var c=!0;if(c){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/25/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="writeFile")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/25/properties/step/const",keyword:"const",params:{allowedValue:"writeFile"},message:"must be equal to constant"}],!1;var c=E===t}else var c=!0;if(c){if(e.path!==void 0){const a=t;if(typeof e.path!="string")return h.errors=[{instancePath:r+"/path",schemaPath:"#/oneOf/25/properties/path/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var c=a===t}else var c=!0;if(c)if(e.data!==void 0){let a=e.data;const E=t,U=t;let m=!1;const M=t;le(a,{instancePath:r+"/data",parentData:e,parentDataProperty:"data",rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var f=M===t;if(m=m||f,!m){const Pe=t;if(typeof a!="string"){const ir={instancePath:r+"/data",schemaPath:"#/oneOf/25/properties/data/anyOf/1/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[ir]:i.push(ir),t++}var f=Pe===t;if(m=m||f,!m){const ir=t;if(t===ir)if(a&&typeof a=="object"&&!Array.isArray(a)){let Me;if(a.BYTES_PER_ELEMENT===void 0&&(Me="BYTES_PER_ELEMENT")||a.buffer===void 0&&(Me="buffer")||a.byteLength===void 0&&(Me="byteLength")||a.byteOffset===void 0&&(Me="byteOffset")||a.length===void 0&&(Me="length")){const $t={instancePath:r+"/data",schemaPath:"#/oneOf/25/properties/data/anyOf/2/required",keyword:"required",params:{missingProperty:Me},message:"must have required property '"+Me+"'"};i===null?i=[$t]:i.push($t),t++}else{const $t=t;for(const ue in a)if(!(ue==="BYTES_PER_ELEMENT"||ue==="buffer"||ue==="byteLength"||ue==="byteOffset"||ue==="length")){let je=a[ue];const Rt=t;if(!(typeof je=="number"&&isFinite(je))){const Te={instancePath:r+"/data/"+ue.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/oneOf/25/properties/data/anyOf/2/additionalProperties/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[Te]:i.push(Te),t++}var l=Rt===t;if(!l)break}if($t===t){if(a.BYTES_PER_ELEMENT!==void 0){let ue=a.BYTES_PER_ELEMENT;const je=t;if(!(typeof ue=="number"&&isFinite(ue))){const Rt={instancePath:r+"/data/BYTES_PER_ELEMENT",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/BYTES_PER_ELEMENT/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[Rt]:i.push(Rt),t++}var _=je===t}else var _=!0;if(_){if(a.buffer!==void 0){let ue=a.buffer;const je=t;if(t===je)if(ue&&typeof ue=="object"&&!Array.isArray(ue)){let Te;if(ue.byteLength===void 0&&(Te="byteLength")){const Dt={instancePath:r+"/data/buffer",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/buffer/required",keyword:"required",params:{missingProperty:Te},message:"must have required property '"+Te+"'"};i===null?i=[Dt]:i.push(Dt),t++}else{const Dt=t;for(const pt in ue)if(pt!=="byteLength"){const ft={instancePath:r+"/data/buffer",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/buffer/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:pt},message:"must NOT have additional properties"};i===null?i=[ft]:i.push(ft),t++;break}if(Dt===t&&ue.byteLength!==void 0){let pt=ue.byteLength;if(!(typeof pt=="number"&&isFinite(pt))){const ft={instancePath:r+"/data/buffer/byteLength",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/buffer/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[ft]:i.push(ft),t++}}}}else{const Te={instancePath:r+"/data/buffer",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/buffer/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[Te]:i.push(Te),t++}var _=je===t}else var _=!0;if(_){if(a.byteLength!==void 0){let ue=a.byteLength;const je=t;if(!(typeof ue=="number"&&isFinite(ue))){const Te={instancePath:r+"/data/byteLength",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/byteLength/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[Te]:i.push(Te),t++}var _=je===t}else var _=!0;if(_){if(a.byteOffset!==void 0){let ue=a.byteOffset;const je=t;if(!(typeof ue=="number"&&isFinite(ue))){const Te={instancePath:r+"/data/byteOffset",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/byteOffset/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[Te]:i.push(Te),t++}var _=je===t}else var _=!0;if(_)if(a.length!==void 0){let ue=a.length;const je=t;if(!(typeof ue=="number"&&isFinite(ue))){const Te={instancePath:r+"/data/length",schemaPath:"#/oneOf/25/properties/data/anyOf/2/properties/length/type",keyword:"type",params:{type:"number"},message:"must be number"};i===null?i=[Te]:i.push(Te),t++}var _=je===t}else var _=!0}}}}}}else{const Me={instancePath:r+"/data",schemaPath:"#/oneOf/25/properties/data/anyOf/2/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[Me]:i.push(Me),t++}var f=ir===t;m=m||f}}if(m)t=U,i!==null&&(U?i.length=U:i=null);else{const Pe={instancePath:r+"/data",schemaPath:"#/oneOf/25/properties/data/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[Pe]:i.push(Pe),t++,h.errors=i,!1}var c=E===t}else var c=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/25/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="writeFiles"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.filesTree===void 0&&(L="filesTree")||e.step===void 0&&(L="step")||e.writeToPath===void 0&&(L="writeToPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/26/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="writeToPath"||a==="filesTree"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/26/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/26/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/26/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var v=M===t}else var v=!0;if(v)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/26/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var v=m===t}else var v=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/26/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var C=E===t}else var C=!0;if(C){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/26/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="writeFiles")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/26/properties/step/const",keyword:"const",params:{allowedValue:"writeFiles"},message:"must be equal to constant"}],!1;var C=E===t}else var C=!0;if(C){if(e.writeToPath!==void 0){const a=t;if(typeof e.writeToPath!="string")return h.errors=[{instancePath:r+"/writeToPath",schemaPath:"#/oneOf/26/properties/writeToPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var C=a===t}else var C=!0;if(C)if(e.filesTree!==void 0){const a=t;Qe(e.filesTree,{instancePath:r+"/filesTree",parentData:e,parentDataProperty:"filesTree",rootData:o})||(i=i===null?Qe.errors:i.concat(Qe.errors),t=i.length);var C=a===t}else var C=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/26/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="wp-cli"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.command===void 0&&(L="command")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/27/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="command"||a==="wpCliPath"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/27/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/27/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/27/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var R=M===t}else var R=!0;if(R)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/27/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var R=m===t}else var R=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/27/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var Q=E===t}else var Q=!0;if(Q){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/27/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="wp-cli")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/27/properties/step/const",keyword:"const",params:{allowedValue:"wp-cli"},message:"must be equal to constant"}],!1;var Q=E===t}else var Q=!0;if(Q){if(e.command!==void 0){let a=e.command;const E=t,U=t;let m=!1;const M=t;if(typeof a!="string"){const Pe={instancePath:r+"/command",schemaPath:"#/oneOf/27/properties/command/anyOf/0/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[Pe]:i.push(Pe),t++}var me=M===t;if(m=m||me,!m){const Pe=t;if(t===Pe)if(Array.isArray(a)){var he=!0;const ir=a.length;for(let Ht=0;Ht<ir;Ht++){const Me=t;if(typeof a[Ht]!="string"){const ue={instancePath:r+"/command/"+Ht,schemaPath:"#/oneOf/27/properties/command/anyOf/1/items/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[ue]:i.push(ue),t++}var he=Me===t;if(!he)break}}else{const ir={instancePath:r+"/command",schemaPath:"#/oneOf/27/properties/command/anyOf/1/type",keyword:"type",params:{type:"array"},message:"must be array"};i===null?i=[ir]:i.push(ir),t++}var me=Pe===t;m=m||me}if(m)t=U,i!==null&&(U?i.length=U:i=null);else{const Pe={instancePath:r+"/command",schemaPath:"#/oneOf/27/properties/command/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[Pe]:i.push(Pe),t++,h.errors=i,!1}var Q=E===t}else var Q=!0;if(Q)if(e.wpCliPath!==void 0){const a=t;if(typeof e.wpCliPath!="string")return h.errors=[{instancePath:r+"/wpCliPath",schemaPath:"#/oneOf/27/properties/wpCliPath/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var Q=a===t}else var Q=!0}}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/27/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else if(pe==="setSiteLanguage"){if(t===t)if(e&&typeof e=="object"&&!Array.isArray(e)){let L;if(e.language===void 0&&(L="language")||e.step===void 0&&(L="step"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/28/required",keyword:"required",params:{missingProperty:L},message:"must have required property '"+L+"'"}],!1;{const Z=t;for(const a in e)if(!(a==="progress"||a==="step"||a==="language"))return h.errors=[{instancePath:r,schemaPath:"#/oneOf/28/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:a},message:"must NOT have additional properties"}],!1;if(Z===t){if(e.progress!==void 0){let a=e.progress;const E=t;if(t===E)if(a&&typeof a=="object"&&!Array.isArray(a)){const U=t;for(const m in a)if(!(m==="weight"||m==="caption"))return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/28/properties/progress/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:m},message:"must NOT have additional properties"}],!1;if(U===t){if(a.weight!==void 0){let m=a.weight;const M=t;if(!(typeof m=="number"&&isFinite(m)))return h.errors=[{instancePath:r+"/progress/weight",schemaPath:"#/oneOf/28/properties/progress/properties/weight/type",keyword:"type",params:{type:"number"},message:"must be number"}],!1;var ye=M===t}else var ye=!0;if(ye)if(a.caption!==void 0){const m=t;if(typeof a.caption!="string")return h.errors=[{instancePath:r+"/progress/caption",schemaPath:"#/oneOf/28/properties/progress/properties/caption/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var ye=m===t}else var ye=!0}}else return h.errors=[{instancePath:r+"/progress",schemaPath:"#/oneOf/28/properties/progress/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var ae=E===t}else var ae=!0;if(ae){if(e.step!==void 0){let a=e.step;const E=t;if(typeof a!="string")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/28/properties/step/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(a!=="setSiteLanguage")return h.errors=[{instancePath:r+"/step",schemaPath:"#/oneOf/28/properties/step/const",keyword:"const",params:{allowedValue:"setSiteLanguage"},message:"must be equal to constant"}],!1;var ae=E===t}else var ae=!0;if(ae)if(e.language!==void 0){const a=t;if(typeof e.language!="string")return h.errors=[{instancePath:r+"/language",schemaPath:"#/oneOf/28/properties/language/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var ae=a===t}else var ae=!0}}}}else return h.errors=[{instancePath:r,schemaPath:"#/oneOf/28/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1}else return h.errors=[{instancePath:r,schemaPath:"#/discriminator",keyword:"discriminator",params:{error:"mapping",tag:"step",tagValue:pe},message:'value of tag "step" must be in oneOf'}],!1;else return h.errors=[{instancePath:r,schemaPath:"#/discriminator",keyword:"discriminator",params:{error:"tag",tag:"step",tagValue:pe},message:'tag "step" must be string'}],!1}}else return h.errors=[{instancePath:r,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;return h.errors=i,t===0}function ie(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;if(t===0)if(e&&typeof e=="object"&&!Array.isArray(e)){const O=t;for(const A in e)if(!vo.call(_u.properties,A))return ie.errors=[{instancePath:r,schemaPath:"#/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:A},message:"must NOT have additional properties"}],!1;if(O===t){if(e.landingPage!==void 0){const A=t;if(typeof e.landingPage!="string")return ie.errors=[{instancePath:r+"/landingPage",schemaPath:"#/properties/landingPage/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=A===t}else var p=!0;if(p){if(e.description!==void 0){const A=t;if(typeof e.description!="string")return ie.errors=[{instancePath:r+"/description",schemaPath:"#/properties/description/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=A===t}else var p=!0;if(p){if(e.meta!==void 0){let A=e.meta;const B=t;if(t===B)if(A&&typeof A=="object"&&!Array.isArray(A)){let T;if(A.title===void 0&&(T="title")||A.author===void 0&&(T="author"))return ie.errors=[{instancePath:r+"/meta",schemaPath:"#/properties/meta/required",keyword:"required",params:{missingProperty:T},message:"must have required property '"+T+"'"}],!1;{const k=t;for(const S in A)if(!(S==="title"||S==="description"||S==="author"||S==="categories"))return ie.errors=[{instancePath:r+"/meta",schemaPath:"#/properties/meta/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:S},message:"must NOT have additional properties"}],!1;if(k===t){if(A.title!==void 0){const S=t;if(typeof A.title!="string")return ie.errors=[{instancePath:r+"/meta/title",schemaPath:"#/properties/meta/properties/title/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=S===t}else var y=!0;if(y){if(A.description!==void 0){const S=t;if(typeof A.description!="string")return ie.errors=[{instancePath:r+"/meta/description",schemaPath:"#/properties/meta/properties/description/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=S===t}else var y=!0;if(y){if(A.author!==void 0){const S=t;if(typeof A.author!="string")return ie.errors=[{instancePath:r+"/meta/author",schemaPath:"#/properties/meta/properties/author/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var y=S===t}else var y=!0;if(y)if(A.categories!==void 0){let S=A.categories;const F=t;if(t===F)if(Array.isArray(S)){var u=!0;const I=S.length;for(let V=0;V<I;V++){const z=t;if(typeof S[V]!="string")return ie.errors=[{instancePath:r+"/meta/categories/"+V,schemaPath:"#/properties/meta/properties/categories/items/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var u=z===t;if(!u)break}}else return ie.errors=[{instancePath:r+"/meta/categories",schemaPath:"#/properties/meta/properties/categories/type",keyword:"type",params:{type:"array"},message:"must be array"}],!1;var y=F===t}else var y=!0}}}}}else return ie.errors=[{instancePath:r+"/meta",schemaPath:"#/properties/meta/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=B===t}else var p=!0;if(p){if(e.preferredVersions!==void 0){let A=e.preferredVersions;const B=t;if(t===B)if(A&&typeof A=="object"&&!Array.isArray(A)){let T;if(A.php===void 0&&(T="php")||A.wp===void 0&&(T="wp"))return ie.errors=[{instancePath:r+"/preferredVersions",schemaPath:"#/properties/preferredVersions/required",keyword:"required",params:{missingProperty:T},message:"must have required property '"+T+"'"}],!1;{const k=t;for(const S in A)if(!(S==="php"||S==="wp"))return ie.errors=[{instancePath:r+"/preferredVersions",schemaPath:"#/properties/preferredVersions/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:S},message:"must NOT have additional properties"}],!1;if(k===t){if(A.php!==void 0){let S=A.php;const F=t,D=t;let I=!1;const V=t;if(typeof S!="string"){const z={instancePath:r+"/preferredVersions/php",schemaPath:"#/definitions/SupportedPHPVersion/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[z]:i.push(z),t++}if(!(S==="8.3"||S==="8.2"||S==="8.1"||S==="8.0"||S==="7.4"||S==="7.3"||S==="7.2"||S==="7.1"||S==="7.0")){const z={instancePath:r+"/preferredVersions/php",schemaPath:"#/definitions/SupportedPHPVersion/enum",keyword:"enum",params:{allowedValues:gu.enum},message:"must be equal to one of the allowed values"};i===null?i=[z]:i.push(z),t++}var d=V===t;if(I=I||d,!I){const z=t;if(typeof S!="string"){const Y={instancePath:r+"/preferredVersions/php",schemaPath:"#/properties/preferredVersions/properties/php/anyOf/1/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[Y]:i.push(Y),t++}if(S!=="latest"){const Y={instancePath:r+"/preferredVersions/php",schemaPath:"#/properties/preferredVersions/properties/php/anyOf/1/const",keyword:"const",params:{allowedValue:"latest"},message:"must be equal to constant"};i===null?i=[Y]:i.push(Y),t++}var d=z===t;I=I||d}if(I)t=D,i!==null&&(D?i.length=D:i=null);else{const z={instancePath:r+"/preferredVersions/php",schemaPath:"#/properties/preferredVersions/properties/php/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[z]:i.push(z),t++,ie.errors=i,!1}var b=F===t}else var b=!0;if(b)if(A.wp!==void 0){const S=t;if(typeof A.wp!="string")return ie.errors=[{instancePath:r+"/preferredVersions/wp",schemaPath:"#/properties/preferredVersions/properties/wp/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var b=S===t}else var b=!0}}}else return ie.errors=[{instancePath:r+"/preferredVersions",schemaPath:"#/properties/preferredVersions/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=B===t}else var p=!0;if(p){if(e.features!==void 0){let A=e.features;const B=t;if(t===B)if(A&&typeof A=="object"&&!Array.isArray(A)){const T=t;for(const k in A)if(k!=="networking")return ie.errors=[{instancePath:r+"/features",schemaPath:"#/properties/features/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:k},message:"must NOT have additional properties"}],!1;if(T===t&&A.networking!==void 0&&typeof A.networking!="boolean")return ie.errors=[{instancePath:r+"/features/networking",schemaPath:"#/properties/features/properties/networking/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"}],!1}else return ie.errors=[{instancePath:r+"/features",schemaPath:"#/properties/features/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=B===t}else var p=!0;if(p){if(e.extraLibraries!==void 0){let A=e.extraLibraries;const B=t;if(t===B)if(Array.isArray(A)){var w=!0;const T=A.length;for(let k=0;k<T;k++){let S=A[k];const F=t;if(typeof S!="string")return ie.errors=[{instancePath:r+"/extraLibraries/"+k,schemaPath:"#/definitions/ExtraLibrary/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;if(S!=="wp-cli")return ie.errors=[{instancePath:r+"/extraLibraries/"+k,schemaPath:"#/definitions/ExtraLibrary/const",keyword:"const",params:{allowedValue:"wp-cli"},message:"must be equal to constant"}],!1;var w=F===t;if(!w)break}}else return ie.errors=[{instancePath:r+"/extraLibraries",schemaPath:"#/properties/extraLibraries/type",keyword:"type",params:{type:"array"},message:"must be array"}],!1;var p=B===t}else var p=!0;if(p){if(e.constants!==void 0){let A=e.constants;const B=t;if(t===t)if(A&&typeof A=="object"&&!Array.isArray(A))for(const k in A){let S=A[k];const F=t;if(typeof S!="string"&&typeof S!="boolean"&&!(typeof S=="number"&&isFinite(S)))return ie.errors=[{instancePath:r+"/constants/"+k.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/definitions/PHPConstants/additionalProperties/type",keyword:"type",params:{type:wu.additionalProperties.type},message:"must be string,boolean,number"}],!1;var g=F===t;if(!g)break}else return ie.errors=[{instancePath:r+"/constants",schemaPath:"#/definitions/PHPConstants/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=B===t}else var p=!0;if(p){if(e.plugins!==void 0){let A=e.plugins;const B=t;if(t===B)if(Array.isArray(A)){var H=!0;const T=A.length;for(let k=0;k<T;k++){let S=A[k];const F=t,D=t;let I=!1;const V=t;if(typeof S!="string"){const K={instancePath:r+"/plugins/"+k,schemaPath:"#/properties/plugins/items/anyOf/0/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[K]:i.push(K),t++}var P=V===t;if(I=I||P,!I){const K=t;le(S,{instancePath:r+"/plugins/"+k,parentData:A,parentDataProperty:k,rootData:o})||(i=i===null?le.errors:i.concat(le.errors),t=i.length);var P=K===t;I=I||P}if(I)t=D,i!==null&&(D?i.length=D:i=null);else{const K={instancePath:r+"/plugins/"+k,schemaPath:"#/properties/plugins/items/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[K]:i.push(K),t++,ie.errors=i,!1}var H=F===t;if(!H)break}}else return ie.errors=[{instancePath:r+"/plugins",schemaPath:"#/properties/plugins/type",keyword:"type",params:{type:"array"},message:"must be array"}],!1;var p=B===t}else var p=!0;if(p){if(e.siteOptions!==void 0){let A=e.siteOptions;const B=t;if(t===B)if(A&&typeof A=="object"&&!Array.isArray(A)){const T=t;for(const k in A)if(k!=="blogname"){const S=t;if(typeof A[k]!="string")return ie.errors=[{instancePath:r+"/siteOptions/"+k.replace(/~/g,"~0").replace(/\//g,"~1"),schemaPath:"#/properties/siteOptions/additionalProperties/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var N=S===t;if(!N)break}if(T===t&&A.blogname!==void 0&&typeof A.blogname!="string")return ie.errors=[{instancePath:r+"/siteOptions/blogname",schemaPath:"#/properties/siteOptions/properties/blogname/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1}else return ie.errors=[{instancePath:r+"/siteOptions",schemaPath:"#/properties/siteOptions/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;var p=B===t}else var p=!0;if(p){if(e.login!==void 0){let A=e.login;const B=t,x=t;let T=!1;const k=t;if(typeof A!="boolean"){const F={instancePath:r+"/login",schemaPath:"#/properties/login/anyOf/0/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"};i===null?i=[F]:i.push(F),t++}var j=k===t;if(T=T||j,!T){const F=t;if(t===F)if(A&&typeof A=="object"&&!Array.isArray(A)){let I;if(A.username===void 0&&(I="username")||A.password===void 0&&(I="password")){const V={instancePath:r+"/login",schemaPath:"#/properties/login/anyOf/1/required",keyword:"required",params:{missingProperty:I},message:"must have required property '"+I+"'"};i===null?i=[V]:i.push(V),t++}else{const V=t;for(const z in A)if(!(z==="username"||z==="password")){const K={instancePath:r+"/login",schemaPath:"#/properties/login/anyOf/1/additionalProperties",keyword:"additionalProperties",params:{additionalProperty:z},message:"must NOT have additional properties"};i===null?i=[K]:i.push(K),t++;break}if(V===t){if(A.username!==void 0){const z=t;if(typeof A.username!="string"){const K={instancePath:r+"/login/username",schemaPath:"#/properties/login/anyOf/1/properties/username/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[K]:i.push(K),t++}var q=z===t}else var q=!0;if(q)if(A.password!==void 0){const z=t;if(typeof A.password!="string"){const Y={instancePath:r+"/login/password",schemaPath:"#/properties/login/anyOf/1/properties/password/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[Y]:i.push(Y),t++}var q=z===t}else var q=!0}}}else{const I={instancePath:r+"/login",schemaPath:"#/properties/login/anyOf/1/type",keyword:"type",params:{type:"object"},message:"must be object"};i===null?i=[I]:i.push(I),t++}var j=F===t;T=T||j}if(T)t=x,i!==null&&(x?i.length=x:i=null);else{const F={instancePath:r+"/login",schemaPath:"#/properties/login/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[F]:i.push(F),t++,ie.errors=i,!1}var p=B===t}else var p=!0;if(p){if(e.steps!==void 0){let A=e.steps;const B=t;if(t===B)if(Array.isArray(A)){var $=!0;const T=A.length;for(let k=0;k<T;k++){let S=A[k];const F=t,D=t;let I=!1;const V=t;h(S,{instancePath:r+"/steps/"+k,parentData:A,parentDataProperty:k,rootData:o})||(i=i===null?h.errors:i.concat(h.errors),t=i.length);var W=V===t;if(I=I||W,!I){const K=t;if(typeof S!="string"){const G={instancePath:r+"/steps/"+k,schemaPath:"#/properties/steps/items/anyOf/1/type",keyword:"type",params:{type:"string"},message:"must be string"};i===null?i=[G]:i.push(G),t++}var W=K===t;if(I=I||W,!I){const G=t,se={instancePath:r+"/steps/"+k,schemaPath:"#/properties/steps/items/anyOf/2/not",keyword:"not",params:{},message:"must NOT be valid"};i===null?i=[se]:i.push(se),t++;var W=G===t;if(I=I||W,!I){const X=t;if(typeof S!="boolean"){const re={instancePath:r+"/steps/"+k,schemaPath:"#/properties/steps/items/anyOf/3/type",keyword:"type",params:{type:"boolean"},message:"must be boolean"};i===null?i=[re]:i.push(re),t++}if(S!==!1){const re={instancePath:r+"/steps/"+k,schemaPath:"#/properties/steps/items/anyOf/3/const",keyword:"const",params:{allowedValue:!1},message:"must be equal to constant"};i===null?i=[re]:i.push(re),t++}var W=X===t;if(I=I||W,!I){const re=t;if(S!==null){const te={instancePath:r+"/steps/"+k,schemaPath:"#/properties/steps/items/anyOf/4/type",keyword:"type",params:{type:"null"},message:"must be null"};i===null?i=[te]:i.push(te),t++}var W=re===t;I=I||W}}}}if(I)t=D,i!==null&&(D?i.length=D:i=null);else{const K={instancePath:r+"/steps/"+k,schemaPath:"#/properties/steps/items/anyOf",keyword:"anyOf",params:{},message:"must match a schema in anyOf"};return i===null?i=[K]:i.push(K),t++,ie.errors=i,!1}var $=F===t;if(!$)break}}else return ie.errors=[{instancePath:r+"/steps",schemaPath:"#/properties/steps/type",keyword:"type",params:{type:"array"},message:"must be array"}],!1;var p=B===t}else var p=!0;if(p)if(e.$schema!==void 0){const A=t;if(typeof e.$schema!="string")return ie.errors=[{instancePath:r+"/$schema",schemaPath:"#/properties/%24schema/type",keyword:"type",params:{type:"string"},message:"must be string"}],!1;var p=A===t}else var p=!0}}}}}}}}}}}}else return ie.errors=[{instancePath:r,schemaPath:"#/type",keyword:"type",params:{type:"object"},message:"must be object"}],!1;return ie.errors=i,t===0}function Vt(e,{instancePath:r="",parentData:s,parentDataProperty:n,rootData:o=e}={}){let i=null,t=0;return ie(e,{instancePath:r,parentData:s,parentDataProperty:n,rootData:o})||(i=i===null?ie.errors:i.concat(ie.errors),t=i.length),Vt.errors=i,t===0}const{wpCLI:Pu,...In}=pp,Eu={...In,"wp-cli":Pu,importFile:In.importWxr};function Eo(e,{progress:r=new cs,semaphore:s=new Bn({concurrency:3}),onStepCompleted:n=()=>{},corsProxy:o}={}){var w,g,H,P,N,j,q,$,W;e=structuredClone(e),e={...e,steps:(e.steps||[]).filter(Au).filter(Tu)};for(const O of e.steps)!O||typeof O!="object"||(O.step==="importFile"?(O.step="importWxr",xe.warn('The "importFile" step is deprecated. Use "importWxr" instead.')):(O==null?void 0:O.step)==="installPlugin"&&"pluginZipFile"in O?(O.pluginData=O.pluginZipFile,xe.warn('The "pluginZipFile" option of the "installPlugin" step is deprecated. Use "pluginData" instead.')):(O==null?void 0:O.step)==="installTheme"&&"themeZipFile"in O&&(O.themeData=O.themeZipFile,xe.warn('The "themeZipFile" option of the "installTheme" step is deprecated. Use "themeData" instead.')));if(e.constants&&e.steps.unshift({step:"defineWpConfigConsts",consts:e.constants}),e.siteOptions&&e.steps.unshift({step:"setSiteOptions",options:e.siteOptions}),e.plugins){const O=e.plugins.map(A=>typeof A=="string"?A.startsWith("https://")?{resource:"url",url:A}:{resource:"wordpress.org/plugins",slug:A}:A).map(A=>({step:"installPlugin",pluginData:A}));e.steps.unshift(...O)}e.login&&e.steps.push({step:"login",...e.login===!0?{username:"admin"}:e.login});const i=((w=e.steps)==null?void 0:w.findIndex(O=>typeof O=="object"&&(O==null?void 0:O.step)&&["wp-cli","enableMultisite"].includes(O.step)))??-1;if((g=e==null?void 0:e.extraLibraries)!=null&&g.includes("wp-cli")||i!==-1){const O={step:"writeFile",data:Vo,path:hi};i===-1?(H=e.steps)==null||H.push(O):(P=e.steps)==null||P.splice(i,0,O)}const t=(N=e.steps)==null?void 0:N.findIndex(O=>typeof O=="object"&&(O==null?void 0:O.step)==="importWxr");t!==void 0&&t>-1&&((j=e.steps)==null||j.splice(t,0,{step:"installPlugin",pluginData:{resource:"url",url:"https://playground.wordpress.net/wordpress-importer.zip",caption:"Downloading the WordPress Importer plugin"}}));const{valid:p,errors:y}=ku(e);if(!p){const O=new Error(`Invalid blueprint: ${y[0].message} at ${y[0].instancePath}`);throw O.errors=y,O}const u=e.steps||[],d=u.reduce((O,A)=>{var B;return O+(((B=A.progress)==null?void 0:B.weight)||1)},0),b=u.map(O=>Cu(O,{semaphore:s,rootProgressTracker:r,totalProgressWeight:d,corsProxy:o}));return{versions:{php:Su((q=e.preferredVersions)==null?void 0:q.php,ps,Qn),wp:(($=e.preferredVersions)==null?void 0:$.wp)||"latest"},features:{networking:((W=e.features)==null?void 0:W.networking)??!1},extraLibraries:e.extraLibraries||[],run:async O=>{try{for(const{resources:A}of b)for(const B of A)B.setPlayground(O),B.isAsync&&B.resolve();for(const[A,{run:B,step:x}]of Object.entries(b))try{const T=await B(O);n(T,x)}catch(T){throw xe.error(T),new Error(`Error when executing the blueprint step #${A} (${JSON.stringify(x)}) ${T instanceof Error?`: ${T.message}`:T}`,{cause:T})}}finally{try{await O.goTo(e.landingPage||"/")}catch{}r.finish()}}}}function ku(e){var o;const r=Vt(e);if(r)return{valid:r};const s=new Set;for(const i of Vt.errors)i.schemaPath.startsWith("#/properties/steps/items/anyOf")||s.add(i.instancePath);const n=(o=Vt.errors)==null?void 0:o.filter(i=>!(i.schemaPath.startsWith("#/properties/steps/items/anyOf")&&s.has(i.instancePath)));return{valid:r,errors:n}}function Su(e,r,s){return e&&r.includes(e)?e:s}function Au(e){return!!(typeof e=="object"&&e)}function Tu(e){return["setPhpIniEntry","request"].includes(e.step)?(xe.warn(`The "${e.step}" Blueprint is no longer supported and you can remove it from your Blueprint.`),!1):!0}function Cu(e,{semaphore:r,rootProgressTracker:s,totalProgressWeight:n,corsProxy:o}){var b;const i=s.stage((((b=e.progress)==null?void 0:b.weight)||1)/n),t={};for(const w of Object.keys(e)){let g=e[w];au(g)&&(g=br.create(g,{semaphore:r,corsProxy:o})),t[w]=g}const p=async w=>{var g;try{return i.fillSlowly(),await Eu[e.step](w,await Ou(t),{tracker:i,initialCaption:(g=e.progress)==null?void 0:g.caption})}finally{i.finish()}},y=Hn(t),u=Hn(t).filter(w=>w.isAsync),d=1/(u.length+1);for(const w of u)w.progress=i.stage(d);return{run:p,step:e,resources:y}}function Hn(e){const r=[];for(const s in e){const n=e[s];n instanceof br&&r.push(n)}return r}async function Ou(e){const r={};for(const s in e){const n=e[s];n instanceof br?r[s]=await n.resolve():r[s]=n}return r}async function ko(e,r){await e.run(r)}function xu(){}/**
753
753
  * @license
754
754
  * Copyright 2019 Google LLC
755
755
  * SPDX-License-Identifier: Apache-2.0
756
- */const ko=Symbol("Comlink.proxy"),Hu=Symbol("Comlink.endpoint"),$u=Symbol("Comlink.releaseProxy"),qs=Symbol("Comlink.finalizer"),Yt=Symbol("Comlink.thrown"),So=e=>typeof e=="object"&&e!==null||typeof e=="function",Ru={canHandle:e=>So(e)&&e[ko],serialize(e){const{port1:r,port2:s}=new MessageChannel;return Ci(e,r),[s,[s]]},deserialize(e){return e.start(),Oi(e)}},Du={canHandle:e=>So(e)&&Yt in e,serialize({value:e}){let r;return e instanceof Error?r={isError:!0,value:{message:e.message,name:e.name,stack:e.stack}}:r={isError:!1,value:e},[r,[]]},deserialize(e){throw e.isError?Object.assign(new Error(e.value.message),e.value):e.value}},et=new Map([["proxy",Ru],["throw",Du]]);function Bu(e,r){for(const s of e)if(r===s||s==="*"||s instanceof RegExp&&s.test(r))return!0;return!1}function Ci(e,r=globalThis,s=["*"]){r.addEventListener("message",function n(o){if(!o||!o.data)return;if(!Bu(s,o.origin)){console.warn(`Invalid origin '${o.origin}' for comlink proxy`);return}const{id:i,type:t,path:p}=Object.assign({path:[]},o.data),y=(o.data.argumentList||[]).map(Ir);let u;try{const d=p.slice(0,-1).reduce((b,w)=>b[w],e),g=p.reduce((b,w)=>b[w],e);switch(t){case"GET":u=g;break;case"SET":d[p.slice(-1)[0]]=Ir(o.data.value),u=!0;break;case"APPLY":u=g.apply(d,y);break;case"CONSTRUCT":{const b=new g(...y);u=Oo(b)}break;case"ENDPOINT":{const{port1:b,port2:w}=new MessageChannel;Ci(e,w),u=Uu(b,[b])}break;case"RELEASE":u=void 0;break;default:return}}catch(d){u={value:d,[Yt]:0}}Promise.resolve(u).catch(d=>({value:d,[Yt]:0})).then(d=>{const[g,b]=ns(d);r.postMessage(Object.assign(Object.assign({},g),{id:i}),b),t==="RELEASE"&&(r.removeEventListener("message",n),Ao(r),qs in e&&typeof e[qs]=="function"&&e[qs]())}).catch(d=>{const[g,b]=ns({value:new TypeError("Unserializable return value"),[Yt]:0});r.postMessage(Object.assign(Object.assign({},g),{id:i}),b)})}),r.start&&r.start()}function Fu(e){return e.constructor.name==="MessagePort"}function Ao(e){Fu(e)&&e.close()}function Oi(e,r){return ii(e,[],r)}function Ut(e){if(e)throw new Error("Proxy has been released and is not useable")}function To(e){return Qr(e,{type:"RELEASE"}).then(()=>{Ao(e)})}const ss=new WeakMap,is="FinalizationRegistry"in globalThis&&new FinalizationRegistry(e=>{const r=(ss.get(e)||0)-1;ss.set(e,r),r===0&&To(e)});function ju(e,r){const s=(ss.get(r)||0)+1;ss.set(r,s),is&&is.register(e,r,e)}function Nu(e){is&&is.unregister(e)}function ii(e,r=[],s=function(){}){let n=!1;const o=new Proxy(s,{get(i,t){if(Ut(n),t===$u)return()=>{Nu(o),To(e),n=!0};if(t==="then"){if(r.length===0)return{then:()=>o};const p=Qr(e,{type:"GET",path:r.map(y=>y.toString())}).then(Ir);return p.then.bind(p)}return ii(e,[...r,t])},set(i,t,p){Ut(n);const[y,u]=ns(p);return Qr(e,{type:"SET",path:[...r,t].map(d=>d.toString()),value:y},u).then(Ir)},apply(i,t,p){Ut(n);const y=r[r.length-1];if(y===Hu)return Qr(e,{type:"ENDPOINT"}).then(Ir);if(y==="bind")return ii(e,r.slice(0,-1));const[u,d]=Hn(p);return Qr(e,{type:"APPLY",path:r.map(g=>g.toString()),argumentList:u},d).then(Ir)},construct(i,t){Ut(n);const[p,y]=Hn(t);return Qr(e,{type:"CONSTRUCT",path:r.map(u=>u.toString()),argumentList:p},y).then(Ir)}});return ju(o,e),o}function Wu(e){return Array.prototype.concat.apply([],e)}function Hn(e){const r=e.map(ns);return[r.map(s=>s[0]),Wu(r.map(s=>s[1]))]}const Co=new WeakMap;function Uu(e,r){return Co.set(e,r),e}function Oo(e){return Object.assign(e,{[ko]:!0})}function qu(e,r=globalThis,s="*"){return{postMessage:(n,o)=>e.postMessage(n,s,o),addEventListener:r.addEventListener.bind(r),removeEventListener:r.removeEventListener.bind(r)}}function ns(e){for(const[r,s]of et)if(s.canHandle(e)){const[n,o]=s.serialize(e);return[{type:"HANDLER",name:r,value:n},o]}return[{type:"RAW",value:e},Co.get(e)||[]]}function Ir(e){switch(e.type){case"HANDLER":return et.get(e.name).deserialize(e.value);case"RAW":return e.value}}function Qr(e,r,s){return new Promise(n=>{const o=Mu();e.addEventListener("message",function i(t){!t.data||!t.data.id||t.data.id!==o||(e.removeEventListener("message",i),n(t.data))}),e.start&&e.start(),e.postMessage(Object.assign({id:o},r),s)})}function Mu(){return new Array(4).fill(0).map(()=>Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16)).join("-")}function Ku(e,r=void 0){Gu();const s=e instanceof Worker?e:qu(e,r),n=Oi(s),o=xo(n);return new Proxy(o,{get:(i,t)=>t==="isConnected"?async()=>{for(;;)try{await zu(n.isConnected(),200);break}catch{}}:n[t]})}async function zu(e,r){return new Promise((s,n)=>{setTimeout(n,r),e.then(s)})}let $n=!1;function Gu(){if($n)return;$n=!0,et.set("EVENT",{canHandle:s=>s instanceof CustomEvent,serialize:s=>[{detail:s.detail},[]],deserialize:s=>s}),et.set("FUNCTION",{canHandle:s=>typeof s=="function",serialize(s){const{port1:n,port2:o}=new MessageChannel;return Ci(s,n),[o,[o]]},deserialize(s){return s.start(),Oi(s)}}),et.set("PHPResponse",{canHandle:s=>typeof s=="object"&&s!==null&&"headers"in s&&"bytes"in s&&"errors"in s&&"exitCode"in s&&"httpStatusCode"in s,serialize(s){return[s.toRawData(),[]]},deserialize(s){return Jt.fromRawData(s)}});const e=et.get("throw"),r=e==null?void 0:e.serialize;e.serialize=({value:s})=>{const n=r({value:s});return s.response&&(n[0].value.response=s.response),s.source&&(n[0].value.source=s.source),n}}function xo(e){return new Proxy(e,{get(r,s){switch(typeof r[s]){case"function":return(...n)=>r[s](...n);case"object":return r[s]===null?r[s]:xo(r[s]);case"undefined":case"number":case"string":return r[s];default:return Oo(r[s])}}})}function vr(e){return Object.fromEntries(Object.entries(e).map(([r,s])=>[s,r]))}const Zu={server_name:0,max_fragment_length:1,client_certificate_url:2,trusted_ca_keys:3,truncated_hmac:4,status_request:5,user_mapping:6,client_authz:7,server_authz:8,cert_type:9,supported_groups:10,ec_point_formats:11,srp:12,signature_algorithms:13,use_srtp:14,heartbeat:15,application_layer_protocol_negotiation:16,status_request_v2:17,signed_certificate_timestamp:18,client_certificate_type:19,server_certificate_type:20,padding:21,encrypt_then_mac:22,extended_master_secret:23,token_binding:24,cached_info:25,tls_its:26,compress_certificate:27,record_size_limit:28,pwd_protect:29,pwo_clear:30,password_salt:31,ticket_pinning:32,tls_cert_with_extern_psk:33,delegated_credential:34,session_ticket:35,TLMSP:36,TLMSP_proxying:37,TLMSP_delegate:38,supported_ekt_ciphers:39,pre_shared_key:41,early_data:42,supported_versions:43,cookie:44,psk_key_exchange_modes:45,reserved:46,certificate_authorities:47,oid_filters:48,post_handshake_auth:49,signature_algorithms_cert:50,key_share:51,transparency_info:52,connection_id:54};vr(Zu);const Vu={host_name:0};vr(Vu);const Yu={TLS1_CK_PSK_WITH_RC4_128_SHA:138,TLS1_CK_PSK_WITH_3DES_EDE_CBC_SHA:139,TLS1_CK_PSK_WITH_AES_128_CBC_SHA:140,TLS1_CK_PSK_WITH_AES_256_CBC_SHA:141,TLS1_CK_DHE_PSK_WITH_RC4_128_SHA:142,TLS1_CK_DHE_PSK_WITH_3DES_EDE_CBC_SHA:143,TLS1_CK_DHE_PSK_WITH_AES_128_CBC_SHA:144,TLS1_CK_DHE_PSK_WITH_AES_256_CBC_SHA:145,TLS1_CK_RSA_PSK_WITH_RC4_128_SHA:146,TLS1_CK_RSA_PSK_WITH_3DES_EDE_CBC_SHA:147,TLS1_CK_RSA_PSK_WITH_AES_128_CBC_SHA:148,TLS1_CK_RSA_PSK_WITH_AES_256_CBC_SHA:149,TLS1_CK_PSK_WITH_AES_128_GCM_SHA256:168,TLS1_CK_PSK_WITH_AES_256_GCM_SHA384:169,TLS1_CK_DHE_PSK_WITH_AES_128_GCM_SHA256:170,TLS1_CK_DHE_PSK_WITH_AES_256_GCM_SHA384:171,TLS1_CK_RSA_PSK_WITH_AES_128_GCM_SHA256:172,TLS1_CK_RSA_PSK_WITH_AES_256_GCM_SHA384:173,TLS1_CK_PSK_WITH_AES_128_CBC_SHA256:174,TLS1_CK_PSK_WITH_AES_256_CBC_SHA384:175,TLS1_CK_PSK_WITH_NULL_SHA256:176,TLS1_CK_PSK_WITH_NULL_SHA384:177,TLS1_CK_DHE_PSK_WITH_AES_128_CBC_SHA256:178,TLS1_CK_DHE_PSK_WITH_AES_256_CBC_SHA384:179,TLS1_CK_DHE_PSK_WITH_NULL_SHA256:180,TLS1_CK_DHE_PSK_WITH_NULL_SHA384:181,TLS1_CK_RSA_PSK_WITH_AES_128_CBC_SHA256:182,TLS1_CK_RSA_PSK_WITH_AES_256_CBC_SHA384:183,TLS1_CK_RSA_PSK_WITH_NULL_SHA256:184,TLS1_CK_RSA_PSK_WITH_NULL_SHA384:185,TLS1_CK_PSK_WITH_NULL_SHA:44,TLS1_CK_DHE_PSK_WITH_NULL_SHA:45,TLS1_CK_RSA_PSK_WITH_NULL_SHA:46,TLS1_CK_RSA_WITH_AES_128_SHA:47,TLS1_CK_DH_DSS_WITH_AES_128_SHA:48,TLS1_CK_DH_RSA_WITH_AES_128_SHA:49,TLS1_CK_DHE_DSS_WITH_AES_128_SHA:50,TLS1_CK_DHE_RSA_WITH_AES_128_SHA:51,TLS1_CK_ADH_WITH_AES_128_SHA:52,TLS1_CK_RSA_WITH_AES_256_SHA:53,TLS1_CK_DH_DSS_WITH_AES_256_SHA:54,TLS1_CK_DH_RSA_WITH_AES_256_SHA:55,TLS1_CK_DHE_DSS_WITH_AES_256_SHA:56,TLS1_CK_DHE_RSA_WITH_AES_256_SHA:57,TLS1_CK_ADH_WITH_AES_256_SHA:58,TLS1_CK_RSA_WITH_NULL_SHA256:59,TLS1_CK_RSA_WITH_AES_128_SHA256:60,TLS1_CK_RSA_WITH_AES_256_SHA256:61,TLS1_CK_DH_DSS_WITH_AES_128_SHA256:62,TLS1_CK_DH_RSA_WITH_AES_128_SHA256:63,TLS1_CK_DHE_DSS_WITH_AES_128_SHA256:64,TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA:65,TLS1_CK_DH_DSS_WITH_CAMELLIA_128_CBC_SHA:66,TLS1_CK_DH_RSA_WITH_CAMELLIA_128_CBC_SHA:67,TLS1_CK_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA:68,TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA:69,TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA:70,TLS1_CK_DHE_RSA_WITH_AES_128_SHA256:103,TLS1_CK_DH_DSS_WITH_AES_256_SHA256:104,TLS1_CK_DH_RSA_WITH_AES_256_SHA256:105,TLS1_CK_DHE_DSS_WITH_AES_256_SHA256:106,TLS1_CK_DHE_RSA_WITH_AES_256_SHA256:107,TLS1_CK_ADH_WITH_AES_128_SHA256:108,TLS1_CK_ADH_WITH_AES_256_SHA256:109,TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA:132,TLS1_CK_DH_DSS_WITH_CAMELLIA_256_CBC_SHA:133,TLS1_CK_DH_RSA_WITH_CAMELLIA_256_CBC_SHA:134,TLS1_CK_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA:135,TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA:136,TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA:137,TLS1_CK_RSA_WITH_SEED_SHA:150,TLS1_CK_DH_DSS_WITH_SEED_SHA:151,TLS1_CK_DH_RSA_WITH_SEED_SHA:152,TLS1_CK_DHE_DSS_WITH_SEED_SHA:153,TLS1_CK_DHE_RSA_WITH_SEED_SHA:154,TLS1_CK_ADH_WITH_SEED_SHA:155,TLS1_CK_RSA_WITH_AES_128_GCM_SHA256:156,TLS1_CK_RSA_WITH_AES_256_GCM_SHA384:157,TLS1_CK_DHE_RSA_WITH_AES_128_GCM_SHA256:158,TLS1_CK_DHE_RSA_WITH_AES_256_GCM_SHA384:159,TLS1_CK_DH_RSA_WITH_AES_128_GCM_SHA256:160,TLS1_CK_DH_RSA_WITH_AES_256_GCM_SHA384:161,TLS1_CK_DHE_DSS_WITH_AES_128_GCM_SHA256:162,TLS1_CK_DHE_DSS_WITH_AES_256_GCM_SHA384:163,TLS1_CK_DH_DSS_WITH_AES_128_GCM_SHA256:164,TLS1_CK_DH_DSS_WITH_AES_256_GCM_SHA384:165,TLS1_CK_ADH_WITH_AES_128_GCM_SHA256:166,TLS1_CK_ADH_WITH_AES_256_GCM_SHA384:167,TLS1_CK_RSA_WITH_AES_128_CCM:49308,TLS1_CK_RSA_WITH_AES_256_CCM:49309,TLS1_CK_DHE_RSA_WITH_AES_128_CCM:49310,TLS1_CK_DHE_RSA_WITH_AES_256_CCM:49311,TLS1_CK_RSA_WITH_AES_128_CCM_8:49312,TLS1_CK_RSA_WITH_AES_256_CCM_8:49313,TLS1_CK_DHE_RSA_WITH_AES_128_CCM_8:49314,TLS1_CK_DHE_RSA_WITH_AES_256_CCM_8:49315,TLS1_CK_PSK_WITH_AES_128_CCM:49316,TLS1_CK_PSK_WITH_AES_256_CCM:49317,TLS1_CK_DHE_PSK_WITH_AES_128_CCM:49318,TLS1_CK_DHE_PSK_WITH_AES_256_CCM:49319,TLS1_CK_PSK_WITH_AES_128_CCM_8:49320,TLS1_CK_PSK_WITH_AES_256_CCM_8:49321,TLS1_CK_DHE_PSK_WITH_AES_128_CCM_8:49322,TLS1_CK_DHE_PSK_WITH_AES_256_CCM_8:49323,TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CCM:49324,TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CCM:49325,TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CCM_8:49326,TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CCM_8:49327,TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA256:186,TLS1_CK_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256:187,TLS1_CK_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256:188,TLS1_CK_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256:189,TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256:190,TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA256:191,TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA256:192,TLS1_CK_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256:193,TLS1_CK_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256:194,TLS1_CK_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256:195,TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256:196,TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA256:197,TLS1_CK_ECDH_ECDSA_WITH_NULL_SHA:49153,TLS1_CK_ECDH_ECDSA_WITH_RC4_128_SHA:49154,TLS1_CK_ECDH_ECDSA_WITH_DES_192_CBC3_SHA:49155,TLS1_CK_ECDH_ECDSA_WITH_AES_128_CBC_SHA:49156,TLS1_CK_ECDH_ECDSA_WITH_AES_256_CBC_SHA:49157,TLS1_CK_ECDHE_ECDSA_WITH_NULL_SHA:49158,TLS1_CK_ECDHE_ECDSA_WITH_RC4_128_SHA:49159,TLS1_CK_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA:49160,TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA:49161,TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA:49162,TLS1_CK_ECDH_RSA_WITH_NULL_SHA:49163,TLS1_CK_ECDH_RSA_WITH_RC4_128_SHA:49164,TLS1_CK_ECDH_RSA_WITH_DES_192_CBC3_SHA:49165,TLS1_CK_ECDH_RSA_WITH_AES_128_CBC_SHA:49166,TLS1_CK_ECDH_RSA_WITH_AES_256_CBC_SHA:49167,TLS1_CK_ECDHE_RSA_WITH_NULL_SHA:49168,TLS1_CK_ECDHE_RSA_WITH_RC4_128_SHA:49169,TLS1_CK_ECDHE_RSA_WITH_DES_192_CBC3_SHA:49170,TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA:49171,TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA:49172,TLS1_CK_ECDH_anon_WITH_NULL_SHA:49173,TLS1_CK_ECDH_anon_WITH_RC4_128_SHA:49174,TLS1_CK_ECDH_anon_WITH_DES_192_CBC3_SHA:49175,TLS1_CK_ECDH_anon_WITH_AES_128_CBC_SHA:49176,TLS1_CK_ECDH_anon_WITH_AES_256_CBC_SHA:49177,TLS1_CK_SRP_SHA_WITH_3DES_EDE_CBC_SHA:49178,TLS1_CK_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA:49179,TLS1_CK_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA:49180,TLS1_CK_SRP_SHA_WITH_AES_128_CBC_SHA:49181,TLS1_CK_SRP_SHA_RSA_WITH_AES_128_CBC_SHA:49182,TLS1_CK_SRP_SHA_DSS_WITH_AES_128_CBC_SHA:49183,TLS1_CK_SRP_SHA_WITH_AES_256_CBC_SHA:49184,TLS1_CK_SRP_SHA_RSA_WITH_AES_256_CBC_SHA:49185,TLS1_CK_SRP_SHA_DSS_WITH_AES_256_CBC_SHA:49186,TLS1_CK_ECDHE_ECDSA_WITH_AES_128_SHA256:49187,TLS1_CK_ECDHE_ECDSA_WITH_AES_256_SHA384:49188,TLS1_CK_ECDH_ECDSA_WITH_AES_128_SHA256:49189,TLS1_CK_ECDH_ECDSA_WITH_AES_256_SHA384:49190,TLS1_CK_ECDHE_RSA_WITH_AES_128_SHA256:49191,TLS1_CK_ECDHE_RSA_WITH_AES_256_SHA384:49192,TLS1_CK_ECDH_RSA_WITH_AES_128_SHA256:49193,TLS1_CK_ECDH_RSA_WITH_AES_256_SHA384:49194,TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256:49195,TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384:49196,TLS1_CK_ECDH_ECDSA_WITH_AES_128_GCM_SHA256:49197,TLS1_CK_ECDH_ECDSA_WITH_AES_256_GCM_SHA384:49198,TLS1_CK_ECDHE_RSA_WITH_AES_128_GCM_SHA256:49199,TLS1_CK_ECDHE_RSA_WITH_AES_256_GCM_SHA384:49200,TLS1_CK_ECDH_RSA_WITH_AES_128_GCM_SHA256:49201,TLS1_CK_ECDH_RSA_WITH_AES_256_GCM_SHA384:49202,TLS1_CK_ECDHE_PSK_WITH_RC4_128_SHA:49203,TLS1_CK_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA:49204,TLS1_CK_ECDHE_PSK_WITH_AES_128_CBC_SHA:49205,TLS1_CK_ECDHE_PSK_WITH_AES_256_CBC_SHA:49206,TLS1_CK_ECDHE_PSK_WITH_AES_128_CBC_SHA256:49207,TLS1_CK_ECDHE_PSK_WITH_AES_256_CBC_SHA384:49208,TLS1_CK_ECDHE_PSK_WITH_NULL_SHA:49209,TLS1_CK_ECDHE_PSK_WITH_NULL_SHA256:49210,TLS1_CK_ECDHE_PSK_WITH_NULL_SHA384:49211,TLS1_CK_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256:49266,TLS1_CK_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384:49267,TLS1_CK_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256:49268,TLS1_CK_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384:49269,TLS1_CK_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256:49270,TLS1_CK_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384:49271,TLS1_CK_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256:49272,TLS1_CK_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384:49273,TLS1_CK_PSK_WITH_CAMELLIA_128_CBC_SHA256:49300,TLS1_CK_PSK_WITH_CAMELLIA_256_CBC_SHA384:49301,TLS1_CK_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256:49302,TLS1_CK_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384:49303,TLS1_CK_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256:49304,TLS1_CK_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384:49305,TLS1_CK_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256:49306,TLS1_CK_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384:49307,TLS1_CK_ECDHE_RSA_WITH_CHACHA20_POLY1305:52392,TLS1_CK_ECDHE_ECDSA_WITH_CHACHA20_POLY1305:52393,TLS1_CK_DHE_RSA_WITH_CHACHA20_POLY1305:52394,TLS1_CK_PSK_WITH_CHACHA20_POLY1305:52395,TLS1_CK_ECDHE_PSK_WITH_CHACHA20_POLY1305:52396,TLS1_CK_DHE_PSK_WITH_CHACHA20_POLY1305:52397,TLS1_CK_RSA_PSK_WITH_CHACHA20_POLY1305:52398};vr(Yu);const Xu={secp256r1:23,secp384r1:24,secp521r1:25,x25519:29,x448:30};vr(Xu);const Qu={uncompressed:0,ansiX962_compressed_prime:1,ansiX962_compressed_char2:2};vr(Qu);const Ju={anonymous:0,rsa:1,dsa:2,ecdsa:3};vr(Ju);const ec={none:0,md5:1,sha1:2,sha224:3,sha256:4,sha384:5,sha512:6};vr(ec);const rc={Warning:1,Fatal:2};vr(rc);const tc={CloseNotify:0,UnexpectedMessage:10,BadRecordMac:20,DecryptionFailed:21,RecordOverflow:22,DecompressionFailure:30,HandshakeFailure:40,NoCertificate:41,BadCertificate:42,UnsupportedCertificate:43,CertificateRevoked:44,CertificateExpired:45,CertificateUnknown:46,IllegalParameter:47,UnknownCa:48,AccessDenied:49,DecodeError:50,DecryptError:51,ExportRestriction:60,ProtocolVersion:70,InsufficientSecurity:71,InternalError:80,UserCanceled:90,NoRenegotiation:100,UnsupportedExtension:110};vr(tc);crypto.subtle.generateKey({name:"ECDH",namedCurve:"P-256"},!0,["deriveKey","deriveBits"]);async function sc({iframe:e,blueprint:r,remoteUrl:s,progressTracker:n=new us,disableProgressBar:o,onBlueprintStepCompleted:i,onClientConnected:t=()=>{},sapiName:p,onBeforeBlueprint:y,mounts:u,scope:d,corsProxy:g,shouldInstallWordPress:b}){nc(s),ic(e),s=ac(s,{progressbar:!o}),n.setCaption("Preparing WordPress"),r||(r={});const w=Po(r,{progress:n.stage(.5),onStepCompleted:i,corsProxy:g});await new Promise(N=>{e.src=s,e.addEventListener("load",N,!1)});const H=Ku(e.contentWindow,e.ownerDocument.defaultView);await H.isConnected(),n.pipe(H);const P=n.stage();return await H.onDownloadProgress(P.loadingListener),await H.boot({mounts:u,sapiName:p,scope:d??Math.random().toFixed(16),shouldInstallWordPress:b,phpVersion:w.versions.php,wpVersion:w.versions.wp,withNetworking:w.features.networking}),await H.isReady(),P.finish(),Uo(xe,H),t(H),y&&await y(),await Eo(w,H),n.finish(),H}function ic(e){var r,s;(r=e.sandbox)!=null&&r.length&&!((s=e.sandbox)!=null&&s.contains("allow-storage-access-by-user-activation"))&&e.sandbox.add("allow-storage-access-by-user-activation")}const Xt="https://playground.wordpress.net";function nc(e){const r=new URL(e,Xt);if((r.origin===Xt||r.hostname==="localhost")&&r.pathname!=="/remote.html")throw new Error(`Invalid remote URL: ${r}. Expected origin to be ${Xt}/remote.html.`)}function ac(e,r){const s=new URL(e,Xt),n=new URLSearchParams(s.search);for(const[o,i]of Object.entries(r))if(i!=null&&i!==!1)if(Array.isArray(i))for(const t of i)n.append(o,t.toString());else n.set(o,i.toString());return s.search=n.toString(),s.toString()}exports.LatestSupportedPHPVersion=Xn;exports.SupportedPHPVersions=os;exports.SupportedPHPVersionsList=tp;exports.activatePlugin=pi;exports.activateTheme=fi;exports.compileBlueprint=Po;exports.cp=Kn;exports.defineSiteUrl=mi;exports.defineWpConfigConsts=as;exports.enableMultisite=Mn;exports.exportWXR=ta;exports.importThemeStarterContent=_i;exports.importWordPressFiles=ra;exports.importWxr=Jn;exports.installPlugin=ia;exports.installTheme=na;exports.login=aa;exports.mkdir=Gn;exports.mv=zn;exports.phpVar=Ie;exports.phpVars=Tt;exports.request=Wn;exports.resetData=oa;exports.rm=li;exports.rmdir=Zn;exports.runBlueprintSteps=Eo;exports.runPHP=Fn;exports.runPHPWithOptions=jn;exports.runSql=Nn;exports.runWpInstallationWizard=pa;exports.setPhpIniEntries=rp;exports.setPluginProxyURL=Iu;exports.setSiteLanguage=ua;exports.setSiteOptions=ui;exports.startPlaygroundWeb=sc;exports.unzip=fs;exports.updateUserMeta=Un;exports.wpCLI=di;exports.wpContentFilesExcludedFromExport=ai;exports.writeFile=hi;exports.writeFiles=Qn;exports.zipWpContent=fa;
756
+ */const So=Symbol("Comlink.proxy"),Lu=Symbol("Comlink.endpoint"),Iu=Symbol("Comlink.releaseProxy"),Ks=Symbol("Comlink.finalizer"),Yt=Symbol("Comlink.thrown"),Ao=e=>typeof e=="object"&&e!==null||typeof e=="function",Hu={canHandle:e=>Ao(e)&&e[So],serialize(e){const{port1:r,port2:s}=new MessageChannel;return Oi(e,r),[s,[s]]},deserialize(e){return e.start(),xi(e)}},$u={canHandle:e=>Ao(e)&&Yt in e,serialize({value:e}){let r;return e instanceof Error?r={isError:!0,value:{message:e.message,name:e.name,stack:e.stack}}:r={isError:!1,value:e},[r,[]]},deserialize(e){throw e.isError?Object.assign(new Error(e.value.message),e.value):e.value}},et=new Map([["proxy",Hu],["throw",$u]]);function Ru(e,r){for(const s of e)if(r===s||s==="*"||s instanceof RegExp&&s.test(r))return!0;return!1}function Oi(e,r=globalThis,s=["*"]){r.addEventListener("message",function n(o){if(!o||!o.data)return;if(!Ru(s,o.origin)){console.warn(`Invalid origin '${o.origin}' for comlink proxy`);return}const{id:i,type:t,path:p}=Object.assign({path:[]},o.data),y=(o.data.argumentList||[]).map(Ir);let u;try{const d=p.slice(0,-1).reduce((w,g)=>w[g],e),b=p.reduce((w,g)=>w[g],e);switch(t){case"GET":u=b;break;case"SET":d[p.slice(-1)[0]]=Ir(o.data.value),u=!0;break;case"APPLY":u=b.apply(d,y);break;case"CONSTRUCT":{const w=new b(...y);u=xo(w)}break;case"ENDPOINT":{const{port1:w,port2:g}=new MessageChannel;Oi(e,g),u=Nu(w,[w])}break;case"RELEASE":u=void 0;break;default:return}}catch(d){u={value:d,[Yt]:0}}Promise.resolve(u).catch(d=>({value:d,[Yt]:0})).then(d=>{const[b,w]=ns(d);r.postMessage(Object.assign(Object.assign({},b),{id:i}),w),t==="RELEASE"&&(r.removeEventListener("message",n),To(r),Ks in e&&typeof e[Ks]=="function"&&e[Ks]())}).catch(d=>{const[b,w]=ns({value:new TypeError("Unserializable return value"),[Yt]:0});r.postMessage(Object.assign(Object.assign({},b),{id:i}),w)})}),r.start&&r.start()}function Du(e){return e.constructor.name==="MessagePort"}function To(e){Du(e)&&e.close()}function xi(e,r){return ai(e,[],r)}function Ut(e){if(e)throw new Error("Proxy has been released and is not useable")}function Co(e){return Jr(e,{type:"RELEASE"}).then(()=>{To(e)})}const ss=new WeakMap,is="FinalizationRegistry"in globalThis&&new FinalizationRegistry(e=>{const r=(ss.get(e)||0)-1;ss.set(e,r),r===0&&Co(e)});function Bu(e,r){const s=(ss.get(r)||0)+1;ss.set(r,s),is&&is.register(e,r,e)}function Fu(e){is&&is.unregister(e)}function ai(e,r=[],s=function(){}){let n=!1;const o=new Proxy(s,{get(i,t){if(Ut(n),t===Iu)return()=>{Fu(o),Co(e),n=!0};if(t==="then"){if(r.length===0)return{then:()=>o};const p=Jr(e,{type:"GET",path:r.map(y=>y.toString())}).then(Ir);return p.then.bind(p)}return ai(e,[...r,t])},set(i,t,p){Ut(n);const[y,u]=ns(p);return Jr(e,{type:"SET",path:[...r,t].map(d=>d.toString()),value:y},u).then(Ir)},apply(i,t,p){Ut(n);const y=r[r.length-1];if(y===Lu)return Jr(e,{type:"ENDPOINT"}).then(Ir);if(y==="bind")return ai(e,r.slice(0,-1));const[u,d]=$n(p);return Jr(e,{type:"APPLY",path:r.map(b=>b.toString()),argumentList:u},d).then(Ir)},construct(i,t){Ut(n);const[p,y]=$n(t);return Jr(e,{type:"CONSTRUCT",path:r.map(u=>u.toString()),argumentList:p},y).then(Ir)}});return Bu(o,e),o}function ju(e){return Array.prototype.concat.apply([],e)}function $n(e){const r=e.map(ns);return[r.map(s=>s[0]),ju(r.map(s=>s[1]))]}const Oo=new WeakMap;function Nu(e,r){return Oo.set(e,r),e}function xo(e){return Object.assign(e,{[So]:!0})}function Wu(e,r=globalThis,s="*"){return{postMessage:(n,o)=>e.postMessage(n,s,o),addEventListener:r.addEventListener.bind(r),removeEventListener:r.removeEventListener.bind(r)}}function ns(e){for(const[r,s]of et)if(s.canHandle(e)){const[n,o]=s.serialize(e);return[{type:"HANDLER",name:r,value:n},o]}return[{type:"RAW",value:e},Oo.get(e)||[]]}function Ir(e){switch(e.type){case"HANDLER":return et.get(e.name).deserialize(e.value);case"RAW":return e.value}}function Jr(e,r,s){return new Promise(n=>{const o=Uu();e.addEventListener("message",function i(t){!t.data||!t.data.id||t.data.id!==o||(e.removeEventListener("message",i),n(t.data))}),e.start&&e.start(),e.postMessage(Object.assign({id:o},r),s)})}function Uu(){return new Array(4).fill(0).map(()=>Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16)).join("-")}function qu(e,r=void 0){Ku();const s=e instanceof Worker?e:Wu(e,r),n=xi(s),o=Lo(n);return new Proxy(o,{get:(i,t)=>t==="isConnected"?async()=>{for(;;)try{await Mu(n.isConnected(),200);break}catch{}}:n[t]})}async function Mu(e,r){return new Promise((s,n)=>{setTimeout(n,r),e.then(s)})}let Rn=!1;function Ku(){if(Rn)return;Rn=!0,et.set("EVENT",{canHandle:s=>s instanceof CustomEvent,serialize:s=>[{detail:s.detail},[]],deserialize:s=>s}),et.set("FUNCTION",{canHandle:s=>typeof s=="function",serialize(s){const{port1:n,port2:o}=new MessageChannel;return Oi(s,n),[o,[o]]},deserialize(s){return s.start(),xi(s)}}),et.set("PHPResponse",{canHandle:s=>typeof s=="object"&&s!==null&&"headers"in s&&"bytes"in s&&"errors"in s&&"exitCode"in s&&"httpStatusCode"in s,serialize(s){return[s.toRawData(),[]]},deserialize(s){return Qt.fromRawData(s)}});const e=et.get("throw"),r=e==null?void 0:e.serialize;e.serialize=({value:s})=>{const n=r({value:s});return s.response&&(n[0].value.response=s.response),s.source&&(n[0].value.source=s.source),n}}function Lo(e){return new Proxy(e,{get(r,s){switch(typeof r[s]){case"function":return(...n)=>r[s](...n);case"object":return r[s]===null?r[s]:Lo(r[s]);case"undefined":case"number":case"string":return r[s];default:return xo(r[s])}}})}function vr(e){return Object.fromEntries(Object.entries(e).map(([r,s])=>[s,r]))}const zu={server_name:0,max_fragment_length:1,client_certificate_url:2,trusted_ca_keys:3,truncated_hmac:4,status_request:5,user_mapping:6,client_authz:7,server_authz:8,cert_type:9,supported_groups:10,ec_point_formats:11,srp:12,signature_algorithms:13,use_srtp:14,heartbeat:15,application_layer_protocol_negotiation:16,status_request_v2:17,signed_certificate_timestamp:18,client_certificate_type:19,server_certificate_type:20,padding:21,encrypt_then_mac:22,extended_master_secret:23,token_binding:24,cached_info:25,tls_its:26,compress_certificate:27,record_size_limit:28,pwd_protect:29,pwo_clear:30,password_salt:31,ticket_pinning:32,tls_cert_with_extern_psk:33,delegated_credential:34,session_ticket:35,TLMSP:36,TLMSP_proxying:37,TLMSP_delegate:38,supported_ekt_ciphers:39,pre_shared_key:41,early_data:42,supported_versions:43,cookie:44,psk_key_exchange_modes:45,reserved:46,certificate_authorities:47,oid_filters:48,post_handshake_auth:49,signature_algorithms_cert:50,key_share:51,transparency_info:52,connection_id:54};vr(zu);const Gu={host_name:0};vr(Gu);const Zu={TLS1_CK_PSK_WITH_RC4_128_SHA:138,TLS1_CK_PSK_WITH_3DES_EDE_CBC_SHA:139,TLS1_CK_PSK_WITH_AES_128_CBC_SHA:140,TLS1_CK_PSK_WITH_AES_256_CBC_SHA:141,TLS1_CK_DHE_PSK_WITH_RC4_128_SHA:142,TLS1_CK_DHE_PSK_WITH_3DES_EDE_CBC_SHA:143,TLS1_CK_DHE_PSK_WITH_AES_128_CBC_SHA:144,TLS1_CK_DHE_PSK_WITH_AES_256_CBC_SHA:145,TLS1_CK_RSA_PSK_WITH_RC4_128_SHA:146,TLS1_CK_RSA_PSK_WITH_3DES_EDE_CBC_SHA:147,TLS1_CK_RSA_PSK_WITH_AES_128_CBC_SHA:148,TLS1_CK_RSA_PSK_WITH_AES_256_CBC_SHA:149,TLS1_CK_PSK_WITH_AES_128_GCM_SHA256:168,TLS1_CK_PSK_WITH_AES_256_GCM_SHA384:169,TLS1_CK_DHE_PSK_WITH_AES_128_GCM_SHA256:170,TLS1_CK_DHE_PSK_WITH_AES_256_GCM_SHA384:171,TLS1_CK_RSA_PSK_WITH_AES_128_GCM_SHA256:172,TLS1_CK_RSA_PSK_WITH_AES_256_GCM_SHA384:173,TLS1_CK_PSK_WITH_AES_128_CBC_SHA256:174,TLS1_CK_PSK_WITH_AES_256_CBC_SHA384:175,TLS1_CK_PSK_WITH_NULL_SHA256:176,TLS1_CK_PSK_WITH_NULL_SHA384:177,TLS1_CK_DHE_PSK_WITH_AES_128_CBC_SHA256:178,TLS1_CK_DHE_PSK_WITH_AES_256_CBC_SHA384:179,TLS1_CK_DHE_PSK_WITH_NULL_SHA256:180,TLS1_CK_DHE_PSK_WITH_NULL_SHA384:181,TLS1_CK_RSA_PSK_WITH_AES_128_CBC_SHA256:182,TLS1_CK_RSA_PSK_WITH_AES_256_CBC_SHA384:183,TLS1_CK_RSA_PSK_WITH_NULL_SHA256:184,TLS1_CK_RSA_PSK_WITH_NULL_SHA384:185,TLS1_CK_PSK_WITH_NULL_SHA:44,TLS1_CK_DHE_PSK_WITH_NULL_SHA:45,TLS1_CK_RSA_PSK_WITH_NULL_SHA:46,TLS1_CK_RSA_WITH_AES_128_SHA:47,TLS1_CK_DH_DSS_WITH_AES_128_SHA:48,TLS1_CK_DH_RSA_WITH_AES_128_SHA:49,TLS1_CK_DHE_DSS_WITH_AES_128_SHA:50,TLS1_CK_DHE_RSA_WITH_AES_128_SHA:51,TLS1_CK_ADH_WITH_AES_128_SHA:52,TLS1_CK_RSA_WITH_AES_256_SHA:53,TLS1_CK_DH_DSS_WITH_AES_256_SHA:54,TLS1_CK_DH_RSA_WITH_AES_256_SHA:55,TLS1_CK_DHE_DSS_WITH_AES_256_SHA:56,TLS1_CK_DHE_RSA_WITH_AES_256_SHA:57,TLS1_CK_ADH_WITH_AES_256_SHA:58,TLS1_CK_RSA_WITH_NULL_SHA256:59,TLS1_CK_RSA_WITH_AES_128_SHA256:60,TLS1_CK_RSA_WITH_AES_256_SHA256:61,TLS1_CK_DH_DSS_WITH_AES_128_SHA256:62,TLS1_CK_DH_RSA_WITH_AES_128_SHA256:63,TLS1_CK_DHE_DSS_WITH_AES_128_SHA256:64,TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA:65,TLS1_CK_DH_DSS_WITH_CAMELLIA_128_CBC_SHA:66,TLS1_CK_DH_RSA_WITH_CAMELLIA_128_CBC_SHA:67,TLS1_CK_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA:68,TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA:69,TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA:70,TLS1_CK_DHE_RSA_WITH_AES_128_SHA256:103,TLS1_CK_DH_DSS_WITH_AES_256_SHA256:104,TLS1_CK_DH_RSA_WITH_AES_256_SHA256:105,TLS1_CK_DHE_DSS_WITH_AES_256_SHA256:106,TLS1_CK_DHE_RSA_WITH_AES_256_SHA256:107,TLS1_CK_ADH_WITH_AES_128_SHA256:108,TLS1_CK_ADH_WITH_AES_256_SHA256:109,TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA:132,TLS1_CK_DH_DSS_WITH_CAMELLIA_256_CBC_SHA:133,TLS1_CK_DH_RSA_WITH_CAMELLIA_256_CBC_SHA:134,TLS1_CK_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA:135,TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA:136,TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA:137,TLS1_CK_RSA_WITH_SEED_SHA:150,TLS1_CK_DH_DSS_WITH_SEED_SHA:151,TLS1_CK_DH_RSA_WITH_SEED_SHA:152,TLS1_CK_DHE_DSS_WITH_SEED_SHA:153,TLS1_CK_DHE_RSA_WITH_SEED_SHA:154,TLS1_CK_ADH_WITH_SEED_SHA:155,TLS1_CK_RSA_WITH_AES_128_GCM_SHA256:156,TLS1_CK_RSA_WITH_AES_256_GCM_SHA384:157,TLS1_CK_DHE_RSA_WITH_AES_128_GCM_SHA256:158,TLS1_CK_DHE_RSA_WITH_AES_256_GCM_SHA384:159,TLS1_CK_DH_RSA_WITH_AES_128_GCM_SHA256:160,TLS1_CK_DH_RSA_WITH_AES_256_GCM_SHA384:161,TLS1_CK_DHE_DSS_WITH_AES_128_GCM_SHA256:162,TLS1_CK_DHE_DSS_WITH_AES_256_GCM_SHA384:163,TLS1_CK_DH_DSS_WITH_AES_128_GCM_SHA256:164,TLS1_CK_DH_DSS_WITH_AES_256_GCM_SHA384:165,TLS1_CK_ADH_WITH_AES_128_GCM_SHA256:166,TLS1_CK_ADH_WITH_AES_256_GCM_SHA384:167,TLS1_CK_RSA_WITH_AES_128_CCM:49308,TLS1_CK_RSA_WITH_AES_256_CCM:49309,TLS1_CK_DHE_RSA_WITH_AES_128_CCM:49310,TLS1_CK_DHE_RSA_WITH_AES_256_CCM:49311,TLS1_CK_RSA_WITH_AES_128_CCM_8:49312,TLS1_CK_RSA_WITH_AES_256_CCM_8:49313,TLS1_CK_DHE_RSA_WITH_AES_128_CCM_8:49314,TLS1_CK_DHE_RSA_WITH_AES_256_CCM_8:49315,TLS1_CK_PSK_WITH_AES_128_CCM:49316,TLS1_CK_PSK_WITH_AES_256_CCM:49317,TLS1_CK_DHE_PSK_WITH_AES_128_CCM:49318,TLS1_CK_DHE_PSK_WITH_AES_256_CCM:49319,TLS1_CK_PSK_WITH_AES_128_CCM_8:49320,TLS1_CK_PSK_WITH_AES_256_CCM_8:49321,TLS1_CK_DHE_PSK_WITH_AES_128_CCM_8:49322,TLS1_CK_DHE_PSK_WITH_AES_256_CCM_8:49323,TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CCM:49324,TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CCM:49325,TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CCM_8:49326,TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CCM_8:49327,TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA256:186,TLS1_CK_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256:187,TLS1_CK_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256:188,TLS1_CK_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256:189,TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256:190,TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA256:191,TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA256:192,TLS1_CK_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256:193,TLS1_CK_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256:194,TLS1_CK_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256:195,TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256:196,TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA256:197,TLS1_CK_ECDH_ECDSA_WITH_NULL_SHA:49153,TLS1_CK_ECDH_ECDSA_WITH_RC4_128_SHA:49154,TLS1_CK_ECDH_ECDSA_WITH_DES_192_CBC3_SHA:49155,TLS1_CK_ECDH_ECDSA_WITH_AES_128_CBC_SHA:49156,TLS1_CK_ECDH_ECDSA_WITH_AES_256_CBC_SHA:49157,TLS1_CK_ECDHE_ECDSA_WITH_NULL_SHA:49158,TLS1_CK_ECDHE_ECDSA_WITH_RC4_128_SHA:49159,TLS1_CK_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA:49160,TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA:49161,TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA:49162,TLS1_CK_ECDH_RSA_WITH_NULL_SHA:49163,TLS1_CK_ECDH_RSA_WITH_RC4_128_SHA:49164,TLS1_CK_ECDH_RSA_WITH_DES_192_CBC3_SHA:49165,TLS1_CK_ECDH_RSA_WITH_AES_128_CBC_SHA:49166,TLS1_CK_ECDH_RSA_WITH_AES_256_CBC_SHA:49167,TLS1_CK_ECDHE_RSA_WITH_NULL_SHA:49168,TLS1_CK_ECDHE_RSA_WITH_RC4_128_SHA:49169,TLS1_CK_ECDHE_RSA_WITH_DES_192_CBC3_SHA:49170,TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA:49171,TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA:49172,TLS1_CK_ECDH_anon_WITH_NULL_SHA:49173,TLS1_CK_ECDH_anon_WITH_RC4_128_SHA:49174,TLS1_CK_ECDH_anon_WITH_DES_192_CBC3_SHA:49175,TLS1_CK_ECDH_anon_WITH_AES_128_CBC_SHA:49176,TLS1_CK_ECDH_anon_WITH_AES_256_CBC_SHA:49177,TLS1_CK_SRP_SHA_WITH_3DES_EDE_CBC_SHA:49178,TLS1_CK_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA:49179,TLS1_CK_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA:49180,TLS1_CK_SRP_SHA_WITH_AES_128_CBC_SHA:49181,TLS1_CK_SRP_SHA_RSA_WITH_AES_128_CBC_SHA:49182,TLS1_CK_SRP_SHA_DSS_WITH_AES_128_CBC_SHA:49183,TLS1_CK_SRP_SHA_WITH_AES_256_CBC_SHA:49184,TLS1_CK_SRP_SHA_RSA_WITH_AES_256_CBC_SHA:49185,TLS1_CK_SRP_SHA_DSS_WITH_AES_256_CBC_SHA:49186,TLS1_CK_ECDHE_ECDSA_WITH_AES_128_SHA256:49187,TLS1_CK_ECDHE_ECDSA_WITH_AES_256_SHA384:49188,TLS1_CK_ECDH_ECDSA_WITH_AES_128_SHA256:49189,TLS1_CK_ECDH_ECDSA_WITH_AES_256_SHA384:49190,TLS1_CK_ECDHE_RSA_WITH_AES_128_SHA256:49191,TLS1_CK_ECDHE_RSA_WITH_AES_256_SHA384:49192,TLS1_CK_ECDH_RSA_WITH_AES_128_SHA256:49193,TLS1_CK_ECDH_RSA_WITH_AES_256_SHA384:49194,TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256:49195,TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384:49196,TLS1_CK_ECDH_ECDSA_WITH_AES_128_GCM_SHA256:49197,TLS1_CK_ECDH_ECDSA_WITH_AES_256_GCM_SHA384:49198,TLS1_CK_ECDHE_RSA_WITH_AES_128_GCM_SHA256:49199,TLS1_CK_ECDHE_RSA_WITH_AES_256_GCM_SHA384:49200,TLS1_CK_ECDH_RSA_WITH_AES_128_GCM_SHA256:49201,TLS1_CK_ECDH_RSA_WITH_AES_256_GCM_SHA384:49202,TLS1_CK_ECDHE_PSK_WITH_RC4_128_SHA:49203,TLS1_CK_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA:49204,TLS1_CK_ECDHE_PSK_WITH_AES_128_CBC_SHA:49205,TLS1_CK_ECDHE_PSK_WITH_AES_256_CBC_SHA:49206,TLS1_CK_ECDHE_PSK_WITH_AES_128_CBC_SHA256:49207,TLS1_CK_ECDHE_PSK_WITH_AES_256_CBC_SHA384:49208,TLS1_CK_ECDHE_PSK_WITH_NULL_SHA:49209,TLS1_CK_ECDHE_PSK_WITH_NULL_SHA256:49210,TLS1_CK_ECDHE_PSK_WITH_NULL_SHA384:49211,TLS1_CK_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256:49266,TLS1_CK_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384:49267,TLS1_CK_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256:49268,TLS1_CK_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384:49269,TLS1_CK_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256:49270,TLS1_CK_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384:49271,TLS1_CK_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256:49272,TLS1_CK_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384:49273,TLS1_CK_PSK_WITH_CAMELLIA_128_CBC_SHA256:49300,TLS1_CK_PSK_WITH_CAMELLIA_256_CBC_SHA384:49301,TLS1_CK_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256:49302,TLS1_CK_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384:49303,TLS1_CK_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256:49304,TLS1_CK_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384:49305,TLS1_CK_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256:49306,TLS1_CK_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384:49307,TLS1_CK_ECDHE_RSA_WITH_CHACHA20_POLY1305:52392,TLS1_CK_ECDHE_ECDSA_WITH_CHACHA20_POLY1305:52393,TLS1_CK_DHE_RSA_WITH_CHACHA20_POLY1305:52394,TLS1_CK_PSK_WITH_CHACHA20_POLY1305:52395,TLS1_CK_ECDHE_PSK_WITH_CHACHA20_POLY1305:52396,TLS1_CK_DHE_PSK_WITH_CHACHA20_POLY1305:52397,TLS1_CK_RSA_PSK_WITH_CHACHA20_POLY1305:52398};vr(Zu);const Vu={secp256r1:23,secp384r1:24,secp521r1:25,x25519:29,x448:30};vr(Vu);const Yu={uncompressed:0,ansiX962_compressed_prime:1,ansiX962_compressed_char2:2};vr(Yu);const Xu={anonymous:0,rsa:1,dsa:2,ecdsa:3};vr(Xu);const Ju={none:0,md5:1,sha1:2,sha224:3,sha256:4,sha384:5,sha512:6};vr(Ju);const Qu={Warning:1,Fatal:2};vr(Qu);const ec={CloseNotify:0,UnexpectedMessage:10,BadRecordMac:20,DecryptionFailed:21,RecordOverflow:22,DecompressionFailure:30,HandshakeFailure:40,NoCertificate:41,BadCertificate:42,UnsupportedCertificate:43,CertificateRevoked:44,CertificateExpired:45,CertificateUnknown:46,IllegalParameter:47,UnknownCa:48,AccessDenied:49,DecodeError:50,DecryptError:51,ExportRestriction:60,ProtocolVersion:70,InsufficientSecurity:71,InternalError:80,UserCanceled:90,NoRenegotiation:100,UnsupportedExtension:110};vr(ec);crypto.subtle.generateKey({name:"ECDH",namedCurve:"P-256"},!0,["deriveKey","deriveBits"]);async function rc({iframe:e,blueprint:r,remoteUrl:s,progressTracker:n=new cs,disableProgressBar:o,onBlueprintStepCompleted:i,onClientConnected:t=()=>{},sapiName:p,onBeforeBlueprint:y,mounts:u,scope:d,corsProxy:b,shouldInstallWordPress:w}){sc(s),tc(e),s=ic(s,{progressbar:!o}),n.setCaption("Preparing WordPress"),r||(r={});const g=Eo(r,{progress:n.stage(.5),onStepCompleted:i,corsProxy:b});await new Promise(N=>{e.src=s,e.addEventListener("load",N,!1)});const H=qu(e.contentWindow,e.ownerDocument.defaultView);await H.isConnected(),n.pipe(H);const P=n.stage();return await H.onDownloadProgress(P.loadingListener),await H.boot({mounts:u,sapiName:p,scope:d??Math.random().toFixed(16),shouldInstallWordPress:w,phpVersion:g.versions.php,wpVersion:g.versions.wp,withNetworking:g.features.networking}),await H.isReady(),P.finish(),Uo(xe,H),t(H),y&&await y(),await ko(g,H),n.finish(),H}function tc(e){var r,s;(r=e.sandbox)!=null&&r.length&&!((s=e.sandbox)!=null&&s.contains("allow-storage-access-by-user-activation"))&&e.sandbox.add("allow-storage-access-by-user-activation")}const Xt="https://playground.wordpress.net";function sc(e){const r=new URL(e,Xt);if((r.origin===Xt||r.hostname==="localhost")&&r.pathname!=="/remote.html")throw new Error(`Invalid remote URL: ${r}. Expected origin to be ${Xt}/remote.html.`)}function ic(e,r){const s=new URL(e,Xt),n=new URLSearchParams(s.search);for(const[o,i]of Object.entries(r))if(i!=null&&i!==!1)if(Array.isArray(i))for(const t of i)n.append(o,t.toString());else n.set(o,i.toString());return s.search=n.toString(),s.toString()}exports.LatestSupportedPHPVersion=Qn;exports.SupportedPHPVersions=ps;exports.SupportedPHPVersionsList=tp;exports.activatePlugin=li;exports.activateTheme=ui;exports.compileBlueprint=Eo;exports.cp=Gn;exports.defineSiteUrl=_i;exports.defineWpConfigConsts=as;exports.enableMultisite=zn;exports.exportWXR=ia;exports.importThemeStarterContent=gi;exports.importWordPressFiles=sa;exports.importWxr=ra;exports.installPlugin=aa;exports.installTheme=oa;exports.login=pa;exports.mkdir=Vn;exports.mv=Zn;exports.phpVar=Ie;exports.phpVars=Tt;exports.request=qn;exports.resetData=fa;exports.rm=ci;exports.rmdir=Yn;exports.runBlueprintSteps=ko;exports.runPHP=Nn;exports.runPHPWithOptions=Wn;exports.runSql=Un;exports.runWpInstallationWizard=la;exports.setPhpIniEntries=rp;exports.setPluginProxyURL=xu;exports.setSiteLanguage=ca;exports.setSiteOptions=di;exports.startPlaygroundWeb=rc;exports.unzip=ls;exports.updateUserMeta=Mn;exports.wpCLI=yi;exports.wpContentFilesExcludedFromExport=pi;exports.writeFile=os;exports.writeFiles=ea;exports.zipWpContent=ua;