@wp-playground/client 0.5.4 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/index.cjs +28 -72
- package/index.d.ts +0 -1
- package/index.js +876 -950
- package/package.json +2 -2
package/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var En=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)};var z=(e,t,r)=>(En(e,t,"read from private field"),r?r.call(e):t.get(e)),ee=(e,t,r)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,r)},pe=(e,t,r,n)=>(En(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r);var _e=(e,t,r)=>(En(e,t,"access private method"),r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});if(typeof File>"u"){class e extends Blob{constructor(r,n,s){super(r);let i;s!=null&&s.lastModified&&(i=new Date),(!i||isNaN(i.getFullYear()))&&(i=new Date),this.lastModifiedDate=i,this.lastModified=i.getMilliseconds(),this.name=n||""}}global.File=e}function Ci(e){return new Promise(function(t,r){e.onload=e.onerror=function(n){e.onload=e.onerror=null,n.type==="load"?t(e.result):r(new Error("Failed to read the blob/file"))}})}typeof Blob.prototype.arrayBuffer>"u"&&(Blob.prototype.arrayBuffer=function(){const t=new FileReader;return t.readAsArrayBuffer(this),Ci(t)});typeof Blob.prototype.text>"u"&&(Blob.prototype.text=function(){const t=new FileReader;return t.readAsText(this),Ci(t)});function Ra(){const e=new Uint8Array([1,2,3,4]),r=new File([e],"test").stream();try{return r.getReader({mode:"byob"}),!0}catch{return!1}}(typeof Blob.prototype.stream>"u"||!Ra())&&(Blob.prototype.stream=function(){let e=0;const t=this;return new ReadableStream({type:"bytes",autoAllocateChunkSize:512*1024,async pull(r){const n=r.byobRequest.view,i=await t.slice(e,e+n.byteLength).arrayBuffer(),o=new Uint8Array(i);new Uint8Array(n.buffer).set(o);const l=o.byteLength;r.byobRequest.respond(l),e+=l,e>=t.size&&r.close()}})});if(typeof CustomEvent>"u"){class e extends Event{constructor(r,n={}){super(r,n),this.detail=n.detail}initCustomEvent(){}}globalThis.CustomEvent=e}const zn=["db.php","plugins/akismet","plugins/hello.php","plugins/wordpress-importer","plugins/sqlite-database-integration","mu-plugins/playground-includes","mu-plugins/export-wxz.php","mu-plugins/0-playground.php","themes/twentytwenty","themes/twentytwentyone","themes/twentytwentytwo","themes/twentytwentythree","themes/twentytwentyfour","themes/twentytwentyfive","themes/twentytwentysix"],Vn=async(e,{pluginPath:t,pluginName:r},n)=>{n==null||n.tracker.setCaption(`Activating ${r||t}`);const s=[`${await e.documentRoot}/wp-load.php`,`${await e.documentRoot}/wp-admin/includes/plugin.php`];if(!s.every(l=>e.fileExists(l)))throw new Error(`Required WordPress files do not exist: ${s.join(", ")}`);if((await e.run({code:`<?php
|
|
2
2
|
define( 'WP_ADMIN', true );
|
|
3
3
|
${s.map(l=>`require_once( '${l}' );`).join(`
|
|
4
4
|
`)}
|
|
@@ -20,7 +20,7 @@ echo 'NO_ENTRY_FILE';
|
|
|
20
20
|
define( 'WP_ADMIN', true );
|
|
21
21
|
require_once( '${n}' );
|
|
22
22
|
switch_theme( '${t}' );
|
|
23
|
-
`})};class xn{constructor({concurrency:t}){this._running=0,this.concurrency=t,this.queue=[]}get running(){return this._running}async acquire(){for(;;)if(this._running>=this.concurrency)await new Promise(t=>this.queue.push(t));else{this._running++;let t=!1;return()=>{t||(t=!0,this._running--,this.queue.length>0&&this.queue.shift()())}}}async run(t){const r=await this.acquire();try{return await t()}finally{r()}}}function ye(...e){let t=e.join("/");const r=t[0]==="/",n=t.substring(t.length-1)==="/";return t=Ni(t),!t&&!r&&(t="."),t&&n&&(t+="/"),t}function
|
|
23
|
+
`})};class xn{constructor({concurrency:t}){this._running=0,this.concurrency=t,this.queue=[]}get running(){return this._running}async acquire(){for(;;)if(this._running>=this.concurrency)await new Promise(t=>this.queue.push(t));else{this._running++;let t=!1;return()=>{t||(t=!0,this._running--,this.queue.length>0&&this.queue.shift()())}}}async run(t){const r=await this.acquire();try{return await t()}finally{r()}}}function ye(...e){let t=e.join("/");const r=t[0]==="/",n=t.substring(t.length-1)==="/";return t=Ni(t),!t&&!r&&(t="."),t&&n&&(t+="/"),t}function ka(e){if(e==="/")return"/";e=Ni(e);const t=e.lastIndexOf("/");return t===-1?"":t===0?"/":e.substr(0,t)}function Ni(e){const t=e[0]==="/";return e=Oa(e.split("/").filter(r=>!!r),!t).join("/"),(t?"/":"")+e.replace(/\/$/,"")}function Oa(e,t){let r=0;for(let n=e.length-1;n>=0;n--){const s=e[n];s==="."?e.splice(n,1):s===".."?(e.splice(n,1),r++):r&&(e.splice(n,1),r--)}if(t)for(;r;r--)e.unshift("..");return e}function Kt(e){return`json_decode(base64_decode('${Ca(JSON.stringify(e))}'), true)`}function vr(e){const t={};for(const r in e)t[r]=Kt(e[r]);return t}function Ca(e){return Na(new TextEncoder().encode(e))}function Na(e){const t=String.fromCodePoint(...e);return btoa(t)}const ja=`<?php
|
|
24
24
|
|
|
25
25
|
/**
|
|
26
26
|
* Rewrites the wp-config.php file to ensure specific constants are defined
|
|
@@ -351,12 +351,12 @@ function skip_whitespace($tokens) {
|
|
|
351
351
|
}
|
|
352
352
|
return $output;
|
|
353
353
|
}
|
|
354
|
-
`,Lt=async(e,{consts:t,method:r="rewrite-wp-config"})=>{switch(r){case"define-before-run":await
|
|
354
|
+
`,Lt=async(e,{consts:t,method:r="rewrite-wp-config"})=>{switch(r){case"define-before-run":await Ia(e,t);break;case"rewrite-wp-config":{const n=await e.documentRoot,s=ye(n,"/wp-config.php"),i=await e.readFileAsText(s),o=await Aa(e,i,t);await e.writeFile(s,o);break}default:throw new Error(`Invalid method: ${r}`)}};async function Ia(e,t){for(const r in t)await e.defineConstant(r,t[r])}async function Aa(e,t,r){await e.writeFile("/tmp/code.php",t);const n=vr({consts:r});return await e.run({code:`${ja}
|
|
355
355
|
$wp_config_path = '/tmp/code.php';
|
|
356
356
|
$wp_config = file_get_contents($wp_config_path);
|
|
357
357
|
$new_wp_config = rewrite_wp_config_to_define_constants($wp_config, ${n.consts});
|
|
358
358
|
file_put_contents($wp_config_path, $new_wp_config);
|
|
359
|
-
`}),await e.readFileAsText("/tmp/code.php")}const
|
|
359
|
+
`}),await e.readFileAsText("/tmp/code.php")}const Da=`<?php
|
|
360
360
|
|
|
361
361
|
/**
|
|
362
362
|
* This transport delegates PHP HTTP requests to JavaScript synchronous XHR.
|
|
@@ -501,7 +501,7 @@ if (class_exists('\\WpOrg\\Requests\\Requests')) {
|
|
|
501
501
|
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
|
-
`,
|
|
504
|
+
`,Fa=`<?php
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
507
|
* This transport does not perform any HTTP requests and only exists
|
|
@@ -556,7 +556,7 @@ if (class_exists('\\WpOrg\\Requests\\Requests')) {
|
|
|
556
556
|
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
|
-
`,
|
|
559
|
+
`,qa=`<?php
|
|
560
560
|
/**
|
|
561
561
|
* Add a notice to wp-login.php offering the username and password.
|
|
562
562
|
*/
|
|
@@ -583,7 +583,7 @@ add_filter('plugins_api_result', function ($res) {
|
|
|
583
583
|
if ($res instanceof WP_Error) {
|
|
584
584
|
$res = new WP_Error(
|
|
585
585
|
'plugins_api_failed',
|
|
586
|
-
'Enable networking support in Playground settings to access the Plugins directory. Network access is an <a href="https://github.com/WordPress/wordpress-playground/issues/85">experimental, opt-in feature</a>. If you don\\'t want to use it, you can still upload plugins or install them using the <a href="https://wordpress.github.io/wordpress-playground/query-api">Query API</a> (e.g. ?plugin=coblocks).'
|
|
586
|
+
'Enable networking support in Playground settings to access the Plugins directory. Network access is an <a href="https://github.com/WordPress/wordpress-playground/issues/85" target="_blank">experimental, opt-in feature</a>. If you don\\'t want to use it, you can still upload plugins or install them using the <a href="https://wordpress.github.io/wordpress-playground/query-api">Query API</a> (e.g. ?plugin=coblocks).'
|
|
587
587
|
);
|
|
588
588
|
}
|
|
589
589
|
return $res;
|
|
@@ -600,7 +600,7 @@ add_filter('gettext', function ($translation) {
|
|
|
600
600
|
}
|
|
601
601
|
|
|
602
602
|
if ($translation === 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.') {
|
|
603
|
-
return 'Enable networking support in Playground settings to access the Themes directory. Network access is an <a href="https://github.com/WordPress/wordpress-playground/issues/85">experimental, opt-in feature</a>. If you don\\'t want to use it, you can still upload themes or install them using the <a href="https://wordpress.github.io/wordpress-playground/query-api">Query API</a> (e.g. ?theme=pendant).';
|
|
603
|
+
return 'Enable networking support in Playground settings to access the Themes directory. Network access is an <a href="https://github.com/WordPress/wordpress-playground/issues/85" target="_blank">experimental, opt-in feature</a>. If you don\\'t want to use it, you can still upload themes or install them using the <a href="https://wordpress.github.io/wordpress-playground/query-api">Query API</a> (e.g. ?theme=pendant).';
|
|
604
604
|
}
|
|
605
605
|
return $translation;
|
|
606
606
|
});
|
|
@@ -678,51 +678,7 @@ if (defined('USE_FETCH_FOR_REQUESTS') && USE_FETCH_FOR_REQUESTS) {
|
|
|
678
678
|
require(__DIR__ . '/playground-includes/requests_transport_dummy.php');
|
|
679
679
|
$__requests_class::add_transport('Requests_Transport_Dummy');
|
|
680
680
|
}
|
|
681
|
-
`;async function
|
|
682
|
-
/**
|
|
683
|
-
* A synchronous function to read a blob URL as text.
|
|
684
|
-
*
|
|
685
|
-
* @param {string} url
|
|
686
|
-
* @returns {string}
|
|
687
|
-
*/
|
|
688
|
-
const __playground_readBlobAsText = function (url) {
|
|
689
|
-
try {
|
|
690
|
-
let xhr = new XMLHttpRequest();
|
|
691
|
-
xhr.open('GET', url, false);
|
|
692
|
-
xhr.overrideMimeType('text/plain;charset=utf-8');
|
|
693
|
-
xhr.send();
|
|
694
|
-
return xhr.responseText;
|
|
695
|
-
} catch(e) {
|
|
696
|
-
return '';
|
|
697
|
-
} finally {
|
|
698
|
-
URL.revokeObjectURL(url);
|
|
699
|
-
}
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
window.__playground_ControlledIframe = window.wp.element.forwardRef(function (props, ref) {
|
|
703
|
-
const source = window.wp.element.useMemo(function () {
|
|
704
|
-
if (props.srcDoc) {
|
|
705
|
-
// WordPress <= 6.2 uses a srcDoc that only contains a doctype.
|
|
706
|
-
return '/wp-includes/empty.html';
|
|
707
|
-
} else if (props.src && props.src.startsWith('blob:')) {
|
|
708
|
-
// WordPress 6.3 uses a blob URL with doctype and a list of static assets.
|
|
709
|
-
// Let's pass the document content to empty.html and render it there.
|
|
710
|
-
return '/wp-includes/empty.html#' + encodeURIComponent(__playground_readBlobAsText(props.src));
|
|
711
|
-
} else {
|
|
712
|
-
// WordPress >= 6.4 uses a plain HTTPS URL that needs no correction.
|
|
713
|
-
return props.src;
|
|
714
|
-
}
|
|
715
|
-
}, [props.src]);
|
|
716
|
-
return (
|
|
717
|
-
window.wp.element.createElement('iframe', {
|
|
718
|
-
...props,
|
|
719
|
-
ref: ref,
|
|
720
|
-
src: source,
|
|
721
|
-
// Make sure there's no srcDoc, as it would interfere with the src.
|
|
722
|
-
srcDoc: undefined
|
|
723
|
-
})
|
|
724
|
-
)
|
|
725
|
-
});`;for(const s of r)await e.fileExists(s)&&await Mr(e,s,i=>`${n} ${i.replace(/\(\s*"iframe",/,"(__playground_ControlledIframe,")}`);await e.writeFile(`${t}/wp-includes/empty.html`,"<!doctype html><script>const hash = window.location.hash.substring(1); if ( hash ) document.write(decodeURIComponent(hash))<\/script>")}const Ai=async(e,{code:t})=>await e.run({code:t}),Di=async(e,{options:t})=>await e.run(t),Bn=async(e,{path:t})=>{await e.unlink(t)},Fi=async(e,{sql:t},r)=>{r==null||r.tracker.setCaption("Executing SQL Queries");const n=`/tmp/${crypto.randomUUID()}.sql`;await e.writeFile(n,new Uint8Array(await t.arrayBuffer()));const s=await e.documentRoot,i=vr({docroot:s,sqlFilename:n}),o=await e.run({code:`<?php
|
|
681
|
+
`;async function Sn(e,t,r){let n="";await e.fileExists(t)&&(n=await e.readFileAsText(t)),await e.writeFile(t,r(n))}const ji=async(e,t)=>{const r=new Ma(e,t.wordpressPath||"/wordpress",t.siteUrl);t.addPhpInfo===!0&&await r.addPhpInfo(),t.siteUrl&&await r.patchSiteUrl(),t.patchSecrets===!0&&await r.patchSecrets(),t.disableSiteHealth===!0&&await r.disableSiteHealth(),t.disableWpNewBlogNotification===!0&&await r.disableWpNewBlogNotification(),t.prepareForRunningInsideWebBrowser===!0&&await r.prepareForRunningInsideWebBrowser(),t.addFetchNetworkTransport===!0&&await r.addFetchNetworkTransport()};class Ma{constructor(t,r,n){this.php=t,this.scopedSiteUrl=n,this.wordpressPath=r}async addPhpInfo(){await this.php.writeFile(`${this.wordpressPath}/phpinfo.php`,"<?php phpinfo(); ")}async patchSiteUrl(){await Lt(this.php,{consts:{WP_HOME:this.scopedSiteUrl,WP_SITEURL:this.scopedSiteUrl}})}async patchSecrets(){await Lt(this.php,{consts:{AUTH_KEY:et(40),SECURE_AUTH_KEY:et(40),LOGGED_IN_KEY:et(40),NONCE_KEY:et(40),AUTH_SALT:et(40),SECURE_AUTH_SALT:et(40),LOGGED_IN_SALT:et(40),NONCE_SALT:et(40)}})}async disableSiteHealth(){await Sn(this.php,`${this.wordpressPath}/wp-includes/default-filters.php`,t=>t.replace(/add_filter[^;]+wp_maybe_grant_site_health_caps[^;]+;/i,""))}async disableWpNewBlogNotification(){await Sn(this.php,`${this.wordpressPath}/wp-config.php`,t=>`${t} function wp_new_blog_notification(...$args){} `)}async prepareForRunningInsideWebBrowser(){await this.php.mkdir(`${this.wordpressPath}/wp-content/mu-plugins`),await this.php.writeFile(`${this.wordpressPath}/wp-content/mu-plugins/0-playground.php`,qa),await this.php.mkdir(`${this.wordpressPath}/wp-content/mu-plugins/playground-includes`),await this.php.writeFile(`${this.wordpressPath}/wp-content/mu-plugins/playground-includes/requests_transport_dummy.php`,Fa)}async addFetchNetworkTransport(){await Lt(this.php,{consts:{USE_FETCH_FOR_REQUESTS:!0}});const t=[`${this.wordpressPath}/wp-includes/Requests/Transport/fsockopen.php`,`${this.wordpressPath}/wp-includes/Requests/Transport/cURL.php`,`${this.wordpressPath}/wp-includes/Requests/src/Transport/Fsockopen.php`,`${this.wordpressPath}/wp-includes/Requests/src/Transport/Curl.php`];for(const r of t)await this.php.fileExists(r)&&await Sn(this.php,r,n=>n.includes("public static function test2")?n:n.replace("public static function test","public static function test( $capabilities = array() ) { return false; } public static function test2"));await this.php.writeFile(`${this.wordpressPath}/wp-content/mu-plugins/playground-includes/wp_http_fetch.php`,Da),await this.php.mkdir(`${this.wordpressPath}/wp-content/fonts`)}}function et(e){const t="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!@#$%^&*()_+=-[]/.,<>?";let r="";for(let n=e;n>0;--n)r+=t[Math.floor(Math.random()*t.length)];return r}const Ii=async(e,{code:t})=>await e.run({code:t}),Ai=async(e,{options:t})=>await e.run(t),Bn=async(e,{path:t})=>{await e.unlink(t)},Di=async(e,{sql:t},r)=>{r==null||r.tracker.setCaption("Executing SQL Queries");const n=`/tmp/${crypto.randomUUID()}.sql`;await e.writeFile(n,new Uint8Array(await t.arrayBuffer()));const s=await e.documentRoot,i=vr({docroot:s,sqlFilename:n}),o=await e.run({code:`<?php
|
|
726
682
|
require_once ${i.docroot} . '/wp-load.php';
|
|
727
683
|
|
|
728
684
|
$handle = fopen(${i.sqlFilename}, 'r');
|
|
@@ -741,7 +697,7 @@ if (defined('USE_FETCH_FOR_REQUESTS') && USE_FETCH_FOR_REQUESTS) {
|
|
|
741
697
|
$wpdb->query($buffer);
|
|
742
698
|
$buffer = '';
|
|
743
699
|
}
|
|
744
|
-
`});return await Bn(e,{path:n}),o},
|
|
700
|
+
`});return await Bn(e,{path:n}),o},Fi=async(e,{key:t,value:r})=>{await e.setPhpIniEntry(t,r)},qi=async(e,{request:t})=>await e.request(t),Mi=async(e,{fromPath:t,toPath:r})=>{await e.writeFile(r,await e.readFileAsBuffer(t))},Ui=async(e,{fromPath:t,toPath:r})=>{await e.mv(t,r)},Li=async(e,{path:t})=>{await e.mkdir(t)},Hi=async(e,{path:t})=>{await e.rmdir(t)},Gn=async(e,{path:t,data:r})=>{r instanceof File&&(r=new Uint8Array(await r.arrayBuffer())),await e.writeFile(t,r)},zi=async(e,{siteUrl:t})=>{await Lt(e,{consts:{WP_HOME:t,WP_SITEURL:t}})},Vi=async(e,{file:t})=>{var l;const r=await e.request({url:"/wp-admin/admin.php?import=wordpress"}),n=(l=Ks(r).getElementById("import-upload-form"))==null?void 0:l.getAttribute("action"),s=await e.request({url:`/wp-admin/${n}`,method:"POST",files:{import:t}}),i=Ks(s).querySelector("#wpbody-content form");if(!i)throw console.log(s.text),new Error("Could not find an importer form in response. See the response text above for details.");const o=Ua(i);o.fetch_attachments="1";for(const d in o)if(d.startsWith("user_map[")){const u="user_new["+d.slice(9,-1)+"]";o[u]="1"}await e.request({url:i.action,method:"POST",formData:o})};function Ks(e){return new DOMParser().parseFromString(e.text,"text/html")}function Ua(e){return Object.fromEntries(new FormData(e).entries())}const Js=`<?php
|
|
745
701
|
|
|
746
702
|
function zipDir($root, $output, $options = array())
|
|
747
703
|
{
|
|
@@ -824,34 +780,34 @@ function delTree($dir)
|
|
|
824
780
|
}
|
|
825
781
|
return rmdir($dir);
|
|
826
782
|
}
|
|
827
|
-
`;async function
|
|
783
|
+
`;async function Wi(e,t){const r=await e.run({code:Js+t});if(r.exitCode!==0)throw console.log(Js+t),console.log(t+""),console.log(r.errors),r.errors;return r}const mn=async(e,{zipPath:t,extractToPath:r})=>{const n=vr({zipPath:t,extractToPath:r});await Wi(e,`unzip(${n.zipPath}, ${n.extractToPath});`)},xi=async(e,{wordPressFilesZip:t,pathInZip:r=""})=>{const n="/import.zip";await e.writeFile(n,new Uint8Array(await t.arrayBuffer()));const s=await e.documentRoot;let i=ye("/tmp","import");await e.mkdir(i),await mn(e,{zipPath:n,extractToPath:i}),await e.unlink(n),i=ye(i,r);const o=ye(i,"wp-content"),l=ye(s,"wp-content");for(const h of zn){const v=ye(o,h);await Ys(e,v);const T=ye(l,h);await e.fileExists(T)&&(await e.mkdir(ka(v)),await e.mv(T,v))}const d=ye(i,"wp-content","database");await e.fileExists(d)||await e.mv(ye(s,"wp-content","database"),d);const u=await e.listFiles(i);for(const h of u)await Ys(e,ye(s,h)),await e.mv(ye(i,h),ye(s,h));await e.rmdir(i);const p=Kt(ye(s,"wp-admin","upgrade.php"));await e.run({code:`<?php
|
|
828
784
|
$_GET['step'] = 'upgrade_db';
|
|
829
785
|
require ${p};
|
|
830
|
-
`})};async function Ys(e,t){await e.fileExists(t)&&(await e.isDir(t)?await e.rmdir(t):await e.unlink(t))}async function
|
|
786
|
+
`})};async function Ys(e,t){await e.fileExists(t)&&(await e.isDir(t)?await e.rmdir(t):await e.unlink(t))}async function Bi(e){const t=await e.request({url:"/wp-admin/export.php?download=true&content=all"});return new File([t.bytes],"export.xml")}async function Gi(e){const t=await e.request({url:"/wp-admin/export.php?download=true&content=all&export_wxz=1"});return new File([t.bytes],"export.wxz")}async function Ki(e,{targetPath:t,zipFile:r}){const n=r.name,s=n.replace(/\.zip$/,""),i=ye(await e.documentRoot,"wp-content"),o=ye(i,crypto.randomUUID()),l=ye(o,n),d=ye(o,"assets",s);await e.fileExists(d)&&await e.rmdir(o,{recursive:!0}),await e.mkdir(o),await Gn(e,{path:l,data:r});try{await mn(e,{zipPath:l,extractToPath:d});let u=await e.listFiles(d,{prependPath:!0});u=u.filter(w=>!w.endsWith("/__MACOSX"));const p=u.length===1&&await e.isDir(u[0]);let h,v="";p?(v=u[0],h=u[0].split("/").pop()):(v=d,h=s);const T=`${t}/${h}`;return await e.mv(v,T),{assetFolderPath:T,assetFolderName:h}}finally{await e.rmdir(o,{recursive:!0})}}function yn(e){const t=e.split(".").shift().replace(/-/g," ");return t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()}const Ji=async(e,{pluginZipFile:t,options:r={}},n)=>{const s=t.name.split("/").pop()||"plugin.zip",i=yn(s);n==null||n.tracker.setCaption(`Installing the ${i} plugin`);try{const{assetFolderPath:o}=await Ki(e,{zipFile:t,targetPath:`${await e.documentRoot}/wp-content/plugins`});("activate"in r?r.activate:!0)&&await Vn(e,{pluginPath:o,pluginName:i},n)}catch(o){console.error(`Proceeding without the ${i} plugin. Could not install it in wp-admin. The original error was: ${o}`),console.error(o)}},Yi=async(e,{themeZipFile:t,options:r={}},n)=>{const s=yn(t.name);n==null||n.tracker.setCaption(`Installing the ${s} theme`);try{const{assetFolderName:i}=await Ki(e,{zipFile:t,targetPath:`${await e.documentRoot}/wp-content/themes`});("activate"in r?r.activate:!0)&&await Wn(e,{themeFolderName:i},n)}catch(i){console.error(`Proceeding without the ${s} theme. Could not install it in wp-admin. The original error was: ${i}`),console.error(i)}},Qi=async(e,{username:t="admin",password:r="password"}={},n)=>{n==null||n.tracker.setCaption((n==null?void 0:n.initialCaption)||"Logging in"),await e.request({url:"/wp-login.php"}),await e.request({url:"/wp-login.php",method:"POST",formData:{log:t,pwd:r,rememberme:"forever"}})},Zi=async(e,{options:t})=>{await e.request({url:"/wp-admin/install.php?step=2",method:"POST",formData:{language:"en",prefix:"wp_",weblog_title:"My WordPress Website",user_name:t.adminPassword||"admin",admin_password:t.adminPassword||"password",admin_password2:t.adminPassword||"password",Submit:"Install WordPress",pw_weak:"1",admin_email:"admin@localhost.com"}})},Xi=async(e,{options:t})=>{const r=`<?php
|
|
831
787
|
include 'wordpress/wp-load.php';
|
|
832
788
|
$site_options = ${Kt(t)};
|
|
833
789
|
foreach($site_options as $name => $value) {
|
|
834
790
|
update_option($name, $value);
|
|
835
791
|
}
|
|
836
792
|
echo "Success";
|
|
837
|
-
`,n=await e.run({code:r});return
|
|
793
|
+
`,n=await e.run({code:r});return to(n),{code:r,result:n}},eo=async(e,{meta:t,userId:r})=>{const n=`<?php
|
|
838
794
|
include 'wordpress/wp-load.php';
|
|
839
795
|
$meta = ${Kt(t)};
|
|
840
796
|
foreach($meta as $name => $value) {
|
|
841
797
|
update_user_meta(${Kt(r)}, $name, $value);
|
|
842
798
|
}
|
|
843
799
|
echo "Success";
|
|
844
|
-
`,s=await e.run({code:n});return
|
|
800
|
+
`,s=await e.run({code:n});return to(s),{code:n,result:s}};async function to(e){if(e.text!=="Success")throw console.log(e),new Error(`Failed to run code: ${e.text} ${e.errors}`)}const ro=async(e,{selfContained:t=!1}={})=>{const r="/tmp/wordpress-playground.zip",n=await e.documentRoot,s=ye(n,"wp-content");let i=zn;t&&(i=i.filter(d=>!d.startsWith("themes/twenty")).filter(d=>d!=="plugins/sqlite-database-integration"));const o=vr({zipPath:r,wpContentPath:s,documentRoot:n,exceptPaths:i.map(d=>ye(n,"wp-content",d)),additionalPaths:t?{[ye(n,"wp-config.php")]:"wp-config.php"}:{}});await Wi(e,`zipDir(${o.wpContentPath}, ${o.zipPath}, array(
|
|
845
801
|
'exclude_paths' => ${o.exceptPaths},
|
|
846
802
|
'zip_root' => ${o.documentRoot},
|
|
847
803
|
'additional_paths' => ${o.additionalPaths}
|
|
848
|
-
));`);const l=await e.readFileAsBuffer(r);return e.unlink(r),l},
|
|
804
|
+
));`);const l=await e.readFileAsBuffer(r);return e.unlink(r),l},La=Object.freeze(Object.defineProperty({__proto__:null,activatePlugin:Vn,activateTheme:Wn,applyWordPressPatches:ji,cp:Mi,defineSiteUrl:zi,defineWpConfigConsts:Lt,exportWXR:Bi,exportWXZ:Gi,importFile:Vi,importWordPressFiles:xi,installPlugin:Ji,installTheme:Yi,login:Qi,mkdir:Li,mv:Ui,request:qi,rm:Bn,rmdir:Hi,runPHP:Ii,runPHPWithOptions:Ai,runSql:Di,runWpInstallationWizard:Zi,setPhpIniEntry:Fi,setSiteOptions:Xi,unzip:mn,updateUserMeta:eo,writeFile:Gn,zipWpContent:ro},Symbol.toStringTag,{value:"Module"})),Ha=5*1024*1024;function za(e,t){const r=e.headers.get("content-length")||"",n=parseInt(r,10)||Ha;function s(i,o){t(new CustomEvent("progress",{detail:{loaded:i,total:o}}))}return new Response(new ReadableStream({async start(i){if(!e.body){i.close();return}const o=e.body.getReader();let l=0;for(;;)try{const{done:d,value:u}=await o.read();if(u&&(l+=u.byteLength),d){s(l,l),i.close();break}else s(l,n),i.enqueue(u)}catch(d){console.error({e:d}),i.error(d);break}}}),{status:e.status,statusText:e.statusText,headers:e.headers})}const Tn=1e-5;class gn extends EventTarget{constructor({weight:t=1,caption:r="",fillTime:n=4}={}){super(),this._selfWeight=1,this._selfDone=!1,this._selfProgress=0,this._selfCaption="",this._isFilling=!1,this._subTrackers=[],this._weight=t,this._selfCaption=r,this._fillTime=n}stage(t,r=""){if(t||(t=this._selfWeight),this._selfWeight-t<-Tn)throw new Error(`Cannot add a stage with weight ${t} as the total weight of registered stages would exceed 1.`);this._selfWeight-=t;const n=new gn({caption:r,weight:t,fillTime:this._fillTime});return this._subTrackers.push(n),n.addEventListener("progress",()=>this.notifyProgress()),n.addEventListener("done",()=>{this.done&&this.notifyDone()}),n}fillSlowly({stopBeforeFinishing:t=!0}={}){if(this._isFilling)return;this._isFilling=!0;const r=100,n=this._fillTime/r;this._fillInterval=setInterval(()=>{this.set(this._selfProgress+1),t&&this._selfProgress>=99&&clearInterval(this._fillInterval)},n)}set(t){this._selfProgress=Math.min(t,100),this.notifyProgress(),this._selfProgress+Tn>=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 t=this._subTrackers.length-1;t>=0;t--)if(!this._subTrackers[t].done){const r=this._subTrackers[t].caption;if(r)return r}return this._selfCaption}setCaption(t){this._selfCaption=t,this.notifyProgress()}get done(){return this.progress+Tn>=100}get progress(){if(this._selfDone)return 100;const t=this._subTrackers.reduce((r,n)=>r+n.progress*n.weight,this._selfProgress*this._selfWeight);return Math.round(t*1e4)/1e4}get weight(){return this._weight}get observer(){return this._progressObserver||(this._progressObserver=t=>{this.set(t)}),this._progressObserver}get loadingListener(){return this._loadingListener||(this._loadingListener=t=>{this.set(t.detail.loaded/t.detail.total*100)}),this._loadingListener}pipe(t){t.setProgress({progress:this.progress,caption:this.caption}),this.addEventListener("progress",r=>{t.setProgress({progress:r.detail.progress,caption:r.detail.caption})}),this.addEventListener("done",()=>{t.setLoaded()})}addEventListener(t,r){super.addEventListener(t,r)}removeEventListener(t,r){super.removeEventListener(t,r)}notifyProgress(){const t=this;this.dispatchEvent(new CustomEvent("progress",{detail:{get progress(){return t.progress},get caption(){return t.caption}}}))}notifyDone(){this.dispatchEvent(new CustomEvent("done"))}}const Qs=Symbol("error"),Zs=Symbol("message");class Kn extends Event{constructor(t,r={}){super(t),this[Qs]=r.error===void 0?null:r.error,this[Zs]=r.message===void 0?"":r.message}get error(){return this[Qs]}get message(){return this[Zs]}}Object.defineProperty(Kn.prototype,"error",{enumerable:!0});Object.defineProperty(Kn.prototype,"message",{enumerable:!0});const Va=typeof globalThis.ErrorEvent=="function"?globalThis.ErrorEvent:Kn;function Wa(e){return e instanceof Error?"exitCode"in e&&(e==null?void 0:e.exitCode)===0||(e==null?void 0:e.name)==="ExitStatus"&&"status"in e&&e.status===0:!1}class xa extends EventTarget{constructor(){super(...arguments),this.listenersCount=0}addEventListener(t,r){++this.listenersCount,super.addEventListener(t,r)}removeEventListener(t,r){--this.listenersCount,super.removeEventListener(t,r)}hasListeners(){return this.listenersCount>0}}function Ba(e){e.asm={...e.asm};const t=new xa;for(const r in e.asm)if(typeof e.asm[r]=="function"){const n=e.asm[r];e.asm[r]=function(...s){var i;try{return n(...s)}catch(o){if(!(o instanceof Error))throw o;const l=Ka(o,(i=e.lastAsyncifyStackSource)==null?void 0:i.stack);if(e.lastAsyncifyStackSource&&(o.cause=e.lastAsyncifyStackSource),t.hasListeners()){t.dispatchEvent(new Va("error",{error:o,message:l}));return}throw Wa(o)||Qa(l),o}}}return t}let In=[];function Ga(){return In}function Ka(e,t){if(e.message==="unreachable"){let r=Ja;t||(r+=`
|
|
849
805
|
|
|
850
806
|
This stack trace is lacking. For a better one initialize
|
|
851
807
|
the PHP runtime with { debug: true }, e.g. PHPNode.load('8.1', { debug: true }).
|
|
852
808
|
|
|
853
|
-
`),In=
|
|
854
|
-
`;return r}return e.message}const
|
|
809
|
+
`),In=Za(t||e.stack||"");for(const n of In)r+=` * ${n}
|
|
810
|
+
`;return r}return e.message}const Ja=`
|
|
855
811
|
"unreachable" WASM instruction executed.
|
|
856
812
|
|
|
857
813
|
The typical reason is a PHP function missing from the ASYNCIFY_ONLY
|
|
@@ -875,13 +831,13 @@ the Dockerfile, you'll need to trigger this error again with long stack
|
|
|
875
831
|
traces enabled. In node.js, you can do it using the --stack-trace-limit=100
|
|
876
832
|
CLI option:
|
|
877
833
|
|
|
878
|
-
`,Xs="\x1B[41m",
|
|
834
|
+
`,Xs="\x1B[41m",Ya="\x1B[1m",ei="\x1B[0m",ti="\x1B[K";let ri=!1;function Qa(e){if(!ri&&(ri=!0,!(e!=null&&e.trim().startsWith("Program terminated with exit")))){console.log(`${Xs}
|
|
879
835
|
${ti}
|
|
880
|
-
${
|
|
881
|
-
`))console.log(`${ti} ${t} `);console.log(`${ei}`)}}function
|
|
882
|
-
`).slice(1).map(r=>{const n=r.trim().substring(3).split(" ");return{fn:n.length>=2?n[0]:"<unknown>",isWasm:r.includes("wasm://")}}).filter(({fn:r,isWasm:n})=>n&&!r.startsWith("dynCall_")&&!r.startsWith("invoke_")).map(({fn:r})=>r);return Array.from(new Set(t))}catch{return[]}}ReadableStream.prototype[Symbol.asyncIterator]||(ReadableStream.prototype[Symbol.asyncIterator]=async function*(){const e=this.getReader();try{for(;;){const{done:t,value:r}=await e.read();if(t)return;yield r}}finally{e.releaseLock()}},ReadableStream.prototype.iterate=ReadableStream.prototype[Symbol.asyncIterator]);class bt{constructor(t,r,n,s="",i=0){this.httpStatusCode=t,this.headers=r,this.bytes=n,this.exitCode=i,this.errors=s}static fromRawData(t){return new bt(t.httpStatusCode,t.headers,t.bytes,t.errors,t.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)}}const
|
|
836
|
+
${Ya} WASM ERROR${ei}${Xs}`);for(const t of e.split(`
|
|
837
|
+
`))console.log(`${ti} ${t} `);console.log(`${ei}`)}}function Za(e){try{const t=e.split(`
|
|
838
|
+
`).slice(1).map(r=>{const n=r.trim().substring(3).split(" ");return{fn:n.length>=2?n[0]:"<unknown>",isWasm:r.includes("wasm://")}}).filter(({fn:r,isWasm:n})=>n&&!r.startsWith("dynCall_")&&!r.startsWith("invoke_")).map(({fn:r})=>r);return Array.from(new Set(t))}catch{return[]}}ReadableStream.prototype[Symbol.asyncIterator]||(ReadableStream.prototype[Symbol.asyncIterator]=async function*(){const e=this.getReader();try{for(;;){const{done:t,value:r}=await e.read();if(t)return;yield r}}finally{e.releaseLock()}},ReadableStream.prototype.iterate=ReadableStream.prototype[Symbol.asyncIterator]);class bt{constructor(t,r,n,s="",i=0){this.httpStatusCode=t,this.headers=r,this.bytes=n,this.exitCode=i,this.errors=s}static fromRawData(t){return new bt(t.httpStatusCode,t.headers,t.bytes,t.errors,t.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)}}const $n=["8.3","8.2","8.1","8.0","7.4","7.3","7.2","7.1","7.0"],no=$n[0],Xa=$n,so=["iconv","mbstring","xml-bundle","gd"],ni={"kitchen-sink":so};var $t,zt;class ec{constructor(t,r={}){ee(this,$t,void 0);ee(this,zt,void 0);this.requestHandler=t,pe(this,$t,{}),pe(this,zt,{handleRedirects:!1,maxRedirects:4,...r})}async request(t,r=0){const n=await this.requestHandler.request({...t,headers:{...t.headers,cookie:this.serializeCookies()}});if(n.headers["set-cookie"]&&this.setCookies(n.headers["set-cookie"]),z(this,zt).handleRedirects&&n.headers.location&&r<z(this,zt).maxRedirects){const s=new URL(n.headers.location[0],this.requestHandler.absoluteUrl);return this.request({url:s.toString(),method:"GET",headers:{}},r+1)}return n}pathToInternalUrl(t){return this.requestHandler.pathToInternalUrl(t)}internalUrlToPath(t){return this.requestHandler.internalUrlToPath(t)}get absoluteUrl(){return this.requestHandler.absoluteUrl}get documentRoot(){return this.requestHandler.documentRoot}setCookies(t){for(const r of t)try{if(!r.includes("="))continue;const n=r.indexOf("="),s=r.substring(0,n),i=r.substring(n+1).split(";")[0];z(this,$t)[s]=i}catch(n){console.error(n)}}serializeCookies(){const t=[];for(const r in z(this,$t))t.push(`${r}=${z(this,$t)[r]}`);return t.join("; ")}}$t=new WeakMap,zt=new WeakMap;const tc="http://example.com";function si(e){return e.toString().substring(e.origin.length)}function ii(e,t){return!t||!e.startsWith(t)?e:e.substring(t.length)}function rc(e,t){return!t||e.startsWith(t)?e:t+e}var He,Vt,_r,_t,Wt,ze,xt,Bt,Xr,io,en,oo,tn,ao;class nc{constructor(t,r={}){ee(this,Xr);ee(this,en);ee(this,tn);ee(this,He,void 0);ee(this,Vt,void 0);ee(this,_r,void 0);ee(this,_t,void 0);ee(this,Wt,void 0);ee(this,ze,void 0);ee(this,xt,void 0);ee(this,Bt,void 0);pe(this,Bt,new xn({concurrency:1}));const{documentRoot:n="/www/",absoluteUrl:s=typeof location=="object"?location==null?void 0:location.href:""}=r;this.php=t,pe(this,He,n);const i=new URL(s);pe(this,_r,i.hostname),pe(this,_t,i.port?Number(i.port):i.protocol==="https:"?443:80),pe(this,Vt,(i.protocol||"").replace(":",""));const o=z(this,_t)!==443&&z(this,_t)!==80;pe(this,Wt,[z(this,_r),o?`:${z(this,_t)}`:""].join("")),pe(this,ze,i.pathname.replace(/\/+$/,"")),pe(this,xt,[`${z(this,Vt)}://`,z(this,Wt),z(this,ze)].join(""))}pathToInternalUrl(t){return`${this.absoluteUrl}${t}`}internalUrlToPath(t){const r=new URL(t);return r.pathname.startsWith(z(this,ze))&&(r.pathname=r.pathname.slice(z(this,ze).length)),si(r)}get isRequestRunning(){return z(this,Bt).running>0}get absoluteUrl(){return z(this,xt)}get documentRoot(){return z(this,He)}async request(t){const r=t.url.startsWith("http://")||t.url.startsWith("https://"),n=new URL(t.url,r?void 0:tc),s=ii(n.pathname,z(this,ze)),i=`${z(this,He)}${s}`;return oc(i)?await _e(this,en,oo).call(this,t,n):_e(this,Xr,io).call(this,i)}}He=new WeakMap,Vt=new WeakMap,_r=new WeakMap,_t=new WeakMap,Wt=new WeakMap,ze=new WeakMap,xt=new WeakMap,Bt=new WeakMap,Xr=new WeakSet,io=function(t){if(!this.php.fileExists(t))return new bt(404,{"x-file-type":["static"]},new TextEncoder().encode("404 File not found"));const r=this.php.readFileAsBuffer(t);return new bt(200,{"content-length":[`${r.byteLength}`],"content-type":[ic(t)],"accept-ranges":["bytes"],"cache-control":["public, max-age=0"]},r)},en=new WeakSet,oo=async function(t,r){var s;const n=await z(this,Bt).acquire();try{this.php.addServerGlobalEntry("DOCUMENT_ROOT",z(this,He)),this.php.addServerGlobalEntry("HTTPS",z(this,xt).startsWith("https://")?"on":"");let i="GET";const o={host:z(this,Wt),...vo(t.headers||{})},l=[];if(t.files&&Object.keys(t.files).length){i="POST";for(const p in t.files){const h=t.files[p];l.push({key:p,name:h.name,type:h.type,data:new Uint8Array(await h.arrayBuffer())})}(s=o["content-type"])!=null&&s.startsWith("multipart/form-data")&&(t.formData=sc(t.body||""),o["content-type"]="application/x-www-form-urlencoded",delete t.body)}let d;t.formData!==void 0?(i="POST",o["content-type"]=o["content-type"]||"application/x-www-form-urlencoded",d=new URLSearchParams(t.formData).toString()):d=t.body;let u;try{u=_e(this,tn,ao).call(this,r.pathname)}catch{return new bt(404,{},new TextEncoder().encode("404 File not found"))}return await this.php.run({relativeUri:rc(si(r),z(this,ze)),protocol:z(this,Vt),method:t.method||i,body:d,fileInfos:l,scriptPath:u,headers:o})}finally{n()}},tn=new WeakSet,ao=function(t){let r=ii(t,z(this,ze));r.includes(".php")?r=r.split(".php")[0]+".php":(r.endsWith("/")||(r+="/"),r.endsWith("index.php")||(r+="index.php"));const n=`${z(this,He)}${r}`;if(this.php.fileExists(n))return n;if(!this.php.fileExists(`${z(this,He)}/index.php`))throw new Error(`File not found: ${n}`);return`${z(this,He)}/index.php`};function sc(e){const t={},r=e.match(/--(.*)\r\n/);if(!r)return t;const n=r[1],s=e.split(`--${n}`);return s.shift(),s.pop(),s.forEach(i=>{const o=i.indexOf(`\r
|
|
883
839
|
\r
|
|
884
|
-
`),l=i.substring(0,o).trim(),d=i.substring(o+4).trim(),u=l.match(/name="([^"]+)"/);if(u){const p=u[1];t[p]=d}}),t}function
|
|
840
|
+
`),l=i.substring(0,o).trim(),d=i.substring(o+4).trim(),u=l.match(/name="([^"]+)"/);if(u){const p=u[1];t[p]=d}}),t}function ic(e){switch(e.split(".").pop()){case"css":return"text/css";case"js":return"application/javascript";case"png":return"image/png";case"jpg":case"jpeg":return"image/jpeg";case"gif":return"image/gif";case"svg":return"image/svg+xml";case"woff":return"font/woff";case"woff2":return"font/woff2";case"ttf":return"font/ttf";case"otf":return"font/otf";case"eot":return"font/eot";case"ico":return"image/x-icon";case"html":return"text/html";case"json":return"application/json";case"xml":return"application/xml";case"txt":case"md":return"text/plain";default:return"application-octet-stream"}}function oc(e){return ac(e)||cc(e)}function ac(e){return e.endsWith(".php")||e.includes(".php/")}function cc(e){return!e.split("/").pop().includes(".")}const Wr={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 lc(e){const t=typeof e=="object"?e==null?void 0:e.errno:null;if(t in Wr)return Wr[t]}function xe(e=""){return function(r,n,s){const i=s.value;s.value=function(...o){try{return i.apply(this,o)}catch(l){const d=typeof l=="object"?l==null?void 0:l.errno:null;if(d in Wr){const u=Wr[d],p=typeof o[0]=="string"?o[0]:null,h=p!==null?e.replaceAll("{path}",p):e;throw new Error(`${h}: ${u}`,{cause:l})}throw l}}}}const uc=new Map;function dc(e){return uc.get(e)}(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"})();var pc=Object.defineProperty,fc=Object.getOwnPropertyDescriptor,Be=(e,t,r,n)=>{for(var s=n>1?void 0:n?fc(t,r):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=(n?o(t,r,s):o(s))||s);return n&&s&&pc(t,r,s),s};const we="string",Dt="number",te=Symbol("__private__dont__use");var wt,nt,vt,st,Ye,Gt,wr,rn,co,nn,lo,sn,uo,on,po,an,fo,cn,ho,ln,mo,un,yo,dn,go,pn,$o,fn,_o,hn,wo;class Ge{constructor(t,r){ee(this,rn);ee(this,nn);ee(this,sn);ee(this,on);ee(this,an);ee(this,cn);ee(this,ln);ee(this,un);ee(this,dn);ee(this,pn);ee(this,fn);ee(this,hn);ee(this,wt,void 0);ee(this,nt,void 0);ee(this,vt,void 0);ee(this,st,void 0);ee(this,Ye,void 0);ee(this,Gt,void 0);ee(this,wr,void 0);pe(this,wt,[]),pe(this,nt,!1),pe(this,vt,null),pe(this,st,{}),pe(this,Ye,new Map),pe(this,Gt,[]),pe(this,wr,new xn({concurrency:1})),t!==void 0&&this.initializeRuntime(t),r&&(this.requestHandler=new ec(new nc(this,r)))}addEventListener(t,r){z(this,Ye).has(t)||z(this,Ye).set(t,new Set),z(this,Ye).get(t).add(r)}removeEventListener(t,r){var n;(n=z(this,Ye).get(t))==null||n.delete(r)}dispatchEvent(t){const r=z(this,Ye).get(t.type);if(r)for(const n of r)n(t)}async onMessage(t){z(this,Gt).push(t)}async setSpawnHandler(t){this[te].spawnProcess=t}get absoluteUrl(){return this.requestHandler.requestHandler.absoluteUrl}get documentRoot(){return this.requestHandler.requestHandler.documentRoot}pathToInternalUrl(t){return this.requestHandler.requestHandler.pathToInternalUrl(t)}internalUrlToPath(t){return this.requestHandler.requestHandler.internalUrlToPath(t)}initializeRuntime(t){if(this[te])throw new Error("PHP runtime already initialized.");const r=dc(t);if(!r)throw new Error("Invalid PHP runtime id.");this[te]=r,r.onMessage=async n=>{for(const s of z(this,Gt)){const i=await s(n);if(i)return i}return""},pe(this,vt,Ba(r))}setPhpIniPath(t){if(z(this,nt))throw new Error("Cannot set PHP ini path after calling run().");this[te].ccall("wasm_set_phpini_path",null,["string"],[t])}setPhpIniEntry(t,r){if(z(this,nt))throw new Error("Cannot set PHP ini entries after calling run().");z(this,wt).push([t,r])}chdir(t){this[te].FS.chdir(t)}async request(t,r){if(!this.requestHandler)throw new Error("No request handler available.");return this.requestHandler.request(t,r)}async run(t){const r=await z(this,wr).acquire();try{z(this,nt)||(_e(this,rn,co).call(this),pe(this,nt,!0)),_e(this,un,yo).call(this,t.scriptPath||""),_e(this,sn,uo).call(this,t.relativeUri||""),_e(this,an,fo).call(this,t.method||"GET");const n=vo(t.headers||{}),s=n.host||"example.com:443";if(_e(this,on,po).call(this,s,t.protocol||"http"),_e(this,cn,ho).call(this,n),t.body&&_e(this,ln,mo).call(this,t.body),t.fileInfos)for(const i of t.fileInfos)_e(this,pn,$o).call(this,i);return t.code&&_e(this,fn,_o).call(this," ?>"+t.code),_e(this,dn,go).call(this),await _e(this,hn,wo).call(this)}finally{r(),this.dispatchEvent({type:"request.end"})}}addServerGlobalEntry(t,r){z(this,st)[t]=r}defineConstant(t,r){let n={};try{n=JSON.parse(this.fileExists("/tmp/consts.json")&&this.readFileAsText("/tmp/consts.json")||"{}")}catch{}this.writeFile("/tmp/consts.json",JSON.stringify({...n,[t]:r}))}mkdir(t){this[te].FS.mkdirTree(t)}mkdirTree(t){this.mkdir(t)}readFileAsText(t){return new TextDecoder().decode(this.readFileAsBuffer(t))}readFileAsBuffer(t){return this[te].FS.readFile(t)}writeFile(t,r){this[te].FS.writeFile(t,r)}unlink(t){this[te].FS.unlink(t)}mv(t,r){try{this[te].FS.rename(t,r)}catch(n){const s=lc(n);throw s?new Error(`Could not move ${t} to ${r}: ${s}`,{cause:n}):n}}rmdir(t,r={recursive:!0}){r!=null&&r.recursive&&this.listFiles(t).forEach(n=>{const s=`${t}/${n}`;this.isDir(s)?this.rmdir(s,r):this.unlink(s)}),this[te].FS.rmdir(t)}listFiles(t,r={prependPath:!1}){if(!this.fileExists(t))return[];try{const n=this[te].FS.readdir(t).filter(s=>s!=="."&&s!=="..");if(r.prependPath){const s=t.replace(/\/$/,"");return n.map(i=>`${s}/${i}`)}return n}catch(n){return console.error(n,{path:t}),[]}}isDir(t){return this.fileExists(t)?this[te].FS.isDir(this[te].FS.lookupPath(t).node.mode):!1}fileExists(t){try{return this[te].FS.lookupPath(t),!0}catch{return!1}}exit(t=0){return this[te]._exit(t)}}wt=new WeakMap,nt=new WeakMap,vt=new WeakMap,st=new WeakMap,Ye=new WeakMap,Gt=new WeakMap,wr=new WeakMap,rn=new WeakSet,co=function(){if(this.setPhpIniEntry("auto_prepend_file","/tmp/consts.php"),this.fileExists("/tmp/consts.php")||this.writeFile("/tmp/consts.php",`<?php
|
|
885
841
|
if(file_exists('/tmp/consts.json')) {
|
|
886
842
|
$consts = json_decode(file_get_contents('/tmp/consts.json'), true);
|
|
887
843
|
foreach ($consts as $const => $value) {
|
|
@@ -892,20 +848,20 @@ ${Za} WASM ERROR${ei}${Xs}`);for(const t of e.split(`
|
|
|
892
848
|
}`),z(this,wt).length>0){const t=z(this,wt).map(([r,n])=>`${r}=${n}`).join(`
|
|
893
849
|
`)+`
|
|
894
850
|
|
|
895
|
-
`;this[te].ccall("wasm_set_phpini_entries",null,[we],[t])}this[te].ccall("php_wasm_init",null,[],[])},sn=new WeakSet,uo=function(){const t="/tmp/headers.json";if(!this.fileExists(t))throw new Error("SAPI Error: Could not find response headers file.");const r=JSON.parse(this.readFileAsText(t)),n={};for(const s of r.headers){if(!s.includes(": "))continue;const i=s.indexOf(": "),o=s.substring(0,i).toLowerCase(),l=s.substring(i+2);o in n||(n[o]=[]),n[o].push(l)}return{headers:n,httpStatusCode:r.status}},on=new WeakSet,po=function(t){if(this[te].ccall("wasm_set_request_uri",null,[we],[t]),t.includes("?")){const r=t.substring(t.indexOf("?")+1);this[te].ccall("wasm_set_query_string",null,[we],[r])}},an=new WeakSet,fo=function(t,r){this[te].ccall("wasm_set_request_host",null,[we],[t]);let n;try{n=parseInt(new URL(t).port,10)}catch{}(!n||isNaN(n)||n===80)&&(n=r==="https"?443:80),this[te].ccall("wasm_set_request_port",null,[Dt],[n]),(r==="https"||!r&&n===443)&&this.addServerGlobalEntry("HTTPS","on")},cn=new WeakSet,ho=function(t){this[te].ccall("wasm_set_request_method",null,[we],[t])},ln=new WeakSet,mo=function(t){t.cookie&&this[te].ccall("wasm_set_cookies",null,[we],[t.cookie]),t["content-type"]&&this[te].ccall("wasm_set_content_type",null,[we],[t["content-type"]]),t["content-length"]&&this[te].ccall("wasm_set_content_length",null,[Dt],[parseInt(t["content-length"],10)]);for(const r in t){let n="HTTP_";["content-type","content-length"].includes(r.toLowerCase())&&(n=""),this.addServerGlobalEntry(`${n}${r.toUpperCase().replace(/-/g,"_")}`,t[r])}},un=new WeakSet,yo=function(t){this[te].ccall("wasm_set_request_body",null,[we],[t]),this[te].ccall("wasm_set_content_length",null,[Dt],[new TextEncoder().encode(t).length])},dn=new WeakSet,go=function(t){this[te].ccall("wasm_set_path_translated",null,[we],[t])},pn=new WeakSet,$o=function(){for(const t in z(this,st))this[te].ccall("wasm_add_SERVER_entry",null,[we,we],[t,z(this,st)[t]])},fn=new WeakSet,_o=function(t){const{key:r,name:n,type:s,data:i}=t,o=`/tmp/${Math.random().toFixed(20)}`;this.writeFile(o,i);const l=0;this[te].ccall("wasm_add_uploaded_file",null,[we,we,we,we,Dt,Dt],[r,n,s,o,l,i.byteLength])},hn=new WeakSet,wo=function(t){this[te].ccall("wasm_set_php_code",null,[we],[t])},mn=new WeakSet,vo=async function(){var i;let t,r;try{t=await new Promise((o,l)=>{var u;r=p=>{const h=new Error("Rethrown");h.cause=p.error,h.betterMessage=p.message,l(h)},(u=z(this,vt))==null||u.addEventListener("error",r);const d=this[te].ccall("wasm_sapi_handle_request",Dt,[],[],{async:!0});return d instanceof Promise?d.then(o,l):o(d)})}catch(o){for(const p in this)typeof this[p]=="function"&&(this[p]=()=>{throw new Error("PHP runtime has crashed – see the earlier error for details.")});this.functionsMaybeMissingFromAsyncify=Ja();const l=o,d="betterMessage"in l?l.betterMessage:l.message,u=new Error(d);throw u.cause=l,u}finally{(i=z(this,vt))==null||i.removeEventListener("error",r),pe(this,st,{})}const{headers:n,httpStatusCode:s}=_e(this,sn,uo).call(this);return new bt(s,n,this.readFileAsBuffer("/tmp/stdout"),this.readFileAsText("/tmp/stderr"),t)};Be([xe('Could not create directory "{path}"')],Ge.prototype,"mkdir",1);Be([xe('Could not create directory "{path}"')],Ge.prototype,"mkdirTree",1);Be([xe('Could not read "{path}"')],Ge.prototype,"readFileAsText",1);Be([xe('Could not read "{path}"')],Ge.prototype,"readFileAsBuffer",1);Be([xe('Could not write to "{path}"')],Ge.prototype,"writeFile",1);Be([xe('Could not unlink "{path}"')],Ge.prototype,"unlink",1);Be([xe('Could not remove directory "{path}"')],Ge.prototype,"rmdir",1);Be([xe('Could not list files in "{path}"')],Ge.prototype,"listFiles",1);Be([xe('Could not stat "{path}"')],Ge.prototype,"isDir",1);Be([xe('Could not stat "{path}"')],Ge.prototype,"fileExists",1);function bo(e){const t={};for(const r in e)t[r.toLowerCase()]=e[r];return t}const yc=["vfs","literal","wordpress.org/themes","wordpress.org/plugins","url"];function gc(e){return e&&typeof e=="object"&&typeof e.resource=="string"&&yc.includes(e.resource)}class St{static create(t,{semaphore:r,progress:n}){let s;switch(t.resource){case"vfs":s=new $c(t,n);break;case"literal":s=new _c(t,n);break;case"wordpress.org/themes":s=new bc(t,n);break;case"wordpress.org/plugins":s=new Pc(t,n);break;case"url":s=new vc(t,n);break;default:throw new Error(`Invalid resource: ${t}`)}return s=new Ec(s),r&&(s=new Sc(s,r)),s}setPlayground(t){this.playground=t}get isAsync(){return!1}}class $c extends St{constructor(t,r){super(),this.resource=t,this.progress=r}async resolve(){var r;const t=await this.playground.readFileAsBuffer(this.resource.path);return(r=this.progress)==null||r.set(100),new File([t],this.name)}get name(){return this.resource.path.split("/").pop()||""}}class _c extends St{constructor(t,r){super(),this.resource=t,this.progress=r}async resolve(){var t;return(t=this.progress)==null||t.set(100),new File([this.resource.contents],this.resource.name)}get name(){return this.resource.name}}class Jn extends St{constructor(t){super(),this.progress=t}async resolve(){var n,s;(n=this.progress)==null||n.setCaption(this.caption);const t=this.getURL();let r=await fetch(t);if(r=await Wa(r,((s=this.progress)==null?void 0:s.loadingListener)??wc),r.status!==200)throw new Error(`Could not download "${t}"`);return new File([await r.blob()],this.name)}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 wc=()=>{};class vc extends Jn{constructor(t,r){super(r),this.resource=t}getURL(){return this.resource.url}get caption(){return this.resource.caption??super.caption}}class bc extends Jn{constructor(t,r){super(r),this.resource=t}get name(){return gn(this.resource.slug)}getURL(){return`https://downloads.wordpress.org/theme/${Po(this.resource.slug)}`}}class Pc extends Jn{constructor(t,r){super(r),this.resource=t}get name(){return gn(this.resource.slug)}getURL(){return`https://downloads.wordpress.org/plugin/${Po(this.resource.slug)}`}}function Po(e){return!e||e.endsWith(".zip")?e:e+".latest-stable.zip"}class Eo extends St{constructor(t){super(),this.resource=t}async resolve(){return this.resource.resolve()}async setPlayground(t){return this.resource.setPlayground(t)}get progress(){return this.resource.progress}set progress(t){this.resource.progress=t}get name(){return this.resource.name}get isAsync(){return this.resource.isAsync}}class Ec extends Eo{async resolve(){return this.promise||(this.promise=super.resolve()),this.promise}}class Sc extends Eo{constructor(t,r){super(t),this.semaphore=r}async resolve(){return this.isAsync?this.semaphore.run(()=>super.resolve()):super.resolve()}}var Tc=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Rc(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var An={exports:{}},So={},Ae={},Jt={},br={},G={},$r={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.regexpCode=e.getEsmExportName=e.getProperty=e.safeStringify=e.stringify=e.strConcat=e.addCodeArg=e.str=e._=e.nil=e._Code=e.Name=e.IDENTIFIER=e._CodeOrName=void 0;class t{}e._CodeOrName=t,e.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class r extends t{constructor(k){if(super(),!e.IDENTIFIER.test(k))throw new Error("CodeGen: name must be a valid identifier");this.str=k}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}e.Name=r;class n extends t{constructor(k){super(),this._items=typeof k=="string"?[k]:k}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;const k=this._items[0];return k===""||k==='""'}get str(){var k;return(k=this._str)!==null&&k!==void 0?k:this._str=this._items.reduce((O,j)=>`${O}${j}`,"")}get names(){var k;return(k=this._names)!==null&&k!==void 0?k:this._names=this._items.reduce((O,j)=>(j instanceof r&&(O[j.str]=(O[j.str]||0)+1),O),{})}}e._Code=n,e.nil=new n("");function s(g,...k){const O=[g[0]];let j=0;for(;j<k.length;)l(O,k[j]),O.push(g[++j]);return new n(O)}e._=s;const i=new n("+");function o(g,...k){const O=[T(g[0])];let j=0;for(;j<k.length;)O.push(i),l(O,k[j]),O.push(i,T(g[++j]));return d(O),new n(O)}e.str=o;function l(g,k){k instanceof n?g.push(...k._items):k instanceof r?g.push(k):g.push(h(k))}e.addCodeArg=l;function d(g){let k=1;for(;k<g.length-1;){if(g[k]===i){const O=u(g[k-1],g[k+1]);if(O!==void 0){g.splice(k-1,3,O);continue}g[k++]="+"}k++}}function u(g,k){if(k==='""')return g;if(g==='""')return k;if(typeof g=="string")return k instanceof r||g[g.length-1]!=='"'?void 0:typeof k!="string"?`${g.slice(0,-1)}${k}"`:k[0]==='"'?g.slice(0,-1)+k.slice(1):void 0;if(typeof k=="string"&&k[0]==='"'&&!(g instanceof r))return`"${g}${k.slice(1)}`}function p(g,k){return k.emptyStr()?g:g.emptyStr()?k:o`${g}${k}`}e.strConcat=p;function h(g){return typeof g=="number"||typeof g=="boolean"||g===null?g:T(Array.isArray(g)?g.join(","):g)}function v(g){return new n(T(g))}e.stringify=v;function T(g){return JSON.stringify(g).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}e.safeStringify=T;function w(g){return typeof g=="string"&&e.IDENTIFIER.test(g)?new n(`.${g}`):s`[${g}]`}e.getProperty=w;function R(g){if(typeof g=="string"&&e.IDENTIFIER.test(g))return new n(`${g}`);throw new Error(`CodeGen: invalid export name: ${g}, use explicit $id name mapping`)}e.getEsmExportName=R;function _(g){return new n(g.toString())}e.regexpCode=_})($r);var Dn={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ValueScope=e.ValueScopeName=e.Scope=e.varKinds=e.UsedValueState=void 0;const t=$r;class r extends Error{constructor(u){super(`CodeGen: "code" for ${u} not defined`),this.value=u.value}}var n;(function(d){d[d.Started=0]="Started",d[d.Completed=1]="Completed"})(n=e.UsedValueState||(e.UsedValueState={})),e.varKinds={const:new t.Name("const"),let:new t.Name("let"),var:new t.Name("var")};class s{constructor({prefixes:u,parent:p}={}){this._names={},this._prefixes=u,this._parent=p}toName(u){return u instanceof t.Name?u:this.name(u)}name(u){return new t.Name(this._newName(u))}_newName(u){const p=this._names[u]||this._nameGroup(u);return`${u}${p.index++}`}_nameGroup(u){var p,h;if(!((h=(p=this._parent)===null||p===void 0?void 0:p._prefixes)===null||h===void 0)&&h.has(u)||this._prefixes&&!this._prefixes.has(u))throw new Error(`CodeGen: prefix "${u}" is not allowed in this scope`);return this._names[u]={prefix:u,index:0}}}e.Scope=s;class i extends t.Name{constructor(u,p){super(p),this.prefix=u}setValue(u,{property:p,itemIndex:h}){this.value=u,this.scopePath=(0,t._)`.${new t.Name(p)}[${h}]`}}e.ValueScopeName=i;const o=(0,t._)`\n`;class l extends s{constructor(u){super(u),this._values={},this._scope=u.scope,this.opts={...u,_n:u.lines?o:t.nil}}get(){return this._scope}name(u){return new i(u,this._newName(u))}value(u,p){var h;if(p.ref===void 0)throw new Error("CodeGen: ref must be passed in value");const v=this.toName(u),{prefix:T}=v,w=(h=p.key)!==null&&h!==void 0?h:p.ref;let R=this._values[T];if(R){const k=R.get(w);if(k)return k}else R=this._values[T]=new Map;R.set(w,v);const _=this._scope[T]||(this._scope[T]=[]),g=_.length;return _[g]=p.ref,v.setValue(p,{property:T,itemIndex:g}),v}getValue(u,p){const h=this._values[u];if(h)return h.get(p)}scopeRefs(u,p=this._values){return this._reduceValues(p,h=>{if(h.scopePath===void 0)throw new Error(`CodeGen: name "${h}" has no value`);return(0,t._)`${u}${h.scopePath}`})}scopeCode(u=this._values,p,h){return this._reduceValues(u,v=>{if(v.value===void 0)throw new Error(`CodeGen: name "${v}" has no value`);return v.value.code},p,h)}_reduceValues(u,p,h={},v){let T=t.nil;for(const w in u){const R=u[w];if(!R)continue;const _=h[w]=h[w]||new Map;R.forEach(g=>{if(_.has(g))return;_.set(g,n.Started);let k=p(g);if(k){const O=this.opts.es5?e.varKinds.var:e.varKinds.const;T=(0,t._)`${T}${O} ${g} = ${k};${this.opts._n}`}else if(k=v==null?void 0:v(g))T=(0,t._)`${T}${k}${this.opts._n}`;else throw new r(g);_.set(g,n.Completed)})}return T}}e.ValueScope=l})(Dn);(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.or=e.and=e.not=e.CodeGen=e.operators=e.varKinds=e.ValueScopeName=e.ValueScope=e.Scope=e.Name=e.regexpCode=e.stringify=e.getProperty=e.nil=e.strConcat=e.str=e._=void 0;const t=$r,r=Dn;var n=$r;Object.defineProperty(e,"_",{enumerable:!0,get:function(){return n._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return n.str}}),Object.defineProperty(e,"strConcat",{enumerable:!0,get:function(){return n.strConcat}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return n.nil}}),Object.defineProperty(e,"getProperty",{enumerable:!0,get:function(){return n.getProperty}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return n.stringify}}),Object.defineProperty(e,"regexpCode",{enumerable:!0,get:function(){return n.regexpCode}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return n.Name}});var s=Dn;Object.defineProperty(e,"Scope",{enumerable:!0,get:function(){return s.Scope}}),Object.defineProperty(e,"ValueScope",{enumerable:!0,get:function(){return s.ValueScope}}),Object.defineProperty(e,"ValueScopeName",{enumerable:!0,get:function(){return s.ValueScopeName}}),Object.defineProperty(e,"varKinds",{enumerable:!0,get:function(){return s.varKinds}}),e.operators={GT:new t._Code(">"),GTE:new t._Code(">="),LT:new t._Code("<"),LTE:new t._Code("<="),EQ:new t._Code("==="),NEQ:new t._Code("!=="),NOT:new t._Code("!"),OR:new t._Code("||"),AND:new t._Code("&&"),ADD:new t._Code("+")};class i{optimizeNodes(){return this}optimizeNames(a,m){return this}}class o extends i{constructor(a,m,N){super(),this.varKind=a,this.name=m,this.rhs=N}render({es5:a,_n:m}){const N=a?r.varKinds.var:this.varKind,q=this.rhs===void 0?"":` = ${this.rhs}`;return`${N} ${this.name}${q};`+m}optimizeNames(a,m){if(a[this.name.str])return this.rhs&&(this.rhs=he(this.rhs,a,m)),this}get names(){return this.rhs instanceof t._CodeOrName?this.rhs.names:{}}}class l extends i{constructor(a,m,N){super(),this.lhs=a,this.rhs=m,this.sideEffects=N}render({_n:a}){return`${this.lhs} = ${this.rhs};`+a}optimizeNames(a,m){if(!(this.lhs instanceof t.Name&&!a[this.lhs.str]&&!this.sideEffects))return this.rhs=he(this.rhs,a,m),this}get names(){const a=this.lhs instanceof t.Name?{}:{...this.lhs.names};return Re(a,this.rhs)}}class d extends l{constructor(a,m,N,q){super(a,N,q),this.op=m}render({_n:a}){return`${this.lhs} ${this.op}= ${this.rhs};`+a}}class u extends i{constructor(a){super(),this.label=a,this.names={}}render({_n:a}){return`${this.label}:`+a}}class p extends i{constructor(a){super(),this.label=a,this.names={}}render({_n:a}){return`break${this.label?` ${this.label}`:""};`+a}}class h extends i{constructor(a){super(),this.error=a}render({_n:a}){return`throw ${this.error};`+a}get names(){return this.error.names}}class v extends i{constructor(a){super(),this.code=a}render({_n:a}){return`${this.code};`+a}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(a,m){return this.code=he(this.code,a,m),this}get names(){return this.code instanceof t._CodeOrName?this.code.names:{}}}class T extends i{constructor(a=[]){super(),this.nodes=a}render(a){return this.nodes.reduce((m,N)=>m+N.render(a),"")}optimizeNodes(){const{nodes:a}=this;let m=a.length;for(;m--;){const N=a[m].optimizeNodes();Array.isArray(N)?a.splice(m,1,...N):N?a[m]=N:a.splice(m,1)}return a.length>0?this:void 0}optimizeNames(a,m){const{nodes:N}=this;let q=N.length;for(;q--;){const M=N[q];M.optimizeNames(a,m)||(at(a,M.names),N.splice(q,1))}return N.length>0?this:void 0}get names(){return this.nodes.reduce((a,m)=>Z(a,m.names),{})}}class w extends T{render(a){return"{"+a._n+super.render(a)+"}"+a._n}}class R extends T{}class _ extends w{}_.kind="else";class g extends w{constructor(a,m){super(m),this.condition=a}render(a){let m=`if(${this.condition})`+super.render(a);return this.else&&(m+="else "+this.else.render(a)),m}optimizeNodes(){super.optimizeNodes();const a=this.condition;if(a===!0)return this.nodes;let m=this.else;if(m){const N=m.optimizeNodes();m=this.else=Array.isArray(N)?new _(N):N}if(m)return a===!1?m instanceof g?m:m.nodes:this.nodes.length?this:new g(ct(a),m instanceof g?[m]:m.nodes);if(!(a===!1||!this.nodes.length))return this}optimizeNames(a,m){var N;if(this.else=(N=this.else)===null||N===void 0?void 0:N.optimizeNames(a,m),!!(super.optimizeNames(a,m)||this.else))return this.condition=he(this.condition,a,m),this}get names(){const a=super.names;return Re(a,this.condition),this.else&&Z(a,this.else.names),a}}g.kind="if";class k extends w{}k.kind="for";class O extends k{constructor(a){super(),this.iteration=a}render(a){return`for(${this.iteration})`+super.render(a)}optimizeNames(a,m){if(super.optimizeNames(a,m))return this.iteration=he(this.iteration,a,m),this}get names(){return Z(super.names,this.iteration.names)}}class j extends k{constructor(a,m,N,q){super(),this.varKind=a,this.name=m,this.from=N,this.to=q}render(a){const m=a.es5?r.varKinds.var:this.varKind,{name:N,from:q,to:M}=this;return`for(${m} ${N}=${q}; ${N}<${M}; ${N}++)`+super.render(a)}get names(){const a=Re(super.names,this.from);return Re(a,this.to)}}class D extends k{constructor(a,m,N,q){super(),this.loop=a,this.varKind=m,this.name=N,this.iterable=q}render(a){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(a)}optimizeNames(a,m){if(super.optimizeNames(a,m))return this.iterable=he(this.iterable,a,m),this}get names(){return Z(super.names,this.iterable.names)}}class b extends w{constructor(a,m,N){super(),this.name=a,this.args=m,this.async=N}render(a){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(a)}}b.kind="func";class C extends T{render(a){return"return "+super.render(a)}}C.kind="return";class A extends w{render(a){let m="try"+super.render(a);return this.catch&&(m+=this.catch.render(a)),this.finally&&(m+=this.finally.render(a)),m}optimizeNodes(){var a,m;return super.optimizeNodes(),(a=this.catch)===null||a===void 0||a.optimizeNodes(),(m=this.finally)===null||m===void 0||m.optimizeNodes(),this}optimizeNames(a,m){var N,q;return super.optimizeNames(a,m),(N=this.catch)===null||N===void 0||N.optimizeNames(a,m),(q=this.finally)===null||q===void 0||q.optimizeNames(a,m),this}get names(){const a=super.names;return this.catch&&Z(a,this.catch.names),this.finally&&Z(a,this.finally.names),a}}class W extends w{constructor(a){super(),this.error=a}render(a){return`catch(${this.error})`+super.render(a)}}W.kind="catch";class K extends w{render(a){return"finally"+super.render(a)}}K.kind="finally";class ce{constructor(a,m={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...m,_n:m.lines?`
|
|
896
|
-
`:""},this._extScope=a,this._scope=new r.Scope({parent:a}),this._nodes=[new R]}toString(){return this._root.render(this.opts)}name(a){return this._scope.name(a)}scopeName(a){return this._extScope.name(a)}scopeValue(a,m){const N=this._extScope.value(a,m);return(this._values[N.prefix]||(this._values[N.prefix]=new Set)).add(N),N}getScopeValue(a,m){return this._extScope.getValue(a,m)}scopeRefs(a){return this._extScope.scopeRefs(a,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(a,m,N,q){const M=this._scope.toName(m);return N!==void 0&&q&&(this._constants[M.str]=N),this._leafNode(new o(a,M,N)),M}const(a,m,N){return this._def(r.varKinds.const,a,m,N)}let(a,m,N){return this._def(r.varKinds.let,a,m,N)}var(a,m,N){return this._def(r.varKinds.var,a,m,N)}assign(a,m,N){return this._leafNode(new l(a,m,N))}add(a,m){return this._leafNode(new d(a,e.operators.ADD,m))}code(a){return typeof a=="function"?a():a!==t.nil&&this._leafNode(new v(a)),this}object(...a){const m=["{"];for(const[N,q]of a)m.length>1&&m.push(","),m.push(N),(N!==q||this.opts.es5)&&(m.push(":"),(0,t.addCodeArg)(m,q));return m.push("}"),new t._Code(m)}if(a,m,N){if(this._blockNode(new g(a)),m&&N)this.code(m).else().code(N).endIf();else if(m)this.code(m).endIf();else if(N)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(a){return this._elseNode(new g(a))}else(){return this._elseNode(new _)}endIf(){return this._endBlockNode(g,_)}_for(a,m){return this._blockNode(a),m&&this.code(m).endFor(),this}for(a,m){return this._for(new O(a),m)}forRange(a,m,N,q,M=this.opts.es5?r.varKinds.var:r.varKinds.let){const J=this._scope.toName(a);return this._for(new j(M,J,m,N),()=>q(J))}forOf(a,m,N,q=r.varKinds.const){const M=this._scope.toName(a);if(this.opts.es5){const J=m instanceof t.Name?m:this.var("_arr",m);return this.forRange("_i",0,(0,t._)`${J}.length`,Q=>{this.var(M,(0,t._)`${J}[${Q}]`),N(M)})}return this._for(new D("of",q,M,m),()=>N(M))}forIn(a,m,N,q=this.opts.es5?r.varKinds.var:r.varKinds.const){if(this.opts.ownProperties)return this.forOf(a,(0,t._)`Object.keys(${m})`,N);const M=this._scope.toName(a);return this._for(new D("in",q,M,m),()=>N(M))}endFor(){return this._endBlockNode(k)}label(a){return this._leafNode(new u(a))}break(a){return this._leafNode(new p(a))}return(a){const m=new C;if(this._blockNode(m),this.code(a),m.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(C)}try(a,m,N){if(!m&&!N)throw new Error('CodeGen: "try" without "catch" and "finally"');const q=new A;if(this._blockNode(q),this.code(a),m){const M=this.name("e");this._currNode=q.catch=new W(M),m(M)}return N&&(this._currNode=q.finally=new K,this.code(N)),this._endBlockNode(W,K)}throw(a){return this._leafNode(new h(a))}block(a,m){return this._blockStarts.push(this._nodes.length),a&&this.code(a).endBlock(m),this}endBlock(a){const m=this._blockStarts.pop();if(m===void 0)throw new Error("CodeGen: not in self-balancing block");const N=this._nodes.length-m;if(N<0||a!==void 0&&N!==a)throw new Error(`CodeGen: wrong number of nodes: ${N} vs ${a} expected`);return this._nodes.length=m,this}func(a,m=t.nil,N,q){return this._blockNode(new b(a,m,N)),q&&this.code(q).endFunc(),this}endFunc(){return this._endBlockNode(b)}optimize(a=1){for(;a-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(a){return this._currNode.nodes.push(a),this}_blockNode(a){this._currNode.nodes.push(a),this._nodes.push(a)}_endBlockNode(a,m){const N=this._currNode;if(N instanceof a||m&&N instanceof m)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${m?`${a.kind}/${m.kind}`:a.kind}"`)}_elseNode(a){const m=this._currNode;if(!(m instanceof g))throw new Error('CodeGen: "else" without "if"');return this._currNode=m.else=a,this}get _root(){return this._nodes[0]}get _currNode(){const a=this._nodes;return a[a.length-1]}set _currNode(a){const m=this._nodes;m[m.length-1]=a}}e.CodeGen=ce;function Z(P,a){for(const m in a)P[m]=(P[m]||0)+(a[m]||0);return P}function Re(P,a){return a instanceof t._CodeOrName?Z(P,a.names):P}function he(P,a,m){if(P instanceof t.Name)return N(P);if(!q(P))return P;return new t._Code(P._items.reduce((M,J)=>(J instanceof t.Name&&(J=N(J)),J instanceof t._Code?M.push(...J._items):M.push(J),M),[]));function N(M){const J=m[M.str];return J===void 0||a[M.str]!==1?M:(delete a[M.str],J)}function q(M){return M instanceof t._Code&&M._items.some(J=>J instanceof t.Name&&a[J.str]===1&&m[J.str]!==void 0)}}function at(P,a){for(const m in a)P[m]=(P[m]||0)-(a[m]||0)}function ct(P){return typeof P=="boolean"||typeof P=="number"||P===null?!P:(0,t._)`!${I(P)}`}e.not=ct;const Tt=$(e.operators.AND);function Xt(...P){return P.reduce(Tt)}e.and=Xt;const Rt=$(e.operators.OR);function F(...P){return P.reduce(Rt)}e.or=F;function $(P){return(a,m)=>a===t.nil?m:m===t.nil?a:(0,t._)`${I(a)} ${P} ${I(m)}`}function I(P){return P instanceof t.Name?P:(0,t._)`(${P})`}})(G);var re={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.checkStrictMode=e.getErrorPath=e.Type=e.useFunc=e.setEvaluated=e.evaluatedPropsToName=e.mergeEvaluated=e.eachItem=e.unescapeJsonPointer=e.escapeJsonPointer=e.escapeFragment=e.unescapeFragment=e.schemaRefOrVal=e.schemaHasRulesButRef=e.schemaHasRules=e.checkUnknownRules=e.alwaysValidSchema=e.toHash=void 0;const t=G,r=$r;function n(b){const C={};for(const A of b)C[A]=!0;return C}e.toHash=n;function s(b,C){return typeof C=="boolean"?C:Object.keys(C).length===0?!0:(i(b,C),!o(C,b.self.RULES.all))}e.alwaysValidSchema=s;function i(b,C=b.schema){const{opts:A,self:W}=b;if(!A.strictSchema||typeof C=="boolean")return;const K=W.RULES.keywords;for(const ce in C)K[ce]||D(b,`unknown keyword: "${ce}"`)}e.checkUnknownRules=i;function o(b,C){if(typeof b=="boolean")return!b;for(const A in b)if(C[A])return!0;return!1}e.schemaHasRules=o;function l(b,C){if(typeof b=="boolean")return!b;for(const A in b)if(A!=="$ref"&&C.all[A])return!0;return!1}e.schemaHasRulesButRef=l;function d({topSchemaRef:b,schemaPath:C},A,W,K){if(!K){if(typeof A=="number"||typeof A=="boolean")return A;if(typeof A=="string")return(0,t._)`${A}`}return(0,t._)`${b}${C}${(0,t.getProperty)(W)}`}e.schemaRefOrVal=d;function u(b){return v(decodeURIComponent(b))}e.unescapeFragment=u;function p(b){return encodeURIComponent(h(b))}e.escapeFragment=p;function h(b){return typeof b=="number"?`${b}`:b.replace(/~/g,"~0").replace(/\//g,"~1")}e.escapeJsonPointer=h;function v(b){return b.replace(/~1/g,"/").replace(/~0/g,"~")}e.unescapeJsonPointer=v;function T(b,C){if(Array.isArray(b))for(const A of b)C(A);else C(b)}e.eachItem=T;function w({mergeNames:b,mergeToName:C,mergeValues:A,resultToName:W}){return(K,ce,Z,Re)=>{const he=Z===void 0?ce:Z instanceof t.Name?(ce instanceof t.Name?b(K,ce,Z):C(K,ce,Z),Z):ce instanceof t.Name?(C(K,Z,ce),ce):A(ce,Z);return Re===t.Name&&!(he instanceof t.Name)?W(K,he):he}}e.mergeEvaluated={props:w({mergeNames:(b,C,A)=>b.if((0,t._)`${A} !== true && ${C} !== undefined`,()=>{b.if((0,t._)`${C} === true`,()=>b.assign(A,!0),()=>b.assign(A,(0,t._)`${A} || {}`).code((0,t._)`Object.assign(${A}, ${C})`))}),mergeToName:(b,C,A)=>b.if((0,t._)`${A} !== true`,()=>{C===!0?b.assign(A,!0):(b.assign(A,(0,t._)`${A} || {}`),_(b,A,C))}),mergeValues:(b,C)=>b===!0?!0:{...b,...C},resultToName:R}),items:w({mergeNames:(b,C,A)=>b.if((0,t._)`${A} !== true && ${C} !== undefined`,()=>b.assign(A,(0,t._)`${C} === true ? true : ${A} > ${C} ? ${A} : ${C}`)),mergeToName:(b,C,A)=>b.if((0,t._)`${A} !== true`,()=>b.assign(A,C===!0?!0:(0,t._)`${A} > ${C} ? ${A} : ${C}`)),mergeValues:(b,C)=>b===!0?!0:Math.max(b,C),resultToName:(b,C)=>b.var("items",C)})};function R(b,C){if(C===!0)return b.var("props",!0);const A=b.var("props",(0,t._)`{}`);return C!==void 0&&_(b,A,C),A}e.evaluatedPropsToName=R;function _(b,C,A){Object.keys(A).forEach(W=>b.assign((0,t._)`${C}${(0,t.getProperty)(W)}`,!0))}e.setEvaluated=_;const g={};function k(b,C){return b.scopeValue("func",{ref:C,code:g[C.code]||(g[C.code]=new r._Code(C.code))})}e.useFunc=k;var O;(function(b){b[b.Num=0]="Num",b[b.Str=1]="Str"})(O=e.Type||(e.Type={}));function j(b,C,A){if(b instanceof t.Name){const W=C===O.Num;return A?W?(0,t._)`"[" + ${b} + "]"`:(0,t._)`"['" + ${b} + "']"`:W?(0,t._)`"/" + ${b}`:(0,t._)`"/" + ${b}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return A?(0,t.getProperty)(b).toString():"/"+h(b)}e.getErrorPath=j;function D(b,C,A=b.opts.strictSchema){if(A){if(C=`strict mode: ${C}`,A===!0)throw new Error(C);b.self.logger.warn(C)}}e.checkStrictMode=D})(re);var Ke={};Object.defineProperty(Ke,"__esModule",{value:!0});const ve=G,kc={data:new ve.Name("data"),valCxt:new ve.Name("valCxt"),instancePath:new ve.Name("instancePath"),parentData:new ve.Name("parentData"),parentDataProperty:new ve.Name("parentDataProperty"),rootData:new ve.Name("rootData"),dynamicAnchors:new ve.Name("dynamicAnchors"),vErrors:new ve.Name("vErrors"),errors:new ve.Name("errors"),this:new ve.Name("this"),self:new ve.Name("self"),scope:new ve.Name("scope"),json:new ve.Name("json"),jsonPos:new ve.Name("jsonPos"),jsonLen:new ve.Name("jsonLen"),jsonPart:new ve.Name("jsonPart")};Ke.default=kc;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.extendErrors=e.resetErrorsCount=e.reportExtraError=e.reportError=e.keyword$DataError=e.keywordError=void 0;const t=G,r=re,n=Ke;e.keywordError={message:({keyword:_})=>(0,t.str)`must pass "${_}" keyword validation`},e.keyword$DataError={message:({keyword:_,schemaType:g})=>g?(0,t.str)`"${_}" keyword must be ${g} ($data)`:(0,t.str)`"${_}" keyword is invalid ($data)`};function s(_,g=e.keywordError,k,O){const{it:j}=_,{gen:D,compositeRule:b,allErrors:C}=j,A=h(_,g,k);O??(b||C)?d(D,A):u(j,(0,t._)`[${A}]`)}e.reportError=s;function i(_,g=e.keywordError,k){const{it:O}=_,{gen:j,compositeRule:D,allErrors:b}=O,C=h(_,g,k);d(j,C),D||b||u(O,n.default.vErrors)}e.reportExtraError=i;function o(_,g){_.assign(n.default.errors,g),_.if((0,t._)`${n.default.vErrors} !== null`,()=>_.if(g,()=>_.assign((0,t._)`${n.default.vErrors}.length`,g),()=>_.assign(n.default.vErrors,null)))}e.resetErrorsCount=o;function l({gen:_,keyword:g,schemaValue:k,data:O,errsCount:j,it:D}){if(j===void 0)throw new Error("ajv implementation error");const b=_.name("err");_.forRange("i",j,n.default.errors,C=>{_.const(b,(0,t._)`${n.default.vErrors}[${C}]`),_.if((0,t._)`${b}.instancePath === undefined`,()=>_.assign((0,t._)`${b}.instancePath`,(0,t.strConcat)(n.default.instancePath,D.errorPath))),_.assign((0,t._)`${b}.schemaPath`,(0,t.str)`${D.errSchemaPath}/${g}`),D.opts.verbose&&(_.assign((0,t._)`${b}.schema`,k),_.assign((0,t._)`${b}.data`,O))})}e.extendErrors=l;function d(_,g){const k=_.const("err",g);_.if((0,t._)`${n.default.vErrors} === null`,()=>_.assign(n.default.vErrors,(0,t._)`[${k}]`),(0,t._)`${n.default.vErrors}.push(${k})`),_.code((0,t._)`${n.default.errors}++`)}function u(_,g){const{gen:k,validateName:O,schemaEnv:j}=_;j.$async?k.throw((0,t._)`new ${_.ValidationError}(${g})`):(k.assign((0,t._)`${O}.errors`,g),k.return(!1))}const p={keyword:new t.Name("keyword"),schemaPath:new t.Name("schemaPath"),params:new t.Name("params"),propertyName:new t.Name("propertyName"),message:new t.Name("message"),schema:new t.Name("schema"),parentSchema:new t.Name("parentSchema")};function h(_,g,k){const{createErrors:O}=_.it;return O===!1?(0,t._)`{}`:v(_,g,k)}function v(_,g,k={}){const{gen:O,it:j}=_,D=[T(j,k),w(_,k)];return R(_,g,D),O.object(...D)}function T({errorPath:_},{instancePath:g}){const k=g?(0,t.str)`${_}${(0,r.getErrorPath)(g,r.Type.Str)}`:_;return[n.default.instancePath,(0,t.strConcat)(n.default.instancePath,k)]}function w({keyword:_,it:{errSchemaPath:g}},{schemaPath:k,parentSchema:O}){let j=O?g:(0,t.str)`${g}/${_}`;return k&&(j=(0,t.str)`${j}${(0,r.getErrorPath)(k,r.Type.Str)}`),[p.schemaPath,j]}function R(_,{params:g,message:k},O){const{keyword:j,data:D,schemaValue:b,it:C}=_,{opts:A,propertyName:W,topSchemaRef:K,schemaPath:ce}=C;O.push([p.keyword,j],[p.params,typeof g=="function"?g(_):g||(0,t._)`{}`]),A.messages&&O.push([p.message,typeof k=="function"?k(_):k]),A.verbose&&O.push([p.schema,b],[p.parentSchema,(0,t._)`${K}${ce}`],[n.default.data,D]),W&&O.push([p.propertyName,W])}})(br);Object.defineProperty(Jt,"__esModule",{value:!0});Jt.boolOrEmptySchema=Jt.topBoolOrEmptySchema=void 0;const Oc=br,Cc=G,Nc=Ke,jc={message:"boolean schema is false"};function Ic(e){const{gen:t,schema:r,validateName:n}=e;r===!1?To(e,!1):typeof r=="object"&&r.$async===!0?t.return(Nc.default.data):(t.assign((0,Cc._)`${n}.errors`,null),t.return(!0))}Jt.topBoolOrEmptySchema=Ic;function Ac(e,t){const{gen:r,schema:n}=e;n===!1?(r.var(t,!1),To(e)):r.var(t,!0)}Jt.boolOrEmptySchema=Ac;function To(e,t){const{gen:r,data:n}=e,s={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,Oc.reportError)(s,jc,void 0,t)}var Pr={},Pt={};Object.defineProperty(Pt,"__esModule",{value:!0});Pt.getRules=Pt.isJSONType=void 0;const Dc=["string","number","integer","boolean","null","object","array"],Fc=new Set(Dc);function qc(e){return typeof e=="string"&&Fc.has(e)}Pt.isJSONType=qc;function Mc(){const e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}Pt.getRules=Mc;var Qe={};Object.defineProperty(Qe,"__esModule",{value:!0});Qe.shouldUseRule=Qe.shouldUseGroup=Qe.schemaHasRulesForType=void 0;function Uc({schema:e,self:t},r){const n=t.RULES.types[r];return n&&n!==!0&&Ro(e,n)}Qe.schemaHasRulesForType=Uc;function Ro(e,t){return t.rules.some(r=>ko(e,r))}Qe.shouldUseGroup=Ro;function ko(e,t){var r;return e[t.keyword]!==void 0||((r=t.definition.implements)===null||r===void 0?void 0:r.some(n=>e[n]!==void 0))}Qe.shouldUseRule=ko;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.reportTypeError=e.checkDataTypes=e.checkDataType=e.coerceAndCheckDataType=e.getJSONTypes=e.getSchemaTypes=e.DataType=void 0;const t=Pt,r=Qe,n=br,s=G,i=re;var o;(function(O){O[O.Correct=0]="Correct",O[O.Wrong=1]="Wrong"})(o=e.DataType||(e.DataType={}));function l(O){const j=d(O.type);if(j.includes("null")){if(O.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!j.length&&O.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');O.nullable===!0&&j.push("null")}return j}e.getSchemaTypes=l;function d(O){const j=Array.isArray(O)?O:O?[O]:[];if(j.every(t.isJSONType))return j;throw new Error("type must be JSONType or JSONType[]: "+j.join(","))}e.getJSONTypes=d;function u(O,j){const{gen:D,data:b,opts:C}=O,A=h(j,C.coerceTypes),W=j.length>0&&!(A.length===0&&j.length===1&&(0,r.schemaHasRulesForType)(O,j[0]));if(W){const K=R(j,b,C.strictNumbers,o.Wrong);D.if(K,()=>{A.length?v(O,j,A):g(O)})}return W}e.coerceAndCheckDataType=u;const p=new Set(["string","number","integer","boolean","null"]);function h(O,j){return j?O.filter(D=>p.has(D)||j==="array"&&D==="array"):[]}function v(O,j,D){const{gen:b,data:C,opts:A}=O,W=b.let("dataType",(0,s._)`typeof ${C}`),K=b.let("coerced",(0,s._)`undefined`);A.coerceTypes==="array"&&b.if((0,s._)`${W} == 'object' && Array.isArray(${C}) && ${C}.length == 1`,()=>b.assign(C,(0,s._)`${C}[0]`).assign(W,(0,s._)`typeof ${C}`).if(R(j,C,A.strictNumbers),()=>b.assign(K,C))),b.if((0,s._)`${K} !== undefined`);for(const Z of D)(p.has(Z)||Z==="array"&&A.coerceTypes==="array")&&ce(Z);b.else(),g(O),b.endIf(),b.if((0,s._)`${K} !== undefined`,()=>{b.assign(C,K),T(O,K)});function ce(Z){switch(Z){case"string":b.elseIf((0,s._)`${W} == "number" || ${W} == "boolean"`).assign(K,(0,s._)`"" + ${C}`).elseIf((0,s._)`${C} === null`).assign(K,(0,s._)`""`);return;case"number":b.elseIf((0,s._)`${W} == "boolean" || ${C} === null
|
|
851
|
+
`;this[te].ccall("wasm_set_phpini_entries",null,[we],[t])}this[te].ccall("php_wasm_init",null,[],[])},nn=new WeakSet,lo=function(){const t="/tmp/headers.json";if(!this.fileExists(t))throw new Error("SAPI Error: Could not find response headers file.");const r=JSON.parse(this.readFileAsText(t)),n={};for(const s of r.headers){if(!s.includes(": "))continue;const i=s.indexOf(": "),o=s.substring(0,i).toLowerCase(),l=s.substring(i+2);o in n||(n[o]=[]),n[o].push(l)}return{headers:n,httpStatusCode:r.status}},sn=new WeakSet,uo=function(t){if(this[te].ccall("wasm_set_request_uri",null,[we],[t]),t.includes("?")){const r=t.substring(t.indexOf("?")+1);this[te].ccall("wasm_set_query_string",null,[we],[r])}},on=new WeakSet,po=function(t,r){this[te].ccall("wasm_set_request_host",null,[we],[t]);let n;try{n=parseInt(new URL(t).port,10)}catch{}(!n||isNaN(n)||n===80)&&(n=r==="https"?443:80),this[te].ccall("wasm_set_request_port",null,[Dt],[n]),(r==="https"||!r&&n===443)&&this.addServerGlobalEntry("HTTPS","on")},an=new WeakSet,fo=function(t){this[te].ccall("wasm_set_request_method",null,[we],[t])},cn=new WeakSet,ho=function(t){t.cookie&&this[te].ccall("wasm_set_cookies",null,[we],[t.cookie]),t["content-type"]&&this[te].ccall("wasm_set_content_type",null,[we],[t["content-type"]]),t["content-length"]&&this[te].ccall("wasm_set_content_length",null,[Dt],[parseInt(t["content-length"],10)]);for(const r in t){let n="HTTP_";["content-type","content-length"].includes(r.toLowerCase())&&(n=""),this.addServerGlobalEntry(`${n}${r.toUpperCase().replace(/-/g,"_")}`,t[r])}},ln=new WeakSet,mo=function(t){this[te].ccall("wasm_set_request_body",null,[we],[t]),this[te].ccall("wasm_set_content_length",null,[Dt],[new TextEncoder().encode(t).length])},un=new WeakSet,yo=function(t){this[te].ccall("wasm_set_path_translated",null,[we],[t])},dn=new WeakSet,go=function(){for(const t in z(this,st))this[te].ccall("wasm_add_SERVER_entry",null,[we,we],[t,z(this,st)[t]])},pn=new WeakSet,$o=function(t){const{key:r,name:n,type:s,data:i}=t,o=`/tmp/${Math.random().toFixed(20)}`;this.writeFile(o,i);const l=0;this[te].ccall("wasm_add_uploaded_file",null,[we,we,we,we,Dt,Dt],[r,n,s,o,l,i.byteLength])},fn=new WeakSet,_o=function(t){this[te].ccall("wasm_set_php_code",null,[we],[t])},hn=new WeakSet,wo=async function(){var i;let t,r;try{t=await new Promise((o,l)=>{var u;r=p=>{const h=new Error("Rethrown");h.cause=p.error,h.betterMessage=p.message,l(h)},(u=z(this,vt))==null||u.addEventListener("error",r);const d=this[te].ccall("wasm_sapi_handle_request",Dt,[],[],{async:!0});return d instanceof Promise?d.then(o,l):o(d)})}catch(o){for(const p in this)typeof this[p]=="function"&&(this[p]=()=>{throw new Error("PHP runtime has crashed – see the earlier error for details.")});this.functionsMaybeMissingFromAsyncify=Ga();const l=o,d="betterMessage"in l?l.betterMessage:l.message,u=new Error(d);throw u.cause=l,u}finally{(i=z(this,vt))==null||i.removeEventListener("error",r),pe(this,st,{})}const{headers:n,httpStatusCode:s}=_e(this,nn,lo).call(this);return new bt(s,n,this.readFileAsBuffer("/tmp/stdout"),this.readFileAsText("/tmp/stderr"),t)};Be([xe('Could not create directory "{path}"')],Ge.prototype,"mkdir",1);Be([xe('Could not create directory "{path}"')],Ge.prototype,"mkdirTree",1);Be([xe('Could not read "{path}"')],Ge.prototype,"readFileAsText",1);Be([xe('Could not read "{path}"')],Ge.prototype,"readFileAsBuffer",1);Be([xe('Could not write to "{path}"')],Ge.prototype,"writeFile",1);Be([xe('Could not unlink "{path}"')],Ge.prototype,"unlink",1);Be([xe('Could not remove directory "{path}"')],Ge.prototype,"rmdir",1);Be([xe('Could not list files in "{path}"')],Ge.prototype,"listFiles",1);Be([xe('Could not stat "{path}"')],Ge.prototype,"isDir",1);Be([xe('Could not stat "{path}"')],Ge.prototype,"fileExists",1);function vo(e){const t={};for(const r in e)t[r.toLowerCase()]=e[r];return t}const hc=["vfs","literal","wordpress.org/themes","wordpress.org/plugins","url"];function mc(e){return e&&typeof e=="object"&&typeof e.resource=="string"&&hc.includes(e.resource)}class St{static create(t,{semaphore:r,progress:n}){let s;switch(t.resource){case"vfs":s=new yc(t,n);break;case"literal":s=new gc(t,n);break;case"wordpress.org/themes":s=new wc(t,n);break;case"wordpress.org/plugins":s=new vc(t,n);break;case"url":s=new _c(t,n);break;default:throw new Error(`Invalid resource: ${t}`)}return s=new bc(s),r&&(s=new Pc(s,r)),s}setPlayground(t){this.playground=t}get isAsync(){return!1}}class yc extends St{constructor(t,r){super(),this.resource=t,this.progress=r}async resolve(){var r;const t=await this.playground.readFileAsBuffer(this.resource.path);return(r=this.progress)==null||r.set(100),new File([t],this.name)}get name(){return this.resource.path.split("/").pop()||""}}class gc extends St{constructor(t,r){super(),this.resource=t,this.progress=r}async resolve(){var t;return(t=this.progress)==null||t.set(100),new File([this.resource.contents],this.resource.name)}get name(){return this.resource.name}}class Jn extends St{constructor(t){super(),this.progress=t}async resolve(){var n,s;(n=this.progress)==null||n.setCaption(this.caption);const t=this.getURL();let r=await fetch(t);if(r=await za(r,((s=this.progress)==null?void 0:s.loadingListener)??$c),r.status!==200)throw new Error(`Could not download "${t}"`);return new File([await r.blob()],this.name)}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 $c=()=>{};class _c extends Jn{constructor(t,r){super(r),this.resource=t}getURL(){return this.resource.url}get caption(){return this.resource.caption??super.caption}}class wc extends Jn{constructor(t,r){super(r),this.resource=t}get name(){return yn(this.resource.slug)}getURL(){return`https://downloads.wordpress.org/theme/${bo(this.resource.slug)}`}}class vc extends Jn{constructor(t,r){super(r),this.resource=t}get name(){return yn(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 Po extends St{constructor(t){super(),this.resource=t}async resolve(){return this.resource.resolve()}async setPlayground(t){return this.resource.setPlayground(t)}get progress(){return this.resource.progress}set progress(t){this.resource.progress=t}get name(){return this.resource.name}get isAsync(){return this.resource.isAsync}}class bc extends Po{async resolve(){return this.promise||(this.promise=super.resolve()),this.promise}}class Pc extends Po{constructor(t,r){super(t),this.semaphore=r}async resolve(){return this.isAsync?this.semaphore.run(()=>super.resolve()):super.resolve()}}var Ec=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Sc(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var An={exports:{}},Eo={},Ae={},Jt={},br={},G={},$r={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.regexpCode=e.getEsmExportName=e.getProperty=e.safeStringify=e.stringify=e.strConcat=e.addCodeArg=e.str=e._=e.nil=e._Code=e.Name=e.IDENTIFIER=e._CodeOrName=void 0;class t{}e._CodeOrName=t,e.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class r extends t{constructor(k){if(super(),!e.IDENTIFIER.test(k))throw new Error("CodeGen: name must be a valid identifier");this.str=k}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}e.Name=r;class n extends t{constructor(k){super(),this._items=typeof k=="string"?[k]:k}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;const k=this._items[0];return k===""||k==='""'}get str(){var k;return(k=this._str)!==null&&k!==void 0?k:this._str=this._items.reduce((O,j)=>`${O}${j}`,"")}get names(){var k;return(k=this._names)!==null&&k!==void 0?k:this._names=this._items.reduce((O,j)=>(j instanceof r&&(O[j.str]=(O[j.str]||0)+1),O),{})}}e._Code=n,e.nil=new n("");function s(g,...k){const O=[g[0]];let j=0;for(;j<k.length;)l(O,k[j]),O.push(g[++j]);return new n(O)}e._=s;const i=new n("+");function o(g,...k){const O=[T(g[0])];let j=0;for(;j<k.length;)O.push(i),l(O,k[j]),O.push(i,T(g[++j]));return d(O),new n(O)}e.str=o;function l(g,k){k instanceof n?g.push(...k._items):k instanceof r?g.push(k):g.push(h(k))}e.addCodeArg=l;function d(g){let k=1;for(;k<g.length-1;){if(g[k]===i){const O=u(g[k-1],g[k+1]);if(O!==void 0){g.splice(k-1,3,O);continue}g[k++]="+"}k++}}function u(g,k){if(k==='""')return g;if(g==='""')return k;if(typeof g=="string")return k instanceof r||g[g.length-1]!=='"'?void 0:typeof k!="string"?`${g.slice(0,-1)}${k}"`:k[0]==='"'?g.slice(0,-1)+k.slice(1):void 0;if(typeof k=="string"&&k[0]==='"'&&!(g instanceof r))return`"${g}${k.slice(1)}`}function p(g,k){return k.emptyStr()?g:g.emptyStr()?k:o`${g}${k}`}e.strConcat=p;function h(g){return typeof g=="number"||typeof g=="boolean"||g===null?g:T(Array.isArray(g)?g.join(","):g)}function v(g){return new n(T(g))}e.stringify=v;function T(g){return JSON.stringify(g).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}e.safeStringify=T;function w(g){return typeof g=="string"&&e.IDENTIFIER.test(g)?new n(`.${g}`):s`[${g}]`}e.getProperty=w;function R(g){if(typeof g=="string"&&e.IDENTIFIER.test(g))return new n(`${g}`);throw new Error(`CodeGen: invalid export name: ${g}, use explicit $id name mapping`)}e.getEsmExportName=R;function _(g){return new n(g.toString())}e.regexpCode=_})($r);var Dn={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ValueScope=e.ValueScopeName=e.Scope=e.varKinds=e.UsedValueState=void 0;const t=$r;class r extends Error{constructor(u){super(`CodeGen: "code" for ${u} not defined`),this.value=u.value}}var n;(function(d){d[d.Started=0]="Started",d[d.Completed=1]="Completed"})(n=e.UsedValueState||(e.UsedValueState={})),e.varKinds={const:new t.Name("const"),let:new t.Name("let"),var:new t.Name("var")};class s{constructor({prefixes:u,parent:p}={}){this._names={},this._prefixes=u,this._parent=p}toName(u){return u instanceof t.Name?u:this.name(u)}name(u){return new t.Name(this._newName(u))}_newName(u){const p=this._names[u]||this._nameGroup(u);return`${u}${p.index++}`}_nameGroup(u){var p,h;if(!((h=(p=this._parent)===null||p===void 0?void 0:p._prefixes)===null||h===void 0)&&h.has(u)||this._prefixes&&!this._prefixes.has(u))throw new Error(`CodeGen: prefix "${u}" is not allowed in this scope`);return this._names[u]={prefix:u,index:0}}}e.Scope=s;class i extends t.Name{constructor(u,p){super(p),this.prefix=u}setValue(u,{property:p,itemIndex:h}){this.value=u,this.scopePath=(0,t._)`.${new t.Name(p)}[${h}]`}}e.ValueScopeName=i;const o=(0,t._)`\n`;class l extends s{constructor(u){super(u),this._values={},this._scope=u.scope,this.opts={...u,_n:u.lines?o:t.nil}}get(){return this._scope}name(u){return new i(u,this._newName(u))}value(u,p){var h;if(p.ref===void 0)throw new Error("CodeGen: ref must be passed in value");const v=this.toName(u),{prefix:T}=v,w=(h=p.key)!==null&&h!==void 0?h:p.ref;let R=this._values[T];if(R){const k=R.get(w);if(k)return k}else R=this._values[T]=new Map;R.set(w,v);const _=this._scope[T]||(this._scope[T]=[]),g=_.length;return _[g]=p.ref,v.setValue(p,{property:T,itemIndex:g}),v}getValue(u,p){const h=this._values[u];if(h)return h.get(p)}scopeRefs(u,p=this._values){return this._reduceValues(p,h=>{if(h.scopePath===void 0)throw new Error(`CodeGen: name "${h}" has no value`);return(0,t._)`${u}${h.scopePath}`})}scopeCode(u=this._values,p,h){return this._reduceValues(u,v=>{if(v.value===void 0)throw new Error(`CodeGen: name "${v}" has no value`);return v.value.code},p,h)}_reduceValues(u,p,h={},v){let T=t.nil;for(const w in u){const R=u[w];if(!R)continue;const _=h[w]=h[w]||new Map;R.forEach(g=>{if(_.has(g))return;_.set(g,n.Started);let k=p(g);if(k){const O=this.opts.es5?e.varKinds.var:e.varKinds.const;T=(0,t._)`${T}${O} ${g} = ${k};${this.opts._n}`}else if(k=v==null?void 0:v(g))T=(0,t._)`${T}${k}${this.opts._n}`;else throw new r(g);_.set(g,n.Completed)})}return T}}e.ValueScope=l})(Dn);(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.or=e.and=e.not=e.CodeGen=e.operators=e.varKinds=e.ValueScopeName=e.ValueScope=e.Scope=e.Name=e.regexpCode=e.stringify=e.getProperty=e.nil=e.strConcat=e.str=e._=void 0;const t=$r,r=Dn;var n=$r;Object.defineProperty(e,"_",{enumerable:!0,get:function(){return n._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return n.str}}),Object.defineProperty(e,"strConcat",{enumerable:!0,get:function(){return n.strConcat}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return n.nil}}),Object.defineProperty(e,"getProperty",{enumerable:!0,get:function(){return n.getProperty}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return n.stringify}}),Object.defineProperty(e,"regexpCode",{enumerable:!0,get:function(){return n.regexpCode}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return n.Name}});var s=Dn;Object.defineProperty(e,"Scope",{enumerable:!0,get:function(){return s.Scope}}),Object.defineProperty(e,"ValueScope",{enumerable:!0,get:function(){return s.ValueScope}}),Object.defineProperty(e,"ValueScopeName",{enumerable:!0,get:function(){return s.ValueScopeName}}),Object.defineProperty(e,"varKinds",{enumerable:!0,get:function(){return s.varKinds}}),e.operators={GT:new t._Code(">"),GTE:new t._Code(">="),LT:new t._Code("<"),LTE:new t._Code("<="),EQ:new t._Code("==="),NEQ:new t._Code("!=="),NOT:new t._Code("!"),OR:new t._Code("||"),AND:new t._Code("&&"),ADD:new t._Code("+")};class i{optimizeNodes(){return this}optimizeNames(a,m){return this}}class o extends i{constructor(a,m,N){super(),this.varKind=a,this.name=m,this.rhs=N}render({es5:a,_n:m}){const N=a?r.varKinds.var:this.varKind,q=this.rhs===void 0?"":` = ${this.rhs}`;return`${N} ${this.name}${q};`+m}optimizeNames(a,m){if(a[this.name.str])return this.rhs&&(this.rhs=he(this.rhs,a,m)),this}get names(){return this.rhs instanceof t._CodeOrName?this.rhs.names:{}}}class l extends i{constructor(a,m,N){super(),this.lhs=a,this.rhs=m,this.sideEffects=N}render({_n:a}){return`${this.lhs} = ${this.rhs};`+a}optimizeNames(a,m){if(!(this.lhs instanceof t.Name&&!a[this.lhs.str]&&!this.sideEffects))return this.rhs=he(this.rhs,a,m),this}get names(){const a=this.lhs instanceof t.Name?{}:{...this.lhs.names};return Re(a,this.rhs)}}class d extends l{constructor(a,m,N,q){super(a,N,q),this.op=m}render({_n:a}){return`${this.lhs} ${this.op}= ${this.rhs};`+a}}class u extends i{constructor(a){super(),this.label=a,this.names={}}render({_n:a}){return`${this.label}:`+a}}class p extends i{constructor(a){super(),this.label=a,this.names={}}render({_n:a}){return`break${this.label?` ${this.label}`:""};`+a}}class h extends i{constructor(a){super(),this.error=a}render({_n:a}){return`throw ${this.error};`+a}get names(){return this.error.names}}class v extends i{constructor(a){super(),this.code=a}render({_n:a}){return`${this.code};`+a}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(a,m){return this.code=he(this.code,a,m),this}get names(){return this.code instanceof t._CodeOrName?this.code.names:{}}}class T extends i{constructor(a=[]){super(),this.nodes=a}render(a){return this.nodes.reduce((m,N)=>m+N.render(a),"")}optimizeNodes(){const{nodes:a}=this;let m=a.length;for(;m--;){const N=a[m].optimizeNodes();Array.isArray(N)?a.splice(m,1,...N):N?a[m]=N:a.splice(m,1)}return a.length>0?this:void 0}optimizeNames(a,m){const{nodes:N}=this;let q=N.length;for(;q--;){const M=N[q];M.optimizeNames(a,m)||(at(a,M.names),N.splice(q,1))}return N.length>0?this:void 0}get names(){return this.nodes.reduce((a,m)=>Z(a,m.names),{})}}class w extends T{render(a){return"{"+a._n+super.render(a)+"}"+a._n}}class R extends T{}class _ extends w{}_.kind="else";class g extends w{constructor(a,m){super(m),this.condition=a}render(a){let m=`if(${this.condition})`+super.render(a);return this.else&&(m+="else "+this.else.render(a)),m}optimizeNodes(){super.optimizeNodes();const a=this.condition;if(a===!0)return this.nodes;let m=this.else;if(m){const N=m.optimizeNodes();m=this.else=Array.isArray(N)?new _(N):N}if(m)return a===!1?m instanceof g?m:m.nodes:this.nodes.length?this:new g(ct(a),m instanceof g?[m]:m.nodes);if(!(a===!1||!this.nodes.length))return this}optimizeNames(a,m){var N;if(this.else=(N=this.else)===null||N===void 0?void 0:N.optimizeNames(a,m),!!(super.optimizeNames(a,m)||this.else))return this.condition=he(this.condition,a,m),this}get names(){const a=super.names;return Re(a,this.condition),this.else&&Z(a,this.else.names),a}}g.kind="if";class k extends w{}k.kind="for";class O extends k{constructor(a){super(),this.iteration=a}render(a){return`for(${this.iteration})`+super.render(a)}optimizeNames(a,m){if(super.optimizeNames(a,m))return this.iteration=he(this.iteration,a,m),this}get names(){return Z(super.names,this.iteration.names)}}class j extends k{constructor(a,m,N,q){super(),this.varKind=a,this.name=m,this.from=N,this.to=q}render(a){const m=a.es5?r.varKinds.var:this.varKind,{name:N,from:q,to:M}=this;return`for(${m} ${N}=${q}; ${N}<${M}; ${N}++)`+super.render(a)}get names(){const a=Re(super.names,this.from);return Re(a,this.to)}}class D extends k{constructor(a,m,N,q){super(),this.loop=a,this.varKind=m,this.name=N,this.iterable=q}render(a){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(a)}optimizeNames(a,m){if(super.optimizeNames(a,m))return this.iterable=he(this.iterable,a,m),this}get names(){return Z(super.names,this.iterable.names)}}class b extends w{constructor(a,m,N){super(),this.name=a,this.args=m,this.async=N}render(a){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(a)}}b.kind="func";class C extends T{render(a){return"return "+super.render(a)}}C.kind="return";class A extends w{render(a){let m="try"+super.render(a);return this.catch&&(m+=this.catch.render(a)),this.finally&&(m+=this.finally.render(a)),m}optimizeNodes(){var a,m;return super.optimizeNodes(),(a=this.catch)===null||a===void 0||a.optimizeNodes(),(m=this.finally)===null||m===void 0||m.optimizeNodes(),this}optimizeNames(a,m){var N,q;return super.optimizeNames(a,m),(N=this.catch)===null||N===void 0||N.optimizeNames(a,m),(q=this.finally)===null||q===void 0||q.optimizeNames(a,m),this}get names(){const a=super.names;return this.catch&&Z(a,this.catch.names),this.finally&&Z(a,this.finally.names),a}}class W extends w{constructor(a){super(),this.error=a}render(a){return`catch(${this.error})`+super.render(a)}}W.kind="catch";class K extends w{render(a){return"finally"+super.render(a)}}K.kind="finally";class ce{constructor(a,m={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...m,_n:m.lines?`
|
|
852
|
+
`:""},this._extScope=a,this._scope=new r.Scope({parent:a}),this._nodes=[new R]}toString(){return this._root.render(this.opts)}name(a){return this._scope.name(a)}scopeName(a){return this._extScope.name(a)}scopeValue(a,m){const N=this._extScope.value(a,m);return(this._values[N.prefix]||(this._values[N.prefix]=new Set)).add(N),N}getScopeValue(a,m){return this._extScope.getValue(a,m)}scopeRefs(a){return this._extScope.scopeRefs(a,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(a,m,N,q){const M=this._scope.toName(m);return N!==void 0&&q&&(this._constants[M.str]=N),this._leafNode(new o(a,M,N)),M}const(a,m,N){return this._def(r.varKinds.const,a,m,N)}let(a,m,N){return this._def(r.varKinds.let,a,m,N)}var(a,m,N){return this._def(r.varKinds.var,a,m,N)}assign(a,m,N){return this._leafNode(new l(a,m,N))}add(a,m){return this._leafNode(new d(a,e.operators.ADD,m))}code(a){return typeof a=="function"?a():a!==t.nil&&this._leafNode(new v(a)),this}object(...a){const m=["{"];for(const[N,q]of a)m.length>1&&m.push(","),m.push(N),(N!==q||this.opts.es5)&&(m.push(":"),(0,t.addCodeArg)(m,q));return m.push("}"),new t._Code(m)}if(a,m,N){if(this._blockNode(new g(a)),m&&N)this.code(m).else().code(N).endIf();else if(m)this.code(m).endIf();else if(N)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(a){return this._elseNode(new g(a))}else(){return this._elseNode(new _)}endIf(){return this._endBlockNode(g,_)}_for(a,m){return this._blockNode(a),m&&this.code(m).endFor(),this}for(a,m){return this._for(new O(a),m)}forRange(a,m,N,q,M=this.opts.es5?r.varKinds.var:r.varKinds.let){const J=this._scope.toName(a);return this._for(new j(M,J,m,N),()=>q(J))}forOf(a,m,N,q=r.varKinds.const){const M=this._scope.toName(a);if(this.opts.es5){const J=m instanceof t.Name?m:this.var("_arr",m);return this.forRange("_i",0,(0,t._)`${J}.length`,Q=>{this.var(M,(0,t._)`${J}[${Q}]`),N(M)})}return this._for(new D("of",q,M,m),()=>N(M))}forIn(a,m,N,q=this.opts.es5?r.varKinds.var:r.varKinds.const){if(this.opts.ownProperties)return this.forOf(a,(0,t._)`Object.keys(${m})`,N);const M=this._scope.toName(a);return this._for(new D("in",q,M,m),()=>N(M))}endFor(){return this._endBlockNode(k)}label(a){return this._leafNode(new u(a))}break(a){return this._leafNode(new p(a))}return(a){const m=new C;if(this._blockNode(m),this.code(a),m.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(C)}try(a,m,N){if(!m&&!N)throw new Error('CodeGen: "try" without "catch" and "finally"');const q=new A;if(this._blockNode(q),this.code(a),m){const M=this.name("e");this._currNode=q.catch=new W(M),m(M)}return N&&(this._currNode=q.finally=new K,this.code(N)),this._endBlockNode(W,K)}throw(a){return this._leafNode(new h(a))}block(a,m){return this._blockStarts.push(this._nodes.length),a&&this.code(a).endBlock(m),this}endBlock(a){const m=this._blockStarts.pop();if(m===void 0)throw new Error("CodeGen: not in self-balancing block");const N=this._nodes.length-m;if(N<0||a!==void 0&&N!==a)throw new Error(`CodeGen: wrong number of nodes: ${N} vs ${a} expected`);return this._nodes.length=m,this}func(a,m=t.nil,N,q){return this._blockNode(new b(a,m,N)),q&&this.code(q).endFunc(),this}endFunc(){return this._endBlockNode(b)}optimize(a=1){for(;a-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(a){return this._currNode.nodes.push(a),this}_blockNode(a){this._currNode.nodes.push(a),this._nodes.push(a)}_endBlockNode(a,m){const N=this._currNode;if(N instanceof a||m&&N instanceof m)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${m?`${a.kind}/${m.kind}`:a.kind}"`)}_elseNode(a){const m=this._currNode;if(!(m instanceof g))throw new Error('CodeGen: "else" without "if"');return this._currNode=m.else=a,this}get _root(){return this._nodes[0]}get _currNode(){const a=this._nodes;return a[a.length-1]}set _currNode(a){const m=this._nodes;m[m.length-1]=a}}e.CodeGen=ce;function Z(P,a){for(const m in a)P[m]=(P[m]||0)+(a[m]||0);return P}function Re(P,a){return a instanceof t._CodeOrName?Z(P,a.names):P}function he(P,a,m){if(P instanceof t.Name)return N(P);if(!q(P))return P;return new t._Code(P._items.reduce((M,J)=>(J instanceof t.Name&&(J=N(J)),J instanceof t._Code?M.push(...J._items):M.push(J),M),[]));function N(M){const J=m[M.str];return J===void 0||a[M.str]!==1?M:(delete a[M.str],J)}function q(M){return M instanceof t._Code&&M._items.some(J=>J instanceof t.Name&&a[J.str]===1&&m[J.str]!==void 0)}}function at(P,a){for(const m in a)P[m]=(P[m]||0)-(a[m]||0)}function ct(P){return typeof P=="boolean"||typeof P=="number"||P===null?!P:(0,t._)`!${I(P)}`}e.not=ct;const Tt=$(e.operators.AND);function Xt(...P){return P.reduce(Tt)}e.and=Xt;const Rt=$(e.operators.OR);function F(...P){return P.reduce(Rt)}e.or=F;function $(P){return(a,m)=>a===t.nil?m:m===t.nil?a:(0,t._)`${I(a)} ${P} ${I(m)}`}function I(P){return P instanceof t.Name?P:(0,t._)`(${P})`}})(G);var re={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.checkStrictMode=e.getErrorPath=e.Type=e.useFunc=e.setEvaluated=e.evaluatedPropsToName=e.mergeEvaluated=e.eachItem=e.unescapeJsonPointer=e.escapeJsonPointer=e.escapeFragment=e.unescapeFragment=e.schemaRefOrVal=e.schemaHasRulesButRef=e.schemaHasRules=e.checkUnknownRules=e.alwaysValidSchema=e.toHash=void 0;const t=G,r=$r;function n(b){const C={};for(const A of b)C[A]=!0;return C}e.toHash=n;function s(b,C){return typeof C=="boolean"?C:Object.keys(C).length===0?!0:(i(b,C),!o(C,b.self.RULES.all))}e.alwaysValidSchema=s;function i(b,C=b.schema){const{opts:A,self:W}=b;if(!A.strictSchema||typeof C=="boolean")return;const K=W.RULES.keywords;for(const ce in C)K[ce]||D(b,`unknown keyword: "${ce}"`)}e.checkUnknownRules=i;function o(b,C){if(typeof b=="boolean")return!b;for(const A in b)if(C[A])return!0;return!1}e.schemaHasRules=o;function l(b,C){if(typeof b=="boolean")return!b;for(const A in b)if(A!=="$ref"&&C.all[A])return!0;return!1}e.schemaHasRulesButRef=l;function d({topSchemaRef:b,schemaPath:C},A,W,K){if(!K){if(typeof A=="number"||typeof A=="boolean")return A;if(typeof A=="string")return(0,t._)`${A}`}return(0,t._)`${b}${C}${(0,t.getProperty)(W)}`}e.schemaRefOrVal=d;function u(b){return v(decodeURIComponent(b))}e.unescapeFragment=u;function p(b){return encodeURIComponent(h(b))}e.escapeFragment=p;function h(b){return typeof b=="number"?`${b}`:b.replace(/~/g,"~0").replace(/\//g,"~1")}e.escapeJsonPointer=h;function v(b){return b.replace(/~1/g,"/").replace(/~0/g,"~")}e.unescapeJsonPointer=v;function T(b,C){if(Array.isArray(b))for(const A of b)C(A);else C(b)}e.eachItem=T;function w({mergeNames:b,mergeToName:C,mergeValues:A,resultToName:W}){return(K,ce,Z,Re)=>{const he=Z===void 0?ce:Z instanceof t.Name?(ce instanceof t.Name?b(K,ce,Z):C(K,ce,Z),Z):ce instanceof t.Name?(C(K,Z,ce),ce):A(ce,Z);return Re===t.Name&&!(he instanceof t.Name)?W(K,he):he}}e.mergeEvaluated={props:w({mergeNames:(b,C,A)=>b.if((0,t._)`${A} !== true && ${C} !== undefined`,()=>{b.if((0,t._)`${C} === true`,()=>b.assign(A,!0),()=>b.assign(A,(0,t._)`${A} || {}`).code((0,t._)`Object.assign(${A}, ${C})`))}),mergeToName:(b,C,A)=>b.if((0,t._)`${A} !== true`,()=>{C===!0?b.assign(A,!0):(b.assign(A,(0,t._)`${A} || {}`),_(b,A,C))}),mergeValues:(b,C)=>b===!0?!0:{...b,...C},resultToName:R}),items:w({mergeNames:(b,C,A)=>b.if((0,t._)`${A} !== true && ${C} !== undefined`,()=>b.assign(A,(0,t._)`${C} === true ? true : ${A} > ${C} ? ${A} : ${C}`)),mergeToName:(b,C,A)=>b.if((0,t._)`${A} !== true`,()=>b.assign(A,C===!0?!0:(0,t._)`${A} > ${C} ? ${A} : ${C}`)),mergeValues:(b,C)=>b===!0?!0:Math.max(b,C),resultToName:(b,C)=>b.var("items",C)})};function R(b,C){if(C===!0)return b.var("props",!0);const A=b.var("props",(0,t._)`{}`);return C!==void 0&&_(b,A,C),A}e.evaluatedPropsToName=R;function _(b,C,A){Object.keys(A).forEach(W=>b.assign((0,t._)`${C}${(0,t.getProperty)(W)}`,!0))}e.setEvaluated=_;const g={};function k(b,C){return b.scopeValue("func",{ref:C,code:g[C.code]||(g[C.code]=new r._Code(C.code))})}e.useFunc=k;var O;(function(b){b[b.Num=0]="Num",b[b.Str=1]="Str"})(O=e.Type||(e.Type={}));function j(b,C,A){if(b instanceof t.Name){const W=C===O.Num;return A?W?(0,t._)`"[" + ${b} + "]"`:(0,t._)`"['" + ${b} + "']"`:W?(0,t._)`"/" + ${b}`:(0,t._)`"/" + ${b}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return A?(0,t.getProperty)(b).toString():"/"+h(b)}e.getErrorPath=j;function D(b,C,A=b.opts.strictSchema){if(A){if(C=`strict mode: ${C}`,A===!0)throw new Error(C);b.self.logger.warn(C)}}e.checkStrictMode=D})(re);var Ke={};Object.defineProperty(Ke,"__esModule",{value:!0});const ve=G,Tc={data:new ve.Name("data"),valCxt:new ve.Name("valCxt"),instancePath:new ve.Name("instancePath"),parentData:new ve.Name("parentData"),parentDataProperty:new ve.Name("parentDataProperty"),rootData:new ve.Name("rootData"),dynamicAnchors:new ve.Name("dynamicAnchors"),vErrors:new ve.Name("vErrors"),errors:new ve.Name("errors"),this:new ve.Name("this"),self:new ve.Name("self"),scope:new ve.Name("scope"),json:new ve.Name("json"),jsonPos:new ve.Name("jsonPos"),jsonLen:new ve.Name("jsonLen"),jsonPart:new ve.Name("jsonPart")};Ke.default=Tc;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.extendErrors=e.resetErrorsCount=e.reportExtraError=e.reportError=e.keyword$DataError=e.keywordError=void 0;const t=G,r=re,n=Ke;e.keywordError={message:({keyword:_})=>(0,t.str)`must pass "${_}" keyword validation`},e.keyword$DataError={message:({keyword:_,schemaType:g})=>g?(0,t.str)`"${_}" keyword must be ${g} ($data)`:(0,t.str)`"${_}" keyword is invalid ($data)`};function s(_,g=e.keywordError,k,O){const{it:j}=_,{gen:D,compositeRule:b,allErrors:C}=j,A=h(_,g,k);O??(b||C)?d(D,A):u(j,(0,t._)`[${A}]`)}e.reportError=s;function i(_,g=e.keywordError,k){const{it:O}=_,{gen:j,compositeRule:D,allErrors:b}=O,C=h(_,g,k);d(j,C),D||b||u(O,n.default.vErrors)}e.reportExtraError=i;function o(_,g){_.assign(n.default.errors,g),_.if((0,t._)`${n.default.vErrors} !== null`,()=>_.if(g,()=>_.assign((0,t._)`${n.default.vErrors}.length`,g),()=>_.assign(n.default.vErrors,null)))}e.resetErrorsCount=o;function l({gen:_,keyword:g,schemaValue:k,data:O,errsCount:j,it:D}){if(j===void 0)throw new Error("ajv implementation error");const b=_.name("err");_.forRange("i",j,n.default.errors,C=>{_.const(b,(0,t._)`${n.default.vErrors}[${C}]`),_.if((0,t._)`${b}.instancePath === undefined`,()=>_.assign((0,t._)`${b}.instancePath`,(0,t.strConcat)(n.default.instancePath,D.errorPath))),_.assign((0,t._)`${b}.schemaPath`,(0,t.str)`${D.errSchemaPath}/${g}`),D.opts.verbose&&(_.assign((0,t._)`${b}.schema`,k),_.assign((0,t._)`${b}.data`,O))})}e.extendErrors=l;function d(_,g){const k=_.const("err",g);_.if((0,t._)`${n.default.vErrors} === null`,()=>_.assign(n.default.vErrors,(0,t._)`[${k}]`),(0,t._)`${n.default.vErrors}.push(${k})`),_.code((0,t._)`${n.default.errors}++`)}function u(_,g){const{gen:k,validateName:O,schemaEnv:j}=_;j.$async?k.throw((0,t._)`new ${_.ValidationError}(${g})`):(k.assign((0,t._)`${O}.errors`,g),k.return(!1))}const p={keyword:new t.Name("keyword"),schemaPath:new t.Name("schemaPath"),params:new t.Name("params"),propertyName:new t.Name("propertyName"),message:new t.Name("message"),schema:new t.Name("schema"),parentSchema:new t.Name("parentSchema")};function h(_,g,k){const{createErrors:O}=_.it;return O===!1?(0,t._)`{}`:v(_,g,k)}function v(_,g,k={}){const{gen:O,it:j}=_,D=[T(j,k),w(_,k)];return R(_,g,D),O.object(...D)}function T({errorPath:_},{instancePath:g}){const k=g?(0,t.str)`${_}${(0,r.getErrorPath)(g,r.Type.Str)}`:_;return[n.default.instancePath,(0,t.strConcat)(n.default.instancePath,k)]}function w({keyword:_,it:{errSchemaPath:g}},{schemaPath:k,parentSchema:O}){let j=O?g:(0,t.str)`${g}/${_}`;return k&&(j=(0,t.str)`${j}${(0,r.getErrorPath)(k,r.Type.Str)}`),[p.schemaPath,j]}function R(_,{params:g,message:k},O){const{keyword:j,data:D,schemaValue:b,it:C}=_,{opts:A,propertyName:W,topSchemaRef:K,schemaPath:ce}=C;O.push([p.keyword,j],[p.params,typeof g=="function"?g(_):g||(0,t._)`{}`]),A.messages&&O.push([p.message,typeof k=="function"?k(_):k]),A.verbose&&O.push([p.schema,b],[p.parentSchema,(0,t._)`${K}${ce}`],[n.default.data,D]),W&&O.push([p.propertyName,W])}})(br);Object.defineProperty(Jt,"__esModule",{value:!0});Jt.boolOrEmptySchema=Jt.topBoolOrEmptySchema=void 0;const Rc=br,kc=G,Oc=Ke,Cc={message:"boolean schema is false"};function Nc(e){const{gen:t,schema:r,validateName:n}=e;r===!1?So(e,!1):typeof r=="object"&&r.$async===!0?t.return(Oc.default.data):(t.assign((0,kc._)`${n}.errors`,null),t.return(!0))}Jt.topBoolOrEmptySchema=Nc;function jc(e,t){const{gen:r,schema:n}=e;n===!1?(r.var(t,!1),So(e)):r.var(t,!0)}Jt.boolOrEmptySchema=jc;function So(e,t){const{gen:r,data:n}=e,s={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,Rc.reportError)(s,Cc,void 0,t)}var Pr={},Pt={};Object.defineProperty(Pt,"__esModule",{value:!0});Pt.getRules=Pt.isJSONType=void 0;const Ic=["string","number","integer","boolean","null","object","array"],Ac=new Set(Ic);function Dc(e){return typeof e=="string"&&Ac.has(e)}Pt.isJSONType=Dc;function Fc(){const e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}Pt.getRules=Fc;var Qe={};Object.defineProperty(Qe,"__esModule",{value:!0});Qe.shouldUseRule=Qe.shouldUseGroup=Qe.schemaHasRulesForType=void 0;function qc({schema:e,self:t},r){const n=t.RULES.types[r];return n&&n!==!0&&To(e,n)}Qe.schemaHasRulesForType=qc;function To(e,t){return t.rules.some(r=>Ro(e,r))}Qe.shouldUseGroup=To;function Ro(e,t){var r;return e[t.keyword]!==void 0||((r=t.definition.implements)===null||r===void 0?void 0:r.some(n=>e[n]!==void 0))}Qe.shouldUseRule=Ro;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.reportTypeError=e.checkDataTypes=e.checkDataType=e.coerceAndCheckDataType=e.getJSONTypes=e.getSchemaTypes=e.DataType=void 0;const t=Pt,r=Qe,n=br,s=G,i=re;var o;(function(O){O[O.Correct=0]="Correct",O[O.Wrong=1]="Wrong"})(o=e.DataType||(e.DataType={}));function l(O){const j=d(O.type);if(j.includes("null")){if(O.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!j.length&&O.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');O.nullable===!0&&j.push("null")}return j}e.getSchemaTypes=l;function d(O){const j=Array.isArray(O)?O:O?[O]:[];if(j.every(t.isJSONType))return j;throw new Error("type must be JSONType or JSONType[]: "+j.join(","))}e.getJSONTypes=d;function u(O,j){const{gen:D,data:b,opts:C}=O,A=h(j,C.coerceTypes),W=j.length>0&&!(A.length===0&&j.length===1&&(0,r.schemaHasRulesForType)(O,j[0]));if(W){const K=R(j,b,C.strictNumbers,o.Wrong);D.if(K,()=>{A.length?v(O,j,A):g(O)})}return W}e.coerceAndCheckDataType=u;const p=new Set(["string","number","integer","boolean","null"]);function h(O,j){return j?O.filter(D=>p.has(D)||j==="array"&&D==="array"):[]}function v(O,j,D){const{gen:b,data:C,opts:A}=O,W=b.let("dataType",(0,s._)`typeof ${C}`),K=b.let("coerced",(0,s._)`undefined`);A.coerceTypes==="array"&&b.if((0,s._)`${W} == 'object' && Array.isArray(${C}) && ${C}.length == 1`,()=>b.assign(C,(0,s._)`${C}[0]`).assign(W,(0,s._)`typeof ${C}`).if(R(j,C,A.strictNumbers),()=>b.assign(K,C))),b.if((0,s._)`${K} !== undefined`);for(const Z of D)(p.has(Z)||Z==="array"&&A.coerceTypes==="array")&&ce(Z);b.else(),g(O),b.endIf(),b.if((0,s._)`${K} !== undefined`,()=>{b.assign(C,K),T(O,K)});function ce(Z){switch(Z){case"string":b.elseIf((0,s._)`${W} == "number" || ${W} == "boolean"`).assign(K,(0,s._)`"" + ${C}`).elseIf((0,s._)`${C} === null`).assign(K,(0,s._)`""`);return;case"number":b.elseIf((0,s._)`${W} == "boolean" || ${C} === null
|
|
897
853
|
|| (${W} == "string" && ${C} && ${C} == +${C})`).assign(K,(0,s._)`+${C}`);return;case"integer":b.elseIf((0,s._)`${W} === "boolean" || ${C} === null
|
|
898
854
|
|| (${W} === "string" && ${C} && ${C} == +${C} && !(${C} % 1))`).assign(K,(0,s._)`+${C}`);return;case"boolean":b.elseIf((0,s._)`${C} === "false" || ${C} === 0 || ${C} === null`).assign(K,!1).elseIf((0,s._)`${C} === "true" || ${C} === 1`).assign(K,!0);return;case"null":b.elseIf((0,s._)`${C} === "" || ${C} === 0 || ${C} === false`),b.assign(K,null);return;case"array":b.elseIf((0,s._)`${W} === "string" || ${W} === "number"
|
|
899
|
-
|| ${W} === "boolean" || ${C} === null`).assign(K,(0,s._)`[${C}]`)}}}function T({gen:O,parentData:j,parentDataProperty:D},b){O.if((0,s._)`${j} !== undefined`,()=>O.assign((0,s._)`${j}[${D}]`,b))}function w(O,j,D,b=o.Correct){const C=b===o.Correct?s.operators.EQ:s.operators.NEQ;let A;switch(O){case"null":return(0,s._)`${j} ${C} null`;case"array":A=(0,s._)`Array.isArray(${j})`;break;case"object":A=(0,s._)`${j} && typeof ${j} == "object" && !Array.isArray(${j})`;break;case"integer":A=W((0,s._)`!(${j} % 1) && !isNaN(${j})`);break;case"number":A=W();break;default:return(0,s._)`typeof ${j} ${C} ${O}`}return b===o.Correct?A:(0,s.not)(A);function W(K=s.nil){return(0,s.and)((0,s._)`typeof ${j} == "number"`,K,D?(0,s._)`isFinite(${j})`:s.nil)}}e.checkDataType=w;function R(O,j,D,b){if(O.length===1)return w(O[0],j,D,b);let C;const A=(0,i.toHash)(O);if(A.array&&A.object){const W=(0,s._)`typeof ${j} != "object"`;C=A.null?W:(0,s._)`!${j} || ${W}`,delete A.null,delete A.array,delete A.object}else C=s.nil;A.number&&delete A.integer;for(const W in A)C=(0,s.and)(C,w(W,j,D,b));return C}e.checkDataTypes=R;const _={message:({schema:O})=>`must be ${O}`,params:({schema:O,schemaValue:j})=>typeof O=="string"?(0,s._)`{type: ${O}}`:(0,s._)`{type: ${j}}`};function g(O){const j=k(O);(0,n.reportError)(j,_)}e.reportTypeError=g;function k(O){const{gen:j,data:D,schema:b}=O,C=(0,i.schemaRefOrVal)(O,b,"type");return{gen:j,keyword:"type",data:D,schema:b.type,schemaCode:C,schemaValue:C,parentSchema:b,params:{},it:O}}})(Pr);var wn={};Object.defineProperty(wn,"__esModule",{value:!0});wn.assignDefaults=void 0;const Ft=G,Lc=re;function Hc(e,t){const{properties:r,items:n}=e.schema;if(t==="object"&&r)for(const s in r)oi(e,s,r[s].default);else t==="array"&&Array.isArray(n)&&n.forEach((s,i)=>oi(e,i,s.default))}wn.assignDefaults=Hc;function oi(e,t,r){const{gen:n,compositeRule:s,data:i,opts:o}=e;if(r===void 0)return;const l=(0,Ft._)`${i}${(0,Ft.getProperty)(t)}`;if(s){(0,Lc.checkStrictMode)(e,`default is ignored for: ${l}`);return}let d=(0,Ft._)`${l} === undefined`;o.useDefaults==="empty"&&(d=(0,Ft._)`${d} || ${l} === null || ${l} === ""`),n.if(d,(0,Ft._)`${l} = ${(0,Ft.stringify)(r)}`)}var We={},B={};Object.defineProperty(B,"__esModule",{value:!0});B.validateUnion=B.validateArray=B.usePattern=B.callValidateCode=B.schemaProperties=B.allSchemaProperties=B.noPropertyInData=B.propertyInData=B.isOwnProperty=B.hasPropFunc=B.reportMissingProp=B.checkMissingProp=B.checkReportMissingProp=void 0;const ie=G,Yn=re,tt=Ke,zc=re;function Vc(e,t){const{gen:r,data:n,it:s}=e;r.if(Zn(r,n,t,s.opts.ownProperties),()=>{e.setParams({missingProperty:(0,ie._)`${t}`},!0),e.error()})}B.checkReportMissingProp=Vc;function Wc({gen:e,data:t,it:{opts:r}},n,s){return(0,ie.or)(...n.map(i=>(0,ie.and)(Zn(e,t,i,r.ownProperties),(0,ie._)`${s} = ${i}`)))}B.checkMissingProp=Wc;function xc(e,t){e.setParams({missingProperty:t},!0),e.error()}B.reportMissingProp=xc;function Oo(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,ie._)`Object.prototype.hasOwnProperty`})}B.hasPropFunc=Oo;function Qn(e,t,r){return(0,ie._)`${Oo(e)}.call(${t}, ${r})`}B.isOwnProperty=Qn;function Bc(e,t,r,n){const s=(0,ie._)`${t}${(0,ie.getProperty)(r)} !== undefined`;return n?(0,ie._)`${s} && ${Qn(e,t,r)}`:s}B.propertyInData=Bc;function Zn(e,t,r,n){const s=(0,ie._)`${t}${(0,ie.getProperty)(r)} === undefined`;return n?(0,ie.or)(s,(0,ie.not)(Qn(e,t,r))):s}B.noPropertyInData=Zn;function Co(e){return e?Object.keys(e).filter(t=>t!=="__proto__"):[]}B.allSchemaProperties=Co;function Gc(e,t){return Co(t).filter(r=>!(0,Yn.alwaysValidSchema)(e,t[r]))}B.schemaProperties=Gc;function Kc({schemaCode:e,data:t,it:{gen:r,topSchemaRef:n,schemaPath:s,errorPath:i},it:o},l,d,u){const p=u?(0,ie._)`${e}, ${t}, ${n}${s}`:t,h=[[tt.default.instancePath,(0,ie.strConcat)(tt.default.instancePath,i)],[tt.default.parentData,o.parentData],[tt.default.parentDataProperty,o.parentDataProperty],[tt.default.rootData,tt.default.rootData]];o.opts.dynamicRef&&h.push([tt.default.dynamicAnchors,tt.default.dynamicAnchors]);const v=(0,ie._)`${p}, ${r.object(...h)}`;return d!==ie.nil?(0,ie._)`${l}.call(${d}, ${v})`:(0,ie._)`${l}(${v})`}B.callValidateCode=Kc;const Jc=(0,ie._)`new RegExp`;function Yc({gen:e,it:{opts:t}},r){const n=t.unicodeRegExp?"u":"",{regExp:s}=t.code,i=s(r,n);return e.scopeValue("pattern",{key:i.toString(),ref:i,code:(0,ie._)`${s.code==="new RegExp"?Jc:(0,zc.useFunc)(e,s)}(${r}, ${n})`})}B.usePattern=Yc;function Qc(e){const{gen:t,data:r,keyword:n,it:s}=e,i=t.name("valid");if(s.allErrors){const l=t.let("valid",!0);return o(()=>t.assign(l,!1)),l}return t.var(i,!0),o(()=>t.break()),i;function o(l){const d=t.const("len",(0,ie._)`${r}.length`);t.forRange("i",0,d,u=>{e.subschema({keyword:n,dataProp:u,dataPropType:Yn.Type.Num},i),t.if((0,ie.not)(i),l)})}}B.validateArray=Qc;function Zc(e){const{gen:t,schema:r,keyword:n,it:s}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(d=>(0,Yn.alwaysValidSchema)(s,d))&&!s.opts.unevaluated)return;const o=t.let("valid",!1),l=t.name("_valid");t.block(()=>r.forEach((d,u)=>{const p=e.subschema({keyword:n,schemaProp:u,compositeRule:!0},l);t.assign(o,(0,ie._)`${o} || ${l}`),e.mergeValidEvaluated(p,l)||t.if((0,ie.not)(o))})),e.result(o,()=>e.reset(),()=>e.error(!0))}B.validateUnion=Zc;Object.defineProperty(We,"__esModule",{value:!0});We.validateKeywordUsage=We.validSchemaType=We.funcKeywordCode=We.macroKeywordCode=void 0;const be=G,ht=Ke,Xc=B,el=br;function tl(e,t){const{gen:r,keyword:n,schema:s,parentSchema:i,it:o}=e,l=t.macro.call(o.self,s,i,o),d=No(r,n,l);o.opts.validateSchema!==!1&&o.self.validateSchema(l,!0);const u=r.name("valid");e.subschema({schema:l,schemaPath:be.nil,errSchemaPath:`${o.errSchemaPath}/${n}`,topSchemaRef:d,compositeRule:!0},u),e.pass(u,()=>e.error(!0))}We.macroKeywordCode=tl;function rl(e,t){var r;const{gen:n,keyword:s,schema:i,parentSchema:o,$data:l,it:d}=e;sl(d,t);const u=!l&&t.compile?t.compile.call(d.self,i,o,d):t.validate,p=No(n,s,u),h=n.let("valid");e.block$data(h,v),e.ok((r=t.valid)!==null&&r!==void 0?r:h);function v(){if(t.errors===!1)R(),t.modifying&&ai(e),_(()=>e.error());else{const g=t.async?T():w();t.modifying&&ai(e),_(()=>nl(e,g))}}function T(){const g=n.let("ruleErrs",null);return n.try(()=>R((0,be._)`await `),k=>n.assign(h,!1).if((0,be._)`${k} instanceof ${d.ValidationError}`,()=>n.assign(g,(0,be._)`${k}.errors`),()=>n.throw(k))),g}function w(){const g=(0,be._)`${p}.errors`;return n.assign(g,null),R(be.nil),g}function R(g=t.async?(0,be._)`await `:be.nil){const k=d.opts.passContext?ht.default.this:ht.default.self,O=!("compile"in t&&!l||t.schema===!1);n.assign(h,(0,be._)`${g}${(0,Xc.callValidateCode)(e,p,k,O)}`,t.modifying)}function _(g){var k;n.if((0,be.not)((k=t.valid)!==null&&k!==void 0?k:h),g)}}We.funcKeywordCode=rl;function ai(e){const{gen:t,data:r,it:n}=e;t.if(n.parentData,()=>t.assign(r,(0,be._)`${n.parentData}[${n.parentDataProperty}]`))}function nl(e,t){const{gen:r}=e;r.if((0,be._)`Array.isArray(${t})`,()=>{r.assign(ht.default.vErrors,(0,be._)`${ht.default.vErrors} === null ? ${t} : ${ht.default.vErrors}.concat(${t})`).assign(ht.default.errors,(0,be._)`${ht.default.vErrors}.length`),(0,el.extendErrors)(e)},()=>e.error())}function sl({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}function No(e,t,r){if(r===void 0)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,be.stringify)(r)})}function il(e,t,r=!1){return!t.length||t.some(n=>n==="array"?Array.isArray(e):n==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==n||r&&typeof e>"u")}We.validSchemaType=il;function ol({schema:e,opts:t,self:r,errSchemaPath:n},s,i){if(Array.isArray(s.keyword)?!s.keyword.includes(i):s.keyword!==i)throw new Error("ajv implementation error");const o=s.dependencies;if(o!=null&&o.some(l=>!Object.prototype.hasOwnProperty.call(e,l)))throw new Error(`parent schema must have dependencies of ${i}: ${o.join(",")}`);if(s.validateSchema&&!s.validateSchema(e[i])){const d=`keyword "${i}" value is invalid at path "${n}": `+r.errorsText(s.validateSchema.errors);if(t.validateSchema==="log")r.logger.error(d);else throw new Error(d)}}We.validateKeywordUsage=ol;var ot={};Object.defineProperty(ot,"__esModule",{value:!0});ot.extendSubschemaMode=ot.extendSubschemaData=ot.getSubschema=void 0;const Ve=G,jo=re;function al(e,{keyword:t,schemaProp:r,schema:n,schemaPath:s,errSchemaPath:i,topSchemaRef:o}){if(t!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){const l=e.schema[t];return r===void 0?{schema:l,schemaPath:(0,Ve._)`${e.schemaPath}${(0,Ve.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:l[r],schemaPath:(0,Ve._)`${e.schemaPath}${(0,Ve.getProperty)(t)}${(0,Ve.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,jo.escapeFragment)(r)}`}}if(n!==void 0){if(s===void 0||i===void 0||o===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:s,topSchemaRef:o,errSchemaPath:i}}throw new Error('either "keyword" or "schema" must be passed')}ot.getSubschema=al;function cl(e,t,{dataProp:r,dataPropType:n,data:s,dataTypes:i,propertyName:o}){if(s!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');const{gen:l}=t;if(r!==void 0){const{errorPath:u,dataPathArr:p,opts:h}=t,v=l.let("data",(0,Ve._)`${t.data}${(0,Ve.getProperty)(r)}`,!0);d(v),e.errorPath=(0,Ve.str)`${u}${(0,jo.getErrorPath)(r,n,h.jsPropertySyntax)}`,e.parentDataProperty=(0,Ve._)`${r}`,e.dataPathArr=[...p,e.parentDataProperty]}if(s!==void 0){const u=s instanceof Ve.Name?s:l.let("data",s,!0);d(u),o!==void 0&&(e.propertyName=o)}i&&(e.dataTypes=i);function d(u){e.data=u,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,u]}}ot.extendSubschemaData=cl;function ll(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:n,createErrors:s,allErrors:i}){n!==void 0&&(e.compositeRule=n),s!==void 0&&(e.createErrors=s),i!==void 0&&(e.allErrors=i),e.jtdDiscriminator=t,e.jtdMetadata=r}ot.extendSubschemaMode=ll;var $e={},Io=function e(t,r){if(t===r)return!0;if(t&&r&&typeof t=="object"&&typeof r=="object"){if(t.constructor!==r.constructor)return!1;var n,s,i;if(Array.isArray(t)){if(n=t.length,n!=r.length)return!1;for(s=n;s--!==0;)if(!e(t[s],r[s]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if(i=Object.keys(t),n=i.length,n!==Object.keys(r).length)return!1;for(s=n;s--!==0;)if(!Object.prototype.hasOwnProperty.call(r,i[s]))return!1;for(s=n;s--!==0;){var o=i[s];if(!e(t[o],r[o]))return!1}return!0}return t!==t&&r!==r},Ao={exports:{}},it=Ao.exports=function(e,t,r){typeof t=="function"&&(r=t,t={}),r=t.cb||r;var n=typeof r=="function"?r:r.pre||function(){},s=r.post||function(){};Ur(t,n,s,e,"",e)};it.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};it.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};it.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};it.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Ur(e,t,r,n,s,i,o,l,d,u){if(n&&typeof n=="object"&&!Array.isArray(n)){t(n,s,i,o,l,d,u);for(var p in n){var h=n[p];if(Array.isArray(h)){if(p in it.arrayKeywords)for(var v=0;v<h.length;v++)Ur(e,t,r,h[v],s+"/"+p+"/"+v,i,s,p,n,v)}else if(p in it.propsKeywords){if(h&&typeof h=="object")for(var T in h)Ur(e,t,r,h[T],s+"/"+p+"/"+ul(T),i,s,p,n,T)}else(p in it.keywords||e.allKeys&&!(p in it.skipKeywords))&&Ur(e,t,r,h,s+"/"+p,i,s,p,n)}r(n,s,i,o,l,d,u)}}function ul(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}var dl=Ao.exports;Object.defineProperty($e,"__esModule",{value:!0});$e.getSchemaRefs=$e.resolveUrl=$e.normalizeId=$e._getFullPath=$e.getFullPath=$e.inlineRef=void 0;const pl=re,fl=Io,hl=dl,ml=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function yl(e,t=!0){return typeof e=="boolean"?!0:t===!0?!Fn(e):t?Do(e)<=t:!1}$e.inlineRef=yl;const gl=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Fn(e){for(const t in e){if(gl.has(t))return!0;const r=e[t];if(Array.isArray(r)&&r.some(Fn)||typeof r=="object"&&Fn(r))return!0}return!1}function Do(e){let t=0;for(const r in e){if(r==="$ref")return 1/0;if(t++,!ml.has(r)&&(typeof e[r]=="object"&&(0,pl.eachItem)(e[r],n=>t+=Do(n)),t===1/0))return 1/0}return t}function Fo(e,t="",r){r!==!1&&(t=Ht(t));const n=e.parse(t);return qo(e,n)}$e.getFullPath=Fo;function qo(e,t){return e.serialize(t).split("#")[0]+"#"}$e._getFullPath=qo;const $l=/#\/?$/;function Ht(e){return e?e.replace($l,""):""}$e.normalizeId=Ht;function _l(e,t,r){return r=Ht(r),e.resolve(t,r)}$e.resolveUrl=_l;const wl=/^[a-z_][-a-z0-9._]*$/i;function vl(e,t){if(typeof e=="boolean")return{};const{schemaId:r,uriResolver:n}=this.opts,s=Ht(e[r]||t),i={"":s},o=Fo(n,s,!1),l={},d=new Set;return hl(e,{allKeys:!0},(h,v,T,w)=>{if(w===void 0)return;const R=o+v;let _=i[w];typeof h[r]=="string"&&(_=g.call(this,h[r])),k.call(this,h.$anchor),k.call(this,h.$dynamicAnchor),i[v]=_;function g(O){const j=this.opts.uriResolver.resolve;if(O=Ht(_?j(_,O):O),d.has(O))throw p(O);d.add(O);let D=this.refs[O];return typeof D=="string"&&(D=this.refs[D]),typeof D=="object"?u(h,D.schema,O):O!==Ht(R)&&(O[0]==="#"?(u(h,l[O],O),l[O]=h):this.refs[O]=R),O}function k(O){if(typeof O=="string"){if(!wl.test(O))throw new Error(`invalid anchor "${O}"`);g.call(this,`#${O}`)}}}),l;function u(h,v,T){if(v!==void 0&&!fl(h,v))throw p(T)}function p(h){return new Error(`reference "${h}" resolves to more than one schema`)}}$e.getSchemaRefs=vl;Object.defineProperty(Ae,"__esModule",{value:!0});Ae.getData=Ae.KeywordCxt=Ae.validateFunctionCode=void 0;const Mo=Jt,ci=Pr,Xn=Qe,Br=Pr,bl=wn,pr=We,Rn=ot,U=G,V=Ke,Pl=$e,Ze=re,lr=br;function El(e){if(Ho(e)&&(zo(e),Lo(e))){Rl(e);return}Uo(e,()=>(0,Mo.topBoolOrEmptySchema)(e))}Ae.validateFunctionCode=El;function Uo({gen:e,validateName:t,schema:r,schemaEnv:n,opts:s},i){s.code.es5?e.func(t,(0,U._)`${V.default.data}, ${V.default.valCxt}`,n.$async,()=>{e.code((0,U._)`"use strict"; ${li(r,s)}`),Tl(e,s),e.code(i)}):e.func(t,(0,U._)`${V.default.data}, ${Sl(s)}`,n.$async,()=>e.code(li(r,s)).code(i))}function Sl(e){return(0,U._)`{${V.default.instancePath}="", ${V.default.parentData}, ${V.default.parentDataProperty}, ${V.default.rootData}=${V.default.data}${e.dynamicRef?(0,U._)`, ${V.default.dynamicAnchors}={}`:U.nil}}={}`}function Tl(e,t){e.if(V.default.valCxt,()=>{e.var(V.default.instancePath,(0,U._)`${V.default.valCxt}.${V.default.instancePath}`),e.var(V.default.parentData,(0,U._)`${V.default.valCxt}.${V.default.parentData}`),e.var(V.default.parentDataProperty,(0,U._)`${V.default.valCxt}.${V.default.parentDataProperty}`),e.var(V.default.rootData,(0,U._)`${V.default.valCxt}.${V.default.rootData}`),t.dynamicRef&&e.var(V.default.dynamicAnchors,(0,U._)`${V.default.valCxt}.${V.default.dynamicAnchors}`)},()=>{e.var(V.default.instancePath,(0,U._)`""`),e.var(V.default.parentData,(0,U._)`undefined`),e.var(V.default.parentDataProperty,(0,U._)`undefined`),e.var(V.default.rootData,V.default.data),t.dynamicRef&&e.var(V.default.dynamicAnchors,(0,U._)`{}`)})}function Rl(e){const{schema:t,opts:r,gen:n}=e;Uo(e,()=>{r.$comment&&t.$comment&&Wo(e),jl(e),n.let(V.default.vErrors,null),n.let(V.default.errors,0),r.unevaluated&&kl(e),Vo(e),Dl(e)})}function kl(e){const{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",(0,U._)`${r}.evaluated`),t.if((0,U._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,U._)`${e.evaluated}.props`,(0,U._)`undefined`)),t.if((0,U._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,U._)`${e.evaluated}.items`,(0,U._)`undefined`))}function li(e,t){const r=typeof e=="object"&&e[t.schemaId];return r&&(t.code.source||t.code.process)?(0,U._)`/*# sourceURL=${r} */`:U.nil}function Ol(e,t){if(Ho(e)&&(zo(e),Lo(e))){Cl(e,t);return}(0,Mo.boolOrEmptySchema)(e,t)}function Lo({schema:e,self:t}){if(typeof e=="boolean")return!e;for(const r in e)if(t.RULES.all[r])return!0;return!1}function Ho(e){return typeof e.schema!="boolean"}function Cl(e,t){const{schema:r,gen:n,opts:s}=e;s.$comment&&r.$comment&&Wo(e),Il(e),Al(e);const i=n.const("_errs",V.default.errors);Vo(e,i),n.var(t,(0,U._)`${i} === ${V.default.errors}`)}function zo(e){(0,Ze.checkUnknownRules)(e),Nl(e)}function Vo(e,t){if(e.opts.jtd)return ui(e,[],!1,t);const r=(0,ci.getSchemaTypes)(e.schema),n=(0,ci.coerceAndCheckDataType)(e,r);ui(e,r,!n,t)}function Nl(e){const{schema:t,errSchemaPath:r,opts:n,self:s}=e;t.$ref&&n.ignoreKeywordsWithRef&&(0,Ze.schemaHasRulesButRef)(t,s.RULES)&&s.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function jl(e){const{schema:t,opts:r}=e;t.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Ze.checkStrictMode)(e,"default is ignored in the schema root")}function Il(e){const t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,Pl.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function Al(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}function Wo({gen:e,schemaEnv:t,schema:r,errSchemaPath:n,opts:s}){const i=r.$comment;if(s.$comment===!0)e.code((0,U._)`${V.default.self}.logger.log(${i})`);else if(typeof s.$comment=="function"){const o=(0,U.str)`${n}/$comment`,l=e.scopeValue("root",{ref:t.root});e.code((0,U._)`${V.default.self}.opts.$comment(${i}, ${o}, ${l}.schema)`)}}function Dl(e){const{gen:t,schemaEnv:r,validateName:n,ValidationError:s,opts:i}=e;r.$async?t.if((0,U._)`${V.default.errors} === 0`,()=>t.return(V.default.data),()=>t.throw((0,U._)`new ${s}(${V.default.vErrors})`)):(t.assign((0,U._)`${n}.errors`,V.default.vErrors),i.unevaluated&&Fl(e),t.return((0,U._)`${V.default.errors} === 0`))}function Fl({gen:e,evaluated:t,props:r,items:n}){r instanceof U.Name&&e.assign((0,U._)`${t}.props`,r),n instanceof U.Name&&e.assign((0,U._)`${t}.items`,n)}function ui(e,t,r,n){const{gen:s,schema:i,data:o,allErrors:l,opts:d,self:u}=e,{RULES:p}=u;if(i.$ref&&(d.ignoreKeywordsWithRef||!(0,Ze.schemaHasRulesButRef)(i,p))){s.block(()=>Go(e,"$ref",p.all.$ref.definition));return}d.jtd||ql(e,t),s.block(()=>{for(const v of p.rules)h(v);h(p.post)});function h(v){(0,Xn.shouldUseGroup)(i,v)&&(v.type?(s.if((0,Br.checkDataType)(v.type,o,d.strictNumbers)),di(e,v),t.length===1&&t[0]===v.type&&r&&(s.else(),(0,Br.reportTypeError)(e)),s.endIf()):di(e,v),l||s.if((0,U._)`${V.default.errors} === ${n||0}`))}}function di(e,t){const{gen:r,schema:n,opts:{useDefaults:s}}=e;s&&(0,bl.assignDefaults)(e,t.type),r.block(()=>{for(const i of t.rules)(0,Xn.shouldUseRule)(n,i)&&Go(e,i.keyword,i.definition,t.type)})}function ql(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(Ml(e,t),e.opts.allowUnionTypes||Ul(e,t),Ll(e,e.dataTypes))}function Ml(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(r=>{xo(e.dataTypes,r)||es(e,`type "${r}" not allowed by context "${e.dataTypes.join(",")}"`)}),zl(e,t)}}function Ul(e,t){t.length>1&&!(t.length===2&&t.includes("null"))&&es(e,"use allowUnionTypes to allow union type keyword")}function Ll(e,t){const r=e.self.RULES.all;for(const n in r){const s=r[n];if(typeof s=="object"&&(0,Xn.shouldUseRule)(e.schema,s)){const{type:i}=s.definition;i.length&&!i.some(o=>Hl(t,o))&&es(e,`missing type "${i.join(",")}" for keyword "${n}"`)}}}function Hl(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function xo(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function zl(e,t){const r=[];for(const n of e.dataTypes)xo(t,n)?r.push(n):t.includes("integer")&&n==="number"&&r.push("integer");e.dataTypes=r}function es(e,t){const r=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${r}" (strictTypes)`,(0,Ze.checkStrictMode)(e,t,e.opts.strictTypes)}class Bo{constructor(t,r,n){if((0,pr.validateKeywordUsage)(t,r,n),this.gen=t.gen,this.allErrors=t.allErrors,this.keyword=n,this.data=t.data,this.schema=t.schema[n],this.$data=r.$data&&t.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,Ze.schemaRefOrVal)(t,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=t.schema,this.params={},this.it=t,this.def=r,this.$data)this.schemaCode=t.gen.const("vSchema",Ko(this.$data,t));else if(this.schemaCode=this.schemaValue,!(0,pr.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=t.gen.const("_errs",V.default.errors))}result(t,r,n){this.failResult((0,U.not)(t),r,n)}failResult(t,r,n){this.gen.if(t),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(t,r){this.failResult((0,U.not)(t),void 0,r)}fail(t){if(t===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(t),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(t){if(!this.$data)return this.fail(t);const{schemaCode:r}=this;this.fail((0,U._)`${r} !== undefined && (${(0,U.or)(this.invalid$data(),t)})`)}error(t,r,n){if(r){this.setParams(r),this._error(t,n),this.setParams({});return}this._error(t,n)}_error(t,r){(t?lr.reportExtraError:lr.reportError)(this,this.def.error,r)}$dataError(){(0,lr.reportError)(this,this.def.$dataError||lr.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,lr.resetErrorsCount)(this.gen,this.errsCount)}ok(t){this.allErrors||this.gen.if(t)}setParams(t,r){r?Object.assign(this.params,t):this.params=t}block$data(t,r,n=U.nil){this.gen.block(()=>{this.check$data(t,n),r()})}check$data(t=U.nil,r=U.nil){if(!this.$data)return;const{gen:n,schemaCode:s,schemaType:i,def:o}=this;n.if((0,U.or)((0,U._)`${s} === undefined`,r)),t!==U.nil&&n.assign(t,!0),(i.length||o.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),t!==U.nil&&n.assign(t,!1)),n.else()}invalid$data(){const{gen:t,schemaCode:r,schemaType:n,def:s,it:i}=this;return(0,U.or)(o(),l());function o(){if(n.length){if(!(r instanceof U.Name))throw new Error("ajv implementation error");const d=Array.isArray(n)?n:[n];return(0,U._)`${(0,Br.checkDataTypes)(d,r,i.opts.strictNumbers,Br.DataType.Wrong)}`}return U.nil}function l(){if(s.validateSchema){const d=t.scopeValue("validate$data",{ref:s.validateSchema});return(0,U._)`!${d}(${r})`}return U.nil}}subschema(t,r){const n=(0,Rn.getSubschema)(this.it,t);(0,Rn.extendSubschemaData)(n,this.it,t),(0,Rn.extendSubschemaMode)(n,t);const s={...this.it,...n,items:void 0,props:void 0};return Ol(s,r),s}mergeEvaluated(t,r){const{it:n,gen:s}=this;n.opts.unevaluated&&(n.props!==!0&&t.props!==void 0&&(n.props=Ze.mergeEvaluated.props(s,t.props,n.props,r)),n.items!==!0&&t.items!==void 0&&(n.items=Ze.mergeEvaluated.items(s,t.items,n.items,r)))}mergeValidEvaluated(t,r){const{it:n,gen:s}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return s.if(r,()=>this.mergeEvaluated(t,U.Name)),!0}}Ae.KeywordCxt=Bo;function Go(e,t,r,n){const s=new Bo(e,r,t);"code"in r?r.code(s,n):s.$data&&r.validate?(0,pr.funcKeywordCode)(s,r):"macro"in r?(0,pr.macroKeywordCode)(s,r):(r.compile||r.validate)&&(0,pr.funcKeywordCode)(s,r)}const Vl=/^\/(?:[^~]|~0|~1)*$/,Wl=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Ko(e,{dataLevel:t,dataNames:r,dataPathArr:n}){let s,i;if(e==="")return V.default.rootData;if(e[0]==="/"){if(!Vl.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);s=e,i=V.default.rootData}else{const u=Wl.exec(e);if(!u)throw new Error(`Invalid JSON-pointer: ${e}`);const p=+u[1];if(s=u[2],s==="#"){if(p>=t)throw new Error(d("property/index",p));return n[t-p]}if(p>t)throw new Error(d("data",p));if(i=r[t-p],!s)return i}let o=i;const l=s.split("/");for(const u of l)u&&(i=(0,U._)`${i}${(0,U.getProperty)((0,Ze.unescapeJsonPointer)(u))}`,o=(0,U._)`${o} && ${i}`);return o;function d(u,p){return`Cannot access ${u} ${p} levels up, current level is ${t}`}}Ae.getData=Ko;var Er={};Object.defineProperty(Er,"__esModule",{value:!0});class xl extends Error{constructor(t){super("validation failed"),this.errors=t,this.ajv=this.validation=!0}}Er.default=xl;var Sr={};Object.defineProperty(Sr,"__esModule",{value:!0});const kn=$e;class Bl extends Error{constructor(t,r,n,s){super(s||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,kn.resolveUrl)(t,r,n),this.missingSchema=(0,kn.normalizeId)((0,kn.getFullPath)(t,this.missingRef))}}Sr.default=Bl;var Se={};Object.defineProperty(Se,"__esModule",{value:!0});Se.resolveSchema=Se.getCompilingSchema=Se.resolveRef=Se.compileSchema=Se.SchemaEnv=void 0;const Ne=G,Gl=Er,ft=Ke,Ie=$e,pi=re,Kl=Ae;class vn{constructor(t){var r;this.refs={},this.dynamicAnchors={};let n;typeof t.schema=="object"&&(n=t.schema),this.schema=t.schema,this.schemaId=t.schemaId,this.root=t.root||this,this.baseId=(r=t.baseId)!==null&&r!==void 0?r:(0,Ie.normalizeId)(n==null?void 0:n[t.schemaId||"$id"]),this.schemaPath=t.schemaPath,this.localRefs=t.localRefs,this.meta=t.meta,this.$async=n==null?void 0:n.$async,this.refs={}}}Se.SchemaEnv=vn;function ts(e){const t=Jo.call(this,e);if(t)return t;const r=(0,Ie.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:n,lines:s}=this.opts.code,{ownProperties:i}=this.opts,o=new Ne.CodeGen(this.scope,{es5:n,lines:s,ownProperties:i});let l;e.$async&&(l=o.scopeValue("Error",{ref:Gl.default,code:(0,Ne._)`require("ajv/dist/runtime/validation_error").default`}));const d=o.scopeName("validate");e.validateName=d;const u={gen:o,allErrors:this.opts.allErrors,data:ft.default.data,parentData:ft.default.parentData,parentDataProperty:ft.default.parentDataProperty,dataNames:[ft.default.data],dataPathArr:[Ne.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:o.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,Ne.stringify)(e.schema)}:{ref:e.schema}),validateName:d,ValidationError:l,schema:e.schema,schemaEnv:e,rootId:r,baseId:e.baseId||r,schemaPath:Ne.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,Ne._)`""`,opts:this.opts,self:this};let p;try{this._compilations.add(e),(0,Kl.validateFunctionCode)(u),o.optimize(this.opts.code.optimize);const h=o.toString();p=`${o.scopeRefs(ft.default.scope)}return ${h}`,this.opts.code.process&&(p=this.opts.code.process(p,e));const T=new Function(`${ft.default.self}`,`${ft.default.scope}`,p)(this,this.scope.get());if(this.scope.value(d,{ref:T}),T.errors=null,T.schema=e.schema,T.schemaEnv=e,e.$async&&(T.$async=!0),this.opts.code.source===!0&&(T.source={validateName:d,validateCode:h,scopeValues:o._values}),this.opts.unevaluated){const{props:w,items:R}=u;T.evaluated={props:w instanceof Ne.Name?void 0:w,items:R instanceof Ne.Name?void 0:R,dynamicProps:w instanceof Ne.Name,dynamicItems:R instanceof Ne.Name},T.source&&(T.source.evaluated=(0,Ne.stringify)(T.evaluated))}return e.validate=T,e}catch(h){throw delete e.validate,delete e.validateName,p&&this.logger.error("Error compiling schema, function code:",p),h}finally{this._compilations.delete(e)}}Se.compileSchema=ts;function Jl(e,t,r){var n;r=(0,Ie.resolveUrl)(this.opts.uriResolver,t,r);const s=e.refs[r];if(s)return s;let i=Zl.call(this,e,r);if(i===void 0){const o=(n=e.localRefs)===null||n===void 0?void 0:n[r],{schemaId:l}=this.opts;o&&(i=new vn({schema:o,schemaId:l,root:e,baseId:t}))}if(i!==void 0)return e.refs[r]=Yl.call(this,i)}Se.resolveRef=Jl;function Yl(e){return(0,Ie.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:ts.call(this,e)}function Jo(e){for(const t of this._compilations)if(Ql(t,e))return t}Se.getCompilingSchema=Jo;function Ql(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function Zl(e,t){let r;for(;typeof(r=this.refs[t])=="string";)t=r;return r||this.schemas[t]||bn.call(this,e,t)}function bn(e,t){const r=this.opts.uriResolver.parse(t),n=(0,Ie._getFullPath)(this.opts.uriResolver,r);let s=(0,Ie.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&n===s)return On.call(this,r,e);const i=(0,Ie.normalizeId)(n),o=this.refs[i]||this.schemas[i];if(typeof o=="string"){const l=bn.call(this,e,o);return typeof(l==null?void 0:l.schema)!="object"?void 0:On.call(this,r,l)}if(typeof(o==null?void 0:o.schema)=="object"){if(o.validate||ts.call(this,o),i===(0,Ie.normalizeId)(t)){const{schema:l}=o,{schemaId:d}=this.opts,u=l[d];return u&&(s=(0,Ie.resolveUrl)(this.opts.uriResolver,s,u)),new vn({schema:l,schemaId:d,root:e,baseId:s})}return On.call(this,r,o)}}Se.resolveSchema=bn;const Xl=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function On(e,{baseId:t,schema:r,root:n}){var s;if(((s=e.fragment)===null||s===void 0?void 0:s[0])!=="/")return;for(const l of e.fragment.slice(1).split("/")){if(typeof r=="boolean")return;const d=r[(0,pi.unescapeFragment)(l)];if(d===void 0)return;r=d;const u=typeof r=="object"&&r[this.opts.schemaId];!Xl.has(l)&&u&&(t=(0,Ie.resolveUrl)(this.opts.uriResolver,t,u))}let i;if(typeof r!="boolean"&&r.$ref&&!(0,pi.schemaHasRulesButRef)(r,this.RULES)){const l=(0,Ie.resolveUrl)(this.opts.uriResolver,t,r.$ref);i=bn.call(this,n,l)}const{schemaId:o}=this.opts;if(i=i||new vn({schema:r,schemaId:o,root:n,baseId:t}),i.schema!==i.root.schema)return i}const eu="https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",tu="Meta-schema for $data reference (JSON AnySchema extension proposal)",ru="object",nu=["$data"],su={$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},iu=!1,ou={$id:eu,description:tu,type:ru,required:nu,properties:su,additionalProperties:iu};var rs={},qn={exports:{}};/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */(function(e,t){(function(r,n){n(t)})(Tc,function(r){function n(){for(var f=arguments.length,c=Array(f),y=0;y<f;y++)c[y]=arguments[y];if(c.length>1){c[0]=c[0].slice(0,-1);for(var S=c.length-1,E=1;E<S;++E)c[E]=c[E].slice(1,-1);return c[S]=c[S].slice(1),c.join("")}else return c[0]}function s(f){return"(?:"+f+")"}function i(f){return f===void 0?"undefined":f===null?"null":Object.prototype.toString.call(f).split(" ").pop().split("]").shift().toLowerCase()}function o(f){return f.toUpperCase()}function l(f){return f!=null?f instanceof Array?f:typeof f.length!="number"||f.split||f.setInterval||f.call?[f]:Array.prototype.slice.call(f):[]}function d(f,c){var y=f;if(c)for(var S in c)y[S]=c[S];return y}function u(f){var c="[A-Za-z]",y="[0-9]",S=n(y,"[A-Fa-f]"),E=s(s("%[EFef]"+S+"%"+S+S+"%"+S+S)+"|"+s("%[89A-Fa-f]"+S+"%"+S+S)+"|"+s("%"+S+S)),L="[\\:\\/\\?\\#\\[\\]\\@]",H="[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]",X=n(L,H),se=f?"[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]":"[]",ue=f?"[\\uE000-\\uF8FF]":"[]",Y=n(c,y,"[\\-\\.\\_\\~]",se);s(c+n(c,y,"[\\+\\-\\.]")+"*"),s(s(E+"|"+n(Y,H,"[\\:]"))+"*");var ne=s(s("25[0-5]")+"|"+s("2[0-4]"+y)+"|"+s("1"+y+y)+"|"+s("0?[1-9]"+y)+"|0?0?"+y),de=s(ne+"\\."+ne+"\\."+ne+"\\."+ne),x=s(S+"{1,4}"),oe=s(s(x+"\\:"+x)+"|"+de),me=s(s(x+"\\:")+"{6}"+oe),ae=s("\\:\\:"+s(x+"\\:")+"{5}"+oe),Xe=s(s(x)+"?\\:\\:"+s(x+"\\:")+"{4}"+oe),Me=s(s(s(x+"\\:")+"{0,1}"+x)+"?\\:\\:"+s(x+"\\:")+"{3}"+oe),Ue=s(s(s(x+"\\:")+"{0,2}"+x)+"?\\:\\:"+s(x+"\\:")+"{2}"+oe),At=s(s(s(x+"\\:")+"{0,3}"+x)+"?\\:\\:"+x+"\\:"+oe),dt=s(s(s(x+"\\:")+"{0,4}"+x)+"?\\:\\:"+oe),Oe=s(s(s(x+"\\:")+"{0,5}"+x)+"?\\:\\:"+x),Le=s(s(s(x+"\\:")+"{0,6}"+x)+"?\\:\\:"),pt=s([me,ae,Xe,Me,Ue,At,dt,Oe,Le].join("|")),Je=s(s(Y+"|"+E)+"+");s("[vV]"+S+"+\\."+n(Y,H,"[\\:]")+"+"),s(s(E+"|"+n(Y,H))+"*");var ar=s(E+"|"+n(Y,H,"[\\:\\@]"));return s(s(E+"|"+n(Y,H,"[\\@]"))+"+"),s(s(ar+"|"+n("[\\/\\?]",ue))+"*"),{NOT_SCHEME:new RegExp(n("[^]",c,y,"[\\+\\-\\.]"),"g"),NOT_USERINFO:new RegExp(n("[^\\%\\:]",Y,H),"g"),NOT_HOST:new RegExp(n("[^\\%\\[\\]\\:]",Y,H),"g"),NOT_PATH:new RegExp(n("[^\\%\\/\\:\\@]",Y,H),"g"),NOT_PATH_NOSCHEME:new RegExp(n("[^\\%\\/\\@]",Y,H),"g"),NOT_QUERY:new RegExp(n("[^\\%]",Y,H,"[\\:\\@\\/\\?]",ue),"g"),NOT_FRAGMENT:new RegExp(n("[^\\%]",Y,H,"[\\:\\@\\/\\?]"),"g"),ESCAPE:new RegExp(n("[^]",Y,H),"g"),UNRESERVED:new RegExp(Y,"g"),OTHER_CHARS:new RegExp(n("[^\\%]",Y,X),"g"),PCT_ENCODED:new RegExp(E,"g"),IPV4ADDRESS:new RegExp("^("+de+")$"),IPV6ADDRESS:new RegExp("^\\[?("+pt+")"+s(s("\\%25|\\%(?!"+S+"{2})")+"("+Je+")")+"?\\]?$")}}var p=u(!1),h=u(!0),v=function(){function f(c,y){var S=[],E=!0,L=!1,H=void 0;try{for(var X=c[Symbol.iterator](),se;!(E=(se=X.next()).done)&&(S.push(se.value),!(y&&S.length===y));E=!0);}catch(ue){L=!0,H=ue}finally{try{!E&&X.return&&X.return()}finally{if(L)throw H}}return S}return function(c,y){if(Array.isArray(c))return c;if(Symbol.iterator in Object(c))return f(c,y);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),T=function(f){if(Array.isArray(f)){for(var c=0,y=Array(f.length);c<f.length;c++)y[c]=f[c];return y}else return Array.from(f)},w=2147483647,R=36,_=1,g=26,k=38,O=700,j=72,D=128,b="-",C=/^xn--/,A=/[^\0-\x7E]/,W=/[\x2E\u3002\uFF0E\uFF61]/g,K={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},ce=R-_,Z=Math.floor,Re=String.fromCharCode;function he(f){throw new RangeError(K[f])}function at(f,c){for(var y=[],S=f.length;S--;)y[S]=c(f[S]);return y}function ct(f,c){var y=f.split("@"),S="";y.length>1&&(S=y[0]+"@",f=y[1]),f=f.replace(W,".");var E=f.split("."),L=at(E,c).join(".");return S+L}function Tt(f){for(var c=[],y=0,S=f.length;y<S;){var E=f.charCodeAt(y++);if(E>=55296&&E<=56319&&y<S){var L=f.charCodeAt(y++);(L&64512)==56320?c.push(((E&1023)<<10)+(L&1023)+65536):(c.push(E),y--)}else c.push(E)}return c}var Xt=function(c){return String.fromCodePoint.apply(String,T(c))},Rt=function(c){return c-48<10?c-22:c-65<26?c-65:c-97<26?c-97:R},F=function(c,y){return c+22+75*(c<26)-((y!=0)<<5)},$=function(c,y,S){var E=0;for(c=S?Z(c/O):c>>1,c+=Z(c/y);c>ce*g>>1;E+=R)c=Z(c/ce);return Z(E+(ce+1)*c/(c+k))},I=function(c){var y=[],S=c.length,E=0,L=D,H=j,X=c.lastIndexOf(b);X<0&&(X=0);for(var se=0;se<X;++se)c.charCodeAt(se)>=128&&he("not-basic"),y.push(c.charCodeAt(se));for(var ue=X>0?X+1:0;ue<S;){for(var Y=E,ne=1,de=R;;de+=R){ue>=S&&he("invalid-input");var x=Rt(c.charCodeAt(ue++));(x>=R||x>Z((w-E)/ne))&&he("overflow"),E+=x*ne;var oe=de<=H?_:de>=H+g?g:de-H;if(x<oe)break;var me=R-oe;ne>Z(w/me)&&he("overflow"),ne*=me}var ae=y.length+1;H=$(E-Y,ae,Y==0),Z(E/ae)>w-L&&he("overflow"),L+=Z(E/ae),E%=ae,y.splice(E++,0,L)}return String.fromCodePoint.apply(String,y)},P=function(c){var y=[];c=Tt(c);var S=c.length,E=D,L=0,H=j,X=!0,se=!1,ue=void 0;try{for(var Y=c[Symbol.iterator](),ne;!(X=(ne=Y.next()).done);X=!0){var de=ne.value;de<128&&y.push(Re(de))}}catch(cr){se=!0,ue=cr}finally{try{!X&&Y.return&&Y.return()}finally{if(se)throw ue}}var x=y.length,oe=x;for(x&&y.push(b);oe<S;){var me=w,ae=!0,Xe=!1,Me=void 0;try{for(var Ue=c[Symbol.iterator](),At;!(ae=(At=Ue.next()).done);ae=!0){var dt=At.value;dt>=E&&dt<me&&(me=dt)}}catch(cr){Xe=!0,Me=cr}finally{try{!ae&&Ue.return&&Ue.return()}finally{if(Xe)throw Me}}var Oe=oe+1;me-E>Z((w-L)/Oe)&&he("overflow"),L+=(me-E)*Oe,E=me;var Le=!0,pt=!1,Je=void 0;try{for(var ar=c[Symbol.iterator](),Ws;!(Le=(Ws=ar.next()).done);Le=!0){var xs=Ws.value;if(xs<E&&++L>w&&he("overflow"),xs==E){for(var kr=L,Or=R;;Or+=R){var Cr=Or<=H?_:Or>=H+g?g:Or-H;if(kr<Cr)break;var Bs=kr-Cr,Gs=R-Cr;y.push(Re(F(Cr+Bs%Gs,0))),kr=Z(Bs/Gs)}y.push(Re(F(kr,0))),H=$(L,Oe,oe==x),L=0,++oe}}}catch(cr){pt=!0,Je=cr}finally{try{!Le&&ar.return&&ar.return()}finally{if(pt)throw Je}}++L,++E}return y.join("")},a=function(c){return ct(c,function(y){return C.test(y)?I(y.slice(4).toLowerCase()):y})},m=function(c){return ct(c,function(y){return A.test(y)?"xn--"+P(y):y})},N={version:"2.1.0",ucs2:{decode:Tt,encode:Xt},decode:I,encode:P,toASCII:m,toUnicode:a},q={};function M(f){var c=f.charCodeAt(0),y=void 0;return c<16?y="%0"+c.toString(16).toUpperCase():c<128?y="%"+c.toString(16).toUpperCase():c<2048?y="%"+(c>>6|192).toString(16).toUpperCase()+"%"+(c&63|128).toString(16).toUpperCase():y="%"+(c>>12|224).toString(16).toUpperCase()+"%"+(c>>6&63|128).toString(16).toUpperCase()+"%"+(c&63|128).toString(16).toUpperCase(),y}function J(f){for(var c="",y=0,S=f.length;y<S;){var E=parseInt(f.substr(y+1,2),16);if(E<128)c+=String.fromCharCode(E),y+=3;else if(E>=194&&E<224){if(S-y>=6){var L=parseInt(f.substr(y+4,2),16);c+=String.fromCharCode((E&31)<<6|L&63)}else c+=f.substr(y,6);y+=6}else if(E>=224){if(S-y>=9){var H=parseInt(f.substr(y+4,2),16),X=parseInt(f.substr(y+7,2),16);c+=String.fromCharCode((E&15)<<12|(H&63)<<6|X&63)}else c+=f.substr(y,9);y+=9}else c+=f.substr(y,3),y+=3}return c}function Q(f,c){function y(S){var E=J(S);return E.match(c.UNRESERVED)?E:S}return f.scheme&&(f.scheme=String(f.scheme).replace(c.PCT_ENCODED,y).toLowerCase().replace(c.NOT_SCHEME,"")),f.userinfo!==void 0&&(f.userinfo=String(f.userinfo).replace(c.PCT_ENCODED,y).replace(c.NOT_USERINFO,M).replace(c.PCT_ENCODED,o)),f.host!==void 0&&(f.host=String(f.host).replace(c.PCT_ENCODED,y).toLowerCase().replace(c.NOT_HOST,M).replace(c.PCT_ENCODED,o)),f.path!==void 0&&(f.path=String(f.path).replace(c.PCT_ENCODED,y).replace(f.scheme?c.NOT_PATH:c.NOT_PATH_NOSCHEME,M).replace(c.PCT_ENCODED,o)),f.query!==void 0&&(f.query=String(f.query).replace(c.PCT_ENCODED,y).replace(c.NOT_QUERY,M).replace(c.PCT_ENCODED,o)),f.fragment!==void 0&&(f.fragment=String(f.fragment).replace(c.PCT_ENCODED,y).replace(c.NOT_FRAGMENT,M).replace(c.PCT_ENCODED,o)),f}function le(f){return f.replace(/^0*(.*)/,"$1")||"0"}function De(f,c){var y=f.match(c.IPV4ADDRESS)||[],S=v(y,2),E=S[1];return E?E.split(".").map(le).join("."):f}function kt(f,c){var y=f.match(c.IPV6ADDRESS)||[],S=v(y,3),E=S[1],L=S[2];if(E){for(var H=E.toLowerCase().split("::").reverse(),X=v(H,2),se=X[0],ue=X[1],Y=ue?ue.split(":").map(le):[],ne=se.split(":").map(le),de=c.IPV4ADDRESS.test(ne[ne.length-1]),x=de?7:8,oe=ne.length-x,me=Array(x),ae=0;ae<x;++ae)me[ae]=Y[ae]||ne[oe+ae]||"";de&&(me[x-1]=De(me[x-1],c));var Xe=me.reduce(function(Oe,Le,pt){if(!Le||Le==="0"){var Je=Oe[Oe.length-1];Je&&Je.index+Je.length===pt?Je.length++:Oe.push({index:pt,length:1})}return Oe},[]),Me=Xe.sort(function(Oe,Le){return Le.length-Oe.length})[0],Ue=void 0;if(Me&&Me.length>1){var At=me.slice(0,Me.index),dt=me.slice(Me.index+Me.length);Ue=At.join(":")+"::"+dt.join(":")}else Ue=me.join(":");return L&&(Ue+="%"+L),Ue}else return f}var er=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,tr="".match(/(){0}/)[1]===void 0;function Te(f){var c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},y={},S=c.iri!==!1?h:p;c.reference==="suffix"&&(f=(c.scheme?c.scheme+":":"")+"//"+f);var E=f.match(er);if(E){tr?(y.scheme=E[1],y.userinfo=E[3],y.host=E[4],y.port=parseInt(E[5],10),y.path=E[6]||"",y.query=E[7],y.fragment=E[8],isNaN(y.port)&&(y.port=E[5])):(y.scheme=E[1]||void 0,y.userinfo=f.indexOf("@")!==-1?E[3]:void 0,y.host=f.indexOf("//")!==-1?E[4]:void 0,y.port=parseInt(E[5],10),y.path=E[6]||"",y.query=f.indexOf("?")!==-1?E[7]:void 0,y.fragment=f.indexOf("#")!==-1?E[8]:void 0,isNaN(y.port)&&(y.port=f.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?E[4]:void 0)),y.host&&(y.host=kt(De(y.host,S),S)),y.scheme===void 0&&y.userinfo===void 0&&y.host===void 0&&y.port===void 0&&!y.path&&y.query===void 0?y.reference="same-document":y.scheme===void 0?y.reference="relative":y.fragment===void 0?y.reference="absolute":y.reference="uri",c.reference&&c.reference!=="suffix"&&c.reference!==y.reference&&(y.error=y.error||"URI is not a "+c.reference+" reference.");var L=q[(c.scheme||y.scheme||"").toLowerCase()];if(!c.unicodeSupport&&(!L||!L.unicodeSupport)){if(y.host&&(c.domainHost||L&&L.domainHost))try{y.host=N.toASCII(y.host.replace(S.PCT_ENCODED,J).toLowerCase())}catch(H){y.error=y.error||"Host's domain name can not be converted to ASCII via punycode: "+H}Q(y,p)}else Q(y,S);L&&L.parse&&L.parse(y,c)}else y.error=y.error||"URI can not be parsed.";return y}function rr(f,c){var y=c.iri!==!1?h:p,S=[];return f.userinfo!==void 0&&(S.push(f.userinfo),S.push("@")),f.host!==void 0&&S.push(kt(De(String(f.host),y),y).replace(y.IPV6ADDRESS,function(E,L,H){return"["+L+(H?"%25"+H:"")+"]"})),(typeof f.port=="number"||typeof f.port=="string")&&(S.push(":"),S.push(String(f.port))),S.length?S.join(""):void 0}var Ot=/^\.\.?\//,Ct=/^\/\.(\/|$)/,Nt=/^\/\.\.(\/|$)/,nr=/^\/?(?:.|\n)*?(?=\/|$)/;function Fe(f){for(var c=[];f.length;)if(f.match(Ot))f=f.replace(Ot,"");else if(f.match(Ct))f=f.replace(Ct,"/");else if(f.match(Nt))f=f.replace(Nt,"/"),c.pop();else if(f==="."||f==="..")f="";else{var y=f.match(nr);if(y){var S=y[0];f=f.slice(S.length),c.push(S)}else throw new Error("Unexpected dot segment condition")}return c.join("")}function Pe(f){var c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},y=c.iri?h:p,S=[],E=q[(c.scheme||f.scheme||"").toLowerCase()];if(E&&E.serialize&&E.serialize(f,c),f.host&&!y.IPV6ADDRESS.test(f.host)){if(c.domainHost||E&&E.domainHost)try{f.host=c.iri?N.toUnicode(f.host):N.toASCII(f.host.replace(y.PCT_ENCODED,J).toLowerCase())}catch(X){f.error=f.error||"Host's domain name can not be converted to "+(c.iri?"Unicode":"ASCII")+" via punycode: "+X}}Q(f,y),c.reference!=="suffix"&&f.scheme&&(S.push(f.scheme),S.push(":"));var L=rr(f,c);if(L!==void 0&&(c.reference!=="suffix"&&S.push("//"),S.push(L),f.path&&f.path.charAt(0)!=="/"&&S.push("/")),f.path!==void 0){var H=f.path;!c.absolutePath&&(!E||!E.absolutePath)&&(H=Fe(H)),L===void 0&&(H=H.replace(/^\/\//,"/%2F")),S.push(H)}return f.query!==void 0&&(S.push("?"),S.push(f.query)),f.fragment!==void 0&&(S.push("#"),S.push(f.fragment)),S.join("")}function jt(f,c){var y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},S=arguments[3],E={};return S||(f=Te(Pe(f,y),y),c=Te(Pe(c,y),y)),y=y||{},!y.tolerant&&c.scheme?(E.scheme=c.scheme,E.userinfo=c.userinfo,E.host=c.host,E.port=c.port,E.path=Fe(c.path||""),E.query=c.query):(c.userinfo!==void 0||c.host!==void 0||c.port!==void 0?(E.userinfo=c.userinfo,E.host=c.host,E.port=c.port,E.path=Fe(c.path||""),E.query=c.query):(c.path?(c.path.charAt(0)==="/"?E.path=Fe(c.path):((f.userinfo!==void 0||f.host!==void 0||f.port!==void 0)&&!f.path?E.path="/"+c.path:f.path?E.path=f.path.slice(0,f.path.lastIndexOf("/")+1)+c.path:E.path=c.path,E.path=Fe(E.path)),E.query=c.query):(E.path=f.path,c.query!==void 0?E.query=c.query:E.query=f.query),E.userinfo=f.userinfo,E.host=f.host,E.port=f.port),E.scheme=f.scheme),E.fragment=c.fragment,E}function sr(f,c,y){var S=d({scheme:"null"},y);return Pe(jt(Te(f,S),Te(c,S),S,!0),S)}function lt(f,c){return typeof f=="string"?f=Pe(Te(f,c),c):i(f)==="object"&&(f=Te(Pe(f,c),c)),f}function ir(f,c,y){return typeof f=="string"?f=Pe(Te(f,y),y):i(f)==="object"&&(f=Pe(f,y)),typeof c=="string"?c=Pe(Te(c,y),y):i(c)==="object"&&(c=Pe(c,y)),f===c}function Rr(f,c){return f&&f.toString().replace(!c||!c.iri?p.ESCAPE:h.ESCAPE,M)}function ke(f,c){return f&&f.toString().replace(!c||!c.iri?p.PCT_ENCODED:h.PCT_ENCODED,J)}var ut={scheme:"http",domainHost:!0,parse:function(c,y){return c.host||(c.error=c.error||"HTTP URIs must have a host."),c},serialize:function(c,y){var S=String(c.scheme).toLowerCase()==="https";return(c.port===(S?443:80)||c.port==="")&&(c.port=void 0),c.path||(c.path="/"),c}},Fs={scheme:"https",domainHost:ut.domainHost,parse:ut.parse,serialize:ut.serialize};function qs(f){return typeof f.secure=="boolean"?f.secure:String(f.scheme).toLowerCase()==="wss"}var or={scheme:"ws",domainHost:!0,parse:function(c,y){var S=c;return S.secure=qs(S),S.resourceName=(S.path||"/")+(S.query?"?"+S.query:""),S.path=void 0,S.query=void 0,S},serialize:function(c,y){if((c.port===(qs(c)?443:80)||c.port==="")&&(c.port=void 0),typeof c.secure=="boolean"&&(c.scheme=c.secure?"wss":"ws",c.secure=void 0),c.resourceName){var S=c.resourceName.split("?"),E=v(S,2),L=E[0],H=E[1];c.path=L&&L!=="/"?L:void 0,c.query=H,c.resourceName=void 0}return c.fragment=void 0,c}},Ms={scheme:"wss",domainHost:or.domainHost,parse:or.parse,serialize:or.serialize},ga={},Us="[A-Za-z0-9\\-\\.\\_\\~\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]",qe="[0-9A-Fa-f]",$a=s(s("%[EFef]"+qe+"%"+qe+qe+"%"+qe+qe)+"|"+s("%[89A-Fa-f]"+qe+"%"+qe+qe)+"|"+s("%"+qe+qe)),_a="[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]",wa="[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",va=n(wa,'[\\"\\\\]'),ba="[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]",Pa=new RegExp(Us,"g"),It=new RegExp($a,"g"),Ea=new RegExp(n("[^]",_a,"[\\.]",'[\\"]',va),"g"),Ls=new RegExp(n("[^]",Us,ba),"g"),Sa=Ls;function En(f){var c=J(f);return c.match(Pa)?c:f}var Hs={scheme:"mailto",parse:function(c,y){var S=c,E=S.to=S.path?S.path.split(","):[];if(S.path=void 0,S.query){for(var L=!1,H={},X=S.query.split("&"),se=0,ue=X.length;se<ue;++se){var Y=X[se].split("=");switch(Y[0]){case"to":for(var ne=Y[1].split(","),de=0,x=ne.length;de<x;++de)E.push(ne[de]);break;case"subject":S.subject=ke(Y[1],y);break;case"body":S.body=ke(Y[1],y);break;default:L=!0,H[ke(Y[0],y)]=ke(Y[1],y);break}}L&&(S.headers=H)}S.query=void 0;for(var oe=0,me=E.length;oe<me;++oe){var ae=E[oe].split("@");if(ae[0]=ke(ae[0]),y.unicodeSupport)ae[1]=ke(ae[1],y).toLowerCase();else try{ae[1]=N.toASCII(ke(ae[1],y).toLowerCase())}catch(Xe){S.error=S.error||"Email address's domain name can not be converted to ASCII via punycode: "+Xe}E[oe]=ae.join("@")}return S},serialize:function(c,y){var S=c,E=l(c.to);if(E){for(var L=0,H=E.length;L<H;++L){var X=String(E[L]),se=X.lastIndexOf("@"),ue=X.slice(0,se).replace(It,En).replace(It,o).replace(Ea,M),Y=X.slice(se+1);try{Y=y.iri?N.toUnicode(Y):N.toASCII(ke(Y,y).toLowerCase())}catch(oe){S.error=S.error||"Email address's domain name can not be converted to "+(y.iri?"Unicode":"ASCII")+" via punycode: "+oe}E[L]=ue+"@"+Y}S.path=E.join(",")}var ne=c.headers=c.headers||{};c.subject&&(ne.subject=c.subject),c.body&&(ne.body=c.body);var de=[];for(var x in ne)ne[x]!==ga[x]&&de.push(x.replace(It,En).replace(It,o).replace(Ls,M)+"="+ne[x].replace(It,En).replace(It,o).replace(Sa,M));return de.length&&(S.query=de.join("&")),S}},Ta=/^([^\:]+)\:(.*)/,zs={scheme:"urn",parse:function(c,y){var S=c.path&&c.path.match(Ta),E=c;if(S){var L=y.scheme||E.scheme||"urn",H=S[1].toLowerCase(),X=S[2],se=L+":"+(y.nid||H),ue=q[se];E.nid=H,E.nss=X,E.path=void 0,ue&&(E=ue.parse(E,y))}else E.error=E.error||"URN can not be parsed.";return E},serialize:function(c,y){var S=y.scheme||c.scheme||"urn",E=c.nid,L=S+":"+(y.nid||E),H=q[L];H&&(c=H.serialize(c,y));var X=c,se=c.nss;return X.path=(E||y.nid)+":"+se,X}},Ra=/^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/,Vs={scheme:"urn:uuid",parse:function(c,y){var S=c;return S.uuid=S.nss,S.nss=void 0,!y.tolerant&&(!S.uuid||!S.uuid.match(Ra))&&(S.error=S.error||"UUID is not valid."),S},serialize:function(c,y){var S=c;return S.nss=(c.uuid||"").toLowerCase(),S}};q[ut.scheme]=ut,q[Fs.scheme]=Fs,q[or.scheme]=or,q[Ms.scheme]=Ms,q[Hs.scheme]=Hs,q[zs.scheme]=zs,q[Vs.scheme]=Vs,r.SCHEMES=q,r.pctEncChar=M,r.pctDecChars=J,r.parse=Te,r.removeDotSegments=Fe,r.serialize=Pe,r.resolveComponents=jt,r.resolve=sr,r.normalize=lt,r.equal=ir,r.escapeComponent=Rr,r.unescapeComponent=ke,Object.defineProperty(r,"__esModule",{value:!0})})})(qn,qn.exports);var au=qn.exports;Object.defineProperty(rs,"__esModule",{value:!0});const Yo=au;Yo.code='require("ajv/dist/runtime/uri").default';rs.default=Yo;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=void 0;var t=Ae;Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return t.KeywordCxt}});var r=G;Object.defineProperty(e,"_",{enumerable:!0,get:function(){return r._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return r.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return r.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return r.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return r.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return r.CodeGen}});const n=Er,s=Sr,i=Pt,o=Se,l=G,d=$e,u=Pr,p=re,h=ou,v=rs,T=(F,$)=>new RegExp(F,$);T.code="new RegExp";const w=["removeAdditional","useDefaults","coerceTypes"],R=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),_={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},g={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},k=200;function O(F){var $,I,P,a,m,N,q,M,J,Q,le,De,kt,er,tr,Te,rr,Ot,Ct,Nt,nr,Fe,Pe,jt,sr;const lt=F.strict,ir=($=F.code)===null||$===void 0?void 0:$.optimize,Rr=ir===!0||ir===void 0?1:ir||0,ke=(P=(I=F.code)===null||I===void 0?void 0:I.regExp)!==null&&P!==void 0?P:T,ut=(a=F.uriResolver)!==null&&a!==void 0?a:v.default;return{strictSchema:(N=(m=F.strictSchema)!==null&&m!==void 0?m:lt)!==null&&N!==void 0?N:!0,strictNumbers:(M=(q=F.strictNumbers)!==null&&q!==void 0?q:lt)!==null&&M!==void 0?M:!0,strictTypes:(Q=(J=F.strictTypes)!==null&&J!==void 0?J:lt)!==null&&Q!==void 0?Q:"log",strictTuples:(De=(le=F.strictTuples)!==null&&le!==void 0?le:lt)!==null&&De!==void 0?De:"log",strictRequired:(er=(kt=F.strictRequired)!==null&&kt!==void 0?kt:lt)!==null&&er!==void 0?er:!1,code:F.code?{...F.code,optimize:Rr,regExp:ke}:{optimize:Rr,regExp:ke},loopRequired:(tr=F.loopRequired)!==null&&tr!==void 0?tr:k,loopEnum:(Te=F.loopEnum)!==null&&Te!==void 0?Te:k,meta:(rr=F.meta)!==null&&rr!==void 0?rr:!0,messages:(Ot=F.messages)!==null&&Ot!==void 0?Ot:!0,inlineRefs:(Ct=F.inlineRefs)!==null&&Ct!==void 0?Ct:!0,schemaId:(Nt=F.schemaId)!==null&&Nt!==void 0?Nt:"$id",addUsedSchema:(nr=F.addUsedSchema)!==null&&nr!==void 0?nr:!0,validateSchema:(Fe=F.validateSchema)!==null&&Fe!==void 0?Fe:!0,validateFormats:(Pe=F.validateFormats)!==null&&Pe!==void 0?Pe:!0,unicodeRegExp:(jt=F.unicodeRegExp)!==null&&jt!==void 0?jt:!0,int32range:(sr=F.int32range)!==null&&sr!==void 0?sr:!0,uriResolver:ut}}class j{constructor($={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,$=this.opts={...$,...O($)};const{es5:I,lines:P}=this.opts.code;this.scope=new l.ValueScope({scope:{},prefixes:R,es5:I,lines:P}),this.logger=Z($.logger);const a=$.validateFormats;$.validateFormats=!1,this.RULES=(0,i.getRules)(),D.call(this,_,$,"NOT SUPPORTED"),D.call(this,g,$,"DEPRECATED","warn"),this._metaOpts=K.call(this),$.formats&&A.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),$.keywords&&W.call(this,$.keywords),typeof $.meta=="object"&&this.addMetaSchema($.meta),C.call(this),$.validateFormats=a}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){const{$data:$,meta:I,schemaId:P}=this.opts;let a=h;P==="id"&&(a={...h},a.id=a.$id,delete a.$id),I&&$&&this.addMetaSchema(a,a[P],!1)}defaultMeta(){const{meta:$,schemaId:I}=this.opts;return this.opts.defaultMeta=typeof $=="object"?$[I]||$:void 0}validate($,I){let P;if(typeof $=="string"){if(P=this.getSchema($),!P)throw new Error(`no schema with key or ref "${$}"`)}else P=this.compile($);const a=P(I);return"$async"in P||(this.errors=P.errors),a}compile($,I){const P=this._addSchema($,I);return P.validate||this._compileSchemaEnv(P)}compileAsync($,I){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");const{loadSchema:P}=this.opts;return a.call(this,$,I);async function a(Q,le){await m.call(this,Q.$schema);const De=this._addSchema(Q,le);return De.validate||N.call(this,De)}async function m(Q){Q&&!this.getSchema(Q)&&await a.call(this,{$ref:Q},!0)}async function N(Q){try{return this._compileSchemaEnv(Q)}catch(le){if(!(le instanceof s.default))throw le;return q.call(this,le),await M.call(this,le.missingSchema),N.call(this,Q)}}function q({missingSchema:Q,missingRef:le}){if(this.refs[Q])throw new Error(`AnySchema ${Q} is loaded but ${le} cannot be resolved`)}async function M(Q){const le=await J.call(this,Q);this.refs[Q]||await m.call(this,le.$schema),this.refs[Q]||this.addSchema(le,Q,I)}async function J(Q){const le=this._loading[Q];if(le)return le;try{return await(this._loading[Q]=P(Q))}finally{delete this._loading[Q]}}}addSchema($,I,P,a=this.opts.validateSchema){if(Array.isArray($)){for(const N of $)this.addSchema(N,void 0,P,a);return this}let m;if(typeof $=="object"){const{schemaId:N}=this.opts;if(m=$[N],m!==void 0&&typeof m!="string")throw new Error(`schema ${N} must be string`)}return I=(0,d.normalizeId)(I||m),this._checkUnique(I),this.schemas[I]=this._addSchema($,P,I,a,!0),this}addMetaSchema($,I,P=this.opts.validateSchema){return this.addSchema($,I,!0,P),this}validateSchema($,I){if(typeof $=="boolean")return!0;let P;if(P=$.$schema,P!==void 0&&typeof P!="string")throw new Error("$schema must be a string");if(P=P||this.opts.defaultMeta||this.defaultMeta(),!P)return this.logger.warn("meta-schema not available"),this.errors=null,!0;const a=this.validate(P,$);if(!a&&I){const m="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(m);else throw new Error(m)}return a}getSchema($){let I;for(;typeof(I=b.call(this,$))=="string";)$=I;if(I===void 0){const{schemaId:P}=this.opts,a=new o.SchemaEnv({schema:{},schemaId:P});if(I=o.resolveSchema.call(this,a,$),!I)return;this.refs[$]=I}return I.validate||this._compileSchemaEnv(I)}removeSchema($){if($ instanceof RegExp)return this._removeAllSchemas(this.schemas,$),this._removeAllSchemas(this.refs,$),this;switch(typeof $){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{const I=b.call(this,$);return typeof I=="object"&&this._cache.delete(I.schema),delete this.schemas[$],delete this.refs[$],this}case"object":{const I=$;this._cache.delete(I);let P=$[this.opts.schemaId];return P&&(P=(0,d.normalizeId)(P),delete this.schemas[P],delete this.refs[P]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary($){for(const I of $)this.addKeyword(I);return this}addKeyword($,I){let P;if(typeof $=="string")P=$,typeof I=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),I.keyword=P);else if(typeof $=="object"&&I===void 0){if(I=$,P=I.keyword,Array.isArray(P)&&!P.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(he.call(this,P,I),!I)return(0,p.eachItem)(P,m=>at.call(this,m)),this;Tt.call(this,I);const a={...I,type:(0,u.getJSONTypes)(I.type),schemaType:(0,u.getJSONTypes)(I.schemaType)};return(0,p.eachItem)(P,a.type.length===0?m=>at.call(this,m,a):m=>a.type.forEach(N=>at.call(this,m,a,N))),this}getKeyword($){const I=this.RULES.all[$];return typeof I=="object"?I.definition:!!I}removeKeyword($){const{RULES:I}=this;delete I.keywords[$],delete I.all[$];for(const P of I.rules){const a=P.rules.findIndex(m=>m.keyword===$);a>=0&&P.rules.splice(a,1)}return this}addFormat($,I){return typeof I=="string"&&(I=new RegExp(I)),this.formats[$]=I,this}errorsText($=this.errors,{separator:I=", ",dataVar:P="data"}={}){return!$||$.length===0?"No errors":$.map(a=>`${P}${a.instancePath} ${a.message}`).reduce((a,m)=>a+I+m)}$dataMetaSchema($,I){const P=this.RULES.all;$=JSON.parse(JSON.stringify($));for(const a of I){const m=a.split("/").slice(1);let N=$;for(const q of m)N=N[q];for(const q in P){const M=P[q];if(typeof M!="object")continue;const{$data:J}=M.definition,Q=N[q];J&&Q&&(N[q]=Rt(Q))}}return $}_removeAllSchemas($,I){for(const P in $){const a=$[P];(!I||I.test(P))&&(typeof a=="string"?delete $[P]:a&&!a.meta&&(this._cache.delete(a.schema),delete $[P]))}}_addSchema($,I,P,a=this.opts.validateSchema,m=this.opts.addUsedSchema){let N;const{schemaId:q}=this.opts;if(typeof $=="object")N=$[q];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof $!="boolean")throw new Error("schema must be object or boolean")}let M=this._cache.get($);if(M!==void 0)return M;P=(0,d.normalizeId)(N||P);const J=d.getSchemaRefs.call(this,$,P);return M=new o.SchemaEnv({schema:$,schemaId:q,meta:I,baseId:P,localRefs:J}),this._cache.set(M.schema,M),m&&!P.startsWith("#")&&(P&&this._checkUnique(P),this.refs[P]=M),a&&this.validateSchema($,!0),M}_checkUnique($){if(this.schemas[$]||this.refs[$])throw new Error(`schema with key or id "${$}" already exists`)}_compileSchemaEnv($){if($.meta?this._compileMetaSchema($):o.compileSchema.call(this,$),!$.validate)throw new Error("ajv implementation error");return $.validate}_compileMetaSchema($){const I=this.opts;this.opts=this._metaOpts;try{o.compileSchema.call(this,$)}finally{this.opts=I}}}e.default=j,j.ValidationError=n.default,j.MissingRefError=s.default;function D(F,$,I,P="error"){for(const a in F){const m=a;m in $&&this.logger[P](`${I}: option ${a}. ${F[m]}`)}}function b(F){return F=(0,d.normalizeId)(F),this.schemas[F]||this.refs[F]}function C(){const F=this.opts.schemas;if(F)if(Array.isArray(F))this.addSchema(F);else for(const $ in F)this.addSchema(F[$],$)}function A(){for(const F in this.opts.formats){const $=this.opts.formats[F];$&&this.addFormat(F,$)}}function W(F){if(Array.isArray(F)){this.addVocabulary(F);return}this.logger.warn("keywords option as map is deprecated, pass array");for(const $ in F){const I=F[$];I.keyword||(I.keyword=$),this.addKeyword(I)}}function K(){const F={...this.opts};for(const $ of w)delete F[$];return F}const ce={log(){},warn(){},error(){}};function Z(F){if(F===!1)return ce;if(F===void 0)return console;if(F.log&&F.warn&&F.error)return F;throw new Error("logger must implement log, warn and error methods")}const Re=/^[a-z_$][a-z0-9_$:-]*$/i;function he(F,$){const{RULES:I}=this;if((0,p.eachItem)(F,P=>{if(I.keywords[P])throw new Error(`Keyword ${P} is already defined`);if(!Re.test(P))throw new Error(`Keyword ${P} has invalid name`)}),!!$&&$.$data&&!("code"in $||"validate"in $))throw new Error('$data keyword must have "code" or "validate" function')}function at(F,$,I){var P;const a=$==null?void 0:$.post;if(I&&a)throw new Error('keyword with "post" flag cannot have "type"');const{RULES:m}=this;let N=a?m.post:m.rules.find(({type:M})=>M===I);if(N||(N={type:I,rules:[]},m.rules.push(N)),m.keywords[F]=!0,!$)return;const q={keyword:F,definition:{...$,type:(0,u.getJSONTypes)($.type),schemaType:(0,u.getJSONTypes)($.schemaType)}};$.before?ct.call(this,N,q,$.before):N.rules.push(q),m.all[F]=q,(P=$.implements)===null||P===void 0||P.forEach(M=>this.addKeyword(M))}function ct(F,$,I){const P=F.rules.findIndex(a=>a.keyword===I);P>=0?F.rules.splice(P,0,$):(F.rules.push($),this.logger.warn(`rule ${I} is not defined`))}function Tt(F){let{metaSchema:$}=F;$!==void 0&&(F.$data&&this.opts.$data&&($=Rt($)),F.validateSchema=this.compile($,!0))}const Xt={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Rt(F){return{anyOf:[F,Xt]}}})(So);var ns={},ss={},is={};Object.defineProperty(is,"__esModule",{value:!0});const cu={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};is.default=cu;var Et={};Object.defineProperty(Et,"__esModule",{value:!0});Et.callRef=Et.getValidate=void 0;const lu=Sr,fi=B,Ee=G,qt=Ke,hi=Se,Nr=re,uu={keyword:"$ref",schemaType:"string",code(e){const{gen:t,schema:r,it:n}=e,{baseId:s,schemaEnv:i,validateName:o,opts:l,self:d}=n,{root:u}=i;if((r==="#"||r==="#/")&&s===u.baseId)return h();const p=hi.resolveRef.call(d,u,s,r);if(p===void 0)throw new lu.default(n.opts.uriResolver,s,r);if(p instanceof hi.SchemaEnv)return v(p);return T(p);function h(){if(i===u)return Lr(e,o,i,i.$async);const w=t.scopeValue("root",{ref:u});return Lr(e,(0,Ee._)`${w}.validate`,u,u.$async)}function v(w){const R=Qo(e,w);Lr(e,R,w,w.$async)}function T(w){const R=t.scopeValue("schema",l.code.source===!0?{ref:w,code:(0,Ee.stringify)(w)}:{ref:w}),_=t.name("valid"),g=e.subschema({schema:w,dataTypes:[],schemaPath:Ee.nil,topSchemaRef:R,errSchemaPath:r},_);e.mergeEvaluated(g),e.ok(_)}}};function Qo(e,t){const{gen:r}=e;return t.validate?r.scopeValue("validate",{ref:t.validate}):(0,Ee._)`${r.scopeValue("wrapper",{ref:t})}.validate`}Et.getValidate=Qo;function Lr(e,t,r,n){const{gen:s,it:i}=e,{allErrors:o,schemaEnv:l,opts:d}=i,u=d.passContext?qt.default.this:Ee.nil;n?p():h();function p(){if(!l.$async)throw new Error("async schema referenced by sync schema");const w=s.let("valid");s.try(()=>{s.code((0,Ee._)`await ${(0,fi.callValidateCode)(e,t,u)}`),T(t),o||s.assign(w,!0)},R=>{s.if((0,Ee._)`!(${R} instanceof ${i.ValidationError})`,()=>s.throw(R)),v(R),o||s.assign(w,!1)}),e.ok(w)}function h(){e.result((0,fi.callValidateCode)(e,t,u),()=>T(t),()=>v(t))}function v(w){const R=(0,Ee._)`${w}.errors`;s.assign(qt.default.vErrors,(0,Ee._)`${qt.default.vErrors} === null ? ${R} : ${qt.default.vErrors}.concat(${R})`),s.assign(qt.default.errors,(0,Ee._)`${qt.default.vErrors}.length`)}function T(w){var R;if(!i.opts.unevaluated)return;const _=(R=r==null?void 0:r.validate)===null||R===void 0?void 0:R.evaluated;if(i.props!==!0)if(_&&!_.dynamicProps)_.props!==void 0&&(i.props=Nr.mergeEvaluated.props(s,_.props,i.props));else{const g=s.var("props",(0,Ee._)`${w}.evaluated.props`);i.props=Nr.mergeEvaluated.props(s,g,i.props,Ee.Name)}if(i.items!==!0)if(_&&!_.dynamicItems)_.items!==void 0&&(i.items=Nr.mergeEvaluated.items(s,_.items,i.items));else{const g=s.var("items",(0,Ee._)`${w}.evaluated.items`);i.items=Nr.mergeEvaluated.items(s,g,i.items,Ee.Name)}}}Et.callRef=Lr;Et.default=uu;Object.defineProperty(ss,"__esModule",{value:!0});const du=is,pu=Et,fu=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",du.default,pu.default];ss.default=fu;var os={},as={};Object.defineProperty(as,"__esModule",{value:!0});const Gr=G,rt=Gr.operators,Kr={maximum:{okStr:"<=",ok:rt.LTE,fail:rt.GT},minimum:{okStr:">=",ok:rt.GTE,fail:rt.LT},exclusiveMaximum:{okStr:"<",ok:rt.LT,fail:rt.GTE},exclusiveMinimum:{okStr:">",ok:rt.GT,fail:rt.LTE}},hu={message:({keyword:e,schemaCode:t})=>(0,Gr.str)`must be ${Kr[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,Gr._)`{comparison: ${Kr[e].okStr}, limit: ${t}}`},mu={keyword:Object.keys(Kr),type:"number",schemaType:"number",$data:!0,error:hu,code(e){const{keyword:t,data:r,schemaCode:n}=e;e.fail$data((0,Gr._)`${r} ${Kr[t].fail} ${n} || isNaN(${r})`)}};as.default=mu;var cs={};Object.defineProperty(cs,"__esModule",{value:!0});const fr=G,yu={message:({schemaCode:e})=>(0,fr.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,fr._)`{multipleOf: ${e}}`},gu={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:yu,code(e){const{gen:t,data:r,schemaCode:n,it:s}=e,i=s.opts.multipleOfPrecision,o=t.let("res"),l=i?(0,fr._)`Math.abs(Math.round(${o}) - ${o}) > 1e-${i}`:(0,fr._)`${o} !== parseInt(${o})`;e.fail$data((0,fr._)`(${n} === 0 || (${o} = ${r}/${n}, ${l}))`)}};cs.default=gu;var ls={},us={};Object.defineProperty(us,"__esModule",{value:!0});function Zo(e){const t=e.length;let r=0,n=0,s;for(;n<t;)r++,s=e.charCodeAt(n++),s>=55296&&s<=56319&&n<t&&(s=e.charCodeAt(n),(s&64512)===56320&&n++);return r}us.default=Zo;Zo.code='require("ajv/dist/runtime/ucs2length").default';Object.defineProperty(ls,"__esModule",{value:!0});const mt=G,$u=re,_u=us,wu={message({keyword:e,schemaCode:t}){const r=e==="maxLength"?"more":"fewer";return(0,mt.str)`must NOT have ${r} than ${t} characters`},params:({schemaCode:e})=>(0,mt._)`{limit: ${e}}`},vu={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:wu,code(e){const{keyword:t,data:r,schemaCode:n,it:s}=e,i=t==="maxLength"?mt.operators.GT:mt.operators.LT,o=s.opts.unicode===!1?(0,mt._)`${r}.length`:(0,mt._)`${(0,$u.useFunc)(e.gen,_u.default)}(${r})`;e.fail$data((0,mt._)`${o} ${i} ${n}`)}};ls.default=vu;var ds={};Object.defineProperty(ds,"__esModule",{value:!0});const bu=B,Jr=G,Pu={message:({schemaCode:e})=>(0,Jr.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,Jr._)`{pattern: ${e}}`},Eu={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:Pu,code(e){const{data:t,$data:r,schema:n,schemaCode:s,it:i}=e,o=i.opts.unicodeRegExp?"u":"",l=r?(0,Jr._)`(new RegExp(${s}, ${o}))`:(0,bu.usePattern)(e,n);e.fail$data((0,Jr._)`!${l}.test(${t})`)}};ds.default=Eu;var ps={};Object.defineProperty(ps,"__esModule",{value:!0});const hr=G,Su={message({keyword:e,schemaCode:t}){const r=e==="maxProperties"?"more":"fewer";return(0,hr.str)`must NOT have ${r} than ${t} properties`},params:({schemaCode:e})=>(0,hr._)`{limit: ${e}}`},Tu={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:Su,code(e){const{keyword:t,data:r,schemaCode:n}=e,s=t==="maxProperties"?hr.operators.GT:hr.operators.LT;e.fail$data((0,hr._)`Object.keys(${r}).length ${s} ${n}`)}};ps.default=Tu;var fs={};Object.defineProperty(fs,"__esModule",{value:!0});const ur=B,mr=G,Ru=re,ku={message:({params:{missingProperty:e}})=>(0,mr.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,mr._)`{missingProperty: ${e}}`},Ou={keyword:"required",type:"object",schemaType:"array",$data:!0,error:ku,code(e){const{gen:t,schema:r,schemaCode:n,data:s,$data:i,it:o}=e,{opts:l}=o;if(!i&&r.length===0)return;const d=r.length>=l.loopRequired;if(o.allErrors?u():p(),l.strictRequired){const T=e.parentSchema.properties,{definedProperties:w}=e.it;for(const R of r)if((T==null?void 0:T[R])===void 0&&!w.has(R)){const _=o.schemaEnv.baseId+o.errSchemaPath,g=`required property "${R}" is not defined at "${_}" (strictRequired)`;(0,Ru.checkStrictMode)(o,g,o.opts.strictRequired)}}function u(){if(d||i)e.block$data(mr.nil,h);else for(const T of r)(0,ur.checkReportMissingProp)(e,T)}function p(){const T=t.let("missing");if(d||i){const w=t.let("valid",!0);e.block$data(w,()=>v(T,w)),e.ok(w)}else t.if((0,ur.checkMissingProp)(e,r,T)),(0,ur.reportMissingProp)(e,T),t.else()}function h(){t.forOf("prop",n,T=>{e.setParams({missingProperty:T}),t.if((0,ur.noPropertyInData)(t,s,T,l.ownProperties),()=>e.error())})}function v(T,w){e.setParams({missingProperty:T}),t.forOf(T,n,()=>{t.assign(w,(0,ur.propertyInData)(t,s,T,l.ownProperties)),t.if((0,mr.not)(w),()=>{e.error(),t.break()})},mr.nil)}}};fs.default=Ou;var hs={};Object.defineProperty(hs,"__esModule",{value:!0});const yr=G,Cu={message({keyword:e,schemaCode:t}){const r=e==="maxItems"?"more":"fewer";return(0,yr.str)`must NOT have ${r} than ${t} items`},params:({schemaCode:e})=>(0,yr._)`{limit: ${e}}`},Nu={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:Cu,code(e){const{keyword:t,data:r,schemaCode:n}=e,s=t==="maxItems"?yr.operators.GT:yr.operators.LT;e.fail$data((0,yr._)`${r}.length ${s} ${n}`)}};hs.default=Nu;var ms={},Tr={};Object.defineProperty(Tr,"__esModule",{value:!0});const Xo=Io;Xo.code='require("ajv/dist/runtime/equal").default';Tr.default=Xo;Object.defineProperty(ms,"__esModule",{value:!0});const Cn=Pr,ge=G,ju=re,Iu=Tr,Au={message:({params:{i:e,j:t}})=>(0,ge.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,ge._)`{i: ${e}, j: ${t}}`},Du={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:Au,code(e){const{gen:t,data:r,$data:n,schema:s,parentSchema:i,schemaCode:o,it:l}=e;if(!n&&!s)return;const d=t.let("valid"),u=i.items?(0,Cn.getSchemaTypes)(i.items):[];e.block$data(d,p,(0,ge._)`${o} === false`),e.ok(d);function p(){const w=t.let("i",(0,ge._)`${r}.length`),R=t.let("j");e.setParams({i:w,j:R}),t.assign(d,!0),t.if((0,ge._)`${w} > 1`,()=>(h()?v:T)(w,R))}function h(){return u.length>0&&!u.some(w=>w==="object"||w==="array")}function v(w,R){const _=t.name("item"),g=(0,Cn.checkDataTypes)(u,_,l.opts.strictNumbers,Cn.DataType.Wrong),k=t.const("indices",(0,ge._)`{}`);t.for((0,ge._)`;${w}--;`,()=>{t.let(_,(0,ge._)`${r}[${w}]`),t.if(g,(0,ge._)`continue`),u.length>1&&t.if((0,ge._)`typeof ${_} == "string"`,(0,ge._)`${_} += "_"`),t.if((0,ge._)`typeof ${k}[${_}] == "number"`,()=>{t.assign(R,(0,ge._)`${k}[${_}]`),e.error(),t.assign(d,!1).break()}).code((0,ge._)`${k}[${_}] = ${w}`)})}function T(w,R){const _=(0,ju.useFunc)(t,Iu.default),g=t.name("outer");t.label(g).for((0,ge._)`;${w}--;`,()=>t.for((0,ge._)`${R} = ${w}; ${R}--;`,()=>t.if((0,ge._)`${_}(${r}[${w}], ${r}[${R}])`,()=>{e.error(),t.assign(d,!1).break(g)})))}}};ms.default=Du;var ys={};Object.defineProperty(ys,"__esModule",{value:!0});const Mn=G,Fu=re,qu=Tr,Mu={message:"must be equal to constant",params:({schemaCode:e})=>(0,Mn._)`{allowedValue: ${e}}`},Uu={keyword:"const",$data:!0,error:Mu,code(e){const{gen:t,data:r,$data:n,schemaCode:s,schema:i}=e;n||i&&typeof i=="object"?e.fail$data((0,Mn._)`!${(0,Fu.useFunc)(t,qu.default)}(${r}, ${s})`):e.fail((0,Mn._)`${i} !== ${r}`)}};ys.default=Uu;var gs={};Object.defineProperty(gs,"__esModule",{value:!0});const dr=G,Lu=re,Hu=Tr,zu={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>(0,dr._)`{allowedValues: ${e}}`},Vu={keyword:"enum",schemaType:"array",$data:!0,error:zu,code(e){const{gen:t,data:r,$data:n,schema:s,schemaCode:i,it:o}=e;if(!n&&s.length===0)throw new Error("enum must have non-empty array");const l=s.length>=o.opts.loopEnum;let d;const u=()=>d??(d=(0,Lu.useFunc)(t,Hu.default));let p;if(l||n)p=t.let("valid"),e.block$data(p,h);else{if(!Array.isArray(s))throw new Error("ajv implementation error");const T=t.const("vSchema",i);p=(0,dr.or)(...s.map((w,R)=>v(T,R)))}e.pass(p);function h(){t.assign(p,!1),t.forOf("v",i,T=>t.if((0,dr._)`${u()}(${r}, ${T})`,()=>t.assign(p,!0).break()))}function v(T,w){const R=s[w];return typeof R=="object"&&R!==null?(0,dr._)`${u()}(${r}, ${T}[${w}])`:(0,dr._)`${r} === ${R}`}}};gs.default=Vu;Object.defineProperty(os,"__esModule",{value:!0});const Wu=as,xu=cs,Bu=ls,Gu=ds,Ku=ps,Ju=fs,Yu=hs,Qu=ms,Zu=ys,Xu=gs,ed=[Wu.default,xu.default,Bu.default,Gu.default,Ku.default,Ju.default,Yu.default,Qu.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},Zu.default,Xu.default];os.default=ed;var $s={},Qt={};Object.defineProperty(Qt,"__esModule",{value:!0});Qt.validateAdditionalItems=void 0;const yt=G,Un=re,td={message:({params:{len:e}})=>(0,yt.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,yt._)`{limit: ${e}}`},rd={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:td,code(e){const{parentSchema:t,it:r}=e,{items:n}=t;if(!Array.isArray(n)){(0,Un.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}ea(e,n)}};function ea(e,t){const{gen:r,schema:n,data:s,keyword:i,it:o}=e;o.items=!0;const l=r.const("len",(0,yt._)`${s}.length`);if(n===!1)e.setParams({len:t.length}),e.pass((0,yt._)`${l} <= ${t.length}`);else if(typeof n=="object"&&!(0,Un.alwaysValidSchema)(o,n)){const u=r.var("valid",(0,yt._)`${l} <= ${t.length}`);r.if((0,yt.not)(u),()=>d(u)),e.ok(u)}function d(u){r.forRange("i",t.length,l,p=>{e.subschema({keyword:i,dataProp:p,dataPropType:Un.Type.Num},u),o.allErrors||r.if((0,yt.not)(u),()=>r.break())})}}Qt.validateAdditionalItems=ea;Qt.default=rd;var _s={},Zt={};Object.defineProperty(Zt,"__esModule",{value:!0});Zt.validateTuple=void 0;const mi=G,Hr=re,nd=B,sd={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){const{schema:t,it:r}=e;if(Array.isArray(t))return ta(e,"additionalItems",t);r.items=!0,!(0,Hr.alwaysValidSchema)(r,t)&&e.ok((0,nd.validateArray)(e))}};function ta(e,t,r=e.schema){const{gen:n,parentSchema:s,data:i,keyword:o,it:l}=e;p(s),l.opts.unevaluated&&r.length&&l.items!==!0&&(l.items=Hr.mergeEvaluated.items(n,r.length,l.items));const d=n.name("valid"),u=n.const("len",(0,mi._)`${i}.length`);r.forEach((h,v)=>{(0,Hr.alwaysValidSchema)(l,h)||(n.if((0,mi._)`${u} > ${v}`,()=>e.subschema({keyword:o,schemaProp:v,dataProp:v},d)),e.ok(d))});function p(h){const{opts:v,errSchemaPath:T}=l,w=r.length,R=w===h.minItems&&(w===h.maxItems||h[t]===!1);if(v.strictTuples&&!R){const _=`"${o}" is ${w}-tuple, but minItems or maxItems/${t} are not specified or different at path "${T}"`;(0,Hr.checkStrictMode)(l,_,v.strictTuples)}}}Zt.validateTuple=ta;Zt.default=sd;Object.defineProperty(_s,"__esModule",{value:!0});const id=Zt,od={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,id.validateTuple)(e,"items")};_s.default=od;var ws={};Object.defineProperty(ws,"__esModule",{value:!0});const yi=G,ad=re,cd=B,ld=Qt,ud={message:({params:{len:e}})=>(0,yi.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,yi._)`{limit: ${e}}`},dd={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:ud,code(e){const{schema:t,parentSchema:r,it:n}=e,{prefixItems:s}=r;n.items=!0,!(0,ad.alwaysValidSchema)(n,t)&&(s?(0,ld.validateAdditionalItems)(e,s):e.ok((0,cd.validateArray)(e)))}};ws.default=dd;var vs={};Object.defineProperty(vs,"__esModule",{value:!0});const Ce=G,jr=re,pd={message:({params:{min:e,max:t}})=>t===void 0?(0,Ce.str)`must contain at least ${e} valid item(s)`:(0,Ce.str)`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?(0,Ce._)`{minContains: ${e}}`:(0,Ce._)`{minContains: ${e}, maxContains: ${t}}`},fd={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:pd,code(e){const{gen:t,schema:r,parentSchema:n,data:s,it:i}=e;let o,l;const{minContains:d,maxContains:u}=n;i.opts.next?(o=d===void 0?1:d,l=u):o=1;const p=t.const("len",(0,Ce._)`${s}.length`);if(e.setParams({min:o,max:l}),l===void 0&&o===0){(0,jr.checkStrictMode)(i,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(l!==void 0&&o>l){(0,jr.checkStrictMode)(i,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,jr.alwaysValidSchema)(i,r)){let R=(0,Ce._)`${p} >= ${o}`;l!==void 0&&(R=(0,Ce._)`${R} && ${p} <= ${l}`),e.pass(R);return}i.items=!0;const h=t.name("valid");l===void 0&&o===1?T(h,()=>t.if(h,()=>t.break())):o===0?(t.let(h,!0),l!==void 0&&t.if((0,Ce._)`${s}.length > 0`,v)):(t.let(h,!1),v()),e.result(h,()=>e.reset());function v(){const R=t.name("_valid"),_=t.let("count",0);T(R,()=>t.if(R,()=>w(_)))}function T(R,_){t.forRange("i",0,p,g=>{e.subschema({keyword:"contains",dataProp:g,dataPropType:jr.Type.Num,compositeRule:!0},R),_()})}function w(R){t.code((0,Ce._)`${R}++`),l===void 0?t.if((0,Ce._)`${R} >= ${o}`,()=>t.assign(h,!0).break()):(t.if((0,Ce._)`${R} > ${l}`,()=>t.assign(h,!1).break()),o===1?t.assign(h,!0):t.if((0,Ce._)`${R} >= ${o}`,()=>t.assign(h,!0)))}}};vs.default=fd;var ra={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.validateSchemaDeps=e.validatePropertyDeps=e.error=void 0;const t=G,r=re,n=B;e.error={message:({params:{property:d,depsCount:u,deps:p}})=>{const h=u===1?"property":"properties";return(0,t.str)`must have ${h} ${p} when property ${d} is present`},params:({params:{property:d,depsCount:u,deps:p,missingProperty:h}})=>(0,t._)`{property: ${d},
|
|
855
|
+
|| ${W} === "boolean" || ${C} === null`).assign(K,(0,s._)`[${C}]`)}}}function T({gen:O,parentData:j,parentDataProperty:D},b){O.if((0,s._)`${j} !== undefined`,()=>O.assign((0,s._)`${j}[${D}]`,b))}function w(O,j,D,b=o.Correct){const C=b===o.Correct?s.operators.EQ:s.operators.NEQ;let A;switch(O){case"null":return(0,s._)`${j} ${C} null`;case"array":A=(0,s._)`Array.isArray(${j})`;break;case"object":A=(0,s._)`${j} && typeof ${j} == "object" && !Array.isArray(${j})`;break;case"integer":A=W((0,s._)`!(${j} % 1) && !isNaN(${j})`);break;case"number":A=W();break;default:return(0,s._)`typeof ${j} ${C} ${O}`}return b===o.Correct?A:(0,s.not)(A);function W(K=s.nil){return(0,s.and)((0,s._)`typeof ${j} == "number"`,K,D?(0,s._)`isFinite(${j})`:s.nil)}}e.checkDataType=w;function R(O,j,D,b){if(O.length===1)return w(O[0],j,D,b);let C;const A=(0,i.toHash)(O);if(A.array&&A.object){const W=(0,s._)`typeof ${j} != "object"`;C=A.null?W:(0,s._)`!${j} || ${W}`,delete A.null,delete A.array,delete A.object}else C=s.nil;A.number&&delete A.integer;for(const W in A)C=(0,s.and)(C,w(W,j,D,b));return C}e.checkDataTypes=R;const _={message:({schema:O})=>`must be ${O}`,params:({schema:O,schemaValue:j})=>typeof O=="string"?(0,s._)`{type: ${O}}`:(0,s._)`{type: ${j}}`};function g(O){const j=k(O);(0,n.reportError)(j,_)}e.reportTypeError=g;function k(O){const{gen:j,data:D,schema:b}=O,C=(0,i.schemaRefOrVal)(O,b,"type");return{gen:j,keyword:"type",data:D,schema:b.type,schemaCode:C,schemaValue:C,parentSchema:b,params:{},it:O}}})(Pr);var _n={};Object.defineProperty(_n,"__esModule",{value:!0});_n.assignDefaults=void 0;const Ft=G,Mc=re;function Uc(e,t){const{properties:r,items:n}=e.schema;if(t==="object"&&r)for(const s in r)oi(e,s,r[s].default);else t==="array"&&Array.isArray(n)&&n.forEach((s,i)=>oi(e,i,s.default))}_n.assignDefaults=Uc;function oi(e,t,r){const{gen:n,compositeRule:s,data:i,opts:o}=e;if(r===void 0)return;const l=(0,Ft._)`${i}${(0,Ft.getProperty)(t)}`;if(s){(0,Mc.checkStrictMode)(e,`default is ignored for: ${l}`);return}let d=(0,Ft._)`${l} === undefined`;o.useDefaults==="empty"&&(d=(0,Ft._)`${d} || ${l} === null || ${l} === ""`),n.if(d,(0,Ft._)`${l} = ${(0,Ft.stringify)(r)}`)}var We={},B={};Object.defineProperty(B,"__esModule",{value:!0});B.validateUnion=B.validateArray=B.usePattern=B.callValidateCode=B.schemaProperties=B.allSchemaProperties=B.noPropertyInData=B.propertyInData=B.isOwnProperty=B.hasPropFunc=B.reportMissingProp=B.checkMissingProp=B.checkReportMissingProp=void 0;const ie=G,Yn=re,tt=Ke,Lc=re;function Hc(e,t){const{gen:r,data:n,it:s}=e;r.if(Zn(r,n,t,s.opts.ownProperties),()=>{e.setParams({missingProperty:(0,ie._)`${t}`},!0),e.error()})}B.checkReportMissingProp=Hc;function zc({gen:e,data:t,it:{opts:r}},n,s){return(0,ie.or)(...n.map(i=>(0,ie.and)(Zn(e,t,i,r.ownProperties),(0,ie._)`${s} = ${i}`)))}B.checkMissingProp=zc;function Vc(e,t){e.setParams({missingProperty:t},!0),e.error()}B.reportMissingProp=Vc;function ko(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,ie._)`Object.prototype.hasOwnProperty`})}B.hasPropFunc=ko;function Qn(e,t,r){return(0,ie._)`${ko(e)}.call(${t}, ${r})`}B.isOwnProperty=Qn;function Wc(e,t,r,n){const s=(0,ie._)`${t}${(0,ie.getProperty)(r)} !== undefined`;return n?(0,ie._)`${s} && ${Qn(e,t,r)}`:s}B.propertyInData=Wc;function Zn(e,t,r,n){const s=(0,ie._)`${t}${(0,ie.getProperty)(r)} === undefined`;return n?(0,ie.or)(s,(0,ie.not)(Qn(e,t,r))):s}B.noPropertyInData=Zn;function Oo(e){return e?Object.keys(e).filter(t=>t!=="__proto__"):[]}B.allSchemaProperties=Oo;function xc(e,t){return Oo(t).filter(r=>!(0,Yn.alwaysValidSchema)(e,t[r]))}B.schemaProperties=xc;function Bc({schemaCode:e,data:t,it:{gen:r,topSchemaRef:n,schemaPath:s,errorPath:i},it:o},l,d,u){const p=u?(0,ie._)`${e}, ${t}, ${n}${s}`:t,h=[[tt.default.instancePath,(0,ie.strConcat)(tt.default.instancePath,i)],[tt.default.parentData,o.parentData],[tt.default.parentDataProperty,o.parentDataProperty],[tt.default.rootData,tt.default.rootData]];o.opts.dynamicRef&&h.push([tt.default.dynamicAnchors,tt.default.dynamicAnchors]);const v=(0,ie._)`${p}, ${r.object(...h)}`;return d!==ie.nil?(0,ie._)`${l}.call(${d}, ${v})`:(0,ie._)`${l}(${v})`}B.callValidateCode=Bc;const Gc=(0,ie._)`new RegExp`;function Kc({gen:e,it:{opts:t}},r){const n=t.unicodeRegExp?"u":"",{regExp:s}=t.code,i=s(r,n);return e.scopeValue("pattern",{key:i.toString(),ref:i,code:(0,ie._)`${s.code==="new RegExp"?Gc:(0,Lc.useFunc)(e,s)}(${r}, ${n})`})}B.usePattern=Kc;function Jc(e){const{gen:t,data:r,keyword:n,it:s}=e,i=t.name("valid");if(s.allErrors){const l=t.let("valid",!0);return o(()=>t.assign(l,!1)),l}return t.var(i,!0),o(()=>t.break()),i;function o(l){const d=t.const("len",(0,ie._)`${r}.length`);t.forRange("i",0,d,u=>{e.subschema({keyword:n,dataProp:u,dataPropType:Yn.Type.Num},i),t.if((0,ie.not)(i),l)})}}B.validateArray=Jc;function Yc(e){const{gen:t,schema:r,keyword:n,it:s}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(d=>(0,Yn.alwaysValidSchema)(s,d))&&!s.opts.unevaluated)return;const o=t.let("valid",!1),l=t.name("_valid");t.block(()=>r.forEach((d,u)=>{const p=e.subschema({keyword:n,schemaProp:u,compositeRule:!0},l);t.assign(o,(0,ie._)`${o} || ${l}`),e.mergeValidEvaluated(p,l)||t.if((0,ie.not)(o))})),e.result(o,()=>e.reset(),()=>e.error(!0))}B.validateUnion=Yc;Object.defineProperty(We,"__esModule",{value:!0});We.validateKeywordUsage=We.validSchemaType=We.funcKeywordCode=We.macroKeywordCode=void 0;const be=G,ht=Ke,Qc=B,Zc=br;function Xc(e,t){const{gen:r,keyword:n,schema:s,parentSchema:i,it:o}=e,l=t.macro.call(o.self,s,i,o),d=Co(r,n,l);o.opts.validateSchema!==!1&&o.self.validateSchema(l,!0);const u=r.name("valid");e.subschema({schema:l,schemaPath:be.nil,errSchemaPath:`${o.errSchemaPath}/${n}`,topSchemaRef:d,compositeRule:!0},u),e.pass(u,()=>e.error(!0))}We.macroKeywordCode=Xc;function el(e,t){var r;const{gen:n,keyword:s,schema:i,parentSchema:o,$data:l,it:d}=e;rl(d,t);const u=!l&&t.compile?t.compile.call(d.self,i,o,d):t.validate,p=Co(n,s,u),h=n.let("valid");e.block$data(h,v),e.ok((r=t.valid)!==null&&r!==void 0?r:h);function v(){if(t.errors===!1)R(),t.modifying&&ai(e),_(()=>e.error());else{const g=t.async?T():w();t.modifying&&ai(e),_(()=>tl(e,g))}}function T(){const g=n.let("ruleErrs",null);return n.try(()=>R((0,be._)`await `),k=>n.assign(h,!1).if((0,be._)`${k} instanceof ${d.ValidationError}`,()=>n.assign(g,(0,be._)`${k}.errors`),()=>n.throw(k))),g}function w(){const g=(0,be._)`${p}.errors`;return n.assign(g,null),R(be.nil),g}function R(g=t.async?(0,be._)`await `:be.nil){const k=d.opts.passContext?ht.default.this:ht.default.self,O=!("compile"in t&&!l||t.schema===!1);n.assign(h,(0,be._)`${g}${(0,Qc.callValidateCode)(e,p,k,O)}`,t.modifying)}function _(g){var k;n.if((0,be.not)((k=t.valid)!==null&&k!==void 0?k:h),g)}}We.funcKeywordCode=el;function ai(e){const{gen:t,data:r,it:n}=e;t.if(n.parentData,()=>t.assign(r,(0,be._)`${n.parentData}[${n.parentDataProperty}]`))}function tl(e,t){const{gen:r}=e;r.if((0,be._)`Array.isArray(${t})`,()=>{r.assign(ht.default.vErrors,(0,be._)`${ht.default.vErrors} === null ? ${t} : ${ht.default.vErrors}.concat(${t})`).assign(ht.default.errors,(0,be._)`${ht.default.vErrors}.length`),(0,Zc.extendErrors)(e)},()=>e.error())}function rl({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}function Co(e,t,r){if(r===void 0)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,be.stringify)(r)})}function nl(e,t,r=!1){return!t.length||t.some(n=>n==="array"?Array.isArray(e):n==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==n||r&&typeof e>"u")}We.validSchemaType=nl;function sl({schema:e,opts:t,self:r,errSchemaPath:n},s,i){if(Array.isArray(s.keyword)?!s.keyword.includes(i):s.keyword!==i)throw new Error("ajv implementation error");const o=s.dependencies;if(o!=null&&o.some(l=>!Object.prototype.hasOwnProperty.call(e,l)))throw new Error(`parent schema must have dependencies of ${i}: ${o.join(",")}`);if(s.validateSchema&&!s.validateSchema(e[i])){const d=`keyword "${i}" value is invalid at path "${n}": `+r.errorsText(s.validateSchema.errors);if(t.validateSchema==="log")r.logger.error(d);else throw new Error(d)}}We.validateKeywordUsage=sl;var ot={};Object.defineProperty(ot,"__esModule",{value:!0});ot.extendSubschemaMode=ot.extendSubschemaData=ot.getSubschema=void 0;const Ve=G,No=re;function il(e,{keyword:t,schemaProp:r,schema:n,schemaPath:s,errSchemaPath:i,topSchemaRef:o}){if(t!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){const l=e.schema[t];return r===void 0?{schema:l,schemaPath:(0,Ve._)`${e.schemaPath}${(0,Ve.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:l[r],schemaPath:(0,Ve._)`${e.schemaPath}${(0,Ve.getProperty)(t)}${(0,Ve.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,No.escapeFragment)(r)}`}}if(n!==void 0){if(s===void 0||i===void 0||o===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:s,topSchemaRef:o,errSchemaPath:i}}throw new Error('either "keyword" or "schema" must be passed')}ot.getSubschema=il;function ol(e,t,{dataProp:r,dataPropType:n,data:s,dataTypes:i,propertyName:o}){if(s!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');const{gen:l}=t;if(r!==void 0){const{errorPath:u,dataPathArr:p,opts:h}=t,v=l.let("data",(0,Ve._)`${t.data}${(0,Ve.getProperty)(r)}`,!0);d(v),e.errorPath=(0,Ve.str)`${u}${(0,No.getErrorPath)(r,n,h.jsPropertySyntax)}`,e.parentDataProperty=(0,Ve._)`${r}`,e.dataPathArr=[...p,e.parentDataProperty]}if(s!==void 0){const u=s instanceof Ve.Name?s:l.let("data",s,!0);d(u),o!==void 0&&(e.propertyName=o)}i&&(e.dataTypes=i);function d(u){e.data=u,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,u]}}ot.extendSubschemaData=ol;function al(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:n,createErrors:s,allErrors:i}){n!==void 0&&(e.compositeRule=n),s!==void 0&&(e.createErrors=s),i!==void 0&&(e.allErrors=i),e.jtdDiscriminator=t,e.jtdMetadata=r}ot.extendSubschemaMode=al;var $e={},jo=function e(t,r){if(t===r)return!0;if(t&&r&&typeof t=="object"&&typeof r=="object"){if(t.constructor!==r.constructor)return!1;var n,s,i;if(Array.isArray(t)){if(n=t.length,n!=r.length)return!1;for(s=n;s--!==0;)if(!e(t[s],r[s]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if(i=Object.keys(t),n=i.length,n!==Object.keys(r).length)return!1;for(s=n;s--!==0;)if(!Object.prototype.hasOwnProperty.call(r,i[s]))return!1;for(s=n;s--!==0;){var o=i[s];if(!e(t[o],r[o]))return!1}return!0}return t!==t&&r!==r},Io={exports:{}},it=Io.exports=function(e,t,r){typeof t=="function"&&(r=t,t={}),r=t.cb||r;var n=typeof r=="function"?r:r.pre||function(){},s=r.post||function(){};Mr(t,n,s,e,"",e)};it.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};it.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};it.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};it.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Mr(e,t,r,n,s,i,o,l,d,u){if(n&&typeof n=="object"&&!Array.isArray(n)){t(n,s,i,o,l,d,u);for(var p in n){var h=n[p];if(Array.isArray(h)){if(p in it.arrayKeywords)for(var v=0;v<h.length;v++)Mr(e,t,r,h[v],s+"/"+p+"/"+v,i,s,p,n,v)}else if(p in it.propsKeywords){if(h&&typeof h=="object")for(var T in h)Mr(e,t,r,h[T],s+"/"+p+"/"+cl(T),i,s,p,n,T)}else(p in it.keywords||e.allKeys&&!(p in it.skipKeywords))&&Mr(e,t,r,h,s+"/"+p,i,s,p,n)}r(n,s,i,o,l,d,u)}}function cl(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}var ll=Io.exports;Object.defineProperty($e,"__esModule",{value:!0});$e.getSchemaRefs=$e.resolveUrl=$e.normalizeId=$e._getFullPath=$e.getFullPath=$e.inlineRef=void 0;const ul=re,dl=jo,pl=ll,fl=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function hl(e,t=!0){return typeof e=="boolean"?!0:t===!0?!Fn(e):t?Ao(e)<=t:!1}$e.inlineRef=hl;const ml=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Fn(e){for(const t in e){if(ml.has(t))return!0;const r=e[t];if(Array.isArray(r)&&r.some(Fn)||typeof r=="object"&&Fn(r))return!0}return!1}function Ao(e){let t=0;for(const r in e){if(r==="$ref")return 1/0;if(t++,!fl.has(r)&&(typeof e[r]=="object"&&(0,ul.eachItem)(e[r],n=>t+=Ao(n)),t===1/0))return 1/0}return t}function Do(e,t="",r){r!==!1&&(t=Ht(t));const n=e.parse(t);return Fo(e,n)}$e.getFullPath=Do;function Fo(e,t){return e.serialize(t).split("#")[0]+"#"}$e._getFullPath=Fo;const yl=/#\/?$/;function Ht(e){return e?e.replace(yl,""):""}$e.normalizeId=Ht;function gl(e,t,r){return r=Ht(r),e.resolve(t,r)}$e.resolveUrl=gl;const $l=/^[a-z_][-a-z0-9._]*$/i;function _l(e,t){if(typeof e=="boolean")return{};const{schemaId:r,uriResolver:n}=this.opts,s=Ht(e[r]||t),i={"":s},o=Do(n,s,!1),l={},d=new Set;return pl(e,{allKeys:!0},(h,v,T,w)=>{if(w===void 0)return;const R=o+v;let _=i[w];typeof h[r]=="string"&&(_=g.call(this,h[r])),k.call(this,h.$anchor),k.call(this,h.$dynamicAnchor),i[v]=_;function g(O){const j=this.opts.uriResolver.resolve;if(O=Ht(_?j(_,O):O),d.has(O))throw p(O);d.add(O);let D=this.refs[O];return typeof D=="string"&&(D=this.refs[D]),typeof D=="object"?u(h,D.schema,O):O!==Ht(R)&&(O[0]==="#"?(u(h,l[O],O),l[O]=h):this.refs[O]=R),O}function k(O){if(typeof O=="string"){if(!$l.test(O))throw new Error(`invalid anchor "${O}"`);g.call(this,`#${O}`)}}}),l;function u(h,v,T){if(v!==void 0&&!dl(h,v))throw p(T)}function p(h){return new Error(`reference "${h}" resolves to more than one schema`)}}$e.getSchemaRefs=_l;Object.defineProperty(Ae,"__esModule",{value:!0});Ae.getData=Ae.KeywordCxt=Ae.validateFunctionCode=void 0;const qo=Jt,ci=Pr,Xn=Qe,xr=Pr,wl=_n,pr=We,Rn=ot,U=G,V=Ke,vl=$e,Ze=re,lr=br;function bl(e){if(Lo(e)&&(Ho(e),Uo(e))){Sl(e);return}Mo(e,()=>(0,qo.topBoolOrEmptySchema)(e))}Ae.validateFunctionCode=bl;function Mo({gen:e,validateName:t,schema:r,schemaEnv:n,opts:s},i){s.code.es5?e.func(t,(0,U._)`${V.default.data}, ${V.default.valCxt}`,n.$async,()=>{e.code((0,U._)`"use strict"; ${li(r,s)}`),El(e,s),e.code(i)}):e.func(t,(0,U._)`${V.default.data}, ${Pl(s)}`,n.$async,()=>e.code(li(r,s)).code(i))}function Pl(e){return(0,U._)`{${V.default.instancePath}="", ${V.default.parentData}, ${V.default.parentDataProperty}, ${V.default.rootData}=${V.default.data}${e.dynamicRef?(0,U._)`, ${V.default.dynamicAnchors}={}`:U.nil}}={}`}function El(e,t){e.if(V.default.valCxt,()=>{e.var(V.default.instancePath,(0,U._)`${V.default.valCxt}.${V.default.instancePath}`),e.var(V.default.parentData,(0,U._)`${V.default.valCxt}.${V.default.parentData}`),e.var(V.default.parentDataProperty,(0,U._)`${V.default.valCxt}.${V.default.parentDataProperty}`),e.var(V.default.rootData,(0,U._)`${V.default.valCxt}.${V.default.rootData}`),t.dynamicRef&&e.var(V.default.dynamicAnchors,(0,U._)`${V.default.valCxt}.${V.default.dynamicAnchors}`)},()=>{e.var(V.default.instancePath,(0,U._)`""`),e.var(V.default.parentData,(0,U._)`undefined`),e.var(V.default.parentDataProperty,(0,U._)`undefined`),e.var(V.default.rootData,V.default.data),t.dynamicRef&&e.var(V.default.dynamicAnchors,(0,U._)`{}`)})}function Sl(e){const{schema:t,opts:r,gen:n}=e;Mo(e,()=>{r.$comment&&t.$comment&&Vo(e),Cl(e),n.let(V.default.vErrors,null),n.let(V.default.errors,0),r.unevaluated&&Tl(e),zo(e),Il(e)})}function Tl(e){const{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",(0,U._)`${r}.evaluated`),t.if((0,U._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,U._)`${e.evaluated}.props`,(0,U._)`undefined`)),t.if((0,U._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,U._)`${e.evaluated}.items`,(0,U._)`undefined`))}function li(e,t){const r=typeof e=="object"&&e[t.schemaId];return r&&(t.code.source||t.code.process)?(0,U._)`/*# sourceURL=${r} */`:U.nil}function Rl(e,t){if(Lo(e)&&(Ho(e),Uo(e))){kl(e,t);return}(0,qo.boolOrEmptySchema)(e,t)}function Uo({schema:e,self:t}){if(typeof e=="boolean")return!e;for(const r in e)if(t.RULES.all[r])return!0;return!1}function Lo(e){return typeof e.schema!="boolean"}function kl(e,t){const{schema:r,gen:n,opts:s}=e;s.$comment&&r.$comment&&Vo(e),Nl(e),jl(e);const i=n.const("_errs",V.default.errors);zo(e,i),n.var(t,(0,U._)`${i} === ${V.default.errors}`)}function Ho(e){(0,Ze.checkUnknownRules)(e),Ol(e)}function zo(e,t){if(e.opts.jtd)return ui(e,[],!1,t);const r=(0,ci.getSchemaTypes)(e.schema),n=(0,ci.coerceAndCheckDataType)(e,r);ui(e,r,!n,t)}function Ol(e){const{schema:t,errSchemaPath:r,opts:n,self:s}=e;t.$ref&&n.ignoreKeywordsWithRef&&(0,Ze.schemaHasRulesButRef)(t,s.RULES)&&s.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function Cl(e){const{schema:t,opts:r}=e;t.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Ze.checkStrictMode)(e,"default is ignored in the schema root")}function Nl(e){const t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,vl.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function jl(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}function Vo({gen:e,schemaEnv:t,schema:r,errSchemaPath:n,opts:s}){const i=r.$comment;if(s.$comment===!0)e.code((0,U._)`${V.default.self}.logger.log(${i})`);else if(typeof s.$comment=="function"){const o=(0,U.str)`${n}/$comment`,l=e.scopeValue("root",{ref:t.root});e.code((0,U._)`${V.default.self}.opts.$comment(${i}, ${o}, ${l}.schema)`)}}function Il(e){const{gen:t,schemaEnv:r,validateName:n,ValidationError:s,opts:i}=e;r.$async?t.if((0,U._)`${V.default.errors} === 0`,()=>t.return(V.default.data),()=>t.throw((0,U._)`new ${s}(${V.default.vErrors})`)):(t.assign((0,U._)`${n}.errors`,V.default.vErrors),i.unevaluated&&Al(e),t.return((0,U._)`${V.default.errors} === 0`))}function Al({gen:e,evaluated:t,props:r,items:n}){r instanceof U.Name&&e.assign((0,U._)`${t}.props`,r),n instanceof U.Name&&e.assign((0,U._)`${t}.items`,n)}function ui(e,t,r,n){const{gen:s,schema:i,data:o,allErrors:l,opts:d,self:u}=e,{RULES:p}=u;if(i.$ref&&(d.ignoreKeywordsWithRef||!(0,Ze.schemaHasRulesButRef)(i,p))){s.block(()=>Bo(e,"$ref",p.all.$ref.definition));return}d.jtd||Dl(e,t),s.block(()=>{for(const v of p.rules)h(v);h(p.post)});function h(v){(0,Xn.shouldUseGroup)(i,v)&&(v.type?(s.if((0,xr.checkDataType)(v.type,o,d.strictNumbers)),di(e,v),t.length===1&&t[0]===v.type&&r&&(s.else(),(0,xr.reportTypeError)(e)),s.endIf()):di(e,v),l||s.if((0,U._)`${V.default.errors} === ${n||0}`))}}function di(e,t){const{gen:r,schema:n,opts:{useDefaults:s}}=e;s&&(0,wl.assignDefaults)(e,t.type),r.block(()=>{for(const i of t.rules)(0,Xn.shouldUseRule)(n,i)&&Bo(e,i.keyword,i.definition,t.type)})}function Dl(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(Fl(e,t),e.opts.allowUnionTypes||ql(e,t),Ml(e,e.dataTypes))}function Fl(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(r=>{Wo(e.dataTypes,r)||es(e,`type "${r}" not allowed by context "${e.dataTypes.join(",")}"`)}),Ll(e,t)}}function ql(e,t){t.length>1&&!(t.length===2&&t.includes("null"))&&es(e,"use allowUnionTypes to allow union type keyword")}function Ml(e,t){const r=e.self.RULES.all;for(const n in r){const s=r[n];if(typeof s=="object"&&(0,Xn.shouldUseRule)(e.schema,s)){const{type:i}=s.definition;i.length&&!i.some(o=>Ul(t,o))&&es(e,`missing type "${i.join(",")}" for keyword "${n}"`)}}}function Ul(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function Wo(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function Ll(e,t){const r=[];for(const n of e.dataTypes)Wo(t,n)?r.push(n):t.includes("integer")&&n==="number"&&r.push("integer");e.dataTypes=r}function es(e,t){const r=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${r}" (strictTypes)`,(0,Ze.checkStrictMode)(e,t,e.opts.strictTypes)}class xo{constructor(t,r,n){if((0,pr.validateKeywordUsage)(t,r,n),this.gen=t.gen,this.allErrors=t.allErrors,this.keyword=n,this.data=t.data,this.schema=t.schema[n],this.$data=r.$data&&t.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,Ze.schemaRefOrVal)(t,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=t.schema,this.params={},this.it=t,this.def=r,this.$data)this.schemaCode=t.gen.const("vSchema",Go(this.$data,t));else if(this.schemaCode=this.schemaValue,!(0,pr.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=t.gen.const("_errs",V.default.errors))}result(t,r,n){this.failResult((0,U.not)(t),r,n)}failResult(t,r,n){this.gen.if(t),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(t,r){this.failResult((0,U.not)(t),void 0,r)}fail(t){if(t===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(t),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(t){if(!this.$data)return this.fail(t);const{schemaCode:r}=this;this.fail((0,U._)`${r} !== undefined && (${(0,U.or)(this.invalid$data(),t)})`)}error(t,r,n){if(r){this.setParams(r),this._error(t,n),this.setParams({});return}this._error(t,n)}_error(t,r){(t?lr.reportExtraError:lr.reportError)(this,this.def.error,r)}$dataError(){(0,lr.reportError)(this,this.def.$dataError||lr.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,lr.resetErrorsCount)(this.gen,this.errsCount)}ok(t){this.allErrors||this.gen.if(t)}setParams(t,r){r?Object.assign(this.params,t):this.params=t}block$data(t,r,n=U.nil){this.gen.block(()=>{this.check$data(t,n),r()})}check$data(t=U.nil,r=U.nil){if(!this.$data)return;const{gen:n,schemaCode:s,schemaType:i,def:o}=this;n.if((0,U.or)((0,U._)`${s} === undefined`,r)),t!==U.nil&&n.assign(t,!0),(i.length||o.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),t!==U.nil&&n.assign(t,!1)),n.else()}invalid$data(){const{gen:t,schemaCode:r,schemaType:n,def:s,it:i}=this;return(0,U.or)(o(),l());function o(){if(n.length){if(!(r instanceof U.Name))throw new Error("ajv implementation error");const d=Array.isArray(n)?n:[n];return(0,U._)`${(0,xr.checkDataTypes)(d,r,i.opts.strictNumbers,xr.DataType.Wrong)}`}return U.nil}function l(){if(s.validateSchema){const d=t.scopeValue("validate$data",{ref:s.validateSchema});return(0,U._)`!${d}(${r})`}return U.nil}}subschema(t,r){const n=(0,Rn.getSubschema)(this.it,t);(0,Rn.extendSubschemaData)(n,this.it,t),(0,Rn.extendSubschemaMode)(n,t);const s={...this.it,...n,items:void 0,props:void 0};return Rl(s,r),s}mergeEvaluated(t,r){const{it:n,gen:s}=this;n.opts.unevaluated&&(n.props!==!0&&t.props!==void 0&&(n.props=Ze.mergeEvaluated.props(s,t.props,n.props,r)),n.items!==!0&&t.items!==void 0&&(n.items=Ze.mergeEvaluated.items(s,t.items,n.items,r)))}mergeValidEvaluated(t,r){const{it:n,gen:s}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return s.if(r,()=>this.mergeEvaluated(t,U.Name)),!0}}Ae.KeywordCxt=xo;function Bo(e,t,r,n){const s=new xo(e,r,t);"code"in r?r.code(s,n):s.$data&&r.validate?(0,pr.funcKeywordCode)(s,r):"macro"in r?(0,pr.macroKeywordCode)(s,r):(r.compile||r.validate)&&(0,pr.funcKeywordCode)(s,r)}const Hl=/^\/(?:[^~]|~0|~1)*$/,zl=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Go(e,{dataLevel:t,dataNames:r,dataPathArr:n}){let s,i;if(e==="")return V.default.rootData;if(e[0]==="/"){if(!Hl.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);s=e,i=V.default.rootData}else{const u=zl.exec(e);if(!u)throw new Error(`Invalid JSON-pointer: ${e}`);const p=+u[1];if(s=u[2],s==="#"){if(p>=t)throw new Error(d("property/index",p));return n[t-p]}if(p>t)throw new Error(d("data",p));if(i=r[t-p],!s)return i}let o=i;const l=s.split("/");for(const u of l)u&&(i=(0,U._)`${i}${(0,U.getProperty)((0,Ze.unescapeJsonPointer)(u))}`,o=(0,U._)`${o} && ${i}`);return o;function d(u,p){return`Cannot access ${u} ${p} levels up, current level is ${t}`}}Ae.getData=Go;var Er={};Object.defineProperty(Er,"__esModule",{value:!0});class Vl extends Error{constructor(t){super("validation failed"),this.errors=t,this.ajv=this.validation=!0}}Er.default=Vl;var Sr={};Object.defineProperty(Sr,"__esModule",{value:!0});const kn=$e;class Wl extends Error{constructor(t,r,n,s){super(s||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,kn.resolveUrl)(t,r,n),this.missingSchema=(0,kn.normalizeId)((0,kn.getFullPath)(t,this.missingRef))}}Sr.default=Wl;var Se={};Object.defineProperty(Se,"__esModule",{value:!0});Se.resolveSchema=Se.getCompilingSchema=Se.resolveRef=Se.compileSchema=Se.SchemaEnv=void 0;const Ne=G,xl=Er,ft=Ke,Ie=$e,pi=re,Bl=Ae;class wn{constructor(t){var r;this.refs={},this.dynamicAnchors={};let n;typeof t.schema=="object"&&(n=t.schema),this.schema=t.schema,this.schemaId=t.schemaId,this.root=t.root||this,this.baseId=(r=t.baseId)!==null&&r!==void 0?r:(0,Ie.normalizeId)(n==null?void 0:n[t.schemaId||"$id"]),this.schemaPath=t.schemaPath,this.localRefs=t.localRefs,this.meta=t.meta,this.$async=n==null?void 0:n.$async,this.refs={}}}Se.SchemaEnv=wn;function ts(e){const t=Ko.call(this,e);if(t)return t;const r=(0,Ie.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:n,lines:s}=this.opts.code,{ownProperties:i}=this.opts,o=new Ne.CodeGen(this.scope,{es5:n,lines:s,ownProperties:i});let l;e.$async&&(l=o.scopeValue("Error",{ref:xl.default,code:(0,Ne._)`require("ajv/dist/runtime/validation_error").default`}));const d=o.scopeName("validate");e.validateName=d;const u={gen:o,allErrors:this.opts.allErrors,data:ft.default.data,parentData:ft.default.parentData,parentDataProperty:ft.default.parentDataProperty,dataNames:[ft.default.data],dataPathArr:[Ne.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:o.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,Ne.stringify)(e.schema)}:{ref:e.schema}),validateName:d,ValidationError:l,schema:e.schema,schemaEnv:e,rootId:r,baseId:e.baseId||r,schemaPath:Ne.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,Ne._)`""`,opts:this.opts,self:this};let p;try{this._compilations.add(e),(0,Bl.validateFunctionCode)(u),o.optimize(this.opts.code.optimize);const h=o.toString();p=`${o.scopeRefs(ft.default.scope)}return ${h}`,this.opts.code.process&&(p=this.opts.code.process(p,e));const T=new Function(`${ft.default.self}`,`${ft.default.scope}`,p)(this,this.scope.get());if(this.scope.value(d,{ref:T}),T.errors=null,T.schema=e.schema,T.schemaEnv=e,e.$async&&(T.$async=!0),this.opts.code.source===!0&&(T.source={validateName:d,validateCode:h,scopeValues:o._values}),this.opts.unevaluated){const{props:w,items:R}=u;T.evaluated={props:w instanceof Ne.Name?void 0:w,items:R instanceof Ne.Name?void 0:R,dynamicProps:w instanceof Ne.Name,dynamicItems:R instanceof Ne.Name},T.source&&(T.source.evaluated=(0,Ne.stringify)(T.evaluated))}return e.validate=T,e}catch(h){throw delete e.validate,delete e.validateName,p&&this.logger.error("Error compiling schema, function code:",p),h}finally{this._compilations.delete(e)}}Se.compileSchema=ts;function Gl(e,t,r){var n;r=(0,Ie.resolveUrl)(this.opts.uriResolver,t,r);const s=e.refs[r];if(s)return s;let i=Yl.call(this,e,r);if(i===void 0){const o=(n=e.localRefs)===null||n===void 0?void 0:n[r],{schemaId:l}=this.opts;o&&(i=new wn({schema:o,schemaId:l,root:e,baseId:t}))}if(i!==void 0)return e.refs[r]=Kl.call(this,i)}Se.resolveRef=Gl;function Kl(e){return(0,Ie.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:ts.call(this,e)}function Ko(e){for(const t of this._compilations)if(Jl(t,e))return t}Se.getCompilingSchema=Ko;function Jl(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function Yl(e,t){let r;for(;typeof(r=this.refs[t])=="string";)t=r;return r||this.schemas[t]||vn.call(this,e,t)}function vn(e,t){const r=this.opts.uriResolver.parse(t),n=(0,Ie._getFullPath)(this.opts.uriResolver,r);let s=(0,Ie.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&n===s)return On.call(this,r,e);const i=(0,Ie.normalizeId)(n),o=this.refs[i]||this.schemas[i];if(typeof o=="string"){const l=vn.call(this,e,o);return typeof(l==null?void 0:l.schema)!="object"?void 0:On.call(this,r,l)}if(typeof(o==null?void 0:o.schema)=="object"){if(o.validate||ts.call(this,o),i===(0,Ie.normalizeId)(t)){const{schema:l}=o,{schemaId:d}=this.opts,u=l[d];return u&&(s=(0,Ie.resolveUrl)(this.opts.uriResolver,s,u)),new wn({schema:l,schemaId:d,root:e,baseId:s})}return On.call(this,r,o)}}Se.resolveSchema=vn;const Ql=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function On(e,{baseId:t,schema:r,root:n}){var s;if(((s=e.fragment)===null||s===void 0?void 0:s[0])!=="/")return;for(const l of e.fragment.slice(1).split("/")){if(typeof r=="boolean")return;const d=r[(0,pi.unescapeFragment)(l)];if(d===void 0)return;r=d;const u=typeof r=="object"&&r[this.opts.schemaId];!Ql.has(l)&&u&&(t=(0,Ie.resolveUrl)(this.opts.uriResolver,t,u))}let i;if(typeof r!="boolean"&&r.$ref&&!(0,pi.schemaHasRulesButRef)(r,this.RULES)){const l=(0,Ie.resolveUrl)(this.opts.uriResolver,t,r.$ref);i=vn.call(this,n,l)}const{schemaId:o}=this.opts;if(i=i||new wn({schema:r,schemaId:o,root:n,baseId:t}),i.schema!==i.root.schema)return i}const Zl="https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",Xl="Meta-schema for $data reference (JSON AnySchema extension proposal)",eu="object",tu=["$data"],ru={$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},nu=!1,su={$id:Zl,description:Xl,type:eu,required:tu,properties:ru,additionalProperties:nu};var rs={},qn={exports:{}};/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */(function(e,t){(function(r,n){n(t)})(Ec,function(r){function n(){for(var f=arguments.length,c=Array(f),y=0;y<f;y++)c[y]=arguments[y];if(c.length>1){c[0]=c[0].slice(0,-1);for(var S=c.length-1,E=1;E<S;++E)c[E]=c[E].slice(1,-1);return c[S]=c[S].slice(1),c.join("")}else return c[0]}function s(f){return"(?:"+f+")"}function i(f){return f===void 0?"undefined":f===null?"null":Object.prototype.toString.call(f).split(" ").pop().split("]").shift().toLowerCase()}function o(f){return f.toUpperCase()}function l(f){return f!=null?f instanceof Array?f:typeof f.length!="number"||f.split||f.setInterval||f.call?[f]:Array.prototype.slice.call(f):[]}function d(f,c){var y=f;if(c)for(var S in c)y[S]=c[S];return y}function u(f){var c="[A-Za-z]",y="[0-9]",S=n(y,"[A-Fa-f]"),E=s(s("%[EFef]"+S+"%"+S+S+"%"+S+S)+"|"+s("%[89A-Fa-f]"+S+"%"+S+S)+"|"+s("%"+S+S)),L="[\\:\\/\\?\\#\\[\\]\\@]",H="[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]",X=n(L,H),se=f?"[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]":"[]",ue=f?"[\\uE000-\\uF8FF]":"[]",Y=n(c,y,"[\\-\\.\\_\\~]",se);s(c+n(c,y,"[\\+\\-\\.]")+"*"),s(s(E+"|"+n(Y,H,"[\\:]"))+"*");var ne=s(s("25[0-5]")+"|"+s("2[0-4]"+y)+"|"+s("1"+y+y)+"|"+s("0?[1-9]"+y)+"|0?0?"+y),de=s(ne+"\\."+ne+"\\."+ne+"\\."+ne),x=s(S+"{1,4}"),oe=s(s(x+"\\:"+x)+"|"+de),me=s(s(x+"\\:")+"{6}"+oe),ae=s("\\:\\:"+s(x+"\\:")+"{5}"+oe),Xe=s(s(x)+"?\\:\\:"+s(x+"\\:")+"{4}"+oe),Me=s(s(s(x+"\\:")+"{0,1}"+x)+"?\\:\\:"+s(x+"\\:")+"{3}"+oe),Ue=s(s(s(x+"\\:")+"{0,2}"+x)+"?\\:\\:"+s(x+"\\:")+"{2}"+oe),At=s(s(s(x+"\\:")+"{0,3}"+x)+"?\\:\\:"+x+"\\:"+oe),dt=s(s(s(x+"\\:")+"{0,4}"+x)+"?\\:\\:"+oe),Oe=s(s(s(x+"\\:")+"{0,5}"+x)+"?\\:\\:"+x),Le=s(s(s(x+"\\:")+"{0,6}"+x)+"?\\:\\:"),pt=s([me,ae,Xe,Me,Ue,At,dt,Oe,Le].join("|")),Je=s(s(Y+"|"+E)+"+");s("[vV]"+S+"+\\."+n(Y,H,"[\\:]")+"+"),s(s(E+"|"+n(Y,H))+"*");var ar=s(E+"|"+n(Y,H,"[\\:\\@]"));return s(s(E+"|"+n(Y,H,"[\\@]"))+"+"),s(s(ar+"|"+n("[\\/\\?]",ue))+"*"),{NOT_SCHEME:new RegExp(n("[^]",c,y,"[\\+\\-\\.]"),"g"),NOT_USERINFO:new RegExp(n("[^\\%\\:]",Y,H),"g"),NOT_HOST:new RegExp(n("[^\\%\\[\\]\\:]",Y,H),"g"),NOT_PATH:new RegExp(n("[^\\%\\/\\:\\@]",Y,H),"g"),NOT_PATH_NOSCHEME:new RegExp(n("[^\\%\\/\\@]",Y,H),"g"),NOT_QUERY:new RegExp(n("[^\\%]",Y,H,"[\\:\\@\\/\\?]",ue),"g"),NOT_FRAGMENT:new RegExp(n("[^\\%]",Y,H,"[\\:\\@\\/\\?]"),"g"),ESCAPE:new RegExp(n("[^]",Y,H),"g"),UNRESERVED:new RegExp(Y,"g"),OTHER_CHARS:new RegExp(n("[^\\%]",Y,X),"g"),PCT_ENCODED:new RegExp(E,"g"),IPV4ADDRESS:new RegExp("^("+de+")$"),IPV6ADDRESS:new RegExp("^\\[?("+pt+")"+s(s("\\%25|\\%(?!"+S+"{2})")+"("+Je+")")+"?\\]?$")}}var p=u(!1),h=u(!0),v=function(){function f(c,y){var S=[],E=!0,L=!1,H=void 0;try{for(var X=c[Symbol.iterator](),se;!(E=(se=X.next()).done)&&(S.push(se.value),!(y&&S.length===y));E=!0);}catch(ue){L=!0,H=ue}finally{try{!E&&X.return&&X.return()}finally{if(L)throw H}}return S}return function(c,y){if(Array.isArray(c))return c;if(Symbol.iterator in Object(c))return f(c,y);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),T=function(f){if(Array.isArray(f)){for(var c=0,y=Array(f.length);c<f.length;c++)y[c]=f[c];return y}else return Array.from(f)},w=2147483647,R=36,_=1,g=26,k=38,O=700,j=72,D=128,b="-",C=/^xn--/,A=/[^\0-\x7E]/,W=/[\x2E\u3002\uFF0E\uFF61]/g,K={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},ce=R-_,Z=Math.floor,Re=String.fromCharCode;function he(f){throw new RangeError(K[f])}function at(f,c){for(var y=[],S=f.length;S--;)y[S]=c(f[S]);return y}function ct(f,c){var y=f.split("@"),S="";y.length>1&&(S=y[0]+"@",f=y[1]),f=f.replace(W,".");var E=f.split("."),L=at(E,c).join(".");return S+L}function Tt(f){for(var c=[],y=0,S=f.length;y<S;){var E=f.charCodeAt(y++);if(E>=55296&&E<=56319&&y<S){var L=f.charCodeAt(y++);(L&64512)==56320?c.push(((E&1023)<<10)+(L&1023)+65536):(c.push(E),y--)}else c.push(E)}return c}var Xt=function(c){return String.fromCodePoint.apply(String,T(c))},Rt=function(c){return c-48<10?c-22:c-65<26?c-65:c-97<26?c-97:R},F=function(c,y){return c+22+75*(c<26)-((y!=0)<<5)},$=function(c,y,S){var E=0;for(c=S?Z(c/O):c>>1,c+=Z(c/y);c>ce*g>>1;E+=R)c=Z(c/ce);return Z(E+(ce+1)*c/(c+k))},I=function(c){var y=[],S=c.length,E=0,L=D,H=j,X=c.lastIndexOf(b);X<0&&(X=0);for(var se=0;se<X;++se)c.charCodeAt(se)>=128&&he("not-basic"),y.push(c.charCodeAt(se));for(var ue=X>0?X+1:0;ue<S;){for(var Y=E,ne=1,de=R;;de+=R){ue>=S&&he("invalid-input");var x=Rt(c.charCodeAt(ue++));(x>=R||x>Z((w-E)/ne))&&he("overflow"),E+=x*ne;var oe=de<=H?_:de>=H+g?g:de-H;if(x<oe)break;var me=R-oe;ne>Z(w/me)&&he("overflow"),ne*=me}var ae=y.length+1;H=$(E-Y,ae,Y==0),Z(E/ae)>w-L&&he("overflow"),L+=Z(E/ae),E%=ae,y.splice(E++,0,L)}return String.fromCodePoint.apply(String,y)},P=function(c){var y=[];c=Tt(c);var S=c.length,E=D,L=0,H=j,X=!0,se=!1,ue=void 0;try{for(var Y=c[Symbol.iterator](),ne;!(X=(ne=Y.next()).done);X=!0){var de=ne.value;de<128&&y.push(Re(de))}}catch(cr){se=!0,ue=cr}finally{try{!X&&Y.return&&Y.return()}finally{if(se)throw ue}}var x=y.length,oe=x;for(x&&y.push(b);oe<S;){var me=w,ae=!0,Xe=!1,Me=void 0;try{for(var Ue=c[Symbol.iterator](),At;!(ae=(At=Ue.next()).done);ae=!0){var dt=At.value;dt>=E&&dt<me&&(me=dt)}}catch(cr){Xe=!0,Me=cr}finally{try{!ae&&Ue.return&&Ue.return()}finally{if(Xe)throw Me}}var Oe=oe+1;me-E>Z((w-L)/Oe)&&he("overflow"),L+=(me-E)*Oe,E=me;var Le=!0,pt=!1,Je=void 0;try{for(var ar=c[Symbol.iterator](),Ws;!(Le=(Ws=ar.next()).done);Le=!0){var xs=Ws.value;if(xs<E&&++L>w&&he("overflow"),xs==E){for(var kr=L,Or=R;;Or+=R){var Cr=Or<=H?_:Or>=H+g?g:Or-H;if(kr<Cr)break;var Bs=kr-Cr,Gs=R-Cr;y.push(Re(F(Cr+Bs%Gs,0))),kr=Z(Bs/Gs)}y.push(Re(F(kr,0))),H=$(L,Oe,oe==x),L=0,++oe}}}catch(cr){pt=!0,Je=cr}finally{try{!Le&&ar.return&&ar.return()}finally{if(pt)throw Je}}++L,++E}return y.join("")},a=function(c){return ct(c,function(y){return C.test(y)?I(y.slice(4).toLowerCase()):y})},m=function(c){return ct(c,function(y){return A.test(y)?"xn--"+P(y):y})},N={version:"2.1.0",ucs2:{decode:Tt,encode:Xt},decode:I,encode:P,toASCII:m,toUnicode:a},q={};function M(f){var c=f.charCodeAt(0),y=void 0;return c<16?y="%0"+c.toString(16).toUpperCase():c<128?y="%"+c.toString(16).toUpperCase():c<2048?y="%"+(c>>6|192).toString(16).toUpperCase()+"%"+(c&63|128).toString(16).toUpperCase():y="%"+(c>>12|224).toString(16).toUpperCase()+"%"+(c>>6&63|128).toString(16).toUpperCase()+"%"+(c&63|128).toString(16).toUpperCase(),y}function J(f){for(var c="",y=0,S=f.length;y<S;){var E=parseInt(f.substr(y+1,2),16);if(E<128)c+=String.fromCharCode(E),y+=3;else if(E>=194&&E<224){if(S-y>=6){var L=parseInt(f.substr(y+4,2),16);c+=String.fromCharCode((E&31)<<6|L&63)}else c+=f.substr(y,6);y+=6}else if(E>=224){if(S-y>=9){var H=parseInt(f.substr(y+4,2),16),X=parseInt(f.substr(y+7,2),16);c+=String.fromCharCode((E&15)<<12|(H&63)<<6|X&63)}else c+=f.substr(y,9);y+=9}else c+=f.substr(y,3),y+=3}return c}function Q(f,c){function y(S){var E=J(S);return E.match(c.UNRESERVED)?E:S}return f.scheme&&(f.scheme=String(f.scheme).replace(c.PCT_ENCODED,y).toLowerCase().replace(c.NOT_SCHEME,"")),f.userinfo!==void 0&&(f.userinfo=String(f.userinfo).replace(c.PCT_ENCODED,y).replace(c.NOT_USERINFO,M).replace(c.PCT_ENCODED,o)),f.host!==void 0&&(f.host=String(f.host).replace(c.PCT_ENCODED,y).toLowerCase().replace(c.NOT_HOST,M).replace(c.PCT_ENCODED,o)),f.path!==void 0&&(f.path=String(f.path).replace(c.PCT_ENCODED,y).replace(f.scheme?c.NOT_PATH:c.NOT_PATH_NOSCHEME,M).replace(c.PCT_ENCODED,o)),f.query!==void 0&&(f.query=String(f.query).replace(c.PCT_ENCODED,y).replace(c.NOT_QUERY,M).replace(c.PCT_ENCODED,o)),f.fragment!==void 0&&(f.fragment=String(f.fragment).replace(c.PCT_ENCODED,y).replace(c.NOT_FRAGMENT,M).replace(c.PCT_ENCODED,o)),f}function le(f){return f.replace(/^0*(.*)/,"$1")||"0"}function De(f,c){var y=f.match(c.IPV4ADDRESS)||[],S=v(y,2),E=S[1];return E?E.split(".").map(le).join("."):f}function kt(f,c){var y=f.match(c.IPV6ADDRESS)||[],S=v(y,3),E=S[1],L=S[2];if(E){for(var H=E.toLowerCase().split("::").reverse(),X=v(H,2),se=X[0],ue=X[1],Y=ue?ue.split(":").map(le):[],ne=se.split(":").map(le),de=c.IPV4ADDRESS.test(ne[ne.length-1]),x=de?7:8,oe=ne.length-x,me=Array(x),ae=0;ae<x;++ae)me[ae]=Y[ae]||ne[oe+ae]||"";de&&(me[x-1]=De(me[x-1],c));var Xe=me.reduce(function(Oe,Le,pt){if(!Le||Le==="0"){var Je=Oe[Oe.length-1];Je&&Je.index+Je.length===pt?Je.length++:Oe.push({index:pt,length:1})}return Oe},[]),Me=Xe.sort(function(Oe,Le){return Le.length-Oe.length})[0],Ue=void 0;if(Me&&Me.length>1){var At=me.slice(0,Me.index),dt=me.slice(Me.index+Me.length);Ue=At.join(":")+"::"+dt.join(":")}else Ue=me.join(":");return L&&(Ue+="%"+L),Ue}else return f}var er=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,tr="".match(/(){0}/)[1]===void 0;function Te(f){var c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},y={},S=c.iri!==!1?h:p;c.reference==="suffix"&&(f=(c.scheme?c.scheme+":":"")+"//"+f);var E=f.match(er);if(E){tr?(y.scheme=E[1],y.userinfo=E[3],y.host=E[4],y.port=parseInt(E[5],10),y.path=E[6]||"",y.query=E[7],y.fragment=E[8],isNaN(y.port)&&(y.port=E[5])):(y.scheme=E[1]||void 0,y.userinfo=f.indexOf("@")!==-1?E[3]:void 0,y.host=f.indexOf("//")!==-1?E[4]:void 0,y.port=parseInt(E[5],10),y.path=E[6]||"",y.query=f.indexOf("?")!==-1?E[7]:void 0,y.fragment=f.indexOf("#")!==-1?E[8]:void 0,isNaN(y.port)&&(y.port=f.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?E[4]:void 0)),y.host&&(y.host=kt(De(y.host,S),S)),y.scheme===void 0&&y.userinfo===void 0&&y.host===void 0&&y.port===void 0&&!y.path&&y.query===void 0?y.reference="same-document":y.scheme===void 0?y.reference="relative":y.fragment===void 0?y.reference="absolute":y.reference="uri",c.reference&&c.reference!=="suffix"&&c.reference!==y.reference&&(y.error=y.error||"URI is not a "+c.reference+" reference.");var L=q[(c.scheme||y.scheme||"").toLowerCase()];if(!c.unicodeSupport&&(!L||!L.unicodeSupport)){if(y.host&&(c.domainHost||L&&L.domainHost))try{y.host=N.toASCII(y.host.replace(S.PCT_ENCODED,J).toLowerCase())}catch(H){y.error=y.error||"Host's domain name can not be converted to ASCII via punycode: "+H}Q(y,p)}else Q(y,S);L&&L.parse&&L.parse(y,c)}else y.error=y.error||"URI can not be parsed.";return y}function rr(f,c){var y=c.iri!==!1?h:p,S=[];return f.userinfo!==void 0&&(S.push(f.userinfo),S.push("@")),f.host!==void 0&&S.push(kt(De(String(f.host),y),y).replace(y.IPV6ADDRESS,function(E,L,H){return"["+L+(H?"%25"+H:"")+"]"})),(typeof f.port=="number"||typeof f.port=="string")&&(S.push(":"),S.push(String(f.port))),S.length?S.join(""):void 0}var Ot=/^\.\.?\//,Ct=/^\/\.(\/|$)/,Nt=/^\/\.\.(\/|$)/,nr=/^\/?(?:.|\n)*?(?=\/|$)/;function Fe(f){for(var c=[];f.length;)if(f.match(Ot))f=f.replace(Ot,"");else if(f.match(Ct))f=f.replace(Ct,"/");else if(f.match(Nt))f=f.replace(Nt,"/"),c.pop();else if(f==="."||f==="..")f="";else{var y=f.match(nr);if(y){var S=y[0];f=f.slice(S.length),c.push(S)}else throw new Error("Unexpected dot segment condition")}return c.join("")}function Pe(f){var c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},y=c.iri?h:p,S=[],E=q[(c.scheme||f.scheme||"").toLowerCase()];if(E&&E.serialize&&E.serialize(f,c),f.host&&!y.IPV6ADDRESS.test(f.host)){if(c.domainHost||E&&E.domainHost)try{f.host=c.iri?N.toUnicode(f.host):N.toASCII(f.host.replace(y.PCT_ENCODED,J).toLowerCase())}catch(X){f.error=f.error||"Host's domain name can not be converted to "+(c.iri?"Unicode":"ASCII")+" via punycode: "+X}}Q(f,y),c.reference!=="suffix"&&f.scheme&&(S.push(f.scheme),S.push(":"));var L=rr(f,c);if(L!==void 0&&(c.reference!=="suffix"&&S.push("//"),S.push(L),f.path&&f.path.charAt(0)!=="/"&&S.push("/")),f.path!==void 0){var H=f.path;!c.absolutePath&&(!E||!E.absolutePath)&&(H=Fe(H)),L===void 0&&(H=H.replace(/^\/\//,"/%2F")),S.push(H)}return f.query!==void 0&&(S.push("?"),S.push(f.query)),f.fragment!==void 0&&(S.push("#"),S.push(f.fragment)),S.join("")}function jt(f,c){var y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},S=arguments[3],E={};return S||(f=Te(Pe(f,y),y),c=Te(Pe(c,y),y)),y=y||{},!y.tolerant&&c.scheme?(E.scheme=c.scheme,E.userinfo=c.userinfo,E.host=c.host,E.port=c.port,E.path=Fe(c.path||""),E.query=c.query):(c.userinfo!==void 0||c.host!==void 0||c.port!==void 0?(E.userinfo=c.userinfo,E.host=c.host,E.port=c.port,E.path=Fe(c.path||""),E.query=c.query):(c.path?(c.path.charAt(0)==="/"?E.path=Fe(c.path):((f.userinfo!==void 0||f.host!==void 0||f.port!==void 0)&&!f.path?E.path="/"+c.path:f.path?E.path=f.path.slice(0,f.path.lastIndexOf("/")+1)+c.path:E.path=c.path,E.path=Fe(E.path)),E.query=c.query):(E.path=f.path,c.query!==void 0?E.query=c.query:E.query=f.query),E.userinfo=f.userinfo,E.host=f.host,E.port=f.port),E.scheme=f.scheme),E.fragment=c.fragment,E}function sr(f,c,y){var S=d({scheme:"null"},y);return Pe(jt(Te(f,S),Te(c,S),S,!0),S)}function lt(f,c){return typeof f=="string"?f=Pe(Te(f,c),c):i(f)==="object"&&(f=Te(Pe(f,c),c)),f}function ir(f,c,y){return typeof f=="string"?f=Pe(Te(f,y),y):i(f)==="object"&&(f=Pe(f,y)),typeof c=="string"?c=Pe(Te(c,y),y):i(c)==="object"&&(c=Pe(c,y)),f===c}function Rr(f,c){return f&&f.toString().replace(!c||!c.iri?p.ESCAPE:h.ESCAPE,M)}function ke(f,c){return f&&f.toString().replace(!c||!c.iri?p.PCT_ENCODED:h.PCT_ENCODED,J)}var ut={scheme:"http",domainHost:!0,parse:function(c,y){return c.host||(c.error=c.error||"HTTP URIs must have a host."),c},serialize:function(c,y){var S=String(c.scheme).toLowerCase()==="https";return(c.port===(S?443:80)||c.port==="")&&(c.port=void 0),c.path||(c.path="/"),c}},Fs={scheme:"https",domainHost:ut.domainHost,parse:ut.parse,serialize:ut.serialize};function qs(f){return typeof f.secure=="boolean"?f.secure:String(f.scheme).toLowerCase()==="wss"}var or={scheme:"ws",domainHost:!0,parse:function(c,y){var S=c;return S.secure=qs(S),S.resourceName=(S.path||"/")+(S.query?"?"+S.query:""),S.path=void 0,S.query=void 0,S},serialize:function(c,y){if((c.port===(qs(c)?443:80)||c.port==="")&&(c.port=void 0),typeof c.secure=="boolean"&&(c.scheme=c.secure?"wss":"ws",c.secure=void 0),c.resourceName){var S=c.resourceName.split("?"),E=v(S,2),L=E[0],H=E[1];c.path=L&&L!=="/"?L:void 0,c.query=H,c.resourceName=void 0}return c.fragment=void 0,c}},Ms={scheme:"wss",domainHost:or.domainHost,parse:or.parse,serialize:or.serialize},ya={},Us="[A-Za-z0-9\\-\\.\\_\\~\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]",qe="[0-9A-Fa-f]",ga=s(s("%[EFef]"+qe+"%"+qe+qe+"%"+qe+qe)+"|"+s("%[89A-Fa-f]"+qe+"%"+qe+qe)+"|"+s("%"+qe+qe)),$a="[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]",_a="[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",wa=n(_a,'[\\"\\\\]'),va="[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]",ba=new RegExp(Us,"g"),It=new RegExp(ga,"g"),Pa=new RegExp(n("[^]",$a,"[\\.]",'[\\"]',wa),"g"),Ls=new RegExp(n("[^]",Us,va),"g"),Ea=Ls;function Pn(f){var c=J(f);return c.match(ba)?c:f}var Hs={scheme:"mailto",parse:function(c,y){var S=c,E=S.to=S.path?S.path.split(","):[];if(S.path=void 0,S.query){for(var L=!1,H={},X=S.query.split("&"),se=0,ue=X.length;se<ue;++se){var Y=X[se].split("=");switch(Y[0]){case"to":for(var ne=Y[1].split(","),de=0,x=ne.length;de<x;++de)E.push(ne[de]);break;case"subject":S.subject=ke(Y[1],y);break;case"body":S.body=ke(Y[1],y);break;default:L=!0,H[ke(Y[0],y)]=ke(Y[1],y);break}}L&&(S.headers=H)}S.query=void 0;for(var oe=0,me=E.length;oe<me;++oe){var ae=E[oe].split("@");if(ae[0]=ke(ae[0]),y.unicodeSupport)ae[1]=ke(ae[1],y).toLowerCase();else try{ae[1]=N.toASCII(ke(ae[1],y).toLowerCase())}catch(Xe){S.error=S.error||"Email address's domain name can not be converted to ASCII via punycode: "+Xe}E[oe]=ae.join("@")}return S},serialize:function(c,y){var S=c,E=l(c.to);if(E){for(var L=0,H=E.length;L<H;++L){var X=String(E[L]),se=X.lastIndexOf("@"),ue=X.slice(0,se).replace(It,Pn).replace(It,o).replace(Pa,M),Y=X.slice(se+1);try{Y=y.iri?N.toUnicode(Y):N.toASCII(ke(Y,y).toLowerCase())}catch(oe){S.error=S.error||"Email address's domain name can not be converted to "+(y.iri?"Unicode":"ASCII")+" via punycode: "+oe}E[L]=ue+"@"+Y}S.path=E.join(",")}var ne=c.headers=c.headers||{};c.subject&&(ne.subject=c.subject),c.body&&(ne.body=c.body);var de=[];for(var x in ne)ne[x]!==ya[x]&&de.push(x.replace(It,Pn).replace(It,o).replace(Ls,M)+"="+ne[x].replace(It,Pn).replace(It,o).replace(Ea,M));return de.length&&(S.query=de.join("&")),S}},Sa=/^([^\:]+)\:(.*)/,zs={scheme:"urn",parse:function(c,y){var S=c.path&&c.path.match(Sa),E=c;if(S){var L=y.scheme||E.scheme||"urn",H=S[1].toLowerCase(),X=S[2],se=L+":"+(y.nid||H),ue=q[se];E.nid=H,E.nss=X,E.path=void 0,ue&&(E=ue.parse(E,y))}else E.error=E.error||"URN can not be parsed.";return E},serialize:function(c,y){var S=y.scheme||c.scheme||"urn",E=c.nid,L=S+":"+(y.nid||E),H=q[L];H&&(c=H.serialize(c,y));var X=c,se=c.nss;return X.path=(E||y.nid)+":"+se,X}},Ta=/^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/,Vs={scheme:"urn:uuid",parse:function(c,y){var S=c;return S.uuid=S.nss,S.nss=void 0,!y.tolerant&&(!S.uuid||!S.uuid.match(Ta))&&(S.error=S.error||"UUID is not valid."),S},serialize:function(c,y){var S=c;return S.nss=(c.uuid||"").toLowerCase(),S}};q[ut.scheme]=ut,q[Fs.scheme]=Fs,q[or.scheme]=or,q[Ms.scheme]=Ms,q[Hs.scheme]=Hs,q[zs.scheme]=zs,q[Vs.scheme]=Vs,r.SCHEMES=q,r.pctEncChar=M,r.pctDecChars=J,r.parse=Te,r.removeDotSegments=Fe,r.serialize=Pe,r.resolveComponents=jt,r.resolve=sr,r.normalize=lt,r.equal=ir,r.escapeComponent=Rr,r.unescapeComponent=ke,Object.defineProperty(r,"__esModule",{value:!0})})})(qn,qn.exports);var iu=qn.exports;Object.defineProperty(rs,"__esModule",{value:!0});const Jo=iu;Jo.code='require("ajv/dist/runtime/uri").default';rs.default=Jo;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=void 0;var t=Ae;Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return t.KeywordCxt}});var r=G;Object.defineProperty(e,"_",{enumerable:!0,get:function(){return r._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return r.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return r.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return r.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return r.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return r.CodeGen}});const n=Er,s=Sr,i=Pt,o=Se,l=G,d=$e,u=Pr,p=re,h=su,v=rs,T=(F,$)=>new RegExp(F,$);T.code="new RegExp";const w=["removeAdditional","useDefaults","coerceTypes"],R=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),_={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},g={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},k=200;function O(F){var $,I,P,a,m,N,q,M,J,Q,le,De,kt,er,tr,Te,rr,Ot,Ct,Nt,nr,Fe,Pe,jt,sr;const lt=F.strict,ir=($=F.code)===null||$===void 0?void 0:$.optimize,Rr=ir===!0||ir===void 0?1:ir||0,ke=(P=(I=F.code)===null||I===void 0?void 0:I.regExp)!==null&&P!==void 0?P:T,ut=(a=F.uriResolver)!==null&&a!==void 0?a:v.default;return{strictSchema:(N=(m=F.strictSchema)!==null&&m!==void 0?m:lt)!==null&&N!==void 0?N:!0,strictNumbers:(M=(q=F.strictNumbers)!==null&&q!==void 0?q:lt)!==null&&M!==void 0?M:!0,strictTypes:(Q=(J=F.strictTypes)!==null&&J!==void 0?J:lt)!==null&&Q!==void 0?Q:"log",strictTuples:(De=(le=F.strictTuples)!==null&&le!==void 0?le:lt)!==null&&De!==void 0?De:"log",strictRequired:(er=(kt=F.strictRequired)!==null&&kt!==void 0?kt:lt)!==null&&er!==void 0?er:!1,code:F.code?{...F.code,optimize:Rr,regExp:ke}:{optimize:Rr,regExp:ke},loopRequired:(tr=F.loopRequired)!==null&&tr!==void 0?tr:k,loopEnum:(Te=F.loopEnum)!==null&&Te!==void 0?Te:k,meta:(rr=F.meta)!==null&&rr!==void 0?rr:!0,messages:(Ot=F.messages)!==null&&Ot!==void 0?Ot:!0,inlineRefs:(Ct=F.inlineRefs)!==null&&Ct!==void 0?Ct:!0,schemaId:(Nt=F.schemaId)!==null&&Nt!==void 0?Nt:"$id",addUsedSchema:(nr=F.addUsedSchema)!==null&&nr!==void 0?nr:!0,validateSchema:(Fe=F.validateSchema)!==null&&Fe!==void 0?Fe:!0,validateFormats:(Pe=F.validateFormats)!==null&&Pe!==void 0?Pe:!0,unicodeRegExp:(jt=F.unicodeRegExp)!==null&&jt!==void 0?jt:!0,int32range:(sr=F.int32range)!==null&&sr!==void 0?sr:!0,uriResolver:ut}}class j{constructor($={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,$=this.opts={...$,...O($)};const{es5:I,lines:P}=this.opts.code;this.scope=new l.ValueScope({scope:{},prefixes:R,es5:I,lines:P}),this.logger=Z($.logger);const a=$.validateFormats;$.validateFormats=!1,this.RULES=(0,i.getRules)(),D.call(this,_,$,"NOT SUPPORTED"),D.call(this,g,$,"DEPRECATED","warn"),this._metaOpts=K.call(this),$.formats&&A.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),$.keywords&&W.call(this,$.keywords),typeof $.meta=="object"&&this.addMetaSchema($.meta),C.call(this),$.validateFormats=a}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){const{$data:$,meta:I,schemaId:P}=this.opts;let a=h;P==="id"&&(a={...h},a.id=a.$id,delete a.$id),I&&$&&this.addMetaSchema(a,a[P],!1)}defaultMeta(){const{meta:$,schemaId:I}=this.opts;return this.opts.defaultMeta=typeof $=="object"?$[I]||$:void 0}validate($,I){let P;if(typeof $=="string"){if(P=this.getSchema($),!P)throw new Error(`no schema with key or ref "${$}"`)}else P=this.compile($);const a=P(I);return"$async"in P||(this.errors=P.errors),a}compile($,I){const P=this._addSchema($,I);return P.validate||this._compileSchemaEnv(P)}compileAsync($,I){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");const{loadSchema:P}=this.opts;return a.call(this,$,I);async function a(Q,le){await m.call(this,Q.$schema);const De=this._addSchema(Q,le);return De.validate||N.call(this,De)}async function m(Q){Q&&!this.getSchema(Q)&&await a.call(this,{$ref:Q},!0)}async function N(Q){try{return this._compileSchemaEnv(Q)}catch(le){if(!(le instanceof s.default))throw le;return q.call(this,le),await M.call(this,le.missingSchema),N.call(this,Q)}}function q({missingSchema:Q,missingRef:le}){if(this.refs[Q])throw new Error(`AnySchema ${Q} is loaded but ${le} cannot be resolved`)}async function M(Q){const le=await J.call(this,Q);this.refs[Q]||await m.call(this,le.$schema),this.refs[Q]||this.addSchema(le,Q,I)}async function J(Q){const le=this._loading[Q];if(le)return le;try{return await(this._loading[Q]=P(Q))}finally{delete this._loading[Q]}}}addSchema($,I,P,a=this.opts.validateSchema){if(Array.isArray($)){for(const N of $)this.addSchema(N,void 0,P,a);return this}let m;if(typeof $=="object"){const{schemaId:N}=this.opts;if(m=$[N],m!==void 0&&typeof m!="string")throw new Error(`schema ${N} must be string`)}return I=(0,d.normalizeId)(I||m),this._checkUnique(I),this.schemas[I]=this._addSchema($,P,I,a,!0),this}addMetaSchema($,I,P=this.opts.validateSchema){return this.addSchema($,I,!0,P),this}validateSchema($,I){if(typeof $=="boolean")return!0;let P;if(P=$.$schema,P!==void 0&&typeof P!="string")throw new Error("$schema must be a string");if(P=P||this.opts.defaultMeta||this.defaultMeta(),!P)return this.logger.warn("meta-schema not available"),this.errors=null,!0;const a=this.validate(P,$);if(!a&&I){const m="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(m);else throw new Error(m)}return a}getSchema($){let I;for(;typeof(I=b.call(this,$))=="string";)$=I;if(I===void 0){const{schemaId:P}=this.opts,a=new o.SchemaEnv({schema:{},schemaId:P});if(I=o.resolveSchema.call(this,a,$),!I)return;this.refs[$]=I}return I.validate||this._compileSchemaEnv(I)}removeSchema($){if($ instanceof RegExp)return this._removeAllSchemas(this.schemas,$),this._removeAllSchemas(this.refs,$),this;switch(typeof $){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{const I=b.call(this,$);return typeof I=="object"&&this._cache.delete(I.schema),delete this.schemas[$],delete this.refs[$],this}case"object":{const I=$;this._cache.delete(I);let P=$[this.opts.schemaId];return P&&(P=(0,d.normalizeId)(P),delete this.schemas[P],delete this.refs[P]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary($){for(const I of $)this.addKeyword(I);return this}addKeyword($,I){let P;if(typeof $=="string")P=$,typeof I=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),I.keyword=P);else if(typeof $=="object"&&I===void 0){if(I=$,P=I.keyword,Array.isArray(P)&&!P.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(he.call(this,P,I),!I)return(0,p.eachItem)(P,m=>at.call(this,m)),this;Tt.call(this,I);const a={...I,type:(0,u.getJSONTypes)(I.type),schemaType:(0,u.getJSONTypes)(I.schemaType)};return(0,p.eachItem)(P,a.type.length===0?m=>at.call(this,m,a):m=>a.type.forEach(N=>at.call(this,m,a,N))),this}getKeyword($){const I=this.RULES.all[$];return typeof I=="object"?I.definition:!!I}removeKeyword($){const{RULES:I}=this;delete I.keywords[$],delete I.all[$];for(const P of I.rules){const a=P.rules.findIndex(m=>m.keyword===$);a>=0&&P.rules.splice(a,1)}return this}addFormat($,I){return typeof I=="string"&&(I=new RegExp(I)),this.formats[$]=I,this}errorsText($=this.errors,{separator:I=", ",dataVar:P="data"}={}){return!$||$.length===0?"No errors":$.map(a=>`${P}${a.instancePath} ${a.message}`).reduce((a,m)=>a+I+m)}$dataMetaSchema($,I){const P=this.RULES.all;$=JSON.parse(JSON.stringify($));for(const a of I){const m=a.split("/").slice(1);let N=$;for(const q of m)N=N[q];for(const q in P){const M=P[q];if(typeof M!="object")continue;const{$data:J}=M.definition,Q=N[q];J&&Q&&(N[q]=Rt(Q))}}return $}_removeAllSchemas($,I){for(const P in $){const a=$[P];(!I||I.test(P))&&(typeof a=="string"?delete $[P]:a&&!a.meta&&(this._cache.delete(a.schema),delete $[P]))}}_addSchema($,I,P,a=this.opts.validateSchema,m=this.opts.addUsedSchema){let N;const{schemaId:q}=this.opts;if(typeof $=="object")N=$[q];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof $!="boolean")throw new Error("schema must be object or boolean")}let M=this._cache.get($);if(M!==void 0)return M;P=(0,d.normalizeId)(N||P);const J=d.getSchemaRefs.call(this,$,P);return M=new o.SchemaEnv({schema:$,schemaId:q,meta:I,baseId:P,localRefs:J}),this._cache.set(M.schema,M),m&&!P.startsWith("#")&&(P&&this._checkUnique(P),this.refs[P]=M),a&&this.validateSchema($,!0),M}_checkUnique($){if(this.schemas[$]||this.refs[$])throw new Error(`schema with key or id "${$}" already exists`)}_compileSchemaEnv($){if($.meta?this._compileMetaSchema($):o.compileSchema.call(this,$),!$.validate)throw new Error("ajv implementation error");return $.validate}_compileMetaSchema($){const I=this.opts;this.opts=this._metaOpts;try{o.compileSchema.call(this,$)}finally{this.opts=I}}}e.default=j,j.ValidationError=n.default,j.MissingRefError=s.default;function D(F,$,I,P="error"){for(const a in F){const m=a;m in $&&this.logger[P](`${I}: option ${a}. ${F[m]}`)}}function b(F){return F=(0,d.normalizeId)(F),this.schemas[F]||this.refs[F]}function C(){const F=this.opts.schemas;if(F)if(Array.isArray(F))this.addSchema(F);else for(const $ in F)this.addSchema(F[$],$)}function A(){for(const F in this.opts.formats){const $=this.opts.formats[F];$&&this.addFormat(F,$)}}function W(F){if(Array.isArray(F)){this.addVocabulary(F);return}this.logger.warn("keywords option as map is deprecated, pass array");for(const $ in F){const I=F[$];I.keyword||(I.keyword=$),this.addKeyword(I)}}function K(){const F={...this.opts};for(const $ of w)delete F[$];return F}const ce={log(){},warn(){},error(){}};function Z(F){if(F===!1)return ce;if(F===void 0)return console;if(F.log&&F.warn&&F.error)return F;throw new Error("logger must implement log, warn and error methods")}const Re=/^[a-z_$][a-z0-9_$:-]*$/i;function he(F,$){const{RULES:I}=this;if((0,p.eachItem)(F,P=>{if(I.keywords[P])throw new Error(`Keyword ${P} is already defined`);if(!Re.test(P))throw new Error(`Keyword ${P} has invalid name`)}),!!$&&$.$data&&!("code"in $||"validate"in $))throw new Error('$data keyword must have "code" or "validate" function')}function at(F,$,I){var P;const a=$==null?void 0:$.post;if(I&&a)throw new Error('keyword with "post" flag cannot have "type"');const{RULES:m}=this;let N=a?m.post:m.rules.find(({type:M})=>M===I);if(N||(N={type:I,rules:[]},m.rules.push(N)),m.keywords[F]=!0,!$)return;const q={keyword:F,definition:{...$,type:(0,u.getJSONTypes)($.type),schemaType:(0,u.getJSONTypes)($.schemaType)}};$.before?ct.call(this,N,q,$.before):N.rules.push(q),m.all[F]=q,(P=$.implements)===null||P===void 0||P.forEach(M=>this.addKeyword(M))}function ct(F,$,I){const P=F.rules.findIndex(a=>a.keyword===I);P>=0?F.rules.splice(P,0,$):(F.rules.push($),this.logger.warn(`rule ${I} is not defined`))}function Tt(F){let{metaSchema:$}=F;$!==void 0&&(F.$data&&this.opts.$data&&($=Rt($)),F.validateSchema=this.compile($,!0))}const Xt={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Rt(F){return{anyOf:[F,Xt]}}})(Eo);var ns={},ss={},is={};Object.defineProperty(is,"__esModule",{value:!0});const ou={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};is.default=ou;var Et={};Object.defineProperty(Et,"__esModule",{value:!0});Et.callRef=Et.getValidate=void 0;const au=Sr,fi=B,Ee=G,qt=Ke,hi=Se,Nr=re,cu={keyword:"$ref",schemaType:"string",code(e){const{gen:t,schema:r,it:n}=e,{baseId:s,schemaEnv:i,validateName:o,opts:l,self:d}=n,{root:u}=i;if((r==="#"||r==="#/")&&s===u.baseId)return h();const p=hi.resolveRef.call(d,u,s,r);if(p===void 0)throw new au.default(n.opts.uriResolver,s,r);if(p instanceof hi.SchemaEnv)return v(p);return T(p);function h(){if(i===u)return Ur(e,o,i,i.$async);const w=t.scopeValue("root",{ref:u});return Ur(e,(0,Ee._)`${w}.validate`,u,u.$async)}function v(w){const R=Yo(e,w);Ur(e,R,w,w.$async)}function T(w){const R=t.scopeValue("schema",l.code.source===!0?{ref:w,code:(0,Ee.stringify)(w)}:{ref:w}),_=t.name("valid"),g=e.subschema({schema:w,dataTypes:[],schemaPath:Ee.nil,topSchemaRef:R,errSchemaPath:r},_);e.mergeEvaluated(g),e.ok(_)}}};function Yo(e,t){const{gen:r}=e;return t.validate?r.scopeValue("validate",{ref:t.validate}):(0,Ee._)`${r.scopeValue("wrapper",{ref:t})}.validate`}Et.getValidate=Yo;function Ur(e,t,r,n){const{gen:s,it:i}=e,{allErrors:o,schemaEnv:l,opts:d}=i,u=d.passContext?qt.default.this:Ee.nil;n?p():h();function p(){if(!l.$async)throw new Error("async schema referenced by sync schema");const w=s.let("valid");s.try(()=>{s.code((0,Ee._)`await ${(0,fi.callValidateCode)(e,t,u)}`),T(t),o||s.assign(w,!0)},R=>{s.if((0,Ee._)`!(${R} instanceof ${i.ValidationError})`,()=>s.throw(R)),v(R),o||s.assign(w,!1)}),e.ok(w)}function h(){e.result((0,fi.callValidateCode)(e,t,u),()=>T(t),()=>v(t))}function v(w){const R=(0,Ee._)`${w}.errors`;s.assign(qt.default.vErrors,(0,Ee._)`${qt.default.vErrors} === null ? ${R} : ${qt.default.vErrors}.concat(${R})`),s.assign(qt.default.errors,(0,Ee._)`${qt.default.vErrors}.length`)}function T(w){var R;if(!i.opts.unevaluated)return;const _=(R=r==null?void 0:r.validate)===null||R===void 0?void 0:R.evaluated;if(i.props!==!0)if(_&&!_.dynamicProps)_.props!==void 0&&(i.props=Nr.mergeEvaluated.props(s,_.props,i.props));else{const g=s.var("props",(0,Ee._)`${w}.evaluated.props`);i.props=Nr.mergeEvaluated.props(s,g,i.props,Ee.Name)}if(i.items!==!0)if(_&&!_.dynamicItems)_.items!==void 0&&(i.items=Nr.mergeEvaluated.items(s,_.items,i.items));else{const g=s.var("items",(0,Ee._)`${w}.evaluated.items`);i.items=Nr.mergeEvaluated.items(s,g,i.items,Ee.Name)}}}Et.callRef=Ur;Et.default=cu;Object.defineProperty(ss,"__esModule",{value:!0});const lu=is,uu=Et,du=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",lu.default,uu.default];ss.default=du;var os={},as={};Object.defineProperty(as,"__esModule",{value:!0});const Br=G,rt=Br.operators,Gr={maximum:{okStr:"<=",ok:rt.LTE,fail:rt.GT},minimum:{okStr:">=",ok:rt.GTE,fail:rt.LT},exclusiveMaximum:{okStr:"<",ok:rt.LT,fail:rt.GTE},exclusiveMinimum:{okStr:">",ok:rt.GT,fail:rt.LTE}},pu={message:({keyword:e,schemaCode:t})=>(0,Br.str)`must be ${Gr[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,Br._)`{comparison: ${Gr[e].okStr}, limit: ${t}}`},fu={keyword:Object.keys(Gr),type:"number",schemaType:"number",$data:!0,error:pu,code(e){const{keyword:t,data:r,schemaCode:n}=e;e.fail$data((0,Br._)`${r} ${Gr[t].fail} ${n} || isNaN(${r})`)}};as.default=fu;var cs={};Object.defineProperty(cs,"__esModule",{value:!0});const fr=G,hu={message:({schemaCode:e})=>(0,fr.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,fr._)`{multipleOf: ${e}}`},mu={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:hu,code(e){const{gen:t,data:r,schemaCode:n,it:s}=e,i=s.opts.multipleOfPrecision,o=t.let("res"),l=i?(0,fr._)`Math.abs(Math.round(${o}) - ${o}) > 1e-${i}`:(0,fr._)`${o} !== parseInt(${o})`;e.fail$data((0,fr._)`(${n} === 0 || (${o} = ${r}/${n}, ${l}))`)}};cs.default=mu;var ls={},us={};Object.defineProperty(us,"__esModule",{value:!0});function Qo(e){const t=e.length;let r=0,n=0,s;for(;n<t;)r++,s=e.charCodeAt(n++),s>=55296&&s<=56319&&n<t&&(s=e.charCodeAt(n),(s&64512)===56320&&n++);return r}us.default=Qo;Qo.code='require("ajv/dist/runtime/ucs2length").default';Object.defineProperty(ls,"__esModule",{value:!0});const mt=G,yu=re,gu=us,$u={message({keyword:e,schemaCode:t}){const r=e==="maxLength"?"more":"fewer";return(0,mt.str)`must NOT have ${r} than ${t} characters`},params:({schemaCode:e})=>(0,mt._)`{limit: ${e}}`},_u={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:$u,code(e){const{keyword:t,data:r,schemaCode:n,it:s}=e,i=t==="maxLength"?mt.operators.GT:mt.operators.LT,o=s.opts.unicode===!1?(0,mt._)`${r}.length`:(0,mt._)`${(0,yu.useFunc)(e.gen,gu.default)}(${r})`;e.fail$data((0,mt._)`${o} ${i} ${n}`)}};ls.default=_u;var ds={};Object.defineProperty(ds,"__esModule",{value:!0});const wu=B,Kr=G,vu={message:({schemaCode:e})=>(0,Kr.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,Kr._)`{pattern: ${e}}`},bu={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:vu,code(e){const{data:t,$data:r,schema:n,schemaCode:s,it:i}=e,o=i.opts.unicodeRegExp?"u":"",l=r?(0,Kr._)`(new RegExp(${s}, ${o}))`:(0,wu.usePattern)(e,n);e.fail$data((0,Kr._)`!${l}.test(${t})`)}};ds.default=bu;var ps={};Object.defineProperty(ps,"__esModule",{value:!0});const hr=G,Pu={message({keyword:e,schemaCode:t}){const r=e==="maxProperties"?"more":"fewer";return(0,hr.str)`must NOT have ${r} than ${t} properties`},params:({schemaCode:e})=>(0,hr._)`{limit: ${e}}`},Eu={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:Pu,code(e){const{keyword:t,data:r,schemaCode:n}=e,s=t==="maxProperties"?hr.operators.GT:hr.operators.LT;e.fail$data((0,hr._)`Object.keys(${r}).length ${s} ${n}`)}};ps.default=Eu;var fs={};Object.defineProperty(fs,"__esModule",{value:!0});const ur=B,mr=G,Su=re,Tu={message:({params:{missingProperty:e}})=>(0,mr.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,mr._)`{missingProperty: ${e}}`},Ru={keyword:"required",type:"object",schemaType:"array",$data:!0,error:Tu,code(e){const{gen:t,schema:r,schemaCode:n,data:s,$data:i,it:o}=e,{opts:l}=o;if(!i&&r.length===0)return;const d=r.length>=l.loopRequired;if(o.allErrors?u():p(),l.strictRequired){const T=e.parentSchema.properties,{definedProperties:w}=e.it;for(const R of r)if((T==null?void 0:T[R])===void 0&&!w.has(R)){const _=o.schemaEnv.baseId+o.errSchemaPath,g=`required property "${R}" is not defined at "${_}" (strictRequired)`;(0,Su.checkStrictMode)(o,g,o.opts.strictRequired)}}function u(){if(d||i)e.block$data(mr.nil,h);else for(const T of r)(0,ur.checkReportMissingProp)(e,T)}function p(){const T=t.let("missing");if(d||i){const w=t.let("valid",!0);e.block$data(w,()=>v(T,w)),e.ok(w)}else t.if((0,ur.checkMissingProp)(e,r,T)),(0,ur.reportMissingProp)(e,T),t.else()}function h(){t.forOf("prop",n,T=>{e.setParams({missingProperty:T}),t.if((0,ur.noPropertyInData)(t,s,T,l.ownProperties),()=>e.error())})}function v(T,w){e.setParams({missingProperty:T}),t.forOf(T,n,()=>{t.assign(w,(0,ur.propertyInData)(t,s,T,l.ownProperties)),t.if((0,mr.not)(w),()=>{e.error(),t.break()})},mr.nil)}}};fs.default=Ru;var hs={};Object.defineProperty(hs,"__esModule",{value:!0});const yr=G,ku={message({keyword:e,schemaCode:t}){const r=e==="maxItems"?"more":"fewer";return(0,yr.str)`must NOT have ${r} than ${t} items`},params:({schemaCode:e})=>(0,yr._)`{limit: ${e}}`},Ou={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:ku,code(e){const{keyword:t,data:r,schemaCode:n}=e,s=t==="maxItems"?yr.operators.GT:yr.operators.LT;e.fail$data((0,yr._)`${r}.length ${s} ${n}`)}};hs.default=Ou;var ms={},Tr={};Object.defineProperty(Tr,"__esModule",{value:!0});const Zo=jo;Zo.code='require("ajv/dist/runtime/equal").default';Tr.default=Zo;Object.defineProperty(ms,"__esModule",{value:!0});const Cn=Pr,ge=G,Cu=re,Nu=Tr,ju={message:({params:{i:e,j:t}})=>(0,ge.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,ge._)`{i: ${e}, j: ${t}}`},Iu={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:ju,code(e){const{gen:t,data:r,$data:n,schema:s,parentSchema:i,schemaCode:o,it:l}=e;if(!n&&!s)return;const d=t.let("valid"),u=i.items?(0,Cn.getSchemaTypes)(i.items):[];e.block$data(d,p,(0,ge._)`${o} === false`),e.ok(d);function p(){const w=t.let("i",(0,ge._)`${r}.length`),R=t.let("j");e.setParams({i:w,j:R}),t.assign(d,!0),t.if((0,ge._)`${w} > 1`,()=>(h()?v:T)(w,R))}function h(){return u.length>0&&!u.some(w=>w==="object"||w==="array")}function v(w,R){const _=t.name("item"),g=(0,Cn.checkDataTypes)(u,_,l.opts.strictNumbers,Cn.DataType.Wrong),k=t.const("indices",(0,ge._)`{}`);t.for((0,ge._)`;${w}--;`,()=>{t.let(_,(0,ge._)`${r}[${w}]`),t.if(g,(0,ge._)`continue`),u.length>1&&t.if((0,ge._)`typeof ${_} == "string"`,(0,ge._)`${_} += "_"`),t.if((0,ge._)`typeof ${k}[${_}] == "number"`,()=>{t.assign(R,(0,ge._)`${k}[${_}]`),e.error(),t.assign(d,!1).break()}).code((0,ge._)`${k}[${_}] = ${w}`)})}function T(w,R){const _=(0,Cu.useFunc)(t,Nu.default),g=t.name("outer");t.label(g).for((0,ge._)`;${w}--;`,()=>t.for((0,ge._)`${R} = ${w}; ${R}--;`,()=>t.if((0,ge._)`${_}(${r}[${w}], ${r}[${R}])`,()=>{e.error(),t.assign(d,!1).break(g)})))}}};ms.default=Iu;var ys={};Object.defineProperty(ys,"__esModule",{value:!0});const Mn=G,Au=re,Du=Tr,Fu={message:"must be equal to constant",params:({schemaCode:e})=>(0,Mn._)`{allowedValue: ${e}}`},qu={keyword:"const",$data:!0,error:Fu,code(e){const{gen:t,data:r,$data:n,schemaCode:s,schema:i}=e;n||i&&typeof i=="object"?e.fail$data((0,Mn._)`!${(0,Au.useFunc)(t,Du.default)}(${r}, ${s})`):e.fail((0,Mn._)`${i} !== ${r}`)}};ys.default=qu;var gs={};Object.defineProperty(gs,"__esModule",{value:!0});const dr=G,Mu=re,Uu=Tr,Lu={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>(0,dr._)`{allowedValues: ${e}}`},Hu={keyword:"enum",schemaType:"array",$data:!0,error:Lu,code(e){const{gen:t,data:r,$data:n,schema:s,schemaCode:i,it:o}=e;if(!n&&s.length===0)throw new Error("enum must have non-empty array");const l=s.length>=o.opts.loopEnum;let d;const u=()=>d??(d=(0,Mu.useFunc)(t,Uu.default));let p;if(l||n)p=t.let("valid"),e.block$data(p,h);else{if(!Array.isArray(s))throw new Error("ajv implementation error");const T=t.const("vSchema",i);p=(0,dr.or)(...s.map((w,R)=>v(T,R)))}e.pass(p);function h(){t.assign(p,!1),t.forOf("v",i,T=>t.if((0,dr._)`${u()}(${r}, ${T})`,()=>t.assign(p,!0).break()))}function v(T,w){const R=s[w];return typeof R=="object"&&R!==null?(0,dr._)`${u()}(${r}, ${T}[${w}])`:(0,dr._)`${r} === ${R}`}}};gs.default=Hu;Object.defineProperty(os,"__esModule",{value:!0});const zu=as,Vu=cs,Wu=ls,xu=ds,Bu=ps,Gu=fs,Ku=hs,Ju=ms,Yu=ys,Qu=gs,Zu=[zu.default,Vu.default,Wu.default,xu.default,Bu.default,Gu.default,Ku.default,Ju.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},Yu.default,Qu.default];os.default=Zu;var $s={},Qt={};Object.defineProperty(Qt,"__esModule",{value:!0});Qt.validateAdditionalItems=void 0;const yt=G,Un=re,Xu={message:({params:{len:e}})=>(0,yt.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,yt._)`{limit: ${e}}`},ed={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:Xu,code(e){const{parentSchema:t,it:r}=e,{items:n}=t;if(!Array.isArray(n)){(0,Un.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}Xo(e,n)}};function Xo(e,t){const{gen:r,schema:n,data:s,keyword:i,it:o}=e;o.items=!0;const l=r.const("len",(0,yt._)`${s}.length`);if(n===!1)e.setParams({len:t.length}),e.pass((0,yt._)`${l} <= ${t.length}`);else if(typeof n=="object"&&!(0,Un.alwaysValidSchema)(o,n)){const u=r.var("valid",(0,yt._)`${l} <= ${t.length}`);r.if((0,yt.not)(u),()=>d(u)),e.ok(u)}function d(u){r.forRange("i",t.length,l,p=>{e.subschema({keyword:i,dataProp:p,dataPropType:Un.Type.Num},u),o.allErrors||r.if((0,yt.not)(u),()=>r.break())})}}Qt.validateAdditionalItems=Xo;Qt.default=ed;var _s={},Zt={};Object.defineProperty(Zt,"__esModule",{value:!0});Zt.validateTuple=void 0;const mi=G,Lr=re,td=B,rd={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){const{schema:t,it:r}=e;if(Array.isArray(t))return ea(e,"additionalItems",t);r.items=!0,!(0,Lr.alwaysValidSchema)(r,t)&&e.ok((0,td.validateArray)(e))}};function ea(e,t,r=e.schema){const{gen:n,parentSchema:s,data:i,keyword:o,it:l}=e;p(s),l.opts.unevaluated&&r.length&&l.items!==!0&&(l.items=Lr.mergeEvaluated.items(n,r.length,l.items));const d=n.name("valid"),u=n.const("len",(0,mi._)`${i}.length`);r.forEach((h,v)=>{(0,Lr.alwaysValidSchema)(l,h)||(n.if((0,mi._)`${u} > ${v}`,()=>e.subschema({keyword:o,schemaProp:v,dataProp:v},d)),e.ok(d))});function p(h){const{opts:v,errSchemaPath:T}=l,w=r.length,R=w===h.minItems&&(w===h.maxItems||h[t]===!1);if(v.strictTuples&&!R){const _=`"${o}" is ${w}-tuple, but minItems or maxItems/${t} are not specified or different at path "${T}"`;(0,Lr.checkStrictMode)(l,_,v.strictTuples)}}}Zt.validateTuple=ea;Zt.default=rd;Object.defineProperty(_s,"__esModule",{value:!0});const nd=Zt,sd={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,nd.validateTuple)(e,"items")};_s.default=sd;var ws={};Object.defineProperty(ws,"__esModule",{value:!0});const yi=G,id=re,od=B,ad=Qt,cd={message:({params:{len:e}})=>(0,yi.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,yi._)`{limit: ${e}}`},ld={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:cd,code(e){const{schema:t,parentSchema:r,it:n}=e,{prefixItems:s}=r;n.items=!0,!(0,id.alwaysValidSchema)(n,t)&&(s?(0,ad.validateAdditionalItems)(e,s):e.ok((0,od.validateArray)(e)))}};ws.default=ld;var vs={};Object.defineProperty(vs,"__esModule",{value:!0});const Ce=G,jr=re,ud={message:({params:{min:e,max:t}})=>t===void 0?(0,Ce.str)`must contain at least ${e} valid item(s)`:(0,Ce.str)`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?(0,Ce._)`{minContains: ${e}}`:(0,Ce._)`{minContains: ${e}, maxContains: ${t}}`},dd={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:ud,code(e){const{gen:t,schema:r,parentSchema:n,data:s,it:i}=e;let o,l;const{minContains:d,maxContains:u}=n;i.opts.next?(o=d===void 0?1:d,l=u):o=1;const p=t.const("len",(0,Ce._)`${s}.length`);if(e.setParams({min:o,max:l}),l===void 0&&o===0){(0,jr.checkStrictMode)(i,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(l!==void 0&&o>l){(0,jr.checkStrictMode)(i,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,jr.alwaysValidSchema)(i,r)){let R=(0,Ce._)`${p} >= ${o}`;l!==void 0&&(R=(0,Ce._)`${R} && ${p} <= ${l}`),e.pass(R);return}i.items=!0;const h=t.name("valid");l===void 0&&o===1?T(h,()=>t.if(h,()=>t.break())):o===0?(t.let(h,!0),l!==void 0&&t.if((0,Ce._)`${s}.length > 0`,v)):(t.let(h,!1),v()),e.result(h,()=>e.reset());function v(){const R=t.name("_valid"),_=t.let("count",0);T(R,()=>t.if(R,()=>w(_)))}function T(R,_){t.forRange("i",0,p,g=>{e.subschema({keyword:"contains",dataProp:g,dataPropType:jr.Type.Num,compositeRule:!0},R),_()})}function w(R){t.code((0,Ce._)`${R}++`),l===void 0?t.if((0,Ce._)`${R} >= ${o}`,()=>t.assign(h,!0).break()):(t.if((0,Ce._)`${R} > ${l}`,()=>t.assign(h,!1).break()),o===1?t.assign(h,!0):t.if((0,Ce._)`${R} >= ${o}`,()=>t.assign(h,!0)))}}};vs.default=dd;var ta={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.validateSchemaDeps=e.validatePropertyDeps=e.error=void 0;const t=G,r=re,n=B;e.error={message:({params:{property:d,depsCount:u,deps:p}})=>{const h=u===1?"property":"properties";return(0,t.str)`must have ${h} ${p} when property ${d} is present`},params:({params:{property:d,depsCount:u,deps:p,missingProperty:h}})=>(0,t._)`{property: ${d},
|
|
900
856
|
missingProperty: ${h},
|
|
901
857
|
depsCount: ${u},
|
|
902
|
-
deps: ${p}}`};const s={keyword:"dependencies",type:"object",schemaType:"object",error:e.error,code(d){const[u,p]=i(d);o(d,u),l(d,p)}};function i({schema:d}){const u={},p={};for(const h in d){if(h==="__proto__")continue;const v=Array.isArray(d[h])?u:p;v[h]=d[h]}return[u,p]}function o(d,u=d.schema){const{gen:p,data:h,it:v}=d;if(Object.keys(u).length===0)return;const T=p.let("missing");for(const w in u){const R=u[w];if(R.length===0)continue;const _=(0,n.propertyInData)(p,h,w,v.opts.ownProperties);d.setParams({property:w,depsCount:R.length,deps:R.join(", ")}),v.allErrors?p.if(_,()=>{for(const g of R)(0,n.checkReportMissingProp)(d,g)}):(p.if((0,t._)`${_} && (${(0,n.checkMissingProp)(d,R,T)})`),(0,n.reportMissingProp)(d,T),p.else())}}e.validatePropertyDeps=o;function l(d,u=d.schema){const{gen:p,data:h,keyword:v,it:T}=d,w=p.name("valid");for(const R in u)(0,r.alwaysValidSchema)(T,u[R])||(p.if((0,n.propertyInData)(p,h,R,T.opts.ownProperties),()=>{const _=d.subschema({keyword:v,schemaProp:R},w);d.mergeValidEvaluated(_,w)},()=>p.var(w,!0)),d.ok(w))}e.validateSchemaDeps=l,e.default=s})(ra);var bs={};Object.defineProperty(bs,"__esModule",{value:!0});const na=G,hd=re,md={message:"property name must be valid",params:({params:e})=>(0,na._)`{propertyName: ${e.propertyName}}`},yd={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:md,code(e){const{gen:t,schema:r,data:n,it:s}=e;if((0,hd.alwaysValidSchema)(s,r))return;const i=t.name("valid");t.forIn("key",n,o=>{e.setParams({propertyName:o}),e.subschema({keyword:"propertyNames",data:o,dataTypes:["string"],propertyName:o,compositeRule:!0},i),t.if((0,na.not)(i),()=>{e.error(!0),s.allErrors||t.break()})}),e.ok(i)}};bs.default=yd;var Pn={};Object.defineProperty(Pn,"__esModule",{value:!0});const Ir=B,je=G,gd=Ke,Ar=re,$d={message:"must NOT have additional properties",params:({params:e})=>(0,je._)`{additionalProperty: ${e.additionalProperty}}`},_d={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:$d,code(e){const{gen:t,schema:r,parentSchema:n,data:s,errsCount:i,it:o}=e;if(!i)throw new Error("ajv implementation error");const{allErrors:l,opts:d}=o;if(o.props=!0,d.removeAdditional!=="all"&&(0,Ar.alwaysValidSchema)(o,r))return;const u=(0,Ir.allSchemaProperties)(n.properties),p=(0,Ir.allSchemaProperties)(n.patternProperties);h(),e.ok((0,je._)`${i} === ${gd.default.errors}`);function h(){t.forIn("key",s,_=>{!u.length&&!p.length?w(_):t.if(v(_),()=>w(_))})}function v(_){let g;if(u.length>8){const k=(0,Ar.schemaRefOrVal)(o,n.properties,"properties");g=(0,Ir.isOwnProperty)(t,k,_)}else u.length?g=(0,je.or)(...u.map(k=>(0,je._)`${_} === ${k}`)):g=je.nil;return p.length&&(g=(0,je.or)(g,...p.map(k=>(0,je._)`${(0,Ir.usePattern)(e,k)}.test(${_})`))),(0,je.not)(g)}function T(_){t.code((0,je._)`delete ${s}[${_}]`)}function w(_){if(d.removeAdditional==="all"||d.removeAdditional&&r===!1){T(_);return}if(r===!1){e.setParams({additionalProperty:_}),e.error(),l||t.break();return}if(typeof r=="object"&&!(0,Ar.alwaysValidSchema)(o,r)){const g=t.name("valid");d.removeAdditional==="failing"?(R(_,g,!1),t.if((0,je.not)(g),()=>{e.reset(),T(_)})):(R(_,g),l||t.if((0,je.not)(g),()=>t.break()))}}function R(_,g,k){const O={keyword:"additionalProperties",dataProp:_,dataPropType:Ar.Type.Str};k===!1&&Object.assign(O,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(O,g)}}};Pn.default=_d;var Ps={};Object.defineProperty(Ps,"__esModule",{value:!0});const wd=Ae,gi=B,Nn=re,$i=Pn,vd={keyword:"properties",type:"object",schemaType:"object",code(e){const{gen:t,schema:r,parentSchema:n,data:s,it:i}=e;i.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&$i.default.code(new wd.KeywordCxt(i,$i.default,"additionalProperties"));const o=(0,gi.allSchemaProperties)(r);for(const h of o)i.definedProperties.add(h);i.opts.unevaluated&&o.length&&i.props!==!0&&(i.props=Nn.mergeEvaluated.props(t,(0,Nn.toHash)(o),i.props));const l=o.filter(h=>!(0,Nn.alwaysValidSchema)(i,r[h]));if(l.length===0)return;const d=t.name("valid");for(const h of l)u(h)?p(h):(t.if((0,gi.propertyInData)(t,s,h,i.opts.ownProperties)),p(h),i.allErrors||t.else().var(d,!0),t.endIf()),e.it.definedProperties.add(h),e.ok(d);function u(h){return i.opts.useDefaults&&!i.compositeRule&&r[h].default!==void 0}function p(h){e.subschema({keyword:"properties",schemaProp:h,dataProp:h},d)}}};Ps.default=vd;var Es={};Object.defineProperty(Es,"__esModule",{value:!0});const _i=B,Dr=G,wi=re,vi=re,bd={keyword:"patternProperties",type:"object",schemaType:"object",code(e){const{gen:t,schema:r,data:n,parentSchema:s,it:i}=e,{opts:o}=i,l=(0,_i.allSchemaProperties)(r),d=l.filter(R=>(0,wi.alwaysValidSchema)(i,r[R]));if(l.length===0||d.length===l.length&&(!i.opts.unevaluated||i.props===!0))return;const u=o.strictSchema&&!o.allowMatchingProperties&&s.properties,p=t.name("valid");i.props!==!0&&!(i.props instanceof Dr.Name)&&(i.props=(0,vi.evaluatedPropsToName)(t,i.props));const{props:h}=i;v();function v(){for(const R of l)u&&T(R),i.allErrors?w(R):(t.var(p,!0),w(R),t.if(p))}function T(R){for(const _ in u)new RegExp(R).test(_)&&(0,wi.checkStrictMode)(i,`property ${_} matches pattern ${R} (use allowMatchingProperties)`)}function w(R){t.forIn("key",n,_=>{t.if((0,Dr._)`${(0,_i.usePattern)(e,R)}.test(${_})`,()=>{const g=d.includes(R);g||e.subschema({keyword:"patternProperties",schemaProp:R,dataProp:_,dataPropType:vi.Type.Str},p),i.opts.unevaluated&&h!==!0?t.assign((0,Dr._)`${h}[${_}]`,!0):!g&&!i.allErrors&&t.if((0,Dr.not)(p),()=>t.break())})})}}};Es.default=bd;var Ss={};Object.defineProperty(Ss,"__esModule",{value:!0});const Pd=re,Ed={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){const{gen:t,schema:r,it:n}=e;if((0,Pd.alwaysValidSchema)(n,r)){e.fail();return}const s=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},s),e.failResult(s,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};Ss.default=Ed;var Ts={};Object.defineProperty(Ts,"__esModule",{value:!0});const Sd=B,Td={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:Sd.validateUnion,error:{message:"must match a schema in anyOf"}};Ts.default=Td;var Rs={};Object.defineProperty(Rs,"__esModule",{value:!0});const zr=G,Rd=re,kd={message:"must match exactly one schema in oneOf",params:({params:e})=>(0,zr._)`{passingSchemas: ${e.passing}}`},Od={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:kd,code(e){const{gen:t,schema:r,parentSchema:n,it:s}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(s.opts.discriminator&&n.discriminator)return;const i=r,o=t.let("valid",!1),l=t.let("passing",null),d=t.name("_valid");e.setParams({passing:l}),t.block(u),e.result(o,()=>e.reset(),()=>e.error(!0));function u(){i.forEach((p,h)=>{let v;(0,Rd.alwaysValidSchema)(s,p)?t.var(d,!0):v=e.subschema({keyword:"oneOf",schemaProp:h,compositeRule:!0},d),h>0&&t.if((0,zr._)`${d} && ${o}`).assign(o,!1).assign(l,(0,zr._)`[${l}, ${h}]`).else(),t.if(d,()=>{t.assign(o,!0),t.assign(l,h),v&&e.mergeEvaluated(v,zr.Name)})})}}};Rs.default=Od;var ks={};Object.defineProperty(ks,"__esModule",{value:!0});const Cd=re,Nd={keyword:"allOf",schemaType:"array",code(e){const{gen:t,schema:r,it:n}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");const s=t.name("valid");r.forEach((i,o)=>{if((0,Cd.alwaysValidSchema)(n,i))return;const l=e.subschema({keyword:"allOf",schemaProp:o},s);e.ok(s),e.mergeEvaluated(l)})}};ks.default=Nd;var Os={};Object.defineProperty(Os,"__esModule",{value:!0});const Yr=G,sa=re,jd={message:({params:e})=>(0,Yr.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,Yr._)`{failingKeyword: ${e.ifClause}}`},Id={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:jd,code(e){const{gen:t,parentSchema:r,it:n}=e;r.then===void 0&&r.else===void 0&&(0,sa.checkStrictMode)(n,'"if" without "then" and "else" is ignored');const s=bi(n,"then"),i=bi(n,"else");if(!s&&!i)return;const o=t.let("valid",!0),l=t.name("_valid");if(d(),e.reset(),s&&i){const p=t.let("ifClause");e.setParams({ifClause:p}),t.if(l,u("then",p),u("else",p))}else s?t.if(l,u("then")):t.if((0,Yr.not)(l),u("else"));e.pass(o,()=>e.error(!0));function d(){const p=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},l);e.mergeEvaluated(p)}function u(p,h){return()=>{const v=e.subschema({keyword:p},l);t.assign(o,l),e.mergeValidEvaluated(v,o),h?t.assign(h,(0,Yr._)`${p}`):e.setParams({ifClause:p})}}}};function bi(e,t){const r=e.schema[t];return r!==void 0&&!(0,sa.alwaysValidSchema)(e,r)}Os.default=Id;var Cs={};Object.defineProperty(Cs,"__esModule",{value:!0});const Ad=re,Dd={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){t.if===void 0&&(0,Ad.checkStrictMode)(r,`"${e}" without "if" is ignored`)}};Cs.default=Dd;Object.defineProperty($s,"__esModule",{value:!0});const Fd=Qt,qd=_s,Md=Zt,Ud=ws,Ld=vs,Hd=ra,zd=bs,Vd=Pn,Wd=Ps,xd=Es,Bd=Ss,Gd=Ts,Kd=Rs,Jd=ks,Yd=Os,Qd=Cs;function Zd(e=!1){const t=[Bd.default,Gd.default,Kd.default,Jd.default,Yd.default,Qd.default,zd.default,Vd.default,Hd.default,Wd.default,xd.default];return e?t.push(qd.default,Ud.default):t.push(Fd.default,Md.default),t.push(Ld.default),t}$s.default=Zd;var Ns={},js={};Object.defineProperty(js,"__esModule",{value:!0});const fe=G,Xd={message:({schemaCode:e})=>(0,fe.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,fe._)`{format: ${e}}`},ep={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:Xd,code(e,t){const{gen:r,data:n,$data:s,schema:i,schemaCode:o,it:l}=e,{opts:d,errSchemaPath:u,schemaEnv:p,self:h}=l;if(!d.validateFormats)return;s?v():T();function v(){const w=r.scopeValue("formats",{ref:h.formats,code:d.code.formats}),R=r.const("fDef",(0,fe._)`${w}[${o}]`),_=r.let("fType"),g=r.let("format");r.if((0,fe._)`typeof ${R} == "object" && !(${R} instanceof RegExp)`,()=>r.assign(_,(0,fe._)`${R}.type || "string"`).assign(g,(0,fe._)`${R}.validate`),()=>r.assign(_,(0,fe._)`"string"`).assign(g,R)),e.fail$data((0,fe.or)(k(),O()));function k(){return d.strictSchema===!1?fe.nil:(0,fe._)`${o} && !${g}`}function O(){const j=p.$async?(0,fe._)`(${R}.async ? await ${g}(${n}) : ${g}(${n}))`:(0,fe._)`${g}(${n})`,D=(0,fe._)`(typeof ${g} == "function" ? ${j} : ${g}.test(${n}))`;return(0,fe._)`${g} && ${g} !== true && ${_} === ${t} && !${D}`}}function T(){const w=h.formats[i];if(!w){k();return}if(w===!0)return;const[R,_,g]=O(w);R===t&&e.pass(j());function k(){if(d.strictSchema===!1){h.logger.warn(D());return}throw new Error(D());function D(){return`unknown format "${i}" ignored in schema at path "${u}"`}}function O(D){const b=D instanceof RegExp?(0,fe.regexpCode)(D):d.code.formats?(0,fe._)`${d.code.formats}${(0,fe.getProperty)(i)}`:void 0,C=r.scopeValue("formats",{key:i,ref:D,code:b});return typeof D=="object"&&!(D instanceof RegExp)?[D.type||"string",D.validate,(0,fe._)`${C}.validate`]:["string",D,C]}function j(){if(typeof w=="object"&&!(w instanceof RegExp)&&w.async){if(!p.$async)throw new Error("async format in sync schema");return(0,fe._)`await ${g}(${n})`}return typeof _=="function"?(0,fe._)`${g}(${n})`:(0,fe._)`${g}.test(${n})`}}}};js.default=ep;Object.defineProperty(Ns,"__esModule",{value:!0});const tp=js,rp=[tp.default];Ns.default=rp;var Yt={};Object.defineProperty(Yt,"__esModule",{value:!0});Yt.contentVocabulary=Yt.metadataVocabulary=void 0;Yt.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];Yt.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"];Object.defineProperty(ns,"__esModule",{value:!0});const np=ss,sp=os,ip=$s,op=Ns,Pi=Yt,ap=[np.default,sp.default,(0,ip.default)(),op.default,Pi.metadataVocabulary,Pi.contentVocabulary];ns.default=ap;var Is={},ia={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.DiscrError=void 0,function(t){t.Tag="tag",t.Mapping="mapping"}(e.DiscrError||(e.DiscrError={}))})(ia);Object.defineProperty(Is,"__esModule",{value:!0});const Mt=G,Ln=ia,Ei=Se,cp=re,lp={message:({params:{discrError:e,tagName:t}})=>e===Ln.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>(0,Mt._)`{error: ${e}, tag: ${r}, tagValue: ${t}}`},up={keyword:"discriminator",type:"object",schemaType:"object",error:lp,code(e){const{gen:t,data:r,schema:n,parentSchema:s,it:i}=e,{oneOf:o}=s;if(!i.opts.discriminator)throw new Error("discriminator: requires discriminator option");const l=n.propertyName;if(typeof l!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!o)throw new Error("discriminator: requires oneOf keyword");const d=t.let("valid",!1),u=t.const("tag",(0,Mt._)`${r}${(0,Mt.getProperty)(l)}`);t.if((0,Mt._)`typeof ${u} == "string"`,()=>p(),()=>e.error(!1,{discrError:Ln.DiscrError.Tag,tag:u,tagName:l})),e.ok(d);function p(){const T=v();t.if(!1);for(const w in T)t.elseIf((0,Mt._)`${u} === ${w}`),t.assign(d,h(T[w]));t.else(),e.error(!1,{discrError:Ln.DiscrError.Mapping,tag:u,tagName:l}),t.endIf()}function h(T){const w=t.name("valid"),R=e.subschema({keyword:"oneOf",schemaProp:T},w);return e.mergeEvaluated(R,Mt.Name),w}function v(){var T;const w={},R=g(s);let _=!0;for(let j=0;j<o.length;j++){let D=o[j];D!=null&&D.$ref&&!(0,cp.schemaHasRulesButRef)(D,i.self.RULES)&&(D=Ei.resolveRef.call(i.self,i.schemaEnv.root,i.baseId,D==null?void 0:D.$ref),D instanceof Ei.SchemaEnv&&(D=D.schema));const b=(T=D==null?void 0:D.properties)===null||T===void 0?void 0:T[l];if(typeof b!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${l}"`);_=_&&(R||g(D)),k(b,j)}if(!_)throw new Error(`discriminator: "${l}" must be required`);return w;function g({required:j}){return Array.isArray(j)&&j.includes(l)}function k(j,D){if(j.const)O(j.const,D);else if(j.enum)for(const b of j.enum)O(b,D);else throw new Error(`discriminator: "properties/${l}" must have "const" or "enum"`)}function O(j,D){if(typeof j!="string"||j in w)throw new Error(`discriminator: "${l}" values must be unique strings`);w[j]=D}}}};Is.default=up;const dp="http://json-schema.org/draft-07/schema#",pp="http://json-schema.org/draft-07/schema#",fp="Core schema meta-schema",hp={schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},mp=["object","boolean"],yp={$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},gp={$schema:dp,$id:pp,title:fp,definitions:hp,type:mp,properties:yp,default:!0};(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.MissingRefError=t.ValidationError=t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=void 0;const r=So,n=ns,s=Is,i=gp,o=["/properties"],l="http://json-schema.org/draft-07/schema";class d extends r.default{_addVocabularies(){super._addVocabularies(),n.default.forEach(w=>this.addVocabulary(w)),this.opts.discriminator&&this.addKeyword(s.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const w=this.opts.$data?this.$dataMetaSchema(i,o):i;this.addMetaSchema(w,l,!1),this.refs["http://json-schema.org/schema"]=l}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(l)?l:void 0)}}e.exports=t=d,Object.defineProperty(t,"__esModule",{value:!0}),t.default=d;var u=Ae;Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return u.KeywordCxt}});var p=G;Object.defineProperty(t,"_",{enumerable:!0,get:function(){return p._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return p.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return p.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return p.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return p.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return p.CodeGen}});var h=Er;Object.defineProperty(t,"ValidationError",{enumerable:!0,get:function(){return h.default}});var v=Sr;Object.defineProperty(t,"MissingRefError",{enumerable:!0,get:function(){return v.default}})})(An,An.exports);var $p=An.exports;const _p=Rc($p),wp="http://json-schema.org/schema",vp="#/definitions/Blueprint",bp={Blueprint:{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."},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},constants:{type:"object",additionalProperties:{type:"string"},description:"PHP Constants to define on every request",deprecated:"This experimental option will change without warning.\nUse `steps` instead."},plugins:{type:"array",items:{anyOf:[{type:"string"},{$ref:"#/definitions/FileReference"}]},description:"WordPress plugins to install and activate",deprecated:"This experimental option will change without warning.\nUse `steps` instead."},siteOptions:{type:"object",additionalProperties:{type:"string"},properties:{blogname:{type:"string",description:"The site title"}},description:"WordPress site options to define",deprecated:"This experimental option will change without warning.\nUse `steps` instead."},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:{type:"array",items:{$ref:"#/definitions/SupportedPHPExtensionBundle"},description:"The PHP extensions to use."},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},SupportedPHPVersion:{type:"string",enum:["8.3","8.2","8.1","8.0","7.4","7.3","7.2","7.1","7.0"]},FileReference:{anyOf:[{$ref:"#/definitions/VFSReference"},{$ref:"#/definitions/LiteralReference"},{$ref:"#/definitions/CoreThemeReference"},{$ref:"#/definitions/CorePluginReference"},{$ref:"#/definitions/UrlReference"}]},VFSReference:{type:"object",properties:{resource:{type:"string",const:"vfs",description:"Identifies the file resource as Virtual File System (VFS)"},path:{type:"string",description:"The path to the file in the VFS"}},required:["resource","path"],additionalProperties:!1},LiteralReference:{type:"object",properties:{resource:{type:"string",const:"literal",description:"Identifies the file resource as a literal file"},name:{type:"string",description:"The name of the file"},contents:{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:"The contents of the file"}},required:["resource","name","contents"],additionalProperties:!1},CoreThemeReference:{type:"object",properties:{resource:{type:"string",const:"wordpress.org/themes",description:"Identifies the file resource as a WordPress Core theme"},slug:{type:"string",description:"The slug of the WordPress Core theme"}},required:["resource","slug"],additionalProperties:!1},CorePluginReference:{type:"object",properties:{resource:{type:"string",const:"wordpress.org/plugins",description:"Identifies the file resource as a WordPress Core plugin"},slug:{type:"string",description:"The slug of the WordPress Core plugin"}},required:["resource","slug"],additionalProperties:!1},UrlReference:{type:"object",properties:{resource:{type:"string",const:"url",description:"Identifies the file resource as a URL"},url:{type:"string",description:"The URL of the file"},caption:{type:"string",description:"Optional caption for displaying a progress message"}},required:["resource","url"],additionalProperties:!1},SupportedPHPExtensionBundle:{type:"string",const:"kitchen-sink"},StepDefinition:{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:"applyWordPressPatches"},siteUrl:{type:"string"},wordpressPath:{type:"string"},addPhpInfo:{type:"boolean"},patchSecrets:{type:"boolean"},disableSiteHealth:{type:"boolean"},disableWpNewBlogNotification:{type:"boolean"},makeEditorFrameControlled:{type:"boolean"},prepareForRunningInsideWebBrowser:{type:"boolean"},addFetchNetworkTransport:{type:"boolean"}},required:["step"]},{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. Possible values are:
|
|
858
|
+
deps: ${p}}`};const s={keyword:"dependencies",type:"object",schemaType:"object",error:e.error,code(d){const[u,p]=i(d);o(d,u),l(d,p)}};function i({schema:d}){const u={},p={};for(const h in d){if(h==="__proto__")continue;const v=Array.isArray(d[h])?u:p;v[h]=d[h]}return[u,p]}function o(d,u=d.schema){const{gen:p,data:h,it:v}=d;if(Object.keys(u).length===0)return;const T=p.let("missing");for(const w in u){const R=u[w];if(R.length===0)continue;const _=(0,n.propertyInData)(p,h,w,v.opts.ownProperties);d.setParams({property:w,depsCount:R.length,deps:R.join(", ")}),v.allErrors?p.if(_,()=>{for(const g of R)(0,n.checkReportMissingProp)(d,g)}):(p.if((0,t._)`${_} && (${(0,n.checkMissingProp)(d,R,T)})`),(0,n.reportMissingProp)(d,T),p.else())}}e.validatePropertyDeps=o;function l(d,u=d.schema){const{gen:p,data:h,keyword:v,it:T}=d,w=p.name("valid");for(const R in u)(0,r.alwaysValidSchema)(T,u[R])||(p.if((0,n.propertyInData)(p,h,R,T.opts.ownProperties),()=>{const _=d.subschema({keyword:v,schemaProp:R},w);d.mergeValidEvaluated(_,w)},()=>p.var(w,!0)),d.ok(w))}e.validateSchemaDeps=l,e.default=s})(ta);var bs={};Object.defineProperty(bs,"__esModule",{value:!0});const ra=G,pd=re,fd={message:"property name must be valid",params:({params:e})=>(0,ra._)`{propertyName: ${e.propertyName}}`},hd={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:fd,code(e){const{gen:t,schema:r,data:n,it:s}=e;if((0,pd.alwaysValidSchema)(s,r))return;const i=t.name("valid");t.forIn("key",n,o=>{e.setParams({propertyName:o}),e.subschema({keyword:"propertyNames",data:o,dataTypes:["string"],propertyName:o,compositeRule:!0},i),t.if((0,ra.not)(i),()=>{e.error(!0),s.allErrors||t.break()})}),e.ok(i)}};bs.default=hd;var bn={};Object.defineProperty(bn,"__esModule",{value:!0});const Ir=B,je=G,md=Ke,Ar=re,yd={message:"must NOT have additional properties",params:({params:e})=>(0,je._)`{additionalProperty: ${e.additionalProperty}}`},gd={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:yd,code(e){const{gen:t,schema:r,parentSchema:n,data:s,errsCount:i,it:o}=e;if(!i)throw new Error("ajv implementation error");const{allErrors:l,opts:d}=o;if(o.props=!0,d.removeAdditional!=="all"&&(0,Ar.alwaysValidSchema)(o,r))return;const u=(0,Ir.allSchemaProperties)(n.properties),p=(0,Ir.allSchemaProperties)(n.patternProperties);h(),e.ok((0,je._)`${i} === ${md.default.errors}`);function h(){t.forIn("key",s,_=>{!u.length&&!p.length?w(_):t.if(v(_),()=>w(_))})}function v(_){let g;if(u.length>8){const k=(0,Ar.schemaRefOrVal)(o,n.properties,"properties");g=(0,Ir.isOwnProperty)(t,k,_)}else u.length?g=(0,je.or)(...u.map(k=>(0,je._)`${_} === ${k}`)):g=je.nil;return p.length&&(g=(0,je.or)(g,...p.map(k=>(0,je._)`${(0,Ir.usePattern)(e,k)}.test(${_})`))),(0,je.not)(g)}function T(_){t.code((0,je._)`delete ${s}[${_}]`)}function w(_){if(d.removeAdditional==="all"||d.removeAdditional&&r===!1){T(_);return}if(r===!1){e.setParams({additionalProperty:_}),e.error(),l||t.break();return}if(typeof r=="object"&&!(0,Ar.alwaysValidSchema)(o,r)){const g=t.name("valid");d.removeAdditional==="failing"?(R(_,g,!1),t.if((0,je.not)(g),()=>{e.reset(),T(_)})):(R(_,g),l||t.if((0,je.not)(g),()=>t.break()))}}function R(_,g,k){const O={keyword:"additionalProperties",dataProp:_,dataPropType:Ar.Type.Str};k===!1&&Object.assign(O,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(O,g)}}};bn.default=gd;var Ps={};Object.defineProperty(Ps,"__esModule",{value:!0});const $d=Ae,gi=B,Nn=re,$i=bn,_d={keyword:"properties",type:"object",schemaType:"object",code(e){const{gen:t,schema:r,parentSchema:n,data:s,it:i}=e;i.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&$i.default.code(new $d.KeywordCxt(i,$i.default,"additionalProperties"));const o=(0,gi.allSchemaProperties)(r);for(const h of o)i.definedProperties.add(h);i.opts.unevaluated&&o.length&&i.props!==!0&&(i.props=Nn.mergeEvaluated.props(t,(0,Nn.toHash)(o),i.props));const l=o.filter(h=>!(0,Nn.alwaysValidSchema)(i,r[h]));if(l.length===0)return;const d=t.name("valid");for(const h of l)u(h)?p(h):(t.if((0,gi.propertyInData)(t,s,h,i.opts.ownProperties)),p(h),i.allErrors||t.else().var(d,!0),t.endIf()),e.it.definedProperties.add(h),e.ok(d);function u(h){return i.opts.useDefaults&&!i.compositeRule&&r[h].default!==void 0}function p(h){e.subschema({keyword:"properties",schemaProp:h,dataProp:h},d)}}};Ps.default=_d;var Es={};Object.defineProperty(Es,"__esModule",{value:!0});const _i=B,Dr=G,wi=re,vi=re,wd={keyword:"patternProperties",type:"object",schemaType:"object",code(e){const{gen:t,schema:r,data:n,parentSchema:s,it:i}=e,{opts:o}=i,l=(0,_i.allSchemaProperties)(r),d=l.filter(R=>(0,wi.alwaysValidSchema)(i,r[R]));if(l.length===0||d.length===l.length&&(!i.opts.unevaluated||i.props===!0))return;const u=o.strictSchema&&!o.allowMatchingProperties&&s.properties,p=t.name("valid");i.props!==!0&&!(i.props instanceof Dr.Name)&&(i.props=(0,vi.evaluatedPropsToName)(t,i.props));const{props:h}=i;v();function v(){for(const R of l)u&&T(R),i.allErrors?w(R):(t.var(p,!0),w(R),t.if(p))}function T(R){for(const _ in u)new RegExp(R).test(_)&&(0,wi.checkStrictMode)(i,`property ${_} matches pattern ${R} (use allowMatchingProperties)`)}function w(R){t.forIn("key",n,_=>{t.if((0,Dr._)`${(0,_i.usePattern)(e,R)}.test(${_})`,()=>{const g=d.includes(R);g||e.subschema({keyword:"patternProperties",schemaProp:R,dataProp:_,dataPropType:vi.Type.Str},p),i.opts.unevaluated&&h!==!0?t.assign((0,Dr._)`${h}[${_}]`,!0):!g&&!i.allErrors&&t.if((0,Dr.not)(p),()=>t.break())})})}}};Es.default=wd;var Ss={};Object.defineProperty(Ss,"__esModule",{value:!0});const vd=re,bd={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){const{gen:t,schema:r,it:n}=e;if((0,vd.alwaysValidSchema)(n,r)){e.fail();return}const s=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},s),e.failResult(s,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};Ss.default=bd;var Ts={};Object.defineProperty(Ts,"__esModule",{value:!0});const Pd=B,Ed={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:Pd.validateUnion,error:{message:"must match a schema in anyOf"}};Ts.default=Ed;var Rs={};Object.defineProperty(Rs,"__esModule",{value:!0});const Hr=G,Sd=re,Td={message:"must match exactly one schema in oneOf",params:({params:e})=>(0,Hr._)`{passingSchemas: ${e.passing}}`},Rd={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:Td,code(e){const{gen:t,schema:r,parentSchema:n,it:s}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(s.opts.discriminator&&n.discriminator)return;const i=r,o=t.let("valid",!1),l=t.let("passing",null),d=t.name("_valid");e.setParams({passing:l}),t.block(u),e.result(o,()=>e.reset(),()=>e.error(!0));function u(){i.forEach((p,h)=>{let v;(0,Sd.alwaysValidSchema)(s,p)?t.var(d,!0):v=e.subschema({keyword:"oneOf",schemaProp:h,compositeRule:!0},d),h>0&&t.if((0,Hr._)`${d} && ${o}`).assign(o,!1).assign(l,(0,Hr._)`[${l}, ${h}]`).else(),t.if(d,()=>{t.assign(o,!0),t.assign(l,h),v&&e.mergeEvaluated(v,Hr.Name)})})}}};Rs.default=Rd;var ks={};Object.defineProperty(ks,"__esModule",{value:!0});const kd=re,Od={keyword:"allOf",schemaType:"array",code(e){const{gen:t,schema:r,it:n}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");const s=t.name("valid");r.forEach((i,o)=>{if((0,kd.alwaysValidSchema)(n,i))return;const l=e.subschema({keyword:"allOf",schemaProp:o},s);e.ok(s),e.mergeEvaluated(l)})}};ks.default=Od;var Os={};Object.defineProperty(Os,"__esModule",{value:!0});const Jr=G,na=re,Cd={message:({params:e})=>(0,Jr.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,Jr._)`{failingKeyword: ${e.ifClause}}`},Nd={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:Cd,code(e){const{gen:t,parentSchema:r,it:n}=e;r.then===void 0&&r.else===void 0&&(0,na.checkStrictMode)(n,'"if" without "then" and "else" is ignored');const s=bi(n,"then"),i=bi(n,"else");if(!s&&!i)return;const o=t.let("valid",!0),l=t.name("_valid");if(d(),e.reset(),s&&i){const p=t.let("ifClause");e.setParams({ifClause:p}),t.if(l,u("then",p),u("else",p))}else s?t.if(l,u("then")):t.if((0,Jr.not)(l),u("else"));e.pass(o,()=>e.error(!0));function d(){const p=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},l);e.mergeEvaluated(p)}function u(p,h){return()=>{const v=e.subschema({keyword:p},l);t.assign(o,l),e.mergeValidEvaluated(v,o),h?t.assign(h,(0,Jr._)`${p}`):e.setParams({ifClause:p})}}}};function bi(e,t){const r=e.schema[t];return r!==void 0&&!(0,na.alwaysValidSchema)(e,r)}Os.default=Nd;var Cs={};Object.defineProperty(Cs,"__esModule",{value:!0});const jd=re,Id={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){t.if===void 0&&(0,jd.checkStrictMode)(r,`"${e}" without "if" is ignored`)}};Cs.default=Id;Object.defineProperty($s,"__esModule",{value:!0});const Ad=Qt,Dd=_s,Fd=Zt,qd=ws,Md=vs,Ud=ta,Ld=bs,Hd=bn,zd=Ps,Vd=Es,Wd=Ss,xd=Ts,Bd=Rs,Gd=ks,Kd=Os,Jd=Cs;function Yd(e=!1){const t=[Wd.default,xd.default,Bd.default,Gd.default,Kd.default,Jd.default,Ld.default,Hd.default,Ud.default,zd.default,Vd.default];return e?t.push(Dd.default,qd.default):t.push(Ad.default,Fd.default),t.push(Md.default),t}$s.default=Yd;var Ns={},js={};Object.defineProperty(js,"__esModule",{value:!0});const fe=G,Qd={message:({schemaCode:e})=>(0,fe.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,fe._)`{format: ${e}}`},Zd={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:Qd,code(e,t){const{gen:r,data:n,$data:s,schema:i,schemaCode:o,it:l}=e,{opts:d,errSchemaPath:u,schemaEnv:p,self:h}=l;if(!d.validateFormats)return;s?v():T();function v(){const w=r.scopeValue("formats",{ref:h.formats,code:d.code.formats}),R=r.const("fDef",(0,fe._)`${w}[${o}]`),_=r.let("fType"),g=r.let("format");r.if((0,fe._)`typeof ${R} == "object" && !(${R} instanceof RegExp)`,()=>r.assign(_,(0,fe._)`${R}.type || "string"`).assign(g,(0,fe._)`${R}.validate`),()=>r.assign(_,(0,fe._)`"string"`).assign(g,R)),e.fail$data((0,fe.or)(k(),O()));function k(){return d.strictSchema===!1?fe.nil:(0,fe._)`${o} && !${g}`}function O(){const j=p.$async?(0,fe._)`(${R}.async ? await ${g}(${n}) : ${g}(${n}))`:(0,fe._)`${g}(${n})`,D=(0,fe._)`(typeof ${g} == "function" ? ${j} : ${g}.test(${n}))`;return(0,fe._)`${g} && ${g} !== true && ${_} === ${t} && !${D}`}}function T(){const w=h.formats[i];if(!w){k();return}if(w===!0)return;const[R,_,g]=O(w);R===t&&e.pass(j());function k(){if(d.strictSchema===!1){h.logger.warn(D());return}throw new Error(D());function D(){return`unknown format "${i}" ignored in schema at path "${u}"`}}function O(D){const b=D instanceof RegExp?(0,fe.regexpCode)(D):d.code.formats?(0,fe._)`${d.code.formats}${(0,fe.getProperty)(i)}`:void 0,C=r.scopeValue("formats",{key:i,ref:D,code:b});return typeof D=="object"&&!(D instanceof RegExp)?[D.type||"string",D.validate,(0,fe._)`${C}.validate`]:["string",D,C]}function j(){if(typeof w=="object"&&!(w instanceof RegExp)&&w.async){if(!p.$async)throw new Error("async format in sync schema");return(0,fe._)`await ${g}(${n})`}return typeof _=="function"?(0,fe._)`${g}(${n})`:(0,fe._)`${g}.test(${n})`}}}};js.default=Zd;Object.defineProperty(Ns,"__esModule",{value:!0});const Xd=js,ep=[Xd.default];Ns.default=ep;var Yt={};Object.defineProperty(Yt,"__esModule",{value:!0});Yt.contentVocabulary=Yt.metadataVocabulary=void 0;Yt.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];Yt.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"];Object.defineProperty(ns,"__esModule",{value:!0});const tp=ss,rp=os,np=$s,sp=Ns,Pi=Yt,ip=[tp.default,rp.default,(0,np.default)(),sp.default,Pi.metadataVocabulary,Pi.contentVocabulary];ns.default=ip;var Is={},sa={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.DiscrError=void 0,function(t){t.Tag="tag",t.Mapping="mapping"}(e.DiscrError||(e.DiscrError={}))})(sa);Object.defineProperty(Is,"__esModule",{value:!0});const Mt=G,Ln=sa,Ei=Se,op=re,ap={message:({params:{discrError:e,tagName:t}})=>e===Ln.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>(0,Mt._)`{error: ${e}, tag: ${r}, tagValue: ${t}}`},cp={keyword:"discriminator",type:"object",schemaType:"object",error:ap,code(e){const{gen:t,data:r,schema:n,parentSchema:s,it:i}=e,{oneOf:o}=s;if(!i.opts.discriminator)throw new Error("discriminator: requires discriminator option");const l=n.propertyName;if(typeof l!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!o)throw new Error("discriminator: requires oneOf keyword");const d=t.let("valid",!1),u=t.const("tag",(0,Mt._)`${r}${(0,Mt.getProperty)(l)}`);t.if((0,Mt._)`typeof ${u} == "string"`,()=>p(),()=>e.error(!1,{discrError:Ln.DiscrError.Tag,tag:u,tagName:l})),e.ok(d);function p(){const T=v();t.if(!1);for(const w in T)t.elseIf((0,Mt._)`${u} === ${w}`),t.assign(d,h(T[w]));t.else(),e.error(!1,{discrError:Ln.DiscrError.Mapping,tag:u,tagName:l}),t.endIf()}function h(T){const w=t.name("valid"),R=e.subschema({keyword:"oneOf",schemaProp:T},w);return e.mergeEvaluated(R,Mt.Name),w}function v(){var T;const w={},R=g(s);let _=!0;for(let j=0;j<o.length;j++){let D=o[j];D!=null&&D.$ref&&!(0,op.schemaHasRulesButRef)(D,i.self.RULES)&&(D=Ei.resolveRef.call(i.self,i.schemaEnv.root,i.baseId,D==null?void 0:D.$ref),D instanceof Ei.SchemaEnv&&(D=D.schema));const b=(T=D==null?void 0:D.properties)===null||T===void 0?void 0:T[l];if(typeof b!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${l}"`);_=_&&(R||g(D)),k(b,j)}if(!_)throw new Error(`discriminator: "${l}" must be required`);return w;function g({required:j}){return Array.isArray(j)&&j.includes(l)}function k(j,D){if(j.const)O(j.const,D);else if(j.enum)for(const b of j.enum)O(b,D);else throw new Error(`discriminator: "properties/${l}" must have "const" or "enum"`)}function O(j,D){if(typeof j!="string"||j in w)throw new Error(`discriminator: "${l}" values must be unique strings`);w[j]=D}}}};Is.default=cp;const lp="http://json-schema.org/draft-07/schema#",up="http://json-schema.org/draft-07/schema#",dp="Core schema meta-schema",pp={schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},fp=["object","boolean"],hp={$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},mp={$schema:lp,$id:up,title:dp,definitions:pp,type:fp,properties:hp,default:!0};(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.MissingRefError=t.ValidationError=t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=void 0;const r=Eo,n=ns,s=Is,i=mp,o=["/properties"],l="http://json-schema.org/draft-07/schema";class d extends r.default{_addVocabularies(){super._addVocabularies(),n.default.forEach(w=>this.addVocabulary(w)),this.opts.discriminator&&this.addKeyword(s.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const w=this.opts.$data?this.$dataMetaSchema(i,o):i;this.addMetaSchema(w,l,!1),this.refs["http://json-schema.org/schema"]=l}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(l)?l:void 0)}}e.exports=t=d,Object.defineProperty(t,"__esModule",{value:!0}),t.default=d;var u=Ae;Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return u.KeywordCxt}});var p=G;Object.defineProperty(t,"_",{enumerable:!0,get:function(){return p._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return p.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return p.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return p.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return p.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return p.CodeGen}});var h=Er;Object.defineProperty(t,"ValidationError",{enumerable:!0,get:function(){return h.default}});var v=Sr;Object.defineProperty(t,"MissingRefError",{enumerable:!0,get:function(){return v.default}})})(An,An.exports);var yp=An.exports;const gp=Sc(yp),$p="http://json-schema.org/schema",_p="#/definitions/Blueprint",wp={Blueprint:{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."},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},constants:{type:"object",additionalProperties:{type:"string"},description:"PHP Constants to define on every request",deprecated:"This experimental option will change without warning.\nUse `steps` instead."},plugins:{type:"array",items:{anyOf:[{type:"string"},{$ref:"#/definitions/FileReference"}]},description:"WordPress plugins to install and activate",deprecated:"This experimental option will change without warning.\nUse `steps` instead."},siteOptions:{type:"object",additionalProperties:{type:"string"},properties:{blogname:{type:"string",description:"The site title"}},description:"WordPress site options to define",deprecated:"This experimental option will change without warning.\nUse `steps` instead."},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:{type:"array",items:{$ref:"#/definitions/SupportedPHPExtensionBundle"},description:"The PHP extensions to use."},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},SupportedPHPVersion:{type:"string",enum:["8.3","8.2","8.1","8.0","7.4","7.3","7.2","7.1","7.0"]},FileReference:{anyOf:[{$ref:"#/definitions/VFSReference"},{$ref:"#/definitions/LiteralReference"},{$ref:"#/definitions/CoreThemeReference"},{$ref:"#/definitions/CorePluginReference"},{$ref:"#/definitions/UrlReference"}]},VFSReference:{type:"object",properties:{resource:{type:"string",const:"vfs",description:"Identifies the file resource as Virtual File System (VFS)"},path:{type:"string",description:"The path to the file in the VFS"}},required:["resource","path"],additionalProperties:!1},LiteralReference:{type:"object",properties:{resource:{type:"string",const:"literal",description:"Identifies the file resource as a literal file"},name:{type:"string",description:"The name of the file"},contents:{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:"The contents of the file"}},required:["resource","name","contents"],additionalProperties:!1},CoreThemeReference:{type:"object",properties:{resource:{type:"string",const:"wordpress.org/themes",description:"Identifies the file resource as a WordPress Core theme"},slug:{type:"string",description:"The slug of the WordPress Core theme"}},required:["resource","slug"],additionalProperties:!1},CorePluginReference:{type:"object",properties:{resource:{type:"string",const:"wordpress.org/plugins",description:"Identifies the file resource as a WordPress Core plugin"},slug:{type:"string",description:"The slug of the WordPress Core plugin"}},required:["resource","slug"],additionalProperties:!1},UrlReference:{type:"object",properties:{resource:{type:"string",const:"url",description:"Identifies the file resource as a URL"},url:{type:"string",description:"The URL of the file"},caption:{type:"string",description:"Optional caption for displaying a progress message"}},required:["resource","url"],additionalProperties:!1},SupportedPHPExtensionBundle:{type:"string",const:"kitchen-sink"},StepDefinition:{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:"applyWordPressPatches"},siteUrl:{type:"string"},wordpressPath:{type:"string"},addPhpInfo:{type:"boolean"},patchSecrets:{type:"boolean"},disableSiteHealth:{type:"boolean"},disableWpNewBlogNotification:{type:"boolean"},prepareForRunningInsideWebBrowser:{type:"boolean"},addFetchNetworkTransport:{type:"boolean"}},required:["step"]},{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. Possible values are:
|
|
903
859
|
|
|
904
860
|
- 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.
|
|
905
861
|
- 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.
|
|
906
862
|
This option is only kept in here to avoid breaking Blueprint schema validation
|
|
907
|
-
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:"importFile"},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:"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},step:{type:"string",const:"installPlugin",description:"The step identifier."},pluginZipFile:{$ref:"#/definitions/FileReference",description:"The plugin zip file to install."},options:{$ref:"#/definitions/InstallPluginOptions",description:"Optional installation options."}},required:["pluginZipFile","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"installTheme",description:"The step identifier."},themeZipFile:{$ref:"#/definitions/FileReference",description:"The theme zip file to install."},options:{type:"object",properties:{activate:{type:"boolean",description:"Whether to activate the theme after installing it."}},additionalProperties:!1,description:"Optional installation options."}},required:["step","themeZipFile"]},{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",description:"The password to log in with. Defaults to 'password'."}},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:"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:"setPhpIniEntry"},key:{type:"string",description:'Entry name e.g. "display_errors"'},value:{type:"string",description:'Entry value as a string e.g. "1"'}},required:["key","step","value"]},{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"},zipPath:{type:"string",description:"The zip file to extract"},extractToPath:{type:"string",description:"The path to extract the zip file to"}},required:["extractToPath","step","zipPath"]},{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"]}]},InstallPluginOptions:{type:"object",properties:{activate:{type:"boolean",description:"Whether to activate the plugin after installing it."}},additionalProperties:!1},PHPRequest:{type:"object",properties:{method:{$ref:"#/definitions/HTTPMethod",description:"Request method. Default: `GET`."},url:{type:"string",description:"Request path or absolute URL."},headers:{$ref:"#/definitions/PHPRequestHeaders",description:"Request headers."},files:{type:"object",additionalProperties:{type:"object",properties:{size:{type:"number"},type:{type:"string"},lastModified:{type:"number"},name:{type:"string"},webkitRelativePath:{type:"string"}},required:["lastModified","name","size","type","webkitRelativePath"],additionalProperties:!1},description:"Uploaded files"},body:{type:"string",description:"Request body without the files."},formData:{type:"object",additionalProperties:{},description:"Form data. If set, the request body will be ignored and the content-type header will be set to `application/x-www-form-urlencoded`."}},required:["url"],additionalProperties:!1},HTTPMethod:{type:"string",enum:["GET","POST","HEAD","OPTIONS","PATCH","PUT","DELETE"]},PHPRequestHeaders:{type:"object",additionalProperties:{type:"string"}},PHPRunOptions:{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:{type:"string",description:"Request body without the files."},fileInfos:{type:"array",items:{$ref:"#/definitions/FileInfo"},description:"Uploaded files."},code:{type:"string",description:"The code snippet to eval instead of a php file."}},additionalProperties:!1},FileInfo:{type:"object",properties:{key:{type:"string"},name:{type:"string"},type:{type:"string"},data:{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"}}},required:["key","name","type","data"],additionalProperties:!1},WordPressInstallationOptions:{type:"object",properties:{adminUsername:{type:"string"},adminPassword:{type:"string"}},additionalProperties:!1}},Pp={$schema:wp,$ref:vp,definitions:bp};function oa(e,{progress:t=new $n,semaphore:r=new xn({concurrency:3}),onStepCompleted:n=()=>{}}={}){var u,p,h;if(e={...e,steps:(e.steps||[]).filter(kp)},e.constants&&e.steps.unshift({step:"defineWpConfigConsts",consts:e.constants}),e.siteOptions&&e.steps.unshift({step:"setSiteOptions",options:e.siteOptions}),e.plugins){const v=e.plugins.map(T=>typeof T=="string"?T.startsWith("https://")?{resource:"url",url:T}:{resource:"wordpress.org/plugins",slug:T}:T).map(T=>({step:"installPlugin",pluginZipFile:T}));e.steps.unshift(...v)}e.login&&e.steps.push({step:"login",...e.login===!0?{username:"admin",password:"password"}:e.login});const{valid:s,errors:i}=Sp(e);if(!s){const v=new Error(`Invalid blueprint: ${i[0].message} at ${i[0].instancePath}`);throw v.errors=i,v}const o=e.steps||[],l=o.reduce((v,T)=>{var w;return v+(((w=T.progress)==null?void 0:w.weight)||1)},0),d=o.map(v=>Op(v,{semaphore:r,rootProgressTracker:t,totalProgressWeight:l}));return{versions:{php:Tp((u=e.preferredVersions)==null?void 0:u.php,_n,so),wp:((p=e.preferredVersions)==null?void 0:p.wp)||"latest"},phpExtensions:Rp([],e.phpExtensionBundles||[]),features:{networking:((h=e.features)==null?void 0:h.networking)??!1},run:async v=>{try{for(const{resources:T}of d)for(const w of T)w.setPlayground(v),w.isAsync&&w.resolve();for(const{run:T,step:w}of d){const R=await T(v);n(R,w)}}finally{try{await v.goTo(e.landingPage||"/")}catch{}t.finish()}}}}const Ep=new _p({discriminator:!0});let Fr;function Sp(e){var s;Fr=Ep.compile(Pp);const t=Fr(e);if(t)return{valid:t};const r=new Set;for(const i of Fr.errors)i.schemaPath.startsWith("#/properties/steps/items/anyOf")||r.add(i.instancePath);const n=(s=Fr.errors)==null?void 0:s.filter(i=>!(i.schemaPath.startsWith("#/properties/steps/items/anyOf")&&r.has(i.instancePath)));return{valid:t,errors:n}}function Tp(e,t,r){return e&&t.includes(e)?e:r}function Rp(e,t){const r=io.filter(s=>e.includes(s)),n=t.flatMap(s=>s in ni?ni[s]:[]);return Array.from(new Set([...r,...n]))}function kp(e){return!!(typeof e=="object"&&e)}function Op(e,{semaphore:t,rootProgressTracker:r,totalProgressWeight:n}){var p;const s=r.stage((((p=e.progress)==null?void 0:p.weight)||1)/n),i={};for(const h of Object.keys(e)){let v=e[h];gc(v)&&(v=St.create(v,{semaphore:t})),i[h]=v}const o=async h=>{var v;try{return s.fillSlowly(),await za[e.step](h,await Cp(i),{tracker:s,initialCaption:(v=e.progress)==null?void 0:v.caption})}finally{s.finish()}},l=Si(i),d=Si(i).filter(h=>h.isAsync),u=1/(d.length+1);for(const h of d)h.progress=s.stage(u);return{run:o,step:e,resources:l}}function Si(e){const t=[];for(const r in e){const n=e[r];n instanceof St&&t.push(n)}return t}async function Cp(e){const t={};for(const r in e){const n=e[r];n instanceof St?t[r]=await n.resolve():t[r]=n}return t}async function aa(e,t){await e.run(t)}function Np(){}/**
|
|
863
|
+
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:"importFile"},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:"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},step:{type:"string",const:"installPlugin",description:"The step identifier."},pluginZipFile:{$ref:"#/definitions/FileReference",description:"The plugin zip file to install."},options:{$ref:"#/definitions/InstallPluginOptions",description:"Optional installation options."}},required:["pluginZipFile","step"]},{type:"object",additionalProperties:!1,properties:{progress:{type:"object",properties:{weight:{type:"number"},caption:{type:"string"}},additionalProperties:!1},step:{type:"string",const:"installTheme",description:"The step identifier."},themeZipFile:{$ref:"#/definitions/FileReference",description:"The theme zip file to install."},options:{type:"object",properties:{activate:{type:"boolean",description:"Whether to activate the theme after installing it."}},additionalProperties:!1,description:"Optional installation options."}},required:["step","themeZipFile"]},{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",description:"The password to log in with. Defaults to 'password'."}},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:"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:"setPhpIniEntry"},key:{type:"string",description:'Entry name e.g. "display_errors"'},value:{type:"string",description:'Entry value as a string e.g. "1"'}},required:["key","step","value"]},{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"},zipPath:{type:"string",description:"The zip file to extract"},extractToPath:{type:"string",description:"The path to extract the zip file to"}},required:["extractToPath","step","zipPath"]},{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"]}]},InstallPluginOptions:{type:"object",properties:{activate:{type:"boolean",description:"Whether to activate the plugin after installing it."}},additionalProperties:!1},PHPRequest:{type:"object",properties:{method:{$ref:"#/definitions/HTTPMethod",description:"Request method. Default: `GET`."},url:{type:"string",description:"Request path or absolute URL."},headers:{$ref:"#/definitions/PHPRequestHeaders",description:"Request headers."},files:{type:"object",additionalProperties:{type:"object",properties:{size:{type:"number"},type:{type:"string"},lastModified:{type:"number"},name:{type:"string"},webkitRelativePath:{type:"string"}},required:["lastModified","name","size","type","webkitRelativePath"],additionalProperties:!1},description:"Uploaded files"},body:{type:"string",description:"Request body without the files."},formData:{type:"object",additionalProperties:{},description:"Form data. If set, the request body will be ignored and the content-type header will be set to `application/x-www-form-urlencoded`."}},required:["url"],additionalProperties:!1},HTTPMethod:{type:"string",enum:["GET","POST","HEAD","OPTIONS","PATCH","PUT","DELETE"]},PHPRequestHeaders:{type:"object",additionalProperties:{type:"string"}},PHPRunOptions:{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:{type:"string",description:"Request body without the files."},fileInfos:{type:"array",items:{$ref:"#/definitions/FileInfo"},description:"Uploaded files."},code:{type:"string",description:"The code snippet to eval instead of a php file."}},additionalProperties:!1},FileInfo:{type:"object",properties:{key:{type:"string"},name:{type:"string"},type:{type:"string"},data:{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"}}},required:["key","name","type","data"],additionalProperties:!1},WordPressInstallationOptions:{type:"object",properties:{adminUsername:{type:"string"},adminPassword:{type:"string"}},additionalProperties:!1}},vp={$schema:$p,$ref:_p,definitions:wp};function ia(e,{progress:t=new gn,semaphore:r=new xn({concurrency:3}),onStepCompleted:n=()=>{}}={}){var u,p,h;if(e={...e,steps:(e.steps||[]).filter(Tp)},e.constants&&e.steps.unshift({step:"defineWpConfigConsts",consts:e.constants}),e.siteOptions&&e.steps.unshift({step:"setSiteOptions",options:e.siteOptions}),e.plugins){const v=e.plugins.map(T=>typeof T=="string"?T.startsWith("https://")?{resource:"url",url:T}:{resource:"wordpress.org/plugins",slug:T}:T).map(T=>({step:"installPlugin",pluginZipFile:T}));e.steps.unshift(...v)}e.login&&e.steps.push({step:"login",...e.login===!0?{username:"admin",password:"password"}:e.login});const{valid:s,errors:i}=Pp(e);if(!s){const v=new Error(`Invalid blueprint: ${i[0].message} at ${i[0].instancePath}`);throw v.errors=i,v}const o=e.steps||[],l=o.reduce((v,T)=>{var w;return v+(((w=T.progress)==null?void 0:w.weight)||1)},0),d=o.map(v=>Rp(v,{semaphore:r,rootProgressTracker:t,totalProgressWeight:l}));return{versions:{php:Ep((u=e.preferredVersions)==null?void 0:u.php,$n,no),wp:((p=e.preferredVersions)==null?void 0:p.wp)||"latest"},phpExtensions:Sp([],e.phpExtensionBundles||[]),features:{networking:((h=e.features)==null?void 0:h.networking)??!1},run:async v=>{try{for(const{resources:T}of d)for(const w of T)w.setPlayground(v),w.isAsync&&w.resolve();for(const{run:T,step:w}of d){const R=await T(v);n(R,w)}}finally{try{await v.goTo(e.landingPage||"/")}catch{}t.finish()}}}}const bp=new gp({discriminator:!0});let Fr;function Pp(e){var s;Fr=bp.compile(vp);const t=Fr(e);if(t)return{valid:t};const r=new Set;for(const i of Fr.errors)i.schemaPath.startsWith("#/properties/steps/items/anyOf")||r.add(i.instancePath);const n=(s=Fr.errors)==null?void 0:s.filter(i=>!(i.schemaPath.startsWith("#/properties/steps/items/anyOf")&&r.has(i.instancePath)));return{valid:t,errors:n}}function Ep(e,t,r){return e&&t.includes(e)?e:r}function Sp(e,t){const r=so.filter(s=>e.includes(s)),n=t.flatMap(s=>s in ni?ni[s]:[]);return Array.from(new Set([...r,...n]))}function Tp(e){return!!(typeof e=="object"&&e)}function Rp(e,{semaphore:t,rootProgressTracker:r,totalProgressWeight:n}){var p;const s=r.stage((((p=e.progress)==null?void 0:p.weight)||1)/n),i={};for(const h of Object.keys(e)){let v=e[h];mc(v)&&(v=St.create(v,{semaphore:t})),i[h]=v}const o=async h=>{var v;try{return s.fillSlowly(),await La[e.step](h,await kp(i),{tracker:s,initialCaption:(v=e.progress)==null?void 0:v.caption})}finally{s.finish()}},l=Si(i),d=Si(i).filter(h=>h.isAsync),u=1/(d.length+1);for(const h of d)h.progress=s.stage(u);return{run:o,step:e,resources:l}}function Si(e){const t=[];for(const r in e){const n=e[r];n instanceof St&&t.push(n)}return t}async function kp(e){const t={};for(const r in e){const n=e[r];n instanceof St?t[r]=await n.resolve():t[r]=n}return t}async function oa(e,t){await e.run(t)}function Op(){}/**
|
|
908
864
|
* @license
|
|
909
865
|
* Copyright 2019 Google LLC
|
|
910
866
|
* SPDX-License-Identifier: Apache-2.0
|
|
911
|
-
*/const
|
|
867
|
+
*/const aa=Symbol("Comlink.proxy"),Cp=Symbol("Comlink.endpoint"),Np=Symbol("Comlink.releaseProxy"),jn=Symbol("Comlink.finalizer"),zr=Symbol("Comlink.thrown"),ca=e=>typeof e=="object"&&e!==null||typeof e=="function",jp={canHandle:e=>ca(e)&&e[aa],serialize(e){const{port1:t,port2:r}=new MessageChannel;return As(e,t),[r,[r]]},deserialize(e){return e.start(),Ds(e)}},Ip={canHandle:e=>ca(e)&&zr in e,serialize({value:e}){let t;return e instanceof Error?t={isError:!0,value:{message:e.message,name:e.name,stack:e.stack}}:t={isError:!1,value:e},[t,[]]},deserialize(e){throw e.isError?Object.assign(new Error(e.value.message),e.value):e.value}},gr=new Map([["proxy",jp],["throw",Ip]]);function Ap(e,t){for(const r of e)if(t===r||r==="*"||r instanceof RegExp&&r.test(t))return!0;return!1}function As(e,t=globalThis,r=["*"]){t.addEventListener("message",function n(s){if(!s||!s.data)return;if(!Ap(r,s.origin)){console.warn(`Invalid origin '${s.origin}' for comlink proxy`);return}const{id:i,type:o,path:l}=Object.assign({path:[]},s.data),d=(s.data.argumentList||[]).map(gt);let u;try{const p=l.slice(0,-1).reduce((v,T)=>v[T],e),h=l.reduce((v,T)=>v[T],e);switch(o){case"GET":u=h;break;case"SET":p[l.slice(-1)[0]]=gt(s.data.value),u=!0;break;case"APPLY":u=h.apply(p,d);break;case"CONSTRUCT":{const v=new h(...d);u=pa(v)}break;case"ENDPOINT":{const{port1:v,port2:T}=new MessageChannel;As(e,T),u=Up(v,[v])}break;case"RELEASE":u=void 0;break;default:return}}catch(p){u={value:p,[zr]:0}}Promise.resolve(u).catch(p=>({value:p,[zr]:0})).then(p=>{const[h,v]=Zr(p);t.postMessage(Object.assign(Object.assign({},h),{id:i}),v),o==="RELEASE"&&(t.removeEventListener("message",n),la(t),jn in e&&typeof e[jn]=="function"&&e[jn]())}).catch(p=>{const[h,v]=Zr({value:new TypeError("Unserializable return value"),[zr]:0});t.postMessage(Object.assign(Object.assign({},h),{id:i}),v)})}),t.start&&t.start()}function Dp(e){return e.constructor.name==="MessagePort"}function la(e){Dp(e)&&e.close()}function Ds(e,t){return Hn(e,[],t)}function qr(e){if(e)throw new Error("Proxy has been released and is not useable")}function ua(e){return Ut(e,{type:"RELEASE"}).then(()=>{la(e)})}const Yr=new WeakMap,Qr="FinalizationRegistry"in globalThis&&new FinalizationRegistry(e=>{const t=(Yr.get(e)||0)-1;Yr.set(e,t),t===0&&ua(e)});function Fp(e,t){const r=(Yr.get(t)||0)+1;Yr.set(t,r),Qr&&Qr.register(e,t,e)}function qp(e){Qr&&Qr.unregister(e)}function Hn(e,t=[],r=function(){}){let n=!1;const s=new Proxy(r,{get(i,o){if(qr(n),o===Np)return()=>{qp(s),ua(e),n=!0};if(o==="then"){if(t.length===0)return{then:()=>s};const l=Ut(e,{type:"GET",path:t.map(d=>d.toString())}).then(gt);return l.then.bind(l)}return Hn(e,[...t,o])},set(i,o,l){qr(n);const[d,u]=Zr(l);return Ut(e,{type:"SET",path:[...t,o].map(p=>p.toString()),value:d},u).then(gt)},apply(i,o,l){qr(n);const d=t[t.length-1];if(d===Cp)return Ut(e,{type:"ENDPOINT"}).then(gt);if(d==="bind")return Hn(e,t.slice(0,-1));const[u,p]=Ti(l);return Ut(e,{type:"APPLY",path:t.map(h=>h.toString()),argumentList:u},p).then(gt)},construct(i,o){qr(n);const[l,d]=Ti(o);return Ut(e,{type:"CONSTRUCT",path:t.map(u=>u.toString()),argumentList:l},d).then(gt)}});return Fp(s,e),s}function Mp(e){return Array.prototype.concat.apply([],e)}function Ti(e){const t=e.map(Zr);return[t.map(r=>r[0]),Mp(t.map(r=>r[1]))]}const da=new WeakMap;function Up(e,t){return da.set(e,t),e}function pa(e){return Object.assign(e,{[aa]:!0})}function Lp(e,t=globalThis,r="*"){return{postMessage:(n,s)=>e.postMessage(n,r,s),addEventListener:t.addEventListener.bind(t),removeEventListener:t.removeEventListener.bind(t)}}function Zr(e){for(const[t,r]of gr)if(r.canHandle(e)){const[n,s]=r.serialize(e);return[{type:"HANDLER",name:t,value:n},s]}return[{type:"RAW",value:e},da.get(e)||[]]}function gt(e){switch(e.type){case"HANDLER":return gr.get(e.name).deserialize(e.value);case"RAW":return e.value}}function Ut(e,t,r){return new Promise(n=>{const s=Hp();e.addEventListener("message",function i(o){!o.data||!o.data.id||o.data.id!==s||(e.removeEventListener("message",i),n(o.data))}),e.start&&e.start(),e.postMessage(Object.assign({id:s},t),r)})}function Hp(){return new Array(4).fill(0).map(()=>Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16)).join("-")}function fa(e){Vp();const t=e instanceof Worker?e:Lp(e),r=Ds(t),n=ha(r);return new Proxy(n,{get:(s,i)=>i==="isConnected"?async()=>{for(let o=0;o<10;o++)try{await zp(r.isConnected(),200);break}catch{}}:r[i]})}async function zp(e,t){return new Promise((r,n)=>{setTimeout(n,t),e.then(r)})}let Ri=!1;function Vp(){Ri||(Ri=!0,gr.set("EVENT",{canHandle:e=>e instanceof CustomEvent,serialize:e=>[{detail:e.detail},[]],deserialize:e=>e}),gr.set("FUNCTION",{canHandle:e=>typeof e=="function",serialize(e){console.debug("[Comlink][Performance] Proxying a function");const{port1:t,port2:r}=new MessageChannel;return As(e,t),[r,[r]]},deserialize(e){return e.start(),Ds(e)}}),gr.set("PHPResponse",{canHandle:e=>typeof e=="object"&&e!==null&&"headers"in e&&"bytes"in e&&"errors"in e&&"exitCode"in e&&"httpStatusCode"in e,serialize(e){return[e.toRawData(),[]]},deserialize(e){return bt.fromRawData(e)}}))}function ha(e){return new Proxy(e,{get(t,r){switch(typeof t[r]){case"function":return(...n)=>t[r](...n);case"object":return t[r]===null?t[r]:ha(t[r]);case"undefined":case"number":case"string":return t[r];default:return pa(t[r])}}})}async function ma({iframe:e,blueprint:t,remoteUrl:r,progressTracker:n=new gn,disableProgressBar:s,onBlueprintStepCompleted:i}){if(xp(r),Wp(e),r=Oi(r,{progressbar:!s}),n.setCaption("Preparing WordPress"),!t)return ki(e,r,n);const o=ia(t,{progress:n.stage(.5),onStepCompleted:i}),l=await ki(e,Oi(r,{php:o.versions.php,wp:o.versions.wp,"php-extension":o.phpExtensions,networking:o.features.networking?"yes":"no"}),n);return await oa(o,l),n.finish(),l}function Wp(e){var t,r;(t=e.sandbox)!=null&&t.length&&!((r=e.sandbox)!=null&&r.contains("allow-storage-access-by-user-activation"))&&e.sandbox.add("allow-storage-access-by-user-activation")}async function ki(e,t,r){await new Promise(i=>{e.src=t,e.addEventListener("load",i,!1)});const n=fa(e.contentWindow);await n.isConnected(),r.pipe(n);const s=r.stage();return await n.onDownloadProgress(s.loadingListener),await n.isReady(),s.finish(),n}const Vr="https://playground.wordpress.net";function xp(e){const t=new URL(e,Vr);if((t.origin===Vr||t.hostname==="localhost")&&t.pathname!=="/remote.html")throw new Error(`Invalid remote URL: ${t}. Expected origin to be ${Vr}/remote.html.`)}function Oi(e,t){const r=new URL(e,Vr),n=new URLSearchParams(r.search);for(const[s,i]of Object.entries(t))if(i!=null&&i!==!1)if(Array.isArray(i))for(const o of i)n.append(s,o.toString());else n.set(s,i.toString());return r.search=n.toString(),r.toString()}async function Bp(e,t){if(console.warn("`connectPlayground` is deprecated and will be removed. Use `startPlayground` instead."),t!=null&&t.loadRemote)return ma({iframe:e,remoteUrl:t.loadRemote});const r=fa(e.contentWindow);return await r.isConnected(),r}exports.LatestSupportedPHPVersion=no;exports.SupportedPHPVersions=$n;exports.SupportedPHPVersionsList=Xa;exports.activatePlugin=Vn;exports.activateTheme=Wn;exports.applyWordPressPatches=ji;exports.compileBlueprint=ia;exports.connectPlayground=Bp;exports.cp=Mi;exports.defineSiteUrl=zi;exports.defineWpConfigConsts=Lt;exports.exportWXR=Bi;exports.exportWXZ=Gi;exports.importFile=Vi;exports.importWordPressFiles=xi;exports.installPlugin=Ji;exports.installTheme=Yi;exports.login=Qi;exports.mkdir=Li;exports.mv=Ui;exports.phpVar=Kt;exports.phpVars=vr;exports.request=qi;exports.rm=Bn;exports.rmdir=Hi;exports.runBlueprintSteps=oa;exports.runPHP=Ii;exports.runPHPWithOptions=Ai;exports.runSql=Di;exports.runWpInstallationWizard=Zi;exports.setPhpIniEntry=Fi;exports.setPluginProxyURL=Op;exports.setSiteOptions=Xi;exports.startPlaygroundWeb=ma;exports.unzip=mn;exports.updateUserMeta=eo;exports.wpContentFilesExcludedFromExport=zn;exports.writeFile=Gn;exports.zipWpContent=ro;
|