@membranehq/cli 0.1.1
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/.turbo/turbo-build.log +9 -0
- package/CHANGELOG.md +7 -0
- package/README.md +54 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +335 -0
- package/package.json +46 -0
- package/scripts/add-shebang.sh +6 -0
- package/scripts/prepare-package-json.ts +29 -0
- package/src/agent.tsx +50 -0
- package/src/cli.ts +72 -0
- package/src/commands/open.command.ts +51 -0
- package/src/commands/pull.command.ts +75 -0
- package/src/commands/push.command.ts +79 -0
- package/src/commands/test.command.ts +99 -0
- package/src/components/AddMcpServerScreen.tsx +215 -0
- package/src/components/AgentStatus.tsx +15 -0
- package/src/components/Main.tsx +64 -0
- package/src/components/OverviewSection.tsx +24 -0
- package/src/components/PersonalAccessTokenInput.tsx +56 -0
- package/src/components/RecentChanges.tsx +65 -0
- package/src/components/SelectWorkspace.tsx +112 -0
- package/src/components/Setup.tsx +121 -0
- package/src/components/WorkspaceStatus.tsx +61 -0
- package/src/contexts/FileWatcherContext.tsx +81 -0
- package/src/index.ts +27 -0
- package/src/legacy/commands/pullWorkspace.ts +70 -0
- package/src/legacy/commands/pushWorkspace.ts +246 -0
- package/src/legacy/integrationElements.ts +78 -0
- package/src/legacy/push/types.ts +17 -0
- package/src/legacy/reader/index.ts +113 -0
- package/src/legacy/types.ts +17 -0
- package/src/legacy/util.ts +149 -0
- package/src/legacy/workspace-elements/connectors.ts +397 -0
- package/src/legacy/workspace-elements/index.ts +27 -0
- package/src/legacy/workspace-tools/commands/pullWorkspace.ts +70 -0
- package/src/legacy/workspace-tools/integrationElements.ts +78 -0
- package/src/legacy/workspace-tools/util.ts +149 -0
- package/src/mcp/server-status.ts +27 -0
- package/src/mcp/server.ts +36 -0
- package/src/mcp/tools/getTestAccessToken.ts +32 -0
- package/src/modules/api/account-api-client.ts +89 -0
- package/src/modules/api/index.ts +3 -0
- package/src/modules/api/membrane-api-client.ts +116 -0
- package/src/modules/api/workspace-api-client.ts +11 -0
- package/src/modules/config/cwd-context.tsx +11 -0
- package/src/modules/config/project/getAgentVersion.ts +16 -0
- package/src/modules/config/project/index.ts +8 -0
- package/src/modules/config/project/paths.ts +25 -0
- package/src/modules/config/project/readProjectConfig.ts +27 -0
- package/src/modules/config/project/useProjectConfig.tsx +103 -0
- package/src/modules/config/system/index.ts +35 -0
- package/src/modules/file-watcher/index.ts +166 -0
- package/src/modules/file-watcher/types.ts +14 -0
- package/src/modules/setup/steps.ts +9 -0
- package/src/modules/setup/useSetup.ts +16 -0
- package/src/modules/status/useStatus.ts +16 -0
- package/src/modules/workspace-element-service/constants.ts +121 -0
- package/src/modules/workspace-element-service/getTypeAndKeyFromPath.ts +69 -0
- package/src/modules/workspace-element-service/index.ts +304 -0
- package/src/testing/environment.ts +172 -0
- package/src/testing/runners/base.runner.ts +27 -0
- package/src/testing/runners/test.runner.ts +123 -0
- package/src/testing/scripts/generate-test-report.ts +757 -0
- package/src/testing/test-suites/base.ts +92 -0
- package/src/testing/test-suites/data-collection.ts +128 -0
- package/src/testing/testers/base.ts +115 -0
- package/src/testing/testers/create.ts +273 -0
- package/src/testing/testers/delete.ts +155 -0
- package/src/testing/testers/find-by-id.ts +135 -0
- package/src/testing/testers/list.ts +110 -0
- package/src/testing/testers/match.ts +149 -0
- package/src/testing/testers/search.ts +148 -0
- package/src/testing/testers/spec.ts +30 -0
- package/src/testing/testers/update.ts +284 -0
- package/src/utils/auth.ts +19 -0
- package/src/utils/constants.ts +27 -0
- package/src/utils/fields.ts +83 -0
- package/src/utils/logger.ts +106 -0
- package/src/utils/templating.ts +50 -0
- package/tsconfig.json +21 -0
package/dist/index.js
ADDED
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
var Er=Object.defineProperty;var l=(s,e)=>Er(s,"name",{value:e,configurable:!0});import"react/jsx-runtime";import*as ge from"node:path";import{resolve as Nr,dirname as $r,join as Ir}from"node:path";import"ink";import jr from"minimist";import"swr";import"node:child_process";import{createContext as On}from"react";import"@inkjs/ui";import"ink-spinner";import"swr/immutable";import*as $t from"node:fs";import{readFileSync as Lr}from"node:fs";import de from"js-yaml";import"ink-text-input";import Rr from"os";import D from"path";import Pr from"conf";import{WorkspaceElementSpecs as oe,WorkspaceElementType as T,IntegrationAppClient as It,setValueAtLocator as An,extractIntegrationAppErrorData as ce,getDataCollectionCreateFields as Tn,excludeWriteOnlyFieldsFromSchema as Ss,valueToSchema as jt,getRequiredFieldsFromSchema as Kr,getValueAtLocator as Dr,walkSchema as Cs,makeDataLocationPath as Os,getDataCollectionUpdateFields as xn}from"@integration-app/sdk";import Lt from"jsonwebtoken";import*as Mr from"node:crypto";import{EventEmitter as Br}from"node:events";import Fr from"chokidar";import b from"chalk";import{fileURLToPath as qr}from"node:url";import{Command as Ur}from"commander";import R from"fs";import Vr from"archiver";import Zr from"form-data";import Jr from"unzipper";import En from"lodash/merge.js";import zr from"@anthropic-ai/sdk";import{faker as dt}from"@faker-js/faker";import Wr from"lodash/template.js";import Gr from"lodash/templateSettings.js";var B;(function(s){s.assertEqual=i=>{};function e(i){}l(e,"assertIs"),s.assertIs=e;function t(i){throw new Error}l(t,"assertNever"),s.assertNever=t,s.arrayToEnum=i=>{const r={};for(const a of i)r[a]=a;return r},s.getValidEnumValues=i=>{const r=s.objectKeys(i).filter(o=>typeof i[i[o]]!="number"),a={};for(const o of r)a[o]=i[o];return s.objectValues(a)},s.objectValues=i=>s.objectKeys(i).map(function(r){return i[r]}),s.objectKeys=typeof Object.keys=="function"?i=>Object.keys(i):i=>{const r=[];for(const a in i)Object.prototype.hasOwnProperty.call(i,a)&&r.push(a);return r},s.find=(i,r)=>{for(const a of i)if(r(a))return a},s.isInteger=typeof Number.isInteger=="function"?i=>Number.isInteger(i):i=>typeof i=="number"&&Number.isFinite(i)&&Math.floor(i)===i;function n(i,r=" | "){return i.map(a=>typeof a=="string"?`'${a}'`:a).join(r)}l(n,"joinValues"),s.joinValues=n,s.jsonStringifyReplacer=(i,r)=>typeof r=="bigint"?r.toString():r})(B||(B={}));var As;(function(s){s.mergeShapes=(e,t)=>({...e,...t})})(As||(As={}));const S=B.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),we=l(s=>{switch(typeof s){case"undefined":return S.undefined;case"string":return S.string;case"number":return Number.isNaN(s)?S.nan:S.number;case"boolean":return S.boolean;case"function":return S.function;case"bigint":return S.bigint;case"symbol":return S.symbol;case"object":return Array.isArray(s)?S.array:s===null?S.null:s.then&&typeof s.then=="function"&&s.catch&&typeof s.catch=="function"?S.promise:typeof Map<"u"&&s instanceof Map?S.map:typeof Set<"u"&&s instanceof Set?S.set:typeof Date<"u"&&s instanceof Date?S.date:S.object;default:return S.unknown}},"getParsedType"),g=B.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]);class me extends Error{static{l(this,"ZodError")}get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};const t=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,t):this.__proto__=t,this.name="ZodError",this.issues=e}format(e){const t=e||function(r){return r.message},n={_errors:[]},i=l(r=>{for(const a of r.issues)if(a.code==="invalid_union")a.unionErrors.map(i);else if(a.code==="invalid_return_type")i(a.returnTypeError);else if(a.code==="invalid_arguments")i(a.argumentsError);else if(a.path.length===0)n._errors.push(t(a));else{let o=n,c=0;for(;c<a.path.length;){const u=a.path[c];c===a.path.length-1?(o[u]=o[u]||{_errors:[]},o[u]._errors.push(t(a))):o[u]=o[u]||{_errors:[]},o=o[u],c++}}},"processError");return i(this),n}static assert(e){if(!(e instanceof me))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,B.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=t=>t.message){const t={},n=[];for(const i of this.issues)if(i.path.length>0){const r=i.path[0];t[r]=t[r]||[],t[r].push(e(i))}else n.push(e(i));return{formErrors:n,fieldErrors:t}}get formErrors(){return this.flatten()}}me.create=s=>new me(s);const Nn=l((s,e)=>{let t;switch(s.code){case g.invalid_type:s.received===S.undefined?t="Required":t=`Expected ${s.expected}, received ${s.received}`;break;case g.invalid_literal:t=`Invalid literal value, expected ${JSON.stringify(s.expected,B.jsonStringifyReplacer)}`;break;case g.unrecognized_keys:t=`Unrecognized key(s) in object: ${B.joinValues(s.keys,", ")}`;break;case g.invalid_union:t="Invalid input";break;case g.invalid_union_discriminator:t=`Invalid discriminator value. Expected ${B.joinValues(s.options)}`;break;case g.invalid_enum_value:t=`Invalid enum value. Expected ${B.joinValues(s.options)}, received '${s.received}'`;break;case g.invalid_arguments:t="Invalid function arguments";break;case g.invalid_return_type:t="Invalid function return type";break;case g.invalid_date:t="Invalid date";break;case g.invalid_string:typeof s.validation=="object"?"includes"in s.validation?(t=`Invalid input: must include "${s.validation.includes}"`,typeof s.validation.position=="number"&&(t=`${t} at one or more positions greater than or equal to ${s.validation.position}`)):"startsWith"in s.validation?t=`Invalid input: must start with "${s.validation.startsWith}"`:"endsWith"in s.validation?t=`Invalid input: must end with "${s.validation.endsWith}"`:B.assertNever(s.validation):s.validation!=="regex"?t=`Invalid ${s.validation}`:t="Invalid";break;case g.too_small:s.type==="array"?t=`Array must contain ${s.exact?"exactly":s.inclusive?"at least":"more than"} ${s.minimum} element(s)`:s.type==="string"?t=`String must contain ${s.exact?"exactly":s.inclusive?"at least":"over"} ${s.minimum} character(s)`:s.type==="number"?t=`Number must be ${s.exact?"exactly equal to ":s.inclusive?"greater than or equal to ":"greater than "}${s.minimum}`:s.type==="bigint"?t=`Number must be ${s.exact?"exactly equal to ":s.inclusive?"greater than or equal to ":"greater than "}${s.minimum}`:s.type==="date"?t=`Date must be ${s.exact?"exactly equal to ":s.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(s.minimum))}`:t="Invalid input";break;case g.too_big:s.type==="array"?t=`Array must contain ${s.exact?"exactly":s.inclusive?"at most":"less than"} ${s.maximum} element(s)`:s.type==="string"?t=`String must contain ${s.exact?"exactly":s.inclusive?"at most":"under"} ${s.maximum} character(s)`:s.type==="number"?t=`Number must be ${s.exact?"exactly":s.inclusive?"less than or equal to":"less than"} ${s.maximum}`:s.type==="bigint"?t=`BigInt must be ${s.exact?"exactly":s.inclusive?"less than or equal to":"less than"} ${s.maximum}`:s.type==="date"?t=`Date must be ${s.exact?"exactly":s.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(s.maximum))}`:t="Invalid input";break;case g.custom:t="Invalid input";break;case g.invalid_intersection_types:t="Intersection results could not be merged";break;case g.not_multiple_of:t=`Number must be a multiple of ${s.multipleOf}`;break;case g.not_finite:t="Number must be finite";break;default:t=e.defaultError,B.assertNever(s)}return{message:t}},"errorMap");let Yr=Nn;function Hr(){return Yr}l(Hr,"getErrorMap");const Qr=l(s=>{const{data:e,path:t,errorMaps:n,issueData:i}=s,r=[...t,...i.path||[]],a={...i,path:r};if(i.message!==void 0)return{...i,path:r,message:i.message};let o="";const c=n.filter(u=>!!u).slice().reverse();for(const u of c)o=u(a,{data:e,defaultError:o}).message;return{...i,path:r,message:o}},"makeIssue");function v(s,e){const t=Hr(),n=Qr({issueData:e,data:s.data,path:s.path,errorMaps:[s.common.contextualErrorMap,s.schemaErrorMap,t,t===Nn?void 0:Nn].filter(i=>!!i)});s.common.issues.push(n)}l(v,"addIssueToContext");class ee{static{l(this,"ParseStatus")}constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,t){const n=[];for(const i of t){if(i.status==="aborted")return $;i.status==="dirty"&&e.dirty(),n.push(i.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,t){const n=[];for(const i of t){const r=await i.key,a=await i.value;n.push({key:r,value:a})}return ee.mergeObjectSync(e,n)}static mergeObjectSync(e,t){const n={};for(const i of t){const{key:r,value:a}=i;if(r.status==="aborted"||a.status==="aborted")return $;r.status==="dirty"&&e.dirty(),a.status==="dirty"&&e.dirty(),r.value!=="__proto__"&&(typeof a.value<"u"||i.alwaysSet)&&(n[r.value]=a.value)}return{status:e.value,value:n}}}const $=Object.freeze({status:"aborted"}),ht=l(s=>({status:"dirty",value:s}),"DIRTY"),te=l(s=>({status:"valid",value:s}),"OK"),Ts=l(s=>s.status==="aborted","isAborted"),xs=l(s=>s.status==="dirty","isDirty"),Pe=l(s=>s.status==="valid","isValid"),Rt=l(s=>typeof Promise<"u"&&s instanceof Promise,"isAsync");var C;(function(s){s.errToObj=e=>typeof e=="string"?{message:e}:e||{},s.toString=e=>typeof e=="string"?e:e?.message})(C||(C={}));class be{static{l(this,"ParseInputLazyPath")}constructor(e,t,n,i){this._cachedPath=[],this.parent=e,this.data=t,this._path=n,this._key=i}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}}const Es=l((s,e)=>{if(Pe(e))return{success:!0,data:e.value};if(!s.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;const t=new me(s.common.issues);return this._error=t,this._error}}},"handleResult");function P(s){if(!s)return{};const{errorMap:e,invalid_type_error:t,required_error:n,description:i}=s;if(e&&(t||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:i}:{errorMap:l((a,o)=>{const{message:c}=s;return a.code==="invalid_enum_value"?{message:c??o.defaultError}:typeof o.data>"u"?{message:c??n??o.defaultError}:a.code!=="invalid_type"?{message:o.defaultError}:{message:c??t??o.defaultError}},"customMap"),description:i}}l(P,"processCreateParams");class M{static{l(this,"ZodType")}get description(){return this._def.description}_getType(e){return we(e.data)}_getOrReturnCtx(e,t){return t||{common:e.parent.common,data:e.data,parsedType:we(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new ee,ctx:{common:e.parent.common,data:e.data,parsedType:we(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const t=this._parse(e);if(Rt(t))throw new Error("Synchronous parse encountered promise.");return t}_parseAsync(e){const t=this._parse(e);return Promise.resolve(t)}parse(e,t){const n=this.safeParse(e,t);if(n.success)return n.data;throw n.error}safeParse(e,t){const n={common:{issues:[],async:t?.async??!1,contextualErrorMap:t?.errorMap},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:we(e)},i=this._parseSync({data:e,path:n.path,parent:n});return Es(n,i)}"~validate"(e){const t={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:we(e)};if(!this["~standard"].async)try{const n=this._parseSync({data:e,path:[],parent:t});return Pe(n)?{value:n.value}:{issues:t.common.issues}}catch(n){n?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),t.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:t}).then(n=>Pe(n)?{value:n.value}:{issues:t.common.issues})}async parseAsync(e,t){const n=await this.safeParseAsync(e,t);if(n.success)return n.data;throw n.error}async safeParseAsync(e,t){const n={common:{issues:[],contextualErrorMap:t?.errorMap,async:!0},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:we(e)},i=this._parse({data:e,path:n.path,parent:n}),r=await(Rt(i)?i:Promise.resolve(i));return Es(n,r)}refine(e,t){const n=l(i=>typeof t=="string"||typeof t>"u"?{message:t}:typeof t=="function"?t(i):t,"getIssueProperties");return this._refinement((i,r)=>{const a=e(i),o=l(()=>r.addIssue({code:g.custom,...n(i)}),"setError");return typeof Promise<"u"&&a instanceof Promise?a.then(c=>c?!0:(o(),!1)):a?!0:(o(),!1)})}refinement(e,t){return this._refinement((n,i)=>e(n)?!0:(i.addIssue(typeof t=="function"?t(n,i):t),!1))}_refinement(e){return new De({schema:this,typeName:I.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:l(t=>this["~validate"](t),"validate")}}optional(){return ke.create(this,this._def)}nullable(){return Me.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return fe.create(this)}promise(){return Dt.create(this,this._def)}or(e){return Pt.create([this,e],this._def)}and(e){return Kt.create(this,e,this._def)}transform(e){return new De({...P(this._def),schema:this,typeName:I.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const t=typeof e=="function"?e:()=>e;return new jn({...P(this._def),innerType:this,defaultValue:t,typeName:I.ZodDefault})}brand(){return new ka({typeName:I.ZodBranded,type:this,...P(this._def)})}catch(e){const t=typeof e=="function"?e:()=>e;return new Ln({...P(this._def),innerType:this,catchValue:t,typeName:I.ZodCatch})}describe(e){const t=this.constructor;return new t({...this._def,description:e})}pipe(e){return vs.create(this,e)}readonly(){return Rn.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const Xr=/^c[^\s-]{8,}$/i,ea=/^[0-9a-z]+$/,ta=/^[0-9A-HJKMNP-TV-Z]{26}$/i,na=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,sa=/^[a-z0-9_-]{21}$/i,ia=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,ra=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,aa=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,oa="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let $n;const ca=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,la=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ua=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,fa=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,da=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,ha=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Ns="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",pa=new RegExp(`^${Ns}$`);function $s(s){let e="[0-5]\\d";s.precision?e=`${e}\\.\\d{${s.precision}}`:s.precision==null&&(e=`${e}(\\.\\d+)?`);const t=s.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${t}`}l($s,"timeRegexSource");function ma(s){return new RegExp(`^${$s(s)}$`)}l(ma,"timeRegex");function ya(s){let e=`${Ns}T${$s(s)}`;const t=[];return t.push(s.local?"Z?":"Z"),s.offset&&t.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${t.join("|")})`,new RegExp(`^${e}$`)}l(ya,"datetimeRegex");function ga(s,e){return!!((e==="v4"||!e)&&ca.test(s)||(e==="v6"||!e)&&ua.test(s))}l(ga,"isValidIP");function wa(s,e){if(!ia.test(s))return!1;try{const[t]=s.split(".");if(!t)return!1;const n=t.replace(/-/g,"+").replace(/_/g,"/").padEnd(t.length+(4-t.length%4)%4,"="),i=JSON.parse(atob(n));return!(typeof i!="object"||i===null||"typ"in i&&i?.typ!=="JWT"||!i.alg||e&&i.alg!==e)}catch{return!1}}l(wa,"isValidJWT");function ba(s,e){return!!((e==="v4"||!e)&&la.test(s)||(e==="v6"||!e)&&fa.test(s))}l(ba,"isValidCidr");class Te extends M{static{l(this,"ZodString")}_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==S.string){const r=this._getOrReturnCtx(e);return v(r,{code:g.invalid_type,expected:S.string,received:r.parsedType}),$}const n=new ee;let i;for(const r of this._def.checks)if(r.kind==="min")e.data.length<r.value&&(i=this._getOrReturnCtx(e,i),v(i,{code:g.too_small,minimum:r.value,type:"string",inclusive:!0,exact:!1,message:r.message}),n.dirty());else if(r.kind==="max")e.data.length>r.value&&(i=this._getOrReturnCtx(e,i),v(i,{code:g.too_big,maximum:r.value,type:"string",inclusive:!0,exact:!1,message:r.message}),n.dirty());else if(r.kind==="length"){const a=e.data.length>r.value,o=e.data.length<r.value;(a||o)&&(i=this._getOrReturnCtx(e,i),a?v(i,{code:g.too_big,maximum:r.value,type:"string",inclusive:!0,exact:!0,message:r.message}):o&&v(i,{code:g.too_small,minimum:r.value,type:"string",inclusive:!0,exact:!0,message:r.message}),n.dirty())}else if(r.kind==="email")aa.test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"email",code:g.invalid_string,message:r.message}),n.dirty());else if(r.kind==="emoji")$n||($n=new RegExp(oa,"u")),$n.test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"emoji",code:g.invalid_string,message:r.message}),n.dirty());else if(r.kind==="uuid")na.test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"uuid",code:g.invalid_string,message:r.message}),n.dirty());else if(r.kind==="nanoid")sa.test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"nanoid",code:g.invalid_string,message:r.message}),n.dirty());else if(r.kind==="cuid")Xr.test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"cuid",code:g.invalid_string,message:r.message}),n.dirty());else if(r.kind==="cuid2")ea.test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"cuid2",code:g.invalid_string,message:r.message}),n.dirty());else if(r.kind==="ulid")ta.test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"ulid",code:g.invalid_string,message:r.message}),n.dirty());else if(r.kind==="url")try{new URL(e.data)}catch{i=this._getOrReturnCtx(e,i),v(i,{validation:"url",code:g.invalid_string,message:r.message}),n.dirty()}else r.kind==="regex"?(r.regex.lastIndex=0,r.regex.test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"regex",code:g.invalid_string,message:r.message}),n.dirty())):r.kind==="trim"?e.data=e.data.trim():r.kind==="includes"?e.data.includes(r.value,r.position)||(i=this._getOrReturnCtx(e,i),v(i,{code:g.invalid_string,validation:{includes:r.value,position:r.position},message:r.message}),n.dirty()):r.kind==="toLowerCase"?e.data=e.data.toLowerCase():r.kind==="toUpperCase"?e.data=e.data.toUpperCase():r.kind==="startsWith"?e.data.startsWith(r.value)||(i=this._getOrReturnCtx(e,i),v(i,{code:g.invalid_string,validation:{startsWith:r.value},message:r.message}),n.dirty()):r.kind==="endsWith"?e.data.endsWith(r.value)||(i=this._getOrReturnCtx(e,i),v(i,{code:g.invalid_string,validation:{endsWith:r.value},message:r.message}),n.dirty()):r.kind==="datetime"?ya(r).test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{code:g.invalid_string,validation:"datetime",message:r.message}),n.dirty()):r.kind==="date"?pa.test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{code:g.invalid_string,validation:"date",message:r.message}),n.dirty()):r.kind==="time"?ma(r).test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{code:g.invalid_string,validation:"time",message:r.message}),n.dirty()):r.kind==="duration"?ra.test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"duration",code:g.invalid_string,message:r.message}),n.dirty()):r.kind==="ip"?ga(e.data,r.version)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"ip",code:g.invalid_string,message:r.message}),n.dirty()):r.kind==="jwt"?wa(e.data,r.alg)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"jwt",code:g.invalid_string,message:r.message}),n.dirty()):r.kind==="cidr"?ba(e.data,r.version)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"cidr",code:g.invalid_string,message:r.message}),n.dirty()):r.kind==="base64"?da.test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"base64",code:g.invalid_string,message:r.message}),n.dirty()):r.kind==="base64url"?ha.test(e.data)||(i=this._getOrReturnCtx(e,i),v(i,{validation:"base64url",code:g.invalid_string,message:r.message}),n.dirty()):B.assertNever(r);return{status:n.value,value:e.data}}_regex(e,t,n){return this.refinement(i=>e.test(i),{validation:t,code:g.invalid_string,...C.errToObj(n)})}_addCheck(e){return new Te({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...C.errToObj(e)})}url(e){return this._addCheck({kind:"url",...C.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...C.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...C.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...C.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...C.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...C.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...C.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...C.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...C.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...C.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...C.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...C.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...C.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...C.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...C.errToObj(e)})}regex(e,t){return this._addCheck({kind:"regex",regex:e,...C.errToObj(t)})}includes(e,t){return this._addCheck({kind:"includes",value:e,position:t?.position,...C.errToObj(t?.message)})}startsWith(e,t){return this._addCheck({kind:"startsWith",value:e,...C.errToObj(t)})}endsWith(e,t){return this._addCheck({kind:"endsWith",value:e,...C.errToObj(t)})}min(e,t){return this._addCheck({kind:"min",value:e,...C.errToObj(t)})}max(e,t){return this._addCheck({kind:"max",value:e,...C.errToObj(t)})}length(e,t){return this._addCheck({kind:"length",value:e,...C.errToObj(t)})}nonempty(e){return this.min(1,C.errToObj(e))}trim(){return new Te({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new Te({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new Te({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxLength(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}}Te.create=s=>new Te({checks:[],typeName:I.ZodString,coerce:s?.coerce??!1,...P(s)});function va(s,e){const t=(s.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,i=t>n?t:n,r=Number.parseInt(s.toFixed(i).replace(".","")),a=Number.parseInt(e.toFixed(i).replace(".",""));return r%a/10**i}l(va,"floatSafeRemainder");class xt extends M{static{l(this,"ZodNumber")}constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==S.number){const r=this._getOrReturnCtx(e);return v(r,{code:g.invalid_type,expected:S.number,received:r.parsedType}),$}let n;const i=new ee;for(const r of this._def.checks)r.kind==="int"?B.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),v(n,{code:g.invalid_type,expected:"integer",received:"float",message:r.message}),i.dirty()):r.kind==="min"?(r.inclusive?e.data<r.value:e.data<=r.value)&&(n=this._getOrReturnCtx(e,n),v(n,{code:g.too_small,minimum:r.value,type:"number",inclusive:r.inclusive,exact:!1,message:r.message}),i.dirty()):r.kind==="max"?(r.inclusive?e.data>r.value:e.data>=r.value)&&(n=this._getOrReturnCtx(e,n),v(n,{code:g.too_big,maximum:r.value,type:"number",inclusive:r.inclusive,exact:!1,message:r.message}),i.dirty()):r.kind==="multipleOf"?va(e.data,r.value)!==0&&(n=this._getOrReturnCtx(e,n),v(n,{code:g.not_multiple_of,multipleOf:r.value,message:r.message}),i.dirty()):r.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),v(n,{code:g.not_finite,message:r.message}),i.dirty()):B.assertNever(r);return{status:i.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,C.toString(t))}gt(e,t){return this.setLimit("min",e,!1,C.toString(t))}lte(e,t){return this.setLimit("max",e,!0,C.toString(t))}lt(e,t){return this.setLimit("max",e,!1,C.toString(t))}setLimit(e,t,n,i){return new xt({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:n,message:C.toString(i)}]})}_addCheck(e){return new xt({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:C.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:C.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:C.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:C.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:C.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:C.toString(t)})}finite(e){return this._addCheck({kind:"finite",message:C.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:C.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:C.toString(e)})}get minValue(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&B.isInteger(e.value))}get isFinite(){let e=null,t=null;for(const n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(t===null||n.value>t)&&(t=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(t)&&Number.isFinite(e)}}xt.create=s=>new xt({checks:[],typeName:I.ZodNumber,coerce:s?.coerce||!1,...P(s)});class Et extends M{static{l(this,"ZodBigInt")}constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==S.bigint)return this._getInvalidInput(e);let n;const i=new ee;for(const r of this._def.checks)r.kind==="min"?(r.inclusive?e.data<r.value:e.data<=r.value)&&(n=this._getOrReturnCtx(e,n),v(n,{code:g.too_small,type:"bigint",minimum:r.value,inclusive:r.inclusive,message:r.message}),i.dirty()):r.kind==="max"?(r.inclusive?e.data>r.value:e.data>=r.value)&&(n=this._getOrReturnCtx(e,n),v(n,{code:g.too_big,type:"bigint",maximum:r.value,inclusive:r.inclusive,message:r.message}),i.dirty()):r.kind==="multipleOf"?e.data%r.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),v(n,{code:g.not_multiple_of,multipleOf:r.value,message:r.message}),i.dirty()):B.assertNever(r);return{status:i.value,value:e.data}}_getInvalidInput(e){const t=this._getOrReturnCtx(e);return v(t,{code:g.invalid_type,expected:S.bigint,received:t.parsedType}),$}gte(e,t){return this.setLimit("min",e,!0,C.toString(t))}gt(e,t){return this.setLimit("min",e,!1,C.toString(t))}lte(e,t){return this.setLimit("max",e,!0,C.toString(t))}lt(e,t){return this.setLimit("max",e,!1,C.toString(t))}setLimit(e,t,n,i){return new Et({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:n,message:C.toString(i)}]})}_addCheck(e){return new Et({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:C.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:C.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:C.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:C.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:C.toString(t)})}get minValue(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}}Et.create=s=>new Et({checks:[],typeName:I.ZodBigInt,coerce:s?.coerce??!1,...P(s)});class Is extends M{static{l(this,"ZodBoolean")}_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==S.boolean){const n=this._getOrReturnCtx(e);return v(n,{code:g.invalid_type,expected:S.boolean,received:n.parsedType}),$}return te(e.data)}}Is.create=s=>new Is({typeName:I.ZodBoolean,coerce:s?.coerce||!1,...P(s)});class Sn extends M{static{l(this,"ZodDate")}_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==S.date){const r=this._getOrReturnCtx(e);return v(r,{code:g.invalid_type,expected:S.date,received:r.parsedType}),$}if(Number.isNaN(e.data.getTime())){const r=this._getOrReturnCtx(e);return v(r,{code:g.invalid_date}),$}const n=new ee;let i;for(const r of this._def.checks)r.kind==="min"?e.data.getTime()<r.value&&(i=this._getOrReturnCtx(e,i),v(i,{code:g.too_small,message:r.message,inclusive:!0,exact:!1,minimum:r.value,type:"date"}),n.dirty()):r.kind==="max"?e.data.getTime()>r.value&&(i=this._getOrReturnCtx(e,i),v(i,{code:g.too_big,message:r.message,inclusive:!0,exact:!1,maximum:r.value,type:"date"}),n.dirty()):B.assertNever(r);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new Sn({...this._def,checks:[...this._def.checks,e]})}min(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:C.toString(t)})}max(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:C.toString(t)})}get minDate(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e!=null?new Date(e):null}}Sn.create=s=>new Sn({checks:[],coerce:s?.coerce||!1,typeName:I.ZodDate,...P(s)});class js extends M{static{l(this,"ZodSymbol")}_parse(e){if(this._getType(e)!==S.symbol){const n=this._getOrReturnCtx(e);return v(n,{code:g.invalid_type,expected:S.symbol,received:n.parsedType}),$}return te(e.data)}}js.create=s=>new js({typeName:I.ZodSymbol,...P(s)});class Ls extends M{static{l(this,"ZodUndefined")}_parse(e){if(this._getType(e)!==S.undefined){const n=this._getOrReturnCtx(e);return v(n,{code:g.invalid_type,expected:S.undefined,received:n.parsedType}),$}return te(e.data)}}Ls.create=s=>new Ls({typeName:I.ZodUndefined,...P(s)});class Rs extends M{static{l(this,"ZodNull")}_parse(e){if(this._getType(e)!==S.null){const n=this._getOrReturnCtx(e);return v(n,{code:g.invalid_type,expected:S.null,received:n.parsedType}),$}return te(e.data)}}Rs.create=s=>new Rs({typeName:I.ZodNull,...P(s)});class Ps extends M{static{l(this,"ZodAny")}constructor(){super(...arguments),this._any=!0}_parse(e){return te(e.data)}}Ps.create=s=>new Ps({typeName:I.ZodAny,...P(s)});class Ks extends M{static{l(this,"ZodUnknown")}constructor(){super(...arguments),this._unknown=!0}_parse(e){return te(e.data)}}Ks.create=s=>new Ks({typeName:I.ZodUnknown,...P(s)});class ve extends M{static{l(this,"ZodNever")}_parse(e){const t=this._getOrReturnCtx(e);return v(t,{code:g.invalid_type,expected:S.never,received:t.parsedType}),$}}ve.create=s=>new ve({typeName:I.ZodNever,...P(s)});class Ds extends M{static{l(this,"ZodVoid")}_parse(e){if(this._getType(e)!==S.undefined){const n=this._getOrReturnCtx(e);return v(n,{code:g.invalid_type,expected:S.void,received:n.parsedType}),$}return te(e.data)}}Ds.create=s=>new Ds({typeName:I.ZodVoid,...P(s)});class fe extends M{static{l(this,"ZodArray")}_parse(e){const{ctx:t,status:n}=this._processInputParams(e),i=this._def;if(t.parsedType!==S.array)return v(t,{code:g.invalid_type,expected:S.array,received:t.parsedType}),$;if(i.exactLength!==null){const a=t.data.length>i.exactLength.value,o=t.data.length<i.exactLength.value;(a||o)&&(v(t,{code:a?g.too_big:g.too_small,minimum:o?i.exactLength.value:void 0,maximum:a?i.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:i.exactLength.message}),n.dirty())}if(i.minLength!==null&&t.data.length<i.minLength.value&&(v(t,{code:g.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),n.dirty()),i.maxLength!==null&&t.data.length>i.maxLength.value&&(v(t,{code:g.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),n.dirty()),t.common.async)return Promise.all([...t.data].map((a,o)=>i.type._parseAsync(new be(t,a,t.path,o)))).then(a=>ee.mergeArray(n,a));const r=[...t.data].map((a,o)=>i.type._parseSync(new be(t,a,t.path,o)));return ee.mergeArray(n,r)}get element(){return this._def.type}min(e,t){return new fe({...this._def,minLength:{value:e,message:C.toString(t)}})}max(e,t){return new fe({...this._def,maxLength:{value:e,message:C.toString(t)}})}length(e,t){return new fe({...this._def,exactLength:{value:e,message:C.toString(t)}})}nonempty(e){return this.min(1,e)}}fe.create=(s,e)=>new fe({type:s,minLength:null,maxLength:null,exactLength:null,typeName:I.ZodArray,...P(e)});function Ke(s){if(s instanceof J){const e={};for(const t in s.shape){const n=s.shape[t];e[t]=ke.create(Ke(n))}return new J({...s._def,shape:l(()=>e,"shape")})}else return s instanceof fe?new fe({...s._def,type:Ke(s.element)}):s instanceof ke?ke.create(Ke(s.unwrap())):s instanceof Me?Me.create(Ke(s.unwrap())):s instanceof Le?Le.create(s.items.map(e=>Ke(e))):s}l(Ke,"deepPartialify");class J extends M{static{l(this,"ZodObject")}constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;const e=this._def.shape(),t=B.objectKeys(e);return this._cached={shape:e,keys:t},this._cached}_parse(e){if(this._getType(e)!==S.object){const u=this._getOrReturnCtx(e);return v(u,{code:g.invalid_type,expected:S.object,received:u.parsedType}),$}const{status:n,ctx:i}=this._processInputParams(e),{shape:r,keys:a}=this._getCached(),o=[];if(!(this._def.catchall instanceof ve&&this._def.unknownKeys==="strip"))for(const u in i.data)a.includes(u)||o.push(u);const c=[];for(const u of a){const f=r[u],d=i.data[u];c.push({key:{status:"valid",value:u},value:f._parse(new be(i,d,i.path,u)),alwaysSet:u in i.data})}if(this._def.catchall instanceof ve){const u=this._def.unknownKeys;if(u==="passthrough")for(const f of o)c.push({key:{status:"valid",value:f},value:{status:"valid",value:i.data[f]}});else if(u==="strict")o.length>0&&(v(i,{code:g.unrecognized_keys,keys:o}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const u=this._def.catchall;for(const f of o){const d=i.data[f];c.push({key:{status:"valid",value:f},value:u._parse(new be(i,d,i.path,f)),alwaysSet:f in i.data})}}return i.common.async?Promise.resolve().then(async()=>{const u=[];for(const f of c){const d=await f.key,h=await f.value;u.push({key:d,value:h,alwaysSet:f.alwaysSet})}return u}).then(u=>ee.mergeObjectSync(n,u)):ee.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return C.errToObj,new J({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:l((t,n)=>{const i=this._def.errorMap?.(t,n).message??n.defaultError;return t.code==="unrecognized_keys"?{message:C.errToObj(e).message??i}:{message:i}},"errorMap")}:{}})}strip(){return new J({...this._def,unknownKeys:"strip"})}passthrough(){return new J({...this._def,unknownKeys:"passthrough"})}extend(e){return new J({...this._def,shape:l(()=>({...this._def.shape(),...e}),"shape")})}merge(e){return new J({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:l(()=>({...this._def.shape(),...e._def.shape()}),"shape"),typeName:I.ZodObject})}setKey(e,t){return this.augment({[e]:t})}catchall(e){return new J({...this._def,catchall:e})}pick(e){const t={};for(const n of B.objectKeys(e))e[n]&&this.shape[n]&&(t[n]=this.shape[n]);return new J({...this._def,shape:l(()=>t,"shape")})}omit(e){const t={};for(const n of B.objectKeys(this.shape))e[n]||(t[n]=this.shape[n]);return new J({...this._def,shape:l(()=>t,"shape")})}deepPartial(){return Ke(this)}partial(e){const t={};for(const n of B.objectKeys(this.shape)){const i=this.shape[n];e&&!e[n]?t[n]=i:t[n]=i.optional()}return new J({...this._def,shape:l(()=>t,"shape")})}required(e){const t={};for(const n of B.objectKeys(this.shape))if(e&&!e[n])t[n]=this.shape[n];else{let r=this.shape[n];for(;r instanceof ke;)r=r._def.innerType;t[n]=r}return new J({...this._def,shape:l(()=>t,"shape")})}keyof(){return qs(B.objectKeys(this.shape))}}J.create=(s,e)=>new J({shape:l(()=>s,"shape"),unknownKeys:"strip",catchall:ve.create(),typeName:I.ZodObject,...P(e)}),J.strictCreate=(s,e)=>new J({shape:l(()=>s,"shape"),unknownKeys:"strict",catchall:ve.create(),typeName:I.ZodObject,...P(e)}),J.lazycreate=(s,e)=>new J({shape:s,unknownKeys:"strip",catchall:ve.create(),typeName:I.ZodObject,...P(e)});class Pt extends M{static{l(this,"ZodUnion")}_parse(e){const{ctx:t}=this._processInputParams(e),n=this._def.options;function i(r){for(const o of r)if(o.result.status==="valid")return o.result;for(const o of r)if(o.result.status==="dirty")return t.common.issues.push(...o.ctx.common.issues),o.result;const a=r.map(o=>new me(o.ctx.common.issues));return v(t,{code:g.invalid_union,unionErrors:a}),$}if(l(i,"handleResults"),t.common.async)return Promise.all(n.map(async r=>{const a={...t,common:{...t.common,issues:[]},parent:null};return{result:await r._parseAsync({data:t.data,path:t.path,parent:a}),ctx:a}})).then(i);{let r;const a=[];for(const c of n){const u={...t,common:{...t.common,issues:[]},parent:null},f=c._parseSync({data:t.data,path:t.path,parent:u});if(f.status==="valid")return f;f.status==="dirty"&&!r&&(r={result:f,ctx:u}),u.common.issues.length&&a.push(u.common.issues)}if(r)return t.common.issues.push(...r.ctx.common.issues),r.result;const o=a.map(c=>new me(c));return v(t,{code:g.invalid_union,unionErrors:o}),$}}get options(){return this._def.options}}Pt.create=(s,e)=>new Pt({options:s,typeName:I.ZodUnion,...P(e)});function In(s,e){const t=we(s),n=we(e);if(s===e)return{valid:!0,data:s};if(t===S.object&&n===S.object){const i=B.objectKeys(e),r=B.objectKeys(s).filter(o=>i.indexOf(o)!==-1),a={...s,...e};for(const o of r){const c=In(s[o],e[o]);if(!c.valid)return{valid:!1};a[o]=c.data}return{valid:!0,data:a}}else if(t===S.array&&n===S.array){if(s.length!==e.length)return{valid:!1};const i=[];for(let r=0;r<s.length;r++){const a=s[r],o=e[r],c=In(a,o);if(!c.valid)return{valid:!1};i.push(c.data)}return{valid:!0,data:i}}else return t===S.date&&n===S.date&&+s==+e?{valid:!0,data:s}:{valid:!1}}l(In,"mergeValues");class Kt extends M{static{l(this,"ZodIntersection")}_parse(e){const{status:t,ctx:n}=this._processInputParams(e),i=l((r,a)=>{if(Ts(r)||Ts(a))return $;const o=In(r.value,a.value);return o.valid?((xs(r)||xs(a))&&t.dirty(),{status:t.value,value:o.data}):(v(n,{code:g.invalid_intersection_types}),$)},"handleParsed");return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([r,a])=>i(r,a)):i(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}}Kt.create=(s,e,t)=>new Kt({left:s,right:e,typeName:I.ZodIntersection,...P(t)});class Le extends M{static{l(this,"ZodTuple")}_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==S.array)return v(n,{code:g.invalid_type,expected:S.array,received:n.parsedType}),$;if(n.data.length<this._def.items.length)return v(n,{code:g.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),$;!this._def.rest&&n.data.length>this._def.items.length&&(v(n,{code:g.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),t.dirty());const r=[...n.data].map((a,o)=>{const c=this._def.items[o]||this._def.rest;return c?c._parse(new be(n,a,n.path,o)):null}).filter(a=>!!a);return n.common.async?Promise.all(r).then(a=>ee.mergeArray(t,a)):ee.mergeArray(t,r)}get items(){return this._def.items}rest(e){return new Le({...this._def,rest:e})}}Le.create=(s,e)=>{if(!Array.isArray(s))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Le({items:s,typeName:I.ZodTuple,rest:null,...P(e)})};class Ms extends M{static{l(this,"ZodMap")}get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==S.map)return v(n,{code:g.invalid_type,expected:S.map,received:n.parsedType}),$;const i=this._def.keyType,r=this._def.valueType,a=[...n.data.entries()].map(([o,c],u)=>({key:i._parse(new be(n,o,n.path,[u,"key"])),value:r._parse(new be(n,c,n.path,[u,"value"]))}));if(n.common.async){const o=new Map;return Promise.resolve().then(async()=>{for(const c of a){const u=await c.key,f=await c.value;if(u.status==="aborted"||f.status==="aborted")return $;(u.status==="dirty"||f.status==="dirty")&&t.dirty(),o.set(u.value,f.value)}return{status:t.value,value:o}})}else{const o=new Map;for(const c of a){const u=c.key,f=c.value;if(u.status==="aborted"||f.status==="aborted")return $;(u.status==="dirty"||f.status==="dirty")&&t.dirty(),o.set(u.value,f.value)}return{status:t.value,value:o}}}}Ms.create=(s,e,t)=>new Ms({valueType:e,keyType:s,typeName:I.ZodMap,...P(t)});class Nt extends M{static{l(this,"ZodSet")}_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==S.set)return v(n,{code:g.invalid_type,expected:S.set,received:n.parsedType}),$;const i=this._def;i.minSize!==null&&n.data.size<i.minSize.value&&(v(n,{code:g.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),t.dirty()),i.maxSize!==null&&n.data.size>i.maxSize.value&&(v(n,{code:g.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),t.dirty());const r=this._def.valueType;function a(c){const u=new Set;for(const f of c){if(f.status==="aborted")return $;f.status==="dirty"&&t.dirty(),u.add(f.value)}return{status:t.value,value:u}}l(a,"finalizeSet");const o=[...n.data.values()].map((c,u)=>r._parse(new be(n,c,n.path,u)));return n.common.async?Promise.all(o).then(c=>a(c)):a(o)}min(e,t){return new Nt({...this._def,minSize:{value:e,message:C.toString(t)}})}max(e,t){return new Nt({...this._def,maxSize:{value:e,message:C.toString(t)}})}size(e,t){return this.min(e,t).max(e,t)}nonempty(e){return this.min(1,e)}}Nt.create=(s,e)=>new Nt({valueType:s,minSize:null,maxSize:null,typeName:I.ZodSet,...P(e)});class Bs extends M{static{l(this,"ZodLazy")}get schema(){return this._def.getter()}_parse(e){const{ctx:t}=this._processInputParams(e);return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}}Bs.create=(s,e)=>new Bs({getter:s,typeName:I.ZodLazy,...P(e)});class Fs extends M{static{l(this,"ZodLiteral")}_parse(e){if(e.data!==this._def.value){const t=this._getOrReturnCtx(e);return v(t,{received:t.data,code:g.invalid_literal,expected:this._def.value}),$}return{status:"valid",value:e.data}}get value(){return this._def.value}}Fs.create=(s,e)=>new Fs({value:s,typeName:I.ZodLiteral,...P(e)});function qs(s,e){return new ft({values:s,typeName:I.ZodEnum,...P(e)})}l(qs,"createZodEnum");class ft extends M{static{l(this,"ZodEnum")}_parse(e){if(typeof e.data!="string"){const t=this._getOrReturnCtx(e),n=this._def.values;return v(t,{expected:B.joinValues(n),received:t.parsedType,code:g.invalid_type}),$}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){const t=this._getOrReturnCtx(e),n=this._def.values;return v(t,{received:t.data,code:g.invalid_enum_value,options:n}),$}return te(e.data)}get options(){return this._def.values}get enum(){const e={};for(const t of this._def.values)e[t]=t;return e}get Values(){const e={};for(const t of this._def.values)e[t]=t;return e}get Enum(){const e={};for(const t of this._def.values)e[t]=t;return e}extract(e,t=this._def){return ft.create(e,{...this._def,...t})}exclude(e,t=this._def){return ft.create(this.options.filter(n=>!e.includes(n)),{...this._def,...t})}}ft.create=qs;class Us extends M{static{l(this,"ZodNativeEnum")}_parse(e){const t=B.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==S.string&&n.parsedType!==S.number){const i=B.objectValues(t);return v(n,{expected:B.joinValues(i),received:n.parsedType,code:g.invalid_type}),$}if(this._cache||(this._cache=new Set(B.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){const i=B.objectValues(t);return v(n,{received:n.data,code:g.invalid_enum_value,options:i}),$}return te(e.data)}get enum(){return this._def.values}}Us.create=(s,e)=>new Us({values:s,typeName:I.ZodNativeEnum,...P(e)});class Dt extends M{static{l(this,"ZodPromise")}unwrap(){return this._def.type}_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==S.promise&&t.common.async===!1)return v(t,{code:g.invalid_type,expected:S.promise,received:t.parsedType}),$;const n=t.parsedType===S.promise?t.data:Promise.resolve(t.data);return te(n.then(i=>this._def.type.parseAsync(i,{path:t.path,errorMap:t.common.contextualErrorMap})))}}Dt.create=(s,e)=>new Dt({type:s,typeName:I.ZodPromise,...P(e)});class De extends M{static{l(this,"ZodEffects")}innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===I.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){const{status:t,ctx:n}=this._processInputParams(e),i=this._def.effect||null,r={addIssue:l(a=>{v(n,a),a.fatal?t.abort():t.dirty()},"addIssue"),get path(){return n.path}};if(r.addIssue=r.addIssue.bind(r),i.type==="preprocess"){const a=i.transform(n.data,r);if(n.common.async)return Promise.resolve(a).then(async o=>{if(t.value==="aborted")return $;const c=await this._def.schema._parseAsync({data:o,path:n.path,parent:n});return c.status==="aborted"?$:c.status==="dirty"||t.value==="dirty"?ht(c.value):c});{if(t.value==="aborted")return $;const o=this._def.schema._parseSync({data:a,path:n.path,parent:n});return o.status==="aborted"?$:o.status==="dirty"||t.value==="dirty"?ht(o.value):o}}if(i.type==="refinement"){const a=l(o=>{const c=i.refinement(o,r);if(n.common.async)return Promise.resolve(c);if(c instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return o},"executeRefinement");if(n.common.async===!1){const o=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?$:(o.status==="dirty"&&t.dirty(),a(o.value),{status:t.value,value:o.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(o=>o.status==="aborted"?$:(o.status==="dirty"&&t.dirty(),a(o.value).then(()=>({status:t.value,value:o.value}))))}if(i.type==="transform")if(n.common.async===!1){const a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!Pe(a))return $;const o=i.transform(a.value,r);if(o instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:t.value,value:o}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(a=>Pe(a)?Promise.resolve(i.transform(a.value,r)).then(o=>({status:t.value,value:o})):$);B.assertNever(i)}}De.create=(s,e,t)=>new De({schema:s,typeName:I.ZodEffects,effect:e,...P(t)}),De.createWithPreprocess=(s,e,t)=>new De({schema:e,effect:{type:"preprocess",transform:s},typeName:I.ZodEffects,...P(t)});class ke extends M{static{l(this,"ZodOptional")}_parse(e){return this._getType(e)===S.undefined?te(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}ke.create=(s,e)=>new ke({innerType:s,typeName:I.ZodOptional,...P(e)});class Me extends M{static{l(this,"ZodNullable")}_parse(e){return this._getType(e)===S.null?te(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Me.create=(s,e)=>new Me({innerType:s,typeName:I.ZodNullable,...P(e)});class jn extends M{static{l(this,"ZodDefault")}_parse(e){const{ctx:t}=this._processInputParams(e);let n=t.data;return t.parsedType===S.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:t.path,parent:t})}removeDefault(){return this._def.innerType}}jn.create=(s,e)=>new jn({innerType:s,typeName:I.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...P(e)});class Ln extends M{static{l(this,"ZodCatch")}_parse(e){const{ctx:t}=this._processInputParams(e),n={...t,common:{...t.common,issues:[]}},i=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return Rt(i)?i.then(r=>({status:"valid",value:r.status==="valid"?r.value:this._def.catchValue({get error(){return new me(n.common.issues)},input:n.data})})):{status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new me(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}}Ln.create=(s,e)=>new Ln({innerType:s,typeName:I.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...P(e)});class Vs extends M{static{l(this,"ZodNaN")}_parse(e){if(this._getType(e)!==S.nan){const n=this._getOrReturnCtx(e);return v(n,{code:g.invalid_type,expected:S.nan,received:n.parsedType}),$}return{status:"valid",value:e.data}}}Vs.create=s=>new Vs({typeName:I.ZodNaN,...P(s)});class ka extends M{static{l(this,"ZodBranded")}_parse(e){const{ctx:t}=this._processInputParams(e),n=t.data;return this._def.type._parse({data:n,path:t.path,parent:t})}unwrap(){return this._def.type}}class vs extends M{static{l(this,"ZodPipeline")}_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.common.async)return l(async()=>{const r=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return r.status==="aborted"?$:r.status==="dirty"?(t.dirty(),ht(r.value)):this._def.out._parseAsync({data:r.value,path:n.path,parent:n})},"handleAsync")();{const i=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return i.status==="aborted"?$:i.status==="dirty"?(t.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:n.path,parent:n})}}static create(e,t){return new vs({in:e,out:t,typeName:I.ZodPipeline})}}class Rn extends M{static{l(this,"ZodReadonly")}_parse(e){const t=this._def.innerType._parse(e),n=l(i=>(Pe(i)&&(i.value=Object.freeze(i.value)),i),"freeze");return Rt(t)?t.then(i=>n(i)):n(t)}unwrap(){return this._def.innerType}}Rn.create=(s,e)=>new Rn({innerType:s,typeName:I.ZodReadonly,...P(e)});var I;(function(s){s.ZodString="ZodString",s.ZodNumber="ZodNumber",s.ZodNaN="ZodNaN",s.ZodBigInt="ZodBigInt",s.ZodBoolean="ZodBoolean",s.ZodDate="ZodDate",s.ZodSymbol="ZodSymbol",s.ZodUndefined="ZodUndefined",s.ZodNull="ZodNull",s.ZodAny="ZodAny",s.ZodUnknown="ZodUnknown",s.ZodNever="ZodNever",s.ZodVoid="ZodVoid",s.ZodArray="ZodArray",s.ZodObject="ZodObject",s.ZodUnion="ZodUnion",s.ZodDiscriminatedUnion="ZodDiscriminatedUnion",s.ZodIntersection="ZodIntersection",s.ZodTuple="ZodTuple",s.ZodRecord="ZodRecord",s.ZodMap="ZodMap",s.ZodSet="ZodSet",s.ZodFunction="ZodFunction",s.ZodLazy="ZodLazy",s.ZodLiteral="ZodLiteral",s.ZodEnum="ZodEnum",s.ZodEffects="ZodEffects",s.ZodNativeEnum="ZodNativeEnum",s.ZodOptional="ZodOptional",s.ZodNullable="ZodNullable",s.ZodDefault="ZodDefault",s.ZodCatch="ZodCatch",s.ZodPromise="ZodPromise",s.ZodBranded="ZodBranded",s.ZodPipeline="ZodPipeline",s.ZodReadonly="ZodReadonly"})(I||(I={}));const pt=Te.create;ve.create,fe.create;const _a=J.create;Pt.create,Kt.create,Le.create;const Sa=ft.create;Dt.create,ke.create,Me.create,On(process.cwd());const Ca="membrane.config.yml";function mt(s){const e=ge.join(s??process.cwd(),Ca);try{const t=$t.readFileSync(e,"utf8"),n=de.load(t),i=Oa.safeParse(n);return i.success?i.data:null}catch{return null}}l(mt,"readProjectConfig");const Oa=_a({workspaceKey:pt().optional(),workspaceSecret:pt().optional(),apiUri:pt().optional(),testCustomerId:pt().optional(),anthropicApiKey:pt().optional()});Sa(["pull"]),On(void 0);const Aa={pat:{type:"string"},workspace:{type:"object"}};new Pr({schema:Aa,configName:"config",cwd:D.join(Rr.homedir(),".membrane")});var Pn=(s=>(s[s.Authenticate=0]="Authenticate",s[s.ConnectWorkspace=1]="ConnectWorkspace",s))(Pn||{});Pn.Authenticate,Pn.ConnectWorkspace;function Ta(s){if(!Na(s)&&Ea(s))return xa(s)}l(Ta,"getTypeAndKeyFromPath");function xa(s){const e=Object.values(oe).map(a=>a.apiPath),t=new RegExp(`^(?<elementTypePlural>${e.join("|")})/(?<elementKey>[^/]+)/spec.y[a]*ml$`),n=s.match(t);if(n&&n.groups){const{elementTypePlural:a,elementKey:o}=n.groups,c=Zs(a);if(c)return{key:o,type:c}}const i=new RegExp(`^integrations/(?<integrationKey>[^/]+)/(?<elementTypePlural>${e.join("|")})/(?<elementKey>[^/]+)/spec.y[a]*ml$`),r=s.match(i);if(r&&r.groups){const{elementTypePlural:a,elementKey:o}=r.groups,c=Zs(a);if(c)return{key:o,type:c}}}l(xa,"extractWorkspaceElementKeyReference");function Ea(s){return s.endsWith(".yml")||s.endsWith(".yaml")}l(Ea,"isWorkspaceElementFile");function Na(s){const[e]=s.split(ge.sep);return e===oe[T.Connector].apiPath}l(Na,"isConnectorFile");function Zs(s){return Object.values(T).find(e=>$a(e)===s)}l(Zs,"getWorkspaceElementTypeFromFolderName");function $a(s){return oe[s].apiPath}l($a,"getWorkspaceElementTypeFolderName"),On(null);class Ia{static{l(this,"MembraneClient")}client=null;currentConfig=null;tokenExpiry=0;async generateAccessToken(e,t){return Lt.sign({name:"Membrane Agent",isAdmin:!0,exp:Math.floor(Date.now()/1e3)+3600,iss:e},t,{algorithm:"HS512"})}isTokenValid(){return Date.now()<this.tokenExpiry}getCurrentConfig(e){const t=mt(e);return!t?.workspaceKey||!t?.workspaceSecret?null:{workspaceKey:t.workspaceKey,workspaceSecret:t.workspaceSecret,apiUri:t.apiUri}}async createClient(e){const t=await this.generateAccessToken(e.workspaceKey,e.workspaceSecret);return this.tokenExpiry=Date.now()+36e5,this.currentConfig=e,new It({token:t,apiUri:e.apiUri})}async getClient(e){const t=this.getCurrentConfig(e);if(!t)throw new Error("Unable to create IntegrationAppClient: No workspace configuration found.");const n=!this.currentConfig||this.currentConfig.workspaceKey!==t.workspaceKey||this.currentConfig.workspaceSecret!==t.workspaceSecret||this.currentConfig.apiUri!==t.apiUri,i=!this.isTokenValid()||this.tokenExpiry-Date.now()<3e5;return(!this.client||n||i)&&(this.client=await this.createClient(t)),this.client}clearClient(){this.client=null,this.currentConfig=null,this.tokenExpiry=0}getCurrentConfigInfo(){return this.currentConfig}}const Js=new Ia;async function ja(s){const e=await Js.getClient(s);if(!e)throw new Error("No workspace configuration found");return(await e.get("org-workspace-id")).id}l(ja,"getWorkspaceId");const Kn=Symbol.for("yaml.alias"),Dn=Symbol.for("yaml.document"),_e=Symbol.for("yaml.map"),zs=Symbol.for("yaml.pair"),le=Symbol.for("yaml.scalar"),Be=Symbol.for("yaml.seq"),ne=Symbol.for("yaml.node.type"),Se=l(s=>!!s&&typeof s=="object"&&s[ne]===Kn,"isAlias"),xe=l(s=>!!s&&typeof s=="object"&&s[ne]===Dn,"isDocument"),Fe=l(s=>!!s&&typeof s=="object"&&s[ne]===_e,"isMap"),U=l(s=>!!s&&typeof s=="object"&&s[ne]===zs,"isPair"),F=l(s=>!!s&&typeof s=="object"&&s[ne]===le,"isScalar$1"),qe=l(s=>!!s&&typeof s=="object"&&s[ne]===Be,"isSeq");function V(s){if(s&&typeof s=="object")switch(s[ne]){case _e:case Be:return!0}return!1}l(V,"isCollection$1");function Z(s){if(s&&typeof s=="object")switch(s[ne]){case Kn:case _e:case le:case Be:return!0}return!1}l(Z,"isNode");const Ws=l(s=>(F(s)||V(s))&&!!s.anchor,"hasAnchor"),Q=Symbol("break visit"),Gs=Symbol("skip children"),ue=Symbol("remove node");function Ee(s,e){const t=Ys(e);xe(s)?Ue(null,s.contents,t,Object.freeze([s]))===ue&&(s.contents=null):Ue(null,s,t,Object.freeze([]))}l(Ee,"visit$1"),Ee.BREAK=Q,Ee.SKIP=Gs,Ee.REMOVE=ue;function Ue(s,e,t,n){const i=Hs(s,e,t,n);if(Z(i)||U(i))return Qs(s,n,i),Ue(s,i,t,n);if(typeof i!="symbol"){if(V(e)){n=Object.freeze(n.concat(e));for(let r=0;r<e.items.length;++r){const a=Ue(r,e.items[r],t,n);if(typeof a=="number")r=a-1;else{if(a===Q)return Q;a===ue&&(e.items.splice(r,1),r-=1)}}}else if(U(e)){n=Object.freeze(n.concat(e));const r=Ue("key",e.key,t,n);if(r===Q)return Q;r===ue&&(e.key=null);const a=Ue("value",e.value,t,n);if(a===Q)return Q;a===ue&&(e.value=null)}}return i}l(Ue,"visit_");async function Mt(s,e){const t=Ys(e);xe(s)?await Ve(null,s.contents,t,Object.freeze([s]))===ue&&(s.contents=null):await Ve(null,s,t,Object.freeze([]))}l(Mt,"visitAsync"),Mt.BREAK=Q,Mt.SKIP=Gs,Mt.REMOVE=ue;async function Ve(s,e,t,n){const i=await Hs(s,e,t,n);if(Z(i)||U(i))return Qs(s,n,i),Ve(s,i,t,n);if(typeof i!="symbol"){if(V(e)){n=Object.freeze(n.concat(e));for(let r=0;r<e.items.length;++r){const a=await Ve(r,e.items[r],t,n);if(typeof a=="number")r=a-1;else{if(a===Q)return Q;a===ue&&(e.items.splice(r,1),r-=1)}}}else if(U(e)){n=Object.freeze(n.concat(e));const r=await Ve("key",e.key,t,n);if(r===Q)return Q;r===ue&&(e.key=null);const a=await Ve("value",e.value,t,n);if(a===Q)return Q;a===ue&&(e.value=null)}}return i}l(Ve,"visitAsync_");function Ys(s){return typeof s=="object"&&(s.Collection||s.Node||s.Value)?Object.assign({Alias:s.Node,Map:s.Node,Scalar:s.Node,Seq:s.Node},s.Value&&{Map:s.Value,Scalar:s.Value,Seq:s.Value},s.Collection&&{Map:s.Collection,Seq:s.Collection},s):s}l(Ys,"initVisitor");function Hs(s,e,t,n){if(typeof t=="function")return t(s,e,n);if(Fe(e))return t.Map?.(s,e,n);if(qe(e))return t.Seq?.(s,e,n);if(U(e))return t.Pair?.(s,e,n);if(F(e))return t.Scalar?.(s,e,n);if(Se(e))return t.Alias?.(s,e,n)}l(Hs,"callVisitor");function Qs(s,e,t){const n=e[e.length-1];if(V(n))n.items[s]=t;else if(U(n))s==="key"?n.key=t:n.value=t;else if(xe(n))n.contents=t;else{const i=Se(n)?"alias":"scalar";throw new Error(`Cannot replace node with ${i} parent`)}}l(Qs,"replaceNode");const La={"!":"%21",",":"%2C","[":"%5B","]":"%5D","{":"%7B","}":"%7D"},Ra=l(s=>s.replace(/[!,[\]{}]/g,e=>La[e]),"escapeTagName");class H{static{l(this,"Directives")}constructor(e,t){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},H.defaultYaml,e),this.tags=Object.assign({},H.defaultTags,t)}clone(){const e=new H(this.yaml,this.tags);return e.docStart=this.docStart,e}atDocument(){const e=new H(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:H.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},H.defaultTags);break}return e}add(e,t){this.atNextDocument&&(this.yaml={explicit:H.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},H.defaultTags),this.atNextDocument=!1);const n=e.trim().split(/[ \t]+/),i=n.shift();switch(i){case"%TAG":{if(n.length!==2&&(t(0,"%TAG directive should contain exactly two parts"),n.length<2))return!1;const[r,a]=n;return this.tags[r]=a,!0}case"%YAML":{if(this.yaml.explicit=!0,n.length!==1)return t(0,"%YAML directive should contain exactly one part"),!1;const[r]=n;if(r==="1.1"||r==="1.2")return this.yaml.version=r,!0;{const a=/^\d+\.\d+$/.test(r);return t(6,`Unsupported YAML version ${r}`,a),!1}}default:return t(0,`Unknown directive ${i}`,!0),!1}}tagName(e,t){if(e==="!")return"!";if(e[0]!=="!")return t(`Not a valid tag: ${e}`),null;if(e[1]==="<"){const a=e.slice(2,-1);return a==="!"||a==="!!"?(t(`Verbatim tags aren't resolved, so ${e} is invalid.`),null):(e[e.length-1]!==">"&&t("Verbatim tags must end with a >"),a)}const[,n,i]=e.match(/^(.*!)([^!]*)$/s);i||t(`The ${e} tag has no suffix`);const r=this.tags[n];if(r)try{return r+decodeURIComponent(i)}catch(a){return t(String(a)),null}return n==="!"?e:(t(`Could not resolve tag: ${e}`),null)}tagString(e){for(const[t,n]of Object.entries(this.tags))if(e.startsWith(n))return t+Ra(e.substring(n.length));return e[0]==="!"?e:`!<${e}>`}toString(e){const t=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],n=Object.entries(this.tags);let i;if(e&&n.length>0&&Z(e.contents)){const r={};Ee(e.contents,(a,o)=>{Z(o)&&o.tag&&(r[o.tag]=!0)}),i=Object.keys(r)}else i=[];for(const[r,a]of n)r==="!!"&&a==="tag:yaml.org,2002:"||(!e||i.some(o=>o.startsWith(a)))&&t.push(`%TAG ${r} ${a}`);return t.join(`
|
|
3
|
+
`)}}H.defaultYaml={explicit:!1,version:"1.2"},H.defaultTags={"!!":"tag:yaml.org,2002:"};function Xs(s){if(/[\x00-\x19\s,[\]{}]/.test(s)){const t=`Anchor must not contain whitespace or control characters: ${JSON.stringify(s)}`;throw new Error(t)}return!0}l(Xs,"anchorIsValid");function ei(s){const e=new Set;return Ee(s,{Value(t,n){n.anchor&&e.add(n.anchor)}}),e}l(ei,"anchorNames");function ti(s,e){for(let t=1;;++t){const n=`${s}${t}`;if(!e.has(n))return n}}l(ti,"findNewAnchor");function Pa(s,e){const t=[],n=new Map;let i=null;return{onAnchor:l(r=>{t.push(r),i??(i=ei(s));const a=ti(e,i);return i.add(a),a},"onAnchor"),setAnchors:l(()=>{for(const r of t){const a=n.get(r);if(typeof a=="object"&&a.anchor&&(F(a.node)||V(a.node)))a.node.anchor=a.anchor;else{const o=new Error("Failed to resolve repeated object (this should not happen)");throw o.source=r,o}}},"setAnchors"),sourceObjects:n}}l(Pa,"createNodeAnchors");function Ze(s,e,t,n){if(n&&typeof n=="object")if(Array.isArray(n))for(let i=0,r=n.length;i<r;++i){const a=n[i],o=Ze(s,n,String(i),a);o===void 0?delete n[i]:o!==a&&(n[i]=o)}else if(n instanceof Map)for(const i of Array.from(n.keys())){const r=n.get(i),a=Ze(s,n,i,r);a===void 0?n.delete(i):a!==r&&n.set(i,a)}else if(n instanceof Set)for(const i of Array.from(n)){const r=Ze(s,n,i,i);r===void 0?n.delete(i):r!==i&&(n.delete(i),n.add(r))}else for(const[i,r]of Object.entries(n)){const a=Ze(s,n,i,r);a===void 0?delete n[i]:a!==r&&(n[i]=a)}return s.call(e,t,n)}l(Ze,"applyReviver");function se(s,e,t){if(Array.isArray(s))return s.map((n,i)=>se(n,String(i),t));if(s&&typeof s.toJSON=="function"){if(!t||!Ws(s))return s.toJSON(e,t);const n={aliasCount:0,count:1,res:void 0};t.anchors.set(s,n),t.onCreate=r=>{n.res=r,delete t.onCreate};const i=s.toJSON(e,t);return t.onCreate&&t.onCreate(i),i}return typeof s=="bigint"&&!t?.keep?Number(s):s}l(se,"toJS");class Mn{static{l(this,"NodeBase")}constructor(e){Object.defineProperty(this,ne,{value:e})}clone(){const e=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(e.range=this.range.slice()),e}toJS(e,{mapAsMap:t,maxAliasCount:n,onAnchor:i,reviver:r}={}){if(!xe(e))throw new TypeError("A document argument is required");const a={anchors:new Map,doc:e,keep:!0,mapAsMap:t===!0,mapKeyWarned:!1,maxAliasCount:typeof n=="number"?n:100},o=se(this,"",a);if(typeof i=="function")for(const{count:c,res:u}of a.anchors.values())i(u,c);return typeof r=="function"?Ze(r,{"":o},"",o):o}}class Bt extends Mn{static{l(this,"Alias")}constructor(e){super(Kn),this.source=e,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(e,t){let n;t?.aliasResolveCache?n=t.aliasResolveCache:(n=[],Ee(e,{Node:l((r,a)=>{(Se(a)||Ws(a))&&n.push(a)},"Node")}),t&&(t.aliasResolveCache=n));let i;for(const r of n){if(r===this)break;r.anchor===this.source&&(i=r)}return i}toJSON(e,t){if(!t)return{source:this.source};const{anchors:n,doc:i,maxAliasCount:r}=t,a=this.resolve(i,t);if(!a){const c=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(c)}let o=n.get(a);if(o||(se(a,null,t),o=n.get(a)),!o||o.res===void 0){const c="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(c)}if(r>=0&&(o.count+=1,o.aliasCount===0&&(o.aliasCount=Ft(i,a,n)),o.count*o.aliasCount>r)){const c="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(c)}return o.res}toString(e,t,n){const i=`*${this.source}`;if(e){if(Xs(this.source),e.options.verifyAliasOrder&&!e.anchors.has(this.source)){const r=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(r)}if(e.implicitKey)return`${i} `}return i}}function Ft(s,e,t){if(Se(e)){const n=e.resolve(s),i=t&&n&&t.get(n);return i?i.count*i.aliasCount:0}else if(V(e)){let n=0;for(const i of e.items){const r=Ft(s,i,t);r>n&&(n=r)}return n}else if(U(e)){const n=Ft(s,e.key,t),i=Ft(s,e.value,t);return Math.max(n,i)}return 1}l(Ft,"getAliasCount");const ni=l(s=>!s||typeof s!="function"&&typeof s!="object","isScalarValue");class j extends Mn{static{l(this,"Scalar")}constructor(e){super(le),this.value=e}toJSON(e,t){return t?.keep?this.value:se(this.value,e,t)}toString(){return String(this.value)}}j.BLOCK_FOLDED="BLOCK_FOLDED",j.BLOCK_LITERAL="BLOCK_LITERAL",j.PLAIN="PLAIN",j.QUOTE_DOUBLE="QUOTE_DOUBLE",j.QUOTE_SINGLE="QUOTE_SINGLE";const Ka="tag:yaml.org,2002:";function Da(s,e,t){if(e){const n=t.filter(r=>r.tag===e),i=n.find(r=>!r.format)??n[0];if(!i)throw new Error(`Tag ${e} not found`);return i}return t.find(n=>n.identify?.(s)&&!n.format)}l(Da,"findTagObject");function yt(s,e,t){if(xe(s)&&(s=s.contents),Z(s))return s;if(U(s)){const d=t.schema[_e].createNode?.(t.schema,null,t);return d.items.push(s),d}(s instanceof String||s instanceof Number||s instanceof Boolean||typeof BigInt<"u"&&s instanceof BigInt)&&(s=s.valueOf());const{aliasDuplicateObjects:n,onAnchor:i,onTagObj:r,schema:a,sourceObjects:o}=t;let c;if(n&&s&&typeof s=="object"){if(c=o.get(s),c)return c.anchor??(c.anchor=i(s)),new Bt(c.anchor);c={anchor:null,node:null},o.set(s,c)}e?.startsWith("!!")&&(e=Ka+e.slice(2));let u=Da(s,e,a.tags);if(!u){if(s&&typeof s.toJSON=="function"&&(s=s.toJSON()),!s||typeof s!="object"){const d=new j(s);return c&&(c.node=d),d}u=s instanceof Map?a[_e]:Symbol.iterator in Object(s)?a[Be]:a[_e]}r&&(r(u),delete t.onTagObj);const f=u?.createNode?u.createNode(t.schema,s,t):typeof u?.nodeClass?.from=="function"?u.nodeClass.from(t.schema,s,t):new j(s);return e?f.tag=e:u.default||(f.tag=u.tag),c&&(c.node=f),f}l(yt,"createNode");function qt(s,e,t){let n=t;for(let i=e.length-1;i>=0;--i){const r=e[i];if(typeof r=="number"&&Number.isInteger(r)&&r>=0){const a=[];a[r]=n,n=a}else n=new Map([[r,n]])}return yt(n,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:l(()=>{throw new Error("This should not happen, please report a bug.")},"onAnchor"),schema:s,sourceObjects:new Map})}l(qt,"collectionFromPath");const gt=l(s=>s==null||typeof s=="object"&&!!s[Symbol.iterator]().next().done,"isEmptyPath");class si extends Mn{static{l(this,"Collection")}constructor(e,t){super(e),Object.defineProperty(this,"schema",{value:t,configurable:!0,enumerable:!1,writable:!0})}clone(e){const t=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return e&&(t.schema=e),t.items=t.items.map(n=>Z(n)||U(n)?n.clone(e):n),this.range&&(t.range=this.range.slice()),t}addIn(e,t){if(gt(e))this.add(t);else{const[n,...i]=e,r=this.get(n,!0);if(V(r))r.addIn(i,t);else if(r===void 0&&this.schema)this.set(n,qt(this.schema,i,t));else throw new Error(`Expected YAML collection at ${n}. Remaining path: ${i}`)}}deleteIn(e){const[t,...n]=e;if(n.length===0)return this.delete(t);const i=this.get(t,!0);if(V(i))return i.deleteIn(n);throw new Error(`Expected YAML collection at ${t}. Remaining path: ${n}`)}getIn(e,t){const[n,...i]=e,r=this.get(n,!0);return i.length===0?!t&&F(r)?r.value:r:V(r)?r.getIn(i,t):void 0}hasAllNullValues(e){return this.items.every(t=>{if(!U(t))return!1;const n=t.value;return n==null||e&&F(n)&&n.value==null&&!n.commentBefore&&!n.comment&&!n.tag})}hasIn(e){const[t,...n]=e;if(n.length===0)return this.has(t);const i=this.get(t,!0);return V(i)?i.hasIn(n):!1}setIn(e,t){const[n,...i]=e;if(i.length===0)this.set(n,t);else{const r=this.get(n,!0);if(V(r))r.setIn(i,t);else if(r===void 0&&this.schema)this.set(n,qt(this.schema,i,t));else throw new Error(`Expected YAML collection at ${n}. Remaining path: ${i}`)}}}const Ma=l(s=>s.replace(/^(?!$)(?: $)?/gm,"#"),"stringifyComment");function he(s,e){return/^\n+$/.test(s)?s.substring(1):e?s.replace(/^(?! *$)/gm,e):s}l(he,"indentComment");const Ne=l((s,e,t)=>s.endsWith(`
|
|
4
|
+
`)?he(t,e):t.includes(`
|
|
5
|
+
`)?`
|
|
6
|
+
`+he(t,e):(s.endsWith(" ")?"":" ")+t,"lineComment"),ii="flow",Bn="block",Ut="quoted";function Vt(s,e,t="flow",{indentAtStart:n,lineWidth:i=80,minContentWidth:r=20,onFold:a,onOverflow:o}={}){if(!i||i<0)return s;i<r&&(r=0);const c=Math.max(1+r,1+i-e.length);if(s.length<=c)return s;const u=[],f={};let d=i-e.length;typeof n=="number"&&(n>i-Math.max(2,r)?u.push(0):d=i-n);let h,y,w=!1,p=-1,m=-1,k=-1;t===Bn&&(p=ri(s,p,e.length),p!==-1&&(d=p+c));for(let A;A=s[p+=1];){if(t===Ut&&A==="\\"){switch(m=p,s[p+1]){case"x":p+=3;break;case"u":p+=5;break;case"U":p+=9;break;default:p+=1}k=p}if(A===`
|
|
7
|
+
`)t===Bn&&(p=ri(s,p,e.length)),d=p+e.length+c,h=void 0;else{if(A===" "&&y&&y!==" "&&y!==`
|
|
8
|
+
`&&y!==" "){const E=s[p+1];E&&E!==" "&&E!==`
|
|
9
|
+
`&&E!==" "&&(h=p)}if(p>=d)if(h)u.push(h),d=h+c,h=void 0;else if(t===Ut){for(;y===" "||y===" ";)y=A,A=s[p+=1],w=!0;const E=p>k+1?p-2:m-1;if(f[E])return s;u.push(E),f[E]=!0,d=E+c,h=void 0}else w=!0}y=A}if(w&&o&&o(),u.length===0)return s;a&&a();let _=s.slice(0,u[0]);for(let A=0;A<u.length;++A){const E=u[A],N=u[A+1]||s.length;E===0?_=`
|
|
10
|
+
${e}${s.slice(0,N)}`:(t===Ut&&f[E]&&(_+=`${s[E]}\\`),_+=`
|
|
11
|
+
${e}${s.slice(E+1,N)}`)}return _}l(Vt,"foldFlowLines");function ri(s,e,t){let n=e,i=e+1,r=s[i];for(;r===" "||r===" ";)if(e<i+t)r=s[++e];else{do r=s[++e];while(r&&r!==`
|
|
12
|
+
`);n=e,i=e+1,r=s[i]}return n}l(ri,"consumeMoreIndentedLines");const Zt=l((s,e)=>({indentAtStart:e?s.indent.length:s.indentAtStart,lineWidth:s.options.lineWidth,minContentWidth:s.options.minContentWidth}),"getFoldOptions"),Jt=l(s=>/^(%|---|\.\.\.)/m.test(s),"containsDocumentMarker");function Ba(s,e,t){if(!e||e<0)return!1;const n=e-t,i=s.length;if(i<=n)return!1;for(let r=0,a=0;r<i;++r)if(s[r]===`
|
|
13
|
+
`){if(r-a>n)return!0;if(a=r+1,i-a<=n)return!1}return!0}l(Ba,"lineLengthOverLimit");function wt(s,e){const t=JSON.stringify(s);if(e.options.doubleQuotedAsJSON)return t;const{implicitKey:n}=e,i=e.options.doubleQuotedMinMultiLineLength,r=e.indent||(Jt(s)?" ":"");let a="",o=0;for(let c=0,u=t[c];u;u=t[++c])if(u===" "&&t[c+1]==="\\"&&t[c+2]==="n"&&(a+=t.slice(o,c)+"\\ ",c+=1,o=c,u="\\"),u==="\\")switch(t[c+1]){case"u":{a+=t.slice(o,c);const f=t.substr(c+2,4);switch(f){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:f.substr(0,2)==="00"?a+="\\x"+f.substr(2):a+=t.substr(c,6)}c+=5,o=c+1}break;case"n":if(n||t[c+2]==='"'||t.length<i)c+=1;else{for(a+=t.slice(o,c)+`
|
|
14
|
+
|
|
15
|
+
`;t[c+2]==="\\"&&t[c+3]==="n"&&t[c+4]!=='"';)a+=`
|
|
16
|
+
`,c+=2;a+=r,t[c+2]===" "&&(a+="\\"),c+=1,o=c+1}break;default:c+=1}return a=o?a+t.slice(o):t,n?a:Vt(a,r,Ut,Zt(e,!1))}l(wt,"doubleQuotedString");function Fn(s,e){if(e.options.singleQuote===!1||e.implicitKey&&s.includes(`
|
|
17
|
+
`)||/[ \t]\n|\n[ \t]/.test(s))return wt(s,e);const t=e.indent||(Jt(s)?" ":""),n="'"+s.replace(/'/g,"''").replace(/\n+/g,`$&
|
|
18
|
+
${t}`)+"'";return e.implicitKey?n:Vt(n,t,ii,Zt(e,!1))}l(Fn,"singleQuotedString");function Je(s,e){const{singleQuote:t}=e.options;let n;if(t===!1)n=wt;else{const i=s.includes('"'),r=s.includes("'");i&&!r?n=Fn:r&&!i?n=wt:n=t?Fn:wt}return n(s,e)}l(Je,"quotedString");let qn;try{qn=new RegExp(`(^|(?<!
|
|
19
|
+
))
|
|
20
|
+
+(?!
|
|
21
|
+
|$)`,"g")}catch{qn=/\n+(?!\n|$)/g}function zt({comment:s,type:e,value:t},n,i,r){const{blockQuote:a,commentString:o,lineWidth:c}=n.options;if(!a||/\n[\t ]+$/.test(t)||/^\s*$/.test(t))return Je(t,n);const u=n.indent||(n.forceBlockIndent||Jt(t)?" ":""),f=a==="literal"?!0:a==="folded"||e===j.BLOCK_FOLDED?!1:e===j.BLOCK_LITERAL?!0:!Ba(t,c,u.length);if(!t)return f?`|
|
|
22
|
+
`:`>
|
|
23
|
+
`;let d,h;for(h=t.length;h>0;--h){const N=t[h-1];if(N!==`
|
|
24
|
+
`&&N!==" "&&N!==" ")break}let y=t.substring(h);const w=y.indexOf(`
|
|
25
|
+
`);w===-1?d="-":t===y||w!==y.length-1?(d="+",r&&r()):d="",y&&(t=t.slice(0,-y.length),y[y.length-1]===`
|
|
26
|
+
`&&(y=y.slice(0,-1)),y=y.replace(qn,`$&${u}`));let p=!1,m,k=-1;for(m=0;m<t.length;++m){const N=t[m];if(N===" ")p=!0;else if(N===`
|
|
27
|
+
`)k=m;else break}let _=t.substring(0,k<m?k+1:m);_&&(t=t.substring(_.length),_=_.replace(/\n+/g,`$&${u}`));let E=(p?u?"2":"1":"")+d;if(s&&(E+=" "+o(s.replace(/ ?[\r\n]+/g," ")),i&&i()),!f){const N=t.replace(/\n+/g,`
|
|
28
|
+
$&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${u}`);let L=!1;const q=Zt(n,!0);a!=="folded"&&e!==j.BLOCK_FOLDED&&(q.onOverflow=()=>{L=!0});const O=Vt(`${_}${N}${y}`,u,Bn,q);if(!L)return`>${E}
|
|
29
|
+
${u}${O}`}return t=t.replace(/\n+/g,`$&${u}`),`|${E}
|
|
30
|
+
${u}${_}${t}${y}`}l(zt,"blockString");function Fa(s,e,t,n){const{type:i,value:r}=s,{actualString:a,implicitKey:o,indent:c,indentStep:u,inFlow:f}=e;if(o&&r.includes(`
|
|
31
|
+
`)||f&&/[[\]{},]/.test(r))return Je(r,e);if(/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(r))return o||f||!r.includes(`
|
|
32
|
+
`)?Je(r,e):zt(s,e,t,n);if(!o&&!f&&i!==j.PLAIN&&r.includes(`
|
|
33
|
+
`))return zt(s,e,t,n);if(Jt(r)){if(c==="")return e.forceBlockIndent=!0,zt(s,e,t,n);if(o&&c===u)return Je(r,e)}const d=r.replace(/\n+/g,`$&
|
|
34
|
+
${c}`);if(a){const h=l(p=>p.default&&p.tag!=="tag:yaml.org,2002:str"&&p.test?.test(d),"test"),{compat:y,tags:w}=e.doc.schema;if(w.some(h)||y?.some(h))return Je(r,e)}return o?d:Vt(d,c,ii,Zt(e,!1))}l(Fa,"plainString");function bt(s,e,t,n){const{implicitKey:i,inFlow:r}=e,a=typeof s.value=="string"?s:Object.assign({},s,{value:String(s.value)});let{type:o}=s;o!==j.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(a.value)&&(o=j.QUOTE_DOUBLE);const c=l(f=>{switch(f){case j.BLOCK_FOLDED:case j.BLOCK_LITERAL:return i||r?Je(a.value,e):zt(a,e,t,n);case j.QUOTE_DOUBLE:return wt(a.value,e);case j.QUOTE_SINGLE:return Fn(a.value,e);case j.PLAIN:return Fa(a,e,t,n);default:return null}},"_stringify");let u=c(o);if(u===null){const{defaultKeyType:f,defaultStringType:d}=e.options,h=i&&f||d;if(u=c(h),u===null)throw new Error(`Unsupported default string type ${h}`)}return u}l(bt,"stringifyString");function ai(s,e){const t=Object.assign({blockQuote:!0,commentString:Ma,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,trueStr:"true",verifyAliasOrder:!0},s.schema.toStringOptions,e);let n;switch(t.collectionStyle){case"block":n=!1;break;case"flow":n=!0;break;default:n=null}return{anchors:new Set,doc:s,flowCollectionPadding:t.flowCollectionPadding?" ":"",indent:"",indentStep:typeof t.indent=="number"?" ".repeat(t.indent):" ",inFlow:n,options:t}}l(ai,"createStringifyContext");function qa(s,e){if(e.tag){const i=s.filter(r=>r.tag===e.tag);if(i.length>0)return i.find(r=>r.format===e.format)??i[0]}let t,n;if(F(e)){n=e.value;let i=s.filter(r=>r.identify?.(n));if(i.length>1){const r=i.filter(a=>a.test);r.length>0&&(i=r)}t=i.find(r=>r.format===e.format)??i.find(r=>!r.format)}else n=e,t=s.find(i=>i.nodeClass&&n instanceof i.nodeClass);if(!t){const i=n?.constructor?.name??(n===null?"null":typeof n);throw new Error(`Tag not resolved for ${i} value`)}return t}l(qa,"getTagObject");function Ua(s,e,{anchors:t,doc:n}){if(!n.directives)return"";const i=[],r=(F(s)||V(s))&&s.anchor;r&&Xs(r)&&(t.add(r),i.push(`&${r}`));const a=s.tag??(e.default?null:e.tag);return a&&i.push(n.directives.tagString(a)),i.join(" ")}l(Ua,"stringifyProps");function ze(s,e,t,n){if(U(s))return s.toString(e,t,n);if(Se(s)){if(e.doc.directives)return s.toString(e);if(e.resolvedAliases?.has(s))throw new TypeError("Cannot stringify circular structure without alias nodes");e.resolvedAliases?e.resolvedAliases.add(s):e.resolvedAliases=new Set([s]),s=s.resolve(e.doc)}let i;const r=Z(s)?s:e.doc.createNode(s,{onTagObj:l(c=>i=c,"onTagObj")});i??(i=qa(e.doc.schema.tags,r));const a=Ua(r,i,e);a.length>0&&(e.indentAtStart=(e.indentAtStart??0)+a.length+1);const o=typeof i.stringify=="function"?i.stringify(r,e,t,n):F(r)?bt(r,e,t,n):r.toString(e,t,n);return a?F(r)||o[0]==="{"||o[0]==="["?`${a} ${o}`:`${a}
|
|
35
|
+
${e.indent}${o}`:o}l(ze,"stringify$2");function Va({key:s,value:e},t,n,i){const{allNullValues:r,doc:a,indent:o,indentStep:c,options:{commentString:u,indentSeq:f,simpleKeys:d}}=t;let h=Z(s)&&s.comment||null;if(d){if(h)throw new Error("With simple keys, key nodes cannot have comments");if(V(s)||!Z(s)&&typeof s=="object"){const q="With simple keys, collection cannot be used as a key value";throw new Error(q)}}let y=!d&&(!s||h&&e==null&&!t.inFlow||V(s)||(F(s)?s.type===j.BLOCK_FOLDED||s.type===j.BLOCK_LITERAL:typeof s=="object"));t=Object.assign({},t,{allNullValues:!1,implicitKey:!y&&(d||!r),indent:o+c});let w=!1,p=!1,m=ze(s,t,()=>w=!0,()=>p=!0);if(!y&&!t.inFlow&&m.length>1024){if(d)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");y=!0}if(t.inFlow){if(r||e==null)return w&&n&&n(),m===""?"?":y?`? ${m}`:m}else if(r&&!d||e==null&&y)return m=`? ${m}`,h&&!w?m+=Ne(m,t.indent,u(h)):p&&i&&i(),m;w&&(h=null),y?(h&&(m+=Ne(m,t.indent,u(h))),m=`? ${m}
|
|
36
|
+
${o}:`):(m=`${m}:`,h&&(m+=Ne(m,t.indent,u(h))));let k,_,A;Z(e)?(k=!!e.spaceBefore,_=e.commentBefore,A=e.comment):(k=!1,_=null,A=null,e&&typeof e=="object"&&(e=a.createNode(e))),t.implicitKey=!1,!y&&!h&&F(e)&&(t.indentAtStart=m.length+1),p=!1,!f&&c.length>=2&&!t.inFlow&&!y&&qe(e)&&!e.flow&&!e.tag&&!e.anchor&&(t.indent=t.indent.substring(2));let E=!1;const N=ze(e,t,()=>E=!0,()=>p=!0);let L=" ";if(h||k||_){if(L=k?`
|
|
37
|
+
`:"",_){const q=u(_);L+=`
|
|
38
|
+
${he(q,t.indent)}`}N===""&&!t.inFlow?L===`
|
|
39
|
+
`&&(L=`
|
|
40
|
+
|
|
41
|
+
`):L+=`
|
|
42
|
+
${t.indent}`}else if(!y&&V(e)){const q=N[0],O=N.indexOf(`
|
|
43
|
+
`),z=O!==-1,ye=t.inFlow??e.flow??e.items.length===0;if(z||!ye){let Re=!1;if(z&&(q==="&"||q==="!")){let W=N.indexOf(" ");q==="&"&&W!==-1&&W<O&&N[W+1]==="!"&&(W=N.indexOf(" ",W+1)),(W===-1||O<W)&&(Re=!0)}Re||(L=`
|
|
44
|
+
${t.indent}`)}}else(N===""||N[0]===`
|
|
45
|
+
`)&&(L="");return m+=L+N,t.inFlow?E&&n&&n():A&&!E?m+=Ne(m,t.indent,u(A)):p&&i&&i(),m}l(Va,"stringifyPair");function oi(s,e){(s==="debug"||s==="warn")&&console.warn(e)}l(oi,"warn");const Wt="<<",pe={identify:l(s=>s===Wt||typeof s=="symbol"&&s.description===Wt,"identify"),default:"key",tag:"tag:yaml.org,2002:merge",test:/^<<$/,resolve:l(()=>Object.assign(new j(Symbol(Wt)),{addToJSMap:ci}),"resolve"),stringify:l(()=>Wt,"stringify")},Za=l((s,e)=>(pe.identify(e)||F(e)&&(!e.type||e.type===j.PLAIN)&&pe.identify(e.value))&&s?.doc.schema.tags.some(t=>t.tag===pe.tag&&t.default),"isMergeKey");function ci(s,e,t){if(t=s&&Se(t)?t.resolve(s.doc):t,qe(t))for(const n of t.items)Un(s,e,n);else if(Array.isArray(t))for(const n of t)Un(s,e,n);else Un(s,e,t)}l(ci,"addMergeToJSMap");function Un(s,e,t){const n=s&&Se(t)?t.resolve(s.doc):t;if(!Fe(n))throw new Error("Merge sources must be maps or map aliases");const i=n.toJSON(null,s,Map);for(const[r,a]of i)e instanceof Map?e.has(r)||e.set(r,a):e instanceof Set?e.add(r):Object.prototype.hasOwnProperty.call(e,r)||Object.defineProperty(e,r,{value:a,writable:!0,enumerable:!0,configurable:!0});return e}l(Un,"mergeValue");function li(s,e,{key:t,value:n}){if(Z(t)&&t.addToJSMap)t.addToJSMap(s,e,n);else if(Za(s,t))ci(s,e,n);else{const i=se(t,"",s);if(e instanceof Map)e.set(i,se(n,i,s));else if(e instanceof Set)e.add(i);else{const r=Ja(t,i,s),a=se(n,r,s);r in e?Object.defineProperty(e,r,{value:a,writable:!0,enumerable:!0,configurable:!0}):e[r]=a}}return e}l(li,"addPairToJSMap");function Ja(s,e,t){if(e===null)return"";if(typeof e!="object")return String(e);if(Z(s)&&t?.doc){const n=ai(t.doc,{});n.anchors=new Set;for(const r of t.anchors.keys())n.anchors.add(r.anchor);n.inFlow=!0,n.inStringifyKey=!0;const i=s.toString(n);if(!t.mapKeyWarned){let r=JSON.stringify(i);r.length>40&&(r=r.substring(0,36)+'..."'),oi(t.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${r}. Set mapAsMap: true to use object keys.`),t.mapKeyWarned=!0}return i}return JSON.stringify(e)}l(Ja,"stringifyKey");function Vn(s,e,t){const n=yt(s,void 0,t),i=yt(e,void 0,t);return new Y(n,i)}l(Vn,"createPair");class Y{static{l(this,"Pair")}constructor(e,t=null){Object.defineProperty(this,ne,{value:zs}),this.key=e,this.value=t}clone(e){let{key:t,value:n}=this;return Z(t)&&(t=t.clone(e)),Z(n)&&(n=n.clone(e)),new Y(t,n)}toJSON(e,t){const n=t?.mapAsMap?new Map:{};return li(t,n,this)}toString(e,t,n){return e?.doc?Va(this,e,t,n):JSON.stringify(this)}}function ui(s,e,t){return(e.inFlow??s.flow?Wa:za)(s,e,t)}l(ui,"stringifyCollection");function za({comment:s,items:e},t,{blockItemPrefix:n,flowChars:i,itemIndent:r,onChompKeep:a,onComment:o}){const{indent:c,options:{commentString:u}}=t,f=Object.assign({},t,{indent:r,type:null});let d=!1;const h=[];for(let w=0;w<e.length;++w){const p=e[w];let m=null;if(Z(p))!d&&p.spaceBefore&&h.push(""),Gt(t,h,p.commentBefore,d),p.comment&&(m=p.comment);else if(U(p)){const _=Z(p.key)?p.key:null;_&&(!d&&_.spaceBefore&&h.push(""),Gt(t,h,_.commentBefore,d))}d=!1;let k=ze(p,f,()=>m=null,()=>d=!0);m&&(k+=Ne(k,r,u(m))),d&&m&&(d=!1),h.push(n+k)}let y;if(h.length===0)y=i.start+i.end;else{y=h[0];for(let w=1;w<h.length;++w){const p=h[w];y+=p?`
|
|
46
|
+
${c}${p}`:`
|
|
47
|
+
`}}return s?(y+=`
|
|
48
|
+
`+he(u(s),c),o&&o()):d&&a&&a(),y}l(za,"stringifyBlockCollection");function Wa({items:s},e,{flowChars:t,itemIndent:n}){const{indent:i,indentStep:r,flowCollectionPadding:a,options:{commentString:o}}=e;n+=r;const c=Object.assign({},e,{indent:n,inFlow:!0,type:null});let u=!1,f=0;const d=[];for(let w=0;w<s.length;++w){const p=s[w];let m=null;if(Z(p))p.spaceBefore&&d.push(""),Gt(e,d,p.commentBefore,!1),p.comment&&(m=p.comment);else if(U(p)){const _=Z(p.key)?p.key:null;_&&(_.spaceBefore&&d.push(""),Gt(e,d,_.commentBefore,!1),_.comment&&(u=!0));const A=Z(p.value)?p.value:null;A?(A.comment&&(m=A.comment),A.commentBefore&&(u=!0)):p.value==null&&_?.comment&&(m=_.comment)}m&&(u=!0);let k=ze(p,c,()=>m=null);w<s.length-1&&(k+=","),m&&(k+=Ne(k,n,o(m))),!u&&(d.length>f||k.includes(`
|
|
49
|
+
`))&&(u=!0),d.push(k),f=d.length}const{start:h,end:y}=t;if(d.length===0)return h+y;if(!u){const w=d.reduce((p,m)=>p+m.length+2,2);u=e.options.lineWidth>0&&w>e.options.lineWidth}if(u){let w=h;for(const p of d)w+=p?`
|
|
50
|
+
${r}${i}${p}`:`
|
|
51
|
+
`;return`${w}
|
|
52
|
+
${i}${y}`}else return`${h}${a}${d.join(" ")}${a}${y}`}l(Wa,"stringifyFlowCollection");function Gt({indent:s,options:{commentString:e}},t,n,i){if(n&&i&&(n=n.replace(/^\n+/,"")),n){const r=he(e(n),s);t.push(r.trimStart())}}l(Gt,"addCommentBefore");function $e(s,e){const t=F(e)?e.value:e;for(const n of s)if(U(n)&&(n.key===e||n.key===t||F(n.key)&&n.key.value===t))return n}l($e,"findPair");class X extends si{static{l(this,"YAMLMap")}static get tagName(){return"tag:yaml.org,2002:map"}constructor(e){super(_e,e),this.items=[]}static from(e,t,n){const{keepUndefined:i,replacer:r}=n,a=new this(e),o=l((c,u)=>{if(typeof r=="function")u=r.call(t,c,u);else if(Array.isArray(r)&&!r.includes(c))return;(u!==void 0||i)&&a.items.push(Vn(c,u,n))},"add");if(t instanceof Map)for(const[c,u]of t)o(c,u);else if(t&&typeof t=="object")for(const c of Object.keys(t))o(c,t[c]);return typeof e.sortMapEntries=="function"&&a.items.sort(e.sortMapEntries),a}add(e,t){let n;U(e)?n=e:!e||typeof e!="object"||!("key"in e)?n=new Y(e,e?.value):n=new Y(e.key,e.value);const i=$e(this.items,n.key),r=this.schema?.sortMapEntries;if(i){if(!t)throw new Error(`Key ${n.key} already set`);F(i.value)&&ni(n.value)?i.value.value=n.value:i.value=n.value}else if(r){const a=this.items.findIndex(o=>r(n,o)<0);a===-1?this.items.push(n):this.items.splice(a,0,n)}else this.items.push(n)}delete(e){const t=$e(this.items,e);return t?this.items.splice(this.items.indexOf(t),1).length>0:!1}get(e,t){const i=$e(this.items,e)?.value;return(!t&&F(i)?i.value:i)??void 0}has(e){return!!$e(this.items,e)}set(e,t){this.add(new Y(e,t),!0)}toJSON(e,t,n){const i=n?new n:t?.mapAsMap?new Map:{};t?.onCreate&&t.onCreate(i);for(const r of this.items)li(t,i,r);return i}toString(e,t,n){if(!e)return JSON.stringify(this);for(const i of this.items)if(!U(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})),ui(this,e,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:e.indent||"",onChompKeep:n,onComment:t})}}const We={collection:"map",default:!0,nodeClass:X,tag:"tag:yaml.org,2002:map",resolve(s,e){return Fe(s)||e("Expected a mapping for this tag"),s},createNode:l((s,e,t)=>X.from(s,e,t),"createNode")};class Ce extends si{static{l(this,"YAMLSeq")}static get tagName(){return"tag:yaml.org,2002:seq"}constructor(e){super(Be,e),this.items=[]}add(e){this.items.push(e)}delete(e){const t=Yt(e);return typeof t!="number"?!1:this.items.splice(t,1).length>0}get(e,t){const n=Yt(e);if(typeof n!="number")return;const i=this.items[n];return!t&&F(i)?i.value:i}has(e){const t=Yt(e);return typeof t=="number"&&t<this.items.length}set(e,t){const n=Yt(e);if(typeof n!="number")throw new Error(`Expected a valid index, not ${e}.`);const i=this.items[n];F(i)&&ni(t)?i.value=t:this.items[n]=t}toJSON(e,t){const n=[];t?.onCreate&&t.onCreate(n);let i=0;for(const r of this.items)n.push(se(r,String(i++),t));return n}toString(e,t,n){return e?ui(this,e,{blockItemPrefix:"- ",flowChars:{start:"[",end:"]"},itemIndent:(e.indent||"")+" ",onChompKeep:n,onComment:t}):JSON.stringify(this)}static from(e,t,n){const{replacer:i}=n,r=new this(e);if(t&&Symbol.iterator in Object(t)){let a=0;for(let o of t){if(typeof i=="function"){const c=t instanceof Set?o:String(a++);o=i.call(t,c,o)}r.items.push(yt(o,void 0,n))}}return r}}function Yt(s){let e=F(s)?s.value:s;return e&&typeof e=="string"&&(e=Number(e)),typeof e=="number"&&Number.isInteger(e)&&e>=0?e:null}l(Yt,"asItemIndex");const Ge={collection:"seq",default:!0,nodeClass:Ce,tag:"tag:yaml.org,2002:seq",resolve(s,e){return qe(s)||e("Expected a sequence for this tag"),s},createNode:l((s,e,t)=>Ce.from(s,e,t),"createNode")},Ht={identify:l(s=>typeof s=="string","identify"),default:!0,tag:"tag:yaml.org,2002:str",resolve:l(s=>s,"resolve"),stringify(s,e,t,n){return e=Object.assign({actualString:!0},e),bt(s,e,t,n)}},Qt={identify:l(s=>s==null,"identify"),createNode:l(()=>new j(null),"createNode"),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:l(()=>new j(null),"resolve"),stringify:l(({source:s},e)=>typeof s=="string"&&Qt.test.test(s)?s:e.options.nullStr,"stringify")},Zn={identify:l(s=>typeof s=="boolean","identify"),default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:l(s=>new j(s[0]==="t"||s[0]==="T"),"resolve"),stringify({source:s,value:e},t){if(s&&Zn.test.test(s)){const n=s[0]==="t"||s[0]==="T";if(e===n)return s}return e?t.options.trueStr:t.options.falseStr}};function re({format:s,minFractionDigits:e,tag:t,value:n}){if(typeof n=="bigint")return String(n);const i=typeof n=="number"?n:Number(n);if(!isFinite(i))return isNaN(i)?".nan":i<0?"-.inf":".inf";let r=JSON.stringify(n);if(!s&&e&&(!t||t==="tag:yaml.org,2002:float")&&/^\d/.test(r)){let a=r.indexOf(".");a<0&&(a=r.length,r+=".");let o=e-(r.length-a-1);for(;o-- >0;)r+="0"}return r}l(re,"stringifyNumber");const fi={identify:l(s=>typeof s=="number","identify"),default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:l(s=>s.slice(-3).toLowerCase()==="nan"?NaN:s[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,"resolve"),stringify:re},di={identify:l(s=>typeof s=="number","identify"),default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:l(s=>parseFloat(s),"resolve"),stringify(s){const e=Number(s.value);return isFinite(e)?e.toExponential():re(s)}},hi={identify:l(s=>typeof s=="number","identify"),default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(s){const e=new j(parseFloat(s)),t=s.indexOf(".");return t!==-1&&s[s.length-1]==="0"&&(e.minFractionDigits=s.length-t-1),e},stringify:re},Xt=l(s=>typeof s=="bigint"||Number.isInteger(s),"intIdentify$2"),Jn=l((s,e,t,{intAsBigInt:n})=>n?BigInt(s):parseInt(s.substring(e),t),"intResolve$1");function pi(s,e,t){const{value:n}=s;return Xt(n)&&n>=0?t+n.toString(e):re(s)}l(pi,"intStringify$1");const mi={identify:l(s=>Xt(s)&&s>=0,"identify"),default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o[0-7]+$/,resolve:l((s,e,t)=>Jn(s,2,8,t),"resolve"),stringify:l(s=>pi(s,8,"0o"),"stringify")},yi={identify:Xt,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:l((s,e,t)=>Jn(s,0,10,t),"resolve"),stringify:re},gi={identify:l(s=>Xt(s)&&s>=0,"identify"),default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x[0-9a-fA-F]+$/,resolve:l((s,e,t)=>Jn(s,2,16,t),"resolve"),stringify:l(s=>pi(s,16,"0x"),"stringify")},Ga=[We,Ge,Ht,Qt,Zn,mi,yi,gi,fi,di,hi];function wi(s){return typeof s=="bigint"||Number.isInteger(s)}l(wi,"intIdentify$1");const en=l(({value:s})=>JSON.stringify(s),"stringifyJSON"),Ya=[{identify:l(s=>typeof s=="string","identify"),default:!0,tag:"tag:yaml.org,2002:str",resolve:l(s=>s,"resolve"),stringify:en},{identify:l(s=>s==null,"identify"),createNode:l(()=>new j(null),"createNode"),default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:l(()=>null,"resolve"),stringify:en},{identify:l(s=>typeof s=="boolean","identify"),default:!0,tag:"tag:yaml.org,2002:bool",test:/^true$|^false$/,resolve:l(s=>s==="true","resolve"),stringify:en},{identify:wi,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:l((s,e,{intAsBigInt:t})=>t?BigInt(s):parseInt(s,10),"resolve"),stringify:l(({value:s})=>wi(s)?s.toString():JSON.stringify(s),"stringify")},{identify:l(s=>typeof s=="number","identify"),default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:l(s=>parseFloat(s),"resolve"),stringify:en}],Ha={default:!0,tag:"",test:/^/,resolve(s,e){return e(`Unresolved plain scalar ${JSON.stringify(s)}`),s}},Qa=[We,Ge].concat(Ya,Ha),zn={identify:l(s=>s instanceof Uint8Array,"identify"),default:!1,tag:"tag:yaml.org,2002:binary",resolve(s,e){if(typeof atob=="function"){const t=atob(s.replace(/[\n\r]/g,"")),n=new Uint8Array(t.length);for(let i=0;i<t.length;++i)n[i]=t.charCodeAt(i);return n}else return e("This environment does not support reading binary tags; either Buffer or atob is required"),s},stringify({comment:s,type:e,value:t},n,i,r){if(!t)return"";const a=t;let o;if(typeof btoa=="function"){let c="";for(let u=0;u<a.length;++u)c+=String.fromCharCode(a[u]);o=btoa(c)}else throw new Error("This environment does not support writing binary tags; either Buffer or btoa is required");if(e??(e=j.BLOCK_LITERAL),e!==j.QUOTE_DOUBLE){const c=Math.max(n.options.lineWidth-n.indent.length,n.options.minContentWidth),u=Math.ceil(o.length/c),f=new Array(u);for(let d=0,h=0;d<u;++d,h+=c)f[d]=o.substr(h,c);o=f.join(e===j.BLOCK_LITERAL?`
|
|
53
|
+
`:" ")}return bt({comment:s,type:e,value:o},n,i,r)}};function bi(s,e){if(qe(s))for(let t=0;t<s.items.length;++t){let n=s.items[t];if(!U(n)){if(Fe(n)){n.items.length>1&&e("Each pair must have its own sequence indicator");const i=n.items[0]||new Y(new j(null));if(n.commentBefore&&(i.key.commentBefore=i.key.commentBefore?`${n.commentBefore}
|
|
54
|
+
${i.key.commentBefore}`:n.commentBefore),n.comment){const r=i.value??i.key;r.comment=r.comment?`${n.comment}
|
|
55
|
+
${r.comment}`:n.comment}n=i}s.items[t]=U(n)?n:new Y(n)}}else e("Expected a sequence for this tag");return s}l(bi,"resolvePairs");function vi(s,e,t){const{replacer:n}=t,i=new Ce(s);i.tag="tag:yaml.org,2002:pairs";let r=0;if(e&&Symbol.iterator in Object(e))for(let a of e){typeof n=="function"&&(a=n.call(e,String(r++),a));let o,c;if(Array.isArray(a))if(a.length===2)o=a[0],c=a[1];else throw new TypeError(`Expected [key, value] tuple: ${a}`);else if(a&&a instanceof Object){const u=Object.keys(a);if(u.length===1)o=u[0],c=a[o];else throw new TypeError(`Expected tuple with one key, not ${u.length} keys`)}else o=a;i.items.push(Vn(o,c,t))}return i}l(vi,"createPairs");const Wn={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:bi,createNode:vi};class ct extends Ce{static{l(this,"YAMLOMap")}constructor(){super(),this.add=X.prototype.add.bind(this),this.delete=X.prototype.delete.bind(this),this.get=X.prototype.get.bind(this),this.has=X.prototype.has.bind(this),this.set=X.prototype.set.bind(this),this.tag=ct.tag}toJSON(e,t){if(!t)return super.toJSON(e);const n=new Map;t?.onCreate&&t.onCreate(n);for(const i of this.items){let r,a;if(U(i)?(r=se(i.key,"",t),a=se(i.value,r,t)):r=se(i,"",t),n.has(r))throw new Error("Ordered maps must not include duplicate keys");n.set(r,a)}return n}static from(e,t,n){const i=vi(e,t,n),r=new this;return r.items=i.items,r}}ct.tag="tag:yaml.org,2002:omap";const Gn={collection:"seq",identify:l(s=>s instanceof Map,"identify"),nodeClass:ct,default:!1,tag:"tag:yaml.org,2002:omap",resolve(s,e){const t=bi(s,e),n=[];for(const{key:i}of t.items)F(i)&&(n.includes(i.value)?e(`Ordered maps must not include duplicate keys: ${i.value}`):n.push(i.value));return Object.assign(new ct,t)},createNode:l((s,e,t)=>ct.from(s,e,t),"createNode")};function ki({value:s,source:e},t){return e&&(s?_i:Si).test.test(e)?e:s?t.options.trueStr:t.options.falseStr}l(ki,"boolStringify");const _i={identify:l(s=>s===!0,"identify"),default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:l(()=>new j(!0),"resolve"),stringify:ki},Si={identify:l(s=>s===!1,"identify"),default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:l(()=>new j(!1),"resolve"),stringify:ki},Xa={identify:l(s=>typeof s=="number","identify"),default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:l(s=>s.slice(-3).toLowerCase()==="nan"?NaN:s[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,"resolve"),stringify:re},eo={identify:l(s=>typeof s=="number","identify"),default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:l(s=>parseFloat(s.replace(/_/g,"")),"resolve"),stringify(s){const e=Number(s.value);return isFinite(e)?e.toExponential():re(s)}},to={identify:l(s=>typeof s=="number","identify"),default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(s){const e=new j(parseFloat(s.replace(/_/g,""))),t=s.indexOf(".");if(t!==-1){const n=s.substring(t+1).replace(/_/g,"");n[n.length-1]==="0"&&(e.minFractionDigits=n.length)}return e},stringify:re},vt=l(s=>typeof s=="bigint"||Number.isInteger(s),"intIdentify");function tn(s,e,t,{intAsBigInt:n}){const i=s[0];if((i==="-"||i==="+")&&(e+=1),s=s.substring(e).replace(/_/g,""),n){switch(t){case 2:s=`0b${s}`;break;case 8:s=`0o${s}`;break;case 16:s=`0x${s}`;break}const a=BigInt(s);return i==="-"?BigInt(-1)*a:a}const r=parseInt(s,t);return i==="-"?-1*r:r}l(tn,"intResolve");function Yn(s,e,t){const{value:n}=s;if(vt(n)){const i=n.toString(e);return n<0?"-"+t+i.substr(1):t+i}return re(s)}l(Yn,"intStringify");const no={identify:vt,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:l((s,e,t)=>tn(s,2,2,t),"resolve"),stringify:l(s=>Yn(s,2,"0b"),"stringify")},so={identify:vt,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:l((s,e,t)=>tn(s,1,8,t),"resolve"),stringify:l(s=>Yn(s,8,"0"),"stringify")},io={identify:vt,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:l((s,e,t)=>tn(s,0,10,t),"resolve"),stringify:re},ro={identify:vt,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:l((s,e,t)=>tn(s,2,16,t),"resolve"),stringify:l(s=>Yn(s,16,"0x"),"stringify")};class lt extends X{static{l(this,"YAMLSet")}constructor(e){super(e),this.tag=lt.tag}add(e){let t;U(e)?t=e:e&&typeof e=="object"&&"key"in e&&"value"in e&&e.value===null?t=new Y(e.key,null):t=new Y(e,null),$e(this.items,t.key)||this.items.push(t)}get(e,t){const n=$e(this.items,e);return!t&&U(n)?F(n.key)?n.key.value:n.key:n}set(e,t){if(typeof t!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof t}`);const n=$e(this.items,e);n&&!t?this.items.splice(this.items.indexOf(n),1):!n&&t&&this.items.push(new Y(e))}toJSON(e,t){return super.toJSON(e,t,Set)}toString(e,t,n){if(!e)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},e,{allNullValues:!0}),t,n);throw new Error("Set items must all have null values")}static from(e,t,n){const{replacer:i}=n,r=new this(e);if(t&&Symbol.iterator in Object(t))for(let a of t)typeof i=="function"&&(a=i.call(t,a,a)),r.items.push(Vn(a,null,n));return r}}lt.tag="tag:yaml.org,2002:set";const Hn={collection:"map",identify:l(s=>s instanceof Set,"identify"),nodeClass:lt,default:!1,tag:"tag:yaml.org,2002:set",createNode:l((s,e,t)=>lt.from(s,e,t),"createNode"),resolve(s,e){if(Fe(s)){if(s.hasAllNullValues(!0))return Object.assign(new lt,s);e("Set items must all have null values")}else e("Expected a mapping for this tag");return s}};function Qn(s,e){const t=s[0],n=t==="-"||t==="+"?s.substring(1):s,i=l(a=>e?BigInt(a):Number(a),"num"),r=n.replace(/_/g,"").split(":").reduce((a,o)=>a*i(60)+i(o),i(0));return t==="-"?i(-1)*r:r}l(Qn,"parseSexagesimal");function Ci(s){let{value:e}=s,t=l(a=>a,"num");if(typeof e=="bigint")t=l(a=>BigInt(a),"num");else if(isNaN(e)||!isFinite(e))return re(s);let n="";e<0&&(n="-",e*=t(-1));const i=t(60),r=[e%i];return e<60?r.unshift(0):(e=(e-r[0])/i,r.unshift(e%i),e>=60&&(e=(e-r[0])/i,r.unshift(e))),n+r.map(a=>String(a).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}l(Ci,"stringifySexagesimal");const Oi={identify:l(s=>typeof s=="bigint"||Number.isInteger(s),"identify"),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:l((s,e,{intAsBigInt:t})=>Qn(s,t),"resolve"),stringify:Ci},Ai={identify:l(s=>typeof s=="number","identify"),default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:l(s=>Qn(s,!1),"resolve"),stringify:Ci},nn={identify:l(s=>s instanceof Date,"identify"),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(s){const e=s.match(nn.test);if(!e)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");const[,t,n,i,r,a,o]=e.map(Number),c=e[7]?Number((e[7]+"00").substr(1,3)):0;let u=Date.UTC(t,n-1,i,r||0,a||0,o||0,c);const f=e[8];if(f&&f!=="Z"){let d=Qn(f,!1);Math.abs(d)<30&&(d*=60),u-=6e4*d}return new Date(u)},stringify:l(({value:s})=>s?.toISOString().replace(/(T00:00:00)?\.000Z$/,"")??"","stringify")},Ti=[We,Ge,Ht,Qt,_i,Si,no,so,io,ro,Xa,eo,to,zn,pe,Gn,Wn,Hn,Oi,Ai,nn],xi=new Map([["core",Ga],["failsafe",[We,Ge,Ht]],["json",Qa],["yaml11",Ti],["yaml-1.1",Ti]]),Ei={binary:zn,bool:Zn,float:hi,floatExp:di,floatNaN:fi,floatTime:Ai,int:yi,intHex:gi,intOct:mi,intTime:Oi,map:We,merge:pe,null:Qt,omap:Gn,pairs:Wn,seq:Ge,set:Hn,timestamp:nn},ao={"tag:yaml.org,2002:binary":zn,"tag:yaml.org,2002:merge":pe,"tag:yaml.org,2002:omap":Gn,"tag:yaml.org,2002:pairs":Wn,"tag:yaml.org,2002:set":Hn,"tag:yaml.org,2002:timestamp":nn};function Xn(s,e,t){const n=xi.get(e);if(n&&!s)return t&&!n.includes(pe)?n.concat(pe):n.slice();let i=n;if(!i)if(Array.isArray(s))i=[];else{const r=Array.from(xi.keys()).filter(a=>a!=="yaml11").map(a=>JSON.stringify(a)).join(", ");throw new Error(`Unknown schema "${e}"; use one of ${r} or define customTags array`)}if(Array.isArray(s))for(const r of s)i=i.concat(r);else typeof s=="function"&&(i=s(i.slice()));return t&&(i=i.concat(pe)),i.reduce((r,a)=>{const o=typeof a=="string"?Ei[a]:a;if(!o){const c=JSON.stringify(a),u=Object.keys(Ei).map(f=>JSON.stringify(f)).join(", ");throw new Error(`Unknown custom tag ${c}; use one of ${u}`)}return r.includes(o)||r.push(o),r},[])}l(Xn,"getTags");const oo=l((s,e)=>s.key<e.key?-1:s.key>e.key?1:0,"sortMapEntriesByKey");class Cn{static{l(this,"Schema")}constructor({compat:e,customTags:t,merge:n,resolveKnownTags:i,schema:r,sortMapEntries:a,toStringDefaults:o}){this.compat=Array.isArray(e)?Xn(e,"compat"):e?Xn(null,e):null,this.name=typeof r=="string"&&r||"core",this.knownTags=i?ao:{},this.tags=Xn(t,this.name,n),this.toStringOptions=o??null,Object.defineProperty(this,_e,{value:We}),Object.defineProperty(this,le,{value:Ht}),Object.defineProperty(this,Be,{value:Ge}),this.sortMapEntries=typeof a=="function"?a:a===!0?oo:null}clone(){const e=Object.create(Cn.prototype,Object.getOwnPropertyDescriptors(this));return e.tags=this.tags.slice(),e}}function co(s,e){const t=[];let n=e.directives===!0;if(e.directives!==!1&&s.directives){const c=s.directives.toString(s);c?(t.push(c),n=!0):s.directives.docStart&&(n=!0)}n&&t.push("---");const i=ai(s,e),{commentString:r}=i.options;if(s.commentBefore){t.length!==1&&t.unshift("");const c=r(s.commentBefore);t.unshift(he(c,""))}let a=!1,o=null;if(s.contents){if(Z(s.contents)){if(s.contents.spaceBefore&&n&&t.push(""),s.contents.commentBefore){const f=r(s.contents.commentBefore);t.push(he(f,""))}i.forceBlockIndent=!!s.comment,o=s.contents.comment}const c=o?void 0:()=>a=!0;let u=ze(s.contents,i,()=>o=null,c);o&&(u+=Ne(u,"",r(o))),(u[0]==="|"||u[0]===">")&&t[t.length-1]==="---"?t[t.length-1]=`--- ${u}`:t.push(u)}else t.push(ze(s.contents,i));if(s.directives?.docEnd)if(s.comment){const c=r(s.comment);c.includes(`
|
|
56
|
+
`)?(t.push("..."),t.push(he(c,""))):t.push(`... ${c}`)}else t.push("...");else{let c=s.comment;c&&a&&(c=c.replace(/^\n+/,"")),c&&((!a||o)&&t[t.length-1]!==""&&t.push(""),t.push(he(r(c),"")))}return t.join(`
|
|
57
|
+
`)+`
|
|
58
|
+
`}l(co,"stringifyDocument");class ut{static{l(this,"Document")}constructor(e,t,n){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,ne,{value:Dn});let i=null;typeof t=="function"||Array.isArray(t)?i=t:n===void 0&&t&&(n=t,t=void 0);const r=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,stringKeys:!1,uniqueKeys:!0,version:"1.2"},n);this.options=r;let{version:a}=r;n?._directives?(this.directives=n._directives.atDocument(),this.directives.yaml.explicit&&(a=this.directives.yaml.version)):this.directives=new H({version:a}),this.setSchema(a,n),this.contents=e===void 0?null:this.createNode(e,i,n)}clone(){const e=Object.create(ut.prototype,{[ne]:{value:Dn}});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=Z(this.contents)?this.contents.clone(e.schema):this.contents,this.range&&(e.range=this.range.slice()),e}add(e){Ye(this.contents)&&this.contents.add(e)}addIn(e,t){Ye(this.contents)&&this.contents.addIn(e,t)}createAlias(e,t){if(!e.anchor){const n=ei(this);e.anchor=!t||n.has(t)?ti(t||"a",n):t}return new Bt(e.anchor)}createNode(e,t,n){let i;if(typeof t=="function")e=t.call({"":e},"",e),i=t;else if(Array.isArray(t)){const m=l(_=>typeof _=="number"||_ instanceof String||_ instanceof Number,"keyToStr"),k=t.filter(m).map(String);k.length>0&&(t=t.concat(k)),i=t}else n===void 0&&t&&(n=t,t=void 0);const{aliasDuplicateObjects:r,anchorPrefix:a,flow:o,keepUndefined:c,onTagObj:u,tag:f}=n??{},{onAnchor:d,setAnchors:h,sourceObjects:y}=Pa(this,a||"a"),w={aliasDuplicateObjects:r??!0,keepUndefined:c??!1,onAnchor:d,onTagObj:u,replacer:i,schema:this.schema,sourceObjects:y},p=yt(e,f,w);return o&&V(p)&&(p.flow=!0),h(),p}createPair(e,t,n={}){const i=this.createNode(e,null,n),r=this.createNode(t,null,n);return new Y(i,r)}delete(e){return Ye(this.contents)?this.contents.delete(e):!1}deleteIn(e){return gt(e)?this.contents==null?!1:(this.contents=null,!0):Ye(this.contents)?this.contents.deleteIn(e):!1}get(e,t){return V(this.contents)?this.contents.get(e,t):void 0}getIn(e,t){return gt(e)?!t&&F(this.contents)?this.contents.value:this.contents:V(this.contents)?this.contents.getIn(e,t):void 0}has(e){return V(this.contents)?this.contents.has(e):!1}hasIn(e){return gt(e)?this.contents!==void 0:V(this.contents)?this.contents.hasIn(e):!1}set(e,t){this.contents==null?this.contents=qt(this.schema,[e],t):Ye(this.contents)&&this.contents.set(e,t)}setIn(e,t){gt(e)?this.contents=t:this.contents==null?this.contents=qt(this.schema,Array.from(e),t):Ye(this.contents)&&this.contents.setIn(e,t)}setSchema(e,t={}){typeof e=="number"&&(e=String(e));let n;switch(e){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new H({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 H({version:e}),n={resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,n=null;break;default:{const i=JSON.stringify(e);throw new Error(`Expected '1.1', '1.2' or null as first argument, but found: ${i}`)}}if(t.schema instanceof Object)this.schema=t.schema;else if(n)this.schema=new Cn(Object.assign(n,t));else throw new Error("With a null YAML version, the { schema: Schema } option is required")}toJS({json:e,jsonArg:t,mapAsMap:n,maxAliasCount:i,onAnchor:r,reviver:a}={}){const o={anchors:new Map,doc:this,keep:!e,mapAsMap:n===!0,mapKeyWarned:!1,maxAliasCount:typeof i=="number"?i:100},c=se(this.contents,t??"",o);if(typeof r=="function")for(const{count:u,res:f}of o.anchors.values())r(f,u);return typeof a=="function"?Ze(a,{"":c},"",c):c}toJSON(e,t){return this.toJS({json:!0,jsonArg:e,mapAsMap:!1,onAnchor:t})}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)){const t=JSON.stringify(e.indent);throw new Error(`"indent" option must be a positive integer, not ${t}`)}return co(this,e)}}function Ye(s){if(V(s))return!0;throw new Error("Expected a YAML collection as document contents")}l(Ye,"assertCollection");class es extends Error{static{l(this,"YAMLError")}constructor(e,t,n,i){super(),this.name=e,this.code=n,this.message=i,this.pos=t}}class Ie extends es{static{l(this,"YAMLParseError")}constructor(e,t,n){super("YAMLParseError",e,t,n)}}class Ni extends es{static{l(this,"YAMLWarning")}constructor(e,t,n){super("YAMLWarning",e,t,n)}}const sn=l((s,e)=>t=>{if(t.pos[0]===-1)return;t.linePos=t.pos.map(o=>e.linePos(o));const{line:n,col:i}=t.linePos[0];t.message+=` at line ${n}, column ${i}`;let r=i-1,a=s.substring(e.lineStarts[n-1],e.lineStarts[n]).replace(/[\n\r]+$/,"");if(r>=60&&a.length>80){const o=Math.min(r-39,a.length-79);a="\u2026"+a.substring(o),r-=o-1}if(a.length>80&&(a=a.substring(0,79)+"\u2026"),n>1&&/^ *$/.test(a.substring(0,r))){let o=s.substring(e.lineStarts[n-2],e.lineStarts[n-1]);o.length>80&&(o=o.substring(0,79)+`\u2026
|
|
59
|
+
`),a=o+a}if(/[^ ]/.test(a)){let o=1;const c=t.linePos[1];c&&c.line===n&&c.col>i&&(o=Math.max(1,Math.min(c.col-i,80-r)));const u=" ".repeat(r)+"^".repeat(o);t.message+=`:
|
|
60
|
+
|
|
61
|
+
${a}
|
|
62
|
+
${u}
|
|
63
|
+
`}},"prettifyError");function He(s,{flow:e,indicator:t,next:n,offset:i,onError:r,parentIndent:a,startOnNewline:o}){let c=!1,u=o,f=o,d="",h="",y=!1,w=!1,p=null,m=null,k=null,_=null,A=null,E=null,N=null;for(const O of s)switch(w&&(O.type!=="space"&&O.type!=="newline"&&O.type!=="comma"&&r(O.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),w=!1),p&&(u&&O.type!=="comment"&&O.type!=="newline"&&r(p,"TAB_AS_INDENT","Tabs are not allowed as indentation"),p=null),O.type){case"space":!e&&(t!=="doc-start"||n?.type!=="flow-collection")&&O.source.includes(" ")&&(p=O),f=!0;break;case"comment":{f||r(O,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");const z=O.source.substring(1)||" ";d?d+=h+z:d=z,h="",u=!1;break}case"newline":u?d?d+=O.source:(!E||t!=="seq-item-ind")&&(c=!0):h+=O.source,u=!0,y=!0,(m||k)&&(_=O),f=!0;break;case"anchor":m&&r(O,"MULTIPLE_ANCHORS","A node can have at most one anchor"),O.source.endsWith(":")&&r(O.offset+O.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),m=O,N??(N=O.offset),u=!1,f=!1,w=!0;break;case"tag":{k&&r(O,"MULTIPLE_TAGS","A node can have at most one tag"),k=O,N??(N=O.offset),u=!1,f=!1,w=!0;break}case t:(m||k)&&r(O,"BAD_PROP_ORDER",`Anchors and tags must be after the ${O.source} indicator`),E&&r(O,"UNEXPECTED_TOKEN",`Unexpected ${O.source} in ${e??"collection"}`),E=O,u=t==="seq-item-ind"||t==="explicit-key-ind",f=!1;break;case"comma":if(e){A&&r(O,"UNEXPECTED_TOKEN",`Unexpected , in ${e}`),A=O,u=!1,f=!1;break}default:r(O,"UNEXPECTED_TOKEN",`Unexpected ${O.type} token`),u=!1,f=!1}const L=s[s.length-1],q=L?L.offset+L.source.length:i;return w&&n&&n.type!=="space"&&n.type!=="newline"&&n.type!=="comma"&&(n.type!=="scalar"||n.source!=="")&&r(n.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),p&&(u&&p.indent<=a||n?.type==="block-map"||n?.type==="block-seq")&&r(p,"TAB_AS_INDENT","Tabs are not allowed as indentation"),{comma:A,found:E,spaceBefore:c,comment:d,hasNewline:y,anchor:m,tag:k,newlineAfterProp:_,end:q,start:N??q}}l(He,"resolveProps");function kt(s){if(!s)return null;switch(s.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(s.source.includes(`
|
|
64
|
+
`))return!0;if(s.end){for(const e of s.end)if(e.type==="newline")return!0}return!1;case"flow-collection":for(const e of s.items){for(const t of e.start)if(t.type==="newline")return!0;if(e.sep){for(const t of e.sep)if(t.type==="newline")return!0}if(kt(e.key)||kt(e.value))return!0}return!1;default:return!0}}l(kt,"containsNewline");function ts(s,e,t){if(e?.type==="flow-collection"){const n=e.end[0];n.indent===s&&(n.source==="]"||n.source==="}")&&kt(e)&&t(n,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}l(ts,"flowIndentCheck");function $i(s,e,t){const{uniqueKeys:n}=s.options;if(n===!1)return!1;const i=typeof n=="function"?n:(r,a)=>r===a||F(r)&&F(a)&&r.value===a.value;return e.some(r=>i(r.key,t))}l($i,"mapIncludes");const Ii="All mapping items must start at the same column";function lo({composeNode:s,composeEmptyNode:e},t,n,i,r){const a=r?.nodeClass??X,o=new a(t.schema);t.atRoot&&(t.atRoot=!1);let c=n.offset,u=null;for(const f of n.items){const{start:d,key:h,sep:y,value:w}=f,p=He(d,{indicator:"explicit-key-ind",next:h??y?.[0],offset:c,onError:i,parentIndent:n.indent,startOnNewline:!0}),m=!p.found;if(m){if(h&&(h.type==="block-seq"?i(c,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in h&&h.indent!==n.indent&&i(c,"BAD_INDENT",Ii)),!p.anchor&&!p.tag&&!y){u=p.end,p.comment&&(o.comment?o.comment+=`
|
|
65
|
+
`+p.comment:o.comment=p.comment);continue}(p.newlineAfterProp||kt(h))&&i(h??d[d.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else p.found?.indent!==n.indent&&i(c,"BAD_INDENT",Ii);t.atKey=!0;const k=p.end,_=h?s(t,h,p,i):e(t,k,d,null,p,i);t.schema.compat&&ts(n.indent,h,i),t.atKey=!1,$i(t,o.items,_)&&i(k,"DUPLICATE_KEY","Map keys must be unique");const A=He(y??[],{indicator:"map-value-ind",next:w,offset:_.range[2],onError:i,parentIndent:n.indent,startOnNewline:!h||h.type==="block-scalar"});if(c=A.end,A.found){m&&(w?.type==="block-map"&&!A.hasNewline&&i(c,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),t.options.strict&&p.start<A.found.offset-1024&&i(_.range,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit block mapping key"));const E=w?s(t,w,A,i):e(t,c,y,null,A,i);t.schema.compat&&ts(n.indent,w,i),c=E.range[2];const N=new Y(_,E);t.options.keepSourceTokens&&(N.srcToken=f),o.items.push(N)}else{m&&i(_.range,"MISSING_CHAR","Implicit map keys need to be followed by map values"),A.comment&&(_.comment?_.comment+=`
|
|
66
|
+
`+A.comment:_.comment=A.comment);const E=new Y(_);t.options.keepSourceTokens&&(E.srcToken=f),o.items.push(E)}}return u&&u<c&&i(u,"IMPOSSIBLE","Map comment with trailing content"),o.range=[n.offset,c,u??c],o}l(lo,"resolveBlockMap");function uo({composeNode:s,composeEmptyNode:e},t,n,i,r){const a=r?.nodeClass??Ce,o=new a(t.schema);t.atRoot&&(t.atRoot=!1),t.atKey&&(t.atKey=!1);let c=n.offset,u=null;for(const{start:f,value:d}of n.items){const h=He(f,{indicator:"seq-item-ind",next:d,offset:c,onError:i,parentIndent:n.indent,startOnNewline:!0});if(!h.found)if(h.anchor||h.tag||d)d&&d.type==="block-seq"?i(h.end,"BAD_INDENT","All sequence items must start at the same column"):i(c,"MISSING_CHAR","Sequence item without - indicator");else{u=h.end,h.comment&&(o.comment=h.comment);continue}const y=d?s(t,d,h,i):e(t,h.end,f,null,h,i);t.schema.compat&&ts(n.indent,d,i),c=y.range[2],o.items.push(y)}return o.range=[n.offset,c,u??c],o}l(uo,"resolveBlockSeq");function _t(s,e,t,n){let i="";if(s){let r=!1,a="";for(const o of s){const{source:c,type:u}=o;switch(u){case"space":r=!0;break;case"comment":{t&&!r&&n(o,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");const f=c.substring(1)||" ";i?i+=a+f:i=f,a="";break}case"newline":i&&(a+=c),r=!0;break;default:n(o,"UNEXPECTED_TOKEN",`Unexpected ${u} at node end`)}e+=c.length}}return{comment:i,offset:e}}l(_t,"resolveEnd");const ns="Block collections are not allowed within flow collections",ss=l(s=>s&&(s.type==="block-map"||s.type==="block-seq"),"isBlock");function fo({composeNode:s,composeEmptyNode:e},t,n,i,r){const a=n.start.source==="{",o=a?"flow map":"flow sequence",c=r?.nodeClass??(a?X:Ce),u=new c(t.schema);u.flow=!0;const f=t.atRoot;f&&(t.atRoot=!1),t.atKey&&(t.atKey=!1);let d=n.offset+n.start.source.length;for(let m=0;m<n.items.length;++m){const k=n.items[m],{start:_,key:A,sep:E,value:N}=k,L=He(_,{flow:o,indicator:"explicit-key-ind",next:A??E?.[0],offset:d,onError:i,parentIndent:n.indent,startOnNewline:!1});if(!L.found){if(!L.anchor&&!L.tag&&!E&&!N){m===0&&L.comma?i(L.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${o}`):m<n.items.length-1&&i(L.start,"UNEXPECTED_TOKEN",`Unexpected empty item in ${o}`),L.comment&&(u.comment?u.comment+=`
|
|
67
|
+
`+L.comment:u.comment=L.comment),d=L.end;continue}!a&&t.options.strict&&kt(A)&&i(A,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line")}if(m===0)L.comma&&i(L.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${o}`);else if(L.comma||i(L.start,"MISSING_CHAR",`Missing , between ${o} items`),L.comment){let q="";e:for(const O of _)switch(O.type){case"comma":case"space":break;case"comment":q=O.source.substring(1);break e;default:break e}if(q){let O=u.items[u.items.length-1];U(O)&&(O=O.value??O.key),O.comment?O.comment+=`
|
|
68
|
+
`+q:O.comment=q,L.comment=L.comment.substring(q.length+1)}}if(!a&&!E&&!L.found){const q=N?s(t,N,L,i):e(t,L.end,E,null,L,i);u.items.push(q),d=q.range[2],ss(N)&&i(q.range,"BLOCK_IN_FLOW",ns)}else{t.atKey=!0;const q=L.end,O=A?s(t,A,L,i):e(t,q,_,null,L,i);ss(A)&&i(O.range,"BLOCK_IN_FLOW",ns),t.atKey=!1;const z=He(E??[],{flow:o,indicator:"map-value-ind",next:N,offset:O.range[2],onError:i,parentIndent:n.indent,startOnNewline:!1});if(z.found){if(!a&&!L.found&&t.options.strict){if(E)for(const W of E){if(W===z.found)break;if(W.type==="newline"){i(W,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line");break}}L.start<z.found.offset-1024&&i(z.found,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit flow sequence key")}}else N&&("source"in N&&N.source&&N.source[0]===":"?i(N,"MISSING_CHAR",`Missing space after : in ${o}`):i(z.start,"MISSING_CHAR",`Missing , or : between ${o} items`));const ye=N?s(t,N,z,i):z.found?e(t,z.end,E,null,z,i):null;ye?ss(N)&&i(ye.range,"BLOCK_IN_FLOW",ns):z.comment&&(O.comment?O.comment+=`
|
|
69
|
+
`+z.comment:O.comment=z.comment);const Re=new Y(O,ye);if(t.options.keepSourceTokens&&(Re.srcToken=k),a){const W=u;$i(t,W.items,O)&&i(q,"DUPLICATE_KEY","Map keys must be unique"),W.items.push(Re)}else{const W=new X(t.schema);W.flow=!0,W.items.push(Re);const _s=(ye??O).range;W.range=[O.range[0],_s[1],_s[2]],u.items.push(W)}d=ye?ye.range[2]:z.end}}const h=a?"}":"]",[y,...w]=n.end;let p=d;if(y&&y.source===h)p=y.offset+y.source.length;else{const m=o[0].toUpperCase()+o.substring(1),k=f?`${m} must end with a ${h}`:`${m} in block collection must be sufficiently indented and end with a ${h}`;i(d,f?"MISSING_CHAR":"BAD_INDENT",k),y&&y.source.length!==1&&w.unshift(y)}if(w.length>0){const m=_t(w,p,t.options.strict,i);m.comment&&(u.comment?u.comment+=`
|
|
70
|
+
`+m.comment:u.comment=m.comment),u.range=[n.offset,p,m.offset]}else u.range=[n.offset,p,p];return u}l(fo,"resolveFlowCollection");function is(s,e,t,n,i,r){const a=t.type==="block-map"?lo(s,e,t,n,r):t.type==="block-seq"?uo(s,e,t,n,r):fo(s,e,t,n,r),o=a.constructor;return i==="!"||i===o.tagName?(a.tag=o.tagName,a):(i&&(a.tag=i),a)}l(is,"resolveCollection");function ho(s,e,t,n,i){const r=n.tag,a=r?e.directives.tagName(r.source,h=>i(r,"TAG_RESOLVE_FAILED",h)):null;if(t.type==="block-seq"){const{anchor:h,newlineAfterProp:y}=n,w=h&&r?h.offset>r.offset?h:r:h??r;w&&(!y||y.offset<w.offset)&&i(w,"MISSING_CHAR","Missing newline after block sequence props")}const o=t.type==="block-map"?"map":t.type==="block-seq"?"seq":t.start.source==="{"?"map":"seq";if(!r||!a||a==="!"||a===X.tagName&&o==="map"||a===Ce.tagName&&o==="seq")return is(s,e,t,i,a);let c=e.schema.tags.find(h=>h.tag===a&&h.collection===o);if(!c){const h=e.schema.knownTags[a];if(h&&h.collection===o)e.schema.tags.push(Object.assign({},h,{default:!1})),c=h;else return h?i(r,"BAD_COLLECTION_TYPE",`${h.tag} used for ${o} collection, but expects ${h.collection??"scalar"}`,!0):i(r,"TAG_RESOLVE_FAILED",`Unresolved tag: ${a}`,!0),is(s,e,t,i,a)}const u=is(s,e,t,i,a,c),f=c.resolve?.(u,h=>i(r,"TAG_RESOLVE_FAILED",h),e.options)??u,d=Z(f)?f:new j(f);return d.range=u.range,d.tag=a,c?.format&&(d.format=c.format),d}l(ho,"composeCollection");function ji(s,e,t){const n=e.offset,i=po(e,s.options.strict,t);if(!i)return{value:"",type:null,comment:"",range:[n,n,n]};const r=i.mode===">"?j.BLOCK_FOLDED:j.BLOCK_LITERAL,a=e.source?mo(e.source):[];let o=a.length;for(let p=a.length-1;p>=0;--p){const m=a[p][1];if(m===""||m==="\r")o=p;else break}if(o===0){const p=i.chomp==="+"&&a.length>0?`
|
|
71
|
+
`.repeat(Math.max(1,a.length-1)):"";let m=n+i.length;return e.source&&(m+=e.source.length),{value:p,type:r,comment:i.comment,range:[n,m,m]}}let c=e.indent+i.indent,u=e.offset+i.length,f=0;for(let p=0;p<o;++p){const[m,k]=a[p];if(k===""||k==="\r")i.indent===0&&m.length>c&&(c=m.length);else{m.length<c&&t(u+m.length,"MISSING_CHAR","Block scalars with more-indented leading empty lines must use an explicit indentation indicator"),i.indent===0&&(c=m.length),f=p,c===0&&!s.atRoot&&t(u,"BAD_INDENT","Block scalar values in collections must be indented");break}u+=m.length+k.length+1}for(let p=a.length-1;p>=o;--p)a[p][0].length>c&&(o=p+1);let d="",h="",y=!1;for(let p=0;p<f;++p)d+=a[p][0].slice(c)+`
|
|
72
|
+
`;for(let p=f;p<o;++p){let[m,k]=a[p];u+=m.length+k.length+1;const _=k[k.length-1]==="\r";if(_&&(k=k.slice(0,-1)),k&&m.length<c){const E=`Block scalar lines must not be less indented than their ${i.indent?"explicit indentation indicator":"first line"}`;t(u-k.length-(_?2:1),"BAD_INDENT",E),m=""}r===j.BLOCK_LITERAL?(d+=h+m.slice(c)+k,h=`
|
|
73
|
+
`):m.length>c||k[0]===" "?(h===" "?h=`
|
|
74
|
+
`:!y&&h===`
|
|
75
|
+
`&&(h=`
|
|
76
|
+
|
|
77
|
+
`),d+=h+m.slice(c)+k,h=`
|
|
78
|
+
`,y=!0):k===""?h===`
|
|
79
|
+
`?d+=`
|
|
80
|
+
`:h=`
|
|
81
|
+
`:(d+=h+k,h=" ",y=!1)}switch(i.chomp){case"-":break;case"+":for(let p=o;p<a.length;++p)d+=`
|
|
82
|
+
`+a[p][0].slice(c);d[d.length-1]!==`
|
|
83
|
+
`&&(d+=`
|
|
84
|
+
`);break;default:d+=`
|
|
85
|
+
`}const w=n+i.length+e.source.length;return{value:d,type:r,comment:i.comment,range:[n,w,w]}}l(ji,"resolveBlockScalar");function po({offset:s,props:e},t,n){if(e[0].type!=="block-scalar-header")return n(e[0],"IMPOSSIBLE","Block scalar header not found"),null;const{source:i}=e[0],r=i[0];let a=0,o="",c=-1;for(let h=1;h<i.length;++h){const y=i[h];if(!o&&(y==="-"||y==="+"))o=y;else{const w=Number(y);!a&&w?a=w:c===-1&&(c=s+h)}}c!==-1&&n(c,"UNEXPECTED_TOKEN",`Block scalar header includes extra characters: ${i}`);let u=!1,f="",d=i.length;for(let h=1;h<e.length;++h){const y=e[h];switch(y.type){case"space":u=!0;case"newline":d+=y.source.length;break;case"comment":t&&!u&&n(y,"MISSING_CHAR","Comments must be separated from other tokens by white space characters"),d+=y.source.length,f=y.source.substring(1);break;case"error":n(y,"UNEXPECTED_TOKEN",y.message),d+=y.source.length;break;default:{const w=`Unexpected token in block scalar header: ${y.type}`;n(y,"UNEXPECTED_TOKEN",w);const p=y.source;p&&typeof p=="string"&&(d+=p.length)}}}return{mode:r,indent:a,chomp:o,comment:f,length:d}}l(po,"parseBlockScalarHeader");function mo(s){const e=s.split(/\n( *)/),t=e[0],n=t.match(/^( *)/),r=[n?.[1]?[n[1],t.slice(n[1].length)]:["",t]];for(let a=1;a<e.length;a+=2)r.push([e[a],e[a+1]]);return r}l(mo,"splitLines");function Li(s,e,t){const{offset:n,type:i,source:r,end:a}=s;let o,c;const u=l((h,y,w)=>t(n+h,y,w),"_onError");switch(i){case"scalar":o=j.PLAIN,c=yo(r,u);break;case"single-quoted-scalar":o=j.QUOTE_SINGLE,c=go(r,u);break;case"double-quoted-scalar":o=j.QUOTE_DOUBLE,c=wo(r,u);break;default:return t(s,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${i}`),{value:"",type:null,comment:"",range:[n,n+r.length,n+r.length]}}const f=n+r.length,d=_t(a,f,e,t);return{value:c,type:o,comment:d.comment,range:[n,f,d.offset]}}l(Li,"resolveFlowScalar");function yo(s,e){let t="";switch(s[0]){case" ":t="a tab character";break;case",":t="flow indicator character ,";break;case"%":t="directive indicator character %";break;case"|":case">":{t=`block scalar indicator ${s[0]}`;break}case"@":case"`":{t=`reserved character ${s[0]}`;break}}return t&&e(0,"BAD_SCALAR_START",`Plain value cannot start with ${t}`),Ri(s)}l(yo,"plainValue");function go(s,e){return(s[s.length-1]!=="'"||s.length===1)&&e(s.length,"MISSING_CHAR","Missing closing 'quote"),Ri(s.slice(1,-1)).replace(/''/g,"'")}l(go,"singleQuotedValue");function Ri(s){let e,t;try{e=new RegExp(`(.*?)(?<![ ])[ ]*\r?
|
|
86
|
+
`,"sy"),t=new RegExp(`[ ]*(.*?)(?:(?<![ ])[ ]*)?\r?
|
|
87
|
+
`,"sy")}catch{e=/(.*?)[ \t]*\r?\n/sy,t=/[ \t]*(.*?)[ \t]*\r?\n/sy}let n=e.exec(s);if(!n)return s;let i=n[1],r=" ",a=e.lastIndex;for(t.lastIndex=a;n=t.exec(s);)n[1]===""?r===`
|
|
88
|
+
`?i+=r:r=`
|
|
89
|
+
`:(i+=r+n[1],r=" "),a=t.lastIndex;const o=/[ \t]*(.*)/sy;return o.lastIndex=a,n=o.exec(s),i+r+(n?.[1]??"")}l(Ri,"foldLines");function wo(s,e){let t="";for(let n=1;n<s.length-1;++n){const i=s[n];if(!(i==="\r"&&s[n+1]===`
|
|
90
|
+
`))if(i===`
|
|
91
|
+
`){const{fold:r,offset:a}=bo(s,n);t+=r,n=a}else if(i==="\\"){let r=s[++n];const a=vo[r];if(a)t+=a;else if(r===`
|
|
92
|
+
`)for(r=s[n+1];r===" "||r===" ";)r=s[++n+1];else if(r==="\r"&&s[n+1]===`
|
|
93
|
+
`)for(r=s[++n+1];r===" "||r===" ";)r=s[++n+1];else if(r==="x"||r==="u"||r==="U"){const o={x:2,u:4,U:8}[r];t+=ko(s,n+1,o,e),n+=o}else{const o=s.substr(n-1,2);e(n-1,"BAD_DQ_ESCAPE",`Invalid escape sequence ${o}`),t+=o}}else if(i===" "||i===" "){const r=n;let a=s[n+1];for(;a===" "||a===" ";)a=s[++n+1];a!==`
|
|
94
|
+
`&&!(a==="\r"&&s[n+2]===`
|
|
95
|
+
`)&&(t+=n>r?s.slice(r,n+1):i)}else t+=i}return(s[s.length-1]!=='"'||s.length===1)&&e(s.length,"MISSING_CHAR",'Missing closing "quote'),t}l(wo,"doubleQuotedValue");function bo(s,e){let t="",n=s[e+1];for(;(n===" "||n===" "||n===`
|
|
96
|
+
`||n==="\r")&&!(n==="\r"&&s[e+2]!==`
|
|
97
|
+
`);)n===`
|
|
98
|
+
`&&(t+=`
|
|
99
|
+
`),e+=1,n=s[e+1];return t||(t=" "),{fold:t,offset:e}}l(bo,"foldNewline");const vo={0:"\0",a:"\x07",b:"\b",e:"\x1B",f:"\f",n:`
|
|
100
|
+
`,r:"\r",t:" ",v:"\v",N:"\x85",_:"\xA0",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\"," ":" "};function ko(s,e,t,n){const i=s.substr(e,t),a=i.length===t&&/^[0-9a-fA-F]+$/.test(i)?parseInt(i,16):NaN;if(isNaN(a)){const o=s.substr(e-2,t+2);return n(e-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${o}`),o}return String.fromCodePoint(a)}l(ko,"parseCharCode");function Pi(s,e,t,n){const{value:i,type:r,comment:a,range:o}=e.type==="block-scalar"?ji(s,e,n):Li(e,s.options.strict,n),c=t?s.directives.tagName(t.source,d=>n(t,"TAG_RESOLVE_FAILED",d)):null;let u;s.options.stringKeys&&s.atKey?u=s.schema[le]:c?u=_o(s.schema,i,c,t,n):e.type==="scalar"?u=So(s,i,e,n):u=s.schema[le];let f;try{const d=u.resolve(i,h=>n(t??e,"TAG_RESOLVE_FAILED",h),s.options);f=F(d)?d:new j(d)}catch(d){const h=d instanceof Error?d.message:String(d);n(t??e,"TAG_RESOLVE_FAILED",h),f=new j(i)}return f.range=o,f.source=i,r&&(f.type=r),c&&(f.tag=c),u.format&&(f.format=u.format),a&&(f.comment=a),f}l(Pi,"composeScalar");function _o(s,e,t,n,i){if(t==="!")return s[le];const r=[];for(const o of s.tags)if(!o.collection&&o.tag===t)if(o.default&&o.test)r.push(o);else return o;for(const o of r)if(o.test?.test(e))return o;const a=s.knownTags[t];return a&&!a.collection?(s.tags.push(Object.assign({},a,{default:!1,test:void 0})),a):(i(n,"TAG_RESOLVE_FAILED",`Unresolved tag: ${t}`,t!=="tag:yaml.org,2002:str"),s[le])}l(_o,"findScalarTagByName");function So({atKey:s,directives:e,schema:t},n,i,r){const a=t.tags.find(o=>(o.default===!0||s&&o.default==="key")&&o.test?.test(n))||t[le];if(t.compat){const o=t.compat.find(c=>c.default&&c.test?.test(n))??t[le];if(a.tag!==o.tag){const c=e.tagString(a.tag),u=e.tagString(o.tag),f=`Value may be parsed as either ${c} or ${u}`;r(i,"TAG_RESOLVE_FAILED",f,!0)}}return a}l(So,"findScalarTagByTest");function Co(s,e,t){if(e){t??(t=e.length);for(let n=t-1;n>=0;--n){let i=e[n];switch(i.type){case"space":case"comment":case"newline":s-=i.source.length;continue}for(i=e[++n];i?.type==="space";)s+=i.source.length,i=e[++n];break}}return s}l(Co,"emptyScalarPosition");const Oo={composeNode:Ki,composeEmptyNode:rs};function Ki(s,e,t,n){const i=s.atKey,{spaceBefore:r,comment:a,anchor:o,tag:c}=t;let u,f=!0;switch(e.type){case"alias":u=Ao(s,e,n),(o||c)&&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":u=Pi(s,e,c,n),o&&(u.anchor=o.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":u=ho(Oo,s,e,t,n),o&&(u.anchor=o.source.substring(1));break;default:{const d=e.type==="error"?e.message:`Unsupported token (type: ${e.type})`;n(e,"UNEXPECTED_TOKEN",d),u=rs(s,e.offset,void 0,null,t,n),f=!1}}return o&&u.anchor===""&&n(o,"BAD_ALIAS","Anchor cannot be an empty string"),i&&s.options.stringKeys&&(!F(u)||typeof u.value!="string"||u.tag&&u.tag!=="tag:yaml.org,2002:str")&&n(c??e,"NON_STRING_KEY","With stringKeys, all keys must be strings"),r&&(u.spaceBefore=!0),a&&(e.type==="scalar"&&e.source===""?u.comment=a:u.commentBefore=a),s.options.keepSourceTokens&&f&&(u.srcToken=e),u}l(Ki,"composeNode");function rs(s,e,t,n,{spaceBefore:i,comment:r,anchor:a,tag:o,end:c},u){const f={type:"scalar",offset:Co(e,t,n),indent:-1,source:""},d=Pi(s,f,o,u);return a&&(d.anchor=a.source.substring(1),d.anchor===""&&u(a,"BAD_ALIAS","Anchor cannot be an empty string")),i&&(d.spaceBefore=!0),r&&(d.comment=r,d.range[2]=c),d}l(rs,"composeEmptyNode");function Ao({options:s},{offset:e,source:t,end:n},i){const r=new Bt(t.substring(1));r.source===""&&i(e,"BAD_ALIAS","Alias cannot be an empty string"),r.source.endsWith(":")&&i(e+t.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);const a=e+t.length,o=_t(n,a,s.strict,i);return r.range=[e,a,o.offset],o.comment&&(r.comment=o.comment),r}l(Ao,"composeAlias");function To(s,e,{offset:t,start:n,value:i,end:r},a){const o=Object.assign({_directives:e},s),c=new ut(void 0,o),u={atKey:!1,atRoot:!0,directives:c.directives,options:c.options,schema:c.schema},f=He(n,{indicator:"doc-start",next:i??r?.[0],offset:t,onError:a,parentIndent:0,startOnNewline:!0});f.found&&(c.directives.docStart=!0,i&&(i.type==="block-map"||i.type==="block-seq")&&!f.hasNewline&&a(f.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),c.contents=i?Ki(u,i,f,a):rs(u,f.end,n,null,f,a);const d=c.contents.range[2],h=_t(r,d,!1,a);return h.comment&&(c.comment=h.comment),c.range=[t,d,h.offset],c}l(To,"composeDoc");function St(s){if(typeof s=="number")return[s,s+1];if(Array.isArray(s))return s.length===2?s:[s[0],s[1]];const{offset:e,source:t}=s;return[e,e+(typeof t=="string"?t.length:1)]}l(St,"getErrorPos");function Di(s){let e="",t=!1,n=!1;for(let i=0;i<s.length;++i){const r=s[i];switch(r[0]){case"#":e+=(e===""?"":n?`
|
|
101
|
+
|
|
102
|
+
`:`
|
|
103
|
+
`)+(r.substring(1)||" "),t=!0,n=!1;break;case"%":s[i+1]?.[0]!=="#"&&(i+=1),t=!1;break;default:t||(n=!0),t=!1}}return{comment:e,afterEmptyLine:n}}l(Di,"parsePrelude");class as{static{l(this,"Composer")}constructor(e={}){this.doc=null,this.atDirectives=!1,this.prelude=[],this.errors=[],this.warnings=[],this.onError=(t,n,i,r)=>{const a=St(t);r?this.warnings.push(new Ni(a,n,i)):this.errors.push(new Ie(a,n,i))},this.directives=new H({version:e.version||"1.2"}),this.options=e}decorate(e,t){const{comment:n,afterEmptyLine:i}=Di(this.prelude);if(n){const r=e.contents;if(t)e.comment=e.comment?`${e.comment}
|
|
104
|
+
${n}`:n;else if(i||e.directives.docStart||!r)e.commentBefore=n;else if(V(r)&&!r.flow&&r.items.length>0){let a=r.items[0];U(a)&&(a=a.key);const o=a.commentBefore;a.commentBefore=o?`${n}
|
|
105
|
+
${o}`:n}else{const a=r.commentBefore;r.commentBefore=a?`${n}
|
|
106
|
+
${a}`:n}}t?(Array.prototype.push.apply(e.errors,this.errors),Array.prototype.push.apply(e.warnings,this.warnings)):(e.errors=this.errors,e.warnings=this.warnings),this.prelude=[],this.errors=[],this.warnings=[]}streamInfo(){return{comment:Di(this.prelude).comment,directives:this.directives,errors:this.errors,warnings:this.warnings}}*compose(e,t=!1,n=-1){for(const i of e)yield*this.next(i);yield*this.end(t,n)}*next(e){switch(e.type){case"directive":this.directives.add(e.source,(t,n,i)=>{const r=St(e);r[0]+=t,this.onError(r,"BAD_DIRECTIVE",n,i)}),this.prelude.push(e.source),this.atDirectives=!0;break;case"document":{const t=To(this.options,this.directives,e,this.onError);this.atDirectives&&!t.directives.docStart&&this.onError(e,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(t,!1),this.doc&&(yield this.doc),this.doc=t,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(e.source);break;case"error":{const t=e.source?`${e.message}: ${JSON.stringify(e.source)}`:e.message,n=new Ie(St(e),"UNEXPECTED_TOKEN",t);this.atDirectives||!this.doc?this.errors.push(n):this.doc.errors.push(n);break}case"doc-end":{if(!this.doc){const n="Unexpected doc-end without preceding document";this.errors.push(new Ie(St(e),"UNEXPECTED_TOKEN",n));break}this.doc.directives.docEnd=!0;const t=_t(e.end,e.offset+e.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),t.comment){const n=this.doc.comment;this.doc.comment=n?`${n}
|
|
107
|
+
${t.comment}`:t.comment}this.doc.range[2]=t.offset;break}default:this.errors.push(new Ie(St(e),"UNEXPECTED_TOKEN",`Unsupported token ${e.type}`))}}*end(e=!1,t=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(e){const n=Object.assign({_directives:this.directives},this.options),i=new ut(void 0,n);this.atDirectives&&this.onError(t,"MISSING_CHAR","Missing directives-end indicator line"),i.range=[0,t,t],this.decorate(i,!1),yield i}}}function xo(s,e=!0,t){if(s){const n=l((i,r,a)=>{const o=typeof i=="number"?i:Array.isArray(i)?i[0]:i.offset;if(t)t(o,r,a);else throw new Ie([o,o+1],r,a)},"_onError");switch(s.type){case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return Li(s,e,n);case"block-scalar":return ji({options:{strict:e}},s,n)}}return null}l(xo,"resolveAsScalar");function Eo(s,e){const{implicitKey:t=!1,indent:n,inFlow:i=!1,offset:r=-1,type:a="PLAIN"}=e,o=bt({type:a,value:s},{implicitKey:t,indent:n>0?" ".repeat(n):"",inFlow:i,options:{blockQuote:!0,lineWidth:-1}}),c=e.end??[{type:"newline",offset:-1,indent:n,source:`
|
|
108
|
+
`}];switch(o[0]){case"|":case">":{const u=o.indexOf(`
|
|
109
|
+
`),f=o.substring(0,u),d=o.substring(u+1)+`
|
|
110
|
+
`,h=[{type:"block-scalar-header",offset:r,indent:n,source:f}];return Mi(h,c)||h.push({type:"newline",offset:-1,indent:n,source:`
|
|
111
|
+
`}),{type:"block-scalar",offset:r,indent:n,props:h,source:d}}case'"':return{type:"double-quoted-scalar",offset:r,indent:n,source:o,end:c};case"'":return{type:"single-quoted-scalar",offset:r,indent:n,source:o,end:c};default:return{type:"scalar",offset:r,indent:n,source:o,end:c}}}l(Eo,"createScalarToken");function No(s,e,t={}){let{afterKey:n=!1,implicitKey:i=!1,inFlow:r=!1,type:a}=t,o="indent"in s?s.indent:null;if(n&&typeof o=="number"&&(o+=2),!a)switch(s.type){case"single-quoted-scalar":a="QUOTE_SINGLE";break;case"double-quoted-scalar":a="QUOTE_DOUBLE";break;case"block-scalar":{const u=s.props[0];if(u.type!=="block-scalar-header")throw new Error("Invalid block scalar header");a=u.source[0]===">"?"BLOCK_FOLDED":"BLOCK_LITERAL";break}default:a="PLAIN"}const c=bt({type:a,value:e},{implicitKey:i||o===null,indent:o!==null&&o>0?" ".repeat(o):"",inFlow:r,options:{blockQuote:!0,lineWidth:-1}});switch(c[0]){case"|":case">":$o(s,c);break;case'"':os(s,c,"double-quoted-scalar");break;case"'":os(s,c,"single-quoted-scalar");break;default:os(s,c,"scalar")}}l(No,"setScalarValue");function $o(s,e){const t=e.indexOf(`
|
|
112
|
+
`),n=e.substring(0,t),i=e.substring(t+1)+`
|
|
113
|
+
`;if(s.type==="block-scalar"){const r=s.props[0];if(r.type!=="block-scalar-header")throw new Error("Invalid block scalar header");r.source=n,s.source=i}else{const{offset:r}=s,a="indent"in s?s.indent:-1,o=[{type:"block-scalar-header",offset:r,indent:a,source:n}];Mi(o,"end"in s?s.end:void 0)||o.push({type:"newline",offset:-1,indent:a,source:`
|
|
114
|
+
`});for(const c of Object.keys(s))c!=="type"&&c!=="offset"&&delete s[c];Object.assign(s,{type:"block-scalar",indent:a,props:o,source:i})}}l($o,"setBlockScalarValue");function Mi(s,e){if(e)for(const t of e)switch(t.type){case"space":case"comment":s.push(t);break;case"newline":return s.push(t),!0}return!1}l(Mi,"addEndtoBlockProps");function os(s,e,t){switch(s.type){case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":s.type=t,s.source=e;break;case"block-scalar":{const n=s.props.slice(1);let i=e.length;s.props[0].type==="block-scalar-header"&&(i-=s.props[0].source.length);for(const r of n)r.offset+=i;delete s.props,Object.assign(s,{type:t,source:e,end:n});break}case"block-map":case"block-seq":{const i={type:"newline",offset:s.offset+e.length,indent:s.indent,source:`
|
|
115
|
+
`};delete s.items,Object.assign(s,{type:t,source:e,end:[i]});break}default:{const n="indent"in s?s.indent:-1,i="end"in s&&Array.isArray(s.end)?s.end.filter(r=>r.type==="space"||r.type==="comment"||r.type==="newline"):[];for(const r of Object.keys(s))r!=="type"&&r!=="offset"&&delete s[r];Object.assign(s,{type:t,indent:n,source:e,end:i})}}}l(os,"setFlowScalarValue");const Io=l(s=>"type"in s?rn(s):an(s),"stringify$1");function rn(s){switch(s.type){case"block-scalar":{let e="";for(const t of s.props)e+=rn(t);return e+s.source}case"block-map":case"block-seq":{let e="";for(const t of s.items)e+=an(t);return e}case"flow-collection":{let e=s.start.source;for(const t of s.items)e+=an(t);for(const t of s.end)e+=t.source;return e}case"document":{let e=an(s);if(s.end)for(const t of s.end)e+=t.source;return e}default:{let e=s.source;if("end"in s&&s.end)for(const t of s.end)e+=t.source;return e}}}l(rn,"stringifyToken");function an({start:s,key:e,sep:t,value:n}){let i="";for(const r of s)i+=r.source;if(e&&(i+=rn(e)),t)for(const r of t)i+=r.source;return n&&(i+=rn(n)),i}l(an,"stringifyItem");const cs=Symbol("break visit"),jo=Symbol("skip children"),Bi=Symbol("remove item");function je(s,e){"type"in s&&s.type==="document"&&(s={start:s.start,value:s.value}),Fi(Object.freeze([]),s,e)}l(je,"visit"),je.BREAK=cs,je.SKIP=jo,je.REMOVE=Bi,je.itemAtPath=(s,e)=>{let t=s;for(const[n,i]of e){const r=t?.[n];if(r&&"items"in r)t=r.items[i];else return}return t},je.parentCollection=(s,e)=>{const t=je.itemAtPath(s,e.slice(0,-1)),n=e[e.length-1][0],i=t?.[n];if(i&&"items"in i)return i;throw new Error("Parent collection not found")};function Fi(s,e,t){let n=t(e,s);if(typeof n=="symbol")return n;for(const i of["key","value"]){const r=e[i];if(r&&"items"in r){for(let a=0;a<r.items.length;++a){const o=Fi(Object.freeze(s.concat([[i,a]])),r.items[a],t);if(typeof o=="number")a=o-1;else{if(o===cs)return cs;o===Bi&&(r.items.splice(a,1),a-=1)}}typeof n=="function"&&i==="key"&&(n=n(e,s))}}return typeof n=="function"?n(e,s):n}l(Fi,"_visit");const on="\uFEFF",cn="",ln="",Ct="",Lo=l(s=>!!s&&"items"in s,"isCollection"),Ro=l(s=>!!s&&(s.type==="scalar"||s.type==="single-quoted-scalar"||s.type==="double-quoted-scalar"||s.type==="block-scalar"),"isScalar");function Po(s){switch(s){case on:return"<BOM>";case cn:return"<DOC>";case ln:return"<FLOW_END>";case Ct:return"<SCALAR>";default:return JSON.stringify(s)}}l(Po,"prettyToken");function qi(s){switch(s){case on:return"byte-order-mark";case cn:return"doc-mode";case ln:return"flow-error-end";case Ct:return"scalar";case"---":return"doc-start";case"...":return"doc-end";case"":case`
|
|
116
|
+
`:case`\r
|
|
117
|
+
`: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(s[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}l(qi,"tokenType");var Ko=Object.freeze({__proto__:null,BOM:on,DOCUMENT:cn,FLOW_END:ln,SCALAR:Ct,createScalarToken:Eo,isCollection:Lo,isScalar:Ro,prettyToken:Po,resolveAsScalar:xo,setScalarValue:No,stringify:Io,tokenType:qi,visit:je});function ae(s){switch(s){case void 0:case" ":case`
|
|
118
|
+
`:case"\r":case" ":return!0;default:return!1}}l(ae,"isEmpty");const Ui=new Set("0123456789ABCDEFabcdef"),Do=new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()"),un=new Set(",[]{}"),Mo=new Set(` ,[]{}
|
|
119
|
+
\r `),ls=l(s=>!s||Mo.has(s),"isNotAnchorChar");class Vi{static{l(this,"Lexer")}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,t=!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=!t;let n=this.next??"stream";for(;n&&(t||this.hasChars(1));)n=yield*this.parseNext(n)}atLineEnd(){let e=this.pos,t=this.buffer[e];for(;t===" "||t===" ";)t=this.buffer[++e];return!t||t==="#"||t===`
|
|
120
|
+
`?!0:t==="\r"?this.buffer[e+1]===`
|
|
121
|
+
`:!1}charAt(e){return this.buffer[this.pos+e]}continueScalar(e){let t=this.buffer[e];if(this.indentNext>0){let n=0;for(;t===" ";)t=this.buffer[++n+e];if(t==="\r"){const i=this.buffer[n+e+1];if(i===`
|
|
122
|
+
`||!i&&!this.atEnd)return e+n+1}return t===`
|
|
123
|
+
`||n>=this.indentNext||!t&&!this.atEnd?e+n:-1}if(t==="-"||t==="."){const n=this.buffer.substr(e,3);if((n==="---"||n==="...")&&ae(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(`
|
|
124
|
+
`,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]===on&&(yield*this.pushCount(1),e=e.substring(1)),e[0]==="%"){let t=e.length,n=e.indexOf("#");for(;n!==-1;){const r=e[n-1];if(r===" "||r===" "){t=n-1;break}else n=e.indexOf("#",n+1)}for(;;){const r=e[t-1];if(r===" "||r===" ")t-=1;else break}const i=(yield*this.pushCount(t))+(yield*this.pushSpaces(!0));return yield*this.pushCount(e.length-i),this.pushNewline(),"stream"}if(this.atLineEnd()){const t=yield*this.pushSpaces(!0);return yield*this.pushCount(e.length-t),yield*this.pushNewline(),"stream"}return yield cn,yield*this.parseLineStart()}*parseLineStart(){const 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");const t=this.peek(3);if((t==="---"||t==="...")&&ae(this.charAt(3)))return yield*this.pushCount(3),this.indentValue=0,this.indentNext=0,t==="---"?"doc":"stream"}return this.indentValue=yield*this.pushSpaces(!1),this.indentNext>this.indentValue&&!ae(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){const[e,t]=this.peek(2);if(!t&&!this.atEnd)return this.setNext("block-start");if((e==="-"||e==="?"||e===":")&&ae(t)){const n=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=n,yield*this.parseBlockStart()}return"doc"}*parseDocument(){yield*this.pushSpaces(!0);const e=this.getLine();if(e===null)return this.setNext("doc");let t=yield*this.pushIndicators();switch(e[t]){case"#":yield*this.pushCount(e.length-t);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(ls),"doc";case'"':case"'":return yield*this.parseQuotedScalar();case"|":case">":return t+=yield*this.parseBlockScalarHeader(),t+=yield*this.pushSpaces(!0),yield*this.pushCount(e.length-t),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let e,t,n=-1;do e=yield*this.pushNewline(),e>0?(t=yield*this.pushSpaces(!1),this.indentValue=n=t):t=0,t+=yield*this.pushSpaces(!0);while(e+t>0);const i=this.getLine();if(i===null)return this.setNext("flow");if((n!==-1&&n<this.indentNext&&i[0]!=="#"||n===0&&(i.startsWith("---")||i.startsWith("..."))&&ae(i[3]))&&!(n===this.indentNext-1&&this.flowLevel===1&&(i[0]==="]"||i[0]==="}")))return this.flowLevel=0,yield ln,yield*this.parseLineStart();let r=0;for(;i[r]===",";)r+=yield*this.pushCount(1),r+=yield*this.pushSpaces(!0),this.flowKey=!1;switch(r+=yield*this.pushIndicators(),i[r]){case void 0:return"flow";case"#":return yield*this.pushCount(i.length-r),"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(ls),"flow";case'"':case"'":return this.flowKey=!0,yield*this.parseQuotedScalar();case":":{const a=this.charAt(1);if(this.flowKey||ae(a)||a===",")return this.flowKey=!1,yield*this.pushCount(1),yield*this.pushSpaces(!0),"flow"}default:return this.flowKey=!1,yield*this.parsePlainScalar()}}*parseQuotedScalar(){const e=this.charAt(0);let t=this.buffer.indexOf(e,this.pos+1);if(e==="'")for(;t!==-1&&this.buffer[t+1]==="'";)t=this.buffer.indexOf("'",t+2);else for(;t!==-1;){let r=0;for(;this.buffer[t-1-r]==="\\";)r+=1;if(r%2===0)break;t=this.buffer.indexOf('"',t+1)}const n=this.buffer.substring(0,t);let i=n.indexOf(`
|
|
125
|
+
`,this.pos);if(i!==-1){for(;i!==-1;){const r=this.continueScalar(i+1);if(r===-1)break;i=n.indexOf(`
|
|
126
|
+
`,r)}i!==-1&&(t=i-(n[i-1]==="\r"?2:1))}if(t===-1){if(!this.atEnd)return this.setNext("quoted-scalar");t=this.buffer.length}return yield*this.pushToIndex(t+1,!1),this.flowLevel?"flow":"doc"}*parseBlockScalarHeader(){this.blockScalarIndent=-1,this.blockScalarKeep=!1;let e=this.pos;for(;;){const t=this.buffer[++e];if(t==="+")this.blockScalarKeep=!0;else if(t>"0"&&t<="9")this.blockScalarIndent=Number(t)-1;else if(t!=="-")break}return yield*this.pushUntil(t=>ae(t)||t==="#")}*parseBlockScalar(){let e=this.pos-1,t=0,n;e:for(let r=this.pos;n=this.buffer[r];++r)switch(n){case" ":t+=1;break;case`
|
|
127
|
+
`:e=r,t=0;break;case"\r":{const a=this.buffer[r+1];if(!a&&!this.atEnd)return this.setNext("block-scalar");if(a===`
|
|
128
|
+
`)break}default:break e}if(!n&&!this.atEnd)return this.setNext("block-scalar");if(t>=this.indentNext){this.blockScalarIndent===-1?this.indentNext=t:this.indentNext=this.blockScalarIndent+(this.indentNext===0?1:this.indentNext);do{const r=this.continueScalar(e+1);if(r===-1)break;e=this.buffer.indexOf(`
|
|
129
|
+
`,r)}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===`
|
|
130
|
+
`;)n=this.buffer[++i];e=i-1}else if(!this.blockScalarKeep)do{let r=e-1,a=this.buffer[r];a==="\r"&&(a=this.buffer[--r]);const o=r;for(;a===" ";)a=this.buffer[--r];if(a===`
|
|
131
|
+
`&&r>=this.pos&&r+1+t>o)e=r;else break}while(!0);return yield Ct,yield*this.pushToIndex(e+1,!0),yield*this.parseLineStart()}*parsePlainScalar(){const e=this.flowLevel>0;let t=this.pos-1,n=this.pos-1,i;for(;i=this.buffer[++n];)if(i===":"){const r=this.buffer[n+1];if(ae(r)||e&&un.has(r))break;t=n}else if(ae(i)){let r=this.buffer[n+1];if(i==="\r"&&(r===`
|
|
132
|
+
`?(n+=1,i=`
|
|
133
|
+
`,r=this.buffer[n+1]):t=n),r==="#"||e&&un.has(r))break;if(i===`
|
|
134
|
+
`){const a=this.continueScalar(n+1);if(a===-1)break;n=Math.max(n,a-2)}}else{if(e&&un.has(i))break;t=n}return!i&&!this.atEnd?this.setNext("plain-scalar"):(yield Ct,yield*this.pushToIndex(t+1,!0),e?"flow":"doc")}*pushCount(e){return e>0?(yield this.buffer.substr(this.pos,e),this.pos+=e,e):0}*pushToIndex(e,t){const n=this.buffer.slice(this.pos,e);return n?(yield n,this.pos+=n.length,n.length):(t&&(yield""),0)}*pushIndicators(){switch(this.charAt(0)){case"!":return(yield*this.pushTag())+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"&":return(yield*this.pushUntil(ls))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"-":case"?":case":":{const e=this.flowLevel>0,t=this.charAt(1);if(ae(t)||e&&un.has(t))return e?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,(yield*this.pushCount(1))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators())}}return 0}*pushTag(){if(this.charAt(1)==="<"){let e=this.pos+2,t=this.buffer[e];for(;!ae(t)&&t!==">";)t=this.buffer[++e];return yield*this.pushToIndex(t===">"?e+1:e,!1)}else{let e=this.pos+1,t=this.buffer[e];for(;t;)if(Do.has(t))t=this.buffer[++e];else if(t==="%"&&Ui.has(this.buffer[e+1])&&Ui.has(this.buffer[e+2]))t=this.buffer[e+=3];else break;return yield*this.pushToIndex(e,!1)}}*pushNewline(){const e=this.buffer[this.pos];return e===`
|
|
135
|
+
`?yield*this.pushCount(1):e==="\r"&&this.charAt(1)===`
|
|
136
|
+
`?yield*this.pushCount(2):0}*pushSpaces(e){let t=this.pos-1,n;do n=this.buffer[++t];while(n===" "||e&&n===" ");const i=t-this.pos;return i>0&&(yield this.buffer.substr(this.pos,i),this.pos=t),i}*pushUntil(e){let t=this.pos,n=this.buffer[t];for(;!e(n);)n=this.buffer[++t];return yield*this.pushToIndex(t,!1)}}class Zi{static{l(this,"LineCounter")}constructor(){this.lineStarts=[],this.addNewLine=e=>this.lineStarts.push(e),this.linePos=e=>{let t=0,n=this.lineStarts.length;for(;t<n;){const r=t+n>>1;this.lineStarts[r]<e?t=r+1:n=r}if(this.lineStarts[t]===e)return{line:t+1,col:1};if(t===0)return{line:0,col:e};const i=this.lineStarts[t-1];return{line:t,col:e-i+1}}}}function Oe(s,e){for(let t=0;t<s.length;++t)if(s[t].type===e)return!0;return!1}l(Oe,"includesToken");function Ji(s){for(let e=0;e<s.length;++e)switch(s[e].type){case"space":case"comment":case"newline":break;default:return e}return-1}l(Ji,"findNonEmptyIndex");function zi(s){switch(s?.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"flow-collection":return!0;default:return!1}}l(zi,"isFlowToken");function fn(s){switch(s.type){case"document":return s.start;case"block-map":{const e=s.items[s.items.length-1];return e.sep??e.start}case"block-seq":return s.items[s.items.length-1].start;default:return[]}}l(fn,"getPrevProps");function Qe(s){if(s.length===0)return[];let e=s.length;e:for(;--e>=0;)switch(s[e].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break e}for(;s[++e]?.type==="space";);return s.splice(e,s.length)}l(Qe,"getFirstKeyStartProps");function Wi(s){if(s.start.type==="flow-seq-start")for(const e of s.items)e.sep&&!e.value&&!Oe(e.start,"explicit-key-ind")&&!Oe(e.sep,"map-value-ind")&&(e.key&&(e.value=e.key),delete e.key,zi(e.value)?e.value.end?Array.prototype.push.apply(e.value.end,e.sep):e.value.end=e.sep:Array.prototype.push.apply(e.start,e.sep),delete e.sep)}l(Wi,"fixFlowSeqItems");class us{static{l(this,"Parser")}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 Vi,this.onNewLine=e}*parse(e,t=!1){this.onNewLine&&this.offset===0&&this.onNewLine(0);for(const n of this.lexer.lex(e,t))yield*this.next(n);t||(yield*this.end())}*next(e){if(this.source=e,this.atScalar){this.atScalar=!1,yield*this.step(),this.offset+=e.length;return}const t=qi(e);if(t)if(t==="scalar")this.atNewLine=!1,this.atScalar=!0,this.type="scalar";else{switch(this.type=t,yield*this.step(),t){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{const 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(){const e=this.peek(1);if(this.type==="doc-end"&&(!e||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){const t=e??this.stack.pop();if(!t)yield{type:"error",offset:this.offset,source:"",message:"Tried to pop an empty stack"};else if(this.stack.length===0)yield t;else{const n=this.peek(1);switch(t.type==="block-scalar"?t.indent="indent"in n?n.indent:0:t.type==="flow-collection"&&n.type==="document"&&(t.indent=0),t.type==="flow-collection"&&Wi(t),n.type){case"document":n.value=t;break;case"block-scalar":n.props.push(t);break;case"block-map":{const i=n.items[n.items.length-1];if(i.value){n.items.push({start:[],key:t,sep:[]}),this.onKeyLine=!0;return}else if(i.sep)i.value=t;else{Object.assign(i,{key:t,sep:[]}),this.onKeyLine=!i.explicitKey;return}break}case"block-seq":{const i=n.items[n.items.length-1];i.value?n.items.push({start:[],value:t}):i.value=t;break}case"flow-collection":{const i=n.items[n.items.length-1];!i||i.value?n.items.push({start:[],key:t,sep:[]}):i.sep?i.value=t:Object.assign(i,{key:t,sep:[]});return}default:yield*this.pop(),yield*this.pop(t)}if((n.type==="document"||n.type==="block-map"||n.type==="block-seq")&&(t.type==="block-map"||t.type==="block-seq")){const i=t.items[t.items.length-1];i&&!i.sep&&!i.value&&i.start.length>0&&Ji(i.start)===-1&&(t.indent===0||i.start.every(r=>r.type!=="comment"||r.indent<t.indent))&&(n.type==="document"?n.end=i.start:n.items.push({start:i.start}),t.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":{const 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":{Ji(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}const t=this.startBlockValue(e);t?this.stack.push(t):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"){const t=fn(this.peek(2)),n=Qe(t);let i;e.end?(i=e.end,i.push(this.sourceToken),delete e.end):i=[this.sourceToken];const r={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]=r}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 t=this.source.indexOf(`
|
|
137
|
+
`)+1;for(;t!==0;)this.onNewLine(this.offset+t),t=this.source.indexOf(`
|
|
138
|
+
`,t)+1}yield*this.pop();break;default:yield*this.pop(),yield*this.step()}}*blockMap(e){const t=e.items[e.items.length-1];switch(this.type){case"newline":if(this.onKeyLine=!1,t.value){const n="end"in t.value?t.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 t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken);return;case"space":case"comment":if(t.value)e.items.push({start:[this.sourceToken]});else if(t.sep)t.sep.push(this.sourceToken);else{if(this.atIndentedComment(t.start,e.indent)){const i=e.items[e.items.length-2]?.value?.end;if(Array.isArray(i)){Array.prototype.push.apply(i,t.start),i.push(this.sourceToken),e.items.pop();return}}t.start.push(this.sourceToken)}return}if(this.indent>=e.indent){const n=!this.onKeyLine&&this.indent===e.indent,i=n&&(t.sep||t.explicitKey)&&this.type!=="seq-item-ind";let r=[];if(i&&t.sep&&!t.value){const a=[];for(let o=0;o<t.sep.length;++o){const c=t.sep[o];switch(c.type){case"newline":a.push(o);break;case"space":break;case"comment":c.indent>e.indent&&(a.length=0);break;default:a.length=0}}a.length>=2&&(r=t.sep.splice(a[1]))}switch(this.type){case"anchor":case"tag":i||t.value?(r.push(this.sourceToken),e.items.push({start:r}),this.onKeyLine=!0):t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken);return;case"explicit-key-ind":!t.sep&&!t.explicitKey?(t.start.push(this.sourceToken),t.explicitKey=!0):i||t.value?(r.push(this.sourceToken),e.items.push({start:r,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(t.explicitKey)if(t.sep)if(t.value)e.items.push({start:[],key:null,sep:[this.sourceToken]});else if(Oe(t.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:r,key:null,sep:[this.sourceToken]}]});else if(zi(t.key)&&!Oe(t.sep,"newline")){const a=Qe(t.start),o=t.key,c=t.sep;c.push(this.sourceToken),delete t.key,delete t.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:a,key:o,sep:c}]})}else r.length>0?t.sep=t.sep.concat(r,this.sourceToken):t.sep.push(this.sourceToken);else if(Oe(t.start,"newline"))Object.assign(t,{key:null,sep:[this.sourceToken]});else{const a=Qe(t.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:a,key:null,sep:[this.sourceToken]}]})}else t.sep?t.value||i?e.items.push({start:r,key:null,sep:[this.sourceToken]}):Oe(t.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):t.sep.push(this.sourceToken):Object.assign(t,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{const a=this.flowScalar(this.type);i||t.value?(e.items.push({start:r,key:a,sep:[]}),this.onKeyLine=!0):t.sep?this.stack.push(a):(Object.assign(t,{key:a,sep:[]}),this.onKeyLine=!0);return}default:{const a=this.startBlockValue(e);if(a){if(a.type==="block-seq"){if(!t.explicitKey&&t.sep&&!Oe(t.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:r});this.stack.push(a);return}}}}yield*this.pop(),yield*this.step()}*blockSequence(e){const t=e.items[e.items.length-1];switch(this.type){case"newline":if(t.value){const n="end"in t.value?t.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 t.start.push(this.sourceToken);return;case"space":case"comment":if(t.value)e.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(t.start,e.indent)){const i=e.items[e.items.length-2]?.value?.end;if(Array.isArray(i)){Array.prototype.push.apply(i,t.start),i.push(this.sourceToken),e.items.pop();return}}t.start.push(this.sourceToken)}return;case"anchor":case"tag":if(t.value||this.indent<=e.indent)break;t.start.push(this.sourceToken);return;case"seq-item-ind":if(this.indent!==e.indent)break;t.value||Oe(t.start,"seq-item-ind")?e.items.push({start:[this.sourceToken]}):t.start.push(this.sourceToken);return}if(this.indent>e.indent){const n=this.startBlockValue(e);if(n){this.stack.push(n);return}}yield*this.pop(),yield*this.step()}*flowCollection(e){const t=e.items[e.items.length-1];if(this.type==="flow-error-end"){let n;do yield*this.pop(),n=this.peek(1);while(n&&n.type==="flow-collection")}else if(e.end.length===0){switch(this.type){case"comma":case"explicit-key-ind":!t||t.sep?e.items.push({start:[this.sourceToken]}):t.start.push(this.sourceToken);return;case"map-value-ind":!t||t.value?e.items.push({start:[],key:null,sep:[this.sourceToken]}):t.sep?t.sep.push(this.sourceToken):Object.assign(t,{key:null,sep:[this.sourceToken]});return;case"space":case"comment":case"newline":case"anchor":case"tag":!t||t.value?e.items.push({start:[this.sourceToken]}):t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken);return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{const i=this.flowScalar(this.type);!t||t.value?e.items.push({start:[],key:i,sep:[]}):t.sep?this.stack.push(i):Object.assign(t,{key:i,sep:[]});return}case"flow-map-end":case"flow-seq-end":e.end.push(this.sourceToken);return}const n=this.startBlockValue(e);n?this.stack.push(n):(yield*this.pop(),yield*this.step())}else{const 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"){const i=fn(n),r=Qe(i);Wi(e);const a=e.end.splice(1,e.end.length);a.push(this.sourceToken);const o={type:"block-map",offset:e.offset,indent:e.indent,items:[{start:r,key:e,sep:a}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=o}else yield*this.lineEnd(e)}}flowScalar(e){if(this.onNewLine){let t=this.source.indexOf(`
|
|
139
|
+
`)+1;for(;t!==0;)this.onNewLine(this.offset+t),t=this.source.indexOf(`
|
|
140
|
+
`,t)+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;const t=fn(e),n=Qe(t);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;const t=fn(e),n=Qe(t);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(e,t){return this.type!=="comment"||this.indent<=t?!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;case"space":case"comment":default:e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop())}}}function Gi(s){const e=s.prettyErrors!==!1;return{lineCounter:s.lineCounter||e&&new Zi||null,prettyErrors:e}}l(Gi,"parseOptions");function Bo(s,e={}){const{lineCounter:t,prettyErrors:n}=Gi(e),i=new us(t?.addNewLine),r=new as(e),a=Array.from(r.compose(i.parse(s)));if(n&&t)for(const o of a)o.errors.forEach(sn(s,t)),o.warnings.forEach(sn(s,t));return a.length>0?a:Object.assign([],{empty:!0},r.streamInfo())}l(Bo,"parseAllDocuments");function Yi(s,e={}){const{lineCounter:t,prettyErrors:n}=Gi(e),i=new us(t?.addNewLine),r=new as(e);let a=null;for(const o of r.compose(i.parse(s),!0,s.length))if(!a)a=o;else if(a.options.logLevel!=="silent"){a.errors.push(new Ie(o.range.slice(0,2),"MULTIPLE_DOCS","Source contains multiple documents; please use YAML.parseAllDocuments()"));break}return n&&t&&(a.errors.forEach(sn(s,t)),a.warnings.forEach(sn(s,t))),a}l(Yi,"parseDocument");function Fo(s,e,t){let n;typeof e=="function"?n=e:t===void 0&&e&&typeof e=="object"&&(t=e);const i=Yi(s,t);if(!i)return null;if(i.warnings.forEach(r=>oi(i.options.logLevel,r)),i.errors.length>0){if(i.options.logLevel!=="silent")throw i.errors[0];i.errors=[]}return i.toJS(Object.assign({reviver:n},t))}l(Fo,"parse");function qo(s,e,t){let n=null;if(typeof e=="function"||Array.isArray(e)?n=e:t===void 0&&e&&(t=e),typeof t=="string"&&(t=t.length),typeof t=="number"){const i=Math.round(t);t=i<1?void 0:i>8?{indent:8}:{indent:i}}if(s===void 0){const{keepUndefined:i}=t??e??{};if(!i)return}return xe(s)&&!n?s.toString(t):new ut(s,n,t).toString(t)}l(qo,"stringify");var Uo=Object.freeze({__proto__:null,Alias:Bt,CST:Ko,Composer:as,Document:ut,Lexer:Vi,LineCounter:Zi,Pair:Y,Parser:us,Scalar:j,Schema:Cn,YAMLError:es,YAMLMap:X,YAMLParseError:Ie,YAMLSeq:Ce,YAMLWarning:Ni,isAlias:Se,isCollection:V,isDocument:xe,isMap:Fe,isNode:Z,isPair:U,isScalar:F,isSeq:qe,parse:Fo,parseAllDocuments:Bo,parseDocument:Yi,stringify:qo,visit:Ee,visitAsync:Mt});const Vo="membrane",Zo=["**/node_modules/**","**/.git/**","**/.DS_Store","**/Thumbs.db","**/*.tmp","**/*.swp","**/*.swo","**/*.log","**/*.lock","**/dist/**","**/build/**","**/.cache/**","**/.next/**","**/.vscode/**","**/.idea/**"];function Jo(s){return ge.join(s,Vo)}l(Jo,"getMembraneDir");const zo={ignored:Zo,persistent:!0,ignoreInitial:!0,followSymlinks:!1,depth:10,awaitWriteFinish:{stabilityThreshold:500,pollInterval:100},ignorePermissionErrors:!0,atomic:!0,usePolling:!1,alwaysStat:!1,interval:1e3,binaryInterval:300};class Wo extends Br{static{l(this,"FileWatcher")}constructor(e){super(),this.options=e,this.membraneDir=Jo(e.cwd)}isWatching=!1;watcher;membraneDir;contentCache={};async start(){this.isWatching||($t.existsSync(this.membraneDir)||$t.mkdirSync(this.membraneDir,{recursive:!0}),this.watcher=Fr.watch(this.membraneDir,zo),this.watcher.on("add",e=>this.handleFileSystemEvent("added",e)).on("change",e=>this.handleFileSystemEvent("changed",e)).on("unlink",e=>this.handleFileSystemEvent("deleted",e)).on("ready",()=>this.isWatching=!0))}async stop(){!this.isWatching||!this.watcher||(await this.watcher.close(),this.isWatching=!1,this.watcher=void 0,this.clearCache(),this.emit("stopped"))}getCwd(){return this.options.cwd}handleFileSystemEvent(e,t){const n=ge.relative(this.membraneDir,t);if(e==="deleted"){this.removeFromCache(n);const o={filePath:t,relativePath:n,data:void 0};this.emit(e,o);return}const i=this.readFileContent(t);if(!this.hasContentChanged(n,i,e))return;const a=this.processFileEvent(t,i);this.updateCache(n,i),this.emit(e,a)}readFileContent(e){return $t.readFileSync(e,"utf8")}processFileEvent(e,t){const n=ge.relative(this.membraneDir,e);let i;try{i=t?Uo.parse(t):void 0}catch{i=void 0}return{filePath:e,relativePath:n,data:i}}hasContentChanged(e,t,n){if(n==="added")return!0;if(!t)return this.contentCache[e]!==void 0;const i=this.getContentHash(t);return this.contentCache[e]!==i}getContentHash(e){return Mr.createHash("sha256").update(e).digest("hex")}updateCache(e,t){if(!t){delete this.contentCache[e];return}this.contentCache[e]=this.getContentHash(t)}removeFromCache(e){delete this.contentCache[e]}clearCache(){Object.keys(this.contentCache).forEach(e=>{delete this.contentCache[e]})}}var K={},dn={},Hi;function Qi(){if(Hi)return dn;Hi=1,Object.defineProperty(dn,"__esModule",{value:!0});function s(e){return e===void 0&&(e=""),e?String(e).replace(/^[^A-Za-z0-9]*|[^A-Za-z0-9]*$/g,"").replace(/[^A-Za-z0-9]+/g,"$").replace(/([a-z])([A-Z])/g,function(t,n,i){return n+"$"+i}).toLowerCase().replace(/(\$)(\w)/g,function(t,n,i){return i.toUpperCase()}):""}return l(s,"toCamelCase"),dn.default=s,dn}l(Qi,"requireJsCamelcase");var hn={},Xi;function er(){if(Xi)return hn;Xi=1,Object.defineProperty(hn,"__esModule",{value:!0});function s(e){return e===void 0&&(e=""),e?String(e).replace(/^[^A-Za-z0-9]*|[^A-Za-z0-9]*$/g,"").replace(/([a-z])([A-Z])/g,function(t,n,i){return n+"_"+i.toLowerCase()}).replace(/[^A-Za-z0-9]+|_+/g,"_").toLowerCase():""}return l(s,"toSnakeCase"),hn.default=s,hn}l(er,"requireJsSnakecase");var pn={},tr;function nr(){if(tr)return pn;tr=1,Object.defineProperty(pn,"__esModule",{value:!0});function s(e){return e===void 0&&(e=""),e?String(e).replace(/^[^A-Za-z0-9]*|[^A-Za-z0-9]*$/g,"$").replace(/[^A-Za-z0-9]+/g,"$").replace(/([a-z])([A-Z])/g,function(t,n,i){return n+"$"+i}).toLowerCase().replace(/(\$)(\w?)/g,function(t,n,i){return i.toUpperCase()}):""}return l(s,"toPascalCase"),pn.default=s,pn}l(nr,"requireJsPascalcase");var mn={},sr;function Go(){if(sr)return mn;sr=1,Object.defineProperty(mn,"__esModule",{value:!0});function s(e){return e===void 0&&(e=""),e?String(e).replace(/^[^A-Za-z0-9]*|[^A-Za-z0-9]*$/g,"").replace(/([a-z])([A-Z])/g,function(t,n,i){return n+"_"+i.toLowerCase()}).replace(/[^A-Za-z0-9]+|_+/g,".").toLowerCase():""}return l(s,"toDotCase"),mn.default=s,mn}l(Go,"requireJsDotcase");var yn={},ir;function Yo(){if(ir)return yn;ir=1,Object.defineProperty(yn,"__esModule",{value:!0});function s(e){return e===void 0&&(e=""),e?String(e).replace(/^[^A-Za-z0-9]*|[^A-Za-z0-9]*$/g,"").replace(/([a-z])([A-Z])/g,function(t,n,i){return n+"_"+i.toLowerCase()}).replace(/[^A-Za-z0-9]+|_+/g,"/").toLowerCase():""}return l(s,"toPathCase"),yn.default=s,yn}l(Yo,"requireJsPathcase");var gn={},rr;function Ho(){if(rr)return gn;rr=1,Object.defineProperty(gn,"__esModule",{value:!0});function s(e){return e===void 0&&(e=""),e?String(e).replace(/^[^A-Za-z0-9]*|[^A-Za-z0-9]*$/g,"").replace(/([a-z])([A-Z])/g,function(t,n,i){return n+"_"+i.toLowerCase()}).replace(/[^A-Za-z0-9]+|_+/g," ").toLowerCase():""}return l(s,"toTextCase"),gn.default=s,gn}l(Ho,"requireJsTextcase");var wn={},ar;function Qo(){if(ar)return wn;ar=1,Object.defineProperty(wn,"__esModule",{value:!0});function s(e){if(e===void 0&&(e=""),!e)return"";var t=String(e).replace(/^[^A-Za-z0-9]*|[^A-Za-z0-9]*$/g,"").replace(/([a-z])([A-Z])/g,function(n,i,r){return i+"_"+r.toLowerCase()}).replace(/[^A-Za-z0-9]+|_+/g," ").toLowerCase();return t.charAt(0).toUpperCase()+t.slice(1)}return l(s,"toSentenceCase"),wn.default=s,wn}l(Qo,"requireJsSentencecase");var bn={},or;function Xo(){if(or)return bn;or=1,Object.defineProperty(bn,"__esModule",{value:!0});function s(e){return e===void 0&&(e=""),e?String(e).replace(/^[^A-Za-z0-9]*|[^A-Za-z0-9]*$/g,"").replace(/([a-z])([A-Z])/g,function(t,n,i){return n+"_"+i.toLowerCase()}).replace(/[^A-Za-z0-9]+|_+/g," ").toLowerCase().replace(/( ?)(\w+)( ?)/g,function(t,n,i,r){return n+i.charAt(0).toUpperCase()+i.slice(1)+r}):""}return l(s,"toHeaderCase"),bn.default=s,bn}l(Xo,"requireJsHeadercase");var vn={},cr;function lr(){if(cr)return vn;cr=1,Object.defineProperty(vn,"__esModule",{value:!0});function s(e){return e===void 0&&(e=""),e?String(e).replace(/^[^A-Za-z0-9]*|[^A-Za-z0-9]*$/g,"").replace(/([a-z])([A-Z])/g,function(t,n,i){return n+"_"+i.toLowerCase()}).replace(/[^A-Za-z0-9]+|_+/g,"-").toLowerCase():""}return l(s,"toKebabCase"),vn.default=s,vn}l(lr,"requireJsKebabcase");var Xe={},fs={},ur;function et(){return ur||(ur=1,function(s){Object.defineProperty(s,"__esModule",{value:!0}),s.belongToTypes=s.isValidObject=s.isArrayObject=s.validateOptions=s.DefaultOption=void 0,s.DefaultOption={recursive:!1,recursiveInArray:!1,keepTypesOnRecursion:[]},s.validateOptions=function(e){return e===void 0&&(e=s.DefaultOption),e.recursive==null?e=s.DefaultOption:e.recursiveInArray==null&&(e.recursiveInArray=!1),e},s.isArrayObject=function(e){return e!=null&&Array.isArray(e)},s.isValidObject=function(e){return e!=null&&typeof e=="object"&&!Array.isArray(e)},s.belongToTypes=function(e,t){return(t||[]).some(function(n){return e instanceof n})}}(fs)),fs}l(et,"requireUtils");var fr;function ec(){if(fr)return Xe;fr=1;var s=Xe&&Xe.__spreadArrays||function(){for(var n=0,i=0,r=arguments.length;i<r;i++)n+=arguments[i].length;for(var a=Array(n),o=0,i=0;i<r;i++)for(var c=arguments[i],u=0,f=c.length;u<f;u++,o++)a[o]=c[u];return a};Object.defineProperty(Xe,"__esModule",{value:!0});var e=et();function t(n,i){if(i===void 0&&(i=e.DefaultOption),!e.isValidObject(n))return null;i=e.validateOptions(i);var r={};return Object.keys(n).forEach(function(a){var o=n[a],c=a.toLowerCase();i.recursive&&(e.isValidObject(o)?e.belongToTypes(o,i.keepTypesOnRecursion)||(o=t(o,i)):i.recursiveInArray&&e.isArrayObject(o)&&(o=s(o).map(function(u){var f=u;if(e.isValidObject(u))e.belongToTypes(f,i.keepTypesOnRecursion)||(f=t(u,i));else if(e.isArrayObject(u)){var d=t({key:u},i);f=d.key}return f}))),r[c]=o}),r}return l(t,"lowerKeys"),Xe.default=t,Xe}l(ec,"requireLowercaseKeysObject");var tt={},dr;function tc(){if(dr)return tt;dr=1;var s=tt&&tt.__spreadArrays||function(){for(var n=0,i=0,r=arguments.length;i<r;i++)n+=arguments[i].length;for(var a=Array(n),o=0,i=0;i<r;i++)for(var c=arguments[i],u=0,f=c.length;u<f;u++,o++)a[o]=c[u];return a};Object.defineProperty(tt,"__esModule",{value:!0});var e=et();function t(n,i){if(i===void 0&&(i=e.DefaultOption),!e.isValidObject(n))return null;i=e.validateOptions(i);var r={};return Object.keys(n).forEach(function(a){var o=n[a],c=a.toUpperCase();i.recursive&&(e.isValidObject(o)?e.belongToTypes(o,i.keepTypesOnRecursion)||(o=t(o,i)):i.recursiveInArray&&e.isArrayObject(o)&&(o=s(o).map(function(u){var f=u;if(e.isValidObject(u))e.belongToTypes(f,i.keepTypesOnRecursion)||(f=t(u,i));else if(e.isArrayObject(u)){var d=t({key:u},i);f=d.key}return f}))),r[c]=o}),r}return l(t,"upperKeys"),tt.default=t,tt}l(tc,"requireUppercaseKeysObject");var nt={},hr;function nc(){if(hr)return nt;hr=1;var s=nt&&nt.__spreadArrays||function(){for(var i=0,r=0,a=arguments.length;r<a;r++)i+=arguments[r].length;for(var o=Array(i),c=0,r=0;r<a;r++)for(var u=arguments[r],f=0,d=u.length;f<d;f++,c++)o[c]=u[f];return o};Object.defineProperty(nt,"__esModule",{value:!0});var e=et(),t=Qi();function n(i,r){if(r===void 0&&(r=e.DefaultOption),!e.isValidObject(i))return null;r=e.validateOptions(r);var a={};return Object.keys(i).forEach(function(o){var c=i[o],u=t.default(o);r.recursive&&(e.isValidObject(c)?e.belongToTypes(c,r.keepTypesOnRecursion)||(c=n(c,r)):r.recursiveInArray&&e.isArrayObject(c)&&(c=s(c).map(function(f){var d=f;if(e.isValidObject(f))e.belongToTypes(d,r.keepTypesOnRecursion)||(d=n(f,r));else if(e.isArrayObject(f)){var h=n({key:f},r);d=h.key}return d}))),a[u]=c}),a}return l(n,"camelKeys"),nt.default=n,nt}l(nc,"requireCamelcaseKeysObject");var st={},pr;function sc(){if(pr)return st;pr=1;var s=st&&st.__spreadArrays||function(){for(var i=0,r=0,a=arguments.length;r<a;r++)i+=arguments[r].length;for(var o=Array(i),c=0,r=0;r<a;r++)for(var u=arguments[r],f=0,d=u.length;f<d;f++,c++)o[c]=u[f];return o};Object.defineProperty(st,"__esModule",{value:!0});var e=et(),t=er();function n(i,r){if(r===void 0&&(r=e.DefaultOption),!e.isValidObject(i))return null;r=e.validateOptions(r);var a={};return Object.keys(i).forEach(function(o){var c=i[o],u=t.default(o);r.recursive&&(e.isValidObject(c)?e.belongToTypes(c,r.keepTypesOnRecursion)||(c=n(c,r)):r.recursiveInArray&&e.isArrayObject(c)&&(c=s(c).map(function(f){var d=f;if(e.isValidObject(f))e.belongToTypes(d,r.keepTypesOnRecursion)||(d=n(f,r));else if(e.isArrayObject(f)){var h=n({key:f},r);d=h.key}return d}))),a[u]=c}),a}return l(n,"snakeKeys"),st.default=n,st}l(sc,"requireSnakecaseKeysObject");var it={},mr;function ic(){if(mr)return it;mr=1;var s=it&&it.__spreadArrays||function(){for(var i=0,r=0,a=arguments.length;r<a;r++)i+=arguments[r].length;for(var o=Array(i),c=0,r=0;r<a;r++)for(var u=arguments[r],f=0,d=u.length;f<d;f++,c++)o[c]=u[f];return o};Object.defineProperty(it,"__esModule",{value:!0});var e=et(),t=nr();function n(i,r){if(r===void 0&&(r=e.DefaultOption),!e.isValidObject(i))return null;r=e.validateOptions(r);var a={};return Object.keys(i).forEach(function(o){var c=i[o],u=t.default(o);r.recursive&&(e.isValidObject(c)?e.belongToTypes(c,r.keepTypesOnRecursion)||(c=n(c,r)):r.recursiveInArray&&e.isArrayObject(c)&&(c=s(c).map(function(f){var d=f;if(e.isValidObject(f))e.belongToTypes(d,r.keepTypesOnRecursion)||(d=n(f,r));else if(e.isArrayObject(f)){var h=n({key:f},r);d=h.key}return d}))),a[u]=c}),a}return l(n,"pascalKeys"),it.default=n,it}l(ic,"requirePascalcaseKeysObject");var rt={},yr;function rc(){if(yr)return rt;yr=1;var s=rt&&rt.__spreadArrays||function(){for(var i=0,r=0,a=arguments.length;r<a;r++)i+=arguments[r].length;for(var o=Array(i),c=0,r=0;r<a;r++)for(var u=arguments[r],f=0,d=u.length;f<d;f++,c++)o[c]=u[f];return o};Object.defineProperty(rt,"__esModule",{value:!0});var e=et(),t=lr();function n(i,r){if(r===void 0&&(r=e.DefaultOption),!e.isValidObject(i))return null;r=e.validateOptions(r);var a={};return Object.keys(i).forEach(function(o){var c=i[o],u=t.default(o);r.recursive&&(e.isValidObject(c)?e.belongToTypes(c,r.keepTypesOnRecursion)||(c=n(c,r)):r.recursiveInArray&&e.isArrayObject(c)&&(c=s(c).map(function(f){var d=f;if(e.isValidObject(f))e.belongToTypes(d,r.keepTypesOnRecursion)||(d=n(f,r));else if(e.isArrayObject(f)){var h=n({key:f},r);d=h.key}return d}))),a[u]=c}),a}return l(n,"kebabKeys"),rt.default=n,rt}l(rc,"requireKebabcaseKeysObject");var gr;function ac(){if(gr)return K;gr=1,Object.defineProperty(K,"__esModule",{value:!0}),K.kebabKeys=K.pascalKeys=K.snakeKeys=K.camelKeys=K.upperKeys=K.lowerKeys=K.toLowerCase=K.toUpperCase=K.toKebabCase=K.toHeaderCase=K.toSentenceCase=K.toTextCase=K.toPathCase=K.toDotCase=K.toPascalCase=K.toSnakeCase=K.toCamelCase=void 0;var s=Qi();K.toCamelCase=s.default;var e=er();K.toSnakeCase=e.default;var t=nr();K.toPascalCase=t.default;var n=Go();K.toDotCase=n.default;var i=Yo();K.toPathCase=i.default;var r=Ho();K.toTextCase=r.default;var a=Qo();K.toSentenceCase=a.default;var o=Xo();K.toHeaderCase=o.default;var c=lr();K.toKebabCase=c.default;var u=ec();K.lowerKeys=u.default;var f=tc();K.upperKeys=f.default;var d=nc();K.camelKeys=d.default;var h=sc();K.snakeKeys=h.default;var y=ic();K.pascalKeys=y.default;var w=rc();K.kebabKeys=w.default;var p=l(function(_){return String(_||"").toLowerCase()},"toLowerCase");K.toLowerCase=p;var m=l(function(_){return String(_||"").toUpperCase()},"toUpperCase");K.toUpperCase=m;var k={toCamelCase:s.default,toSnakeCase:e.default,toPascalCase:t.default,toDotCase:n.default,toPathCase:i.default,toTextCase:r.default,toSentenceCase:a.default,toHeaderCase:o.default,toKebabCase:c.default,toUpperCase:m,toLowerCase:p,lowerKeys:u.default,upperKeys:f.default,camelKeys:d.default,snakeKeys:h.default,pascalKeys:y.default,kebabKeys:w.default};return K.default=k,K}l(ac,"requireLib");var ds,wr;function oc(){return wr||(wr=1,ds=ac()),ds}l(oc,"requireJsConvertCase");var at=oc();const Ot={[T.Integration]:{element:"integration",elements:"integrations",exportable:!1},[T.Connector]:{element:"connector",elements:"connectors",exportable:!1},[T.Action]:{element:"action",elements:"actions",integrationSpecific:!0},[T.AppDataSchema]:{element:"appDataSchema",elements:"appDataSchemas"},[T.AppEventType]:{element:"appEventType",elements:"appEventTypes"},[T.DataLinkTable]:{element:"dataLinkTable",elements:"dataLinkTables"},[T.DataSource]:{element:"dataSource",elements:"dataSources",integrationSpecific:!0},[T.FieldMapping]:{element:"fieldMapping",elements:"fieldMappings",integrationSpecific:!0},[T.Flow]:{element:"flow",elements:"flows",integrationSpecific:!0},[T.Customer]:{element:"customer",elements:"customers"},[T.FlowInstance]:{element:"flowInstance",elements:"flowInstances"},[T.FlowRun]:{element:"flowRun",elements:"flowRuns"},[T.Scenario]:{element:"scenario",elements:"scenarios"},[T.ActionInstance]:{element:"actionInstance",elements:"actionInstances"},[T.Connection]:{element:"connection",elements:"connections"},[T.FieldMappingInstance]:{element:"fieldMappingInstance",elements:"fieldMappingInstances"},[T.DataSourceInstance]:{element:"dataSourceInstance",elements:"dataSourceInstances"},[T.DataLinkTableInstance]:{element:"dataLinkTableInstance",elements:"dataLinkTableInstances"},[T.AppEventSubscription]:{element:"appEventSubscription",elements:"appEventSubscriptions"},[T.AppDataSchemaInstance]:{element:"appDataSchemaInstance",elements:"appDataSchemaInstances"},[T.ExternalEventSubscription]:{element:"externalEventSubscription",elements:"externalEventSubscriptions"},[T.ExternalEventLogRecord]:{element:"externalEventLogRecord",elements:"externalEventLogRecords"},[T.ExternalEventPull]:{element:"externalEventPull",elements:"externalEventPulls"},[T.DataCollection]:{element:"dataCollection",elements:"dataCollections"},[T.Screen]:{element:"screen",elements:"screens"},[T.ActionRunLogRecord]:{element:"actionRunLogRecord",elements:"actionRunLogRecords"}};class cc{static{l(this,"WorkspaceElementService")}constructor(e){this.fileWatcher=e,this.setupEventHandlers()}client;workspaceDataCache={};cacheExpirationTime=5*60*1e3;lastCacheUpdate=0;async init(){this.client=await Js.getClient(this.fileWatcher.getCwd())}setupEventHandlers(){this.fileWatcher.on("added",e=>this.processElementChange(e,"added")),this.fileWatcher.on("changed",e=>this.processElementChange(e,"changed")),this.fileWatcher.on("deleted",e=>this.processElementChange(e,"deleted"))}async processElementChange(e,t){try{const n=Ta(e.relativePath);if(!n||!n.key||!n.type){console.debug(`Skipping file change - could not extract element reference from: ${e.relativePath}`);return}switch(console.debug(`Processing ${t} element: ${n.key} of type ${n.type}`),t){case"added":case"changed":await this.pushElement(n.type,{...e.data,key:n.key});break;case"deleted":break}}catch(n){console.error(`Failed to process event ${t} for element ${e.relativePath}:`,n)}}async pushElement(e,t){if(!Ot[e])throw new Error(`Unknown element type: ${e}`);const i={...t},r=await this.getWorkspaceData();delete i.integrationId;const a=this.matchElement(i,e,r);a?await this.handleExistingElement(e,i,a):await this.handleNewElement(e,i,r)}async handleExistingElement(e,t,n){const i=Ot[e],r=at.toCamelCase(oe[e].name);if(!this.hasParent(t)||this.elementIsCustomized(t)&&this.hasParent(t))await this.client[r](n.id).put(t),console.debug(`Updated ${t.integrationKey||"universal"} ${i.element} ${t.key}`);else if(this.hasParent(t))try{await this.client[r](n.id).reset(),console.debug(`Customization reset ${t.integrationKey||"universal"} ${i.element} ${t.key}`)}catch(a){throw console.debug("Error resetting element:",n,t),a}else console.warn(`Corrupted element detected. Manual migration required: ${t.integrationKey||"universal"} ${i.element} ${t.key}`)}async handleNewElement(e,t,n){const i=Ot[e],r=at.toCamelCase(oe[e].name),a=at.toCamelCase(oe[e].namePlural);if(this.hasParent(t)){try{await this.client[r]({key:t.key}).apply([t.integrationKey])}catch{try{await this.client[r]({key:t.key,integrationKey:t.integrationKey}).put(t)}catch{const u=this.findIntegrationId(t.integrationKey,n);await this.client[a].create({...t,integrationId:u})}}if(this.elementIsCustomized(t))try{await this.client[r]({key:t.key,integrationKey:t.integrationKey}).put(t),console.debug(`Applied & Customized ${t.integrationKey||"universal"} ${i.element} ${t.key}`)}catch(o){throw console.debug("Error customizing element:",t),o}else console.debug(`Applied universal ${i.element} ${t.key} to ${t.integrationKey}`)}else try{if(t.integrationKey){delete t.integration;const o=this.findIntegrationId(t.integrationKey,n);t.integrationId=o}await this.client[a].create(t),console.debug(`Created ${t.integrationKey||"universal"} ${i.element} ${t.key}`)}catch(o){throw console.debug(`Error creating element ${e}`,this.hasParent(t),t.integrationKey,t),o}}hasParent(e){return Object.keys(e).some(t=>/universal.*Id/g.test(t)||/parentId/g.test(t))}elementIsCustomized(e){return!!(e.integrationKey&&(e.customized||e.isCustomized))}matchElement(e,t,n){const i=n[t]?.filter(r=>r.key===e.key&&r.integrationKey===e.integrationKey&&!r.archivedAt);if(!(!i||i.length===0)){if(i.length>1)throw new Error(`More than one ${e.integrationKey||"universal"} ${t} with key ${e.key} found in the workspace`);return i[0]}}findIntegrationId(e,t){const n=t.integration?.find(i=>i.key===e);if(!n)throw new Error(`Integration with key ${e} not found`);return n.id}async getWorkspaceData(){const e=Date.now();if(this.lastCacheUpdate&&e-this.lastCacheUpdate<this.cacheExpirationTime)return this.workspaceDataCache;console.debug("Refreshing workspace data cache");const t={};try{const n=await this.client.integrations.findAll();t.integration=n.map(i=>({id:i.id,key:i.key,name:i.name}));for(const i of Object.keys(Ot)){const r=Ot[i];if(r.exportable!==!1)try{const a=[],o=await this.client[r.elements].findAll();if(a.push(...o),r.integrationSpecific)for(const c of n)try{const u=await this.client[r.elements].findAll({integrationId:c.id});a.push(...u.map(f=>({...f,integrationKey:c.key})))}catch(u){console.error(`Failed to fetch ${i} for integration ${c.key}:`,u)}t[i]=a}catch(a){console.error(`Failed to fetch ${i} elements:`,a),t[i]=[]}}return this.workspaceDataCache=t,this.lastCacheUpdate=e,console.debug("Workspace data cache refreshed successfully"),t}catch(n){return console.error("Failed to refresh workspace data cache:",n),Object.keys(this.workspaceDataCache).length>0?(console.debug("Using existing workspace data cache due to refresh failure"),this.workspaceDataCache):{integration:[]}}}}const lc={info:"\u{1F4DD}",success:"\u2728",warning:"\u26A0\uFE0F",error:"\u274C",debug:"\u{1F50D}"},uc={info:b.blue,success:b.green,warning:b.yellow,error:b.red,debug:b.gray};class x{static{l(this,"Logger")}static formatMessage(e,t,n={}){const i=n.timestamp?`${b.gray(new Date().toISOString())} `:"",r=n.prefix?`${b.gray(n.prefix)} `:"",a=n.suffix?` ${b.gray(n.suffix)}`:"",o=lc[t],c=uc[t];return`${i}${o} ${r}${c(e)}${a}`}static info(e,t){let n=b.blue;if(t?.color&&(n=b[t.color.toLowerCase()]||b.blue),t?.timestamp){const i=new Date().toLocaleTimeString();console.debug(`${b.gray(`[${i}]`)} ${n(e)}`)}else console.debug(n(e))}static group(e,t){}static groupEnd(){}static newLine(){}static success(e,t){console.debug(this.formatMessage(e,"success",t))}static warning(e,t){console.debug(this.formatMessage(e,"warning",t))}static error(e,t){console.error(this.formatMessage(e,"error",t))}static debug(e,t){t?.prefix?console.debug(b.gray(`[${t.prefix}] ${e}`),t.error?`
|
|
141
|
+
${b.red(t.error)}`:""):console.debug(b.gray(e),t?.error?`
|
|
142
|
+
${b.red(t.error)}`:"")}static step(e,t){}static header(e){console.debug(),console.debug(b.bold.cyan(`\u25B6 ${e}`)),console.debug()}static table(e,t){if(e.length===0)return;const n=t||Object.keys(e[0]),i=e.map(r=>{const a={};return n.forEach(o=>{a[o]=r[o]}),a});console.table(i,n)}static divider(){}}const br=jr(process.argv.slice(2)),fc=br.cwd?Nr(br.cwd):process.cwd(),dc=new Wo({cwd:fc});new cc(dc);function hc(s){s.command("open").description("Open the workspace in the browser").addHelpText("after",["","Examples:"," membrane open # Open workspace in browser",""].join(`
|
|
143
|
+
`)).action(async()=>{try{x.header("Opening Workspace in Browser"),x.info("Loading configuration...");const e=mt();if(!e)throw new Error("No membrane.config.yml found. Please run `membrane init` first.");if(!e.workspaceKey||!e.workspaceSecret)throw new Error("Missing workspace credentials");x.info("Retrieving workspace ID...");const n=`https://console.integration.app/w/${await ja(process.cwd())}`;x.info(`Opening ${n}...`);const{default:i}=await import("open");await i(n),x.success("Browser opened successfully")}catch(e){e instanceof Error&&(x.error(e.message),process.exit(1)),x.error("An unknown error occurred"),process.exit(1)}})}l(hc,"setupOpenCommand");const ie={[T.Integration]:{element:"integration",elements:"integrations",exportable:!1,exportCleanup:l(s=>({id:s.id,key:s.key,name:s.name,connectorId:s.connectorId,baseUri:s.baseUri,connectorVersion:s.connectorVersion}),"exportCleanup")},[T.Connector]:{element:"connector",elements:"connectors",exportable:!1},[T.Action]:{element:"action",elements:"actions",integrationSpecific:!0,exportCleanup:l(s=>(delete s.integration,s),"exportCleanup")},[T.AppDataSchema]:{element:"appDataSchema",elements:"appDataSchemas"},[T.AppEventType]:{element:"appEventType",elements:"appEventTypes"},[T.DataLinkTable]:{element:"dataLinkTable",elements:"dataLinkTables"},[T.DataSource]:{element:"dataSource",elements:"dataSources",integrationSpecific:!0},[T.FieldMapping]:{element:"fieldMapping",elements:"fieldMappings",integrationSpecific:!0,exportCleanup:l(s=>(delete s.dataSourceId,s),"exportCleanup")},[T.Flow]:{element:"flow",elements:"flows",integrationSpecific:!0}};function pc(s){return delete s.workspaceId,delete s.createdAt,delete s.updatedAt,delete s.revision,delete s.parentRevision,Object.keys(s).map(e=>{e.match(/universal.*Revision/g)&&delete s[e]}),s}l(pc,"baseExportCleanup");async function vr(s,e="full"){const t={};x.info("Getting remote workspace data");const n=await s.integrations.findAll();t.integration=n.map(i=>hs("integration",i));for(const i of Object.keys(ie)){const r=ie[i];if(r.exportable===!1)continue;const a=[];x.info(`Reading ${r.elements} from remote workspace`);const o=await s[r.elements].findAll();if(a.push(...o.map(c=>hs(i,c))),r.integrationSpecific)for(const c of n){const u=await s[r.elements].findAll({integrationId:c.id});a.push(...u.map(f=>(f.integrationKey=c.key,hs(i,f))))}a.length>0&&e=="full"&&(console.table(a.map(c=>({key:c.key,integrationKey:c.integrationKey,universal:!c.integrationKey})).reduce((c,u)=>(c||(c={}),c[u.key]||(c[u.key]={}),u.universal&&(c[u.key].universal=!0),u.integrationKey&&(c[u.key].integration?c[u.key].integration+=` ${u.integrationKey}`:c[u.key].integration=u.integrationKey),c),{})),console.groupEnd()),t[i]=a}return x.success("Remote workspace data retrieved successfully"),t}l(vr,"getWorkspaceData");function mc(s){const e={},t={};for(const n of Object.keys(s))if(e[n]=[],t[n]=[],ie[n]?.integrationSpecific)for(const r of s[n])r.integrationKey||r.integration||r.integrationId?t[n].push(r):e[n].push(r);else e[n].push(...s[n]);return{universalElements:e,integrationSpecificElements:t}}l(mc,"splitWorkspaceData");function hs(s,e){return e=pc(e),ie[s].exportCleanup?ie[s].exportCleanup(e):e}l(hs,"cleanUpForExport");function At(s){return Object.keys(s).some(e=>/universal.*Id/g.test(e)||/parentId/g.test(e))}l(At,"hasParent");function G(s,e){console.debug("\x1B[0m",`\x1B[${{Reset:"\x1B[0m",Bright:"\x1B[1m",Dim:"\x1B[2m",Underscore:"\x1B[4m",Blink:"\x1B[5m",Reverse:"\x1B[7m",Hidden:"\x1B[8m",Black:"\x1B[30m",Red:"\x1B[31m",Green:"\x1B[32m",Yellow:"\x1B[33m",Blue:"\x1B[34m",Magenta:"\x1B[35m",Cyan:"\x1B[36m",White:"\x1B[37m",Gray:"\x1B[90m",BgBlack:"\x1B[40m",BgRed:"\x1B[41m",BgGreen:"\x1B[42m",BgYellow:"\x1B[43m",BgBlue:"\x1B[44m",BgMagenta:"\x1B[45m",BgCyan:"\x1B[46m",BgWhite:"\x1B[47m",BgGray:"\x1B[100m"}[e]}`,s,"\x1B[0m")}l(G,"coloredLog");function Tt(s){return oe[s].apiPath}l(Tt,"getWorkspaceElementTypePath");function kr(s,e){for(const t of Object.keys(e))s[t]=[...s[t]||[],...e[t]];return s}l(kr,"mergeWorkspaceData");const _r=[T.Integration,T.Scenario,T.Action,T.Flow,T.AppDataSchema,T.AppEventType,T.DataLinkTable,T.DataSource,T.FieldMapping],yc="membrane",gc="membrane.config.yml";function ot(){const s=process.cwd(),e=ge.join(s,yc),t=ge.join(s,gc),n=e,i=ge.join(n,"workspace.yaml");return{membraneDirPath:e,configPath:t,payloadDirPath:n,workspaceDataFilePath:i}}l(ot,"getPaths");const wc="connectors",ps={};async function bc({client:s,basePath:e,allConnectors:t=!1}){const n=await s.integrations.findAll(),i=new Set,r={};for(const a of n){const o=a.connectorId,c=a.connectorVersion;if(!r[o]?.has(a.connectorVersion)){let u;try{u=await Oc({client:s,connectorId:o})}catch{console.error(`Failed to pull connector ${o}. Skipping...`);continue}(!!u.workspaceId||t)&&(i.has(o)||(await Ac({basePath:e,connector:u}),i.add(o)),r[o]||(r[o]=new Set),r[o].has(c)||(await Tc({client:s,connector:u,connectorVersion:c,basePath:e}),r[o].add(c)))}}}l(bc,"pullConnectors");async function vc({client:s,basePath:e,workspaceData:t,pushContext:n,workspaceId:i}){const r={};console.debug("[Push] Loading custom connectors");const a=s,o=await a.get(`/connectors?workspaceId=${i}`);console.debug("[Push] Loading public connectors"),t.connector=o;const c=ms(),u=R.existsSync(c)?R.readdirSync(c):[];for(const f of u){console.debug(`[Push] Loading connector from: ${f}`);const d=R.readdirSync(D.join(c,f)),h=await kc(f);if(delete h.baseUri,h.uuid&&t.connector?.find(w=>w.uuid==h.uuid))r[h.id]=t.connector.find(w=>w.uuid==h.uuid).id,G(`Matched ${h.name} uuid: ${h.uuid}`,"Blue");else if(!r[h.id]){console.debug(`Creating connector ${h.name} (${h.key})`);const w=await a.post("connectors",{...h,workspaceId:i});r[h.id]=w.id}const y=d.filter(w=>R.statSync(D.join(c,f,w)).isDirectory());for(const w of y)await Cc({client:s,connector:h,version:w,basePath:e,connectorId:r[h.id]})}n.connectorsMapping=r}l(vc,"pushConnectors");function ms(){const s=ot();return D.join(s.membraneDirPath,wc)}l(ms,"getConnectorsPath");async function kc(s){return de.load(R.readFileSync(D.join(ms(),s,`${s}.yml`),"utf8"))}l(kc,"readConnector");async function _c(s,e){return console.debug(`Zipping ${s} into ${e}`),new Promise((t,n)=>{const i=R.createWriteStream(e),r=Vr("zip",{zlib:{level:9}});i.on("close",()=>{G(`Successfully created ${e}`,"Green"),t()}),i.on("end",()=>{console.debug("Data has been drained")}),r.on("warning",o=>{o.code==="ENOENT"?console.warn(o):n(o)}),r.on("error",o=>{n(o)}),r.pipe(i);const a=R.readdirSync(s);for(const o of a){const c=D.join(s,o),u=R.statSync(c);u.isFile()?r.file(c,{name:o}):u.isDirectory()&&r.directory(c,o)}r.finalize()})}l(_c,"createZipArchive");async function Sc(s,e){return console.debug(`Unzipping into ${e}`),new Promise((t,n)=>{const i=Jr.Parse();i.on("entry",r=>{const a=r.path,o=r.type;if(r.vars.uncompressedSize,o==="Directory"){const c=D.join(e,a);R.mkdirSync(c,{recursive:!0}),r.autodrain()}else{const c=D.join(e,a),u=D.dirname(c);R.mkdirSync(u,{recursive:!0});const f=R.createWriteStream(c);r.pipe(f),f.on("finish",()=>{console.debug(`Extracted: ${a}`)})}}),i.on("end",()=>{G(`Successfully extracted to ${e}`,"Green"),t()}),i.on("error",r=>{n(r)}),i.write(s),i.end()})}l(Sc,"extractZipArchive");async function Cc({client:s,connector:e,version:t,connectorId:n,basePath:i}){const r=D.join(ms(),kn(e),t),a=D.join(r,"src");if(!R.existsSync(a)){console.debug(`No src directory found for ${e.name} version ${t}`);return}const o=D.join(r,`${t}.zip`);try{await _c(a,o);const c=new Zr;c.append("file",R.createReadStream(o)),console.debug(`Pushing connector version ${t} for ${e.name}`),await s.put(`connectors/${n}/versions/${t}`,c,{headers:c.getHeaders()}),G(`Successfully pushed connector version ${t} for ${e.name}`,"Green")}finally{R.existsSync(o)&&R.unlinkSync(o)}}l(Cc,"pushConnectorVersion");async function Oc({client:s,connectorId:e}){if(ps[e])return ps[e];const t=await s.get(`connectors/${e}`);return ps[e]=t,t}l(Oc,"getConnector");async function Ac({basePath:s,connector:e}){const t=D.join(s,kn(e));R.mkdirSync(t,{recursive:!0});const n=D.join(t,`${kn(e)}.yml`);R.writeFileSync(n,de.dump(e)),G(`Pulled connector ${e.name}`,"Green")}l(Ac,"pullConnector");async function Tc({client:s,connector:e,connectorVersion:t,basePath:n}){const i=D.join(n,kn(e)),r=D.join(i,t);try{const a=await s.get(`connectors/${e.id}/versions/${t}`),o=Buffer.from(a,"base64");await Sc(o,r),G(`Pulled connector version ${t} for ${e.name}`,"Green")}catch(a){console.debug(`Failed to pull connector version ${t} for ${e.name}:`,a)}}l(Tc,"pullConnectorVersion");function kn(s){return s.key}l(kn,"getConnectorDirName");function Rl(s){return s}l(Rl,"getConnectorVersionDirName");async function xc(s){const{outputPath:e,allConnectors:t,client:n}=s;await bc({client:n,basePath:e,allConnectors:t});const i=await vr(n);for(const r of Object.keys(i))if(i[r].length>0){try{R.readdirSync(e)}catch{R.mkdirSync(e,{recursive:!0})}const a=Tt(r);for(const o of i[r]){try{R.readdirSync(D.join(e,a,`${o.key}`))}catch{R.mkdirSync(D.join(e,a,`${o.key}`),{recursive:!0})}if(o.integration||o.integrationKey){const c=o.integration?o.integration.key:o.integrationKey;try{R.readdirSync(D.join(e,a,`${o.key}`,`${c}`))}catch{R.mkdirSync(D.join(e,a,`${o.key}`,`${c}`),{recursive:!0})}R.writeFileSync(D.join(e,a,`${o.key}`,`${c}`,`${c}.yaml`),de.dump(o))}else R.writeFileSync(D.join(e,a,o.key,`${o.key}.yaml`),de.dump(o))}}G(`Data written to ${e} successfully.`,"BgGreen")}l(xc,"pullWorkspace");const Ec="default";async function Nc(s,e){const t={iss:s,exp:Math.floor(Date.now()/1e3)+3600,isAdmin:!0};return Lt.sign(t,e)}l(Nc,"generateAccessToken$1");function $c(s){s.command("pull").description("Pull workspace data from specified workspace").option("-w, --workspace <workspace>","Workspace to pull from",Ec).option("-a, --all-connectors","Include store connectors in export",!1).addHelpText("after",["","Examples:"," membrane pull # Pull from default workspace"," membrane pull -w prod # Pull from prod workspace"," membrane pull -w dev # Pull from dev workspace"," membrane pull -a # Pull with all connectors"," membrane pull -w dev -a # Pull from dev workspace with all connectors",""].join(`
|
|
144
|
+
`)).action(async e=>{x.header("Pulling Workspace Data"),x.divider(),x.info("Loading configuration...");const t=mt();if(!t)throw new Error("No membrane.config.yml found. Please run `membrane init` first.");if(!t.workspaceKey||!t.workspaceSecret)throw new Error("Missing workspace credentials");const n=ot(),i=new It({token:await Nc(t.workspaceKey,t.workspaceSecret),apiUri:t.apiUri});x.info("Pulling from workspace..."),await xc({allConnectors:e.allConnectors,outputPath:n.membraneDirPath,client:i}),x.divider(),x.success("Pull completed successfully")})}l($c,"setupPullCommand");async function Ic(){const s={};for(const e of _r){x.info(`Loading ${oe[e].namePlural}`);const t=[],i=ot().membraneDirPath,r=[D.join(i,Tt(e))],a=D.join(i,at.toCamelCase(Tt(e)));r.includes(a)||r.push(a);for(const o of r)R.existsSync(o)&&t.push(...await Sr(o));s[e]=[...s[e]||[],...t]}return s}l(Ic,"readTopLevelElements");async function jc(){const s={},t=ot().membraneDirPath,n=D.join(t,Tt(T.Integration)),i=R.readdirSync(n);for(const r of i)if(R.statSync(D.join(n,r)).isDirectory()){const a=await Cr(n,r);for(const o of _r){const c=D.join(n,r,Tt(o)),u=await Sr(c);u.forEach(f=>{f.integrationKey=a?.key}),s[o]=[...s[o]||[],...u]}}return s}l(jc,"readIntegrationLevelElements");async function Sr(s){const e=[];if(!R.existsSync(s))return e;x.info(`Reading ${s}`);const t=R.readdirSync(s);for(const n of t){const i=await Cr(s,n);i&&(e.push(i),x.success(`Loaded ${n}`))}return e}l(Sr,"readWorkspaceElementsFromDir");async function Cr(s,e){const t=D.join(s,e),i=R.statSync(t).isDirectory()?D.join(t,`${e}.yaml`):t;if(R.existsSync(i))return de.load(R.readFileSync(i,"utf8"))}l(Cr,"readWorkspaceElementFromDirItem");async function Lc({basePath:s,client:e}){const n=(await e.get("org-workspace-id")).id,i=await vr(e,"minified"),r={};x.info("Loading local workspace data");const a=await Ic();kr(r,a);const o=await jc();kr(r,o);const{universalElements:c,integrationSpecificElements:u}=mc(r),f={connectorsMapping:{}};return await Rc({basePath:s,sourceData:r,workspaceData:i,pushContext:f,iApp:e,workspaceId:n}),i.integration=await e.integrations.findAll(),G("Syncing Universal Elements","BgBlue"),x.group("Syncing Universal Elements"),await Or(c,i,e),x.groupEnd(),G("Syncing Integration Specific Elements","BgBlue"),x.group("Syncing Integration Specific Elements"),await Or(u,i,e),x.groupEnd(),x.success("Data written successfully."),f}l(Lc,"pushWorkspace");async function Rc({basePath:s,sourceData:e,workspaceData:t,pushContext:n,iApp:i,workspaceId:r}){G("Matching imported integrations and connectors with existing ones","BgBlue"),await vc({client:i,basePath:s,workspaceData:t,pushContext:n,workspaceId:r});const a=[];for(const o of e.integration){const c=t.integration.find(f=>f.key==o.key),u={connectorId:o.connectorId,connectorVersion:o.connectorVersion,name:o.name,key:o.key};n.connectorsMapping[o.connectorId]&&(u.connectorId=n.connectorsMapping[o.connectorId]),c?(console.debug(`[Push] Updating integration ${o.key}`),await i.integration(c.id).patch(u)):(console.debug(`[Push] Creating integration ${o.key}`),await i.integrations.create(u)),G(`Imported integration ${o.name} (${o.key})`,"Green")}if(a.length>0)throw x.table(a.map(o=>({key:o.key,name:o.name}))),G("Integration missmatch errors. Make sure you have those applications in your destination workspace","BgRed"),new Error("Integration missmatch errors")}l(Rc,"syncIntegrations");async function Or(s,e,t){for(const n of Object.keys(s))if(ie[n]?.exportable!==!1)for(const r of s[n]){delete r.integrationId;const a=Pc(r,n,e),o=at.toCamelCase(oe[n].name),c=at.toCamelCase(oe[n].namePlural);if(a)if(!At(r)||Ar(r)&&At(r))await t[o](a.id).put(r),G(`Updated ${r.integrationKey||"universal"} ${ie[n].element} ${r.key}`,"Cyan");else if(At(r)){try{await t[o](a.id).reset()}catch(u){throw console.debug(a,r),u}G(`Customization reset ${r.integrationKey||"universal"} ${ie[n].element} ${r.key}`,"Magenta")}else G(`Corrupted. Migrate Manually ${r.integrationKey||"universal"} ${ie[n].element} ${r.key}`,"Red");else if(At(r)){try{await t[o]({key:r.key}).apply([r.integrationKey])}catch{try{await t[o]({key:r.key,integrationKey:r.integrationKey}).put(r)}catch{await t[c].create({...r,integrationId:e.integration.find(d=>d.key==r.integrationKey).id})}}if(Ar(r)){try{await t[o]({key:r.key,integrationKey:r.integrationKey}).put(r)}catch(u){throw console.debug(a,r),u}G(`Applied & Customized ${r.integrationKey||"universal"} ${ie[n].element} ${r.key}`,"Green")}else G(`Applied universal ${ie[n].element} ${r.key} to ${r.integrationKey} `,"Green")}else{try{r.integrationKey&&(delete r.integration,r.integrationId=e.integration.find(u=>u.key==r.integrationKey).id),await t[c].create(r)}catch(u){throw console.debug(`Error creating element ${n}`,At(r),r.integrationKey,r),u}G(`Created ${r.integrationKey||"universal"} ${ie[n].element} ${r.key}`,"Green")}}}l(Or,"syncElements");function Ar(s){return s.integrationKey&&(s.customized||s.isCustomized)}l(Ar,"elementIsCustomized");function Pc(s,e,t){const n=t[e]?.filter(i=>i.key==s.key&&i.integrationKey==s.integrationKey&&!i.archivedAt);if(n.length>1)throw new Error(`More than one ${s.integrationKey||"universal"} ${e} with key ${s.key} found in the workspace`);if(n.length==1)return n[0]}l(Pc,"matchElement");const Tr="default";async function Kc(s,e){const t={iss:s,exp:Math.floor(Date.now()/1e3)+3600,isAdmin:!0};return Lt.sign(t,e)}l(Kc,"generateAccessToken");function Dc(s){s.command("push").description("Push workspace data to specified workspace").option("-w, --workspace <workspace>","Workspace to push to",Tr).addHelpText("after",["","Examples:"," membrane push # Push to default workspace"," membrane push -w prod # Push to prod workspace"," membrane push -w dev # Push to dev workspace",""].join(`
|
|
145
|
+
`)).action(async e=>{try{x.header("Pushing Workspace Data"),x.info("Loading configuration...");const t=mt();if(!t)throw new Error("No membrane.config.yml found. Please run `membrane init` first.");if(!t.workspaceKey||!t.workspaceSecret)throw new Error("Missing workspace credentials");const n=e.workspace||Tr;x.info("Preparing push configuration...");const i=new It({token:await Kc(t.workspaceKey,t.workspaceSecret),apiUri:t.apiUri}),r=ot();x.info(`Pushing to workspace ${n}...`),await Lc({basePath:r.membraneDirPath,client:i}),x.success(`Push to workspace ${n} completed successfully`)}catch(t){t instanceof Error&&(x.error(t.message),process.exit(1)),x.error("An unknown error occurred"),process.exit(1)}})}l(Dc,"setupPushCommand");class Mc{static{l(this,"BaseRunner")}constructor(e){if(this.options=e,this.fsPaths=ot(),e&&typeof e=="object"){const t=e;"client"in t&&t.client&&(this.client=t.client),"workspace"in t&&(this.workspace=t.workspace)}}client;workspace;fsPaths}const Bc="claude-sonnet-4-20250514";class ks{static{l(this,"TestEnvironment")}client;connectionId;testsDir;testBasePath;options;llm;state={};constructor({connectionId:e,testsDir:t,testBasePath:n,client:i,options:r,llm:a}){this.client=i,this.connectionId=e,this.testsDir=t,this.testBasePath=n,this.llm=a,this.options=r}static async create({connectionId:e,testBasePath:t,options:n}){const i=mt();if(!i)throw new Error("No membrane.config.yml found. Please run `membrane init` first.");if(!i.workspaceKey||!i.workspaceSecret)throw new Error("Missing workspace credentials");if(!i.anthropicApiKey)throw new Error("Anthropic API key not configured. Run `membrane init` to set up testing.");const r=new It({token:await this.createMembraneToken(i),apiUri:i.apiUri}),a=new zr({apiKey:i.anthropicApiKey}),o={complete:l(async({prompt:c,maxTokens:u})=>{const f=await a.messages.create({model:Bc,max_tokens:u,messages:[{role:"user",content:c}]});return f.content[0].type==="text"?f.content[0].text:""},"complete")};return new ks({client:r,options:n,connectionId:e,testsDir:"src/testing/tests",testBasePath:t,llm:o})}async run(e){this.state={};const t={};for(const n of e)await n.run(),En(t,n.getResult());this.writeResults(t)}async readYaml(e){const t=D.join(this.testsDir,this.testBasePath,this.connectionId,e);if(R.existsSync(t))return de.load(R.readFileSync(t,"utf8"))}async writeYaml(e,t){const n=D.join(this.testsDir,this.testBasePath,this.connectionId,e);R.mkdirSync(D.dirname(n),{recursive:!0}),R.writeFileSync(n,de.dump(t,{noRefs:!0}))}writeResults(e){const t=D.join(this.testsDir,this.testBasePath,this.connectionId);R.mkdirSync(t,{recursive:!0});const n=D.join(t,"test-results.yaml");R.writeFileSync(n,de.dump(e,{noRefs:!0})),console.debug(`[TestRunner] Results written to: ${n}`)}static async createMembraneToken(e){const t=e.testCustomerId||"test-customer",n={id:t,name:t},i={issuer:e.workspaceKey,expiresIn:7200,algorithm:"HS512"};return Lt.sign(n,e.workspaceSecret,i)}}Gr.interpolate=/{{([\s\S]+?)}}/g;function ys(s,e){if(typeof s=="string"){const t=Wr(s),n={state:e,random:{number:l(()=>dt.number.int(),"number"),alphaNumeric:l(r=>dt.string.alphanumeric(r),"alphaNumeric")},faker:{company:{name:l(()=>dt.company.name(),"name"),catchPhrase:l(()=>dt.company.catchPhrase(),"catchPhrase")},internet:{email:l(()=>dt.internet.email(),"email")}},entries:e["journal-entries"],orders:e["purchase-orders"]||e["sales-orders"],bills:e["vendor-bills"]},i=t(n);return s.includes("{{")&&s.includes("}}")&&(console.debug(`[TEMPLATE] Input: ${s}`),console.debug(`[TEMPLATE] Output: ${i}`)),i}return Array.isArray(s)?s.map(t=>ys(t,e)):typeof s=="object"&&s!==null?Object.fromEntries(Object.entries(s).map(([t,n])=>[t,ys(n,e)])):s}l(ys,"processNode");function Fc(s,e){return ys(s,e)}l(Fc,"handleTemplate");class qc{static{l(this,"BaseTestSuite")}result;environment;constructor({environment:e}){this.environment=e,this.result={}}async run(){}getResult(){return this.result}async runTest(e){console.debug(`${b.bold.cyan("[start]")} ${b.yellow(e.path)}`);let t=!1,n=!1,i={},r={},a;for(;!t;)try{r=await e.readTestCase(),r||(r=await e.generateConfig(),await this.environment.writeYaml(e.getTestCasePath(),r),console.debug(`${b.bold.yellow("[initialized]")} ${b.yellow(e.path)}`)),a=Fc(r,this.environment.state),await e.run(a),console.debug(`${b.bold.green("[success]")} ${b.yellow(e.path)}`),t=!0,i=e.getResult(),An(this.result,e.path,i)}catch(c){if(console.error(`${b.bold.red("[error]")} ${b.yellow(e.path)}: ${c}`),this.environment.options.fix&&!n){n=!0;try{await e.fix(c);continue}catch(u){console.error(`${b.bold.red("[fix fail]")} ${b.yellow(e.path)}: ${u}`)}}An(this.result,e.path,{error:ce(c)}),t=!0,i={error:ce(c)}}const o={...a,result:i};await this.environment.writeYaml(e.getTestCasePath(),o)}async runTestSuite(e){await e.run(),En(this.result,e.getResult())}}class Ae{static{l(this,"BaseTester")}environment;level;logs;assertions;resultsLocator;path;constructor({environment:e,path:t}){this.environment=e,this.logs=[],this.assertions=[],this.path=t,this.level=0}async fix(e){const t=await this.readTestCase();if(!t)throw new Error(`No config found for test ${this.path}`);const n=await this.fixTestCase({config:t,error:e});console.debug(b.bold.yellow("[auto-fix]"),this.path),await this.environment.writeYaml(this.getTestCasePath(),n)}async readTestCase(){const e=this.getTestCasePath();return this.environment.readYaml(e)}async generateConfig(){return{}}async fixTestCase(e){throw new Error(`Auto-fix is not implemented for test ${this.path}`)}getResult(){return{logs:this.logs,assertions:this.assertions}}async assert(e,t,n){try{const i=await e();i?(this.logMsg(`\u2705 ${t}`),this.assertions.push({message:t,result:i})):(this.logMsg(`\u274C ${t}`),this.assertions.push({message:t,result:!1,details:n}))}catch(i){this.assertions.push({message:t,result:!1,details:ce(i)}),this.logMsg(`\u274C ${t}: ${i.message}`)}}logMsg(e){console.debug(`${" ".repeat(this.level*2)}${e}`)}getTestCasePath(){return`${this.path}.test.yml`}}function gs(s,e){const t={};for(const n in e){if(!(n in s)){t[n]=e[n];continue}const i=s[n],r=e[n];if(i&&r&&typeof i=="object"&&typeof r=="object"){if(Array.isArray(i)&&Array.isArray(r)){const a=r.filter(o=>!i.some(c=>{if(typeof c=="object"&&typeof o=="object"&&c!==null&&o!==null&&!Array.isArray(c)&&!Array.isArray(o)){for(const u in o)if(!(u in c)||!ws(c[u],o[u]))return!1;return!0}else return JSON.stringify(c)===JSON.stringify(o)}));a.length>0&&(t[n]=a)}else if(!Array.isArray(i)&&!Array.isArray(r)){const a=gs(i,r);a!==null&&(t[n]=a)}else t[n]=r;continue}ws(i,r)||(t[n]=r)}return Object.keys(t).length===0?null:t}l(gs,"getNotMatchingSubFields");function ws(s,e){if(s==e||s?.toString?.()===e?.toString?.())return!0;const t=new Date(s),n=new Date(e);return!isNaN(t.getTime())&&!isNaN(n.getTime())?t.getTime()===n.getTime():!1}l(ws,"softCompare");class Uc extends Ae{static{l(this,"DataCollectionCreateTester")}dataCollectionKey;dataCollection;constructor({environment:e,dataCollectionKey:t,dataCollection:n}){super({environment:e,path:`data/${t}/create`}),this.dataCollectionKey=t,this.dataCollection=n}async run(e){const t=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).create(e.input);await this.assert(()=>!!t.id,"Returned ID of a created record"),t.id&&(this.environment.state[this.dataCollectionKey]={createdRecordId:t.id});const n=Tn(this.dataCollection);if(this.dataCollection.findById){const r=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).findById({id:t.id});await this.assert(()=>!!r.record,"Record is returned from findById"),r.record&&(this.environment.state[this.dataCollectionKey]={createdRecordId:t.id,createdRecord:r.record.fields});const a=Ss(n),o=jt(e.input.fields,a,{skipUnknownFields:!0}),c=jt(r.record.fields,a),u=gs(c,o);await this.assert(()=>!u,"Returned fields match created fields",{difference:u,sentFields:o,receivedFields:c})}const i=Kr(n);if(i.length>0){const r={};i.forEach(o=>{const c=Dr(e.input.fields,o);typeof c<"u"&&An(r,o,c)});const a=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).create({fields:r});await this.assert(()=>!!a.id,"Record can be created with schema-defined required fields only")}}async generateConfig(){const e=Tn(this.dataCollection);if(!e?.properties)throw new Error("No fields schema found for data collection");return{input:{fields:await this.generateFieldsWithLLM(e)}}}async fixTestCase({config:e,error:t}){const n=ce(t),i=Tn(this.dataCollection),r=await this.getExampleRecordsForSchema(i),a=`I'm trying to create a data record in a data collection with the following fields schema:
|
|
146
|
+
|
|
147
|
+
${JSON.stringify(i,null,2)}
|
|
148
|
+
|
|
149
|
+
I tried to create a record with these fields:
|
|
150
|
+
|
|
151
|
+
${JSON.stringify(e.input?.fields,null,2)}
|
|
152
|
+
|
|
153
|
+
But got this error:
|
|
154
|
+
|
|
155
|
+
${JSON.stringify(n)}
|
|
156
|
+
|
|
157
|
+
${this.getExampleRecordsPrompt(r)}
|
|
158
|
+
|
|
159
|
+
Please analyze the error and provide:
|
|
160
|
+
1. A fixed fields object that would work (as a JSON object)
|
|
161
|
+
2. A short explanation of what was wrong with the original fields
|
|
162
|
+
|
|
163
|
+
Format your response as a JSON object with two fields:
|
|
164
|
+
{
|
|
165
|
+
"explanation": "short explanation of what was wrong and how you fixed it",
|
|
166
|
+
"fields": { ... fixed fields ... }
|
|
167
|
+
}.
|
|
168
|
+
|
|
169
|
+
Only return the JSON object, no other text or wrapping (like \`\`\`json or \`\`\`).`,o=await this.environment.llm.complete({prompt:a,maxTokens:1e4}),c=JSON.parse(o.trim());return console.warn(b.bold.yellow("[auto-fix]"),`${this.path}:`,c.explanation),{input:{fields:c.fields}}}async generateFieldsWithLLM(e){const t=await this.getExampleRecordsForSchema(e),n=`Generate a valid JSON object that matches this JSONSchema. Return only the JSON object, no other text.
|
|
170
|
+
|
|
171
|
+
${this.getExampleRecordsPrompt(t)}
|
|
172
|
+
|
|
173
|
+
JSONSchema:
|
|
174
|
+
${JSON.stringify(e,null,2)}.
|
|
175
|
+
|
|
176
|
+
Do not populate fields with null or empty strings, unless the schema explicitly requires it.
|
|
177
|
+
|
|
178
|
+
Only return the JSON object, no other text or wrapping (like \`\`\`json or \`\`\`).`,i=await this.environment.llm.complete({prompt:n,maxTokens:1e4});return JSON.parse(i.trim())}getExampleRecordsPrompt(e){return`When a field has a "referenceCollection" property, its value should be an ID of a record from that collection. Here are some example records you can use as references:
|
|
179
|
+
|
|
180
|
+
${Object.entries(e).map(([n,i])=>`Example records from collection "${n}":
|
|
181
|
+
${JSON.stringify(i,null,2)}`).join(`
|
|
182
|
+
|
|
183
|
+
`)}.
|
|
184
|
+
|
|
185
|
+
If you don't have an example for a given collection, leave the field empty instead of coming up with a fake record id.`}async findReferenceCollections(e){const t=new Set,n=[];return Cs(e,i=>{if(i.referenceCollection){const r=i.referenceCollection.key,a=i.referenceCollection.parameters,o=`${r}:${JSON.stringify(a||{})}`;t.has(o)||(t.add(o),n.push({key:r,parameters:a}))}return i}),n}async fetchExampleRecords(e){return(await this.environment.client.connection(this.environment.connectionId).dataCollection(e.key).list({parameters:e.parameters})).records.map(n=>({id:n.id,fields:n.fields}))}async getExampleRecordsForSchema(e){const t=await this.findReferenceCollections(e),n={};for(const i of t){const r=Os(i);n[r]=await this.fetchExampleRecords(i)}return n}}class Vc extends Ae{static{l(this,"DataCollectionDeleteTester")}dataCollectionKey;dataCollection;constructor({environment:e,dataCollectionKey:t,dataCollection:n}){super({environment:e,path:`data/${t}/delete`}),this.dataCollectionKey=t,this.dataCollection=n}async run(e){const t=this.environment.state[this.dataCollectionKey]?.createdRecordId||e?.input?.id;if(!t)throw new Error(`No ID found in state or config for ${this.dataCollectionKey} delete`);try{await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).delete({id:t})}catch(n){throw n}if(this.dataCollection.findById)try{await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).findById({id:t})}catch(n){if(n?.data?.data?.response?.status===404){await this.assert(()=>!0,"Record is not found after deletion");return}throw n}else await this.assert(()=>!0,"No findById capability, skipping verification")}async generateConfig(){let e=this.environment.state[this.dataCollectionKey]?.createdRecordId;if(!e){if(!this.dataCollection.list)throw new Error(`Can't find a record to test delete operation for ${this.dataCollectionKey}. List operation is not implemented for this data collection`);const t=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).list({});if(!t?.records?.length)throw new Error(`No records found to test delete for ${this.dataCollectionKey}`);e=t.records[0].id}return{input:{id:e}}}async fixTestCase({config:e,error:t}){const n=ce(t),i=`I'm trying to delete a record from a data collection.
|
|
186
|
+
|
|
187
|
+
I tried to delete a record with this ID:
|
|
188
|
+
|
|
189
|
+
${JSON.stringify(e.input?.id,null,2)}
|
|
190
|
+
|
|
191
|
+
But got this error:
|
|
192
|
+
|
|
193
|
+
${JSON.stringify(n)}
|
|
194
|
+
|
|
195
|
+
Please analyze the error and provide:
|
|
196
|
+
1. A fixed ID that would work (as a string)
|
|
197
|
+
2. A short explanation of what was wrong with the original ID
|
|
198
|
+
|
|
199
|
+
Format your response as a JSON object with two fields:
|
|
200
|
+
{
|
|
201
|
+
"explanation": "short explanation of what was wrong and how you fixed it",
|
|
202
|
+
"id": "fixed id"
|
|
203
|
+
}.
|
|
204
|
+
|
|
205
|
+
Only return the JSON object, no other text or wrapping (like \`\`\`json or \`\`\`).`,r=await this.environment.llm.complete({prompt:i,maxTokens:1e3}),a=JSON.parse(r.trim());return console.warn(b.bold.yellow("[auto-fix]"),`${this.path}:`,a.explanation),{input:{id:a.id}}}}class Zc extends Ae{static{l(this,"DataCollectionFindByIdTester")}dataCollectionKey;dataCollection;constructor({environment:e,dataCollectionKey:t,dataCollection:n}){super({environment:e,path:`data/${t}/find-by-id`}),this.dataCollectionKey=t,this.dataCollection=n}async run(e){const t=this.environment.state[this.dataCollectionKey]?.createdRecordId||e?.input?.id;if(!t)throw new Error(`No ID found in state or config for ${this.dataCollectionKey} find-by-id`);const n=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).findById({id:t});await this.assert(()=>!!n.record,"Record is returned from findById"),await this.assert(()=>n.record.id===t,"Returned record ID matches requested ID")}async generateConfig(){let e=this.environment.state[this.dataCollectionKey]?.createdRecordId;if(!e){if(!this.dataCollection.list)throw new Error(`Can't find a record to test findById operation for ${this.dataCollectionKey}. List operation is not implemented for this data collection`);const t=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).list({});if(!t?.records?.length)throw new Error(`No records found to test findById for ${this.dataCollectionKey}`);e=t.records[0].id}return{input:{id:e}}}async fixTestCase({config:e,error:t}){const n=ce(t),i=`I'm trying to find a record by ID in a data collection.
|
|
206
|
+
|
|
207
|
+
I tried to find a record with this ID:
|
|
208
|
+
|
|
209
|
+
${JSON.stringify(e.input?.id,null,2)}
|
|
210
|
+
|
|
211
|
+
But got this error:
|
|
212
|
+
|
|
213
|
+
${JSON.stringify(n)}
|
|
214
|
+
|
|
215
|
+
Please analyze the error and provide:
|
|
216
|
+
1. A fixed ID that would work (as a string)
|
|
217
|
+
2. A short explanation of what was wrong with the original ID
|
|
218
|
+
|
|
219
|
+
Format your response as a JSON object with two fields:
|
|
220
|
+
{
|
|
221
|
+
"explanation": "short explanation of what was wrong and how you fixed it",
|
|
222
|
+
"id": "fixed id"
|
|
223
|
+
}.
|
|
224
|
+
|
|
225
|
+
Only return the JSON object, no other text or wrapping (like \`\`\`json or \`\`\`).`,r=await this.environment.llm.complete({prompt:i,maxTokens:1e3}),a=JSON.parse(r.trim());return console.warn(b.bold.yellow("[auto-fix]"),`${this.path}:`,a.explanation),{input:{id:a.id}}}}class Jc extends Ae{static{l(this,"DataCollectionListTester")}dataCollectionKey;constructor({environment:e,dataCollectionKey:t}){super({environment:e,path:`data/${t}/list`}),this.dataCollectionKey=t}async run(e){const t=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).list(e.input);if(await this.assert(()=>Array.isArray(t.records),"Response has records field as array"),e.input.sort){const{field:n,direction:i}=e.input.sort,r=t.records;if(r.length>1)for(let a=1;a<r.length;a++){const o=r[a-1].fields[n],c=r[a].fields[n];o==null||c==null||(i==="asc"?await this.assert(()=>o<=c,`Records are sorted by ${n} in ascending order`):await this.assert(()=>o>=c,`Records are sorted by ${n} in descending order`))}}}async generateConfig(){return{input:{}}}async fixTestCase({config:e,error:t}){const n=ce(t),i=`I'm trying to list records from a data collection.
|
|
226
|
+
|
|
227
|
+
I tried to list records with these parameters:
|
|
228
|
+
|
|
229
|
+
${JSON.stringify(e.input,null,2)}
|
|
230
|
+
|
|
231
|
+
But got this error:
|
|
232
|
+
|
|
233
|
+
${JSON.stringify(n)}
|
|
234
|
+
|
|
235
|
+
Please analyze the error and provide:
|
|
236
|
+
1. Fixed parameters that would work (as a JSON object)
|
|
237
|
+
2. A short explanation of what was wrong with the original parameters
|
|
238
|
+
|
|
239
|
+
Format your response as a JSON object with two fields:
|
|
240
|
+
{
|
|
241
|
+
"explanation": "short explanation of what was wrong and how you fixed it",
|
|
242
|
+
"input": { ... fixed parameters ... }
|
|
243
|
+
}.
|
|
244
|
+
|
|
245
|
+
Only return the JSON object, no other text or wrapping (like \`\`\`json or \`\`\`).`,r=await this.environment.llm.complete({prompt:i,maxTokens:1e3}),a=JSON.parse(r.trim());return console.warn(b.bold.yellow("[auto-fix]"),`${this.path}:`,a.explanation),{input:a.input}}}class zc extends Ae{static{l(this,"DataCollectionMatchTester")}dataCollectionKey;dataCollection;constructor({environment:e,dataCollectionKey:t,dataCollection:n}){super({environment:e,path:`data/${t}/match`}),this.dataCollectionKey=t,this.dataCollection=n}async run(e){const t=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).match(e.input);await this.assert(()=>!!t.record,"Response contains a record");const n=t.record,r=(await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).findById({id:n.id})).record;for(const[a,o]of Object.entries(e.input.query)){const c=r.fields[a];await this.assert(()=>ws(c,o),`Record field ${a} matches input value - expected ${JSON.stringify(o)} got ${JSON.stringify(c)}`)}}async generateConfig(){if(!this.dataCollection.list)throw new Error(`Can't find a record to test match operation for ${this.dataCollectionKey}. List operation is not implemented for this data collection`);const e=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).list({});if(!e?.records?.length)throw new Error("No records found to test match");const t=e.records[0];if(!t?.fields)throw new Error("First record has no fields to match against");const n={},i=t.fields||{},r=Object.entries(i).filter(([a,o])=>a!=="links"&&o!=null&&o!=="").slice(0,1);if(r.length===0)throw new Error("No usable fields found in record for matching");for(const[a,o]of r)n[a]=o;return{input:{query:n}}}async fixTestCase({config:e,error:t}){const n=ce(t),i=`I'm trying to match a record in a data collection.
|
|
246
|
+
|
|
247
|
+
I tried to match a record with this query:
|
|
248
|
+
|
|
249
|
+
${JSON.stringify(e.input?.query,null,2)}
|
|
250
|
+
|
|
251
|
+
But got this error:
|
|
252
|
+
|
|
253
|
+
${JSON.stringify(n)}
|
|
254
|
+
|
|
255
|
+
Please analyze the error and provide:
|
|
256
|
+
1. Fixed query that would work (as a JSON object)
|
|
257
|
+
2. A short explanation of what was wrong with the original query
|
|
258
|
+
|
|
259
|
+
Format your response as a JSON object with two fields:
|
|
260
|
+
{
|
|
261
|
+
"explanation": "short explanation of what was wrong and how you fixed it",
|
|
262
|
+
"query": { ... fixed query ... }
|
|
263
|
+
}.
|
|
264
|
+
|
|
265
|
+
Only return the JSON object, no other text or wrapping (like \`\`\`json or \`\`\`).`,r=await this.environment.llm.complete({prompt:i,maxTokens:1e3}),a=JSON.parse(r.trim());return console.warn(b.bold.yellow("[auto-fix]"),`${this.path}:`,a.explanation),{input:{query:a.query}}}}class Wc extends Ae{static{l(this,"DataCollectionSearchTester")}dataCollectionKey;dataCollection;constructor({environment:e,dataCollectionKey:t,dataCollection:n}){super({environment:e,path:`data/${t}/search`}),this.dataCollectionKey=t,this.dataCollection=n}async run(e){const t=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).search(e.input);await this.assert(()=>Array.isArray(t.records),"Response has records field as array");const n=t.records.some(i=>i.id===e.expectedRecordId);n||console.debug(b.yellow(`Search query "${e.input.query}" did not return expected record`)),await this.assert(()=>n,"Search returns expected record")}async generateConfig(){if(!this.dataCollection.list)throw new Error(`Can't find a record to test search operation for ${this.dataCollectionKey}. List operation is not implemented for this data collection`);const e=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).list({});if(!e.records.length)throw new Error("No records found to test search");const t=e.records[0],n=await this.getSearchQueryWithLLM(t.fields);if(!n)throw new Error("Unable to generate search query. LLM could not identify a suitable field value from the record to use as the search query.");return{input:{query:n},expectedRecordId:t.id}}async getSearchQueryWithLLM(e){const t=`You are given the fields of a record from a data collection. Identify the BEST single field value that a user is MOST likely to type when searching for this record (e.g. name, title, email, external id). Ignore null, empty strings, technical IDs, HTML, and timestamps unless they are obviously human-searchable. Make sure the field value is as unique as possible for this record. RETURN ONLY the field value as a plain string. No additional text, no JSON, no quotes.
|
|
266
|
+
|
|
267
|
+
Record fields:
|
|
268
|
+
${JSON.stringify(e,null,2)}
|
|
269
|
+
|
|
270
|
+
Field value:`;try{return(await this.environment.llm.complete({prompt:t,maxTokens:1e3})).trim()||null}catch{return null}}async fixTestCase({config:e,error:t}){const n=ce(t),i=`I'm trying to search records in a data collection.
|
|
271
|
+
|
|
272
|
+
I tried to search records with these parameters:
|
|
273
|
+
|
|
274
|
+
${JSON.stringify(e.input,null,2)}
|
|
275
|
+
|
|
276
|
+
But got this error:
|
|
277
|
+
|
|
278
|
+
${JSON.stringify(n)}
|
|
279
|
+
|
|
280
|
+
Please analyze the error and provide:
|
|
281
|
+
1. Fixed parameters that would work (as a JSON object)
|
|
282
|
+
2. A short explanation of what was wrong with the original parameters
|
|
283
|
+
|
|
284
|
+
Format your response as a JSON object with two fields:
|
|
285
|
+
{
|
|
286
|
+
"explanation": "short explanation of what was wrong and how you fixed it",
|
|
287
|
+
"input": { ... fixed parameters ... }
|
|
288
|
+
}.
|
|
289
|
+
|
|
290
|
+
Only return the JSON object, no other text or wrapping (like \`\`\`json or \`\`\`).`,r=await this.environment.llm.complete({prompt:i,maxTokens:1e3}),a=JSON.parse(r.trim());return console.warn(b.bold.yellow("[auto-fix]"),`${this.path}:`,a.explanation),{input:a.input,expectedRecordId:e.expectedRecordId}}}class Gc extends Ae{static{l(this,"DataCollectionSpecTester")}dataCollection;constructor({environment:e,dataCollectionKey:t,dataCollection:n}){super({environment:e,path:`data/${t}/spec`}),this.dataCollection=n}async run(){const e=Object.keys(this.dataCollection.fieldsSchema).length;await this.assert(()=>e>0,"Fields schema has field definitions")}}class Yc extends Ae{static{l(this,"DataCollectionUpdateTester")}dataCollectionKey;dataCollection;constructor({environment:e,dataCollectionKey:t,dataCollection:n}){super({environment:e,path:`data/${t}/update`}),this.dataCollectionKey=t,this.dataCollection=n}async run(e){const t=this.environment.state[this.dataCollectionKey]?.createdRecordId||e?.input?.id;if(!t)throw new Error(`No ID found in state or config for ${this.dataCollectionKey} update`);const n=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).update({...e.input,id:t});if(await this.assert(()=>!!n.id,"Returned ID of updated record"),this.environment.state[this.dataCollectionKey]||(this.environment.state[this.dataCollectionKey]={}),this.environment.state[this.dataCollectionKey].createdRecordId=n.id,this.dataCollection.findById){const i=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).findById({id:n.id});await this.assert(()=>!!i.record,"Record is returned from findById");const r=xn(this.dataCollection),a=Ss(r),o=jt(e.input.fields,a,{skipUnknownFields:!0}),c=jt(i.record.fields,a),u=gs(c,o);await this.assert(()=>!u,"Returned fields match updated fields",{difference:u,sentFields:o,receivedFields:c})}}async generateConfig(){let e=this.environment.state[this.dataCollectionKey]?.createdRecordId;if(!e){if(!this.dataCollection.list)throw new Error(`Can't find a record to test update operation for ${this.dataCollectionKey}. List operation is not implemented for this data collection`);const i=await this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).list({});if(!i?.records?.length)throw new Error(`No records found to test update for ${this.dataCollectionKey}`);e=i.records[0].id}const t=xn(this.dataCollection);if(!t?.properties)throw new Error("No fields schema found for data collection");const n=await this.generateFieldsWithLLM(t);return{input:{id:e,fields:n}}}async fixTestCase({config:e,error:t}){const n=ce(t),i=xn(this.dataCollection),r=await this.getExampleRecordsForSchema(i),a=`I'm trying to update a data record in a data collection with the following fields schema:
|
|
291
|
+
|
|
292
|
+
${JSON.stringify(i,null,2)}
|
|
293
|
+
|
|
294
|
+
I tried to update a record with ID "${e.input?.id}" and these fields:
|
|
295
|
+
|
|
296
|
+
${JSON.stringify(e.input?.fields,null,2)}
|
|
297
|
+
|
|
298
|
+
But got this error:
|
|
299
|
+
|
|
300
|
+
${JSON.stringify(n)}
|
|
301
|
+
|
|
302
|
+
${this.getExampleRecordsPrompt(r)}
|
|
303
|
+
|
|
304
|
+
Please analyze the error and provide:
|
|
305
|
+
1. A fixed fields object that would work (as a JSON object)
|
|
306
|
+
2. A short explanation of what was wrong with the original fields
|
|
307
|
+
|
|
308
|
+
Format your response as a JSON object with two fields:
|
|
309
|
+
{
|
|
310
|
+
"explanation": "short explanation of what was wrong and how you fixed it",
|
|
311
|
+
"fields": { ... fixed fields ... }
|
|
312
|
+
}.
|
|
313
|
+
|
|
314
|
+
Only return the JSON object, no other text or wrapping (like \`\`\`json or \`\`\`).`,o=await this.environment.llm.complete({prompt:a,maxTokens:1e4}),c=JSON.parse(o.trim());return console.warn(b.bold.yellow("[auto-fix]"),`${this.path}:`,c.explanation),{input:{id:e.input.id,fields:c.fields}}}async generateFieldsWithLLM(e){const t=await this.getExampleRecordsForSchema(e),n=`Generate a valid JSON object that matches this JSONSchema. Return only the JSON object, no other text.
|
|
315
|
+
|
|
316
|
+
${this.getExampleRecordsPrompt(t)}
|
|
317
|
+
|
|
318
|
+
JSONSchema:
|
|
319
|
+
${JSON.stringify(e,null,2)}.
|
|
320
|
+
|
|
321
|
+
Do not populate fields with null or empty strings, unless the schema explicitly requires it.
|
|
322
|
+
|
|
323
|
+
Only return the JSON object, no other text or wrapping (like \`\`\`json or \`\`\`).`,i=await this.environment.llm.complete({prompt:n,maxTokens:1e4});return JSON.parse(i.trim())}getExampleRecordsPrompt(e){return`When a field has a "referenceCollection" property, its value should be an ID of a record from that collection. Here are some example records you can use as references:
|
|
324
|
+
|
|
325
|
+
${Object.entries(e).map(([n,i])=>`Example records from collection "${n}":
|
|
326
|
+
${JSON.stringify(i,null,2)}`).join(`
|
|
327
|
+
|
|
328
|
+
`)}.
|
|
329
|
+
|
|
330
|
+
If you don't have an example for a given collection, leave the field empty instead of coming up with a fake record id.`}async findReferenceCollections(e){const t=new Set,n=[];return Cs(e,i=>{if(i.referenceCollection){const r=i.referenceCollection.key,a=i.referenceCollection.parameters,o=`${r}:${JSON.stringify(a||{})}`;t.has(o)||(t.add(o),n.push({key:r,parameters:a}))}return i}),n}async fetchExampleRecords(e){return(await this.environment.client.connection(this.environment.connectionId).dataCollection(e.key).list({parameters:e.parameters})).records.map(n=>({id:n.id,fields:n.fields}))}async getExampleRecordsForSchema(e){const t=await this.findReferenceCollections(e),n={};for(const i of t){const r=Os(i);n[r]=await this.fetchExampleRecords(i)}return n}}const bs={spec:{testerClass:Gc},create:{testerClass:Uc,operationKey:"create"},"find-by-id":{testerClass:Zc,operationKey:"findById"},list:{testerClass:Jc,operationKey:"list"},match:{testerClass:zc,operationKey:"match"},search:{testerClass:Wc,operationKey:"search"},update:{testerClass:Yc,operationKey:"update"},delete:{testerClass:Vc,operationKey:"delete"}};class Hc extends qc{static{l(this,"DataCollectionTestSuite")}dataCollectionKey;testMethod;constructor({environment:e,dataCollectionKey:t,testMethod:n}){super({environment:e}),this.dataCollectionKey=t,this.testMethod=n}async run(){const e=await this.fetchDataCollection(),t=this.testMethod?[this.createTester(this.testMethod,e)]:this.createAllAvailableTesters(e);x.info("\u{1F680} Running tests...");for(const n of t)await this.runTest(n);this.displayTestSummary(t.length)}async fetchDataCollection(){return this.environment.client.connection(this.environment.connectionId).dataCollection(this.dataCollectionKey).get()}isOperationAvailable(e,t){return t?!!e[t]:!0}createTester(e,t){const n=bs[e];if(!n)throw new Error(`Unknown test method "${e}". Available: ${this.getAvailableTestMethods(t).join(", ")}`);const i="operationKey"in n?n.operationKey:void 0;if(!this.isOperationAvailable(t,i))throw new Error(`${i} operation not available for data collection "${this.dataCollectionKey}"`);return this.instantiateTester(n,t)}createAllAvailableTesters(e){return Object.entries(bs).filter(([,t])=>{const n="operationKey"in t?t.operationKey:void 0;return this.isOperationAvailable(e,n)}).map(([,t])=>this.instantiateTester(t,e))}instantiateTester(e,t){const n={environment:this.environment,dataCollectionKey:this.dataCollectionKey,dataCollection:t};return new e.testerClass(n)}getAvailableTestMethods(e){return Object.entries(bs).filter(([,t])=>{const n="operationKey"in t?t.operationKey:void 0;return this.isOperationAvailable(e,n)}).map(([t])=>t)}displayTestSummary(e){x.info(`\u{1F4CA} ${e} test${e===1?"":"s"} executed`)}}class Qc extends Mc{static{l(this,"TestRunner")}constructor(e){super(e)}async initialize(){x.debug("Initializing test runner",{prefix:"TestRunner"})}async run(){try{const{testPath:e,path:t,fix:n}=this.options,i=e.split("/");i.length<2&&(x.error("Invalid test path. Expected format: <type>/<name>[/additional/path][/method]"),process.exit(1));const[r,a,...o]=i;r!=="connectors"&&(x.error(`Test type "${r}" is not yet fully implemented. Currently only "connectors" is fully supported.`),x.error("Supported test types: connectors"),process.exit(1));const c=a,u=r,f=[...o,...t?t.split("/"):[]].join("/"),d=await ks.create({connectionId:c,testBasePath:u,options:{fix:n}}),y=await d.client.get(`connections/${c}/data`),w=[],p=f?f.split("/"):[];if(p.length===0||p[0]==="data"){p[0]==="data"&&p.shift();let k,_;p.length>=1&&(_=p[0],p.length>=2&&p[1].trim()!==""&&(k=p[1]));for(const A of y){if(_&&_!==A.key)continue;const E=new Hc({environment:d,dataCollectionKey:A.key,testMethod:k});w.push(E)}}w.length===0&&(x.error(`No test suites found for path: ${e}${f?"/"+f:""}`),process.exit(1));const m={};for(const k of w){await k.run();const _=k.getResult();x.debug(`Suite ${k.constructor.name} result:`,{prefix:"TestRunner"}),En(m,_)}console.debug("[TestRunner] All results collected:",Object.keys(m)),d.writeResults(m)}catch(e){throw console.error("Error in TestRunner.run():",e),e}}}const _n=l(()=>[b.yellow("\u250C\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510"),b.yellow("\u2502 \u26A0\uFE0F EXPERIMENTAL FEATURE WARNING \u2502"),b.yellow("\u251C\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2524"),b.yellow("\u2502 The test command is experimental and subject to rapid changes. \u2502"),b.yellow("\u2502 Features, APIs, and file structures may change without notice. \u2502"),b.yellow("\u2502 Use in production environments is not recommended. \u2502"),b.yellow("\u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518"),""].join(`
|
|
331
|
+
`),"createExperimentalWarning");function Xc(s){s.command("test").description("\u26A0\uFE0F EXPERIMENTAL: Test management commands - This feature is experimental and will be changing rapidly. Use at your own risk.").addHelpText("after",_n()).action(async()=>{console.warn(_n()),x.error("Please specify a subcommand. Use --help for available options."),process.exit(1)}).command("run").description("Run integration tests for various membrane components").argument("<testPath>",'Test path (e.g., "connectors/netsuite", "actions/create-contact", "connectors/hubspot/data/contacts", "connectors/netsuite/data/contacts/create")').option("-p, --path <path>","Additional path filter within the test scope").option("--fix","Enable auto-fix for test issues").addHelpText("after",["",b.bold("Examples:"),` ${b.gray("\u25B8")} ${b.cyan("membrane test run connectors/netsuite")} # Test all data collections for netsuite connector`,` ${b.gray("\u25B8")} ${b.cyan("membrane test run connectors/netsuite/data/contacts")} # Test specific data collection`,` ${b.gray("\u25B8")} ${b.cyan("membrane test run connectors/netsuite/data/contacts/create")} # Test specific method for data collection`,` ${b.gray("\u25B8")} ${b.cyan("membrane test run connectors/netsuite/data/contacts/delete")} # Test delete method for data collection`,` ${b.gray("\u25B8")} ${b.cyan("membrane test run actions/create-contact")} # Test specific action`,` ${b.gray("\u25B8")} ${b.cyan("membrane test run connectors/hubspot/events")} # Test events for hubspot`,` ${b.gray("\u25B8")} ${b.cyan("membrane test run connectors/salesforce --fix")} # Run tests with auto-fix enabled`,"",b.gray("For more information, visit:"),b.blue(" https://docs.integration.app/cli"),"",_n()].join(`
|
|
332
|
+
`)).action(async(t,n)=>{try{console.warn(_n()),t||(x.error("Test path is required"),process.exit(1)),x.header(`Testing: ${t}`);const i=new Qc({testPath:t,path:n.path,fix:n.fix});await i.initialize(),await i.run(),x.success("Tests completed")}catch(i){i instanceof Error&&(x.error(i.message),process.exit(1)),x.error("An unknown error occurred"),process.exit(1)}})}l(Xc,"setupTestCommand");const el=l(()=>{try{const s=qr(import.meta.url),e=$r(s),t=Ir(e,"..","package.json");return JSON.parse(Lr(t,"utf-8")).version}catch{return"1.0.0"}},"getPackageVersion"),xr=el();function tl(){const s=new Ur().name("membrane").description("Command-line interface for Membrane Agent").version(xr,"-v, --version","Output the version number");s.configureHelp({sortSubcommands:!0,subcommandTerm:l(e=>b.cyan(e.name()),"subcommandTerm"),commandUsage:l(e=>e.name()==="membrane"?`${b.cyan(e.name())} ${b.gray("[options]")} ${b.cyan("[command]")}`:e.usage(),"commandUsage"),optionTerm:l(e=>{const t=e.flags;return`${b.gray("\u25B8")} ${b.cyan(t)}`},"optionTerm"),subcommandDescription:l(e=>b.gray(e.description()),"subcommandDescription"),optionDescription:l(e=>b.gray(e.description),"optionDescription"),commandDescription:l(e=>b.gray(e.description()),"commandDescription")}),s.addHelpText("beforeAll",`
|
|
333
|
+
${b.bold.cyan("Membrane Agent CLI")} ${b.gray(`v${xr}`)}
|
|
334
|
+
|
|
335
|
+
`),$c(s),Dc(s),Xc(s),hc(s),process.argv.length===2&&(s.outputHelp(),process.exit(0)),s.parse()}l(tl,"runCLI"),tl();
|