@http-forge/core 0.4.6 → 0.4.7
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 +26 -1
- package/dist/index.js +156 -156
- package/dist/index.mjs +156 -156
- package/dist/infrastructure/config/config-service.d.ts +1 -0
- package/dist/infrastructure/config/config.interface.d.ts +8 -0
- package/dist/infrastructure/environment/variable-interpolator.d.ts +24 -1
- package/dist/infrastructure/execution/request-executor.d.ts +1 -0
- package/dist/infrastructure/script/async-drain.d.ts +53 -0
- package/dist/infrastructure/script/request-script-session.d.ts +8 -1
- package/dist/infrastructure/script/script-executor.d.ts +6 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";var OL=Object.create;var ah=Object.defineProperty;var IL=Object.getOwnPropertyDescriptor;var PL=Object.getOwnPropertyNames;var kL=Object.getPrototypeOf,TL=Object.prototype.hasOwnProperty;var ae=(t,e,r)=>()=>{if(r)throw r[0];try{return t&&(e=t(t=0)),e}catch(n){throw r=[n],n}};var F=(t,e)=>()=>{try{return e||t((e={exports:{}}).exports,e),e.exports}catch(r){throw e=0,r}},Ki=(t,e)=>{for(var r in e)ah(t,r,{get:e[r],enumerable:!0})},GC=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of PL(e))!TL.call(t,i)&&i!==r&&ah(t,i,{get:()=>e[i],enumerable:!(n=IL(e,i))||n.enumerable});return t};var he=(t,e,r)=>(r=t!=null?OL(kL(t)):{},GC(e||!t||!t.__esModule?ah(r,"default",{value:t,enumerable:!0}):r,t)),Ko=t=>GC(ah({},"__esModule",{value:!0}),t);function Et(t){return t.replace(/[^a-zA-Z0-9-_]/g,"_").replace(/\s+/g,"-").toLowerCase().substring(0,100)}function ct(t){let e=Date.now().toString(36)+(AL++).toString(36)+Math.random().toString(36).slice(2,7);return t?`${Et(t)}_${e}`:e}function lh(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{let e=Math.random()*16|0;return(t==="x"?e:e&3|8).toString(16)})}function Nl(t,e){let r={},n={};for(let[i,s]of Object.entries(t)){let o=i.toLowerCase();n[o]=i,r[i]=s}for(let[i,s]of Object.entries(e)){let o=i.toLowerCase(),l=n[o];l&&delete r[l],n[o]=i,r[i]=s}return r}function KC(t){return JSON.parse(JSON.stringify(t))}function QC(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function ZC(t,e){try{return JSON.parse(t)}catch{return e}}function XC(t){if(t===0)return"0 B";let e=1024,r=["B","KB","MB","GB"],n=Math.floor(Math.log(t)/Math.log(e));return`${parseFloat((t/Math.pow(e,n)).toFixed(1))} ${r[n]}`}function eE(t){return t<1e3?`${t} ms`:`${(t/1e3).toFixed(2)} s`}var AL,vn=ae(()=>{"use strict";AL=0});function zu(t){if(!et.existsSync(t))return;let e={},r=tn.join(t,Wu.preRequest);et.existsSync(r)&&(e.preRequest=et.readFileSync(r,"utf-8"));let n=tn.join(t,Wu.postResponse);return et.existsSync(n)&&(e.postResponse=et.readFileSync(n,"utf-8")),Object.keys(e).length>0?e:void 0}async function Ju(t,e){await et.promises.mkdir(t,{recursive:!0});let r=tn.join(t,Wu.preRequest);e.preRequest?await et.promises.writeFile(r,e.preRequest,"utf-8"):et.existsSync(r)&&await et.promises.unlink(r);let n=tn.join(t,Wu.postResponse);e.postResponse?await et.promises.writeFile(n,e.postResponse,"utf-8"):et.existsSync(n)&&await et.promises.unlink(n)}function Tb(t){for(let[e,r]of Object.entries(kb)){let n=tn.join(t,e);if(et.existsSync(n))try{let i=et.readFileSync(n,"utf-8"),s;if(r.type==="graphql")try{s=JSON.parse(i)}catch{s=i}else s=i;return{type:r.type,format:r.format,content:s}}catch(i){console.error(`[FolderIO] Failed to load body from ${n}:`,i)}}}function Ab(t){if(!t||t.type==="none")return{bodyForMetadata:t};if(t.type==="raw"){let e=t.format||"json",n={json:"body.json",xml:"body.xml",text:"body.txt",html:"body.html",javascript:"body.js"}[e];if(n){let i=e==="json"?typeof t.content=="string"?t.content:JSON.stringify(t.content,null,2):String(t.content||"");return{bodyForMetadata:{type:t.type,format:t.format},externalBodyFile:{filename:n,content:i}}}}if(t.type==="graphql"){let e=typeof t.content=="string"?t.content:JSON.stringify(t.content,null,2);return{bodyForMetadata:{type:t.type},externalBodyFile:{filename:"body.graphql",content:e}}}return{bodyForMetadata:t}}async function qb(t,e){for(let r of Object.keys(kb))if(r!==e){let n=tn.join(t,r);if(et.existsSync(n))try{await et.promises.unlink(n)}catch{}}}function $b(t){if(et.existsSync(t))try{let e=et.readFileSync(t,"utf-8");return JSON.parse(e)}catch(e){console.error(`[FolderIO] Failed to load schema file ${t}:`,e);return}}async function Mb(t,e,r){let n=tn.join(t,Dl.responseSchema),i=tn.join(t,Dl.bodySchema);e?await et.promises.writeFile(n,JSON.stringify(e,null,2),"utf-8"):et.existsSync(n)&&await et.promises.unlink(n),r?await et.promises.writeFile(i,JSON.stringify(r,null,2),"utf-8"):et.existsSync(i)&&await et.promises.unlink(i)}function ch(t,e){for(let r of t){if(r.id===e)return r;if(r.type==="folder"&&r.items){let n=ch(r.items,e);if(n)return n}}}function uh(t,e){for(let r=0;r<t.length;r++){let n=t[r];if(n.id===e)return t.splice(r,1),!0;if(n.type==="folder"&&n.items&&uh(n.items,e))return!0}return!1}function Nb(t,e){let r=new Map(t.map(i=>[i.id,i])),n=[];for(let i of e){let s=r.get(i);s&&(n.push(s),r.delete(i))}for(let i of r.values())n.push(i);return n}function fh(t,e){let r;try{r=et.readdirSync(t,{withFileTypes:!0})}catch{return}for(let n of r){if(!n.isDirectory()||n.name===Mr)continue;if(n.name===e)return tn.join(t,n.name);let i=fh(tn.join(t,n.name),e);if(i)return i}}function qL(t){for(let e of[or.request,or.folder]){let r=tn.join(t,e);if(et.existsSync(r))try{let n=et.readFileSync(r,"utf-8");return JSON.parse(n).id}catch{return}}}function dh(t,e){let r;try{r=et.readdirSync(t,{withFileTypes:!0})}catch{return}for(let n of r){if(!n.isDirectory()||n.name===Mr)continue;let i=tn.join(t,n.name);if(qL(i)===e)return i;let s=dh(i,e);if(s)return s}}function rn(t,e=[]){let r=t.toLowerCase().trim(),n=r.match(/^(get|post|put|patch|delete|head|options)[_\s-]/i),i=n?n[1]:"",s=r.match(/t(\d+)/gi)||[],o=0;for(let y of s){let w=parseInt(y.substring(1));w>o&&(o=w)}let l="";if(o>0)l=`t${o}`;else{let y=r.match(/[_\s-](\d+\.\d+)[_\s-]/);y&&(l=`v${y[1].replace(".","_")}`)}let f=r;n&&(f=f.substring(n[0].length)),f=f.replace(/[_\s-]?t\d+(?:\.\d+)?[_\s-]?/gi,"-"),f=f.replace(/[_\s-]?\d+\.\d+[_\s-]?/g,"-"),f=f.replace(/\([^)]+\)/g,""),f=f.replace(/:[a-z_][a-z0-9_]*/gi,""),f=f.replace(/\{[^}]+\}/g,""),f=f.replace(/\?$/g,"").replace(/[_/\\ ]+/g,"-").replace(/[^a-z0-9-]/g,"").replace(/-+/g,"-").replace(/^-|-$/g,"");let d=f.split("-").filter(y=>y.length>0),m=[];i&&m.push(i),m.push(...d),l&&m.push(l);let g=m.join("-");if(g||(g="item"),e.includes(g)){let y=2;for(;e.includes(`${g}-${y}`);)y++;g=`${g}-${y}`}return g}var et,tn,Wu,or,kb,Dl,Mr,Zo=ae(()=>{"use strict";et=he(require("fs")),tn=he(require("path")),Wu={preRequest:"pre-request.js",postResponse:"post-response.js"},or={collection:"collection.json",folder:"folder.json",request:"request.json"},kb={"body.json":{type:"raw",format:"json"},"body.xml":{type:"raw",format:"xml"},"body.txt":{type:"raw",format:"text"},"body.html":{type:"raw",format:"html"},"body.js":{type:"raw",format:"javascript"},"body.graphql":{type:"graphql"}},Dl={responseSchema:"response.schema.json",bodySchema:"body.schema.json"},Mr="scripts"});var Ce,ke,Qi,ph=ae(()=>{"use strict";Ce=he(require("fs")),ke=he(require("path"));vn();Zo();Qi=class{collectionsDir;cache=new Map;slugToIdMap=new Map;idToSlugMap=new Map;constructor(e){this.collectionsDir=e,this.ensureDirectory()}getSlugById(e){return this.idToSlugMap.get(e)}getIdBySlug(e){return this.slugToIdMap.get(e)}ensureDirectory(){Ce.existsSync(this.collectionsDir)||Ce.mkdirSync(this.collectionsDir,{recursive:!0})}readJsonFileSafe(e,r){let n;try{n=Ce.readFileSync(e,"utf-8")}catch(i){console.error(`[FolderCollectionStore] Failed to read ${r} ${e}:`,i);return}if(n.trim().length!==0)try{return JSON.parse(n)}catch(i){if(i instanceof SyntaxError&&/Unexpected end of JSON input/.test(i.message))return;console.error(`[FolderCollectionStore] Failed to parse ${r} ${e}:`,i);return}}loadAll(){if(this.cache.clear(),this.slugToIdMap.clear(),this.idToSlugMap.clear(),!Ce.existsSync(this.collectionsDir))return[];let e=Ce.readdirSync(this.collectionsDir,{withFileTypes:!0}),r=[];for(let n of e)if(n.isDirectory())try{let i=this.loadCollectionFromFolder(n.name);i&&(this.cache.set(i.id,i),this.slugToIdMap.set(n.name,i.id),this.idToSlugMap.set(i.id,n.name),r.push(i))}catch(i){console.error(`[FolderCollectionStore] Failed to load ${n.name}:`,i)}return r}loadCollectionFromFolder(e){let r=ke.join(this.collectionsDir,e),n=ke.join(r,or.collection);if(!Ce.existsSync(n))return;let i=this.readJsonFileSafe(n,"collection");if(i)try{let s=this.loadScriptsFromDir(ke.join(r,Mr)),o=this.loadItemsFromDir(r,i.id,i.order);return{id:i.id,name:i.name,description:i.description,version:i.version,variables:i.variables,auth:i.auth,scripts:s,items:o}}catch(s){console.error(`[FolderCollectionStore] Failed to parse ${n}:`,s);return}}loadItemsFromDir(e,r,n){let i=[],s=new Map,o=Ce.readdirSync(e,{withFileTypes:!0});for(let l of o){if(!l.isDirectory()||l.name===Mr)continue;let f=ke.join(e,l.name);if(Ce.existsSync(ke.join(f,or.folder))){let d=this.loadFolderFromDir(f,l.name);d&&s.set(l.name,d)}else if(Ce.existsSync(ke.join(f,or.request))){let d=this.loadRequestFromDir(f,l.name);d&&s.set(l.name,d)}}if(n&&n.length>0){for(let l of n){let f=s.get(l);f&&(i.push(f),s.delete(l))}for(let l of s.values())i.push(l)}else for(let l of s.values())i.push(l);return i}loadFolderFromDir(e,r){let n=ke.join(e,or.folder),i=this.readJsonFileSafe(n,"folder");if(i)try{let s=this.loadScriptsFromDir(ke.join(e,Mr)),o=this.loadItemsFromDir(e,i.id,i.order);return this.slugToIdMap.set(r,i.id),this.idToSlugMap.set(i.id,r),{id:i.id,type:"folder",name:i.name,description:i.description,auth:i.auth,scripts:s,items:o}}catch(s){console.error(`[FolderCollectionStore] Failed to load folder ${e}:`,s);return}}loadRequestFromDir(e,r){let n=ke.join(e,or.request),i=this.readJsonFileSafe(n,"request");if(i)try{let s=this.loadScriptsFromDir(ke.join(e,Mr)),o=i.body,l=this.loadBodyFromDir(e);l&&(o=l);let f=this.loadSchemaFile(ke.join(e,Dl.responseSchema)),d=this.loadSchemaFile(ke.join(e,Dl.bodySchema)),m=ke.join(e,"doc.md"),g=Ce.existsSync(m)?Ce.readFileSync(m,"utf-8"):void 0;return this.slugToIdMap.set(r,i.id),this.idToSlugMap.set(i.id,r),{id:i.id,type:"request",name:i.name,description:i.description,method:i.method,url:i.url,params:i.params,query:i.query,headers:i.headers,body:o,auth:i.auth,settings:i.settings,scripts:s,deprecated:i.deprecated,...g&&{doc:g},...f&&{responseSchema:f},...d&&{bodySchema:d}}}catch(s){console.error(`[FolderCollectionStore] Failed to load request ${e}:`,s);return}}loadScriptsFromDir(e){return zu(e)}loadBodyFromDir(e){return Tb(e)}loadSchemaFile(e){return $b(e)}async saveSchemaFiles(e,r){return Mb(e,r.responseSchema,r.bodySchema)}load(e){if(this.cache.has(e))return this.cache.get(e);let r=this.idToSlugMap.get(e);if(r){let n=this.loadCollectionFromFolder(r);return n&&this.cache.set(e,n),n}return this.loadAll(),this.cache.get(e)}async save(e){if(this.ensureDirectory(),!e.name)throw new Error("Collection name is required");e.id||(e.id=ct(e.name));let r=this.idToSlugMap.get(e.id);if(!r){let l=Ce.readdirSync(this.collectionsDir);r=rn(e.name,l),this.idToSlugMap.set(e.id,r),this.slugToIdMap.set(r,e.id)}let n=ke.join(this.collectionsDir,r),i=!Ce.existsSync(n);await Ce.promises.mkdir(n,{recursive:!0});let s={id:e.id,name:e.name,description:e.description,version:e.version,variables:e.variables,auth:e.auth},[o]=await Promise.all([this.saveItemsToDir(n,e.items,i),e.scripts?this.saveScriptsToDir(ke.join(n,Mr),e.scripts):Promise.resolve()]);o.length>0&&(s.order=o),await Ce.promises.writeFile(ke.join(n,or.collection),JSON.stringify(s,null,2),"utf-8"),this.cache.set(e.id,e)}async saveItemsToDir(e,r,n=!1){let i=[],s=[];for(let o of r){let l=this.idToSlugMap.get(o.id);l||(l=rn(o.name,i),this.idToSlugMap.set(o.id,l),this.slugToIdMap.set(l,o.id)),i.push(l),s.push({item:o,slug:l})}return await Promise.all(s.map(async({item:o,slug:l})=>{let f=ke.join(e,l);await Ce.promises.mkdir(f,{recursive:!0}),o.type==="folder"?await this.saveFolderToDir(f,o,n):await this.saveRequestToDir(f,o,n)})),i}async saveFolderToDir(e,r,n=!1){let i={id:r.id,name:r.name,description:r.description,auth:r.auth},[s]=await Promise.all([r.items?this.saveItemsToDir(e,r.items,n):Promise.resolve([]),r.scripts?this.saveScriptsToDir(ke.join(e,Mr),r.scripts):Promise.resolve()]);s.length>0&&(i.order=s),await Ce.promises.writeFile(ke.join(e,or.folder),JSON.stringify(i,null,2),"utf-8")}async saveRequestToDir(e,r,n=!1){let{bodyForMetadata:i,externalBodyFile:s}=this.prepareBodyForSave(r.body),o={id:r.id,name:r.name,method:r.method||"GET",url:r.url||"",description:r.description,params:r.params,query:r.query,headers:r.headers,body:i,auth:r.auth,settings:r.settings,...r.deprecated&&{deprecated:r.deprecated}},l=[Ce.promises.writeFile(ke.join(e,or.request),JSON.stringify(o,null,2),"utf-8")];s&&l.push(Ce.promises.writeFile(ke.join(e,s.filename),s.content,"utf-8")),n||l.push(this.cleanupOldBodyFiles(e,s?.filename)),(!n||r.responseSchema||r.bodySchema)&&l.push(this.saveSchemaFiles(e,r)),r.doc&&l.push(Ce.promises.writeFile(ke.join(e,"doc.md"),r.doc,"utf-8")),r.scripts&&l.push(this.saveScriptsToDir(ke.join(e,Mr),r.scripts)),await Promise.all(l)}prepareBodyForSave(e){return Ab(e)}async cleanupOldBodyFiles(e,r){return qb(e,r)}async saveScriptsToDir(e,r){return Ju(e,r)}async delete(e){let r=this.idToSlugMap.get(e);if(!r&&(this.loadAll(),r=this.idToSlugMap.get(e),!r))return!1;let n=ke.join(this.collectionsDir,r);if(!Ce.existsSync(n))return!1;try{return await Ce.promises.rm(n,{recursive:!0,force:!0}),this.cache.delete(e),this.idToSlugMap.delete(e),this.slugToIdMap.delete(r),!0}catch(i){return console.error(`[FolderCollectionStore] Failed to delete collection ${e}:`,i),!1}}exists(e){let r=this.idToSlugMap.get(e);return r?Ce.existsSync(ke.join(this.collectionsDir,r,or.collection)):!1}getCollectionPath(e){let r=this.idToSlugMap.get(e)||e;return ke.join(this.collectionsDir,r)}getItemPath(e,r){return this.findItemPath(e,r)}async create(e,r){let n={id:r||ct(e),name:e,items:[]};return await this.save(n),n}async saveScripts(e,r,n){let i=this.load(e);if(!i)throw new Error(`Collection ${e} not found`);let s=this.findItemPath(e,r);if(!s)throw new Error(`Item ${r} not found in collection ${e}`);await this.saveScriptsToDir(ke.join(s,Mr),n);let o=this.findItemById(i.items,r);o&&(o.scripts=n)}loadScripts(e,r){let n=this.findItemPath(e,r);if(n)return this.loadScriptsFromDir(ke.join(n,Mr))}async updateCollectionMetadata(e,r){let n=this.load(e);if(!n)throw new Error(`Collection ${e} not found`);let i=this.idToSlugMap.get(e);if(!i)throw new Error(`Collection slug not found for ${e}`);let s=ke.join(this.collectionsDir,i),o=ke.join(s,or.collection),l=Ce.readFileSync(o,"utf-8"),d={...JSON.parse(l),...r,id:e};await Ce.promises.writeFile(o,JSON.stringify(d,null,2),"utf-8"),r.name!==void 0&&(n.name=r.name),r.description!==void 0&&(n.description=r.description),r.version!==void 0&&(n.version=r.version),r.variables!==void 0&&(n.variables=r.variables),r.auth!==void 0&&(n.auth=r.auth)}async saveItem(e,r,n){let i=this.load(e);if(!i)throw new Error(`Collection ${e} not found`);let s=this.idToSlugMap.get(e);if(!s)throw new Error(`Collection slug not found for ${e}`);let o;if(n){let m=this.findItemPath(e,n);if(!m)throw new Error(`Parent folder ${n} not found`);o=m}else o=ke.join(this.collectionsDir,s);let l=this.idToSlugMap.get(r.id);if(!l){let m=Ce.readdirSync(o).filter(g=>Ce.statSync(ke.join(o,g)).isDirectory()&&g!==Mr);l=rn(r.name,m),this.idToSlugMap.set(r.id,l),this.slugToIdMap.set(l,r.id)}let f=ke.join(o,l);await Ce.promises.mkdir(f,{recursive:!0}),r.type==="folder"?await this.saveFolderToDir(f,r):await this.saveRequestToDir(f,r);let d=this.findItemById(i.items,r.id);if(d)Object.assign(d,r);else if(n){let m=this.findItemById(i.items,n);m&&m.type==="folder"&&(m.items=m.items||[],m.items.push(r))}else i.items.push(r)}async deleteItem(e,r){let n=this.load(e);if(!n)return!1;let i=this.findItemPath(e,r);if(!i||!Ce.existsSync(i))return!1;try{await Ce.promises.rm(i,{recursive:!0,force:!0}),this.deleteItemFromTree(n.items,r);let s=this.idToSlugMap.get(r);return s&&(this.slugToIdMap.delete(s),this.idToSlugMap.delete(r)),!0}catch(s){return console.error(`[FolderCollectionStore] Failed to delete item ${r}:`,s),!1}}async updateItem(e,r,n){let i=this.load(e);if(!i)return!1;let s=this.findItemPath(e,r);if(!s)return!1;let o=this.findItemById(i.items,r);if(!o)return!1;let{id:l,type:f,items:d,...m}=n;return Object.assign(o,m),o.type==="folder"?await this.saveFolderToDir(s,o):await this.saveRequestToDir(s,o),!0}async moveItem(e,r,n){let i=this.load(e);if(!i)return!1;let s=this.idToSlugMap.get(e);if(!s)return!1;let o=this.findItemPath(e,r);if(!o||!Ce.existsSync(o))return!1;let l;if(n){let m=this.findItemPath(e,n);if(!m)return!1;l=m}else l=ke.join(this.collectionsDir,s);let f=this.idToSlugMap.get(r);if(!f)return!1;let d=ke.join(l,f);if(Ce.existsSync(d))return!1;try{await Ce.promises.rename(o,d);let m=this.findItemById(i.items,r);if(m){let g=m.type==="folder"?{...m,items:m.items?[...m.items]:[]}:{...m};if(this.deleteItemFromTree(i.items,r),n){let y=this.findItemById(i.items,n);y&&y.type==="folder"&&(y.items=y.items||[],y.items.push(g))}else i.items.push(g)}return!0}catch(m){return console.error(`[FolderCollectionStore] Failed to move item ${r}:`,m),!1}}async reorderItems(e,r,n){let i=this.load(e);if(!i)return!1;let s=this.idToSlugMap.get(e);if(!s)return!1;let o=[];for(let l of n){let f=this.idToSlugMap.get(l);f&&o.push(f)}try{if(r){let l=this.findItemPath(e,r);if(!l)return!1;let f=ke.join(l,or.folder),d=Ce.readFileSync(f,"utf-8"),m=JSON.parse(d);m.order=o,await Ce.promises.writeFile(f,JSON.stringify(m,null,2),"utf-8");let g=this.findItemById(i.items,r);g&&g.type==="folder"&&g.items&&(g.items=this.sortItemsByOrder(g.items,n))}else{let l=ke.join(this.collectionsDir,s,or.collection),f=Ce.readFileSync(l,"utf-8"),d=JSON.parse(f);d.order=o,await Ce.promises.writeFile(l,JSON.stringify(d,null,2),"utf-8"),i.items=this.sortItemsByOrder(i.items,n)}return!0}catch(l){return console.error("[FolderCollectionStore] Failed to reorder items:",l),!1}}sortItemsByOrder(e,r){return Nb(e,r)}findItemPath(e,r){let n=this.idToSlugMap.get(e);if(!n)return;let i=ke.join(this.collectionsDir,n),s=dh(i,r);if(s)return s;let o=this.load(e);if(o){let f=this.buildSlugPath(o.items,r);if(f)return ke.join(i,...f)}let l=this.idToSlugMap.get(r);if(l)return fh(i,l)}buildSlugPath(e,r){for(let n of e){let i=this.idToSlugMap.get(n.id);if(i){if(n.id===r)return[i];if(n.type==="folder"&&n.items){let s=this.buildSlugPath(n.items,r);if(s)return[i,...s]}}}}findItemById(e,r){return ch(e,r)}deleteItemFromTree(e,r){return uh(e,r)}}});var ut,jl=ae(()=>{"use strict";ut=class{static parseSetCookie(e,r){let n=e.split(";").map(m=>m.trim());if(n.length===0)return null;let[i,...s]=n,o=i.indexOf("=");if(o===-1)return null;let l=i.substring(0,o).trim(),f=i.substring(o+1).trim(),d={name:l,value:f,domain:r};for(let m of s){let g=m.indexOf("="),y=(g===-1?m:m.substring(0,g)).toLowerCase(),w=g===-1?"":m.substring(g+1);switch(y){case"domain":d.domain=w.startsWith(".")?w.substring(1):w;break;case"path":d.path=w;break;case"expires":d.expires=w;break;case"max-age":d.maxAge=parseInt(w,10);break;case"httponly":d.httpOnly=!0;break;case"secure":d.secure=!0;break;case"samesite":d.sameSite=w;break}}return d}static parseCookieHeaders(e,r){let n=[],i=e["set-cookie"]||e["Set-Cookie"];if(!i)return n;let s=Array.isArray(i)?i:[i];for(let o of s){let l=this.parseSetCookie(o,r);l&&n.push(l)}return n}static formatCookieHeader(e){return e.map(r=>`${r.name}=${r.value}`).join("; ")}static isExpired(e){return!!(e.expires&&new Date(e.expires).getTime()<Date.now()||e.maxAge!==void 0&&e.maxAge<=0)}static domainMatches(e,r){if(r==="*")return!0;let n=e.toLowerCase().split(".").reverse(),i=r.toLowerCase().split(".").reverse();if(i.length>n.length)return!1;for(let s=0;s<i.length;s++)if(i[s]!==n[s])return!1;return!0}static extractDomain(e){try{return new URL(e).hostname}catch{return""}}static extractPath(e){try{return new URL(e).pathname}catch{return"/"}}}});function Yu(t){let e=t.toLowerCase();return e==="_global.json"||e==="_global.local.json"||e.endsWith(".local.json")}function Hl(t){if(!Ms.existsSync(t))return ML();let e=hh(Xo.join(t,"_global.json"))||{},r=e.globalVariables||e.variables||{},n=e.defaultHeaders||{},i=Ms.readdirSync(t).filter(d=>d.endsWith(".json")).filter(d=>!d.endsWith(".local.json")).filter(d=>!Yu(d)),s={};for(let d of i){let m=hh(Xo.join(t,d))||{},g=Xo.basename(d,".json");s[g]={description:m.description,requiresConfirmation:m.requiresConfirmation,variables:m.variables||{},secretVariables:m.secretVariables}}let l=(hh(Xo.join(t,"_global.local.json"))||{}).variables||{},f={};for(let d of Object.keys(s)){let m=Xo.join(t,`${d}.local.json`);if(Ms.existsSync(m)){let g=hh(m)||{};f[d]={variables:g.variables||{}}}}return{globalVariables:r,defaultHeaders:n,environments:s,localVariables:l,localCredentials:f}}function ML(){return{globalVariables:{},defaultHeaders:{},environments:{},localVariables:{},localCredentials:{}}}function hh(t){try{if(!Ms.existsSync(t))return null;let e=Ms.readFileSync(t,"utf-8");return JSON.parse(e)}catch(e){return console.error(`[environment-file-loader] Failed to load JSON from ${t}:`,e),null}}var Ms,Xo,mh=ae(()=>{"use strict";Ms=he(require("fs")),Xo=he(require("path"))});var bn,Bl=ae(()=>{"use strict";bn=class{buildUrl(e,r={},n={}){let i=e;return i=this.replacePathParams(i,r),i=this.appendQueryParams(i,n),i}replacePathParams(e,r){let n="",i="",s=e,o="",l=e.indexOf("?");l!==-1&&(o=e.substring(l),s=e.substring(0,l));let f=s.match(/^(https?:\/\/)([^\/]*)(\/.*)?$/);f&&(n=f[1],i=f[2],s=f[3]||"/");let d=/:(\w+)(?:\([^)]*\))?(\?)?/g,m=s.replace(d,(g,y,w)=>{let C=r[y];return C!==void 0&&C!==""?encodeURIComponent(C):w?"":(console.warn(`[UrlBuilder] Missing required path parameter: ${y}`),g)});return m=m.replace(/([^:])\/+/g,"$1/"),m.length>1&&m.endsWith("/")&&(m=m.slice(0,-1)),`${n}${i}${m}${o}`}extractPathParams(e){let r=/:(\w+)(?:\([^)]*\))?(\?)?/g,n=[],i;for(;(i=r.exec(e))!==null;)n.push(i[1]);return[...new Set(n)]}appendQueryParams(e,r){let n=e,i={};if(e.includes("?")){let[f,d]=e.split("?");n=f,d&&new URLSearchParams(d).forEach((g,y)=>{i[y]=g})}let s={...i,...r},o=new URLSearchParams;for(let[f,d]of Object.entries(s))d!=null&&o.append(f,d);let l=o.toString();return l?`${n}?${l}`:n}}});function rE(t,e=0){return(Zt[t[e+0]]+Zt[t[e+1]]+Zt[t[e+2]]+Zt[t[e+3]]+"-"+Zt[t[e+4]]+Zt[t[e+5]]+"-"+Zt[t[e+6]]+Zt[t[e+7]]+"-"+Zt[t[e+8]]+Zt[t[e+9]]+"-"+Zt[t[e+10]]+Zt[t[e+11]]+Zt[t[e+12]]+Zt[t[e+13]]+Zt[t[e+14]]+Zt[t[e+15]]).toLowerCase()}var Zt,nE=ae(()=>{Zt=[];for(let t=0;t<256;++t)Zt.push((t+256).toString(16).slice(1))});function Lb(){return crypto.getRandomValues(NL)}var NL,iE=ae(()=>{NL=new Uint8Array(16)});function DL(t,e,r){return!e&&!t&&crypto.randomUUID?crypto.randomUUID():FL(t,e,r)}function FL(t,e,r){t=t||{};let n=t.random??t.rng?.()??Lb();if(n.length<16)throw new Error("Random bytes length must be >= 16");if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,e){if(r=r||0,r<0||r+16>e.length)throw new RangeError(`UUID byte range ${r}:${r+15} is out of buffer bounds`);for(let i=0;i<16;++i)e[r+i]=n[i];return e}return rE(n)}var Vl,sE=ae(()=>{iE();nE();Vl=DL});var jb=ae(()=>{sE()});function LL(t=0,e=999){return Math.floor(Math.random()*(e-t+1))+t}function jL(){return Date.now()}function oE(){return Vl()}function UL(){return Vl()}function aE(t=10){let e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r="";for(let n=0;n<t;n++)r+=e.charAt(Math.floor(Math.random()*e.length));return r}function HL(){let t=aE(8).toLowerCase(),e=["example.com","test.org","mail.dev","sample.net"];return`${t}@${e[Math.floor(Math.random()*e.length)]}`}function BL(){return Math.random()<.5}function VL(t=10){let e="0123456789abcdef",r="";for(let n=0;n<t;n++)r+=e.charAt(Math.floor(Math.random()*e.length));return r}function WL(){return Math.floor(Date.now()/1e3)}function zL(){return new Date().toISOString()}function JL(){return new Date().toISOString().split("T")[0]}function YL(){return new Date().toISOString().split("T")[1].split(".")[0]}function GL(){return new Date().toISOString()}function KL(t=""){return Buffer.from(String(t)).toString("base64")}function QL(t=""){return Buffer.from(String(t),"base64").toString("utf-8")}function ZL(t=""){return encodeURIComponent(String(t))}function XL(t=""){return decodeURIComponent(String(t))}function ej(t){return t?t.split(",").map(e=>{let r=e.trim(),n=Number(r);return!isNaN(n)&&r!==""?n:r.startsWith('"')&&r.endsWith('"')||r.startsWith("'")&&r.endsWith("'")?r.slice(1,-1):r}):[]}function bi(t,e){let r=Ub[t];return r?e&&e.length>0?r(...e):r():null}function lE(t){return!t||typeof t!="string"?t:t.replace(/\{\{\$([a-zA-Z_][a-zA-Z0-9_]*)(?:\(([^)]*)\))?\}\}/g,(e,r,n)=>{try{let i=n?ej(n):void 0,s=bi(r,i);return s===null?e:String(s)}catch{return e}})}function Ns(t,e){let r=/\$([a-zA-Z_][a-zA-Z0-9_]*)/g,n=null,i;for(;(i=r.exec(t))!==null;){let s=i[0],o=i[1];if(!(s in e)){let l=bi(o);l!==null&&(n||(n={...e}),n[s]=l)}}return n??e}var Ub,gh=ae(()=>{"use strict";jb();Ub={randomInt:LL,timestamp:jL,guid:UL,uuid:oE,randomUUID:oE,randomString:aE,randomHexadecimal:VL,randomEmail:HL,randomBoolean:BL,isoTimestamp:GL,timestamp_s:WL,datetime:zL,date:JL,time:YL,base64Encode:KL,base64Decode:QL,urlEncode:ZL,urlDecode:XL}});function Ds(t){let e=t.trim();return!e||/^(\$?)[a-zA-Z_][a-zA-Z0-9_]*(\([^)]*\))?$/.test(e)||/(?<!\|)\|(?!\|)/.test(e)?!1:/[+\-*/%<>=!&|?:~^()[\]{}.,`]/.test(e)}function Fs(t,e={}){try{let r={...e,Math,Date,JSON,Number,String,Boolean,Array,Object,parseInt,parseFloat,isNaN,isFinite,encodeURIComponent,decodeURIComponent,encodeURI,decodeURI,undefined:void 0,null:null,true:!0,false:!1,NaN:NaN,Infinity:1/0},n=yh.createContext(r);return yh.runInContext(t,n,{timeout:tj,displayErrors:!1})}catch{return}}var yh,tj,vh=ae(()=>{"use strict";yh=he(require("vm")),tj=100});function rj(t){if(typeof t=="string"&&t.charCodeAt(0)===30)try{return JSON.parse(t.slice(1))}catch{return t}return t}function Wl(t){if(!t||!t.includes("|"))return null;let e=nj(t);if(e.length<2)return null;let r=e[0].trim(),n=[];for(let i=1;i<e.length;i++){let s=e[i].trim();if(!s)continue;let o=ij(s);o&&n.push(o)}return n.length===0?null:{input:r,filters:n}}function nj(t){let e=[],r="",n=0,i=!1,s=!1;for(let o=0;o<t.length;o++){let l=t[o],f=o>0?t[o-1]:"",d=o<t.length-1?t[o+1]:"";if(f==="\\"){r+=l;continue}if(l==="'"&&!s)i=!i;else if(l==='"'&&!i)s=!s;else if(l==="("&&!i&&!s)n++;else if(l===")"&&!i&&!s)n--;else if(l==="|"&&n===0&&!i&&!s){if(d==="|"){r+="||",o++;continue}e.push(r),r="";continue}r+=l}return r&&e.push(r),e}function ij(t){let e=t.indexOf("(");if(e===-1)return{name:t.trim(),args:[]};let r=t.substring(0,e).trim(),n=t.substring(e+1,t.lastIndexOf(")"));return{name:r,args:sj(n)}}function sj(t){if(!t||!t.trim())return[];let e=[],r="",n=!1,i=!1;for(let s=0;s<t.length;s++){let o=t[s];if((s>0?t[s-1]:"")==="\\"){r+=o;continue}if(o==="'"&&!i){n=!n,r+=o;continue}else if(o==='"'&&!n){i=!i,r+=o;continue}else if(o===","&&!n&&!i){e.push(r.trim()),r="";continue}r+=o}return r.trim()&&e.push(r.trim()),e}function Pt(t,e){if(t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'"))return t.slice(1,-1);let r=Number(t);if(!isNaN(r)&&t!=="")return r;if(t==="true")return!0;if(t==="false")return!1;if(e&&t in e){let n=rj(e[t]),i=Number(n);return!isNaN(i)&&n!==""?i:n}return t}function zl(t,e,r={}){let n=t;for(let i of e)n=oj(n,i.name,i.args,r);return n}function oj(t,e,r,n){switch(e){case"upper":return String(t).toUpperCase();case"lower":return String(t).toLowerCase();case"trim":return String(t).trim();case"length":return Array.isArray(t)?t.length:String(t).length;case"substring":{let i=Pt(r[0],n),s=r[1]!==void 0?Pt(r[1],n):void 0;return String(t).substring(i<0?String(t).length+i:i,s!==void 0?s<0?String(t).length+s:s:void 0)}case"replace":{let i=r[0]!==void 0?String(Pt(r[0],n)):"",s=r[1]!==void 0?String(Pt(r[1],n)):"";return String(t).replace(new RegExp(lj(i),"g"),s)}case"split":{let i=r[0]!==void 0?String(Pt(r[0],n)):",";return String(t).split(i)}case"join":{let i=r[0]!==void 0?String(Pt(r[0],n)):",";return Array.isArray(t)?t.join(i):String(t)}case"removeQuotes":return String(t).replace(/["']/g,"");case"removeSpaces":return String(t).replace(/\s/g,"");case"format":{let i=r[0]!==void 0?String(Pt(r[0],n)):"{0}";i=i.replace("{0}",String(t));for(let s=1;s<r.length;s++){let o=Pt(r[s],n);i=i.replace(`{${s}}`,String(o))}return i}case"add":{let i=Pt(r[0],n);return Number(t)+i}case"subtract":{let i=Pt(r[0],n);return Number(t)-i}case"multiply":{let i=Pt(r[0],n);return Number(t)*i}case"abs":return Math.abs(Number(t));case"btoa":return Buffer.from(String(t)).toString("base64");case"atob":return Buffer.from(String(t),"base64").toString("utf-8");case"urlEncode":return encodeURIComponent(String(t));case"urlDecode":return decodeURIComponent(String(t));case"hash":{let i=String(r[0]!==void 0?Pt(r[0],n):"md5").toLowerCase(),s=String(r[1]!==void 0?Pt(r[1],n):"base64"),l={md5:"md5",sha1:"sha1",sha256:"sha256",sha512:"sha512"}[i]||"md5";return bh.createHash(l).update(String(t)).digest(s)}case"hmac":{let i=r[0]?String(Pt(r[0],n)):"",s=String(r[1]!==void 0?Pt(r[1],n):"sha256").toLowerCase(),o=String(r[2]!==void 0?Pt(r[2],n):"base64"),f={md5:"md5",sha1:"sha1",sha256:"sha256",sha512:"sha512"}[s]||"sha256";return bh.createHmac(f,i).update(String(t)).digest(o)}case"first":return Array.isArray(t)?t[0]:t;case"last":return Array.isArray(t)?t[t.length-1]:t;case"at":{let i=Pt(r[0],n);return Array.isArray(t)?t.at(i):t}case"slice":{let i=Pt(r[0],n),s=r[1]!==void 0?Pt(r[1],n):void 0;return Array.isArray(t)?t.slice(i,s):String(t).slice(i,s)}case"unique":return Array.isArray(t)?[...new Set(t)]:t;case"filter":return!Array.isArray(t)||!r[0]?t:aj(t,r[0],n);case"map":{if(!Array.isArray(t))return t;let i=r.map(s=>String(Pt(s,n)));return i.length===1?t.map(s=>Gu(s,i[0])):t.map(s=>{let o={};for(let l of i){let f=Gu(s,l);f!==void 0&&(o[l]=f)}return o})}case"prop":{let i=r[0]!==void 0?String(Pt(r[0],n)):"";if(Array.isArray(t)){let s=t.map(o=>Gu(o,i)).filter(o=>o!==void 0);return s.length===1?s[0]:s.join(",")}return t&&typeof t=="object"?Gu(t,i):t}case"parseJSON":try{return JSON.parse(String(t))}catch{return t}case"stringify":try{return JSON.stringify(t)}catch{return String(t)}case"isEmail":return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(String(t));case"isUrl":try{return new URL(String(t)),!0}catch{return!1}case"setIfValue":return t||void 0;case"setNull":return t===null?null:t;default:return t}}function aj(t,e,r){let n=e.match(/^([\w.]+)\s*(>=|<=|!=|\*=|\^=|\$=|>|<|=)\s*(.+)$/);if(!n)return t;let[,i,s,o]=n,l=Pt(o,r);return t.filter(f=>{let d=Gu(f,i);if(d===void 0)return!1;switch(s){case">":return Number(d)>Number(l);case">=":return Number(d)>=Number(l);case"<":return Number(d)<Number(l);case"<=":return Number(d)<=Number(l);case"=":return String(d)===String(l);case"!=":return String(d)!==String(l);case"*=":return String(d).includes(String(l));case"^=":return String(d).startsWith(String(l));case"$=":return String(d).endsWith(String(l));default:return!0}})}function Gu(t,e){if(!(!t||typeof t!="object"))return e in t?t[e]:e.split(".").reduce((r,n)=>r?.[n],t)}function lj(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var bh,Sh=ae(()=>{"use strict";bh=he(require("crypto"))});function cE(t,e){if(t)return t.split(",").map(r=>{let n=r.trim();if(n.startsWith('"')&&n.endsWith('"')||n.startsWith("'")&&n.endsWith("'"))return n.slice(1,-1);let i=Number(n);if(!isNaN(i)&&n!=="")return i;if(e&&n in e){let s=e[n],o=Number(s);return!isNaN(o)&&s!==""?o:s}return n})}function uE(t){return new Ls(t)}var Ls,js,Ku=ae(()=>{"use strict";gh();vh();Sh();Ls=class{allVariables;constructor(e){this.allVariables={...e.globals,...e.collectionVariables,...e.environmentVariables,...e.variables}}resolveString(e,r=!1){if(typeof e!="string")return e;if(!r)return e.replace(/\{\{((?:[^}]|\}(?!\}))+)\}\}/g,(l,f)=>this.resolveTemplateContent(f.trim(),this.allVariables,l));let n="",i=0,s=/\{\{((?:[^}]|\}(?!\}))+)\}\}/g,o;for(;(o=s.exec(e))!==null;){let l=o[1].trim(),f=this.resolveTemplateContent(l,this.allVariables,o[0]);if(f!==o[0]){n+=e.slice(i,o.index);let d=this.getStringContext(e,o.index);n+=d?this.escapeForString(String(f),d):String(f)}else n+=e.slice(i,o.index+o[0].length);i=o.index+o[0].length}return n+=e.slice(i),n}resolveStringWithExtra(e,r,n=!1){if(typeof e!="string")return e;let i={...this.allVariables,...r};if(!n)return e.replace(/\{\{((?:[^}]|\}(?!\}))+)\}\}/g,(d,m)=>this.resolveTemplateContent(m.trim(),i,d));let s="",o=0,l=/\{\{((?:[^}]|\}(?!\}))+)\}\}/g,f;for(;(f=l.exec(e))!==null;){let d=f[1].trim(),m=this.resolveTemplateContent(d,i,f[0]);if(m!==f[0]){s+=e.slice(o,f.index);let g=this.getStringContext(e,f.index);s+=g?this.escapeForString(String(m),g):String(m)}else s+=e.slice(o,f.index+f[0].length);o=f.index+f[0].length}return s+=e.slice(o),s}resolveObject(e,r=!1){if(typeof e=="string")return this.resolveString(e,r);if(Array.isArray(e))return e.map(n=>this.resolveObject(n,r));if(e!==null&&typeof e=="object"){let n={};for(let[i,s]of Object.entries(e))n[i]=this.resolveObject(s,r);return n}return e}resolveObjectWithExtra(e,r,n=!1){if(typeof e=="string")return this.resolveStringWithExtra(e,r,n);if(Array.isArray(e))return e.map(i=>this.resolveObjectWithExtra(i,r,n));if(e!==null&&typeof e=="object"){let i={};for(let[s,o]of Object.entries(e))i[s]=this.resolveObjectWithExtra(o,r,n);return i}return e}resolveTemplateContent(e,r,n){let i=e.match(/^\$([a-zA-Z_][a-zA-Z0-9_]*)(?:\(([^)]*)\))?$/);if(i){let l=cE(i[2],r),f=bi(i[1],l);return f!==null?String(f):n}let s=Wl(e);if(s){let l=this.resolveFilterInput(s.input,r);if(l!==void 0){let f=zl(l,s.filters,r);return f!==void 0?String(f):n}return n}let o=e.match(/^([a-zA-Z_][a-zA-Z0-9_]*)(\[.+\]|\..+)$/);if(o){let l=o[1];if(r[l]!==void 0){let f=this.deserializeValue(r[l]),d=o[2],m=this.resolvePropertyAccess(f,d);if(m!==void 0)return typeof m=="object"?JSON.stringify(m):String(m)}}if(r[e]!==void 0){let l=r[e];return typeof l=="string"&&l.charCodeAt(0)===30?l.slice(1):String(l)}if(Ds(e)){let l=this.deserializeVariables(r),f=Ns(e,l),d=Fs(e,f);if(d!==void 0)return String(d)}return n}resolveFilterInput(e,r){if(e==="@")return"";if(e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"))return e.slice(1,-1);let n=e.match(/^\$([a-zA-Z_][a-zA-Z0-9_]*)(?:\(([^)]*)\))?$/);if(n){let s=cE(n[2],r),o=bi(n[1],s);return o!==null?o:void 0}let i=e.match(/^([a-zA-Z_][a-zA-Z0-9_]*)(\[.+\]|\..+)$/);if(i){let s=i[1];if(r[s]!==void 0){let o=this.deserializeValue(r[s]),l=this.resolvePropertyAccess(o,i[2]);if(l!==void 0)return l}}if(r[e]!==void 0)return this.deserializeValue(r[e]);if(Ds(e)){let s=this.deserializeVariables(r),o=Ns(e,s),l=Fs(e,o);if(l!==void 0)return l}}deserializeValue(e){if(typeof e=="string"&&e.charCodeAt(0)===30)try{return JSON.parse(e.slice(1))}catch{return e}return e}deserializeVariables(e){let r={};for(let[n,i]of Object.entries(e))r[n]=this.deserializeValue(i);return r}resolvePropertyAccess(e,r){let n=e,i=/\[(\d+|"[^"]*"|'[^']*')\]|\.([a-zA-Z_][a-zA-Z0-9_]*)/g,s;for(;(s=i.exec(r))!==null;){if(n==null)return;if(s[1]!==void 0){let o=s[1];/^\d+$/.test(o)?n=n[Number(o)]:n=n[o.slice(1,-1)]}else s[2]!==void 0&&(n=n[s[2]])}return n}escapeForString(e,r){let n=e.replace(/\\/g,"\\\\");return r==='"'?n=n.replace(/"/g,'\\"'):n=n.replace(/'/g,"\\'"),n.replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t")}getStringContext(e,r){let n=null;for(let i=0;i<r;i++){let s=e[i];(i>0?e[i-1]:"")!=="\\"&&(s==='"'||s==="'")&&(n===null?n=s:n===s&&(n=null))}return n}},js=class{interpolate(e,r){return!e||typeof e!="string"?e:new Ls({globals:{},collectionVariables:{},environmentVariables:{},variables:r}).resolveString(e,!0)}extractVariables(e){if(!e||typeof e!="string")return[];let r=[],n,i=/\{\{((?:[^}]|\}(?!\}))+)\}\}/g;for(;(n=i.exec(e))!==null;){let s=n[1].trim();!s.startsWith("$")&&!s.includes("|")&&/^[a-zA-Z_]\w*$/.test(s)&&(r.includes(s)||r.push(s))}return r}interpolateObject(e,r){if(e==null)return e;if(typeof e=="string")return this.interpolate(e,r);if(Array.isArray(e))return e.map(n=>this.interpolateObject(n,r));if(typeof e=="object"){let n={};for(let[i,s]of Object.entries(e))n[i]=this.interpolateObject(s,r);return n}return e}}});var cj,Qu,Hb,wh,Sn,Us,Zu=ae(()=>{"use strict";cj=he(require("http")),Qu=he(require("https")),Hb=require("url"),wh=he(require("zlib")),Sn={timeout:3e4,followRedirects:!0,followOriginalMethod:!1,followAuthHeader:!1,maxRedirects:10,strictSSL:!0,decompress:!0,includeCookies:!1},Us=class{settings;version;constructor(e){this.settings={...Sn,...e};try{this.version=require("../../package.json").version||"0.0.0"}catch{this.version="0.0.0"}this.settings.strictSSL===!1&&console.log("[NodeHttpClient] SSL verification disabled (strictSSL: false)")}async send(e){let r=this.mergeSettings(e.settings);return await this.executeInternal(e,r,0)}mergeSettings(e){return{timeout:e?.timeout??this.settings.timeout,followRedirects:e?.followRedirects??this.settings.followRedirects,followOriginalMethod:e?.followOriginalMethod??this.settings.followOriginalMethod,followAuthHeader:e?.followAuthHeader??this.settings.followAuthHeader,maxRedirects:e?.maxRedirects??this.settings.maxRedirects,strictSSL:e?.strictSSL??this.settings.strictSSL,decompress:e?.decompress??this.settings.decompress,includeCookies:e?.includeCookies??this.settings.includeCookies}}async executeInternal(e,r,n,i){let s=Date.now(),o=new Hb.URL(e.url),l=o.protocol==="https:",f=this.sanitizeHeaders(e.headers||{});Object.keys(f).some(g=>g.toLowerCase()==="user-agent")||(f["User-Agent"]=`HttpForge/${this.version}`);let m={hostname:o.hostname,port:o.port||(l?443:80),path:o.pathname+o.search,method:e.method,headers:{...f},timeout:r.timeout||void 0};return r.decompress&&!f["accept-encoding"]&&!f["Accept-Encoding"]&&(m.headers["Accept-Encoding"]="gzip, deflate"),l&&(m.rejectUnauthorized=r.strictSSL,r.strictSSL?m.agent=Qu.globalAgent:m.agent=new Qu.Agent({rejectUnauthorized:!1})),new Promise((g,y)=>{if(i?.aborted){let R=new Error("Request cancelled");R.name="AbortError",y(R);return}let C=(l?Qu:cj).request(m,async R=>{let P=R.statusCode||0;if(r.followRedirects&&[301,302,303,307,308].includes(P)){if(n>=r.maxRedirects){y(new Error(`Maximum redirects (${r.maxRedirects}) exceeded`));return}let U=R.headers.location;if(!U){y(new Error("Redirect response missing Location header"));return}let B=new Hb.URL(U,e.url).toString(),z=e.method;!r.followOriginalMethod&&[301,302,303].includes(P)&&(z="GET");let V={...e.headers};r.followAuthHeader||(delete V.authorization,delete V.Authorization);try{let X=await this.executeInternal({...e,url:B,method:z,headers:V,body:z==="GET"?void 0:e.body},r,n+1,i),T=Date.now();X.time=T-s,g(X)}catch(X){y(X)}return}let A=[];R.on("data",U=>A.push(U)),R.on("end",()=>{let U=Date.now(),B=Buffer.concat(A),z=R.headers["content-encoding"];if(r.decompress&&z)try{z==="gzip"?B=wh.gunzipSync(B):z==="deflate"&&(B=wh.inflateSync(B))}catch(k){console.warn("[NodeHttpClient] Decompression failed:",k)}let V=B.toString("utf-8"),X;try{X=JSON.parse(V)}catch{X=V}let T={};for(let[k,M]of Object.entries(R.headers))(typeof M=="string"||Array.isArray(M))&&(T[k]=M);let _=this.parseCookies(R.headers["set-cookie"],o.hostname);g({status:R.statusCode||0,statusText:R.statusMessage||"",headers:T,cookies:_,body:X,time:U-s,size:B.length})})});if(i&&i.addEventListener("abort",()=>{C.destroy();let R=new Error("Request cancelled");R.name="AbortError",y(R)}),C.on("error",R=>{y(R)}),C.on("timeout",()=>{C.destroy(),y(new Error("Request timeout"))}),e.body!==void 0&&e.body!==null){let R=typeof e.body=="string"?e.body:JSON.stringify(e.body);C.write(R)}C.end()})}sanitizeHeaderValue(e){return e?String(e).replace(/[\u201C\u201D\u201E\u201F\u2033\u2036]/g,'"').replace(/[\u2018\u2019\u201A\u201B\u2032\u2035]/g,"'").replace(/[\x00-\x08\x0A-\x1F\x7F]/g,""):""}sanitizeHeaders(e){let r={};for(let[n,i]of Object.entries(e))r[n]=this.sanitizeHeaderValue(String(i));return r}parseCookies(e,r){return e?e.map(n=>{let i=n.split(";").map(m=>m.trim()),[s,...o]=i,[l,f]=s.split("="),d={name:l.trim(),value:f?.trim()||"",domain:r};for(let m of o){let[g,y]=m.split("=");switch(g.toLowerCase().trim()){case"domain":d.domain=y?.trim();break;case"path":d.path=y?.trim();break;case"expires":d.expires=y?.trim();break;case"httponly":d.httpOnly=!0;break;case"secure":d.secure=!0;break}}return d}):[]}}});function _h(t){return{timeout:t?.timeout??Sn.timeout,followRedirects:t?.followRedirects??Sn.followRedirects,followOriginalMethod:t?.followOriginalMethod??Sn.followOriginalMethod,followAuthHeader:t?.followAuthHeader??Sn.followAuthHeader,maxRedirects:t?.maxRedirects??Sn.maxRedirects,strictSSL:t?.strictSSL??Sn.strictSSL,decompress:t?.decompress??Sn.decompress,includeCookies:t?.includeCookies??Sn.includeCookies}}var Bb=ae(()=>{"use strict";Zu()});var Si,Xu=ae(()=>{"use strict";Bb();Si=class{constructor(e,r,n){this.urlBuilder=e;this.interceptors=r;this.httpClient=n}urlBuilder;interceptors;httpClient;async execute(e){let r=_h(e.settings),n={},i;try{i=await this.interceptors.executeRequestInterceptors(e,n)}catch(s){let o=await this.interceptors.executeErrorInterceptors(s,e,n);if(o)return o;throw s}try{let s=await this.httpClient.send({...i,settings:r});return await this.interceptors.executeResponseInterceptors(s,i,n)}catch(s){let o=await this.interceptors.executeErrorInterceptors(s,i,n);if(o)return o;throw s}}buildUrl(e,r={},n={}){return this.urlBuilder.buildUrl(e,r,n)}}});var wi,Rh,xh,Ch,ef=ae(()=>{"use strict";wi=class{requestInterceptors=[];responseInterceptors=[];errorInterceptors=[];addRequestInterceptor(e){return this.requestInterceptors.push(e),this.sortByPriority(this.requestInterceptors),this}addResponseInterceptor(e){return this.responseInterceptors.push(e),this.sortByPriority(this.responseInterceptors),this}addErrorInterceptor(e){return this.errorInterceptors.push(e),this.sortByPriority(this.errorInterceptors),this}removeRequestInterceptor(e){let r=this.requestInterceptors.findIndex(n=>n.name===e);return r>=0?(this.requestInterceptors.splice(r,1),!0):!1}removeResponseInterceptor(e){let r=this.responseInterceptors.findIndex(n=>n.name===e);return r>=0?(this.responseInterceptors.splice(r,1),!0):!1}removeErrorInterceptor(e){let r=this.errorInterceptors.findIndex(n=>n.name===e);return r>=0?(this.errorInterceptors.splice(r,1),!0):!1}async executeRequestInterceptors(e,r){let n=e;for(let i of this.requestInterceptors)try{n=await i.intercept(n,r)}catch(s){throw console.error(`[InterceptorChain] Request interceptor '${i.name}' failed:`,s),s}return n}async executeResponseInterceptors(e,r,n){let i=e;for(let s of this.responseInterceptors)try{i=await s.intercept(i,r,n)}catch(o){throw console.error(`[InterceptorChain] Response interceptor '${s.name}' failed:`,o),o}return i}async executeErrorInterceptors(e,r,n){for(let i of this.errorInterceptors)try{let s=await i.handle(e,r,n);if(s)return s}catch(s){console.error(`[InterceptorChain] Error interceptor '${i.name}' failed:`,s)}}clear(){this.requestInterceptors=[],this.responseInterceptors=[],this.errorInterceptors=[]}getRegisteredInterceptors(){return{request:this.requestInterceptors.map(e=>e.name),response:this.responseInterceptors.map(e=>e.name),error:this.errorInterceptors.map(e=>e.name)}}sortByPriority(e){e.sort((r,n)=>(r.priority??100)-(n.priority??100))}},Rh=class{name="logging";priority=1e3;intercept(e,r){return e}},xh=class{name="timing";priority=1;intercept(e,r,n){return e}},Ch=class{name="retry";priority=1;maxRetries;retryableErrors;constructor(e=3,r=["ECONNRESET","ETIMEDOUT"]){this.maxRetries=e,this.retryableErrors=r}handle(e,r,n){let i=this.retryableErrors.some(s=>e.message.includes(s))}}});var fE=F((Jl,tf)=>{(function(){var t,e="4.18.1",r=200,n="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",i="Expected a function",s="Invalid `variable` option passed into `_.template`",o="Invalid `imports` option passed into `_.template`",l="__lodash_hash_undefined__",f=500,d="__lodash_placeholder__",m=1,g=2,y=4,w=1,C=2,R=1,P=2,A=4,U=8,B=16,z=32,V=64,X=128,T=256,_=512,k=30,M="...",j=800,$=16,Y=1,K=2,ne=3,ue=1/0,tt=9007199254740991,Re=17976931348623157e292,me=NaN,Ee=4294967295,vt=Ee-1,Ot=Ee>>>1,ce=[["ary",X],["bind",R],["bindKey",P],["curry",U],["curryRight",B],["flip",_],["partial",z],["partialRight",V],["rearg",T]],hr="[object Arguments]",ai="[object Array]",Rt="[object AsyncFunction]",Jr="[object Boolean]",Or="[object Date]",ht="[object DOMException]",mt="[object Error]",an="[object Function]",bo="[object GeneratorFunction]",Jt="[object Map]",So="[object Number]",hy="[object Null]",kn="[object Object]",zd="[object Promise]",Jd="[object Proxy]",Yt="[object RegExp]",mr="[object Set]",wo="[object String]",Ja="[object Symbol]",Yd="[object Undefined]",Ht="[object WeakMap]",Gd="[object WeakSet]",$i="[object ArrayBuffer]",Tn="[object DataView]",ot="[object Float32Array]",Ya="[object Float64Array]",Ga="[object Int8Array]",hs="[object Int16Array]",_o="[object Int32Array]",ms="[object Uint8Array]",li="[object Uint8ClampedArray]",gs="[object Uint16Array]",cu="[object Uint32Array]",Ka=/\b__p \+= '';/g,my=/\b(__p \+=) '' \+/g,Ro=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Mi=/&(?:amp|lt|gt|quot|#39);/g,Qa=/[&<>"']/g,Za=RegExp(Mi.source),le=RegExp(Qa.source),gy=/<%-([\s\S]+?)%>/g,yy=/<%([\s\S]+?)%>/g,ln=/<%=([\s\S]+?)%>/g,Ir=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,$e=/^\w*$/,uu=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Qe=/[\\^$.*+?()[\]{}|]/g,xo=RegExp(Qe.source),fu=/^\s+/,Xa=/\s/,Gt=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,An=/\{\n\/\* \[wrapped with (.+)\] \*/,cn=/,? & /,At=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Pr=/[()=,{}\[\]\/\s]/,qn=/\\(\\)?/g,Ni=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Kd=/\w*$/,vy=/^[-+]0x[0-9a-f]+$/i,Co=/^0b[01]+$/i,Qd=/^\[object .+?Constructor\]$/,by=/^0o[0-7]+$/i,ys=/^(?:0|[1-9]\d*)$/,Eo=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Oo=/($^)/,Sy=/['\n\r\u2028\u2029\\]/g,el="\\ud800-\\udfff",wy="\\u0300-\\u036f",xt="\\ufe20-\\ufe2f",du="\\u20d0-\\u20ff",Zd=wy+xt+du,pu="\\u2700-\\u27bf",hu="a-z\\xdf-\\xf6\\xf8-\\xff",_y="\\xac\\xb1\\xd7\\xf7",Ry="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",xy="\\u2000-\\u206f",Cy=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Xd="A-Z\\xc0-\\xd6\\xd8-\\xde",ep="\\ufe0e\\ufe0f",mu=_y+Ry+xy+Cy,tl="['\u2019]",Ey="["+el+"]",tp="["+mu+"]",rl="["+Zd+"]",gu="\\d+",Oy="["+pu+"]",vs="["+hu+"]",Io="[^"+el+mu+gu+pu+hu+Xd+"]",nl="\\ud83c[\\udffb-\\udfff]",Po="(?:"+rl+"|"+nl+")",un="[^"+el+"]",yu="(?:\\ud83c[\\udde6-\\uddff]){2}",vu="[\\ud800-\\udbff][\\udc00-\\udfff]",bs="["+Xd+"]",rp="\\u200d",np="(?:"+vs+"|"+Io+")",Iy="(?:"+bs+"|"+Io+")",ip="(?:"+tl+"(?:d|ll|m|re|s|t|ve))?",sp="(?:"+tl+"(?:D|LL|M|RE|S|T|VE))?",il=Po+"?",op="["+ep+"]?",ap="(?:"+rp+"(?:"+[un,yu,vu].join("|")+")"+op+il+")*",Py="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",ky="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",lp=op+il+ap,Ty="(?:"+[Oy,yu,vu].join("|")+")"+lp,Ay="(?:"+[un+rl+"?",rl,yu,vu,Ey].join("|")+")",qy=RegExp(tl,"g"),$y=RegExp(rl,"g"),bu=RegExp(nl+"(?="+nl+")|"+Ay+lp,"g"),My=RegExp([bs+"?"+vs+"+"+ip+"(?="+[tp,bs,"$"].join("|")+")",Iy+"+"+sp+"(?="+[tp,bs+np,"$"].join("|")+")",bs+"?"+np+"+"+ip,bs+"+"+sp,ky,Py,gu,Ty].join("|"),"g"),Ny=RegExp("["+rp+el+Zd+ep+"]"),Dy=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fy=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Ly=-1,dt={};dt[ot]=dt[Ya]=dt[Ga]=dt[hs]=dt[_o]=dt[ms]=dt[li]=dt[gs]=dt[cu]=!0,dt[hr]=dt[ai]=dt[$i]=dt[Jr]=dt[Tn]=dt[Or]=dt[mt]=dt[an]=dt[Jt]=dt[So]=dt[kn]=dt[Yt]=dt[mr]=dt[wo]=dt[Ht]=!1;var at={};at[hr]=at[ai]=at[$i]=at[Tn]=at[Jr]=at[Or]=at[ot]=at[Ya]=at[Ga]=at[hs]=at[_o]=at[Jt]=at[So]=at[kn]=at[Yt]=at[mr]=at[wo]=at[Ja]=at[ms]=at[li]=at[gs]=at[cu]=!0,at[mt]=at[an]=at[Ht]=!1;var Su={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},wu={"&":"&","<":"<",">":">",'"':""","'":"'"},jy={"&":"&","<":"<",">":">",""":'"',"'":"'"},cp={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},up=parseFloat,Uy=parseInt,fp=typeof global=="object"&&global&&global.Object===Object&&global,Hy=typeof self=="object"&&self&&self.Object===Object&&self,Nt=fp||Hy||Function("return this")(),sl=typeof Jl=="object"&&Jl&&!Jl.nodeType&&Jl,Ze=sl&&typeof tf=="object"&&tf&&!tf.nodeType&&tf,Ss=Ze&&Ze.exports===sl,Di=Ss&&fp.process,kr=(function(){try{var L=Ze&&Ze.require&&Ze.require("util").types;return L||Di&&Di.binding&&Di.binding("util")}catch{}})(),_u=kr&&kr.isArrayBuffer,dp=kr&&kr.isDate,pp=kr&&kr.isMap,ko=kr&&kr.isRegExp,$n=kr&&kr.isSet,ol=kr&&kr.isTypedArray;function gr(L,G,W){switch(W.length){case 0:return L.call(G);case 1:return L.call(G,W[0]);case 2:return L.call(G,W[0],W[1]);case 3:return L.call(G,W[0],W[1],W[2])}return L.apply(G,W)}function Mn(L,G,W,oe){for(var Se=-1,Ge=L==null?0:L.length;++Se<Ge;){var nt=L[Se];G(oe,nt,W(nt),L)}return oe}function yr(L,G){for(var W=-1,oe=L==null?0:L.length;++W<oe&&G(L[W],W,L)!==!1;);return L}function Ru(L,G){for(var W=L==null?0:L.length;W--&&G(L[W],W,L)!==!1;);return L}function hp(L,G){for(var W=-1,oe=L==null?0:L.length;++W<oe;)if(!G(L[W],W,L))return!1;return!0}function ci(L,G){for(var W=-1,oe=L==null?0:L.length,Se=0,Ge=[];++W<oe;){var nt=L[W];G(nt,W,L)&&(Ge[Se++]=nt)}return Ge}function al(L,G){var W=L==null?0:L.length;return!!W&&Fi(L,G,0)>-1}function ws(L,G,W){for(var oe=-1,Se=L==null?0:L.length;++oe<Se;)if(W(G,L[oe]))return!0;return!1}function lt(L,G){for(var W=-1,oe=L==null?0:L.length,Se=Array(oe);++W<oe;)Se[W]=G(L[W],W,L);return Se}function ui(L,G){for(var W=-1,oe=G.length,Se=L.length;++W<oe;)L[Se+W]=G[W];return L}function xu(L,G,W,oe){var Se=-1,Ge=L==null?0:L.length;for(oe&&Ge&&(W=L[++Se]);++Se<Ge;)W=G(W,L[Se],Se,L);return W}function By(L,G,W,oe){var Se=L==null?0:L.length;for(oe&&Se&&(W=L[--Se]);Se--;)W=G(W,L[Se],Se,L);return W}function ll(L,G){for(var W=-1,oe=L==null?0:L.length;++W<oe;)if(G(L[W],W,L))return!0;return!1}var Vy=To("length");function Wy(L){return L.split("")}function zy(L){return L.match(At)||[]}function mp(L,G,W){var oe;return W(L,function(Se,Ge,nt){if(G(Se,Ge,nt))return oe=Ge,!1}),oe}function cl(L,G,W,oe){for(var Se=L.length,Ge=W+(oe?1:-1);oe?Ge--:++Ge<Se;)if(G(L[Ge],Ge,L))return Ge;return-1}function Fi(L,G,W){return G===G?tv(L,G,W):cl(L,Li,W)}function Jy(L,G,W,oe){for(var Se=W-1,Ge=L.length;++Se<Ge;)if(oe(L[Se],G))return Se;return-1}function Li(L){return L!==L}function gp(L,G){var W=L==null?0:L.length;return W?Eu(L,G)/W:me}function To(L){return function(G){return G==null?t:G[L]}}function Cu(L){return function(G){return L==null?t:L[G]}}function ul(L,G,W,oe,Se){return Se(L,function(Ge,nt,He){W=oe?(oe=!1,Ge):G(W,Ge,nt,He)}),W}function Yy(L,G){var W=L.length;for(L.sort(G);W--;)L[W]=L[W].value;return L}function Eu(L,G){for(var W,oe=-1,Se=L.length;++oe<Se;){var Ge=G(L[oe]);Ge!==t&&(W=W===t?Ge:W+Ge)}return W}function Ou(L,G){for(var W=-1,oe=Array(L);++W<L;)oe[W]=G(W);return oe}function Gy(L,G){return lt(G,function(W){return[W,L[W]]})}function Iu(L){return L&&L.slice(0,wp(L)+1).replace(fu,"")}function vr(L){return function(G){return L(G)}}function fl(L,G){return lt(G,function(W){return L[W]})}function rt(L,G){return L.has(G)}function yp(L,G){for(var W=-1,oe=L.length;++W<oe&&Fi(G,L[W],0)>-1;);return W}function vp(L,G){for(var W=L.length;W--&&Fi(G,L[W],0)>-1;);return W}function bp(L,G){for(var W=L.length,oe=0;W--;)L[W]===G&&++oe;return oe}var Ky=Cu(Su),Qy=Cu(wu);function Zy(L){return"\\"+cp[L]}function Ao(L,G){return L==null?t:L[G]}function _s(L){return Ny.test(L)}function Xy(L){return Dy.test(L)}function ev(L){for(var G,W=[];!(G=L.next()).done;)W.push(G.value);return W}function Rs(L){var G=-1,W=Array(L.size);return L.forEach(function(oe,Se){W[++G]=[Se,oe]}),W}function qo(L,G){return function(W){return L(G(W))}}function fn(L,G){for(var W=-1,oe=L.length,Se=0,Ge=[];++W<oe;){var nt=L[W];(nt===G||nt===d)&&(L[W]=d,Ge[Se++]=W)}return Ge}function dl(L){var G=-1,W=Array(L.size);return L.forEach(function(oe){W[++G]=oe}),W}function Sp(L){var G=-1,W=Array(L.size);return L.forEach(function(oe){W[++G]=[oe,oe]}),W}function tv(L,G,W){for(var oe=W-1,Se=L.length;++oe<Se;)if(L[oe]===G)return oe;return-1}function Pu(L,G,W){for(var oe=W+1;oe--;)if(L[oe]===G)return oe;return oe}function fi(L){return _s(L)?nv(L):Vy(L)}function br(L){return _s(L)?iv(L):Wy(L)}function wp(L){for(var G=L.length;G--&&Xa.test(L.charAt(G)););return G}var rv=Cu(jy);function nv(L){for(var G=bu.lastIndex=0;bu.test(L);)++G;return G}function iv(L){return L.match(bu)||[]}function sv(L){return L.match(My)||[]}var ov=(function L(G){G=G==null?Nt:di.defaults(Nt.Object(),G,di.pick(Nt,Fy));var W=G.Array,oe=G.Date,Se=G.Error,Ge=G.Function,nt=G.Math,He=G.Object,pl=G.RegExp,av=G.String,Sr=G.TypeError,$o=W.prototype,lv=Ge.prototype,xs=He.prototype,Mo=G["__core-js_shared__"],hl=lv.toString,Xe=xs.hasOwnProperty,cv=0,_p=(function(){var a=/[^.]+$/.exec(Mo&&Mo.keys&&Mo.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""})(),ml=xs.toString,uv=hl.call(He),fv=Nt._,dv=pl("^"+hl.call(Xe).replace(Qe,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),gl=Ss?G.Buffer:t,pi=G.Symbol,yl=G.Uint8Array,Rp=gl?gl.allocUnsafe:t,vl=qo(He.getPrototypeOf,He),xp=He.create,No=xs.propertyIsEnumerable,bl=$o.splice,Cp=pi?pi.isConcatSpreadable:t,Do=pi?pi.iterator:t,ji=pi?pi.toStringTag:t,Sl=(function(){try{var a=Jo(He,"defineProperty");return a({},"",{}),a}catch{}})(),pv=G.clearTimeout!==Nt.clearTimeout&&G.clearTimeout,hv=oe&&oe.now!==Nt.Date.now&&oe.now,mv=G.setTimeout!==Nt.setTimeout&&G.setTimeout,Fo=nt.ceil,Lo=nt.floor,wl=He.getOwnPropertySymbols,_l=gl?gl.isBuffer:t,Ui=G.isFinite,Rl=$o.join,Ep=qo(He.keys,He),gt=nt.max,Bt=nt.min,Op=oe.now,gv=G.parseInt,Ip=nt.random,yv=$o.reverse,ku=Jo(G,"DataView"),jo=Jo(G,"Map"),Tu=Jo(G,"Promise"),Cs=Jo(G,"Set"),Uo=Jo(G,"WeakMap"),Ho=Jo(He,"create"),xl=Uo&&new Uo,Es={},vv=Yo(ku),bv=Yo(jo),Sv=Yo(Tu),wv=Yo(Cs),_v=Yo(Uo),Cl=pi?pi.prototype:t,Bo=Cl?Cl.valueOf:t,Pp=Cl?Cl.toString:t;function O(a){if(It(a)&&!xe(a)&&!(a instanceof Me)){if(a instanceof nr)return a;if(Xe.call(a,"__wrapped__"))return pC(a)}return new nr(a)}var Os=(function(){function a(){}return function(c){if(!Ct(c))return{};if(xp)return xp(c);a.prototype=c;var p=new a;return a.prototype=t,p}})();function El(){}function nr(a,c){this.__wrapped__=a,this.__actions__=[],this.__chain__=!!c,this.__index__=0,this.__values__=t}O.templateSettings={escape:gy,evaluate:yy,interpolate:ln,variable:"",imports:{_:O}},O.prototype=El.prototype,O.prototype.constructor=O,nr.prototype=Os(El.prototype),nr.prototype.constructor=nr;function Me(a){this.__wrapped__=a,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Ee,this.__views__=[]}function Rv(){var a=new Me(this.__wrapped__);return a.__actions__=Tr(this.__actions__),a.__dir__=this.__dir__,a.__filtered__=this.__filtered__,a.__iteratees__=Tr(this.__iteratees__),a.__takeCount__=this.__takeCount__,a.__views__=Tr(this.__views__),a}function xv(){if(this.__filtered__){var a=new Me(this);a.__dir__=-1,a.__filtered__=!0}else a=this.clone(),a.__dir__*=-1;return a}function Au(){var a=this.__wrapped__.value(),c=this.__dir__,p=xe(a),v=c<0,x=p?a.length:0,I=tM(0,x,this.__views__),q=I.start,D=I.end,H=D-q,Q=v?D:q-1,Z=this.__iteratees__,ee=Z.length,ie=0,fe=Bt(H,this.__takeCount__);if(!p||!v&&x==H&&fe==H)return Nx(a,this.__actions__);var ve=[];e:for(;H--&&ie<fe;){Q+=c;for(var Pe=-1,ge=a[Q];++Pe<ee;){var je=Z[Pe],Be=je.iteratee,Xr=je.type,Rr=Be(ge);if(Xr==K)ge=Rr;else if(!Rr){if(Xr==Y)continue e;break e}}ve[ie++]=ge}return ve}Me.prototype=Os(El.prototype),Me.prototype.constructor=Me;function dn(a){var c=-1,p=a==null?0:a.length;for(this.clear();++c<p;){var v=a[c];this.set(v[0],v[1])}}function Cv(){this.__data__=Ho?Ho(null):{},this.size=0}function Ev(a){var c=this.has(a)&&delete this.__data__[a];return this.size-=c?1:0,c}function Ov(a){var c=this.__data__;if(Ho){var p=c[a];return p===l?t:p}return Xe.call(c,a)?c[a]:t}function Iv(a){var c=this.__data__;return Ho?c[a]!==t:Xe.call(c,a)}function Pv(a,c){var p=this.__data__;return this.size+=this.has(a)?0:1,p[a]=Ho&&c===t?l:c,this}dn.prototype.clear=Cv,dn.prototype.delete=Ev,dn.prototype.get=Ov,dn.prototype.has=Iv,dn.prototype.set=Pv;function Nn(a){var c=-1,p=a==null?0:a.length;for(this.clear();++c<p;){var v=a[c];this.set(v[0],v[1])}}function kp(){this.__data__=[],this.size=0}function kv(a){var c=this.__data__,p=Il(c,a);if(p<0)return!1;var v=c.length-1;return p==v?c.pop():bl.call(c,p,1),--this.size,!0}function Tv(a){var c=this.__data__,p=Il(c,a);return p<0?t:c[p][1]}function Tp(a){return Il(this.__data__,a)>-1}function Av(a,c){var p=this.__data__,v=Il(p,a);return v<0?(++this.size,p.push([a,c])):p[v][1]=c,this}Nn.prototype.clear=kp,Nn.prototype.delete=kv,Nn.prototype.get=Tv,Nn.prototype.has=Tp,Nn.prototype.set=Av;function Dn(a){var c=-1,p=a==null?0:a.length;for(this.clear();++c<p;){var v=a[c];this.set(v[0],v[1])}}function qv(){this.size=0,this.__data__={hash:new dn,map:new(jo||Nn),string:new dn}}function hi(a){var c=Zp(this,a).delete(a);return this.size-=c?1:0,c}function Ap(a){return Zp(this,a).get(a)}function $v(a){return Zp(this,a).has(a)}function Mv(a,c){var p=Zp(this,a),v=p.size;return p.set(a,c),this.size+=p.size==v?0:1,this}Dn.prototype.clear=qv,Dn.prototype.delete=hi,Dn.prototype.get=Ap,Dn.prototype.has=$v,Dn.prototype.set=Mv;function Hi(a){var c=-1,p=a==null?0:a.length;for(this.__data__=new Dn;++c<p;)this.add(a[c])}function te(a){return this.__data__.set(a,l),this}function Nv(a){return this.__data__.has(a)}Hi.prototype.add=Hi.prototype.push=te,Hi.prototype.has=Nv;function Yr(a){var c=this.__data__=new Nn(a);this.size=c.size}function qp(){this.__data__=new Nn,this.size=0}function We(a){var c=this.__data__,p=c.delete(a);return this.size=c.size,p}function Ol(a){return this.__data__.get(a)}function $p(a){return this.__data__.has(a)}function qu(a,c){var p=this.__data__;if(p instanceof Nn){var v=p.__data__;if(!jo||v.length<r-1)return v.push([a,c]),this.size=++p.size,this;p=this.__data__=new Dn(v)}return p.set(a,c),this.size=p.size,this}Yr.prototype.clear=qp,Yr.prototype.delete=We,Yr.prototype.get=Ol,Yr.prototype.has=$p,Yr.prototype.set=qu;function Mp(a,c){var p=xe(a),v=!p&&Go(a),x=!p&&!v&&$s(a),I=!p&&!v&&!x&&$l(a),q=p||v||x||I,D=q?Ou(a.length,av):[],H=D.length;for(var Q in a)(c||Xe.call(a,Q))&&!(q&&(Q=="length"||x&&(Q=="offset"||Q=="parent")||I&&(Q=="buffer"||Q=="byteLength"||Q=="byteOffset")||zi(Q,H)))&&D.push(Q);return D}function Np(a){var c=a.length;return c?a[Gv(0,c-1)]:t}function Dv(a,c){return Xp(Tr(a),mi(c,0,a.length))}function Fv(a){return Xp(Tr(a))}function $u(a,c,p){(p!==t&&!Hn(a[c],p)||p===t&&!(c in a))&&Gr(a,c,p)}function wr(a,c,p){var v=a[c];(!(Xe.call(a,c)&&Hn(v,p))||p===t&&!(c in a))&&Gr(a,c,p)}function Il(a,c){for(var p=a.length;p--;)if(Hn(a[p][0],c))return p;return-1}function Dp(a,c,p,v){return gi(a,function(x,I,q){c(v,x,p(x),q)}),v}function Fp(a,c){return a&&yi(c,Kt(c),a)}function Lv(a,c){return a&&yi(c,qr(c),a)}function Gr(a,c,p){c=="__proto__"&&Sl?Sl(a,c,{configurable:!0,enumerable:!0,value:p,writable:!0}):a[c]=p}function Mu(a,c){for(var p=-1,v=c.length,x=W(v),I=a==null;++p<v;)x[p]=I?t:wb(a,c[p]);return x}function mi(a,c,p){return a===a&&(p!==t&&(a=a<=p?a:p),c!==t&&(a=a>=c?a:c)),a}function ir(a,c,p,v,x,I){var q,D=c&m,H=c&g,Q=c&y;if(p&&(q=x?p(a,v,x,I):p(a)),q!==t)return q;if(!Ct(a))return a;var Z=xe(a);if(Z){if(q=nM(a),!D)return Tr(a,q)}else{var ee=sr(a),ie=ee==an||ee==bo;if($s(a))return Lx(a,D);if(ee==kn||ee==hr||ie&&!x){if(q=H||ie?{}:iC(a),!D)return H?z$(a,Lv(q,a)):W$(a,Fp(q,a))}else{if(!at[ee])return x?a:{};q=iM(a,ee,D)}}I||(I=new Yr);var fe=I.get(a);if(fe)return fe;I.set(a,q),qC(a)?a.forEach(function(ge){q.add(ir(ge,c,p,ge,a,I))}):TC(a)&&a.forEach(function(ge,je){q.set(je,ir(ge,c,p,je,a,I))});var ve=Q?H?ob:sb:H?qr:Kt,Pe=Z?t:ve(a);return yr(Pe||a,function(ge,je){Pe&&(je=ge,ge=a[je]),wr(q,je,ir(ge,c,p,je,a,I))}),q}function jv(a){var c=Kt(a);return function(p){return pn(p,a,c)}}function pn(a,c,p){var v=p.length;if(a==null)return!v;for(a=He(a);v--;){var x=p[v],I=c[x],q=a[x];if(q===t&&!(x in a)||!I(q))return!1}return!0}function Nu(a,c,p){if(typeof a!="function")throw new Sr(i);return Bu(function(){a.apply(t,p)},c)}function Vo(a,c,p,v){var x=-1,I=al,q=!0,D=a.length,H=[],Q=c.length;if(!D)return H;p&&(c=lt(c,vr(p))),v?(I=ws,q=!1):c.length>=r&&(I=rt,q=!1,c=new Hi(c));e:for(;++x<D;){var Z=a[x],ee=p==null?Z:p(Z);if(Z=v||Z!==0?Z:0,q&&ee===ee){for(var ie=Q;ie--;)if(c[ie]===ee)continue e;H.push(Z)}else I(c,ee,v)||H.push(Z)}return H}var gi=Vx(hn),Lp=Vx(Fn,!0);function Uv(a,c){var p=!0;return gi(a,function(v,x,I){return p=!!c(v,x,I),p}),p}function Pl(a,c,p){for(var v=-1,x=a.length;++v<x;){var I=a[v],q=c(I);if(q!=null&&(D===t?q===q&&!Zr(q):p(q,D)))var D=q,H=I}return H}function Hv(a,c,p,v){var x=a.length;for(p=Oe(p),p<0&&(p=-p>x?0:x+p),v=v===t||v>x?x:Oe(v),v<0&&(v+=x),v=p>v?0:MC(v);p<v;)a[p++]=c;return a}function jp(a,c){var p=[];return gi(a,function(v,x,I){c(v,x,I)&&p.push(v)}),p}function Vt(a,c,p,v,x){var I=-1,q=a.length;for(p||(p=oM),x||(x=[]);++I<q;){var D=a[I];c>0&&p(D)?c>1?Vt(D,c-1,p,v,x):ui(x,D):v||(x[x.length]=D)}return x}var Du=Wx(),Up=Wx(!0);function hn(a,c){return a&&Du(a,c,Kt)}function Fn(a,c){return a&&Up(a,c,Kt)}function kl(a,c){return ci(c,function(p){return Ji(a[p])})}function Bi(a,c){c=As(c,a);for(var p=0,v=c.length;a!=null&&p<v;)a=a[Un(c[p++])];return p&&p==v?a:t}function Hp(a,c,p){var v=c(a);return xe(a)?v:ui(v,p(a))}function Qt(a){return a==null?a===t?Yd:hy:ji&&ji in He(a)?eM(a):pM(a)}function Fu(a,c){return a>c}function Bv(a,c){return a!=null&&Xe.call(a,c)}function Vv(a,c){return a!=null&&c in He(a)}function Wv(a,c,p){return a>=Bt(c,p)&&a<gt(c,p)}function Kr(a,c,p){for(var v=p?ws:al,x=a[0].length,I=a.length,q=I,D=W(I),H=1/0,Q=[];q--;){var Z=a[q];q&&c&&(Z=lt(Z,vr(c))),H=Bt(Z.length,H),D[q]=!p&&(c||x>=120&&Z.length>=120)?new Hi(q&&Z):t}Z=a[0];var ee=-1,ie=D[0];e:for(;++ee<x&&Q.length<H;){var fe=Z[ee],ve=c?c(fe):fe;if(fe=p||fe!==0?fe:0,!(ie?rt(ie,ve):v(Q,ve,p))){for(q=I;--q;){var Pe=D[q];if(!(Pe?rt(Pe,ve):v(a[q],ve,p)))continue e}ie&&ie.push(ve),Q.push(fe)}}return Q}function Is(a,c,p,v){return hn(a,function(x,I,q){c(v,p(x),I,q)}),v}function Wo(a,c,p){c=As(c,a),a=lC(a,c);var v=a==null?a:a[Un(gn(c))];return v==null?t:gr(v,a,p)}function Bp(a){return It(a)&&Qt(a)==hr}function zv(a){return It(a)&&Qt(a)==$i}function Jv(a){return It(a)&&Qt(a)==Or}function zo(a,c,p,v,x){return a===c?!0:a==null||c==null||!It(a)&&!It(c)?a!==a&&c!==c:Lu(a,c,p,v,zo,x)}function Lu(a,c,p,v,x,I){var q=xe(a),D=xe(c),H=q?ai:sr(a),Q=D?ai:sr(c);H=H==hr?kn:H,Q=Q==hr?kn:Q;var Z=H==kn,ee=Q==kn,ie=H==Q;if(ie&&$s(a)){if(!$s(c))return!1;q=!0,Z=!1}if(ie&&!Z)return I||(I=new Yr),q||$l(a)?tC(a,c,p,v,x,I):Z$(a,c,H,p,v,x,I);if(!(p&w)){var fe=Z&&Xe.call(a,"__wrapped__"),ve=ee&&Xe.call(c,"__wrapped__");if(fe||ve){var Pe=fe?a.value():a,ge=ve?c.value():c;return I||(I=new Yr),x(Pe,ge,p,v,I)}}return ie?(I||(I=new Yr),X$(a,c,p,v,x,I)):!1}function Ps(a){return It(a)&&sr(a)==Jt}function ks(a,c,p,v){var x=p.length,I=x,q=!v;if(a==null)return!I;for(a=He(a);x--;){var D=p[x];if(q&&D[2]?D[1]!==a[D[0]]:!(D[0]in a))return!1}for(;++x<I;){D=p[x];var H=D[0],Q=a[H],Z=D[1];if(q&&D[2]){if(Q===t&&!(H in a))return!1}else{var ee=new Yr;if(v)var ie=v(Q,Z,H,a,c,ee);if(!(ie===t?zo(Z,Q,w|C,v,ee):ie))return!1}}return!0}function Le(a){if(!Ct(a)||lM(a))return!1;var c=Ji(a)?dv:Qd;return c.test(Yo(a))}function u(a){return It(a)&&Qt(a)==Yt}function h(a){return It(a)&&sr(a)==mr}function b(a){return It(a)&&sh(a.length)&&!!dt[Qt(a)]}function S(a){return typeof a=="function"?a:a==null?$r:typeof a=="object"?xe(a)?Ne(a[0],a[1]):be(a):JC(a)}function E(a){if(!Hu(a))return Ep(a);var c=[];for(var p in He(a))Xe.call(a,p)&&p!="constructor"&&c.push(p);return c}function N(a){if(!Ct(a))return dM(a);var c=Hu(a),p=[];for(var v in a)v=="constructor"&&(c||!Xe.call(a,v))||p.push(v);return p}function J(a,c){return a<c}function se(a,c){var p=-1,v=Ar(a)?W(a.length):[];return gi(a,function(x,I,q){v[++p]=c(x,I,q)}),v}function be(a){var c=lb(a);return c.length==1&&c[0][2]?oC(c[0][0],c[0][1]):function(p){return p===a||ks(p,a,c)}}function Ne(a,c){return ub(a)&&sC(c)?oC(Un(a),c):function(p){var v=wb(p,a);return v===t&&v===c?_b(p,a):zo(c,v,w|C)}}function Dt(a,c,p,v,x){a!==c&&Du(c,function(I,q){if(x||(x=new Yr),Ct(I))Ln(a,c,q,p,Dt,v,x);else{var D=v?v(db(a,q),I,q+"",a,c,x):t;D===t&&(D=I),$u(a,q,D)}},qr)}function Ln(a,c,p,v,x,I,q){var D=db(a,p),H=db(c,p),Q=q.get(H);if(Q){$u(a,p,Q);return}var Z=I?I(D,H,p+"",a,c,q):t,ee=Z===t;if(ee){var ie=xe(H),fe=!ie&&$s(H),ve=!ie&&!fe&&$l(H);Z=H,ie||fe||ve?xe(D)?Z=D:qt(D)?Z=Tr(D):fe?(ee=!1,Z=Lx(H,!0)):ve?(ee=!1,Z=jx(H,!0)):Z=[]:Vu(H)||Go(H)?(Z=D,Go(D)?Z=NC(D):(!Ct(D)||Ji(D))&&(Z=iC(H))):ee=!1}ee&&(q.set(H,Z),x(Z,H,v,I,q),q.delete(H)),$u(a,p,Z)}function jn(a,c){var p=a.length;if(p)return c+=c<0?p:0,zi(c,p)?a[c]:t}function Px(a,c,p){c.length?c=lt(c,function(I){return xe(I)?function(q){return Bi(q,I.length===1?I[0]:I)}:I}):c=[$r];var v=-1;c=lt(c,vr(ye()));var x=se(a,function(I,q,D){var H=lt(c,function(Q){return Q(I)});return{criteria:H,index:++v,value:I}});return Yy(x,function(I,q){return V$(I,q,p)})}function A$(a,c){return kx(a,c,function(p,v){return _b(a,v)})}function kx(a,c,p){for(var v=-1,x=c.length,I={};++v<x;){var q=c[v],D=Bi(a,q);p(D,q)&&ju(I,As(q,a),D)}return I}function q$(a){return function(c){return Bi(c,a)}}function Yv(a,c,p,v){var x=v?Jy:Fi,I=-1,q=c.length,D=a;for(a===c&&(c=Tr(c)),p&&(D=lt(a,vr(p)));++I<q;)for(var H=0,Q=c[I],Z=p?p(Q):Q;(H=x(D,Z,H,v))>-1;)D!==a&&bl.call(D,H,1),bl.call(a,H,1);return a}function Tx(a,c){for(var p=a?c.length:0,v=p-1;p--;){var x=c[p];if(p==v||x!==I){var I=x;zi(x)?bl.call(a,x,1):Zv(a,x)}}return a}function Gv(a,c){return a+Lo(Ip()*(c-a+1))}function $$(a,c,p,v){for(var x=-1,I=gt(Fo((c-a)/(p||1)),0),q=W(I);I--;)q[v?I:++x]=a,a+=p;return q}function Kv(a,c){var p="";if(!a||c<1||c>tt)return p;do c%2&&(p+=a),c=Lo(c/2),c&&(a+=a);while(c);return p}function Ae(a,c){return pb(aC(a,c,$r),a+"")}function M$(a){return Np(Ml(a))}function N$(a,c){var p=Ml(a);return Xp(p,mi(c,0,p.length))}function ju(a,c,p,v){if(!Ct(a))return a;c=As(c,a);for(var x=-1,I=c.length,q=I-1,D=a;D!=null&&++x<I;){var H=Un(c[x]),Q=p;if(H==="__proto__"||H==="constructor"||H==="prototype")return a;if(x!=q){var Z=D[H];Q=v?v(Z,H,D):t,Q===t&&(Q=Ct(Z)?Z:zi(c[x+1])?[]:{})}wr(D,H,Q),D=D[H]}return a}var Ax=xl?function(a,c){return xl.set(a,c),a}:$r,D$=Sl?function(a,c){return Sl(a,"toString",{configurable:!0,enumerable:!1,value:xb(c),writable:!0})}:$r;function F$(a){return Xp(Ml(a))}function mn(a,c,p){var v=-1,x=a.length;c<0&&(c=-c>x?0:x+c),p=p>x?x:p,p<0&&(p+=x),x=c>p?0:p-c>>>0,c>>>=0;for(var I=W(x);++v<x;)I[v]=a[v+c];return I}function L$(a,c){var p;return gi(a,function(v,x,I){return p=c(v,x,I),!p}),!!p}function Vp(a,c,p){var v=0,x=a==null?v:a.length;if(typeof c=="number"&&c===c&&x<=Ot){for(;v<x;){var I=v+x>>>1,q=a[I];q!==null&&!Zr(q)&&(p?q<=c:q<c)?v=I+1:x=I}return x}return Qv(a,c,$r,p)}function Qv(a,c,p,v){var x=0,I=a==null?0:a.length;if(I===0)return 0;c=p(c);for(var q=c!==c,D=c===null,H=Zr(c),Q=c===t;x<I;){var Z=Lo((x+I)/2),ee=p(a[Z]),ie=ee!==t,fe=ee===null,ve=ee===ee,Pe=Zr(ee);if(q)var ge=v||ve;else Q?ge=ve&&(v||ie):D?ge=ve&&ie&&(v||!fe):H?ge=ve&&ie&&!fe&&(v||!Pe):fe||Pe?ge=!1:ge=v?ee<=c:ee<c;ge?x=Z+1:I=Z}return Bt(I,vt)}function qx(a,c){for(var p=-1,v=a.length,x=0,I=[];++p<v;){var q=a[p],D=c?c(q):q;if(!p||!Hn(D,H)){var H=D;I[x++]=q===0?0:q}}return I}function $x(a){return typeof a=="number"?a:Zr(a)?me:+a}function Qr(a){if(typeof a=="string")return a;if(xe(a))return lt(a,Qr)+"";if(Zr(a))return Pp?Pp.call(a):"";var c=a+"";return c=="0"&&1/a==-ue?"-0":c}function Ts(a,c,p){var v=-1,x=al,I=a.length,q=!0,D=[],H=D;if(p)q=!1,x=ws;else if(I>=r){var Q=c?null:K$(a);if(Q)return dl(Q);q=!1,x=rt,H=new Hi}else H=c?[]:D;e:for(;++v<I;){var Z=a[v],ee=c?c(Z):Z;if(Z=p||Z!==0?Z:0,q&&ee===ee){for(var ie=H.length;ie--;)if(H[ie]===ee)continue e;c&&H.push(ee),D.push(Z)}else x(H,ee,p)||(H!==D&&H.push(ee),D.push(Z))}return D}function Zv(a,c){c=As(c,a);var p=-1,v=c.length;if(!v)return!0;for(;++p<v;){var x=Un(c[p]);if(x==="__proto__"&&!Xe.call(a,"__proto__")||(x==="constructor"||x==="prototype")&&p<v-1)return!1}var I=lC(a,c);return I==null||delete I[Un(gn(c))]}function Mx(a,c,p,v){return ju(a,c,p(Bi(a,c)),v)}function Wp(a,c,p,v){for(var x=a.length,I=v?x:-1;(v?I--:++I<x)&&c(a[I],I,a););return p?mn(a,v?0:I,v?I+1:x):mn(a,v?I+1:0,v?x:I)}function Nx(a,c){var p=a;return p instanceof Me&&(p=p.value()),xu(c,function(v,x){return x.func.apply(x.thisArg,ui([v],x.args))},p)}function Xv(a,c,p){var v=a.length;if(v<2)return v?Ts(a[0]):[];for(var x=-1,I=W(v);++x<v;)for(var q=a[x],D=-1;++D<v;)D!=x&&(I[x]=Vo(I[x]||q,a[D],c,p));return Ts(Vt(I,1),c,p)}function Dx(a,c,p){for(var v=-1,x=a.length,I=c.length,q={};++v<x;){var D=v<I?c[v]:t;p(q,a[v],D)}return q}function eb(a){return qt(a)?a:[]}function tb(a){return typeof a=="function"?a:$r}function As(a,c){return xe(a)?a:ub(a,c)?[a]:dC(it(a))}var j$=Ae;function qs(a,c,p){var v=a.length;return p=p===t?v:p,!c&&p>=v?a:mn(a,c,p)}var Fx=pv||function(a){return Nt.clearTimeout(a)};function Lx(a,c){if(c)return a.slice();var p=a.length,v=Rp?Rp(p):new a.constructor(p);return a.copy(v),v}function rb(a){var c=new a.constructor(a.byteLength);return new yl(c).set(new yl(a)),c}function U$(a,c){var p=c?rb(a.buffer):a.buffer;return new a.constructor(p,a.byteOffset,a.byteLength)}function H$(a){var c=new a.constructor(a.source,Kd.exec(a));return c.lastIndex=a.lastIndex,c}function B$(a){return Bo?He(Bo.call(a)):{}}function jx(a,c){var p=c?rb(a.buffer):a.buffer;return new a.constructor(p,a.byteOffset,a.length)}function Ux(a,c){if(a!==c){var p=a!==t,v=a===null,x=a===a,I=Zr(a),q=c!==t,D=c===null,H=c===c,Q=Zr(c);if(!D&&!Q&&!I&&a>c||I&&q&&H&&!D&&!Q||v&&q&&H||!p&&H||!x)return 1;if(!v&&!I&&!Q&&a<c||Q&&p&&x&&!v&&!I||D&&p&&x||!q&&x||!H)return-1}return 0}function V$(a,c,p){for(var v=-1,x=a.criteria,I=c.criteria,q=x.length,D=p.length;++v<q;){var H=Ux(x[v],I[v]);if(H){if(v>=D)return H;var Q=p[v];return H*(Q=="desc"?-1:1)}}return a.index-c.index}function Hx(a,c,p,v){for(var x=-1,I=a.length,q=p.length,D=-1,H=c.length,Q=gt(I-q,0),Z=W(H+Q),ee=!v;++D<H;)Z[D]=c[D];for(;++x<q;)(ee||x<I)&&(Z[p[x]]=a[x]);for(;Q--;)Z[D++]=a[x++];return Z}function Bx(a,c,p,v){for(var x=-1,I=a.length,q=-1,D=p.length,H=-1,Q=c.length,Z=gt(I-D,0),ee=W(Z+Q),ie=!v;++x<Z;)ee[x]=a[x];for(var fe=x;++H<Q;)ee[fe+H]=c[H];for(;++q<D;)(ie||x<I)&&(ee[fe+p[q]]=a[x++]);return ee}function Tr(a,c){var p=-1,v=a.length;for(c||(c=W(v));++p<v;)c[p]=a[p];return c}function yi(a,c,p,v){var x=!p;p||(p={});for(var I=-1,q=c.length;++I<q;){var D=c[I],H=v?v(p[D],a[D],D,p,a):t;H===t&&(H=a[D]),x?Gr(p,D,H):wr(p,D,H)}return p}function W$(a,c){return yi(a,cb(a),c)}function z$(a,c){return yi(a,rC(a),c)}function zp(a,c){return function(p,v){var x=xe(p)?Mn:Dp,I=c?c():{};return x(p,a,ye(v,2),I)}}function Tl(a){return Ae(function(c,p){var v=-1,x=p.length,I=x>1?p[x-1]:t,q=x>2?p[2]:t;for(I=a.length>3&&typeof I=="function"?(x--,I):t,q&&_r(p[0],p[1],q)&&(I=x<3?t:I,x=1),c=He(c);++v<x;){var D=p[v];D&&a(c,D,v,I)}return c})}function Vx(a,c){return function(p,v){if(p==null)return p;if(!Ar(p))return a(p,v);for(var x=p.length,I=c?x:-1,q=He(p);(c?I--:++I<x)&&v(q[I],I,q)!==!1;);return p}}function Wx(a){return function(c,p,v){for(var x=-1,I=He(c),q=v(c),D=q.length;D--;){var H=q[a?D:++x];if(p(I[H],H,I)===!1)break}return c}}function J$(a,c,p){var v=c&R,x=Uu(a);function I(){var q=this&&this!==Nt&&this instanceof I?x:a;return q.apply(v?p:this,arguments)}return I}function zx(a){return function(c){c=it(c);var p=_s(c)?br(c):t,v=p?p[0]:c.charAt(0),x=p?qs(p,1).join(""):c.slice(1);return v[a]()+x}}function Al(a){return function(c){return xu(WC(VC(c).replace(qy,"")),a,"")}}function Uu(a){return function(){var c=arguments;switch(c.length){case 0:return new a;case 1:return new a(c[0]);case 2:return new a(c[0],c[1]);case 3:return new a(c[0],c[1],c[2]);case 4:return new a(c[0],c[1],c[2],c[3]);case 5:return new a(c[0],c[1],c[2],c[3],c[4]);case 6:return new a(c[0],c[1],c[2],c[3],c[4],c[5]);case 7:return new a(c[0],c[1],c[2],c[3],c[4],c[5],c[6])}var p=Os(a.prototype),v=a.apply(p,c);return Ct(v)?v:p}}function Y$(a,c,p){var v=Uu(a);function x(){for(var I=arguments.length,q=W(I),D=I,H=ql(x);D--;)q[D]=arguments[D];var Q=I<3&&q[0]!==H&&q[I-1]!==H?[]:fn(q,H);if(I-=Q.length,I<p)return Qx(a,c,Jp,x.placeholder,t,q,Q,t,t,p-I);var Z=this&&this!==Nt&&this instanceof x?v:a;return gr(Z,this,q)}return x}function Jx(a){return function(c,p,v){var x=He(c);if(!Ar(c)){var I=ye(p,3);c=Kt(c),p=function(D){return I(x[D],D,x)}}var q=a(c,p,v);return q>-1?x[I?c[q]:q]:t}}function Yx(a){return Wi(function(c){var p=c.length,v=p,x=nr.prototype.thru;for(a&&c.reverse();v--;){var I=c[v];if(typeof I!="function")throw new Sr(i);if(x&&!q&&Qp(I)=="wrapper")var q=new nr([],!0)}for(v=q?v:p;++v<p;){I=c[v];var D=Qp(I),H=D=="wrapper"?ab(I):t;H&&fb(H[0])&&H[1]==(X|U|z|T)&&!H[4].length&&H[9]==1?q=q[Qp(H[0])].apply(q,H[3]):q=I.length==1&&fb(I)?q[D]():q.thru(I)}return function(){var Q=arguments,Z=Q[0];if(q&&Q.length==1&&xe(Z))return q.plant(Z).value();for(var ee=0,ie=p?c[ee].apply(this,Q):Z;++ee<p;)ie=c[ee].call(this,ie);return ie}})}function Jp(a,c,p,v,x,I,q,D,H,Q){var Z=c&X,ee=c&R,ie=c&P,fe=c&(U|B),ve=c&_,Pe=ie?t:Uu(a);function ge(){for(var je=arguments.length,Be=W(je),Xr=je;Xr--;)Be[Xr]=arguments[Xr];if(fe)var Rr=ql(ge),en=bp(Be,Rr);if(v&&(Be=Hx(Be,v,x,fe)),I&&(Be=Bx(Be,I,q,fe)),je-=en,fe&&je<Q){var $t=fn(Be,Rr);return Qx(a,c,Jp,ge.placeholder,p,Be,$t,D,H,Q-je)}var Bn=ee?p:this,Gi=ie?Bn[a]:a;return je=Be.length,D?Be=hM(Be,D):ve&&je>1&&Be.reverse(),Z&&H<je&&(Be.length=H),this&&this!==Nt&&this instanceof ge&&(Gi=Pe||Uu(Gi)),Gi.apply(Bn,Be)}return ge}function Gx(a,c){return function(p,v){return Is(p,a,c(v),{})}}function Yp(a,c){return function(p,v){var x;if(p===t&&v===t)return c;if(p!==t&&(x=p),v!==t){if(x===t)return v;typeof p=="string"||typeof v=="string"?(p=Qr(p),v=Qr(v)):(p=$x(p),v=$x(v)),x=a(p,v)}return x}}function nb(a){return Wi(function(c){return c=lt(c,vr(ye())),Ae(function(p){var v=this;return a(c,function(x){return gr(x,v,p)})})})}function Gp(a,c){c=c===t?" ":Qr(c);var p=c.length;if(p<2)return p?Kv(c,a):c;var v=Kv(c,Fo(a/fi(c)));return _s(c)?qs(br(v),0,a).join(""):v.slice(0,a)}function G$(a,c,p,v){var x=c&R,I=Uu(a);function q(){for(var D=-1,H=arguments.length,Q=-1,Z=v.length,ee=W(Z+H),ie=this&&this!==Nt&&this instanceof q?I:a;++Q<Z;)ee[Q]=v[Q];for(;H--;)ee[Q++]=arguments[++D];return gr(ie,x?p:this,ee)}return q}function Kx(a){return function(c,p,v){return v&&typeof v!="number"&&_r(c,p,v)&&(p=v=t),c=Yi(c),p===t?(p=c,c=0):p=Yi(p),v=v===t?c<p?1:-1:Yi(v),$$(c,p,v,a)}}function Kp(a){return function(c,p){return typeof c=="string"&&typeof p=="string"||(c=yn(c),p=yn(p)),a(c,p)}}function Qx(a,c,p,v,x,I,q,D,H,Q){var Z=c&U,ee=Z?q:t,ie=Z?t:q,fe=Z?I:t,ve=Z?t:I;c|=Z?z:V,c&=~(Z?V:z),c&A||(c&=~(R|P));var Pe=[a,c,x,fe,ee,ve,ie,D,H,Q],ge=p.apply(t,Pe);return fb(a)&&cC(ge,Pe),ge.placeholder=v,uC(ge,a,c)}function ib(a){var c=nt[a];return function(p,v){if(p=yn(p),v=v==null?0:Bt(Oe(v),292),v&&Ui(p)){var x=(it(p)+"e").split("e"),I=c(x[0]+"e"+(+x[1]+v));return x=(it(I)+"e").split("e"),+(x[0]+"e"+(+x[1]-v))}return c(p)}}var K$=Cs&&1/dl(new Cs([,-0]))[1]==ue?function(a){return new Cs(a)}:Ob;function Zx(a){return function(c){var p=sr(c);return p==Jt?Rs(c):p==mr?Sp(c):Gy(c,a(c))}}function Vi(a,c,p,v,x,I,q,D){var H=c&P;if(!H&&typeof a!="function")throw new Sr(i);var Q=v?v.length:0;if(Q||(c&=~(z|V),v=x=t),q=q===t?q:gt(Oe(q),0),D=D===t?D:Oe(D),Q-=x?x.length:0,c&V){var Z=v,ee=x;v=x=t}var ie=H?t:ab(a),fe=[a,c,p,v,x,Z,ee,I,q,D];if(ie&&fM(fe,ie),a=fe[0],c=fe[1],p=fe[2],v=fe[3],x=fe[4],D=fe[9]=fe[9]===t?H?0:a.length:gt(fe[9]-Q,0),!D&&c&(U|B)&&(c&=~(U|B)),!c||c==R)var ve=J$(a,c,p);else c==U||c==B?ve=Y$(a,c,D):(c==z||c==(R|z))&&!x.length?ve=G$(a,c,p,v):ve=Jp.apply(t,fe);var Pe=ie?Ax:cC;return uC(Pe(ve,fe),a,c)}function Xx(a,c,p,v){return a===t||Hn(a,xs[p])&&!Xe.call(v,p)?c:a}function eC(a,c,p,v,x,I){return Ct(a)&&Ct(c)&&(I.set(c,a),Dt(a,c,t,eC,I),I.delete(c)),a}function Q$(a){return Vu(a)?t:a}function tC(a,c,p,v,x,I){var q=p&w,D=a.length,H=c.length;if(D!=H&&!(q&&H>D))return!1;var Q=I.get(a),Z=I.get(c);if(Q&&Z)return Q==c&&Z==a;var ee=-1,ie=!0,fe=p&C?new Hi:t;for(I.set(a,c),I.set(c,a);++ee<D;){var ve=a[ee],Pe=c[ee];if(v)var ge=q?v(Pe,ve,ee,c,a,I):v(ve,Pe,ee,a,c,I);if(ge!==t){if(ge)continue;ie=!1;break}if(fe){if(!ll(c,function(je,Be){if(!rt(fe,Be)&&(ve===je||x(ve,je,p,v,I)))return fe.push(Be)})){ie=!1;break}}else if(!(ve===Pe||x(ve,Pe,p,v,I))){ie=!1;break}}return I.delete(a),I.delete(c),ie}function Z$(a,c,p,v,x,I,q){switch(p){case Tn:if(a.byteLength!=c.byteLength||a.byteOffset!=c.byteOffset)return!1;a=a.buffer,c=c.buffer;case $i:return!(a.byteLength!=c.byteLength||!I(new yl(a),new yl(c)));case Jr:case Or:case So:return Hn(+a,+c);case mt:return a.name==c.name&&a.message==c.message;case Yt:case wo:return a==c+"";case Jt:var D=Rs;case mr:var H=v&w;if(D||(D=dl),a.size!=c.size&&!H)return!1;var Q=q.get(a);if(Q)return Q==c;v|=C,q.set(a,c);var Z=tC(D(a),D(c),v,x,I,q);return q.delete(a),Z;case Ja:if(Bo)return Bo.call(a)==Bo.call(c)}return!1}function X$(a,c,p,v,x,I){var q=p&w,D=sb(a),H=D.length,Q=sb(c),Z=Q.length;if(H!=Z&&!q)return!1;for(var ee=H;ee--;){var ie=D[ee];if(!(q?ie in c:Xe.call(c,ie)))return!1}var fe=I.get(a),ve=I.get(c);if(fe&&ve)return fe==c&&ve==a;var Pe=!0;I.set(a,c),I.set(c,a);for(var ge=q;++ee<H;){ie=D[ee];var je=a[ie],Be=c[ie];if(v)var Xr=q?v(Be,je,ie,c,a,I):v(je,Be,ie,a,c,I);if(!(Xr===t?je===Be||x(je,Be,p,v,I):Xr)){Pe=!1;break}ge||(ge=ie=="constructor")}if(Pe&&!ge){var Rr=a.constructor,en=c.constructor;Rr!=en&&"constructor"in a&&"constructor"in c&&!(typeof Rr=="function"&&Rr instanceof Rr&&typeof en=="function"&&en instanceof en)&&(Pe=!1)}return I.delete(a),I.delete(c),Pe}function Wi(a){return pb(aC(a,t,gC),a+"")}function sb(a){return Hp(a,Kt,cb)}function ob(a){return Hp(a,qr,rC)}var ab=xl?function(a){return xl.get(a)}:Ob;function Qp(a){for(var c=a.name+"",p=Es[c],v=Xe.call(Es,c)?p.length:0;v--;){var x=p[v],I=x.func;if(I==null||I==a)return x.name}return c}function ql(a){var c=Xe.call(O,"placeholder")?O:a;return c.placeholder}function ye(){var a=O.iteratee||Cb;return a=a===Cb?S:a,arguments.length?a(arguments[0],arguments[1]):a}function Zp(a,c){var p=a.__data__;return aM(c)?p[typeof c=="string"?"string":"hash"]:p.map}function lb(a){for(var c=Kt(a),p=c.length;p--;){var v=c[p],x=a[v];c[p]=[v,x,sC(x)]}return c}function Jo(a,c){var p=Ao(a,c);return Le(p)?p:t}function eM(a){var c=Xe.call(a,ji),p=a[ji];try{a[ji]=t;var v=!0}catch{}var x=ml.call(a);return v&&(c?a[ji]=p:delete a[ji]),x}var cb=wl?function(a){return a==null?[]:(a=He(a),ci(wl(a),function(c){return No.call(a,c)}))}:Ib,rC=wl?function(a){for(var c=[];a;)ui(c,cb(a)),a=vl(a);return c}:Ib,sr=Qt;(ku&&sr(new ku(new ArrayBuffer(1)))!=Tn||jo&&sr(new jo)!=Jt||Tu&&sr(Tu.resolve())!=zd||Cs&&sr(new Cs)!=mr||Uo&&sr(new Uo)!=Ht)&&(sr=function(a){var c=Qt(a),p=c==kn?a.constructor:t,v=p?Yo(p):"";if(v)switch(v){case vv:return Tn;case bv:return Jt;case Sv:return zd;case wv:return mr;case _v:return Ht}return c});function tM(a,c,p){for(var v=-1,x=p.length;++v<x;){var I=p[v],q=I.size;switch(I.type){case"drop":a+=q;break;case"dropRight":c-=q;break;case"take":c=Bt(c,a+q);break;case"takeRight":a=gt(a,c-q);break}}return{start:a,end:c}}function rM(a){var c=a.match(An);return c?c[1].split(cn):[]}function nC(a,c,p){c=As(c,a);for(var v=-1,x=c.length,I=!1;++v<x;){var q=Un(c[v]);if(!(I=a!=null&&p(a,q)))break;a=a[q]}return I||++v!=x?I:(x=a==null?0:a.length,!!x&&sh(x)&&zi(q,x)&&(xe(a)||Go(a)))}function nM(a){var c=a.length,p=new a.constructor(c);return c&&typeof a[0]=="string"&&Xe.call(a,"index")&&(p.index=a.index,p.input=a.input),p}function iC(a){return typeof a.constructor=="function"&&!Hu(a)?Os(vl(a)):{}}function iM(a,c,p){var v=a.constructor;switch(c){case $i:return rb(a);case Jr:case Or:return new v(+a);case Tn:return U$(a,p);case ot:case Ya:case Ga:case hs:case _o:case ms:case li:case gs:case cu:return jx(a,p);case Jt:return new v;case So:case wo:return new v(a);case Yt:return H$(a);case mr:return new v;case Ja:return B$(a)}}function sM(a,c){var p=c.length;if(!p)return a;var v=p-1;return c[v]=(p>1?"& ":"")+c[v],c=c.join(p>2?", ":" "),a.replace(Gt,`{
|
|
1
|
+
"use strict";var PL=Object.create;var ah=Object.defineProperty;var kL=Object.getOwnPropertyDescriptor;var TL=Object.getOwnPropertyNames;var AL=Object.getPrototypeOf,qL=Object.prototype.hasOwnProperty;var oe=(t,e,r)=>()=>{if(r)throw r[0];try{return t&&(e=t(t=0)),e}catch(n){throw r=[n],n}};var F=(t,e)=>()=>{try{return e||t((e={exports:{}}).exports,e),e.exports}catch(r){throw e=0,r}},Ki=(t,e)=>{for(var r in e)ah(t,r,{get:e[r],enumerable:!0})},GC=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of TL(e))!qL.call(t,i)&&i!==r&&ah(t,i,{get:()=>e[i],enumerable:!(n=kL(e,i))||n.enumerable});return t};var he=(t,e,r)=>(r=t!=null?PL(AL(t)):{},GC(e||!t||!t.__esModule?ah(r,"default",{value:t,enumerable:!0}):r,t)),Ko=t=>GC(ah({},"__esModule",{value:!0}),t);function Et(t){return t.replace(/[^a-zA-Z0-9-_]/g,"_").replace(/\s+/g,"-").toLowerCase().substring(0,100)}function ct(t){let e=Date.now().toString(36)+($L++).toString(36)+Math.random().toString(36).slice(2,7);return t?`${Et(t)}_${e}`:e}function lh(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{let e=Math.random()*16|0;return(t==="x"?e:e&3|8).toString(16)})}function Nl(t,e){let r={},n={};for(let[i,s]of Object.entries(t)){let a=i.toLowerCase();n[a]=i,r[i]=s}for(let[i,s]of Object.entries(e)){let a=i.toLowerCase(),l=n[a];l&&delete r[l],n[a]=i,r[i]=s}return r}function KC(t){return JSON.parse(JSON.stringify(t))}function QC(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function ZC(t,e){try{return JSON.parse(t)}catch{return e}}function XC(t){if(t===0)return"0 B";let e=1024,r=["B","KB","MB","GB"],n=Math.floor(Math.log(t)/Math.log(e));return`${parseFloat((t/Math.pow(e,n)).toFixed(1))} ${r[n]}`}function eE(t){return t<1e3?`${t} ms`:`${(t/1e3).toFixed(2)} s`}var $L,vn=oe(()=>{"use strict";$L=0});function zu(t){if(!et.existsSync(t))return;let e={},r=tn.join(t,Wu.preRequest);et.existsSync(r)&&(e.preRequest=et.readFileSync(r,"utf-8"));let n=tn.join(t,Wu.postResponse);return et.existsSync(n)&&(e.postResponse=et.readFileSync(n,"utf-8")),Object.keys(e).length>0?e:void 0}async function Ju(t,e){await et.promises.mkdir(t,{recursive:!0});let r=tn.join(t,Wu.preRequest);e.preRequest?await et.promises.writeFile(r,e.preRequest,"utf-8"):et.existsSync(r)&&await et.promises.unlink(r);let n=tn.join(t,Wu.postResponse);e.postResponse?await et.promises.writeFile(n,e.postResponse,"utf-8"):et.existsSync(n)&&await et.promises.unlink(n)}function Tb(t){for(let[e,r]of Object.entries(kb)){let n=tn.join(t,e);if(et.existsSync(n))try{let i=et.readFileSync(n,"utf-8"),s;if(r.type==="graphql")try{s=JSON.parse(i)}catch{s=i}else s=i;return{type:r.type,format:r.format,content:s}}catch(i){console.error(`[FolderIO] Failed to load body from ${n}:`,i)}}}function Ab(t){if(!t||t.type==="none")return{bodyForMetadata:t};if(t.type==="raw"){let e=t.format||"json",n={json:"body.json",xml:"body.xml",text:"body.txt",html:"body.html",javascript:"body.js"}[e];if(n){let i=e==="json"?typeof t.content=="string"?t.content:JSON.stringify(t.content,null,2):String(t.content||"");return{bodyForMetadata:{type:t.type,format:t.format},externalBodyFile:{filename:n,content:i}}}}if(t.type==="graphql"){let e=typeof t.content=="string"?t.content:JSON.stringify(t.content,null,2);return{bodyForMetadata:{type:t.type},externalBodyFile:{filename:"body.graphql",content:e}}}return{bodyForMetadata:t}}async function qb(t,e){for(let r of Object.keys(kb))if(r!==e){let n=tn.join(t,r);if(et.existsSync(n))try{await et.promises.unlink(n)}catch{}}}function $b(t){if(et.existsSync(t))try{let e=et.readFileSync(t,"utf-8");return JSON.parse(e)}catch(e){console.error(`[FolderIO] Failed to load schema file ${t}:`,e);return}}async function Mb(t,e,r){let n=tn.join(t,Dl.responseSchema),i=tn.join(t,Dl.bodySchema);e?await et.promises.writeFile(n,JSON.stringify(e,null,2),"utf-8"):et.existsSync(n)&&await et.promises.unlink(n),r?await et.promises.writeFile(i,JSON.stringify(r,null,2),"utf-8"):et.existsSync(i)&&await et.promises.unlink(i)}function ch(t,e){for(let r of t){if(r.id===e)return r;if(r.type==="folder"&&r.items){let n=ch(r.items,e);if(n)return n}}}function uh(t,e){for(let r=0;r<t.length;r++){let n=t[r];if(n.id===e)return t.splice(r,1),!0;if(n.type==="folder"&&n.items&&uh(n.items,e))return!0}return!1}function Nb(t,e){let r=new Map(t.map(i=>[i.id,i])),n=[];for(let i of e){let s=r.get(i);s&&(n.push(s),r.delete(i))}for(let i of r.values())n.push(i);return n}function fh(t,e){let r;try{r=et.readdirSync(t,{withFileTypes:!0})}catch{return}for(let n of r){if(!n.isDirectory()||n.name===Mr)continue;if(n.name===e)return tn.join(t,n.name);let i=fh(tn.join(t,n.name),e);if(i)return i}}function ML(t){for(let e of[or.request,or.folder]){let r=tn.join(t,e);if(et.existsSync(r))try{let n=et.readFileSync(r,"utf-8");return JSON.parse(n).id}catch{return}}}function dh(t,e){let r;try{r=et.readdirSync(t,{withFileTypes:!0})}catch{return}for(let n of r){if(!n.isDirectory()||n.name===Mr)continue;let i=tn.join(t,n.name);if(ML(i)===e)return i;let s=dh(i,e);if(s)return s}}function rn(t,e=[]){let r=t.toLowerCase().trim(),n=r.match(/^(get|post|put|patch|delete|head|options)[_\s-]/i),i=n?n[1]:"",s=r.match(/t(\d+)/gi)||[],a=0;for(let y of s){let w=parseInt(y.substring(1));w>a&&(a=w)}let l="";if(a>0)l=`t${a}`;else{let y=r.match(/[_\s-](\d+\.\d+)[_\s-]/);y&&(l=`v${y[1].replace(".","_")}`)}let f=r;n&&(f=f.substring(n[0].length)),f=f.replace(/[_\s-]?t\d+(?:\.\d+)?[_\s-]?/gi,"-"),f=f.replace(/[_\s-]?\d+\.\d+[_\s-]?/g,"-"),f=f.replace(/\([^)]+\)/g,""),f=f.replace(/:[a-z_][a-z0-9_]*/gi,""),f=f.replace(/\{[^}]+\}/g,""),f=f.replace(/\?$/g,"").replace(/[_/\\ ]+/g,"-").replace(/[^a-z0-9-]/g,"").replace(/-+/g,"-").replace(/^-|-$/g,"");let d=f.split("-").filter(y=>y.length>0),m=[];i&&m.push(i),m.push(...d),l&&m.push(l);let g=m.join("-");if(g||(g="item"),e.includes(g)){let y=2;for(;e.includes(`${g}-${y}`);)y++;g=`${g}-${y}`}return g}var et,tn,Wu,or,kb,Dl,Mr,Zo=oe(()=>{"use strict";et=he(require("fs")),tn=he(require("path")),Wu={preRequest:"pre-request.js",postResponse:"post-response.js"},or={collection:"collection.json",folder:"folder.json",request:"request.json"},kb={"body.json":{type:"raw",format:"json"},"body.xml":{type:"raw",format:"xml"},"body.txt":{type:"raw",format:"text"},"body.html":{type:"raw",format:"html"},"body.js":{type:"raw",format:"javascript"},"body.graphql":{type:"graphql"}},Dl={responseSchema:"response.schema.json",bodySchema:"body.schema.json"},Mr="scripts"});var Ce,ke,Qi,ph=oe(()=>{"use strict";Ce=he(require("fs")),ke=he(require("path"));vn();Zo();Qi=class{collectionsDir;cache=new Map;slugToIdMap=new Map;idToSlugMap=new Map;constructor(e){this.collectionsDir=e,this.ensureDirectory()}getSlugById(e){return this.idToSlugMap.get(e)}getIdBySlug(e){return this.slugToIdMap.get(e)}ensureDirectory(){Ce.existsSync(this.collectionsDir)||Ce.mkdirSync(this.collectionsDir,{recursive:!0})}readJsonFileSafe(e,r){let n;try{n=Ce.readFileSync(e,"utf-8")}catch(i){console.error(`[FolderCollectionStore] Failed to read ${r} ${e}:`,i);return}if(n.trim().length!==0)try{return JSON.parse(n)}catch(i){if(i instanceof SyntaxError&&/Unexpected end of JSON input/.test(i.message))return;console.error(`[FolderCollectionStore] Failed to parse ${r} ${e}:`,i);return}}loadAll(){if(this.cache.clear(),this.slugToIdMap.clear(),this.idToSlugMap.clear(),!Ce.existsSync(this.collectionsDir))return[];let e=Ce.readdirSync(this.collectionsDir,{withFileTypes:!0}),r=[];for(let n of e)if(n.isDirectory())try{let i=this.loadCollectionFromFolder(n.name);i&&(this.cache.set(i.id,i),this.slugToIdMap.set(n.name,i.id),this.idToSlugMap.set(i.id,n.name),r.push(i))}catch(i){console.error(`[FolderCollectionStore] Failed to load ${n.name}:`,i)}return r}loadCollectionFromFolder(e){let r=ke.join(this.collectionsDir,e),n=ke.join(r,or.collection);if(!Ce.existsSync(n))return;let i=this.readJsonFileSafe(n,"collection");if(i)try{let s=this.loadScriptsFromDir(ke.join(r,Mr)),a=this.loadItemsFromDir(r,i.id,i.order);return{id:i.id,name:i.name,description:i.description,version:i.version,variables:i.variables,auth:i.auth,scripts:s,items:a}}catch(s){console.error(`[FolderCollectionStore] Failed to parse ${n}:`,s);return}}loadItemsFromDir(e,r,n){let i=[],s=new Map,a=Ce.readdirSync(e,{withFileTypes:!0});for(let l of a){if(!l.isDirectory()||l.name===Mr)continue;let f=ke.join(e,l.name);if(Ce.existsSync(ke.join(f,or.folder))){let d=this.loadFolderFromDir(f,l.name);d&&s.set(l.name,d)}else if(Ce.existsSync(ke.join(f,or.request))){let d=this.loadRequestFromDir(f,l.name);d&&s.set(l.name,d)}}if(n&&n.length>0){for(let l of n){let f=s.get(l);f&&(i.push(f),s.delete(l))}for(let l of s.values())i.push(l)}else for(let l of s.values())i.push(l);return i}loadFolderFromDir(e,r){let n=ke.join(e,or.folder),i=this.readJsonFileSafe(n,"folder");if(i)try{let s=this.loadScriptsFromDir(ke.join(e,Mr)),a=this.loadItemsFromDir(e,i.id,i.order);return this.slugToIdMap.set(r,i.id),this.idToSlugMap.set(i.id,r),{id:i.id,type:"folder",name:i.name,description:i.description,auth:i.auth,scripts:s,items:a}}catch(s){console.error(`[FolderCollectionStore] Failed to load folder ${e}:`,s);return}}loadRequestFromDir(e,r){let n=ke.join(e,or.request),i=this.readJsonFileSafe(n,"request");if(i)try{let s=this.loadScriptsFromDir(ke.join(e,Mr)),a=i.body,l=this.loadBodyFromDir(e);l&&(a=l);let f=this.loadSchemaFile(ke.join(e,Dl.responseSchema)),d=this.loadSchemaFile(ke.join(e,Dl.bodySchema)),m=ke.join(e,"doc.md"),g=Ce.existsSync(m)?Ce.readFileSync(m,"utf-8"):void 0;return this.slugToIdMap.set(r,i.id),this.idToSlugMap.set(i.id,r),{id:i.id,type:"request",name:i.name,description:i.description,method:i.method,url:i.url,params:i.params,query:i.query,headers:i.headers,body:a,auth:i.auth,settings:i.settings,scripts:s,deprecated:i.deprecated,...g&&{doc:g},...f&&{responseSchema:f},...d&&{bodySchema:d}}}catch(s){console.error(`[FolderCollectionStore] Failed to load request ${e}:`,s);return}}loadScriptsFromDir(e){return zu(e)}loadBodyFromDir(e){return Tb(e)}loadSchemaFile(e){return $b(e)}async saveSchemaFiles(e,r){return Mb(e,r.responseSchema,r.bodySchema)}load(e){if(this.cache.has(e))return this.cache.get(e);let r=this.idToSlugMap.get(e);if(r){let n=this.loadCollectionFromFolder(r);return n&&this.cache.set(e,n),n}return this.loadAll(),this.cache.get(e)}async save(e){if(this.ensureDirectory(),!e.name)throw new Error("Collection name is required");e.id||(e.id=ct(e.name));let r=this.idToSlugMap.get(e.id);if(!r){let l=Ce.readdirSync(this.collectionsDir);r=rn(e.name,l),this.idToSlugMap.set(e.id,r),this.slugToIdMap.set(r,e.id)}let n=ke.join(this.collectionsDir,r),i=!Ce.existsSync(n);await Ce.promises.mkdir(n,{recursive:!0});let s={id:e.id,name:e.name,description:e.description,version:e.version,variables:e.variables,auth:e.auth},[a]=await Promise.all([this.saveItemsToDir(n,e.items,i),e.scripts?this.saveScriptsToDir(ke.join(n,Mr),e.scripts):Promise.resolve()]);a.length>0&&(s.order=a),await Ce.promises.writeFile(ke.join(n,or.collection),JSON.stringify(s,null,2),"utf-8"),this.cache.set(e.id,e)}async saveItemsToDir(e,r,n=!1){let i=[],s=[];for(let a of r){let l=this.idToSlugMap.get(a.id);l||(l=rn(a.name,i),this.idToSlugMap.set(a.id,l),this.slugToIdMap.set(l,a.id)),i.push(l),s.push({item:a,slug:l})}return await Promise.all(s.map(async({item:a,slug:l})=>{let f=ke.join(e,l);await Ce.promises.mkdir(f,{recursive:!0}),a.type==="folder"?await this.saveFolderToDir(f,a,n):await this.saveRequestToDir(f,a,n)})),i}async saveFolderToDir(e,r,n=!1){let i={id:r.id,name:r.name,description:r.description,auth:r.auth},[s]=await Promise.all([r.items?this.saveItemsToDir(e,r.items,n):Promise.resolve([]),r.scripts?this.saveScriptsToDir(ke.join(e,Mr),r.scripts):Promise.resolve()]);s.length>0&&(i.order=s),await Ce.promises.writeFile(ke.join(e,or.folder),JSON.stringify(i,null,2),"utf-8")}async saveRequestToDir(e,r,n=!1){let{bodyForMetadata:i,externalBodyFile:s}=this.prepareBodyForSave(r.body),a={id:r.id,name:r.name,method:r.method||"GET",url:r.url||"",description:r.description,params:r.params,query:r.query,headers:r.headers,body:i,auth:r.auth,settings:r.settings,...r.deprecated&&{deprecated:r.deprecated}},l=[Ce.promises.writeFile(ke.join(e,or.request),JSON.stringify(a,null,2),"utf-8")];s&&l.push(Ce.promises.writeFile(ke.join(e,s.filename),s.content,"utf-8")),n||l.push(this.cleanupOldBodyFiles(e,s?.filename)),(!n||r.responseSchema||r.bodySchema)&&l.push(this.saveSchemaFiles(e,r)),r.doc&&l.push(Ce.promises.writeFile(ke.join(e,"doc.md"),r.doc,"utf-8")),r.scripts&&l.push(this.saveScriptsToDir(ke.join(e,Mr),r.scripts)),await Promise.all(l)}prepareBodyForSave(e){return Ab(e)}async cleanupOldBodyFiles(e,r){return qb(e,r)}async saveScriptsToDir(e,r){return Ju(e,r)}async delete(e){let r=this.idToSlugMap.get(e);if(!r&&(this.loadAll(),r=this.idToSlugMap.get(e),!r))return!1;let n=ke.join(this.collectionsDir,r);if(!Ce.existsSync(n))return!1;try{return await Ce.promises.rm(n,{recursive:!0,force:!0}),this.cache.delete(e),this.idToSlugMap.delete(e),this.slugToIdMap.delete(r),!0}catch(i){return console.error(`[FolderCollectionStore] Failed to delete collection ${e}:`,i),!1}}exists(e){let r=this.idToSlugMap.get(e);return r?Ce.existsSync(ke.join(this.collectionsDir,r,or.collection)):!1}getCollectionPath(e){let r=this.idToSlugMap.get(e)||e;return ke.join(this.collectionsDir,r)}getItemPath(e,r){return this.findItemPath(e,r)}async create(e,r){let n={id:r||ct(e),name:e,items:[]};return await this.save(n),n}async saveScripts(e,r,n){let i=this.load(e);if(!i)throw new Error(`Collection ${e} not found`);let s=this.findItemPath(e,r);if(!s)throw new Error(`Item ${r} not found in collection ${e}`);await this.saveScriptsToDir(ke.join(s,Mr),n);let a=this.findItemById(i.items,r);a&&(a.scripts=n)}loadScripts(e,r){let n=this.findItemPath(e,r);if(n)return this.loadScriptsFromDir(ke.join(n,Mr))}async updateCollectionMetadata(e,r){let n=this.load(e);if(!n)throw new Error(`Collection ${e} not found`);let i=this.idToSlugMap.get(e);if(!i)throw new Error(`Collection slug not found for ${e}`);let s=ke.join(this.collectionsDir,i),a=ke.join(s,or.collection),l=Ce.readFileSync(a,"utf-8"),d={...JSON.parse(l),...r,id:e};await Ce.promises.writeFile(a,JSON.stringify(d,null,2),"utf-8"),r.name!==void 0&&(n.name=r.name),r.description!==void 0&&(n.description=r.description),r.version!==void 0&&(n.version=r.version),r.variables!==void 0&&(n.variables=r.variables),r.auth!==void 0&&(n.auth=r.auth)}async saveItem(e,r,n){let i=this.load(e);if(!i)throw new Error(`Collection ${e} not found`);let s=this.idToSlugMap.get(e);if(!s)throw new Error(`Collection slug not found for ${e}`);let a;if(n){let m=this.findItemPath(e,n);if(!m)throw new Error(`Parent folder ${n} not found`);a=m}else a=ke.join(this.collectionsDir,s);let l=this.idToSlugMap.get(r.id);if(!l){let m=Ce.readdirSync(a).filter(g=>Ce.statSync(ke.join(a,g)).isDirectory()&&g!==Mr);l=rn(r.name,m),this.idToSlugMap.set(r.id,l),this.slugToIdMap.set(l,r.id)}let f=ke.join(a,l);await Ce.promises.mkdir(f,{recursive:!0}),r.type==="folder"?await this.saveFolderToDir(f,r):await this.saveRequestToDir(f,r);let d=this.findItemById(i.items,r.id);if(d)Object.assign(d,r);else if(n){let m=this.findItemById(i.items,n);m&&m.type==="folder"&&(m.items=m.items||[],m.items.push(r))}else i.items.push(r)}async deleteItem(e,r){let n=this.load(e);if(!n)return!1;let i=this.findItemPath(e,r);if(!i||!Ce.existsSync(i))return!1;try{await Ce.promises.rm(i,{recursive:!0,force:!0}),this.deleteItemFromTree(n.items,r);let s=this.idToSlugMap.get(r);return s&&(this.slugToIdMap.delete(s),this.idToSlugMap.delete(r)),!0}catch(s){return console.error(`[FolderCollectionStore] Failed to delete item ${r}:`,s),!1}}async updateItem(e,r,n){let i=this.load(e);if(!i)return!1;let s=this.findItemPath(e,r);if(!s)return!1;let a=this.findItemById(i.items,r);if(!a)return!1;let{id:l,type:f,items:d,...m}=n;return Object.assign(a,m),a.type==="folder"?await this.saveFolderToDir(s,a):await this.saveRequestToDir(s,a),!0}async moveItem(e,r,n){let i=this.load(e);if(!i)return!1;let s=this.idToSlugMap.get(e);if(!s)return!1;let a=this.findItemPath(e,r);if(!a||!Ce.existsSync(a))return!1;let l;if(n){let m=this.findItemPath(e,n);if(!m)return!1;l=m}else l=ke.join(this.collectionsDir,s);let f=this.idToSlugMap.get(r);if(!f)return!1;let d=ke.join(l,f);if(Ce.existsSync(d))return!1;try{await Ce.promises.rename(a,d);let m=this.findItemById(i.items,r);if(m){let g=m.type==="folder"?{...m,items:m.items?[...m.items]:[]}:{...m};if(this.deleteItemFromTree(i.items,r),n){let y=this.findItemById(i.items,n);y&&y.type==="folder"&&(y.items=y.items||[],y.items.push(g))}else i.items.push(g)}return!0}catch(m){return console.error(`[FolderCollectionStore] Failed to move item ${r}:`,m),!1}}async reorderItems(e,r,n){let i=this.load(e);if(!i)return!1;let s=this.idToSlugMap.get(e);if(!s)return!1;let a=[];for(let l of n){let f=this.idToSlugMap.get(l);f&&a.push(f)}try{if(r){let l=this.findItemPath(e,r);if(!l)return!1;let f=ke.join(l,or.folder),d=Ce.readFileSync(f,"utf-8"),m=JSON.parse(d);m.order=a,await Ce.promises.writeFile(f,JSON.stringify(m,null,2),"utf-8");let g=this.findItemById(i.items,r);g&&g.type==="folder"&&g.items&&(g.items=this.sortItemsByOrder(g.items,n))}else{let l=ke.join(this.collectionsDir,s,or.collection),f=Ce.readFileSync(l,"utf-8"),d=JSON.parse(f);d.order=a,await Ce.promises.writeFile(l,JSON.stringify(d,null,2),"utf-8"),i.items=this.sortItemsByOrder(i.items,n)}return!0}catch(l){return console.error("[FolderCollectionStore] Failed to reorder items:",l),!1}}sortItemsByOrder(e,r){return Nb(e,r)}findItemPath(e,r){let n=this.idToSlugMap.get(e);if(!n)return;let i=ke.join(this.collectionsDir,n),s=dh(i,r);if(s)return s;let a=this.load(e);if(a){let f=this.buildSlugPath(a.items,r);if(f)return ke.join(i,...f)}let l=this.idToSlugMap.get(r);if(l)return fh(i,l)}buildSlugPath(e,r){for(let n of e){let i=this.idToSlugMap.get(n.id);if(i){if(n.id===r)return[i];if(n.type==="folder"&&n.items){let s=this.buildSlugPath(n.items,r);if(s)return[i,...s]}}}}findItemById(e,r){return ch(e,r)}deleteItemFromTree(e,r){return uh(e,r)}}});var ut,jl=oe(()=>{"use strict";ut=class{static parseSetCookie(e,r){let n=e.split(";").map(m=>m.trim());if(n.length===0)return null;let[i,...s]=n,a=i.indexOf("=");if(a===-1)return null;let l=i.substring(0,a).trim(),f=i.substring(a+1).trim(),d={name:l,value:f,domain:r};for(let m of s){let g=m.indexOf("="),y=(g===-1?m:m.substring(0,g)).toLowerCase(),w=g===-1?"":m.substring(g+1);switch(y){case"domain":d.domain=w.startsWith(".")?w.substring(1):w;break;case"path":d.path=w;break;case"expires":d.expires=w;break;case"max-age":d.maxAge=parseInt(w,10);break;case"httponly":d.httpOnly=!0;break;case"secure":d.secure=!0;break;case"samesite":d.sameSite=w;break}}return d}static parseCookieHeaders(e,r){let n=[],i=e["set-cookie"]||e["Set-Cookie"];if(!i)return n;let s=Array.isArray(i)?i:[i];for(let a of s){let l=this.parseSetCookie(a,r);l&&n.push(l)}return n}static formatCookieHeader(e){return e.map(r=>`${r.name}=${r.value}`).join("; ")}static isExpired(e){return!!(e.expires&&new Date(e.expires).getTime()<Date.now()||e.maxAge!==void 0&&e.maxAge<=0)}static domainMatches(e,r){if(r==="*")return!0;let n=e.toLowerCase().split(".").reverse(),i=r.toLowerCase().split(".").reverse();if(i.length>n.length)return!1;for(let s=0;s<i.length;s++)if(i[s]!==n[s])return!1;return!0}static extractDomain(e){try{return new URL(e).hostname}catch{return""}}static extractPath(e){try{return new URL(e).pathname}catch{return"/"}}}});function Yu(t){let e=t.toLowerCase();return e==="_global.json"||e==="_global.local.json"||e.endsWith(".local.json")}function Hl(t){if(!Ms.existsSync(t))return DL();let e=hh(Xo.join(t,"_global.json"))||{},r=e.globalVariables||e.variables||{},n=e.defaultHeaders||{},i=Ms.readdirSync(t).filter(d=>d.endsWith(".json")).filter(d=>!d.endsWith(".local.json")).filter(d=>!Yu(d)),s={};for(let d of i){let m=hh(Xo.join(t,d))||{},g=Xo.basename(d,".json");s[g]={description:m.description,requiresConfirmation:m.requiresConfirmation,variables:m.variables||{},secretVariables:m.secretVariables}}let l=(hh(Xo.join(t,"_global.local.json"))||{}).variables||{},f={};for(let d of Object.keys(s)){let m=Xo.join(t,`${d}.local.json`);if(Ms.existsSync(m)){let g=hh(m)||{};f[d]={variables:g.variables||{}}}}return{globalVariables:r,defaultHeaders:n,environments:s,localVariables:l,localCredentials:f}}function DL(){return{globalVariables:{},defaultHeaders:{},environments:{},localVariables:{},localCredentials:{}}}function hh(t){try{if(!Ms.existsSync(t))return null;let e=Ms.readFileSync(t,"utf-8");return JSON.parse(e)}catch(e){return console.error(`[environment-file-loader] Failed to load JSON from ${t}:`,e),null}}var Ms,Xo,mh=oe(()=>{"use strict";Ms=he(require("fs")),Xo=he(require("path"))});var bn,Bl=oe(()=>{"use strict";bn=class{buildUrl(e,r={},n={}){let i=e;return i=this.replacePathParams(i,r),i=this.appendQueryParams(i,n),i}replacePathParams(e,r){let n="",i="",s=e,a="",l=e.indexOf("?");l!==-1&&(a=e.substring(l),s=e.substring(0,l));let f=s.match(/^(https?:\/\/)([^\/]*)(\/.*)?$/);f&&(n=f[1],i=f[2],s=f[3]||"/");let d=/:(\w+)(?:\([^)]*\))?(\?)?/g,m=s.replace(d,(g,y,w)=>{let C=r[y];return C!==void 0&&C!==""?encodeURIComponent(C):w?"":(console.warn(`[UrlBuilder] Missing required path parameter: ${y}`),g)});return m=m.replace(/([^:])\/+/g,"$1/"),m.length>1&&m.endsWith("/")&&(m=m.slice(0,-1)),`${n}${i}${m}${a}`}extractPathParams(e){let r=/:(\w+)(?:\([^)]*\))?(\?)?/g,n=[],i;for(;(i=r.exec(e))!==null;)n.push(i[1]);return[...new Set(n)]}appendQueryParams(e,r){let n=e,i={};if(e.includes("?")){let[f,d]=e.split("?");n=f,d&&new URLSearchParams(d).forEach((g,y)=>{i[y]=g})}let s={...i,...r},a=new URLSearchParams;for(let[f,d]of Object.entries(s))d!=null&&a.append(f,d);let l=a.toString();return l?`${n}?${l}`:n}}});function rE(t,e=0){return(Zt[t[e+0]]+Zt[t[e+1]]+Zt[t[e+2]]+Zt[t[e+3]]+"-"+Zt[t[e+4]]+Zt[t[e+5]]+"-"+Zt[t[e+6]]+Zt[t[e+7]]+"-"+Zt[t[e+8]]+Zt[t[e+9]]+"-"+Zt[t[e+10]]+Zt[t[e+11]]+Zt[t[e+12]]+Zt[t[e+13]]+Zt[t[e+14]]+Zt[t[e+15]]).toLowerCase()}var Zt,nE=oe(()=>{Zt=[];for(let t=0;t<256;++t)Zt.push((t+256).toString(16).slice(1))});function Lb(){return crypto.getRandomValues(FL)}var FL,iE=oe(()=>{FL=new Uint8Array(16)});function LL(t,e,r){return!e&&!t&&crypto.randomUUID?crypto.randomUUID():jL(t,e,r)}function jL(t,e,r){t=t||{};let n=t.random??t.rng?.()??Lb();if(n.length<16)throw new Error("Random bytes length must be >= 16");if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,e){if(r=r||0,r<0||r+16>e.length)throw new RangeError(`UUID byte range ${r}:${r+15} is out of buffer bounds`);for(let i=0;i<16;++i)e[r+i]=n[i];return e}return rE(n)}var Vl,sE=oe(()=>{iE();nE();Vl=LL});var jb=oe(()=>{sE()});function UL(t=0,e=999){return Math.floor(Math.random()*(e-t+1))+t}function HL(){return Date.now()}function oE(){return Vl()}function BL(){return Vl()}function aE(t=10){let e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r="";for(let n=0;n<t;n++)r+=e.charAt(Math.floor(Math.random()*e.length));return r}function VL(){let t=aE(8).toLowerCase(),e=["example.com","test.org","mail.dev","sample.net"];return`${t}@${e[Math.floor(Math.random()*e.length)]}`}function WL(){return Math.random()<.5}function zL(t=10){let e="0123456789abcdef",r="";for(let n=0;n<t;n++)r+=e.charAt(Math.floor(Math.random()*e.length));return r}function JL(){return Math.floor(Date.now()/1e3)}function YL(){return new Date().toISOString()}function GL(){return new Date().toISOString().split("T")[0]}function KL(){return new Date().toISOString().split("T")[1].split(".")[0]}function QL(){return new Date().toISOString()}function ZL(t=""){return Buffer.from(String(t)).toString("base64")}function XL(t=""){return Buffer.from(String(t),"base64").toString("utf-8")}function ej(t=""){return encodeURIComponent(String(t))}function tj(t=""){return decodeURIComponent(String(t))}function rj(t){return t?t.split(",").map(e=>{let r=e.trim(),n=Number(r);return!isNaN(n)&&r!==""?n:r.startsWith('"')&&r.endsWith('"')||r.startsWith("'")&&r.endsWith("'")?r.slice(1,-1):r}):[]}function bi(t,e){let r=Ub[t];return r?e&&e.length>0?r(...e):r():null}function lE(t){return!t||typeof t!="string"?t:t.replace(/\{\{\$([a-zA-Z_][a-zA-Z0-9_]*)(?:\(([^)]*)\))?\}\}/g,(e,r,n)=>{try{let i=n?rj(n):void 0,s=bi(r,i);return s===null?e:String(s)}catch{return e}})}function Ns(t,e){let r=/\$([a-zA-Z_][a-zA-Z0-9_]*)/g,n=null,i;for(;(i=r.exec(t))!==null;){let s=i[0],a=i[1];if(!(s in e)){let l=bi(a);l!==null&&(n||(n={...e}),n[s]=l)}}return n??e}var Ub,gh=oe(()=>{"use strict";jb();Ub={randomInt:UL,timestamp:HL,guid:BL,uuid:oE,randomUUID:oE,randomString:aE,randomHexadecimal:zL,randomEmail:VL,randomBoolean:WL,isoTimestamp:QL,timestamp_s:JL,datetime:YL,date:GL,time:KL,base64Encode:ZL,base64Decode:XL,urlEncode:ej,urlDecode:tj}});function Ds(t){let e=t.trim();return!e||/^(\$?)[a-zA-Z_][a-zA-Z0-9_]*(\([^)]*\))?$/.test(e)||/(?<!\|)\|(?!\|)/.test(e)?!1:/[+\-*/%<>=!&|?:~^()[\]{}.,`]/.test(e)}function Fs(t,e={}){try{let r={...e,Math,Date,JSON,Number,String,Boolean,Array,Object,parseInt,parseFloat,isNaN,isFinite,encodeURIComponent,decodeURIComponent,encodeURI,decodeURI,undefined:void 0,null:null,true:!0,false:!1,NaN:NaN,Infinity:1/0},n=yh.createContext(r);return yh.runInContext(t,n,{timeout:nj,displayErrors:!1})}catch{return}}var yh,nj,vh=oe(()=>{"use strict";yh=he(require("vm")),nj=100});function ij(t){if(typeof t=="string"&&t.charCodeAt(0)===30)try{return JSON.parse(t.slice(1))}catch{return t}return t}function Wl(t){if(!t||!t.includes("|"))return null;let e=sj(t);if(e.length<2)return null;let r=e[0].trim(),n=[];for(let i=1;i<e.length;i++){let s=e[i].trim();if(!s)continue;let a=oj(s);a&&n.push(a)}return n.length===0?null:{input:r,filters:n}}function sj(t){let e=[],r="",n=0,i=!1,s=!1;for(let a=0;a<t.length;a++){let l=t[a],f=a>0?t[a-1]:"",d=a<t.length-1?t[a+1]:"";if(f==="\\"){r+=l;continue}if(l==="'"&&!s)i=!i;else if(l==='"'&&!i)s=!s;else if(l==="("&&!i&&!s)n++;else if(l===")"&&!i&&!s)n--;else if(l==="|"&&n===0&&!i&&!s){if(d==="|"){r+="||",a++;continue}e.push(r),r="";continue}r+=l}return r&&e.push(r),e}function oj(t){let e=t.indexOf("(");if(e===-1)return{name:t.trim(),args:[]};let r=t.substring(0,e).trim(),n=t.substring(e+1,t.lastIndexOf(")"));return{name:r,args:aj(n)}}function aj(t){if(!t||!t.trim())return[];let e=[],r="",n=!1,i=!1;for(let s=0;s<t.length;s++){let a=t[s];if((s>0?t[s-1]:"")==="\\"){r+=a;continue}if(a==="'"&&!i){n=!n,r+=a;continue}else if(a==='"'&&!n){i=!i,r+=a;continue}else if(a===","&&!n&&!i){e.push(r.trim()),r="";continue}r+=a}return r.trim()&&e.push(r.trim()),e}function Pt(t,e){if(t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'"))return t.slice(1,-1);let r=Number(t);if(!isNaN(r)&&t!=="")return r;if(t==="true")return!0;if(t==="false")return!1;if(e&&t in e){let n=ij(e[t]),i=Number(n);return!isNaN(i)&&n!==""?i:n}return t}function zl(t,e,r={}){let n=t;for(let i of e)n=lj(n,i.name,i.args,r);return n}function lj(t,e,r,n){switch(e){case"upper":return String(t).toUpperCase();case"lower":return String(t).toLowerCase();case"trim":return String(t).trim();case"length":return Array.isArray(t)?t.length:String(t).length;case"substring":{let i=Pt(r[0],n),s=r[1]!==void 0?Pt(r[1],n):void 0;return String(t).substring(i<0?String(t).length+i:i,s!==void 0?s<0?String(t).length+s:s:void 0)}case"replace":{let i=r[0]!==void 0?String(Pt(r[0],n)):"",s=r[1]!==void 0?String(Pt(r[1],n)):"";return String(t).replace(new RegExp(uj(i),"g"),s)}case"split":{let i=r[0]!==void 0?String(Pt(r[0],n)):",";return String(t).split(i)}case"join":{let i=r[0]!==void 0?String(Pt(r[0],n)):",";return Array.isArray(t)?t.join(i):String(t)}case"removeQuotes":return String(t).replace(/["']/g,"");case"removeSpaces":return String(t).replace(/\s/g,"");case"format":{let i=r[0]!==void 0?String(Pt(r[0],n)):"{0}";i=i.replace("{0}",String(t));for(let s=1;s<r.length;s++){let a=Pt(r[s],n);i=i.replace(`{${s}}`,String(a))}return i}case"add":{let i=Pt(r[0],n);return Number(t)+i}case"subtract":{let i=Pt(r[0],n);return Number(t)-i}case"multiply":{let i=Pt(r[0],n);return Number(t)*i}case"abs":return Math.abs(Number(t));case"btoa":return Buffer.from(String(t)).toString("base64");case"atob":return Buffer.from(String(t),"base64").toString("utf-8");case"urlEncode":return encodeURIComponent(String(t));case"urlDecode":return decodeURIComponent(String(t));case"hash":{let i=String(r[0]!==void 0?Pt(r[0],n):"md5").toLowerCase(),s=String(r[1]!==void 0?Pt(r[1],n):"base64"),l={md5:"md5",sha1:"sha1",sha256:"sha256",sha512:"sha512"}[i]||"md5";return bh.createHash(l).update(String(t)).digest(s)}case"hmac":{let i=r[0]?String(Pt(r[0],n)):"",s=String(r[1]!==void 0?Pt(r[1],n):"sha256").toLowerCase(),a=String(r[2]!==void 0?Pt(r[2],n):"base64"),f={md5:"md5",sha1:"sha1",sha256:"sha256",sha512:"sha512"}[s]||"sha256";return bh.createHmac(f,i).update(String(t)).digest(a)}case"first":return Array.isArray(t)?t[0]:t;case"last":return Array.isArray(t)?t[t.length-1]:t;case"at":{let i=Pt(r[0],n);return Array.isArray(t)?t.at(i):t}case"slice":{let i=Pt(r[0],n),s=r[1]!==void 0?Pt(r[1],n):void 0;return Array.isArray(t)?t.slice(i,s):String(t).slice(i,s)}case"unique":return Array.isArray(t)?[...new Set(t)]:t;case"filter":return!Array.isArray(t)||!r[0]?t:cj(t,r[0],n);case"map":{if(!Array.isArray(t))return t;let i=r.map(s=>String(Pt(s,n)));return i.length===1?t.map(s=>Gu(s,i[0])):t.map(s=>{let a={};for(let l of i){let f=Gu(s,l);f!==void 0&&(a[l]=f)}return a})}case"prop":{let i=r[0]!==void 0?String(Pt(r[0],n)):"";if(Array.isArray(t)){let s=t.map(a=>Gu(a,i)).filter(a=>a!==void 0);return s.length===1?s[0]:s.join(",")}return t&&typeof t=="object"?Gu(t,i):t}case"parseJSON":try{return JSON.parse(String(t))}catch{return t}case"stringify":try{return JSON.stringify(t)}catch{return String(t)}case"isEmail":return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(String(t));case"isUrl":try{return new URL(String(t)),!0}catch{return!1}case"setIfValue":return t||void 0;case"setNull":return t===null?null:t;default:return t}}function cj(t,e,r){let n=e.match(/^([\w.]+)\s*(>=|<=|!=|\*=|\^=|\$=|>|<|=)\s*(.+)$/);if(!n)return t;let[,i,s,a]=n,l=Pt(a,r);return t.filter(f=>{let d=Gu(f,i);if(d===void 0)return!1;switch(s){case">":return Number(d)>Number(l);case">=":return Number(d)>=Number(l);case"<":return Number(d)<Number(l);case"<=":return Number(d)<=Number(l);case"=":return String(d)===String(l);case"!=":return String(d)!==String(l);case"*=":return String(d).includes(String(l));case"^=":return String(d).startsWith(String(l));case"$=":return String(d).endsWith(String(l));default:return!0}})}function Gu(t,e){if(!(!t||typeof t!="object"))return e in t?t[e]:e.split(".").reduce((r,n)=>r?.[n],t)}function uj(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var bh,Sh=oe(()=>{"use strict";bh=he(require("crypto"))});function cE(t,e){if(t)return t.split(",").map(r=>{let n=r.trim();if(n.startsWith('"')&&n.endsWith('"')||n.startsWith("'")&&n.endsWith("'"))return n.slice(1,-1);let i=Number(n);if(!isNaN(i)&&n!=="")return i;if(e&&n in e){let s=e[n],a=Number(s);return!isNaN(a)&&s!==""?a:s}return n})}function uE(t){return new Ls(t)}var Ls,js,Ku=oe(()=>{"use strict";gh();vh();Sh();Ls=class t{allVariables;static MAX_RESOLUTION_DEPTH=20;constructor(e){this.allVariables={...e.globals,...e.collectionVariables,...e.environmentVariables,...e.variables}}resolveString(e,r=!1){return typeof e!="string"?e:this.resolveUntilStable(e,this.allVariables,r)}resolveStringWithExtra(e,r,n=!1){if(typeof e!="string")return e;let i={...this.allVariables,...r};return this.resolveUntilStable(e,i,n)}resolveUntilStable(e,r,n){let i=e;for(let s=0;s<t.MAX_RESOLUTION_DEPTH;s++){let a=this.resolveSinglePass(i,r,n);if(a===i)break;i=a}return i}resolveSinglePass(e,r,n){if(!n)return e.replace(/\{\{((?:[^}]|\}(?!\}))+)\}\}/g,(f,d)=>this.resolveTemplateContent(d.trim(),r,f));let i="",s=0,a=/\{\{((?:[^}]|\}(?!\}))+)\}\}/g,l;for(;(l=a.exec(e))!==null;){let f=l[1].trim(),d=this.resolveTemplateContent(f,r,l[0]);if(d!==l[0]){i+=e.slice(s,l.index);let m=this.getStringContext(e,l.index);i+=m?this.escapeForString(String(d),m):String(d)}else i+=e.slice(s,l.index+l[0].length);s=l.index+l[0].length}return i+=e.slice(s),i}resolveObject(e,r=!1){if(typeof e=="string")return this.resolveString(e,r);if(Array.isArray(e))return e.map(n=>this.resolveObject(n,r));if(e!==null&&typeof e=="object"){let n={};for(let[i,s]of Object.entries(e))n[i]=this.resolveObject(s,r);return n}return e}resolveObjectWithExtra(e,r,n=!1){if(typeof e=="string")return this.resolveStringWithExtra(e,r,n);if(Array.isArray(e))return e.map(i=>this.resolveObjectWithExtra(i,r,n));if(e!==null&&typeof e=="object"){let i={};for(let[s,a]of Object.entries(e))i[s]=this.resolveObjectWithExtra(a,r,n);return i}return e}resolveTemplateContent(e,r,n){let i=e.match(/^\$([a-zA-Z_][a-zA-Z0-9_]*)(?:\(([^)]*)\))?$/);if(i){let l=cE(i[2],r),f=bi(i[1],l);return f!==null?String(f):n}let s=Wl(e);if(s){let l=this.resolveFilterInput(s.input,r);if(l!==void 0){let f=zl(l,s.filters,r);return f!==void 0?String(f):n}return n}let a=e.match(/^([a-zA-Z_][a-zA-Z0-9_]*)(\[.+\]|\..+)$/);if(a){let l=a[1];if(r[l]!==void 0){let f=this.deserializeValue(r[l]),d=a[2],m=this.resolvePropertyAccess(f,d);if(m!==void 0)return typeof m=="object"?JSON.stringify(m):String(m)}}if(r[e]!==void 0){let l=r[e];return typeof l=="string"&&l.charCodeAt(0)===30?l.slice(1):String(l)}if(Ds(e)){let l=this.deserializeVariables(r),f=Ns(e,l),d=Fs(e,f);if(d!==void 0)return String(d)}return n}resolveFilterInput(e,r){if(e==="@")return"";if(e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"))return e.slice(1,-1);let n=e.match(/^\$([a-zA-Z_][a-zA-Z0-9_]*)(?:\(([^)]*)\))?$/);if(n){let s=cE(n[2],r),a=bi(n[1],s);return a!==null?a:void 0}let i=e.match(/^([a-zA-Z_][a-zA-Z0-9_]*)(\[.+\]|\..+)$/);if(i){let s=i[1];if(r[s]!==void 0){let a=this.deserializeValue(r[s]),l=this.resolvePropertyAccess(a,i[2]);if(l!==void 0)return l}}if(r[e]!==void 0)return this.deserializeValue(r[e]);if(Ds(e)){let s=this.deserializeVariables(r),a=Ns(e,s),l=Fs(e,a);if(l!==void 0)return l}}deserializeValue(e){if(typeof e=="string"&&e.charCodeAt(0)===30)try{return JSON.parse(e.slice(1))}catch{return e}return e}deserializeVariables(e){let r={};for(let[n,i]of Object.entries(e))r[n]=this.deserializeValue(i);return r}resolvePropertyAccess(e,r){let n=e,i=/\[(\d+|"[^"]*"|'[^']*')\]|\.([a-zA-Z_][a-zA-Z0-9_]*)/g,s;for(;(s=i.exec(r))!==null;){if(n==null)return;if(s[1]!==void 0){let a=s[1];/^\d+$/.test(a)?n=n[Number(a)]:n=n[a.slice(1,-1)]}else s[2]!==void 0&&(n=n[s[2]])}return n}escapeForString(e,r){let n=e.replace(/\\/g,"\\\\");return r==='"'?n=n.replace(/"/g,'\\"'):n=n.replace(/'/g,"\\'"),n.replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t")}getStringContext(e,r){let n=null;for(let i=0;i<r;i++){let s=e[i];(i>0?e[i-1]:"")!=="\\"&&(s==='"'||s==="'")&&(n===null?n=s:n===s&&(n=null))}return n}},js=class{interpolate(e,r){return!e||typeof e!="string"?e:new Ls({globals:{},collectionVariables:{},environmentVariables:{},variables:r}).resolveString(e,!0)}extractVariables(e){if(!e||typeof e!="string")return[];let r=[],n,i=/\{\{((?:[^}]|\}(?!\}))+)\}\}/g;for(;(n=i.exec(e))!==null;){let s=n[1].trim();!s.startsWith("$")&&!s.includes("|")&&/^[a-zA-Z_]\w*$/.test(s)&&(r.includes(s)||r.push(s))}return r}interpolateObject(e,r){if(e==null)return e;if(typeof e=="string")return this.interpolate(e,r);if(Array.isArray(e))return e.map(n=>this.interpolateObject(n,r));if(typeof e=="object"){let n={};for(let[i,s]of Object.entries(e))n[i]=this.interpolateObject(s,r);return n}return e}}});var fj,Qu,Hb,wh,Sn,Us,Zu=oe(()=>{"use strict";fj=he(require("http")),Qu=he(require("https")),Hb=require("url"),wh=he(require("zlib")),Sn={timeout:3e4,followRedirects:!0,followOriginalMethod:!1,followAuthHeader:!1,maxRedirects:10,strictSSL:!0,decompress:!0,includeCookies:!1},Us=class{settings;version;constructor(e){this.settings={...Sn,...e};try{this.version=require("../../package.json").version||"0.0.0"}catch{this.version="0.0.0"}this.settings.strictSSL===!1&&console.log("[NodeHttpClient] SSL verification disabled (strictSSL: false)")}async send(e){let r=this.mergeSettings(e.settings);return await this.executeInternal(e,r,0)}mergeSettings(e){return{timeout:e?.timeout??this.settings.timeout,followRedirects:e?.followRedirects??this.settings.followRedirects,followOriginalMethod:e?.followOriginalMethod??this.settings.followOriginalMethod,followAuthHeader:e?.followAuthHeader??this.settings.followAuthHeader,maxRedirects:e?.maxRedirects??this.settings.maxRedirects,strictSSL:e?.strictSSL??this.settings.strictSSL,decompress:e?.decompress??this.settings.decompress,includeCookies:e?.includeCookies??this.settings.includeCookies}}async executeInternal(e,r,n,i){let s=Date.now(),a=new Hb.URL(e.url),l=a.protocol==="https:",f=this.sanitizeHeaders(e.headers||{});Object.keys(f).some(g=>g.toLowerCase()==="user-agent")||(f["User-Agent"]=`HttpForge/${this.version}`);let m={hostname:a.hostname,port:a.port||(l?443:80),path:a.pathname+a.search,method:e.method,headers:{...f},timeout:r.timeout||void 0};return r.decompress&&!f["accept-encoding"]&&!f["Accept-Encoding"]&&(m.headers["Accept-Encoding"]="gzip, deflate"),l&&(m.rejectUnauthorized=r.strictSSL,r.strictSSL?m.agent=Qu.globalAgent:m.agent=new Qu.Agent({rejectUnauthorized:!1})),new Promise((g,y)=>{if(i?.aborted){let R=new Error("Request cancelled");R.name="AbortError",y(R);return}let C=(l?Qu:fj).request(m,async R=>{let T=R.statusCode||0;if(r.followRedirects&&[301,302,303,307,308].includes(T)){if(n>=r.maxRedirects){y(new Error(`Maximum redirects (${r.maxRedirects}) exceeded`));return}let U=R.headers.location;if(!U){y(new Error("Redirect response missing Location header"));return}let B=new Hb.URL(U,e.url).toString(),V=e.method;!r.followOriginalMethod&&[301,302,303].includes(T)&&(V="GET");let W={...e.headers};r.followAuthHeader||(delete W.authorization,delete W.Authorization);try{let X=await this.executeInternal({...e,url:B,method:V,headers:W,body:V==="GET"?void 0:e.body},r,n+1,i),P=Date.now();X.time=P-s,g(X)}catch(X){y(X)}return}let A=[];R.on("data",U=>A.push(U)),R.on("end",()=>{let U=Date.now(),B=Buffer.concat(A),V=R.headers["content-encoding"];if(r.decompress&&V)try{V==="gzip"?B=wh.gunzipSync(B):V==="deflate"&&(B=wh.inflateSync(B))}catch(k){console.warn("[NodeHttpClient] Decompression failed:",k)}let W=B.toString("utf-8"),X;try{X=JSON.parse(W)}catch{X=W}let P={};for(let[k,M]of Object.entries(R.headers))(typeof M=="string"||Array.isArray(M))&&(P[k]=M);let _=this.parseCookies(R.headers["set-cookie"],a.hostname);g({status:R.statusCode||0,statusText:R.statusMessage||"",headers:P,cookies:_,body:X,time:U-s,size:B.length})})});if(i&&i.addEventListener("abort",()=>{C.destroy();let R=new Error("Request cancelled");R.name="AbortError",y(R)}),C.on("error",R=>{y(R)}),C.on("timeout",()=>{C.destroy(),y(new Error("Request timeout"))}),e.body!==void 0&&e.body!==null){let R=typeof e.body=="string"?e.body:JSON.stringify(e.body);C.write(R)}C.end()})}sanitizeHeaderValue(e){return e?String(e).replace(/[\u201C\u201D\u201E\u201F\u2033\u2036]/g,'"').replace(/[\u2018\u2019\u201A\u201B\u2032\u2035]/g,"'").replace(/[\x00-\x08\x0A-\x1F\x7F]/g,""):""}sanitizeHeaders(e){let r={};for(let[n,i]of Object.entries(e))r[n]=this.sanitizeHeaderValue(String(i));return r}parseCookies(e,r){return e?e.map(n=>{let i=n.split(";").map(m=>m.trim()),[s,...a]=i,[l,f]=s.split("="),d={name:l.trim(),value:f?.trim()||"",domain:r};for(let m of a){let[g,y]=m.split("=");switch(g.toLowerCase().trim()){case"domain":d.domain=y?.trim();break;case"path":d.path=y?.trim();break;case"expires":d.expires=y?.trim();break;case"httponly":d.httpOnly=!0;break;case"secure":d.secure=!0;break}}return d}):[]}}});function _h(t){return{timeout:t?.timeout??Sn.timeout,followRedirects:t?.followRedirects??Sn.followRedirects,followOriginalMethod:t?.followOriginalMethod??Sn.followOriginalMethod,followAuthHeader:t?.followAuthHeader??Sn.followAuthHeader,maxRedirects:t?.maxRedirects??Sn.maxRedirects,strictSSL:t?.strictSSL??Sn.strictSSL,decompress:t?.decompress??Sn.decompress,includeCookies:t?.includeCookies??Sn.includeCookies}}var Bb=oe(()=>{"use strict";Zu()});var Si,Xu=oe(()=>{"use strict";Bb();Si=class{constructor(e,r,n){this.urlBuilder=e;this.interceptors=r;this.httpClient=n}urlBuilder;interceptors;httpClient;async execute(e){let r=_h(e.settings),n={},i;try{i=await this.interceptors.executeRequestInterceptors(e,n)}catch(s){let a=await this.interceptors.executeErrorInterceptors(s,e,n);if(a)return a;throw s}try{let s=await this.httpClient.send({...i,settings:r});return await this.interceptors.executeResponseInterceptors(s,i,n)}catch(s){let a=await this.interceptors.executeErrorInterceptors(s,i,n);if(a)return a;throw s}}buildUrl(e,r={},n={}){return this.urlBuilder.buildUrl(e,r,n)}}});var wi,Rh,xh,Ch,ef=oe(()=>{"use strict";wi=class{requestInterceptors=[];responseInterceptors=[];errorInterceptors=[];addRequestInterceptor(e){return this.requestInterceptors.push(e),this.sortByPriority(this.requestInterceptors),this}addResponseInterceptor(e){return this.responseInterceptors.push(e),this.sortByPriority(this.responseInterceptors),this}addErrorInterceptor(e){return this.errorInterceptors.push(e),this.sortByPriority(this.errorInterceptors),this}removeRequestInterceptor(e){let r=this.requestInterceptors.findIndex(n=>n.name===e);return r>=0?(this.requestInterceptors.splice(r,1),!0):!1}removeResponseInterceptor(e){let r=this.responseInterceptors.findIndex(n=>n.name===e);return r>=0?(this.responseInterceptors.splice(r,1),!0):!1}removeErrorInterceptor(e){let r=this.errorInterceptors.findIndex(n=>n.name===e);return r>=0?(this.errorInterceptors.splice(r,1),!0):!1}async executeRequestInterceptors(e,r){let n=e;for(let i of this.requestInterceptors)try{n=await i.intercept(n,r)}catch(s){throw console.error(`[InterceptorChain] Request interceptor '${i.name}' failed:`,s),s}return n}async executeResponseInterceptors(e,r,n){let i=e;for(let s of this.responseInterceptors)try{i=await s.intercept(i,r,n)}catch(a){throw console.error(`[InterceptorChain] Response interceptor '${s.name}' failed:`,a),a}return i}async executeErrorInterceptors(e,r,n){for(let i of this.errorInterceptors)try{let s=await i.handle(e,r,n);if(s)return s}catch(s){console.error(`[InterceptorChain] Error interceptor '${i.name}' failed:`,s)}}clear(){this.requestInterceptors=[],this.responseInterceptors=[],this.errorInterceptors=[]}getRegisteredInterceptors(){return{request:this.requestInterceptors.map(e=>e.name),response:this.responseInterceptors.map(e=>e.name),error:this.errorInterceptors.map(e=>e.name)}}sortByPriority(e){e.sort((r,n)=>(r.priority??100)-(n.priority??100))}},Rh=class{name="logging";priority=1e3;intercept(e,r){return e}},xh=class{name="timing";priority=1;intercept(e,r,n){return e}},Ch=class{name="retry";priority=1;maxRetries;retryableErrors;constructor(e=3,r=["ECONNRESET","ETIMEDOUT"]){this.maxRetries=e,this.retryableErrors=r}handle(e,r,n){let i=this.retryableErrors.some(s=>e.message.includes(s))}}});var fE=F((Jl,tf)=>{(function(){var t,e="4.18.1",r=200,n="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",i="Expected a function",s="Invalid `variable` option passed into `_.template`",a="Invalid `imports` option passed into `_.template`",l="__lodash_hash_undefined__",f=500,d="__lodash_placeholder__",m=1,g=2,y=4,w=1,C=2,R=1,T=2,A=4,U=8,B=16,V=32,W=64,X=128,P=256,_=512,k=30,M="...",j=800,$=16,Y=1,K=2,ne=3,ue=1/0,tt=9007199254740991,Re=17976931348623157e292,me=NaN,Ee=4294967295,vt=Ee-1,Ot=Ee>>>1,ce=[["ary",X],["bind",R],["bindKey",T],["curry",U],["curryRight",B],["flip",_],["partial",V],["partialRight",W],["rearg",P]],hr="[object Arguments]",ai="[object Array]",Rt="[object AsyncFunction]",Jr="[object Boolean]",Or="[object Date]",ht="[object DOMException]",mt="[object Error]",an="[object Function]",bo="[object GeneratorFunction]",Jt="[object Map]",So="[object Number]",hy="[object Null]",kn="[object Object]",zd="[object Promise]",Jd="[object Proxy]",Yt="[object RegExp]",mr="[object Set]",wo="[object String]",Ja="[object Symbol]",Yd="[object Undefined]",Ht="[object WeakMap]",Gd="[object WeakSet]",$i="[object ArrayBuffer]",Tn="[object DataView]",ot="[object Float32Array]",Ya="[object Float64Array]",Ga="[object Int8Array]",hs="[object Int16Array]",_o="[object Int32Array]",ms="[object Uint8Array]",li="[object Uint8ClampedArray]",gs="[object Uint16Array]",cu="[object Uint32Array]",Ka=/\b__p \+= '';/g,my=/\b(__p \+=) '' \+/g,Ro=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Mi=/&(?:amp|lt|gt|quot|#39);/g,Qa=/[&<>"']/g,Za=RegExp(Mi.source),le=RegExp(Qa.source),gy=/<%-([\s\S]+?)%>/g,yy=/<%([\s\S]+?)%>/g,ln=/<%=([\s\S]+?)%>/g,Ir=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,$e=/^\w*$/,uu=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Qe=/[\\^$.*+?()[\]{}|]/g,xo=RegExp(Qe.source),fu=/^\s+/,Xa=/\s/,Gt=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,An=/\{\n\/\* \[wrapped with (.+)\] \*/,cn=/,? & /,At=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Pr=/[()=,{}\[\]\/\s]/,qn=/\\(\\)?/g,Ni=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Kd=/\w*$/,vy=/^[-+]0x[0-9a-f]+$/i,Co=/^0b[01]+$/i,Qd=/^\[object .+?Constructor\]$/,by=/^0o[0-7]+$/i,ys=/^(?:0|[1-9]\d*)$/,Eo=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Oo=/($^)/,Sy=/['\n\r\u2028\u2029\\]/g,el="\\ud800-\\udfff",wy="\\u0300-\\u036f",xt="\\ufe20-\\ufe2f",du="\\u20d0-\\u20ff",Zd=wy+xt+du,pu="\\u2700-\\u27bf",hu="a-z\\xdf-\\xf6\\xf8-\\xff",_y="\\xac\\xb1\\xd7\\xf7",Ry="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",xy="\\u2000-\\u206f",Cy=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Xd="A-Z\\xc0-\\xd6\\xd8-\\xde",ep="\\ufe0e\\ufe0f",mu=_y+Ry+xy+Cy,tl="['\u2019]",Ey="["+el+"]",tp="["+mu+"]",rl="["+Zd+"]",gu="\\d+",Oy="["+pu+"]",vs="["+hu+"]",Io="[^"+el+mu+gu+pu+hu+Xd+"]",nl="\\ud83c[\\udffb-\\udfff]",Po="(?:"+rl+"|"+nl+")",un="[^"+el+"]",yu="(?:\\ud83c[\\udde6-\\uddff]){2}",vu="[\\ud800-\\udbff][\\udc00-\\udfff]",bs="["+Xd+"]",rp="\\u200d",np="(?:"+vs+"|"+Io+")",Iy="(?:"+bs+"|"+Io+")",ip="(?:"+tl+"(?:d|ll|m|re|s|t|ve))?",sp="(?:"+tl+"(?:D|LL|M|RE|S|T|VE))?",il=Po+"?",op="["+ep+"]?",ap="(?:"+rp+"(?:"+[un,yu,vu].join("|")+")"+op+il+")*",Py="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",ky="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",lp=op+il+ap,Ty="(?:"+[Oy,yu,vu].join("|")+")"+lp,Ay="(?:"+[un+rl+"?",rl,yu,vu,Ey].join("|")+")",qy=RegExp(tl,"g"),$y=RegExp(rl,"g"),bu=RegExp(nl+"(?="+nl+")|"+Ay+lp,"g"),My=RegExp([bs+"?"+vs+"+"+ip+"(?="+[tp,bs,"$"].join("|")+")",Iy+"+"+sp+"(?="+[tp,bs+np,"$"].join("|")+")",bs+"?"+np+"+"+ip,bs+"+"+sp,ky,Py,gu,Ty].join("|"),"g"),Ny=RegExp("["+rp+el+Zd+ep+"]"),Dy=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fy=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Ly=-1,dt={};dt[ot]=dt[Ya]=dt[Ga]=dt[hs]=dt[_o]=dt[ms]=dt[li]=dt[gs]=dt[cu]=!0,dt[hr]=dt[ai]=dt[$i]=dt[Jr]=dt[Tn]=dt[Or]=dt[mt]=dt[an]=dt[Jt]=dt[So]=dt[kn]=dt[Yt]=dt[mr]=dt[wo]=dt[Ht]=!1;var at={};at[hr]=at[ai]=at[$i]=at[Tn]=at[Jr]=at[Or]=at[ot]=at[Ya]=at[Ga]=at[hs]=at[_o]=at[Jt]=at[So]=at[kn]=at[Yt]=at[mr]=at[wo]=at[Ja]=at[ms]=at[li]=at[gs]=at[cu]=!0,at[mt]=at[an]=at[Ht]=!1;var Su={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},wu={"&":"&","<":"<",">":">",'"':""","'":"'"},jy={"&":"&","<":"<",">":">",""":'"',"'":"'"},cp={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},up=parseFloat,Uy=parseInt,fp=typeof global=="object"&&global&&global.Object===Object&&global,Hy=typeof self=="object"&&self&&self.Object===Object&&self,Nt=fp||Hy||Function("return this")(),sl=typeof Jl=="object"&&Jl&&!Jl.nodeType&&Jl,Ze=sl&&typeof tf=="object"&&tf&&!tf.nodeType&&tf,Ss=Ze&&Ze.exports===sl,Di=Ss&&fp.process,kr=(function(){try{var L=Ze&&Ze.require&&Ze.require("util").types;return L||Di&&Di.binding&&Di.binding("util")}catch{}})(),_u=kr&&kr.isArrayBuffer,dp=kr&&kr.isDate,pp=kr&&kr.isMap,ko=kr&&kr.isRegExp,$n=kr&&kr.isSet,ol=kr&&kr.isTypedArray;function gr(L,G,z){switch(z.length){case 0:return L.call(G);case 1:return L.call(G,z[0]);case 2:return L.call(G,z[0],z[1]);case 3:return L.call(G,z[0],z[1],z[2])}return L.apply(G,z)}function Mn(L,G,z,ae){for(var Se=-1,Ge=L==null?0:L.length;++Se<Ge;){var nt=L[Se];G(ae,nt,z(nt),L)}return ae}function yr(L,G){for(var z=-1,ae=L==null?0:L.length;++z<ae&&G(L[z],z,L)!==!1;);return L}function Ru(L,G){for(var z=L==null?0:L.length;z--&&G(L[z],z,L)!==!1;);return L}function hp(L,G){for(var z=-1,ae=L==null?0:L.length;++z<ae;)if(!G(L[z],z,L))return!1;return!0}function ci(L,G){for(var z=-1,ae=L==null?0:L.length,Se=0,Ge=[];++z<ae;){var nt=L[z];G(nt,z,L)&&(Ge[Se++]=nt)}return Ge}function al(L,G){var z=L==null?0:L.length;return!!z&&Fi(L,G,0)>-1}function ws(L,G,z){for(var ae=-1,Se=L==null?0:L.length;++ae<Se;)if(z(G,L[ae]))return!0;return!1}function lt(L,G){for(var z=-1,ae=L==null?0:L.length,Se=Array(ae);++z<ae;)Se[z]=G(L[z],z,L);return Se}function ui(L,G){for(var z=-1,ae=G.length,Se=L.length;++z<ae;)L[Se+z]=G[z];return L}function xu(L,G,z,ae){var Se=-1,Ge=L==null?0:L.length;for(ae&&Ge&&(z=L[++Se]);++Se<Ge;)z=G(z,L[Se],Se,L);return z}function By(L,G,z,ae){var Se=L==null?0:L.length;for(ae&&Se&&(z=L[--Se]);Se--;)z=G(z,L[Se],Se,L);return z}function ll(L,G){for(var z=-1,ae=L==null?0:L.length;++z<ae;)if(G(L[z],z,L))return!0;return!1}var Vy=To("length");function Wy(L){return L.split("")}function zy(L){return L.match(At)||[]}function mp(L,G,z){var ae;return z(L,function(Se,Ge,nt){if(G(Se,Ge,nt))return ae=Ge,!1}),ae}function cl(L,G,z,ae){for(var Se=L.length,Ge=z+(ae?1:-1);ae?Ge--:++Ge<Se;)if(G(L[Ge],Ge,L))return Ge;return-1}function Fi(L,G,z){return G===G?tv(L,G,z):cl(L,Li,z)}function Jy(L,G,z,ae){for(var Se=z-1,Ge=L.length;++Se<Ge;)if(ae(L[Se],G))return Se;return-1}function Li(L){return L!==L}function gp(L,G){var z=L==null?0:L.length;return z?Eu(L,G)/z:me}function To(L){return function(G){return G==null?t:G[L]}}function Cu(L){return function(G){return L==null?t:L[G]}}function ul(L,G,z,ae,Se){return Se(L,function(Ge,nt,He){z=ae?(ae=!1,Ge):G(z,Ge,nt,He)}),z}function Yy(L,G){var z=L.length;for(L.sort(G);z--;)L[z]=L[z].value;return L}function Eu(L,G){for(var z,ae=-1,Se=L.length;++ae<Se;){var Ge=G(L[ae]);Ge!==t&&(z=z===t?Ge:z+Ge)}return z}function Ou(L,G){for(var z=-1,ae=Array(L);++z<L;)ae[z]=G(z);return ae}function Gy(L,G){return lt(G,function(z){return[z,L[z]]})}function Iu(L){return L&&L.slice(0,wp(L)+1).replace(fu,"")}function vr(L){return function(G){return L(G)}}function fl(L,G){return lt(G,function(z){return L[z]})}function rt(L,G){return L.has(G)}function yp(L,G){for(var z=-1,ae=L.length;++z<ae&&Fi(G,L[z],0)>-1;);return z}function vp(L,G){for(var z=L.length;z--&&Fi(G,L[z],0)>-1;);return z}function bp(L,G){for(var z=L.length,ae=0;z--;)L[z]===G&&++ae;return ae}var Ky=Cu(Su),Qy=Cu(wu);function Zy(L){return"\\"+cp[L]}function Ao(L,G){return L==null?t:L[G]}function _s(L){return Ny.test(L)}function Xy(L){return Dy.test(L)}function ev(L){for(var G,z=[];!(G=L.next()).done;)z.push(G.value);return z}function Rs(L){var G=-1,z=Array(L.size);return L.forEach(function(ae,Se){z[++G]=[Se,ae]}),z}function qo(L,G){return function(z){return L(G(z))}}function fn(L,G){for(var z=-1,ae=L.length,Se=0,Ge=[];++z<ae;){var nt=L[z];(nt===G||nt===d)&&(L[z]=d,Ge[Se++]=z)}return Ge}function dl(L){var G=-1,z=Array(L.size);return L.forEach(function(ae){z[++G]=ae}),z}function Sp(L){var G=-1,z=Array(L.size);return L.forEach(function(ae){z[++G]=[ae,ae]}),z}function tv(L,G,z){for(var ae=z-1,Se=L.length;++ae<Se;)if(L[ae]===G)return ae;return-1}function Pu(L,G,z){for(var ae=z+1;ae--;)if(L[ae]===G)return ae;return ae}function fi(L){return _s(L)?nv(L):Vy(L)}function br(L){return _s(L)?iv(L):Wy(L)}function wp(L){for(var G=L.length;G--&&Xa.test(L.charAt(G)););return G}var rv=Cu(jy);function nv(L){for(var G=bu.lastIndex=0;bu.test(L);)++G;return G}function iv(L){return L.match(bu)||[]}function sv(L){return L.match(My)||[]}var ov=(function L(G){G=G==null?Nt:di.defaults(Nt.Object(),G,di.pick(Nt,Fy));var z=G.Array,ae=G.Date,Se=G.Error,Ge=G.Function,nt=G.Math,He=G.Object,pl=G.RegExp,av=G.String,Sr=G.TypeError,$o=z.prototype,lv=Ge.prototype,xs=He.prototype,Mo=G["__core-js_shared__"],hl=lv.toString,Xe=xs.hasOwnProperty,cv=0,_p=(function(){var o=/[^.]+$/.exec(Mo&&Mo.keys&&Mo.keys.IE_PROTO||"");return o?"Symbol(src)_1."+o:""})(),ml=xs.toString,uv=hl.call(He),fv=Nt._,dv=pl("^"+hl.call(Xe).replace(Qe,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),gl=Ss?G.Buffer:t,pi=G.Symbol,yl=G.Uint8Array,Rp=gl?gl.allocUnsafe:t,vl=qo(He.getPrototypeOf,He),xp=He.create,No=xs.propertyIsEnumerable,bl=$o.splice,Cp=pi?pi.isConcatSpreadable:t,Do=pi?pi.iterator:t,ji=pi?pi.toStringTag:t,Sl=(function(){try{var o=Jo(He,"defineProperty");return o({},"",{}),o}catch{}})(),pv=G.clearTimeout!==Nt.clearTimeout&&G.clearTimeout,hv=ae&&ae.now!==Nt.Date.now&&ae.now,mv=G.setTimeout!==Nt.setTimeout&&G.setTimeout,Fo=nt.ceil,Lo=nt.floor,wl=He.getOwnPropertySymbols,_l=gl?gl.isBuffer:t,Ui=G.isFinite,Rl=$o.join,Ep=qo(He.keys,He),gt=nt.max,Bt=nt.min,Op=ae.now,gv=G.parseInt,Ip=nt.random,yv=$o.reverse,ku=Jo(G,"DataView"),jo=Jo(G,"Map"),Tu=Jo(G,"Promise"),Cs=Jo(G,"Set"),Uo=Jo(G,"WeakMap"),Ho=Jo(He,"create"),xl=Uo&&new Uo,Es={},vv=Yo(ku),bv=Yo(jo),Sv=Yo(Tu),wv=Yo(Cs),_v=Yo(Uo),Cl=pi?pi.prototype:t,Bo=Cl?Cl.valueOf:t,Pp=Cl?Cl.toString:t;function O(o){if(It(o)&&!xe(o)&&!(o instanceof Me)){if(o instanceof nr)return o;if(Xe.call(o,"__wrapped__"))return pC(o)}return new nr(o)}var Os=(function(){function o(){}return function(c){if(!Ct(c))return{};if(xp)return xp(c);o.prototype=c;var p=new o;return o.prototype=t,p}})();function El(){}function nr(o,c){this.__wrapped__=o,this.__actions__=[],this.__chain__=!!c,this.__index__=0,this.__values__=t}O.templateSettings={escape:gy,evaluate:yy,interpolate:ln,variable:"",imports:{_:O}},O.prototype=El.prototype,O.prototype.constructor=O,nr.prototype=Os(El.prototype),nr.prototype.constructor=nr;function Me(o){this.__wrapped__=o,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Ee,this.__views__=[]}function Rv(){var o=new Me(this.__wrapped__);return o.__actions__=Tr(this.__actions__),o.__dir__=this.__dir__,o.__filtered__=this.__filtered__,o.__iteratees__=Tr(this.__iteratees__),o.__takeCount__=this.__takeCount__,o.__views__=Tr(this.__views__),o}function xv(){if(this.__filtered__){var o=new Me(this);o.__dir__=-1,o.__filtered__=!0}else o=this.clone(),o.__dir__*=-1;return o}function Au(){var o=this.__wrapped__.value(),c=this.__dir__,p=xe(o),v=c<0,x=p?o.length:0,I=nM(0,x,this.__views__),q=I.start,D=I.end,H=D-q,Q=v?D:q-1,Z=this.__iteratees__,ee=Z.length,ie=0,fe=Bt(H,this.__takeCount__);if(!p||!v&&x==H&&fe==H)return Nx(o,this.__actions__);var ve=[];e:for(;H--&&ie<fe;){Q+=c;for(var Pe=-1,ge=o[Q];++Pe<ee;){var je=Z[Pe],Be=je.iteratee,Xr=je.type,Rr=Be(ge);if(Xr==K)ge=Rr;else if(!Rr){if(Xr==Y)continue e;break e}}ve[ie++]=ge}return ve}Me.prototype=Os(El.prototype),Me.prototype.constructor=Me;function dn(o){var c=-1,p=o==null?0:o.length;for(this.clear();++c<p;){var v=o[c];this.set(v[0],v[1])}}function Cv(){this.__data__=Ho?Ho(null):{},this.size=0}function Ev(o){var c=this.has(o)&&delete this.__data__[o];return this.size-=c?1:0,c}function Ov(o){var c=this.__data__;if(Ho){var p=c[o];return p===l?t:p}return Xe.call(c,o)?c[o]:t}function Iv(o){var c=this.__data__;return Ho?c[o]!==t:Xe.call(c,o)}function Pv(o,c){var p=this.__data__;return this.size+=this.has(o)?0:1,p[o]=Ho&&c===t?l:c,this}dn.prototype.clear=Cv,dn.prototype.delete=Ev,dn.prototype.get=Ov,dn.prototype.has=Iv,dn.prototype.set=Pv;function Nn(o){var c=-1,p=o==null?0:o.length;for(this.clear();++c<p;){var v=o[c];this.set(v[0],v[1])}}function kp(){this.__data__=[],this.size=0}function kv(o){var c=this.__data__,p=Il(c,o);if(p<0)return!1;var v=c.length-1;return p==v?c.pop():bl.call(c,p,1),--this.size,!0}function Tv(o){var c=this.__data__,p=Il(c,o);return p<0?t:c[p][1]}function Tp(o){return Il(this.__data__,o)>-1}function Av(o,c){var p=this.__data__,v=Il(p,o);return v<0?(++this.size,p.push([o,c])):p[v][1]=c,this}Nn.prototype.clear=kp,Nn.prototype.delete=kv,Nn.prototype.get=Tv,Nn.prototype.has=Tp,Nn.prototype.set=Av;function Dn(o){var c=-1,p=o==null?0:o.length;for(this.clear();++c<p;){var v=o[c];this.set(v[0],v[1])}}function qv(){this.size=0,this.__data__={hash:new dn,map:new(jo||Nn),string:new dn}}function hi(o){var c=Zp(this,o).delete(o);return this.size-=c?1:0,c}function Ap(o){return Zp(this,o).get(o)}function $v(o){return Zp(this,o).has(o)}function Mv(o,c){var p=Zp(this,o),v=p.size;return p.set(o,c),this.size+=p.size==v?0:1,this}Dn.prototype.clear=qv,Dn.prototype.delete=hi,Dn.prototype.get=Ap,Dn.prototype.has=$v,Dn.prototype.set=Mv;function Hi(o){var c=-1,p=o==null?0:o.length;for(this.__data__=new Dn;++c<p;)this.add(o[c])}function te(o){return this.__data__.set(o,l),this}function Nv(o){return this.__data__.has(o)}Hi.prototype.add=Hi.prototype.push=te,Hi.prototype.has=Nv;function Yr(o){var c=this.__data__=new Nn(o);this.size=c.size}function qp(){this.__data__=new Nn,this.size=0}function We(o){var c=this.__data__,p=c.delete(o);return this.size=c.size,p}function Ol(o){return this.__data__.get(o)}function $p(o){return this.__data__.has(o)}function qu(o,c){var p=this.__data__;if(p instanceof Nn){var v=p.__data__;if(!jo||v.length<r-1)return v.push([o,c]),this.size=++p.size,this;p=this.__data__=new Dn(v)}return p.set(o,c),this.size=p.size,this}Yr.prototype.clear=qp,Yr.prototype.delete=We,Yr.prototype.get=Ol,Yr.prototype.has=$p,Yr.prototype.set=qu;function Mp(o,c){var p=xe(o),v=!p&&Go(o),x=!p&&!v&&$s(o),I=!p&&!v&&!x&&$l(o),q=p||v||x||I,D=q?Ou(o.length,av):[],H=D.length;for(var Q in o)(c||Xe.call(o,Q))&&!(q&&(Q=="length"||x&&(Q=="offset"||Q=="parent")||I&&(Q=="buffer"||Q=="byteLength"||Q=="byteOffset")||zi(Q,H)))&&D.push(Q);return D}function Np(o){var c=o.length;return c?o[Gv(0,c-1)]:t}function Dv(o,c){return Xp(Tr(o),mi(c,0,o.length))}function Fv(o){return Xp(Tr(o))}function $u(o,c,p){(p!==t&&!Hn(o[c],p)||p===t&&!(c in o))&&Gr(o,c,p)}function wr(o,c,p){var v=o[c];(!(Xe.call(o,c)&&Hn(v,p))||p===t&&!(c in o))&&Gr(o,c,p)}function Il(o,c){for(var p=o.length;p--;)if(Hn(o[p][0],c))return p;return-1}function Dp(o,c,p,v){return gi(o,function(x,I,q){c(v,x,p(x),q)}),v}function Fp(o,c){return o&&yi(c,Kt(c),o)}function Lv(o,c){return o&&yi(c,qr(c),o)}function Gr(o,c,p){c=="__proto__"&&Sl?Sl(o,c,{configurable:!0,enumerable:!0,value:p,writable:!0}):o[c]=p}function Mu(o,c){for(var p=-1,v=c.length,x=z(v),I=o==null;++p<v;)x[p]=I?t:wb(o,c[p]);return x}function mi(o,c,p){return o===o&&(p!==t&&(o=o<=p?o:p),c!==t&&(o=o>=c?o:c)),o}function ir(o,c,p,v,x,I){var q,D=c&m,H=c&g,Q=c&y;if(p&&(q=x?p(o,v,x,I):p(o)),q!==t)return q;if(!Ct(o))return o;var Z=xe(o);if(Z){if(q=sM(o),!D)return Tr(o,q)}else{var ee=sr(o),ie=ee==an||ee==bo;if($s(o))return Lx(o,D);if(ee==kn||ee==hr||ie&&!x){if(q=H||ie?{}:iC(o),!D)return H?Y$(o,Lv(q,o)):J$(o,Fp(q,o))}else{if(!at[ee])return x?o:{};q=oM(o,ee,D)}}I||(I=new Yr);var fe=I.get(o);if(fe)return fe;I.set(o,q),qC(o)?o.forEach(function(ge){q.add(ir(ge,c,p,ge,o,I))}):TC(o)&&o.forEach(function(ge,je){q.set(je,ir(ge,c,p,je,o,I))});var ve=Q?H?ob:sb:H?qr:Kt,Pe=Z?t:ve(o);return yr(Pe||o,function(ge,je){Pe&&(je=ge,ge=o[je]),wr(q,je,ir(ge,c,p,je,o,I))}),q}function jv(o){var c=Kt(o);return function(p){return pn(p,o,c)}}function pn(o,c,p){var v=p.length;if(o==null)return!v;for(o=He(o);v--;){var x=p[v],I=c[x],q=o[x];if(q===t&&!(x in o)||!I(q))return!1}return!0}function Nu(o,c,p){if(typeof o!="function")throw new Sr(i);return Bu(function(){o.apply(t,p)},c)}function Vo(o,c,p,v){var x=-1,I=al,q=!0,D=o.length,H=[],Q=c.length;if(!D)return H;p&&(c=lt(c,vr(p))),v?(I=ws,q=!1):c.length>=r&&(I=rt,q=!1,c=new Hi(c));e:for(;++x<D;){var Z=o[x],ee=p==null?Z:p(Z);if(Z=v||Z!==0?Z:0,q&&ee===ee){for(var ie=Q;ie--;)if(c[ie]===ee)continue e;H.push(Z)}else I(c,ee,v)||H.push(Z)}return H}var gi=Vx(hn),Lp=Vx(Fn,!0);function Uv(o,c){var p=!0;return gi(o,function(v,x,I){return p=!!c(v,x,I),p}),p}function Pl(o,c,p){for(var v=-1,x=o.length;++v<x;){var I=o[v],q=c(I);if(q!=null&&(D===t?q===q&&!Zr(q):p(q,D)))var D=q,H=I}return H}function Hv(o,c,p,v){var x=o.length;for(p=Oe(p),p<0&&(p=-p>x?0:x+p),v=v===t||v>x?x:Oe(v),v<0&&(v+=x),v=p>v?0:MC(v);p<v;)o[p++]=c;return o}function jp(o,c){var p=[];return gi(o,function(v,x,I){c(v,x,I)&&p.push(v)}),p}function Vt(o,c,p,v,x){var I=-1,q=o.length;for(p||(p=lM),x||(x=[]);++I<q;){var D=o[I];c>0&&p(D)?c>1?Vt(D,c-1,p,v,x):ui(x,D):v||(x[x.length]=D)}return x}var Du=Wx(),Up=Wx(!0);function hn(o,c){return o&&Du(o,c,Kt)}function Fn(o,c){return o&&Up(o,c,Kt)}function kl(o,c){return ci(c,function(p){return Ji(o[p])})}function Bi(o,c){c=As(c,o);for(var p=0,v=c.length;o!=null&&p<v;)o=o[Un(c[p++])];return p&&p==v?o:t}function Hp(o,c,p){var v=c(o);return xe(o)?v:ui(v,p(o))}function Qt(o){return o==null?o===t?Yd:hy:ji&&ji in He(o)?rM(o):mM(o)}function Fu(o,c){return o>c}function Bv(o,c){return o!=null&&Xe.call(o,c)}function Vv(o,c){return o!=null&&c in He(o)}function Wv(o,c,p){return o>=Bt(c,p)&&o<gt(c,p)}function Kr(o,c,p){for(var v=p?ws:al,x=o[0].length,I=o.length,q=I,D=z(I),H=1/0,Q=[];q--;){var Z=o[q];q&&c&&(Z=lt(Z,vr(c))),H=Bt(Z.length,H),D[q]=!p&&(c||x>=120&&Z.length>=120)?new Hi(q&&Z):t}Z=o[0];var ee=-1,ie=D[0];e:for(;++ee<x&&Q.length<H;){var fe=Z[ee],ve=c?c(fe):fe;if(fe=p||fe!==0?fe:0,!(ie?rt(ie,ve):v(Q,ve,p))){for(q=I;--q;){var Pe=D[q];if(!(Pe?rt(Pe,ve):v(o[q],ve,p)))continue e}ie&&ie.push(ve),Q.push(fe)}}return Q}function Is(o,c,p,v){return hn(o,function(x,I,q){c(v,p(x),I,q)}),v}function Wo(o,c,p){c=As(c,o),o=lC(o,c);var v=o==null?o:o[Un(gn(c))];return v==null?t:gr(v,o,p)}function Bp(o){return It(o)&&Qt(o)==hr}function zv(o){return It(o)&&Qt(o)==$i}function Jv(o){return It(o)&&Qt(o)==Or}function zo(o,c,p,v,x){return o===c?!0:o==null||c==null||!It(o)&&!It(c)?o!==o&&c!==c:Lu(o,c,p,v,zo,x)}function Lu(o,c,p,v,x,I){var q=xe(o),D=xe(c),H=q?ai:sr(o),Q=D?ai:sr(c);H=H==hr?kn:H,Q=Q==hr?kn:Q;var Z=H==kn,ee=Q==kn,ie=H==Q;if(ie&&$s(o)){if(!$s(c))return!1;q=!0,Z=!1}if(ie&&!Z)return I||(I=new Yr),q||$l(o)?tC(o,c,p,v,x,I):eM(o,c,H,p,v,x,I);if(!(p&w)){var fe=Z&&Xe.call(o,"__wrapped__"),ve=ee&&Xe.call(c,"__wrapped__");if(fe||ve){var Pe=fe?o.value():o,ge=ve?c.value():c;return I||(I=new Yr),x(Pe,ge,p,v,I)}}return ie?(I||(I=new Yr),tM(o,c,p,v,x,I)):!1}function Ps(o){return It(o)&&sr(o)==Jt}function ks(o,c,p,v){var x=p.length,I=x,q=!v;if(o==null)return!I;for(o=He(o);x--;){var D=p[x];if(q&&D[2]?D[1]!==o[D[0]]:!(D[0]in o))return!1}for(;++x<I;){D=p[x];var H=D[0],Q=o[H],Z=D[1];if(q&&D[2]){if(Q===t&&!(H in o))return!1}else{var ee=new Yr;if(v)var ie=v(Q,Z,H,o,c,ee);if(!(ie===t?zo(Z,Q,w|C,v,ee):ie))return!1}}return!0}function Le(o){if(!Ct(o)||uM(o))return!1;var c=Ji(o)?dv:Qd;return c.test(Yo(o))}function u(o){return It(o)&&Qt(o)==Yt}function h(o){return It(o)&&sr(o)==mr}function b(o){return It(o)&&sh(o.length)&&!!dt[Qt(o)]}function S(o){return typeof o=="function"?o:o==null?$r:typeof o=="object"?xe(o)?Ne(o[0],o[1]):be(o):JC(o)}function E(o){if(!Hu(o))return Ep(o);var c=[];for(var p in He(o))Xe.call(o,p)&&p!="constructor"&&c.push(p);return c}function N(o){if(!Ct(o))return hM(o);var c=Hu(o),p=[];for(var v in o)v=="constructor"&&(c||!Xe.call(o,v))||p.push(v);return p}function J(o,c){return o<c}function se(o,c){var p=-1,v=Ar(o)?z(o.length):[];return gi(o,function(x,I,q){v[++p]=c(x,I,q)}),v}function be(o){var c=lb(o);return c.length==1&&c[0][2]?oC(c[0][0],c[0][1]):function(p){return p===o||ks(p,o,c)}}function Ne(o,c){return ub(o)&&sC(c)?oC(Un(o),c):function(p){var v=wb(p,o);return v===t&&v===c?_b(p,o):zo(c,v,w|C)}}function Dt(o,c,p,v,x){o!==c&&Du(c,function(I,q){if(x||(x=new Yr),Ct(I))Ln(o,c,q,p,Dt,v,x);else{var D=v?v(db(o,q),I,q+"",o,c,x):t;D===t&&(D=I),$u(o,q,D)}},qr)}function Ln(o,c,p,v,x,I,q){var D=db(o,p),H=db(c,p),Q=q.get(H);if(Q){$u(o,p,Q);return}var Z=I?I(D,H,p+"",o,c,q):t,ee=Z===t;if(ee){var ie=xe(H),fe=!ie&&$s(H),ve=!ie&&!fe&&$l(H);Z=H,ie||fe||ve?xe(D)?Z=D:qt(D)?Z=Tr(D):fe?(ee=!1,Z=Lx(H,!0)):ve?(ee=!1,Z=jx(H,!0)):Z=[]:Vu(H)||Go(H)?(Z=D,Go(D)?Z=NC(D):(!Ct(D)||Ji(D))&&(Z=iC(H))):ee=!1}ee&&(q.set(H,Z),x(Z,H,v,I,q),q.delete(H)),$u(o,p,Z)}function jn(o,c){var p=o.length;if(p)return c+=c<0?p:0,zi(c,p)?o[c]:t}function Px(o,c,p){c.length?c=lt(c,function(I){return xe(I)?function(q){return Bi(q,I.length===1?I[0]:I)}:I}):c=[$r];var v=-1;c=lt(c,vr(ye()));var x=se(o,function(I,q,D){var H=lt(c,function(Q){return Q(I)});return{criteria:H,index:++v,value:I}});return Yy(x,function(I,q){return z$(I,q,p)})}function $$(o,c){return kx(o,c,function(p,v){return _b(o,v)})}function kx(o,c,p){for(var v=-1,x=c.length,I={};++v<x;){var q=c[v],D=Bi(o,q);p(D,q)&&ju(I,As(q,o),D)}return I}function M$(o){return function(c){return Bi(c,o)}}function Yv(o,c,p,v){var x=v?Jy:Fi,I=-1,q=c.length,D=o;for(o===c&&(c=Tr(c)),p&&(D=lt(o,vr(p)));++I<q;)for(var H=0,Q=c[I],Z=p?p(Q):Q;(H=x(D,Z,H,v))>-1;)D!==o&&bl.call(D,H,1),bl.call(o,H,1);return o}function Tx(o,c){for(var p=o?c.length:0,v=p-1;p--;){var x=c[p];if(p==v||x!==I){var I=x;zi(x)?bl.call(o,x,1):Zv(o,x)}}return o}function Gv(o,c){return o+Lo(Ip()*(c-o+1))}function N$(o,c,p,v){for(var x=-1,I=gt(Fo((c-o)/(p||1)),0),q=z(I);I--;)q[v?I:++x]=o,o+=p;return q}function Kv(o,c){var p="";if(!o||c<1||c>tt)return p;do c%2&&(p+=o),c=Lo(c/2),c&&(o+=o);while(c);return p}function Ae(o,c){return pb(aC(o,c,$r),o+"")}function D$(o){return Np(Ml(o))}function F$(o,c){var p=Ml(o);return Xp(p,mi(c,0,p.length))}function ju(o,c,p,v){if(!Ct(o))return o;c=As(c,o);for(var x=-1,I=c.length,q=I-1,D=o;D!=null&&++x<I;){var H=Un(c[x]),Q=p;if(H==="__proto__"||H==="constructor"||H==="prototype")return o;if(x!=q){var Z=D[H];Q=v?v(Z,H,D):t,Q===t&&(Q=Ct(Z)?Z:zi(c[x+1])?[]:{})}wr(D,H,Q),D=D[H]}return o}var Ax=xl?function(o,c){return xl.set(o,c),o}:$r,L$=Sl?function(o,c){return Sl(o,"toString",{configurable:!0,enumerable:!1,value:xb(c),writable:!0})}:$r;function j$(o){return Xp(Ml(o))}function mn(o,c,p){var v=-1,x=o.length;c<0&&(c=-c>x?0:x+c),p=p>x?x:p,p<0&&(p+=x),x=c>p?0:p-c>>>0,c>>>=0;for(var I=z(x);++v<x;)I[v]=o[v+c];return I}function U$(o,c){var p;return gi(o,function(v,x,I){return p=c(v,x,I),!p}),!!p}function Vp(o,c,p){var v=0,x=o==null?v:o.length;if(typeof c=="number"&&c===c&&x<=Ot){for(;v<x;){var I=v+x>>>1,q=o[I];q!==null&&!Zr(q)&&(p?q<=c:q<c)?v=I+1:x=I}return x}return Qv(o,c,$r,p)}function Qv(o,c,p,v){var x=0,I=o==null?0:o.length;if(I===0)return 0;c=p(c);for(var q=c!==c,D=c===null,H=Zr(c),Q=c===t;x<I;){var Z=Lo((x+I)/2),ee=p(o[Z]),ie=ee!==t,fe=ee===null,ve=ee===ee,Pe=Zr(ee);if(q)var ge=v||ve;else Q?ge=ve&&(v||ie):D?ge=ve&&ie&&(v||!fe):H?ge=ve&&ie&&!fe&&(v||!Pe):fe||Pe?ge=!1:ge=v?ee<=c:ee<c;ge?x=Z+1:I=Z}return Bt(I,vt)}function qx(o,c){for(var p=-1,v=o.length,x=0,I=[];++p<v;){var q=o[p],D=c?c(q):q;if(!p||!Hn(D,H)){var H=D;I[x++]=q===0?0:q}}return I}function $x(o){return typeof o=="number"?o:Zr(o)?me:+o}function Qr(o){if(typeof o=="string")return o;if(xe(o))return lt(o,Qr)+"";if(Zr(o))return Pp?Pp.call(o):"";var c=o+"";return c=="0"&&1/o==-ue?"-0":c}function Ts(o,c,p){var v=-1,x=al,I=o.length,q=!0,D=[],H=D;if(p)q=!1,x=ws;else if(I>=r){var Q=c?null:Z$(o);if(Q)return dl(Q);q=!1,x=rt,H=new Hi}else H=c?[]:D;e:for(;++v<I;){var Z=o[v],ee=c?c(Z):Z;if(Z=p||Z!==0?Z:0,q&&ee===ee){for(var ie=H.length;ie--;)if(H[ie]===ee)continue e;c&&H.push(ee),D.push(Z)}else x(H,ee,p)||(H!==D&&H.push(ee),D.push(Z))}return D}function Zv(o,c){c=As(c,o);var p=-1,v=c.length;if(!v)return!0;for(;++p<v;){var x=Un(c[p]);if(x==="__proto__"&&!Xe.call(o,"__proto__")||(x==="constructor"||x==="prototype")&&p<v-1)return!1}var I=lC(o,c);return I==null||delete I[Un(gn(c))]}function Mx(o,c,p,v){return ju(o,c,p(Bi(o,c)),v)}function Wp(o,c,p,v){for(var x=o.length,I=v?x:-1;(v?I--:++I<x)&&c(o[I],I,o););return p?mn(o,v?0:I,v?I+1:x):mn(o,v?I+1:0,v?x:I)}function Nx(o,c){var p=o;return p instanceof Me&&(p=p.value()),xu(c,function(v,x){return x.func.apply(x.thisArg,ui([v],x.args))},p)}function Xv(o,c,p){var v=o.length;if(v<2)return v?Ts(o[0]):[];for(var x=-1,I=z(v);++x<v;)for(var q=o[x],D=-1;++D<v;)D!=x&&(I[x]=Vo(I[x]||q,o[D],c,p));return Ts(Vt(I,1),c,p)}function Dx(o,c,p){for(var v=-1,x=o.length,I=c.length,q={};++v<x;){var D=v<I?c[v]:t;p(q,o[v],D)}return q}function eb(o){return qt(o)?o:[]}function tb(o){return typeof o=="function"?o:$r}function As(o,c){return xe(o)?o:ub(o,c)?[o]:dC(it(o))}var H$=Ae;function qs(o,c,p){var v=o.length;return p=p===t?v:p,!c&&p>=v?o:mn(o,c,p)}var Fx=pv||function(o){return Nt.clearTimeout(o)};function Lx(o,c){if(c)return o.slice();var p=o.length,v=Rp?Rp(p):new o.constructor(p);return o.copy(v),v}function rb(o){var c=new o.constructor(o.byteLength);return new yl(c).set(new yl(o)),c}function B$(o,c){var p=c?rb(o.buffer):o.buffer;return new o.constructor(p,o.byteOffset,o.byteLength)}function V$(o){var c=new o.constructor(o.source,Kd.exec(o));return c.lastIndex=o.lastIndex,c}function W$(o){return Bo?He(Bo.call(o)):{}}function jx(o,c){var p=c?rb(o.buffer):o.buffer;return new o.constructor(p,o.byteOffset,o.length)}function Ux(o,c){if(o!==c){var p=o!==t,v=o===null,x=o===o,I=Zr(o),q=c!==t,D=c===null,H=c===c,Q=Zr(c);if(!D&&!Q&&!I&&o>c||I&&q&&H&&!D&&!Q||v&&q&&H||!p&&H||!x)return 1;if(!v&&!I&&!Q&&o<c||Q&&p&&x&&!v&&!I||D&&p&&x||!q&&x||!H)return-1}return 0}function z$(o,c,p){for(var v=-1,x=o.criteria,I=c.criteria,q=x.length,D=p.length;++v<q;){var H=Ux(x[v],I[v]);if(H){if(v>=D)return H;var Q=p[v];return H*(Q=="desc"?-1:1)}}return o.index-c.index}function Hx(o,c,p,v){for(var x=-1,I=o.length,q=p.length,D=-1,H=c.length,Q=gt(I-q,0),Z=z(H+Q),ee=!v;++D<H;)Z[D]=c[D];for(;++x<q;)(ee||x<I)&&(Z[p[x]]=o[x]);for(;Q--;)Z[D++]=o[x++];return Z}function Bx(o,c,p,v){for(var x=-1,I=o.length,q=-1,D=p.length,H=-1,Q=c.length,Z=gt(I-D,0),ee=z(Z+Q),ie=!v;++x<Z;)ee[x]=o[x];for(var fe=x;++H<Q;)ee[fe+H]=c[H];for(;++q<D;)(ie||x<I)&&(ee[fe+p[q]]=o[x++]);return ee}function Tr(o,c){var p=-1,v=o.length;for(c||(c=z(v));++p<v;)c[p]=o[p];return c}function yi(o,c,p,v){var x=!p;p||(p={});for(var I=-1,q=c.length;++I<q;){var D=c[I],H=v?v(p[D],o[D],D,p,o):t;H===t&&(H=o[D]),x?Gr(p,D,H):wr(p,D,H)}return p}function J$(o,c){return yi(o,cb(o),c)}function Y$(o,c){return yi(o,rC(o),c)}function zp(o,c){return function(p,v){var x=xe(p)?Mn:Dp,I=c?c():{};return x(p,o,ye(v,2),I)}}function Tl(o){return Ae(function(c,p){var v=-1,x=p.length,I=x>1?p[x-1]:t,q=x>2?p[2]:t;for(I=o.length>3&&typeof I=="function"?(x--,I):t,q&&_r(p[0],p[1],q)&&(I=x<3?t:I,x=1),c=He(c);++v<x;){var D=p[v];D&&o(c,D,v,I)}return c})}function Vx(o,c){return function(p,v){if(p==null)return p;if(!Ar(p))return o(p,v);for(var x=p.length,I=c?x:-1,q=He(p);(c?I--:++I<x)&&v(q[I],I,q)!==!1;);return p}}function Wx(o){return function(c,p,v){for(var x=-1,I=He(c),q=v(c),D=q.length;D--;){var H=q[o?D:++x];if(p(I[H],H,I)===!1)break}return c}}function G$(o,c,p){var v=c&R,x=Uu(o);function I(){var q=this&&this!==Nt&&this instanceof I?x:o;return q.apply(v?p:this,arguments)}return I}function zx(o){return function(c){c=it(c);var p=_s(c)?br(c):t,v=p?p[0]:c.charAt(0),x=p?qs(p,1).join(""):c.slice(1);return v[o]()+x}}function Al(o){return function(c){return xu(WC(VC(c).replace(qy,"")),o,"")}}function Uu(o){return function(){var c=arguments;switch(c.length){case 0:return new o;case 1:return new o(c[0]);case 2:return new o(c[0],c[1]);case 3:return new o(c[0],c[1],c[2]);case 4:return new o(c[0],c[1],c[2],c[3]);case 5:return new o(c[0],c[1],c[2],c[3],c[4]);case 6:return new o(c[0],c[1],c[2],c[3],c[4],c[5]);case 7:return new o(c[0],c[1],c[2],c[3],c[4],c[5],c[6])}var p=Os(o.prototype),v=o.apply(p,c);return Ct(v)?v:p}}function K$(o,c,p){var v=Uu(o);function x(){for(var I=arguments.length,q=z(I),D=I,H=ql(x);D--;)q[D]=arguments[D];var Q=I<3&&q[0]!==H&&q[I-1]!==H?[]:fn(q,H);if(I-=Q.length,I<p)return Qx(o,c,Jp,x.placeholder,t,q,Q,t,t,p-I);var Z=this&&this!==Nt&&this instanceof x?v:o;return gr(Z,this,q)}return x}function Jx(o){return function(c,p,v){var x=He(c);if(!Ar(c)){var I=ye(p,3);c=Kt(c),p=function(D){return I(x[D],D,x)}}var q=o(c,p,v);return q>-1?x[I?c[q]:q]:t}}function Yx(o){return Wi(function(c){var p=c.length,v=p,x=nr.prototype.thru;for(o&&c.reverse();v--;){var I=c[v];if(typeof I!="function")throw new Sr(i);if(x&&!q&&Qp(I)=="wrapper")var q=new nr([],!0)}for(v=q?v:p;++v<p;){I=c[v];var D=Qp(I),H=D=="wrapper"?ab(I):t;H&&fb(H[0])&&H[1]==(X|U|V|P)&&!H[4].length&&H[9]==1?q=q[Qp(H[0])].apply(q,H[3]):q=I.length==1&&fb(I)?q[D]():q.thru(I)}return function(){var Q=arguments,Z=Q[0];if(q&&Q.length==1&&xe(Z))return q.plant(Z).value();for(var ee=0,ie=p?c[ee].apply(this,Q):Z;++ee<p;)ie=c[ee].call(this,ie);return ie}})}function Jp(o,c,p,v,x,I,q,D,H,Q){var Z=c&X,ee=c&R,ie=c&T,fe=c&(U|B),ve=c&_,Pe=ie?t:Uu(o);function ge(){for(var je=arguments.length,Be=z(je),Xr=je;Xr--;)Be[Xr]=arguments[Xr];if(fe)var Rr=ql(ge),en=bp(Be,Rr);if(v&&(Be=Hx(Be,v,x,fe)),I&&(Be=Bx(Be,I,q,fe)),je-=en,fe&&je<Q){var $t=fn(Be,Rr);return Qx(o,c,Jp,ge.placeholder,p,Be,$t,D,H,Q-je)}var Bn=ee?p:this,Gi=ie?Bn[o]:o;return je=Be.length,D?Be=gM(Be,D):ve&&je>1&&Be.reverse(),Z&&H<je&&(Be.length=H),this&&this!==Nt&&this instanceof ge&&(Gi=Pe||Uu(Gi)),Gi.apply(Bn,Be)}return ge}function Gx(o,c){return function(p,v){return Is(p,o,c(v),{})}}function Yp(o,c){return function(p,v){var x;if(p===t&&v===t)return c;if(p!==t&&(x=p),v!==t){if(x===t)return v;typeof p=="string"||typeof v=="string"?(p=Qr(p),v=Qr(v)):(p=$x(p),v=$x(v)),x=o(p,v)}return x}}function nb(o){return Wi(function(c){return c=lt(c,vr(ye())),Ae(function(p){var v=this;return o(c,function(x){return gr(x,v,p)})})})}function Gp(o,c){c=c===t?" ":Qr(c);var p=c.length;if(p<2)return p?Kv(c,o):c;var v=Kv(c,Fo(o/fi(c)));return _s(c)?qs(br(v),0,o).join(""):v.slice(0,o)}function Q$(o,c,p,v){var x=c&R,I=Uu(o);function q(){for(var D=-1,H=arguments.length,Q=-1,Z=v.length,ee=z(Z+H),ie=this&&this!==Nt&&this instanceof q?I:o;++Q<Z;)ee[Q]=v[Q];for(;H--;)ee[Q++]=arguments[++D];return gr(ie,x?p:this,ee)}return q}function Kx(o){return function(c,p,v){return v&&typeof v!="number"&&_r(c,p,v)&&(p=v=t),c=Yi(c),p===t?(p=c,c=0):p=Yi(p),v=v===t?c<p?1:-1:Yi(v),N$(c,p,v,o)}}function Kp(o){return function(c,p){return typeof c=="string"&&typeof p=="string"||(c=yn(c),p=yn(p)),o(c,p)}}function Qx(o,c,p,v,x,I,q,D,H,Q){var Z=c&U,ee=Z?q:t,ie=Z?t:q,fe=Z?I:t,ve=Z?t:I;c|=Z?V:W,c&=~(Z?W:V),c&A||(c&=~(R|T));var Pe=[o,c,x,fe,ee,ve,ie,D,H,Q],ge=p.apply(t,Pe);return fb(o)&&cC(ge,Pe),ge.placeholder=v,uC(ge,o,c)}function ib(o){var c=nt[o];return function(p,v){if(p=yn(p),v=v==null?0:Bt(Oe(v),292),v&&Ui(p)){var x=(it(p)+"e").split("e"),I=c(x[0]+"e"+(+x[1]+v));return x=(it(I)+"e").split("e"),+(x[0]+"e"+(+x[1]-v))}return c(p)}}var Z$=Cs&&1/dl(new Cs([,-0]))[1]==ue?function(o){return new Cs(o)}:Ob;function Zx(o){return function(c){var p=sr(c);return p==Jt?Rs(c):p==mr?Sp(c):Gy(c,o(c))}}function Vi(o,c,p,v,x,I,q,D){var H=c&T;if(!H&&typeof o!="function")throw new Sr(i);var Q=v?v.length:0;if(Q||(c&=~(V|W),v=x=t),q=q===t?q:gt(Oe(q),0),D=D===t?D:Oe(D),Q-=x?x.length:0,c&W){var Z=v,ee=x;v=x=t}var ie=H?t:ab(o),fe=[o,c,p,v,x,Z,ee,I,q,D];if(ie&&pM(fe,ie),o=fe[0],c=fe[1],p=fe[2],v=fe[3],x=fe[4],D=fe[9]=fe[9]===t?H?0:o.length:gt(fe[9]-Q,0),!D&&c&(U|B)&&(c&=~(U|B)),!c||c==R)var ve=G$(o,c,p);else c==U||c==B?ve=K$(o,c,D):(c==V||c==(R|V))&&!x.length?ve=Q$(o,c,p,v):ve=Jp.apply(t,fe);var Pe=ie?Ax:cC;return uC(Pe(ve,fe),o,c)}function Xx(o,c,p,v){return o===t||Hn(o,xs[p])&&!Xe.call(v,p)?c:o}function eC(o,c,p,v,x,I){return Ct(o)&&Ct(c)&&(I.set(c,o),Dt(o,c,t,eC,I),I.delete(c)),o}function X$(o){return Vu(o)?t:o}function tC(o,c,p,v,x,I){var q=p&w,D=o.length,H=c.length;if(D!=H&&!(q&&H>D))return!1;var Q=I.get(o),Z=I.get(c);if(Q&&Z)return Q==c&&Z==o;var ee=-1,ie=!0,fe=p&C?new Hi:t;for(I.set(o,c),I.set(c,o);++ee<D;){var ve=o[ee],Pe=c[ee];if(v)var ge=q?v(Pe,ve,ee,c,o,I):v(ve,Pe,ee,o,c,I);if(ge!==t){if(ge)continue;ie=!1;break}if(fe){if(!ll(c,function(je,Be){if(!rt(fe,Be)&&(ve===je||x(ve,je,p,v,I)))return fe.push(Be)})){ie=!1;break}}else if(!(ve===Pe||x(ve,Pe,p,v,I))){ie=!1;break}}return I.delete(o),I.delete(c),ie}function eM(o,c,p,v,x,I,q){switch(p){case Tn:if(o.byteLength!=c.byteLength||o.byteOffset!=c.byteOffset)return!1;o=o.buffer,c=c.buffer;case $i:return!(o.byteLength!=c.byteLength||!I(new yl(o),new yl(c)));case Jr:case Or:case So:return Hn(+o,+c);case mt:return o.name==c.name&&o.message==c.message;case Yt:case wo:return o==c+"";case Jt:var D=Rs;case mr:var H=v&w;if(D||(D=dl),o.size!=c.size&&!H)return!1;var Q=q.get(o);if(Q)return Q==c;v|=C,q.set(o,c);var Z=tC(D(o),D(c),v,x,I,q);return q.delete(o),Z;case Ja:if(Bo)return Bo.call(o)==Bo.call(c)}return!1}function tM(o,c,p,v,x,I){var q=p&w,D=sb(o),H=D.length,Q=sb(c),Z=Q.length;if(H!=Z&&!q)return!1;for(var ee=H;ee--;){var ie=D[ee];if(!(q?ie in c:Xe.call(c,ie)))return!1}var fe=I.get(o),ve=I.get(c);if(fe&&ve)return fe==c&&ve==o;var Pe=!0;I.set(o,c),I.set(c,o);for(var ge=q;++ee<H;){ie=D[ee];var je=o[ie],Be=c[ie];if(v)var Xr=q?v(Be,je,ie,c,o,I):v(je,Be,ie,o,c,I);if(!(Xr===t?je===Be||x(je,Be,p,v,I):Xr)){Pe=!1;break}ge||(ge=ie=="constructor")}if(Pe&&!ge){var Rr=o.constructor,en=c.constructor;Rr!=en&&"constructor"in o&&"constructor"in c&&!(typeof Rr=="function"&&Rr instanceof Rr&&typeof en=="function"&&en instanceof en)&&(Pe=!1)}return I.delete(o),I.delete(c),Pe}function Wi(o){return pb(aC(o,t,gC),o+"")}function sb(o){return Hp(o,Kt,cb)}function ob(o){return Hp(o,qr,rC)}var ab=xl?function(o){return xl.get(o)}:Ob;function Qp(o){for(var c=o.name+"",p=Es[c],v=Xe.call(Es,c)?p.length:0;v--;){var x=p[v],I=x.func;if(I==null||I==o)return x.name}return c}function ql(o){var c=Xe.call(O,"placeholder")?O:o;return c.placeholder}function ye(){var o=O.iteratee||Cb;return o=o===Cb?S:o,arguments.length?o(arguments[0],arguments[1]):o}function Zp(o,c){var p=o.__data__;return cM(c)?p[typeof c=="string"?"string":"hash"]:p.map}function lb(o){for(var c=Kt(o),p=c.length;p--;){var v=c[p],x=o[v];c[p]=[v,x,sC(x)]}return c}function Jo(o,c){var p=Ao(o,c);return Le(p)?p:t}function rM(o){var c=Xe.call(o,ji),p=o[ji];try{o[ji]=t;var v=!0}catch{}var x=ml.call(o);return v&&(c?o[ji]=p:delete o[ji]),x}var cb=wl?function(o){return o==null?[]:(o=He(o),ci(wl(o),function(c){return No.call(o,c)}))}:Ib,rC=wl?function(o){for(var c=[];o;)ui(c,cb(o)),o=vl(o);return c}:Ib,sr=Qt;(ku&&sr(new ku(new ArrayBuffer(1)))!=Tn||jo&&sr(new jo)!=Jt||Tu&&sr(Tu.resolve())!=zd||Cs&&sr(new Cs)!=mr||Uo&&sr(new Uo)!=Ht)&&(sr=function(o){var c=Qt(o),p=c==kn?o.constructor:t,v=p?Yo(p):"";if(v)switch(v){case vv:return Tn;case bv:return Jt;case Sv:return zd;case wv:return mr;case _v:return Ht}return c});function nM(o,c,p){for(var v=-1,x=p.length;++v<x;){var I=p[v],q=I.size;switch(I.type){case"drop":o+=q;break;case"dropRight":c-=q;break;case"take":c=Bt(c,o+q);break;case"takeRight":o=gt(o,c-q);break}}return{start:o,end:c}}function iM(o){var c=o.match(An);return c?c[1].split(cn):[]}function nC(o,c,p){c=As(c,o);for(var v=-1,x=c.length,I=!1;++v<x;){var q=Un(c[v]);if(!(I=o!=null&&p(o,q)))break;o=o[q]}return I||++v!=x?I:(x=o==null?0:o.length,!!x&&sh(x)&&zi(q,x)&&(xe(o)||Go(o)))}function sM(o){var c=o.length,p=new o.constructor(c);return c&&typeof o[0]=="string"&&Xe.call(o,"index")&&(p.index=o.index,p.input=o.input),p}function iC(o){return typeof o.constructor=="function"&&!Hu(o)?Os(vl(o)):{}}function oM(o,c,p){var v=o.constructor;switch(c){case $i:return rb(o);case Jr:case Or:return new v(+o);case Tn:return B$(o,p);case ot:case Ya:case Ga:case hs:case _o:case ms:case li:case gs:case cu:return jx(o,p);case Jt:return new v;case So:case wo:return new v(o);case Yt:return V$(o);case mr:return new v;case Ja:return W$(o)}}function aM(o,c){var p=c.length;if(!p)return o;var v=p-1;return c[v]=(p>1?"& ":"")+c[v],c=c.join(p>2?", ":" "),o.replace(Gt,`{
|
|
2
2
|
/* [wrapped with `+c+`] */
|
|
3
|
-
`)}function oM(a){return xe(a)||Go(a)||!!(Cp&&a&&a[Cp])}function zi(a,c){var p=typeof a;return c=c??tt,!!c&&(p=="number"||p!="symbol"&&ys.test(a))&&a>-1&&a%1==0&&a<c}function _r(a,c,p){if(!Ct(p))return!1;var v=typeof c;return(v=="number"?Ar(p)&&zi(c,p.length):v=="string"&&c in p)?Hn(p[c],a):!1}function ub(a,c){if(xe(a))return!1;var p=typeof a;return p=="number"||p=="symbol"||p=="boolean"||a==null||Zr(a)?!0:$e.test(a)||!Ir.test(a)||c!=null&&a in He(c)}function aM(a){var c=typeof a;return c=="string"||c=="number"||c=="symbol"||c=="boolean"?a!=="__proto__":a===null}function fb(a){var c=Qp(a),p=O[c];if(typeof p!="function"||!(c in Me.prototype))return!1;if(a===p)return!0;var v=ab(p);return!!v&&a===v[0]}function lM(a){return!!_p&&_p in a}var cM=Mo?Ji:Pb;function Hu(a){var c=a&&a.constructor,p=typeof c=="function"&&c.prototype||xs;return a===p}function sC(a){return a===a&&!Ct(a)}function oC(a,c){return function(p){return p==null?!1:p[a]===c&&(c!==t||a in He(p))}}function uM(a){var c=nh(a,function(v){return p.size===f&&p.clear(),v}),p=c.cache;return c}function fM(a,c){var p=a[1],v=c[1],x=p|v,I=x<(R|P|X),q=v==X&&p==U||v==X&&p==T&&a[7].length<=c[8]||v==(X|T)&&c[7].length<=c[8]&&p==U;if(!(I||q))return a;v&R&&(a[2]=c[2],x|=p&R?0:A);var D=c[3];if(D){var H=a[3];a[3]=H?Hx(H,D,c[4]):D,a[4]=H?fn(a[3],d):c[4]}return D=c[5],D&&(H=a[5],a[5]=H?Bx(H,D,c[6]):D,a[6]=H?fn(a[5],d):c[6]),D=c[7],D&&(a[7]=D),v&X&&(a[8]=a[8]==null?c[8]:Bt(a[8],c[8])),a[9]==null&&(a[9]=c[9]),a[0]=c[0],a[1]=x,a}function dM(a){var c=[];if(a!=null)for(var p in He(a))c.push(p);return c}function pM(a){return ml.call(a)}function aC(a,c,p){return c=gt(c===t?a.length-1:c,0),function(){for(var v=arguments,x=-1,I=gt(v.length-c,0),q=W(I);++x<I;)q[x]=v[c+x];x=-1;for(var D=W(c+1);++x<c;)D[x]=v[x];return D[c]=p(q),gr(a,this,D)}}function lC(a,c){return c.length<2?a:Bi(a,mn(c,0,-1))}function hM(a,c){for(var p=a.length,v=Bt(c.length,p),x=Tr(a);v--;){var I=c[v];a[v]=zi(I,p)?x[I]:t}return a}function db(a,c){if(!(c==="constructor"&&typeof a[c]=="function")&&c!="__proto__")return a[c]}var cC=fC(Ax),Bu=mv||function(a,c){return Nt.setTimeout(a,c)},pb=fC(D$);function uC(a,c,p){var v=c+"";return pb(a,sM(v,mM(rM(v),p)))}function fC(a){var c=0,p=0;return function(){var v=Op(),x=$-(v-p);if(p=v,x>0){if(++c>=j)return arguments[0]}else c=0;return a.apply(t,arguments)}}function Xp(a,c){var p=-1,v=a.length,x=v-1;for(c=c===t?v:c;++p<c;){var I=Gv(p,x),q=a[I];a[I]=a[p],a[p]=q}return a.length=c,a}var dC=uM(function(a){var c=[];return a.charCodeAt(0)===46&&c.push(""),a.replace(uu,function(p,v,x,I){c.push(x?I.replace(qn,"$1"):v||p)}),c});function Un(a){if(typeof a=="string"||Zr(a))return a;var c=a+"";return c=="0"&&1/a==-ue?"-0":c}function Yo(a){if(a!=null){try{return hl.call(a)}catch{}try{return a+""}catch{}}return""}function mM(a,c){return yr(ce,function(p){var v="_."+p[0];c&p[1]&&!al(a,v)&&a.push(v)}),a.sort()}function pC(a){if(a instanceof Me)return a.clone();var c=new nr(a.__wrapped__,a.__chain__);return c.__actions__=Tr(a.__actions__),c.__index__=a.__index__,c.__values__=a.__values__,c}function gM(a,c,p){(p?_r(a,c,p):c===t)?c=1:c=gt(Oe(c),0);var v=a==null?0:a.length;if(!v||c<1)return[];for(var x=0,I=0,q=W(Fo(v/c));x<v;)q[I++]=mn(a,x,x+=c);return q}function yM(a){for(var c=-1,p=a==null?0:a.length,v=0,x=[];++c<p;){var I=a[c];I&&(x[v++]=I)}return x}function vM(){var a=arguments.length;if(!a)return[];for(var c=W(a-1),p=arguments[0],v=a;v--;)c[v-1]=arguments[v];return ui(xe(p)?Tr(p):[p],Vt(c,1))}var bM=Ae(function(a,c){return qt(a)?Vo(a,Vt(c,1,qt,!0)):[]}),SM=Ae(function(a,c){var p=gn(c);return qt(p)&&(p=t),qt(a)?Vo(a,Vt(c,1,qt,!0),ye(p,2)):[]}),wM=Ae(function(a,c){var p=gn(c);return qt(p)&&(p=t),qt(a)?Vo(a,Vt(c,1,qt,!0),t,p):[]});function _M(a,c,p){var v=a==null?0:a.length;return v?(c=p||c===t?1:Oe(c),mn(a,c<0?0:c,v)):[]}function RM(a,c,p){var v=a==null?0:a.length;return v?(c=p||c===t?1:Oe(c),c=v-c,mn(a,0,c<0?0:c)):[]}function xM(a,c){return a&&a.length?Wp(a,ye(c,3),!0,!0):[]}function CM(a,c){return a&&a.length?Wp(a,ye(c,3),!0):[]}function EM(a,c,p,v){var x=a==null?0:a.length;return x?(p&&typeof p!="number"&&_r(a,c,p)&&(p=0,v=x),Hv(a,c,p,v)):[]}function hC(a,c,p){var v=a==null?0:a.length;if(!v)return-1;var x=p==null?0:Oe(p);return x<0&&(x=gt(v+x,0)),cl(a,ye(c,3),x)}function mC(a,c,p){var v=a==null?0:a.length;if(!v)return-1;var x=v-1;return p!==t&&(x=Oe(p),x=p<0?gt(v+x,0):Bt(x,v-1)),cl(a,ye(c,3),x,!0)}function gC(a){var c=a==null?0:a.length;return c?Vt(a,1):[]}function OM(a){var c=a==null?0:a.length;return c?Vt(a,ue):[]}function IM(a,c){var p=a==null?0:a.length;return p?(c=c===t?1:Oe(c),Vt(a,c)):[]}function PM(a){for(var c=-1,p=a==null?0:a.length,v={};++c<p;){var x=a[c];Gr(v,x[0],x[1])}return v}function yC(a){return a&&a.length?a[0]:t}function kM(a,c,p){var v=a==null?0:a.length;if(!v)return-1;var x=p==null?0:Oe(p);return x<0&&(x=gt(v+x,0)),Fi(a,c,x)}function TM(a){var c=a==null?0:a.length;return c?mn(a,0,-1):[]}var AM=Ae(function(a){var c=lt(a,eb);return c.length&&c[0]===a[0]?Kr(c):[]}),qM=Ae(function(a){var c=gn(a),p=lt(a,eb);return c===gn(p)?c=t:p.pop(),p.length&&p[0]===a[0]?Kr(p,ye(c,2)):[]}),$M=Ae(function(a){var c=gn(a),p=lt(a,eb);return c=typeof c=="function"?c:t,c&&p.pop(),p.length&&p[0]===a[0]?Kr(p,t,c):[]});function MM(a,c){return a==null?"":Rl.call(a,c)}function gn(a){var c=a==null?0:a.length;return c?a[c-1]:t}function NM(a,c,p){var v=a==null?0:a.length;if(!v)return-1;var x=v;return p!==t&&(x=Oe(p),x=x<0?gt(v+x,0):Bt(x,v-1)),c===c?Pu(a,c,x):cl(a,Li,x,!0)}function DM(a,c){return a&&a.length?jn(a,Oe(c)):t}var FM=Ae(vC);function vC(a,c){return a&&a.length&&c&&c.length?Yv(a,c):a}function LM(a,c,p){return a&&a.length&&c&&c.length?Yv(a,c,ye(p,2)):a}function jM(a,c,p){return a&&a.length&&c&&c.length?Yv(a,c,t,p):a}var UM=Wi(function(a,c){var p=a==null?0:a.length,v=Mu(a,c);return Tx(a,lt(c,function(x){return zi(x,p)?+x:x}).sort(Ux)),v});function HM(a,c){var p=[];if(!(a&&a.length))return p;var v=-1,x=[],I=a.length;for(c=ye(c,3);++v<I;){var q=a[v];c(q,v,a)&&(p.push(q),x.push(v))}return Tx(a,x),p}function hb(a){return a==null?a:yv.call(a)}function BM(a,c,p){var v=a==null?0:a.length;return v?(p&&typeof p!="number"&&_r(a,c,p)?(c=0,p=v):(c=c==null?0:Oe(c),p=p===t?v:Oe(p)),mn(a,c,p)):[]}function VM(a,c){return Vp(a,c)}function WM(a,c,p){return Qv(a,c,ye(p,2))}function zM(a,c){var p=a==null?0:a.length;if(p){var v=Vp(a,c);if(v<p&&Hn(a[v],c))return v}return-1}function JM(a,c){return Vp(a,c,!0)}function YM(a,c,p){return Qv(a,c,ye(p,2),!0)}function GM(a,c){var p=a==null?0:a.length;if(p){var v=Vp(a,c,!0)-1;if(Hn(a[v],c))return v}return-1}function KM(a){return a&&a.length?qx(a):[]}function QM(a,c){return a&&a.length?qx(a,ye(c,2)):[]}function ZM(a){var c=a==null?0:a.length;return c?mn(a,1,c):[]}function XM(a,c,p){return a&&a.length?(c=p||c===t?1:Oe(c),mn(a,0,c<0?0:c)):[]}function eN(a,c,p){var v=a==null?0:a.length;return v?(c=p||c===t?1:Oe(c),c=v-c,mn(a,c<0?0:c,v)):[]}function tN(a,c){return a&&a.length?Wp(a,ye(c,3),!1,!0):[]}function rN(a,c){return a&&a.length?Wp(a,ye(c,3)):[]}var nN=Ae(function(a){return Ts(Vt(a,1,qt,!0))}),iN=Ae(function(a){var c=gn(a);return qt(c)&&(c=t),Ts(Vt(a,1,qt,!0),ye(c,2))}),sN=Ae(function(a){var c=gn(a);return c=typeof c=="function"?c:t,Ts(Vt(a,1,qt,!0),t,c)});function oN(a){return a&&a.length?Ts(a):[]}function aN(a,c){return a&&a.length?Ts(a,ye(c,2)):[]}function lN(a,c){return c=typeof c=="function"?c:t,a&&a.length?Ts(a,t,c):[]}function mb(a){if(!(a&&a.length))return[];var c=0;return a=ci(a,function(p){if(qt(p))return c=gt(p.length,c),!0}),Ou(c,function(p){return lt(a,To(p))})}function bC(a,c){if(!(a&&a.length))return[];var p=mb(a);return c==null?p:lt(p,function(v){return gr(c,t,v)})}var cN=Ae(function(a,c){return qt(a)?Vo(a,c):[]}),uN=Ae(function(a){return Xv(ci(a,qt))}),fN=Ae(function(a){var c=gn(a);return qt(c)&&(c=t),Xv(ci(a,qt),ye(c,2))}),dN=Ae(function(a){var c=gn(a);return c=typeof c=="function"?c:t,Xv(ci(a,qt),t,c)}),pN=Ae(mb);function hN(a,c){return Dx(a||[],c||[],wr)}function mN(a,c){return Dx(a||[],c||[],ju)}var gN=Ae(function(a){var c=a.length,p=c>1?a[c-1]:t;return p=typeof p=="function"?(a.pop(),p):t,bC(a,p)});function SC(a){var c=O(a);return c.__chain__=!0,c}function yN(a,c){return c(a),a}function eh(a,c){return c(a)}var vN=Wi(function(a){var c=a.length,p=c?a[0]:0,v=this.__wrapped__,x=function(I){return Mu(I,a)};return c>1||this.__actions__.length||!(v instanceof Me)||!zi(p)?this.thru(x):(v=v.slice(p,+p+(c?1:0)),v.__actions__.push({func:eh,args:[x],thisArg:t}),new nr(v,this.__chain__).thru(function(I){return c&&!I.length&&I.push(t),I}))});function bN(){return SC(this)}function SN(){return new nr(this.value(),this.__chain__)}function wN(){this.__values__===t&&(this.__values__=$C(this.value()));var a=this.__index__>=this.__values__.length,c=a?t:this.__values__[this.__index__++];return{done:a,value:c}}function _N(){return this}function RN(a){for(var c,p=this;p instanceof El;){var v=pC(p);v.__index__=0,v.__values__=t,c?x.__wrapped__=v:c=v;var x=v;p=p.__wrapped__}return x.__wrapped__=a,c}function xN(){var a=this.__wrapped__;if(a instanceof Me){var c=a;return this.__actions__.length&&(c=new Me(this)),c=c.reverse(),c.__actions__.push({func:eh,args:[hb],thisArg:t}),new nr(c,this.__chain__)}return this.thru(hb)}function CN(){return Nx(this.__wrapped__,this.__actions__)}var EN=zp(function(a,c,p){Xe.call(a,p)?++a[p]:Gr(a,p,1)});function ON(a,c,p){var v=xe(a)?hp:Uv;return p&&_r(a,c,p)&&(c=t),v(a,ye(c,3))}function IN(a,c){var p=xe(a)?ci:jp;return p(a,ye(c,3))}var PN=Jx(hC),kN=Jx(mC);function TN(a,c){return Vt(th(a,c),1)}function AN(a,c){return Vt(th(a,c),ue)}function qN(a,c,p){return p=p===t?1:Oe(p),Vt(th(a,c),p)}function wC(a,c){var p=xe(a)?yr:gi;return p(a,ye(c,3))}function _C(a,c){var p=xe(a)?Ru:Lp;return p(a,ye(c,3))}var $N=zp(function(a,c,p){Xe.call(a,p)?a[p].push(c):Gr(a,p,[c])});function MN(a,c,p,v){a=Ar(a)?a:Ml(a),p=p&&!v?Oe(p):0;var x=a.length;return p<0&&(p=gt(x+p,0)),oh(a)?p<=x&&a.indexOf(c,p)>-1:!!x&&Fi(a,c,p)>-1}var NN=Ae(function(a,c,p){var v=-1,x=typeof c=="function",I=Ar(a)?W(a.length):[];return gi(a,function(q){I[++v]=x?gr(c,q,p):Wo(q,c,p)}),I}),DN=zp(function(a,c,p){Gr(a,p,c)});function th(a,c){var p=xe(a)?lt:se;return p(a,ye(c,3))}function FN(a,c,p,v){return a==null?[]:(xe(c)||(c=c==null?[]:[c]),p=v?t:p,xe(p)||(p=p==null?[]:[p]),Px(a,c,p))}var LN=zp(function(a,c,p){a[p?0:1].push(c)},function(){return[[],[]]});function jN(a,c,p){var v=xe(a)?xu:ul,x=arguments.length<3;return v(a,ye(c,4),p,x,gi)}function UN(a,c,p){var v=xe(a)?By:ul,x=arguments.length<3;return v(a,ye(c,4),p,x,Lp)}function HN(a,c){var p=xe(a)?ci:jp;return p(a,ih(ye(c,3)))}function BN(a){var c=xe(a)?Np:M$;return c(a)}function VN(a,c,p){(p?_r(a,c,p):c===t)?c=1:c=Oe(c);var v=xe(a)?Dv:N$;return v(a,c)}function WN(a){var c=xe(a)?Fv:F$;return c(a)}function zN(a){if(a==null)return 0;if(Ar(a))return oh(a)?fi(a):a.length;var c=sr(a);return c==Jt||c==mr?a.size:E(a).length}function JN(a,c,p){var v=xe(a)?ll:L$;return p&&_r(a,c,p)&&(c=t),v(a,ye(c,3))}var YN=Ae(function(a,c){if(a==null)return[];var p=c.length;return p>1&&_r(a,c[0],c[1])?c=[]:p>2&&_r(c[0],c[1],c[2])&&(c=[c[0]]),Px(a,Vt(c,1),[])}),rh=hv||function(){return Nt.Date.now()};function GN(a,c){if(typeof c!="function")throw new Sr(i);return a=Oe(a),function(){if(--a<1)return c.apply(this,arguments)}}function RC(a,c,p){return c=p?t:c,c=a&&c==null?a.length:c,Vi(a,X,t,t,t,t,c)}function xC(a,c){var p;if(typeof c!="function")throw new Sr(i);return a=Oe(a),function(){return--a>0&&(p=c.apply(this,arguments)),a<=1&&(c=t),p}}var gb=Ae(function(a,c,p){var v=R;if(p.length){var x=fn(p,ql(gb));v|=z}return Vi(a,v,c,p,x)}),CC=Ae(function(a,c,p){var v=R|P;if(p.length){var x=fn(p,ql(CC));v|=z}return Vi(c,v,a,p,x)});function EC(a,c,p){c=p?t:c;var v=Vi(a,U,t,t,t,t,t,c);return v.placeholder=EC.placeholder,v}function OC(a,c,p){c=p?t:c;var v=Vi(a,B,t,t,t,t,t,c);return v.placeholder=OC.placeholder,v}function IC(a,c,p){var v,x,I,q,D,H,Q=0,Z=!1,ee=!1,ie=!0;if(typeof a!="function")throw new Sr(i);c=yn(c)||0,Ct(p)&&(Z=!!p.leading,ee="maxWait"in p,I=ee?gt(yn(p.maxWait)||0,c):I,ie="trailing"in p?!!p.trailing:ie);function fe($t){var Bn=v,Gi=x;return v=x=t,Q=$t,q=a.apply(Gi,Bn),q}function ve($t){return Q=$t,D=Bu(je,c),Z?fe($t):q}function Pe($t){var Bn=$t-H,Gi=$t-Q,YC=c-Bn;return ee?Bt(YC,I-Gi):YC}function ge($t){var Bn=$t-H,Gi=$t-Q;return H===t||Bn>=c||Bn<0||ee&&Gi>=I}function je(){var $t=rh();if(ge($t))return Be($t);D=Bu(je,Pe($t))}function Be($t){return D=t,ie&&v?fe($t):(v=x=t,q)}function Xr(){D!==t&&Fx(D),Q=0,v=H=x=D=t}function Rr(){return D===t?q:Be(rh())}function en(){var $t=rh(),Bn=ge($t);if(v=arguments,x=this,H=$t,Bn){if(D===t)return ve(H);if(ee)return Fx(D),D=Bu(je,c),fe(H)}return D===t&&(D=Bu(je,c)),q}return en.cancel=Xr,en.flush=Rr,en}var KN=Ae(function(a,c){return Nu(a,1,c)}),QN=Ae(function(a,c,p){return Nu(a,yn(c)||0,p)});function ZN(a){return Vi(a,_)}function nh(a,c){if(typeof a!="function"||c!=null&&typeof c!="function")throw new Sr(i);var p=function(){var v=arguments,x=c?c.apply(this,v):v[0],I=p.cache;if(I.has(x))return I.get(x);var q=a.apply(this,v);return p.cache=I.set(x,q)||I,q};return p.cache=new(nh.Cache||Dn),p}nh.Cache=Dn;function ih(a){if(typeof a!="function")throw new Sr(i);return function(){var c=arguments;switch(c.length){case 0:return!a.call(this);case 1:return!a.call(this,c[0]);case 2:return!a.call(this,c[0],c[1]);case 3:return!a.call(this,c[0],c[1],c[2])}return!a.apply(this,c)}}function XN(a){return xC(2,a)}var eD=j$(function(a,c){c=c.length==1&&xe(c[0])?lt(c[0],vr(ye())):lt(Vt(c,1),vr(ye()));var p=c.length;return Ae(function(v){for(var x=-1,I=Bt(v.length,p);++x<I;)v[x]=c[x].call(this,v[x]);return gr(a,this,v)})}),yb=Ae(function(a,c){var p=fn(c,ql(yb));return Vi(a,z,t,c,p)}),PC=Ae(function(a,c){var p=fn(c,ql(PC));return Vi(a,V,t,c,p)}),tD=Wi(function(a,c){return Vi(a,T,t,t,t,c)});function rD(a,c){if(typeof a!="function")throw new Sr(i);return c=c===t?c:Oe(c),Ae(a,c)}function nD(a,c){if(typeof a!="function")throw new Sr(i);return c=c==null?0:gt(Oe(c),0),Ae(function(p){var v=p[c],x=qs(p,0,c);return v&&ui(x,v),gr(a,this,x)})}function iD(a,c,p){var v=!0,x=!0;if(typeof a!="function")throw new Sr(i);return Ct(p)&&(v="leading"in p?!!p.leading:v,x="trailing"in p?!!p.trailing:x),IC(a,c,{leading:v,maxWait:c,trailing:x})}function sD(a){return RC(a,1)}function oD(a,c){return yb(tb(c),a)}function aD(){if(!arguments.length)return[];var a=arguments[0];return xe(a)?a:[a]}function lD(a){return ir(a,y)}function cD(a,c){return c=typeof c=="function"?c:t,ir(a,y,c)}function uD(a){return ir(a,m|y)}function fD(a,c){return c=typeof c=="function"?c:t,ir(a,m|y,c)}function dD(a,c){return c==null||pn(a,c,Kt(c))}function Hn(a,c){return a===c||a!==a&&c!==c}var pD=Kp(Fu),hD=Kp(function(a,c){return a>=c}),Go=Bp((function(){return arguments})())?Bp:function(a){return It(a)&&Xe.call(a,"callee")&&!No.call(a,"callee")},xe=W.isArray,mD=_u?vr(_u):zv;function Ar(a){return a!=null&&sh(a.length)&&!Ji(a)}function qt(a){return It(a)&&Ar(a)}function gD(a){return a===!0||a===!1||It(a)&&Qt(a)==Jr}var $s=_l||Pb,yD=dp?vr(dp):Jv;function vD(a){return It(a)&&a.nodeType===1&&!Vu(a)}function bD(a){if(a==null)return!0;if(Ar(a)&&(xe(a)||typeof a=="string"||typeof a.splice=="function"||$s(a)||$l(a)||Go(a)))return!a.length;var c=sr(a);if(c==Jt||c==mr)return!a.size;if(Hu(a))return!E(a).length;for(var p in a)if(Xe.call(a,p))return!1;return!0}function SD(a,c){return zo(a,c)}function wD(a,c,p){p=typeof p=="function"?p:t;var v=p?p(a,c):t;return v===t?zo(a,c,t,p):!!v}function vb(a){if(!It(a))return!1;var c=Qt(a);return c==mt||c==ht||typeof a.message=="string"&&typeof a.name=="string"&&!Vu(a)}function _D(a){return typeof a=="number"&&Ui(a)}function Ji(a){if(!Ct(a))return!1;var c=Qt(a);return c==an||c==bo||c==Rt||c==Jd}function kC(a){return typeof a=="number"&&a==Oe(a)}function sh(a){return typeof a=="number"&&a>-1&&a%1==0&&a<=tt}function Ct(a){var c=typeof a;return a!=null&&(c=="object"||c=="function")}function It(a){return a!=null&&typeof a=="object"}var TC=pp?vr(pp):Ps;function RD(a,c){return a===c||ks(a,c,lb(c))}function xD(a,c,p){return p=typeof p=="function"?p:t,ks(a,c,lb(c),p)}function CD(a){return AC(a)&&a!=+a}function ED(a){if(cM(a))throw new Se(n);return Le(a)}function OD(a){return a===null}function ID(a){return a==null}function AC(a){return typeof a=="number"||It(a)&&Qt(a)==So}function Vu(a){if(!It(a)||Qt(a)!=kn)return!1;var c=vl(a);if(c===null)return!0;var p=Xe.call(c,"constructor")&&c.constructor;return typeof p=="function"&&p instanceof p&&hl.call(p)==uv}var bb=ko?vr(ko):u;function PD(a){return kC(a)&&a>=-tt&&a<=tt}var qC=$n?vr($n):h;function oh(a){return typeof a=="string"||!xe(a)&&It(a)&&Qt(a)==wo}function Zr(a){return typeof a=="symbol"||It(a)&&Qt(a)==Ja}var $l=ol?vr(ol):b;function kD(a){return a===t}function TD(a){return It(a)&&sr(a)==Ht}function AD(a){return It(a)&&Qt(a)==Gd}var qD=Kp(J),$D=Kp(function(a,c){return a<=c});function $C(a){if(!a)return[];if(Ar(a))return oh(a)?br(a):Tr(a);if(Do&&a[Do])return ev(a[Do]());var c=sr(a),p=c==Jt?Rs:c==mr?dl:Ml;return p(a)}function Yi(a){if(!a)return a===0?a:0;if(a=yn(a),a===ue||a===-ue){var c=a<0?-1:1;return c*Re}return a===a?a:0}function Oe(a){var c=Yi(a),p=c%1;return c===c?p?c-p:c:0}function MC(a){return a?mi(Oe(a),0,Ee):0}function yn(a){if(typeof a=="number")return a;if(Zr(a))return me;if(Ct(a)){var c=typeof a.valueOf=="function"?a.valueOf():a;a=Ct(c)?c+"":c}if(typeof a!="string")return a===0?a:+a;a=Iu(a);var p=Co.test(a);return p||by.test(a)?Uy(a.slice(2),p?2:8):vy.test(a)?me:+a}function NC(a){return yi(a,qr(a))}function MD(a){return a?mi(Oe(a),-tt,tt):a===0?a:0}function it(a){return a==null?"":Qr(a)}var ND=Tl(function(a,c){if(Hu(c)||Ar(c)){yi(c,Kt(c),a);return}for(var p in c)Xe.call(c,p)&&wr(a,p,c[p])}),DC=Tl(function(a,c){yi(c,qr(c),a)}),FC=Tl(function(a,c,p,v){yi(c,qr(c),a,v)}),Sb=Tl(function(a,c,p,v){yi(c,Kt(c),a,v)}),DD=Wi(Mu);function FD(a,c){var p=Os(a);return c==null?p:Fp(p,c)}var LD=Ae(function(a,c){a=He(a);var p=-1,v=c.length,x=v>2?c[2]:t;for(x&&_r(c[0],c[1],x)&&(v=1);++p<v;)for(var I=c[p],q=qr(I),D=-1,H=q.length;++D<H;){var Q=q[D],Z=a[Q];(Z===t||Hn(Z,xs[Q])&&!Xe.call(a,Q))&&(a[Q]=I[Q])}return a}),jD=Ae(function(a){return a.push(t,eC),gr(LC,t,a)});function UD(a,c){return mp(a,ye(c,3),hn)}function HD(a,c){return mp(a,ye(c,3),Fn)}function BD(a,c){return a==null?a:Du(a,ye(c,3),qr)}function VD(a,c){return a==null?a:Up(a,ye(c,3),qr)}function WD(a,c){return a&&hn(a,ye(c,3))}function zD(a,c){return a&&Fn(a,ye(c,3))}function JD(a){return a==null?[]:kl(a,Kt(a))}function YD(a){return a==null?[]:kl(a,qr(a))}function wb(a,c,p){var v=a==null?t:Bi(a,c);return v===t?p:v}function GD(a,c){return a!=null&&nC(a,c,Bv)}function _b(a,c){return a!=null&&nC(a,c,Vv)}var KD=Gx(function(a,c,p){c!=null&&typeof c.toString!="function"&&(c=ml.call(c)),a[c]=p},xb($r)),QD=Gx(function(a,c,p){c!=null&&typeof c.toString!="function"&&(c=ml.call(c)),Xe.call(a,c)?a[c].push(p):a[c]=[p]},ye),ZD=Ae(Wo);function Kt(a){return Ar(a)?Mp(a):E(a)}function qr(a){return Ar(a)?Mp(a,!0):N(a)}function XD(a,c){var p={};return c=ye(c,3),hn(a,function(v,x,I){Gr(p,c(v,x,I),v)}),p}function eF(a,c){var p={};return c=ye(c,3),hn(a,function(v,x,I){Gr(p,x,c(v,x,I))}),p}var tF=Tl(function(a,c,p){Dt(a,c,p)}),LC=Tl(function(a,c,p,v){Dt(a,c,p,v)}),rF=Wi(function(a,c){var p={};if(a==null)return p;var v=!1;c=lt(c,function(I){return I=As(I,a),v||(v=I.length>1),I}),yi(a,ob(a),p),v&&(p=ir(p,m|g|y,Q$));for(var x=c.length;x--;)Zv(p,c[x]);return p});function nF(a,c){return jC(a,ih(ye(c)))}var iF=Wi(function(a,c){return a==null?{}:A$(a,c)});function jC(a,c){if(a==null)return{};var p=lt(ob(a),function(v){return[v]});return c=ye(c),kx(a,p,function(v,x){return c(v,x[0])})}function sF(a,c,p){c=As(c,a);var v=-1,x=c.length;for(x||(x=1,a=t);++v<x;){var I=a==null?t:a[Un(c[v])];I===t&&(v=x,I=p),a=Ji(I)?I.call(a):I}return a}function oF(a,c,p){return a==null?a:ju(a,c,p)}function aF(a,c,p,v){return v=typeof v=="function"?v:t,a==null?a:ju(a,c,p,v)}var UC=Zx(Kt),HC=Zx(qr);function lF(a,c,p){var v=xe(a),x=v||$s(a)||$l(a);if(c=ye(c,4),p==null){var I=a&&a.constructor;x?p=v?new I:[]:Ct(a)?p=Ji(I)?Os(vl(a)):{}:p={}}return(x?yr:hn)(a,function(q,D,H){return c(p,q,D,H)}),p}function cF(a,c){return a==null?!0:Zv(a,c)}function uF(a,c,p){return a==null?a:Mx(a,c,tb(p))}function fF(a,c,p,v){return v=typeof v=="function"?v:t,a==null?a:Mx(a,c,tb(p),v)}function Ml(a){return a==null?[]:fl(a,Kt(a))}function dF(a){return a==null?[]:fl(a,qr(a))}function pF(a,c,p){return p===t&&(p=c,c=t),p!==t&&(p=yn(p),p=p===p?p:0),c!==t&&(c=yn(c),c=c===c?c:0),mi(yn(a),c,p)}function hF(a,c,p){return c=Yi(c),p===t?(p=c,c=0):p=Yi(p),a=yn(a),Wv(a,c,p)}function mF(a,c,p){if(p&&typeof p!="boolean"&&_r(a,c,p)&&(c=p=t),p===t&&(typeof c=="boolean"?(p=c,c=t):typeof a=="boolean"&&(p=a,a=t)),a===t&&c===t?(a=0,c=1):(a=Yi(a),c===t?(c=a,a=0):c=Yi(c)),a>c){var v=a;a=c,c=v}if(p||a%1||c%1){var x=Ip();return Bt(a+x*(c-a+up("1e-"+((x+"").length-1))),c)}return Gv(a,c)}var gF=Al(function(a,c,p){return c=c.toLowerCase(),a+(p?BC(c):c)});function BC(a){return Rb(it(a).toLowerCase())}function VC(a){return a=it(a),a&&a.replace(Eo,Ky).replace($y,"")}function yF(a,c,p){a=it(a),c=Qr(c);var v=a.length;p=p===t?v:mi(Oe(p),0,v);var x=p;return p-=c.length,p>=0&&a.slice(p,x)==c}function vF(a){return a=it(a),a&&le.test(a)?a.replace(Qa,Qy):a}function bF(a){return a=it(a),a&&xo.test(a)?a.replace(Qe,"\\$&"):a}var SF=Al(function(a,c,p){return a+(p?"-":"")+c.toLowerCase()}),wF=Al(function(a,c,p){return a+(p?" ":"")+c.toLowerCase()}),_F=zx("toLowerCase");function RF(a,c,p){a=it(a),c=Oe(c);var v=c?fi(a):0;if(!c||v>=c)return a;var x=(c-v)/2;return Gp(Lo(x),p)+a+Gp(Fo(x),p)}function xF(a,c,p){a=it(a),c=Oe(c);var v=c?fi(a):0;return c&&v<c?a+Gp(c-v,p):a}function CF(a,c,p){a=it(a),c=Oe(c);var v=c?fi(a):0;return c&&v<c?Gp(c-v,p)+a:a}function EF(a,c,p){return p||c==null?c=0:c&&(c=+c),gv(it(a).replace(fu,""),c||0)}function OF(a,c,p){return(p?_r(a,c,p):c===t)?c=1:c=Oe(c),Kv(it(a),c)}function IF(){var a=arguments,c=it(a[0]);return a.length<3?c:c.replace(a[1],a[2])}var PF=Al(function(a,c,p){return a+(p?"_":"")+c.toLowerCase()});function kF(a,c,p){return p&&typeof p!="number"&&_r(a,c,p)&&(c=p=t),p=p===t?Ee:p>>>0,p?(a=it(a),a&&(typeof c=="string"||c!=null&&!bb(c))&&(c=Qr(c),!c&&_s(a))?qs(br(a),0,p):a.split(c,p)):[]}var TF=Al(function(a,c,p){return a+(p?" ":"")+Rb(c)});function AF(a,c,p){return a=it(a),p=p==null?0:mi(Oe(p),0,a.length),c=Qr(c),a.slice(p,p+c.length)==c}function qF(a,c,p){var v=O.templateSettings;p&&_r(a,c,p)&&(c=t),a=it(a),c=Sb({},c,v,Xx);var x=Sb({},c.imports,v.imports,Xx),I=Kt(x),q=fl(x,I);yr(I,function(ge){if(Pr.test(ge))throw new Se(o)});var D,H,Q=0,Z=c.interpolate||Oo,ee="__p += '",ie=pl((c.escape||Oo).source+"|"+Z.source+"|"+(Z===ln?Ni:Oo).source+"|"+(c.evaluate||Oo).source+"|$","g"),fe="//# sourceURL="+(Xe.call(c,"sourceURL")?(c.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Ly+"]")+`
|
|
4
|
-
`;
|
|
3
|
+
`)}function lM(o){return xe(o)||Go(o)||!!(Cp&&o&&o[Cp])}function zi(o,c){var p=typeof o;return c=c??tt,!!c&&(p=="number"||p!="symbol"&&ys.test(o))&&o>-1&&o%1==0&&o<c}function _r(o,c,p){if(!Ct(p))return!1;var v=typeof c;return(v=="number"?Ar(p)&&zi(c,p.length):v=="string"&&c in p)?Hn(p[c],o):!1}function ub(o,c){if(xe(o))return!1;var p=typeof o;return p=="number"||p=="symbol"||p=="boolean"||o==null||Zr(o)?!0:$e.test(o)||!Ir.test(o)||c!=null&&o in He(c)}function cM(o){var c=typeof o;return c=="string"||c=="number"||c=="symbol"||c=="boolean"?o!=="__proto__":o===null}function fb(o){var c=Qp(o),p=O[c];if(typeof p!="function"||!(c in Me.prototype))return!1;if(o===p)return!0;var v=ab(p);return!!v&&o===v[0]}function uM(o){return!!_p&&_p in o}var fM=Mo?Ji:Pb;function Hu(o){var c=o&&o.constructor,p=typeof c=="function"&&c.prototype||xs;return o===p}function sC(o){return o===o&&!Ct(o)}function oC(o,c){return function(p){return p==null?!1:p[o]===c&&(c!==t||o in He(p))}}function dM(o){var c=nh(o,function(v){return p.size===f&&p.clear(),v}),p=c.cache;return c}function pM(o,c){var p=o[1],v=c[1],x=p|v,I=x<(R|T|X),q=v==X&&p==U||v==X&&p==P&&o[7].length<=c[8]||v==(X|P)&&c[7].length<=c[8]&&p==U;if(!(I||q))return o;v&R&&(o[2]=c[2],x|=p&R?0:A);var D=c[3];if(D){var H=o[3];o[3]=H?Hx(H,D,c[4]):D,o[4]=H?fn(o[3],d):c[4]}return D=c[5],D&&(H=o[5],o[5]=H?Bx(H,D,c[6]):D,o[6]=H?fn(o[5],d):c[6]),D=c[7],D&&(o[7]=D),v&X&&(o[8]=o[8]==null?c[8]:Bt(o[8],c[8])),o[9]==null&&(o[9]=c[9]),o[0]=c[0],o[1]=x,o}function hM(o){var c=[];if(o!=null)for(var p in He(o))c.push(p);return c}function mM(o){return ml.call(o)}function aC(o,c,p){return c=gt(c===t?o.length-1:c,0),function(){for(var v=arguments,x=-1,I=gt(v.length-c,0),q=z(I);++x<I;)q[x]=v[c+x];x=-1;for(var D=z(c+1);++x<c;)D[x]=v[x];return D[c]=p(q),gr(o,this,D)}}function lC(o,c){return c.length<2?o:Bi(o,mn(c,0,-1))}function gM(o,c){for(var p=o.length,v=Bt(c.length,p),x=Tr(o);v--;){var I=c[v];o[v]=zi(I,p)?x[I]:t}return o}function db(o,c){if(!(c==="constructor"&&typeof o[c]=="function")&&c!="__proto__")return o[c]}var cC=fC(Ax),Bu=mv||function(o,c){return Nt.setTimeout(o,c)},pb=fC(L$);function uC(o,c,p){var v=c+"";return pb(o,aM(v,yM(iM(v),p)))}function fC(o){var c=0,p=0;return function(){var v=Op(),x=$-(v-p);if(p=v,x>0){if(++c>=j)return arguments[0]}else c=0;return o.apply(t,arguments)}}function Xp(o,c){var p=-1,v=o.length,x=v-1;for(c=c===t?v:c;++p<c;){var I=Gv(p,x),q=o[I];o[I]=o[p],o[p]=q}return o.length=c,o}var dC=dM(function(o){var c=[];return o.charCodeAt(0)===46&&c.push(""),o.replace(uu,function(p,v,x,I){c.push(x?I.replace(qn,"$1"):v||p)}),c});function Un(o){if(typeof o=="string"||Zr(o))return o;var c=o+"";return c=="0"&&1/o==-ue?"-0":c}function Yo(o){if(o!=null){try{return hl.call(o)}catch{}try{return o+""}catch{}}return""}function yM(o,c){return yr(ce,function(p){var v="_."+p[0];c&p[1]&&!al(o,v)&&o.push(v)}),o.sort()}function pC(o){if(o instanceof Me)return o.clone();var c=new nr(o.__wrapped__,o.__chain__);return c.__actions__=Tr(o.__actions__),c.__index__=o.__index__,c.__values__=o.__values__,c}function vM(o,c,p){(p?_r(o,c,p):c===t)?c=1:c=gt(Oe(c),0);var v=o==null?0:o.length;if(!v||c<1)return[];for(var x=0,I=0,q=z(Fo(v/c));x<v;)q[I++]=mn(o,x,x+=c);return q}function bM(o){for(var c=-1,p=o==null?0:o.length,v=0,x=[];++c<p;){var I=o[c];I&&(x[v++]=I)}return x}function SM(){var o=arguments.length;if(!o)return[];for(var c=z(o-1),p=arguments[0],v=o;v--;)c[v-1]=arguments[v];return ui(xe(p)?Tr(p):[p],Vt(c,1))}var wM=Ae(function(o,c){return qt(o)?Vo(o,Vt(c,1,qt,!0)):[]}),_M=Ae(function(o,c){var p=gn(c);return qt(p)&&(p=t),qt(o)?Vo(o,Vt(c,1,qt,!0),ye(p,2)):[]}),RM=Ae(function(o,c){var p=gn(c);return qt(p)&&(p=t),qt(o)?Vo(o,Vt(c,1,qt,!0),t,p):[]});function xM(o,c,p){var v=o==null?0:o.length;return v?(c=p||c===t?1:Oe(c),mn(o,c<0?0:c,v)):[]}function CM(o,c,p){var v=o==null?0:o.length;return v?(c=p||c===t?1:Oe(c),c=v-c,mn(o,0,c<0?0:c)):[]}function EM(o,c){return o&&o.length?Wp(o,ye(c,3),!0,!0):[]}function OM(o,c){return o&&o.length?Wp(o,ye(c,3),!0):[]}function IM(o,c,p,v){var x=o==null?0:o.length;return x?(p&&typeof p!="number"&&_r(o,c,p)&&(p=0,v=x),Hv(o,c,p,v)):[]}function hC(o,c,p){var v=o==null?0:o.length;if(!v)return-1;var x=p==null?0:Oe(p);return x<0&&(x=gt(v+x,0)),cl(o,ye(c,3),x)}function mC(o,c,p){var v=o==null?0:o.length;if(!v)return-1;var x=v-1;return p!==t&&(x=Oe(p),x=p<0?gt(v+x,0):Bt(x,v-1)),cl(o,ye(c,3),x,!0)}function gC(o){var c=o==null?0:o.length;return c?Vt(o,1):[]}function PM(o){var c=o==null?0:o.length;return c?Vt(o,ue):[]}function kM(o,c){var p=o==null?0:o.length;return p?(c=c===t?1:Oe(c),Vt(o,c)):[]}function TM(o){for(var c=-1,p=o==null?0:o.length,v={};++c<p;){var x=o[c];Gr(v,x[0],x[1])}return v}function yC(o){return o&&o.length?o[0]:t}function AM(o,c,p){var v=o==null?0:o.length;if(!v)return-1;var x=p==null?0:Oe(p);return x<0&&(x=gt(v+x,0)),Fi(o,c,x)}function qM(o){var c=o==null?0:o.length;return c?mn(o,0,-1):[]}var $M=Ae(function(o){var c=lt(o,eb);return c.length&&c[0]===o[0]?Kr(c):[]}),MM=Ae(function(o){var c=gn(o),p=lt(o,eb);return c===gn(p)?c=t:p.pop(),p.length&&p[0]===o[0]?Kr(p,ye(c,2)):[]}),NM=Ae(function(o){var c=gn(o),p=lt(o,eb);return c=typeof c=="function"?c:t,c&&p.pop(),p.length&&p[0]===o[0]?Kr(p,t,c):[]});function DM(o,c){return o==null?"":Rl.call(o,c)}function gn(o){var c=o==null?0:o.length;return c?o[c-1]:t}function FM(o,c,p){var v=o==null?0:o.length;if(!v)return-1;var x=v;return p!==t&&(x=Oe(p),x=x<0?gt(v+x,0):Bt(x,v-1)),c===c?Pu(o,c,x):cl(o,Li,x,!0)}function LM(o,c){return o&&o.length?jn(o,Oe(c)):t}var jM=Ae(vC);function vC(o,c){return o&&o.length&&c&&c.length?Yv(o,c):o}function UM(o,c,p){return o&&o.length&&c&&c.length?Yv(o,c,ye(p,2)):o}function HM(o,c,p){return o&&o.length&&c&&c.length?Yv(o,c,t,p):o}var BM=Wi(function(o,c){var p=o==null?0:o.length,v=Mu(o,c);return Tx(o,lt(c,function(x){return zi(x,p)?+x:x}).sort(Ux)),v});function VM(o,c){var p=[];if(!(o&&o.length))return p;var v=-1,x=[],I=o.length;for(c=ye(c,3);++v<I;){var q=o[v];c(q,v,o)&&(p.push(q),x.push(v))}return Tx(o,x),p}function hb(o){return o==null?o:yv.call(o)}function WM(o,c,p){var v=o==null?0:o.length;return v?(p&&typeof p!="number"&&_r(o,c,p)?(c=0,p=v):(c=c==null?0:Oe(c),p=p===t?v:Oe(p)),mn(o,c,p)):[]}function zM(o,c){return Vp(o,c)}function JM(o,c,p){return Qv(o,c,ye(p,2))}function YM(o,c){var p=o==null?0:o.length;if(p){var v=Vp(o,c);if(v<p&&Hn(o[v],c))return v}return-1}function GM(o,c){return Vp(o,c,!0)}function KM(o,c,p){return Qv(o,c,ye(p,2),!0)}function QM(o,c){var p=o==null?0:o.length;if(p){var v=Vp(o,c,!0)-1;if(Hn(o[v],c))return v}return-1}function ZM(o){return o&&o.length?qx(o):[]}function XM(o,c){return o&&o.length?qx(o,ye(c,2)):[]}function eN(o){var c=o==null?0:o.length;return c?mn(o,1,c):[]}function tN(o,c,p){return o&&o.length?(c=p||c===t?1:Oe(c),mn(o,0,c<0?0:c)):[]}function rN(o,c,p){var v=o==null?0:o.length;return v?(c=p||c===t?1:Oe(c),c=v-c,mn(o,c<0?0:c,v)):[]}function nN(o,c){return o&&o.length?Wp(o,ye(c,3),!1,!0):[]}function iN(o,c){return o&&o.length?Wp(o,ye(c,3)):[]}var sN=Ae(function(o){return Ts(Vt(o,1,qt,!0))}),oN=Ae(function(o){var c=gn(o);return qt(c)&&(c=t),Ts(Vt(o,1,qt,!0),ye(c,2))}),aN=Ae(function(o){var c=gn(o);return c=typeof c=="function"?c:t,Ts(Vt(o,1,qt,!0),t,c)});function lN(o){return o&&o.length?Ts(o):[]}function cN(o,c){return o&&o.length?Ts(o,ye(c,2)):[]}function uN(o,c){return c=typeof c=="function"?c:t,o&&o.length?Ts(o,t,c):[]}function mb(o){if(!(o&&o.length))return[];var c=0;return o=ci(o,function(p){if(qt(p))return c=gt(p.length,c),!0}),Ou(c,function(p){return lt(o,To(p))})}function bC(o,c){if(!(o&&o.length))return[];var p=mb(o);return c==null?p:lt(p,function(v){return gr(c,t,v)})}var fN=Ae(function(o,c){return qt(o)?Vo(o,c):[]}),dN=Ae(function(o){return Xv(ci(o,qt))}),pN=Ae(function(o){var c=gn(o);return qt(c)&&(c=t),Xv(ci(o,qt),ye(c,2))}),hN=Ae(function(o){var c=gn(o);return c=typeof c=="function"?c:t,Xv(ci(o,qt),t,c)}),mN=Ae(mb);function gN(o,c){return Dx(o||[],c||[],wr)}function yN(o,c){return Dx(o||[],c||[],ju)}var vN=Ae(function(o){var c=o.length,p=c>1?o[c-1]:t;return p=typeof p=="function"?(o.pop(),p):t,bC(o,p)});function SC(o){var c=O(o);return c.__chain__=!0,c}function bN(o,c){return c(o),o}function eh(o,c){return c(o)}var SN=Wi(function(o){var c=o.length,p=c?o[0]:0,v=this.__wrapped__,x=function(I){return Mu(I,o)};return c>1||this.__actions__.length||!(v instanceof Me)||!zi(p)?this.thru(x):(v=v.slice(p,+p+(c?1:0)),v.__actions__.push({func:eh,args:[x],thisArg:t}),new nr(v,this.__chain__).thru(function(I){return c&&!I.length&&I.push(t),I}))});function wN(){return SC(this)}function _N(){return new nr(this.value(),this.__chain__)}function RN(){this.__values__===t&&(this.__values__=$C(this.value()));var o=this.__index__>=this.__values__.length,c=o?t:this.__values__[this.__index__++];return{done:o,value:c}}function xN(){return this}function CN(o){for(var c,p=this;p instanceof El;){var v=pC(p);v.__index__=0,v.__values__=t,c?x.__wrapped__=v:c=v;var x=v;p=p.__wrapped__}return x.__wrapped__=o,c}function EN(){var o=this.__wrapped__;if(o instanceof Me){var c=o;return this.__actions__.length&&(c=new Me(this)),c=c.reverse(),c.__actions__.push({func:eh,args:[hb],thisArg:t}),new nr(c,this.__chain__)}return this.thru(hb)}function ON(){return Nx(this.__wrapped__,this.__actions__)}var IN=zp(function(o,c,p){Xe.call(o,p)?++o[p]:Gr(o,p,1)});function PN(o,c,p){var v=xe(o)?hp:Uv;return p&&_r(o,c,p)&&(c=t),v(o,ye(c,3))}function kN(o,c){var p=xe(o)?ci:jp;return p(o,ye(c,3))}var TN=Jx(hC),AN=Jx(mC);function qN(o,c){return Vt(th(o,c),1)}function $N(o,c){return Vt(th(o,c),ue)}function MN(o,c,p){return p=p===t?1:Oe(p),Vt(th(o,c),p)}function wC(o,c){var p=xe(o)?yr:gi;return p(o,ye(c,3))}function _C(o,c){var p=xe(o)?Ru:Lp;return p(o,ye(c,3))}var NN=zp(function(o,c,p){Xe.call(o,p)?o[p].push(c):Gr(o,p,[c])});function DN(o,c,p,v){o=Ar(o)?o:Ml(o),p=p&&!v?Oe(p):0;var x=o.length;return p<0&&(p=gt(x+p,0)),oh(o)?p<=x&&o.indexOf(c,p)>-1:!!x&&Fi(o,c,p)>-1}var FN=Ae(function(o,c,p){var v=-1,x=typeof c=="function",I=Ar(o)?z(o.length):[];return gi(o,function(q){I[++v]=x?gr(c,q,p):Wo(q,c,p)}),I}),LN=zp(function(o,c,p){Gr(o,p,c)});function th(o,c){var p=xe(o)?lt:se;return p(o,ye(c,3))}function jN(o,c,p,v){return o==null?[]:(xe(c)||(c=c==null?[]:[c]),p=v?t:p,xe(p)||(p=p==null?[]:[p]),Px(o,c,p))}var UN=zp(function(o,c,p){o[p?0:1].push(c)},function(){return[[],[]]});function HN(o,c,p){var v=xe(o)?xu:ul,x=arguments.length<3;return v(o,ye(c,4),p,x,gi)}function BN(o,c,p){var v=xe(o)?By:ul,x=arguments.length<3;return v(o,ye(c,4),p,x,Lp)}function VN(o,c){var p=xe(o)?ci:jp;return p(o,ih(ye(c,3)))}function WN(o){var c=xe(o)?Np:D$;return c(o)}function zN(o,c,p){(p?_r(o,c,p):c===t)?c=1:c=Oe(c);var v=xe(o)?Dv:F$;return v(o,c)}function JN(o){var c=xe(o)?Fv:j$;return c(o)}function YN(o){if(o==null)return 0;if(Ar(o))return oh(o)?fi(o):o.length;var c=sr(o);return c==Jt||c==mr?o.size:E(o).length}function GN(o,c,p){var v=xe(o)?ll:U$;return p&&_r(o,c,p)&&(c=t),v(o,ye(c,3))}var KN=Ae(function(o,c){if(o==null)return[];var p=c.length;return p>1&&_r(o,c[0],c[1])?c=[]:p>2&&_r(c[0],c[1],c[2])&&(c=[c[0]]),Px(o,Vt(c,1),[])}),rh=hv||function(){return Nt.Date.now()};function QN(o,c){if(typeof c!="function")throw new Sr(i);return o=Oe(o),function(){if(--o<1)return c.apply(this,arguments)}}function RC(o,c,p){return c=p?t:c,c=o&&c==null?o.length:c,Vi(o,X,t,t,t,t,c)}function xC(o,c){var p;if(typeof c!="function")throw new Sr(i);return o=Oe(o),function(){return--o>0&&(p=c.apply(this,arguments)),o<=1&&(c=t),p}}var gb=Ae(function(o,c,p){var v=R;if(p.length){var x=fn(p,ql(gb));v|=V}return Vi(o,v,c,p,x)}),CC=Ae(function(o,c,p){var v=R|T;if(p.length){var x=fn(p,ql(CC));v|=V}return Vi(c,v,o,p,x)});function EC(o,c,p){c=p?t:c;var v=Vi(o,U,t,t,t,t,t,c);return v.placeholder=EC.placeholder,v}function OC(o,c,p){c=p?t:c;var v=Vi(o,B,t,t,t,t,t,c);return v.placeholder=OC.placeholder,v}function IC(o,c,p){var v,x,I,q,D,H,Q=0,Z=!1,ee=!1,ie=!0;if(typeof o!="function")throw new Sr(i);c=yn(c)||0,Ct(p)&&(Z=!!p.leading,ee="maxWait"in p,I=ee?gt(yn(p.maxWait)||0,c):I,ie="trailing"in p?!!p.trailing:ie);function fe($t){var Bn=v,Gi=x;return v=x=t,Q=$t,q=o.apply(Gi,Bn),q}function ve($t){return Q=$t,D=Bu(je,c),Z?fe($t):q}function Pe($t){var Bn=$t-H,Gi=$t-Q,YC=c-Bn;return ee?Bt(YC,I-Gi):YC}function ge($t){var Bn=$t-H,Gi=$t-Q;return H===t||Bn>=c||Bn<0||ee&&Gi>=I}function je(){var $t=rh();if(ge($t))return Be($t);D=Bu(je,Pe($t))}function Be($t){return D=t,ie&&v?fe($t):(v=x=t,q)}function Xr(){D!==t&&Fx(D),Q=0,v=H=x=D=t}function Rr(){return D===t?q:Be(rh())}function en(){var $t=rh(),Bn=ge($t);if(v=arguments,x=this,H=$t,Bn){if(D===t)return ve(H);if(ee)return Fx(D),D=Bu(je,c),fe(H)}return D===t&&(D=Bu(je,c)),q}return en.cancel=Xr,en.flush=Rr,en}var ZN=Ae(function(o,c){return Nu(o,1,c)}),XN=Ae(function(o,c,p){return Nu(o,yn(c)||0,p)});function eD(o){return Vi(o,_)}function nh(o,c){if(typeof o!="function"||c!=null&&typeof c!="function")throw new Sr(i);var p=function(){var v=arguments,x=c?c.apply(this,v):v[0],I=p.cache;if(I.has(x))return I.get(x);var q=o.apply(this,v);return p.cache=I.set(x,q)||I,q};return p.cache=new(nh.Cache||Dn),p}nh.Cache=Dn;function ih(o){if(typeof o!="function")throw new Sr(i);return function(){var c=arguments;switch(c.length){case 0:return!o.call(this);case 1:return!o.call(this,c[0]);case 2:return!o.call(this,c[0],c[1]);case 3:return!o.call(this,c[0],c[1],c[2])}return!o.apply(this,c)}}function tD(o){return xC(2,o)}var rD=H$(function(o,c){c=c.length==1&&xe(c[0])?lt(c[0],vr(ye())):lt(Vt(c,1),vr(ye()));var p=c.length;return Ae(function(v){for(var x=-1,I=Bt(v.length,p);++x<I;)v[x]=c[x].call(this,v[x]);return gr(o,this,v)})}),yb=Ae(function(o,c){var p=fn(c,ql(yb));return Vi(o,V,t,c,p)}),PC=Ae(function(o,c){var p=fn(c,ql(PC));return Vi(o,W,t,c,p)}),nD=Wi(function(o,c){return Vi(o,P,t,t,t,c)});function iD(o,c){if(typeof o!="function")throw new Sr(i);return c=c===t?c:Oe(c),Ae(o,c)}function sD(o,c){if(typeof o!="function")throw new Sr(i);return c=c==null?0:gt(Oe(c),0),Ae(function(p){var v=p[c],x=qs(p,0,c);return v&&ui(x,v),gr(o,this,x)})}function oD(o,c,p){var v=!0,x=!0;if(typeof o!="function")throw new Sr(i);return Ct(p)&&(v="leading"in p?!!p.leading:v,x="trailing"in p?!!p.trailing:x),IC(o,c,{leading:v,maxWait:c,trailing:x})}function aD(o){return RC(o,1)}function lD(o,c){return yb(tb(c),o)}function cD(){if(!arguments.length)return[];var o=arguments[0];return xe(o)?o:[o]}function uD(o){return ir(o,y)}function fD(o,c){return c=typeof c=="function"?c:t,ir(o,y,c)}function dD(o){return ir(o,m|y)}function pD(o,c){return c=typeof c=="function"?c:t,ir(o,m|y,c)}function hD(o,c){return c==null||pn(o,c,Kt(c))}function Hn(o,c){return o===c||o!==o&&c!==c}var mD=Kp(Fu),gD=Kp(function(o,c){return o>=c}),Go=Bp((function(){return arguments})())?Bp:function(o){return It(o)&&Xe.call(o,"callee")&&!No.call(o,"callee")},xe=z.isArray,yD=_u?vr(_u):zv;function Ar(o){return o!=null&&sh(o.length)&&!Ji(o)}function qt(o){return It(o)&&Ar(o)}function vD(o){return o===!0||o===!1||It(o)&&Qt(o)==Jr}var $s=_l||Pb,bD=dp?vr(dp):Jv;function SD(o){return It(o)&&o.nodeType===1&&!Vu(o)}function wD(o){if(o==null)return!0;if(Ar(o)&&(xe(o)||typeof o=="string"||typeof o.splice=="function"||$s(o)||$l(o)||Go(o)))return!o.length;var c=sr(o);if(c==Jt||c==mr)return!o.size;if(Hu(o))return!E(o).length;for(var p in o)if(Xe.call(o,p))return!1;return!0}function _D(o,c){return zo(o,c)}function RD(o,c,p){p=typeof p=="function"?p:t;var v=p?p(o,c):t;return v===t?zo(o,c,t,p):!!v}function vb(o){if(!It(o))return!1;var c=Qt(o);return c==mt||c==ht||typeof o.message=="string"&&typeof o.name=="string"&&!Vu(o)}function xD(o){return typeof o=="number"&&Ui(o)}function Ji(o){if(!Ct(o))return!1;var c=Qt(o);return c==an||c==bo||c==Rt||c==Jd}function kC(o){return typeof o=="number"&&o==Oe(o)}function sh(o){return typeof o=="number"&&o>-1&&o%1==0&&o<=tt}function Ct(o){var c=typeof o;return o!=null&&(c=="object"||c=="function")}function It(o){return o!=null&&typeof o=="object"}var TC=pp?vr(pp):Ps;function CD(o,c){return o===c||ks(o,c,lb(c))}function ED(o,c,p){return p=typeof p=="function"?p:t,ks(o,c,lb(c),p)}function OD(o){return AC(o)&&o!=+o}function ID(o){if(fM(o))throw new Se(n);return Le(o)}function PD(o){return o===null}function kD(o){return o==null}function AC(o){return typeof o=="number"||It(o)&&Qt(o)==So}function Vu(o){if(!It(o)||Qt(o)!=kn)return!1;var c=vl(o);if(c===null)return!0;var p=Xe.call(c,"constructor")&&c.constructor;return typeof p=="function"&&p instanceof p&&hl.call(p)==uv}var bb=ko?vr(ko):u;function TD(o){return kC(o)&&o>=-tt&&o<=tt}var qC=$n?vr($n):h;function oh(o){return typeof o=="string"||!xe(o)&&It(o)&&Qt(o)==wo}function Zr(o){return typeof o=="symbol"||It(o)&&Qt(o)==Ja}var $l=ol?vr(ol):b;function AD(o){return o===t}function qD(o){return It(o)&&sr(o)==Ht}function $D(o){return It(o)&&Qt(o)==Gd}var MD=Kp(J),ND=Kp(function(o,c){return o<=c});function $C(o){if(!o)return[];if(Ar(o))return oh(o)?br(o):Tr(o);if(Do&&o[Do])return ev(o[Do]());var c=sr(o),p=c==Jt?Rs:c==mr?dl:Ml;return p(o)}function Yi(o){if(!o)return o===0?o:0;if(o=yn(o),o===ue||o===-ue){var c=o<0?-1:1;return c*Re}return o===o?o:0}function Oe(o){var c=Yi(o),p=c%1;return c===c?p?c-p:c:0}function MC(o){return o?mi(Oe(o),0,Ee):0}function yn(o){if(typeof o=="number")return o;if(Zr(o))return me;if(Ct(o)){var c=typeof o.valueOf=="function"?o.valueOf():o;o=Ct(c)?c+"":c}if(typeof o!="string")return o===0?o:+o;o=Iu(o);var p=Co.test(o);return p||by.test(o)?Uy(o.slice(2),p?2:8):vy.test(o)?me:+o}function NC(o){return yi(o,qr(o))}function DD(o){return o?mi(Oe(o),-tt,tt):o===0?o:0}function it(o){return o==null?"":Qr(o)}var FD=Tl(function(o,c){if(Hu(c)||Ar(c)){yi(c,Kt(c),o);return}for(var p in c)Xe.call(c,p)&&wr(o,p,c[p])}),DC=Tl(function(o,c){yi(c,qr(c),o)}),FC=Tl(function(o,c,p,v){yi(c,qr(c),o,v)}),Sb=Tl(function(o,c,p,v){yi(c,Kt(c),o,v)}),LD=Wi(Mu);function jD(o,c){var p=Os(o);return c==null?p:Fp(p,c)}var UD=Ae(function(o,c){o=He(o);var p=-1,v=c.length,x=v>2?c[2]:t;for(x&&_r(c[0],c[1],x)&&(v=1);++p<v;)for(var I=c[p],q=qr(I),D=-1,H=q.length;++D<H;){var Q=q[D],Z=o[Q];(Z===t||Hn(Z,xs[Q])&&!Xe.call(o,Q))&&(o[Q]=I[Q])}return o}),HD=Ae(function(o){return o.push(t,eC),gr(LC,t,o)});function BD(o,c){return mp(o,ye(c,3),hn)}function VD(o,c){return mp(o,ye(c,3),Fn)}function WD(o,c){return o==null?o:Du(o,ye(c,3),qr)}function zD(o,c){return o==null?o:Up(o,ye(c,3),qr)}function JD(o,c){return o&&hn(o,ye(c,3))}function YD(o,c){return o&&Fn(o,ye(c,3))}function GD(o){return o==null?[]:kl(o,Kt(o))}function KD(o){return o==null?[]:kl(o,qr(o))}function wb(o,c,p){var v=o==null?t:Bi(o,c);return v===t?p:v}function QD(o,c){return o!=null&&nC(o,c,Bv)}function _b(o,c){return o!=null&&nC(o,c,Vv)}var ZD=Gx(function(o,c,p){c!=null&&typeof c.toString!="function"&&(c=ml.call(c)),o[c]=p},xb($r)),XD=Gx(function(o,c,p){c!=null&&typeof c.toString!="function"&&(c=ml.call(c)),Xe.call(o,c)?o[c].push(p):o[c]=[p]},ye),eF=Ae(Wo);function Kt(o){return Ar(o)?Mp(o):E(o)}function qr(o){return Ar(o)?Mp(o,!0):N(o)}function tF(o,c){var p={};return c=ye(c,3),hn(o,function(v,x,I){Gr(p,c(v,x,I),v)}),p}function rF(o,c){var p={};return c=ye(c,3),hn(o,function(v,x,I){Gr(p,x,c(v,x,I))}),p}var nF=Tl(function(o,c,p){Dt(o,c,p)}),LC=Tl(function(o,c,p,v){Dt(o,c,p,v)}),iF=Wi(function(o,c){var p={};if(o==null)return p;var v=!1;c=lt(c,function(I){return I=As(I,o),v||(v=I.length>1),I}),yi(o,ob(o),p),v&&(p=ir(p,m|g|y,X$));for(var x=c.length;x--;)Zv(p,c[x]);return p});function sF(o,c){return jC(o,ih(ye(c)))}var oF=Wi(function(o,c){return o==null?{}:$$(o,c)});function jC(o,c){if(o==null)return{};var p=lt(ob(o),function(v){return[v]});return c=ye(c),kx(o,p,function(v,x){return c(v,x[0])})}function aF(o,c,p){c=As(c,o);var v=-1,x=c.length;for(x||(x=1,o=t);++v<x;){var I=o==null?t:o[Un(c[v])];I===t&&(v=x,I=p),o=Ji(I)?I.call(o):I}return o}function lF(o,c,p){return o==null?o:ju(o,c,p)}function cF(o,c,p,v){return v=typeof v=="function"?v:t,o==null?o:ju(o,c,p,v)}var UC=Zx(Kt),HC=Zx(qr);function uF(o,c,p){var v=xe(o),x=v||$s(o)||$l(o);if(c=ye(c,4),p==null){var I=o&&o.constructor;x?p=v?new I:[]:Ct(o)?p=Ji(I)?Os(vl(o)):{}:p={}}return(x?yr:hn)(o,function(q,D,H){return c(p,q,D,H)}),p}function fF(o,c){return o==null?!0:Zv(o,c)}function dF(o,c,p){return o==null?o:Mx(o,c,tb(p))}function pF(o,c,p,v){return v=typeof v=="function"?v:t,o==null?o:Mx(o,c,tb(p),v)}function Ml(o){return o==null?[]:fl(o,Kt(o))}function hF(o){return o==null?[]:fl(o,qr(o))}function mF(o,c,p){return p===t&&(p=c,c=t),p!==t&&(p=yn(p),p=p===p?p:0),c!==t&&(c=yn(c),c=c===c?c:0),mi(yn(o),c,p)}function gF(o,c,p){return c=Yi(c),p===t?(p=c,c=0):p=Yi(p),o=yn(o),Wv(o,c,p)}function yF(o,c,p){if(p&&typeof p!="boolean"&&_r(o,c,p)&&(c=p=t),p===t&&(typeof c=="boolean"?(p=c,c=t):typeof o=="boolean"&&(p=o,o=t)),o===t&&c===t?(o=0,c=1):(o=Yi(o),c===t?(c=o,o=0):c=Yi(c)),o>c){var v=o;o=c,c=v}if(p||o%1||c%1){var x=Ip();return Bt(o+x*(c-o+up("1e-"+((x+"").length-1))),c)}return Gv(o,c)}var vF=Al(function(o,c,p){return c=c.toLowerCase(),o+(p?BC(c):c)});function BC(o){return Rb(it(o).toLowerCase())}function VC(o){return o=it(o),o&&o.replace(Eo,Ky).replace($y,"")}function bF(o,c,p){o=it(o),c=Qr(c);var v=o.length;p=p===t?v:mi(Oe(p),0,v);var x=p;return p-=c.length,p>=0&&o.slice(p,x)==c}function SF(o){return o=it(o),o&&le.test(o)?o.replace(Qa,Qy):o}function wF(o){return o=it(o),o&&xo.test(o)?o.replace(Qe,"\\$&"):o}var _F=Al(function(o,c,p){return o+(p?"-":"")+c.toLowerCase()}),RF=Al(function(o,c,p){return o+(p?" ":"")+c.toLowerCase()}),xF=zx("toLowerCase");function CF(o,c,p){o=it(o),c=Oe(c);var v=c?fi(o):0;if(!c||v>=c)return o;var x=(c-v)/2;return Gp(Lo(x),p)+o+Gp(Fo(x),p)}function EF(o,c,p){o=it(o),c=Oe(c);var v=c?fi(o):0;return c&&v<c?o+Gp(c-v,p):o}function OF(o,c,p){o=it(o),c=Oe(c);var v=c?fi(o):0;return c&&v<c?Gp(c-v,p)+o:o}function IF(o,c,p){return p||c==null?c=0:c&&(c=+c),gv(it(o).replace(fu,""),c||0)}function PF(o,c,p){return(p?_r(o,c,p):c===t)?c=1:c=Oe(c),Kv(it(o),c)}function kF(){var o=arguments,c=it(o[0]);return o.length<3?c:c.replace(o[1],o[2])}var TF=Al(function(o,c,p){return o+(p?"_":"")+c.toLowerCase()});function AF(o,c,p){return p&&typeof p!="number"&&_r(o,c,p)&&(c=p=t),p=p===t?Ee:p>>>0,p?(o=it(o),o&&(typeof c=="string"||c!=null&&!bb(c))&&(c=Qr(c),!c&&_s(o))?qs(br(o),0,p):o.split(c,p)):[]}var qF=Al(function(o,c,p){return o+(p?" ":"")+Rb(c)});function $F(o,c,p){return o=it(o),p=p==null?0:mi(Oe(p),0,o.length),c=Qr(c),o.slice(p,p+c.length)==c}function MF(o,c,p){var v=O.templateSettings;p&&_r(o,c,p)&&(c=t),o=it(o),c=Sb({},c,v,Xx);var x=Sb({},c.imports,v.imports,Xx),I=Kt(x),q=fl(x,I);yr(I,function(ge){if(Pr.test(ge))throw new Se(a)});var D,H,Q=0,Z=c.interpolate||Oo,ee="__p += '",ie=pl((c.escape||Oo).source+"|"+Z.source+"|"+(Z===ln?Ni:Oo).source+"|"+(c.evaluate||Oo).source+"|$","g"),fe="//# sourceURL="+(Xe.call(c,"sourceURL")?(c.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Ly+"]")+`
|
|
4
|
+
`;o.replace(ie,function(ge,je,Be,Xr,Rr,en){return Be||(Be=Xr),ee+=o.slice(Q,en).replace(Sy,Zy),je&&(D=!0,ee+=`' +
|
|
5
5
|
__e(`+je+`) +
|
|
6
6
|
'`),Rr&&(H=!0,ee+=`';
|
|
7
7
|
`+Rr+`;
|
|
@@ -17,27 +17,27 @@ __p += '`),Be&&(ee+=`' +
|
|
|
17
17
|
function print() { __p += __j.call(arguments, '') }
|
|
18
18
|
`:`;
|
|
19
19
|
`)+ee+`return __p
|
|
20
|
-
}`;var Pe=zC(function(){return Ge(I,fe+"return "+ee).apply(t,q)});if(Pe.source=ee,vb(Pe))throw Pe;return Pe}function $F(a){return it(a).toLowerCase()}function MF(a){return it(a).toUpperCase()}function NF(a,c,p){if(a=it(a),a&&(p||c===t))return Iu(a);if(!a||!(c=Qr(c)))return a;var v=br(a),x=br(c),I=yp(v,x),q=vp(v,x)+1;return qs(v,I,q).join("")}function DF(a,c,p){if(a=it(a),a&&(p||c===t))return a.slice(0,wp(a)+1);if(!a||!(c=Qr(c)))return a;var v=br(a),x=vp(v,br(c))+1;return qs(v,0,x).join("")}function FF(a,c,p){if(a=it(a),a&&(p||c===t))return a.replace(fu,"");if(!a||!(c=Qr(c)))return a;var v=br(a),x=yp(v,br(c));return qs(v,x).join("")}function LF(a,c){var p=k,v=M;if(Ct(c)){var x="separator"in c?c.separator:x;p="length"in c?Oe(c.length):p,v="omission"in c?Qr(c.omission):v}a=it(a);var I=a.length;if(_s(a)){var q=br(a);I=q.length}if(p>=I)return a;var D=p-fi(v);if(D<1)return v;var H=q?qs(q,0,D).join(""):a.slice(0,D);if(x===t)return H+v;if(q&&(D+=H.length-D),bb(x)){if(a.slice(D).search(x)){var Q,Z=H;for(x.global||(x=pl(x.source,it(Kd.exec(x))+"g")),x.lastIndex=0;Q=x.exec(Z);)var ee=Q.index;H=H.slice(0,ee===t?D:ee)}}else if(a.indexOf(Qr(x),D)!=D){var ie=H.lastIndexOf(x);ie>-1&&(H=H.slice(0,ie))}return H+v}function jF(a){return a=it(a),a&&Za.test(a)?a.replace(Mi,rv):a}var UF=Al(function(a,c,p){return a+(p?" ":"")+c.toUpperCase()}),Rb=zx("toUpperCase");function WC(a,c,p){return a=it(a),c=p?t:c,c===t?Xy(a)?sv(a):zy(a):a.match(c)||[]}var zC=Ae(function(a,c){try{return gr(a,t,c)}catch(p){return vb(p)?p:new Se(p)}}),HF=Wi(function(a,c){return yr(c,function(p){p=Un(p),Gr(a,p,gb(a[p],a))}),a});function BF(a){var c=a==null?0:a.length,p=ye();return a=c?lt(a,function(v){if(typeof v[1]!="function")throw new Sr(i);return[p(v[0]),v[1]]}):[],Ae(function(v){for(var x=-1;++x<c;){var I=a[x];if(gr(I[0],this,v))return gr(I[1],this,v)}})}function VF(a){return jv(ir(a,m))}function xb(a){return function(){return a}}function WF(a,c){return a==null||a!==a?c:a}var zF=Yx(),JF=Yx(!0);function $r(a){return a}function Cb(a){return S(typeof a=="function"?a:ir(a,m))}function YF(a){return be(ir(a,m))}function GF(a,c){return Ne(a,ir(c,m))}var KF=Ae(function(a,c){return function(p){return Wo(p,a,c)}}),QF=Ae(function(a,c){return function(p){return Wo(a,p,c)}});function Eb(a,c,p){var v=Kt(c),x=kl(c,v);p==null&&!(Ct(c)&&(x.length||!v.length))&&(p=c,c=a,a=this,x=kl(c,Kt(c)));var I=!(Ct(p)&&"chain"in p)||!!p.chain,q=Ji(a);return yr(x,function(D){var H=c[D];a[D]=H,q&&(a.prototype[D]=function(){var Q=this.__chain__;if(I||Q){var Z=a(this.__wrapped__),ee=Z.__actions__=Tr(this.__actions__);return ee.push({func:H,args:arguments,thisArg:a}),Z.__chain__=Q,Z}return H.apply(a,ui([this.value()],arguments))})}),a}function ZF(){return Nt._===this&&(Nt._=fv),this}function Ob(){}function XF(a){return a=Oe(a),Ae(function(c){return jn(c,a)})}var eL=nb(lt),tL=nb(hp),rL=nb(ll);function JC(a){return ub(a)?To(Un(a)):q$(a)}function nL(a){return function(c){return a==null?t:Bi(a,c)}}var iL=Kx(),sL=Kx(!0);function Ib(){return[]}function Pb(){return!1}function oL(){return{}}function aL(){return""}function lL(){return!0}function cL(a,c){if(a=Oe(a),a<1||a>tt)return[];var p=Ee,v=Bt(a,Ee);c=ye(c),a-=Ee;for(var x=Ou(v,c);++p<a;)c(p);return x}function uL(a){return xe(a)?lt(a,Un):Zr(a)?[a]:Tr(dC(it(a)))}function fL(a){var c=++cv;return it(a)+c}var dL=Yp(function(a,c){return a+c},0),pL=ib("ceil"),hL=Yp(function(a,c){return a/c},1),mL=ib("floor");function gL(a){return a&&a.length?Pl(a,$r,Fu):t}function yL(a,c){return a&&a.length?Pl(a,ye(c,2),Fu):t}function vL(a){return gp(a,$r)}function bL(a,c){return gp(a,ye(c,2))}function SL(a){return a&&a.length?Pl(a,$r,J):t}function wL(a,c){return a&&a.length?Pl(a,ye(c,2),J):t}var _L=Yp(function(a,c){return a*c},1),RL=ib("round"),xL=Yp(function(a,c){return a-c},0);function CL(a){return a&&a.length?Eu(a,$r):0}function EL(a,c){return a&&a.length?Eu(a,ye(c,2)):0}return O.after=GN,O.ary=RC,O.assign=ND,O.assignIn=DC,O.assignInWith=FC,O.assignWith=Sb,O.at=DD,O.before=xC,O.bind=gb,O.bindAll=HF,O.bindKey=CC,O.castArray=aD,O.chain=SC,O.chunk=gM,O.compact=yM,O.concat=vM,O.cond=BF,O.conforms=VF,O.constant=xb,O.countBy=EN,O.create=FD,O.curry=EC,O.curryRight=OC,O.debounce=IC,O.defaults=LD,O.defaultsDeep=jD,O.defer=KN,O.delay=QN,O.difference=bM,O.differenceBy=SM,O.differenceWith=wM,O.drop=_M,O.dropRight=RM,O.dropRightWhile=xM,O.dropWhile=CM,O.fill=EM,O.filter=IN,O.flatMap=TN,O.flatMapDeep=AN,O.flatMapDepth=qN,O.flatten=gC,O.flattenDeep=OM,O.flattenDepth=IM,O.flip=ZN,O.flow=zF,O.flowRight=JF,O.fromPairs=PM,O.functions=JD,O.functionsIn=YD,O.groupBy=$N,O.initial=TM,O.intersection=AM,O.intersectionBy=qM,O.intersectionWith=$M,O.invert=KD,O.invertBy=QD,O.invokeMap=NN,O.iteratee=Cb,O.keyBy=DN,O.keys=Kt,O.keysIn=qr,O.map=th,O.mapKeys=XD,O.mapValues=eF,O.matches=YF,O.matchesProperty=GF,O.memoize=nh,O.merge=tF,O.mergeWith=LC,O.method=KF,O.methodOf=QF,O.mixin=Eb,O.negate=ih,O.nthArg=XF,O.omit=rF,O.omitBy=nF,O.once=XN,O.orderBy=FN,O.over=eL,O.overArgs=eD,O.overEvery=tL,O.overSome=rL,O.partial=yb,O.partialRight=PC,O.partition=LN,O.pick=iF,O.pickBy=jC,O.property=JC,O.propertyOf=nL,O.pull=FM,O.pullAll=vC,O.pullAllBy=LM,O.pullAllWith=jM,O.pullAt=UM,O.range=iL,O.rangeRight=sL,O.rearg=tD,O.reject=HN,O.remove=HM,O.rest=rD,O.reverse=hb,O.sampleSize=VN,O.set=oF,O.setWith=aF,O.shuffle=WN,O.slice=BM,O.sortBy=YN,O.sortedUniq=KM,O.sortedUniqBy=QM,O.split=kF,O.spread=nD,O.tail=ZM,O.take=XM,O.takeRight=eN,O.takeRightWhile=tN,O.takeWhile=rN,O.tap=yN,O.throttle=iD,O.thru=eh,O.toArray=$C,O.toPairs=UC,O.toPairsIn=HC,O.toPath=uL,O.toPlainObject=NC,O.transform=lF,O.unary=sD,O.union=nN,O.unionBy=iN,O.unionWith=sN,O.uniq=oN,O.uniqBy=aN,O.uniqWith=lN,O.unset=cF,O.unzip=mb,O.unzipWith=bC,O.update=uF,O.updateWith=fF,O.values=Ml,O.valuesIn=dF,O.without=cN,O.words=WC,O.wrap=oD,O.xor=uN,O.xorBy=fN,O.xorWith=dN,O.zip=pN,O.zipObject=hN,O.zipObjectDeep=mN,O.zipWith=gN,O.entries=UC,O.entriesIn=HC,O.extend=DC,O.extendWith=FC,Eb(O,O),O.add=dL,O.attempt=zC,O.camelCase=gF,O.capitalize=BC,O.ceil=pL,O.clamp=pF,O.clone=lD,O.cloneDeep=uD,O.cloneDeepWith=fD,O.cloneWith=cD,O.conformsTo=dD,O.deburr=VC,O.defaultTo=WF,O.divide=hL,O.endsWith=yF,O.eq=Hn,O.escape=vF,O.escapeRegExp=bF,O.every=ON,O.find=PN,O.findIndex=hC,O.findKey=UD,O.findLast=kN,O.findLastIndex=mC,O.findLastKey=HD,O.floor=mL,O.forEach=wC,O.forEachRight=_C,O.forIn=BD,O.forInRight=VD,O.forOwn=WD,O.forOwnRight=zD,O.get=wb,O.gt=pD,O.gte=hD,O.has=GD,O.hasIn=_b,O.head=yC,O.identity=$r,O.includes=MN,O.indexOf=kM,O.inRange=hF,O.invoke=ZD,O.isArguments=Go,O.isArray=xe,O.isArrayBuffer=mD,O.isArrayLike=Ar,O.isArrayLikeObject=qt,O.isBoolean=gD,O.isBuffer=$s,O.isDate=yD,O.isElement=vD,O.isEmpty=bD,O.isEqual=SD,O.isEqualWith=wD,O.isError=vb,O.isFinite=_D,O.isFunction=Ji,O.isInteger=kC,O.isLength=sh,O.isMap=TC,O.isMatch=RD,O.isMatchWith=xD,O.isNaN=CD,O.isNative=ED,O.isNil=ID,O.isNull=OD,O.isNumber=AC,O.isObject=Ct,O.isObjectLike=It,O.isPlainObject=Vu,O.isRegExp=bb,O.isSafeInteger=PD,O.isSet=qC,O.isString=oh,O.isSymbol=Zr,O.isTypedArray=$l,O.isUndefined=kD,O.isWeakMap=TD,O.isWeakSet=AD,O.join=MM,O.kebabCase=SF,O.last=gn,O.lastIndexOf=NM,O.lowerCase=wF,O.lowerFirst=_F,O.lt=qD,O.lte=$D,O.max=gL,O.maxBy=yL,O.mean=vL,O.meanBy=bL,O.min=SL,O.minBy=wL,O.stubArray=Ib,O.stubFalse=Pb,O.stubObject=oL,O.stubString=aL,O.stubTrue=lL,O.multiply=_L,O.nth=DM,O.noConflict=ZF,O.noop=Ob,O.now=rh,O.pad=RF,O.padEnd=xF,O.padStart=CF,O.parseInt=EF,O.random=mF,O.reduce=jN,O.reduceRight=UN,O.repeat=OF,O.replace=IF,O.result=sF,O.round=RL,O.runInContext=L,O.sample=BN,O.size=zN,O.snakeCase=PF,O.some=JN,O.sortedIndex=VM,O.sortedIndexBy=WM,O.sortedIndexOf=zM,O.sortedLastIndex=JM,O.sortedLastIndexBy=YM,O.sortedLastIndexOf=GM,O.startCase=TF,O.startsWith=AF,O.subtract=xL,O.sum=CL,O.sumBy=EL,O.template=qF,O.times=cL,O.toFinite=Yi,O.toInteger=Oe,O.toLength=MC,O.toLower=$F,O.toNumber=yn,O.toSafeInteger=MD,O.toString=it,O.toUpper=MF,O.trim=NF,O.trimEnd=DF,O.trimStart=FF,O.truncate=LF,O.unescape=jF,O.uniqueId=fL,O.upperCase=UF,O.upperFirst=Rb,O.each=wC,O.eachRight=_C,O.first=yC,Eb(O,(function(){var a={};return hn(O,function(c,p){Xe.call(O.prototype,p)||(a[p]=c)}),a})(),{chain:!1}),O.VERSION=e,yr(["bind","bindKey","curry","curryRight","partial","partialRight"],function(a){O[a].placeholder=O}),yr(["drop","take"],function(a,c){Me.prototype[a]=function(p){p=p===t?1:gt(Oe(p),0);var v=this.__filtered__&&!c?new Me(this):this.clone();return v.__filtered__?v.__takeCount__=Bt(p,v.__takeCount__):v.__views__.push({size:Bt(p,Ee),type:a+(v.__dir__<0?"Right":"")}),v},Me.prototype[a+"Right"]=function(p){return this.reverse()[a](p).reverse()}}),yr(["filter","map","takeWhile"],function(a,c){var p=c+1,v=p==Y||p==ne;Me.prototype[a]=function(x){var I=this.clone();return I.__iteratees__.push({iteratee:ye(x,3),type:p}),I.__filtered__=I.__filtered__||v,I}}),yr(["head","last"],function(a,c){var p="take"+(c?"Right":"");Me.prototype[a]=function(){return this[p](1).value()[0]}}),yr(["initial","tail"],function(a,c){var p="drop"+(c?"":"Right");Me.prototype[a]=function(){return this.__filtered__?new Me(this):this[p](1)}}),Me.prototype.compact=function(){return this.filter($r)},Me.prototype.find=function(a){return this.filter(a).head()},Me.prototype.findLast=function(a){return this.reverse().find(a)},Me.prototype.invokeMap=Ae(function(a,c){return typeof a=="function"?new Me(this):this.map(function(p){return Wo(p,a,c)})}),Me.prototype.reject=function(a){return this.filter(ih(ye(a)))},Me.prototype.slice=function(a,c){a=Oe(a);var p=this;return p.__filtered__&&(a>0||c<0)?new Me(p):(a<0?p=p.takeRight(-a):a&&(p=p.drop(a)),c!==t&&(c=Oe(c),p=c<0?p.dropRight(-c):p.take(c-a)),p)},Me.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},Me.prototype.toArray=function(){return this.take(Ee)},hn(Me.prototype,function(a,c){var p=/^(?:filter|find|map|reject)|While$/.test(c),v=/^(?:head|last)$/.test(c),x=O[v?"take"+(c=="last"?"Right":""):c],I=v||/^find/.test(c);x&&(O.prototype[c]=function(){var q=this.__wrapped__,D=v?[1]:arguments,H=q instanceof Me,Q=D[0],Z=H||xe(q),ee=function(je){var Be=x.apply(O,ui([je],D));return v&&ie?Be[0]:Be};Z&&p&&typeof Q=="function"&&Q.length!=1&&(H=Z=!1);var ie=this.__chain__,fe=!!this.__actions__.length,ve=I&&!ie,Pe=H&&!fe;if(!I&&Z){q=Pe?q:new Me(this);var ge=a.apply(q,D);return ge.__actions__.push({func:eh,args:[ee],thisArg:t}),new nr(ge,ie)}return ve&&Pe?a.apply(this,D):(ge=this.thru(ee),ve?v?ge.value()[0]:ge.value():ge)})}),yr(["pop","push","shift","sort","splice","unshift"],function(a){var c=$o[a],p=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",v=/^(?:pop|shift)$/.test(a);O.prototype[a]=function(){var x=arguments;if(v&&!this.__chain__){var I=this.value();return c.apply(xe(I)?I:[],x)}return this[p](function(q){return c.apply(xe(q)?q:[],x)})}}),hn(Me.prototype,function(a,c){var p=O[c];if(p){var v=p.name+"";Xe.call(Es,v)||(Es[v]=[]),Es[v].push({name:c,func:p})}}),Es[Jp(t,P).name]=[{name:"wrapper",func:t}],Me.prototype.clone=Rv,Me.prototype.reverse=xv,Me.prototype.value=Au,O.prototype.at=vN,O.prototype.chain=bN,O.prototype.commit=SN,O.prototype.next=wN,O.prototype.plant=RN,O.prototype.reverse=xN,O.prototype.toJSON=O.prototype.valueOf=O.prototype.value=CN,O.prototype.first=O.prototype.head,Do&&(O.prototype[Do]=_N),O}),di=ov();typeof define=="function"&&typeof define.amd=="object"&&define.amd?(Nt._=di,define(function(){return di})):Ze?((Ze.exports=di)._=di,sl._=di):Nt._=di}).call(Jl)});var dE=F((Vb,Yl)=>{(function(t,e){typeof Vb=="object"&&typeof Yl<"u"?Yl.exports=e():typeof define=="function"&&define.amd?define(e):t.moment=e()})(Vb,(function(){"use strict";var t;function e(){return t.apply(null,arguments)}function r(u){t=u}function n(u){return u instanceof Array||Object.prototype.toString.call(u)==="[object Array]"}function i(u){return u!=null&&Object.prototype.toString.call(u)==="[object Object]"}function s(u,h){return Object.prototype.hasOwnProperty.call(u,h)}function o(u){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(u).length===0;var h;for(h in u)if(s(u,h))return!1;return!0}function l(u){return u===void 0}function f(u){return typeof u=="number"||Object.prototype.toString.call(u)==="[object Number]"}function d(u){return u instanceof Date||Object.prototype.toString.call(u)==="[object Date]"}function m(u,h){var b=[],S,E=u.length;for(S=0;S<E;++S)b.push(h(u[S],S));return b}function g(u,h){for(var b in h)s(h,b)&&(u[b]=h[b]);return s(h,"toString")&&(u.toString=h.toString),s(h,"valueOf")&&(u.valueOf=h.valueOf),u}function y(u,h,b,S){return fl(u,h,b,S,!0).utc()}function w(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function C(u){return u._pf==null&&(u._pf=w()),u._pf}var R;Array.prototype.some?R=Array.prototype.some:R=function(u){var h=Object(this),b=h.length>>>0,S;for(S=0;S<b;S++)if(S in h&&u.call(this,h[S],S,h))return!0;return!1};function P(u){var h=null,b=!1,S=u._d&&!isNaN(u._d.getTime());if(S&&(h=C(u),b=R.call(h.parsedDateParts,function(E){return E!=null}),S=h.overflow<0&&!h.empty&&!h.invalidEra&&!h.invalidMonth&&!h.invalidWeekday&&!h.weekdayMismatch&&!h.nullInput&&!h.invalidFormat&&!h.userInvalidated&&(!h.meridiem||h.meridiem&&b),u._strict&&(S=S&&h.charsLeftOver===0&&h.unusedTokens.length===0&&h.bigHour===void 0)),Object.isFrozen==null||!Object.isFrozen(u))u._isValid=S;else return S;return u._isValid}function A(u){var h=y(NaN);return u!=null?g(C(h),u):C(h).userInvalidated=!0,h}var U=e.momentProperties=[],B=!1;function z(u,h){var b,S,E,N=U.length;if(l(h._isAMomentObject)||(u._isAMomentObject=h._isAMomentObject),l(h._i)||(u._i=h._i),l(h._f)||(u._f=h._f),l(h._l)||(u._l=h._l),l(h._strict)||(u._strict=h._strict),l(h._tzm)||(u._tzm=h._tzm),l(h._isUTC)||(u._isUTC=h._isUTC),l(h._offset)||(u._offset=h._offset),l(h._pf)||(u._pf=C(h)),l(h._locale)||(u._locale=h._locale),N>0)for(b=0;b<N;b++)S=U[b],E=h[S],l(E)||(u[S]=E);return u}function V(u){z(this,u),this._d=new Date(u._d!=null?u._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),B===!1&&(B=!0,e.updateOffset(this),B=!1)}function X(u){return u instanceof V||u!=null&&u._isAMomentObject!=null}function T(u){e.suppressDeprecationWarnings===!1&&typeof console<"u"&&console.warn&&console.warn("Deprecation warning: "+u)}function _(u,h){var b=!0;return g(function(){if(e.deprecationHandler!=null&&e.deprecationHandler(null,u),b){var S=[],E,N,J,se=arguments.length;for(N=0;N<se;N++){if(E="",typeof arguments[N]=="object"){E+=`
|
|
21
|
-
[`+N+"] ";for(J in arguments[0])s(arguments[0],J)&&(E+=J+": "+arguments[0][J]+", ");E=E.slice(0,-2)}else E=arguments[N];S.push(E)}
|
|
20
|
+
}`;var Pe=zC(function(){return Ge(I,fe+"return "+ee).apply(t,q)});if(Pe.source=ee,vb(Pe))throw Pe;return Pe}function NF(o){return it(o).toLowerCase()}function DF(o){return it(o).toUpperCase()}function FF(o,c,p){if(o=it(o),o&&(p||c===t))return Iu(o);if(!o||!(c=Qr(c)))return o;var v=br(o),x=br(c),I=yp(v,x),q=vp(v,x)+1;return qs(v,I,q).join("")}function LF(o,c,p){if(o=it(o),o&&(p||c===t))return o.slice(0,wp(o)+1);if(!o||!(c=Qr(c)))return o;var v=br(o),x=vp(v,br(c))+1;return qs(v,0,x).join("")}function jF(o,c,p){if(o=it(o),o&&(p||c===t))return o.replace(fu,"");if(!o||!(c=Qr(c)))return o;var v=br(o),x=yp(v,br(c));return qs(v,x).join("")}function UF(o,c){var p=k,v=M;if(Ct(c)){var x="separator"in c?c.separator:x;p="length"in c?Oe(c.length):p,v="omission"in c?Qr(c.omission):v}o=it(o);var I=o.length;if(_s(o)){var q=br(o);I=q.length}if(p>=I)return o;var D=p-fi(v);if(D<1)return v;var H=q?qs(q,0,D).join(""):o.slice(0,D);if(x===t)return H+v;if(q&&(D+=H.length-D),bb(x)){if(o.slice(D).search(x)){var Q,Z=H;for(x.global||(x=pl(x.source,it(Kd.exec(x))+"g")),x.lastIndex=0;Q=x.exec(Z);)var ee=Q.index;H=H.slice(0,ee===t?D:ee)}}else if(o.indexOf(Qr(x),D)!=D){var ie=H.lastIndexOf(x);ie>-1&&(H=H.slice(0,ie))}return H+v}function HF(o){return o=it(o),o&&Za.test(o)?o.replace(Mi,rv):o}var BF=Al(function(o,c,p){return o+(p?" ":"")+c.toUpperCase()}),Rb=zx("toUpperCase");function WC(o,c,p){return o=it(o),c=p?t:c,c===t?Xy(o)?sv(o):zy(o):o.match(c)||[]}var zC=Ae(function(o,c){try{return gr(o,t,c)}catch(p){return vb(p)?p:new Se(p)}}),VF=Wi(function(o,c){return yr(c,function(p){p=Un(p),Gr(o,p,gb(o[p],o))}),o});function WF(o){var c=o==null?0:o.length,p=ye();return o=c?lt(o,function(v){if(typeof v[1]!="function")throw new Sr(i);return[p(v[0]),v[1]]}):[],Ae(function(v){for(var x=-1;++x<c;){var I=o[x];if(gr(I[0],this,v))return gr(I[1],this,v)}})}function zF(o){return jv(ir(o,m))}function xb(o){return function(){return o}}function JF(o,c){return o==null||o!==o?c:o}var YF=Yx(),GF=Yx(!0);function $r(o){return o}function Cb(o){return S(typeof o=="function"?o:ir(o,m))}function KF(o){return be(ir(o,m))}function QF(o,c){return Ne(o,ir(c,m))}var ZF=Ae(function(o,c){return function(p){return Wo(p,o,c)}}),XF=Ae(function(o,c){return function(p){return Wo(o,p,c)}});function Eb(o,c,p){var v=Kt(c),x=kl(c,v);p==null&&!(Ct(c)&&(x.length||!v.length))&&(p=c,c=o,o=this,x=kl(c,Kt(c)));var I=!(Ct(p)&&"chain"in p)||!!p.chain,q=Ji(o);return yr(x,function(D){var H=c[D];o[D]=H,q&&(o.prototype[D]=function(){var Q=this.__chain__;if(I||Q){var Z=o(this.__wrapped__),ee=Z.__actions__=Tr(this.__actions__);return ee.push({func:H,args:arguments,thisArg:o}),Z.__chain__=Q,Z}return H.apply(o,ui([this.value()],arguments))})}),o}function eL(){return Nt._===this&&(Nt._=fv),this}function Ob(){}function tL(o){return o=Oe(o),Ae(function(c){return jn(c,o)})}var rL=nb(lt),nL=nb(hp),iL=nb(ll);function JC(o){return ub(o)?To(Un(o)):M$(o)}function sL(o){return function(c){return o==null?t:Bi(o,c)}}var oL=Kx(),aL=Kx(!0);function Ib(){return[]}function Pb(){return!1}function lL(){return{}}function cL(){return""}function uL(){return!0}function fL(o,c){if(o=Oe(o),o<1||o>tt)return[];var p=Ee,v=Bt(o,Ee);c=ye(c),o-=Ee;for(var x=Ou(v,c);++p<o;)c(p);return x}function dL(o){return xe(o)?lt(o,Un):Zr(o)?[o]:Tr(dC(it(o)))}function pL(o){var c=++cv;return it(o)+c}var hL=Yp(function(o,c){return o+c},0),mL=ib("ceil"),gL=Yp(function(o,c){return o/c},1),yL=ib("floor");function vL(o){return o&&o.length?Pl(o,$r,Fu):t}function bL(o,c){return o&&o.length?Pl(o,ye(c,2),Fu):t}function SL(o){return gp(o,$r)}function wL(o,c){return gp(o,ye(c,2))}function _L(o){return o&&o.length?Pl(o,$r,J):t}function RL(o,c){return o&&o.length?Pl(o,ye(c,2),J):t}var xL=Yp(function(o,c){return o*c},1),CL=ib("round"),EL=Yp(function(o,c){return o-c},0);function OL(o){return o&&o.length?Eu(o,$r):0}function IL(o,c){return o&&o.length?Eu(o,ye(c,2)):0}return O.after=QN,O.ary=RC,O.assign=FD,O.assignIn=DC,O.assignInWith=FC,O.assignWith=Sb,O.at=LD,O.before=xC,O.bind=gb,O.bindAll=VF,O.bindKey=CC,O.castArray=cD,O.chain=SC,O.chunk=vM,O.compact=bM,O.concat=SM,O.cond=WF,O.conforms=zF,O.constant=xb,O.countBy=IN,O.create=jD,O.curry=EC,O.curryRight=OC,O.debounce=IC,O.defaults=UD,O.defaultsDeep=HD,O.defer=ZN,O.delay=XN,O.difference=wM,O.differenceBy=_M,O.differenceWith=RM,O.drop=xM,O.dropRight=CM,O.dropRightWhile=EM,O.dropWhile=OM,O.fill=IM,O.filter=kN,O.flatMap=qN,O.flatMapDeep=$N,O.flatMapDepth=MN,O.flatten=gC,O.flattenDeep=PM,O.flattenDepth=kM,O.flip=eD,O.flow=YF,O.flowRight=GF,O.fromPairs=TM,O.functions=GD,O.functionsIn=KD,O.groupBy=NN,O.initial=qM,O.intersection=$M,O.intersectionBy=MM,O.intersectionWith=NM,O.invert=ZD,O.invertBy=XD,O.invokeMap=FN,O.iteratee=Cb,O.keyBy=LN,O.keys=Kt,O.keysIn=qr,O.map=th,O.mapKeys=tF,O.mapValues=rF,O.matches=KF,O.matchesProperty=QF,O.memoize=nh,O.merge=nF,O.mergeWith=LC,O.method=ZF,O.methodOf=XF,O.mixin=Eb,O.negate=ih,O.nthArg=tL,O.omit=iF,O.omitBy=sF,O.once=tD,O.orderBy=jN,O.over=rL,O.overArgs=rD,O.overEvery=nL,O.overSome=iL,O.partial=yb,O.partialRight=PC,O.partition=UN,O.pick=oF,O.pickBy=jC,O.property=JC,O.propertyOf=sL,O.pull=jM,O.pullAll=vC,O.pullAllBy=UM,O.pullAllWith=HM,O.pullAt=BM,O.range=oL,O.rangeRight=aL,O.rearg=nD,O.reject=VN,O.remove=VM,O.rest=iD,O.reverse=hb,O.sampleSize=zN,O.set=lF,O.setWith=cF,O.shuffle=JN,O.slice=WM,O.sortBy=KN,O.sortedUniq=ZM,O.sortedUniqBy=XM,O.split=AF,O.spread=sD,O.tail=eN,O.take=tN,O.takeRight=rN,O.takeRightWhile=nN,O.takeWhile=iN,O.tap=bN,O.throttle=oD,O.thru=eh,O.toArray=$C,O.toPairs=UC,O.toPairsIn=HC,O.toPath=dL,O.toPlainObject=NC,O.transform=uF,O.unary=aD,O.union=sN,O.unionBy=oN,O.unionWith=aN,O.uniq=lN,O.uniqBy=cN,O.uniqWith=uN,O.unset=fF,O.unzip=mb,O.unzipWith=bC,O.update=dF,O.updateWith=pF,O.values=Ml,O.valuesIn=hF,O.without=fN,O.words=WC,O.wrap=lD,O.xor=dN,O.xorBy=pN,O.xorWith=hN,O.zip=mN,O.zipObject=gN,O.zipObjectDeep=yN,O.zipWith=vN,O.entries=UC,O.entriesIn=HC,O.extend=DC,O.extendWith=FC,Eb(O,O),O.add=hL,O.attempt=zC,O.camelCase=vF,O.capitalize=BC,O.ceil=mL,O.clamp=mF,O.clone=uD,O.cloneDeep=dD,O.cloneDeepWith=pD,O.cloneWith=fD,O.conformsTo=hD,O.deburr=VC,O.defaultTo=JF,O.divide=gL,O.endsWith=bF,O.eq=Hn,O.escape=SF,O.escapeRegExp=wF,O.every=PN,O.find=TN,O.findIndex=hC,O.findKey=BD,O.findLast=AN,O.findLastIndex=mC,O.findLastKey=VD,O.floor=yL,O.forEach=wC,O.forEachRight=_C,O.forIn=WD,O.forInRight=zD,O.forOwn=JD,O.forOwnRight=YD,O.get=wb,O.gt=mD,O.gte=gD,O.has=QD,O.hasIn=_b,O.head=yC,O.identity=$r,O.includes=DN,O.indexOf=AM,O.inRange=gF,O.invoke=eF,O.isArguments=Go,O.isArray=xe,O.isArrayBuffer=yD,O.isArrayLike=Ar,O.isArrayLikeObject=qt,O.isBoolean=vD,O.isBuffer=$s,O.isDate=bD,O.isElement=SD,O.isEmpty=wD,O.isEqual=_D,O.isEqualWith=RD,O.isError=vb,O.isFinite=xD,O.isFunction=Ji,O.isInteger=kC,O.isLength=sh,O.isMap=TC,O.isMatch=CD,O.isMatchWith=ED,O.isNaN=OD,O.isNative=ID,O.isNil=kD,O.isNull=PD,O.isNumber=AC,O.isObject=Ct,O.isObjectLike=It,O.isPlainObject=Vu,O.isRegExp=bb,O.isSafeInteger=TD,O.isSet=qC,O.isString=oh,O.isSymbol=Zr,O.isTypedArray=$l,O.isUndefined=AD,O.isWeakMap=qD,O.isWeakSet=$D,O.join=DM,O.kebabCase=_F,O.last=gn,O.lastIndexOf=FM,O.lowerCase=RF,O.lowerFirst=xF,O.lt=MD,O.lte=ND,O.max=vL,O.maxBy=bL,O.mean=SL,O.meanBy=wL,O.min=_L,O.minBy=RL,O.stubArray=Ib,O.stubFalse=Pb,O.stubObject=lL,O.stubString=cL,O.stubTrue=uL,O.multiply=xL,O.nth=LM,O.noConflict=eL,O.noop=Ob,O.now=rh,O.pad=CF,O.padEnd=EF,O.padStart=OF,O.parseInt=IF,O.random=yF,O.reduce=HN,O.reduceRight=BN,O.repeat=PF,O.replace=kF,O.result=aF,O.round=CL,O.runInContext=L,O.sample=WN,O.size=YN,O.snakeCase=TF,O.some=GN,O.sortedIndex=zM,O.sortedIndexBy=JM,O.sortedIndexOf=YM,O.sortedLastIndex=GM,O.sortedLastIndexBy=KM,O.sortedLastIndexOf=QM,O.startCase=qF,O.startsWith=$F,O.subtract=EL,O.sum=OL,O.sumBy=IL,O.template=MF,O.times=fL,O.toFinite=Yi,O.toInteger=Oe,O.toLength=MC,O.toLower=NF,O.toNumber=yn,O.toSafeInteger=DD,O.toString=it,O.toUpper=DF,O.trim=FF,O.trimEnd=LF,O.trimStart=jF,O.truncate=UF,O.unescape=HF,O.uniqueId=pL,O.upperCase=BF,O.upperFirst=Rb,O.each=wC,O.eachRight=_C,O.first=yC,Eb(O,(function(){var o={};return hn(O,function(c,p){Xe.call(O.prototype,p)||(o[p]=c)}),o})(),{chain:!1}),O.VERSION=e,yr(["bind","bindKey","curry","curryRight","partial","partialRight"],function(o){O[o].placeholder=O}),yr(["drop","take"],function(o,c){Me.prototype[o]=function(p){p=p===t?1:gt(Oe(p),0);var v=this.__filtered__&&!c?new Me(this):this.clone();return v.__filtered__?v.__takeCount__=Bt(p,v.__takeCount__):v.__views__.push({size:Bt(p,Ee),type:o+(v.__dir__<0?"Right":"")}),v},Me.prototype[o+"Right"]=function(p){return this.reverse()[o](p).reverse()}}),yr(["filter","map","takeWhile"],function(o,c){var p=c+1,v=p==Y||p==ne;Me.prototype[o]=function(x){var I=this.clone();return I.__iteratees__.push({iteratee:ye(x,3),type:p}),I.__filtered__=I.__filtered__||v,I}}),yr(["head","last"],function(o,c){var p="take"+(c?"Right":"");Me.prototype[o]=function(){return this[p](1).value()[0]}}),yr(["initial","tail"],function(o,c){var p="drop"+(c?"":"Right");Me.prototype[o]=function(){return this.__filtered__?new Me(this):this[p](1)}}),Me.prototype.compact=function(){return this.filter($r)},Me.prototype.find=function(o){return this.filter(o).head()},Me.prototype.findLast=function(o){return this.reverse().find(o)},Me.prototype.invokeMap=Ae(function(o,c){return typeof o=="function"?new Me(this):this.map(function(p){return Wo(p,o,c)})}),Me.prototype.reject=function(o){return this.filter(ih(ye(o)))},Me.prototype.slice=function(o,c){o=Oe(o);var p=this;return p.__filtered__&&(o>0||c<0)?new Me(p):(o<0?p=p.takeRight(-o):o&&(p=p.drop(o)),c!==t&&(c=Oe(c),p=c<0?p.dropRight(-c):p.take(c-o)),p)},Me.prototype.takeRightWhile=function(o){return this.reverse().takeWhile(o).reverse()},Me.prototype.toArray=function(){return this.take(Ee)},hn(Me.prototype,function(o,c){var p=/^(?:filter|find|map|reject)|While$/.test(c),v=/^(?:head|last)$/.test(c),x=O[v?"take"+(c=="last"?"Right":""):c],I=v||/^find/.test(c);x&&(O.prototype[c]=function(){var q=this.__wrapped__,D=v?[1]:arguments,H=q instanceof Me,Q=D[0],Z=H||xe(q),ee=function(je){var Be=x.apply(O,ui([je],D));return v&&ie?Be[0]:Be};Z&&p&&typeof Q=="function"&&Q.length!=1&&(H=Z=!1);var ie=this.__chain__,fe=!!this.__actions__.length,ve=I&&!ie,Pe=H&&!fe;if(!I&&Z){q=Pe?q:new Me(this);var ge=o.apply(q,D);return ge.__actions__.push({func:eh,args:[ee],thisArg:t}),new nr(ge,ie)}return ve&&Pe?o.apply(this,D):(ge=this.thru(ee),ve?v?ge.value()[0]:ge.value():ge)})}),yr(["pop","push","shift","sort","splice","unshift"],function(o){var c=$o[o],p=/^(?:push|sort|unshift)$/.test(o)?"tap":"thru",v=/^(?:pop|shift)$/.test(o);O.prototype[o]=function(){var x=arguments;if(v&&!this.__chain__){var I=this.value();return c.apply(xe(I)?I:[],x)}return this[p](function(q){return c.apply(xe(q)?q:[],x)})}}),hn(Me.prototype,function(o,c){var p=O[c];if(p){var v=p.name+"";Xe.call(Es,v)||(Es[v]=[]),Es[v].push({name:c,func:p})}}),Es[Jp(t,T).name]=[{name:"wrapper",func:t}],Me.prototype.clone=Rv,Me.prototype.reverse=xv,Me.prototype.value=Au,O.prototype.at=SN,O.prototype.chain=wN,O.prototype.commit=_N,O.prototype.next=RN,O.prototype.plant=CN,O.prototype.reverse=EN,O.prototype.toJSON=O.prototype.valueOf=O.prototype.value=ON,O.prototype.first=O.prototype.head,Do&&(O.prototype[Do]=xN),O}),di=ov();typeof define=="function"&&typeof define.amd=="object"&&define.amd?(Nt._=di,define(function(){return di})):Ze?((Ze.exports=di)._=di,sl._=di):Nt._=di}).call(Jl)});var dE=F((Vb,Yl)=>{(function(t,e){typeof Vb=="object"&&typeof Yl<"u"?Yl.exports=e():typeof define=="function"&&define.amd?define(e):t.moment=e()})(Vb,(function(){"use strict";var t;function e(){return t.apply(null,arguments)}function r(u){t=u}function n(u){return u instanceof Array||Object.prototype.toString.call(u)==="[object Array]"}function i(u){return u!=null&&Object.prototype.toString.call(u)==="[object Object]"}function s(u,h){return Object.prototype.hasOwnProperty.call(u,h)}function a(u){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(u).length===0;var h;for(h in u)if(s(u,h))return!1;return!0}function l(u){return u===void 0}function f(u){return typeof u=="number"||Object.prototype.toString.call(u)==="[object Number]"}function d(u){return u instanceof Date||Object.prototype.toString.call(u)==="[object Date]"}function m(u,h){var b=[],S,E=u.length;for(S=0;S<E;++S)b.push(h(u[S],S));return b}function g(u,h){for(var b in h)s(h,b)&&(u[b]=h[b]);return s(h,"toString")&&(u.toString=h.toString),s(h,"valueOf")&&(u.valueOf=h.valueOf),u}function y(u,h,b,S){return fl(u,h,b,S,!0).utc()}function w(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function C(u){return u._pf==null&&(u._pf=w()),u._pf}var R;Array.prototype.some?R=Array.prototype.some:R=function(u){var h=Object(this),b=h.length>>>0,S;for(S=0;S<b;S++)if(S in h&&u.call(this,h[S],S,h))return!0;return!1};function T(u){var h=null,b=!1,S=u._d&&!isNaN(u._d.getTime());if(S&&(h=C(u),b=R.call(h.parsedDateParts,function(E){return E!=null}),S=h.overflow<0&&!h.empty&&!h.invalidEra&&!h.invalidMonth&&!h.invalidWeekday&&!h.weekdayMismatch&&!h.nullInput&&!h.invalidFormat&&!h.userInvalidated&&(!h.meridiem||h.meridiem&&b),u._strict&&(S=S&&h.charsLeftOver===0&&h.unusedTokens.length===0&&h.bigHour===void 0)),Object.isFrozen==null||!Object.isFrozen(u))u._isValid=S;else return S;return u._isValid}function A(u){var h=y(NaN);return u!=null?g(C(h),u):C(h).userInvalidated=!0,h}var U=e.momentProperties=[],B=!1;function V(u,h){var b,S,E,N=U.length;if(l(h._isAMomentObject)||(u._isAMomentObject=h._isAMomentObject),l(h._i)||(u._i=h._i),l(h._f)||(u._f=h._f),l(h._l)||(u._l=h._l),l(h._strict)||(u._strict=h._strict),l(h._tzm)||(u._tzm=h._tzm),l(h._isUTC)||(u._isUTC=h._isUTC),l(h._offset)||(u._offset=h._offset),l(h._pf)||(u._pf=C(h)),l(h._locale)||(u._locale=h._locale),N>0)for(b=0;b<N;b++)S=U[b],E=h[S],l(E)||(u[S]=E);return u}function W(u){V(this,u),this._d=new Date(u._d!=null?u._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),B===!1&&(B=!0,e.updateOffset(this),B=!1)}function X(u){return u instanceof W||u!=null&&u._isAMomentObject!=null}function P(u){e.suppressDeprecationWarnings===!1&&typeof console<"u"&&console.warn&&console.warn("Deprecation warning: "+u)}function _(u,h){var b=!0;return g(function(){if(e.deprecationHandler!=null&&e.deprecationHandler(null,u),b){var S=[],E,N,J,se=arguments.length;for(N=0;N<se;N++){if(E="",typeof arguments[N]=="object"){E+=`
|
|
21
|
+
[`+N+"] ";for(J in arguments[0])s(arguments[0],J)&&(E+=J+": "+arguments[0][J]+", ");E=E.slice(0,-2)}else E=arguments[N];S.push(E)}P(u+`
|
|
22
22
|
Arguments: `+Array.prototype.slice.call(S).join("")+`
|
|
23
|
-
`+new Error().stack),b=!1}return h.apply(this,arguments)},h)}var k={};function M(u,h){e.deprecationHandler!=null&&e.deprecationHandler(u,h),k[u]||(T(h),k[u]=!0)}e.suppressDeprecationWarnings=!1,e.deprecationHandler=null;function j(u){return typeof Function<"u"&&u instanceof Function||Object.prototype.toString.call(u)==="[object Function]"}function $(u){var h,b;for(b in u)s(u,b)&&(h=u[b],j(h)?this[b]=h:this["_"+b]=h);this._config=u,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function Y(u,h){var b=g({},u),S;for(S in h)s(h,S)&&(i(u[S])&&i(h[S])?(b[S]={},g(b[S],u[S]),g(b[S],h[S])):h[S]!=null?b[S]=h[S]:delete b[S]);for(S in u)s(u,S)&&!s(h,S)&&i(u[S])&&(b[S]=g({},b[S]));return b}function K(u){u!=null&&this.set(u)}var ne;Object.keys?ne=Object.keys:ne=function(u){var h,b=[];for(h in u)s(u,h)&&b.push(h);return b};var ue={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function tt(u,h,b){var S=this._calendar[u]||this._calendar.sameElse;return j(S)?S.call(h,b):S}function Re(u,h,b){var S=""+Math.abs(u),E=h-S.length,N=u>=0;return(N?b?"+":"":"-")+Math.pow(10,Math.max(0,E)).toString().substr(1)+S}var me=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Ee=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,vt={},Ot={};function ce(u,h,b,S){var E=S;typeof S=="string"&&(E=function(){return this[S]()}),u&&(Ot[u]=E),h&&(Ot[h[0]]=function(){return Re(E.apply(this,arguments),h[1],h[2])}),b&&(Ot[b]=function(){return this.localeData().ordinal(E.apply(this,arguments),u)})}function hr(u){return u.match(/\[[\s\S]/)?u.replace(/^\[|\]$/g,""):u.replace(/\\/g,"")}function ai(u){var h=u.match(me),b,S;for(b=0,S=h.length;b<S;b++)Ot[h[b]]?h[b]=Ot[h[b]]:h[b]=hr(h[b]);return function(E){var N="",J;for(J=0;J<S;J++)N+=j(h[J])?h[J].call(E,u):h[J];return N}}function Rt(u,h){return u.isValid()?(h=Jr(h,u.localeData()),vt[h]=vt[h]||ai(h),vt[h](u)):u.localeData().invalidDate()}function Jr(u,h){var b=5;function S(E){return h.longDateFormat(E)||E}for(Ee.lastIndex=0;b>=0&&Ee.test(u);)u=u.replace(Ee,S),Ee.lastIndex=0,b-=1;return u}var Or={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function ht(u){var h=this._longDateFormat[u],b=this._longDateFormat[u.toUpperCase()];return h||!b?h:(this._longDateFormat[u]=b.match(me).map(function(S){return S==="MMMM"||S==="MM"||S==="DD"||S==="dddd"?S.slice(1):S}).join(""),this._longDateFormat[u])}var mt="Invalid date";function an(){return this._invalidDate}var bo="%d",Jt=/\d{1,2}/;function So(u){return this._ordinal.replace("%d",u)}var hy={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function kn(u,h,b,S){var E=this._relativeTime[b];return j(E)?E(u,h,b,S):E.replace(/%d/i,u)}function zd(u,h){var b=this._relativeTime[u>0?"future":"past"];return j(b)?b(h):b.replace(/%s/i,h)}var Jd={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function Yt(u){return typeof u=="string"?Jd[u]||Jd[u.toLowerCase()]:void 0}function mr(u){var h={},b,S;for(S in u)s(u,S)&&(b=Yt(S),b&&(h[b]=u[S]));return h}var wo={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function Ja(u){var h=[],b;for(b in u)s(u,b)&&h.push({unit:b,priority:wo[b]});return h.sort(function(S,E){return S.priority-E.priority}),h}var Yd=/\d/,Ht=/\d\d/,Gd=/\d{3}/,$i=/\d{4}/,Tn=/[+-]?\d{6}/,ot=/\d\d?/,Ya=/\d\d\d\d?/,Ga=/\d\d\d\d\d\d?/,hs=/\d{1,3}/,_o=/\d{1,4}/,ms=/[+-]?\d{1,6}/,li=/\d+/,gs=/[+-]?\d+/,cu=/Z|[+-]\d\d:?\d\d/gi,Ka=/Z|[+-]\d\d(?::?\d\d)?/gi,my=/[+-]?\d+(\.\d{1,3})?/,Ro=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,Mi=/^[1-9]\d?/,Qa=/^([1-9]\d|\d)/,Za;Za={};function le(u,h,b){Za[u]=j(h)?h:function(S,E){return S&&b?b:h}}function gy(u,h){return s(Za,u)?Za[u](h._strict,h._locale):new RegExp(yy(u))}function yy(u){return ln(u.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(h,b,S,E,N){return b||S||E||N}))}function ln(u){return u.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function Ir(u){return u<0?Math.ceil(u)||0:Math.floor(u)}function $e(u){var h=+u,b=0;return h!==0&&isFinite(h)&&(b=Ir(h)),b}var uu={};function Qe(u,h){var b,S=h,E;for(typeof u=="string"&&(u=[u]),f(h)&&(S=function(N,J){J[h]=$e(N)}),E=u.length,b=0;b<E;b++)uu[u[b]]=S}function xo(u,h){Qe(u,function(b,S,E,N){E._w=E._w||{},h(b,E._w,E,N)})}function fu(u,h,b){h!=null&&s(uu,u)&&uu[u](h,b._a,b,u)}function Xa(u){return u%4===0&&u%100!==0||u%400===0}var Gt=0,An=1,cn=2,At=3,Pr=4,qn=5,Ni=6,Kd=7,vy=8;ce("Y",0,0,function(){var u=this.year();return u<=9999?Re(u,4):"+"+u}),ce(0,["YY",2],0,function(){return this.year()%100}),ce(0,["YYYY",4],0,"year"),ce(0,["YYYYY",5],0,"year"),ce(0,["YYYYYY",6,!0],0,"year"),le("Y",gs),le("YY",ot,Ht),le("YYYY",_o,$i),le("YYYYY",ms,Tn),le("YYYYYY",ms,Tn),Qe(["YYYYY","YYYYYY"],Gt),Qe("YYYY",function(u,h){h[Gt]=u.length===2?e.parseTwoDigitYear(u):$e(u)}),Qe("YY",function(u,h){h[Gt]=e.parseTwoDigitYear(u)}),Qe("Y",function(u,h){h[Gt]=parseInt(u,10)});function Co(u){return Xa(u)?366:365}e.parseTwoDigitYear=function(u){return $e(u)+($e(u)>68?1900:2e3)};var Qd=ys("FullYear",!0);function by(){return Xa(this.year())}function ys(u,h){return function(b){return b!=null?(Oo(this,u,b),e.updateOffset(this,h),this):Eo(this,u)}}function Eo(u,h){if(!u.isValid())return NaN;var b=u._d,S=u._isUTC;switch(h){case"Milliseconds":return S?b.getUTCMilliseconds():b.getMilliseconds();case"Seconds":return S?b.getUTCSeconds():b.getSeconds();case"Minutes":return S?b.getUTCMinutes():b.getMinutes();case"Hours":return S?b.getUTCHours():b.getHours();case"Date":return S?b.getUTCDate():b.getDate();case"Day":return S?b.getUTCDay():b.getDay();case"Month":return S?b.getUTCMonth():b.getMonth();case"FullYear":return S?b.getUTCFullYear():b.getFullYear();default:return NaN}}function Oo(u,h,b){var S,E,N,J,se;if(!(!u.isValid()||isNaN(b))){switch(S=u._d,E=u._isUTC,h){case"Milliseconds":return void(E?S.setUTCMilliseconds(b):S.setMilliseconds(b));case"Seconds":return void(E?S.setUTCSeconds(b):S.setSeconds(b));case"Minutes":return void(E?S.setUTCMinutes(b):S.setMinutes(b));case"Hours":return void(E?S.setUTCHours(b):S.setHours(b));case"Date":return void(E?S.setUTCDate(b):S.setDate(b));case"FullYear":break;default:return}N=b,J=u.month(),se=u.date(),se=se===29&&J===1&&!Xa(N)?28:se,E?S.setUTCFullYear(N,J,se):S.setFullYear(N,J,se)}}function Sy(u){return u=Yt(u),j(this[u])?this[u]():this}function el(u,h){if(typeof u=="object"){u=mr(u);var b=Ja(u),S,E=b.length;for(S=0;S<E;S++)this[b[S].unit](u[b[S].unit])}else if(u=Yt(u),j(this[u]))return this[u](h);return this}function wy(u,h){return(u%h+h)%h}var xt;Array.prototype.indexOf?xt=Array.prototype.indexOf:xt=function(u){var h;for(h=0;h<this.length;++h)if(this[h]===u)return h;return-1};function du(u,h){if(isNaN(u)||isNaN(h))return NaN;var b=wy(h,12);return u+=(h-b)/12,b===1?Xa(u)?29:28:31-b%7%2}ce("M",["MM",2],"Mo",function(){return this.month()+1}),ce("MMM",0,0,function(u){return this.localeData().monthsShort(this,u)}),ce("MMMM",0,0,function(u){return this.localeData().months(this,u)}),le("M",ot,Mi),le("MM",ot,Ht),le("MMM",function(u,h){return h.monthsShortRegex(u)}),le("MMMM",function(u,h){return h.monthsRegex(u)}),Qe(["M","MM"],function(u,h){h[An]=$e(u)-1}),Qe(["MMM","MMMM"],function(u,h,b,S){var E=b._locale.monthsParse(u,S,b._strict);E!=null?h[An]=E:C(b).invalidMonth=u});var Zd="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),pu="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),hu=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,_y=Ro,Ry=Ro;function xy(u,h){return u?n(this._months)?this._months[u.month()]:this._months[(this._months.isFormat||hu).test(h)?"format":"standalone"][u.month()]:n(this._months)?this._months:this._months.standalone}function Cy(u,h){return u?n(this._monthsShort)?this._monthsShort[u.month()]:this._monthsShort[hu.test(h)?"format":"standalone"][u.month()]:n(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function Xd(u,h,b){var S,E,N,J=u.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],S=0;S<12;++S)N=y([2e3,S]),this._shortMonthsParse[S]=this.monthsShort(N,"").toLocaleLowerCase(),this._longMonthsParse[S]=this.months(N,"").toLocaleLowerCase();return b?h==="MMM"?(E=xt.call(this._shortMonthsParse,J),E!==-1?E:null):(E=xt.call(this._longMonthsParse,J),E!==-1?E:null):h==="MMM"?(E=xt.call(this._shortMonthsParse,J),E!==-1?E:(E=xt.call(this._longMonthsParse,J),E!==-1?E:null)):(E=xt.call(this._longMonthsParse,J),E!==-1?E:(E=xt.call(this._shortMonthsParse,J),E!==-1?E:null))}function ep(u,h,b){var S,E,N;if(this._monthsParseExact)return Xd.call(this,u,h,b);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),S=0;S<12;S++){if(E=y([2e3,S]),b&&!this._longMonthsParse[S]&&(this._longMonthsParse[S]=new RegExp("^"+this.months(E,"").replace(".","")+"$","i"),this._shortMonthsParse[S]=new RegExp("^"+this.monthsShort(E,"").replace(".","")+"$","i")),!b&&!this._monthsParse[S]&&(N="^"+this.months(E,"")+"|^"+this.monthsShort(E,""),this._monthsParse[S]=new RegExp(N.replace(".",""),"i")),b&&h==="MMMM"&&this._longMonthsParse[S].test(u))return S;if(b&&h==="MMM"&&this._shortMonthsParse[S].test(u))return S;if(!b&&this._monthsParse[S].test(u))return S}}function mu(u,h){if(!u.isValid())return u;if(typeof h=="string"){if(/^\d+$/.test(h))h=$e(h);else if(h=u.localeData().monthsParse(h),!f(h))return u}var b=h,S=u.date();return S=S<29?S:Math.min(S,du(u.year(),b)),u._isUTC?u._d.setUTCMonth(b,S):u._d.setMonth(b,S),u}function tl(u){return u!=null?(mu(this,u),e.updateOffset(this,!0),this):Eo(this,"Month")}function Ey(){return du(this.year(),this.month())}function tp(u){return this._monthsParseExact?(s(this,"_monthsRegex")||gu.call(this),u?this._monthsShortStrictRegex:this._monthsShortRegex):(s(this,"_monthsShortRegex")||(this._monthsShortRegex=_y),this._monthsShortStrictRegex&&u?this._monthsShortStrictRegex:this._monthsShortRegex)}function rl(u){return this._monthsParseExact?(s(this,"_monthsRegex")||gu.call(this),u?this._monthsStrictRegex:this._monthsRegex):(s(this,"_monthsRegex")||(this._monthsRegex=Ry),this._monthsStrictRegex&&u?this._monthsStrictRegex:this._monthsRegex)}function gu(){function u(be,Ne){return Ne.length-be.length}var h=[],b=[],S=[],E,N,J,se;for(E=0;E<12;E++)N=y([2e3,E]),J=ln(this.monthsShort(N,"")),se=ln(this.months(N,"")),h.push(J),b.push(se),S.push(se),S.push(J);h.sort(u),b.sort(u),S.sort(u),this._monthsRegex=new RegExp("^("+S.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+b.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+h.join("|")+")","i")}function Oy(u,h,b,S,E,N,J){var se;return u<100&&u>=0?(se=new Date(u+400,h,b,S,E,N,J),isFinite(se.getFullYear())&&se.setFullYear(u)):se=new Date(u,h,b,S,E,N,J),se}function vs(u){var h,b;return u<100&&u>=0?(b=Array.prototype.slice.call(arguments),b[0]=u+400,h=new Date(Date.UTC.apply(null,b)),isFinite(h.getUTCFullYear())&&h.setUTCFullYear(u)):h=new Date(Date.UTC.apply(null,arguments)),h}function Io(u,h,b){var S=7+h-b,E=(7+vs(u,0,S).getUTCDay()-h)%7;return-E+S-1}function nl(u,h,b,S,E){var N=(7+b-S)%7,J=Io(u,S,E),se=1+7*(h-1)+N+J,be,Ne;return se<=0?(be=u-1,Ne=Co(be)+se):se>Co(u)?(be=u+1,Ne=se-Co(u)):(be=u,Ne=se),{year:be,dayOfYear:Ne}}function Po(u,h,b){var S=Io(u.year(),h,b),E=Math.floor((u.dayOfYear()-S-1)/7)+1,N,J;return E<1?(J=u.year()-1,N=E+un(J,h,b)):E>un(u.year(),h,b)?(N=E-un(u.year(),h,b),J=u.year()+1):(J=u.year(),N=E),{week:N,year:J}}function un(u,h,b){var S=Io(u,h,b),E=Io(u+1,h,b);return(Co(u)-S+E)/7}ce("w",["ww",2],"wo","week"),ce("W",["WW",2],"Wo","isoWeek"),le("w",ot,Mi),le("ww",ot,Ht),le("W",ot,Mi),le("WW",ot,Ht),xo(["w","ww","W","WW"],function(u,h,b,S){h[S.substr(0,1)]=$e(u)});function yu(u){return Po(u,this._week.dow,this._week.doy).week}var vu={dow:0,doy:6};function bs(){return this._week.dow}function rp(){return this._week.doy}function np(u){var h=this.localeData().week(this);return u==null?h:this.add((u-h)*7,"d")}function Iy(u){var h=Po(this,1,4).week;return u==null?h:this.add((u-h)*7,"d")}ce("d",0,"do","day"),ce("dd",0,0,function(u){return this.localeData().weekdaysMin(this,u)}),ce("ddd",0,0,function(u){return this.localeData().weekdaysShort(this,u)}),ce("dddd",0,0,function(u){return this.localeData().weekdays(this,u)}),ce("e",0,0,"weekday"),ce("E",0,0,"isoWeekday"),le("d",ot),le("e",ot),le("E",ot),le("dd",function(u,h){return h.weekdaysMinRegex(u)}),le("ddd",function(u,h){return h.weekdaysShortRegex(u)}),le("dddd",function(u,h){return h.weekdaysRegex(u)}),xo(["dd","ddd","dddd"],function(u,h,b,S){var E=b._locale.weekdaysParse(u,S,b._strict);E!=null?h.d=E:C(b).invalidWeekday=u}),xo(["d","e","E"],function(u,h,b,S){h[S]=$e(u)});function ip(u,h){return typeof u!="string"?u:isNaN(u)?(u=h.weekdaysParse(u),typeof u=="number"?u:null):parseInt(u,10)}function sp(u,h){return typeof u=="string"?h.weekdaysParse(u)%7||7:isNaN(u)?null:u}function il(u,h){return u.slice(h,7).concat(u.slice(0,h))}var op="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),ap="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Py="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ky=Ro,lp=Ro,Ty=Ro;function Ay(u,h){var b=n(this._weekdays)?this._weekdays:this._weekdays[u&&u!==!0&&this._weekdays.isFormat.test(h)?"format":"standalone"];return u===!0?il(b,this._week.dow):u?b[u.day()]:b}function qy(u){return u===!0?il(this._weekdaysShort,this._week.dow):u?this._weekdaysShort[u.day()]:this._weekdaysShort}function $y(u){return u===!0?il(this._weekdaysMin,this._week.dow):u?this._weekdaysMin[u.day()]:this._weekdaysMin}function bu(u,h,b){var S,E,N,J=u.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],S=0;S<7;++S)N=y([2e3,1]).day(S),this._minWeekdaysParse[S]=this.weekdaysMin(N,"").toLocaleLowerCase(),this._shortWeekdaysParse[S]=this.weekdaysShort(N,"").toLocaleLowerCase(),this._weekdaysParse[S]=this.weekdays(N,"").toLocaleLowerCase();return b?h==="dddd"?(E=xt.call(this._weekdaysParse,J),E!==-1?E:null):h==="ddd"?(E=xt.call(this._shortWeekdaysParse,J),E!==-1?E:null):(E=xt.call(this._minWeekdaysParse,J),E!==-1?E:null):h==="dddd"?(E=xt.call(this._weekdaysParse,J),E!==-1||(E=xt.call(this._shortWeekdaysParse,J),E!==-1)?E:(E=xt.call(this._minWeekdaysParse,J),E!==-1?E:null)):h==="ddd"?(E=xt.call(this._shortWeekdaysParse,J),E!==-1||(E=xt.call(this._weekdaysParse,J),E!==-1)?E:(E=xt.call(this._minWeekdaysParse,J),E!==-1?E:null)):(E=xt.call(this._minWeekdaysParse,J),E!==-1||(E=xt.call(this._weekdaysParse,J),E!==-1)?E:(E=xt.call(this._shortWeekdaysParse,J),E!==-1?E:null))}function My(u,h,b){var S,E,N;if(this._weekdaysParseExact)return bu.call(this,u,h,b);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),S=0;S<7;S++){if(E=y([2e3,1]).day(S),b&&!this._fullWeekdaysParse[S]&&(this._fullWeekdaysParse[S]=new RegExp("^"+this.weekdays(E,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[S]=new RegExp("^"+this.weekdaysShort(E,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[S]=new RegExp("^"+this.weekdaysMin(E,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[S]||(N="^"+this.weekdays(E,"")+"|^"+this.weekdaysShort(E,"")+"|^"+this.weekdaysMin(E,""),this._weekdaysParse[S]=new RegExp(N.replace(".",""),"i")),b&&h==="dddd"&&this._fullWeekdaysParse[S].test(u))return S;if(b&&h==="ddd"&&this._shortWeekdaysParse[S].test(u))return S;if(b&&h==="dd"&&this._minWeekdaysParse[S].test(u))return S;if(!b&&this._weekdaysParse[S].test(u))return S}}function Ny(u){if(!this.isValid())return u!=null?this:NaN;var h=Eo(this,"Day");return u!=null?(u=ip(u,this.localeData()),this.add(u-h,"d")):h}function Dy(u){if(!this.isValid())return u!=null?this:NaN;var h=(this.day()+7-this.localeData()._week.dow)%7;return u==null?h:this.add(u-h,"d")}function Fy(u){if(!this.isValid())return u!=null?this:NaN;if(u!=null){var h=sp(u,this.localeData());return this.day(this.day()%7?h:h-7)}else return this.day()||7}function Ly(u){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Su.call(this),u?this._weekdaysStrictRegex:this._weekdaysRegex):(s(this,"_weekdaysRegex")||(this._weekdaysRegex=ky),this._weekdaysStrictRegex&&u?this._weekdaysStrictRegex:this._weekdaysRegex)}function dt(u){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Su.call(this),u?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(s(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=lp),this._weekdaysShortStrictRegex&&u?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function at(u){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Su.call(this),u?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(s(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ty),this._weekdaysMinStrictRegex&&u?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Su(){function u(Dt,Ln){return Ln.length-Dt.length}var h=[],b=[],S=[],E=[],N,J,se,be,Ne;for(N=0;N<7;N++)J=y([2e3,1]).day(N),se=ln(this.weekdaysMin(J,"")),be=ln(this.weekdaysShort(J,"")),Ne=ln(this.weekdays(J,"")),h.push(se),b.push(be),S.push(Ne),E.push(se),E.push(be),E.push(Ne);h.sort(u),b.sort(u),S.sort(u),E.sort(u),this._weekdaysRegex=new RegExp("^("+E.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+S.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+b.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+h.join("|")+")","i")}function wu(){return this.hours()%12||12}function jy(){return this.hours()||24}ce("H",["HH",2],0,"hour"),ce("h",["hh",2],0,wu),ce("k",["kk",2],0,jy),ce("hmm",0,0,function(){return""+wu.apply(this)+Re(this.minutes(),2)}),ce("hmmss",0,0,function(){return""+wu.apply(this)+Re(this.minutes(),2)+Re(this.seconds(),2)}),ce("Hmm",0,0,function(){return""+this.hours()+Re(this.minutes(),2)}),ce("Hmmss",0,0,function(){return""+this.hours()+Re(this.minutes(),2)+Re(this.seconds(),2)});function cp(u,h){ce(u,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),h)})}cp("a",!0),cp("A",!1);function up(u,h){return h._meridiemParse}le("a",up),le("A",up),le("H",ot,Qa),le("h",ot,Mi),le("k",ot,Mi),le("HH",ot,Ht),le("hh",ot,Ht),le("kk",ot,Ht),le("hmm",Ya),le("hmmss",Ga),le("Hmm",Ya),le("Hmmss",Ga),Qe(["H","HH"],At),Qe(["k","kk"],function(u,h,b){var S=$e(u);h[At]=S===24?0:S}),Qe(["a","A"],function(u,h,b){b._isPm=b._locale.isPM(u),b._meridiem=u}),Qe(["h","hh"],function(u,h,b){h[At]=$e(u),C(b).bigHour=!0}),Qe("hmm",function(u,h,b){var S=u.length-2;h[At]=$e(u.substr(0,S)),h[Pr]=$e(u.substr(S)),C(b).bigHour=!0}),Qe("hmmss",function(u,h,b){var S=u.length-4,E=u.length-2;h[At]=$e(u.substr(0,S)),h[Pr]=$e(u.substr(S,2)),h[qn]=$e(u.substr(E)),C(b).bigHour=!0}),Qe("Hmm",function(u,h,b){var S=u.length-2;h[At]=$e(u.substr(0,S)),h[Pr]=$e(u.substr(S))}),Qe("Hmmss",function(u,h,b){var S=u.length-4,E=u.length-2;h[At]=$e(u.substr(0,S)),h[Pr]=$e(u.substr(S,2)),h[qn]=$e(u.substr(E))});function Uy(u){return(u+"").toLowerCase().charAt(0)==="p"}var fp=/[ap]\.?m?\.?/i,Hy=ys("Hours",!0);function Nt(u,h,b){return u>11?b?"pm":"PM":b?"am":"AM"}var sl={calendar:ue,longDateFormat:Or,invalidDate:mt,ordinal:bo,dayOfMonthOrdinalParse:Jt,relativeTime:hy,months:Zd,monthsShort:pu,week:vu,weekdays:op,weekdaysMin:Py,weekdaysShort:ap,meridiemParse:fp},Ze={},Ss={},Di;function kr(u,h){var b,S=Math.min(u.length,h.length);for(b=0;b<S;b+=1)if(u[b]!==h[b])return b;return S}function _u(u){return u&&u.toLowerCase().replace("_","-")}function dp(u){for(var h=0,b,S,E,N;h<u.length;){for(N=_u(u[h]).split("-"),b=N.length,S=_u(u[h+1]),S=S?S.split("-"):null;b>0;){if(E=ko(N.slice(0,b).join("-")),E)return E;if(S&&S.length>=b&&kr(N,S)>=b-1)break;b--}h++}return Di}function pp(u){return!!(u&&u.match("^[^/\\\\]*$"))}function ko(u){var h=null,b;if(Ze[u]===void 0&&typeof Yl<"u"&&Yl&&Yl.exports&&pp(u))try{h=Di._abbr,b=require,b("./locale/"+u),$n(h)}catch{Ze[u]=null}return Ze[u]}function $n(u,h){var b;return u&&(l(h)?b=Mn(u):b=ol(u,h),b?Di=b:typeof console<"u"&&console.warn&&console.warn("Locale "+u+" not found. Did you forget to load it?")),Di._abbr}function ol(u,h){if(h!==null){var b,S=sl;if(h.abbr=u,Ze[u]!=null)M("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),S=Ze[u]._config;else if(h.parentLocale!=null)if(Ze[h.parentLocale]!=null)S=Ze[h.parentLocale]._config;else if(b=ko(h.parentLocale),b!=null)S=b._config;else return Ss[h.parentLocale]||(Ss[h.parentLocale]=[]),Ss[h.parentLocale].push({name:u,config:h}),null;return Ze[u]=new K(Y(S,h)),Ss[u]&&Ss[u].forEach(function(E){ol(E.name,E.config)}),$n(u),Ze[u]}else return delete Ze[u],null}function gr(u,h){if(h!=null){var b,S,E=sl;Ze[u]!=null&&Ze[u].parentLocale!=null?Ze[u].set(Y(Ze[u]._config,h)):(S=ko(u),S!=null&&(E=S._config),h=Y(E,h),S==null&&(h.abbr=u),b=new K(h),b.parentLocale=Ze[u],Ze[u]=b),$n(u)}else Ze[u]!=null&&(Ze[u].parentLocale!=null?(Ze[u]=Ze[u].parentLocale,u===$n()&&$n(u)):Ze[u]!=null&&delete Ze[u]);return Ze[u]}function Mn(u){var h;if(u&&u._locale&&u._locale._abbr&&(u=u._locale._abbr),!u)return Di;if(!n(u)){if(h=ko(u),h)return h;u=[u]}return dp(u)}function yr(){return ne(Ze)}function Ru(u){var h,b=u._a;return b&&C(u).overflow===-2&&(h=b[An]<0||b[An]>11?An:b[cn]<1||b[cn]>du(b[Gt],b[An])?cn:b[At]<0||b[At]>24||b[At]===24&&(b[Pr]!==0||b[qn]!==0||b[Ni]!==0)?At:b[Pr]<0||b[Pr]>59?Pr:b[qn]<0||b[qn]>59?qn:b[Ni]<0||b[Ni]>999?Ni:-1,C(u)._overflowDayOfYear&&(h<Gt||h>cn)&&(h=cn),C(u)._overflowWeeks&&h===-1&&(h=Kd),C(u)._overflowWeekday&&h===-1&&(h=vy),C(u).overflow=h),u}var hp=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ci=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,al=/Z|[+-]\d\d(?::?\d\d)?/,ws=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],lt=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],ui=/^\/?Date\((-?\d+)/i,xu=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,By={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function ll(u){var h,b,S=u._i,E=hp.exec(S)||ci.exec(S),N,J,se,be,Ne=ws.length,Dt=lt.length;if(E){for(C(u).iso=!0,h=0,b=Ne;h<b;h++)if(ws[h][1].exec(E[1])){J=ws[h][0],N=ws[h][2]!==!1;break}if(J==null){u._isValid=!1;return}if(E[3]){for(h=0,b=Dt;h<b;h++)if(lt[h][1].exec(E[3])){se=(E[2]||" ")+lt[h][0];break}if(se==null){u._isValid=!1;return}}if(!N&&se!=null){u._isValid=!1;return}if(E[4])if(al.exec(E[4]))be="Z";else{u._isValid=!1;return}u._f=J+(se||"")+(be||""),ul(u)}else u._isValid=!1}function Vy(u,h,b,S,E,N){var J=[Wy(u),pu.indexOf(h),parseInt(b,10),parseInt(S,10),parseInt(E,10)];return N&&J.push(parseInt(N,10)),J}function Wy(u){var h=parseInt(u,10);return h<=49?2e3+h:h<=999?1900+h:h}function zy(u){return u.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function mp(u,h,b){if(u){var S=ap.indexOf(u),E=new Date(h[0],h[1],h[2]).getDay();if(S!==E)return C(b).weekdayMismatch=!0,b._isValid=!1,!1}return!0}function cl(u,h,b){if(u)return By[u];if(h)return 0;var S=parseInt(b,10),E=S%100,N=(S-E)/100;return N*60+E}function Fi(u){var h=xu.exec(zy(u._i)),b;if(h){if(b=Vy(h[4],h[3],h[2],h[5],h[6],h[7]),!mp(h[1],b,u))return;u._a=b,u._tzm=cl(h[8],h[9],h[10]),u._d=vs.apply(null,u._a),u._d.setUTCMinutes(u._d.getUTCMinutes()-u._tzm),C(u).rfc2822=!0}else u._isValid=!1}function Jy(u){var h=ui.exec(u._i);if(h!==null){u._d=new Date(+h[1]);return}if(ll(u),u._isValid===!1)delete u._isValid;else return;if(Fi(u),u._isValid===!1)delete u._isValid;else return;u._strict?u._isValid=!1:e.createFromInputFallback(u)}e.createFromInputFallback=_("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(u){u._d=new Date(u._i+(u._useUTC?" UTC":""))});function Li(u,h,b){return u??h??b}function gp(u){var h=new Date(e.now());return u._useUTC?[h.getUTCFullYear(),h.getUTCMonth(),h.getUTCDate()]:[h.getFullYear(),h.getMonth(),h.getDate()]}function To(u){var h,b,S=[],E,N,J;if(!u._d){for(E=gp(u),u._w&&u._a[cn]==null&&u._a[An]==null&&Cu(u),u._dayOfYear!=null&&(J=Li(u._a[Gt],E[Gt]),(u._dayOfYear>Co(J)||u._dayOfYear===0)&&(C(u)._overflowDayOfYear=!0),b=vs(J,0,u._dayOfYear),u._a[An]=b.getUTCMonth(),u._a[cn]=b.getUTCDate()),h=0;h<3&&u._a[h]==null;++h)u._a[h]=S[h]=E[h];for(;h<7;h++)u._a[h]=S[h]=u._a[h]==null?h===2?1:0:u._a[h];u._a[At]===24&&u._a[Pr]===0&&u._a[qn]===0&&u._a[Ni]===0&&(u._nextDay=!0,u._a[At]=0),u._d=(u._useUTC?vs:Oy).apply(null,S),N=u._useUTC?u._d.getUTCDay():u._d.getDay(),u._tzm!=null&&u._d.setUTCMinutes(u._d.getUTCMinutes()-u._tzm),u._nextDay&&(u._a[At]=24),u._w&&typeof u._w.d<"u"&&u._w.d!==N&&(C(u).weekdayMismatch=!0)}}function Cu(u){var h,b,S,E,N,J,se,be,Ne;h=u._w,h.GG!=null||h.W!=null||h.E!=null?(N=1,J=4,b=Li(h.GG,u._a[Gt],Po(rt(),1,4).year),S=Li(h.W,1),E=Li(h.E,1),(E<1||E>7)&&(be=!0)):(N=u._locale._week.dow,J=u._locale._week.doy,Ne=Po(rt(),N,J),b=Li(h.gg,u._a[Gt],Ne.year),S=Li(h.w,Ne.week),h.d!=null?(E=h.d,(E<0||E>6)&&(be=!0)):h.e!=null?(E=h.e+N,(h.e<0||h.e>6)&&(be=!0)):E=N),S<1||S>un(b,N,J)?C(u)._overflowWeeks=!0:be!=null?C(u)._overflowWeekday=!0:(se=nl(b,S,E,N,J),u._a[Gt]=se.year,u._dayOfYear=se.dayOfYear)}e.ISO_8601=function(){},e.RFC_2822=function(){};function ul(u){if(u._f===e.ISO_8601){ll(u);return}if(u._f===e.RFC_2822){Fi(u);return}u._a=[],C(u).empty=!0;var h=""+u._i,b,S,E,N,J,se=h.length,be=0,Ne,Dt;for(E=Jr(u._f,u._locale).match(me)||[],Dt=E.length,b=0;b<Dt;b++)N=E[b],S=(h.match(gy(N,u))||[])[0],S&&(J=h.substr(0,h.indexOf(S)),J.length>0&&C(u).unusedInput.push(J),h=h.slice(h.indexOf(S)+S.length),be+=S.length),Ot[N]?(S?C(u).empty=!1:C(u).unusedTokens.push(N),fu(N,S,u)):u._strict&&!S&&C(u).unusedTokens.push(N);C(u).charsLeftOver=se-be,h.length>0&&C(u).unusedInput.push(h),u._a[At]<=12&&C(u).bigHour===!0&&u._a[At]>0&&(C(u).bigHour=void 0),C(u).parsedDateParts=u._a.slice(0),C(u).meridiem=u._meridiem,u._a[At]=Yy(u._locale,u._a[At],u._meridiem),Ne=C(u).era,Ne!==null&&(u._a[Gt]=u._locale.erasConvertYear(Ne,u._a[Gt])),To(u),Ru(u)}function Yy(u,h,b){var S;return b==null?h:u.meridiemHour!=null?u.meridiemHour(h,b):(u.isPM!=null&&(S=u.isPM(b),S&&h<12&&(h+=12),!S&&h===12&&(h=0)),h)}function Eu(u){var h,b,S,E,N,J,se=!1,be=u._f.length;if(be===0){C(u).invalidFormat=!0,u._d=new Date(NaN);return}for(E=0;E<be;E++)N=0,J=!1,h=z({},u),u._useUTC!=null&&(h._useUTC=u._useUTC),h._f=u._f[E],ul(h),P(h)&&(J=!0),N+=C(h).charsLeftOver,N+=C(h).unusedTokens.length*10,C(h).score=N,se?N<S&&(S=N,b=h):(S==null||N<S||J)&&(S=N,b=h,J&&(se=!0));g(u,b||h)}function Ou(u){if(!u._d){var h=mr(u._i),b=h.day===void 0?h.date:h.day;u._a=m([h.year,h.month,b,h.hour,h.minute,h.second,h.millisecond],function(S){return S&&parseInt(S,10)}),To(u)}}function Gy(u){var h=new V(Ru(Iu(u)));return h._nextDay&&(h.add(1,"d"),h._nextDay=void 0),h}function Iu(u){var h=u._i,b=u._f;return u._locale=u._locale||Mn(u._l),h===null||b===void 0&&h===""?A({nullInput:!0}):(typeof h=="string"&&(u._i=h=u._locale.preparse(h)),X(h)?new V(Ru(h)):(d(h)?u._d=h:n(b)?Eu(u):b?ul(u):vr(u),P(u)||(u._d=null),u))}function vr(u){var h=u._i;l(h)?u._d=new Date(e.now()):d(h)?u._d=new Date(h.valueOf()):typeof h=="string"?Jy(u):n(h)?(u._a=m(h.slice(0),function(b){return parseInt(b,10)}),To(u)):i(h)?Ou(u):f(h)?u._d=new Date(h):e.createFromInputFallback(u)}function fl(u,h,b,S,E){var N={};return(h===!0||h===!1)&&(S=h,h=void 0),(b===!0||b===!1)&&(S=b,b=void 0),(i(u)&&o(u)||n(u)&&u.length===0)&&(u=void 0),N._isAMomentObject=!0,N._useUTC=N._isUTC=E,N._l=b,N._i=u,N._f=h,N._strict=S,Gy(N)}function rt(u,h,b,S){return fl(u,h,b,S,!1)}var yp=_("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var u=rt.apply(null,arguments);return this.isValid()&&u.isValid()?u<this?this:u:A()}),vp=_("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var u=rt.apply(null,arguments);return this.isValid()&&u.isValid()?u>this?this:u:A()});function bp(u,h){var b,S;if(h.length===1&&n(h[0])&&(h=h[0]),!h.length)return rt();for(b=h[0],S=1;S<h.length;++S)(!h[S].isValid()||h[S][u](b))&&(b=h[S]);return b}function Ky(){var u=[].slice.call(arguments,0);return bp("isBefore",u)}function Qy(){var u=[].slice.call(arguments,0);return bp("isAfter",u)}var Zy=function(){return Date.now?Date.now():+new Date},Ao=["year","quarter","month","week","day","hour","minute","second","millisecond"];function _s(u){var h,b=!1,S,E=Ao.length;for(h in u)if(s(u,h)&&!(xt.call(Ao,h)!==-1&&(u[h]==null||!isNaN(u[h]))))return!1;for(S=0;S<E;++S)if(u[Ao[S]]){if(b)return!1;parseFloat(u[Ao[S]])!==$e(u[Ao[S]])&&(b=!0)}return!0}function Xy(){return this._isValid}function ev(){return nt(NaN)}function Rs(u){var h=mr(u),b=h.year||0,S=h.quarter||0,E=h.month||0,N=h.week||h.isoWeek||0,J=h.day||0,se=h.hour||0,be=h.minute||0,Ne=h.second||0,Dt=h.millisecond||0;this._isValid=_s(h),this._milliseconds=+Dt+Ne*1e3+be*6e4+se*1e3*60*60,this._days=+J+N*7,this._months=+E+S*3+b*12,this._data={},this._locale=Mn(),this._bubble()}function qo(u){return u instanceof Rs}function fn(u){return u<0?Math.round(-1*u)*-1:Math.round(u)}function dl(u,h,b){var S=Math.min(u.length,h.length),E=Math.abs(u.length-h.length),N=0,J;for(J=0;J<S;J++)(b&&u[J]!==h[J]||!b&&$e(u[J])!==$e(h[J]))&&N++;return N+E}function Sp(u,h){ce(u,0,0,function(){var b=this.utcOffset(),S="+";return b<0&&(b=-b,S="-"),S+Re(~~(b/60),2)+h+Re(~~b%60,2)})}Sp("Z",":"),Sp("ZZ",""),le("Z",Ka),le("ZZ",Ka),Qe(["Z","ZZ"],function(u,h,b){b._useUTC=!0,b._tzm=Pu(Ka,u)});var tv=/([\+\-]|\d\d)/gi;function Pu(u,h){var b=(h||"").match(u),S,E,N;return b===null?null:(S=b[b.length-1]||[],E=(S+"").match(tv)||["-",0,0],N=+(E[1]*60)+$e(E[2]),N===0?0:E[0]==="+"?N:-N)}function fi(u,h){var b,S;return h._isUTC?(b=h.clone(),S=(X(u)||d(u)?u.valueOf():rt(u).valueOf())-b.valueOf(),b._d.setTime(b._d.valueOf()+S),e.updateOffset(b,!1),b):rt(u).local()}function br(u){return-Math.round(u._d.getTimezoneOffset())}e.updateOffset=function(){};function wp(u,h,b){var S=this._offset||0,E;if(!this.isValid())return u!=null?this:NaN;if(u!=null){if(typeof u=="string"){if(u=Pu(Ka,u),u===null)return this}else Math.abs(u)<16&&!b&&(u=u*60);return!this._isUTC&&h&&(E=br(this)),this._offset=u,this._isUTC=!0,E!=null&&this.add(E,"m"),S!==u&&(!h||this._changeInProgress?$o(this,nt(u-S,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,e.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?S:br(this)}function rv(u,h){return u!=null?(typeof u!="string"&&(u=-u),this.utcOffset(u,h),this):-this.utcOffset()}function nv(u){return this.utcOffset(0,u)}function iv(u){return this._isUTC&&(this.utcOffset(0,u),this._isUTC=!1,u&&this.subtract(br(this),"m")),this}function sv(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var u=Pu(cu,this._i);u!=null?this.utcOffset(u):this.utcOffset(0,!0)}return this}function ov(u){return this.isValid()?(u=u?rt(u).utcOffset():0,(this.utcOffset()-u)%60===0):!1}function di(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function L(){if(!l(this._isDSTShifted))return this._isDSTShifted;var u={},h;return z(u,this),u=Iu(u),u._a?(h=u._isUTC?y(u._a):rt(u._a),this._isDSTShifted=this.isValid()&&dl(u._a,h.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function G(){return this.isValid()?!this._isUTC:!1}function W(){return this.isValid()?this._isUTC:!1}function oe(){return this.isValid()?this._isUTC&&this._offset===0:!1}var Se=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Ge=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function nt(u,h){var b=u,S=null,E,N,J;return qo(u)?b={ms:u._milliseconds,d:u._days,M:u._months}:f(u)||!isNaN(+u)?(b={},h?b[h]=+u:b.milliseconds=+u):(S=Se.exec(u))?(E=S[1]==="-"?-1:1,b={y:0,d:$e(S[cn])*E,h:$e(S[At])*E,m:$e(S[Pr])*E,s:$e(S[qn])*E,ms:$e(fn(S[Ni]*1e3))*E}):(S=Ge.exec(u))?(E=S[1]==="-"?-1:1,b={y:He(S[2],E),M:He(S[3],E),w:He(S[4],E),d:He(S[5],E),h:He(S[6],E),m:He(S[7],E),s:He(S[8],E)}):b==null?b={}:typeof b=="object"&&("from"in b||"to"in b)&&(J=av(rt(b.from),rt(b.to)),b={},b.ms=J.milliseconds,b.M=J.months),N=new Rs(b),qo(u)&&s(u,"_locale")&&(N._locale=u._locale),qo(u)&&s(u,"_isValid")&&(N._isValid=u._isValid),N}nt.fn=Rs.prototype,nt.invalid=ev;function He(u,h){var b=u&&parseFloat(u.replace(",","."));return(isNaN(b)?0:b)*h}function pl(u,h){var b={};return b.months=h.month()-u.month()+(h.year()-u.year())*12,u.clone().add(b.months,"M").isAfter(h)&&--b.months,b.milliseconds=+h-+u.clone().add(b.months,"M"),b}function av(u,h){var b;return u.isValid()&&h.isValid()?(h=fi(h,u),u.isBefore(h)?b=pl(u,h):(b=pl(h,u),b.milliseconds=-b.milliseconds,b.months=-b.months),b):{milliseconds:0,months:0}}function Sr(u,h){return function(b,S){var E,N;return S!==null&&!isNaN(+S)&&(M(h,"moment()."+h+"(period, number) is deprecated. Please use moment()."+h+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),N=b,b=S,S=N),E=nt(b,S),$o(this,E,u),this}}function $o(u,h,b,S){var E=h._milliseconds,N=fn(h._days),J=fn(h._months);u.isValid()&&(S=S??!0,J&&mu(u,Eo(u,"Month")+J*b),N&&Oo(u,"Date",Eo(u,"Date")+N*b),E&&u._d.setTime(u._d.valueOf()+E*b),S&&e.updateOffset(u,N||J))}var lv=Sr(1,"add"),xs=Sr(-1,"subtract");function Mo(u){return typeof u=="string"||u instanceof String}function hl(u){return X(u)||d(u)||Mo(u)||f(u)||cv(u)||Xe(u)||u===null||u===void 0}function Xe(u){var h=i(u)&&!o(u),b=!1,S=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],E,N,J=S.length;for(E=0;E<J;E+=1)N=S[E],b=b||s(u,N);return h&&b}function cv(u){var h=n(u),b=!1;return h&&(b=u.filter(function(S){return!f(S)&&Mo(u)}).length===0),h&&b}function _p(u){var h=i(u)&&!o(u),b=!1,S=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],E,N;for(E=0;E<S.length;E+=1)N=S[E],b=b||s(u,N);return h&&b}function ml(u,h){var b=u.diff(h,"days",!0);return b<-6?"sameElse":b<-1?"lastWeek":b<0?"lastDay":b<1?"sameDay":b<2?"nextDay":b<7?"nextWeek":"sameElse"}function uv(u,h){arguments.length===1&&(arguments[0]?hl(arguments[0])?(u=arguments[0],h=void 0):_p(arguments[0])&&(h=arguments[0],u=void 0):(u=void 0,h=void 0));var b=u||rt(),S=fi(b,this).startOf("day"),E=e.calendarFormat(this,S)||"sameElse",N=h&&(j(h[E])?h[E].call(this,b):h[E]);return this.format(N||this.localeData().calendar(E,this,rt(b)))}function fv(){return new V(this)}function dv(u,h){var b=X(u)?u:rt(u);return this.isValid()&&b.isValid()?(h=Yt(h)||"millisecond",h==="millisecond"?this.valueOf()>b.valueOf():b.valueOf()<this.clone().startOf(h).valueOf()):!1}function gl(u,h){var b=X(u)?u:rt(u);return this.isValid()&&b.isValid()?(h=Yt(h)||"millisecond",h==="millisecond"?this.valueOf()<b.valueOf():this.clone().endOf(h).valueOf()<b.valueOf()):!1}function pi(u,h,b,S){var E=X(u)?u:rt(u),N=X(h)?h:rt(h);return this.isValid()&&E.isValid()&&N.isValid()?(S=S||"()",(S[0]==="("?this.isAfter(E,b):!this.isBefore(E,b))&&(S[1]===")"?this.isBefore(N,b):!this.isAfter(N,b))):!1}function yl(u,h){var b=X(u)?u:rt(u),S;return this.isValid()&&b.isValid()?(h=Yt(h)||"millisecond",h==="millisecond"?this.valueOf()===b.valueOf():(S=b.valueOf(),this.clone().startOf(h).valueOf()<=S&&S<=this.clone().endOf(h).valueOf())):!1}function Rp(u,h){return this.isSame(u,h)||this.isAfter(u,h)}function vl(u,h){return this.isSame(u,h)||this.isBefore(u,h)}function xp(u,h,b){var S,E,N;if(!this.isValid())return NaN;if(S=fi(u,this),!S.isValid())return NaN;switch(E=(S.utcOffset()-this.utcOffset())*6e4,h=Yt(h),h){case"year":N=No(this,S)/12;break;case"month":N=No(this,S);break;case"quarter":N=No(this,S)/3;break;case"second":N=(this-S)/1e3;break;case"minute":N=(this-S)/6e4;break;case"hour":N=(this-S)/36e5;break;case"day":N=(this-S-E)/864e5;break;case"week":N=(this-S-E)/6048e5;break;default:N=this-S}return b?N:Ir(N)}function No(u,h){if(u.date()<h.date())return-No(h,u);var b=(h.year()-u.year())*12+(h.month()-u.month()),S=u.clone().add(b,"months"),E,N;return h-S<0?(E=u.clone().add(b-1,"months"),N=(h-S)/(S-E)):(E=u.clone().add(b+1,"months"),N=(h-S)/(E-S)),-(b+N)||0}e.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",e.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function bl(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function Cp(u){if(!this.isValid())return null;var h=u!==!0,b=h?this.clone().utc():this;return b.year()<0||b.year()>9999?Rt(b,h?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):j(Date.prototype.toISOString)?h?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",Rt(b,"Z")):Rt(b,h?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function Do(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var u="moment",h="",b,S,E,N;return this.isLocal()||(u=this.utcOffset()===0?"moment.utc":"moment.parseZone",h="Z"),b="["+u+'("]',S=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",E="-MM-DD[T]HH:mm:ss.SSS",N=h+'[")]',this.format(b+S+E+N)}function ji(u){u||(u=this.isUtc()?e.defaultFormatUtc:e.defaultFormat);var h=Rt(this,u);return this.localeData().postformat(h)}function Sl(u,h){return this.isValid()&&(X(u)&&u.isValid()||rt(u).isValid())?nt({to:this,from:u}).locale(this.locale()).humanize(!h):this.localeData().invalidDate()}function pv(u){return this.from(rt(),u)}function hv(u,h){return this.isValid()&&(X(u)&&u.isValid()||rt(u).isValid())?nt({from:this,to:u}).locale(this.locale()).humanize(!h):this.localeData().invalidDate()}function mv(u){return this.to(rt(),u)}function Fo(u){var h;return u===void 0?this._locale._abbr:(h=Mn(u),h!=null&&(this._locale=h),this)}var Lo=_("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(u){return u===void 0?this.localeData():this.locale(u)});function wl(){return this._locale}var _l=1e3,Ui=60*_l,Rl=60*Ui,Ep=(365*400+97)*24*Rl;function gt(u,h){return(u%h+h)%h}function Bt(u,h,b){return u<100&&u>=0?new Date(u+400,h,b)-Ep:new Date(u,h,b).valueOf()}function Op(u,h,b){return u<100&&u>=0?Date.UTC(u+400,h,b)-Ep:Date.UTC(u,h,b)}function gv(u){var h,b;if(u=Yt(u),u===void 0||u==="millisecond"||!this.isValid())return this;switch(b=this._isUTC?Op:Bt,u){case"year":h=b(this.year(),0,1);break;case"quarter":h=b(this.year(),this.month()-this.month()%3,1);break;case"month":h=b(this.year(),this.month(),1);break;case"week":h=b(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":h=b(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":h=b(this.year(),this.month(),this.date());break;case"hour":h=this._d.valueOf(),h-=gt(h+(this._isUTC?0:this.utcOffset()*Ui),Rl);break;case"minute":h=this._d.valueOf(),h-=gt(h,Ui);break;case"second":h=this._d.valueOf(),h-=gt(h,_l);break}return this._d.setTime(h),e.updateOffset(this,!0),this}function Ip(u){var h,b;if(u=Yt(u),u===void 0||u==="millisecond"||!this.isValid())return this;switch(b=this._isUTC?Op:Bt,u){case"year":h=b(this.year()+1,0,1)-1;break;case"quarter":h=b(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":h=b(this.year(),this.month()+1,1)-1;break;case"week":h=b(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":h=b(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":h=b(this.year(),this.month(),this.date()+1)-1;break;case"hour":h=this._d.valueOf(),h+=Rl-gt(h+(this._isUTC?0:this.utcOffset()*Ui),Rl)-1;break;case"minute":h=this._d.valueOf(),h+=Ui-gt(h,Ui)-1;break;case"second":h=this._d.valueOf(),h+=_l-gt(h,_l)-1;break}return this._d.setTime(h),e.updateOffset(this,!0),this}function yv(){return this._d.valueOf()-(this._offset||0)*6e4}function ku(){return Math.floor(this.valueOf()/1e3)}function jo(){return new Date(this.valueOf())}function Tu(){var u=this;return[u.year(),u.month(),u.date(),u.hour(),u.minute(),u.second(),u.millisecond()]}function Cs(){var u=this;return{years:u.year(),months:u.month(),date:u.date(),hours:u.hours(),minutes:u.minutes(),seconds:u.seconds(),milliseconds:u.milliseconds()}}function Uo(){return this.isValid()?this.toISOString():null}function Ho(){return P(this)}function xl(){return g({},C(this))}function Es(){return C(this).overflow}function vv(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}ce("N",0,0,"eraAbbr"),ce("NN",0,0,"eraAbbr"),ce("NNN",0,0,"eraAbbr"),ce("NNNN",0,0,"eraName"),ce("NNNNN",0,0,"eraNarrow"),ce("y",["y",1],"yo","eraYear"),ce("y",["yy",2],0,"eraYear"),ce("y",["yyy",3],0,"eraYear"),ce("y",["yyyy",4],0,"eraYear"),le("N",nr),le("NN",nr),le("NNN",nr),le("NNNN",Me),le("NNNNN",Rv),Qe(["N","NN","NNN","NNNN","NNNNN"],function(u,h,b,S){var E=b._locale.erasParse(u,S,b._strict);E?C(b).era=E:C(b).invalidEra=u}),le("y",li),le("yy",li),le("yyy",li),le("yyyy",li),le("yo",xv),Qe(["y","yy","yyy","yyyy"],Gt),Qe(["yo"],function(u,h,b,S){var E;b._locale._eraYearOrdinalRegex&&(E=u.match(b._locale._eraYearOrdinalRegex)),b._locale.eraYearOrdinalParse?h[Gt]=b._locale.eraYearOrdinalParse(u,E):h[Gt]=parseInt(u,10)});function bv(u,h){var b,S,E,N=this._eras||Mn("en")._eras;for(b=0,S=N.length;b<S;++b)switch(typeof N[b].since==="string"&&(E=e(N[b].since).startOf("day"),N[b].since=E.valueOf()),typeof N[b].until){case"undefined":N[b].until=1/0;break;case"string":E=e(N[b].until).startOf("day").valueOf(),N[b].until=E.valueOf();break}return N}function Sv(u,h,b){var S,E,N=this.eras(),J,se,be;for(u=u.toUpperCase(),S=0,E=N.length;S<E;++S)if(J=N[S].name.toUpperCase(),se=N[S].abbr.toUpperCase(),be=N[S].narrow.toUpperCase(),b)switch(h){case"N":case"NN":case"NNN":if(se===u)return N[S];break;case"NNNN":if(J===u)return N[S];break;case"NNNNN":if(be===u)return N[S];break}else if([J,se,be].indexOf(u)>=0)return N[S]}function wv(u,h){var b=u.since<=u.until?1:-1;return h===void 0?e(u.since).year():e(u.since).year()+(h-u.offset)*b}function _v(){var u,h,b,S=this.localeData().eras();for(u=0,h=S.length;u<h;++u)if(b=this.clone().startOf("day").valueOf(),S[u].since<=b&&b<=S[u].until||S[u].until<=b&&b<=S[u].since)return S[u].name;return""}function Cl(){var u,h,b,S=this.localeData().eras();for(u=0,h=S.length;u<h;++u)if(b=this.clone().startOf("day").valueOf(),S[u].since<=b&&b<=S[u].until||S[u].until<=b&&b<=S[u].since)return S[u].narrow;return""}function Bo(){var u,h,b,S=this.localeData().eras();for(u=0,h=S.length;u<h;++u)if(b=this.clone().startOf("day").valueOf(),S[u].since<=b&&b<=S[u].until||S[u].until<=b&&b<=S[u].since)return S[u].abbr;return""}function Pp(){var u,h,b,S,E=this.localeData().eras();for(u=0,h=E.length;u<h;++u)if(b=E[u].since<=E[u].until?1:-1,S=this.clone().startOf("day").valueOf(),E[u].since<=S&&S<=E[u].until||E[u].until<=S&&S<=E[u].since)return(this.year()-e(E[u].since).year())*b+E[u].offset;return this.year()}function O(u){return s(this,"_erasNameRegex")||Au.call(this),u?this._erasNameRegex:this._erasRegex}function Os(u){return s(this,"_erasAbbrRegex")||Au.call(this),u?this._erasAbbrRegex:this._erasRegex}function El(u){return s(this,"_erasNarrowRegex")||Au.call(this),u?this._erasNarrowRegex:this._erasRegex}function nr(u,h){return h.erasAbbrRegex(u)}function Me(u,h){return h.erasNameRegex(u)}function Rv(u,h){return h.erasNarrowRegex(u)}function xv(u,h){return h._eraYearOrdinalRegex||li}function Au(){var u=[],h=[],b=[],S=[],E,N,J,se,be,Ne=this.eras();for(E=0,N=Ne.length;E<N;++E)J=ln(Ne[E].name),se=ln(Ne[E].abbr),be=ln(Ne[E].narrow),h.push(J),u.push(se),b.push(be),S.push(J),S.push(se),S.push(be);this._erasRegex=new RegExp("^("+S.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+h.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+u.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+b.join("|")+")","i")}ce(0,["gg",2],0,function(){return this.weekYear()%100}),ce(0,["GG",2],0,function(){return this.isoWeekYear()%100});function dn(u,h){ce(0,[u,u.length],0,h)}dn("gggg","weekYear"),dn("ggggg","weekYear"),dn("GGGG","isoWeekYear"),dn("GGGGG","isoWeekYear"),le("G",gs),le("g",gs),le("GG",ot,Ht),le("gg",ot,Ht),le("GGGG",_o,$i),le("gggg",_o,$i),le("GGGGG",ms,Tn),le("ggggg",ms,Tn),xo(["gggg","ggggg","GGGG","GGGGG"],function(u,h,b,S){h[S.substr(0,2)]=$e(u)}),xo(["gg","GG"],function(u,h,b,S){h[S]=e.parseTwoDigitYear(u)});function Cv(u){return kp.call(this,u,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function Ev(u){return kp.call(this,u,this.isoWeek(),this.isoWeekday(),1,4)}function Ov(){return un(this.year(),1,4)}function Iv(){return un(this.isoWeekYear(),1,4)}function Pv(){var u=this.localeData()._week;return un(this.year(),u.dow,u.doy)}function Nn(){var u=this.localeData()._week;return un(this.weekYear(),u.dow,u.doy)}function kp(u,h,b,S,E){var N;return u==null?Po(this,S,E).year:(N=un(u,S,E),h>N&&(h=N),kv.call(this,u,h,b,S,E))}function kv(u,h,b,S,E){var N=nl(u,h,b,S,E),J=vs(N.year,0,N.dayOfYear);return this.year(J.getUTCFullYear()),this.month(J.getUTCMonth()),this.date(J.getUTCDate()),this}ce("Q",0,"Qo","quarter"),le("Q",Yd),Qe("Q",function(u,h){h[An]=($e(u)-1)*3});function Tv(u){return u==null?Math.ceil((this.month()+1)/3):this.month((u-1)*3+this.month()%3)}ce("D",["DD",2],"Do","date"),le("D",ot,Mi),le("DD",ot,Ht),le("Do",function(u,h){return u?h._dayOfMonthOrdinalParse||h._ordinalParse:h._dayOfMonthOrdinalParseLenient}),Qe(["D","DD"],cn),Qe("Do",function(u,h){h[cn]=$e(u.match(ot)[0])});var Tp=ys("Date",!0);ce("DDD",["DDDD",3],"DDDo","dayOfYear"),le("DDD",hs),le("DDDD",Gd),Qe(["DDD","DDDD"],function(u,h,b){b._dayOfYear=$e(u)});function Av(u){var h=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return u==null?h:this.add(u-h,"d")}ce("m",["mm",2],0,"minute"),le("m",ot,Qa),le("mm",ot,Ht),Qe(["m","mm"],Pr);var Dn=ys("Minutes",!1);ce("s",["ss",2],0,"second"),le("s",ot,Qa),le("ss",ot,Ht),Qe(["s","ss"],qn);var qv=ys("Seconds",!1);ce("S",0,0,function(){return~~(this.millisecond()/100)}),ce(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),ce(0,["SSS",3],0,"millisecond"),ce(0,["SSSS",4],0,function(){return this.millisecond()*10}),ce(0,["SSSSS",5],0,function(){return this.millisecond()*100}),ce(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),ce(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),ce(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),ce(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),le("S",hs,Yd),le("SS",hs,Ht),le("SSS",hs,Gd);var hi,Ap;for(hi="SSSS";hi.length<=9;hi+="S")le(hi,li);function $v(u,h){h[Ni]=$e(("0."+u)*1e3)}for(hi="S";hi.length<=9;hi+="S")Qe(hi,$v);Ap=ys("Milliseconds",!1),ce("z",0,0,"zoneAbbr"),ce("zz",0,0,"zoneName");function Mv(){return this._isUTC?"UTC":""}function Hi(){return this._isUTC?"Coordinated Universal Time":""}var te=V.prototype;te.add=lv,te.calendar=uv,te.clone=fv,te.diff=xp,te.endOf=Ip,te.format=ji,te.from=Sl,te.fromNow=pv,te.to=hv,te.toNow=mv,te.get=Sy,te.invalidAt=Es,te.isAfter=dv,te.isBefore=gl,te.isBetween=pi,te.isSame=yl,te.isSameOrAfter=Rp,te.isSameOrBefore=vl,te.isValid=Ho,te.lang=Lo,te.locale=Fo,te.localeData=wl,te.max=vp,te.min=yp,te.parsingFlags=xl,te.set=el,te.startOf=gv,te.subtract=xs,te.toArray=Tu,te.toObject=Cs,te.toDate=jo,te.toISOString=Cp,te.inspect=Do,typeof Symbol<"u"&&Symbol.for!=null&&(te[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),te.toJSON=Uo,te.toString=bl,te.unix=ku,te.valueOf=yv,te.creationData=vv,te.eraName=_v,te.eraNarrow=Cl,te.eraAbbr=Bo,te.eraYear=Pp,te.year=Qd,te.isLeapYear=by,te.weekYear=Cv,te.isoWeekYear=Ev,te.quarter=te.quarters=Tv,te.month=tl,te.daysInMonth=Ey,te.week=te.weeks=np,te.isoWeek=te.isoWeeks=Iy,te.weeksInYear=Pv,te.weeksInWeekYear=Nn,te.isoWeeksInYear=Ov,te.isoWeeksInISOWeekYear=Iv,te.date=Tp,te.day=te.days=Ny,te.weekday=Dy,te.isoWeekday=Fy,te.dayOfYear=Av,te.hour=te.hours=Hy,te.minute=te.minutes=Dn,te.second=te.seconds=qv,te.millisecond=te.milliseconds=Ap,te.utcOffset=wp,te.utc=nv,te.local=iv,te.parseZone=sv,te.hasAlignedHourOffset=ov,te.isDST=di,te.isLocal=G,te.isUtcOffset=W,te.isUtc=oe,te.isUTC=oe,te.zoneAbbr=Mv,te.zoneName=Hi,te.dates=_("dates accessor is deprecated. Use date instead.",Tp),te.months=_("months accessor is deprecated. Use month instead",tl),te.years=_("years accessor is deprecated. Use year instead",Qd),te.zone=_("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",rv),te.isDSTShifted=_("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",L);function Nv(u){return rt(u*1e3)}function Yr(){return rt.apply(null,arguments).parseZone()}function qp(u){return u}var We=K.prototype;We.calendar=tt,We.longDateFormat=ht,We.invalidDate=an,We.ordinal=So,We.preparse=qp,We.postformat=qp,We.relativeTime=kn,We.pastFuture=zd,We.set=$,We.eras=bv,We.erasParse=Sv,We.erasConvertYear=wv,We.erasAbbrRegex=Os,We.erasNameRegex=O,We.erasNarrowRegex=El,We.months=xy,We.monthsShort=Cy,We.monthsParse=ep,We.monthsRegex=rl,We.monthsShortRegex=tp,We.week=yu,We.firstDayOfYear=rp,We.firstDayOfWeek=bs,We.weekdays=Ay,We.weekdaysMin=$y,We.weekdaysShort=qy,We.weekdaysParse=My,We.weekdaysRegex=Ly,We.weekdaysShortRegex=dt,We.weekdaysMinRegex=at,We.isPM=Uy,We.meridiem=Nt;function Ol(u,h,b,S){var E=Mn(),N=y().set(S,h);return E[b](N,u)}function $p(u,h,b){if(f(u)&&(h=u,u=void 0),u=u||"",h!=null)return Ol(u,h,b,"month");var S,E=[];for(S=0;S<12;S++)E[S]=Ol(u,S,b,"month");return E}function qu(u,h,b,S){typeof u=="boolean"?(f(h)&&(b=h,h=void 0),h=h||""):(h=u,b=h,u=!1,f(h)&&(b=h,h=void 0),h=h||"");var E=Mn(),N=u?E._week.dow:0,J,se=[];if(b!=null)return Ol(h,(b+N)%7,S,"day");for(J=0;J<7;J++)se[J]=Ol(h,(J+N)%7,S,"day");return se}function Mp(u,h){return $p(u,h,"months")}function Np(u,h){return $p(u,h,"monthsShort")}function Dv(u,h,b){return qu(u,h,b,"weekdays")}function Fv(u,h,b){return qu(u,h,b,"weekdaysShort")}function $u(u,h,b){return qu(u,h,b,"weekdaysMin")}$n("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(u){var h=u%10,b=$e(u%100/10)===1?"th":h===1?"st":h===2?"nd":h===3?"rd":"th";return u+b}}),e.lang=_("moment.lang is deprecated. Use moment.locale instead.",$n),e.langData=_("moment.langData is deprecated. Use moment.localeData instead.",Mn);var wr=Math.abs;function Il(){var u=this._data;return this._milliseconds=wr(this._milliseconds),this._days=wr(this._days),this._months=wr(this._months),u.milliseconds=wr(u.milliseconds),u.seconds=wr(u.seconds),u.minutes=wr(u.minutes),u.hours=wr(u.hours),u.months=wr(u.months),u.years=wr(u.years),this}function Dp(u,h,b,S){var E=nt(h,b);return u._milliseconds+=S*E._milliseconds,u._days+=S*E._days,u._months+=S*E._months,u._bubble()}function Fp(u,h){return Dp(this,u,h,1)}function Lv(u,h){return Dp(this,u,h,-1)}function Gr(u){return u<0?Math.floor(u):Math.ceil(u)}function Mu(){var u=this._milliseconds,h=this._days,b=this._months,S=this._data,E,N,J,se,be;return u>=0&&h>=0&&b>=0||u<=0&&h<=0&&b<=0||(u+=Gr(ir(b)+h)*864e5,h=0,b=0),S.milliseconds=u%1e3,E=Ir(u/1e3),S.seconds=E%60,N=Ir(E/60),S.minutes=N%60,J=Ir(N/60),S.hours=J%24,h+=Ir(J/24),be=Ir(mi(h)),b+=be,h-=Gr(ir(be)),se=Ir(b/12),b%=12,S.days=h,S.months=b,S.years=se,this}function mi(u){return u*4800/146097}function ir(u){return u*146097/4800}function jv(u){if(!this.isValid())return NaN;var h,b,S=this._milliseconds;if(u=Yt(u),u==="month"||u==="quarter"||u==="year")switch(h=this._days+S/864e5,b=this._months+mi(h),u){case"month":return b;case"quarter":return b/3;case"year":return b/12}else switch(h=this._days+Math.round(ir(this._months)),u){case"week":return h/7+S/6048e5;case"day":return h+S/864e5;case"hour":return h*24+S/36e5;case"minute":return h*1440+S/6e4;case"second":return h*86400+S/1e3;case"millisecond":return Math.floor(h*864e5)+S;default:throw new Error("Unknown unit "+u)}}function pn(u){return function(){return this.as(u)}}var Nu=pn("ms"),Vo=pn("s"),gi=pn("m"),Lp=pn("h"),Uv=pn("d"),Pl=pn("w"),Hv=pn("M"),jp=pn("Q"),Vt=pn("y"),Du=Nu;function Up(){return nt(this)}function hn(u){return u=Yt(u),this.isValid()?this[u+"s"]():NaN}function Fn(u){return function(){return this.isValid()?this._data[u]:NaN}}var kl=Fn("milliseconds"),Bi=Fn("seconds"),Hp=Fn("minutes"),Qt=Fn("hours"),Fu=Fn("days"),Bv=Fn("months"),Vv=Fn("years");function Wv(){return Ir(this.days()/7)}var Kr=Math.round,Is={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Wo(u,h,b,S,E){return E.relativeTime(h||1,!!b,u,S)}function Bp(u,h,b,S){var E=nt(u).abs(),N=Kr(E.as("s")),J=Kr(E.as("m")),se=Kr(E.as("h")),be=Kr(E.as("d")),Ne=Kr(E.as("M")),Dt=Kr(E.as("w")),Ln=Kr(E.as("y")),jn=N<=b.ss&&["s",N]||N<b.s&&["ss",N]||J<=1&&["m"]||J<b.m&&["mm",J]||se<=1&&["h"]||se<b.h&&["hh",se]||be<=1&&["d"]||be<b.d&&["dd",be];return b.w!=null&&(jn=jn||Dt<=1&&["w"]||Dt<b.w&&["ww",Dt]),jn=jn||Ne<=1&&["M"]||Ne<b.M&&["MM",Ne]||Ln<=1&&["y"]||["yy",Ln],jn[2]=h,jn[3]=+u>0,jn[4]=S,Wo.apply(null,jn)}function zv(u){return u===void 0?Kr:typeof u=="function"?(Kr=u,!0):!1}function Jv(u,h){return Is[u]===void 0?!1:h===void 0?Is[u]:(Is[u]=h,u==="s"&&(Is.ss=h-1),!0)}function zo(u,h){if(!this.isValid())return this.localeData().invalidDate();var b=!1,S=Is,E,N;return typeof u=="object"&&(h=u,u=!1),typeof u=="boolean"&&(b=u),typeof h=="object"&&(S=Object.assign({},Is,h),h.s!=null&&h.ss==null&&(S.ss=h.s-1)),E=this.localeData(),N=Bp(this,!b,S,E),b&&(N=E.pastFuture(+this,N)),E.postformat(N)}var Lu=Math.abs;function Ps(u){return(u>0)-(u<0)||+u}function ks(){if(!this.isValid())return this.localeData().invalidDate();var u=Lu(this._milliseconds)/1e3,h=Lu(this._days),b=Lu(this._months),S,E,N,J,se=this.asSeconds(),be,Ne,Dt,Ln;return se?(S=Ir(u/60),E=Ir(S/60),u%=60,S%=60,N=Ir(b/12),b%=12,J=u?u.toFixed(3).replace(/\.?0+$/,""):"",be=se<0?"-":"",Ne=Ps(this._months)!==Ps(se)?"-":"",Dt=Ps(this._days)!==Ps(se)?"-":"",Ln=Ps(this._milliseconds)!==Ps(se)?"-":"",be+"P"+(N?Ne+N+"Y":"")+(b?Ne+b+"M":"")+(h?Dt+h+"D":"")+(E||S||u?"T":"")+(E?Ln+E+"H":"")+(S?Ln+S+"M":"")+(u?Ln+J+"S":"")):"P0D"}var Le=Rs.prototype;Le.isValid=Xy,Le.abs=Il,Le.add=Fp,Le.subtract=Lv,Le.as=jv,Le.asMilliseconds=Nu,Le.asSeconds=Vo,Le.asMinutes=gi,Le.asHours=Lp,Le.asDays=Uv,Le.asWeeks=Pl,Le.asMonths=Hv,Le.asQuarters=jp,Le.asYears=Vt,Le.valueOf=Du,Le._bubble=Mu,Le.clone=Up,Le.get=hn,Le.milliseconds=kl,Le.seconds=Bi,Le.minutes=Hp,Le.hours=Qt,Le.days=Fu,Le.weeks=Wv,Le.months=Bv,Le.years=Vv,Le.humanize=zo,Le.toISOString=ks,Le.toString=ks,Le.toJSON=ks,Le.locale=Fo,Le.localeData=wl,Le.toIsoString=_("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ks),Le.lang=Lo,ce("X",0,0,"unix"),ce("x",0,0,"valueOf"),le("x",gs),le("X",my),Qe("X",function(u,h,b){b._d=new Date(parseFloat(u)*1e3)}),Qe("x",function(u,h,b){b._d=new Date($e(u))});return e.version="2.30.1",r(rt),e.fn=te,e.min=Ky,e.max=Qy,e.now=Zy,e.utc=y,e.unix=Nv,e.months=Mp,e.isDate=d,e.locale=$n,e.invalid=A,e.duration=nt,e.isMoment=X,e.weekdays=Dv,e.parseZone=Yr,e.localeData=Mn,e.isDuration=qo,e.monthsShort=Np,e.weekdaysMin=$u,e.defineLocale=ol,e.updateLocale=gr,e.locales=yr,e.weekdaysShort=Fv,e.normalizeUnits=Yt,e.relativeTimeRounding=zv,e.relativeTimeThreshold=Jv,e.calendarFormat=ml,e.prototype=te,e.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},e}))});var hE=F((pE,Eh)=>{(function(t,e){typeof define=="function"&&define.amd?define([],e):typeof Eh<"u"&&Eh.exports?Eh.exports=e():t.tv4=e()})(pE,function(){Object.keys||(Object.keys=(function(){var T=Object.prototype.hasOwnProperty,_=!{toString:null}.propertyIsEnumerable("toString"),k=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],M=k.length;return function(j){if(typeof j!="object"&&typeof j!="function"||j===null)throw new TypeError("Object.keys called on non-object");var $=[];for(var Y in j)T.call(j,Y)&&$.push(Y);if(_)for(var K=0;K<M;K++)T.call(j,k[K])&&$.push(k[K]);return $}})()),Object.create||(Object.create=(function(){function T(){}return function(_){if(arguments.length!==1)throw new Error("Object.create implementation only accepts one parameter.");return T.prototype=_,new T}})()),Array.isArray||(Array.isArray=function(T){return Object.prototype.toString.call(T)==="[object Array]"}),Array.prototype.indexOf||(Array.prototype.indexOf=function(T){if(this===null)throw new TypeError;var _=Object(this),k=_.length>>>0;if(k===0)return-1;var M=0;if(arguments.length>1&&(M=Number(arguments[1]),M!==M?M=0:M!==0&&M!==1/0&&M!==-1/0&&(M=(M>0||-1)*Math.floor(Math.abs(M)))),M>=k)return-1;for(var j=M>=0?M:Math.max(k-Math.abs(M),0);j<k;j++)if(j in _&&_[j]===T)return j;return-1}),Object.isFrozen||(Object.isFrozen=function(T){for(var _="tv4_test_frozen_key";T.hasOwnProperty(_);)_+=Math.random();try{return T[_]=!0,delete T[_],!1}catch{return!0}});var t={"+":!0,"#":!0,".":!0,"/":!0,";":!0,"?":!0,"&":!0},e={"*":!0};function r(T){return encodeURI(T).replace(/%25[0-9][0-9]/g,function(_){return"%"+_.substring(3)})}function n(T){var _="";t[T.charAt(0)]&&(_=T.charAt(0),T=T.substring(1));var k="",M="",j=!0,$=!1,Y=!1;_==="+"?j=!1:_==="."?(M=".",k="."):_==="/"?(M="/",k="/"):_==="#"?(M="#",j=!1):_===";"?(M=";",k=";",$=!0,Y=!0):_==="?"?(M="?",k="&",$=!0):_==="&"&&(M="&",k="&",$=!0);for(var K=[],ne=T.split(","),ue=[],tt={},Re=0;Re<ne.length;Re++){var me=ne[Re],Ee=null;if(me.indexOf(":")!==-1){var vt=me.split(":");me=vt[0],Ee=parseInt(vt[1],10)}for(var Ot={};e[me.charAt(me.length-1)];)Ot[me.charAt(me.length-1)]=!0,me=me.substring(0,me.length-1);var ce={truncate:Ee,name:me,suffices:Ot};ue.push(ce),tt[me]=ce,K.push(me)}var hr=function(ai){for(var Rt="",Jr=0,Or=0;Or<ue.length;Or++){var ht=ue[Or],mt=ai(ht.name);if(mt==null||Array.isArray(mt)&&mt.length===0||typeof mt=="object"&&Object.keys(mt).length===0){Jr++;continue}if(Or===Jr?Rt+=M:Rt+=k||",",Array.isArray(mt)){$&&(Rt+=ht.name+"=");for(var an=0;an<mt.length;an++)an>0&&(Rt+=ht.suffices["*"]&&k||",",ht.suffices["*"]&&$&&(Rt+=ht.name+"=")),Rt+=j?encodeURIComponent(mt[an]).replace(/!/g,"%21"):r(mt[an])}else if(typeof mt=="object"){$&&!ht.suffices["*"]&&(Rt+=ht.name+"=");var bo=!0;for(var Jt in mt)bo||(Rt+=ht.suffices["*"]&&k||","),bo=!1,Rt+=j?encodeURIComponent(Jt).replace(/!/g,"%21"):r(Jt),Rt+=ht.suffices["*"]?"=":",",Rt+=j?encodeURIComponent(mt[Jt]).replace(/!/g,"%21"):r(mt[Jt])}else $&&(Rt+=ht.name,(!Y||mt!=="")&&(Rt+="=")),ht.truncate!=null&&(mt=mt.substring(0,ht.truncate)),Rt+=j?encodeURIComponent(mt).replace(/!/g,"%21"):r(mt)}return Rt};return hr.varNames=K,{prefix:M,substitution:hr}}function i(T){if(!(this instanceof i))return new i(T);for(var _=T.split("{"),k=[_.shift()],M=[],j=[],$=[];_.length>0;){var Y=_.shift(),K=Y.split("}")[0],ne=Y.substring(K.length+1),ue=n(K);j.push(ue.substitution),M.push(ue.prefix),k.push(ne),$=$.concat(ue.substitution.varNames)}this.fill=function(tt){for(var Re=k[0],me=0;me<j.length;me++){var Ee=j[me];Re+=Ee(tt),Re+=k[me+1]}return Re},this.varNames=$,this.template=T}i.prototype={toString:function(){return this.template},fillFromObject:function(T){return this.fill(function(_){return T[_]})}};var s=function(_,k,M,j,$){if(this.missing=[],this.missingMap={},this.formatValidators=_?Object.create(_.formatValidators):{},this.schemas=_?Object.create(_.schemas):{},this.collectMultiple=k,this.errors=[],this.handleError=k?this.collectError:this.returnError,j&&(this.checkRecursive=!0,this.scanned=[],this.scannedFrozen=[],this.scannedFrozenSchemas=[],this.scannedFrozenValidationErrors=[],this.validatedSchemasKey="tv4_validation_id",this.validationErrorsKey="tv4_validation_errors_id"),$&&(this.trackUnknownProperties=!0,this.knownPropertyPaths={},this.unknownPropertyPaths={}),this.errorReporter=M||w("en"),typeof this.errorReporter=="string")throw new Error("debug");if(this.definedKeywords={},_)for(var Y in _.definedKeywords)this.definedKeywords[Y]=_.definedKeywords[Y].slice(0)};s.prototype.defineKeyword=function(T,_){this.definedKeywords[T]=this.definedKeywords[T]||[],this.definedKeywords[T].push(_)},s.prototype.createError=function(T,_,k,M,j,$,Y){var K=new U(T,_,k,M,j);return K.message=this.errorReporter(K,$,Y),K},s.prototype.returnError=function(T){return T},s.prototype.collectError=function(T){return T&&this.errors.push(T),null},s.prototype.prefixErrors=function(T,_,k){for(var M=T;M<this.errors.length;M++)this.errors[M]=this.errors[M].prefixWith(_,k);return this},s.prototype.banUnknownProperties=function(T,_){for(var k in this.unknownPropertyPaths){var M=this.createError(C.UNKNOWN_PROPERTY,{path:k},k,"",null,T,_),j=this.handleError(M);if(j)return j}return null},s.prototype.addFormat=function(T,_){if(typeof T=="object"){for(var k in T)this.addFormat(k,T[k]);return this}this.formatValidators[T]=_},s.prototype.resolveRefs=function(T,_){if(T.$ref!==void 0){if(_=_||{},_[T.$ref])return this.createError(C.CIRCULAR_REFERENCE,{urls:Object.keys(_).join(", ")},"","",null,void 0,T);_[T.$ref]=!0,T=this.getSchema(T.$ref,_)}return T},s.prototype.getSchema=function(T,_){var k;if(this.schemas[T]!==void 0)return k=this.schemas[T],this.resolveRefs(k,_);var M=T,j="";if(T.indexOf("#")!==-1&&(j=T.substring(T.indexOf("#")+1),M=T.substring(0,T.indexOf("#"))),typeof this.schemas[M]=="object"){k=this.schemas[M];var $=decodeURIComponent(j);if($==="")return this.resolveRefs(k,_);if($.charAt(0)!=="/")return;for(var Y=$.split("/").slice(1),K=0;K<Y.length;K++){var ne=Y[K].replace(/~1/g,"/").replace(/~0/g,"~");if(k[ne]===void 0){k=void 0;break}k=k[ne]}if(k!==void 0)return this.resolveRefs(k,_)}this.missing[M]===void 0&&(this.missing.push(M),this.missing[M]=M,this.missingMap[M]=M)},s.prototype.searchSchemas=function(T,_){if(Array.isArray(T))for(var k=0;k<T.length;k++)this.searchSchemas(T[k],_);else if(T&&typeof T=="object"){typeof T.id=="string"&&B(_,T.id)&&this.schemas[T.id]===void 0&&(this.schemas[T.id]=T);for(var M in T)if(M!=="enum"){if(typeof T[M]=="object")this.searchSchemas(T[M],_);else if(M==="$ref"){var j=g(T[M]);j&&this.schemas[j]===void 0&&this.missingMap[j]===void 0&&(this.missingMap[j]=j)}}}},s.prototype.addSchema=function(T,_){if(typeof T!="string"||typeof _>"u")if(typeof T=="object"&&typeof T.id=="string")_=T,T=_.id;else return;T===g(T)+"#"&&(T=g(T)),this.schemas[T]=_,delete this.missingMap[T],y(_,T),this.searchSchemas(_,T)},s.prototype.getSchemaMap=function(){var T={};for(var _ in this.schemas)T[_]=this.schemas[_];return T},s.prototype.getSchemaUris=function(T){var _=[];for(var k in this.schemas)(!T||T.test(k))&&_.push(k);return _},s.prototype.getMissingUris=function(T){var _=[];for(var k in this.missingMap)(!T||T.test(k))&&_.push(k);return _},s.prototype.dropSchemas=function(){this.schemas={},this.reset()},s.prototype.reset=function(){this.missing=[],this.missingMap={},this.errors=[]},s.prototype.validateAll=function(T,_,k,M,j){var $;if(_=this.resolveRefs(_),_){if(_ instanceof U)return this.errors.push(_),_}else return null;var Y=this.errors.length,K,ne=null,ue=null;if(this.checkRecursive&&T&&typeof T=="object"){if($=!this.scanned.length,T[this.validatedSchemasKey]){var tt=T[this.validatedSchemasKey].indexOf(_);if(tt!==-1)return this.errors=this.errors.concat(T[this.validationErrorsKey][tt]),null}if(Object.isFrozen(T)&&(K=this.scannedFrozen.indexOf(T),K!==-1)){var Re=this.scannedFrozenSchemas[K].indexOf(_);if(Re!==-1)return this.errors=this.errors.concat(this.scannedFrozenValidationErrors[K][Re]),null}if(this.scanned.push(T),Object.isFrozen(T))K===-1&&(K=this.scannedFrozen.length,this.scannedFrozen.push(T),this.scannedFrozenSchemas.push([])),ne=this.scannedFrozenSchemas[K].length,this.scannedFrozenSchemas[K][ne]=_,this.scannedFrozenValidationErrors[K][ne]=[];else{if(!T[this.validatedSchemasKey])try{Object.defineProperty(T,this.validatedSchemasKey,{value:[],configurable:!0}),Object.defineProperty(T,this.validationErrorsKey,{value:[],configurable:!0})}catch{T[this.validatedSchemasKey]=[],T[this.validationErrorsKey]=[]}ue=T[this.validatedSchemasKey].length,T[this.validatedSchemasKey][ue]=_,T[this.validationErrorsKey][ue]=[]}}var me=this.errors.length,Ee=this.validateBasic(T,_,j)||this.validateNumeric(T,_,j)||this.validateString(T,_,j)||this.validateArray(T,_,j)||this.validateObject(T,_,j)||this.validateCombinations(T,_,j)||this.validateHypermedia(T,_,j)||this.validateFormat(T,_,j)||this.validateDefinedKeywords(T,_,j)||null;if($){for(;this.scanned.length;){var vt=this.scanned.pop();delete vt[this.validatedSchemasKey]}this.scannedFrozen=[],this.scannedFrozenSchemas=[]}if(Ee||me!==this.errors.length)for(;k&&k.length||M&&M.length;){var Ot=k&&k.length?""+k.pop():null,ce=M&&M.length?""+M.pop():null;Ee&&(Ee=Ee.prefixWith(Ot,ce)),this.prefixErrors(me,Ot,ce)}return ne!==null?this.scannedFrozenValidationErrors[K][ne]=this.errors.slice(Y):ue!==null&&(T[this.validationErrorsKey][ue]=this.errors.slice(Y)),this.handleError(Ee)},s.prototype.validateFormat=function(T,_){if(typeof _.format!="string"||!this.formatValidators[_.format])return null;var k=this.formatValidators[_.format].call(null,T,_);return typeof k=="string"||typeof k=="number"?this.createError(C.FORMAT_CUSTOM,{message:k},"","/format",null,T,_):k&&typeof k=="object"?this.createError(C.FORMAT_CUSTOM,{message:k.message||"?"},k.dataPath||"",k.schemaPath||"/format",null,T,_):null},s.prototype.validateDefinedKeywords=function(T,_,k){for(var M in this.definedKeywords)if(!(typeof _[M]>"u"))for(var j=this.definedKeywords[M],$=0;$<j.length;$++){var Y=j[$],K=Y(T,_[M],_,k);if(typeof K=="string"||typeof K=="number")return this.createError(C.KEYWORD_CUSTOM,{key:M,message:K},"","",null,T,_).prefixWith(null,M);if(K&&typeof K=="object"){var ne=K.code;if(typeof ne=="string"){if(!C[ne])throw new Error("Undefined error code (use defineError): "+ne);ne=C[ne]}else typeof ne!="number"&&(ne=C.KEYWORD_CUSTOM);var ue=typeof K.message=="object"?K.message:{key:M,message:K.message||"?"},tt=K.schemaPath||"/"+M.replace(/~/g,"~0").replace(/\//g,"~1");return this.createError(ne,ue,K.dataPath||null,tt,null,T,_)}}return null};function o(T,_){if(T===_)return!0;if(T&&_&&typeof T=="object"&&typeof _=="object"){if(Array.isArray(T)!==Array.isArray(_))return!1;if(Array.isArray(T)){if(T.length!==_.length)return!1;for(var k=0;k<T.length;k++)if(!o(T[k],_[k]))return!1}else{var M;for(M in T)if(_[M]===void 0&&T[M]!==void 0)return!1;for(M in _)if(T[M]===void 0&&_[M]!==void 0)return!1;for(M in T)if(!o(T[M],_[M]))return!1}return!0}return!1}s.prototype.validateBasic=function(_,k,M){var j;return(j=this.validateType(_,k,M))||(j=this.validateEnum(_,k,M))?j.prefixWith(null,"type"):null},s.prototype.validateType=function(_,k){if(k.type===void 0)return null;var M=typeof _;_===null?M="null":Array.isArray(_)&&(M="array");var j=k.type;Array.isArray(j)||(j=[j]);for(var $=0;$<j.length;$++){var Y=j[$];if(Y===M||Y==="integer"&&M==="number"&&_%1===0)return null}return this.createError(C.INVALID_TYPE,{type:M,expected:j.join("/")},"","",null,_,k)},s.prototype.validateEnum=function(_,k){if(k.enum===void 0)return null;for(var M=0;M<k.enum.length;M++){var j=k.enum[M];if(o(_,j))return null}return this.createError(C.ENUM_MISMATCH,{value:typeof JSON<"u"?JSON.stringify(_):_},"","",null,_,k)},s.prototype.validateNumeric=function(_,k,M){return this.validateMultipleOf(_,k,M)||this.validateMinMax(_,k,M)||this.validateNaN(_,k,M)||null};var l=Math.pow(2,-51),f=1-l;s.prototype.validateMultipleOf=function(_,k){var M=k.multipleOf||k.divisibleBy;if(M===void 0)return null;if(typeof _=="number"){var j=_/M%1;if(j>=l&&j<f)return this.createError(C.NUMBER_MULTIPLE_OF,{value:_,multipleOf:M},"","",null,_,k)}return null},s.prototype.validateMinMax=function(_,k){if(typeof _!="number")return null;if(k.minimum!==void 0){if(_<k.minimum)return this.createError(C.NUMBER_MINIMUM,{value:_,minimum:k.minimum},"","/minimum",null,_,k);if(k.exclusiveMinimum&&_===k.minimum)return this.createError(C.NUMBER_MINIMUM_EXCLUSIVE,{value:_,minimum:k.minimum},"","/exclusiveMinimum",null,_,k)}if(k.maximum!==void 0){if(_>k.maximum)return this.createError(C.NUMBER_MAXIMUM,{value:_,maximum:k.maximum},"","/maximum",null,_,k);if(k.exclusiveMaximum&&_===k.maximum)return this.createError(C.NUMBER_MAXIMUM_EXCLUSIVE,{value:_,maximum:k.maximum},"","/exclusiveMaximum",null,_,k)}return null},s.prototype.validateNaN=function(_,k){return typeof _!="number"?null:isNaN(_)===!0||_===1/0||_===-1/0?this.createError(C.NUMBER_NOT_A_NUMBER,{value:_},"","/type",null,_,k):null},s.prototype.validateString=function(_,k,M){return this.validateStringLength(_,k,M)||this.validateStringPattern(_,k,M)||null},s.prototype.validateStringLength=function(_,k){return typeof _!="string"?null:k.minLength!==void 0&&_.length<k.minLength?this.createError(C.STRING_LENGTH_SHORT,{length:_.length,minimum:k.minLength},"","/minLength",null,_,k):k.maxLength!==void 0&&_.length>k.maxLength?this.createError(C.STRING_LENGTH_LONG,{length:_.length,maximum:k.maxLength},"","/maxLength",null,_,k):null},s.prototype.validateStringPattern=function(_,k){if(typeof _!="string"||typeof k.pattern!="string"&&!(k.pattern instanceof RegExp))return null;var M;if(k.pattern instanceof RegExp)M=k.pattern;else{var j,$="",Y=k.pattern.match(/^\/(.+)\/([img]*)$/);Y?(j=Y[1],$=Y[2]):j=k.pattern,M=new RegExp(j,$)}return M.test(_)?null:this.createError(C.STRING_PATTERN,{pattern:k.pattern},"","/pattern",null,_,k)},s.prototype.validateArray=function(_,k,M){return Array.isArray(_)&&(this.validateArrayLength(_,k,M)||this.validateArrayUniqueItems(_,k,M)||this.validateArrayItems(_,k,M))||null},s.prototype.validateArrayLength=function(_,k){var M;return k.minItems!==void 0&&_.length<k.minItems&&(M=this.createError(C.ARRAY_LENGTH_SHORT,{length:_.length,minimum:k.minItems},"","/minItems",null,_,k),this.handleError(M))||k.maxItems!==void 0&&_.length>k.maxItems&&(M=this.createError(C.ARRAY_LENGTH_LONG,{length:_.length,maximum:k.maxItems},"","/maxItems",null,_,k),this.handleError(M))?M:null},s.prototype.validateArrayUniqueItems=function(_,k){if(k.uniqueItems){for(var M=0;M<_.length;M++)for(var j=M+1;j<_.length;j++)if(o(_[M],_[j])){var $=this.createError(C.ARRAY_UNIQUE,{match1:M,match2:j},"","/uniqueItems",null,_,k);if(this.handleError($))return $}}return null},s.prototype.validateArrayItems=function(_,k,M){if(k.items===void 0)return null;var j,$;if(Array.isArray(k.items)){for($=0;$<_.length;$++)if($<k.items.length){if(j=this.validateAll(_[$],k.items[$],[$],["items",$],M+"/"+$))return j}else if(k.additionalItems!==void 0){if(typeof k.additionalItems=="boolean"){if(!k.additionalItems&&(j=this.createError(C.ARRAY_ADDITIONAL_ITEMS,{},"/"+$,"/additionalItems",null,_,k),this.handleError(j)))return j}else if(j=this.validateAll(_[$],k.additionalItems,[$],["additionalItems"],M+"/"+$))return j}}else for($=0;$<_.length;$++)if(j=this.validateAll(_[$],k.items,[$],["items"],M+"/"+$))return j;return null},s.prototype.validateObject=function(_,k,M){return typeof _!="object"||_===null||Array.isArray(_)?null:this.validateObjectMinMaxProperties(_,k,M)||this.validateObjectRequiredProperties(_,k,M)||this.validateObjectProperties(_,k,M)||this.validateObjectDependencies(_,k,M)||null},s.prototype.validateObjectMinMaxProperties=function(_,k){var M=Object.keys(_),j;return k.minProperties!==void 0&&M.length<k.minProperties&&(j=this.createError(C.OBJECT_PROPERTIES_MINIMUM,{propertyCount:M.length,minimum:k.minProperties},"","/minProperties",null,_,k),this.handleError(j))||k.maxProperties!==void 0&&M.length>k.maxProperties&&(j=this.createError(C.OBJECT_PROPERTIES_MAXIMUM,{propertyCount:M.length,maximum:k.maxProperties},"","/maxProperties",null,_,k),this.handleError(j))?j:null},s.prototype.validateObjectRequiredProperties=function(_,k){if(k.required!==void 0)for(var M=0;M<k.required.length;M++){var j=k.required[M];if(_[j]===void 0){var $=this.createError(C.OBJECT_REQUIRED,{key:j},"","/required/"+M,null,_,k);if(this.handleError($))return $}}return null},s.prototype.validateObjectProperties=function(_,k,M){var j;for(var $ in _){var Y=M+"/"+$.replace(/~/g,"~0").replace(/\//g,"~1"),K=!1;if(k.properties!==void 0&&k.properties[$]!==void 0&&(K=!0,j=this.validateAll(_[$],k.properties[$],[$],["properties",$],Y)))return j;if(k.patternProperties!==void 0)for(var ne in k.patternProperties){var ue=new RegExp(ne);if(ue.test($)&&(K=!0,j=this.validateAll(_[$],k.patternProperties[ne],[$],["patternProperties",ne],Y)))return j}if(K)this.trackUnknownProperties&&(this.knownPropertyPaths[Y]=!0,delete this.unknownPropertyPaths[Y]);else if(k.additionalProperties!==void 0){if(this.trackUnknownProperties&&(this.knownPropertyPaths[Y]=!0,delete this.unknownPropertyPaths[Y]),typeof k.additionalProperties=="boolean"){if(!k.additionalProperties&&(j=this.createError(C.OBJECT_ADDITIONAL_PROPERTIES,{key:$},"","/additionalProperties",null,_,k).prefixWith($,null),this.handleError(j)))return j}else if(j=this.validateAll(_[$],k.additionalProperties,[$],["additionalProperties"],Y))return j}else this.trackUnknownProperties&&!this.knownPropertyPaths[Y]&&(this.unknownPropertyPaths[Y]=!0)}return null},s.prototype.validateObjectDependencies=function(_,k,M){var j;if(k.dependencies!==void 0){for(var $ in k.dependencies)if(_[$]!==void 0){var Y=k.dependencies[$];if(typeof Y=="string"){if(_[Y]===void 0&&(j=this.createError(C.OBJECT_DEPENDENCY_KEY,{key:$,missing:Y},"","",null,_,k).prefixWith(null,$).prefixWith(null,"dependencies"),this.handleError(j)))return j}else if(Array.isArray(Y))for(var K=0;K<Y.length;K++){var ne=Y[K];if(_[ne]===void 0&&(j=this.createError(C.OBJECT_DEPENDENCY_KEY,{key:$,missing:ne},"","/"+K,null,_,k).prefixWith(null,$).prefixWith(null,"dependencies"),this.handleError(j)))return j}else if(j=this.validateAll(_,Y,[],["dependencies",$],M))return j}}return null},s.prototype.validateCombinations=function(_,k,M){return this.validateAllOf(_,k,M)||this.validateAnyOf(_,k,M)||this.validateOneOf(_,k,M)||this.validateNot(_,k,M)||null},s.prototype.validateAllOf=function(_,k,M){if(k.allOf===void 0)return null;for(var j,$=0;$<k.allOf.length;$++){var Y=k.allOf[$];if(j=this.validateAll(_,Y,[],["allOf",$],M))return j}return null},s.prototype.validateAnyOf=function(_,k,M){if(k.anyOf===void 0)return null;var j=[],$=this.errors.length,Y,K;this.trackUnknownProperties&&(Y=this.unknownPropertyPaths,K=this.knownPropertyPaths);for(var ne=!0,ue=0;ue<k.anyOf.length;ue++){this.trackUnknownProperties&&(this.unknownPropertyPaths={},this.knownPropertyPaths={});var tt=k.anyOf[ue],Re=this.errors.length,me=this.validateAll(_,tt,[],["anyOf",ue],M);if(me===null&&Re===this.errors.length){if(this.errors=this.errors.slice(0,$),this.trackUnknownProperties){for(var Ee in this.knownPropertyPaths)K[Ee]=!0,delete Y[Ee];for(var vt in this.unknownPropertyPaths)K[vt]||(Y[vt]=!0);ne=!1;continue}return null}me&&j.push(me.prefixWith(null,""+ue).prefixWith(null,"anyOf"))}if(this.trackUnknownProperties&&(this.unknownPropertyPaths=Y,this.knownPropertyPaths=K),ne)return j=j.concat(this.errors.slice($)),this.errors=this.errors.slice(0,$),this.createError(C.ANY_OF_MISSING,{},"","/anyOf",j,_,k)},s.prototype.validateOneOf=function(_,k,M){if(k.oneOf===void 0)return null;var j=null,$=[],Y=this.errors.length,K,ne;this.trackUnknownProperties&&(K=this.unknownPropertyPaths,ne=this.knownPropertyPaths);for(var ue=0;ue<k.oneOf.length;ue++){this.trackUnknownProperties&&(this.unknownPropertyPaths={},this.knownPropertyPaths={});var tt=k.oneOf[ue],Re=this.errors.length,me=this.validateAll(_,tt,[],["oneOf",ue],M);if(me===null&&Re===this.errors.length){if(j===null)j=ue;else return this.errors=this.errors.slice(0,Y),this.createError(C.ONE_OF_MULTIPLE,{index1:j,index2:ue},"","/oneOf",null,_,k);if(this.trackUnknownProperties){for(var Ee in this.knownPropertyPaths)ne[Ee]=!0,delete K[Ee];for(var vt in this.unknownPropertyPaths)ne[vt]||(K[vt]=!0)}}else me&&$.push(me)}return this.trackUnknownProperties&&(this.unknownPropertyPaths=K,this.knownPropertyPaths=ne),j===null?($=$.concat(this.errors.slice(Y)),this.errors=this.errors.slice(0,Y),this.createError(C.ONE_OF_MISSING,{},"","/oneOf",$,_,k)):(this.errors=this.errors.slice(0,Y),null)},s.prototype.validateNot=function(_,k,M){if(k.not===void 0)return null;var j=this.errors.length,$,Y;this.trackUnknownProperties&&($=this.unknownPropertyPaths,Y=this.knownPropertyPaths,this.unknownPropertyPaths={},this.knownPropertyPaths={});var K=this.validateAll(_,k.not,null,null,M),ne=this.errors.slice(j);return this.errors=this.errors.slice(0,j),this.trackUnknownProperties&&(this.unknownPropertyPaths=$,this.knownPropertyPaths=Y),K===null&&ne.length===0?this.createError(C.NOT_PASSED,{},"","/not",null,_,k):null},s.prototype.validateHypermedia=function(_,k,M){if(!k.links)return null;for(var j,$=0;$<k.links.length;$++){var Y=k.links[$];if(Y.rel==="describedby"){for(var K=new i(Y.href),ne=!0,ue=0;ue<K.varNames.length;ue++)if(!(K.varNames[ue]in _)){ne=!1;break}if(ne){var tt=K.fillFromObject(_),Re={$ref:tt};if(j=this.validateAll(_,Re,[],["links",$],M))return j}}}};function d(T){var _=String(T).replace(/^\s+|\s+$/g,"").match(/^([^:\/?#]+:)?(\/\/(?:[^:@]*(?::[^:@]*)?@)?(([^:\/?#]*)(?::(\d*))?))?([^?#]*)(\?[^#]*)?(#[\s\S]*)?/);return _?{href:_[0]||"",protocol:_[1]||"",authority:_[2]||"",host:_[3]||"",hostname:_[4]||"",port:_[5]||"",pathname:_[6]||"",search:_[7]||"",hash:_[8]||""}:null}function m(T,_){function k(M){var j=[];return M.replace(/^(\.\.?(\/|$))+/,"").replace(/\/(\.(\/|$))+/g,"/").replace(/\/\.\.$/,"/../").replace(/\/?[^\/]*/g,function($){$==="/.."?j.pop():j.push($)}),j.join("").replace(/^\//,M.charAt(0)==="/"?"/":"")}return _=d(_||""),T=d(T||""),!_||!T?null:(_.protocol||T.protocol)+(_.protocol||_.authority?_.authority:T.authority)+k(_.protocol||_.authority||_.pathname.charAt(0)==="/"?_.pathname:_.pathname?(T.authority&&!T.pathname?"/":"")+T.pathname.slice(0,T.pathname.lastIndexOf("/")+1)+_.pathname:T.pathname)+(_.protocol||_.authority||_.pathname?_.search:_.search||T.search)+_.hash}function g(T){return T.split("#")[0]}function y(T,_){if(T&&typeof T=="object")if(_===void 0?_=T.id:typeof T.id=="string"&&(_=m(_,T.id),T.id=_),Array.isArray(T))for(var k=0;k<T.length;k++)y(T[k],_);else{typeof T.$ref=="string"&&(T.$ref=m(_,T.$ref));for(var M in T)M!=="enum"&&y(T[M],_)}}function w(T){T=T||"en";var _=z[T];return function(k){var M=_[k.code]||A[k.code];if(typeof M!="string")return"Unknown error code "+k.code+": "+JSON.stringify(k.messageParams);var j=k.params;return M.replace(/\{([^{}]*)\}/g,function($,Y){var K=j[Y];return typeof K=="string"||typeof K=="number"?K:$})}}var C={INVALID_TYPE:0,ENUM_MISMATCH:1,ANY_OF_MISSING:10,ONE_OF_MISSING:11,ONE_OF_MULTIPLE:12,NOT_PASSED:13,NUMBER_MULTIPLE_OF:100,NUMBER_MINIMUM:101,NUMBER_MINIMUM_EXCLUSIVE:102,NUMBER_MAXIMUM:103,NUMBER_MAXIMUM_EXCLUSIVE:104,NUMBER_NOT_A_NUMBER:105,STRING_LENGTH_SHORT:200,STRING_LENGTH_LONG:201,STRING_PATTERN:202,OBJECT_PROPERTIES_MINIMUM:300,OBJECT_PROPERTIES_MAXIMUM:301,OBJECT_REQUIRED:302,OBJECT_ADDITIONAL_PROPERTIES:303,OBJECT_DEPENDENCY_KEY:304,ARRAY_LENGTH_SHORT:400,ARRAY_LENGTH_LONG:401,ARRAY_UNIQUE:402,ARRAY_ADDITIONAL_ITEMS:403,FORMAT_CUSTOM:500,KEYWORD_CUSTOM:501,CIRCULAR_REFERENCE:600,UNKNOWN_PROPERTY:1e3},R={};for(var P in C)R[C[P]]=P;var A={INVALID_TYPE:"Invalid type: {type} (expected {expected})",ENUM_MISMATCH:"No enum match for: {value}",ANY_OF_MISSING:'Data does not match any schemas from "anyOf"',ONE_OF_MISSING:'Data does not match any schemas from "oneOf"',ONE_OF_MULTIPLE:'Data is valid against more than one schema from "oneOf": indices {index1} and {index2}',NOT_PASSED:'Data matches schema from "not"',NUMBER_MULTIPLE_OF:"Value {value} is not a multiple of {multipleOf}",NUMBER_MINIMUM:"Value {value} is less than minimum {minimum}",NUMBER_MINIMUM_EXCLUSIVE:"Value {value} is equal to exclusive minimum {minimum}",NUMBER_MAXIMUM:"Value {value} is greater than maximum {maximum}",NUMBER_MAXIMUM_EXCLUSIVE:"Value {value} is equal to exclusive maximum {maximum}",NUMBER_NOT_A_NUMBER:"Value {value} is not a valid number",STRING_LENGTH_SHORT:"String is too short ({length} chars), minimum {minimum}",STRING_LENGTH_LONG:"String is too long ({length} chars), maximum {maximum}",STRING_PATTERN:"String does not match pattern: {pattern}",OBJECT_PROPERTIES_MINIMUM:"Too few properties defined ({propertyCount}), minimum {minimum}",OBJECT_PROPERTIES_MAXIMUM:"Too many properties defined ({propertyCount}), maximum {maximum}",OBJECT_REQUIRED:"Missing required property: {key}",OBJECT_ADDITIONAL_PROPERTIES:"Additional properties not allowed",OBJECT_DEPENDENCY_KEY:"Dependency failed - key must exist: {missing} (due to key: {key})",ARRAY_LENGTH_SHORT:"Array is too short ({length}), minimum {minimum}",ARRAY_LENGTH_LONG:"Array is too long ({length}), maximum {maximum}",ARRAY_UNIQUE:"Array items are not unique (indices {match1} and {match2})",ARRAY_ADDITIONAL_ITEMS:"Additional items not allowed",FORMAT_CUSTOM:"Format validation failed ({message})",KEYWORD_CUSTOM:"Keyword failed: {key} ({message})",CIRCULAR_REFERENCE:"Circular $refs: {urls}",UNKNOWN_PROPERTY:"Unknown property (not in schema)"};function U(T,_,k,M,j){if(Error.call(this),T===void 0)throw new Error("No error code supplied: "+M);this.message="",this.params=_,this.code=T,this.dataPath=k||"",this.schemaPath=M||"",this.subErrors=j||null;var $=new Error(this.message);if(this.stack=$.stack||$.stacktrace,!this.stack)try{throw $}catch(Y){this.stack=Y.stack||Y.stacktrace}}U.prototype=Object.create(Error.prototype),U.prototype.constructor=U,U.prototype.name="ValidationError",U.prototype.prefixWith=function(T,_){if(T!==null&&(T=T.replace(/~/g,"~0").replace(/\//g,"~1"),this.dataPath="/"+T+this.dataPath),_!==null&&(_=_.replace(/~/g,"~0").replace(/\//g,"~1"),this.schemaPath="/"+_+this.schemaPath),this.subErrors!==null)for(var k=0;k<this.subErrors.length;k++)this.subErrors[k].prefixWith(T,_);return this};function B(T,_){if(_.substring(0,T.length)===T){var k=_.substring(T.length);if(_.length>0&&_.charAt(T.length-1)==="/"||k.charAt(0)==="#"||k.charAt(0)==="?")return!0}return!1}var z={};function V(T){var _=new s,k,M,j={setErrorReporter:function($){return typeof $=="string"?this.language($):(M=$,!0)},addFormat:function(){_.addFormat.apply(_,arguments)},language:function($){return $?(z[$]||($=$.split("-")[0]),z[$]?(k=$,$):!1):k},addLanguage:function($,Y){var K;for(K in C)Y[K]&&!Y[C[K]]&&(Y[C[K]]=Y[K]);var ne=$.split("-")[0];if(!z[ne])z[$]=Y,z[ne]=Y;else{z[$]=Object.create(z[ne]);for(K in Y)typeof z[ne][K]>"u"&&(z[ne][K]=Y[K]),z[$][K]=Y[K]}return this},freshApi:function($){var Y=V();return $&&Y.language($),Y},validate:function($,Y,K,ne){var ue=w(k),tt=M?function(Ee,vt,Ot){return M(Ee,vt,Ot)||ue(Ee,vt,Ot)}:ue,Re=new s(_,!1,tt,K,ne);typeof Y=="string"&&(Y={$ref:Y}),Re.addSchema("",Y);var me=Re.validateAll($,Y,null,null,"");return!me&&ne&&(me=Re.banUnknownProperties($,Y)),this.error=me,this.missing=Re.missing,this.valid=me===null,this.valid},validateResult:function(){var $={toString:function(){return this.valid?"valid":this.error.message}};return this.validate.apply($,arguments),$},validateMultiple:function($,Y,K,ne){var ue=w(k),tt=M?function(Ee,vt,Ot){return M(Ee,vt,Ot)||ue(Ee,vt,Ot)}:ue,Re=new s(_,!0,tt,K,ne);typeof Y=="string"&&(Y={$ref:Y}),Re.addSchema("",Y),Re.validateAll($,Y,null,null,""),ne&&Re.banUnknownProperties($,Y);var me={toString:function(){return this.valid?"valid":this.error.message}};return me.errors=Re.errors,me.missing=Re.missing,me.valid=me.errors.length===0,me},addSchema:function(){return _.addSchema.apply(_,arguments)},getSchema:function(){return _.getSchema.apply(_,arguments)},getSchemaMap:function(){return _.getSchemaMap.apply(_,arguments)},getSchemaUris:function(){return _.getSchemaUris.apply(_,arguments)},getMissingUris:function(){return _.getMissingUris.apply(_,arguments)},dropSchemas:function(){_.dropSchemas.apply(_,arguments)},defineKeyword:function(){_.defineKeyword.apply(_,arguments)},defineError:function($,Y,K){if(typeof $!="string"||!/^[A-Z]+(_[A-Z]+)*$/.test($))throw new Error("Code name must be a string in UPPER_CASE_WITH_UNDERSCORES");if(typeof Y!="number"||Y%1!==0||Y<1e4)throw new Error("Code number must be an integer > 10000");if(typeof C[$]<"u")throw new Error("Error already defined: "+$+" as "+C[$]);if(typeof R[Y]<"u")throw new Error("Error code already used: "+R[Y]+" as "+Y);C[$]=Y,R[Y]=$,A[$]=A[Y]=K;for(var ne in z){var ue=z[ne];ue[$]&&(ue[Y]=ue[Y]||ue[$])}},reset:function(){_.reset(),this.error=null,this.missing=[],this.valid=!0},missing:[],error:null,valid:!0,normSchema:y,resolveUrl:m,getDocumentUri:g,errorCodes:C};return j.language(T||"en"),j}var X=V();return X.addLanguage("en-gb",A),X.tv4=X,X})});var sf=F(Ke=>{"use strict";Object.defineProperty(Ke,"__esModule",{value:!0});Ke.regexpCode=Ke.getEsmExportName=Ke.getProperty=Ke.safeStringify=Ke.stringify=Ke.strConcat=Ke.addCodeArg=Ke.str=Ke._=Ke.nil=Ke._Code=Ke.Name=Ke.IDENTIFIER=Ke._CodeOrName=void 0;var rf=class{};Ke._CodeOrName=rf;Ke.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var ea=class extends rf{constructor(e){if(super(),!Ke.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};Ke.Name=ea;var wn=class extends rf{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((r,n)=>(n instanceof ea&&(r[n.str]=(r[n.str]||0)+1),r),{})}};Ke._Code=wn;Ke.nil=new wn("");function mE(t,...e){let r=[t[0]],n=0;for(;n<e.length;)zb(r,e[n]),r.push(t[++n]);return new wn(r)}Ke._=mE;var Wb=new wn("+");function gE(t,...e){let r=[nf(t[0])],n=0;for(;n<e.length;)r.push(Wb),zb(r,e[n]),r.push(Wb,nf(t[++n]));return uj(r),new wn(r)}Ke.str=gE;function zb(t,e){e instanceof wn?t.push(...e._items):e instanceof ea?t.push(e):t.push(pj(e))}Ke.addCodeArg=zb;function uj(t){let e=1;for(;e<t.length-1;){if(t[e]===Wb){let r=fj(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function fj(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof ea||t[t.length-1]!=='"'?void 0:typeof e!="string"?`${t.slice(0,-1)}${e}"`:e[0]==='"'?t.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(t instanceof ea))return`"${t}${e.slice(1)}`}function dj(t,e){return e.emptyStr()?t:t.emptyStr()?e:gE`${t}${e}`}Ke.strConcat=dj;function pj(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:nf(Array.isArray(t)?t.join(","):t)}function hj(t){return new wn(nf(t))}Ke.stringify=hj;function nf(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}Ke.safeStringify=nf;function mj(t){return typeof t=="string"&&Ke.IDENTIFIER.test(t)?new wn(`.${t}`):mE`[${t}]`}Ke.getProperty=mj;function gj(t){if(typeof t=="string"&&Ke.IDENTIFIER.test(t))return new wn(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}Ke.getEsmExportName=gj;function yj(t){return new wn(t.toString())}Ke.regexpCode=yj});var Gb=F(Dr=>{"use strict";Object.defineProperty(Dr,"__esModule",{value:!0});Dr.ValueScope=Dr.ValueScopeName=Dr.Scope=Dr.varKinds=Dr.UsedValueState=void 0;var Nr=sf(),Jb=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},Oh;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(Oh||(Dr.UsedValueState=Oh={}));Dr.varKinds={const:new Nr.Name("const"),let:new Nr.Name("let"),var:new Nr.Name("var")};var Ih=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof Nr.Name?e:this.name(e)}name(e){return new Nr.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};Dr.Scope=Ih;var Ph=class extends Nr.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,Nr._)`.${new Nr.Name(r)}[${n}]`}};Dr.ValueScopeName=Ph;var vj=(0,Nr._)`\n`,Yb=class extends Ih{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?vj:Nr.nil}}get(){return this._scope}name(e){return new Ph(e,this._newName(e))}value(e,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let i=this.toName(e),{prefix:s}=i,o=(n=r.key)!==null&&n!==void 0?n:r.ref,l=this._values[s];if(l){let m=l.get(o);if(m)return m}else l=this._values[s]=new Map;l.set(o,i);let f=this._scope[s]||(this._scope[s]=[]),d=f.length;return f[d]=r.ref,i.setValue(r,{property:s,itemIndex:d}),i}getValue(e,r){let n=this._values[e];if(n)return n.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,Nr._)`${e}${n.scopePath}`})}scopeCode(e=this._values,r,n){return this._reduceValues(e,i=>{if(i.value===void 0)throw new Error(`CodeGen: name "${i}" has no value`);return i.value.code},r,n)}_reduceValues(e,r,n={},i){let s=Nr.nil;for(let o in e){let l=e[o];if(!l)continue;let f=n[o]=n[o]||new Map;l.forEach(d=>{if(f.has(d))return;f.set(d,Oh.Started);let m=r(d);if(m){let g=this.opts.es5?Dr.varKinds.var:Dr.varKinds.const;s=(0,Nr._)`${s}${g} ${d} = ${m};${this.opts._n}`}else if(m=i?.(d))s=(0,Nr._)`${s}${m}${this.opts._n}`;else throw new Jb(d);f.set(d,Oh.Completed)})}return s}};Dr.ValueScope=Yb});var De=F(qe=>{"use strict";Object.defineProperty(qe,"__esModule",{value:!0});qe.or=qe.and=qe.not=qe.CodeGen=qe.operators=qe.varKinds=qe.ValueScopeName=qe.ValueScope=qe.Scope=qe.Name=qe.regexpCode=qe.stringify=qe.getProperty=qe.nil=qe.strConcat=qe.str=qe._=void 0;var Ve=sf(),Vn=Gb(),Hs=sf();Object.defineProperty(qe,"_",{enumerable:!0,get:function(){return Hs._}});Object.defineProperty(qe,"str",{enumerable:!0,get:function(){return Hs.str}});Object.defineProperty(qe,"strConcat",{enumerable:!0,get:function(){return Hs.strConcat}});Object.defineProperty(qe,"nil",{enumerable:!0,get:function(){return Hs.nil}});Object.defineProperty(qe,"getProperty",{enumerable:!0,get:function(){return Hs.getProperty}});Object.defineProperty(qe,"stringify",{enumerable:!0,get:function(){return Hs.stringify}});Object.defineProperty(qe,"regexpCode",{enumerable:!0,get:function(){return Hs.regexpCode}});Object.defineProperty(qe,"Name",{enumerable:!0,get:function(){return Hs.Name}});var qh=Gb();Object.defineProperty(qe,"Scope",{enumerable:!0,get:function(){return qh.Scope}});Object.defineProperty(qe,"ValueScope",{enumerable:!0,get:function(){return qh.ValueScope}});Object.defineProperty(qe,"ValueScopeName",{enumerable:!0,get:function(){return qh.ValueScopeName}});Object.defineProperty(qe,"varKinds",{enumerable:!0,get:function(){return qh.varKinds}});qe.operators={GT:new Ve._Code(">"),GTE:new Ve._Code(">="),LT:new Ve._Code("<"),LTE:new Ve._Code("<="),EQ:new Ve._Code("==="),NEQ:new Ve._Code("!=="),NOT:new Ve._Code("!"),OR:new Ve._Code("||"),AND:new Ve._Code("&&"),ADD:new Ve._Code("+")};var Xi=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},Kb=class extends Xi{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?Vn.varKinds.var:this.varKind,i=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${i};`+r}optimizeNames(e,r){if(e[this.name.str])return this.rhs&&(this.rhs=Kl(this.rhs,e,r)),this}get names(){return this.rhs instanceof Ve._CodeOrName?this.rhs.names:{}}},kh=class extends Xi{constructor(e,r,n){super(),this.lhs=e,this.rhs=r,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof Ve.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=Kl(this.rhs,e,r),this}get names(){let e=this.lhs instanceof Ve.Name?{}:{...this.lhs.names};return Ah(e,this.rhs)}},Qb=class extends kh{constructor(e,r,n,i){super(e,n,i),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},Zb=class extends Xi{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},Xb=class extends Xi{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},eS=class extends Xi{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},tS=class extends Xi{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=Kl(this.code,e,r),this}get names(){return this.code instanceof Ve._CodeOrName?this.code.names:{}}},of=class extends Xi{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,n)=>r+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let n=e[r].optimizeNodes();Array.isArray(n)?e.splice(r,1,...n):n?e[r]=n:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:n}=this,i=n.length;for(;i--;){let s=n[i];s.optimizeNames(e,r)||(bj(e,s.names),n.splice(i,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>na(e,r.names),{})}},es=class extends of{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},rS=class extends of{},Gl=class extends es{};Gl.kind="else";var ta=class t extends es{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new Gl(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(yE(e),r instanceof t?[r]:r.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,r),!!(super.optimizeNames(e,r)||this.else))return this.condition=Kl(this.condition,e,r),this}get names(){let e=super.names;return Ah(e,this.condition),this.else&&na(e,this.else.names),e}};ta.kind="if";var ra=class extends es{};ra.kind="for";var nS=class extends ra{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=Kl(this.iteration,e,r),this}get names(){return na(super.names,this.iteration.names)}},iS=class extends ra{constructor(e,r,n,i){super(),this.varKind=e,this.name=r,this.from=n,this.to=i}render(e){let r=e.es5?Vn.varKinds.var:this.varKind,{name:n,from:i,to:s}=this;return`for(${r} ${n}=${i}; ${n}<${s}; ${n}++)`+super.render(e)}get names(){let e=Ah(super.names,this.from);return Ah(e,this.to)}},Th=class extends ra{constructor(e,r,n,i){super(),this.loop=e,this.varKind=r,this.name=n,this.iterable=i}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=Kl(this.iterable,e,r),this}get names(){return na(super.names,this.iterable.names)}},af=class extends es{constructor(e,r,n){super(),this.name=e,this.args=r,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};af.kind="func";var lf=class extends of{render(e){return"return "+super.render(e)}};lf.kind="return";var sS=class extends es{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var n,i;return super.optimizeNames(e,r),(n=this.catch)===null||n===void 0||n.optimizeNames(e,r),(i=this.finally)===null||i===void 0||i.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&na(e,this.catch.names),this.finally&&na(e,this.finally.names),e}},cf=class extends es{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};cf.kind="catch";var uf=class extends es{render(e){return"finally"+super.render(e)}};uf.kind="finally";var oS=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
|
|
24
|
-
`:""},this._extScope=e,this._scope=new Vn.Scope({parent:e}),this._nodes=[new rS]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,r){let n=this._extScope.value(e,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,r){return this._extScope.getValue(e,r)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,r,n,i){let s=this._scope.toName(r);return n!==void 0&&i&&(this._constants[s.str]=n),this._leafNode(new Kb(e,s,n)),s}const(e,r,n){return this._def(Vn.varKinds.const,e,r,n)}let(e,r,n){return this._def(Vn.varKinds.let,e,r,n)}var(e,r,n){return this._def(Vn.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new kh(e,r,n))}add(e,r){return this._leafNode(new Qb(e,qe.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==Ve.nil&&this._leafNode(new tS(e)),this}object(...e){let r=["{"];for(let[n,i]of e)r.length>1&&r.push(","),r.push(n),(n!==i||this.opts.es5)&&(r.push(":"),(0,Ve.addCodeArg)(r,i));return r.push("}"),new Ve._Code(r)}if(e,r,n){if(this._blockNode(new ta(e)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new ta(e))}else(){return this._elseNode(new Gl)}endIf(){return this._endBlockNode(ta,Gl)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new nS(e),r)}forRange(e,r,n,i,s=this.opts.es5?Vn.varKinds.var:Vn.varKinds.let){let o=this._scope.toName(e);return this._for(new iS(s,o,r,n),()=>i(o))}forOf(e,r,n,i=Vn.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let o=r instanceof Ve.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,Ve._)`${o}.length`,l=>{this.var(s,(0,Ve._)`${o}[${l}]`),n(s)})}return this._for(new Th("of",i,s,r),()=>n(s))}forIn(e,r,n,i=this.opts.es5?Vn.varKinds.var:Vn.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,Ve._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new Th("in",i,s,r),()=>n(s))}endFor(){return this._endBlockNode(ra)}label(e){return this._leafNode(new Zb(e))}break(e){return this._leafNode(new Xb(e))}return(e){let r=new lf;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(lf)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let i=new sS;if(this._blockNode(i),this.code(e),r){let s=this.name("e");this._currNode=i.catch=new cf(s),r(s)}return n&&(this._currNode=i.finally=new uf,this.code(n)),this._endBlockNode(cf,uf)}throw(e){return this._leafNode(new eS(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=Ve.nil,n,i){return this._blockNode(new af(e,r,n)),i&&this.code(i).endFunc(),this}endFunc(){return this._endBlockNode(af)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,r){let n=this._currNode;if(n instanceof e||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${e.kind}/${r.kind}`:e.kind}"`)}_elseNode(e){let r=this._currNode;if(!(r instanceof ta))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};qe.CodeGen=oS;function na(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function Ah(t,e){return e instanceof Ve._CodeOrName?na(t,e.names):t}function Kl(t,e,r){if(t instanceof Ve.Name)return n(t);if(!i(t))return t;return new Ve._Code(t._items.reduce((s,o)=>(o instanceof Ve.Name&&(o=n(o)),o instanceof Ve._Code?s.push(...o._items):s.push(o),s),[]));function n(s){let o=r[s.str];return o===void 0||e[s.str]!==1?s:(delete e[s.str],o)}function i(s){return s instanceof Ve._Code&&s._items.some(o=>o instanceof Ve.Name&&e[o.str]===1&&r[o.str]!==void 0)}}function bj(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function yE(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,Ve._)`!${aS(t)}`}qe.not=yE;var Sj=vE(qe.operators.AND);function wj(...t){return t.reduce(Sj)}qe.and=wj;var _j=vE(qe.operators.OR);function Rj(...t){return t.reduce(_j)}qe.or=Rj;function vE(t){return(e,r)=>e===Ve.nil?r:r===Ve.nil?e:(0,Ve._)`${aS(e)} ${t} ${aS(r)}`}function aS(t){return t instanceof Ve.Name?t:(0,Ve._)`(${t})`}});var ze=F(Fe=>{"use strict";Object.defineProperty(Fe,"__esModule",{value:!0});Fe.checkStrictMode=Fe.getErrorPath=Fe.Type=Fe.useFunc=Fe.setEvaluated=Fe.evaluatedPropsToName=Fe.mergeEvaluated=Fe.eachItem=Fe.unescapeJsonPointer=Fe.escapeJsonPointer=Fe.escapeFragment=Fe.unescapeFragment=Fe.schemaRefOrVal=Fe.schemaHasRulesButRef=Fe.schemaHasRules=Fe.checkUnknownRules=Fe.alwaysValidSchema=Fe.toHash=void 0;var pt=De(),xj=sf();function Cj(t){let e={};for(let r of t)e[r]=!0;return e}Fe.toHash=Cj;function Ej(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(wE(t,e),!_E(e,t.self.RULES.all))}Fe.alwaysValidSchema=Ej;function wE(t,e=t.schema){let{opts:r,self:n}=t;if(!r.strictSchema||typeof e=="boolean")return;let i=n.RULES.keywords;for(let s in e)i[s]||CE(t,`unknown keyword: "${s}"`)}Fe.checkUnknownRules=wE;function _E(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}Fe.schemaHasRules=_E;function Oj(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}Fe.schemaHasRulesButRef=Oj;function Ij({topSchemaRef:t,schemaPath:e},r,n,i){if(!i){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,pt._)`${r}`}return(0,pt._)`${t}${e}${(0,pt.getProperty)(n)}`}Fe.schemaRefOrVal=Ij;function Pj(t){return RE(decodeURIComponent(t))}Fe.unescapeFragment=Pj;function kj(t){return encodeURIComponent(cS(t))}Fe.escapeFragment=kj;function cS(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}Fe.escapeJsonPointer=cS;function RE(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}Fe.unescapeJsonPointer=RE;function Tj(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}Fe.eachItem=Tj;function bE({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(i,s,o,l)=>{let f=o===void 0?s:o instanceof pt.Name?(s instanceof pt.Name?t(i,s,o):e(i,s,o),o):s instanceof pt.Name?(e(i,o,s),s):r(s,o);return l===pt.Name&&!(f instanceof pt.Name)?n(i,f):f}}Fe.mergeEvaluated={props:bE({mergeNames:(t,e,r)=>t.if((0,pt._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,pt._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,pt._)`${r} || {}`).code((0,pt._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,pt._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,pt._)`${r} || {}`),uS(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:xE}),items:bE({mergeNames:(t,e,r)=>t.if((0,pt._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,pt._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,pt._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,pt._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function xE(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,pt._)`{}`);return e!==void 0&&uS(t,r,e),r}Fe.evaluatedPropsToName=xE;function uS(t,e,r){Object.keys(r).forEach(n=>t.assign((0,pt._)`${e}${(0,pt.getProperty)(n)}`,!0))}Fe.setEvaluated=uS;var SE={};function Aj(t,e){return t.scopeValue("func",{ref:e,code:SE[e.code]||(SE[e.code]=new xj._Code(e.code))})}Fe.useFunc=Aj;var lS;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(lS||(Fe.Type=lS={}));function qj(t,e,r){if(t instanceof pt.Name){let n=e===lS.Num;return r?n?(0,pt._)`"[" + ${t} + "]"`:(0,pt._)`"['" + ${t} + "']"`:n?(0,pt._)`"/" + ${t}`:(0,pt._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,pt.getProperty)(t).toString():"/"+cS(t)}Fe.getErrorPath=qj;function CE(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}Fe.checkStrictMode=CE});var ts=F(fS=>{"use strict";Object.defineProperty(fS,"__esModule",{value:!0});var ar=De(),$j={data:new ar.Name("data"),valCxt:new ar.Name("valCxt"),instancePath:new ar.Name("instancePath"),parentData:new ar.Name("parentData"),parentDataProperty:new ar.Name("parentDataProperty"),rootData:new ar.Name("rootData"),dynamicAnchors:new ar.Name("dynamicAnchors"),vErrors:new ar.Name("vErrors"),errors:new ar.Name("errors"),this:new ar.Name("this"),self:new ar.Name("self"),scope:new ar.Name("scope"),json:new ar.Name("json"),jsonPos:new ar.Name("jsonPos"),jsonLen:new ar.Name("jsonLen"),jsonPart:new ar.Name("jsonPart")};fS.default=$j});var ff=F(lr=>{"use strict";Object.defineProperty(lr,"__esModule",{value:!0});lr.extendErrors=lr.resetErrorsCount=lr.reportExtraError=lr.reportError=lr.keyword$DataError=lr.keywordError=void 0;var Je=De(),$h=ze(),xr=ts();lr.keywordError={message:({keyword:t})=>(0,Je.str)`must pass "${t}" keyword validation`};lr.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,Je.str)`"${t}" keyword must be ${e} ($data)`:(0,Je.str)`"${t}" keyword is invalid ($data)`};function Mj(t,e=lr.keywordError,r,n){let{it:i}=t,{gen:s,compositeRule:o,allErrors:l}=i,f=IE(t,e,r);n??(o||l)?EE(s,f):OE(i,(0,Je._)`[${f}]`)}lr.reportError=Mj;function Nj(t,e=lr.keywordError,r){let{it:n}=t,{gen:i,compositeRule:s,allErrors:o}=n,l=IE(t,e,r);EE(i,l),s||o||OE(n,xr.default.vErrors)}lr.reportExtraError=Nj;function Dj(t,e){t.assign(xr.default.errors,e),t.if((0,Je._)`${xr.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,Je._)`${xr.default.vErrors}.length`,e),()=>t.assign(xr.default.vErrors,null)))}lr.resetErrorsCount=Dj;function Fj({gen:t,keyword:e,schemaValue:r,data:n,errsCount:i,it:s}){if(i===void 0)throw new Error("ajv implementation error");let o=t.name("err");t.forRange("i",i,xr.default.errors,l=>{t.const(o,(0,Je._)`${xr.default.vErrors}[${l}]`),t.if((0,Je._)`${o}.instancePath === undefined`,()=>t.assign((0,Je._)`${o}.instancePath`,(0,Je.strConcat)(xr.default.instancePath,s.errorPath))),t.assign((0,Je._)`${o}.schemaPath`,(0,Je.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,Je._)`${o}.schema`,r),t.assign((0,Je._)`${o}.data`,n))})}lr.extendErrors=Fj;function EE(t,e){let r=t.const("err",e);t.if((0,Je._)`${xr.default.vErrors} === null`,()=>t.assign(xr.default.vErrors,(0,Je._)`[${r}]`),(0,Je._)`${xr.default.vErrors}.push(${r})`),t.code((0,Je._)`${xr.default.errors}++`)}function OE(t,e){let{gen:r,validateName:n,schemaEnv:i}=t;i.$async?r.throw((0,Je._)`new ${t.ValidationError}(${e})`):(r.assign((0,Je._)`${n}.errors`,e),r.return(!1))}var ia={keyword:new Je.Name("keyword"),schemaPath:new Je.Name("schemaPath"),params:new Je.Name("params"),propertyName:new Je.Name("propertyName"),message:new Je.Name("message"),schema:new Je.Name("schema"),parentSchema:new Je.Name("parentSchema")};function IE(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,Je._)`{}`:Lj(t,e,r)}function Lj(t,e,r={}){let{gen:n,it:i}=t,s=[jj(i,r),Uj(t,r)];return Hj(t,e,s),n.object(...s)}function jj({errorPath:t},{instancePath:e}){let r=e?(0,Je.str)`${t}${(0,$h.getErrorPath)(e,$h.Type.Str)}`:t;return[xr.default.instancePath,(0,Je.strConcat)(xr.default.instancePath,r)]}function Uj({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let i=n?e:(0,Je.str)`${e}/${t}`;return r&&(i=(0,Je.str)`${i}${(0,$h.getErrorPath)(r,$h.Type.Str)}`),[ia.schemaPath,i]}function Hj(t,{params:e,message:r},n){let{keyword:i,data:s,schemaValue:o,it:l}=t,{opts:f,propertyName:d,topSchemaRef:m,schemaPath:g}=l;n.push([ia.keyword,i],[ia.params,typeof e=="function"?e(t):e||(0,Je._)`{}`]),f.messages&&n.push([ia.message,typeof r=="function"?r(t):r]),f.verbose&&n.push([ia.schema,o],[ia.parentSchema,(0,Je._)`${m}${g}`],[xr.default.data,s]),d&&n.push([ia.propertyName,d])}});var kE=F(Ql=>{"use strict";Object.defineProperty(Ql,"__esModule",{value:!0});Ql.boolOrEmptySchema=Ql.topBoolOrEmptySchema=void 0;var Bj=ff(),Vj=De(),Wj=ts(),zj={message:"boolean schema is false"};function Jj(t){let{gen:e,schema:r,validateName:n}=t;r===!1?PE(t,!1):typeof r=="object"&&r.$async===!0?e.return(Wj.default.data):(e.assign((0,Vj._)`${n}.errors`,null),e.return(!0))}Ql.topBoolOrEmptySchema=Jj;function Yj(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),PE(t)):r.var(e,!0)}Ql.boolOrEmptySchema=Yj;function PE(t,e){let{gen:r,data:n}=t,i={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,Bj.reportError)(i,zj,void 0,e)}});var dS=F(Zl=>{"use strict";Object.defineProperty(Zl,"__esModule",{value:!0});Zl.getRules=Zl.isJSONType=void 0;var Gj=["string","number","integer","boolean","null","object","array"],Kj=new Set(Gj);function Qj(t){return typeof t=="string"&&Kj.has(t)}Zl.isJSONType=Qj;function Zj(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}Zl.getRules=Zj});var pS=F(Bs=>{"use strict";Object.defineProperty(Bs,"__esModule",{value:!0});Bs.shouldUseRule=Bs.shouldUseGroup=Bs.schemaHasRulesForType=void 0;function Xj({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&TE(t,n)}Bs.schemaHasRulesForType=Xj;function TE(t,e){return e.rules.some(r=>AE(t,r))}Bs.shouldUseGroup=TE;function AE(t,e){var r;return t[e.keyword]!==void 0||((r=e.definition.implements)===null||r===void 0?void 0:r.some(n=>t[n]!==void 0))}Bs.shouldUseRule=AE});var df=F(cr=>{"use strict";Object.defineProperty(cr,"__esModule",{value:!0});cr.reportTypeError=cr.checkDataTypes=cr.checkDataType=cr.coerceAndCheckDataType=cr.getJSONTypes=cr.getSchemaTypes=cr.DataType=void 0;var e2=dS(),t2=pS(),r2=ff(),Ie=De(),qE=ze(),Xl;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(Xl||(cr.DataType=Xl={}));function n2(t){let e=$E(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}cr.getSchemaTypes=n2;function $E(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(e2.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}cr.getJSONTypes=$E;function i2(t,e){let{gen:r,data:n,opts:i}=t,s=s2(e,i.coerceTypes),o=e.length>0&&!(s.length===0&&e.length===1&&(0,t2.schemaHasRulesForType)(t,e[0]));if(o){let l=mS(e,n,i.strictNumbers,Xl.Wrong);r.if(l,()=>{s.length?o2(t,e,s):gS(t)})}return o}cr.coerceAndCheckDataType=i2;var ME=new Set(["string","number","integer","boolean","null"]);function s2(t,e){return e?t.filter(r=>ME.has(r)||e==="array"&&r==="array"):[]}function o2(t,e,r){let{gen:n,data:i,opts:s}=t,o=n.let("dataType",(0,Ie._)`typeof ${i}`),l=n.let("coerced",(0,Ie._)`undefined`);s.coerceTypes==="array"&&n.if((0,Ie._)`${o} == 'object' && Array.isArray(${i}) && ${i}.length == 1`,()=>n.assign(i,(0,Ie._)`${i}[0]`).assign(o,(0,Ie._)`typeof ${i}`).if(mS(e,i,s.strictNumbers),()=>n.assign(l,i))),n.if((0,Ie._)`${l} !== undefined`);for(let d of r)(ME.has(d)||d==="array"&&s.coerceTypes==="array")&&f(d);n.else(),gS(t),n.endIf(),n.if((0,Ie._)`${l} !== undefined`,()=>{n.assign(i,l),a2(t,l)});function f(d){switch(d){case"string":n.elseIf((0,Ie._)`${o} == "number" || ${o} == "boolean"`).assign(l,(0,Ie._)`"" + ${i}`).elseIf((0,Ie._)`${i} === null`).assign(l,(0,Ie._)`""`);return;case"number":n.elseIf((0,Ie._)`${o} == "boolean" || ${i} === null
|
|
25
|
-
|| (${
|
|
26
|
-
|| (${
|
|
27
|
-
|| ${o} === "boolean" || ${i} === null`).assign(l,(0,Ie._)`[${i}]`)}}}function a2({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,Ie._)`${e} !== undefined`,()=>t.assign((0,Ie._)`${e}[${r}]`,n))}function hS(t,e,r,n=Xl.Correct){let i=n===Xl.Correct?Ie.operators.EQ:Ie.operators.NEQ,s;switch(t){case"null":return(0,Ie._)`${e} ${i} null`;case"array":s=(0,Ie._)`Array.isArray(${e})`;break;case"object":s=(0,Ie._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=o((0,Ie._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=o();break;default:return(0,Ie._)`typeof ${e} ${i} ${t}`}return n===Xl.Correct?s:(0,Ie.not)(s);function o(l=Ie.nil){return(0,Ie.and)((0,Ie._)`typeof ${e} == "number"`,l,r?(0,Ie._)`isFinite(${e})`:Ie.nil)}}cr.checkDataType=hS;function mS(t,e,r,n){if(t.length===1)return hS(t[0],e,r,n);let i,s=(0,qE.toHash)(t);if(s.array&&s.object){let o=(0,Ie._)`typeof ${e} != "object"`;i=s.null?o:(0,Ie._)`!${e} || ${o}`,delete s.null,delete s.array,delete s.object}else i=Ie.nil;s.number&&delete s.integer;for(let o in s)i=(0,Ie.and)(i,hS(o,e,r,n));return i}cr.checkDataTypes=mS;var l2={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,Ie._)`{type: ${t}}`:(0,Ie._)`{type: ${e}}`};function gS(t){let e=c2(t);(0,r2.reportError)(e,l2)}cr.reportTypeError=gS;function c2(t){let{gen:e,data:r,schema:n}=t,i=(0,qE.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:i,schemaValue:i,parentSchema:n,params:{},it:t}}});var DE=F(Mh=>{"use strict";Object.defineProperty(Mh,"__esModule",{value:!0});Mh.assignDefaults=void 0;var ec=De(),u2=ze();function f2(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let i in r)NE(t,i,r[i].default);else e==="array"&&Array.isArray(n)&&n.forEach((i,s)=>NE(t,s,i.default))}Mh.assignDefaults=f2;function NE(t,e,r){let{gen:n,compositeRule:i,data:s,opts:o}=t;if(r===void 0)return;let l=(0,ec._)`${s}${(0,ec.getProperty)(e)}`;if(i){(0,u2.checkStrictMode)(t,`default is ignored for: ${l}`);return}let f=(0,ec._)`${l} === undefined`;o.useDefaults==="empty"&&(f=(0,ec._)`${f} || ${l} === null || ${l} === ""`),n.if(f,(0,ec._)`${l} = ${(0,ec.stringify)(r)}`)}});var _n=F(ft=>{"use strict";Object.defineProperty(ft,"__esModule",{value:!0});ft.validateUnion=ft.validateArray=ft.usePattern=ft.callValidateCode=ft.schemaProperties=ft.allSchemaProperties=ft.noPropertyInData=ft.propertyInData=ft.isOwnProperty=ft.hasPropFunc=ft.reportMissingProp=ft.checkMissingProp=ft.checkReportMissingProp=void 0;var bt=De(),yS=ze(),Vs=ts(),d2=ze();function p2(t,e){let{gen:r,data:n,it:i}=t;r.if(bS(r,n,e,i.opts.ownProperties),()=>{t.setParams({missingProperty:(0,bt._)`${e}`},!0),t.error()})}ft.checkReportMissingProp=p2;function h2({gen:t,data:e,it:{opts:r}},n,i){return(0,bt.or)(...n.map(s=>(0,bt.and)(bS(t,e,s,r.ownProperties),(0,bt._)`${i} = ${s}`)))}ft.checkMissingProp=h2;function m2(t,e){t.setParams({missingProperty:e},!0),t.error()}ft.reportMissingProp=m2;function FE(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,bt._)`Object.prototype.hasOwnProperty`})}ft.hasPropFunc=FE;function vS(t,e,r){return(0,bt._)`${FE(t)}.call(${e}, ${r})`}ft.isOwnProperty=vS;function g2(t,e,r,n){let i=(0,bt._)`${e}${(0,bt.getProperty)(r)} !== undefined`;return n?(0,bt._)`${i} && ${vS(t,e,r)}`:i}ft.propertyInData=g2;function bS(t,e,r,n){let i=(0,bt._)`${e}${(0,bt.getProperty)(r)} === undefined`;return n?(0,bt.or)(i,(0,bt.not)(vS(t,e,r))):i}ft.noPropertyInData=bS;function LE(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}ft.allSchemaProperties=LE;function y2(t,e){return LE(e).filter(r=>!(0,yS.alwaysValidSchema)(t,e[r]))}ft.schemaProperties=y2;function v2({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:i,errorPath:s},it:o},l,f,d){let m=d?(0,bt._)`${t}, ${e}, ${n}${i}`:e,g=[[Vs.default.instancePath,(0,bt.strConcat)(Vs.default.instancePath,s)],[Vs.default.parentData,o.parentData],[Vs.default.parentDataProperty,o.parentDataProperty],[Vs.default.rootData,Vs.default.rootData]];o.opts.dynamicRef&&g.push([Vs.default.dynamicAnchors,Vs.default.dynamicAnchors]);let y=(0,bt._)`${m}, ${r.object(...g)}`;return f!==bt.nil?(0,bt._)`${l}.call(${f}, ${y})`:(0,bt._)`${l}(${y})`}ft.callValidateCode=v2;var b2=(0,bt._)`new RegExp`;function S2({gen:t,it:{opts:e}},r){let n=e.unicodeRegExp?"u":"",{regExp:i}=e.code,s=i(r,n);return t.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,bt._)`${i.code==="new RegExp"?b2:(0,d2.useFunc)(t,i)}(${r}, ${n})`})}ft.usePattern=S2;function w2(t){let{gen:e,data:r,keyword:n,it:i}=t,s=e.name("valid");if(i.allErrors){let l=e.let("valid",!0);return o(()=>e.assign(l,!1)),l}return e.var(s,!0),o(()=>e.break()),s;function o(l){let f=e.const("len",(0,bt._)`${r}.length`);e.forRange("i",0,f,d=>{t.subschema({keyword:n,dataProp:d,dataPropType:yS.Type.Num},s),e.if((0,bt.not)(s),l)})}}ft.validateArray=w2;function _2(t){let{gen:e,schema:r,keyword:n,it:i}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(f=>(0,yS.alwaysValidSchema)(i,f))&&!i.opts.unevaluated)return;let o=e.let("valid",!1),l=e.name("_valid");e.block(()=>r.forEach((f,d)=>{let m=t.subschema({keyword:n,schemaProp:d,compositeRule:!0},l);e.assign(o,(0,bt._)`${o} || ${l}`),t.mergeValidEvaluated(m,l)||e.if((0,bt.not)(o))})),t.result(o,()=>t.reset(),()=>t.error(!0))}ft.validateUnion=_2});var HE=F(_i=>{"use strict";Object.defineProperty(_i,"__esModule",{value:!0});_i.validateKeywordUsage=_i.validSchemaType=_i.funcKeywordCode=_i.macroKeywordCode=void 0;var Cr=De(),sa=ts(),R2=_n(),x2=ff();function C2(t,e){let{gen:r,keyword:n,schema:i,parentSchema:s,it:o}=t,l=e.macro.call(o.self,i,s,o),f=UE(r,n,l);o.opts.validateSchema!==!1&&o.self.validateSchema(l,!0);let d=r.name("valid");t.subschema({schema:l,schemaPath:Cr.nil,errSchemaPath:`${o.errSchemaPath}/${n}`,topSchemaRef:f,compositeRule:!0},d),t.pass(d,()=>t.error(!0))}_i.macroKeywordCode=C2;function E2(t,e){var r;let{gen:n,keyword:i,schema:s,parentSchema:o,$data:l,it:f}=t;I2(f,e);let d=!l&&e.compile?e.compile.call(f.self,s,o,f):e.validate,m=UE(n,i,d),g=n.let("valid");t.block$data(g,y),t.ok((r=e.valid)!==null&&r!==void 0?r:g);function y(){if(e.errors===!1)R(),e.modifying&&jE(t),P(()=>t.error());else{let A=e.async?w():C();e.modifying&&jE(t),P(()=>O2(t,A))}}function w(){let A=n.let("ruleErrs",null);return n.try(()=>R((0,Cr._)`await `),U=>n.assign(g,!1).if((0,Cr._)`${U} instanceof ${f.ValidationError}`,()=>n.assign(A,(0,Cr._)`${U}.errors`),()=>n.throw(U))),A}function C(){let A=(0,Cr._)`${m}.errors`;return n.assign(A,null),R(Cr.nil),A}function R(A=e.async?(0,Cr._)`await `:Cr.nil){let U=f.opts.passContext?sa.default.this:sa.default.self,B=!("compile"in e&&!l||e.schema===!1);n.assign(g,(0,Cr._)`${A}${(0,R2.callValidateCode)(t,m,U,B)}`,e.modifying)}function P(A){var U;n.if((0,Cr.not)((U=e.valid)!==null&&U!==void 0?U:g),A)}}_i.funcKeywordCode=E2;function jE(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Cr._)`${n.parentData}[${n.parentDataProperty}]`))}function O2(t,e){let{gen:r}=t;r.if((0,Cr._)`Array.isArray(${e})`,()=>{r.assign(sa.default.vErrors,(0,Cr._)`${sa.default.vErrors} === null ? ${e} : ${sa.default.vErrors}.concat(${e})`).assign(sa.default.errors,(0,Cr._)`${sa.default.vErrors}.length`),(0,x2.extendErrors)(t)},()=>t.error())}function I2({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function UE(t,e,r){if(r===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,Cr.stringify)(r)})}function P2(t,e,r=!1){return!e.length||e.some(n=>n==="array"?Array.isArray(t):n==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==n||r&&typeof t>"u")}_i.validSchemaType=P2;function k2({schema:t,opts:e,self:r,errSchemaPath:n},i,s){if(Array.isArray(i.keyword)?!i.keyword.includes(s):i.keyword!==s)throw new Error("ajv implementation error");let o=i.dependencies;if(o?.some(l=>!Object.prototype.hasOwnProperty.call(t,l)))throw new Error(`parent schema must have dependencies of ${s}: ${o.join(",")}`);if(i.validateSchema&&!i.validateSchema(t[s])){let f=`keyword "${s}" value is invalid at path "${n}": `+r.errorsText(i.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(f);else throw new Error(f)}}_i.validateKeywordUsage=k2});var VE=F(Ws=>{"use strict";Object.defineProperty(Ws,"__esModule",{value:!0});Ws.extendSubschemaMode=Ws.extendSubschemaData=Ws.getSubschema=void 0;var Ri=De(),BE=ze();function T2(t,{keyword:e,schemaProp:r,schema:n,schemaPath:i,errSchemaPath:s,topSchemaRef:o}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let l=t.schema[e];return r===void 0?{schema:l,schemaPath:(0,Ri._)`${t.schemaPath}${(0,Ri.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:l[r],schemaPath:(0,Ri._)`${t.schemaPath}${(0,Ri.getProperty)(e)}${(0,Ri.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,BE.escapeFragment)(r)}`}}if(n!==void 0){if(i===void 0||s===void 0||o===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:i,topSchemaRef:o,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}Ws.getSubschema=T2;function A2(t,e,{dataProp:r,dataPropType:n,data:i,dataTypes:s,propertyName:o}){if(i!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:l}=e;if(r!==void 0){let{errorPath:d,dataPathArr:m,opts:g}=e,y=l.let("data",(0,Ri._)`${e.data}${(0,Ri.getProperty)(r)}`,!0);f(y),t.errorPath=(0,Ri.str)`${d}${(0,BE.getErrorPath)(r,n,g.jsPropertySyntax)}`,t.parentDataProperty=(0,Ri._)`${r}`,t.dataPathArr=[...m,t.parentDataProperty]}if(i!==void 0){let d=i instanceof Ri.Name?i:l.let("data",i,!0);f(d),o!==void 0&&(t.propertyName=o)}s&&(t.dataTypes=s);function f(d){t.data=d,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,d]}}Ws.extendSubschemaData=A2;function q2(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:n,createErrors:i,allErrors:s}){n!==void 0&&(t.compositeRule=n),i!==void 0&&(t.createErrors=i),s!==void 0&&(t.allErrors=s),t.jtdDiscriminator=e,t.jtdMetadata=r}Ws.extendSubschemaMode=q2});var SS=F((P5,WE)=>{"use strict";WE.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,i,s;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(i=n;i--!==0;)if(!t(e[i],r[i]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(s=Object.keys(e),n=s.length,n!==Object.keys(r).length)return!1;for(i=n;i--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[i]))return!1;for(i=n;i--!==0;){var o=s[i];if(!t(e[o],r[o]))return!1}return!0}return e!==e&&r!==r}});var JE=F((k5,zE)=>{"use strict";var zs=zE.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var n=typeof r=="function"?r:r.pre||function(){},i=r.post||function(){};Nh(e,n,i,t,"",t)};zs.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};zs.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};zs.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};zs.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 Nh(t,e,r,n,i,s,o,l,f,d){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,i,s,o,l,f,d);for(var m in n){var g=n[m];if(Array.isArray(g)){if(m in zs.arrayKeywords)for(var y=0;y<g.length;y++)Nh(t,e,r,g[y],i+"/"+m+"/"+y,s,i,m,n,y)}else if(m in zs.propsKeywords){if(g&&typeof g=="object")for(var w in g)Nh(t,e,r,g[w],i+"/"+m+"/"+$2(w),s,i,m,n,w)}else(m in zs.keywords||t.allKeys&&!(m in zs.skipKeywords))&&Nh(t,e,r,g,i+"/"+m,s,i,m,n)}r(n,i,s,o,l,f,d)}}function $2(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var pf=F(Fr=>{"use strict";Object.defineProperty(Fr,"__esModule",{value:!0});Fr.getSchemaRefs=Fr.resolveUrl=Fr.normalizeId=Fr._getFullPath=Fr.getFullPath=Fr.inlineRef=void 0;var M2=ze(),N2=SS(),D2=JE(),F2=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function L2(t,e=!0){return typeof t=="boolean"?!0:e===!0?!wS(t):e?YE(t)<=e:!1}Fr.inlineRef=L2;var j2=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function wS(t){for(let e in t){if(j2.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(wS)||typeof r=="object"&&wS(r))return!0}return!1}function YE(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!F2.has(r)&&(typeof t[r]=="object"&&(0,M2.eachItem)(t[r],n=>e+=YE(n)),e===1/0))return 1/0}return e}function GE(t,e="",r){r!==!1&&(e=tc(e));let n=t.parse(e);return KE(t,n)}Fr.getFullPath=GE;function KE(t,e){return t.serialize(e).split("#")[0]+"#"}Fr._getFullPath=KE;var U2=/#\/?$/;function tc(t){return t?t.replace(U2,""):""}Fr.normalizeId=tc;function H2(t,e,r){return r=tc(r),t.resolve(e,r)}Fr.resolveUrl=H2;var B2=/^[a-z_][-a-z0-9._]*$/i;function V2(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,i=tc(t[r]||e),s={"":i},o=GE(n,i,!1),l={},f=new Set;return D2(t,{allKeys:!0},(g,y,w,C)=>{if(C===void 0)return;let R=o+y,P=s[C];typeof g[r]=="string"&&(P=A.call(this,g[r])),U.call(this,g.$anchor),U.call(this,g.$dynamicAnchor),s[y]=P;function A(B){let z=this.opts.uriResolver.resolve;if(B=tc(P?z(P,B):B),f.has(B))throw m(B);f.add(B);let V=this.refs[B];return typeof V=="string"&&(V=this.refs[V]),typeof V=="object"?d(g,V.schema,B):B!==tc(R)&&(B[0]==="#"?(d(g,l[B],B),l[B]=g):this.refs[B]=R),B}function U(B){if(typeof B=="string"){if(!B2.test(B))throw new Error(`invalid anchor "${B}"`);A.call(this,`#${B}`)}}}),l;function d(g,y,w){if(y!==void 0&&!N2(g,y))throw m(w)}function m(g){return new Error(`reference "${g}" resolves to more than one schema`)}}Fr.getSchemaRefs=V2});var gf=F(Js=>{"use strict";Object.defineProperty(Js,"__esModule",{value:!0});Js.getData=Js.KeywordCxt=Js.validateFunctionCode=void 0;var tO=kE(),QE=df(),RS=pS(),Dh=df(),W2=DE(),mf=HE(),_S=VE(),pe=De(),we=ts(),z2=pf(),rs=ze(),hf=ff();function J2(t){if(iO(t)&&(sO(t),nO(t))){K2(t);return}rO(t,()=>(0,tO.topBoolOrEmptySchema)(t))}Js.validateFunctionCode=J2;function rO({gen:t,validateName:e,schema:r,schemaEnv:n,opts:i},s){i.code.es5?t.func(e,(0,pe._)`${we.default.data}, ${we.default.valCxt}`,n.$async,()=>{t.code((0,pe._)`"use strict"; ${ZE(r,i)}`),G2(t,i),t.code(s)}):t.func(e,(0,pe._)`${we.default.data}, ${Y2(i)}`,n.$async,()=>t.code(ZE(r,i)).code(s))}function Y2(t){return(0,pe._)`{${we.default.instancePath}="", ${we.default.parentData}, ${we.default.parentDataProperty}, ${we.default.rootData}=${we.default.data}${t.dynamicRef?(0,pe._)`, ${we.default.dynamicAnchors}={}`:pe.nil}}={}`}function G2(t,e){t.if(we.default.valCxt,()=>{t.var(we.default.instancePath,(0,pe._)`${we.default.valCxt}.${we.default.instancePath}`),t.var(we.default.parentData,(0,pe._)`${we.default.valCxt}.${we.default.parentData}`),t.var(we.default.parentDataProperty,(0,pe._)`${we.default.valCxt}.${we.default.parentDataProperty}`),t.var(we.default.rootData,(0,pe._)`${we.default.valCxt}.${we.default.rootData}`),e.dynamicRef&&t.var(we.default.dynamicAnchors,(0,pe._)`${we.default.valCxt}.${we.default.dynamicAnchors}`)},()=>{t.var(we.default.instancePath,(0,pe._)`""`),t.var(we.default.parentData,(0,pe._)`undefined`),t.var(we.default.parentDataProperty,(0,pe._)`undefined`),t.var(we.default.rootData,we.default.data),e.dynamicRef&&t.var(we.default.dynamicAnchors,(0,pe._)`{}`)})}function K2(t){let{schema:e,opts:r,gen:n}=t;rO(t,()=>{r.$comment&&e.$comment&&aO(t),tU(t),n.let(we.default.vErrors,null),n.let(we.default.errors,0),r.unevaluated&&Q2(t),oO(t),iU(t)})}function Q2(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,pe._)`${r}.evaluated`),e.if((0,pe._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,pe._)`${t.evaluated}.props`,(0,pe._)`undefined`)),e.if((0,pe._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,pe._)`${t.evaluated}.items`,(0,pe._)`undefined`))}function ZE(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,pe._)`/*# sourceURL=${r} */`:pe.nil}function Z2(t,e){if(iO(t)&&(sO(t),nO(t))){X2(t,e);return}(0,tO.boolOrEmptySchema)(t,e)}function nO({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let r in t)if(e.RULES.all[r])return!0;return!1}function iO(t){return typeof t.schema!="boolean"}function X2(t,e){let{schema:r,gen:n,opts:i}=t;i.$comment&&r.$comment&&aO(t),rU(t),nU(t);let s=n.const("_errs",we.default.errors);oO(t,s),n.var(e,(0,pe._)`${s} === ${we.default.errors}`)}function sO(t){(0,rs.checkUnknownRules)(t),eU(t)}function oO(t,e){if(t.opts.jtd)return XE(t,[],!1,e);let r=(0,QE.getSchemaTypes)(t.schema),n=(0,QE.coerceAndCheckDataType)(t,r);XE(t,r,!n,e)}function eU(t){let{schema:e,errSchemaPath:r,opts:n,self:i}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,rs.schemaHasRulesButRef)(e,i.RULES)&&i.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function tU(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,rs.checkStrictMode)(t,"default is ignored in the schema root")}function rU(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,z2.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function nU(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function aO({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:i}){let s=r.$comment;if(i.$comment===!0)t.code((0,pe._)`${we.default.self}.logger.log(${s})`);else if(typeof i.$comment=="function"){let o=(0,pe.str)`${n}/$comment`,l=t.scopeValue("root",{ref:e.root});t.code((0,pe._)`${we.default.self}.opts.$comment(${s}, ${o}, ${l}.schema)`)}}function iU(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:i,opts:s}=t;r.$async?e.if((0,pe._)`${we.default.errors} === 0`,()=>e.return(we.default.data),()=>e.throw((0,pe._)`new ${i}(${we.default.vErrors})`)):(e.assign((0,pe._)`${n}.errors`,we.default.vErrors),s.unevaluated&&sU(t),e.return((0,pe._)`${we.default.errors} === 0`))}function sU({gen:t,evaluated:e,props:r,items:n}){r instanceof pe.Name&&t.assign((0,pe._)`${e}.props`,r),n instanceof pe.Name&&t.assign((0,pe._)`${e}.items`,n)}function XE(t,e,r,n){let{gen:i,schema:s,data:o,allErrors:l,opts:f,self:d}=t,{RULES:m}=d;if(s.$ref&&(f.ignoreKeywordsWithRef||!(0,rs.schemaHasRulesButRef)(s,m))){i.block(()=>cO(t,"$ref",m.all.$ref.definition));return}f.jtd||oU(t,e),i.block(()=>{for(let y of m.rules)g(y);g(m.post)});function g(y){(0,RS.shouldUseGroup)(s,y)&&(y.type?(i.if((0,Dh.checkDataType)(y.type,o,f.strictNumbers)),eO(t,y),e.length===1&&e[0]===y.type&&r&&(i.else(),(0,Dh.reportTypeError)(t)),i.endIf()):eO(t,y),l||i.if((0,pe._)`${we.default.errors} === ${n||0}`))}}function eO(t,e){let{gen:r,schema:n,opts:{useDefaults:i}}=t;i&&(0,W2.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,RS.shouldUseRule)(n,s)&&cO(t,s.keyword,s.definition,e.type)})}function oU(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(aU(t,e),t.opts.allowUnionTypes||lU(t,e),cU(t,t.dataTypes))}function aU(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{lO(t.dataTypes,r)||xS(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),fU(t,e)}}function lU(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&xS(t,"use allowUnionTypes to allow union type keyword")}function cU(t,e){let r=t.self.RULES.all;for(let n in r){let i=r[n];if(typeof i=="object"&&(0,RS.shouldUseRule)(t.schema,i)){let{type:s}=i.definition;s.length&&!s.some(o=>uU(e,o))&&xS(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function uU(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function lO(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function fU(t,e){let r=[];for(let n of t.dataTypes)lO(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function xS(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,rs.checkStrictMode)(t,e,t.opts.strictTypes)}var Fh=class{constructor(e,r,n){if((0,mf.validateKeywordUsage)(e,r,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=r.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,rs.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=r,this.$data)this.schemaCode=e.gen.const("vSchema",uO(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,mf.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=e.gen.const("_errs",we.default.errors))}result(e,r,n){this.failResult((0,pe.not)(e),r,n)}failResult(e,r,n){this.gen.if(e),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,pe.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,pe._)`${r} !== undefined && (${(0,pe.or)(this.invalid$data(),e)})`)}error(e,r,n){if(r){this.setParams(r),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,r){(e?hf.reportExtraError:hf.reportError)(this,this.def.error,r)}$dataError(){(0,hf.reportError)(this,this.def.$dataError||hf.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,hf.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,r){r?Object.assign(this.params,e):this.params=e}block$data(e,r,n=pe.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=pe.nil,r=pe.nil){if(!this.$data)return;let{gen:n,schemaCode:i,schemaType:s,def:o}=this;n.if((0,pe.or)((0,pe._)`${i} === undefined`,r)),e!==pe.nil&&n.assign(e,!0),(s.length||o.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==pe.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:i,it:s}=this;return(0,pe.or)(o(),l());function o(){if(n.length){if(!(r instanceof pe.Name))throw new Error("ajv implementation error");let f=Array.isArray(n)?n:[n];return(0,pe._)`${(0,Dh.checkDataTypes)(f,r,s.opts.strictNumbers,Dh.DataType.Wrong)}`}return pe.nil}function l(){if(i.validateSchema){let f=e.scopeValue("validate$data",{ref:i.validateSchema});return(0,pe._)`!${f}(${r})`}return pe.nil}}subschema(e,r){let n=(0,_S.getSubschema)(this.it,e);(0,_S.extendSubschemaData)(n,this.it,e),(0,_S.extendSubschemaMode)(n,e);let i={...this.it,...n,items:void 0,props:void 0};return Z2(i,r),i}mergeEvaluated(e,r){let{it:n,gen:i}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=rs.mergeEvaluated.props(i,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=rs.mergeEvaluated.items(i,e.items,n.items,r)))}mergeValidEvaluated(e,r){let{it:n,gen:i}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return i.if(r,()=>this.mergeEvaluated(e,pe.Name)),!0}};Js.KeywordCxt=Fh;function cO(t,e,r,n){let i=new Fh(t,r,e);"code"in r?r.code(i,n):i.$data&&r.validate?(0,mf.funcKeywordCode)(i,r):"macro"in r?(0,mf.macroKeywordCode)(i,r):(r.compile||r.validate)&&(0,mf.funcKeywordCode)(i,r)}var dU=/^\/(?:[^~]|~0|~1)*$/,pU=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function uO(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let i,s;if(t==="")return we.default.rootData;if(t[0]==="/"){if(!dU.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);i=t,s=we.default.rootData}else{let d=pU.exec(t);if(!d)throw new Error(`Invalid JSON-pointer: ${t}`);let m=+d[1];if(i=d[2],i==="#"){if(m>=e)throw new Error(f("property/index",m));return n[e-m]}if(m>e)throw new Error(f("data",m));if(s=r[e-m],!i)return s}let o=s,l=i.split("/");for(let d of l)d&&(s=(0,pe._)`${s}${(0,pe.getProperty)((0,rs.unescapeJsonPointer)(d))}`,o=(0,pe._)`${o} && ${s}`);return o;function f(d,m){return`Cannot access ${d} ${m} levels up, current level is ${e}`}}Js.getData=uO});var Lh=F(ES=>{"use strict";Object.defineProperty(ES,"__esModule",{value:!0});var CS=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};ES.default=CS});var yf=F(PS=>{"use strict";Object.defineProperty(PS,"__esModule",{value:!0});var OS=pf(),IS=class extends Error{constructor(e,r,n,i){super(i||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,OS.resolveUrl)(e,r,n),this.missingSchema=(0,OS.normalizeId)((0,OS.getFullPath)(e,this.missingRef))}};PS.default=IS});var Uh=F(Rn=>{"use strict";Object.defineProperty(Rn,"__esModule",{value:!0});Rn.resolveSchema=Rn.getCompilingSchema=Rn.resolveRef=Rn.compileSchema=Rn.SchemaEnv=void 0;var Wn=De(),hU=Lh(),oa=ts(),zn=pf(),fO=ze(),mU=gf(),rc=class{constructor(e){var r;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(r=e.baseId)!==null&&r!==void 0?r:(0,zn.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};Rn.SchemaEnv=rc;function TS(t){let e=dO.call(this,t);if(e)return e;let r=(0,zn.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:i}=this.opts.code,{ownProperties:s}=this.opts,o=new Wn.CodeGen(this.scope,{es5:n,lines:i,ownProperties:s}),l;t.$async&&(l=o.scopeValue("Error",{ref:hU.default,code:(0,Wn._)`require("ajv/dist/runtime/validation_error").default`}));let f=o.scopeName("validate");t.validateName=f;let d={gen:o,allErrors:this.opts.allErrors,data:oa.default.data,parentData:oa.default.parentData,parentDataProperty:oa.default.parentDataProperty,dataNames:[oa.default.data],dataPathArr:[Wn.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:o.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,Wn.stringify)(t.schema)}:{ref:t.schema}),validateName:f,ValidationError:l,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:Wn.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,Wn._)`""`,opts:this.opts,self:this},m;try{this._compilations.add(t),(0,mU.validateFunctionCode)(d),o.optimize(this.opts.code.optimize);let g=o.toString();m=`${o.scopeRefs(oa.default.scope)}return ${g}`,this.opts.code.process&&(m=this.opts.code.process(m,t));let w=new Function(`${oa.default.self}`,`${oa.default.scope}`,m)(this,this.scope.get());if(this.scope.value(f,{ref:w}),w.errors=null,w.schema=t.schema,w.schemaEnv=t,t.$async&&(w.$async=!0),this.opts.code.source===!0&&(w.source={validateName:f,validateCode:g,scopeValues:o._values}),this.opts.unevaluated){let{props:C,items:R}=d;w.evaluated={props:C instanceof Wn.Name?void 0:C,items:R instanceof Wn.Name?void 0:R,dynamicProps:C instanceof Wn.Name,dynamicItems:R instanceof Wn.Name},w.source&&(w.source.evaluated=(0,Wn.stringify)(w.evaluated))}return t.validate=w,t}catch(g){throw delete t.validate,delete t.validateName,m&&this.logger.error("Error compiling schema, function code:",m),g}finally{this._compilations.delete(t)}}Rn.compileSchema=TS;function gU(t,e,r){var n;r=(0,zn.resolveUrl)(this.opts.uriResolver,e,r);let i=t.refs[r];if(i)return i;let s=bU.call(this,t,r);if(s===void 0){let o=(n=t.localRefs)===null||n===void 0?void 0:n[r],{schemaId:l}=this.opts;o&&(s=new rc({schema:o,schemaId:l,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=yU.call(this,s)}Rn.resolveRef=gU;function yU(t){return(0,zn.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:TS.call(this,t)}function dO(t){for(let e of this._compilations)if(vU(e,t))return e}Rn.getCompilingSchema=dO;function vU(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function bU(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||jh.call(this,t,e)}function jh(t,e){let r=this.opts.uriResolver.parse(e),n=(0,zn._getFullPath)(this.opts.uriResolver,r),i=(0,zn.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===i)return kS.call(this,r,t);let s=(0,zn.normalizeId)(n),o=this.refs[s]||this.schemas[s];if(typeof o=="string"){let l=jh.call(this,t,o);return typeof l?.schema!="object"?void 0:kS.call(this,r,l)}if(typeof o?.schema=="object"){if(o.validate||TS.call(this,o),s===(0,zn.normalizeId)(e)){let{schema:l}=o,{schemaId:f}=this.opts,d=l[f];return d&&(i=(0,zn.resolveUrl)(this.opts.uriResolver,i,d)),new rc({schema:l,schemaId:f,root:t,baseId:i})}return kS.call(this,r,o)}}Rn.resolveSchema=jh;var SU=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function kS(t,{baseId:e,schema:r,root:n}){var i;if(((i=t.fragment)===null||i===void 0?void 0:i[0])!=="/")return;for(let l of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let f=r[(0,fO.unescapeFragment)(l)];if(f===void 0)return;r=f;let d=typeof r=="object"&&r[this.opts.schemaId];!SU.has(l)&&d&&(e=(0,zn.resolveUrl)(this.opts.uriResolver,e,d))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,fO.schemaHasRulesButRef)(r,this.RULES)){let l=(0,zn.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=jh.call(this,n,l)}let{schemaId:o}=this.opts;if(s=s||new rc({schema:r,schemaId:o,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var pO=F((N5,wU)=>{wU.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var $S=F((D5,bO)=>{"use strict";var _U=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),mO=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u),AS=RegExp.prototype.test.bind(/^[\da-f]{2}$/iu),gO=RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu),RU=RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu);function qS(t){let e="",r=0,n=0;for(n=0;n<t.length;n++)if(r=t[n].charCodeAt(0),r!==48){if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n];break}for(n+=1;n<t.length;n++){if(r=t[n].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n]}return e}var xU=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function hO(t){return t.length=0,!0}function CU(t,e,r){if(t.length){let n=qS(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function EU(t){let e=0,r={error:!1,address:"",zone:""},n=[],i=[],s=!1,o=!1,l=CU;for(let f=0;f<t.length;f++){let d=t[f];if(!(d==="["||d==="]"))if(d===":"){if(s===!0&&(o=!0),!l(i,n,r))break;if(++e>7){r.error=!0;break}f>0&&t[f-1]===":"&&(s=!0),n.push(":");continue}else if(d==="%"){if(!l(i,n,r))break;l=hO}else{i.push(d);continue}}return i.length&&(l===hO?r.zone=i.join(""):o?n.push(i.join("")):n.push(qS(i))),r.address=n.join(""),r}function yO(t){if(OU(t,":")<2)return{host:t,isIPV6:!1};let e=EU(t);if(e.error)return{host:t,isIPV6:!1};{let r=e.address,n=e.address;return e.zone&&(r+="%"+e.zone,n+="%25"+e.zone),{host:r,isIPV6:!0,escapedHost:n}}}function OU(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function IU(t){let e=t,r=[],n=-1,i=0;for(;i=e.length;){if(i===1){if(e===".")break;if(e==="/"){r.push("/");break}else{r.push(e);break}}else if(i===2){if(e[0]==="."){if(e[1]===".")break;if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&(e[1]==="."||e[1]==="/")){r.push("/");break}}else if(i===3&&e==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(e[0]==="."){if(e[1]==="."){if(e[2]==="/"){e=e.slice(3);continue}}else if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&e[1]==="."){if(e[2]==="/"){e=e.slice(2);continue}else if(e[2]==="."&&e[3]==="/"){e=e.slice(3),r.length!==0&&r.pop();continue}}if((n=e.indexOf("/",1))===-1){r.push(e);break}else r.push(e.slice(0,n)),e=e.slice(n)}return r.join("")}var PU={"@":"%40","/":"%2F","?":"%3F","#":"%23",":":"%3A"},kU=/[@/?#:]/g,TU=/[@/?#]/g;function vO(t,e){let r=e?TU:kU;return r.lastIndex=0,t.replace(r,n=>PU[n])}function AU(t,e=!1){if(t.indexOf("%")===-1)return t;let r="";for(let n=0;n<t.length;n++){if(t[n]==="%"&&n+2<t.length){let i=t.slice(n+1,n+3);if(AS(i)){let s=i.toUpperCase(),o=String.fromCharCode(parseInt(s,16));e&&gO(o)?r+=o:r+="%"+s,n+=2;continue}}r+=t[n]}return r}function qU(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(AS(n)){let i=n.toUpperCase(),s=String.fromCharCode(parseInt(i,16));s!=="."&&gO(s)?e+=s:e+="%"+i,r+=2;continue}}RU(t[r])?e+=t[r]:e+=escape(t[r])}return e}function $U(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(AS(n)){e+="%"+n.toUpperCase(),r+=2;continue}}e+=escape(t[r])}return e}function MU(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!mO(r)){let n=yO(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=vO(r,!1)}e.push(r)}return(typeof t.port=="number"||typeof t.port=="string")&&(e.push(":"),e.push(String(t.port))),e.length?e.join(""):void 0}bO.exports={nonSimpleDomain:xU,recomposeAuthority:MU,reescapeHostDelimiters:vO,normalizePercentEncoding:AU,normalizePathEncoding:qU,escapePreservingEscapes:$U,removeDotSegments:IU,isIPv4:mO,isUUID:_U,normalizeIPv6:yO,stringArrayToHexStripped:qS}});var xO=F((F5,RO)=>{"use strict";var{isUUID:NU}=$S(),DU=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,FU=["http","https","ws","wss","urn","urn:uuid"];function LU(t){return FU.indexOf(t)!==-1}function MS(t){return t.secure===!0?!0:t.secure===!1?!1:t.scheme?t.scheme.length===3&&(t.scheme[0]==="w"||t.scheme[0]==="W")&&(t.scheme[1]==="s"||t.scheme[1]==="S")&&(t.scheme[2]==="s"||t.scheme[2]==="S"):!1}function SO(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function wO(t){let e=String(t.scheme).toLowerCase()==="https";return(t.port===(e?443:80)||t.port==="")&&(t.port=void 0),t.path||(t.path="/"),t}function jU(t){return t.secure=MS(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function UU(t){if((t.port===(MS(t)?443:80)||t.port==="")&&(t.port=void 0),typeof t.secure=="boolean"&&(t.scheme=t.secure?"wss":"ws",t.secure=void 0),t.resourceName){let[e,r]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=r,t.resourceName=void 0}return t.fragment=void 0,t}function HU(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(DU);if(r){let n=e.scheme||t.scheme||"urn";t.nid=r[1].toLowerCase(),t.nss=r[2];let i=`${n}:${e.nid||t.nid}`,s=NS(i);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function BU(t,e){if(t.nid===void 0)throw new Error("URN without nid cannot be serialized");let r=e.scheme||t.scheme||"urn",n=t.nid.toLowerCase(),i=`${r}:${e.nid||n}`,s=NS(i);s&&(t=s.serialize(t,e));let o=t,l=t.nss;return o.path=`${n||e.nid}:${l}`,e.skipEscape=!0,o}function VU(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!NU(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function WU(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var _O={scheme:"http",domainHost:!0,parse:SO,serialize:wO},zU={scheme:"https",domainHost:_O.domainHost,parse:SO,serialize:wO},Hh={scheme:"ws",domainHost:!0,parse:jU,serialize:UU},JU={scheme:"wss",domainHost:Hh.domainHost,parse:Hh.parse,serialize:Hh.serialize},YU={scheme:"urn",parse:HU,serialize:BU,skipNormalize:!0},GU={scheme:"urn:uuid",parse:VU,serialize:WU,skipNormalize:!0},Bh={http:_O,https:zU,ws:Hh,wss:JU,urn:YU,"urn:uuid":GU};Object.setPrototypeOf(Bh,null);function NS(t){return t&&(Bh[t]||Bh[t.toLowerCase()])||void 0}RO.exports={wsIsSecure:MS,SCHEMES:Bh,isValidSchemeName:LU,getSchemeHandler:NS}});var kO=F((L5,Vh)=>{"use strict";var{normalizeIPv6:KU,removeDotSegments:vf,recomposeAuthority:QU,normalizePercentEncoding:ZU,normalizePathEncoding:XU,escapePreservingEscapes:eH,reescapeHostDelimiters:tH,isIPv4:rH,nonSimpleDomain:nH}=$S(),{SCHEMES:iH,getSchemeHandler:EO}=xO();function sH(t,e){return typeof t=="string"?t=uH(t,e):typeof t=="object"&&(t=nc(aa(t,e),e)),t}function oH(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},i=OO(nc(t,n),nc(e,n),n,!0);return n.skipEscape=!0,aa(i,n)}function OO(t,e,r,n){let i={};return n||(t=nc(aa(t,r),r),e=nc(aa(e,r),r)),r=r||{},!r.tolerant&&e.scheme?(i.scheme=e.scheme,i.userinfo=e.userinfo,i.host=e.host,i.port=e.port,i.path=vf(e.path||""),i.query=e.query):(e.userinfo!==void 0||e.host!==void 0||e.port!==void 0?(i.userinfo=e.userinfo,i.host=e.host,i.port=e.port,i.path=vf(e.path||""),i.query=e.query):(e.path?(e.path[0]==="/"?i.path=vf(e.path):((t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)&&!t.path?i.path="/"+e.path:t.path?i.path=t.path.slice(0,t.path.lastIndexOf("/")+1)+e.path:i.path=e.path,i.path=vf(i.path)),i.query=e.query):(i.path=t.path,e.query!==void 0?i.query=e.query:i.query=t.query),i.userinfo=t.userinfo,i.host=t.host,i.port=t.port),i.scheme=t.scheme),i.fragment=e.fragment,i}function aH(t,e,r){let n=CO(t,r),i=CO(e,r);return n!==void 0&&i!==void 0&&n.toLowerCase()===i.toLowerCase()}function aa(t,e){let r={host:t.host,scheme:t.scheme,userinfo:t.userinfo,port:t.port,path:t.path,query:t.query,nid:t.nid,nss:t.nss,uuid:t.uuid,fragment:t.fragment,reference:t.reference,resourceName:t.resourceName,secure:t.secure,error:""},n=Object.assign({},e),i=[],s=EO(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=ZU(r.path):(r.path=eH(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&i.push(r.scheme,":");let o=QU(r);if(o!==void 0&&(n.reference!=="suffix"&&i.push("//"),i.push(o),r.path&&r.path[0]!=="/"&&i.push("/")),r.path!==void 0){let l=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(l=vf(l)),o===void 0&&l[0]==="/"&&l[1]==="/"&&(l="/%2F"+l.slice(2)),i.push(l)}return r.query!==void 0&&i.push("?",r.query),r.fragment!==void 0&&i.push("#",r.fragment),i.join("")}var lH=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function cH(t,e){if(e[2]!==void 0&&t.path&&t.path[0]!=="/")return'URI path must start with "/" when authority is present.';if(typeof t.port=="number"&&(t.port<0||t.port>65535))return"URI port is malformed."}function IO(t,e){let r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},i=!1,s=!1;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let o=t.match(lH);if(o){n.scheme=o[1],n.userinfo=o[3],n.host=o[4],n.port=parseInt(o[5],10),n.path=o[6]||"",n.query=o[7],n.fragment=o[8],isNaN(n.port)&&(n.port=o[5]);let l=cH(n,o);if(l!==void 0&&(n.error=n.error||l,i=!0),n.host)if(rH(n.host)===!1){let m=KU(n.host);n.host=m.host.toLowerCase(),s=m.isIPV6}else s=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let f=EO(r.scheme||n.scheme);if(!r.unicodeSupport&&(!f||!f.unicodeSupport)&&n.host&&(r.domainHost||f&&f.domainHost)&&s===!1&&nH(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(d){n.error=n.error||"Host's domain name can not be converted to ASCII: "+d}if((!f||f&&!f.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=tH(unescape(n.host),s))),n.path&&(n.path=XU(n.path)),n.fragment))try{n.fragment=encodeURI(decodeURIComponent(n.fragment))}catch{n.error=n.error||"URI malformed"}f&&f.parse&&f.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return{parsed:n,malformedAuthorityOrPort:i}}function nc(t,e){return IO(t,e).parsed}function uH(t,e){return PO(t,e).normalized}function PO(t,e){let{parsed:r,malformedAuthorityOrPort:n}=IO(t,e);return{normalized:n?t:aa(r,e),malformedAuthorityOrPort:n}}function CO(t,e){if(typeof t=="string"){let{normalized:r,malformedAuthorityOrPort:n}=PO(t,e);return n?void 0:r}if(typeof t=="object")return aa(t,e)}var DS={SCHEMES:iH,normalize:sH,resolve:oH,resolveComponent:OO,equal:aH,serialize:aa,parse:nc};Vh.exports=DS;Vh.exports.default=DS;Vh.exports.fastUri=DS});var AO=F(FS=>{"use strict";Object.defineProperty(FS,"__esModule",{value:!0});var TO=kO();TO.code='require("ajv/dist/runtime/uri").default';FS.default=TO});var jO=F(Xt=>{"use strict";Object.defineProperty(Xt,"__esModule",{value:!0});Xt.CodeGen=Xt.Name=Xt.nil=Xt.stringify=Xt.str=Xt._=Xt.KeywordCxt=void 0;var fH=gf();Object.defineProperty(Xt,"KeywordCxt",{enumerable:!0,get:function(){return fH.KeywordCxt}});var ic=De();Object.defineProperty(Xt,"_",{enumerable:!0,get:function(){return ic._}});Object.defineProperty(Xt,"str",{enumerable:!0,get:function(){return ic.str}});Object.defineProperty(Xt,"stringify",{enumerable:!0,get:function(){return ic.stringify}});Object.defineProperty(Xt,"nil",{enumerable:!0,get:function(){return ic.nil}});Object.defineProperty(Xt,"Name",{enumerable:!0,get:function(){return ic.Name}});Object.defineProperty(Xt,"CodeGen",{enumerable:!0,get:function(){return ic.CodeGen}});var dH=Lh(),DO=yf(),pH=dS(),bf=Uh(),hH=De(),Sf=pf(),Wh=df(),jS=ze(),qO=pO(),mH=AO(),FO=(t,e)=>new RegExp(t,e);FO.code="new RegExp";var gH=["removeAdditional","useDefaults","coerceTypes"],yH=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),vH={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."},bH={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},$O=200;function SH(t){var e,r,n,i,s,o,l,f,d,m,g,y,w,C,R,P,A,U,B,z,V,X,T,_,k;let M=t.strict,j=(e=t.code)===null||e===void 0?void 0:e.optimize,$=j===!0||j===void 0?1:j||0,Y=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:FO,K=(i=t.uriResolver)!==null&&i!==void 0?i:mH.default;return{strictSchema:(o=(s=t.strictSchema)!==null&&s!==void 0?s:M)!==null&&o!==void 0?o:!0,strictNumbers:(f=(l=t.strictNumbers)!==null&&l!==void 0?l:M)!==null&&f!==void 0?f:!0,strictTypes:(m=(d=t.strictTypes)!==null&&d!==void 0?d:M)!==null&&m!==void 0?m:"log",strictTuples:(y=(g=t.strictTuples)!==null&&g!==void 0?g:M)!==null&&y!==void 0?y:"log",strictRequired:(C=(w=t.strictRequired)!==null&&w!==void 0?w:M)!==null&&C!==void 0?C:!1,code:t.code?{...t.code,optimize:$,regExp:Y}:{optimize:$,regExp:Y},loopRequired:(R=t.loopRequired)!==null&&R!==void 0?R:$O,loopEnum:(P=t.loopEnum)!==null&&P!==void 0?P:$O,meta:(A=t.meta)!==null&&A!==void 0?A:!0,messages:(U=t.messages)!==null&&U!==void 0?U:!0,inlineRefs:(B=t.inlineRefs)!==null&&B!==void 0?B:!0,schemaId:(z=t.schemaId)!==null&&z!==void 0?z:"$id",addUsedSchema:(V=t.addUsedSchema)!==null&&V!==void 0?V:!0,validateSchema:(X=t.validateSchema)!==null&&X!==void 0?X:!0,validateFormats:(T=t.validateFormats)!==null&&T!==void 0?T:!0,unicodeRegExp:(_=t.unicodeRegExp)!==null&&_!==void 0?_:!0,int32range:(k=t.int32range)!==null&&k!==void 0?k:!0,uriResolver:K}}var wf=class{constructor(e={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...SH(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new hH.ValueScope({scope:{},prefixes:yH,es5:r,lines:n}),this.logger=EH(e.logger);let i=e.validateFormats;e.validateFormats=!1,this.RULES=(0,pH.getRules)(),MO.call(this,vH,e,"NOT SUPPORTED"),MO.call(this,bH,e,"DEPRECATED","warn"),this._metaOpts=xH.call(this),e.formats&&_H.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&RH.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),wH.call(this),e.validateFormats=i}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,i=qO;n==="id"&&(i={...qO},i.id=i.$id,delete i.$id),r&&e&&this.addMetaSchema(i,i[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let i=n(r);return"$async"in n||(this.errors=n.errors),i}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return i.call(this,e,r);async function i(m,g){await s.call(this,m.$schema);let y=this._addSchema(m,g);return y.validate||o.call(this,y)}async function s(m){m&&!this.getSchema(m)&&await i.call(this,{$ref:m},!0)}async function o(m){try{return this._compileSchemaEnv(m)}catch(g){if(!(g instanceof DO.default))throw g;return l.call(this,g),await f.call(this,g.missingSchema),o.call(this,m)}}function l({missingSchema:m,missingRef:g}){if(this.refs[m])throw new Error(`AnySchema ${m} is loaded but ${g} cannot be resolved`)}async function f(m){let g=await d.call(this,m);this.refs[m]||await s.call(this,g.$schema),this.refs[m]||this.addSchema(g,m,r)}async function d(m){let g=this._loading[m];if(g)return g;try{return await(this._loading[m]=n(m))}finally{delete this._loading[m]}}}addSchema(e,r,n,i=this.opts.validateSchema){if(Array.isArray(e)){for(let o of e)this.addSchema(o,void 0,n,i);return this}let s;if(typeof e=="object"){let{schemaId:o}=this.opts;if(s=e[o],s!==void 0&&typeof s!="string")throw new Error(`schema ${o} must be string`)}return r=(0,Sf.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(e,n,r,i,!0),this}addMetaSchema(e,r,n=this.opts.validateSchema){return this.addSchema(e,r,!0,n),this}validateSchema(e,r){if(typeof e=="boolean")return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let i=this.validate(n,e);if(!i&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return i}getSchema(e){let r;for(;typeof(r=NO.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,i=new bf.SchemaEnv({schema:{},schemaId:n});if(r=bf.resolveSchema.call(this,i,e),!r)return;this.refs[e]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=NO.call(this,e);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let r=e;this._cache.delete(r);let n=e[this.opts.schemaId];return n&&(n=(0,Sf.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let r of e)this.addKeyword(r);return this}addKeyword(e,r){let n;if(typeof e=="string")n=e,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof e=="object"&&r===void 0){if(r=e,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(IH.call(this,n,r),!r)return(0,jS.eachItem)(n,s=>LS.call(this,s)),this;kH.call(this,r);let i={...r,type:(0,Wh.getJSONTypes)(r.type),schemaType:(0,Wh.getJSONTypes)(r.schemaType)};return(0,jS.eachItem)(n,i.type.length===0?s=>LS.call(this,s,i):s=>i.type.forEach(o=>LS.call(this,s,i,o))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let n of r.rules){let i=n.rules.findIndex(s=>s.keyword===e);i>=0&&n.rules.splice(i,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(i=>`${n}${i.instancePath} ${i.message}`).reduce((i,s)=>i+r+s)}$dataMetaSchema(e,r){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let i of r){let s=i.split("/").slice(1),o=e;for(let l of s)o=o[l];for(let l in n){let f=n[l];if(typeof f!="object")continue;let{$data:d}=f.definition,m=o[l];d&&m&&(o[l]=LO(m))}}return e}_removeAllSchemas(e,r){for(let n in e){let i=e[n];(!r||r.test(n))&&(typeof i=="string"?delete e[n]:i&&!i.meta&&(this._cache.delete(i.schema),delete e[n]))}}_addSchema(e,r,n,i=this.opts.validateSchema,s=this.opts.addUsedSchema){let o,{schemaId:l}=this.opts;if(typeof e=="object")o=e[l];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let f=this._cache.get(e);if(f!==void 0)return f;n=(0,Sf.normalizeId)(o||n);let d=Sf.getSchemaRefs.call(this,e,n);return f=new bf.SchemaEnv({schema:e,schemaId:l,meta:r,baseId:n,localRefs:d}),this._cache.set(f.schema,f),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=f),i&&this.validateSchema(e,!0),f}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):bf.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let r=this.opts;this.opts=this._metaOpts;try{bf.compileSchema.call(this,e)}finally{this.opts=r}}};wf.ValidationError=dH.default;wf.MissingRefError=DO.default;Xt.default=wf;function MO(t,e,r,n="error"){for(let i in t){let s=i;s in e&&this.logger[n](`${r}: option ${i}. ${t[s]}`)}}function NO(t){return t=(0,Sf.normalizeId)(t),this.schemas[t]||this.refs[t]}function wH(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function _H(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function RH(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function xH(){let t={...this.opts};for(let e of gH)delete t[e];return t}var CH={log(){},warn(){},error(){}};function EH(t){if(t===!1)return CH;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var OH=/^[a-z_$][a-z0-9_$:-]*$/i;function IH(t,e){let{RULES:r}=this;if((0,jS.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!OH.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function LS(t,e,r){var n;let i=e?.post;if(r&&i)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,o=i?s.post:s.rules.find(({type:f})=>f===r);if(o||(o={type:r,rules:[]},s.rules.push(o)),s.keywords[t]=!0,!e)return;let l={keyword:t,definition:{...e,type:(0,Wh.getJSONTypes)(e.type),schemaType:(0,Wh.getJSONTypes)(e.schemaType)}};e.before?PH.call(this,o,l,e.before):o.rules.push(l),s.all[t]=l,(n=e.implements)===null||n===void 0||n.forEach(f=>this.addKeyword(f))}function PH(t,e,r){let n=t.rules.findIndex(i=>i.keyword===r);n>=0?t.rules.splice(n,0,e):(t.rules.push(e),this.logger.warn(`rule ${r} is not defined`))}function kH(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=LO(e)),t.validateSchema=this.compile(e,!0))}var TH={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function LO(t){return{anyOf:[t,TH]}}});var UO=F(US=>{"use strict";Object.defineProperty(US,"__esModule",{value:!0});var AH={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};US.default=AH});var WO=F(la=>{"use strict";Object.defineProperty(la,"__esModule",{value:!0});la.callRef=la.getValidate=void 0;var qH=yf(),HO=_n(),Lr=De(),sc=ts(),BO=Uh(),zh=ze(),$H={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:n}=t,{baseId:i,schemaEnv:s,validateName:o,opts:l,self:f}=n,{root:d}=s;if((r==="#"||r==="#/")&&i===d.baseId)return g();let m=BO.resolveRef.call(f,d,i,r);if(m===void 0)throw new qH.default(n.opts.uriResolver,i,r);if(m instanceof BO.SchemaEnv)return y(m);return w(m);function g(){if(s===d)return Jh(t,o,s,s.$async);let C=e.scopeValue("root",{ref:d});return Jh(t,(0,Lr._)`${C}.validate`,d,d.$async)}function y(C){let R=VO(t,C);Jh(t,R,C,C.$async)}function w(C){let R=e.scopeValue("schema",l.code.source===!0?{ref:C,code:(0,Lr.stringify)(C)}:{ref:C}),P=e.name("valid"),A=t.subschema({schema:C,dataTypes:[],schemaPath:Lr.nil,topSchemaRef:R,errSchemaPath:r},P);t.mergeEvaluated(A),t.ok(P)}}};function VO(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,Lr._)`${r.scopeValue("wrapper",{ref:e})}.validate`}la.getValidate=VO;function Jh(t,e,r,n){let{gen:i,it:s}=t,{allErrors:o,schemaEnv:l,opts:f}=s,d=f.passContext?sc.default.this:Lr.nil;n?m():g();function m(){if(!l.$async)throw new Error("async schema referenced by sync schema");let C=i.let("valid");i.try(()=>{i.code((0,Lr._)`await ${(0,HO.callValidateCode)(t,e,d)}`),w(e),o||i.assign(C,!0)},R=>{i.if((0,Lr._)`!(${R} instanceof ${s.ValidationError})`,()=>i.throw(R)),y(R),o||i.assign(C,!1)}),t.ok(C)}function g(){t.result((0,HO.callValidateCode)(t,e,d),()=>w(e),()=>y(e))}function y(C){let R=(0,Lr._)`${C}.errors`;i.assign(sc.default.vErrors,(0,Lr._)`${sc.default.vErrors} === null ? ${R} : ${sc.default.vErrors}.concat(${R})`),i.assign(sc.default.errors,(0,Lr._)`${sc.default.vErrors}.length`)}function w(C){var R;if(!s.opts.unevaluated)return;let P=(R=r?.validate)===null||R===void 0?void 0:R.evaluated;if(s.props!==!0)if(P&&!P.dynamicProps)P.props!==void 0&&(s.props=zh.mergeEvaluated.props(i,P.props,s.props));else{let A=i.var("props",(0,Lr._)`${C}.evaluated.props`);s.props=zh.mergeEvaluated.props(i,A,s.props,Lr.Name)}if(s.items!==!0)if(P&&!P.dynamicItems)P.items!==void 0&&(s.items=zh.mergeEvaluated.items(i,P.items,s.items));else{let A=i.var("items",(0,Lr._)`${C}.evaluated.items`);s.items=zh.mergeEvaluated.items(i,A,s.items,Lr.Name)}}}la.callRef=Jh;la.default=$H});var zO=F(HS=>{"use strict";Object.defineProperty(HS,"__esModule",{value:!0});var MH=UO(),NH=WO(),DH=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",MH.default,NH.default];HS.default=DH});var JO=F(BS=>{"use strict";Object.defineProperty(BS,"__esModule",{value:!0});var Yh=De(),Ys=Yh.operators,Gh={maximum:{okStr:"<=",ok:Ys.LTE,fail:Ys.GT},minimum:{okStr:">=",ok:Ys.GTE,fail:Ys.LT},exclusiveMaximum:{okStr:"<",ok:Ys.LT,fail:Ys.GTE},exclusiveMinimum:{okStr:">",ok:Ys.GT,fail:Ys.LTE}},FH={message:({keyword:t,schemaCode:e})=>(0,Yh.str)`must be ${Gh[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Yh._)`{comparison: ${Gh[t].okStr}, limit: ${e}}`},LH={keyword:Object.keys(Gh),type:"number",schemaType:"number",$data:!0,error:FH,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,Yh._)`${r} ${Gh[e].fail} ${n} || isNaN(${r})`)}};BS.default=LH});var YO=F(VS=>{"use strict";Object.defineProperty(VS,"__esModule",{value:!0});var _f=De(),jH={message:({schemaCode:t})=>(0,_f.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,_f._)`{multipleOf: ${t}}`},UH={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:jH,code(t){let{gen:e,data:r,schemaCode:n,it:i}=t,s=i.opts.multipleOfPrecision,o=e.let("res"),l=s?(0,_f._)`Math.abs(Math.round(${o}) - ${o}) > 1e-${s}`:(0,_f._)`${o} !== parseInt(${o})`;t.fail$data((0,_f._)`(${n} === 0 || (${o} = ${r}/${n}, ${l}))`)}};VS.default=UH});var KO=F(WS=>{"use strict";Object.defineProperty(WS,"__esModule",{value:!0});function GO(t){let e=t.length,r=0,n=0,i;for(;n<e;)r++,i=t.charCodeAt(n++),i>=55296&&i<=56319&&n<e&&(i=t.charCodeAt(n),(i&64512)===56320&&n++);return r}WS.default=GO;GO.code='require("ajv/dist/runtime/ucs2length").default'});var QO=F(zS=>{"use strict";Object.defineProperty(zS,"__esModule",{value:!0});var ca=De(),HH=ze(),BH=KO(),VH={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,ca.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,ca._)`{limit: ${t}}`},WH={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:VH,code(t){let{keyword:e,data:r,schemaCode:n,it:i}=t,s=e==="maxLength"?ca.operators.GT:ca.operators.LT,o=i.opts.unicode===!1?(0,ca._)`${r}.length`:(0,ca._)`${(0,HH.useFunc)(t.gen,BH.default)}(${r})`;t.fail$data((0,ca._)`${o} ${s} ${n}`)}};zS.default=WH});var ZO=F(JS=>{"use strict";Object.defineProperty(JS,"__esModule",{value:!0});var zH=_n(),JH=ze(),oc=De(),YH={message:({schemaCode:t})=>(0,oc.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,oc._)`{pattern: ${t}}`},GH={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:YH,code(t){let{gen:e,data:r,$data:n,schema:i,schemaCode:s,it:o}=t,l=o.opts.unicodeRegExp?"u":"";if(n){let{regExp:f}=o.opts.code,d=f.code==="new RegExp"?(0,oc._)`new RegExp`:(0,JH.useFunc)(e,f),m=e.let("valid");e.try(()=>e.assign(m,(0,oc._)`${d}(${s}, ${l}).test(${r})`),()=>e.assign(m,!1)),t.fail$data((0,oc._)`!${m}`)}else{let f=(0,zH.usePattern)(t,i);t.fail$data((0,oc._)`!${f}.test(${r})`)}}};JS.default=GH});var XO=F(YS=>{"use strict";Object.defineProperty(YS,"__esModule",{value:!0});var Rf=De(),KH={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,Rf.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,Rf._)`{limit: ${t}}`},QH={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:KH,code(t){let{keyword:e,data:r,schemaCode:n}=t,i=e==="maxProperties"?Rf.operators.GT:Rf.operators.LT;t.fail$data((0,Rf._)`Object.keys(${r}).length ${i} ${n}`)}};YS.default=QH});var eI=F(GS=>{"use strict";Object.defineProperty(GS,"__esModule",{value:!0});var xf=_n(),Cf=De(),ZH=ze(),XH={message:({params:{missingProperty:t}})=>(0,Cf.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Cf._)`{missingProperty: ${t}}`},eB={keyword:"required",type:"object",schemaType:"array",$data:!0,error:XH,code(t){let{gen:e,schema:r,schemaCode:n,data:i,$data:s,it:o}=t,{opts:l}=o;if(!s&&r.length===0)return;let f=r.length>=l.loopRequired;if(o.allErrors?d():m(),l.strictRequired){let w=t.parentSchema.properties,{definedProperties:C}=t.it;for(let R of r)if(w?.[R]===void 0&&!C.has(R)){let P=o.schemaEnv.baseId+o.errSchemaPath,A=`required property "${R}" is not defined at "${P}" (strictRequired)`;(0,ZH.checkStrictMode)(o,A,o.opts.strictRequired)}}function d(){if(f||s)t.block$data(Cf.nil,g);else for(let w of r)(0,xf.checkReportMissingProp)(t,w)}function m(){let w=e.let("missing");if(f||s){let C=e.let("valid",!0);t.block$data(C,()=>y(w,C)),t.ok(C)}else e.if((0,xf.checkMissingProp)(t,r,w)),(0,xf.reportMissingProp)(t,w),e.else()}function g(){e.forOf("prop",n,w=>{t.setParams({missingProperty:w}),e.if((0,xf.noPropertyInData)(e,i,w,l.ownProperties),()=>t.error())})}function y(w,C){t.setParams({missingProperty:w}),e.forOf(w,n,()=>{e.assign(C,(0,xf.propertyInData)(e,i,w,l.ownProperties)),e.if((0,Cf.not)(C),()=>{t.error(),e.break()})},Cf.nil)}}};GS.default=eB});var tI=F(KS=>{"use strict";Object.defineProperty(KS,"__esModule",{value:!0});var Ef=De(),tB={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,Ef.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Ef._)`{limit: ${t}}`},rB={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:tB,code(t){let{keyword:e,data:r,schemaCode:n}=t,i=e==="maxItems"?Ef.operators.GT:Ef.operators.LT;t.fail$data((0,Ef._)`${r}.length ${i} ${n}`)}};KS.default=rB});var Kh=F(QS=>{"use strict";Object.defineProperty(QS,"__esModule",{value:!0});var rI=SS();rI.code='require("ajv/dist/runtime/equal").default';QS.default=rI});var nI=F(XS=>{"use strict";Object.defineProperty(XS,"__esModule",{value:!0});var ZS=df(),er=De(),nB=ze(),iB=Kh(),sB={message:({params:{i:t,j:e}})=>(0,er.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,er._)`{i: ${t}, j: ${e}}`},oB={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:sB,code(t){let{gen:e,data:r,$data:n,schema:i,parentSchema:s,schemaCode:o,it:l}=t;if(!n&&!i)return;let f=e.let("valid"),d=s.items?(0,ZS.getSchemaTypes)(s.items):[];t.block$data(f,m,(0,er._)`${o} === false`),t.ok(f);function m(){let C=e.let("i",(0,er._)`${r}.length`),R=e.let("j");t.setParams({i:C,j:R}),e.assign(f,!0),e.if((0,er._)`${C} > 1`,()=>(g()?y:w)(C,R))}function g(){return d.length>0&&!d.some(C=>C==="object"||C==="array")}function y(C,R){let P=e.name("item"),A=(0,ZS.checkDataTypes)(d,P,l.opts.strictNumbers,ZS.DataType.Wrong),U=e.const("indices",(0,er._)`{}`);e.for((0,er._)`;${C}--;`,()=>{e.let(P,(0,er._)`${r}[${C}]`),e.if(A,(0,er._)`continue`),d.length>1&&e.if((0,er._)`typeof ${P} == "string"`,(0,er._)`${P} += "_"`),e.if((0,er._)`typeof ${U}[${P}] == "number"`,()=>{e.assign(R,(0,er._)`${U}[${P}]`),t.error(),e.assign(f,!1).break()}).code((0,er._)`${U}[${P}] = ${C}`)})}function w(C,R){let P=(0,nB.useFunc)(e,iB.default),A=e.name("outer");e.label(A).for((0,er._)`;${C}--;`,()=>e.for((0,er._)`${R} = ${C}; ${R}--;`,()=>e.if((0,er._)`${P}(${r}[${C}], ${r}[${R}])`,()=>{t.error(),e.assign(f,!1).break(A)})))}}};XS.default=oB});var iI=F(t0=>{"use strict";Object.defineProperty(t0,"__esModule",{value:!0});var e0=De(),aB=ze(),lB=Kh(),cB={message:"must be equal to constant",params:({schemaCode:t})=>(0,e0._)`{allowedValue: ${t}}`},uB={keyword:"const",$data:!0,error:cB,code(t){let{gen:e,data:r,$data:n,schemaCode:i,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,e0._)`!${(0,aB.useFunc)(e,lB.default)}(${r}, ${i})`):t.fail((0,e0._)`${s} !== ${r}`)}};t0.default=uB});var sI=F(r0=>{"use strict";Object.defineProperty(r0,"__esModule",{value:!0});var Of=De(),fB=ze(),dB=Kh(),pB={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Of._)`{allowedValues: ${t}}`},hB={keyword:"enum",schemaType:"array",$data:!0,error:pB,code(t){let{gen:e,data:r,$data:n,schema:i,schemaCode:s,it:o}=t;if(!n&&i.length===0)throw new Error("enum must have non-empty array");let l=i.length>=o.opts.loopEnum,f,d=()=>f??(f=(0,fB.useFunc)(e,dB.default)),m;if(l||n)m=e.let("valid"),t.block$data(m,g);else{if(!Array.isArray(i))throw new Error("ajv implementation error");let w=e.const("vSchema",s);m=(0,Of.or)(...i.map((C,R)=>y(w,R)))}t.pass(m);function g(){e.assign(m,!1),e.forOf("v",s,w=>e.if((0,Of._)`${d()}(${r}, ${w})`,()=>e.assign(m,!0).break()))}function y(w,C){let R=i[C];return typeof R=="object"&&R!==null?(0,Of._)`${d()}(${r}, ${w}[${C}])`:(0,Of._)`${r} === ${R}`}}};r0.default=hB});var oI=F(n0=>{"use strict";Object.defineProperty(n0,"__esModule",{value:!0});var mB=JO(),gB=YO(),yB=QO(),vB=ZO(),bB=XO(),SB=eI(),wB=tI(),_B=nI(),RB=iI(),xB=sI(),CB=[mB.default,gB.default,yB.default,vB.default,bB.default,SB.default,wB.default,_B.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},RB.default,xB.default];n0.default=CB});var s0=F(If=>{"use strict";Object.defineProperty(If,"__esModule",{value:!0});If.validateAdditionalItems=void 0;var ua=De(),i0=ze(),EB={message:({params:{len:t}})=>(0,ua.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,ua._)`{limit: ${t}}`},OB={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:EB,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,i0.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}aI(t,n)}};function aI(t,e){let{gen:r,schema:n,data:i,keyword:s,it:o}=t;o.items=!0;let l=r.const("len",(0,ua._)`${i}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,ua._)`${l} <= ${e.length}`);else if(typeof n=="object"&&!(0,i0.alwaysValidSchema)(o,n)){let d=r.var("valid",(0,ua._)`${l} <= ${e.length}`);r.if((0,ua.not)(d),()=>f(d)),t.ok(d)}function f(d){r.forRange("i",e.length,l,m=>{t.subschema({keyword:s,dataProp:m,dataPropType:i0.Type.Num},d),o.allErrors||r.if((0,ua.not)(d),()=>r.break())})}}If.validateAdditionalItems=aI;If.default=OB});var o0=F(Pf=>{"use strict";Object.defineProperty(Pf,"__esModule",{value:!0});Pf.validateTuple=void 0;var lI=De(),Qh=ze(),IB=_n(),PB={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return cI(t,"additionalItems",e);r.items=!0,!(0,Qh.alwaysValidSchema)(r,e)&&t.ok((0,IB.validateArray)(t))}};function cI(t,e,r=t.schema){let{gen:n,parentSchema:i,data:s,keyword:o,it:l}=t;m(i),l.opts.unevaluated&&r.length&&l.items!==!0&&(l.items=Qh.mergeEvaluated.items(n,r.length,l.items));let f=n.name("valid"),d=n.const("len",(0,lI._)`${s}.length`);r.forEach((g,y)=>{(0,Qh.alwaysValidSchema)(l,g)||(n.if((0,lI._)`${d} > ${y}`,()=>t.subschema({keyword:o,schemaProp:y,dataProp:y},f)),t.ok(f))});function m(g){let{opts:y,errSchemaPath:w}=l,C=r.length,R=C===g.minItems&&(C===g.maxItems||g[e]===!1);if(y.strictTuples&&!R){let P=`"${o}" is ${C}-tuple, but minItems or maxItems/${e} are not specified or different at path "${w}"`;(0,Qh.checkStrictMode)(l,P,y.strictTuples)}}}Pf.validateTuple=cI;Pf.default=PB});var uI=F(a0=>{"use strict";Object.defineProperty(a0,"__esModule",{value:!0});var kB=o0(),TB={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,kB.validateTuple)(t,"items")};a0.default=TB});var dI=F(l0=>{"use strict";Object.defineProperty(l0,"__esModule",{value:!0});var fI=De(),AB=ze(),qB=_n(),$B=s0(),MB={message:({params:{len:t}})=>(0,fI.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,fI._)`{limit: ${t}}`},NB={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:MB,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:i}=r;n.items=!0,!(0,AB.alwaysValidSchema)(n,e)&&(i?(0,$B.validateAdditionalItems)(t,i):t.ok((0,qB.validateArray)(t)))}};l0.default=NB});var pI=F(c0=>{"use strict";Object.defineProperty(c0,"__esModule",{value:!0});var xn=De(),Zh=ze(),DB={message:({params:{min:t,max:e}})=>e===void 0?(0,xn.str)`must contain at least ${t} valid item(s)`:(0,xn.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,xn._)`{minContains: ${t}}`:(0,xn._)`{minContains: ${t}, maxContains: ${e}}`},FB={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:DB,code(t){let{gen:e,schema:r,parentSchema:n,data:i,it:s}=t,o,l,{minContains:f,maxContains:d}=n;s.opts.next?(o=f===void 0?1:f,l=d):o=1;let m=e.const("len",(0,xn._)`${i}.length`);if(t.setParams({min:o,max:l}),l===void 0&&o===0){(0,Zh.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(l!==void 0&&o>l){(0,Zh.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,Zh.alwaysValidSchema)(s,r)){let R=(0,xn._)`${m} >= ${o}`;l!==void 0&&(R=(0,xn._)`${R} && ${m} <= ${l}`),t.pass(R);return}s.items=!0;let g=e.name("valid");l===void 0&&o===1?w(g,()=>e.if(g,()=>e.break())):o===0?(e.let(g,!0),l!==void 0&&e.if((0,xn._)`${i}.length > 0`,y)):(e.let(g,!1),y()),t.result(g,()=>t.reset());function y(){let R=e.name("_valid"),P=e.let("count",0);w(R,()=>e.if(R,()=>C(P)))}function w(R,P){e.forRange("i",0,m,A=>{t.subschema({keyword:"contains",dataProp:A,dataPropType:Zh.Type.Num,compositeRule:!0},R),P()})}function C(R){e.code((0,xn._)`${R}++`),l===void 0?e.if((0,xn._)`${R} >= ${o}`,()=>e.assign(g,!0).break()):(e.if((0,xn._)`${R} > ${l}`,()=>e.assign(g,!1).break()),o===1?e.assign(g,!0):e.if((0,xn._)`${R} >= ${o}`,()=>e.assign(g,!0)))}}};c0.default=FB});var gI=F(xi=>{"use strict";Object.defineProperty(xi,"__esModule",{value:!0});xi.validateSchemaDeps=xi.validatePropertyDeps=xi.error=void 0;var u0=De(),LB=ze(),kf=_n();xi.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,u0.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,u0._)`{property: ${t},
|
|
23
|
+
`+new Error().stack),b=!1}return h.apply(this,arguments)},h)}var k={};function M(u,h){e.deprecationHandler!=null&&e.deprecationHandler(u,h),k[u]||(P(h),k[u]=!0)}e.suppressDeprecationWarnings=!1,e.deprecationHandler=null;function j(u){return typeof Function<"u"&&u instanceof Function||Object.prototype.toString.call(u)==="[object Function]"}function $(u){var h,b;for(b in u)s(u,b)&&(h=u[b],j(h)?this[b]=h:this["_"+b]=h);this._config=u,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function Y(u,h){var b=g({},u),S;for(S in h)s(h,S)&&(i(u[S])&&i(h[S])?(b[S]={},g(b[S],u[S]),g(b[S],h[S])):h[S]!=null?b[S]=h[S]:delete b[S]);for(S in u)s(u,S)&&!s(h,S)&&i(u[S])&&(b[S]=g({},b[S]));return b}function K(u){u!=null&&this.set(u)}var ne;Object.keys?ne=Object.keys:ne=function(u){var h,b=[];for(h in u)s(u,h)&&b.push(h);return b};var ue={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function tt(u,h,b){var S=this._calendar[u]||this._calendar.sameElse;return j(S)?S.call(h,b):S}function Re(u,h,b){var S=""+Math.abs(u),E=h-S.length,N=u>=0;return(N?b?"+":"":"-")+Math.pow(10,Math.max(0,E)).toString().substr(1)+S}var me=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Ee=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,vt={},Ot={};function ce(u,h,b,S){var E=S;typeof S=="string"&&(E=function(){return this[S]()}),u&&(Ot[u]=E),h&&(Ot[h[0]]=function(){return Re(E.apply(this,arguments),h[1],h[2])}),b&&(Ot[b]=function(){return this.localeData().ordinal(E.apply(this,arguments),u)})}function hr(u){return u.match(/\[[\s\S]/)?u.replace(/^\[|\]$/g,""):u.replace(/\\/g,"")}function ai(u){var h=u.match(me),b,S;for(b=0,S=h.length;b<S;b++)Ot[h[b]]?h[b]=Ot[h[b]]:h[b]=hr(h[b]);return function(E){var N="",J;for(J=0;J<S;J++)N+=j(h[J])?h[J].call(E,u):h[J];return N}}function Rt(u,h){return u.isValid()?(h=Jr(h,u.localeData()),vt[h]=vt[h]||ai(h),vt[h](u)):u.localeData().invalidDate()}function Jr(u,h){var b=5;function S(E){return h.longDateFormat(E)||E}for(Ee.lastIndex=0;b>=0&&Ee.test(u);)u=u.replace(Ee,S),Ee.lastIndex=0,b-=1;return u}var Or={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function ht(u){var h=this._longDateFormat[u],b=this._longDateFormat[u.toUpperCase()];return h||!b?h:(this._longDateFormat[u]=b.match(me).map(function(S){return S==="MMMM"||S==="MM"||S==="DD"||S==="dddd"?S.slice(1):S}).join(""),this._longDateFormat[u])}var mt="Invalid date";function an(){return this._invalidDate}var bo="%d",Jt=/\d{1,2}/;function So(u){return this._ordinal.replace("%d",u)}var hy={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function kn(u,h,b,S){var E=this._relativeTime[b];return j(E)?E(u,h,b,S):E.replace(/%d/i,u)}function zd(u,h){var b=this._relativeTime[u>0?"future":"past"];return j(b)?b(h):b.replace(/%s/i,h)}var Jd={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function Yt(u){return typeof u=="string"?Jd[u]||Jd[u.toLowerCase()]:void 0}function mr(u){var h={},b,S;for(S in u)s(u,S)&&(b=Yt(S),b&&(h[b]=u[S]));return h}var wo={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function Ja(u){var h=[],b;for(b in u)s(u,b)&&h.push({unit:b,priority:wo[b]});return h.sort(function(S,E){return S.priority-E.priority}),h}var Yd=/\d/,Ht=/\d\d/,Gd=/\d{3}/,$i=/\d{4}/,Tn=/[+-]?\d{6}/,ot=/\d\d?/,Ya=/\d\d\d\d?/,Ga=/\d\d\d\d\d\d?/,hs=/\d{1,3}/,_o=/\d{1,4}/,ms=/[+-]?\d{1,6}/,li=/\d+/,gs=/[+-]?\d+/,cu=/Z|[+-]\d\d:?\d\d/gi,Ka=/Z|[+-]\d\d(?::?\d\d)?/gi,my=/[+-]?\d+(\.\d{1,3})?/,Ro=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,Mi=/^[1-9]\d?/,Qa=/^([1-9]\d|\d)/,Za;Za={};function le(u,h,b){Za[u]=j(h)?h:function(S,E){return S&&b?b:h}}function gy(u,h){return s(Za,u)?Za[u](h._strict,h._locale):new RegExp(yy(u))}function yy(u){return ln(u.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(h,b,S,E,N){return b||S||E||N}))}function ln(u){return u.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function Ir(u){return u<0?Math.ceil(u)||0:Math.floor(u)}function $e(u){var h=+u,b=0;return h!==0&&isFinite(h)&&(b=Ir(h)),b}var uu={};function Qe(u,h){var b,S=h,E;for(typeof u=="string"&&(u=[u]),f(h)&&(S=function(N,J){J[h]=$e(N)}),E=u.length,b=0;b<E;b++)uu[u[b]]=S}function xo(u,h){Qe(u,function(b,S,E,N){E._w=E._w||{},h(b,E._w,E,N)})}function fu(u,h,b){h!=null&&s(uu,u)&&uu[u](h,b._a,b,u)}function Xa(u){return u%4===0&&u%100!==0||u%400===0}var Gt=0,An=1,cn=2,At=3,Pr=4,qn=5,Ni=6,Kd=7,vy=8;ce("Y",0,0,function(){var u=this.year();return u<=9999?Re(u,4):"+"+u}),ce(0,["YY",2],0,function(){return this.year()%100}),ce(0,["YYYY",4],0,"year"),ce(0,["YYYYY",5],0,"year"),ce(0,["YYYYYY",6,!0],0,"year"),le("Y",gs),le("YY",ot,Ht),le("YYYY",_o,$i),le("YYYYY",ms,Tn),le("YYYYYY",ms,Tn),Qe(["YYYYY","YYYYYY"],Gt),Qe("YYYY",function(u,h){h[Gt]=u.length===2?e.parseTwoDigitYear(u):$e(u)}),Qe("YY",function(u,h){h[Gt]=e.parseTwoDigitYear(u)}),Qe("Y",function(u,h){h[Gt]=parseInt(u,10)});function Co(u){return Xa(u)?366:365}e.parseTwoDigitYear=function(u){return $e(u)+($e(u)>68?1900:2e3)};var Qd=ys("FullYear",!0);function by(){return Xa(this.year())}function ys(u,h){return function(b){return b!=null?(Oo(this,u,b),e.updateOffset(this,h),this):Eo(this,u)}}function Eo(u,h){if(!u.isValid())return NaN;var b=u._d,S=u._isUTC;switch(h){case"Milliseconds":return S?b.getUTCMilliseconds():b.getMilliseconds();case"Seconds":return S?b.getUTCSeconds():b.getSeconds();case"Minutes":return S?b.getUTCMinutes():b.getMinutes();case"Hours":return S?b.getUTCHours():b.getHours();case"Date":return S?b.getUTCDate():b.getDate();case"Day":return S?b.getUTCDay():b.getDay();case"Month":return S?b.getUTCMonth():b.getMonth();case"FullYear":return S?b.getUTCFullYear():b.getFullYear();default:return NaN}}function Oo(u,h,b){var S,E,N,J,se;if(!(!u.isValid()||isNaN(b))){switch(S=u._d,E=u._isUTC,h){case"Milliseconds":return void(E?S.setUTCMilliseconds(b):S.setMilliseconds(b));case"Seconds":return void(E?S.setUTCSeconds(b):S.setSeconds(b));case"Minutes":return void(E?S.setUTCMinutes(b):S.setMinutes(b));case"Hours":return void(E?S.setUTCHours(b):S.setHours(b));case"Date":return void(E?S.setUTCDate(b):S.setDate(b));case"FullYear":break;default:return}N=b,J=u.month(),se=u.date(),se=se===29&&J===1&&!Xa(N)?28:se,E?S.setUTCFullYear(N,J,se):S.setFullYear(N,J,se)}}function Sy(u){return u=Yt(u),j(this[u])?this[u]():this}function el(u,h){if(typeof u=="object"){u=mr(u);var b=Ja(u),S,E=b.length;for(S=0;S<E;S++)this[b[S].unit](u[b[S].unit])}else if(u=Yt(u),j(this[u]))return this[u](h);return this}function wy(u,h){return(u%h+h)%h}var xt;Array.prototype.indexOf?xt=Array.prototype.indexOf:xt=function(u){var h;for(h=0;h<this.length;++h)if(this[h]===u)return h;return-1};function du(u,h){if(isNaN(u)||isNaN(h))return NaN;var b=wy(h,12);return u+=(h-b)/12,b===1?Xa(u)?29:28:31-b%7%2}ce("M",["MM",2],"Mo",function(){return this.month()+1}),ce("MMM",0,0,function(u){return this.localeData().monthsShort(this,u)}),ce("MMMM",0,0,function(u){return this.localeData().months(this,u)}),le("M",ot,Mi),le("MM",ot,Ht),le("MMM",function(u,h){return h.monthsShortRegex(u)}),le("MMMM",function(u,h){return h.monthsRegex(u)}),Qe(["M","MM"],function(u,h){h[An]=$e(u)-1}),Qe(["MMM","MMMM"],function(u,h,b,S){var E=b._locale.monthsParse(u,S,b._strict);E!=null?h[An]=E:C(b).invalidMonth=u});var Zd="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),pu="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),hu=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,_y=Ro,Ry=Ro;function xy(u,h){return u?n(this._months)?this._months[u.month()]:this._months[(this._months.isFormat||hu).test(h)?"format":"standalone"][u.month()]:n(this._months)?this._months:this._months.standalone}function Cy(u,h){return u?n(this._monthsShort)?this._monthsShort[u.month()]:this._monthsShort[hu.test(h)?"format":"standalone"][u.month()]:n(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function Xd(u,h,b){var S,E,N,J=u.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],S=0;S<12;++S)N=y([2e3,S]),this._shortMonthsParse[S]=this.monthsShort(N,"").toLocaleLowerCase(),this._longMonthsParse[S]=this.months(N,"").toLocaleLowerCase();return b?h==="MMM"?(E=xt.call(this._shortMonthsParse,J),E!==-1?E:null):(E=xt.call(this._longMonthsParse,J),E!==-1?E:null):h==="MMM"?(E=xt.call(this._shortMonthsParse,J),E!==-1?E:(E=xt.call(this._longMonthsParse,J),E!==-1?E:null)):(E=xt.call(this._longMonthsParse,J),E!==-1?E:(E=xt.call(this._shortMonthsParse,J),E!==-1?E:null))}function ep(u,h,b){var S,E,N;if(this._monthsParseExact)return Xd.call(this,u,h,b);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),S=0;S<12;S++){if(E=y([2e3,S]),b&&!this._longMonthsParse[S]&&(this._longMonthsParse[S]=new RegExp("^"+this.months(E,"").replace(".","")+"$","i"),this._shortMonthsParse[S]=new RegExp("^"+this.monthsShort(E,"").replace(".","")+"$","i")),!b&&!this._monthsParse[S]&&(N="^"+this.months(E,"")+"|^"+this.monthsShort(E,""),this._monthsParse[S]=new RegExp(N.replace(".",""),"i")),b&&h==="MMMM"&&this._longMonthsParse[S].test(u))return S;if(b&&h==="MMM"&&this._shortMonthsParse[S].test(u))return S;if(!b&&this._monthsParse[S].test(u))return S}}function mu(u,h){if(!u.isValid())return u;if(typeof h=="string"){if(/^\d+$/.test(h))h=$e(h);else if(h=u.localeData().monthsParse(h),!f(h))return u}var b=h,S=u.date();return S=S<29?S:Math.min(S,du(u.year(),b)),u._isUTC?u._d.setUTCMonth(b,S):u._d.setMonth(b,S),u}function tl(u){return u!=null?(mu(this,u),e.updateOffset(this,!0),this):Eo(this,"Month")}function Ey(){return du(this.year(),this.month())}function tp(u){return this._monthsParseExact?(s(this,"_monthsRegex")||gu.call(this),u?this._monthsShortStrictRegex:this._monthsShortRegex):(s(this,"_monthsShortRegex")||(this._monthsShortRegex=_y),this._monthsShortStrictRegex&&u?this._monthsShortStrictRegex:this._monthsShortRegex)}function rl(u){return this._monthsParseExact?(s(this,"_monthsRegex")||gu.call(this),u?this._monthsStrictRegex:this._monthsRegex):(s(this,"_monthsRegex")||(this._monthsRegex=Ry),this._monthsStrictRegex&&u?this._monthsStrictRegex:this._monthsRegex)}function gu(){function u(be,Ne){return Ne.length-be.length}var h=[],b=[],S=[],E,N,J,se;for(E=0;E<12;E++)N=y([2e3,E]),J=ln(this.monthsShort(N,"")),se=ln(this.months(N,"")),h.push(J),b.push(se),S.push(se),S.push(J);h.sort(u),b.sort(u),S.sort(u),this._monthsRegex=new RegExp("^("+S.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+b.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+h.join("|")+")","i")}function Oy(u,h,b,S,E,N,J){var se;return u<100&&u>=0?(se=new Date(u+400,h,b,S,E,N,J),isFinite(se.getFullYear())&&se.setFullYear(u)):se=new Date(u,h,b,S,E,N,J),se}function vs(u){var h,b;return u<100&&u>=0?(b=Array.prototype.slice.call(arguments),b[0]=u+400,h=new Date(Date.UTC.apply(null,b)),isFinite(h.getUTCFullYear())&&h.setUTCFullYear(u)):h=new Date(Date.UTC.apply(null,arguments)),h}function Io(u,h,b){var S=7+h-b,E=(7+vs(u,0,S).getUTCDay()-h)%7;return-E+S-1}function nl(u,h,b,S,E){var N=(7+b-S)%7,J=Io(u,S,E),se=1+7*(h-1)+N+J,be,Ne;return se<=0?(be=u-1,Ne=Co(be)+se):se>Co(u)?(be=u+1,Ne=se-Co(u)):(be=u,Ne=se),{year:be,dayOfYear:Ne}}function Po(u,h,b){var S=Io(u.year(),h,b),E=Math.floor((u.dayOfYear()-S-1)/7)+1,N,J;return E<1?(J=u.year()-1,N=E+un(J,h,b)):E>un(u.year(),h,b)?(N=E-un(u.year(),h,b),J=u.year()+1):(J=u.year(),N=E),{week:N,year:J}}function un(u,h,b){var S=Io(u,h,b),E=Io(u+1,h,b);return(Co(u)-S+E)/7}ce("w",["ww",2],"wo","week"),ce("W",["WW",2],"Wo","isoWeek"),le("w",ot,Mi),le("ww",ot,Ht),le("W",ot,Mi),le("WW",ot,Ht),xo(["w","ww","W","WW"],function(u,h,b,S){h[S.substr(0,1)]=$e(u)});function yu(u){return Po(u,this._week.dow,this._week.doy).week}var vu={dow:0,doy:6};function bs(){return this._week.dow}function rp(){return this._week.doy}function np(u){var h=this.localeData().week(this);return u==null?h:this.add((u-h)*7,"d")}function Iy(u){var h=Po(this,1,4).week;return u==null?h:this.add((u-h)*7,"d")}ce("d",0,"do","day"),ce("dd",0,0,function(u){return this.localeData().weekdaysMin(this,u)}),ce("ddd",0,0,function(u){return this.localeData().weekdaysShort(this,u)}),ce("dddd",0,0,function(u){return this.localeData().weekdays(this,u)}),ce("e",0,0,"weekday"),ce("E",0,0,"isoWeekday"),le("d",ot),le("e",ot),le("E",ot),le("dd",function(u,h){return h.weekdaysMinRegex(u)}),le("ddd",function(u,h){return h.weekdaysShortRegex(u)}),le("dddd",function(u,h){return h.weekdaysRegex(u)}),xo(["dd","ddd","dddd"],function(u,h,b,S){var E=b._locale.weekdaysParse(u,S,b._strict);E!=null?h.d=E:C(b).invalidWeekday=u}),xo(["d","e","E"],function(u,h,b,S){h[S]=$e(u)});function ip(u,h){return typeof u!="string"?u:isNaN(u)?(u=h.weekdaysParse(u),typeof u=="number"?u:null):parseInt(u,10)}function sp(u,h){return typeof u=="string"?h.weekdaysParse(u)%7||7:isNaN(u)?null:u}function il(u,h){return u.slice(h,7).concat(u.slice(0,h))}var op="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),ap="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Py="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ky=Ro,lp=Ro,Ty=Ro;function Ay(u,h){var b=n(this._weekdays)?this._weekdays:this._weekdays[u&&u!==!0&&this._weekdays.isFormat.test(h)?"format":"standalone"];return u===!0?il(b,this._week.dow):u?b[u.day()]:b}function qy(u){return u===!0?il(this._weekdaysShort,this._week.dow):u?this._weekdaysShort[u.day()]:this._weekdaysShort}function $y(u){return u===!0?il(this._weekdaysMin,this._week.dow):u?this._weekdaysMin[u.day()]:this._weekdaysMin}function bu(u,h,b){var S,E,N,J=u.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],S=0;S<7;++S)N=y([2e3,1]).day(S),this._minWeekdaysParse[S]=this.weekdaysMin(N,"").toLocaleLowerCase(),this._shortWeekdaysParse[S]=this.weekdaysShort(N,"").toLocaleLowerCase(),this._weekdaysParse[S]=this.weekdays(N,"").toLocaleLowerCase();return b?h==="dddd"?(E=xt.call(this._weekdaysParse,J),E!==-1?E:null):h==="ddd"?(E=xt.call(this._shortWeekdaysParse,J),E!==-1?E:null):(E=xt.call(this._minWeekdaysParse,J),E!==-1?E:null):h==="dddd"?(E=xt.call(this._weekdaysParse,J),E!==-1||(E=xt.call(this._shortWeekdaysParse,J),E!==-1)?E:(E=xt.call(this._minWeekdaysParse,J),E!==-1?E:null)):h==="ddd"?(E=xt.call(this._shortWeekdaysParse,J),E!==-1||(E=xt.call(this._weekdaysParse,J),E!==-1)?E:(E=xt.call(this._minWeekdaysParse,J),E!==-1?E:null)):(E=xt.call(this._minWeekdaysParse,J),E!==-1||(E=xt.call(this._weekdaysParse,J),E!==-1)?E:(E=xt.call(this._shortWeekdaysParse,J),E!==-1?E:null))}function My(u,h,b){var S,E,N;if(this._weekdaysParseExact)return bu.call(this,u,h,b);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),S=0;S<7;S++){if(E=y([2e3,1]).day(S),b&&!this._fullWeekdaysParse[S]&&(this._fullWeekdaysParse[S]=new RegExp("^"+this.weekdays(E,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[S]=new RegExp("^"+this.weekdaysShort(E,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[S]=new RegExp("^"+this.weekdaysMin(E,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[S]||(N="^"+this.weekdays(E,"")+"|^"+this.weekdaysShort(E,"")+"|^"+this.weekdaysMin(E,""),this._weekdaysParse[S]=new RegExp(N.replace(".",""),"i")),b&&h==="dddd"&&this._fullWeekdaysParse[S].test(u))return S;if(b&&h==="ddd"&&this._shortWeekdaysParse[S].test(u))return S;if(b&&h==="dd"&&this._minWeekdaysParse[S].test(u))return S;if(!b&&this._weekdaysParse[S].test(u))return S}}function Ny(u){if(!this.isValid())return u!=null?this:NaN;var h=Eo(this,"Day");return u!=null?(u=ip(u,this.localeData()),this.add(u-h,"d")):h}function Dy(u){if(!this.isValid())return u!=null?this:NaN;var h=(this.day()+7-this.localeData()._week.dow)%7;return u==null?h:this.add(u-h,"d")}function Fy(u){if(!this.isValid())return u!=null?this:NaN;if(u!=null){var h=sp(u,this.localeData());return this.day(this.day()%7?h:h-7)}else return this.day()||7}function Ly(u){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Su.call(this),u?this._weekdaysStrictRegex:this._weekdaysRegex):(s(this,"_weekdaysRegex")||(this._weekdaysRegex=ky),this._weekdaysStrictRegex&&u?this._weekdaysStrictRegex:this._weekdaysRegex)}function dt(u){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Su.call(this),u?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(s(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=lp),this._weekdaysShortStrictRegex&&u?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function at(u){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Su.call(this),u?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(s(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ty),this._weekdaysMinStrictRegex&&u?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Su(){function u(Dt,Ln){return Ln.length-Dt.length}var h=[],b=[],S=[],E=[],N,J,se,be,Ne;for(N=0;N<7;N++)J=y([2e3,1]).day(N),se=ln(this.weekdaysMin(J,"")),be=ln(this.weekdaysShort(J,"")),Ne=ln(this.weekdays(J,"")),h.push(se),b.push(be),S.push(Ne),E.push(se),E.push(be),E.push(Ne);h.sort(u),b.sort(u),S.sort(u),E.sort(u),this._weekdaysRegex=new RegExp("^("+E.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+S.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+b.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+h.join("|")+")","i")}function wu(){return this.hours()%12||12}function jy(){return this.hours()||24}ce("H",["HH",2],0,"hour"),ce("h",["hh",2],0,wu),ce("k",["kk",2],0,jy),ce("hmm",0,0,function(){return""+wu.apply(this)+Re(this.minutes(),2)}),ce("hmmss",0,0,function(){return""+wu.apply(this)+Re(this.minutes(),2)+Re(this.seconds(),2)}),ce("Hmm",0,0,function(){return""+this.hours()+Re(this.minutes(),2)}),ce("Hmmss",0,0,function(){return""+this.hours()+Re(this.minutes(),2)+Re(this.seconds(),2)});function cp(u,h){ce(u,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),h)})}cp("a",!0),cp("A",!1);function up(u,h){return h._meridiemParse}le("a",up),le("A",up),le("H",ot,Qa),le("h",ot,Mi),le("k",ot,Mi),le("HH",ot,Ht),le("hh",ot,Ht),le("kk",ot,Ht),le("hmm",Ya),le("hmmss",Ga),le("Hmm",Ya),le("Hmmss",Ga),Qe(["H","HH"],At),Qe(["k","kk"],function(u,h,b){var S=$e(u);h[At]=S===24?0:S}),Qe(["a","A"],function(u,h,b){b._isPm=b._locale.isPM(u),b._meridiem=u}),Qe(["h","hh"],function(u,h,b){h[At]=$e(u),C(b).bigHour=!0}),Qe("hmm",function(u,h,b){var S=u.length-2;h[At]=$e(u.substr(0,S)),h[Pr]=$e(u.substr(S)),C(b).bigHour=!0}),Qe("hmmss",function(u,h,b){var S=u.length-4,E=u.length-2;h[At]=$e(u.substr(0,S)),h[Pr]=$e(u.substr(S,2)),h[qn]=$e(u.substr(E)),C(b).bigHour=!0}),Qe("Hmm",function(u,h,b){var S=u.length-2;h[At]=$e(u.substr(0,S)),h[Pr]=$e(u.substr(S))}),Qe("Hmmss",function(u,h,b){var S=u.length-4,E=u.length-2;h[At]=$e(u.substr(0,S)),h[Pr]=$e(u.substr(S,2)),h[qn]=$e(u.substr(E))});function Uy(u){return(u+"").toLowerCase().charAt(0)==="p"}var fp=/[ap]\.?m?\.?/i,Hy=ys("Hours",!0);function Nt(u,h,b){return u>11?b?"pm":"PM":b?"am":"AM"}var sl={calendar:ue,longDateFormat:Or,invalidDate:mt,ordinal:bo,dayOfMonthOrdinalParse:Jt,relativeTime:hy,months:Zd,monthsShort:pu,week:vu,weekdays:op,weekdaysMin:Py,weekdaysShort:ap,meridiemParse:fp},Ze={},Ss={},Di;function kr(u,h){var b,S=Math.min(u.length,h.length);for(b=0;b<S;b+=1)if(u[b]!==h[b])return b;return S}function _u(u){return u&&u.toLowerCase().replace("_","-")}function dp(u){for(var h=0,b,S,E,N;h<u.length;){for(N=_u(u[h]).split("-"),b=N.length,S=_u(u[h+1]),S=S?S.split("-"):null;b>0;){if(E=ko(N.slice(0,b).join("-")),E)return E;if(S&&S.length>=b&&kr(N,S)>=b-1)break;b--}h++}return Di}function pp(u){return!!(u&&u.match("^[^/\\\\]*$"))}function ko(u){var h=null,b;if(Ze[u]===void 0&&typeof Yl<"u"&&Yl&&Yl.exports&&pp(u))try{h=Di._abbr,b=require,b("./locale/"+u),$n(h)}catch{Ze[u]=null}return Ze[u]}function $n(u,h){var b;return u&&(l(h)?b=Mn(u):b=ol(u,h),b?Di=b:typeof console<"u"&&console.warn&&console.warn("Locale "+u+" not found. Did you forget to load it?")),Di._abbr}function ol(u,h){if(h!==null){var b,S=sl;if(h.abbr=u,Ze[u]!=null)M("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),S=Ze[u]._config;else if(h.parentLocale!=null)if(Ze[h.parentLocale]!=null)S=Ze[h.parentLocale]._config;else if(b=ko(h.parentLocale),b!=null)S=b._config;else return Ss[h.parentLocale]||(Ss[h.parentLocale]=[]),Ss[h.parentLocale].push({name:u,config:h}),null;return Ze[u]=new K(Y(S,h)),Ss[u]&&Ss[u].forEach(function(E){ol(E.name,E.config)}),$n(u),Ze[u]}else return delete Ze[u],null}function gr(u,h){if(h!=null){var b,S,E=sl;Ze[u]!=null&&Ze[u].parentLocale!=null?Ze[u].set(Y(Ze[u]._config,h)):(S=ko(u),S!=null&&(E=S._config),h=Y(E,h),S==null&&(h.abbr=u),b=new K(h),b.parentLocale=Ze[u],Ze[u]=b),$n(u)}else Ze[u]!=null&&(Ze[u].parentLocale!=null?(Ze[u]=Ze[u].parentLocale,u===$n()&&$n(u)):Ze[u]!=null&&delete Ze[u]);return Ze[u]}function Mn(u){var h;if(u&&u._locale&&u._locale._abbr&&(u=u._locale._abbr),!u)return Di;if(!n(u)){if(h=ko(u),h)return h;u=[u]}return dp(u)}function yr(){return ne(Ze)}function Ru(u){var h,b=u._a;return b&&C(u).overflow===-2&&(h=b[An]<0||b[An]>11?An:b[cn]<1||b[cn]>du(b[Gt],b[An])?cn:b[At]<0||b[At]>24||b[At]===24&&(b[Pr]!==0||b[qn]!==0||b[Ni]!==0)?At:b[Pr]<0||b[Pr]>59?Pr:b[qn]<0||b[qn]>59?qn:b[Ni]<0||b[Ni]>999?Ni:-1,C(u)._overflowDayOfYear&&(h<Gt||h>cn)&&(h=cn),C(u)._overflowWeeks&&h===-1&&(h=Kd),C(u)._overflowWeekday&&h===-1&&(h=vy),C(u).overflow=h),u}var hp=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ci=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,al=/Z|[+-]\d\d(?::?\d\d)?/,ws=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],lt=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],ui=/^\/?Date\((-?\d+)/i,xu=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,By={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function ll(u){var h,b,S=u._i,E=hp.exec(S)||ci.exec(S),N,J,se,be,Ne=ws.length,Dt=lt.length;if(E){for(C(u).iso=!0,h=0,b=Ne;h<b;h++)if(ws[h][1].exec(E[1])){J=ws[h][0],N=ws[h][2]!==!1;break}if(J==null){u._isValid=!1;return}if(E[3]){for(h=0,b=Dt;h<b;h++)if(lt[h][1].exec(E[3])){se=(E[2]||" ")+lt[h][0];break}if(se==null){u._isValid=!1;return}}if(!N&&se!=null){u._isValid=!1;return}if(E[4])if(al.exec(E[4]))be="Z";else{u._isValid=!1;return}u._f=J+(se||"")+(be||""),ul(u)}else u._isValid=!1}function Vy(u,h,b,S,E,N){var J=[Wy(u),pu.indexOf(h),parseInt(b,10),parseInt(S,10),parseInt(E,10)];return N&&J.push(parseInt(N,10)),J}function Wy(u){var h=parseInt(u,10);return h<=49?2e3+h:h<=999?1900+h:h}function zy(u){return u.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function mp(u,h,b){if(u){var S=ap.indexOf(u),E=new Date(h[0],h[1],h[2]).getDay();if(S!==E)return C(b).weekdayMismatch=!0,b._isValid=!1,!1}return!0}function cl(u,h,b){if(u)return By[u];if(h)return 0;var S=parseInt(b,10),E=S%100,N=(S-E)/100;return N*60+E}function Fi(u){var h=xu.exec(zy(u._i)),b;if(h){if(b=Vy(h[4],h[3],h[2],h[5],h[6],h[7]),!mp(h[1],b,u))return;u._a=b,u._tzm=cl(h[8],h[9],h[10]),u._d=vs.apply(null,u._a),u._d.setUTCMinutes(u._d.getUTCMinutes()-u._tzm),C(u).rfc2822=!0}else u._isValid=!1}function Jy(u){var h=ui.exec(u._i);if(h!==null){u._d=new Date(+h[1]);return}if(ll(u),u._isValid===!1)delete u._isValid;else return;if(Fi(u),u._isValid===!1)delete u._isValid;else return;u._strict?u._isValid=!1:e.createFromInputFallback(u)}e.createFromInputFallback=_("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(u){u._d=new Date(u._i+(u._useUTC?" UTC":""))});function Li(u,h,b){return u??h??b}function gp(u){var h=new Date(e.now());return u._useUTC?[h.getUTCFullYear(),h.getUTCMonth(),h.getUTCDate()]:[h.getFullYear(),h.getMonth(),h.getDate()]}function To(u){var h,b,S=[],E,N,J;if(!u._d){for(E=gp(u),u._w&&u._a[cn]==null&&u._a[An]==null&&Cu(u),u._dayOfYear!=null&&(J=Li(u._a[Gt],E[Gt]),(u._dayOfYear>Co(J)||u._dayOfYear===0)&&(C(u)._overflowDayOfYear=!0),b=vs(J,0,u._dayOfYear),u._a[An]=b.getUTCMonth(),u._a[cn]=b.getUTCDate()),h=0;h<3&&u._a[h]==null;++h)u._a[h]=S[h]=E[h];for(;h<7;h++)u._a[h]=S[h]=u._a[h]==null?h===2?1:0:u._a[h];u._a[At]===24&&u._a[Pr]===0&&u._a[qn]===0&&u._a[Ni]===0&&(u._nextDay=!0,u._a[At]=0),u._d=(u._useUTC?vs:Oy).apply(null,S),N=u._useUTC?u._d.getUTCDay():u._d.getDay(),u._tzm!=null&&u._d.setUTCMinutes(u._d.getUTCMinutes()-u._tzm),u._nextDay&&(u._a[At]=24),u._w&&typeof u._w.d<"u"&&u._w.d!==N&&(C(u).weekdayMismatch=!0)}}function Cu(u){var h,b,S,E,N,J,se,be,Ne;h=u._w,h.GG!=null||h.W!=null||h.E!=null?(N=1,J=4,b=Li(h.GG,u._a[Gt],Po(rt(),1,4).year),S=Li(h.W,1),E=Li(h.E,1),(E<1||E>7)&&(be=!0)):(N=u._locale._week.dow,J=u._locale._week.doy,Ne=Po(rt(),N,J),b=Li(h.gg,u._a[Gt],Ne.year),S=Li(h.w,Ne.week),h.d!=null?(E=h.d,(E<0||E>6)&&(be=!0)):h.e!=null?(E=h.e+N,(h.e<0||h.e>6)&&(be=!0)):E=N),S<1||S>un(b,N,J)?C(u)._overflowWeeks=!0:be!=null?C(u)._overflowWeekday=!0:(se=nl(b,S,E,N,J),u._a[Gt]=se.year,u._dayOfYear=se.dayOfYear)}e.ISO_8601=function(){},e.RFC_2822=function(){};function ul(u){if(u._f===e.ISO_8601){ll(u);return}if(u._f===e.RFC_2822){Fi(u);return}u._a=[],C(u).empty=!0;var h=""+u._i,b,S,E,N,J,se=h.length,be=0,Ne,Dt;for(E=Jr(u._f,u._locale).match(me)||[],Dt=E.length,b=0;b<Dt;b++)N=E[b],S=(h.match(gy(N,u))||[])[0],S&&(J=h.substr(0,h.indexOf(S)),J.length>0&&C(u).unusedInput.push(J),h=h.slice(h.indexOf(S)+S.length),be+=S.length),Ot[N]?(S?C(u).empty=!1:C(u).unusedTokens.push(N),fu(N,S,u)):u._strict&&!S&&C(u).unusedTokens.push(N);C(u).charsLeftOver=se-be,h.length>0&&C(u).unusedInput.push(h),u._a[At]<=12&&C(u).bigHour===!0&&u._a[At]>0&&(C(u).bigHour=void 0),C(u).parsedDateParts=u._a.slice(0),C(u).meridiem=u._meridiem,u._a[At]=Yy(u._locale,u._a[At],u._meridiem),Ne=C(u).era,Ne!==null&&(u._a[Gt]=u._locale.erasConvertYear(Ne,u._a[Gt])),To(u),Ru(u)}function Yy(u,h,b){var S;return b==null?h:u.meridiemHour!=null?u.meridiemHour(h,b):(u.isPM!=null&&(S=u.isPM(b),S&&h<12&&(h+=12),!S&&h===12&&(h=0)),h)}function Eu(u){var h,b,S,E,N,J,se=!1,be=u._f.length;if(be===0){C(u).invalidFormat=!0,u._d=new Date(NaN);return}for(E=0;E<be;E++)N=0,J=!1,h=V({},u),u._useUTC!=null&&(h._useUTC=u._useUTC),h._f=u._f[E],ul(h),T(h)&&(J=!0),N+=C(h).charsLeftOver,N+=C(h).unusedTokens.length*10,C(h).score=N,se?N<S&&(S=N,b=h):(S==null||N<S||J)&&(S=N,b=h,J&&(se=!0));g(u,b||h)}function Ou(u){if(!u._d){var h=mr(u._i),b=h.day===void 0?h.date:h.day;u._a=m([h.year,h.month,b,h.hour,h.minute,h.second,h.millisecond],function(S){return S&&parseInt(S,10)}),To(u)}}function Gy(u){var h=new W(Ru(Iu(u)));return h._nextDay&&(h.add(1,"d"),h._nextDay=void 0),h}function Iu(u){var h=u._i,b=u._f;return u._locale=u._locale||Mn(u._l),h===null||b===void 0&&h===""?A({nullInput:!0}):(typeof h=="string"&&(u._i=h=u._locale.preparse(h)),X(h)?new W(Ru(h)):(d(h)?u._d=h:n(b)?Eu(u):b?ul(u):vr(u),T(u)||(u._d=null),u))}function vr(u){var h=u._i;l(h)?u._d=new Date(e.now()):d(h)?u._d=new Date(h.valueOf()):typeof h=="string"?Jy(u):n(h)?(u._a=m(h.slice(0),function(b){return parseInt(b,10)}),To(u)):i(h)?Ou(u):f(h)?u._d=new Date(h):e.createFromInputFallback(u)}function fl(u,h,b,S,E){var N={};return(h===!0||h===!1)&&(S=h,h=void 0),(b===!0||b===!1)&&(S=b,b=void 0),(i(u)&&a(u)||n(u)&&u.length===0)&&(u=void 0),N._isAMomentObject=!0,N._useUTC=N._isUTC=E,N._l=b,N._i=u,N._f=h,N._strict=S,Gy(N)}function rt(u,h,b,S){return fl(u,h,b,S,!1)}var yp=_("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var u=rt.apply(null,arguments);return this.isValid()&&u.isValid()?u<this?this:u:A()}),vp=_("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var u=rt.apply(null,arguments);return this.isValid()&&u.isValid()?u>this?this:u:A()});function bp(u,h){var b,S;if(h.length===1&&n(h[0])&&(h=h[0]),!h.length)return rt();for(b=h[0],S=1;S<h.length;++S)(!h[S].isValid()||h[S][u](b))&&(b=h[S]);return b}function Ky(){var u=[].slice.call(arguments,0);return bp("isBefore",u)}function Qy(){var u=[].slice.call(arguments,0);return bp("isAfter",u)}var Zy=function(){return Date.now?Date.now():+new Date},Ao=["year","quarter","month","week","day","hour","minute","second","millisecond"];function _s(u){var h,b=!1,S,E=Ao.length;for(h in u)if(s(u,h)&&!(xt.call(Ao,h)!==-1&&(u[h]==null||!isNaN(u[h]))))return!1;for(S=0;S<E;++S)if(u[Ao[S]]){if(b)return!1;parseFloat(u[Ao[S]])!==$e(u[Ao[S]])&&(b=!0)}return!0}function Xy(){return this._isValid}function ev(){return nt(NaN)}function Rs(u){var h=mr(u),b=h.year||0,S=h.quarter||0,E=h.month||0,N=h.week||h.isoWeek||0,J=h.day||0,se=h.hour||0,be=h.minute||0,Ne=h.second||0,Dt=h.millisecond||0;this._isValid=_s(h),this._milliseconds=+Dt+Ne*1e3+be*6e4+se*1e3*60*60,this._days=+J+N*7,this._months=+E+S*3+b*12,this._data={},this._locale=Mn(),this._bubble()}function qo(u){return u instanceof Rs}function fn(u){return u<0?Math.round(-1*u)*-1:Math.round(u)}function dl(u,h,b){var S=Math.min(u.length,h.length),E=Math.abs(u.length-h.length),N=0,J;for(J=0;J<S;J++)(b&&u[J]!==h[J]||!b&&$e(u[J])!==$e(h[J]))&&N++;return N+E}function Sp(u,h){ce(u,0,0,function(){var b=this.utcOffset(),S="+";return b<0&&(b=-b,S="-"),S+Re(~~(b/60),2)+h+Re(~~b%60,2)})}Sp("Z",":"),Sp("ZZ",""),le("Z",Ka),le("ZZ",Ka),Qe(["Z","ZZ"],function(u,h,b){b._useUTC=!0,b._tzm=Pu(Ka,u)});var tv=/([\+\-]|\d\d)/gi;function Pu(u,h){var b=(h||"").match(u),S,E,N;return b===null?null:(S=b[b.length-1]||[],E=(S+"").match(tv)||["-",0,0],N=+(E[1]*60)+$e(E[2]),N===0?0:E[0]==="+"?N:-N)}function fi(u,h){var b,S;return h._isUTC?(b=h.clone(),S=(X(u)||d(u)?u.valueOf():rt(u).valueOf())-b.valueOf(),b._d.setTime(b._d.valueOf()+S),e.updateOffset(b,!1),b):rt(u).local()}function br(u){return-Math.round(u._d.getTimezoneOffset())}e.updateOffset=function(){};function wp(u,h,b){var S=this._offset||0,E;if(!this.isValid())return u!=null?this:NaN;if(u!=null){if(typeof u=="string"){if(u=Pu(Ka,u),u===null)return this}else Math.abs(u)<16&&!b&&(u=u*60);return!this._isUTC&&h&&(E=br(this)),this._offset=u,this._isUTC=!0,E!=null&&this.add(E,"m"),S!==u&&(!h||this._changeInProgress?$o(this,nt(u-S,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,e.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?S:br(this)}function rv(u,h){return u!=null?(typeof u!="string"&&(u=-u),this.utcOffset(u,h),this):-this.utcOffset()}function nv(u){return this.utcOffset(0,u)}function iv(u){return this._isUTC&&(this.utcOffset(0,u),this._isUTC=!1,u&&this.subtract(br(this),"m")),this}function sv(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var u=Pu(cu,this._i);u!=null?this.utcOffset(u):this.utcOffset(0,!0)}return this}function ov(u){return this.isValid()?(u=u?rt(u).utcOffset():0,(this.utcOffset()-u)%60===0):!1}function di(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function L(){if(!l(this._isDSTShifted))return this._isDSTShifted;var u={},h;return V(u,this),u=Iu(u),u._a?(h=u._isUTC?y(u._a):rt(u._a),this._isDSTShifted=this.isValid()&&dl(u._a,h.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function G(){return this.isValid()?!this._isUTC:!1}function z(){return this.isValid()?this._isUTC:!1}function ae(){return this.isValid()?this._isUTC&&this._offset===0:!1}var Se=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Ge=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function nt(u,h){var b=u,S=null,E,N,J;return qo(u)?b={ms:u._milliseconds,d:u._days,M:u._months}:f(u)||!isNaN(+u)?(b={},h?b[h]=+u:b.milliseconds=+u):(S=Se.exec(u))?(E=S[1]==="-"?-1:1,b={y:0,d:$e(S[cn])*E,h:$e(S[At])*E,m:$e(S[Pr])*E,s:$e(S[qn])*E,ms:$e(fn(S[Ni]*1e3))*E}):(S=Ge.exec(u))?(E=S[1]==="-"?-1:1,b={y:He(S[2],E),M:He(S[3],E),w:He(S[4],E),d:He(S[5],E),h:He(S[6],E),m:He(S[7],E),s:He(S[8],E)}):b==null?b={}:typeof b=="object"&&("from"in b||"to"in b)&&(J=av(rt(b.from),rt(b.to)),b={},b.ms=J.milliseconds,b.M=J.months),N=new Rs(b),qo(u)&&s(u,"_locale")&&(N._locale=u._locale),qo(u)&&s(u,"_isValid")&&(N._isValid=u._isValid),N}nt.fn=Rs.prototype,nt.invalid=ev;function He(u,h){var b=u&&parseFloat(u.replace(",","."));return(isNaN(b)?0:b)*h}function pl(u,h){var b={};return b.months=h.month()-u.month()+(h.year()-u.year())*12,u.clone().add(b.months,"M").isAfter(h)&&--b.months,b.milliseconds=+h-+u.clone().add(b.months,"M"),b}function av(u,h){var b;return u.isValid()&&h.isValid()?(h=fi(h,u),u.isBefore(h)?b=pl(u,h):(b=pl(h,u),b.milliseconds=-b.milliseconds,b.months=-b.months),b):{milliseconds:0,months:0}}function Sr(u,h){return function(b,S){var E,N;return S!==null&&!isNaN(+S)&&(M(h,"moment()."+h+"(period, number) is deprecated. Please use moment()."+h+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),N=b,b=S,S=N),E=nt(b,S),$o(this,E,u),this}}function $o(u,h,b,S){var E=h._milliseconds,N=fn(h._days),J=fn(h._months);u.isValid()&&(S=S??!0,J&&mu(u,Eo(u,"Month")+J*b),N&&Oo(u,"Date",Eo(u,"Date")+N*b),E&&u._d.setTime(u._d.valueOf()+E*b),S&&e.updateOffset(u,N||J))}var lv=Sr(1,"add"),xs=Sr(-1,"subtract");function Mo(u){return typeof u=="string"||u instanceof String}function hl(u){return X(u)||d(u)||Mo(u)||f(u)||cv(u)||Xe(u)||u===null||u===void 0}function Xe(u){var h=i(u)&&!a(u),b=!1,S=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],E,N,J=S.length;for(E=0;E<J;E+=1)N=S[E],b=b||s(u,N);return h&&b}function cv(u){var h=n(u),b=!1;return h&&(b=u.filter(function(S){return!f(S)&&Mo(u)}).length===0),h&&b}function _p(u){var h=i(u)&&!a(u),b=!1,S=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],E,N;for(E=0;E<S.length;E+=1)N=S[E],b=b||s(u,N);return h&&b}function ml(u,h){var b=u.diff(h,"days",!0);return b<-6?"sameElse":b<-1?"lastWeek":b<0?"lastDay":b<1?"sameDay":b<2?"nextDay":b<7?"nextWeek":"sameElse"}function uv(u,h){arguments.length===1&&(arguments[0]?hl(arguments[0])?(u=arguments[0],h=void 0):_p(arguments[0])&&(h=arguments[0],u=void 0):(u=void 0,h=void 0));var b=u||rt(),S=fi(b,this).startOf("day"),E=e.calendarFormat(this,S)||"sameElse",N=h&&(j(h[E])?h[E].call(this,b):h[E]);return this.format(N||this.localeData().calendar(E,this,rt(b)))}function fv(){return new W(this)}function dv(u,h){var b=X(u)?u:rt(u);return this.isValid()&&b.isValid()?(h=Yt(h)||"millisecond",h==="millisecond"?this.valueOf()>b.valueOf():b.valueOf()<this.clone().startOf(h).valueOf()):!1}function gl(u,h){var b=X(u)?u:rt(u);return this.isValid()&&b.isValid()?(h=Yt(h)||"millisecond",h==="millisecond"?this.valueOf()<b.valueOf():this.clone().endOf(h).valueOf()<b.valueOf()):!1}function pi(u,h,b,S){var E=X(u)?u:rt(u),N=X(h)?h:rt(h);return this.isValid()&&E.isValid()&&N.isValid()?(S=S||"()",(S[0]==="("?this.isAfter(E,b):!this.isBefore(E,b))&&(S[1]===")"?this.isBefore(N,b):!this.isAfter(N,b))):!1}function yl(u,h){var b=X(u)?u:rt(u),S;return this.isValid()&&b.isValid()?(h=Yt(h)||"millisecond",h==="millisecond"?this.valueOf()===b.valueOf():(S=b.valueOf(),this.clone().startOf(h).valueOf()<=S&&S<=this.clone().endOf(h).valueOf())):!1}function Rp(u,h){return this.isSame(u,h)||this.isAfter(u,h)}function vl(u,h){return this.isSame(u,h)||this.isBefore(u,h)}function xp(u,h,b){var S,E,N;if(!this.isValid())return NaN;if(S=fi(u,this),!S.isValid())return NaN;switch(E=(S.utcOffset()-this.utcOffset())*6e4,h=Yt(h),h){case"year":N=No(this,S)/12;break;case"month":N=No(this,S);break;case"quarter":N=No(this,S)/3;break;case"second":N=(this-S)/1e3;break;case"minute":N=(this-S)/6e4;break;case"hour":N=(this-S)/36e5;break;case"day":N=(this-S-E)/864e5;break;case"week":N=(this-S-E)/6048e5;break;default:N=this-S}return b?N:Ir(N)}function No(u,h){if(u.date()<h.date())return-No(h,u);var b=(h.year()-u.year())*12+(h.month()-u.month()),S=u.clone().add(b,"months"),E,N;return h-S<0?(E=u.clone().add(b-1,"months"),N=(h-S)/(S-E)):(E=u.clone().add(b+1,"months"),N=(h-S)/(E-S)),-(b+N)||0}e.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",e.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function bl(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function Cp(u){if(!this.isValid())return null;var h=u!==!0,b=h?this.clone().utc():this;return b.year()<0||b.year()>9999?Rt(b,h?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):j(Date.prototype.toISOString)?h?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",Rt(b,"Z")):Rt(b,h?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function Do(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var u="moment",h="",b,S,E,N;return this.isLocal()||(u=this.utcOffset()===0?"moment.utc":"moment.parseZone",h="Z"),b="["+u+'("]',S=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",E="-MM-DD[T]HH:mm:ss.SSS",N=h+'[")]',this.format(b+S+E+N)}function ji(u){u||(u=this.isUtc()?e.defaultFormatUtc:e.defaultFormat);var h=Rt(this,u);return this.localeData().postformat(h)}function Sl(u,h){return this.isValid()&&(X(u)&&u.isValid()||rt(u).isValid())?nt({to:this,from:u}).locale(this.locale()).humanize(!h):this.localeData().invalidDate()}function pv(u){return this.from(rt(),u)}function hv(u,h){return this.isValid()&&(X(u)&&u.isValid()||rt(u).isValid())?nt({from:this,to:u}).locale(this.locale()).humanize(!h):this.localeData().invalidDate()}function mv(u){return this.to(rt(),u)}function Fo(u){var h;return u===void 0?this._locale._abbr:(h=Mn(u),h!=null&&(this._locale=h),this)}var Lo=_("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(u){return u===void 0?this.localeData():this.locale(u)});function wl(){return this._locale}var _l=1e3,Ui=60*_l,Rl=60*Ui,Ep=(365*400+97)*24*Rl;function gt(u,h){return(u%h+h)%h}function Bt(u,h,b){return u<100&&u>=0?new Date(u+400,h,b)-Ep:new Date(u,h,b).valueOf()}function Op(u,h,b){return u<100&&u>=0?Date.UTC(u+400,h,b)-Ep:Date.UTC(u,h,b)}function gv(u){var h,b;if(u=Yt(u),u===void 0||u==="millisecond"||!this.isValid())return this;switch(b=this._isUTC?Op:Bt,u){case"year":h=b(this.year(),0,1);break;case"quarter":h=b(this.year(),this.month()-this.month()%3,1);break;case"month":h=b(this.year(),this.month(),1);break;case"week":h=b(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":h=b(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":h=b(this.year(),this.month(),this.date());break;case"hour":h=this._d.valueOf(),h-=gt(h+(this._isUTC?0:this.utcOffset()*Ui),Rl);break;case"minute":h=this._d.valueOf(),h-=gt(h,Ui);break;case"second":h=this._d.valueOf(),h-=gt(h,_l);break}return this._d.setTime(h),e.updateOffset(this,!0),this}function Ip(u){var h,b;if(u=Yt(u),u===void 0||u==="millisecond"||!this.isValid())return this;switch(b=this._isUTC?Op:Bt,u){case"year":h=b(this.year()+1,0,1)-1;break;case"quarter":h=b(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":h=b(this.year(),this.month()+1,1)-1;break;case"week":h=b(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":h=b(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":h=b(this.year(),this.month(),this.date()+1)-1;break;case"hour":h=this._d.valueOf(),h+=Rl-gt(h+(this._isUTC?0:this.utcOffset()*Ui),Rl)-1;break;case"minute":h=this._d.valueOf(),h+=Ui-gt(h,Ui)-1;break;case"second":h=this._d.valueOf(),h+=_l-gt(h,_l)-1;break}return this._d.setTime(h),e.updateOffset(this,!0),this}function yv(){return this._d.valueOf()-(this._offset||0)*6e4}function ku(){return Math.floor(this.valueOf()/1e3)}function jo(){return new Date(this.valueOf())}function Tu(){var u=this;return[u.year(),u.month(),u.date(),u.hour(),u.minute(),u.second(),u.millisecond()]}function Cs(){var u=this;return{years:u.year(),months:u.month(),date:u.date(),hours:u.hours(),minutes:u.minutes(),seconds:u.seconds(),milliseconds:u.milliseconds()}}function Uo(){return this.isValid()?this.toISOString():null}function Ho(){return T(this)}function xl(){return g({},C(this))}function Es(){return C(this).overflow}function vv(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}ce("N",0,0,"eraAbbr"),ce("NN",0,0,"eraAbbr"),ce("NNN",0,0,"eraAbbr"),ce("NNNN",0,0,"eraName"),ce("NNNNN",0,0,"eraNarrow"),ce("y",["y",1],"yo","eraYear"),ce("y",["yy",2],0,"eraYear"),ce("y",["yyy",3],0,"eraYear"),ce("y",["yyyy",4],0,"eraYear"),le("N",nr),le("NN",nr),le("NNN",nr),le("NNNN",Me),le("NNNNN",Rv),Qe(["N","NN","NNN","NNNN","NNNNN"],function(u,h,b,S){var E=b._locale.erasParse(u,S,b._strict);E?C(b).era=E:C(b).invalidEra=u}),le("y",li),le("yy",li),le("yyy",li),le("yyyy",li),le("yo",xv),Qe(["y","yy","yyy","yyyy"],Gt),Qe(["yo"],function(u,h,b,S){var E;b._locale._eraYearOrdinalRegex&&(E=u.match(b._locale._eraYearOrdinalRegex)),b._locale.eraYearOrdinalParse?h[Gt]=b._locale.eraYearOrdinalParse(u,E):h[Gt]=parseInt(u,10)});function bv(u,h){var b,S,E,N=this._eras||Mn("en")._eras;for(b=0,S=N.length;b<S;++b)switch(typeof N[b].since==="string"&&(E=e(N[b].since).startOf("day"),N[b].since=E.valueOf()),typeof N[b].until){case"undefined":N[b].until=1/0;break;case"string":E=e(N[b].until).startOf("day").valueOf(),N[b].until=E.valueOf();break}return N}function Sv(u,h,b){var S,E,N=this.eras(),J,se,be;for(u=u.toUpperCase(),S=0,E=N.length;S<E;++S)if(J=N[S].name.toUpperCase(),se=N[S].abbr.toUpperCase(),be=N[S].narrow.toUpperCase(),b)switch(h){case"N":case"NN":case"NNN":if(se===u)return N[S];break;case"NNNN":if(J===u)return N[S];break;case"NNNNN":if(be===u)return N[S];break}else if([J,se,be].indexOf(u)>=0)return N[S]}function wv(u,h){var b=u.since<=u.until?1:-1;return h===void 0?e(u.since).year():e(u.since).year()+(h-u.offset)*b}function _v(){var u,h,b,S=this.localeData().eras();for(u=0,h=S.length;u<h;++u)if(b=this.clone().startOf("day").valueOf(),S[u].since<=b&&b<=S[u].until||S[u].until<=b&&b<=S[u].since)return S[u].name;return""}function Cl(){var u,h,b,S=this.localeData().eras();for(u=0,h=S.length;u<h;++u)if(b=this.clone().startOf("day").valueOf(),S[u].since<=b&&b<=S[u].until||S[u].until<=b&&b<=S[u].since)return S[u].narrow;return""}function Bo(){var u,h,b,S=this.localeData().eras();for(u=0,h=S.length;u<h;++u)if(b=this.clone().startOf("day").valueOf(),S[u].since<=b&&b<=S[u].until||S[u].until<=b&&b<=S[u].since)return S[u].abbr;return""}function Pp(){var u,h,b,S,E=this.localeData().eras();for(u=0,h=E.length;u<h;++u)if(b=E[u].since<=E[u].until?1:-1,S=this.clone().startOf("day").valueOf(),E[u].since<=S&&S<=E[u].until||E[u].until<=S&&S<=E[u].since)return(this.year()-e(E[u].since).year())*b+E[u].offset;return this.year()}function O(u){return s(this,"_erasNameRegex")||Au.call(this),u?this._erasNameRegex:this._erasRegex}function Os(u){return s(this,"_erasAbbrRegex")||Au.call(this),u?this._erasAbbrRegex:this._erasRegex}function El(u){return s(this,"_erasNarrowRegex")||Au.call(this),u?this._erasNarrowRegex:this._erasRegex}function nr(u,h){return h.erasAbbrRegex(u)}function Me(u,h){return h.erasNameRegex(u)}function Rv(u,h){return h.erasNarrowRegex(u)}function xv(u,h){return h._eraYearOrdinalRegex||li}function Au(){var u=[],h=[],b=[],S=[],E,N,J,se,be,Ne=this.eras();for(E=0,N=Ne.length;E<N;++E)J=ln(Ne[E].name),se=ln(Ne[E].abbr),be=ln(Ne[E].narrow),h.push(J),u.push(se),b.push(be),S.push(J),S.push(se),S.push(be);this._erasRegex=new RegExp("^("+S.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+h.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+u.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+b.join("|")+")","i")}ce(0,["gg",2],0,function(){return this.weekYear()%100}),ce(0,["GG",2],0,function(){return this.isoWeekYear()%100});function dn(u,h){ce(0,[u,u.length],0,h)}dn("gggg","weekYear"),dn("ggggg","weekYear"),dn("GGGG","isoWeekYear"),dn("GGGGG","isoWeekYear"),le("G",gs),le("g",gs),le("GG",ot,Ht),le("gg",ot,Ht),le("GGGG",_o,$i),le("gggg",_o,$i),le("GGGGG",ms,Tn),le("ggggg",ms,Tn),xo(["gggg","ggggg","GGGG","GGGGG"],function(u,h,b,S){h[S.substr(0,2)]=$e(u)}),xo(["gg","GG"],function(u,h,b,S){h[S]=e.parseTwoDigitYear(u)});function Cv(u){return kp.call(this,u,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function Ev(u){return kp.call(this,u,this.isoWeek(),this.isoWeekday(),1,4)}function Ov(){return un(this.year(),1,4)}function Iv(){return un(this.isoWeekYear(),1,4)}function Pv(){var u=this.localeData()._week;return un(this.year(),u.dow,u.doy)}function Nn(){var u=this.localeData()._week;return un(this.weekYear(),u.dow,u.doy)}function kp(u,h,b,S,E){var N;return u==null?Po(this,S,E).year:(N=un(u,S,E),h>N&&(h=N),kv.call(this,u,h,b,S,E))}function kv(u,h,b,S,E){var N=nl(u,h,b,S,E),J=vs(N.year,0,N.dayOfYear);return this.year(J.getUTCFullYear()),this.month(J.getUTCMonth()),this.date(J.getUTCDate()),this}ce("Q",0,"Qo","quarter"),le("Q",Yd),Qe("Q",function(u,h){h[An]=($e(u)-1)*3});function Tv(u){return u==null?Math.ceil((this.month()+1)/3):this.month((u-1)*3+this.month()%3)}ce("D",["DD",2],"Do","date"),le("D",ot,Mi),le("DD",ot,Ht),le("Do",function(u,h){return u?h._dayOfMonthOrdinalParse||h._ordinalParse:h._dayOfMonthOrdinalParseLenient}),Qe(["D","DD"],cn),Qe("Do",function(u,h){h[cn]=$e(u.match(ot)[0])});var Tp=ys("Date",!0);ce("DDD",["DDDD",3],"DDDo","dayOfYear"),le("DDD",hs),le("DDDD",Gd),Qe(["DDD","DDDD"],function(u,h,b){b._dayOfYear=$e(u)});function Av(u){var h=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return u==null?h:this.add(u-h,"d")}ce("m",["mm",2],0,"minute"),le("m",ot,Qa),le("mm",ot,Ht),Qe(["m","mm"],Pr);var Dn=ys("Minutes",!1);ce("s",["ss",2],0,"second"),le("s",ot,Qa),le("ss",ot,Ht),Qe(["s","ss"],qn);var qv=ys("Seconds",!1);ce("S",0,0,function(){return~~(this.millisecond()/100)}),ce(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),ce(0,["SSS",3],0,"millisecond"),ce(0,["SSSS",4],0,function(){return this.millisecond()*10}),ce(0,["SSSSS",5],0,function(){return this.millisecond()*100}),ce(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),ce(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),ce(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),ce(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),le("S",hs,Yd),le("SS",hs,Ht),le("SSS",hs,Gd);var hi,Ap;for(hi="SSSS";hi.length<=9;hi+="S")le(hi,li);function $v(u,h){h[Ni]=$e(("0."+u)*1e3)}for(hi="S";hi.length<=9;hi+="S")Qe(hi,$v);Ap=ys("Milliseconds",!1),ce("z",0,0,"zoneAbbr"),ce("zz",0,0,"zoneName");function Mv(){return this._isUTC?"UTC":""}function Hi(){return this._isUTC?"Coordinated Universal Time":""}var te=W.prototype;te.add=lv,te.calendar=uv,te.clone=fv,te.diff=xp,te.endOf=Ip,te.format=ji,te.from=Sl,te.fromNow=pv,te.to=hv,te.toNow=mv,te.get=Sy,te.invalidAt=Es,te.isAfter=dv,te.isBefore=gl,te.isBetween=pi,te.isSame=yl,te.isSameOrAfter=Rp,te.isSameOrBefore=vl,te.isValid=Ho,te.lang=Lo,te.locale=Fo,te.localeData=wl,te.max=vp,te.min=yp,te.parsingFlags=xl,te.set=el,te.startOf=gv,te.subtract=xs,te.toArray=Tu,te.toObject=Cs,te.toDate=jo,te.toISOString=Cp,te.inspect=Do,typeof Symbol<"u"&&Symbol.for!=null&&(te[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),te.toJSON=Uo,te.toString=bl,te.unix=ku,te.valueOf=yv,te.creationData=vv,te.eraName=_v,te.eraNarrow=Cl,te.eraAbbr=Bo,te.eraYear=Pp,te.year=Qd,te.isLeapYear=by,te.weekYear=Cv,te.isoWeekYear=Ev,te.quarter=te.quarters=Tv,te.month=tl,te.daysInMonth=Ey,te.week=te.weeks=np,te.isoWeek=te.isoWeeks=Iy,te.weeksInYear=Pv,te.weeksInWeekYear=Nn,te.isoWeeksInYear=Ov,te.isoWeeksInISOWeekYear=Iv,te.date=Tp,te.day=te.days=Ny,te.weekday=Dy,te.isoWeekday=Fy,te.dayOfYear=Av,te.hour=te.hours=Hy,te.minute=te.minutes=Dn,te.second=te.seconds=qv,te.millisecond=te.milliseconds=Ap,te.utcOffset=wp,te.utc=nv,te.local=iv,te.parseZone=sv,te.hasAlignedHourOffset=ov,te.isDST=di,te.isLocal=G,te.isUtcOffset=z,te.isUtc=ae,te.isUTC=ae,te.zoneAbbr=Mv,te.zoneName=Hi,te.dates=_("dates accessor is deprecated. Use date instead.",Tp),te.months=_("months accessor is deprecated. Use month instead",tl),te.years=_("years accessor is deprecated. Use year instead",Qd),te.zone=_("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",rv),te.isDSTShifted=_("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",L);function Nv(u){return rt(u*1e3)}function Yr(){return rt.apply(null,arguments).parseZone()}function qp(u){return u}var We=K.prototype;We.calendar=tt,We.longDateFormat=ht,We.invalidDate=an,We.ordinal=So,We.preparse=qp,We.postformat=qp,We.relativeTime=kn,We.pastFuture=zd,We.set=$,We.eras=bv,We.erasParse=Sv,We.erasConvertYear=wv,We.erasAbbrRegex=Os,We.erasNameRegex=O,We.erasNarrowRegex=El,We.months=xy,We.monthsShort=Cy,We.monthsParse=ep,We.monthsRegex=rl,We.monthsShortRegex=tp,We.week=yu,We.firstDayOfYear=rp,We.firstDayOfWeek=bs,We.weekdays=Ay,We.weekdaysMin=$y,We.weekdaysShort=qy,We.weekdaysParse=My,We.weekdaysRegex=Ly,We.weekdaysShortRegex=dt,We.weekdaysMinRegex=at,We.isPM=Uy,We.meridiem=Nt;function Ol(u,h,b,S){var E=Mn(),N=y().set(S,h);return E[b](N,u)}function $p(u,h,b){if(f(u)&&(h=u,u=void 0),u=u||"",h!=null)return Ol(u,h,b,"month");var S,E=[];for(S=0;S<12;S++)E[S]=Ol(u,S,b,"month");return E}function qu(u,h,b,S){typeof u=="boolean"?(f(h)&&(b=h,h=void 0),h=h||""):(h=u,b=h,u=!1,f(h)&&(b=h,h=void 0),h=h||"");var E=Mn(),N=u?E._week.dow:0,J,se=[];if(b!=null)return Ol(h,(b+N)%7,S,"day");for(J=0;J<7;J++)se[J]=Ol(h,(J+N)%7,S,"day");return se}function Mp(u,h){return $p(u,h,"months")}function Np(u,h){return $p(u,h,"monthsShort")}function Dv(u,h,b){return qu(u,h,b,"weekdays")}function Fv(u,h,b){return qu(u,h,b,"weekdaysShort")}function $u(u,h,b){return qu(u,h,b,"weekdaysMin")}$n("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(u){var h=u%10,b=$e(u%100/10)===1?"th":h===1?"st":h===2?"nd":h===3?"rd":"th";return u+b}}),e.lang=_("moment.lang is deprecated. Use moment.locale instead.",$n),e.langData=_("moment.langData is deprecated. Use moment.localeData instead.",Mn);var wr=Math.abs;function Il(){var u=this._data;return this._milliseconds=wr(this._milliseconds),this._days=wr(this._days),this._months=wr(this._months),u.milliseconds=wr(u.milliseconds),u.seconds=wr(u.seconds),u.minutes=wr(u.minutes),u.hours=wr(u.hours),u.months=wr(u.months),u.years=wr(u.years),this}function Dp(u,h,b,S){var E=nt(h,b);return u._milliseconds+=S*E._milliseconds,u._days+=S*E._days,u._months+=S*E._months,u._bubble()}function Fp(u,h){return Dp(this,u,h,1)}function Lv(u,h){return Dp(this,u,h,-1)}function Gr(u){return u<0?Math.floor(u):Math.ceil(u)}function Mu(){var u=this._milliseconds,h=this._days,b=this._months,S=this._data,E,N,J,se,be;return u>=0&&h>=0&&b>=0||u<=0&&h<=0&&b<=0||(u+=Gr(ir(b)+h)*864e5,h=0,b=0),S.milliseconds=u%1e3,E=Ir(u/1e3),S.seconds=E%60,N=Ir(E/60),S.minutes=N%60,J=Ir(N/60),S.hours=J%24,h+=Ir(J/24),be=Ir(mi(h)),b+=be,h-=Gr(ir(be)),se=Ir(b/12),b%=12,S.days=h,S.months=b,S.years=se,this}function mi(u){return u*4800/146097}function ir(u){return u*146097/4800}function jv(u){if(!this.isValid())return NaN;var h,b,S=this._milliseconds;if(u=Yt(u),u==="month"||u==="quarter"||u==="year")switch(h=this._days+S/864e5,b=this._months+mi(h),u){case"month":return b;case"quarter":return b/3;case"year":return b/12}else switch(h=this._days+Math.round(ir(this._months)),u){case"week":return h/7+S/6048e5;case"day":return h+S/864e5;case"hour":return h*24+S/36e5;case"minute":return h*1440+S/6e4;case"second":return h*86400+S/1e3;case"millisecond":return Math.floor(h*864e5)+S;default:throw new Error("Unknown unit "+u)}}function pn(u){return function(){return this.as(u)}}var Nu=pn("ms"),Vo=pn("s"),gi=pn("m"),Lp=pn("h"),Uv=pn("d"),Pl=pn("w"),Hv=pn("M"),jp=pn("Q"),Vt=pn("y"),Du=Nu;function Up(){return nt(this)}function hn(u){return u=Yt(u),this.isValid()?this[u+"s"]():NaN}function Fn(u){return function(){return this.isValid()?this._data[u]:NaN}}var kl=Fn("milliseconds"),Bi=Fn("seconds"),Hp=Fn("minutes"),Qt=Fn("hours"),Fu=Fn("days"),Bv=Fn("months"),Vv=Fn("years");function Wv(){return Ir(this.days()/7)}var Kr=Math.round,Is={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Wo(u,h,b,S,E){return E.relativeTime(h||1,!!b,u,S)}function Bp(u,h,b,S){var E=nt(u).abs(),N=Kr(E.as("s")),J=Kr(E.as("m")),se=Kr(E.as("h")),be=Kr(E.as("d")),Ne=Kr(E.as("M")),Dt=Kr(E.as("w")),Ln=Kr(E.as("y")),jn=N<=b.ss&&["s",N]||N<b.s&&["ss",N]||J<=1&&["m"]||J<b.m&&["mm",J]||se<=1&&["h"]||se<b.h&&["hh",se]||be<=1&&["d"]||be<b.d&&["dd",be];return b.w!=null&&(jn=jn||Dt<=1&&["w"]||Dt<b.w&&["ww",Dt]),jn=jn||Ne<=1&&["M"]||Ne<b.M&&["MM",Ne]||Ln<=1&&["y"]||["yy",Ln],jn[2]=h,jn[3]=+u>0,jn[4]=S,Wo.apply(null,jn)}function zv(u){return u===void 0?Kr:typeof u=="function"?(Kr=u,!0):!1}function Jv(u,h){return Is[u]===void 0?!1:h===void 0?Is[u]:(Is[u]=h,u==="s"&&(Is.ss=h-1),!0)}function zo(u,h){if(!this.isValid())return this.localeData().invalidDate();var b=!1,S=Is,E,N;return typeof u=="object"&&(h=u,u=!1),typeof u=="boolean"&&(b=u),typeof h=="object"&&(S=Object.assign({},Is,h),h.s!=null&&h.ss==null&&(S.ss=h.s-1)),E=this.localeData(),N=Bp(this,!b,S,E),b&&(N=E.pastFuture(+this,N)),E.postformat(N)}var Lu=Math.abs;function Ps(u){return(u>0)-(u<0)||+u}function ks(){if(!this.isValid())return this.localeData().invalidDate();var u=Lu(this._milliseconds)/1e3,h=Lu(this._days),b=Lu(this._months),S,E,N,J,se=this.asSeconds(),be,Ne,Dt,Ln;return se?(S=Ir(u/60),E=Ir(S/60),u%=60,S%=60,N=Ir(b/12),b%=12,J=u?u.toFixed(3).replace(/\.?0+$/,""):"",be=se<0?"-":"",Ne=Ps(this._months)!==Ps(se)?"-":"",Dt=Ps(this._days)!==Ps(se)?"-":"",Ln=Ps(this._milliseconds)!==Ps(se)?"-":"",be+"P"+(N?Ne+N+"Y":"")+(b?Ne+b+"M":"")+(h?Dt+h+"D":"")+(E||S||u?"T":"")+(E?Ln+E+"H":"")+(S?Ln+S+"M":"")+(u?Ln+J+"S":"")):"P0D"}var Le=Rs.prototype;Le.isValid=Xy,Le.abs=Il,Le.add=Fp,Le.subtract=Lv,Le.as=jv,Le.asMilliseconds=Nu,Le.asSeconds=Vo,Le.asMinutes=gi,Le.asHours=Lp,Le.asDays=Uv,Le.asWeeks=Pl,Le.asMonths=Hv,Le.asQuarters=jp,Le.asYears=Vt,Le.valueOf=Du,Le._bubble=Mu,Le.clone=Up,Le.get=hn,Le.milliseconds=kl,Le.seconds=Bi,Le.minutes=Hp,Le.hours=Qt,Le.days=Fu,Le.weeks=Wv,Le.months=Bv,Le.years=Vv,Le.humanize=zo,Le.toISOString=ks,Le.toString=ks,Le.toJSON=ks,Le.locale=Fo,Le.localeData=wl,Le.toIsoString=_("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ks),Le.lang=Lo,ce("X",0,0,"unix"),ce("x",0,0,"valueOf"),le("x",gs),le("X",my),Qe("X",function(u,h,b){b._d=new Date(parseFloat(u)*1e3)}),Qe("x",function(u,h,b){b._d=new Date($e(u))});return e.version="2.30.1",r(rt),e.fn=te,e.min=Ky,e.max=Qy,e.now=Zy,e.utc=y,e.unix=Nv,e.months=Mp,e.isDate=d,e.locale=$n,e.invalid=A,e.duration=nt,e.isMoment=X,e.weekdays=Dv,e.parseZone=Yr,e.localeData=Mn,e.isDuration=qo,e.monthsShort=Np,e.weekdaysMin=$u,e.defineLocale=ol,e.updateLocale=gr,e.locales=yr,e.weekdaysShort=Fv,e.normalizeUnits=Yt,e.relativeTimeRounding=zv,e.relativeTimeThreshold=Jv,e.calendarFormat=ml,e.prototype=te,e.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},e}))});var hE=F((pE,Eh)=>{(function(t,e){typeof define=="function"&&define.amd?define([],e):typeof Eh<"u"&&Eh.exports?Eh.exports=e():t.tv4=e()})(pE,function(){Object.keys||(Object.keys=(function(){var P=Object.prototype.hasOwnProperty,_=!{toString:null}.propertyIsEnumerable("toString"),k=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],M=k.length;return function(j){if(typeof j!="object"&&typeof j!="function"||j===null)throw new TypeError("Object.keys called on non-object");var $=[];for(var Y in j)P.call(j,Y)&&$.push(Y);if(_)for(var K=0;K<M;K++)P.call(j,k[K])&&$.push(k[K]);return $}})()),Object.create||(Object.create=(function(){function P(){}return function(_){if(arguments.length!==1)throw new Error("Object.create implementation only accepts one parameter.");return P.prototype=_,new P}})()),Array.isArray||(Array.isArray=function(P){return Object.prototype.toString.call(P)==="[object Array]"}),Array.prototype.indexOf||(Array.prototype.indexOf=function(P){if(this===null)throw new TypeError;var _=Object(this),k=_.length>>>0;if(k===0)return-1;var M=0;if(arguments.length>1&&(M=Number(arguments[1]),M!==M?M=0:M!==0&&M!==1/0&&M!==-1/0&&(M=(M>0||-1)*Math.floor(Math.abs(M)))),M>=k)return-1;for(var j=M>=0?M:Math.max(k-Math.abs(M),0);j<k;j++)if(j in _&&_[j]===P)return j;return-1}),Object.isFrozen||(Object.isFrozen=function(P){for(var _="tv4_test_frozen_key";P.hasOwnProperty(_);)_+=Math.random();try{return P[_]=!0,delete P[_],!1}catch{return!0}});var t={"+":!0,"#":!0,".":!0,"/":!0,";":!0,"?":!0,"&":!0},e={"*":!0};function r(P){return encodeURI(P).replace(/%25[0-9][0-9]/g,function(_){return"%"+_.substring(3)})}function n(P){var _="";t[P.charAt(0)]&&(_=P.charAt(0),P=P.substring(1));var k="",M="",j=!0,$=!1,Y=!1;_==="+"?j=!1:_==="."?(M=".",k="."):_==="/"?(M="/",k="/"):_==="#"?(M="#",j=!1):_===";"?(M=";",k=";",$=!0,Y=!0):_==="?"?(M="?",k="&",$=!0):_==="&"&&(M="&",k="&",$=!0);for(var K=[],ne=P.split(","),ue=[],tt={},Re=0;Re<ne.length;Re++){var me=ne[Re],Ee=null;if(me.indexOf(":")!==-1){var vt=me.split(":");me=vt[0],Ee=parseInt(vt[1],10)}for(var Ot={};e[me.charAt(me.length-1)];)Ot[me.charAt(me.length-1)]=!0,me=me.substring(0,me.length-1);var ce={truncate:Ee,name:me,suffices:Ot};ue.push(ce),tt[me]=ce,K.push(me)}var hr=function(ai){for(var Rt="",Jr=0,Or=0;Or<ue.length;Or++){var ht=ue[Or],mt=ai(ht.name);if(mt==null||Array.isArray(mt)&&mt.length===0||typeof mt=="object"&&Object.keys(mt).length===0){Jr++;continue}if(Or===Jr?Rt+=M:Rt+=k||",",Array.isArray(mt)){$&&(Rt+=ht.name+"=");for(var an=0;an<mt.length;an++)an>0&&(Rt+=ht.suffices["*"]&&k||",",ht.suffices["*"]&&$&&(Rt+=ht.name+"=")),Rt+=j?encodeURIComponent(mt[an]).replace(/!/g,"%21"):r(mt[an])}else if(typeof mt=="object"){$&&!ht.suffices["*"]&&(Rt+=ht.name+"=");var bo=!0;for(var Jt in mt)bo||(Rt+=ht.suffices["*"]&&k||","),bo=!1,Rt+=j?encodeURIComponent(Jt).replace(/!/g,"%21"):r(Jt),Rt+=ht.suffices["*"]?"=":",",Rt+=j?encodeURIComponent(mt[Jt]).replace(/!/g,"%21"):r(mt[Jt])}else $&&(Rt+=ht.name,(!Y||mt!=="")&&(Rt+="=")),ht.truncate!=null&&(mt=mt.substring(0,ht.truncate)),Rt+=j?encodeURIComponent(mt).replace(/!/g,"%21"):r(mt)}return Rt};return hr.varNames=K,{prefix:M,substitution:hr}}function i(P){if(!(this instanceof i))return new i(P);for(var _=P.split("{"),k=[_.shift()],M=[],j=[],$=[];_.length>0;){var Y=_.shift(),K=Y.split("}")[0],ne=Y.substring(K.length+1),ue=n(K);j.push(ue.substitution),M.push(ue.prefix),k.push(ne),$=$.concat(ue.substitution.varNames)}this.fill=function(tt){for(var Re=k[0],me=0;me<j.length;me++){var Ee=j[me];Re+=Ee(tt),Re+=k[me+1]}return Re},this.varNames=$,this.template=P}i.prototype={toString:function(){return this.template},fillFromObject:function(P){return this.fill(function(_){return P[_]})}};var s=function(_,k,M,j,$){if(this.missing=[],this.missingMap={},this.formatValidators=_?Object.create(_.formatValidators):{},this.schemas=_?Object.create(_.schemas):{},this.collectMultiple=k,this.errors=[],this.handleError=k?this.collectError:this.returnError,j&&(this.checkRecursive=!0,this.scanned=[],this.scannedFrozen=[],this.scannedFrozenSchemas=[],this.scannedFrozenValidationErrors=[],this.validatedSchemasKey="tv4_validation_id",this.validationErrorsKey="tv4_validation_errors_id"),$&&(this.trackUnknownProperties=!0,this.knownPropertyPaths={},this.unknownPropertyPaths={}),this.errorReporter=M||w("en"),typeof this.errorReporter=="string")throw new Error("debug");if(this.definedKeywords={},_)for(var Y in _.definedKeywords)this.definedKeywords[Y]=_.definedKeywords[Y].slice(0)};s.prototype.defineKeyword=function(P,_){this.definedKeywords[P]=this.definedKeywords[P]||[],this.definedKeywords[P].push(_)},s.prototype.createError=function(P,_,k,M,j,$,Y){var K=new U(P,_,k,M,j);return K.message=this.errorReporter(K,$,Y),K},s.prototype.returnError=function(P){return P},s.prototype.collectError=function(P){return P&&this.errors.push(P),null},s.prototype.prefixErrors=function(P,_,k){for(var M=P;M<this.errors.length;M++)this.errors[M]=this.errors[M].prefixWith(_,k);return this},s.prototype.banUnknownProperties=function(P,_){for(var k in this.unknownPropertyPaths){var M=this.createError(C.UNKNOWN_PROPERTY,{path:k},k,"",null,P,_),j=this.handleError(M);if(j)return j}return null},s.prototype.addFormat=function(P,_){if(typeof P=="object"){for(var k in P)this.addFormat(k,P[k]);return this}this.formatValidators[P]=_},s.prototype.resolveRefs=function(P,_){if(P.$ref!==void 0){if(_=_||{},_[P.$ref])return this.createError(C.CIRCULAR_REFERENCE,{urls:Object.keys(_).join(", ")},"","",null,void 0,P);_[P.$ref]=!0,P=this.getSchema(P.$ref,_)}return P},s.prototype.getSchema=function(P,_){var k;if(this.schemas[P]!==void 0)return k=this.schemas[P],this.resolveRefs(k,_);var M=P,j="";if(P.indexOf("#")!==-1&&(j=P.substring(P.indexOf("#")+1),M=P.substring(0,P.indexOf("#"))),typeof this.schemas[M]=="object"){k=this.schemas[M];var $=decodeURIComponent(j);if($==="")return this.resolveRefs(k,_);if($.charAt(0)!=="/")return;for(var Y=$.split("/").slice(1),K=0;K<Y.length;K++){var ne=Y[K].replace(/~1/g,"/").replace(/~0/g,"~");if(k[ne]===void 0){k=void 0;break}k=k[ne]}if(k!==void 0)return this.resolveRefs(k,_)}this.missing[M]===void 0&&(this.missing.push(M),this.missing[M]=M,this.missingMap[M]=M)},s.prototype.searchSchemas=function(P,_){if(Array.isArray(P))for(var k=0;k<P.length;k++)this.searchSchemas(P[k],_);else if(P&&typeof P=="object"){typeof P.id=="string"&&B(_,P.id)&&this.schemas[P.id]===void 0&&(this.schemas[P.id]=P);for(var M in P)if(M!=="enum"){if(typeof P[M]=="object")this.searchSchemas(P[M],_);else if(M==="$ref"){var j=g(P[M]);j&&this.schemas[j]===void 0&&this.missingMap[j]===void 0&&(this.missingMap[j]=j)}}}},s.prototype.addSchema=function(P,_){if(typeof P!="string"||typeof _>"u")if(typeof P=="object"&&typeof P.id=="string")_=P,P=_.id;else return;P===g(P)+"#"&&(P=g(P)),this.schemas[P]=_,delete this.missingMap[P],y(_,P),this.searchSchemas(_,P)},s.prototype.getSchemaMap=function(){var P={};for(var _ in this.schemas)P[_]=this.schemas[_];return P},s.prototype.getSchemaUris=function(P){var _=[];for(var k in this.schemas)(!P||P.test(k))&&_.push(k);return _},s.prototype.getMissingUris=function(P){var _=[];for(var k in this.missingMap)(!P||P.test(k))&&_.push(k);return _},s.prototype.dropSchemas=function(){this.schemas={},this.reset()},s.prototype.reset=function(){this.missing=[],this.missingMap={},this.errors=[]},s.prototype.validateAll=function(P,_,k,M,j){var $;if(_=this.resolveRefs(_),_){if(_ instanceof U)return this.errors.push(_),_}else return null;var Y=this.errors.length,K,ne=null,ue=null;if(this.checkRecursive&&P&&typeof P=="object"){if($=!this.scanned.length,P[this.validatedSchemasKey]){var tt=P[this.validatedSchemasKey].indexOf(_);if(tt!==-1)return this.errors=this.errors.concat(P[this.validationErrorsKey][tt]),null}if(Object.isFrozen(P)&&(K=this.scannedFrozen.indexOf(P),K!==-1)){var Re=this.scannedFrozenSchemas[K].indexOf(_);if(Re!==-1)return this.errors=this.errors.concat(this.scannedFrozenValidationErrors[K][Re]),null}if(this.scanned.push(P),Object.isFrozen(P))K===-1&&(K=this.scannedFrozen.length,this.scannedFrozen.push(P),this.scannedFrozenSchemas.push([])),ne=this.scannedFrozenSchemas[K].length,this.scannedFrozenSchemas[K][ne]=_,this.scannedFrozenValidationErrors[K][ne]=[];else{if(!P[this.validatedSchemasKey])try{Object.defineProperty(P,this.validatedSchemasKey,{value:[],configurable:!0}),Object.defineProperty(P,this.validationErrorsKey,{value:[],configurable:!0})}catch{P[this.validatedSchemasKey]=[],P[this.validationErrorsKey]=[]}ue=P[this.validatedSchemasKey].length,P[this.validatedSchemasKey][ue]=_,P[this.validationErrorsKey][ue]=[]}}var me=this.errors.length,Ee=this.validateBasic(P,_,j)||this.validateNumeric(P,_,j)||this.validateString(P,_,j)||this.validateArray(P,_,j)||this.validateObject(P,_,j)||this.validateCombinations(P,_,j)||this.validateHypermedia(P,_,j)||this.validateFormat(P,_,j)||this.validateDefinedKeywords(P,_,j)||null;if($){for(;this.scanned.length;){var vt=this.scanned.pop();delete vt[this.validatedSchemasKey]}this.scannedFrozen=[],this.scannedFrozenSchemas=[]}if(Ee||me!==this.errors.length)for(;k&&k.length||M&&M.length;){var Ot=k&&k.length?""+k.pop():null,ce=M&&M.length?""+M.pop():null;Ee&&(Ee=Ee.prefixWith(Ot,ce)),this.prefixErrors(me,Ot,ce)}return ne!==null?this.scannedFrozenValidationErrors[K][ne]=this.errors.slice(Y):ue!==null&&(P[this.validationErrorsKey][ue]=this.errors.slice(Y)),this.handleError(Ee)},s.prototype.validateFormat=function(P,_){if(typeof _.format!="string"||!this.formatValidators[_.format])return null;var k=this.formatValidators[_.format].call(null,P,_);return typeof k=="string"||typeof k=="number"?this.createError(C.FORMAT_CUSTOM,{message:k},"","/format",null,P,_):k&&typeof k=="object"?this.createError(C.FORMAT_CUSTOM,{message:k.message||"?"},k.dataPath||"",k.schemaPath||"/format",null,P,_):null},s.prototype.validateDefinedKeywords=function(P,_,k){for(var M in this.definedKeywords)if(!(typeof _[M]>"u"))for(var j=this.definedKeywords[M],$=0;$<j.length;$++){var Y=j[$],K=Y(P,_[M],_,k);if(typeof K=="string"||typeof K=="number")return this.createError(C.KEYWORD_CUSTOM,{key:M,message:K},"","",null,P,_).prefixWith(null,M);if(K&&typeof K=="object"){var ne=K.code;if(typeof ne=="string"){if(!C[ne])throw new Error("Undefined error code (use defineError): "+ne);ne=C[ne]}else typeof ne!="number"&&(ne=C.KEYWORD_CUSTOM);var ue=typeof K.message=="object"?K.message:{key:M,message:K.message||"?"},tt=K.schemaPath||"/"+M.replace(/~/g,"~0").replace(/\//g,"~1");return this.createError(ne,ue,K.dataPath||null,tt,null,P,_)}}return null};function a(P,_){if(P===_)return!0;if(P&&_&&typeof P=="object"&&typeof _=="object"){if(Array.isArray(P)!==Array.isArray(_))return!1;if(Array.isArray(P)){if(P.length!==_.length)return!1;for(var k=0;k<P.length;k++)if(!a(P[k],_[k]))return!1}else{var M;for(M in P)if(_[M]===void 0&&P[M]!==void 0)return!1;for(M in _)if(P[M]===void 0&&_[M]!==void 0)return!1;for(M in P)if(!a(P[M],_[M]))return!1}return!0}return!1}s.prototype.validateBasic=function(_,k,M){var j;return(j=this.validateType(_,k,M))||(j=this.validateEnum(_,k,M))?j.prefixWith(null,"type"):null},s.prototype.validateType=function(_,k){if(k.type===void 0)return null;var M=typeof _;_===null?M="null":Array.isArray(_)&&(M="array");var j=k.type;Array.isArray(j)||(j=[j]);for(var $=0;$<j.length;$++){var Y=j[$];if(Y===M||Y==="integer"&&M==="number"&&_%1===0)return null}return this.createError(C.INVALID_TYPE,{type:M,expected:j.join("/")},"","",null,_,k)},s.prototype.validateEnum=function(_,k){if(k.enum===void 0)return null;for(var M=0;M<k.enum.length;M++){var j=k.enum[M];if(a(_,j))return null}return this.createError(C.ENUM_MISMATCH,{value:typeof JSON<"u"?JSON.stringify(_):_},"","",null,_,k)},s.prototype.validateNumeric=function(_,k,M){return this.validateMultipleOf(_,k,M)||this.validateMinMax(_,k,M)||this.validateNaN(_,k,M)||null};var l=Math.pow(2,-51),f=1-l;s.prototype.validateMultipleOf=function(_,k){var M=k.multipleOf||k.divisibleBy;if(M===void 0)return null;if(typeof _=="number"){var j=_/M%1;if(j>=l&&j<f)return this.createError(C.NUMBER_MULTIPLE_OF,{value:_,multipleOf:M},"","",null,_,k)}return null},s.prototype.validateMinMax=function(_,k){if(typeof _!="number")return null;if(k.minimum!==void 0){if(_<k.minimum)return this.createError(C.NUMBER_MINIMUM,{value:_,minimum:k.minimum},"","/minimum",null,_,k);if(k.exclusiveMinimum&&_===k.minimum)return this.createError(C.NUMBER_MINIMUM_EXCLUSIVE,{value:_,minimum:k.minimum},"","/exclusiveMinimum",null,_,k)}if(k.maximum!==void 0){if(_>k.maximum)return this.createError(C.NUMBER_MAXIMUM,{value:_,maximum:k.maximum},"","/maximum",null,_,k);if(k.exclusiveMaximum&&_===k.maximum)return this.createError(C.NUMBER_MAXIMUM_EXCLUSIVE,{value:_,maximum:k.maximum},"","/exclusiveMaximum",null,_,k)}return null},s.prototype.validateNaN=function(_,k){return typeof _!="number"?null:isNaN(_)===!0||_===1/0||_===-1/0?this.createError(C.NUMBER_NOT_A_NUMBER,{value:_},"","/type",null,_,k):null},s.prototype.validateString=function(_,k,M){return this.validateStringLength(_,k,M)||this.validateStringPattern(_,k,M)||null},s.prototype.validateStringLength=function(_,k){return typeof _!="string"?null:k.minLength!==void 0&&_.length<k.minLength?this.createError(C.STRING_LENGTH_SHORT,{length:_.length,minimum:k.minLength},"","/minLength",null,_,k):k.maxLength!==void 0&&_.length>k.maxLength?this.createError(C.STRING_LENGTH_LONG,{length:_.length,maximum:k.maxLength},"","/maxLength",null,_,k):null},s.prototype.validateStringPattern=function(_,k){if(typeof _!="string"||typeof k.pattern!="string"&&!(k.pattern instanceof RegExp))return null;var M;if(k.pattern instanceof RegExp)M=k.pattern;else{var j,$="",Y=k.pattern.match(/^\/(.+)\/([img]*)$/);Y?(j=Y[1],$=Y[2]):j=k.pattern,M=new RegExp(j,$)}return M.test(_)?null:this.createError(C.STRING_PATTERN,{pattern:k.pattern},"","/pattern",null,_,k)},s.prototype.validateArray=function(_,k,M){return Array.isArray(_)&&(this.validateArrayLength(_,k,M)||this.validateArrayUniqueItems(_,k,M)||this.validateArrayItems(_,k,M))||null},s.prototype.validateArrayLength=function(_,k){var M;return k.minItems!==void 0&&_.length<k.minItems&&(M=this.createError(C.ARRAY_LENGTH_SHORT,{length:_.length,minimum:k.minItems},"","/minItems",null,_,k),this.handleError(M))||k.maxItems!==void 0&&_.length>k.maxItems&&(M=this.createError(C.ARRAY_LENGTH_LONG,{length:_.length,maximum:k.maxItems},"","/maxItems",null,_,k),this.handleError(M))?M:null},s.prototype.validateArrayUniqueItems=function(_,k){if(k.uniqueItems){for(var M=0;M<_.length;M++)for(var j=M+1;j<_.length;j++)if(a(_[M],_[j])){var $=this.createError(C.ARRAY_UNIQUE,{match1:M,match2:j},"","/uniqueItems",null,_,k);if(this.handleError($))return $}}return null},s.prototype.validateArrayItems=function(_,k,M){if(k.items===void 0)return null;var j,$;if(Array.isArray(k.items)){for($=0;$<_.length;$++)if($<k.items.length){if(j=this.validateAll(_[$],k.items[$],[$],["items",$],M+"/"+$))return j}else if(k.additionalItems!==void 0){if(typeof k.additionalItems=="boolean"){if(!k.additionalItems&&(j=this.createError(C.ARRAY_ADDITIONAL_ITEMS,{},"/"+$,"/additionalItems",null,_,k),this.handleError(j)))return j}else if(j=this.validateAll(_[$],k.additionalItems,[$],["additionalItems"],M+"/"+$))return j}}else for($=0;$<_.length;$++)if(j=this.validateAll(_[$],k.items,[$],["items"],M+"/"+$))return j;return null},s.prototype.validateObject=function(_,k,M){return typeof _!="object"||_===null||Array.isArray(_)?null:this.validateObjectMinMaxProperties(_,k,M)||this.validateObjectRequiredProperties(_,k,M)||this.validateObjectProperties(_,k,M)||this.validateObjectDependencies(_,k,M)||null},s.prototype.validateObjectMinMaxProperties=function(_,k){var M=Object.keys(_),j;return k.minProperties!==void 0&&M.length<k.minProperties&&(j=this.createError(C.OBJECT_PROPERTIES_MINIMUM,{propertyCount:M.length,minimum:k.minProperties},"","/minProperties",null,_,k),this.handleError(j))||k.maxProperties!==void 0&&M.length>k.maxProperties&&(j=this.createError(C.OBJECT_PROPERTIES_MAXIMUM,{propertyCount:M.length,maximum:k.maxProperties},"","/maxProperties",null,_,k),this.handleError(j))?j:null},s.prototype.validateObjectRequiredProperties=function(_,k){if(k.required!==void 0)for(var M=0;M<k.required.length;M++){var j=k.required[M];if(_[j]===void 0){var $=this.createError(C.OBJECT_REQUIRED,{key:j},"","/required/"+M,null,_,k);if(this.handleError($))return $}}return null},s.prototype.validateObjectProperties=function(_,k,M){var j;for(var $ in _){var Y=M+"/"+$.replace(/~/g,"~0").replace(/\//g,"~1"),K=!1;if(k.properties!==void 0&&k.properties[$]!==void 0&&(K=!0,j=this.validateAll(_[$],k.properties[$],[$],["properties",$],Y)))return j;if(k.patternProperties!==void 0)for(var ne in k.patternProperties){var ue=new RegExp(ne);if(ue.test($)&&(K=!0,j=this.validateAll(_[$],k.patternProperties[ne],[$],["patternProperties",ne],Y)))return j}if(K)this.trackUnknownProperties&&(this.knownPropertyPaths[Y]=!0,delete this.unknownPropertyPaths[Y]);else if(k.additionalProperties!==void 0){if(this.trackUnknownProperties&&(this.knownPropertyPaths[Y]=!0,delete this.unknownPropertyPaths[Y]),typeof k.additionalProperties=="boolean"){if(!k.additionalProperties&&(j=this.createError(C.OBJECT_ADDITIONAL_PROPERTIES,{key:$},"","/additionalProperties",null,_,k).prefixWith($,null),this.handleError(j)))return j}else if(j=this.validateAll(_[$],k.additionalProperties,[$],["additionalProperties"],Y))return j}else this.trackUnknownProperties&&!this.knownPropertyPaths[Y]&&(this.unknownPropertyPaths[Y]=!0)}return null},s.prototype.validateObjectDependencies=function(_,k,M){var j;if(k.dependencies!==void 0){for(var $ in k.dependencies)if(_[$]!==void 0){var Y=k.dependencies[$];if(typeof Y=="string"){if(_[Y]===void 0&&(j=this.createError(C.OBJECT_DEPENDENCY_KEY,{key:$,missing:Y},"","",null,_,k).prefixWith(null,$).prefixWith(null,"dependencies"),this.handleError(j)))return j}else if(Array.isArray(Y))for(var K=0;K<Y.length;K++){var ne=Y[K];if(_[ne]===void 0&&(j=this.createError(C.OBJECT_DEPENDENCY_KEY,{key:$,missing:ne},"","/"+K,null,_,k).prefixWith(null,$).prefixWith(null,"dependencies"),this.handleError(j)))return j}else if(j=this.validateAll(_,Y,[],["dependencies",$],M))return j}}return null},s.prototype.validateCombinations=function(_,k,M){return this.validateAllOf(_,k,M)||this.validateAnyOf(_,k,M)||this.validateOneOf(_,k,M)||this.validateNot(_,k,M)||null},s.prototype.validateAllOf=function(_,k,M){if(k.allOf===void 0)return null;for(var j,$=0;$<k.allOf.length;$++){var Y=k.allOf[$];if(j=this.validateAll(_,Y,[],["allOf",$],M))return j}return null},s.prototype.validateAnyOf=function(_,k,M){if(k.anyOf===void 0)return null;var j=[],$=this.errors.length,Y,K;this.trackUnknownProperties&&(Y=this.unknownPropertyPaths,K=this.knownPropertyPaths);for(var ne=!0,ue=0;ue<k.anyOf.length;ue++){this.trackUnknownProperties&&(this.unknownPropertyPaths={},this.knownPropertyPaths={});var tt=k.anyOf[ue],Re=this.errors.length,me=this.validateAll(_,tt,[],["anyOf",ue],M);if(me===null&&Re===this.errors.length){if(this.errors=this.errors.slice(0,$),this.trackUnknownProperties){for(var Ee in this.knownPropertyPaths)K[Ee]=!0,delete Y[Ee];for(var vt in this.unknownPropertyPaths)K[vt]||(Y[vt]=!0);ne=!1;continue}return null}me&&j.push(me.prefixWith(null,""+ue).prefixWith(null,"anyOf"))}if(this.trackUnknownProperties&&(this.unknownPropertyPaths=Y,this.knownPropertyPaths=K),ne)return j=j.concat(this.errors.slice($)),this.errors=this.errors.slice(0,$),this.createError(C.ANY_OF_MISSING,{},"","/anyOf",j,_,k)},s.prototype.validateOneOf=function(_,k,M){if(k.oneOf===void 0)return null;var j=null,$=[],Y=this.errors.length,K,ne;this.trackUnknownProperties&&(K=this.unknownPropertyPaths,ne=this.knownPropertyPaths);for(var ue=0;ue<k.oneOf.length;ue++){this.trackUnknownProperties&&(this.unknownPropertyPaths={},this.knownPropertyPaths={});var tt=k.oneOf[ue],Re=this.errors.length,me=this.validateAll(_,tt,[],["oneOf",ue],M);if(me===null&&Re===this.errors.length){if(j===null)j=ue;else return this.errors=this.errors.slice(0,Y),this.createError(C.ONE_OF_MULTIPLE,{index1:j,index2:ue},"","/oneOf",null,_,k);if(this.trackUnknownProperties){for(var Ee in this.knownPropertyPaths)ne[Ee]=!0,delete K[Ee];for(var vt in this.unknownPropertyPaths)ne[vt]||(K[vt]=!0)}}else me&&$.push(me)}return this.trackUnknownProperties&&(this.unknownPropertyPaths=K,this.knownPropertyPaths=ne),j===null?($=$.concat(this.errors.slice(Y)),this.errors=this.errors.slice(0,Y),this.createError(C.ONE_OF_MISSING,{},"","/oneOf",$,_,k)):(this.errors=this.errors.slice(0,Y),null)},s.prototype.validateNot=function(_,k,M){if(k.not===void 0)return null;var j=this.errors.length,$,Y;this.trackUnknownProperties&&($=this.unknownPropertyPaths,Y=this.knownPropertyPaths,this.unknownPropertyPaths={},this.knownPropertyPaths={});var K=this.validateAll(_,k.not,null,null,M),ne=this.errors.slice(j);return this.errors=this.errors.slice(0,j),this.trackUnknownProperties&&(this.unknownPropertyPaths=$,this.knownPropertyPaths=Y),K===null&&ne.length===0?this.createError(C.NOT_PASSED,{},"","/not",null,_,k):null},s.prototype.validateHypermedia=function(_,k,M){if(!k.links)return null;for(var j,$=0;$<k.links.length;$++){var Y=k.links[$];if(Y.rel==="describedby"){for(var K=new i(Y.href),ne=!0,ue=0;ue<K.varNames.length;ue++)if(!(K.varNames[ue]in _)){ne=!1;break}if(ne){var tt=K.fillFromObject(_),Re={$ref:tt};if(j=this.validateAll(_,Re,[],["links",$],M))return j}}}};function d(P){var _=String(P).replace(/^\s+|\s+$/g,"").match(/^([^:\/?#]+:)?(\/\/(?:[^:@]*(?::[^:@]*)?@)?(([^:\/?#]*)(?::(\d*))?))?([^?#]*)(\?[^#]*)?(#[\s\S]*)?/);return _?{href:_[0]||"",protocol:_[1]||"",authority:_[2]||"",host:_[3]||"",hostname:_[4]||"",port:_[5]||"",pathname:_[6]||"",search:_[7]||"",hash:_[8]||""}:null}function m(P,_){function k(M){var j=[];return M.replace(/^(\.\.?(\/|$))+/,"").replace(/\/(\.(\/|$))+/g,"/").replace(/\/\.\.$/,"/../").replace(/\/?[^\/]*/g,function($){$==="/.."?j.pop():j.push($)}),j.join("").replace(/^\//,M.charAt(0)==="/"?"/":"")}return _=d(_||""),P=d(P||""),!_||!P?null:(_.protocol||P.protocol)+(_.protocol||_.authority?_.authority:P.authority)+k(_.protocol||_.authority||_.pathname.charAt(0)==="/"?_.pathname:_.pathname?(P.authority&&!P.pathname?"/":"")+P.pathname.slice(0,P.pathname.lastIndexOf("/")+1)+_.pathname:P.pathname)+(_.protocol||_.authority||_.pathname?_.search:_.search||P.search)+_.hash}function g(P){return P.split("#")[0]}function y(P,_){if(P&&typeof P=="object")if(_===void 0?_=P.id:typeof P.id=="string"&&(_=m(_,P.id),P.id=_),Array.isArray(P))for(var k=0;k<P.length;k++)y(P[k],_);else{typeof P.$ref=="string"&&(P.$ref=m(_,P.$ref));for(var M in P)M!=="enum"&&y(P[M],_)}}function w(P){P=P||"en";var _=V[P];return function(k){var M=_[k.code]||A[k.code];if(typeof M!="string")return"Unknown error code "+k.code+": "+JSON.stringify(k.messageParams);var j=k.params;return M.replace(/\{([^{}]*)\}/g,function($,Y){var K=j[Y];return typeof K=="string"||typeof K=="number"?K:$})}}var C={INVALID_TYPE:0,ENUM_MISMATCH:1,ANY_OF_MISSING:10,ONE_OF_MISSING:11,ONE_OF_MULTIPLE:12,NOT_PASSED:13,NUMBER_MULTIPLE_OF:100,NUMBER_MINIMUM:101,NUMBER_MINIMUM_EXCLUSIVE:102,NUMBER_MAXIMUM:103,NUMBER_MAXIMUM_EXCLUSIVE:104,NUMBER_NOT_A_NUMBER:105,STRING_LENGTH_SHORT:200,STRING_LENGTH_LONG:201,STRING_PATTERN:202,OBJECT_PROPERTIES_MINIMUM:300,OBJECT_PROPERTIES_MAXIMUM:301,OBJECT_REQUIRED:302,OBJECT_ADDITIONAL_PROPERTIES:303,OBJECT_DEPENDENCY_KEY:304,ARRAY_LENGTH_SHORT:400,ARRAY_LENGTH_LONG:401,ARRAY_UNIQUE:402,ARRAY_ADDITIONAL_ITEMS:403,FORMAT_CUSTOM:500,KEYWORD_CUSTOM:501,CIRCULAR_REFERENCE:600,UNKNOWN_PROPERTY:1e3},R={};for(var T in C)R[C[T]]=T;var A={INVALID_TYPE:"Invalid type: {type} (expected {expected})",ENUM_MISMATCH:"No enum match for: {value}",ANY_OF_MISSING:'Data does not match any schemas from "anyOf"',ONE_OF_MISSING:'Data does not match any schemas from "oneOf"',ONE_OF_MULTIPLE:'Data is valid against more than one schema from "oneOf": indices {index1} and {index2}',NOT_PASSED:'Data matches schema from "not"',NUMBER_MULTIPLE_OF:"Value {value} is not a multiple of {multipleOf}",NUMBER_MINIMUM:"Value {value} is less than minimum {minimum}",NUMBER_MINIMUM_EXCLUSIVE:"Value {value} is equal to exclusive minimum {minimum}",NUMBER_MAXIMUM:"Value {value} is greater than maximum {maximum}",NUMBER_MAXIMUM_EXCLUSIVE:"Value {value} is equal to exclusive maximum {maximum}",NUMBER_NOT_A_NUMBER:"Value {value} is not a valid number",STRING_LENGTH_SHORT:"String is too short ({length} chars), minimum {minimum}",STRING_LENGTH_LONG:"String is too long ({length} chars), maximum {maximum}",STRING_PATTERN:"String does not match pattern: {pattern}",OBJECT_PROPERTIES_MINIMUM:"Too few properties defined ({propertyCount}), minimum {minimum}",OBJECT_PROPERTIES_MAXIMUM:"Too many properties defined ({propertyCount}), maximum {maximum}",OBJECT_REQUIRED:"Missing required property: {key}",OBJECT_ADDITIONAL_PROPERTIES:"Additional properties not allowed",OBJECT_DEPENDENCY_KEY:"Dependency failed - key must exist: {missing} (due to key: {key})",ARRAY_LENGTH_SHORT:"Array is too short ({length}), minimum {minimum}",ARRAY_LENGTH_LONG:"Array is too long ({length}), maximum {maximum}",ARRAY_UNIQUE:"Array items are not unique (indices {match1} and {match2})",ARRAY_ADDITIONAL_ITEMS:"Additional items not allowed",FORMAT_CUSTOM:"Format validation failed ({message})",KEYWORD_CUSTOM:"Keyword failed: {key} ({message})",CIRCULAR_REFERENCE:"Circular $refs: {urls}",UNKNOWN_PROPERTY:"Unknown property (not in schema)"};function U(P,_,k,M,j){if(Error.call(this),P===void 0)throw new Error("No error code supplied: "+M);this.message="",this.params=_,this.code=P,this.dataPath=k||"",this.schemaPath=M||"",this.subErrors=j||null;var $=new Error(this.message);if(this.stack=$.stack||$.stacktrace,!this.stack)try{throw $}catch(Y){this.stack=Y.stack||Y.stacktrace}}U.prototype=Object.create(Error.prototype),U.prototype.constructor=U,U.prototype.name="ValidationError",U.prototype.prefixWith=function(P,_){if(P!==null&&(P=P.replace(/~/g,"~0").replace(/\//g,"~1"),this.dataPath="/"+P+this.dataPath),_!==null&&(_=_.replace(/~/g,"~0").replace(/\//g,"~1"),this.schemaPath="/"+_+this.schemaPath),this.subErrors!==null)for(var k=0;k<this.subErrors.length;k++)this.subErrors[k].prefixWith(P,_);return this};function B(P,_){if(_.substring(0,P.length)===P){var k=_.substring(P.length);if(_.length>0&&_.charAt(P.length-1)==="/"||k.charAt(0)==="#"||k.charAt(0)==="?")return!0}return!1}var V={};function W(P){var _=new s,k,M,j={setErrorReporter:function($){return typeof $=="string"?this.language($):(M=$,!0)},addFormat:function(){_.addFormat.apply(_,arguments)},language:function($){return $?(V[$]||($=$.split("-")[0]),V[$]?(k=$,$):!1):k},addLanguage:function($,Y){var K;for(K in C)Y[K]&&!Y[C[K]]&&(Y[C[K]]=Y[K]);var ne=$.split("-")[0];if(!V[ne])V[$]=Y,V[ne]=Y;else{V[$]=Object.create(V[ne]);for(K in Y)typeof V[ne][K]>"u"&&(V[ne][K]=Y[K]),V[$][K]=Y[K]}return this},freshApi:function($){var Y=W();return $&&Y.language($),Y},validate:function($,Y,K,ne){var ue=w(k),tt=M?function(Ee,vt,Ot){return M(Ee,vt,Ot)||ue(Ee,vt,Ot)}:ue,Re=new s(_,!1,tt,K,ne);typeof Y=="string"&&(Y={$ref:Y}),Re.addSchema("",Y);var me=Re.validateAll($,Y,null,null,"");return!me&&ne&&(me=Re.banUnknownProperties($,Y)),this.error=me,this.missing=Re.missing,this.valid=me===null,this.valid},validateResult:function(){var $={toString:function(){return this.valid?"valid":this.error.message}};return this.validate.apply($,arguments),$},validateMultiple:function($,Y,K,ne){var ue=w(k),tt=M?function(Ee,vt,Ot){return M(Ee,vt,Ot)||ue(Ee,vt,Ot)}:ue,Re=new s(_,!0,tt,K,ne);typeof Y=="string"&&(Y={$ref:Y}),Re.addSchema("",Y),Re.validateAll($,Y,null,null,""),ne&&Re.banUnknownProperties($,Y);var me={toString:function(){return this.valid?"valid":this.error.message}};return me.errors=Re.errors,me.missing=Re.missing,me.valid=me.errors.length===0,me},addSchema:function(){return _.addSchema.apply(_,arguments)},getSchema:function(){return _.getSchema.apply(_,arguments)},getSchemaMap:function(){return _.getSchemaMap.apply(_,arguments)},getSchemaUris:function(){return _.getSchemaUris.apply(_,arguments)},getMissingUris:function(){return _.getMissingUris.apply(_,arguments)},dropSchemas:function(){_.dropSchemas.apply(_,arguments)},defineKeyword:function(){_.defineKeyword.apply(_,arguments)},defineError:function($,Y,K){if(typeof $!="string"||!/^[A-Z]+(_[A-Z]+)*$/.test($))throw new Error("Code name must be a string in UPPER_CASE_WITH_UNDERSCORES");if(typeof Y!="number"||Y%1!==0||Y<1e4)throw new Error("Code number must be an integer > 10000");if(typeof C[$]<"u")throw new Error("Error already defined: "+$+" as "+C[$]);if(typeof R[Y]<"u")throw new Error("Error code already used: "+R[Y]+" as "+Y);C[$]=Y,R[Y]=$,A[$]=A[Y]=K;for(var ne in V){var ue=V[ne];ue[$]&&(ue[Y]=ue[Y]||ue[$])}},reset:function(){_.reset(),this.error=null,this.missing=[],this.valid=!0},missing:[],error:null,valid:!0,normSchema:y,resolveUrl:m,getDocumentUri:g,errorCodes:C};return j.language(P||"en"),j}var X=W();return X.addLanguage("en-gb",A),X.tv4=X,X})});var sf=F(Ke=>{"use strict";Object.defineProperty(Ke,"__esModule",{value:!0});Ke.regexpCode=Ke.getEsmExportName=Ke.getProperty=Ke.safeStringify=Ke.stringify=Ke.strConcat=Ke.addCodeArg=Ke.str=Ke._=Ke.nil=Ke._Code=Ke.Name=Ke.IDENTIFIER=Ke._CodeOrName=void 0;var rf=class{};Ke._CodeOrName=rf;Ke.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var ea=class extends rf{constructor(e){if(super(),!Ke.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};Ke.Name=ea;var wn=class extends rf{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((r,n)=>(n instanceof ea&&(r[n.str]=(r[n.str]||0)+1),r),{})}};Ke._Code=wn;Ke.nil=new wn("");function mE(t,...e){let r=[t[0]],n=0;for(;n<e.length;)zb(r,e[n]),r.push(t[++n]);return new wn(r)}Ke._=mE;var Wb=new wn("+");function gE(t,...e){let r=[nf(t[0])],n=0;for(;n<e.length;)r.push(Wb),zb(r,e[n]),r.push(Wb,nf(t[++n]));return dj(r),new wn(r)}Ke.str=gE;function zb(t,e){e instanceof wn?t.push(...e._items):e instanceof ea?t.push(e):t.push(mj(e))}Ke.addCodeArg=zb;function dj(t){let e=1;for(;e<t.length-1;){if(t[e]===Wb){let r=pj(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function pj(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof ea||t[t.length-1]!=='"'?void 0:typeof e!="string"?`${t.slice(0,-1)}${e}"`:e[0]==='"'?t.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(t instanceof ea))return`"${t}${e.slice(1)}`}function hj(t,e){return e.emptyStr()?t:t.emptyStr()?e:gE`${t}${e}`}Ke.strConcat=hj;function mj(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:nf(Array.isArray(t)?t.join(","):t)}function gj(t){return new wn(nf(t))}Ke.stringify=gj;function nf(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}Ke.safeStringify=nf;function yj(t){return typeof t=="string"&&Ke.IDENTIFIER.test(t)?new wn(`.${t}`):mE`[${t}]`}Ke.getProperty=yj;function vj(t){if(typeof t=="string"&&Ke.IDENTIFIER.test(t))return new wn(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}Ke.getEsmExportName=vj;function bj(t){return new wn(t.toString())}Ke.regexpCode=bj});var Gb=F(Dr=>{"use strict";Object.defineProperty(Dr,"__esModule",{value:!0});Dr.ValueScope=Dr.ValueScopeName=Dr.Scope=Dr.varKinds=Dr.UsedValueState=void 0;var Nr=sf(),Jb=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},Oh;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(Oh||(Dr.UsedValueState=Oh={}));Dr.varKinds={const:new Nr.Name("const"),let:new Nr.Name("let"),var:new Nr.Name("var")};var Ih=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof Nr.Name?e:this.name(e)}name(e){return new Nr.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};Dr.Scope=Ih;var Ph=class extends Nr.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,Nr._)`.${new Nr.Name(r)}[${n}]`}};Dr.ValueScopeName=Ph;var Sj=(0,Nr._)`\n`,Yb=class extends Ih{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?Sj:Nr.nil}}get(){return this._scope}name(e){return new Ph(e,this._newName(e))}value(e,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let i=this.toName(e),{prefix:s}=i,a=(n=r.key)!==null&&n!==void 0?n:r.ref,l=this._values[s];if(l){let m=l.get(a);if(m)return m}else l=this._values[s]=new Map;l.set(a,i);let f=this._scope[s]||(this._scope[s]=[]),d=f.length;return f[d]=r.ref,i.setValue(r,{property:s,itemIndex:d}),i}getValue(e,r){let n=this._values[e];if(n)return n.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,Nr._)`${e}${n.scopePath}`})}scopeCode(e=this._values,r,n){return this._reduceValues(e,i=>{if(i.value===void 0)throw new Error(`CodeGen: name "${i}" has no value`);return i.value.code},r,n)}_reduceValues(e,r,n={},i){let s=Nr.nil;for(let a in e){let l=e[a];if(!l)continue;let f=n[a]=n[a]||new Map;l.forEach(d=>{if(f.has(d))return;f.set(d,Oh.Started);let m=r(d);if(m){let g=this.opts.es5?Dr.varKinds.var:Dr.varKinds.const;s=(0,Nr._)`${s}${g} ${d} = ${m};${this.opts._n}`}else if(m=i?.(d))s=(0,Nr._)`${s}${m}${this.opts._n}`;else throw new Jb(d);f.set(d,Oh.Completed)})}return s}};Dr.ValueScope=Yb});var De=F(qe=>{"use strict";Object.defineProperty(qe,"__esModule",{value:!0});qe.or=qe.and=qe.not=qe.CodeGen=qe.operators=qe.varKinds=qe.ValueScopeName=qe.ValueScope=qe.Scope=qe.Name=qe.regexpCode=qe.stringify=qe.getProperty=qe.nil=qe.strConcat=qe.str=qe._=void 0;var Ve=sf(),Vn=Gb(),Hs=sf();Object.defineProperty(qe,"_",{enumerable:!0,get:function(){return Hs._}});Object.defineProperty(qe,"str",{enumerable:!0,get:function(){return Hs.str}});Object.defineProperty(qe,"strConcat",{enumerable:!0,get:function(){return Hs.strConcat}});Object.defineProperty(qe,"nil",{enumerable:!0,get:function(){return Hs.nil}});Object.defineProperty(qe,"getProperty",{enumerable:!0,get:function(){return Hs.getProperty}});Object.defineProperty(qe,"stringify",{enumerable:!0,get:function(){return Hs.stringify}});Object.defineProperty(qe,"regexpCode",{enumerable:!0,get:function(){return Hs.regexpCode}});Object.defineProperty(qe,"Name",{enumerable:!0,get:function(){return Hs.Name}});var qh=Gb();Object.defineProperty(qe,"Scope",{enumerable:!0,get:function(){return qh.Scope}});Object.defineProperty(qe,"ValueScope",{enumerable:!0,get:function(){return qh.ValueScope}});Object.defineProperty(qe,"ValueScopeName",{enumerable:!0,get:function(){return qh.ValueScopeName}});Object.defineProperty(qe,"varKinds",{enumerable:!0,get:function(){return qh.varKinds}});qe.operators={GT:new Ve._Code(">"),GTE:new Ve._Code(">="),LT:new Ve._Code("<"),LTE:new Ve._Code("<="),EQ:new Ve._Code("==="),NEQ:new Ve._Code("!=="),NOT:new Ve._Code("!"),OR:new Ve._Code("||"),AND:new Ve._Code("&&"),ADD:new Ve._Code("+")};var Xi=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},Kb=class extends Xi{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?Vn.varKinds.var:this.varKind,i=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${i};`+r}optimizeNames(e,r){if(e[this.name.str])return this.rhs&&(this.rhs=Kl(this.rhs,e,r)),this}get names(){return this.rhs instanceof Ve._CodeOrName?this.rhs.names:{}}},kh=class extends Xi{constructor(e,r,n){super(),this.lhs=e,this.rhs=r,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof Ve.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=Kl(this.rhs,e,r),this}get names(){let e=this.lhs instanceof Ve.Name?{}:{...this.lhs.names};return Ah(e,this.rhs)}},Qb=class extends kh{constructor(e,r,n,i){super(e,n,i),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},Zb=class extends Xi{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},Xb=class extends Xi{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},eS=class extends Xi{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},tS=class extends Xi{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=Kl(this.code,e,r),this}get names(){return this.code instanceof Ve._CodeOrName?this.code.names:{}}},of=class extends Xi{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,n)=>r+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let n=e[r].optimizeNodes();Array.isArray(n)?e.splice(r,1,...n):n?e[r]=n:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:n}=this,i=n.length;for(;i--;){let s=n[i];s.optimizeNames(e,r)||(wj(e,s.names),n.splice(i,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>na(e,r.names),{})}},es=class extends of{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},rS=class extends of{},Gl=class extends es{};Gl.kind="else";var ta=class t extends es{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new Gl(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(yE(e),r instanceof t?[r]:r.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,r),!!(super.optimizeNames(e,r)||this.else))return this.condition=Kl(this.condition,e,r),this}get names(){let e=super.names;return Ah(e,this.condition),this.else&&na(e,this.else.names),e}};ta.kind="if";var ra=class extends es{};ra.kind="for";var nS=class extends ra{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=Kl(this.iteration,e,r),this}get names(){return na(super.names,this.iteration.names)}},iS=class extends ra{constructor(e,r,n,i){super(),this.varKind=e,this.name=r,this.from=n,this.to=i}render(e){let r=e.es5?Vn.varKinds.var:this.varKind,{name:n,from:i,to:s}=this;return`for(${r} ${n}=${i}; ${n}<${s}; ${n}++)`+super.render(e)}get names(){let e=Ah(super.names,this.from);return Ah(e,this.to)}},Th=class extends ra{constructor(e,r,n,i){super(),this.loop=e,this.varKind=r,this.name=n,this.iterable=i}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=Kl(this.iterable,e,r),this}get names(){return na(super.names,this.iterable.names)}},af=class extends es{constructor(e,r,n){super(),this.name=e,this.args=r,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};af.kind="func";var lf=class extends of{render(e){return"return "+super.render(e)}};lf.kind="return";var sS=class extends es{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var n,i;return super.optimizeNames(e,r),(n=this.catch)===null||n===void 0||n.optimizeNames(e,r),(i=this.finally)===null||i===void 0||i.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&na(e,this.catch.names),this.finally&&na(e,this.finally.names),e}},cf=class extends es{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};cf.kind="catch";var uf=class extends es{render(e){return"finally"+super.render(e)}};uf.kind="finally";var oS=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
|
|
24
|
+
`:""},this._extScope=e,this._scope=new Vn.Scope({parent:e}),this._nodes=[new rS]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,r){let n=this._extScope.value(e,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,r){return this._extScope.getValue(e,r)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,r,n,i){let s=this._scope.toName(r);return n!==void 0&&i&&(this._constants[s.str]=n),this._leafNode(new Kb(e,s,n)),s}const(e,r,n){return this._def(Vn.varKinds.const,e,r,n)}let(e,r,n){return this._def(Vn.varKinds.let,e,r,n)}var(e,r,n){return this._def(Vn.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new kh(e,r,n))}add(e,r){return this._leafNode(new Qb(e,qe.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==Ve.nil&&this._leafNode(new tS(e)),this}object(...e){let r=["{"];for(let[n,i]of e)r.length>1&&r.push(","),r.push(n),(n!==i||this.opts.es5)&&(r.push(":"),(0,Ve.addCodeArg)(r,i));return r.push("}"),new Ve._Code(r)}if(e,r,n){if(this._blockNode(new ta(e)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new ta(e))}else(){return this._elseNode(new Gl)}endIf(){return this._endBlockNode(ta,Gl)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new nS(e),r)}forRange(e,r,n,i,s=this.opts.es5?Vn.varKinds.var:Vn.varKinds.let){let a=this._scope.toName(e);return this._for(new iS(s,a,r,n),()=>i(a))}forOf(e,r,n,i=Vn.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let a=r instanceof Ve.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,Ve._)`${a}.length`,l=>{this.var(s,(0,Ve._)`${a}[${l}]`),n(s)})}return this._for(new Th("of",i,s,r),()=>n(s))}forIn(e,r,n,i=this.opts.es5?Vn.varKinds.var:Vn.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,Ve._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new Th("in",i,s,r),()=>n(s))}endFor(){return this._endBlockNode(ra)}label(e){return this._leafNode(new Zb(e))}break(e){return this._leafNode(new Xb(e))}return(e){let r=new lf;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(lf)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let i=new sS;if(this._blockNode(i),this.code(e),r){let s=this.name("e");this._currNode=i.catch=new cf(s),r(s)}return n&&(this._currNode=i.finally=new uf,this.code(n)),this._endBlockNode(cf,uf)}throw(e){return this._leafNode(new eS(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=Ve.nil,n,i){return this._blockNode(new af(e,r,n)),i&&this.code(i).endFunc(),this}endFunc(){return this._endBlockNode(af)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,r){let n=this._currNode;if(n instanceof e||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${e.kind}/${r.kind}`:e.kind}"`)}_elseNode(e){let r=this._currNode;if(!(r instanceof ta))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};qe.CodeGen=oS;function na(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function Ah(t,e){return e instanceof Ve._CodeOrName?na(t,e.names):t}function Kl(t,e,r){if(t instanceof Ve.Name)return n(t);if(!i(t))return t;return new Ve._Code(t._items.reduce((s,a)=>(a instanceof Ve.Name&&(a=n(a)),a instanceof Ve._Code?s.push(...a._items):s.push(a),s),[]));function n(s){let a=r[s.str];return a===void 0||e[s.str]!==1?s:(delete e[s.str],a)}function i(s){return s instanceof Ve._Code&&s._items.some(a=>a instanceof Ve.Name&&e[a.str]===1&&r[a.str]!==void 0)}}function wj(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function yE(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,Ve._)`!${aS(t)}`}qe.not=yE;var _j=vE(qe.operators.AND);function Rj(...t){return t.reduce(_j)}qe.and=Rj;var xj=vE(qe.operators.OR);function Cj(...t){return t.reduce(xj)}qe.or=Cj;function vE(t){return(e,r)=>e===Ve.nil?r:r===Ve.nil?e:(0,Ve._)`${aS(e)} ${t} ${aS(r)}`}function aS(t){return t instanceof Ve.Name?t:(0,Ve._)`(${t})`}});var ze=F(Fe=>{"use strict";Object.defineProperty(Fe,"__esModule",{value:!0});Fe.checkStrictMode=Fe.getErrorPath=Fe.Type=Fe.useFunc=Fe.setEvaluated=Fe.evaluatedPropsToName=Fe.mergeEvaluated=Fe.eachItem=Fe.unescapeJsonPointer=Fe.escapeJsonPointer=Fe.escapeFragment=Fe.unescapeFragment=Fe.schemaRefOrVal=Fe.schemaHasRulesButRef=Fe.schemaHasRules=Fe.checkUnknownRules=Fe.alwaysValidSchema=Fe.toHash=void 0;var pt=De(),Ej=sf();function Oj(t){let e={};for(let r of t)e[r]=!0;return e}Fe.toHash=Oj;function Ij(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(wE(t,e),!_E(e,t.self.RULES.all))}Fe.alwaysValidSchema=Ij;function wE(t,e=t.schema){let{opts:r,self:n}=t;if(!r.strictSchema||typeof e=="boolean")return;let i=n.RULES.keywords;for(let s in e)i[s]||CE(t,`unknown keyword: "${s}"`)}Fe.checkUnknownRules=wE;function _E(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}Fe.schemaHasRules=_E;function Pj(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}Fe.schemaHasRulesButRef=Pj;function kj({topSchemaRef:t,schemaPath:e},r,n,i){if(!i){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,pt._)`${r}`}return(0,pt._)`${t}${e}${(0,pt.getProperty)(n)}`}Fe.schemaRefOrVal=kj;function Tj(t){return RE(decodeURIComponent(t))}Fe.unescapeFragment=Tj;function Aj(t){return encodeURIComponent(cS(t))}Fe.escapeFragment=Aj;function cS(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}Fe.escapeJsonPointer=cS;function RE(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}Fe.unescapeJsonPointer=RE;function qj(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}Fe.eachItem=qj;function bE({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(i,s,a,l)=>{let f=a===void 0?s:a instanceof pt.Name?(s instanceof pt.Name?t(i,s,a):e(i,s,a),a):s instanceof pt.Name?(e(i,a,s),s):r(s,a);return l===pt.Name&&!(f instanceof pt.Name)?n(i,f):f}}Fe.mergeEvaluated={props:bE({mergeNames:(t,e,r)=>t.if((0,pt._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,pt._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,pt._)`${r} || {}`).code((0,pt._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,pt._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,pt._)`${r} || {}`),uS(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:xE}),items:bE({mergeNames:(t,e,r)=>t.if((0,pt._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,pt._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,pt._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,pt._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function xE(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,pt._)`{}`);return e!==void 0&&uS(t,r,e),r}Fe.evaluatedPropsToName=xE;function uS(t,e,r){Object.keys(r).forEach(n=>t.assign((0,pt._)`${e}${(0,pt.getProperty)(n)}`,!0))}Fe.setEvaluated=uS;var SE={};function $j(t,e){return t.scopeValue("func",{ref:e,code:SE[e.code]||(SE[e.code]=new Ej._Code(e.code))})}Fe.useFunc=$j;var lS;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(lS||(Fe.Type=lS={}));function Mj(t,e,r){if(t instanceof pt.Name){let n=e===lS.Num;return r?n?(0,pt._)`"[" + ${t} + "]"`:(0,pt._)`"['" + ${t} + "']"`:n?(0,pt._)`"/" + ${t}`:(0,pt._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,pt.getProperty)(t).toString():"/"+cS(t)}Fe.getErrorPath=Mj;function CE(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}Fe.checkStrictMode=CE});var ts=F(fS=>{"use strict";Object.defineProperty(fS,"__esModule",{value:!0});var ar=De(),Nj={data:new ar.Name("data"),valCxt:new ar.Name("valCxt"),instancePath:new ar.Name("instancePath"),parentData:new ar.Name("parentData"),parentDataProperty:new ar.Name("parentDataProperty"),rootData:new ar.Name("rootData"),dynamicAnchors:new ar.Name("dynamicAnchors"),vErrors:new ar.Name("vErrors"),errors:new ar.Name("errors"),this:new ar.Name("this"),self:new ar.Name("self"),scope:new ar.Name("scope"),json:new ar.Name("json"),jsonPos:new ar.Name("jsonPos"),jsonLen:new ar.Name("jsonLen"),jsonPart:new ar.Name("jsonPart")};fS.default=Nj});var ff=F(lr=>{"use strict";Object.defineProperty(lr,"__esModule",{value:!0});lr.extendErrors=lr.resetErrorsCount=lr.reportExtraError=lr.reportError=lr.keyword$DataError=lr.keywordError=void 0;var Je=De(),$h=ze(),xr=ts();lr.keywordError={message:({keyword:t})=>(0,Je.str)`must pass "${t}" keyword validation`};lr.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,Je.str)`"${t}" keyword must be ${e} ($data)`:(0,Je.str)`"${t}" keyword is invalid ($data)`};function Dj(t,e=lr.keywordError,r,n){let{it:i}=t,{gen:s,compositeRule:a,allErrors:l}=i,f=IE(t,e,r);n??(a||l)?EE(s,f):OE(i,(0,Je._)`[${f}]`)}lr.reportError=Dj;function Fj(t,e=lr.keywordError,r){let{it:n}=t,{gen:i,compositeRule:s,allErrors:a}=n,l=IE(t,e,r);EE(i,l),s||a||OE(n,xr.default.vErrors)}lr.reportExtraError=Fj;function Lj(t,e){t.assign(xr.default.errors,e),t.if((0,Je._)`${xr.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,Je._)`${xr.default.vErrors}.length`,e),()=>t.assign(xr.default.vErrors,null)))}lr.resetErrorsCount=Lj;function jj({gen:t,keyword:e,schemaValue:r,data:n,errsCount:i,it:s}){if(i===void 0)throw new Error("ajv implementation error");let a=t.name("err");t.forRange("i",i,xr.default.errors,l=>{t.const(a,(0,Je._)`${xr.default.vErrors}[${l}]`),t.if((0,Je._)`${a}.instancePath === undefined`,()=>t.assign((0,Je._)`${a}.instancePath`,(0,Je.strConcat)(xr.default.instancePath,s.errorPath))),t.assign((0,Je._)`${a}.schemaPath`,(0,Je.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,Je._)`${a}.schema`,r),t.assign((0,Je._)`${a}.data`,n))})}lr.extendErrors=jj;function EE(t,e){let r=t.const("err",e);t.if((0,Je._)`${xr.default.vErrors} === null`,()=>t.assign(xr.default.vErrors,(0,Je._)`[${r}]`),(0,Je._)`${xr.default.vErrors}.push(${r})`),t.code((0,Je._)`${xr.default.errors}++`)}function OE(t,e){let{gen:r,validateName:n,schemaEnv:i}=t;i.$async?r.throw((0,Je._)`new ${t.ValidationError}(${e})`):(r.assign((0,Je._)`${n}.errors`,e),r.return(!1))}var ia={keyword:new Je.Name("keyword"),schemaPath:new Je.Name("schemaPath"),params:new Je.Name("params"),propertyName:new Je.Name("propertyName"),message:new Je.Name("message"),schema:new Je.Name("schema"),parentSchema:new Je.Name("parentSchema")};function IE(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,Je._)`{}`:Uj(t,e,r)}function Uj(t,e,r={}){let{gen:n,it:i}=t,s=[Hj(i,r),Bj(t,r)];return Vj(t,e,s),n.object(...s)}function Hj({errorPath:t},{instancePath:e}){let r=e?(0,Je.str)`${t}${(0,$h.getErrorPath)(e,$h.Type.Str)}`:t;return[xr.default.instancePath,(0,Je.strConcat)(xr.default.instancePath,r)]}function Bj({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let i=n?e:(0,Je.str)`${e}/${t}`;return r&&(i=(0,Je.str)`${i}${(0,$h.getErrorPath)(r,$h.Type.Str)}`),[ia.schemaPath,i]}function Vj(t,{params:e,message:r},n){let{keyword:i,data:s,schemaValue:a,it:l}=t,{opts:f,propertyName:d,topSchemaRef:m,schemaPath:g}=l;n.push([ia.keyword,i],[ia.params,typeof e=="function"?e(t):e||(0,Je._)`{}`]),f.messages&&n.push([ia.message,typeof r=="function"?r(t):r]),f.verbose&&n.push([ia.schema,a],[ia.parentSchema,(0,Je._)`${m}${g}`],[xr.default.data,s]),d&&n.push([ia.propertyName,d])}});var kE=F(Ql=>{"use strict";Object.defineProperty(Ql,"__esModule",{value:!0});Ql.boolOrEmptySchema=Ql.topBoolOrEmptySchema=void 0;var Wj=ff(),zj=De(),Jj=ts(),Yj={message:"boolean schema is false"};function Gj(t){let{gen:e,schema:r,validateName:n}=t;r===!1?PE(t,!1):typeof r=="object"&&r.$async===!0?e.return(Jj.default.data):(e.assign((0,zj._)`${n}.errors`,null),e.return(!0))}Ql.topBoolOrEmptySchema=Gj;function Kj(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),PE(t)):r.var(e,!0)}Ql.boolOrEmptySchema=Kj;function PE(t,e){let{gen:r,data:n}=t,i={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,Wj.reportError)(i,Yj,void 0,e)}});var dS=F(Zl=>{"use strict";Object.defineProperty(Zl,"__esModule",{value:!0});Zl.getRules=Zl.isJSONType=void 0;var Qj=["string","number","integer","boolean","null","object","array"],Zj=new Set(Qj);function Xj(t){return typeof t=="string"&&Zj.has(t)}Zl.isJSONType=Xj;function e2(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}Zl.getRules=e2});var pS=F(Bs=>{"use strict";Object.defineProperty(Bs,"__esModule",{value:!0});Bs.shouldUseRule=Bs.shouldUseGroup=Bs.schemaHasRulesForType=void 0;function t2({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&TE(t,n)}Bs.schemaHasRulesForType=t2;function TE(t,e){return e.rules.some(r=>AE(t,r))}Bs.shouldUseGroup=TE;function AE(t,e){var r;return t[e.keyword]!==void 0||((r=e.definition.implements)===null||r===void 0?void 0:r.some(n=>t[n]!==void 0))}Bs.shouldUseRule=AE});var df=F(cr=>{"use strict";Object.defineProperty(cr,"__esModule",{value:!0});cr.reportTypeError=cr.checkDataTypes=cr.checkDataType=cr.coerceAndCheckDataType=cr.getJSONTypes=cr.getSchemaTypes=cr.DataType=void 0;var r2=dS(),n2=pS(),i2=ff(),Ie=De(),qE=ze(),Xl;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(Xl||(cr.DataType=Xl={}));function s2(t){let e=$E(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}cr.getSchemaTypes=s2;function $E(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(r2.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}cr.getJSONTypes=$E;function o2(t,e){let{gen:r,data:n,opts:i}=t,s=a2(e,i.coerceTypes),a=e.length>0&&!(s.length===0&&e.length===1&&(0,n2.schemaHasRulesForType)(t,e[0]));if(a){let l=mS(e,n,i.strictNumbers,Xl.Wrong);r.if(l,()=>{s.length?l2(t,e,s):gS(t)})}return a}cr.coerceAndCheckDataType=o2;var ME=new Set(["string","number","integer","boolean","null"]);function a2(t,e){return e?t.filter(r=>ME.has(r)||e==="array"&&r==="array"):[]}function l2(t,e,r){let{gen:n,data:i,opts:s}=t,a=n.let("dataType",(0,Ie._)`typeof ${i}`),l=n.let("coerced",(0,Ie._)`undefined`);s.coerceTypes==="array"&&n.if((0,Ie._)`${a} == 'object' && Array.isArray(${i}) && ${i}.length == 1`,()=>n.assign(i,(0,Ie._)`${i}[0]`).assign(a,(0,Ie._)`typeof ${i}`).if(mS(e,i,s.strictNumbers),()=>n.assign(l,i))),n.if((0,Ie._)`${l} !== undefined`);for(let d of r)(ME.has(d)||d==="array"&&s.coerceTypes==="array")&&f(d);n.else(),gS(t),n.endIf(),n.if((0,Ie._)`${l} !== undefined`,()=>{n.assign(i,l),c2(t,l)});function f(d){switch(d){case"string":n.elseIf((0,Ie._)`${a} == "number" || ${a} == "boolean"`).assign(l,(0,Ie._)`"" + ${i}`).elseIf((0,Ie._)`${i} === null`).assign(l,(0,Ie._)`""`);return;case"number":n.elseIf((0,Ie._)`${a} == "boolean" || ${i} === null
|
|
25
|
+
|| (${a} == "string" && ${i} && ${i} == +${i})`).assign(l,(0,Ie._)`+${i}`);return;case"integer":n.elseIf((0,Ie._)`${a} === "boolean" || ${i} === null
|
|
26
|
+
|| (${a} === "string" && ${i} && ${i} == +${i} && !(${i} % 1))`).assign(l,(0,Ie._)`+${i}`);return;case"boolean":n.elseIf((0,Ie._)`${i} === "false" || ${i} === 0 || ${i} === null`).assign(l,!1).elseIf((0,Ie._)`${i} === "true" || ${i} === 1`).assign(l,!0);return;case"null":n.elseIf((0,Ie._)`${i} === "" || ${i} === 0 || ${i} === false`),n.assign(l,null);return;case"array":n.elseIf((0,Ie._)`${a} === "string" || ${a} === "number"
|
|
27
|
+
|| ${a} === "boolean" || ${i} === null`).assign(l,(0,Ie._)`[${i}]`)}}}function c2({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,Ie._)`${e} !== undefined`,()=>t.assign((0,Ie._)`${e}[${r}]`,n))}function hS(t,e,r,n=Xl.Correct){let i=n===Xl.Correct?Ie.operators.EQ:Ie.operators.NEQ,s;switch(t){case"null":return(0,Ie._)`${e} ${i} null`;case"array":s=(0,Ie._)`Array.isArray(${e})`;break;case"object":s=(0,Ie._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=a((0,Ie._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=a();break;default:return(0,Ie._)`typeof ${e} ${i} ${t}`}return n===Xl.Correct?s:(0,Ie.not)(s);function a(l=Ie.nil){return(0,Ie.and)((0,Ie._)`typeof ${e} == "number"`,l,r?(0,Ie._)`isFinite(${e})`:Ie.nil)}}cr.checkDataType=hS;function mS(t,e,r,n){if(t.length===1)return hS(t[0],e,r,n);let i,s=(0,qE.toHash)(t);if(s.array&&s.object){let a=(0,Ie._)`typeof ${e} != "object"`;i=s.null?a:(0,Ie._)`!${e} || ${a}`,delete s.null,delete s.array,delete s.object}else i=Ie.nil;s.number&&delete s.integer;for(let a in s)i=(0,Ie.and)(i,hS(a,e,r,n));return i}cr.checkDataTypes=mS;var u2={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,Ie._)`{type: ${t}}`:(0,Ie._)`{type: ${e}}`};function gS(t){let e=f2(t);(0,i2.reportError)(e,u2)}cr.reportTypeError=gS;function f2(t){let{gen:e,data:r,schema:n}=t,i=(0,qE.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:i,schemaValue:i,parentSchema:n,params:{},it:t}}});var DE=F(Mh=>{"use strict";Object.defineProperty(Mh,"__esModule",{value:!0});Mh.assignDefaults=void 0;var ec=De(),d2=ze();function p2(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let i in r)NE(t,i,r[i].default);else e==="array"&&Array.isArray(n)&&n.forEach((i,s)=>NE(t,s,i.default))}Mh.assignDefaults=p2;function NE(t,e,r){let{gen:n,compositeRule:i,data:s,opts:a}=t;if(r===void 0)return;let l=(0,ec._)`${s}${(0,ec.getProperty)(e)}`;if(i){(0,d2.checkStrictMode)(t,`default is ignored for: ${l}`);return}let f=(0,ec._)`${l} === undefined`;a.useDefaults==="empty"&&(f=(0,ec._)`${f} || ${l} === null || ${l} === ""`),n.if(f,(0,ec._)`${l} = ${(0,ec.stringify)(r)}`)}});var _n=F(ft=>{"use strict";Object.defineProperty(ft,"__esModule",{value:!0});ft.validateUnion=ft.validateArray=ft.usePattern=ft.callValidateCode=ft.schemaProperties=ft.allSchemaProperties=ft.noPropertyInData=ft.propertyInData=ft.isOwnProperty=ft.hasPropFunc=ft.reportMissingProp=ft.checkMissingProp=ft.checkReportMissingProp=void 0;var bt=De(),yS=ze(),Vs=ts(),h2=ze();function m2(t,e){let{gen:r,data:n,it:i}=t;r.if(bS(r,n,e,i.opts.ownProperties),()=>{t.setParams({missingProperty:(0,bt._)`${e}`},!0),t.error()})}ft.checkReportMissingProp=m2;function g2({gen:t,data:e,it:{opts:r}},n,i){return(0,bt.or)(...n.map(s=>(0,bt.and)(bS(t,e,s,r.ownProperties),(0,bt._)`${i} = ${s}`)))}ft.checkMissingProp=g2;function y2(t,e){t.setParams({missingProperty:e},!0),t.error()}ft.reportMissingProp=y2;function FE(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,bt._)`Object.prototype.hasOwnProperty`})}ft.hasPropFunc=FE;function vS(t,e,r){return(0,bt._)`${FE(t)}.call(${e}, ${r})`}ft.isOwnProperty=vS;function v2(t,e,r,n){let i=(0,bt._)`${e}${(0,bt.getProperty)(r)} !== undefined`;return n?(0,bt._)`${i} && ${vS(t,e,r)}`:i}ft.propertyInData=v2;function bS(t,e,r,n){let i=(0,bt._)`${e}${(0,bt.getProperty)(r)} === undefined`;return n?(0,bt.or)(i,(0,bt.not)(vS(t,e,r))):i}ft.noPropertyInData=bS;function LE(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}ft.allSchemaProperties=LE;function b2(t,e){return LE(e).filter(r=>!(0,yS.alwaysValidSchema)(t,e[r]))}ft.schemaProperties=b2;function S2({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:i,errorPath:s},it:a},l,f,d){let m=d?(0,bt._)`${t}, ${e}, ${n}${i}`:e,g=[[Vs.default.instancePath,(0,bt.strConcat)(Vs.default.instancePath,s)],[Vs.default.parentData,a.parentData],[Vs.default.parentDataProperty,a.parentDataProperty],[Vs.default.rootData,Vs.default.rootData]];a.opts.dynamicRef&&g.push([Vs.default.dynamicAnchors,Vs.default.dynamicAnchors]);let y=(0,bt._)`${m}, ${r.object(...g)}`;return f!==bt.nil?(0,bt._)`${l}.call(${f}, ${y})`:(0,bt._)`${l}(${y})`}ft.callValidateCode=S2;var w2=(0,bt._)`new RegExp`;function _2({gen:t,it:{opts:e}},r){let n=e.unicodeRegExp?"u":"",{regExp:i}=e.code,s=i(r,n);return t.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,bt._)`${i.code==="new RegExp"?w2:(0,h2.useFunc)(t,i)}(${r}, ${n})`})}ft.usePattern=_2;function R2(t){let{gen:e,data:r,keyword:n,it:i}=t,s=e.name("valid");if(i.allErrors){let l=e.let("valid",!0);return a(()=>e.assign(l,!1)),l}return e.var(s,!0),a(()=>e.break()),s;function a(l){let f=e.const("len",(0,bt._)`${r}.length`);e.forRange("i",0,f,d=>{t.subschema({keyword:n,dataProp:d,dataPropType:yS.Type.Num},s),e.if((0,bt.not)(s),l)})}}ft.validateArray=R2;function x2(t){let{gen:e,schema:r,keyword:n,it:i}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(f=>(0,yS.alwaysValidSchema)(i,f))&&!i.opts.unevaluated)return;let a=e.let("valid",!1),l=e.name("_valid");e.block(()=>r.forEach((f,d)=>{let m=t.subschema({keyword:n,schemaProp:d,compositeRule:!0},l);e.assign(a,(0,bt._)`${a} || ${l}`),t.mergeValidEvaluated(m,l)||e.if((0,bt.not)(a))})),t.result(a,()=>t.reset(),()=>t.error(!0))}ft.validateUnion=x2});var HE=F(_i=>{"use strict";Object.defineProperty(_i,"__esModule",{value:!0});_i.validateKeywordUsage=_i.validSchemaType=_i.funcKeywordCode=_i.macroKeywordCode=void 0;var Cr=De(),sa=ts(),C2=_n(),E2=ff();function O2(t,e){let{gen:r,keyword:n,schema:i,parentSchema:s,it:a}=t,l=e.macro.call(a.self,i,s,a),f=UE(r,n,l);a.opts.validateSchema!==!1&&a.self.validateSchema(l,!0);let d=r.name("valid");t.subschema({schema:l,schemaPath:Cr.nil,errSchemaPath:`${a.errSchemaPath}/${n}`,topSchemaRef:f,compositeRule:!0},d),t.pass(d,()=>t.error(!0))}_i.macroKeywordCode=O2;function I2(t,e){var r;let{gen:n,keyword:i,schema:s,parentSchema:a,$data:l,it:f}=t;k2(f,e);let d=!l&&e.compile?e.compile.call(f.self,s,a,f):e.validate,m=UE(n,i,d),g=n.let("valid");t.block$data(g,y),t.ok((r=e.valid)!==null&&r!==void 0?r:g);function y(){if(e.errors===!1)R(),e.modifying&&jE(t),T(()=>t.error());else{let A=e.async?w():C();e.modifying&&jE(t),T(()=>P2(t,A))}}function w(){let A=n.let("ruleErrs",null);return n.try(()=>R((0,Cr._)`await `),U=>n.assign(g,!1).if((0,Cr._)`${U} instanceof ${f.ValidationError}`,()=>n.assign(A,(0,Cr._)`${U}.errors`),()=>n.throw(U))),A}function C(){let A=(0,Cr._)`${m}.errors`;return n.assign(A,null),R(Cr.nil),A}function R(A=e.async?(0,Cr._)`await `:Cr.nil){let U=f.opts.passContext?sa.default.this:sa.default.self,B=!("compile"in e&&!l||e.schema===!1);n.assign(g,(0,Cr._)`${A}${(0,C2.callValidateCode)(t,m,U,B)}`,e.modifying)}function T(A){var U;n.if((0,Cr.not)((U=e.valid)!==null&&U!==void 0?U:g),A)}}_i.funcKeywordCode=I2;function jE(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Cr._)`${n.parentData}[${n.parentDataProperty}]`))}function P2(t,e){let{gen:r}=t;r.if((0,Cr._)`Array.isArray(${e})`,()=>{r.assign(sa.default.vErrors,(0,Cr._)`${sa.default.vErrors} === null ? ${e} : ${sa.default.vErrors}.concat(${e})`).assign(sa.default.errors,(0,Cr._)`${sa.default.vErrors}.length`),(0,E2.extendErrors)(t)},()=>t.error())}function k2({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function UE(t,e,r){if(r===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,Cr.stringify)(r)})}function T2(t,e,r=!1){return!e.length||e.some(n=>n==="array"?Array.isArray(t):n==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==n||r&&typeof t>"u")}_i.validSchemaType=T2;function A2({schema:t,opts:e,self:r,errSchemaPath:n},i,s){if(Array.isArray(i.keyword)?!i.keyword.includes(s):i.keyword!==s)throw new Error("ajv implementation error");let a=i.dependencies;if(a?.some(l=>!Object.prototype.hasOwnProperty.call(t,l)))throw new Error(`parent schema must have dependencies of ${s}: ${a.join(",")}`);if(i.validateSchema&&!i.validateSchema(t[s])){let f=`keyword "${s}" value is invalid at path "${n}": `+r.errorsText(i.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(f);else throw new Error(f)}}_i.validateKeywordUsage=A2});var VE=F(Ws=>{"use strict";Object.defineProperty(Ws,"__esModule",{value:!0});Ws.extendSubschemaMode=Ws.extendSubschemaData=Ws.getSubschema=void 0;var Ri=De(),BE=ze();function q2(t,{keyword:e,schemaProp:r,schema:n,schemaPath:i,errSchemaPath:s,topSchemaRef:a}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let l=t.schema[e];return r===void 0?{schema:l,schemaPath:(0,Ri._)`${t.schemaPath}${(0,Ri.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:l[r],schemaPath:(0,Ri._)`${t.schemaPath}${(0,Ri.getProperty)(e)}${(0,Ri.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,BE.escapeFragment)(r)}`}}if(n!==void 0){if(i===void 0||s===void 0||a===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:i,topSchemaRef:a,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}Ws.getSubschema=q2;function $2(t,e,{dataProp:r,dataPropType:n,data:i,dataTypes:s,propertyName:a}){if(i!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:l}=e;if(r!==void 0){let{errorPath:d,dataPathArr:m,opts:g}=e,y=l.let("data",(0,Ri._)`${e.data}${(0,Ri.getProperty)(r)}`,!0);f(y),t.errorPath=(0,Ri.str)`${d}${(0,BE.getErrorPath)(r,n,g.jsPropertySyntax)}`,t.parentDataProperty=(0,Ri._)`${r}`,t.dataPathArr=[...m,t.parentDataProperty]}if(i!==void 0){let d=i instanceof Ri.Name?i:l.let("data",i,!0);f(d),a!==void 0&&(t.propertyName=a)}s&&(t.dataTypes=s);function f(d){t.data=d,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,d]}}Ws.extendSubschemaData=$2;function M2(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:n,createErrors:i,allErrors:s}){n!==void 0&&(t.compositeRule=n),i!==void 0&&(t.createErrors=i),s!==void 0&&(t.allErrors=s),t.jtdDiscriminator=e,t.jtdMetadata=r}Ws.extendSubschemaMode=M2});var SS=F((T5,WE)=>{"use strict";WE.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,i,s;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(i=n;i--!==0;)if(!t(e[i],r[i]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(s=Object.keys(e),n=s.length,n!==Object.keys(r).length)return!1;for(i=n;i--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[i]))return!1;for(i=n;i--!==0;){var a=s[i];if(!t(e[a],r[a]))return!1}return!0}return e!==e&&r!==r}});var JE=F((A5,zE)=>{"use strict";var zs=zE.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var n=typeof r=="function"?r:r.pre||function(){},i=r.post||function(){};Nh(e,n,i,t,"",t)};zs.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};zs.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};zs.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};zs.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 Nh(t,e,r,n,i,s,a,l,f,d){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,i,s,a,l,f,d);for(var m in n){var g=n[m];if(Array.isArray(g)){if(m in zs.arrayKeywords)for(var y=0;y<g.length;y++)Nh(t,e,r,g[y],i+"/"+m+"/"+y,s,i,m,n,y)}else if(m in zs.propsKeywords){if(g&&typeof g=="object")for(var w in g)Nh(t,e,r,g[w],i+"/"+m+"/"+N2(w),s,i,m,n,w)}else(m in zs.keywords||t.allKeys&&!(m in zs.skipKeywords))&&Nh(t,e,r,g,i+"/"+m,s,i,m,n)}r(n,i,s,a,l,f,d)}}function N2(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var pf=F(Fr=>{"use strict";Object.defineProperty(Fr,"__esModule",{value:!0});Fr.getSchemaRefs=Fr.resolveUrl=Fr.normalizeId=Fr._getFullPath=Fr.getFullPath=Fr.inlineRef=void 0;var D2=ze(),F2=SS(),L2=JE(),j2=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function U2(t,e=!0){return typeof t=="boolean"?!0:e===!0?!wS(t):e?YE(t)<=e:!1}Fr.inlineRef=U2;var H2=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function wS(t){for(let e in t){if(H2.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(wS)||typeof r=="object"&&wS(r))return!0}return!1}function YE(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!j2.has(r)&&(typeof t[r]=="object"&&(0,D2.eachItem)(t[r],n=>e+=YE(n)),e===1/0))return 1/0}return e}function GE(t,e="",r){r!==!1&&(e=tc(e));let n=t.parse(e);return KE(t,n)}Fr.getFullPath=GE;function KE(t,e){return t.serialize(e).split("#")[0]+"#"}Fr._getFullPath=KE;var B2=/#\/?$/;function tc(t){return t?t.replace(B2,""):""}Fr.normalizeId=tc;function V2(t,e,r){return r=tc(r),t.resolve(e,r)}Fr.resolveUrl=V2;var W2=/^[a-z_][-a-z0-9._]*$/i;function z2(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,i=tc(t[r]||e),s={"":i},a=GE(n,i,!1),l={},f=new Set;return L2(t,{allKeys:!0},(g,y,w,C)=>{if(C===void 0)return;let R=a+y,T=s[C];typeof g[r]=="string"&&(T=A.call(this,g[r])),U.call(this,g.$anchor),U.call(this,g.$dynamicAnchor),s[y]=T;function A(B){let V=this.opts.uriResolver.resolve;if(B=tc(T?V(T,B):B),f.has(B))throw m(B);f.add(B);let W=this.refs[B];return typeof W=="string"&&(W=this.refs[W]),typeof W=="object"?d(g,W.schema,B):B!==tc(R)&&(B[0]==="#"?(d(g,l[B],B),l[B]=g):this.refs[B]=R),B}function U(B){if(typeof B=="string"){if(!W2.test(B))throw new Error(`invalid anchor "${B}"`);A.call(this,`#${B}`)}}}),l;function d(g,y,w){if(y!==void 0&&!F2(g,y))throw m(w)}function m(g){return new Error(`reference "${g}" resolves to more than one schema`)}}Fr.getSchemaRefs=z2});var gf=F(Js=>{"use strict";Object.defineProperty(Js,"__esModule",{value:!0});Js.getData=Js.KeywordCxt=Js.validateFunctionCode=void 0;var tO=kE(),QE=df(),RS=pS(),Dh=df(),J2=DE(),mf=HE(),_S=VE(),pe=De(),we=ts(),Y2=pf(),rs=ze(),hf=ff();function G2(t){if(iO(t)&&(sO(t),nO(t))){Z2(t);return}rO(t,()=>(0,tO.topBoolOrEmptySchema)(t))}Js.validateFunctionCode=G2;function rO({gen:t,validateName:e,schema:r,schemaEnv:n,opts:i},s){i.code.es5?t.func(e,(0,pe._)`${we.default.data}, ${we.default.valCxt}`,n.$async,()=>{t.code((0,pe._)`"use strict"; ${ZE(r,i)}`),Q2(t,i),t.code(s)}):t.func(e,(0,pe._)`${we.default.data}, ${K2(i)}`,n.$async,()=>t.code(ZE(r,i)).code(s))}function K2(t){return(0,pe._)`{${we.default.instancePath}="", ${we.default.parentData}, ${we.default.parentDataProperty}, ${we.default.rootData}=${we.default.data}${t.dynamicRef?(0,pe._)`, ${we.default.dynamicAnchors}={}`:pe.nil}}={}`}function Q2(t,e){t.if(we.default.valCxt,()=>{t.var(we.default.instancePath,(0,pe._)`${we.default.valCxt}.${we.default.instancePath}`),t.var(we.default.parentData,(0,pe._)`${we.default.valCxt}.${we.default.parentData}`),t.var(we.default.parentDataProperty,(0,pe._)`${we.default.valCxt}.${we.default.parentDataProperty}`),t.var(we.default.rootData,(0,pe._)`${we.default.valCxt}.${we.default.rootData}`),e.dynamicRef&&t.var(we.default.dynamicAnchors,(0,pe._)`${we.default.valCxt}.${we.default.dynamicAnchors}`)},()=>{t.var(we.default.instancePath,(0,pe._)`""`),t.var(we.default.parentData,(0,pe._)`undefined`),t.var(we.default.parentDataProperty,(0,pe._)`undefined`),t.var(we.default.rootData,we.default.data),e.dynamicRef&&t.var(we.default.dynamicAnchors,(0,pe._)`{}`)})}function Z2(t){let{schema:e,opts:r,gen:n}=t;rO(t,()=>{r.$comment&&e.$comment&&aO(t),nU(t),n.let(we.default.vErrors,null),n.let(we.default.errors,0),r.unevaluated&&X2(t),oO(t),oU(t)})}function X2(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,pe._)`${r}.evaluated`),e.if((0,pe._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,pe._)`${t.evaluated}.props`,(0,pe._)`undefined`)),e.if((0,pe._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,pe._)`${t.evaluated}.items`,(0,pe._)`undefined`))}function ZE(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,pe._)`/*# sourceURL=${r} */`:pe.nil}function eU(t,e){if(iO(t)&&(sO(t),nO(t))){tU(t,e);return}(0,tO.boolOrEmptySchema)(t,e)}function nO({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let r in t)if(e.RULES.all[r])return!0;return!1}function iO(t){return typeof t.schema!="boolean"}function tU(t,e){let{schema:r,gen:n,opts:i}=t;i.$comment&&r.$comment&&aO(t),iU(t),sU(t);let s=n.const("_errs",we.default.errors);oO(t,s),n.var(e,(0,pe._)`${s} === ${we.default.errors}`)}function sO(t){(0,rs.checkUnknownRules)(t),rU(t)}function oO(t,e){if(t.opts.jtd)return XE(t,[],!1,e);let r=(0,QE.getSchemaTypes)(t.schema),n=(0,QE.coerceAndCheckDataType)(t,r);XE(t,r,!n,e)}function rU(t){let{schema:e,errSchemaPath:r,opts:n,self:i}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,rs.schemaHasRulesButRef)(e,i.RULES)&&i.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function nU(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,rs.checkStrictMode)(t,"default is ignored in the schema root")}function iU(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,Y2.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function sU(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function aO({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:i}){let s=r.$comment;if(i.$comment===!0)t.code((0,pe._)`${we.default.self}.logger.log(${s})`);else if(typeof i.$comment=="function"){let a=(0,pe.str)`${n}/$comment`,l=t.scopeValue("root",{ref:e.root});t.code((0,pe._)`${we.default.self}.opts.$comment(${s}, ${a}, ${l}.schema)`)}}function oU(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:i,opts:s}=t;r.$async?e.if((0,pe._)`${we.default.errors} === 0`,()=>e.return(we.default.data),()=>e.throw((0,pe._)`new ${i}(${we.default.vErrors})`)):(e.assign((0,pe._)`${n}.errors`,we.default.vErrors),s.unevaluated&&aU(t),e.return((0,pe._)`${we.default.errors} === 0`))}function aU({gen:t,evaluated:e,props:r,items:n}){r instanceof pe.Name&&t.assign((0,pe._)`${e}.props`,r),n instanceof pe.Name&&t.assign((0,pe._)`${e}.items`,n)}function XE(t,e,r,n){let{gen:i,schema:s,data:a,allErrors:l,opts:f,self:d}=t,{RULES:m}=d;if(s.$ref&&(f.ignoreKeywordsWithRef||!(0,rs.schemaHasRulesButRef)(s,m))){i.block(()=>cO(t,"$ref",m.all.$ref.definition));return}f.jtd||lU(t,e),i.block(()=>{for(let y of m.rules)g(y);g(m.post)});function g(y){(0,RS.shouldUseGroup)(s,y)&&(y.type?(i.if((0,Dh.checkDataType)(y.type,a,f.strictNumbers)),eO(t,y),e.length===1&&e[0]===y.type&&r&&(i.else(),(0,Dh.reportTypeError)(t)),i.endIf()):eO(t,y),l||i.if((0,pe._)`${we.default.errors} === ${n||0}`))}}function eO(t,e){let{gen:r,schema:n,opts:{useDefaults:i}}=t;i&&(0,J2.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,RS.shouldUseRule)(n,s)&&cO(t,s.keyword,s.definition,e.type)})}function lU(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(cU(t,e),t.opts.allowUnionTypes||uU(t,e),fU(t,t.dataTypes))}function cU(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{lO(t.dataTypes,r)||xS(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),pU(t,e)}}function uU(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&xS(t,"use allowUnionTypes to allow union type keyword")}function fU(t,e){let r=t.self.RULES.all;for(let n in r){let i=r[n];if(typeof i=="object"&&(0,RS.shouldUseRule)(t.schema,i)){let{type:s}=i.definition;s.length&&!s.some(a=>dU(e,a))&&xS(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function dU(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function lO(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function pU(t,e){let r=[];for(let n of t.dataTypes)lO(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function xS(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,rs.checkStrictMode)(t,e,t.opts.strictTypes)}var Fh=class{constructor(e,r,n){if((0,mf.validateKeywordUsage)(e,r,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=r.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,rs.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=r,this.$data)this.schemaCode=e.gen.const("vSchema",uO(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,mf.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=e.gen.const("_errs",we.default.errors))}result(e,r,n){this.failResult((0,pe.not)(e),r,n)}failResult(e,r,n){this.gen.if(e),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,pe.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,pe._)`${r} !== undefined && (${(0,pe.or)(this.invalid$data(),e)})`)}error(e,r,n){if(r){this.setParams(r),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,r){(e?hf.reportExtraError:hf.reportError)(this,this.def.error,r)}$dataError(){(0,hf.reportError)(this,this.def.$dataError||hf.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,hf.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,r){r?Object.assign(this.params,e):this.params=e}block$data(e,r,n=pe.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=pe.nil,r=pe.nil){if(!this.$data)return;let{gen:n,schemaCode:i,schemaType:s,def:a}=this;n.if((0,pe.or)((0,pe._)`${i} === undefined`,r)),e!==pe.nil&&n.assign(e,!0),(s.length||a.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==pe.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:i,it:s}=this;return(0,pe.or)(a(),l());function a(){if(n.length){if(!(r instanceof pe.Name))throw new Error("ajv implementation error");let f=Array.isArray(n)?n:[n];return(0,pe._)`${(0,Dh.checkDataTypes)(f,r,s.opts.strictNumbers,Dh.DataType.Wrong)}`}return pe.nil}function l(){if(i.validateSchema){let f=e.scopeValue("validate$data",{ref:i.validateSchema});return(0,pe._)`!${f}(${r})`}return pe.nil}}subschema(e,r){let n=(0,_S.getSubschema)(this.it,e);(0,_S.extendSubschemaData)(n,this.it,e),(0,_S.extendSubschemaMode)(n,e);let i={...this.it,...n,items:void 0,props:void 0};return eU(i,r),i}mergeEvaluated(e,r){let{it:n,gen:i}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=rs.mergeEvaluated.props(i,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=rs.mergeEvaluated.items(i,e.items,n.items,r)))}mergeValidEvaluated(e,r){let{it:n,gen:i}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return i.if(r,()=>this.mergeEvaluated(e,pe.Name)),!0}};Js.KeywordCxt=Fh;function cO(t,e,r,n){let i=new Fh(t,r,e);"code"in r?r.code(i,n):i.$data&&r.validate?(0,mf.funcKeywordCode)(i,r):"macro"in r?(0,mf.macroKeywordCode)(i,r):(r.compile||r.validate)&&(0,mf.funcKeywordCode)(i,r)}var hU=/^\/(?:[^~]|~0|~1)*$/,mU=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function uO(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let i,s;if(t==="")return we.default.rootData;if(t[0]==="/"){if(!hU.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);i=t,s=we.default.rootData}else{let d=mU.exec(t);if(!d)throw new Error(`Invalid JSON-pointer: ${t}`);let m=+d[1];if(i=d[2],i==="#"){if(m>=e)throw new Error(f("property/index",m));return n[e-m]}if(m>e)throw new Error(f("data",m));if(s=r[e-m],!i)return s}let a=s,l=i.split("/");for(let d of l)d&&(s=(0,pe._)`${s}${(0,pe.getProperty)((0,rs.unescapeJsonPointer)(d))}`,a=(0,pe._)`${a} && ${s}`);return a;function f(d,m){return`Cannot access ${d} ${m} levels up, current level is ${e}`}}Js.getData=uO});var Lh=F(ES=>{"use strict";Object.defineProperty(ES,"__esModule",{value:!0});var CS=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};ES.default=CS});var yf=F(PS=>{"use strict";Object.defineProperty(PS,"__esModule",{value:!0});var OS=pf(),IS=class extends Error{constructor(e,r,n,i){super(i||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,OS.resolveUrl)(e,r,n),this.missingSchema=(0,OS.normalizeId)((0,OS.getFullPath)(e,this.missingRef))}};PS.default=IS});var Uh=F(Rn=>{"use strict";Object.defineProperty(Rn,"__esModule",{value:!0});Rn.resolveSchema=Rn.getCompilingSchema=Rn.resolveRef=Rn.compileSchema=Rn.SchemaEnv=void 0;var Wn=De(),gU=Lh(),oa=ts(),zn=pf(),fO=ze(),yU=gf(),rc=class{constructor(e){var r;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(r=e.baseId)!==null&&r!==void 0?r:(0,zn.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};Rn.SchemaEnv=rc;function TS(t){let e=dO.call(this,t);if(e)return e;let r=(0,zn.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:i}=this.opts.code,{ownProperties:s}=this.opts,a=new Wn.CodeGen(this.scope,{es5:n,lines:i,ownProperties:s}),l;t.$async&&(l=a.scopeValue("Error",{ref:gU.default,code:(0,Wn._)`require("ajv/dist/runtime/validation_error").default`}));let f=a.scopeName("validate");t.validateName=f;let d={gen:a,allErrors:this.opts.allErrors,data:oa.default.data,parentData:oa.default.parentData,parentDataProperty:oa.default.parentDataProperty,dataNames:[oa.default.data],dataPathArr:[Wn.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:a.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,Wn.stringify)(t.schema)}:{ref:t.schema}),validateName:f,ValidationError:l,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:Wn.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,Wn._)`""`,opts:this.opts,self:this},m;try{this._compilations.add(t),(0,yU.validateFunctionCode)(d),a.optimize(this.opts.code.optimize);let g=a.toString();m=`${a.scopeRefs(oa.default.scope)}return ${g}`,this.opts.code.process&&(m=this.opts.code.process(m,t));let w=new Function(`${oa.default.self}`,`${oa.default.scope}`,m)(this,this.scope.get());if(this.scope.value(f,{ref:w}),w.errors=null,w.schema=t.schema,w.schemaEnv=t,t.$async&&(w.$async=!0),this.opts.code.source===!0&&(w.source={validateName:f,validateCode:g,scopeValues:a._values}),this.opts.unevaluated){let{props:C,items:R}=d;w.evaluated={props:C instanceof Wn.Name?void 0:C,items:R instanceof Wn.Name?void 0:R,dynamicProps:C instanceof Wn.Name,dynamicItems:R instanceof Wn.Name},w.source&&(w.source.evaluated=(0,Wn.stringify)(w.evaluated))}return t.validate=w,t}catch(g){throw delete t.validate,delete t.validateName,m&&this.logger.error("Error compiling schema, function code:",m),g}finally{this._compilations.delete(t)}}Rn.compileSchema=TS;function vU(t,e,r){var n;r=(0,zn.resolveUrl)(this.opts.uriResolver,e,r);let i=t.refs[r];if(i)return i;let s=wU.call(this,t,r);if(s===void 0){let a=(n=t.localRefs)===null||n===void 0?void 0:n[r],{schemaId:l}=this.opts;a&&(s=new rc({schema:a,schemaId:l,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=bU.call(this,s)}Rn.resolveRef=vU;function bU(t){return(0,zn.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:TS.call(this,t)}function dO(t){for(let e of this._compilations)if(SU(e,t))return e}Rn.getCompilingSchema=dO;function SU(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function wU(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||jh.call(this,t,e)}function jh(t,e){let r=this.opts.uriResolver.parse(e),n=(0,zn._getFullPath)(this.opts.uriResolver,r),i=(0,zn.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===i)return kS.call(this,r,t);let s=(0,zn.normalizeId)(n),a=this.refs[s]||this.schemas[s];if(typeof a=="string"){let l=jh.call(this,t,a);return typeof l?.schema!="object"?void 0:kS.call(this,r,l)}if(typeof a?.schema=="object"){if(a.validate||TS.call(this,a),s===(0,zn.normalizeId)(e)){let{schema:l}=a,{schemaId:f}=this.opts,d=l[f];return d&&(i=(0,zn.resolveUrl)(this.opts.uriResolver,i,d)),new rc({schema:l,schemaId:f,root:t,baseId:i})}return kS.call(this,r,a)}}Rn.resolveSchema=jh;var _U=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function kS(t,{baseId:e,schema:r,root:n}){var i;if(((i=t.fragment)===null||i===void 0?void 0:i[0])!=="/")return;for(let l of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let f=r[(0,fO.unescapeFragment)(l)];if(f===void 0)return;r=f;let d=typeof r=="object"&&r[this.opts.schemaId];!_U.has(l)&&d&&(e=(0,zn.resolveUrl)(this.opts.uriResolver,e,d))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,fO.schemaHasRulesButRef)(r,this.RULES)){let l=(0,zn.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=jh.call(this,n,l)}let{schemaId:a}=this.opts;if(s=s||new rc({schema:r,schemaId:a,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var pO=F((F5,RU)=>{RU.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var $S=F((L5,bO)=>{"use strict";var xU=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),mO=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u),AS=RegExp.prototype.test.bind(/^[\da-f]{2}$/iu),gO=RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu),CU=RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu);function qS(t){let e="",r=0,n=0;for(n=0;n<t.length;n++)if(r=t[n].charCodeAt(0),r!==48){if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n];break}for(n+=1;n<t.length;n++){if(r=t[n].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n]}return e}var EU=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function hO(t){return t.length=0,!0}function OU(t,e,r){if(t.length){let n=qS(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function IU(t){let e=0,r={error:!1,address:"",zone:""},n=[],i=[],s=!1,a=!1,l=OU;for(let f=0;f<t.length;f++){let d=t[f];if(!(d==="["||d==="]"))if(d===":"){if(s===!0&&(a=!0),!l(i,n,r))break;if(++e>7){r.error=!0;break}f>0&&t[f-1]===":"&&(s=!0),n.push(":");continue}else if(d==="%"){if(!l(i,n,r))break;l=hO}else{i.push(d);continue}}return i.length&&(l===hO?r.zone=i.join(""):a?n.push(i.join("")):n.push(qS(i))),r.address=n.join(""),r}function yO(t){if(PU(t,":")<2)return{host:t,isIPV6:!1};let e=IU(t);if(e.error)return{host:t,isIPV6:!1};{let r=e.address,n=e.address;return e.zone&&(r+="%"+e.zone,n+="%25"+e.zone),{host:r,isIPV6:!0,escapedHost:n}}}function PU(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function kU(t){let e=t,r=[],n=-1,i=0;for(;i=e.length;){if(i===1){if(e===".")break;if(e==="/"){r.push("/");break}else{r.push(e);break}}else if(i===2){if(e[0]==="."){if(e[1]===".")break;if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&(e[1]==="."||e[1]==="/")){r.push("/");break}}else if(i===3&&e==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(e[0]==="."){if(e[1]==="."){if(e[2]==="/"){e=e.slice(3);continue}}else if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&e[1]==="."){if(e[2]==="/"){e=e.slice(2);continue}else if(e[2]==="."&&e[3]==="/"){e=e.slice(3),r.length!==0&&r.pop();continue}}if((n=e.indexOf("/",1))===-1){r.push(e);break}else r.push(e.slice(0,n)),e=e.slice(n)}return r.join("")}var TU={"@":"%40","/":"%2F","?":"%3F","#":"%23",":":"%3A"},AU=/[@/?#:]/g,qU=/[@/?#]/g;function vO(t,e){let r=e?qU:AU;return r.lastIndex=0,t.replace(r,n=>TU[n])}function $U(t,e=!1){if(t.indexOf("%")===-1)return t;let r="";for(let n=0;n<t.length;n++){if(t[n]==="%"&&n+2<t.length){let i=t.slice(n+1,n+3);if(AS(i)){let s=i.toUpperCase(),a=String.fromCharCode(parseInt(s,16));e&&gO(a)?r+=a:r+="%"+s,n+=2;continue}}r+=t[n]}return r}function MU(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(AS(n)){let i=n.toUpperCase(),s=String.fromCharCode(parseInt(i,16));s!=="."&&gO(s)?e+=s:e+="%"+i,r+=2;continue}}CU(t[r])?e+=t[r]:e+=escape(t[r])}return e}function NU(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(AS(n)){e+="%"+n.toUpperCase(),r+=2;continue}}e+=escape(t[r])}return e}function DU(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!mO(r)){let n=yO(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=vO(r,!1)}e.push(r)}return(typeof t.port=="number"||typeof t.port=="string")&&(e.push(":"),e.push(String(t.port))),e.length?e.join(""):void 0}bO.exports={nonSimpleDomain:EU,recomposeAuthority:DU,reescapeHostDelimiters:vO,normalizePercentEncoding:$U,normalizePathEncoding:MU,escapePreservingEscapes:NU,removeDotSegments:kU,isIPv4:mO,isUUID:xU,normalizeIPv6:yO,stringArrayToHexStripped:qS}});var xO=F((j5,RO)=>{"use strict";var{isUUID:FU}=$S(),LU=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,jU=["http","https","ws","wss","urn","urn:uuid"];function UU(t){return jU.indexOf(t)!==-1}function MS(t){return t.secure===!0?!0:t.secure===!1?!1:t.scheme?t.scheme.length===3&&(t.scheme[0]==="w"||t.scheme[0]==="W")&&(t.scheme[1]==="s"||t.scheme[1]==="S")&&(t.scheme[2]==="s"||t.scheme[2]==="S"):!1}function SO(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function wO(t){let e=String(t.scheme).toLowerCase()==="https";return(t.port===(e?443:80)||t.port==="")&&(t.port=void 0),t.path||(t.path="/"),t}function HU(t){return t.secure=MS(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function BU(t){if((t.port===(MS(t)?443:80)||t.port==="")&&(t.port=void 0),typeof t.secure=="boolean"&&(t.scheme=t.secure?"wss":"ws",t.secure=void 0),t.resourceName){let[e,r]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=r,t.resourceName=void 0}return t.fragment=void 0,t}function VU(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(LU);if(r){let n=e.scheme||t.scheme||"urn";t.nid=r[1].toLowerCase(),t.nss=r[2];let i=`${n}:${e.nid||t.nid}`,s=NS(i);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function WU(t,e){if(t.nid===void 0)throw new Error("URN without nid cannot be serialized");let r=e.scheme||t.scheme||"urn",n=t.nid.toLowerCase(),i=`${r}:${e.nid||n}`,s=NS(i);s&&(t=s.serialize(t,e));let a=t,l=t.nss;return a.path=`${n||e.nid}:${l}`,e.skipEscape=!0,a}function zU(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!FU(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function JU(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var _O={scheme:"http",domainHost:!0,parse:SO,serialize:wO},YU={scheme:"https",domainHost:_O.domainHost,parse:SO,serialize:wO},Hh={scheme:"ws",domainHost:!0,parse:HU,serialize:BU},GU={scheme:"wss",domainHost:Hh.domainHost,parse:Hh.parse,serialize:Hh.serialize},KU={scheme:"urn",parse:VU,serialize:WU,skipNormalize:!0},QU={scheme:"urn:uuid",parse:zU,serialize:JU,skipNormalize:!0},Bh={http:_O,https:YU,ws:Hh,wss:GU,urn:KU,"urn:uuid":QU};Object.setPrototypeOf(Bh,null);function NS(t){return t&&(Bh[t]||Bh[t.toLowerCase()])||void 0}RO.exports={wsIsSecure:MS,SCHEMES:Bh,isValidSchemeName:UU,getSchemeHandler:NS}});var kO=F((U5,Vh)=>{"use strict";var{normalizeIPv6:ZU,removeDotSegments:vf,recomposeAuthority:XU,normalizePercentEncoding:eH,normalizePathEncoding:tH,escapePreservingEscapes:rH,reescapeHostDelimiters:nH,isIPv4:iH,nonSimpleDomain:sH}=$S(),{SCHEMES:oH,getSchemeHandler:EO}=xO();function aH(t,e){return typeof t=="string"?t=dH(t,e):typeof t=="object"&&(t=nc(aa(t,e),e)),t}function lH(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},i=OO(nc(t,n),nc(e,n),n,!0);return n.skipEscape=!0,aa(i,n)}function OO(t,e,r,n){let i={};return n||(t=nc(aa(t,r),r),e=nc(aa(e,r),r)),r=r||{},!r.tolerant&&e.scheme?(i.scheme=e.scheme,i.userinfo=e.userinfo,i.host=e.host,i.port=e.port,i.path=vf(e.path||""),i.query=e.query):(e.userinfo!==void 0||e.host!==void 0||e.port!==void 0?(i.userinfo=e.userinfo,i.host=e.host,i.port=e.port,i.path=vf(e.path||""),i.query=e.query):(e.path?(e.path[0]==="/"?i.path=vf(e.path):((t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)&&!t.path?i.path="/"+e.path:t.path?i.path=t.path.slice(0,t.path.lastIndexOf("/")+1)+e.path:i.path=e.path,i.path=vf(i.path)),i.query=e.query):(i.path=t.path,e.query!==void 0?i.query=e.query:i.query=t.query),i.userinfo=t.userinfo,i.host=t.host,i.port=t.port),i.scheme=t.scheme),i.fragment=e.fragment,i}function cH(t,e,r){let n=CO(t,r),i=CO(e,r);return n!==void 0&&i!==void 0&&n.toLowerCase()===i.toLowerCase()}function aa(t,e){let r={host:t.host,scheme:t.scheme,userinfo:t.userinfo,port:t.port,path:t.path,query:t.query,nid:t.nid,nss:t.nss,uuid:t.uuid,fragment:t.fragment,reference:t.reference,resourceName:t.resourceName,secure:t.secure,error:""},n=Object.assign({},e),i=[],s=EO(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=eH(r.path):(r.path=rH(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&i.push(r.scheme,":");let a=XU(r);if(a!==void 0&&(n.reference!=="suffix"&&i.push("//"),i.push(a),r.path&&r.path[0]!=="/"&&i.push("/")),r.path!==void 0){let l=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(l=vf(l)),a===void 0&&l[0]==="/"&&l[1]==="/"&&(l="/%2F"+l.slice(2)),i.push(l)}return r.query!==void 0&&i.push("?",r.query),r.fragment!==void 0&&i.push("#",r.fragment),i.join("")}var uH=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function fH(t,e){if(e[2]!==void 0&&t.path&&t.path[0]!=="/")return'URI path must start with "/" when authority is present.';if(typeof t.port=="number"&&(t.port<0||t.port>65535))return"URI port is malformed."}function IO(t,e){let r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},i=!1,s=!1;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let a=t.match(uH);if(a){n.scheme=a[1],n.userinfo=a[3],n.host=a[4],n.port=parseInt(a[5],10),n.path=a[6]||"",n.query=a[7],n.fragment=a[8],isNaN(n.port)&&(n.port=a[5]);let l=fH(n,a);if(l!==void 0&&(n.error=n.error||l,i=!0),n.host)if(iH(n.host)===!1){let m=ZU(n.host);n.host=m.host.toLowerCase(),s=m.isIPV6}else s=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let f=EO(r.scheme||n.scheme);if(!r.unicodeSupport&&(!f||!f.unicodeSupport)&&n.host&&(r.domainHost||f&&f.domainHost)&&s===!1&&sH(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(d){n.error=n.error||"Host's domain name can not be converted to ASCII: "+d}if((!f||f&&!f.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=nH(unescape(n.host),s))),n.path&&(n.path=tH(n.path)),n.fragment))try{n.fragment=encodeURI(decodeURIComponent(n.fragment))}catch{n.error=n.error||"URI malformed"}f&&f.parse&&f.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return{parsed:n,malformedAuthorityOrPort:i}}function nc(t,e){return IO(t,e).parsed}function dH(t,e){return PO(t,e).normalized}function PO(t,e){let{parsed:r,malformedAuthorityOrPort:n}=IO(t,e);return{normalized:n?t:aa(r,e),malformedAuthorityOrPort:n}}function CO(t,e){if(typeof t=="string"){let{normalized:r,malformedAuthorityOrPort:n}=PO(t,e);return n?void 0:r}if(typeof t=="object")return aa(t,e)}var DS={SCHEMES:oH,normalize:aH,resolve:lH,resolveComponent:OO,equal:cH,serialize:aa,parse:nc};Vh.exports=DS;Vh.exports.default=DS;Vh.exports.fastUri=DS});var AO=F(FS=>{"use strict";Object.defineProperty(FS,"__esModule",{value:!0});var TO=kO();TO.code='require("ajv/dist/runtime/uri").default';FS.default=TO});var jO=F(Xt=>{"use strict";Object.defineProperty(Xt,"__esModule",{value:!0});Xt.CodeGen=Xt.Name=Xt.nil=Xt.stringify=Xt.str=Xt._=Xt.KeywordCxt=void 0;var pH=gf();Object.defineProperty(Xt,"KeywordCxt",{enumerable:!0,get:function(){return pH.KeywordCxt}});var ic=De();Object.defineProperty(Xt,"_",{enumerable:!0,get:function(){return ic._}});Object.defineProperty(Xt,"str",{enumerable:!0,get:function(){return ic.str}});Object.defineProperty(Xt,"stringify",{enumerable:!0,get:function(){return ic.stringify}});Object.defineProperty(Xt,"nil",{enumerable:!0,get:function(){return ic.nil}});Object.defineProperty(Xt,"Name",{enumerable:!0,get:function(){return ic.Name}});Object.defineProperty(Xt,"CodeGen",{enumerable:!0,get:function(){return ic.CodeGen}});var hH=Lh(),DO=yf(),mH=dS(),bf=Uh(),gH=De(),Sf=pf(),Wh=df(),jS=ze(),qO=pO(),yH=AO(),FO=(t,e)=>new RegExp(t,e);FO.code="new RegExp";var vH=["removeAdditional","useDefaults","coerceTypes"],bH=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),SH={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."},wH={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},$O=200;function _H(t){var e,r,n,i,s,a,l,f,d,m,g,y,w,C,R,T,A,U,B,V,W,X,P,_,k;let M=t.strict,j=(e=t.code)===null||e===void 0?void 0:e.optimize,$=j===!0||j===void 0?1:j||0,Y=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:FO,K=(i=t.uriResolver)!==null&&i!==void 0?i:yH.default;return{strictSchema:(a=(s=t.strictSchema)!==null&&s!==void 0?s:M)!==null&&a!==void 0?a:!0,strictNumbers:(f=(l=t.strictNumbers)!==null&&l!==void 0?l:M)!==null&&f!==void 0?f:!0,strictTypes:(m=(d=t.strictTypes)!==null&&d!==void 0?d:M)!==null&&m!==void 0?m:"log",strictTuples:(y=(g=t.strictTuples)!==null&&g!==void 0?g:M)!==null&&y!==void 0?y:"log",strictRequired:(C=(w=t.strictRequired)!==null&&w!==void 0?w:M)!==null&&C!==void 0?C:!1,code:t.code?{...t.code,optimize:$,regExp:Y}:{optimize:$,regExp:Y},loopRequired:(R=t.loopRequired)!==null&&R!==void 0?R:$O,loopEnum:(T=t.loopEnum)!==null&&T!==void 0?T:$O,meta:(A=t.meta)!==null&&A!==void 0?A:!0,messages:(U=t.messages)!==null&&U!==void 0?U:!0,inlineRefs:(B=t.inlineRefs)!==null&&B!==void 0?B:!0,schemaId:(V=t.schemaId)!==null&&V!==void 0?V:"$id",addUsedSchema:(W=t.addUsedSchema)!==null&&W!==void 0?W:!0,validateSchema:(X=t.validateSchema)!==null&&X!==void 0?X:!0,validateFormats:(P=t.validateFormats)!==null&&P!==void 0?P:!0,unicodeRegExp:(_=t.unicodeRegExp)!==null&&_!==void 0?_:!0,int32range:(k=t.int32range)!==null&&k!==void 0?k:!0,uriResolver:K}}var wf=class{constructor(e={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,..._H(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new gH.ValueScope({scope:{},prefixes:bH,es5:r,lines:n}),this.logger=IH(e.logger);let i=e.validateFormats;e.validateFormats=!1,this.RULES=(0,mH.getRules)(),MO.call(this,SH,e,"NOT SUPPORTED"),MO.call(this,wH,e,"DEPRECATED","warn"),this._metaOpts=EH.call(this),e.formats&&xH.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&CH.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),RH.call(this),e.validateFormats=i}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,i=qO;n==="id"&&(i={...qO},i.id=i.$id,delete i.$id),r&&e&&this.addMetaSchema(i,i[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let i=n(r);return"$async"in n||(this.errors=n.errors),i}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return i.call(this,e,r);async function i(m,g){await s.call(this,m.$schema);let y=this._addSchema(m,g);return y.validate||a.call(this,y)}async function s(m){m&&!this.getSchema(m)&&await i.call(this,{$ref:m},!0)}async function a(m){try{return this._compileSchemaEnv(m)}catch(g){if(!(g instanceof DO.default))throw g;return l.call(this,g),await f.call(this,g.missingSchema),a.call(this,m)}}function l({missingSchema:m,missingRef:g}){if(this.refs[m])throw new Error(`AnySchema ${m} is loaded but ${g} cannot be resolved`)}async function f(m){let g=await d.call(this,m);this.refs[m]||await s.call(this,g.$schema),this.refs[m]||this.addSchema(g,m,r)}async function d(m){let g=this._loading[m];if(g)return g;try{return await(this._loading[m]=n(m))}finally{delete this._loading[m]}}}addSchema(e,r,n,i=this.opts.validateSchema){if(Array.isArray(e)){for(let a of e)this.addSchema(a,void 0,n,i);return this}let s;if(typeof e=="object"){let{schemaId:a}=this.opts;if(s=e[a],s!==void 0&&typeof s!="string")throw new Error(`schema ${a} must be string`)}return r=(0,Sf.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(e,n,r,i,!0),this}addMetaSchema(e,r,n=this.opts.validateSchema){return this.addSchema(e,r,!0,n),this}validateSchema(e,r){if(typeof e=="boolean")return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let i=this.validate(n,e);if(!i&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return i}getSchema(e){let r;for(;typeof(r=NO.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,i=new bf.SchemaEnv({schema:{},schemaId:n});if(r=bf.resolveSchema.call(this,i,e),!r)return;this.refs[e]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=NO.call(this,e);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let r=e;this._cache.delete(r);let n=e[this.opts.schemaId];return n&&(n=(0,Sf.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let r of e)this.addKeyword(r);return this}addKeyword(e,r){let n;if(typeof e=="string")n=e,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof e=="object"&&r===void 0){if(r=e,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(kH.call(this,n,r),!r)return(0,jS.eachItem)(n,s=>LS.call(this,s)),this;AH.call(this,r);let i={...r,type:(0,Wh.getJSONTypes)(r.type),schemaType:(0,Wh.getJSONTypes)(r.schemaType)};return(0,jS.eachItem)(n,i.type.length===0?s=>LS.call(this,s,i):s=>i.type.forEach(a=>LS.call(this,s,i,a))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let n of r.rules){let i=n.rules.findIndex(s=>s.keyword===e);i>=0&&n.rules.splice(i,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(i=>`${n}${i.instancePath} ${i.message}`).reduce((i,s)=>i+r+s)}$dataMetaSchema(e,r){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let i of r){let s=i.split("/").slice(1),a=e;for(let l of s)a=a[l];for(let l in n){let f=n[l];if(typeof f!="object")continue;let{$data:d}=f.definition,m=a[l];d&&m&&(a[l]=LO(m))}}return e}_removeAllSchemas(e,r){for(let n in e){let i=e[n];(!r||r.test(n))&&(typeof i=="string"?delete e[n]:i&&!i.meta&&(this._cache.delete(i.schema),delete e[n]))}}_addSchema(e,r,n,i=this.opts.validateSchema,s=this.opts.addUsedSchema){let a,{schemaId:l}=this.opts;if(typeof e=="object")a=e[l];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let f=this._cache.get(e);if(f!==void 0)return f;n=(0,Sf.normalizeId)(a||n);let d=Sf.getSchemaRefs.call(this,e,n);return f=new bf.SchemaEnv({schema:e,schemaId:l,meta:r,baseId:n,localRefs:d}),this._cache.set(f.schema,f),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=f),i&&this.validateSchema(e,!0),f}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):bf.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let r=this.opts;this.opts=this._metaOpts;try{bf.compileSchema.call(this,e)}finally{this.opts=r}}};wf.ValidationError=hH.default;wf.MissingRefError=DO.default;Xt.default=wf;function MO(t,e,r,n="error"){for(let i in t){let s=i;s in e&&this.logger[n](`${r}: option ${i}. ${t[s]}`)}}function NO(t){return t=(0,Sf.normalizeId)(t),this.schemas[t]||this.refs[t]}function RH(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function xH(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function CH(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function EH(){let t={...this.opts};for(let e of vH)delete t[e];return t}var OH={log(){},warn(){},error(){}};function IH(t){if(t===!1)return OH;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var PH=/^[a-z_$][a-z0-9_$:-]*$/i;function kH(t,e){let{RULES:r}=this;if((0,jS.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!PH.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function LS(t,e,r){var n;let i=e?.post;if(r&&i)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,a=i?s.post:s.rules.find(({type:f})=>f===r);if(a||(a={type:r,rules:[]},s.rules.push(a)),s.keywords[t]=!0,!e)return;let l={keyword:t,definition:{...e,type:(0,Wh.getJSONTypes)(e.type),schemaType:(0,Wh.getJSONTypes)(e.schemaType)}};e.before?TH.call(this,a,l,e.before):a.rules.push(l),s.all[t]=l,(n=e.implements)===null||n===void 0||n.forEach(f=>this.addKeyword(f))}function TH(t,e,r){let n=t.rules.findIndex(i=>i.keyword===r);n>=0?t.rules.splice(n,0,e):(t.rules.push(e),this.logger.warn(`rule ${r} is not defined`))}function AH(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=LO(e)),t.validateSchema=this.compile(e,!0))}var qH={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function LO(t){return{anyOf:[t,qH]}}});var UO=F(US=>{"use strict";Object.defineProperty(US,"__esModule",{value:!0});var $H={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};US.default=$H});var WO=F(la=>{"use strict";Object.defineProperty(la,"__esModule",{value:!0});la.callRef=la.getValidate=void 0;var MH=yf(),HO=_n(),Lr=De(),sc=ts(),BO=Uh(),zh=ze(),NH={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:n}=t,{baseId:i,schemaEnv:s,validateName:a,opts:l,self:f}=n,{root:d}=s;if((r==="#"||r==="#/")&&i===d.baseId)return g();let m=BO.resolveRef.call(f,d,i,r);if(m===void 0)throw new MH.default(n.opts.uriResolver,i,r);if(m instanceof BO.SchemaEnv)return y(m);return w(m);function g(){if(s===d)return Jh(t,a,s,s.$async);let C=e.scopeValue("root",{ref:d});return Jh(t,(0,Lr._)`${C}.validate`,d,d.$async)}function y(C){let R=VO(t,C);Jh(t,R,C,C.$async)}function w(C){let R=e.scopeValue("schema",l.code.source===!0?{ref:C,code:(0,Lr.stringify)(C)}:{ref:C}),T=e.name("valid"),A=t.subschema({schema:C,dataTypes:[],schemaPath:Lr.nil,topSchemaRef:R,errSchemaPath:r},T);t.mergeEvaluated(A),t.ok(T)}}};function VO(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,Lr._)`${r.scopeValue("wrapper",{ref:e})}.validate`}la.getValidate=VO;function Jh(t,e,r,n){let{gen:i,it:s}=t,{allErrors:a,schemaEnv:l,opts:f}=s,d=f.passContext?sc.default.this:Lr.nil;n?m():g();function m(){if(!l.$async)throw new Error("async schema referenced by sync schema");let C=i.let("valid");i.try(()=>{i.code((0,Lr._)`await ${(0,HO.callValidateCode)(t,e,d)}`),w(e),a||i.assign(C,!0)},R=>{i.if((0,Lr._)`!(${R} instanceof ${s.ValidationError})`,()=>i.throw(R)),y(R),a||i.assign(C,!1)}),t.ok(C)}function g(){t.result((0,HO.callValidateCode)(t,e,d),()=>w(e),()=>y(e))}function y(C){let R=(0,Lr._)`${C}.errors`;i.assign(sc.default.vErrors,(0,Lr._)`${sc.default.vErrors} === null ? ${R} : ${sc.default.vErrors}.concat(${R})`),i.assign(sc.default.errors,(0,Lr._)`${sc.default.vErrors}.length`)}function w(C){var R;if(!s.opts.unevaluated)return;let T=(R=r?.validate)===null||R===void 0?void 0:R.evaluated;if(s.props!==!0)if(T&&!T.dynamicProps)T.props!==void 0&&(s.props=zh.mergeEvaluated.props(i,T.props,s.props));else{let A=i.var("props",(0,Lr._)`${C}.evaluated.props`);s.props=zh.mergeEvaluated.props(i,A,s.props,Lr.Name)}if(s.items!==!0)if(T&&!T.dynamicItems)T.items!==void 0&&(s.items=zh.mergeEvaluated.items(i,T.items,s.items));else{let A=i.var("items",(0,Lr._)`${C}.evaluated.items`);s.items=zh.mergeEvaluated.items(i,A,s.items,Lr.Name)}}}la.callRef=Jh;la.default=NH});var zO=F(HS=>{"use strict";Object.defineProperty(HS,"__esModule",{value:!0});var DH=UO(),FH=WO(),LH=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",DH.default,FH.default];HS.default=LH});var JO=F(BS=>{"use strict";Object.defineProperty(BS,"__esModule",{value:!0});var Yh=De(),Ys=Yh.operators,Gh={maximum:{okStr:"<=",ok:Ys.LTE,fail:Ys.GT},minimum:{okStr:">=",ok:Ys.GTE,fail:Ys.LT},exclusiveMaximum:{okStr:"<",ok:Ys.LT,fail:Ys.GTE},exclusiveMinimum:{okStr:">",ok:Ys.GT,fail:Ys.LTE}},jH={message:({keyword:t,schemaCode:e})=>(0,Yh.str)`must be ${Gh[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Yh._)`{comparison: ${Gh[t].okStr}, limit: ${e}}`},UH={keyword:Object.keys(Gh),type:"number",schemaType:"number",$data:!0,error:jH,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,Yh._)`${r} ${Gh[e].fail} ${n} || isNaN(${r})`)}};BS.default=UH});var YO=F(VS=>{"use strict";Object.defineProperty(VS,"__esModule",{value:!0});var _f=De(),HH={message:({schemaCode:t})=>(0,_f.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,_f._)`{multipleOf: ${t}}`},BH={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:HH,code(t){let{gen:e,data:r,schemaCode:n,it:i}=t,s=i.opts.multipleOfPrecision,a=e.let("res"),l=s?(0,_f._)`Math.abs(Math.round(${a}) - ${a}) > 1e-${s}`:(0,_f._)`${a} !== parseInt(${a})`;t.fail$data((0,_f._)`(${n} === 0 || (${a} = ${r}/${n}, ${l}))`)}};VS.default=BH});var KO=F(WS=>{"use strict";Object.defineProperty(WS,"__esModule",{value:!0});function GO(t){let e=t.length,r=0,n=0,i;for(;n<e;)r++,i=t.charCodeAt(n++),i>=55296&&i<=56319&&n<e&&(i=t.charCodeAt(n),(i&64512)===56320&&n++);return r}WS.default=GO;GO.code='require("ajv/dist/runtime/ucs2length").default'});var QO=F(zS=>{"use strict";Object.defineProperty(zS,"__esModule",{value:!0});var ca=De(),VH=ze(),WH=KO(),zH={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,ca.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,ca._)`{limit: ${t}}`},JH={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:zH,code(t){let{keyword:e,data:r,schemaCode:n,it:i}=t,s=e==="maxLength"?ca.operators.GT:ca.operators.LT,a=i.opts.unicode===!1?(0,ca._)`${r}.length`:(0,ca._)`${(0,VH.useFunc)(t.gen,WH.default)}(${r})`;t.fail$data((0,ca._)`${a} ${s} ${n}`)}};zS.default=JH});var ZO=F(JS=>{"use strict";Object.defineProperty(JS,"__esModule",{value:!0});var YH=_n(),GH=ze(),oc=De(),KH={message:({schemaCode:t})=>(0,oc.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,oc._)`{pattern: ${t}}`},QH={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:KH,code(t){let{gen:e,data:r,$data:n,schema:i,schemaCode:s,it:a}=t,l=a.opts.unicodeRegExp?"u":"";if(n){let{regExp:f}=a.opts.code,d=f.code==="new RegExp"?(0,oc._)`new RegExp`:(0,GH.useFunc)(e,f),m=e.let("valid");e.try(()=>e.assign(m,(0,oc._)`${d}(${s}, ${l}).test(${r})`),()=>e.assign(m,!1)),t.fail$data((0,oc._)`!${m}`)}else{let f=(0,YH.usePattern)(t,i);t.fail$data((0,oc._)`!${f}.test(${r})`)}}};JS.default=QH});var XO=F(YS=>{"use strict";Object.defineProperty(YS,"__esModule",{value:!0});var Rf=De(),ZH={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,Rf.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,Rf._)`{limit: ${t}}`},XH={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:ZH,code(t){let{keyword:e,data:r,schemaCode:n}=t,i=e==="maxProperties"?Rf.operators.GT:Rf.operators.LT;t.fail$data((0,Rf._)`Object.keys(${r}).length ${i} ${n}`)}};YS.default=XH});var eI=F(GS=>{"use strict";Object.defineProperty(GS,"__esModule",{value:!0});var xf=_n(),Cf=De(),eB=ze(),tB={message:({params:{missingProperty:t}})=>(0,Cf.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Cf._)`{missingProperty: ${t}}`},rB={keyword:"required",type:"object",schemaType:"array",$data:!0,error:tB,code(t){let{gen:e,schema:r,schemaCode:n,data:i,$data:s,it:a}=t,{opts:l}=a;if(!s&&r.length===0)return;let f=r.length>=l.loopRequired;if(a.allErrors?d():m(),l.strictRequired){let w=t.parentSchema.properties,{definedProperties:C}=t.it;for(let R of r)if(w?.[R]===void 0&&!C.has(R)){let T=a.schemaEnv.baseId+a.errSchemaPath,A=`required property "${R}" is not defined at "${T}" (strictRequired)`;(0,eB.checkStrictMode)(a,A,a.opts.strictRequired)}}function d(){if(f||s)t.block$data(Cf.nil,g);else for(let w of r)(0,xf.checkReportMissingProp)(t,w)}function m(){let w=e.let("missing");if(f||s){let C=e.let("valid",!0);t.block$data(C,()=>y(w,C)),t.ok(C)}else e.if((0,xf.checkMissingProp)(t,r,w)),(0,xf.reportMissingProp)(t,w),e.else()}function g(){e.forOf("prop",n,w=>{t.setParams({missingProperty:w}),e.if((0,xf.noPropertyInData)(e,i,w,l.ownProperties),()=>t.error())})}function y(w,C){t.setParams({missingProperty:w}),e.forOf(w,n,()=>{e.assign(C,(0,xf.propertyInData)(e,i,w,l.ownProperties)),e.if((0,Cf.not)(C),()=>{t.error(),e.break()})},Cf.nil)}}};GS.default=rB});var tI=F(KS=>{"use strict";Object.defineProperty(KS,"__esModule",{value:!0});var Ef=De(),nB={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,Ef.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Ef._)`{limit: ${t}}`},iB={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:nB,code(t){let{keyword:e,data:r,schemaCode:n}=t,i=e==="maxItems"?Ef.operators.GT:Ef.operators.LT;t.fail$data((0,Ef._)`${r}.length ${i} ${n}`)}};KS.default=iB});var Kh=F(QS=>{"use strict";Object.defineProperty(QS,"__esModule",{value:!0});var rI=SS();rI.code='require("ajv/dist/runtime/equal").default';QS.default=rI});var nI=F(XS=>{"use strict";Object.defineProperty(XS,"__esModule",{value:!0});var ZS=df(),er=De(),sB=ze(),oB=Kh(),aB={message:({params:{i:t,j:e}})=>(0,er.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,er._)`{i: ${t}, j: ${e}}`},lB={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:aB,code(t){let{gen:e,data:r,$data:n,schema:i,parentSchema:s,schemaCode:a,it:l}=t;if(!n&&!i)return;let f=e.let("valid"),d=s.items?(0,ZS.getSchemaTypes)(s.items):[];t.block$data(f,m,(0,er._)`${a} === false`),t.ok(f);function m(){let C=e.let("i",(0,er._)`${r}.length`),R=e.let("j");t.setParams({i:C,j:R}),e.assign(f,!0),e.if((0,er._)`${C} > 1`,()=>(g()?y:w)(C,R))}function g(){return d.length>0&&!d.some(C=>C==="object"||C==="array")}function y(C,R){let T=e.name("item"),A=(0,ZS.checkDataTypes)(d,T,l.opts.strictNumbers,ZS.DataType.Wrong),U=e.const("indices",(0,er._)`{}`);e.for((0,er._)`;${C}--;`,()=>{e.let(T,(0,er._)`${r}[${C}]`),e.if(A,(0,er._)`continue`),d.length>1&&e.if((0,er._)`typeof ${T} == "string"`,(0,er._)`${T} += "_"`),e.if((0,er._)`typeof ${U}[${T}] == "number"`,()=>{e.assign(R,(0,er._)`${U}[${T}]`),t.error(),e.assign(f,!1).break()}).code((0,er._)`${U}[${T}] = ${C}`)})}function w(C,R){let T=(0,sB.useFunc)(e,oB.default),A=e.name("outer");e.label(A).for((0,er._)`;${C}--;`,()=>e.for((0,er._)`${R} = ${C}; ${R}--;`,()=>e.if((0,er._)`${T}(${r}[${C}], ${r}[${R}])`,()=>{t.error(),e.assign(f,!1).break(A)})))}}};XS.default=lB});var iI=F(t0=>{"use strict";Object.defineProperty(t0,"__esModule",{value:!0});var e0=De(),cB=ze(),uB=Kh(),fB={message:"must be equal to constant",params:({schemaCode:t})=>(0,e0._)`{allowedValue: ${t}}`},dB={keyword:"const",$data:!0,error:fB,code(t){let{gen:e,data:r,$data:n,schemaCode:i,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,e0._)`!${(0,cB.useFunc)(e,uB.default)}(${r}, ${i})`):t.fail((0,e0._)`${s} !== ${r}`)}};t0.default=dB});var sI=F(r0=>{"use strict";Object.defineProperty(r0,"__esModule",{value:!0});var Of=De(),pB=ze(),hB=Kh(),mB={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Of._)`{allowedValues: ${t}}`},gB={keyword:"enum",schemaType:"array",$data:!0,error:mB,code(t){let{gen:e,data:r,$data:n,schema:i,schemaCode:s,it:a}=t;if(!n&&i.length===0)throw new Error("enum must have non-empty array");let l=i.length>=a.opts.loopEnum,f,d=()=>f??(f=(0,pB.useFunc)(e,hB.default)),m;if(l||n)m=e.let("valid"),t.block$data(m,g);else{if(!Array.isArray(i))throw new Error("ajv implementation error");let w=e.const("vSchema",s);m=(0,Of.or)(...i.map((C,R)=>y(w,R)))}t.pass(m);function g(){e.assign(m,!1),e.forOf("v",s,w=>e.if((0,Of._)`${d()}(${r}, ${w})`,()=>e.assign(m,!0).break()))}function y(w,C){let R=i[C];return typeof R=="object"&&R!==null?(0,Of._)`${d()}(${r}, ${w}[${C}])`:(0,Of._)`${r} === ${R}`}}};r0.default=gB});var oI=F(n0=>{"use strict";Object.defineProperty(n0,"__esModule",{value:!0});var yB=JO(),vB=YO(),bB=QO(),SB=ZO(),wB=XO(),_B=eI(),RB=tI(),xB=nI(),CB=iI(),EB=sI(),OB=[yB.default,vB.default,bB.default,SB.default,wB.default,_B.default,RB.default,xB.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},CB.default,EB.default];n0.default=OB});var s0=F(If=>{"use strict";Object.defineProperty(If,"__esModule",{value:!0});If.validateAdditionalItems=void 0;var ua=De(),i0=ze(),IB={message:({params:{len:t}})=>(0,ua.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,ua._)`{limit: ${t}}`},PB={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:IB,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,i0.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}aI(t,n)}};function aI(t,e){let{gen:r,schema:n,data:i,keyword:s,it:a}=t;a.items=!0;let l=r.const("len",(0,ua._)`${i}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,ua._)`${l} <= ${e.length}`);else if(typeof n=="object"&&!(0,i0.alwaysValidSchema)(a,n)){let d=r.var("valid",(0,ua._)`${l} <= ${e.length}`);r.if((0,ua.not)(d),()=>f(d)),t.ok(d)}function f(d){r.forRange("i",e.length,l,m=>{t.subschema({keyword:s,dataProp:m,dataPropType:i0.Type.Num},d),a.allErrors||r.if((0,ua.not)(d),()=>r.break())})}}If.validateAdditionalItems=aI;If.default=PB});var o0=F(Pf=>{"use strict";Object.defineProperty(Pf,"__esModule",{value:!0});Pf.validateTuple=void 0;var lI=De(),Qh=ze(),kB=_n(),TB={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return cI(t,"additionalItems",e);r.items=!0,!(0,Qh.alwaysValidSchema)(r,e)&&t.ok((0,kB.validateArray)(t))}};function cI(t,e,r=t.schema){let{gen:n,parentSchema:i,data:s,keyword:a,it:l}=t;m(i),l.opts.unevaluated&&r.length&&l.items!==!0&&(l.items=Qh.mergeEvaluated.items(n,r.length,l.items));let f=n.name("valid"),d=n.const("len",(0,lI._)`${s}.length`);r.forEach((g,y)=>{(0,Qh.alwaysValidSchema)(l,g)||(n.if((0,lI._)`${d} > ${y}`,()=>t.subschema({keyword:a,schemaProp:y,dataProp:y},f)),t.ok(f))});function m(g){let{opts:y,errSchemaPath:w}=l,C=r.length,R=C===g.minItems&&(C===g.maxItems||g[e]===!1);if(y.strictTuples&&!R){let T=`"${a}" is ${C}-tuple, but minItems or maxItems/${e} are not specified or different at path "${w}"`;(0,Qh.checkStrictMode)(l,T,y.strictTuples)}}}Pf.validateTuple=cI;Pf.default=TB});var uI=F(a0=>{"use strict";Object.defineProperty(a0,"__esModule",{value:!0});var AB=o0(),qB={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,AB.validateTuple)(t,"items")};a0.default=qB});var dI=F(l0=>{"use strict";Object.defineProperty(l0,"__esModule",{value:!0});var fI=De(),$B=ze(),MB=_n(),NB=s0(),DB={message:({params:{len:t}})=>(0,fI.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,fI._)`{limit: ${t}}`},FB={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:DB,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:i}=r;n.items=!0,!(0,$B.alwaysValidSchema)(n,e)&&(i?(0,NB.validateAdditionalItems)(t,i):t.ok((0,MB.validateArray)(t)))}};l0.default=FB});var pI=F(c0=>{"use strict";Object.defineProperty(c0,"__esModule",{value:!0});var xn=De(),Zh=ze(),LB={message:({params:{min:t,max:e}})=>e===void 0?(0,xn.str)`must contain at least ${t} valid item(s)`:(0,xn.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,xn._)`{minContains: ${t}}`:(0,xn._)`{minContains: ${t}, maxContains: ${e}}`},jB={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:LB,code(t){let{gen:e,schema:r,parentSchema:n,data:i,it:s}=t,a,l,{minContains:f,maxContains:d}=n;s.opts.next?(a=f===void 0?1:f,l=d):a=1;let m=e.const("len",(0,xn._)`${i}.length`);if(t.setParams({min:a,max:l}),l===void 0&&a===0){(0,Zh.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(l!==void 0&&a>l){(0,Zh.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,Zh.alwaysValidSchema)(s,r)){let R=(0,xn._)`${m} >= ${a}`;l!==void 0&&(R=(0,xn._)`${R} && ${m} <= ${l}`),t.pass(R);return}s.items=!0;let g=e.name("valid");l===void 0&&a===1?w(g,()=>e.if(g,()=>e.break())):a===0?(e.let(g,!0),l!==void 0&&e.if((0,xn._)`${i}.length > 0`,y)):(e.let(g,!1),y()),t.result(g,()=>t.reset());function y(){let R=e.name("_valid"),T=e.let("count",0);w(R,()=>e.if(R,()=>C(T)))}function w(R,T){e.forRange("i",0,m,A=>{t.subschema({keyword:"contains",dataProp:A,dataPropType:Zh.Type.Num,compositeRule:!0},R),T()})}function C(R){e.code((0,xn._)`${R}++`),l===void 0?e.if((0,xn._)`${R} >= ${a}`,()=>e.assign(g,!0).break()):(e.if((0,xn._)`${R} > ${l}`,()=>e.assign(g,!1).break()),a===1?e.assign(g,!0):e.if((0,xn._)`${R} >= ${a}`,()=>e.assign(g,!0)))}}};c0.default=jB});var gI=F(xi=>{"use strict";Object.defineProperty(xi,"__esModule",{value:!0});xi.validateSchemaDeps=xi.validatePropertyDeps=xi.error=void 0;var u0=De(),UB=ze(),kf=_n();xi.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,u0.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,u0._)`{property: ${t},
|
|
28
28
|
missingProperty: ${n},
|
|
29
29
|
depsCount: ${e},
|
|
30
|
-
deps: ${r}}`};var jB={keyword:"dependencies",type:"object",schemaType:"object",error:xi.error,code(t){let[e,r]=UB(t);hI(t,e),mI(t,r)}};function UB({schema:t}){let e={},r={};for(let n in t){if(n==="__proto__")continue;let i=Array.isArray(t[n])?e:r;i[n]=t[n]}return[e,r]}function hI(t,e=t.schema){let{gen:r,data:n,it:i}=t;if(Object.keys(e).length===0)return;let s=r.let("missing");for(let o in e){let l=e[o];if(l.length===0)continue;let f=(0,kf.propertyInData)(r,n,o,i.opts.ownProperties);t.setParams({property:o,depsCount:l.length,deps:l.join(", ")}),i.allErrors?r.if(f,()=>{for(let d of l)(0,kf.checkReportMissingProp)(t,d)}):(r.if((0,u0._)`${f} && (${(0,kf.checkMissingProp)(t,l,s)})`),(0,kf.reportMissingProp)(t,s),r.else())}}xi.validatePropertyDeps=hI;function mI(t,e=t.schema){let{gen:r,data:n,keyword:i,it:s}=t,o=r.name("valid");for(let l in e)(0,LB.alwaysValidSchema)(s,e[l])||(r.if((0,kf.propertyInData)(r,n,l,s.opts.ownProperties),()=>{let f=t.subschema({keyword:i,schemaProp:l},o);t.mergeValidEvaluated(f,o)},()=>r.var(o,!0)),t.ok(o))}xi.validateSchemaDeps=mI;xi.default=jB});var vI=F(f0=>{"use strict";Object.defineProperty(f0,"__esModule",{value:!0});var yI=De(),HB=ze(),BB={message:"property name must be valid",params:({params:t})=>(0,yI._)`{propertyName: ${t.propertyName}}`},VB={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:BB,code(t){let{gen:e,schema:r,data:n,it:i}=t;if((0,HB.alwaysValidSchema)(i,r))return;let s=e.name("valid");e.forIn("key",n,o=>{t.setParams({propertyName:o}),t.subschema({keyword:"propertyNames",data:o,dataTypes:["string"],propertyName:o,compositeRule:!0},s),e.if((0,yI.not)(s),()=>{t.error(!0),i.allErrors||e.break()})}),t.ok(s)}};f0.default=VB});var p0=F(d0=>{"use strict";Object.defineProperty(d0,"__esModule",{value:!0});var Xh=_n(),Jn=De(),WB=ts(),em=ze(),zB={message:"must NOT have additional properties",params:({params:t})=>(0,Jn._)`{additionalProperty: ${t.additionalProperty}}`},JB={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:zB,code(t){let{gen:e,schema:r,parentSchema:n,data:i,errsCount:s,it:o}=t;if(!s)throw new Error("ajv implementation error");let{allErrors:l,opts:f}=o;if(o.props=!0,f.removeAdditional!=="all"&&(0,em.alwaysValidSchema)(o,r))return;let d=(0,Xh.allSchemaProperties)(n.properties),m=(0,Xh.allSchemaProperties)(n.patternProperties);g(),t.ok((0,Jn._)`${s} === ${WB.default.errors}`);function g(){e.forIn("key",i,P=>{!d.length&&!m.length?C(P):e.if(y(P),()=>C(P))})}function y(P){let A;if(d.length>8){let U=(0,em.schemaRefOrVal)(o,n.properties,"properties");A=(0,Xh.isOwnProperty)(e,U,P)}else d.length?A=(0,Jn.or)(...d.map(U=>(0,Jn._)`${P} === ${U}`)):A=Jn.nil;return m.length&&(A=(0,Jn.or)(A,...m.map(U=>(0,Jn._)`${(0,Xh.usePattern)(t,U)}.test(${P})`))),(0,Jn.not)(A)}function w(P){e.code((0,Jn._)`delete ${i}[${P}]`)}function C(P){if(f.removeAdditional==="all"||f.removeAdditional&&r===!1){w(P);return}if(r===!1){t.setParams({additionalProperty:P}),t.error(),l||e.break();return}if(typeof r=="object"&&!(0,em.alwaysValidSchema)(o,r)){let A=e.name("valid");f.removeAdditional==="failing"?(R(P,A,!1),e.if((0,Jn.not)(A),()=>{t.reset(),w(P)})):(R(P,A),l||e.if((0,Jn.not)(A),()=>e.break()))}}function R(P,A,U){let B={keyword:"additionalProperties",dataProp:P,dataPropType:em.Type.Str};U===!1&&Object.assign(B,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(B,A)}}};d0.default=JB});var wI=F(m0=>{"use strict";Object.defineProperty(m0,"__esModule",{value:!0});var YB=gf(),bI=_n(),h0=ze(),SI=p0(),GB={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,parentSchema:n,data:i,it:s}=t;s.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&SI.default.code(new YB.KeywordCxt(s,SI.default,"additionalProperties"));let o=(0,bI.allSchemaProperties)(r);for(let g of o)s.definedProperties.add(g);s.opts.unevaluated&&o.length&&s.props!==!0&&(s.props=h0.mergeEvaluated.props(e,(0,h0.toHash)(o),s.props));let l=o.filter(g=>!(0,h0.alwaysValidSchema)(s,r[g]));if(l.length===0)return;let f=e.name("valid");for(let g of l)d(g)?m(g):(e.if((0,bI.propertyInData)(e,i,g,s.opts.ownProperties)),m(g),s.allErrors||e.else().var(f,!0),e.endIf()),t.it.definedProperties.add(g),t.ok(f);function d(g){return s.opts.useDefaults&&!s.compositeRule&&r[g].default!==void 0}function m(g){t.subschema({keyword:"properties",schemaProp:g,dataProp:g},f)}}};m0.default=GB});var CI=F(g0=>{"use strict";Object.defineProperty(g0,"__esModule",{value:!0});var _I=_n(),tm=De(),RI=ze(),xI=ze(),KB={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,data:n,parentSchema:i,it:s}=t,{opts:o}=s,l=(0,_I.allSchemaProperties)(r),f=l.filter(R=>(0,RI.alwaysValidSchema)(s,r[R]));if(l.length===0||f.length===l.length&&(!s.opts.unevaluated||s.props===!0))return;let d=o.strictSchema&&!o.allowMatchingProperties&&i.properties,m=e.name("valid");s.props!==!0&&!(s.props instanceof tm.Name)&&(s.props=(0,xI.evaluatedPropsToName)(e,s.props));let{props:g}=s;y();function y(){for(let R of l)d&&w(R),s.allErrors?C(R):(e.var(m,!0),C(R),e.if(m))}function w(R){for(let P in d)new RegExp(R).test(P)&&(0,RI.checkStrictMode)(s,`property ${P} matches pattern ${R} (use allowMatchingProperties)`)}function C(R){e.forIn("key",n,P=>{e.if((0,tm._)`${(0,_I.usePattern)(t,R)}.test(${P})`,()=>{let A=f.includes(R);A||t.subschema({keyword:"patternProperties",schemaProp:R,dataProp:P,dataPropType:xI.Type.Str},m),s.opts.unevaluated&&g!==!0?e.assign((0,tm._)`${g}[${P}]`,!0):!A&&!s.allErrors&&e.if((0,tm.not)(m),()=>e.break())})})}}};g0.default=KB});var EI=F(y0=>{"use strict";Object.defineProperty(y0,"__esModule",{value:!0});var QB=ze(),ZB={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,QB.alwaysValidSchema)(n,r)){t.fail();return}let i=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},i),t.failResult(i,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};y0.default=ZB});var OI=F(v0=>{"use strict";Object.defineProperty(v0,"__esModule",{value:!0});var XB=_n(),eV={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:XB.validateUnion,error:{message:"must match a schema in anyOf"}};v0.default=eV});var II=F(b0=>{"use strict";Object.defineProperty(b0,"__esModule",{value:!0});var rm=De(),tV=ze(),rV={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,rm._)`{passingSchemas: ${t.passing}}`},nV={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:rV,code(t){let{gen:e,schema:r,parentSchema:n,it:i}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(i.opts.discriminator&&n.discriminator)return;let s=r,o=e.let("valid",!1),l=e.let("passing",null),f=e.name("_valid");t.setParams({passing:l}),e.block(d),t.result(o,()=>t.reset(),()=>t.error(!0));function d(){s.forEach((m,g)=>{let y;(0,tV.alwaysValidSchema)(i,m)?e.var(f,!0):y=t.subschema({keyword:"oneOf",schemaProp:g,compositeRule:!0},f),g>0&&e.if((0,rm._)`${f} && ${o}`).assign(o,!1).assign(l,(0,rm._)`[${l}, ${g}]`).else(),e.if(f,()=>{e.assign(o,!0),e.assign(l,g),y&&t.mergeEvaluated(y,rm.Name)})})}}};b0.default=nV});var PI=F(S0=>{"use strict";Object.defineProperty(S0,"__esModule",{value:!0});var iV=ze(),sV={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:r,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");let i=e.name("valid");r.forEach((s,o)=>{if((0,iV.alwaysValidSchema)(n,s))return;let l=t.subschema({keyword:"allOf",schemaProp:o},i);t.ok(i),t.mergeEvaluated(l)})}};S0.default=sV});var AI=F(w0=>{"use strict";Object.defineProperty(w0,"__esModule",{value:!0});var nm=De(),TI=ze(),oV={message:({params:t})=>(0,nm.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,nm._)`{failingKeyword: ${t.ifClause}}`},aV={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:oV,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,TI.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let i=kI(n,"then"),s=kI(n,"else");if(!i&&!s)return;let o=e.let("valid",!0),l=e.name("_valid");if(f(),t.reset(),i&&s){let m=e.let("ifClause");t.setParams({ifClause:m}),e.if(l,d("then",m),d("else",m))}else i?e.if(l,d("then")):e.if((0,nm.not)(l),d("else"));t.pass(o,()=>t.error(!0));function f(){let m=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},l);t.mergeEvaluated(m)}function d(m,g){return()=>{let y=t.subschema({keyword:m},l);e.assign(o,l),t.mergeValidEvaluated(y,o),g?e.assign(g,(0,nm._)`${m}`):t.setParams({ifClause:m})}}}};function kI(t,e){let r=t.schema[e];return r!==void 0&&!(0,TI.alwaysValidSchema)(t,r)}w0.default=aV});var qI=F(_0=>{"use strict";Object.defineProperty(_0,"__esModule",{value:!0});var lV=ze(),cV={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,lV.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};_0.default=cV});var $I=F(R0=>{"use strict";Object.defineProperty(R0,"__esModule",{value:!0});var uV=s0(),fV=uI(),dV=o0(),pV=dI(),hV=pI(),mV=gI(),gV=vI(),yV=p0(),vV=wI(),bV=CI(),SV=EI(),wV=OI(),_V=II(),RV=PI(),xV=AI(),CV=qI();function EV(t=!1){let e=[SV.default,wV.default,_V.default,RV.default,xV.default,CV.default,gV.default,yV.default,mV.default,vV.default,bV.default];return t?e.push(fV.default,pV.default):e.push(uV.default,dV.default),e.push(hV.default),e}R0.default=EV});var MI=F(x0=>{"use strict";Object.defineProperty(x0,"__esModule",{value:!0});var Mt=De(),OV={message:({schemaCode:t})=>(0,Mt.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,Mt._)`{format: ${t}}`},IV={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:OV,code(t,e){let{gen:r,data:n,$data:i,schema:s,schemaCode:o,it:l}=t,{opts:f,errSchemaPath:d,schemaEnv:m,self:g}=l;if(!f.validateFormats)return;i?y():w();function y(){let C=r.scopeValue("formats",{ref:g.formats,code:f.code.formats}),R=r.const("fDef",(0,Mt._)`${C}[${o}]`),P=r.let("fType"),A=r.let("format");r.if((0,Mt._)`typeof ${R} == "object" && !(${R} instanceof RegExp)`,()=>r.assign(P,(0,Mt._)`${R}.type || "string"`).assign(A,(0,Mt._)`${R}.validate`),()=>r.assign(P,(0,Mt._)`"string"`).assign(A,R)),t.fail$data((0,Mt.or)(U(),B()));function U(){return f.strictSchema===!1?Mt.nil:(0,Mt._)`${o} && !${A}`}function B(){let z=m.$async?(0,Mt._)`(${R}.async ? await ${A}(${n}) : ${A}(${n}))`:(0,Mt._)`${A}(${n})`,V=(0,Mt._)`(typeof ${A} == "function" ? ${z} : ${A}.test(${n}))`;return(0,Mt._)`${A} && ${A} !== true && ${P} === ${e} && !${V}`}}function w(){let C=g.formats[s];if(!C){U();return}if(C===!0)return;let[R,P,A]=B(C);R===e&&t.pass(z());function U(){if(f.strictSchema===!1){g.logger.warn(V());return}throw new Error(V());function V(){return`unknown format "${s}" ignored in schema at path "${d}"`}}function B(V){let X=V instanceof RegExp?(0,Mt.regexpCode)(V):f.code.formats?(0,Mt._)`${f.code.formats}${(0,Mt.getProperty)(s)}`:void 0,T=r.scopeValue("formats",{key:s,ref:V,code:X});return typeof V=="object"&&!(V instanceof RegExp)?[V.type||"string",V.validate,(0,Mt._)`${T}.validate`]:["string",V,T]}function z(){if(typeof C=="object"&&!(C instanceof RegExp)&&C.async){if(!m.$async)throw new Error("async format in sync schema");return(0,Mt._)`await ${A}(${n})`}return typeof P=="function"?(0,Mt._)`${A}(${n})`:(0,Mt._)`${A}.test(${n})`}}}};x0.default=IV});var NI=F(C0=>{"use strict";Object.defineProperty(C0,"__esModule",{value:!0});var PV=MI(),kV=[PV.default];C0.default=kV});var DI=F(ac=>{"use strict";Object.defineProperty(ac,"__esModule",{value:!0});ac.contentVocabulary=ac.metadataVocabulary=void 0;ac.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];ac.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var LI=F(E0=>{"use strict";Object.defineProperty(E0,"__esModule",{value:!0});var TV=zO(),AV=oI(),qV=$I(),$V=NI(),FI=DI(),MV=[TV.default,AV.default,(0,qV.default)(),$V.default,FI.metadataVocabulary,FI.contentVocabulary];E0.default=MV});var UI=F(im=>{"use strict";Object.defineProperty(im,"__esModule",{value:!0});im.DiscrError=void 0;var jI;(function(t){t.Tag="tag",t.Mapping="mapping"})(jI||(im.DiscrError=jI={}))});var BI=F(I0=>{"use strict";Object.defineProperty(I0,"__esModule",{value:!0});var lc=De(),O0=UI(),HI=Uh(),NV=yf(),DV=ze(),FV={message:({params:{discrError:t,tagName:e}})=>t===O0.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,lc._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},LV={keyword:"discriminator",type:"object",schemaType:"object",error:FV,code(t){let{gen:e,data:r,schema:n,parentSchema:i,it:s}=t,{oneOf:o}=i;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let 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");let f=e.let("valid",!1),d=e.const("tag",(0,lc._)`${r}${(0,lc.getProperty)(l)}`);e.if((0,lc._)`typeof ${d} == "string"`,()=>m(),()=>t.error(!1,{discrError:O0.DiscrError.Tag,tag:d,tagName:l})),t.ok(f);function m(){let w=y();e.if(!1);for(let C in w)e.elseIf((0,lc._)`${d} === ${C}`),e.assign(f,g(w[C]));e.else(),t.error(!1,{discrError:O0.DiscrError.Mapping,tag:d,tagName:l}),e.endIf()}function g(w){let C=e.name("valid"),R=t.subschema({keyword:"oneOf",schemaProp:w},C);return t.mergeEvaluated(R,lc.Name),C}function y(){var w;let C={},R=A(i),P=!0;for(let z=0;z<o.length;z++){let V=o[z];if(V?.$ref&&!(0,DV.schemaHasRulesButRef)(V,s.self.RULES)){let T=V.$ref;if(V=HI.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,T),V instanceof HI.SchemaEnv&&(V=V.schema),V===void 0)throw new NV.default(s.opts.uriResolver,s.baseId,T)}let X=(w=V?.properties)===null||w===void 0?void 0:w[l];if(typeof X!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${l}"`);P=P&&(R||A(V)),U(X,z)}if(!P)throw new Error(`discriminator: "${l}" must be required`);return C;function A({required:z}){return Array.isArray(z)&&z.includes(l)}function U(z,V){if(z.const)B(z.const,V);else if(z.enum)for(let X of z.enum)B(X,V);else throw new Error(`discriminator: "properties/${l}" must have "const" or "enum"`)}function B(z,V){if(typeof z!="string"||z in C)throw new Error(`discriminator: "${l}" values must be unique strings`);C[z]=V}}}};I0.default=LV});var VI=F((O7,jV)=>{jV.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{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:[]}},type:["object","boolean"],properties:{$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:"#"}},default:!0}});var zI=F((St,P0)=>{"use strict";Object.defineProperty(St,"__esModule",{value:!0});St.MissingRefError=St.ValidationError=St.CodeGen=St.Name=St.nil=St.stringify=St.str=St._=St.KeywordCxt=St.Ajv=void 0;var UV=jO(),HV=LI(),BV=BI(),WI=VI(),VV=["/properties"],sm="http://json-schema.org/draft-07/schema",cc=class extends UV.default{_addVocabularies(){super._addVocabularies(),HV.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(BV.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(WI,VV):WI;this.addMetaSchema(e,sm,!1),this.refs["http://json-schema.org/schema"]=sm}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(sm)?sm:void 0)}};St.Ajv=cc;P0.exports=St=cc;P0.exports.Ajv=cc;Object.defineProperty(St,"__esModule",{value:!0});St.default=cc;var WV=gf();Object.defineProperty(St,"KeywordCxt",{enumerable:!0,get:function(){return WV.KeywordCxt}});var uc=De();Object.defineProperty(St,"_",{enumerable:!0,get:function(){return uc._}});Object.defineProperty(St,"str",{enumerable:!0,get:function(){return uc.str}});Object.defineProperty(St,"stringify",{enumerable:!0,get:function(){return uc.stringify}});Object.defineProperty(St,"nil",{enumerable:!0,get:function(){return uc.nil}});Object.defineProperty(St,"Name",{enumerable:!0,get:function(){return uc.Name}});Object.defineProperty(St,"CodeGen",{enumerable:!0,get:function(){return uc.CodeGen}});var zV=Lh();Object.defineProperty(St,"ValidationError",{enumerable:!0,get:function(){return zV.default}});var JV=yf();Object.defineProperty(St,"MissingRefError",{enumerable:!0,get:function(){return JV.default}})});function Af(){return{format:(t,e)=>{let r=t?new Date(t):new Date;return e==="YYYY-MM-DD"?r.toISOString().split("T")[0]:r.toISOString()},unix:()=>Math.floor(Date.now()/1e3),utc:()=>{let t=new Date;return{format:()=>t.toISOString(),toISOString:()=>t.toISOString()}},__isShim:!0,__warning:"This is a lightweight shim. For full features, install moment.js via modules/package.json"}}function k0(){return{get:(t,e,r)=>{let n=e.split("."),i=t;for(let s of n)if(i=i?.[s],i===void 0)return r;return i},set:(t,e,r)=>{let n=e.split("."),i=t;for(let s=0;s<n.length-1;s++)i[n[s]]||(i[n[s]]={}),i=i[n[s]];return i[n[n.length-1]]=r,t},cloneDeep:t=>JSON.parse(JSON.stringify(t)),keys:t=>Object.keys(t??{}),values:t=>Object.values(t??{}),entries:t=>Object.entries(t??{}),each(t,e){Array.isArray(t)?t.forEach((r,n)=>e(r,n,t)):t&&typeof t=="object"&&Object.entries(t).forEach(([r,n])=>e(n,r,t))},forEach(t,e){Array.isArray(t)?t.forEach((r,n)=>e(r,n,t)):t&&typeof t=="object"&&Object.entries(t).forEach(([r,n])=>e(n,r,t))},map:(t,e)=>(Array.isArray(t)?t:Object.values(t??{})).map(r=>e(r)),filter:(t,e)=>(Array.isArray(t)?t:Object.values(t??{})).filter(r=>e(r)),find:(t,e)=>(Array.isArray(t)?t:Object.values(t??{})).find(r=>e(r)),reduce:(t,e,r)=>(Array.isArray(t)?t:Object.values(t??{})).reduce((n,i)=>e(n,i),r),includes:(t,e)=>Array.isArray(t)?t.includes(e):Object.values(t??{}).includes(e),isObject:t=>t!==null&&typeof t=="object"&&!Array.isArray(t),isArray:t=>Array.isArray(t),isString:t=>typeof t=="string",isNumber:t=>typeof t=="number",isFunction:t=>typeof t=="function",isNil:t=>t==null,isEmpty:t=>t==null?!0:Array.isArray(t)||typeof t=="string"?t.length===0:typeof t=="object"?Object.keys(t).length===0:!1,assign:(t,...e)=>Object.assign(t,...e),merge:(t,...e)=>{let r={...t};for(let n of e)for(let[i,s]of Object.entries(n??{}))r[i]=s&&typeof s=="object"&&!Array.isArray(s)?{...r[i]??{},...s}:s;return r},omit:(t,e)=>{let r={...t};for(let n of e)delete r[n];return r},pick:(t,e)=>{let r={};for(let n of e)n in(t??{})&&(r[n]=t[n]);return r}}}function om(t,e){return new Tf(t,e)}var YV,fa,JI,Yn,Tf,T0=ae(()=>{"use strict";YV=he(require("crypto")),fa=he(require("fs")),JI=require("module"),Yn=he(require("path"));jb();Tf=class{availableModules=new Set;customModulesRequire;globalSetupExports;options;modulesPath=null;moduleCache=new Map;resolveStack=new Set;builtinModules={uuid:()=>({v4:Vl}),crypto:()=>YV,path:()=>Yn,querystring:()=>require("querystring"),lodash:()=>this.loadOptionalModule("lodash",()=>fE(),k0),moment:()=>this.loadOptionalModule("moment",()=>dE(),Af),tv4:()=>this.loadOptionalModule("tv4",()=>hE()),ajv:()=>this.loadOptionalModule("ajv",()=>zI()),"crypto-js":()=>this.loadOptionalModule("crypto-js",()=>require("crypto-js"),()=>{throw new Error('crypto-js npm module is not installed. The built-in CryptoJS global is already available in scripts with AES/DES/TripleDES/hash/HMAC/PBKDF2 support. If you need the exact npm package, add "crypto-js" to your modules/package.json and run npm install.')})};constructor(e=[],r={}){this.options={allowCustomModules:!0,maxResolveDepth:10,...r,outputChannel:r.outputChannel||{appendLine:n=>{console.log(`[ModuleLoader] ${n}`)}}};for(let n of e){let i=Yn.resolve(n);if(this.initializeModules(i)){this.modulesPath=i;break}}}loadOptionalModule(e,r,n){try{return r()}catch{if(this.customModulesRequire)try{return console.debug(`[ModuleLoader] ${e} not in core, trying user modules`),this.customModulesRequire(e)}catch{this.logModuleWarning(e,"user")}else this.logModuleWarning(e,"core");if(n)return console.warn(`[ModuleLoader] Using shim for ${e}. Some features may be limited.`),n();throw new Error(this.getModuleInstallInstructions(e))}}logModuleWarning(e,r){let i={moment:"Date/time manipulation",lodash:"Utility functions",tv4:"JSON Schema validation (v4)",ajv:"JSON Schema validation"}[e]||e;console.warn(`[ModuleLoader] ${i} functionality (${e}) is not available.
|
|
30
|
+
deps: ${r}}`};var HB={keyword:"dependencies",type:"object",schemaType:"object",error:xi.error,code(t){let[e,r]=BB(t);hI(t,e),mI(t,r)}};function BB({schema:t}){let e={},r={};for(let n in t){if(n==="__proto__")continue;let i=Array.isArray(t[n])?e:r;i[n]=t[n]}return[e,r]}function hI(t,e=t.schema){let{gen:r,data:n,it:i}=t;if(Object.keys(e).length===0)return;let s=r.let("missing");for(let a in e){let l=e[a];if(l.length===0)continue;let f=(0,kf.propertyInData)(r,n,a,i.opts.ownProperties);t.setParams({property:a,depsCount:l.length,deps:l.join(", ")}),i.allErrors?r.if(f,()=>{for(let d of l)(0,kf.checkReportMissingProp)(t,d)}):(r.if((0,u0._)`${f} && (${(0,kf.checkMissingProp)(t,l,s)})`),(0,kf.reportMissingProp)(t,s),r.else())}}xi.validatePropertyDeps=hI;function mI(t,e=t.schema){let{gen:r,data:n,keyword:i,it:s}=t,a=r.name("valid");for(let l in e)(0,UB.alwaysValidSchema)(s,e[l])||(r.if((0,kf.propertyInData)(r,n,l,s.opts.ownProperties),()=>{let f=t.subschema({keyword:i,schemaProp:l},a);t.mergeValidEvaluated(f,a)},()=>r.var(a,!0)),t.ok(a))}xi.validateSchemaDeps=mI;xi.default=HB});var vI=F(f0=>{"use strict";Object.defineProperty(f0,"__esModule",{value:!0});var yI=De(),VB=ze(),WB={message:"property name must be valid",params:({params:t})=>(0,yI._)`{propertyName: ${t.propertyName}}`},zB={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:WB,code(t){let{gen:e,schema:r,data:n,it:i}=t;if((0,VB.alwaysValidSchema)(i,r))return;let s=e.name("valid");e.forIn("key",n,a=>{t.setParams({propertyName:a}),t.subschema({keyword:"propertyNames",data:a,dataTypes:["string"],propertyName:a,compositeRule:!0},s),e.if((0,yI.not)(s),()=>{t.error(!0),i.allErrors||e.break()})}),t.ok(s)}};f0.default=zB});var p0=F(d0=>{"use strict";Object.defineProperty(d0,"__esModule",{value:!0});var Xh=_n(),Jn=De(),JB=ts(),em=ze(),YB={message:"must NOT have additional properties",params:({params:t})=>(0,Jn._)`{additionalProperty: ${t.additionalProperty}}`},GB={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:YB,code(t){let{gen:e,schema:r,parentSchema:n,data:i,errsCount:s,it:a}=t;if(!s)throw new Error("ajv implementation error");let{allErrors:l,opts:f}=a;if(a.props=!0,f.removeAdditional!=="all"&&(0,em.alwaysValidSchema)(a,r))return;let d=(0,Xh.allSchemaProperties)(n.properties),m=(0,Xh.allSchemaProperties)(n.patternProperties);g(),t.ok((0,Jn._)`${s} === ${JB.default.errors}`);function g(){e.forIn("key",i,T=>{!d.length&&!m.length?C(T):e.if(y(T),()=>C(T))})}function y(T){let A;if(d.length>8){let U=(0,em.schemaRefOrVal)(a,n.properties,"properties");A=(0,Xh.isOwnProperty)(e,U,T)}else d.length?A=(0,Jn.or)(...d.map(U=>(0,Jn._)`${T} === ${U}`)):A=Jn.nil;return m.length&&(A=(0,Jn.or)(A,...m.map(U=>(0,Jn._)`${(0,Xh.usePattern)(t,U)}.test(${T})`))),(0,Jn.not)(A)}function w(T){e.code((0,Jn._)`delete ${i}[${T}]`)}function C(T){if(f.removeAdditional==="all"||f.removeAdditional&&r===!1){w(T);return}if(r===!1){t.setParams({additionalProperty:T}),t.error(),l||e.break();return}if(typeof r=="object"&&!(0,em.alwaysValidSchema)(a,r)){let A=e.name("valid");f.removeAdditional==="failing"?(R(T,A,!1),e.if((0,Jn.not)(A),()=>{t.reset(),w(T)})):(R(T,A),l||e.if((0,Jn.not)(A),()=>e.break()))}}function R(T,A,U){let B={keyword:"additionalProperties",dataProp:T,dataPropType:em.Type.Str};U===!1&&Object.assign(B,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(B,A)}}};d0.default=GB});var wI=F(m0=>{"use strict";Object.defineProperty(m0,"__esModule",{value:!0});var KB=gf(),bI=_n(),h0=ze(),SI=p0(),QB={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,parentSchema:n,data:i,it:s}=t;s.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&SI.default.code(new KB.KeywordCxt(s,SI.default,"additionalProperties"));let a=(0,bI.allSchemaProperties)(r);for(let g of a)s.definedProperties.add(g);s.opts.unevaluated&&a.length&&s.props!==!0&&(s.props=h0.mergeEvaluated.props(e,(0,h0.toHash)(a),s.props));let l=a.filter(g=>!(0,h0.alwaysValidSchema)(s,r[g]));if(l.length===0)return;let f=e.name("valid");for(let g of l)d(g)?m(g):(e.if((0,bI.propertyInData)(e,i,g,s.opts.ownProperties)),m(g),s.allErrors||e.else().var(f,!0),e.endIf()),t.it.definedProperties.add(g),t.ok(f);function d(g){return s.opts.useDefaults&&!s.compositeRule&&r[g].default!==void 0}function m(g){t.subschema({keyword:"properties",schemaProp:g,dataProp:g},f)}}};m0.default=QB});var CI=F(g0=>{"use strict";Object.defineProperty(g0,"__esModule",{value:!0});var _I=_n(),tm=De(),RI=ze(),xI=ze(),ZB={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,data:n,parentSchema:i,it:s}=t,{opts:a}=s,l=(0,_I.allSchemaProperties)(r),f=l.filter(R=>(0,RI.alwaysValidSchema)(s,r[R]));if(l.length===0||f.length===l.length&&(!s.opts.unevaluated||s.props===!0))return;let d=a.strictSchema&&!a.allowMatchingProperties&&i.properties,m=e.name("valid");s.props!==!0&&!(s.props instanceof tm.Name)&&(s.props=(0,xI.evaluatedPropsToName)(e,s.props));let{props:g}=s;y();function y(){for(let R of l)d&&w(R),s.allErrors?C(R):(e.var(m,!0),C(R),e.if(m))}function w(R){for(let T in d)new RegExp(R).test(T)&&(0,RI.checkStrictMode)(s,`property ${T} matches pattern ${R} (use allowMatchingProperties)`)}function C(R){e.forIn("key",n,T=>{e.if((0,tm._)`${(0,_I.usePattern)(t,R)}.test(${T})`,()=>{let A=f.includes(R);A||t.subschema({keyword:"patternProperties",schemaProp:R,dataProp:T,dataPropType:xI.Type.Str},m),s.opts.unevaluated&&g!==!0?e.assign((0,tm._)`${g}[${T}]`,!0):!A&&!s.allErrors&&e.if((0,tm.not)(m),()=>e.break())})})}}};g0.default=ZB});var EI=F(y0=>{"use strict";Object.defineProperty(y0,"__esModule",{value:!0});var XB=ze(),eV={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,XB.alwaysValidSchema)(n,r)){t.fail();return}let i=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},i),t.failResult(i,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};y0.default=eV});var OI=F(v0=>{"use strict";Object.defineProperty(v0,"__esModule",{value:!0});var tV=_n(),rV={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:tV.validateUnion,error:{message:"must match a schema in anyOf"}};v0.default=rV});var II=F(b0=>{"use strict";Object.defineProperty(b0,"__esModule",{value:!0});var rm=De(),nV=ze(),iV={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,rm._)`{passingSchemas: ${t.passing}}`},sV={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:iV,code(t){let{gen:e,schema:r,parentSchema:n,it:i}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(i.opts.discriminator&&n.discriminator)return;let s=r,a=e.let("valid",!1),l=e.let("passing",null),f=e.name("_valid");t.setParams({passing:l}),e.block(d),t.result(a,()=>t.reset(),()=>t.error(!0));function d(){s.forEach((m,g)=>{let y;(0,nV.alwaysValidSchema)(i,m)?e.var(f,!0):y=t.subschema({keyword:"oneOf",schemaProp:g,compositeRule:!0},f),g>0&&e.if((0,rm._)`${f} && ${a}`).assign(a,!1).assign(l,(0,rm._)`[${l}, ${g}]`).else(),e.if(f,()=>{e.assign(a,!0),e.assign(l,g),y&&t.mergeEvaluated(y,rm.Name)})})}}};b0.default=sV});var PI=F(S0=>{"use strict";Object.defineProperty(S0,"__esModule",{value:!0});var oV=ze(),aV={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:r,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");let i=e.name("valid");r.forEach((s,a)=>{if((0,oV.alwaysValidSchema)(n,s))return;let l=t.subschema({keyword:"allOf",schemaProp:a},i);t.ok(i),t.mergeEvaluated(l)})}};S0.default=aV});var AI=F(w0=>{"use strict";Object.defineProperty(w0,"__esModule",{value:!0});var nm=De(),TI=ze(),lV={message:({params:t})=>(0,nm.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,nm._)`{failingKeyword: ${t.ifClause}}`},cV={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:lV,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,TI.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let i=kI(n,"then"),s=kI(n,"else");if(!i&&!s)return;let a=e.let("valid",!0),l=e.name("_valid");if(f(),t.reset(),i&&s){let m=e.let("ifClause");t.setParams({ifClause:m}),e.if(l,d("then",m),d("else",m))}else i?e.if(l,d("then")):e.if((0,nm.not)(l),d("else"));t.pass(a,()=>t.error(!0));function f(){let m=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},l);t.mergeEvaluated(m)}function d(m,g){return()=>{let y=t.subschema({keyword:m},l);e.assign(a,l),t.mergeValidEvaluated(y,a),g?e.assign(g,(0,nm._)`${m}`):t.setParams({ifClause:m})}}}};function kI(t,e){let r=t.schema[e];return r!==void 0&&!(0,TI.alwaysValidSchema)(t,r)}w0.default=cV});var qI=F(_0=>{"use strict";Object.defineProperty(_0,"__esModule",{value:!0});var uV=ze(),fV={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,uV.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};_0.default=fV});var $I=F(R0=>{"use strict";Object.defineProperty(R0,"__esModule",{value:!0});var dV=s0(),pV=uI(),hV=o0(),mV=dI(),gV=pI(),yV=gI(),vV=vI(),bV=p0(),SV=wI(),wV=CI(),_V=EI(),RV=OI(),xV=II(),CV=PI(),EV=AI(),OV=qI();function IV(t=!1){let e=[_V.default,RV.default,xV.default,CV.default,EV.default,OV.default,vV.default,bV.default,yV.default,SV.default,wV.default];return t?e.push(pV.default,mV.default):e.push(dV.default,hV.default),e.push(gV.default),e}R0.default=IV});var MI=F(x0=>{"use strict";Object.defineProperty(x0,"__esModule",{value:!0});var Mt=De(),PV={message:({schemaCode:t})=>(0,Mt.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,Mt._)`{format: ${t}}`},kV={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:PV,code(t,e){let{gen:r,data:n,$data:i,schema:s,schemaCode:a,it:l}=t,{opts:f,errSchemaPath:d,schemaEnv:m,self:g}=l;if(!f.validateFormats)return;i?y():w();function y(){let C=r.scopeValue("formats",{ref:g.formats,code:f.code.formats}),R=r.const("fDef",(0,Mt._)`${C}[${a}]`),T=r.let("fType"),A=r.let("format");r.if((0,Mt._)`typeof ${R} == "object" && !(${R} instanceof RegExp)`,()=>r.assign(T,(0,Mt._)`${R}.type || "string"`).assign(A,(0,Mt._)`${R}.validate`),()=>r.assign(T,(0,Mt._)`"string"`).assign(A,R)),t.fail$data((0,Mt.or)(U(),B()));function U(){return f.strictSchema===!1?Mt.nil:(0,Mt._)`${a} && !${A}`}function B(){let V=m.$async?(0,Mt._)`(${R}.async ? await ${A}(${n}) : ${A}(${n}))`:(0,Mt._)`${A}(${n})`,W=(0,Mt._)`(typeof ${A} == "function" ? ${V} : ${A}.test(${n}))`;return(0,Mt._)`${A} && ${A} !== true && ${T} === ${e} && !${W}`}}function w(){let C=g.formats[s];if(!C){U();return}if(C===!0)return;let[R,T,A]=B(C);R===e&&t.pass(V());function U(){if(f.strictSchema===!1){g.logger.warn(W());return}throw new Error(W());function W(){return`unknown format "${s}" ignored in schema at path "${d}"`}}function B(W){let X=W instanceof RegExp?(0,Mt.regexpCode)(W):f.code.formats?(0,Mt._)`${f.code.formats}${(0,Mt.getProperty)(s)}`:void 0,P=r.scopeValue("formats",{key:s,ref:W,code:X});return typeof W=="object"&&!(W instanceof RegExp)?[W.type||"string",W.validate,(0,Mt._)`${P}.validate`]:["string",W,P]}function V(){if(typeof C=="object"&&!(C instanceof RegExp)&&C.async){if(!m.$async)throw new Error("async format in sync schema");return(0,Mt._)`await ${A}(${n})`}return typeof T=="function"?(0,Mt._)`${A}(${n})`:(0,Mt._)`${A}.test(${n})`}}}};x0.default=kV});var NI=F(C0=>{"use strict";Object.defineProperty(C0,"__esModule",{value:!0});var TV=MI(),AV=[TV.default];C0.default=AV});var DI=F(ac=>{"use strict";Object.defineProperty(ac,"__esModule",{value:!0});ac.contentVocabulary=ac.metadataVocabulary=void 0;ac.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];ac.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var LI=F(E0=>{"use strict";Object.defineProperty(E0,"__esModule",{value:!0});var qV=zO(),$V=oI(),MV=$I(),NV=NI(),FI=DI(),DV=[qV.default,$V.default,(0,MV.default)(),NV.default,FI.metadataVocabulary,FI.contentVocabulary];E0.default=DV});var UI=F(im=>{"use strict";Object.defineProperty(im,"__esModule",{value:!0});im.DiscrError=void 0;var jI;(function(t){t.Tag="tag",t.Mapping="mapping"})(jI||(im.DiscrError=jI={}))});var BI=F(I0=>{"use strict";Object.defineProperty(I0,"__esModule",{value:!0});var lc=De(),O0=UI(),HI=Uh(),FV=yf(),LV=ze(),jV={message:({params:{discrError:t,tagName:e}})=>t===O0.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,lc._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},UV={keyword:"discriminator",type:"object",schemaType:"object",error:jV,code(t){let{gen:e,data:r,schema:n,parentSchema:i,it:s}=t,{oneOf:a}=i;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let 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(!a)throw new Error("discriminator: requires oneOf keyword");let f=e.let("valid",!1),d=e.const("tag",(0,lc._)`${r}${(0,lc.getProperty)(l)}`);e.if((0,lc._)`typeof ${d} == "string"`,()=>m(),()=>t.error(!1,{discrError:O0.DiscrError.Tag,tag:d,tagName:l})),t.ok(f);function m(){let w=y();e.if(!1);for(let C in w)e.elseIf((0,lc._)`${d} === ${C}`),e.assign(f,g(w[C]));e.else(),t.error(!1,{discrError:O0.DiscrError.Mapping,tag:d,tagName:l}),e.endIf()}function g(w){let C=e.name("valid"),R=t.subschema({keyword:"oneOf",schemaProp:w},C);return t.mergeEvaluated(R,lc.Name),C}function y(){var w;let C={},R=A(i),T=!0;for(let V=0;V<a.length;V++){let W=a[V];if(W?.$ref&&!(0,LV.schemaHasRulesButRef)(W,s.self.RULES)){let P=W.$ref;if(W=HI.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,P),W instanceof HI.SchemaEnv&&(W=W.schema),W===void 0)throw new FV.default(s.opts.uriResolver,s.baseId,P)}let X=(w=W?.properties)===null||w===void 0?void 0:w[l];if(typeof X!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${l}"`);T=T&&(R||A(W)),U(X,V)}if(!T)throw new Error(`discriminator: "${l}" must be required`);return C;function A({required:V}){return Array.isArray(V)&&V.includes(l)}function U(V,W){if(V.const)B(V.const,W);else if(V.enum)for(let X of V.enum)B(X,W);else throw new Error(`discriminator: "properties/${l}" must have "const" or "enum"`)}function B(V,W){if(typeof V!="string"||V in C)throw new Error(`discriminator: "${l}" values must be unique strings`);C[V]=W}}}};I0.default=UV});var VI=F((P7,HV)=>{HV.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{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:[]}},type:["object","boolean"],properties:{$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:"#"}},default:!0}});var zI=F((St,P0)=>{"use strict";Object.defineProperty(St,"__esModule",{value:!0});St.MissingRefError=St.ValidationError=St.CodeGen=St.Name=St.nil=St.stringify=St.str=St._=St.KeywordCxt=St.Ajv=void 0;var BV=jO(),VV=LI(),WV=BI(),WI=VI(),zV=["/properties"],sm="http://json-schema.org/draft-07/schema",cc=class extends BV.default{_addVocabularies(){super._addVocabularies(),VV.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(WV.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(WI,zV):WI;this.addMetaSchema(e,sm,!1),this.refs["http://json-schema.org/schema"]=sm}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(sm)?sm:void 0)}};St.Ajv=cc;P0.exports=St=cc;P0.exports.Ajv=cc;Object.defineProperty(St,"__esModule",{value:!0});St.default=cc;var JV=gf();Object.defineProperty(St,"KeywordCxt",{enumerable:!0,get:function(){return JV.KeywordCxt}});var uc=De();Object.defineProperty(St,"_",{enumerable:!0,get:function(){return uc._}});Object.defineProperty(St,"str",{enumerable:!0,get:function(){return uc.str}});Object.defineProperty(St,"stringify",{enumerable:!0,get:function(){return uc.stringify}});Object.defineProperty(St,"nil",{enumerable:!0,get:function(){return uc.nil}});Object.defineProperty(St,"Name",{enumerable:!0,get:function(){return uc.Name}});Object.defineProperty(St,"CodeGen",{enumerable:!0,get:function(){return uc.CodeGen}});var YV=Lh();Object.defineProperty(St,"ValidationError",{enumerable:!0,get:function(){return YV.default}});var GV=yf();Object.defineProperty(St,"MissingRefError",{enumerable:!0,get:function(){return GV.default}})});function Af(){return{format:(t,e)=>{let r=t?new Date(t):new Date;return e==="YYYY-MM-DD"?r.toISOString().split("T")[0]:r.toISOString()},unix:()=>Math.floor(Date.now()/1e3),utc:()=>{let t=new Date;return{format:()=>t.toISOString(),toISOString:()=>t.toISOString()}},__isShim:!0,__warning:"This is a lightweight shim. For full features, install moment.js via modules/package.json"}}function k0(){return{get:(t,e,r)=>{let n=e.split("."),i=t;for(let s of n)if(i=i?.[s],i===void 0)return r;return i},set:(t,e,r)=>{let n=e.split("."),i=t;for(let s=0;s<n.length-1;s++)i[n[s]]||(i[n[s]]={}),i=i[n[s]];return i[n[n.length-1]]=r,t},cloneDeep:t=>JSON.parse(JSON.stringify(t)),keys:t=>Object.keys(t??{}),values:t=>Object.values(t??{}),entries:t=>Object.entries(t??{}),each(t,e){Array.isArray(t)?t.forEach((r,n)=>e(r,n,t)):t&&typeof t=="object"&&Object.entries(t).forEach(([r,n])=>e(n,r,t))},forEach(t,e){Array.isArray(t)?t.forEach((r,n)=>e(r,n,t)):t&&typeof t=="object"&&Object.entries(t).forEach(([r,n])=>e(n,r,t))},map:(t,e)=>(Array.isArray(t)?t:Object.values(t??{})).map(r=>e(r)),filter:(t,e)=>(Array.isArray(t)?t:Object.values(t??{})).filter(r=>e(r)),find:(t,e)=>(Array.isArray(t)?t:Object.values(t??{})).find(r=>e(r)),reduce:(t,e,r)=>(Array.isArray(t)?t:Object.values(t??{})).reduce((n,i)=>e(n,i),r),includes:(t,e)=>Array.isArray(t)?t.includes(e):Object.values(t??{}).includes(e),isObject:t=>t!==null&&typeof t=="object"&&!Array.isArray(t),isArray:t=>Array.isArray(t),isString:t=>typeof t=="string",isNumber:t=>typeof t=="number",isFunction:t=>typeof t=="function",isNil:t=>t==null,isEmpty:t=>t==null?!0:Array.isArray(t)||typeof t=="string"?t.length===0:typeof t=="object"?Object.keys(t).length===0:!1,assign:(t,...e)=>Object.assign(t,...e),merge:(t,...e)=>{let r={...t};for(let n of e)for(let[i,s]of Object.entries(n??{}))r[i]=s&&typeof s=="object"&&!Array.isArray(s)?{...r[i]??{},...s}:s;return r},omit:(t,e)=>{let r={...t};for(let n of e)delete r[n];return r},pick:(t,e)=>{let r={};for(let n of e)n in(t??{})&&(r[n]=t[n]);return r}}}function om(t,e){return new Tf(t,e)}var KV,fa,JI,Yn,Tf,T0=oe(()=>{"use strict";KV=he(require("crypto")),fa=he(require("fs")),JI=require("module"),Yn=he(require("path"));jb();Tf=class{availableModules=new Set;customModulesRequire;globalSetupExports;options;modulesPath=null;moduleCache=new Map;resolveStack=new Set;builtinModules={uuid:()=>({v4:Vl}),crypto:()=>KV,path:()=>Yn,querystring:()=>require("querystring"),lodash:()=>this.loadOptionalModule("lodash",()=>fE(),k0),moment:()=>this.loadOptionalModule("moment",()=>dE(),Af),tv4:()=>this.loadOptionalModule("tv4",()=>hE()),ajv:()=>this.loadOptionalModule("ajv",()=>zI()),"crypto-js":()=>this.loadOptionalModule("crypto-js",()=>require("crypto-js"),()=>{throw new Error('crypto-js npm module is not installed. The built-in CryptoJS global is already available in scripts with AES/DES/TripleDES/hash/HMAC/PBKDF2 support. If you need the exact npm package, add "crypto-js" to your modules/package.json and run npm install.')})};constructor(e=[],r={}){this.options={allowCustomModules:!0,maxResolveDepth:10,...r,outputChannel:r.outputChannel||{appendLine:n=>{console.log(`[ModuleLoader] ${n}`)}}};for(let n of e){let i=Yn.resolve(n);if(this.initializeModules(i)){this.modulesPath=i;break}}}loadOptionalModule(e,r,n){try{return r()}catch{if(this.customModulesRequire)try{return console.debug(`[ModuleLoader] ${e} not in core, trying user modules`),this.customModulesRequire(e)}catch{this.logModuleWarning(e,"user")}else this.logModuleWarning(e,"core");if(n)return console.warn(`[ModuleLoader] Using shim for ${e}. Some features may be limited.`),n();throw new Error(this.getModuleInstallInstructions(e))}}logModuleWarning(e,r){let i={moment:"Date/time manipulation",lodash:"Utility functions",tv4:"JSON Schema validation (v4)",ajv:"JSON Schema validation"}[e]||e;console.warn(`[ModuleLoader] ${i} functionality (${e}) is not available.
|
|
31
31
|
${this.getModuleInstallInstructions(e)}`)}getModuleInstallInstructions(e){let n={moment:"^2.30.1",lodash:"^4.17.21",tv4:"^1.3.0",ajv:"^8.17.1"}[e]||"latest";return`To use ${e}, add it to http-forge/modules/package.json:
|
|
32
32
|
{
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"${e}": "${n}"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
-
Then run: cd http-forge/modules && npm install`}initializeModules(e){if(this.logDebug("Initializing module loader..."),!this.options.allowCustomModules)return this.logDebug("Custom modules disabled by configuration"),!0;try{let r=Yn.resolve(e,"package.json");if(!fa.existsSync(r))return this.logDebug(`No modules/package.json found at ${e}`),!1;let n=fa.realpathSync(r);return this.customModulesRequire=(0,JI.createRequire)(n),this.loadAvailableModules(e),this.loadGlobalSetup(e),this.logDebug(`Module loader initialized with ${this.availableModules.size} workspace modules`),!0}catch(r){return console.error("Failed to initialize modules:",r),!1}}loadAvailableModules(e){try{let r=Yn.join(e,"package.json"),n=fa.readFileSync(r,"utf-8"),i=JSON.parse(n);if(typeof i!="object"||i===null)throw new Error("Invalid package.json: must be an object");let s=i.dependencies||{},
|
|
38
|
-
Add it to http-forge/modules/package.json and run npm install.`,new Error(s)}finally{this.resolveStack.delete(e)}}}getModuleSuggestions(e){let r=this.getAvailableModules(),n=[];for(let i of r)if(i.startsWith(e.substring(0,3))&&(n.push(i),n.length>=3))break;return n}cacheModule(e,r,n,i){this.moduleCache.set(e,{module:r,source:n,resolveTime:i}),i>100&&this.logDebug(`Slow module load: ${e} took ${i}ms`)}getGlobalSetupExports(){return this.globalSetupExports}hasCustomModules(){return this.customModulesRequire!==void 0}getAvailableModules(){return[...Object.keys(this.builtinModules),...Array.from(this.availableModules)].sort()}clearCache(){this.moduleCache.clear(),this.logDebug("Module cache cleared")}getCacheStats(){return{size:this.moduleCache.size,hits:0}}logDebug(e){this.options.outputChannel&&this.options.outputChannel.appendLine(`[ModuleLoader] ${e}`)}logError(e){this.options.outputChannel&&this.options.outputChannel.appendLine(`[ModuleLoader ERROR] ${e}`),console.error(`[ModuleLoader ERROR] ${e}`)}}});function A0(t,e,r="$"){let n=[];if(e===null||typeof e!="object")return n;let i=s=>s===null?"null":Array.isArray(s)?"array":Number.isInteger(s)?"integer":typeof s;if(e.type!==void 0){let s=Array.isArray(e.type)?e.type:[e.type],
|
|
37
|
+
Then run: cd http-forge/modules && npm install`}initializeModules(e){if(this.logDebug("Initializing module loader..."),!this.options.allowCustomModules)return this.logDebug("Custom modules disabled by configuration"),!0;try{let r=Yn.resolve(e,"package.json");if(!fa.existsSync(r))return this.logDebug(`No modules/package.json found at ${e}`),!1;let n=fa.realpathSync(r);return this.customModulesRequire=(0,JI.createRequire)(n),this.loadAvailableModules(e),this.loadGlobalSetup(e),this.logDebug(`Module loader initialized with ${this.availableModules.size} workspace modules`),!0}catch(r){return console.error("Failed to initialize modules:",r),!1}}loadAvailableModules(e){try{let r=Yn.join(e,"package.json"),n=fa.readFileSync(r,"utf-8"),i=JSON.parse(n);if(typeof i!="object"||i===null)throw new Error("Invalid package.json: must be an object");let s=i.dependencies||{},a=i.devDependencies||{};if(typeof s!="object"||typeof a!="object")throw new Error("Invalid dependencies in package.json");Object.keys(s).forEach(l=>{typeof l=="string"&&l.trim()&&this.availableModules.add(l.trim())}),Object.keys(a).forEach(l=>{typeof l=="string"&&l.trim()&&this.availableModules.add(l.trim())}),this.logDebug(`Loaded ${this.availableModules.size} modules from package.json`)}catch(r){let n=`Failed to load workspace modules from package.json: ${r instanceof Error?r.message:r}`;this.logError(n)}}loadGlobalSetup(e){let r=Yn.join(e,"global-setup.js");if(fa.existsSync(r))try{this.customModulesRequire&&(this.globalSetupExports=this.customModulesRequire("./global-setup.js"))}catch(n){console.error("Failed to load global-setup.js:",n),this.globalSetupExports=void 0}}createRequireFunction(){return e=>{let r=Date.now();try{if(this.resolveStack.has(e))throw new Error(`Circular dependency detected: ${Array.from(this.resolveStack).join(" -> ")} -> ${e}`);if(this.resolveStack.size>=this.options.maxResolveDepth)throw new Error(`Maximum module resolve depth (${this.options.maxResolveDepth}) exceeded`);this.resolveStack.add(e);let n=this.moduleCache.get(e);if(n)return this.logDebug(`Module cache hit: ${e}`),n.module;if(this.builtinModules[e]){this.logDebug(`Loading built-in module: ${e}`);let a=this.builtinModules[e]();return this.cacheModule(e,a,"builtin",Date.now()-r),a}if(!this.modulesPath)throw new Error("Module loading is not initialized. No valid modules/ directory found. Create http-forge-assets/modules/package.json first.");if(e.startsWith("./")||e.startsWith("../")){if(!this.customModulesRequire)throw new Error(`Cannot load local module '${e}': No modules/ folder found. Create http-forge-assets/modules/package.json first.`);let a=Yn.resolve(this.modulesPath,e),l=Yn.normalize(a),f=Yn.normalize(this.modulesPath);if(!l.startsWith(f))throw new Error(`Security violation: Attempt to load module outside modules directory: ${e}`);try{this.logDebug(`Loading relative module: ${e}`);let d=this.customModulesRequire(e);return this.cacheModule(e,d,"relative",Date.now()-r),d}catch(d){throw new Error(`Failed to load local module '${e}': ${d.message}`)}}if(this.availableModules.has(e)&&this.customModulesRequire)try{this.logDebug(`Loading workspace module: ${e}`);let a=this.customModulesRequire(e);return this.cacheModule(e,a,"workspace",Date.now()-r),a}catch(a){throw new Error(`Module '${e}' is in package.json but failed to load: ${a.message}`)}let i=this.getModuleSuggestions(e),s=`Module '${e}' is not available.`;throw i.length>0&&(s+=` Did you mean: ${i.join(", ")}?`),s+=`
|
|
38
|
+
Add it to http-forge/modules/package.json and run npm install.`,new Error(s)}finally{this.resolveStack.delete(e)}}}getModuleSuggestions(e){let r=this.getAvailableModules(),n=[];for(let i of r)if(i.startsWith(e.substring(0,3))&&(n.push(i),n.length>=3))break;return n}cacheModule(e,r,n,i){this.moduleCache.set(e,{module:r,source:n,resolveTime:i}),i>100&&this.logDebug(`Slow module load: ${e} took ${i}ms`)}getGlobalSetupExports(){return this.globalSetupExports}hasCustomModules(){return this.customModulesRequire!==void 0}getAvailableModules(){return[...Object.keys(this.builtinModules),...Array.from(this.availableModules)].sort()}clearCache(){this.moduleCache.clear(),this.logDebug("Module cache cleared")}getCacheStats(){return{size:this.moduleCache.size,hits:0}}logDebug(e){this.options.outputChannel&&this.options.outputChannel.appendLine(`[ModuleLoader] ${e}`)}logError(e){this.options.outputChannel&&this.options.outputChannel.appendLine(`[ModuleLoader ERROR] ${e}`),console.error(`[ModuleLoader ERROR] ${e}`)}}});function YI(t){let e=new Set,r=new Set,n=(m,g)=>{try{m(...g)}catch(y){try{t(y)}catch{}}},i={setTimeout:(m,g,...y)=>{if(typeof m!="function")return setTimeout(()=>{},g);let w=setTimeout(()=>{e.delete(w),n(m,y)},g);return e.add(w),w},clearTimeout:m=>{m!=null&&(e.delete(m),clearTimeout(m))},setInterval:(m,g,...y)=>{if(typeof m!="function")return setInterval(()=>{},g);let w=setInterval(()=>{n(m,y)},g);return r.add(w),w},clearInterval:m=>{m!=null&&(r.delete(m),clearInterval(m))}},s=()=>e.size+r.size,a=()=>{for(let m of e)clearTimeout(m);for(let m of r)clearInterval(m);e.clear(),r.clear()},l=m=>new Promise(g=>setTimeout(g,m)),f=async m=>{let g=Date.now();for(await l(0);s()>0;){let y=Date.now()-g;if(y>=m)return a(),{timedOut:!0,elapsedMs:Date.now()-g};let w=m-y;await l(Math.min(15,w))}return await l(0),s()>0?d(g,m):{timedOut:!1,elapsedMs:Date.now()-g}},d=async(m,g)=>{for(;s()>0;){let y=Date.now()-m;if(y>=g)return a(),{timedOut:!0,elapsedMs:Date.now()-m};let w=g-y;await l(Math.min(15,w))}return{timedOut:!1,elapsedMs:Date.now()-m}};return{timers:i,pendingCount:s,clearAll:a,drain:f}}var GI=oe(()=>{"use strict"});function A0(t,e,r="$"){let n=[];if(e===null||typeof e!="object")return n;let i=s=>s===null?"null":Array.isArray(s)?"array":Number.isInteger(s)?"integer":typeof s;if(e.type!==void 0){let s=Array.isArray(e.type)?e.type:[e.type],a=i(t);if(!s.some(f=>f===a||f==="number"&&a==="integer"))return n.push(`${r}: expected type ${s.join("|")} but got ${a}`),n}if(Array.isArray(e.enum)&&!e.enum.some(s=>JSON.stringify(s)===JSON.stringify(t))&&n.push(`${r}: value ${JSON.stringify(t)} is not in enum ${JSON.stringify(e.enum)}`),typeof t=="number"&&(typeof e.minimum=="number"&&t<e.minimum&&n.push(`${r}: ${t} is below minimum ${e.minimum}`),typeof e.maximum=="number"&&t>e.maximum&&n.push(`${r}: ${t} is above maximum ${e.maximum}`)),typeof t=="string"&&(typeof e.minLength=="number"&&t.length<e.minLength&&n.push(`${r}: string length ${t.length} is below minLength ${e.minLength}`),typeof e.maxLength=="number"&&t.length>e.maxLength&&n.push(`${r}: string length ${t.length} is above maxLength ${e.maxLength}`),typeof e.pattern=="string"&&!new RegExp(e.pattern).test(t)&&n.push(`${r}: string does not match pattern ${e.pattern}`)),i(t)==="object"){if(Array.isArray(e.required))for(let s of e.required)s in t||n.push(`${r}: missing required property "${s}"`);if(e.properties&&typeof e.properties=="object")for(let[s,a]of Object.entries(e.properties))s in t&&n.push(...A0(t[s],a,`${r}.${s}`));if(e.additionalProperties===!1&&e.properties){let s=new Set(Object.keys(e.properties));for(let a of Object.keys(t))s.has(a)||n.push(`${r}: additional property "${a}" is not allowed`)}}return Array.isArray(t)&&e.items&&typeof e.items=="object"&&t.forEach((s,a)=>{n.push(...A0(s,e.items,`${r}[${a}]`))}),n}function QV(t){let e={...t};return e.get=r=>{let n=r.toLowerCase();for(let[i,s]of Object.entries(t))if(i.toLowerCase()===n)return s},e.has=r=>{let n=r.toLowerCase();return Object.keys(t).some(i=>i.toLowerCase()===n)},e.toObject=()=>({...t}),e.each=r=>{for(let[n,i]of Object.entries(t))r({key:n,value:i})},e}function qf(t){let e=QV(t.headers);return{status:t.status,code:t.status,statusText:t.statusText,headers:e,body:t.body,cookies:t.cookies||{},responseTime:t.responseTime,responseSize:t.responseSize,getHeader(r){let n=r.toLowerCase();for(let[i,s]of Object.entries(t.headers))if(i.toLowerCase()===n)return s},getCookie(r){return t.cookies?.[r]},reason(){return this.statusText},json(){if(typeof this.body=="object")return this.body;try{return JSON.parse(this.body)}catch{return null}},text(){return typeof this.body=="string"?this.body:JSON.stringify(this.body)},cookie(r){return this.cookies?.[r]},hasCookie(r){return this.cookies?r in this.cookies:!1},to:{have:{status(r){if(t.status!==r)throw new Error(`Expected status ${r} but got ${t.status}`)},header(r,n){let i=t.headers[r]||t.headers[r.toLowerCase()];if(!i)throw new Error(`Expected header "${r}" to exist`);if(n!==void 0&&i!==n)throw new Error(`Expected header "${r}" to be "${n}" but got "${i}"`)},body(r){let n=typeof t.body=="string"?t.body:JSON.stringify(t.body);if(r!==void 0&&n!==r)throw new Error(`Expected body to be "${r}" but got "${n}"`)},jsonBody(r){let n=typeof t.body=="object"?t.body:JSON.parse(t.body);if(r!==void 0&&JSON.stringify(n)!==JSON.stringify(r))throw new Error("Expected JSON body to match")},jsonSchema(r){let n=typeof t.body=="object"?t.body:JSON.parse(t.body),i=A0(n,r);if(i.length>0)throw new Error(`Expected response body to match JSON schema:
|
|
39
39
|
- ${i.join(`
|
|
40
|
-
- `)}`)}},be:{get ok(){if(t.status<200||t.status>=300)throw new Error(`Expected response to be OK (2xx) but got ${t.status}`);return(()=>{})},get success(){if(t.status<200||t.status>=300)throw new Error(`Expected response to be successful (2xx) but got ${t.status}`);return(()=>{})},get error(){if(t.status<400)throw new Error(`Expected response to be error (4xx/5xx) but got ${t.status}`);return(()=>{})},get clientError(){if(t.status<400||t.status>=500)throw new Error(`Expected response to be client error (4xx) but got ${t.status}`);return(()=>{})},get serverError(){if(t.status<500||t.status>=600)throw new Error(`Expected response to be server error (5xx) but got ${t.status}`);return(()=>{})}}}}}function fc(t){return{_value:t,_negated:!1,_deep:!1,get not(){return this._negated=!this._negated,this},get to(){return this},get be(){return this},get have(){return this},get deep(){return this._deep=!0,this},get and(){return this},get that(){return this},get which(){return this},get is(){return this},get been(){return this},get has(){return this},get with(){return this},get at(){return this},get of(){return this},get same(){return this},get but(){return this},get does(){return this},get still(){return this},get also(){return this},_assert(r,n){if(!(this._negated?!r:r))throw new Error(n)},equal(r){return this._deep?(this._deep=!1,this.eql(r)):(this._assert(this._value===r,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}equal ${JSON.stringify(r)}`),this)},eql(r){let n=JSON.stringify(this._value)===JSON.stringify(r);return this._assert(n,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}deeply equal ${JSON.stringify(r)}`),this},property(r,n){let i=typeof this._value=="object"&&this._value!==null&&r in this._value;return n!==void 0?this._assert(i&&this._value[r]===n,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}have property "${r}" with value ${JSON.stringify(n)}`):this._assert(i,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}have property "${r}"`),this},get ok(){return this._assert(!!this._value,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be truthy`),this},get exist(){return this._assert(this._value!==null&&this._value!==void 0,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}exist`),this},include(r){let n=!1;return typeof this._value=="string"?n=this._value.includes(r):Array.isArray(this._value)?n=this._value.includes(r):typeof this._value=="object"&&this._value!==null&&(n=r in this._value),this._assert(n,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}include ${JSON.stringify(r)}`),this},contain(r){return this.include(r)},oneOf(r){let n=Array.isArray(r)&&r.includes(this._value);return this._assert(n,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be one of ${JSON.stringify(r)}`),this},match(r){let n=r.test(String(this._value));return this._assert(n,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}match ${r}`),this},above(r){return this._assert(Number(this._value)>r,`Expected ${this._value} to ${this._negated?"not ":""}be above ${r}`),this},below(r){return this._assert(Number(this._value)<r,`Expected ${this._value} to ${this._negated?"not ":""}be below ${r}`),this},greaterThan(r){return this.above(r)},lessThan(r){return this.below(r)},within(r,n){let i=Number(this._value);return this._assert(i>=r&&i<=n,`Expected ${this._value} to ${this._negated?"not ":""}be within ${r}..${n}`),this},get true(){return this._assert(this._value===!0,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be true`),this},get false(){return this._assert(this._value===!1,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be false`),this},get null(){return this._assert(this._value===null,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be null`),this},get undefined(){return this._assert(this._value===void 0,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be undefined`),this},get empty(){let r=!1;return this._value===null||this._value===void 0?r=!0:typeof this._value=="string"||Array.isArray(this._value)?r=this._value.length===0:typeof this._value=="object"&&(r=Object.keys(this._value).length===0),this._assert(r,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be empty`),this},length(r){let n=Array.isArray(this._value)||typeof this._value=="string"?this._value.length:Object.keys(this._value||{}).length;return this._assert(n===r,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}have length ${r}`),this},lengthOf(r){return this.length(r)},a(r){let n=Array.isArray(this._value)?"array":typeof this._value;return this._assert(n===r.toLowerCase(),`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be a(n) ${r} (got ${n})`),this},an(r){return this.a(r)},members(r){let n=this._value,i=Array.isArray(n)&&Array.isArray(r)&&r.every(s=>n.some(
|
|
40
|
+
- `)}`)}},be:{get ok(){if(t.status<200||t.status>=300)throw new Error(`Expected response to be OK (2xx) but got ${t.status}`);return(()=>{})},get success(){if(t.status<200||t.status>=300)throw new Error(`Expected response to be successful (2xx) but got ${t.status}`);return(()=>{})},get error(){if(t.status<400)throw new Error(`Expected response to be error (4xx/5xx) but got ${t.status}`);return(()=>{})},get clientError(){if(t.status<400||t.status>=500)throw new Error(`Expected response to be client error (4xx) but got ${t.status}`);return(()=>{})},get serverError(){if(t.status<500||t.status>=600)throw new Error(`Expected response to be server error (5xx) but got ${t.status}`);return(()=>{})}}}}}function fc(t){return{_value:t,_negated:!1,_deep:!1,get not(){return this._negated=!this._negated,this},get to(){return this},get be(){return this},get have(){return this},get deep(){return this._deep=!0,this},get and(){return this},get that(){return this},get which(){return this},get is(){return this},get been(){return this},get has(){return this},get with(){return this},get at(){return this},get of(){return this},get same(){return this},get but(){return this},get does(){return this},get still(){return this},get also(){return this},_assert(r,n){if(!(this._negated?!r:r))throw new Error(n)},equal(r){return this._deep?(this._deep=!1,this.eql(r)):(this._assert(this._value===r,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}equal ${JSON.stringify(r)}`),this)},eql(r){let n=JSON.stringify(this._value)===JSON.stringify(r);return this._assert(n,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}deeply equal ${JSON.stringify(r)}`),this},property(r,n){let i=typeof this._value=="object"&&this._value!==null&&r in this._value;return n!==void 0?this._assert(i&&this._value[r]===n,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}have property "${r}" with value ${JSON.stringify(n)}`):this._assert(i,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}have property "${r}"`),this},get ok(){return this._assert(!!this._value,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be truthy`),this},get exist(){return this._assert(this._value!==null&&this._value!==void 0,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}exist`),this},include(r){let n=!1;return typeof this._value=="string"?n=this._value.includes(r):Array.isArray(this._value)?n=this._value.includes(r):typeof this._value=="object"&&this._value!==null&&(n=r in this._value),this._assert(n,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}include ${JSON.stringify(r)}`),this},contain(r){return this.include(r)},oneOf(r){let n=Array.isArray(r)&&r.includes(this._value);return this._assert(n,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be one of ${JSON.stringify(r)}`),this},match(r){let n=r.test(String(this._value));return this._assert(n,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}match ${r}`),this},above(r){return this._assert(Number(this._value)>r,`Expected ${this._value} to ${this._negated?"not ":""}be above ${r}`),this},below(r){return this._assert(Number(this._value)<r,`Expected ${this._value} to ${this._negated?"not ":""}be below ${r}`),this},greaterThan(r){return this.above(r)},lessThan(r){return this.below(r)},within(r,n){let i=Number(this._value);return this._assert(i>=r&&i<=n,`Expected ${this._value} to ${this._negated?"not ":""}be within ${r}..${n}`),this},get true(){return this._assert(this._value===!0,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be true`),this},get false(){return this._assert(this._value===!1,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be false`),this},get null(){return this._assert(this._value===null,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be null`),this},get undefined(){return this._assert(this._value===void 0,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be undefined`),this},get empty(){let r=!1;return this._value===null||this._value===void 0?r=!0:typeof this._value=="string"||Array.isArray(this._value)?r=this._value.length===0:typeof this._value=="object"&&(r=Object.keys(this._value).length===0),this._assert(r,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be empty`),this},length(r){let n=Array.isArray(this._value)||typeof this._value=="string"?this._value.length:Object.keys(this._value||{}).length;return this._assert(n===r,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}have length ${r}`),this},lengthOf(r){return this.length(r)},a(r){let n=Array.isArray(this._value)?"array":typeof this._value;return this._assert(n===r.toLowerCase(),`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}be a(n) ${r} (got ${n})`),this},an(r){return this.a(r)},members(r){let n=this._value,i=Array.isArray(n)&&Array.isArray(r)&&r.every(s=>n.some(a=>JSON.stringify(a)===JSON.stringify(s)));return this._assert(i,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}have members ${JSON.stringify(r)}`),this},keys(...r){let n=Array.isArray(r[0])?r[0]:r,i=Object.keys(this._value||{}),s=n.every(a=>i.includes(a));return this._assert(s,`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}have keys ${JSON.stringify(n)}`),this},string(r){return this._assert(typeof this._value=="string"&&this._value.includes(r),`Expected ${JSON.stringify(this._value)} to ${this._negated?"not ":""}contain string "${r}"`),this}}}var am=oe(()=>{"use strict"});function $f(t,e=!1){let r=(typeof t=="string"?[t]:t).filter(i=>i&&i.trim());return r.length===0?"":e?`(async () => {
|
|
41
41
|
${r.map((i,s)=>`await (async () => {
|
|
42
42
|
/* --- script unit ${s+1} --- */
|
|
43
43
|
${i}
|
|
@@ -47,10 +47,10 @@ ${i}
|
|
|
47
47
|
|
|
48
48
|
// --- Next Script ---
|
|
49
49
|
|
|
50
|
-
`)}function dc(t,e){return JSON.stringify(t)!==JSON.stringify(e)}function da(t){return t.map(e=>{let r=e.args.map(n=>{if(typeof n=="object")try{return JSON.stringify(n,null,2)}catch{return String(n)}return String(n)}).join(" ");return`[${e.level}] ${r}`})}function YI(t){return{log:(...e)=>t.push({level:"log",args:e}),info:(...e)=>t.push({level:"info",args:e}),warn:(...e)=>t.push({level:"warn",args:e}),error:(...e)=>t.push({level:"error",args:e})}}function lm(t){let e=[],r=(n,i)=>{try{let s=i();if(s&&typeof s.then=="function"){let o=s.then(()=>{t.push({name:n,passed:!0})},l=>{t.push({name:n,passed:!1,message:l.message||String(l)})});e.push(o)}else t.push({name:n,passed:!0})}catch(s){t.push({name:n,passed:!1,message:s.message})}};return r.skip=(n,i)=>{t.push({name:n,passed:!0,skipped:!0})},r.fail=n=>{t.push({name:n||"Failed test",passed:!1,message:n||"pm.test.fail()"})},r.index=()=>t.length,r._pendingTests=e,r}function cm(t){let e={};for(let[r,n]of Object.entries(t))e[r]=Array.isArray(n)?n.join(", "):n;return e}var um=ae(()=>{"use strict"});function KV(t){let e=null;try{e=new URL(t)}catch{}return{toString(){return t},valueOf(){return t},[Symbol.toPrimitive](n){return n==="number"?NaN:t},getHost(){return e?e.hostname:""},getPath(){return e?e.pathname:t},getPathWithQuery(){return e?e.pathname+e.search:t},getQueryString(){return e?e.search.startsWith("?")?e.search.slice(1):e.search:""},getRemote(){if(!e)return"";let n=e.port||(e.protocol==="https:"?"443":"80");return`${e.hostname}:${n}`},getOAuth1BaseUrl(){return e?`${e.protocol}//${e.host}${e.pathname}`:t},get protocol(){return e?.protocol?.replace(":","")||""},get host(){return e?e.hostname.split("."):[]},get port(){return e?.port||""},get path(){return e?e.pathname.split("/").filter(Boolean):[]},get hash(){return e?.hash?.replace("#","")||""},query:{toObject(){if(!e)return{};let n={};return e.searchParams.forEach((i,s)=>{n[s]=i}),n},has(n){return e?e.searchParams.has(n):!1},get(n){return e?e.searchParams.get(n):void 0},each(n){e&&e.searchParams.forEach((i,s)=>n({key:s,value:i}))}}}}var q0,pc,$0=ae(()=>{"use strict";q0=he(require("vm"));am();um();pc=class{constructor(e,r){this.deps=e;this.initialContext=r;this.initializeSession()}deps;initialContext;vmContext=null;ctx=null;modifiedRequest=null;assertions=[];consoleMessages=[];_variables={};_collectionVariables={};_globals={};_environmentVariables={};_liveEnvironmentScope=null;_liveGlobalsScope=null;_liveCollectionScope=null;_nextRequest=void 0;_skipRequest=!1;_visualizerData=void 0;initializeSession(){this.modifiedRequest={url:this.initialContext.request.url,method:this.initialContext.request.method,headers:{...this.initialContext.request.headers},body:this.initialContext.request.body?{...this.initialContext.request.body}:null,params:this.initialContext.request.params?{...this.initialContext.request.params}:{},query:this.initialContext.request.query?{...this.initialContext.request.query}:{}},this.assertions=[],this.ctx=this.createSharedContext(),this.consoleMessages=[];let e=this,r={log:(...n)=>{e.consoleMessages.push({level:"log",args:n})},info:(...n)=>{e.consoleMessages.push({level:"info",args:n})},warn:(...n)=>{e.consoleMessages.push({level:"warn",args:n})},error:(...n)=>{e.consoleMessages.push({level:"error",args:n})}};this.vmContext=this.deps.createVM(this.ctx,r)}createSharedContext(){let e=this.initialContext,r=this.modifiedRequest,n=this.deps.createCommonContext(e,"prerequest");this._variables={...e.variables},this._collectionVariables={...e.collectionVariables||{}},this._globals={...e.globals||{}},this._environmentVariables={...e.environmentVariables||{}},this._liveEnvironmentScope=n.environment,this._liveGlobalsScope=n.globals,this._liveCollectionScope=n.collectionVariables;let i;try{i=new URL(e.request.url).hostname}catch{}let s={get:l=>e.cookieJar?e.cookieJar.get(l,i)?.value:void 0,set:(l,f)=>{e.cookieJar&&e.cookieJar.set({name:l,value:f,domain:i})},has:l=>e.cookieJar?e.cookieJar.has(l,i):!1,list:()=>e.cookieJar?e.cookieJar.getAll(i).map(l=>({name:l.name,value:l.value})):[],toObject:()=>{if(!e.cookieJar)return{};let l=e.cookieJar.getAll(i),f={};for(let d of l)f[d.name]=d.value;return f},jar:()=>{let l=e.cookieJar;return{getAll(f,d){try{if(!l){d(null,[]);return}let m=l.getAll(f).map(g=>({name:g.name,value:g.value,domain:g.domain,path:g.path,httpOnly:g.httpOnly,secure:g.secure}));d(null,m)}catch(m){d(m,[])}},get(f,d,m){try{if(!l){m(null,void 0);return}let g=l.get(d,f);m(null,g?{name:g.name,value:g.value,domain:g.domain}:void 0)}catch(g){m(g,void 0)}},set(f,d,m,g){try{if(!l){(g||m)?.(null);return}typeof d=="string"&&typeof m=="string"?(l.set({name:d,value:m,domain:f}),g?.(null)):typeof d=="object"&&(l.set({...d,domain:f}),m?.(null))}catch(y){(g||m)?.(y)}},unset(f,d,m){try{if(!l){m?.(null);return}l.delete(d,f),m?.(null)}catch(g){m?.(g)}},clear(f){try{if(!l){f?.(null);return}l.clear(),f?.(null)}catch(d){f?.(d)}}}},remove:l=>{e.cookieJar&&e.cookieJar.delete(l,i)},unset:l=>{e.cookieJar&&e.cookieJar.delete(l,i)},clear:()=>{e.cookieJar&&e.cookieJar.clear()}},o=this;return{request:this.createRequestObject(r,e),response:null,test:lm(this.assertions),expect:fc,cookies:s,execution:{setNextRequest(l){o._nextRequest=l},skipRequest(){o._skipRequest=!0},runRequest(l,f){let m=(async()=>{if(typeof n.sendRequest!="function")throw new Error("pm.execution.runRequest is not available \u2014 HTTP service not configured.");let g=typeof l=="string"?{url:l,method:"GET"}:l,y=await n.sendRequest(g),w={};if(Array.isArray(y?.cookies))for(let P of y.cookies)P?.name&&(w[P.name]=P.value);let C=y?.body,R=0;if(typeof C=="string")R=Buffer.byteLength(C,"utf8");else if(Buffer.isBuffer(C))R=C.length;else if(C!=null)try{R=Buffer.byteLength(JSON.stringify(C),"utf8")}catch{}return qf({executedRequest:null,status:y?.status??0,statusText:y?.statusText??"",headers:y?.headers??{},body:C,cookies:w,responseTime:y?.time,responseSize:R})})();if(typeof f=="function"){m.then(g=>f(null,g),g=>f(g));return}return m},location:{current:n.info?.requestName||"",currentRequestName:n.info?.requestName||"",eventName:"prerequest",toString(){return n.info?.requestName||""}}},setNextRequest(l){o._nextRequest=l},visualizer:{set(l,f){o._visualizerData={template:l,data:f}},clear(){o._visualizerData=void 0}},...n,info:{...n.info||{},eventName:"prerequest",requestName:n.info?.requestName||void 0,requestId:n.info?.requestId||void 0,iteration:e.iteration||0,iterationCount:e.iterationCount||1}}}createRequestObject(e,r){let n=l=>{if(!l)return"none";switch(l){case"raw":return"raw";case"form-data":return"formdata";case"x-www-form-urlencoded":return"urlencoded";case"binary":return"file";case"graphql":return"graphql";case"none":return"none";default:return"raw"}},i=l=>{if(!l)return"none";switch(l){case"raw":return"raw";case"formdata":return"form-data";case"urlencoded":return"x-www-form-urlencoded";case"file":return"binary";case"graphql":return"graphql";case"none":return"none";default:return"raw"}},s={...e.headers,add:l=>{l&&l.key&&(e.headers[l.key]=l.value||"")},get:l=>{for(let[f,d]of Object.entries(e.headers))if(f.toLowerCase()===l.toLowerCase())return d},has:l=>{for(let f of Object.keys(e.headers))if(f.toLowerCase()===l.toLowerCase())return!0;return!1},remove:l=>{for(let f of Object.keys(e.headers))if(f.toLowerCase()===l.toLowerCase()){delete e.headers[f];break}},update:l=>{if(l&&l.key){for(let f of Object.keys(e.headers))if(f.toLowerCase()===l.key.toLowerCase()){e.headers[f]=l.value||"";return}}},upsert:l=>{if(l&&l.key){for(let f of Object.keys(e.headers))if(f.toLowerCase()===l.key.toLowerCase()){e.headers[f]=l.value||"";return}e.headers[l.key]=l.value||""}},toObject:()=>{let l={};for(let[f,d]of Object.entries(e.headers))typeof d=="string"&&(l[f]=d);return l},each:l=>{for(let[f,d]of Object.entries(e.headers))typeof d=="string"&&l({key:f,value:d})}},o={get mode(){return n(e.body?.type)},set mode(l){let f=i(l);e.body?e.body.type=f:e.body={type:f,content:null}},get raw(){let l=e.body?.content;return typeof l=="string"?l:l&&typeof l=="object"?JSON.stringify(l):""},set raw(l){e.body?(e.body.type="raw",e.body.content=l):e.body={type:"raw",content:l}},get formdata(){return e.body?.type==="form-data"&&Array.isArray(e.body.content)?e.body.content:[]},get urlencoded(){return e.body?.type==="x-www-form-urlencoded"&&Array.isArray(e.body.content)?e.body.content:[]},get graphql(){return e.body?.type==="graphql"?e.body.content:null},get file(){return e.body?.type==="binary"?e.body.content:null}};return{get url(){return KV(e.url)},set url(l){e.url=typeof l=="string"?l:String(l)},get method(){return e.method},set method(l){e.method=l},headers:s,get body(){return o},set body(l){if(l==null)e.body=null;else if(typeof l=="string")e.body={type:"raw",content:l};else if(typeof l=="object")if(l.type||l.mode||l.content!==void 0){let f=l.mode?i(l.mode):l.type||"raw";e.body={type:f,format:l.format,content:l.content}}else e.body={type:"raw",content:l}},get params(){return e.params||{}},set params(l){e.params=l||{}},get query(){return e.query||{}},set query(l){e.query=l||{}},get auth(){return r.request?.auth||null},set auth(l){r.request&&(r.request.auth=l)},get certificate(){return r.request?.certificate||null},set certificate(l){r.request&&(r.request.certificate=l)},get description(){return r.request?.description||null},set description(l){r.request&&(r.request.description=l)},get name(){return r.request?.name||null},set name(l){r.request&&(r.request.name=l)},get id(){return r.request?.id||null},get disabled(){return r.request?.disabled||!1},set disabled(l){r.request&&(r.request.disabled=l)},get messages(){return r.request?.messages||[]},get methodPath(){return r.request?.methodPath||null},get metadata(){return r.request?.metadata||[]},getHeaders(l){let f={};for(let[d,m]of Object.entries(e.headers))typeof m=="string"&&(f[d]=m);return f},addQueryParams(l){if(typeof l=="string"){let f=new URLSearchParams(l);for(let[d,m]of f)e.query||(e.query={}),e.query[d]=m}else Array.isArray(l)&&(e.query||(e.query={}),l.forEach(f=>{f.key&&(e.query[f.key]=f.value||"")}))},removeQueryParams(l){e.query&&(typeof l=="string"?delete e.query[l]:Array.isArray(l)&&l.forEach(f=>{let d=typeof f=="string"?f:f.key;d&&delete e.query[d]}))},authorizeUsing(l,f){r.request&&(typeof l=="string"?(r.request.auth||(r.request.auth={}),r.request.auth.type=l,f&&(r.request.auth.parameters=f)):typeof l=="object"&&(r.request.auth=l))},clone(){return{url:e.url,method:e.method,headers:{...e.headers},body:e.body?{...e.body}:null,params:e.params?{...e.params}:{},query:e.query?{...e.query}:{},auth:r.request?.auth,certificate:r.request?.certificate,description:r.request?.description,name:r.request?.name,id:r.request?.id,disabled:r.request?.disabled,metadata:r.request?.metadata,messages:r.request?.messages,methodPath:r.request?.methodPath}},describe(l,f){r.request&&(r.request.description={content:l,type:f||"text/plain"})},setHeader(l,f){e.headers[l]=f},addHeader(l,f){typeof l=="object"&&l!==null?e.headers[l.key]=l.value:e.headers[l]=f},removeHeader(l){delete e.headers[l]},setBody(l,f,d){e.body={type:f||e.body?.type||"raw",format:d||e.body?.format,content:l}}}}async executePreRequest(e){let r=$f(e,this.deps.isolateScripts);if(!r||!r.trim())return{success:!0};try{this.consoleMessages.length=0;let n=this.ctx.variables.replaceIn(r),i=q0.runInContext(n,this.vmContext,{timeout:5e3});this.deps.isolateScripts&&i&&typeof i.then=="function"&&await i;let s=da(this.consoleMessages),o=this.initialContext.request.body,l=!this.bodiesEqual(this.modifiedRequest.body,o);return{success:!0,modifiedRequest:{url:this.modifiedRequest.url!==this.initialContext.request.url?this.modifiedRequest.url:void 0,headers:dc(this.modifiedRequest.headers,this.initialContext.request.headers)?this.modifiedRequest.headers:void 0,body:l?this.modifiedRequest.body:void 0,params:dc(this.modifiedRequest.params,this.initialContext.request.params||{})?this.modifiedRequest.params:void 0,query:dc(this.modifiedRequest.query,this.initialContext.request.query||{})?this.modifiedRequest.query:void 0},modifiedVariables:this.ctx.variables.toObject(),modifiedCollectionVariables:this._liveCollectionScope?.toObject()||this._collectionVariables,modifiedGlobals:this._liveGlobalsScope?.toObject()||this._globals,modifiedEnvironmentVariables:this._liveEnvironmentScope?.toObject()||this._environmentVariables,consoleOutput:s.length>0?s:void 0,nextRequest:this._nextRequest,skipRequest:this._skipRequest||void 0}}catch(n){let i=[...da(this.consoleMessages),`[error] Script execution failed: ${n.message}`];return{success:!1,error:n.message||"Pre-request script execution failed",consoleOutput:i,modifiedVariables:this.ctx?.variables?.toObject(),modifiedEnvironmentVariables:this._liveEnvironmentScope?.toObject()||this._environmentVariables,nextRequest:this._nextRequest,skipRequest:this._skipRequest||void 0}}}async executePostResponse(e,r){let n=$f(e,this.deps.isolateScripts);if(!n||!n.trim())return{testResults:[],consoleOutput:[]};try{this.consoleMessages.length=0,this.assertions.length=0,this.ctx.info.eventName="test",this.ctx.response=qf(r),this.ctx.request=this.createRequestObject(r.executedRequest,this.initialContext),this.vmContext.responseBody=r.body??"";let i=this;this.vmContext.tests=new Proxy({},{set(f,d,m){return i.assertions.push({name:String(d),passed:!!m,message:m?void 0:`"${String(d)}" was false`}),!0}});let s=this.ctx.variables.replaceIn(n),o=q0.runInContext(s,this.vmContext,{timeout:5e3});this.deps.isolateScripts&&o&&typeof o.then=="function"&&await o,this.ctx.test._pendingTests?.length>0&&(await Promise.all(this.ctx.test._pendingTests),this.ctx.test._pendingTests.length=0);let l=da(this.consoleMessages);return{testResults:[...this.assertions],consoleOutput:l.length>0?l:void 0,modifiedEnvironmentVariables:this._liveEnvironmentScope?.toObject()||this._environmentVariables,modifiedGlobals:this._liveGlobalsScope?.toObject()||this._globals,modifiedCollectionVariables:this._liveCollectionScope?.toObject()||this._collectionVariables,nextRequest:this._nextRequest,visualizerData:this._visualizerData}}catch(i){this.assertions.push({name:"Script Execution",passed:!1,message:i.message||"Script execution failed"});let s=[...da(this.consoleMessages),`[error] Script execution failed: ${i.message}`];return{testResults:[...this.assertions],consoleOutput:s,modifiedEnvironmentVariables:this._liveEnvironmentScope?.toObject()||this._environmentVariables,modifiedGlobals:this._liveGlobalsScope?.toObject()||this._globals,modifiedCollectionVariables:this._liveCollectionScope?.toObject()||this._collectionVariables,nextRequest:this._nextRequest,visualizerData:this._visualizerData}}}bodiesEqual(e,r){return e===r||!e&&!r?!0:!e||!r?!1:e.type===r.type&&e.format===r.format&&JSON.stringify(e.content)===JSON.stringify(r.content)}dispose(){this.vmContext=null,this.ctx=null,this.assertions=[]}}});function QI(t,e){if(t)return t.split(",").map(r=>{let n=r.trim();if(n.startsWith('"')&&n.endsWith('"')||n.startsWith("'")&&n.endsWith("'"))return n.slice(1,-1);let i=Number(n);if(!isNaN(i)&&n!=="")return i;if(e&&n in e){let s=e[n],o=Number(s);return!isNaN(o)&&s!==""?o:s}return n})}function ZI(t){if(typeof t=="string"&&t.charCodeAt(0)===30)try{return JSON.parse(t.slice(1))}catch{return t}return t}function ZV(t,e){if(t==="@")return"";if(t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'"))return t.slice(1,-1);let r=t.match(/^\$([a-zA-Z_][a-zA-Z0-9_]*)(?:\(([^)]*)\))?$/);if(r){let n=QI(r[2],e),i=bi(r[1],n);return i!==null?i:void 0}if(e[t]!==void 0)return ZI(e[t]);if(Ds(t)){let n=Ns(t,e),i=Fs(t,n);if(i!==void 0)return i}}function GI(t,e,r,n){let i=Buffer.concat([Buffer.from(t,"utf8"),n||Buffer.alloc(0)]),s=[],o=Buffer.alloc(0);for(;Buffer.concat(s).length<e+r;)o=tr.createHash("md5").update(Buffer.concat([o,i])).digest(),s.push(o);let l=Buffer.concat(s);return{key:l.subarray(0,e),iv:l.subarray(e,e+r)}}function M0(t,e,r){let n=i=>t==="aes"?`aes-${i*8}-cbc`:t==="des"?"des-cbc":t==="des-ede3"?"des-ede3-cbc":t;return{encrypt(i,s,o){let l=i instanceof Ue?i.toBuffer():Buffer.from(String(i),"utf8");if(typeof s=="string"){let f=tr.randomBytes(8),{key:d,iv:m}=GI(s,e,r,f),g=tr.createCipheriv(n(e),d,m),y=Buffer.concat([g.update(l),g.final()]),w=Buffer.concat([Buffer.from("Salted__"),f,y]);return{ciphertext:new Ue(y),salt:new Ue(f),toString:C=>C?C.stringify(new Ue(w)):w.toString("base64")}}else{let f=s.toBuffer(),d=o?.iv&&o.iv instanceof Ue?o.iv.toBuffer():Buffer.alloc(r),m=tr.createCipheriv(n(f.length),f,d);o?.padding===!1&&m.setAutoPadding(!1);let g=Buffer.concat([m.update(l),m.final()]);return{ciphertext:new Ue(g),toString:y=>y?y.stringify(new Ue(g)):g.toString("base64")}}},decrypt(i,s,o){if(typeof s=="string"){let l=typeof i=="string"?Buffer.from(i,"base64"):i.ciphertext.toBuffer(),f,d;l.subarray(0,8).toString()==="Salted__"?(d=l.subarray(8,16),f=l.subarray(16)):(d=Buffer.alloc(0),f=l);let{key:m,iv:g}=GI(s,e,r,d),y=tr.createDecipheriv(n(e),m,g);return new Ue(Buffer.concat([y.update(f),y.final()]))}else{let l=s.toBuffer(),f=o?.iv&&o.iv instanceof Ue?o.iv.toBuffer():Buffer.alloc(r),d=typeof i=="string"?Buffer.from(i,"base64"):i.ciphertext?i.ciphertext.toBuffer():Buffer.from(i),m=tr.createDecipheriv(n(l.length),l,f);return o?.padding===!1&&m.setAutoPadding(!1),new Ue(Buffer.concat([m.update(d),m.final()]))}}}}function XV(){let t=r=>n=>{let i=n instanceof Ue?n.toBuffer():Buffer.from(String(n),"utf8");return new Ue(tr.createHash(r).update(i).digest())},e=r=>(n,i)=>{let s=n instanceof Ue?n.toBuffer():Buffer.from(String(n),"utf8"),o=i instanceof Ue?i.toBuffer():Buffer.from(String(i),"utf8");return new Ue(tr.createHmac(r,o).update(s).digest())};return{MD5:t("md5"),SHA1:t("sha1"),SHA224:t("sha224"),SHA256:t("sha256"),SHA384:t("sha384"),SHA512:t("sha512"),SHA3:t("sha3-256"),RIPEMD160:t("ripemd160"),HmacMD5:e("md5"),HmacSHA1:e("sha1"),HmacSHA256:e("sha256"),HmacSHA512:e("sha512"),AES:M0("aes",32,16),DES:M0("des",8,8),TripleDES:M0("des-ede3",24,8),PBKDF2(r,n,i){let s=r instanceof Ue?r.toBuffer():Buffer.from(String(r),"utf8"),o=n instanceof Ue?n.toBuffer():Buffer.from(String(n),"utf8"),l=(i?.keySize||4)*4,f=i?.iterations||1;return new Ue(tr.pbkdf2Sync(s,o,f,l,"sha1"))},enc:{Base64:{stringify:r=>(r instanceof Ue?r.toBuffer():Buffer.from(String(r))).toString("base64"),parse:r=>Ue.fromBase64(r)},Utf8:{stringify:r=>(r instanceof Ue?r.toBuffer():Buffer.from(String(r))).toString("utf8"),parse:r=>Ue.fromUtf8(r)},Hex:{stringify:r=>(r instanceof Ue?r.toBuffer():Buffer.from(String(r))).toString("hex"),parse:r=>Ue.fromHex(r)},Latin1:{stringify:r=>(r instanceof Ue?r.toBuffer():Buffer.from(String(r))).toString("latin1"),parse:r=>new Ue(Buffer.from(r,"latin1"))},Utf16:{stringify:r=>(r instanceof Ue?r.toBuffer():Buffer.from(String(r))).toString("utf16le"),parse:r=>new Ue(Buffer.from(r,"utf16le"))},Utf16BE:{stringify:r=>(r instanceof Ue?r.toBuffer():Buffer.from(String(r))).swap16().toString("utf16le"),parse:r=>new Ue(Buffer.from(r,"utf16le").swap16())}},lib:{WordArray:{create:r=>r?typeof r=="string"?new Ue(Buffer.from(r,"utf8")):Buffer.isBuffer(r)?new Ue(r):new Ue(Buffer.from(String(r))):new Ue(Buffer.alloc(0)),random:r=>new Ue(tr.randomBytes(r))}},pad:{Pkcs7:{_name:"pkcs7"},NoPadding:{_name:"nopadding"},ZeroPadding:{_name:"zeropadding"}},mode:{CBC:{_name:"cbc"},ECB:{_name:"ecb"}}}}var tr,QV,KI,Ue,Ci,Mf=ae(()=>{"use strict";tr=he(require("crypto")),QV=he(require("querystring")),KI=he(require("vm"));gh();vh();Sh();T0();$0();am();Ue=class t{_buffer;constructor(e){this._buffer=typeof e=="string"?Buffer.from(e,"utf8"):e}toString(e){return e?e.stringify(this):this._buffer.toString("hex")}toBuffer(){return this._buffer}static fromHex(e){return new t(Buffer.from(e,"hex"))}static fromBase64(e){return new t(Buffer.from(e,"base64"))}static fromUtf8(e){return new t(Buffer.from(e,"utf8"))}};Ci=class t{constructor(e,r=[],n,i="shared"){this.httpService=e;this.secretRegistry=n;this.scopeMode=i;this.moduleLoader=om(r)}httpService;secretRegistry;scopeMode;moduleLoader;createRequestSession(e){return new pc({createVM:this.createVM.bind(this),createCommonContext:this.createCommonContext.bind(this),isolateScripts:this.scopeMode==="isolated"},e)}createVM(e,r){let n=this.moduleLoader.getGlobalSetupExports(),i=this.moduleLoader.createRequireFunction();e.require=i,e.vault=this.createVault();let s={ctx:e,hf:e,pm:e,console:r,...n||{},global:n,setTimeout,setInterval,clearTimeout,clearInterval,URL,URLSearchParams,Buffer,atob:o=>Buffer.from(o,"base64").toString("binary"),btoa:o=>Buffer.from(o,"binary").toString("base64"),TextEncoder,TextDecoder,crypto:tr,_:i("lodash"),require:i,moment:Af(),querystring:QV,CryptoJS:XV(),postman:{setNextRequest:o=>e.setNextRequest?.(o),setGlobalVariable:(o,l)=>e.globals?.set(o,l),getGlobalVariable:o=>e.globals?.get(o),clearGlobalVariable:o=>e.globals?.unset(o),setEnvironmentVariable:(o,l)=>e.environment?.set(o,l),getEnvironmentVariable:o=>e.environment?.get(o),clearEnvironmentVariable:o=>e.environment?.unset(o)},jsonStringify:(o,l,f)=>JSON.stringify(o,l,f),jsonParse:o=>JSON.parse(o),xml2Json:o=>{try{let l=this.moduleLoader.createRequireFunction()("xml2js"),f;return l.parseString(o,{explicitArray:!1},(d,m)=>{if(d)throw d;f=m}),f}catch{throw new Error("xml2Json() requires the xml2js module. Add it to your modules/package.json and run npm install.")}}};return KI.createContext(s)}createCommonContext(e,r){let n={...e.variables},i={...e.collectionVariables||{}},s={...e.globals||{}},o={...e.environmentVariables||{}},l=e.iterationData||{},f=this.createMergedVariableScope(n,o,i,s,l),d=this.createGlobalsScope(s,e.onGlobalsChange),m=this.createVariableScope(i),g=this.createEnvironmentScope(o,e.environmentName,e.onEnvironmentChange,!0),y={...g,set:(C,R)=>{let P=this.serializeValue(R);g.set(C,P),n[C]=P},unset(C){g.unset(C),delete n[C]},clear(){g.clear();for(let C of Object.keys(o))delete n[C]}};return d.replaceIn=f.replaceIn,m.replaceIn=f.replaceIn,y.replaceIn=f.replaceIn,{globals:d,collectionVariables:m,variables:f,environment:y,iterationData:{get:C=>l[C],has:C=>C in l,toObject:()=>({...l}),toJSON:()=>JSON.stringify(l)},sendRequest:this.createSendRequest(),expect:fc,info:e.info||{eventName:r,requestName:void 0,requestId:void 0}}}static JSON_TYPE_MARKER="";serializeValue(e){return typeof e=="string"?e:t.JSON_TYPE_MARKER+JSON.stringify(e)}deserializeValue(e){if(e!==void 0){if(typeof e=="string"&&e.charCodeAt(0)===30)try{return JSON.parse(e.slice(1))}catch{}return e}}createVariableScope(e){return{get:r=>this.deserializeValue(e[r]),set:(r,n)=>{e[r]=this.serializeValue(n)},has(r){return r in e},unset(r){delete e[r]},clear(){Object.keys(e).forEach(r=>delete e[r])},toObject(){return{...e}}}}createGlobalsScope(e,r){let n=(i,s,o)=>{r&&r(i,s,o)};return{get:i=>this.deserializeValue(e[i]),set:(i,s)=>{let o=this.serializeValue(s);e[i]=o,n("set",i,o)},has(i){return i in e},unset(i){delete e[i],n("unset",i)},clear(){Object.keys(e).forEach(i=>delete e[i]),n("clear")},toObject(){return{...e}}}}createMergedVariableScope(e,r,n,i,s={}){let o={get:l=>l in e?this.deserializeValue(e[l]):l in s?s[l]:l in r?this.deserializeValue(r[l]):l in n?this.deserializeValue(n[l]):this.deserializeValue(i[l]),set:(l,f)=>{e[l]=this.serializeValue(f)},has(l){return l in e||l in s||l in r||l in r||l in n||l in i},unset(l){delete e[l]},clear(){Object.keys(e).forEach(l=>delete e[l])},toObject(){return{...i,...n,...r,...s,...e}},replaceIn(l){if(!l||typeof l!="string")return l;let f=o.toObject();return l.replace(/\{\{([^}]+)\}\}/g,(d,m)=>{let g=m.trim(),y=g.match(/^\$([a-zA-Z_][a-zA-Z0-9_]*)(?:\(([^)]*)\))?$/);if(y)try{let R=QI(y[2],f),P=bi(y[1],R);return P!==null?String(P):d}catch{return d}let w=Wl(g);if(w){let R=ZV(w.input,f);if(R!==void 0){let P=zl(R,w.filters,f);return P!==void 0?String(P):d}return d}let C=o.get(g);if(C!==void 0)return String(C);if(Ds(g)){let R={};for(let[U,B]of Object.entries(f))R[U]=ZI(B);let P=Ns(g,R),A=Fs(g,P);if(A!==void 0)return String(A)}return d})}};return o}createEnvironmentScope(e,r,n,i){let s=(o,l,f)=>{n&&(i?n(o,l,f):n(l||"",o==="set"?f:void 0))};return{name:r||"",get:o=>this.deserializeValue(e[o]),set:(o,l)=>{let f=this.serializeValue(l);e[o]=f,s("set",o,f)},has(o){return o in e},unset(o){delete e[o],s("unset",o)},clear(){Object.keys(e).forEach(o=>delete e[o]),s("clear")},toObject(){return{...e}}}}createVault(){let e=this.secretRegistry,r=()=>{throw new Error("pm.vault is read-only in HTTP Forge. Use environment variables or {{secret:provider/path}} tokens to manage secrets.")};return{async get(n){if(!e)throw new Error('pm.vault is not available \u2014 no secret providers are configured. Configure a provider under "secrets.providers" to use pm.vault.get().');let i=`secret:${n}`;return(await e.resolveSecretTokens(`{{${i}}}`))[i]},set:r,unset:r}}createSendRequest(){return this.httpService?(e,r)=>{let n=typeof e=="string"?{url:e,method:"GET"}:e,i=this.httpService.execute({url:n.url,method:n.method||"GET",headers:n.headers||{},body:n.body,...n});if(r){i.then(s=>r(null,s)).catch(s=>r(s,null));return}return i}:(e,r)=>{let n=new Error("sendRequest not available - HTTP service not configured");if(r){r(n,null);return}return Promise.reject(n)}}}});var N0,Gs,fm=ae(()=>{"use strict";N0={json:"application/json",xml:"application/xml",html:"text/html",text:"text/plain",javascript:"application/javascript",css:"text/css","x-www-form-urlencoded":"application/x-www-form-urlencoded","form-data":"multipart/form-data",graphql:"application/json"},Gs=class{sanitizeHeaderValue(e){return e?String(e).replace(/[\u201C\u201D\u201E\u201F\u2033\u2036]/g,'"').replace(/[\u2018\u2019\u201A\u201B\u2032\u2035]/g,"'").replace(/[\x00-\x08\x0A-\x1F\x7F]/g,""):""}sanitizeHeaders(e){let r={};for(let[n,i]of Object.entries(e))r[n]=this.sanitizeHeaderValue(String(i));return r}encodeBody(e){if(!e||e.type==="none")return null;let{type:r,content:n}=e;switch(r){case"x-www-form-urlencoded":return this.encodeUrlEncodedBody(n);case"form-data":return n;case"graphql":return this.encodeGraphQLBody(n);case"raw":return n;default:return n}}encodeUrlEncodedBody(e){if(Array.isArray(e)){let r=new URLSearchParams;for(let n of e)n.enabled!==!1&&n.key&&r.append(n.key,n.value||"");return r.toString()}return typeof e=="string"?e:String(e)}encodeGraphQLBody(e){if(typeof e=="string")try{e=JSON.parse(e)}catch{return e}if(typeof e=="object"&&e!==null&&e.query){let r=e.variables;if(typeof r=="string")try{r=r.trim()?JSON.parse(r):void 0}catch{r=void 0}return JSON.stringify({query:e.query,...r!=null?{variables:r}:{},...e.operationName?{operationName:e.operationName}:{}})}return JSON.stringify(e)}setContentTypeHeader(e,r,n){if(Object.keys(e).some(o=>o.toLowerCase()==="content-type"))return;if(n){e["Content-Type"]=n;return}if(!r||r.type==="none")return;let s;switch(r.type){case"x-www-form-urlencoded":s=N0["x-www-form-urlencoded"];break;case"raw":s=r.format?N0[r.format]:"text/plain",s||(s="text/plain");break;case"graphql":s=N0.graphql;break;case"binary":s="application/octet-stream";break}s&&(e["Content-Type"]=s)}}});var Qs,dm=ae(()=>{"use strict";Qs=class{parse(e,r){return r.toLowerCase().endsWith(".json")?this.parseJson(e):this.parseCsv(e)}parseJson(e){try{let r=JSON.parse(e);return Array.isArray(r)?r:[r]}catch{throw new Error("Failed to parse JSON data file: Invalid JSON format")}}parseCsv(e){let r=e.split(/\r?\n/).filter(s=>s.trim());if(r.length<2)return[{}];let n=this.parseCsvLine(r[0]),i=[];for(let s=1;s<r.length;s++){let o=this.parseCsvLine(r[s]),l={};n.forEach((f,d)=>{l[f]=o[d]||""}),i.push(l)}return i}parseCsvLine(e){let r=[],n="",i=!1;for(let s=0;s<e.length;s++){let o=e[s],l=e[s+1];o==='"'?i&&l==='"'?(n+='"',s++):i=!i:o===","&&!i?(r.push(n.trim()),n=""):n+=o}return r.push(n.trim()),r}}});var vc,tW,bc,D0=ae(()=>{"use strict";vc=he(require("crypto")),tW=3e4,bc=class{constructor(e,r,n,i,s="henry-huang.http-forge/oauth2/callback"){this.secretStore=e;this.browserService=r;this.envConfigService=n;this.httpService=i;this.callbackPath=s}secretStore;browserService;envConfigService;httpService;callbackPath;tokenCache=new Map;pendingAuthCallback=null;pendingImplicitCallback=null;async getToken(e,r){if(e.accessToken)return{accessToken:this.resolve(e.accessToken,r),tokenType:e.tokenPrefix||"Bearer",raw:{}};let n=this.buildCacheKeyString(e),i=this.tokenCache.get(n);if(i&&!this.isExpired(i))return i;if(i?.refreshToken)try{return await this.refreshToken(e,i.refreshToken,r)}catch{this.tokenCache.delete(n)}if(!i){let o=await this.secretStore.get(`oauth2_refresh_${n}`);if(o)try{return await this.refreshToken(e,o,r)}catch{await this.secretStore.delete(`oauth2_refresh_${n}`)}}let s;switch(e.grantType){case"client_credentials":s=await this.fetchToken(e,r,"client_credentials");break;case"password":s=await this.fetchToken(e,r,"password");break;case"authorization_code":s=await this.authorizationCodeFlow(e,r);break;case"implicit":s=await this.implicitFlow(e,r);break;default:throw new Error(`Unknown OAuth2 grant type: ${e.grantType}`)}return this.tokenCache.set(n,s),s.refreshToken&&await this.storeRefreshToken(n,s.refreshToken),s}async refreshToken(e,r,n){let i=this.resolve(e.tokenUrl||"",n);if(!i)throw new Error("OAuth2 tokenUrl is required for token refresh");let s=this.resolve(e.clientId||"",n),o=this.resolve(e.clientSecret||"",n),l=new URLSearchParams;l.append("grant_type","refresh_token"),l.append("refresh_token",r);let f={"Content-Type":"application/x-www-form-urlencoded"};this.applyClientAuth(e,f,l,s,o,n);let d=await this.httpService.execute({method:"POST",url:i,headers:f,body:l.toString()}),m=this.parseTokenResponse(d.body,e);m.refreshToken||(m.refreshToken=r);let g=this.buildCacheKeyString(e);return this.tokenCache.set(g,m),m.refreshToken&&await this.storeRefreshToken(g,m.refreshToken),m}async authorizationCodeFlow(e,r){let n=this.resolve(e.authUrl||"",r),i=this.resolve(e.tokenUrl||"",r),s=this.resolve(e.clientId||"",r),o=this.resolve(e.clientSecret||"",r),l=e.scope?this.resolve(e.scope,r):void 0;if(!n)throw new Error("OAuth2 authUrl is required for authorization code flow");if(!i)throw new Error("OAuth2 tokenUrl is required for authorization code flow");if(!s)throw new Error("OAuth2 clientId is required for authorization code flow");let f=e.usePkce!==!1,d,m,g;if(f){d=this.generateCodeVerifier();let X=e.pkceMethod||"S256";m=X==="S256"?this.generateCodeChallengeS256(d):d,g=X}let y=e.state||vc.randomBytes(16).toString("hex"),w=await this.getCallbackUri(),C=new URL(n);if(C.searchParams.set("response_type","code"),C.searchParams.set("client_id",s),C.searchParams.set("redirect_uri",w),l&&C.searchParams.set("scope",l),C.searchParams.set("state",y),m&&(C.searchParams.set("code_challenge",m),C.searchParams.set("code_challenge_method",g)),e.audience&&C.searchParams.set("audience",this.resolve(e.audience,r)),e.resource&&C.searchParams.set("resource",this.resolve(e.resource,r)),e.extraParams)for(let[X,T]of Object.entries(e.extraParams))C.searchParams.set(X,this.resolve(T,r));this.pendingAuthCallback&&(this.pendingAuthCallback.reject(new Error("OAuth2 authorization superseded by a new request")),this.pendingAuthCallback=null);let R=new Promise((X,T)=>{this.pendingAuthCallback={resolve:X,reject:T,state:y}});await this.browserService.openExternal(C.toString());let P;try{P=await Promise.race([R,new Promise((X,T)=>setTimeout(()=>{this.pendingAuthCallback=null,T(new Error("OAuth2 authorization timed out after 2 minutes"))},12e4))])}finally{this.pendingAuthCallback=null}if(P.state&&P.state!==y)throw new Error("OAuth2 state mismatch \u2014 potential CSRF attack");let A=new URLSearchParams;A.append("grant_type","authorization_code"),A.append("code",P.code),A.append("redirect_uri",w),d&&A.append("code_verifier",d);let U={"Content-Type":"application/x-www-form-urlencoded"};this.applyClientAuth(e,U,A,s,o,r);let B=await this.httpService.execute({method:"POST",url:i,headers:U,body:A.toString()}),z=this.parseTokenResponse(B.body,e),V=this.buildCacheKeyString(e);return this.tokenCache.set(V,z),z.refreshToken&&await this.storeRefreshToken(V,z.refreshToken),z}async implicitFlow(e,r){let n=this.resolve(e.authUrl||"",r),i=this.resolve(e.clientId||"",r),s=e.scope?this.resolve(e.scope,r):void 0;if(!n)throw new Error("OAuth2 authUrl is required for implicit flow");if(!i)throw new Error("OAuth2 clientId is required for implicit flow");let o=e.state||vc.randomBytes(16).toString("hex"),l=await this.getCallbackUri(),f=new URL(n);if(f.searchParams.set("response_type","token"),f.searchParams.set("client_id",i),f.searchParams.set("redirect_uri",l),s&&f.searchParams.set("scope",s),f.searchParams.set("state",o),e.audience&&f.searchParams.set("audience",this.resolve(e.audience,r)),e.resource&&f.searchParams.set("resource",this.resolve(e.resource,r)),e.extraParams)for(let[w,C]of Object.entries(e.extraParams))f.searchParams.set(w,this.resolve(C,r));this.pendingImplicitCallback&&(this.pendingImplicitCallback.reject(new Error("OAuth2 implicit flow superseded by a new request")),this.pendingImplicitCallback=null);let d=new Promise((w,C)=>{this.pendingImplicitCallback={resolve:w,reject:C,state:o}});await this.browserService.openExternal(f.toString());let m;try{m=await Promise.race([d,new Promise((w,C)=>setTimeout(()=>{this.pendingImplicitCallback=null,C(new Error("OAuth2 implicit flow timed out after 2 minutes"))},12e4))])}finally{this.pendingImplicitCallback=null}if(m.state&&m.state!==o)throw new Error("OAuth2 state mismatch \u2014 potential CSRF attack");let g={accessToken:m.accessToken,tokenType:m.tokenType||e.tokenPrefix||"Bearer",expiresAt:m.expiresIn?Date.now()+m.expiresIn*1e3:void 0,raw:{access_token:m.accessToken,token_type:m.tokenType,expires_in:m.expiresIn}},y=this.buildCacheKeyString(e);return this.tokenCache.set(y,g),g}handleAuthorizationCallback(e,r,n){if(n){let i=new Error(`OAuth2 authorization error: ${n}`);this.pendingAuthCallback?.reject(i),this.pendingImplicitCallback?.reject(i),this.pendingAuthCallback=null,this.pendingImplicitCallback=null;return}if(e&&this.pendingAuthCallback){this.pendingAuthCallback.resolve({code:e,state:r}),this.pendingAuthCallback=null;return}!e&&!this.pendingAuthCallback&&this.pendingImplicitCallback&&(this.pendingImplicitCallback.reject(new Error("OAuth2 implicit flow did not receive access_token")),this.pendingImplicitCallback=null)}handleImplicitCallback(e,r,n,i){this.pendingImplicitCallback&&(this.pendingImplicitCallback.resolve({accessToken:e,tokenType:r,expiresIn:n,state:i}),this.pendingImplicitCallback=null)}clearToken(e){let r=`${e.tokenUrl}|${e.clientId}|${e.scope||""}|${e.grantType}`;this.tokenCache.delete(r),this.secretStore.delete(`oauth2_refresh_${r}`)}clearAllTokens(){for(let e of this.tokenCache.keys())this.secretStore.delete(`oauth2_refresh_${e}`);this.tokenCache.clear()}async fetchToken(e,r,n){let i=this.resolve(e.tokenUrl||"",r);if(!i)throw new Error("OAuth2 tokenUrl is required");let s=this.resolve(e.clientId||"",r),o=this.resolve(e.clientSecret||"",r),l=e.scope?this.resolve(e.scope,r):void 0,f=new URLSearchParams;if(f.append("grant_type",n),l&&f.append("scope",l),n==="password"){let g=this.resolve(e.username||"",r),y=this.resolve(e.password||"",r);if(!g)throw new Error("OAuth2 password grant requires username");f.append("username",g),f.append("password",y)}if(e.audience&&f.append("audience",this.resolve(e.audience,r)),e.resource&&f.append("resource",this.resolve(e.resource,r)),e.extraParams)for(let[g,y]of Object.entries(e.extraParams))f.append(g,this.resolve(y,r));let d={"Content-Type":"application/x-www-form-urlencoded"};this.applyClientAuth(e,d,f,s,o,r);let m=await this.httpService.execute({method:"POST",url:i,headers:d,body:f.toString()});return this.parseTokenResponse(m.body,e)}applyClientAuth(e,r,n,i,s,o){if(e.clientAuthentication==="header"){let l=Buffer.from(`${i}:${s}`).toString("base64");r.Authorization=`Basic ${l}`}else i&&n.set("client_id",i),s&&n.set("client_secret",s)}parseTokenResponse(e,r){if(!e||typeof e!="object")throw new Error("OAuth2 token response is not a valid JSON object");let n=e,i=r.tokenField||"access_token",s=n[i];if(!s)throw new Error(`OAuth2 token fetch failed: '${i}' not present in response`);let o=typeof n.expires_in=="number"?n.expires_in:void 0;return{accessToken:s,tokenType:n.token_type||r.tokenPrefix||"Bearer",expiresAt:o?Date.now()+o*1e3:void 0,refreshToken:n.refresh_token,scope:n.scope,raw:n}}isExpired(e){return e.expiresAt?Date.now()>=e.expiresAt-tW:!1}buildCacheKeyString(e){return`${e.tokenUrl||""}|${e.clientId||""}|${e.scope||""}|${e.grantType}`}async getCallbackUri(){let e=`${this.browserService.uriScheme}://${this.callbackPath}`;return this.browserService.asExternalUri(e)}resolve(e,r){return this.envConfigService.resolveVariables(e,r)}generateCodeVerifier(){return vc.randomBytes(32).toString("base64url")}generateCodeChallengeS256(e){return vc.createHash("sha256").update(e).digest("base64url")}async storeRefreshToken(e,r){try{await this.secretStore.store(`oauth2_refresh_${e}`,r)}catch{}}}});function ma(t,e={}){let r=[];Object.entries(e).forEach(([n,i])=>{r.push(`${n}=${i}`)}),r.length&&ha.writeFileSync(t,r.join(`
|
|
51
|
-
`),"utf-8")}function Sc(t,e,r){r&&(r.preRequest&&r.preRequest.trim()&&ha.writeFileSync(Zs.join(t,`${e}.pre.js`),r.preRequest,"utf-8"),r.postResponse&&r.postResponse.trim()&&ha.writeFileSync(Zs.join(t,`${e}.post.js`),r.postResponse,"utf-8"))}function
|
|
52
|
-
`)}function nW(t){let e=t.url;if(t.query&&t.query.length){let r=t.query.filter(n=>n.enabled!==!1).map(n=>`${encodeURIComponent(n.key)}=${encodeURIComponent(n.value)}`).join("&");r&&(e+=(e.includes("?")?"&":"?")+r)}return e}var ha,Zs,hm=ae(()=>{"use strict";ha=he(require("fs")),Zs=he(require("path"));vn()});var ur,F0,ga,L0=ae(()=>{"use strict";ur=he(require("fs")),F0=he(require("path"));vn();ga=class{collectionsDir;cache=new Map;constructor(e){this.collectionsDir=e,this.ensureDirectory()}ensureDirectory(){ur.existsSync(this.collectionsDir)||ur.mkdirSync(this.collectionsDir,{recursive:!0})}loadAll(){if(this.cache.clear(),!ur.existsSync(this.collectionsDir))return[];let e=ur.readdirSync(this.collectionsDir),r=[];for(let n of e)if(n.endsWith(".json"))try{let i=F0.join(this.collectionsDir,n),s=ur.readFileSync(i,"utf-8"),o=JSON.parse(s);o.id&&o.name&&(this.cache.set(o.id,o),r.push(o))}catch(i){console.error(`[JsonCollectionLoader] Failed to load ${n}:`,i)}return r}load(e){if(this.cache.has(e))return this.cache.get(e);let r=this.getCollectionPath(e);if(ur.existsSync(r))try{let n=ur.readFileSync(r,"utf-8"),i=JSON.parse(n);return this.cache.set(e,i),i}catch(n){console.error(`[JsonCollectionLoader] Failed to load collection ${e}:`,n);return}}async save(e){if(this.ensureDirectory(),!e.name)throw new Error("Collection name is required");e.id||(e.id=ct(e.name));let r=this.getCollectionPath(e.id),n=JSON.stringify(e,null,2);await ur.promises.writeFile(r,n,"utf-8"),this.cache.set(e.id,e)}async delete(e){let r=this.getCollectionPath(e);if(!ur.existsSync(r))return!1;try{return await ur.promises.unlink(r),this.cache.delete(e),!0}catch(n){return console.error(`[JsonCollectionLoader] Failed to delete collection ${e}:`,n),!1}}exists(e){return ur.existsSync(this.getCollectionPath(e))}getCollectionPath(e){return F0.join(this.collectionsDir,`${e}.json`)}getItemPath(e,r){}async create(e,r){let n={id:r||ct(e),name:e,items:[]};return await this.save(n),n}async saveScripts(e,r,n){let i=this.load(e);if(!i)throw new Error(`Collection ${e} not found`);let s=this.findItemById(i.items,r);s&&(s.scripts=n,await this.save(i))}loadScripts(e,r){let n=this.load(e);return n?this.findItemById(n.items,r)?.scripts:void 0}async updateCollectionMetadata(e,r){let n=this.load(e);if(!n)throw new Error(`Collection ${e} not found`);r.name!==void 0&&(n.name=r.name),r.description!==void 0&&(n.description=r.description),r.version!==void 0&&(n.version=r.version),r.variables!==void 0&&(n.variables=r.variables),r.auth!==void 0&&(n.auth=r.auth),await this.save(n)}async saveItem(e,r,n){let i=this.load(e);if(!i)throw new Error(`Collection ${e} not found`);let s=this.findItemById(i.items,r.id);if(s)Object.assign(s,r);else if(n){let o=this.findItemById(i.items,n);if(o&&o.type==="folder")o.items=o.items||[],o.items.push(r);else throw new Error(`Parent folder ${n} not found`)}else i.items.push(r);await this.save(i)}async deleteItem(e,r){let n=this.load(e);if(!n)return!1;let i=this.deleteItemById(n.items,r);return i&&await this.save(n),i}async updateItem(e,r,n){let i=this.load(e);if(!i)return!1;let s=this.findItemById(i.items,r);if(!s)return!1;let{id:o,type:l,...f}=n;return Object.assign(s,f),await this.save(i),!0}async moveItem(e,r,n){let i=this.load(e);if(!i)return!1;let s=this.findItemById(i.items,r);if(!s)return!1;let o={...s};if(!this.deleteItemById(i.items,r))return!1;if(n){let l=this.findItemById(i.items,n);if(l&&l.type==="folder")l.items=l.items||[],l.items.push(o);else return i.items.push(o),!1}else i.items.push(o);return await this.save(i),!0}async reorderItems(e,r,n){let i=this.load(e);if(!i)return!1;try{let s;if(r){let f=this.findItemById(i.items,r);if(!f||!f.items)return!1;s=f.items}else s=i.items;let o=new Map(s.map(f=>[f.id,f])),l=[];for(let f of n){let d=o.get(f);d&&(l.push(d),o.delete(f))}for(let f of o.values())l.push(f);if(r){let f=this.findItemById(i.items,r);f&&(f.items=l)}else i.items=l;return await this.save(i),!0}catch(s){return console.error("[JsonCollectionLoader] Failed to reorder items:",s),!1}}findItemById(e,r){for(let n of e){if(n.id===r)return n;if(n.type==="folder"&&n.items){let i=this.findItemById(n.items,r);if(i)return i}}}deleteItemById(e,r){for(let n=0;n<e.length;n++){if(e[n].id===r)return e.splice(n,1),!0;let i=e[n];if(i.type==="folder"&&i.items&&this.deleteItemById(i.items,r))return!0}return!1}}});var wc,j0=ae(()=>{"use strict";ph();L0();wc=class{static create(e){let r=e.getStorageConfig(),n=e.getCollectionsPath();return r.format==="folder"?new Qi(n):new ga(n)}static createForFormat(e,r){return e==="folder"?new Qi(r):new ga(r)}}});function tP(t){if(typeof t!="string")return"text";let e=t.trim();try{let r=JSON.parse(e);if(typeof r=="object"&&r!==null)return"json"}catch{}return/^<\?xml/.test(e)||/^<([a-zA-Z_][\w\-\.]*)[\s>]/.test(e)?/^<\!DOCTYPE html>/i.test(e)||/^<html[\s>]/i.test(e)?"html":"xml":/^<\!DOCTYPE html>/i.test(e)||/^<html[\s>]/i.test(e)?"html":/^(function\s*\(|\(\)\s*=>|const |let |var |export |import )/.test(e)?"javascript":"text"}function iW(t){return{info:{name:t.name,_postman_id:t.id,schema:"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},item:t.items.map(e=>rP(e)),event:U0(t.scripts),variable:t.variables?Object.entries(t.variables).map(([e,r])=>({key:e,value:r})):[]}}function rP(t){if(t.type==="folder")return{name:t.name,item:t.items?t.items.map(rP):[],event:U0(t.scripts)};if(t.type==="request"){let e=t;return{name:e.name,request:{method:e.method,header:(e.headers||[]).filter(r=>r.enabled!==!1).map(sW),url:oW(e),body:aW(e),auth:lW(e.auth),description:e.description},event:U0(e.scripts),protocolProfileBehavior:cW(e.settings)}}}function sW(t){return{key:t.key,value:t.value,disabled:t.enabled===!1}}function oW(t){let e=t.url,r=t.url.replace(/^[a-zA-Z]+:\/\//,""),n=[],i=r.match(/^([^\/\?]+)/);if(i){let d=i[1];/^{{.*}}$/.test(d)?n=[d]:n=d.split(".")}let s=[],o=r.match(/^[^\/\?]+(\/[^\?]*)?/);if(o&&o[1]!==void 0){let d=o[1].replace(/^\//,"");d.endsWith("/")?(s=d.slice(0,-1).split("/"),s.push("")):s=d.length>0?d.split("/"):[]}let l;if(Array.isArray(t.query)&&t.query.length>0)l=t.query.map(d=>{let m={key:d.key,value:d.value};return d.enabled===!1&&(m.disabled=!0),m});else{let d=r.indexOf("?");d!==-1&&(l=r.substring(d+1).split("&").map(g=>{let[y,...w]=g.split("=");return{key:y,value:w.join("=")}}))}let f;return t.params&&typeof t.params=="object"&&(f=Object.entries(t.params).map(([d,m])=>({key:d,value:String(m)}))),{raw:e,host:n.length>0?n:void 0,path:s.length>0?s:void 0,query:l&&l.length>0?l:void 0,variable:f&&f.length>0?f:void 0}}function aW(t){if(!t.body)return;let e=t.body;if(typeof e=="string"){let s=tP(e);return{mode:"raw",raw:e,options:{raw:{language:s}}}}if(e.type==="raw"){let s=e.format||tP(e.content);return{mode:"raw",raw:e.content,options:{raw:{language:s}}}}let r=e.type==="form-data"&&Array.isArray(e.content)?e.content:e.type==="formdata"&&Array.isArray(e.fields)?e.fields:null;if(r)return{mode:"formdata",formdata:r.map(s=>({key:s.key,value:s.value,type:s.type||"text",disabled:s.enabled===!1}))};let n=e.type==="x-www-form-urlencoded"&&Array.isArray(e.content)?e.content:e.type==="urlencoded"&&Array.isArray(e.fields)?e.fields:null;if(n)return{mode:"urlencoded",urlencoded:n.map(s=>({key:s.key,value:s.value,disabled:s.enabled===!1}))};if(e.type==="file"&&e.fileName)return{mode:"file",file:{src:e.fileName}};if(e.type==="binary")return{mode:"binary",file:{}};let i=e.type==="graphql"?e.content??(e.query?e:null):null;if(i){let s=i.query??"",o=i.variables;return{mode:"graphql",graphql:{query:s,variables:o?typeof o=="string"?o:JSON.stringify(o):void 0}}}if(e.content)return{mode:"raw",raw:e.content}}function lW(t){if(!(!t||!t.type||t.type==="none")){if(t.type==="bearer")return{type:"bearer",bearer:[{key:"token",value:t.bearerToken,type:"string"}]};if(t.type==="basic"&&t.basicAuth)return{type:"basic",basic:[{key:"username",value:t.basicAuth.username,type:"string"},{key:"password",value:t.basicAuth.password,type:"string"}]}}}function cW(t){if(!t)return;let e={};return t.followRedirects===!1&&(e.followRedirects=!1),t.followOriginalMethod===!0&&(e.followOriginalHttpMethod=!0),t.followAuthHeader===!1&&(e.followAuthorizationHeader=!1),t.maxRedirects!==void 0&&(e.maxRedirects=t.maxRedirects),t.strictSSL===!1&&(e.disableUrlEncoding=!1),t.timeout!==void 0&&(e.requestTimeout=t.timeout),Object.keys(e).length>0?e:void 0}function U0(t){if(!t)return[];let e=[];return t.preRequest&&e.push({listen:"prerequest",script:{type:"text/javascript",exec:[t.preRequest]}}),t.postResponse&&e.push({listen:"test",script:{type:"text/javascript",exec:[t.postResponse]}}),e}var wt,Gn,_c,H0=ae(()=>{"use strict";vn();hm();j0();wt=he(require("fs")),Gn=he(require("path"));_c=class{constructor(e,r,n){this.workspaceRoot=e;this.configService=r;this.fileWatcherFactory=n;this.collectionsDir=r.getCollectionsPath(),this.loader=wc.create(r),this.ensureCollectionsDir(),this.loadCollections(),this.setupFileWatcher()}workspaceRoot;configService;fileWatcherFactory;collectionsDir;collections=new Map;fileWatcher;loader;debounceTimer=null;localCollectionValues=new Map;onCollectionsChanged;ensureCollectionsDir(){wt.existsSync(this.collectionsDir)||wt.mkdirSync(this.collectionsDir,{recursive:!0})}loadCollections(){this.collections.clear();let e=this.loader.loadAll();for(let r of e)this.collections.set(r.id,r)}setupFileWatcher(){if(!this.fileWatcherFactory)return;this.fileWatcher=this.fileWatcherFactory.createFileWatcher(this.collectionsDir,"**/*");let e=()=>{this.debounceTimer&&clearTimeout(this.debounceTimer),this.debounceTimer=setTimeout(()=>{this.debounceTimer=null,this.loadCollections(),this.onCollectionsChanged?.()},200)};this.fileWatcher.onDidChange(e),this.fileWatcher.onDidCreate(e),this.fileWatcher.onDidDelete(e)}getAllCollections(){return Array.from(this.collections.values())}getCollection(e){return this.collections.get(e)}getCollectionById(e){for(let r of this.collections.values())if(r.id===e)return r}getCollectionByName(e){let r=e.toLowerCase();for(let n of this.collections.values())if(n.name.toLowerCase()===r)return n}async saveCollection(e){if(this.ensureCollectionsDir(),!e.name)throw new Error("Collection name is required");e.id||(e.id=ct(e.name)),await this.loader.save(e),this.collections.set(e.id,e)}getCollectionVariables(e){let r=this.collections.get(e);return r?.variables?{...r.variables}:{}}getCollectionVariableLocals(e){return{...this.localCollectionValues.get(e)||{}}}setCollectionVariable(e,r,n){this.localCollectionValues.has(e)||this.localCollectionValues.set(e,{}),this.localCollectionValues.get(e)[r]=String(n)}deleteCollectionVariable(e,r){let n=this.localCollectionValues.get(e);n&&delete n[r]}clearCollectionVariables(e){this.localCollectionValues.set(e,{})}async deleteCollection(e){if(!this.collections.get(e))return!1;let n=await this.loader.delete(e);return n&&this.collections.delete(e),n}findRequest(e,r){let n=this.collections.get(e);if(n)return this.findItemRecursive(n.items,r)}findRequestByPath(e,r){let n=this.collections.get(e);if(!n)return;let i=r.split("/").filter(s=>s.trim());return this.findItemByPath(n.items,i)}async updateRequest(e,r,n){let i=this.collections.get(e);if(!i)return!1;let s=await this.loader.updateItem(e,r,n);if(s){let o=this.findItemRecursive(i.items,r);if(o){let{id:l,type:f,...d}=n;Object.assign(o,d)}}return s}async addRequest(e,r,n){let i=this.collections.get(e);if(!i)return!1;r.id||(r.id=ct(r.name));try{if(await this.loader.saveItem(e,r,n),n){let s=this.findItemRecursive(i.items,n);s&&s.type==="folder"&&(s.items=s.items||[],s.items.push(r))}else i.items.push(r);return!0}catch(s){return console.error("[CollectionService] Failed to add request:",s),!1}}async deleteRequest(e,r){let n=this.collections.get(e);if(!n)return!1;let i=await this.loader.deleteItem(e,r);return i&&this.deleteItemRecursive(n.items,r),i}getAllRequests(e){let r=this.collections.get(e);if(!r)return[];let n=[];return this.collectRequestsRecursive(r.items,n),n}findItemRecursive(e,r){for(let n of e){if(n.id===r)return n;if(n.type==="folder"&&n.items){let i=this.findItemRecursive(n.items,r);if(i)return i}}}findItemByPath(e,r){if(r.length===0)return;let[n,...i]=r,s=e.find(o=>o.name===n);if(s){if(i.length===0)return s;if(s.type==="folder"&&s.items)return this.findItemByPath(s.items,i)}}updateItemRecursive(e,r,n){for(let i=0;i<e.length;i++){let s=e[i];if(s.id===r)return e[i]={...s,...n},!0;if(s.type==="folder"&&s.items&&this.updateItemRecursive(s.items,r,n))return!0}return!1}deleteItemRecursive(e,r){for(let n=0;n<e.length;n++){let i=e[n];if(i.id===r)return e.splice(n,1),!0;if(i.type==="folder"&&i.items&&this.deleteItemRecursive(i.items,r))return!0}return!1}collectRequestsRecursive(e,r){for(let n of e)n.type==="request"?r.push(n):n.type==="folder"&&n.items&&this.collectRequestsRecursive(n.items,r)}async createCollection(e){let r={id:ct(e),name:e,items:[]};return await this.saveCollection(r),r}async renameCollection(e,r){let n=this.collections.get(e);return n?(n.name=r,await this.saveCollection(n),!0):!1}async duplicateCollection(e,r){if(!this.collections.get(e))throw new Error(`Collection not found: ${e}`);let i=ct(r),s=this.loader.getCollectionPath(e),o=Gn.join(this.collectionsDir,i);if(!wt.existsSync(s))throw new Error(`Collection directory not found: ${s}`);this.copyDirRecursive(s,o);let l=Gn.join(o,"collection.json");if(wt.existsSync(l)){let d=JSON.parse(wt.readFileSync(l,"utf-8"));d.id=i,d.name=r,wt.writeFileSync(l,JSON.stringify(d,null,2))}else wt.writeFileSync(l,JSON.stringify({id:i,name:r},null,2));this.loadCollections();let f=this.collections.get(i);if(!f)throw new Error("Failed to load duplicated collection");return f}async createFolder(e){if(!this.collections.get(e.collectionId))throw new Error("Collection not found");let n={id:ct(e.name),type:"folder",name:e.name,items:[]};await this.loader.saveItem(e.collectionId,n,e.parentId);let i=this.loader.load(e.collectionId);return i&&this.collections.set(e.collectionId,i),n}async deleteFolder(e,r){let n=this.collections.get(e);if(!n)return!1;let i=await this.loader.deleteItem(e,r);return i&&this.deleteItemById(n.items,r),i}async renameFolder(e,r,n){let i=this.collections.get(e);if(!i)return!1;let s=await this.loader.updateItem(e,r,{name:n});if(s){let o=this.findItemById(i.items,r);o&&(o.name=n)}return s}async duplicateFolder(e,r,n){if(!this.collections.get(e))throw new Error("Collection not found");let s=this.loader.getItemPath(e,r);if(!s||!wt.existsSync(s))throw new Error(`Folder not found on disk: ${r}`);let o=Gn.dirname(s),l=ct(n),f=Gn.join(o,l);this.copyDirRecursive(s,f);let d=Gn.join(f,"folder.json");if(wt.existsSync(d)){let y=JSON.parse(wt.readFileSync(d,"utf-8"));y.id=l,y.name=n,wt.writeFileSync(d,JSON.stringify(y,null,2))}else wt.writeFileSync(d,JSON.stringify({id:l,name:n,type:"folder"},null,2));let m=this.loader.load(e);m&&this.collections.set(e,m);let g=this.findItemById(m?.items||[],l);return g||{id:l,type:"folder",name:n,items:[]}}async createRequest(e){if(!this.collections.get(e.collectionId))throw new Error("Collection not found");let n={id:e.id||ct(e.name),type:"request",name:e.name,method:e.method||"GET",url:e.url,params:e.params,query:e.query,headers:e.headers,body:e.body,auth:e.auth,settings:e.settings,scripts:e.scripts,deprecated:e.deprecated,description:e.description,doc:e.doc,responseSchema:e.responseSchema,bodySchema:e.bodySchema};await this.loader.saveItem(e.collectionId,n,e.parentId);let i=this.loader.load(e.collectionId);return i&&this.collections.set(e.collectionId,i),n}async renameRequest(e,r,n){let i=this.collections.get(e);if(!i)return!1;let s=await this.loader.updateItem(e,r,{name:n});if(s){let o=this.findItemById(i.items,r);o&&(o.name=n)}return s}async moveItem(e,r,n){if(!this.collections.get(e))return!1;let s=await this.loader.moveItem(e,r,n);return s&&this.loadCollections(),s}async reorderItems(e,r,n){if(!this.collections.get(e))return!1;let s=await this.loader.reorderItems(e,r,n);return s&&this.loadCollections(),s}findItemById(e,r){for(let n of e){if(n.id===r)return n;if(n.type==="folder"&&n.items){let i=this.findItemById(n.items,r);if(i)return i}}}copyDirRecursive(e,r){wt.existsSync(r)||wt.mkdirSync(r,{recursive:!0});for(let n of wt.readdirSync(e,{withFileTypes:!0})){let i=Gn.join(e,n.name),s=Gn.join(r,n.name);n.isDirectory()?this.copyDirRecursive(i,s):wt.copyFileSync(i,s)}}deleteItemById(e,r){for(let n=0;n<e.length;n++){let i=e[n];if(i.id===r)return e.splice(n,1),!0;if(i.type==="folder"&&i.items&&this.deleteItemById(i.items,r))return!0}return!1}async importCollection(e){let r=wt.readFileSync(e,"utf-8"),n;try{n=JSON.parse(r)}catch{throw new Error("Invalid JSON file")}if(n.info&&n.info._postman_id)return this.importPostmanCollection(n);let i={id:n.id||ct(n.name||"Imported Collection"),name:n.name||"Imported Collection",description:n.description,items:n.items||[]};return await this.saveCollection(i),i}async importPostmanCollection(e){let r=d=>{if(!d)return;switch(d.type?.toLowerCase()){case"bearer":return{type:"bearer",bearerToken:d.bearer?.find(A=>A.key==="token")?.value||""};case"basic":let y=d.basic?.find(A=>A.key==="username"),w=d.basic?.find(A=>A.key==="password");return{type:"basic",basicAuth:{username:y?.value||"",password:w?.value||""}};case"apikey":let C=d.apikey?.find(A=>A.key==="key"),R=d.apikey?.find(A=>A.key==="value"),P=d.apikey?.find(A=>A.key==="in");return{type:"apikey",apikey:{key:C?.value||"",value:R?.value||"",in:P?.value||"header"}};case"noauth":return{type:"none"};default:return}},n=d=>{if(!Array.isArray(d)||d.length===0)return;let m={};for(let g of d){let y=g.script?.exec;if(!y)continue;let w=Array.isArray(y)?y.join(`
|
|
53
|
-
`):y;g.listen==="prerequest"?m.preRequest=w:g.listen==="test"&&(m.postResponse=w)}return m.preRequest||m.postResponse?m:void 0},i=d=>{if(!d||typeof d!="object")return;let m={};return d.followRedirects===!1&&(m.followRedirects=!1),d.followOriginalHttpMethod===!0&&(m.followOriginalMethod=!0),d.followAuthorizationHeader===!1&&(m.followAuthHeader=!1),d.maxRedirects!==void 0&&(m.maxRedirects=d.maxRedirects),d.requestTimeout!==void 0&&(m.timeout=d.requestTimeout),Object.keys(m).length>0?m:void 0},s=d=>{if(!d||typeof d=="string")return;let m=d.query;if(!(!Array.isArray(m)||m.length===0))return m.map(g=>({key:g.key||"",value:g.value||"",enabled:g.disabled!==!0}))},o=d=>{if(typeof d=="string")return d;if(!d)return"";let m=new Set;if(Array.isArray(d.variable))for(let y of d.variable)y.key&&m.add(y.key);if(m.size===0&&d.raw)return d.raw;let g="";if(d.protocol&&(g+=d.protocol+"://"),d.host&&(g+=Array.isArray(d.host)?d.host.join("."):d.host),d.port&&(g+=":"+d.port),d.path){let w=(Array.isArray(d.path)?d.path:[d.path]).map(C=>{let R=C.startsWith(":")?C.substring(1):C;return m.has(R)?":"+R:(C.startsWith(":"),C)});g+="/"+w.join("/")}return!g&&d.raw?d.raw:g},l=d=>d.map(m=>{if(m.item)return{id:ct(m.name),type:"folder",name:m.name,description:m.description,auth:r(m.auth),scripts:n(m.event),items:l(m.item)};{let g=m.request||{};return{id:ct(m.name),type:"request",name:m.name,description:m.description||g.description,method:typeof g.method=="string"?g.method:"GET",url:o(g.url),query:s(g.url),headers:Array.isArray(g.header)?g.header.map(y=>({key:y.key||y.name||"",value:y.value||y.value||"",enabled:y.disabled!==!0})):[],body:(()=>{let y=g.body;if(y){if(y.mode==="raw"&&y.raw){let w=y.options?.raw?.language;return{type:"raw",format:w==="xml"?"xml":w==="html"?"html":w==="javascript"?"javascript":w==="text"?"text":"json",content:y.raw}}if(y.mode==="urlencoded"&&Array.isArray(y.urlencoded))return{type:"x-www-form-urlencoded",content:y.urlencoded.map(w=>({key:w.key||"",value:w.value||"",enabled:w.disabled!==!0}))};if(y.mode==="formdata"&&Array.isArray(y.formdata))return{type:"form-data",content:y.formdata.map(w=>({key:w.key||"",value:w.value||"",type:w.type||"text",enabled:w.disabled!==!0}))};if(y.mode==="graphql"&&y.graphql){let w;if(y.graphql.variables)try{w=JSON.parse(y.graphql.variables)}catch{w=void 0}return{type:"graphql",content:{query:y.graphql.query||"",variables:w}}}if(y.mode==="binary")return{type:"binary",content:""}}})(),auth:r(g.auth),scripts:n(m.event),settings:i(m.protocolProfileBehavior)}}}),f={id:ct(e.info?.name||"Imported Postman Collection"),name:e.info?.name||"Imported Postman Collection",description:e.info?.description,auth:r(e.auth),scripts:n(e.event),items:l(e.item||[])};return await this.saveCollection(f),f}async exportCollection(e,r){let n=this.collections.get(e);if(!n)throw new Error("Collection not found");let i=iW(n),s=JSON.stringify(i,null,2);wt.writeFileSync(r,s,"utf-8")}async exportCollectionAsRestClientFolder(e,r){let n=this.collections.get(e);if(!n)throw new Error("Collection not found");let i=Gn.join(r,Et(n.name));wt.mkdirSync(i,{recursive:!0});let s=n.variables||{};ma(Gn.join(i,`${Et(n.name)}.env`),s),Sc(i,Et(n.name),n.scripts),Nf(n.items,i,n)}dispose(){this.debounceTimer&&(clearTimeout(this.debounceTimer),this.debounceTimer=null),this.fileWatcher?.dispose()}}});var Ft,ya,Xs,B0=ae(()=>{"use strict";Ft={version:"1.0",storage:{format:"folder",root:"./http-forge-assets",history:"./.http-forge-cache/histories",results:"./.http-forge-cache/results"},request:{timeout:3e4,followRedirects:!0,maxRedirects:10,strictSSL:!0},scripts:{modulePaths:["./http-forge-assets/src","./http-forge-assets/lib"],scope:"shared"},runner:{resultsRetentionDays:7,indexPageSize:1e3,recentErrorsLimit:20},environments:{default:"dev"},restClientExport:{path:"collections-rest-client",mergeGlobals:!0},mcp:{excludedCollections:[],excludedSuites:[],toolPrefix:"",maxRequestsPerCall:50,cors:{allowedOrigins:["http://localhost","http://127.0.0.1"]}},proxy:null,secrets:{providers:{aws:{provider:"aws"},azure:{provider:"azure",vaultUrl:""},gcp:{provider:"gcp"},vault:{provider:"vault"},op:{provider:"1password"},doppler:{provider:"doppler"}}}},ya={config:"http-forge.config.json"},Xs={collections:"collections",environments:"environments",flows:"flows",suites:"suites"}});var jr,Cn,va,V0=ae(()=>{"use strict";jr=he(require("fs")),Cn=he(require("path"));B0();va=class{constructor(e,r,n){this.workspacePath=e;this.fileWatcherFactory=r;this.notifications=n;this.configPath=Cn.join(e,ya.config),this.config=this.loadConfig(),this.setupFileWatcher()}workspacePath;fileWatcherFactory;notifications;config;configPath;fileWatcher;loadConfig(){if(!jr.existsSync(this.configPath))return{...Ft};try{let e=jr.readFileSync(this.configPath,"utf-8"),r=JSON.parse(e);return this.mergeWithDefaults(r)}catch(e){return console.error("[ConfigService] Failed to load config:",e),this.notifications?.showWarning(`Failed to parse ${ya.config}. Using default configuration.`),{...Ft}}}mergeWithDefaults(e){return{version:e.version??Ft.version,storage:{...Ft.storage,...e.storage},request:{...Ft.request,...e.request},scripts:{...Ft.scripts,...e.scripts},runner:{...Ft.runner,...e.runner},environments:{...Ft.environments,...e.environments},restClientExport:{...Ft.restClientExport,...e.restClientExport},proxy:e.proxy!==void 0?e.proxy:Ft.proxy,mcp:{...Ft.mcp,...e.mcp,cors:{...Ft.mcp.cors,...e.mcp?.cors}},secrets:{...Ft.secrets,...e.secrets,providers:{...Ft.secrets?.providers,...e.secrets?.providers}}}}setupFileWatcher(){if(!this.fileWatcherFactory)return;this.fileWatcher=this.fileWatcherFactory.createFileWatcher(this.workspacePath,ya.config);let e=()=>{this.reload()};this.fileWatcher.onDidChange(e),this.fileWatcher.onDidCreate(e),this.fileWatcher.onDidDelete(e)}getConfig(){return this.config}getStorageConfig(){return this.config.storage}getRequestConfig(){return this.config.request}getScriptsConfig(){return this.config.scripts}getRunnerConfig(){return this.config.runner}getEnvironmentsConfig(){return this.config.environments}getRestClientExportPath(){let e=this.config.restClientExport?.path||"collections-rest-client";return Cn.isAbsolute(e)?e:this.resolvePath(e)}getRestClientMergeGlobals(){return this.config.restClientExport?.mergeGlobals??!0}getProxyConfig(){return this.config.proxy??null}getMcpConfig(){return this.config.mcp??Ft.mcp}resolvePath(e){let r=e.startsWith("./")?e.slice(2):e;return Cn.join(this.workspacePath,...r.split("/"))}getRootPath(){return this.resolvePath(this.config.storage.root)}getCollectionsPath(){return Cn.join(this.getRootPath(),Xs.collections)}getEnvironmentsPath(){return Cn.join(this.getRootPath(),Xs.environments)}getFlowsPath(){return Cn.join(this.getRootPath(),Xs.flows)}getHistoryPath(){return this.resolvePath(this.config.storage.history)}getResultsPath(){return this.resolvePath(this.config.storage.results)}getSuitesPath(){return Cn.join(this.getRootPath(),Xs.suites)}getModulePaths(){return this.config.scripts.modulePaths.map(e=>this.resolvePath(e))}getScriptScope(){return this.config.scripts.scope??"shared"}getWorkspacePath(){return this.workspacePath}reload(){this.config=this.loadConfig()}configExists(){return jr.existsSync(this.configPath)}async createDefaultConfig(){let e=JSON.stringify(Ft,null,2);await jr.promises.writeFile(this.configPath,e,"utf-8");let r=[this.getCollectionsPath(),this.getEnvironmentsPath(),this.getFlowsPath(),this.getSuitesPath()];for(let i of r)jr.existsSync(i)||await jr.promises.mkdir(i,{recursive:!0});let n=[this.getHistoryPath(),this.getResultsPath()];for(let i of n)jr.existsSync(i)||await jr.promises.mkdir(i,{recursive:!0});await this.createSampleEnvironments()}async createSampleEnvironments(){let e=this.getEnvironmentsPath(),r={id:"globals",name:"Global Variables",variables:{appName:"HTTP Forge"}};await jr.promises.writeFile(Cn.join(e,"globals.json"),JSON.stringify(r,null,2),"utf-8");let n={id:"env_dev",name:"Development",variables:{baseUrl:"http://localhost:3000",apiVersion:"v1"}};await jr.promises.writeFile(Cn.join(e,"dev.json"),JSON.stringify(n,null,2),"utf-8");let i={id:"default_headers",name:"Default Headers",headers:{"Content-Type":"application/json",Accept:"application/json"}};await jr.promises.writeFile(Cn.join(e,"default-headers.json"),JSON.stringify(i,null,2),"utf-8")}dispose(){this.fileWatcher?.dispose()}}});var uW,Rc,W0=ae(()=>{"use strict";jl();uW="httpForge.cookies",Rc=class{constructor(e,r=uW){this.store=e;this.storeKey=r;this.loadCookies()}store;storeKey;cookies=new Map;loadCookies(){try{let e=this.store.get(this.storeKey);e&&(this.cookies=new Map(Object.entries(e)),this.cleanExpiredCookies())}catch(e){console.error("[CookieService] Failed to load cookies:",e)}}async saveCookies(){try{let e={};this.cookies.forEach((r,n)=>{e[n]=r}),await this.store.update(this.storeKey,e)}catch(e){console.error("[CookieService] Failed to save cookies:",e)}}getCookieKey(e,r,n){return`${r||"*"}|${n||"/"}|${e}`}get(e,r){if(r){let s=this.getCookieKey(e,r),o=this.cookies.get(s);if(o&&!this.isExpired(o))return o}let n=this.getCookieKey(e,"*"),i=this.cookies.get(n);if(i&&!this.isExpired(i))return i;for(let s of this.cookies.values())if(s.name===e&&!this.isExpired(s))if(r&&s.domain){if(this.domainMatches(r,s.domain))return s}else return s}async set(e){let r=this.getCookieKey(e.name,e.domain,e.path);this.cookies.set(r,e),await this.saveCookies()}async setFromResponse(e){for(let r of e){let n=this.getCookieKey(r.name,r.domain,r.path);this.cookies.set(n,r)}await this.saveCookies()}has(e,r){return this.get(e,r)!==void 0}async delete(e,r,n){let i=this.getCookieKey(e,r,n),s=this.cookies.delete(i);return s&&await this.saveCookies(),s}getAll(e){let r=[];for(let n of this.cookies.values())this.isExpired(n)||(e?(!n.domain||this.domainMatches(e,n.domain))&&r.push(n):r.push(n));return r}getCookieHeader(e){let r=this.getAll(e);return ut.formatCookieHeader(r)}async clear(){this.cookies.clear(),await this.saveCookies()}async clearDomain(e){let r=[];for(let[n,i]of this.cookies.entries())i.domain&&this.domainMatches(e,i.domain)&&r.push(n);for(let n of r)this.cookies.delete(n);await this.saveCookies()}parseCookieHeaders(e,r){return ut.parseCookieHeaders(e,r)}isExpired(e){return ut.isExpired(e)}cleanExpiredCookies(){let e=[];for(let[r,n]of this.cookies.entries())this.isExpired(n)&&e.push(r);for(let r of e)this.cookies.delete(r);e.length>0&&this.saveCookies()}domainMatches(e,r){return ut.domainMatches(e,r)}get count(){return this.cookies.size}}});var xc,z0=ae(()=>{"use strict";jl();xc=class{constructor(e){this.cookieService=e;this.localCache=[...e.getAll()]}cookieService;localCache=[];pendingOperations=[];get(e,r){return r?this.localCache.find(n=>n.name===e&&(!n.domain||n.domain===r||r.endsWith(n.domain))):this.localCache.find(n=>n.name===e)}has(e,r){return this.get(e,r)!==void 0}set(e){let r=this.localCache.findIndex(n=>n.name===e.name&&(!e.domain||n.domain===e.domain));r>=0?this.localCache[r]=e:this.localCache.push(e),this.pendingOperations.push({type:"set",cookie:e})}delete(e,r,n){let i=this.localCache.findIndex(s=>s.name===e&&(!r||s.domain===r||s.domain&&r.endsWith(s.domain)));return i>=0&&this.localCache.splice(i,1),this.pendingOperations.push({type:"delete",name:e,domain:r,path:n}),!0}getAll(e){return e?this.localCache.filter(r=>{let n=r.domain||"";return n===e||e.endsWith(n)}):[...this.localCache]}getCookiesForDomain(e){return this.localCache.filter(r=>{let n=r.domain||"";return n===e||e.endsWith(n)})}async setCookiesFromResponse(e,r){let n=new URL(e).hostname,i=this.cookieService.parseCookieHeaders(r,n);i.length>0&&(i.forEach(s=>{let o=this.localCache.findIndex(l=>l.name===s.name&&l.domain===(s.domain||n));o>=0?this.localCache[o]=s:this.localCache.push(s)}),await this.cookieService.setFromResponse(i))}getCookieHeader(e){let r=new URL(e).hostname,n=new URL(e).pathname,i=this.localCache.filter(s=>!(ut.isExpired(s)||s.domain&&!ut.domainMatches(r,s.domain)||!s.domain||s.path&&!n.startsWith(s.path)));if(i.length!==0)return ut.formatCookieHeader(i)}clear(){this.localCache=[],this.pendingOperations.push({type:"clear"})}async flush(){for(let e of this.pendingOperations)switch(e.type){case"set":e.cookie&&await this.cookieService.set(e.cookie);break;case"delete":e.name&&await this.cookieService.delete(e.name,e.domain,e.path);break;case"clear":await this.cookieService.clear();break}this.pendingOperations=[]}}});function Df(t){try{let e=JSON.parse(typeof t=="string"?t:t.toString("utf-8"));if(!e)return null;let r=e.environment||e,n=r.name||e.name||"imported-environment",i=r.values||r.variables||e.values||e.variables||[],s={};if(Array.isArray(i))for(let l of i){if(!l)continue;let f=l.key??l.name,d=typeof l.enabled=="boolean"?l.enabled:!0;f&&d!==!1&&(s[f]=l.value??l.initial??"")}else if(typeof i=="object"&&i!==null)for(let[l,f]of Object.entries(i))s[l]=String(f??"");let o=r._postman_exported_at?"Imported from Postman export":r.description||"";return{name:n,variables:s,description:o}}catch{return null}}async function nP(t,e){try{let r=await e.readFile(t);return Df(r)}catch{return null}}var J0=ae(()=>{"use strict"});var Wt,sn,Ff,Cc,Y0=ae(()=>{"use strict";Wt=he(require("fs")),sn=he(require("path"));vn();J0();hm();mh();Ku();Ff={SELECTED_ENVIRONMENT:"httpForge.selectedEnvironment",ENV_OVERRIDES_PREFIX:"httpForge.envOverrides."},Cc=class{constructor(e,r,n,i,s){this.workspaceFolder=e;this.workspaceStore=r;this.configService=n;this.fileWatcherFactory=i;this.secretStore=s;let o=n.getEnvironmentsPath();this.environmentsPath=o,this.sharedConfigPath=sn.join(o,"_global.json"),this.localConfigPath=sn.join(o,"_global.local.json"),this.historiesPath=n.getHistoryPath(),this.selectedEnvironment=r.get(Ff.SELECTED_ENVIRONMENT,"dev")??"dev",this.localGlobalValues={},this.localEnvironmentValues=new Map,this.loadPersistedEnvironmentOverrides(),this.loadSecretVariables(this.selectedEnvironment).catch(()=>{}),this.setupFileWatcher()}workspaceFolder;workspaceStore;configService;fileWatcherFactory;secretStore;environmentsPath;sharedConfigPath;localConfigPath;historiesPath;sharedConfig=null;localConfig=null;selectedEnvironment="dev";fileWatcher;localGlobalValues={};localEnvironmentValues=new Map;secretValuesCache=new Map;onEnvironmentsChanged;setupFileWatcher(){if(!this.fileWatcherFactory||!Wt.existsSync(this.environmentsPath))return;this.fileWatcher=this.fileWatcherFactory.createFileWatcher(this.environmentsPath,"**/*.json");let e=()=>{this.reload(),this.onEnvironmentsChanged?.()};this.fileWatcher.onDidChange(e),this.fileWatcher.onDidCreate(e),this.fileWatcher.onDidDelete(e)}dispose(){this.fileWatcher?.dispose()}getWorkspaceFolder(){return this.workspaceFolder}getRootPath(){return this.configService.getRootPath()}loadConfigs(){if(!Wt.existsSync(this.environmentsPath)){this.sharedConfig={environments:{},globalVariables:{},defaultHeaders:{}},this.localConfig={credentials:{},variables:{}};return}this.loadFolderConfigs()}getSharedConfig(){return this.sharedConfig||this.loadConfigs(),this.sharedConfig}getLocalConfig(){return this.localConfig||this.loadConfigs(),this.localConfig}getEnvironmentNames(){let e=this.getSharedConfig();return e?.environments?Object.keys(e.environments):[]}getSelectedEnvironment(){return this.selectedEnvironment}async setSelectedEnvironment(e){if(this.selectedEnvironment=e,await this.workspaceStore.update(Ff.SELECTED_ENVIRONMENT,e),!this.localEnvironmentValues.has(e)){let r=this.getEnvOverridesStateKey(e),n=this.workspaceStore.get(r,{});n&&Object.keys(n).length>0&&this.localEnvironmentValues.set(e,{...n})}await this.loadSecretVariables(e)}getEnvOverridesStateKey(e){return`${Ff.ENV_OVERRIDES_PREFIX}${e||this.selectedEnvironment}`}loadPersistedEnvironmentOverrides(){let e=this.getEnvOverridesStateKey(),r=this.workspaceStore.get(e,{});r&&Object.keys(r).length>0&&this.localEnvironmentValues.set(this.selectedEnvironment,{...r})}persistEnvironmentOverrides(e){let r=this.getEnvOverridesStateKey(e),n=this.localEnvironmentValues.get(e)||{};this.workspaceStore.update(r,n)}setEnvironmentVariable(e,r,n){let i=n??this.selectedEnvironment;this.localEnvironmentValues.has(i)||this.localEnvironmentValues.set(i,{}),this.localEnvironmentValues.get(i)[e]=String(r),this.persistEnvironmentOverrides(i)}deleteEnvironmentVariable(e,r){let n=r??this.selectedEnvironment,i=this.localEnvironmentValues.get(n);i&&(delete i[e],this.persistEnvironmentOverrides(n))}clearEnvironmentVariables(e){let r=e??this.selectedEnvironment;this.localEnvironmentValues.set(r,{}),this.persistEnvironmentOverrides(r)}async resetEnvironmentOverrides(e){let r=e||this.selectedEnvironment;this.localEnvironmentValues.delete(r),await this.workspaceStore.update(this.getEnvOverridesStateKey(r),void 0)}getEnvironmentVariableLocal(e){return this.localEnvironmentValues.get(this.selectedEnvironment)?.[e]}getEnvironmentVariableLocals(){return{...this.localEnvironmentValues.get(this.selectedEnvironment)||{}}}setGlobalVariable(e,r){this.localGlobalValues[e]=String(r)}getGlobalVariable(e){return this.getSharedConfig()?.globalVariables?.[e]}getGlobalVariableLocal(e){return this.localGlobalValues[e]}getGlobalVariables(){return{...this.getSharedConfig()?.globalVariables||{},...this.localGlobalValues}}getGlobalVariableLocals(){return{...this.localGlobalValues}}deleteGlobalVariable(e){delete this.localGlobalValues[e]}clearGlobalVariables(){this.localGlobalValues={}}getResolvedEnvironment(e){let r=e||this.selectedEnvironment,n=this.getSharedConfig(),i=this.getLocalConfig();if(!n?.environments?.[r])return null;let s=n.environments[r],o=i?.credentials?.[r],l=i?.variables||{},f=o?.variables||{},d=o&&o.headers||{},m=Nl(n.defaultHeaders||{},d),g=this.localEnvironmentValues.get(r)||{},y=this.secretValuesCache.get(r)||{},w={...n.globalVariables||{},...s.variables||{},...l,...f,...g,...y};return{name:r,description:s.description,requiresConfirmation:s.requiresConfirmation,headers:m,variables:w}}async getSecretVariable(e,r){return this.secretStore?.get(`${e}:${r}`)}async setSecretVariable(e,r,n){await this.secretStore?.store(`${e}:${r}`,n),this.secretValuesCache.has(e)||this.secretValuesCache.set(e,{}),this.secretValuesCache.get(e)[r]=n}async deleteSecretVariable(e,r){await this.secretStore?.delete(`${e}:${r}`),this.secretValuesCache.get(e)&&delete this.secretValuesCache.get(e)[r]}async loadSecretVariables(e){if(!this.secretStore)return;let r=e||this.selectedEnvironment,n=this.getSharedConfig()?.environments?.[r]?.secretVariables??[];if(n.length===0)return;let i={};await Promise.all(n.map(async s=>{let o=await this.secretStore.get(`${r}:${s}`);o!==void 0&&(i[s]=o)})),this.secretValuesCache.set(r,i)}resolveVariables(e,r){return this.createResolver(r).resolveString(e,!0)}exportEnvironmentsToFolder(e,r=!0){let n=this.getEnvironmentNames(),i=this.getSharedConfig(),s=i?.globalVariables?{...i.globalVariables}:{};if(!r&&Object.keys(s).length){let o=sn.join(e,"globals.env");ma(o,s)}n.forEach(o=>{let l=i?.environments?.[o];if(!l)return;let f={...l.variables||{}};r&&(f={...s,...f});let d=sn.join(e,`${Et(o)}.env`);ma(d,f)})}resolveVariablesWithExtra(e,r,n){return this.createResolver(n,r).resolveString(e,!0)}resolveVariablesInObject(e,r){return this.createResolver(r).resolveObject(e,!0)}resolveVariablesInObjectWithExtra(e,r,n){return this.createResolver(n,r).resolveObject(e,!0)}getHistoriesPath(){return this.historiesPath}getSharedConfigPath(){return this.sharedConfigPath}getLocalConfigPath(){return this.localConfigPath}getEnvironmentConfigPath(e){return sn.join(this.environmentsPath,`${e}.json`)}localConfigExists(){return Wt.existsSync(this.localConfigPath)}saveSharedConfig(e){this.saveFolderSharedConfig(e),this.sharedConfig=e}saveLocalConfig(e){let r={variables:e.variables||{}};this.saveJsonFile(this.localConfigPath,r);for(let[n,i]of Object.entries(e.credentials||{})){let s=this.getEnvLocalConfigPath(n),o={variables:i.variables||{}};this.saveJsonFile(s,o)}this.localConfig=e}importPostmanEnvironmentFile(e){try{let r=Wt.readFileSync(e,"utf-8"),n=Df(r);if(!n)throw new Error("Failed to parse Postman environment file");this.sharedConfig||this.loadConfigs(),this.sharedConfig||(this.sharedConfig={environments:{},globalVariables:{},defaultHeaders:{}});let i=n.name||`imported-${Date.now()}`;return this.sharedConfig.environments=this.sharedConfig.environments||{},this.sharedConfig.environments[i]=this.sharedConfig.environments[i]||{},this.sharedConfig.environments[i].variables=n.variables,n.description&&(this.sharedConfig.environments[i].description=n.description),this.saveSharedConfig(this.sharedConfig),n}catch(r){throw console.error("[EnvironmentConfigService] importPostmanEnvironmentFile failed:",r),r}}saveEnvLocalConfig(e,r){let n=this.getEnvLocalConfigPath(e),i={variables:r};this.saveJsonFile(n,i),this.localConfig||(this.localConfig={credentials:{},variables:{}}),this.localConfig.credentials||(this.localConfig.credentials={}),this.localConfig.credentials[e]={variables:r}}getEnvLocalPath(e){return this.getEnvLocalConfigPath(e)}getEnvLocalConfigPath(e){return sn.join(this.environmentsPath,`${e}.local.json`)}loadFolderConfigs(){let e=Hl(this.environmentsPath);this.sharedConfig={environments:e.environments,globalVariables:e.globalVariables,defaultHeaders:e.defaultHeaders},this.localConfig={credentials:e.localCredentials,variables:e.localVariables}}createResolver(e,r){let s={...this.getResolvedEnvironment(e)?.variables||{},...r||{}};return new Ls({globals:{},collectionVariables:{},environmentVariables:s,variables:{}})}saveFolderSharedConfig(e){Wt.existsSync(this.environmentsPath)||Wt.mkdirSync(this.environmentsPath,{recursive:!0});let r={variables:e.globalVariables||{},defaultHeaders:e.defaultHeaders||{}};this.saveJsonFile(this.sharedConfigPath,r);let n=Wt.readdirSync(this.environmentsPath).filter(s=>s.endsWith(".json")).filter(s=>!Yu(s)),i=new Set(Object.keys(e.environments||{}));for(let s of n){let o=sn.basename(s,".json");if(!i.has(o))try{Wt.unlinkSync(sn.join(this.environmentsPath,s))}catch{}}for(let[s,o]of Object.entries(e.environments||{})){let l={name:s,description:o.description,requiresConfirmation:o.requiresConfirmation,variables:o.variables||{}};this.saveJsonFile(sn.join(this.environmentsPath,`${s}.json`),l)}}reload(){this.sharedConfig=null,this.localConfig=null,this.loadConfigs()}getAllEnvironments(){return this.loadConfigs(),this.sharedConfig?Object.entries(this.sharedConfig.environments).map(([e,r])=>({id:e,name:e,active:e===this.selectedEnvironment,variables:r.variables||{}})):[]}async setActiveEnvironment(e){await this.setSelectedEnvironment(e)}async createEnvironment(e){if(this.loadConfigs(),this.sharedConfig||(this.sharedConfig={environments:{},globalVariables:{}}),this.sharedConfig.environments[e])throw new Error(`Environment "${e}" already exists`);this.sharedConfig.environments[e]={description:`Created ${new Date().toISOString()}`,variables:{}},this.saveSharedConfig(this.sharedConfig)}async deleteEnvironment(e){if(this.loadConfigs(),this.validateConfigLoaded(),this.validateEnvironmentExists(e),delete this.sharedConfig.environments[e],this.selectedEnvironment===e){let r=Object.keys(this.sharedConfig.environments);this.selectedEnvironment=r.length>0?r[0]:"dev",await this.workspaceStore.update(Ff.SELECTED_ENVIRONMENT,this.selectedEnvironment)}this.saveSharedConfig(this.sharedConfig)}async duplicateEnvironment(e,r){this.loadConfigs(),this.validateConfigLoaded(),this.validateEnvironmentName(r),this.validateEnvironmentExists(e),this.validateEnvironmentNameNotTaken(r);let n=this.sharedConfig.environments[e];this.sharedConfig.environments[r]=JSON.parse(JSON.stringify(n)),this.sharedConfig.environments[r].description=`Copied from ${e}`,this.saveSharedConfig(this.sharedConfig)}async renameEnvironment(e,r){this.loadConfigs(),this.validateConfigLoaded(),this.validateEnvironmentName(r),this.validateEnvironmentExists(e),r!==e&&(this.validateEnvironmentNameNotTaken(r),this.sharedConfig.environments[r]=this.sharedConfig.environments[e],delete this.sharedConfig.environments[e],this.selectedEnvironment===e&&(this.selectedEnvironment=r,await this.workspaceStore.update(Ff.SELECTED_ENVIRONMENT,r)),this.saveSharedConfig(this.sharedConfig))}validateEnvironmentName(e){if(!e||e.trim().length===0)throw new Error("Environment name cannot be empty");if(e.length>128)throw new Error("Environment name cannot exceed 128 characters");if(!/^[a-zA-Z0-9_\-\.]+$/.test(e))throw new Error("Environment name can only contain letters, numbers, hyphens, underscores, and dots")}validateEnvironmentExists(e){if(!this.sharedConfig?.environments?.[e])throw new Error(`Environment "${e}" not found`)}validateEnvironmentNameNotTaken(e){if(this.sharedConfig?.environments?.[e])throw new Error(`Environment "${e}" already exists`)}validateConfigLoaded(){if(!this.sharedConfig)throw new Error("No environment configuration loaded")}async updateEnvironmentVariables(e,r){if(this.loadConfigs(),!this.sharedConfig)throw new Error("No configuration loaded");let n=this.sharedConfig.environments[e];if(!n)throw new Error(`Environment "${e}" not found`);n.variables=r,this.saveSharedConfig(this.sharedConfig)}loadJsonFile(e){try{if(!Wt.existsSync(e))return null;let r=Wt.readFileSync(e,"utf-8");return JSON.parse(r)}catch(r){return console.error(`Failed to load JSON from ${e}:`,r),null}}saveJsonFile(e,r){try{let n=sn.dirname(e);Wt.existsSync(n)||Wt.mkdirSync(n,{recursive:!0}),Wt.writeFileSync(e,JSON.stringify(r,null,2),"utf-8")}catch(n){throw console.error(`Failed to save JSON to ${e}:`,n),n}}}});var ns,mm=ae(()=>{"use strict";um();ns=class t{constructor(e,r,n,i,s,o,l,f,d,m,g,y){this.httpService=e;this.scriptExecutor=r;this.envConfigService=n;this.requestPreparer=i;this.environment=s;this.cookieJar=o;this.collectionScripts=l;this.folderScriptsChain=f;this.onConsoleOutput=d;this.collectionName=m;this.iteration=g;this.iterationCount=y}httpService;scriptExecutor;envConfigService;requestPreparer;environment;cookieJar;collectionScripts;folderScriptsChain;onConsoleOutput;collectionName;iteration;iterationCount;async execute(e,r,n){let i=Date.now();return this.executeWithSession(e,r,n,i)}async executeWithSession(e,r,n,i){let s=this.collectPreRequestScripts(e),o=this.collectPostResponseScripts(e),l=this.envConfigService.getResolvedEnvironment(this.environment);if(!l)throw new Error(`Environment "${this.environment}" not found or not configured`);let f=this.envConfigService.getGlobalVariables(),d={request:e,variables:{...r},environmentVariables:l.variables||{},globals:{...f},environmentName:this.environment,cookieJar:this.cookieJar,info:{eventName:"prerequest",requestName:e.name,requestId:e.id,collectionName:this.collectionName,iteration:this.iteration,iterationCount:this.iterationCount},onEnvironmentChange:async(y,w,C)=>{y==="set"&&w&&C!==void 0?this.envConfigService.setEnvironmentVariable(w,C,this.environment):y==="unset"&&w?this.envConfigService.deleteEnvironmentVariable(w,this.environment):y==="clear"&&this.envConfigService.clearEnvironmentVariables(this.environment)},onGlobalsChange:(y,w,C)=>{y==="set"&&w&&C!==void 0?this.envConfigService.setGlobalVariable(w,C):y==="unset"&&w?this.envConfigService.deleteGlobalVariable(w):y==="clear"&&this.envConfigService.clearGlobalVariables()}},m=this.scriptExecutor.createRequestSession(d),g=null;try{let y={...r},w={...e},C;if(s.length>0){let $=await m.executePreRequest(s);if($.consoleOutput&&$.consoleOutput.length>0&&this.onConsoleOutput?.($.consoleOutput),$.nextRequest!==void 0&&(C=$.nextRequest),$.skipRequest){let Y={type:"none",content:null};return{requestId:e.id,name:e.name,executedRequest:{url:e.url||"",method:e.method||"GET",headers:{},body:Y,params:{},query:{}},response:{status:0,statusText:"Skipped",headers:{},body:null,time:0,cookies:[]},duration:Date.now()-i,timestamp:Date.now(),passed:!0,assertions:[],modifiedVariables:y,nextRequest:C}}$.success&&($.modifiedRequest&&($.modifiedRequest.url&&(w.url=$.modifiedRequest.url),$.modifiedRequest.headers&&(w.headers=$.modifiedRequest.headers),$.modifiedRequest.params&&(w.params=$.modifiedRequest.params),$.modifiedRequest.query&&(w.query=$.modifiedRequest.query),$.modifiedRequest.body!==void 0&&(w.body=$.modifiedRequest.body)),$.modifiedVariables&&(y=$.modifiedVariables))}g=await this.requestPreparer.prepareRequest(w,this.environment,l,y);let{url:R,headers:P,body:A,method:U}=g,B={};for(let $ in P)Object.prototype.hasOwnProperty.call(P,$)&&(B[$.toUpperCase()]=P[$]);if(!B.COOKIE&&w.settings?.includeCookies!==!1&&this.cookieJar){let Y=this.cookieJar.getCookieHeader(R);Y&&(B.COOKIE=Y)}let z={method:U,url:R,headers:B,body:A.content,signal:n,settings:w.settings?{timeout:w.settings.timeout,followRedirects:w.settings.followRedirects,maxRedirects:w.settings.maxRedirects,strictSSL:w.settings.strictSSL}:void 0},V=await this.httpService.execute(z);this.cookieJar&&V.headers&&await this.cookieJar.setCookiesFromResponse(R,V.headers);let X=Date.now()-i,T=[],_={},k;if(o.length>0){let $=0;if(V.body)if(typeof V.body=="string")$=Buffer.byteLength(V.body,"utf8");else if(Buffer.isBuffer(V.body))$=V.body.length;else try{$=Buffer.byteLength(JSON.stringify(V.body),"utf8")}catch{$=0}let Y={};V.cookies&&Array.isArray(V.cookies)&&V.cookies.forEach(ue=>{ue.name&&(Y[ue.name]=ue.value)});let K={executedRequest:g,status:V.status,statusText:V.statusText,headers:cm(V.headers||{}),body:V.body,cookies:Y,responseTime:V.time,responseSize:$},ne=await m.executePostResponse(o,K);T=ne.testResults,_=ne.modifiedEnvironmentVariables||{},k=ne.visualizerData,ne.nextRequest!==void 0&&(C=ne.nextRequest),ne.consoleOutput&&ne.consoleOutput.length>0&&this.onConsoleOutput?.(ne.consoleOutput)}let M=T.length===0||T.every($=>$.passed),j=T.length>0?M:V.status>=200&&V.status<=302;return{requestId:e.id,name:e.name,executedRequest:{...g,headers:B},response:{status:V.status,statusText:V.statusText,headers:V.headers||{},body:V.body,time:V.time||X,cookies:V.cookies||[]},duration:X,timestamp:Date.now(),passed:j,assertions:T,modifiedVariables:y,modifiedEnvironmentVariables:_,nextRequest:C,visualizerData:k}}catch(y){return this.handleError(e,g,y,i)}finally{m.dispose?.()}}collectPreRequestScripts(e){let r=[];if(this.collectionScripts?.preRequest&&r.push(this.collectionScripts.preRequest),this.folderScriptsChain)if(Array.isArray(this.folderScriptsChain))for(let n of this.folderScriptsChain)n?.preRequest&&r.push(n.preRequest);else this.folderScriptsChain.preRequest&&r.push(this.folderScriptsChain.preRequest);return e.scripts?.preRequest&&r.push(e.scripts.preRequest),r}collectPostResponseScripts(e){let r=[];if(e.scripts?.postResponse&&r.push(e.scripts.postResponse),this.folderScriptsChain)if(Array.isArray(this.folderScriptsChain)){let n=[...this.folderScriptsChain].reverse();for(let i of n)i?.postResponse&&r.push(i.postResponse)}else this.folderScriptsChain.postResponse&&r.push(this.folderScriptsChain.postResponse);return this.collectionScripts?.postResponse&&r.push(this.collectionScripts.postResponse),r}handleError(e,r,n,i){let s=Date.now()-i,o=r?.method||e.method,l=r?.url||e.url;this.onConsoleOutput?.([`[error] ${e.name}: ${n.message||n}`]);let f=String(n.name==="AbortError"?"Request was aborted":n.message||n),d=n?.stack?String(n.stack):"",m=this.errorBodyFormat,g,y;m==="html"||m==="both"?(g=t.formatErrorAsHtml(f,d),y={"content-type":"text/html; charset=utf-8"}):(g=f,y={});let w={type:"none",content:null};return{requestId:e.id,name:e.name,executedRequest:{url:l||"",method:o||"GET",headers:r?.headers||{},body:r?.body||w,params:r?.params||{},query:r?.query||{}},response:{status:0,statusText:n.name==="AbortError"?"Aborted":n.code||n.message||"Request Error",headers:y,cookies:[],body:g,time:0},duration:s,timestamp:Date.now(),passed:!1,assertions:[],error:f}}get errorBodyFormat(){return"text"}static formatErrorAsHtml(e,r){let n=i=>i.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'");return`<!doctype html>
|
|
50
|
+
`)}function dc(t,e){return JSON.stringify(t)!==JSON.stringify(e)}function da(t){return t.map(e=>{let r=e.args.map(n=>{if(typeof n=="object")try{return JSON.stringify(n,null,2)}catch{return String(n)}return String(n)}).join(" ");return`[${e.level}] ${r}`})}function KI(t){return{log:(...e)=>t.push({level:"log",args:e}),info:(...e)=>t.push({level:"info",args:e}),warn:(...e)=>t.push({level:"warn",args:e}),error:(...e)=>t.push({level:"error",args:e})}}function lm(t){let e=[],r=(n,i)=>{try{let s=i();if(s&&typeof s.then=="function"){let a=s.then(()=>{t.push({name:n,passed:!0})},l=>{t.push({name:n,passed:!1,message:l.message||String(l)})});e.push(a)}else t.push({name:n,passed:!0})}catch(s){t.push({name:n,passed:!1,message:s.message})}};return r.skip=(n,i)=>{t.push({name:n,passed:!0,skipped:!0})},r.fail=n=>{t.push({name:n||"Failed test",passed:!1,message:n||"pm.test.fail()"})},r.index=()=>t.length,r._pendingTests=e,r}function cm(t){let e={};for(let[r,n]of Object.entries(t))e[r]=Array.isArray(n)?n.join(", "):n;return e}var um=oe(()=>{"use strict"});function ZV(t){let e=null;try{e=new URL(t)}catch{}return{toString(){return t},valueOf(){return t},[Symbol.toPrimitive](n){return n==="number"?NaN:t},getHost(){return e?e.hostname:""},getPath(){return e?e.pathname:t},getPathWithQuery(){return e?e.pathname+e.search:t},getQueryString(){return e?e.search.startsWith("?")?e.search.slice(1):e.search:""},getRemote(){if(!e)return"";let n=e.port||(e.protocol==="https:"?"443":"80");return`${e.hostname}:${n}`},getOAuth1BaseUrl(){return e?`${e.protocol}//${e.host}${e.pathname}`:t},get protocol(){return e?.protocol?.replace(":","")||""},get host(){return e?e.hostname.split("."):[]},get port(){return e?.port||""},get path(){return e?e.pathname.split("/").filter(Boolean):[]},get hash(){return e?.hash?.replace("#","")||""},query:{toObject(){if(!e)return{};let n={};return e.searchParams.forEach((i,s)=>{n[s]=i}),n},has(n){return e?e.searchParams.has(n):!1},get(n){return e?e.searchParams.get(n):void 0},each(n){e&&e.searchParams.forEach((i,s)=>n({key:s,value:i}))}}}}var q0,pc,$0=oe(()=>{"use strict";q0=he(require("vm"));GI();am();um();pc=class{constructor(e,r){this.deps=e;this.initialContext=r;this.timerRegistry=YI(n=>{let i=n instanceof Error?n.message:String(n);this.consoleMessages.push({level:"error",args:[`Uncaught error in async callback: ${i}`]})}),this.initializeSession()}deps;initialContext;vmContext=null;ctx=null;modifiedRequest=null;assertions=[];consoleMessages=[];_variables={};_collectionVariables={};_globals={};_environmentVariables={};_liveEnvironmentScope=null;_liveGlobalsScope=null;_liveCollectionScope=null;_nextRequest=void 0;_skipRequest=!1;_visualizerData=void 0;timerRegistry;initializeSession(){this.modifiedRequest={url:this.initialContext.request.url,method:this.initialContext.request.method,headers:{...this.initialContext.request.headers},body:this.initialContext.request.body?{...this.initialContext.request.body}:null,params:this.initialContext.request.params?{...this.initialContext.request.params}:{},query:this.initialContext.request.query?{...this.initialContext.request.query}:{}},this.assertions=[],this.ctx=this.createSharedContext(),this.consoleMessages=[];let e=this,r={log:(...n)=>{e.consoleMessages.push({level:"log",args:n})},info:(...n)=>{e.consoleMessages.push({level:"info",args:n})},warn:(...n)=>{e.consoleMessages.push({level:"warn",args:n})},error:(...n)=>{e.consoleMessages.push({level:"error",args:n})}};this.vmContext=this.deps.createVM(this.ctx,r,this.timerRegistry.timers)}createSharedContext(){let e=this.initialContext,r=this.modifiedRequest,n=this.deps.createCommonContext(e,"prerequest");this._variables={...e.variables},this._collectionVariables={...e.collectionVariables||{}},this._globals={...e.globals||{}},this._environmentVariables={...e.environmentVariables||{}},this._liveEnvironmentScope=n.environment,this._liveGlobalsScope=n.globals,this._liveCollectionScope=n.collectionVariables;let i;try{i=new URL(e.request.url).hostname}catch{}let s={get:l=>e.cookieJar?e.cookieJar.get(l,i)?.value:void 0,set:(l,f)=>{e.cookieJar&&e.cookieJar.set({name:l,value:f,domain:i})},has:l=>e.cookieJar?e.cookieJar.has(l,i):!1,list:()=>e.cookieJar?e.cookieJar.getAll(i).map(l=>({name:l.name,value:l.value})):[],toObject:()=>{if(!e.cookieJar)return{};let l=e.cookieJar.getAll(i),f={};for(let d of l)f[d.name]=d.value;return f},jar:()=>{let l=e.cookieJar;return{getAll(f,d){try{if(!l){d(null,[]);return}let m=l.getAll(f).map(g=>({name:g.name,value:g.value,domain:g.domain,path:g.path,httpOnly:g.httpOnly,secure:g.secure}));d(null,m)}catch(m){d(m,[])}},get(f,d,m){try{if(!l){m(null,void 0);return}let g=l.get(d,f);m(null,g?{name:g.name,value:g.value,domain:g.domain}:void 0)}catch(g){m(g,void 0)}},set(f,d,m,g){try{if(!l){(g||m)?.(null);return}typeof d=="string"&&typeof m=="string"?(l.set({name:d,value:m,domain:f}),g?.(null)):typeof d=="object"&&(l.set({...d,domain:f}),m?.(null))}catch(y){(g||m)?.(y)}},unset(f,d,m){try{if(!l){m?.(null);return}l.delete(d,f),m?.(null)}catch(g){m?.(g)}},clear(f){try{if(!l){f?.(null);return}l.clear(),f?.(null)}catch(d){f?.(d)}}}},remove:l=>{e.cookieJar&&e.cookieJar.delete(l,i)},unset:l=>{e.cookieJar&&e.cookieJar.delete(l,i)},clear:()=>{e.cookieJar&&e.cookieJar.clear()}},a=this;return{request:this.createRequestObject(r,e),response:null,test:lm(this.assertions),expect:fc,cookies:s,execution:{setNextRequest(l){a._nextRequest=l},skipRequest(){a._skipRequest=!0},runRequest(l,f){let m=(async()=>{if(typeof n.sendRequest!="function")throw new Error("pm.execution.runRequest is not available \u2014 HTTP service not configured.");let g=typeof l=="string"?{url:l,method:"GET"}:l,y=await n.sendRequest(g),w={};if(Array.isArray(y?.cookies))for(let T of y.cookies)T?.name&&(w[T.name]=T.value);let C=y?.body,R=0;if(typeof C=="string")R=Buffer.byteLength(C,"utf8");else if(Buffer.isBuffer(C))R=C.length;else if(C!=null)try{R=Buffer.byteLength(JSON.stringify(C),"utf8")}catch{}return qf({executedRequest:null,status:y?.status??0,statusText:y?.statusText??"",headers:y?.headers??{},body:C,cookies:w,responseTime:y?.time,responseSize:R})})();if(typeof f=="function"){m.then(g=>f(null,g),g=>f(g));return}return m},location:{current:n.info?.requestName||"",currentRequestName:n.info?.requestName||"",eventName:"prerequest",toString(){return n.info?.requestName||""}}},setNextRequest(l){a._nextRequest=l},visualizer:{set(l,f){a._visualizerData={template:l,data:f}},clear(){a._visualizerData=void 0}},...n,info:{...n.info||{},eventName:"prerequest",requestName:n.info?.requestName||void 0,requestId:n.info?.requestId||void 0,iteration:e.iteration||0,iterationCount:e.iterationCount||1}}}createRequestObject(e,r){let n=l=>{if(!l)return"none";switch(l){case"raw":return"raw";case"form-data":return"formdata";case"x-www-form-urlencoded":return"urlencoded";case"binary":return"file";case"graphql":return"graphql";case"none":return"none";default:return"raw"}},i=l=>{if(!l)return"none";switch(l){case"raw":return"raw";case"formdata":return"form-data";case"urlencoded":return"x-www-form-urlencoded";case"file":return"binary";case"graphql":return"graphql";case"none":return"none";default:return"raw"}},s={...e.headers,add:l=>{l&&l.key&&(e.headers[l.key]=l.value||"")},get:l=>{for(let[f,d]of Object.entries(e.headers))if(f.toLowerCase()===l.toLowerCase())return d},has:l=>{for(let f of Object.keys(e.headers))if(f.toLowerCase()===l.toLowerCase())return!0;return!1},remove:l=>{for(let f of Object.keys(e.headers))if(f.toLowerCase()===l.toLowerCase()){delete e.headers[f];break}},update:l=>{if(l&&l.key){for(let f of Object.keys(e.headers))if(f.toLowerCase()===l.key.toLowerCase()){e.headers[f]=l.value||"";return}}},upsert:l=>{if(l&&l.key){for(let f of Object.keys(e.headers))if(f.toLowerCase()===l.key.toLowerCase()){e.headers[f]=l.value||"";return}e.headers[l.key]=l.value||""}},toObject:()=>{let l={};for(let[f,d]of Object.entries(e.headers))typeof d=="string"&&(l[f]=d);return l},each:l=>{for(let[f,d]of Object.entries(e.headers))typeof d=="string"&&l({key:f,value:d})}},a={get mode(){return n(e.body?.type)},set mode(l){let f=i(l);e.body?e.body.type=f:e.body={type:f,content:null}},get raw(){let l=e.body?.content;return typeof l=="string"?l:l&&typeof l=="object"?JSON.stringify(l):""},set raw(l){e.body?(e.body.type="raw",e.body.content=l):e.body={type:"raw",content:l}},get formdata(){return e.body?.type==="form-data"&&Array.isArray(e.body.content)?e.body.content:[]},get urlencoded(){return e.body?.type==="x-www-form-urlencoded"&&Array.isArray(e.body.content)?e.body.content:[]},get graphql(){return e.body?.type==="graphql"?e.body.content:null},get file(){return e.body?.type==="binary"?e.body.content:null}};return{get url(){return ZV(e.url)},set url(l){e.url=typeof l=="string"?l:String(l)},get method(){return e.method},set method(l){e.method=l},headers:s,get body(){return a},set body(l){if(l==null)e.body=null;else if(typeof l=="string")e.body={type:"raw",content:l};else if(typeof l=="object")if(l.type||l.mode||l.content!==void 0){let f=l.mode?i(l.mode):l.type||"raw";e.body={type:f,format:l.format,content:l.content}}else e.body={type:"raw",content:l}},get params(){return e.params||{}},set params(l){e.params=l||{}},get query(){return e.query||{}},set query(l){e.query=l||{}},get auth(){return r.request?.auth||null},set auth(l){r.request&&(r.request.auth=l)},get certificate(){return r.request?.certificate||null},set certificate(l){r.request&&(r.request.certificate=l)},get description(){return r.request?.description||null},set description(l){r.request&&(r.request.description=l)},get name(){return r.request?.name||null},set name(l){r.request&&(r.request.name=l)},get id(){return r.request?.id||null},get disabled(){return r.request?.disabled||!1},set disabled(l){r.request&&(r.request.disabled=l)},get messages(){return r.request?.messages||[]},get methodPath(){return r.request?.methodPath||null},get metadata(){return r.request?.metadata||[]},getHeaders(l){let f={};for(let[d,m]of Object.entries(e.headers))typeof m=="string"&&(f[d]=m);return f},addQueryParams(l){if(typeof l=="string"){let f=new URLSearchParams(l);for(let[d,m]of f)e.query||(e.query={}),e.query[d]=m}else Array.isArray(l)&&(e.query||(e.query={}),l.forEach(f=>{f.key&&(e.query[f.key]=f.value||"")}))},removeQueryParams(l){e.query&&(typeof l=="string"?delete e.query[l]:Array.isArray(l)&&l.forEach(f=>{let d=typeof f=="string"?f:f.key;d&&delete e.query[d]}))},authorizeUsing(l,f){r.request&&(typeof l=="string"?(r.request.auth||(r.request.auth={}),r.request.auth.type=l,f&&(r.request.auth.parameters=f)):typeof l=="object"&&(r.request.auth=l))},clone(){return{url:e.url,method:e.method,headers:{...e.headers},body:e.body?{...e.body}:null,params:e.params?{...e.params}:{},query:e.query?{...e.query}:{},auth:r.request?.auth,certificate:r.request?.certificate,description:r.request?.description,name:r.request?.name,id:r.request?.id,disabled:r.request?.disabled,metadata:r.request?.metadata,messages:r.request?.messages,methodPath:r.request?.methodPath}},describe(l,f){r.request&&(r.request.description={content:l,type:f||"text/plain"})},setHeader(l,f){e.headers[l]=f},addHeader(l,f){typeof l=="object"&&l!==null?e.headers[l.key]=l.value:e.headers[l]=f},removeHeader(l){delete e.headers[l]},setBody(l,f,d){e.body={type:f||e.body?.type||"raw",format:d||e.body?.format,content:l}}}}async executePreRequest(e){let r=$f(e,this.deps.isolateScripts);if(!r||!r.trim())return{success:!0};try{this.consoleMessages.length=0;let n=this.ctx.variables.replaceIn(r),i=this.deps.scriptTimeoutMs??5e3,s=q0.runInContext(n,this.vmContext,{timeout:i});this.deps.isolateScripts&&s&&typeof s.then=="function"&&await s,(await this.timerRegistry.drain(i)).timedOut&&this.consoleMessages.push({level:"warn",args:[`Script timed out after ${i}ms; pending async work was cancelled.`]});let l=da(this.consoleMessages),f=this.initialContext.request.body,d=!this.bodiesEqual(this.modifiedRequest.body,f);return{success:!0,modifiedRequest:{url:this.modifiedRequest.url!==this.initialContext.request.url?this.modifiedRequest.url:void 0,headers:dc(this.modifiedRequest.headers,this.initialContext.request.headers)?this.modifiedRequest.headers:void 0,body:d?this.modifiedRequest.body:void 0,params:dc(this.modifiedRequest.params,this.initialContext.request.params||{})?this.modifiedRequest.params:void 0,query:dc(this.modifiedRequest.query,this.initialContext.request.query||{})?this.modifiedRequest.query:void 0},modifiedVariables:this.ctx.variables.toObject(),modifiedCollectionVariables:this._liveCollectionScope?.toObject()||this._collectionVariables,modifiedGlobals:this._liveGlobalsScope?.toObject()||this._globals,modifiedEnvironmentVariables:this._liveEnvironmentScope?.toObject()||this._environmentVariables,consoleOutput:l.length>0?l:void 0,nextRequest:this._nextRequest,skipRequest:this._skipRequest||void 0}}catch(n){let i=[...da(this.consoleMessages),`[error] Script execution failed: ${n.message}`];return{success:!1,error:n.message||"Pre-request script execution failed",consoleOutput:i,modifiedVariables:this.ctx?.variables?.toObject(),modifiedEnvironmentVariables:this._liveEnvironmentScope?.toObject()||this._environmentVariables,nextRequest:this._nextRequest,skipRequest:this._skipRequest||void 0}}}async executePostResponse(e,r){let n=$f(e,this.deps.isolateScripts);if(!n||!n.trim())return{testResults:[],consoleOutput:[]};try{this.consoleMessages.length=0,this.assertions.length=0,this.ctx.info.eventName="test",this.ctx.response=qf(r),this.ctx.request=this.createRequestObject(r.executedRequest,this.initialContext),this.vmContext.responseBody=r.body??"";let i=this;this.vmContext.tests=new Proxy({},{set(m,g,y){return i.assertions.push({name:String(g),passed:!!y,message:y?void 0:`"${String(g)}" was false`}),!0}});let s=this.ctx.variables.replaceIn(n),a=this.deps.scriptTimeoutMs??5e3,l=q0.runInContext(s,this.vmContext,{timeout:a});this.deps.isolateScripts&&l&&typeof l.then=="function"&&await l,this.ctx.test._pendingTests?.length>0&&(await Promise.all(this.ctx.test._pendingTests),this.ctx.test._pendingTests.length=0),(await this.timerRegistry.drain(a)).timedOut&&this.consoleMessages.push({level:"warn",args:[`Script timed out after ${a}ms; pending async work was cancelled.`]});let d=da(this.consoleMessages);return{testResults:[...this.assertions],consoleOutput:d.length>0?d:void 0,modifiedEnvironmentVariables:this._liveEnvironmentScope?.toObject()||this._environmentVariables,modifiedGlobals:this._liveGlobalsScope?.toObject()||this._globals,modifiedCollectionVariables:this._liveCollectionScope?.toObject()||this._collectionVariables,nextRequest:this._nextRequest,visualizerData:this._visualizerData}}catch(i){this.assertions.push({name:"Script Execution",passed:!1,message:i.message||"Script execution failed"});let s=[...da(this.consoleMessages),`[error] Script execution failed: ${i.message}`];return{testResults:[...this.assertions],consoleOutput:s,modifiedEnvironmentVariables:this._liveEnvironmentScope?.toObject()||this._environmentVariables,modifiedGlobals:this._liveGlobalsScope?.toObject()||this._globals,modifiedCollectionVariables:this._liveCollectionScope?.toObject()||this._collectionVariables,nextRequest:this._nextRequest,visualizerData:this._visualizerData}}}bodiesEqual(e,r){return e===r||!e&&!r?!0:!e||!r?!1:e.type===r.type&&e.format===r.format&&JSON.stringify(e.content)===JSON.stringify(r.content)}dispose(){this.timerRegistry.clearAll(),this.vmContext=null,this.ctx=null,this.assertions=[]}}});function XI(t,e){if(t)return t.split(",").map(r=>{let n=r.trim();if(n.startsWith('"')&&n.endsWith('"')||n.startsWith("'")&&n.endsWith("'"))return n.slice(1,-1);let i=Number(n);if(!isNaN(i)&&n!=="")return i;if(e&&n in e){let s=e[n],a=Number(s);return!isNaN(a)&&s!==""?a:s}return n})}function eP(t){if(typeof t=="string"&&t.charCodeAt(0)===30)try{return JSON.parse(t.slice(1))}catch{return t}return t}function eW(t,e){if(t==="@")return"";if(t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'"))return t.slice(1,-1);let r=t.match(/^\$([a-zA-Z_][a-zA-Z0-9_]*)(?:\(([^)]*)\))?$/);if(r){let n=XI(r[2],e),i=bi(r[1],n);return i!==null?i:void 0}if(e[t]!==void 0)return eP(e[t]);if(Ds(t)){let n=Ns(t,e),i=Fs(t,n);if(i!==void 0)return i}}function QI(t,e,r,n){let i=Buffer.concat([Buffer.from(t,"utf8"),n||Buffer.alloc(0)]),s=[],a=Buffer.alloc(0);for(;Buffer.concat(s).length<e+r;)a=tr.createHash("md5").update(Buffer.concat([a,i])).digest(),s.push(a);let l=Buffer.concat(s);return{key:l.subarray(0,e),iv:l.subarray(e,e+r)}}function M0(t,e,r){let n=i=>t==="aes"?`aes-${i*8}-cbc`:t==="des"?"des-cbc":t==="des-ede3"?"des-ede3-cbc":t;return{encrypt(i,s,a){let l=i instanceof Ue?i.toBuffer():Buffer.from(String(i),"utf8");if(typeof s=="string"){let f=tr.randomBytes(8),{key:d,iv:m}=QI(s,e,r,f),g=tr.createCipheriv(n(e),d,m),y=Buffer.concat([g.update(l),g.final()]),w=Buffer.concat([Buffer.from("Salted__"),f,y]);return{ciphertext:new Ue(y),salt:new Ue(f),toString:C=>C?C.stringify(new Ue(w)):w.toString("base64")}}else{let f=s.toBuffer(),d=a?.iv&&a.iv instanceof Ue?a.iv.toBuffer():Buffer.alloc(r),m=tr.createCipheriv(n(f.length),f,d);a?.padding===!1&&m.setAutoPadding(!1);let g=Buffer.concat([m.update(l),m.final()]);return{ciphertext:new Ue(g),toString:y=>y?y.stringify(new Ue(g)):g.toString("base64")}}},decrypt(i,s,a){if(typeof s=="string"){let l=typeof i=="string"?Buffer.from(i,"base64"):i.ciphertext.toBuffer(),f,d;l.subarray(0,8).toString()==="Salted__"?(d=l.subarray(8,16),f=l.subarray(16)):(d=Buffer.alloc(0),f=l);let{key:m,iv:g}=QI(s,e,r,d),y=tr.createDecipheriv(n(e),m,g);return new Ue(Buffer.concat([y.update(f),y.final()]))}else{let l=s.toBuffer(),f=a?.iv&&a.iv instanceof Ue?a.iv.toBuffer():Buffer.alloc(r),d=typeof i=="string"?Buffer.from(i,"base64"):i.ciphertext?i.ciphertext.toBuffer():Buffer.from(i),m=tr.createDecipheriv(n(l.length),l,f);return a?.padding===!1&&m.setAutoPadding(!1),new Ue(Buffer.concat([m.update(d),m.final()]))}}}}function tW(){let t=r=>n=>{let i=n instanceof Ue?n.toBuffer():Buffer.from(String(n),"utf8");return new Ue(tr.createHash(r).update(i).digest())},e=r=>(n,i)=>{let s=n instanceof Ue?n.toBuffer():Buffer.from(String(n),"utf8"),a=i instanceof Ue?i.toBuffer():Buffer.from(String(i),"utf8");return new Ue(tr.createHmac(r,a).update(s).digest())};return{MD5:t("md5"),SHA1:t("sha1"),SHA224:t("sha224"),SHA256:t("sha256"),SHA384:t("sha384"),SHA512:t("sha512"),SHA3:t("sha3-256"),RIPEMD160:t("ripemd160"),HmacMD5:e("md5"),HmacSHA1:e("sha1"),HmacSHA256:e("sha256"),HmacSHA512:e("sha512"),AES:M0("aes",32,16),DES:M0("des",8,8),TripleDES:M0("des-ede3",24,8),PBKDF2(r,n,i){let s=r instanceof Ue?r.toBuffer():Buffer.from(String(r),"utf8"),a=n instanceof Ue?n.toBuffer():Buffer.from(String(n),"utf8"),l=(i?.keySize||4)*4,f=i?.iterations||1;return new Ue(tr.pbkdf2Sync(s,a,f,l,"sha1"))},enc:{Base64:{stringify:r=>(r instanceof Ue?r.toBuffer():Buffer.from(String(r))).toString("base64"),parse:r=>Ue.fromBase64(r)},Utf8:{stringify:r=>(r instanceof Ue?r.toBuffer():Buffer.from(String(r))).toString("utf8"),parse:r=>Ue.fromUtf8(r)},Hex:{stringify:r=>(r instanceof Ue?r.toBuffer():Buffer.from(String(r))).toString("hex"),parse:r=>Ue.fromHex(r)},Latin1:{stringify:r=>(r instanceof Ue?r.toBuffer():Buffer.from(String(r))).toString("latin1"),parse:r=>new Ue(Buffer.from(r,"latin1"))},Utf16:{stringify:r=>(r instanceof Ue?r.toBuffer():Buffer.from(String(r))).toString("utf16le"),parse:r=>new Ue(Buffer.from(r,"utf16le"))},Utf16BE:{stringify:r=>(r instanceof Ue?r.toBuffer():Buffer.from(String(r))).swap16().toString("utf16le"),parse:r=>new Ue(Buffer.from(r,"utf16le").swap16())}},lib:{WordArray:{create:r=>r?typeof r=="string"?new Ue(Buffer.from(r,"utf8")):Buffer.isBuffer(r)?new Ue(r):new Ue(Buffer.from(String(r))):new Ue(Buffer.alloc(0)),random:r=>new Ue(tr.randomBytes(r))}},pad:{Pkcs7:{_name:"pkcs7"},NoPadding:{_name:"nopadding"},ZeroPadding:{_name:"zeropadding"}},mode:{CBC:{_name:"cbc"},ECB:{_name:"ecb"}}}}var tr,XV,ZI,Ue,Ci,Mf=oe(()=>{"use strict";tr=he(require("crypto")),XV=he(require("querystring")),ZI=he(require("vm"));gh();vh();Sh();T0();$0();am();Ue=class t{_buffer;constructor(e){this._buffer=typeof e=="string"?Buffer.from(e,"utf8"):e}toString(e){return e?e.stringify(this):this._buffer.toString("hex")}toBuffer(){return this._buffer}static fromHex(e){return new t(Buffer.from(e,"hex"))}static fromBase64(e){return new t(Buffer.from(e,"base64"))}static fromUtf8(e){return new t(Buffer.from(e,"utf8"))}};Ci=class t{constructor(e,r=[],n,i="shared",s=5e3){this.httpService=e;this.secretRegistry=n;this.scopeMode=i;this.scriptTimeoutMs=s;this.moduleLoader=om(r)}httpService;secretRegistry;scopeMode;scriptTimeoutMs;moduleLoader;createRequestSession(e){return new pc({createVM:this.createVM.bind(this),createCommonContext:this.createCommonContext.bind(this),isolateScripts:this.scopeMode==="isolated",scriptTimeoutMs:this.scriptTimeoutMs},e)}createVM(e,r,n){let i=this.moduleLoader.getGlobalSetupExports(),s=this.moduleLoader.createRequireFunction();e.require=s,e.vault=this.createVault();let a={ctx:e,hf:e,pm:e,console:r,...i||{},global:i,setTimeout:n?.setTimeout??setTimeout,setInterval:n?.setInterval??setInterval,clearTimeout:n?.clearTimeout??clearTimeout,clearInterval:n?.clearInterval??clearInterval,URL,URLSearchParams,Buffer,atob:l=>Buffer.from(l,"base64").toString("binary"),btoa:l=>Buffer.from(l,"binary").toString("base64"),TextEncoder,TextDecoder,crypto:tr,_:s("lodash"),require:s,moment:Af(),querystring:XV,CryptoJS:tW(),postman:{setNextRequest:l=>e.setNextRequest?.(l),setGlobalVariable:(l,f)=>e.globals?.set(l,f),getGlobalVariable:l=>e.globals?.get(l),clearGlobalVariable:l=>e.globals?.unset(l),setEnvironmentVariable:(l,f)=>e.environment?.set(l,f),getEnvironmentVariable:l=>e.environment?.get(l),clearEnvironmentVariable:l=>e.environment?.unset(l)},jsonStringify:(l,f,d)=>JSON.stringify(l,f,d),jsonParse:l=>JSON.parse(l),xml2Json:l=>{try{let f=this.moduleLoader.createRequireFunction()("xml2js"),d;return f.parseString(l,{explicitArray:!1},(m,g)=>{if(m)throw m;d=g}),d}catch{throw new Error("xml2Json() requires the xml2js module. Add it to your modules/package.json and run npm install.")}}};return ZI.createContext(a)}createCommonContext(e,r){let n={...e.variables},i={...e.collectionVariables||{}},s={...e.globals||{}},a={...e.environmentVariables||{}},l=e.iterationData||{},f=this.createMergedVariableScope(n,a,i,s,l),d=this.createGlobalsScope(s,e.onGlobalsChange),m=this.createVariableScope(i),g=this.createEnvironmentScope(a,e.environmentName,e.onEnvironmentChange,!0),y={...g,set:(C,R)=>{let T=this.serializeValue(R);g.set(C,T),n[C]=T},unset(C){g.unset(C),delete n[C]},clear(){g.clear();for(let C of Object.keys(a))delete n[C]}};return d.replaceIn=f.replaceIn,m.replaceIn=f.replaceIn,y.replaceIn=f.replaceIn,{globals:d,collectionVariables:m,variables:f,environment:y,iterationData:{get:C=>l[C],has:C=>C in l,toObject:()=>({...l}),toJSON:()=>JSON.stringify(l)},sendRequest:this.createSendRequest(),expect:fc,info:e.info||{eventName:r,requestName:void 0,requestId:void 0}}}static JSON_TYPE_MARKER="";serializeValue(e){return typeof e=="string"?e:t.JSON_TYPE_MARKER+JSON.stringify(e)}deserializeValue(e){if(e!==void 0){if(typeof e=="string"&&e.charCodeAt(0)===30)try{return JSON.parse(e.slice(1))}catch{}return e}}createVariableScope(e){return{get:r=>this.deserializeValue(e[r]),set:(r,n)=>{e[r]=this.serializeValue(n)},has(r){return r in e},unset(r){delete e[r]},clear(){Object.keys(e).forEach(r=>delete e[r])},toObject(){return{...e}}}}createGlobalsScope(e,r){let n=(i,s,a)=>{r&&r(i,s,a)};return{get:i=>this.deserializeValue(e[i]),set:(i,s)=>{let a=this.serializeValue(s);e[i]=a,n("set",i,a)},has(i){return i in e},unset(i){delete e[i],n("unset",i)},clear(){Object.keys(e).forEach(i=>delete e[i]),n("clear")},toObject(){return{...e}}}}createMergedVariableScope(e,r,n,i,s={}){let a={get:l=>l in e?this.deserializeValue(e[l]):l in s?s[l]:l in r?this.deserializeValue(r[l]):l in n?this.deserializeValue(n[l]):this.deserializeValue(i[l]),set:(l,f)=>{e[l]=this.serializeValue(f)},has(l){return l in e||l in s||l in r||l in r||l in n||l in i},unset(l){delete e[l]},clear(){Object.keys(e).forEach(l=>delete e[l])},toObject(){return{...i,...n,...r,...s,...e}},replaceIn(l){if(!l||typeof l!="string")return l;let f=a.toObject(),d=20,m=y=>y.replace(/\{\{([^}]+)\}\}/g,(w,C)=>{let R=C.trim(),T=R.match(/^\$([a-zA-Z_][a-zA-Z0-9_]*)(?:\(([^)]*)\))?$/);if(T)try{let B=XI(T[2],f),V=bi(T[1],B);return V!==null?String(V):w}catch{return w}let A=Wl(R);if(A){let B=eW(A.input,f);if(B!==void 0){let V=zl(B,A.filters,f);return V!==void 0?String(V):w}return w}let U=a.get(R);if(U!==void 0)return String(U);if(Ds(R)){let B={};for(let[X,P]of Object.entries(f))B[X]=eP(P);let V=Ns(R,B),W=Fs(R,V);if(W!==void 0)return String(W)}return w}),g=l;for(let y=0;y<d;y++){let w=m(g);if(w===g)break;g=w}return g}};return a}createEnvironmentScope(e,r,n,i){let s=(a,l,f)=>{n&&(i?n(a,l,f):n(l||"",a==="set"?f:void 0))};return{name:r||"",get:a=>this.deserializeValue(e[a]),set:(a,l)=>{let f=this.serializeValue(l);e[a]=f,s("set",a,f)},has(a){return a in e},unset(a){delete e[a],s("unset",a)},clear(){Object.keys(e).forEach(a=>delete e[a]),s("clear")},toObject(){return{...e}}}}createVault(){let e=this.secretRegistry,r=()=>{throw new Error("pm.vault is read-only in HTTP Forge. Use environment variables or {{secret:provider/path}} tokens to manage secrets.")};return{async get(n){if(!e)throw new Error('pm.vault is not available \u2014 no secret providers are configured. Configure a provider under "secrets.providers" to use pm.vault.get().');let i=`secret:${n}`;return(await e.resolveSecretTokens(`{{${i}}}`))[i]},set:r,unset:r}}createSendRequest(){return this.httpService?(e,r)=>{let n=typeof e=="string"?{url:e,method:"GET"}:e,i=this.httpService.execute({url:n.url,method:n.method||"GET",headers:n.headers||{},body:n.body,...n});if(r){i.then(s=>r(null,s)).catch(s=>r(s,null));return}return i}:(e,r)=>{let n=new Error("sendRequest not available - HTTP service not configured");if(r){r(n,null);return}return Promise.reject(n)}}}});var N0,Gs,fm=oe(()=>{"use strict";N0={json:"application/json",xml:"application/xml",html:"text/html",text:"text/plain",javascript:"application/javascript",css:"text/css","x-www-form-urlencoded":"application/x-www-form-urlencoded","form-data":"multipart/form-data",graphql:"application/json"},Gs=class{sanitizeHeaderValue(e){return e?String(e).replace(/[\u201C\u201D\u201E\u201F\u2033\u2036]/g,'"').replace(/[\u2018\u2019\u201A\u201B\u2032\u2035]/g,"'").replace(/[\x00-\x08\x0A-\x1F\x7F]/g,""):""}sanitizeHeaders(e){let r={};for(let[n,i]of Object.entries(e))r[n]=this.sanitizeHeaderValue(String(i));return r}encodeBody(e){if(!e||e.type==="none")return null;let{type:r,content:n}=e;switch(r){case"x-www-form-urlencoded":return this.encodeUrlEncodedBody(n);case"form-data":return n;case"graphql":return this.encodeGraphQLBody(n);case"raw":return n;default:return n}}encodeUrlEncodedBody(e){if(Array.isArray(e)){let r=new URLSearchParams;for(let n of e)n.enabled!==!1&&n.key&&r.append(n.key,n.value||"");return r.toString()}return typeof e=="string"?e:String(e)}encodeGraphQLBody(e){if(typeof e=="string")try{e=JSON.parse(e)}catch{return e}if(typeof e=="object"&&e!==null&&e.query){let r=e.variables;if(typeof r=="string")try{r=r.trim()?JSON.parse(r):void 0}catch{r=void 0}return JSON.stringify({query:e.query,...r!=null?{variables:r}:{},...e.operationName?{operationName:e.operationName}:{}})}return JSON.stringify(e)}setContentTypeHeader(e,r,n){if(Object.keys(e).some(a=>a.toLowerCase()==="content-type"))return;if(n){e["Content-Type"]=n;return}if(!r||r.type==="none")return;let s;switch(r.type){case"x-www-form-urlencoded":s=N0["x-www-form-urlencoded"];break;case"raw":s=r.format?N0[r.format]:"text/plain",s||(s="text/plain");break;case"graphql":s=N0.graphql;break;case"binary":s="application/octet-stream";break}s&&(e["Content-Type"]=s)}}});var Qs,dm=oe(()=>{"use strict";Qs=class{parse(e,r){return r.toLowerCase().endsWith(".json")?this.parseJson(e):this.parseCsv(e)}parseJson(e){try{let r=JSON.parse(e);return Array.isArray(r)?r:[r]}catch{throw new Error("Failed to parse JSON data file: Invalid JSON format")}}parseCsv(e){let r=e.split(/\r?\n/).filter(s=>s.trim());if(r.length<2)return[{}];let n=this.parseCsvLine(r[0]),i=[];for(let s=1;s<r.length;s++){let a=this.parseCsvLine(r[s]),l={};n.forEach((f,d)=>{l[f]=a[d]||""}),i.push(l)}return i}parseCsvLine(e){let r=[],n="",i=!1;for(let s=0;s<e.length;s++){let a=e[s],l=e[s+1];a==='"'?i&&l==='"'?(n+='"',s++):i=!i:a===","&&!i?(r.push(n.trim()),n=""):n+=a}return r.push(n.trim()),r}}});var vc,nW,bc,D0=oe(()=>{"use strict";vc=he(require("crypto")),nW=3e4,bc=class{constructor(e,r,n,i,s="henry-huang.http-forge/oauth2/callback"){this.secretStore=e;this.browserService=r;this.envConfigService=n;this.httpService=i;this.callbackPath=s}secretStore;browserService;envConfigService;httpService;callbackPath;tokenCache=new Map;pendingAuthCallback=null;pendingImplicitCallback=null;async getToken(e,r){if(e.accessToken)return{accessToken:this.resolve(e.accessToken,r),tokenType:e.tokenPrefix||"Bearer",raw:{}};let n=this.buildCacheKeyString(e),i=this.tokenCache.get(n);if(i&&!this.isExpired(i))return i;if(i?.refreshToken)try{return await this.refreshToken(e,i.refreshToken,r)}catch{this.tokenCache.delete(n)}if(!i){let a=await this.secretStore.get(`oauth2_refresh_${n}`);if(a)try{return await this.refreshToken(e,a,r)}catch{await this.secretStore.delete(`oauth2_refresh_${n}`)}}let s;switch(e.grantType){case"client_credentials":s=await this.fetchToken(e,r,"client_credentials");break;case"password":s=await this.fetchToken(e,r,"password");break;case"authorization_code":s=await this.authorizationCodeFlow(e,r);break;case"implicit":s=await this.implicitFlow(e,r);break;default:throw new Error(`Unknown OAuth2 grant type: ${e.grantType}`)}return this.tokenCache.set(n,s),s.refreshToken&&await this.storeRefreshToken(n,s.refreshToken),s}async refreshToken(e,r,n){let i=this.resolve(e.tokenUrl||"",n);if(!i)throw new Error("OAuth2 tokenUrl is required for token refresh");let s=this.resolve(e.clientId||"",n),a=this.resolve(e.clientSecret||"",n),l=new URLSearchParams;l.append("grant_type","refresh_token"),l.append("refresh_token",r);let f={"Content-Type":"application/x-www-form-urlencoded"};this.applyClientAuth(e,f,l,s,a,n);let d=await this.httpService.execute({method:"POST",url:i,headers:f,body:l.toString()}),m=this.parseTokenResponse(d.body,e);m.refreshToken||(m.refreshToken=r);let g=this.buildCacheKeyString(e);return this.tokenCache.set(g,m),m.refreshToken&&await this.storeRefreshToken(g,m.refreshToken),m}async authorizationCodeFlow(e,r){let n=this.resolve(e.authUrl||"",r),i=this.resolve(e.tokenUrl||"",r),s=this.resolve(e.clientId||"",r),a=this.resolve(e.clientSecret||"",r),l=e.scope?this.resolve(e.scope,r):void 0;if(!n)throw new Error("OAuth2 authUrl is required for authorization code flow");if(!i)throw new Error("OAuth2 tokenUrl is required for authorization code flow");if(!s)throw new Error("OAuth2 clientId is required for authorization code flow");let f=e.usePkce!==!1,d,m,g;if(f){d=this.generateCodeVerifier();let X=e.pkceMethod||"S256";m=X==="S256"?this.generateCodeChallengeS256(d):d,g=X}let y=e.state||vc.randomBytes(16).toString("hex"),w=await this.getCallbackUri(),C=new URL(n);if(C.searchParams.set("response_type","code"),C.searchParams.set("client_id",s),C.searchParams.set("redirect_uri",w),l&&C.searchParams.set("scope",l),C.searchParams.set("state",y),m&&(C.searchParams.set("code_challenge",m),C.searchParams.set("code_challenge_method",g)),e.audience&&C.searchParams.set("audience",this.resolve(e.audience,r)),e.resource&&C.searchParams.set("resource",this.resolve(e.resource,r)),e.extraParams)for(let[X,P]of Object.entries(e.extraParams))C.searchParams.set(X,this.resolve(P,r));this.pendingAuthCallback&&(this.pendingAuthCallback.reject(new Error("OAuth2 authorization superseded by a new request")),this.pendingAuthCallback=null);let R=new Promise((X,P)=>{this.pendingAuthCallback={resolve:X,reject:P,state:y}});await this.browserService.openExternal(C.toString());let T;try{T=await Promise.race([R,new Promise((X,P)=>setTimeout(()=>{this.pendingAuthCallback=null,P(new Error("OAuth2 authorization timed out after 2 minutes"))},12e4))])}finally{this.pendingAuthCallback=null}if(T.state&&T.state!==y)throw new Error("OAuth2 state mismatch \u2014 potential CSRF attack");let A=new URLSearchParams;A.append("grant_type","authorization_code"),A.append("code",T.code),A.append("redirect_uri",w),d&&A.append("code_verifier",d);let U={"Content-Type":"application/x-www-form-urlencoded"};this.applyClientAuth(e,U,A,s,a,r);let B=await this.httpService.execute({method:"POST",url:i,headers:U,body:A.toString()}),V=this.parseTokenResponse(B.body,e),W=this.buildCacheKeyString(e);return this.tokenCache.set(W,V),V.refreshToken&&await this.storeRefreshToken(W,V.refreshToken),V}async implicitFlow(e,r){let n=this.resolve(e.authUrl||"",r),i=this.resolve(e.clientId||"",r),s=e.scope?this.resolve(e.scope,r):void 0;if(!n)throw new Error("OAuth2 authUrl is required for implicit flow");if(!i)throw new Error("OAuth2 clientId is required for implicit flow");let a=e.state||vc.randomBytes(16).toString("hex"),l=await this.getCallbackUri(),f=new URL(n);if(f.searchParams.set("response_type","token"),f.searchParams.set("client_id",i),f.searchParams.set("redirect_uri",l),s&&f.searchParams.set("scope",s),f.searchParams.set("state",a),e.audience&&f.searchParams.set("audience",this.resolve(e.audience,r)),e.resource&&f.searchParams.set("resource",this.resolve(e.resource,r)),e.extraParams)for(let[w,C]of Object.entries(e.extraParams))f.searchParams.set(w,this.resolve(C,r));this.pendingImplicitCallback&&(this.pendingImplicitCallback.reject(new Error("OAuth2 implicit flow superseded by a new request")),this.pendingImplicitCallback=null);let d=new Promise((w,C)=>{this.pendingImplicitCallback={resolve:w,reject:C,state:a}});await this.browserService.openExternal(f.toString());let m;try{m=await Promise.race([d,new Promise((w,C)=>setTimeout(()=>{this.pendingImplicitCallback=null,C(new Error("OAuth2 implicit flow timed out after 2 minutes"))},12e4))])}finally{this.pendingImplicitCallback=null}if(m.state&&m.state!==a)throw new Error("OAuth2 state mismatch \u2014 potential CSRF attack");let g={accessToken:m.accessToken,tokenType:m.tokenType||e.tokenPrefix||"Bearer",expiresAt:m.expiresIn?Date.now()+m.expiresIn*1e3:void 0,raw:{access_token:m.accessToken,token_type:m.tokenType,expires_in:m.expiresIn}},y=this.buildCacheKeyString(e);return this.tokenCache.set(y,g),g}handleAuthorizationCallback(e,r,n){if(n){let i=new Error(`OAuth2 authorization error: ${n}`);this.pendingAuthCallback?.reject(i),this.pendingImplicitCallback?.reject(i),this.pendingAuthCallback=null,this.pendingImplicitCallback=null;return}if(e&&this.pendingAuthCallback){this.pendingAuthCallback.resolve({code:e,state:r}),this.pendingAuthCallback=null;return}!e&&!this.pendingAuthCallback&&this.pendingImplicitCallback&&(this.pendingImplicitCallback.reject(new Error("OAuth2 implicit flow did not receive access_token")),this.pendingImplicitCallback=null)}handleImplicitCallback(e,r,n,i){this.pendingImplicitCallback&&(this.pendingImplicitCallback.resolve({accessToken:e,tokenType:r,expiresIn:n,state:i}),this.pendingImplicitCallback=null)}clearToken(e){let r=`${e.tokenUrl}|${e.clientId}|${e.scope||""}|${e.grantType}`;this.tokenCache.delete(r),this.secretStore.delete(`oauth2_refresh_${r}`)}clearAllTokens(){for(let e of this.tokenCache.keys())this.secretStore.delete(`oauth2_refresh_${e}`);this.tokenCache.clear()}async fetchToken(e,r,n){let i=this.resolve(e.tokenUrl||"",r);if(!i)throw new Error("OAuth2 tokenUrl is required");let s=this.resolve(e.clientId||"",r),a=this.resolve(e.clientSecret||"",r),l=e.scope?this.resolve(e.scope,r):void 0,f=new URLSearchParams;if(f.append("grant_type",n),l&&f.append("scope",l),n==="password"){let g=this.resolve(e.username||"",r),y=this.resolve(e.password||"",r);if(!g)throw new Error("OAuth2 password grant requires username");f.append("username",g),f.append("password",y)}if(e.audience&&f.append("audience",this.resolve(e.audience,r)),e.resource&&f.append("resource",this.resolve(e.resource,r)),e.extraParams)for(let[g,y]of Object.entries(e.extraParams))f.append(g,this.resolve(y,r));let d={"Content-Type":"application/x-www-form-urlencoded"};this.applyClientAuth(e,d,f,s,a,r);let m=await this.httpService.execute({method:"POST",url:i,headers:d,body:f.toString()});return this.parseTokenResponse(m.body,e)}applyClientAuth(e,r,n,i,s,a){if(e.clientAuthentication==="header"){let l=Buffer.from(`${i}:${s}`).toString("base64");r.Authorization=`Basic ${l}`}else i&&n.set("client_id",i),s&&n.set("client_secret",s)}parseTokenResponse(e,r){if(!e||typeof e!="object")throw new Error("OAuth2 token response is not a valid JSON object");let n=e,i=r.tokenField||"access_token",s=n[i];if(!s)throw new Error(`OAuth2 token fetch failed: '${i}' not present in response`);let a=typeof n.expires_in=="number"?n.expires_in:void 0;return{accessToken:s,tokenType:n.token_type||r.tokenPrefix||"Bearer",expiresAt:a?Date.now()+a*1e3:void 0,refreshToken:n.refresh_token,scope:n.scope,raw:n}}isExpired(e){return e.expiresAt?Date.now()>=e.expiresAt-nW:!1}buildCacheKeyString(e){return`${e.tokenUrl||""}|${e.clientId||""}|${e.scope||""}|${e.grantType}`}async getCallbackUri(){let e=`${this.browserService.uriScheme}://${this.callbackPath}`;return this.browserService.asExternalUri(e)}resolve(e,r){return this.envConfigService.resolveVariables(e,r)}generateCodeVerifier(){return vc.randomBytes(32).toString("base64url")}generateCodeChallengeS256(e){return vc.createHash("sha256").update(e).digest("base64url")}async storeRefreshToken(e,r){try{await this.secretStore.store(`oauth2_refresh_${e}`,r)}catch{}}}});function ma(t,e={}){let r=[];Object.entries(e).forEach(([n,i])=>{r.push(`${n}=${i}`)}),r.length&&ha.writeFileSync(t,r.join(`
|
|
51
|
+
`),"utf-8")}function Sc(t,e,r){r&&(r.preRequest&&r.preRequest.trim()&&ha.writeFileSync(Zs.join(t,`${e}.pre.js`),r.preRequest,"utf-8"),r.postResponse&&r.postResponse.trim()&&ha.writeFileSync(Zs.join(t,`${e}.post.js`),r.postResponse,"utf-8"))}function tP(t,e){let n=e&&e.trim()?e.trim():"collections-rest-client";return Zs.isAbsolute(n)?n:Zs.join(t,n)}async function rP(t,e,r,n,i){await t.exportCollectionAsRestClientFolder(r,n),e.exportEnvironmentsToFolder(n,i)}function Nf(t,e,r){t.forEach(n=>{if(n.type==="folder"){let i=Zs.join(e,Et(n.name));ha.mkdirSync(i,{recursive:!0}),Sc(i,Et(n.name),n.scripts),Nf(n.items||[],i,r)}else if(n.type==="request"){let i=n,s=Et(i.name)+".http",a=Zs.join(e,s),l=iW(i,r);ha.writeFileSync(a,l,"utf-8"),Sc(e,Et(i.name),i.scripts)}})}function iW(t,e){let r=[];r.push(`### ${e.name} / ${t.name}`),r.push(`# collection env: ${Et(e.name)}.env`),r.push(`# request scripts: ${Et(t.name)}.pre.js and .post.js`);let n=sW(t);return r.push(`${t.method} ${n}`),(t.headers||[]).filter(i=>i.enabled!==!1).forEach(i=>{r.push(`${i.key}: ${i.value}`)}),t.body&&t.body.content&&r.push("",t.body.content),r.join(`
|
|
52
|
+
`)}function sW(t){let e=t.url;if(t.query&&t.query.length){let r=t.query.filter(n=>n.enabled!==!1).map(n=>`${encodeURIComponent(n.key)}=${encodeURIComponent(n.value)}`).join("&");r&&(e+=(e.includes("?")?"&":"?")+r)}return e}var ha,Zs,hm=oe(()=>{"use strict";ha=he(require("fs")),Zs=he(require("path"));vn()});var ur,F0,ga,L0=oe(()=>{"use strict";ur=he(require("fs")),F0=he(require("path"));vn();ga=class{collectionsDir;cache=new Map;constructor(e){this.collectionsDir=e,this.ensureDirectory()}ensureDirectory(){ur.existsSync(this.collectionsDir)||ur.mkdirSync(this.collectionsDir,{recursive:!0})}loadAll(){if(this.cache.clear(),!ur.existsSync(this.collectionsDir))return[];let e=ur.readdirSync(this.collectionsDir),r=[];for(let n of e)if(n.endsWith(".json"))try{let i=F0.join(this.collectionsDir,n),s=ur.readFileSync(i,"utf-8"),a=JSON.parse(s);a.id&&a.name&&(this.cache.set(a.id,a),r.push(a))}catch(i){console.error(`[JsonCollectionLoader] Failed to load ${n}:`,i)}return r}load(e){if(this.cache.has(e))return this.cache.get(e);let r=this.getCollectionPath(e);if(ur.existsSync(r))try{let n=ur.readFileSync(r,"utf-8"),i=JSON.parse(n);return this.cache.set(e,i),i}catch(n){console.error(`[JsonCollectionLoader] Failed to load collection ${e}:`,n);return}}async save(e){if(this.ensureDirectory(),!e.name)throw new Error("Collection name is required");e.id||(e.id=ct(e.name));let r=this.getCollectionPath(e.id),n=JSON.stringify(e,null,2);await ur.promises.writeFile(r,n,"utf-8"),this.cache.set(e.id,e)}async delete(e){let r=this.getCollectionPath(e);if(!ur.existsSync(r))return!1;try{return await ur.promises.unlink(r),this.cache.delete(e),!0}catch(n){return console.error(`[JsonCollectionLoader] Failed to delete collection ${e}:`,n),!1}}exists(e){return ur.existsSync(this.getCollectionPath(e))}getCollectionPath(e){return F0.join(this.collectionsDir,`${e}.json`)}getItemPath(e,r){}async create(e,r){let n={id:r||ct(e),name:e,items:[]};return await this.save(n),n}async saveScripts(e,r,n){let i=this.load(e);if(!i)throw new Error(`Collection ${e} not found`);let s=this.findItemById(i.items,r);s&&(s.scripts=n,await this.save(i))}loadScripts(e,r){let n=this.load(e);return n?this.findItemById(n.items,r)?.scripts:void 0}async updateCollectionMetadata(e,r){let n=this.load(e);if(!n)throw new Error(`Collection ${e} not found`);r.name!==void 0&&(n.name=r.name),r.description!==void 0&&(n.description=r.description),r.version!==void 0&&(n.version=r.version),r.variables!==void 0&&(n.variables=r.variables),r.auth!==void 0&&(n.auth=r.auth),await this.save(n)}async saveItem(e,r,n){let i=this.load(e);if(!i)throw new Error(`Collection ${e} not found`);let s=this.findItemById(i.items,r.id);if(s)Object.assign(s,r);else if(n){let a=this.findItemById(i.items,n);if(a&&a.type==="folder")a.items=a.items||[],a.items.push(r);else throw new Error(`Parent folder ${n} not found`)}else i.items.push(r);await this.save(i)}async deleteItem(e,r){let n=this.load(e);if(!n)return!1;let i=this.deleteItemById(n.items,r);return i&&await this.save(n),i}async updateItem(e,r,n){let i=this.load(e);if(!i)return!1;let s=this.findItemById(i.items,r);if(!s)return!1;let{id:a,type:l,...f}=n;return Object.assign(s,f),await this.save(i),!0}async moveItem(e,r,n){let i=this.load(e);if(!i)return!1;let s=this.findItemById(i.items,r);if(!s)return!1;let a={...s};if(!this.deleteItemById(i.items,r))return!1;if(n){let l=this.findItemById(i.items,n);if(l&&l.type==="folder")l.items=l.items||[],l.items.push(a);else return i.items.push(a),!1}else i.items.push(a);return await this.save(i),!0}async reorderItems(e,r,n){let i=this.load(e);if(!i)return!1;try{let s;if(r){let f=this.findItemById(i.items,r);if(!f||!f.items)return!1;s=f.items}else s=i.items;let a=new Map(s.map(f=>[f.id,f])),l=[];for(let f of n){let d=a.get(f);d&&(l.push(d),a.delete(f))}for(let f of a.values())l.push(f);if(r){let f=this.findItemById(i.items,r);f&&(f.items=l)}else i.items=l;return await this.save(i),!0}catch(s){return console.error("[JsonCollectionLoader] Failed to reorder items:",s),!1}}findItemById(e,r){for(let n of e){if(n.id===r)return n;if(n.type==="folder"&&n.items){let i=this.findItemById(n.items,r);if(i)return i}}}deleteItemById(e,r){for(let n=0;n<e.length;n++){if(e[n].id===r)return e.splice(n,1),!0;let i=e[n];if(i.type==="folder"&&i.items&&this.deleteItemById(i.items,r))return!0}return!1}}});var wc,j0=oe(()=>{"use strict";ph();L0();wc=class{static create(e){let r=e.getStorageConfig(),n=e.getCollectionsPath();return r.format==="folder"?new Qi(n):new ga(n)}static createForFormat(e,r){return e==="folder"?new Qi(r):new ga(r)}}});function nP(t){if(typeof t!="string")return"text";let e=t.trim();try{let r=JSON.parse(e);if(typeof r=="object"&&r!==null)return"json"}catch{}return/^<\?xml/.test(e)||/^<([a-zA-Z_][\w\-\.]*)[\s>]/.test(e)?/^<\!DOCTYPE html>/i.test(e)||/^<html[\s>]/i.test(e)?"html":"xml":/^<\!DOCTYPE html>/i.test(e)||/^<html[\s>]/i.test(e)?"html":/^(function\s*\(|\(\)\s*=>|const |let |var |export |import )/.test(e)?"javascript":"text"}function oW(t){return{info:{name:t.name,_postman_id:t.id,schema:"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},item:t.items.map(e=>iP(e)),event:U0(t.scripts),variable:t.variables?Object.entries(t.variables).map(([e,r])=>({key:e,value:r})):[]}}function iP(t){if(t.type==="folder")return{name:t.name,item:t.items?t.items.map(iP):[],event:U0(t.scripts)};if(t.type==="request"){let e=t;return{name:e.name,request:{method:e.method,header:(e.headers||[]).filter(r=>r.enabled!==!1).map(aW),url:lW(e),body:cW(e),auth:uW(e.auth),description:e.description},event:U0(e.scripts),protocolProfileBehavior:fW(e.settings)}}}function aW(t){return{key:t.key,value:t.value,disabled:t.enabled===!1}}function lW(t){let e=t.url,r=t.url.replace(/^[a-zA-Z]+:\/\//,""),n=[],i=r.match(/^([^\/\?]+)/);if(i){let d=i[1];/^{{.*}}$/.test(d)?n=[d]:n=d.split(".")}let s=[],a=r.match(/^[^\/\?]+(\/[^\?]*)?/);if(a&&a[1]!==void 0){let d=a[1].replace(/^\//,"");d.endsWith("/")?(s=d.slice(0,-1).split("/"),s.push("")):s=d.length>0?d.split("/"):[]}let l;if(Array.isArray(t.query)&&t.query.length>0)l=t.query.map(d=>{let m={key:d.key,value:d.value};return d.enabled===!1&&(m.disabled=!0),m});else{let d=r.indexOf("?");d!==-1&&(l=r.substring(d+1).split("&").map(g=>{let[y,...w]=g.split("=");return{key:y,value:w.join("=")}}))}let f;return t.params&&typeof t.params=="object"&&(f=Object.entries(t.params).map(([d,m])=>({key:d,value:String(m)}))),{raw:e,host:n.length>0?n:void 0,path:s.length>0?s:void 0,query:l&&l.length>0?l:void 0,variable:f&&f.length>0?f:void 0}}function cW(t){if(!t.body)return;let e=t.body;if(typeof e=="string"){let s=nP(e);return{mode:"raw",raw:e,options:{raw:{language:s}}}}if(e.type==="raw"){let s=e.format||nP(e.content);return{mode:"raw",raw:e.content,options:{raw:{language:s}}}}let r=e.type==="form-data"&&Array.isArray(e.content)?e.content:e.type==="formdata"&&Array.isArray(e.fields)?e.fields:null;if(r)return{mode:"formdata",formdata:r.map(s=>({key:s.key,value:s.value,type:s.type||"text",disabled:s.enabled===!1}))};let n=e.type==="x-www-form-urlencoded"&&Array.isArray(e.content)?e.content:e.type==="urlencoded"&&Array.isArray(e.fields)?e.fields:null;if(n)return{mode:"urlencoded",urlencoded:n.map(s=>({key:s.key,value:s.value,disabled:s.enabled===!1}))};if(e.type==="file"&&e.fileName)return{mode:"file",file:{src:e.fileName}};if(e.type==="binary")return{mode:"binary",file:{}};let i=e.type==="graphql"?e.content??(e.query?e:null):null;if(i){let s=i.query??"",a=i.variables;return{mode:"graphql",graphql:{query:s,variables:a?typeof a=="string"?a:JSON.stringify(a):void 0}}}if(e.content)return{mode:"raw",raw:e.content}}function uW(t){if(!(!t||!t.type||t.type==="none")){if(t.type==="bearer")return{type:"bearer",bearer:[{key:"token",value:t.bearerToken,type:"string"}]};if(t.type==="basic"&&t.basicAuth)return{type:"basic",basic:[{key:"username",value:t.basicAuth.username,type:"string"},{key:"password",value:t.basicAuth.password,type:"string"}]}}}function fW(t){if(!t)return;let e={};return t.followRedirects===!1&&(e.followRedirects=!1),t.followOriginalMethod===!0&&(e.followOriginalHttpMethod=!0),t.followAuthHeader===!1&&(e.followAuthorizationHeader=!1),t.maxRedirects!==void 0&&(e.maxRedirects=t.maxRedirects),t.strictSSL===!1&&(e.disableUrlEncoding=!1),t.timeout!==void 0&&(e.requestTimeout=t.timeout),Object.keys(e).length>0?e:void 0}function U0(t){if(!t)return[];let e=[];return t.preRequest&&e.push({listen:"prerequest",script:{type:"text/javascript",exec:[t.preRequest]}}),t.postResponse&&e.push({listen:"test",script:{type:"text/javascript",exec:[t.postResponse]}}),e}var wt,Gn,_c,H0=oe(()=>{"use strict";vn();hm();j0();wt=he(require("fs")),Gn=he(require("path"));_c=class{constructor(e,r,n){this.workspaceRoot=e;this.configService=r;this.fileWatcherFactory=n;this.collectionsDir=r.getCollectionsPath(),this.loader=wc.create(r),this.ensureCollectionsDir(),this.loadCollections(),this.setupFileWatcher()}workspaceRoot;configService;fileWatcherFactory;collectionsDir;collections=new Map;fileWatcher;loader;debounceTimer=null;localCollectionValues=new Map;onCollectionsChanged;ensureCollectionsDir(){wt.existsSync(this.collectionsDir)||wt.mkdirSync(this.collectionsDir,{recursive:!0})}loadCollections(){this.collections.clear();let e=this.loader.loadAll();for(let r of e)this.collections.set(r.id,r)}setupFileWatcher(){if(!this.fileWatcherFactory)return;this.fileWatcher=this.fileWatcherFactory.createFileWatcher(this.collectionsDir,"**/*");let e=()=>{this.debounceTimer&&clearTimeout(this.debounceTimer),this.debounceTimer=setTimeout(()=>{this.debounceTimer=null,this.loadCollections(),this.onCollectionsChanged?.()},200)};this.fileWatcher.onDidChange(e),this.fileWatcher.onDidCreate(e),this.fileWatcher.onDidDelete(e)}getAllCollections(){return Array.from(this.collections.values())}getCollection(e){return this.collections.get(e)}getCollectionById(e){for(let r of this.collections.values())if(r.id===e)return r}getCollectionByName(e){let r=e.toLowerCase();for(let n of this.collections.values())if(n.name.toLowerCase()===r)return n}async saveCollection(e){if(this.ensureCollectionsDir(),!e.name)throw new Error("Collection name is required");e.id||(e.id=ct(e.name)),await this.loader.save(e),this.collections.set(e.id,e)}getCollectionVariables(e){let r=this.collections.get(e);return r?.variables?{...r.variables}:{}}getCollectionVariableLocals(e){return{...this.localCollectionValues.get(e)||{}}}setCollectionVariable(e,r,n){this.localCollectionValues.has(e)||this.localCollectionValues.set(e,{}),this.localCollectionValues.get(e)[r]=String(n)}deleteCollectionVariable(e,r){let n=this.localCollectionValues.get(e);n&&delete n[r]}clearCollectionVariables(e){this.localCollectionValues.set(e,{})}async deleteCollection(e){if(!this.collections.get(e))return!1;let n=await this.loader.delete(e);return n&&this.collections.delete(e),n}findRequest(e,r){let n=this.collections.get(e);if(n)return this.findItemRecursive(n.items,r)}findRequestByPath(e,r){let n=this.collections.get(e);if(!n)return;let i=r.split("/").filter(s=>s.trim());return this.findItemByPath(n.items,i)}async updateRequest(e,r,n){let i=this.collections.get(e);if(!i)return!1;let s=await this.loader.updateItem(e,r,n);if(s){let a=this.findItemRecursive(i.items,r);if(a){let{id:l,type:f,...d}=n;Object.assign(a,d)}}return s}async addRequest(e,r,n){let i=this.collections.get(e);if(!i)return!1;r.id||(r.id=ct(r.name));try{if(await this.loader.saveItem(e,r,n),n){let s=this.findItemRecursive(i.items,n);s&&s.type==="folder"&&(s.items=s.items||[],s.items.push(r))}else i.items.push(r);return!0}catch(s){return console.error("[CollectionService] Failed to add request:",s),!1}}async deleteRequest(e,r){let n=this.collections.get(e);if(!n)return!1;let i=await this.loader.deleteItem(e,r);return i&&this.deleteItemRecursive(n.items,r),i}getAllRequests(e){let r=this.collections.get(e);if(!r)return[];let n=[];return this.collectRequestsRecursive(r.items,n),n}findItemRecursive(e,r){for(let n of e){if(n.id===r)return n;if(n.type==="folder"&&n.items){let i=this.findItemRecursive(n.items,r);if(i)return i}}}findItemByPath(e,r){if(r.length===0)return;let[n,...i]=r,s=e.find(a=>a.name===n);if(s){if(i.length===0)return s;if(s.type==="folder"&&s.items)return this.findItemByPath(s.items,i)}}updateItemRecursive(e,r,n){for(let i=0;i<e.length;i++){let s=e[i];if(s.id===r)return e[i]={...s,...n},!0;if(s.type==="folder"&&s.items&&this.updateItemRecursive(s.items,r,n))return!0}return!1}deleteItemRecursive(e,r){for(let n=0;n<e.length;n++){let i=e[n];if(i.id===r)return e.splice(n,1),!0;if(i.type==="folder"&&i.items&&this.deleteItemRecursive(i.items,r))return!0}return!1}collectRequestsRecursive(e,r){for(let n of e)n.type==="request"?r.push(n):n.type==="folder"&&n.items&&this.collectRequestsRecursive(n.items,r)}async createCollection(e){let r={id:ct(e),name:e,items:[]};return await this.saveCollection(r),r}async renameCollection(e,r){let n=this.collections.get(e);return n?(n.name=r,await this.saveCollection(n),!0):!1}async duplicateCollection(e,r){if(!this.collections.get(e))throw new Error(`Collection not found: ${e}`);let i=ct(r),s=this.loader.getCollectionPath(e),a=Gn.join(this.collectionsDir,i);if(!wt.existsSync(s))throw new Error(`Collection directory not found: ${s}`);this.copyDirRecursive(s,a);let l=Gn.join(a,"collection.json");if(wt.existsSync(l)){let d=JSON.parse(wt.readFileSync(l,"utf-8"));d.id=i,d.name=r,wt.writeFileSync(l,JSON.stringify(d,null,2))}else wt.writeFileSync(l,JSON.stringify({id:i,name:r},null,2));this.loadCollections();let f=this.collections.get(i);if(!f)throw new Error("Failed to load duplicated collection");return f}async createFolder(e){if(!this.collections.get(e.collectionId))throw new Error("Collection not found");let n={id:ct(e.name),type:"folder",name:e.name,items:[]};await this.loader.saveItem(e.collectionId,n,e.parentId);let i=this.loader.load(e.collectionId);return i&&this.collections.set(e.collectionId,i),n}async deleteFolder(e,r){let n=this.collections.get(e);if(!n)return!1;let i=await this.loader.deleteItem(e,r);return i&&this.deleteItemById(n.items,r),i}async renameFolder(e,r,n){let i=this.collections.get(e);if(!i)return!1;let s=await this.loader.updateItem(e,r,{name:n});if(s){let a=this.findItemById(i.items,r);a&&(a.name=n)}return s}async duplicateFolder(e,r,n){if(!this.collections.get(e))throw new Error("Collection not found");let s=this.loader.getItemPath(e,r);if(!s||!wt.existsSync(s))throw new Error(`Folder not found on disk: ${r}`);let a=Gn.dirname(s),l=ct(n),f=Gn.join(a,l);this.copyDirRecursive(s,f);let d=Gn.join(f,"folder.json");if(wt.existsSync(d)){let y=JSON.parse(wt.readFileSync(d,"utf-8"));y.id=l,y.name=n,wt.writeFileSync(d,JSON.stringify(y,null,2))}else wt.writeFileSync(d,JSON.stringify({id:l,name:n,type:"folder"},null,2));let m=this.loader.load(e);m&&this.collections.set(e,m);let g=this.findItemById(m?.items||[],l);return g||{id:l,type:"folder",name:n,items:[]}}async createRequest(e){if(!this.collections.get(e.collectionId))throw new Error("Collection not found");let n={id:e.id||ct(e.name),type:"request",name:e.name,method:e.method||"GET",url:e.url,params:e.params,query:e.query,headers:e.headers,body:e.body,auth:e.auth,settings:e.settings,scripts:e.scripts,deprecated:e.deprecated,description:e.description,doc:e.doc,responseSchema:e.responseSchema,bodySchema:e.bodySchema};await this.loader.saveItem(e.collectionId,n,e.parentId);let i=this.loader.load(e.collectionId);return i&&this.collections.set(e.collectionId,i),n}async renameRequest(e,r,n){let i=this.collections.get(e);if(!i)return!1;let s=await this.loader.updateItem(e,r,{name:n});if(s){let a=this.findItemById(i.items,r);a&&(a.name=n)}return s}async moveItem(e,r,n){if(!this.collections.get(e))return!1;let s=await this.loader.moveItem(e,r,n);return s&&this.loadCollections(),s}async reorderItems(e,r,n){if(!this.collections.get(e))return!1;let s=await this.loader.reorderItems(e,r,n);return s&&this.loadCollections(),s}findItemById(e,r){for(let n of e){if(n.id===r)return n;if(n.type==="folder"&&n.items){let i=this.findItemById(n.items,r);if(i)return i}}}copyDirRecursive(e,r){wt.existsSync(r)||wt.mkdirSync(r,{recursive:!0});for(let n of wt.readdirSync(e,{withFileTypes:!0})){let i=Gn.join(e,n.name),s=Gn.join(r,n.name);n.isDirectory()?this.copyDirRecursive(i,s):wt.copyFileSync(i,s)}}deleteItemById(e,r){for(let n=0;n<e.length;n++){let i=e[n];if(i.id===r)return e.splice(n,1),!0;if(i.type==="folder"&&i.items&&this.deleteItemById(i.items,r))return!0}return!1}async importCollection(e){let r=wt.readFileSync(e,"utf-8"),n;try{n=JSON.parse(r)}catch{throw new Error("Invalid JSON file")}if(n.info&&n.info._postman_id)return this.importPostmanCollection(n);let i={id:n.id||ct(n.name||"Imported Collection"),name:n.name||"Imported Collection",description:n.description,items:n.items||[]};return await this.saveCollection(i),i}async importPostmanCollection(e){let r=d=>{if(!d)return;switch(d.type?.toLowerCase()){case"bearer":return{type:"bearer",bearerToken:d.bearer?.find(A=>A.key==="token")?.value||""};case"basic":let y=d.basic?.find(A=>A.key==="username"),w=d.basic?.find(A=>A.key==="password");return{type:"basic",basicAuth:{username:y?.value||"",password:w?.value||""}};case"apikey":let C=d.apikey?.find(A=>A.key==="key"),R=d.apikey?.find(A=>A.key==="value"),T=d.apikey?.find(A=>A.key==="in");return{type:"apikey",apikey:{key:C?.value||"",value:R?.value||"",in:T?.value||"header"}};case"noauth":return{type:"none"};default:return}},n=d=>{if(!Array.isArray(d)||d.length===0)return;let m={};for(let g of d){let y=g.script?.exec;if(!y)continue;let w=Array.isArray(y)?y.join(`
|
|
53
|
+
`):y;g.listen==="prerequest"?m.preRequest=w:g.listen==="test"&&(m.postResponse=w)}return m.preRequest||m.postResponse?m:void 0},i=d=>{if(!d||typeof d!="object")return;let m={};return d.followRedirects===!1&&(m.followRedirects=!1),d.followOriginalHttpMethod===!0&&(m.followOriginalMethod=!0),d.followAuthorizationHeader===!1&&(m.followAuthHeader=!1),d.maxRedirects!==void 0&&(m.maxRedirects=d.maxRedirects),d.requestTimeout!==void 0&&(m.timeout=d.requestTimeout),Object.keys(m).length>0?m:void 0},s=d=>{if(!d||typeof d=="string")return;let m=d.query;if(!(!Array.isArray(m)||m.length===0))return m.map(g=>({key:g.key||"",value:g.value||"",enabled:g.disabled!==!0}))},a=d=>{if(typeof d=="string")return d;if(!d)return"";let m=new Set;if(Array.isArray(d.variable))for(let y of d.variable)y.key&&m.add(y.key);if(m.size===0&&d.raw)return d.raw;let g="";if(d.protocol&&(g+=d.protocol+"://"),d.host&&(g+=Array.isArray(d.host)?d.host.join("."):d.host),d.port&&(g+=":"+d.port),d.path){let w=(Array.isArray(d.path)?d.path:[d.path]).map(C=>{let R=C.startsWith(":")?C.substring(1):C;return m.has(R)?":"+R:(C.startsWith(":"),C)});g+="/"+w.join("/")}return!g&&d.raw?d.raw:g},l=d=>d.map(m=>{if(m.item)return{id:ct(m.name),type:"folder",name:m.name,description:m.description,auth:r(m.auth),scripts:n(m.event),items:l(m.item)};{let g=m.request||{};return{id:ct(m.name),type:"request",name:m.name,description:m.description||g.description,method:typeof g.method=="string"?g.method:"GET",url:a(g.url),query:s(g.url),headers:Array.isArray(g.header)?g.header.map(y=>({key:y.key||y.name||"",value:y.value||y.value||"",enabled:y.disabled!==!0})):[],body:(()=>{let y=g.body;if(y){if(y.mode==="raw"&&y.raw){let w=y.options?.raw?.language;return{type:"raw",format:w==="xml"?"xml":w==="html"?"html":w==="javascript"?"javascript":w==="text"?"text":"json",content:y.raw}}if(y.mode==="urlencoded"&&Array.isArray(y.urlencoded))return{type:"x-www-form-urlencoded",content:y.urlencoded.map(w=>({key:w.key||"",value:w.value||"",enabled:w.disabled!==!0}))};if(y.mode==="formdata"&&Array.isArray(y.formdata))return{type:"form-data",content:y.formdata.map(w=>({key:w.key||"",value:w.value||"",type:w.type||"text",enabled:w.disabled!==!0}))};if(y.mode==="graphql"&&y.graphql){let w;if(y.graphql.variables)try{w=JSON.parse(y.graphql.variables)}catch{w=void 0}return{type:"graphql",content:{query:y.graphql.query||"",variables:w}}}if(y.mode==="binary")return{type:"binary",content:""}}})(),auth:r(g.auth),scripts:n(m.event),settings:i(m.protocolProfileBehavior)}}}),f={id:ct(e.info?.name||"Imported Postman Collection"),name:e.info?.name||"Imported Postman Collection",description:e.info?.description,auth:r(e.auth),scripts:n(e.event),items:l(e.item||[])};return await this.saveCollection(f),f}async exportCollection(e,r){let n=this.collections.get(e);if(!n)throw new Error("Collection not found");let i=oW(n),s=JSON.stringify(i,null,2);wt.writeFileSync(r,s,"utf-8")}async exportCollectionAsRestClientFolder(e,r){let n=this.collections.get(e);if(!n)throw new Error("Collection not found");let i=Gn.join(r,Et(n.name));wt.mkdirSync(i,{recursive:!0});let s=n.variables||{};ma(Gn.join(i,`${Et(n.name)}.env`),s),Sc(i,Et(n.name),n.scripts),Nf(n.items,i,n)}dispose(){this.debounceTimer&&(clearTimeout(this.debounceTimer),this.debounceTimer=null),this.fileWatcher?.dispose()}}});var Ft,ya,Xs,B0=oe(()=>{"use strict";Ft={version:"1.0",storage:{format:"folder",root:"./http-forge-assets",history:"./.http-forge-cache/histories",results:"./.http-forge-cache/results"},request:{timeout:3e4,followRedirects:!0,maxRedirects:10,strictSSL:!0},scripts:{modulePaths:["./http-forge-assets/src","./http-forge-assets/lib"],scope:"shared",timeout:5e3},runner:{resultsRetentionDays:7,indexPageSize:1e3,recentErrorsLimit:20},environments:{default:"dev"},restClientExport:{path:"collections-rest-client",mergeGlobals:!0},mcp:{excludedCollections:[],excludedSuites:[],toolPrefix:"",maxRequestsPerCall:50,cors:{allowedOrigins:["http://localhost","http://127.0.0.1"]}},proxy:null,secrets:{providers:{aws:{provider:"aws"},azure:{provider:"azure",vaultUrl:""},gcp:{provider:"gcp"},vault:{provider:"vault"},op:{provider:"1password"},doppler:{provider:"doppler"}}}},ya={config:"http-forge.config.json"},Xs={collections:"collections",environments:"environments",flows:"flows",suites:"suites"}});var jr,Cn,va,V0=oe(()=>{"use strict";jr=he(require("fs")),Cn=he(require("path"));B0();va=class{constructor(e,r,n){this.workspacePath=e;this.fileWatcherFactory=r;this.notifications=n;this.configPath=Cn.join(e,ya.config),this.config=this.loadConfig(),this.setupFileWatcher()}workspacePath;fileWatcherFactory;notifications;config;configPath;fileWatcher;loadConfig(){if(!jr.existsSync(this.configPath))return{...Ft};try{let e=jr.readFileSync(this.configPath,"utf-8"),r=JSON.parse(e);return this.mergeWithDefaults(r)}catch(e){return console.error("[ConfigService] Failed to load config:",e),this.notifications?.showWarning(`Failed to parse ${ya.config}. Using default configuration.`),{...Ft}}}mergeWithDefaults(e){return{version:e.version??Ft.version,storage:{...Ft.storage,...e.storage},request:{...Ft.request,...e.request},scripts:{...Ft.scripts,...e.scripts},runner:{...Ft.runner,...e.runner},environments:{...Ft.environments,...e.environments},restClientExport:{...Ft.restClientExport,...e.restClientExport},proxy:e.proxy!==void 0?e.proxy:Ft.proxy,mcp:{...Ft.mcp,...e.mcp,cors:{...Ft.mcp.cors,...e.mcp?.cors}},secrets:{...Ft.secrets,...e.secrets,providers:{...Ft.secrets?.providers,...e.secrets?.providers}}}}setupFileWatcher(){if(!this.fileWatcherFactory)return;this.fileWatcher=this.fileWatcherFactory.createFileWatcher(this.workspacePath,ya.config);let e=()=>{this.reload()};this.fileWatcher.onDidChange(e),this.fileWatcher.onDidCreate(e),this.fileWatcher.onDidDelete(e)}getConfig(){return this.config}getStorageConfig(){return this.config.storage}getRequestConfig(){return this.config.request}getScriptsConfig(){return this.config.scripts}getRunnerConfig(){return this.config.runner}getEnvironmentsConfig(){return this.config.environments}getRestClientExportPath(){let e=this.config.restClientExport?.path||"collections-rest-client";return Cn.isAbsolute(e)?e:this.resolvePath(e)}getRestClientMergeGlobals(){return this.config.restClientExport?.mergeGlobals??!0}getProxyConfig(){return this.config.proxy??null}getMcpConfig(){return this.config.mcp??Ft.mcp}resolvePath(e){let r=e.startsWith("./")?e.slice(2):e;return Cn.join(this.workspacePath,...r.split("/"))}getRootPath(){return this.resolvePath(this.config.storage.root)}getCollectionsPath(){return Cn.join(this.getRootPath(),Xs.collections)}getEnvironmentsPath(){return Cn.join(this.getRootPath(),Xs.environments)}getFlowsPath(){return Cn.join(this.getRootPath(),Xs.flows)}getHistoryPath(){return this.resolvePath(this.config.storage.history)}getResultsPath(){return this.resolvePath(this.config.storage.results)}getSuitesPath(){return Cn.join(this.getRootPath(),Xs.suites)}getModulePaths(){return this.config.scripts.modulePaths.map(e=>this.resolvePath(e))}getScriptScope(){return this.config.scripts.scope??"shared"}getScriptTimeout(){return this.config.scripts.timeout??5e3}getWorkspacePath(){return this.workspacePath}reload(){this.config=this.loadConfig()}configExists(){return jr.existsSync(this.configPath)}async createDefaultConfig(){let e=JSON.stringify(Ft,null,2);await jr.promises.writeFile(this.configPath,e,"utf-8");let r=[this.getCollectionsPath(),this.getEnvironmentsPath(),this.getFlowsPath(),this.getSuitesPath()];for(let i of r)jr.existsSync(i)||await jr.promises.mkdir(i,{recursive:!0});let n=[this.getHistoryPath(),this.getResultsPath()];for(let i of n)jr.existsSync(i)||await jr.promises.mkdir(i,{recursive:!0});await this.createSampleEnvironments()}async createSampleEnvironments(){let e=this.getEnvironmentsPath(),r={id:"globals",name:"Global Variables",variables:{appName:"HTTP Forge"}};await jr.promises.writeFile(Cn.join(e,"globals.json"),JSON.stringify(r,null,2),"utf-8");let n={id:"env_dev",name:"Development",variables:{baseUrl:"http://localhost:3000",apiVersion:"v1"}};await jr.promises.writeFile(Cn.join(e,"dev.json"),JSON.stringify(n,null,2),"utf-8");let i={id:"default_headers",name:"Default Headers",headers:{"Content-Type":"application/json",Accept:"application/json"}};await jr.promises.writeFile(Cn.join(e,"default-headers.json"),JSON.stringify(i,null,2),"utf-8")}dispose(){this.fileWatcher?.dispose()}}});var dW,Rc,W0=oe(()=>{"use strict";jl();dW="httpForge.cookies",Rc=class{constructor(e,r=dW){this.store=e;this.storeKey=r;this.loadCookies()}store;storeKey;cookies=new Map;loadCookies(){try{let e=this.store.get(this.storeKey);e&&(this.cookies=new Map(Object.entries(e)),this.cleanExpiredCookies())}catch(e){console.error("[CookieService] Failed to load cookies:",e)}}async saveCookies(){try{let e={};this.cookies.forEach((r,n)=>{e[n]=r}),await this.store.update(this.storeKey,e)}catch(e){console.error("[CookieService] Failed to save cookies:",e)}}getCookieKey(e,r,n){return`${r||"*"}|${n||"/"}|${e}`}get(e,r){if(r){let s=this.getCookieKey(e,r),a=this.cookies.get(s);if(a&&!this.isExpired(a))return a}let n=this.getCookieKey(e,"*"),i=this.cookies.get(n);if(i&&!this.isExpired(i))return i;for(let s of this.cookies.values())if(s.name===e&&!this.isExpired(s))if(r&&s.domain){if(this.domainMatches(r,s.domain))return s}else return s}async set(e){let r=this.getCookieKey(e.name,e.domain,e.path);this.cookies.set(r,e),await this.saveCookies()}async setFromResponse(e){for(let r of e){let n=this.getCookieKey(r.name,r.domain,r.path);this.cookies.set(n,r)}await this.saveCookies()}has(e,r){return this.get(e,r)!==void 0}async delete(e,r,n){let i=this.getCookieKey(e,r,n),s=this.cookies.delete(i);return s&&await this.saveCookies(),s}getAll(e){let r=[];for(let n of this.cookies.values())this.isExpired(n)||(e?(!n.domain||this.domainMatches(e,n.domain))&&r.push(n):r.push(n));return r}getCookieHeader(e){let r=this.getAll(e);return ut.formatCookieHeader(r)}async clear(){this.cookies.clear(),await this.saveCookies()}async clearDomain(e){let r=[];for(let[n,i]of this.cookies.entries())i.domain&&this.domainMatches(e,i.domain)&&r.push(n);for(let n of r)this.cookies.delete(n);await this.saveCookies()}parseCookieHeaders(e,r){return ut.parseCookieHeaders(e,r)}isExpired(e){return ut.isExpired(e)}cleanExpiredCookies(){let e=[];for(let[r,n]of this.cookies.entries())this.isExpired(n)&&e.push(r);for(let r of e)this.cookies.delete(r);e.length>0&&this.saveCookies()}domainMatches(e,r){return ut.domainMatches(e,r)}get count(){return this.cookies.size}}});var xc,z0=oe(()=>{"use strict";jl();xc=class{constructor(e){this.cookieService=e;this.localCache=[...e.getAll()]}cookieService;localCache=[];pendingOperations=[];get(e,r){return r?this.localCache.find(n=>n.name===e&&(!n.domain||n.domain===r||r.endsWith(n.domain))):this.localCache.find(n=>n.name===e)}has(e,r){return this.get(e,r)!==void 0}set(e){let r=this.localCache.findIndex(n=>n.name===e.name&&(!e.domain||n.domain===e.domain));r>=0?this.localCache[r]=e:this.localCache.push(e),this.pendingOperations.push({type:"set",cookie:e})}delete(e,r,n){let i=this.localCache.findIndex(s=>s.name===e&&(!r||s.domain===r||s.domain&&r.endsWith(s.domain)));return i>=0&&this.localCache.splice(i,1),this.pendingOperations.push({type:"delete",name:e,domain:r,path:n}),!0}getAll(e){return e?this.localCache.filter(r=>{let n=r.domain||"";return n===e||e.endsWith(n)}):[...this.localCache]}getCookiesForDomain(e){return this.localCache.filter(r=>{let n=r.domain||"";return n===e||e.endsWith(n)})}async setCookiesFromResponse(e,r){let n=new URL(e).hostname,i=this.cookieService.parseCookieHeaders(r,n);i.length>0&&(i.forEach(s=>{let a=this.localCache.findIndex(l=>l.name===s.name&&l.domain===(s.domain||n));a>=0?this.localCache[a]=s:this.localCache.push(s)}),await this.cookieService.setFromResponse(i))}getCookieHeader(e){let r=new URL(e).hostname,n=new URL(e).pathname,i=this.localCache.filter(s=>!(ut.isExpired(s)||s.domain&&!ut.domainMatches(r,s.domain)||!s.domain||s.path&&!n.startsWith(s.path)));if(i.length!==0)return ut.formatCookieHeader(i)}clear(){this.localCache=[],this.pendingOperations.push({type:"clear"})}async flush(){for(let e of this.pendingOperations)switch(e.type){case"set":e.cookie&&await this.cookieService.set(e.cookie);break;case"delete":e.name&&await this.cookieService.delete(e.name,e.domain,e.path);break;case"clear":await this.cookieService.clear();break}this.pendingOperations=[]}}});function Df(t){try{let e=JSON.parse(typeof t=="string"?t:t.toString("utf-8"));if(!e)return null;let r=e.environment||e,n=r.name||e.name||"imported-environment",i=r.values||r.variables||e.values||e.variables||[],s={};if(Array.isArray(i))for(let l of i){if(!l)continue;let f=l.key??l.name,d=typeof l.enabled=="boolean"?l.enabled:!0;f&&d!==!1&&(s[f]=l.value??l.initial??"")}else if(typeof i=="object"&&i!==null)for(let[l,f]of Object.entries(i))s[l]=String(f??"");let a=r._postman_exported_at?"Imported from Postman export":r.description||"";return{name:n,variables:s,description:a}}catch{return null}}async function sP(t,e){try{let r=await e.readFile(t);return Df(r)}catch{return null}}var J0=oe(()=>{"use strict"});var Wt,sn,Ff,Cc,Y0=oe(()=>{"use strict";Wt=he(require("fs")),sn=he(require("path"));vn();J0();hm();mh();Ku();Ff={SELECTED_ENVIRONMENT:"httpForge.selectedEnvironment",ENV_OVERRIDES_PREFIX:"httpForge.envOverrides."},Cc=class{constructor(e,r,n,i,s){this.workspaceFolder=e;this.workspaceStore=r;this.configService=n;this.fileWatcherFactory=i;this.secretStore=s;let a=n.getEnvironmentsPath();this.environmentsPath=a,this.sharedConfigPath=sn.join(a,"_global.json"),this.localConfigPath=sn.join(a,"_global.local.json"),this.historiesPath=n.getHistoryPath(),this.selectedEnvironment=r.get(Ff.SELECTED_ENVIRONMENT,"dev")??"dev",this.localGlobalValues={},this.localEnvironmentValues=new Map,this.loadPersistedEnvironmentOverrides(),this.loadSecretVariables(this.selectedEnvironment).catch(()=>{}),this.setupFileWatcher()}workspaceFolder;workspaceStore;configService;fileWatcherFactory;secretStore;environmentsPath;sharedConfigPath;localConfigPath;historiesPath;sharedConfig=null;localConfig=null;selectedEnvironment="dev";fileWatcher;localGlobalValues={};localEnvironmentValues=new Map;secretValuesCache=new Map;onEnvironmentsChanged;setupFileWatcher(){if(!this.fileWatcherFactory||!Wt.existsSync(this.environmentsPath))return;this.fileWatcher=this.fileWatcherFactory.createFileWatcher(this.environmentsPath,"**/*.json");let e=()=>{this.reload(),this.onEnvironmentsChanged?.()};this.fileWatcher.onDidChange(e),this.fileWatcher.onDidCreate(e),this.fileWatcher.onDidDelete(e)}dispose(){this.fileWatcher?.dispose()}getWorkspaceFolder(){return this.workspaceFolder}getRootPath(){return this.configService.getRootPath()}loadConfigs(){if(!Wt.existsSync(this.environmentsPath)){this.sharedConfig={environments:{},globalVariables:{},defaultHeaders:{}},this.localConfig={credentials:{},variables:{}};return}this.loadFolderConfigs()}getSharedConfig(){return this.sharedConfig||this.loadConfigs(),this.sharedConfig}getLocalConfig(){return this.localConfig||this.loadConfigs(),this.localConfig}getEnvironmentNames(){let e=this.getSharedConfig();return e?.environments?Object.keys(e.environments):[]}getSelectedEnvironment(){return this.selectedEnvironment}async setSelectedEnvironment(e){if(this.selectedEnvironment=e,await this.workspaceStore.update(Ff.SELECTED_ENVIRONMENT,e),!this.localEnvironmentValues.has(e)){let r=this.getEnvOverridesStateKey(e),n=this.workspaceStore.get(r,{});n&&Object.keys(n).length>0&&this.localEnvironmentValues.set(e,{...n})}await this.loadSecretVariables(e)}getEnvOverridesStateKey(e){return`${Ff.ENV_OVERRIDES_PREFIX}${e||this.selectedEnvironment}`}loadPersistedEnvironmentOverrides(){let e=this.getEnvOverridesStateKey(),r=this.workspaceStore.get(e,{});r&&Object.keys(r).length>0&&this.localEnvironmentValues.set(this.selectedEnvironment,{...r})}persistEnvironmentOverrides(e){let r=this.getEnvOverridesStateKey(e),n=this.localEnvironmentValues.get(e)||{};this.workspaceStore.update(r,n)}setEnvironmentVariable(e,r,n){let i=n??this.selectedEnvironment;this.localEnvironmentValues.has(i)||this.localEnvironmentValues.set(i,{}),this.localEnvironmentValues.get(i)[e]=String(r),this.persistEnvironmentOverrides(i)}deleteEnvironmentVariable(e,r){let n=r??this.selectedEnvironment,i=this.localEnvironmentValues.get(n);i&&(delete i[e],this.persistEnvironmentOverrides(n))}clearEnvironmentVariables(e){let r=e??this.selectedEnvironment;this.localEnvironmentValues.set(r,{}),this.persistEnvironmentOverrides(r)}async resetEnvironmentOverrides(e){let r=e||this.selectedEnvironment;this.localEnvironmentValues.delete(r),await this.workspaceStore.update(this.getEnvOverridesStateKey(r),void 0)}getEnvironmentVariableLocal(e){return this.localEnvironmentValues.get(this.selectedEnvironment)?.[e]}getEnvironmentVariableLocals(){return{...this.localEnvironmentValues.get(this.selectedEnvironment)||{}}}setGlobalVariable(e,r){this.localGlobalValues[e]=String(r)}getGlobalVariable(e){return this.getSharedConfig()?.globalVariables?.[e]}getGlobalVariableLocal(e){return this.localGlobalValues[e]}getGlobalVariables(){return{...this.getSharedConfig()?.globalVariables||{},...this.localGlobalValues}}getGlobalVariableLocals(){return{...this.localGlobalValues}}deleteGlobalVariable(e){delete this.localGlobalValues[e]}clearGlobalVariables(){this.localGlobalValues={}}getResolvedEnvironment(e){let r=e||this.selectedEnvironment,n=this.getSharedConfig(),i=this.getLocalConfig();if(!n?.environments?.[r])return null;let s=n.environments[r],a=i?.credentials?.[r],l=i?.variables||{},f=a?.variables||{},d=a&&a.headers||{},m=Nl(n.defaultHeaders||{},d),g=this.localEnvironmentValues.get(r)||{},y=this.secretValuesCache.get(r)||{},w={...n.globalVariables||{},...s.variables||{},...l,...f,...g,...y};return{name:r,description:s.description,requiresConfirmation:s.requiresConfirmation,headers:m,variables:w}}async getSecretVariable(e,r){return this.secretStore?.get(`${e}:${r}`)}async setSecretVariable(e,r,n){await this.secretStore?.store(`${e}:${r}`,n),this.secretValuesCache.has(e)||this.secretValuesCache.set(e,{}),this.secretValuesCache.get(e)[r]=n}async deleteSecretVariable(e,r){await this.secretStore?.delete(`${e}:${r}`),this.secretValuesCache.get(e)&&delete this.secretValuesCache.get(e)[r]}async loadSecretVariables(e){if(!this.secretStore)return;let r=e||this.selectedEnvironment,n=this.getSharedConfig()?.environments?.[r]?.secretVariables??[];if(n.length===0)return;let i={};await Promise.all(n.map(async s=>{let a=await this.secretStore.get(`${r}:${s}`);a!==void 0&&(i[s]=a)})),this.secretValuesCache.set(r,i)}resolveVariables(e,r){return this.createResolver(r).resolveString(e,!0)}exportEnvironmentsToFolder(e,r=!0){let n=this.getEnvironmentNames(),i=this.getSharedConfig(),s=i?.globalVariables?{...i.globalVariables}:{};if(!r&&Object.keys(s).length){let a=sn.join(e,"globals.env");ma(a,s)}n.forEach(a=>{let l=i?.environments?.[a];if(!l)return;let f={...l.variables||{}};r&&(f={...s,...f});let d=sn.join(e,`${Et(a)}.env`);ma(d,f)})}resolveVariablesWithExtra(e,r,n){return this.createResolver(n,r).resolveString(e,!0)}resolveVariablesInObject(e,r){return this.createResolver(r).resolveObject(e,!0)}resolveVariablesInObjectWithExtra(e,r,n){return this.createResolver(n,r).resolveObject(e,!0)}getHistoriesPath(){return this.historiesPath}getSharedConfigPath(){return this.sharedConfigPath}getLocalConfigPath(){return this.localConfigPath}getEnvironmentConfigPath(e){return sn.join(this.environmentsPath,`${e}.json`)}localConfigExists(){return Wt.existsSync(this.localConfigPath)}saveSharedConfig(e){this.saveFolderSharedConfig(e),this.sharedConfig=e}saveLocalConfig(e){let r={variables:e.variables||{}};this.saveJsonFile(this.localConfigPath,r);for(let[n,i]of Object.entries(e.credentials||{})){let s=this.getEnvLocalConfigPath(n),a={variables:i.variables||{}};this.saveJsonFile(s,a)}this.localConfig=e}importPostmanEnvironmentFile(e){try{let r=Wt.readFileSync(e,"utf-8"),n=Df(r);if(!n)throw new Error("Failed to parse Postman environment file");this.sharedConfig||this.loadConfigs(),this.sharedConfig||(this.sharedConfig={environments:{},globalVariables:{},defaultHeaders:{}});let i=n.name||`imported-${Date.now()}`;return this.sharedConfig.environments=this.sharedConfig.environments||{},this.sharedConfig.environments[i]=this.sharedConfig.environments[i]||{},this.sharedConfig.environments[i].variables=n.variables,n.description&&(this.sharedConfig.environments[i].description=n.description),this.saveSharedConfig(this.sharedConfig),n}catch(r){throw console.error("[EnvironmentConfigService] importPostmanEnvironmentFile failed:",r),r}}saveEnvLocalConfig(e,r){let n=this.getEnvLocalConfigPath(e),i={variables:r};this.saveJsonFile(n,i),this.localConfig||(this.localConfig={credentials:{},variables:{}}),this.localConfig.credentials||(this.localConfig.credentials={}),this.localConfig.credentials[e]={variables:r}}getEnvLocalPath(e){return this.getEnvLocalConfigPath(e)}getEnvLocalConfigPath(e){return sn.join(this.environmentsPath,`${e}.local.json`)}loadFolderConfigs(){let e=Hl(this.environmentsPath);this.sharedConfig={environments:e.environments,globalVariables:e.globalVariables,defaultHeaders:e.defaultHeaders},this.localConfig={credentials:e.localCredentials,variables:e.localVariables}}createResolver(e,r){let s={...this.getResolvedEnvironment(e)?.variables||{},...r||{}};return new Ls({globals:{},collectionVariables:{},environmentVariables:s,variables:{}})}saveFolderSharedConfig(e){Wt.existsSync(this.environmentsPath)||Wt.mkdirSync(this.environmentsPath,{recursive:!0});let r={variables:e.globalVariables||{},defaultHeaders:e.defaultHeaders||{}};this.saveJsonFile(this.sharedConfigPath,r);let n=Wt.readdirSync(this.environmentsPath).filter(s=>s.endsWith(".json")).filter(s=>!Yu(s)),i=new Set(Object.keys(e.environments||{}));for(let s of n){let a=sn.basename(s,".json");if(!i.has(a))try{Wt.unlinkSync(sn.join(this.environmentsPath,s))}catch{}}for(let[s,a]of Object.entries(e.environments||{})){let l={name:s,description:a.description,requiresConfirmation:a.requiresConfirmation,variables:a.variables||{}};this.saveJsonFile(sn.join(this.environmentsPath,`${s}.json`),l)}}reload(){this.sharedConfig=null,this.localConfig=null,this.loadConfigs()}getAllEnvironments(){return this.loadConfigs(),this.sharedConfig?Object.entries(this.sharedConfig.environments).map(([e,r])=>({id:e,name:e,active:e===this.selectedEnvironment,variables:r.variables||{}})):[]}async setActiveEnvironment(e){await this.setSelectedEnvironment(e)}async createEnvironment(e){if(this.loadConfigs(),this.sharedConfig||(this.sharedConfig={environments:{},globalVariables:{}}),this.sharedConfig.environments[e])throw new Error(`Environment "${e}" already exists`);this.sharedConfig.environments[e]={description:`Created ${new Date().toISOString()}`,variables:{}},this.saveSharedConfig(this.sharedConfig)}async deleteEnvironment(e){if(this.loadConfigs(),this.validateConfigLoaded(),this.validateEnvironmentExists(e),delete this.sharedConfig.environments[e],this.selectedEnvironment===e){let r=Object.keys(this.sharedConfig.environments);this.selectedEnvironment=r.length>0?r[0]:"dev",await this.workspaceStore.update(Ff.SELECTED_ENVIRONMENT,this.selectedEnvironment)}this.saveSharedConfig(this.sharedConfig)}async duplicateEnvironment(e,r){this.loadConfigs(),this.validateConfigLoaded(),this.validateEnvironmentName(r),this.validateEnvironmentExists(e),this.validateEnvironmentNameNotTaken(r);let n=this.sharedConfig.environments[e];this.sharedConfig.environments[r]=JSON.parse(JSON.stringify(n)),this.sharedConfig.environments[r].description=`Copied from ${e}`,this.saveSharedConfig(this.sharedConfig)}async renameEnvironment(e,r){this.loadConfigs(),this.validateConfigLoaded(),this.validateEnvironmentName(r),this.validateEnvironmentExists(e),r!==e&&(this.validateEnvironmentNameNotTaken(r),this.sharedConfig.environments[r]=this.sharedConfig.environments[e],delete this.sharedConfig.environments[e],this.selectedEnvironment===e&&(this.selectedEnvironment=r,await this.workspaceStore.update(Ff.SELECTED_ENVIRONMENT,r)),this.saveSharedConfig(this.sharedConfig))}validateEnvironmentName(e){if(!e||e.trim().length===0)throw new Error("Environment name cannot be empty");if(e.length>128)throw new Error("Environment name cannot exceed 128 characters");if(!/^[a-zA-Z0-9_\-\.]+$/.test(e))throw new Error("Environment name can only contain letters, numbers, hyphens, underscores, and dots")}validateEnvironmentExists(e){if(!this.sharedConfig?.environments?.[e])throw new Error(`Environment "${e}" not found`)}validateEnvironmentNameNotTaken(e){if(this.sharedConfig?.environments?.[e])throw new Error(`Environment "${e}" already exists`)}validateConfigLoaded(){if(!this.sharedConfig)throw new Error("No environment configuration loaded")}async updateEnvironmentVariables(e,r){if(this.loadConfigs(),!this.sharedConfig)throw new Error("No configuration loaded");let n=this.sharedConfig.environments[e];if(!n)throw new Error(`Environment "${e}" not found`);n.variables=r,this.saveSharedConfig(this.sharedConfig)}loadJsonFile(e){try{if(!Wt.existsSync(e))return null;let r=Wt.readFileSync(e,"utf-8");return JSON.parse(r)}catch(r){return console.error(`Failed to load JSON from ${e}:`,r),null}}saveJsonFile(e,r){try{let n=sn.dirname(e);Wt.existsSync(n)||Wt.mkdirSync(n,{recursive:!0}),Wt.writeFileSync(e,JSON.stringify(r,null,2),"utf-8")}catch(n){throw console.error(`Failed to save JSON to ${e}:`,n),n}}}});var ns,mm=oe(()=>{"use strict";um();ns=class t{constructor(e,r,n,i,s,a,l,f,d,m,g,y){this.httpService=e;this.scriptExecutor=r;this.envConfigService=n;this.requestPreparer=i;this.environment=s;this.cookieJar=a;this.collectionScripts=l;this.folderScriptsChain=f;this.onConsoleOutput=d;this.collectionName=m;this.iteration=g;this.iterationCount=y}httpService;scriptExecutor;envConfigService;requestPreparer;environment;cookieJar;collectionScripts;folderScriptsChain;onConsoleOutput;collectionName;iteration;iterationCount;async execute(e,r,n){let i=Date.now();return this.executeWithSession(e,r,n,i)}async executeWithSession(e,r,n,i){let s=this.collectPreRequestScripts(e),a=this.collectPostResponseScripts(e),l=this.envConfigService.getResolvedEnvironment(this.environment);if(!l)throw new Error(`Environment "${this.environment}" not found or not configured`);let f=this.envConfigService.getGlobalVariables(),d={request:e,variables:{...r},environmentVariables:l.variables||{},globals:{...f},environmentName:this.environment,cookieJar:this.cookieJar,info:{eventName:"prerequest",requestName:e.name,requestId:e.id,collectionName:this.collectionName,iteration:this.iteration,iterationCount:this.iterationCount},onEnvironmentChange:async(y,w,C)=>{y==="set"&&w&&C!==void 0?this.envConfigService.setEnvironmentVariable(w,C,this.environment):y==="unset"&&w?this.envConfigService.deleteEnvironmentVariable(w,this.environment):y==="clear"&&this.envConfigService.clearEnvironmentVariables(this.environment)},onGlobalsChange:(y,w,C)=>{y==="set"&&w&&C!==void 0?this.envConfigService.setGlobalVariable(w,C):y==="unset"&&w?this.envConfigService.deleteGlobalVariable(w):y==="clear"&&this.envConfigService.clearGlobalVariables()}},m=this.scriptExecutor.createRequestSession(d),g=null;try{let y={...r},w={...e},C;if(s.length>0){let $=await m.executePreRequest(s);if($.consoleOutput&&$.consoleOutput.length>0&&this.onConsoleOutput?.($.consoleOutput),$.nextRequest!==void 0&&(C=$.nextRequest),$.skipRequest){let Y={type:"none",content:null};return{requestId:e.id,name:e.name,executedRequest:{url:e.url||"",method:e.method||"GET",headers:{},body:Y,params:{},query:{}},response:{status:0,statusText:"Skipped",headers:{},body:null,time:0,cookies:[]},duration:Date.now()-i,timestamp:Date.now(),passed:!0,assertions:[],modifiedVariables:y,nextRequest:C}}$.success&&($.modifiedRequest&&($.modifiedRequest.url&&(w.url=$.modifiedRequest.url),$.modifiedRequest.headers&&(w.headers=$.modifiedRequest.headers),$.modifiedRequest.params&&(w.params=$.modifiedRequest.params),$.modifiedRequest.query&&(w.query=$.modifiedRequest.query),$.modifiedRequest.body!==void 0&&(w.body=$.modifiedRequest.body)),$.modifiedVariables&&(y=$.modifiedVariables))}g=await this.requestPreparer.prepareRequest(w,this.environment,l,y);let{url:R,headers:T,body:A,method:U}=g,B={};for(let $ in T)Object.prototype.hasOwnProperty.call(T,$)&&(B[$.toUpperCase()]=T[$]);if(!B.COOKIE&&w.settings?.includeCookies!==!1&&this.cookieJar){let Y=this.cookieJar.getCookieHeader(R);Y&&(B.COOKIE=Y)}let V={method:U,url:R,headers:B,body:A.content,signal:n,settings:w.settings?{timeout:w.settings.timeout,followRedirects:w.settings.followRedirects,maxRedirects:w.settings.maxRedirects,strictSSL:w.settings.strictSSL}:void 0},W=await this.httpService.execute(V);this.cookieJar&&W.headers&&await this.cookieJar.setCookiesFromResponse(R,W.headers);let X=Date.now()-i,P=[],_={},k;if(a.length>0){let $=0;if(W.body)if(typeof W.body=="string")$=Buffer.byteLength(W.body,"utf8");else if(Buffer.isBuffer(W.body))$=W.body.length;else try{$=Buffer.byteLength(JSON.stringify(W.body),"utf8")}catch{$=0}let Y={};W.cookies&&Array.isArray(W.cookies)&&W.cookies.forEach(ue=>{ue.name&&(Y[ue.name]=ue.value)});let K={executedRequest:g,status:W.status,statusText:W.statusText,headers:cm(W.headers||{}),body:W.body,cookies:Y,responseTime:W.time,responseSize:$},ne=await m.executePostResponse(a,K);P=ne.testResults,_=ne.modifiedEnvironmentVariables||{},k=ne.visualizerData,ne.nextRequest!==void 0&&(C=ne.nextRequest),ne.consoleOutput&&ne.consoleOutput.length>0&&this.onConsoleOutput?.(ne.consoleOutput)}let M=P.length===0||P.every($=>$.passed),j=P.length>0?M:W.status>=200&&W.status<=302;return{requestId:e.id,name:e.name,executedRequest:{...g,headers:B},response:{status:W.status,statusText:W.statusText,headers:W.headers||{},body:W.body,time:W.time||X,cookies:W.cookies||[]},duration:X,timestamp:Date.now(),passed:j,assertions:P,modifiedVariables:y,modifiedEnvironmentVariables:_,nextRequest:C,visualizerData:k}}catch(y){return this.handleError(e,g,y,i)}finally{m.dispose?.()}}collectPreRequestScripts(e){let r=[];if(this.collectionScripts?.preRequest&&r.push(this.collectionScripts.preRequest),this.folderScriptsChain)if(Array.isArray(this.folderScriptsChain))for(let n of this.folderScriptsChain)n?.preRequest&&r.push(n.preRequest);else this.folderScriptsChain.preRequest&&r.push(this.folderScriptsChain.preRequest);return e.scripts?.preRequest&&r.push(e.scripts.preRequest),r}collectPostResponseScripts(e){let r=[];if(e.scripts?.postResponse&&r.push(e.scripts.postResponse),this.folderScriptsChain)if(Array.isArray(this.folderScriptsChain)){let n=[...this.folderScriptsChain].reverse();for(let i of n)i?.postResponse&&r.push(i.postResponse)}else this.folderScriptsChain.postResponse&&r.push(this.folderScriptsChain.postResponse);return this.collectionScripts?.postResponse&&r.push(this.collectionScripts.postResponse),r}handleError(e,r,n,i){let s=Date.now()-i,a=r?.method||e.method,l=r?.url||e.url;this.onConsoleOutput?.([`[error] ${e.name}: ${n.message||n}`]);let f=String(n.name==="AbortError"?"Request was aborted":n.message||n),d=n?.stack?String(n.stack):"",m=this.errorBodyFormat,g,y;m==="html"||m==="both"?(g=t.formatErrorAsHtml(f,d),y={"content-type":"text/html; charset=utf-8"}):(g=f,y={});let w={type:"none",content:null};return{requestId:e.id,name:e.name,executedRequest:{url:l||"",method:a||"GET",headers:r?.headers||{},body:r?.body||w,params:r?.params||{},query:r?.query||{}},response:{status:0,statusText:n.name==="AbortError"?"Aborted":n.code||n.message||"Request Error",headers:y,cookies:[],body:g,time:0},duration:s,timestamp:Date.now(),passed:!1,assertions:[],error:f}}get errorBodyFormat(){return"text"}static formatErrorAsHtml(e,r){let n=i=>i.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'");return`<!doctype html>
|
|
54
54
|
<html>
|
|
55
55
|
<body style="font-family:system-ui,Segoe UI,Roboto,-apple-system,Helvetica,Arial,sans-serif;padding:12px;color:#c7254e;">
|
|
56
56
|
<h2 style="margin-top:0;color:#a94442">Request Error</h2>
|
|
@@ -59,7 +59,7 @@ ${i}
|
|
|
59
59
|
${n(r)}
|
|
60
60
|
</pre>`:""}
|
|
61
61
|
</body>
|
|
62
|
-
</html>`}}});var Ec,G0=
|
|
62
|
+
</html>`}}});var Ec,G0=oe(()=>{"use strict";vn();Ec=class{constructor(e,r,n,i,s,a){this.envConfigService=e;this.httpService=r;this.preprocessor=n;this.tokenManager=i;this.appInfo=s;this.secretRegistry=a}envConfigService;httpService;preprocessor;tokenManager;appInfo;secretRegistry;async prepareRequest(e,r,n,i){if(this.secretRegistry?.hasProviders){let A=await this.secretRegistry.resolveSecretTokens(e);Object.keys(A).length>0&&(i={...A,...i??{}})}let s=i&&Object.keys(i).length>0,a=s?this.envConfigService.resolveVariablesInObjectWithExtra(e.params||{},i,r):this.envConfigService.resolveVariablesInObject(e.params||{},r),l=s?this.envConfigService.resolveVariablesInObjectWithExtra(e.query||{},i,r):this.envConfigService.resolveVariablesInObject(e.query||{},r),f=Nl(n?.headers||{},e.headers||{}),d=s?this.envConfigService.resolveVariablesInObjectWithExtra(f,i,r):this.envConfigService.resolveVariablesInObject(f,r);if(d=this.preprocessor.sanitizeHeaders(d),!Object.keys(d).some(A=>A.toLowerCase()==="user-agent")){let A=this.appInfo?.version||"0.0.0",U=this.appInfo?.name||"HttpForge";d["User-Agent"]=`${U}/${A}`}if(e.auth?.type==="bearer"&&e.auth.bearerToken){let A=s?this.envConfigService.resolveVariablesWithExtra(e.auth.bearerToken,i,r):this.envConfigService.resolveVariables(e.auth.bearerToken,r);d.Authorization=`Bearer ${A}`}if(e.auth?.type==="basic"&&e.auth.basicAuth){let A=s?this.envConfigService.resolveVariablesWithExtra(e.auth.basicAuth.username||"",i,r):this.envConfigService.resolveVariables(e.auth.basicAuth.username||"",r),U=s?this.envConfigService.resolveVariablesWithExtra(e.auth.basicAuth.password||"",i,r):this.envConfigService.resolveVariables(e.auth.basicAuth.password||"",r),B=Buffer.from(`${A}:${U}`).toString("base64");d.Authorization=`Basic ${B}`}e.auth?.type==="apikey"&&e.auth.apikey&&this.applyApiKey(e.auth.apikey,d,l,r,i),e.auth?.type==="oauth2"&&e.auth.oauth2&&await this.applyOAuth2(e.auth.oauth2,d,r);let g=null;if(e.body&&e.body.type!=="none"){let A=i&&Object.keys(i).length>0?this.envConfigService.resolveVariablesInObjectWithExtra(e.body.content,i,r):this.envConfigService.resolveVariablesInObject(e.body.content,r);if((e.body.format==="json"||e.body.type==="graphql")&&typeof A=="string")try{A=JSON.parse(A)}catch{e.body.format==="json"&&console.warn("[RequestPreparer] Failed to parse JSON body after variable resolution, keeping as string")}let U={type:e.body.type,format:e.body.format,content:A};g=this.preprocessor.encodeBody(U)}this.preprocessor.setContentTypeHeader(d,e.body,e.bodyContentType);let y=e.method||"GET",w=e.url||"",C=i&&Object.keys(i).length>0?this.envConfigService.resolveVariablesWithExtra(w,i,r):this.envConfigService.resolveVariables(w,r),R=this.httpService.buildUrl(C,a,l),T={type:e.body?.type||"none",format:e.body?.format,content:g};return{url:R,method:y,headers:d,body:T,params:a,query:l}}async applyOAuth2(e,r,n){if(e.accessToken){let s=this.envConfigService.resolveVariables(e.accessToken,n),a=e.tokenPrefix||"Bearer";r.Authorization=`${a} ${s}`;return}if(!this.tokenManager)throw new Error("OAuth2 authentication requires IOAuth2TokenManager. Ensure the service is properly registered.");let i=await this.tokenManager.getToken(e,n);r.Authorization=`${i.tokenType} ${i.accessToken}`}applyApiKey(e,r,n,i,s){if(!e||!e.key)return;let a=s&&Object.keys(s).length>0,l=a?this.envConfigService.resolveVariablesWithExtra(e.key||"",s,i):this.envConfigService.resolveVariables(e.key||"",i),f=a?this.envConfigService.resolveVariablesWithExtra(e.value||"",s,i):this.envConfigService.resolveVariables(e.value||"",i);(e.in||"header").toLowerCase()==="query"?n[l]=f:r[l]=f}}});var pW,Oc,K0=oe(()=>{"use strict";pW=`
|
|
63
63
|
query IntrospectionQuery {
|
|
64
64
|
__schema {
|
|
65
65
|
queryType { name }
|
|
@@ -87,216 +87,216 @@ fragment TypeRef on __Type {
|
|
|
87
87
|
kind name
|
|
88
88
|
ofType { kind name ofType { kind name ofType { kind name ofType { kind name ofType { kind name ofType { kind name ofType { kind name } } } } } } }
|
|
89
89
|
}
|
|
90
|
-
`.trim(),Oc=class{constructor(e){this.httpClient=e}httpClient;schemaCache=new Map;async fetchSchema(e,r){let n={method:"POST",url:e,headers:{"Content-Type":"application/json",Accept:"application/json",...r||{}},body:JSON.stringify({query:
|
|
91
|
-
`),i=/^\s*(query|mutation|subscription)\s+(\w+)/;for(let s=0;s<n.length;s++){let
|
|
92
|
-
`))return
|
|
93
|
-
`)){try{let n=new URLSearchParams(r);for(let[i,s]of n)on.test(i)&&s&&!fr(s)&&e.push({location:"body",field:i,message:`Form field "${i}" contains a hardcoded value. Use a {{variable}} instead.`})}catch{}return}return}if(Array.isArray(t)){t.forEach(r=>gm(r,e));return}if(typeof t=="object")for(let[r,n]of Object.entries(t))on.test(r)&&n&&typeof n=="string"&&!fr(n)?e.push({location:"body",field:r,message:`Body field "${r}" contains a hardcoded value. Use a {{variable}} instead.`}):typeof n=="object"&&n!==null&&gm(n,e)}}function ba(t){return t.replace(/\./g,"_").replace(/[^a-zA-Z0-9_]/g,"_").replace(/_+/g,"_").replace(/^_|_$/g,"").toLowerCase()}function
|
|
94
|
-
`)){try{let s=new URLSearchParams(i);for(let[
|
|
95
|
-
`)){let f=new URLSearchParams(l);if(f.get(e)===n){f.set(e,i);let d=f.toString();s?s.content=d:t.body=d}return}return}typeof o=="object"&&o!==null&&iP(o,e,r||e,n,i)}}function iP(t,e,r,n,i){let s=r.split("."),o=t;for(let f=0;f<s.length-1;f++){let d=s[f],m=d.match(/^(.+)\[(\d+)\]$/);if(m?o=o?.[m[1]]?.[parseInt(m[2])]:o=o?.[d],o==null)return}let l=s[s.length-1];o&&o[l]===n&&(o[l]=i)}function mW(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var Sa,Q0,on,pW,jf=ae(()=>{"use strict";Sa="***",Q0=/^(authorization|proxy-authorization|www-authenticate)$|(token|cookie|secret|credential|api[_\-]?key|bearer|session[_\-]?id)/i,on=/(password|passwd|pwd|token|cookie|secret|credential|api[_\-]?key|apikey|access[_\-]?token|refresh[_\-]?token|client[_\-]?secret|private[_\-]?key|auth[_\-]?code|bearer|session[_\-]?id|jwt)/i;pW=/\{\{[^}]+\}\}/});var Te,Ur,Ic,X0=ae(()=>{"use strict";Te=he(require("fs")),Ur=he(require("path"));vn();jf();Ic=class{historyPath;sharedHistoryPath;constructor(e,r){this.historyPath=e,this.sharedHistoryPath=r}getEnvironmentHistoryPath(e){return Ur.join(this.historyPath,Et(e))}getCollectionHistoryPath(e,r){return Ur.join(this.getEnvironmentHistoryPath(e),r)}getRequestPath(e,r,n){return Ur.join(this.getCollectionHistoryPath(e,r),Et(n))}getSharedEnvironmentHistoryPath(e){return Ur.join(this.sharedHistoryPath,Et(e))}getSharedCollectionHistoryPath(e,r){return Ur.join(this.getSharedEnvironmentHistoryPath(e),r)}getSharedRequestPath(e,r,n){return Ur.join(this.getSharedCollectionHistoryPath(e,r),Et(n))}getHistoryFilePath(e,r,n){return Ur.join(this.getRequestPath(e,r,n),"transactions.json")}getSharedHistoryFilePath(e,r,n){return Ur.join(this.getSharedRequestPath(e,r,n),"transactions.json")}getResponseFilePath(e,r,n,i){return Ur.join(this.getRequestPath(e,r,n),`${i}.json`)}getSharedResponseFilePath(e,r,n,i){return Ur.join(this.getSharedRequestPath(e,r,n),`${i}.json`)}loadHistory(e,r,n){let i=this.getHistoryFilePath(e,r,n);try{if(!Te.existsSync(i))return null;let s=Te.readFileSync(i,"utf-8"),o=JSON.parse(s);return{environment:e||o.environment,requestPath:r||o.requestPath,requestId:n||o.requestId,method:o.method,requests:o.requests}}catch(s){return console.error(`Failed to load history for ${n}:`,s),null}}loadSharedHistory(e,r,n){let i=this.getSharedHistoryFilePath(e,r,n);try{if(!Te.existsSync(i))return null;let s=Te.readFileSync(i,"utf-8"),o=JSON.parse(s);return{environment:e||o.environment,requestPath:r||o.requestPath,requestId:n||o.requestId,method:o.method,requests:o.requests}}catch(s){return console.error(`Failed to load shared history for ${n}:`,s),null}}getEntriesForEnvironment(e,r,n){let i=this.loadHistory(e,r,n);return i?i.requests:[]}getEntriesGroupedByTicket(e,r,n){let i=this.getEntriesForEnvironment(e,r,n),s=new Map;for(let o of i){let l=o.ticket||o.branch||"";s.has(l)||s.set(l,[]),s.get(l).push(o)}return s}getSharedEntriesGroupedByTicket(e,r,n){let i=this.loadSharedHistory(e,r,n)?.requests??[],s=new Map;for(let o of i){let l=o.ticket||o.branch||"";s.has(l)||s.set(l,[]),s.get(l).push(o)}return s}saveHistory(e){let r=this.getRequestPath(e.environment,e.requestPath,e.requestId),n=this.getHistoryFilePath(e.environment,e.requestPath,e.requestId);try{Te.existsSync(r)||Te.mkdirSync(r,{recursive:!0}),Te.writeFileSync(n,JSON.stringify(e,null,2),"utf-8")}catch(i){throw console.error(`Failed to save history for ${e.requestId}:`,i),i}}saveSharedHistory(e){let r=this.getSharedRequestPath(e.environment,e.requestPath,e.requestId),n=this.getSharedHistoryFilePath(e.environment,e.requestPath,e.requestId);try{Te.existsSync(r)||Te.mkdirSync(r,{recursive:!0}),Te.writeFileSync(n,JSON.stringify(e,null,2),"utf-8")}catch(i){throw console.error(`Failed to save shared history for ${e.requestId}:`,i),i}}addEntry(e,r,n,i,s){let o=this.loadHistory(e,r,n);o||(o={environment:e,requestPath:r,requestId:n,method:i,requests:[]});let l=Sm({...s,method:i,id:lh(),timestamp:Date.now()});return o.requests.unshift(l),o.requests.length>100&&(o.requests=o.requests.slice(0,100)),this.saveHistory(o),l}deleteEntry(e,r,n,i){let s=this.loadHistory(e,r,n);if(!s)return!1;let o=s.requests.length;if(s.requests=s.requests.filter(l=>l.id!==i),s.requests.length!==o){this.saveHistory(s);let l=this.getResponseFilePath(e,r,n,i);return Te.existsSync(l)&&Te.unlinkSync(l),!0}return!1}deleteSharedEntry(e,r,n,i){let s=this.loadSharedHistory(e,r,n);if(!s)return!1;let o=s.requests.length;if(s.requests=s.requests.filter(l=>l.id!==i),s.requests.length!==o){this.saveSharedHistory(s);let l=this.getSharedResponseFilePath(e,r,n,i);return Te.existsSync(l)&&Te.unlinkSync(l),!0}return!1}shareEntry(e,r,n,i,s){let o=(s||"").trim();if(!o)return!1;let l=this.loadHistory(e,r,n);if(!l)return!1;let f=l.requests.findIndex(w=>w.id===i);if(f===-1)return!1;let[d]=l.requests.splice(f,1);this.saveHistory(l);let m=this.loadSharedHistory(e,r,n)||{environment:e,requestPath:r,requestId:n,method:l.method,requests:[]};if(!m.requests.some(w=>w.id===i)){let w={...d,ticket:null,branch:o};m.requests.unshift(w),m.requests.length>100&&(m.requests=m.requests.slice(0,100)),this.saveSharedHistory(m)}let g=this.getResponseFilePath(e,r,n,i),y=this.getSharedResponseFilePath(e,r,n,i);if(Te.existsSync(g)){let w=Ur.dirname(y);Te.existsSync(w)||Te.mkdirSync(w,{recursive:!0});try{Te.renameSync(g,y)}catch{try{Te.copyFileSync(g,y)}catch(R){return console.error(`Failed to copy full response from ${g} to ${y}:`,R),!0}try{Te.unlinkSync(g)}catch(R){console.warn(`Failed to remove original full response after copy: ${g}`,R)}}}return!0}moveSharedEntry(e,r,n,i,s){let o=(s||"").trim();if(!o)return!1;let l=this.loadSharedHistory(e,r,n);if(!l)return!1;let f=!1;return l.requests=l.requests.map(d=>d.id===i?(f=!0,{...d,ticket:null,branch:o}):d),f?(this.saveSharedHistory(l),!0):!1}renameSharedGroup(e,r,n,i,s){let o=(i||"").trim(),l=(s||"").trim();if(!o||!l||o===l)return!1;let f=this.loadSharedHistory(e,r,n);if(!f)return!1;let d=!1;return f.requests=f.requests.map(m=>!m.ticket&&m.branch===o?(d=!0,{...m,branch:l}):m),d?(this.saveSharedHistory(f),!0):!1}clearHistory(e,r,n){let i=this.getRequestPath(e,r,n);if(Te.existsSync(i)){let s=Te.readdirSync(i);for(let o of s)Te.unlinkSync(Ur.join(i,o));Te.rmdirSync(i)}}saveFullResponse(e,r,n,i,s){let o=this.getRequestPath(e,r,n),l=this.getResponseFilePath(e,r,n,i);try{Te.existsSync(o)||Te.mkdirSync(o,{recursive:!0});let f=wm(s);Te.writeFileSync(l,JSON.stringify(f,null,2),"utf-8")}catch(f){throw console.error(`Failed to save full response for ${i}:`,f),f}}loadFullResponse(e,r,n,i){let s=this.getResponseFilePath(e,r,n,i);try{if(!Te.existsSync(s))return null;let o=Te.readFileSync(s,"utf-8");return JSON.parse(o)}catch(o){return console.error(`Failed to load full response for ${i}:`,o),null}}loadSharedFullResponse(e,r,n,i){let s=this.getSharedResponseFilePath(e,r,n,i);try{if(!Te.existsSync(s))return null;let o=Te.readFileSync(s,"utf-8");return JSON.parse(o)}catch(o){return console.error(`Failed to load shared full response for ${i}:`,o),null}}}});var wa,ew=ae(()=>{"use strict";wa=class{constructor(e,r){this.historyService=e;this.inferrer=r}historyService;inferrer;async analyze(e,r,n){let i=n?.environment||"default",s=n?.maxSamples||50,o=this.historyService.loadHistory(i,e,r),l=this.historyService.loadSharedHistory(i,e,r),f=[...o?.requests||[],...l?.requests||[]];if(f.length===0)return{responses:{}};let d=f.slice(0,s),m=new Map;for(let y of d){let w=this.historyService.loadFullResponse(i,e,r,y.id);if(w||(w=this.historyService.loadSharedFullResponse(i,e,r,y.id)),w){let C=w.status;m.has(C)||m.set(C,[]),m.get(C).push(w)}}let g={};for(let[y,w]of m){let C=this.buildResponseDefinition(w);g[String(y)]=C}return{responses:g}}buildResponseDefinition(e){let r={};if(e.length===0)return r;let n=e[0];r.description=n.statusText||`Status ${n.status}`;let i=this.extractContentType(n.headers);if(i&&(r.contentType=i),i&&this.isJsonContentType(i)){let o=this.inferBodySchema(n);for(let l=1;l<e.length;l++){let f=this.inferBodySchema(e[l]);f&&o?o=this.inferrer.mergeSchemas(o,f):f&&(o=f)}if(o&&(r.schema=o),n.body!==void 0&&n.body!==null){let l=typeof n.body=="string"?this.tryParseJson(n.body):n.body;l!==void 0&&(r.examples={default:{summary:"Captured from history",value:l}})}}let s=this.findConsistentHeaders(e);return Object.keys(s).length>0&&(r.headers=s),r}inferBodySchema(e){if(e.body===void 0||e.body===null)return;let r=e.body;if(!(typeof r=="string"&&(r=this.tryParseJson(r),r===void 0)))return this.inferrer.inferFromValue(r)}extractContentType(e){for(let[r,n]of Object.entries(e))if(r.toLowerCase()==="content-type")return(Array.isArray(n)?n[0]:n).split(";")[0].trim()}isJsonContentType(e){return e.includes("json")||e.includes("+json")||e==="application/json"}findConsistentHeaders(e){if(e.length===0)return{};let r=new Set(["content-type","content-length","content-encoding","transfer-encoding","connection","date","server","set-cookie","vary","cache-control","expires","pragma","etag","last-modified","age"]),n=new Map,i=new Map;for(let l of e)for(let[f,d]of Object.entries(l.headers)){let m=f.toLowerCase();r.has(m)||(n.set(m,(n.get(m)||0)+1),i.has(m)||i.set(m,Array.isArray(d)?d.join(", "):d))}let s=Math.ceil(e.length/2),o={};for(let[l,f]of n)if(f>=s){let d=i.get(l);o[l]={schema:this.inferHeaderSchema(d)}}return o}inferHeaderSchema(e){return e?/^\d+$/.test(e)?{type:"integer"}:{type:"string"}:{type:"string"}}tryParseJson(e){try{return JSON.parse(e)}catch{return}}}});var Ye=F(rr=>{"use strict";var tw=Symbol.for("yaml.alias"),lP=Symbol.for("yaml.document"),Rm=Symbol.for("yaml.map"),cP=Symbol.for("yaml.pair"),rw=Symbol.for("yaml.scalar"),xm=Symbol.for("yaml.seq"),is=Symbol.for("yaml.node.type"),gW=t=>!!t&&typeof t=="object"&&t[is]===tw,yW=t=>!!t&&typeof t=="object"&&t[is]===lP,vW=t=>!!t&&typeof t=="object"&&t[is]===Rm,bW=t=>!!t&&typeof t=="object"&&t[is]===cP,uP=t=>!!t&&typeof t=="object"&&t[is]===rw,SW=t=>!!t&&typeof t=="object"&&t[is]===xm;function fP(t){if(t&&typeof t=="object")switch(t[is]){case Rm:case xm:return!0}return!1}function wW(t){if(t&&typeof t=="object")switch(t[is]){case tw:case Rm:case rw:case xm:return!0}return!1}var _W=t=>(uP(t)||fP(t))&&!!t.anchor;rr.ALIAS=tw;rr.DOC=lP;rr.MAP=Rm;rr.NODE_TYPE=is;rr.PAIR=cP;rr.SCALAR=rw;rr.SEQ=xm;rr.hasAnchor=_W;rr.isAlias=gW;rr.isCollection=fP;rr.isDocument=yW;rr.isMap=vW;rr.isNode=wW;rr.isPair=bW;rr.isScalar=uP;rr.isSeq=SW});var Uf=F(nw=>{"use strict";var zt=Ye(),Hr=Symbol("break visit"),dP=Symbol("skip children"),Oi=Symbol("remove node");function Cm(t,e){let r=pP(e);zt.isDocument(t)?Pc(null,t.contents,r,Object.freeze([t]))===Oi&&(t.contents=null):Pc(null,t,r,Object.freeze([]))}Cm.BREAK=Hr;Cm.SKIP=dP;Cm.REMOVE=Oi;function Pc(t,e,r,n){let i=hP(t,e,r,n);if(zt.isNode(i)||zt.isPair(i))return mP(t,n,i),Pc(t,i,r,n);if(typeof i!="symbol"){if(zt.isCollection(e)){n=Object.freeze(n.concat(e));for(let s=0;s<e.items.length;++s){let o=Pc(s,e.items[s],r,n);if(typeof o=="number")s=o-1;else{if(o===Hr)return Hr;o===Oi&&(e.items.splice(s,1),s-=1)}}}else if(zt.isPair(e)){n=Object.freeze(n.concat(e));let s=Pc("key",e.key,r,n);if(s===Hr)return Hr;s===Oi&&(e.key=null);let o=Pc("value",e.value,r,n);if(o===Hr)return Hr;o===Oi&&(e.value=null)}}return i}async function Em(t,e){let r=pP(e);zt.isDocument(t)?await kc(null,t.contents,r,Object.freeze([t]))===Oi&&(t.contents=null):await kc(null,t,r,Object.freeze([]))}Em.BREAK=Hr;Em.SKIP=dP;Em.REMOVE=Oi;async function kc(t,e,r,n){let i=await hP(t,e,r,n);if(zt.isNode(i)||zt.isPair(i))return mP(t,n,i),kc(t,i,r,n);if(typeof i!="symbol"){if(zt.isCollection(e)){n=Object.freeze(n.concat(e));for(let s=0;s<e.items.length;++s){let o=await kc(s,e.items[s],r,n);if(typeof o=="number")s=o-1;else{if(o===Hr)return Hr;o===Oi&&(e.items.splice(s,1),s-=1)}}}else if(zt.isPair(e)){n=Object.freeze(n.concat(e));let s=await kc("key",e.key,r,n);if(s===Hr)return Hr;s===Oi&&(e.key=null);let o=await kc("value",e.value,r,n);if(o===Hr)return Hr;o===Oi&&(e.value=null)}}return i}function pP(t){return typeof t=="object"&&(t.Collection||t.Node||t.Value)?Object.assign({Alias:t.Node,Map:t.Node,Scalar:t.Node,Seq:t.Node},t.Value&&{Map:t.Value,Scalar:t.Value,Seq:t.Value},t.Collection&&{Map:t.Collection,Seq:t.Collection},t):t}function hP(t,e,r,n){if(typeof r=="function")return r(t,e,n);if(zt.isMap(e))return r.Map?.(t,e,n);if(zt.isSeq(e))return r.Seq?.(t,e,n);if(zt.isPair(e))return r.Pair?.(t,e,n);if(zt.isScalar(e))return r.Scalar?.(t,e,n);if(zt.isAlias(e))return r.Alias?.(t,e,n)}function mP(t,e,r){let n=e[e.length-1];if(zt.isCollection(n))n.items[t]=r;else if(zt.isPair(n))t==="key"?n.key=r:n.value=r;else if(zt.isDocument(n))n.contents=r;else{let i=zt.isAlias(n)?"alias":"scalar";throw new Error(`Cannot replace node with ${i} parent`)}}nw.visit=Cm;nw.visitAsync=Em});var iw=F(yP=>{"use strict";var gP=Ye(),RW=Uf(),xW={"!":"%21",",":"%2C","[":"%5B","]":"%5D","{":"%7B","}":"%7D"},CW=t=>t.replace(/[!,[\]{}]/g,e=>xW[e]),Hf=class t{constructor(e,r){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},t.defaultYaml,e),this.tags=Object.assign({},t.defaultTags,r)}clone(){let e=new t(this.yaml,this.tags);return e.docStart=this.docStart,e}atDocument(){let e=new t(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:t.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},t.defaultTags);break}return e}add(e,r){this.atNextDocument&&(this.yaml={explicit:t.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},t.defaultTags),this.atNextDocument=!1);let n=e.trim().split(/[ \t]+/),i=n.shift();switch(i){case"%TAG":{if(n.length!==2&&(r(0,"%TAG directive should contain exactly two parts"),n.length<2))return!1;let[s,o]=n;return this.tags[s]=o,!0}case"%YAML":{if(this.yaml.explicit=!0,n.length!==1)return r(0,"%YAML directive should contain exactly one part"),!1;let[s]=n;if(s==="1.1"||s==="1.2")return this.yaml.version=s,!0;{let o=/^\d+\.\d+$/.test(s);return r(6,`Unsupported YAML version ${s}`,o),!1}}default:return r(0,`Unknown directive ${i}`,!0),!1}}tagName(e,r){if(e==="!")return"!";if(e[0]!=="!")return r(`Not a valid tag: ${e}`),null;if(e[1]==="<"){let o=e.slice(2,-1);return o==="!"||o==="!!"?(r(`Verbatim tags aren't resolved, so ${e} is invalid.`),null):(e[e.length-1]!==">"&&r("Verbatim tags must end with a >"),o)}let[,n,i]=e.match(/^(.*!)([^!]*)$/s);i||r(`The ${e} tag has no suffix`);let s=this.tags[n];if(s)try{return s+decodeURIComponent(i)}catch(o){return r(String(o)),null}return n==="!"?e:(r(`Could not resolve tag: ${e}`),null)}tagString(e){for(let[r,n]of Object.entries(this.tags))if(e.startsWith(n))return r+CW(e.substring(n.length));return e[0]==="!"?e:`!<${e}>`}toString(e){let r=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],n=Object.entries(this.tags),i;if(e&&n.length>0&&gP.isNode(e.contents)){let s={};RW.visit(e.contents,(o,l)=>{gP.isNode(l)&&l.tag&&(s[l.tag]=!0)}),i=Object.keys(s)}else i=[];for(let[s,o]of n)s==="!!"&&o==="tag:yaml.org,2002:"||(!e||i.some(l=>l.startsWith(o)))&&r.push(`%TAG ${s} ${o}`);return r.join(`
|
|
96
|
-
`)}};Hf.defaultYaml={explicit:!1,version:"1.2"};Hf.defaultTags={"!!":"tag:yaml.org,2002:"};
|
|
90
|
+
`.trim(),Oc=class{constructor(e){this.httpClient=e}httpClient;schemaCache=new Map;async fetchSchema(e,r){let n={method:"POST",url:e,headers:{"Content-Type":"application/json",Accept:"application/json",...r||{}},body:JSON.stringify({query:pW,operationName:"IntrospectionQuery"})},i=await this.httpClient.send(n);if(i.status<200||i.status>=300)throw new Error(`Introspection query failed with status ${i.status}: ${i.statusText}`);let s=typeof i.body=="string"?JSON.parse(i.body):i.body;if(s.errors&&s.errors.length>0){let l=s.errors.map(f=>f.message).join("; ");throw new Error(`Introspection query returned errors: ${l}`)}if(!s.data?.__schema)throw new Error("Invalid introspection response: missing __schema");let a=this.parseSchema(s.data.__schema,e);return this.schemaCache.set(e,a),a}getCachedSchema(e){return this.schemaCache.get(e)}extractOperations(e){let r=[],n=e.split(`
|
|
91
|
+
`),i=/^\s*(query|mutation|subscription)\s+(\w+)/;for(let s=0;s<n.length;s++){let a=n[s].match(i);a&&r.push({type:a[1],name:a[2],line:s+1})}return r.length===0&&e.trim().startsWith("{")&&r.push({type:"query",name:"(anonymous)",line:1}),r}clearCache(e){e?this.schemaCache.delete(e):this.schemaCache.clear()}schemaToSerializable(e){let r={};for(let[n,i]of e.types)r[n]=i;return{queryType:e.queryType,mutationType:e.mutationType,subscriptionType:e.subscriptionType,types:r,directives:e.directives,fetchedAt:e.fetchedAt,endpointUrl:e.endpointUrl}}parseSchema(e,r){let n=new Map;for(let s of e.types||[]){if(s.name.startsWith("__"))continue;let a={name:s.name,kind:s.kind,description:s.description||void 0,fields:(s.fields||[]).map(l=>this.parseField(l)),inputFields:(s.inputFields||[]).map(l=>this.parseArg(l)),enumValues:(s.enumValues||[]).map(l=>({name:l.name,description:l.description||void 0,isDeprecated:l.isDeprecated||!1,deprecationReason:l.deprecationReason||void 0})),interfaces:(s.interfaces||[]).map(l=>this.renderTypeRef(l)),possibleTypes:(s.possibleTypes||[]).map(l=>this.renderTypeRef(l))};n.set(a.name,a)}let i=(e.directives||[]).map(s=>({name:s.name,description:s.description||void 0,locations:s.locations||[],args:(s.args||[]).map(a=>this.parseArg(a))}));return{queryType:e.queryType?.name||"Query",mutationType:e.mutationType?.name||void 0,subscriptionType:e.subscriptionType?.name||void 0,types:n,directives:i,fetchedAt:Date.now(),endpointUrl:r}}parseField(e){return{name:e.name,type:this.renderTypeRef(e.type),args:(e.args||[]).map(r=>this.parseArg(r)),description:e.description||void 0,isDeprecated:e.isDeprecated||!1,deprecationReason:e.deprecationReason||void 0}}parseArg(e){return{name:e.name,type:this.renderTypeRef(e.type),defaultValue:e.defaultValue??void 0,description:e.description||void 0}}renderTypeRef(e){return e?e.kind==="NON_NULL"?`${this.renderTypeRef(e.ofType)}!`:e.kind==="LIST"?`[${this.renderTypeRef(e.ofType)}]`:e.name||"Unknown":"Unknown"}}});function Ei(t){let e={};for(let[r,n]of Object.entries(t))Q0.test(r)?e[r]=Array.isArray(n)?n.map(()=>Sa):Sa:e[r]=n;return e}function Z0(t=[]){return t.map(e=>e&&typeof e=="object"&&e.name&&on.test(e.name)?{...e,value:Sa}:e)}function Lf(t){try{let e=new URL(t),r=!1;for(let[n]of e.searchParams)on.test(n)&&(e.searchParams.set(n,Sa),r=!0);return r?e.toString():t}catch{return t}}function vm(t){if(t==null)return t;if(Array.isArray(t))return t.map(r=>vm(r));if(typeof t!="object")return t;let e={};for(let[r,n]of Object.entries(t))on.test(r)?e[r]=Sa:typeof n=="object"&&n!==null?e[r]=vm(n):e[r]=n;return e}function hW(t){try{let e=new URLSearchParams(t),r=!1;for(let[n]of e)on.test(n)&&(e.set(n,Sa),r=!0);return r?e.toString():t}catch{return t}}function bm(t){if(t==null)return t;if(typeof t=="object"&&!Buffer.isBuffer(t))return vm(t);if(typeof t=="string"){let e=t.trim();if(e.startsWith("{")||e.startsWith("["))try{let r=JSON.parse(e),n=vm(r);return JSON.stringify(n)}catch{}if(e.includes("=")&&!e.includes(`
|
|
92
|
+
`))return hW(e)}return t}function Sm(t){return{...t,sentRequest:{...t.sentRequest,url:Lf(t.sentRequest.url),headers:Ei(t.sentRequest.headers),body:t.sentRequest.body!=null?bm(t.sentRequest.body):t.sentRequest.body}}}function wm(t){return{...t,headers:Ei(t.headers),cookies:t.cookies.map(e=>e&&typeof e=="object"&&e.name&&on.test(e.name)?{...e,value:Sa}:e)}}function _m(t){return{...t,url:Lf(t.url),request:{...t.request,url:Lf(t.request.url),headers:Ei(t.request.headers),query:Ei(t.request.query),params:Ei(t.request.params),body:t.request.body!=null?bm(t.request.body):t.request.body},response:{headers:Ei(t.response.headers),body:t.response.body,time:t.response.time,size:t.response.size,cookies:t.response.cookies?Z0(t.response.cookies):t.response.cookies}}}function fr(t){return typeof t=="string"&&mW.test(t)}function aP(t){let e=[];if(t.url)try{let r=new URL(t.url.includes("://")?t.url:`http://placeholder${t.url.startsWith("/")?"":"/"}${t.url}`);for(let[n,i]of r.searchParams)on.test(n)&&i&&!fr(i)&&e.push({location:"url",field:n,message:`URL query parameter "${n}" contains a hardcoded value. Use a {{variable}} instead.`})}catch{}if(t.headers){let r=Array.isArray(t.headers)?t.headers.filter(n=>n.enabled!==!1).map(n=>[n.key,n.value]):Object.entries(t.headers);for(let[n,i]of r)Q0.test(n)&&i&&!fr(i)&&e.push({location:"header",field:n,message:`Header "${n}" contains a hardcoded value. Use a {{variable}} instead (e.g. {{${n.toLowerCase().replace(/[^a-z0-9]/g,"_")}}})`})}if(t.query){let r=Array.isArray(t.query)?t.query.filter(n=>n.enabled!==!1).map(n=>[n.key,n.value]):Object.entries(t.query);for(let[n,i]of r)on.test(n)&&i&&!fr(i)&&e.push({location:"query",field:n,message:`Query parameter "${n}" contains a hardcoded value. Use a {{variable}} instead.`})}if(t.auth){let r=t.auth;if(r.bearerToken&&!fr(r.bearerToken)&&e.push({location:"auth",field:"bearerToken",message:"Bearer token contains a hardcoded value. Store it in a {{variable}} in your .local.json environment file."}),r.basicAuth&&r.basicAuth.password&&!fr(r.basicAuth.password)&&e.push({location:"auth",field:"basicAuth.password",message:"Basic auth password contains a hardcoded value. Use a {{variable}} instead."}),r.apikey||r.apiKey){let n=r.apikey||r.apiKey;n.value&&!fr(n.value)&&e.push({location:"auth",field:"apiKey.value",message:"API key contains a hardcoded value. Use a {{variable}} instead."})}}if(t.body){let r=typeof t.body=="object"&&"content"in t.body?t.body.content:t.body;r&&gm(r,e)}return e}function gm(t,e){if(t!=null){if(typeof t=="string"){let r=t.trim();if(r.startsWith("{")||r.startsWith("[")){try{gm(JSON.parse(r),e)}catch{}return}if(r.includes("=")&&!r.includes(`
|
|
93
|
+
`)){try{let n=new URLSearchParams(r);for(let[i,s]of n)on.test(i)&&s&&!fr(s)&&e.push({location:"body",field:i,message:`Form field "${i}" contains a hardcoded value. Use a {{variable}} instead.`})}catch{}return}return}if(Array.isArray(t)){t.forEach(r=>gm(r,e));return}if(typeof t=="object")for(let[r,n]of Object.entries(t))on.test(r)&&n&&typeof n=="string"&&!fr(n)?e.push({location:"body",field:r,message:`Body field "${r}" contains a hardcoded value. Use a {{variable}} instead.`}):typeof n=="object"&&n!==null&&gm(n,e)}}function ba(t){return t.replace(/\./g,"_").replace(/[^a-zA-Z0-9_]/g,"_").replace(/_+/g,"_").replace(/^_|_$/g,"").toLowerCase()}function lP(t){let e=[],r=new Set;function n(i){let s=i,a=2;for(;r.has(s);)s=`${i}_${a++}`;return r.add(s),s}if(t.url)try{let i=new URL(t.url.includes("://")?t.url:`http://placeholder${t.url.startsWith("/")?"":"/"}${t.url}`);for(let[s,a]of i.searchParams)on.test(s)&&a&&!fr(a)&&e.push({location:"url",field:s,value:a,variableName:n(ba(s))})}catch{}if(t.headers){let i=Array.isArray(t.headers)?t.headers.filter(s=>s.enabled!==!1).map(s=>[s.key,s.value]):Object.entries(t.headers);for(let[s,a]of i)Q0.test(s)&&a&&!fr(a)&&e.push({location:"header",field:s,value:a,variableName:n(ba(s))})}if(t.query){let i=Array.isArray(t.query)?t.query.filter(s=>s.enabled!==!1).map(s=>[s.key,s.value]):Object.entries(t.query);for(let[s,a]of i)on.test(s)&&a&&!fr(a)&&e.push({location:"query",field:s,value:a,variableName:n(ba(s))})}if(t.auth){let i=t.auth;if(i.bearerToken&&!fr(i.bearerToken)&&e.push({location:"auth",field:"bearerToken",value:i.bearerToken,variableName:n("bearer_token")}),i.basicAuth&&i.basicAuth.password&&!fr(i.basicAuth.password)&&e.push({location:"auth",field:"basicAuth.password",value:i.basicAuth.password,variableName:n("basic_auth_password")}),i.apikey||i.apiKey){let s=i.apikey||i.apiKey;s.value&&!fr(s.value)&&e.push({location:"auth",field:"apiKey.value",value:s.value,variableName:n("api_key")})}}if(t.body){let i=typeof t.body=="object"&&"content"in t.body?t.body.content:t.body;i&&ym(i,e,r,"")}return e}function ym(t,e,r,n){if(t!=null){if(typeof t=="string"){let i=t.trim();if(i.startsWith("{")||i.startsWith("[")){try{ym(JSON.parse(i),e,r,n)}catch{}return}if(i.includes("=")&&!i.includes(`
|
|
94
|
+
`)){try{let s=new URLSearchParams(i);for(let[a,l]of s)if(on.test(a)&&l&&!fr(l)){let f=ba(a),d=2;for(;r.has(f);)f=`${ba(a)}_${d++}`;r.add(f),e.push({location:"body",field:a,path:n?`${n}.${a}`:a,value:l,variableName:f})}}catch{}return}return}if(Array.isArray(t)){t.forEach((i,s)=>ym(i,e,r,`${n}[${s}]`));return}if(typeof t=="object")for(let[i,s]of Object.entries(t)){let a=n?`${n}.${i}`:i;if(on.test(i)&&s&&typeof s=="string"&&!fr(s)){let l=ba(i),f=2;for(;r.has(l);)l=`${ba(i)}_${f++}`;r.add(l),e.push({location:"body",field:i,path:a,value:s,variableName:l})}else typeof s=="object"&&s!==null&&ym(s,e,r,a)}}}function cP(t,e){let r=JSON.parse(JSON.stringify(t));for(let n of e){let i=`{{${n.variableName}}}`;switch(n.location){case"url":r.url&&(r.url=r.url.replace(new RegExp(`([?&])${yW(n.field)}=[^&]*`),`$1${n.field}=${i}`));break;case"header":if(Array.isArray(r.headers)){let s=r.headers.find(a=>a.key===n.field&&a.value===n.value);s&&(s.value=i)}else r.headers&&r.headers[n.field]===n.value&&(r.headers[n.field]=i);break;case"query":if(Array.isArray(r.query)){let s=r.query.find(a=>a.key===n.field&&a.value===n.value);s&&(s.value=i)}else r.query&&r.query[n.field]===n.value&&(r.query[n.field]=i);break;case"auth":if(r.auth){if(n.field==="bearerToken")r.auth.bearerToken=i;else if(n.field==="basicAuth.password"&&r.auth.basicAuth)r.auth.basicAuth.password=i;else if(n.field==="apiKey.value"){let s=r.auth.apikey||r.auth.apiKey;s&&(s.value=i)}}break;case"body":gW(r,n.field,n.path,n.value,i);break}}return r}function gW(t,e,r,n,i){let s=typeof t.body=="object"&&t.body!==null&&"content"in t.body?t.body:null,a=s?s.content:t.body;if(a){if(typeof a=="string"){let l=a.trim();if(l.startsWith("{")||l.startsWith("[")){try{let f=JSON.parse(l);oP(f,e,r||e,n,i);let d=JSON.stringify(f,null,2);s?s.content=d:t.body=d}catch{}return}if(l.includes("=")&&!l.includes(`
|
|
95
|
+
`)){let f=new URLSearchParams(l);if(f.get(e)===n){f.set(e,i);let d=f.toString();s?s.content=d:t.body=d}return}return}typeof a=="object"&&a!==null&&oP(a,e,r||e,n,i)}}function oP(t,e,r,n,i){let s=r.split("."),a=t;for(let f=0;f<s.length-1;f++){let d=s[f],m=d.match(/^(.+)\[(\d+)\]$/);if(m?a=a?.[m[1]]?.[parseInt(m[2])]:a=a?.[d],a==null)return}let l=s[s.length-1];a&&a[l]===n&&(a[l]=i)}function yW(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var Sa,Q0,on,mW,jf=oe(()=>{"use strict";Sa="***",Q0=/^(authorization|proxy-authorization|www-authenticate)$|(token|cookie|secret|credential|api[_\-]?key|bearer|session[_\-]?id)/i,on=/(password|passwd|pwd|token|cookie|secret|credential|api[_\-]?key|apikey|access[_\-]?token|refresh[_\-]?token|client[_\-]?secret|private[_\-]?key|auth[_\-]?code|bearer|session[_\-]?id|jwt)/i;mW=/\{\{[^}]+\}\}/});var Te,Ur,Ic,X0=oe(()=>{"use strict";Te=he(require("fs")),Ur=he(require("path"));vn();jf();Ic=class{historyPath;sharedHistoryPath;constructor(e,r){this.historyPath=e,this.sharedHistoryPath=r}getEnvironmentHistoryPath(e){return Ur.join(this.historyPath,Et(e))}getCollectionHistoryPath(e,r){return Ur.join(this.getEnvironmentHistoryPath(e),r)}getRequestPath(e,r,n){return Ur.join(this.getCollectionHistoryPath(e,r),Et(n))}getSharedEnvironmentHistoryPath(e){return Ur.join(this.sharedHistoryPath,Et(e))}getSharedCollectionHistoryPath(e,r){return Ur.join(this.getSharedEnvironmentHistoryPath(e),r)}getSharedRequestPath(e,r,n){return Ur.join(this.getSharedCollectionHistoryPath(e,r),Et(n))}getHistoryFilePath(e,r,n){return Ur.join(this.getRequestPath(e,r,n),"transactions.json")}getSharedHistoryFilePath(e,r,n){return Ur.join(this.getSharedRequestPath(e,r,n),"transactions.json")}getResponseFilePath(e,r,n,i){return Ur.join(this.getRequestPath(e,r,n),`${i}.json`)}getSharedResponseFilePath(e,r,n,i){return Ur.join(this.getSharedRequestPath(e,r,n),`${i}.json`)}loadHistory(e,r,n){let i=this.getHistoryFilePath(e,r,n);try{if(!Te.existsSync(i))return null;let s=Te.readFileSync(i,"utf-8"),a=JSON.parse(s);return{environment:e||a.environment,requestPath:r||a.requestPath,requestId:n||a.requestId,method:a.method,requests:a.requests}}catch(s){return console.error(`Failed to load history for ${n}:`,s),null}}loadSharedHistory(e,r,n){let i=this.getSharedHistoryFilePath(e,r,n);try{if(!Te.existsSync(i))return null;let s=Te.readFileSync(i,"utf-8"),a=JSON.parse(s);return{environment:e||a.environment,requestPath:r||a.requestPath,requestId:n||a.requestId,method:a.method,requests:a.requests}}catch(s){return console.error(`Failed to load shared history for ${n}:`,s),null}}getEntriesForEnvironment(e,r,n){let i=this.loadHistory(e,r,n);return i?i.requests:[]}getEntriesGroupedByTicket(e,r,n){let i=this.getEntriesForEnvironment(e,r,n),s=new Map;for(let a of i){let l=a.ticket||a.branch||"";s.has(l)||s.set(l,[]),s.get(l).push(a)}return s}getSharedEntriesGroupedByTicket(e,r,n){let i=this.loadSharedHistory(e,r,n)?.requests??[],s=new Map;for(let a of i){let l=a.ticket||a.branch||"";s.has(l)||s.set(l,[]),s.get(l).push(a)}return s}saveHistory(e){let r=this.getRequestPath(e.environment,e.requestPath,e.requestId),n=this.getHistoryFilePath(e.environment,e.requestPath,e.requestId);try{Te.existsSync(r)||Te.mkdirSync(r,{recursive:!0}),Te.writeFileSync(n,JSON.stringify(e,null,2),"utf-8")}catch(i){throw console.error(`Failed to save history for ${e.requestId}:`,i),i}}saveSharedHistory(e){let r=this.getSharedRequestPath(e.environment,e.requestPath,e.requestId),n=this.getSharedHistoryFilePath(e.environment,e.requestPath,e.requestId);try{Te.existsSync(r)||Te.mkdirSync(r,{recursive:!0}),Te.writeFileSync(n,JSON.stringify(e,null,2),"utf-8")}catch(i){throw console.error(`Failed to save shared history for ${e.requestId}:`,i),i}}addEntry(e,r,n,i,s){let a=this.loadHistory(e,r,n);a||(a={environment:e,requestPath:r,requestId:n,method:i,requests:[]});let l=Sm({...s,method:i,id:lh(),timestamp:Date.now()});return a.requests.unshift(l),a.requests.length>100&&(a.requests=a.requests.slice(0,100)),this.saveHistory(a),l}deleteEntry(e,r,n,i){let s=this.loadHistory(e,r,n);if(!s)return!1;let a=s.requests.length;if(s.requests=s.requests.filter(l=>l.id!==i),s.requests.length!==a){this.saveHistory(s);let l=this.getResponseFilePath(e,r,n,i);return Te.existsSync(l)&&Te.unlinkSync(l),!0}return!1}deleteSharedEntry(e,r,n,i){let s=this.loadSharedHistory(e,r,n);if(!s)return!1;let a=s.requests.length;if(s.requests=s.requests.filter(l=>l.id!==i),s.requests.length!==a){this.saveSharedHistory(s);let l=this.getSharedResponseFilePath(e,r,n,i);return Te.existsSync(l)&&Te.unlinkSync(l),!0}return!1}shareEntry(e,r,n,i,s){let a=(s||"").trim();if(!a)return!1;let l=this.loadHistory(e,r,n);if(!l)return!1;let f=l.requests.findIndex(w=>w.id===i);if(f===-1)return!1;let[d]=l.requests.splice(f,1);this.saveHistory(l);let m=this.loadSharedHistory(e,r,n)||{environment:e,requestPath:r,requestId:n,method:l.method,requests:[]};if(!m.requests.some(w=>w.id===i)){let w={...d,ticket:null,branch:a};m.requests.unshift(w),m.requests.length>100&&(m.requests=m.requests.slice(0,100)),this.saveSharedHistory(m)}let g=this.getResponseFilePath(e,r,n,i),y=this.getSharedResponseFilePath(e,r,n,i);if(Te.existsSync(g)){let w=Ur.dirname(y);Te.existsSync(w)||Te.mkdirSync(w,{recursive:!0});try{Te.renameSync(g,y)}catch{try{Te.copyFileSync(g,y)}catch(R){return console.error(`Failed to copy full response from ${g} to ${y}:`,R),!0}try{Te.unlinkSync(g)}catch(R){console.warn(`Failed to remove original full response after copy: ${g}`,R)}}}return!0}moveSharedEntry(e,r,n,i,s){let a=(s||"").trim();if(!a)return!1;let l=this.loadSharedHistory(e,r,n);if(!l)return!1;let f=!1;return l.requests=l.requests.map(d=>d.id===i?(f=!0,{...d,ticket:null,branch:a}):d),f?(this.saveSharedHistory(l),!0):!1}renameSharedGroup(e,r,n,i,s){let a=(i||"").trim(),l=(s||"").trim();if(!a||!l||a===l)return!1;let f=this.loadSharedHistory(e,r,n);if(!f)return!1;let d=!1;return f.requests=f.requests.map(m=>!m.ticket&&m.branch===a?(d=!0,{...m,branch:l}):m),d?(this.saveSharedHistory(f),!0):!1}clearHistory(e,r,n){let i=this.getRequestPath(e,r,n);if(Te.existsSync(i)){let s=Te.readdirSync(i);for(let a of s)Te.unlinkSync(Ur.join(i,a));Te.rmdirSync(i)}}saveFullResponse(e,r,n,i,s){let a=this.getRequestPath(e,r,n),l=this.getResponseFilePath(e,r,n,i);try{Te.existsSync(a)||Te.mkdirSync(a,{recursive:!0});let f=wm(s);Te.writeFileSync(l,JSON.stringify(f,null,2),"utf-8")}catch(f){throw console.error(`Failed to save full response for ${i}:`,f),f}}loadFullResponse(e,r,n,i){let s=this.getResponseFilePath(e,r,n,i);try{if(!Te.existsSync(s))return null;let a=Te.readFileSync(s,"utf-8");return JSON.parse(a)}catch(a){return console.error(`Failed to load full response for ${i}:`,a),null}}loadSharedFullResponse(e,r,n,i){let s=this.getSharedResponseFilePath(e,r,n,i);try{if(!Te.existsSync(s))return null;let a=Te.readFileSync(s,"utf-8");return JSON.parse(a)}catch(a){return console.error(`Failed to load shared full response for ${i}:`,a),null}}}});var wa,ew=oe(()=>{"use strict";wa=class{constructor(e,r){this.historyService=e;this.inferrer=r}historyService;inferrer;async analyze(e,r,n){let i=n?.environment||"default",s=n?.maxSamples||50,a=this.historyService.loadHistory(i,e,r),l=this.historyService.loadSharedHistory(i,e,r),f=[...a?.requests||[],...l?.requests||[]];if(f.length===0)return{responses:{}};let d=f.slice(0,s),m=new Map;for(let y of d){let w=this.historyService.loadFullResponse(i,e,r,y.id);if(w||(w=this.historyService.loadSharedFullResponse(i,e,r,y.id)),w){let C=w.status;m.has(C)||m.set(C,[]),m.get(C).push(w)}}let g={};for(let[y,w]of m){let C=this.buildResponseDefinition(w);g[String(y)]=C}return{responses:g}}buildResponseDefinition(e){let r={};if(e.length===0)return r;let n=e[0];r.description=n.statusText||`Status ${n.status}`;let i=this.extractContentType(n.headers);if(i&&(r.contentType=i),i&&this.isJsonContentType(i)){let a=this.inferBodySchema(n);for(let l=1;l<e.length;l++){let f=this.inferBodySchema(e[l]);f&&a?a=this.inferrer.mergeSchemas(a,f):f&&(a=f)}if(a&&(r.schema=a),n.body!==void 0&&n.body!==null){let l=typeof n.body=="string"?this.tryParseJson(n.body):n.body;l!==void 0&&(r.examples={default:{summary:"Captured from history",value:l}})}}let s=this.findConsistentHeaders(e);return Object.keys(s).length>0&&(r.headers=s),r}inferBodySchema(e){if(e.body===void 0||e.body===null)return;let r=e.body;if(!(typeof r=="string"&&(r=this.tryParseJson(r),r===void 0)))return this.inferrer.inferFromValue(r)}extractContentType(e){for(let[r,n]of Object.entries(e))if(r.toLowerCase()==="content-type")return(Array.isArray(n)?n[0]:n).split(";")[0].trim()}isJsonContentType(e){return e.includes("json")||e.includes("+json")||e==="application/json"}findConsistentHeaders(e){if(e.length===0)return{};let r=new Set(["content-type","content-length","content-encoding","transfer-encoding","connection","date","server","set-cookie","vary","cache-control","expires","pragma","etag","last-modified","age"]),n=new Map,i=new Map;for(let l of e)for(let[f,d]of Object.entries(l.headers)){let m=f.toLowerCase();r.has(m)||(n.set(m,(n.get(m)||0)+1),i.has(m)||i.set(m,Array.isArray(d)?d.join(", "):d))}let s=Math.ceil(e.length/2),a={};for(let[l,f]of n)if(f>=s){let d=i.get(l);a[l]={schema:this.inferHeaderSchema(d)}}return a}inferHeaderSchema(e){return e?/^\d+$/.test(e)?{type:"integer"}:{type:"string"}:{type:"string"}}tryParseJson(e){try{return JSON.parse(e)}catch{return}}}});var Ye=F(rr=>{"use strict";var tw=Symbol.for("yaml.alias"),uP=Symbol.for("yaml.document"),Rm=Symbol.for("yaml.map"),fP=Symbol.for("yaml.pair"),rw=Symbol.for("yaml.scalar"),xm=Symbol.for("yaml.seq"),is=Symbol.for("yaml.node.type"),vW=t=>!!t&&typeof t=="object"&&t[is]===tw,bW=t=>!!t&&typeof t=="object"&&t[is]===uP,SW=t=>!!t&&typeof t=="object"&&t[is]===Rm,wW=t=>!!t&&typeof t=="object"&&t[is]===fP,dP=t=>!!t&&typeof t=="object"&&t[is]===rw,_W=t=>!!t&&typeof t=="object"&&t[is]===xm;function pP(t){if(t&&typeof t=="object")switch(t[is]){case Rm:case xm:return!0}return!1}function RW(t){if(t&&typeof t=="object")switch(t[is]){case tw:case Rm:case rw:case xm:return!0}return!1}var xW=t=>(dP(t)||pP(t))&&!!t.anchor;rr.ALIAS=tw;rr.DOC=uP;rr.MAP=Rm;rr.NODE_TYPE=is;rr.PAIR=fP;rr.SCALAR=rw;rr.SEQ=xm;rr.hasAnchor=xW;rr.isAlias=vW;rr.isCollection=pP;rr.isDocument=bW;rr.isMap=SW;rr.isNode=RW;rr.isPair=wW;rr.isScalar=dP;rr.isSeq=_W});var Uf=F(nw=>{"use strict";var zt=Ye(),Hr=Symbol("break visit"),hP=Symbol("skip children"),Oi=Symbol("remove node");function Cm(t,e){let r=mP(e);zt.isDocument(t)?Pc(null,t.contents,r,Object.freeze([t]))===Oi&&(t.contents=null):Pc(null,t,r,Object.freeze([]))}Cm.BREAK=Hr;Cm.SKIP=hP;Cm.REMOVE=Oi;function Pc(t,e,r,n){let i=gP(t,e,r,n);if(zt.isNode(i)||zt.isPair(i))return yP(t,n,i),Pc(t,i,r,n);if(typeof i!="symbol"){if(zt.isCollection(e)){n=Object.freeze(n.concat(e));for(let s=0;s<e.items.length;++s){let a=Pc(s,e.items[s],r,n);if(typeof a=="number")s=a-1;else{if(a===Hr)return Hr;a===Oi&&(e.items.splice(s,1),s-=1)}}}else if(zt.isPair(e)){n=Object.freeze(n.concat(e));let s=Pc("key",e.key,r,n);if(s===Hr)return Hr;s===Oi&&(e.key=null);let a=Pc("value",e.value,r,n);if(a===Hr)return Hr;a===Oi&&(e.value=null)}}return i}async function Em(t,e){let r=mP(e);zt.isDocument(t)?await kc(null,t.contents,r,Object.freeze([t]))===Oi&&(t.contents=null):await kc(null,t,r,Object.freeze([]))}Em.BREAK=Hr;Em.SKIP=hP;Em.REMOVE=Oi;async function kc(t,e,r,n){let i=await gP(t,e,r,n);if(zt.isNode(i)||zt.isPair(i))return yP(t,n,i),kc(t,i,r,n);if(typeof i!="symbol"){if(zt.isCollection(e)){n=Object.freeze(n.concat(e));for(let s=0;s<e.items.length;++s){let a=await kc(s,e.items[s],r,n);if(typeof a=="number")s=a-1;else{if(a===Hr)return Hr;a===Oi&&(e.items.splice(s,1),s-=1)}}}else if(zt.isPair(e)){n=Object.freeze(n.concat(e));let s=await kc("key",e.key,r,n);if(s===Hr)return Hr;s===Oi&&(e.key=null);let a=await kc("value",e.value,r,n);if(a===Hr)return Hr;a===Oi&&(e.value=null)}}return i}function mP(t){return typeof t=="object"&&(t.Collection||t.Node||t.Value)?Object.assign({Alias:t.Node,Map:t.Node,Scalar:t.Node,Seq:t.Node},t.Value&&{Map:t.Value,Scalar:t.Value,Seq:t.Value},t.Collection&&{Map:t.Collection,Seq:t.Collection},t):t}function gP(t,e,r,n){if(typeof r=="function")return r(t,e,n);if(zt.isMap(e))return r.Map?.(t,e,n);if(zt.isSeq(e))return r.Seq?.(t,e,n);if(zt.isPair(e))return r.Pair?.(t,e,n);if(zt.isScalar(e))return r.Scalar?.(t,e,n);if(zt.isAlias(e))return r.Alias?.(t,e,n)}function yP(t,e,r){let n=e[e.length-1];if(zt.isCollection(n))n.items[t]=r;else if(zt.isPair(n))t==="key"?n.key=r:n.value=r;else if(zt.isDocument(n))n.contents=r;else{let i=zt.isAlias(n)?"alias":"scalar";throw new Error(`Cannot replace node with ${i} parent`)}}nw.visit=Cm;nw.visitAsync=Em});var iw=F(bP=>{"use strict";var vP=Ye(),CW=Uf(),EW={"!":"%21",",":"%2C","[":"%5B","]":"%5D","{":"%7B","}":"%7D"},OW=t=>t.replace(/[!,[\]{}]/g,e=>EW[e]),Hf=class t{constructor(e,r){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},t.defaultYaml,e),this.tags=Object.assign({},t.defaultTags,r)}clone(){let e=new t(this.yaml,this.tags);return e.docStart=this.docStart,e}atDocument(){let e=new t(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:t.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},t.defaultTags);break}return e}add(e,r){this.atNextDocument&&(this.yaml={explicit:t.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},t.defaultTags),this.atNextDocument=!1);let n=e.trim().split(/[ \t]+/),i=n.shift();switch(i){case"%TAG":{if(n.length!==2&&(r(0,"%TAG directive should contain exactly two parts"),n.length<2))return!1;let[s,a]=n;return this.tags[s]=a,!0}case"%YAML":{if(this.yaml.explicit=!0,n.length!==1)return r(0,"%YAML directive should contain exactly one part"),!1;let[s]=n;if(s==="1.1"||s==="1.2")return this.yaml.version=s,!0;{let a=/^\d+\.\d+$/.test(s);return r(6,`Unsupported YAML version ${s}`,a),!1}}default:return r(0,`Unknown directive ${i}`,!0),!1}}tagName(e,r){if(e==="!")return"!";if(e[0]!=="!")return r(`Not a valid tag: ${e}`),null;if(e[1]==="<"){let a=e.slice(2,-1);return a==="!"||a==="!!"?(r(`Verbatim tags aren't resolved, so ${e} is invalid.`),null):(e[e.length-1]!==">"&&r("Verbatim tags must end with a >"),a)}let[,n,i]=e.match(/^(.*!)([^!]*)$/s);i||r(`The ${e} tag has no suffix`);let s=this.tags[n];if(s)try{return s+decodeURIComponent(i)}catch(a){return r(String(a)),null}return n==="!"?e:(r(`Could not resolve tag: ${e}`),null)}tagString(e){for(let[r,n]of Object.entries(this.tags))if(e.startsWith(n))return r+OW(e.substring(n.length));return e[0]==="!"?e:`!<${e}>`}toString(e){let r=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],n=Object.entries(this.tags),i;if(e&&n.length>0&&vP.isNode(e.contents)){let s={};CW.visit(e.contents,(a,l)=>{vP.isNode(l)&&l.tag&&(s[l.tag]=!0)}),i=Object.keys(s)}else i=[];for(let[s,a]of n)s==="!!"&&a==="tag:yaml.org,2002:"||(!e||i.some(l=>l.startsWith(a)))&&r.push(`%TAG ${s} ${a}`);return r.join(`
|
|
96
|
+
`)}};Hf.defaultYaml={explicit:!1,version:"1.2"};Hf.defaultTags={"!!":"tag:yaml.org,2002:"};bP.Directives=Hf});var Om=F(Bf=>{"use strict";var SP=Ye(),IW=Uf();function PW(t){if(/[\x00-\x19\s,[\]{}]/.test(t)){let r=`Anchor must not contain whitespace or control characters: ${JSON.stringify(t)}`;throw new Error(r)}return!0}function wP(t){let e=new Set;return IW.visit(t,{Value(r,n){n.anchor&&e.add(n.anchor)}}),e}function _P(t,e){for(let r=1;;++r){let n=`${t}${r}`;if(!e.has(n))return n}}function kW(t,e){let r=[],n=new Map,i=null;return{onAnchor:s=>{r.push(s),i??(i=wP(t));let a=_P(e,i);return i.add(a),a},setAnchors:()=>{for(let s of r){let a=n.get(s);if(typeof a=="object"&&a.anchor&&(SP.isScalar(a.node)||SP.isCollection(a.node)))a.node.anchor=a.anchor;else{let l=new Error("Failed to resolve repeated object (this should not happen)");throw l.source=s,l}}},sourceObjects:n}}Bf.anchorIsValid=PW;Bf.anchorNames=wP;Bf.createNodeAnchors=kW;Bf.findNewAnchor=_P});var sw=F(RP=>{"use strict";function Vf(t,e,r,n){if(n&&typeof n=="object")if(Array.isArray(n))for(let i=0,s=n.length;i<s;++i){let a=n[i],l=Vf(t,n,String(i),a);l===void 0?delete n[i]:l!==a&&(n[i]=l)}else if(n instanceof Map)for(let i of Array.from(n.keys())){let s=n.get(i),a=Vf(t,n,i,s);a===void 0?n.delete(i):a!==s&&n.set(i,a)}else if(n instanceof Set)for(let i of Array.from(n)){let s=Vf(t,n,i,i);s===void 0?n.delete(i):s!==i&&(n.delete(i),n.add(s))}else for(let[i,s]of Object.entries(n)){let a=Vf(t,n,i,s);a===void 0?delete n[i]:a!==s&&(n[i]=a)}return t.call(e,r,n)}RP.applyReviver=Vf});var eo=F(CP=>{"use strict";var TW=Ye();function xP(t,e,r){if(Array.isArray(t))return t.map((n,i)=>xP(n,String(i),r));if(t&&typeof t.toJSON=="function"){if(!r||!TW.hasAnchor(t))return t.toJSON(e,r);let n={aliasCount:0,count:1,res:void 0};r.anchors.set(t,n),r.onCreate=s=>{n.res=s,delete r.onCreate};let i=t.toJSON(e,r);return r.onCreate&&r.onCreate(i),i}return typeof t=="bigint"&&!r?.keep?Number(t):t}CP.toJS=xP});var Im=F(OP=>{"use strict";var AW=sw(),EP=Ye(),qW=eo(),ow=class{constructor(e){Object.defineProperty(this,EP.NODE_TYPE,{value:e})}clone(){let e=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(e.range=this.range.slice()),e}toJS(e,{mapAsMap:r,maxAliasCount:n,onAnchor:i,reviver:s}={}){if(!EP.isDocument(e))throw new TypeError("A document argument is required");let a={anchors:new Map,doc:e,keep:!0,mapAsMap:r===!0,mapKeyWarned:!1,maxAliasCount:typeof n=="number"?n:100},l=qW.toJS(this,"",a);if(typeof i=="function")for(let{count:f,res:d}of a.anchors.values())i(d,f);return typeof s=="function"?AW.applyReviver(s,{"":l},"",l):l}};OP.NodeBase=ow});var Wf=F(IP=>{"use strict";var $W=Om(),MW=Uf(),Tc=Ye(),NW=Im(),DW=eo(),aw=class extends NW.NodeBase{constructor(e){super(Tc.ALIAS),this.source=e,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(e,r){if(r?.maxAliasCount===0)throw new ReferenceError("Alias resolution is disabled");let n;r?.aliasResolveCache?n=r.aliasResolveCache:(n=[],MW.visit(e,{Node:(s,a)=>{(Tc.isAlias(a)||Tc.hasAnchor(a))&&n.push(a)}}),r&&(r.aliasResolveCache=n));let i;for(let s of n){if(s===this)break;s.anchor===this.source&&(i=s)}return i}toJSON(e,r){if(!r)return{source:this.source};let{anchors:n,doc:i,maxAliasCount:s}=r,a=this.resolve(i,r);if(!a){let f=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(f)}let l=n.get(a);if(l||(DW.toJS(a,null,r),l=n.get(a)),l?.res===void 0){let f="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(f)}if(s>=0&&(l.count+=1,l.aliasCount===0&&(l.aliasCount=Pm(i,a,n)),l.count*l.aliasCount>s)){let f="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(f)}return l.res}toString(e,r,n){let i=`*${this.source}`;if(e){if($W.anchorIsValid(this.source),e.options.verifyAliasOrder&&!e.anchors.has(this.source)){let s=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(s)}if(e.implicitKey)return`${i} `}return i}};function Pm(t,e,r){if(Tc.isAlias(e)){let n=e.resolve(t),i=r&&n&&r.get(n);return i?i.count*i.aliasCount:0}else if(Tc.isCollection(e)){let n=0;for(let i of e.items){let s=Pm(t,i,r);s>n&&(n=s)}return n}else if(Tc.isPair(e)){let n=Pm(t,e.key,r),i=Pm(t,e.value,r);return Math.max(n,i)}return 1}IP.Alias=aw});var Lt=F(lw=>{"use strict";var FW=Ye(),LW=Im(),jW=eo(),UW=t=>!t||typeof t!="function"&&typeof t!="object",to=class extends LW.NodeBase{constructor(e){super(FW.SCALAR),this.value=e}toJSON(e,r){return r?.keep?this.value:jW.toJS(this.value,e,r)}toString(){return String(this.value)}};to.BLOCK_FOLDED="BLOCK_FOLDED";to.BLOCK_LITERAL="BLOCK_LITERAL";to.PLAIN="PLAIN";to.QUOTE_DOUBLE="QUOTE_DOUBLE";to.QUOTE_SINGLE="QUOTE_SINGLE";lw.Scalar=to;lw.isScalarValue=UW});var zf=F(kP=>{"use strict";var HW=Wf(),_a=Ye(),PP=Lt(),BW="tag:yaml.org,2002:";function VW(t,e,r){if(e){let n=r.filter(s=>s.tag===e),i=n.find(s=>!s.format)??n[0];if(!i)throw new Error(`Tag ${e} not found`);return i}return r.find(n=>n.identify?.(t)&&!n.format)}function WW(t,e,r){if(_a.isDocument(t)&&(t=t.contents),_a.isNode(t))return t;if(_a.isPair(t)){let g=r.schema[_a.MAP].createNode?.(r.schema,null,r);return g.items.push(t),g}(t instanceof String||t instanceof Number||t instanceof Boolean||typeof BigInt<"u"&&t instanceof BigInt)&&(t=t.valueOf());let{aliasDuplicateObjects:n,onAnchor:i,onTagObj:s,schema:a,sourceObjects:l}=r,f;if(n&&t&&typeof t=="object"){if(f=l.get(t),f)return f.anchor??(f.anchor=i(t)),new HW.Alias(f.anchor);f={anchor:null,node:null},l.set(t,f)}e?.startsWith("!!")&&(e=BW+e.slice(2));let d=VW(t,e,a.tags);if(!d){if(t&&typeof t.toJSON=="function"&&(t=t.toJSON()),!t||typeof t!="object"){let g=new PP.Scalar(t);return f&&(f.node=g),g}d=t instanceof Map?a[_a.MAP]:Symbol.iterator in Object(t)?a[_a.SEQ]:a[_a.MAP]}s&&(s(d),delete r.onTagObj);let m=d?.createNode?d.createNode(r.schema,t,r):typeof d?.nodeClass?.from=="function"?d.nodeClass.from(r.schema,t,r):new PP.Scalar(t);return e?m.tag=e:d.default||(m.tag=d.tag),f&&(f.node=m),m}kP.createNode=WW});var Tm=F(km=>{"use strict";var zW=zf(),Ii=Ye(),JW=Im();function cw(t,e,r){let n=r;for(let i=e.length-1;i>=0;--i){let s=e[i];if(typeof s=="number"&&Number.isInteger(s)&&s>=0){let a=[];a[s]=n,n=a}else n=new Map([[s,n]])}return zW.createNode(n,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw new Error("This should not happen, please report a bug.")},schema:t,sourceObjects:new Map})}var TP=t=>t==null||typeof t=="object"&&!!t[Symbol.iterator]().next().done,uw=class extends JW.NodeBase{constructor(e,r){super(e),Object.defineProperty(this,"schema",{value:r,configurable:!0,enumerable:!1,writable:!0})}clone(e){let r=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return e&&(r.schema=e),r.items=r.items.map(n=>Ii.isNode(n)||Ii.isPair(n)?n.clone(e):n),this.range&&(r.range=this.range.slice()),r}addIn(e,r){if(TP(e))this.add(r);else{let[n,...i]=e,s=this.get(n,!0);if(Ii.isCollection(s))s.addIn(i,r);else if(s===void 0&&this.schema)this.set(n,cw(this.schema,i,r));else throw new Error(`Expected YAML collection at ${n}. Remaining path: ${i}`)}}deleteIn(e){let[r,...n]=e;if(n.length===0)return this.delete(r);let i=this.get(r,!0);if(Ii.isCollection(i))return i.deleteIn(n);throw new Error(`Expected YAML collection at ${r}. Remaining path: ${n}`)}getIn(e,r){let[n,...i]=e,s=this.get(n,!0);return i.length===0?!r&&Ii.isScalar(s)?s.value:s:Ii.isCollection(s)?s.getIn(i,r):void 0}hasAllNullValues(e){return this.items.every(r=>{if(!Ii.isPair(r))return!1;let n=r.value;return n==null||e&&Ii.isScalar(n)&&n.value==null&&!n.commentBefore&&!n.comment&&!n.tag})}hasIn(e){let[r,...n]=e;if(n.length===0)return this.has(r);let i=this.get(r,!0);return Ii.isCollection(i)?i.hasIn(n):!1}setIn(e,r){let[n,...i]=e;if(i.length===0)this.set(n,r);else{let s=this.get(n,!0);if(Ii.isCollection(s))s.setIn(i,r);else if(s===void 0&&this.schema)this.set(n,cw(this.schema,i,r));else throw new Error(`Expected YAML collection at ${n}. Remaining path: ${i}`)}}};km.Collection=uw;km.collectionFromPath=cw;km.isEmptyPath=TP});var Jf=F(Am=>{"use strict";var YW=t=>t.replace(/^(?!$)(?: $)?/gm,"#");function fw(t,e){return/^\n+$/.test(t)?t.substring(1):e?t.replace(/^(?! *$)/gm,e):t}var GW=(t,e,r)=>t.endsWith(`
|
|
97
97
|
`)?fw(r,e):r.includes(`
|
|
98
98
|
`)?`
|
|
99
|
-
`+fw(r,e):(t.endsWith(" ")?"":" ")+r;Am.indentComment=fw;Am.lineComment=
|
|
100
|
-
`)r===dw&&(R=
|
|
101
|
-
`&&w!==" "){let
|
|
102
|
-
`&&
|
|
103
|
-
${e}${t.slice(0,
|
|
104
|
-
${e}${t.slice(
|
|
105
|
-
`);n=e,i=e+1,s=t[i]}return n}Yf.FOLD_BLOCK=dw;Yf.FOLD_FLOW=
|
|
106
|
-
`){if(s-
|
|
107
|
-
|
|
108
|
-
`;r[f+2]==="\\"&&r[f+3]==="n"&&r[f+4]!=='"';)
|
|
109
|
-
`,f+=2;
|
|
99
|
+
`+fw(r,e):(t.endsWith(" ")?"":" ")+r;Am.indentComment=fw;Am.lineComment=GW;Am.stringifyComment=YW});var qP=F(Yf=>{"use strict";var KW="flow",dw="block",qm="quoted";function QW(t,e,r="flow",{indentAtStart:n,lineWidth:i=80,minContentWidth:s=20,onFold:a,onOverflow:l}={}){if(!i||i<0)return t;i<s&&(s=0);let f=Math.max(1+s,1+i-e.length);if(t.length<=f)return t;let d=[],m={},g=i-e.length;typeof n=="number"&&(n>i-Math.max(2,s)?d.push(0):g=i-n);let y,w,C=!1,R=-1,T=-1,A=-1;r===dw&&(R=AP(t,R,e.length),R!==-1&&(g=R+f));for(let B;B=t[R+=1];){if(r===qm&&B==="\\"){switch(T=R,t[R+1]){case"x":R+=3;break;case"u":R+=5;break;case"U":R+=9;break;default:R+=1}A=R}if(B===`
|
|
100
|
+
`)r===dw&&(R=AP(t,R,e.length)),g=R+e.length+f,y=void 0;else{if(B===" "&&w&&w!==" "&&w!==`
|
|
101
|
+
`&&w!==" "){let V=t[R+1];V&&V!==" "&&V!==`
|
|
102
|
+
`&&V!==" "&&(y=R)}if(R>=g)if(y)d.push(y),g=y+f,y=void 0;else if(r===qm){for(;w===" "||w===" ";)w=B,B=t[R+=1],C=!0;let V=R>A+1?R-2:T-1;if(m[V])return t;d.push(V),m[V]=!0,g=V+f,y=void 0}else C=!0}w=B}if(C&&l&&l(),d.length===0)return t;a&&a();let U=t.slice(0,d[0]);for(let B=0;B<d.length;++B){let V=d[B],W=d[B+1]||t.length;V===0?U=`
|
|
103
|
+
${e}${t.slice(0,W)}`:(r===qm&&m[V]&&(U+=`${t[V]}\\`),U+=`
|
|
104
|
+
${e}${t.slice(V+1,W)}`)}return U}function AP(t,e,r){let n=e,i=e+1,s=t[i];for(;s===" "||s===" ";)if(e<i+r)s=t[++e];else{do s=t[++e];while(s&&s!==`
|
|
105
|
+
`);n=e,i=e+1,s=t[i]}return n}Yf.FOLD_BLOCK=dw;Yf.FOLD_FLOW=KW;Yf.FOLD_QUOTED=qm;Yf.foldFlowLines=QW});var Kf=F($P=>{"use strict";var Kn=Lt(),ro=qP(),Mm=(t,e)=>({indentAtStart:e?t.indent.length:t.indentAtStart,lineWidth:t.options.lineWidth,minContentWidth:t.options.minContentWidth}),Nm=t=>/^(%|---|\.\.\.)/m.test(t);function ZW(t,e,r){if(!e||e<0)return!1;let n=e-r,i=t.length;if(i<=n)return!1;for(let s=0,a=0;s<i;++s)if(t[s]===`
|
|
106
|
+
`){if(s-a>n)return!0;if(a=s+1,i-a<=n)return!1}return!0}function Gf(t,e){let r=JSON.stringify(t);if(e.options.doubleQuotedAsJSON)return r;let{implicitKey:n}=e,i=e.options.doubleQuotedMinMultiLineLength,s=e.indent||(Nm(t)?" ":""),a="",l=0;for(let f=0,d=r[f];d;d=r[++f])if(d===" "&&r[f+1]==="\\"&&r[f+2]==="n"&&(a+=r.slice(l,f)+"\\ ",f+=1,l=f,d="\\"),d==="\\")switch(r[f+1]){case"u":{a+=r.slice(l,f);let m=r.substr(f+2,4);switch(m){case"0000":a+="\\0";break;case"0007":a+="\\a";break;case"000b":a+="\\v";break;case"001b":a+="\\e";break;case"0085":a+="\\N";break;case"00a0":a+="\\_";break;case"2028":a+="\\L";break;case"2029":a+="\\P";break;default:m.substr(0,2)==="00"?a+="\\x"+m.substr(2):a+=r.substr(f,6)}f+=5,l=f+1}break;case"n":if(n||r[f+2]==='"'||r.length<i)f+=1;else{for(a+=r.slice(l,f)+`
|
|
107
|
+
|
|
108
|
+
`;r[f+2]==="\\"&&r[f+3]==="n"&&r[f+4]!=='"';)a+=`
|
|
109
|
+
`,f+=2;a+=s,r[f+2]===" "&&(a+="\\"),f+=1,l=f+1}break;default:f+=1}return a=l?a+r.slice(l):r,n?a:ro.foldFlowLines(a,s,ro.FOLD_QUOTED,Mm(e,!1))}function pw(t,e){if(e.options.singleQuote===!1||e.implicitKey&&t.includes(`
|
|
110
110
|
`)||/[ \t]\n|\n[ \t]/.test(t))return Gf(t,e);let r=e.indent||(Nm(t)?" ":""),n="'"+t.replace(/'/g,"''").replace(/\n+/g,`$&
|
|
111
111
|
${r}`)+"'";return e.implicitKey?n:ro.foldFlowLines(n,r,ro.FOLD_FLOW,Mm(e,!1))}function Ac(t,e){let{singleQuote:r}=e.options,n;if(r===!1)n=Gf;else{let i=t.includes('"'),s=t.includes("'");i&&!s?n=pw:s&&!i?n=Gf:n=r?pw:Gf}return n(t,e)}var hw;try{hw=new RegExp(`(^|(?<!
|
|
112
112
|
))
|
|
113
113
|
+(?!
|
|
114
|
-
|$)`,"g")}catch{hw=/\n+(?!\n|$)/g}function $m({comment:t,type:e,value:r},n,i,s){let{blockQuote:
|
|
114
|
+
|$)`,"g")}catch{hw=/\n+(?!\n|$)/g}function $m({comment:t,type:e,value:r},n,i,s){let{blockQuote:a,commentString:l,lineWidth:f}=n.options;if(!a||/\n[\t ]+$/.test(r))return Ac(r,n);let d=n.indent||(n.forceBlockIndent||Nm(r)?" ":""),m=a==="literal"?!0:a==="folded"||e===Kn.Scalar.BLOCK_FOLDED?!1:e===Kn.Scalar.BLOCK_LITERAL?!0:!ZW(r,f,d.length);if(!r)return m?`|
|
|
115
115
|
`:`>
|
|
116
|
-
`;let g,y;for(y=r.length;y>0;--y){let
|
|
117
|
-
`&&
|
|
116
|
+
`;let g,y;for(y=r.length;y>0;--y){let W=r[y-1];if(W!==`
|
|
117
|
+
`&&W!==" "&&W!==" ")break}let w=r.substring(y),C=w.indexOf(`
|
|
118
118
|
`);C===-1?g="-":r===w||C!==w.length-1?(g="+",s&&s()):g="",w&&(r=r.slice(0,-w.length),w[w.length-1]===`
|
|
119
|
-
`&&(w=w.slice(0,-1)),w=w.replace(hw,`$&${d}`));let R=!1,
|
|
120
|
-
`)A=
|
|
121
|
-
$&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${d}`),X=!1,
|
|
122
|
-
${d}${_}`}return r=r.replace(/\n+/g,`$&${d}`),`|${
|
|
123
|
-
${d}${U}${r}${w}`}function
|
|
119
|
+
`&&(w=w.slice(0,-1)),w=w.replace(hw,`$&${d}`));let R=!1,T,A=-1;for(T=0;T<r.length;++T){let W=r[T];if(W===" ")R=!0;else if(W===`
|
|
120
|
+
`)A=T;else break}let U=r.substring(0,A<T?A+1:T);U&&(r=r.substring(U.length),U=U.replace(/\n+/g,`$&${d}`));let V=(R?d?"2":"1":"")+g;if(t&&(V+=" "+l(t.replace(/ ?[\r\n]+/g," ")),i&&i()),!m){let W=r.replace(/\n+/g,`
|
|
121
|
+
$&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${d}`),X=!1,P=Mm(n,!0);a!=="folded"&&e!==Kn.Scalar.BLOCK_FOLDED&&(P.onOverflow=()=>{X=!0});let _=ro.foldFlowLines(`${U}${W}${w}`,d,ro.FOLD_BLOCK,P);if(!X)return`>${V}
|
|
122
|
+
${d}${_}`}return r=r.replace(/\n+/g,`$&${d}`),`|${V}
|
|
123
|
+
${d}${U}${r}${w}`}function XW(t,e,r,n){let{type:i,value:s}=t,{actualString:a,implicitKey:l,indent:f,indentStep:d,inFlow:m}=e;if(l&&s.includes(`
|
|
124
124
|
`)||m&&/[[\]{},]/.test(s))return Ac(s,e);if(/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(s))return l||m||!s.includes(`
|
|
125
125
|
`)?Ac(s,e):$m(t,e,r,n);if(!l&&!m&&i!==Kn.Scalar.PLAIN&&s.includes(`
|
|
126
126
|
`))return $m(t,e,r,n);if(Nm(s)){if(f==="")return e.forceBlockIndent=!0,$m(t,e,r,n);if(l&&f===d)return Ac(s,e)}let g=s.replace(/\n+/g,`$&
|
|
127
|
-
${f}`);if(
|
|
128
|
-
${e.indent}${l}`:l}mw.createStringifyContext=
|
|
129
|
-
${l}:`):(
|
|
130
|
-
`:"",U){let
|
|
131
|
-
${Zf.indentComment(
|
|
127
|
+
${f}`);if(a){let y=R=>R.default&&R.tag!=="tag:yaml.org,2002:str"&&R.test?.test(g),{compat:w,tags:C}=e.doc.schema;if(C.some(y)||w?.some(y))return Ac(s,e)}return l?g:ro.foldFlowLines(g,f,ro.FOLD_FLOW,Mm(e,!1))}function ez(t,e,r,n){let{implicitKey:i,inFlow:s}=e,a=typeof t.value=="string"?t:Object.assign({},t,{value:String(t.value)}),{type:l}=t;l!==Kn.Scalar.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(a.value)&&(l=Kn.Scalar.QUOTE_DOUBLE);let f=m=>{switch(m){case Kn.Scalar.BLOCK_FOLDED:case Kn.Scalar.BLOCK_LITERAL:return i||s?Ac(a.value,e):$m(a,e,r,n);case Kn.Scalar.QUOTE_DOUBLE:return Gf(a.value,e);case Kn.Scalar.QUOTE_SINGLE:return pw(a.value,e);case Kn.Scalar.PLAIN:return XW(a,e,r,n);default:return null}},d=f(l);if(d===null){let{defaultKeyType:m,defaultStringType:g}=e.options,y=i&&m||g;if(d=f(y),d===null)throw new Error(`Unsupported default string type ${y}`)}return d}$P.stringifyString=ez});var Qf=F(mw=>{"use strict";var tz=Om(),no=Ye(),rz=Jf(),nz=Kf();function iz(t,e){let r=Object.assign({blockQuote:!0,commentString:rz.stringifyComment,defaultKeyType:null,defaultStringType:"PLAIN",directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:"false",flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:"null",simpleKeys:!1,singleQuote:null,trailingComma:!1,trueStr:"true",verifyAliasOrder:!0},t.schema.toStringOptions,e),n;switch(r.collectionStyle){case"block":n=!1;break;case"flow":n=!0;break;default:n=null}return{anchors:new Set,doc:t,flowCollectionPadding:r.flowCollectionPadding?" ":"",indent:"",indentStep:typeof r.indent=="number"?" ".repeat(r.indent):" ",inFlow:n,options:r}}function sz(t,e){if(e.tag){let i=t.filter(s=>s.tag===e.tag);if(i.length>0)return i.find(s=>s.format===e.format)??i[0]}let r,n;if(no.isScalar(e)){n=e.value;let i=t.filter(s=>s.identify?.(n));if(i.length>1){let s=i.filter(a=>a.test);s.length>0&&(i=s)}r=i.find(s=>s.format===e.format)??i.find(s=>!s.format)}else n=e,r=t.find(i=>i.nodeClass&&n instanceof i.nodeClass);if(!r){let i=n?.constructor?.name??(n===null?"null":typeof n);throw new Error(`Tag not resolved for ${i} value`)}return r}function oz(t,e,{anchors:r,doc:n}){if(!n.directives)return"";let i=[],s=(no.isScalar(t)||no.isCollection(t))&&t.anchor;s&&tz.anchorIsValid(s)&&(r.add(s),i.push(`&${s}`));let a=t.tag??(e.default?null:e.tag);return a&&i.push(n.directives.tagString(a)),i.join(" ")}function az(t,e,r,n){if(no.isPair(t))return t.toString(e,r,n);if(no.isAlias(t)){if(e.doc.directives)return t.toString(e);if(e.resolvedAliases?.has(t))throw new TypeError("Cannot stringify circular structure without alias nodes");e.resolvedAliases?e.resolvedAliases.add(t):e.resolvedAliases=new Set([t]),t=t.resolve(e.doc)}let i,s=no.isNode(t)?t:e.doc.createNode(t,{onTagObj:f=>i=f});i??(i=sz(e.doc.schema.tags,s));let a=oz(s,i,e);a.length>0&&(e.indentAtStart=(e.indentAtStart??0)+a.length+1);let l=typeof i.stringify=="function"?i.stringify(s,e,r,n):no.isScalar(s)?nz.stringifyString(s,e,r,n):s.toString(e,r,n);return a?no.isScalar(s)||l[0]==="{"||l[0]==="["?`${a} ${l}`:`${a}
|
|
128
|
+
${e.indent}${l}`:l}mw.createStringifyContext=iz;mw.stringify=az});var FP=F(DP=>{"use strict";var ss=Ye(),MP=Lt(),NP=Qf(),Zf=Jf();function lz({key:t,value:e},r,n,i){let{allNullValues:s,doc:a,indent:l,indentStep:f,options:{commentString:d,indentSeq:m,simpleKeys:g}}=r,y=ss.isNode(t)&&t.comment||null;if(g){if(y)throw new Error("With simple keys, key nodes cannot have comments");if(ss.isCollection(t)||!ss.isNode(t)&&typeof t=="object"){let P="With simple keys, collection cannot be used as a key value";throw new Error(P)}}let w=!g&&(!t||y&&e==null&&!r.inFlow||ss.isCollection(t)||(ss.isScalar(t)?t.type===MP.Scalar.BLOCK_FOLDED||t.type===MP.Scalar.BLOCK_LITERAL:typeof t=="object"));r=Object.assign({},r,{allNullValues:!1,implicitKey:!w&&(g||!s),indent:l+f});let C=!1,R=!1,T=NP.stringify(t,r,()=>C=!0,()=>R=!0);if(!w&&!r.inFlow&&T.length>1024){if(g)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");w=!0}if(r.inFlow){if(s||e==null)return C&&n&&n(),T===""?"?":w?`? ${T}`:T}else if(s&&!g||e==null&&w)return T=`? ${T}`,y&&!C?T+=Zf.lineComment(T,r.indent,d(y)):R&&i&&i(),T;C&&(y=null),w?(y&&(T+=Zf.lineComment(T,r.indent,d(y))),T=`? ${T}
|
|
129
|
+
${l}:`):(T=`${T}:`,y&&(T+=Zf.lineComment(T,r.indent,d(y))));let A,U,B;ss.isNode(e)?(A=!!e.spaceBefore,U=e.commentBefore,B=e.comment):(A=!1,U=null,B=null,e&&typeof e=="object"&&(e=a.createNode(e))),r.implicitKey=!1,!w&&!y&&ss.isScalar(e)&&(r.indentAtStart=T.length+1),R=!1,!m&&f.length>=2&&!r.inFlow&&!w&&ss.isSeq(e)&&!e.flow&&!e.tag&&!e.anchor&&(r.indent=r.indent.substring(2));let V=!1,W=NP.stringify(e,r,()=>V=!0,()=>R=!0),X=" ";if(y||A||U){if(X=A?`
|
|
130
|
+
`:"",U){let P=d(U);X+=`
|
|
131
|
+
${Zf.indentComment(P,r.indent)}`}W===""&&!r.inFlow?X===`
|
|
132
132
|
`&&B&&(X=`
|
|
133
133
|
|
|
134
134
|
`):X+=`
|
|
135
|
-
${r.indent}`}else if(!w&&ss.isCollection(e)){let
|
|
136
|
-
`),k=_!==-1,M=r.inFlow??e.flow??e.items.length===0;if(k||!M){let j=!1;if(k&&(
|
|
137
|
-
${r.indent}`)}}else(
|
|
138
|
-
`)&&(X="");return
|
|
135
|
+
${r.indent}`}else if(!w&&ss.isCollection(e)){let P=W[0],_=W.indexOf(`
|
|
136
|
+
`),k=_!==-1,M=r.inFlow??e.flow??e.items.length===0;if(k||!M){let j=!1;if(k&&(P==="&"||P==="!")){let $=W.indexOf(" ");P==="&"&&$!==-1&&$<_&&W[$+1]==="!"&&($=W.indexOf(" ",$+1)),($===-1||_<$)&&(j=!0)}j||(X=`
|
|
137
|
+
${r.indent}`)}}else(W===""||W[0]===`
|
|
138
|
+
`)&&(X="");return T+=X+W,r.inFlow?V&&n&&n():B&&!V?T+=Zf.lineComment(T,r.indent,d(B)):R&&i&&i(),T}DP.stringifyPair=lz});var yw=F(gw=>{"use strict";var LP=require("process");function cz(t,...e){t==="debug"&&console.log(...e)}function uz(t,e){(t==="debug"||t==="warn")&&(typeof LP.emitWarning=="function"?LP.emitWarning(e):console.warn(e))}gw.debug=cz;gw.warn=uz});var Um=F(jm=>{"use strict";var Lm=Ye(),jP=Lt(),Dm="<<",Fm={identify:t=>t===Dm||typeof t=="symbol"&&t.description===Dm,default:"key",tag:"tag:yaml.org,2002:merge",test:/^<<$/,resolve:()=>Object.assign(new jP.Scalar(Symbol(Dm)),{addToJSMap:UP}),stringify:()=>Dm},fz=(t,e)=>(Fm.identify(e)||Lm.isScalar(e)&&(!e.type||e.type===jP.Scalar.PLAIN)&&Fm.identify(e.value))&&t?.doc.schema.tags.some(r=>r.tag===Fm.tag&&r.default);function UP(t,e,r){let n=HP(t,r);if(Lm.isSeq(n))for(let i of n.items)vw(t,e,i);else if(Array.isArray(n))for(let i of n)vw(t,e,i);else vw(t,e,n)}function vw(t,e,r){let n=HP(t,r);if(!Lm.isMap(n))throw new Error("Merge sources must be maps or map aliases");let i=n.toJSON(null,t,Map);for(let[s,a]of i)e instanceof Map?e.has(s)||e.set(s,a):e instanceof Set?e.add(s):Object.prototype.hasOwnProperty.call(e,s)||Object.defineProperty(e,s,{value:a,writable:!0,enumerable:!0,configurable:!0});return e}function HP(t,e){return t&&Lm.isAlias(e)?e.resolve(t.doc,t):e}jm.addMergeToJSMap=UP;jm.isMergeKey=fz;jm.merge=Fm});var Sw=F(WP=>{"use strict";var dz=yw(),BP=Um(),pz=Qf(),VP=Ye(),bw=eo();function hz(t,e,{key:r,value:n}){if(VP.isNode(r)&&r.addToJSMap)r.addToJSMap(t,e,n);else if(BP.isMergeKey(t,r))BP.addMergeToJSMap(t,e,n);else{let i=bw.toJS(r,"",t);if(e instanceof Map)e.set(i,bw.toJS(n,i,t));else if(e instanceof Set)e.add(i);else{let s=mz(r,i,t),a=bw.toJS(n,s,t);s in e?Object.defineProperty(e,s,{value:a,writable:!0,enumerable:!0,configurable:!0}):e[s]=a}}return e}function mz(t,e,r){if(e===null)return"";if(typeof e!="object")return String(e);if(VP.isNode(t)&&r?.doc){let n=pz.createStringifyContext(r.doc,{});n.anchors=new Set;for(let s of r.anchors.keys())n.anchors.add(s.anchor);n.inFlow=!0,n.inStringifyKey=!0;let i=t.toString(n);if(!r.mapKeyWarned){let s=JSON.stringify(i);s.length>40&&(s=s.substring(0,36)+'..."'),dz.warn(r.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${s}. Set mapAsMap: true to use object keys.`),r.mapKeyWarned=!0}return i}return JSON.stringify(e)}WP.addPairToJSMap=hz});var io=F(ww=>{"use strict";var zP=zf(),gz=FP(),yz=Sw(),Hm=Ye();function vz(t,e,r){let n=zP.createNode(t,void 0,r),i=zP.createNode(e,void 0,r);return new Bm(n,i)}var Bm=class t{constructor(e,r=null){Object.defineProperty(this,Hm.NODE_TYPE,{value:Hm.PAIR}),this.key=e,this.value=r}clone(e){let{key:r,value:n}=this;return Hm.isNode(r)&&(r=r.clone(e)),Hm.isNode(n)&&(n=n.clone(e)),new t(r,n)}toJSON(e,r){let n=r?.mapAsMap?new Map:{};return yz.addPairToJSMap(r,n,this)}toString(e,r,n){return e?.doc?gz.stringifyPair(this,e,r,n):JSON.stringify(this)}};ww.Pair=Bm;ww.createPair=vz});var _w=F(YP=>{"use strict";var Ra=Ye(),JP=Qf(),Vm=Jf();function bz(t,e,r){return(e.inFlow??t.flow?wz:Sz)(t,e,r)}function Sz({comment:t,items:e},r,{blockItemPrefix:n,flowChars:i,itemIndent:s,onChompKeep:a,onComment:l}){let{indent:f,options:{commentString:d}}=r,m=Object.assign({},r,{indent:s,type:null}),g=!1,y=[];for(let C=0;C<e.length;++C){let R=e[C],T=null;if(Ra.isNode(R))!g&&R.spaceBefore&&y.push(""),Wm(r,y,R.commentBefore,g),R.comment&&(T=R.comment);else if(Ra.isPair(R)){let U=Ra.isNode(R.key)?R.key:null;U&&(!g&&U.spaceBefore&&y.push(""),Wm(r,y,U.commentBefore,g))}g=!1;let A=JP.stringify(R,m,()=>T=null,()=>g=!0);T&&(A+=Vm.lineComment(A,s,d(T))),g&&T&&(g=!1),y.push(n+A)}let w;if(y.length===0)w=i.start+i.end;else{w=y[0];for(let C=1;C<y.length;++C){let R=y[C];w+=R?`
|
|
139
139
|
${f}${R}`:`
|
|
140
140
|
`}}return t?(w+=`
|
|
141
|
-
`+Vm.indentComment(d(t),f),l&&l()):g&&
|
|
142
|
-
`)),C<t.length-1?A+=",":e.options.trailingComma&&(e.options.lineWidth>0&&(d||(d=g.reduce((U,B)=>U+B.length+2,2)+(A.length+2)>e.options.lineWidth)),d&&(A+=",")),
|
|
141
|
+
`+Vm.indentComment(d(t),f),l&&l()):g&&a&&a(),w}function wz({items:t},e,{flowChars:r,itemIndent:n}){let{indent:i,indentStep:s,flowCollectionPadding:a,options:{commentString:l}}=e;n+=s;let f=Object.assign({},e,{indent:n,inFlow:!0,type:null}),d=!1,m=0,g=[];for(let C=0;C<t.length;++C){let R=t[C],T=null;if(Ra.isNode(R))R.spaceBefore&&g.push(""),Wm(e,g,R.commentBefore,!1),R.comment&&(T=R.comment);else if(Ra.isPair(R)){let U=Ra.isNode(R.key)?R.key:null;U&&(U.spaceBefore&&g.push(""),Wm(e,g,U.commentBefore,!1),U.comment&&(d=!0));let B=Ra.isNode(R.value)?R.value:null;B?(B.comment&&(T=B.comment),B.commentBefore&&(d=!0)):R.value==null&&U?.comment&&(T=U.comment)}T&&(d=!0);let A=JP.stringify(R,f,()=>T=null);d||(d=g.length>m||A.includes(`
|
|
142
|
+
`)),C<t.length-1?A+=",":e.options.trailingComma&&(e.options.lineWidth>0&&(d||(d=g.reduce((U,B)=>U+B.length+2,2)+(A.length+2)>e.options.lineWidth)),d&&(A+=",")),T&&(A+=Vm.lineComment(A,n,l(T))),g.push(A),m=g.length}let{start:y,end:w}=r;if(g.length===0)return y+w;if(!d){let C=g.reduce((R,T)=>R+T.length+2,2);d=e.options.lineWidth>0&&C>e.options.lineWidth}if(d){let C=y;for(let R of g)C+=R?`
|
|
143
143
|
${s}${i}${R}`:`
|
|
144
144
|
`;return`${C}
|
|
145
|
-
${i}${w}`}else return`${y}${
|
|
146
|
-
`:" ")}return
|
|
145
|
+
${i}${w}`}else return`${y}${a}${g.join(" ")}${a}${w}`}function Wm({indent:t,options:{commentString:e}},r,n,i){if(n&&i&&(n=n.replace(/^\n+/,"")),n){let s=Vm.indentComment(e(n),t);r.push(s.trimStart())}}YP.stringifyCollection=bz});var oo=F(xw=>{"use strict";var _z=_w(),Rz=Sw(),xz=Tm(),so=Ye(),zm=io(),Cz=Lt();function Xf(t,e){let r=so.isScalar(e)?e.value:e;for(let n of t)if(so.isPair(n)&&(n.key===e||n.key===r||so.isScalar(n.key)&&n.key.value===r))return n}var Rw=class extends xz.Collection{static get tagName(){return"tag:yaml.org,2002:map"}constructor(e){super(so.MAP,e),this.items=[]}static from(e,r,n){let{keepUndefined:i,replacer:s}=n,a=new this(e),l=(f,d)=>{if(typeof s=="function")d=s.call(r,f,d);else if(Array.isArray(s)&&!s.includes(f))return;(d!==void 0||i)&&a.items.push(zm.createPair(f,d,n))};if(r instanceof Map)for(let[f,d]of r)l(f,d);else if(r&&typeof r=="object")for(let f of Object.keys(r))l(f,r[f]);return typeof e.sortMapEntries=="function"&&a.items.sort(e.sortMapEntries),a}add(e,r){let n;so.isPair(e)?n=e:!e||typeof e!="object"||!("key"in e)?n=new zm.Pair(e,e?.value):n=new zm.Pair(e.key,e.value);let i=Xf(this.items,n.key),s=this.schema?.sortMapEntries;if(i){if(!r)throw new Error(`Key ${n.key} already set`);so.isScalar(i.value)&&Cz.isScalarValue(n.value)?i.value.value=n.value:i.value=n.value}else if(s){let a=this.items.findIndex(l=>s(n,l)<0);a===-1?this.items.push(n):this.items.splice(a,0,n)}else this.items.push(n)}delete(e){let r=Xf(this.items,e);return r?this.items.splice(this.items.indexOf(r),1).length>0:!1}get(e,r){let i=Xf(this.items,e)?.value;return(!r&&so.isScalar(i)?i.value:i)??void 0}has(e){return!!Xf(this.items,e)}set(e,r){this.add(new zm.Pair(e,r),!0)}toJSON(e,r,n){let i=n?new n:r?.mapAsMap?new Map:{};r?.onCreate&&r.onCreate(i);for(let s of this.items)Rz.addPairToJSMap(r,i,s);return i}toString(e,r,n){if(!e)return JSON.stringify(this);for(let i of this.items)if(!so.isPair(i))throw new Error(`Map items must all be pairs; found ${JSON.stringify(i)} instead`);return!e.allNullValues&&this.hasAllNullValues(!1)&&(e=Object.assign({},e,{allNullValues:!0})),_z.stringifyCollection(this,e,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:e.indent||"",onChompKeep:n,onComment:r})}};xw.YAMLMap=Rw;xw.findPair=Xf});var qc=F(KP=>{"use strict";var Ez=Ye(),GP=oo(),Oz={collection:"map",default:!0,nodeClass:GP.YAMLMap,tag:"tag:yaml.org,2002:map",resolve(t,e){return Ez.isMap(t)||e("Expected a mapping for this tag"),t},createNode:(t,e,r)=>GP.YAMLMap.from(t,e,r)};KP.map=Oz});var ao=F(QP=>{"use strict";var Iz=zf(),Pz=_w(),kz=Tm(),Ym=Ye(),Tz=Lt(),Az=eo(),Cw=class extends kz.Collection{static get tagName(){return"tag:yaml.org,2002:seq"}constructor(e){super(Ym.SEQ,e),this.items=[]}add(e){this.items.push(e)}delete(e){let r=Jm(e);return typeof r!="number"?!1:this.items.splice(r,1).length>0}get(e,r){let n=Jm(e);if(typeof n!="number")return;let i=this.items[n];return!r&&Ym.isScalar(i)?i.value:i}has(e){let r=Jm(e);return typeof r=="number"&&r<this.items.length}set(e,r){let n=Jm(e);if(typeof n!="number")throw new Error(`Expected a valid index, not ${e}.`);let i=this.items[n];Ym.isScalar(i)&&Tz.isScalarValue(r)?i.value=r:this.items[n]=r}toJSON(e,r){let n=[];r?.onCreate&&r.onCreate(n);let i=0;for(let s of this.items)n.push(Az.toJS(s,String(i++),r));return n}toString(e,r,n){return e?Pz.stringifyCollection(this,e,{blockItemPrefix:"- ",flowChars:{start:"[",end:"]"},itemIndent:(e.indent||"")+" ",onChompKeep:n,onComment:r}):JSON.stringify(this)}static from(e,r,n){let{replacer:i}=n,s=new this(e);if(r&&Symbol.iterator in Object(r)){let a=0;for(let l of r){if(typeof i=="function"){let f=r instanceof Set?l:String(a++);l=i.call(r,f,l)}s.items.push(Iz.createNode(l,void 0,n))}}return s}};function Jm(t){let e=Ym.isScalar(t)?t.value:t;return e&&typeof e=="string"&&(e=Number(e)),typeof e=="number"&&Number.isInteger(e)&&e>=0?e:null}QP.YAMLSeq=Cw});var $c=F(XP=>{"use strict";var qz=Ye(),ZP=ao(),$z={collection:"seq",default:!0,nodeClass:ZP.YAMLSeq,tag:"tag:yaml.org,2002:seq",resolve(t,e){return qz.isSeq(t)||e("Expected a sequence for this tag"),t},createNode:(t,e,r)=>ZP.YAMLSeq.from(t,e,r)};XP.seq=$z});var ed=F(ek=>{"use strict";var Mz=Kf(),Nz={identify:t=>typeof t=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:t=>t,stringify(t,e,r,n){return e=Object.assign({actualString:!0},e),Mz.stringifyString(t,e,r,n)}};ek.string=Nz});var Gm=F(nk=>{"use strict";var tk=Lt(),rk={identify:t=>t==null,createNode:()=>new tk.Scalar(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new tk.Scalar(null),stringify:({source:t},e)=>typeof t=="string"&&rk.test.test(t)?t:e.options.nullStr};nk.nullTag=rk});var Ew=F(sk=>{"use strict";var Dz=Lt(),ik={identify:t=>typeof t=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:t=>new Dz.Scalar(t[0]==="t"||t[0]==="T"),stringify({source:t,value:e},r){if(t&&ik.test.test(t)){let n=t[0]==="t"||t[0]==="T";if(e===n)return t}return e?r.options.trueStr:r.options.falseStr}};sk.boolTag=ik});var Mc=F(ok=>{"use strict";function Fz({format:t,minFractionDigits:e,tag:r,value:n}){if(typeof n=="bigint")return String(n);let i=typeof n=="number"?n:Number(n);if(!isFinite(i))return isNaN(i)?".nan":i<0?"-.inf":".inf";let s=Object.is(n,-0)?"-0":JSON.stringify(n);if(!t&&e&&(!r||r==="tag:yaml.org,2002:float")&&/^-?\d/.test(s)&&!s.includes("e")){let a=s.indexOf(".");a<0&&(a=s.length,s+=".");let l=e-(s.length-a-1);for(;l-- >0;)s+="0"}return s}ok.stringifyNumber=Fz});var Iw=F(Km=>{"use strict";var Lz=Lt(),Ow=Mc(),jz={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:t=>t.slice(-3).toLowerCase()==="nan"?NaN:t[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:Ow.stringifyNumber},Uz={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:t=>parseFloat(t),stringify(t){let e=Number(t.value);return isFinite(e)?e.toExponential():Ow.stringifyNumber(t)}},Hz={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(t){let e=new Lz.Scalar(parseFloat(t)),r=t.indexOf(".");return r!==-1&&t[t.length-1]==="0"&&(e.minFractionDigits=t.length-r-1),e},stringify:Ow.stringifyNumber};Km.float=Hz;Km.floatExp=Uz;Km.floatNaN=jz});var kw=F(Zm=>{"use strict";var ak=Mc(),Qm=t=>typeof t=="bigint"||Number.isInteger(t),Pw=(t,e,r,{intAsBigInt:n})=>n?BigInt(t):parseInt(t.substring(e),r);function lk(t,e,r){let{value:n}=t;return Qm(n)&&n>=0?r+n.toString(e):ak.stringifyNumber(t)}var Bz={identify:t=>Qm(t)&&t>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o[0-7]+$/,resolve:(t,e,r)=>Pw(t,2,8,r),stringify:t=>lk(t,8,"0o")},Vz={identify:Qm,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:(t,e,r)=>Pw(t,0,10,r),stringify:ak.stringifyNumber},Wz={identify:t=>Qm(t)&&t>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x[0-9a-fA-F]+$/,resolve:(t,e,r)=>Pw(t,2,16,r),stringify:t=>lk(t,16,"0x")};Zm.int=Vz;Zm.intHex=Wz;Zm.intOct=Bz});var uk=F(ck=>{"use strict";var zz=qc(),Jz=Gm(),Yz=$c(),Gz=ed(),Kz=Ew(),Tw=Iw(),Aw=kw(),Qz=[zz.map,Yz.seq,Gz.string,Jz.nullTag,Kz.boolTag,Aw.intOct,Aw.int,Aw.intHex,Tw.floatNaN,Tw.floatExp,Tw.float];ck.schema=Qz});var pk=F(dk=>{"use strict";var Zz=Lt(),Xz=qc(),eJ=$c();function fk(t){return typeof t=="bigint"||Number.isInteger(t)}var Xm=({value:t})=>JSON.stringify(t),tJ=[{identify:t=>typeof t=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:t=>t,stringify:Xm},{identify:t=>t==null,createNode:()=>new Zz.Scalar(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:Xm},{identify:t=>typeof t=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^true$|^false$/,resolve:t=>t==="true",stringify:Xm},{identify:fk,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:(t,e,{intAsBigInt:r})=>r?BigInt(t):parseInt(t,10),stringify:({value:t})=>fk(t)?t.toString():JSON.stringify(t)},{identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:t=>parseFloat(t),stringify:Xm}],rJ={default:!0,tag:"",test:/^/,resolve(t,e){return e(`Unresolved plain scalar ${JSON.stringify(t)}`),t}},nJ=[Xz.map,eJ.seq].concat(tJ,rJ);dk.schema=nJ});var $w=F(hk=>{"use strict";var td=require("buffer"),qw=Lt(),iJ=Kf(),sJ={identify:t=>t instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve(t,e){if(typeof td.Buffer=="function")return td.Buffer.from(t,"base64");if(typeof atob=="function"){let r=atob(t.replace(/[\n\r]/g,"")),n=new Uint8Array(r.length);for(let i=0;i<r.length;++i)n[i]=r.charCodeAt(i);return n}else return e("This environment does not support reading binary tags; either Buffer or atob is required"),t},stringify({comment:t,type:e,value:r},n,i,s){if(!r)return"";let a=r,l;if(typeof td.Buffer=="function")l=a instanceof td.Buffer?a.toString("base64"):td.Buffer.from(a.buffer).toString("base64");else if(typeof btoa=="function"){let f="";for(let d=0;d<a.length;++d)f+=String.fromCharCode(a[d]);l=btoa(f)}else throw new Error("This environment does not support writing binary tags; either Buffer or btoa is required");if(e??(e=qw.Scalar.BLOCK_LITERAL),e!==qw.Scalar.QUOTE_DOUBLE){let f=Math.max(n.options.lineWidth-n.indent.length,n.options.minContentWidth),d=Math.ceil(l.length/f),m=new Array(d);for(let g=0,y=0;g<d;++g,y+=f)m[g]=l.substr(y,f);l=m.join(e===qw.Scalar.BLOCK_LITERAL?`
|
|
146
|
+
`:" ")}return iJ.stringifyString({comment:t,type:e,value:l},n,i,s)}};hk.binary=sJ});var rg=F(tg=>{"use strict";var eg=Ye(),Mw=io(),oJ=Lt(),aJ=ao();function mk(t,e){if(eg.isSeq(t))for(let r=0;r<t.items.length;++r){let n=t.items[r];if(!eg.isPair(n)){if(eg.isMap(n)){n.items.length>1&&e("Each pair must have its own sequence indicator");let i=n.items[0]||new Mw.Pair(new oJ.Scalar(null));if(n.commentBefore&&(i.key.commentBefore=i.key.commentBefore?`${n.commentBefore}
|
|
147
147
|
${i.key.commentBefore}`:n.commentBefore),n.comment){let s=i.value??i.key;s.comment=s.comment?`${n.comment}
|
|
148
|
-
${s.comment}`:n.comment}n=i}t.items[r]=eg.isPair(n)?n:new Mw.Pair(n)}}else e("Expected a sequence for this tag");return t}function hk(t,e,r){let{replacer:n}=r,i=new sJ.YAMLSeq(t);i.tag="tag:yaml.org,2002:pairs";let s=0;if(e&&Symbol.iterator in Object(e))for(let o of e){typeof n=="function"&&(o=n.call(e,String(s++),o));let l,f;if(Array.isArray(o))if(o.length===2)l=o[0],f=o[1];else throw new TypeError(`Expected [key, value] tuple: ${o}`);else if(o&&o instanceof Object){let d=Object.keys(o);if(d.length===1)l=d[0],f=o[l];else throw new TypeError(`Expected tuple with one key, not ${d.length} keys`)}else l=o;i.items.push(Mw.createPair(l,f,r))}return i}var oJ={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:pk,createNode:hk};tg.createPairs=hk;tg.pairs=oJ;tg.resolvePairs=pk});var Fw=F(Dw=>{"use strict";var mk=Ye(),Nw=eo(),rd=oo(),aJ=ao(),gk=rg(),xa=class t extends aJ.YAMLSeq{constructor(){super(),this.add=rd.YAMLMap.prototype.add.bind(this),this.delete=rd.YAMLMap.prototype.delete.bind(this),this.get=rd.YAMLMap.prototype.get.bind(this),this.has=rd.YAMLMap.prototype.has.bind(this),this.set=rd.YAMLMap.prototype.set.bind(this),this.tag=t.tag}toJSON(e,r){if(!r)return super.toJSON(e);let n=new Map;r?.onCreate&&r.onCreate(n);for(let i of this.items){let s,o;if(mk.isPair(i)?(s=Nw.toJS(i.key,"",r),o=Nw.toJS(i.value,s,r)):s=Nw.toJS(i,"",r),n.has(s))throw new Error("Ordered maps must not include duplicate keys");n.set(s,o)}return n}static from(e,r,n){let i=gk.createPairs(e,r,n),s=new this;return s.items=i.items,s}};xa.tag="tag:yaml.org,2002:omap";var lJ={collection:"seq",identify:t=>t instanceof Map,nodeClass:xa,default:!1,tag:"tag:yaml.org,2002:omap",resolve(t,e){let r=gk.resolvePairs(t,e),n=[];for(let{key:i}of r.items)mk.isScalar(i)&&(n.includes(i.value)?e(`Ordered maps must not include duplicate keys: ${i.value}`):n.push(i.value));return Object.assign(new xa,r)},createNode:(t,e,r)=>xa.from(t,e,r)};Dw.YAMLOMap=xa;Dw.omap=lJ});var wk=F(Lw=>{"use strict";var yk=Lt();function vk({value:t,source:e},r){return e&&(t?bk:Sk).test.test(e)?e:t?r.options.trueStr:r.options.falseStr}var bk={identify:t=>t===!0,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new yk.Scalar(!0),stringify:vk},Sk={identify:t=>t===!1,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:()=>new yk.Scalar(!1),stringify:vk};Lw.falseTag=Sk;Lw.trueTag=bk});var _k=F(ng=>{"use strict";var cJ=Lt(),jw=Mc(),uJ={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:t=>t.slice(-3).toLowerCase()==="nan"?NaN:t[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:jw.stringifyNumber},fJ={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:t=>parseFloat(t.replace(/_/g,"")),stringify(t){let e=Number(t.value);return isFinite(e)?e.toExponential():jw.stringifyNumber(t)}},dJ={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(t){let e=new cJ.Scalar(parseFloat(t.replace(/_/g,""))),r=t.indexOf(".");if(r!==-1){let n=t.substring(r+1).replace(/_/g,"");n[n.length-1]==="0"&&(e.minFractionDigits=n.length)}return e},stringify:jw.stringifyNumber};ng.float=dJ;ng.floatExp=fJ;ng.floatNaN=uJ});var xk=F(id=>{"use strict";var Rk=Mc(),nd=t=>typeof t=="bigint"||Number.isInteger(t);function ig(t,e,r,{intAsBigInt:n}){let i=t[0];if((i==="-"||i==="+")&&(e+=1),t=t.substring(e).replace(/_/g,""),n){switch(r){case 2:t=`0b${t}`;break;case 8:t=`0o${t}`;break;case 16:t=`0x${t}`;break}let o=BigInt(t);return i==="-"?BigInt(-1)*o:o}let s=parseInt(t,r);return i==="-"?-1*s:s}function Uw(t,e,r){let{value:n}=t;if(nd(n)){let i=n.toString(e);return n<0?"-"+r+i.substr(1):r+i}return Rk.stringifyNumber(t)}var pJ={identify:nd,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(t,e,r)=>ig(t,2,2,r),stringify:t=>Uw(t,2,"0b")},hJ={identify:nd,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(t,e,r)=>ig(t,1,8,r),stringify:t=>Uw(t,8,"0")},mJ={identify:nd,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(t,e,r)=>ig(t,0,10,r),stringify:Rk.stringifyNumber},gJ={identify:nd,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(t,e,r)=>ig(t,2,16,r),stringify:t=>Uw(t,16,"0x")};id.int=mJ;id.intBin=pJ;id.intHex=gJ;id.intOct=hJ});var Bw=F(Hw=>{"use strict";var ag=Ye(),sg=io(),og=oo(),Ca=class t extends og.YAMLMap{constructor(e){super(e),this.tag=t.tag}add(e){let r;ag.isPair(e)?r=e:e&&typeof e=="object"&&"key"in e&&"value"in e&&e.value===null?r=new sg.Pair(e.key,null):r=new sg.Pair(e,null),og.findPair(this.items,r.key)||this.items.push(r)}get(e,r){let n=og.findPair(this.items,e);return!r&&ag.isPair(n)?ag.isScalar(n.key)?n.key.value:n.key:n}set(e,r){if(typeof r!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof r}`);let n=og.findPair(this.items,e);n&&!r?this.items.splice(this.items.indexOf(n),1):!n&&r&&this.items.push(new sg.Pair(e))}toJSON(e,r){return super.toJSON(e,r,Set)}toString(e,r,n){if(!e)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},e,{allNullValues:!0}),r,n);throw new Error("Set items must all have null values")}static from(e,r,n){let{replacer:i}=n,s=new this(e);if(r&&Symbol.iterator in Object(r))for(let o of r)typeof i=="function"&&(o=i.call(r,o,o)),s.items.push(sg.createPair(o,null,n));return s}};Ca.tag="tag:yaml.org,2002:set";var yJ={collection:"map",identify:t=>t instanceof Set,nodeClass:Ca,default:!1,tag:"tag:yaml.org,2002:set",createNode:(t,e,r)=>Ca.from(t,e,r),resolve(t,e){if(ag.isMap(t)){if(t.hasAllNullValues(!0))return Object.assign(new Ca,t);e("Set items must all have null values")}else e("Expected a mapping for this tag");return t}};Hw.YAMLSet=Ca;Hw.set=yJ});var Ww=F(lg=>{"use strict";var vJ=Mc();function Vw(t,e){let r=t[0],n=r==="-"||r==="+"?t.substring(1):t,i=o=>e?BigInt(o):Number(o),s=n.replace(/_/g,"").split(":").reduce((o,l)=>o*i(60)+i(l),i(0));return r==="-"?i(-1)*s:s}function Ck(t){let{value:e}=t,r=o=>o;if(typeof e=="bigint")r=o=>BigInt(o);else if(isNaN(e)||!isFinite(e))return vJ.stringifyNumber(t);let n="";e<0&&(n="-",e*=r(-1));let i=r(60),s=[e%i];return e<60?s.unshift(0):(e=(e-s[0])/i,s.unshift(e%i),e>=60&&(e=(e-s[0])/i,s.unshift(e))),n+s.map(o=>String(o).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}var bJ={identify:t=>typeof t=="bigint"||Number.isInteger(t),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(t,e,{intAsBigInt:r})=>Vw(t,r),stringify:Ck},SJ={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:t=>Vw(t,!1),stringify:Ck},Ek={identify:t=>t instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:RegExp("^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$"),resolve(t){let e=t.match(Ek.test);if(!e)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");let[,r,n,i,s,o,l]=e.map(Number),f=e[7]?Number((e[7]+"00").substr(1,3)):0,d=Date.UTC(r,n-1,i,s||0,o||0,l||0,f),m=e[8];if(m&&m!=="Z"){let g=Vw(m,!1);Math.abs(g)<30&&(g*=60),d-=6e4*g}return new Date(d)},stringify:({value:t})=>t?.toISOString().replace(/(T00:00:00)?\.000Z$/,"")??""};lg.floatTime=SJ;lg.intTime=bJ;lg.timestamp=Ek});var Pk=F(Ik=>{"use strict";var wJ=qc(),_J=Gm(),RJ=$c(),xJ=ed(),CJ=$w(),Ok=wk(),zw=_k(),cg=xk(),EJ=Um(),OJ=Fw(),IJ=rg(),PJ=Bw(),Jw=Ww(),kJ=[wJ.map,RJ.seq,xJ.string,_J.nullTag,Ok.trueTag,Ok.falseTag,cg.intBin,cg.intOct,cg.int,cg.intHex,zw.floatNaN,zw.floatExp,zw.float,CJ.binary,EJ.merge,OJ.omap,IJ.pairs,PJ.set,Jw.intTime,Jw.floatTime,Jw.timestamp];Ik.schema=kJ});var Lk=F(Kw=>{"use strict";var qk=qc(),TJ=Gm(),$k=$c(),AJ=ed(),qJ=Ew(),Yw=Iw(),Gw=kw(),$J=lk(),MJ=fk(),Mk=$w(),sd=Um(),Nk=Fw(),Dk=rg(),kk=Pk(),Fk=Bw(),ug=Ww(),Tk=new Map([["core",$J.schema],["failsafe",[qk.map,$k.seq,AJ.string]],["json",MJ.schema],["yaml11",kk.schema],["yaml-1.1",kk.schema]]),Ak={binary:Mk.binary,bool:qJ.boolTag,float:Yw.float,floatExp:Yw.floatExp,floatNaN:Yw.floatNaN,floatTime:ug.floatTime,int:Gw.int,intHex:Gw.intHex,intOct:Gw.intOct,intTime:ug.intTime,map:qk.map,merge:sd.merge,null:TJ.nullTag,omap:Nk.omap,pairs:Dk.pairs,seq:$k.seq,set:Fk.set,timestamp:ug.timestamp},NJ={"tag:yaml.org,2002:binary":Mk.binary,"tag:yaml.org,2002:merge":sd.merge,"tag:yaml.org,2002:omap":Nk.omap,"tag:yaml.org,2002:pairs":Dk.pairs,"tag:yaml.org,2002:set":Fk.set,"tag:yaml.org,2002:timestamp":ug.timestamp};function DJ(t,e,r){let n=Tk.get(e);if(n&&!t)return r&&!n.includes(sd.merge)?n.concat(sd.merge):n.slice();let i=n;if(!i)if(Array.isArray(t))i=[];else{let s=Array.from(Tk.keys()).filter(o=>o!=="yaml11").map(o=>JSON.stringify(o)).join(", ");throw new Error(`Unknown schema "${e}"; use one of ${s} or define customTags array`)}if(Array.isArray(t))for(let s of t)i=i.concat(s);else typeof t=="function"&&(i=t(i.slice()));return r&&(i=i.concat(sd.merge)),i.reduce((s,o)=>{let l=typeof o=="string"?Ak[o]:o;if(!l){let f=JSON.stringify(o),d=Object.keys(Ak).map(m=>JSON.stringify(m)).join(", ");throw new Error(`Unknown custom tag ${f}; use one of ${d}`)}return s.includes(l)||s.push(l),s},[])}Kw.coreKnownTags=NJ;Kw.getTags=DJ});var Xw=F(jk=>{"use strict";var Qw=Ye(),FJ=qc(),LJ=$c(),jJ=ed(),fg=Lk(),UJ=(t,e)=>t.key<e.key?-1:t.key>e.key?1:0,Zw=class t{constructor({compat:e,customTags:r,merge:n,resolveKnownTags:i,schema:s,sortMapEntries:o,toStringDefaults:l}){this.compat=Array.isArray(e)?fg.getTags(e,"compat"):e?fg.getTags(null,e):null,this.name=typeof s=="string"&&s||"core",this.knownTags=i?fg.coreKnownTags:{},this.tags=fg.getTags(r,this.name,n),this.toStringOptions=l??null,Object.defineProperty(this,Qw.MAP,{value:FJ.map}),Object.defineProperty(this,Qw.SCALAR,{value:jJ.string}),Object.defineProperty(this,Qw.SEQ,{value:LJ.seq}),this.sortMapEntries=typeof o=="function"?o:o===!0?UJ:null}clone(){let e=Object.create(t.prototype,Object.getOwnPropertyDescriptors(this));return e.tags=this.tags.slice(),e}};jk.Schema=Zw});var Hk=F(Uk=>{"use strict";var HJ=Ye(),e_=Qf(),od=Jf();function BJ(t,e){let r=[],n=e.directives===!0;if(e.directives!==!1&&t.directives){let f=t.directives.toString(t);f?(r.push(f),n=!0):t.directives.docStart&&(n=!0)}n&&r.push("---");let i=e_.createStringifyContext(t,e),{commentString:s}=i.options;if(t.commentBefore){r.length!==1&&r.unshift("");let f=s(t.commentBefore);r.unshift(od.indentComment(f,""))}let o=!1,l=null;if(t.contents){if(HJ.isNode(t.contents)){if(t.contents.spaceBefore&&n&&r.push(""),t.contents.commentBefore){let m=s(t.contents.commentBefore);r.push(od.indentComment(m,""))}i.forceBlockIndent=!!t.comment,l=t.contents.comment}let f=l?void 0:()=>o=!0,d=e_.stringify(t.contents,i,()=>l=null,f);l&&(d+=od.lineComment(d,"",s(l))),(d[0]==="|"||d[0]===">")&&r[r.length-1]==="---"?r[r.length-1]=`--- ${d}`:r.push(d)}else r.push(e_.stringify(t.contents,i));if(t.directives?.docEnd)if(t.comment){let f=s(t.comment);f.includes(`
|
|
149
|
-
`)?(r.push("..."),r.push(od.indentComment(f,""))):r.push(`... ${f}`)}else r.push("...");else{let f=t.comment;f&&
|
|
148
|
+
${s.comment}`:n.comment}n=i}t.items[r]=eg.isPair(n)?n:new Mw.Pair(n)}}else e("Expected a sequence for this tag");return t}function gk(t,e,r){let{replacer:n}=r,i=new aJ.YAMLSeq(t);i.tag="tag:yaml.org,2002:pairs";let s=0;if(e&&Symbol.iterator in Object(e))for(let a of e){typeof n=="function"&&(a=n.call(e,String(s++),a));let l,f;if(Array.isArray(a))if(a.length===2)l=a[0],f=a[1];else throw new TypeError(`Expected [key, value] tuple: ${a}`);else if(a&&a instanceof Object){let d=Object.keys(a);if(d.length===1)l=d[0],f=a[l];else throw new TypeError(`Expected tuple with one key, not ${d.length} keys`)}else l=a;i.items.push(Mw.createPair(l,f,r))}return i}var lJ={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:mk,createNode:gk};tg.createPairs=gk;tg.pairs=lJ;tg.resolvePairs=mk});var Fw=F(Dw=>{"use strict";var yk=Ye(),Nw=eo(),rd=oo(),cJ=ao(),vk=rg(),xa=class t extends cJ.YAMLSeq{constructor(){super(),this.add=rd.YAMLMap.prototype.add.bind(this),this.delete=rd.YAMLMap.prototype.delete.bind(this),this.get=rd.YAMLMap.prototype.get.bind(this),this.has=rd.YAMLMap.prototype.has.bind(this),this.set=rd.YAMLMap.prototype.set.bind(this),this.tag=t.tag}toJSON(e,r){if(!r)return super.toJSON(e);let n=new Map;r?.onCreate&&r.onCreate(n);for(let i of this.items){let s,a;if(yk.isPair(i)?(s=Nw.toJS(i.key,"",r),a=Nw.toJS(i.value,s,r)):s=Nw.toJS(i,"",r),n.has(s))throw new Error("Ordered maps must not include duplicate keys");n.set(s,a)}return n}static from(e,r,n){let i=vk.createPairs(e,r,n),s=new this;return s.items=i.items,s}};xa.tag="tag:yaml.org,2002:omap";var uJ={collection:"seq",identify:t=>t instanceof Map,nodeClass:xa,default:!1,tag:"tag:yaml.org,2002:omap",resolve(t,e){let r=vk.resolvePairs(t,e),n=[];for(let{key:i}of r.items)yk.isScalar(i)&&(n.includes(i.value)?e(`Ordered maps must not include duplicate keys: ${i.value}`):n.push(i.value));return Object.assign(new xa,r)},createNode:(t,e,r)=>xa.from(t,e,r)};Dw.YAMLOMap=xa;Dw.omap=uJ});var Rk=F(Lw=>{"use strict";var bk=Lt();function Sk({value:t,source:e},r){return e&&(t?wk:_k).test.test(e)?e:t?r.options.trueStr:r.options.falseStr}var wk={identify:t=>t===!0,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new bk.Scalar(!0),stringify:Sk},_k={identify:t=>t===!1,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:()=>new bk.Scalar(!1),stringify:Sk};Lw.falseTag=_k;Lw.trueTag=wk});var xk=F(ng=>{"use strict";var fJ=Lt(),jw=Mc(),dJ={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:t=>t.slice(-3).toLowerCase()==="nan"?NaN:t[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:jw.stringifyNumber},pJ={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:t=>parseFloat(t.replace(/_/g,"")),stringify(t){let e=Number(t.value);return isFinite(e)?e.toExponential():jw.stringifyNumber(t)}},hJ={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(t){let e=new fJ.Scalar(parseFloat(t.replace(/_/g,""))),r=t.indexOf(".");if(r!==-1){let n=t.substring(r+1).replace(/_/g,"");n[n.length-1]==="0"&&(e.minFractionDigits=n.length)}return e},stringify:jw.stringifyNumber};ng.float=hJ;ng.floatExp=pJ;ng.floatNaN=dJ});var Ek=F(id=>{"use strict";var Ck=Mc(),nd=t=>typeof t=="bigint"||Number.isInteger(t);function ig(t,e,r,{intAsBigInt:n}){let i=t[0];if((i==="-"||i==="+")&&(e+=1),t=t.substring(e).replace(/_/g,""),n){switch(r){case 2:t=`0b${t}`;break;case 8:t=`0o${t}`;break;case 16:t=`0x${t}`;break}let a=BigInt(t);return i==="-"?BigInt(-1)*a:a}let s=parseInt(t,r);return i==="-"?-1*s:s}function Uw(t,e,r){let{value:n}=t;if(nd(n)){let i=n.toString(e);return n<0?"-"+r+i.substr(1):r+i}return Ck.stringifyNumber(t)}var mJ={identify:nd,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(t,e,r)=>ig(t,2,2,r),stringify:t=>Uw(t,2,"0b")},gJ={identify:nd,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(t,e,r)=>ig(t,1,8,r),stringify:t=>Uw(t,8,"0")},yJ={identify:nd,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(t,e,r)=>ig(t,0,10,r),stringify:Ck.stringifyNumber},vJ={identify:nd,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(t,e,r)=>ig(t,2,16,r),stringify:t=>Uw(t,16,"0x")};id.int=yJ;id.intBin=mJ;id.intHex=vJ;id.intOct=gJ});var Bw=F(Hw=>{"use strict";var ag=Ye(),sg=io(),og=oo(),Ca=class t extends og.YAMLMap{constructor(e){super(e),this.tag=t.tag}add(e){let r;ag.isPair(e)?r=e:e&&typeof e=="object"&&"key"in e&&"value"in e&&e.value===null?r=new sg.Pair(e.key,null):r=new sg.Pair(e,null),og.findPair(this.items,r.key)||this.items.push(r)}get(e,r){let n=og.findPair(this.items,e);return!r&&ag.isPair(n)?ag.isScalar(n.key)?n.key.value:n.key:n}set(e,r){if(typeof r!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof r}`);let n=og.findPair(this.items,e);n&&!r?this.items.splice(this.items.indexOf(n),1):!n&&r&&this.items.push(new sg.Pair(e))}toJSON(e,r){return super.toJSON(e,r,Set)}toString(e,r,n){if(!e)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},e,{allNullValues:!0}),r,n);throw new Error("Set items must all have null values")}static from(e,r,n){let{replacer:i}=n,s=new this(e);if(r&&Symbol.iterator in Object(r))for(let a of r)typeof i=="function"&&(a=i.call(r,a,a)),s.items.push(sg.createPair(a,null,n));return s}};Ca.tag="tag:yaml.org,2002:set";var bJ={collection:"map",identify:t=>t instanceof Set,nodeClass:Ca,default:!1,tag:"tag:yaml.org,2002:set",createNode:(t,e,r)=>Ca.from(t,e,r),resolve(t,e){if(ag.isMap(t)){if(t.hasAllNullValues(!0))return Object.assign(new Ca,t);e("Set items must all have null values")}else e("Expected a mapping for this tag");return t}};Hw.YAMLSet=Ca;Hw.set=bJ});var Ww=F(lg=>{"use strict";var SJ=Mc();function Vw(t,e){let r=t[0],n=r==="-"||r==="+"?t.substring(1):t,i=a=>e?BigInt(a):Number(a),s=n.replace(/_/g,"").split(":").reduce((a,l)=>a*i(60)+i(l),i(0));return r==="-"?i(-1)*s:s}function Ok(t){let{value:e}=t,r=a=>a;if(typeof e=="bigint")r=a=>BigInt(a);else if(isNaN(e)||!isFinite(e))return SJ.stringifyNumber(t);let n="";e<0&&(n="-",e*=r(-1));let i=r(60),s=[e%i];return e<60?s.unshift(0):(e=(e-s[0])/i,s.unshift(e%i),e>=60&&(e=(e-s[0])/i,s.unshift(e))),n+s.map(a=>String(a).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}var wJ={identify:t=>typeof t=="bigint"||Number.isInteger(t),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(t,e,{intAsBigInt:r})=>Vw(t,r),stringify:Ok},_J={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:t=>Vw(t,!1),stringify:Ok},Ik={identify:t=>t instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:RegExp("^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$"),resolve(t){let e=t.match(Ik.test);if(!e)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");let[,r,n,i,s,a,l]=e.map(Number),f=e[7]?Number((e[7]+"00").substr(1,3)):0,d=Date.UTC(r,n-1,i,s||0,a||0,l||0,f),m=e[8];if(m&&m!=="Z"){let g=Vw(m,!1);Math.abs(g)<30&&(g*=60),d-=6e4*g}return new Date(d)},stringify:({value:t})=>t?.toISOString().replace(/(T00:00:00)?\.000Z$/,"")??""};lg.floatTime=_J;lg.intTime=wJ;lg.timestamp=Ik});var Tk=F(kk=>{"use strict";var RJ=qc(),xJ=Gm(),CJ=$c(),EJ=ed(),OJ=$w(),Pk=Rk(),zw=xk(),cg=Ek(),IJ=Um(),PJ=Fw(),kJ=rg(),TJ=Bw(),Jw=Ww(),AJ=[RJ.map,CJ.seq,EJ.string,xJ.nullTag,Pk.trueTag,Pk.falseTag,cg.intBin,cg.intOct,cg.int,cg.intHex,zw.floatNaN,zw.floatExp,zw.float,OJ.binary,IJ.merge,PJ.omap,kJ.pairs,TJ.set,Jw.intTime,Jw.floatTime,Jw.timestamp];kk.schema=AJ});var Uk=F(Kw=>{"use strict";var Mk=qc(),qJ=Gm(),Nk=$c(),$J=ed(),MJ=Ew(),Yw=Iw(),Gw=kw(),NJ=uk(),DJ=pk(),Dk=$w(),sd=Um(),Fk=Fw(),Lk=rg(),Ak=Tk(),jk=Bw(),ug=Ww(),qk=new Map([["core",NJ.schema],["failsafe",[Mk.map,Nk.seq,$J.string]],["json",DJ.schema],["yaml11",Ak.schema],["yaml-1.1",Ak.schema]]),$k={binary:Dk.binary,bool:MJ.boolTag,float:Yw.float,floatExp:Yw.floatExp,floatNaN:Yw.floatNaN,floatTime:ug.floatTime,int:Gw.int,intHex:Gw.intHex,intOct:Gw.intOct,intTime:ug.intTime,map:Mk.map,merge:sd.merge,null:qJ.nullTag,omap:Fk.omap,pairs:Lk.pairs,seq:Nk.seq,set:jk.set,timestamp:ug.timestamp},FJ={"tag:yaml.org,2002:binary":Dk.binary,"tag:yaml.org,2002:merge":sd.merge,"tag:yaml.org,2002:omap":Fk.omap,"tag:yaml.org,2002:pairs":Lk.pairs,"tag:yaml.org,2002:set":jk.set,"tag:yaml.org,2002:timestamp":ug.timestamp};function LJ(t,e,r){let n=qk.get(e);if(n&&!t)return r&&!n.includes(sd.merge)?n.concat(sd.merge):n.slice();let i=n;if(!i)if(Array.isArray(t))i=[];else{let s=Array.from(qk.keys()).filter(a=>a!=="yaml11").map(a=>JSON.stringify(a)).join(", ");throw new Error(`Unknown schema "${e}"; use one of ${s} or define customTags array`)}if(Array.isArray(t))for(let s of t)i=i.concat(s);else typeof t=="function"&&(i=t(i.slice()));return r&&(i=i.concat(sd.merge)),i.reduce((s,a)=>{let l=typeof a=="string"?$k[a]:a;if(!l){let f=JSON.stringify(a),d=Object.keys($k).map(m=>JSON.stringify(m)).join(", ");throw new Error(`Unknown custom tag ${f}; use one of ${d}`)}return s.includes(l)||s.push(l),s},[])}Kw.coreKnownTags=FJ;Kw.getTags=LJ});var Xw=F(Hk=>{"use strict";var Qw=Ye(),jJ=qc(),UJ=$c(),HJ=ed(),fg=Uk(),BJ=(t,e)=>t.key<e.key?-1:t.key>e.key?1:0,Zw=class t{constructor({compat:e,customTags:r,merge:n,resolveKnownTags:i,schema:s,sortMapEntries:a,toStringDefaults:l}){this.compat=Array.isArray(e)?fg.getTags(e,"compat"):e?fg.getTags(null,e):null,this.name=typeof s=="string"&&s||"core",this.knownTags=i?fg.coreKnownTags:{},this.tags=fg.getTags(r,this.name,n),this.toStringOptions=l??null,Object.defineProperty(this,Qw.MAP,{value:jJ.map}),Object.defineProperty(this,Qw.SCALAR,{value:HJ.string}),Object.defineProperty(this,Qw.SEQ,{value:UJ.seq}),this.sortMapEntries=typeof a=="function"?a:a===!0?BJ:null}clone(){let e=Object.create(t.prototype,Object.getOwnPropertyDescriptors(this));return e.tags=this.tags.slice(),e}};Hk.Schema=Zw});var Vk=F(Bk=>{"use strict";var VJ=Ye(),e_=Qf(),od=Jf();function WJ(t,e){let r=[],n=e.directives===!0;if(e.directives!==!1&&t.directives){let f=t.directives.toString(t);f?(r.push(f),n=!0):t.directives.docStart&&(n=!0)}n&&r.push("---");let i=e_.createStringifyContext(t,e),{commentString:s}=i.options;if(t.commentBefore){r.length!==1&&r.unshift("");let f=s(t.commentBefore);r.unshift(od.indentComment(f,""))}let a=!1,l=null;if(t.contents){if(VJ.isNode(t.contents)){if(t.contents.spaceBefore&&n&&r.push(""),t.contents.commentBefore){let m=s(t.contents.commentBefore);r.push(od.indentComment(m,""))}i.forceBlockIndent=!!t.comment,l=t.contents.comment}let f=l?void 0:()=>a=!0,d=e_.stringify(t.contents,i,()=>l=null,f);l&&(d+=od.lineComment(d,"",s(l))),(d[0]==="|"||d[0]===">")&&r[r.length-1]==="---"?r[r.length-1]=`--- ${d}`:r.push(d)}else r.push(e_.stringify(t.contents,i));if(t.directives?.docEnd)if(t.comment){let f=s(t.comment);f.includes(`
|
|
149
|
+
`)?(r.push("..."),r.push(od.indentComment(f,""))):r.push(`... ${f}`)}else r.push("...");else{let f=t.comment;f&&a&&(f=f.replace(/^\n+/,"")),f&&((!a||l)&&r[r.length-1]!==""&&r.push(""),r.push(od.indentComment(s(f),"")))}return r.join(`
|
|
150
150
|
`)+`
|
|
151
|
-
`}
|
|
152
|
-
`),
|
|
151
|
+
`}Bk.stringifyDocument=WJ});var ad=F(Wk=>{"use strict";var zJ=Wf(),Nc=Tm(),En=Ye(),JJ=io(),YJ=eo(),GJ=Xw(),KJ=Vk(),t_=Om(),QJ=sw(),ZJ=zf(),r_=iw(),n_=class t{constructor(e,r,n){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,En.NODE_TYPE,{value:En.DOC});let i=null;typeof r=="function"||Array.isArray(r)?i=r:n===void 0&&r&&(n=r,r=void 0);let s=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,stringKeys:!1,uniqueKeys:!0,version:"1.2"},n);this.options=s;let{version:a}=s;n?._directives?(this.directives=n._directives.atDocument(),this.directives.yaml.explicit&&(a=this.directives.yaml.version)):this.directives=new r_.Directives({version:a}),this.setSchema(a,n),this.contents=e===void 0?null:this.createNode(e,i,n)}clone(){let e=Object.create(t.prototype,{[En.NODE_TYPE]:{value:En.DOC}});return e.commentBefore=this.commentBefore,e.comment=this.comment,e.errors=this.errors.slice(),e.warnings=this.warnings.slice(),e.options=Object.assign({},this.options),this.directives&&(e.directives=this.directives.clone()),e.schema=this.schema.clone(),e.contents=En.isNode(this.contents)?this.contents.clone(e.schema):this.contents,this.range&&(e.range=this.range.slice()),e}add(e){Dc(this.contents)&&this.contents.add(e)}addIn(e,r){Dc(this.contents)&&this.contents.addIn(e,r)}createAlias(e,r){if(!e.anchor){let n=t_.anchorNames(this);e.anchor=!r||n.has(r)?t_.findNewAnchor(r||"a",n):r}return new zJ.Alias(e.anchor)}createNode(e,r,n){let i;if(typeof r=="function")e=r.call({"":e},"",e),i=r;else if(Array.isArray(r)){let T=U=>typeof U=="number"||U instanceof String||U instanceof Number,A=r.filter(T).map(String);A.length>0&&(r=r.concat(A)),i=r}else n===void 0&&r&&(n=r,r=void 0);let{aliasDuplicateObjects:s,anchorPrefix:a,flow:l,keepUndefined:f,onTagObj:d,tag:m}=n??{},{onAnchor:g,setAnchors:y,sourceObjects:w}=t_.createNodeAnchors(this,a||"a"),C={aliasDuplicateObjects:s??!0,keepUndefined:f??!1,onAnchor:g,onTagObj:d,replacer:i,schema:this.schema,sourceObjects:w},R=ZJ.createNode(e,m,C);return l&&En.isCollection(R)&&(R.flow=!0),y(),R}createPair(e,r,n={}){let i=this.createNode(e,null,n),s=this.createNode(r,null,n);return new JJ.Pair(i,s)}delete(e){return Dc(this.contents)?this.contents.delete(e):!1}deleteIn(e){return Nc.isEmptyPath(e)?this.contents==null?!1:(this.contents=null,!0):Dc(this.contents)?this.contents.deleteIn(e):!1}get(e,r){return En.isCollection(this.contents)?this.contents.get(e,r):void 0}getIn(e,r){return Nc.isEmptyPath(e)?!r&&En.isScalar(this.contents)?this.contents.value:this.contents:En.isCollection(this.contents)?this.contents.getIn(e,r):void 0}has(e){return En.isCollection(this.contents)?this.contents.has(e):!1}hasIn(e){return Nc.isEmptyPath(e)?this.contents!==void 0:En.isCollection(this.contents)?this.contents.hasIn(e):!1}set(e,r){this.contents==null?this.contents=Nc.collectionFromPath(this.schema,[e],r):Dc(this.contents)&&this.contents.set(e,r)}setIn(e,r){Nc.isEmptyPath(e)?this.contents=r:this.contents==null?this.contents=Nc.collectionFromPath(this.schema,Array.from(e),r):Dc(this.contents)&&this.contents.setIn(e,r)}setSchema(e,r={}){typeof e=="number"&&(e=String(e));let n;switch(e){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new r_.Directives({version:"1.1"}),n={resolveKnownTags:!1,schema:"yaml-1.1"};break;case"1.2":case"next":this.directives?this.directives.yaml.version=e:this.directives=new r_.Directives({version:e}),n={resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,n=null;break;default:{let i=JSON.stringify(e);throw new Error(`Expected '1.1', '1.2' or null as first argument, but found: ${i}`)}}if(r.schema instanceof Object)this.schema=r.schema;else if(n)this.schema=new GJ.Schema(Object.assign(n,r));else throw new Error("With a null YAML version, the { schema: Schema } option is required")}toJS({json:e,jsonArg:r,mapAsMap:n,maxAliasCount:i,onAnchor:s,reviver:a}={}){let l={anchors:new Map,doc:this,keep:!e,mapAsMap:n===!0,mapKeyWarned:!1,maxAliasCount:typeof i=="number"?i:100},f=YJ.toJS(this.contents,r??"",l);if(typeof s=="function")for(let{count:d,res:m}of l.anchors.values())s(m,d);return typeof a=="function"?QJ.applyReviver(a,{"":f},"",f):f}toJSON(e,r){return this.toJS({json:!0,jsonArg:e,mapAsMap:!1,onAnchor:r})}toString(e={}){if(this.errors.length>0)throw new Error("Document with errors cannot be stringified");if("indent"in e&&(!Number.isInteger(e.indent)||Number(e.indent)<=0)){let r=JSON.stringify(e.indent);throw new Error(`"indent" option must be a positive integer, not ${r}`)}return KJ.stringifyDocument(this,e)}};function Dc(t){if(En.isCollection(t))return!0;throw new Error("Expected a YAML collection as document contents")}Wk.Document=n_});var ud=F(cd=>{"use strict";var ld=class extends Error{constructor(e,r,n,i){super(),this.name=e,this.code=n,this.message=i,this.pos=r}},i_=class extends ld{constructor(e,r,n){super("YAMLParseError",e,r,n)}},s_=class extends ld{constructor(e,r,n){super("YAMLWarning",e,r,n)}},XJ=(t,e)=>r=>{if(r.pos[0]===-1)return;r.linePos=r.pos.map(l=>e.linePos(l));let{line:n,col:i}=r.linePos[0];r.message+=` at line ${n}, column ${i}`;let s=i-1,a=t.substring(e.lineStarts[n-1],e.lineStarts[n]).replace(/[\n\r]+$/,"");if(s>=60&&a.length>80){let l=Math.min(s-39,a.length-79);a="\u2026"+a.substring(l),s-=l-1}if(a.length>80&&(a=a.substring(0,79)+"\u2026"),n>1&&/^ *$/.test(a.substring(0,s))){let l=t.substring(e.lineStarts[n-2],e.lineStarts[n-1]);l.length>80&&(l=l.substring(0,79)+`\u2026
|
|
152
|
+
`),a=l+a}if(/[^ ]/.test(a)){let l=1,f=r.linePos[1];f?.line===n&&f.col>i&&(l=Math.max(1,Math.min(f.col-i,80-s)));let d=" ".repeat(s)+"^".repeat(l);r.message+=`:
|
|
153
153
|
|
|
154
|
-
${
|
|
154
|
+
${a}
|
|
155
155
|
${d}
|
|
156
|
-
`}};cd.YAMLError=ld;cd.YAMLParseError=i_;cd.YAMLWarning=s_;cd.prettifyError=
|
|
157
|
-
`))return!0;if(t.end){for(let e of t.end)if(e.type==="newline")return!0}return!1;case"flow-collection":for(let e of t.items){for(let r of e.start)if(r.type==="newline")return!0;if(e.sep){for(let r of e.sep)if(r.type==="newline")return!0}if(o_(e.key)||o_(e.value))return!0}return!1;default:return!0}}
|
|
158
|
-
`+R.comment:l.comment=R.comment);continue}(R.newlineAfterProp||
|
|
159
|
-
`+B.comment:U.comment=B.comment);let
|
|
160
|
-
`+X.comment:d.comment=X.comment),g=X.end;continue}!
|
|
161
|
-
`+
|
|
162
|
-
`+k.comment:_.comment=k.comment);let j=new
|
|
163
|
-
`+
|
|
164
|
-
`.repeat(Math.max(1,
|
|
165
|
-
`;for(let R=m;R<l;++R){let[
|
|
166
|
-
`):
|
|
156
|
+
`}};cd.YAMLError=ld;cd.YAMLParseError=i_;cd.YAMLWarning=s_;cd.prettifyError=XJ});var fd=F(zk=>{"use strict";function eY(t,{flow:e,indicator:r,next:n,offset:i,onError:s,parentIndent:a,startOnNewline:l}){let f=!1,d=l,m=l,g="",y="",w=!1,C=!1,R=null,T=null,A=null,U=null,B=null,V=null,W=null;for(let _ of t)switch(C&&(_.type!=="space"&&_.type!=="newline"&&_.type!=="comma"&&s(_.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),C=!1),R&&(d&&_.type!=="comment"&&_.type!=="newline"&&s(R,"TAB_AS_INDENT","Tabs are not allowed as indentation"),R=null),_.type){case"space":!e&&(r!=="doc-start"||n?.type!=="flow-collection")&&_.source.includes(" ")&&(R=_),m=!0;break;case"comment":{m||s(_,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");let k=_.source.substring(1)||" ";g?g+=y+k:g=k,y="",d=!1;break}case"newline":d?g?g+=_.source:(!V||r!=="seq-item-ind")&&(f=!0):y+=_.source,d=!0,w=!0,(T||A)&&(U=_),m=!0;break;case"anchor":T&&s(_,"MULTIPLE_ANCHORS","A node can have at most one anchor"),_.source.endsWith(":")&&s(_.offset+_.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),T=_,W??(W=_.offset),d=!1,m=!1,C=!0;break;case"tag":{A&&s(_,"MULTIPLE_TAGS","A node can have at most one tag"),A=_,W??(W=_.offset),d=!1,m=!1,C=!0;break}case r:(T||A)&&s(_,"BAD_PROP_ORDER",`Anchors and tags must be after the ${_.source} indicator`),V&&s(_,"UNEXPECTED_TOKEN",`Unexpected ${_.source} in ${e??"collection"}`),V=_,d=r==="seq-item-ind"||r==="explicit-key-ind",m=!1;break;case"comma":if(e){B&&s(_,"UNEXPECTED_TOKEN",`Unexpected , in ${e}`),B=_,d=!1,m=!1;break}default:s(_,"UNEXPECTED_TOKEN",`Unexpected ${_.type} token`),d=!1,m=!1}let X=t[t.length-1],P=X?X.offset+X.source.length:i;return C&&n&&n.type!=="space"&&n.type!=="newline"&&n.type!=="comma"&&(n.type!=="scalar"||n.source!=="")&&s(n.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),R&&(d&&R.indent<=a||n?.type==="block-map"||n?.type==="block-seq")&&s(R,"TAB_AS_INDENT","Tabs are not allowed as indentation"),{comma:B,found:V,spaceBefore:f,comment:g,hasNewline:w,anchor:T,tag:A,newlineAfterProp:U,end:P,start:W??P}}zk.resolveProps=eY});var dg=F(Jk=>{"use strict";function o_(t){if(!t)return null;switch(t.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(t.source.includes(`
|
|
157
|
+
`))return!0;if(t.end){for(let e of t.end)if(e.type==="newline")return!0}return!1;case"flow-collection":for(let e of t.items){for(let r of e.start)if(r.type==="newline")return!0;if(e.sep){for(let r of e.sep)if(r.type==="newline")return!0}if(o_(e.key)||o_(e.value))return!0}return!1;default:return!0}}Jk.containsNewline=o_});var a_=F(Yk=>{"use strict";var tY=dg();function rY(t,e,r){if(e?.type==="flow-collection"){let n=e.end[0];n.indent===t&&(n.source==="]"||n.source==="}")&&tY.containsNewline(e)&&r(n,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}Yk.flowIndentCheck=rY});var l_=F(Kk=>{"use strict";var Gk=Ye();function nY(t,e,r){let{uniqueKeys:n}=t.options;if(n===!1)return!1;let i=typeof n=="function"?n:(s,a)=>s===a||Gk.isScalar(s)&&Gk.isScalar(a)&&s.value===a.value;return e.some(s=>i(s.key,r))}Kk.mapIncludes=nY});var r1=F(t1=>{"use strict";var Qk=io(),iY=oo(),Zk=fd(),sY=dg(),Xk=a_(),oY=l_(),e1="All mapping items must start at the same column";function aY({composeNode:t,composeEmptyNode:e},r,n,i,s){let a=s?.nodeClass??iY.YAMLMap,l=new a(r.schema);r.atRoot&&(r.atRoot=!1);let f=n.offset,d=null;for(let m of n.items){let{start:g,key:y,sep:w,value:C}=m,R=Zk.resolveProps(g,{indicator:"explicit-key-ind",next:y??w?.[0],offset:f,onError:i,parentIndent:n.indent,startOnNewline:!0}),T=!R.found;if(T){if(y&&(y.type==="block-seq"?i(f,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in y&&y.indent!==n.indent&&i(f,"BAD_INDENT",e1)),!R.anchor&&!R.tag&&!w){d=R.end,R.comment&&(l.comment?l.comment+=`
|
|
158
|
+
`+R.comment:l.comment=R.comment);continue}(R.newlineAfterProp||sY.containsNewline(y))&&i(y??g[g.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else R.found?.indent!==n.indent&&i(f,"BAD_INDENT",e1);r.atKey=!0;let A=R.end,U=y?t(r,y,R,i):e(r,A,g,null,R,i);r.schema.compat&&Xk.flowIndentCheck(n.indent,y,i),r.atKey=!1,oY.mapIncludes(r,l.items,U)&&i(A,"DUPLICATE_KEY","Map keys must be unique");let B=Zk.resolveProps(w??[],{indicator:"map-value-ind",next:C,offset:U.range[2],onError:i,parentIndent:n.indent,startOnNewline:!y||y.type==="block-scalar"});if(f=B.end,B.found){T&&(C?.type==="block-map"&&!B.hasNewline&&i(f,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),r.options.strict&&R.start<B.found.offset-1024&&i(U.range,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit block mapping key"));let V=C?t(r,C,B,i):e(r,f,w,null,B,i);r.schema.compat&&Xk.flowIndentCheck(n.indent,C,i),f=V.range[2];let W=new Qk.Pair(U,V);r.options.keepSourceTokens&&(W.srcToken=m),l.items.push(W)}else{T&&i(U.range,"MISSING_CHAR","Implicit map keys need to be followed by map values"),B.comment&&(U.comment?U.comment+=`
|
|
159
|
+
`+B.comment:U.comment=B.comment);let V=new Qk.Pair(U);r.options.keepSourceTokens&&(V.srcToken=m),l.items.push(V)}}return d&&d<f&&i(d,"IMPOSSIBLE","Map comment with trailing content"),l.range=[n.offset,f,d??f],l}t1.resolveBlockMap=aY});var i1=F(n1=>{"use strict";var lY=ao(),cY=fd(),uY=a_();function fY({composeNode:t,composeEmptyNode:e},r,n,i,s){let a=s?.nodeClass??lY.YAMLSeq,l=new a(r.schema);r.atRoot&&(r.atRoot=!1),r.atKey&&(r.atKey=!1);let f=n.offset,d=null;for(let{start:m,value:g}of n.items){let y=cY.resolveProps(m,{indicator:"seq-item-ind",next:g,offset:f,onError:i,parentIndent:n.indent,startOnNewline:!0});if(!y.found)if(y.anchor||y.tag||g)g?.type==="block-seq"?i(y.end,"BAD_INDENT","All sequence items must start at the same column"):i(f,"MISSING_CHAR","Sequence item without - indicator");else{d=y.end,y.comment&&(l.comment=y.comment);continue}let w=g?t(r,g,y,i):e(r,y.end,m,null,y,i);r.schema.compat&&uY.flowIndentCheck(n.indent,g,i),f=w.range[2],l.items.push(w)}return l.range=[n.offset,f,d??f],l}n1.resolveBlockSeq=fY});var Fc=F(s1=>{"use strict";function dY(t,e,r,n){let i="";if(t){let s=!1,a="";for(let l of t){let{source:f,type:d}=l;switch(d){case"space":s=!0;break;case"comment":{r&&!s&&n(l,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");let m=f.substring(1)||" ";i?i+=a+m:i=m,a="";break}case"newline":i&&(a+=f),s=!0;break;default:n(l,"UNEXPECTED_TOKEN",`Unexpected ${d} at node end`)}e+=f.length}}return{comment:i,offset:e}}s1.resolveEnd=dY});var c1=F(l1=>{"use strict";var pY=Ye(),hY=io(),o1=oo(),mY=ao(),gY=Fc(),a1=fd(),yY=dg(),vY=l_(),c_="Block collections are not allowed within flow collections",u_=t=>t&&(t.type==="block-map"||t.type==="block-seq");function bY({composeNode:t,composeEmptyNode:e},r,n,i,s){let a=n.start.source==="{",l=a?"flow map":"flow sequence",f=s?.nodeClass??(a?o1.YAMLMap:mY.YAMLSeq),d=new f(r.schema);d.flow=!0;let m=r.atRoot;m&&(r.atRoot=!1),r.atKey&&(r.atKey=!1);let g=n.offset+n.start.source.length;for(let T=0;T<n.items.length;++T){let A=n.items[T],{start:U,key:B,sep:V,value:W}=A,X=a1.resolveProps(U,{flow:l,indicator:"explicit-key-ind",next:B??V?.[0],offset:g,onError:i,parentIndent:n.indent,startOnNewline:!1});if(!X.found){if(!X.anchor&&!X.tag&&!V&&!W){T===0&&X.comma?i(X.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${l}`):T<n.items.length-1&&i(X.start,"UNEXPECTED_TOKEN",`Unexpected empty item in ${l}`),X.comment&&(d.comment?d.comment+=`
|
|
160
|
+
`+X.comment:d.comment=X.comment),g=X.end;continue}!a&&r.options.strict&&yY.containsNewline(B)&&i(B,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line")}if(T===0)X.comma&&i(X.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${l}`);else if(X.comma||i(X.start,"MISSING_CHAR",`Missing , between ${l} items`),X.comment){let P="";e:for(let _ of U)switch(_.type){case"comma":case"space":break;case"comment":P=_.source.substring(1);break e;default:break e}if(P){let _=d.items[d.items.length-1];pY.isPair(_)&&(_=_.value??_.key),_.comment?_.comment+=`
|
|
161
|
+
`+P:_.comment=P,X.comment=X.comment.substring(P.length+1)}}if(!a&&!V&&!X.found){let P=W?t(r,W,X,i):e(r,X.end,V,null,X,i);d.items.push(P),g=P.range[2],u_(W)&&i(P.range,"BLOCK_IN_FLOW",c_)}else{r.atKey=!0;let P=X.end,_=B?t(r,B,X,i):e(r,P,U,null,X,i);u_(B)&&i(_.range,"BLOCK_IN_FLOW",c_),r.atKey=!1;let k=a1.resolveProps(V??[],{flow:l,indicator:"map-value-ind",next:W,offset:_.range[2],onError:i,parentIndent:n.indent,startOnNewline:!1});if(k.found){if(!a&&!X.found&&r.options.strict){if(V)for(let $ of V){if($===k.found)break;if($.type==="newline"){i($,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line");break}}X.start<k.found.offset-1024&&i(k.found,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit flow sequence key")}}else W&&("source"in W&&W.source?.[0]===":"?i(W,"MISSING_CHAR",`Missing space after : in ${l}`):i(k.start,"MISSING_CHAR",`Missing , or : between ${l} items`));let M=W?t(r,W,k,i):k.found?e(r,k.end,V,null,k,i):null;M?u_(W)&&i(M.range,"BLOCK_IN_FLOW",c_):k.comment&&(_.comment?_.comment+=`
|
|
162
|
+
`+k.comment:_.comment=k.comment);let j=new hY.Pair(_,M);if(r.options.keepSourceTokens&&(j.srcToken=A),a){let $=d;vY.mapIncludes(r,$.items,_)&&i(P,"DUPLICATE_KEY","Map keys must be unique"),$.items.push(j)}else{let $=new o1.YAMLMap(r.schema);$.flow=!0,$.items.push(j);let Y=(M??_).range;$.range=[_.range[0],Y[1],Y[2]],d.items.push($)}g=M?M.range[2]:k.end}}let y=a?"}":"]",[w,...C]=n.end,R=g;if(w?.source===y)R=w.offset+w.source.length;else{let T=l[0].toUpperCase()+l.substring(1),A=m?`${T} must end with a ${y}`:`${T} in block collection must be sufficiently indented and end with a ${y}`;i(g,m?"MISSING_CHAR":"BAD_INDENT",A),w&&w.source.length!==1&&C.unshift(w)}if(C.length>0){let T=gY.resolveEnd(C,R,r.options.strict,i);T.comment&&(d.comment?d.comment+=`
|
|
163
|
+
`+T.comment:d.comment=T.comment),d.range=[n.offset,R,T.offset]}else d.range=[n.offset,R,R];return d}l1.resolveFlowCollection=bY});var f1=F(u1=>{"use strict";var SY=Ye(),wY=Lt(),_Y=oo(),RY=ao(),xY=r1(),CY=i1(),EY=c1();function f_(t,e,r,n,i,s){let a=r.type==="block-map"?xY.resolveBlockMap(t,e,r,n,s):r.type==="block-seq"?CY.resolveBlockSeq(t,e,r,n,s):EY.resolveFlowCollection(t,e,r,n,s),l=a.constructor;return i==="!"||i===l.tagName?(a.tag=l.tagName,a):(i&&(a.tag=i),a)}function OY(t,e,r,n,i){let s=n.tag,a=s?e.directives.tagName(s.source,y=>i(s,"TAG_RESOLVE_FAILED",y)):null;if(r.type==="block-seq"){let{anchor:y,newlineAfterProp:w}=n,C=y&&s?y.offset>s.offset?y:s:y??s;C&&(!w||w.offset<C.offset)&&i(C,"MISSING_CHAR","Missing newline after block sequence props")}let l=r.type==="block-map"?"map":r.type==="block-seq"?"seq":r.start.source==="{"?"map":"seq";if(!s||!a||a==="!"||a===_Y.YAMLMap.tagName&&l==="map"||a===RY.YAMLSeq.tagName&&l==="seq")return f_(t,e,r,i,a);let f=e.schema.tags.find(y=>y.tag===a&&y.collection===l);if(!f){let y=e.schema.knownTags[a];if(y?.collection===l)e.schema.tags.push(Object.assign({},y,{default:!1})),f=y;else return y?i(s,"BAD_COLLECTION_TYPE",`${y.tag} used for ${l} collection, but expects ${y.collection??"scalar"}`,!0):i(s,"TAG_RESOLVE_FAILED",`Unresolved tag: ${a}`,!0),f_(t,e,r,i,a)}let d=f_(t,e,r,i,a,f),m=f.resolve?.(d,y=>i(s,"TAG_RESOLVE_FAILED",y),e.options)??d,g=SY.isNode(m)?m:new wY.Scalar(m);return g.range=d.range,g.tag=a,f?.format&&(g.format=f.format),g}u1.composeCollection=OY});var p_=F(d1=>{"use strict";var d_=Lt();function IY(t,e,r){let n=e.offset,i=PY(e,t.options.strict,r);if(!i)return{value:"",type:null,comment:"",range:[n,n,n]};let s=i.mode===">"?d_.Scalar.BLOCK_FOLDED:d_.Scalar.BLOCK_LITERAL,a=e.source?kY(e.source):[],l=a.length;for(let R=a.length-1;R>=0;--R){let T=a[R][1];if(T===""||T==="\r")l=R;else break}if(l===0){let R=i.chomp==="+"&&a.length>0?`
|
|
164
|
+
`.repeat(Math.max(1,a.length-1)):"",T=n+i.length;return e.source&&(T+=e.source.length),{value:R,type:s,comment:i.comment,range:[n,T,T]}}let f=e.indent+i.indent,d=e.offset+i.length,m=0;for(let R=0;R<l;++R){let[T,A]=a[R];if(A===""||A==="\r")i.indent===0&&T.length>f&&(f=T.length);else{T.length<f&&r(d+T.length,"MISSING_CHAR","Block scalars with more-indented leading empty lines must use an explicit indentation indicator"),i.indent===0&&(f=T.length),m=R,f===0&&!t.atRoot&&r(d,"BAD_INDENT","Block scalar values in collections must be indented");break}d+=T.length+A.length+1}for(let R=a.length-1;R>=l;--R)a[R][0].length>f&&(l=R+1);let g="",y="",w=!1;for(let R=0;R<m;++R)g+=a[R][0].slice(f)+`
|
|
165
|
+
`;for(let R=m;R<l;++R){let[T,A]=a[R];d+=T.length+A.length+1;let U=A[A.length-1]==="\r";if(U&&(A=A.slice(0,-1)),A&&T.length<f){let V=`Block scalar lines must not be less indented than their ${i.indent?"explicit indentation indicator":"first line"}`;r(d-A.length-(U?2:1),"BAD_INDENT",V),T=""}s===d_.Scalar.BLOCK_LITERAL?(g+=y+T.slice(f)+A,y=`
|
|
166
|
+
`):T.length>f||A[0]===" "?(y===" "?y=`
|
|
167
167
|
`:!w&&y===`
|
|
168
168
|
`&&(y=`
|
|
169
169
|
|
|
170
|
-
`),g+=y+
|
|
170
|
+
`),g+=y+T.slice(f)+A,y=`
|
|
171
171
|
`,w=!0):A===""?y===`
|
|
172
172
|
`?g+=`
|
|
173
173
|
`:y=`
|
|
174
|
-
`:(g+=y+A,y=" ",w=!1)}switch(i.chomp){case"-":break;case"+":for(let R=l;R<
|
|
175
|
-
`+
|
|
174
|
+
`:(g+=y+A,y=" ",w=!1)}switch(i.chomp){case"-":break;case"+":for(let R=l;R<a.length;++R)g+=`
|
|
175
|
+
`+a[R][0].slice(f);g[g.length-1]!==`
|
|
176
176
|
`&&(g+=`
|
|
177
177
|
`);break;default:g+=`
|
|
178
|
-
`}let C=n+i.length+e.source.length;return{value:g,type:s,comment:i.comment,range:[n,C,C]}}function
|
|
178
|
+
`}let C=n+i.length+e.source.length;return{value:g,type:s,comment:i.comment,range:[n,C,C]}}function PY({offset:t,props:e},r,n){if(e[0].type!=="block-scalar-header")return n(e[0],"IMPOSSIBLE","Block scalar header not found"),null;let{source:i}=e[0],s=i[0],a=0,l="",f=-1;for(let y=1;y<i.length;++y){let w=i[y];if(!l&&(w==="-"||w==="+"))l=w;else{let C=Number(w);!a&&C?a=C:f===-1&&(f=t+y)}}f!==-1&&n(f,"UNEXPECTED_TOKEN",`Block scalar header includes extra characters: ${i}`);let d=!1,m="",g=i.length;for(let y=1;y<e.length;++y){let w=e[y];switch(w.type){case"space":d=!0;case"newline":g+=w.source.length;break;case"comment":r&&!d&&n(w,"MISSING_CHAR","Comments must be separated from other tokens by white space characters"),g+=w.source.length,m=w.source.substring(1);break;case"error":n(w,"UNEXPECTED_TOKEN",w.message),g+=w.source.length;break;default:{let C=`Unexpected token in block scalar header: ${w.type}`;n(w,"UNEXPECTED_TOKEN",C);let R=w.source;R&&typeof R=="string"&&(g+=R.length)}}}return{mode:s,indent:a,chomp:l,comment:m,length:g}}function kY(t){let e=t.split(/\n( *)/),r=e[0],n=r.match(/^( *)/),s=[n?.[1]?[n[1],r.slice(n[1].length)]:["",r]];for(let a=1;a<e.length;a+=2)s.push([e[a],e[a+1]]);return s}d1.resolveBlockScalar=IY});var m_=F(h1=>{"use strict";var h_=Lt(),TY=Fc();function AY(t,e,r){let{offset:n,type:i,source:s,end:a}=t,l,f,d=(y,w,C)=>r(n+y,w,C);switch(i){case"scalar":l=h_.Scalar.PLAIN,f=qY(s,d);break;case"single-quoted-scalar":l=h_.Scalar.QUOTE_SINGLE,f=$Y(s,d);break;case"double-quoted-scalar":l=h_.Scalar.QUOTE_DOUBLE,f=MY(s,d);break;default:return r(t,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${i}`),{value:"",type:null,comment:"",range:[n,n+s.length,n+s.length]}}let m=n+s.length,g=TY.resolveEnd(a,m,e,r);return{value:f,type:l,comment:g.comment,range:[n,m,g.offset]}}function qY(t,e){let r="";switch(t[0]){case" ":r="a tab character";break;case",":r="flow indicator character ,";break;case"%":r="directive indicator character %";break;case"|":case">":{r=`block scalar indicator ${t[0]}`;break}case"@":case"`":{r=`reserved character ${t[0]}`;break}}return r&&e(0,"BAD_SCALAR_START",`Plain value cannot start with ${r}`),p1(t)}function $Y(t,e){return(t[t.length-1]!=="'"||t.length===1)&&e(t.length,"MISSING_CHAR","Missing closing 'quote"),p1(t.slice(1,-1)).replace(/''/g,"'")}function p1(t){let e,r;try{e=new RegExp(`(.*?)(?<![ ])[ ]*\r?
|
|
179
179
|
`,"sy"),r=new RegExp(`[ ]*(.*?)(?:(?<![ ])[ ]*)?\r?
|
|
180
|
-
`,"sy")}catch{e=/(.*?)[ \t]*\r?\n/sy,r=/[ \t]*(.*?)[ \t]*\r?\n/sy}let n=e.exec(t);if(!n)return t;let i=n[1],s=" ",
|
|
180
|
+
`,"sy")}catch{e=/(.*?)[ \t]*\r?\n/sy,r=/[ \t]*(.*?)[ \t]*\r?\n/sy}let n=e.exec(t);if(!n)return t;let i=n[1],s=" ",a=e.lastIndex;for(r.lastIndex=a;n=r.exec(t);)n[1]===""?s===`
|
|
181
181
|
`?i+=s:s=`
|
|
182
|
-
`:(i+=s+n[1],s=" "),
|
|
182
|
+
`:(i+=s+n[1],s=" "),a=r.lastIndex;let l=/[ \t]*(.*)/sy;return l.lastIndex=a,n=l.exec(t),i+s+(n?.[1]??"")}function MY(t,e){let r="";for(let n=1;n<t.length-1;++n){let i=t[n];if(!(i==="\r"&&t[n+1]===`
|
|
183
183
|
`))if(i===`
|
|
184
|
-
`){let{fold:s,offset:
|
|
184
|
+
`){let{fold:s,offset:a}=NY(t,n);r+=s,n=a}else if(i==="\\"){let s=t[++n],a=DY[s];if(a)r+=a;else if(s===`
|
|
185
185
|
`)for(s=t[n+1];s===" "||s===" ";)s=t[++n+1];else if(s==="\r"&&t[n+1]===`
|
|
186
|
-
`)for(s=t[++n+1];s===" "||s===" ";)s=t[++n+1];else if(s==="x"||s==="u"||s==="U"){let l=s==="x"?2:s==="u"?4:8;r+=
|
|
187
|
-
`&&!(
|
|
188
|
-
`)&&(r+=n>s?t.slice(s,n+1):i)}else r+=i}return(t[t.length-1]!=='"'||t.length===1)&&e(t.length,"MISSING_CHAR",'Missing closing "quote'),r}function
|
|
186
|
+
`)for(s=t[++n+1];s===" "||s===" ";)s=t[++n+1];else if(s==="x"||s==="u"||s==="U"){let l=s==="x"?2:s==="u"?4:8;r+=FY(t,n+1,l,e),n+=l}else{let l=t.substr(n-1,2);e(n-1,"BAD_DQ_ESCAPE",`Invalid escape sequence ${l}`),r+=l}}else if(i===" "||i===" "){let s=n,a=t[n+1];for(;a===" "||a===" ";)a=t[++n+1];a!==`
|
|
187
|
+
`&&!(a==="\r"&&t[n+2]===`
|
|
188
|
+
`)&&(r+=n>s?t.slice(s,n+1):i)}else r+=i}return(t[t.length-1]!=='"'||t.length===1)&&e(t.length,"MISSING_CHAR",'Missing closing "quote'),r}function NY(t,e){let r="",n=t[e+1];for(;(n===" "||n===" "||n===`
|
|
189
189
|
`||n==="\r")&&!(n==="\r"&&t[e+2]!==`
|
|
190
190
|
`);)n===`
|
|
191
191
|
`&&(r+=`
|
|
192
|
-
`),e+=1,n=t[e+1];return r||(r=" "),{fold:r,offset:e}}var
|
|
193
|
-
`,r:"\r",t:" ",v:"\v",N:"\x85",_:"\xA0",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\"," ":" "};function
|
|
192
|
+
`),e+=1,n=t[e+1];return r||(r=" "),{fold:r,offset:e}}var DY={0:"\0",a:"\x07",b:"\b",e:"\x1B",f:"\f",n:`
|
|
193
|
+
`,r:"\r",t:" ",v:"\v",N:"\x85",_:"\xA0",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\"," ":" "};function FY(t,e,r,n){let i=t.substr(e,r),a=i.length===r&&/^[0-9a-fA-F]+$/.test(i)?parseInt(i,16):NaN;try{return String.fromCodePoint(a)}catch{let l=t.substr(e-2,r+2);return n(e-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${l}`),l}}h1.resolveFlowScalar=AY});var y1=F(g1=>{"use strict";var Ea=Ye(),m1=Lt(),LY=p_(),jY=m_();function UY(t,e,r,n){let{value:i,type:s,comment:a,range:l}=e.type==="block-scalar"?LY.resolveBlockScalar(t,e,n):jY.resolveFlowScalar(e,t.options.strict,n),f=r?t.directives.tagName(r.source,g=>n(r,"TAG_RESOLVE_FAILED",g)):null,d;t.options.stringKeys&&t.atKey?d=t.schema[Ea.SCALAR]:f?d=HY(t.schema,i,f,r,n):e.type==="scalar"?d=BY(t,i,e,n):d=t.schema[Ea.SCALAR];let m;try{let g=d.resolve(i,y=>n(r??e,"TAG_RESOLVE_FAILED",y),t.options);m=Ea.isScalar(g)?g:new m1.Scalar(g)}catch(g){let y=g instanceof Error?g.message:String(g);n(r??e,"TAG_RESOLVE_FAILED",y),m=new m1.Scalar(i)}return m.range=l,m.source=i,s&&(m.type=s),f&&(m.tag=f),d.format&&(m.format=d.format),a&&(m.comment=a),m}function HY(t,e,r,n,i){if(r==="!")return t[Ea.SCALAR];let s=[];for(let l of t.tags)if(!l.collection&&l.tag===r)if(l.default&&l.test)s.push(l);else return l;for(let l of s)if(l.test?.test(e))return l;let a=t.knownTags[r];return a&&!a.collection?(t.tags.push(Object.assign({},a,{default:!1,test:void 0})),a):(i(n,"TAG_RESOLVE_FAILED",`Unresolved tag: ${r}`,r!=="tag:yaml.org,2002:str"),t[Ea.SCALAR])}function BY({atKey:t,directives:e,schema:r},n,i,s){let a=r.tags.find(l=>(l.default===!0||t&&l.default==="key")&&l.test?.test(n))||r[Ea.SCALAR];if(r.compat){let l=r.compat.find(f=>f.default&&f.test?.test(n))??r[Ea.SCALAR];if(a.tag!==l.tag){let f=e.tagString(a.tag),d=e.tagString(l.tag),m=`Value may be parsed as either ${f} or ${d}`;s(i,"TAG_RESOLVE_FAILED",m,!0)}}return a}g1.composeScalar=UY});var b1=F(v1=>{"use strict";function VY(t,e,r){if(e){r??(r=e.length);for(let n=r-1;n>=0;--n){let i=e[n];switch(i.type){case"space":case"comment":case"newline":t-=i.source.length;continue}for(i=e[++n];i?.type==="space";)t+=i.source.length,i=e[++n];break}}return t}v1.emptyScalarPosition=VY});var _1=F(y_=>{"use strict";var WY=Wf(),zY=Ye(),JY=f1(),S1=y1(),YY=Fc(),GY=b1(),KY={composeNode:w1,composeEmptyNode:g_};function w1(t,e,r,n){let i=t.atKey,{spaceBefore:s,comment:a,anchor:l,tag:f}=r,d,m=!0;switch(e.type){case"alias":d=QY(t,e,n),(l||f)&&n(e,"ALIAS_PROPS","An alias node must not specify any properties");break;case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"block-scalar":d=S1.composeScalar(t,e,f,n),l&&(d.anchor=l.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":try{d=JY.composeCollection(KY,t,e,r,n),l&&(d.anchor=l.source.substring(1))}catch(g){let y=g instanceof Error?g.message:String(g);n(e,"RESOURCE_EXHAUSTION",y)}break;default:{let g=e.type==="error"?e.message:`Unsupported token (type: ${e.type})`;n(e,"UNEXPECTED_TOKEN",g),m=!1}}return d??(d=g_(t,e.offset,void 0,null,r,n)),l&&d.anchor===""&&n(l,"BAD_ALIAS","Anchor cannot be an empty string"),i&&t.options.stringKeys&&(!zY.isScalar(d)||typeof d.value!="string"||d.tag&&d.tag!=="tag:yaml.org,2002:str")&&n(f??e,"NON_STRING_KEY","With stringKeys, all keys must be strings"),s&&(d.spaceBefore=!0),a&&(e.type==="scalar"&&e.source===""?d.comment=a:d.commentBefore=a),t.options.keepSourceTokens&&m&&(d.srcToken=e),d}function g_(t,e,r,n,{spaceBefore:i,comment:s,anchor:a,tag:l,end:f},d){let m={type:"scalar",offset:GY.emptyScalarPosition(e,r,n),indent:-1,source:""},g=S1.composeScalar(t,m,l,d);return a&&(g.anchor=a.source.substring(1),g.anchor===""&&d(a,"BAD_ALIAS","Anchor cannot be an empty string")),i&&(g.spaceBefore=!0),s&&(g.comment=s,g.range[2]=f),g}function QY({options:t},{offset:e,source:r,end:n},i){let s=new WY.Alias(r.substring(1));s.source===""&&i(e,"BAD_ALIAS","Alias cannot be an empty string"),s.source.endsWith(":")&&i(e+r.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);let a=e+r.length,l=YY.resolveEnd(n,a,t.strict,i);return s.range=[e,a,l.offset],l.comment&&(s.comment=l.comment),s}y_.composeEmptyNode=g_;y_.composeNode=w1});var C1=F(x1=>{"use strict";var ZY=ad(),R1=_1(),XY=Fc(),eG=fd();function tG(t,e,{offset:r,start:n,value:i,end:s},a){let l=Object.assign({_directives:e},t),f=new ZY.Document(void 0,l),d={atKey:!1,atRoot:!0,directives:f.directives,options:f.options,schema:f.schema},m=eG.resolveProps(n,{indicator:"doc-start",next:i??s?.[0],offset:r,onError:a,parentIndent:0,startOnNewline:!0});m.found&&(f.directives.docStart=!0,i&&(i.type==="block-map"||i.type==="block-seq")&&!m.hasNewline&&a(m.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),f.contents=i?R1.composeNode(d,i,m,a):R1.composeEmptyNode(d,m.end,n,null,m,a);let g=f.contents.range[2],y=XY.resolveEnd(s,g,!1,a);return y.comment&&(f.comment=y.comment),f.range=[r,g,y.offset],f}x1.composeDoc=tG});var b_=F(I1=>{"use strict";var rG=require("process"),nG=iw(),iG=ad(),dd=ud(),E1=Ye(),sG=C1(),oG=Fc();function pd(t){if(typeof t=="number")return[t,t+1];if(Array.isArray(t))return t.length===2?t:[t[0],t[1]];let{offset:e,source:r}=t;return[e,e+(typeof r=="string"?r.length:1)]}function O1(t){let e="",r=!1,n=!1;for(let i=0;i<t.length;++i){let s=t[i];switch(s[0]){case"#":e+=(e===""?"":n?`
|
|
194
194
|
|
|
195
195
|
`:`
|
|
196
|
-
`)+(s.substring(1)||" "),r=!0,n=!1;break;case"%":t[i+1]?.[0]!=="#"&&(i+=1),r=!1;break;default:r||(n=!0),r=!1}}return{comment:e,afterEmptyLine:n}}var v_=class{constructor(e={}){this.doc=null,this.atDirectives=!1,this.prelude=[],this.errors=[],this.warnings=[],this.onError=(r,n,i,s)=>{let
|
|
197
|
-
${n}`:n;else if(i||e.directives.docStart||!s)e.commentBefore=n;else if(
|
|
198
|
-
${l}`:n}else{let
|
|
199
|
-
${
|
|
200
|
-
${r.comment}`:r.comment}this.doc.range[2]=r.offset;break}default:this.errors.push(new dd.YAMLParseError(pd(e),"UNEXPECTED_TOKEN",`Unsupported token ${e.type}`))}}*end(e=!1,r=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(e){let n=Object.assign({_directives:this.directives},this.options),i=new
|
|
196
|
+
`)+(s.substring(1)||" "),r=!0,n=!1;break;case"%":t[i+1]?.[0]!=="#"&&(i+=1),r=!1;break;default:r||(n=!0),r=!1}}return{comment:e,afterEmptyLine:n}}var v_=class{constructor(e={}){this.doc=null,this.atDirectives=!1,this.prelude=[],this.errors=[],this.warnings=[],this.onError=(r,n,i,s)=>{let a=pd(r);s?this.warnings.push(new dd.YAMLWarning(a,n,i)):this.errors.push(new dd.YAMLParseError(a,n,i))},this.directives=new nG.Directives({version:e.version||"1.2"}),this.options=e}decorate(e,r){let{comment:n,afterEmptyLine:i}=O1(this.prelude);if(n){let s=e.contents;if(r)e.comment=e.comment?`${e.comment}
|
|
197
|
+
${n}`:n;else if(i||e.directives.docStart||!s)e.commentBefore=n;else if(E1.isCollection(s)&&!s.flow&&s.items.length>0){let a=s.items[0];E1.isPair(a)&&(a=a.key);let l=a.commentBefore;a.commentBefore=l?`${n}
|
|
198
|
+
${l}`:n}else{let a=s.commentBefore;s.commentBefore=a?`${n}
|
|
199
|
+
${a}`:n}}if(r){for(let s=0;s<this.errors.length;++s)e.errors.push(this.errors[s]);for(let s=0;s<this.warnings.length;++s)e.warnings.push(this.warnings[s])}else e.errors=this.errors,e.warnings=this.warnings;this.prelude=[],this.errors=[],this.warnings=[]}streamInfo(){return{comment:O1(this.prelude).comment,directives:this.directives,errors:this.errors,warnings:this.warnings}}*compose(e,r=!1,n=-1){for(let i of e)yield*this.next(i);yield*this.end(r,n)}*next(e){switch(rG.env.LOG_STREAM&&console.dir(e,{depth:null}),e.type){case"directive":this.directives.add(e.source,(r,n,i)=>{let s=pd(e);s[0]+=r,this.onError(s,"BAD_DIRECTIVE",n,i)}),this.prelude.push(e.source),this.atDirectives=!0;break;case"document":{let r=sG.composeDoc(this.options,this.directives,e,this.onError);this.atDirectives&&!r.directives.docStart&&this.onError(e,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(r,!1),this.doc&&(yield this.doc),this.doc=r,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(e.source);break;case"error":{let r=e.source?`${e.message}: ${JSON.stringify(e.source)}`:e.message,n=new dd.YAMLParseError(pd(e),"UNEXPECTED_TOKEN",r);this.atDirectives||!this.doc?this.errors.push(n):this.doc.errors.push(n);break}case"doc-end":{if(!this.doc){let n="Unexpected doc-end without preceding document";this.errors.push(new dd.YAMLParseError(pd(e),"UNEXPECTED_TOKEN",n));break}this.doc.directives.docEnd=!0;let r=oG.resolveEnd(e.end,e.offset+e.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),r.comment){let n=this.doc.comment;this.doc.comment=n?`${n}
|
|
200
|
+
${r.comment}`:r.comment}this.doc.range[2]=r.offset;break}default:this.errors.push(new dd.YAMLParseError(pd(e),"UNEXPECTED_TOKEN",`Unsupported token ${e.type}`))}}*end(e=!1,r=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(e){let n=Object.assign({_directives:this.directives},this.options),i=new iG.Document(void 0,n);this.atDirectives&&this.onError(r,"MISSING_CHAR","Missing directives-end indicator line"),i.range=[0,r,r],this.decorate(i,!1),yield i}}};I1.Composer=v_});var T1=F(pg=>{"use strict";var aG=p_(),lG=m_(),cG=ud(),P1=Kf();function uG(t,e=!0,r){if(t){let n=(i,s,a)=>{let l=typeof i=="number"?i:Array.isArray(i)?i[0]:i.offset;if(r)r(l,s,a);else throw new cG.YAMLParseError([l,l+1],s,a)};switch(t.type){case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return lG.resolveFlowScalar(t,e,n);case"block-scalar":return aG.resolveBlockScalar({options:{strict:e}},t,n)}}return null}function fG(t,e){let{implicitKey:r=!1,indent:n,inFlow:i=!1,offset:s=-1,type:a="PLAIN"}=e,l=P1.stringifyString({type:a,value:t},{implicitKey:r,indent:n>0?" ".repeat(n):"",inFlow:i,options:{blockQuote:!0,lineWidth:-1}}),f=e.end??[{type:"newline",offset:-1,indent:n,source:`
|
|
201
201
|
`}];switch(l[0]){case"|":case">":{let d=l.indexOf(`
|
|
202
202
|
`),m=l.substring(0,d),g=l.substring(d+1)+`
|
|
203
|
-
`,y=[{type:"block-scalar-header",offset:s,indent:n,source:m}];return
|
|
204
|
-
`}),{type:"block-scalar",offset:s,indent:n,props:y,source:g}}case'"':return{type:"double-quoted-scalar",offset:s,indent:n,source:l,end:f};case"'":return{type:"single-quoted-scalar",offset:s,indent:n,source:l,end:f};default:return{type:"scalar",offset:s,indent:n,source:l,end:f}}}function
|
|
203
|
+
`,y=[{type:"block-scalar-header",offset:s,indent:n,source:m}];return k1(y,f)||y.push({type:"newline",offset:-1,indent:n,source:`
|
|
204
|
+
`}),{type:"block-scalar",offset:s,indent:n,props:y,source:g}}case'"':return{type:"double-quoted-scalar",offset:s,indent:n,source:l,end:f};case"'":return{type:"single-quoted-scalar",offset:s,indent:n,source:l,end:f};default:return{type:"scalar",offset:s,indent:n,source:l,end:f}}}function dG(t,e,r={}){let{afterKey:n=!1,implicitKey:i=!1,inFlow:s=!1,type:a}=r,l="indent"in t?t.indent:null;if(n&&typeof l=="number"&&(l+=2),!a)switch(t.type){case"single-quoted-scalar":a="QUOTE_SINGLE";break;case"double-quoted-scalar":a="QUOTE_DOUBLE";break;case"block-scalar":{let d=t.props[0];if(d.type!=="block-scalar-header")throw new Error("Invalid block scalar header");a=d.source[0]===">"?"BLOCK_FOLDED":"BLOCK_LITERAL";break}default:a="PLAIN"}let f=P1.stringifyString({type:a,value:e},{implicitKey:i||l===null,indent:l!==null&&l>0?" ".repeat(l):"",inFlow:s,options:{blockQuote:!0,lineWidth:-1}});switch(f[0]){case"|":case">":pG(t,f);break;case'"':S_(t,f,"double-quoted-scalar");break;case"'":S_(t,f,"single-quoted-scalar");break;default:S_(t,f,"scalar")}}function pG(t,e){let r=e.indexOf(`
|
|
205
205
|
`),n=e.substring(0,r),i=e.substring(r+1)+`
|
|
206
|
-
`;if(t.type==="block-scalar"){let s=t.props[0];if(s.type!=="block-scalar-header")throw new Error("Invalid block scalar header");s.source=n,t.source=i}else{let{offset:s}=t,
|
|
207
|
-
`});for(let f of Object.keys(t))f!=="type"&&f!=="offset"&&delete t[f];Object.assign(t,{type:"block-scalar",indent:
|
|
208
|
-
`};delete t.items,Object.assign(t,{type:r,source:e,end:[i]});break}default:{let n="indent"in t?t.indent:-1,i="end"in t&&Array.isArray(t.end)?t.end.filter(s=>s.type==="space"||s.type==="comment"||s.type==="newline"):[];for(let s of Object.keys(t))s!=="type"&&s!=="offset"&&delete t[s];Object.assign(t,{type:r,indent:n,source:e,end:i})}}}pg.createScalarToken=
|
|
206
|
+
`;if(t.type==="block-scalar"){let s=t.props[0];if(s.type!=="block-scalar-header")throw new Error("Invalid block scalar header");s.source=n,t.source=i}else{let{offset:s}=t,a="indent"in t?t.indent:-1,l=[{type:"block-scalar-header",offset:s,indent:a,source:n}];k1(l,"end"in t?t.end:void 0)||l.push({type:"newline",offset:-1,indent:a,source:`
|
|
207
|
+
`});for(let f of Object.keys(t))f!=="type"&&f!=="offset"&&delete t[f];Object.assign(t,{type:"block-scalar",indent:a,props:l,source:i})}}function k1(t,e){if(e)for(let r of e)switch(r.type){case"space":case"comment":t.push(r);break;case"newline":return t.push(r),!0}return!1}function S_(t,e,r){switch(t.type){case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":t.type=r,t.source=e;break;case"block-scalar":{let n=t.props.slice(1),i=e.length;t.props[0].type==="block-scalar-header"&&(i-=t.props[0].source.length);for(let s of n)s.offset+=i;delete t.props,Object.assign(t,{type:r,source:e,end:n});break}case"block-map":case"block-seq":{let i={type:"newline",offset:t.offset+e.length,indent:t.indent,source:`
|
|
208
|
+
`};delete t.items,Object.assign(t,{type:r,source:e,end:[i]});break}default:{let n="indent"in t?t.indent:-1,i="end"in t&&Array.isArray(t.end)?t.end.filter(s=>s.type==="space"||s.type==="comment"||s.type==="newline"):[];for(let s of Object.keys(t))s!=="type"&&s!=="offset"&&delete t[s];Object.assign(t,{type:r,indent:n,source:e,end:i})}}}pg.createScalarToken=fG;pg.resolveAsScalar=uG;pg.setScalarValue=dG});var q1=F(A1=>{"use strict";var hG=t=>"type"in t?mg(t):hg(t);function mg(t){switch(t.type){case"block-scalar":{let e="";for(let r of t.props)e+=mg(r);return e+t.source}case"block-map":case"block-seq":{let e="";for(let r of t.items)e+=hg(r);return e}case"flow-collection":{let e=t.start.source;for(let r of t.items)e+=hg(r);for(let r of t.end)e+=r.source;return e}case"document":{let e=hg(t);if(t.end)for(let r of t.end)e+=r.source;return e}default:{let e=t.source;if("end"in t&&t.end)for(let r of t.end)e+=r.source;return e}}}function hg({start:t,key:e,sep:r,value:n}){let i="";for(let s of t)i+=s.source;if(e&&(i+=mg(e)),r)for(let s of r)i+=s.source;return n&&(i+=mg(n)),i}A1.stringify=hG});var D1=F(N1=>{"use strict";var w_=Symbol("break visit"),mG=Symbol("skip children"),$1=Symbol("remove item");function Oa(t,e){"type"in t&&t.type==="document"&&(t={start:t.start,value:t.value}),M1(Object.freeze([]),t,e)}Oa.BREAK=w_;Oa.SKIP=mG;Oa.REMOVE=$1;Oa.itemAtPath=(t,e)=>{let r=t;for(let[n,i]of e){let s=r?.[n];if(s&&"items"in s)r=s.items[i];else return}return r};Oa.parentCollection=(t,e)=>{let r=Oa.itemAtPath(t,e.slice(0,-1)),n=e[e.length-1][0],i=r?.[n];if(i&&"items"in i)return i;throw new Error("Parent collection not found")};function M1(t,e,r){let n=r(e,t);if(typeof n=="symbol")return n;for(let i of["key","value"]){let s=e[i];if(s&&"items"in s){for(let a=0;a<s.items.length;++a){let l=M1(Object.freeze(t.concat([[i,a]])),s.items[a],r);if(typeof l=="number")a=l-1;else{if(l===w_)return w_;l===$1&&(s.items.splice(a,1),a-=1)}}typeof n=="function"&&i==="key"&&(n=n(e,t))}}return typeof n=="function"?n(e,t):n}N1.visit=Oa});var gg=F(Br=>{"use strict";var __=T1(),gG=q1(),yG=D1(),R_="\uFEFF",x_="",C_="",E_="",vG=t=>!!t&&"items"in t,bG=t=>!!t&&(t.type==="scalar"||t.type==="single-quoted-scalar"||t.type==="double-quoted-scalar"||t.type==="block-scalar");function SG(t){switch(t){case R_:return"<BOM>";case x_:return"<DOC>";case C_:return"<FLOW_END>";case E_:return"<SCALAR>";default:return JSON.stringify(t)}}function wG(t){switch(t){case R_:return"byte-order-mark";case x_:return"doc-mode";case C_:return"flow-error-end";case E_:return"scalar";case"---":return"doc-start";case"...":return"doc-end";case"":case`
|
|
209
209
|
`:case`\r
|
|
210
|
-
`:return"newline";case"-":return"seq-item-ind";case"?":return"explicit-key-ind";case":":return"map-value-ind";case"{":return"flow-map-start";case"}":return"flow-map-end";case"[":return"flow-seq-start";case"]":return"flow-seq-end";case",":return"comma"}switch(t[0]){case" ":case" ":return"space";case"#":return"comment";case"%":return"directive-line";case"*":return"alias";case"&":return"anchor";case"!":return"tag";case"'":return"single-quoted-scalar";case'"':return"double-quoted-scalar";case"|":case">":return"block-scalar-header"}return null}Br.createScalarToken=__.createScalarToken;Br.resolveAsScalar=__.resolveAsScalar;Br.setScalarValue=__.setScalarValue;Br.stringify=
|
|
211
|
-
`:case"\r":case" ":return!0;default:return!1}}var
|
|
212
|
-
\r `),O_=t=>!t||
|
|
210
|
+
`:return"newline";case"-":return"seq-item-ind";case"?":return"explicit-key-ind";case":":return"map-value-ind";case"{":return"flow-map-start";case"}":return"flow-map-end";case"[":return"flow-seq-start";case"]":return"flow-seq-end";case",":return"comma"}switch(t[0]){case" ":case" ":return"space";case"#":return"comment";case"%":return"directive-line";case"*":return"alias";case"&":return"anchor";case"!":return"tag";case"'":return"single-quoted-scalar";case'"':return"double-quoted-scalar";case"|":case">":return"block-scalar-header"}return null}Br.createScalarToken=__.createScalarToken;Br.resolveAsScalar=__.resolveAsScalar;Br.setScalarValue=__.setScalarValue;Br.stringify=gG.stringify;Br.visit=yG.visit;Br.BOM=R_;Br.DOCUMENT=x_;Br.FLOW_END=C_;Br.SCALAR=E_;Br.isCollection=vG;Br.isScalar=bG;Br.prettyToken=SG;Br.tokenType=wG});var P_=F(L1=>{"use strict";var hd=gg();function Qn(t){switch(t){case void 0:case" ":case`
|
|
211
|
+
`:case"\r":case" ":return!0;default:return!1}}var F1=new Set("0123456789ABCDEFabcdef"),_G=new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()"),yg=new Set(",[]{}"),RG=new Set(` ,[]{}
|
|
212
|
+
\r `),O_=t=>!t||RG.has(t),I_=class{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer="",this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(e,r=!1){if(e){if(typeof e!="string")throw TypeError("source is not a string");this.buffer=this.buffer?this.buffer+e:e,this.lineEndPos=null}this.atEnd=!r;let n=this.next??"stream";for(;n&&(r||this.hasChars(1));)n=yield*this.parseNext(n)}atLineEnd(){let e=this.pos,r=this.buffer[e];for(;r===" "||r===" ";)r=this.buffer[++e];return!r||r==="#"||r===`
|
|
213
213
|
`?!0:r==="\r"?this.buffer[e+1]===`
|
|
214
214
|
`:!1}charAt(e){return this.buffer[this.pos+e]}continueScalar(e){let r=this.buffer[e];if(this.indentNext>0){let n=0;for(;r===" ";)r=this.buffer[++n+e];if(r==="\r"){let i=this.buffer[n+e+1];if(i===`
|
|
215
215
|
`||!i&&!this.atEnd)return e+n+1}return r===`
|
|
216
216
|
`||n>=this.indentNext||!r&&!this.atEnd?e+n:-1}if(r==="-"||r==="."){let n=this.buffer.substr(e,3);if((n==="---"||n==="...")&&Qn(this.buffer[e+3]))return-1}return e}getLine(){let e=this.lineEndPos;return(typeof e!="number"||e!==-1&&e<this.pos)&&(e=this.buffer.indexOf(`
|
|
217
|
-
`,this.pos),this.lineEndPos=e),e===-1?this.atEnd?this.buffer.substring(this.pos):null:(this.buffer[e-1]==="\r"&&(e-=1),this.buffer.substring(this.pos,e))}hasChars(e){return this.pos+e<=this.buffer.length}setNext(e){return this.buffer=this.buffer.substring(this.pos),this.pos=0,this.lineEndPos=null,this.next=e,null}peek(e){return this.buffer.substr(this.pos,e)}*parseNext(e){switch(e){case"stream":return yield*this.parseStream();case"line-start":return yield*this.parseLineStart();case"block-start":return yield*this.parseBlockStart();case"doc":return yield*this.parseDocument();case"flow":return yield*this.parseFlowCollection();case"quoted-scalar":return yield*this.parseQuotedScalar();case"block-scalar":return yield*this.parseBlockScalar();case"plain-scalar":return yield*this.parsePlainScalar()}}*parseStream(){let e=this.getLine();if(e===null)return this.setNext("stream");if(e[0]===hd.BOM&&(yield*this.pushCount(1),e=e.substring(1)),e[0]==="%"){let r=e.length,n=e.indexOf("#");for(;n!==-1;){let s=e[n-1];if(s===" "||s===" "){r=n-1;break}else n=e.indexOf("#",n+1)}for(;;){let s=e[r-1];if(s===" "||s===" ")r-=1;else break}let i=(yield*this.pushCount(r))+(yield*this.pushSpaces(!0));return yield*this.pushCount(e.length-i),this.pushNewline(),"stream"}if(this.atLineEnd()){let r=yield*this.pushSpaces(!0);return yield*this.pushCount(e.length-r),yield*this.pushNewline(),"stream"}return yield hd.DOCUMENT,yield*this.parseLineStart()}*parseLineStart(){let e=this.charAt(0);if(!e&&!this.atEnd)return this.setNext("line-start");if(e==="-"||e==="."){if(!this.atEnd&&!this.hasChars(4))return this.setNext("line-start");let r=this.peek(3);if((r==="---"||r==="...")&&Qn(this.charAt(3)))return yield*this.pushCount(3),this.indentValue=0,this.indentNext=0,r==="---"?"doc":"stream"}return this.indentValue=yield*this.pushSpaces(!1),this.indentNext>this.indentValue&&!Qn(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){let[e,r]=this.peek(2);if(!r&&!this.atEnd)return this.setNext("block-start");if((e==="-"||e==="?"||e===":")&&Qn(r)){let n=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=n,"block-start"}return"doc"}*parseDocument(){yield*this.pushSpaces(!0);let e=this.getLine();if(e===null)return this.setNext("doc");let r=yield*this.pushIndicators();switch(e[r]){case"#":yield*this.pushCount(e.length-r);case void 0:return yield*this.pushNewline(),yield*this.parseLineStart();case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*this.pushCount(1),"doc";case"*":return yield*this.pushUntil(O_),"doc";case'"':case"'":return yield*this.parseQuotedScalar();case"|":case">":return r+=yield*this.parseBlockScalarHeader(),r+=yield*this.pushSpaces(!0),yield*this.pushCount(e.length-r),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let e,r,n=-1;do e=yield*this.pushNewline(),e>0?(r=yield*this.pushSpaces(!1),this.indentValue=n=r):r=0,r+=yield*this.pushSpaces(!0);while(e+r>0);let i=this.getLine();if(i===null)return this.setNext("flow");if((n!==-1&&n<this.indentNext&&i[0]!=="#"||n===0&&(i.startsWith("---")||i.startsWith("..."))&&Qn(i[3]))&&!(n===this.indentNext-1&&this.flowLevel===1&&(i[0]==="]"||i[0]==="}")))return this.flowLevel=0,yield hd.FLOW_END,yield*this.parseLineStart();let s=0;for(;i[s]===",";)s+=yield*this.pushCount(1),s+=yield*this.pushSpaces(!0),this.flowKey=!1;switch(s+=yield*this.pushIndicators(),i[s]){case void 0:return"flow";case"#":return yield*this.pushCount(i.length-s),"flow";case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel+=1,"flow";case"}":case"]":return yield*this.pushCount(1),this.flowKey=!0,this.flowLevel-=1,this.flowLevel?"flow":"doc";case"*":return yield*this.pushUntil(O_),"flow";case'"':case"'":return this.flowKey=!0,yield*this.parseQuotedScalar();case":":{let
|
|
217
|
+
`,this.pos),this.lineEndPos=e),e===-1?this.atEnd?this.buffer.substring(this.pos):null:(this.buffer[e-1]==="\r"&&(e-=1),this.buffer.substring(this.pos,e))}hasChars(e){return this.pos+e<=this.buffer.length}setNext(e){return this.buffer=this.buffer.substring(this.pos),this.pos=0,this.lineEndPos=null,this.next=e,null}peek(e){return this.buffer.substr(this.pos,e)}*parseNext(e){switch(e){case"stream":return yield*this.parseStream();case"line-start":return yield*this.parseLineStart();case"block-start":return yield*this.parseBlockStart();case"doc":return yield*this.parseDocument();case"flow":return yield*this.parseFlowCollection();case"quoted-scalar":return yield*this.parseQuotedScalar();case"block-scalar":return yield*this.parseBlockScalar();case"plain-scalar":return yield*this.parsePlainScalar()}}*parseStream(){let e=this.getLine();if(e===null)return this.setNext("stream");if(e[0]===hd.BOM&&(yield*this.pushCount(1),e=e.substring(1)),e[0]==="%"){let r=e.length,n=e.indexOf("#");for(;n!==-1;){let s=e[n-1];if(s===" "||s===" "){r=n-1;break}else n=e.indexOf("#",n+1)}for(;;){let s=e[r-1];if(s===" "||s===" ")r-=1;else break}let i=(yield*this.pushCount(r))+(yield*this.pushSpaces(!0));return yield*this.pushCount(e.length-i),this.pushNewline(),"stream"}if(this.atLineEnd()){let r=yield*this.pushSpaces(!0);return yield*this.pushCount(e.length-r),yield*this.pushNewline(),"stream"}return yield hd.DOCUMENT,yield*this.parseLineStart()}*parseLineStart(){let e=this.charAt(0);if(!e&&!this.atEnd)return this.setNext("line-start");if(e==="-"||e==="."){if(!this.atEnd&&!this.hasChars(4))return this.setNext("line-start");let r=this.peek(3);if((r==="---"||r==="...")&&Qn(this.charAt(3)))return yield*this.pushCount(3),this.indentValue=0,this.indentNext=0,r==="---"?"doc":"stream"}return this.indentValue=yield*this.pushSpaces(!1),this.indentNext>this.indentValue&&!Qn(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){let[e,r]=this.peek(2);if(!r&&!this.atEnd)return this.setNext("block-start");if((e==="-"||e==="?"||e===":")&&Qn(r)){let n=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=n,"block-start"}return"doc"}*parseDocument(){yield*this.pushSpaces(!0);let e=this.getLine();if(e===null)return this.setNext("doc");let r=yield*this.pushIndicators();switch(e[r]){case"#":yield*this.pushCount(e.length-r);case void 0:return yield*this.pushNewline(),yield*this.parseLineStart();case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*this.pushCount(1),"doc";case"*":return yield*this.pushUntil(O_),"doc";case'"':case"'":return yield*this.parseQuotedScalar();case"|":case">":return r+=yield*this.parseBlockScalarHeader(),r+=yield*this.pushSpaces(!0),yield*this.pushCount(e.length-r),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let e,r,n=-1;do e=yield*this.pushNewline(),e>0?(r=yield*this.pushSpaces(!1),this.indentValue=n=r):r=0,r+=yield*this.pushSpaces(!0);while(e+r>0);let i=this.getLine();if(i===null)return this.setNext("flow");if((n!==-1&&n<this.indentNext&&i[0]!=="#"||n===0&&(i.startsWith("---")||i.startsWith("..."))&&Qn(i[3]))&&!(n===this.indentNext-1&&this.flowLevel===1&&(i[0]==="]"||i[0]==="}")))return this.flowLevel=0,yield hd.FLOW_END,yield*this.parseLineStart();let s=0;for(;i[s]===",";)s+=yield*this.pushCount(1),s+=yield*this.pushSpaces(!0),this.flowKey=!1;switch(s+=yield*this.pushIndicators(),i[s]){case void 0:return"flow";case"#":return yield*this.pushCount(i.length-s),"flow";case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel+=1,"flow";case"}":case"]":return yield*this.pushCount(1),this.flowKey=!0,this.flowLevel-=1,this.flowLevel?"flow":"doc";case"*":return yield*this.pushUntil(O_),"flow";case'"':case"'":return this.flowKey=!0,yield*this.parseQuotedScalar();case":":{let a=this.charAt(1);if(this.flowKey||Qn(a)||a===",")return this.flowKey=!1,yield*this.pushCount(1),yield*this.pushSpaces(!0),"flow"}default:return this.flowKey=!1,yield*this.parsePlainScalar()}}*parseQuotedScalar(){let e=this.charAt(0),r=this.buffer.indexOf(e,this.pos+1);if(e==="'")for(;r!==-1&&this.buffer[r+1]==="'";)r=this.buffer.indexOf("'",r+2);else for(;r!==-1;){let s=0;for(;this.buffer[r-1-s]==="\\";)s+=1;if(s%2===0)break;r=this.buffer.indexOf('"',r+1)}let n=this.buffer.substring(0,r),i=n.indexOf(`
|
|
218
218
|
`,this.pos);if(i!==-1){for(;i!==-1;){let s=this.continueScalar(i+1);if(s===-1)break;i=n.indexOf(`
|
|
219
219
|
`,s)}i!==-1&&(r=i-(n[i-1]==="\r"?2:1))}if(r===-1){if(!this.atEnd)return this.setNext("quoted-scalar");r=this.buffer.length}return yield*this.pushToIndex(r+1,!1),this.flowLevel?"flow":"doc"}*parseBlockScalarHeader(){this.blockScalarIndent=-1,this.blockScalarKeep=!1;let e=this.pos;for(;;){let r=this.buffer[++e];if(r==="+")this.blockScalarKeep=!0;else if(r>"0"&&r<="9")this.blockScalarIndent=Number(r)-1;else if(r!=="-")break}return yield*this.pushUntil(r=>Qn(r)||r==="#")}*parseBlockScalar(){let e=this.pos-1,r=0,n;e:for(let s=this.pos;n=this.buffer[s];++s)switch(n){case" ":r+=1;break;case`
|
|
220
|
-
`:e=s,r=0;break;case"\r":{let
|
|
220
|
+
`:e=s,r=0;break;case"\r":{let a=this.buffer[s+1];if(!a&&!this.atEnd)return this.setNext("block-scalar");if(a===`
|
|
221
221
|
`)break}default:break e}if(!n&&!this.atEnd)return this.setNext("block-scalar");if(r>=this.indentNext){this.blockScalarIndent===-1?this.indentNext=r:this.indentNext=this.blockScalarIndent+(this.indentNext===0?1:this.indentNext);do{let s=this.continueScalar(e+1);if(s===-1)break;e=this.buffer.indexOf(`
|
|
222
222
|
`,s)}while(e!==-1);if(e===-1){if(!this.atEnd)return this.setNext("block-scalar");e=this.buffer.length}}let i=e+1;for(n=this.buffer[i];n===" ";)n=this.buffer[++i];if(n===" "){for(;n===" "||n===" "||n==="\r"||n===`
|
|
223
|
-
`;)n=this.buffer[++i];e=i-1}else if(!this.blockScalarKeep)do{let s=e-1,
|
|
223
|
+
`;)n=this.buffer[++i];e=i-1}else if(!this.blockScalarKeep)do{let s=e-1,a=this.buffer[s];a==="\r"&&(a=this.buffer[--s]);let l=s;for(;a===" ";)a=this.buffer[--s];if(a===`
|
|
224
224
|
`&&s>=this.pos&&s+1+r>l)e=s;else break}while(!0);return yield hd.SCALAR,yield*this.pushToIndex(e+1,!0),yield*this.parseLineStart()}*parsePlainScalar(){let e=this.flowLevel>0,r=this.pos-1,n=this.pos-1,i;for(;i=this.buffer[++n];)if(i===":"){let s=this.buffer[n+1];if(Qn(s)||e&&yg.has(s))break;r=n}else if(Qn(i)){let s=this.buffer[n+1];if(i==="\r"&&(s===`
|
|
225
225
|
`?(n+=1,i=`
|
|
226
226
|
`,s=this.buffer[n+1]):r=n),s==="#"||e&&yg.has(s))break;if(i===`
|
|
227
|
-
`){let
|
|
227
|
+
`){let a=this.continueScalar(n+1);if(a===-1)break;n=Math.max(n,a-2)}}else{if(e&&yg.has(i))break;r=n}return!i&&!this.atEnd?this.setNext("plain-scalar"):(yield hd.SCALAR,yield*this.pushToIndex(r+1,!0),e?"flow":"doc")}*pushCount(e){return e>0?(yield this.buffer.substr(this.pos,e),this.pos+=e,e):0}*pushToIndex(e,r){let n=this.buffer.slice(this.pos,e);return n?(yield n,this.pos+=n.length,n.length):(r&&(yield""),0)}*pushIndicators(){let e=0;e:for(;;){switch(this.charAt(0)){case"!":e+=yield*this.pushTag(),e+=yield*this.pushSpaces(!0);continue e;case"&":e+=yield*this.pushUntil(O_),e+=yield*this.pushSpaces(!0);continue e;case"-":case"?":case":":{let r=this.flowLevel>0,n=this.charAt(1);if(Qn(n)||r&&yg.has(n)){r?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,e+=yield*this.pushCount(1),e+=yield*this.pushSpaces(!0);continue e}}}break e}return e}*pushTag(){if(this.charAt(1)==="<"){let e=this.pos+2,r=this.buffer[e];for(;!Qn(r)&&r!==">";)r=this.buffer[++e];return yield*this.pushToIndex(r===">"?e+1:e,!1)}else{let e=this.pos+1,r=this.buffer[e];for(;r;)if(_G.has(r))r=this.buffer[++e];else if(r==="%"&&F1.has(this.buffer[e+1])&&F1.has(this.buffer[e+2]))r=this.buffer[e+=3];else break;return yield*this.pushToIndex(e,!1)}}*pushNewline(){let e=this.buffer[this.pos];return e===`
|
|
228
228
|
`?yield*this.pushCount(1):e==="\r"&&this.charAt(1)===`
|
|
229
|
-
`?yield*this.pushCount(2):0}*pushSpaces(e){let r=this.pos-1,n;do n=this.buffer[++r];while(n===" "||e&&n===" ");let i=r-this.pos;return i>0&&(yield this.buffer.substr(this.pos,i),this.pos=r),i}*pushUntil(e){let r=this.pos,n=this.buffer[r];for(;!e(n);)n=this.buffer[++r];return yield*this.pushToIndex(r,!1)}};
|
|
229
|
+
`?yield*this.pushCount(2):0}*pushSpaces(e){let r=this.pos-1,n;do n=this.buffer[++r];while(n===" "||e&&n===" ");let i=r-this.pos;return i>0&&(yield this.buffer.substr(this.pos,i),this.pos=r),i}*pushUntil(e){let r=this.pos,n=this.buffer[r];for(;!e(n);)n=this.buffer[++r];return yield*this.pushToIndex(r,!1)}};L1.Lexer=I_});var T_=F(j1=>{"use strict";var k_=class{constructor(){this.lineStarts=[],this.addNewLine=e=>this.lineStarts.push(e),this.linePos=e=>{let r=0,n=this.lineStarts.length;for(;r<n;){let s=r+n>>1;this.lineStarts[s]<e?r=s+1:n=s}if(this.lineStarts[r]===e)return{line:r+1,col:1};if(r===0)return{line:0,col:e};let i=this.lineStarts[r-1];return{line:r,col:e-i+1}}}};j1.LineCounter=k_});var q_=F(W1=>{"use strict";var xG=require("process"),U1=gg(),CG=P_();function lo(t,e){for(let r=0;r<t.length;++r)if(t[r].type===e)return!0;return!1}function H1(t){for(let e=0;e<t.length;++e)switch(t[e].type){case"space":case"comment":case"newline":break;default:return e}return-1}function V1(t){switch(t?.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"flow-collection":return!0;default:return!1}}function vg(t){switch(t.type){case"document":return t.start;case"block-map":{let e=t.items[t.items.length-1];return e.sep??e.start}case"block-seq":return t.items[t.items.length-1].start;default:return[]}}function Lc(t){if(t.length===0)return[];let e=t.length;e:for(;--e>=0;)switch(t[e].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break e}for(;t[++e]?.type==="space";);return t.splice(e,t.length)}function bg(t,e){if(e.length<1e5)Array.prototype.push.apply(t,e);else for(let r=0;r<e.length;++r)t.push(e[r])}function B1(t){if(t.start.type==="flow-seq-start")for(let e of t.items)e.sep&&!e.value&&!lo(e.start,"explicit-key-ind")&&!lo(e.sep,"map-value-ind")&&(e.key&&(e.value=e.key),delete e.key,V1(e.value)?e.value.end?bg(e.value.end,e.sep):e.value.end=e.sep:bg(e.start,e.sep),delete e.sep)}var A_=class{constructor(e){this.atNewLine=!0,this.atScalar=!1,this.indent=0,this.offset=0,this.onKeyLine=!1,this.stack=[],this.source="",this.type="",this.lexer=new CG.Lexer,this.onNewLine=e}*parse(e,r=!1){this.onNewLine&&this.offset===0&&this.onNewLine(0);for(let n of this.lexer.lex(e,r))yield*this.next(n);r||(yield*this.end())}*next(e){if(this.source=e,xG.env.LOG_TOKENS&&console.log("|",U1.prettyToken(e)),this.atScalar){this.atScalar=!1,yield*this.step(),this.offset+=e.length;return}let r=U1.tokenType(e);if(r)if(r==="scalar")this.atNewLine=!1,this.atScalar=!0,this.type="scalar";else{switch(this.type=r,yield*this.step(),r){case"newline":this.atNewLine=!0,this.indent=0,this.onNewLine&&this.onNewLine(this.offset+e.length);break;case"space":this.atNewLine&&e[0]===" "&&(this.indent+=e.length);break;case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":this.atNewLine&&(this.indent+=e.length);break;case"doc-mode":case"flow-error-end":return;default:this.atNewLine=!1}this.offset+=e.length}else{let n=`Not a YAML token: ${e}`;yield*this.pop({type:"error",offset:this.offset,message:n,source:e}),this.offset+=e.length}}*end(){for(;this.stack.length>0;)yield*this.pop()}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){let e=this.peek(1);if(this.type==="doc-end"&&e?.type!=="doc-end"){for(;this.stack.length>0;)yield*this.pop();this.stack.push({type:"doc-end",offset:this.offset,source:this.source});return}if(!e)return yield*this.stream();switch(e.type){case"document":return yield*this.document(e);case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yield*this.scalar(e);case"block-scalar":return yield*this.blockScalar(e);case"block-map":return yield*this.blockMap(e);case"block-seq":return yield*this.blockSequence(e);case"flow-collection":return yield*this.flowCollection(e);case"doc-end":return yield*this.documentEnd(e)}yield*this.pop()}peek(e){return this.stack[this.stack.length-e]}*pop(e){let r=e??this.stack.pop();if(!r)yield{type:"error",offset:this.offset,source:"",message:"Tried to pop an empty stack"};else if(this.stack.length===0)yield r;else{let n=this.peek(1);switch(r.type==="block-scalar"?r.indent="indent"in n?n.indent:0:r.type==="flow-collection"&&n.type==="document"&&(r.indent=0),r.type==="flow-collection"&&B1(r),n.type){case"document":n.value=r;break;case"block-scalar":n.props.push(r);break;case"block-map":{let i=n.items[n.items.length-1];if(i.value){n.items.push({start:[],key:r,sep:[]}),this.onKeyLine=!0;return}else if(i.sep)i.value=r;else{Object.assign(i,{key:r,sep:[]}),this.onKeyLine=!i.explicitKey;return}break}case"block-seq":{let i=n.items[n.items.length-1];i.value?n.items.push({start:[],value:r}):i.value=r;break}case"flow-collection":{let i=n.items[n.items.length-1];!i||i.value?n.items.push({start:[],key:r,sep:[]}):i.sep?i.value=r:Object.assign(i,{key:r,sep:[]});return}default:yield*this.pop(),yield*this.pop(r)}if((n.type==="document"||n.type==="block-map"||n.type==="block-seq")&&(r.type==="block-map"||r.type==="block-seq")){let i=r.items[r.items.length-1];i&&!i.sep&&!i.value&&i.start.length>0&&H1(i.start)===-1&&(r.indent===0||i.start.every(s=>s.type!=="comment"||s.indent<r.indent))&&(n.type==="document"?n.end=i.start:n.items.push({start:i.start}),r.items.splice(-1,1))}}}*stream(){switch(this.type){case"directive-line":yield{type:"directive",offset:this.offset,source:this.source};return;case"byte-order-mark":case"space":case"comment":case"newline":yield this.sourceToken;return;case"doc-mode":case"doc-start":{let e={type:"document",offset:this.offset,start:[]};this.type==="doc-start"&&e.start.push(this.sourceToken),this.stack.push(e);return}}yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML stream`,source:this.source}}*document(e){if(e.value)return yield*this.lineEnd(e);switch(this.type){case"doc-start":{H1(e.start)!==-1?(yield*this.pop(),yield*this.step()):e.start.push(this.sourceToken);return}case"anchor":case"tag":case"space":case"comment":case"newline":e.start.push(this.sourceToken);return}let r=this.startBlockValue(e);r?this.stack.push(r):yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML document`,source:this.source}}*scalar(e){if(this.type==="map-value-ind"){let r=vg(this.peek(2)),n=Lc(r),i;e.end?(i=e.end,i.push(this.sourceToken),delete e.end):i=[this.sourceToken];let s={type:"block-map",offset:e.offset,indent:e.indent,items:[{start:n,key:e,sep:i}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=s}else yield*this.lineEnd(e)}*blockScalar(e){switch(this.type){case"space":case"comment":case"newline":e.props.push(this.sourceToken);return;case"scalar":if(e.source=this.source,this.atNewLine=!0,this.indent=0,this.onNewLine){let r=this.source.indexOf(`
|
|
230
230
|
`)+1;for(;r!==0;)this.onNewLine(this.offset+r),r=this.source.indexOf(`
|
|
231
|
-
`,r)+1}yield*this.pop();break;default:yield*this.pop(),yield*this.step()}}*blockMap(e){let r=e.items[e.items.length-1];switch(this.type){case"newline":if(this.onKeyLine=!1,r.value){let n="end"in r.value?r.value.end:void 0;(Array.isArray(n)?n[n.length-1]:void 0)?.type==="comment"?n?.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else r.sep?r.sep.push(this.sourceToken):r.start.push(this.sourceToken);return;case"space":case"comment":if(r.value)e.items.push({start:[this.sourceToken]});else if(r.sep)r.sep.push(this.sourceToken);else{if(this.atIndentedComment(r.start,e.indent)){let i=e.items[e.items.length-2]?.value?.end;if(Array.isArray(i)){bg(i,r.start),i.push(this.sourceToken),e.items.pop();return}}r.start.push(this.sourceToken)}return}if(this.indent>=e.indent){let n=!this.onKeyLine&&this.indent===e.indent,i=n&&(r.sep||r.explicitKey)&&this.type!=="seq-item-ind",s=[];if(i&&r.sep&&!r.value){let
|
|
231
|
+
`,r)+1}yield*this.pop();break;default:yield*this.pop(),yield*this.step()}}*blockMap(e){let r=e.items[e.items.length-1];switch(this.type){case"newline":if(this.onKeyLine=!1,r.value){let n="end"in r.value?r.value.end:void 0;(Array.isArray(n)?n[n.length-1]:void 0)?.type==="comment"?n?.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else r.sep?r.sep.push(this.sourceToken):r.start.push(this.sourceToken);return;case"space":case"comment":if(r.value)e.items.push({start:[this.sourceToken]});else if(r.sep)r.sep.push(this.sourceToken);else{if(this.atIndentedComment(r.start,e.indent)){let i=e.items[e.items.length-2]?.value?.end;if(Array.isArray(i)){bg(i,r.start),i.push(this.sourceToken),e.items.pop();return}}r.start.push(this.sourceToken)}return}if(this.indent>=e.indent){let n=!this.onKeyLine&&this.indent===e.indent,i=n&&(r.sep||r.explicitKey)&&this.type!=="seq-item-ind",s=[];if(i&&r.sep&&!r.value){let a=[];for(let l=0;l<r.sep.length;++l){let f=r.sep[l];switch(f.type){case"newline":a.push(l);break;case"space":break;case"comment":f.indent>e.indent&&(a.length=0);break;default:a.length=0}}a.length>=2&&(s=r.sep.splice(a[1]))}switch(this.type){case"anchor":case"tag":i||r.value?(s.push(this.sourceToken),e.items.push({start:s}),this.onKeyLine=!0):r.sep?r.sep.push(this.sourceToken):r.start.push(this.sourceToken);return;case"explicit-key-ind":!r.sep&&!r.explicitKey?(r.start.push(this.sourceToken),r.explicitKey=!0):i||r.value?(s.push(this.sourceToken),e.items.push({start:s,explicitKey:!0})):this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken],explicitKey:!0}]}),this.onKeyLine=!0;return;case"map-value-ind":if(r.explicitKey)if(r.sep)if(r.value)e.items.push({start:[],key:null,sep:[this.sourceToken]});else if(lo(r.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:s,key:null,sep:[this.sourceToken]}]});else if(V1(r.key)&&!lo(r.sep,"newline")){let a=Lc(r.start),l=r.key,f=r.sep;f.push(this.sourceToken),delete r.key,delete r.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:a,key:l,sep:f}]})}else s.length>0?r.sep=r.sep.concat(s,this.sourceToken):r.sep.push(this.sourceToken);else if(lo(r.start,"newline"))Object.assign(r,{key:null,sep:[this.sourceToken]});else{let a=Lc(r.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:a,key:null,sep:[this.sourceToken]}]})}else r.sep?r.value||i?e.items.push({start:s,key:null,sep:[this.sourceToken]}):lo(r.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):r.sep.push(this.sourceToken):Object.assign(r,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let a=this.flowScalar(this.type);i||r.value?(e.items.push({start:s,key:a,sep:[]}),this.onKeyLine=!0):r.sep?this.stack.push(a):(Object.assign(r,{key:a,sep:[]}),this.onKeyLine=!0);return}default:{let a=this.startBlockValue(e);if(a){if(a.type==="block-seq"){if(!r.explicitKey&&r.sep&&!lo(r.sep,"newline")){yield*this.pop({type:"error",offset:this.offset,message:"Unexpected block-seq-ind on same line with key",source:this.source});return}}else n&&e.items.push({start:s});this.stack.push(a);return}}}}yield*this.pop(),yield*this.step()}*blockSequence(e){let r=e.items[e.items.length-1];switch(this.type){case"newline":if(r.value){let n="end"in r.value?r.value.end:void 0;(Array.isArray(n)?n[n.length-1]:void 0)?.type==="comment"?n?.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else r.start.push(this.sourceToken);return;case"space":case"comment":if(r.value)e.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(r.start,e.indent)){let i=e.items[e.items.length-2]?.value?.end;if(Array.isArray(i)){bg(i,r.start),i.push(this.sourceToken),e.items.pop();return}}r.start.push(this.sourceToken)}return;case"anchor":case"tag":if(r.value||this.indent<=e.indent)break;r.start.push(this.sourceToken);return;case"seq-item-ind":if(this.indent!==e.indent)break;r.value||lo(r.start,"seq-item-ind")?e.items.push({start:[this.sourceToken]}):r.start.push(this.sourceToken);return}if(this.indent>e.indent){let n=this.startBlockValue(e);if(n){this.stack.push(n);return}}yield*this.pop(),yield*this.step()}*flowCollection(e){let r=e.items[e.items.length-1];if(this.type==="flow-error-end"){let n;do yield*this.pop(),n=this.peek(1);while(n?.type==="flow-collection")}else if(e.end.length===0){switch(this.type){case"comma":case"explicit-key-ind":!r||r.sep?e.items.push({start:[this.sourceToken]}):r.start.push(this.sourceToken);return;case"map-value-ind":!r||r.value?e.items.push({start:[],key:null,sep:[this.sourceToken]}):r.sep?r.sep.push(this.sourceToken):Object.assign(r,{key:null,sep:[this.sourceToken]});return;case"space":case"comment":case"newline":case"anchor":case"tag":!r||r.value?e.items.push({start:[this.sourceToken]}):r.sep?r.sep.push(this.sourceToken):r.start.push(this.sourceToken);return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let i=this.flowScalar(this.type);!r||r.value?e.items.push({start:[],key:i,sep:[]}):r.sep?this.stack.push(i):Object.assign(r,{key:i,sep:[]});return}case"flow-map-end":case"flow-seq-end":e.end.push(this.sourceToken);return}let n=this.startBlockValue(e);n?this.stack.push(n):(yield*this.pop(),yield*this.step())}else{let n=this.peek(2);if(n.type==="block-map"&&(this.type==="map-value-ind"&&n.indent===e.indent||this.type==="newline"&&!n.items[n.items.length-1].sep))yield*this.pop(),yield*this.step();else if(this.type==="map-value-ind"&&n.type!=="flow-collection"){let i=vg(n),s=Lc(i);B1(e);let a=e.end.splice(1,e.end.length);a.push(this.sourceToken);let l={type:"block-map",offset:e.offset,indent:e.indent,items:[{start:s,key:e,sep:a}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=l}else yield*this.lineEnd(e)}}flowScalar(e){if(this.onNewLine){let r=this.source.indexOf(`
|
|
232
232
|
`)+1;for(;r!==0;)this.onNewLine(this.offset+r),r=this.source.indexOf(`
|
|
233
|
-
`,r)+1}return{type:e,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(e){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;let r=vg(e),n=Lc(r);return n.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,explicitKey:!0}]}}case"map-value-ind":{this.onKeyLine=!0;let r=vg(e),n=Lc(r);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(e,r){return this.type!=="comment"||this.indent<=r?!1:e.every(n=>n.type==="newline"||n.type==="space")}*documentEnd(e){this.type!=="doc-mode"&&(e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop()))}*lineEnd(e){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*this.pop(),yield*this.step();break;case"newline":this.onKeyLine=!1;default:e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop())}}};
|
|
233
|
+
`,r)+1}return{type:e,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(e){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;let r=vg(e),n=Lc(r);return n.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,explicitKey:!0}]}}case"map-value-ind":{this.onKeyLine=!0;let r=vg(e),n=Lc(r);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(e,r){return this.type!=="comment"||this.indent<=r?!1:e.every(n=>n.type==="newline"||n.type==="space")}*documentEnd(e){this.type!=="doc-mode"&&(e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop()))}*lineEnd(e){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*this.pop(),yield*this.step();break;case"newline":this.onKeyLine=!1;default:e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop())}}};W1.Parser=A_});var K1=F(gd=>{"use strict";var z1=b_(),EG=ad(),md=ud(),OG=yw(),IG=Ye(),PG=T_(),J1=q_();function Y1(t){let e=t.prettyErrors!==!1;return{lineCounter:t.lineCounter||e&&new PG.LineCounter||null,prettyErrors:e}}function kG(t,e={}){let{lineCounter:r,prettyErrors:n}=Y1(e),i=new J1.Parser(r?.addNewLine),s=new z1.Composer(e),a=Array.from(s.compose(i.parse(t)));if(n&&r)for(let l of a)l.errors.forEach(md.prettifyError(t,r)),l.warnings.forEach(md.prettifyError(t,r));return a.length>0?a:Object.assign([],{empty:!0},s.streamInfo())}function G1(t,e={}){let{lineCounter:r,prettyErrors:n}=Y1(e),i=new J1.Parser(r?.addNewLine),s=new z1.Composer(e),a=null;for(let l of s.compose(i.parse(t),!0,t.length))if(!a)a=l;else if(a.options.logLevel!=="silent"){a.errors.push(new md.YAMLParseError(l.range.slice(0,2),"MULTIPLE_DOCS","Source contains multiple documents; please use YAML.parseAllDocuments()"));break}return n&&r&&(a.errors.forEach(md.prettifyError(t,r)),a.warnings.forEach(md.prettifyError(t,r))),a}function TG(t,e,r){let n;typeof e=="function"?n=e:r===void 0&&e&&typeof e=="object"&&(r=e);let i=G1(t,r);if(!i)return null;if(i.warnings.forEach(s=>OG.warn(i.options.logLevel,s)),i.errors.length>0){if(i.options.logLevel!=="silent")throw i.errors[0];i.errors=[]}return i.toJS(Object.assign({reviver:n},r))}function AG(t,e,r){let n=null;if(typeof e=="function"||Array.isArray(e)?n=e:r===void 0&&e&&(r=e),typeof r=="string"&&(r=r.length),typeof r=="number"){let i=Math.round(r);r=i<1?void 0:i>8?{indent:8}:{indent:i}}if(t===void 0){let{keepUndefined:i}=r??e??{};if(!i)return}return IG.isDocument(t)&&!n?t.toString(r):new EG.Document(t,n,r).toString(r)}gd.parse=TG;gd.parseAllDocuments=kG;gd.parseDocument=G1;gd.stringify=AG});var M_=F(st=>{"use strict";var qG=b_(),$G=ad(),MG=Xw(),$_=ud(),NG=Wf(),co=Ye(),DG=io(),FG=Lt(),LG=oo(),jG=ao(),UG=gg(),HG=P_(),BG=T_(),VG=q_(),Sg=K1(),Q1=Uf();st.Composer=qG.Composer;st.Document=$G.Document;st.Schema=MG.Schema;st.YAMLError=$_.YAMLError;st.YAMLParseError=$_.YAMLParseError;st.YAMLWarning=$_.YAMLWarning;st.Alias=NG.Alias;st.isAlias=co.isAlias;st.isCollection=co.isCollection;st.isDocument=co.isDocument;st.isMap=co.isMap;st.isNode=co.isNode;st.isPair=co.isPair;st.isScalar=co.isScalar;st.isSeq=co.isSeq;st.Pair=DG.Pair;st.Scalar=FG.Scalar;st.YAMLMap=LG.YAMLMap;st.YAMLSeq=jG.YAMLSeq;st.CST=UG;st.Lexer=HG.Lexer;st.LineCounter=BG.LineCounter;st.Parser=VG.Parser;st.parse=Sg.parse;st.parseAllDocuments=Sg.parseAllDocuments;st.parseDocument=Sg.parseDocument;st.stringify=Sg.stringify;st.visit=Q1.visit;st.visitAsync=Q1.visitAsync});var WG,zG,JG,YG,GG,KG,QG,os,wg=oe(()=>{"use strict";WG=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|[+-]\d{2}:\d{2})$/,zG=/^\d{4}-\d{2}-\d{2}$/,JG=/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/,YG=/^https?:\/\/[^\s]+$/,GG=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i,KG=/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,QG=/^(?:[0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$/,os=class{inferFromValue(e){if(e==null)return{nullable:!0};if(Array.isArray(e))return this.inferArraySchema(e);switch(typeof e){case"string":return this.inferStringSchema(e);case"number":return Number.isInteger(e)?{type:"integer"}:{type:"number"};case"boolean":return{type:"boolean"};case"object":return this.inferObjectSchema(e);default:return{}}}mergeSchemas(e,r){if(!e||Object.keys(e).length===0)return{...r};if(!r||Object.keys(r).length===0)return{...e};let n=e.nullable||r.nullable;if(!e.type&&e.nullable)return{...r,nullable:!0};if(!r.type&&r.nullable)return{...e,nullable:!0};if(e.type!==r.type)return e.type==="integer"&&r.type==="number"||e.type==="number"&&r.type==="integer"?{type:"number",...n&&{nullable:!0}}:{...n&&{nullable:!0}};let i={type:e.type};return n&&(i.nullable=!0),e.type==="object"&&r.type==="object"?this.mergeObjectSchemas(e,r,n):e.type==="array"&&r.type==="array"?this.mergeArraySchemas(e,r,n):(e.format&&e.format===r.format&&(i.format=e.format),i)}inferStringFormat(e){if(WG.test(e))return"date-time";if(zG.test(e))return"date";if(JG.test(e))return"email";if(GG.test(e))return"uuid";if(YG.test(e))return"uri";if(KG.test(e))return"ipv4";if(QG.test(e))return"ipv6"}inferStringSchema(e){let r={type:"string"},n=this.inferStringFormat(e);return n&&(r.format=n),r}inferArraySchema(e){let r={type:"array"};if(e.length===0)return r;let n=this.inferFromValue(e[0]);for(let i=1;i<e.length;i++)n=this.mergeSchemas(n,this.inferFromValue(e[i]));return r.items=n,r}inferObjectSchema(e){let r={type:"object",properties:{}},n=Object.keys(e);for(let i of n)r.properties[i]=this.inferFromValue(e[i]);return r}mergeObjectSchemas(e,r,n){let i={type:"object",properties:{},...n&&{nullable:!0}},s=e.properties||{},a=r.properties||{},l=new Set([...Object.keys(s),...Object.keys(a)]);for(let g of l)s[g]&&a[g]?i.properties[g]=this.mergeSchemas(s[g],a[g]):s[g]?i.properties[g]={...s[g]}:i.properties[g]={...a[g]};let f=new Set(e.required||Object.keys(s)),d=new Set(r.required||Object.keys(a)),m=[...l].filter(g=>f.has(g)&&d.has(g));return m.length>0&&(i.required=m),i}mergeArraySchemas(e,r,n){let i={type:"array",...n&&{nullable:!0}};return e.items&&r.items?i.items=this.mergeSchemas(e.items,r.items):e.items?i.items={...e.items}:r.items&&(i.items={...r.items}),i}}});var Z1,ZG,Ia,N_=oe(()=>{"use strict";Z1=he(M_());wg();ZG=new Set(["content-type","authorization","accept","cookie","host","content-length"]),Ia=class{constructor(e,r,n){this.collectionService=e;this.envConfigService=r;this.inferenceService=n;this.inferrer=new os}collectionService;envConfigService;inferenceService;inferrer;async export(e,r){let n=this.collectionService.getCollection(e);if(!n)throw new Error(`Collection ${e} not found`);let i={openapi:"3.0.3",info:this.buildInfo(n,r),servers:this.buildServers(r),paths:{},components:{schemas:{},securitySchemes:{}},tags:[]},s=new Map;if(n.auth&&n.auth.type!=="none"&&n.auth.type!=="inherit"){let f=this.mapAuthToSecurityScheme(n.auth);if(f){let{schemeName:d,scheme:m,requirement:g}=f;s.set(d,m),i.security=[g]}}let a=new Set,l=new Set;if(await this.processItems(n.items,i,s,a,l,void 0,n,r),this.augmentServersFromHostVars(l,i.servers,r),s.size>0)for(let[f,d]of s)i.components.securitySchemes[f]=d;else delete i.components.securitySchemes;return i.tags=[...a].map(f=>({name:f})),i.tags.length===0&&delete i.tags,this.deduplicateComponents(i),Object.keys(i.components.schemas).length===0&&delete i.components.schemas,Object.keys(i.components).length===0&&delete i.components,r.format==="yaml"?Z1.stringify(i,{indent:2}):JSON.stringify(i,null,2)}buildInfo(e,r){return{title:r.info?.title||e.name,description:r.info?.description||e.description||"",version:r.info?.version||e.version||"1.0.0"}}buildServers(e){let r=[],n=e.environments||[];if(n.length===0){let i=this.envConfigService.getSelectedEnvironment();if(i){let s=this.envConfigService.resolveVariables("{{baseUrl}}",i);s&&s!=="{{baseUrl}}"&&r.push({url:s,description:i})}}else{let i=new Set;for(let s of n){let a=this.envConfigService.resolveVariables("{{baseUrl}}",s);a&&a!=="{{baseUrl}}"&&!i.has(a)&&(i.add(a),r.push({url:a,description:s}))}}return r.length===0&&r.push({url:"http://localhost",description:"Default server"}),r}async processItems(e,r,n,i,s,a,l,f){for(let d of e)if(d.type==="folder"){let m=d,g=a||m.name;i.add(g),m.items&&await this.processItems(m.items,r,n,i,s,g,l,f)}else{let m=d;await this.processRequest(m,r,n,i,s,a,l,f)}}async processRequest(e,r,n,i,s,a,l,f){let{path:d,hostVar:m}=this.normalizeUrl(e.url);m&&s.add(m);let g=(e.method||"GET").toLowerCase();r.paths[d]||(r.paths[d]={});let y={};y.operationId=this.generateOperationId(e,g,d,r),y.summary=this.cleanSummary(e.name),e.description&&(y.description=e.description),(e.deprecated||this.hasDeprecatedPrefix(e.name))&&(y.deprecated=!0,this.hasDeprecatedPrefix(e.name)&&(y.summary=e.name.replace(/^\[DEPRECATED\]\s*/i,""))),a&&(y.tags=[a]);let w=this.buildParameters(e);w.length>0&&(y.parameters=w);let C=await this.buildRequestBody(e,f);C&&(y.requestBody=C);let R=await this.buildResponses(e,l.id,f);y.responses=R;let T=this.buildOperationSecurity(e,l,n);T!==void 0&&(y.security=T);let A=r.paths[d][g];A?this.mergeOperation(A,y,e.name):r.paths[d][g]=y}mergeOperation(e,r,n){if(r.summary&&r.summary!==e.summary&&(e.description=(e.description||e.summary||"")+`
|
|
234
234
|
|
|
235
|
-
Variant: **${n}**`+(r.description?` \u2014 ${r.description}`:"")),r.tags){let i=new Set(e.tags||[]);for(let s of r.tags)i.add(s);e.tags=[...i]}if(r.parameters){e.parameters||(e.parameters=[]);for(let i of r.parameters){let s=e.parameters.find(o=>o.name===i.name&&o.in===i.in);s?this.mergeParameterSchema(s,i,n):e.parameters.push(i)}}if(r.responses){e.responses||(e.responses={});for(let[i,s]of Object.entries(r.responses))e.responses[i]||(e.responses[i]=s)}if(r.requestBody?.content&&e.requestBody?.content)for(let[i,s]of Object.entries(r.requestBody.content))e.requestBody.content[i]||(e.requestBody.content[i]=s);else r.requestBody&&!e.requestBody&&(e.requestBody=r.requestBody)}mergeParameterSchema(e,r,n){e.schema||(e.schema={});let i=e.schema,s=r.schema||{},o=this.getConstraintKind(i),l=this.getConstraintKind(s);if(o==="none"&&l==="none")this.widenType(i,s);else if(o==="none")Object.assign(i,this.extractConstraints(s)),this.widenType(i,s);else if(l==="none")this.widenType(i,s);else if(o===l)this.mergeSameKindConstraints(i,s,o),this.widenType(i,s);else{if(i.oneOf){let f=this.buildVariantSchema(s);i.oneOf.some(d=>JSON.stringify(d)===JSON.stringify(f))||i.oneOf.push(f)}else if(s.oneOf){let f=this.buildVariantSchema(i);i.oneOf=[f,...s.oneOf]}else{let f=this.buildVariantSchema(i),d=this.buildVariantSchema(s);i.oneOf=[f,d]}this.stripConstraints(i)}if(r.description&&r.description!==e.description&&(e.description=(e.description||"")+(e.description?"; ":"")+r.description),r.example!==void 0&&r.example!==e.example){e.examples||(e.examples={},e.example!==void 0&&(e.examples.variant1={value:e.example}));let f=`variant_${n.replace(/[^a-zA-Z0-9_]/g,"_")}`;e.examples[f]={value:r.example},delete e.example}}getConstraintKind(e){return e.oneOf?"oneOf":e.enum&&e.enum.length>0?"enum":e.pattern?"pattern":e.minimum!==void 0||e.maximum!==void 0||e.exclusiveMinimum!==void 0||e.exclusiveMaximum!==void 0||e.multipleOf!==void 0?"range":e.minLength!==void 0||e.maxLength!==void 0?"length":e.minItems!==void 0||e.maxItems!==void 0||e.uniqueItems?"array":e.format?"format":"none"}mergeSameKindConstraints(e,r,n){switch(n){case"enum":{let i=new Set(e.enum||[]);for(let s of r.enum||[])i.add(s);e.enum=[...i];break}case"pattern":{r.pattern&&r.pattern!==e.pattern&&(e.pattern=`(?:${e.pattern})|(?:${r.pattern})`);break}case"range":{r.minimum!==void 0&&(e.minimum=e.minimum!==void 0?Math.min(e.minimum,r.minimum):r.minimum),r.maximum!==void 0&&(e.maximum=e.maximum!==void 0?Math.max(e.maximum,r.maximum):r.maximum),r.exclusiveMinimum&&(e.exclusiveMinimum=!0),r.exclusiveMaximum&&(e.exclusiveMaximum=!0),r.multipleOf!==void 0&&(e.multipleOf=e.multipleOf!==void 0?Math.min(e.multipleOf,r.multipleOf):r.multipleOf);break}case"length":{r.minLength!==void 0&&(e.minLength=e.minLength!==void 0?Math.min(e.minLength,r.minLength):r.minLength),r.maxLength!==void 0&&(e.maxLength=e.maxLength!==void 0?Math.max(e.maxLength,r.maxLength):r.maxLength);break}case"array":{r.minItems!==void 0&&(e.minItems=e.minItems!==void 0?Math.min(e.minItems,r.minItems):r.minItems),r.maxItems!==void 0&&(e.maxItems=e.maxItems!==void 0?Math.max(e.maxItems,r.maxItems):r.maxItems),r.uniqueItems&&(e.uniqueItems=!0);break}case"format":{if(r.format&&r.format!==e.format){let i={type:e.type||"string",format:e.format},s={type:r.type||"string",format:r.format};delete e.format,e.oneOf=[i,s]}break}case"oneOf":{if(r.oneOf)for(let i of r.oneOf)e.oneOf.some(s=>JSON.stringify(s)===JSON.stringify(i))||e.oneOf.push(i);break}}}buildVariantSchema(e){let r={};return e.type&&(r.type=e.type),e.enum&&(r.enum=[...e.enum]),e.pattern&&(r.pattern=e.pattern),e.format&&(r.format=e.format),e.minimum!==void 0&&(r.minimum=e.minimum),e.maximum!==void 0&&(r.maximum=e.maximum),e.exclusiveMinimum!==void 0&&(r.exclusiveMinimum=e.exclusiveMinimum),e.exclusiveMaximum!==void 0&&(r.exclusiveMaximum=e.exclusiveMaximum),e.multipleOf!==void 0&&(r.multipleOf=e.multipleOf),e.minLength!==void 0&&(r.minLength=e.minLength),e.maxLength!==void 0&&(r.maxLength=e.maxLength),e.minItems!==void 0&&(r.minItems=e.minItems),e.maxItems!==void 0&&(r.maxItems=e.maxItems),e.uniqueItems&&(r.uniqueItems=!0),e.nullable&&(r.nullable=!0),r}stripConstraints(e){delete e.enum,delete e.pattern,delete e.format,delete e.minimum,delete e.maximum,delete e.exclusiveMinimum,delete e.exclusiveMaximum,delete e.multipleOf,delete e.minLength,delete e.maxLength,delete e.minItems,delete e.maxItems,delete e.uniqueItems,delete e.nullable}extractConstraints(e){let r={};return e.enum&&(r.enum=[...e.enum]),e.pattern&&(r.pattern=e.pattern),e.format&&(r.format=e.format),e.minimum!==void 0&&(r.minimum=e.minimum),e.maximum!==void 0&&(r.maximum=e.maximum),e.exclusiveMinimum!==void 0&&(r.exclusiveMinimum=e.exclusiveMinimum),e.exclusiveMaximum!==void 0&&(r.exclusiveMaximum=e.exclusiveMaximum),e.multipleOf!==void 0&&(r.multipleOf=e.multipleOf),e.minLength!==void 0&&(r.minLength=e.minLength),e.maxLength!==void 0&&(r.maxLength=e.maxLength),e.minItems!==void 0&&(r.minItems=e.minItems),e.maxItems!==void 0&&(r.maxItems=e.maxItems),e.uniqueItems&&(r.uniqueItems=!0),e.nullable&&(r.nullable=!0),r}widenType(e,r){!r.type||r.type===e.type||(e.type?(e.type==="integer"&&r.type==="number"||e.type==="number"&&r.type==="integer")&&(e.type="number"):e.type=r.type)}normalizeUrl(e){let r=e,n=null,i=r.match(/^\{\{(\w+)\}\}/);return i&&(n=i[1],r=r.slice(i[0].length)),r=r.replace(/:([a-zA-Z_]\w*)/g,"{$1}"),r=r.replace(/\{\{(\w+)\}\}/g,"{$1}"),r.startsWith("/")||(r="/"+r),r.length>1&&r.endsWith("/")&&(r=r.slice(0,-1)),r=r.replace(/\/\//g,"/"),{path:r,hostVar:n}}generateOperationId(e,r,n,i){let s=this.toCamelCase(e.name),o=this.collectOperationIds(i);if(o.has(s)&&(s=`${s}${r.charAt(0).toUpperCase()}${r.slice(1)}`),!s||o.has(s)){let l=n.split("/").filter(f=>f&&!f.startsWith("{"));s=r+l.map(f=>f.charAt(0).toUpperCase()+f.slice(1)).join("")}return s}collectOperationIds(e){let r=new Set;if(e.paths)for(let n of Object.values(e.paths))for(let i of Object.values(n))i.operationId&&r.add(i.operationId);return r}toCamelCase(e){return e.replace(/[^a-zA-Z0-9]+(.)/g,(r,n)=>n.toUpperCase()).replace(/^[A-Z]/,r=>r.toLowerCase()).replace(/[^a-zA-Z0-9]/g,"")}buildParameters(e){let r=[];if(e.params)for(let[n,i]of Object.entries(e.params)){let s={name:n,in:"path",required:!0};if(typeof i=="string")s.schema={type:this.inferTypeFromValue(i)},s.example=this.coerceExample(i,s.schema.type);else{let o=i;o.oneOf?(s.schema={oneOf:o.oneOf},o.type&&(s.schema.type=o.type)):(s.schema={type:o.type||this.inferTypeFromValue(o.value)},o.format&&(s.schema.format=o.format),o.enum&&(s.schema.enum=o.enum),o.pattern&&(s.schema.pattern=o.pattern),o.minimum!==void 0&&(s.schema.minimum=o.minimum),o.maximum!==void 0&&(s.schema.maximum=o.maximum),o.exclusiveMinimum!==void 0&&(s.schema.exclusiveMinimum=o.exclusiveMinimum),o.exclusiveMaximum!==void 0&&(s.schema.exclusiveMaximum=o.exclusiveMaximum),o.multipleOf!==void 0&&(s.schema.multipleOf=o.multipleOf),o.minLength!==void 0&&(s.schema.minLength=o.minLength),o.maxLength!==void 0&&(s.schema.maxLength=o.maxLength),o.minItems!==void 0&&(s.schema.minItems=o.minItems),o.maxItems!==void 0&&(s.schema.maxItems=o.maxItems),o.uniqueItems&&(s.schema.uniqueItems=!0),o.nullable&&(s.schema.nullable=!0)),o.description&&(s.description=o.description),o.deprecated&&(s.deprecated=!0),s.example=this.coerceExample(o.value,s.schema.type||"string")}r.push(s)}if(e.query)for(let n of e.query){if(!n.key)continue;let i=this.buildKeyValueParam(n,"query");r.push(i)}if(e.headers){let n=e.headers.find(i=>i.key.toLowerCase()==="cookie");if(n){let i=this.parseCookieHeader(n.value);r.push(...i)}for(let i of e.headers){if(!i.key||KG.has(i.key.toLowerCase()))continue;let s=this.buildKeyValueParam(i,"header");r.push(s)}}return r}buildKeyValueParam(e,r){let n={name:e.key,in:r,schema:{}};return e.oneOf?(n.schema.oneOf=e.oneOf,e.type&&(n.schema.type=e.type)):(n.schema.type=e.type||"string",e.format&&(n.schema.format=e.format),e.enum&&(n.schema.enum=e.enum),e.pattern&&(n.schema.pattern=e.pattern),e.minimum!==void 0&&(n.schema.minimum=e.minimum),e.maximum!==void 0&&(n.schema.maximum=e.maximum),e.exclusiveMinimum!==void 0&&(n.schema.exclusiveMinimum=e.exclusiveMinimum),e.exclusiveMaximum!==void 0&&(n.schema.exclusiveMaximum=e.exclusiveMaximum),e.multipleOf!==void 0&&(n.schema.multipleOf=e.multipleOf),e.minLength!==void 0&&(n.schema.minLength=e.minLength),e.maxLength!==void 0&&(n.schema.maxLength=e.maxLength),e.minItems!==void 0&&(n.schema.minItems=e.minItems),e.maxItems!==void 0&&(n.schema.maxItems=e.maxItems),e.uniqueItems&&(n.schema.uniqueItems=!0),e.nullable&&(n.schema.nullable=!0)),e.required&&(n.required=!0),e.description&&(n.description=e.description),e.deprecated&&(n.deprecated=!0),e.value&&(n.example=this.coerceExample(e.value,n.schema.type||"string")),n}parseCookieHeader(e){let r=[],n=e.split(";").map(i=>i.trim()).filter(Boolean);for(let i of n){let s=i.indexOf("=");if(s>0){let o=i.substring(0,s).trim(),l=i.substring(s+1).trim();r.push({name:o,in:"cookie",schema:{type:"string"},example:l})}}return r}inferTypeFromValue(e){return/^-?\d+$/.test(e)?"integer":/^-?\d+\.\d+$/.test(e)?"number":e==="true"||e==="false"?"boolean":"string"}coerceExample(e,r){let n=this.sanitizeEnvVar(e);switch(r){case"integer":return parseInt(n,10)||n;case"number":return parseFloat(n)||n;case"boolean":return n==="true";default:return n}}sanitizeEnvVar(e){return e.replace(/\{\{(\w+)\}\}/g,"<$1>")}sanitizeObjectExamples(e){if(typeof e=="string")return this.sanitizeEnvVar(e);if(Array.isArray(e))return e.map(r=>this.sanitizeObjectExamples(r));if(e!==null&&typeof e=="object"){let r={};for(let[n,i]of Object.entries(e))r[n]=this.sanitizeObjectExamples(i);return r}return e}async buildRequestBody(e,r){if(!e.body||e.body.type==="none")return null;let n=e.body,i={required:!0,content:{}},s,o,l,f;if(e.bodySchema){if(e.bodySchema.content){for(let[g,y]of Object.entries(e.bodySchema.content)){let w={};y.schema&&(w.schema=y.schema),y.examples&&(w.examples=y.examples),y.encoding&&(w.encoding=y.encoding),i.content[g]=w}let m=e.bodySchema.contentType||Object.keys(e.bodySchema.content)[0];if(m&&n.content){let g=this.tryParseBodyContent(n);g!==void 0&&i.content[m]&&(i.content[m].example=g)}return i}s=e.bodySchema.contentType||this.getContentType(n),o=e.bodySchema.schema,e.bodySchema.components,l=this.tryParseBodyContent(n),e.bodySchema.encoding&&(f=e.bodySchema.encoding)}else switch(s=this.getContentType(n),n.type){case"raw":{if(n.format==="json"&&n.content){let m=this.tryParseBodyContent(n);m!==void 0?(o=this.inferrer.inferFromValue(m),l=m):o={type:"string"}}else o={type:"string"},l=typeof n.content=="string"?n.content:void 0;break}case"form-data":{o=this.buildFormDataSchemaFromBody(n);break}case"x-www-form-urlencoded":{o=this.buildFormDataSchemaFromBody(n);break}case"binary":{o={type:"string",format:"binary"};break}case"graphql":{o={type:"object",properties:{query:{type:"string"},variables:{type:"object"}}},l=this.tryParseBodyContent(n);break}default:return null}let d={};return o&&(d.schema=o),l!==void 0&&(d.example=l),f&&(d.encoding=f),i.content[s]=d,i}getContentType(e){if(!e)return"application/json";switch(e.type){case"raw":switch(e.format){case"json":return"application/json";case"xml":return"application/xml";case"html":return"text/html";case"text":return"text/plain";default:return"text/plain"}case"form-data":return"multipart/form-data";case"x-www-form-urlencoded":return"application/x-www-form-urlencoded";case"binary":return"application/octet-stream";case"graphql":return"application/json";default:return"application/json"}}tryParseBodyContent(e){if(!e||!e.content)return;let r;if(typeof e.content=="string")try{r=JSON.parse(e.content)}catch{r=e.content}else r=e.content;return this.sanitizeObjectExamples(r)}buildFormDataSchemaFromBody(e){let r={type:"object",properties:{}},n=e.formData||e.urlencoded||[];for(let i of n)i.enabled!==!1&&(i.type==="file"?r.properties[i.key]={type:"string",format:"binary"}:r.properties[i.key]={type:"string"});return r}async buildResponses(e,r,n){let i={};if(e.responseSchema)for(let[s,o]of Object.entries(e.responseSchema.responses)){let l={description:o.description||`Status ${s}`};if(o.content){l.content={};for(let[f,d]of Object.entries(o.content)){let m={};d.schema&&(m.schema=d.schema),d.examples&&(m.examples=d.examples),l.content[f]=m}}else if(o.schema){let f=o.contentType||"application/json",d={schema:o.schema};o.examples&&(d.examples=o.examples),l.content={[f]:d}}if(o.headers){l.headers={};for(let[f,d]of Object.entries(o.headers))l.headers[f]={...d.description&&{description:d.description},schema:d.schema}}i[s]=l}return Object.keys(i).length===0&&(i[200]={description:"Successful response"}),i}buildOperationSecurity(e,r,n){if(!e.auth||e.auth.type==="inherit")return;if(e.auth.type==="none")return[];let i=this.mapAuthToSecurityScheme(e.auth);if(!i)return;let{schemeName:s,scheme:o,requirement:l}=i;return n.set(s,o),[l]}mapAuthToSecurityScheme(e){switch(e.type){case"bearer":return{schemeName:"BearerAuth",scheme:{type:"http",scheme:"bearer"},requirement:{BearerAuth:[]}};case"basic":return{schemeName:"BasicAuth",scheme:{type:"http",scheme:"basic"},requirement:{BasicAuth:[]}};case"apikey":{let r=e.apikey||{key:"X-Api-Key",value:"",in:"header"},n=`ApiKey_${r.key||"key"}`;return{schemeName:n,scheme:{type:"apiKey",in:r.in||"header",name:r.key||"X-Api-Key"},requirement:{[n]:[]}}}case"oauth2":{let r=e.oauth2;if(!r)return;let n={};switch(r.grantType){case"client_credentials":n.clientCredentials={tokenUrl:r.tokenUrl||"",scopes:r.scope?this.parseScopes(r.scope):{}};break;case"authorization_code":n.authorizationCode={authorizationUrl:r.authUrl||"",tokenUrl:r.tokenUrl||"",scopes:r.scope?this.parseScopes(r.scope):{}};break;case"password":n.password={tokenUrl:r.tokenUrl||"",scopes:r.scope?this.parseScopes(r.scope):{}};break;case"implicit":n.implicit={authorizationUrl:r.authUrl||"",scopes:r.scope?this.parseScopes(r.scope):{}};break;default:n.clientCredentials={tokenUrl:r.tokenUrl||"",scopes:{}}}return{schemeName:"OAuth2",scheme:{type:"oauth2",flows:n},requirement:{OAuth2:[]}}}default:return{schemeName:"BearerAuth",scheme:{type:"http",scheme:"bearer"},requirement:{BearerAuth:[]}}}}parseScopes(e){let r={};for(let n of e.split(/\s+/))n&&(r[n]="");return r}deduplicateComponents(e){let r=new Map,n=new Map;if(e.paths)for(let[i,s]of Object.entries(e.paths))for(let[o,l]of Object.entries(s)){let f=l;if(f.responses){for(let[d,m]of Object.entries(f.responses))if(m.content)for(let g of Object.values(m.content))g.schema&&this.trackSchema(g.schema,`${o}${i}Response${d}`,r,n)}if(f.requestBody?.content)for(let d of Object.values(f.requestBody.content))d.schema&&this.trackSchema(d.schema,`${o}${i}Request`,r,n)}for(let[i,s]of r)if((n.get(i)||0)>=2){let l=this.sanitizeComponentName(s.name);e.components.schemas[l]=s.schema,this.replaceInlineSchema(e,s.schema,`#/components/schemas/${l}`)}}trackSchema(e,r,n,i){if(!e||e.type!=="object"||!e.properties)return;let s=JSON.stringify(e);n.has(s)||n.set(s,{name:r,schema:e}),i.set(s,(i.get(s)||0)+1)}replaceInlineSchema(e,r,n){let i=JSON.stringify(r);if(e.paths)for(let s of Object.values(e.paths))for(let o of Object.values(s)){if(o.responses){for(let l of Object.values(o.responses))if(l.content)for(let f of Object.values(l.content))f.schema&&JSON.stringify(f.schema)===i&&(f.schema={$ref:n})}if(o.requestBody?.content)for(let l of Object.values(o.requestBody.content))l.schema&&JSON.stringify(l.schema)===i&&(l.schema={$ref:n})}}sanitizeComponentName(e){return e.replace(/[^a-zA-Z0-9._-]/g,"").replace(/^[^a-zA-Z]/,"Schema")}cleanSummary(e){return e.replace(/^\[DEPRECATED\]\s*/i,"")}hasDeprecatedPrefix(e){return/^\[DEPRECATED\]/i.test(e)}augmentServersFromHostVars(e,r,n){if(e.size===0)return;let i=new Set(r.map(o=>o.url)),s=n.environments?.length?n.environments:[this.envConfigService.getSelectedEnvironment()].filter(o=>!!o);for(let o of e){let l=`{{${o}}}`,f=!1;for(let d of s){let m=this.envConfigService.resolveVariables(l,d);m&&m!==l&&!i.has(m)&&(r.push({url:m,description:d}),i.add(m),f=!0)}if(!f){let d=`{${o}}`;i.has(d)||(r.push({url:d,variables:{[o]:{default:""}}}),i.add(d))}}}}});var Pa,D_=ae(()=>{"use strict";Pa=class{generate(e,r){if(!e)return;let n=r||{};if(e.$ref){let i=this.resolveLocalRef(e.$ref,n.components);return i?this.generate(i,n):{}}if(e.nullable&&!e.type)return null;if(e.enum&&e.enum.length>0)return e.enum[0];if(e.default!==void 0)return e.default;if(e.example!==void 0)return e.example;if(e.allOf)return this.generateFromAllOf(e.allOf,e.discriminator,n);if(e.oneOf)return this.generateFromOneOfAnyOf(e.oneOf,e.discriminator,n);if(e.anyOf)return this.generateFromOneOfAnyOf(e.anyOf,e.discriminator,n);switch(e.type){case"string":return this.generateString(e);case"integer":return this.generateInteger(e);case"number":return this.generateNumber(e);case"boolean":return!1;case"array":return this.generateArray(e,n);case"object":return this.generateObject(e,n);default:return e.properties?this.generateObject(e,n):{}}}generateString(e){switch(e.format){case"email":return"user@example.com";case"date-time":return"2026-01-01T00:00:00Z";case"date":return"2026-01-01";case"time":return"00:00:00";case"uri":case"url":return"https://example.com";case"uuid":return"00000000-0000-0000-0000-000000000000";case"ipv4":return"127.0.0.1";case"ipv6":return"::1";case"hostname":return"example.com";case"binary":return"";case"byte":return"c3RyaW5n";case"password":return"********";default:return"string"}}generateInteger(e){return e.minimum!==void 0?e.minimum:e.exclusiveMinimum!==void 0?e.exclusiveMinimum+1:0}generateNumber(e){return e.minimum!==void 0?e.minimum:e.exclusiveMinimum!==void 0?e.exclusiveMinimum+.1:0}generateArray(e,r){return e.items?[this.generate(e.items,r)]:[]}generateObject(e,r){let n={},i=e.properties||{};for(let[s,o]of Object.entries(i))r.omitReadOnly&&o.readOnly||(n[s]=this.generate(o,r));return n}generateFromAllOf(e,r,n){let i={type:"object",properties:{},required:[]};for(let o of e){let l=o.$ref?this.resolveLocalRef(o.$ref,n.components)||{}:o;l.properties&&Object.assign(i.properties,l.properties),l.required&&(i.required=[...i.required||[],...l.required])}let s=this.generateObject(i,n);return r?.propertyName&&(s[r.propertyName]=this.guessDiscriminatorValue(e,n)),s}generateFromOneOfAnyOf(e,r,n){if(e.length===0)return{};let i=e[0].$ref&&this.resolveLocalRef(e[0].$ref,n.components)||e[0],s=this.generate(i,n);return r?.propertyName&&typeof s=="object"&&s!==null&&(s[r.propertyName]=this.guessDiscriminatorValue(e,n)),s}guessDiscriminatorValue(e,r){if(e.length===0)return"unknown";let n=e[0];if(n.$ref){let i=n.$ref.split("/");return i[i.length-1]}return"variant1"}resolveLocalRef(e,r){if(!e||!r)return;let n=e.match(/^#\/components\/(?:schemas\/)?(.+)$/);if(n)return r[n[1]];let i=e.match(/^#\/components\/(.+)$/);if(i)return r[i[1]]}}});var _g=F(jc=>{"use strict";Object.defineProperty(jc,"__esModule",{value:!0});jc.getDeepKeys=jc.toJSON=void 0;var QG=["function","symbol","undefined"],ZG=["constructor","prototype","__proto__"],XG=Object.getPrototypeOf({});function eK(){let t={},e=this;for(let r of Q1(e))if(typeof r=="string"){let n=e[r],i=typeof n;QG.includes(i)||(t[r]=n)}return t}jc.toJSON=eK;function Q1(t,e=[]){let r=[];for(;t&&t!==XG;)r=r.concat(Object.getOwnPropertyNames(t),Object.getOwnPropertySymbols(t)),t=Object.getPrototypeOf(t);let n=new Set(r);for(let i of e.concat(ZG))n.delete(i);return n}jc.getDeepKeys=Q1});var F_=F(Uc=>{"use strict";Object.defineProperty(Uc,"__esModule",{value:!0});Uc.addInspectMethod=Uc.format=void 0;var Z1=require("util"),tK=_g(),X1=Z1.inspect.custom||Symbol.for("nodejs.util.inspect.custom");Uc.format=Z1.format;function rK(t){t[X1]=nK}Uc.addInspectMethod=rK;function nK(){let t={},e=this;for(let r of tK.getDeepKeys(e)){let n=e[r];t[r]=n}return delete t[X1],t}});var rT=F(Pi=>{"use strict";Object.defineProperty(Pi,"__esModule",{value:!0});Pi.lazyJoinStacks=Pi.joinStacks=Pi.isWritableStack=Pi.isLazyStack=void 0;var iK=/\r?\n/,sK=/\bono[ @]/;function oK(t){return!!(t&&t.configurable&&typeof t.get=="function")}Pi.isLazyStack=oK;function aK(t){return!!(!t||t.writable||typeof t.set=="function")}Pi.isWritableStack=aK;function eT(t,e){let r=tT(t.stack),n=e?e.stack:void 0;return r&&n?r+`
|
|
235
|
+
Variant: **${n}**`+(r.description?` \u2014 ${r.description}`:"")),r.tags){let i=new Set(e.tags||[]);for(let s of r.tags)i.add(s);e.tags=[...i]}if(r.parameters){e.parameters||(e.parameters=[]);for(let i of r.parameters){let s=e.parameters.find(a=>a.name===i.name&&a.in===i.in);s?this.mergeParameterSchema(s,i,n):e.parameters.push(i)}}if(r.responses){e.responses||(e.responses={});for(let[i,s]of Object.entries(r.responses))e.responses[i]||(e.responses[i]=s)}if(r.requestBody?.content&&e.requestBody?.content)for(let[i,s]of Object.entries(r.requestBody.content))e.requestBody.content[i]||(e.requestBody.content[i]=s);else r.requestBody&&!e.requestBody&&(e.requestBody=r.requestBody)}mergeParameterSchema(e,r,n){e.schema||(e.schema={});let i=e.schema,s=r.schema||{},a=this.getConstraintKind(i),l=this.getConstraintKind(s);if(a==="none"&&l==="none")this.widenType(i,s);else if(a==="none")Object.assign(i,this.extractConstraints(s)),this.widenType(i,s);else if(l==="none")this.widenType(i,s);else if(a===l)this.mergeSameKindConstraints(i,s,a),this.widenType(i,s);else{if(i.oneOf){let f=this.buildVariantSchema(s);i.oneOf.some(d=>JSON.stringify(d)===JSON.stringify(f))||i.oneOf.push(f)}else if(s.oneOf){let f=this.buildVariantSchema(i);i.oneOf=[f,...s.oneOf]}else{let f=this.buildVariantSchema(i),d=this.buildVariantSchema(s);i.oneOf=[f,d]}this.stripConstraints(i)}if(r.description&&r.description!==e.description&&(e.description=(e.description||"")+(e.description?"; ":"")+r.description),r.example!==void 0&&r.example!==e.example){e.examples||(e.examples={},e.example!==void 0&&(e.examples.variant1={value:e.example}));let f=`variant_${n.replace(/[^a-zA-Z0-9_]/g,"_")}`;e.examples[f]={value:r.example},delete e.example}}getConstraintKind(e){return e.oneOf?"oneOf":e.enum&&e.enum.length>0?"enum":e.pattern?"pattern":e.minimum!==void 0||e.maximum!==void 0||e.exclusiveMinimum!==void 0||e.exclusiveMaximum!==void 0||e.multipleOf!==void 0?"range":e.minLength!==void 0||e.maxLength!==void 0?"length":e.minItems!==void 0||e.maxItems!==void 0||e.uniqueItems?"array":e.format?"format":"none"}mergeSameKindConstraints(e,r,n){switch(n){case"enum":{let i=new Set(e.enum||[]);for(let s of r.enum||[])i.add(s);e.enum=[...i];break}case"pattern":{r.pattern&&r.pattern!==e.pattern&&(e.pattern=`(?:${e.pattern})|(?:${r.pattern})`);break}case"range":{r.minimum!==void 0&&(e.minimum=e.minimum!==void 0?Math.min(e.minimum,r.minimum):r.minimum),r.maximum!==void 0&&(e.maximum=e.maximum!==void 0?Math.max(e.maximum,r.maximum):r.maximum),r.exclusiveMinimum&&(e.exclusiveMinimum=!0),r.exclusiveMaximum&&(e.exclusiveMaximum=!0),r.multipleOf!==void 0&&(e.multipleOf=e.multipleOf!==void 0?Math.min(e.multipleOf,r.multipleOf):r.multipleOf);break}case"length":{r.minLength!==void 0&&(e.minLength=e.minLength!==void 0?Math.min(e.minLength,r.minLength):r.minLength),r.maxLength!==void 0&&(e.maxLength=e.maxLength!==void 0?Math.max(e.maxLength,r.maxLength):r.maxLength);break}case"array":{r.minItems!==void 0&&(e.minItems=e.minItems!==void 0?Math.min(e.minItems,r.minItems):r.minItems),r.maxItems!==void 0&&(e.maxItems=e.maxItems!==void 0?Math.max(e.maxItems,r.maxItems):r.maxItems),r.uniqueItems&&(e.uniqueItems=!0);break}case"format":{if(r.format&&r.format!==e.format){let i={type:e.type||"string",format:e.format},s={type:r.type||"string",format:r.format};delete e.format,e.oneOf=[i,s]}break}case"oneOf":{if(r.oneOf)for(let i of r.oneOf)e.oneOf.some(s=>JSON.stringify(s)===JSON.stringify(i))||e.oneOf.push(i);break}}}buildVariantSchema(e){let r={};return e.type&&(r.type=e.type),e.enum&&(r.enum=[...e.enum]),e.pattern&&(r.pattern=e.pattern),e.format&&(r.format=e.format),e.minimum!==void 0&&(r.minimum=e.minimum),e.maximum!==void 0&&(r.maximum=e.maximum),e.exclusiveMinimum!==void 0&&(r.exclusiveMinimum=e.exclusiveMinimum),e.exclusiveMaximum!==void 0&&(r.exclusiveMaximum=e.exclusiveMaximum),e.multipleOf!==void 0&&(r.multipleOf=e.multipleOf),e.minLength!==void 0&&(r.minLength=e.minLength),e.maxLength!==void 0&&(r.maxLength=e.maxLength),e.minItems!==void 0&&(r.minItems=e.minItems),e.maxItems!==void 0&&(r.maxItems=e.maxItems),e.uniqueItems&&(r.uniqueItems=!0),e.nullable&&(r.nullable=!0),r}stripConstraints(e){delete e.enum,delete e.pattern,delete e.format,delete e.minimum,delete e.maximum,delete e.exclusiveMinimum,delete e.exclusiveMaximum,delete e.multipleOf,delete e.minLength,delete e.maxLength,delete e.minItems,delete e.maxItems,delete e.uniqueItems,delete e.nullable}extractConstraints(e){let r={};return e.enum&&(r.enum=[...e.enum]),e.pattern&&(r.pattern=e.pattern),e.format&&(r.format=e.format),e.minimum!==void 0&&(r.minimum=e.minimum),e.maximum!==void 0&&(r.maximum=e.maximum),e.exclusiveMinimum!==void 0&&(r.exclusiveMinimum=e.exclusiveMinimum),e.exclusiveMaximum!==void 0&&(r.exclusiveMaximum=e.exclusiveMaximum),e.multipleOf!==void 0&&(r.multipleOf=e.multipleOf),e.minLength!==void 0&&(r.minLength=e.minLength),e.maxLength!==void 0&&(r.maxLength=e.maxLength),e.minItems!==void 0&&(r.minItems=e.minItems),e.maxItems!==void 0&&(r.maxItems=e.maxItems),e.uniqueItems&&(r.uniqueItems=!0),e.nullable&&(r.nullable=!0),r}widenType(e,r){!r.type||r.type===e.type||(e.type?(e.type==="integer"&&r.type==="number"||e.type==="number"&&r.type==="integer")&&(e.type="number"):e.type=r.type)}normalizeUrl(e){let r=e,n=null,i=r.match(/^\{\{(\w+)\}\}/);return i&&(n=i[1],r=r.slice(i[0].length)),r=r.replace(/:([a-zA-Z_]\w*)/g,"{$1}"),r=r.replace(/\{\{(\w+)\}\}/g,"{$1}"),r.startsWith("/")||(r="/"+r),r.length>1&&r.endsWith("/")&&(r=r.slice(0,-1)),r=r.replace(/\/\//g,"/"),{path:r,hostVar:n}}generateOperationId(e,r,n,i){let s=this.toCamelCase(e.name),a=this.collectOperationIds(i);if(a.has(s)&&(s=`${s}${r.charAt(0).toUpperCase()}${r.slice(1)}`),!s||a.has(s)){let l=n.split("/").filter(f=>f&&!f.startsWith("{"));s=r+l.map(f=>f.charAt(0).toUpperCase()+f.slice(1)).join("")}return s}collectOperationIds(e){let r=new Set;if(e.paths)for(let n of Object.values(e.paths))for(let i of Object.values(n))i.operationId&&r.add(i.operationId);return r}toCamelCase(e){return e.replace(/[^a-zA-Z0-9]+(.)/g,(r,n)=>n.toUpperCase()).replace(/^[A-Z]/,r=>r.toLowerCase()).replace(/[^a-zA-Z0-9]/g,"")}buildParameters(e){let r=[];if(e.params)for(let[n,i]of Object.entries(e.params)){let s={name:n,in:"path",required:!0};if(typeof i=="string")s.schema={type:this.inferTypeFromValue(i)},s.example=this.coerceExample(i,s.schema.type);else{let a=i;a.oneOf?(s.schema={oneOf:a.oneOf},a.type&&(s.schema.type=a.type)):(s.schema={type:a.type||this.inferTypeFromValue(a.value)},a.format&&(s.schema.format=a.format),a.enum&&(s.schema.enum=a.enum),a.pattern&&(s.schema.pattern=a.pattern),a.minimum!==void 0&&(s.schema.minimum=a.minimum),a.maximum!==void 0&&(s.schema.maximum=a.maximum),a.exclusiveMinimum!==void 0&&(s.schema.exclusiveMinimum=a.exclusiveMinimum),a.exclusiveMaximum!==void 0&&(s.schema.exclusiveMaximum=a.exclusiveMaximum),a.multipleOf!==void 0&&(s.schema.multipleOf=a.multipleOf),a.minLength!==void 0&&(s.schema.minLength=a.minLength),a.maxLength!==void 0&&(s.schema.maxLength=a.maxLength),a.minItems!==void 0&&(s.schema.minItems=a.minItems),a.maxItems!==void 0&&(s.schema.maxItems=a.maxItems),a.uniqueItems&&(s.schema.uniqueItems=!0),a.nullable&&(s.schema.nullable=!0)),a.description&&(s.description=a.description),a.deprecated&&(s.deprecated=!0),s.example=this.coerceExample(a.value,s.schema.type||"string")}r.push(s)}if(e.query)for(let n of e.query){if(!n.key)continue;let i=this.buildKeyValueParam(n,"query");r.push(i)}if(e.headers){let n=e.headers.find(i=>i.key.toLowerCase()==="cookie");if(n){let i=this.parseCookieHeader(n.value);r.push(...i)}for(let i of e.headers){if(!i.key||ZG.has(i.key.toLowerCase()))continue;let s=this.buildKeyValueParam(i,"header");r.push(s)}}return r}buildKeyValueParam(e,r){let n={name:e.key,in:r,schema:{}};return e.oneOf?(n.schema.oneOf=e.oneOf,e.type&&(n.schema.type=e.type)):(n.schema.type=e.type||"string",e.format&&(n.schema.format=e.format),e.enum&&(n.schema.enum=e.enum),e.pattern&&(n.schema.pattern=e.pattern),e.minimum!==void 0&&(n.schema.minimum=e.minimum),e.maximum!==void 0&&(n.schema.maximum=e.maximum),e.exclusiveMinimum!==void 0&&(n.schema.exclusiveMinimum=e.exclusiveMinimum),e.exclusiveMaximum!==void 0&&(n.schema.exclusiveMaximum=e.exclusiveMaximum),e.multipleOf!==void 0&&(n.schema.multipleOf=e.multipleOf),e.minLength!==void 0&&(n.schema.minLength=e.minLength),e.maxLength!==void 0&&(n.schema.maxLength=e.maxLength),e.minItems!==void 0&&(n.schema.minItems=e.minItems),e.maxItems!==void 0&&(n.schema.maxItems=e.maxItems),e.uniqueItems&&(n.schema.uniqueItems=!0),e.nullable&&(n.schema.nullable=!0)),e.required&&(n.required=!0),e.description&&(n.description=e.description),e.deprecated&&(n.deprecated=!0),e.value&&(n.example=this.coerceExample(e.value,n.schema.type||"string")),n}parseCookieHeader(e){let r=[],n=e.split(";").map(i=>i.trim()).filter(Boolean);for(let i of n){let s=i.indexOf("=");if(s>0){let a=i.substring(0,s).trim(),l=i.substring(s+1).trim();r.push({name:a,in:"cookie",schema:{type:"string"},example:l})}}return r}inferTypeFromValue(e){return/^-?\d+$/.test(e)?"integer":/^-?\d+\.\d+$/.test(e)?"number":e==="true"||e==="false"?"boolean":"string"}coerceExample(e,r){let n=this.sanitizeEnvVar(e);switch(r){case"integer":return parseInt(n,10)||n;case"number":return parseFloat(n)||n;case"boolean":return n==="true";default:return n}}sanitizeEnvVar(e){return e.replace(/\{\{(\w+)\}\}/g,"<$1>")}sanitizeObjectExamples(e){if(typeof e=="string")return this.sanitizeEnvVar(e);if(Array.isArray(e))return e.map(r=>this.sanitizeObjectExamples(r));if(e!==null&&typeof e=="object"){let r={};for(let[n,i]of Object.entries(e))r[n]=this.sanitizeObjectExamples(i);return r}return e}async buildRequestBody(e,r){if(!e.body||e.body.type==="none")return null;let n=e.body,i={required:!0,content:{}},s,a,l,f;if(e.bodySchema){if(e.bodySchema.content){for(let[g,y]of Object.entries(e.bodySchema.content)){let w={};y.schema&&(w.schema=y.schema),y.examples&&(w.examples=y.examples),y.encoding&&(w.encoding=y.encoding),i.content[g]=w}let m=e.bodySchema.contentType||Object.keys(e.bodySchema.content)[0];if(m&&n.content){let g=this.tryParseBodyContent(n);g!==void 0&&i.content[m]&&(i.content[m].example=g)}return i}s=e.bodySchema.contentType||this.getContentType(n),a=e.bodySchema.schema,e.bodySchema.components,l=this.tryParseBodyContent(n),e.bodySchema.encoding&&(f=e.bodySchema.encoding)}else switch(s=this.getContentType(n),n.type){case"raw":{if(n.format==="json"&&n.content){let m=this.tryParseBodyContent(n);m!==void 0?(a=this.inferrer.inferFromValue(m),l=m):a={type:"string"}}else a={type:"string"},l=typeof n.content=="string"?n.content:void 0;break}case"form-data":{a=this.buildFormDataSchemaFromBody(n);break}case"x-www-form-urlencoded":{a=this.buildFormDataSchemaFromBody(n);break}case"binary":{a={type:"string",format:"binary"};break}case"graphql":{a={type:"object",properties:{query:{type:"string"},variables:{type:"object"}}},l=this.tryParseBodyContent(n);break}default:return null}let d={};return a&&(d.schema=a),l!==void 0&&(d.example=l),f&&(d.encoding=f),i.content[s]=d,i}getContentType(e){if(!e)return"application/json";switch(e.type){case"raw":switch(e.format){case"json":return"application/json";case"xml":return"application/xml";case"html":return"text/html";case"text":return"text/plain";default:return"text/plain"}case"form-data":return"multipart/form-data";case"x-www-form-urlencoded":return"application/x-www-form-urlencoded";case"binary":return"application/octet-stream";case"graphql":return"application/json";default:return"application/json"}}tryParseBodyContent(e){if(!e||!e.content)return;let r;if(typeof e.content=="string")try{r=JSON.parse(e.content)}catch{r=e.content}else r=e.content;return this.sanitizeObjectExamples(r)}buildFormDataSchemaFromBody(e){let r={type:"object",properties:{}},n=e.formData||e.urlencoded||[];for(let i of n)i.enabled!==!1&&(i.type==="file"?r.properties[i.key]={type:"string",format:"binary"}:r.properties[i.key]={type:"string"});return r}async buildResponses(e,r,n){let i={};if(e.responseSchema)for(let[s,a]of Object.entries(e.responseSchema.responses)){let l={description:a.description||`Status ${s}`};if(a.content){l.content={};for(let[f,d]of Object.entries(a.content)){let m={};d.schema&&(m.schema=d.schema),d.examples&&(m.examples=d.examples),l.content[f]=m}}else if(a.schema){let f=a.contentType||"application/json",d={schema:a.schema};a.examples&&(d.examples=a.examples),l.content={[f]:d}}if(a.headers){l.headers={};for(let[f,d]of Object.entries(a.headers))l.headers[f]={...d.description&&{description:d.description},schema:d.schema}}i[s]=l}return Object.keys(i).length===0&&(i[200]={description:"Successful response"}),i}buildOperationSecurity(e,r,n){if(!e.auth||e.auth.type==="inherit")return;if(e.auth.type==="none")return[];let i=this.mapAuthToSecurityScheme(e.auth);if(!i)return;let{schemeName:s,scheme:a,requirement:l}=i;return n.set(s,a),[l]}mapAuthToSecurityScheme(e){switch(e.type){case"bearer":return{schemeName:"BearerAuth",scheme:{type:"http",scheme:"bearer"},requirement:{BearerAuth:[]}};case"basic":return{schemeName:"BasicAuth",scheme:{type:"http",scheme:"basic"},requirement:{BasicAuth:[]}};case"apikey":{let r=e.apikey||{key:"X-Api-Key",value:"",in:"header"},n=`ApiKey_${r.key||"key"}`;return{schemeName:n,scheme:{type:"apiKey",in:r.in||"header",name:r.key||"X-Api-Key"},requirement:{[n]:[]}}}case"oauth2":{let r=e.oauth2;if(!r)return;let n={};switch(r.grantType){case"client_credentials":n.clientCredentials={tokenUrl:r.tokenUrl||"",scopes:r.scope?this.parseScopes(r.scope):{}};break;case"authorization_code":n.authorizationCode={authorizationUrl:r.authUrl||"",tokenUrl:r.tokenUrl||"",scopes:r.scope?this.parseScopes(r.scope):{}};break;case"password":n.password={tokenUrl:r.tokenUrl||"",scopes:r.scope?this.parseScopes(r.scope):{}};break;case"implicit":n.implicit={authorizationUrl:r.authUrl||"",scopes:r.scope?this.parseScopes(r.scope):{}};break;default:n.clientCredentials={tokenUrl:r.tokenUrl||"",scopes:{}}}return{schemeName:"OAuth2",scheme:{type:"oauth2",flows:n},requirement:{OAuth2:[]}}}default:return{schemeName:"BearerAuth",scheme:{type:"http",scheme:"bearer"},requirement:{BearerAuth:[]}}}}parseScopes(e){let r={};for(let n of e.split(/\s+/))n&&(r[n]="");return r}deduplicateComponents(e){let r=new Map,n=new Map;if(e.paths)for(let[i,s]of Object.entries(e.paths))for(let[a,l]of Object.entries(s)){let f=l;if(f.responses){for(let[d,m]of Object.entries(f.responses))if(m.content)for(let g of Object.values(m.content))g.schema&&this.trackSchema(g.schema,`${a}${i}Response${d}`,r,n)}if(f.requestBody?.content)for(let d of Object.values(f.requestBody.content))d.schema&&this.trackSchema(d.schema,`${a}${i}Request`,r,n)}for(let[i,s]of r)if((n.get(i)||0)>=2){let l=this.sanitizeComponentName(s.name);e.components.schemas[l]=s.schema,this.replaceInlineSchema(e,s.schema,`#/components/schemas/${l}`)}}trackSchema(e,r,n,i){if(!e||e.type!=="object"||!e.properties)return;let s=JSON.stringify(e);n.has(s)||n.set(s,{name:r,schema:e}),i.set(s,(i.get(s)||0)+1)}replaceInlineSchema(e,r,n){let i=JSON.stringify(r);if(e.paths)for(let s of Object.values(e.paths))for(let a of Object.values(s)){if(a.responses){for(let l of Object.values(a.responses))if(l.content)for(let f of Object.values(l.content))f.schema&&JSON.stringify(f.schema)===i&&(f.schema={$ref:n})}if(a.requestBody?.content)for(let l of Object.values(a.requestBody.content))l.schema&&JSON.stringify(l.schema)===i&&(l.schema={$ref:n})}}sanitizeComponentName(e){return e.replace(/[^a-zA-Z0-9._-]/g,"").replace(/^[^a-zA-Z]/,"Schema")}cleanSummary(e){return e.replace(/^\[DEPRECATED\]\s*/i,"")}hasDeprecatedPrefix(e){return/^\[DEPRECATED\]/i.test(e)}augmentServersFromHostVars(e,r,n){if(e.size===0)return;let i=new Set(r.map(a=>a.url)),s=n.environments?.length?n.environments:[this.envConfigService.getSelectedEnvironment()].filter(a=>!!a);for(let a of e){let l=`{{${a}}}`,f=!1;for(let d of s){let m=this.envConfigService.resolveVariables(l,d);m&&m!==l&&!i.has(m)&&(r.push({url:m,description:d}),i.add(m),f=!0)}if(!f){let d=`{${a}}`;i.has(d)||(r.push({url:d,variables:{[a]:{default:""}}}),i.add(d))}}}}});var Pa,D_=oe(()=>{"use strict";Pa=class{generate(e,r){if(!e)return;let n=r||{};if(e.$ref){let i=this.resolveLocalRef(e.$ref,n.components);return i?this.generate(i,n):{}}if(e.nullable&&!e.type)return null;if(e.enum&&e.enum.length>0)return e.enum[0];if(e.default!==void 0)return e.default;if(e.example!==void 0)return e.example;if(e.allOf)return this.generateFromAllOf(e.allOf,e.discriminator,n);if(e.oneOf)return this.generateFromOneOfAnyOf(e.oneOf,e.discriminator,n);if(e.anyOf)return this.generateFromOneOfAnyOf(e.anyOf,e.discriminator,n);switch(e.type){case"string":return this.generateString(e);case"integer":return this.generateInteger(e);case"number":return this.generateNumber(e);case"boolean":return!1;case"array":return this.generateArray(e,n);case"object":return this.generateObject(e,n);default:return e.properties?this.generateObject(e,n):{}}}generateString(e){switch(e.format){case"email":return"user@example.com";case"date-time":return"2026-01-01T00:00:00Z";case"date":return"2026-01-01";case"time":return"00:00:00";case"uri":case"url":return"https://example.com";case"uuid":return"00000000-0000-0000-0000-000000000000";case"ipv4":return"127.0.0.1";case"ipv6":return"::1";case"hostname":return"example.com";case"binary":return"";case"byte":return"c3RyaW5n";case"password":return"********";default:return"string"}}generateInteger(e){return e.minimum!==void 0?e.minimum:e.exclusiveMinimum!==void 0?e.exclusiveMinimum+1:0}generateNumber(e){return e.minimum!==void 0?e.minimum:e.exclusiveMinimum!==void 0?e.exclusiveMinimum+.1:0}generateArray(e,r){return e.items?[this.generate(e.items,r)]:[]}generateObject(e,r){let n={},i=e.properties||{};for(let[s,a]of Object.entries(i))r.omitReadOnly&&a.readOnly||(n[s]=this.generate(a,r));return n}generateFromAllOf(e,r,n){let i={type:"object",properties:{},required:[]};for(let a of e){let l=a.$ref?this.resolveLocalRef(a.$ref,n.components)||{}:a;l.properties&&Object.assign(i.properties,l.properties),l.required&&(i.required=[...i.required||[],...l.required])}let s=this.generateObject(i,n);return r?.propertyName&&(s[r.propertyName]=this.guessDiscriminatorValue(e,n)),s}generateFromOneOfAnyOf(e,r,n){if(e.length===0)return{};let i=e[0].$ref&&this.resolveLocalRef(e[0].$ref,n.components)||e[0],s=this.generate(i,n);return r?.propertyName&&typeof s=="object"&&s!==null&&(s[r.propertyName]=this.guessDiscriminatorValue(e,n)),s}guessDiscriminatorValue(e,r){if(e.length===0)return"unknown";let n=e[0];if(n.$ref){let i=n.$ref.split("/");return i[i.length-1]}return"variant1"}resolveLocalRef(e,r){if(!e||!r)return;let n=e.match(/^#\/components\/(?:schemas\/)?(.+)$/);if(n)return r[n[1]];let i=e.match(/^#\/components\/(.+)$/);if(i)return r[i[1]]}}});var _g=F(jc=>{"use strict";Object.defineProperty(jc,"__esModule",{value:!0});jc.getDeepKeys=jc.toJSON=void 0;var XG=["function","symbol","undefined"],eK=["constructor","prototype","__proto__"],tK=Object.getPrototypeOf({});function rK(){let t={},e=this;for(let r of X1(e))if(typeof r=="string"){let n=e[r],i=typeof n;XG.includes(i)||(t[r]=n)}return t}jc.toJSON=rK;function X1(t,e=[]){let r=[];for(;t&&t!==tK;)r=r.concat(Object.getOwnPropertyNames(t),Object.getOwnPropertySymbols(t)),t=Object.getPrototypeOf(t);let n=new Set(r);for(let i of e.concat(eK))n.delete(i);return n}jc.getDeepKeys=X1});var F_=F(Uc=>{"use strict";Object.defineProperty(Uc,"__esModule",{value:!0});Uc.addInspectMethod=Uc.format=void 0;var eT=require("util"),nK=_g(),tT=eT.inspect.custom||Symbol.for("nodejs.util.inspect.custom");Uc.format=eT.format;function iK(t){t[tT]=sK}Uc.addInspectMethod=iK;function sK(){let t={},e=this;for(let r of nK.getDeepKeys(e)){let n=e[r];t[r]=n}return delete t[tT],t}});var iT=F(Pi=>{"use strict";Object.defineProperty(Pi,"__esModule",{value:!0});Pi.lazyJoinStacks=Pi.joinStacks=Pi.isWritableStack=Pi.isLazyStack=void 0;var oK=/\r?\n/,aK=/\bono[ @]/;function lK(t){return!!(t&&t.configurable&&typeof t.get=="function")}Pi.isLazyStack=lK;function cK(t){return!!(!t||t.writable||typeof t.set=="function")}Pi.isWritableStack=cK;function rT(t,e){let r=nT(t.stack),n=e?e.stack:void 0;return r&&n?r+`
|
|
236
236
|
|
|
237
|
-
`+n:r||n}Pi.joinStacks=
|
|
238
|
-
`)}return t}function
|
|
239
|
-
`:"")+r.message),{originalError:r,props:n,message:s}}Hc.normalizeArgs=gK});var j_=F(Eg=>{"use strict";Object.defineProperty(Eg,"__esModule",{value:!0});Eg.Ono=void 0;var Cg=sT(),aT=oT(),yK=_g(),vK=L_;Eg.Ono=vK;function L_(t,e){e=aT.normalizeOptions(e);function r(...n){let{originalError:i,props:s,message:o}=aT.normalizeArgs(n,e),l=new t(o);return Cg.extendError(l,i,s)}return r[Symbol.species]=t,r}L_.toJSON=function(e){return yK.toJSON.call(e)};L_.extend=function(e,r,n){return n||r instanceof Error?Cg.extendError(e,r,n):r?Cg.extendError(e,void 0,r):Cg.extendError(e)}});var lT=F(Og=>{"use strict";Object.defineProperty(Og,"__esModule",{value:!0});Og.ono=void 0;var ka=j_(),bK=ki;Og.ono=bK;ki.error=new ka.Ono(Error);ki.eval=new ka.Ono(EvalError);ki.range=new ka.Ono(RangeError);ki.reference=new ka.Ono(ReferenceError);ki.syntax=new ka.Ono(SyntaxError);ki.type=new ka.Ono(TypeError);ki.uri=new ka.Ono(URIError);var SK=ki;function ki(...t){let e=t[0];if(typeof e=="object"&&typeof e.name=="string"){for(let r of Object.values(SK))if(typeof r=="function"&&r.name==="ono"){let n=r[Symbol.species];if(n&&n!==Error&&(e instanceof n||e.name===n.name))return r.apply(void 0,t)}}return ki.error.apply(void 0,t)}});var uT=F(cT=>{"use strict";Object.defineProperty(cT,"__esModule",{value:!0});var HX=require("util")});var uo=F((Zn,Bc)=>{"use strict";var wK=Zn&&Zn.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r),Object.defineProperty(t,n,{enumerable:!0,get:function(){return e[r]}})}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),_K=Zn&&Zn.__exportStar||function(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&wK(e,t,r)};Object.defineProperty(Zn,"__esModule",{value:!0});Zn.ono=void 0;var fT=lT();Object.defineProperty(Zn,"ono",{enumerable:!0,get:function(){return fT.ono}});var RK=j_();Object.defineProperty(Zn,"Ono",{enumerable:!0,get:function(){return RK.Ono}});_K(uT(),Zn);Zn.default=fT.ono;typeof Bc=="object"&&typeof Bc.exports=="object"&&(Bc.exports=Object.assign(Bc.exports.default,Bc.exports))});var U_=F(yd=>{"use strict";var xK=yd&&yd.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(yd,"__esModule",{value:!0});yd.default=CK;var dT=xK(require("path"));function CK(t){return t.startsWith("\\\\?\\")?t:t.split(dT.default?.win32?.sep).join(dT.default?.posix?.sep??"/")}});var pT=F(Ig=>{"use strict";Object.defineProperty(Ig,"__esModule",{value:!0});Ig.isWindows=void 0;var EK=/^win/.test(globalThis.process?globalThis.process.platform:""),OK=()=>EK;Ig.isWindows=OK});var On=F(_t=>{"use strict";var IK=_t&&_t.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),PK=_t&&_t.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),kK=_t&&_t.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&IK(r,e,n[i]);return PK(r,e),r}})(),TK=_t&&_t.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(_t,"__esModule",{value:!0});_t.parse=void 0;_t.resolve=hT;_t.cwd=mT;_t.getProtocol=z_;_t.getExtension=LK;_t.stripQuery=gT;_t.getHash=yT;_t.stripHash=V_;_t.isHttp=jK;_t.isFileSystemPath=W_;_t.fromFileSystemPath=UK;_t.toFileSystemPath=HK;_t.safePointerToPath=BK;_t.relative=VK;var kg=TK(U_()),B_=kK(require("path")),AK=/\//g,qK=/^(\w{2,}):\/\//i,$K=/~1/g,MK=/~0/g,NK=require("path"),Pg=pT(),DK=[[/\?/g,"%3F"],[/#/g,"%23"]],H_=[/%23/g,"#",/%24/g,"$",/%26/g,"&",/%2C/g,",",/%40/g,"@"],FK=t=>new URL(t);_t.parse=FK;function hT(t,e){let r=new URL((0,kg.default)(t),"https://aaa.nonexistanturl.com"),n=new URL((0,kg.default)(e),r),i=e.match(/(\s*)$/)?.[1]||"";if(n.hostname==="aaa.nonexistanturl.com"){let{pathname:s,search:o,hash:l}=n;return s+o+l+i}return n.toString()+i}function mT(){if(typeof window<"u")return location.href;let t=process.cwd(),e=t.slice(-1);return e==="/"||e==="\\"?t:t+"/"}function z_(t){let e=qK.exec(t||"");if(e)return e[1].toLowerCase()}function LK(t){let e=t.lastIndexOf(".");return e>=0?gT(t.substr(e).toLowerCase()):""}function gT(t){let e=t.indexOf("?");return e>=0&&(t=t.substr(0,e)),t}function yT(t){if(!t)return"#";let e=t.indexOf("#");return e>=0?t.substring(e):"#"}function V_(t){if(!t)return"";let e=t.indexOf("#");return e>=0&&(t=t.substring(0,e)),t}function jK(t){let e=z_(t);return e==="http"||e==="https"?!0:e===void 0?typeof window<"u":!1}function W_(t){if(typeof window<"u"||typeof process<"u"&&process.browser)return!1;let e=z_(t);return e===void 0||e==="file"}function UK(t){if((0,Pg.isWindows)()){let e=mT(),r=t.toUpperCase(),i=(0,kg.default)(e).toUpperCase(),s=r.includes(i),o=r.includes(i),l=B_.win32?.isAbsolute(t)||t.startsWith("http://")||t.startsWith("https://")||t.startsWith("file://");!(s||o||l)&&!e.startsWith("http")&&(t=(0,NK.join)(e,t)),t=(0,kg.default)(t)}t=encodeURI(t);for(let e of DK)t=t.replace(e[0],e[1]);return t}function HK(t,e){t=decodeURI(t);for(let n=0;n<H_.length;n+=2)t=t.replace(H_[n],H_[n+1]);let r=t.substr(0,7).toLowerCase()==="file://";return r&&(t=t[7]==="/"?t.substr(8):t.substr(7),(0,Pg.isWindows)()&&t[1]==="/"&&(t=t[0]+":"+t.substr(1)),e?t="file:///"+t:(r=!1,t=(0,Pg.isWindows)()?t:"/"+t)),(0,Pg.isWindows)()&&!r&&(t=t.replace(AK,"\\"),t.substr(1,2)===":\\"&&(t=t[0].toUpperCase()+t.substr(1))),t}function BK(t){return t.length<=1||t[0]!=="#"||t[1]!=="/"?[]:t.slice(2).split("/").map(e=>decodeURIComponent(e).replace($K,"/").replace(MK,"~"))}function VK(t,e){if(!W_(t)||!W_(e))return hT(t,e);let r=B_.default.dirname(V_(t)),n=V_(e);return B_.default.relative(r,n)+yT(e)}});var In=F(kt=>{"use strict";Object.defineProperty(kt,"__esModule",{value:!0});kt.InvalidPointerError=kt.TimeoutError=kt.MissingPointerError=kt.UnmatchedResolverError=kt.ResolverError=kt.UnmatchedParserError=kt.ParserError=kt.JSONParserErrorGroup=kt.JSONParserError=void 0;kt.isHandledError=WK;kt.normalizeError=zK;var vT=uo(),Tg=On(),Xn=class extends Error{constructor(e,r){super(),this.code="EUNKNOWN",this.name="JSONParserError",this.message=e,this.source=r,this.path=null,vT.Ono.extend(this)}get footprint(){return`${this.path}+${this.source}+${this.code}+${this.message}`}};kt.JSONParserError=Xn;var Ag=class t extends Error{constructor(e){super(),this.files=e,this.name="JSONParserErrorGroup",this.message=`${this.errors.length} error${this.errors.length>1?"s":""} occurred while reading '${(0,Tg.toFileSystemPath)(e.$refs._root$Ref.path)}'`,vT.Ono.extend(this)}static getParserErrors(e){let r=[];for(let n of Object.values(e.$refs._$refs))n.errors&&r.push(...n.errors);return r}get errors(){return t.getParserErrors(this.files)}};kt.JSONParserErrorGroup=Ag;var J_=class extends Xn{constructor(e,r){super(`Error parsing ${r}: ${e}`,r),this.code="EPARSER",this.name="ParserError"}};kt.ParserError=J_;var Y_=class extends Xn{constructor(e){super(`Could not find parser for "${e}"`,e),this.code="EUNMATCHEDPARSER",this.name="UnmatchedParserError"}};kt.UnmatchedParserError=Y_;var G_=class extends Xn{constructor(e,r){super(e.message||`Error reading file "${r}"`,r),this.code="ERESOLVER",this.name="ResolverError","code"in e&&(this.ioErrorCode=String(e.code))}};kt.ResolverError=G_;var K_=class extends Xn{constructor(e){super(`Could not find resolver for "${e}"`,e),this.code="EUNMATCHEDRESOLVER",this.name="UnmatchedResolverError"}};kt.UnmatchedResolverError=K_;var Q_=class extends Xn{constructor(e,r,n,i,s){super(`Missing $ref pointer "${(0,Tg.getHash)(r)}". Token "${e}" does not exist.`,(0,Tg.stripHash)(r)),this.code="EMISSINGPOINTER",this.name="MissingPointerError",this.targetToken=e,this.targetRef=n,this.targetFound=i,this.parentPath=s}};kt.MissingPointerError=Q_;var Z_=class extends Xn{constructor(e){super(`Dereferencing timeout reached: ${e}ms`),this.code="ETIMEOUT",this.name="TimeoutError"}};kt.TimeoutError=Z_;var X_=class extends Xn{constructor(e,r){super(`Invalid $ref pointer "${e}". Pointers must begin with "#/"`,(0,Tg.stripHash)(r)),this.code="EUNMATCHEDRESOLVER",this.name="InvalidPointerError"}};kt.InvalidPointerError=X_;function WK(t){return t instanceof Xn||t instanceof Ag}function zK(t){return t.path===null&&(t.path=[]),t}});var vd=F(Vr=>{"use strict";var JK=Vr&&Vr.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),YK=Vr&&Vr.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),GK=Vr&&Vr.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&JK(r,e,n[i]);return YK(r,e),r}})(),KK=Vr&&Vr.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Vr,"__esModule",{value:!0});Vr.nullSymbol=void 0;var eR=KK(Vc()),tR=GK(On()),$g=In();Vr.nullSymbol=Symbol("null");var QK=/\//g,ZK=/~/g,XK=/~1/g,e6=/~0/g,t6=t=>{try{return decodeURIComponent(t)}catch{return t}},Mg=class t{constructor(e,r,n){this.$ref=e,this.path=r,this.originalPath=n||r,this.value=void 0,this.circular=!1,this.indirections=0}resolve(e,r,n){let i=t.parse(this.path,this.originalPath),s=[];this.value=ST(e);for(let o=0;o<i.length;o++){if(qg(this,r,n)&&(this.path=t.join(this.path,i.slice(o))),typeof this.value=="object"&&this.value!==null&&!wT(n)&&"$ref"in this.value)return this;let l=i[o];if(this.value[l]===void 0||this.value[l]===null&&o===i.length-1){let f=!1;for(let w=i.length-1;w>o;w--){let C=i.slice(o,w+1).join("/");if(this.value[C]!==void 0){this.value=this.value[C],o=w,f=!0;break}}if(f)continue;if(l in this.value&&this.value[l]===null){this.value=Vr.nullSymbol;continue}this.value=null;let d=this.$ref.path||"",m=this.path.replace(d,""),g=t.join("",s),y=n?.replace(d,"");throw new $g.MissingPointerError(l,decodeURI(this.originalPath),m,g,y)}else this.value=this.value[l];s.push(l)}return(!this.value||this.value.$ref&&tR.resolve(this.path,this.value.$ref)!==n)&&qg(this,r,n),this}set(e,r,n){let i=t.parse(this.path),s;if(i.length===0)return this.value=r,r;this.value=ST(e);for(let o=0;o<i.length-1;o++)qg(this,n),s=i[o],this.value&&this.value[s]!==void 0?this.value=this.value[s]:this.value=bT(this,s,{});return qg(this,n),s=i[i.length-1],bT(this,s,r),e}static parse(e,r){let n=tR.getHash(e).substring(1);if(!n)return[];let i=n.split("/");for(let s=0;s<i.length;s++)i[s]=t6(i[s].replace(XK,"/").replace(e6,"~"));if(i[0]!=="")throw new $g.InvalidPointerError(n,r===void 0?e:r);return i.slice(1)}static join(e,r){e.indexOf("#")===-1&&(e+="#"),r=Array.isArray(r)?r:[r];for(let n=0;n<r.length;n++){let i=r[n];e+="/"+encodeURIComponent(i.replace(ZK,"~0").replace(QK,"~1"))}return e}};function qg(t,e,r){if(eR.default.isAllowed$Ref(t.value,e)){let n=tR.resolve(t.path,t.value.$ref);if(n===t.path&&!wT(r))t.circular=!0;else{let i=t.$ref.$refs._resolve(n,t.path,e);return i===null?!1:(t.indirections+=i.indirections+1,eR.default.isExtended$Ref(t.value)?(t.value=eR.default.dereference(t.value,i.value),!1):(t.$ref=i.$ref,t.path=i.path,t.value=i.value,!0))}}}Vr.default=Mg;function bT(t,e,r){if(t.value&&typeof t.value=="object")e==="-"&&Array.isArray(t.value)?t.value.push(r):t.value[e]=r;else throw new $g.JSONParserError(`Error assigning $ref pointer "${t.path}".
|
|
240
|
-
Cannot set "${e}" of a non-object.`);return r}function
|
|
241
|
-
"${i}" not found.`);s.set(n,r)}_get$Ref(e){e=fo.resolve(this._root$Ref.path,e);let r=fo.stripHash(e);return this._$refs[r]}_add(e){let r=fo.stripHash(e),n=new
|
|
242
|
-
"${s}" not found.`);return
|
|
243
|
-
Parsed value is empty`);return
|
|
237
|
+
`+n:r||n}Pi.joinStacks=rT;function uK(t,e,r){r?Object.defineProperty(e,"stack",{get:()=>{let n=t.get.apply(e);return rT({stack:n},r)},enumerable:!1,configurable:!0}):fK(e,t)}Pi.lazyJoinStacks=uK;function nT(t){if(t){let e=t.split(oK),r;for(let n=0;n<e.length;n++){let i=e[n];if(aK.test(i))r===void 0&&(r=n);else if(r!==void 0){e.splice(r,n-r);break}}if(e.length>0)return e.join(`
|
|
238
|
+
`)}return t}function fK(t,e){Object.defineProperty(t,"stack",{get:()=>nT(e.get.apply(t)),enumerable:!1,configurable:!0})}});var aT=F(xg=>{"use strict";Object.defineProperty(xg,"__esModule",{value:!0});xg.extendError=void 0;var sT=F_(),Rg=iT(),oT=_g(),dK=["name","message","stack"];function pK(t,e,r){let n=t;return hK(n,e),e&&typeof e=="object"&&mK(n,e),n.toJSON=oT.toJSON,sT.addInspectMethod&&sT.addInspectMethod(n),r&&typeof r=="object"&&Object.assign(n,r),n}xg.extendError=pK;function hK(t,e){let r=Object.getOwnPropertyDescriptor(t,"stack");Rg.isLazyStack(r)?Rg.lazyJoinStacks(r,t,e):Rg.isWritableStack(r)&&(t.stack=Rg.joinStacks(t,e))}function mK(t,e){let r=oT.getDeepKeys(e,dK),n=t,i=e;for(let s of r)if(n[s]===void 0)try{n[s]=i[s]}catch{}}});var lT=F(Hc=>{"use strict";Object.defineProperty(Hc,"__esModule",{value:!0});Hc.normalizeArgs=Hc.normalizeOptions=void 0;var gK=F_();function yK(t){return t=t||{},{concatMessages:t.concatMessages===void 0?!0:!!t.concatMessages,format:t.format===void 0?gK.format:typeof t.format=="function"?t.format:!1}}Hc.normalizeOptions=yK;function vK(t,e){let r,n,i,s="";return typeof t[0]=="string"?i=t:typeof t[1]=="string"?(t[0]instanceof Error?r=t[0]:n=t[0],i=t.slice(1)):(r=t[0],n=t[1],i=t.slice(2)),i.length>0&&(e.format?s=e.format.apply(void 0,i):s=i.join(" ")),e.concatMessages&&r&&r.message&&(s+=(s?`
|
|
239
|
+
`:"")+r.message),{originalError:r,props:n,message:s}}Hc.normalizeArgs=vK});var j_=F(Eg=>{"use strict";Object.defineProperty(Eg,"__esModule",{value:!0});Eg.Ono=void 0;var Cg=aT(),cT=lT(),bK=_g(),SK=L_;Eg.Ono=SK;function L_(t,e){e=cT.normalizeOptions(e);function r(...n){let{originalError:i,props:s,message:a}=cT.normalizeArgs(n,e),l=new t(a);return Cg.extendError(l,i,s)}return r[Symbol.species]=t,r}L_.toJSON=function(e){return bK.toJSON.call(e)};L_.extend=function(e,r,n){return n||r instanceof Error?Cg.extendError(e,r,n):r?Cg.extendError(e,void 0,r):Cg.extendError(e)}});var uT=F(Og=>{"use strict";Object.defineProperty(Og,"__esModule",{value:!0});Og.ono=void 0;var ka=j_(),wK=ki;Og.ono=wK;ki.error=new ka.Ono(Error);ki.eval=new ka.Ono(EvalError);ki.range=new ka.Ono(RangeError);ki.reference=new ka.Ono(ReferenceError);ki.syntax=new ka.Ono(SyntaxError);ki.type=new ka.Ono(TypeError);ki.uri=new ka.Ono(URIError);var _K=ki;function ki(...t){let e=t[0];if(typeof e=="object"&&typeof e.name=="string"){for(let r of Object.values(_K))if(typeof r=="function"&&r.name==="ono"){let n=r[Symbol.species];if(n&&n!==Error&&(e instanceof n||e.name===n.name))return r.apply(void 0,t)}}return ki.error.apply(void 0,t)}});var dT=F(fT=>{"use strict";Object.defineProperty(fT,"__esModule",{value:!0});var YX=require("util")});var uo=F((Zn,Bc)=>{"use strict";var RK=Zn&&Zn.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r),Object.defineProperty(t,n,{enumerable:!0,get:function(){return e[r]}})}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),xK=Zn&&Zn.__exportStar||function(t,e){for(var r in t)r!=="default"&&!e.hasOwnProperty(r)&&RK(e,t,r)};Object.defineProperty(Zn,"__esModule",{value:!0});Zn.ono=void 0;var pT=uT();Object.defineProperty(Zn,"ono",{enumerable:!0,get:function(){return pT.ono}});var CK=j_();Object.defineProperty(Zn,"Ono",{enumerable:!0,get:function(){return CK.Ono}});xK(dT(),Zn);Zn.default=pT.ono;typeof Bc=="object"&&typeof Bc.exports=="object"&&(Bc.exports=Object.assign(Bc.exports.default,Bc.exports))});var U_=F(yd=>{"use strict";var EK=yd&&yd.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(yd,"__esModule",{value:!0});yd.default=OK;var hT=EK(require("path"));function OK(t){return t.startsWith("\\\\?\\")?t:t.split(hT.default?.win32?.sep).join(hT.default?.posix?.sep??"/")}});var mT=F(Ig=>{"use strict";Object.defineProperty(Ig,"__esModule",{value:!0});Ig.isWindows=void 0;var IK=/^win/.test(globalThis.process?globalThis.process.platform:""),PK=()=>IK;Ig.isWindows=PK});var On=F(_t=>{"use strict";var kK=_t&&_t.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),TK=_t&&_t.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),AK=_t&&_t.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&kK(r,e,n[i]);return TK(r,e),r}})(),qK=_t&&_t.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(_t,"__esModule",{value:!0});_t.parse=void 0;_t.resolve=gT;_t.cwd=yT;_t.getProtocol=z_;_t.getExtension=UK;_t.stripQuery=vT;_t.getHash=bT;_t.stripHash=V_;_t.isHttp=HK;_t.isFileSystemPath=W_;_t.fromFileSystemPath=BK;_t.toFileSystemPath=VK;_t.safePointerToPath=WK;_t.relative=zK;var kg=qK(U_()),B_=AK(require("path")),$K=/\//g,MK=/^(\w{2,}):\/\//i,NK=/~1/g,DK=/~0/g,FK=require("path"),Pg=mT(),LK=[[/\?/g,"%3F"],[/#/g,"%23"]],H_=[/%23/g,"#",/%24/g,"$",/%26/g,"&",/%2C/g,",",/%40/g,"@"],jK=t=>new URL(t);_t.parse=jK;function gT(t,e){let r=new URL((0,kg.default)(t),"https://aaa.nonexistanturl.com"),n=new URL((0,kg.default)(e),r),i=e.match(/(\s*)$/)?.[1]||"";if(n.hostname==="aaa.nonexistanturl.com"){let{pathname:s,search:a,hash:l}=n;return s+a+l+i}return n.toString()+i}function yT(){if(typeof window<"u")return location.href;let t=process.cwd(),e=t.slice(-1);return e==="/"||e==="\\"?t:t+"/"}function z_(t){let e=MK.exec(t||"");if(e)return e[1].toLowerCase()}function UK(t){let e=t.lastIndexOf(".");return e>=0?vT(t.substr(e).toLowerCase()):""}function vT(t){let e=t.indexOf("?");return e>=0&&(t=t.substr(0,e)),t}function bT(t){if(!t)return"#";let e=t.indexOf("#");return e>=0?t.substring(e):"#"}function V_(t){if(!t)return"";let e=t.indexOf("#");return e>=0&&(t=t.substring(0,e)),t}function HK(t){let e=z_(t);return e==="http"||e==="https"?!0:e===void 0?typeof window<"u":!1}function W_(t){if(typeof window<"u"||typeof process<"u"&&process.browser)return!1;let e=z_(t);return e===void 0||e==="file"}function BK(t){if((0,Pg.isWindows)()){let e=yT(),r=t.toUpperCase(),i=(0,kg.default)(e).toUpperCase(),s=r.includes(i),a=r.includes(i),l=B_.win32?.isAbsolute(t)||t.startsWith("http://")||t.startsWith("https://")||t.startsWith("file://");!(s||a||l)&&!e.startsWith("http")&&(t=(0,FK.join)(e,t)),t=(0,kg.default)(t)}t=encodeURI(t);for(let e of LK)t=t.replace(e[0],e[1]);return t}function VK(t,e){t=decodeURI(t);for(let n=0;n<H_.length;n+=2)t=t.replace(H_[n],H_[n+1]);let r=t.substr(0,7).toLowerCase()==="file://";return r&&(t=t[7]==="/"?t.substr(8):t.substr(7),(0,Pg.isWindows)()&&t[1]==="/"&&(t=t[0]+":"+t.substr(1)),e?t="file:///"+t:(r=!1,t=(0,Pg.isWindows)()?t:"/"+t)),(0,Pg.isWindows)()&&!r&&(t=t.replace($K,"\\"),t.substr(1,2)===":\\"&&(t=t[0].toUpperCase()+t.substr(1))),t}function WK(t){return t.length<=1||t[0]!=="#"||t[1]!=="/"?[]:t.slice(2).split("/").map(e=>decodeURIComponent(e).replace(NK,"/").replace(DK,"~"))}function zK(t,e){if(!W_(t)||!W_(e))return gT(t,e);let r=B_.default.dirname(V_(t)),n=V_(e);return B_.default.relative(r,n)+bT(e)}});var In=F(kt=>{"use strict";Object.defineProperty(kt,"__esModule",{value:!0});kt.InvalidPointerError=kt.TimeoutError=kt.MissingPointerError=kt.UnmatchedResolverError=kt.ResolverError=kt.UnmatchedParserError=kt.ParserError=kt.JSONParserErrorGroup=kt.JSONParserError=void 0;kt.isHandledError=JK;kt.normalizeError=YK;var ST=uo(),Tg=On(),Xn=class extends Error{constructor(e,r){super(),this.code="EUNKNOWN",this.name="JSONParserError",this.message=e,this.source=r,this.path=null,ST.Ono.extend(this)}get footprint(){return`${this.path}+${this.source}+${this.code}+${this.message}`}};kt.JSONParserError=Xn;var Ag=class t extends Error{constructor(e){super(),this.files=e,this.name="JSONParserErrorGroup",this.message=`${this.errors.length} error${this.errors.length>1?"s":""} occurred while reading '${(0,Tg.toFileSystemPath)(e.$refs._root$Ref.path)}'`,ST.Ono.extend(this)}static getParserErrors(e){let r=[];for(let n of Object.values(e.$refs._$refs))n.errors&&r.push(...n.errors);return r}get errors(){return t.getParserErrors(this.files)}};kt.JSONParserErrorGroup=Ag;var J_=class extends Xn{constructor(e,r){super(`Error parsing ${r}: ${e}`,r),this.code="EPARSER",this.name="ParserError"}};kt.ParserError=J_;var Y_=class extends Xn{constructor(e){super(`Could not find parser for "${e}"`,e),this.code="EUNMATCHEDPARSER",this.name="UnmatchedParserError"}};kt.UnmatchedParserError=Y_;var G_=class extends Xn{constructor(e,r){super(e.message||`Error reading file "${r}"`,r),this.code="ERESOLVER",this.name="ResolverError","code"in e&&(this.ioErrorCode=String(e.code))}};kt.ResolverError=G_;var K_=class extends Xn{constructor(e){super(`Could not find resolver for "${e}"`,e),this.code="EUNMATCHEDRESOLVER",this.name="UnmatchedResolverError"}};kt.UnmatchedResolverError=K_;var Q_=class extends Xn{constructor(e,r,n,i,s){super(`Missing $ref pointer "${(0,Tg.getHash)(r)}". Token "${e}" does not exist.`,(0,Tg.stripHash)(r)),this.code="EMISSINGPOINTER",this.name="MissingPointerError",this.targetToken=e,this.targetRef=n,this.targetFound=i,this.parentPath=s}};kt.MissingPointerError=Q_;var Z_=class extends Xn{constructor(e){super(`Dereferencing timeout reached: ${e}ms`),this.code="ETIMEOUT",this.name="TimeoutError"}};kt.TimeoutError=Z_;var X_=class extends Xn{constructor(e,r){super(`Invalid $ref pointer "${e}". Pointers must begin with "#/"`,(0,Tg.stripHash)(r)),this.code="EUNMATCHEDRESOLVER",this.name="InvalidPointerError"}};kt.InvalidPointerError=X_;function JK(t){return t instanceof Xn||t instanceof Ag}function YK(t){return t.path===null&&(t.path=[]),t}});var vd=F(Vr=>{"use strict";var GK=Vr&&Vr.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),KK=Vr&&Vr.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),QK=Vr&&Vr.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&GK(r,e,n[i]);return KK(r,e),r}})(),ZK=Vr&&Vr.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Vr,"__esModule",{value:!0});Vr.nullSymbol=void 0;var eR=ZK(Vc()),tR=QK(On()),$g=In();Vr.nullSymbol=Symbol("null");var XK=/\//g,e6=/~/g,t6=/~1/g,r6=/~0/g,n6=t=>{try{return decodeURIComponent(t)}catch{return t}},Mg=class t{constructor(e,r,n){this.$ref=e,this.path=r,this.originalPath=n||r,this.value=void 0,this.circular=!1,this.indirections=0}resolve(e,r,n){let i=t.parse(this.path,this.originalPath),s=[];this.value=_T(e);for(let a=0;a<i.length;a++){if(qg(this,r,n)&&(this.path=t.join(this.path,i.slice(a))),typeof this.value=="object"&&this.value!==null&&!RT(n)&&"$ref"in this.value)return this;let l=i[a];if(this.value[l]===void 0||this.value[l]===null&&a===i.length-1){let f=!1;for(let w=i.length-1;w>a;w--){let C=i.slice(a,w+1).join("/");if(this.value[C]!==void 0){this.value=this.value[C],a=w,f=!0;break}}if(f)continue;if(l in this.value&&this.value[l]===null){this.value=Vr.nullSymbol;continue}this.value=null;let d=this.$ref.path||"",m=this.path.replace(d,""),g=t.join("",s),y=n?.replace(d,"");throw new $g.MissingPointerError(l,decodeURI(this.originalPath),m,g,y)}else this.value=this.value[l];s.push(l)}return(!this.value||this.value.$ref&&tR.resolve(this.path,this.value.$ref)!==n)&&qg(this,r,n),this}set(e,r,n){let i=t.parse(this.path),s;if(i.length===0)return this.value=r,r;this.value=_T(e);for(let a=0;a<i.length-1;a++)qg(this,n),s=i[a],this.value&&this.value[s]!==void 0?this.value=this.value[s]:this.value=wT(this,s,{});return qg(this,n),s=i[i.length-1],wT(this,s,r),e}static parse(e,r){let n=tR.getHash(e).substring(1);if(!n)return[];let i=n.split("/");for(let s=0;s<i.length;s++)i[s]=n6(i[s].replace(t6,"/").replace(r6,"~"));if(i[0]!=="")throw new $g.InvalidPointerError(n,r===void 0?e:r);return i.slice(1)}static join(e,r){e.indexOf("#")===-1&&(e+="#"),r=Array.isArray(r)?r:[r];for(let n=0;n<r.length;n++){let i=r[n];e+="/"+encodeURIComponent(i.replace(e6,"~0").replace(XK,"~1"))}return e}};function qg(t,e,r){if(eR.default.isAllowed$Ref(t.value,e)){let n=tR.resolve(t.path,t.value.$ref);if(n===t.path&&!RT(r))t.circular=!0;else{let i=t.$ref.$refs._resolve(n,t.path,e);return i===null?!1:(t.indirections+=i.indirections+1,eR.default.isExtended$Ref(t.value)?(t.value=eR.default.dereference(t.value,i.value),!1):(t.$ref=i.$ref,t.path=i.path,t.value=i.value,!0))}}}Vr.default=Mg;function wT(t,e,r){if(t.value&&typeof t.value=="object")e==="-"&&Array.isArray(t.value)?t.value.push(r):t.value[e]=r;else throw new $g.JSONParserError(`Error assigning $ref pointer "${t.path}".
|
|
240
|
+
Cannot set "${e}" of a non-object.`);return r}function _T(t){if((0,$g.isHandledError)(t))throw t;return t}function RT(t){return typeof t=="string"&&Mg.parse(t).length==0}});var Vc=F(as=>{"use strict";var i6=as&&as.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),s6=as&&as.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),o6=as&&as.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&i6(r,e,n[i]);return s6(r,e),r}})();Object.defineProperty(as,"__esModule",{value:!0});var Ng=o6(vd()),Dg=In(),rR=On(),nR=class t{constructor(e){this.errors=[],this.$refs=e}addError(e){this.errors===void 0&&(this.errors=[]);let r=this.errors.map(({footprint:n})=>n);"errors"in e&&Array.isArray(e.errors)?this.errors.push(...e.errors.map(Dg.normalizeError).filter(({footprint:n})=>!r.includes(n))):(!("footprint"in e)||!r.includes(e.footprint))&&this.errors.push((0,Dg.normalizeError)(e))}exists(e,r){try{return this.resolve(e,r),!0}catch{return!1}}get(e,r){return this.resolve(e,r)?.value}resolve(e,r,n,i){let s=new Ng.default(this,e,n);try{let a=s.resolve(this.value,r,i);return a.value===Ng.nullSymbol&&(a.value=null),a}catch(a){if(!r||!r.continueOnError||!(0,Dg.isHandledError)(a))throw a;return a.path===null&&(a.path=(0,rR.safePointerToPath)((0,rR.getHash)(i))),a instanceof Dg.InvalidPointerError&&(a.source=decodeURI((0,rR.stripHash)(i))),this.addError(a),null}}set(e,r){let n=new Ng.default(this,e);this.value=n.set(this.value,r),this.value===Ng.nullSymbol&&(this.value=null)}static is$Ref(e){return!!e&&typeof e=="object"&&e!==null&&"$ref"in e&&typeof e.$ref=="string"&&e.$ref.length>0}static isExternal$Ref(e){return t.is$Ref(e)&&e.$ref[0]!=="#"}static isAllowed$Ref(e,r){if(this.is$Ref(e)){if(e.$ref.substring(0,2)==="#/"||e.$ref==="#")return!0;if(e.$ref[0]!=="#"&&(!r||r.resolve?.external))return!0}}static isExtended$Ref(e){return t.is$Ref(e)&&Object.keys(e).length>1}static dereference(e,r){if(r&&typeof r=="object"&&t.isExtended$Ref(e)){let n={};for(let i of Object.keys(e))i!=="$ref"&&(n[i]=e[i]);for(let i of Object.keys(r))i in n||(n[i]=r[i]);return n}else return r}};as.default=nR});var IT=F(ei=>{"use strict";var a6=ei&&ei.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),l6=ei&&ei.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),c6=ei&&ei.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&a6(r,e,n[i]);return l6(r,e),r}})(),OT=ei&&ei.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ei,"__esModule",{value:!0});var xT=uo(),u6=OT(Vc()),fo=c6(On()),CT=OT(U_()),iR=class{paths(...e){return ET(this._$refs,e.flat()).map(n=>(0,CT.default)(n.decoded))}values(...e){let r=this._$refs;return ET(r,e.flat()).reduce((i,s)=>(i[(0,CT.default)(s.decoded)]=r[s.encoded].value,i),{})}exists(e,r){try{return this._resolve(e,"",r),!0}catch{return!1}}get(e,r){return this._resolve(e,"",r).value}set(e,r){let n=fo.resolve(this._root$Ref.path,e),i=fo.stripHash(n),s=this._$refs[i];if(!s)throw(0,xT.ono)(`Error resolving $ref pointer "${e}".
|
|
241
|
+
"${i}" not found.`);s.set(n,r)}_get$Ref(e){e=fo.resolve(this._root$Ref.path,e);let r=fo.stripHash(e);return this._$refs[r]}_add(e){let r=fo.stripHash(e),n=new u6.default(this);return n.path=r,this._$refs[r]=n,this._root$Ref=this._root$Ref||n,n}_resolve(e,r,n){let i=fo.resolve(this._root$Ref.path,e),s=fo.stripHash(i),a=this._$refs[s];if(!a)throw(0,xT.ono)(`Error resolving $ref pointer "${e}".
|
|
242
|
+
"${s}" not found.`);return a.resolve(i,n,e,r)}constructor(){this._$refs={},this.toJSON=this.values,this.circular=!1,this._$refs={},this._root$Ref=null}};ei.default=iR;function ET(t,e){let r=Object.keys(t);return e=Array.isArray(e[0])?e[0]:Array.prototype.slice.call(e),e.length>0&&e[0]&&(r=r.filter(n=>e.includes(t[n].pathType))),r.map(n=>({encoded:n,decoded:t[n].pathType==="file"?fo.toFileSystemPath(n,!0):n}))}});var kT=F(Wc=>{"use strict";Object.defineProperty(Wc,"__esModule",{value:!0});Wc.all=f6;Wc.filter=d6;Wc.sort=p6;Wc.run=h6;function f6(t){return Object.keys(t||{}).filter(e=>typeof t[e]=="object").map(e=>(t[e].name=e,t[e]))}function d6(t,e,r){return t.filter(n=>!!PT(n,e,r))}function p6(t){for(let e of t)e.order=e.order||Number.MAX_SAFE_INTEGER;return t.sort((e,r)=>e.order-r.order)}async function h6(t,e,r,n){let i,s,a=0;return new Promise((l,f)=>{d();function d(){if(i=t[a++],!i)return f(s);try{let w=PT(i,e,r,m,n);if(w&&typeof w.then=="function")w.then(g,y);else if(w!==void 0)g(w);else if(a===t.length)throw new Error("No promise has been returned or callback has been called.")}catch(w){y(w)}}function m(w,C){w?y(w):g(C)}function g(w){l({plugin:i,result:w})}function y(w){s={plugin:i,error:w},d()}})}function PT(t,e,r,n,i){let s=t[e];if(typeof s=="function")return s.apply(t,[r,n,i]);if(!n){if(s instanceof RegExp)return s.test(r.url);if(typeof s=="string")return s===r.extension;if(Array.isArray(s))return s.indexOf(r.extension)!==-1}return s}});var oR=F(ls=>{"use strict";var m6=ls&&ls.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),g6=ls&&ls.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),TT=ls&&ls.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&m6(r,e,n[i]);return g6(r,e),r}})();Object.defineProperty(ls,"__esModule",{value:!0});var sR=uo(),y6=TT(On()),po=TT(kT()),Ta=In();async function v6(t,e,r){let n=t.indexOf("#"),i="";n>=0&&(i=t.substring(n),t=t.substring(0,n));let s=e._add(t),a={url:t,hash:i,extension:y6.getExtension(t)};try{let l=await b6(a,r,e);s.pathType=l.plugin.name,a.data=l.result;let f=await S6(a,r,e);return s.value=f.result,f.result}catch(l){throw(0,Ta.isHandledError)(l)&&(s.value=l),l}}async function b6(t,e,r){let n=po.all(e.resolve);n=po.filter(n,"canRead",t),po.sort(n);try{return await po.run(n,"read",t,r)}catch(i){throw!i&&e.continueOnError?new Ta.UnmatchedResolverError(t.url):!i||!("error"in i)?sR.ono.syntax(`Unable to resolve $ref pointer "${t.url}"`):i.error instanceof Ta.ResolverError?i.error:new Ta.ResolverError(i,t.url)}}async function S6(t,e,r){let n=po.all(e.parse),i=po.filter(n,"canParse",t),s=i.length>0?i:n;po.sort(s);try{let a=await po.run(s,"parse",t,r);if(!a.plugin.allowEmpty&&w6(a.result))throw sR.ono.syntax(`Error parsing "${t.url}" as ${a.plugin.name}.
|
|
243
|
+
Parsed value is empty`);return a}catch(a){throw!a&&e.continueOnError?new Ta.UnmatchedParserError(t.url):a&&a.message&&a.message.startsWith("Error parsing")?a:!a||!("error"in a)?sR.ono.syntax(`Unable to parse ${t.url}`):a.error instanceof Ta.ParserError?a.error:new Ta.ParserError(a.error.message,t.url)}}function w6(t){return t===void 0||typeof t=="object"&&Object.keys(t).length===0||typeof t=="string"&&t.trim().length===0||Buffer.isBuffer(t)&&t.length===0}ls.default=v6});var qT=F(aR=>{"use strict";Object.defineProperty(aR,"__esModule",{value:!0});var AT=In();aR.default={order:100,allowEmpty:!0,canParse:".json",allowBOM:!0,async parse(t){let e=t.data;if(Buffer.isBuffer(e)&&(e=e.toString()),typeof e=="string"){if(e.trim().length===0)return;try{return JSON.parse(e)}catch(r){if(this.allowBOM)try{let n=e.indexOf("{");return e=e.slice(n),JSON.parse(e)}catch(n){throw new AT.ParserError(n.message,t.url)}throw new AT.ParserError(r.message,t.url)}}else return e}}});var zc=F((oee,Aa)=>{"use strict";function $T(t){return typeof t>"u"||t===null}function _6(t){return typeof t=="object"&&t!==null}function R6(t){return Array.isArray(t)?t:$T(t)?[]:[t]}function x6(t,e){if(e){let r=Object.keys(e);for(let n=0,i=r.length;n<i;n+=1){let s=r[n];t[s]=e[s]}}return t}function C6(t,e){let r="";for(let n=0;n<e;n+=1)r+=t;return r}function E6(t){return t===0&&Number.NEGATIVE_INFINITY===1/t}Aa.exports.isNothing=$T;Aa.exports.isObject=_6;Aa.exports.toArray=R6;Aa.exports.repeat=C6;Aa.exports.isNegativeZero=E6;Aa.exports.extend=x6});var Jc=F((aee,NT)=>{"use strict";function MT(t,e){let r="",n=t.reason||"(unknown reason)";return t.mark?(t.mark.name&&(r+='in "'+t.mark.name+'" '),r+="("+(t.mark.line+1)+":"+(t.mark.column+1)+")",!e&&t.mark.snippet&&(r+=`
|
|
244
244
|
|
|
245
|
-
`+t.mark.snippet),n+" "+r):n}function bd(t,e){Error.call(this),this.name="YAMLException",this.reason=t,this.mark=e,this.message=
|
|
246
|
-
`+l}let m=lR(t.buffer,n[
|
|
245
|
+
`+t.mark.snippet),n+" "+r):n}function bd(t,e){Error.call(this),this.name="YAMLException",this.reason=t,this.mark=e,this.message=MT(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}bd.prototype=Object.create(Error.prototype);bd.prototype.constructor=bd;bd.prototype.toString=function(e){return this.name+": "+MT(this,e)};NT.exports=bd});var FT=F((lee,DT)=>{"use strict";var Sd=zc();function lR(t,e,r,n,i){let s="",a="",l=Math.floor(i/2)-1;return n-e>l&&(s=" ... ",e=n-l+s.length),r-n>l&&(a=" ...",r=n+l-a.length),{str:s+t.slice(e,r).replace(/\t/g,"\u2192")+a,pos:n-e+s.length}}function cR(t,e){return Sd.repeat(" ",e-t.length)+t}function O6(t,e){if(e=Object.create(e||null),!t.buffer)return null;e.maxLength||(e.maxLength=79),typeof e.indent!="number"&&(e.indent=1),typeof e.linesBefore!="number"&&(e.linesBefore=3),typeof e.linesAfter!="number"&&(e.linesAfter=2);let r=/\r?\n|\r|\0/g,n=[0],i=[],s,a=-1;for(;s=r.exec(t.buffer);)i.push(s.index),n.push(s.index+s[0].length),t.position<=s.index&&a<0&&(a=n.length-2);a<0&&(a=n.length-1);let l="",f=Math.min(t.line+e.linesAfter,i.length).toString().length,d=e.maxLength-(e.indent+f+3);for(let g=1;g<=e.linesBefore&&!(a-g<0);g++){let y=lR(t.buffer,n[a-g],i[a-g],t.position-(n[a]-n[a-g]),d);l=Sd.repeat(" ",e.indent)+cR((t.line-g+1).toString(),f)+" | "+y.str+`
|
|
246
|
+
`+l}let m=lR(t.buffer,n[a],i[a],t.position,d);l+=Sd.repeat(" ",e.indent)+cR((t.line+1).toString(),f)+" | "+m.str+`
|
|
247
247
|
`,l+=Sd.repeat("-",e.indent+f+3+m.pos)+`^
|
|
248
|
-
`;for(let g=1;g<=e.linesAfter&&!(
|
|
249
|
-
`}return l.replace(/\n$/,"")}
|
|
250
|
-
\r`;function
|
|
251
|
-
`;case 118:return"\v";case 102:return"\f";case 114:return"\r";case 101:return"\x1B";case 32:return" ";case 34:return'"';case 47:return"/";case 92:return"\\";case 78:return"\x85";case 95:return"\xA0";case 76:return"\u2028";case 80:return"\u2029";default:return""}}function
|
|
252
|
-
`,e-1))}function
|
|
248
|
+
`;for(let g=1;g<=e.linesAfter&&!(a+g>=i.length);g++){let y=lR(t.buffer,n[a+g],i[a+g],t.position-(n[a]-n[a+g]),d);l+=Sd.repeat(" ",e.indent)+cR((t.line+g+1).toString(),f)+" | "+y.str+`
|
|
249
|
+
`}return l.replace(/\n$/,"")}DT.exports=O6});var dr=F((cee,jT)=>{"use strict";var LT=Jc(),I6=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],P6=["scalar","sequence","mapping"];function k6(t){let e={};return t!==null&&Object.keys(t).forEach(function(r){t[r].forEach(function(n){e[String(n)]=r})}),e}function T6(t,e){if(e=e||{},Object.keys(e).forEach(function(r){if(I6.indexOf(r)===-1)throw new LT('Unknown option "'+r+'" is met in definition of "'+t+'" YAML type.')}),this.options=e,this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(r){return r},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.representName=e.representName||null,this.defaultStyle=e.defaultStyle||null,this.multi=e.multi||!1,this.styleAliases=k6(e.styleAliases||null),P6.indexOf(this.kind)===-1)throw new LT('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}jT.exports=T6});var dR=F((uee,HT)=>{"use strict";var wd=Jc(),uR=dr();function UT(t,e){let r=[];return t[e].forEach(function(n){let i=r.length;r.forEach(function(s,a){s.tag===n.tag&&s.kind===n.kind&&s.multi===n.multi&&(i=a)}),r[i]=n}),r}function A6(){let t={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}};function e(r){r.multi?(t.multi[r.kind].push(r),t.multi.fallback.push(r)):t[r.kind][r.tag]=t.fallback[r.tag]=r}for(let r=0,n=arguments.length;r<n;r+=1)arguments[r].forEach(e);return t}function fR(t){return this.extend(t)}fR.prototype.extend=function(e){let r=[],n=[];if(e instanceof uR)n.push(e);else if(Array.isArray(e))n=n.concat(e);else if(e&&(Array.isArray(e.implicit)||Array.isArray(e.explicit)))e.implicit&&(r=r.concat(e.implicit)),e.explicit&&(n=n.concat(e.explicit));else throw new wd("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");r.forEach(function(s){if(!(s instanceof uR))throw new wd("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(s.loadKind&&s.loadKind!=="scalar")throw new wd("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(s.multi)throw new wd("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),n.forEach(function(s){if(!(s instanceof uR))throw new wd("Specified list of YAML types (or a single Type object) contains a non-Type object.")});let i=Object.create(fR.prototype);return i.implicit=(this.implicit||[]).concat(r),i.explicit=(this.explicit||[]).concat(n),i.compiledImplicit=UT(i,"implicit"),i.compiledExplicit=UT(i,"explicit"),i.compiledTypeMap=A6(i.compiledImplicit,i.compiledExplicit),i};HT.exports=fR});var pR=F((fee,BT)=>{"use strict";var q6=dr();BT.exports=new q6("tag:yaml.org,2002:str",{kind:"scalar",construct:function(t){return t!==null?t:""}})});var hR=F((dee,VT)=>{"use strict";var $6=dr();VT.exports=new $6("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(t){return t!==null?t:[]}})});var mR=F((pee,WT)=>{"use strict";var M6=dr();WT.exports=new M6("tag:yaml.org,2002:map",{kind:"mapping",construct:function(t){return t!==null?t:{}}})});var gR=F((hee,zT)=>{"use strict";var N6=dR();zT.exports=new N6({explicit:[pR(),hR(),mR()]})});var yR=F((mee,JT)=>{"use strict";var D6=dr();function F6(t){if(t===null)return!0;let e=t.length;return e===1&&t==="~"||e===4&&(t==="null"||t==="Null"||t==="NULL")}function L6(){return null}function j6(t){return t===null}JT.exports=new D6("tag:yaml.org,2002:null",{kind:"scalar",resolve:F6,construct:L6,predicate:j6,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"})});var vR=F((gee,YT)=>{"use strict";var U6=dr();function H6(t){if(t===null)return!1;let e=t.length;return e===4&&(t==="true"||t==="True"||t==="TRUE")||e===5&&(t==="false"||t==="False"||t==="FALSE")}function B6(t){return t==="true"||t==="True"||t==="TRUE"}function V6(t){return Object.prototype.toString.call(t)==="[object Boolean]"}YT.exports=new U6("tag:yaml.org,2002:bool",{kind:"scalar",resolve:H6,construct:B6,predicate:V6,represent:{lowercase:function(t){return t?"true":"false"},uppercase:function(t){return t?"TRUE":"FALSE"},camelcase:function(t){return t?"True":"False"}},defaultStyle:"lowercase"})});var bR=F((yee,GT)=>{"use strict";var W6=zc(),z6=dr();function J6(t){return t>=48&&t<=57||t>=65&&t<=70||t>=97&&t<=102}function Y6(t){return t>=48&&t<=55}function G6(t){return t>=48&&t<=57}function K6(t){if(t===null)return!1;let e=t.length,r=0,n=!1;if(!e)return!1;let i=t[r];if((i==="-"||i==="+")&&(i=t[++r]),i==="0"){if(r+1===e)return!0;if(i=t[++r],i==="b"){for(r++;r<e;r++){if(i=t[r],i!=="0"&&i!=="1")return!1;n=!0}return n&&Number.isFinite(_d(t))}if(i==="x"){for(r++;r<e;r++){if(!J6(t.charCodeAt(r)))return!1;n=!0}return n&&Number.isFinite(_d(t))}if(i==="o"){for(r++;r<e;r++){if(!Y6(t.charCodeAt(r)))return!1;n=!0}return n&&Number.isFinite(_d(t))}}for(;r<e;r++){if(!G6(t.charCodeAt(r)))return!1;n=!0}return n?Number.isFinite(_d(t)):!1}function _d(t){let e=t,r=1,n=e[0];if((n==="-"||n==="+")&&(n==="-"&&(r=-1),e=e.slice(1),n=e[0]),e==="0")return 0;if(n==="0"){if(e[1]==="b")return r*parseInt(e.slice(2),2);if(e[1]==="x")return r*parseInt(e.slice(2),16);if(e[1]==="o")return r*parseInt(e.slice(2),8)}return r*parseInt(e,10)}function Q6(t){return _d(t)}function Z6(t){return Object.prototype.toString.call(t)==="[object Number]"&&t%1===0&&!W6.isNegativeZero(t)}GT.exports=new z6("tag:yaml.org,2002:int",{kind:"scalar",resolve:K6,construct:Q6,predicate:Z6,represent:{binary:function(t){return t>=0?"0b"+t.toString(2):"-0b"+t.toString(2).slice(1)},octal:function(t){return t>=0?"0o"+t.toString(8):"-0o"+t.toString(8).slice(1)},decimal:function(t){return t.toString(10)},hexadecimal:function(t){return t>=0?"0x"+t.toString(16).toUpperCase():"-0x"+t.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})});var SR=F((vee,QT)=>{"use strict";var KT=zc(),X6=dr(),e4=new RegExp("^(?:[-+]?(?:[0-9]+)(?:\\.[0-9]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$"),t4=new RegExp("^(?:[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function r4(t){return t===null||!e4.test(t)?!1:Number.isFinite(parseFloat(t,10))?!0:t4.test(t)}function n4(t){let e=t.toLowerCase(),r=e[0]==="-"?-1:1;return"+-".indexOf(e[0])>=0&&(e=e.slice(1)),e===".inf"?r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:e===".nan"?NaN:r*parseFloat(e,10)}var i4=/^[-+]?[0-9]+e/;function s4(t,e){if(isNaN(t))switch(e){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===t)switch(e){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===t)switch(e){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(KT.isNegativeZero(t))return"-0.0";let r=t.toString(10);return i4.test(r)?r.replace("e",".e"):r}function o4(t){return Object.prototype.toString.call(t)==="[object Number]"&&(t%1!==0||KT.isNegativeZero(t))}QT.exports=new X6("tag:yaml.org,2002:float",{kind:"scalar",resolve:r4,construct:n4,predicate:o4,represent:s4,defaultStyle:"lowercase"})});var wR=F((bee,ZT)=>{"use strict";ZT.exports=gR().extend({implicit:[yR(),vR(),bR(),SR()]})});var _R=F((See,XT)=>{"use strict";XT.exports=wR()});var RR=F((wee,rA)=>{"use strict";var a4=dr(),eA=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),tA=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function l4(t){return t===null?!1:eA.exec(t)!==null||tA.exec(t)!==null}function c4(t){let e=0,r=null,n=eA.exec(t);if(n===null&&(n=tA.exec(t)),n===null)throw new Error("Date resolve error");let i=+n[1],s=+n[2]-1,a=+n[3];if(!n[4])return new Date(Date.UTC(i,s,a));let l=+n[4],f=+n[5],d=+n[6];if(n[7]){for(e=n[7].slice(0,3);e.length<3;)e+="0";e=+e}if(n[9]){let g=+n[10],y=+(n[11]||0);r=(g*60+y)*6e4,n[9]==="-"&&(r=-r)}let m=new Date(Date.UTC(i,s,a,l,f,d,e));return r&&m.setTime(m.getTime()-r),m}function u4(t){return t.toISOString()}rA.exports=new a4("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:l4,construct:c4,instanceOf:Date,represent:u4})});var xR=F((_ee,nA)=>{"use strict";var f4=dr();function d4(t){return t==="<<"||t===null}nA.exports=new f4("tag:yaml.org,2002:merge",{kind:"scalar",resolve:d4})});var ER=F((Ree,iA)=>{"use strict";var p4=dr(),CR=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
|
250
|
+
\r`;function h4(t){if(t===null)return!1;let e=0,r=t.length,n=CR;for(let i=0;i<r;i++){let s=n.indexOf(t.charAt(i));if(!(s>64)){if(s<0)return!1;e+=6}}return e%8===0}function m4(t){let e=t.replace(/[\r\n=]/g,""),r=e.length,n=CR,i=0,s=[];for(let l=0;l<r;l++)l%4===0&&l&&(s.push(i>>16&255),s.push(i>>8&255),s.push(i&255)),i=i<<6|n.indexOf(e.charAt(l));let a=r%4*6;return a===0?(s.push(i>>16&255),s.push(i>>8&255),s.push(i&255)):a===18?(s.push(i>>10&255),s.push(i>>2&255)):a===12&&s.push(i>>4&255),new Uint8Array(s)}function g4(t){let e="",r=0,n=t.length,i=CR;for(let a=0;a<n;a++)a%3===0&&a&&(e+=i[r>>18&63],e+=i[r>>12&63],e+=i[r>>6&63],e+=i[r&63]),r=(r<<8)+t[a];let s=n%3;return s===0?(e+=i[r>>18&63],e+=i[r>>12&63],e+=i[r>>6&63],e+=i[r&63]):s===2?(e+=i[r>>10&63],e+=i[r>>4&63],e+=i[r<<2&63],e+=i[64]):s===1&&(e+=i[r>>2&63],e+=i[r<<4&63],e+=i[64],e+=i[64]),e}function y4(t){return Object.prototype.toString.call(t)==="[object Uint8Array]"}iA.exports=new p4("tag:yaml.org,2002:binary",{kind:"scalar",resolve:h4,construct:m4,predicate:y4,represent:g4})});var OR=F((xee,sA)=>{"use strict";var v4=dr(),b4=Object.prototype.hasOwnProperty,S4=Object.prototype.toString;function w4(t){if(t===null)return!0;let e=[],r=t;for(let n=0,i=r.length;n<i;n+=1){let s=r[n],a=!1;if(S4.call(s)!=="[object Object]")return!1;let l;for(l in s)if(b4.call(s,l))if(!a)a=!0;else return!1;if(!a)return!1;if(e.indexOf(l)===-1)e.push(l);else return!1}return!0}function _4(t){return t!==null?t:[]}sA.exports=new v4("tag:yaml.org,2002:omap",{kind:"sequence",resolve:w4,construct:_4})});var IR=F((Cee,oA)=>{"use strict";var R4=dr(),x4=Object.prototype.toString;function C4(t){if(t===null)return!0;let e=t,r=new Array(e.length);for(let n=0,i=e.length;n<i;n+=1){let s=e[n];if(x4.call(s)!=="[object Object]")return!1;let a=Object.keys(s);if(a.length!==1)return!1;r[n]=[a[0],s[a[0]]]}return!0}function E4(t){if(t===null)return[];let e=t,r=new Array(e.length);for(let n=0,i=e.length;n<i;n+=1){let s=e[n],a=Object.keys(s);r[n]=[a[0],s[a[0]]]}return r}oA.exports=new R4("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:C4,construct:E4})});var PR=F((Eee,aA)=>{"use strict";var O4=dr(),I4=Object.prototype.hasOwnProperty;function P4(t){if(t===null)return!0;let e=t;for(let r in e)if(I4.call(e,r)&&e[r]!==null)return!1;return!0}function k4(t){return t!==null?t:{}}aA.exports=new O4("tag:yaml.org,2002:set",{kind:"mapping",resolve:P4,construct:k4})});var Fg=F((Oee,lA)=>{"use strict";lA.exports=_R().extend({implicit:[RR(),xR()],explicit:[ER(),OR(),IR(),PR()]})});var IA=F((Iee,qR)=>{"use strict";var qa=zc(),gA=Jc(),T4=FT(),A4=Fg(),ti=Object.prototype.hasOwnProperty,Lg=1,yA=2,vA=3,jg=4,kR=1,q4=2,cA=3,$4=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,M4=/[\x85\u2028\u2029]/,N4=/[,\[\]{}]/,bA=/^(?:!|!!|![0-9A-Za-z-]+!)$/,SA=/^(?:!|[^,\[\]{}])(?:%[0-9a-f]{2}|[0-9a-z\-#;/?:@&=+$,_.!~*'()\[\]])*$/i;function uA(t){return Object.prototype.toString.call(t)}function Ti(t){return t===10||t===13}function cs(t){return t===9||t===32}function Wr(t){return t===9||t===32||t===10||t===13}function Yc(t){return t===44||t===91||t===93||t===123||t===125}function D4(t){if(t>=48&&t<=57)return t-48;let e=t|32;return e>=97&&e<=102?e-97+10:-1}function F4(t){return t===120?2:t===117?4:t===85?8:0}function L4(t){return t>=48&&t<=57?t-48:-1}function fA(t){switch(t){case 48:return"\0";case 97:return"\x07";case 98:return"\b";case 116:return" ";case 9:return" ";case 110:return`
|
|
251
|
+
`;case 118:return"\v";case 102:return"\f";case 114:return"\r";case 101:return"\x1B";case 32:return" ";case 34:return'"';case 47:return"/";case 92:return"\\";case 78:return"\x85";case 95:return"\xA0";case 76:return"\u2028";case 80:return"\u2029";default:return""}}function j4(t){return t<=65535?String.fromCharCode(t):String.fromCharCode((t-65536>>10)+55296,(t-65536&1023)+56320)}function wA(t,e,r){e==="__proto__"?Object.defineProperty(t,e,{configurable:!0,enumerable:!0,writable:!0,value:r}):t[e]=r}var _A=new Array(256),RA=new Array(256);for(let t=0;t<256;t++)_A[t]=fA(t)?1:0,RA[t]=fA(t);function U4(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||A4,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.maxDepth=typeof e.maxDepth=="number"?e.maxDepth:100,this.maxMergeSeqLength=typeof e.maxMergeSeqLength=="number"?e.maxMergeSeqLength:20,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.depth=0,this.firstTabInLine=-1,this.documents=[],this.anchorMapTransactions=[]}function xA(t,e){let r={name:t.filename,buffer:t.input.slice(0,-1),position:t.position,line:t.line,column:t.position-t.lineStart};return r.snippet=T4(r),new gA(e,r)}function de(t,e){throw xA(t,e)}function Ug(t,e){t.onWarning&&t.onWarning.call(null,xA(t,e))}function $a(t,e,r){let n=t.anchorMapTransactions;if(n.length!==0){let i=n[n.length-1];ti.call(i,e)||(i[e]={existed:ti.call(t.anchorMap,e),value:t.anchorMap[e]})}t.anchorMap[e]=r}function H4(t){t.anchorMapTransactions.push(Object.create(null))}function B4(t){let e=t.anchorMapTransactions.pop(),r=t.anchorMapTransactions;if(r.length===0)return;let n=r[r.length-1],i=Object.keys(e);for(let s=0,a=i.length;s<a;s+=1){let l=i[s];ti.call(n,l)||(n[l]=e[l])}}function V4(t){let e=t.anchorMapTransactions.pop(),r=Object.keys(e);for(let n=r.length-1;n>=0;n-=1){let i=e[r[n]];i.existed?t.anchorMap[r[n]]=i.value:delete t.anchorMap[r[n]]}}function CA(t){return{position:t.position,line:t.line,lineStart:t.lineStart,lineIndent:t.lineIndent,firstTabInLine:t.firstTabInLine,tag:t.tag,anchor:t.anchor,kind:t.kind,result:t.result}}function dA(t,e){t.position=e.position,t.line=e.line,t.lineStart=e.lineStart,t.lineIndent=e.lineIndent,t.firstTabInLine=e.firstTabInLine,t.tag=e.tag,t.anchor=e.anchor,t.kind=e.kind,t.result=e.result}var pA={YAML:function(e,r,n){e.version!==null&&de(e,"duplication of %YAML directive"),n.length!==1&&de(e,"YAML directive accepts exactly one argument");let i=/^([0-9]+)\.([0-9]+)$/.exec(n[0]);i===null&&de(e,"ill-formed argument of the YAML directive");let s=parseInt(i[1],10),a=parseInt(i[2],10);s!==1&&de(e,"unacceptable YAML version of the document"),e.version=n[0],e.checkLineBreaks=a<2,a!==1&&a!==2&&Ug(e,"unsupported YAML version of the document")},TAG:function(e,r,n){let i;n.length!==2&&de(e,"TAG directive accepts exactly two arguments");let s=n[0];i=n[1],bA.test(s)||de(e,"ill-formed tag handle (first argument) of the TAG directive"),ti.call(e.tagMap,s)&&de(e,'there is a previously declared suffix for "'+s+'" tag handle'),SA.test(i)||de(e,"ill-formed tag prefix (second argument) of the TAG directive");try{i=decodeURIComponent(i)}catch{de(e,"tag prefix is malformed: "+i)}e.tagMap[s]=i}};function ho(t,e,r,n){if(e<r){let i=t.input.slice(e,r);if(n)for(let s=0,a=i.length;s<a;s+=1){let l=i.charCodeAt(s);l===9||l>=32&&l<=1114111||de(t,"expected valid JSON character")}else $4.test(i)&&de(t,"the stream contains non-printable characters");t.result+=i}}function hA(t,e,r,n){qa.isObject(r)||de(t,"cannot merge mappings; the provided source object is unacceptable");let i=Object.keys(r);for(let s=0,a=i.length;s<a;s+=1){let l=i[s];ti.call(e,l)||(wA(e,l,r[l]),n[l]=!0)}}function Gc(t,e,r,n,i,s,a,l,f){if(Array.isArray(i)){i=Array.prototype.slice.call(i);for(let d=0,m=i.length;d<m;d+=1)Array.isArray(i[d])&&de(t,"nested arrays are not supported inside keys"),typeof i=="object"&&uA(i[d])==="[object Object]"&&(i[d]="[object Object]")}if(typeof i=="object"&&uA(i)==="[object Object]"&&(i="[object Object]"),i=String(i),e===null&&(e={}),n==="tag:yaml.org,2002:merge")if(Array.isArray(s)){s.length>t.maxMergeSeqLength&&de(t,"merge sequence length exceeded maxMergeSeqLength ("+t.maxMergeSeqLength+")");let d=new Set;for(let m=0,g=s.length;m<g;m+=1){let y=s[m];d.has(y)||(d.add(y),hA(t,e,y,r))}}else hA(t,e,s,r);else!t.json&&!ti.call(r,i)&&ti.call(e,i)&&(t.line=a||t.line,t.lineStart=l||t.lineStart,t.position=f||t.position,de(t,"duplicated mapping key")),wA(e,i,s),delete r[i];return e}function TR(t){let e=t.input.charCodeAt(t.position);e===10?t.position++:e===13?(t.position++,t.input.charCodeAt(t.position)===10&&t.position++):de(t,"a line break is expected"),t.line+=1,t.lineStart=t.position,t.firstTabInLine=-1}function jt(t,e,r){let n=0,i=t.input.charCodeAt(t.position);for(;i!==0;){for(;cs(i);)i===9&&t.firstTabInLine===-1&&(t.firstTabInLine=t.position),i=t.input.charCodeAt(++t.position);if(e&&i===35)do i=t.input.charCodeAt(++t.position);while(i!==10&&i!==13&&i!==0);if(Ti(i))for(TR(t),i=t.input.charCodeAt(t.position),n++,t.lineIndent=0;i===32;)t.lineIndent++,i=t.input.charCodeAt(++t.position);else break}return r!==-1&&n!==0&&t.lineIndent<r&&Ug(t,"deficient indentation"),n}function Hg(t){let e=t.position,r=t.input.charCodeAt(e);return!!((r===45||r===46)&&r===t.input.charCodeAt(e+1)&&r===t.input.charCodeAt(e+2)&&(e+=3,r=t.input.charCodeAt(e),r===0||Wr(r)))}function AR(t,e){e===1?t.result+=" ":e>1&&(t.result+=qa.repeat(`
|
|
252
|
+
`,e-1))}function W4(t,e,r){let n,i,s,a,l,f,d=t.kind,m=t.result,g=t.input.charCodeAt(t.position);if(Wr(g)||Yc(g)||g===35||g===38||g===42||g===33||g===124||g===62||g===39||g===34||g===37||g===64||g===96)return!1;if(g===63||g===45){let y=t.input.charCodeAt(t.position+1);if(Wr(y)||r&&Yc(y))return!1}for(t.kind="scalar",t.result="",n=i=t.position,s=!1;g!==0;){if(g===58){let y=t.input.charCodeAt(t.position+1);if(Wr(y)||r&&Yc(y))break}else if(g===35){let y=t.input.charCodeAt(t.position-1);if(Wr(y))break}else{if(t.position===t.lineStart&&Hg(t)||r&&Yc(g))break;if(Ti(g))if(a=t.line,l=t.lineStart,f=t.lineIndent,jt(t,!1,-1),t.lineIndent>=e){s=!0,g=t.input.charCodeAt(t.position);continue}else{t.position=i,t.line=a,t.lineStart=l,t.lineIndent=f;break}}s&&(ho(t,n,i,!1),AR(t,t.line-a),n=i=t.position,s=!1),cs(g)||(i=t.position+1),g=t.input.charCodeAt(++t.position)}return ho(t,n,i,!1),t.result?!0:(t.kind=d,t.result=m,!1)}function z4(t,e){let r,n,i=t.input.charCodeAt(t.position);if(i!==39)return!1;for(t.kind="scalar",t.result="",t.position++,r=n=t.position;(i=t.input.charCodeAt(t.position))!==0;)if(i===39)if(ho(t,r,t.position,!0),i=t.input.charCodeAt(++t.position),i===39)r=t.position,t.position++,n=t.position;else return!0;else Ti(i)?(ho(t,r,n,!0),AR(t,jt(t,!1,e)),r=n=t.position):t.position===t.lineStart&&Hg(t)?de(t,"unexpected end of the document within a single quoted scalar"):(t.position++,cs(i)||(n=t.position));de(t,"unexpected end of the stream within a single quoted scalar")}function J4(t,e){let r,n,i,s=t.input.charCodeAt(t.position);if(s!==34)return!1;for(t.kind="scalar",t.result="",t.position++,r=n=t.position;(s=t.input.charCodeAt(t.position))!==0;){if(s===34)return ho(t,r,t.position,!0),t.position++,!0;if(s===92){if(ho(t,r,t.position,!0),s=t.input.charCodeAt(++t.position),Ti(s))jt(t,!1,e);else if(s<256&&_A[s])t.result+=RA[s],t.position++;else if((i=F4(s))>0){let a=i,l=0;for(;a>0;a--)s=t.input.charCodeAt(++t.position),(i=D4(s))>=0?l=(l<<4)+i:de(t,"expected hexadecimal character");t.result+=j4(l),t.position++}else de(t,"unknown escape sequence");r=n=t.position}else Ti(s)?(ho(t,r,n,!0),AR(t,jt(t,!1,e)),r=n=t.position):t.position===t.lineStart&&Hg(t)?de(t,"unexpected end of the document within a double quoted scalar"):(t.position++,cs(s)||(n=t.position))}de(t,"unexpected end of the stream within a double quoted scalar")}function Y4(t,e){let r=!0,n,i,s,a=t.tag,l,f=t.anchor,d,m,g,y,w=Object.create(null),C,R,T,A=t.input.charCodeAt(t.position);if(A===91)d=93,y=!1,l=[];else if(A===123)d=125,y=!0,l={};else return!1;for(t.anchor!==null&&$a(t,t.anchor,l),A=t.input.charCodeAt(++t.position);A!==0;){if(jt(t,!0,e),A=t.input.charCodeAt(t.position),A===d)return t.position++,t.tag=a,t.anchor=f,t.kind=y?"mapping":"sequence",t.result=l,!0;if(r?A===44&&de(t,"expected the node content, but found ','"):de(t,"missed comma between flow collection entries"),R=C=T=null,m=g=!1,A===63){let U=t.input.charCodeAt(t.position+1);Wr(U)&&(m=g=!0,t.position++,jt(t,!0,e))}n=t.line,i=t.lineStart,s=t.position,Kc(t,e,Lg,!1,!0),R=t.tag,C=t.result,jt(t,!0,e),A=t.input.charCodeAt(t.position),(g||t.line===n)&&A===58&&(m=!0,A=t.input.charCodeAt(++t.position),jt(t,!0,e),Kc(t,e,Lg,!1,!0),T=t.result),y?Gc(t,l,w,R,C,T,n,i,s):m?l.push(Gc(t,null,w,R,C,T,n,i,s)):l.push(C),jt(t,!0,e),A=t.input.charCodeAt(t.position),A===44?(r=!0,A=t.input.charCodeAt(++t.position)):r=!1}de(t,"unexpected end of the stream within a flow collection")}function G4(t,e){let r,n=kR,i=!1,s=!1,a=e,l=0,f=!1,d,m=t.input.charCodeAt(t.position);if(m===124)r=!1;else if(m===62)r=!0;else return!1;for(t.kind="scalar",t.result="";m!==0;)if(m=t.input.charCodeAt(++t.position),m===43||m===45)kR===n?n=m===43?cA:q4:de(t,"repeat of a chomping mode identifier");else if((d=L4(m))>=0)d===0?de(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):s?de(t,"repeat of an indentation width identifier"):(a=e+d-1,s=!0);else break;if(cs(m)){do m=t.input.charCodeAt(++t.position);while(cs(m));if(m===35)do m=t.input.charCodeAt(++t.position);while(!Ti(m)&&m!==0)}for(;m!==0;){for(TR(t),t.lineIndent=0,m=t.input.charCodeAt(t.position);(!s||t.lineIndent<a)&&m===32;)t.lineIndent++,m=t.input.charCodeAt(++t.position);if(!s&&t.lineIndent>a&&(a=t.lineIndent),Ti(m)){l++;continue}if(!s&&a===0&&de(t,"missing indentation for block scalar"),t.lineIndent<a){n===cA?t.result+=qa.repeat(`
|
|
253
253
|
`,i?1+l:l):n===kR&&i&&(t.result+=`
|
|
254
254
|
`);break}r?cs(m)?(f=!0,t.result+=qa.repeat(`
|
|
255
255
|
`,i?1+l:l)):f?(f=!1,t.result+=qa.repeat(`
|
|
256
256
|
`,l+1)):l===0?i&&(t.result+=" "):t.result+=qa.repeat(`
|
|
257
257
|
`,l):t.result+=qa.repeat(`
|
|
258
|
-
`,i?1+l:l),i=!0,s=!0,l=0;let g=t.position;for(;!Ti(m)&&m!==0;)m=t.input.charCodeAt(++t.position);ho(t,g,t.position,!1)}return!0}function
|
|
259
|
-
`),t.charCodeAt(0)===65279&&(t=t.slice(1)));let r=new
|
|
260
|
-
`,n);l===-1?(
|
|
261
|
-
`&&(i+=r),i+=
|
|
262
|
-
`+Wg.repeat(" ",t.indent*e)}function
|
|
258
|
+
`,i?1+l:l),i=!0,s=!0,l=0;let g=t.position;for(;!Ti(m)&&m!==0;)m=t.input.charCodeAt(++t.position);ho(t,g,t.position,!1)}return!0}function mA(t,e){let r=t.tag,n=t.anchor,i=[],s=!1;if(t.firstTabInLine!==-1)return!1;t.anchor!==null&&$a(t,t.anchor,i);let a=t.input.charCodeAt(t.position);for(;a!==0&&(t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,de(t,"tab characters must not be used in indentation")),a===45);){let l=t.input.charCodeAt(t.position+1);if(!Wr(l))break;if(s=!0,t.position++,jt(t,!0,-1)&&t.lineIndent<=e){i.push(null),a=t.input.charCodeAt(t.position);continue}let f=t.line;if(Kc(t,e,vA,!1,!0),i.push(t.result),jt(t,!0,-1),a=t.input.charCodeAt(t.position),(t.line===f||t.lineIndent>e)&&a!==0)de(t,"bad indentation of a sequence entry");else if(t.lineIndent<e)break}return s?(t.tag=r,t.anchor=n,t.kind="sequence",t.result=i,!0):!1}function EA(t,e,r){let n,i,s,a,l=t.tag,f=t.anchor,d={},m=Object.create(null),g=null,y=null,w=null,C=!1,R=!1;if(t.firstTabInLine!==-1)return!1;t.anchor!==null&&$a(t,t.anchor,d);let T=t.input.charCodeAt(t.position);for(;T!==0;){!C&&t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,de(t,"tab characters must not be used in indentation"));let A=t.input.charCodeAt(t.position+1),U=t.line;if((T===63||T===58)&&Wr(A))T===63?(C&&(Gc(t,d,m,g,y,null,i,s,a),g=y=w=null),R=!0,C=!0,n=!0):C?(C=!1,n=!0):de(t,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),t.position+=1,T=A;else{if(i=t.line,s=t.lineStart,a=t.position,!Kc(t,r,yA,!1,!0))break;if(t.line===U){for(T=t.input.charCodeAt(t.position);cs(T);)T=t.input.charCodeAt(++t.position);if(T===58)T=t.input.charCodeAt(++t.position),Wr(T)||de(t,"a whitespace character is expected after the key-value separator within a block mapping"),C&&(Gc(t,d,m,g,y,null,i,s,a),g=y=w=null),R=!0,C=!1,n=!1,g=t.tag,y=t.result;else if(R)de(t,"can not read an implicit mapping pair; a colon is missed");else return t.tag=l,t.anchor=f,!0}else if(R)de(t,"can not read a block mapping entry; a multiline key may not be an implicit key");else return t.tag=l,t.anchor=f,!0}if((t.line===U||t.lineIndent>e)&&(C&&(i=t.line,s=t.lineStart,a=t.position),Kc(t,e,jg,!0,n)&&(C?y=t.result:w=t.result),C||(Gc(t,d,m,g,y,w,i,s,a),g=y=w=null),jt(t,!0,-1),T=t.input.charCodeAt(t.position)),(t.line===U||t.lineIndent>e)&&T!==0)de(t,"bad indentation of a mapping entry");else if(t.lineIndent<e)break}return C&&Gc(t,d,m,g,y,null,i,s,a),R&&(t.tag=l,t.anchor=f,t.kind="mapping",t.result=d),R}function K4(t){let e=!1,r=!1,n,i,s=t.input.charCodeAt(t.position);if(s!==33)return!1;t.tag!==null&&de(t,"duplication of a tag property"),s=t.input.charCodeAt(++t.position),s===60?(e=!0,s=t.input.charCodeAt(++t.position)):s===33?(r=!0,n="!!",s=t.input.charCodeAt(++t.position)):n="!";let a=t.position;if(e){do s=t.input.charCodeAt(++t.position);while(s!==0&&s!==62);t.position<t.length?(i=t.input.slice(a,t.position),s=t.input.charCodeAt(++t.position)):de(t,"unexpected end of the stream within a verbatim tag")}else{for(;s!==0&&!Wr(s);)s===33&&(r?de(t,"tag suffix cannot contain exclamation marks"):(n=t.input.slice(a-1,t.position+1),bA.test(n)||de(t,"named tag handle cannot contain such characters"),r=!0,a=t.position+1)),s=t.input.charCodeAt(++t.position);i=t.input.slice(a,t.position),N4.test(i)&&de(t,"tag suffix cannot contain flow indicator characters")}i&&!SA.test(i)&&de(t,"tag name cannot contain such characters: "+i);try{i=decodeURIComponent(i)}catch{de(t,"tag name is malformed: "+i)}return e?t.tag=i:ti.call(t.tagMap,n)?t.tag=t.tagMap[n]+i:n==="!"?t.tag="!"+i:n==="!!"?t.tag="tag:yaml.org,2002:"+i:de(t,'undeclared tag handle "'+n+'"'),!0}function Q4(t){let e=t.input.charCodeAt(t.position);if(e!==38)return!1;t.anchor!==null&&de(t,"duplication of an anchor property"),e=t.input.charCodeAt(++t.position);let r=t.position;for(;e!==0&&!Wr(e)&&!Yc(e);)e=t.input.charCodeAt(++t.position);return t.position===r&&de(t,"name of an anchor node must contain at least one character"),t.anchor=t.input.slice(r,t.position),!0}function Z4(t){let e=t.input.charCodeAt(t.position);if(e!==42)return!1;e=t.input.charCodeAt(++t.position);let r=t.position;for(;e!==0&&!Wr(e)&&!Yc(e);)e=t.input.charCodeAt(++t.position);t.position===r&&de(t,"name of an alias node must contain at least one character");let n=t.input.slice(r,t.position);return ti.call(t.anchorMap,n)||de(t,'unidentified alias "'+n+'"'),t.result=t.anchorMap[n],jt(t,!0,-1),!0}function X4(t,e,r,n){let i=CA(t);return H4(t),dA(t,e),t.tag=null,t.anchor=null,t.kind=null,t.result=null,EA(t,r,n)&&t.kind==="mapping"?(B4(t),!0):(V4(t),dA(t,i),!1)}function Kc(t,e,r,n,i){let s,a,l=1,f=!1,d=!1,m=null,g,y,w;t.depth>=t.maxDepth&&de(t,"nesting exceeded maxDepth ("+t.maxDepth+")"),t.depth+=1,t.listener!==null&&t.listener("open",t),t.tag=null,t.anchor=null,t.kind=null,t.result=null;let C=s=a=jg===r||vA===r;if(n&&jt(t,!0,-1)&&(f=!0,t.lineIndent>e?l=1:t.lineIndent===e?l=0:t.lineIndent<e&&(l=-1)),l===1)for(;;){let R=t.input.charCodeAt(t.position),T=CA(t);if(f&&(R===33&&t.tag!==null||R===38&&t.anchor!==null)||!K4(t)&&!Q4(t))break;m===null&&(m=T),jt(t,!0,-1)?(f=!0,a=C,t.lineIndent>e?l=1:t.lineIndent===e?l=0:t.lineIndent<e&&(l=-1)):a=!1}if(a&&(a=f||i),l===1||jg===r)if(Lg===r||yA===r?y=e:y=e+1,w=t.position-t.lineStart,l===1)if(a&&(mA(t,w)||EA(t,w,y))||Y4(t,y))d=!0;else{let R=t.input.charCodeAt(t.position);m!==null&&C&&!a&&R!==124&&R!==62&&X4(t,m,m.position-m.lineStart,y)||s&&G4(t,y)||z4(t,y)||J4(t,y)?d=!0:Z4(t)?(d=!0,(t.tag!==null||t.anchor!==null)&&de(t,"alias node should not have any properties")):W4(t,y,Lg===r)&&(d=!0,t.tag===null&&(t.tag="?")),t.anchor!==null&&$a(t,t.anchor,t.result)}else l===0&&(d=a&&mA(t,w));if(t.tag===null)t.anchor!==null&&$a(t,t.anchor,t.result);else if(t.tag==="?"){t.result!==null&&t.kind!=="scalar"&&de(t,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+t.kind+'"');for(let R=0,T=t.implicitTypes.length;R<T;R+=1)if(g=t.implicitTypes[R],g.resolve(t.result)){t.result=g.construct(t.result),t.tag=g.tag,t.anchor!==null&&$a(t,t.anchor,t.result);break}}else if(t.tag!=="!"){if(ti.call(t.typeMap[t.kind||"fallback"],t.tag))g=t.typeMap[t.kind||"fallback"][t.tag];else{g=null;let R=t.typeMap.multi[t.kind||"fallback"];for(let T=0,A=R.length;T<A;T+=1)if(t.tag.slice(0,R[T].tag.length)===R[T].tag){g=R[T];break}}g||de(t,"unknown tag !<"+t.tag+">"),t.result!==null&&g.kind!==t.kind&&de(t,"unacceptable node kind for !<"+t.tag+'> tag; it should be "'+g.kind+'", not "'+t.kind+'"'),g.resolve(t.result,t.tag)?(t.result=g.construct(t.result,t.tag),t.anchor!==null&&$a(t,t.anchor,t.result)):de(t,"cannot resolve a node with !<"+t.tag+"> explicit tag")}return t.listener!==null&&t.listener("close",t),t.depth-=1,t.tag!==null||t.anchor!==null||d}function e3(t){let e=t.position,r=!1,n;for(t.version=null,t.checkLineBreaks=t.legacy,t.tagMap=Object.create(null),t.anchorMap=Object.create(null);(n=t.input.charCodeAt(t.position))!==0&&(jt(t,!0,-1),n=t.input.charCodeAt(t.position),!(t.lineIndent>0||n!==37));){r=!0,n=t.input.charCodeAt(++t.position);let i=t.position;for(;n!==0&&!Wr(n);)n=t.input.charCodeAt(++t.position);let s=t.input.slice(i,t.position),a=[];for(s.length<1&&de(t,"directive name must not be less than one character in length");n!==0;){for(;cs(n);)n=t.input.charCodeAt(++t.position);if(n===35){do n=t.input.charCodeAt(++t.position);while(n!==0&&!Ti(n));break}if(Ti(n))break;for(i=t.position;n!==0&&!Wr(n);)n=t.input.charCodeAt(++t.position);a.push(t.input.slice(i,t.position))}n!==0&&TR(t),ti.call(pA,s)?pA[s](t,s,a):Ug(t,'unknown document directive "'+s+'"')}if(jt(t,!0,-1),t.lineIndent===0&&t.input.charCodeAt(t.position)===45&&t.input.charCodeAt(t.position+1)===45&&t.input.charCodeAt(t.position+2)===45?(t.position+=3,jt(t,!0,-1)):r&&de(t,"directives end mark is expected"),Kc(t,t.lineIndent-1,jg,!1,!0),jt(t,!0,-1),t.checkLineBreaks&&M4.test(t.input.slice(e,t.position))&&Ug(t,"non-ASCII line breaks are interpreted as content"),t.documents.push(t.result),t.position===t.lineStart&&Hg(t)){t.input.charCodeAt(t.position)===46&&(t.position+=3,jt(t,!0,-1));return}t.position<t.length-1&&de(t,"end of the stream or a document separator is expected")}function OA(t,e){t=String(t),e=e||{},t.length!==0&&(t.charCodeAt(t.length-1)!==10&&t.charCodeAt(t.length-1)!==13&&(t+=`
|
|
259
|
+
`),t.charCodeAt(0)===65279&&(t=t.slice(1)));let r=new U4(t,e),n=t.indexOf("\0");for(n!==-1&&(r.position=n,de(r,"null byte is not allowed in input")),r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)e3(r);return r.documents}function t3(t,e,r){e!==null&&typeof e=="object"&&typeof r>"u"&&(r=e,e=null);let n=OA(t,r);if(typeof e!="function")return n;for(let i=0,s=n.length;i<s;i+=1)e(n[i])}function r3(t,e){let r=OA(t,e);if(r.length!==0){if(r.length===1)return r[0];throw new gA("expected a single document in the stream, but found more")}}qR.exports.loadAll=t3;qR.exports.load=r3});var GA=F((Pee,YA)=>{"use strict";var Wg=zc(),Od=Jc(),n3=Fg(),DA=Object.prototype.toString,FA=Object.prototype.hasOwnProperty,FR=65279,i3=9,xd=10,s3=13,o3=32,a3=33,l3=34,$R=35,c3=37,u3=38,f3=39,d3=42,LA=44,p3=45,Bg=58,h3=61,m3=62,g3=63,y3=64,jA=91,UA=93,v3=96,HA=123,b3=124,BA=125,pr={};pr[0]="\\0";pr[7]="\\a";pr[8]="\\b";pr[9]="\\t";pr[10]="\\n";pr[11]="\\v";pr[12]="\\f";pr[13]="\\r";pr[27]="\\e";pr[34]='\\"';pr[92]="\\\\";pr[133]="\\N";pr[160]="\\_";pr[8232]="\\L";pr[8233]="\\P";var S3=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],w3=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function _3(t,e){if(e===null)return{};let r={},n=Object.keys(e);for(let i=0,s=n.length;i<s;i+=1){let a=n[i],l=String(e[a]);a.slice(0,2)==="!!"&&(a="tag:yaml.org,2002:"+a.slice(2));let f=t.compiledTypeMap.fallback[a];f&&FA.call(f.styleAliases,l)&&(l=f.styleAliases[l]),r[a]=l}return r}function R3(t){let e,r,n=t.toString(16).toUpperCase();if(t<=255)e="x",r=2;else if(t<=65535)e="u",r=4;else if(t<=4294967295)e="U",r=8;else throw new Od("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+e+Wg.repeat("0",r-n.length)+n}var x3=1,Cd=2;function C3(t){this.schema=t.schema||n3,this.indent=Math.max(1,t.indent||2),this.noArrayIndent=t.noArrayIndent||!1,this.skipInvalid=t.skipInvalid||!1,this.flowLevel=Wg.isNothing(t.flowLevel)?-1:t.flowLevel,this.styleMap=_3(this.schema,t.styles||null),this.sortKeys=t.sortKeys||!1,this.lineWidth=t.lineWidth||80,this.noRefs=t.noRefs||!1,this.noCompatMode=t.noCompatMode||!1,this.condenseFlow=t.condenseFlow||!1,this.quotingType=t.quotingType==='"'?Cd:x3,this.forceQuotes=t.forceQuotes||!1,this.replacer=typeof t.replacer=="function"?t.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function PA(t,e){let r=Wg.repeat(" ",e),n=0,i="",s=t.length;for(;n<s;){let a,l=t.indexOf(`
|
|
260
|
+
`,n);l===-1?(a=t.slice(n),n=s):(a=t.slice(n,l+1),n=l+1),a.length&&a!==`
|
|
261
|
+
`&&(i+=r),i+=a}return i}function MR(t,e){return`
|
|
262
|
+
`+Wg.repeat(" ",t.indent*e)}function E3(t,e){for(let r=0,n=t.implicitTypes.length;r<n;r+=1)if(t.implicitTypes[r].resolve(e))return!0;return!1}function Vg(t){return t===o3||t===i3}function Ed(t){return t>=32&&t<=126||t>=161&&t<=55295&&t!==8232&&t!==8233||t>=57344&&t<=65533&&t!==FR||t>=65536&&t<=1114111}function kA(t){return Ed(t)&&t!==FR&&t!==s3&&t!==xd}function TA(t,e,r){let n=kA(t),i=n&&!Vg(t);return(r?n:n&&t!==LA&&t!==jA&&t!==UA&&t!==HA&&t!==BA)&&t!==$R&&!(e===Bg&&!i)||kA(e)&&!Vg(e)&&t===$R||e===Bg&&i}function O3(t){return Ed(t)&&t!==FR&&!Vg(t)&&t!==p3&&t!==g3&&t!==Bg&&t!==LA&&t!==jA&&t!==UA&&t!==HA&&t!==BA&&t!==$R&&t!==u3&&t!==d3&&t!==a3&&t!==b3&&t!==h3&&t!==m3&&t!==f3&&t!==l3&&t!==c3&&t!==y3&&t!==v3}function I3(t){return!Vg(t)&&t!==Bg}function Rd(t,e){let r=t.charCodeAt(e),n;return r>=55296&&r<=56319&&e+1<t.length&&(n=t.charCodeAt(e+1),n>=56320&&n<=57343)?(r-55296)*1024+n-56320+65536:r}function VA(t){return/^\n* /.test(t)}var WA=1,NR=2,zA=3,JA=4,Qc=5;function P3(t,e,r,n,i,s,a,l){let f,d=0,m=null,g=!1,y=!1,w=n!==-1,C=-1,R=O3(Rd(t,0))&&I3(Rd(t,t.length-1));if(e||a)for(f=0;f<t.length;d>=65536?f+=2:f++){if(d=Rd(t,f),!Ed(d))return Qc;R=R&&TA(d,m,l),m=d}else{for(f=0;f<t.length;d>=65536?f+=2:f++){if(d=Rd(t,f),d===xd)g=!0,w&&(y=y||f-C-1>n&&t[C+1]!==" ",C=f);else if(!Ed(d))return Qc;R=R&&TA(d,m,l),m=d}y=y||w&&f-C-1>n&&t[C+1]!==" "}return!g&&!y?R&&!a&&!i(t)?WA:s===Cd?Qc:NR:r>9&&VA(t)?Qc:a?s===Cd?Qc:NR:y?JA:zA}function k3(t,e,r,n,i){t.dump=(function(){if(e.length===0)return t.quotingType===Cd?'""':"''";if(!t.noCompatMode&&(S3.indexOf(e)!==-1||w3.test(e)))return t.quotingType===Cd?'"'+e+'"':"'"+e+"'";let s=t.indent*Math.max(1,r),a=t.lineWidth===-1?-1:Math.max(Math.min(t.lineWidth,40),t.lineWidth-s),l=n||t.flowLevel>-1&&r>=t.flowLevel;function f(d){return E3(t,d)}switch(P3(e,l,t.indent,a,f,t.quotingType,t.forceQuotes&&!n,i)){case WA:return e;case NR:return"'"+e.replace(/'/g,"''")+"'";case zA:return"|"+AA(e,t.indent)+qA(PA(e,s));case JA:return">"+AA(e,t.indent)+qA(PA(T3(e,a),s));case Qc:return'"'+A3(e,a)+'"';default:throw new Od("impossible error: invalid scalar style")}})()}function AA(t,e){let r=VA(t)?String(e):"",n=t[t.length-1]===`
|
|
263
263
|
`,s=n&&(t[t.length-2]===`
|
|
264
264
|
`||t===`
|
|
265
265
|
`)?"+":n?"":"-";return r+s+`
|
|
266
|
-
`}function
|
|
267
|
-
`?t.slice(0,-1):t}function
|
|
268
|
-
`);return l=l!==-1?l:t.length,r.lastIndex=l
|
|
269
|
-
`||t[0]===" ",s,
|
|
270
|
-
`:"")
|
|
271
|
-
`+t.slice(i,s),i=s+1),
|
|
272
|
-
`,t.length-i>e&&
|
|
273
|
-
`+t.slice(
|
|
274
|
-
`:""}
|
|
266
|
+
`}function qA(t){return t[t.length-1]===`
|
|
267
|
+
`?t.slice(0,-1):t}function T3(t,e){let r=/(\n+)([^\n]*)/g,n=(function(){let l=t.indexOf(`
|
|
268
|
+
`);return l=l!==-1?l:t.length,r.lastIndex=l,$A(t.slice(0,l),e)})(),i=t[0]===`
|
|
269
|
+
`||t[0]===" ",s,a;for(;a=r.exec(t);){let l=a[1],f=a[2];s=f[0]===" ",n+=l+(!i&&!s&&f!==""?`
|
|
270
|
+
`:"")+$A(f,e),i=s}return n}function $A(t,e){if(t===""||t[0]===" ")return t;let r=/ [^ ]/g,n,i=0,s,a=0,l=0,f="";for(;n=r.exec(t);)l=n.index,l-i>e&&(s=a>i?a:l,f+=`
|
|
271
|
+
`+t.slice(i,s),i=s+1),a=l;return f+=`
|
|
272
|
+
`,t.length-i>e&&a>i?f+=t.slice(i,a)+`
|
|
273
|
+
`+t.slice(a+1):f+=t.slice(i),f.slice(1)}function A3(t){let e="",r=0;for(let n=0;n<t.length;r>=65536?n+=2:n++){r=Rd(t,n);let i=pr[r];!i&&Ed(r)?(e+=t[n],r>=65536&&(e+=t[n+1])):e+=i||R3(r)}return e}function q3(t,e,r){let n="",i=t.tag;for(let s=0,a=r.length;s<a;s+=1){let l=r[s];t.replacer&&(l=t.replacer.call(r,String(s),l)),(us(t,e,l,!1,!1)||typeof l>"u"&&us(t,e,null,!1,!1))&&(n!==""&&(n+=","+(t.condenseFlow?"":" ")),n+=t.dump)}t.tag=i,t.dump="["+n+"]"}function MA(t,e,r,n){let i="",s=t.tag;for(let a=0,l=r.length;a<l;a+=1){let f=r[a];t.replacer&&(f=t.replacer.call(r,String(a),f)),(us(t,e+1,f,!0,!0,!1,!0)||typeof f>"u"&&us(t,e+1,null,!0,!0,!1,!0))&&((!n||i!=="")&&(i+=MR(t,e)),t.dump&&xd===t.dump.charCodeAt(0)?i+="-":i+="- ",i+=t.dump)}t.tag=s,t.dump=i||"[]"}function $3(t,e,r){let n="",i=t.tag,s=Object.keys(r);for(let a=0,l=s.length;a<l;a+=1){let f="";n!==""&&(f+=", "),t.condenseFlow&&(f+='"');let d=s[a],m=r[d];t.replacer&&(m=t.replacer.call(r,d,m)),us(t,e,d,!1,!1)&&(t.dump.length>1024&&(f+="? "),f+=t.dump+(t.condenseFlow?'"':"")+":"+(t.condenseFlow?"":" "),us(t,e,m,!1,!1)&&(f+=t.dump,n+=f))}t.tag=i,t.dump="{"+n+"}"}function M3(t,e,r,n){let i="",s=t.tag,a=Object.keys(r);if(t.sortKeys===!0)a.sort();else if(typeof t.sortKeys=="function")a.sort(t.sortKeys);else if(t.sortKeys)throw new Od("sortKeys must be a boolean or a function");for(let l=0,f=a.length;l<f;l+=1){let d="";(!n||i!=="")&&(d+=MR(t,e));let m=a[l],g=r[m];if(t.replacer&&(g=t.replacer.call(r,m,g)),!us(t,e+1,m,!0,!0,!0))continue;let y=t.tag!==null&&t.tag!=="?"||t.dump&&t.dump.length>1024;y&&(t.dump&&xd===t.dump.charCodeAt(0)?d+="?":d+="? "),d+=t.dump,y&&(d+=MR(t,e)),us(t,e+1,g,!0,y)&&(t.dump&&xd===t.dump.charCodeAt(0)?d+=":":d+=": ",d+=t.dump,i+=d)}t.tag=s,t.dump=i||"{}"}function NA(t,e,r){let n=r?t.explicitTypes:t.implicitTypes;for(let i=0,s=n.length;i<s;i+=1){let a=n[i];if((a.instanceOf||a.predicate)&&(!a.instanceOf||typeof e=="object"&&e instanceof a.instanceOf)&&(!a.predicate||a.predicate(e))){if(r?a.multi&&a.representName?t.tag=a.representName(e):t.tag=a.tag:t.tag="?",a.represent){let l=t.styleMap[a.tag]||a.defaultStyle,f;if(DA.call(a.represent)==="[object Function]")f=a.represent(e,l);else if(FA.call(a.represent,l))f=a.represent[l](e,l);else throw new Od("!<"+a.tag+'> tag resolver accepts not "'+l+'" style');t.dump=f}return!0}}return!1}function us(t,e,r,n,i,s,a){t.tag=null,t.dump=r,NA(t,r,!1)||NA(t,r,!0);let l=DA.call(t.dump),f=n;n&&(n=t.flowLevel<0||t.flowLevel>e);let d=l==="[object Object]"||l==="[object Array]",m,g;if(d&&(m=t.duplicates.indexOf(r),g=m!==-1),(t.tag!==null&&t.tag!=="?"||g||t.indent!==2&&e>0)&&(i=!1),g&&t.usedDuplicates[m])t.dump="*ref_"+m;else{if(d&&g&&!t.usedDuplicates[m]&&(t.usedDuplicates[m]=!0),l==="[object Object]")n&&Object.keys(t.dump).length!==0?(M3(t,e,t.dump,i),g&&(t.dump="&ref_"+m+t.dump)):($3(t,e,t.dump),g&&(t.dump="&ref_"+m+" "+t.dump));else if(l==="[object Array]")n&&t.dump.length!==0?(t.noArrayIndent&&!a&&e>0?MA(t,e-1,t.dump,i):MA(t,e,t.dump,i),g&&(t.dump="&ref_"+m+t.dump)):(q3(t,e,t.dump),g&&(t.dump="&ref_"+m+" "+t.dump));else if(l==="[object String]")t.tag!=="?"&&k3(t,t.dump,e,s,f);else{if(l==="[object Undefined]")return!1;if(t.skipInvalid)return!1;throw new Od("unacceptable kind of an object to dump "+l)}if(t.tag!==null&&t.tag!=="?"){let y=encodeURI(t.tag[0]==="!"?t.tag.slice(1):t.tag).replace(/!/g,"%21");t.tag[0]==="!"?y="!"+y:y.slice(0,18)==="tag:yaml.org,2002:"?y="!!"+y.slice(18):y="!<"+y+">",t.dump=y+" "+t.dump}}return!0}function N3(t,e){let r=[],n=[];DR(t,r,n);let i=n.length;for(let s=0;s<i;s+=1)e.duplicates.push(r[n[s]]);e.usedDuplicates=new Array(i)}function DR(t,e,r){if(t!==null&&typeof t=="object"){let n=e.indexOf(t);if(n!==-1)r.indexOf(n)===-1&&r.push(n);else if(e.push(t),Array.isArray(t))for(let i=0,s=t.length;i<s;i+=1)DR(t[i],e,r);else{let i=Object.keys(t);for(let s=0,a=i.length;s<a;s+=1)DR(t[i[s]],e,r)}}}function D3(t,e){e=e||{};let r=new C3(e);r.noRefs||N3(t,r);let n=t;return r.replacer&&(n=r.replacer.call({"":n},"",n)),us(r,0,n,!0,!0)?r.dump+`
|
|
274
|
+
`:""}YA.exports.dump=D3});var jR=F((kee,Er)=>{"use strict";var KA=IA(),F3=GA();function LR(t,e){return function(){throw new Error("Function yaml."+t+" is removed in js-yaml 4. Use yaml."+e+" instead, which is now safe by default.")}}Er.exports.Type=dr();Er.exports.Schema=dR();Er.exports.FAILSAFE_SCHEMA=gR();Er.exports.JSON_SCHEMA=wR();Er.exports.CORE_SCHEMA=_R();Er.exports.DEFAULT_SCHEMA=Fg();Er.exports.load=KA.load;Er.exports.loadAll=KA.loadAll;Er.exports.dump=F3.dump;Er.exports.YAMLException=Jc();Er.exports.types={binary:ER(),float:SR(),map:mR(),null:yR(),pairs:IR(),set:PR(),timestamp:RR(),bool:vR(),int:bR(),merge:xR(),omap:OR(),seq:hR(),str:pR()};Er.exports.safeLoad=LR("safeLoad","load");Er.exports.safeLoadAll=LR("safeLoadAll","loadAll");Er.exports.safeDump=LR("safeDump","dump")});var QA=F(Id=>{"use strict";var L3=Id&&Id.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Id,"__esModule",{value:!0});var j3=In(),U3=L3(jR()),H3=jR();Id.default={order:200,allowEmpty:!0,canParse:[".yaml",".yml",".json"],async parse(t){let e=t.data;if(Buffer.isBuffer(e)&&(e=e.toString()),typeof e=="string")try{return U3.default.load(e,{schema:H3.JSON_SCHEMA})}catch(r){throw new j3.ParserError(r?.message||"Parser Error",t.url)}else return e}}});var ZA=F(UR=>{"use strict";Object.defineProperty(UR,"__esModule",{value:!0});var B3=In(),V3=/\.(txt|htm|html|md|xml|js|min|map|css|scss|less|svg)$/i;UR.default={order:300,allowEmpty:!0,encoding:"utf8",canParse(t){return(typeof t.data=="string"||Buffer.isBuffer(t.data))&&V3.test(t.url)},parse(t){if(typeof t.data=="string")return t.data;if(Buffer.isBuffer(t.data))return t.data.toString(this.encoding);throw new B3.ParserError("data is not text",t.url)}}});var XA=F(HR=>{"use strict";Object.defineProperty(HR,"__esModule",{value:!0});var W3=/\.(jpeg|jpg|gif|png|bmp|ico)$/i;HR.default={order:400,allowEmpty:!0,canParse(t){return Buffer.isBuffer(t.data)&&W3.test(t.url)},parse(t){return Buffer.isBuffer(t.data)?t.data:Buffer.from(t.data)}}});var nq=F(ri=>{"use strict";var z3=ri&&ri.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),J3=ri&&ri.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Y3=ri&&ri.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&z3(r,e,n[i]);return J3(r,e),r}})(),G3=ri&&ri.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ri,"__esModule",{value:!0});var K3=G3(require("fs")),eq=uo(),tq=Y3(On()),rq=In();ri.default={order:100,canRead(t){return tq.isFileSystemPath(t.url)},async read(t){let e;try{e=tq.toFileSystemPath(t.url)}catch(r){throw new rq.ResolverError(eq.ono.uri(r,`Malformed URI: ${t.url}`),t.url)}try{return await K3.default.promises.readFile(e)}catch(r){throw new rq.ResolverError((0,eq.ono)(r,`Error opening file "${e}"`),e)}}}});var oq=F(fs=>{"use strict";var Q3=fs&&fs.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),Z3=fs&&fs.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),X3=fs&&fs.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&Q3(r,e,n[i]);return Z3(r,e),r}})();Object.defineProperty(fs,"__esModule",{value:!0});var zg=uo(),Pd=X3(On()),iq=In();fs.default={order:200,headers:null,timeout:6e4,redirects:5,withCredentials:!1,canRead(t){return Pd.isHttp(t.url)},read(t){let e=Pd.parse(t.url);return typeof window<"u"&&!e.protocol&&(e.protocol=Pd.parse(location.href).protocol),sq(e,this)}};async function sq(t,e,r){t=Pd.parse(t);let n=r||[];n.push(t.href);try{let i=await e9(t,e);if(i.status>=400)throw(0,zg.ono)({status:i.status},`HTTP ERROR ${i.status}`);if(i.status>=300){if(!Number.isNaN(e.redirects)&&n.length>e.redirects)throw new iq.ResolverError((0,zg.ono)({status:i.status},`Error downloading ${n[0]}.
|
|
275
275
|
Too many redirects:
|
|
276
276
|
${n.join(`
|
|
277
|
-
`)}`));if(!("location"in i.headers)||!i.headers.location)throw(0,zg.ono)({status:i.status},`HTTP ${i.status} redirect with no location header`);{let s=Pd.resolve(t.href,i.headers.location);return nq(s,e,n)}}else{if(i.body){let s=await i.arrayBuffer();return Buffer.from(s)}return Buffer.alloc(0)}}catch(i){throw new rq.ResolverError((0,zg.ono)(i,`Error downloading ${t.href}`),t.href)}}async function Z3(t,e){let r,n;e.timeout&&(r=new AbortController,n=setTimeout(()=>r.abort(),e.timeout));let i=await fetch(t,{method:"GET",headers:e.headers||{},credentials:e.withCredentials?"include":"same-origin",signal:r?r.signal:null});return n&&clearTimeout(n),i}});var BR=F(ds=>{"use strict";var Zc=ds&&ds.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ds,"__esModule",{value:!0});ds.getNewOptions=ds.getJsonSchemaRefParserDefaultOptions=void 0;var X3=Zc(TT()),e9=Zc(GA()),t9=Zc(KA()),r9=Zc(QA()),n9=Zc(tq()),i9=Zc(iq()),s9=()=>({parse:{json:{...X3.default},yaml:{...e9.default},text:{...t9.default},binary:{...r9.default}},resolve:{file:{...n9.default},http:{...i9.default},external:!0},continueOnError:!1,dereference:{circular:!0,excludedPathMatcher:()=>!1,referenceResolution:"relative"},mutateInputSchema:!0});ds.getJsonSchemaRefParserDefaultOptions=s9;var o9=t=>{let e=(0,ds.getJsonSchemaRefParserDefaultOptions)();return t&&oq(e,t),e};ds.getNewOptions=o9;function oq(t,e){if(sq(e)){let r=Object.keys(e).filter(n=>!["__proto__","constructor","prototype"].includes(n));for(let n=0;n<r.length;n++){let i=r[n],s=e[i],o=t[i];sq(s)?t[i]=oq(o||{},s):s!==void 0&&(t[i]=s)}}return t}function sq(t){return t&&typeof t=="object"&&!Array.isArray(t)&&!(t instanceof RegExp)&&!(t instanceof Date)}});var lq=F(Jg=>{"use strict";Object.defineProperty(Jg,"__esModule",{value:!0});Jg.normalizeArgs=aq;var a9=BR();function aq(t){let e,r,n,i,s=Array.prototype.slice.call(t);typeof s[s.length-1]=="function"&&(i=s.pop()),typeof s[0]=="string"?(e=s[0],typeof s[2]=="object"?(r=s[1],n=s[2]):(r=void 0,n=s[1])):(e="",r=s[0],n=s[1]);try{n=(0,a9.getNewOptions)(n)}catch(o){console.error(`JSON Schema Ref Parser: Error normalizing options: ${o}`)}return!n.mutateInputSchema&&typeof r=="object"&&(r=JSON.parse(JSON.stringify(r))),{path:e,schema:r,options:n,callback:i}}Jg.default=aq});var cq=F(ni=>{"use strict";var l9=ni&&ni.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),c9=ni&&ni.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),u9=ni&&ni.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&l9(r,e,n[i]);return c9(r,e),r}})(),VR=ni&&ni.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ni,"__esModule",{value:!0});var f9=VR(Vc()),d9=VR(vd()),p9=VR(oR()),Xc=u9(On()),h9=In();function m9(t,e){if(!e.resolve?.external)return Promise.resolve();try{let r=WR(t.schema,t.$refs._root$Ref.path+"#",t.$refs,e);return Promise.all(r)}catch(r){return Promise.reject(r)}}function WR(t,e,r,n,i,s){i||(i=new Set);let o=[];if(t&&typeof t=="object"&&!ArrayBuffer.isView(t)&&!i.has(t)){i.add(t),f9.default.isExternal$Ref(t)&&o.push(g9(t,e,r,n));let l=Object.keys(t);for(let f of l){let d=d9.default.join(e,f),m=t[f];o=o.concat(WR(m,d,r,n,i,s))}}return o}async function g9(t,e,r,n){let i=n.dereference?.externalReferenceResolution==="root",s=Xc.resolve(i?Xc.cwd():e,t.$ref),o=Xc.stripHash(s),l=r._$refs[o];if(l)return Promise.resolve(l.value);try{let f=await(0,p9.default)(s,r,n),d=WR(f,o+"#",r,n,new Set,!0);return Promise.all(d)}catch(f){if(!n?.continueOnError||!(0,h9.isHandledError)(f))throw f;return r._$refs[o]&&(f.source=decodeURI(Xc.stripHash(e)),f.path=Xc.safePointerToPath(Xc.getHash(e))),[]}}ni.default=m9});var dq=F(ii=>{"use strict";var y9=ii&&ii.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),v9=ii&&ii.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),b9=ii&&ii.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&y9(r,e,n[i]);return v9(r,e),r}})(),fq=ii&&ii.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ii,"__esModule",{value:!0});var Yg=fq(Vc()),kd=fq(vd()),zR=b9(On());function S9(t,e){let r=[];JR(t,"schema",t.$refs._root$Ref.path+"#","#",0,r,t.$refs,e),w9(r)}function JR(t,e,r,n,i,s,o,l){let f=e===null?t:t[e];if(f&&typeof f=="object"&&!ArrayBuffer.isView(f))if(Yg.default.isAllowed$Ref(f))uq(t,e,r,n,i,s,o,l);else{let d=Object.keys(f).sort((m,g)=>m==="definitions"?-1:g==="definitions"?1:m.length-g.length);for(let m of d){let g=kd.default.join(r,m),y=kd.default.join(n,m),w=f[m];Yg.default.isAllowed$Ref(w)?uq(f,m,r,y,i,s,o,l):JR(f,m,g,y,i,s,o,l)}}}function uq(t,e,r,n,i,s,o,l){let f=e===null?t:t[e],d=zR.resolve(r,f.$ref),m=o._resolve(d,n,l);if(m===null)return;let y=kd.default.parse(n).length,w=zR.stripHash(m.path),C=zR.getHash(m.path),R=w!==o._root$Ref.path,P=Yg.default.isExtended$Ref(f);i+=m.indirections;let A=_9(s,t,e);if(A)if(y<A.depth||i<A.indirections)R9(s,A);else return;s.push({$ref:f,parent:t,key:e,pathFromRoot:n,depth:y,file:w,hash:C,value:m.value,circular:m.circular,extended:P,external:R,indirections:i}),(!A||R)&&JR(m.value,null,m.path,n,i+1,s,o,l)}function w9(t){t.sort((i,s)=>{if(i.file!==s.file)return i.file<s.file?-1:1;if(i.hash!==s.hash)return i.hash<s.hash?-1:1;if(i.circular!==s.circular)return i.circular?-1:1;if(i.extended!==s.extended)return i.extended?1:-1;if(i.indirections!==s.indirections)return i.indirections-s.indirections;if(i.depth!==s.depth)return i.depth-s.depth;{let o=i.pathFromRoot.lastIndexOf("/definitions"),l=s.pathFromRoot.lastIndexOf("/definitions");return o!==l?l-o:i.pathFromRoot.length-s.pathFromRoot.length}});let e,r,n;for(let i of t)i.external?i.file===e&&i.hash===r?i.$ref.$ref=n:i.file===e&&i.hash.indexOf(r+"/")===0?i.$ref.$ref=kd.default.join(n,kd.default.parse(i.hash.replace(r,"#"))):(e=i.file,r=i.hash,n=i.pathFromRoot,i.$ref=i.parent[i.key]=Yg.default.dereference(i.$ref,i.value),i.circular&&(i.$ref.$ref=i.pathFromRoot)):i.$ref.$ref=i.hash}function _9(t,e,r){for(let n of t)if(n&&n.parent===e&&n.key===r)return n}function R9(t,e){let r=t.indexOf(e);t.splice(r,1)}ii.default=S9});var vq=F(si=>{"use strict";var x9=si&&si.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),C9=si&&si.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),E9=si&&si.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&x9(r,e,n[i]);return C9(r,e),r}})(),gq=si&&si.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(si,"__esModule",{value:!0});var Gg=gq(Vc()),pq=gq(vd()),O9=uo(),hq=E9(On()),I9=In();si.default=P9;function P9(t,e){let r=Date.now(),n=YR(t.schema,t.$refs._root$Ref.path,"#",new Set,new Set,new Map,t.$refs,e,r);t.$refs.circular=n.circular,t.schema=n.value}function YR(t,e,r,n,i,s,o,l,f){let d,m={value:t,circular:!1};if(l&&l.timeoutMs&&Date.now()-f>l.timeoutMs)throw new I9.TimeoutError(l.timeoutMs);let g=l.dereference||{},y=g.excludedPathMatcher||(()=>!1);if((g?.circular==="ignore"||!i.has(t))&&t&&typeof t=="object"&&!ArrayBuffer.isView(t)&&!y(r)){if(n.add(t),i.add(t),Gg.default.isAllowed$Ref(t,l))d=mq(t,e,r,n,i,s,o,l,f),m.circular=d.circular,m.value=d.value;else for(let w of Object.keys(t)){let C=pq.default.join(e,w),R=pq.default.join(r,w);if(y(R))continue;let P=t[w],A=!1;if(Gg.default.isAllowed$Ref(P,l)){if(d=mq(P,C,R,n,i,s,o,l,f),A=d.circular,t[w]!==d.value){let U=new Map;g?.preservedProperties&&typeof t[w]=="object"&&!Array.isArray(t[w])&&g?.preservedProperties.forEach(B=>{B in t[w]&&U.set(B,t[w][B])}),t[w]=d.value,g?.preservedProperties&&U.size&&typeof t[w]=="object"&&!Array.isArray(t[w])&&U.forEach((B,z)=>{t[w][z]=B}),g?.onDereference?.(P.$ref,t[w],t,w)}}else n.has(P)?A=yq(C,o,l):(d=YR(P,C,R,n,i,s,o,l,f),A=d.circular,t[w]!==d.value&&(t[w]=d.value));m.circular=m.circular||A}n.delete(t)}return m}function mq(t,e,r,n,i,s,o,l,f){let m=Gg.default.isExternal$Ref(t)&&l?.dereference?.externalReferenceResolution==="root",g=hq.resolve(m?hq.cwd():e,t.$ref),y=s.get(g);if(y&&!y.circular){let U=Object.keys(t);if(U.length>1){let B={};for(let z of U)z!=="$ref"&&!(z in y.value)&&(B[z]=t[z]);return{circular:y.circular,value:Object.assign({},y.value,B)}}return y}let w=o._resolve(g,e,l);if(w===null)return{circular:!1,value:null};let C=w.circular,R=C||n.has(w.value);R&&yq(e,o,l);let P=Gg.default.dereference(t,w.value);if(!R){let U=YR(P,w.path,r,n,i,s,o,l,f);R=U.circular,P=U.value}R&&!C&&l.dereference?.circular==="ignore"&&(P=t),C&&(P.$ref=r);let A={circular:R,value:P};return Object.keys(t).length===1&&s.set(g,A),A}function yq(t,e,r){if(e.circular=!0,r?.dereference?.onCircular?.(t),!r.dereference.circular)throw O9.ono.reference(`Circular $ref pointer found at ${t}`);return!0}});var bq=F(GR=>{"use strict";Object.defineProperty(GR,"__esModule",{value:!0});function k9(){return typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:typeof setImmediate=="function"?setImmediate:function(e){setTimeout(e,0)}}GR.default=k9()});var wq=F(Td=>{"use strict";var T9=Td&&Td.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Td,"__esModule",{value:!0});Td.default=A9;var Sq=T9(bq());function A9(t,e){if(t){e.then(function(r){(0,Sq.default)(function(){t(null,r)})},function(r){(0,Sq.default)(function(){t(r)})});return}else return e}});var Cq=F(_e=>{"use strict";var q9=_e&&_e.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),$9=_e&&_e.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),M9=_e&&_e.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&q9(r,e,n[i]);return $9(r,e),r}})(),Na=_e&&_e.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(_e,"__esModule",{value:!0});_e.getJsonSchemaRefParserDefaultOptions=_e.jsonSchemaParserNormalizeArgs=_e.dereferenceInternal=_e.JSONParserErrorGroup=_e.isHandledError=_e.UnmatchedParserError=_e.ParserError=_e.ResolverError=_e.MissingPointerError=_e.InvalidPointerError=_e.JSONParserError=_e.UnmatchedResolverError=_e.dereference=_e.bundle=_e.resolve=_e.parse=_e.$RefParser=void 0;var _q=Na(ET()),N9=Na(oR()),Ad=Na(lq());_e.jsonSchemaParserNormalizeArgs=Ad.default;var D9=Na(cq()),F9=Na(dq()),xq=Na(vq());_e.dereferenceInternal=xq.default;var Ma=M9(On()),Pn=In();Object.defineProperty(_e,"JSONParserError",{enumerable:!0,get:function(){return Pn.JSONParserError}});Object.defineProperty(_e,"InvalidPointerError",{enumerable:!0,get:function(){return Pn.InvalidPointerError}});Object.defineProperty(_e,"MissingPointerError",{enumerable:!0,get:function(){return Pn.MissingPointerError}});Object.defineProperty(_e,"ResolverError",{enumerable:!0,get:function(){return Pn.ResolverError}});Object.defineProperty(_e,"ParserError",{enumerable:!0,get:function(){return Pn.ParserError}});Object.defineProperty(_e,"UnmatchedParserError",{enumerable:!0,get:function(){return Pn.UnmatchedParserError}});Object.defineProperty(_e,"UnmatchedResolverError",{enumerable:!0,get:function(){return Pn.UnmatchedResolverError}});Object.defineProperty(_e,"isHandledError",{enumerable:!0,get:function(){return Pn.isHandledError}});Object.defineProperty(_e,"JSONParserErrorGroup",{enumerable:!0,get:function(){return Pn.JSONParserErrorGroup}});var Rq=uo(),oi=Na(wq()),L9=BR();Object.defineProperty(_e,"getJsonSchemaRefParserDefaultOptions",{enumerable:!0,get:function(){return L9.getJsonSchemaRefParserDefaultOptions}});var mo=class t{constructor(){this.schema=null,this.$refs=new _q.default}async parse(){let e=(0,Ad.default)(arguments),r;if(!e.path&&!e.schema){let i=(0,Rq.ono)(`Expected a file path, URL, or object. Got ${e.path||e.schema}`);return(0,oi.default)(e.callback,Promise.reject(i))}this.schema=null,this.$refs=new _q.default;let n="http";if(Ma.isFileSystemPath(e.path))e.path=Ma.fromFileSystemPath(e.path),n="file";else if(!e.path&&e.schema&&"$id"in e.schema&&e.schema.$id){let i=Ma.parse(e.schema.$id),s=i.protocol==="https:"?443:80;e.path=`${i.protocol}//${i.hostname}:${s}`}if(e.path=Ma.resolve(Ma.cwd(),e.path),e.schema&&typeof e.schema=="object"){let i=this.$refs._add(e.path);i.value=e.schema,i.pathType=n,r=Promise.resolve(e.schema)}else r=(0,N9.default)(e.path,this.$refs,e.options);try{let i=await r;if(i!==null&&typeof i=="object"&&!Buffer.isBuffer(i))return this.schema=i,(0,oi.default)(e.callback,Promise.resolve(this.schema));if(e.options.continueOnError)return this.schema=null,(0,oi.default)(e.callback,Promise.resolve(this.schema));throw Rq.ono.syntax(`"${this.$refs._root$Ref.path||i}" is not a valid JSON Schema`)}catch(i){return!e.options.continueOnError||!(0,Pn.isHandledError)(i)?(0,oi.default)(e.callback,Promise.reject(i)):(this.$refs._$refs[Ma.stripHash(e.path)]&&this.$refs._$refs[Ma.stripHash(e.path)].addError(i),(0,oi.default)(e.callback,Promise.resolve(null)))}}static parse(){let e=new t;return e.parse.apply(e,arguments)}async resolve(){let e=(0,Ad.default)(arguments);try{return await this.parse(e.path,e.schema,e.options),await(0,D9.default)(this,e.options),KR(this),(0,oi.default)(e.callback,Promise.resolve(this.$refs))}catch(r){return(0,oi.default)(e.callback,Promise.reject(r))}}static resolve(){let e=new t;return e.resolve.apply(e,arguments)}static bundle(){let e=new t;return e.bundle.apply(e,arguments)}async bundle(){let e=(0,Ad.default)(arguments);try{return await this.resolve(e.path,e.schema,e.options),(0,F9.default)(this,e.options),KR(this),(0,oi.default)(e.callback,Promise.resolve(this.schema))}catch(r){return(0,oi.default)(e.callback,Promise.reject(r))}}static dereference(){let e=new t;return e.dereference.apply(e,arguments)}async dereference(){let e=(0,Ad.default)(arguments);try{return await this.resolve(e.path,e.schema,e.options),(0,xq.default)(this,e.options),KR(this),(0,oi.default)(e.callback,Promise.resolve(this.schema))}catch(r){return(0,oi.default)(e.callback,Promise.reject(r))}}};_e.$RefParser=mo;_e.default=mo;function KR(t){if(Pn.JSONParserErrorGroup.getParserErrors(t).length>0)throw new Pn.JSONParserErrorGroup(t)}_e.parse=mo.parse;_e.resolve=mo.resolve;_e.bundle=mo.bundle;_e.dereference=mo.dereference});var Kg,Da,QR=ae(()=>{"use strict";Kg=he(Cq()),Da=class{async resolve(e){try{return await Kg.default.dereference(e,{dereference:{circular:"ignore"}})}catch(r){return console.error("[RefResolver] Failed to fully resolve $ref pointers:",r),e}}async bundle(e){try{return await Kg.default.bundle(e)}catch(r){return console.error("[RefResolver] Failed to bundle $ref pointers:",r),e}}async resolveFile(e){try{return await Kg.default.dereference(e,{dereference:{circular:"ignore"}})}catch(r){throw console.error(`[RefResolver] Failed to resolve file ${e}:`,r),r}}}});var Eq,Oq,j9,Fa,ZR=ae(()=>{"use strict";Eq=he(require("fs")),Oq=he(M_());vn();D_();QR();j9=["application/json","text/plain","text/html","multipart/form-data","application/x-www-form-urlencoded"],Fa=class{constructor(e,r){this.collectionService=e;this.envConfigService=r;this.exampleGenerator=new Pa,this.refResolver=new Da}collectionService;envConfigService;exampleGenerator;refResolver;async import(e,r){let n=await Eq.promises.readFile(e,"utf-8"),i;e.endsWith(".yaml")||e.endsWith(".yml")?i=Oq.parse(n):i=JSON.parse(n),i=await this.refResolver.resolve(i);let s=i.components?.schemas||{},o=r?.collectionName||i.info?.title||"Imported API",f={id:ct(o),name:o,description:i.info?.description||"",version:i.info?.version||"1.0.0",variables:{},items:[]};if(i.servers&&i.servers.length>0&&(f.variables.baseUrl=i.servers[0].url),i.security&&i.security.length>0&&i.components?.securitySchemes){let g=this.mapSecurityToAuth(i.security[0],i.components.securitySchemes);g&&(f.auth=g)}let d=new Map;if(i.tags)for(let g of i.tags){let y={type:"folder",id:ct(g.name),name:g.name,description:g.description,items:[]};d.set(g.name,y),f.items.push(y)}if(i.paths)for(let[g,y]of Object.entries(i.paths))for(let w of["get","post","put","patch","delete","head","options","trace"]){let C=y[w];if(!C)continue;let R=this.processOperation(w,g,C,y,i,s),P=C.tags?.[0];if(P&&d.has(P))d.get(P).items.push(R);else if(P){let A={type:"folder",id:ct(P),name:P,items:[R]};d.set(P,A),f.items.push(A)}else f.items.push(R)}await this.collectionService.saveCollection(f);let m;return r?.environmentName&&i.servers&&(m=await this.createEnvironmentFromServers(i.servers,r.environmentName)),{collection:f,environmentCreated:m}}processOperation(e,r,n,i,s,o){let l=ct(n.operationId||`${e}-${r}`),f=`{{baseUrl}}${this.convertPathParams(r)}`,d=n.summary||n.operationId||`${e.toUpperCase()} ${r}`,m=n.deprecated===!0;m&&(d=`[DEPRECATED] ${d}`);let g={type:"request",id:l,name:d,method:e.toUpperCase(),url:f,description:n.description||"",deprecated:m},y=[...i.parameters||[],...n.parameters||[]];if(this.processParameters(g,y,o),n.requestBody&&this.processRequestBody(g,n.requestBody,o),n.responses&&(g.responseSchema=this.processResponses(n.responses,o)),n.security!==void 0&&s.components?.securitySchemes){if(Array.isArray(n.security)&&n.security.length===0)g.auth={type:"none"};else if(n.security&&n.security.length>0){let w=this.mapSecurityToAuth(n.security[0],s.components.securitySchemes);w&&(g.auth=w)}}return g}convertPathParams(e){return e.replace(/\{(\w+)\}/g,":$1")}processParameters(e,r,n){let i=[],s=[],o={},l=[];for(let f of r){let d=f.name,m=f.in,g=f.schema||{},y=f.example!==void 0?String(f.example):this.generateExampleForParam(g,n),w=f.deprecated===!0;switch(m){case"path":{if(f.description||g.type||g.format||g.enum||w||g.pattern||g.minimum!==void 0||g.maximum!==void 0||g.minLength!==void 0||g.maxLength!==void 0||g.multipleOf!==void 0||g.minItems!==void 0||g.maxItems!==void 0||g.uniqueItems||g.nullable||g.oneOf){let R={value:y};g.oneOf?(R.oneOf=g.oneOf,this.applyOneOfHints(R,g.oneOf)):(g.type&&(R.type=g.type),g.format&&(R.format=g.format),g.enum&&(R.enum=g.enum.map(String)),g.pattern&&(R.pattern=g.pattern),g.minimum!==void 0&&(R.minimum=g.minimum),g.maximum!==void 0&&(R.maximum=g.maximum),g.exclusiveMinimum!==void 0&&(R.exclusiveMinimum=g.exclusiveMinimum),g.exclusiveMaximum!==void 0&&(R.exclusiveMaximum=g.exclusiveMaximum),g.multipleOf!==void 0&&(R.multipleOf=g.multipleOf),g.minLength!==void 0&&(R.minLength=g.minLength),g.maxLength!==void 0&&(R.maxLength=g.maxLength),g.minItems!==void 0&&(R.minItems=g.minItems),g.maxItems!==void 0&&(R.maxItems=g.maxItems),g.uniqueItems&&(R.uniqueItems=!0),g.nullable&&(R.nullable=!0)),f.description&&(R.description=f.description),w&&(R.deprecated=!0),o[d]=R}else o[d]=y;break}case"query":{let C={key:d,value:y};this.applySchemaConstraints(C,g,f,w),s.push(C);break}case"header":{let C={key:d,value:y};this.applySchemaConstraints(C,g,f,w),i.push(C);break}case"cookie":{l.push(`${d}={{${d}}}`);break}}}l.length>0&&i.push({key:"Cookie",value:l.join("; ")}),Object.keys(o).length>0&&(e.params=o),s.length>0&&(e.query=s),i.length>0&&(e.headers=i)}applySchemaConstraints(e,r,n,i){r.oneOf?(e.oneOf=r.oneOf,this.applyOneOfHints(e,r.oneOf)):(r.type&&(e.type=r.type),r.format&&(e.format=r.format),r.enum&&(e.enum=r.enum.map(String)),r.pattern&&(e.pattern=r.pattern),r.minimum!==void 0&&(e.minimum=r.minimum),r.maximum!==void 0&&(e.maximum=r.maximum),r.exclusiveMinimum!==void 0&&(e.exclusiveMinimum=r.exclusiveMinimum),r.exclusiveMaximum!==void 0&&(e.exclusiveMaximum=r.exclusiveMaximum),r.multipleOf!==void 0&&(e.multipleOf=r.multipleOf),r.minLength!==void 0&&(e.minLength=r.minLength),r.maxLength!==void 0&&(e.maxLength=r.maxLength),r.minItems!==void 0&&(e.minItems=r.minItems),r.maxItems!==void 0&&(e.maxItems=r.maxItems),r.uniqueItems&&(e.uniqueItems=!0),r.nullable&&(e.nullable=!0)),n.required&&(e.required=!0),n.description&&(e.description=n.description),i&&(e.deprecated=!0)}applyOneOfHints(e,r){let n=[],i=new Set;for(let s of r)s.type&&i.add(s.type),s.enum&&n.push(...s.enum.map(String));i.size===1&&(e.type=[...i][0]),n.length>0&&(e.enum=[...new Set(n)])}generateExampleForParam(e,r){if(!e)return"";let n=this.exampleGenerator.generate(e,{components:r});return n==null?"":String(n)}processRequestBody(e,r,n){if(!r.content)return;let i=Object.keys(r.content);if(i.length===0)return;let s=this.selectPrimaryContentType(i),o=r.content[s],{bodyType:l,bodyFormat:f}=this.mapContentTypeToBodyType(s);if(e.body={type:l,...f&&{format:f},content:""},o){let m=this.generateBodyContent(o,s,n);m!==void 0&&(e.body.content=typeof m=="string"?m:JSON.stringify(m,null,2)),l==="form-data"&&o.schema?.properties&&(e.body.content=this.buildFormDataEntries(o.schema,n)),l==="x-www-form-urlencoded"&&o.schema?.properties&&(e.body.content=this.buildFormDataEntries(o.schema,n))}let d=this.buildBodySchema(r,s,n);d&&(e.bodySchema=d)}selectPrimaryContentType(e){for(let i of j9)if(e.includes(i))return i;let r=e.find(i=>i.includes("json"));if(r)return r;let n=e.find(i=>i.startsWith("text/"));return n||e[0]}mapContentTypeToBodyType(e){return e.includes("json")?{bodyType:"raw",bodyFormat:"json"}:e==="application/xml"||e==="text/xml"?{bodyType:"raw",bodyFormat:"xml"}:e==="text/html"?{bodyType:"raw",bodyFormat:"html"}:e.startsWith("text/")?{bodyType:"raw",bodyFormat:"text"}:e==="multipart/form-data"?{bodyType:"form-data"}:e==="application/x-www-form-urlencoded"?{bodyType:"x-www-form-urlencoded"}:e==="application/octet-stream"?{bodyType:"binary"}:{bodyType:"raw",bodyFormat:"text"}}generateBodyContent(e,r,n){if(e.example!==void 0)return e.example;if(e.examples){let i=Object.values(e.examples)[0];if(i?.value!==void 0)return i.value}if(e.schema)return this.exampleGenerator.generate(e.schema,{omitReadOnly:!0,components:n})}buildFormDataEntries(e,r){let n=[],i=e.properties||{},s=new Set(e.required||[]);for(let[o,l]of Object.entries(i)){let f=l,d=f.type==="string"&&f.format==="binary",m={key:o,value:d?"":String(this.exampleGenerator.generate(f,{components:r})||""),type:d?"file":"text",enabled:!0};n.push(m)}return n}buildBodySchema(e,r,n){let i=Object.keys(e.content),s=e.content[r];if(!s?.schema)return;let o={contentType:r,schema:s.schema};if(i.length>1){o.content={};for(let f of i){let d=e.content[f],m={};d.schema&&(m.schema=d.schema),d.examples&&(m.examples=d.examples),d.encoding&&(m.encoding=d.encoding),o.content[f]=m}}s.encoding&&(o.encoding=s.encoding);let l=this.extractUsedComponents(s.schema,n);return Object.keys(l).length>0&&(o.components=l),o}processResponses(e,r){let n={responses:{}},i={};for(let[s,o]of Object.entries(e)){let l=o,f={description:l.description||`Status ${s}`};if(l.content){let d=Object.keys(l.content);if(d.length===1){let m=d[0],g=l.content[m];f.contentType=m,g.schema&&(f.schema=g.schema),g.examples&&(f.examples=g.examples),g.schema&&Object.assign(i,this.extractUsedComponents(g.schema,r))}else{f.content={};for(let m of d){let g=l.content[m],y={};g.schema&&(y.schema=g.schema),g.examples&&(y.examples=g.examples),f.content[m]=y,g.schema&&Object.assign(i,this.extractUsedComponents(g.schema,r))}}}if(l.headers){f.headers={};for(let[d,m]of Object.entries(l.headers)){let g=m;f.headers[d]={...g.description&&{description:g.description},schema:g.schema||{type:"string"}}}}n.responses[s]=f}return Object.keys(i).length>0&&(n.components=i),n}mapSecurityToAuth(e,r){let n=Object.keys(e)[0];if(!n)return;let i=r[n];if(i)switch(i.type){case"http":if(i.scheme==="bearer")return{type:"bearer",bearerToken:""};if(i.scheme==="basic")return{type:"basic",basicAuth:{username:"",password:""}};break;case"apiKey":return{type:"apikey",apikey:{key:i.name||"X-Api-Key",value:"",in:i.in||"header"}};case"oauth2":{let s=i.flows||{},o=s.authorizationCode||s.clientCredentials||s.password||s.implicit||{},l="client_credentials";return s.authorizationCode?l="authorization_code":s.password?l="password":s.implicit&&(l="implicit"),{type:"oauth2",oauth2:{grantType:l,tokenUrl:o.tokenUrl||"",authUrl:o.authorizationUrl||"",clientId:"",clientSecret:"",scope:Object.keys(o.scopes||{}).join(" ")}}}}}async createEnvironmentFromServers(e,r){if(e.length>0){let n=e[0].url;this.envConfigService.setEnvironmentVariable("baseUrl",n)}return r}extractUsedComponents(e,r,n){let i=n||{};if(!e)return i;if(e.$ref){let s=this.extractRefName(e.$ref);s&&r[s]&&!i[s]&&(i[s]=r[s],this.extractUsedComponents(r[s],r,i))}if(e.properties)for(let s of Object.values(e.properties))this.extractUsedComponents(s,r,i);e.items&&this.extractUsedComponents(e.items,r,i);for(let s of["allOf","oneOf","anyOf"])if(e[s])for(let o of e[s])this.extractUsedComponents(o,r,i);return e.additionalProperties&&typeof e.additionalProperties=="object"&&this.extractUsedComponents(e.additionalProperties,r,i),i}extractRefName(e){return e.match(/^#\/components\/schemas\/(.+)$/)?.[1]}}});var La,XR=ae(()=>{"use strict";La=class{constructor(e,r,n){this.historyAnalyzer=e;this.scriptAnalyzer=r;this.inferrer=n}historyAnalyzer;scriptAnalyzer;inferrer;async infer(e,r,n,i){let s=await this.historyAnalyzer.analyze(e,r,{environment:i?.environment}),o;return i?.postResponseScript&&(o=this.scriptAnalyzer.analyze(i.postResponseScript)),this.mergeResponseSchemas(n,s,o)}async inferBodySchema(e,r,n,i,s){let o,l;if(r==="raw"&&n==="json"&&e){let f=e;if(typeof e=="string")try{f=JSON.parse(e)}catch{return}o=this.inferrer.inferFromValue(f),l="application/json"}else r==="form-data"&&i?(o=this.buildFormDataSchema(i),l="multipart/form-data"):r==="x-www-form-urlencoded"&&i?(o=this.buildFormDataSchema(i),l="application/x-www-form-urlencoded"):r==="raw"&&n==="xml"?(o={type:"string"},l="application/xml"):r==="raw"&&(n==="text"||n==="html")?(o={type:"string"},l=n==="html"?"text/html":"text/plain"):r==="binary"?(o={type:"string",format:"binary"},l="application/octet-stream"):r==="graphql"&&(o={type:"object",properties:{query:{type:"string"},variables:{type:"object"}}},l="application/json");if(o)return s?this.mergeBodySchemaWithExisting(o,s):{contentType:l,schema:o}}buildFormDataSchema(e){let r={type:"object",properties:{}},n=[];for(let i of e){if(!i.enabled&&i.enabled!==void 0)continue;let s={};i.type?s.type=i.type:s.type="string",i.description&&(s.description=i.description),i.format&&(s.format=i.format),i.enum&&(s.enum=i.enum),i.type==="file"&&(s.type="string",s.format="binary"),r.properties[i.key]=s,i.required&&n.push(i.key)}return n.length>0&&(r.required=n),r}mergeResponseSchemas(e,r,n){let i={responses:{}};for(let[s,o]of Object.entries(r.responses))i.responses[s]={...o};if(n&&this.applyScriptHints(i,n),e){for(let[s,o]of Object.entries(e.responses))i.responses[s]?i.responses[s]=this.mergeResponseDefinitions(i.responses[s],o):i.responses[s]={...o};e.components&&(i.components={...e.components})}return i}applyScriptHints(e,r){for(let n of r.expectedStatuses){let i=String(n);e.responses[i]||(e.responses[i]={description:`Status ${n}`})}for(let[,n]of Object.entries(e.responses))n.schema&&this.augmentSchemaWithHints(n.schema,r)}augmentSchemaWithHints(e,r){if(!(e.type!=="object"||!e.properties))for(let n of r.fieldPaths){let i=n.split(".");this.ensureFieldPath(e,i,r)}}ensureFieldPath(e,r,n,i=""){if(r.length===0||e.type!=="object")return;e.properties||(e.properties={});let s=r[0],o=s.endsWith("[]"),l=o?s.slice(0,-2):s,f=i?`${i}.${s}`:s,d=r.slice(1);if(!e.properties[l])if(o)e.properties[l]={type:"array",items:{type:"object"}};else if(d.length>0)e.properties[l]={type:"object",properties:{}};else{let m=n.typeHints[f];e.properties[l]={type:m||"string"};return}if(d.length>0){let m=o?e.properties[l].items:e.properties[l];m&&this.ensureFieldPath(m,d,n,f)}}mergeResponseDefinitions(e,r){let n={...e};return r.description&&(n.description=r.description),r.contentType&&(n.contentType=r.contentType),r.schema&&e.schema?n.schema=this.inferrer.mergeSchemas(e.schema,r.schema):r.schema&&(n.schema=r.schema),r.examples&&(n.examples={...e.examples||{},...r.examples}),r.content&&(n.content={...e.content||{},...r.content}),r.headers&&(n.headers={...e.headers||{},...r.headers}),n}mergeBodySchemaWithExisting(e,r){let n={...r};return r.schema?n.schema=this.inferrer.mergeSchemas(e,r.schema):n.schema=e,n}}});var Iq,Qg,Pq,kq,Tq,Aq,qq,ja,ex=ae(()=>{"use strict";Iq=/(?:jsonData|responseJson|data|json|body|response\.json\(\))\.([a-zA-Z_][\w.\[\]]*)/g,Qg="(?:pm|hf|ctx)",Pq=new RegExp(`${Qg}\\.expect\\(.*?\\.([a-zA-Z_][\\w.]*)\\)\\.to\\.be\\.(?:a|an)\\(['"](\\w+)['"]\\)`,"g"),kq=new RegExp(`${Qg}\\.expect\\(.*?\\.([a-zA-Z_][\\w.]*)\\)\\.to\\.(?:equal|eql)\\((.+?)\\)`,"g"),Tq=/(?:to\.have\.status|response\.code.*?equal)\((\d+)\)/g,Aq=new RegExp(`${Qg}\\.expect\\(.*?\\.([a-zA-Z_][\\w.]*)\\)\\.to\\.be\\.(true|false)`,"g"),qq=new RegExp(`${Qg}\\.expect\\(.*?\\.([a-zA-Z_][\\w.]*)\\)\\.to\\.have\\.(?:lengthOf|length\\.above|length\\.below)`,"g"),ja=class{analyze(e){let r={fieldPaths:[],typeHints:{},valueHints:{},expectedStatuses:[]};if(!e||e.trim().length===0)return r;let n=this.stripComments(e);return this.extractFieldPaths(n,r),this.extractTypeAssertions(n,r),this.extractEqualityAssertions(n,r),this.extractBooleanAssertions(n,r),this.extractLengthAssertions(n,r),this.extractStatusAssertions(n,r),r.fieldPaths=[...new Set(r.fieldPaths)],r.expectedStatuses=[...new Set(r.expectedStatuses)],r}stripComments(e){let r=e.replace(/\/\*[\s\S]*?\*\//g,"");return r=r.replace(/\/\/.*$/gm,""),r}extractFieldPaths(e,r){let n,i=new RegExp(Iq.source,Iq.flags);for(;(n=i.exec(e))!==null;){let s=this.normalizeFieldPath(n[1]);s&&!this.isCommonMethodCall(s)&&r.fieldPaths.push(s)}}extractTypeAssertions(e,r){let n,i=new RegExp(Pq.source,Pq.flags);for(;(n=i.exec(e))!==null;){let s=this.normalizeFieldPath(n[1]),o=n[2].toLowerCase();s&&(r.typeHints[s]=this.mapAssertionType(o),r.fieldPaths.includes(s)||r.fieldPaths.push(s))}}extractEqualityAssertions(e,r){let n,i=new RegExp(kq.source,kq.flags);for(;(n=i.exec(e))!==null;){let s=this.normalizeFieldPath(n[1]),o=n[2].trim();if(s){let l=this.parseAssertionValue(o);l!==void 0&&(r.valueHints[s]=l,typeof l=="string"?r.typeHints[s]=r.typeHints[s]||"string":typeof l=="number"?r.typeHints[s]=r.typeHints[s]||(Number.isInteger(l)?"integer":"number"):typeof l=="boolean"&&(r.typeHints[s]=r.typeHints[s]||"boolean")),r.fieldPaths.includes(s)||r.fieldPaths.push(s)}}}extractBooleanAssertions(e,r){let n,i=new RegExp(Aq.source,Aq.flags);for(;(n=i.exec(e))!==null;){let s=this.normalizeFieldPath(n[1]);s&&(r.typeHints[s]="boolean",r.valueHints[s]=n[2]==="true",r.fieldPaths.includes(s)||r.fieldPaths.push(s))}}extractLengthAssertions(e,r){let n,i=new RegExp(qq.source,qq.flags);for(;(n=i.exec(e))!==null;){let s=this.normalizeFieldPath(n[1]);s&&(r.typeHints[s]=r.typeHints[s]||"array",r.fieldPaths.includes(s)||r.fieldPaths.push(s))}}extractStatusAssertions(e,r){let n,i=new RegExp(Tq.source,Tq.flags);for(;(n=i.exec(e))!==null;){let s=parseInt(n[1],10);!isNaN(s)&&s>=100&&s<600&&r.expectedStatuses.push(s)}}normalizeFieldPath(e){let r=e.replace(/^\./,"");return r=r.replace(/\[\d+\]/g,"[]"),r}isCommonMethodCall(e){return new Set(["to","be","have","not","deep","any","all","that","is","has","include","includes","equal","eql","above","below","least","most","within","length","lengthOf","match","string","keys","key","property","ownProperty","status","header","json","text"]).has(e.split(".")[0])}mapAssertionType(e){return{string:"string",number:"number",object:"object",array:"array",boolean:"boolean",null:"null",undefined:"null",int:"integer",integer:"integer",float:"number",double:"number"}[e]||"string"}parseAssertionValue(e){if(e.startsWith("'")&&e.endsWith("'")||e.startsWith('"')&&e.endsWith('"'))return e.slice(1,-1);let r=Number(e);return!isNaN(r)&&e.trim().length>0?r:e==="true"?!0:e==="false"?!1:e==="null"?null:e}}});var $q={};Ki($q,{AwsSecretResolver:()=>qd});var qd,tx=ae(()=>{"use strict";qd=class{providerName="aws";region;moduleRequire;constructor(e,r){this.region=e.region??process.env.AWS_DEFAULT_REGION??process.env.AWS_REGION,this.moduleRequire=r??(n=>require(n))}async resolve(e){let r=e.lastIndexOf("#"),n=r>=0?e.slice(0,r):e,i=r>=0?e.slice(r+1):void 0;try{let{SecretsManagerClient:s,GetSecretValueCommand:o}=this.moduleRequire("@aws-sdk/client-secrets-manager"),f=await new s(this.region?{region:this.region}:{}).send(new o({SecretId:n})),d=f.SecretString??(f.SecretBinary?Buffer.from(f.SecretBinary).toString("utf-8"):void 0);if(d===void 0)return;if(i)try{let m=JSON.parse(d);return m[i]!==void 0?String(m[i]):void 0}catch{return}return d}catch(s){throw s?.name==="MODULE_NOT_FOUND"||s?.code==="MODULE_NOT_FOUND"?new Error("[HTTP Forge] AWS secret resolver requires @aws-sdk/client-secrets-manager. Install it in your project: npm install @aws-sdk/client-secrets-manager"):s}}}});var Mq={};Ki(Mq,{AzureKeyVaultResolver:()=>$d});var $d,rx=ae(()=>{"use strict";$d=class{providerName="azure";vaultUrl;moduleRequire;constructor(e,r){let n=(e.vaultUrl||process.env.AZURE_KEYVAULT_URL)??"";this.vaultUrl=n.replace(/\/$/,""),this.moduleRequire=r??(i=>require(i))}async resolve(e){if(!this.vaultUrl)throw new Error("[HTTP Forge] Azure Key Vault resolver: no vault URL configured. Set secrets.providers.<alias>.vaultUrl or the AZURE_KEYVAULT_URL env var.");let r=e.split("/"),n=r[0],i=r[1];try{let{SecretClient:s}=this.moduleRequire("@azure/keyvault-secrets"),{DefaultAzureCredential:o}=this.moduleRequire("@azure/identity"),l=new o;return(await new s(this.vaultUrl,l).getSecret(n,i?{version:i}:{})).value}catch(s){throw s?.name==="MODULE_NOT_FOUND"||s?.code==="MODULE_NOT_FOUND"?new Error("[HTTP Forge] Azure Key Vault resolver requires @azure/keyvault-secrets and @azure/identity. Install them: npm install @azure/keyvault-secrets @azure/identity"):s}}}});var Nq={};Ki(Nq,{HashiCorpVaultResolver:()=>Md});var Md,nx=ae(()=>{"use strict";Md=class{providerName="vault";address;mountPath;namespace;constructor(e){this.address=(e.address??process.env.VAULT_ADDR??"http://127.0.0.1:8200").replace(/\/$/,""),this.mountPath=e.mountPath??"secret",this.namespace=e.namespace??process.env.VAULT_NAMESPACE}async resolve(e){let r=e.lastIndexOf("#"),n=r>=0?e.slice(0,r):e,i=r>=0?e.slice(r+1):void 0,s=process.env.VAULT_TOKEN;if(!s)throw new Error("[HTTP Forge] HashiCorp Vault resolver requires VAULT_TOKEN environment variable to be set.");let o=`${this.address}/v1/${this.mountPath}/data/${n}`,l={"X-Vault-Token":s};this.namespace&&(l["X-Vault-Namespace"]=this.namespace);let f;try{f=await fetch(o,{headers:l})}catch(y){throw new Error(`[HTTP Forge] Vault request failed: ${y?.message??y}`)}if(f.status===404)return;if(!f.ok)throw new Error(`[HTTP Forge] Vault returned HTTP ${f.status} for path: ${n}`);let m=(await f.json())?.data?.data;if(!m)return;if(i)return m[i]!==void 0?String(m[i]):void 0;if("value"in m)return String(m.value);let g=Object.keys(m);return g.length===1?String(m[g[0]]):void 0}}});var Lq={};Ki(Lq,{OnePasswordResolver:()=>Nd});var Dq,Fq,U9,Nd,ix=ae(()=>{"use strict";Dq=require("child_process"),Fq=require("util"),U9=(0,Fq.promisify)(Dq.execFile),Nd=class{providerName="1password";defaultVault;constructor(e){this.defaultVault=e.vault}async resolve(e){let r=e.split("/"),n,i,s;if(this.defaultVault){if(r.length<2)throw new Error(`[HTTP Forge] 1Password path "${e}" must be "<item>/<field>" when vault is set in config.`);n=this.defaultVault,i=r.slice(0,r.length-1).join("/"),s=r[r.length-1]}else{if(r.length<3)throw new Error(`[HTTP Forge] 1Password path "${e}" must be "<vault>/<item>/<field>".`);n=r[0],i=r.slice(1,r.length-1).join("/"),s=r[r.length-1]}let o=await this.tryResolveSdk(n,i,s);return o!==null?o:this.resolveViaCli(n,i,s)}async tryResolveSdk(e,r,n){let i=process.env.OP_SERVICE_ACCOUNT_TOKEN;if(!i)return null;try{let{createClient:s}=require("@1password/sdk"),o=await s({auth:i,integrationName:"HTTP Forge",integrationVersion:"1.0.0"}),l=`op://${e}/${r}/${n}`;return await o.secrets.resolve(l)}catch(s){if(s?.name==="MODULE_NOT_FOUND"||s?.code==="MODULE_NOT_FOUND")return null;throw new Error(`[HTTP Forge] 1Password SDK error for "${e}/${r}/${n}": ${s?.message??s}`)}}async resolveViaCli(e,r,n){try{let{stdout:i}=await U9("op",["item","get",r,"--vault",e,"--field",n,"--format","json"],{env:{...process.env},timeout:1e4}),s=JSON.parse(i.trim());return typeof s=="string"?s:s&&typeof s.value=="string"?s.value:void 0}catch(i){if(i?.code==="ENOENT")throw new Error("[HTTP Forge] 1Password resolver requires either the @1password/sdk npm package or the `op` CLI to be installed.\n Service Account: set OP_SERVICE_ACCOUNT_TOKEN and install @1password/sdk\n CLI: install 1Password CLI and run `op signin`");if(i?.stderr?.includes("not found")||i?.code===1)return;throw new Error(`[HTTP Forge] 1Password CLI error: ${i?.message??i}`)}}}});var jq={};Ki(jq,{GcpSecretResolver:()=>Dd});var Dd,sx=ae(()=>{"use strict";Dd=class{providerName="gcp";projectId;moduleRequire;constructor(e,r){this.projectId=e.projectId??process.env.GOOGLE_CLOUD_PROJECT??process.env.GCLOUD_PROJECT??process.env.GCP_PROJECT,this.moduleRequire=r??(n=>require(n))}async resolve(e){let r=e.split("/"),n=r[0],i=r[1]==="versions"&&r[2]?r[2]:"latest";if(!this.projectId)throw new Error("[HTTP Forge] GCP secret resolver: no projectId configured and GOOGLE_CLOUD_PROJECT env var is not set.");try{let{SecretManagerServiceClient:s}=this.moduleRequire("@google-cloud/secret-manager"),o=new s,l=`projects/${this.projectId}/secrets/${n}/versions/${i}`,[f]=await o.accessSecretVersion({name:l}),d=f.payload?.data;return d?Buffer.isBuffer(d)?d.toString("utf-8"):Buffer.from(d).toString("utf-8"):void 0}catch(s){throw s?.name==="MODULE_NOT_FOUND"||s?.code==="MODULE_NOT_FOUND"?new Error("[HTTP Forge] GCP secret resolver requires @google-cloud/secret-manager. Install it: npm install @google-cloud/secret-manager"):s}}}});var Hq={};Ki(Hq,{DopplerResolver:()=>Fd});var Uq,Fd,ox=ae(()=>{"use strict";Uq=he(require("https")),Fd=class{providerName="doppler";token;constructor(e){this.token=e.serviceToken??process.env.DOPPLER_TOKEN}async resolve(e){let r=e.trim().toUpperCase(),n=this.token;if(!n)throw new Error("[HTTP Forge] Doppler secret resolver: no service token found. Set DOPPLER_TOKEN env var or add serviceToken to config.");let i=`https://api.doppler.com/v3/configs/config/secret?name=${encodeURIComponent(r)}`;return new Promise((s,o)=>{let l=Uq.request(i,{method:"GET",headers:{Authorization:`Bearer ${n}`,Accept:"application/json"}},f=>{let d=[];f.on("data",m=>d.push(m)),f.on("end",()=>{let m=Buffer.concat(d).toString("utf-8");if(f.statusCode===404){s(void 0);return}if(f.statusCode!==200){o(new Error(`[HTTP Forge] Doppler API returned ${f.statusCode} for secret "${r}": ${m}`));return}try{let y=JSON.parse(m)?.value?.computed;s(y!=null?String(y):void 0)}catch{o(new Error(`[HTTP Forge] Doppler API returned non-JSON response for secret "${r}"`))}})});l.on("error",o),l.end()})}}});var Zg,Bq,Vq,eu,ax=ae(()=>{"use strict";Zg=he(require("fs")),Bq=require("module"),Vq=he(require("path")),eu=class{resolvers=new Map;moduleRequire;constructor(e){if(this.moduleRequire=this.buildModuleRequire(e),!e)return;let r;try{r=e.getConfig().secrets}catch{return}if(!(!r?.providers||typeof r.providers!="object"))for(let[n,i]of Object.entries(r.providers))try{let s=this.createResolver(i);s&&this.resolvers.set(n,s)}catch{}}async resolveSecretTokens(e,r){let n=r??new Map,i=new Set;if(this.collectTokens(e,i),i.size===0)return{};await Promise.all(Array.from(i).map(async o=>{if(n.has(o))return;let l=o.slice(7),f=l.indexOf("/");if(f<0)return;let d=l.slice(0,f),m=l.slice(f+1),g=this.resolvers.get(d);if(g)try{let y=await g.resolve(m);y!==void 0&&n.set(o,y)}catch(y){let w=y?.message??String(y);console.warn(`[HTTP Forge] {{${o}}} could not be resolved: ${w}`)}}));let s={};for(let[o,l]of n.entries())s[o]=l;return s}get hasProviders(){return this.resolvers.size>0}collectTokens(e,r){if(typeof e=="string"){let n=/\{\{(secret:[^}]+)\}\}/g,i;for(;(i=n.exec(e))!==null;)r.add(i[1])}else Array.isArray(e)?e.forEach(n=>this.collectTokens(n,r)):e!==null&&typeof e=="object"&&Object.values(e).forEach(n=>this.collectTokens(n,r))}createResolver(e){switch(e.provider){case"aws":{let{AwsSecretResolver:r}=(tx(),Ko($q));return new r(e,this.moduleRequire)}case"azure":{let{AzureKeyVaultResolver:r}=(rx(),Ko(Mq));return new r(e,this.moduleRequire)}case"vault":{let{HashiCorpVaultResolver:r}=(nx(),Ko(Nq));return new r(e)}case"1password":{let{OnePasswordResolver:r}=(ix(),Ko(Lq));return new r(e)}case"gcp":{let{GcpSecretResolver:r}=(sx(),Ko(jq));return new r(e,this.moduleRequire)}case"doppler":{let{DopplerResolver:r}=(ox(),Ko(Hq));return new r(e)}default:return}}buildModuleRequire(e){let r=i=>require(i);if(!e)return r;let n=[];try{n=e.getModulePaths()??[]}catch{return r}for(let i of n)try{let s=Vq.resolve(i,"package.json");if(Zg.existsSync(s)){let o=Zg.realpathSync(s),l=(0,Bq.createRequire)(o);return f=>{try{return l(f)}catch{return r(f)}}}}catch{}return r}}});var tu,lx=ae(()=>{"use strict";tu={iterations:1,delayBetweenRequests:0,stopOnError:!1,readFromSharedSession:!1,writeToSharedSession:!1}});var Tt,go,ru,cx=ae(()=>{"use strict";Tt=he(require("fs")),go=he(require("path"));vn();lx();ru=class{constructor(e,r,n){this.collectionService=e;this.configService=r;this.suitesDir=r.getSuitesPath(),this.onSuitesChanged=n?.onSuitesChanged,this.ensureSuitesDir(),this.loadSuites(),n?.watch!==!1&&this.setupFileWatcher()}collectionService;configService;suitesDir;suites=new Map;fileWatcher=null;debounceTimer=null;onSuitesChanged;ensureSuitesDir(){Tt.existsSync(this.suitesDir)||Tt.mkdirSync(this.suitesDir,{recursive:!0})}setupFileWatcher(){try{this.fileWatcher=Tt.watch(this.suitesDir,(e,r)=>{r&&!r.endsWith(".suite.json")||(this.debounceTimer&&clearTimeout(this.debounceTimer),this.debounceTimer=setTimeout(()=>{this.debounceTimer=null,this.loadSuites(),this.onSuitesChanged?.()},200))}),this.fileWatcher.on("error",()=>{})}catch{}}dispose(){this.debounceTimer&&(clearTimeout(this.debounceTimer),this.debounceTimer=null),this.fileWatcher?.close(),this.fileWatcher=null}loadSuites(){if(this.suites.clear(),!Tt.existsSync(this.suitesDir))return;let e=Tt.readdirSync(this.suitesDir);for(let r of e)if(r.endsWith(".suite.json"))try{let n=go.join(this.suitesDir,r),i=Tt.readFileSync(n,"utf-8"),s=JSON.parse(i);s.id&&s.name&&this.suites.set(s.id,s)}catch(n){console.error(`[TestSuiteService] Failed to load ${r}:`,n)}}async getAllSuites(){return Array.from(this.suites.values())}async getSuite(e){return this.suites.get(e)}async createSuite(e,r=[]){let n=Date.now(),i={id:ct(e),name:e,requests:r,config:{...tu},createdAt:n,updatedAt:n};return await this.saveSuiteToDisk(i),this.suites.set(i.id,i),i}async updateSuite(e){e.updatedAt=Date.now(),await this.saveSuiteToDisk(e),this.suites.set(e.id,e)}async duplicateSuite(e,r){let n=this.suites.get(e);if(!n)throw new Error(`Suite not found: ${e}`);let i=await this.createSuite(r,n.requests.map(l=>({...l})));i.config={...n.config},i.description=n.description;let s=go.join(this.suitesDir,e),o=go.join(this.suitesDir,i.id);return Tt.existsSync(s)&&this.copyDirRecursive(s,o),await this.saveSuiteToDisk(i),this.suites.set(i.id,i),i}copyDirRecursive(e,r){Tt.existsSync(r)||Tt.mkdirSync(r,{recursive:!0});for(let n of Tt.readdirSync(e,{withFileTypes:!0})){let i=go.join(e,n.name),s=go.join(r,n.name);n.isDirectory()?this.copyDirRecursive(i,s):Tt.copyFileSync(i,s)}}async deleteSuite(e){let r=this.suites.get(e);if(!r)return!1;let n=`${r.id}.suite.json`,i=go.join(this.suitesDir,n);try{return Tt.existsSync(i)&&Tt.unlinkSync(i),this.suites.delete(e),!0}catch(s){return console.error("[TestSuiteService] Failed to delete suite:",s),!1}}async createTempSuiteFromCollection(e){let r=this.collectionService.getCollection(e);if(!r){console.error(`[TestSuiteService] Collection not found: ${e}`);return}let n=[];this.extractRequestsFromCollection(r,e,r.name,"",n);let i=Date.now();return{id:`temp-${e}`,name:r.name,requests:n,config:{...tu},isTemporary:!0,createdAt:i,updatedAt:i}}async createTempSuiteFromFolder(e,r,n=!0){let i=this.collectionService.getCollection(e);if(!i){console.error(`[TestSuiteService] Collection not found: ${e}`);return}let s=[];this.extractRequestsFromCollection(i,e,i.name,"",s);let o=r.replace(/\/+$/,""),l=s.filter(m=>n?m.folderPath===o||m.folderPath.startsWith(`${o}/`):m.folderPath===o);if(l.length===0){console.error(`[TestSuiteService] No requests under folder "${r}" in collection: ${e}`);return}let f=Date.now();return{id:`temp-${e}-${this.slugifyFolderPath(o)}`,name:`${i.name} / ${o}`,requests:l,config:{...tu},isTemporary:!0,createdAt:f,updatedAt:f}}slugifyFolderPath(e){return e.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}async saveTempSuite(e,r){let n=Date.now(),i={...e,id:ct(r),name:r,isTemporary:!1,createdAt:n,updatedAt:n};return await this.saveSuiteToDisk(i),this.suites.set(i.id,i),i}getAllAvailableRequests(){let e=[],r=this.collectionService.getAllCollections();for(let n of r)this.extractRequestsFromCollection(n,n.id,n.name,"",e);return e}extractRequestsFromCollection(e,r,n,i,s){if(e.requests)for(let o of e.requests)s.push({collectionId:r,collectionName:n,requestId:o.id,name:o.name||"Unnamed Request",method:o.method||"GET",folderPath:i});if(e.items)for(let o of e.items)if(o.items||o.folders||o.requests){let l=i?`${i}/${o.name}`:o.name;this.extractRequestsFromCollection(o,r,n,l,s)}else s.push({collectionId:r,collectionName:n,requestId:o.id,name:o.name||"Unnamed Request",method:o.method||"GET",folderPath:i});if(e.folders)for(let o of e.folders){let l=i?`${i}/${o.name}`:o.name;this.extractRequestsFromCollection(o,r,n,l,s)}}async saveSuiteToDisk(e){this.ensureSuitesDir();let r=`${e.id}.suite.json`,n=go.join(this.suitesDir,r),i=JSON.stringify(e,null,2);Tt.writeFileSync(n,i,"utf-8")}}});var re,Xg=ae(()=>{"use strict";re={Config:Symbol.for("IConfigService"),Console:Symbol.for("IConsoleService"),EnvironmentConfig:Symbol.for("IEnvironmentConfigService"),Collection:Symbol.for("ICollectionService"),HttpRequest:Symbol.for("IHttpRequestService"),HttpClient:Symbol.for("IHttpClient"),Cookie:Symbol.for("ICookieService"),RequestHistory:Symbol.for("IRequestHistoryService"),TestSuite:Symbol.for("ITestSuiteService"),UrlBuilder:Symbol.for("IUrlBuilder"),RequestPreprocessor:Symbol.for("IRequestPreprocessor"),RequestPreparer:Symbol.for("IRequestPreparer"),InterceptorChain:Symbol.for("IInterceptorChain"),ScriptExecutor:Symbol.for("IScriptExecutor"),DataFileParser:Symbol.for("IDataFileParser"),CollectionRequestExecutor:Symbol.for("ICollectionRequestExecutor"),WorkspaceFolder:Symbol.for("WorkspaceFolder"),PersistentCookieJar:Symbol.for("PersistentCookieJar"),OAuth2TokenManager:Symbol.for("IOAuth2TokenManager"),GraphQLSchemaService:Symbol.for("IGraphQLSchemaService"),SchemaInferrer:Symbol.for("SchemaInferrer"),HistoryAnalyzer:Symbol.for("HistoryAnalyzer"),ScriptAnalyzer:Symbol.for("ScriptAnalyzer"),SchemaInferenceService:Symbol.for("SchemaInferenceService"),OpenApiExporter:Symbol.for("OpenApiExporter"),OpenApiImporter:Symbol.for("OpenApiImporter"),SecretResolverRegistry:Symbol.for("SecretResolverRegistry")}});function Ld(t,e){let{workspaceFolder:r,fileWatcherFactory:n,notificationService:i,workspaceStore:s,globalStore:o,secretStore:l,browserService:f,applicationInfo:d,consoleService:m}=e;t.registerValue(re.WorkspaceFolder,r),t.registerSingleton(re.Config,()=>new va(r,n,i)),t.registerSingleton(re.Console,()=>m??H9),t.registerSingleton(re.EnvironmentConfig,y=>new Cc(r,s,y.resolve(re.Config),n,l)),t.registerSingleton(re.Cookie,()=>new Rc(o)),t.registerSingleton(re.Collection,y=>new _c(r,y.resolve(re.Config),n)),t.registerSingleton(re.TestSuite,y=>new ru(y.resolve(re.Collection),y.resolve(re.Config))),t.registerSingleton(re.HttpClient,()=>new Us),t.registerSingleton(re.UrlBuilder,()=>new bn),t.registerSingleton(re.InterceptorChain,()=>new wi),t.registerSingleton(re.HttpRequest,y=>new Si(y.resolve(re.UrlBuilder),y.resolve(re.InterceptorChain),y.resolve(re.HttpClient))),t.registerSingleton(re.RequestPreprocessor,()=>new Gs),t.registerSingleton(re.RequestHistory,y=>{let w=y.resolve(re.EnvironmentConfig);return new Ic(w.getHistoriesPath(),Wq.join(w.getRootPath(),"shared-histories"))}),l&&f&&t.registerSingleton(re.OAuth2TokenManager,y=>new bc(l,f,y.resolve(re.EnvironmentConfig),y.resolve(re.HttpRequest))),t.registerSingleton(re.GraphQLSchemaService,y=>new Oc(y.resolve(re.HttpClient))),t.registerSingleton(re.SecretResolverRegistry,y=>new eu(y.resolve(re.Config)));let g=d??{name:"HttpForge",version:"0.0.0"};t.registerSingleton(re.RequestPreparer,y=>new Ec(y.resolve(re.EnvironmentConfig),y.resolve(re.HttpRequest),y.resolve(re.RequestPreprocessor),y.has(re.OAuth2TokenManager)?y.resolve(re.OAuth2TokenManager):void 0,g,y.resolve(re.SecretResolverRegistry))),t.registerSingleton(re.ScriptExecutor,y=>{let w=y.resolve(re.Config);return new Ci(y.resolve(re.HttpRequest),w.getModulePaths(),y.resolve(re.SecretResolverRegistry),w.getScriptScope())}),t.registerSingleton(re.DataFileParser,()=>new Qs),t.registerSingleton(re.CollectionRequestExecutor,y=>new ns(y.resolve(re.HttpRequest),y.resolve(re.ScriptExecutor),y.resolve(re.EnvironmentConfig),y.resolve(re.RequestPreparer),"")),t.registerSingleton(re.PersistentCookieJar,y=>new xc(y.resolve(re.Cookie))),t.registerSingleton(re.SchemaInferrer,()=>new os),t.registerSingleton(re.HistoryAnalyzer,y=>new wa(y.resolve(re.RequestHistory),y.resolve(re.SchemaInferrer))),t.registerSingleton(re.ScriptAnalyzer,()=>new ja),t.registerSingleton(re.SchemaInferenceService,y=>new La(y.resolve(re.HistoryAnalyzer),y.resolve(re.ScriptAnalyzer),y.resolve(re.SchemaInferrer))),t.registerSingleton(re.OpenApiExporter,y=>new Ia(y.resolve(re.Collection),y.resolve(re.EnvironmentConfig),y.resolve(re.SchemaInferenceService))),t.registerSingleton(re.OpenApiImporter,y=>new Fa(y.resolve(re.Collection),y.resolve(re.EnvironmentConfig)))}var Wq,H9,ux=ae(()=>{"use strict";Wq=he(require("path"));D0();H0();V0();W0();z0();Y0();mm();G0();K0();X0();Xu();ef();Zu();fm();Bl();ew();N_();ZR();XR();wg();ex();dm();Mf();ax();cx();Xg();H9={log:()=>{},trace:()=>{},debug:()=>{},info:()=>{},warn:()=>{},error:()=>{},logBatch:()=>{},logRawLines:()=>{},show:()=>{},clear:()=>{},dispose:()=>{}}});function fx(){return yo.instance}var yo,dx=ae(()=>{"use strict";Xg();yo=class t{static _instance;services=new Map;primitives=new Map;constructor(){}static get instance(){return t._instance||(t._instance=new t),t._instance}static reset(){t._instance&&t._instance.clear(),t._instance=void 0}registerValue(e,r){return this.primitives.set(e,r),this}registerSingleton(e,r){return this.services.set(e,{factory:r,singleton:!0}),this}registerTransient(e,r){return this.services.set(e,{factory:r,singleton:!1}),this}registerInstance(e,r){return this.services.set(e,{factory:()=>r,singleton:!0,instance:r}),this}resolve(e){if(this.primitives.has(e))return this.primitives.get(e);let r=this.services.get(e);if(!r)throw new Error(`Service not registered: ${e.toString()}`);return r.singleton?(r.instance||(r.instance=r.factory(this)),r.instance):r.factory(this)}has(e){return this.services.has(e)||this.primitives.has(e)}clear(){this.services.clear(),this.primitives.clear()}get config(){return this.resolve(re.Config)}get console(){return this.resolve(re.Console)}get environmentConfig(){return this.resolve(re.EnvironmentConfig)}get collection(){return this.resolve(re.Collection)}get httpRequest(){return this.resolve(re.HttpRequest)}get httpClient(){return this.resolve(re.HttpClient)}get cookie(){return this.resolve(re.Cookie)}get requestHistory(){return this.resolve(re.RequestHistory)}get dataFileParser(){return this.resolve(re.DataFileParser)}get scriptExecutor(){return this.resolve(re.ScriptExecutor)}get requestPreparer(){return this.resolve(re.RequestPreparer)}get persistentCookieJar(){return this.resolve(re.PersistentCookieJar)}get oauth2TokenManager(){return this.has(re.OAuth2TokenManager)?this.resolve(re.OAuth2TokenManager):void 0}get graphqlSchemaService(){return this.resolve(re.GraphQLSchemaService)}get testSuite(){return this.resolve(re.TestSuite)}}});var Ua,px=ae(()=>{"use strict";jl();Ua=class{cookies=new Map;getCookieKey(e,r,n){return`${r||"*"}|${n||"/"}|${e}`}getCookiesForDomain(e){let r=[];for(let n of this.cookies.values())ut.isExpired(n)||(!n.domain||ut.domainMatches(e,n.domain))&&r.push(n);return r}has(e,r){return this.get(e,r)!==void 0}get(e,r){let n=this.getCookieKey(e,r),i=this.cookies.get(n);if(i&&!ut.isExpired(i))return i}set(e){let r=this.getCookieKey(e.name,e.domain,e.path);this.cookies.set(r,e)}delete(e,r,n){let i=this.getCookieKey(e,r,n);return this.cookies.delete(i)}getAll(e){if(e)return this.getCookiesForDomain(e);let r=[];for(let n of this.cookies.values())ut.isExpired(n)||r.push(n);return r}setCookiesFromResponse(e,r){let n=ut.extractDomain(e),i=ut.parseCookieHeaders(r,n);for(let s of i){let o=this.getCookieKey(s.name,s.domain,s.path);this.cookies.set(o,s)}}getCookieHeader(e){let r=ut.extractDomain(e),n=ut.extractPath(e),s=this.getCookiesForDomain(r).filter(o=>o.path?n.startsWith(o.path):!0);if(s.length!==0)return ut.formatCookieHeader(s)}clear(){this.cookies.clear()}}});function jd(t,e,r){let n=String(t).padStart(6,"0"),i=String(e).padStart(4,"0");return`result-${n}-iter-${i}-${r}.json`}function zq(t){return{index:t.i,iteration:t.it,name:t.n,method:Ha[t.m]||"GET",status:t.s,duration:t.d,passed:t.p,assertionsPassed:t.ap,assertionsFailed:t.af,requestId:t.r,resultFile:jd(t.i,t.it,t.r),error:t.e}}var ey,Ha,ty=ae(()=>{"use strict";ey={GET:0,POST:1,PUT:2,DELETE:3,PATCH:4,HEAD:5,OPTIONS:6,TRACE:7,CONNECT:8},Ha={0:"GET",1:"POST",2:"PUT",3:"DELETE",4:"PATCH",5:"HEAD",6:"OPTIONS",7:"TRACE",8:"CONNECT"}});function yt(t){return String(t??"").replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function Ba(t){return t>=1e3?`${(t/1e3).toFixed(2)}s`:`${t}ms`}function hx(t){try{return new Date(t).toLocaleString()}catch{return t}}function ry(t){return t>=200&&t<300?"status-2xx":t>=300&&t<400?"status-3xx":t>=400&&t<500?"status-4xx":"status-5xx"}function B9(t,e){return e===0?"\u2014":`${Math.round(t/e*100)}%`}function Gq(t){try{return typeof t=="string"&&(t=JSON.parse(t)),JSON.stringify(t,null,2)}catch{return String(t??"")}}function Jq(t){return!t||Object.keys(t).length===0?'<span class="dim">\u2014</span>':`<table class="kv-table">${Object.entries(t).map(([r,n])=>{let i=Array.isArray(n)?n.join(", "):String(n??"");return`<tr><td class="kv-key">${yt(r)}</td><td class="kv-val">${yt(i)}</td></tr>`}).join("")}</table>`}function V9(t){return t==null||t===""?'<span class="dim">\u2014</span>':typeof t=="string"?yt(t):typeof t=="number"||typeof t=="boolean"?yt(String(t)):`<pre class="code">${yt(Gq(t))}</pre>`}function mx(t){return!t||Object.keys(t).length===0?'<span class="dim">\u2014</span>':`<table class="kv-table meta-table">${Object.entries(t).map(([r,n])=>`
|
|
277
|
+
`)}`));if(!("location"in i.headers)||!i.headers.location)throw(0,zg.ono)({status:i.status},`HTTP ${i.status} redirect with no location header`);{let s=Pd.resolve(t.href,i.headers.location);return sq(s,e,n)}}else{if(i.body){let s=await i.arrayBuffer();return Buffer.from(s)}return Buffer.alloc(0)}}catch(i){throw new iq.ResolverError((0,zg.ono)(i,`Error downloading ${t.href}`),t.href)}}async function e9(t,e){let r,n;e.timeout&&(r=new AbortController,n=setTimeout(()=>r.abort(),e.timeout));let i=await fetch(t,{method:"GET",headers:e.headers||{},credentials:e.withCredentials?"include":"same-origin",signal:r?r.signal:null});return n&&clearTimeout(n),i}});var BR=F(ds=>{"use strict";var Zc=ds&&ds.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ds,"__esModule",{value:!0});ds.getNewOptions=ds.getJsonSchemaRefParserDefaultOptions=void 0;var t9=Zc(qT()),r9=Zc(QA()),n9=Zc(ZA()),i9=Zc(XA()),s9=Zc(nq()),o9=Zc(oq()),a9=()=>({parse:{json:{...t9.default},yaml:{...r9.default},text:{...n9.default},binary:{...i9.default}},resolve:{file:{...s9.default},http:{...o9.default},external:!0},continueOnError:!1,dereference:{circular:!0,excludedPathMatcher:()=>!1,referenceResolution:"relative"},mutateInputSchema:!0});ds.getJsonSchemaRefParserDefaultOptions=a9;var l9=t=>{let e=(0,ds.getJsonSchemaRefParserDefaultOptions)();return t&&lq(e,t),e};ds.getNewOptions=l9;function lq(t,e){if(aq(e)){let r=Object.keys(e).filter(n=>!["__proto__","constructor","prototype"].includes(n));for(let n=0;n<r.length;n++){let i=r[n],s=e[i],a=t[i];aq(s)?t[i]=lq(a||{},s):s!==void 0&&(t[i]=s)}}return t}function aq(t){return t&&typeof t=="object"&&!Array.isArray(t)&&!(t instanceof RegExp)&&!(t instanceof Date)}});var uq=F(Jg=>{"use strict";Object.defineProperty(Jg,"__esModule",{value:!0});Jg.normalizeArgs=cq;var c9=BR();function cq(t){let e,r,n,i,s=Array.prototype.slice.call(t);typeof s[s.length-1]=="function"&&(i=s.pop()),typeof s[0]=="string"?(e=s[0],typeof s[2]=="object"?(r=s[1],n=s[2]):(r=void 0,n=s[1])):(e="",r=s[0],n=s[1]);try{n=(0,c9.getNewOptions)(n)}catch(a){console.error(`JSON Schema Ref Parser: Error normalizing options: ${a}`)}return!n.mutateInputSchema&&typeof r=="object"&&(r=JSON.parse(JSON.stringify(r))),{path:e,schema:r,options:n,callback:i}}Jg.default=cq});var fq=F(ni=>{"use strict";var u9=ni&&ni.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),f9=ni&&ni.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),d9=ni&&ni.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&u9(r,e,n[i]);return f9(r,e),r}})(),VR=ni&&ni.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ni,"__esModule",{value:!0});var p9=VR(Vc()),h9=VR(vd()),m9=VR(oR()),Xc=d9(On()),g9=In();function y9(t,e){if(!e.resolve?.external)return Promise.resolve();try{let r=WR(t.schema,t.$refs._root$Ref.path+"#",t.$refs,e);return Promise.all(r)}catch(r){return Promise.reject(r)}}function WR(t,e,r,n,i,s){i||(i=new Set);let a=[];if(t&&typeof t=="object"&&!ArrayBuffer.isView(t)&&!i.has(t)){i.add(t),p9.default.isExternal$Ref(t)&&a.push(v9(t,e,r,n));let l=Object.keys(t);for(let f of l){let d=h9.default.join(e,f),m=t[f];a=a.concat(WR(m,d,r,n,i,s))}}return a}async function v9(t,e,r,n){let i=n.dereference?.externalReferenceResolution==="root",s=Xc.resolve(i?Xc.cwd():e,t.$ref),a=Xc.stripHash(s),l=r._$refs[a];if(l)return Promise.resolve(l.value);try{let f=await(0,m9.default)(s,r,n),d=WR(f,a+"#",r,n,new Set,!0);return Promise.all(d)}catch(f){if(!n?.continueOnError||!(0,g9.isHandledError)(f))throw f;return r._$refs[a]&&(f.source=decodeURI(Xc.stripHash(e)),f.path=Xc.safePointerToPath(Xc.getHash(e))),[]}}ni.default=y9});var hq=F(ii=>{"use strict";var b9=ii&&ii.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),S9=ii&&ii.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),w9=ii&&ii.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&b9(r,e,n[i]);return S9(r,e),r}})(),pq=ii&&ii.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ii,"__esModule",{value:!0});var Yg=pq(Vc()),kd=pq(vd()),zR=w9(On());function _9(t,e){let r=[];JR(t,"schema",t.$refs._root$Ref.path+"#","#",0,r,t.$refs,e),R9(r)}function JR(t,e,r,n,i,s,a,l){let f=e===null?t:t[e];if(f&&typeof f=="object"&&!ArrayBuffer.isView(f))if(Yg.default.isAllowed$Ref(f))dq(t,e,r,n,i,s,a,l);else{let d=Object.keys(f).sort((m,g)=>m==="definitions"?-1:g==="definitions"?1:m.length-g.length);for(let m of d){let g=kd.default.join(r,m),y=kd.default.join(n,m),w=f[m];Yg.default.isAllowed$Ref(w)?dq(f,m,r,y,i,s,a,l):JR(f,m,g,y,i,s,a,l)}}}function dq(t,e,r,n,i,s,a,l){let f=e===null?t:t[e],d=zR.resolve(r,f.$ref),m=a._resolve(d,n,l);if(m===null)return;let y=kd.default.parse(n).length,w=zR.stripHash(m.path),C=zR.getHash(m.path),R=w!==a._root$Ref.path,T=Yg.default.isExtended$Ref(f);i+=m.indirections;let A=x9(s,t,e);if(A)if(y<A.depth||i<A.indirections)C9(s,A);else return;s.push({$ref:f,parent:t,key:e,pathFromRoot:n,depth:y,file:w,hash:C,value:m.value,circular:m.circular,extended:T,external:R,indirections:i}),(!A||R)&&JR(m.value,null,m.path,n,i+1,s,a,l)}function R9(t){t.sort((i,s)=>{if(i.file!==s.file)return i.file<s.file?-1:1;if(i.hash!==s.hash)return i.hash<s.hash?-1:1;if(i.circular!==s.circular)return i.circular?-1:1;if(i.extended!==s.extended)return i.extended?1:-1;if(i.indirections!==s.indirections)return i.indirections-s.indirections;if(i.depth!==s.depth)return i.depth-s.depth;{let a=i.pathFromRoot.lastIndexOf("/definitions"),l=s.pathFromRoot.lastIndexOf("/definitions");return a!==l?l-a:i.pathFromRoot.length-s.pathFromRoot.length}});let e,r,n;for(let i of t)i.external?i.file===e&&i.hash===r?i.$ref.$ref=n:i.file===e&&i.hash.indexOf(r+"/")===0?i.$ref.$ref=kd.default.join(n,kd.default.parse(i.hash.replace(r,"#"))):(e=i.file,r=i.hash,n=i.pathFromRoot,i.$ref=i.parent[i.key]=Yg.default.dereference(i.$ref,i.value),i.circular&&(i.$ref.$ref=i.pathFromRoot)):i.$ref.$ref=i.hash}function x9(t,e,r){for(let n of t)if(n&&n.parent===e&&n.key===r)return n}function C9(t,e){let r=t.indexOf(e);t.splice(r,1)}ii.default=_9});var Sq=F(si=>{"use strict";var E9=si&&si.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),O9=si&&si.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),I9=si&&si.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&E9(r,e,n[i]);return O9(r,e),r}})(),vq=si&&si.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(si,"__esModule",{value:!0});var Gg=vq(Vc()),mq=vq(vd()),P9=uo(),gq=I9(On()),k9=In();si.default=T9;function T9(t,e){let r=Date.now(),n=YR(t.schema,t.$refs._root$Ref.path,"#",new Set,new Set,new Map,t.$refs,e,r);t.$refs.circular=n.circular,t.schema=n.value}function YR(t,e,r,n,i,s,a,l,f){let d,m={value:t,circular:!1};if(l&&l.timeoutMs&&Date.now()-f>l.timeoutMs)throw new k9.TimeoutError(l.timeoutMs);let g=l.dereference||{},y=g.excludedPathMatcher||(()=>!1);if((g?.circular==="ignore"||!i.has(t))&&t&&typeof t=="object"&&!ArrayBuffer.isView(t)&&!y(r)){if(n.add(t),i.add(t),Gg.default.isAllowed$Ref(t,l))d=yq(t,e,r,n,i,s,a,l,f),m.circular=d.circular,m.value=d.value;else for(let w of Object.keys(t)){let C=mq.default.join(e,w),R=mq.default.join(r,w);if(y(R))continue;let T=t[w],A=!1;if(Gg.default.isAllowed$Ref(T,l)){if(d=yq(T,C,R,n,i,s,a,l,f),A=d.circular,t[w]!==d.value){let U=new Map;g?.preservedProperties&&typeof t[w]=="object"&&!Array.isArray(t[w])&&g?.preservedProperties.forEach(B=>{B in t[w]&&U.set(B,t[w][B])}),t[w]=d.value,g?.preservedProperties&&U.size&&typeof t[w]=="object"&&!Array.isArray(t[w])&&U.forEach((B,V)=>{t[w][V]=B}),g?.onDereference?.(T.$ref,t[w],t,w)}}else n.has(T)?A=bq(C,a,l):(d=YR(T,C,R,n,i,s,a,l,f),A=d.circular,t[w]!==d.value&&(t[w]=d.value));m.circular=m.circular||A}n.delete(t)}return m}function yq(t,e,r,n,i,s,a,l,f){let m=Gg.default.isExternal$Ref(t)&&l?.dereference?.externalReferenceResolution==="root",g=gq.resolve(m?gq.cwd():e,t.$ref),y=s.get(g);if(y&&!y.circular){let U=Object.keys(t);if(U.length>1){let B={};for(let V of U)V!=="$ref"&&!(V in y.value)&&(B[V]=t[V]);return{circular:y.circular,value:Object.assign({},y.value,B)}}return y}let w=a._resolve(g,e,l);if(w===null)return{circular:!1,value:null};let C=w.circular,R=C||n.has(w.value);R&&bq(e,a,l);let T=Gg.default.dereference(t,w.value);if(!R){let U=YR(T,w.path,r,n,i,s,a,l,f);R=U.circular,T=U.value}R&&!C&&l.dereference?.circular==="ignore"&&(T=t),C&&(T.$ref=r);let A={circular:R,value:T};return Object.keys(t).length===1&&s.set(g,A),A}function bq(t,e,r){if(e.circular=!0,r?.dereference?.onCircular?.(t),!r.dereference.circular)throw P9.ono.reference(`Circular $ref pointer found at ${t}`);return!0}});var wq=F(GR=>{"use strict";Object.defineProperty(GR,"__esModule",{value:!0});function A9(){return typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:typeof setImmediate=="function"?setImmediate:function(e){setTimeout(e,0)}}GR.default=A9()});var Rq=F(Td=>{"use strict";var q9=Td&&Td.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Td,"__esModule",{value:!0});Td.default=$9;var _q=q9(wq());function $9(t,e){if(t){e.then(function(r){(0,_q.default)(function(){t(null,r)})},function(r){(0,_q.default)(function(){t(r)})});return}else return e}});var Oq=F(_e=>{"use strict";var M9=_e&&_e.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),N9=_e&&_e.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),D9=_e&&_e.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[n.length]=i);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),i=0;i<n.length;i++)n[i]!=="default"&&M9(r,e,n[i]);return N9(r,e),r}})(),Na=_e&&_e.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(_e,"__esModule",{value:!0});_e.getJsonSchemaRefParserDefaultOptions=_e.jsonSchemaParserNormalizeArgs=_e.dereferenceInternal=_e.JSONParserErrorGroup=_e.isHandledError=_e.UnmatchedParserError=_e.ParserError=_e.ResolverError=_e.MissingPointerError=_e.InvalidPointerError=_e.JSONParserError=_e.UnmatchedResolverError=_e.dereference=_e.bundle=_e.resolve=_e.parse=_e.$RefParser=void 0;var xq=Na(IT()),F9=Na(oR()),Ad=Na(uq());_e.jsonSchemaParserNormalizeArgs=Ad.default;var L9=Na(fq()),j9=Na(hq()),Eq=Na(Sq());_e.dereferenceInternal=Eq.default;var Ma=D9(On()),Pn=In();Object.defineProperty(_e,"JSONParserError",{enumerable:!0,get:function(){return Pn.JSONParserError}});Object.defineProperty(_e,"InvalidPointerError",{enumerable:!0,get:function(){return Pn.InvalidPointerError}});Object.defineProperty(_e,"MissingPointerError",{enumerable:!0,get:function(){return Pn.MissingPointerError}});Object.defineProperty(_e,"ResolverError",{enumerable:!0,get:function(){return Pn.ResolverError}});Object.defineProperty(_e,"ParserError",{enumerable:!0,get:function(){return Pn.ParserError}});Object.defineProperty(_e,"UnmatchedParserError",{enumerable:!0,get:function(){return Pn.UnmatchedParserError}});Object.defineProperty(_e,"UnmatchedResolverError",{enumerable:!0,get:function(){return Pn.UnmatchedResolverError}});Object.defineProperty(_e,"isHandledError",{enumerable:!0,get:function(){return Pn.isHandledError}});Object.defineProperty(_e,"JSONParserErrorGroup",{enumerable:!0,get:function(){return Pn.JSONParserErrorGroup}});var Cq=uo(),oi=Na(Rq()),U9=BR();Object.defineProperty(_e,"getJsonSchemaRefParserDefaultOptions",{enumerable:!0,get:function(){return U9.getJsonSchemaRefParserDefaultOptions}});var mo=class t{constructor(){this.schema=null,this.$refs=new xq.default}async parse(){let e=(0,Ad.default)(arguments),r;if(!e.path&&!e.schema){let i=(0,Cq.ono)(`Expected a file path, URL, or object. Got ${e.path||e.schema}`);return(0,oi.default)(e.callback,Promise.reject(i))}this.schema=null,this.$refs=new xq.default;let n="http";if(Ma.isFileSystemPath(e.path))e.path=Ma.fromFileSystemPath(e.path),n="file";else if(!e.path&&e.schema&&"$id"in e.schema&&e.schema.$id){let i=Ma.parse(e.schema.$id),s=i.protocol==="https:"?443:80;e.path=`${i.protocol}//${i.hostname}:${s}`}if(e.path=Ma.resolve(Ma.cwd(),e.path),e.schema&&typeof e.schema=="object"){let i=this.$refs._add(e.path);i.value=e.schema,i.pathType=n,r=Promise.resolve(e.schema)}else r=(0,F9.default)(e.path,this.$refs,e.options);try{let i=await r;if(i!==null&&typeof i=="object"&&!Buffer.isBuffer(i))return this.schema=i,(0,oi.default)(e.callback,Promise.resolve(this.schema));if(e.options.continueOnError)return this.schema=null,(0,oi.default)(e.callback,Promise.resolve(this.schema));throw Cq.ono.syntax(`"${this.$refs._root$Ref.path||i}" is not a valid JSON Schema`)}catch(i){return!e.options.continueOnError||!(0,Pn.isHandledError)(i)?(0,oi.default)(e.callback,Promise.reject(i)):(this.$refs._$refs[Ma.stripHash(e.path)]&&this.$refs._$refs[Ma.stripHash(e.path)].addError(i),(0,oi.default)(e.callback,Promise.resolve(null)))}}static parse(){let e=new t;return e.parse.apply(e,arguments)}async resolve(){let e=(0,Ad.default)(arguments);try{return await this.parse(e.path,e.schema,e.options),await(0,L9.default)(this,e.options),KR(this),(0,oi.default)(e.callback,Promise.resolve(this.$refs))}catch(r){return(0,oi.default)(e.callback,Promise.reject(r))}}static resolve(){let e=new t;return e.resolve.apply(e,arguments)}static bundle(){let e=new t;return e.bundle.apply(e,arguments)}async bundle(){let e=(0,Ad.default)(arguments);try{return await this.resolve(e.path,e.schema,e.options),(0,j9.default)(this,e.options),KR(this),(0,oi.default)(e.callback,Promise.resolve(this.schema))}catch(r){return(0,oi.default)(e.callback,Promise.reject(r))}}static dereference(){let e=new t;return e.dereference.apply(e,arguments)}async dereference(){let e=(0,Ad.default)(arguments);try{return await this.resolve(e.path,e.schema,e.options),(0,Eq.default)(this,e.options),KR(this),(0,oi.default)(e.callback,Promise.resolve(this.schema))}catch(r){return(0,oi.default)(e.callback,Promise.reject(r))}}};_e.$RefParser=mo;_e.default=mo;function KR(t){if(Pn.JSONParserErrorGroup.getParserErrors(t).length>0)throw new Pn.JSONParserErrorGroup(t)}_e.parse=mo.parse;_e.resolve=mo.resolve;_e.bundle=mo.bundle;_e.dereference=mo.dereference});var Kg,Da,QR=oe(()=>{"use strict";Kg=he(Oq()),Da=class{async resolve(e){try{return await Kg.default.dereference(e,{dereference:{circular:"ignore"}})}catch(r){return console.error("[RefResolver] Failed to fully resolve $ref pointers:",r),e}}async bundle(e){try{return await Kg.default.bundle(e)}catch(r){return console.error("[RefResolver] Failed to bundle $ref pointers:",r),e}}async resolveFile(e){try{return await Kg.default.dereference(e,{dereference:{circular:"ignore"}})}catch(r){throw console.error(`[RefResolver] Failed to resolve file ${e}:`,r),r}}}});var Iq,Pq,H9,Fa,ZR=oe(()=>{"use strict";Iq=he(require("fs")),Pq=he(M_());vn();D_();QR();H9=["application/json","text/plain","text/html","multipart/form-data","application/x-www-form-urlencoded"],Fa=class{constructor(e,r){this.collectionService=e;this.envConfigService=r;this.exampleGenerator=new Pa,this.refResolver=new Da}collectionService;envConfigService;exampleGenerator;refResolver;async import(e,r){let n=await Iq.promises.readFile(e,"utf-8"),i;e.endsWith(".yaml")||e.endsWith(".yml")?i=Pq.parse(n):i=JSON.parse(n),i=await this.refResolver.resolve(i);let s=i.components?.schemas||{},a=r?.collectionName||i.info?.title||"Imported API",f={id:ct(a),name:a,description:i.info?.description||"",version:i.info?.version||"1.0.0",variables:{},items:[]};if(i.servers&&i.servers.length>0&&(f.variables.baseUrl=i.servers[0].url),i.security&&i.security.length>0&&i.components?.securitySchemes){let g=this.mapSecurityToAuth(i.security[0],i.components.securitySchemes);g&&(f.auth=g)}let d=new Map;if(i.tags)for(let g of i.tags){let y={type:"folder",id:ct(g.name),name:g.name,description:g.description,items:[]};d.set(g.name,y),f.items.push(y)}if(i.paths)for(let[g,y]of Object.entries(i.paths))for(let w of["get","post","put","patch","delete","head","options","trace"]){let C=y[w];if(!C)continue;let R=this.processOperation(w,g,C,y,i,s),T=C.tags?.[0];if(T&&d.has(T))d.get(T).items.push(R);else if(T){let A={type:"folder",id:ct(T),name:T,items:[R]};d.set(T,A),f.items.push(A)}else f.items.push(R)}await this.collectionService.saveCollection(f);let m;return r?.environmentName&&i.servers&&(m=await this.createEnvironmentFromServers(i.servers,r.environmentName)),{collection:f,environmentCreated:m}}processOperation(e,r,n,i,s,a){let l=ct(n.operationId||`${e}-${r}`),f=`{{baseUrl}}${this.convertPathParams(r)}`,d=n.summary||n.operationId||`${e.toUpperCase()} ${r}`,m=n.deprecated===!0;m&&(d=`[DEPRECATED] ${d}`);let g={type:"request",id:l,name:d,method:e.toUpperCase(),url:f,description:n.description||"",deprecated:m},y=[...i.parameters||[],...n.parameters||[]];if(this.processParameters(g,y,a),n.requestBody&&this.processRequestBody(g,n.requestBody,a),n.responses&&(g.responseSchema=this.processResponses(n.responses,a)),n.security!==void 0&&s.components?.securitySchemes){if(Array.isArray(n.security)&&n.security.length===0)g.auth={type:"none"};else if(n.security&&n.security.length>0){let w=this.mapSecurityToAuth(n.security[0],s.components.securitySchemes);w&&(g.auth=w)}}return g}convertPathParams(e){return e.replace(/\{(\w+)\}/g,":$1")}processParameters(e,r,n){let i=[],s=[],a={},l=[];for(let f of r){let d=f.name,m=f.in,g=f.schema||{},y=f.example!==void 0?String(f.example):this.generateExampleForParam(g,n),w=f.deprecated===!0;switch(m){case"path":{if(f.description||g.type||g.format||g.enum||w||g.pattern||g.minimum!==void 0||g.maximum!==void 0||g.minLength!==void 0||g.maxLength!==void 0||g.multipleOf!==void 0||g.minItems!==void 0||g.maxItems!==void 0||g.uniqueItems||g.nullable||g.oneOf){let R={value:y};g.oneOf?(R.oneOf=g.oneOf,this.applyOneOfHints(R,g.oneOf)):(g.type&&(R.type=g.type),g.format&&(R.format=g.format),g.enum&&(R.enum=g.enum.map(String)),g.pattern&&(R.pattern=g.pattern),g.minimum!==void 0&&(R.minimum=g.minimum),g.maximum!==void 0&&(R.maximum=g.maximum),g.exclusiveMinimum!==void 0&&(R.exclusiveMinimum=g.exclusiveMinimum),g.exclusiveMaximum!==void 0&&(R.exclusiveMaximum=g.exclusiveMaximum),g.multipleOf!==void 0&&(R.multipleOf=g.multipleOf),g.minLength!==void 0&&(R.minLength=g.minLength),g.maxLength!==void 0&&(R.maxLength=g.maxLength),g.minItems!==void 0&&(R.minItems=g.minItems),g.maxItems!==void 0&&(R.maxItems=g.maxItems),g.uniqueItems&&(R.uniqueItems=!0),g.nullable&&(R.nullable=!0)),f.description&&(R.description=f.description),w&&(R.deprecated=!0),a[d]=R}else a[d]=y;break}case"query":{let C={key:d,value:y};this.applySchemaConstraints(C,g,f,w),s.push(C);break}case"header":{let C={key:d,value:y};this.applySchemaConstraints(C,g,f,w),i.push(C);break}case"cookie":{l.push(`${d}={{${d}}}`);break}}}l.length>0&&i.push({key:"Cookie",value:l.join("; ")}),Object.keys(a).length>0&&(e.params=a),s.length>0&&(e.query=s),i.length>0&&(e.headers=i)}applySchemaConstraints(e,r,n,i){r.oneOf?(e.oneOf=r.oneOf,this.applyOneOfHints(e,r.oneOf)):(r.type&&(e.type=r.type),r.format&&(e.format=r.format),r.enum&&(e.enum=r.enum.map(String)),r.pattern&&(e.pattern=r.pattern),r.minimum!==void 0&&(e.minimum=r.minimum),r.maximum!==void 0&&(e.maximum=r.maximum),r.exclusiveMinimum!==void 0&&(e.exclusiveMinimum=r.exclusiveMinimum),r.exclusiveMaximum!==void 0&&(e.exclusiveMaximum=r.exclusiveMaximum),r.multipleOf!==void 0&&(e.multipleOf=r.multipleOf),r.minLength!==void 0&&(e.minLength=r.minLength),r.maxLength!==void 0&&(e.maxLength=r.maxLength),r.minItems!==void 0&&(e.minItems=r.minItems),r.maxItems!==void 0&&(e.maxItems=r.maxItems),r.uniqueItems&&(e.uniqueItems=!0),r.nullable&&(e.nullable=!0)),n.required&&(e.required=!0),n.description&&(e.description=n.description),i&&(e.deprecated=!0)}applyOneOfHints(e,r){let n=[],i=new Set;for(let s of r)s.type&&i.add(s.type),s.enum&&n.push(...s.enum.map(String));i.size===1&&(e.type=[...i][0]),n.length>0&&(e.enum=[...new Set(n)])}generateExampleForParam(e,r){if(!e)return"";let n=this.exampleGenerator.generate(e,{components:r});return n==null?"":String(n)}processRequestBody(e,r,n){if(!r.content)return;let i=Object.keys(r.content);if(i.length===0)return;let s=this.selectPrimaryContentType(i),a=r.content[s],{bodyType:l,bodyFormat:f}=this.mapContentTypeToBodyType(s);if(e.body={type:l,...f&&{format:f},content:""},a){let m=this.generateBodyContent(a,s,n);m!==void 0&&(e.body.content=typeof m=="string"?m:JSON.stringify(m,null,2)),l==="form-data"&&a.schema?.properties&&(e.body.content=this.buildFormDataEntries(a.schema,n)),l==="x-www-form-urlencoded"&&a.schema?.properties&&(e.body.content=this.buildFormDataEntries(a.schema,n))}let d=this.buildBodySchema(r,s,n);d&&(e.bodySchema=d)}selectPrimaryContentType(e){for(let i of H9)if(e.includes(i))return i;let r=e.find(i=>i.includes("json"));if(r)return r;let n=e.find(i=>i.startsWith("text/"));return n||e[0]}mapContentTypeToBodyType(e){return e.includes("json")?{bodyType:"raw",bodyFormat:"json"}:e==="application/xml"||e==="text/xml"?{bodyType:"raw",bodyFormat:"xml"}:e==="text/html"?{bodyType:"raw",bodyFormat:"html"}:e.startsWith("text/")?{bodyType:"raw",bodyFormat:"text"}:e==="multipart/form-data"?{bodyType:"form-data"}:e==="application/x-www-form-urlencoded"?{bodyType:"x-www-form-urlencoded"}:e==="application/octet-stream"?{bodyType:"binary"}:{bodyType:"raw",bodyFormat:"text"}}generateBodyContent(e,r,n){if(e.example!==void 0)return e.example;if(e.examples){let i=Object.values(e.examples)[0];if(i?.value!==void 0)return i.value}if(e.schema)return this.exampleGenerator.generate(e.schema,{omitReadOnly:!0,components:n})}buildFormDataEntries(e,r){let n=[],i=e.properties||{},s=new Set(e.required||[]);for(let[a,l]of Object.entries(i)){let f=l,d=f.type==="string"&&f.format==="binary",m={key:a,value:d?"":String(this.exampleGenerator.generate(f,{components:r})||""),type:d?"file":"text",enabled:!0};n.push(m)}return n}buildBodySchema(e,r,n){let i=Object.keys(e.content),s=e.content[r];if(!s?.schema)return;let a={contentType:r,schema:s.schema};if(i.length>1){a.content={};for(let f of i){let d=e.content[f],m={};d.schema&&(m.schema=d.schema),d.examples&&(m.examples=d.examples),d.encoding&&(m.encoding=d.encoding),a.content[f]=m}}s.encoding&&(a.encoding=s.encoding);let l=this.extractUsedComponents(s.schema,n);return Object.keys(l).length>0&&(a.components=l),a}processResponses(e,r){let n={responses:{}},i={};for(let[s,a]of Object.entries(e)){let l=a,f={description:l.description||`Status ${s}`};if(l.content){let d=Object.keys(l.content);if(d.length===1){let m=d[0],g=l.content[m];f.contentType=m,g.schema&&(f.schema=g.schema),g.examples&&(f.examples=g.examples),g.schema&&Object.assign(i,this.extractUsedComponents(g.schema,r))}else{f.content={};for(let m of d){let g=l.content[m],y={};g.schema&&(y.schema=g.schema),g.examples&&(y.examples=g.examples),f.content[m]=y,g.schema&&Object.assign(i,this.extractUsedComponents(g.schema,r))}}}if(l.headers){f.headers={};for(let[d,m]of Object.entries(l.headers)){let g=m;f.headers[d]={...g.description&&{description:g.description},schema:g.schema||{type:"string"}}}}n.responses[s]=f}return Object.keys(i).length>0&&(n.components=i),n}mapSecurityToAuth(e,r){let n=Object.keys(e)[0];if(!n)return;let i=r[n];if(i)switch(i.type){case"http":if(i.scheme==="bearer")return{type:"bearer",bearerToken:""};if(i.scheme==="basic")return{type:"basic",basicAuth:{username:"",password:""}};break;case"apiKey":return{type:"apikey",apikey:{key:i.name||"X-Api-Key",value:"",in:i.in||"header"}};case"oauth2":{let s=i.flows||{},a=s.authorizationCode||s.clientCredentials||s.password||s.implicit||{},l="client_credentials";return s.authorizationCode?l="authorization_code":s.password?l="password":s.implicit&&(l="implicit"),{type:"oauth2",oauth2:{grantType:l,tokenUrl:a.tokenUrl||"",authUrl:a.authorizationUrl||"",clientId:"",clientSecret:"",scope:Object.keys(a.scopes||{}).join(" ")}}}}}async createEnvironmentFromServers(e,r){if(e.length>0){let n=e[0].url;this.envConfigService.setEnvironmentVariable("baseUrl",n)}return r}extractUsedComponents(e,r,n){let i=n||{};if(!e)return i;if(e.$ref){let s=this.extractRefName(e.$ref);s&&r[s]&&!i[s]&&(i[s]=r[s],this.extractUsedComponents(r[s],r,i))}if(e.properties)for(let s of Object.values(e.properties))this.extractUsedComponents(s,r,i);e.items&&this.extractUsedComponents(e.items,r,i);for(let s of["allOf","oneOf","anyOf"])if(e[s])for(let a of e[s])this.extractUsedComponents(a,r,i);return e.additionalProperties&&typeof e.additionalProperties=="object"&&this.extractUsedComponents(e.additionalProperties,r,i),i}extractRefName(e){return e.match(/^#\/components\/schemas\/(.+)$/)?.[1]}}});var La,XR=oe(()=>{"use strict";La=class{constructor(e,r,n){this.historyAnalyzer=e;this.scriptAnalyzer=r;this.inferrer=n}historyAnalyzer;scriptAnalyzer;inferrer;async infer(e,r,n,i){let s=await this.historyAnalyzer.analyze(e,r,{environment:i?.environment}),a;return i?.postResponseScript&&(a=this.scriptAnalyzer.analyze(i.postResponseScript)),this.mergeResponseSchemas(n,s,a)}async inferBodySchema(e,r,n,i,s){let a,l;if(r==="raw"&&n==="json"&&e){let f=e;if(typeof e=="string")try{f=JSON.parse(e)}catch{return}a=this.inferrer.inferFromValue(f),l="application/json"}else r==="form-data"&&i?(a=this.buildFormDataSchema(i),l="multipart/form-data"):r==="x-www-form-urlencoded"&&i?(a=this.buildFormDataSchema(i),l="application/x-www-form-urlencoded"):r==="raw"&&n==="xml"?(a={type:"string"},l="application/xml"):r==="raw"&&(n==="text"||n==="html")?(a={type:"string"},l=n==="html"?"text/html":"text/plain"):r==="binary"?(a={type:"string",format:"binary"},l="application/octet-stream"):r==="graphql"&&(a={type:"object",properties:{query:{type:"string"},variables:{type:"object"}}},l="application/json");if(a)return s?this.mergeBodySchemaWithExisting(a,s):{contentType:l,schema:a}}buildFormDataSchema(e){let r={type:"object",properties:{}},n=[];for(let i of e){if(!i.enabled&&i.enabled!==void 0)continue;let s={};i.type?s.type=i.type:s.type="string",i.description&&(s.description=i.description),i.format&&(s.format=i.format),i.enum&&(s.enum=i.enum),i.type==="file"&&(s.type="string",s.format="binary"),r.properties[i.key]=s,i.required&&n.push(i.key)}return n.length>0&&(r.required=n),r}mergeResponseSchemas(e,r,n){let i={responses:{}};for(let[s,a]of Object.entries(r.responses))i.responses[s]={...a};if(n&&this.applyScriptHints(i,n),e){for(let[s,a]of Object.entries(e.responses))i.responses[s]?i.responses[s]=this.mergeResponseDefinitions(i.responses[s],a):i.responses[s]={...a};e.components&&(i.components={...e.components})}return i}applyScriptHints(e,r){for(let n of r.expectedStatuses){let i=String(n);e.responses[i]||(e.responses[i]={description:`Status ${n}`})}for(let[,n]of Object.entries(e.responses))n.schema&&this.augmentSchemaWithHints(n.schema,r)}augmentSchemaWithHints(e,r){if(!(e.type!=="object"||!e.properties))for(let n of r.fieldPaths){let i=n.split(".");this.ensureFieldPath(e,i,r)}}ensureFieldPath(e,r,n,i=""){if(r.length===0||e.type!=="object")return;e.properties||(e.properties={});let s=r[0],a=s.endsWith("[]"),l=a?s.slice(0,-2):s,f=i?`${i}.${s}`:s,d=r.slice(1);if(!e.properties[l])if(a)e.properties[l]={type:"array",items:{type:"object"}};else if(d.length>0)e.properties[l]={type:"object",properties:{}};else{let m=n.typeHints[f];e.properties[l]={type:m||"string"};return}if(d.length>0){let m=a?e.properties[l].items:e.properties[l];m&&this.ensureFieldPath(m,d,n,f)}}mergeResponseDefinitions(e,r){let n={...e};return r.description&&(n.description=r.description),r.contentType&&(n.contentType=r.contentType),r.schema&&e.schema?n.schema=this.inferrer.mergeSchemas(e.schema,r.schema):r.schema&&(n.schema=r.schema),r.examples&&(n.examples={...e.examples||{},...r.examples}),r.content&&(n.content={...e.content||{},...r.content}),r.headers&&(n.headers={...e.headers||{},...r.headers}),n}mergeBodySchemaWithExisting(e,r){let n={...r};return r.schema?n.schema=this.inferrer.mergeSchemas(e,r.schema):n.schema=e,n}}});var kq,Qg,Tq,Aq,qq,$q,Mq,ja,ex=oe(()=>{"use strict";kq=/(?:jsonData|responseJson|data|json|body|response\.json\(\))\.([a-zA-Z_][\w.\[\]]*)/g,Qg="(?:pm|hf|ctx)",Tq=new RegExp(`${Qg}\\.expect\\(.*?\\.([a-zA-Z_][\\w.]*)\\)\\.to\\.be\\.(?:a|an)\\(['"](\\w+)['"]\\)`,"g"),Aq=new RegExp(`${Qg}\\.expect\\(.*?\\.([a-zA-Z_][\\w.]*)\\)\\.to\\.(?:equal|eql)\\((.+?)\\)`,"g"),qq=/(?:to\.have\.status|response\.code.*?equal)\((\d+)\)/g,$q=new RegExp(`${Qg}\\.expect\\(.*?\\.([a-zA-Z_][\\w.]*)\\)\\.to\\.be\\.(true|false)`,"g"),Mq=new RegExp(`${Qg}\\.expect\\(.*?\\.([a-zA-Z_][\\w.]*)\\)\\.to\\.have\\.(?:lengthOf|length\\.above|length\\.below)`,"g"),ja=class{analyze(e){let r={fieldPaths:[],typeHints:{},valueHints:{},expectedStatuses:[]};if(!e||e.trim().length===0)return r;let n=this.stripComments(e);return this.extractFieldPaths(n,r),this.extractTypeAssertions(n,r),this.extractEqualityAssertions(n,r),this.extractBooleanAssertions(n,r),this.extractLengthAssertions(n,r),this.extractStatusAssertions(n,r),r.fieldPaths=[...new Set(r.fieldPaths)],r.expectedStatuses=[...new Set(r.expectedStatuses)],r}stripComments(e){let r=e.replace(/\/\*[\s\S]*?\*\//g,"");return r=r.replace(/\/\/.*$/gm,""),r}extractFieldPaths(e,r){let n,i=new RegExp(kq.source,kq.flags);for(;(n=i.exec(e))!==null;){let s=this.normalizeFieldPath(n[1]);s&&!this.isCommonMethodCall(s)&&r.fieldPaths.push(s)}}extractTypeAssertions(e,r){let n,i=new RegExp(Tq.source,Tq.flags);for(;(n=i.exec(e))!==null;){let s=this.normalizeFieldPath(n[1]),a=n[2].toLowerCase();s&&(r.typeHints[s]=this.mapAssertionType(a),r.fieldPaths.includes(s)||r.fieldPaths.push(s))}}extractEqualityAssertions(e,r){let n,i=new RegExp(Aq.source,Aq.flags);for(;(n=i.exec(e))!==null;){let s=this.normalizeFieldPath(n[1]),a=n[2].trim();if(s){let l=this.parseAssertionValue(a);l!==void 0&&(r.valueHints[s]=l,typeof l=="string"?r.typeHints[s]=r.typeHints[s]||"string":typeof l=="number"?r.typeHints[s]=r.typeHints[s]||(Number.isInteger(l)?"integer":"number"):typeof l=="boolean"&&(r.typeHints[s]=r.typeHints[s]||"boolean")),r.fieldPaths.includes(s)||r.fieldPaths.push(s)}}}extractBooleanAssertions(e,r){let n,i=new RegExp($q.source,$q.flags);for(;(n=i.exec(e))!==null;){let s=this.normalizeFieldPath(n[1]);s&&(r.typeHints[s]="boolean",r.valueHints[s]=n[2]==="true",r.fieldPaths.includes(s)||r.fieldPaths.push(s))}}extractLengthAssertions(e,r){let n,i=new RegExp(Mq.source,Mq.flags);for(;(n=i.exec(e))!==null;){let s=this.normalizeFieldPath(n[1]);s&&(r.typeHints[s]=r.typeHints[s]||"array",r.fieldPaths.includes(s)||r.fieldPaths.push(s))}}extractStatusAssertions(e,r){let n,i=new RegExp(qq.source,qq.flags);for(;(n=i.exec(e))!==null;){let s=parseInt(n[1],10);!isNaN(s)&&s>=100&&s<600&&r.expectedStatuses.push(s)}}normalizeFieldPath(e){let r=e.replace(/^\./,"");return r=r.replace(/\[\d+\]/g,"[]"),r}isCommonMethodCall(e){return new Set(["to","be","have","not","deep","any","all","that","is","has","include","includes","equal","eql","above","below","least","most","within","length","lengthOf","match","string","keys","key","property","ownProperty","status","header","json","text"]).has(e.split(".")[0])}mapAssertionType(e){return{string:"string",number:"number",object:"object",array:"array",boolean:"boolean",null:"null",undefined:"null",int:"integer",integer:"integer",float:"number",double:"number"}[e]||"string"}parseAssertionValue(e){if(e.startsWith("'")&&e.endsWith("'")||e.startsWith('"')&&e.endsWith('"'))return e.slice(1,-1);let r=Number(e);return!isNaN(r)&&e.trim().length>0?r:e==="true"?!0:e==="false"?!1:e==="null"?null:e}}});var Nq={};Ki(Nq,{AwsSecretResolver:()=>qd});var qd,tx=oe(()=>{"use strict";qd=class{providerName="aws";region;moduleRequire;constructor(e,r){this.region=e.region??process.env.AWS_DEFAULT_REGION??process.env.AWS_REGION,this.moduleRequire=r??(n=>require(n))}async resolve(e){let r=e.lastIndexOf("#"),n=r>=0?e.slice(0,r):e,i=r>=0?e.slice(r+1):void 0;try{let{SecretsManagerClient:s,GetSecretValueCommand:a}=this.moduleRequire("@aws-sdk/client-secrets-manager"),f=await new s(this.region?{region:this.region}:{}).send(new a({SecretId:n})),d=f.SecretString??(f.SecretBinary?Buffer.from(f.SecretBinary).toString("utf-8"):void 0);if(d===void 0)return;if(i)try{let m=JSON.parse(d);return m[i]!==void 0?String(m[i]):void 0}catch{return}return d}catch(s){throw s?.name==="MODULE_NOT_FOUND"||s?.code==="MODULE_NOT_FOUND"?new Error("[HTTP Forge] AWS secret resolver requires @aws-sdk/client-secrets-manager. Install it in your project: npm install @aws-sdk/client-secrets-manager"):s}}}});var Dq={};Ki(Dq,{AzureKeyVaultResolver:()=>$d});var $d,rx=oe(()=>{"use strict";$d=class{providerName="azure";vaultUrl;moduleRequire;constructor(e,r){let n=(e.vaultUrl||process.env.AZURE_KEYVAULT_URL)??"";this.vaultUrl=n.replace(/\/$/,""),this.moduleRequire=r??(i=>require(i))}async resolve(e){if(!this.vaultUrl)throw new Error("[HTTP Forge] Azure Key Vault resolver: no vault URL configured. Set secrets.providers.<alias>.vaultUrl or the AZURE_KEYVAULT_URL env var.");let r=e.split("/"),n=r[0],i=r[1];try{let{SecretClient:s}=this.moduleRequire("@azure/keyvault-secrets"),{DefaultAzureCredential:a}=this.moduleRequire("@azure/identity"),l=new a;return(await new s(this.vaultUrl,l).getSecret(n,i?{version:i}:{})).value}catch(s){throw s?.name==="MODULE_NOT_FOUND"||s?.code==="MODULE_NOT_FOUND"?new Error("[HTTP Forge] Azure Key Vault resolver requires @azure/keyvault-secrets and @azure/identity. Install them: npm install @azure/keyvault-secrets @azure/identity"):s}}}});var Fq={};Ki(Fq,{HashiCorpVaultResolver:()=>Md});var Md,nx=oe(()=>{"use strict";Md=class{providerName="vault";address;mountPath;namespace;constructor(e){this.address=(e.address??process.env.VAULT_ADDR??"http://127.0.0.1:8200").replace(/\/$/,""),this.mountPath=e.mountPath??"secret",this.namespace=e.namespace??process.env.VAULT_NAMESPACE}async resolve(e){let r=e.lastIndexOf("#"),n=r>=0?e.slice(0,r):e,i=r>=0?e.slice(r+1):void 0,s=process.env.VAULT_TOKEN;if(!s)throw new Error("[HTTP Forge] HashiCorp Vault resolver requires VAULT_TOKEN environment variable to be set.");let a=`${this.address}/v1/${this.mountPath}/data/${n}`,l={"X-Vault-Token":s};this.namespace&&(l["X-Vault-Namespace"]=this.namespace);let f;try{f=await fetch(a,{headers:l})}catch(y){throw new Error(`[HTTP Forge] Vault request failed: ${y?.message??y}`)}if(f.status===404)return;if(!f.ok)throw new Error(`[HTTP Forge] Vault returned HTTP ${f.status} for path: ${n}`);let m=(await f.json())?.data?.data;if(!m)return;if(i)return m[i]!==void 0?String(m[i]):void 0;if("value"in m)return String(m.value);let g=Object.keys(m);return g.length===1?String(m[g[0]]):void 0}}});var Uq={};Ki(Uq,{OnePasswordResolver:()=>Nd});var Lq,jq,B9,Nd,ix=oe(()=>{"use strict";Lq=require("child_process"),jq=require("util"),B9=(0,jq.promisify)(Lq.execFile),Nd=class{providerName="1password";defaultVault;constructor(e){this.defaultVault=e.vault}async resolve(e){let r=e.split("/"),n,i,s;if(this.defaultVault){if(r.length<2)throw new Error(`[HTTP Forge] 1Password path "${e}" must be "<item>/<field>" when vault is set in config.`);n=this.defaultVault,i=r.slice(0,r.length-1).join("/"),s=r[r.length-1]}else{if(r.length<3)throw new Error(`[HTTP Forge] 1Password path "${e}" must be "<vault>/<item>/<field>".`);n=r[0],i=r.slice(1,r.length-1).join("/"),s=r[r.length-1]}let a=await this.tryResolveSdk(n,i,s);return a!==null?a:this.resolveViaCli(n,i,s)}async tryResolveSdk(e,r,n){let i=process.env.OP_SERVICE_ACCOUNT_TOKEN;if(!i)return null;try{let{createClient:s}=require("@1password/sdk"),a=await s({auth:i,integrationName:"HTTP Forge",integrationVersion:"1.0.0"}),l=`op://${e}/${r}/${n}`;return await a.secrets.resolve(l)}catch(s){if(s?.name==="MODULE_NOT_FOUND"||s?.code==="MODULE_NOT_FOUND")return null;throw new Error(`[HTTP Forge] 1Password SDK error for "${e}/${r}/${n}": ${s?.message??s}`)}}async resolveViaCli(e,r,n){try{let{stdout:i}=await B9("op",["item","get",r,"--vault",e,"--field",n,"--format","json"],{env:{...process.env},timeout:1e4}),s=JSON.parse(i.trim());return typeof s=="string"?s:s&&typeof s.value=="string"?s.value:void 0}catch(i){if(i?.code==="ENOENT")throw new Error("[HTTP Forge] 1Password resolver requires either the @1password/sdk npm package or the `op` CLI to be installed.\n Service Account: set OP_SERVICE_ACCOUNT_TOKEN and install @1password/sdk\n CLI: install 1Password CLI and run `op signin`");if(i?.stderr?.includes("not found")||i?.code===1)return;throw new Error(`[HTTP Forge] 1Password CLI error: ${i?.message??i}`)}}}});var Hq={};Ki(Hq,{GcpSecretResolver:()=>Dd});var Dd,sx=oe(()=>{"use strict";Dd=class{providerName="gcp";projectId;moduleRequire;constructor(e,r){this.projectId=e.projectId??process.env.GOOGLE_CLOUD_PROJECT??process.env.GCLOUD_PROJECT??process.env.GCP_PROJECT,this.moduleRequire=r??(n=>require(n))}async resolve(e){let r=e.split("/"),n=r[0],i=r[1]==="versions"&&r[2]?r[2]:"latest";if(!this.projectId)throw new Error("[HTTP Forge] GCP secret resolver: no projectId configured and GOOGLE_CLOUD_PROJECT env var is not set.");try{let{SecretManagerServiceClient:s}=this.moduleRequire("@google-cloud/secret-manager"),a=new s,l=`projects/${this.projectId}/secrets/${n}/versions/${i}`,[f]=await a.accessSecretVersion({name:l}),d=f.payload?.data;return d?Buffer.isBuffer(d)?d.toString("utf-8"):Buffer.from(d).toString("utf-8"):void 0}catch(s){throw s?.name==="MODULE_NOT_FOUND"||s?.code==="MODULE_NOT_FOUND"?new Error("[HTTP Forge] GCP secret resolver requires @google-cloud/secret-manager. Install it: npm install @google-cloud/secret-manager"):s}}}});var Vq={};Ki(Vq,{DopplerResolver:()=>Fd});var Bq,Fd,ox=oe(()=>{"use strict";Bq=he(require("https")),Fd=class{providerName="doppler";token;constructor(e){this.token=e.serviceToken??process.env.DOPPLER_TOKEN}async resolve(e){let r=e.trim().toUpperCase(),n=this.token;if(!n)throw new Error("[HTTP Forge] Doppler secret resolver: no service token found. Set DOPPLER_TOKEN env var or add serviceToken to config.");let i=`https://api.doppler.com/v3/configs/config/secret?name=${encodeURIComponent(r)}`;return new Promise((s,a)=>{let l=Bq.request(i,{method:"GET",headers:{Authorization:`Bearer ${n}`,Accept:"application/json"}},f=>{let d=[];f.on("data",m=>d.push(m)),f.on("end",()=>{let m=Buffer.concat(d).toString("utf-8");if(f.statusCode===404){s(void 0);return}if(f.statusCode!==200){a(new Error(`[HTTP Forge] Doppler API returned ${f.statusCode} for secret "${r}": ${m}`));return}try{let y=JSON.parse(m)?.value?.computed;s(y!=null?String(y):void 0)}catch{a(new Error(`[HTTP Forge] Doppler API returned non-JSON response for secret "${r}"`))}})});l.on("error",a),l.end()})}}});var Zg,Wq,zq,eu,ax=oe(()=>{"use strict";Zg=he(require("fs")),Wq=require("module"),zq=he(require("path")),eu=class{resolvers=new Map;moduleRequire;constructor(e){if(this.moduleRequire=this.buildModuleRequire(e),!e)return;let r;try{r=e.getConfig().secrets}catch{return}if(!(!r?.providers||typeof r.providers!="object"))for(let[n,i]of Object.entries(r.providers))try{let s=this.createResolver(i);s&&this.resolvers.set(n,s)}catch{}}async resolveSecretTokens(e,r){let n=r??new Map,i=new Set;if(this.collectTokens(e,i),i.size===0)return{};await Promise.all(Array.from(i).map(async a=>{if(n.has(a))return;let l=a.slice(7),f=l.indexOf("/");if(f<0)return;let d=l.slice(0,f),m=l.slice(f+1),g=this.resolvers.get(d);if(g)try{let y=await g.resolve(m);y!==void 0&&n.set(a,y)}catch(y){let w=y?.message??String(y);console.warn(`[HTTP Forge] {{${a}}} could not be resolved: ${w}`)}}));let s={};for(let[a,l]of n.entries())s[a]=l;return s}get hasProviders(){return this.resolvers.size>0}collectTokens(e,r){if(typeof e=="string"){let n=/\{\{(secret:[^}]+)\}\}/g,i;for(;(i=n.exec(e))!==null;)r.add(i[1])}else Array.isArray(e)?e.forEach(n=>this.collectTokens(n,r)):e!==null&&typeof e=="object"&&Object.values(e).forEach(n=>this.collectTokens(n,r))}createResolver(e){switch(e.provider){case"aws":{let{AwsSecretResolver:r}=(tx(),Ko(Nq));return new r(e,this.moduleRequire)}case"azure":{let{AzureKeyVaultResolver:r}=(rx(),Ko(Dq));return new r(e,this.moduleRequire)}case"vault":{let{HashiCorpVaultResolver:r}=(nx(),Ko(Fq));return new r(e)}case"1password":{let{OnePasswordResolver:r}=(ix(),Ko(Uq));return new r(e)}case"gcp":{let{GcpSecretResolver:r}=(sx(),Ko(Hq));return new r(e,this.moduleRequire)}case"doppler":{let{DopplerResolver:r}=(ox(),Ko(Vq));return new r(e)}default:return}}buildModuleRequire(e){let r=i=>require(i);if(!e)return r;let n=[];try{n=e.getModulePaths()??[]}catch{return r}for(let i of n)try{let s=zq.resolve(i,"package.json");if(Zg.existsSync(s)){let a=Zg.realpathSync(s),l=(0,Wq.createRequire)(a);return f=>{try{return l(f)}catch{return r(f)}}}}catch{}return r}}});var tu,lx=oe(()=>{"use strict";tu={iterations:1,delayBetweenRequests:0,stopOnError:!1,readFromSharedSession:!1,writeToSharedSession:!1}});var Tt,go,ru,cx=oe(()=>{"use strict";Tt=he(require("fs")),go=he(require("path"));vn();lx();ru=class{constructor(e,r,n){this.collectionService=e;this.configService=r;this.suitesDir=r.getSuitesPath(),this.onSuitesChanged=n?.onSuitesChanged,this.ensureSuitesDir(),this.loadSuites(),n?.watch!==!1&&this.setupFileWatcher()}collectionService;configService;suitesDir;suites=new Map;fileWatcher=null;debounceTimer=null;onSuitesChanged;ensureSuitesDir(){Tt.existsSync(this.suitesDir)||Tt.mkdirSync(this.suitesDir,{recursive:!0})}setupFileWatcher(){try{this.fileWatcher=Tt.watch(this.suitesDir,(e,r)=>{r&&!r.endsWith(".suite.json")||(this.debounceTimer&&clearTimeout(this.debounceTimer),this.debounceTimer=setTimeout(()=>{this.debounceTimer=null,this.loadSuites(),this.onSuitesChanged?.()},200))}),this.fileWatcher.on("error",()=>{})}catch{}}dispose(){this.debounceTimer&&(clearTimeout(this.debounceTimer),this.debounceTimer=null),this.fileWatcher?.close(),this.fileWatcher=null}loadSuites(){if(this.suites.clear(),!Tt.existsSync(this.suitesDir))return;let e=Tt.readdirSync(this.suitesDir);for(let r of e)if(r.endsWith(".suite.json"))try{let n=go.join(this.suitesDir,r),i=Tt.readFileSync(n,"utf-8"),s=JSON.parse(i);s.id&&s.name&&this.suites.set(s.id,s)}catch(n){console.error(`[TestSuiteService] Failed to load ${r}:`,n)}}async getAllSuites(){return Array.from(this.suites.values())}async getSuite(e){return this.suites.get(e)}async createSuite(e,r=[]){let n=Date.now(),i={id:ct(e),name:e,requests:r,config:{...tu},createdAt:n,updatedAt:n};return await this.saveSuiteToDisk(i),this.suites.set(i.id,i),i}async updateSuite(e){e.updatedAt=Date.now(),await this.saveSuiteToDisk(e),this.suites.set(e.id,e)}async duplicateSuite(e,r){let n=this.suites.get(e);if(!n)throw new Error(`Suite not found: ${e}`);let i=await this.createSuite(r,n.requests.map(l=>({...l})));i.config={...n.config},i.description=n.description;let s=go.join(this.suitesDir,e),a=go.join(this.suitesDir,i.id);return Tt.existsSync(s)&&this.copyDirRecursive(s,a),await this.saveSuiteToDisk(i),this.suites.set(i.id,i),i}copyDirRecursive(e,r){Tt.existsSync(r)||Tt.mkdirSync(r,{recursive:!0});for(let n of Tt.readdirSync(e,{withFileTypes:!0})){let i=go.join(e,n.name),s=go.join(r,n.name);n.isDirectory()?this.copyDirRecursive(i,s):Tt.copyFileSync(i,s)}}async deleteSuite(e){let r=this.suites.get(e);if(!r)return!1;let n=`${r.id}.suite.json`,i=go.join(this.suitesDir,n);try{return Tt.existsSync(i)&&Tt.unlinkSync(i),this.suites.delete(e),!0}catch(s){return console.error("[TestSuiteService] Failed to delete suite:",s),!1}}async createTempSuiteFromCollection(e){let r=this.collectionService.getCollection(e);if(!r){console.error(`[TestSuiteService] Collection not found: ${e}`);return}let n=[];this.extractRequestsFromCollection(r,e,r.name,"",n);let i=Date.now();return{id:`temp-${e}`,name:r.name,requests:n,config:{...tu},isTemporary:!0,createdAt:i,updatedAt:i}}async createTempSuiteFromFolder(e,r,n=!0){let i=this.collectionService.getCollection(e);if(!i){console.error(`[TestSuiteService] Collection not found: ${e}`);return}let s=[];this.extractRequestsFromCollection(i,e,i.name,"",s);let a=r.replace(/\/+$/,""),l=s.filter(m=>n?m.folderPath===a||m.folderPath.startsWith(`${a}/`):m.folderPath===a);if(l.length===0){console.error(`[TestSuiteService] No requests under folder "${r}" in collection: ${e}`);return}let f=Date.now();return{id:`temp-${e}-${this.slugifyFolderPath(a)}`,name:`${i.name} / ${a}`,requests:l,config:{...tu},isTemporary:!0,createdAt:f,updatedAt:f}}slugifyFolderPath(e){return e.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}async saveTempSuite(e,r){let n=Date.now(),i={...e,id:ct(r),name:r,isTemporary:!1,createdAt:n,updatedAt:n};return await this.saveSuiteToDisk(i),this.suites.set(i.id,i),i}getAllAvailableRequests(){let e=[],r=this.collectionService.getAllCollections();for(let n of r)this.extractRequestsFromCollection(n,n.id,n.name,"",e);return e}extractRequestsFromCollection(e,r,n,i,s){if(e.requests)for(let a of e.requests)s.push({collectionId:r,collectionName:n,requestId:a.id,name:a.name||"Unnamed Request",method:a.method||"GET",folderPath:i});if(e.items)for(let a of e.items)if(a.items||a.folders||a.requests){let l=i?`${i}/${a.name}`:a.name;this.extractRequestsFromCollection(a,r,n,l,s)}else s.push({collectionId:r,collectionName:n,requestId:a.id,name:a.name||"Unnamed Request",method:a.method||"GET",folderPath:i});if(e.folders)for(let a of e.folders){let l=i?`${i}/${a.name}`:a.name;this.extractRequestsFromCollection(a,r,n,l,s)}}async saveSuiteToDisk(e){this.ensureSuitesDir();let r=`${e.id}.suite.json`,n=go.join(this.suitesDir,r),i=JSON.stringify(e,null,2);Tt.writeFileSync(n,i,"utf-8")}}});var re,Xg=oe(()=>{"use strict";re={Config:Symbol.for("IConfigService"),Console:Symbol.for("IConsoleService"),EnvironmentConfig:Symbol.for("IEnvironmentConfigService"),Collection:Symbol.for("ICollectionService"),HttpRequest:Symbol.for("IHttpRequestService"),HttpClient:Symbol.for("IHttpClient"),Cookie:Symbol.for("ICookieService"),RequestHistory:Symbol.for("IRequestHistoryService"),TestSuite:Symbol.for("ITestSuiteService"),UrlBuilder:Symbol.for("IUrlBuilder"),RequestPreprocessor:Symbol.for("IRequestPreprocessor"),RequestPreparer:Symbol.for("IRequestPreparer"),InterceptorChain:Symbol.for("IInterceptorChain"),ScriptExecutor:Symbol.for("IScriptExecutor"),DataFileParser:Symbol.for("IDataFileParser"),CollectionRequestExecutor:Symbol.for("ICollectionRequestExecutor"),WorkspaceFolder:Symbol.for("WorkspaceFolder"),PersistentCookieJar:Symbol.for("PersistentCookieJar"),OAuth2TokenManager:Symbol.for("IOAuth2TokenManager"),GraphQLSchemaService:Symbol.for("IGraphQLSchemaService"),SchemaInferrer:Symbol.for("SchemaInferrer"),HistoryAnalyzer:Symbol.for("HistoryAnalyzer"),ScriptAnalyzer:Symbol.for("ScriptAnalyzer"),SchemaInferenceService:Symbol.for("SchemaInferenceService"),OpenApiExporter:Symbol.for("OpenApiExporter"),OpenApiImporter:Symbol.for("OpenApiImporter"),SecretResolverRegistry:Symbol.for("SecretResolverRegistry")}});function Ld(t,e){let{workspaceFolder:r,fileWatcherFactory:n,notificationService:i,workspaceStore:s,globalStore:a,secretStore:l,browserService:f,applicationInfo:d,consoleService:m}=e;t.registerValue(re.WorkspaceFolder,r),t.registerSingleton(re.Config,()=>new va(r,n,i)),t.registerSingleton(re.Console,()=>m??V9),t.registerSingleton(re.EnvironmentConfig,y=>new Cc(r,s,y.resolve(re.Config),n,l)),t.registerSingleton(re.Cookie,()=>new Rc(a)),t.registerSingleton(re.Collection,y=>new _c(r,y.resolve(re.Config),n)),t.registerSingleton(re.TestSuite,y=>new ru(y.resolve(re.Collection),y.resolve(re.Config))),t.registerSingleton(re.HttpClient,()=>new Us),t.registerSingleton(re.UrlBuilder,()=>new bn),t.registerSingleton(re.InterceptorChain,()=>new wi),t.registerSingleton(re.HttpRequest,y=>new Si(y.resolve(re.UrlBuilder),y.resolve(re.InterceptorChain),y.resolve(re.HttpClient))),t.registerSingleton(re.RequestPreprocessor,()=>new Gs),t.registerSingleton(re.RequestHistory,y=>{let w=y.resolve(re.EnvironmentConfig);return new Ic(w.getHistoriesPath(),Jq.join(w.getRootPath(),"shared-histories"))}),l&&f&&t.registerSingleton(re.OAuth2TokenManager,y=>new bc(l,f,y.resolve(re.EnvironmentConfig),y.resolve(re.HttpRequest))),t.registerSingleton(re.GraphQLSchemaService,y=>new Oc(y.resolve(re.HttpClient))),t.registerSingleton(re.SecretResolverRegistry,y=>new eu(y.resolve(re.Config)));let g=d??{name:"HttpForge",version:"0.0.0"};t.registerSingleton(re.RequestPreparer,y=>new Ec(y.resolve(re.EnvironmentConfig),y.resolve(re.HttpRequest),y.resolve(re.RequestPreprocessor),y.has(re.OAuth2TokenManager)?y.resolve(re.OAuth2TokenManager):void 0,g,y.resolve(re.SecretResolverRegistry))),t.registerSingleton(re.ScriptExecutor,y=>{let w=y.resolve(re.Config);return new Ci(y.resolve(re.HttpRequest),w.getModulePaths(),y.resolve(re.SecretResolverRegistry),w.getScriptScope(),w.getScriptTimeout())}),t.registerSingleton(re.DataFileParser,()=>new Qs),t.registerSingleton(re.CollectionRequestExecutor,y=>new ns(y.resolve(re.HttpRequest),y.resolve(re.ScriptExecutor),y.resolve(re.EnvironmentConfig),y.resolve(re.RequestPreparer),"")),t.registerSingleton(re.PersistentCookieJar,y=>new xc(y.resolve(re.Cookie))),t.registerSingleton(re.SchemaInferrer,()=>new os),t.registerSingleton(re.HistoryAnalyzer,y=>new wa(y.resolve(re.RequestHistory),y.resolve(re.SchemaInferrer))),t.registerSingleton(re.ScriptAnalyzer,()=>new ja),t.registerSingleton(re.SchemaInferenceService,y=>new La(y.resolve(re.HistoryAnalyzer),y.resolve(re.ScriptAnalyzer),y.resolve(re.SchemaInferrer))),t.registerSingleton(re.OpenApiExporter,y=>new Ia(y.resolve(re.Collection),y.resolve(re.EnvironmentConfig),y.resolve(re.SchemaInferenceService))),t.registerSingleton(re.OpenApiImporter,y=>new Fa(y.resolve(re.Collection),y.resolve(re.EnvironmentConfig)))}var Jq,V9,ux=oe(()=>{"use strict";Jq=he(require("path"));D0();H0();V0();W0();z0();Y0();mm();G0();K0();X0();Xu();ef();Zu();fm();Bl();ew();N_();ZR();XR();wg();ex();dm();Mf();ax();cx();Xg();V9={log:()=>{},trace:()=>{},debug:()=>{},info:()=>{},warn:()=>{},error:()=>{},logBatch:()=>{},logRawLines:()=>{},show:()=>{},clear:()=>{},dispose:()=>{}}});function fx(){return yo.instance}var yo,dx=oe(()=>{"use strict";Xg();yo=class t{static _instance;services=new Map;primitives=new Map;constructor(){}static get instance(){return t._instance||(t._instance=new t),t._instance}static reset(){t._instance&&t._instance.clear(),t._instance=void 0}registerValue(e,r){return this.primitives.set(e,r),this}registerSingleton(e,r){return this.services.set(e,{factory:r,singleton:!0}),this}registerTransient(e,r){return this.services.set(e,{factory:r,singleton:!1}),this}registerInstance(e,r){return this.services.set(e,{factory:()=>r,singleton:!0,instance:r}),this}resolve(e){if(this.primitives.has(e))return this.primitives.get(e);let r=this.services.get(e);if(!r)throw new Error(`Service not registered: ${e.toString()}`);return r.singleton?(r.instance||(r.instance=r.factory(this)),r.instance):r.factory(this)}has(e){return this.services.has(e)||this.primitives.has(e)}clear(){this.services.clear(),this.primitives.clear()}get config(){return this.resolve(re.Config)}get console(){return this.resolve(re.Console)}get environmentConfig(){return this.resolve(re.EnvironmentConfig)}get collection(){return this.resolve(re.Collection)}get httpRequest(){return this.resolve(re.HttpRequest)}get httpClient(){return this.resolve(re.HttpClient)}get cookie(){return this.resolve(re.Cookie)}get requestHistory(){return this.resolve(re.RequestHistory)}get dataFileParser(){return this.resolve(re.DataFileParser)}get scriptExecutor(){return this.resolve(re.ScriptExecutor)}get requestPreparer(){return this.resolve(re.RequestPreparer)}get persistentCookieJar(){return this.resolve(re.PersistentCookieJar)}get oauth2TokenManager(){return this.has(re.OAuth2TokenManager)?this.resolve(re.OAuth2TokenManager):void 0}get graphqlSchemaService(){return this.resolve(re.GraphQLSchemaService)}get testSuite(){return this.resolve(re.TestSuite)}}});var Ua,px=oe(()=>{"use strict";jl();Ua=class{cookies=new Map;getCookieKey(e,r,n){return`${r||"*"}|${n||"/"}|${e}`}getCookiesForDomain(e){let r=[];for(let n of this.cookies.values())ut.isExpired(n)||(!n.domain||ut.domainMatches(e,n.domain))&&r.push(n);return r}has(e,r){return this.get(e,r)!==void 0}get(e,r){let n=this.getCookieKey(e,r),i=this.cookies.get(n);if(i&&!ut.isExpired(i))return i}set(e){let r=this.getCookieKey(e.name,e.domain,e.path);this.cookies.set(r,e)}delete(e,r,n){let i=this.getCookieKey(e,r,n);return this.cookies.delete(i)}getAll(e){if(e)return this.getCookiesForDomain(e);let r=[];for(let n of this.cookies.values())ut.isExpired(n)||r.push(n);return r}setCookiesFromResponse(e,r){let n=ut.extractDomain(e),i=ut.parseCookieHeaders(r,n);for(let s of i){let a=this.getCookieKey(s.name,s.domain,s.path);this.cookies.set(a,s)}}getCookieHeader(e){let r=ut.extractDomain(e),n=ut.extractPath(e),s=this.getCookiesForDomain(r).filter(a=>a.path?n.startsWith(a.path):!0);if(s.length!==0)return ut.formatCookieHeader(s)}clear(){this.cookies.clear()}}});function jd(t,e,r){let n=String(t).padStart(6,"0"),i=String(e).padStart(4,"0");return`result-${n}-iter-${i}-${r}.json`}function Yq(t){return{index:t.i,iteration:t.it,name:t.n,method:Ha[t.m]||"GET",status:t.s,duration:t.d,passed:t.p,assertionsPassed:t.ap,assertionsFailed:t.af,requestId:t.r,resultFile:jd(t.i,t.it,t.r),error:t.e}}var ey,Ha,ty=oe(()=>{"use strict";ey={GET:0,POST:1,PUT:2,DELETE:3,PATCH:4,HEAD:5,OPTIONS:6,TRACE:7,CONNECT:8},Ha={0:"GET",1:"POST",2:"PUT",3:"DELETE",4:"PATCH",5:"HEAD",6:"OPTIONS",7:"TRACE",8:"CONNECT"}});function yt(t){return String(t??"").replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function Ba(t){return t>=1e3?`${(t/1e3).toFixed(2)}s`:`${t}ms`}function hx(t){try{return new Date(t).toLocaleString()}catch{return t}}function ry(t){return t>=200&&t<300?"status-2xx":t>=300&&t<400?"status-3xx":t>=400&&t<500?"status-4xx":"status-5xx"}function W9(t,e){return e===0?"\u2014":`${Math.round(t/e*100)}%`}function Qq(t){try{return typeof t=="string"&&(t=JSON.parse(t)),JSON.stringify(t,null,2)}catch{return String(t??"")}}function Gq(t){return!t||Object.keys(t).length===0?'<span class="dim">\u2014</span>':`<table class="kv-table">${Object.entries(t).map(([r,n])=>{let i=Array.isArray(n)?n.join(", "):String(n??"");return`<tr><td class="kv-key">${yt(r)}</td><td class="kv-val">${yt(i)}</td></tr>`}).join("")}</table>`}function z9(t){return t==null||t===""?'<span class="dim">\u2014</span>':typeof t=="string"?yt(t):typeof t=="number"||typeof t=="boolean"?yt(String(t)):`<pre class="code">${yt(Qq(t))}</pre>`}function mx(t){return!t||Object.keys(t).length===0?'<span class="dim">\u2014</span>':`<table class="kv-table meta-table">${Object.entries(t).map(([r,n])=>`
|
|
278
278
|
<tr>
|
|
279
279
|
<td class="kv-key">${yt(r)}</td>
|
|
280
|
-
<td class="kv-val">${
|
|
281
|
-
</tr>`).join("")}</table>`}function
|
|
280
|
+
<td class="kv-val">${z9(n)}</td>
|
|
281
|
+
</tr>`).join("")}</table>`}function J9(t){return!t||t.length===0?'<span class="dim">\u2014</span>':`<table class="kv-table">${t.map(r=>`
|
|
282
282
|
<tr>
|
|
283
283
|
<td class="kv-key">${yt(r.name??"(unnamed)")}</td>
|
|
284
284
|
<td class="kv-val">${yt(r.value??"")}</td>
|
|
285
|
-
</tr>`).join("")}</table>`}function
|
|
285
|
+
</tr>`).join("")}</table>`}function Kq(t,e){if(t==null||t==="")return'<span class="dim">\u2014 empty \u2014</span>';let r=Qq(t);return`<pre class="code">${yt(r)}</pre>`}var iu,nu,su,gx=oe(()=>{"use strict";iu=he(require("fs/promises")),nu=he(require("path"));ty();su=class{constructor(e){this.basePath=e}basePath;async generate(e,r){let n=nu.join(this.basePath,e,r),i=JSON.parse(await iu.readFile(nu.join(n,"manifest.json"),"utf-8")),s=await this.loadAllSummaries(n,i.totalIndexPages),a=await this.loadAllDetails(n,s),l=this.buildHtml(i,s,a),f=nu.join(n,"report.html");return await iu.writeFile(f,l,"utf-8"),f}async loadAllSummaries(e,r){let n=[];for(let i=1;i<=r;i++){let s=nu.join(e,"index",`page-${String(i).padStart(4,"0")}.json`);try{let a=JSON.parse(await iu.readFile(s,"utf-8"));n.push(...a.summaries)}catch{}}return n}async loadAllDetails(e,r){let n=new Map;for(let i of r){let s=jd(i.i,i.it,i.r),a=`${i.i}-${i.it}`;try{let l=JSON.parse(await iu.readFile(nu.join(e,"results",s),"utf-8"));n.set(a,l)}catch{}}return n}groupByIterCollectionFolder(e){let r=[],n=new Map;for(let i of e){n.has(i.it)||(n.set(i.it,{order:[],map:new Map}),r.push(i.it));let s=n.get(i.it),a=i.cn||"",l=i.fp||"",f=`${a}\0${l}`;s.map.has(f)||(s.map.set(f,{cn:a,fp:l,items:[]}),s.order.push(f)),s.map.get(f).items.push(i)}return r.map(i=>{let s=n.get(i);return{it:i,groups:s.order.map(a=>s.map.get(a))}})}groupLabel(e,r,n){let i=String(n).padStart(2,"0"),s=e?yt(e):"";if(r){let a=r.split("/").map(l=>yt(l.replace(/^\s*\d+\s*-\s*/,""))).join("/");s=s?`${s}: ${a}`:a}return s||(s="(root)"),`${i} - ${s}`}renderGroupedDetails(e,r,n){let i=r.config.iterations>1;return this.groupByIterCollectionFolder(e).map(s=>{let a=s.groups.map((d,m)=>{let g=d.items.filter(R=>R.p).length,y=d.items.length,w=g<y,C=d.items.map(n).join("");return`
|
|
286
286
|
<details class="group-block${w?" group-fail":""}" open>
|
|
287
287
|
<summary class="group-head">
|
|
288
288
|
<span class="group-title">\u{1F4C1} ${this.groupLabel(d.cn,d.fp,m+1)}</span>
|
|
289
289
|
<span class="group-count ${w?"fail":"dim"}">(${g}/${y})</span>
|
|
290
290
|
</summary>
|
|
291
291
|
<div class="group-body">${C}</div>
|
|
292
|
-
</details>`}).join("");if(!i)return
|
|
292
|
+
</details>`}).join("");if(!i)return a;let l=s.groups.reduce((d,m)=>d+m.items.filter(g=>g.p).length,0),f=s.groups.reduce((d,m)=>d+m.items.length,0);return`
|
|
293
293
|
<details class="iter-block" open>
|
|
294
294
|
<summary class="iter-head">
|
|
295
295
|
<span class="iter-title">Iteration ${s.it}</span>
|
|
296
296
|
<span class="dim iter-count">(${l}/${f} passed)</span>
|
|
297
297
|
</summary>
|
|
298
|
-
<div class="iter-body">${
|
|
299
|
-
</details>`}).join("")}renderGroupedTimeline(e,r,n){let i=r.config.iterations>1,s=8;return this.groupByIterCollectionFolder(e).map(
|
|
298
|
+
<div class="iter-body">${a}</div>
|
|
299
|
+
</details>`}).join("")}renderGroupedTimeline(e,r,n){let i=r.config.iterations>1,s=8;return this.groupByIterCollectionFolder(e).map(a=>{let l="";return i&&(l+=`<tr class="group-row iter-row"><td colspan="${s}">Iteration ${a.it}</td></tr>`),a.groups.forEach((f,d)=>{l+=`<tr class="group-row folder-row"><td colspan="${s}">\u{1F4C1} ${this.groupLabel(f.cn,f.fp,d+1)}</td></tr>`,l+=f.items.map(n).join("")}),l}).join("")}buildHtml(e,r,n){let i=Ba(e.stats.totalDuration),s=e.stats.failed===0,a=Object.entries(e.requestStats).map(([,w])=>{let C=W9(w.passed,w.count);return`
|
|
300
300
|
<tr${w.failed>0?' class="row-fail"':""}>
|
|
301
301
|
<td>${yt(w.name)}</td>
|
|
302
302
|
<td>${w.count}</td>
|
|
@@ -306,7 +306,7 @@ Too many redirects:
|
|
|
306
306
|
<td>${w.p90!==void 0?Ba(w.p90):"\u2014"}</td>
|
|
307
307
|
<td>${w.p99!==void 0?Ba(w.p99):"\u2014"}</td>
|
|
308
308
|
<td class="${w.failed>0?"fail":"pass"}">${C}</td>
|
|
309
|
-
</tr>`}).join(""),l=Math.max(...r.map(w=>w.d),1),f=w=>{let C=Ha[w.m]??"GET",R=Math.max(2,Math.round(w.d/l*100)),
|
|
309
|
+
</tr>`}).join(""),l=Math.max(...r.map(w=>w.d),1),f=w=>{let C=Ha[w.m]??"GET",R=Math.max(2,Math.round(w.d/l*100)),T=w.p?"bar-pass":"bar-fail",A=w.p?"":' class="row-fail"',U=`req-${w.i}-${w.it}`;return`
|
|
310
310
|
<tr${A}>
|
|
311
311
|
<td class="dim">${w.i}</td>
|
|
312
312
|
<td>${w.it}</td>
|
|
@@ -314,14 +314,14 @@ Too many redirects:
|
|
|
314
314
|
<td><a href="#${U}" class="req-link">${yt(w.n)}</a></td>
|
|
315
315
|
<td class="${ry(w.s)}">${w.s}</td>
|
|
316
316
|
<td>${Ba(w.d)}</td>
|
|
317
|
-
<td><div class="bar-wrap"><div class="${
|
|
317
|
+
<td><div class="bar-wrap"><div class="${T}" style="width:${R}%"></div></div></td>
|
|
318
318
|
<td class="${w.p?"pass":"fail"}">${w.p?"\u2713":"\u2717"}</td>
|
|
319
|
-
</tr>`},d=this.renderGroupedTimeline(r,e,f),m=w=>{let C=`${w.i}-${w.it}`,R=n.get(C),
|
|
319
|
+
</tr>`},d=this.renderGroupedTimeline(r,e,f),m=w=>{let C=`${w.i}-${w.it}`,R=n.get(C),T=Ha[w.m]??"GET",A=`req-${w.i}-${w.it}`,U=w.p,B=U?"#1f6feb40":"#f8514940",V=R?.assertions?.length?`<ul class="assert-list">${R.assertions.map(ht=>`
|
|
320
320
|
<li class="${ht.passed?"pass":"fail"}">
|
|
321
321
|
<span class="assert-icon">${ht.passed?"\u2713":"\u2717"}</span>
|
|
322
322
|
${yt(ht.name)}
|
|
323
323
|
${ht.message?`<span class="assert-msg"> \u2014 ${yt(ht.message)}</span>`:""}
|
|
324
|
-
</li>`).join("")}</ul>`:'<span class="dim">No assertions</span>',
|
|
324
|
+
</li>`).join("")}</ul>`:'<span class="dim">No assertions</span>',W=Gq(R?.request?.headers),X=mx(R?{method:R.request?.method,url:R.request?.url,query:R.request?.query,params:R.request?.params,bodyType:R.request?.body?.type,bodyFormat:R.request?.body?.format}:void 0),P=R?.request?.body,_=P&&typeof P=="object"?P.type:void 0,k=P&&typeof P=="object"&&"content"in P?P.content:P,M=_!=="none"&&!(k==null||k===""),j=M?Kq(k):"",$=Gq(R?.response?.headers),Y=mx(R?{status:R.status,statusText:R.statusText,durationMs:R.duration,responseTimeMs:R.response?.time,responseSizeBytes:R.response?.size}:void 0),K=R?.response?.body!==void 0&&R.response.body!==null?Kq(R.response.body):'<span class="dim">\u2014 no body \u2014</span>',ne=J9(R?.response?.cookies),ue=mx(R?{timestamp:R.timestamp?new Date(R.timestamp).toISOString():void 0,nextRequest:R.nextRequest,visualizerTemplate:R.visualizerData?.template,visualizerData:R.visualizerData?.data}:void 0),tt=`
|
|
325
325
|
<div class="detail-section">
|
|
326
326
|
<div class="pane-section-title">Assertions
|
|
327
327
|
<span class="assert-counts">
|
|
@@ -329,7 +329,7 @@ Too many redirects:
|
|
|
329
329
|
${w.af>0?`<span class="fail"> \xB7 ${w.af} failed</span>`:""}
|
|
330
330
|
</span>
|
|
331
331
|
</div>
|
|
332
|
-
${
|
|
332
|
+
${V}
|
|
333
333
|
</div>`,Re=`
|
|
334
334
|
<div class="col-pane exec-meta-box">
|
|
335
335
|
<div class="pane-title">Execution Metadata</div>
|
|
@@ -344,7 +344,7 @@ Too many redirects:
|
|
|
344
344
|
|
|
345
345
|
<div class="pane-section">
|
|
346
346
|
<div class="pane-section-title">Headers</div>
|
|
347
|
-
${
|
|
347
|
+
${W}
|
|
348
348
|
</div>
|
|
349
349
|
|
|
350
350
|
${M?`
|
|
@@ -376,7 +376,7 @@ Too many redirects:
|
|
|
376
376
|
<summary class="req-summary">
|
|
377
377
|
<span class="toggle-icon">\u25B6</span>
|
|
378
378
|
<span class="req-index dim">#${w.i}</span>
|
|
379
|
-
<span class="method method-${
|
|
379
|
+
<span class="method method-${T.toLowerCase()}">${T}</span>
|
|
380
380
|
<span class="req-name">${yt(w.n)}</span>
|
|
381
381
|
${Rt}
|
|
382
382
|
${Jr}
|
|
@@ -387,7 +387,7 @@ Too many redirects:
|
|
|
387
387
|
${ai}
|
|
388
388
|
<!-- URL row -->
|
|
389
389
|
<div class="detail-section url-row">
|
|
390
|
-
<span class="method method-${
|
|
390
|
+
<span class="method method-${T.toLowerCase()}">${T}</span>
|
|
391
391
|
<code class="url-text">${yt(R?.url??"\u2014")}</code>
|
|
392
392
|
</div>
|
|
393
393
|
|
|
@@ -675,7 +675,7 @@ Too many redirects:
|
|
|
675
675
|
<th>Avg</th><th>P90</th><th>P99</th><th>Pass%</th>
|
|
676
676
|
</tr>
|
|
677
677
|
</thead>
|
|
678
|
-
<tbody>${
|
|
678
|
+
<tbody>${a}</tbody>
|
|
679
679
|
</table>
|
|
680
680
|
</div>
|
|
681
681
|
|
|
@@ -800,17 +800,17 @@ Too many redirects:
|
|
|
800
800
|
});
|
|
801
801
|
</script>
|
|
802
802
|
</body>
|
|
803
|
-
</html>`}}});function ny(t,e){if(t.length===0)return 0;let r=Math.ceil(e/100*t.length)-1;return t[Math.max(0,Math.min(r,t.length-1))]}var Ut,zr,Va,yx=ae(()=>{"use strict";Ut=he(require("fs/promises")),zr=he(require("path"));vn();jf();gx();ty();Va=class{constructor(e){this.configService=e;let r=e.getRunnerConfig();this.basePath=e.getResultsPath(),this.indexPageSize=r.indexPageSize,this.recentErrorsLimit=r.recentErrorsLimit}configService;basePath;currentRunPath=null;currentRunId=null;currentSuiteId=null;currentManifest=null;currentIndexPage=[];currentPageNumber=1;indexPageSize;recentErrors=[];recentErrorsLimit;resultIndex=0;requestDurations={};getBasePath(){return this.basePath}async initializeRun(e,r,n,i){let s=this.generateRunId();return this.currentRunId=s,this.currentSuiteId=e,this.currentRunPath=zr.join(this.basePath,e,s),await Ut.mkdir(zr.join(this.currentRunPath,"results"),{recursive:!0}),await Ut.mkdir(zr.join(this.currentRunPath,"index"),{recursive:!0}),this.currentManifest={version:"1.0",runId:s,suiteId:e,suiteName:r,environment:n,startTime:new Date().toISOString(),status:"running",config:i,stats:{totalRequests:0,passed:0,failed:0,skipped:0,totalDuration:0,avgDuration:0,minDuration:Number.MAX_SAFE_INTEGER,maxDuration:0},requestStats:{},totalIndexPages:0,indexPageSize:this.indexPageSize},this.currentIndexPage=[],this.currentPageNumber=1,this.recentErrors=[],this.resultIndex=0,this.requestDurations={},await this.saveManifest(),s}async saveResult(e,r){if(!this.currentRunPath||!this.currentManifest)throw new Error("No active run. Call initializeRun first.");this.resultIndex++;let n=Date.now(),i=String(e).padStart(4,"0"),s=String(this.resultIndex).padStart(6,"0"),o=Et(r.requestId),l=`result-${s}-iter-${i}-${o}.json`,f=zr.join(this.currentRunPath,"results",l),d={index:this.resultIndex,iteration:e,requestId:r.requestId,name:r.name,method:r.executedRequest.method,url:r.executedRequest.url,folderPath:r.folderPath||"",collectionName:r.collectionName||"",status:r.response.status,statusText:r.response.statusText||"",duration:r.duration,passed:r.passed,timestamp:n,request:{method:r.executedRequest.method,url:r.executedRequest.url,headers:r.executedRequest.headers,query:r.executedRequest.query,params:r.executedRequest.params,body:r.executedRequest.body},response:{headers:r.response.headers,body:r.response.body,time:r.response.time,size:r.response.size,cookies:r.response.cookies},assertions:r.assertions.map(w=>({name:w.name,passed:w.passed,message:w.message||null})),error:r.error||null,consoleOutput:r.consoleOutput,modifiedVariables:r.modifiedVariables,modifiedEnvironmentVariables:r.modifiedEnvironmentVariables,modifiedCollectionVariables:r.modifiedCollectionVariables,nextRequest:r.nextRequest??null,visualizerData:r.visualizerData};await Ut.writeFile(f,JSON.stringify(_m(d),null,2),"utf-8");let m=r.assertions.filter(w=>w.passed).length,g=r.assertions.filter(w=>!w.passed).length,y={i:this.resultIndex,it:e,n:r.name,m:ey[r.executedRequest.method.toUpperCase()]??0,s:r.response.status,d:r.duration,p:r.passed,ap:m,af:g,r:r.requestId,e:r.passed?null:r.error||null,fp:r.folderPath||"",cn:r.collectionName||""};return this.currentIndexPage.push(y),this.currentIndexPage.length>=this.indexPageSize&&await this.writeCurrentIndexPage(),this.updateStats(r),this.requestDurations[r.requestId]||(this.requestDurations[r.requestId]=[]),this.requestDurations[r.requestId].push(r.duration),r.passed||(this.recentErrors.unshift({timestamp:n,iteration:e,requestName:r.name,status:r.response.status,error:r.error||`Status ${r.response.status}`,resultFile:l}),this.recentErrors.length>this.recentErrorsLimit&&this.recentErrors.pop()),y}async finalizeRun(e="completed",r=!0){if(!this.currentManifest)return null;this.currentIndexPage.length>0&&await this.writeCurrentIndexPage(),this.currentManifest.endTime=new Date().toISOString(),this.currentManifest.status=e,this.currentManifest.totalIndexPages=this.currentPageNumber-1,this.currentManifest.stats.totalRequests>0&&(this.currentManifest.stats.avgDuration=Math.round(this.currentManifest.stats.totalDuration/this.currentManifest.stats.totalRequests)),this.currentManifest.stats.minDuration===Number.MAX_SAFE_INTEGER&&(this.currentManifest.stats.minDuration=0);for(let l in this.currentManifest.requestStats){let f=this.currentManifest.requestStats[l],d=this.requestDurations[l]||[];f.count>0&&(f.avgDuration=Math.round(f.totalDuration/f.count)),f.minDuration===Number.MAX_SAFE_INTEGER&&(f.minDuration=0),d.length>0&&(d.sort((m,g)=>m-g),f.p50=ny(d,50),f.p90=ny(d,90),f.p95=ny(d,95),f.p99=ny(d,99))}this.requestDurations={},await this.saveManifest();let n=null,i=this.currentRunPath,s=this.currentSuiteId,o=this.currentRunId;if(this.currentRunPath=null,this.currentRunId=null,this.currentSuiteId=null,this.currentManifest=null,this.currentIndexPage=[],this.recentErrors=[],this.resultIndex=0,r&&s&&o&&i)try{n=await new su(this.basePath).generate(s,o)}catch(l){console.warn("[ResultStorage] HTML report generation failed:",l)}return n}getCurrentStats(){return this.currentManifest?{stats:{...this.currentManifest.stats},requestStats:{...this.currentManifest.requestStats},recentErrors:[...this.recentErrors]}:null}getCurrentRunId(){return this.currentRunId}getCurrentSuiteId(){return this.currentSuiteId}async getResultDetails(e,r,n){let i=zr.join(this.basePath,e,r,"results",n),s=await Ut.readFile(i,"utf-8");return JSON.parse(s)}async getIndexPage(e,r,n){let i=zr.join(this.basePath,e,r,"index",`page-${String(n).padStart(4,"0")}.json`),s=await Ut.readFile(i,"utf-8");return JSON.parse(s)}async getManifest(e,r){let n=zr.join(this.basePath,e,r,"manifest.json"),i=await Ut.readFile(n,"utf-8");return JSON.parse(i)}async listRuns(e){let r=zr.join(this.basePath,e);try{let n=await Ut.readdir(r),i=[];for(let s of n.sort().reverse())try{let o=await this.getManifest(e,s);i.push(o)}catch{}return i}catch{return[]}}async listSuites(){try{return(await Ut.readdir(this.basePath,{withFileTypes:!0})).filter(r=>r.isDirectory()).map(r=>r.name)}catch{return[]}}async deleteRun(e,r){let n=zr.join(this.basePath,e,r);await Ut.rm(n,{recursive:!0,force:!0})}async cleanupOldRuns(){let r=this.configService.getRunnerConfig().resultsRetentionDays;if(r===0)return{deleted:0,freed:0};let n=new Date;n.setDate(n.getDate()-r);let i=0,s=0,o=await this.listSuites();for(let l of o){let f=await this.listRuns(l);for(let d of f)if(new Date(d.startTime)<n){let m=zr.join(this.basePath,l,d.runId),g=await this.getDirectorySize(m);await Ut.rm(m,{recursive:!0,force:!0}),i++,s+=g}}return{deleted:i,freed:s}}generateRunId(){let e=new Date,r=e.toISOString().slice(0,10).replace(/-/g,""),n=e.toTimeString().slice(0,8).replace(/:/g,""),i=String(e.getMilliseconds()).padStart(3,"0");return`run-${r}-${n}-${i}`}async saveManifest(){if(!this.currentRunPath||!this.currentManifest)return;let e=zr.join(this.currentRunPath,"manifest.json");await Ut.writeFile(e,JSON.stringify(this.currentManifest,null,2),"utf-8")}async writeCurrentIndexPage(){if(!this.currentRunPath||this.currentIndexPage.length===0)return;let e=`page-${String(this.currentPageNumber).padStart(4,"0")}.json`,r=zr.join(this.currentRunPath,"index",e),n={page:this.currentPageNumber,startIndex:(this.currentPageNumber-1)*this.indexPageSize+1,count:this.currentIndexPage.length,summaries:this.currentIndexPage};await Ut.writeFile(r,JSON.stringify(n),"utf-8"),this.currentPageNumber++,this.currentIndexPage=[]}updateStats(e){if(!this.currentManifest)return;let r=this.currentManifest.stats,n=this.currentManifest.requestStats;r.totalRequests++,r.totalDuration+=e.duration,r.minDuration=Math.min(r.minDuration,e.duration),r.maxDuration=Math.max(r.maxDuration,e.duration),e.passed?r.passed++:r.failed++,n[e.requestId]||(n[e.requestId]={name:e.name,count:0,passed:0,failed:0,totalDuration:0,avgDuration:0,minDuration:Number.MAX_SAFE_INTEGER,maxDuration:0});let i=n[e.requestId];i.count++,i.totalDuration+=e.duration,i.minDuration=Math.min(i.minDuration,e.duration),i.maxDuration=Math.max(i.maxDuration,e.duration),e.passed?i.passed++:i.failed++}async getDirectorySize(e){let r=0;try{let n=await Ut.readdir(e,{withFileTypes:!0});for(let i of n){let s=zr.join(e,i.name);if(i.isDirectory())r+=await this.getDirectorySize(s);else{let o=await Ut.stat(s);r+=o.size}}}catch{}return r}}});var Ai,Ud,vx,iy,Hd,sy,Kq=ae(()=>{"use strict";Ai=he(require("fs")),Ud=he(require("path")),vx=class{watchers=[];constructor(e,r){let n=this.globToPath(e,r);try{let i=Ai.watch(n,{recursive:!0},(s,o)=>{if(o){let l=Ud.join(n,o);this.notifyChange(l)}});this.watchers.push(i)}catch{}}globToPath(e,r){return r.includes("**")?e:Ud.join(e,r.replace(/\*/g,""))}notifyChange(e){}onDidChange(e){return{dispose:()=>{}}}onDidCreate(e){return{dispose:()=>{}}}onDidDelete(e){return{dispose:()=>{}}}dispose(){for(let e of this.watchers)e.close();this.watchers=[]}},iy=class{createFileWatcher(e,r){return new vx(e,r)}},Hd=class{data={};storeFile;constructor(e){this.storeFile=e,this.load()}load(){try{if(Ai.existsSync(this.storeFile)){let e=Ai.readFileSync(this.storeFile,"utf-8");this.data=JSON.parse(e)}}catch{}}save(){try{let e=Ud.dirname(this.storeFile);Ai.mkdirSync(e,{recursive:!0}),Ai.writeFileSync(this.storeFile,JSON.stringify(this.data,null,2),"utf-8")}catch{}}get(e,r){let n=this.data[e];return n!==void 0?n:r}async update(e,r){r===void 0?delete this.data[e]:this.data[e]=r,this.save()}},sy=class{async showInformation(e){console.log(`[INFO] ${e}`)}async showWarning(e){console.warn(`[WARN] ${e}`)}async showError(e){console.error(`[ERROR] ${e}`)}}});function bx(t){let e=ou.resolve(t.workspaceFolder),{appInfo:r}=t,n=yo.instance;n.clear();let i=ou.join(e,".http-forge-cache","stores"),s=ou.join(i,"workspace-state.json"),o=ou.join(i,"global-state.json"),l={workspaceFolder:e,fileWatcherFactory:new iy,notificationService:new sy,workspaceStore:new Hd(s),globalStore:new Hd(o),applicationInfo:r||{name:"http-forge-cli",version:"0.1.0"}};return Ld(n,l),n}function qi(t){return bx({workspaceFolder:t})}var ou,oy=ae(()=>{"use strict";ou=he(require("path"));ux();dx();Kq()});function z9(t){let e=[];return t.map(r=>{let n=rn(r,e);return e.push(n),n})}function Qq(t,e,r,n){let i=t.find(d=>d.id===e);if(i)return{item:i,tier:"id"};let s=z9(t.map(d=>d.name)),o=t.filter((d,m)=>s[m]===e);if(o.length===1)return{item:o[0],tier:"slug"};if(o.length>1)throw new vo(r,e,o.map(d=>({id:d.id,name:d.name,path:n(d)})));let l=e.toLowerCase(),f=t.filter(d=>d.name.toLowerCase()===l);if(f.length===1)return{item:f[0],tier:"name"};throw f.length>1?new vo(r,e,f.map(d=>({id:d.id,name:d.name,path:n(d)}))):new Error(`${r.charAt(0).toUpperCase()}${r.slice(1)} "${e}" not found`)}function ay(t,e){let{item:r,tier:n}=Qq(t,e,"collection",()=>"");return{collection:r,tier:n}}function ly(t,e){let r=e.split("/").map(o=>o.trim()).filter(o=>o.length>0),n=t.items,i=[],s=[];for(let o of r){let l=n.filter(g=>g.type==="folder"),f=i.join("/"),{item:d,tier:m}=Qq(l,o,"folder",g=>f?`${f}/${g.name}`:g.name);i.push(d.name),s.push(m),n=d.items??[]}return{folderPath:i.join("/"),tiers:s}}function Zq(t,e,r){let n=[];for(let i of t)if(i.type==="request"){let s=rn(i.name,n);n.push(s),r.push({item:i,folderPath:e,slug:s})}for(let i of t)if(i.type==="folder"){let s=i,o=e?`${e}/${s.name}`:s.name;Zq(s.items??[],o,r)}}function cy(t,e,r){let n=[];Zq(t.items,"",n);let i=r?r.replace(/\/+$/,""):void 0,s=i?n.filter(y=>y.folderPath===i||y.folderPath.startsWith(`${i}/`)):n,o=y=>y.folderPath?`${y.folderPath}/${y.item.name}`:y.item.name,l=s.find(y=>y.item.id===e);if(l)return{request:l.item,tier:"id",folderPath:l.folderPath};let f=s.filter(y=>y.slug===e);if(f.length===1)return{request:f[0].item,tier:"slug",folderPath:f[0].folderPath};if(f.length>1)throw new vo("request",e,f.map(y=>({id:y.item.id,name:y.item.name,path:o(y)})));let d=e.toLowerCase(),m=s.filter(y=>y.item.name.toLowerCase()===d);if(m.length===1)return{request:m[0].item,tier:"name",folderPath:m[0].folderPath};if(m.length>1)throw new vo("request",e,m.map(y=>({id:y.item.id,name:y.item.name,path:o(y)})));let g=i?` under folder "${i}"`:"";throw new Error(`Request "${e}" not found in collection "${t.name}"${g}`)}var vo,Sx=ae(()=>{"use strict";Zo();vo=class extends Error{constructor(r,n,i){super(`Ambiguous ${r} reference "${n}" matches ${i.length} items:
|
|
803
|
+
</html>`}}});function ny(t,e){if(t.length===0)return 0;let r=Math.ceil(e/100*t.length)-1;return t[Math.max(0,Math.min(r,t.length-1))]}var Ut,zr,Va,yx=oe(()=>{"use strict";Ut=he(require("fs/promises")),zr=he(require("path"));vn();jf();gx();ty();Va=class{constructor(e){this.configService=e;let r=e.getRunnerConfig();this.basePath=e.getResultsPath(),this.indexPageSize=r.indexPageSize,this.recentErrorsLimit=r.recentErrorsLimit}configService;basePath;currentRunPath=null;currentRunId=null;currentSuiteId=null;currentManifest=null;currentIndexPage=[];currentPageNumber=1;indexPageSize;recentErrors=[];recentErrorsLimit;resultIndex=0;requestDurations={};getBasePath(){return this.basePath}async initializeRun(e,r,n,i){let s=this.generateRunId();return this.currentRunId=s,this.currentSuiteId=e,this.currentRunPath=zr.join(this.basePath,e,s),await Ut.mkdir(zr.join(this.currentRunPath,"results"),{recursive:!0}),await Ut.mkdir(zr.join(this.currentRunPath,"index"),{recursive:!0}),this.currentManifest={version:"1.0",runId:s,suiteId:e,suiteName:r,environment:n,startTime:new Date().toISOString(),status:"running",config:i,stats:{totalRequests:0,passed:0,failed:0,skipped:0,totalDuration:0,avgDuration:0,minDuration:Number.MAX_SAFE_INTEGER,maxDuration:0},requestStats:{},totalIndexPages:0,indexPageSize:this.indexPageSize},this.currentIndexPage=[],this.currentPageNumber=1,this.recentErrors=[],this.resultIndex=0,this.requestDurations={},await this.saveManifest(),s}async saveResult(e,r){if(!this.currentRunPath||!this.currentManifest)throw new Error("No active run. Call initializeRun first.");this.resultIndex++;let n=Date.now(),i=String(e).padStart(4,"0"),s=String(this.resultIndex).padStart(6,"0"),a=Et(r.requestId),l=`result-${s}-iter-${i}-${a}.json`,f=zr.join(this.currentRunPath,"results",l),d={index:this.resultIndex,iteration:e,requestId:r.requestId,name:r.name,method:r.executedRequest.method,url:r.executedRequest.url,folderPath:r.folderPath||"",collectionName:r.collectionName||"",status:r.response.status,statusText:r.response.statusText||"",duration:r.duration,passed:r.passed,timestamp:n,request:{method:r.executedRequest.method,url:r.executedRequest.url,headers:r.executedRequest.headers,query:r.executedRequest.query,params:r.executedRequest.params,body:r.executedRequest.body},response:{headers:r.response.headers,body:r.response.body,time:r.response.time,size:r.response.size,cookies:r.response.cookies},assertions:r.assertions.map(w=>({name:w.name,passed:w.passed,message:w.message||null})),error:r.error||null,consoleOutput:r.consoleOutput,modifiedVariables:r.modifiedVariables,modifiedEnvironmentVariables:r.modifiedEnvironmentVariables,modifiedCollectionVariables:r.modifiedCollectionVariables,nextRequest:r.nextRequest??null,visualizerData:r.visualizerData};await Ut.writeFile(f,JSON.stringify(_m(d),null,2),"utf-8");let m=r.assertions.filter(w=>w.passed).length,g=r.assertions.filter(w=>!w.passed).length,y={i:this.resultIndex,it:e,n:r.name,m:ey[r.executedRequest.method.toUpperCase()]??0,s:r.response.status,d:r.duration,p:r.passed,ap:m,af:g,r:r.requestId,e:r.passed?null:r.error||null,fp:r.folderPath||"",cn:r.collectionName||""};return this.currentIndexPage.push(y),this.currentIndexPage.length>=this.indexPageSize&&await this.writeCurrentIndexPage(),this.updateStats(r),this.requestDurations[r.requestId]||(this.requestDurations[r.requestId]=[]),this.requestDurations[r.requestId].push(r.duration),r.passed||(this.recentErrors.unshift({timestamp:n,iteration:e,requestName:r.name,status:r.response.status,error:r.error||`Status ${r.response.status}`,resultFile:l}),this.recentErrors.length>this.recentErrorsLimit&&this.recentErrors.pop()),y}async finalizeRun(e="completed",r=!0){if(!this.currentManifest)return null;this.currentIndexPage.length>0&&await this.writeCurrentIndexPage(),this.currentManifest.endTime=new Date().toISOString(),this.currentManifest.status=e,this.currentManifest.totalIndexPages=this.currentPageNumber-1,this.currentManifest.stats.totalRequests>0&&(this.currentManifest.stats.avgDuration=Math.round(this.currentManifest.stats.totalDuration/this.currentManifest.stats.totalRequests)),this.currentManifest.stats.minDuration===Number.MAX_SAFE_INTEGER&&(this.currentManifest.stats.minDuration=0);for(let l in this.currentManifest.requestStats){let f=this.currentManifest.requestStats[l],d=this.requestDurations[l]||[];f.count>0&&(f.avgDuration=Math.round(f.totalDuration/f.count)),f.minDuration===Number.MAX_SAFE_INTEGER&&(f.minDuration=0),d.length>0&&(d.sort((m,g)=>m-g),f.p50=ny(d,50),f.p90=ny(d,90),f.p95=ny(d,95),f.p99=ny(d,99))}this.requestDurations={},await this.saveManifest();let n=null,i=this.currentRunPath,s=this.currentSuiteId,a=this.currentRunId;if(this.currentRunPath=null,this.currentRunId=null,this.currentSuiteId=null,this.currentManifest=null,this.currentIndexPage=[],this.recentErrors=[],this.resultIndex=0,r&&s&&a&&i)try{n=await new su(this.basePath).generate(s,a)}catch(l){console.warn("[ResultStorage] HTML report generation failed:",l)}return n}getCurrentStats(){return this.currentManifest?{stats:{...this.currentManifest.stats},requestStats:{...this.currentManifest.requestStats},recentErrors:[...this.recentErrors]}:null}getCurrentRunId(){return this.currentRunId}getCurrentSuiteId(){return this.currentSuiteId}async getResultDetails(e,r,n){let i=zr.join(this.basePath,e,r,"results",n),s=await Ut.readFile(i,"utf-8");return JSON.parse(s)}async getIndexPage(e,r,n){let i=zr.join(this.basePath,e,r,"index",`page-${String(n).padStart(4,"0")}.json`),s=await Ut.readFile(i,"utf-8");return JSON.parse(s)}async getManifest(e,r){let n=zr.join(this.basePath,e,r,"manifest.json"),i=await Ut.readFile(n,"utf-8");return JSON.parse(i)}async listRuns(e){let r=zr.join(this.basePath,e);try{let n=await Ut.readdir(r),i=[];for(let s of n.sort().reverse())try{let a=await this.getManifest(e,s);i.push(a)}catch{}return i}catch{return[]}}async listSuites(){try{return(await Ut.readdir(this.basePath,{withFileTypes:!0})).filter(r=>r.isDirectory()).map(r=>r.name)}catch{return[]}}async deleteRun(e,r){let n=zr.join(this.basePath,e,r);await Ut.rm(n,{recursive:!0,force:!0})}async cleanupOldRuns(){let r=this.configService.getRunnerConfig().resultsRetentionDays;if(r===0)return{deleted:0,freed:0};let n=new Date;n.setDate(n.getDate()-r);let i=0,s=0,a=await this.listSuites();for(let l of a){let f=await this.listRuns(l);for(let d of f)if(new Date(d.startTime)<n){let m=zr.join(this.basePath,l,d.runId),g=await this.getDirectorySize(m);await Ut.rm(m,{recursive:!0,force:!0}),i++,s+=g}}return{deleted:i,freed:s}}generateRunId(){let e=new Date,r=e.toISOString().slice(0,10).replace(/-/g,""),n=e.toTimeString().slice(0,8).replace(/:/g,""),i=String(e.getMilliseconds()).padStart(3,"0");return`run-${r}-${n}-${i}`}async saveManifest(){if(!this.currentRunPath||!this.currentManifest)return;let e=zr.join(this.currentRunPath,"manifest.json");await Ut.writeFile(e,JSON.stringify(this.currentManifest,null,2),"utf-8")}async writeCurrentIndexPage(){if(!this.currentRunPath||this.currentIndexPage.length===0)return;let e=`page-${String(this.currentPageNumber).padStart(4,"0")}.json`,r=zr.join(this.currentRunPath,"index",e),n={page:this.currentPageNumber,startIndex:(this.currentPageNumber-1)*this.indexPageSize+1,count:this.currentIndexPage.length,summaries:this.currentIndexPage};await Ut.writeFile(r,JSON.stringify(n),"utf-8"),this.currentPageNumber++,this.currentIndexPage=[]}updateStats(e){if(!this.currentManifest)return;let r=this.currentManifest.stats,n=this.currentManifest.requestStats;r.totalRequests++,r.totalDuration+=e.duration,r.minDuration=Math.min(r.minDuration,e.duration),r.maxDuration=Math.max(r.maxDuration,e.duration),e.passed?r.passed++:r.failed++,n[e.requestId]||(n[e.requestId]={name:e.name,count:0,passed:0,failed:0,totalDuration:0,avgDuration:0,minDuration:Number.MAX_SAFE_INTEGER,maxDuration:0});let i=n[e.requestId];i.count++,i.totalDuration+=e.duration,i.minDuration=Math.min(i.minDuration,e.duration),i.maxDuration=Math.max(i.maxDuration,e.duration),e.passed?i.passed++:i.failed++}async getDirectorySize(e){let r=0;try{let n=await Ut.readdir(e,{withFileTypes:!0});for(let i of n){let s=zr.join(e,i.name);if(i.isDirectory())r+=await this.getDirectorySize(s);else{let a=await Ut.stat(s);r+=a.size}}}catch{}return r}}});var Ai,Ud,vx,iy,Hd,sy,Zq=oe(()=>{"use strict";Ai=he(require("fs")),Ud=he(require("path")),vx=class{watchers=[];constructor(e,r){let n=this.globToPath(e,r);try{let i=Ai.watch(n,{recursive:!0},(s,a)=>{if(a){let l=Ud.join(n,a);this.notifyChange(l)}});this.watchers.push(i)}catch{}}globToPath(e,r){return r.includes("**")?e:Ud.join(e,r.replace(/\*/g,""))}notifyChange(e){}onDidChange(e){return{dispose:()=>{}}}onDidCreate(e){return{dispose:()=>{}}}onDidDelete(e){return{dispose:()=>{}}}dispose(){for(let e of this.watchers)e.close();this.watchers=[]}},iy=class{createFileWatcher(e,r){return new vx(e,r)}},Hd=class{data={};storeFile;constructor(e){this.storeFile=e,this.load()}load(){try{if(Ai.existsSync(this.storeFile)){let e=Ai.readFileSync(this.storeFile,"utf-8");this.data=JSON.parse(e)}}catch{}}save(){try{let e=Ud.dirname(this.storeFile);Ai.mkdirSync(e,{recursive:!0}),Ai.writeFileSync(this.storeFile,JSON.stringify(this.data,null,2),"utf-8")}catch{}}get(e,r){let n=this.data[e];return n!==void 0?n:r}async update(e,r){r===void 0?delete this.data[e]:this.data[e]=r,this.save()}},sy=class{async showInformation(e){console.log(`[INFO] ${e}`)}async showWarning(e){console.warn(`[WARN] ${e}`)}async showError(e){console.error(`[ERROR] ${e}`)}}});function bx(t){let e=ou.resolve(t.workspaceFolder),{appInfo:r}=t,n=yo.instance;n.clear();let i=ou.join(e,".http-forge-cache","stores"),s=ou.join(i,"workspace-state.json"),a=ou.join(i,"global-state.json"),l={workspaceFolder:e,fileWatcherFactory:new iy,notificationService:new sy,workspaceStore:new Hd(s),globalStore:new Hd(a),applicationInfo:r||{name:"http-forge-cli",version:"0.1.0"}};return Ld(n,l),n}function qi(t){return bx({workspaceFolder:t})}var ou,oy=oe(()=>{"use strict";ou=he(require("path"));ux();dx();Zq()});function Y9(t){let e=[];return t.map(r=>{let n=rn(r,e);return e.push(n),n})}function Xq(t,e,r,n){let i=t.find(d=>d.id===e);if(i)return{item:i,tier:"id"};let s=Y9(t.map(d=>d.name)),a=t.filter((d,m)=>s[m]===e);if(a.length===1)return{item:a[0],tier:"slug"};if(a.length>1)throw new vo(r,e,a.map(d=>({id:d.id,name:d.name,path:n(d)})));let l=e.toLowerCase(),f=t.filter(d=>d.name.toLowerCase()===l);if(f.length===1)return{item:f[0],tier:"name"};throw f.length>1?new vo(r,e,f.map(d=>({id:d.id,name:d.name,path:n(d)}))):new Error(`${r.charAt(0).toUpperCase()}${r.slice(1)} "${e}" not found`)}function ay(t,e){let{item:r,tier:n}=Xq(t,e,"collection",()=>"");return{collection:r,tier:n}}function ly(t,e){let r=e.split("/").map(a=>a.trim()).filter(a=>a.length>0),n=t.items,i=[],s=[];for(let a of r){let l=n.filter(g=>g.type==="folder"),f=i.join("/"),{item:d,tier:m}=Xq(l,a,"folder",g=>f?`${f}/${g.name}`:g.name);i.push(d.name),s.push(m),n=d.items??[]}return{folderPath:i.join("/"),tiers:s}}function e$(t,e,r){let n=[];for(let i of t)if(i.type==="request"){let s=rn(i.name,n);n.push(s),r.push({item:i,folderPath:e,slug:s})}for(let i of t)if(i.type==="folder"){let s=i,a=e?`${e}/${s.name}`:s.name;e$(s.items??[],a,r)}}function cy(t,e,r){let n=[];e$(t.items,"",n);let i=r?r.replace(/\/+$/,""):void 0,s=i?n.filter(y=>y.folderPath===i||y.folderPath.startsWith(`${i}/`)):n,a=y=>y.folderPath?`${y.folderPath}/${y.item.name}`:y.item.name,l=s.find(y=>y.item.id===e);if(l)return{request:l.item,tier:"id",folderPath:l.folderPath};let f=s.filter(y=>y.slug===e);if(f.length===1)return{request:f[0].item,tier:"slug",folderPath:f[0].folderPath};if(f.length>1)throw new vo("request",e,f.map(y=>({id:y.item.id,name:y.item.name,path:a(y)})));let d=e.toLowerCase(),m=s.filter(y=>y.item.name.toLowerCase()===d);if(m.length===1)return{request:m[0].item,tier:"name",folderPath:m[0].folderPath};if(m.length>1)throw new vo("request",e,m.map(y=>({id:y.item.id,name:y.item.name,path:a(y)})));let g=i?` under folder "${i}"`:"";throw new Error(`Request "${e}" not found in collection "${t.name}"${g}`)}var vo,Sx=oe(()=>{"use strict";Zo();vo=class extends Error{constructor(r,n,i){super(`Ambiguous ${r} reference "${n}" matches ${i.length} items:
|
|
804
804
|
`+i.map(s=>` - ${s.name} (id: ${s.id}, path: ${s.path||"/"})`).join(`
|
|
805
805
|
`)+`
|
|
806
|
-
Disambiguate by passing the id or slug.`);this.kind=r;this.value=n;this.candidates=i;this.name="AmbiguousRefError"}kind;value;candidates}});var Vd={};Ki(Vd,{runCollection:()=>Bd,runFolder:()=>Z9,runRequest:()=>Rx,runSuite:()=>xx});function wx(t){let e=[t.testSuite,t.collection,t.environmentConfig,t.config,t.console];for(let r of e)try{r?.dispose?.()}catch{}}function e$(t){return t==="1"||t==="true"||t==="yes"||t==="on"}function J9(){return e$(process.env.HTTP_FORGE_ENFORCE_MAX_REQUESTS)}function Y9(){let t=process.env.HTTP_FORGE_MAX_REQUESTS;if(!t||t.trim()==="")return 50;let e=Number(t);if(!Number.isFinite(e)||e<=0)throw new Error("HTTP_FORGE_MAX_REQUESTS must be a positive number when provided");return Math.floor(e)}function t$(t){return e$(process.env.HTTP_FORGE_GENERATE_REPORTS)?!0:t.includes("report")}function r$(t){if(typeof t!="string")return t;try{return JSON.parse(t)}catch{return t}}function G9(t){return t?Object.fromEntries(Object.entries(t).filter(([e])=>e.toLowerCase()!=="set-cookie")):{}}function n$(t){return Ei(G9(t))}function i$(t){return Z0((t??[]).map(e=>({name:e.name,value:e.value})))}function Xq(t){return t.replace(/[^a-zA-Z0-9_-]/g,"_")}function s$(t){let e=["none","inherit","basic","bearer","apikey","oauth2"],r=t.auth?.type&&e.includes(t.auth.type)?t.auth.type:void 0;return{id:t.id,name:t.name,method:t.method,url:t.url,headers:Array.isArray(t.headers)?t.headers.reduce((n,i)=>(i.enabled&&i.key&&(n[i.key]=i.value??""),n),{}):t.headers,query:Array.isArray(t.query)?t.query.reduce((n,i)=>(i.enabled&&i.key&&(n[i.key]=i.value??""),n),{}):t.query,params:t.params?Object.entries(t.params).reduce((n,[i,s])=>(n[i]=typeof s=="string"?s:s.value??"",n),{}):void 0,body:t.body??null,scripts:t.scripts,settings:t.settings,auth:{type:r==="inherit"?"none":r,bearerToken:t.auth?.bearerToken,basicAuth:t.auth?.basicAuth,apikey:t.auth?.apikey,oauth2:t.auth?.oauth2}}}function o$(t,e){let r={...t};return e.headers&&(r.headers={...t.headers??{},...e.headers}),e.query&&(r.query=e.query),e.body!==void 0&&(r.body={type:"raw",raw:e.body,contentType:"application/json"}),r}function a$(t){return t?Object.fromEntries(Object.entries(t).map(([e,r])=>[e,String(r)])):{}}function _x(t,e,r=t.items,n=[]){for(let i of r){if(i.type==="request"&&i.id===e)return{request:i,folderScriptsChain:[...n]};if(i.type==="folder"){let s=i,o=s.scripts?[...n,s.scripts]:[...n],l=_x(t,e,s.items??[],o);if(l)return l}}}function l$(t,e=t.items,r=[],n=[]){let i=[];for(let s of e)if(s.type==="request")i.push({request:s,folderScriptsChain:[...r],folderPath:n.join("/")});else{let o=s,l=o.scripts?[...r,o.scripts]:[...r],f=[...n,o.name];i.push(...l$(t,o.items??[],l,f))}return i}function K9(t,e,r=!0){if(!e)return t;let n=e.replace(/\/+$/,"");return t.filter(({folderPath:i})=>r?i===n||i.startsWith(`${n}/`):i===n)}function Q9(t){return t.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function c$(t,e){if(e.collectionId){let r=t.getCollection(e.collectionId);if(!r)throw new Error(`Collection "${e.collectionId}" not found`);return r}if(e.collectionRef){let{collection:r,tier:n}=ay(t.getAllCollections(),e.collectionRef);return e.onResolve?.({kind:"collection",value:e.collectionRef,tier:n,id:r.id}),r}throw new Error("A collection reference is required (collectionId or collectionRef)")}function u$(t,e){if(e.folderPath)return e.folderPath;if(e.folderRef){let{folderPath:r}=ly(t,e.folderRef);return e.onResolve?.({kind:"folder",value:e.folderRef,tier:"name",id:r,path:r}),r}}async function f$(t,e,r,n){let i=r.environment??t.environmentConfig.getSelectedEnvironment(),s=r.iterations??e.config?.iterations??1,o=r.stopOnError??e.config?.stopOnError??!1,l=r.delay??e.config?.delayBetweenRequests??0,f=r.requestFilter,d=r.include??[],m=a$(r.variables),g=J9(),y=t$(d),w=e.requests.filter(_=>!(_.enabled===!1||f&&!f.some(k=>_.name.toLowerCase().includes(k.toLowerCase()))));if(g){let _=Y9(),k=w.length*s;if(k>_)throw new Error(`Suite "${e.name}" would execute ${k} request calls (${w.length} requests \xD7 ${s} iterations), which exceeds HTTP_FORGE_MAX_REQUESTS (${_}). Reduce iterations, use requestFilter, or increase HTTP_FORGE_MAX_REQUESTS.`)}let C=new Va(t.config);await C.initializeRun(e.id,e.name,i,{iterations:s,delayBetweenRequests:l,stopOnError:o});let R=[],P=[],A=0,U=0,B=new AbortController,z=new Ua;for(let _=1;_<=s;_++){for(let k of w){let M=t.collection.getCollection(k.collectionId);if(!M)continue;let j=_x(M,k.requestId);if(!j)continue;let $=new ns(t.httpRequest,t.scriptExecutor,t.environmentConfig,t.requestPreparer,i,z,M.scripts,j.folderScriptsChain,void 0,M.name,_,s),Y=o$(s$(j.request),{headers:r.headers,query:r.query,body:r.body,variables:r.variables}),K=await $.execute(Y,m,B.signal);if(K.folderPath=k.folderPath??"",K.collectionName=M.name,await C.saveResult(_,K),K.passed?A++:U++,d.includes("perRequest")&&R.push({name:k.name,iteration:_,status:K.response?.status,ok:(K.response?.status??0)>=200&&(K.response?.status??0)<300,duration:`${K.duration}ms`,allPassed:K.passed,...d.includes("consoleOutput")&&K.consoleOutput?.length?{consoleOutput:K.consoleOutput}:{}}),!K.passed&&(P.push({name:k.name,iteration:_,status:K.response?.status,duration:`${K.duration}ms`,body:r$(K.response?.body),headers:n$(K.response?.headers),cookies:i$(K.response?.cookies),failedTests:K.assertions?.filter(ne=>!ne.passed).map(ne=>({name:ne.name,...ne.message?{message:ne.message}:{}})),...K.error?{error:K.error}:{},...d.includes("consoleOutput")&&K.consoleOutput?.length?{consoleOutput:K.consoleOutput}:{}}),o)){B.abort();break}l>0&&!B.signal.aborted&&await new Promise(ne=>setTimeout(ne,l))}if(B.signal.aborted)break}let V=await C.finalizeRun("completed",y),T={[n==="collection"?"collection":"suite"]:e.name,environment:i,summary:{total:A+U,passed:A,failed:U,...s>1?{iterations:s}:{},allPassed:U===0}};return(U>0||d.includes("failedOnly"))&&(T.failedRequests=P),d.includes("perRequest")&&(T.results=R),V!==null&&(T.report={uri:`file://${V}`,hint:"Click the URI to open the HTML report in your browser"}),T}async function Rx(t){let e=qi(t.workspaceFolder),r=t.include??[],n=t$(r);try{let i=e.collection,s=c$(i,t),o=u$(s,t),l=t.requestId;if(!l){if(!t.requestRef)throw new Error("A request reference is required (requestId or requestRef)");let P=cy(s,t.requestRef,o);l=P.request.id,t.onResolve?.({kind:"request",value:t.requestRef,tier:P.tier,id:l,path:P.folderPath?`${P.folderPath}/${P.request.name}`:P.request.name})}let f=_x(s,l);if(!f)throw new Error(`Request "${l}" not found in collection "${s.name}"`);let d=t.environment||e.environmentConfig.getSelectedEnvironment(),m=o$(s$(f.request),{headers:t.headers,query:t.query,body:t.body,variables:t.variables}),y=await new ns(e.httpRequest,e.scriptExecutor,e.environmentConfig,e.requestPreparer,d,new Ua,s.scripts,f.folderScriptsChain).execute(m,a$(t.variables)),w=null;if(n){let P=new Va(e.config),A=`request-${Xq(s.id)}-${Xq(l)}`,U=`Request: ${f.request.name}`;await P.initializeRun(A,U,d,{iterations:1,delayBetweenRequests:0,stopOnError:!0}),await P.saveResult(1,y),w=await P.finalizeRun("completed")}let C=n$(y.response?.headers),R=i$(y.response?.cookies);return{request:f.request.name,status:y.response?.status||0,ok:(y.response?.status??0)>=200&&(y.response?.status??0)<300,duration:`${y.duration}ms`,body:r$(y.response?.body),allPassed:y.passed,assertions:y.assertions?.map(P=>({name:P.name,passed:P.passed,message:P.message})),...r.includes("headers")?{headers:C}:{},...r.includes("cookies")?{cookies:R}:{},...r.includes("tests")?{tests:y.assertions?.map(P=>({name:P.name,passed:P.passed,...P.message?{message:P.message}:{}}))}:{},...Object.keys(y.modifiedVariables??{}).length?{modifiedVariables:y.modifiedVariables}:{},...r.includes("consoleOutput")&&y.consoleOutput?.length?{consoleOutput:y.consoleOutput}:{},...w!==null?{report:{uri:`file://${w}`,hint:"Click the URI to open the HTML report in your browser"}}:{},...y.error?{error:y.error}:{}}}catch(i){throw i}finally{wx(e)}}async function Bd(t){let e=qi(t.workspaceFolder);try{let r=e.collection,n=c$(r,t),i=u$(n,t),s=l$(n),o=K9(s,i,t.recursive);if(o.length===0&&i)throw new Error(`No requests found under folder "${i}" in collection "${n.name}"`);let l=o.map(({request:d,folderPath:m})=>({id:d.id,slug:d.id.toLowerCase().replace(/\s+/g,"-"),collectionId:n.id,requestId:d.id,name:d.name,method:d.method,collectionName:n.name,folderPath:m,enabled:!0})),f={id:i?`temp-${n.id}-${Q9(i)}`:`temp-${n.id}`,name:i?`${n.name} / ${i}`:n.name,requests:l,config:{iterations:1,delay:0,stopOnError:t.stopOnError??!1,readFromSharedSession:!1,writeToSharedSession:!1},isTemporary:!0,createdAt:Date.now(),updatedAt:Date.now()};return f$(e,f,{environment:t.environment,iterations:t.iterations,stopOnError:t.stopOnError,delay:t.delay,requestFilter:void 0,include:t.include,variables:t.variables},"collection")}catch(r){throw r}finally{wx(e)}}async function Z9(t){return Bd({recursive:!0,...t})}async function xx(t){let e=qi(t.workspaceFolder);try{let n=await e.testSuite.getSuite(t.suiteId);if(!n)throw new Error(`Test suite "${t.suiteId}" not found`);return f$(e,n,{environment:t.environment,iterations:t.iterations,stopOnError:t.stopOnError,delay:t.delay,requestFilter:t.requestFilter,include:t.include,variables:t.variables},"suite")}catch(r){throw r}finally{wx(e)}}var au=ae(()=>{"use strict";px();mm();jf();yx();oy();Sx()});var b$={};Ki(b$,{createMcpRuntime:()=>h8});function n8(t){return Buffer.from(t,"utf8").toString("base64url")}function i8(t){return Buffer.from(t,"base64url").toString("utf8")}async function uy(t){let e=process.env.HTTP_FORGE_ENFORCE_MAX_REQUESTS,r=process.env.HTTP_FORGE_GENERATE_REPORTS;process.env.HTTP_FORGE_ENFORCE_MAX_REQUESTS="true",process.env.HTTP_FORGE_GENERATE_REPORTS="true";try{return await t()}finally{e===void 0?delete process.env.HTTP_FORGE_ENFORCE_MAX_REQUESTS:process.env.HTTP_FORGE_ENFORCE_MAX_REQUESTS=e,r===void 0?delete process.env.HTTP_FORGE_GENERATE_REPORTS:process.env.HTTP_FORGE_GENERATE_REPORTS=r}}function g$(t,e=t.items,r=""){let n=[];for(let i of e)if(i.type==="request")n.push({request:i,folderPath:r});else{let s=i,o=r?`${r} / ${s.name}`:s.name;n.push(...g$(t,s.items??[],o))}return n}function y$(t,e=t.items,r=""){let n=[];for(let i of e)if(i.type==="folder"){let s=i,o=r?`${r}/${s.name}`:s.name;n.push({folderPath:o,requestCount:v$(s.items??[])}),n.push(...y$(t,s.items??[],o))}return n}function v$(t){let e=0;for(let r of t)r.type==="request"?e++:e+=v$(r.items??[]);return e}async function o8(t){let e=qi(t),r=e.config.getMcpConfig(),n=r.toolPrefix??"",i=[],s=e.collection.getAllCollections();for(let l of s){let f=r.excludedCollections;if(f?.length&&(f.includes(l.id)||f.includes(l.name)))continue;let d=g$(l);for(let{request:m,folderPath:g}of d){let y=g?`${g} / ${m.name}`:m.name;i.push({name:`${n}request__${l.id}__${m.id}`,description:`[${m.method}] ${y} (collection: ${l.name})`,inputSchema:e8})}i.push({name:`${n}collection__${l.id}`,description:`Run all requests in collection: "${l.name}" (${d.length} requests)`,inputSchema:t8});for(let{folderPath:m,requestCount:g}of y$(l))g!==0&&i.push({name:`${n}folder__${l.id}__${n8(m)}`,description:`Run folder "${m}" in collection: "${l.name}" (${g} requests)`,inputSchema:r8})}let o=await e.testSuite.getAllSuites();for(let l of o){let f=r.excludedSuites;f?.length&&(f.includes(l.id)||f.includes(l.name))||i.push({name:`${n}suite__${l.id}`,description:`Run test suite: "${l.name}" (${l.requests.length} requests, ${l.config.iterations} iteration(s) by default)`,inputSchema:s8})}return i}function a8(t,e){let n=qi(t).config.getMcpConfig().toolPrefix??"";return n&&e.startsWith(n)?e.slice(n.length):e}function l8(t,e,r){return t.replace(/"uri"\s*:\s*"file:\/\/([^"]+)"/g,(n,i)=>`"uri":"http://${e}:${r}/report?path=${encodeURIComponent(i)}"`)}function d$(t,e,r,n){Wa(t,200,{jsonrpc:"2.0",id:e,error:{code:r,message:n}})}async function c8(t,e){switch(e.method){case"initialize":return{protocolVersion:"2024-11-05",capabilities:{tools:{}},serverInfo:{name:"http-forge",version:"1.0.0"}};case"tools/list":return{tools:await o8(t.workspaceFolder)};case"tools/call":{let r=e.params??{},n=r.name,i=r.arguments;if(!n)throw new Error("Missing tool name");let s=await Cx(t.workspaceFolder,n,i??{}),o=JSON.stringify(s,null,2);return{content:[{type:"text",text:l8(o,t.host,t.port)}]}}default:throw new Error(`Method not found: ${e.method}`)}}function u8(t,e,r){let i=qi(t.workspaceFolder).config.getMcpConfig().cors.allowedOrigins??["http://localhost","http://127.0.0.1"],s=e.headers.origin??"",o=i.includes(s)?s:i[0]??"http://localhost";r.setHeader("Access-Control-Allow-Origin",o),r.setHeader("Access-Control-Allow-Methods","POST, GET, OPTIONS"),r.setHeader("Access-Control-Allow-Headers","Content-Type")}function f8(t,e,r){let i=new URL(e.url,`http://${t.host}:${t.port}`).searchParams.get("path");if(!i){r.statusCode=400,r.end("Missing path parameter");return}let s=Wd.resolve(i),o=Wd.resolve(t.workspaceFolder,".http-forge-cache");if(!s.startsWith(o+Wd.sep)||!s.endsWith(".html")){r.statusCode=403,r.end("Forbidden");return}h$.readFile(s,"utf-8",(l,f)=>{if(l){r.statusCode=404,r.end("Report not found");return}r.statusCode=200,r.setHeader("content-type","text/html; charset=utf-8"),r.end(f)})}function lu(t){return new Error(`Bad request: ${t}`)}function d8(t){if(t.startsWith("request__")){let[,e,r]=t.split("__");if(!e||!r)throw lu(`request tool format must be request__<collectionId>__<requestId>, got: ${t}`);return{kind:"request",id1:e,id2:r}}if(t.startsWith("folder__")){let e=t.indexOf("__"),r=t.indexOf("__",e+2),n=r>=0?t.slice(e+2,r):"",i=r>=0?t.slice(r+2):"";if(!n||!i)throw lu(`folder tool format must be folder__<collectionId>__<encodedPath>, got: ${t}`);return{kind:"folder",id1:n,id2:i8(i)}}if(t.startsWith("collection__")){let[,e]=t.split("__");if(!e)throw lu(`collection tool format must be collection__<collectionId>, got: ${t}`);return{kind:"collection",id1:e}}if(t.startsWith("suite__")){let[,e]=t.split("__");if(!e)throw lu(`suite tool format must be suite__<suiteId>, got: ${t}`);return{kind:"suite",id1:e}}throw lu(`unknown tool name: ${t}`)}async function Cx(t,e,r={}){let n=d8(a8(t,e));return n.kind==="request"?uy(()=>Rx({workspaceFolder:t,collectionId:n.id1,requestId:n.id2,environment:r.environment,variables:r.variables,headers:r.headers,query:r.query,body:r.body,include:r.include})):n.kind==="collection"?uy(()=>Bd({workspaceFolder:t,collectionId:n.id1,environment:r.environment,variables:r.variables,iterations:r.iterations,stopOnError:r.stopOnError,delay:r.delay,include:r.include})):n.kind==="folder"?uy(()=>Bd({workspaceFolder:t,collectionId:n.id1,folderPath:n.id2,recursive:r.recursive,environment:r.environment,variables:r.variables,iterations:r.iterations,stopOnError:r.stopOnError,delay:r.delay,include:r.include})):uy(()=>xx({workspaceFolder:t,suiteId:n.id1,environment:r.environment,variables:r.variables,iterations:r.iterations,stopOnError:r.stopOnError,delay:r.delay,requestFilter:r.requestFilter,include:r.include}))}function Wa(t,e,r){t.statusCode=e,t.setHeader("content-type","application/json; charset=utf-8"),t.end(JSON.stringify(r))}function p$(t){return new Promise((e,r)=>{let n="";t.on("data",i=>{n+=i,n.length>1024*1024&&r(new Error("Request body too large (max 1MB)"))}),t.on("end",()=>{if(!n){e({});return}try{e(JSON.parse(n))}catch{r(lu("invalid JSON body"))}}),t.on("error",r)})}function p8(t){return(0,m$.createServer)(async(e,r)=>{try{if(u8(t,e,r),e.method==="OPTIONS"){r.statusCode=204,r.end();return}if(e.method==="GET"&&e.url==="/health"){Wa(r,200,{status:"ok",port:t.port});return}if(e.method==="GET"&&e.url?.startsWith("/report?")){f8(t,e,r);return}if(e.method==="POST"&&e.url==="/"){let n;try{n=await p$(e)}catch{d$(r,null,-32700,"Parse error");return}try{let i=await c8(t,n);Wa(r,200,{jsonrpc:"2.0",id:n.id??null,result:i})}catch(i){d$(r,n.id??null,-32603,i.message||"Internal error")}return}if(e.method==="POST"&&e.url==="/tools/execute"){let n=await p$(e);if(!n||typeof n.name!="string"||n.name.trim()===""){Wa(r,400,{error:'Field "name" is required'});return}let i=await Cx(t.workspaceFolder,n.name,n.args??{});Wa(r,200,{result:i});return}Wa(r,405,{error:"Method not allowed"})}catch(n){Wa(r,500,{error:n.message})}})}async function h8(t){let e=t.port||3100,r=t.host||"127.0.0.1",n=`${r}:${e}`,i={workspaceFolder:t.workspaceFolder,port:e,host:r,isRunning:!1};return X9.set(n,i),{async start(){if(i.isRunning)return;let s=p8(i);await new Promise((o,l)=>{s.once("error",l),s.listen(i.port,i.host,()=>{s.off("error",l),o()})}),i.server=s,i.isRunning=!0},async stop(){if(!i.server){i.isRunning=!1;return}await new Promise((s,o)=>{i.server.close(l=>{if(l){o(l);return}s()})}),i.server=void 0,i.isRunning=!1},isRunning(){return i.isRunning},getPort(){return i.port},async executeTool(s,o){return Cx(i.workspaceFolder,s,o??{})}}}var h$,m$,Wd,X9,e8,t8,r8,s8,S$=ae(()=>{"use strict";h$=he(require("fs")),m$=require("http"),Wd=he(require("path"));au();oy();X9=new Map,e8={type:"object",properties:{environment:{type:"string",description:"Environment name to use (defaults to selected environment)"},variables:{type:"object",description:"Extra variables to inject",additionalProperties:{type:"string"}},headers:{type:"object",description:"Override or add request headers",additionalProperties:{type:"string"}},query:{type:"object",description:"Override query parameters",additionalProperties:{type:"string"}},body:{type:"string",description:"Replace request body (JSON string)"},include:{type:"array",items:{type:"string",enum:["headers","cookies","tests","consoleOutput","report"]},description:"Extra fields to include in response"}}},t8={type:"object",properties:{environment:{type:"string",description:"Environment name to use"},variables:{type:"object",description:"Extra variables for every request",additionalProperties:{type:"string"}},iterations:{type:"number",description:"Number of iterations (default: 1)"},stopOnError:{type:"boolean",description:"Stop on first failure"},delay:{type:"number",description:"Delay between requests in ms"},include:{type:"array",items:{type:"string",enum:["perRequest","failedOnly","consoleOutput","report"]},description:"Result detail level"}}},r8={type:"object",properties:{environment:{type:"string",description:"Environment name to use"},variables:{type:"object",description:"Extra variables for every request",additionalProperties:{type:"string"}},iterations:{type:"number",description:"Number of iterations (default: 1)"},stopOnError:{type:"boolean",description:"Stop on first failure"},delay:{type:"number",description:"Delay between requests in ms"},recursive:{type:"boolean",description:"Include requests in nested subfolders (default: true)"},include:{type:"array",items:{type:"string",enum:["perRequest","failedOnly","consoleOutput","report"]},description:"Result detail level"}}};s8={type:"object",properties:{environment:{type:"string",description:"Environment name to use"},iterations:{type:"number",description:"Number of iterations"},stopOnError:{type:"boolean",description:"Stop on first failure"},delay:{type:"number",description:"Delay between requests in ms"},variables:{type:"object",description:"Extra variables for every request",additionalProperties:{type:"string"}},requestFilter:{type:"array",items:{type:"string"},description:"Run requests matching names"},include:{type:"array",items:{type:"string",enum:["perRequest","failedOnly","consoleOutput","report"]},description:"Result detail level"}}}});var C8={};Ki(C8,{AmbiguousRefError:()=>vo,AwsSecretResolver:()=>qd,AzureKeyVaultResolver:()=>$d,BODY_FILE_MAP:()=>kb,CONFIG_FILES:()=>ya,CollectionLoader:()=>Qo,CollectionLoaderFactory:()=>wc,CollectionRequestExecutor:()=>ns,CollectionService:()=>_c,ConfigService:()=>va,CookieJar:()=>Ul,CookieService:()=>Rc,CookieUtils:()=>ut,DEFAULT_CONFIG:()=>Ft,DEFAULT_REQUEST_SETTINGS:()=>Sn,DEFAULT_SUITE_CONFIG:()=>tu,DYNAMIC_VARIABLES:()=>Ub,DataFileParser:()=>Qs,DopplerResolver:()=>Fd,EnvironmentConfigService:()=>Cc,EnvironmentResolver:()=>vi,ExampleGenerator:()=>Pa,FetchHttpClient:()=>mc,FolderCollectionLoader:()=>Fl,FolderCollectionStore:()=>Qi,ForgeContainer:()=>pm,ForgeEnv:()=>Zi,GcpSecretResolver:()=>Dd,GraphQLSchemaService:()=>Oc,HTTP_METHOD_MAP:()=>ey,HTTP_METHOD_REVERSE:()=>Ha,HashiCorpVaultResolver:()=>Md,HistoryAnalyzer:()=>wa,HtmlReportGenerator:()=>su,HttpForgeParser:()=>Ks,HttpRequestService:()=>Si,InMemoryCookieJar:()=>Ua,InterceptorChain:()=>wi,JsonCollectionLoader:()=>ga,LoggingRequestInterceptor:()=>Rh,METADATA_FILES:()=>or,ModuleLoader:()=>Tf,NodeFileSystem:()=>gc,NodeHttpClient:()=>Us,OAuth2TokenManager:()=>bc,OnePasswordResolver:()=>Nd,OpenApiExporter:()=>Ia,OpenApiImporter:()=>Fa,ParserRegistry:()=>Ll,PersistentCookieJar:()=>xc,ROOT_DIRECTORIES:()=>Xs,RefResolver:()=>Da,RequestExecutor:()=>pa,RequestHistoryService:()=>Ic,RequestHistoryStore:()=>hc,RequestPreparer:()=>Ec,RequestPreprocessor:()=>Gs,RequestScriptSession:()=>pc,ResultStorageService:()=>Va,RetryErrorInterceptor:()=>Ch,SCHEMA_FILES:()=>Dl,SCRIPTS_DIR:()=>Mr,SCRIPT_FILES:()=>Wu,SchemaInferenceService:()=>La,SchemaInferrer:()=>os,ScriptAnalyzer:()=>ja,ScriptExecutor:()=>Ci,SecretResolverRegistry:()=>eu,ServiceContainer:()=>yo,ServiceIdentifiers:()=>re,StatisticsService:()=>dy,TestSuiteService:()=>ru,TestSuiteStore:()=>py,TimingResponseInterceptor:()=>xh,UrlBuilder:()=>bn,VariableInterpolator:()=>js,VariableResolver:()=>Ls,applyExtractionPlan:()=>aP,applyFilterChain:()=>zl,augmentWithDynamicVars:()=>Ns,bootstrapNodeRuntime:()=>bx,buildExtractionPlan:()=>oP,buildResultFileName:()=>jd,cleanupOldBodyFiles:()=>qb,concatenateScripts:()=>$f,createExpectChain:()=>fc,createLodashShim:()=>k0,createMcpRuntime:()=>w$,createModuleLoader:()=>om,createMomentShim:()=>Af,createNodeContainer:()=>qi,createResponseObject:()=>qf,createScriptConsole:()=>YI,createTestFunction:()=>lm,createVariableResolver:()=>uE,deepClone:()=>KC,deleteItemFromTree:()=>uh,detectSensitiveData:()=>sP,evaluateExpression:()=>Fs,expandSummary:()=>zq,exportCollectionToRestClient:()=>eP,findItemById:()=>ch,formatBytes:()=>XC,formatConsoleOutput:()=>da,formatDuration:()=>eE,generateId:()=>ct,generateSlug:()=>rn,generateUUID:()=>lh,getCompletions:()=>P$,getRestClientExportFolder:()=>XI,getServiceContainer:()=>fx,hasChanged:()=>dc,isExpression:()=>Ds,isPlainObject:()=>QC,isSystemEnvironmentFile:()=>Yu,loadEnvironmentsFromFolder:()=>Hl,mergeHeadersCaseInsensitive:()=>Nl,mergeRequestSettings:()=>_h,normalizeHeaders:()=>cm,parseFilterChain:()=>Wl,parsePostmanEnvironment:()=>Df,parsePostmanEnvironmentFile:()=>nP,parseQueryContext:()=>I$,prepareBodyForSave:()=>Ab,readBodyFromDir:()=>Tb,readSchemaFile:()=>$b,readScriptsFromDir:()=>zu,redactBody:()=>bm,redactFullResponse:()=>wm,redactFullResultDetails:()=>_m,redactHeaders:()=>Ei,redactHistoryEntry:()=>Sm,redactUrl:()=>Lf,registerCoreServices:()=>Ld,resolveCollectionRef:()=>ay,resolveDynamicVariable:()=>bi,resolveDynamicVariablesInString:()=>lE,resolveFolderRef:()=>ly,resolveRequestRef:()=>cy,runCollection:()=>R$,runFolder:()=>x$,runRequest:()=>_$,runSuite:()=>C$,safeJsonParse:()=>ZC,sanitizeName:()=>Et,searchForItemPath:()=>fh,searchForItemPathById:()=>dh,sortItemsByOrder:()=>Nb,writeEnvFile:()=>ma,writeFolderItems:()=>Nf,writeSchemaFiles:()=>Mb,writeScriptFile:()=>Sc,writeScriptsToDir:()=>Ju});module.exports=Ko(C8);var Qo=class{constructor(e,r){this.fileSystem=e;this.parserRegistry=r}fileSystem;parserRegistry;directory;setDirectory(e){this.directory=e}async loadAll(){return this.directory?this.loadDirectory(this.directory):[]}async load(e,r={}){let n=await this.fileSystem.readFile(e);if(r.format){let s=this.parserRegistry.get(r.format);if(!s)throw new Error(`No parser registered for format: ${r.format}`);return s.parse(n,e)}let i=this.parserRegistry.detect(n);if(!i)throw new Error(`Could not detect collection format for: ${e}. Supported formats: ${this.parserRegistry.getFormats().join(", ")}`);return i.parser.parse(n,e)}async loadDirectory(e,r=["*.json","*.forge.json"]){let n=[],i=await this.fileSystem.glob(r,e);for(let s of i)try{let o=await this.load(s);n.push(o)}catch{}return n}async canLoad(e){try{if(!await this.fileSystem.exists(e))return!1;let r=await this.fileSystem.readFile(e);return this.parserRegistry.detect(r)!==null}catch{return!1}}getSupportedFormats(){return this.parserRegistry.getFormats()}};ph();Zo();function Db(t,e){return{id:t.id,name:t.name,description:t.description,variables:t.variables||{},auth:t.auth,scripts:t.scripts,items:(t.items||[]).map(tE),source:{format:"folder",filePath:e,version:t.version}}}function tE(t){if(t.type==="folder")return{type:"folder",id:t.id,name:t.name,description:t.description,auth:t.auth,scripts:t.scripts,items:(t.items||[]).map(tE)};let e=t;return{type:"request",id:e.id,name:e.name,description:e.description,method:e.method||"GET",url:e.url||"",headers:e.headers||[],query:e.query||[],params:e.params,body:e.body??void 0,auth:e.auth,settings:e.settings,scripts:e.scripts,...e.deprecated&&{deprecated:e.deprecated},...e.doc&&{doc:e.doc},...e.responseSchema&&{responseSchema:e.responseSchema},...e.bodySchema&&{bodySchema:e.bodySchema}}}function $L(t){return{id:t.id,name:t.name,description:t.description,version:t.source?.version,variables:t.variables,auth:t.auth,scripts:t.scripts,items:(t.items||[]).map(Fb)}}function Fb(t){return t.type==="folder"?{type:"folder",id:t.id,name:t.name,description:t.description,auth:t.auth,scripts:t.scripts,items:(t.items||[]).map(Fb)}:{type:"request",id:t.id,name:t.name,description:t.description,method:t.method,url:t.url,headers:t.headers,query:t.query,params:t.params,body:t.body,auth:t.auth,settings:t.settings,scripts:t.scripts,...t.deprecated&&{deprecated:t.deprecated},...t.doc&&{doc:t.doc}}}var Fl=class{store;constructor(e){this.store=new Qi(e)}loadAll(){return this.store.loadAll().map(r=>Db(r,this.store.getCollectionPath(r.id)))}getSlugById(e){return this.store.getSlugById(e)}getIdBySlug(e){return this.store.getIdBySlug(e)}load(e){let r=this.store.load(e);if(r)return Db(r,this.store.getCollectionPath(r.id))}async create(e,r){let n=await this.store.create(e,r);return Db(n,this.store.getCollectionPath(n.id))}async save(e){return this.store.save($L(e))}async delete(e){return this.store.delete(e)}exists(e){return this.store.exists(e)}getCollectionPath(e){return this.store.getCollectionPath(e)}async updateCollectionMetadata(e,r){return this.store.updateCollectionMetadata(e,r)}async saveItem(e,r,n){return this.store.saveItem(e,Fb(r),n)}async updateItem(e,r,n){let i={...n};return this.store.updateItem(e,r,i)}async deleteItem(e,r){return this.store.deleteItem(e,r)}async moveItem(e,r,n){return this.store.moveItem(e,r,n)}async reorderItems(e,r,n){return this.store.reorderItems(e,r,n)}async saveScripts(e,r,n){return this.store.saveScripts(e,r,n)}loadScripts(e,r){return this.store.loadScripts(e,r)}};var Ll=class{parsers=new Map;register(e,r){this.parsers.set(e.toLowerCase(),r)}get(e){return this.parsers.get(e.toLowerCase())}has(e){return this.parsers.has(e.toLowerCase())}getFormats(){return Array.from(this.parsers.keys())}detect(e){for(let[r,n]of this.parsers)if(n.canParse(e))return{parser:n,format:r};return null}clear(){this.parsers.clear()}};jl();var Ul=class{cookies=new Map;getCookieKey(e,r,n){return`${r||"*"}|${n||"/"}|${e}`}get(e,r){if(r){let s=this.getCookieKey(e,r),o=this.cookies.get(s);if(o&&!this.isExpired(o))return o}let n=this.getCookieKey(e,"*"),i=this.cookies.get(n);if(i&&!this.isExpired(i))return i;for(let s of this.cookies.values())if(s.name===e&&!this.isExpired(s))if(r&&s.domain){if(this.domainMatches(r,s.domain))return s}else return s}set(e){let r=this.getCookieKey(e.name,e.domain,e.path);this.cookies.set(r,e)}setFromResponse(e){for(let r of e){let n=this.getCookieKey(r.name,r.domain,r.path);this.cookies.set(n,r)}}has(e,r){return this.get(e,r)!==void 0}delete(e,r,n){let i=this.getCookieKey(e,r,n);return this.cookies.delete(i)}getAll(e){let r=[];for(let n of this.cookies.values())this.isExpired(n)||(e?(!n.domain||this.domainMatches(e,n.domain))&&r.push(n):r.push(n));return r}getCookieHeader(e){let r=this.getAll(e);return ut.formatCookieHeader(r)}clear(){this.cookies.clear()}clearDomain(e){let r=[];for(let[n,i]of this.cookies.entries())i.domain&&this.domainMatches(e,i.domain)&&r.push(n);for(let n of r)this.cookies.delete(n)}parseCookieHeaders(e,r){return ut.parseCookieHeaders(e,r)}isExpired(e){return ut.isExpired(e)}domainMatches(e,r){return ut.domainMatches(e,r)}get count(){return this.cookies.size}cleanExpiredCookies(){let e=[];for(let[r,n]of this.cookies.entries())this.isExpired(n)&&e.push(r);for(let r of e)this.cookies.delete(r)}};mh();var vi=class t{config;selectedEnvironment;sessionGlobals={};sessionEnvironmentValues=new Map;constructor(e){this.config=e,this.selectedEnvironment=e.selectedEnvironment||Object.keys(e.environments)[0]||"default"}get(e){return this.getVariables()[e]}set(e,r){let n=this.sessionEnvironmentValues.get(this.selectedEnvironment);n||(n={},this.sessionEnvironmentValues.set(this.selectedEnvironment,n)),n[e]=r}getAll(){return this.getVariables()}getEnvironments(){return Object.keys(this.config.environments)}getActive(){return this.selectedEnvironment}setActive(e){if(!this.config.environments[e])throw new Error(`Environment not found: ${e}`);this.selectedEnvironment=e}getVariables(e){let r=e||this.selectedEnvironment,n=this.config.environments[r],i={...this.config.globalVariables||{},...this.sessionGlobals};if(n){if(n.inherits&&this.config.environments[n.inherits]){let o=this.getEnvironmentVariables(n.inherits);i={...i,...o}}i={...i,...n.variables};let s=this.sessionEnvironmentValues.get(r);s&&(i={...i,...s})}return i}getEnvironmentVariables(e){let r=this.config.environments[e];if(!r)return{};let n={};return r.inherits&&this.config.environments[r.inherits]&&(n={...this.getEnvironmentVariables(r.inherits)}),{...n,...r.variables}}getGlobals(){return{...this.config.globalVariables||{},...this.sessionGlobals}}setGlobal(e,r){this.sessionGlobals[e]=r}unsetGlobal(e){delete this.sessionGlobals[e]}clearGlobals(){this.sessionGlobals={}}resolve(e){let r=e||this.selectedEnvironment;return{name:r,merged:this.getVariables(r),globals:this.getGlobals()}}static fromVariables(e,r="default"){return new t({environments:{[r]:{name:r,variables:e}},selectedEnvironment:r})}};Bl();Ku();var Zi=class t{envStore;interpolator;urlBuilder;constructor(e,r){this.envStore=e,this.interpolator=r||new js,this.urlBuilder=new bn}get(e){return this.envStore.get(e)}set(e,r){this.envStore.set(e,r)}has(e){return this.envStore.get(e)!==void 0}delete(e){this.envStore.set(e,"")}getAll(){return this.envStore.getAll()}getActiveEnvironment(){return this.envStore.getActive()}setActiveEnvironment(e){this.envStore.setActive(e)}getEnvironments(){let e=this.envStore;return typeof e.getEnvironments=="function"?e.getEnvironments():[]}getGlobals(){let e=this.envStore;return typeof e.getGlobals=="function"?e.getGlobals():{}}setGlobal(e,r){let n=this.envStore;typeof n.setGlobal=="function"&&n.setGlobal(e,r)}unsetGlobal(e){let r=this.envStore;typeof r.unsetGlobal=="function"&&r.unsetGlobal(e)}clearGlobals(){let e=this.envStore;typeof e.clearGlobals=="function"&&e.clearGlobals()}resolve(e){return this.interpolator.interpolate(e,this.getAll())}resolvePath(e,r={}){let n=this.interpolator.interpolate(e,this.getAll());return this.urlBuilder.buildUrl(n,r)}buildUrl(e,r={}){let n=this.interpolator.interpolate(e,this.getAll());return this.urlBuilder.buildUrl(n,r.params||{},r.query||{})}resolveObject(e){return this.interpolator.interpolateObject(e,this.getAll())}extractVariables(e){return this.interpolator.extractVariables(e)}extractPathParams(e){return this.urlBuilder.extractPathParams(e)}static create(e={}){let r=vi.fromVariables(e);return new t(r)}static fromResolver(e){return new t(e)}};Ku();Xu();ef();Bl();Mf();var pa=class{constructor(e,r,n,i,s){this.httpClient=e;this.forgeEnv=r;this.cookieJar=n;this.preprocessor=i;if(s?.scriptExecutor)this.scriptExecutor=s.scriptExecutor;else{let o=s?.forgeRoot?[require("path").join(s.forgeRoot,"modules")]:[],l=new Si(new bn,new wi,e);this.scriptExecutor=new Ci(l,o,void 0,s?.scriptScope??"shared")}}httpClient;forgeEnv;cookieJar;preprocessor;scriptExecutor;async execute(e,r,n={}){let i=Date.now(),s={...this.forgeEnv.getAll()},o={...this.forgeEnv.getGlobals()},l={...n.additionalVariables||{}},f={...s},d=this.buildHttpRequest(e,n.overrides),m=this.findFolderPath(r,e.id),g=this.buildScriptChain(e,r,m),y={request:{url:d.url,method:d.method,headers:{...d.headers},body:d.body?typeof d.body=="string"?{type:"raw",content:d.body}:d.body:void 0},variables:l,collectionVariables:r.variables||{},globals:{...o},environmentVariables:f,environmentName:this.forgeEnv.getActiveEnvironment?.()||void 0,cookieJar:this.cookieJar,info:{eventName:"prerequest",requestName:e.name,requestId:e.id,collectionName:r?.name},onEnvironmentChange:n.onEnvironmentChange,onGlobalsChange:(P,A,U)=>{P==="set"&&A&&U!==void 0?this.forgeEnv.setGlobal(A,U):P==="unset"&&A?this.forgeEnv.unsetGlobal(A):P==="clear"&&this.forgeEnv.clearGlobals()}},w=this.scriptExecutor.createRequestSession(y),C,R;try{if(!n.skipPreRequest&&g.preRequest.length>0){let B=await w.executePreRequest(g.preRequest);if(C={success:B.success,error:B.error,modifiedVariables:B.modifiedVariables,modifiedEnvironment:B.modifiedEnvironmentVariables,modifiedGlobals:B.modifiedGlobals,modifiedCollectionVariables:B.modifiedCollectionVariables,consoleOutput:B.consoleOutput,modifiedRequest:B.modifiedRequest?{url:B.modifiedRequest.url,method:B.modifiedRequest.method,headers:B.modifiedRequest.headers,body:B.modifiedRequest.body?.content}:void 0},B.modifiedVariables&&(l={...l,...B.modifiedVariables}),B.modifiedEnvironmentVariables&&(f={...f,...B.modifiedEnvironmentVariables}),B.modifiedRequest){let z=B.modifiedRequest;z.url&&(d.url=z.url),z.method&&(d.method=z.method),z.headers&&(d.headers={...d.headers,...z.headers}),z.body!==void 0&&(d.body=z.body?.content||z.body)}if(!B.success)throw new Error(`Pre-request script failed: ${B.error}`)}let P={...f,...l};d=this.interpolateRequest(d,P);let A=n.overrides?.body||e.body;if(this.preprocessor&&A&&typeof A!="string"&&A.type==="graphql"&&d.body!==void 0){let B=this.preprocessor.encodeBody({type:"graphql",content:d.body});B!=null&&(d.body=typeof B=="string"?B:JSON.stringify(B))}let U=await this.httpClient.send(d);if(!n.skipPostResponse&&g.postResponse.length>0){let B=await w.executePostResponse(g.postResponse,{status:U.status,statusText:U.statusText,headers:U.headers,body:U.body,cookies:Object.fromEntries(U.cookies.map(z=>[z.name,z.value])),responseTime:U.time,responseSize:U.size,executedRequest:{url:d.url,method:d.method,headers:d.headers||{},body:d.body?typeof d.body=="string"?{type:"raw",content:d.body}:d.body:{type:"none",content:""},params:{},query:{}}});R={success:!0,assertions:B.testResults,consoleOutput:B.consoleOutput,modifiedEnvironment:B.modifiedEnvironmentVariables},B.modifiedEnvironmentVariables&&(f={...f,...B.modifiedEnvironmentVariables})}return{response:U,preRequestResult:C,postResponseResult:R,totalTime:Date.now()-i,finalRequest:d,variables:{environment:f,local:l}}}finally{w.dispose?.()}}async executeSimple(e,r={}){let n=e,i={...this.forgeEnv.getAll(),...r.variables||{}};return n=this.interpolateRequest(e,i),r.timeout&&(n={...n,timeout:r.timeout}),this.httpClient.send(n)}buildHttpRequest(e,r){let n=e.url;if(e.query&&e.query.length>0){let m=new URLSearchParams;for(let g of e.query)g.enabled!==!1&&m.append(g.key,g.value);n+=(n.includes("?")?"&":"?")+m.toString()}let i=r?.url||n,s=r?.method||e.method,o={};if(e.headers&&Array.isArray(e.headers))for(let m of e.headers)m.enabled!==!1&&(o[m.key]=m.value);let l={...o,...r?.headers||{}},f,d=r?.body||e.body;if(d)if(typeof d=="string")f=d;else if(this.preprocessor&&d.type)if(d.type==="graphql")f=typeof d.content=="string"?d.content:JSON.stringify(d.content);else{let m=this.preprocessor.encodeBody(d);f=m!=null?String(m):void 0}else d.content&&(f=typeof d.content=="string"?d.content:JSON.stringify(d.content));return this.preprocessor&&d&&this.preprocessor.setContentTypeHeader(l,d),{url:i,method:s,headers:l,body:f,timeout:r?.timeout||e.settings?.timeout,settings:{...e.settings,...r?.settings}}}interpolateRequest(e,r){let n=Zi.create(r);return{...e,url:n.resolvePath(e.url),headers:n.resolveObject(e.headers),body:e.body?n.resolve(typeof e.body=="string"?e.body:JSON.stringify(e.body)):void 0}}buildScriptChain(e,r,n=[]){let i=[],s=[];r.scripts?.preRequest&&i.push(r.scripts.preRequest),r.scripts?.postResponse&&s.push(r.scripts.postResponse);for(let o of n)o.scripts?.preRequest&&i.push(o.scripts.preRequest),o.scripts?.postResponse&&s.push(o.scripts.postResponse);return e.scripts?.preRequest&&i.push(e.scripts.preRequest),e.scripts?.postResponse&&s.push(e.scripts.postResponse),{preRequest:i,postResponse:s}}findFolderPath(e,r){let n=[],i=(s,o)=>{for(let l of s){if(l.type==="request"&&l.id===r)return n.push(...o),!0;if(l.type==="folder"){let f=[...o,l];if(i(l.items,f))return!0}}return!1};return i(e.items,[]),n}};function eW(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{let e=Math.random()*16|0;return(t==="x"?e:e&3|8).toString(16)})}var hc=class{entries=new Map;requestIndex=new Map;fullResponses=new Map;maxEntriesPerRequest;storeFullResponses;constructor(e={}){this.maxEntriesPerRequest=e.maxEntriesPerRequest??100,this.storeFullResponses=e.storeFullResponses??!0}getEntries(e,r){let n=this.requestIndex.get(e)||[],i=[];for(let s of n){let o=this.entries.get(s);o&&(!r||o.environment===r)&&i.push(o)}return i}getEntry(e){return this.entries.get(e)}getFullResponse(e){return this.fullResponses.get(e)}get count(){return this.entries.size}addEntry(e,r,n,i,s){let o=eW(),l=Date.now(),f={id:o,timestamp:l,environment:i,method:r.method,ticket:s?.ticket,branch:s?.branch,note:s?.note,sentRequest:{url:r.url,method:r.method,headers:{...r.headers},body:r.body},response:{status:n.status,statusText:n.statusText,time:n.time}};this.entries.set(o,f);let d=this.requestIndex.get(e)||[];for(d.unshift(o);d.length>this.maxEntriesPerRequest;){let m=d.pop();m&&(this.entries.delete(m),this.fullResponses.delete(m))}if(this.requestIndex.set(e,d),this.storeFullResponses){let m={timestamp:l,status:n.status,statusText:n.statusText,headers:{...n.headers},cookies:n.cookies||[],body:n.body,time:n.time};this.fullResponses.set(o,m)}return f}deleteEntry(e){if(!this.entries.get(e))return!1;this.entries.delete(e),this.fullResponses.delete(e);for(let[n,i]of this.requestIndex.entries()){let s=i.indexOf(e);if(s!==-1){i.splice(s,1),i.length===0&&this.requestIndex.delete(n);break}}return!0}clearHistory(e){let r=this.requestIndex.get(e);if(r){for(let n of r)this.entries.delete(n),this.fullResponses.delete(n);this.requestIndex.delete(e)}}clearAll(){this.entries.clear(),this.requestIndex.clear(),this.fullResponses.clear()}};var mc=class{async send(e){let r=Date.now(),n=new AbortController,i=e.timeout??3e4,s=setTimeout(()=>n.abort(),i);try{let o={method:e.method,headers:e.headers,signal:n.signal};e.body!==void 0&&!["GET","HEAD"].includes(e.method.toUpperCase())&&(typeof e.body=="string"||e.body instanceof FormData||e.body instanceof URLSearchParams?o.body=e.body:typeof e.body=="object"&&(o.body=JSON.stringify(e.body),!e.headers?.["Content-Type"]&&!e.headers?.["content-type"]&&(o.headers["Content-Type"]="application/json"))),e.settings?.followRedirects===!1&&(o.redirect="manual");let l=await fetch(e.url,o),f=Date.now(),d=l.headers.get("content-type")||"",m;try{d.includes("application/json")?m=await l.json():d.includes("text/")?m=await l.text():m=await l.text()}catch{m=null}let g={};return l.headers.forEach((y,w)=>{let C=g[w];C!==void 0?g[w]=Array.isArray(C)?[...C,y]:[C,y]:g[w]=y}),{status:l.status,statusText:l.statusText,headers:g,cookies:[],body:m,time:f-r}}catch(o){throw o.name==="AbortError"?new Error(`Request timeout after ${i}ms`):o}finally{clearTimeout(s)}}};Xu();ef();Zu();fm();Bl();var Ks=class{format="http-forge";canParse(e){try{let r=JSON.parse(e);return typeof r=="object"&&r!==null&&"id"in r&&"name"in r&&"items"in r&&Array.isArray(r.items)&&!r.info?.schema?.includes("postman")&&!r._type}catch{return!1}}parse(e,r){let n=JSON.parse(e);return{id:n.id,name:n.name,description:n.description,variables:n.variables||{},auth:n.auth,scripts:n.scripts?{preRequest:n.scripts.preRequest,postResponse:n.scripts.postResponse}:void 0,items:this.convertItems(n.items),source:{format:"http-forge",filePath:r,version:n.version}}}convertItems(e){return e.map(r=>r.type==="folder"?this.convertFolder(r):this.convertRequest(r))}convertFolder(e){return{type:"folder",id:e.id,name:e.name,description:e.description,auth:e.auth,scripts:e.scripts?{preRequest:e.scripts.preRequest,postResponse:e.scripts.postResponse}:void 0,items:e.items?this.convertItems(e.items):[]}}convertRequest(e){let r={};if(e.headers)for(let i of e.headers)i.enabled!==!1&&(r[i.key]=i.value);let n={};if(e.query)for(let i of e.query)i.enabled!==!1&&(n[i.key]=i.value);return{type:"request",id:e.id,name:e.name,description:e.description,method:e.method||"GET",url:e.url||"",headers:Object.entries(r).map(([i,s])=>({key:i,value:s,enabled:!0})),query:Object.entries(n).map(([i,s])=>({key:i,value:s,enabled:!0})),params:e.params,body:e.body,auth:e.auth,settings:e.settings,scripts:e.scripts?{preRequest:e.scripts.preRequest,postResponse:e.scripts.postResponse}:void 0}}};dm();var nn=he(require("fs/promises")),yc=he(require("path")),gc=class{async readFile(e){return nn.readFile(e,"utf-8")}async writeFile(e,r){let n=yc.dirname(e);await this.mkdir(n),await nn.writeFile(e,r,"utf-8")}async exists(e){try{return await nn.access(e),!0}catch{return!1}}async mkdir(e){await nn.mkdir(e,{recursive:!0})}async glob(e,r){let n=r||process.cwd(),i=[];try{await this.walkDirectory(n,s=>{let o=yc.basename(s);for(let l of e)if(this.matchPattern(o,l)){i.push(s);break}})}catch{}return i}async readDir(e){return nn.readdir(e)}async isDirectory(e){try{return(await nn.stat(e)).isDirectory()}catch{return!1}}async walkDirectory(e,r){let n=await nn.readdir(e,{withFileTypes:!0});for(let i of n){let s=yc.join(e,i.name);i.isDirectory()?await this.walkDirectory(s,r):i.isFile()&&r(s)}}matchPattern(e,r){let n=r.replace(/\./g,"\\.").replace(/\*/g,".*");return new RegExp(`^${n}$`,"i").test(e)}};Mf();var pm=class t{httpClient;fileSystem;scriptExecutor;interpolator;cookieJar;interceptorChain;preprocessor;dataFileParser;requestHistory;parserRegistry;collectionLoader;environmentStore;forgeEnv;requestExecutor;options;constructor(e={}){if(this.options=e,this.interpolator=e.interpolator||new js,this.fileSystem=e.fileSystem||new gc,this.preprocessor=e.preprocessor||new Gs,this.dataFileParser=e.dataFileParser||new Qs,this.cookieJar=e.cookieJar||new Ul,e.enableHistory?this.requestHistory=e.requestHistory||new hc({maxEntriesPerRequest:e.maxHistoryEntries??100}):this.requestHistory=null,this.interceptorChain=e.interceptorChain||this.createInterceptorChain(e),e.httpClient)this.httpClient=e.httpClient;else if(e.useNativeHttp!==!1){let s={...e.httpSettings,timeout:e.requestTimeout??e.httpSettings?.timeout};this.httpClient=new Us(s)}else this.httpClient=new mc;let r=e.forgeRoot?[require("path").join(e.forgeRoot,"modules")]:[],n=new Si(new bn,this.interceptorChain,this.httpClient);if(this.scriptExecutor=e.scriptExecutor||new Ci(n,r,void 0,e.scriptScope??"shared"),this.parserRegistry=new Ll,this.parserRegistry.register("http-forge",new Ks),(e.storageFormat??"folder")==="folder"&&e.forgeRoot){let s=require("path").join(e.forgeRoot,"collections");this.collectionLoader=new Fl(s)}else this.collectionLoader=new Qo(this.fileSystem,this.parserRegistry);this.environmentStore=e.environmentConfig?new vi(e.environmentConfig):vi.fromVariables({}),this.forgeEnv=Zi.fromResolver(this.environmentStore),this.requestExecutor=new pa(this.httpClient,this.forgeEnv,this.cookieJar,this.preprocessor,{forgeRoot:e.forgeRoot,scriptExecutor:this.scriptExecutor})}createInterceptorChain(e){let r=new wi;if(e.requestInterceptors)for(let n of e.requestInterceptors)r.addRequestInterceptor(n);if(e.responseInterceptors)for(let n of e.responseInterceptors)r.addResponseInterceptor(n);if(e.errorInterceptors)for(let n of e.errorInterceptors)r.addErrorInterceptor(n);return r}async loadCollection(e){if(this.collectionLoader instanceof Qo)return this.collectionLoader.load(e);throw new Error("loadCollection(filePath) is not supported with folder storage format. Use loadAllCollections() instead.")}async loadAllCollections(){return this.collectionLoader.loadAll()}async execute(e,r,n){return this.requestExecutor.execute(e,r,n)}async executeSimple(e,r){return this.requestExecutor.executeSimple(e,r)}registerParser(e,r){this.parserRegistry.register(e,r)}setEnvironmentConfig(e){this.environmentStore=new vi(e),this.forgeEnv=Zi.fromResolver(this.environmentStore),this.requestExecutor=new pa(this.httpClient,this.forgeEnv,this.cookieJar,this.preprocessor,{forgeRoot:this.options.forgeRoot,scriptExecutor:this.scriptExecutor})}static create(e){return new t(e)}static fromForgeRoot(e="./http-forge",r={}){let n=require("path"),i=n.join(e,"environments"),s,o=Hl(i);if(Object.keys(o.environments).length>0||Object.keys(o.globalVariables).length>0){s={globalVariables:{...o.globalVariables,...o.localVariables},environments:{},selectedEnvironment:void 0};for(let[f,d]of Object.entries(o.environments)){let m=o.localCredentials[f]?.variables||{};s.environments[f]={name:f,variables:{...d.variables,...m}}}}else{let f=require("fs"),d=n.join(i,"environments.json");if(f.existsSync(d))try{let m=f.readFileSync(d,"utf-8"),g=JSON.parse(m);if(s={globalVariables:g.globalVariables||{},environments:{},selectedEnvironment:g.selectedEnvironment},g.environments)for(let[y,w]of Object.entries(g.environments)){let C=w;s.environments[y]={name:C.name||y,variables:C.variables||{}}}}catch(m){console.warn(`[ForgeContainer] Failed to load environments from ${d}:`,m)}}return new t({...r,forgeRoot:e,storageFormat:r.storageFormat??"folder",environmentConfig:s})}};ux();dx();Xg();async function w$(t){let{createMcpRuntime:e}=await Promise.resolve().then(()=>(S$(),b$));return e(t)}async function _$(t){let{runRequest:e}=await Promise.resolve().then(()=>(au(),Vd));return e(t)}async function R$(t){let{runCollection:e}=await Promise.resolve().then(()=>(au(),Vd));return e(t)}async function x$(t){let{runFolder:e}=await Promise.resolve().then(()=>(au(),Vd));return e(t)}async function C$(t){let{runSuite:e}=await Promise.resolve().then(()=>(au(),Vd));return e(t)}oy();W0();jl();px();z0();Xu();ef();Bb();Zu();fm();Bl();T0();$0();Mf();am();um();jf();j0();H0();ph();Zo();Zo();L0();Sx();Y0();mh();Ku();mm();G0();X0();D0();function I$(t,e,r){let n=t.slice(0,e),i=n.match(/([a-zA-Z_]\w*)$/),s=i?i[1]:"",o=_8(n);if(o.trimEnd().endsWith("@")||s&&o.trimEnd().endsWith("@"+s))return{contextType:"directive",fieldPath:[],prefix:s};if(R8(o))return{contextType:"variable_def",fieldPath:[],prefix:s};let l=o.match(/\.\.\.\s+on\s+(\w*)$/);if(l)return{contextType:"fragment_type",fieldPath:[],prefix:l[1]||""};let f=o.match(/\(\s*(?:[\w]+\s*:\s*(?:"[^"]*"|[^,)]+)\s*,\s*)*(\w+)\s*:\s*(\w*)$/);if(f&&E$(o)){let g=Ex(o,r),y=g.length>0?g[g.length-1]:void 0,w=O$(o);return{contextType:"argument_value",fieldPath:g,parentType:y,prefix:f[2]||"",currentArg:f[1],currentField:w||void 0}}if(E$(o)){let g=Ex(o,r),y=g.length>0?g[g.length-1]:void 0,w=O$(o);return{contextType:"argument",fieldPath:g,parentType:y,prefix:s,currentField:w||void 0}}if(Ox(o,"{","}")===0)return{contextType:"root",fieldPath:[],prefix:s};let m=Ex(o,r);return{contextType:"selection_set",fieldPath:m,parentType:m.length>0?m[m.length-1]:void 0,prefix:s}}function P$(t,e){switch(e.contextType){case"root":return m8(t,e.prefix);case"selection_set":return g8(t,e);case"argument":return y8(t,e);case"argument_value":return v8(t,e);case"directive":return b8(t,e.prefix);case"fragment_type":return S8(t,e.prefix);case"variable_def":return w8(t,e.prefix);default:return[]}}function m8(t,e){let r=[],n=[{label:"query",detail:"Query operation",insertText:`query \${1:OperationName} {
|
|
806
|
+
Disambiguate by passing the id or slug.`);this.kind=r;this.value=n;this.candidates=i;this.name="AmbiguousRefError"}kind;value;candidates}});var Vd={};Ki(Vd,{runCollection:()=>Bd,runFolder:()=>e8,runRequest:()=>Rx,runSuite:()=>xx});function wx(t){let e=[t.testSuite,t.collection,t.environmentConfig,t.config,t.console];for(let r of e)try{r?.dispose?.()}catch{}}function r$(t){return t==="1"||t==="true"||t==="yes"||t==="on"}function G9(){return r$(process.env.HTTP_FORGE_ENFORCE_MAX_REQUESTS)}function K9(){let t=process.env.HTTP_FORGE_MAX_REQUESTS;if(!t||t.trim()==="")return 50;let e=Number(t);if(!Number.isFinite(e)||e<=0)throw new Error("HTTP_FORGE_MAX_REQUESTS must be a positive number when provided");return Math.floor(e)}function n$(t){return r$(process.env.HTTP_FORGE_GENERATE_REPORTS)?!0:t.includes("report")}function i$(t){if(typeof t!="string")return t;try{return JSON.parse(t)}catch{return t}}function Q9(t){return t?Object.fromEntries(Object.entries(t).filter(([e])=>e.toLowerCase()!=="set-cookie")):{}}function s$(t){return Ei(Q9(t))}function o$(t){return Z0((t??[]).map(e=>({name:e.name,value:e.value})))}function t$(t){return t.replace(/[^a-zA-Z0-9_-]/g,"_")}function a$(t){let e=["none","inherit","basic","bearer","apikey","oauth2"],r=t.auth?.type&&e.includes(t.auth.type)?t.auth.type:void 0;return{id:t.id,name:t.name,method:t.method,url:t.url,headers:Array.isArray(t.headers)?t.headers.reduce((n,i)=>(i.enabled&&i.key&&(n[i.key]=i.value??""),n),{}):t.headers,query:Array.isArray(t.query)?t.query.reduce((n,i)=>(i.enabled&&i.key&&(n[i.key]=i.value??""),n),{}):t.query,params:t.params?Object.entries(t.params).reduce((n,[i,s])=>(n[i]=typeof s=="string"?s:s.value??"",n),{}):void 0,body:t.body??null,scripts:t.scripts,settings:t.settings,auth:{type:r==="inherit"?"none":r,bearerToken:t.auth?.bearerToken,basicAuth:t.auth?.basicAuth,apikey:t.auth?.apikey,oauth2:t.auth?.oauth2}}}function l$(t,e){let r={...t};return e.headers&&(r.headers={...t.headers??{},...e.headers}),e.query&&(r.query=e.query),e.body!==void 0&&(r.body={type:"raw",raw:e.body,contentType:"application/json"}),r}function c$(t){return t?Object.fromEntries(Object.entries(t).map(([e,r])=>[e,String(r)])):{}}function _x(t,e,r=t.items,n=[]){for(let i of r){if(i.type==="request"&&i.id===e)return{request:i,folderScriptsChain:[...n]};if(i.type==="folder"){let s=i,a=s.scripts?[...n,s.scripts]:[...n],l=_x(t,e,s.items??[],a);if(l)return l}}}function u$(t,e=t.items,r=[],n=[]){let i=[];for(let s of e)if(s.type==="request")i.push({request:s,folderScriptsChain:[...r],folderPath:n.join("/")});else{let a=s,l=a.scripts?[...r,a.scripts]:[...r],f=[...n,a.name];i.push(...u$(t,a.items??[],l,f))}return i}function Z9(t,e,r=!0){if(!e)return t;let n=e.replace(/\/+$/,"");return t.filter(({folderPath:i})=>r?i===n||i.startsWith(`${n}/`):i===n)}function X9(t){return t.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function f$(t,e){if(e.collectionId){let r=t.getCollection(e.collectionId);if(!r)throw new Error(`Collection "${e.collectionId}" not found`);return r}if(e.collectionRef){let{collection:r,tier:n}=ay(t.getAllCollections(),e.collectionRef);return e.onResolve?.({kind:"collection",value:e.collectionRef,tier:n,id:r.id}),r}throw new Error("A collection reference is required (collectionId or collectionRef)")}function d$(t,e){if(e.folderPath)return e.folderPath;if(e.folderRef){let{folderPath:r}=ly(t,e.folderRef);return e.onResolve?.({kind:"folder",value:e.folderRef,tier:"name",id:r,path:r}),r}}async function p$(t,e,r,n){let i=r.environment??t.environmentConfig.getSelectedEnvironment(),s=r.iterations??e.config?.iterations??1,a=r.stopOnError??e.config?.stopOnError??!1,l=r.delay??e.config?.delayBetweenRequests??0,f=r.requestFilter,d=r.include??[],m=c$(r.variables),g=G9(),y=n$(d),w=e.requests.filter(_=>!(_.enabled===!1||f&&!f.some(k=>_.name.toLowerCase().includes(k.toLowerCase()))));if(g){let _=K9(),k=w.length*s;if(k>_)throw new Error(`Suite "${e.name}" would execute ${k} request calls (${w.length} requests \xD7 ${s} iterations), which exceeds HTTP_FORGE_MAX_REQUESTS (${_}). Reduce iterations, use requestFilter, or increase HTTP_FORGE_MAX_REQUESTS.`)}let C=new Va(t.config);await C.initializeRun(e.id,e.name,i,{iterations:s,delayBetweenRequests:l,stopOnError:a});let R=[],T=[],A=0,U=0,B=new AbortController,V=new Ua;for(let _=1;_<=s;_++){for(let k of w){let M=t.collection.getCollection(k.collectionId);if(!M)continue;let j=_x(M,k.requestId);if(!j)continue;let $=new ns(t.httpRequest,t.scriptExecutor,t.environmentConfig,t.requestPreparer,i,V,M.scripts,j.folderScriptsChain,void 0,M.name,_,s),Y=l$(a$(j.request),{headers:r.headers,query:r.query,body:r.body,variables:r.variables}),K=await $.execute(Y,m,B.signal);if(K.folderPath=k.folderPath??"",K.collectionName=M.name,await C.saveResult(_,K),K.passed?A++:U++,d.includes("perRequest")&&R.push({name:k.name,iteration:_,status:K.response?.status,ok:(K.response?.status??0)>=200&&(K.response?.status??0)<300,duration:`${K.duration}ms`,allPassed:K.passed,...d.includes("consoleOutput")&&K.consoleOutput?.length?{consoleOutput:K.consoleOutput}:{}}),!K.passed&&(T.push({name:k.name,iteration:_,status:K.response?.status,duration:`${K.duration}ms`,body:i$(K.response?.body),headers:s$(K.response?.headers),cookies:o$(K.response?.cookies),failedTests:K.assertions?.filter(ne=>!ne.passed).map(ne=>({name:ne.name,...ne.message?{message:ne.message}:{}})),...K.error?{error:K.error}:{},...d.includes("consoleOutput")&&K.consoleOutput?.length?{consoleOutput:K.consoleOutput}:{}}),a)){B.abort();break}l>0&&!B.signal.aborted&&await new Promise(ne=>setTimeout(ne,l))}if(B.signal.aborted)break}let W=await C.finalizeRun("completed",y),P={[n==="collection"?"collection":"suite"]:e.name,environment:i,summary:{total:A+U,passed:A,failed:U,...s>1?{iterations:s}:{},allPassed:U===0}};return(U>0||d.includes("failedOnly"))&&(P.failedRequests=T),d.includes("perRequest")&&(P.results=R),W!==null&&(P.report={uri:`file://${W}`,hint:"Click the URI to open the HTML report in your browser"}),P}async function Rx(t){let e=qi(t.workspaceFolder),r=t.include??[],n=n$(r);try{let i=e.collection,s=f$(i,t),a=d$(s,t),l=t.requestId;if(!l){if(!t.requestRef)throw new Error("A request reference is required (requestId or requestRef)");let T=cy(s,t.requestRef,a);l=T.request.id,t.onResolve?.({kind:"request",value:t.requestRef,tier:T.tier,id:l,path:T.folderPath?`${T.folderPath}/${T.request.name}`:T.request.name})}let f=_x(s,l);if(!f)throw new Error(`Request "${l}" not found in collection "${s.name}"`);let d=t.environment||e.environmentConfig.getSelectedEnvironment(),m=l$(a$(f.request),{headers:t.headers,query:t.query,body:t.body,variables:t.variables}),y=await new ns(e.httpRequest,e.scriptExecutor,e.environmentConfig,e.requestPreparer,d,new Ua,s.scripts,f.folderScriptsChain).execute(m,c$(t.variables)),w=null;if(n){let T=new Va(e.config),A=`request-${t$(s.id)}-${t$(l)}`,U=`Request: ${f.request.name}`;await T.initializeRun(A,U,d,{iterations:1,delayBetweenRequests:0,stopOnError:!0}),await T.saveResult(1,y),w=await T.finalizeRun("completed")}let C=s$(y.response?.headers),R=o$(y.response?.cookies);return{request:f.request.name,status:y.response?.status||0,ok:(y.response?.status??0)>=200&&(y.response?.status??0)<300,duration:`${y.duration}ms`,body:i$(y.response?.body),allPassed:y.passed,assertions:y.assertions?.map(T=>({name:T.name,passed:T.passed,message:T.message})),...r.includes("headers")?{headers:C}:{},...r.includes("cookies")?{cookies:R}:{},...r.includes("tests")?{tests:y.assertions?.map(T=>({name:T.name,passed:T.passed,...T.message?{message:T.message}:{}}))}:{},...Object.keys(y.modifiedVariables??{}).length?{modifiedVariables:y.modifiedVariables}:{},...r.includes("consoleOutput")&&y.consoleOutput?.length?{consoleOutput:y.consoleOutput}:{},...w!==null?{report:{uri:`file://${w}`,hint:"Click the URI to open the HTML report in your browser"}}:{},...y.error?{error:y.error}:{}}}catch(i){throw i}finally{wx(e)}}async function Bd(t){let e=qi(t.workspaceFolder);try{let r=e.collection,n=f$(r,t),i=d$(n,t),s=u$(n),a=Z9(s,i,t.recursive);if(a.length===0&&i)throw new Error(`No requests found under folder "${i}" in collection "${n.name}"`);let l=a.map(({request:d,folderPath:m})=>({id:d.id,slug:d.id.toLowerCase().replace(/\s+/g,"-"),collectionId:n.id,requestId:d.id,name:d.name,method:d.method,collectionName:n.name,folderPath:m,enabled:!0})),f={id:i?`temp-${n.id}-${X9(i)}`:`temp-${n.id}`,name:i?`${n.name} / ${i}`:n.name,requests:l,config:{iterations:1,delay:0,stopOnError:t.stopOnError??!1,readFromSharedSession:!1,writeToSharedSession:!1},isTemporary:!0,createdAt:Date.now(),updatedAt:Date.now()};return p$(e,f,{environment:t.environment,iterations:t.iterations,stopOnError:t.stopOnError,delay:t.delay,requestFilter:void 0,include:t.include,variables:t.variables},"collection")}catch(r){throw r}finally{wx(e)}}async function e8(t){return Bd({recursive:!0,...t})}async function xx(t){let e=qi(t.workspaceFolder);try{let n=await e.testSuite.getSuite(t.suiteId);if(!n)throw new Error(`Test suite "${t.suiteId}" not found`);return p$(e,n,{environment:t.environment,iterations:t.iterations,stopOnError:t.stopOnError,delay:t.delay,requestFilter:t.requestFilter,include:t.include,variables:t.variables},"suite")}catch(r){throw r}finally{wx(e)}}var au=oe(()=>{"use strict";px();mm();jf();yx();oy();Sx()});var w$={};Ki(w$,{createMcpRuntime:()=>g8});function s8(t){return Buffer.from(t,"utf8").toString("base64url")}function o8(t){return Buffer.from(t,"base64url").toString("utf8")}async function uy(t){let e=process.env.HTTP_FORGE_ENFORCE_MAX_REQUESTS,r=process.env.HTTP_FORGE_GENERATE_REPORTS;process.env.HTTP_FORGE_ENFORCE_MAX_REQUESTS="true",process.env.HTTP_FORGE_GENERATE_REPORTS="true";try{return await t()}finally{e===void 0?delete process.env.HTTP_FORGE_ENFORCE_MAX_REQUESTS:process.env.HTTP_FORGE_ENFORCE_MAX_REQUESTS=e,r===void 0?delete process.env.HTTP_FORGE_GENERATE_REPORTS:process.env.HTTP_FORGE_GENERATE_REPORTS=r}}function v$(t,e=t.items,r=""){let n=[];for(let i of e)if(i.type==="request")n.push({request:i,folderPath:r});else{let s=i,a=r?`${r} / ${s.name}`:s.name;n.push(...v$(t,s.items??[],a))}return n}function b$(t,e=t.items,r=""){let n=[];for(let i of e)if(i.type==="folder"){let s=i,a=r?`${r}/${s.name}`:s.name;n.push({folderPath:a,requestCount:S$(s.items??[])}),n.push(...b$(t,s.items??[],a))}return n}function S$(t){let e=0;for(let r of t)r.type==="request"?e++:e+=S$(r.items??[]);return e}async function l8(t){let e=qi(t),r=e.config.getMcpConfig(),n=r.toolPrefix??"",i=[],s=e.collection.getAllCollections();for(let l of s){let f=r.excludedCollections;if(f?.length&&(f.includes(l.id)||f.includes(l.name)))continue;let d=v$(l);for(let{request:m,folderPath:g}of d){let y=g?`${g} / ${m.name}`:m.name;i.push({name:`${n}request__${l.id}__${m.id}`,description:`[${m.method}] ${y} (collection: ${l.name})`,inputSchema:r8})}i.push({name:`${n}collection__${l.id}`,description:`Run all requests in collection: "${l.name}" (${d.length} requests)`,inputSchema:n8});for(let{folderPath:m,requestCount:g}of b$(l))g!==0&&i.push({name:`${n}folder__${l.id}__${s8(m)}`,description:`Run folder "${m}" in collection: "${l.name}" (${g} requests)`,inputSchema:i8})}let a=await e.testSuite.getAllSuites();for(let l of a){let f=r.excludedSuites;f?.length&&(f.includes(l.id)||f.includes(l.name))||i.push({name:`${n}suite__${l.id}`,description:`Run test suite: "${l.name}" (${l.requests.length} requests, ${l.config.iterations} iteration(s) by default)`,inputSchema:a8})}return i}function c8(t,e){let n=qi(t).config.getMcpConfig().toolPrefix??"";return n&&e.startsWith(n)?e.slice(n.length):e}function u8(t,e,r){return t.replace(/"uri"\s*:\s*"file:\/\/([^"]+)"/g,(n,i)=>`"uri":"http://${e}:${r}/report?path=${encodeURIComponent(i)}"`)}function h$(t,e,r,n){Wa(t,200,{jsonrpc:"2.0",id:e,error:{code:r,message:n}})}async function f8(t,e){switch(e.method){case"initialize":return{protocolVersion:"2024-11-05",capabilities:{tools:{}},serverInfo:{name:"http-forge",version:"1.0.0"}};case"tools/list":return{tools:await l8(t.workspaceFolder)};case"tools/call":{let r=e.params??{},n=r.name,i=r.arguments;if(!n)throw new Error("Missing tool name");let s=await Cx(t.workspaceFolder,n,i??{}),a=JSON.stringify(s,null,2);return{content:[{type:"text",text:u8(a,t.host,t.port)}]}}default:throw new Error(`Method not found: ${e.method}`)}}function d8(t,e,r){let i=qi(t.workspaceFolder).config.getMcpConfig().cors.allowedOrigins??["http://localhost","http://127.0.0.1"],s=e.headers.origin??"",a=i.includes(s)?s:i[0]??"http://localhost";r.setHeader("Access-Control-Allow-Origin",a),r.setHeader("Access-Control-Allow-Methods","POST, GET, OPTIONS"),r.setHeader("Access-Control-Allow-Headers","Content-Type")}function p8(t,e,r){let i=new URL(e.url,`http://${t.host}:${t.port}`).searchParams.get("path");if(!i){r.statusCode=400,r.end("Missing path parameter");return}let s=Wd.resolve(i),a=Wd.resolve(t.workspaceFolder,".http-forge-cache");if(!s.startsWith(a+Wd.sep)||!s.endsWith(".html")){r.statusCode=403,r.end("Forbidden");return}g$.readFile(s,"utf-8",(l,f)=>{if(l){r.statusCode=404,r.end("Report not found");return}r.statusCode=200,r.setHeader("content-type","text/html; charset=utf-8"),r.end(f)})}function lu(t){return new Error(`Bad request: ${t}`)}function h8(t){if(t.startsWith("request__")){let[,e,r]=t.split("__");if(!e||!r)throw lu(`request tool format must be request__<collectionId>__<requestId>, got: ${t}`);return{kind:"request",id1:e,id2:r}}if(t.startsWith("folder__")){let e=t.indexOf("__"),r=t.indexOf("__",e+2),n=r>=0?t.slice(e+2,r):"",i=r>=0?t.slice(r+2):"";if(!n||!i)throw lu(`folder tool format must be folder__<collectionId>__<encodedPath>, got: ${t}`);return{kind:"folder",id1:n,id2:o8(i)}}if(t.startsWith("collection__")){let[,e]=t.split("__");if(!e)throw lu(`collection tool format must be collection__<collectionId>, got: ${t}`);return{kind:"collection",id1:e}}if(t.startsWith("suite__")){let[,e]=t.split("__");if(!e)throw lu(`suite tool format must be suite__<suiteId>, got: ${t}`);return{kind:"suite",id1:e}}throw lu(`unknown tool name: ${t}`)}async function Cx(t,e,r={}){let n=h8(c8(t,e));return n.kind==="request"?uy(()=>Rx({workspaceFolder:t,collectionId:n.id1,requestId:n.id2,environment:r.environment,variables:r.variables,headers:r.headers,query:r.query,body:r.body,include:r.include})):n.kind==="collection"?uy(()=>Bd({workspaceFolder:t,collectionId:n.id1,environment:r.environment,variables:r.variables,iterations:r.iterations,stopOnError:r.stopOnError,delay:r.delay,include:r.include})):n.kind==="folder"?uy(()=>Bd({workspaceFolder:t,collectionId:n.id1,folderPath:n.id2,recursive:r.recursive,environment:r.environment,variables:r.variables,iterations:r.iterations,stopOnError:r.stopOnError,delay:r.delay,include:r.include})):uy(()=>xx({workspaceFolder:t,suiteId:n.id1,environment:r.environment,variables:r.variables,iterations:r.iterations,stopOnError:r.stopOnError,delay:r.delay,requestFilter:r.requestFilter,include:r.include}))}function Wa(t,e,r){t.statusCode=e,t.setHeader("content-type","application/json; charset=utf-8"),t.end(JSON.stringify(r))}function m$(t){return new Promise((e,r)=>{let n="";t.on("data",i=>{n+=i,n.length>1024*1024&&r(new Error("Request body too large (max 1MB)"))}),t.on("end",()=>{if(!n){e({});return}try{e(JSON.parse(n))}catch{r(lu("invalid JSON body"))}}),t.on("error",r)})}function m8(t){return(0,y$.createServer)(async(e,r)=>{try{if(d8(t,e,r),e.method==="OPTIONS"){r.statusCode=204,r.end();return}if(e.method==="GET"&&e.url==="/health"){Wa(r,200,{status:"ok",port:t.port});return}if(e.method==="GET"&&e.url?.startsWith("/report?")){p8(t,e,r);return}if(e.method==="POST"&&e.url==="/"){let n;try{n=await m$(e)}catch{h$(r,null,-32700,"Parse error");return}try{let i=await f8(t,n);Wa(r,200,{jsonrpc:"2.0",id:n.id??null,result:i})}catch(i){h$(r,n.id??null,-32603,i.message||"Internal error")}return}if(e.method==="POST"&&e.url==="/tools/execute"){let n=await m$(e);if(!n||typeof n.name!="string"||n.name.trim()===""){Wa(r,400,{error:'Field "name" is required'});return}let i=await Cx(t.workspaceFolder,n.name,n.args??{});Wa(r,200,{result:i});return}Wa(r,405,{error:"Method not allowed"})}catch(n){Wa(r,500,{error:n.message})}})}async function g8(t){let e=t.port||3100,r=t.host||"127.0.0.1",n=`${r}:${e}`,i={workspaceFolder:t.workspaceFolder,port:e,host:r,isRunning:!1};return t8.set(n,i),{async start(){if(i.isRunning)return;let s=m8(i);await new Promise((a,l)=>{s.once("error",l),s.listen(i.port,i.host,()=>{s.off("error",l),a()})}),i.server=s,i.isRunning=!0},async stop(){if(!i.server){i.isRunning=!1;return}await new Promise((s,a)=>{i.server.close(l=>{if(l){a(l);return}s()})}),i.server=void 0,i.isRunning=!1},isRunning(){return i.isRunning},getPort(){return i.port},async executeTool(s,a){return Cx(i.workspaceFolder,s,a??{})}}}var g$,y$,Wd,t8,r8,n8,i8,a8,_$=oe(()=>{"use strict";g$=he(require("fs")),y$=require("http"),Wd=he(require("path"));au();oy();t8=new Map,r8={type:"object",properties:{environment:{type:"string",description:"Environment name to use (defaults to selected environment)"},variables:{type:"object",description:"Extra variables to inject",additionalProperties:{type:"string"}},headers:{type:"object",description:"Override or add request headers",additionalProperties:{type:"string"}},query:{type:"object",description:"Override query parameters",additionalProperties:{type:"string"}},body:{type:"string",description:"Replace request body (JSON string)"},include:{type:"array",items:{type:"string",enum:["headers","cookies","tests","consoleOutput","report"]},description:"Extra fields to include in response"}}},n8={type:"object",properties:{environment:{type:"string",description:"Environment name to use"},variables:{type:"object",description:"Extra variables for every request",additionalProperties:{type:"string"}},iterations:{type:"number",description:"Number of iterations (default: 1)"},stopOnError:{type:"boolean",description:"Stop on first failure"},delay:{type:"number",description:"Delay between requests in ms"},include:{type:"array",items:{type:"string",enum:["perRequest","failedOnly","consoleOutput","report"]},description:"Result detail level"}}},i8={type:"object",properties:{environment:{type:"string",description:"Environment name to use"},variables:{type:"object",description:"Extra variables for every request",additionalProperties:{type:"string"}},iterations:{type:"number",description:"Number of iterations (default: 1)"},stopOnError:{type:"boolean",description:"Stop on first failure"},delay:{type:"number",description:"Delay between requests in ms"},recursive:{type:"boolean",description:"Include requests in nested subfolders (default: true)"},include:{type:"array",items:{type:"string",enum:["perRequest","failedOnly","consoleOutput","report"]},description:"Result detail level"}}};a8={type:"object",properties:{environment:{type:"string",description:"Environment name to use"},iterations:{type:"number",description:"Number of iterations"},stopOnError:{type:"boolean",description:"Stop on first failure"},delay:{type:"number",description:"Delay between requests in ms"},variables:{type:"object",description:"Extra variables for every request",additionalProperties:{type:"string"}},requestFilter:{type:"array",items:{type:"string"},description:"Run requests matching names"},include:{type:"array",items:{type:"string",enum:["perRequest","failedOnly","consoleOutput","report"]},description:"Result detail level"}}}});var O8={};Ki(O8,{AmbiguousRefError:()=>vo,AwsSecretResolver:()=>qd,AzureKeyVaultResolver:()=>$d,BODY_FILE_MAP:()=>kb,CONFIG_FILES:()=>ya,CollectionLoader:()=>Qo,CollectionLoaderFactory:()=>wc,CollectionRequestExecutor:()=>ns,CollectionService:()=>_c,ConfigService:()=>va,CookieJar:()=>Ul,CookieService:()=>Rc,CookieUtils:()=>ut,DEFAULT_CONFIG:()=>Ft,DEFAULT_REQUEST_SETTINGS:()=>Sn,DEFAULT_SUITE_CONFIG:()=>tu,DYNAMIC_VARIABLES:()=>Ub,DataFileParser:()=>Qs,DopplerResolver:()=>Fd,EnvironmentConfigService:()=>Cc,EnvironmentResolver:()=>vi,ExampleGenerator:()=>Pa,FetchHttpClient:()=>mc,FolderCollectionLoader:()=>Fl,FolderCollectionStore:()=>Qi,ForgeContainer:()=>pm,ForgeEnv:()=>Zi,GcpSecretResolver:()=>Dd,GraphQLSchemaService:()=>Oc,HTTP_METHOD_MAP:()=>ey,HTTP_METHOD_REVERSE:()=>Ha,HashiCorpVaultResolver:()=>Md,HistoryAnalyzer:()=>wa,HtmlReportGenerator:()=>su,HttpForgeParser:()=>Ks,HttpRequestService:()=>Si,InMemoryCookieJar:()=>Ua,InterceptorChain:()=>wi,JsonCollectionLoader:()=>ga,LoggingRequestInterceptor:()=>Rh,METADATA_FILES:()=>or,ModuleLoader:()=>Tf,NodeFileSystem:()=>gc,NodeHttpClient:()=>Us,OAuth2TokenManager:()=>bc,OnePasswordResolver:()=>Nd,OpenApiExporter:()=>Ia,OpenApiImporter:()=>Fa,ParserRegistry:()=>Ll,PersistentCookieJar:()=>xc,ROOT_DIRECTORIES:()=>Xs,RefResolver:()=>Da,RequestExecutor:()=>pa,RequestHistoryService:()=>Ic,RequestHistoryStore:()=>hc,RequestPreparer:()=>Ec,RequestPreprocessor:()=>Gs,RequestScriptSession:()=>pc,ResultStorageService:()=>Va,RetryErrorInterceptor:()=>Ch,SCHEMA_FILES:()=>Dl,SCRIPTS_DIR:()=>Mr,SCRIPT_FILES:()=>Wu,SchemaInferenceService:()=>La,SchemaInferrer:()=>os,ScriptAnalyzer:()=>ja,ScriptExecutor:()=>Ci,SecretResolverRegistry:()=>eu,ServiceContainer:()=>yo,ServiceIdentifiers:()=>re,StatisticsService:()=>dy,TestSuiteService:()=>ru,TestSuiteStore:()=>py,TimingResponseInterceptor:()=>xh,UrlBuilder:()=>bn,VariableInterpolator:()=>js,VariableResolver:()=>Ls,applyExtractionPlan:()=>cP,applyFilterChain:()=>zl,augmentWithDynamicVars:()=>Ns,bootstrapNodeRuntime:()=>bx,buildExtractionPlan:()=>lP,buildResultFileName:()=>jd,cleanupOldBodyFiles:()=>qb,concatenateScripts:()=>$f,createExpectChain:()=>fc,createLodashShim:()=>k0,createMcpRuntime:()=>R$,createModuleLoader:()=>om,createMomentShim:()=>Af,createNodeContainer:()=>qi,createResponseObject:()=>qf,createScriptConsole:()=>KI,createTestFunction:()=>lm,createVariableResolver:()=>uE,deepClone:()=>KC,deleteItemFromTree:()=>uh,detectSensitiveData:()=>aP,evaluateExpression:()=>Fs,expandSummary:()=>Yq,exportCollectionToRestClient:()=>rP,findItemById:()=>ch,formatBytes:()=>XC,formatConsoleOutput:()=>da,formatDuration:()=>eE,generateId:()=>ct,generateSlug:()=>rn,generateUUID:()=>lh,getCompletions:()=>T$,getRestClientExportFolder:()=>tP,getServiceContainer:()=>fx,hasChanged:()=>dc,isExpression:()=>Ds,isPlainObject:()=>QC,isSystemEnvironmentFile:()=>Yu,loadEnvironmentsFromFolder:()=>Hl,mergeHeadersCaseInsensitive:()=>Nl,mergeRequestSettings:()=>_h,normalizeHeaders:()=>cm,parseFilterChain:()=>Wl,parsePostmanEnvironment:()=>Df,parsePostmanEnvironmentFile:()=>sP,parseQueryContext:()=>k$,prepareBodyForSave:()=>Ab,readBodyFromDir:()=>Tb,readSchemaFile:()=>$b,readScriptsFromDir:()=>zu,redactBody:()=>bm,redactFullResponse:()=>wm,redactFullResultDetails:()=>_m,redactHeaders:()=>Ei,redactHistoryEntry:()=>Sm,redactUrl:()=>Lf,registerCoreServices:()=>Ld,resolveCollectionRef:()=>ay,resolveDynamicVariable:()=>bi,resolveDynamicVariablesInString:()=>lE,resolveFolderRef:()=>ly,resolveRequestRef:()=>cy,runCollection:()=>C$,runFolder:()=>E$,runRequest:()=>x$,runSuite:()=>O$,safeJsonParse:()=>ZC,sanitizeName:()=>Et,searchForItemPath:()=>fh,searchForItemPathById:()=>dh,sortItemsByOrder:()=>Nb,writeEnvFile:()=>ma,writeFolderItems:()=>Nf,writeSchemaFiles:()=>Mb,writeScriptFile:()=>Sc,writeScriptsToDir:()=>Ju});module.exports=Ko(O8);var Qo=class{constructor(e,r){this.fileSystem=e;this.parserRegistry=r}fileSystem;parserRegistry;directory;setDirectory(e){this.directory=e}async loadAll(){return this.directory?this.loadDirectory(this.directory):[]}async load(e,r={}){let n=await this.fileSystem.readFile(e);if(r.format){let s=this.parserRegistry.get(r.format);if(!s)throw new Error(`No parser registered for format: ${r.format}`);return s.parse(n,e)}let i=this.parserRegistry.detect(n);if(!i)throw new Error(`Could not detect collection format for: ${e}. Supported formats: ${this.parserRegistry.getFormats().join(", ")}`);return i.parser.parse(n,e)}async loadDirectory(e,r=["*.json","*.forge.json"]){let n=[],i=await this.fileSystem.glob(r,e);for(let s of i)try{let a=await this.load(s);n.push(a)}catch{}return n}async canLoad(e){try{if(!await this.fileSystem.exists(e))return!1;let r=await this.fileSystem.readFile(e);return this.parserRegistry.detect(r)!==null}catch{return!1}}getSupportedFormats(){return this.parserRegistry.getFormats()}};ph();Zo();function Db(t,e){return{id:t.id,name:t.name,description:t.description,variables:t.variables||{},auth:t.auth,scripts:t.scripts,items:(t.items||[]).map(tE),source:{format:"folder",filePath:e,version:t.version}}}function tE(t){if(t.type==="folder")return{type:"folder",id:t.id,name:t.name,description:t.description,auth:t.auth,scripts:t.scripts,items:(t.items||[]).map(tE)};let e=t;return{type:"request",id:e.id,name:e.name,description:e.description,method:e.method||"GET",url:e.url||"",headers:e.headers||[],query:e.query||[],params:e.params,body:e.body??void 0,auth:e.auth,settings:e.settings,scripts:e.scripts,...e.deprecated&&{deprecated:e.deprecated},...e.doc&&{doc:e.doc},...e.responseSchema&&{responseSchema:e.responseSchema},...e.bodySchema&&{bodySchema:e.bodySchema}}}function NL(t){return{id:t.id,name:t.name,description:t.description,version:t.source?.version,variables:t.variables,auth:t.auth,scripts:t.scripts,items:(t.items||[]).map(Fb)}}function Fb(t){return t.type==="folder"?{type:"folder",id:t.id,name:t.name,description:t.description,auth:t.auth,scripts:t.scripts,items:(t.items||[]).map(Fb)}:{type:"request",id:t.id,name:t.name,description:t.description,method:t.method,url:t.url,headers:t.headers,query:t.query,params:t.params,body:t.body,auth:t.auth,settings:t.settings,scripts:t.scripts,...t.deprecated&&{deprecated:t.deprecated},...t.doc&&{doc:t.doc}}}var Fl=class{store;constructor(e){this.store=new Qi(e)}loadAll(){return this.store.loadAll().map(r=>Db(r,this.store.getCollectionPath(r.id)))}getSlugById(e){return this.store.getSlugById(e)}getIdBySlug(e){return this.store.getIdBySlug(e)}load(e){let r=this.store.load(e);if(r)return Db(r,this.store.getCollectionPath(r.id))}async create(e,r){let n=await this.store.create(e,r);return Db(n,this.store.getCollectionPath(n.id))}async save(e){return this.store.save(NL(e))}async delete(e){return this.store.delete(e)}exists(e){return this.store.exists(e)}getCollectionPath(e){return this.store.getCollectionPath(e)}async updateCollectionMetadata(e,r){return this.store.updateCollectionMetadata(e,r)}async saveItem(e,r,n){return this.store.saveItem(e,Fb(r),n)}async updateItem(e,r,n){let i={...n};return this.store.updateItem(e,r,i)}async deleteItem(e,r){return this.store.deleteItem(e,r)}async moveItem(e,r,n){return this.store.moveItem(e,r,n)}async reorderItems(e,r,n){return this.store.reorderItems(e,r,n)}async saveScripts(e,r,n){return this.store.saveScripts(e,r,n)}loadScripts(e,r){return this.store.loadScripts(e,r)}};var Ll=class{parsers=new Map;register(e,r){this.parsers.set(e.toLowerCase(),r)}get(e){return this.parsers.get(e.toLowerCase())}has(e){return this.parsers.has(e.toLowerCase())}getFormats(){return Array.from(this.parsers.keys())}detect(e){for(let[r,n]of this.parsers)if(n.canParse(e))return{parser:n,format:r};return null}clear(){this.parsers.clear()}};jl();var Ul=class{cookies=new Map;getCookieKey(e,r,n){return`${r||"*"}|${n||"/"}|${e}`}get(e,r){if(r){let s=this.getCookieKey(e,r),a=this.cookies.get(s);if(a&&!this.isExpired(a))return a}let n=this.getCookieKey(e,"*"),i=this.cookies.get(n);if(i&&!this.isExpired(i))return i;for(let s of this.cookies.values())if(s.name===e&&!this.isExpired(s))if(r&&s.domain){if(this.domainMatches(r,s.domain))return s}else return s}set(e){let r=this.getCookieKey(e.name,e.domain,e.path);this.cookies.set(r,e)}setFromResponse(e){for(let r of e){let n=this.getCookieKey(r.name,r.domain,r.path);this.cookies.set(n,r)}}has(e,r){return this.get(e,r)!==void 0}delete(e,r,n){let i=this.getCookieKey(e,r,n);return this.cookies.delete(i)}getAll(e){let r=[];for(let n of this.cookies.values())this.isExpired(n)||(e?(!n.domain||this.domainMatches(e,n.domain))&&r.push(n):r.push(n));return r}getCookieHeader(e){let r=this.getAll(e);return ut.formatCookieHeader(r)}clear(){this.cookies.clear()}clearDomain(e){let r=[];for(let[n,i]of this.cookies.entries())i.domain&&this.domainMatches(e,i.domain)&&r.push(n);for(let n of r)this.cookies.delete(n)}parseCookieHeaders(e,r){return ut.parseCookieHeaders(e,r)}isExpired(e){return ut.isExpired(e)}domainMatches(e,r){return ut.domainMatches(e,r)}get count(){return this.cookies.size}cleanExpiredCookies(){let e=[];for(let[r,n]of this.cookies.entries())this.isExpired(n)&&e.push(r);for(let r of e)this.cookies.delete(r)}};mh();var vi=class t{config;selectedEnvironment;sessionGlobals={};sessionEnvironmentValues=new Map;constructor(e){this.config=e,this.selectedEnvironment=e.selectedEnvironment||Object.keys(e.environments)[0]||"default"}get(e){return this.getVariables()[e]}set(e,r){let n=this.sessionEnvironmentValues.get(this.selectedEnvironment);n||(n={},this.sessionEnvironmentValues.set(this.selectedEnvironment,n)),n[e]=r}getAll(){return this.getVariables()}getEnvironments(){return Object.keys(this.config.environments)}getActive(){return this.selectedEnvironment}setActive(e){if(!this.config.environments[e])throw new Error(`Environment not found: ${e}`);this.selectedEnvironment=e}getVariables(e){let r=e||this.selectedEnvironment,n=this.config.environments[r],i={...this.config.globalVariables||{},...this.sessionGlobals};if(n){if(n.inherits&&this.config.environments[n.inherits]){let a=this.getEnvironmentVariables(n.inherits);i={...i,...a}}i={...i,...n.variables};let s=this.sessionEnvironmentValues.get(r);s&&(i={...i,...s})}return i}getEnvironmentVariables(e){let r=this.config.environments[e];if(!r)return{};let n={};return r.inherits&&this.config.environments[r.inherits]&&(n={...this.getEnvironmentVariables(r.inherits)}),{...n,...r.variables}}getGlobals(){return{...this.config.globalVariables||{},...this.sessionGlobals}}setGlobal(e,r){this.sessionGlobals[e]=r}unsetGlobal(e){delete this.sessionGlobals[e]}clearGlobals(){this.sessionGlobals={}}resolve(e){let r=e||this.selectedEnvironment;return{name:r,merged:this.getVariables(r),globals:this.getGlobals()}}static fromVariables(e,r="default"){return new t({environments:{[r]:{name:r,variables:e}},selectedEnvironment:r})}};Bl();Ku();var Zi=class t{envStore;interpolator;urlBuilder;constructor(e,r){this.envStore=e,this.interpolator=r||new js,this.urlBuilder=new bn}get(e){return this.envStore.get(e)}set(e,r){this.envStore.set(e,r)}has(e){return this.envStore.get(e)!==void 0}delete(e){this.envStore.set(e,"")}getAll(){return this.envStore.getAll()}getActiveEnvironment(){return this.envStore.getActive()}setActiveEnvironment(e){this.envStore.setActive(e)}getEnvironments(){let e=this.envStore;return typeof e.getEnvironments=="function"?e.getEnvironments():[]}getGlobals(){let e=this.envStore;return typeof e.getGlobals=="function"?e.getGlobals():{}}setGlobal(e,r){let n=this.envStore;typeof n.setGlobal=="function"&&n.setGlobal(e,r)}unsetGlobal(e){let r=this.envStore;typeof r.unsetGlobal=="function"&&r.unsetGlobal(e)}clearGlobals(){let e=this.envStore;typeof e.clearGlobals=="function"&&e.clearGlobals()}resolve(e){return this.interpolator.interpolate(e,this.getAll())}resolvePath(e,r={}){let n=this.interpolator.interpolate(e,this.getAll());return this.urlBuilder.buildUrl(n,r)}buildUrl(e,r={}){let n=this.interpolator.interpolate(e,this.getAll());return this.urlBuilder.buildUrl(n,r.params||{},r.query||{})}resolveObject(e){return this.interpolator.interpolateObject(e,this.getAll())}extractVariables(e){return this.interpolator.extractVariables(e)}extractPathParams(e){return this.urlBuilder.extractPathParams(e)}static create(e={}){let r=vi.fromVariables(e);return new t(r)}static fromResolver(e){return new t(e)}};Ku();Xu();ef();Bl();Mf();var pa=class{constructor(e,r,n,i,s){this.httpClient=e;this.forgeEnv=r;this.cookieJar=n;this.preprocessor=i;if(s?.scriptExecutor)this.scriptExecutor=s.scriptExecutor;else{let a=s?.forgeRoot?[require("path").join(s.forgeRoot,"modules")]:[],l=new Si(new bn,new wi,e);this.scriptExecutor=new Ci(l,a,void 0,s?.scriptScope??"shared",s?.scriptTimeout??5e3)}}httpClient;forgeEnv;cookieJar;preprocessor;scriptExecutor;async execute(e,r,n={}){let i=Date.now(),s={...this.forgeEnv.getAll()},a={...this.forgeEnv.getGlobals()},l={...n.additionalVariables||{}},f={...s},d=this.buildHttpRequest(e,n.overrides),m=this.findFolderPath(r,e.id),g=this.buildScriptChain(e,r,m),y={request:{url:d.url,method:d.method,headers:{...d.headers},body:d.body?typeof d.body=="string"?{type:"raw",content:d.body}:d.body:void 0},variables:l,collectionVariables:r.variables||{},globals:{...a},environmentVariables:f,environmentName:this.forgeEnv.getActiveEnvironment?.()||void 0,cookieJar:this.cookieJar,info:{eventName:"prerequest",requestName:e.name,requestId:e.id,collectionName:r?.name},onEnvironmentChange:n.onEnvironmentChange,onGlobalsChange:(T,A,U)=>{T==="set"&&A&&U!==void 0?this.forgeEnv.setGlobal(A,U):T==="unset"&&A?this.forgeEnv.unsetGlobal(A):T==="clear"&&this.forgeEnv.clearGlobals()}},w=this.scriptExecutor.createRequestSession(y),C,R;try{if(!n.skipPreRequest&&g.preRequest.length>0){let B=await w.executePreRequest(g.preRequest);if(C={success:B.success,error:B.error,modifiedVariables:B.modifiedVariables,modifiedEnvironment:B.modifiedEnvironmentVariables,modifiedGlobals:B.modifiedGlobals,modifiedCollectionVariables:B.modifiedCollectionVariables,consoleOutput:B.consoleOutput,modifiedRequest:B.modifiedRequest?{url:B.modifiedRequest.url,method:B.modifiedRequest.method,headers:B.modifiedRequest.headers,body:B.modifiedRequest.body?.content}:void 0},B.modifiedVariables&&(l={...l,...B.modifiedVariables}),B.modifiedEnvironmentVariables&&(f={...f,...B.modifiedEnvironmentVariables}),B.modifiedRequest){let V=B.modifiedRequest;V.url&&(d.url=V.url),V.method&&(d.method=V.method),V.headers&&(d.headers={...d.headers,...V.headers}),V.body!==void 0&&(d.body=V.body?.content||V.body)}if(!B.success)throw new Error(`Pre-request script failed: ${B.error}`)}let T={...f,...l};d=this.interpolateRequest(d,T);let A=n.overrides?.body||e.body;if(this.preprocessor&&A&&typeof A!="string"&&A.type==="graphql"&&d.body!==void 0){let B=this.preprocessor.encodeBody({type:"graphql",content:d.body});B!=null&&(d.body=typeof B=="string"?B:JSON.stringify(B))}let U=await this.httpClient.send(d);if(!n.skipPostResponse&&g.postResponse.length>0){let B=await w.executePostResponse(g.postResponse,{status:U.status,statusText:U.statusText,headers:U.headers,body:U.body,cookies:Object.fromEntries(U.cookies.map(V=>[V.name,V.value])),responseTime:U.time,responseSize:U.size,executedRequest:{url:d.url,method:d.method,headers:d.headers||{},body:d.body?typeof d.body=="string"?{type:"raw",content:d.body}:d.body:{type:"none",content:""},params:{},query:{}}});R={success:!0,assertions:B.testResults,consoleOutput:B.consoleOutput,modifiedEnvironment:B.modifiedEnvironmentVariables},B.modifiedEnvironmentVariables&&(f={...f,...B.modifiedEnvironmentVariables})}return{response:U,preRequestResult:C,postResponseResult:R,totalTime:Date.now()-i,finalRequest:d,variables:{environment:f,local:l}}}finally{w.dispose?.()}}async executeSimple(e,r={}){let n=e,i={...this.forgeEnv.getAll(),...r.variables||{}};return n=this.interpolateRequest(e,i),r.timeout&&(n={...n,timeout:r.timeout}),this.httpClient.send(n)}buildHttpRequest(e,r){let n=e.url;if(e.query&&e.query.length>0){let m=new URLSearchParams;for(let g of e.query)g.enabled!==!1&&m.append(g.key,g.value);n+=(n.includes("?")?"&":"?")+m.toString()}let i=r?.url||n,s=r?.method||e.method,a={};if(e.headers&&Array.isArray(e.headers))for(let m of e.headers)m.enabled!==!1&&(a[m.key]=m.value);let l={...a,...r?.headers||{}},f,d=r?.body||e.body;if(d)if(typeof d=="string")f=d;else if(this.preprocessor&&d.type)if(d.type==="graphql")f=typeof d.content=="string"?d.content:JSON.stringify(d.content);else{let m=this.preprocessor.encodeBody(d);f=m!=null?String(m):void 0}else d.content&&(f=typeof d.content=="string"?d.content:JSON.stringify(d.content));return this.preprocessor&&d&&this.preprocessor.setContentTypeHeader(l,d),{url:i,method:s,headers:l,body:f,timeout:r?.timeout||e.settings?.timeout,settings:{...e.settings,...r?.settings}}}interpolateRequest(e,r){let n=Zi.create(r);return{...e,url:n.resolvePath(e.url),headers:n.resolveObject(e.headers),body:e.body?n.resolve(typeof e.body=="string"?e.body:JSON.stringify(e.body)):void 0}}buildScriptChain(e,r,n=[]){let i=[],s=[];r.scripts?.preRequest&&i.push(r.scripts.preRequest),r.scripts?.postResponse&&s.push(r.scripts.postResponse);for(let a of n)a.scripts?.preRequest&&i.push(a.scripts.preRequest),a.scripts?.postResponse&&s.push(a.scripts.postResponse);return e.scripts?.preRequest&&i.push(e.scripts.preRequest),e.scripts?.postResponse&&s.push(e.scripts.postResponse),{preRequest:i,postResponse:s}}findFolderPath(e,r){let n=[],i=(s,a)=>{for(let l of s){if(l.type==="request"&&l.id===r)return n.push(...a),!0;if(l.type==="folder"){let f=[...a,l];if(i(l.items,f))return!0}}return!1};return i(e.items,[]),n}};function rW(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{let e=Math.random()*16|0;return(t==="x"?e:e&3|8).toString(16)})}var hc=class{entries=new Map;requestIndex=new Map;fullResponses=new Map;maxEntriesPerRequest;storeFullResponses;constructor(e={}){this.maxEntriesPerRequest=e.maxEntriesPerRequest??100,this.storeFullResponses=e.storeFullResponses??!0}getEntries(e,r){let n=this.requestIndex.get(e)||[],i=[];for(let s of n){let a=this.entries.get(s);a&&(!r||a.environment===r)&&i.push(a)}return i}getEntry(e){return this.entries.get(e)}getFullResponse(e){return this.fullResponses.get(e)}get count(){return this.entries.size}addEntry(e,r,n,i,s){let a=rW(),l=Date.now(),f={id:a,timestamp:l,environment:i,method:r.method,ticket:s?.ticket,branch:s?.branch,note:s?.note,sentRequest:{url:r.url,method:r.method,headers:{...r.headers},body:r.body},response:{status:n.status,statusText:n.statusText,time:n.time}};this.entries.set(a,f);let d=this.requestIndex.get(e)||[];for(d.unshift(a);d.length>this.maxEntriesPerRequest;){let m=d.pop();m&&(this.entries.delete(m),this.fullResponses.delete(m))}if(this.requestIndex.set(e,d),this.storeFullResponses){let m={timestamp:l,status:n.status,statusText:n.statusText,headers:{...n.headers},cookies:n.cookies||[],body:n.body,time:n.time};this.fullResponses.set(a,m)}return f}deleteEntry(e){if(!this.entries.get(e))return!1;this.entries.delete(e),this.fullResponses.delete(e);for(let[n,i]of this.requestIndex.entries()){let s=i.indexOf(e);if(s!==-1){i.splice(s,1),i.length===0&&this.requestIndex.delete(n);break}}return!0}clearHistory(e){let r=this.requestIndex.get(e);if(r){for(let n of r)this.entries.delete(n),this.fullResponses.delete(n);this.requestIndex.delete(e)}}clearAll(){this.entries.clear(),this.requestIndex.clear(),this.fullResponses.clear()}};var mc=class{async send(e){let r=Date.now(),n=new AbortController,i=e.timeout??3e4,s=setTimeout(()=>n.abort(),i);try{let a={method:e.method,headers:e.headers,signal:n.signal};e.body!==void 0&&!["GET","HEAD"].includes(e.method.toUpperCase())&&(typeof e.body=="string"||e.body instanceof FormData||e.body instanceof URLSearchParams?a.body=e.body:typeof e.body=="object"&&(a.body=JSON.stringify(e.body),!e.headers?.["Content-Type"]&&!e.headers?.["content-type"]&&(a.headers["Content-Type"]="application/json"))),e.settings?.followRedirects===!1&&(a.redirect="manual");let l=await fetch(e.url,a),f=Date.now(),d=l.headers.get("content-type")||"",m;try{d.includes("application/json")?m=await l.json():d.includes("text/")?m=await l.text():m=await l.text()}catch{m=null}let g={};return l.headers.forEach((y,w)=>{let C=g[w];C!==void 0?g[w]=Array.isArray(C)?[...C,y]:[C,y]:g[w]=y}),{status:l.status,statusText:l.statusText,headers:g,cookies:[],body:m,time:f-r}}catch(a){throw a.name==="AbortError"?new Error(`Request timeout after ${i}ms`):a}finally{clearTimeout(s)}}};Xu();ef();Zu();fm();Bl();var Ks=class{format="http-forge";canParse(e){try{let r=JSON.parse(e);return typeof r=="object"&&r!==null&&"id"in r&&"name"in r&&"items"in r&&Array.isArray(r.items)&&!r.info?.schema?.includes("postman")&&!r._type}catch{return!1}}parse(e,r){let n=JSON.parse(e);return{id:n.id,name:n.name,description:n.description,variables:n.variables||{},auth:n.auth,scripts:n.scripts?{preRequest:n.scripts.preRequest,postResponse:n.scripts.postResponse}:void 0,items:this.convertItems(n.items),source:{format:"http-forge",filePath:r,version:n.version}}}convertItems(e){return e.map(r=>r.type==="folder"?this.convertFolder(r):this.convertRequest(r))}convertFolder(e){return{type:"folder",id:e.id,name:e.name,description:e.description,auth:e.auth,scripts:e.scripts?{preRequest:e.scripts.preRequest,postResponse:e.scripts.postResponse}:void 0,items:e.items?this.convertItems(e.items):[]}}convertRequest(e){let r={};if(e.headers)for(let i of e.headers)i.enabled!==!1&&(r[i.key]=i.value);let n={};if(e.query)for(let i of e.query)i.enabled!==!1&&(n[i.key]=i.value);return{type:"request",id:e.id,name:e.name,description:e.description,method:e.method||"GET",url:e.url||"",headers:Object.entries(r).map(([i,s])=>({key:i,value:s,enabled:!0})),query:Object.entries(n).map(([i,s])=>({key:i,value:s,enabled:!0})),params:e.params,body:e.body,auth:e.auth,settings:e.settings,scripts:e.scripts?{preRequest:e.scripts.preRequest,postResponse:e.scripts.postResponse}:void 0}}};dm();var nn=he(require("fs/promises")),yc=he(require("path")),gc=class{async readFile(e){return nn.readFile(e,"utf-8")}async writeFile(e,r){let n=yc.dirname(e);await this.mkdir(n),await nn.writeFile(e,r,"utf-8")}async exists(e){try{return await nn.access(e),!0}catch{return!1}}async mkdir(e){await nn.mkdir(e,{recursive:!0})}async glob(e,r){let n=r||process.cwd(),i=[];try{await this.walkDirectory(n,s=>{let a=yc.basename(s);for(let l of e)if(this.matchPattern(a,l)){i.push(s);break}})}catch{}return i}async readDir(e){return nn.readdir(e)}async isDirectory(e){try{return(await nn.stat(e)).isDirectory()}catch{return!1}}async walkDirectory(e,r){let n=await nn.readdir(e,{withFileTypes:!0});for(let i of n){let s=yc.join(e,i.name);i.isDirectory()?await this.walkDirectory(s,r):i.isFile()&&r(s)}}matchPattern(e,r){let n=r.replace(/\./g,"\\.").replace(/\*/g,".*");return new RegExp(`^${n}$`,"i").test(e)}};Mf();var pm=class t{httpClient;fileSystem;scriptExecutor;interpolator;cookieJar;interceptorChain;preprocessor;dataFileParser;requestHistory;parserRegistry;collectionLoader;environmentStore;forgeEnv;requestExecutor;options;constructor(e={}){if(this.options=e,this.interpolator=e.interpolator||new js,this.fileSystem=e.fileSystem||new gc,this.preprocessor=e.preprocessor||new Gs,this.dataFileParser=e.dataFileParser||new Qs,this.cookieJar=e.cookieJar||new Ul,e.enableHistory?this.requestHistory=e.requestHistory||new hc({maxEntriesPerRequest:e.maxHistoryEntries??100}):this.requestHistory=null,this.interceptorChain=e.interceptorChain||this.createInterceptorChain(e),e.httpClient)this.httpClient=e.httpClient;else if(e.useNativeHttp!==!1){let s={...e.httpSettings,timeout:e.requestTimeout??e.httpSettings?.timeout};this.httpClient=new Us(s)}else this.httpClient=new mc;let r=e.forgeRoot?[require("path").join(e.forgeRoot,"modules")]:[],n=new Si(new bn,this.interceptorChain,this.httpClient);if(this.scriptExecutor=e.scriptExecutor||new Ci(n,r,void 0,e.scriptScope??"shared",e.scriptTimeout??5e3),this.parserRegistry=new Ll,this.parserRegistry.register("http-forge",new Ks),(e.storageFormat??"folder")==="folder"&&e.forgeRoot){let s=require("path").join(e.forgeRoot,"collections");this.collectionLoader=new Fl(s)}else this.collectionLoader=new Qo(this.fileSystem,this.parserRegistry);this.environmentStore=e.environmentConfig?new vi(e.environmentConfig):vi.fromVariables({}),this.forgeEnv=Zi.fromResolver(this.environmentStore),this.requestExecutor=new pa(this.httpClient,this.forgeEnv,this.cookieJar,this.preprocessor,{forgeRoot:e.forgeRoot,scriptExecutor:this.scriptExecutor})}createInterceptorChain(e){let r=new wi;if(e.requestInterceptors)for(let n of e.requestInterceptors)r.addRequestInterceptor(n);if(e.responseInterceptors)for(let n of e.responseInterceptors)r.addResponseInterceptor(n);if(e.errorInterceptors)for(let n of e.errorInterceptors)r.addErrorInterceptor(n);return r}async loadCollection(e){if(this.collectionLoader instanceof Qo)return this.collectionLoader.load(e);throw new Error("loadCollection(filePath) is not supported with folder storage format. Use loadAllCollections() instead.")}async loadAllCollections(){return this.collectionLoader.loadAll()}async execute(e,r,n){return this.requestExecutor.execute(e,r,n)}async executeSimple(e,r){return this.requestExecutor.executeSimple(e,r)}registerParser(e,r){this.parserRegistry.register(e,r)}setEnvironmentConfig(e){this.environmentStore=new vi(e),this.forgeEnv=Zi.fromResolver(this.environmentStore),this.requestExecutor=new pa(this.httpClient,this.forgeEnv,this.cookieJar,this.preprocessor,{forgeRoot:this.options.forgeRoot,scriptExecutor:this.scriptExecutor})}static create(e){return new t(e)}static fromForgeRoot(e="./http-forge",r={}){let n=require("path"),i=n.join(e,"environments"),s,a=Hl(i);if(Object.keys(a.environments).length>0||Object.keys(a.globalVariables).length>0){s={globalVariables:{...a.globalVariables,...a.localVariables},environments:{},selectedEnvironment:void 0};for(let[f,d]of Object.entries(a.environments)){let m=a.localCredentials[f]?.variables||{};s.environments[f]={name:f,variables:{...d.variables,...m}}}}else{let f=require("fs"),d=n.join(i,"environments.json");if(f.existsSync(d))try{let m=f.readFileSync(d,"utf-8"),g=JSON.parse(m);if(s={globalVariables:g.globalVariables||{},environments:{},selectedEnvironment:g.selectedEnvironment},g.environments)for(let[y,w]of Object.entries(g.environments)){let C=w;s.environments[y]={name:C.name||y,variables:C.variables||{}}}}catch(m){console.warn(`[ForgeContainer] Failed to load environments from ${d}:`,m)}}return new t({...r,forgeRoot:e,storageFormat:r.storageFormat??"folder",environmentConfig:s})}};ux();dx();Xg();async function R$(t){let{createMcpRuntime:e}=await Promise.resolve().then(()=>(_$(),w$));return e(t)}async function x$(t){let{runRequest:e}=await Promise.resolve().then(()=>(au(),Vd));return e(t)}async function C$(t){let{runCollection:e}=await Promise.resolve().then(()=>(au(),Vd));return e(t)}async function E$(t){let{runFolder:e}=await Promise.resolve().then(()=>(au(),Vd));return e(t)}async function O$(t){let{runSuite:e}=await Promise.resolve().then(()=>(au(),Vd));return e(t)}oy();W0();jl();px();z0();Xu();ef();Bb();Zu();fm();Bl();T0();$0();Mf();am();um();jf();j0();H0();ph();Zo();Zo();L0();Sx();Y0();mh();Ku();mm();G0();X0();D0();function k$(t,e,r){let n=t.slice(0,e),i=n.match(/([a-zA-Z_]\w*)$/),s=i?i[1]:"",a=x8(n);if(a.trimEnd().endsWith("@")||s&&a.trimEnd().endsWith("@"+s))return{contextType:"directive",fieldPath:[],prefix:s};if(C8(a))return{contextType:"variable_def",fieldPath:[],prefix:s};let l=a.match(/\.\.\.\s+on\s+(\w*)$/);if(l)return{contextType:"fragment_type",fieldPath:[],prefix:l[1]||""};let f=a.match(/\(\s*(?:[\w]+\s*:\s*(?:"[^"]*"|[^,)]+)\s*,\s*)*(\w+)\s*:\s*(\w*)$/);if(f&&I$(a)){let g=Ex(a,r),y=g.length>0?g[g.length-1]:void 0,w=P$(a);return{contextType:"argument_value",fieldPath:g,parentType:y,prefix:f[2]||"",currentArg:f[1],currentField:w||void 0}}if(I$(a)){let g=Ex(a,r),y=g.length>0?g[g.length-1]:void 0,w=P$(a);return{contextType:"argument",fieldPath:g,parentType:y,prefix:s,currentField:w||void 0}}if(Ox(a,"{","}")===0)return{contextType:"root",fieldPath:[],prefix:s};let m=Ex(a,r);return{contextType:"selection_set",fieldPath:m,parentType:m.length>0?m[m.length-1]:void 0,prefix:s}}function T$(t,e){switch(e.contextType){case"root":return y8(t,e.prefix);case"selection_set":return v8(t,e);case"argument":return b8(t,e);case"argument_value":return S8(t,e);case"directive":return w8(t,e.prefix);case"fragment_type":return _8(t,e.prefix);case"variable_def":return R8(t,e.prefix);default:return[]}}function y8(t,e){let r=[],n=[{label:"query",detail:"Query operation",insertText:`query \${1:OperationName} {
|
|
807
807
|
$0
|
|
808
808
|
}`},{label:"mutation",detail:"Mutation operation",insertText:`mutation \${1:OperationName} {
|
|
809
809
|
$0
|
|
810
810
|
}`},{label:"subscription",detail:"Subscription operation",insertText:`subscription \${1:OperationName} {
|
|
811
811
|
$0
|
|
812
|
-
}`},{label:"fragment",detail:"Fragment definition",insertText:"fragment ${1:FragmentName} on ${2:TypeName} {\n $0\n}"}];for(let s of n)s.label==="mutation"&&!t.mutationType||s.label==="subscription"&&!t.subscriptionType||(!e||s.label.startsWith(e.toLowerCase()))&&r.push({label:s.label,kind:"keyword",detail:s.detail,insertText:s.insertText,sortOrder:0});let i=t.types.get(t.queryType);if(i)for(let s of i.fields)(!e||s.name.toLowerCase().startsWith(e.toLowerCase()))&&r.push(
|
|
812
|
+
}`},{label:"fragment",detail:"Fragment definition",insertText:"fragment ${1:FragmentName} on ${2:TypeName} {\n $0\n}"}];for(let s of n)s.label==="mutation"&&!t.mutationType||s.label==="subscription"&&!t.subscriptionType||(!e||s.label.startsWith(e.toLowerCase()))&&r.push({label:s.label,kind:"keyword",detail:s.detail,insertText:s.insertText,sortOrder:0});let i=t.types.get(t.queryType);if(i)for(let s of i.fields)(!e||s.name.toLowerCase().startsWith(e.toLowerCase()))&&r.push(A$(s,1,t));return r}function v8(t,e){let r=[],n=e.parentType;if(!n)return r;let i=t.types.get(n);if(!i)return r;if(i.kind==="OBJECT"||i.kind==="INTERFACE"){for(let s of i.fields)(!e.prefix||s.name.toLowerCase().startsWith(e.prefix.toLowerCase()))&&r.push(A$(s,0,t));(!e.prefix||"__typename".startsWith(e.prefix.toLowerCase()))&&r.push({label:"__typename",kind:"field",detail:"String!",description:"The name of the current object type",sortOrder:10})}if(i.kind==="UNION"||i.kind==="INTERFACE")for(let s of i.possibleTypes){let a=s.replace(/[!\[\]]/g,"");(!e.prefix||a.toLowerCase().startsWith(e.prefix.toLowerCase()))&&r.push({label:`... on ${a}`,kind:"snippet",detail:`Inline fragment on ${a}`,insertText:`... on ${a} {
|
|
813
813
|
$0
|
|
814
|
-
}`,sortOrder:5})}return(!e.prefix||"...".startsWith(e.prefix))&&r.push({label:"...",kind:"snippet",detail:"Fragment spread",insertText:"...${1:FragmentName}",sortOrder:8}),r}function
|
|
814
|
+
}`,sortOrder:5})}return(!e.prefix||"...".startsWith(e.prefix))&&r.push({label:"...",kind:"snippet",detail:"Fragment spread",insertText:"...${1:FragmentName}",sortOrder:8}),r}function b8(t,e){if(!e.currentField||!e.parentType)return[];let r=t.types.get(e.parentType);if(!r)return[];let n=r.fields.find(s=>s.name===e.currentField);if(!n)return[];let i=[];for(let s of n.args)(!e.prefix||s.name.toLowerCase().startsWith(e.prefix.toLowerCase()))&&i.push({label:s.name,kind:"argument",detail:s.type,description:s.description,insertText:`${s.name}: `,sortOrder:0});return i}function S8(t,e){if(!e.currentArg||!e.currentField||!e.parentType)return[];let r=[],n=t.types.get(e.parentType);if(!n)return r;let i=n.fields.find(f=>f.name===e.currentField);if(!i)return r;let s=i.args.find(f=>f.name===e.currentArg);if(!s)return r;let a=s.type.replace(/[!\[\]]/g,""),l=t.types.get(a);if(l&&l.kind==="ENUM")for(let f of l.enumValues)(!e.prefix||f.name.toLowerCase().startsWith(e.prefix.toLowerCase()))&&r.push({label:f.name,kind:"enum",detail:l.name,description:f.description,deprecated:f.isDeprecated,sortOrder:0});else if(a==="Boolean")for(let f of["true","false"])(!e.prefix||f.startsWith(e.prefix.toLowerCase()))&&r.push({label:f,kind:"keyword",detail:"Boolean",sortOrder:0});return r}function w8(t,e){let r=[];for(let n of t.directives)if(!e||n.name.toLowerCase().startsWith(e.toLowerCase())){let i=n.args.length>0?`(${n.args.map(s=>`${s.name}: ${s.type}`).join(", ")})`:"";r.push({label:`@${n.name}`,kind:"directive",detail:i||void 0,description:n.description,insertText:n.args.length>0?`@${n.name}($1)`:`@${n.name}`,sortOrder:0})}return r}function _8(t,e){let r=[];for(let[n,i]of t.types)(i.kind==="OBJECT"||i.kind==="INTERFACE"||i.kind==="UNION")&&(!e||n.toLowerCase().startsWith(e.toLowerCase()))&&r.push({label:n,kind:"type",detail:i.kind,description:i.description,sortOrder:0});return r}function R8(t,e){let r=[];for(let[n,i]of t.types)(i.kind==="SCALAR"||i.kind==="INPUT_OBJECT"||i.kind==="ENUM")&&(!e||n.toLowerCase().startsWith(e.toLowerCase()))&&r.push({label:n,kind:"type",detail:i.kind,description:i.description,sortOrder:0});return r}function A$(t,e,r){let n=t.type.replace(/[!\[\]]/g,""),i=!1;if(r){let a=r.types.get(n);i=!!a&&(a.kind==="OBJECT"||a.kind==="INTERFACE"||a.kind==="UNION")}else i=!new Set(["String","Int","Float","Boolean","ID"]).has(n);let s=t.name;if(t.args.length>0){let a=t.args.filter(l=>l.type.endsWith("!"));if(a.length>0){let l=a.map((f,d)=>`${f.name}: \${${d+1}}`).join(", ");s=`${t.name}(${l})`}}return i&&(s+=` {
|
|
815
815
|
$0
|
|
816
|
-
}`),{label:t.name,kind:"field",detail:t.type,description:t.description,insertText:s,deprecated:t.isDeprecated,sortOrder:e}}function _8(t){return t.replace(/"""[\s\S]*?"""/g,'""').replace(/"(?:[^"\\]|\\.)*"/g,'""').replace(/#[^\n]*/g,"")}function Ox(t,e,r){let n=0;for(let i of t)i===e?n++:i===r&&n--;return n}function E$(t){return Ox(t,"(",")")>0}function R8(t){if(Ox(t,"(",")")<=0)return!1;let r=t.indexOf("{"),n=r>=0?t.slice(0,r):t;return/\$\w+\s*:\s*\w*$/.test(n)}function O$(t){let e=0;for(let r=t.length-1;r>=0;r--)if(t[r]===")")e++;else if(t[r]==="("){if(e===0){let i=t.slice(0,r).trimEnd().match(/(\w+)$/);return i?i[1]:null}e--}return null}function Ex(t,e){if(!e)return[];let r=[],n=e.queryType,i=t.match(/\b(query|mutation|subscription)\b/);i&&(i[1]==="mutation"&&e.mutationType?n=e.mutationType:i[1]==="subscription"&&e.subscriptionType&&(n=e.subscriptionType)),r.push(n);let s=x8(t),o=e.types.get(n);for(let l=0;l<s.length;l++){let f=s[l];if(f!=="{"){if(f==="}"){r.pop(),o=r.length>0?e.types.get(r[r.length-1]):void 0;continue}if(l+1<s.length&&(s[l+1]==="{"||s[l+1]==="(")){let d=l+1;if(s[d]==="("){let m=1;for(d++;d<s.length&&m>0;)s[d]==="("?m++:s[d]===")"&&m--,d++}if(d<s.length&&s[d]==="{"&&o){let m=o.fields.find(g=>g.name===f);if(m){let g=m.type.replace(/[!\[\]]/g,"");r.push(g),o=e.types.get(g)}}}}}return r}function x8(t){let e=[],r=/([a-zA-Z_]\w*|[{}(),:=@!$\[\].]|\.\.\.|"[^"]*"|\d+)/g,n;for(;(n=r.exec(t))!==null;)e.push(n[1]);return e}K0();D_();ew();QR();wg();ex();XR();N_();ZR();B0();V0();gx();lx();ty();yx();function fy(t,e){if(t.length===0)return 0;let r=Math.ceil(e/100*t.length)-1;return t[Math.max(0,r)]}function Ix(t){return{name:t,count:0,passed:0,failed:0,skipped:0,min:0,max:0,avg:0,p50:0,p90:0,p95:0,p99:0,durations:[]}}function T$(t){if(t.durations.length===0){t.min=0,t.max=0,t.avg=0,t.p50=0,t.p90=0,t.p95=0,t.p99=0;return}let e=[...t.durations].sort((n,i)=>n-i),r=t.durations.reduce((n,i)=>n+i,0);t.min=e[0],t.max=e[e.length-1],t.avg=Math.round(r/t.durations.length),t.p50=fy(e,50),t.p90=fy(e,90),t.p95=fy(e,95),t.p99=fy(e,99)}var dy=class{summary;byRequest;overall;errors;startTime=0;constructor(){this.summary=this.createEmptySummary(),this.byRequest=new Map,this.overall=Ix("Overall"),this.errors=new Map}createEmptySummary(){return{totalRequests:0,passed:0,failed:0,skipped:0,passRate:0,duration:0,isRunning:!1}}start(){this.startTime=Date.now(),this.summary.isRunning=!0}reset(){this.summary=this.createEmptySummary(),this.byRequest.clear(),this.overall=Ix("Overall"),this.errors.clear(),this.startTime=0}complete(){this.summary.isRunning=!1,this.startTime>0&&(this.summary.duration=Date.now()-this.startTime)}addResult(e,r,n,i,s){this.summary.totalRequests++,i?this.summary.skipped++:n?this.summary.passed++:this.summary.failed++;let o=this.summary.passed+this.summary.failed;if(this.summary.passRate=o>0?Math.round(this.summary.passed/o*1e3)/10:0,this.startTime>0&&(this.summary.duration=Date.now()-this.startTime),i)return;this.byRequest.has(e)||this.byRequest.set(e,Ix(e));let l=this.byRequest.get(e);if(l.count++,n?l.passed++:l.failed++,l.durations.push(r),T$(l),this.overall.count++,n?this.overall.passed++:this.overall.failed++,this.overall.durations.push(r),T$(this.overall),s){let f=this.errors.get(s)||0;this.errors.set(s,f+1)}}getStatistics(){let e=[];return this.errors.forEach((r,n)=>{e.push({message:n,count:r})}),e.sort((r,n)=>n.count-r.count),{summary:{...this.summary},byRequest:new Map(this.byRequest),overall:{...this.overall},errors:e}}getSerializableStatistics(){let e=this.getStatistics();return{summary:e.summary,byRequest:Array.from(e.byRequest.values()),overall:e.overall,errors:e.errors}}};cx();var ps=he(require("fs")),za=he(require("path"));Zo();var py=class{constructor(e){this.collectionService=e}collectionService;suite;suiteDir;setSuite(e){this.suite=e}setSuiteDir(e){this.suiteDir=e}getSuite(){return this.suite}loadSuiteRequest(e){if(!this.suiteDir)return;let r=za.join(this.suiteDir,e,"request.json");if(ps.existsSync(r))try{let n=JSON.parse(ps.readFileSync(r,"utf-8")),i=za.join(this.suiteDir,e,"scripts"),s=zu(i);return s&&(n.scripts=s),n}catch(n){console.error(`[TestSuiteStore] Failed to load request from ${e}:`,n);return}}saveSuiteRequest(e,r){if(!this.suiteDir)return;let n=za.join(this.suiteDir,e);ps.mkdirSync(n,{recursive:!0});let i=r.scripts,s={...r};if(delete s.scripts,ps.writeFileSync(za.join(n,"request.json"),JSON.stringify(s,null,2),"utf-8"),i){let o=za.join(n,"scripts");Ju(o,{preRequest:i.preRequest||void 0,postResponse:i.postResponse||void 0})}}hasEmbeddedRequest(e){return!this.suiteDir||!e?!1:ps.existsSync(za.join(this.suiteDir,e,"request.json"))}resolveRequest(e){let r=e.slug?this.loadSuiteRequest(e.slug):void 0,n=this.collectionService.getCollection(e.collectionId);if(r){let s,o=[];if(n){s=n.scripts;let l=this.findRequestInCollection(n,e.requestId);l&&(o=l.folderScriptsChain)}return{request:r,suiteRequest:e,collectionScripts:s,folderScriptsChain:o}}if(!n){console.warn(`[TestSuiteStore] Collection not found: ${e.collectionId}`);return}let i=this.findRequestInCollection(n,e.requestId);if(!i){console.warn(`[TestSuiteStore] Request not found: ${e.requestId}`);return}return{request:i.request,suiteRequest:e,collectionScripts:n.scripts,folderScriptsChain:i.folderScriptsChain}}findRequestInCollection(e,r,n=[]){let i=e.items||[];return this.searchItems(i,r,n)}searchItems(e,r,n){for(let i of e)if(i.type==="folder"){let s=i;if(!s.items)continue;let o=s.scripts?[...n,s.scripts]:n,l=this.searchItems(s.items||[],r,o);if(l)return l}else if(i.id===r)return{request:this.normalizeRequest(i),folderScriptsChain:n}}normalizeRequest(e){let{type:r,...n}=e;return n}normalizeKeyValues(e){return e?Array.isArray(e)?e.map(r=>({key:r.key||"",value:r.value||"",enabled:r.enabled!==!1})):typeof e=="object"?Object.entries(e).map(([r,n])=>({key:r,value:String(n||""),enabled:!0})):[]:[]}getRequestWithContext(e,r){if(!this.suite)return;let n=this.suite.requests.find(i=>i.collectionId===e&&i.requestId===r);if(n)return this.resolveRequest(n)}getRequestBySlug(e){if(!this.suite)return;let r=this.suite.requests.find(n=>n.slug===e);if(r)return this.resolveRequest(r)}getAllSuiteRequests(){if(!this.suite)return[];let e=[];for(let r of this.suite.requests){let n=this.resolveRequest(r);n&&e.push(n)}return e}getResolvedRequests(){if(!this.suite)return[];let e=[];for(let r of this.suite.requests){if(!r.slug){let i=this.suite.requests.map(s=>s.slug||"").filter(Boolean);r.slug=rn(r.name||"request",i)}let n=this.resolveRequest(r);if(n){let i=this.collectionService.getCollection(r.collectionId);e.push({id:`${r.collectionId}:${r.requestId}`,collectionId:r.collectionId,requestId:r.requestId,name:n.request.name||"Unknown",method:n.request.method||"GET",url:n.request.url||"",collectionName:i?.name||"Unknown Collection",folderPath:r.folderPath||"",enabled:r.enabled!==!1,hasEmbeddedRequest:this.hasEmbeddedRequest(r.slug),slug:r.slug})}}return e}getSelectedRequests(e){let r=[];for(let n of e){let[i,s]=n.split(":"),o=this.suite?.requests.find(l=>l.collectionId===i&&l.requestId===s);if(o){let l=this.resolveRequest(o);l&&r.push(l)}}return r}addRequest(e,r){if(this.suite){if(this.suiteDir&&r){if(e.slug)e.slug=this.resolveUniqueSlug(e.slug);else{let n=this.suite.requests.map(i=>i.slug||"").filter(Boolean);e.slug=rn(e.name||r.name||"request",n)}this.saveSuiteRequest(e.slug,r)}this.suite.requests.push(e)}}resolveUniqueSlug(e){if(!this.suite)return e;let r=new Set(this.suite.requests.map(i=>i.slug).filter(Boolean));if(!r.has(e))return e;let n=2;for(;r.has(`${e}-${n}`);)n++;return`${e}-${n}`}removeRequest(e){this.suite&&(this.suite.requests=this.suite.requests.filter(r=>r.requestId!==e))}reorderRequests(e){if(!this.suite)return;let r=new Map;for(let i of this.suite.requests)r.set(`${i.collectionId}:${i.requestId}`,i);let n=[];for(let i of e){let s=r.get(i);s&&n.push(s)}this.suite.requests=n}updateSuiteRequest(e,r){if(!this.suite||!this.suiteDir)return;this.saveSuiteRequest(e,r);let n=this.suite.requests.find(i=>i.slug===e);n&&(n.name=r.name||n.name,n.method=r.method||n.method)}resyncFromCollection(e){if(!this.suite||!this.suiteDir)return;let r=this.suite.requests.find(s=>s.slug===e);if(!r)return;let n=this.collectionService.getCollection(r.collectionId);if(!n)return;let i=this.findRequestInCollection(n,r.requestId);if(i)return this.saveSuiteRequest(e,i.request),r.name=i.request.name||r.name,r.method=i.request.method||r.method,i.request}};J0();hm();dm();tx();rx();ox();sx();nx();ix();ax();gh();vh();Sh();vn();0&&(module.exports={AmbiguousRefError,AwsSecretResolver,AzureKeyVaultResolver,BODY_FILE_MAP,CONFIG_FILES,CollectionLoader,CollectionLoaderFactory,CollectionRequestExecutor,CollectionService,ConfigService,CookieJar,CookieService,CookieUtils,DEFAULT_CONFIG,DEFAULT_REQUEST_SETTINGS,DEFAULT_SUITE_CONFIG,DYNAMIC_VARIABLES,DataFileParser,DopplerResolver,EnvironmentConfigService,EnvironmentResolver,ExampleGenerator,FetchHttpClient,FolderCollectionLoader,FolderCollectionStore,ForgeContainer,ForgeEnv,GcpSecretResolver,GraphQLSchemaService,HTTP_METHOD_MAP,HTTP_METHOD_REVERSE,HashiCorpVaultResolver,HistoryAnalyzer,HtmlReportGenerator,HttpForgeParser,HttpRequestService,InMemoryCookieJar,InterceptorChain,JsonCollectionLoader,LoggingRequestInterceptor,METADATA_FILES,ModuleLoader,NodeFileSystem,NodeHttpClient,OAuth2TokenManager,OnePasswordResolver,OpenApiExporter,OpenApiImporter,ParserRegistry,PersistentCookieJar,ROOT_DIRECTORIES,RefResolver,RequestExecutor,RequestHistoryService,RequestHistoryStore,RequestPreparer,RequestPreprocessor,RequestScriptSession,ResultStorageService,RetryErrorInterceptor,SCHEMA_FILES,SCRIPTS_DIR,SCRIPT_FILES,SchemaInferenceService,SchemaInferrer,ScriptAnalyzer,ScriptExecutor,SecretResolverRegistry,ServiceContainer,ServiceIdentifiers,StatisticsService,TestSuiteService,TestSuiteStore,TimingResponseInterceptor,UrlBuilder,VariableInterpolator,VariableResolver,applyExtractionPlan,applyFilterChain,augmentWithDynamicVars,bootstrapNodeRuntime,buildExtractionPlan,buildResultFileName,cleanupOldBodyFiles,concatenateScripts,createExpectChain,createLodashShim,createMcpRuntime,createModuleLoader,createMomentShim,createNodeContainer,createResponseObject,createScriptConsole,createTestFunction,createVariableResolver,deepClone,deleteItemFromTree,detectSensitiveData,evaluateExpression,expandSummary,exportCollectionToRestClient,findItemById,formatBytes,formatConsoleOutput,formatDuration,generateId,generateSlug,generateUUID,getCompletions,getRestClientExportFolder,getServiceContainer,hasChanged,isExpression,isPlainObject,isSystemEnvironmentFile,loadEnvironmentsFromFolder,mergeHeadersCaseInsensitive,mergeRequestSettings,normalizeHeaders,parseFilterChain,parsePostmanEnvironment,parsePostmanEnvironmentFile,parseQueryContext,prepareBodyForSave,readBodyFromDir,readSchemaFile,readScriptsFromDir,redactBody,redactFullResponse,redactFullResultDetails,redactHeaders,redactHistoryEntry,redactUrl,registerCoreServices,resolveCollectionRef,resolveDynamicVariable,resolveDynamicVariablesInString,resolveFolderRef,resolveRequestRef,runCollection,runFolder,runRequest,runSuite,safeJsonParse,sanitizeName,searchForItemPath,searchForItemPathById,sortItemsByOrder,writeEnvFile,writeFolderItems,writeSchemaFiles,writeScriptFile,writeScriptsToDir});
|
|
816
|
+
}`),{label:t.name,kind:"field",detail:t.type,description:t.description,insertText:s,deprecated:t.isDeprecated,sortOrder:e}}function x8(t){return t.replace(/"""[\s\S]*?"""/g,'""').replace(/"(?:[^"\\]|\\.)*"/g,'""').replace(/#[^\n]*/g,"")}function Ox(t,e,r){let n=0;for(let i of t)i===e?n++:i===r&&n--;return n}function I$(t){return Ox(t,"(",")")>0}function C8(t){if(Ox(t,"(",")")<=0)return!1;let r=t.indexOf("{"),n=r>=0?t.slice(0,r):t;return/\$\w+\s*:\s*\w*$/.test(n)}function P$(t){let e=0;for(let r=t.length-1;r>=0;r--)if(t[r]===")")e++;else if(t[r]==="("){if(e===0){let i=t.slice(0,r).trimEnd().match(/(\w+)$/);return i?i[1]:null}e--}return null}function Ex(t,e){if(!e)return[];let r=[],n=e.queryType,i=t.match(/\b(query|mutation|subscription)\b/);i&&(i[1]==="mutation"&&e.mutationType?n=e.mutationType:i[1]==="subscription"&&e.subscriptionType&&(n=e.subscriptionType)),r.push(n);let s=E8(t),a=e.types.get(n);for(let l=0;l<s.length;l++){let f=s[l];if(f!=="{"){if(f==="}"){r.pop(),a=r.length>0?e.types.get(r[r.length-1]):void 0;continue}if(l+1<s.length&&(s[l+1]==="{"||s[l+1]==="(")){let d=l+1;if(s[d]==="("){let m=1;for(d++;d<s.length&&m>0;)s[d]==="("?m++:s[d]===")"&&m--,d++}if(d<s.length&&s[d]==="{"&&a){let m=a.fields.find(g=>g.name===f);if(m){let g=m.type.replace(/[!\[\]]/g,"");r.push(g),a=e.types.get(g)}}}}}return r}function E8(t){let e=[],r=/([a-zA-Z_]\w*|[{}(),:=@!$\[\].]|\.\.\.|"[^"]*"|\d+)/g,n;for(;(n=r.exec(t))!==null;)e.push(n[1]);return e}K0();D_();ew();QR();wg();ex();XR();N_();ZR();B0();V0();gx();lx();ty();yx();function fy(t,e){if(t.length===0)return 0;let r=Math.ceil(e/100*t.length)-1;return t[Math.max(0,r)]}function Ix(t){return{name:t,count:0,passed:0,failed:0,skipped:0,min:0,max:0,avg:0,p50:0,p90:0,p95:0,p99:0,durations:[]}}function q$(t){if(t.durations.length===0){t.min=0,t.max=0,t.avg=0,t.p50=0,t.p90=0,t.p95=0,t.p99=0;return}let e=[...t.durations].sort((n,i)=>n-i),r=t.durations.reduce((n,i)=>n+i,0);t.min=e[0],t.max=e[e.length-1],t.avg=Math.round(r/t.durations.length),t.p50=fy(e,50),t.p90=fy(e,90),t.p95=fy(e,95),t.p99=fy(e,99)}var dy=class{summary;byRequest;overall;errors;startTime=0;constructor(){this.summary=this.createEmptySummary(),this.byRequest=new Map,this.overall=Ix("Overall"),this.errors=new Map}createEmptySummary(){return{totalRequests:0,passed:0,failed:0,skipped:0,passRate:0,duration:0,isRunning:!1}}start(){this.startTime=Date.now(),this.summary.isRunning=!0}reset(){this.summary=this.createEmptySummary(),this.byRequest.clear(),this.overall=Ix("Overall"),this.errors.clear(),this.startTime=0}complete(){this.summary.isRunning=!1,this.startTime>0&&(this.summary.duration=Date.now()-this.startTime)}addResult(e,r,n,i,s){this.summary.totalRequests++,i?this.summary.skipped++:n?this.summary.passed++:this.summary.failed++;let a=this.summary.passed+this.summary.failed;if(this.summary.passRate=a>0?Math.round(this.summary.passed/a*1e3)/10:0,this.startTime>0&&(this.summary.duration=Date.now()-this.startTime),i)return;this.byRequest.has(e)||this.byRequest.set(e,Ix(e));let l=this.byRequest.get(e);if(l.count++,n?l.passed++:l.failed++,l.durations.push(r),q$(l),this.overall.count++,n?this.overall.passed++:this.overall.failed++,this.overall.durations.push(r),q$(this.overall),s){let f=this.errors.get(s)||0;this.errors.set(s,f+1)}}getStatistics(){let e=[];return this.errors.forEach((r,n)=>{e.push({message:n,count:r})}),e.sort((r,n)=>n.count-r.count),{summary:{...this.summary},byRequest:new Map(this.byRequest),overall:{...this.overall},errors:e}}getSerializableStatistics(){let e=this.getStatistics();return{summary:e.summary,byRequest:Array.from(e.byRequest.values()),overall:e.overall,errors:e.errors}}};cx();var ps=he(require("fs")),za=he(require("path"));Zo();var py=class{constructor(e){this.collectionService=e}collectionService;suite;suiteDir;setSuite(e){this.suite=e}setSuiteDir(e){this.suiteDir=e}getSuite(){return this.suite}loadSuiteRequest(e){if(!this.suiteDir)return;let r=za.join(this.suiteDir,e,"request.json");if(ps.existsSync(r))try{let n=JSON.parse(ps.readFileSync(r,"utf-8")),i=za.join(this.suiteDir,e,"scripts"),s=zu(i);return s&&(n.scripts=s),n}catch(n){console.error(`[TestSuiteStore] Failed to load request from ${e}:`,n);return}}saveSuiteRequest(e,r){if(!this.suiteDir)return;let n=za.join(this.suiteDir,e);ps.mkdirSync(n,{recursive:!0});let i=r.scripts,s={...r};if(delete s.scripts,ps.writeFileSync(za.join(n,"request.json"),JSON.stringify(s,null,2),"utf-8"),i){let a=za.join(n,"scripts");Ju(a,{preRequest:i.preRequest||void 0,postResponse:i.postResponse||void 0})}}hasEmbeddedRequest(e){return!this.suiteDir||!e?!1:ps.existsSync(za.join(this.suiteDir,e,"request.json"))}resolveRequest(e){let r=e.slug?this.loadSuiteRequest(e.slug):void 0,n=this.collectionService.getCollection(e.collectionId);if(r){let s,a=[];if(n){s=n.scripts;let l=this.findRequestInCollection(n,e.requestId);l&&(a=l.folderScriptsChain)}return{request:r,suiteRequest:e,collectionScripts:s,folderScriptsChain:a}}if(!n){console.warn(`[TestSuiteStore] Collection not found: ${e.collectionId}`);return}let i=this.findRequestInCollection(n,e.requestId);if(!i){console.warn(`[TestSuiteStore] Request not found: ${e.requestId}`);return}return{request:i.request,suiteRequest:e,collectionScripts:n.scripts,folderScriptsChain:i.folderScriptsChain}}findRequestInCollection(e,r,n=[]){let i=e.items||[];return this.searchItems(i,r,n)}searchItems(e,r,n){for(let i of e)if(i.type==="folder"){let s=i;if(!s.items)continue;let a=s.scripts?[...n,s.scripts]:n,l=this.searchItems(s.items||[],r,a);if(l)return l}else if(i.id===r)return{request:this.normalizeRequest(i),folderScriptsChain:n}}normalizeRequest(e){let{type:r,...n}=e;return n}normalizeKeyValues(e){return e?Array.isArray(e)?e.map(r=>({key:r.key||"",value:r.value||"",enabled:r.enabled!==!1})):typeof e=="object"?Object.entries(e).map(([r,n])=>({key:r,value:String(n||""),enabled:!0})):[]:[]}getRequestWithContext(e,r){if(!this.suite)return;let n=this.suite.requests.find(i=>i.collectionId===e&&i.requestId===r);if(n)return this.resolveRequest(n)}getRequestBySlug(e){if(!this.suite)return;let r=this.suite.requests.find(n=>n.slug===e);if(r)return this.resolveRequest(r)}getAllSuiteRequests(){if(!this.suite)return[];let e=[];for(let r of this.suite.requests){let n=this.resolveRequest(r);n&&e.push(n)}return e}getResolvedRequests(){if(!this.suite)return[];let e=[];for(let r of this.suite.requests){if(!r.slug){let i=this.suite.requests.map(s=>s.slug||"").filter(Boolean);r.slug=rn(r.name||"request",i)}let n=this.resolveRequest(r);if(n){let i=this.collectionService.getCollection(r.collectionId);e.push({id:`${r.collectionId}:${r.requestId}`,collectionId:r.collectionId,requestId:r.requestId,name:n.request.name||"Unknown",method:n.request.method||"GET",url:n.request.url||"",collectionName:i?.name||"Unknown Collection",folderPath:r.folderPath||"",enabled:r.enabled!==!1,hasEmbeddedRequest:this.hasEmbeddedRequest(r.slug),slug:r.slug})}}return e}getSelectedRequests(e){let r=[];for(let n of e){let[i,s]=n.split(":"),a=this.suite?.requests.find(l=>l.collectionId===i&&l.requestId===s);if(a){let l=this.resolveRequest(a);l&&r.push(l)}}return r}addRequest(e,r){if(this.suite){if(this.suiteDir&&r){if(e.slug)e.slug=this.resolveUniqueSlug(e.slug);else{let n=this.suite.requests.map(i=>i.slug||"").filter(Boolean);e.slug=rn(e.name||r.name||"request",n)}this.saveSuiteRequest(e.slug,r)}this.suite.requests.push(e)}}resolveUniqueSlug(e){if(!this.suite)return e;let r=new Set(this.suite.requests.map(i=>i.slug).filter(Boolean));if(!r.has(e))return e;let n=2;for(;r.has(`${e}-${n}`);)n++;return`${e}-${n}`}removeRequest(e){this.suite&&(this.suite.requests=this.suite.requests.filter(r=>r.requestId!==e))}reorderRequests(e){if(!this.suite)return;let r=new Map;for(let i of this.suite.requests)r.set(`${i.collectionId}:${i.requestId}`,i);let n=[];for(let i of e){let s=r.get(i);s&&n.push(s)}this.suite.requests=n}updateSuiteRequest(e,r){if(!this.suite||!this.suiteDir)return;this.saveSuiteRequest(e,r);let n=this.suite.requests.find(i=>i.slug===e);n&&(n.name=r.name||n.name,n.method=r.method||n.method)}resyncFromCollection(e){if(!this.suite||!this.suiteDir)return;let r=this.suite.requests.find(s=>s.slug===e);if(!r)return;let n=this.collectionService.getCollection(r.collectionId);if(!n)return;let i=this.findRequestInCollection(n,r.requestId);if(i)return this.saveSuiteRequest(e,i.request),r.name=i.request.name||r.name,r.method=i.request.method||r.method,i.request}};J0();hm();dm();tx();rx();ox();sx();nx();ix();ax();gh();vh();Sh();vn();0&&(module.exports={AmbiguousRefError,AwsSecretResolver,AzureKeyVaultResolver,BODY_FILE_MAP,CONFIG_FILES,CollectionLoader,CollectionLoaderFactory,CollectionRequestExecutor,CollectionService,ConfigService,CookieJar,CookieService,CookieUtils,DEFAULT_CONFIG,DEFAULT_REQUEST_SETTINGS,DEFAULT_SUITE_CONFIG,DYNAMIC_VARIABLES,DataFileParser,DopplerResolver,EnvironmentConfigService,EnvironmentResolver,ExampleGenerator,FetchHttpClient,FolderCollectionLoader,FolderCollectionStore,ForgeContainer,ForgeEnv,GcpSecretResolver,GraphQLSchemaService,HTTP_METHOD_MAP,HTTP_METHOD_REVERSE,HashiCorpVaultResolver,HistoryAnalyzer,HtmlReportGenerator,HttpForgeParser,HttpRequestService,InMemoryCookieJar,InterceptorChain,JsonCollectionLoader,LoggingRequestInterceptor,METADATA_FILES,ModuleLoader,NodeFileSystem,NodeHttpClient,OAuth2TokenManager,OnePasswordResolver,OpenApiExporter,OpenApiImporter,ParserRegistry,PersistentCookieJar,ROOT_DIRECTORIES,RefResolver,RequestExecutor,RequestHistoryService,RequestHistoryStore,RequestPreparer,RequestPreprocessor,RequestScriptSession,ResultStorageService,RetryErrorInterceptor,SCHEMA_FILES,SCRIPTS_DIR,SCRIPT_FILES,SchemaInferenceService,SchemaInferrer,ScriptAnalyzer,ScriptExecutor,SecretResolverRegistry,ServiceContainer,ServiceIdentifiers,StatisticsService,TestSuiteService,TestSuiteStore,TimingResponseInterceptor,UrlBuilder,VariableInterpolator,VariableResolver,applyExtractionPlan,applyFilterChain,augmentWithDynamicVars,bootstrapNodeRuntime,buildExtractionPlan,buildResultFileName,cleanupOldBodyFiles,concatenateScripts,createExpectChain,createLodashShim,createMcpRuntime,createModuleLoader,createMomentShim,createNodeContainer,createResponseObject,createScriptConsole,createTestFunction,createVariableResolver,deepClone,deleteItemFromTree,detectSensitiveData,evaluateExpression,expandSummary,exportCollectionToRestClient,findItemById,formatBytes,formatConsoleOutput,formatDuration,generateId,generateSlug,generateUUID,getCompletions,getRestClientExportFolder,getServiceContainer,hasChanged,isExpression,isPlainObject,isSystemEnvironmentFile,loadEnvironmentsFromFolder,mergeHeadersCaseInsensitive,mergeRequestSettings,normalizeHeaders,parseFilterChain,parsePostmanEnvironment,parsePostmanEnvironmentFile,parseQueryContext,prepareBodyForSave,readBodyFromDir,readSchemaFile,readScriptsFromDir,redactBody,redactFullResponse,redactFullResultDetails,redactHeaders,redactHistoryEntry,redactUrl,registerCoreServices,resolveCollectionRef,resolveDynamicVariable,resolveDynamicVariablesInString,resolveFolderRef,resolveRequestRef,runCollection,runFolder,runRequest,runSuite,safeJsonParse,sanitizeName,searchForItemPath,searchForItemPathById,sortItemsByOrder,writeEnvFile,writeFolderItems,writeSchemaFiles,writeScriptFile,writeScriptsToDir});
|