@fern-api/csharp-dynamic-snippets 2.31.0 → 2.32.0
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/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ ${l}`);this.isAtStartOfLine()&&(p=l+p),n&&(p+=`
|
|
|
14
14
|
`)}indent(){this.indentLevel++}dedent(){this.indentLevel--}delimit({nodes:t,delimiter:r,writeFunction:n}){if(t.length>0){let i=t[0];i!=null&&n(i);for(let l=1;l<t.length;l++){this.write(r);let p=t[l];p!=null&&n(p)}}}toString(){return this.buffer}writeInternal(t){if(t.length===0)return;let r=!this.lastCharacterIsNewline;this.hasWrittenAnything=!0,this.lastCharacterIsNewline=t.endsWith(`
|
|
15
15
|
`),this.lastCharacterIsSemicolon=t.endsWith(";");let n=t.split(`
|
|
16
16
|
`),i=Ne&&!this.shouldSkipTracking(n)&&this.lastCharacterIsNewline;r&&(this.lastLine=`${this.lastLine}${n.shift()||""}`),this.lastCharacterIsNewline&&n.pop(),this.lineBuffer.push(...n),i&&this.appendTrackingComment()}set lastLine(t){this.lineBuffer.length>0?this.lineBuffer[this.lineBuffer.length-1]=t:this.lineBuffer.push(t)}get lastLine(){return this.lineBuffer[this.lineBuffer.length-1]||""}shouldSkipTracking(t){return!1}formatStack(t,r=""){return t.map(n=>`${r?`(${r}) `:""} ${n.fn} - ${n.path} : ${n.position}`)}filterStack(t){return t.filter(r=>!r.fn.startsWith(`${this.constructor.name}.`))}appendTrackingComment(){let t=[...this.formatStack(this.filterStack(jr({maxFrames:15,skip:3}))),...this.formatStack(this.filterStack(this.nodeStackFrames),"node")];switch(this.nodeStackFrames.length=0,Ai){case"single":return this.singleLineTrackingComment(t);case"multiline":return this.multiLineTrackingComment(t);case"box":return this.boxTrackingComment(t)}}singleLineTrackingComment(t){this.lastLine=`${this.lastLine} // ${t.join(" ")}`}multiLineTrackingComment(t){this.lineBuffer.push(...t.map(r=>` // ${r}`))}boxTrackingComment(t){this.lineBuffer.push("/*",...t.map(r=>` ${r}`),"*/")}isAtStartOfLine(){return this.lastCharacterIsNewline||!this.hasWrittenAnything}getIndentString(){return" ".repeat(this.indentLevel*this.getTabSize())}getTabSize(){return Jp}};a();o();u();function Ln(e){return e?.name!=null&&e?.assignment!=null}function Ci(e){return e.length>0&&e[0]!=null&&Ln(e[0])}a();o();u();var qr=class extends ze{constructor({condition:r,true_:n,false_:i}){super();f(this,"condition");f(this,"true_");f(this,"false_");this.condition=r,this.true_=n,this.false_=i}write(r){r.writeNode(this.condition),r.write(" ? "),r.writeNode(this.true_),r.write(" : "),r.writeNode(this.false_)}};a();o();u();a();o();u();a();o();u();var vr=class{constructor(){f(this,"reporter");f(this,"snippet");f(this,"err");this.snippet=void 0,this.reporter=void 0,this.err=void 0}update({context:t,snippet:r}){this.shouldUpdate({snippet:r,reporter:t.errors})&&(this.reporter=t.errors.clone(),this.snippet=r)}getResponseOrThrow({endpoint:t}){if(this.snippet!=null&&this.reporter!=null)return{snippet:this.snippet,errors:this.reporter.toDynamicSnippetErrors()};throw this.err??new Error(`Failed to generate snippet for endpoint "${t.method} ${t.path}"`)}shouldUpdate({snippet:t,reporter:r}){return this.reporter==null||this.reporter.size()>0&&r.size()===0?!0:t.length>(this.snippet?.length??0)}};var Gr=class{constructor(t){f(this,"context");this.context=t}async generate(t,r={}){let n=this.resolveEndpoints({request:t,options:r});if(n.length===0)throw new Error(`No endpoints found that match "${t.endpoint.method} ${t.endpoint.path}"`);let i=new vr;for(let l of n){let p=this.context.clone(),x=this.createSnippetGenerator(p);try{let T=await x.generateSnippet({endpoint:l,request:t,options:r});if(p.errors.empty())return{snippet:T,errors:void 0};i.update({context:p,snippet:T})}catch(T){i.err==null&&(i.err=T)}}return i.getResponseOrThrow({endpoint:t.endpoint})}async generateSnippetAst(t,r={}){let n=this.resolveEndpoints({request:t,options:r});if(n.length===0)throw new Error(`No endpoints found that match "${t.endpoint.method} ${t.endpoint.path}"`);let i;for(let l of n){let p=this.context.clone(),x=this.createSnippetGenerator(p);try{return await x.generateSnippetAst({endpoint:l,request:t,options:r})}catch(T){i=T}}throw i??new Error(`Failed to generate snippet AST for endpoint: ${t.endpoint.method} ${t.endpoint.path}`)}generateSync(t,r={}){let n=this.resolveEndpoints({request:t,options:r});if(n.length===0)throw new Error(`No endpoints found that match "${t.endpoint.method} ${t.endpoint.path}"`);let i=new vr;for(let l of n){let p=this.context.clone(),x=this.createSnippetGenerator(p);try{let T=x.generateSnippetSync({endpoint:l,request:t,options:r});if(p.errors.empty())return{snippet:T,errors:void 0};i.update({context:p,snippet:T})}catch(T){i.err==null&&(i.err=T)}}return i.getResponseOrThrow({endpoint:t.endpoint})}resolveEndpoints({request:t,options:r}){if(r.endpointId!=null){let n=this.context.resolveEndpointById(r.endpointId);if(n==null)throw new Error(`No endpoint found with ID "${r.endpointId}"`);return[n]}return this.context.resolveEndpointLocationOrThrow(t.endpoint)}};a();o();u();a();o();u();a();o();u();var $r=class{constructor(){f(this,"REFERENCE_REGEX",/^(?:(\w+)::)?(GET|POST|PUT|DELETE|PATCH|HEAD)\s(\/\S*)$/)}validate(t){return this.REFERENCE_REGEX.test(t)?{type:"valid"}:{type:"invalid"}}tryParse(t){if(this.validate(t).type==="invalid")return;let n=t.match(this.REFERENCE_REGEX);if(!(n==null||n[2]==null||n[3]==null))return{namespace:n[1],method:n[2],path:n[3]}}};a();o();u();var J={Critical:"CRITICAL",Warning:"WARNING"},Wr=class e{constructor(){f(this,"errors");f(this,"path");this.errors=[],this.path=[]}add(t){this.errors.push({...t,path:[...this.path]})}scope(t){this.path.push(t)}unscope(){this.path.pop()}getBySeverity(t){return this.errors.filter(r=>r.severity===t)}empty(){return this.errors.length===0}size(){return this.errors.length}truncate(t){this.errors.length=t}clone(){let t=new e;return t.errors=[...this.errors],t.path=[...this.path],t}reset(){this.errors=[],this.path=[]}toDynamicSnippetErrors(){return this.errors.map(t=>({severity:t.severity,path:t.path!=null?this.pathToStringArray(t.path):void 0,message:t.message}))}pathToStringArray(t){let r=[];for(let n of t){if(typeof n=="string"){r.push(n);continue}r[r.length-1]+=`[${n.index}]`}return r}};var Hr=class{constructor({ir:t,config:r,options:n={}}){f(this,"config");f(this,"options");f(this,"errors");f(this,"_ir");f(this,"httpEndpointReferenceParser");this._ir=t,this.config=r,this.options=n,this.errors=new Wr,this.httpEndpointReferenceParser=new $r}associateQueryParametersByWireValue({parameters:t,values:r}){let n=[];for(let[i,l]of Object.entries(r))if(l!==void 0){this.errors.scope(i);try{let p=t.find(T=>T.name.wireValue===i);if(p==null)throw this.newParameterNotRecognizedError(i);let x=this.isListTypeReference(p.typeReference)&&!Array.isArray(l)?[l]:l;n.push({name:p.name,typeReference:p.typeReference,value:x})}finally{this.errors.unscope()}}return n}associateByWireValueOrDefault({parameters:t,values:r}){let n=[];for(let i of t){this.errors.scope(i.name.wireValue);try{let l=r[i.name.wireValue];if(l==null)if(i.typeReference.type==="primitive"&&i.typeReference.value==="STRING")l=`<${i.name.wireValue}>`;else{this.errors.add({severity:J.Critical,message:this.newParameterNotRecognizedError(i.name.wireValue).message});continue}n.push({name:i.name,typeReference:i.typeReference,value:l})}finally{this.errors.unscope()}}return n}associateByWireValue({parameters:t,values:r,ignoreMissingParameters:n}){let i=[];for(let[l,p]of Object.entries(r))if(p!==void 0){this.errors.scope(l);try{let x=t.find(T=>T.name.wireValue===l);if(x==null){if(n)continue;this.errors.add({severity:J.Critical,message:this.newParameterNotRecognizedError(l).message});continue}i.push({name:x.name,typeReference:x.typeReference,value:p})}finally{this.errors.unscope()}}return i}getExampleObjectProperties({parameters:t,snippetObject:r}){let n=typeof r=="object"&&r!==null&&!Array.isArray(r)?r:{},i=[];for(let l of t){let p=n[l.name.wireValue];p==null?l.typeReference.type==="nullable"&&i.push({name:l.name,typeReference:l.typeReference,value:null}):i.push({name:l.name,typeReference:l.typeReference,value:p})}return i}getSingleFileValue({property:t,record:r}){let n=r[t.wireValue];if(n!=null){if(typeof n!="string"){this.errors.add({severity:J.Critical,message:`Expected file value to be a string, got ${typeof n}`});return}return n}}getFileArrayValues({property:t,record:r}){let n=r[t.wireValue];if(n==null)return;if(!Array.isArray(n)){this.errors.add({severity:J.Critical,message:`Expected file array value to be an array of strings, got ${typeof n}`});return}let i=[];for(let l of n){if(typeof l!="string"){this.errors.add({severity:J.Critical,message:`Expected file array value to be an array of strings, got ${typeof l}`});return}i.push(l)}return i}getRecord(t){if(typeof t!="object"||Array.isArray(t)){this.errors.add({severity:J.Critical,message:`Expected object with key, value pairs but got: ${Array.isArray(t)?"array":typeof t}`});return}return t??{}}resolveNamedType({typeId:t}){let r=this._ir.types[t];if(r==null){this.errors.add({severity:J.Critical,message:`Type identified by "${t}" could not be found`});return}return r}resolveDiscriminatedUnionTypeInstance({discriminatedUnion:t,value:r}){let n=this.getRecord(r);if(n==null)return;let i=t.discriminant.wireValue,l=n[i];if(l==null){this.errors.add({severity:J.Critical,message:this.newParameterNotRecognizedError(i).message});return}if(typeof l!="string"){this.errors.add({severity:J.Critical,message:`Expected discriminant value to be a string but got: ${typeof l}`});return}let p=t.types[l];if(p==null){this.errors.add({severity:J.Critical,message:`No type found for discriminant value "${l}"`});return}let{[i]:x,...T}=n;return{singleDiscriminatedUnionType:p,discriminantValue:p.discriminantValue,value:T}}resolveEndpointOrThrow(t){let r=this.httpEndpointReferenceParser.tryParse(t);if(r==null)throw new Error(`Failed to parse endpoint reference "${t}"`);return this.resolveEndpointLocationOrThrow(r)}resolveEndpointLocation(t){let r=[];for(let n of Object.values(this._ir.endpoints))this.parsedEndpointMatches({endpoint:n,parsedEndpoint:t})&&r.push(n);return r}resolveEndpointLocationOrThrow(t){let r=this.resolveEndpointLocation(t);if(r.length===0)throw new Error(`Failed to find endpoint identified by "${t.method} ${t.path}"`);return r}resolveEndpointById(t){return this._ir.endpoints[t]}resolveEndpointByIdOrThrow(t){let r=this.resolveEndpointById(t);if(r==null)throw new Error(`Failed to find endpoint with ID "${t}"`);return r}needsRequestParameter({request:t,inlinePathParameters:r,inlineFileProperties:n}){return this.includePathParametersInWrappedRequest({request:t,inlinePathParameters:r})||t.queryParameters!=null&&t.queryParameters.length>0||t.headers!=null&&t.headers.length>0?!0:t.body!=null?this.includeRequestBodyInWrappedRequest({body:t.body,inlineFileProperties:n}):!t.metadata?.onlyPathParameters}includePathParametersInWrappedRequest({request:t,inlinePathParameters:r}){return r&&(t.metadata?.includePathParameters??!1)}isFileUploadRequestBody(t){switch(t.type){case"fileUpload":return!0;case"properties":case"referenced":return!1;default:te(t)}}resolveEnvironmentName(t){if(this._ir.environments==null)return;let r=this._ir.environments.environments;switch(r.type){case"singleBaseUrl":{let n=r.environments.find(i=>i.id===t);return n?.name}case"multipleBaseUrls":{let n=r.environments.find(i=>i.id===t);return n?.name}default:te(r)}}isSingleEnvironmentID(t){return typeof t=="string"}isMultiEnvironmentValues(t){return typeof t=="object"}validateMultiEnvironmentUrlValues(t){if(this._ir.environments==null)return this.errors.add({severity:J.Critical,message:"Multiple environments are not supported for single base URL environments; use the baseUrl option instead"}),!1;let r=this._ir.environments.environments;switch(r.type){case"singleBaseUrl":return this.errors.add({severity:J.Critical,message:"Multiple environments are not supported for single base URL environments; use the baseUrl option instead"}),!1;case"multipleBaseUrls":{let n=r.environments[0];if(n==null)return this.errors.add({severity:J.Critical,message:"Multiple environments are not supported; use the baseUrl option instead"}),!1;let i=new Set(Lr(n.urls));for(let l of Lr(t))i.has(l)&&i.delete(l);return i.size>0?(this.errors.add({severity:J.Critical,message:`The provided environments are invalid; got: [${Object.keys(t).join(", ")}], expected: [${Lr(n.urls).join(", ")}]`}),!1):!0}}}getValueAsNumber({value:t}){if(typeof t!="number"){this.errors.add({severity:J.Critical,message:this.newTypeMismatchError({expected:"number",value:t}).message});return}return t}getValueAsBoolean({value:t}){if(typeof t!="boolean"){this.errors.add({severity:J.Critical,message:this.newTypeMismatchError({expected:"boolean",value:t}).message});return}return t}getValueAsString({value:t}){if(typeof t!="string"){this.errors.add({severity:J.Critical,message:this.newTypeMismatchError({expected:"string",value:t}).message});return}return t}isOptional(t){switch(t.type){case"nullable":return this.isOptional(t.value);case"optional":return!0;case"named":{let r=this.resolveNamedType({typeId:t.value});return r==null?!1:r.type==="alias"?this.isNullable(r.typeReference):!1}}return!1}isNullable(t){switch(t.type){case"nullable":return!0;case"optional":return this.isNullable(t.value);case"named":{let r=this.resolveNamedType({typeId:t.value});return r==null?!1:r.type==="alias"?this.isNullable(r.typeReference):!1}}return!1}newAuthMismatchError({auth:t,values:r}){return new Error(`Expected auth type ${t.type}, got ${r.type}`)}newParameterNotRecognizedError(t){return new Error(`"${t}" is not a recognized parameter for this endpoint`)}newTypeMismatchError({expected:t,value:r}){return new Error(`Expected ${t}, got ${typeof r}`)}includeRequestBodyInWrappedRequest({body:t,inlineFileProperties:r}){switch(t.type){case"properties":case"referenced":return!0;case"fileUpload":return this.includeFileUploadBodyInWrappedRequest({fileUpload:t,inlineFileProperties:r});default:te(t)}}includeFileUploadBodyInWrappedRequest({fileUpload:t,inlineFileProperties:r}){return this.fileUploadHasBodyProperties({fileUpload:t})||r&&this.fileUploadHasFileProperties({fileUpload:t})}fileUploadHasBodyProperties({fileUpload:t}){return t.properties.some(r=>{switch(r.type){case"file":case"fileArray":return!1;case"bodyProperty":return!0;default:te(r)}})}fileUploadHasFileProperties({fileUpload:t}){return t.properties.some(r=>{switch(r.type){case"file":case"fileArray":return!0;case"bodyProperty":return!1;default:te(r)}})}isListTypeReference(t){return t.type==="optional"?this.isListTypeReference(t.value):t.type==="list"||t.type==="set"}parsedEndpointMatches({endpoint:t,parsedEndpoint:r}){return t.location.method===r.method&&t.location.path===r.path}};a();o();u();var It;(function(e){e.Concise="concise",e.Full="full"})(It||(It={}));a();o();u();var qe={PathParameters:"pathParameters",QueryParameters:"queryParameters",Headers:"headers",RequestBody:"requestBody"};a();o();u();a();o();u();a();o();u();var De=class extends Vr{constructor({namespace:r,allNamespaceSegments:n,allTypeClassReferences:i,generation:l,skipImports:p=!1}){super();f(this,"references",{});f(this,"namespace");f(this,"namespaceAliases",{});f(this,"allNamespaceSegments");f(this,"allTypeClassReferences");f(this,"generation");f(this,"skipImports");f(this,"inQuoteBlock",!1);this.namespace=r,this.allNamespaceSegments=n,this.allTypeClassReferences=i,this.generation=l,this.skipImports=p}addReference(r){if(r.namespace==null)return;let n=this.references[r.namespace];n!=null?n.push(r):this.references[r.namespace]=[r]}addNamespace(r){this.references[r]==null&&(this.references[r]=[])}addNamespaceAlias(r,n){let i=new Set(Object.values(this.namespaceAliases));for(;i.has(r);)r=`_${r}`;return this.namespaceAliases[r]=n,r}getReferencedNamespaces(){return Object.keys(this.references)}getAllTypeClassReferences(){return this.allTypeClassReferences}getAllNamespaceSegments(){return this.allNamespaceSegments}toString(r=!1){if(!r){let n=this.stringifyImports();if(n.length>0)return`${n}
|
|
17
|
-
${this.buffer}`}return this.buffer}importsToString(){let r=this.stringifyImports();return r.length>0?r:void 0}isReadOnlyMemoryType(r){return this.generation.settings.readOnlyMemoryTypes.includes(r)}shouldSkipTracking(r){return r.forEach(n=>this.inQuoteBlock=n.includes('"""')?!this.inQuoteBlock:this.inQuoteBlock),this.inQuoteBlock}stringifyImports(){let r=Object.entries(this.references).filter(([n])=>n&&!this.isCurrentNamespace(n)&&!this.generation.registry.isNamespaceImplicit(n)).map(([n,i])
|
|
17
|
+
${this.buffer}`}return this.buffer}importsToString(){let r=this.stringifyImports();return r.length>0?r:void 0}isReadOnlyMemoryType(r){return this.generation.settings.readOnlyMemoryTypes.includes(r)}shouldSkipTracking(r){return r.forEach(n=>this.inQuoteBlock=n.includes('"""')?!this.inQuoteBlock:this.inQuoteBlock),this.inQuoteBlock}stringifyImports(){let r=Object.entries(this.references).filter(([n])=>n&&!this.isCurrentNamespace(n)&&!this.generation.registry.isNamespaceImplicit(n)).map(([n,i])=>{let l=i.length>0?i[0].resolveNamespace():n,p=l.split(".")[0];return`using ${i.some(T=>T?.global)||this.generation.registry.hasTypeNamespaceConflict(p)?"global::":""}${l};`}).join(`
|
|
18
18
|
`);r.length>0&&(r=`${r}
|
|
19
19
|
`);for(let[n,i]of Object.entries(this.namespaceAliases))r=`${r}using ${n} = ${i};
|
|
20
20
|
`;return r}isCurrentNamespace(r){return r===this.namespace}};var Or={};se(Or,{Access:()=>le,And:()=>gr,Annotation:()=>Ze,AnnotationGroup:()=>br,AnonymousFunction:()=>xr,AstNode:()=>M,Block:()=>ht,Class:()=>Ge,ClassInstantiation:()=>tr,ClassReference:()=>Ee,CodeBlock:()=>dt,Dictionary:()=>rr,Enum:()=>Nr,EnumInstantiation:()=>nr,Field:()=>Er,InstantiatedPrimitive:()=>be,Interface:()=>Rr,List:()=>ir,Literal:()=>q,MemberNode:()=>nt,Method:()=>bt,MethodInvocation:()=>sr,MethodType:()=>Ue,Node:()=>Re,OptionalWrapper:()=>er,Or:()=>wr,Parameter:()=>je,ReadOnlyMemory:()=>ar,Set:()=>ur,String_:()=>or,Switch:()=>Sr,Ternary:()=>Tr,TestClass:()=>Cr,Writer:()=>De,XmlDocBlock:()=>gt,XmlDocWriter:()=>yr,convertReadOnlyPrimitiveTypes:()=>To});a();o();u();a();o();u();a();o();u();a();o();u();a();o();u();Ni("AstNode");var M=class extends ze{constructor(r){super();f(this,"generation");this.generation=r}get csharp(){return this.generation.csharp}get registry(){return this.generation.registry}get settings(){return this.generation.settings}get namespaces(){return this.generation.namespaces}get names(){return this.generation.names}get model(){return this.generation.model}get format(){return this.generation.format}get Types(){return this.generation.Types}get System(){return this.generation.extern.System}get NUnit(){return this.generation.extern.NUnit}get OneOf(){return this.generation.extern.OneOf}get Google(){return this.generation.extern.Google}get WireMock(){return this.generation.extern.WireMock}get Primitive(){return this.generation.Primitive}get Value(){return this.generation.Value}get Collection(){return this.generation.Collection}toString({namespace:r,allNamespaceSegments:n,allTypeClassReferences:i,generation:l,formatter:p,skipImports:x=!1}){let T=new De({namespace:r,allNamespaceSegments:n,allTypeClassReferences:i,generation:l,skipImports:x});this.write(T);let A=T.toString(x);return p!=null?p.formatSync(A):A}toStringAsync({namespace:r,allNamespaceSegments:n,allTypeClassReferences:i,generation:l,formatter:p,skipImports:x=!1}){let T=new De({namespace:r,allNamespaceSegments:n,allTypeClassReferences:i,generation:l,skipImports:x});this.write(T);let A=T.toString(x);return p!=null?p.format(A):Promise.resolve(A)}toFormattedSnippet({allNamespaceSegments:r,allTypeClassReferences:n,generation:i,formatter:l,skipImports:p=!1}){let x=new De({namespace:"",allNamespaceSegments:r,allTypeClassReferences:n,generation:i,skipImports:p});return this.write(x),{imports:x.importsToString(),body:l.formatSync(x.buffer)}}async toFormattedSnippetAsync({allNamespaceSegments:r,allTypeClassReferences:n,generation:i,formatter:l,skipImports:p=!1}){let x=new De({namespace:"",allNamespaceSegments:r,allTypeClassReferences:n,generation:i,skipImports:p});return this.write(x),{imports:x.importsToString(),body:await l.format(x.buffer)}}get debugInfo(){return Ne?`Debug Info:
|
|
@@ -24,12 +24,12 @@ ${this.buffer}`}return this.buffer}importsToString(){let r=this.stringifyImports
|
|
|
24
24
|
`)}
|
|
25
25
|
creation stack:
|
|
26
26
|
${Mr(this).map(r=>` ${r.fn} - ${r.path}:${r.position}`).join(`
|
|
27
|
-
`)}`:""}},Re=class extends M{constructor(r,n){super(n);f(this,"origin");this.origin=this.model.origin(r)}},nt=class extends Re{constructor(r,n,i){super(n,i);f(this,"enclosingType");this.enclosingType=r.enclosingType}};var q=class extends M{get typeName(){return this.constructor.name}};(function(e){class t extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(this.value.toString())}}e.Boolean=t;class r extends e{constructor(N,k,K){super(K);f(this,"fields");f(this,"reference");this.reference=N,this.fields=k}write(N){let k=this.fields.filter(K=>!(K.value instanceof e.Nop));N.writeNode(this.reference.new({arguments_:k.map(K=>({name:K.name,assignment:K.value})),multiline:!0}))}}e.Class_=r;class n extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(this.System.DateOnly,`.Parse("${this.value}")`)}}e.Date=n;class i extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(this.System.DateTime,`.Parse("${this.value}", null, `,this.System.Globalization.DateTimeStyles,".AdjustToUniversal)")}}e.DateTime=i;class l extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(`${this.value}m`)}}e.Decimal=l;class p extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(this.value.toString())}}e.Double=p;class x extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(`${this.value}f`)}}e.Float=x;class T extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(this.value.toString())}}e.Integer=T;class A extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(`${this.value}L`)}}e.Long=A;class I extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(`${this.value}u`)}}e.Uint=I;class C extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(`${this.value}ul`)}}e.Ulong=C;class j extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.writeNode(this.value)}}e.Reference=j;class P extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.writeNode(this.csharp.string_({string:this.value}))}}e.String=P;class B extends e{write(H){H.write("null")}}e.Null=B;class v extends e{write(H){}}e.Nop=v;class G extends e{constructor(N,k,K){super(K);f(this,"valueType");f(this,"values");this.valueType=N,this.values=k}write(N){if(N.write(this.System.Collections.Generic.List(this.valueType).new()),this.values.length!==0){N.pushScope();for(let k of this.values.filter(K=>!(K instanceof e.Nop)))k.write(N),N.writeLine(",");N.popScope()}}}e.List=G;class ne extends e{constructor(N,k,K){super(K);f(this,"valueType");f(this,"values");this.valueType=N,this.values=k}write(N){if(N.write(this.System.Collections.Generic.HashSet(this.valueType).new()),this.values.length!==0){N.pushScope();for(let k of this.values.filter(K=>!(K instanceof e.Nop)))k.write(N),N.writeLine(",");N.popScope()}}}e.Set=ne;class Z extends e{constructor(N,k,K,xt){super(xt);f(this,"entries");f(this,"keyType");f(this,"valueType");this.keyType=N,this.valueType=k,this.entries=K}write(N){N.write(this.System.Collections.Generic.Dictionary(this.keyType,this.valueType).new());let k=this.entries.filter(K=>!L.Literal.nop(K.key)&&!L.Literal.nop(K.value));if(k.length!==0){N.pushScope();for(let K of k)N.write("["),N.writeNode(K.key),N.write("] = "),N.writeNode(K.value),N.writeLine(",");N.popScope()}}}e.Dictionary=Z;class ae extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){this.writeUnknown({writer:N,value:this.value})}writeUnknown({writer:N,value:k}){switch(typeof k){case"boolean":N.write(k.toString());return;case"string":N.writeNode(this.csharp.string_({string:k}));return;case"number":N.write(k.toString());return;case"object":if(k==null){N.write("null");return}if(Array.isArray(k)){this.writeUnknownArray({writer:N,value:k});return}this.writeUnknownMap({writer:N,value:k});return;default:throw new Error(`Internal error; unsupported unknown type: ${typeof k}`)}}writeUnknownArray({writer:N,value:k}){if(N.write(this.System.Collections.Generic.List(this.Primitive.object).new()),k.length!==0){N.writeLine(),N.pushScope();for(let K of k)N.writeNode(new ae(K,this.generation)),N.writeLine(",");N.popScope()}}writeUnknownMap({writer:N,value:k}){let K=Object.entries(k);if(N.write(this.System.Collections.Generic.Dictionary(this.Primitive.string,this.Primitive.object).new()),K.length!==0){N.writeLine(),N.pushScope();for(let[xt,wt]of K)N.write(`["${xt}"] = `),N.writeNode(new ae(wt,this.generation)),N.writeLine(",");N.popScope()}}}e.Unknown=ae})(q||(q={}));a();o();u();a();o();u();function ue(e){throw new Error(e??"Assertion failed")}a();o();u();a();o();u();var _={};se(_,{ApiDefinitionSource:()=>cn,ApiVersionScheme:()=>Vn,AsymmetricAlgorithm:()=>Xe,AsymmetricKeySource:()=>dn,AuthScheme:()=>it,AuthSchemesRequirement:()=>zr,AvailabilityStatus:()=>Mt,ContainerType:()=>Ke,Environments:()=>Jr,ErrorDeclarationDiscriminantValue:()=>Kr,ErrorDiscriminationStrategy:()=>pn,ExampleCodeSample:()=>Qr,ExampleContainer:()=>Qe,ExampleEndpointSuccessResponse:()=>qt,ExamplePrimitive:()=>ye,ExampleQueryParameterShape:()=>vt,ExampleRequestBody:()=>Xr,ExampleResponse:()=>Yr,ExampleSingleUnionTypeProperties:()=>zt,ExampleStyle:()=>qn,ExampleTypeReferenceShape:()=>Ct,ExampleTypeShape:()=>pt,ExampleWebSocketMessageBody:()=>gn,FileProperty:()=>Zr,FileUploadBodyPropertyEncoding:()=>en,FileUploadRequestProperty:()=>tn,HmacAlgorithm:()=>Qt,HttpEndpointSource:()=>Gt,HttpMethod:()=>ut,HttpRequestBody:()=>Nt,HttpResponseBody:()=>Je,JsonResponse:()=>rn,Literal:()=>fn,NamedTypeDefault:()=>vn,NonStreamHttpResponseBody:()=>Rt,OAuthConfiguration:()=>Dn,ObjectPropertyAccess:()=>Gn,Pagination:()=>ot,PathParameterLocation:()=>nn,PrimitiveTypeV1:()=>Te,PrimitiveTypeV2:()=>ge,ProtobufMethodType:()=>Wt,ProtobufType:()=>ln,PublishTarget:()=>ct,PublishingConfig:()=>Ht,RequestPropertyValue:()=>sn,ResolvedTypeReference:()=>Ot,SdkRequestBodyType:()=>an,SdkRequestShape:()=>un,ShapeType:()=>Jt,SingleUnionTypeProperties:()=>Kt,Source:()=>$n,StreamingResponse:()=>$t,SupportedSdkLanguage:()=>Ce,Transport:()=>on,Type:()=>lt,TypeReference:()=>Pt,UnionDiscriminatorContext:()=>Wn,V2AuthValues:()=>At,V2EndpointLocationHttpMethod:()=>at,V2HttpEndpointResponseBody:()=>Vt,WebSocketMessageBody:()=>bn,WebSocketMessageOrigin:()=>Jn,WebhookHttpMethod:()=>Hn,WebhookPayload:()=>hn,WebhookPayloadComponent:()=>Xt,WebhookSignatureEncoding:()=>zn,WebhookSignatureVerification:()=>mn,WebhookTimestampFormat:()=>yn,WellKnownProtobufType:()=>X,audience:()=>Qu,auth:()=>Oi,commons:()=>Pi,constants:()=>Xu,dynamic:()=>F,environment:()=>Ui,errors:()=>Mi,examples:()=>Vi,generatorExec:()=>ee,http:()=>vi,ir:()=>Gi,proto:()=>$i,publish:()=>Wi,types:()=>Hi,variables:()=>So,webhooks:()=>zi,websocket:()=>Ji});a();o();u();a();o();u();var Qu={};a();o();u();var Oi={};se(Oi,{AuthScheme:()=>it,AuthSchemesRequirement:()=>zr,OAuthConfiguration:()=>Dn});a();o();u();a();o();u();var it={bearer:e=>Object.assign(Object.assign({},e),{type:"bearer",_visit:function(t){return it._visit(this,t)}}),basic:e=>Object.assign(Object.assign({},e),{type:"basic",_visit:function(t){return it._visit(this,t)}}),header:e=>Object.assign(Object.assign({},e),{type:"header",_visit:function(t){return it._visit(this,t)}}),oauth:e=>Object.assign(Object.assign({},e),{type:"oauth",_visit:function(t){return it._visit(this,t)}}),inferred:e=>Object.assign(Object.assign({},e),{type:"inferred",_visit:function(t){return it._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"bearer":return t.bearer(e);case"basic":return t.basic(e);case"header":return t.header(e);case"oauth":return t.oauth(e);case"inferred":return t.inferred(e);default:return t._other(e)}}};a();o();u();var Kp={All:"ALL",Any:"ANY",EndpointSecurity:"ENDPOINT_SECURITY"},zr=Object.assign(Object.assign({},Kp),{_visit:(e,t)=>{switch(e){case zr.All:return t.all();case zr.Any:return t.any();case zr.EndpointSecurity:return t.endpointSecurity();default:return t._other()}}});a();o();u();var Dn={clientCredentials:e=>Object.assign(Object.assign({},e),{type:"clientCredentials",_visit:function(t){return Dn._visit(this,t)}}),_visit:(e,t)=>e.type==="clientCredentials"?t.clientCredentials(e):t._other(e)};var Pi={};se(Pi,{AvailabilityStatus:()=>Mt});a();o();u();a();o();u();var Qp={InDevelopment:"IN_DEVELOPMENT",PreRelease:"PRE_RELEASE",GeneralAvailability:"GENERAL_AVAILABILITY",Deprecated:"DEPRECATED"},Mt=Object.assign(Object.assign({},Qp),{_visit:(e,t)=>{switch(e){case Mt.InDevelopment:return t.inDevelopment();case Mt.PreRelease:return t.preRelease();case Mt.GeneralAvailability:return t.generalAvailability();case Mt.Deprecated:return t.deprecated();default:return t._other()}}});var Xu={};a();o();u();var F={};se(F,{Auth:()=>Yu,AuthValues:()=>Zu,Environments:()=>uo,ErrorSeverity:()=>jn,FileUploadRequestBodyProperty:()=>ro,GeneratorOutputConfig:()=>oo,HttpMethod:()=>st,InlinedRequestBody:()=>no,LiteralType:()=>po,NamedType:()=>lo,ObjectPropertyAccess:()=>Un,PrimitiveTypeV1:()=>Se,PublishInfo:()=>co,ReferencedRequestBodyType:()=>io,Request:()=>so,Response:()=>ao,SingleDiscriminatedUnionType:()=>fo,TypeReference:()=>ho,auth:()=>_i,commons:()=>eo,declaration:()=>to,endpoints:()=>Fi,environment:()=>ki,http:()=>Bi,ir:()=>Li,snippets:()=>Di,types:()=>ji,variables:()=>mo});a();o();u();a();o();u();var _i={};se(_i,{Auth:()=>Yu,AuthValues:()=>Zu});a();o();u();a();o();u();var Yu={basic:e=>Object.assign(Object.assign({},e),{type:"basic",_visit:function(t){return F.Auth._visit(this,t)}}),bearer:e=>Object.assign(Object.assign({},e),{type:"bearer",_visit:function(t){return F.Auth._visit(this,t)}}),header:e=>Object.assign(Object.assign({},e),{type:"header",_visit:function(t){return F.Auth._visit(this,t)}}),oauth:e=>Object.assign(Object.assign({},e),{type:"oauth",_visit:function(t){return F.Auth._visit(this,t)}}),inferred:e=>Object.assign(Object.assign({},e),{type:"inferred",_visit:function(t){return F.Auth._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"basic":return t.basic(e);case"bearer":return t.bearer(e);case"header":return t.header(e);case"oauth":return t.oauth(e);case"inferred":return t.inferred(e);default:return t._other(e)}}};a();o();u();var Zu={basic:e=>Object.assign(Object.assign({},e),{type:"basic",_visit:function(t){return F.AuthValues._visit(this,t)}}),bearer:e=>Object.assign(Object.assign({},e),{type:"bearer",_visit:function(t){return F.AuthValues._visit(this,t)}}),header:e=>Object.assign(Object.assign({},e),{type:"header",_visit:function(t){return F.AuthValues._visit(this,t)}}),oauth:e=>Object.assign(Object.assign({},e),{type:"oauth",_visit:function(t){return F.AuthValues._visit(this,t)}}),inferred:e=>Object.assign(Object.assign({},e),{type:"inferred",_visit:function(t){return F.AuthValues._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"basic":return t.basic(e);case"bearer":return t.bearer(e);case"header":return t.header(e);case"oauth":return t.oauth(e);case"inferred":return t.inferred(e);default:return t._other(e)}}};var eo={};a();o();u();var to={};a();o();u();var Fi={};se(Fi,{FileUploadRequestBodyProperty:()=>ro,InlinedRequestBody:()=>no,ReferencedRequestBodyType:()=>io,Request:()=>so,Response:()=>ao});a();o();u();a();o();u();var ro={file:e=>Object.assign(Object.assign({},e),{type:"file",_visit:function(t){return F.FileUploadRequestBodyProperty._visit(this,t)}}),fileArray:e=>Object.assign(Object.assign({},e),{type:"fileArray",_visit:function(t){return F.FileUploadRequestBodyProperty._visit(this,t)}}),bodyProperty:e=>Object.assign(Object.assign({},e),{type:"bodyProperty",_visit:function(t){return F.FileUploadRequestBodyProperty._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"file":return t.file(e);case"fileArray":return t.fileArray(e);case"bodyProperty":return t.bodyProperty(e);default:return t._other(e)}}};a();o();u();var no={properties:e=>({value:e,type:"properties",_visit:function(t){return F.InlinedRequestBody._visit(this,t)}}),referenced:e=>Object.assign(Object.assign({},e),{type:"referenced",_visit:function(t){return F.InlinedRequestBody._visit(this,t)}}),fileUpload:e=>Object.assign(Object.assign({},e),{type:"fileUpload",_visit:function(t){return F.InlinedRequestBody._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"properties":return t.properties(e.value);case"referenced":return t.referenced(e);case"fileUpload":return t.fileUpload(e);default:return t._other(e)}}};a();o();u();var io={bytes:()=>({type:"bytes",_visit:function(e){return F.ReferencedRequestBodyType._visit(this,e)}}),typeReference:e=>({value:e,type:"typeReference",_visit:function(t){return F.ReferencedRequestBodyType._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"bytes":return t.bytes();case"typeReference":return t.typeReference(e.value);default:return t._other(e)}}};a();o();u();var so={body:e=>Object.assign(Object.assign({},e),{type:"body",_visit:function(t){return F.Request._visit(this,t)}}),inlined:e=>Object.assign(Object.assign({},e),{type:"inlined",_visit:function(t){return F.Request._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"body":return t.body(e);case"inlined":return t.inlined(e);default:return t._other(e)}}};a();o();u();var ao={json:()=>({type:"json",_visit:function(e){return F.Response._visit(this,e)}}),streaming:()=>({type:"streaming",_visit:function(e){return F.Response._visit(this,e)}}),streamParameter:()=>({type:"streamParameter",_visit:function(e){return F.Response._visit(this,e)}}),fileDownload:()=>({type:"fileDownload",_visit:function(e){return F.Response._visit(this,e)}}),text:()=>({type:"text",_visit:function(e){return F.Response._visit(this,e)}}),bytes:()=>({type:"bytes",_visit:function(e){return F.Response._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"json":return t.json();case"streaming":return t.streaming();case"streamParameter":return t.streamParameter();case"fileDownload":return t.fileDownload();case"text":return t.text();case"bytes":return t.bytes();default:return t._other(e)}}};var ki={};se(ki,{Environments:()=>uo});a();o();u();a();o();u();var uo={singleBaseUrl:e=>Object.assign(Object.assign({},e),{type:"singleBaseUrl",_visit:function(t){return F.Environments._visit(this,t)}}),multipleBaseUrls:e=>Object.assign(Object.assign({},e),{type:"multipleBaseUrls",_visit:function(t){return F.Environments._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"singleBaseUrl":return t.singleBaseUrl(e);case"multipleBaseUrls":return t.multipleBaseUrls(e);default:return t._other(e)}}};var Bi={};se(Bi,{HttpMethod:()=>st});a();o();u();a();o();u();var Xp={Get:"GET",Post:"POST",Put:"PUT",Patch:"PATCH",Delete:"DELETE",Head:"HEAD"},st=Object.assign(Object.assign({},Xp),{_visit:(e,t)=>{switch(e){case st.Get:return t.get();case st.Post:return t.post();case st.Put:return t.put();case st.Patch:return t.patch();case st.Delete:return t.delete();case st.Head:return t.head();default:return t._other()}}});var Li={};se(Li,{GeneratorOutputConfig:()=>oo,PublishInfo:()=>co});a();o();u();a();o();u();var oo={publish:e=>({value:e,type:"publish",_visit:function(t){return F.GeneratorOutputConfig._visit(this,t)}}),local:()=>({type:"local",_visit:function(e){return F.GeneratorOutputConfig._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"publish":return t.publish(e.value);case"local":return t.local();default:return t._other(e)}}};a();o();u();var co={go:e=>Object.assign(Object.assign({},e),{type:"go",_visit:function(t){return F.PublishInfo._visit(this,t)}}),swift:e=>Object.assign(Object.assign({},e),{type:"swift",_visit:function(t){return F.PublishInfo._visit(this,t)}}),maven:e=>Object.assign(Object.assign({},e),{type:"maven",_visit:function(t){return F.PublishInfo._visit(this,t)}}),npm:e=>Object.assign(Object.assign({},e),{type:"npm",_visit:function(t){return F.PublishInfo._visit(this,t)}}),nuget:e=>Object.assign(Object.assign({},e),{type:"nuget",_visit:function(t){return F.PublishInfo._visit(this,t)}}),pypi:e=>Object.assign(Object.assign({},e),{type:"pypi",_visit:function(t){return F.PublishInfo._visit(this,t)}}),rubygems:e=>Object.assign(Object.assign({},e),{type:"rubygems",_visit:function(t){return F.PublishInfo._visit(this,t)}}),crates:e=>Object.assign(Object.assign({},e),{type:"crates",_visit:function(t){return F.PublishInfo._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"go":return t.go(e);case"swift":return t.swift(e);case"maven":return t.maven(e);case"npm":return t.npm(e);case"nuget":return t.nuget(e);case"pypi":return t.pypi(e);case"rubygems":return t.rubygems(e);case"crates":return t.crates(e);default:return t._other(e)}}};var Di={};se(Di,{ErrorSeverity:()=>jn});a();o();u();a();o();u();var Yp={Critical:"CRITICAL",Warning:"WARNING"},jn=Object.assign(Object.assign({},Yp),{_visit:(e,t)=>{switch(e){case jn.Critical:return t.critical();case jn.Warning:return t.warning();default:return t._other()}}});var ji={};se(ji,{LiteralType:()=>po,NamedType:()=>lo,ObjectPropertyAccess:()=>Un,PrimitiveTypeV1:()=>Se,SingleDiscriminatedUnionType:()=>fo,TypeReference:()=>ho});a();o();u();a();o();u();var po={boolean:e=>({value:e,type:"boolean",_visit:function(t){return F.LiteralType._visit(this,t)}}),string:e=>({value:e,type:"string",_visit:function(t){return F.LiteralType._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"boolean":return t.boolean(e.value);case"string":return t.string(e.value);default:return t._other(e)}}};a();o();u();var lo={alias:e=>Object.assign(Object.assign({},e),{type:"alias",_visit:function(t){return F.NamedType._visit(this,t)}}),enum:e=>Object.assign(Object.assign({},e),{type:"enum",_visit:function(t){return F.NamedType._visit(this,t)}}),object:e=>Object.assign(Object.assign({},e),{type:"object",_visit:function(t){return F.NamedType._visit(this,t)}}),discriminatedUnion:e=>Object.assign(Object.assign({},e),{type:"discriminatedUnion",_visit:function(t){return F.NamedType._visit(this,t)}}),undiscriminatedUnion:e=>Object.assign(Object.assign({},e),{type:"undiscriminatedUnion",_visit:function(t){return F.NamedType._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"alias":return t.alias(e);case"enum":return t.enum(e);case"object":return t.object(e);case"discriminatedUnion":return t.discriminatedUnion(e);case"undiscriminatedUnion":return t.undiscriminatedUnion(e);default:return t._other(e)}}};a();o();u();var Zp={ReadOnly:"READ_ONLY",WriteOnly:"WRITE_ONLY"},Un=Object.assign(Object.assign({},Zp),{_visit:(e,t)=>{switch(e){case Un.ReadOnly:return t.readOnly();case Un.WriteOnly:return t.writeOnly();default:return t._other()}}});a();o();u();var el={Integer:"INTEGER",Long:"LONG",Uint:"UINT",Uint64:"UINT_64",Float:"FLOAT",Double:"DOUBLE",Boolean:"BOOLEAN",String:"STRING",Date:"DATE",DateTime:"DATE_TIME",DateTimeRfc2822:"DATE_TIME_RFC_2822",Uuid:"UUID",Base64:"BASE_64",BigInteger:"BIG_INTEGER"},Se=Object.assign(Object.assign({},el),{_visit:(e,t)=>{switch(e){case Se.Integer:return t.integer();case Se.Long:return t.long();case Se.Uint:return t.uint();case Se.Uint64:return t.uint64();case Se.Float:return t.float();case Se.Double:return t.double();case Se.Boolean:return t.boolean();case Se.String:return t.string();case Se.Date:return t.date();case Se.DateTime:return t.dateTime();case Se.DateTimeRfc2822:return t.dateTimeRfc2822();case Se.Uuid:return t.uuid();case Se.Base64:return t.base64();case Se.BigInteger:return t.bigInteger();default:return t._other()}}});a();o();u();var fo={samePropertiesAsObject:e=>Object.assign(Object.assign({},e),{type:"samePropertiesAsObject",_visit:function(t){return F.SingleDiscriminatedUnionType._visit(this,t)}}),singleProperty:e=>Object.assign(Object.assign({},e),{type:"singleProperty",_visit:function(t){return F.SingleDiscriminatedUnionType._visit(this,t)}}),noProperties:e=>Object.assign(Object.assign({},e),{type:"noProperties",_visit:function(t){return F.SingleDiscriminatedUnionType._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"samePropertiesAsObject":return t.samePropertiesAsObject(e);case"singleProperty":return t.singleProperty(e);case"noProperties":return t.noProperties(e);default:return t._other(e)}}};a();o();u();var ho={list:e=>({value:e,type:"list",_visit:function(t){return F.TypeReference._visit(this,t)}}),literal:e=>({value:e,type:"literal",_visit:function(t){return F.TypeReference._visit(this,t)}}),map:e=>Object.assign(Object.assign({},e),{type:"map",_visit:function(t){return F.TypeReference._visit(this,t)}}),named:e=>({value:e,type:"named",_visit:function(t){return F.TypeReference._visit(this,t)}}),nullable:e=>({value:e,type:"nullable",_visit:function(t){return F.TypeReference._visit(this,t)}}),optional:e=>({value:e,type:"optional",_visit:function(t){return F.TypeReference._visit(this,t)}}),primitive:e=>({value:e,type:"primitive",_visit:function(t){return F.TypeReference._visit(this,t)}}),set:e=>({value:e,type:"set",_visit:function(t){return F.TypeReference._visit(this,t)}}),unknown:()=>({type:"unknown",_visit:function(e){return F.TypeReference._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"list":return t.list(e.value);case"literal":return t.literal(e.value);case"map":return t.map(e);case"named":return t.named(e.value);case"nullable":return t.nullable(e.value);case"optional":return t.optional(e.value);case"primitive":return t.primitive(e.value);case"set":return t.set(e.value);case"unknown":return t.unknown();default:return t._other(e)}}};var mo={};a();o();u();var Ui={};se(Ui,{Environments:()=>Jr});a();o();u();a();o();u();var Jr={singleBaseUrl:e=>Object.assign(Object.assign({},e),{type:"singleBaseUrl",_visit:function(t){return Jr._visit(this,t)}}),multipleBaseUrls:e=>Object.assign(Object.assign({},e),{type:"multipleBaseUrls",_visit:function(t){return Jr._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"singleBaseUrl":return t.singleBaseUrl(e);case"multipleBaseUrls":return t.multipleBaseUrls(e);default:return t._other(e)}}};var Mi={};se(Mi,{ErrorDeclarationDiscriminantValue:()=>Kr});a();o();u();a();o();u();var Kr={property:e=>Object.assign(Object.assign({},e),{type:"property",_visit:function(t){return Kr._visit(this,t)}}),statusCode:()=>({type:"statusCode",_visit:function(e){return Kr._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"property":return t.property(e);case"statusCode":return t.statusCode();default:return t._other(e)}}};var Vi={};se(Vi,{V2AuthValues:()=>At,V2EndpointLocationHttpMethod:()=>at,V2HttpEndpointResponseBody:()=>Vt});a();o();u();a();o();u();var At={basic:e=>Object.assign(Object.assign({},e),{type:"basic",_visit:function(t){return At._visit(this,t)}}),bearer:e=>Object.assign(Object.assign({},e),{type:"bearer",_visit:function(t){return At._visit(this,t)}}),header:e=>Object.assign(Object.assign({},e),{type:"header",_visit:function(t){return At._visit(this,t)}}),oauth:e=>Object.assign(Object.assign({},e),{type:"oauth",_visit:function(t){return At._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"basic":return t.basic(e);case"bearer":return t.bearer(e);case"header":return t.header(e);case"oauth":return t.oauth(e);default:return t._other(e)}}};a();o();u();var tl={Get:"GET",Post:"POST",Put:"PUT",Patch:"PATCH",Delete:"DELETE",Head:"HEAD"},at=Object.assign(Object.assign({},tl),{_visit:(e,t)=>{switch(e){case at.Get:return t.get();case at.Post:return t.post();case at.Put:return t.put();case at.Patch:return t.patch();case at.Delete:return t.delete();case at.Head:return t.head();default:return t._other()}}});a();o();u();var Vt={error:e=>({value:e,type:"error",_visit:function(t){return Vt._visit(this,t)}}),json:e=>({value:e,type:"json",_visit:function(t){return Vt._visit(this,t)}}),stream:e=>({value:e,type:"stream",_visit:function(t){return Vt._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"error":return t.error(e.value);case"json":return t.json(e.value);case"stream":return t.stream(e.value);default:return t._other(e)}}};var ee={};se(ee,{GeneratorEnvironment:()=>yo,GeneratorPublishTarget:()=>go,GithubPublishInfo:()=>bo,LicenseConfig:()=>xo,LicenseId:()=>Mn,OutputMode:()=>wo,config:()=>qi});a();o();u();a();o();u();var qi={};se(qi,{GeneratorEnvironment:()=>yo,GeneratorPublishTarget:()=>go,GithubPublishInfo:()=>bo,LicenseConfig:()=>xo,LicenseId:()=>Mn,OutputMode:()=>wo});a();o();u();a();o();u();var yo={local:()=>({type:"local",_visit:function(e){return ee.GeneratorEnvironment._visit(this,e)}}),remote:e=>Object.assign(Object.assign({},e),{type:"remote",_visit:function(t){return ee.GeneratorEnvironment._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"local":return t.local();case"remote":return t.remote(e);default:return t._other(e)}}};a();o();u();var go={maven:e=>Object.assign(Object.assign({},e),{type:"maven",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),npm:e=>Object.assign(Object.assign({},e),{type:"npm",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),pypi:e=>Object.assign(Object.assign({},e),{type:"pypi",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),postman:e=>Object.assign(Object.assign({},e),{type:"postman",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),rubygems:e=>Object.assign(Object.assign({},e),{type:"rubygems",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),nuget:e=>Object.assign(Object.assign({},e),{type:"nuget",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),crates:e=>Object.assign(Object.assign({},e),{type:"crates",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"maven":return t.maven(e);case"npm":return t.npm(e);case"pypi":return t.pypi(e);case"postman":return t.postman(e);case"rubygems":return t.rubygems(e);case"nuget":return t.nuget(e);case"crates":return t.crates(e);default:return t._other(e)}}};a();o();u();var bo={npm:e=>Object.assign(Object.assign({},e),{type:"npm",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),maven:e=>Object.assign(Object.assign({},e),{type:"maven",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),postman:e=>Object.assign(Object.assign({},e),{type:"postman",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),pypi:e=>Object.assign(Object.assign({},e),{type:"pypi",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),rubygems:e=>Object.assign(Object.assign({},e),{type:"rubygems",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),nuget:e=>Object.assign(Object.assign({},e),{type:"nuget",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),crates:e=>Object.assign(Object.assign({},e),{type:"crates",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"npm":return t.npm(e);case"maven":return t.maven(e);case"postman":return t.postman(e);case"pypi":return t.pypi(e);case"rubygems":return t.rubygems(e);case"nuget":return t.nuget(e);case"crates":return t.crates(e);default:return t._other(e)}}};a();o();u();var xo={basic:e=>Object.assign(Object.assign({},e),{type:"basic",_visit:function(t){return ee.LicenseConfig._visit(this,t)}}),custom:e=>Object.assign(Object.assign({},e),{type:"custom",_visit:function(t){return ee.LicenseConfig._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"basic":return t.basic(e);case"custom":return t.custom(e);default:return t._other(e)}}};a();o();u();var rl={Mit:"MIT",Apache2:"Apache-2.0"},Mn=Object.assign(Object.assign({},rl),{_visit:(e,t)=>{switch(e){case Mn.Mit:return t.mit();case Mn.Apache2:return t.apache2();default:return t._other()}}});a();o();u();var wo={publish:e=>Object.assign(Object.assign({},e),{type:"publish",_visit:function(t){return ee.OutputMode._visit(this,t)}}),downloadFiles:()=>({type:"downloadFiles",_visit:function(e){return ee.OutputMode._visit(this,e)}}),github:e=>Object.assign(Object.assign({},e),{type:"github",_visit:function(t){return ee.OutputMode._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"publish":return t.publish(e);case"downloadFiles":return t.downloadFiles();case"github":return t.github(e);default:return t._other(e)}}};var vi={};se(vi,{ExampleCodeSample:()=>Qr,ExampleEndpointSuccessResponse:()=>qt,ExampleQueryParameterShape:()=>vt,ExampleRequestBody:()=>Xr,ExampleResponse:()=>Yr,FileProperty:()=>Zr,FileUploadBodyPropertyEncoding:()=>en,FileUploadRequestProperty:()=>tn,HttpEndpointSource:()=>Gt,HttpMethod:()=>ut,HttpRequestBody:()=>Nt,HttpResponseBody:()=>Je,JsonResponse:()=>rn,NonStreamHttpResponseBody:()=>Rt,Pagination:()=>ot,PathParameterLocation:()=>nn,RequestPropertyValue:()=>sn,SdkRequestBodyType:()=>an,SdkRequestShape:()=>un,StreamingResponse:()=>$t,SupportedSdkLanguage:()=>Ce,Transport:()=>on});a();o();u();a();o();u();var Qr={language:e=>Object.assign(Object.assign({},e),{type:"language",_visit:function(t){return Qr._visit(this,t)}}),sdk:e=>Object.assign(Object.assign({},e),{type:"sdk",_visit:function(t){return Qr._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"language":return t.language(e);case"sdk":return t.sdk(e);default:return t._other(e)}}};a();o();u();var qt={body:e=>({value:e,type:"body",_visit:function(t){return qt._visit(this,t)}}),stream:e=>({value:e,type:"stream",_visit:function(t){return qt._visit(this,t)}}),sse:e=>({value:e,type:"sse",_visit:function(t){return qt._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"body":return t.body(e.value);case"stream":return t.stream(e.value);case"sse":return t.sse(e.value);default:return t._other(e)}}};a();o();u();var vt={single:()=>({type:"single",_visit:function(e){return vt._visit(this,e)}}),exploded:()=>({type:"exploded",_visit:function(e){return vt._visit(this,e)}}),commaSeparated:()=>({type:"commaSeparated",_visit:function(e){return vt._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"single":return t.single();case"exploded":return t.exploded();case"commaSeparated":return t.commaSeparated();default:return t._other(e)}}};a();o();u();var Xr={inlinedRequestBody:e=>Object.assign(Object.assign({},e),{type:"inlinedRequestBody",_visit:function(t){return Xr._visit(this,t)}}),reference:e=>Object.assign(Object.assign({},e),{type:"reference",_visit:function(t){return Xr._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"inlinedRequestBody":return t.inlinedRequestBody(e);case"reference":return t.reference(e);default:return t._other(e)}}};a();o();u();var Yr={ok:e=>({value:e,type:"ok",_visit:function(t){return Yr._visit(this,t)}}),error:e=>Object.assign(Object.assign({},e),{type:"error",_visit:function(t){return Yr._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"ok":return t.ok(e.value);case"error":return t.error(e);default:return t._other(e)}}};a();o();u();var Zr={file:e=>Object.assign(Object.assign({},e),{type:"file",_visit:function(t){return Zr._visit(this,t)}}),fileArray:e=>Object.assign(Object.assign({},e),{type:"fileArray",_visit:function(t){return Zr._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"file":return t.file(e);case"fileArray":return t.fileArray(e);default:return t._other(e)}}};a();o();u();var nl={Exploded:"exploded",Json:"json",Form:"form"},en=Object.assign(Object.assign({},nl),{_visit:(e,t)=>{switch(e){case en.Exploded:return t.exploded();case en.Json:return t.json();case en.Form:return t.form();default:return t._other()}}});a();o();u();var tn={file:e=>({value:e,type:"file",_visit:function(t){return tn._visit(this,t)}}),bodyProperty:e=>Object.assign(Object.assign({},e),{type:"bodyProperty",_visit:function(t){return tn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"file":return t.file(e.value);case"bodyProperty":return t.bodyProperty(e);default:return t._other(e)}}};a();o();u();var Gt={proto:e=>Object.assign(Object.assign({},e),{type:"proto",_visit:function(t){return Gt._visit(this,t)}}),openapi:()=>({type:"openapi",_visit:function(e){return Gt._visit(this,e)}}),openrpc:()=>({type:"openrpc",_visit:function(e){return Gt._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"proto":return t.proto(e);case"openapi":return t.openapi();case"openrpc":return t.openrpc();default:return t._other(e)}}};a();o();u();var il={Get:"GET",Post:"POST",Put:"PUT",Patch:"PATCH",Delete:"DELETE",Head:"HEAD"},ut=Object.assign(Object.assign({},il),{_visit:(e,t)=>{switch(e){case ut.Get:return t.get();case ut.Post:return t.post();case ut.Put:return t.put();case ut.Patch:return t.patch();case ut.Delete:return t.delete();case ut.Head:return t.head();default:return t._other()}}});a();o();u();var Nt={inlinedRequestBody:e=>Object.assign(Object.assign({},e),{type:"inlinedRequestBody",_visit:function(t){return Nt._visit(this,t)}}),reference:e=>Object.assign(Object.assign({},e),{type:"reference",_visit:function(t){return Nt._visit(this,t)}}),fileUpload:e=>Object.assign(Object.assign({},e),{type:"fileUpload",_visit:function(t){return Nt._visit(this,t)}}),bytes:e=>Object.assign(Object.assign({},e),{type:"bytes",_visit:function(t){return Nt._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"inlinedRequestBody":return t.inlinedRequestBody(e);case"reference":return t.reference(e);case"fileUpload":return t.fileUpload(e);case"bytes":return t.bytes(e);default:return t._other(e)}}};a();o();u();var Je={json:e=>({value:e,type:"json",_visit:function(t){return Je._visit(this,t)}}),fileDownload:e=>Object.assign(Object.assign({},e),{type:"fileDownload",_visit:function(t){return Je._visit(this,t)}}),text:e=>Object.assign(Object.assign({},e),{type:"text",_visit:function(t){return Je._visit(this,t)}}),bytes:e=>Object.assign(Object.assign({},e),{type:"bytes",_visit:function(t){return Je._visit(this,t)}}),streaming:e=>({value:e,type:"streaming",_visit:function(t){return Je._visit(this,t)}}),streamParameter:e=>Object.assign(Object.assign({},e),{type:"streamParameter",_visit:function(t){return Je._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"json":return t.json(e.value);case"fileDownload":return t.fileDownload(e);case"text":return t.text(e);case"bytes":return t.bytes(e);case"streaming":return t.streaming(e.value);case"streamParameter":return t.streamParameter(e);default:return t._other(e)}}};a();o();u();var rn={response:e=>Object.assign(Object.assign({},e),{type:"response",_visit:function(t){return rn._visit(this,t)}}),nestedPropertyAsResponse:e=>Object.assign(Object.assign({},e),{type:"nestedPropertyAsResponse",_visit:function(t){return rn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"response":return t.response(e);case"nestedPropertyAsResponse":return t.nestedPropertyAsResponse(e);default:return t._other(e)}}};a();o();u();var Rt={json:e=>({value:e,type:"json",_visit:function(t){return Rt._visit(this,t)}}),fileDownload:e=>Object.assign(Object.assign({},e),{type:"fileDownload",_visit:function(t){return Rt._visit(this,t)}}),text:e=>Object.assign(Object.assign({},e),{type:"text",_visit:function(t){return Rt._visit(this,t)}}),bytes:e=>Object.assign(Object.assign({},e),{type:"bytes",_visit:function(t){return Rt._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"json":return t.json(e.value);case"fileDownload":return t.fileDownload(e);case"text":return t.text(e);case"bytes":return t.bytes(e);default:return t._other(e)}}};a();o();u();var ot={cursor:e=>Object.assign(Object.assign({},e),{type:"cursor",_visit:function(t){return ot._visit(this,t)}}),offset:e=>Object.assign(Object.assign({},e),{type:"offset",_visit:function(t){return ot._visit(this,t)}}),custom:e=>Object.assign(Object.assign({},e),{type:"custom",_visit:function(t){return ot._visit(this,t)}}),uri:e=>Object.assign(Object.assign({},e),{type:"uri",_visit:function(t){return ot._visit(this,t)}}),path:e=>Object.assign(Object.assign({},e),{type:"path",_visit:function(t){return ot._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"cursor":return t.cursor(e);case"offset":return t.offset(e);case"custom":return t.custom(e);case"uri":return t.uri(e);case"path":return t.path(e);default:return t._other(e)}}};a();o();u();var sl={Root:"ROOT",Service:"SERVICE",Endpoint:"ENDPOINT"},nn=Object.assign(Object.assign({},sl),{_visit:(e,t)=>{switch(e){case nn.Root:return t.root();case nn.Service:return t.service();case nn.Endpoint:return t.endpoint();default:return t._other()}}});a();o();u();var sn={query:e=>Object.assign(Object.assign({},e),{type:"query",_visit:function(t){return sn._visit(this,t)}}),body:e=>Object.assign(Object.assign({},e),{type:"body",_visit:function(t){return sn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"query":return t.query(e);case"body":return t.body(e);default:return t._other(e)}}};a();o();u();var an={typeReference:e=>Object.assign(Object.assign({},e),{type:"typeReference",_visit:function(t){return an._visit(this,t)}}),bytes:e=>Object.assign(Object.assign({},e),{type:"bytes",_visit:function(t){return an._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"typeReference":return t.typeReference(e);case"bytes":return t.bytes(e);default:return t._other(e)}}};a();o();u();var un={justRequestBody:e=>({value:e,type:"justRequestBody",_visit:function(t){return un._visit(this,t)}}),wrapper:e=>Object.assign(Object.assign({},e),{type:"wrapper",_visit:function(t){return un._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"justRequestBody":return t.justRequestBody(e.value);case"wrapper":return t.wrapper(e);default:return t._other(e)}}};a();o();u();var $t={json:e=>Object.assign(Object.assign({},e),{type:"json",_visit:function(t){return $t._visit(this,t)}}),text:e=>Object.assign(Object.assign({},e),{type:"text",_visit:function(t){return $t._visit(this,t)}}),sse:e=>Object.assign(Object.assign({},e),{type:"sse",_visit:function(t){return $t._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"json":return t.json(e);case"text":return t.text(e);case"sse":return t.sse(e);default:return t._other(e)}}};a();o();u();var al={Curl:"curl",Python:"python",Javascript:"javascript",Typescript:"typescript",Go:"go",Ruby:"ruby",Csharp:"csharp",Java:"java",Php:"php",Rust:"rust",Swift:"swift"},Ce=Object.assign(Object.assign({},al),{_visit:(e,t)=>{switch(e){case Ce.Curl:return t.curl();case Ce.Python:return t.python();case Ce.Javascript:return t.javascript();case Ce.Typescript:return t.typescript();case Ce.Go:return t.go();case Ce.Ruby:return t.ruby();case Ce.Csharp:return t.csharp();case Ce.Java:return t.java();case Ce.Php:return t.php();case Ce.Rust:return t.rust();case Ce.Swift:return t.swift();default:return t._other()}}});a();o();u();var on={http:()=>({type:"http",_visit:function(e){return on._visit(this,e)}}),grpc:e=>Object.assign(Object.assign({},e),{type:"grpc",_visit:function(t){return on._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"http":return t.http();case"grpc":return t.grpc(e);default:return t._other(e)}}};var Gi={};se(Gi,{ApiDefinitionSource:()=>cn,ApiVersionScheme:()=>Vn,ErrorDiscriminationStrategy:()=>pn,ExampleStyle:()=>qn});a();o();u();a();o();u();var cn={proto:e=>Object.assign(Object.assign({},e),{type:"proto",_visit:function(t){return cn._visit(this,t)}}),openapi:()=>({type:"openapi",_visit:function(e){return cn._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"proto":return t.proto(e);case"openapi":return t.openapi();default:return t._other(e)}}};a();o();u();var Vn={header:e=>Object.assign(Object.assign({},e),{type:"header",_visit:function(t){return Vn._visit(this,t)}}),_visit:(e,t)=>e.type==="header"?t.header(e):t._other(e)};a();o();u();var pn={statusCode:()=>({type:"statusCode",_visit:function(e){return pn._visit(this,e)}}),property:e=>Object.assign(Object.assign({},e),{type:"property",_visit:function(t){return pn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"statusCode":return t.statusCode();case"property":return t.property(e);default:return t._other(e)}}};a();o();u();var ul={Minimal:"minimal",Comprehensive:"comprehensive"},qn=Object.assign(Object.assign({},ul),{_visit:(e,t)=>{switch(e){case qn.Minimal:return t.minimal();case qn.Comprehensive:return t.comprehensive();default:return t._other()}}});var $i={};se($i,{ProtobufMethodType:()=>Wt,ProtobufType:()=>ln,WellKnownProtobufType:()=>X});a();o();u();a();o();u();var ol={Unary:"UNARY",ClientStream:"CLIENT_STREAM",ServerStream:"SERVER_STREAM",BidirectionalStream:"BIDIRECTIONAL_STREAM"},Wt=Object.assign(Object.assign({},ol),{_visit:(e,t)=>{switch(e){case Wt.Unary:return t.unary();case Wt.ClientStream:return t.clientStream();case Wt.ServerStream:return t.serverStream();case Wt.BidirectionalStream:return t.bidirectionalStream();default:return t._other()}}});a();o();u();var ln={wellKnown:e=>({value:e,type:"wellKnown",_visit:function(t){return ln._visit(this,t)}}),userDefined:e=>Object.assign(Object.assign({},e),{type:"userDefined",_visit:function(t){return ln._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"wellKnown":return t.wellKnown(e.value);case"userDefined":return t.userDefined(e);default:return t._other(e)}}};a();o();u();var X={any:()=>({type:"any",_visit:function(e){return X._visit(this,e)}}),api:()=>({type:"api",_visit:function(e){return X._visit(this,e)}}),boolValue:()=>({type:"boolValue",_visit:function(e){return X._visit(this,e)}}),bytesValue:()=>({type:"bytesValue",_visit:function(e){return X._visit(this,e)}}),doubleValue:()=>({type:"doubleValue",_visit:function(e){return X._visit(this,e)}}),duration:()=>({type:"duration",_visit:function(e){return X._visit(this,e)}}),empty:()=>({type:"empty",_visit:function(e){return X._visit(this,e)}}),enum:()=>({type:"enum",_visit:function(e){return X._visit(this,e)}}),enumValue:()=>({type:"enumValue",_visit:function(e){return X._visit(this,e)}}),field:()=>({type:"field",_visit:function(e){return X._visit(this,e)}}),fieldCardinality:()=>({type:"fieldCardinality",_visit:function(e){return X._visit(this,e)}}),fieldKind:()=>({type:"fieldKind",_visit:function(e){return X._visit(this,e)}}),fieldMask:()=>({type:"fieldMask",_visit:function(e){return X._visit(this,e)}}),floatValue:()=>({type:"floatValue",_visit:function(e){return X._visit(this,e)}}),int32Value:()=>({type:"int32Value",_visit:function(e){return X._visit(this,e)}}),int64Value:()=>({type:"int64Value",_visit:function(e){return X._visit(this,e)}}),listValue:()=>({type:"listValue",_visit:function(e){return X._visit(this,e)}}),method:()=>({type:"method",_visit:function(e){return X._visit(this,e)}}),mixin:()=>({type:"mixin",_visit:function(e){return X._visit(this,e)}}),nullValue:()=>({type:"nullValue",_visit:function(e){return X._visit(this,e)}}),option:()=>({type:"option",_visit:function(e){return X._visit(this,e)}}),sourceContext:()=>({type:"sourceContext",_visit:function(e){return X._visit(this,e)}}),stringValue:()=>({type:"stringValue",_visit:function(e){return X._visit(this,e)}}),struct:()=>({type:"struct",_visit:function(e){return X._visit(this,e)}}),syntax:()=>({type:"syntax",_visit:function(e){return X._visit(this,e)}}),timestamp:()=>({type:"timestamp",_visit:function(e){return X._visit(this,e)}}),type:()=>({type:"type",_visit:function(e){return X._visit(this,e)}}),uint32Value:()=>({type:"uint32Value",_visit:function(e){return X._visit(this,e)}}),uint64Value:()=>({type:"uint64Value",_visit:function(e){return X._visit(this,e)}}),value:()=>({type:"value",_visit:function(e){return X._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"any":return t.any();case"api":return t.api();case"boolValue":return t.boolValue();case"bytesValue":return t.bytesValue();case"doubleValue":return t.doubleValue();case"duration":return t.duration();case"empty":return t.empty();case"enum":return t.enum();case"enumValue":return t.enumValue();case"field":return t.field();case"fieldCardinality":return t.fieldCardinality();case"fieldKind":return t.fieldKind();case"fieldMask":return t.fieldMask();case"floatValue":return t.floatValue();case"int32Value":return t.int32Value();case"int64Value":return t.int64Value();case"listValue":return t.listValue();case"method":return t.method();case"mixin":return t.mixin();case"nullValue":return t.nullValue();case"option":return t.option();case"sourceContext":return t.sourceContext();case"stringValue":return t.stringValue();case"struct":return t.struct();case"syntax":return t.syntax();case"timestamp":return t.timestamp();case"type":return t.type();case"uint32Value":return t.uint32Value();case"uint64Value":return t.uint64Value();case"value":return t.value();default:return t._other(e)}}};var Wi={};se(Wi,{PublishTarget:()=>ct,PublishingConfig:()=>Ht});a();o();u();a();o();u();var Ht={github:e=>Object.assign(Object.assign({},e),{type:"github",_visit:function(t){return Ht._visit(this,t)}}),direct:e=>Object.assign(Object.assign({},e),{type:"direct",_visit:function(t){return Ht._visit(this,t)}}),filesystem:e=>Object.assign(Object.assign({},e),{type:"filesystem",_visit:function(t){return Ht._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"github":return t.github(e);case"direct":return t.direct(e);case"filesystem":return t.filesystem(e);default:return t._other(e)}}};a();o();u();var ct={postman:e=>Object.assign(Object.assign({},e),{type:"postman",_visit:function(t){return ct._visit(this,t)}}),npm:e=>Object.assign(Object.assign({},e),{type:"npm",_visit:function(t){return ct._visit(this,t)}}),maven:e=>Object.assign(Object.assign({},e),{type:"maven",_visit:function(t){return ct._visit(this,t)}}),pypi:e=>Object.assign(Object.assign({},e),{type:"pypi",_visit:function(t){return ct._visit(this,t)}}),crates:e=>Object.assign(Object.assign({},e),{type:"crates",_visit:function(t){return ct._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"postman":return t.postman(e);case"npm":return t.npm(e);case"maven":return t.maven(e);case"pypi":return t.pypi(e);case"crates":return t.crates(e);default:return t._other(e)}}};var Hi={};se(Hi,{ContainerType:()=>Ke,ExampleContainer:()=>Qe,ExamplePrimitive:()=>ye,ExampleSingleUnionTypeProperties:()=>zt,ExampleTypeReferenceShape:()=>Ct,ExampleTypeShape:()=>pt,Literal:()=>fn,NamedTypeDefault:()=>vn,ObjectPropertyAccess:()=>Gn,PrimitiveTypeV1:()=>Te,PrimitiveTypeV2:()=>ge,ResolvedTypeReference:()=>Ot,ShapeType:()=>Jt,SingleUnionTypeProperties:()=>Kt,Source:()=>$n,Type:()=>lt,TypeReference:()=>Pt,UnionDiscriminatorContext:()=>Wn});a();o();u();a();o();u();var Ke={list:e=>({list:e,type:"list",_visit:function(t){return Ke._visit(this,t)}}),map:e=>Object.assign(Object.assign({},e),{type:"map",_visit:function(t){return Ke._visit(this,t)}}),nullable:e=>({nullable:e,type:"nullable",_visit:function(t){return Ke._visit(this,t)}}),optional:e=>({optional:e,type:"optional",_visit:function(t){return Ke._visit(this,t)}}),set:e=>({set:e,type:"set",_visit:function(t){return Ke._visit(this,t)}}),literal:e=>({literal:e,type:"literal",_visit:function(t){return Ke._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"list":return t.list(e.list);case"map":return t.map(e);case"nullable":return t.nullable(e.nullable);case"optional":return t.optional(e.optional);case"set":return t.set(e.set);case"literal":return t.literal(e.literal);default:return t._other(e)}}};a();o();u();var Qe={list:e=>Object.assign(Object.assign({},e),{type:"list",_visit:function(t){return Qe._visit(this,t)}}),set:e=>Object.assign(Object.assign({},e),{type:"set",_visit:function(t){return Qe._visit(this,t)}}),optional:e=>Object.assign(Object.assign({},e),{type:"optional",_visit:function(t){return Qe._visit(this,t)}}),nullable:e=>Object.assign(Object.assign({},e),{type:"nullable",_visit:function(t){return Qe._visit(this,t)}}),map:e=>Object.assign(Object.assign({},e),{type:"map",_visit:function(t){return Qe._visit(this,t)}}),literal:e=>Object.assign(Object.assign({},e),{type:"literal",_visit:function(t){return Qe._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"list":return t.list(e);case"set":return t.set(e);case"optional":return t.optional(e);case"nullable":return t.nullable(e);case"map":return t.map(e);case"literal":return t.literal(e);default:return t._other(e)}}};a();o();u();var ye={integer:e=>({integer:e,type:"integer",_visit:function(t){return ye._visit(this,t)}}),long:e=>({long:e,type:"long",_visit:function(t){return ye._visit(this,t)}}),uint:e=>({uint:e,type:"uint",_visit:function(t){return ye._visit(this,t)}}),uint64:e=>({uint64:e,type:"uint64",_visit:function(t){return ye._visit(this,t)}}),float:e=>({float:e,type:"float",_visit:function(t){return ye._visit(this,t)}}),double:e=>({double:e,type:"double",_visit:function(t){return ye._visit(this,t)}}),boolean:e=>({boolean:e,type:"boolean",_visit:function(t){return ye._visit(this,t)}}),string:e=>({string:e,type:"string",_visit:function(t){return ye._visit(this,t)}}),date:e=>({date:e,type:"date",_visit:function(t){return ye._visit(this,t)}}),datetime:e=>Object.assign(Object.assign({},e),{type:"datetime",_visit:function(t){return ye._visit(this,t)}}),datetimeRfc2822:e=>Object.assign(Object.assign({},e),{type:"datetimeRfc2822",_visit:function(t){return ye._visit(this,t)}}),uuid:e=>({uuid:e,type:"uuid",_visit:function(t){return ye._visit(this,t)}}),base64:e=>({base64:e,type:"base64",_visit:function(t){return ye._visit(this,t)}}),bigInteger:e=>({bigInteger:e,type:"bigInteger",_visit:function(t){return ye._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"integer":return t.integer(e.integer);case"long":return t.long(e.long);case"uint":return t.uint(e.uint);case"uint64":return t.uint64(e.uint64);case"float":return t.float(e.float);case"double":return t.double(e.double);case"boolean":return t.boolean(e.boolean);case"string":return t.string(e.string);case"date":return t.date(e.date);case"datetime":return t.datetime(e);case"datetimeRfc2822":return t.datetimeRfc2822(e);case"uuid":return t.uuid(e.uuid);case"base64":return t.base64(e.base64);case"bigInteger":return t.bigInteger(e.bigInteger);default:return t._other(e)}}};a();o();u();var zt={samePropertiesAsObject:e=>Object.assign(Object.assign({},e),{type:"samePropertiesAsObject",_visit:function(t){return zt._visit(this,t)}}),singleProperty:e=>Object.assign(Object.assign({},e),{type:"singleProperty",_visit:function(t){return zt._visit(this,t)}}),noProperties:()=>({type:"noProperties",_visit:function(e){return zt._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"samePropertiesAsObject":return t.samePropertiesAsObject(e);case"singleProperty":return t.singleProperty(e);case"noProperties":return t.noProperties();default:return t._other(e)}}};a();o();u();var Ct={primitive:e=>({primitive:e,type:"primitive",_visit:function(t){return Ct._visit(this,t)}}),container:e=>({container:e,type:"container",_visit:function(t){return Ct._visit(this,t)}}),unknown:e=>({unknown:e,type:"unknown",_visit:function(t){return Ct._visit(this,t)}}),named:e=>Object.assign(Object.assign({},e),{type:"named",_visit:function(t){return Ct._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"primitive":return t.primitive(e.primitive);case"container":return t.container(e.container);case"unknown":return t.unknown(e.unknown);case"named":return t.named(e);default:return t._other(e)}}};a();o();u();var pt={alias:e=>Object.assign(Object.assign({},e),{type:"alias",_visit:function(t){return pt._visit(this,t)}}),enum:e=>Object.assign(Object.assign({},e),{type:"enum",_visit:function(t){return pt._visit(this,t)}}),object:e=>Object.assign(Object.assign({},e),{type:"object",_visit:function(t){return pt._visit(this,t)}}),union:e=>Object.assign(Object.assign({},e),{type:"union",_visit:function(t){return pt._visit(this,t)}}),undiscriminatedUnion:e=>Object.assign(Object.assign({},e),{type:"undiscriminatedUnion",_visit:function(t){return pt._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"alias":return t.alias(e);case"enum":return t.enum(e);case"object":return t.object(e);case"union":return t.union(e);case"undiscriminatedUnion":return t.undiscriminatedUnion(e);default:return t._other(e)}}};a();o();u();var fn={string:e=>({string:e,type:"string",_visit:function(t){return fn._visit(this,t)}}),boolean:e=>({boolean:e,type:"boolean",_visit:function(t){return fn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"string":return t.string(e.string);case"boolean":return t.boolean(e.boolean);default:return t._other(e)}}};a();o();u();var vn={enum:e=>Object.assign(Object.assign({},e),{type:"enum",_visit:function(t){return vn._visit(this,t)}}),_visit:(e,t)=>e.type==="enum"?t.enum(e):t._other(e)};a();o();u();var cl={ReadOnly:"READ_ONLY",WriteOnly:"WRITE_ONLY"},Gn=Object.assign(Object.assign({},cl),{_visit:(e,t)=>{switch(e){case Gn.ReadOnly:return t.readOnly();case Gn.WriteOnly:return t.writeOnly();default:return t._other()}}});a();o();u();var pl={Integer:"INTEGER",Long:"LONG",Uint:"UINT",Uint64:"UINT_64",Float:"FLOAT",Double:"DOUBLE",Boolean:"BOOLEAN",String:"STRING",Date:"DATE",DateTime:"DATE_TIME",DateTimeRfc2822:"DATE_TIME_RFC_2822",Uuid:"UUID",Base64:"BASE_64",BigInteger:"BIG_INTEGER"},Te=Object.assign(Object.assign({},pl),{_visit:(e,t)=>{switch(e){case Te.Integer:return t.integer();case Te.Long:return t.long();case Te.Uint:return t.uint();case Te.Uint64:return t.uint64();case Te.Float:return t.float();case Te.Double:return t.double();case Te.Boolean:return t.boolean();case Te.String:return t.string();case Te.Date:return t.date();case Te.DateTime:return t.dateTime();case Te.DateTimeRfc2822:return t.dateTimeRfc2822();case Te.Uuid:return t.uuid();case Te.Base64:return t.base64();case Te.BigInteger:return t.bigInteger();default:return t._other()}}});a();o();u();var ge={integer:e=>Object.assign(Object.assign({},e),{type:"integer",_visit:function(t){return ge._visit(this,t)}}),long:e=>Object.assign(Object.assign({},e),{type:"long",_visit:function(t){return ge._visit(this,t)}}),uint:e=>Object.assign(Object.assign({},e),{type:"uint",_visit:function(t){return ge._visit(this,t)}}),uint64:e=>Object.assign(Object.assign({},e),{type:"uint64",_visit:function(t){return ge._visit(this,t)}}),float:e=>Object.assign(Object.assign({},e),{type:"float",_visit:function(t){return ge._visit(this,t)}}),double:e=>Object.assign(Object.assign({},e),{type:"double",_visit:function(t){return ge._visit(this,t)}}),boolean:e=>Object.assign(Object.assign({},e),{type:"boolean",_visit:function(t){return ge._visit(this,t)}}),string:e=>Object.assign(Object.assign({},e),{type:"string",_visit:function(t){return ge._visit(this,t)}}),date:e=>Object.assign(Object.assign({},e),{type:"date",_visit:function(t){return ge._visit(this,t)}}),dateTime:e=>Object.assign(Object.assign({},e),{type:"dateTime",_visit:function(t){return ge._visit(this,t)}}),dateTimeRfc2822:e=>Object.assign(Object.assign({},e),{type:"dateTimeRfc2822",_visit:function(t){return ge._visit(this,t)}}),uuid:e=>Object.assign(Object.assign({},e),{type:"uuid",_visit:function(t){return ge._visit(this,t)}}),base64:e=>Object.assign(Object.assign({},e),{type:"base64",_visit:function(t){return ge._visit(this,t)}}),bigInteger:e=>Object.assign(Object.assign({},e),{type:"bigInteger",_visit:function(t){return ge._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"integer":return t.integer(e);case"long":return t.long(e);case"uint":return t.uint(e);case"uint64":return t.uint64(e);case"float":return t.float(e);case"double":return t.double(e);case"boolean":return t.boolean(e);case"string":return t.string(e);case"date":return t.date(e);case"dateTime":return t.dateTime(e);case"dateTimeRfc2822":return t.dateTimeRfc2822(e);case"uuid":return t.uuid(e);case"base64":return t.base64(e);case"bigInteger":return t.bigInteger(e);default:return t._other(e)}}};a();o();u();var Ot={container:e=>({container:e,type:"container",_visit:function(t){return Ot._visit(this,t)}}),named:e=>Object.assign(Object.assign({},e),{type:"named",_visit:function(t){return Ot._visit(this,t)}}),primitive:e=>({primitive:e,type:"primitive",_visit:function(t){return Ot._visit(this,t)}}),unknown:()=>({type:"unknown",_visit:function(e){return Ot._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"container":return t.container(e.container);case"named":return t.named(e);case"primitive":return t.primitive(e.primitive);case"unknown":return t.unknown();default:return t._other(e)}}};a();o();u();var ll={Enum:"ENUM",Object:"OBJECT",Union:"UNION",UndiscriminatedUnion:"UNDISCRIMINATED_UNION"},Jt=Object.assign(Object.assign({},ll),{_visit:(e,t)=>{switch(e){case Jt.Enum:return t.enum();case Jt.Object:return t.object();case Jt.Union:return t.union();case Jt.UndiscriminatedUnion:return t.undiscriminatedUnion();default:return t._other()}}});a();o();u();var Kt={samePropertiesAsObject:e=>Object.assign(Object.assign({},e),{propertiesType:"samePropertiesAsObject",_visit:function(t){return Kt._visit(this,t)}}),singleProperty:e=>Object.assign(Object.assign({},e),{propertiesType:"singleProperty",_visit:function(t){return Kt._visit(this,t)}}),noProperties:()=>({propertiesType:"noProperties",_visit:function(e){return Kt._visit(this,e)}}),_visit:(e,t)=>{switch(e.propertiesType){case"samePropertiesAsObject":return t.samePropertiesAsObject(e);case"singleProperty":return t.singleProperty(e);case"noProperties":return t.noProperties();default:return t._other(e)}}};a();o();u();var $n={proto:e=>({value:e,type:"proto",_visit:function(t){return $n._visit(this,t)}}),_visit:(e,t)=>e.type==="proto"?t.proto(e.value):t._other(e)};a();o();u();var lt={alias:e=>Object.assign(Object.assign({},e),{type:"alias",_visit:function(t){return lt._visit(this,t)}}),enum:e=>Object.assign(Object.assign({},e),{type:"enum",_visit:function(t){return lt._visit(this,t)}}),object:e=>Object.assign(Object.assign({},e),{type:"object",_visit:function(t){return lt._visit(this,t)}}),union:e=>Object.assign(Object.assign({},e),{type:"union",_visit:function(t){return lt._visit(this,t)}}),undiscriminatedUnion:e=>Object.assign(Object.assign({},e),{type:"undiscriminatedUnion",_visit:function(t){return lt._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"alias":return t.alias(e);case"enum":return t.enum(e);case"object":return t.object(e);case"union":return t.union(e);case"undiscriminatedUnion":return t.undiscriminatedUnion(e);default:return t._other(e)}}};a();o();u();var Pt={container:e=>({container:e,type:"container",_visit:function(t){return Pt._visit(this,t)}}),named:e=>Object.assign(Object.assign({},e),{type:"named",_visit:function(t){return Pt._visit(this,t)}}),primitive:e=>({primitive:e,type:"primitive",_visit:function(t){return Pt._visit(this,t)}}),unknown:()=>({type:"unknown",_visit:function(e){return Pt._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"container":return t.container(e.container);case"named":return t.named(e);case"primitive":return t.primitive(e.primitive);case"unknown":return t.unknown();default:return t._other(e)}}};a();o();u();var fl={Data:"data",Protocol:"protocol"},Wn=Object.assign(Object.assign({},fl),{_visit:(e,t)=>{switch(e){case Wn.Data:return t.data();case Wn.Protocol:return t.protocol();default:return t._other()}}});var So={};a();o();u();var zi={};se(zi,{AsymmetricAlgorithm:()=>Xe,AsymmetricKeySource:()=>dn,HmacAlgorithm:()=>Qt,WebhookHttpMethod:()=>Hn,WebhookPayload:()=>hn,WebhookPayloadComponent:()=>Xt,WebhookSignatureEncoding:()=>zn,WebhookSignatureVerification:()=>mn,WebhookTimestampFormat:()=>yn});a();o();u();a();o();u();var dl={RsaSha256:"RSA_SHA256",RsaSha384:"RSA_SHA384",RsaSha512:"RSA_SHA512",EcdsaSha256:"ECDSA_SHA256",EcdsaSha384:"ECDSA_SHA384",EcdsaSha512:"ECDSA_SHA512",Ed25519:"ED25519"},Xe=Object.assign(Object.assign({},dl),{_visit:(e,t)=>{switch(e){case Xe.RsaSha256:return t.rsaSha256();case Xe.RsaSha384:return t.rsaSha384();case Xe.RsaSha512:return t.rsaSha512();case Xe.EcdsaSha256:return t.ecdsaSha256();case Xe.EcdsaSha384:return t.ecdsaSha384();case Xe.EcdsaSha512:return t.ecdsaSha512();case Xe.Ed25519:return t.ed25519();default:return t._other()}}});a();o();u();var dn={jwks:e=>Object.assign(Object.assign({},e),{type:"jwks",_visit:function(t){return dn._visit(this,t)}}),static:e=>Object.assign(Object.assign({},e),{type:"static",_visit:function(t){return dn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"jwks":return t.jwks(e);case"static":return t.static(e);default:return t._other(e)}}};a();o();u();var hl={Sha256:"SHA256",Sha1:"SHA1",Sha384:"SHA384",Sha512:"SHA512"},Qt=Object.assign(Object.assign({},hl),{_visit:(e,t)=>{switch(e){case Qt.Sha256:return t.sha256();case Qt.Sha1:return t.sha1();case Qt.Sha384:return t.sha384();case Qt.Sha512:return t.sha512();default:return t._other()}}});a();o();u();var ml={Get:"GET",Post:"POST"},Hn=Object.assign(Object.assign({},ml),{_visit:(e,t)=>{switch(e){case Hn.Get:return t.get();case Hn.Post:return t.post();default:return t._other()}}});a();o();u();var hn={inlinedPayload:e=>Object.assign(Object.assign({},e),{type:"inlinedPayload",_visit:function(t){return hn._visit(this,t)}}),reference:e=>Object.assign(Object.assign({},e),{type:"reference",_visit:function(t){return hn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"inlinedPayload":return t.inlinedPayload(e);case"reference":return t.reference(e);default:return t._other(e)}}};a();o();u();var yl={Body:"BODY",Timestamp:"TIMESTAMP",NotificationUrl:"NOTIFICATION_URL",MessageId:"MESSAGE_ID"},Xt=Object.assign(Object.assign({},yl),{_visit:(e,t)=>{switch(e){case Xt.Body:return t.body();case Xt.Timestamp:return t.timestamp();case Xt.NotificationUrl:return t.notificationUrl();case Xt.MessageId:return t.messageId();default:return t._other()}}});a();o();u();var gl={Base64:"BASE64",Hex:"HEX"},zn=Object.assign(Object.assign({},gl),{_visit:(e,t)=>{switch(e){case zn.Base64:return t.base64();case zn.Hex:return t.hex();default:return t._other()}}});a();o();u();var mn={hmac:e=>Object.assign(Object.assign({},e),{type:"hmac",_visit:function(t){return mn._visit(this,t)}}),asymmetric:e=>Object.assign(Object.assign({},e),{type:"asymmetric",_visit:function(t){return mn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"hmac":return t.hmac(e);case"asymmetric":return t.asymmetric(e);default:return t._other(e)}}};a();o();u();var bl={UnixSeconds:"UNIX_SECONDS",UnixMillis:"UNIX_MILLIS",Iso8601:"ISO8601"},yn=Object.assign(Object.assign({},bl),{_visit:(e,t)=>{switch(e){case yn.UnixSeconds:return t.unixSeconds();case yn.UnixMillis:return t.unixMillis();case yn.Iso8601:return t.iso8601();default:return t._other()}}});var Ji={};se(Ji,{ExampleWebSocketMessageBody:()=>gn,WebSocketMessageBody:()=>bn,WebSocketMessageOrigin:()=>Jn});a();o();u();a();o();u();var gn={inlinedBody:e=>Object.assign(Object.assign({},e),{type:"inlinedBody",_visit:function(t){return gn._visit(this,t)}}),reference:e=>Object.assign(Object.assign({},e),{type:"reference",_visit:function(t){return gn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"inlinedBody":return t.inlinedBody(e);case"reference":return t.reference(e);default:return t._other(e)}}};a();o();u();var bn={inlinedBody:e=>Object.assign(Object.assign({},e),{type:"inlinedBody",_visit:function(t){return bn._visit(this,t)}}),reference:e=>Object.assign(Object.assign({},e),{type:"reference",_visit:function(t){return bn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"inlinedBody":return t.inlinedBody(e);case"reference":return t.reference(e);default:return t._other(e)}}};a();o();u();var xl={Client:"client",Server:"server"},Jn=Object.assign(Object.assign({},xl),{_visit:(e,t)=>{switch(e){case Jn.Client:return t.client();case Jn.Server:return t.server();default:return t._other()}}});var Xn={};se(Xn,{camelCase:()=>Qn,hash:()=>Fe,normalizeDates:()=>wl,uniqueId:()=>Ki,upperFirst:()=>Kn});a();o();u();function Kn(e){return`${e.charAt(0).toUpperCase()}${e.slice(1)}`}function Qn(e){e=e.trim();let t=e.replace(/([a-z])([A-Z])/g,"$1 $2").replace(/([A-Z]+)([A-Z][a-z])/g,"$1 $2").split(/[\s_-]+/).filter(r=>r.length>0);return t.length===0?"":t.map((r,n)=>(r=r.toLowerCase(),n===0?r:`${r.charAt(0).toUpperCase()}${r.slice(1)}`)).join("")}function Fe(e){let t=0;for(let r of e)t=(t<<5)-t+r.charCodeAt(0);return t}function Ki(e){function t(n){let i=Math.sin(n++)*1e4;return i-Math.floor(i)}let r=Fe(e);return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(n){let i=t(r++)*16|0;return(n==="x"?i:i&3|8).toString(16)})}function wl(e,t){return L.isIsoDateTimeString(t)?new Date(t).toISOString():L.isIsoDateString(t)?new Date(t).toISOString().slice(0,10):t}var Zt=class extends M{constructor(){super(...arguments);f(this,"defaultValue",this.csharp.Literal.null());f(this,"isOptional",!1);f(this,"isReferenceType",!1);f(this,"fullyQualifiedName",this.constructor.name)}get isAsyncEnumerable(){return!1}get isCollection(){return!1}getCollectionItemType(){}asOptional(){return new ke(this,this.generation)}asNullable(){return new Ft(this,this.generation)}asNonOptional(){return this}write(r){r.write(this.fullyQualifiedName)}writeEmptyCollectionInitializer(r){}getDeterminsticDefault(r){return this.csharp.Literal.nop()}},Ie=class extends Zt{get multipartMethodName(){return"AddStringPart"}get multipartMethodNameForCollection(){return"AddStringParts"}},ft=class extends Zt{constructor(){super(...arguments);f(this,"isReferenceType",!0)}},_t=class extends ft{get isCollection(){return!0}get multipartMethodName(){return"AddJsonPart"}get multipartMethodNameForCollection(){return"AddJsonParts"}},xn=class extends ft{get multipartMethodName(){return"AddJsonPart"}get multipartMethodNameForCollection(){return"AddJsonParts"}},ke=class extends ft{constructor(r,n){super(n);f(this,"isOptional",!0);f(this,"value");this.value=r}get isCollection(){return!1}get multipartMethodName(){return this.value.multipartMethodName}get multipartMethodNameForCollection(){return this.value.multipartMethodNameForCollection}asOptional(){return this}asNullable(){return this}asNonOptional(){return this.value}write(r){this.value.write(r),this.value.isOptional||r.write("?")}},Ft=class extends ft{constructor(r,n){super(n);f(this,"isOptional",!0);f(this,"value");this.value=r}get isCollection(){return!1}get multipartMethodName(){return this.value.multipartMethodName}get multipartMethodNameForCollection(){return this.value.multipartMethodNameForCollection}asOptional(){return this}asNullable(){return this}asNonOptional(){return this.value}write(r){this.value.write(r),this.value.isOptional||r.write("?")}},er=class extends ft{constructor(r,n){super(n);f(this,"isOptional",!0);f(this,"value");this.value=r}get isCollection(){return!1}get multipartMethodName(){return this.value.multipartMethodName}get multipartMethodNameForCollection(){return this.value.multipartMethodNameForCollection}asOptional(){return this}asNullable(){return this}asNonOptional(){return this.value}write(r){let n=this.generation.Types.Optional;r.addReference(n),r.write("Optional<"),this.value.write(r),r.write(">")}},Q;(function(e){class t extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","int");f(this,"defaultValue",this.csharp.Literal.integer(0))}getDeterminsticDefault(P){return this.csharp.Literal.integer(Fe(P)&2147483647)}}e.Integer=t;class r extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","long");f(this,"defaultValue",this.csharp.Literal.long(0))}getDeterminsticDefault(P){return this.csharp.Literal.long(Fe(P)&0x7ffffffffffff)}}e.Long=r;class n extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","uint");f(this,"defaultValue",this.csharp.Literal.uint(0))}getDeterminsticDefault(P){return this.csharp.Literal.uint(Fe(P)&2147483647)}}e.Uint=n;class i extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","ulong");f(this,"defaultValue",this.csharp.Literal.ulong(0))}getDeterminsticDefault(P){return this.csharp.Literal.ulong(Fe(P)&0x7ffffffffffff)}}e.ULong=i;class l extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","string");f(this,"defaultValue",this.csharp.Literal.string(""));f(this,"isReferenceType",!0)}getDeterminsticDefault(P){return this.csharp.Literal.string(`<${P}>`)}}e.String=l;class p extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","bool");f(this,"defaultValue",this.csharp.Literal.boolean(!1))}getDeterminsticDefault(P){return this.csharp.Literal.boolean(Fe(P)%2===0)}}e.Boolean=p;class x extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","float");f(this,"defaultValue",this.csharp.Literal.float(0))}getDeterminsticDefault(P){return this.csharp.Literal.float((Fe(P)&2147483647)/100)}}e.Float=x;class T extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","double");f(this,"defaultValue",this.csharp.Literal.double(0))}getDeterminsticDefault(P){return this.csharp.Literal.double((Fe(P)&0x7ffffffffffff)/100)}}e.Double=T;class A extends xn{constructor(){super(...arguments);f(this,"fullyQualifiedName","object")}}e.Object=A;class I extends Ie{constructor(P,B){super(B);f(this,"fullyQualifiedName");this.fullyQualifiedName=P}}e.ArbitraryType=I})(Q||(Q={}));var Oe;(function(e){class t extends ft{get multipartMethodName(){return ue("byte[] can not be added to multipart form"),""}get multipartMethodNameForCollection(){return ue("byte[] can not be added to multipart form"),""}write(x){x.write("byte[]")}}e.Binary=t;class r extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","DateOnly")}getDeterminsticDefault(T){let A=new Date(Fe(T)&0x7ffffffffffff);return this.csharp.Literal.date(A.toISOString())}}e.DateOnly=r;class n extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","DateTime")}getDeterminsticDefault(T){let A=new Date(Fe(T)&0x7ffffffffffff);return this.csharp.Literal.datetime(A.toISOString())}}e.DateTime=n;class i extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","string");f(this,"defaultValue",this.csharp.Literal.string(""));f(this,"isReferenceType",!0)}getDeterminsticDefault(T){return this.csharp.Literal.string(Ki(T))}}e.Uuid=i;class l extends Ie{constructor(T,A){super(A);f(this,"value");this.value=T}write(T){this.Types.StringEnum(this.value).write(T)}}e.StringEnum=l})(Oe||(Oe={}));var de;(function(e){class t extends xn{constructor(I,C){super(C);f(this,"isReferenceType",!0);f(this,"value");this.value=I}getCollectionItemType(){return this.value}write(I){if(Yt({writer:I,value:this.value})){this.writeReadOnlyMemoryType({writer:I,value:this.value});return}this.value.write(I),I.write("[]")}writeReadOnlyMemoryType({writer:I,value:C}){I.writeNode(this.System.ReadOnlyMemory(C))}}e.Array=t;class r extends _t{constructor(I,C){super(C);f(this,"value");this.value=I}get multipartMethodName(){return this.value.multipartMethodNameForCollection}get multipartMethodNameForCollection(){return this.value.multipartMethodNameForCollection}getCollectionItemType(){return this.value}write(I){if(Yt({writer:I,value:this.value})){this.writeReadOnlyMemoryType({writer:I,value:this.value});return}I.writeNode(this.System.Collections.Generic.List(this.value))}writeEmptyCollectionInitializer(I){Yt({writer:I,value:this.value})||I.writeStatement(" = ",this.System.Collections.Generic.List(this.value).new())}writeReadOnlyMemoryType({writer:I,value:C}){I.writeNode(this.System.ReadOnlyMemory(C))}}e.ListType=r;class n extends _t{constructor(I,C){super(C);f(this,"value");this.value=I}get multipartMethodName(){return this.value.multipartMethodNameForCollection}get multipartMethodNameForCollection(){return this.value.multipartMethodNameForCollection}getCollectionItemType(){return this.value}write(I){if(Yt({writer:I,value:this.value})){this.writeReadOnlyMemoryType({writer:I,value:this.value});return}I.writeNode(this.System.Collections.Generic.IEnumerable(this.value))}writeEmptyCollectionInitializer(I){Yt({writer:I,value:this.value})||I.writeStatement(" = ",this.System.Collections.Generic.List(this.value).new())}writeReadOnlyMemoryType({writer:I,value:C}){I.writeNode(this.System.ReadOnlyMemory(C))}}e.List=n;class i extends _t{constructor(I,C){super(C);f(this,"value");this.value=I}getCollectionItemType(){return this.value}write(I){I.writeNode(this.System.Collections.Generic.HashSet(this.value))}writeEmptyCollectionInitializer(I){I.writeStatement(" = ",this.System.Collections.Generic.HashSet(this.value).new())}}e.Set=i;class l extends _t{constructor(I,C,j,P){super(j);f(this,"keyType");f(this,"options");f(this,"valueType");this.keyType=I,this.valueType=C,this.options=P}getCollectionItemType(){return this.Collection.keyValuePair(this.keyType,this.valueType)}write(I){if(this.options?.dontSimplify!==!0&&I.generation.settings.simplifyObjectDictionaries&&this.keyType instanceof Q.String&&this.valueType instanceof ke&&this.valueType.value instanceof Q.Object){I.write("object");return}I.write(this.System.Collections.Generic.Dictionary(this.keyType,this.valueType))}writeEmptyCollectionInitializer(I){I.writeStatement(" = ",this.System.Collections.Generic.Dictionary(this.keyType,this.valueType).new())}}e.Map=l;class p extends _t{constructor(I,C,j,P){super(j);f(this,"keyType");f(this,"options");f(this,"valueType");this.keyType=I,this.valueType=C,this.options=P}getCollectionItemType(){return this.Collection.keyValuePair(this.keyType,this.valueType)}write(I){if(this.options?.dontSimplify!==!0&&I.generation.settings.simplifyObjectDictionaries&&this.keyType instanceof Q.String&&this.valueType instanceof ke&&this.valueType.value instanceof Q.Object){I.write("object");return}I.writeNode(this.System.Collections.Generic.IDictionary(this.keyType,this.valueType))}}e.IDictionary=p;class x extends xn{constructor(I,C,j){super(j);f(this,"isReferenceType",!1);f(this,"keyType");f(this,"valueType");this.keyType=I,this.valueType=C}write(I){I.writeNode(this.System.Collections.Generic.KeyValuePair(this.keyType,this.valueType))}}e.KeyValuePair=x})(de||(de={}));function To(e){return e.map(t=>{switch(t){case"int":return _.PrimitiveTypeV1.Integer;case"long":return _.PrimitiveTypeV1.Long;case"uint":return _.PrimitiveTypeV1.Uint;case"ulong":return _.PrimitiveTypeV1.Uint64;case"string":return _.PrimitiveTypeV1.String;case"bool":case"boolean":return _.PrimitiveTypeV1.Boolean;case"float":return _.PrimitiveTypeV1.Float;case"double":return _.PrimitiveTypeV1.Double;default:throw new Error(`Internal error; unknown ReadOnlyMemory type: ${t}`)}})}function Yt({writer:e,value:t}){return t instanceof ke?Yt({writer:e,value:t.value}):t instanceof Q.Integer?e.isReadOnlyMemoryType("int"):t instanceof Q.Long?e.isReadOnlyMemoryType("long"):t instanceof Q.Uint?e.isReadOnlyMemoryType("uint"):t instanceof Q.ULong?e.isReadOnlyMemoryType("ulong"):t instanceof Q.String?e.isReadOnlyMemoryType("string"):t instanceof Q.Boolean?e.isReadOnlyMemoryType("bool"):t instanceof Q.Float?e.isReadOnlyMemoryType("float"):t instanceof Q.Double?e.isReadOnlyMemoryType("double"):!1}var Ee=class extends Re{constructor({name:r,namespace:n,namespaceAlias:i,enclosingType:l,generics:p,fullyQualified:x,global:T,fullyQualifiedName:A,origin:I,isCollection:C,multipartMethodName:j,multipartMethodNameForCollection:P,isReferenceType:B},v,G){super(I,G);f(this,"scope");f(this,"name");f(this,"namespace");f(this,"namespaceAlias");f(this,"enclosingType");f(this,"generics");f(this,"fullyQualified");f(this,"global");f(this,"fullyQualifiedName");f(this,"isCollection");f(this,"namespaceSegments");f(this,"isReferenceType");f(this,"multipartMethodName");f(this,"multipartMethodNameForCollection");this.scope=v,this.name=r,this.namespace=l?.namespace??n??"",this.namespaceAlias=i,this.enclosingType=l,this.generics=p??[],this.fullyQualified=x??!1,this.global=T??!1,this.namespaceSegments=this.namespace.split("."),this.isCollection=C??!1,l!=null?this.fullyQualifiedName=l.fullyQualifiedName?`${l.fullyQualifiedName}+${r}`:r:this.fullyQualifiedName=A||r,this.multipartMethodName=j===void 0?"AddJsonPart":j,this.multipartMethodNameForCollection=P===void 0?"AddJsonParts":P,this.isReferenceType=B}write(r){this.writeInternal(r,!1)}writeAsAttribute(r){this.writeInternal(r,!0)}get csharpQualifiedName(){return this.fullyQualifiedName.replaceAll("+",".")}get scopedName(){return this.enclosingType?`${this.enclosingType.name}.${this.name}`:this.name}getScopedName(r){let n=r&&this.name.endsWith("Attribute")?this.name.slice(0,-9):this.name;return this.enclosingType?`${this.enclosingType.name}.${n}`:n}writeInternal(r,n){let i=this.getScopedName(n),l=this.registry.isAmbiguousTypeName(this.name)||this.registry.isAmbiguousTypeName(this.enclosingType?.name)||r.getReferencedNamespaces().some(A=>A!==this.namespace&&this.registry.isRegisteredTypeName(`${A}.${this.name}`)),p=this.global||this.registry.isAmbiguousTypeName(this.namespaceSegments[0])||this.registry.isAmbiguousNamespaceName(this.namespaceSegments[0])||r.generation.settings.useFullyQualifiedNamespaces,x=this.csharpQualifiedName;if(n&&x.endsWith("Attribute")){let A=x.lastIndexOf(".");if(A>=0){let I=x.substring(0,A+1),C=x.substring(A+1);C.endsWith("Attribute")&&(x=I+C.slice(0,-9))}else x=x.slice(0,-9)}let T=`${p?"global::":""}${x}`;if(!this.namespace){r.write(i);return}if(this.namespaceAlias!=null){let A=r.addNamespaceAlias(this.namespaceAlias,this.resolveNamespace());r.write(`${A}.${i}`)}else if(r.skipImports)r.write(i);else if(this.fullyQualified)r.write(T);else if(this.qualifiedTypeNameRequired(r,n)||r.skipImports){let A=this.getTypeQualification({classReferenceNamespace:this.resolveNamespace(),namespaceToBeWrittenTo:r.namespace,isAttribute:n}),I=A.split(".");this.registry.isAmbiguousTypeName(I[0])||this.registry.isAmbiguousNamespaceName(I[0])?r.write(T):r.write(`${A}${i}`)}else l&&this.resolveNamespace()!==r.namespace?r.write(T):(r.addReference(this),r.write(i));this.generics!=null&&this.generics.length>0&&(r.write("<"),this.generics.forEach((A,I)=>{r.writeNode(A),I<this.generics.length-1&&r.write(", ")}),r.write(">"))}hasNamespaceConflict(r,n){let i=n.lastIndexOf(".");return(i===-1?n:n.substring(i+1))===r?!0:n.split(".").includes(r)}getTypeQualification({classReferenceNamespace:r,namespaceToBeWrittenTo:n,isAttribute:i}){if(r===n)return"";if(r.startsWith(`${n}.`))return`${r.substring(n.length+1)}.`;let l=i&&!this.name.endsWith("Attribute")?`${this.name}Attribute`:this.name;if(this.hasNamespaceConflict(l,n))return n.indexOf(".")===-1&&n===l?`global::${r}.`:`${r}.`;let x=this.namespaceSegments,T=n.split("."),A=0,I=Math.min(x.length,T.length);for(;A<I&&x[A]===T[A];)A++;return A>0&&A<x.length?`${x.slice(A).join(".")}.`:`${r}.`}qualifiedTypeNameRequired(r,n){let i=r.namespace;if(this.namespace===i)return!1;let l=n&&!this.name.endsWith("Attribute")?`${this.name}Attribute`:this.name;return this.hasNamespaceConflict(l,i)?!0:n&&!this.potentialConflictWithGeneratedType(r,n)?!1:this.namespace.startsWith(`${i}.`)?this.potentialConflictWithGeneratedType(r,n):this.potentialConflictWithGeneratedType(r,n)}potentialConflictWithGeneratedType(r,n=!1){let i=r.getAllTypeClassReferences().get(this.name);if(i==null)return!1;let l=new Set(i);if(l.delete(this.namespace),l.size===0)return n?!1:this.hasProjectNamespaceConflict(r);let p=r.namespace;for(let x of l)if(x===p||p.startsWith(`${x}.`))return!0;return n?!1:this.hasProjectNamespaceConflict(r)}hasProjectNamespaceConflict(r){return r.getAllNamespaceSegments().has(this.name)}resolveNamespace(){return this.registry.resolveNamespace(this.namespace)}asFullyQualified(){return this.csharp.classReferenceInternal({...this,fullyQualified:!0})}new(r){return r=r??{arguments_:[]},this.csharp.instantiateClass({...r,classReference:this})}explicit(r){return this.origin||ue(`Cannot create explicitly named member '${r}' on '${this.name}' because the class is not bound to an origin.`),this.model.explicit(this.origin,r)}registerField(r,n,i){return this.scope.registerField(r,n,i)}getFieldName(r,n){return this.scope.getFieldName(r,n)}registerMethod(r,n){return r}get isOptional(){return!1}asOptional(){return new ke(this,this.generation)}asNullable(){return new Ft(this,this.generation)}asNonOptional(){return this}get defaultValue(){return this.csharp.Literal.null()}get isAsyncEnumerable(){return this.name==="IAsyncEnumerable"&&this.namespace==="System.Collections.Generic"}};a();o();u();var D=e=>e!=null&&typeof e=="object"&&!Array.isArray(e),W={FernFilepath:e=>D(e)&&"allParts"in e&&"packagePath"in e&&Array.isArray(e.allParts)&&Array.isArray(e.packagePath),Name:e=>D(e)&&"originalName"in e&&"camelCase"in e&&"pascalCase"in e&&"snakeCase"in e&&"screamingSnakeCase"in e&&typeof e.originalName=="string",NameAndWireValue:e=>D(e)&&"wireValue"in e&&"name"in e&&typeof e.wireValue=="string",SafeAndUnsafeString:e=>D(e)&&"unsafeName"in e&&"safeName"in e&&typeof e.unsafeName=="string"&&typeof e.safeName=="string",WithDocs:e=>D(e),BasicAuth:e=>D(e)&&"username"in e&&"password"in e,BasicAuthValues:e=>D(e)&&"username"in e&&"password"in e&&typeof e.username=="string"&&typeof e.password=="string",BearerAuth:e=>D(e)&&"token"in e,BearerAuthValues:e=>D(e)&&"token"in e&&typeof e.token=="string",HeaderAuth:e=>D(e)&&"header"in e,HeaderAuthValues:e=>D(e),InferredAuth:e=>D(e),InferredAuthValues:e=>D(e),OAuth:e=>D(e)&&"clientId"in e&&"clientSecret"in e,OAuthValues:e=>D(e)&&"clientId"in e&&"clientSecret"in e&&typeof e.clientId=="string"&&typeof e.clientSecret=="string",EnvironmentBaseUrlWithId:e=>D(e)&&"id"in e&&"name"in e,EnvironmentsConfig:e=>D(e)&&"environments"in e,MultipleBaseUrlsEnvironment:e=>D(e)&&"id"in e&&"name"in e&&"urls"in e&&D(e.urls),MultipleBaseUrlsEnvironments:e=>D(e)&&"baseUrls"in e&&"environments"in e&&Array.isArray(e.baseUrls)&&Array.isArray(e.environments),SingleBaseUrlEnvironment:e=>D(e)&&"id"in e&&"name"in e&&"url"in e,SingleBaseUrlEnvironments:e=>D(e)&&"environments"in e&&Array.isArray(e.environments),AliasType:e=>D(e)&&"declaration"in e&&"typeReference"in e,DiscriminatedUnionType:e=>D(e)&&"declaration"in e&&"discriminant"in e&&"types"in e&&D(e.types),EnumType:e=>D(e)&&"declaration"in e&&"values"in e&&Array.isArray(e.values),MapType:e=>D(e)&&"key"in e&&"value"in e,NamedParameter:e=>D(e)&&"name"in e&&"typeReference"in e,ObjectType:e=>D(e)&&"declaration"in e&&"properties"in e&&Array.isArray(e.properties),SingleDiscriminatedUnionTypeNoProperties:e=>D(e)&&"discriminantValue"in e,SingleDiscriminatedUnionTypeObject:e=>D(e)&&"typeId"in e&&"discriminantValue"in e&&"properties"in e&&Array.isArray(e.properties),SingleDiscriminatedUnionTypeSingleProperty:e=>D(e)&&"typeReference"in e&&"discriminantValue"in e,UndiscriminatedUnionType:e=>D(e)&&"declaration"in e&&"types"in e&&Array.isArray(e.types),BodyRequest:e=>D(e),Endpoint:e=>D(e)&&"declaration"in e&&"location"in e&&"request"in e&&"response"in e,EndpointExample:e=>D(e)&&"id"in e&&typeof e.id=="string",EndpointLocation:e=>D(e)&&"method"in e&&"path"in e&&typeof e.path=="string",FileUploadRequestBody:e=>D(e)&&"properties"in e&&Array.isArray(e.properties),InlinedRequest:e=>D(e)&&"declaration"in e,InlinedRequestMetadata:e=>D(e)&&"includePathParameters"in e&&"onlyPathParameters"in e&&typeof e.includePathParameters=="boolean"&&typeof e.onlyPathParameters=="boolean",ReferencedRequestBody:e=>D(e)&&"bodyKey"in e&&"bodyType"in e,DynamicIntermediateRepresentation:e=>D(e)&&"version"in e&&"types"in e&&"endpoints"in e&&D(e.types)&&D(e.endpoints),GeneratorConfig:e=>D(e)&&"apiName"in e&&"organization"in e&&"outputConfig"in e&&typeof e.apiName=="string"&&typeof e.organization=="string",GoPublishInfo:e=>D(e)&&"version"in e&&"repoUrl"in e&&typeof e.version=="string"&&typeof e.repoUrl=="string",MavenPublishInfo:e=>D(e)&&"version"in e&&"coordinate"in e&&typeof e.version=="string"&&typeof e.coordinate=="string",NpmPublishInfo:e=>D(e)&&"version"in e&&"packageName"in e&&typeof e.version=="string"&&typeof e.packageName=="string",NugetPublishInfo:e=>D(e)&&"version"in e&&"packageName"in e&&typeof e.version=="string"&&typeof e.packageName=="string",PypiPublishInfo:e=>D(e)&&"version"in e&&"packageName"in e&&typeof e.version=="string"&&typeof e.packageName=="string",RubyGemsPublishInfo:e=>D(e)&&"version"in e&&"packageName"in e&&typeof e.version=="string"&&typeof e.packageName=="string",VariableDeclaration:e=>D(e)&&"id"in e&&"name"in e&&"typeReference"in e&&typeof e.id=="string",EndpointSnippetRequest:e=>D(e)&&"endpoint"in e,EndpointSnippetResponse:e=>D(e)&&"snippet"in e&&typeof e.snippet=="string",Error_:e=>D(e)&&"severity"in e&&"message"in e&&typeof e.message=="string",Auth:{Basic:e=>W.BasicAuth(e)&&"type"in e&&e.type==="basic",Bearer:e=>W.BearerAuth(e)&&"type"in e&&e.type==="bearer",Header:e=>W.HeaderAuth(e)&&"type"in e&&e.type==="header",Inferred:e=>W.InferredAuth(e)&&"type"in e&&e.type==="inferred",Oauth:e=>W.OAuth(e)&&"type"in e&&e.type==="oauth"},AuthValues:{Basic:e=>W.BasicAuthValues(e)&&"type"in e&&e.type==="basic",Bearer:e=>W.BearerAuthValues(e)&&"type"in e&&e.type==="bearer",Header:e=>W.HeaderAuthValues(e)&&"type"in e&&e.type==="header",Inferred:e=>W.InferredAuthValues(e)&&"type"in e&&e.type==="inferred",Oauth:e=>W.OAuthValues(e)&&"type"in e&&e.type==="oauth"},Environments:{MultipleBaseUrls:e=>W.MultipleBaseUrlsEnvironments(e)&&"type"in e&&e.type==="multipleBaseUrls",SingleBaseUrl:e=>W.SingleBaseUrlEnvironments(e)&&"type"in e&&e.type==="singleBaseUrl"},FileUploadRequestBodyProperty:{BodyProperty:e=>W.NamedParameter(e)&&"type"in e&&e.type==="bodyProperty",FileArray:e=>W.NameAndWireValue(e)&&"type"in e&&e.type==="fileArray",File_:e=>W.NameAndWireValue(e)&&"type"in e&&e.type==="file"},InlinedRequestBody:{FileUpload:e=>W.FileUploadRequestBody(e)&&"type"in e&&e.type==="fileUpload",Referenced:e=>W.ReferencedRequestBody(e)&&"type"in e&&e.type==="referenced"},AnyNamedType:e=>W.NamedType.Alias(e)||W.NamedType.DiscriminatedUnion(e)||W.NamedType.Enum(e)||W.NamedType.Object_(e)||W.NamedType.UndiscriminatedUnion(e),NamedType:{Alias:e=>W.AliasType(e)&&"type"in e&&e.type==="alias",DiscriminatedUnion:e=>W.DiscriminatedUnionType(e)&&"type"in e&&e.type==="discriminatedUnion",Enum:e=>W.EnumType(e)&&"type"in e&&e.type==="enum",Object_:e=>W.ObjectType(e)&&"type"in e&&e.type==="object",UndiscriminatedUnion:e=>W.UndiscriminatedUnionType(e)&&"type"in e&&e.type==="undiscriminatedUnion"},PublishInfo:{Go:e=>W.GoPublishInfo(e)&&"type"in e&&e.type==="go",Maven:e=>W.MavenPublishInfo(e)&&"type"in e&&e.type==="maven",Npm:e=>W.NpmPublishInfo(e)&&"type"in e&&e.type==="npm",Nuget:e=>W.NugetPublishInfo(e)&&"type"in e&&e.type==="nuget",Pypi:e=>W.PypiPublishInfo(e)&&"type"in e&&e.type==="pypi",Rubygems:e=>W.RubyGemsPublishInfo(e)&&"type"in e&&e.type==="rubygems"},Request:{Body:e=>W.BodyRequest(e)&&"type"in e&&e.type==="body",Inlined:e=>W.InlinedRequest(e)&&"type"in e&&e.type==="inlined"},SingleDiscriminatedUnionType:{NoProperties:e=>W.SingleDiscriminatedUnionTypeNoProperties(e)&&"type"in e&&e.type==="noProperties",SamePropertiesAsObject:e=>W.SingleDiscriminatedUnionTypeObject(e)&&"type"in e&&e.type==="samePropertiesAsObject",SingleProperty:e=>W.SingleDiscriminatedUnionTypeSingleProperty(e)&&"type"in e&&e.type==="singleProperty"},TypeReference:{Map:e=>W.MapType(e)&&"type"in e&&e.type==="map"}};a();o();u();var W8=_.ApiDefinitionSource,H8=_.ApiVersionScheme,z8=_.AuthScheme,J8=_.generatorExec,h=e=>e!=null&&typeof e=="object"&&!Array.isArray(e),S={SafeAndUnsafeString:e=>h(e)&&"safeName"in e&&"unsafeName"in e&&typeof e.safeName=="string"&&typeof e.unsafeName=="string",Name:e=>h(e)&&"originalName"in e&&"pascalCase"in e&&"camelCase"in e&&"snakeCase"in e&&"screamingSnakeCase"in e&&typeof e.originalName=="string"&&S.SafeAndUnsafeString(e.pascalCase)&&S.SafeAndUnsafeString(e.camelCase)&&S.SafeAndUnsafeString(e.snakeCase)&&S.SafeAndUnsafeString(e.screamingSnakeCase),NameAndWireValue:e=>h(e)&&"wireValue"in e&&"name"in e&&typeof e.wireValue=="string"&&S.Name(e.name),TypeDeclaration:e=>h(e)&&"name"in e&&"shape"in e&&"autogeneratedExamples"in e&&"userProvidedExamples"in e&&"referencedTypes"in e&&"inline"in e&&"availability"in e&&Array.isArray(e.autogeneratedExamples)&&Array.isArray(e.userProvidedExamples)&&"docs"in e,ObjectTypeDeclaration:e=>h(e)&&"extends"in e&&"properties"in e&&"extraProperties"in e&&Array.isArray(e.extends)&&Array.isArray(e.properties)&&typeof e.extraProperties=="boolean",EnumTypeDeclaration:e=>h(e)&&"values"in e&&Array.isArray(e.values),UnionTypeDeclaration:e=>h(e)&&"discriminant"in e&&"extends"in e&&"types"in e&&"baseProperties"in e&&S.NameAndWireValue(e.discriminant)&&Array.isArray(e.extends)&&Array.isArray(e.types)&&Array.isArray(e.baseProperties),AliasTypeDeclaration:e=>h(e)&&"aliasOf"in e&&"resolvedType"in e,ObjectProperty:e=>h(e)&&"name"in e&&"valueType"in e&&"availability"in e&&S.NameAndWireValue(e.name)&&"docs"in e,HttpEndpoint:e=>h(e)&&"id"in e&&"name"in e&&"method"in e&&"headers"in e&&"path"in e&&"fullPath"in e&&"pathParameters"in e&&"allPathParameters"in e&&"queryParameters"in e&&"errors"in e&&"auth"in e&&"idempotent"in e&&"userSpecifiedExamples"in e&&"autogeneratedExamples"in e&&"availability"in e&&typeof e.id=="string"&&typeof e.method=="string"&&Array.isArray(e.headers)&&Array.isArray(e.pathParameters)&&Array.isArray(e.allPathParameters)&&Array.isArray(e.queryParameters)&&typeof e.auth=="boolean"&&typeof e.idempotent=="boolean"&&Array.isArray(e.userSpecifiedExamples)&&Array.isArray(e.autogeneratedExamples)&&"docs"in e,HttpService:e=>h(e)&&"name"in e&&"basePath"in e&&"endpoints"in e&&"headers"in e&&"pathParameters"in e&&S.HttpPath(e.basePath)&&Array.isArray(e.endpoints)&&Array.isArray(e.headers)&&Array.isArray(e.pathParameters),HttpHeader:e=>h(e)&&"name"in e&&"valueType"in e&&"availability"in e&&S.NameAndWireValue(e.name)&&"docs"in e,HttpResponse:e=>h(e),HttpPath:e=>h(e)&&"head"in e&&"parts"in e&&typeof e.head=="string"&&Array.isArray(e.parts),HttpPathPart:e=>h(e)&&"pathParameter"in e&&"tail"in e&&typeof e.pathParameter=="string"&&typeof e.tail=="string",PathParameter:e=>h(e)&&"name"in e&&"valueType"in e&&"location"in e&&S.Name(e.name)&&typeof e.location=="string"&&"docs"in e,QueryParameter:e=>h(e)&&"name"in e&&"valueType"in e&&"allowMultiple"in e&&"availability"in e&&S.NameAndWireValue(e.name)&&typeof e.allowMultiple=="boolean"&&"docs"in e,InlinedRequestBody:e=>h(e)&&"name"in e&&"extends"in e&&"properties"in e&&"extraProperties"in e&&S.Name(e.name)&&Array.isArray(e.extends)&&Array.isArray(e.properties)&&typeof e.extraProperties=="boolean"&&"docs"in e,InlinedRequestBodyProperty:e=>h(e)&&"name"in e&&"valueType"in e&&"availability"in e&&S.NameAndWireValue(e.name)&&"docs"in e,SdkRequest:e=>h(e)&&"requestParameterName"in e&&S.Name(e.requestParameterName)&&"shape"in e,WebSocketChannel:e=>h(e)&&"name"in e&&"path"in e&&"auth"in e&&"headers"in e&&"queryParameters"in e&&"pathParameters"in e&&"messages"in e&&"examples"in e&&"availability"in e&&S.HttpPath(e.path)&&typeof e.auth=="boolean"&&Array.isArray(e.headers)&&Array.isArray(e.queryParameters)&&Array.isArray(e.pathParameters)&&Array.isArray(e.messages)&&Array.isArray(e.examples)&&"docs"in e,WebSocketMessage:e=>h(e)&&"type"in e&&"origin"in e&&"body"in e&&"availability"in e&&typeof e.type=="string"&&typeof e.origin=="string"&&"docs"in e,ExampleType:e=>h(e)&&"shape"in e&&"jsonExample"in e&&"docs"in e,ExampleObjectType:e=>h(e)&&"properties"in e&&Array.isArray(e.properties),ExampleObjectProperty:e=>h(e)&&"name"in e&&"value"in e&&S.NameAndWireValue(e.name)&&S.ExampleTypeReference(e.value),ExampleEndpointCall:e=>h(e)&&"url"in e&&"rootPathParameters"in e&&"servicePathParameters"in e&&"endpointPathParameters"in e&&"serviceHeaders"in e&&"endpointHeaders"in e&&"queryParameters"in e&&"response"in e&&typeof e.url=="string"&&Array.isArray(e.rootPathParameters)&&Array.isArray(e.servicePathParameters)&&Array.isArray(e.endpointPathParameters)&&Array.isArray(e.serviceHeaders)&&Array.isArray(e.endpointHeaders)&&Array.isArray(e.queryParameters)&&"docs"in e,ExampleHeader:e=>h(e)&&"name"in e&&"value"in e&&S.NameAndWireValue(e.name)&&S.ExampleTypeReference(e.value),ExamplePathParameter:e=>h(e)&&"name"in e&&S.Name(e.name)&&"value"in e,ExampleQueryParameter:e=>h(e)&&"name"in e&&"value"in e&&S.NameAndWireValue(e.name)&&S.ExampleTypeReference(e.value),ExampleTypeReference:e=>h(e)&&"shape"in e&&"jsonExample"in e,ExampleNamedType:e=>h(e)&&"typeName"in e&&"shape"in e,WithDocs:e=>h(e)&&"docs"in e,WithDocsAndAvailability:e=>h(e)&&"docs"in e&&"availability"in e,Declaration:e=>h(e)&&"docs"in e&&"availability"in e,Availability:e=>h(e)&&"status"in e&&typeof e.status=="string",FernFilepath:e=>h(e)&&"allParts"in e&&"packagePath"in e&&Array.isArray(e.allParts)&&Array.isArray(e.packagePath),ErrorDeclaration:e=>h(e)&&"name"in e&&"discriminantValue"in e&&"statusCode"in e&&"examples"in e&&S.NameAndWireValue(e.discriminantValue)&&typeof e.statusCode=="number"&&Array.isArray(e.examples)&&"docs"in e,BearerAuthScheme:e=>h(e)&&"token"in e&&S.Name(e.token)&&"docs"in e&&"availability"in e,BasicAuthScheme:e=>h(e)&&"username"in e&&"password"in e&&"docs"in e&&S.Name(e.username)&&S.Name(e.password)&&"availability"in e,HeaderAuthScheme:e=>h(e)&&"name"in e&&"valueType"in e&&"docs"in e&&S.NameAndWireValue(e.name)&&"availability"in e,OAuthScheme:e=>h(e)&&"configuration"in e&&"docs"in e&&"availability"in e,Webhook:e=>h(e)&&"id"in e&&"name"in e&&"method"in e&&"headers"in e&&"payload"in e&&"availability"in e&&typeof e.id=="string"&&typeof e.method=="string"&&Array.isArray(e.headers)&&"docs"in e,InlinedWebhookPayload:e=>h(e)&&"name"in e&&"extends"in e&&"properties"in e&&S.Name(e.name)&&Array.isArray(e.extends)&&Array.isArray(e.properties),VariableDeclaration:e=>h(e)&&"id"in e&&"name"in e&&"type"in e&&typeof e.id=="string"&&S.Name(e.name)&&"docs"in e,ApiAuth:e=>h(e)&&"requirement"in e&&"schemes"in e&&typeof e.requirement=="string"&&Array.isArray(e.schemes)&&"docs"in e,ReadmeConfig:e=>h(e),ReadmeCustomSection:e=>h(e)&&"title"in e&&"language"in e&&"content"in e&&typeof e.title=="string"&&typeof e.language=="string"&&typeof e.content=="string",SourceConfig:e=>h(e)&&"sources"in e&&Array.isArray(e.sources),ServiceTypeReferenceInfo:e=>h(e)&&"typesReferencedOnlyByService"in e&&"sharedTypes"in e&&h(e.typesReferencedOnlyByService)&&Array.isArray(e.sharedTypes),UserAgent:e=>h(e)&&"header"in e&&"value"in e&&typeof e.header=="string"&&typeof e.value=="string",StringType:e=>h(e),IntegerType:e=>h(e),LongType:e=>h(e),DoubleType:e=>h(e),FloatType:e=>h(e),BooleanType:e=>h(e),DateTimeType:e=>h(e),DateType:e=>h(e),UuidType:e=>h(e),Base64Type:e=>h(e),BigIntegerType:e=>h(e),UintType:e=>h(e),Uint64Type:e=>h(e),MapType:e=>h(e)&&"keyType"in e&&"valueType"in e,StringValidationRules:e=>h(e),IntegerValidationRules:e=>h(e),DoubleValidationRules:e=>h(e),JsonResponseBody:e=>h(e)&&"responseBodyType"in e&&"docs"in e,JsonResponseBodyWithProperty:e=>h(e)&&"responseBodyType"in e&&"docs"in e,TextResponse:e=>h(e)&&"docs"in e,BytesResponse:e=>h(e)&&"docs"in e,JsonStreamChunk:e=>h(e)&&"payload"in e&&"docs"in e,SseStreamChunk:e=>h(e)&&"payload"in e&&"docs"in e,TextStreamChunk:e=>h(e)&&"docs"in e,StreamParameterResponse:e=>h(e)&&"nonStreamResponse"in e&&"streamResponse"in e,CursorPagination:e=>h(e)&&"page"in e&&"next"in e&&"results"in e&&S.RequestProperty(e.page)&&S.ResponseProperty(e.next)&&S.ResponseProperty(e.results),OffsetPagination:e=>h(e)&&"page"in e&&"results"in e&&S.RequestProperty(e.page)&&S.ResponseProperty(e.results),CustomPagination:e=>h(e)&&"results"in e&&S.ResponseProperty(e.results),RequestProperty:e=>h(e)&&"property"in e,ResponseProperty:e=>h(e)&&"property"in e,OAuthAccessTokenRequestProperties:e=>h(e)&&"clientId"in e&&"clientSecret"in e&&S.RequestProperty(e.clientId)&&S.RequestProperty(e.clientSecret),OAuthClientCredentials:e=>h(e)&&"tokenEndpoint"in e&&S.OAuthTokenEndpoint(e.tokenEndpoint),BaseAuthScheme:e=>h(e)&&"key"in e&&typeof e.key=="string"&&"docs"in e,InferredAuthScheme:e=>h(e)&&"tokenEndpoint"in e&&"docs"in e&&S.InferredAuthSchemeTokenEndpoint(e.tokenEndpoint)&&"availability"in e,PropertyPathItem:e=>h(e)&&"name"in e&&S.Name(e.name)&&"type"in e,WithJsonExample:e=>h(e)&&"jsonExample"in e,WithContentType:e=>h(e)&&"contentType"in e,WithV2Examples:e=>h(e)&&"v2Examples"in e,EscapedString:e=>h(e)&&"original"in e&&typeof e.original=="string",EnumValue:e=>h(e)&&"name"in e&&"availability"in e&&S.NameAndWireValue(e.name)&&"docs"in e,SingleUnionType:e=>h(e)&&"discriminantValue"in e&&"shape"in e&&S.NameAndWireValue(e.discriminantValue)&&"docs"in e,SingleUnionTypeProperty:e=>h(e)&&"name"in e&&S.NameAndWireValue(e.name)&&"type"in e,UndiscriminatedUnionTypeDeclaration:e=>h(e)&&"members"in e&&Array.isArray(e.members),UndiscriminatedUnionMember:e=>h(e)&&"type"in e&&"docs"in e,DeclaredTypeName:e=>h(e)&&"typeId"in e&&"fernFilepath"in e&&"name"in e&&typeof e.typeId=="string"&&S.FernFilepath(e.fernFilepath)&&S.Name(e.name),DeclaredServiceName:e=>h(e)&&"fernFilepath"in e&&S.FernFilepath(e.fernFilepath),DeclaredErrorName:e=>h(e)&&"errorId"in e&&"fernFilepath"in e&&"name"in e&&typeof e.errorId=="string"&&S.FernFilepath(e.fernFilepath)&&S.Name(e.name),FileUploadRequest:e=>h(e)&&"name"in e&&"properties"in e&&S.Name(e.name)&&Array.isArray(e.properties)&&"docs"in e,FileDownloadResponse:e=>h(e)&&"docs"in e,SdkRequestWrapper:e=>h(e)&&"wrapperName"in e&&"bodyKey"in e&&S.Name(e.wrapperName)&&S.Name(e.bodyKey),BytesRequest:e=>h(e)&&"isOptional"in e&&typeof e.isOptional=="boolean"&&"docs"in e,NamedType:e=>h(e)&&"typeId"in e&&"fernFilepath"in e&&"name"in e&&typeof e.typeId=="string"&&S.FernFilepath(e.fernFilepath)&&S.Name(e.name),ResolvedNamedType:e=>h(e)&&"name"in e&&"shape"in e,FileUploadBodyProperty:e=>h(e)&&"name"in e&&"valueType"in e&&"availability"in e&&S.NameAndWireValue(e.name)&&"docs"in e,IntermediateRepresentation:e=>h(e)&&"apiName"in e&&"auth"in e&&"types"in e&&"headers"in e&&"idempotencyHeaders"in e&&"services"in e&&"webhookGroups"in e&&"errors"in e&&"subpackages"in e&&"rootPackage"in e&&"constants"in e&&"pathParameters"in e&&"errorDiscriminationStrategy"in e&&"sdkConfig"in e&&"variables"in e&&"serviceTypeReferenceInfo"in e&&S.Name(e.apiName)&&h(e.types)&&Array.isArray(e.headers)&&Array.isArray(e.idempotencyHeaders)&&h(e.services)&&h(e.webhookGroups)&&h(e.errors)&&h(e.subpackages)&&S.Package(e.rootPackage)&&S.Constants(e.constants)&&Array.isArray(e.pathParameters)&&S.SdkConfig(e.sdkConfig)&&Array.isArray(e.variables)&&S.ServiceTypeReferenceInfo(e.serviceTypeReferenceInfo),Package:e=>h(e)&&"fernFilepath"in e&&"types"in e&&"errors"in e&&"subpackages"in e&&"hasEndpointsInTree"in e&&S.FernFilepath(e.fernFilepath)&&Array.isArray(e.types)&&Array.isArray(e.errors)&&Array.isArray(e.subpackages)&&typeof e.hasEndpointsInTree=="boolean"&&"docs"in e,Subpackage:e=>h(e)&&"name"in e&&"fernFilepath"in e&&"types"in e&&"errors"in e&&"subpackages"in e&&"hasEndpointsInTree"in e&&S.Name(e.name)&&S.FernFilepath(e.fernFilepath)&&Array.isArray(e.types)&&Array.isArray(e.errors)&&Array.isArray(e.subpackages)&&typeof e.hasEndpointsInTree=="boolean"&&"docs"in e,Constants:e=>h(e)&&"errorInstanceIdKey"in e&&S.NameAndWireValue(e.errorInstanceIdKey),SdkConfig:e=>h(e)&&"isAuthMandatory"in e&&"hasStreamingEndpoints"in e&&"hasPaginatedEndpoints"in e&&"hasFileDownloadEndpoints"in e&&typeof e.isAuthMandatory=="boolean"&&typeof e.hasStreamingEndpoints=="boolean"&&typeof e.hasPaginatedEndpoints=="boolean"&&typeof e.hasFileDownloadEndpoints=="boolean"&&"platformHeaders"in e,GeneratorConfig:e=>h(e)&&"dryRun"in e&&"irFilepath"in e&&"output"in e&&"workspaceName"in e&&"organization"in e&&"customConfig"in e&&"environment"in e&&"whitelabel"in e&&"writeUnitTests"in e&&"generateOauthClients"in e&&typeof e.dryRun=="boolean"&&typeof e.irFilepath=="string"&&typeof e.workspaceName=="string"&&typeof e.organization=="string"&&typeof e.whitelabel=="boolean"&&typeof e.writeUnitTests=="boolean"&&typeof e.generateOauthClients=="boolean",AutogeneratedEndpointExample:e=>h(e)&&"example"in e&&S.ExampleEndpointCall(e.example),UserSpecifiedEndpointExample:e=>h(e),ExampleAliasType:e=>h(e)&&"value"in e&&S.ExampleTypeReference(e.value),ExampleEnumType:e=>h(e)&&"value"in e&&S.NameAndWireValue(e.value),ExampleUnionType:e=>h(e)&&"discriminant"in e&&S.NameAndWireValue(e.discriminant)&&"singleUnionType"in e,ExampleSingleUnionType:e=>h(e)&&"shape"in e,ExampleUndiscriminatedUnionType:e=>h(e)&&"singleUnionType"in e,ExampleObjectTypeWithTypeId:e=>h(e)&&"typeId"in e&&"object"in e&&typeof e.typeId=="string"&&S.ExampleObjectType(e.object),ExampleListContainer:e=>h(e)&&"list"in e&&Array.isArray(e.list),ExampleSetContainer:e=>h(e)&&"set"in e&&Array.isArray(e.set),ExampleMapContainer:e=>h(e)&&"map"in e&&Array.isArray(e.map),ExampleOptionalContainer:e=>h(e)&&"optional"in e,ExampleNullableContainer:e=>h(e)&&"nullable"in e,ExampleLiteralContainer:e=>h(e)&&"literal"in e,ExampleKeyValuePair:e=>h(e)&&"key"in e&&"value"in e&&S.ExampleTypeReference(e.key)&&S.ExampleTypeReference(e.value),ExampleError:e=>h(e)&&"name"in e&&"body"in e,ExampleEndpointErrorResponse:e=>h(e)&&"error"in e,ExampleDatetime:e=>h(e)&&"datetime"in e&&typeof e.datetime=="string",ExampleInlinedRequestBody:e=>h(e)&&"properties"in e&&Array.isArray(e.properties),ExampleInlinedRequestBodyProperty:e=>h(e)&&"name"in e&&"value"in e&&S.NameAndWireValue(e.name)&&S.ExampleTypeReference(e.value),ExampleWebhookCall:e=>h(e)&&"payload"in e,ExampleWebSocketMessage:e=>h(e)&&"type"in e&&typeof e.type=="string"&&"body"in e,ExampleWebSocketSession:e=>h(e)&&"messages"in e&&Array.isArray(e.messages),ExampleServerSideEvent:e=>h(e)&&"event"in e&&typeof e.event=="string"&&"data"in e,ExampleCodeSampleLanguage:e=>h(e)&&"language"in e&&"code"in e&&typeof e.language=="string"&&typeof e.code=="string",ExampleCodeSampleSdk:e=>h(e)&&"sdk"in e&&"code"in e&&typeof e.sdk=="string"&&typeof e.code=="string",V2HttpEndpointExample:e=>h(e)&&"id"in e&&typeof e.id=="string",V2HttpEndpointExamples:e=>h(e)&&"examples"in e&&Array.isArray(e.examples),V2HttpEndpointRequest:e=>h(e),V2HttpEndpointResponse:e=>h(e),V2HttpEndpointCodeSample:e=>h(e)&&"language"in e&&"code"in e&&typeof e.language=="string"&&typeof e.code=="string",V2SchemaExamples:e=>h(e),V2WebSocketMessageExample:e=>h(e)&&"type"in e&&typeof e.type=="string",V2WebSocketSessionExample:e=>h(e)&&"messages"in e&&Array.isArray(e.messages),V2WebSocketSessionExamples:e=>h(e)&&"examples"in e&&Array.isArray(e.examples),V2WebhookExample:e=>h(e)&&"payload"in e,V2WebhookExamples:e=>h(e)&&"examples"in e&&Array.isArray(e.examples),BasicAuthValues:e=>h(e)&&"username"in e&&"password"in e&&typeof e.username=="string"&&typeof e.password=="string",BearerAuthValues:e=>h(e)&&"token"in e&&typeof e.token=="string",HeaderAuthValues:e=>h(e)&&"header"in e&&typeof e.header=="string",OAuthValues:e=>h(e)&&"accessToken"in e&&typeof e.accessToken=="string",InferredAuthSchemeTokenEndpoint:e=>h(e)&&"endpoint"in e&&"authenticatedRequestHeaders"in e&&S.EndpointReference(e.endpoint)&&Array.isArray(e.authenticatedRequestHeaders),InferredAuthenticatedRequestHeader:e=>h(e)&&"header"in e,OAuthAccessTokenResponseProperties:e=>h(e)&&"accessToken"in e&&S.ResponseProperty(e.accessToken),OAuthRefreshEndpoint:e=>h(e)&&"endpointReference"in e&&S.EndpointReference(e.endpointReference),OAuthRefreshTokenRequestProperties:e=>h(e)&&"refreshToken"in e&&S.RequestProperty(e.refreshToken),OAuthTokenEndpoint:e=>h(e)&&"endpointReference"in e&&"requestProperties"in e&&"responseProperties"in e&&S.EndpointReference(e.endpointReference)&&S.OAuthAccessTokenRequestProperties(e.requestProperties)&&S.OAuthAccessTokenResponseProperties(e.responseProperties),Encoding:e=>h(e),JsonEncoding:e=>h(e),ProtoEncoding:e=>h(e),FilePropertyArray:e=>h(e)&&"key"in e&&S.NameAndWireValue(e.key),FilePropertySingle:e=>h(e)&&"key"in e&&S.NameAndWireValue(e.key),Filesystem:e=>h(e)&&"name"in e&&typeof e.name=="string",InlinedWebSocketMessageBody:e=>h(e)&&"properties"in e&&Array.isArray(e.properties),InlinedWebSocketMessageBodyProperty:e=>h(e)&&"name"in e&&S.NameAndWireValue(e.name)&&"valueType"in e,InlinedWebhookPayloadProperty:e=>h(e)&&"name"in e&&S.NameAndWireValue(e.name)&&"valueType"in e,WebSocketMessageBodyReference:e=>h(e)&&"bodyType"in e,WebhookPayloadReference:e=>h(e)&&"payloadType"in e,HttpRequestBodyReference:e=>h(e)&&"requestBodyType"in e,ResponseError:e=>h(e)&&"error"in e,V2EndpointLocation:e=>h(e)&&"method"in e&&"path"in e&&typeof e.method=="string"&&typeof e.path=="string",V2WebSocketEndpointLocation:e=>h(e)&&"path"in e&&typeof e.path=="string",V2HttpRequestBodies:e=>h(e),V2HttpResponses:e=>h(e),EndpointReference:e=>h(e)&&"endpointId"in e&&"serviceId"in e&&typeof e.endpointId=="string"&&typeof e.serviceId=="string",EnumTypeReference:e=>h(e)&&"enumTypeId"in e&&typeof e.enumTypeId=="string",CsharpProtobufFileOptions:e=>h(e)&&"namespace"in e&&typeof e.namespace=="string",GrpcTransport:e=>h(e)&&"service"in e&&S.ProtobufService(e.service),ProtoSource:e=>h(e)&&"file"in e&&S.ProtobufFile(e.file),ProtoSourceInfo:e=>h(e),ProtobufFile:e=>h(e)&&"filepath"in e&&typeof e.filepath=="string",ProtobufFileOptions:e=>h(e),ProtobufService:e=>h(e)&&"name"in e&&"file"in e&&typeof e.name=="string"&&S.ProtobufFile(e.file),UserDefinedProtobufType:e=>h(e)&&"typeName"in e&&"file"in e&&typeof e.typeName=="string"&&S.ProtobufFile(e.file),AuthScheme:{Bearer:e=>S.BearerAuthScheme(e)&&"type"in e&&e.type==="bearer",Basic:e=>S.BasicAuthScheme(e)&&"type"in e&&e.type==="basic",Header:e=>S.HeaderAuthScheme(e)&&"type"in e&&e.type==="header",Oauth:e=>S.OAuthScheme(e)&&"type"in e&&e.type==="oauth",Inferred:e=>S.InferredAuthScheme(e)&&"type"in e&&e.type==="inferred"},OAuthConfiguration:{ClientCredentials:e=>S.OAuthClientCredentials(e)&&"type"in e&&e.type==="clientCredentials"},Environments:{SingleBaseUrl:e=>h(e)&&"type"in e&&e.type==="singleBaseUrl",MultipleBaseUrls:e=>h(e)&&"type"in e&&e.type==="multipleBaseUrls"},ErrorDeclarationDiscriminantValue:{Property:e=>S.NameAndWireValue(e)&&"type"in e&&e.type==="property",StatusCode:e=>h(e)&&"type"in e&&e.type==="statusCode"},V2AuthValues:{Basic:e=>S.BasicAuthValues(e)&&"type"in e&&e.type==="basic",Bearer:e=>S.BearerAuthValues(e)&&"type"in e&&e.type==="bearer",Header:e=>S.HeaderAuthValues(e)&&"type"in e&&e.type==="header",Oauth:e=>S.OAuthValues(e)&&"type"in e&&e.type==="oauth"},V2HttpEndpointResponseBody:{Error_:e=>h(e)&&"type"in e&&e.type==="error",Json:e=>h(e)&&"type"in e&&e.type==="json",Stream:e=>h(e)&&"type"in e&&e.type==="stream"},ExampleCodeSample:{Language:e=>S.ExampleCodeSampleLanguage(e)&&"type"in e&&e.type==="language",Sdk:e=>S.ExampleCodeSampleSdk(e)&&"type"in e&&e.type==="sdk"},ExampleEndpointSuccessResponse:{Body:e=>h(e)&&"type"in e&&e.type==="body",Stream:e=>h(e)&&"type"in e&&e.type==="stream",Sse:e=>h(e)&&"type"in e&&e.type==="sse"},ExampleQueryParameterShape:{Single:e=>h(e)&&"type"in e&&e.type==="single",Exploded:e=>h(e)&&"type"in e&&e.type==="exploded",CommaSeparated:e=>h(e)&&"type"in e&&e.type==="commaSeparated"},ExampleRequestBody:{InlinedRequestBody:e=>S.ExampleInlinedRequestBody(e)&&"type"in e&&e.type==="inlinedRequestBody",Reference:e=>S.ExampleTypeReference(e)&&"type"in e&&e.type==="reference"},ExampleResponse:{Ok:e=>h(e)&&"type"in e&&e.type==="ok",Error_:e=>S.ExampleEndpointErrorResponse(e)&&"type"in e&&e.type==="error"},FileProperty:{File_:e=>S.FilePropertySingle(e)&&"type"in e&&e.type==="file",FileArray:e=>S.FilePropertyArray(e)&&"type"in e&&e.type==="fileArray"},FileUploadRequestProperty:{File_:e=>h(e)&&"type"in e&&e.type==="file",BodyProperty:e=>S.FileUploadBodyProperty(e)&&"type"in e&&e.type==="bodyProperty"},HttpEndpointSource:{Proto:e=>S.ProtoSourceInfo(e)&&"type"in e&&e.type==="proto",Openapi:e=>h(e)&&"type"in e&&e.type==="openapi",Openrpc:e=>h(e)&&"type"in e&&e.type==="openrpc"},HttpRequestBody:{InlinedRequestBody:e=>S.InlinedRequestBody(e)&&"type"in e&&e.type==="inlinedRequestBody",Reference:e=>S.HttpRequestBodyReference(e)&&"type"in e&&e.type==="reference",FileUpload:e=>S.FileUploadRequest(e)&&"type"in e&&e.type==="fileUpload",Bytes:e=>S.BytesRequest(e)&&"type"in e&&e.type==="bytes"},HttpResponseBody:{Json:e=>h(e)&&"type"in e&&e.type==="json",FileDownload:e=>S.FileDownloadResponse(e)&&"type"in e&&e.type==="fileDownload",Text:e=>S.TextResponse(e)&&"type"in e&&e.type==="text",Bytes:e=>S.BytesResponse(e)&&"type"in e&&e.type==="bytes",Streaming:e=>h(e)&&"type"in e&&e.type==="streaming",StreamParameter:e=>S.StreamParameterResponse(e)&&"type"in e&&e.type==="streamParameter"},JsonResponse:{Response:e=>S.JsonResponseBody(e)&&"type"in e&&e.type==="response",NestedPropertyAsResponse:e=>S.JsonResponseBodyWithProperty(e)&&"type"in e&&e.type==="nestedPropertyAsResponse"},NonStreamHttpResponseBody:{Json:e=>h(e)&&"type"in e&&e.type==="json",FileDownload:e=>S.FileDownloadResponse(e)&&"type"in e&&e.type==="fileDownload",Text:e=>S.TextResponse(e)&&"type"in e&&e.type==="text",Bytes:e=>S.BytesResponse(e)&&"type"in e&&e.type==="bytes"},Pagination:{Cursor:e=>S.CursorPagination(e)&&"type"in e&&e.type==="cursor",Offset:e=>S.OffsetPagination(e)&&"type"in e&&e.type==="offset",Custom:e=>S.CustomPagination(e)&&"type"in e&&e.type==="custom"},RequestPropertyValue:{Query:e=>S.QueryParameter(e)&&"type"in e&&e.type==="query",Body:e=>S.ObjectProperty(e)&&"type"in e&&e.type==="body"},SdkRequestBodyType:{TypeReference:e=>S.HttpRequestBodyReference(e)&&"type"in e&&e.type==="typeReference",Bytes:e=>S.BytesRequest(e)&&"type"in e&&e.type==="bytes"},SdkRequestShape:{JustRequestBody:e=>h(e)&&"type"in e&&e.type==="justRequestBody",Wrapper:e=>S.SdkRequestWrapper(e)&&"type"in e&&e.type==="wrapper"},StreamingResponse:{Json:e=>S.JsonStreamChunk(e)&&"type"in e&&e.type==="json",Text:e=>S.TextStreamChunk(e)&&"type"in e&&e.type==="text",Sse:e=>S.SseStreamChunk(e)&&"type"in e&&e.type==="sse"},Transport:{Http:e=>h(e)&&"type"in e&&e.type==="http",Grpc:e=>S.GrpcTransport(e)&&"type"in e&&e.type==="grpc"},ApiDefinitionSource:{Proto:e=>S.ProtoSource(e)&&"type"in e&&e.type==="proto",Openapi:e=>h(e)&&"type"in e&&e.type==="openapi"},ApiVersionScheme:{Header:e=>h(e)&&"type"in e&&e.type==="header"},ErrorDiscriminationStrategy:{StatusCode:e=>h(e)&&"type"in e&&e.type==="statusCode",Property:e=>h(e)&&"type"in e&&e.type==="property"},ProtobufType:{WellKnown:e=>h(e)&&"type"in e&&e.type==="wellKnown",UserDefined:e=>S.UserDefinedProtobufType(e)&&"type"in e&&e.type==="userDefined"},WellKnownProtobufType:{Any:e=>h(e)&&"type"in e&&e.type==="any",Api:e=>h(e)&&"type"in e&&e.type==="api",BoolValue:e=>h(e)&&"type"in e&&e.type==="boolValue",BytesValue:e=>h(e)&&"type"in e&&e.type==="bytesValue",DoubleValue:e=>h(e)&&"type"in e&&e.type==="doubleValue",Duration:e=>h(e)&&"type"in e&&e.type==="duration",Empty:e=>h(e)&&"type"in e&&e.type==="empty",Enum:e=>h(e)&&"type"in e&&e.type==="enum",EnumValue:e=>h(e)&&"type"in e&&e.type==="enumValue",Field:e=>h(e)&&"type"in e&&e.type==="field",FieldCardinality:e=>h(e)&&"type"in e&&e.type==="fieldCardinality",FieldKind:e=>h(e)&&"type"in e&&e.type==="fieldKind",FieldMask:e=>h(e)&&"type"in e&&e.type==="fieldMask",FloatValue:e=>h(e)&&"type"in e&&e.type==="floatValue",Int32Value:e=>h(e)&&"type"in e&&e.type==="int32Value",Int64Value:e=>h(e)&&"type"in e&&e.type==="int64Value",ListValue:e=>h(e)&&"type"in e&&e.type==="listValue",Method:e=>h(e)&&"type"in e&&e.type==="method",Mixin:e=>h(e)&&"type"in e&&e.type==="mixin",NullValue:e=>h(e)&&"type"in e&&e.type==="nullValue",Option:e=>h(e)&&"type"in e&&e.type==="option",SourceContext:e=>h(e)&&"type"in e&&e.type==="sourceContext",StringValue:e=>h(e)&&"type"in e&&e.type==="stringValue",Struct:e=>h(e)&&"type"in e&&e.type==="struct",Syntax:e=>h(e)&&"type"in e&&e.type==="syntax",Timestamp:e=>h(e)&&"type"in e&&e.type==="timestamp",Type:e=>h(e)&&"type"in e&&e.type==="type",Uint32Value:e=>h(e)&&"type"in e&&e.type==="uint32Value",Uint64Value:e=>h(e)&&"type"in e&&e.type==="uint64Value",Value:e=>h(e)&&"type"in e&&e.type==="value"},PublishTarget:{Postman:e=>h(e)&&"type"in e&&e.type==="postman",Npm:e=>h(e)&&"type"in e&&e.type==="npm",Maven:e=>h(e)&&"type"in e&&e.type==="maven",Pypi:e=>h(e)&&"type"in e&&e.type==="pypi"},PublishingConfig:{Github:e=>h(e)&&"type"in e&&e.type==="github",Direct:e=>h(e)&&"type"in e&&e.type==="direct",Filesystem:e=>S.Filesystem(e)&&"type"in e&&e.type==="filesystem"},ContainerType:{List:e=>h(e)&&"type"in e&&e.type==="list",Map:e=>S.MapType(e)&&"type"in e&&e.type==="map",Nullable:e=>h(e)&&"type"in e&&e.type==="nullable",Optional:e=>h(e)&&"type"in e&&e.type==="optional",Set:e=>h(e)&&"type"in e&&e.type==="set",Literal:e=>h(e)&&"type"in e&&e.type==="literal"},ExampleContainer:{List:e=>S.ExampleListContainer(e)&&"type"in e&&e.type==="list",Set:e=>S.ExampleSetContainer(e)&&"type"in e&&e.type==="set",Optional:e=>S.ExampleOptionalContainer(e)&&"type"in e&&e.type==="optional",Nullable:e=>S.ExampleNullableContainer(e)&&"type"in e&&e.type==="nullable",Map:e=>S.ExampleMapContainer(e)&&"type"in e&&e.type==="map",Literal:e=>S.ExampleLiteralContainer(e)&&"type"in e&&e.type==="literal"},ExamplePrimitive:{Integer:e=>h(e)&&"type"in e&&e.type==="integer",Long:e=>h(e)&&"type"in e&&e.type==="long",Uint:e=>h(e)&&"type"in e&&e.type==="uint",Uint64:e=>h(e)&&"type"in e&&e.type==="uint64",Float:e=>h(e)&&"type"in e&&e.type==="float",Double:e=>h(e)&&"type"in e&&e.type==="double",Boolean:e=>h(e)&&"type"in e&&e.type==="boolean",String:e=>h(e)&&"type"in e&&e.type==="string",Date_:e=>h(e)&&"type"in e&&e.type==="date",Datetime:e=>S.ExampleDatetime(e)&&"type"in e&&e.type==="datetime",Uuid:e=>h(e)&&"type"in e&&e.type==="uuid",Base64:e=>h(e)&&"type"in e&&e.type==="base64",BigInteger:e=>h(e)&&"type"in e&&e.type==="bigInteger"},ExampleSingleUnionTypeProperties:{SamePropertiesAsObject:e=>S.ExampleObjectTypeWithTypeId(e)&&"type"in e&&e.type==="samePropertiesAsObject",SingleProperty:e=>S.ExampleTypeReference(e)&&"type"in e&&e.type==="singleProperty",NoProperties:e=>h(e)&&"type"in e&&e.type==="noProperties"},ExampleTypeReferenceShape:{Primitive:e=>h(e)&&"type"in e&&e.type==="primitive",Container:e=>h(e)&&"type"in e&&e.type==="container",Unknown:e=>h(e)&&"type"in e&&e.type==="unknown",Named:e=>S.ExampleNamedType(e)&&"type"in e&&e.type==="named"},ExampleTypeShape:{Alias:e=>S.ExampleAliasType(e)&&"type"in e&&e.type==="alias",Enum:e=>S.ExampleEnumType(e)&&"type"in e&&e.type==="enum",Object_:e=>S.ExampleObjectType(e)&&"type"in e&&e.type==="object",Union:e=>S.ExampleUnionType(e)&&"type"in e&&e.type==="union",UndiscriminatedUnion:e=>S.ExampleUndiscriminatedUnionType(e)&&"type"in e&&e.type==="undiscriminatedUnion"},Literal:{String:e=>h(e)&&"type"in e&&e.type==="string",Boolean:e=>h(e)&&"type"in e&&e.type==="boolean"},NamedTypeDefault:{Enum:e=>S.EnumValue(e)&&"type"in e&&e.type==="enum"},PrimitiveTypeV2:{Integer:e=>S.IntegerType(e)&&"type"in e&&e.type==="integer",Long:e=>S.LongType(e)&&"type"in e&&e.type==="long",Uint:e=>S.UintType(e)&&"type"in e&&e.type==="uint",Uint64:e=>S.Uint64Type(e)&&"type"in e&&e.type==="uint64",Float:e=>S.FloatType(e)&&"type"in e&&e.type==="float",Double:e=>S.DoubleType(e)&&"type"in e&&e.type==="double",Boolean:e=>S.BooleanType(e)&&"type"in e&&e.type==="boolean",String:e=>S.StringType(e)&&"type"in e&&e.type==="string",Date_:e=>S.DateType(e)&&"type"in e&&e.type==="date",DateTime:e=>S.DateTimeType(e)&&"type"in e&&e.type==="dateTime",Uuid:e=>S.UuidType(e)&&"type"in e&&e.type==="uuid",Base64:e=>S.Base64Type(e)&&"type"in e&&e.type==="base64",BigInteger:e=>S.BigIntegerType(e)&&"type"in e&&e.type==="bigInteger"},ResolvedTypeReference:{Container:e=>h(e)&&"type"in e&&e.type==="container",Named:e=>S.ResolvedNamedType(e)&&"type"in e&&e.type==="named",Primitive:e=>h(e)&&"type"in e&&e.type==="primitive",Unknown:e=>h(e)&&"type"in e&&e.type==="unknown"},Source:{Proto:e=>h(e)&&"type"in e&&e.type==="proto"},Type:{Alias:e=>S.AliasTypeDeclaration(e)&&"type"in e&&e.type==="alias",Enum:e=>S.EnumTypeDeclaration(e)&&"type"in e&&e.type==="enum",Object_:e=>S.ObjectTypeDeclaration(e)&&"type"in e&&e.type==="object",Union:e=>S.UnionTypeDeclaration(e)&&"type"in e&&e.type==="union",UndiscriminatedUnion:e=>S.UndiscriminatedUnionTypeDeclaration(e)&&"type"in e&&e.type==="undiscriminatedUnion"},TypeReference:{Container:e=>h(e)&&"type"in e&&e.type==="container",Named:e=>S.NamedType(e)&&"type"in e&&e.type==="named",Primitive:e=>h(e)&&"type"in e&&e.type==="primitive",Unknown:e=>h(e)&&"type"in e&&e.type==="unknown"},WebhookPayload:{InlinedPayload:e=>S.InlinedWebhookPayload(e)&&"type"in e&&e.type==="inlinedPayload",Reference:e=>S.WebhookPayloadReference(e)&&"type"in e&&e.type==="reference"},ExampleWebSocketMessageBody:{InlinedBody:e=>S.ExampleInlinedRequestBody(e)&&"type"in e&&e.type==="inlinedBody",Reference:e=>S.ExampleTypeReference(e)&&"type"in e&&e.type==="reference"},WebSocketMessageBody:{InlinedBody:e=>S.InlinedWebSocketMessageBody(e)&&"type"in e&&e.type==="inlinedBody",Reference:e=>S.WebSocketMessageBodyReference(e)&&"type"in e&&e.type==="reference"}};var Sl=/^[+-]?\d{4}-(0?[1-9]|1[0-2])-(0?[1-9]|[12]\d|3[01])$/,Tl=/^([+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))[T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24:?00)([.,]\d+(?!:))?)?(\16[0-5]\d([.,]\d+)?)?([zZ]|([+-])([01]\d|2[0-3]):?([0-5]\d)?)?)$/,L={string:e=>typeof e=="string",boolean:e=>typeof e=="boolean",number:e=>typeof e=="number",date:e=>e instanceof Date,object:e=>e!=null&&typeof e=="object"&&Array.isArray(e)===!1,array:e=>Array.isArray(e),Provenance:e=>L.object(e)&&"jsonPath"in e&&"name"in e&&"node"in e,Explicit:e=>L.Provenance(e)&&e.explicit===!0,NonNullable:e=>e!=null,isIsoDateString:e=>L.string(e)&&Sl.test(e),isIsoDateTimeString:e=>L.string(e)&&Tl.test(e),Type:e=>e instanceof Zt,ClassReference:e=>e instanceof Ee,Optional:e=>e instanceof ke,OptionalWrapper:e=>e instanceof er,AsyncEnumerable:e=>e!=null&&e.asNonOptional().fullyQualifiedName.startsWith("System.Collections.Generic.IAsyncEnumerable"),Record:{empty:e=>e==null||Object.keys(e||{}).length===0,nonEmpty:e=>L.object(e)&&Object.keys(e).length>0,withKey:(e,t)=>L.object(e)&&t in e,missingKey:(e,t)=>L.object(e)&&!(t in e)},Ast:{Node:e=>e instanceof M,NamedNode:e=>L.Ast.Node(e)&&"name"in e&&typeof e.name=="string"},OneOf:{OneOf:e=>L.ClassReference(e)&&e.fullyQualifiedName==="OneOf.OneOf",OneOfBase:e=>L.ClassReference(e)&&e.fullyQualifiedName==="OneOf.OneOfBase"},Primitive:{string:e=>e instanceof Q.String,boolean:e=>e instanceof Q.Boolean,int:e=>e instanceof Q.Integer,long:e=>e instanceof Q.Long,uint:e=>e instanceof Q.Uint,ulong:e=>e instanceof Q.ULong,float:e=>e instanceof Q.Float,double:e=>e instanceof Q.Double,object:e=>e instanceof Q.Object},Value:{dateTime:e=>e instanceof Oe.DateTime,uuid:e=>e instanceof Oe.Uuid,byte:e=>e instanceof Oe.Binary,stringEnum:e=>e instanceof Oe.StringEnum},Collection:{array:e=>e instanceof de.Array,listType:e=>e instanceof de.ListType,list:e=>e instanceof de.List,set:e=>e instanceof de.Set,map:e=>e instanceof de.Map,idictionary:e=>e instanceof de.IDictionary,keyValuePair:e=>e instanceof de.KeyValuePair},Literal:{string:e=>e instanceof q.String,boolean:e=>e instanceof q.Boolean,decimal:e=>e instanceof q.Decimal,double:e=>e instanceof q.Double,date:e=>e instanceof q.Date,dateTime:e=>e instanceof q.DateTime,float:e=>e instanceof q.Float,int:e=>e instanceof q.Integer,long:e=>e instanceof q.Long,uint:e=>e instanceof q.Uint,ulong:e=>e instanceof q.Ulong,class:e=>e instanceof q.Class_,list:e=>e instanceof q.List,set:e=>e instanceof q.Set,dictionary:e=>e instanceof q.Dictionary,nop:e=>e instanceof q.Nop,null:e=>e instanceof q.Null,unknown:e=>e instanceof q.Unknown},IR:S,DynamicIR:W};a();o();u();var dt=class extends M{constructor(r,n){super(n);f(this,"arg");this.arg=r}write(r){return new Le(this.arg).write(r)}};var ht=class extends M{constructor(r,n){super(n);f(this,"statements",[])}write(r){for(let n of this.statements){if(L.string(n)){r.writeStatement(n);continue}if(n instanceof dt){n.write(r);continue}r.writeStatement(...n)}}append(r){this.statements.push(r)}assign(r,n){return L.Ast.NamedNode(n)?this.statements.push([`${r.name} = ${n.name}`]):this.statements.push([r.name," = ",n]),this}if(r,n){}};a();o();u();var tr=class extends M{constructor({classReference:r,arguments_:n,forceUseConstructor:i,properties:l,multiline:p},x){super(x);f(this,"classReference");f(this,"arguments_");f(this,"forceUseConstructor");f(this,"properties");f(this,"multiline");this.classReference=r,this.arguments_=n,this.forceUseConstructor=i??!1,this.properties=l??[],this.multiline=p??!1}write(r){this.classReference.namespaceAlias!=null?r.write(`new ${this.classReference.namespaceAlias}.${this.classReference.name}`):(r.write("new "),r.writeNode(this.classReference));let n=Ci(this.arguments_);if(n&&!this.forceUseConstructor?r.write(" {"):r.write("("),this.arguments_.length===0){this.writeEnd({writer:r,hasNamedArguments:n});return}this.multiline&&r.newLine(),r.indent(),this.arguments_.forEach((i,l)=>{Ln(i)?(r.write(`${i.name}`),this.forceUseConstructor?r.write(": "):r.write(" = "),r.write(i.assignment)):i.write(r),l<this.arguments_.length-1&&(r.write(","),this.multiline||r.write(" ")),this.multiline&&r.newLine()}),r.dedent(),this.writeEnd({writer:r,hasNamedArguments:n})}writeEnd({writer:r,hasNamedArguments:n}){n&&!this.forceUseConstructor?r.write("}"):r.write(")"),this.properties.length>0&&(r.write("{"),this.multiline?(r.newLine(),r.indent()):r.write(" "),this.properties.forEach((i,l)=>{r.write(i.name," = ",i.value),l<this.properties.length-1&&(r.write(","),this.multiline?r.newLine():r.write(" "))}),this.multiline&&(r.dedent(),r.newLine()),r.write("}"))}};a();o();u();var rr=class extends M{constructor({keyType:r,valueType:n,values:i},l){super(l);f(this,"keyType");f(this,"valueType");f(this,"values");this.keyType=r,this.valueType=n,this.values=i}write(r){if(this.values==null){r.write(this.System.Collections.Generic.Dictionary(this.keyType,this.valueType).new());return}if(this.values.type==="argument"){r.write(this.System.Collections.Generic.Dictionary(this.keyType,this.valueType).new({arguments_:[this.values.argument]}));return}r.write(this.System.Collections.Generic.Dictionary(this.keyType,this.valueType).new()),r.pushScope();for(let{key:n,value:i}of this.values.entries)r.writeLine("{ ",n,", ",i," },");r.popScope()}};a();o();u();var nr=class extends M{constructor({reference:r,value:n},i){super(i);f(this,"reference");f(this,"value");this.reference=r,this.value=n}write(r){r.writeNode(this.reference),r.write(`.${this.value}`)}};a();o();u();var be=class extends M{constructor(r,n){super(n);f(this,"internalType");this.internalType=r}write(r){switch(this.internalType.type){case"integer":r.write(this.internalType.value.toString());break;case"long":r.write(`${this.internalType.value.toString()}`);break;case"uint":r.write(`${this.internalType.value.toString()}`);break;case"ulong":r.write(`${this.internalType.value.toString()}`);break;case"string":r.writeNode(this.csharp.string_({string:this.internalType.value}));break;case"boolean":r.write(this.internalType.value.toString());break;case"float":r.write(`${this.internalType.value.toString()}f`);break;case"double":r.write(`${this.internalType.value.toString()}`);break;case"date":{let n=new Date(this.internalType.value),i=this.csharp.Literal.integer(n.getUTCFullYear()),l=this.csharp.Literal.integer(n.getUTCMonth()+1),p=this.csharp.Literal.integer(n.getUTCDate());r.write(this.System.DateOnly.new({arguments_:[i,l,p]}));break}case"dateTime":{this.internalType.parse?(r.write(`DateTime.Parse("${this.internalType.value.toISOString()}", null, `),r.writeNode(this.System.Globalization.DateTimeStyles),r.write(".AdjustToUniversal)")):r.write(this.constructDatetimeWithoutParse(this.internalType.value));break}case"uuid":r.write(`"${this.internalType.value.toString()}"`);break;case"null":r.write("null");break}}constructDatetimeWithoutParse(r){let n=r.getUTCFullYear(),i=(r.getUTCMonth()+1).toString().padStart(2,"0"),l=r.getUTCDate().toString().padStart(2,"0"),p=r.getUTCHours().toString().padStart(2,"0"),x=r.getUTCMinutes().toString().padStart(2,"0"),T=r.getUTCSeconds().toString().padStart(2,"0"),A=r.getUTCMilliseconds().toString().padStart(3,"0");return`new DateTime(${n}, ${i}, ${l}, ${p}, ${x}, ${T}, ${A})`}};a();o();u();var ir=class extends M{constructor({itemType:r,entries:n},i){super(i);f(this,"itemType");f(this,"entries");this.itemType=r,this.entries=n}write(r){this.itemType!=null?(r.write(this.System.Collections.Generic.List(this.itemType).new()),r.pushScope()):r.write("["),this.entries.forEach((n,i)=>{r.writeNode(n),i<this.entries.length-1&&r.write(", ")}),this.itemType!=null?r.popScope():r.write("]")}};a();o();u();var sr=class extends M{constructor({method:r,arguments_:n,on:i,async:l,configureAwait:p,generics:x,multiline:T,isAsyncEnumerable:A},I){super(I);f(this,"arguments");f(this,"method");f(this,"on");f(this,"async");f(this,"isAsyncEnumerable");f(this,"configureAwait");f(this,"generics");f(this,"multiline");this.method=r,this.arguments=n,this.on=i,this.async=l??!1,this.configureAwait=p??!1,this.generics=x??[],this.multiline=T??!1,this.isAsyncEnumerable=A??!1}write(r){if(this.async&&!this.isAsyncEnumerable&&r.write("await "),this.on&&(this.on.write(r),r.write(".")),r.write(this.method),this.generics!=null&&this.generics.length>0&&(r.write("<"),this.generics.forEach((n,i)=>{r.writeNode(n),i<this.generics.length-1&&r.write(", ")}),r.write(">")),r.write("("),this.arguments.length===0){r.write(")"),this.writeEnd(r);return}this.multiline&&(r.newLine(),r.indent()),this.arguments.forEach((n,i)=>{n.write(r),i<this.arguments.length-1&&(r.write(","),this.multiline||r.write(" ")),this.multiline&&r.writeNewLineIfLastLineNot()}),this.multiline&&r.dedent(),r.write(")"),this.writeEnd(r)}writeEnd(r){this.async&&this.configureAwait===!1&&r.write(".ConfigureAwait(false)")}};a();o();u();var ar=class extends M{constructor({itemType:r,entries:n},i){super(i);f(this,"itemType");f(this,"entries");this.itemType=r,this.entries=n}write(r){r.write("new"),this.entries.length===0&&(r.write(" "),r.writeNode(this.itemType)),r.write("[] {"),this.entries.forEach((n,i)=>{r.writeNode(n),i<this.entries.length-1&&r.write(", ")}),r.write("}")}};a();o();u();var ur=class extends M{constructor({itemType:r,entries:n},i){super(i);f(this,"itemType");f(this,"entries");this.itemType=r,this.entries=n}write(r){r.write(this.System.Collections.Generic.HashSet(this.itemType).new()),r.pushScope(),this.entries.forEach((n,i)=>{r.writeNode(n),i<this.entries.length-1&&r.write(", ")}),r.popScope(!1)}};a();o();u();a();o();u();var El={"\\":"\\\\",'"':'\\"',"\n":"\\n","\r":"\\r"," ":"\\t","\0":"\\0","\f":"\\f","\b":"\\b","\v":"\\v","\x07":"\\a"},Il=/[\\\"\n\r\t\0\f\u0007\u0008\v\u0001-\u0006\u000E-\u001F\u007F-\u009F]/g;function Eo(e){return e.replace(Il,t=>{let r=El[t];return r!==void 0?r:`\\u${t.charCodeAt(0).toString(16).padStart(4,"0")}`})}var or=class extends M{constructor(r,n){super(n);f(this,"string");this.string=r.string}write(r){r.write(`"${Eo(this.string)}"`)}};a();o();u();a();o();u();a();o();u();var Y;(function(e){e.Root="root",e.Text="text",e.Directive="directive",e.Comment="comment",e.Script="script",e.Style="style",e.Tag="tag",e.CDATA="cdata",e.Doctype="doctype"})(Y||(Y={}));function Io(e){return e.type===Y.Tag||e.type===Y.Script||e.type===Y.Style}var Al=Y.Root,Nl=Y.Text,Rl=Y.Directive,Cl=Y.Comment,Ol=Y.Script,Pl=Y.Style,_l=Y.Tag,Fl=Y.CDATA,kl=Y.Doctype;a();o();u();var Yn=class{constructor(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}get parentNode(){return this.parent}set parentNode(t){this.parent=t}get previousSibling(){return this.prev}set previousSibling(t){this.prev=t}get nextSibling(){return this.next}set nextSibling(t){this.next=t}cloneNode(t=!1){return Ro(this,t)}},wn=class extends Yn{constructor(t){super(),this.data=t}get nodeValue(){return this.data}set nodeValue(t){this.data=t}},cr=class extends wn{constructor(){super(...arguments),this.type=Y.Text}get nodeType(){return 3}},Sn=class extends wn{constructor(){super(...arguments),this.type=Y.Comment}get nodeType(){return 8}},Tn=class extends wn{constructor(t,r){super(r),this.name=t,this.type=Y.Directive}get nodeType(){return 1}},En=class extends Yn{constructor(t){super(),this.children=t}get firstChild(){var t;return(t=this.children[0])!==null&&t!==void 0?t:null}get lastChild(){return this.children.length>0?this.children[this.children.length-1]:null}get childNodes(){return this.children}set childNodes(t){this.children=t}},In=class extends En{constructor(){super(...arguments),this.type=Y.CDATA}get nodeType(){return 4}},pr=class extends En{constructor(){super(...arguments),this.type=Y.Root}get nodeType(){return 9}},An=class extends En{constructor(t,r,n=[],i=t==="script"?Y.Script:t==="style"?Y.Style:Y.Tag){super(n),this.name=t,this.attribs=r,this.type=i}get nodeType(){return 1}get tagName(){return this.name}set tagName(t){this.name=t}get attributes(){return Object.keys(this.attribs).map(t=>{var r,n;return{name:t,value:this.attribs[t],namespace:(r=this["x-attribsNamespace"])===null||r===void 0?void 0:r[t],prefix:(n=this["x-attribsPrefix"])===null||n===void 0?void 0:n[t]}})}};function ve(e){return Io(e)}function Xi(e){return e.type===Y.CDATA}function kt(e){return e.type===Y.Text}function Yi(e){return e.type===Y.Comment}function Bl(e){return e.type===Y.Directive}function No(e){return e.type===Y.Root}function Ro(e,t=!1){let r;if(kt(e))r=new cr(e.data);else if(Yi(e))r=new Sn(e.data);else if(ve(e)){let n=t?Qi(e.children):[],i=new An(e.name,{...e.attribs},n);n.forEach(l=>l.parent=i),e.namespace!=null&&(i.namespace=e.namespace),e["x-attribsNamespace"]&&(i["x-attribsNamespace"]={...e["x-attribsNamespace"]}),e["x-attribsPrefix"]&&(i["x-attribsPrefix"]={...e["x-attribsPrefix"]}),r=i}else if(Xi(e)){let n=t?Qi(e.children):[],i=new In(n);n.forEach(l=>l.parent=i),r=i}else if(No(e)){let n=t?Qi(e.children):[],i=new pr(n);n.forEach(l=>l.parent=i),e["x-mode"]&&(i["x-mode"]=e["x-mode"]),r=i}else if(Bl(e)){let n=new Tn(e.name,e.data);e["x-name"]!=null&&(n["x-name"]=e["x-name"],n["x-publicId"]=e["x-publicId"],n["x-systemId"]=e["x-systemId"]),r=n}else throw new Error(`Not implemented yet: ${e.type}`);return r.startIndex=e.startIndex,r.endIndex=e.endIndex,e.sourceCodeLocation!=null&&(r.sourceCodeLocation=e.sourceCodeLocation),r}function Qi(e){let t=e.map(r=>Ro(r,!0));for(let r=1;r<t.length;r++)t[r].prev=t[r-1],t[r-1].next=t[r];return t}var Co={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},lr=class{constructor(t,r,n){this.dom=[],this.root=new pr(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof r=="function"&&(n=r,r=Co),typeof t=="object"&&(r=t,t=void 0),this.callback=t??null,this.options=r??Co,this.elementCB=n??null}onparserinit(t){this.parser=t}onreset(){this.dom=[],this.root=new pr(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null}onend(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))}onerror(t){this.handleCallback(t)}onclosetag(){this.lastNode=null;let t=this.tagStack.pop();this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(t)}onopentag(t,r){let n=this.options.xmlMode?Y.Tag:void 0,i=new An(t,r,void 0,n);this.addNode(i),this.tagStack.push(i)}ontext(t){let{lastNode:r}=this;if(r&&r.type===Y.Text)r.data+=t,this.options.withEndIndices&&(r.endIndex=this.parser.endIndex);else{let n=new cr(t);this.addNode(n),this.lastNode=n}}oncomment(t){if(this.lastNode&&this.lastNode.type===Y.Comment){this.lastNode.data+=t;return}let r=new Sn(t);this.addNode(r),this.lastNode=r}oncommentend(){this.lastNode=null}oncdatastart(){let t=new cr(""),r=new In([t]);this.addNode(r),t.parent=r,this.lastNode=t}oncdataend(){this.lastNode=null}onprocessinginstruction(t,r){let n=new Tn(t,r);this.addNode(n)}handleCallback(t){if(typeof this.callback=="function")this.callback(t,this.dom);else if(t)throw t}addNode(t){let r=this.tagStack[this.tagStack.length-1],n=r.children[r.children.length-1];this.options.withStartIndices&&(t.startIndex=this.parser.startIndex),this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),r.children.push(t),n&&(t.prev=n,n.next=t),t.parent=r,this.lastNode=null}};a();o();u();a();o();u();a();o();u();a();o();u();a();o();u();var Zn=new Uint16Array('\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\u{1D504}rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\u{1D538}plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\u{1D49C}ign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\u{1D505}pf;\uC000\u{1D539}eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\u{1D49E}p\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5ron;\u410E;\u4414l\u0100;t\u02DD\u02DE\u6207a;\u4394r;\uC000\u{1D507}\u0100af\u02EB\u0327\u0100cm\u02F0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031Ccute;\u40B4o\u0174\u030B\u030D;\u42D9bleAcute;\u42DDrave;\u4060ilde;\u42DCond;\u62C4ferentialD;\u6146\u0470\u033D\0\0\0\u0342\u0354\0\u0405f;\uC000\u{1D53B}\u0180;DE\u0348\u0349\u034D\u40A8ot;\u60DCqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03CF\u03E2\u03F8ontourIntegra\xEC\u0239o\u0274\u0379\0\0\u037B\xBB\u0349nArrow;\u61D3\u0100eo\u0387\u03A4ft\u0180ART\u0390\u0396\u03A1rrow;\u61D0ightArrow;\u61D4e\xE5\u02CAng\u0100LR\u03AB\u03C4eft\u0100AR\u03B3\u03B9rrow;\u67F8ightArrow;\u67FAightArrow;\u67F9ight\u0100AT\u03D8\u03DErrow;\u61D2ee;\u62A8p\u0241\u03E9\0\0\u03EFrrow;\u61D1ownArrow;\u61D5erticalBar;\u6225n\u0300ABLRTa\u0412\u042A\u0430\u045E\u047F\u037Crrow\u0180;BU\u041D\u041E\u0422\u6193ar;\u6913pArrow;\u61F5reve;\u4311eft\u02D2\u043A\0\u0446\0\u0450ightVector;\u6950eeVector;\u695Eector\u0100;B\u0459\u045A\u61BDar;\u6956ight\u01D4\u0467\0\u0471eeVector;\u695Fector\u0100;B\u047A\u047B\u61C1ar;\u6957ee\u0100;A\u0486\u0487\u62A4rrow;\u61A7\u0100ct\u0492\u0497r;\uC000\u{1D49F}rok;\u4110\u0800NTacdfglmopqstux\u04BD\u04C0\u04C4\u04CB\u04DE\u04E2\u04E7\u04EE\u04F5\u0521\u052F\u0536\u0552\u055D\u0560\u0565G;\u414AH\u803B\xD0\u40D0cute\u803B\xC9\u40C9\u0180aiy\u04D2\u04D7\u04DCron;\u411Arc\u803B\xCA\u40CA;\u442Dot;\u4116r;\uC000\u{1D508}rave\u803B\xC8\u40C8ement;\u6208\u0100ap\u04FA\u04FEcr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65FBerySmallSquare;\u65AB\u0100gp\u0526\u052Aon;\u4118f;\uC000\u{1D53C}silon;\u4395u\u0100ai\u053C\u0549l\u0100;T\u0542\u0543\u6A75ilde;\u6242librium;\u61CC\u0100ci\u0557\u055Ar;\u6130m;\u6A73a;\u4397ml\u803B\xCB\u40CB\u0100ip\u056A\u056Fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058D\u05B2\u05CCy;\u4424r;\uC000\u{1D509}lled\u0253\u0597\0\0\u05A3mallSquare;\u65FCerySmallSquare;\u65AA\u0370\u05BA\0\u05BF\0\0\u05C4f;\uC000\u{1D53D}All;\u6200riertrf;\u6131c\xF2\u05CB\u0600JTabcdfgorst\u05E8\u05EC\u05EF\u05FA\u0600\u0612\u0616\u061B\u061D\u0623\u066C\u0672cy;\u4403\u803B>\u403Emma\u0100;d\u05F7\u05F8\u4393;\u43DCreve;\u411E\u0180eiy\u0607\u060C\u0610dil;\u4122rc;\u411C;\u4413ot;\u4120r;\uC000\u{1D50A};\u62D9pf;\uC000\u{1D53E}eater\u0300EFGLST\u0635\u0644\u064E\u0656\u065B\u0666qual\u0100;L\u063E\u063F\u6265ess;\u62DBullEqual;\u6267reater;\u6AA2ess;\u6277lantEqual;\u6A7Eilde;\u6273cr;\uC000\u{1D4A2};\u626B\u0400Aacfiosu\u0685\u068B\u0696\u069B\u069E\u06AA\u06BE\u06CARDcy;\u442A\u0100ct\u0690\u0694ek;\u42C7;\u405Eirc;\u4124r;\u610ClbertSpace;\u610B\u01F0\u06AF\0\u06B2f;\u610DizontalLine;\u6500\u0100ct\u06C3\u06C5\xF2\u06A9rok;\u4126mp\u0144\u06D0\u06D8ownHum\xF0\u012Fqual;\u624F\u0700EJOacdfgmnostu\u06FA\u06FE\u0703\u0707\u070E\u071A\u071E\u0721\u0728\u0744\u0778\u078B\u078F\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803B\xCD\u40CD\u0100iy\u0713\u0718rc\u803B\xCE\u40CE;\u4418ot;\u4130r;\u6111rave\u803B\xCC\u40CC\u0180;ap\u0720\u072F\u073F\u0100cg\u0734\u0737r;\u412AinaryI;\u6148lie\xF3\u03DD\u01F4\u0749\0\u0762\u0100;e\u074D\u074E\u622C\u0100gr\u0753\u0758ral;\u622Bsection;\u62C2isible\u0100CT\u076C\u0772omma;\u6063imes;\u6062\u0180gpt\u077F\u0783\u0788on;\u412Ef;\uC000\u{1D540}a;\u4399cr;\u6110ilde;\u4128\u01EB\u079A\0\u079Ecy;\u4406l\u803B\xCF\u40CF\u0280cfosu\u07AC\u07B7\u07BC\u07C2\u07D0\u0100iy\u07B1\u07B5rc;\u4134;\u4419r;\uC000\u{1D50D}pf;\uC000\u{1D541}\u01E3\u07C7\0\u07CCr;\uC000\u{1D4A5}rcy;\u4408kcy;\u4404\u0380HJacfos\u07E4\u07E8\u07EC\u07F1\u07FD\u0802\u0808cy;\u4425cy;\u440Cppa;\u439A\u0100ey\u07F6\u07FBdil;\u4136;\u441Ar;\uC000\u{1D50E}pf;\uC000\u{1D542}cr;\uC000\u{1D4A6}\u0580JTaceflmost\u0825\u0829\u082C\u0850\u0863\u09B3\u09B8\u09C7\u09CD\u0A37\u0A47cy;\u4409\u803B<\u403C\u0280cmnpr\u0837\u083C\u0841\u0844\u084Dute;\u4139bda;\u439Bg;\u67EAlacetrf;\u6112r;\u619E\u0180aey\u0857\u085C\u0861ron;\u413Ddil;\u413B;\u441B\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087E\u08A9\u08B1\u08E0\u08E6\u08FC\u092F\u095B\u0390\u096A\u0100nr\u0883\u088FgleBracket;\u67E8row\u0180;BR\u0899\u089A\u089E\u6190ar;\u61E4ightArrow;\u61C6eiling;\u6308o\u01F5\u08B7\0\u08C3bleBracket;\u67E6n\u01D4\u08C8\0\u08D2eeVector;\u6961ector\u0100;B\u08DB\u08DC\u61C3ar;\u6959loor;\u630Aight\u0100AV\u08EF\u08F5rrow;\u6194ector;\u694E\u0100er\u0901\u0917e\u0180;AV\u0909\u090A\u0910\u62A3rrow;\u61A4ector;\u695Aiangle\u0180;BE\u0924\u0925\u0929\u62B2ar;\u69CFqual;\u62B4p\u0180DTV\u0937\u0942\u094CownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61BFar;\u6958ector\u0100;B\u0965\u0966\u61BCar;\u6952ight\xE1\u039Cs\u0300EFGLST\u097E\u098B\u0995\u099D\u09A2\u09ADqualGreater;\u62DAullEqual;\u6266reater;\u6276ess;\u6AA1lantEqual;\u6A7Dilde;\u6272r;\uC000\u{1D50F}\u0100;e\u09BD\u09BE\u62D8ftarrow;\u61DAidot;\u413F\u0180npw\u09D4\u0A16\u0A1Bg\u0200LRlr\u09DE\u09F7\u0A02\u0A10eft\u0100AR\u09E6\u09ECrrow;\u67F5ightArrow;\u67F7ightArrow;\u67F6eft\u0100ar\u03B3\u0A0Aight\xE1\u03BFight\xE1\u03CAf;\uC000\u{1D543}er\u0100LR\u0A22\u0A2CeftArrow;\u6199ightArrow;\u6198\u0180cht\u0A3E\u0A40\u0A42\xF2\u084C;\u61B0rok;\u4141;\u626A\u0400acefiosu\u0A5A\u0A5D\u0A60\u0A77\u0A7C\u0A85\u0A8B\u0A8Ep;\u6905y;\u441C\u0100dl\u0A65\u0A6FiumSpace;\u605Flintrf;\u6133r;\uC000\u{1D510}nusPlus;\u6213pf;\uC000\u{1D544}c\xF2\u0A76;\u439C\u0480Jacefostu\u0AA3\u0AA7\u0AAD\u0AC0\u0B14\u0B19\u0D91\u0D97\u0D9Ecy;\u440Acute;\u4143\u0180aey\u0AB4\u0AB9\u0ABEron;\u4147dil;\u4145;\u441D\u0180gsw\u0AC7\u0AF0\u0B0Eative\u0180MTV\u0AD3\u0ADF\u0AE8ediumSpace;\u600Bhi\u0100cn\u0AE6\u0AD8\xEB\u0AD9eryThi\xEE\u0AD9ted\u0100GL\u0AF8\u0B06reaterGreate\xF2\u0673essLes\xF3\u0A48Line;\u400Ar;\uC000\u{1D511}\u0200Bnpt\u0B22\u0B28\u0B37\u0B3Areak;\u6060BreakingSpace;\u40A0f;\u6115\u0680;CDEGHLNPRSTV\u0B55\u0B56\u0B6A\u0B7C\u0BA1\u0BEB\u0C04\u0C5E\u0C84\u0CA6\u0CD8\u0D61\u0D85\u6AEC\u0100ou\u0B5B\u0B64ngruent;\u6262pCap;\u626DoubleVerticalBar;\u6226\u0180lqx\u0B83\u0B8A\u0B9Bement;\u6209ual\u0100;T\u0B92\u0B93\u6260ilde;\uC000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0BB6\u0BB7\u0BBD\u0BC9\u0BD3\u0BD8\u0BE5\u626Fqual;\u6271ullEqual;\uC000\u2267\u0338reater;\uC000\u226B\u0338ess;\u6279lantEqual;\uC000\u2A7E\u0338ilde;\u6275ump\u0144\u0BF2\u0BFDownHump;\uC000\u224E\u0338qual;\uC000\u224F\u0338e\u0100fs\u0C0A\u0C27tTriangle\u0180;BE\u0C1A\u0C1B\u0C21\u62EAar;\uC000\u29CF\u0338qual;\u62ECs\u0300;EGLST\u0C35\u0C36\u0C3C\u0C44\u0C4B\u0C58\u626Equal;\u6270reater;\u6278ess;\uC000\u226A\u0338lantEqual;\uC000\u2A7D\u0338ilde;\u6274ested\u0100GL\u0C68\u0C79reaterGreater;\uC000\u2AA2\u0338essLess;\uC000\u2AA1\u0338recedes\u0180;ES\u0C92\u0C93\u0C9B\u6280qual;\uC000\u2AAF\u0338lantEqual;\u62E0\u0100ei\u0CAB\u0CB9verseElement;\u620CghtTriangle\u0180;BE\u0CCB\u0CCC\u0CD2\u62EBar;\uC000\u29D0\u0338qual;\u62ED\u0100qu\u0CDD\u0D0CuareSu\u0100bp\u0CE8\u0CF9set\u0100;E\u0CF0\u0CF3\uC000\u228F\u0338qual;\u62E2erset\u0100;E\u0D03\u0D06\uC000\u2290\u0338qual;\u62E3\u0180bcp\u0D13\u0D24\u0D4Eset\u0100;E\u0D1B\u0D1E\uC000\u2282\u20D2qual;\u6288ceeds\u0200;EST\u0D32\u0D33\u0D3B\u0D46\u6281qual;\uC000\u2AB0\u0338lantEqual;\u62E1ilde;\uC000\u227F\u0338erset\u0100;E\u0D58\u0D5B\uC000\u2283\u20D2qual;\u6289ilde\u0200;EFT\u0D6E\u0D6F\u0D75\u0D7F\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uC000\u{1D4A9}ilde\u803B\xD1\u40D1;\u439D\u0700Eacdfgmoprstuv\u0DBD\u0DC2\u0DC9\u0DD5\u0DDB\u0DE0\u0DE7\u0DFC\u0E02\u0E20\u0E22\u0E32\u0E3F\u0E44lig;\u4152cute\u803B\xD3\u40D3\u0100iy\u0DCE\u0DD3rc\u803B\xD4\u40D4;\u441Eblac;\u4150r;\uC000\u{1D512}rave\u803B\xD2\u40D2\u0180aei\u0DEE\u0DF2\u0DF6cr;\u414Cga;\u43A9cron;\u439Fpf;\uC000\u{1D546}enCurly\u0100DQ\u0E0E\u0E1AoubleQuote;\u601Cuote;\u6018;\u6A54\u0100cl\u0E27\u0E2Cr;\uC000\u{1D4AA}ash\u803B\xD8\u40D8i\u016C\u0E37\u0E3Cde\u803B\xD5\u40D5es;\u6A37ml\u803B\xD6\u40D6er\u0100BP\u0E4B\u0E60\u0100ar\u0E50\u0E53r;\u603Eac\u0100ek\u0E5A\u0E5C;\u63DEet;\u63B4arenthesis;\u63DC\u0480acfhilors\u0E7F\u0E87\u0E8A\u0E8F\u0E92\u0E94\u0E9D\u0EB0\u0EFCrtialD;\u6202y;\u441Fr;\uC000\u{1D513}i;\u43A6;\u43A0usMinus;\u40B1\u0100ip\u0EA2\u0EADncareplan\xE5\u069Df;\u6119\u0200;eio\u0EB9\u0EBA\u0EE0\u0EE4\u6ABBcedes\u0200;EST\u0EC8\u0EC9\u0ECF\u0EDA\u627Aqual;\u6AAFlantEqual;\u627Cilde;\u627Eme;\u6033\u0100dp\u0EE9\u0EEEuct;\u620Fortion\u0100;a\u0225\u0EF9l;\u621D\u0100ci\u0F01\u0F06r;\uC000\u{1D4AB};\u43A8\u0200Ufos\u0F11\u0F16\u0F1B\u0F1FOT\u803B"\u4022r;\uC000\u{1D514}pf;\u611Acr;\uC000\u{1D4AC}\u0600BEacefhiorsu\u0F3E\u0F43\u0F47\u0F60\u0F73\u0FA7\u0FAA\u0FAD\u1096\u10A9\u10B4\u10BEarr;\u6910G\u803B\xAE\u40AE\u0180cnr\u0F4E\u0F53\u0F56ute;\u4154g;\u67EBr\u0100;t\u0F5C\u0F5D\u61A0l;\u6916\u0180aey\u0F67\u0F6C\u0F71ron;\u4158dil;\u4156;\u4420\u0100;v\u0F78\u0F79\u611Cerse\u0100EU\u0F82\u0F99\u0100lq\u0F87\u0F8Eement;\u620Builibrium;\u61CBpEquilibrium;\u696Fr\xBB\u0F79o;\u43A1ght\u0400ACDFTUVa\u0FC1\u0FEB\u0FF3\u1022\u1028\u105B\u1087\u03D8\u0100nr\u0FC6\u0FD2gleBracket;\u67E9row\u0180;BL\u0FDC\u0FDD\u0FE1\u6192ar;\u61E5eftArrow;\u61C4eiling;\u6309o\u01F5\u0FF9\0\u1005bleBracket;\u67E7n\u01D4\u100A\0\u1014eeVector;\u695Dector\u0100;B\u101D\u101E\u61C2ar;\u6955loor;\u630B\u0100er\u102D\u1043e\u0180;AV\u1035\u1036\u103C\u62A2rrow;\u61A6ector;\u695Biangle\u0180;BE\u1050\u1051\u1055\u62B3ar;\u69D0qual;\u62B5p\u0180DTV\u1063\u106E\u1078ownVector;\u694FeeVector;\u695Cector\u0100;B\u1082\u1083\u61BEar;\u6954ector\u0100;B\u1091\u1092\u61C0ar;\u6953\u0100pu\u109B\u109Ef;\u611DndImplies;\u6970ightarrow;\u61DB\u0100ch\u10B9\u10BCr;\u611B;\u61B1leDelayed;\u69F4\u0680HOacfhimoqstu\u10E4\u10F1\u10F7\u10FD\u1119\u111E\u1151\u1156\u1161\u1167\u11B5\u11BB\u11BF\u0100Cc\u10E9\u10EEHcy;\u4429y;\u4428FTcy;\u442Ccute;\u415A\u0280;aeiy\u1108\u1109\u110E\u1113\u1117\u6ABCron;\u4160dil;\u415Erc;\u415C;\u4421r;\uC000\u{1D516}ort\u0200DLRU\u112A\u1134\u113E\u1149ownArrow\xBB\u041EeftArrow\xBB\u089AightArrow\xBB\u0FDDpArrow;\u6191gma;\u43A3allCircle;\u6218pf;\uC000\u{1D54A}\u0272\u116D\0\0\u1170t;\u621Aare\u0200;ISU\u117B\u117C\u1189\u11AF\u65A1ntersection;\u6293u\u0100bp\u118F\u119Eset\u0100;E\u1197\u1198\u628Fqual;\u6291erset\u0100;E\u11A8\u11A9\u6290qual;\u6292nion;\u6294cr;\uC000\u{1D4AE}ar;\u62C6\u0200bcmp\u11C8\u11DB\u1209\u120B\u0100;s\u11CD\u11CE\u62D0et\u0100;E\u11CD\u11D5qual;\u6286\u0100ch\u11E0\u1205eeds\u0200;EST\u11ED\u11EE\u11F4\u11FF\u627Bqual;\u6AB0lantEqual;\u627Dilde;\u627FTh\xE1\u0F8C;\u6211\u0180;es\u1212\u1213\u1223\u62D1rset\u0100;E\u121C\u121D\u6283qual;\u6287et\xBB\u1213\u0580HRSacfhiors\u123E\u1244\u1249\u1255\u125E\u1271\u1276\u129F\u12C2\u12C8\u12D1ORN\u803B\xDE\u40DEADE;\u6122\u0100Hc\u124E\u1252cy;\u440By;\u4426\u0100bu\u125A\u125C;\u4009;\u43A4\u0180aey\u1265\u126A\u126Fron;\u4164dil;\u4162;\u4422r;\uC000\u{1D517}\u0100ei\u127B\u1289\u01F2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128E\u1298kSpace;\uC000\u205F\u200ASpace;\u6009lde\u0200;EFT\u12AB\u12AC\u12B2\u12BC\u623Cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uC000\u{1D54B}ipleDot;\u60DB\u0100ct\u12D6\u12DBr;\uC000\u{1D4AF}rok;\u4166\u0AE1\u12F7\u130E\u131A\u1326\0\u132C\u1331\0\0\0\0\0\u1338\u133D\u1377\u1385\0\u13FF\u1404\u140A\u1410\u0100cr\u12FB\u1301ute\u803B\xDA\u40DAr\u0100;o\u1307\u1308\u619Fcir;\u6949r\u01E3\u1313\0\u1316y;\u440Eve;\u416C\u0100iy\u131E\u1323rc\u803B\xDB\u40DB;\u4423blac;\u4170r;\uC000\u{1D518}rave\u803B\xD9\u40D9acr;\u416A\u0100di\u1341\u1369er\u0100BP\u1348\u135D\u0100ar\u134D\u1350r;\u405Fac\u0100ek\u1357\u1359;\u63DFet;\u63B5arenthesis;\u63DDon\u0100;P\u1370\u1371\u62C3lus;\u628E\u0100gp\u137B\u137Fon;\u4172f;\uC000\u{1D54C}\u0400ADETadps\u1395\u13AE\u13B8\u13C4\u03E8\u13D2\u13D7\u13F3rrow\u0180;BD\u1150\u13A0\u13A4ar;\u6912ownArrow;\u61C5ownArrow;\u6195quilibrium;\u696Eee\u0100;A\u13CB\u13CC\u62A5rrow;\u61A5own\xE1\u03F3er\u0100LR\u13DE\u13E8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13F9\u13FA\u43D2on;\u43A5ing;\u416Ecr;\uC000\u{1D4B0}ilde;\u4168ml\u803B\xDC\u40DC\u0480Dbcdefosv\u1427\u142C\u1430\u1433\u143E\u1485\u148A\u1490\u1496ash;\u62ABar;\u6AEBy;\u4412ash\u0100;l\u143B\u143C\u62A9;\u6AE6\u0100er\u1443\u1445;\u62C1\u0180bty\u144C\u1450\u147Aar;\u6016\u0100;i\u144F\u1455cal\u0200BLST\u1461\u1465\u146A\u1474ar;\u6223ine;\u407Ceparator;\u6758ilde;\u6240ThinSpace;\u600Ar;\uC000\u{1D519}pf;\uC000\u{1D54D}cr;\uC000\u{1D4B1}dash;\u62AA\u0280cefos\u14A7\u14AC\u14B1\u14B6\u14BCirc;\u4174dge;\u62C0r;\uC000\u{1D51A}pf;\uC000\u{1D54E}cr;\uC000\u{1D4B2}\u0200fios\u14CB\u14D0\u14D2\u14D8r;\uC000\u{1D51B};\u439Epf;\uC000\u{1D54F}cr;\uC000\u{1D4B3}\u0480AIUacfosu\u14F1\u14F5\u14F9\u14FD\u1504\u150F\u1514\u151A\u1520cy;\u442Fcy;\u4407cy;\u442Ecute\u803B\xDD\u40DD\u0100iy\u1509\u150Drc;\u4176;\u442Br;\uC000\u{1D51C}pf;\uC000\u{1D550}cr;\uC000\u{1D4B4}ml;\u4178\u0400Hacdefos\u1535\u1539\u153F\u154B\u154F\u155D\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417D;\u4417ot;\u417B\u01F2\u1554\0\u155BoWidt\xE8\u0AD9a;\u4396r;\u6128pf;\u6124cr;\uC000\u{1D4B5}\u0BE1\u1583\u158A\u1590\0\u15B0\u15B6\u15BF\0\0\0\0\u15C6\u15DB\u15EB\u165F\u166D\0\u1695\u169B\u16B2\u16B9\0\u16BEcute\u803B\xE1\u40E1reve;\u4103\u0300;Ediuy\u159C\u159D\u15A1\u15A3\u15A8\u15AD\u623E;\uC000\u223E\u0333;\u623Frc\u803B\xE2\u40E2te\u80BB\xB4\u0306;\u4430lig\u803B\xE6\u40E6\u0100;r\xB2\u15BA;\uC000\u{1D51E}rave\u803B\xE0\u40E0\u0100ep\u15CA\u15D6\u0100fp\u15CF\u15D4sym;\u6135\xE8\u15D3ha;\u43B1\u0100ap\u15DFc\u0100cl\u15E4\u15E7r;\u4101g;\u6A3F\u0264\u15F0\0\0\u160A\u0280;adsv\u15FA\u15FB\u15FF\u1601\u1607\u6227nd;\u6A55;\u6A5Clope;\u6A58;\u6A5A\u0380;elmrsz\u1618\u1619\u161B\u161E\u163F\u164F\u1659\u6220;\u69A4e\xBB\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163A\u163C\u163E;\u69A8;\u69A9;\u69AA;\u69AB;\u69AC;\u69AD;\u69AE;\u69AFt\u0100;v\u1645\u1646\u621Fb\u0100;d\u164C\u164D\u62BE;\u699D\u0100pt\u1654\u1657h;\u6222\xBB\xB9arr;\u637C\u0100gp\u1663\u1667on;\u4105f;\uC000\u{1D552}\u0380;Eaeiop\u12C1\u167B\u167D\u1682\u1684\u1687\u168A;\u6A70cir;\u6A6F;\u624Ad;\u624Bs;\u4027rox\u0100;e\u12C1\u1692\xF1\u1683ing\u803B\xE5\u40E5\u0180cty\u16A1\u16A6\u16A8r;\uC000\u{1D4B6};\u402Amp\u0100;e\u12C1\u16AF\xF1\u0288ilde\u803B\xE3\u40E3ml\u803B\xE4\u40E4\u0100ci\u16C2\u16C8onin\xF4\u0272nt;\u6A11\u0800Nabcdefiklnoprsu\u16ED\u16F1\u1730\u173C\u1743\u1748\u1778\u177D\u17E0\u17E6\u1839\u1850\u170D\u193D\u1948\u1970ot;\u6AED\u0100cr\u16F6\u171Ek\u0200ceps\u1700\u1705\u170D\u1713ong;\u624Cpsilon;\u43F6rime;\u6035im\u0100;e\u171A\u171B\u623Dq;\u62CD\u0176\u1722\u1726ee;\u62BDed\u0100;g\u172C\u172D\u6305e\xBB\u172Drk\u0100;t\u135C\u1737brk;\u63B6\u0100oy\u1701\u1741;\u4431quo;\u601E\u0280cmprt\u1753\u175B\u1761\u1764\u1768aus\u0100;e\u010A\u0109ptyv;\u69B0s\xE9\u170Cno\xF5\u0113\u0180ahw\u176F\u1771\u1773;\u43B2;\u6136een;\u626Cr;\uC000\u{1D51F}g\u0380costuvw\u178D\u179D\u17B3\u17C1\u17D5\u17DB\u17DE\u0180aiu\u1794\u1796\u179A\xF0\u0760rc;\u65EFp\xBB\u1371\u0180dpt\u17A4\u17A8\u17ADot;\u6A00lus;\u6A01imes;\u6A02\u0271\u17B9\0\0\u17BEcup;\u6A06ar;\u6605riangle\u0100du\u17CD\u17D2own;\u65BDp;\u65B3plus;\u6A04e\xE5\u1444\xE5\u14ADarow;\u690D\u0180ako\u17ED\u1826\u1835\u0100cn\u17F2\u1823k\u0180lst\u17FA\u05AB\u1802ozenge;\u69EBriangle\u0200;dlr\u1812\u1813\u1818\u181D\u65B4own;\u65BEeft;\u65C2ight;\u65B8k;\u6423\u01B1\u182B\0\u1833\u01B2\u182F\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183E\u184D\u0100;q\u1843\u1846\uC000=\u20E5uiv;\uC000\u2261\u20E5t;\u6310\u0200ptwx\u1859\u185E\u1867\u186Cf;\uC000\u{1D553}\u0100;t\u13CB\u1863om\xBB\u13CCtie;\u62C8\u0600DHUVbdhmptuv\u1885\u1896\u18AA\u18BB\u18D7\u18DB\u18EC\u18FF\u1905\u190A\u1910\u1921\u0200LRlr\u188E\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18A1\u18A2\u18A4\u18A6\u18A8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18B3\u18B5\u18B7\u18B9;\u655D;\u655A;\u655C;\u6559\u0380;HLRhlr\u18CA\u18CB\u18CD\u18CF\u18D1\u18D3\u18D5\u6551;\u656C;\u6563;\u6560;\u656B;\u6562;\u655Fox;\u69C9\u0200LRlr\u18E4\u18E6\u18E8\u18EA;\u6555;\u6552;\u6510;\u650C\u0280;DUdu\u06BD\u18F7\u18F9\u18FB\u18FD;\u6565;\u6568;\u652C;\u6534inus;\u629Flus;\u629Eimes;\u62A0\u0200LRlr\u1919\u191B\u191D\u191F;\u655B;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193B\u6502;\u656A;\u6561;\u655E;\u653C;\u6524;\u651C\u0100ev\u0123\u1942bar\u803B\xA6\u40A6\u0200ceio\u1951\u1956\u195A\u1960r;\uC000\u{1D4B7}mi;\u604Fm\u0100;e\u171A\u171Cl\u0180;bh\u1968\u1969\u196B\u405C;\u69C5sub;\u67C8\u016C\u1974\u197El\u0100;e\u1979\u197A\u6022t\xBB\u197Ap\u0180;Ee\u012F\u1985\u1987;\u6AAE\u0100;q\u06DC\u06DB\u0CE1\u19A7\0\u19E8\u1A11\u1A15\u1A32\0\u1A37\u1A50\0\0\u1AB4\0\0\u1AC1\0\0\u1B21\u1B2E\u1B4D\u1B52\0\u1BFD\0\u1C0C\u0180cpr\u19AD\u19B2\u19DDute;\u4107\u0300;abcds\u19BF\u19C0\u19C4\u19CA\u19D5\u19D9\u6229nd;\u6A44rcup;\u6A49\u0100au\u19CF\u19D2p;\u6A4Bp;\u6A47ot;\u6A40;\uC000\u2229\uFE00\u0100eo\u19E2\u19E5t;\u6041\xEE\u0693\u0200aeiu\u19F0\u19FB\u1A01\u1A05\u01F0\u19F5\0\u19F8s;\u6A4Don;\u410Ddil\u803B\xE7\u40E7rc;\u4109ps\u0100;s\u1A0C\u1A0D\u6A4Cm;\u6A50ot;\u410B\u0180dmn\u1A1B\u1A20\u1A26il\u80BB\xB8\u01ADptyv;\u69B2t\u8100\xA2;e\u1A2D\u1A2E\u40A2r\xE4\u01B2r;\uC000\u{1D520}\u0180cei\u1A3D\u1A40\u1A4Dy;\u4447ck\u0100;m\u1A47\u1A48\u6713ark\xBB\u1A48;\u43C7r\u0380;Ecefms\u1A5F\u1A60\u1A62\u1A6B\u1AA4\u1AAA\u1AAE\u65CB;\u69C3\u0180;el\u1A69\u1A6A\u1A6D\u42C6q;\u6257e\u0261\u1A74\0\0\u1A88rrow\u0100lr\u1A7C\u1A81eft;\u61BAight;\u61BB\u0280RSacd\u1A92\u1A94\u1A96\u1A9A\u1A9F\xBB\u0F47;\u64C8st;\u629Birc;\u629Aash;\u629Dnint;\u6A10id;\u6AEFcir;\u69C2ubs\u0100;u\u1ABB\u1ABC\u6663it\xBB\u1ABC\u02EC\u1AC7\u1AD4\u1AFA\0\u1B0Aon\u0100;e\u1ACD\u1ACE\u403A\u0100;q\xC7\xC6\u026D\u1AD9\0\0\u1AE2a\u0100;t\u1ADE\u1ADF\u402C;\u4040\u0180;fl\u1AE8\u1AE9\u1AEB\u6201\xEE\u1160e\u0100mx\u1AF1\u1AF6ent\xBB\u1AE9e\xF3\u024D\u01E7\u1AFE\0\u1B07\u0100;d\u12BB\u1B02ot;\u6A6Dn\xF4\u0246\u0180fry\u1B10\u1B14\u1B17;\uC000\u{1D554}o\xE4\u0254\u8100\xA9;s\u0155\u1B1Dr;\u6117\u0100ao\u1B25\u1B29rr;\u61B5ss;\u6717\u0100cu\u1B32\u1B37r;\uC000\u{1D4B8}\u0100bp\u1B3C\u1B44\u0100;e\u1B41\u1B42\u6ACF;\u6AD1\u0100;e\u1B49\u1B4A\u6AD0;\u6AD2dot;\u62EF\u0380delprvw\u1B60\u1B6C\u1B77\u1B82\u1BAC\u1BD4\u1BF9arr\u0100lr\u1B68\u1B6A;\u6938;\u6935\u0270\u1B72\0\0\u1B75r;\u62DEc;\u62DFarr\u0100;p\u1B7F\u1B80\u61B6;\u693D\u0300;bcdos\u1B8F\u1B90\u1B96\u1BA1\u1BA5\u1BA8\u622Arcap;\u6A48\u0100au\u1B9B\u1B9Ep;\u6A46p;\u6A4Aot;\u628Dr;\u6A45;\uC000\u222A\uFE00\u0200alrv\u1BB5\u1BBF\u1BDE\u1BE3rr\u0100;m\u1BBC\u1BBD\u61B7;\u693Cy\u0180evw\u1BC7\u1BD4\u1BD8q\u0270\u1BCE\0\0\u1BD2re\xE3\u1B73u\xE3\u1B75ee;\u62CEedge;\u62CFen\u803B\xA4\u40A4earrow\u0100lr\u1BEE\u1BF3eft\xBB\u1B80ight\xBB\u1BBDe\xE4\u1BDD\u0100ci\u1C01\u1C07onin\xF4\u01F7nt;\u6231lcty;\u632D\u0980AHabcdefhijlorstuwz\u1C38\u1C3B\u1C3F\u1C5D\u1C69\u1C75\u1C8A\u1C9E\u1CAC\u1CB7\u1CFB\u1CFF\u1D0D\u1D7B\u1D91\u1DAB\u1DBB\u1DC6\u1DCDr\xF2\u0381ar;\u6965\u0200glrs\u1C48\u1C4D\u1C52\u1C54ger;\u6020eth;\u6138\xF2\u1133h\u0100;v\u1C5A\u1C5B\u6010\xBB\u090A\u016B\u1C61\u1C67arow;\u690Fa\xE3\u0315\u0100ay\u1C6E\u1C73ron;\u410F;\u4434\u0180;ao\u0332\u1C7C\u1C84\u0100gr\u02BF\u1C81r;\u61CAtseq;\u6A77\u0180glm\u1C91\u1C94\u1C98\u803B\xB0\u40B0ta;\u43B4ptyv;\u69B1\u0100ir\u1CA3\u1CA8sht;\u697F;\uC000\u{1D521}ar\u0100lr\u1CB3\u1CB5\xBB\u08DC\xBB\u101E\u0280aegsv\u1CC2\u0378\u1CD6\u1CDC\u1CE0m\u0180;os\u0326\u1CCA\u1CD4nd\u0100;s\u0326\u1CD1uit;\u6666amma;\u43DDin;\u62F2\u0180;io\u1CE7\u1CE8\u1CF8\u40F7de\u8100\xF7;o\u1CE7\u1CF0ntimes;\u62C7n\xF8\u1CF7cy;\u4452c\u026F\u1D06\0\0\u1D0Arn;\u631Eop;\u630D\u0280lptuw\u1D18\u1D1D\u1D22\u1D49\u1D55lar;\u4024f;\uC000\u{1D555}\u0280;emps\u030B\u1D2D\u1D37\u1D3D\u1D42q\u0100;d\u0352\u1D33ot;\u6251inus;\u6238lus;\u6214quare;\u62A1blebarwedg\xE5\xFAn\u0180adh\u112E\u1D5D\u1D67ownarrow\xF3\u1C83arpoon\u0100lr\u1D72\u1D76ef\xF4\u1CB4igh\xF4\u1CB6\u0162\u1D7F\u1D85karo\xF7\u0F42\u026F\u1D8A\0\0\u1D8Ern;\u631Fop;\u630C\u0180cot\u1D98\u1DA3\u1DA6\u0100ry\u1D9D\u1DA1;\uC000\u{1D4B9};\u4455l;\u69F6rok;\u4111\u0100dr\u1DB0\u1DB4ot;\u62F1i\u0100;f\u1DBA\u1816\u65BF\u0100ah\u1DC0\u1DC3r\xF2\u0429a\xF2\u0FA6angle;\u69A6\u0100ci\u1DD2\u1DD5y;\u445Fgrarr;\u67FF\u0900Dacdefglmnopqrstux\u1E01\u1E09\u1E19\u1E38\u0578\u1E3C\u1E49\u1E61\u1E7E\u1EA5\u1EAF\u1EBD\u1EE1\u1F2A\u1F37\u1F44\u1F4E\u1F5A\u0100Do\u1E06\u1D34o\xF4\u1C89\u0100cs\u1E0E\u1E14ute\u803B\xE9\u40E9ter;\u6A6E\u0200aioy\u1E22\u1E27\u1E31\u1E36ron;\u411Br\u0100;c\u1E2D\u1E2E\u6256\u803B\xEA\u40EAlon;\u6255;\u444Dot;\u4117\u0100Dr\u1E41\u1E45ot;\u6252;\uC000\u{1D522}\u0180;rs\u1E50\u1E51\u1E57\u6A9Aave\u803B\xE8\u40E8\u0100;d\u1E5C\u1E5D\u6A96ot;\u6A98\u0200;ils\u1E6A\u1E6B\u1E72\u1E74\u6A99nters;\u63E7;\u6113\u0100;d\u1E79\u1E7A\u6A95ot;\u6A97\u0180aps\u1E85\u1E89\u1E97cr;\u4113ty\u0180;sv\u1E92\u1E93\u1E95\u6205et\xBB\u1E93p\u01001;\u1E9D\u1EA4\u0133\u1EA1\u1EA3;\u6004;\u6005\u6003\u0100gs\u1EAA\u1EAC;\u414Bp;\u6002\u0100gp\u1EB4\u1EB8on;\u4119f;\uC000\u{1D556}\u0180als\u1EC4\u1ECE\u1ED2r\u0100;s\u1ECA\u1ECB\u62D5l;\u69E3us;\u6A71i\u0180;lv\u1EDA\u1EDB\u1EDF\u43B5on\xBB\u1EDB;\u43F5\u0200csuv\u1EEA\u1EF3\u1F0B\u1F23\u0100io\u1EEF\u1E31rc\xBB\u1E2E\u0269\u1EF9\0\0\u1EFB\xED\u0548ant\u0100gl\u1F02\u1F06tr\xBB\u1E5Dess\xBB\u1E7A\u0180aei\u1F12\u1F16\u1F1Als;\u403Dst;\u625Fv\u0100;D\u0235\u1F20D;\u6A78parsl;\u69E5\u0100Da\u1F2F\u1F33ot;\u6253rr;\u6971\u0180cdi\u1F3E\u1F41\u1EF8r;\u612Fo\xF4\u0352\u0100ah\u1F49\u1F4B;\u43B7\u803B\xF0\u40F0\u0100mr\u1F53\u1F57l\u803B\xEB\u40EBo;\u60AC\u0180cip\u1F61\u1F64\u1F67l;\u4021s\xF4\u056E\u0100eo\u1F6C\u1F74ctatio\xEE\u0559nential\xE5\u0579\u09E1\u1F92\0\u1F9E\0\u1FA1\u1FA7\0\0\u1FC6\u1FCC\0\u1FD3\0\u1FE6\u1FEA\u2000\0\u2008\u205Allingdotse\xF1\u1E44y;\u4444male;\u6640\u0180ilr\u1FAD\u1FB3\u1FC1lig;\u8000\uFB03\u0269\u1FB9\0\0\u1FBDg;\u8000\uFB00ig;\u8000\uFB04;\uC000\u{1D523}lig;\u8000\uFB01lig;\uC000fj\u0180alt\u1FD9\u1FDC\u1FE1t;\u666Dig;\u8000\uFB02ns;\u65B1of;\u4192\u01F0\u1FEE\0\u1FF3f;\uC000\u{1D557}\u0100ak\u05BF\u1FF7\u0100;v\u1FFC\u1FFD\u62D4;\u6AD9artint;\u6A0D\u0100ao\u200C\u2055\u0100cs\u2011\u2052\u03B1\u201A\u2030\u2038\u2045\u2048\0\u2050\u03B2\u2022\u2025\u2027\u202A\u202C\0\u202E\u803B\xBD\u40BD;\u6153\u803B\xBC\u40BC;\u6155;\u6159;\u615B\u01B3\u2034\0\u2036;\u6154;\u6156\u02B4\u203E\u2041\0\0\u2043\u803B\xBE\u40BE;\u6157;\u615C5;\u6158\u01B6\u204C\0\u204E;\u615A;\u615D8;\u615El;\u6044wn;\u6322cr;\uC000\u{1D4BB}\u0880Eabcdefgijlnorstv\u2082\u2089\u209F\u20A5\u20B0\u20B4\u20F0\u20F5\u20FA\u20FF\u2103\u2112\u2138\u0317\u213E\u2152\u219E\u0100;l\u064D\u2087;\u6A8C\u0180cmp\u2090\u2095\u209Dute;\u41F5ma\u0100;d\u209C\u1CDA\u43B3;\u6A86reve;\u411F\u0100iy\u20AA\u20AErc;\u411D;\u4433ot;\u4121\u0200;lqs\u063E\u0642\u20BD\u20C9\u0180;qs\u063E\u064C\u20C4lan\xF4\u0665\u0200;cdl\u0665\u20D2\u20D5\u20E5c;\u6AA9ot\u0100;o\u20DC\u20DD\u6A80\u0100;l\u20E2\u20E3\u6A82;\u6A84\u0100;e\u20EA\u20ED\uC000\u22DB\uFE00s;\u6A94r;\uC000\u{1D524}\u0100;g\u0673\u061Bmel;\u6137cy;\u4453\u0200;Eaj\u065A\u210C\u210E\u2110;\u6A92;\u6AA5;\u6AA4\u0200Eaes\u211B\u211D\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6A8Arox\xBB\u2124\u0100;q\u212E\u212F\u6A88\u0100;q\u212E\u211Bim;\u62E7pf;\uC000\u{1D558}\u0100ci\u2143\u2146r;\u610Am\u0180;el\u066B\u214E\u2150;\u6A8E;\u6A90\u8300>;cdlqr\u05EE\u2160\u216A\u216E\u2173\u2179\u0100ci\u2165\u2167;\u6AA7r;\u6A7Aot;\u62D7Par;\u6995uest;\u6A7C\u0280adels\u2184\u216A\u2190\u0656\u219B\u01F0\u2189\0\u218Epro\xF8\u209Er;\u6978q\u0100lq\u063F\u2196les\xF3\u2088i\xED\u066B\u0100en\u21A3\u21ADrtneqq;\uC000\u2269\uFE00\xC5\u21AA\u0500Aabcefkosy\u21C4\u21C7\u21F1\u21F5\u21FA\u2218\u221D\u222F\u2268\u227Dr\xF2\u03A0\u0200ilmr\u21D0\u21D4\u21D7\u21DBrs\xF0\u1484f\xBB\u2024il\xF4\u06A9\u0100dr\u21E0\u21E4cy;\u444A\u0180;cw\u08F4\u21EB\u21EFir;\u6948;\u61ADar;\u610Firc;\u4125\u0180alr\u2201\u220E\u2213rts\u0100;u\u2209\u220A\u6665it\xBB\u220Alip;\u6026con;\u62B9r;\uC000\u{1D525}s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223A\u223E\u2243\u225E\u2263rr;\u61FFtht;\u623Bk\u0100lr\u2249\u2253eftarrow;\u61A9ightarrow;\u61AAf;\uC000\u{1D559}bar;\u6015\u0180clt\u226F\u2274\u2278r;\uC000\u{1D4BD}as\xE8\u21F4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xBB\u1C5B\u0AE1\u22A3\0\u22AA\0\u22B8\u22C5\u22CE\0\u22D5\u22F3\0\0\u22F8\u2322\u2367\u2362\u237F\0\u2386\u23AA\u23B4cute\u803B\xED\u40ED\u0180;iy\u0771\u22B0\u22B5rc\u803B\xEE\u40EE;\u4438\u0100cx\u22BC\u22BFy;\u4435cl\u803B\xA1\u40A1\u0100fr\u039F\u22C9;\uC000\u{1D526}rave\u803B\xEC\u40EC\u0200;ino\u073E\u22DD\u22E9\u22EE\u0100in\u22E2\u22E6nt;\u6A0Ct;\u622Dfin;\u69DCta;\u6129lig;\u4133\u0180aop\u22FE\u231A\u231D\u0180cgt\u2305\u2308\u2317r;\u412B\u0180elp\u071F\u230F\u2313in\xE5\u078Ear\xF4\u0720h;\u4131f;\u62B7ed;\u41B5\u0280;cfot\u04F4\u232C\u2331\u233D\u2341are;\u6105in\u0100;t\u2338\u2339\u621Eie;\u69DDdo\xF4\u2319\u0280;celp\u0757\u234C\u2350\u235B\u2361al;\u62BA\u0100gr\u2355\u2359er\xF3\u1563\xE3\u234Darhk;\u6A17rod;\u6A3C\u0200cgpt\u236F\u2372\u2376\u237By;\u4451on;\u412Ff;\uC000\u{1D55A}a;\u43B9uest\u803B\xBF\u40BF\u0100ci\u238A\u238Fr;\uC000\u{1D4BE}n\u0280;Edsv\u04F4\u239B\u239D\u23A1\u04F3;\u62F9ot;\u62F5\u0100;v\u23A6\u23A7\u62F4;\u62F3\u0100;i\u0777\u23AElde;\u4129\u01EB\u23B8\0\u23BCcy;\u4456l\u803B\xEF\u40EF\u0300cfmosu\u23CC\u23D7\u23DC\u23E1\u23E7\u23F5\u0100iy\u23D1\u23D5rc;\u4135;\u4439r;\uC000\u{1D527}ath;\u4237pf;\uC000\u{1D55B}\u01E3\u23EC\0\u23F1r;\uC000\u{1D4BF}rcy;\u4458kcy;\u4454\u0400acfghjos\u240B\u2416\u2422\u2427\u242D\u2431\u2435\u243Bppa\u0100;v\u2413\u2414\u43BA;\u43F0\u0100ey\u241B\u2420dil;\u4137;\u443Ar;\uC000\u{1D528}reen;\u4138cy;\u4445cy;\u445Cpf;\uC000\u{1D55C}cr;\uC000\u{1D4C0}\u0B80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248D\u2491\u250E\u253D\u255A\u2580\u264E\u265E\u2665\u2679\u267D\u269A\u26B2\u26D8\u275D\u2768\u278B\u27C0\u2801\u2812\u0180art\u2477\u247A\u247Cr\xF2\u09C6\xF2\u0395ail;\u691Barr;\u690E\u0100;g\u0994\u248B;\u6A8Bar;\u6962\u0963\u24A5\0\u24AA\0\u24B1\0\0\0\0\0\u24B5\u24BA\0\u24C6\u24C8\u24CD\0\u24F9ute;\u413Amptyv;\u69B4ra\xEE\u084Cbda;\u43BBg\u0180;dl\u088E\u24C1\u24C3;\u6991\xE5\u088E;\u6A85uo\u803B\xAB\u40ABr\u0400;bfhlpst\u0899\u24DE\u24E6\u24E9\u24EB\u24EE\u24F1\u24F5\u0100;f\u089D\u24E3s;\u691Fs;\u691D\xEB\u2252p;\u61ABl;\u6939im;\u6973l;\u61A2\u0180;ae\u24FF\u2500\u2504\u6AABil;\u6919\u0100;s\u2509\u250A\u6AAD;\uC000\u2AAD\uFE00\u0180abr\u2515\u2519\u251Drr;\u690Crk;\u6772\u0100ak\u2522\u252Cc\u0100ek\u2528\u252A;\u407B;\u405B\u0100es\u2531\u2533;\u698Bl\u0100du\u2539\u253B;\u698F;\u698D\u0200aeuy\u2546\u254B\u2556\u2558ron;\u413E\u0100di\u2550\u2554il;\u413C\xEC\u08B0\xE2\u2529;\u443B\u0200cqrs\u2563\u2566\u256D\u257Da;\u6936uo\u0100;r\u0E19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694Bh;\u61B2\u0280;fgqs\u258B\u258C\u0989\u25F3\u25FF\u6264t\u0280ahlrt\u2598\u25A4\u25B7\u25C2\u25E8rrow\u0100;t\u0899\u25A1a\xE9\u24F6arpoon\u0100du\u25AF\u25B4own\xBB\u045Ap\xBB\u0966eftarrows;\u61C7ight\u0180ahs\u25CD\u25D6\u25DErrow\u0100;s\u08F4\u08A7arpoon\xF3\u0F98quigarro\xF7\u21F0hreetimes;\u62CB\u0180;qs\u258B\u0993\u25FAlan\xF4\u09AC\u0280;cdgs\u09AC\u260A\u260D\u261D\u2628c;\u6AA8ot\u0100;o\u2614\u2615\u6A7F\u0100;r\u261A\u261B\u6A81;\u6A83\u0100;e\u2622\u2625\uC000\u22DA\uFE00s;\u6A93\u0280adegs\u2633\u2639\u263D\u2649\u264Bppro\xF8\u24C6ot;\u62D6q\u0100gq\u2643\u2645\xF4\u0989gt\xF2\u248C\xF4\u099Bi\xED\u09B2\u0180ilr\u2655\u08E1\u265Asht;\u697C;\uC000\u{1D529}\u0100;E\u099C\u2663;\u6A91\u0161\u2669\u2676r\u0100du\u25B2\u266E\u0100;l\u0965\u2673;\u696Alk;\u6584cy;\u4459\u0280;acht\u0A48\u2688\u268B\u2691\u2696r\xF2\u25C1orne\xF2\u1D08ard;\u696Bri;\u65FA\u0100io\u269F\u26A4dot;\u4140ust\u0100;a\u26AC\u26AD\u63B0che\xBB\u26AD\u0200Eaes\u26BB\u26BD\u26C9\u26D4;\u6268p\u0100;p\u26C3\u26C4\u6A89rox\xBB\u26C4\u0100;q\u26CE\u26CF\u6A87\u0100;q\u26CE\u26BBim;\u62E6\u0400abnoptwz\u26E9\u26F4\u26F7\u271A\u272F\u2741\u2747\u2750\u0100nr\u26EE\u26F1g;\u67ECr;\u61FDr\xEB\u08C1g\u0180lmr\u26FF\u270D\u2714eft\u0100ar\u09E6\u2707ight\xE1\u09F2apsto;\u67FCight\xE1\u09FDparrow\u0100lr\u2725\u2729ef\xF4\u24EDight;\u61AC\u0180afl\u2736\u2739\u273Dr;\u6985;\uC000\u{1D55D}us;\u6A2Dimes;\u6A34\u0161\u274B\u274Fst;\u6217\xE1\u134E\u0180;ef\u2757\u2758\u1800\u65CAnge\xBB\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277C\u2785\u2787r\xF2\u08A8orne\xF2\u1D8Car\u0100;d\u0F98\u2783;\u696D;\u600Eri;\u62BF\u0300achiqt\u2798\u279D\u0A40\u27A2\u27AE\u27BBquo;\u6039r;\uC000\u{1D4C1}m\u0180;eg\u09B2\u27AA\u27AC;\u6A8D;\u6A8F\u0100bu\u252A\u27B3o\u0100;r\u0E1F\u27B9;\u601Arok;\u4142\u8400<;cdhilqr\u082B\u27D2\u2639\u27DC\u27E0\u27E5\u27EA\u27F0\u0100ci\u27D7\u27D9;\u6AA6r;\u6A79re\xE5\u25F2mes;\u62C9arr;\u6976uest;\u6A7B\u0100Pi\u27F5\u27F9ar;\u6996\u0180;ef\u2800\u092D\u181B\u65C3r\u0100du\u2807\u280Dshar;\u694Ahar;\u6966\u0100en\u2817\u2821rtneqq;\uC000\u2268\uFE00\xC5\u281E\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288E\u2893\u28A0\u28A5\u28A8\u28DA\u28E2\u28E4\u0A83\u28F3\u2902Dot;\u623A\u0200clpr\u284E\u2852\u2863\u287Dr\u803B\xAF\u40AF\u0100et\u2857\u2859;\u6642\u0100;e\u285E\u285F\u6720se\xBB\u285F\u0100;s\u103B\u2868to\u0200;dlu\u103B\u2873\u2877\u287Bow\xEE\u048Cef\xF4\u090F\xF0\u13D1ker;\u65AE\u0100oy\u2887\u288Cmma;\u6A29;\u443Cash;\u6014asuredangle\xBB\u1626r;\uC000\u{1D52A}o;\u6127\u0180cdn\u28AF\u28B4\u28C9ro\u803B\xB5\u40B5\u0200;acd\u1464\u28BD\u28C0\u28C4s\xF4\u16A7ir;\u6AF0ot\u80BB\xB7\u01B5us\u0180;bd\u28D2\u1903\u28D3\u6212\u0100;u\u1D3C\u28D8;\u6A2A\u0163\u28DE\u28E1p;\u6ADB\xF2\u2212\xF0\u0A81\u0100dp\u28E9\u28EEels;\u62A7f;\uC000\u{1D55E}\u0100ct\u28F8\u28FDr;\uC000\u{1D4C2}pos\xBB\u159D\u0180;lm\u2909\u290A\u290D\u43BCtimap;\u62B8\u0C00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297E\u2989\u2998\u29DA\u29E9\u2A15\u2A1A\u2A58\u2A5D\u2A83\u2A95\u2AA4\u2AA8\u2B04\u2B07\u2B44\u2B7F\u2BAE\u2C34\u2C67\u2C7C\u2CE9\u0100gt\u2947\u294B;\uC000\u22D9\u0338\u0100;v\u2950\u0BCF\uC000\u226B\u20D2\u0180elt\u295A\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61CDightarrow;\u61CE;\uC000\u22D8\u0338\u0100;v\u297B\u0C47\uC000\u226A\u20D2ightarrow;\u61CF\u0100Dd\u298E\u2993ash;\u62AFash;\u62AE\u0280bcnpt\u29A3\u29A7\u29AC\u29B1\u29CCla\xBB\u02DEute;\u4144g;\uC000\u2220\u20D2\u0280;Eiop\u0D84\u29BC\u29C0\u29C5\u29C8;\uC000\u2A70\u0338d;\uC000\u224B\u0338s;\u4149ro\xF8\u0D84ur\u0100;a\u29D3\u29D4\u666El\u0100;s\u29D3\u0B38\u01F3\u29DF\0\u29E3p\u80BB\xA0\u0B37mp\u0100;e\u0BF9\u0C00\u0280aeouy\u29F4\u29FE\u2A03\u2A10\u2A13\u01F0\u29F9\0\u29FB;\u6A43on;\u4148dil;\u4146ng\u0100;d\u0D7E\u2A0Aot;\uC000\u2A6D\u0338p;\u6A42;\u443Dash;\u6013\u0380;Aadqsx\u0B92\u2A29\u2A2D\u2A3B\u2A41\u2A45\u2A50rr;\u61D7r\u0100hr\u2A33\u2A36k;\u6924\u0100;o\u13F2\u13F0ot;\uC000\u2250\u0338ui\xF6\u0B63\u0100ei\u2A4A\u2A4Ear;\u6928\xED\u0B98ist\u0100;s\u0BA0\u0B9Fr;\uC000\u{1D52B}\u0200Eest\u0BC5\u2A66\u2A79\u2A7C\u0180;qs\u0BBC\u2A6D\u0BE1\u0180;qs\u0BBC\u0BC5\u2A74lan\xF4\u0BE2i\xED\u0BEA\u0100;r\u0BB6\u2A81\xBB\u0BB7\u0180Aap\u2A8A\u2A8D\u2A91r\xF2\u2971rr;\u61AEar;\u6AF2\u0180;sv\u0F8D\u2A9C\u0F8C\u0100;d\u2AA1\u2AA2\u62FC;\u62FAcy;\u445A\u0380AEadest\u2AB7\u2ABA\u2ABE\u2AC2\u2AC5\u2AF6\u2AF9r\xF2\u2966;\uC000\u2266\u0338rr;\u619Ar;\u6025\u0200;fqs\u0C3B\u2ACE\u2AE3\u2AEFt\u0100ar\u2AD4\u2AD9rro\xF7\u2AC1ightarro\xF7\u2A90\u0180;qs\u0C3B\u2ABA\u2AEAlan\xF4\u0C55\u0100;s\u0C55\u2AF4\xBB\u0C36i\xED\u0C5D\u0100;r\u0C35\u2AFEi\u0100;e\u0C1A\u0C25i\xE4\u0D90\u0100pt\u2B0C\u2B11f;\uC000\u{1D55F}\u8180\xAC;in\u2B19\u2B1A\u2B36\u40ACn\u0200;Edv\u0B89\u2B24\u2B28\u2B2E;\uC000\u22F9\u0338ot;\uC000\u22F5\u0338\u01E1\u0B89\u2B33\u2B35;\u62F7;\u62F6i\u0100;v\u0CB8\u2B3C\u01E1\u0CB8\u2B41\u2B43;\u62FE;\u62FD\u0180aor\u2B4B\u2B63\u2B69r\u0200;ast\u0B7B\u2B55\u2B5A\u2B5Flle\xEC\u0B7Bl;\uC000\u2AFD\u20E5;\uC000\u2202\u0338lint;\u6A14\u0180;ce\u0C92\u2B70\u2B73u\xE5\u0CA5\u0100;c\u0C98\u2B78\u0100;e\u0C92\u2B7D\xF1\u0C98\u0200Aait\u2B88\u2B8B\u2B9D\u2BA7r\xF2\u2988rr\u0180;cw\u2B94\u2B95\u2B99\u619B;\uC000\u2933\u0338;\uC000\u219D\u0338ghtarrow\xBB\u2B95ri\u0100;e\u0CCB\u0CD6\u0380chimpqu\u2BBD\u2BCD\u2BD9\u2B04\u0B78\u2BE4\u2BEF\u0200;cer\u0D32\u2BC6\u0D37\u2BC9u\xE5\u0D45;\uC000\u{1D4C3}ort\u026D\u2B05\0\0\u2BD6ar\xE1\u2B56m\u0100;e\u0D6E\u2BDF\u0100;q\u0D74\u0D73su\u0100bp\u2BEB\u2BED\xE5\u0CF8\xE5\u0D0B\u0180bcp\u2BF6\u2C11\u2C19\u0200;Ees\u2BFF\u2C00\u0D22\u2C04\u6284;\uC000\u2AC5\u0338et\u0100;e\u0D1B\u2C0Bq\u0100;q\u0D23\u2C00c\u0100;e\u0D32\u2C17\xF1\u0D38\u0200;Ees\u2C22\u2C23\u0D5F\u2C27\u6285;\uC000\u2AC6\u0338et\u0100;e\u0D58\u2C2Eq\u0100;q\u0D60\u2C23\u0200gilr\u2C3D\u2C3F\u2C45\u2C47\xEC\u0BD7lde\u803B\xF1\u40F1\xE7\u0C43iangle\u0100lr\u2C52\u2C5Ceft\u0100;e\u0C1A\u2C5A\xF1\u0C26ight\u0100;e\u0CCB\u2C65\xF1\u0CD7\u0100;m\u2C6C\u2C6D\u43BD\u0180;es\u2C74\u2C75\u2C79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2C8F\u2C94\u2C99\u2C9E\u2CA3\u2CB0\u2CB6\u2CD3\u2CE3ash;\u62ADarr;\u6904p;\uC000\u224D\u20D2ash;\u62AC\u0100et\u2CA8\u2CAC;\uC000\u2265\u20D2;\uC000>\u20D2nfin;\u69DE\u0180Aet\u2CBD\u2CC1\u2CC5rr;\u6902;\uC000\u2264\u20D2\u0100;r\u2CCA\u2CCD\uC000<\u20D2ie;\uC000\u22B4\u20D2\u0100At\u2CD8\u2CDCrr;\u6903rie;\uC000\u22B5\u20D2im;\uC000\u223C\u20D2\u0180Aan\u2CF0\u2CF4\u2D02rr;\u61D6r\u0100hr\u2CFA\u2CFDk;\u6923\u0100;o\u13E7\u13E5ear;\u6927\u1253\u1A95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2D2D\0\u2D38\u2D48\u2D60\u2D65\u2D72\u2D84\u1B07\0\0\u2D8D\u2DAB\0\u2DC8\u2DCE\0\u2DDC\u2E19\u2E2B\u2E3E\u2E43\u0100cs\u2D31\u1A97ute\u803B\xF3\u40F3\u0100iy\u2D3C\u2D45r\u0100;c\u1A9E\u2D42\u803B\xF4\u40F4;\u443E\u0280abios\u1AA0\u2D52\u2D57\u01C8\u2D5Alac;\u4151v;\u6A38old;\u69BClig;\u4153\u0100cr\u2D69\u2D6Dir;\u69BF;\uC000\u{1D52C}\u036F\u2D79\0\0\u2D7C\0\u2D82n;\u42DBave\u803B\xF2\u40F2;\u69C1\u0100bm\u2D88\u0DF4ar;\u69B5\u0200acit\u2D95\u2D98\u2DA5\u2DA8r\xF2\u1A80\u0100ir\u2D9D\u2DA0r;\u69BEoss;\u69BBn\xE5\u0E52;\u69C0\u0180aei\u2DB1\u2DB5\u2DB9cr;\u414Dga;\u43C9\u0180cdn\u2DC0\u2DC5\u01CDron;\u43BF;\u69B6pf;\uC000\u{1D560}\u0180ael\u2DD4\u2DD7\u01D2r;\u69B7rp;\u69B9\u0380;adiosv\u2DEA\u2DEB\u2DEE\u2E08\u2E0D\u2E10\u2E16\u6228r\xF2\u1A86\u0200;efm\u2DF7\u2DF8\u2E02\u2E05\u6A5Dr\u0100;o\u2DFE\u2DFF\u6134f\xBB\u2DFF\u803B\xAA\u40AA\u803B\xBA\u40BAgof;\u62B6r;\u6A56lope;\u6A57;\u6A5B\u0180clo\u2E1F\u2E21\u2E27\xF2\u2E01ash\u803B\xF8\u40F8l;\u6298i\u016C\u2E2F\u2E34de\u803B\xF5\u40F5es\u0100;a\u01DB\u2E3As;\u6A36ml\u803B\xF6\u40F6bar;\u633D\u0AE1\u2E5E\0\u2E7D\0\u2E80\u2E9D\0\u2EA2\u2EB9\0\0\u2ECB\u0E9C\0\u2F13\0\0\u2F2B\u2FBC\0\u2FC8r\u0200;ast\u0403\u2E67\u2E72\u0E85\u8100\xB6;l\u2E6D\u2E6E\u40B6le\xEC\u0403\u0269\u2E78\0\0\u2E7Bm;\u6AF3;\u6AFDy;\u443Fr\u0280cimpt\u2E8B\u2E8F\u2E93\u1865\u2E97nt;\u4025od;\u402Eil;\u6030enk;\u6031r;\uC000\u{1D52D}\u0180imo\u2EA8\u2EB0\u2EB4\u0100;v\u2EAD\u2EAE\u43C6;\u43D5ma\xF4\u0A76ne;\u660E\u0180;tv\u2EBF\u2EC0\u2EC8\u43C0chfork\xBB\u1FFD;\u43D6\u0100au\u2ECF\u2EDFn\u0100ck\u2ED5\u2EDDk\u0100;h\u21F4\u2EDB;\u610E\xF6\u21F4s\u0480;abcdemst\u2EF3\u2EF4\u1908\u2EF9\u2EFD\u2F04\u2F06\u2F0A\u2F0E\u402Bcir;\u6A23ir;\u6A22\u0100ou\u1D40\u2F02;\u6A25;\u6A72n\u80BB\xB1\u0E9Dim;\u6A26wo;\u6A27\u0180ipu\u2F19\u2F20\u2F25ntint;\u6A15f;\uC000\u{1D561}nd\u803B\xA3\u40A3\u0500;Eaceinosu\u0EC8\u2F3F\u2F41\u2F44\u2F47\u2F81\u2F89\u2F92\u2F7E\u2FB6;\u6AB3p;\u6AB7u\xE5\u0ED9\u0100;c\u0ECE\u2F4C\u0300;acens\u0EC8\u2F59\u2F5F\u2F66\u2F68\u2F7Eppro\xF8\u2F43urlye\xF1\u0ED9\xF1\u0ECE\u0180aes\u2F6F\u2F76\u2F7Approx;\u6AB9qq;\u6AB5im;\u62E8i\xED\u0EDFme\u0100;s\u2F88\u0EAE\u6032\u0180Eas\u2F78\u2F90\u2F7A\xF0\u2F75\u0180dfp\u0EEC\u2F99\u2FAF\u0180als\u2FA0\u2FA5\u2FAAlar;\u632Eine;\u6312urf;\u6313\u0100;t\u0EFB\u2FB4\xEF\u0EFBrel;\u62B0\u0100ci\u2FC0\u2FC5r;\uC000\u{1D4C5};\u43C8ncsp;\u6008\u0300fiopsu\u2FDA\u22E2\u2FDF\u2FE5\u2FEB\u2FF1r;\uC000\u{1D52E}pf;\uC000\u{1D562}rime;\u6057cr;\uC000\u{1D4C6}\u0180aeo\u2FF8\u3009\u3013t\u0100ei\u2FFE\u3005rnion\xF3\u06B0nt;\u6A16st\u0100;e\u3010\u3011\u403F\xF1\u1F19\xF4\u0F14\u0A80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30E0\u310E\u312B\u3147\u3162\u3172\u318E\u3206\u3215\u3224\u3229\u3258\u326E\u3272\u3290\u32B0\u32B7\u0180art\u3047\u304A\u304Cr\xF2\u10B3\xF2\u03DDail;\u691Car\xF2\u1C65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307F\u308F\u3094\u30CC\u0100eu\u306D\u3071;\uC000\u223D\u0331te;\u4155i\xE3\u116Emptyv;\u69B3g\u0200;del\u0FD1\u3089\u308B\u308D;\u6992;\u69A5\xE5\u0FD1uo\u803B\xBB\u40BBr\u0580;abcfhlpstw\u0FDC\u30AC\u30AF\u30B7\u30B9\u30BC\u30BE\u30C0\u30C3\u30C7\u30CAp;\u6975\u0100;f\u0FE0\u30B4s;\u6920;\u6933s;\u691E\xEB\u225D\xF0\u272El;\u6945im;\u6974l;\u61A3;\u619D\u0100ai\u30D1\u30D5il;\u691Ao\u0100;n\u30DB\u30DC\u6236al\xF3\u0F1E\u0180abr\u30E7\u30EA\u30EEr\xF2\u17E5rk;\u6773\u0100ak\u30F3\u30FDc\u0100ek\u30F9\u30FB;\u407D;\u405D\u0100es\u3102\u3104;\u698Cl\u0100du\u310A\u310C;\u698E;\u6990\u0200aeuy\u3117\u311C\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xEC\u0FF2\xE2\u30FA;\u4440\u0200clqs\u3134\u3137\u313D\u3144a;\u6937dhar;\u6969uo\u0100;r\u020E\u020Dh;\u61B3\u0180acg\u314E\u315F\u0F44l\u0200;ips\u0F78\u3158\u315B\u109Cn\xE5\u10BBar\xF4\u0FA9t;\u65AD\u0180ilr\u3169\u1023\u316Esht;\u697D;\uC000\u{1D52F}\u0100ao\u3177\u3186r\u0100du\u317D\u317F\xBB\u047B\u0100;l\u1091\u3184;\u696C\u0100;v\u318B\u318C\u43C1;\u43F1\u0180gns\u3195\u31F9\u31FCht\u0300ahlrst\u31A4\u31B0\u31C2\u31D8\u31E4\u31EErrow\u0100;t\u0FDC\u31ADa\xE9\u30C8arpoon\u0100du\u31BB\u31BFow\xEE\u317Ep\xBB\u1092eft\u0100ah\u31CA\u31D0rrow\xF3\u0FEAarpoon\xF3\u0551ightarrows;\u61C9quigarro\xF7\u30CBhreetimes;\u62CCg;\u42DAingdotse\xF1\u1F32\u0180ahm\u320D\u3210\u3213r\xF2\u0FEAa\xF2\u0551;\u600Foust\u0100;a\u321E\u321F\u63B1che\xBB\u321Fmid;\u6AEE\u0200abpt\u3232\u323D\u3240\u3252\u0100nr\u3237\u323Ag;\u67EDr;\u61FEr\xEB\u1003\u0180afl\u3247\u324A\u324Er;\u6986;\uC000\u{1D563}us;\u6A2Eimes;\u6A35\u0100ap\u325D\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6A12ar\xF2\u31E3\u0200achq\u327B\u3280\u10BC\u3285quo;\u603Ar;\uC000\u{1D4C7}\u0100bu\u30FB\u328Ao\u0100;r\u0214\u0213\u0180hir\u3297\u329B\u32A0re\xE5\u31F8mes;\u62CAi\u0200;efl\u32AA\u1059\u1821\u32AB\u65B9tri;\u69CEluhar;\u6968;\u611E\u0D61\u32D5\u32DB\u32DF\u332C\u3338\u3371\0\u337A\u33A4\0\0\u33EC\u33F0\0\u3428\u3448\u345A\u34AD\u34B1\u34CA\u34F1\0\u3616\0\0\u3633cute;\u415Bqu\xEF\u27BA\u0500;Eaceinpsy\u11ED\u32F3\u32F5\u32FF\u3302\u330B\u330F\u331F\u3326\u3329;\u6AB4\u01F0\u32FA\0\u32FC;\u6AB8on;\u4161u\xE5\u11FE\u0100;d\u11F3\u3307il;\u415Frc;\u415D\u0180Eas\u3316\u3318\u331B;\u6AB6p;\u6ABAim;\u62E9olint;\u6A13i\xED\u1204;\u4441ot\u0180;be\u3334\u1D47\u3335\u62C5;\u6A66\u0380Aacmstx\u3346\u334A\u3357\u335B\u335E\u3363\u336Drr;\u61D8r\u0100hr\u3350\u3352\xEB\u2228\u0100;o\u0A36\u0A34t\u803B\xA7\u40A7i;\u403Bwar;\u6929m\u0100in\u3369\xF0nu\xF3\xF1t;\u6736r\u0100;o\u3376\u2055\uC000\u{1D530}\u0200acoy\u3382\u3386\u3391\u33A0rp;\u666F\u0100hy\u338B\u338Fcy;\u4449;\u4448rt\u026D\u3399\0\0\u339Ci\xE4\u1464ara\xEC\u2E6F\u803B\xAD\u40AD\u0100gm\u33A8\u33B4ma\u0180;fv\u33B1\u33B2\u33B2\u43C3;\u43C2\u0400;deglnpr\u12AB\u33C5\u33C9\u33CE\u33D6\u33DE\u33E1\u33E6ot;\u6A6A\u0100;q\u12B1\u12B0\u0100;E\u33D3\u33D4\u6A9E;\u6AA0\u0100;E\u33DB\u33DC\u6A9D;\u6A9Fe;\u6246lus;\u6A24arr;\u6972ar\xF2\u113D\u0200aeit\u33F8\u3408\u340F\u3417\u0100ls\u33FD\u3404lsetm\xE9\u336Ahp;\u6A33parsl;\u69E4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341C\u341D\u6AAA\u0100;s\u3422\u3423\u6AAC;\uC000\u2AAC\uFE00\u0180flp\u342E\u3433\u3442tcy;\u444C\u0100;b\u3438\u3439\u402F\u0100;a\u343E\u343F\u69C4r;\u633Ff;\uC000\u{1D564}a\u0100dr\u344D\u0402es\u0100;u\u3454\u3455\u6660it\xBB\u3455\u0180csu\u3460\u3479\u349F\u0100au\u3465\u346Fp\u0100;s\u1188\u346B;\uC000\u2293\uFE00p\u0100;s\u11B4\u3475;\uC000\u2294\uFE00u\u0100bp\u347F\u348F\u0180;es\u1197\u119C\u3486et\u0100;e\u1197\u348D\xF1\u119D\u0180;es\u11A8\u11AD\u3496et\u0100;e\u11A8\u349D\xF1\u11AE\u0180;af\u117B\u34A6\u05B0r\u0165\u34AB\u05B1\xBB\u117Car\xF2\u1148\u0200cemt\u34B9\u34BE\u34C2\u34C5r;\uC000\u{1D4C8}tm\xEE\xF1i\xEC\u3415ar\xE6\u11BE\u0100ar\u34CE\u34D5r\u0100;f\u34D4\u17BF\u6606\u0100an\u34DA\u34EDight\u0100ep\u34E3\u34EApsilo\xEE\u1EE0h\xE9\u2EAFs\xBB\u2852\u0280bcmnp\u34FB\u355E\u1209\u358B\u358E\u0480;Edemnprs\u350E\u350F\u3511\u3515\u351E\u3523\u352C\u3531\u3536\u6282;\u6AC5ot;\u6ABD\u0100;d\u11DA\u351Aot;\u6AC3ult;\u6AC1\u0100Ee\u3528\u352A;\u6ACB;\u628Alus;\u6ABFarr;\u6979\u0180eiu\u353D\u3552\u3555t\u0180;en\u350E\u3545\u354Bq\u0100;q\u11DA\u350Feq\u0100;q\u352B\u3528m;\u6AC7\u0100bp\u355A\u355C;\u6AD5;\u6AD3c\u0300;acens\u11ED\u356C\u3572\u3579\u357B\u3326ppro\xF8\u32FAurlye\xF1\u11FE\xF1\u11F3\u0180aes\u3582\u3588\u331Bppro\xF8\u331Aq\xF1\u3317g;\u666A\u0680123;Edehlmnps\u35A9\u35AC\u35AF\u121C\u35B2\u35B4\u35C0\u35C9\u35D5\u35DA\u35DF\u35E8\u35ED\u803B\xB9\u40B9\u803B\xB2\u40B2\u803B\xB3\u40B3;\u6AC6\u0100os\u35B9\u35BCt;\u6ABEub;\u6AD8\u0100;d\u1222\u35C5ot;\u6AC4s\u0100ou\u35CF\u35D2l;\u67C9b;\u6AD7arr;\u697Bult;\u6AC2\u0100Ee\u35E4\u35E6;\u6ACC;\u628Blus;\u6AC0\u0180eiu\u35F4\u3609\u360Ct\u0180;en\u121C\u35FC\u3602q\u0100;q\u1222\u35B2eq\u0100;q\u35E7\u35E4m;\u6AC8\u0100bp\u3611\u3613;\u6AD4;\u6AD6\u0180Aan\u361C\u3620\u362Drr;\u61D9r\u0100hr\u3626\u3628\xEB\u222E\u0100;o\u0A2B\u0A29war;\u692Alig\u803B\xDF\u40DF\u0BE1\u3651\u365D\u3660\u12CE\u3673\u3679\0\u367E\u36C2\0\0\0\0\0\u36DB\u3703\0\u3709\u376C\0\0\0\u3787\u0272\u3656\0\0\u365Bget;\u6316;\u43C4r\xEB\u0E5F\u0180aey\u3666\u366B\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uC000\u{1D531}\u0200eiko\u3686\u369D\u36B5\u36BC\u01F2\u368B\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369B\u43B8ym;\u43D1\u0100cn\u36A2\u36B2k\u0100as\u36A8\u36AEppro\xF8\u12C1im\xBB\u12ACs\xF0\u129E\u0100as\u36BA\u36AE\xF0\u12C1rn\u803B\xFE\u40FE\u01EC\u031F\u36C6\u22E7es\u8180\xD7;bd\u36CF\u36D0\u36D8\u40D7\u0100;a\u190F\u36D5r;\u6A31;\u6A30\u0180eps\u36E1\u36E3\u3700\xE1\u2A4D\u0200;bcf\u0486\u36EC\u36F0\u36F4ot;\u6336ir;\u6AF1\u0100;o\u36F9\u36FC\uC000\u{1D565}rk;\u6ADA\xE1\u3362rime;\u6034\u0180aip\u370F\u3712\u3764d\xE5\u1248\u0380adempst\u3721\u374D\u3740\u3751\u3757\u375C\u375Fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65B5own\xBB\u1DBBeft\u0100;e\u2800\u373E\xF1\u092E;\u625Cight\u0100;e\u32AA\u374B\xF1\u105Aot;\u65ECinus;\u6A3Alus;\u6A39b;\u69CDime;\u6A3Bezium;\u63E2\u0180cht\u3772\u377D\u3781\u0100ry\u3777\u377B;\uC000\u{1D4C9};\u4446cy;\u445Brok;\u4167\u0100io\u378B\u378Ex\xF4\u1777head\u0100lr\u3797\u37A0eftarro\xF7\u084Fightarrow\xBB\u0F5D\u0900AHabcdfghlmoprstuw\u37D0\u37D3\u37D7\u37E4\u37F0\u37FC\u380E\u381C\u3823\u3834\u3851\u385D\u386B\u38A9\u38CC\u38D2\u38EA\u38F6r\xF2\u03EDar;\u6963\u0100cr\u37DC\u37E2ute\u803B\xFA\u40FA\xF2\u1150r\u01E3\u37EA\0\u37EDy;\u445Eve;\u416D\u0100iy\u37F5\u37FArc\u803B\xFB\u40FB;\u4443\u0180abh\u3803\u3806\u380Br\xF2\u13ADlac;\u4171a\xF2\u13C3\u0100ir\u3813\u3818sht;\u697E;\uC000\u{1D532}rave\u803B\xF9\u40F9\u0161\u3827\u3831r\u0100lr\u382C\u382E\xBB\u0957\xBB\u1083lk;\u6580\u0100ct\u3839\u384D\u026F\u383F\0\0\u384Arn\u0100;e\u3845\u3846\u631Cr\xBB\u3846op;\u630Fri;\u65F8\u0100al\u3856\u385Acr;\u416B\u80BB\xA8\u0349\u0100gp\u3862\u3866on;\u4173f;\uC000\u{1D566}\u0300adhlsu\u114B\u3878\u387D\u1372\u3891\u38A0own\xE1\u13B3arpoon\u0100lr\u3888\u388Cef\xF4\u382Digh\xF4\u382Fi\u0180;hl\u3899\u389A\u389C\u43C5\xBB\u13FAon\xBB\u389Aparrows;\u61C8\u0180cit\u38B0\u38C4\u38C8\u026F\u38B6\0\0\u38C1rn\u0100;e\u38BC\u38BD\u631Dr\xBB\u38BDop;\u630Eng;\u416Fri;\u65F9cr;\uC000\u{1D4CA}\u0180dir\u38D9\u38DD\u38E2ot;\u62F0lde;\u4169i\u0100;f\u3730\u38E8\xBB\u1813\u0100am\u38EF\u38F2r\xF2\u38A8l\u803B\xFC\u40FCangle;\u69A7\u0780ABDacdeflnoprsz\u391C\u391F\u3929\u392D\u39B5\u39B8\u39BD\u39DF\u39E4\u39E8\u39F3\u39F9\u39FD\u3A01\u3A20r\xF2\u03F7ar\u0100;v\u3926\u3927\u6AE8;\u6AE9as\xE8\u03E1\u0100nr\u3932\u3937grt;\u699C\u0380eknprst\u34E3\u3946\u394B\u3952\u395D\u3964\u3996app\xE1\u2415othin\xE7\u1E96\u0180hir\u34EB\u2EC8\u3959op\xF4\u2FB5\u0100;h\u13B7\u3962\xEF\u318D\u0100iu\u3969\u396Dgm\xE1\u33B3\u0100bp\u3972\u3984setneq\u0100;q\u397D\u3980\uC000\u228A\uFE00;\uC000\u2ACB\uFE00setneq\u0100;q\u398F\u3992\uC000\u228B\uFE00;\uC000\u2ACC\uFE00\u0100hr\u399B\u399Fet\xE1\u369Ciangle\u0100lr\u39AA\u39AFeft\xBB\u0925ight\xBB\u1051y;\u4432ash\xBB\u1036\u0180elr\u39C4\u39D2\u39D7\u0180;be\u2DEA\u39CB\u39CFar;\u62BBq;\u625Alip;\u62EE\u0100bt\u39DC\u1468a\xF2\u1469r;\uC000\u{1D533}tr\xE9\u39AEsu\u0100bp\u39EF\u39F1\xBB\u0D1C\xBB\u0D59pf;\uC000\u{1D567}ro\xF0\u0EFBtr\xE9\u39B4\u0100cu\u3A06\u3A0Br;\uC000\u{1D4CB}\u0100bp\u3A10\u3A18n\u0100Ee\u3980\u3A16\xBB\u397En\u0100Ee\u3992\u3A1E\xBB\u3990igzag;\u699A\u0380cefoprs\u3A36\u3A3B\u3A56\u3A5B\u3A54\u3A61\u3A6Airc;\u4175\u0100di\u3A40\u3A51\u0100bg\u3A45\u3A49ar;\u6A5Fe\u0100;q\u15FA\u3A4F;\u6259erp;\u6118r;\uC000\u{1D534}pf;\uC000\u{1D568}\u0100;e\u1479\u3A66at\xE8\u1479cr;\uC000\u{1D4CC}\u0AE3\u178E\u3A87\0\u3A8B\0\u3A90\u3A9B\0\0\u3A9D\u3AA8\u3AAB\u3AAF\0\0\u3AC3\u3ACE\0\u3AD8\u17DC\u17DFtr\xE9\u17D1r;\uC000\u{1D535}\u0100Aa\u3A94\u3A97r\xF2\u03C3r\xF2\u09F6;\u43BE\u0100Aa\u3AA1\u3AA4r\xF2\u03B8r\xF2\u09EBa\xF0\u2713is;\u62FB\u0180dpt\u17A4\u3AB5\u3ABE\u0100fl\u3ABA\u17A9;\uC000\u{1D569}im\xE5\u17B2\u0100Aa\u3AC7\u3ACAr\xF2\u03CEr\xF2\u0A01\u0100cq\u3AD2\u17B8r;\uC000\u{1D4CD}\u0100pt\u17D6\u3ADCr\xE9\u17D4\u0400acefiosu\u3AF0\u3AFD\u3B08\u3B0C\u3B11\u3B15\u3B1B\u3B21c\u0100uy\u3AF6\u3AFBte\u803B\xFD\u40FD;\u444F\u0100iy\u3B02\u3B06rc;\u4177;\u444Bn\u803B\xA5\u40A5r;\uC000\u{1D536}cy;\u4457pf;\uC000\u{1D56A}cr;\uC000\u{1D4CE}\u0100cm\u3B26\u3B29y;\u444El\u803B\xFF\u40FF\u0500acdefhiosw\u3B42\u3B48\u3B54\u3B58\u3B64\u3B69\u3B6D\u3B74\u3B7A\u3B80cute;\u417A\u0100ay\u3B4D\u3B52ron;\u417E;\u4437ot;\u417C\u0100et\u3B5D\u3B61tr\xE6\u155Fa;\u43B6r;\uC000\u{1D537}cy;\u4436grarr;\u61DDpf;\uC000\u{1D56B}cr;\uC000\u{1D4CF}\u0100jn\u3B85\u3B87;\u600Dj;\u600C'.split("").map(e=>e.charCodeAt(0)));a();o();u();var ei=new Uint16Array("\u0200aglq \x1B\u026D\0\0p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map(e=>e.charCodeAt(0)));a();o();u();var Zi,Ll=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),fr=(Zi=String.fromCodePoint)!==null&&Zi!==void 0?Zi:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function es(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=Ll.get(e))!==null&&t!==void 0?t:e}var me;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(me||(me={}));var Dl=32,mt;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(mt||(mt={}));function ts(e){return e>=me.ZERO&&e<=me.NINE}function jl(e){return e>=me.UPPER_A&&e<=me.UPPER_F||e>=me.LOWER_A&&e<=me.LOWER_F}function Ul(e){return e>=me.UPPER_A&&e<=me.UPPER_Z||e>=me.LOWER_A&&e<=me.LOWER_Z||ts(e)}function Ml(e){return e===me.EQUALS||Ul(e)}var he;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(he||(he={}));var Pe;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(Pe||(Pe={}));var dr=class{constructor(t,r,n){this.decodeTree=t,this.emitCodePoint=r,this.errors=n,this.state=he.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Pe.Strict}startEntity(t){this.decodeMode=t,this.state=he.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,r){switch(this.state){case he.EntityStart:return t.charCodeAt(r)===me.NUM?(this.state=he.NumericStart,this.consumed+=1,this.stateNumericStart(t,r+1)):(this.state=he.NamedEntity,this.stateNamedEntity(t,r));case he.NumericStart:return this.stateNumericStart(t,r);case he.NumericDecimal:return this.stateNumericDecimal(t,r);case he.NumericHex:return this.stateNumericHex(t,r);case he.NamedEntity:return this.stateNamedEntity(t,r)}}stateNumericStart(t,r){return r>=t.length?-1:(t.charCodeAt(r)|Dl)===me.LOWER_X?(this.state=he.NumericHex,this.consumed+=1,this.stateNumericHex(t,r+1)):(this.state=he.NumericDecimal,this.stateNumericDecimal(t,r))}addToNumericResult(t,r,n,i){if(r!==n){let l=n-r;this.result=this.result*Math.pow(i,l)+parseInt(t.substr(r,l),i),this.consumed+=l}}stateNumericHex(t,r){let n=r;for(;r<t.length;){let i=t.charCodeAt(r);if(ts(i)||jl(i))r+=1;else return this.addToNumericResult(t,n,r,16),this.emitNumericEntity(i,3)}return this.addToNumericResult(t,n,r,16),-1}stateNumericDecimal(t,r){let n=r;for(;r<t.length;){let i=t.charCodeAt(r);if(ts(i))r+=1;else return this.addToNumericResult(t,n,r,10),this.emitNumericEntity(i,2)}return this.addToNumericResult(t,n,r,10),-1}emitNumericEntity(t,r){var n;if(this.consumed<=r)return(n=this.errors)===null||n===void 0||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===me.SEMI)this.consumed+=1;else if(this.decodeMode===Pe.Strict)return 0;return this.emitCodePoint(es(this.result),this.consumed),this.errors&&(t!==me.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,r){let{decodeTree:n}=this,i=n[this.treeIndex],l=(i&mt.VALUE_LENGTH)>>14;for(;r<t.length;r++,this.excess++){let p=t.charCodeAt(r);if(this.treeIndex=Vl(n,i,this.treeIndex+Math.max(1,l),p),this.treeIndex<0)return this.result===0||this.decodeMode===Pe.Attribute&&(l===0||Ml(p))?0:this.emitNotTerminatedNamedEntity();if(i=n[this.treeIndex],l=(i&mt.VALUE_LENGTH)>>14,l!==0){if(p===me.SEMI)return this.emitNamedEntityData(this.treeIndex,l,this.consumed+this.excess);this.decodeMode!==Pe.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;let{result:r,decodeTree:n}=this,i=(n[r]&mt.VALUE_LENGTH)>>14;return this.emitNamedEntityData(r,i,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,r,n){let{decodeTree:i}=this;return this.emitCodePoint(r===1?i[t]&~mt.VALUE_LENGTH:i[t+1],n),r===3&&this.emitCodePoint(i[t+2],n),n}end(){var t;switch(this.state){case he.NamedEntity:return this.result!==0&&(this.decodeMode!==Pe.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case he.NumericDecimal:return this.emitNumericEntity(0,2);case he.NumericHex:return this.emitNumericEntity(0,3);case he.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case he.EntityStart:return 0}}};function Oo(e){let t="",r=new dr(e,n=>t+=fr(n));return function(i,l){let p=0,x=0;for(;(x=i.indexOf("&",x))>=0;){t+=i.slice(p,x),r.startEntity(l);let A=r.write(i,x+1);if(A<0){p=x+r.end();break}p=x+A,x=A===0?p+1:p}let T=t+i.slice(p);return t="",T}}function Vl(e,t,r,n){let i=(t&mt.BRANCH_LENGTH)>>7,l=t&mt.JUMP_TABLE;if(i===0)return l!==0&&n===l?r:-1;if(l){let T=n-l;return T<0||T>=i?-1:e[r+T]-1}let p=r,x=p+i-1;for(;p<=x;){let T=p+x>>>1,A=e[T];if(A<n)p=T+1;else if(A>n)x=T-1;else return e[T+i]}return-1}var uI=Oo(Zn),oI=Oo(ei);var U;(function(e){e[e.Tab=9]="Tab",e[e.NewLine=10]="NewLine",e[e.FormFeed=12]="FormFeed",e[e.CarriageReturn=13]="CarriageReturn",e[e.Space=32]="Space",e[e.ExclamationMark=33]="ExclamationMark",e[e.Number=35]="Number",e[e.Amp=38]="Amp",e[e.SingleQuote=39]="SingleQuote",e[e.DoubleQuote=34]="DoubleQuote",e[e.Dash=45]="Dash",e[e.Slash=47]="Slash",e[e.Zero=48]="Zero",e[e.Nine=57]="Nine",e[e.Semi=59]="Semi",e[e.Lt=60]="Lt",e[e.Eq=61]="Eq",e[e.Gt=62]="Gt",e[e.Questionmark=63]="Questionmark",e[e.UpperA=65]="UpperA",e[e.LowerA=97]="LowerA",e[e.UpperF=70]="UpperF",e[e.LowerF=102]="LowerF",e[e.UpperZ=90]="UpperZ",e[e.LowerZ=122]="LowerZ",e[e.LowerX=120]="LowerX",e[e.OpeningSquareBracket=91]="OpeningSquareBracket"})(U||(U={}));var O;(function(e){e[e.Text=1]="Text",e[e.BeforeTagName=2]="BeforeTagName",e[e.InTagName=3]="InTagName",e[e.InSelfClosingTag=4]="InSelfClosingTag",e[e.BeforeClosingTagName=5]="BeforeClosingTagName",e[e.InClosingTagName=6]="InClosingTagName",e[e.AfterClosingTagName=7]="AfterClosingTagName",e[e.BeforeAttributeName=8]="BeforeAttributeName",e[e.InAttributeName=9]="InAttributeName",e[e.AfterAttributeName=10]="AfterAttributeName",e[e.BeforeAttributeValue=11]="BeforeAttributeValue",e[e.InAttributeValueDq=12]="InAttributeValueDq",e[e.InAttributeValueSq=13]="InAttributeValueSq",e[e.InAttributeValueNq=14]="InAttributeValueNq",e[e.BeforeDeclaration=15]="BeforeDeclaration",e[e.InDeclaration=16]="InDeclaration",e[e.InProcessingInstruction=17]="InProcessingInstruction",e[e.BeforeComment=18]="BeforeComment",e[e.CDATASequence=19]="CDATASequence",e[e.InSpecialComment=20]="InSpecialComment",e[e.InCommentLike=21]="InCommentLike",e[e.BeforeSpecialS=22]="BeforeSpecialS",e[e.BeforeSpecialT=23]="BeforeSpecialT",e[e.SpecialStartSequence=24]="SpecialStartSequence",e[e.InSpecialTag=25]="InSpecialTag",e[e.InEntity=26]="InEntity"})(O||(O={}));function Ye(e){return e===U.Space||e===U.NewLine||e===U.Tab||e===U.FormFeed||e===U.CarriageReturn}function ti(e){return e===U.Slash||e===U.Gt||Ye(e)}function ql(e){return e>=U.LowerA&&e<=U.LowerZ||e>=U.UpperA&&e<=U.UpperZ}var Be;(function(e){e[e.NoValue=0]="NoValue",e[e.Unquoted=1]="Unquoted",e[e.Single=2]="Single",e[e.Double=3]="Double"})(Be||(Be={}));var xe={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])},hr=class{constructor({xmlMode:t=!1,decodeEntities:r=!0},n){this.cbs=n,this.state=O.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=O.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=t,this.decodeEntities=r,this.entityDecoder=new dr(t?ei:Zn,(i,l)=>this.emitCodePoint(i,l))}reset(){this.state=O.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=O.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(t){this.offset+=this.buffer.length,this.buffer=t,this.parse()}end(){this.running&&this.finish()}pause(){this.running=!1}resume(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()}stateText(t){t===U.Lt||!this.decodeEntities&&this.fastForwardTo(U.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=O.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&t===U.Amp&&this.startEntity()}stateSpecialStartSequence(t){let r=this.sequenceIndex===this.currentSequence.length;if(!(r?ti(t):(t|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!r){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=O.InTagName,this.stateInTagName(t)}stateInSpecialTag(t){if(this.sequenceIndex===this.currentSequence.length){if(t===U.Gt||Ye(t)){let r=this.index-this.currentSequence.length;if(this.sectionStart<r){let n=this.index;this.index=r,this.cbs.ontext(this.sectionStart,r),this.index=n}this.isSpecial=!1,this.sectionStart=r+2,this.stateInClosingTagName(t);return}this.sequenceIndex=0}(t|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===xe.TitleEnd?this.decodeEntities&&t===U.Amp&&this.startEntity():this.fastForwardTo(U.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=+(t===U.Lt)}stateCDATASequence(t){t===xe.Cdata[this.sequenceIndex]?++this.sequenceIndex===xe.Cdata.length&&(this.state=O.InCommentLike,this.currentSequence=xe.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=O.InDeclaration,this.stateInDeclaration(t))}fastForwardTo(t){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===t)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(t){t===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===xe.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=O.Text):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):t!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(t){return this.xmlMode?!ti(t):ql(t)}startSpecial(t,r){this.isSpecial=!0,this.currentSequence=t,this.sequenceIndex=r,this.state=O.SpecialStartSequence}stateBeforeTagName(t){if(t===U.ExclamationMark)this.state=O.BeforeDeclaration,this.sectionStart=this.index+1;else if(t===U.Questionmark)this.state=O.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(t)){let r=t|32;this.sectionStart=this.index,this.xmlMode?this.state=O.InTagName:r===xe.ScriptEnd[2]?this.state=O.BeforeSpecialS:r===xe.TitleEnd[2]?this.state=O.BeforeSpecialT:this.state=O.InTagName}else t===U.Slash?this.state=O.BeforeClosingTagName:(this.state=O.Text,this.stateText(t))}stateInTagName(t){ti(t)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=O.BeforeAttributeName,this.stateBeforeAttributeName(t))}stateBeforeClosingTagName(t){Ye(t)||(t===U.Gt?this.state=O.Text:(this.state=this.isTagStartChar(t)?O.InClosingTagName:O.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(t){(t===U.Gt||Ye(t))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=O.AfterClosingTagName,this.stateAfterClosingTagName(t))}stateAfterClosingTagName(t){(t===U.Gt||this.fastForwardTo(U.Gt))&&(this.state=O.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(t){t===U.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=O.InSpecialTag,this.sequenceIndex=0):this.state=O.Text,this.sectionStart=this.index+1):t===U.Slash?this.state=O.InSelfClosingTag:Ye(t)||(this.state=O.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(t){t===U.Gt?(this.cbs.onselfclosingtag(this.index),this.state=O.Text,this.sectionStart=this.index+1,this.isSpecial=!1):Ye(t)||(this.state=O.BeforeAttributeName,this.stateBeforeAttributeName(t))}stateInAttributeName(t){(t===U.Eq||ti(t))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=O.AfterAttributeName,this.stateAfterAttributeName(t))}stateAfterAttributeName(t){t===U.Eq?this.state=O.BeforeAttributeValue:t===U.Slash||t===U.Gt?(this.cbs.onattribend(Be.NoValue,this.sectionStart),this.sectionStart=-1,this.state=O.BeforeAttributeName,this.stateBeforeAttributeName(t)):Ye(t)||(this.cbs.onattribend(Be.NoValue,this.sectionStart),this.state=O.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(t){t===U.DoubleQuote?(this.state=O.InAttributeValueDq,this.sectionStart=this.index+1):t===U.SingleQuote?(this.state=O.InAttributeValueSq,this.sectionStart=this.index+1):Ye(t)||(this.sectionStart=this.index,this.state=O.InAttributeValueNq,this.stateInAttributeValueNoQuotes(t))}handleInAttributeValue(t,r){t===r||!this.decodeEntities&&this.fastForwardTo(r)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(r===U.DoubleQuote?Be.Double:Be.Single,this.index+1),this.state=O.BeforeAttributeName):this.decodeEntities&&t===U.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(t){this.handleInAttributeValue(t,U.DoubleQuote)}stateInAttributeValueSingleQuotes(t){this.handleInAttributeValue(t,U.SingleQuote)}stateInAttributeValueNoQuotes(t){Ye(t)||t===U.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(Be.Unquoted,this.index),this.state=O.BeforeAttributeName,this.stateBeforeAttributeName(t)):this.decodeEntities&&t===U.Amp&&this.startEntity()}stateBeforeDeclaration(t){t===U.OpeningSquareBracket?(this.state=O.CDATASequence,this.sequenceIndex=0):this.state=t===U.Dash?O.BeforeComment:O.InDeclaration}stateInDeclaration(t){(t===U.Gt||this.fastForwardTo(U.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=O.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(t){(t===U.Gt||this.fastForwardTo(U.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=O.Text,this.sectionStart=this.index+1)}stateBeforeComment(t){t===U.Dash?(this.state=O.InCommentLike,this.currentSequence=xe.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=O.InDeclaration}stateInSpecialComment(t){(t===U.Gt||this.fastForwardTo(U.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=O.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(t){let r=t|32;r===xe.ScriptEnd[3]?this.startSpecial(xe.ScriptEnd,4):r===xe.StyleEnd[3]?this.startSpecial(xe.StyleEnd,4):(this.state=O.InTagName,this.stateInTagName(t))}stateBeforeSpecialT(t){let r=t|32;r===xe.TitleEnd[3]?this.startSpecial(xe.TitleEnd,4):r===xe.TextareaEnd[3]?this.startSpecial(xe.TextareaEnd,4):(this.state=O.InTagName,this.stateInTagName(t))}startEntity(){this.baseState=this.state,this.state=O.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?Pe.Strict:this.baseState===O.Text||this.baseState===O.InSpecialTag?Pe.Legacy:Pe.Attribute)}stateInEntity(){let t=this.entityDecoder.write(this.buffer,this.index-this.offset);t>=0?(this.state=this.baseState,t===0&&(this.index=this.entityStart)):this.index=this.offset+this.buffer.length-1}cleanup(){this.running&&this.sectionStart!==this.index&&(this.state===O.Text||this.state===O.InSpecialTag&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===O.InAttributeValueDq||this.state===O.InAttributeValueSq||this.state===O.InAttributeValueNq)&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){for(;this.shouldContinue();){let t=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case O.Text:{this.stateText(t);break}case O.SpecialStartSequence:{this.stateSpecialStartSequence(t);break}case O.InSpecialTag:{this.stateInSpecialTag(t);break}case O.CDATASequence:{this.stateCDATASequence(t);break}case O.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(t);break}case O.InAttributeName:{this.stateInAttributeName(t);break}case O.InCommentLike:{this.stateInCommentLike(t);break}case O.InSpecialComment:{this.stateInSpecialComment(t);break}case O.BeforeAttributeName:{this.stateBeforeAttributeName(t);break}case O.InTagName:{this.stateInTagName(t);break}case O.InClosingTagName:{this.stateInClosingTagName(t);break}case O.BeforeTagName:{this.stateBeforeTagName(t);break}case O.AfterAttributeName:{this.stateAfterAttributeName(t);break}case O.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(t);break}case O.BeforeAttributeValue:{this.stateBeforeAttributeValue(t);break}case O.BeforeClosingTagName:{this.stateBeforeClosingTagName(t);break}case O.AfterClosingTagName:{this.stateAfterClosingTagName(t);break}case O.BeforeSpecialS:{this.stateBeforeSpecialS(t);break}case O.BeforeSpecialT:{this.stateBeforeSpecialT(t);break}case O.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(t);break}case O.InSelfClosingTag:{this.stateInSelfClosingTag(t);break}case O.InDeclaration:{this.stateInDeclaration(t);break}case O.BeforeDeclaration:{this.stateBeforeDeclaration(t);break}case O.BeforeComment:{this.stateBeforeComment(t);break}case O.InProcessingInstruction:{this.stateInProcessingInstruction(t);break}case O.InEntity:{this.stateInEntity();break}}this.index++}this.cleanup()}finish(){this.state===O.InEntity&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){let t=this.buffer.length+this.offset;this.sectionStart>=t||(this.state===O.InCommentLike?this.currentSequence===xe.CdataEnd?this.cbs.oncdata(this.sectionStart,t,0):this.cbs.oncomment(this.sectionStart,t,0):this.state===O.InTagName||this.state===O.BeforeAttributeName||this.state===O.BeforeAttributeValue||this.state===O.AfterAttributeName||this.state===O.InAttributeName||this.state===O.InAttributeValueSq||this.state===O.InAttributeValueDq||this.state===O.InAttributeValueNq||this.state===O.InClosingTagName||this.cbs.ontext(this.sectionStart,t))}emitCodePoint(t,r){this.baseState!==O.Text&&this.baseState!==O.InSpecialTag?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+r,this.index=this.sectionStart-1,this.cbs.onattribentity(t)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+r,this.index=this.sectionStart-1,this.cbs.ontextentity(t,this.sectionStart))}};var mr=new Set(["input","option","optgroup","select","button","datalist","textarea"]),re=new Set(["p"]),Po=new Set(["thead","tbody"]),_o=new Set(["dd","dt"]),Fo=new Set(["rt","rp"]),vl=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",re],["h1",re],["h2",re],["h3",re],["h4",re],["h5",re],["h6",re],["select",mr],["input",mr],["output",mr],["button",mr],["datalist",mr],["textarea",mr],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",_o],["dt",_o],["address",re],["article",re],["aside",re],["blockquote",re],["details",re],["div",re],["dl",re],["fieldset",re],["figcaption",re],["figure",re],["footer",re],["form",re],["header",re],["hr",re],["main",re],["nav",re],["ol",re],["pre",re],["section",re],["table",re],["ul",re],["rt",Fo],["rp",Fo],["tbody",Po],["tfoot",Po]]),Gl=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),ko=new Set(["math","svg"]),Bo=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),$l=/\s|\//,Nn=class{constructor(t,r={}){var n,i,l,p,x,T;this.options=r,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=t??{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(n=r.lowerCaseTags)!==null&&n!==void 0?n:this.htmlMode,this.lowerCaseAttributeNames=(i=r.lowerCaseAttributeNames)!==null&&i!==void 0?i:this.htmlMode,this.recognizeSelfClosing=(l=r.recognizeSelfClosing)!==null&&l!==void 0?l:!this.htmlMode,this.tokenizer=new((p=r.Tokenizer)!==null&&p!==void 0?p:hr)(this.options,this),this.foreignContext=[!this.htmlMode],(T=(x=this.cbs).onparserinit)===null||T===void 0||T.call(x,this)}ontext(t,r){var n,i;let l=this.getSlice(t,r);this.endIndex=r-1,(i=(n=this.cbs).ontext)===null||i===void 0||i.call(n,l),this.startIndex=r}ontextentity(t,r){var n,i;this.endIndex=r-1,(i=(n=this.cbs).ontext)===null||i===void 0||i.call(n,fr(t)),this.startIndex=r}isVoidElement(t){return this.htmlMode&&Gl.has(t)}onopentagname(t,r){this.endIndex=r;let n=this.getSlice(t,r);this.lowerCaseTagNames&&(n=n.toLowerCase()),this.emitOpenTag(n)}emitOpenTag(t){var r,n,i,l;this.openTagStart=this.startIndex,this.tagname=t;let p=this.htmlMode&&vl.get(t);if(p)for(;this.stack.length>0&&p.has(this.stack[0]);){let x=this.stack.shift();(n=(r=this.cbs).onclosetag)===null||n===void 0||n.call(r,x,!0)}this.isVoidElement(t)||(this.stack.unshift(t),this.htmlMode&&(ko.has(t)?this.foreignContext.unshift(!0):Bo.has(t)&&this.foreignContext.unshift(!1))),(l=(i=this.cbs).onopentagname)===null||l===void 0||l.call(i,t),this.cbs.onopentag&&(this.attribs={})}endOpenTag(t){var r,n;this.startIndex=this.openTagStart,this.attribs&&((n=(r=this.cbs).onopentag)===null||n===void 0||n.call(r,this.tagname,this.attribs,t),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(t){this.endIndex=t,this.endOpenTag(!1),this.startIndex=t+1}onclosetag(t,r){var n,i,l,p,x,T,A,I;this.endIndex=r;let C=this.getSlice(t,r);if(this.lowerCaseTagNames&&(C=C.toLowerCase()),this.htmlMode&&(ko.has(C)||Bo.has(C))&&this.foreignContext.shift(),this.isVoidElement(C))this.htmlMode&&C==="br"&&((p=(l=this.cbs).onopentagname)===null||p===void 0||p.call(l,"br"),(T=(x=this.cbs).onopentag)===null||T===void 0||T.call(x,"br",{},!0),(I=(A=this.cbs).onclosetag)===null||I===void 0||I.call(A,"br",!1));else{let j=this.stack.indexOf(C);if(j!==-1)for(let P=0;P<=j;P++){let B=this.stack.shift();(i=(n=this.cbs).onclosetag)===null||i===void 0||i.call(n,B,P!==j)}else this.htmlMode&&C==="p"&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=r+1}onselfclosingtag(t){this.endIndex=t,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=t+1):this.onopentagend(t)}closeCurrentTag(t){var r,n;let i=this.tagname;this.endOpenTag(t),this.stack[0]===i&&((n=(r=this.cbs).onclosetag)===null||n===void 0||n.call(r,i,!t),this.stack.shift())}onattribname(t,r){this.startIndex=t;let n=this.getSlice(t,r);this.attribname=this.lowerCaseAttributeNames?n.toLowerCase():n}onattribdata(t,r){this.attribvalue+=this.getSlice(t,r)}onattribentity(t){this.attribvalue+=fr(t)}onattribend(t,r){var n,i;this.endIndex=r,(i=(n=this.cbs).onattribute)===null||i===void 0||i.call(n,this.attribname,this.attribvalue,t===Be.Double?'"':t===Be.Single?"'":t===Be.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(t){let r=t.search($l),n=r<0?t:t.substr(0,r);return this.lowerCaseTagNames&&(n=n.toLowerCase()),n}ondeclaration(t,r){this.endIndex=r;let n=this.getSlice(t,r);if(this.cbs.onprocessinginstruction){let i=this.getInstructionName(n);this.cbs.onprocessinginstruction(`!${i}`,`!${n}`)}this.startIndex=r+1}onprocessinginstruction(t,r){this.endIndex=r;let n=this.getSlice(t,r);if(this.cbs.onprocessinginstruction){let i=this.getInstructionName(n);this.cbs.onprocessinginstruction(`?${i}`,`?${n}`)}this.startIndex=r+1}oncomment(t,r,n){var i,l,p,x;this.endIndex=r,(l=(i=this.cbs).oncomment)===null||l===void 0||l.call(i,this.getSlice(t,r-n)),(x=(p=this.cbs).oncommentend)===null||x===void 0||x.call(p),this.startIndex=r+1}oncdata(t,r,n){var i,l,p,x,T,A,I,C,j,P;this.endIndex=r;let B=this.getSlice(t,r-n);!this.htmlMode||this.options.recognizeCDATA?((l=(i=this.cbs).oncdatastart)===null||l===void 0||l.call(i),(x=(p=this.cbs).ontext)===null||x===void 0||x.call(p,B),(A=(T=this.cbs).oncdataend)===null||A===void 0||A.call(T)):((C=(I=this.cbs).oncomment)===null||C===void 0||C.call(I,`[CDATA[${B}]]`),(P=(j=this.cbs).oncommentend)===null||P===void 0||P.call(j)),this.startIndex=r+1}onend(){var t,r;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let n=0;n<this.stack.length;n++)this.cbs.onclosetag(this.stack[n],!0)}(r=(t=this.cbs).onend)===null||r===void 0||r.call(t)}reset(){var t,r,n,i;(r=(t=this.cbs).onreset)===null||r===void 0||r.call(t),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(i=(n=this.cbs).onparserinit)===null||i===void 0||i.call(n,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(t){this.reset(),this.end(t)}getSlice(t,r){for(;t-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let n=this.buffers[0].slice(t-this.bufferOffset,r-this.bufferOffset);for(;r-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),n+=this.buffers[0].slice(0,r-this.bufferOffset);return n}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(t){var r,n;if(this.ended){(n=(r=this.cbs).onerror)===null||n===void 0||n.call(r,new Error(".write() after done!"));return}this.buffers.push(t),this.tokenizer.running&&(this.tokenizer.write(t),this.writeIndex++)}end(t){var r,n;if(this.ended){(n=(r=this.cbs).onerror)===null||n===void 0||n.call(r,new Error(".end() after done!"));return}t&&this.write(t),this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()}parseChunk(t){this.write(t)}done(t){this.end(t)}};a();o();u();a();o();u();a();o();u();a();o();u();a();o();u();a();o();u();function ri(e){for(let t=1;t<e.length;t++)e[t][0]+=e[t-1][0]+1;return e}var Wl=new Map(ri([[9,"	"],[0,"
"],[22,"!"],[0,"""],[0,"#"],[0,"$"],[0,"%"],[0,"&"],[0,"'"],[0,"("],[0,")"],[0,"*"],[0,"+"],[0,","],[1,"."],[0,"/"],[10,":"],[0,";"],[0,{v:"<",n:8402,o:"<⃒"}],[0,{v:"=",n:8421,o:"=⃥"}],[0,{v:">",n:8402,o:">⃒"}],[0,"?"],[0,"@"],[26,"["],[0,"\"],[0,"]"],[0,"^"],[0,"_"],[0,"`"],[5,{n:106,o:"fj"}],[20,"{"],[0,"|"],[0,"}"],[34," "],[0,"¡"],[0,"¢"],[0,"£"],[0,"¤"],[0,"¥"],[0,"¦"],[0,"§"],[0,"¨"],[0,"©"],[0,"ª"],[0,"«"],[0,"¬"],[0,"­"],[0,"®"],[0,"¯"],[0,"°"],[0,"±"],[0,"²"],[0,"³"],[0,"´"],[0,"µ"],[0,"¶"],[0,"·"],[0,"¸"],[0,"¹"],[0,"º"],[0,"»"],[0,"¼"],[0,"½"],[0,"¾"],[0,"¿"],[0,"À"],[0,"Á"],[0,"Â"],[0,"Ã"],[0,"Ä"],[0,"Å"],[0,"Æ"],[0,"Ç"],[0,"È"],[0,"É"],[0,"Ê"],[0,"Ë"],[0,"Ì"],[0,"Í"],[0,"Î"],[0,"Ï"],[0,"Ð"],[0,"Ñ"],[0,"Ò"],[0,"Ó"],[0,"Ô"],[0,"Õ"],[0,"Ö"],[0,"×"],[0,"Ø"],[0,"Ù"],[0,"Ú"],[0,"Û"],[0,"Ü"],[0,"Ý"],[0,"Þ"],[0,"ß"],[0,"à"],[0,"á"],[0,"â"],[0,"ã"],[0,"ä"],[0,"å"],[0,"æ"],[0,"ç"],[0,"è"],[0,"é"],[0,"ê"],[0,"ë"],[0,"ì"],[0,"í"],[0,"î"],[0,"ï"],[0,"ð"],[0,"ñ"],[0,"ò"],[0,"ó"],[0,"ô"],[0,"õ"],[0,"ö"],[0,"÷"],[0,"ø"],[0,"ù"],[0,"ú"],[0,"û"],[0,"ü"],[0,"ý"],[0,"þ"],[0,"ÿ"],[0,"Ā"],[0,"ā"],[0,"Ă"],[0,"ă"],[0,"Ą"],[0,"ą"],[0,"Ć"],[0,"ć"],[0,"Ĉ"],[0,"ĉ"],[0,"Ċ"],[0,"ċ"],[0,"Č"],[0,"č"],[0,"Ď"],[0,"ď"],[0,"Đ"],[0,"đ"],[0,"Ē"],[0,"ē"],[2,"Ė"],[0,"ė"],[0,"Ę"],[0,"ę"],[0,"Ě"],[0,"ě"],[0,"Ĝ"],[0,"ĝ"],[0,"Ğ"],[0,"ğ"],[0,"Ġ"],[0,"ġ"],[0,"Ģ"],[1,"Ĥ"],[0,"ĥ"],[0,"Ħ"],[0,"ħ"],[0,"Ĩ"],[0,"ĩ"],[0,"Ī"],[0,"ī"],[2,"Į"],[0,"į"],[0,"İ"],[0,"ı"],[0,"IJ"],[0,"ij"],[0,"Ĵ"],[0,"ĵ"],[0,"Ķ"],[0,"ķ"],[0,"ĸ"],[0,"Ĺ"],[0,"ĺ"],[0,"Ļ"],[0,"ļ"],[0,"Ľ"],[0,"ľ"],[0,"Ŀ"],[0,"ŀ"],[0,"Ł"],[0,"ł"],[0,"Ń"],[0,"ń"],[0,"Ņ"],[0,"ņ"],[0,"Ň"],[0,"ň"],[0,"ʼn"],[0,"Ŋ"],[0,"ŋ"],[0,"Ō"],[0,"ō"],[2,"Ő"],[0,"ő"],[0,"Œ"],[0,"œ"],[0,"Ŕ"],[0,"ŕ"],[0,"Ŗ"],[0,"ŗ"],[0,"Ř"],[0,"ř"],[0,"Ś"],[0,"ś"],[0,"Ŝ"],[0,"ŝ"],[0,"Ş"],[0,"ş"],[0,"Š"],[0,"š"],[0,"Ţ"],[0,"ţ"],[0,"Ť"],[0,"ť"],[0,"Ŧ"],[0,"ŧ"],[0,"Ũ"],[0,"ũ"],[0,"Ū"],[0,"ū"],[0,"Ŭ"],[0,"ŭ"],[0,"Ů"],[0,"ů"],[0,"Ű"],[0,"ű"],[0,"Ų"],[0,"ų"],[0,"Ŵ"],[0,"ŵ"],[0,"Ŷ"],[0,"ŷ"],[0,"Ÿ"],[0,"Ź"],[0,"ź"],[0,"Ż"],[0,"ż"],[0,"Ž"],[0,"ž"],[19,"ƒ"],[34,"Ƶ"],[63,"ǵ"],[65,"ȷ"],[142,"ˆ"],[0,"ˇ"],[16,"˘"],[0,"˙"],[0,"˚"],[0,"˛"],[0,"˜"],[0,"˝"],[51,"̑"],[127,"Α"],[0,"Β"],[0,"Γ"],[0,"Δ"],[0,"Ε"],[0,"Ζ"],[0,"Η"],[0,"Θ"],[0,"Ι"],[0,"Κ"],[0,"Λ"],[0,"Μ"],[0,"Ν"],[0,"Ξ"],[0,"Ο"],[0,"Π"],[0,"Ρ"],[1,"Σ"],[0,"Τ"],[0,"Υ"],[0,"Φ"],[0,"Χ"],[0,"Ψ"],[0,"Ω"],[7,"α"],[0,"β"],[0,"γ"],[0,"δ"],[0,"ε"],[0,"ζ"],[0,"η"],[0,"θ"],[0,"ι"],[0,"κ"],[0,"λ"],[0,"μ"],[0,"ν"],[0,"ξ"],[0,"ο"],[0,"π"],[0,"ρ"],[0,"ς"],[0,"σ"],[0,"τ"],[0,"υ"],[0,"φ"],[0,"χ"],[0,"ψ"],[0,"ω"],[7,"ϑ"],[0,"ϒ"],[2,"ϕ"],[0,"ϖ"],[5,"Ϝ"],[0,"ϝ"],[18,"ϰ"],[0,"ϱ"],[3,"ϵ"],[0,"϶"],[10,"Ё"],[0,"Ђ"],[0,"Ѓ"],[0,"Є"],[0,"Ѕ"],[0,"І"],[0,"Ї"],[0,"Ј"],[0,"Љ"],[0,"Њ"],[0,"Ћ"],[0,"Ќ"],[1,"Ў"],[0,"Џ"],[0,"А"],[0,"Б"],[0,"В"],[0,"Г"],[0,"Д"],[0,"Е"],[0,"Ж"],[0,"З"],[0,"И"],[0,"Й"],[0,"К"],[0,"Л"],[0,"М"],[0,"Н"],[0,"О"],[0,"П"],[0,"Р"],[0,"С"],[0,"Т"],[0,"У"],[0,"Ф"],[0,"Х"],[0,"Ц"],[0,"Ч"],[0,"Ш"],[0,"Щ"],[0,"Ъ"],[0,"Ы"],[0,"Ь"],[0,"Э"],[0,"Ю"],[0,"Я"],[0,"а"],[0,"б"],[0,"в"],[0,"г"],[0,"д"],[0,"е"],[0,"ж"],[0,"з"],[0,"и"],[0,"й"],[0,"к"],[0,"л"],[0,"м"],[0,"н"],[0,"о"],[0,"п"],[0,"р"],[0,"с"],[0,"т"],[0,"у"],[0,"ф"],[0,"х"],[0,"ц"],[0,"ч"],[0,"ш"],[0,"щ"],[0,"ъ"],[0,"ы"],[0,"ь"],[0,"э"],[0,"ю"],[0,"я"],[1,"ё"],[0,"ђ"],[0,"ѓ"],[0,"є"],[0,"ѕ"],[0,"і"],[0,"ї"],[0,"ј"],[0,"љ"],[0,"њ"],[0,"ћ"],[0,"ќ"],[1,"ў"],[0,"џ"],[7074," "],[0," "],[0," "],[0," "],[1," "],[0," "],[0," "],[0," "],[0,"​"],[0,"‌"],[0,"‍"],[0,"‎"],[0,"‏"],[0,"‐"],[2,"–"],[0,"—"],[0,"―"],[0,"‖"],[1,"‘"],[0,"’"],[0,"‚"],[1,"“"],[0,"”"],[0,"„"],[1,"†"],[0,"‡"],[0,"•"],[2,"‥"],[0,"…"],[9,"‰"],[0,"‱"],[0,"′"],[0,"″"],[0,"‴"],[0,"‵"],[3,"‹"],[0,"›"],[3,"‾"],[2,"⁁"],[1,"⁃"],[0,"⁄"],[10,"⁏"],[7,"⁗"],[7,{v:" ",n:8202,o:"  "}],[0,"⁠"],[0,"⁡"],[0,"⁢"],[0,"⁣"],[72,"€"],[46,"⃛"],[0,"⃜"],[37,"ℂ"],[2,"℅"],[4,"ℊ"],[0,"ℋ"],[0,"ℌ"],[0,"ℍ"],[0,"ℎ"],[0,"ℏ"],[0,"ℐ"],[0,"ℑ"],[0,"ℒ"],[0,"ℓ"],[1,"ℕ"],[0,"№"],[0,"℗"],[0,"℘"],[0,"ℙ"],[0,"ℚ"],[0,"ℛ"],[0,"ℜ"],[0,"ℝ"],[0,"℞"],[3,"™"],[1,"ℤ"],[2,"℧"],[0,"ℨ"],[0,"℩"],[2,"ℬ"],[0,"ℭ"],[1,"ℯ"],[0,"ℰ"],[0,"ℱ"],[1,"ℳ"],[0,"ℴ"],[0,"ℵ"],[0,"ℶ"],[0,"ℷ"],[0,"ℸ"],[12,"ⅅ"],[0,"ⅆ"],[0,"ⅇ"],[0,"ⅈ"],[10,"⅓"],[0,"⅔"],[0,"⅕"],[0,"⅖"],[0,"⅗"],[0,"⅘"],[0,"⅙"],[0,"⅚"],[0,"⅛"],[0,"⅜"],[0,"⅝"],[0,"⅞"],[49,"←"],[0,"↑"],[0,"→"],[0,"↓"],[0,"↔"],[0,"↕"],[0,"↖"],[0,"↗"],[0,"↘"],[0,"↙"],[0,"↚"],[0,"↛"],[1,{v:"↝",n:824,o:"↝̸"}],[0,"↞"],[0,"↟"],[0,"↠"],[0,"↡"],[0,"↢"],[0,"↣"],[0,"↤"],[0,"↥"],[0,"↦"],[0,"↧"],[1,"↩"],[0,"↪"],[0,"↫"],[0,"↬"],[0,"↭"],[0,"↮"],[1,"↰"],[0,"↱"],[0,"↲"],[0,"↳"],[1,"↵"],[0,"↶"],[0,"↷"],[2,"↺"],[0,"↻"],[0,"↼"],[0,"↽"],[0,"↾"],[0,"↿"],[0,"⇀"],[0,"⇁"],[0,"⇂"],[0,"⇃"],[0,"⇄"],[0,"⇅"],[0,"⇆"],[0,"⇇"],[0,"⇈"],[0,"⇉"],[0,"⇊"],[0,"⇋"],[0,"⇌"],[0,"⇍"],[0,"⇎"],[0,"⇏"],[0,"⇐"],[0,"⇑"],[0,"⇒"],[0,"⇓"],[0,"⇔"],[0,"⇕"],[0,"⇖"],[0,"⇗"],[0,"⇘"],[0,"⇙"],[0,"⇚"],[0,"⇛"],[1,"⇝"],[6,"⇤"],[0,"⇥"],[15,"⇵"],[7,"⇽"],[0,"⇾"],[0,"⇿"],[0,"∀"],[0,"∁"],[0,{v:"∂",n:824,o:"∂̸"}],[0,"∃"],[0,"∄"],[0,"∅"],[1,"∇"],[0,"∈"],[0,"∉"],[1,"∋"],[0,"∌"],[2,"∏"],[0,"∐"],[0,"∑"],[0,"−"],[0,"∓"],[0,"∔"],[1,"∖"],[0,"∗"],[0,"∘"],[1,"√"],[2,"∝"],[0,"∞"],[0,"∟"],[0,{v:"∠",n:8402,o:"∠⃒"}],[0,"∡"],[0,"∢"],[0,"∣"],[0,"∤"],[0,"∥"],[0,"∦"],[0,"∧"],[0,"∨"],[0,{v:"∩",n:65024,o:"∩︀"}],[0,{v:"∪",n:65024,o:"∪︀"}],[0,"∫"],[0,"∬"],[0,"∭"],[0,"∮"],[0,"∯"],[0,"∰"],[0,"∱"],[0,"∲"],[0,"∳"],[0,"∴"],[0,"∵"],[0,"∶"],[0,"∷"],[0,"∸"],[1,"∺"],[0,"∻"],[0,{v:"∼",n:8402,o:"∼⃒"}],[0,{v:"∽",n:817,o:"∽̱"}],[0,{v:"∾",n:819,o:"∾̳"}],[0,"∿"],[0,"≀"],[0,"≁"],[0,{v:"≂",n:824,o:"≂̸"}],[0,"≃"],[0,"≄"],[0,"≅"],[0,"≆"],[0,"≇"],[0,"≈"],[0,"≉"],[0,"≊"],[0,{v:"≋",n:824,o:"≋̸"}],[0,"≌"],[0,{v:"≍",n:8402,o:"≍⃒"}],[0,{v:"≎",n:824,o:"≎̸"}],[0,{v:"≏",n:824,o:"≏̸"}],[0,{v:"≐",n:824,o:"≐̸"}],[0,"≑"],[0,"≒"],[0,"≓"],[0,"≔"],[0,"≕"],[0,"≖"],[0,"≗"],[1,"≙"],[0,"≚"],[1,"≜"],[2,"≟"],[0,"≠"],[0,{v:"≡",n:8421,o:"≡⃥"}],[0,"≢"],[1,{v:"≤",n:8402,o:"≤⃒"}],[0,{v:"≥",n:8402,o:"≥⃒"}],[0,{v:"≦",n:824,o:"≦̸"}],[0,{v:"≧",n:824,o:"≧̸"}],[0,{v:"≨",n:65024,o:"≨︀"}],[0,{v:"≩",n:65024,o:"≩︀"}],[0,{v:"≪",n:new Map(ri([[824,"≪̸"],[7577,"≪⃒"]]))}],[0,{v:"≫",n:new Map(ri([[824,"≫̸"],[7577,"≫⃒"]]))}],[0,"≬"],[0,"≭"],[0,"≮"],[0,"≯"],[0,"≰"],[0,"≱"],[0,"≲"],[0,"≳"],[0,"≴"],[0,"≵"],[0,"≶"],[0,"≷"],[0,"≸"],[0,"≹"],[0,"≺"],[0,"≻"],[0,"≼"],[0,"≽"],[0,"≾"],[0,{v:"≿",n:824,o:"≿̸"}],[0,"⊀"],[0,"⊁"],[0,{v:"⊂",n:8402,o:"⊂⃒"}],[0,{v:"⊃",n:8402,o:"⊃⃒"}],[0,"⊄"],[0,"⊅"],[0,"⊆"],[0,"⊇"],[0,"⊈"],[0,"⊉"],[0,{v:"⊊",n:65024,o:"⊊︀"}],[0,{v:"⊋",n:65024,o:"⊋︀"}],[1,"⊍"],[0,"⊎"],[0,{v:"⊏",n:824,o:"⊏̸"}],[0,{v:"⊐",n:824,o:"⊐̸"}],[0,"⊑"],[0,"⊒"],[0,{v:"⊓",n:65024,o:"⊓︀"}],[0,{v:"⊔",n:65024,o:"⊔︀"}],[0,"⊕"],[0,"⊖"],[0,"⊗"],[0,"⊘"],[0,"⊙"],[0,"⊚"],[0,"⊛"],[1,"⊝"],[0,"⊞"],[0,"⊟"],[0,"⊠"],[0,"⊡"],[0,"⊢"],[0,"⊣"],[0,"⊤"],[0,"⊥"],[1,"⊧"],[0,"⊨"],[0,"⊩"],[0,"⊪"],[0,"⊫"],[0,"⊬"],[0,"⊭"],[0,"⊮"],[0,"⊯"],[0,"⊰"],[1,"⊲"],[0,"⊳"],[0,{v:"⊴",n:8402,o:"⊴⃒"}],[0,{v:"⊵",n:8402,o:"⊵⃒"}],[0,"⊶"],[0,"⊷"],[0,"⊸"],[0,"⊹"],[0,"⊺"],[0,"⊻"],[1,"⊽"],[0,"⊾"],[0,"⊿"],[0,"⋀"],[0,"⋁"],[0,"⋂"],[0,"⋃"],[0,"⋄"],[0,"⋅"],[0,"⋆"],[0,"⋇"],[0,"⋈"],[0,"⋉"],[0,"⋊"],[0,"⋋"],[0,"⋌"],[0,"⋍"],[0,"⋎"],[0,"⋏"],[0,"⋐"],[0,"⋑"],[0,"⋒"],[0,"⋓"],[0,"⋔"],[0,"⋕"],[0,"⋖"],[0,"⋗"],[0,{v:"⋘",n:824,o:"⋘̸"}],[0,{v:"⋙",n:824,o:"⋙̸"}],[0,{v:"⋚",n:65024,o:"⋚︀"}],[0,{v:"⋛",n:65024,o:"⋛︀"}],[2,"⋞"],[0,"⋟"],[0,"⋠"],[0,"⋡"],[0,"⋢"],[0,"⋣"],[2,"⋦"],[0,"⋧"],[0,"⋨"],[0,"⋩"],[0,"⋪"],[0,"⋫"],[0,"⋬"],[0,"⋭"],[0,"⋮"],[0,"⋯"],[0,"⋰"],[0,"⋱"],[0,"⋲"],[0,"⋳"],[0,"⋴"],[0,{v:"⋵",n:824,o:"⋵̸"}],[0,"⋶"],[0,"⋷"],[1,{v:"⋹",n:824,o:"⋹̸"}],[0,"⋺"],[0,"⋻"],[0,"⋼"],[0,"⋽"],[0,"⋾"],[6,"⌅"],[0,"⌆"],[1,"⌈"],[0,"⌉"],[0,"⌊"],[0,"⌋"],[0,"⌌"],[0,"⌍"],[0,"⌎"],[0,"⌏"],[0,"⌐"],[1,"⌒"],[0,"⌓"],[1,"⌕"],[0,"⌖"],[5,"⌜"],[0,"⌝"],[0,"⌞"],[0,"⌟"],[2,"⌢"],[0,"⌣"],[9,"⌭"],[0,"⌮"],[7,"⌶"],[6,"⌽"],[1,"⌿"],[60,"⍼"],[51,"⎰"],[0,"⎱"],[2,"⎴"],[0,"⎵"],[0,"⎶"],[37,"⏜"],[0,"⏝"],[0,"⏞"],[0,"⏟"],[2,"⏢"],[4,"⏧"],[59,"␣"],[164,"Ⓢ"],[55,"─"],[1,"│"],[9,"┌"],[3,"┐"],[3,"└"],[3,"┘"],[3,"├"],[7,"┤"],[7,"┬"],[7,"┴"],[7,"┼"],[19,"═"],[0,"║"],[0,"╒"],[0,"╓"],[0,"╔"],[0,"╕"],[0,"╖"],[0,"╗"],[0,"╘"],[0,"╙"],[0,"╚"],[0,"╛"],[0,"╜"],[0,"╝"],[0,"╞"],[0,"╟"],[0,"╠"],[0,"╡"],[0,"╢"],[0,"╣"],[0,"╤"],[0,"╥"],[0,"╦"],[0,"╧"],[0,"╨"],[0,"╩"],[0,"╪"],[0,"╫"],[0,"╬"],[19,"▀"],[3,"▄"],[3,"█"],[8,"░"],[0,"▒"],[0,"▓"],[13,"□"],[8,"▪"],[0,"▫"],[1,"▭"],[0,"▮"],[2,"▱"],[1,"△"],[0,"▴"],[0,"▵"],[2,"▸"],[0,"▹"],[3,"▽"],[0,"▾"],[0,"▿"],[2,"◂"],[0,"◃"],[6,"◊"],[0,"○"],[32,"◬"],[2,"◯"],[8,"◸"],[0,"◹"],[0,"◺"],[0,"◻"],[0,"◼"],[8,"★"],[0,"☆"],[7,"☎"],[49,"♀"],[1,"♂"],[29,"♠"],[2,"♣"],[1,"♥"],[0,"♦"],[3,"♪"],[2,"♭"],[0,"♮"],[0,"♯"],[163,"✓"],[3,"✗"],[8,"✠"],[21,"✶"],[33,"❘"],[25,"❲"],[0,"❳"],[84,"⟈"],[0,"⟉"],[28,"⟦"],[0,"⟧"],[0,"⟨"],[0,"⟩"],[0,"⟪"],[0,"⟫"],[0,"⟬"],[0,"⟭"],[7,"⟵"],[0,"⟶"],[0,"⟷"],[0,"⟸"],[0,"⟹"],[0,"⟺"],[1,"⟼"],[2,"⟿"],[258,"⤂"],[0,"⤃"],[0,"⤄"],[0,"⤅"],[6,"⤌"],[0,"⤍"],[0,"⤎"],[0,"⤏"],[0,"⤐"],[0,"⤑"],[0,"⤒"],[0,"⤓"],[2,"⤖"],[2,"⤙"],[0,"⤚"],[0,"⤛"],[0,"⤜"],[0,"⤝"],[0,"⤞"],[0,"⤟"],[0,"⤠"],[2,"⤣"],[0,"⤤"],[0,"⤥"],[0,"⤦"],[0,"⤧"],[0,"⤨"],[0,"⤩"],[0,"⤪"],[8,{v:"⤳",n:824,o:"⤳̸"}],[1,"⤵"],[0,"⤶"],[0,"⤷"],[0,"⤸"],[0,"⤹"],[2,"⤼"],[0,"⤽"],[7,"⥅"],[2,"⥈"],[0,"⥉"],[0,"⥊"],[0,"⥋"],[2,"⥎"],[0,"⥏"],[0,"⥐"],[0,"⥑"],[0,"⥒"],[0,"⥓"],[0,"⥔"],[0,"⥕"],[0,"⥖"],[0,"⥗"],[0,"⥘"],[0,"⥙"],[0,"⥚"],[0,"⥛"],[0,"⥜"],[0,"⥝"],[0,"⥞"],[0,"⥟"],[0,"⥠"],[0,"⥡"],[0,"⥢"],[0,"⥣"],[0,"⥤"],[0,"⥥"],[0,"⥦"],[0,"⥧"],[0,"⥨"],[0,"⥩"],[0,"⥪"],[0,"⥫"],[0,"⥬"],[0,"⥭"],[0,"⥮"],[0,"⥯"],[0,"⥰"],[0,"⥱"],[0,"⥲"],[0,"⥳"],[0,"⥴"],[0,"⥵"],[0,"⥶"],[1,"⥸"],[0,"⥹"],[1,"⥻"],[0,"⥼"],[0,"⥽"],[0,"⥾"],[0,"⥿"],[5,"⦅"],[0,"⦆"],[4,"⦋"],[0,"⦌"],[0,"⦍"],[0,"⦎"],[0,"⦏"],[0,"⦐"],[0,"⦑"],[0,"⦒"],[0,"⦓"],[0,"⦔"],[0,"⦕"],[0,"⦖"],[3,"⦚"],[1,"⦜"],[0,"⦝"],[6,"⦤"],[0,"⦥"],[0,"⦦"],[0,"⦧"],[0,"⦨"],[0,"⦩"],[0,"⦪"],[0,"⦫"],[0,"⦬"],[0,"⦭"],[0,"⦮"],[0,"⦯"],[0,"⦰"],[0,"⦱"],[0,"⦲"],[0,"⦳"],[0,"⦴"],[0,"⦵"],[0,"⦶"],[0,"⦷"],[1,"⦹"],[1,"⦻"],[0,"⦼"],[1,"⦾"],[0,"⦿"],[0,"⧀"],[0,"⧁"],[0,"⧂"],[0,"⧃"],[0,"⧄"],[0,"⧅"],[3,"⧉"],[3,"⧍"],[0,"⧎"],[0,{v:"⧏",n:824,o:"⧏̸"}],[0,{v:"⧐",n:824,o:"⧐̸"}],[11,"⧜"],[0,"⧝"],[0,"⧞"],[4,"⧣"],[0,"⧤"],[0,"⧥"],[5,"⧫"],[8,"⧴"],[1,"⧶"],[9,"⨀"],[0,"⨁"],[0,"⨂"],[1,"⨄"],[1,"⨆"],[5,"⨌"],[0,"⨍"],[2,"⨐"],[0,"⨑"],[0,"⨒"],[0,"⨓"],[0,"⨔"],[0,"⨕"],[0,"⨖"],[0,"⨗"],[10,"⨢"],[0,"⨣"],[0,"⨤"],[0,"⨥"],[0,"⨦"],[0,"⨧"],[1,"⨩"],[0,"⨪"],[2,"⨭"],[0,"⨮"],[0,"⨯"],[0,"⨰"],[0,"⨱"],[1,"⨳"],[0,"⨴"],[0,"⨵"],[0,"⨶"],[0,"⨷"],[0,"⨸"],[0,"⨹"],[0,"⨺"],[0,"⨻"],[0,"⨼"],[2,"⨿"],[0,"⩀"],[1,"⩂"],[0,"⩃"],[0,"⩄"],[0,"⩅"],[0,"⩆"],[0,"⩇"],[0,"⩈"],[0,"⩉"],[0,"⩊"],[0,"⩋"],[0,"⩌"],[0,"⩍"],[2,"⩐"],[2,"⩓"],[0,"⩔"],[0,"⩕"],[0,"⩖"],[0,"⩗"],[0,"⩘"],[1,"⩚"],[0,"⩛"],[0,"⩜"],[0,"⩝"],[1,"⩟"],[6,"⩦"],[3,"⩪"],[2,{v:"⩭",n:824,o:"⩭̸"}],[0,"⩮"],[0,"⩯"],[0,{v:"⩰",n:824,o:"⩰̸"}],[0,"⩱"],[0,"⩲"],[0,"⩳"],[0,"⩴"],[0,"⩵"],[1,"⩷"],[0,"⩸"],[0,"⩹"],[0,"⩺"],[0,"⩻"],[0,"⩼"],[0,{v:"⩽",n:824,o:"⩽̸"}],[0,{v:"⩾",n:824,o:"⩾̸"}],[0,"⩿"],[0,"⪀"],[0,"⪁"],[0,"⪂"],[0,"⪃"],[0,"⪄"],[0,"⪅"],[0,"⪆"],[0,"⪇"],[0,"⪈"],[0,"⪉"],[0,"⪊"],[0,"⪋"],[0,"⪌"],[0,"⪍"],[0,"⪎"],[0,"⪏"],[0,"⪐"],[0,"⪑"],[0,"⪒"],[0,"⪓"],[0,"⪔"],[0,"⪕"],[0,"⪖"],[0,"⪗"],[0,"⪘"],[0,"⪙"],[0,"⪚"],[2,"⪝"],[0,"⪞"],[0,"⪟"],[0,"⪠"],[0,{v:"⪡",n:824,o:"⪡̸"}],[0,{v:"⪢",n:824,o:"⪢̸"}],[1,"⪤"],[0,"⪥"],[0,"⪦"],[0,"⪧"],[0,"⪨"],[0,"⪩"],[0,"⪪"],[0,"⪫"],[0,{v:"⪬",n:65024,o:"⪬︀"}],[0,{v:"⪭",n:65024,o:"⪭︀"}],[0,"⪮"],[0,{v:"⪯",n:824,o:"⪯̸"}],[0,{v:"⪰",n:824,o:"⪰̸"}],[2,"⪳"],[0,"⪴"],[0,"⪵"],[0,"⪶"],[0,"⪷"],[0,"⪸"],[0,"⪹"],[0,"⪺"],[0,"⪻"],[0,"⪼"],[0,"⪽"],[0,"⪾"],[0,"⪿"],[0,"⫀"],[0,"⫁"],[0,"⫂"],[0,"⫃"],[0,"⫄"],[0,{v:"⫅",n:824,o:"⫅̸"}],[0,{v:"⫆",n:824,o:"⫆̸"}],[0,"⫇"],[0,"⫈"],[2,{v:"⫋",n:65024,o:"⫋︀"}],[0,{v:"⫌",n:65024,o:"⫌︀"}],[2,"⫏"],[0,"⫐"],[0,"⫑"],[0,"⫒"],[0,"⫓"],[0,"⫔"],[0,"⫕"],[0,"⫖"],[0,"⫗"],[0,"⫘"],[0,"⫙"],[0,"⫚"],[0,"⫛"],[8,"⫤"],[1,"⫦"],[0,"⫧"],[0,"⫨"],[0,"⫩"],[1,"⫫"],[0,"⫬"],[0,"⫭"],[0,"⫮"],[0,"⫯"],[0,"⫰"],[0,"⫱"],[0,"⫲"],[0,"⫳"],[9,{v:"⫽",n:8421,o:"⫽⃥"}],[44343,{n:new Map(ri([[56476,"𝒜"],[1,"𝒞"],[0,"𝒟"],[2,"𝒢"],[2,"𝒥"],[0,"𝒦"],[2,"𝒩"],[0,"𝒪"],[0,"𝒫"],[0,"𝒬"],[1,"𝒮"],[0,"𝒯"],[0,"𝒰"],[0,"𝒱"],[0,"𝒲"],[0,"𝒳"],[0,"𝒴"],[0,"𝒵"],[0,"𝒶"],[0,"𝒷"],[0,"𝒸"],[0,"𝒹"],[1,"𝒻"],[1,"𝒽"],[0,"𝒾"],[0,"𝒿"],[0,"𝓀"],[0,"𝓁"],[0,"𝓂"],[0,"𝓃"],[1,"𝓅"],[0,"𝓆"],[0,"𝓇"],[0,"𝓈"],[0,"𝓉"],[0,"𝓊"],[0,"𝓋"],[0,"𝓌"],[0,"𝓍"],[0,"𝓎"],[0,"𝓏"],[52,"𝔄"],[0,"𝔅"],[1,"𝔇"],[0,"𝔈"],[0,"𝔉"],[0,"𝔊"],[2,"𝔍"],[0,"𝔎"],[0,"𝔏"],[0,"𝔐"],[0,"𝔑"],[0,"𝔒"],[0,"𝔓"],[0,"𝔔"],[1,"𝔖"],[0,"𝔗"],[0,"𝔘"],[0,"𝔙"],[0,"𝔚"],[0,"𝔛"],[0,"𝔜"],[1,"𝔞"],[0,"𝔟"],[0,"𝔠"],[0,"𝔡"],[0,"𝔢"],[0,"𝔣"],[0,"𝔤"],[0,"𝔥"],[0,"𝔦"],[0,"𝔧"],[0,"𝔨"],[0,"𝔩"],[0,"𝔪"],[0,"𝔫"],[0,"𝔬"],[0,"𝔭"],[0,"𝔮"],[0,"𝔯"],[0,"𝔰"],[0,"𝔱"],[0,"𝔲"],[0,"𝔳"],[0,"𝔴"],[0,"𝔵"],[0,"𝔶"],[0,"𝔷"],[0,"𝔸"],[0,"𝔹"],[1,"𝔻"],[0,"𝔼"],[0,"𝔽"],[0,"𝔾"],[1,"𝕀"],[0,"𝕁"],[0,"𝕂"],[0,"𝕃"],[0,"𝕄"],[1,"𝕆"],[3,"𝕊"],[0,"𝕋"],[0,"𝕌"],[0,"𝕍"],[0,"𝕎"],[0,"𝕏"],[0,"𝕐"],[1,"𝕒"],[0,"𝕓"],[0,"𝕔"],[0,"𝕕"],[0,"𝕖"],[0,"𝕗"],[0,"𝕘"],[0,"𝕙"],[0,"𝕚"],[0,"𝕛"],[0,"𝕜"],[0,"𝕝"],[0,"𝕞"],[0,"𝕟"],[0,"𝕠"],[0,"𝕡"],[0,"𝕢"],[0,"𝕣"],[0,"𝕤"],[0,"𝕥"],[0,"𝕦"],[0,"𝕧"],[0,"𝕨"],[0,"𝕩"],[0,"𝕪"],[0,"𝕫"]]))}],[8906,"ff"],[0,"fi"],[0,"fl"],[0,"ffi"],[0,"ffl"]]));a();o();u();var Hl=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]),zl=String.prototype.codePointAt!=null?(e,t)=>e.codePointAt(t):(e,t)=>(e.charCodeAt(t)&64512)===55296?(e.charCodeAt(t)-55296)*1024+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t);function rs(e,t){return function(n){let i,l=0,p="";for(;i=e.exec(n);)l!==i.index&&(p+=n.substring(l,i.index)),p+=t.get(i[0].charCodeAt(0)),l=i.index+1;return p+n.substring(l)}}var Lo=rs(/[&<>'"]/g,Hl),ns=rs(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),is=rs(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]));var Do;(function(e){e[e.XML=0]="XML",e[e.HTML=1]="HTML"})(Do||(Do={}));var jo;(function(e){e[e.UTF8=0]="UTF8",e[e.ASCII=1]="ASCII",e[e.Extensive=2]="Extensive",e[e.Attribute=3]="Attribute",e[e.Text=4]="Text"})(jo||(jo={}));a();o();u();var Kl=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),Ql=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e]));a();o();u();a();o();u();a();o();u();a();o();u();a();o();u();var qo;(function(e){e[e.DISCONNECTED=1]="DISCONNECTED",e[e.PRECEDING=2]="PRECEDING",e[e.FOLLOWING=4]="FOLLOWING",e[e.CONTAINS=8]="CONTAINS",e[e.CONTAINED_BY=16]="CONTAINED_BY"})(qo||(qo={}));a();o();u();function vo(e,t){let r=new lr(void 0,t);return new Nn(r,t).end(e),r.root}var yt=class yt{constructor(t){f(this,"writer");f(this,"wrotePrefixOnCurrentLine",!1);this.writer=t}write(t){if(typeof t=="string"){this.writer.write(t);return}t.write(this.writer)}writeWithEscaping(t){if(typeof t=="string"){this.writer.write(this.escapeXmlDocContent(t));return}t.write(this.writer)}writeLine(t=""){this.writePrefix(),this.writer.writeLine(t),this.wrotePrefixOnCurrentLine=!1}writeLineWithEscaping(t){this.writePrefix(),this.writer.write(this.escapeXmlDocContent(t)),this.wrotePrefixOnCurrentLine=!1}writeNewLineIfLastLineNot(){this.writer.writeNewLineIfLastLineNot(),this.wrotePrefixOnCurrentLine=!1}writeNodeOrString(t){this.writer.write(t)}writePrefix(){return this.wrotePrefixOnCurrentLine?this:(this.writer.write("/// "),this.wrotePrefixOnCurrentLine=!0,this)}writeOpenXmlNode(t){this.write(`<${t}>`)}writeCloseXmlNode(t){this.write(`</${t}>`)}writeNode(t){this.writer.writeNode(t)}writeXmlNode(t,r){this.writePrefix(),this.writeOpenXmlNode(t),this.writeLine(r),this.writePrefix(),this.writeCloseXmlNode(t)}writeXmlNodeMultiline(t,r){this.writePrefix(),this.writeOpenXmlNode(t),this.writeLine(),this.writeMultiline(r),this.writeLine(),this.writePrefix(),this.writeCloseXmlNode(t)}writeXmlNodeWithEscaping(t,r){this.writeOpenXmlNode(t),this.writeLineWithEscaping(r),this.writeCloseXmlNode(t)}writeMultilineNodeWithEscaping(t,r){this.writeOpenXmlNode(t),this.writeLine(),this.writeMultilineWithEscaping(r),this.writeLine(),this.writeCloseXmlNode(t)}writeMultiline(t){t.trim().split(`
|
|
27
|
+
`)}`:""}},Re=class extends M{constructor(r,n){super(n);f(this,"origin");this.origin=this.model.origin(r)}},nt=class extends Re{constructor(r,n,i){super(n,i);f(this,"enclosingType");this.enclosingType=r.enclosingType}};var q=class extends M{get typeName(){return this.constructor.name}};(function(e){class t extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(this.value.toString())}}e.Boolean=t;class r extends e{constructor(N,k,K){super(K);f(this,"fields");f(this,"reference");this.reference=N,this.fields=k}write(N){let k=this.fields.filter(K=>!(K.value instanceof e.Nop));N.writeNode(this.reference.new({arguments_:k.map(K=>({name:K.name,assignment:K.value})),multiline:!0}))}}e.Class_=r;class n extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(this.System.DateOnly,`.Parse("${this.value}")`)}}e.Date=n;class i extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(this.System.DateTime,`.Parse("${this.value}", null, `,this.System.Globalization.DateTimeStyles,".AdjustToUniversal)")}}e.DateTime=i;class l extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(`${this.value}m`)}}e.Decimal=l;class p extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(this.value.toString())}}e.Double=p;class x extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(`${this.value}f`)}}e.Float=x;class T extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(this.value.toString())}}e.Integer=T;class A extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(`${this.value}L`)}}e.Long=A;class I extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(`${this.value}u`)}}e.Uint=I;class C extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.write(`${this.value}ul`)}}e.Ulong=C;class j extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.writeNode(this.value)}}e.Reference=j;class P extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){N.writeNode(this.csharp.string_({string:this.value}))}}e.String=P;class B extends e{write(H){H.write("null")}}e.Null=B;class v extends e{write(H){}}e.Nop=v;class G extends e{constructor(N,k,K){super(K);f(this,"valueType");f(this,"values");this.valueType=N,this.values=k}write(N){if(N.write(this.System.Collections.Generic.List(this.valueType).new()),this.values.length!==0){N.pushScope();for(let k of this.values.filter(K=>!(K instanceof e.Nop)))k.write(N),N.writeLine(",");N.popScope()}}}e.List=G;class ne extends e{constructor(N,k,K){super(K);f(this,"valueType");f(this,"values");this.valueType=N,this.values=k}write(N){if(N.write(this.System.Collections.Generic.HashSet(this.valueType).new()),this.values.length!==0){N.pushScope();for(let k of this.values.filter(K=>!(K instanceof e.Nop)))k.write(N),N.writeLine(",");N.popScope()}}}e.Set=ne;class Z extends e{constructor(N,k,K,xt){super(xt);f(this,"entries");f(this,"keyType");f(this,"valueType");this.keyType=N,this.valueType=k,this.entries=K}write(N){N.write(this.System.Collections.Generic.Dictionary(this.keyType,this.valueType).new());let k=this.entries.filter(K=>!L.Literal.nop(K.key)&&!L.Literal.nop(K.value));if(k.length!==0){N.pushScope();for(let K of k)N.write("["),N.writeNode(K.key),N.write("] = "),N.writeNode(K.value),N.writeLine(",");N.popScope()}}}e.Dictionary=Z;class ae extends e{constructor(N,k){super(k);f(this,"value");this.value=N}write(N){this.writeUnknown({writer:N,value:this.value})}writeUnknown({writer:N,value:k}){switch(typeof k){case"boolean":N.write(k.toString());return;case"string":N.writeNode(this.csharp.string_({string:k}));return;case"number":N.write(k.toString());return;case"object":if(k==null){N.write("null");return}if(Array.isArray(k)){this.writeUnknownArray({writer:N,value:k});return}this.writeUnknownMap({writer:N,value:k});return;default:throw new Error(`Internal error; unsupported unknown type: ${typeof k}`)}}writeUnknownArray({writer:N,value:k}){if(N.write(this.System.Collections.Generic.List(this.Primitive.object).new()),k.length!==0){N.writeLine(),N.pushScope();for(let K of k)N.writeNode(new ae(K,this.generation)),N.writeLine(",");N.popScope()}}writeUnknownMap({writer:N,value:k}){let K=Object.entries(k);if(N.write(this.System.Collections.Generic.Dictionary(this.Primitive.string,this.Primitive.object).new()),K.length!==0){N.writeLine(),N.pushScope();for(let[xt,wt]of K)N.write(`["${xt}"] = `),N.writeNode(new ae(wt,this.generation)),N.writeLine(",");N.popScope()}}}e.Unknown=ae})(q||(q={}));a();o();u();a();o();u();function ue(e){throw new Error(e??"Assertion failed")}a();o();u();a();o();u();var _={};se(_,{ApiDefinitionSource:()=>cn,ApiVersionScheme:()=>Vn,AsymmetricAlgorithm:()=>Xe,AsymmetricKeySource:()=>dn,AuthScheme:()=>it,AuthSchemesRequirement:()=>zr,AvailabilityStatus:()=>Mt,ContainerType:()=>Ke,Environments:()=>Jr,ErrorDeclarationDiscriminantValue:()=>Kr,ErrorDiscriminationStrategy:()=>pn,ExampleCodeSample:()=>Qr,ExampleContainer:()=>Qe,ExampleEndpointSuccessResponse:()=>qt,ExamplePrimitive:()=>ye,ExampleQueryParameterShape:()=>vt,ExampleRequestBody:()=>Xr,ExampleResponse:()=>Yr,ExampleSingleUnionTypeProperties:()=>zt,ExampleStyle:()=>qn,ExampleTypeReferenceShape:()=>Ct,ExampleTypeShape:()=>pt,ExampleWebSocketMessageBody:()=>gn,FileProperty:()=>Zr,FileUploadBodyPropertyEncoding:()=>en,FileUploadRequestProperty:()=>tn,HmacAlgorithm:()=>Qt,HttpEndpointSource:()=>Gt,HttpMethod:()=>ut,HttpRequestBody:()=>Nt,HttpResponseBody:()=>Je,JsonResponse:()=>rn,Literal:()=>fn,NamedTypeDefault:()=>vn,NonStreamHttpResponseBody:()=>Rt,OAuthConfiguration:()=>Dn,ObjectPropertyAccess:()=>Gn,Pagination:()=>ot,PathParameterLocation:()=>nn,PrimitiveTypeV1:()=>Te,PrimitiveTypeV2:()=>ge,ProtobufMethodType:()=>Wt,ProtobufType:()=>ln,PublishTarget:()=>ct,PublishingConfig:()=>Ht,RequestPropertyValue:()=>sn,ResolvedTypeReference:()=>Ot,SdkRequestBodyType:()=>an,SdkRequestShape:()=>un,ShapeType:()=>Jt,SingleUnionTypeProperties:()=>Kt,Source:()=>$n,StreamingResponse:()=>$t,SupportedSdkLanguage:()=>Ce,Transport:()=>on,Type:()=>lt,TypeReference:()=>Pt,UnionDiscriminatorContext:()=>Wn,V2AuthValues:()=>At,V2EndpointLocationHttpMethod:()=>at,V2HttpEndpointResponseBody:()=>Vt,WebSocketMessageBody:()=>bn,WebSocketMessageOrigin:()=>Jn,WebhookHttpMethod:()=>Hn,WebhookPayload:()=>hn,WebhookPayloadComponent:()=>Xt,WebhookSignatureEncoding:()=>zn,WebhookSignatureVerification:()=>mn,WebhookTimestampFormat:()=>yn,WellKnownProtobufType:()=>X,audience:()=>Qu,auth:()=>Oi,commons:()=>Pi,constants:()=>Xu,dynamic:()=>F,environment:()=>Ui,errors:()=>Mi,examples:()=>Vi,generatorExec:()=>ee,http:()=>vi,ir:()=>Gi,proto:()=>$i,publish:()=>Wi,types:()=>Hi,variables:()=>So,webhooks:()=>zi,websocket:()=>Ji});a();o();u();a();o();u();var Qu={};a();o();u();var Oi={};se(Oi,{AuthScheme:()=>it,AuthSchemesRequirement:()=>zr,OAuthConfiguration:()=>Dn});a();o();u();a();o();u();var it={bearer:e=>Object.assign(Object.assign({},e),{type:"bearer",_visit:function(t){return it._visit(this,t)}}),basic:e=>Object.assign(Object.assign({},e),{type:"basic",_visit:function(t){return it._visit(this,t)}}),header:e=>Object.assign(Object.assign({},e),{type:"header",_visit:function(t){return it._visit(this,t)}}),oauth:e=>Object.assign(Object.assign({},e),{type:"oauth",_visit:function(t){return it._visit(this,t)}}),inferred:e=>Object.assign(Object.assign({},e),{type:"inferred",_visit:function(t){return it._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"bearer":return t.bearer(e);case"basic":return t.basic(e);case"header":return t.header(e);case"oauth":return t.oauth(e);case"inferred":return t.inferred(e);default:return t._other(e)}}};a();o();u();var Kp={All:"ALL",Any:"ANY",EndpointSecurity:"ENDPOINT_SECURITY"},zr=Object.assign(Object.assign({},Kp),{_visit:(e,t)=>{switch(e){case zr.All:return t.all();case zr.Any:return t.any();case zr.EndpointSecurity:return t.endpointSecurity();default:return t._other()}}});a();o();u();var Dn={clientCredentials:e=>Object.assign(Object.assign({},e),{type:"clientCredentials",_visit:function(t){return Dn._visit(this,t)}}),_visit:(e,t)=>e.type==="clientCredentials"?t.clientCredentials(e):t._other(e)};var Pi={};se(Pi,{AvailabilityStatus:()=>Mt});a();o();u();a();o();u();var Qp={InDevelopment:"IN_DEVELOPMENT",PreRelease:"PRE_RELEASE",GeneralAvailability:"GENERAL_AVAILABILITY",Deprecated:"DEPRECATED"},Mt=Object.assign(Object.assign({},Qp),{_visit:(e,t)=>{switch(e){case Mt.InDevelopment:return t.inDevelopment();case Mt.PreRelease:return t.preRelease();case Mt.GeneralAvailability:return t.generalAvailability();case Mt.Deprecated:return t.deprecated();default:return t._other()}}});var Xu={};a();o();u();var F={};se(F,{Auth:()=>Yu,AuthValues:()=>Zu,Environments:()=>uo,ErrorSeverity:()=>jn,FileUploadRequestBodyProperty:()=>ro,GeneratorOutputConfig:()=>oo,HttpMethod:()=>st,InlinedRequestBody:()=>no,LiteralType:()=>po,NamedType:()=>lo,ObjectPropertyAccess:()=>Un,PrimitiveTypeV1:()=>Se,PublishInfo:()=>co,ReferencedRequestBodyType:()=>io,Request:()=>so,Response:()=>ao,SingleDiscriminatedUnionType:()=>fo,TypeReference:()=>ho,auth:()=>_i,commons:()=>eo,declaration:()=>to,endpoints:()=>Fi,environment:()=>ki,http:()=>Bi,ir:()=>Li,snippets:()=>Di,types:()=>ji,variables:()=>mo});a();o();u();a();o();u();var _i={};se(_i,{Auth:()=>Yu,AuthValues:()=>Zu});a();o();u();a();o();u();var Yu={basic:e=>Object.assign(Object.assign({},e),{type:"basic",_visit:function(t){return F.Auth._visit(this,t)}}),bearer:e=>Object.assign(Object.assign({},e),{type:"bearer",_visit:function(t){return F.Auth._visit(this,t)}}),header:e=>Object.assign(Object.assign({},e),{type:"header",_visit:function(t){return F.Auth._visit(this,t)}}),oauth:e=>Object.assign(Object.assign({},e),{type:"oauth",_visit:function(t){return F.Auth._visit(this,t)}}),inferred:e=>Object.assign(Object.assign({},e),{type:"inferred",_visit:function(t){return F.Auth._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"basic":return t.basic(e);case"bearer":return t.bearer(e);case"header":return t.header(e);case"oauth":return t.oauth(e);case"inferred":return t.inferred(e);default:return t._other(e)}}};a();o();u();var Zu={basic:e=>Object.assign(Object.assign({},e),{type:"basic",_visit:function(t){return F.AuthValues._visit(this,t)}}),bearer:e=>Object.assign(Object.assign({},e),{type:"bearer",_visit:function(t){return F.AuthValues._visit(this,t)}}),header:e=>Object.assign(Object.assign({},e),{type:"header",_visit:function(t){return F.AuthValues._visit(this,t)}}),oauth:e=>Object.assign(Object.assign({},e),{type:"oauth",_visit:function(t){return F.AuthValues._visit(this,t)}}),inferred:e=>Object.assign(Object.assign({},e),{type:"inferred",_visit:function(t){return F.AuthValues._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"basic":return t.basic(e);case"bearer":return t.bearer(e);case"header":return t.header(e);case"oauth":return t.oauth(e);case"inferred":return t.inferred(e);default:return t._other(e)}}};var eo={};a();o();u();var to={};a();o();u();var Fi={};se(Fi,{FileUploadRequestBodyProperty:()=>ro,InlinedRequestBody:()=>no,ReferencedRequestBodyType:()=>io,Request:()=>so,Response:()=>ao});a();o();u();a();o();u();var ro={file:e=>Object.assign(Object.assign({},e),{type:"file",_visit:function(t){return F.FileUploadRequestBodyProperty._visit(this,t)}}),fileArray:e=>Object.assign(Object.assign({},e),{type:"fileArray",_visit:function(t){return F.FileUploadRequestBodyProperty._visit(this,t)}}),bodyProperty:e=>Object.assign(Object.assign({},e),{type:"bodyProperty",_visit:function(t){return F.FileUploadRequestBodyProperty._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"file":return t.file(e);case"fileArray":return t.fileArray(e);case"bodyProperty":return t.bodyProperty(e);default:return t._other(e)}}};a();o();u();var no={properties:e=>({value:e,type:"properties",_visit:function(t){return F.InlinedRequestBody._visit(this,t)}}),referenced:e=>Object.assign(Object.assign({},e),{type:"referenced",_visit:function(t){return F.InlinedRequestBody._visit(this,t)}}),fileUpload:e=>Object.assign(Object.assign({},e),{type:"fileUpload",_visit:function(t){return F.InlinedRequestBody._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"properties":return t.properties(e.value);case"referenced":return t.referenced(e);case"fileUpload":return t.fileUpload(e);default:return t._other(e)}}};a();o();u();var io={bytes:()=>({type:"bytes",_visit:function(e){return F.ReferencedRequestBodyType._visit(this,e)}}),typeReference:e=>({value:e,type:"typeReference",_visit:function(t){return F.ReferencedRequestBodyType._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"bytes":return t.bytes();case"typeReference":return t.typeReference(e.value);default:return t._other(e)}}};a();o();u();var so={body:e=>Object.assign(Object.assign({},e),{type:"body",_visit:function(t){return F.Request._visit(this,t)}}),inlined:e=>Object.assign(Object.assign({},e),{type:"inlined",_visit:function(t){return F.Request._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"body":return t.body(e);case"inlined":return t.inlined(e);default:return t._other(e)}}};a();o();u();var ao={json:()=>({type:"json",_visit:function(e){return F.Response._visit(this,e)}}),streaming:()=>({type:"streaming",_visit:function(e){return F.Response._visit(this,e)}}),streamParameter:()=>({type:"streamParameter",_visit:function(e){return F.Response._visit(this,e)}}),fileDownload:()=>({type:"fileDownload",_visit:function(e){return F.Response._visit(this,e)}}),text:()=>({type:"text",_visit:function(e){return F.Response._visit(this,e)}}),bytes:()=>({type:"bytes",_visit:function(e){return F.Response._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"json":return t.json();case"streaming":return t.streaming();case"streamParameter":return t.streamParameter();case"fileDownload":return t.fileDownload();case"text":return t.text();case"bytes":return t.bytes();default:return t._other(e)}}};var ki={};se(ki,{Environments:()=>uo});a();o();u();a();o();u();var uo={singleBaseUrl:e=>Object.assign(Object.assign({},e),{type:"singleBaseUrl",_visit:function(t){return F.Environments._visit(this,t)}}),multipleBaseUrls:e=>Object.assign(Object.assign({},e),{type:"multipleBaseUrls",_visit:function(t){return F.Environments._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"singleBaseUrl":return t.singleBaseUrl(e);case"multipleBaseUrls":return t.multipleBaseUrls(e);default:return t._other(e)}}};var Bi={};se(Bi,{HttpMethod:()=>st});a();o();u();a();o();u();var Xp={Get:"GET",Post:"POST",Put:"PUT",Patch:"PATCH",Delete:"DELETE",Head:"HEAD"},st=Object.assign(Object.assign({},Xp),{_visit:(e,t)=>{switch(e){case st.Get:return t.get();case st.Post:return t.post();case st.Put:return t.put();case st.Patch:return t.patch();case st.Delete:return t.delete();case st.Head:return t.head();default:return t._other()}}});var Li={};se(Li,{GeneratorOutputConfig:()=>oo,PublishInfo:()=>co});a();o();u();a();o();u();var oo={publish:e=>({value:e,type:"publish",_visit:function(t){return F.GeneratorOutputConfig._visit(this,t)}}),local:()=>({type:"local",_visit:function(e){return F.GeneratorOutputConfig._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"publish":return t.publish(e.value);case"local":return t.local();default:return t._other(e)}}};a();o();u();var co={go:e=>Object.assign(Object.assign({},e),{type:"go",_visit:function(t){return F.PublishInfo._visit(this,t)}}),swift:e=>Object.assign(Object.assign({},e),{type:"swift",_visit:function(t){return F.PublishInfo._visit(this,t)}}),maven:e=>Object.assign(Object.assign({},e),{type:"maven",_visit:function(t){return F.PublishInfo._visit(this,t)}}),npm:e=>Object.assign(Object.assign({},e),{type:"npm",_visit:function(t){return F.PublishInfo._visit(this,t)}}),nuget:e=>Object.assign(Object.assign({},e),{type:"nuget",_visit:function(t){return F.PublishInfo._visit(this,t)}}),pypi:e=>Object.assign(Object.assign({},e),{type:"pypi",_visit:function(t){return F.PublishInfo._visit(this,t)}}),rubygems:e=>Object.assign(Object.assign({},e),{type:"rubygems",_visit:function(t){return F.PublishInfo._visit(this,t)}}),crates:e=>Object.assign(Object.assign({},e),{type:"crates",_visit:function(t){return F.PublishInfo._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"go":return t.go(e);case"swift":return t.swift(e);case"maven":return t.maven(e);case"npm":return t.npm(e);case"nuget":return t.nuget(e);case"pypi":return t.pypi(e);case"rubygems":return t.rubygems(e);case"crates":return t.crates(e);default:return t._other(e)}}};var Di={};se(Di,{ErrorSeverity:()=>jn});a();o();u();a();o();u();var Yp={Critical:"CRITICAL",Warning:"WARNING"},jn=Object.assign(Object.assign({},Yp),{_visit:(e,t)=>{switch(e){case jn.Critical:return t.critical();case jn.Warning:return t.warning();default:return t._other()}}});var ji={};se(ji,{LiteralType:()=>po,NamedType:()=>lo,ObjectPropertyAccess:()=>Un,PrimitiveTypeV1:()=>Se,SingleDiscriminatedUnionType:()=>fo,TypeReference:()=>ho});a();o();u();a();o();u();var po={boolean:e=>({value:e,type:"boolean",_visit:function(t){return F.LiteralType._visit(this,t)}}),string:e=>({value:e,type:"string",_visit:function(t){return F.LiteralType._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"boolean":return t.boolean(e.value);case"string":return t.string(e.value);default:return t._other(e)}}};a();o();u();var lo={alias:e=>Object.assign(Object.assign({},e),{type:"alias",_visit:function(t){return F.NamedType._visit(this,t)}}),enum:e=>Object.assign(Object.assign({},e),{type:"enum",_visit:function(t){return F.NamedType._visit(this,t)}}),object:e=>Object.assign(Object.assign({},e),{type:"object",_visit:function(t){return F.NamedType._visit(this,t)}}),discriminatedUnion:e=>Object.assign(Object.assign({},e),{type:"discriminatedUnion",_visit:function(t){return F.NamedType._visit(this,t)}}),undiscriminatedUnion:e=>Object.assign(Object.assign({},e),{type:"undiscriminatedUnion",_visit:function(t){return F.NamedType._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"alias":return t.alias(e);case"enum":return t.enum(e);case"object":return t.object(e);case"discriminatedUnion":return t.discriminatedUnion(e);case"undiscriminatedUnion":return t.undiscriminatedUnion(e);default:return t._other(e)}}};a();o();u();var Zp={ReadOnly:"READ_ONLY",WriteOnly:"WRITE_ONLY"},Un=Object.assign(Object.assign({},Zp),{_visit:(e,t)=>{switch(e){case Un.ReadOnly:return t.readOnly();case Un.WriteOnly:return t.writeOnly();default:return t._other()}}});a();o();u();var el={Integer:"INTEGER",Long:"LONG",Uint:"UINT",Uint64:"UINT_64",Float:"FLOAT",Double:"DOUBLE",Boolean:"BOOLEAN",String:"STRING",Date:"DATE",DateTime:"DATE_TIME",DateTimeRfc2822:"DATE_TIME_RFC_2822",Uuid:"UUID",Base64:"BASE_64",BigInteger:"BIG_INTEGER"},Se=Object.assign(Object.assign({},el),{_visit:(e,t)=>{switch(e){case Se.Integer:return t.integer();case Se.Long:return t.long();case Se.Uint:return t.uint();case Se.Uint64:return t.uint64();case Se.Float:return t.float();case Se.Double:return t.double();case Se.Boolean:return t.boolean();case Se.String:return t.string();case Se.Date:return t.date();case Se.DateTime:return t.dateTime();case Se.DateTimeRfc2822:return t.dateTimeRfc2822();case Se.Uuid:return t.uuid();case Se.Base64:return t.base64();case Se.BigInteger:return t.bigInteger();default:return t._other()}}});a();o();u();var fo={samePropertiesAsObject:e=>Object.assign(Object.assign({},e),{type:"samePropertiesAsObject",_visit:function(t){return F.SingleDiscriminatedUnionType._visit(this,t)}}),singleProperty:e=>Object.assign(Object.assign({},e),{type:"singleProperty",_visit:function(t){return F.SingleDiscriminatedUnionType._visit(this,t)}}),noProperties:e=>Object.assign(Object.assign({},e),{type:"noProperties",_visit:function(t){return F.SingleDiscriminatedUnionType._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"samePropertiesAsObject":return t.samePropertiesAsObject(e);case"singleProperty":return t.singleProperty(e);case"noProperties":return t.noProperties(e);default:return t._other(e)}}};a();o();u();var ho={list:e=>({value:e,type:"list",_visit:function(t){return F.TypeReference._visit(this,t)}}),literal:e=>({value:e,type:"literal",_visit:function(t){return F.TypeReference._visit(this,t)}}),map:e=>Object.assign(Object.assign({},e),{type:"map",_visit:function(t){return F.TypeReference._visit(this,t)}}),named:e=>({value:e,type:"named",_visit:function(t){return F.TypeReference._visit(this,t)}}),nullable:e=>({value:e,type:"nullable",_visit:function(t){return F.TypeReference._visit(this,t)}}),optional:e=>({value:e,type:"optional",_visit:function(t){return F.TypeReference._visit(this,t)}}),primitive:e=>({value:e,type:"primitive",_visit:function(t){return F.TypeReference._visit(this,t)}}),set:e=>({value:e,type:"set",_visit:function(t){return F.TypeReference._visit(this,t)}}),unknown:()=>({type:"unknown",_visit:function(e){return F.TypeReference._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"list":return t.list(e.value);case"literal":return t.literal(e.value);case"map":return t.map(e);case"named":return t.named(e.value);case"nullable":return t.nullable(e.value);case"optional":return t.optional(e.value);case"primitive":return t.primitive(e.value);case"set":return t.set(e.value);case"unknown":return t.unknown();default:return t._other(e)}}};var mo={};a();o();u();var Ui={};se(Ui,{Environments:()=>Jr});a();o();u();a();o();u();var Jr={singleBaseUrl:e=>Object.assign(Object.assign({},e),{type:"singleBaseUrl",_visit:function(t){return Jr._visit(this,t)}}),multipleBaseUrls:e=>Object.assign(Object.assign({},e),{type:"multipleBaseUrls",_visit:function(t){return Jr._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"singleBaseUrl":return t.singleBaseUrl(e);case"multipleBaseUrls":return t.multipleBaseUrls(e);default:return t._other(e)}}};var Mi={};se(Mi,{ErrorDeclarationDiscriminantValue:()=>Kr});a();o();u();a();o();u();var Kr={property:e=>Object.assign(Object.assign({},e),{type:"property",_visit:function(t){return Kr._visit(this,t)}}),statusCode:()=>({type:"statusCode",_visit:function(e){return Kr._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"property":return t.property(e);case"statusCode":return t.statusCode();default:return t._other(e)}}};var Vi={};se(Vi,{V2AuthValues:()=>At,V2EndpointLocationHttpMethod:()=>at,V2HttpEndpointResponseBody:()=>Vt});a();o();u();a();o();u();var At={basic:e=>Object.assign(Object.assign({},e),{type:"basic",_visit:function(t){return At._visit(this,t)}}),bearer:e=>Object.assign(Object.assign({},e),{type:"bearer",_visit:function(t){return At._visit(this,t)}}),header:e=>Object.assign(Object.assign({},e),{type:"header",_visit:function(t){return At._visit(this,t)}}),oauth:e=>Object.assign(Object.assign({},e),{type:"oauth",_visit:function(t){return At._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"basic":return t.basic(e);case"bearer":return t.bearer(e);case"header":return t.header(e);case"oauth":return t.oauth(e);default:return t._other(e)}}};a();o();u();var tl={Get:"GET",Post:"POST",Put:"PUT",Patch:"PATCH",Delete:"DELETE",Head:"HEAD"},at=Object.assign(Object.assign({},tl),{_visit:(e,t)=>{switch(e){case at.Get:return t.get();case at.Post:return t.post();case at.Put:return t.put();case at.Patch:return t.patch();case at.Delete:return t.delete();case at.Head:return t.head();default:return t._other()}}});a();o();u();var Vt={error:e=>({value:e,type:"error",_visit:function(t){return Vt._visit(this,t)}}),json:e=>({value:e,type:"json",_visit:function(t){return Vt._visit(this,t)}}),stream:e=>({value:e,type:"stream",_visit:function(t){return Vt._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"error":return t.error(e.value);case"json":return t.json(e.value);case"stream":return t.stream(e.value);default:return t._other(e)}}};var ee={};se(ee,{GeneratorEnvironment:()=>yo,GeneratorPublishTarget:()=>go,GithubPublishInfo:()=>bo,LicenseConfig:()=>xo,LicenseId:()=>Mn,OutputMode:()=>wo,config:()=>qi});a();o();u();a();o();u();var qi={};se(qi,{GeneratorEnvironment:()=>yo,GeneratorPublishTarget:()=>go,GithubPublishInfo:()=>bo,LicenseConfig:()=>xo,LicenseId:()=>Mn,OutputMode:()=>wo});a();o();u();a();o();u();var yo={local:()=>({type:"local",_visit:function(e){return ee.GeneratorEnvironment._visit(this,e)}}),remote:e=>Object.assign(Object.assign({},e),{type:"remote",_visit:function(t){return ee.GeneratorEnvironment._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"local":return t.local();case"remote":return t.remote(e);default:return t._other(e)}}};a();o();u();var go={maven:e=>Object.assign(Object.assign({},e),{type:"maven",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),npm:e=>Object.assign(Object.assign({},e),{type:"npm",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),pypi:e=>Object.assign(Object.assign({},e),{type:"pypi",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),postman:e=>Object.assign(Object.assign({},e),{type:"postman",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),rubygems:e=>Object.assign(Object.assign({},e),{type:"rubygems",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),nuget:e=>Object.assign(Object.assign({},e),{type:"nuget",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),crates:e=>Object.assign(Object.assign({},e),{type:"crates",_visit:function(t){return ee.GeneratorPublishTarget._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"maven":return t.maven(e);case"npm":return t.npm(e);case"pypi":return t.pypi(e);case"postman":return t.postman(e);case"rubygems":return t.rubygems(e);case"nuget":return t.nuget(e);case"crates":return t.crates(e);default:return t._other(e)}}};a();o();u();var bo={npm:e=>Object.assign(Object.assign({},e),{type:"npm",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),maven:e=>Object.assign(Object.assign({},e),{type:"maven",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),postman:e=>Object.assign(Object.assign({},e),{type:"postman",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),pypi:e=>Object.assign(Object.assign({},e),{type:"pypi",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),rubygems:e=>Object.assign(Object.assign({},e),{type:"rubygems",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),nuget:e=>Object.assign(Object.assign({},e),{type:"nuget",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),crates:e=>Object.assign(Object.assign({},e),{type:"crates",_visit:function(t){return ee.GithubPublishInfo._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"npm":return t.npm(e);case"maven":return t.maven(e);case"postman":return t.postman(e);case"pypi":return t.pypi(e);case"rubygems":return t.rubygems(e);case"nuget":return t.nuget(e);case"crates":return t.crates(e);default:return t._other(e)}}};a();o();u();var xo={basic:e=>Object.assign(Object.assign({},e),{type:"basic",_visit:function(t){return ee.LicenseConfig._visit(this,t)}}),custom:e=>Object.assign(Object.assign({},e),{type:"custom",_visit:function(t){return ee.LicenseConfig._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"basic":return t.basic(e);case"custom":return t.custom(e);default:return t._other(e)}}};a();o();u();var rl={Mit:"MIT",Apache2:"Apache-2.0"},Mn=Object.assign(Object.assign({},rl),{_visit:(e,t)=>{switch(e){case Mn.Mit:return t.mit();case Mn.Apache2:return t.apache2();default:return t._other()}}});a();o();u();var wo={publish:e=>Object.assign(Object.assign({},e),{type:"publish",_visit:function(t){return ee.OutputMode._visit(this,t)}}),downloadFiles:()=>({type:"downloadFiles",_visit:function(e){return ee.OutputMode._visit(this,e)}}),github:e=>Object.assign(Object.assign({},e),{type:"github",_visit:function(t){return ee.OutputMode._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"publish":return t.publish(e);case"downloadFiles":return t.downloadFiles();case"github":return t.github(e);default:return t._other(e)}}};var vi={};se(vi,{ExampleCodeSample:()=>Qr,ExampleEndpointSuccessResponse:()=>qt,ExampleQueryParameterShape:()=>vt,ExampleRequestBody:()=>Xr,ExampleResponse:()=>Yr,FileProperty:()=>Zr,FileUploadBodyPropertyEncoding:()=>en,FileUploadRequestProperty:()=>tn,HttpEndpointSource:()=>Gt,HttpMethod:()=>ut,HttpRequestBody:()=>Nt,HttpResponseBody:()=>Je,JsonResponse:()=>rn,NonStreamHttpResponseBody:()=>Rt,Pagination:()=>ot,PathParameterLocation:()=>nn,RequestPropertyValue:()=>sn,SdkRequestBodyType:()=>an,SdkRequestShape:()=>un,StreamingResponse:()=>$t,SupportedSdkLanguage:()=>Ce,Transport:()=>on});a();o();u();a();o();u();var Qr={language:e=>Object.assign(Object.assign({},e),{type:"language",_visit:function(t){return Qr._visit(this,t)}}),sdk:e=>Object.assign(Object.assign({},e),{type:"sdk",_visit:function(t){return Qr._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"language":return t.language(e);case"sdk":return t.sdk(e);default:return t._other(e)}}};a();o();u();var qt={body:e=>({value:e,type:"body",_visit:function(t){return qt._visit(this,t)}}),stream:e=>({value:e,type:"stream",_visit:function(t){return qt._visit(this,t)}}),sse:e=>({value:e,type:"sse",_visit:function(t){return qt._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"body":return t.body(e.value);case"stream":return t.stream(e.value);case"sse":return t.sse(e.value);default:return t._other(e)}}};a();o();u();var vt={single:()=>({type:"single",_visit:function(e){return vt._visit(this,e)}}),exploded:()=>({type:"exploded",_visit:function(e){return vt._visit(this,e)}}),commaSeparated:()=>({type:"commaSeparated",_visit:function(e){return vt._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"single":return t.single();case"exploded":return t.exploded();case"commaSeparated":return t.commaSeparated();default:return t._other(e)}}};a();o();u();var Xr={inlinedRequestBody:e=>Object.assign(Object.assign({},e),{type:"inlinedRequestBody",_visit:function(t){return Xr._visit(this,t)}}),reference:e=>Object.assign(Object.assign({},e),{type:"reference",_visit:function(t){return Xr._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"inlinedRequestBody":return t.inlinedRequestBody(e);case"reference":return t.reference(e);default:return t._other(e)}}};a();o();u();var Yr={ok:e=>({value:e,type:"ok",_visit:function(t){return Yr._visit(this,t)}}),error:e=>Object.assign(Object.assign({},e),{type:"error",_visit:function(t){return Yr._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"ok":return t.ok(e.value);case"error":return t.error(e);default:return t._other(e)}}};a();o();u();var Zr={file:e=>Object.assign(Object.assign({},e),{type:"file",_visit:function(t){return Zr._visit(this,t)}}),fileArray:e=>Object.assign(Object.assign({},e),{type:"fileArray",_visit:function(t){return Zr._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"file":return t.file(e);case"fileArray":return t.fileArray(e);default:return t._other(e)}}};a();o();u();var nl={Exploded:"exploded",Json:"json",Form:"form"},en=Object.assign(Object.assign({},nl),{_visit:(e,t)=>{switch(e){case en.Exploded:return t.exploded();case en.Json:return t.json();case en.Form:return t.form();default:return t._other()}}});a();o();u();var tn={file:e=>({value:e,type:"file",_visit:function(t){return tn._visit(this,t)}}),bodyProperty:e=>Object.assign(Object.assign({},e),{type:"bodyProperty",_visit:function(t){return tn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"file":return t.file(e.value);case"bodyProperty":return t.bodyProperty(e);default:return t._other(e)}}};a();o();u();var Gt={proto:e=>Object.assign(Object.assign({},e),{type:"proto",_visit:function(t){return Gt._visit(this,t)}}),openapi:()=>({type:"openapi",_visit:function(e){return Gt._visit(this,e)}}),openrpc:()=>({type:"openrpc",_visit:function(e){return Gt._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"proto":return t.proto(e);case"openapi":return t.openapi();case"openrpc":return t.openrpc();default:return t._other(e)}}};a();o();u();var il={Get:"GET",Post:"POST",Put:"PUT",Patch:"PATCH",Delete:"DELETE",Head:"HEAD"},ut=Object.assign(Object.assign({},il),{_visit:(e,t)=>{switch(e){case ut.Get:return t.get();case ut.Post:return t.post();case ut.Put:return t.put();case ut.Patch:return t.patch();case ut.Delete:return t.delete();case ut.Head:return t.head();default:return t._other()}}});a();o();u();var Nt={inlinedRequestBody:e=>Object.assign(Object.assign({},e),{type:"inlinedRequestBody",_visit:function(t){return Nt._visit(this,t)}}),reference:e=>Object.assign(Object.assign({},e),{type:"reference",_visit:function(t){return Nt._visit(this,t)}}),fileUpload:e=>Object.assign(Object.assign({},e),{type:"fileUpload",_visit:function(t){return Nt._visit(this,t)}}),bytes:e=>Object.assign(Object.assign({},e),{type:"bytes",_visit:function(t){return Nt._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"inlinedRequestBody":return t.inlinedRequestBody(e);case"reference":return t.reference(e);case"fileUpload":return t.fileUpload(e);case"bytes":return t.bytes(e);default:return t._other(e)}}};a();o();u();var Je={json:e=>({value:e,type:"json",_visit:function(t){return Je._visit(this,t)}}),fileDownload:e=>Object.assign(Object.assign({},e),{type:"fileDownload",_visit:function(t){return Je._visit(this,t)}}),text:e=>Object.assign(Object.assign({},e),{type:"text",_visit:function(t){return Je._visit(this,t)}}),bytes:e=>Object.assign(Object.assign({},e),{type:"bytes",_visit:function(t){return Je._visit(this,t)}}),streaming:e=>({value:e,type:"streaming",_visit:function(t){return Je._visit(this,t)}}),streamParameter:e=>Object.assign(Object.assign({},e),{type:"streamParameter",_visit:function(t){return Je._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"json":return t.json(e.value);case"fileDownload":return t.fileDownload(e);case"text":return t.text(e);case"bytes":return t.bytes(e);case"streaming":return t.streaming(e.value);case"streamParameter":return t.streamParameter(e);default:return t._other(e)}}};a();o();u();var rn={response:e=>Object.assign(Object.assign({},e),{type:"response",_visit:function(t){return rn._visit(this,t)}}),nestedPropertyAsResponse:e=>Object.assign(Object.assign({},e),{type:"nestedPropertyAsResponse",_visit:function(t){return rn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"response":return t.response(e);case"nestedPropertyAsResponse":return t.nestedPropertyAsResponse(e);default:return t._other(e)}}};a();o();u();var Rt={json:e=>({value:e,type:"json",_visit:function(t){return Rt._visit(this,t)}}),fileDownload:e=>Object.assign(Object.assign({},e),{type:"fileDownload",_visit:function(t){return Rt._visit(this,t)}}),text:e=>Object.assign(Object.assign({},e),{type:"text",_visit:function(t){return Rt._visit(this,t)}}),bytes:e=>Object.assign(Object.assign({},e),{type:"bytes",_visit:function(t){return Rt._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"json":return t.json(e.value);case"fileDownload":return t.fileDownload(e);case"text":return t.text(e);case"bytes":return t.bytes(e);default:return t._other(e)}}};a();o();u();var ot={cursor:e=>Object.assign(Object.assign({},e),{type:"cursor",_visit:function(t){return ot._visit(this,t)}}),offset:e=>Object.assign(Object.assign({},e),{type:"offset",_visit:function(t){return ot._visit(this,t)}}),custom:e=>Object.assign(Object.assign({},e),{type:"custom",_visit:function(t){return ot._visit(this,t)}}),uri:e=>Object.assign(Object.assign({},e),{type:"uri",_visit:function(t){return ot._visit(this,t)}}),path:e=>Object.assign(Object.assign({},e),{type:"path",_visit:function(t){return ot._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"cursor":return t.cursor(e);case"offset":return t.offset(e);case"custom":return t.custom(e);case"uri":return t.uri(e);case"path":return t.path(e);default:return t._other(e)}}};a();o();u();var sl={Root:"ROOT",Service:"SERVICE",Endpoint:"ENDPOINT"},nn=Object.assign(Object.assign({},sl),{_visit:(e,t)=>{switch(e){case nn.Root:return t.root();case nn.Service:return t.service();case nn.Endpoint:return t.endpoint();default:return t._other()}}});a();o();u();var sn={query:e=>Object.assign(Object.assign({},e),{type:"query",_visit:function(t){return sn._visit(this,t)}}),body:e=>Object.assign(Object.assign({},e),{type:"body",_visit:function(t){return sn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"query":return t.query(e);case"body":return t.body(e);default:return t._other(e)}}};a();o();u();var an={typeReference:e=>Object.assign(Object.assign({},e),{type:"typeReference",_visit:function(t){return an._visit(this,t)}}),bytes:e=>Object.assign(Object.assign({},e),{type:"bytes",_visit:function(t){return an._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"typeReference":return t.typeReference(e);case"bytes":return t.bytes(e);default:return t._other(e)}}};a();o();u();var un={justRequestBody:e=>({value:e,type:"justRequestBody",_visit:function(t){return un._visit(this,t)}}),wrapper:e=>Object.assign(Object.assign({},e),{type:"wrapper",_visit:function(t){return un._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"justRequestBody":return t.justRequestBody(e.value);case"wrapper":return t.wrapper(e);default:return t._other(e)}}};a();o();u();var $t={json:e=>Object.assign(Object.assign({},e),{type:"json",_visit:function(t){return $t._visit(this,t)}}),text:e=>Object.assign(Object.assign({},e),{type:"text",_visit:function(t){return $t._visit(this,t)}}),sse:e=>Object.assign(Object.assign({},e),{type:"sse",_visit:function(t){return $t._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"json":return t.json(e);case"text":return t.text(e);case"sse":return t.sse(e);default:return t._other(e)}}};a();o();u();var al={Curl:"curl",Python:"python",Javascript:"javascript",Typescript:"typescript",Go:"go",Ruby:"ruby",Csharp:"csharp",Java:"java",Php:"php",Rust:"rust",Swift:"swift"},Ce=Object.assign(Object.assign({},al),{_visit:(e,t)=>{switch(e){case Ce.Curl:return t.curl();case Ce.Python:return t.python();case Ce.Javascript:return t.javascript();case Ce.Typescript:return t.typescript();case Ce.Go:return t.go();case Ce.Ruby:return t.ruby();case Ce.Csharp:return t.csharp();case Ce.Java:return t.java();case Ce.Php:return t.php();case Ce.Rust:return t.rust();case Ce.Swift:return t.swift();default:return t._other()}}});a();o();u();var on={http:()=>({type:"http",_visit:function(e){return on._visit(this,e)}}),grpc:e=>Object.assign(Object.assign({},e),{type:"grpc",_visit:function(t){return on._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"http":return t.http();case"grpc":return t.grpc(e);default:return t._other(e)}}};var Gi={};se(Gi,{ApiDefinitionSource:()=>cn,ApiVersionScheme:()=>Vn,ErrorDiscriminationStrategy:()=>pn,ExampleStyle:()=>qn});a();o();u();a();o();u();var cn={proto:e=>Object.assign(Object.assign({},e),{type:"proto",_visit:function(t){return cn._visit(this,t)}}),openapi:()=>({type:"openapi",_visit:function(e){return cn._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"proto":return t.proto(e);case"openapi":return t.openapi();default:return t._other(e)}}};a();o();u();var Vn={header:e=>Object.assign(Object.assign({},e),{type:"header",_visit:function(t){return Vn._visit(this,t)}}),_visit:(e,t)=>e.type==="header"?t.header(e):t._other(e)};a();o();u();var pn={statusCode:()=>({type:"statusCode",_visit:function(e){return pn._visit(this,e)}}),property:e=>Object.assign(Object.assign({},e),{type:"property",_visit:function(t){return pn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"statusCode":return t.statusCode();case"property":return t.property(e);default:return t._other(e)}}};a();o();u();var ul={Minimal:"minimal",Comprehensive:"comprehensive"},qn=Object.assign(Object.assign({},ul),{_visit:(e,t)=>{switch(e){case qn.Minimal:return t.minimal();case qn.Comprehensive:return t.comprehensive();default:return t._other()}}});var $i={};se($i,{ProtobufMethodType:()=>Wt,ProtobufType:()=>ln,WellKnownProtobufType:()=>X});a();o();u();a();o();u();var ol={Unary:"UNARY",ClientStream:"CLIENT_STREAM",ServerStream:"SERVER_STREAM",BidirectionalStream:"BIDIRECTIONAL_STREAM"},Wt=Object.assign(Object.assign({},ol),{_visit:(e,t)=>{switch(e){case Wt.Unary:return t.unary();case Wt.ClientStream:return t.clientStream();case Wt.ServerStream:return t.serverStream();case Wt.BidirectionalStream:return t.bidirectionalStream();default:return t._other()}}});a();o();u();var ln={wellKnown:e=>({value:e,type:"wellKnown",_visit:function(t){return ln._visit(this,t)}}),userDefined:e=>Object.assign(Object.assign({},e),{type:"userDefined",_visit:function(t){return ln._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"wellKnown":return t.wellKnown(e.value);case"userDefined":return t.userDefined(e);default:return t._other(e)}}};a();o();u();var X={any:()=>({type:"any",_visit:function(e){return X._visit(this,e)}}),api:()=>({type:"api",_visit:function(e){return X._visit(this,e)}}),boolValue:()=>({type:"boolValue",_visit:function(e){return X._visit(this,e)}}),bytesValue:()=>({type:"bytesValue",_visit:function(e){return X._visit(this,e)}}),doubleValue:()=>({type:"doubleValue",_visit:function(e){return X._visit(this,e)}}),duration:()=>({type:"duration",_visit:function(e){return X._visit(this,e)}}),empty:()=>({type:"empty",_visit:function(e){return X._visit(this,e)}}),enum:()=>({type:"enum",_visit:function(e){return X._visit(this,e)}}),enumValue:()=>({type:"enumValue",_visit:function(e){return X._visit(this,e)}}),field:()=>({type:"field",_visit:function(e){return X._visit(this,e)}}),fieldCardinality:()=>({type:"fieldCardinality",_visit:function(e){return X._visit(this,e)}}),fieldKind:()=>({type:"fieldKind",_visit:function(e){return X._visit(this,e)}}),fieldMask:()=>({type:"fieldMask",_visit:function(e){return X._visit(this,e)}}),floatValue:()=>({type:"floatValue",_visit:function(e){return X._visit(this,e)}}),int32Value:()=>({type:"int32Value",_visit:function(e){return X._visit(this,e)}}),int64Value:()=>({type:"int64Value",_visit:function(e){return X._visit(this,e)}}),listValue:()=>({type:"listValue",_visit:function(e){return X._visit(this,e)}}),method:()=>({type:"method",_visit:function(e){return X._visit(this,e)}}),mixin:()=>({type:"mixin",_visit:function(e){return X._visit(this,e)}}),nullValue:()=>({type:"nullValue",_visit:function(e){return X._visit(this,e)}}),option:()=>({type:"option",_visit:function(e){return X._visit(this,e)}}),sourceContext:()=>({type:"sourceContext",_visit:function(e){return X._visit(this,e)}}),stringValue:()=>({type:"stringValue",_visit:function(e){return X._visit(this,e)}}),struct:()=>({type:"struct",_visit:function(e){return X._visit(this,e)}}),syntax:()=>({type:"syntax",_visit:function(e){return X._visit(this,e)}}),timestamp:()=>({type:"timestamp",_visit:function(e){return X._visit(this,e)}}),type:()=>({type:"type",_visit:function(e){return X._visit(this,e)}}),uint32Value:()=>({type:"uint32Value",_visit:function(e){return X._visit(this,e)}}),uint64Value:()=>({type:"uint64Value",_visit:function(e){return X._visit(this,e)}}),value:()=>({type:"value",_visit:function(e){return X._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"any":return t.any();case"api":return t.api();case"boolValue":return t.boolValue();case"bytesValue":return t.bytesValue();case"doubleValue":return t.doubleValue();case"duration":return t.duration();case"empty":return t.empty();case"enum":return t.enum();case"enumValue":return t.enumValue();case"field":return t.field();case"fieldCardinality":return t.fieldCardinality();case"fieldKind":return t.fieldKind();case"fieldMask":return t.fieldMask();case"floatValue":return t.floatValue();case"int32Value":return t.int32Value();case"int64Value":return t.int64Value();case"listValue":return t.listValue();case"method":return t.method();case"mixin":return t.mixin();case"nullValue":return t.nullValue();case"option":return t.option();case"sourceContext":return t.sourceContext();case"stringValue":return t.stringValue();case"struct":return t.struct();case"syntax":return t.syntax();case"timestamp":return t.timestamp();case"type":return t.type();case"uint32Value":return t.uint32Value();case"uint64Value":return t.uint64Value();case"value":return t.value();default:return t._other(e)}}};var Wi={};se(Wi,{PublishTarget:()=>ct,PublishingConfig:()=>Ht});a();o();u();a();o();u();var Ht={github:e=>Object.assign(Object.assign({},e),{type:"github",_visit:function(t){return Ht._visit(this,t)}}),direct:e=>Object.assign(Object.assign({},e),{type:"direct",_visit:function(t){return Ht._visit(this,t)}}),filesystem:e=>Object.assign(Object.assign({},e),{type:"filesystem",_visit:function(t){return Ht._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"github":return t.github(e);case"direct":return t.direct(e);case"filesystem":return t.filesystem(e);default:return t._other(e)}}};a();o();u();var ct={postman:e=>Object.assign(Object.assign({},e),{type:"postman",_visit:function(t){return ct._visit(this,t)}}),npm:e=>Object.assign(Object.assign({},e),{type:"npm",_visit:function(t){return ct._visit(this,t)}}),maven:e=>Object.assign(Object.assign({},e),{type:"maven",_visit:function(t){return ct._visit(this,t)}}),pypi:e=>Object.assign(Object.assign({},e),{type:"pypi",_visit:function(t){return ct._visit(this,t)}}),crates:e=>Object.assign(Object.assign({},e),{type:"crates",_visit:function(t){return ct._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"postman":return t.postman(e);case"npm":return t.npm(e);case"maven":return t.maven(e);case"pypi":return t.pypi(e);case"crates":return t.crates(e);default:return t._other(e)}}};var Hi={};se(Hi,{ContainerType:()=>Ke,ExampleContainer:()=>Qe,ExamplePrimitive:()=>ye,ExampleSingleUnionTypeProperties:()=>zt,ExampleTypeReferenceShape:()=>Ct,ExampleTypeShape:()=>pt,Literal:()=>fn,NamedTypeDefault:()=>vn,ObjectPropertyAccess:()=>Gn,PrimitiveTypeV1:()=>Te,PrimitiveTypeV2:()=>ge,ResolvedTypeReference:()=>Ot,ShapeType:()=>Jt,SingleUnionTypeProperties:()=>Kt,Source:()=>$n,Type:()=>lt,TypeReference:()=>Pt,UnionDiscriminatorContext:()=>Wn});a();o();u();a();o();u();var Ke={list:e=>({list:e,type:"list",_visit:function(t){return Ke._visit(this,t)}}),map:e=>Object.assign(Object.assign({},e),{type:"map",_visit:function(t){return Ke._visit(this,t)}}),nullable:e=>({nullable:e,type:"nullable",_visit:function(t){return Ke._visit(this,t)}}),optional:e=>({optional:e,type:"optional",_visit:function(t){return Ke._visit(this,t)}}),set:e=>({set:e,type:"set",_visit:function(t){return Ke._visit(this,t)}}),literal:e=>({literal:e,type:"literal",_visit:function(t){return Ke._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"list":return t.list(e.list);case"map":return t.map(e);case"nullable":return t.nullable(e.nullable);case"optional":return t.optional(e.optional);case"set":return t.set(e.set);case"literal":return t.literal(e.literal);default:return t._other(e)}}};a();o();u();var Qe={list:e=>Object.assign(Object.assign({},e),{type:"list",_visit:function(t){return Qe._visit(this,t)}}),set:e=>Object.assign(Object.assign({},e),{type:"set",_visit:function(t){return Qe._visit(this,t)}}),optional:e=>Object.assign(Object.assign({},e),{type:"optional",_visit:function(t){return Qe._visit(this,t)}}),nullable:e=>Object.assign(Object.assign({},e),{type:"nullable",_visit:function(t){return Qe._visit(this,t)}}),map:e=>Object.assign(Object.assign({},e),{type:"map",_visit:function(t){return Qe._visit(this,t)}}),literal:e=>Object.assign(Object.assign({},e),{type:"literal",_visit:function(t){return Qe._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"list":return t.list(e);case"set":return t.set(e);case"optional":return t.optional(e);case"nullable":return t.nullable(e);case"map":return t.map(e);case"literal":return t.literal(e);default:return t._other(e)}}};a();o();u();var ye={integer:e=>({integer:e,type:"integer",_visit:function(t){return ye._visit(this,t)}}),long:e=>({long:e,type:"long",_visit:function(t){return ye._visit(this,t)}}),uint:e=>({uint:e,type:"uint",_visit:function(t){return ye._visit(this,t)}}),uint64:e=>({uint64:e,type:"uint64",_visit:function(t){return ye._visit(this,t)}}),float:e=>({float:e,type:"float",_visit:function(t){return ye._visit(this,t)}}),double:e=>({double:e,type:"double",_visit:function(t){return ye._visit(this,t)}}),boolean:e=>({boolean:e,type:"boolean",_visit:function(t){return ye._visit(this,t)}}),string:e=>({string:e,type:"string",_visit:function(t){return ye._visit(this,t)}}),date:e=>({date:e,type:"date",_visit:function(t){return ye._visit(this,t)}}),datetime:e=>Object.assign(Object.assign({},e),{type:"datetime",_visit:function(t){return ye._visit(this,t)}}),datetimeRfc2822:e=>Object.assign(Object.assign({},e),{type:"datetimeRfc2822",_visit:function(t){return ye._visit(this,t)}}),uuid:e=>({uuid:e,type:"uuid",_visit:function(t){return ye._visit(this,t)}}),base64:e=>({base64:e,type:"base64",_visit:function(t){return ye._visit(this,t)}}),bigInteger:e=>({bigInteger:e,type:"bigInteger",_visit:function(t){return ye._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"integer":return t.integer(e.integer);case"long":return t.long(e.long);case"uint":return t.uint(e.uint);case"uint64":return t.uint64(e.uint64);case"float":return t.float(e.float);case"double":return t.double(e.double);case"boolean":return t.boolean(e.boolean);case"string":return t.string(e.string);case"date":return t.date(e.date);case"datetime":return t.datetime(e);case"datetimeRfc2822":return t.datetimeRfc2822(e);case"uuid":return t.uuid(e.uuid);case"base64":return t.base64(e.base64);case"bigInteger":return t.bigInteger(e.bigInteger);default:return t._other(e)}}};a();o();u();var zt={samePropertiesAsObject:e=>Object.assign(Object.assign({},e),{type:"samePropertiesAsObject",_visit:function(t){return zt._visit(this,t)}}),singleProperty:e=>Object.assign(Object.assign({},e),{type:"singleProperty",_visit:function(t){return zt._visit(this,t)}}),noProperties:()=>({type:"noProperties",_visit:function(e){return zt._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"samePropertiesAsObject":return t.samePropertiesAsObject(e);case"singleProperty":return t.singleProperty(e);case"noProperties":return t.noProperties();default:return t._other(e)}}};a();o();u();var Ct={primitive:e=>({primitive:e,type:"primitive",_visit:function(t){return Ct._visit(this,t)}}),container:e=>({container:e,type:"container",_visit:function(t){return Ct._visit(this,t)}}),unknown:e=>({unknown:e,type:"unknown",_visit:function(t){return Ct._visit(this,t)}}),named:e=>Object.assign(Object.assign({},e),{type:"named",_visit:function(t){return Ct._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"primitive":return t.primitive(e.primitive);case"container":return t.container(e.container);case"unknown":return t.unknown(e.unknown);case"named":return t.named(e);default:return t._other(e)}}};a();o();u();var pt={alias:e=>Object.assign(Object.assign({},e),{type:"alias",_visit:function(t){return pt._visit(this,t)}}),enum:e=>Object.assign(Object.assign({},e),{type:"enum",_visit:function(t){return pt._visit(this,t)}}),object:e=>Object.assign(Object.assign({},e),{type:"object",_visit:function(t){return pt._visit(this,t)}}),union:e=>Object.assign(Object.assign({},e),{type:"union",_visit:function(t){return pt._visit(this,t)}}),undiscriminatedUnion:e=>Object.assign(Object.assign({},e),{type:"undiscriminatedUnion",_visit:function(t){return pt._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"alias":return t.alias(e);case"enum":return t.enum(e);case"object":return t.object(e);case"union":return t.union(e);case"undiscriminatedUnion":return t.undiscriminatedUnion(e);default:return t._other(e)}}};a();o();u();var fn={string:e=>({string:e,type:"string",_visit:function(t){return fn._visit(this,t)}}),boolean:e=>({boolean:e,type:"boolean",_visit:function(t){return fn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"string":return t.string(e.string);case"boolean":return t.boolean(e.boolean);default:return t._other(e)}}};a();o();u();var vn={enum:e=>Object.assign(Object.assign({},e),{type:"enum",_visit:function(t){return vn._visit(this,t)}}),_visit:(e,t)=>e.type==="enum"?t.enum(e):t._other(e)};a();o();u();var cl={ReadOnly:"READ_ONLY",WriteOnly:"WRITE_ONLY"},Gn=Object.assign(Object.assign({},cl),{_visit:(e,t)=>{switch(e){case Gn.ReadOnly:return t.readOnly();case Gn.WriteOnly:return t.writeOnly();default:return t._other()}}});a();o();u();var pl={Integer:"INTEGER",Long:"LONG",Uint:"UINT",Uint64:"UINT_64",Float:"FLOAT",Double:"DOUBLE",Boolean:"BOOLEAN",String:"STRING",Date:"DATE",DateTime:"DATE_TIME",DateTimeRfc2822:"DATE_TIME_RFC_2822",Uuid:"UUID",Base64:"BASE_64",BigInteger:"BIG_INTEGER"},Te=Object.assign(Object.assign({},pl),{_visit:(e,t)=>{switch(e){case Te.Integer:return t.integer();case Te.Long:return t.long();case Te.Uint:return t.uint();case Te.Uint64:return t.uint64();case Te.Float:return t.float();case Te.Double:return t.double();case Te.Boolean:return t.boolean();case Te.String:return t.string();case Te.Date:return t.date();case Te.DateTime:return t.dateTime();case Te.DateTimeRfc2822:return t.dateTimeRfc2822();case Te.Uuid:return t.uuid();case Te.Base64:return t.base64();case Te.BigInteger:return t.bigInteger();default:return t._other()}}});a();o();u();var ge={integer:e=>Object.assign(Object.assign({},e),{type:"integer",_visit:function(t){return ge._visit(this,t)}}),long:e=>Object.assign(Object.assign({},e),{type:"long",_visit:function(t){return ge._visit(this,t)}}),uint:e=>Object.assign(Object.assign({},e),{type:"uint",_visit:function(t){return ge._visit(this,t)}}),uint64:e=>Object.assign(Object.assign({},e),{type:"uint64",_visit:function(t){return ge._visit(this,t)}}),float:e=>Object.assign(Object.assign({},e),{type:"float",_visit:function(t){return ge._visit(this,t)}}),double:e=>Object.assign(Object.assign({},e),{type:"double",_visit:function(t){return ge._visit(this,t)}}),boolean:e=>Object.assign(Object.assign({},e),{type:"boolean",_visit:function(t){return ge._visit(this,t)}}),string:e=>Object.assign(Object.assign({},e),{type:"string",_visit:function(t){return ge._visit(this,t)}}),date:e=>Object.assign(Object.assign({},e),{type:"date",_visit:function(t){return ge._visit(this,t)}}),dateTime:e=>Object.assign(Object.assign({},e),{type:"dateTime",_visit:function(t){return ge._visit(this,t)}}),dateTimeRfc2822:e=>Object.assign(Object.assign({},e),{type:"dateTimeRfc2822",_visit:function(t){return ge._visit(this,t)}}),uuid:e=>Object.assign(Object.assign({},e),{type:"uuid",_visit:function(t){return ge._visit(this,t)}}),base64:e=>Object.assign(Object.assign({},e),{type:"base64",_visit:function(t){return ge._visit(this,t)}}),bigInteger:e=>Object.assign(Object.assign({},e),{type:"bigInteger",_visit:function(t){return ge._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"integer":return t.integer(e);case"long":return t.long(e);case"uint":return t.uint(e);case"uint64":return t.uint64(e);case"float":return t.float(e);case"double":return t.double(e);case"boolean":return t.boolean(e);case"string":return t.string(e);case"date":return t.date(e);case"dateTime":return t.dateTime(e);case"dateTimeRfc2822":return t.dateTimeRfc2822(e);case"uuid":return t.uuid(e);case"base64":return t.base64(e);case"bigInteger":return t.bigInteger(e);default:return t._other(e)}}};a();o();u();var Ot={container:e=>({container:e,type:"container",_visit:function(t){return Ot._visit(this,t)}}),named:e=>Object.assign(Object.assign({},e),{type:"named",_visit:function(t){return Ot._visit(this,t)}}),primitive:e=>({primitive:e,type:"primitive",_visit:function(t){return Ot._visit(this,t)}}),unknown:()=>({type:"unknown",_visit:function(e){return Ot._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"container":return t.container(e.container);case"named":return t.named(e);case"primitive":return t.primitive(e.primitive);case"unknown":return t.unknown();default:return t._other(e)}}};a();o();u();var ll={Enum:"ENUM",Object:"OBJECT",Union:"UNION",UndiscriminatedUnion:"UNDISCRIMINATED_UNION"},Jt=Object.assign(Object.assign({},ll),{_visit:(e,t)=>{switch(e){case Jt.Enum:return t.enum();case Jt.Object:return t.object();case Jt.Union:return t.union();case Jt.UndiscriminatedUnion:return t.undiscriminatedUnion();default:return t._other()}}});a();o();u();var Kt={samePropertiesAsObject:e=>Object.assign(Object.assign({},e),{propertiesType:"samePropertiesAsObject",_visit:function(t){return Kt._visit(this,t)}}),singleProperty:e=>Object.assign(Object.assign({},e),{propertiesType:"singleProperty",_visit:function(t){return Kt._visit(this,t)}}),noProperties:()=>({propertiesType:"noProperties",_visit:function(e){return Kt._visit(this,e)}}),_visit:(e,t)=>{switch(e.propertiesType){case"samePropertiesAsObject":return t.samePropertiesAsObject(e);case"singleProperty":return t.singleProperty(e);case"noProperties":return t.noProperties();default:return t._other(e)}}};a();o();u();var $n={proto:e=>({value:e,type:"proto",_visit:function(t){return $n._visit(this,t)}}),_visit:(e,t)=>e.type==="proto"?t.proto(e.value):t._other(e)};a();o();u();var lt={alias:e=>Object.assign(Object.assign({},e),{type:"alias",_visit:function(t){return lt._visit(this,t)}}),enum:e=>Object.assign(Object.assign({},e),{type:"enum",_visit:function(t){return lt._visit(this,t)}}),object:e=>Object.assign(Object.assign({},e),{type:"object",_visit:function(t){return lt._visit(this,t)}}),union:e=>Object.assign(Object.assign({},e),{type:"union",_visit:function(t){return lt._visit(this,t)}}),undiscriminatedUnion:e=>Object.assign(Object.assign({},e),{type:"undiscriminatedUnion",_visit:function(t){return lt._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"alias":return t.alias(e);case"enum":return t.enum(e);case"object":return t.object(e);case"union":return t.union(e);case"undiscriminatedUnion":return t.undiscriminatedUnion(e);default:return t._other(e)}}};a();o();u();var Pt={container:e=>({container:e,type:"container",_visit:function(t){return Pt._visit(this,t)}}),named:e=>Object.assign(Object.assign({},e),{type:"named",_visit:function(t){return Pt._visit(this,t)}}),primitive:e=>({primitive:e,type:"primitive",_visit:function(t){return Pt._visit(this,t)}}),unknown:()=>({type:"unknown",_visit:function(e){return Pt._visit(this,e)}}),_visit:(e,t)=>{switch(e.type){case"container":return t.container(e.container);case"named":return t.named(e);case"primitive":return t.primitive(e.primitive);case"unknown":return t.unknown();default:return t._other(e)}}};a();o();u();var fl={Data:"data",Protocol:"protocol"},Wn=Object.assign(Object.assign({},fl),{_visit:(e,t)=>{switch(e){case Wn.Data:return t.data();case Wn.Protocol:return t.protocol();default:return t._other()}}});var So={};a();o();u();var zi={};se(zi,{AsymmetricAlgorithm:()=>Xe,AsymmetricKeySource:()=>dn,HmacAlgorithm:()=>Qt,WebhookHttpMethod:()=>Hn,WebhookPayload:()=>hn,WebhookPayloadComponent:()=>Xt,WebhookSignatureEncoding:()=>zn,WebhookSignatureVerification:()=>mn,WebhookTimestampFormat:()=>yn});a();o();u();a();o();u();var dl={RsaSha256:"RSA_SHA256",RsaSha384:"RSA_SHA384",RsaSha512:"RSA_SHA512",EcdsaSha256:"ECDSA_SHA256",EcdsaSha384:"ECDSA_SHA384",EcdsaSha512:"ECDSA_SHA512",Ed25519:"ED25519"},Xe=Object.assign(Object.assign({},dl),{_visit:(e,t)=>{switch(e){case Xe.RsaSha256:return t.rsaSha256();case Xe.RsaSha384:return t.rsaSha384();case Xe.RsaSha512:return t.rsaSha512();case Xe.EcdsaSha256:return t.ecdsaSha256();case Xe.EcdsaSha384:return t.ecdsaSha384();case Xe.EcdsaSha512:return t.ecdsaSha512();case Xe.Ed25519:return t.ed25519();default:return t._other()}}});a();o();u();var dn={jwks:e=>Object.assign(Object.assign({},e),{type:"jwks",_visit:function(t){return dn._visit(this,t)}}),static:e=>Object.assign(Object.assign({},e),{type:"static",_visit:function(t){return dn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"jwks":return t.jwks(e);case"static":return t.static(e);default:return t._other(e)}}};a();o();u();var hl={Sha256:"SHA256",Sha1:"SHA1",Sha384:"SHA384",Sha512:"SHA512"},Qt=Object.assign(Object.assign({},hl),{_visit:(e,t)=>{switch(e){case Qt.Sha256:return t.sha256();case Qt.Sha1:return t.sha1();case Qt.Sha384:return t.sha384();case Qt.Sha512:return t.sha512();default:return t._other()}}});a();o();u();var ml={Get:"GET",Post:"POST"},Hn=Object.assign(Object.assign({},ml),{_visit:(e,t)=>{switch(e){case Hn.Get:return t.get();case Hn.Post:return t.post();default:return t._other()}}});a();o();u();var hn={inlinedPayload:e=>Object.assign(Object.assign({},e),{type:"inlinedPayload",_visit:function(t){return hn._visit(this,t)}}),reference:e=>Object.assign(Object.assign({},e),{type:"reference",_visit:function(t){return hn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"inlinedPayload":return t.inlinedPayload(e);case"reference":return t.reference(e);default:return t._other(e)}}};a();o();u();var yl={Body:"BODY",Timestamp:"TIMESTAMP",NotificationUrl:"NOTIFICATION_URL",MessageId:"MESSAGE_ID"},Xt=Object.assign(Object.assign({},yl),{_visit:(e,t)=>{switch(e){case Xt.Body:return t.body();case Xt.Timestamp:return t.timestamp();case Xt.NotificationUrl:return t.notificationUrl();case Xt.MessageId:return t.messageId();default:return t._other()}}});a();o();u();var gl={Base64:"BASE64",Hex:"HEX"},zn=Object.assign(Object.assign({},gl),{_visit:(e,t)=>{switch(e){case zn.Base64:return t.base64();case zn.Hex:return t.hex();default:return t._other()}}});a();o();u();var mn={hmac:e=>Object.assign(Object.assign({},e),{type:"hmac",_visit:function(t){return mn._visit(this,t)}}),asymmetric:e=>Object.assign(Object.assign({},e),{type:"asymmetric",_visit:function(t){return mn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"hmac":return t.hmac(e);case"asymmetric":return t.asymmetric(e);default:return t._other(e)}}};a();o();u();var bl={UnixSeconds:"UNIX_SECONDS",UnixMillis:"UNIX_MILLIS",Iso8601:"ISO8601"},yn=Object.assign(Object.assign({},bl),{_visit:(e,t)=>{switch(e){case yn.UnixSeconds:return t.unixSeconds();case yn.UnixMillis:return t.unixMillis();case yn.Iso8601:return t.iso8601();default:return t._other()}}});var Ji={};se(Ji,{ExampleWebSocketMessageBody:()=>gn,WebSocketMessageBody:()=>bn,WebSocketMessageOrigin:()=>Jn});a();o();u();a();o();u();var gn={inlinedBody:e=>Object.assign(Object.assign({},e),{type:"inlinedBody",_visit:function(t){return gn._visit(this,t)}}),reference:e=>Object.assign(Object.assign({},e),{type:"reference",_visit:function(t){return gn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"inlinedBody":return t.inlinedBody(e);case"reference":return t.reference(e);default:return t._other(e)}}};a();o();u();var bn={inlinedBody:e=>Object.assign(Object.assign({},e),{type:"inlinedBody",_visit:function(t){return bn._visit(this,t)}}),reference:e=>Object.assign(Object.assign({},e),{type:"reference",_visit:function(t){return bn._visit(this,t)}}),_visit:(e,t)=>{switch(e.type){case"inlinedBody":return t.inlinedBody(e);case"reference":return t.reference(e);default:return t._other(e)}}};a();o();u();var xl={Client:"client",Server:"server"},Jn=Object.assign(Object.assign({},xl),{_visit:(e,t)=>{switch(e){case Jn.Client:return t.client();case Jn.Server:return t.server();default:return t._other()}}});var Xn={};se(Xn,{camelCase:()=>Qn,hash:()=>Fe,normalizeDates:()=>wl,uniqueId:()=>Ki,upperFirst:()=>Kn});a();o();u();function Kn(e){return`${e.charAt(0).toUpperCase()}${e.slice(1)}`}function Qn(e){e=e.trim();let t=e.replace(/([a-z])([A-Z])/g,"$1 $2").replace(/([A-Z]+)([A-Z][a-z])/g,"$1 $2").split(/[\s_-]+/).filter(r=>r.length>0);return t.length===0?"":t.map((r,n)=>(r=r.toLowerCase(),n===0?r:`${r.charAt(0).toUpperCase()}${r.slice(1)}`)).join("")}function Fe(e){let t=0;for(let r of e)t=(t<<5)-t+r.charCodeAt(0);return t}function Ki(e){function t(n){let i=Math.sin(n++)*1e4;return i-Math.floor(i)}let r=Fe(e);return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(n){let i=t(r++)*16|0;return(n==="x"?i:i&3|8).toString(16)})}function wl(e,t){return L.isIsoDateTimeString(t)?new Date(t).toISOString():L.isIsoDateString(t)?new Date(t).toISOString().slice(0,10):t}var Zt=class extends M{constructor(){super(...arguments);f(this,"defaultValue",this.csharp.Literal.null());f(this,"isOptional",!1);f(this,"isReferenceType",!1);f(this,"fullyQualifiedName",this.constructor.name)}get isAsyncEnumerable(){return!1}get isCollection(){return!1}getCollectionItemType(){}asOptional(){return new ke(this,this.generation)}asNullable(){return new Ft(this,this.generation)}asNonOptional(){return this}write(r){r.write(this.fullyQualifiedName)}writeEmptyCollectionInitializer(r){}getDeterminsticDefault(r){return this.csharp.Literal.nop()}},Ie=class extends Zt{get multipartMethodName(){return"AddStringPart"}get multipartMethodNameForCollection(){return"AddStringParts"}},ft=class extends Zt{constructor(){super(...arguments);f(this,"isReferenceType",!0)}},_t=class extends ft{get isCollection(){return!0}get multipartMethodName(){return"AddJsonPart"}get multipartMethodNameForCollection(){return"AddJsonParts"}},xn=class extends ft{get multipartMethodName(){return"AddJsonPart"}get multipartMethodNameForCollection(){return"AddJsonParts"}},ke=class extends ft{constructor(r,n){super(n);f(this,"isOptional",!0);f(this,"value");this.value=r}get isCollection(){return!1}get multipartMethodName(){return this.value.multipartMethodName}get multipartMethodNameForCollection(){return this.value.multipartMethodNameForCollection}asOptional(){return this}asNullable(){return this}asNonOptional(){return this.value}write(r){this.value.write(r),this.value.isOptional||r.write("?")}},Ft=class extends ft{constructor(r,n){super(n);f(this,"isOptional",!0);f(this,"value");this.value=r}get isCollection(){return!1}get multipartMethodName(){return this.value.multipartMethodName}get multipartMethodNameForCollection(){return this.value.multipartMethodNameForCollection}asOptional(){return this}asNullable(){return this}asNonOptional(){return this.value}write(r){this.value.write(r),this.value.isOptional||r.write("?")}},er=class extends ft{constructor(r,n){super(n);f(this,"isOptional",!0);f(this,"value");this.value=r}get isCollection(){return!1}get multipartMethodName(){return this.value.multipartMethodName}get multipartMethodNameForCollection(){return this.value.multipartMethodNameForCollection}asOptional(){return this}asNullable(){return this}asNonOptional(){return this.value}write(r){let n=this.generation.Types.Optional;r.addReference(n),r.write("Optional<"),this.value.write(r),r.write(">")}},Q;(function(e){class t extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","int");f(this,"defaultValue",this.csharp.Literal.integer(0))}getDeterminsticDefault(P){return this.csharp.Literal.integer(Fe(P)&2147483647)}}e.Integer=t;class r extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","long");f(this,"defaultValue",this.csharp.Literal.long(0))}getDeterminsticDefault(P){return this.csharp.Literal.long(Fe(P)&0x7ffffffffffff)}}e.Long=r;class n extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","uint");f(this,"defaultValue",this.csharp.Literal.uint(0))}getDeterminsticDefault(P){return this.csharp.Literal.uint(Fe(P)&2147483647)}}e.Uint=n;class i extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","ulong");f(this,"defaultValue",this.csharp.Literal.ulong(0))}getDeterminsticDefault(P){return this.csharp.Literal.ulong(Fe(P)&0x7ffffffffffff)}}e.ULong=i;class l extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","string");f(this,"defaultValue",this.csharp.Literal.string(""));f(this,"isReferenceType",!0)}getDeterminsticDefault(P){return this.csharp.Literal.string(`<${P}>`)}}e.String=l;class p extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","bool");f(this,"defaultValue",this.csharp.Literal.boolean(!1))}getDeterminsticDefault(P){return this.csharp.Literal.boolean(Fe(P)%2===0)}}e.Boolean=p;class x extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","float");f(this,"defaultValue",this.csharp.Literal.float(0))}getDeterminsticDefault(P){return this.csharp.Literal.float((Fe(P)&2147483647)/100)}}e.Float=x;class T extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","double");f(this,"defaultValue",this.csharp.Literal.double(0))}getDeterminsticDefault(P){return this.csharp.Literal.double((Fe(P)&0x7ffffffffffff)/100)}}e.Double=T;class A extends xn{constructor(){super(...arguments);f(this,"fullyQualifiedName","object")}}e.Object=A;class I extends Ie{constructor(P,B){super(B);f(this,"fullyQualifiedName");this.fullyQualifiedName=P}}e.ArbitraryType=I})(Q||(Q={}));var Oe;(function(e){class t extends ft{get multipartMethodName(){return ue("byte[] can not be added to multipart form"),""}get multipartMethodNameForCollection(){return ue("byte[] can not be added to multipart form"),""}write(x){x.write("byte[]")}}e.Binary=t;class r extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","DateOnly")}getDeterminsticDefault(T){let A=new Date(Fe(T)&0x7ffffffffffff);return this.csharp.Literal.date(A.toISOString())}}e.DateOnly=r;class n extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","DateTime")}getDeterminsticDefault(T){let A=new Date(Fe(T)&0x7ffffffffffff);return this.csharp.Literal.datetime(A.toISOString())}}e.DateTime=n;class i extends Ie{constructor(){super(...arguments);f(this,"fullyQualifiedName","string");f(this,"defaultValue",this.csharp.Literal.string(""));f(this,"isReferenceType",!0)}getDeterminsticDefault(T){return this.csharp.Literal.string(Ki(T))}}e.Uuid=i;class l extends Ie{constructor(T,A){super(A);f(this,"value");this.value=T}write(T){this.Types.StringEnum(this.value).write(T)}}e.StringEnum=l})(Oe||(Oe={}));var de;(function(e){class t extends xn{constructor(I,C){super(C);f(this,"isReferenceType",!0);f(this,"value");this.value=I}getCollectionItemType(){return this.value}write(I){if(Yt({writer:I,value:this.value})){this.writeReadOnlyMemoryType({writer:I,value:this.value});return}this.value.write(I),I.write("[]")}writeReadOnlyMemoryType({writer:I,value:C}){I.writeNode(this.System.ReadOnlyMemory(C))}}e.Array=t;class r extends _t{constructor(I,C){super(C);f(this,"value");this.value=I}get multipartMethodName(){return this.value.multipartMethodNameForCollection}get multipartMethodNameForCollection(){return this.value.multipartMethodNameForCollection}getCollectionItemType(){return this.value}write(I){if(Yt({writer:I,value:this.value})){this.writeReadOnlyMemoryType({writer:I,value:this.value});return}I.writeNode(this.System.Collections.Generic.List(this.value))}writeEmptyCollectionInitializer(I){Yt({writer:I,value:this.value})||I.writeStatement(" = ",this.System.Collections.Generic.List(this.value).new())}writeReadOnlyMemoryType({writer:I,value:C}){I.writeNode(this.System.ReadOnlyMemory(C))}}e.ListType=r;class n extends _t{constructor(I,C){super(C);f(this,"value");this.value=I}get multipartMethodName(){return this.value.multipartMethodNameForCollection}get multipartMethodNameForCollection(){return this.value.multipartMethodNameForCollection}getCollectionItemType(){return this.value}write(I){if(Yt({writer:I,value:this.value})){this.writeReadOnlyMemoryType({writer:I,value:this.value});return}I.writeNode(this.System.Collections.Generic.IEnumerable(this.value))}writeEmptyCollectionInitializer(I){Yt({writer:I,value:this.value})||I.writeStatement(" = ",this.System.Collections.Generic.List(this.value).new())}writeReadOnlyMemoryType({writer:I,value:C}){I.writeNode(this.System.ReadOnlyMemory(C))}}e.List=n;class i extends _t{constructor(I,C){super(C);f(this,"value");this.value=I}getCollectionItemType(){return this.value}write(I){I.writeNode(this.System.Collections.Generic.HashSet(this.value))}writeEmptyCollectionInitializer(I){I.writeStatement(" = ",this.System.Collections.Generic.HashSet(this.value).new())}}e.Set=i;class l extends _t{constructor(I,C,j,P){super(j);f(this,"keyType");f(this,"options");f(this,"valueType");this.keyType=I,this.valueType=C,this.options=P}getCollectionItemType(){return this.Collection.keyValuePair(this.keyType,this.valueType)}write(I){if(this.options?.dontSimplify!==!0&&I.generation.settings.simplifyObjectDictionaries&&this.keyType instanceof Q.String&&this.valueType instanceof ke&&this.valueType.value instanceof Q.Object){I.write("object");return}I.write(this.System.Collections.Generic.Dictionary(this.keyType,this.valueType))}writeEmptyCollectionInitializer(I){I.writeStatement(" = ",this.System.Collections.Generic.Dictionary(this.keyType,this.valueType).new())}}e.Map=l;class p extends _t{constructor(I,C,j,P){super(j);f(this,"keyType");f(this,"options");f(this,"valueType");this.keyType=I,this.valueType=C,this.options=P}getCollectionItemType(){return this.Collection.keyValuePair(this.keyType,this.valueType)}write(I){if(this.options?.dontSimplify!==!0&&I.generation.settings.simplifyObjectDictionaries&&this.keyType instanceof Q.String&&this.valueType instanceof ke&&this.valueType.value instanceof Q.Object){I.write("object");return}I.writeNode(this.System.Collections.Generic.IDictionary(this.keyType,this.valueType))}}e.IDictionary=p;class x extends xn{constructor(I,C,j){super(j);f(this,"isReferenceType",!1);f(this,"keyType");f(this,"valueType");this.keyType=I,this.valueType=C}write(I){I.writeNode(this.System.Collections.Generic.KeyValuePair(this.keyType,this.valueType))}}e.KeyValuePair=x})(de||(de={}));function To(e){return e.map(t=>{switch(t){case"int":return _.PrimitiveTypeV1.Integer;case"long":return _.PrimitiveTypeV1.Long;case"uint":return _.PrimitiveTypeV1.Uint;case"ulong":return _.PrimitiveTypeV1.Uint64;case"string":return _.PrimitiveTypeV1.String;case"bool":case"boolean":return _.PrimitiveTypeV1.Boolean;case"float":return _.PrimitiveTypeV1.Float;case"double":return _.PrimitiveTypeV1.Double;default:throw new Error(`Internal error; unknown ReadOnlyMemory type: ${t}`)}})}function Yt({writer:e,value:t}){return t instanceof ke?Yt({writer:e,value:t.value}):t instanceof Q.Integer?e.isReadOnlyMemoryType("int"):t instanceof Q.Long?e.isReadOnlyMemoryType("long"):t instanceof Q.Uint?e.isReadOnlyMemoryType("uint"):t instanceof Q.ULong?e.isReadOnlyMemoryType("ulong"):t instanceof Q.String?e.isReadOnlyMemoryType("string"):t instanceof Q.Boolean?e.isReadOnlyMemoryType("bool"):t instanceof Q.Float?e.isReadOnlyMemoryType("float"):t instanceof Q.Double?e.isReadOnlyMemoryType("double"):!1}var Ee=class extends Re{constructor({name:r,namespace:n,namespaceAlias:i,enclosingType:l,generics:p,fullyQualified:x,global:T,fullyQualifiedName:A,origin:I,isCollection:C,multipartMethodName:j,multipartMethodNameForCollection:P,isReferenceType:B},v,G){super(I,G);f(this,"scope");f(this,"name");f(this,"namespace");f(this,"namespaceAlias");f(this,"enclosingType");f(this,"generics");f(this,"fullyQualified");f(this,"global");f(this,"fullyQualifiedName");f(this,"isCollection");f(this,"namespaceSegments");f(this,"isReferenceType");f(this,"multipartMethodName");f(this,"multipartMethodNameForCollection");this.scope=v,this.name=r,this.namespace=l?.namespace??n??"",this.namespaceAlias=i,this.enclosingType=l,this.generics=p??[],this.fullyQualified=x??!1,this.global=T??!1,this.namespaceSegments=this.namespace.split("."),this.isCollection=C??!1,l!=null?this.fullyQualifiedName=l.fullyQualifiedName?`${l.fullyQualifiedName}+${r}`:r:this.fullyQualifiedName=A||r,this.multipartMethodName=j===void 0?"AddJsonPart":j,this.multipartMethodNameForCollection=P===void 0?"AddJsonParts":P,this.isReferenceType=B}write(r){this.writeInternal(r,!1)}writeAsAttribute(r){this.writeInternal(r,!0)}get csharpQualifiedName(){return this.fullyQualifiedName.replaceAll("+",".")}get scopedName(){return this.enclosingType?`${this.enclosingType.name}.${this.name}`:this.name}getScopedName(r){let n=r&&this.name.endsWith("Attribute")?this.name.slice(0,-9):this.name;return this.enclosingType?`${this.enclosingType.name}.${n}`:n}writeInternal(r,n){let i=this.getScopedName(n),l=this.registry.isAmbiguousTypeName(this.name)||this.registry.isAmbiguousTypeName(this.enclosingType?.name)||r.getReferencedNamespaces().some(A=>A!==this.namespace&&this.registry.isRegisteredTypeName(`${A}.${this.name}`)),p=this.global||this.registry.isAmbiguousTypeName(this.namespaceSegments[0])||this.registry.isAmbiguousNamespaceName(this.namespaceSegments[0])||this.registry.hasTypeNamespaceConflict(this.namespaceSegments[0])||r.generation.settings.useFullyQualifiedNamespaces,x=this.csharpQualifiedName;if(n&&x.endsWith("Attribute")){let A=x.lastIndexOf(".");if(A>=0){let I=x.substring(0,A+1),C=x.substring(A+1);C.endsWith("Attribute")&&(x=I+C.slice(0,-9))}else x=x.slice(0,-9)}let T=`${p?"global::":""}${x}`;if(!this.namespace){r.write(i);return}if(this.namespaceAlias!=null){let A=r.addNamespaceAlias(this.namespaceAlias,this.resolveNamespace());r.write(`${A}.${i}`)}else if(r.skipImports)r.write(i);else if(this.fullyQualified)r.write(T);else if(this.qualifiedTypeNameRequired(r,n)||r.skipImports){let A=this.getTypeQualification({classReferenceNamespace:this.resolveNamespace(),namespaceToBeWrittenTo:r.namespace,isAttribute:n}),I=A.split(".");this.registry.isAmbiguousTypeName(I[0])||this.registry.isAmbiguousNamespaceName(I[0])||this.registry.hasTypeNamespaceConflict(I[0])?r.write(T):r.write(`${A}${i}`)}else l&&this.resolveNamespace()!==r.namespace||this.registry.hasTypeNamespaceConflict(this.name)?r.write(T):(r.addReference(this),r.write(i));this.generics!=null&&this.generics.length>0&&(r.write("<"),this.generics.forEach((A,I)=>{r.writeNode(A),I<this.generics.length-1&&r.write(", ")}),r.write(">"))}hasNamespaceConflict(r,n){let i=n.lastIndexOf(".");return(i===-1?n:n.substring(i+1))===r?!0:n.split(".").includes(r)}getTypeQualification({classReferenceNamespace:r,namespaceToBeWrittenTo:n,isAttribute:i}){if(r===n)return"";if(r.startsWith(`${n}.`))return`${r.substring(n.length+1)}.`;let l=i&&!this.name.endsWith("Attribute")?`${this.name}Attribute`:this.name;if(this.hasNamespaceConflict(l,n))return n.indexOf(".")===-1&&n===l?`global::${r}.`:`${r}.`;let x=this.namespaceSegments,T=n.split("."),A=0,I=Math.min(x.length,T.length);for(;A<I&&x[A]===T[A];)A++;return A>0&&A<x.length?`${x.slice(A).join(".")}.`:`${r}.`}qualifiedTypeNameRequired(r,n){let i=r.namespace;if(this.namespace===i)return!1;let l=n&&!this.name.endsWith("Attribute")?`${this.name}Attribute`:this.name;return this.hasNamespaceConflict(l,i)?!0:n&&!this.potentialConflictWithGeneratedType(r,n)?!1:this.namespace.startsWith(`${i}.`)?this.potentialConflictWithGeneratedType(r,n):this.potentialConflictWithGeneratedType(r,n)}potentialConflictWithGeneratedType(r,n=!1){let i=r.getAllTypeClassReferences().get(this.name);if(i==null)return!1;let l=new Set(i);if(l.delete(this.namespace),l.size===0)return n?!1:this.hasProjectNamespaceConflict(r);let p=r.namespace;for(let x of l)if(x===p||p.startsWith(`${x}.`))return!0;return n?!1:this.hasProjectNamespaceConflict(r)}hasProjectNamespaceConflict(r){return r.getAllNamespaceSegments().has(this.name)}resolveNamespace(){return this.registry.resolveNamespace(this.namespace)}asFullyQualified(){return this.csharp.classReferenceInternal({...this,fullyQualified:!0})}new(r){return r=r??{arguments_:[]},this.csharp.instantiateClass({...r,classReference:this})}explicit(r){return this.origin||ue(`Cannot create explicitly named member '${r}' on '${this.name}' because the class is not bound to an origin.`),this.model.explicit(this.origin,r)}registerField(r,n,i){return this.scope.registerField(r,n,i)}getFieldName(r,n){return this.scope.getFieldName(r,n)}registerMethod(r,n){return r}get isOptional(){return!1}asOptional(){return new ke(this,this.generation)}asNullable(){return new Ft(this,this.generation)}asNonOptional(){return this}get defaultValue(){return this.csharp.Literal.null()}get isAsyncEnumerable(){return this.name==="IAsyncEnumerable"&&this.namespace==="System.Collections.Generic"}};a();o();u();var D=e=>e!=null&&typeof e=="object"&&!Array.isArray(e),W={FernFilepath:e=>D(e)&&"allParts"in e&&"packagePath"in e&&Array.isArray(e.allParts)&&Array.isArray(e.packagePath),Name:e=>D(e)&&"originalName"in e&&"camelCase"in e&&"pascalCase"in e&&"snakeCase"in e&&"screamingSnakeCase"in e&&typeof e.originalName=="string",NameAndWireValue:e=>D(e)&&"wireValue"in e&&"name"in e&&typeof e.wireValue=="string",SafeAndUnsafeString:e=>D(e)&&"unsafeName"in e&&"safeName"in e&&typeof e.unsafeName=="string"&&typeof e.safeName=="string",WithDocs:e=>D(e),BasicAuth:e=>D(e)&&"username"in e&&"password"in e,BasicAuthValues:e=>D(e)&&"username"in e&&"password"in e&&typeof e.username=="string"&&typeof e.password=="string",BearerAuth:e=>D(e)&&"token"in e,BearerAuthValues:e=>D(e)&&"token"in e&&typeof e.token=="string",HeaderAuth:e=>D(e)&&"header"in e,HeaderAuthValues:e=>D(e),InferredAuth:e=>D(e),InferredAuthValues:e=>D(e),OAuth:e=>D(e)&&"clientId"in e&&"clientSecret"in e,OAuthValues:e=>D(e)&&"clientId"in e&&"clientSecret"in e&&typeof e.clientId=="string"&&typeof e.clientSecret=="string",EnvironmentBaseUrlWithId:e=>D(e)&&"id"in e&&"name"in e,EnvironmentsConfig:e=>D(e)&&"environments"in e,MultipleBaseUrlsEnvironment:e=>D(e)&&"id"in e&&"name"in e&&"urls"in e&&D(e.urls),MultipleBaseUrlsEnvironments:e=>D(e)&&"baseUrls"in e&&"environments"in e&&Array.isArray(e.baseUrls)&&Array.isArray(e.environments),SingleBaseUrlEnvironment:e=>D(e)&&"id"in e&&"name"in e&&"url"in e,SingleBaseUrlEnvironments:e=>D(e)&&"environments"in e&&Array.isArray(e.environments),AliasType:e=>D(e)&&"declaration"in e&&"typeReference"in e,DiscriminatedUnionType:e=>D(e)&&"declaration"in e&&"discriminant"in e&&"types"in e&&D(e.types),EnumType:e=>D(e)&&"declaration"in e&&"values"in e&&Array.isArray(e.values),MapType:e=>D(e)&&"key"in e&&"value"in e,NamedParameter:e=>D(e)&&"name"in e&&"typeReference"in e,ObjectType:e=>D(e)&&"declaration"in e&&"properties"in e&&Array.isArray(e.properties),SingleDiscriminatedUnionTypeNoProperties:e=>D(e)&&"discriminantValue"in e,SingleDiscriminatedUnionTypeObject:e=>D(e)&&"typeId"in e&&"discriminantValue"in e&&"properties"in e&&Array.isArray(e.properties),SingleDiscriminatedUnionTypeSingleProperty:e=>D(e)&&"typeReference"in e&&"discriminantValue"in e,UndiscriminatedUnionType:e=>D(e)&&"declaration"in e&&"types"in e&&Array.isArray(e.types),BodyRequest:e=>D(e),Endpoint:e=>D(e)&&"declaration"in e&&"location"in e&&"request"in e&&"response"in e,EndpointExample:e=>D(e)&&"id"in e&&typeof e.id=="string",EndpointLocation:e=>D(e)&&"method"in e&&"path"in e&&typeof e.path=="string",FileUploadRequestBody:e=>D(e)&&"properties"in e&&Array.isArray(e.properties),InlinedRequest:e=>D(e)&&"declaration"in e,InlinedRequestMetadata:e=>D(e)&&"includePathParameters"in e&&"onlyPathParameters"in e&&typeof e.includePathParameters=="boolean"&&typeof e.onlyPathParameters=="boolean",ReferencedRequestBody:e=>D(e)&&"bodyKey"in e&&"bodyType"in e,DynamicIntermediateRepresentation:e=>D(e)&&"version"in e&&"types"in e&&"endpoints"in e&&D(e.types)&&D(e.endpoints),GeneratorConfig:e=>D(e)&&"apiName"in e&&"organization"in e&&"outputConfig"in e&&typeof e.apiName=="string"&&typeof e.organization=="string",GoPublishInfo:e=>D(e)&&"version"in e&&"repoUrl"in e&&typeof e.version=="string"&&typeof e.repoUrl=="string",MavenPublishInfo:e=>D(e)&&"version"in e&&"coordinate"in e&&typeof e.version=="string"&&typeof e.coordinate=="string",NpmPublishInfo:e=>D(e)&&"version"in e&&"packageName"in e&&typeof e.version=="string"&&typeof e.packageName=="string",NugetPublishInfo:e=>D(e)&&"version"in e&&"packageName"in e&&typeof e.version=="string"&&typeof e.packageName=="string",PypiPublishInfo:e=>D(e)&&"version"in e&&"packageName"in e&&typeof e.version=="string"&&typeof e.packageName=="string",RubyGemsPublishInfo:e=>D(e)&&"version"in e&&"packageName"in e&&typeof e.version=="string"&&typeof e.packageName=="string",VariableDeclaration:e=>D(e)&&"id"in e&&"name"in e&&"typeReference"in e&&typeof e.id=="string",EndpointSnippetRequest:e=>D(e)&&"endpoint"in e,EndpointSnippetResponse:e=>D(e)&&"snippet"in e&&typeof e.snippet=="string",Error_:e=>D(e)&&"severity"in e&&"message"in e&&typeof e.message=="string",Auth:{Basic:e=>W.BasicAuth(e)&&"type"in e&&e.type==="basic",Bearer:e=>W.BearerAuth(e)&&"type"in e&&e.type==="bearer",Header:e=>W.HeaderAuth(e)&&"type"in e&&e.type==="header",Inferred:e=>W.InferredAuth(e)&&"type"in e&&e.type==="inferred",Oauth:e=>W.OAuth(e)&&"type"in e&&e.type==="oauth"},AuthValues:{Basic:e=>W.BasicAuthValues(e)&&"type"in e&&e.type==="basic",Bearer:e=>W.BearerAuthValues(e)&&"type"in e&&e.type==="bearer",Header:e=>W.HeaderAuthValues(e)&&"type"in e&&e.type==="header",Inferred:e=>W.InferredAuthValues(e)&&"type"in e&&e.type==="inferred",Oauth:e=>W.OAuthValues(e)&&"type"in e&&e.type==="oauth"},Environments:{MultipleBaseUrls:e=>W.MultipleBaseUrlsEnvironments(e)&&"type"in e&&e.type==="multipleBaseUrls",SingleBaseUrl:e=>W.SingleBaseUrlEnvironments(e)&&"type"in e&&e.type==="singleBaseUrl"},FileUploadRequestBodyProperty:{BodyProperty:e=>W.NamedParameter(e)&&"type"in e&&e.type==="bodyProperty",FileArray:e=>W.NameAndWireValue(e)&&"type"in e&&e.type==="fileArray",File_:e=>W.NameAndWireValue(e)&&"type"in e&&e.type==="file"},InlinedRequestBody:{FileUpload:e=>W.FileUploadRequestBody(e)&&"type"in e&&e.type==="fileUpload",Referenced:e=>W.ReferencedRequestBody(e)&&"type"in e&&e.type==="referenced"},AnyNamedType:e=>W.NamedType.Alias(e)||W.NamedType.DiscriminatedUnion(e)||W.NamedType.Enum(e)||W.NamedType.Object_(e)||W.NamedType.UndiscriminatedUnion(e),NamedType:{Alias:e=>W.AliasType(e)&&"type"in e&&e.type==="alias",DiscriminatedUnion:e=>W.DiscriminatedUnionType(e)&&"type"in e&&e.type==="discriminatedUnion",Enum:e=>W.EnumType(e)&&"type"in e&&e.type==="enum",Object_:e=>W.ObjectType(e)&&"type"in e&&e.type==="object",UndiscriminatedUnion:e=>W.UndiscriminatedUnionType(e)&&"type"in e&&e.type==="undiscriminatedUnion"},PublishInfo:{Go:e=>W.GoPublishInfo(e)&&"type"in e&&e.type==="go",Maven:e=>W.MavenPublishInfo(e)&&"type"in e&&e.type==="maven",Npm:e=>W.NpmPublishInfo(e)&&"type"in e&&e.type==="npm",Nuget:e=>W.NugetPublishInfo(e)&&"type"in e&&e.type==="nuget",Pypi:e=>W.PypiPublishInfo(e)&&"type"in e&&e.type==="pypi",Rubygems:e=>W.RubyGemsPublishInfo(e)&&"type"in e&&e.type==="rubygems"},Request:{Body:e=>W.BodyRequest(e)&&"type"in e&&e.type==="body",Inlined:e=>W.InlinedRequest(e)&&"type"in e&&e.type==="inlined"},SingleDiscriminatedUnionType:{NoProperties:e=>W.SingleDiscriminatedUnionTypeNoProperties(e)&&"type"in e&&e.type==="noProperties",SamePropertiesAsObject:e=>W.SingleDiscriminatedUnionTypeObject(e)&&"type"in e&&e.type==="samePropertiesAsObject",SingleProperty:e=>W.SingleDiscriminatedUnionTypeSingleProperty(e)&&"type"in e&&e.type==="singleProperty"},TypeReference:{Map:e=>W.MapType(e)&&"type"in e&&e.type==="map"}};a();o();u();var W8=_.ApiDefinitionSource,H8=_.ApiVersionScheme,z8=_.AuthScheme,J8=_.generatorExec,h=e=>e!=null&&typeof e=="object"&&!Array.isArray(e),S={SafeAndUnsafeString:e=>h(e)&&"safeName"in e&&"unsafeName"in e&&typeof e.safeName=="string"&&typeof e.unsafeName=="string",Name:e=>h(e)&&"originalName"in e&&"pascalCase"in e&&"camelCase"in e&&"snakeCase"in e&&"screamingSnakeCase"in e&&typeof e.originalName=="string"&&S.SafeAndUnsafeString(e.pascalCase)&&S.SafeAndUnsafeString(e.camelCase)&&S.SafeAndUnsafeString(e.snakeCase)&&S.SafeAndUnsafeString(e.screamingSnakeCase),NameAndWireValue:e=>h(e)&&"wireValue"in e&&"name"in e&&typeof e.wireValue=="string"&&S.Name(e.name),TypeDeclaration:e=>h(e)&&"name"in e&&"shape"in e&&"autogeneratedExamples"in e&&"userProvidedExamples"in e&&"referencedTypes"in e&&"inline"in e&&"availability"in e&&Array.isArray(e.autogeneratedExamples)&&Array.isArray(e.userProvidedExamples)&&"docs"in e,ObjectTypeDeclaration:e=>h(e)&&"extends"in e&&"properties"in e&&"extraProperties"in e&&Array.isArray(e.extends)&&Array.isArray(e.properties)&&typeof e.extraProperties=="boolean",EnumTypeDeclaration:e=>h(e)&&"values"in e&&Array.isArray(e.values),UnionTypeDeclaration:e=>h(e)&&"discriminant"in e&&"extends"in e&&"types"in e&&"baseProperties"in e&&S.NameAndWireValue(e.discriminant)&&Array.isArray(e.extends)&&Array.isArray(e.types)&&Array.isArray(e.baseProperties),AliasTypeDeclaration:e=>h(e)&&"aliasOf"in e&&"resolvedType"in e,ObjectProperty:e=>h(e)&&"name"in e&&"valueType"in e&&"availability"in e&&S.NameAndWireValue(e.name)&&"docs"in e,HttpEndpoint:e=>h(e)&&"id"in e&&"name"in e&&"method"in e&&"headers"in e&&"path"in e&&"fullPath"in e&&"pathParameters"in e&&"allPathParameters"in e&&"queryParameters"in e&&"errors"in e&&"auth"in e&&"idempotent"in e&&"userSpecifiedExamples"in e&&"autogeneratedExamples"in e&&"availability"in e&&typeof e.id=="string"&&typeof e.method=="string"&&Array.isArray(e.headers)&&Array.isArray(e.pathParameters)&&Array.isArray(e.allPathParameters)&&Array.isArray(e.queryParameters)&&typeof e.auth=="boolean"&&typeof e.idempotent=="boolean"&&Array.isArray(e.userSpecifiedExamples)&&Array.isArray(e.autogeneratedExamples)&&"docs"in e,HttpService:e=>h(e)&&"name"in e&&"basePath"in e&&"endpoints"in e&&"headers"in e&&"pathParameters"in e&&S.HttpPath(e.basePath)&&Array.isArray(e.endpoints)&&Array.isArray(e.headers)&&Array.isArray(e.pathParameters),HttpHeader:e=>h(e)&&"name"in e&&"valueType"in e&&"availability"in e&&S.NameAndWireValue(e.name)&&"docs"in e,HttpResponse:e=>h(e),HttpPath:e=>h(e)&&"head"in e&&"parts"in e&&typeof e.head=="string"&&Array.isArray(e.parts),HttpPathPart:e=>h(e)&&"pathParameter"in e&&"tail"in e&&typeof e.pathParameter=="string"&&typeof e.tail=="string",PathParameter:e=>h(e)&&"name"in e&&"valueType"in e&&"location"in e&&S.Name(e.name)&&typeof e.location=="string"&&"docs"in e,QueryParameter:e=>h(e)&&"name"in e&&"valueType"in e&&"allowMultiple"in e&&"availability"in e&&S.NameAndWireValue(e.name)&&typeof e.allowMultiple=="boolean"&&"docs"in e,InlinedRequestBody:e=>h(e)&&"name"in e&&"extends"in e&&"properties"in e&&"extraProperties"in e&&S.Name(e.name)&&Array.isArray(e.extends)&&Array.isArray(e.properties)&&typeof e.extraProperties=="boolean"&&"docs"in e,InlinedRequestBodyProperty:e=>h(e)&&"name"in e&&"valueType"in e&&"availability"in e&&S.NameAndWireValue(e.name)&&"docs"in e,SdkRequest:e=>h(e)&&"requestParameterName"in e&&S.Name(e.requestParameterName)&&"shape"in e,WebSocketChannel:e=>h(e)&&"name"in e&&"path"in e&&"auth"in e&&"headers"in e&&"queryParameters"in e&&"pathParameters"in e&&"messages"in e&&"examples"in e&&"availability"in e&&S.HttpPath(e.path)&&typeof e.auth=="boolean"&&Array.isArray(e.headers)&&Array.isArray(e.queryParameters)&&Array.isArray(e.pathParameters)&&Array.isArray(e.messages)&&Array.isArray(e.examples)&&"docs"in e,WebSocketMessage:e=>h(e)&&"type"in e&&"origin"in e&&"body"in e&&"availability"in e&&typeof e.type=="string"&&typeof e.origin=="string"&&"docs"in e,ExampleType:e=>h(e)&&"shape"in e&&"jsonExample"in e&&"docs"in e,ExampleObjectType:e=>h(e)&&"properties"in e&&Array.isArray(e.properties),ExampleObjectProperty:e=>h(e)&&"name"in e&&"value"in e&&S.NameAndWireValue(e.name)&&S.ExampleTypeReference(e.value),ExampleEndpointCall:e=>h(e)&&"url"in e&&"rootPathParameters"in e&&"servicePathParameters"in e&&"endpointPathParameters"in e&&"serviceHeaders"in e&&"endpointHeaders"in e&&"queryParameters"in e&&"response"in e&&typeof e.url=="string"&&Array.isArray(e.rootPathParameters)&&Array.isArray(e.servicePathParameters)&&Array.isArray(e.endpointPathParameters)&&Array.isArray(e.serviceHeaders)&&Array.isArray(e.endpointHeaders)&&Array.isArray(e.queryParameters)&&"docs"in e,ExampleHeader:e=>h(e)&&"name"in e&&"value"in e&&S.NameAndWireValue(e.name)&&S.ExampleTypeReference(e.value),ExamplePathParameter:e=>h(e)&&"name"in e&&S.Name(e.name)&&"value"in e,ExampleQueryParameter:e=>h(e)&&"name"in e&&"value"in e&&S.NameAndWireValue(e.name)&&S.ExampleTypeReference(e.value),ExampleTypeReference:e=>h(e)&&"shape"in e&&"jsonExample"in e,ExampleNamedType:e=>h(e)&&"typeName"in e&&"shape"in e,WithDocs:e=>h(e)&&"docs"in e,WithDocsAndAvailability:e=>h(e)&&"docs"in e&&"availability"in e,Declaration:e=>h(e)&&"docs"in e&&"availability"in e,Availability:e=>h(e)&&"status"in e&&typeof e.status=="string",FernFilepath:e=>h(e)&&"allParts"in e&&"packagePath"in e&&Array.isArray(e.allParts)&&Array.isArray(e.packagePath),ErrorDeclaration:e=>h(e)&&"name"in e&&"discriminantValue"in e&&"statusCode"in e&&"examples"in e&&S.NameAndWireValue(e.discriminantValue)&&typeof e.statusCode=="number"&&Array.isArray(e.examples)&&"docs"in e,BearerAuthScheme:e=>h(e)&&"token"in e&&S.Name(e.token)&&"docs"in e&&"availability"in e,BasicAuthScheme:e=>h(e)&&"username"in e&&"password"in e&&"docs"in e&&S.Name(e.username)&&S.Name(e.password)&&"availability"in e,HeaderAuthScheme:e=>h(e)&&"name"in e&&"valueType"in e&&"docs"in e&&S.NameAndWireValue(e.name)&&"availability"in e,OAuthScheme:e=>h(e)&&"configuration"in e&&"docs"in e&&"availability"in e,Webhook:e=>h(e)&&"id"in e&&"name"in e&&"method"in e&&"headers"in e&&"payload"in e&&"availability"in e&&typeof e.id=="string"&&typeof e.method=="string"&&Array.isArray(e.headers)&&"docs"in e,InlinedWebhookPayload:e=>h(e)&&"name"in e&&"extends"in e&&"properties"in e&&S.Name(e.name)&&Array.isArray(e.extends)&&Array.isArray(e.properties),VariableDeclaration:e=>h(e)&&"id"in e&&"name"in e&&"type"in e&&typeof e.id=="string"&&S.Name(e.name)&&"docs"in e,ApiAuth:e=>h(e)&&"requirement"in e&&"schemes"in e&&typeof e.requirement=="string"&&Array.isArray(e.schemes)&&"docs"in e,ReadmeConfig:e=>h(e),ReadmeCustomSection:e=>h(e)&&"title"in e&&"language"in e&&"content"in e&&typeof e.title=="string"&&typeof e.language=="string"&&typeof e.content=="string",SourceConfig:e=>h(e)&&"sources"in e&&Array.isArray(e.sources),ServiceTypeReferenceInfo:e=>h(e)&&"typesReferencedOnlyByService"in e&&"sharedTypes"in e&&h(e.typesReferencedOnlyByService)&&Array.isArray(e.sharedTypes),UserAgent:e=>h(e)&&"header"in e&&"value"in e&&typeof e.header=="string"&&typeof e.value=="string",StringType:e=>h(e),IntegerType:e=>h(e),LongType:e=>h(e),DoubleType:e=>h(e),FloatType:e=>h(e),BooleanType:e=>h(e),DateTimeType:e=>h(e),DateType:e=>h(e),UuidType:e=>h(e),Base64Type:e=>h(e),BigIntegerType:e=>h(e),UintType:e=>h(e),Uint64Type:e=>h(e),MapType:e=>h(e)&&"keyType"in e&&"valueType"in e,StringValidationRules:e=>h(e),IntegerValidationRules:e=>h(e),DoubleValidationRules:e=>h(e),JsonResponseBody:e=>h(e)&&"responseBodyType"in e&&"docs"in e,JsonResponseBodyWithProperty:e=>h(e)&&"responseBodyType"in e&&"docs"in e,TextResponse:e=>h(e)&&"docs"in e,BytesResponse:e=>h(e)&&"docs"in e,JsonStreamChunk:e=>h(e)&&"payload"in e&&"docs"in e,SseStreamChunk:e=>h(e)&&"payload"in e&&"docs"in e,TextStreamChunk:e=>h(e)&&"docs"in e,StreamParameterResponse:e=>h(e)&&"nonStreamResponse"in e&&"streamResponse"in e,CursorPagination:e=>h(e)&&"page"in e&&"next"in e&&"results"in e&&S.RequestProperty(e.page)&&S.ResponseProperty(e.next)&&S.ResponseProperty(e.results),OffsetPagination:e=>h(e)&&"page"in e&&"results"in e&&S.RequestProperty(e.page)&&S.ResponseProperty(e.results),CustomPagination:e=>h(e)&&"results"in e&&S.ResponseProperty(e.results),RequestProperty:e=>h(e)&&"property"in e,ResponseProperty:e=>h(e)&&"property"in e,OAuthAccessTokenRequestProperties:e=>h(e)&&"clientId"in e&&"clientSecret"in e&&S.RequestProperty(e.clientId)&&S.RequestProperty(e.clientSecret),OAuthClientCredentials:e=>h(e)&&"tokenEndpoint"in e&&S.OAuthTokenEndpoint(e.tokenEndpoint),BaseAuthScheme:e=>h(e)&&"key"in e&&typeof e.key=="string"&&"docs"in e,InferredAuthScheme:e=>h(e)&&"tokenEndpoint"in e&&"docs"in e&&S.InferredAuthSchemeTokenEndpoint(e.tokenEndpoint)&&"availability"in e,PropertyPathItem:e=>h(e)&&"name"in e&&S.Name(e.name)&&"type"in e,WithJsonExample:e=>h(e)&&"jsonExample"in e,WithContentType:e=>h(e)&&"contentType"in e,WithV2Examples:e=>h(e)&&"v2Examples"in e,EscapedString:e=>h(e)&&"original"in e&&typeof e.original=="string",EnumValue:e=>h(e)&&"name"in e&&"availability"in e&&S.NameAndWireValue(e.name)&&"docs"in e,SingleUnionType:e=>h(e)&&"discriminantValue"in e&&"shape"in e&&S.NameAndWireValue(e.discriminantValue)&&"docs"in e,SingleUnionTypeProperty:e=>h(e)&&"name"in e&&S.NameAndWireValue(e.name)&&"type"in e,UndiscriminatedUnionTypeDeclaration:e=>h(e)&&"members"in e&&Array.isArray(e.members),UndiscriminatedUnionMember:e=>h(e)&&"type"in e&&"docs"in e,DeclaredTypeName:e=>h(e)&&"typeId"in e&&"fernFilepath"in e&&"name"in e&&typeof e.typeId=="string"&&S.FernFilepath(e.fernFilepath)&&S.Name(e.name),DeclaredServiceName:e=>h(e)&&"fernFilepath"in e&&S.FernFilepath(e.fernFilepath),DeclaredErrorName:e=>h(e)&&"errorId"in e&&"fernFilepath"in e&&"name"in e&&typeof e.errorId=="string"&&S.FernFilepath(e.fernFilepath)&&S.Name(e.name),FileUploadRequest:e=>h(e)&&"name"in e&&"properties"in e&&S.Name(e.name)&&Array.isArray(e.properties)&&"docs"in e,FileDownloadResponse:e=>h(e)&&"docs"in e,SdkRequestWrapper:e=>h(e)&&"wrapperName"in e&&"bodyKey"in e&&S.Name(e.wrapperName)&&S.Name(e.bodyKey),BytesRequest:e=>h(e)&&"isOptional"in e&&typeof e.isOptional=="boolean"&&"docs"in e,NamedType:e=>h(e)&&"typeId"in e&&"fernFilepath"in e&&"name"in e&&typeof e.typeId=="string"&&S.FernFilepath(e.fernFilepath)&&S.Name(e.name),ResolvedNamedType:e=>h(e)&&"name"in e&&"shape"in e,FileUploadBodyProperty:e=>h(e)&&"name"in e&&"valueType"in e&&"availability"in e&&S.NameAndWireValue(e.name)&&"docs"in e,IntermediateRepresentation:e=>h(e)&&"apiName"in e&&"auth"in e&&"types"in e&&"headers"in e&&"idempotencyHeaders"in e&&"services"in e&&"webhookGroups"in e&&"errors"in e&&"subpackages"in e&&"rootPackage"in e&&"constants"in e&&"pathParameters"in e&&"errorDiscriminationStrategy"in e&&"sdkConfig"in e&&"variables"in e&&"serviceTypeReferenceInfo"in e&&S.Name(e.apiName)&&h(e.types)&&Array.isArray(e.headers)&&Array.isArray(e.idempotencyHeaders)&&h(e.services)&&h(e.webhookGroups)&&h(e.errors)&&h(e.subpackages)&&S.Package(e.rootPackage)&&S.Constants(e.constants)&&Array.isArray(e.pathParameters)&&S.SdkConfig(e.sdkConfig)&&Array.isArray(e.variables)&&S.ServiceTypeReferenceInfo(e.serviceTypeReferenceInfo),Package:e=>h(e)&&"fernFilepath"in e&&"types"in e&&"errors"in e&&"subpackages"in e&&"hasEndpointsInTree"in e&&S.FernFilepath(e.fernFilepath)&&Array.isArray(e.types)&&Array.isArray(e.errors)&&Array.isArray(e.subpackages)&&typeof e.hasEndpointsInTree=="boolean"&&"docs"in e,Subpackage:e=>h(e)&&"name"in e&&"fernFilepath"in e&&"types"in e&&"errors"in e&&"subpackages"in e&&"hasEndpointsInTree"in e&&S.Name(e.name)&&S.FernFilepath(e.fernFilepath)&&Array.isArray(e.types)&&Array.isArray(e.errors)&&Array.isArray(e.subpackages)&&typeof e.hasEndpointsInTree=="boolean"&&"docs"in e,Constants:e=>h(e)&&"errorInstanceIdKey"in e&&S.NameAndWireValue(e.errorInstanceIdKey),SdkConfig:e=>h(e)&&"isAuthMandatory"in e&&"hasStreamingEndpoints"in e&&"hasPaginatedEndpoints"in e&&"hasFileDownloadEndpoints"in e&&typeof e.isAuthMandatory=="boolean"&&typeof e.hasStreamingEndpoints=="boolean"&&typeof e.hasPaginatedEndpoints=="boolean"&&typeof e.hasFileDownloadEndpoints=="boolean"&&"platformHeaders"in e,GeneratorConfig:e=>h(e)&&"dryRun"in e&&"irFilepath"in e&&"output"in e&&"workspaceName"in e&&"organization"in e&&"customConfig"in e&&"environment"in e&&"whitelabel"in e&&"writeUnitTests"in e&&"generateOauthClients"in e&&typeof e.dryRun=="boolean"&&typeof e.irFilepath=="string"&&typeof e.workspaceName=="string"&&typeof e.organization=="string"&&typeof e.whitelabel=="boolean"&&typeof e.writeUnitTests=="boolean"&&typeof e.generateOauthClients=="boolean",AutogeneratedEndpointExample:e=>h(e)&&"example"in e&&S.ExampleEndpointCall(e.example),UserSpecifiedEndpointExample:e=>h(e),ExampleAliasType:e=>h(e)&&"value"in e&&S.ExampleTypeReference(e.value),ExampleEnumType:e=>h(e)&&"value"in e&&S.NameAndWireValue(e.value),ExampleUnionType:e=>h(e)&&"discriminant"in e&&S.NameAndWireValue(e.discriminant)&&"singleUnionType"in e,ExampleSingleUnionType:e=>h(e)&&"shape"in e,ExampleUndiscriminatedUnionType:e=>h(e)&&"singleUnionType"in e,ExampleObjectTypeWithTypeId:e=>h(e)&&"typeId"in e&&"object"in e&&typeof e.typeId=="string"&&S.ExampleObjectType(e.object),ExampleListContainer:e=>h(e)&&"list"in e&&Array.isArray(e.list),ExampleSetContainer:e=>h(e)&&"set"in e&&Array.isArray(e.set),ExampleMapContainer:e=>h(e)&&"map"in e&&Array.isArray(e.map),ExampleOptionalContainer:e=>h(e)&&"optional"in e,ExampleNullableContainer:e=>h(e)&&"nullable"in e,ExampleLiteralContainer:e=>h(e)&&"literal"in e,ExampleKeyValuePair:e=>h(e)&&"key"in e&&"value"in e&&S.ExampleTypeReference(e.key)&&S.ExampleTypeReference(e.value),ExampleError:e=>h(e)&&"name"in e&&"body"in e,ExampleEndpointErrorResponse:e=>h(e)&&"error"in e,ExampleDatetime:e=>h(e)&&"datetime"in e&&typeof e.datetime=="string",ExampleInlinedRequestBody:e=>h(e)&&"properties"in e&&Array.isArray(e.properties),ExampleInlinedRequestBodyProperty:e=>h(e)&&"name"in e&&"value"in e&&S.NameAndWireValue(e.name)&&S.ExampleTypeReference(e.value),ExampleWebhookCall:e=>h(e)&&"payload"in e,ExampleWebSocketMessage:e=>h(e)&&"type"in e&&typeof e.type=="string"&&"body"in e,ExampleWebSocketSession:e=>h(e)&&"messages"in e&&Array.isArray(e.messages),ExampleServerSideEvent:e=>h(e)&&"event"in e&&typeof e.event=="string"&&"data"in e,ExampleCodeSampleLanguage:e=>h(e)&&"language"in e&&"code"in e&&typeof e.language=="string"&&typeof e.code=="string",ExampleCodeSampleSdk:e=>h(e)&&"sdk"in e&&"code"in e&&typeof e.sdk=="string"&&typeof e.code=="string",V2HttpEndpointExample:e=>h(e)&&"id"in e&&typeof e.id=="string",V2HttpEndpointExamples:e=>h(e)&&"examples"in e&&Array.isArray(e.examples),V2HttpEndpointRequest:e=>h(e),V2HttpEndpointResponse:e=>h(e),V2HttpEndpointCodeSample:e=>h(e)&&"language"in e&&"code"in e&&typeof e.language=="string"&&typeof e.code=="string",V2SchemaExamples:e=>h(e),V2WebSocketMessageExample:e=>h(e)&&"type"in e&&typeof e.type=="string",V2WebSocketSessionExample:e=>h(e)&&"messages"in e&&Array.isArray(e.messages),V2WebSocketSessionExamples:e=>h(e)&&"examples"in e&&Array.isArray(e.examples),V2WebhookExample:e=>h(e)&&"payload"in e,V2WebhookExamples:e=>h(e)&&"examples"in e&&Array.isArray(e.examples),BasicAuthValues:e=>h(e)&&"username"in e&&"password"in e&&typeof e.username=="string"&&typeof e.password=="string",BearerAuthValues:e=>h(e)&&"token"in e&&typeof e.token=="string",HeaderAuthValues:e=>h(e)&&"header"in e&&typeof e.header=="string",OAuthValues:e=>h(e)&&"accessToken"in e&&typeof e.accessToken=="string",InferredAuthSchemeTokenEndpoint:e=>h(e)&&"endpoint"in e&&"authenticatedRequestHeaders"in e&&S.EndpointReference(e.endpoint)&&Array.isArray(e.authenticatedRequestHeaders),InferredAuthenticatedRequestHeader:e=>h(e)&&"header"in e,OAuthAccessTokenResponseProperties:e=>h(e)&&"accessToken"in e&&S.ResponseProperty(e.accessToken),OAuthRefreshEndpoint:e=>h(e)&&"endpointReference"in e&&S.EndpointReference(e.endpointReference),OAuthRefreshTokenRequestProperties:e=>h(e)&&"refreshToken"in e&&S.RequestProperty(e.refreshToken),OAuthTokenEndpoint:e=>h(e)&&"endpointReference"in e&&"requestProperties"in e&&"responseProperties"in e&&S.EndpointReference(e.endpointReference)&&S.OAuthAccessTokenRequestProperties(e.requestProperties)&&S.OAuthAccessTokenResponseProperties(e.responseProperties),Encoding:e=>h(e),JsonEncoding:e=>h(e),ProtoEncoding:e=>h(e),FilePropertyArray:e=>h(e)&&"key"in e&&S.NameAndWireValue(e.key),FilePropertySingle:e=>h(e)&&"key"in e&&S.NameAndWireValue(e.key),Filesystem:e=>h(e)&&"name"in e&&typeof e.name=="string",InlinedWebSocketMessageBody:e=>h(e)&&"properties"in e&&Array.isArray(e.properties),InlinedWebSocketMessageBodyProperty:e=>h(e)&&"name"in e&&S.NameAndWireValue(e.name)&&"valueType"in e,InlinedWebhookPayloadProperty:e=>h(e)&&"name"in e&&S.NameAndWireValue(e.name)&&"valueType"in e,WebSocketMessageBodyReference:e=>h(e)&&"bodyType"in e,WebhookPayloadReference:e=>h(e)&&"payloadType"in e,HttpRequestBodyReference:e=>h(e)&&"requestBodyType"in e,ResponseError:e=>h(e)&&"error"in e,V2EndpointLocation:e=>h(e)&&"method"in e&&"path"in e&&typeof e.method=="string"&&typeof e.path=="string",V2WebSocketEndpointLocation:e=>h(e)&&"path"in e&&typeof e.path=="string",V2HttpRequestBodies:e=>h(e),V2HttpResponses:e=>h(e),EndpointReference:e=>h(e)&&"endpointId"in e&&"serviceId"in e&&typeof e.endpointId=="string"&&typeof e.serviceId=="string",EnumTypeReference:e=>h(e)&&"enumTypeId"in e&&typeof e.enumTypeId=="string",CsharpProtobufFileOptions:e=>h(e)&&"namespace"in e&&typeof e.namespace=="string",GrpcTransport:e=>h(e)&&"service"in e&&S.ProtobufService(e.service),ProtoSource:e=>h(e)&&"file"in e&&S.ProtobufFile(e.file),ProtoSourceInfo:e=>h(e),ProtobufFile:e=>h(e)&&"filepath"in e&&typeof e.filepath=="string",ProtobufFileOptions:e=>h(e),ProtobufService:e=>h(e)&&"name"in e&&"file"in e&&typeof e.name=="string"&&S.ProtobufFile(e.file),UserDefinedProtobufType:e=>h(e)&&"typeName"in e&&"file"in e&&typeof e.typeName=="string"&&S.ProtobufFile(e.file),AuthScheme:{Bearer:e=>S.BearerAuthScheme(e)&&"type"in e&&e.type==="bearer",Basic:e=>S.BasicAuthScheme(e)&&"type"in e&&e.type==="basic",Header:e=>S.HeaderAuthScheme(e)&&"type"in e&&e.type==="header",Oauth:e=>S.OAuthScheme(e)&&"type"in e&&e.type==="oauth",Inferred:e=>S.InferredAuthScheme(e)&&"type"in e&&e.type==="inferred"},OAuthConfiguration:{ClientCredentials:e=>S.OAuthClientCredentials(e)&&"type"in e&&e.type==="clientCredentials"},Environments:{SingleBaseUrl:e=>h(e)&&"type"in e&&e.type==="singleBaseUrl",MultipleBaseUrls:e=>h(e)&&"type"in e&&e.type==="multipleBaseUrls"},ErrorDeclarationDiscriminantValue:{Property:e=>S.NameAndWireValue(e)&&"type"in e&&e.type==="property",StatusCode:e=>h(e)&&"type"in e&&e.type==="statusCode"},V2AuthValues:{Basic:e=>S.BasicAuthValues(e)&&"type"in e&&e.type==="basic",Bearer:e=>S.BearerAuthValues(e)&&"type"in e&&e.type==="bearer",Header:e=>S.HeaderAuthValues(e)&&"type"in e&&e.type==="header",Oauth:e=>S.OAuthValues(e)&&"type"in e&&e.type==="oauth"},V2HttpEndpointResponseBody:{Error_:e=>h(e)&&"type"in e&&e.type==="error",Json:e=>h(e)&&"type"in e&&e.type==="json",Stream:e=>h(e)&&"type"in e&&e.type==="stream"},ExampleCodeSample:{Language:e=>S.ExampleCodeSampleLanguage(e)&&"type"in e&&e.type==="language",Sdk:e=>S.ExampleCodeSampleSdk(e)&&"type"in e&&e.type==="sdk"},ExampleEndpointSuccessResponse:{Body:e=>h(e)&&"type"in e&&e.type==="body",Stream:e=>h(e)&&"type"in e&&e.type==="stream",Sse:e=>h(e)&&"type"in e&&e.type==="sse"},ExampleQueryParameterShape:{Single:e=>h(e)&&"type"in e&&e.type==="single",Exploded:e=>h(e)&&"type"in e&&e.type==="exploded",CommaSeparated:e=>h(e)&&"type"in e&&e.type==="commaSeparated"},ExampleRequestBody:{InlinedRequestBody:e=>S.ExampleInlinedRequestBody(e)&&"type"in e&&e.type==="inlinedRequestBody",Reference:e=>S.ExampleTypeReference(e)&&"type"in e&&e.type==="reference"},ExampleResponse:{Ok:e=>h(e)&&"type"in e&&e.type==="ok",Error_:e=>S.ExampleEndpointErrorResponse(e)&&"type"in e&&e.type==="error"},FileProperty:{File_:e=>S.FilePropertySingle(e)&&"type"in e&&e.type==="file",FileArray:e=>S.FilePropertyArray(e)&&"type"in e&&e.type==="fileArray"},FileUploadRequestProperty:{File_:e=>h(e)&&"type"in e&&e.type==="file",BodyProperty:e=>S.FileUploadBodyProperty(e)&&"type"in e&&e.type==="bodyProperty"},HttpEndpointSource:{Proto:e=>S.ProtoSourceInfo(e)&&"type"in e&&e.type==="proto",Openapi:e=>h(e)&&"type"in e&&e.type==="openapi",Openrpc:e=>h(e)&&"type"in e&&e.type==="openrpc"},HttpRequestBody:{InlinedRequestBody:e=>S.InlinedRequestBody(e)&&"type"in e&&e.type==="inlinedRequestBody",Reference:e=>S.HttpRequestBodyReference(e)&&"type"in e&&e.type==="reference",FileUpload:e=>S.FileUploadRequest(e)&&"type"in e&&e.type==="fileUpload",Bytes:e=>S.BytesRequest(e)&&"type"in e&&e.type==="bytes"},HttpResponseBody:{Json:e=>h(e)&&"type"in e&&e.type==="json",FileDownload:e=>S.FileDownloadResponse(e)&&"type"in e&&e.type==="fileDownload",Text:e=>S.TextResponse(e)&&"type"in e&&e.type==="text",Bytes:e=>S.BytesResponse(e)&&"type"in e&&e.type==="bytes",Streaming:e=>h(e)&&"type"in e&&e.type==="streaming",StreamParameter:e=>S.StreamParameterResponse(e)&&"type"in e&&e.type==="streamParameter"},JsonResponse:{Response:e=>S.JsonResponseBody(e)&&"type"in e&&e.type==="response",NestedPropertyAsResponse:e=>S.JsonResponseBodyWithProperty(e)&&"type"in e&&e.type==="nestedPropertyAsResponse"},NonStreamHttpResponseBody:{Json:e=>h(e)&&"type"in e&&e.type==="json",FileDownload:e=>S.FileDownloadResponse(e)&&"type"in e&&e.type==="fileDownload",Text:e=>S.TextResponse(e)&&"type"in e&&e.type==="text",Bytes:e=>S.BytesResponse(e)&&"type"in e&&e.type==="bytes"},Pagination:{Cursor:e=>S.CursorPagination(e)&&"type"in e&&e.type==="cursor",Offset:e=>S.OffsetPagination(e)&&"type"in e&&e.type==="offset",Custom:e=>S.CustomPagination(e)&&"type"in e&&e.type==="custom"},RequestPropertyValue:{Query:e=>S.QueryParameter(e)&&"type"in e&&e.type==="query",Body:e=>S.ObjectProperty(e)&&"type"in e&&e.type==="body"},SdkRequestBodyType:{TypeReference:e=>S.HttpRequestBodyReference(e)&&"type"in e&&e.type==="typeReference",Bytes:e=>S.BytesRequest(e)&&"type"in e&&e.type==="bytes"},SdkRequestShape:{JustRequestBody:e=>h(e)&&"type"in e&&e.type==="justRequestBody",Wrapper:e=>S.SdkRequestWrapper(e)&&"type"in e&&e.type==="wrapper"},StreamingResponse:{Json:e=>S.JsonStreamChunk(e)&&"type"in e&&e.type==="json",Text:e=>S.TextStreamChunk(e)&&"type"in e&&e.type==="text",Sse:e=>S.SseStreamChunk(e)&&"type"in e&&e.type==="sse"},Transport:{Http:e=>h(e)&&"type"in e&&e.type==="http",Grpc:e=>S.GrpcTransport(e)&&"type"in e&&e.type==="grpc"},ApiDefinitionSource:{Proto:e=>S.ProtoSource(e)&&"type"in e&&e.type==="proto",Openapi:e=>h(e)&&"type"in e&&e.type==="openapi"},ApiVersionScheme:{Header:e=>h(e)&&"type"in e&&e.type==="header"},ErrorDiscriminationStrategy:{StatusCode:e=>h(e)&&"type"in e&&e.type==="statusCode",Property:e=>h(e)&&"type"in e&&e.type==="property"},ProtobufType:{WellKnown:e=>h(e)&&"type"in e&&e.type==="wellKnown",UserDefined:e=>S.UserDefinedProtobufType(e)&&"type"in e&&e.type==="userDefined"},WellKnownProtobufType:{Any:e=>h(e)&&"type"in e&&e.type==="any",Api:e=>h(e)&&"type"in e&&e.type==="api",BoolValue:e=>h(e)&&"type"in e&&e.type==="boolValue",BytesValue:e=>h(e)&&"type"in e&&e.type==="bytesValue",DoubleValue:e=>h(e)&&"type"in e&&e.type==="doubleValue",Duration:e=>h(e)&&"type"in e&&e.type==="duration",Empty:e=>h(e)&&"type"in e&&e.type==="empty",Enum:e=>h(e)&&"type"in e&&e.type==="enum",EnumValue:e=>h(e)&&"type"in e&&e.type==="enumValue",Field:e=>h(e)&&"type"in e&&e.type==="field",FieldCardinality:e=>h(e)&&"type"in e&&e.type==="fieldCardinality",FieldKind:e=>h(e)&&"type"in e&&e.type==="fieldKind",FieldMask:e=>h(e)&&"type"in e&&e.type==="fieldMask",FloatValue:e=>h(e)&&"type"in e&&e.type==="floatValue",Int32Value:e=>h(e)&&"type"in e&&e.type==="int32Value",Int64Value:e=>h(e)&&"type"in e&&e.type==="int64Value",ListValue:e=>h(e)&&"type"in e&&e.type==="listValue",Method:e=>h(e)&&"type"in e&&e.type==="method",Mixin:e=>h(e)&&"type"in e&&e.type==="mixin",NullValue:e=>h(e)&&"type"in e&&e.type==="nullValue",Option:e=>h(e)&&"type"in e&&e.type==="option",SourceContext:e=>h(e)&&"type"in e&&e.type==="sourceContext",StringValue:e=>h(e)&&"type"in e&&e.type==="stringValue",Struct:e=>h(e)&&"type"in e&&e.type==="struct",Syntax:e=>h(e)&&"type"in e&&e.type==="syntax",Timestamp:e=>h(e)&&"type"in e&&e.type==="timestamp",Type:e=>h(e)&&"type"in e&&e.type==="type",Uint32Value:e=>h(e)&&"type"in e&&e.type==="uint32Value",Uint64Value:e=>h(e)&&"type"in e&&e.type==="uint64Value",Value:e=>h(e)&&"type"in e&&e.type==="value"},PublishTarget:{Postman:e=>h(e)&&"type"in e&&e.type==="postman",Npm:e=>h(e)&&"type"in e&&e.type==="npm",Maven:e=>h(e)&&"type"in e&&e.type==="maven",Pypi:e=>h(e)&&"type"in e&&e.type==="pypi"},PublishingConfig:{Github:e=>h(e)&&"type"in e&&e.type==="github",Direct:e=>h(e)&&"type"in e&&e.type==="direct",Filesystem:e=>S.Filesystem(e)&&"type"in e&&e.type==="filesystem"},ContainerType:{List:e=>h(e)&&"type"in e&&e.type==="list",Map:e=>S.MapType(e)&&"type"in e&&e.type==="map",Nullable:e=>h(e)&&"type"in e&&e.type==="nullable",Optional:e=>h(e)&&"type"in e&&e.type==="optional",Set:e=>h(e)&&"type"in e&&e.type==="set",Literal:e=>h(e)&&"type"in e&&e.type==="literal"},ExampleContainer:{List:e=>S.ExampleListContainer(e)&&"type"in e&&e.type==="list",Set:e=>S.ExampleSetContainer(e)&&"type"in e&&e.type==="set",Optional:e=>S.ExampleOptionalContainer(e)&&"type"in e&&e.type==="optional",Nullable:e=>S.ExampleNullableContainer(e)&&"type"in e&&e.type==="nullable",Map:e=>S.ExampleMapContainer(e)&&"type"in e&&e.type==="map",Literal:e=>S.ExampleLiteralContainer(e)&&"type"in e&&e.type==="literal"},ExamplePrimitive:{Integer:e=>h(e)&&"type"in e&&e.type==="integer",Long:e=>h(e)&&"type"in e&&e.type==="long",Uint:e=>h(e)&&"type"in e&&e.type==="uint",Uint64:e=>h(e)&&"type"in e&&e.type==="uint64",Float:e=>h(e)&&"type"in e&&e.type==="float",Double:e=>h(e)&&"type"in e&&e.type==="double",Boolean:e=>h(e)&&"type"in e&&e.type==="boolean",String:e=>h(e)&&"type"in e&&e.type==="string",Date_:e=>h(e)&&"type"in e&&e.type==="date",Datetime:e=>S.ExampleDatetime(e)&&"type"in e&&e.type==="datetime",Uuid:e=>h(e)&&"type"in e&&e.type==="uuid",Base64:e=>h(e)&&"type"in e&&e.type==="base64",BigInteger:e=>h(e)&&"type"in e&&e.type==="bigInteger"},ExampleSingleUnionTypeProperties:{SamePropertiesAsObject:e=>S.ExampleObjectTypeWithTypeId(e)&&"type"in e&&e.type==="samePropertiesAsObject",SingleProperty:e=>S.ExampleTypeReference(e)&&"type"in e&&e.type==="singleProperty",NoProperties:e=>h(e)&&"type"in e&&e.type==="noProperties"},ExampleTypeReferenceShape:{Primitive:e=>h(e)&&"type"in e&&e.type==="primitive",Container:e=>h(e)&&"type"in e&&e.type==="container",Unknown:e=>h(e)&&"type"in e&&e.type==="unknown",Named:e=>S.ExampleNamedType(e)&&"type"in e&&e.type==="named"},ExampleTypeShape:{Alias:e=>S.ExampleAliasType(e)&&"type"in e&&e.type==="alias",Enum:e=>S.ExampleEnumType(e)&&"type"in e&&e.type==="enum",Object_:e=>S.ExampleObjectType(e)&&"type"in e&&e.type==="object",Union:e=>S.ExampleUnionType(e)&&"type"in e&&e.type==="union",UndiscriminatedUnion:e=>S.ExampleUndiscriminatedUnionType(e)&&"type"in e&&e.type==="undiscriminatedUnion"},Literal:{String:e=>h(e)&&"type"in e&&e.type==="string",Boolean:e=>h(e)&&"type"in e&&e.type==="boolean"},NamedTypeDefault:{Enum:e=>S.EnumValue(e)&&"type"in e&&e.type==="enum"},PrimitiveTypeV2:{Integer:e=>S.IntegerType(e)&&"type"in e&&e.type==="integer",Long:e=>S.LongType(e)&&"type"in e&&e.type==="long",Uint:e=>S.UintType(e)&&"type"in e&&e.type==="uint",Uint64:e=>S.Uint64Type(e)&&"type"in e&&e.type==="uint64",Float:e=>S.FloatType(e)&&"type"in e&&e.type==="float",Double:e=>S.DoubleType(e)&&"type"in e&&e.type==="double",Boolean:e=>S.BooleanType(e)&&"type"in e&&e.type==="boolean",String:e=>S.StringType(e)&&"type"in e&&e.type==="string",Date_:e=>S.DateType(e)&&"type"in e&&e.type==="date",DateTime:e=>S.DateTimeType(e)&&"type"in e&&e.type==="dateTime",Uuid:e=>S.UuidType(e)&&"type"in e&&e.type==="uuid",Base64:e=>S.Base64Type(e)&&"type"in e&&e.type==="base64",BigInteger:e=>S.BigIntegerType(e)&&"type"in e&&e.type==="bigInteger"},ResolvedTypeReference:{Container:e=>h(e)&&"type"in e&&e.type==="container",Named:e=>S.ResolvedNamedType(e)&&"type"in e&&e.type==="named",Primitive:e=>h(e)&&"type"in e&&e.type==="primitive",Unknown:e=>h(e)&&"type"in e&&e.type==="unknown"},Source:{Proto:e=>h(e)&&"type"in e&&e.type==="proto"},Type:{Alias:e=>S.AliasTypeDeclaration(e)&&"type"in e&&e.type==="alias",Enum:e=>S.EnumTypeDeclaration(e)&&"type"in e&&e.type==="enum",Object_:e=>S.ObjectTypeDeclaration(e)&&"type"in e&&e.type==="object",Union:e=>S.UnionTypeDeclaration(e)&&"type"in e&&e.type==="union",UndiscriminatedUnion:e=>S.UndiscriminatedUnionTypeDeclaration(e)&&"type"in e&&e.type==="undiscriminatedUnion"},TypeReference:{Container:e=>h(e)&&"type"in e&&e.type==="container",Named:e=>S.NamedType(e)&&"type"in e&&e.type==="named",Primitive:e=>h(e)&&"type"in e&&e.type==="primitive",Unknown:e=>h(e)&&"type"in e&&e.type==="unknown"},WebhookPayload:{InlinedPayload:e=>S.InlinedWebhookPayload(e)&&"type"in e&&e.type==="inlinedPayload",Reference:e=>S.WebhookPayloadReference(e)&&"type"in e&&e.type==="reference"},ExampleWebSocketMessageBody:{InlinedBody:e=>S.ExampleInlinedRequestBody(e)&&"type"in e&&e.type==="inlinedBody",Reference:e=>S.ExampleTypeReference(e)&&"type"in e&&e.type==="reference"},WebSocketMessageBody:{InlinedBody:e=>S.InlinedWebSocketMessageBody(e)&&"type"in e&&e.type==="inlinedBody",Reference:e=>S.WebSocketMessageBodyReference(e)&&"type"in e&&e.type==="reference"}};var Sl=/^[+-]?\d{4}-(0?[1-9]|1[0-2])-(0?[1-9]|[12]\d|3[01])$/,Tl=/^([+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))[T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24:?00)([.,]\d+(?!:))?)?(\16[0-5]\d([.,]\d+)?)?([zZ]|([+-])([01]\d|2[0-3]):?([0-5]\d)?)?)$/,L={string:e=>typeof e=="string",boolean:e=>typeof e=="boolean",number:e=>typeof e=="number",date:e=>e instanceof Date,object:e=>e!=null&&typeof e=="object"&&Array.isArray(e)===!1,array:e=>Array.isArray(e),Provenance:e=>L.object(e)&&"jsonPath"in e&&"name"in e&&"node"in e,Explicit:e=>L.Provenance(e)&&e.explicit===!0,NonNullable:e=>e!=null,isIsoDateString:e=>L.string(e)&&Sl.test(e),isIsoDateTimeString:e=>L.string(e)&&Tl.test(e),Type:e=>e instanceof Zt,ClassReference:e=>e instanceof Ee,Optional:e=>e instanceof ke,OptionalWrapper:e=>e instanceof er,AsyncEnumerable:e=>e!=null&&e.asNonOptional().fullyQualifiedName.startsWith("System.Collections.Generic.IAsyncEnumerable"),Record:{empty:e=>e==null||Object.keys(e||{}).length===0,nonEmpty:e=>L.object(e)&&Object.keys(e).length>0,withKey:(e,t)=>L.object(e)&&t in e,missingKey:(e,t)=>L.object(e)&&!(t in e)},Ast:{Node:e=>e instanceof M,NamedNode:e=>L.Ast.Node(e)&&"name"in e&&typeof e.name=="string"},OneOf:{OneOf:e=>L.ClassReference(e)&&e.fullyQualifiedName==="OneOf.OneOf",OneOfBase:e=>L.ClassReference(e)&&e.fullyQualifiedName==="OneOf.OneOfBase"},Primitive:{string:e=>e instanceof Q.String,boolean:e=>e instanceof Q.Boolean,int:e=>e instanceof Q.Integer,long:e=>e instanceof Q.Long,uint:e=>e instanceof Q.Uint,ulong:e=>e instanceof Q.ULong,float:e=>e instanceof Q.Float,double:e=>e instanceof Q.Double,object:e=>e instanceof Q.Object},Value:{dateTime:e=>e instanceof Oe.DateTime,uuid:e=>e instanceof Oe.Uuid,byte:e=>e instanceof Oe.Binary,stringEnum:e=>e instanceof Oe.StringEnum},Collection:{array:e=>e instanceof de.Array,listType:e=>e instanceof de.ListType,list:e=>e instanceof de.List,set:e=>e instanceof de.Set,map:e=>e instanceof de.Map,idictionary:e=>e instanceof de.IDictionary,keyValuePair:e=>e instanceof de.KeyValuePair},Literal:{string:e=>e instanceof q.String,boolean:e=>e instanceof q.Boolean,decimal:e=>e instanceof q.Decimal,double:e=>e instanceof q.Double,date:e=>e instanceof q.Date,dateTime:e=>e instanceof q.DateTime,float:e=>e instanceof q.Float,int:e=>e instanceof q.Integer,long:e=>e instanceof q.Long,uint:e=>e instanceof q.Uint,ulong:e=>e instanceof q.Ulong,class:e=>e instanceof q.Class_,list:e=>e instanceof q.List,set:e=>e instanceof q.Set,dictionary:e=>e instanceof q.Dictionary,nop:e=>e instanceof q.Nop,null:e=>e instanceof q.Null,unknown:e=>e instanceof q.Unknown},IR:S,DynamicIR:W};a();o();u();var dt=class extends M{constructor(r,n){super(n);f(this,"arg");this.arg=r}write(r){return new Le(this.arg).write(r)}};var ht=class extends M{constructor(r,n){super(n);f(this,"statements",[])}write(r){for(let n of this.statements){if(L.string(n)){r.writeStatement(n);continue}if(n instanceof dt){n.write(r);continue}r.writeStatement(...n)}}append(r){this.statements.push(r)}assign(r,n){return L.Ast.NamedNode(n)?this.statements.push([`${r.name} = ${n.name}`]):this.statements.push([r.name," = ",n]),this}if(r,n){}};a();o();u();var tr=class extends M{constructor({classReference:r,arguments_:n,forceUseConstructor:i,properties:l,multiline:p},x){super(x);f(this,"classReference");f(this,"arguments_");f(this,"forceUseConstructor");f(this,"properties");f(this,"multiline");this.classReference=r,this.arguments_=n,this.forceUseConstructor=i??!1,this.properties=l??[],this.multiline=p??!1}write(r){this.classReference.namespaceAlias!=null?r.write(`new ${this.classReference.namespaceAlias}.${this.classReference.name}`):(r.write("new "),r.writeNode(this.classReference));let n=Ci(this.arguments_);if(n&&!this.forceUseConstructor?r.write(" {"):r.write("("),this.arguments_.length===0){this.writeEnd({writer:r,hasNamedArguments:n});return}this.multiline&&r.newLine(),r.indent(),this.arguments_.forEach((i,l)=>{Ln(i)?(r.write(`${i.name}`),this.forceUseConstructor?r.write(": "):r.write(" = "),r.write(i.assignment)):i.write(r),l<this.arguments_.length-1&&(r.write(","),this.multiline||r.write(" ")),this.multiline&&r.newLine()}),r.dedent(),this.writeEnd({writer:r,hasNamedArguments:n})}writeEnd({writer:r,hasNamedArguments:n}){n&&!this.forceUseConstructor?r.write("}"):r.write(")"),this.properties.length>0&&(r.write("{"),this.multiline?(r.newLine(),r.indent()):r.write(" "),this.properties.forEach((i,l)=>{r.write(i.name," = ",i.value),l<this.properties.length-1&&(r.write(","),this.multiline?r.newLine():r.write(" "))}),this.multiline&&(r.dedent(),r.newLine()),r.write("}"))}};a();o();u();var rr=class extends M{constructor({keyType:r,valueType:n,values:i},l){super(l);f(this,"keyType");f(this,"valueType");f(this,"values");this.keyType=r,this.valueType=n,this.values=i}write(r){if(this.values==null){r.write(this.System.Collections.Generic.Dictionary(this.keyType,this.valueType).new());return}if(this.values.type==="argument"){r.write(this.System.Collections.Generic.Dictionary(this.keyType,this.valueType).new({arguments_:[this.values.argument]}));return}r.write(this.System.Collections.Generic.Dictionary(this.keyType,this.valueType).new()),r.pushScope();for(let{key:n,value:i}of this.values.entries)r.writeLine("{ ",n,", ",i," },");r.popScope()}};a();o();u();var nr=class extends M{constructor({reference:r,value:n},i){super(i);f(this,"reference");f(this,"value");this.reference=r,this.value=n}write(r){r.writeNode(this.reference),r.write(`.${this.value}`)}};a();o();u();var be=class extends M{constructor(r,n){super(n);f(this,"internalType");this.internalType=r}write(r){switch(this.internalType.type){case"integer":r.write(this.internalType.value.toString());break;case"long":r.write(`${this.internalType.value.toString()}`);break;case"uint":r.write(`${this.internalType.value.toString()}`);break;case"ulong":r.write(`${this.internalType.value.toString()}`);break;case"string":r.writeNode(this.csharp.string_({string:this.internalType.value}));break;case"boolean":r.write(this.internalType.value.toString());break;case"float":r.write(`${this.internalType.value.toString()}f`);break;case"double":r.write(`${this.internalType.value.toString()}`);break;case"date":{let n=new Date(this.internalType.value),i=this.csharp.Literal.integer(n.getUTCFullYear()),l=this.csharp.Literal.integer(n.getUTCMonth()+1),p=this.csharp.Literal.integer(n.getUTCDate());r.write(this.System.DateOnly.new({arguments_:[i,l,p]}));break}case"dateTime":{this.internalType.parse?(r.write(`DateTime.Parse("${this.internalType.value.toISOString()}", null, `),r.writeNode(this.System.Globalization.DateTimeStyles),r.write(".AdjustToUniversal)")):r.write(this.constructDatetimeWithoutParse(this.internalType.value));break}case"uuid":r.write(`"${this.internalType.value.toString()}"`);break;case"null":r.write("null");break}}constructDatetimeWithoutParse(r){let n=r.getUTCFullYear(),i=(r.getUTCMonth()+1).toString().padStart(2,"0"),l=r.getUTCDate().toString().padStart(2,"0"),p=r.getUTCHours().toString().padStart(2,"0"),x=r.getUTCMinutes().toString().padStart(2,"0"),T=r.getUTCSeconds().toString().padStart(2,"0"),A=r.getUTCMilliseconds().toString().padStart(3,"0");return`new DateTime(${n}, ${i}, ${l}, ${p}, ${x}, ${T}, ${A})`}};a();o();u();var ir=class extends M{constructor({itemType:r,entries:n},i){super(i);f(this,"itemType");f(this,"entries");this.itemType=r,this.entries=n}write(r){this.itemType!=null?(r.write(this.System.Collections.Generic.List(this.itemType).new()),r.pushScope()):r.write("["),this.entries.forEach((n,i)=>{r.writeNode(n),i<this.entries.length-1&&r.write(", ")}),this.itemType!=null?r.popScope():r.write("]")}};a();o();u();var sr=class extends M{constructor({method:r,arguments_:n,on:i,async:l,configureAwait:p,generics:x,multiline:T,isAsyncEnumerable:A},I){super(I);f(this,"arguments");f(this,"method");f(this,"on");f(this,"async");f(this,"isAsyncEnumerable");f(this,"configureAwait");f(this,"generics");f(this,"multiline");this.method=r,this.arguments=n,this.on=i,this.async=l??!1,this.configureAwait=p??!1,this.generics=x??[],this.multiline=T??!1,this.isAsyncEnumerable=A??!1}write(r){if(this.async&&!this.isAsyncEnumerable&&r.write("await "),this.on&&(this.on.write(r),r.write(".")),r.write(this.method),this.generics!=null&&this.generics.length>0&&(r.write("<"),this.generics.forEach((n,i)=>{r.writeNode(n),i<this.generics.length-1&&r.write(", ")}),r.write(">")),r.write("("),this.arguments.length===0){r.write(")"),this.writeEnd(r);return}this.multiline&&(r.newLine(),r.indent()),this.arguments.forEach((n,i)=>{n.write(r),i<this.arguments.length-1&&(r.write(","),this.multiline||r.write(" ")),this.multiline&&r.writeNewLineIfLastLineNot()}),this.multiline&&r.dedent(),r.write(")"),this.writeEnd(r)}writeEnd(r){this.async&&this.configureAwait===!1&&r.write(".ConfigureAwait(false)")}};a();o();u();var ar=class extends M{constructor({itemType:r,entries:n},i){super(i);f(this,"itemType");f(this,"entries");this.itemType=r,this.entries=n}write(r){r.write("new"),this.entries.length===0&&(r.write(" "),r.writeNode(this.itemType)),r.write("[] {"),this.entries.forEach((n,i)=>{r.writeNode(n),i<this.entries.length-1&&r.write(", ")}),r.write("}")}};a();o();u();var ur=class extends M{constructor({itemType:r,entries:n},i){super(i);f(this,"itemType");f(this,"entries");this.itemType=r,this.entries=n}write(r){r.write(this.System.Collections.Generic.HashSet(this.itemType).new()),r.pushScope(),this.entries.forEach((n,i)=>{r.writeNode(n),i<this.entries.length-1&&r.write(", ")}),r.popScope(!1)}};a();o();u();a();o();u();var El={"\\":"\\\\",'"':'\\"',"\n":"\\n","\r":"\\r"," ":"\\t","\0":"\\0","\f":"\\f","\b":"\\b","\v":"\\v","\x07":"\\a"},Il=/[\\\"\n\r\t\0\f\u0007\u0008\v\u0001-\u0006\u000E-\u001F\u007F-\u009F]/g;function Eo(e){return e.replace(Il,t=>{let r=El[t];return r!==void 0?r:`\\u${t.charCodeAt(0).toString(16).padStart(4,"0")}`})}var or=class extends M{constructor(r,n){super(n);f(this,"string");this.string=r.string}write(r){r.write(`"${Eo(this.string)}"`)}};a();o();u();a();o();u();a();o();u();var Y;(function(e){e.Root="root",e.Text="text",e.Directive="directive",e.Comment="comment",e.Script="script",e.Style="style",e.Tag="tag",e.CDATA="cdata",e.Doctype="doctype"})(Y||(Y={}));function Io(e){return e.type===Y.Tag||e.type===Y.Script||e.type===Y.Style}var Al=Y.Root,Nl=Y.Text,Rl=Y.Directive,Cl=Y.Comment,Ol=Y.Script,Pl=Y.Style,_l=Y.Tag,Fl=Y.CDATA,kl=Y.Doctype;a();o();u();var Yn=class{constructor(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}get parentNode(){return this.parent}set parentNode(t){this.parent=t}get previousSibling(){return this.prev}set previousSibling(t){this.prev=t}get nextSibling(){return this.next}set nextSibling(t){this.next=t}cloneNode(t=!1){return Ro(this,t)}},wn=class extends Yn{constructor(t){super(),this.data=t}get nodeValue(){return this.data}set nodeValue(t){this.data=t}},cr=class extends wn{constructor(){super(...arguments),this.type=Y.Text}get nodeType(){return 3}},Sn=class extends wn{constructor(){super(...arguments),this.type=Y.Comment}get nodeType(){return 8}},Tn=class extends wn{constructor(t,r){super(r),this.name=t,this.type=Y.Directive}get nodeType(){return 1}},En=class extends Yn{constructor(t){super(),this.children=t}get firstChild(){var t;return(t=this.children[0])!==null&&t!==void 0?t:null}get lastChild(){return this.children.length>0?this.children[this.children.length-1]:null}get childNodes(){return this.children}set childNodes(t){this.children=t}},In=class extends En{constructor(){super(...arguments),this.type=Y.CDATA}get nodeType(){return 4}},pr=class extends En{constructor(){super(...arguments),this.type=Y.Root}get nodeType(){return 9}},An=class extends En{constructor(t,r,n=[],i=t==="script"?Y.Script:t==="style"?Y.Style:Y.Tag){super(n),this.name=t,this.attribs=r,this.type=i}get nodeType(){return 1}get tagName(){return this.name}set tagName(t){this.name=t}get attributes(){return Object.keys(this.attribs).map(t=>{var r,n;return{name:t,value:this.attribs[t],namespace:(r=this["x-attribsNamespace"])===null||r===void 0?void 0:r[t],prefix:(n=this["x-attribsPrefix"])===null||n===void 0?void 0:n[t]}})}};function ve(e){return Io(e)}function Xi(e){return e.type===Y.CDATA}function kt(e){return e.type===Y.Text}function Yi(e){return e.type===Y.Comment}function Bl(e){return e.type===Y.Directive}function No(e){return e.type===Y.Root}function Ro(e,t=!1){let r;if(kt(e))r=new cr(e.data);else if(Yi(e))r=new Sn(e.data);else if(ve(e)){let n=t?Qi(e.children):[],i=new An(e.name,{...e.attribs},n);n.forEach(l=>l.parent=i),e.namespace!=null&&(i.namespace=e.namespace),e["x-attribsNamespace"]&&(i["x-attribsNamespace"]={...e["x-attribsNamespace"]}),e["x-attribsPrefix"]&&(i["x-attribsPrefix"]={...e["x-attribsPrefix"]}),r=i}else if(Xi(e)){let n=t?Qi(e.children):[],i=new In(n);n.forEach(l=>l.parent=i),r=i}else if(No(e)){let n=t?Qi(e.children):[],i=new pr(n);n.forEach(l=>l.parent=i),e["x-mode"]&&(i["x-mode"]=e["x-mode"]),r=i}else if(Bl(e)){let n=new Tn(e.name,e.data);e["x-name"]!=null&&(n["x-name"]=e["x-name"],n["x-publicId"]=e["x-publicId"],n["x-systemId"]=e["x-systemId"]),r=n}else throw new Error(`Not implemented yet: ${e.type}`);return r.startIndex=e.startIndex,r.endIndex=e.endIndex,e.sourceCodeLocation!=null&&(r.sourceCodeLocation=e.sourceCodeLocation),r}function Qi(e){let t=e.map(r=>Ro(r,!0));for(let r=1;r<t.length;r++)t[r].prev=t[r-1],t[r-1].next=t[r];return t}var Co={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},lr=class{constructor(t,r,n){this.dom=[],this.root=new pr(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof r=="function"&&(n=r,r=Co),typeof t=="object"&&(r=t,t=void 0),this.callback=t??null,this.options=r??Co,this.elementCB=n??null}onparserinit(t){this.parser=t}onreset(){this.dom=[],this.root=new pr(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null}onend(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))}onerror(t){this.handleCallback(t)}onclosetag(){this.lastNode=null;let t=this.tagStack.pop();this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(t)}onopentag(t,r){let n=this.options.xmlMode?Y.Tag:void 0,i=new An(t,r,void 0,n);this.addNode(i),this.tagStack.push(i)}ontext(t){let{lastNode:r}=this;if(r&&r.type===Y.Text)r.data+=t,this.options.withEndIndices&&(r.endIndex=this.parser.endIndex);else{let n=new cr(t);this.addNode(n),this.lastNode=n}}oncomment(t){if(this.lastNode&&this.lastNode.type===Y.Comment){this.lastNode.data+=t;return}let r=new Sn(t);this.addNode(r),this.lastNode=r}oncommentend(){this.lastNode=null}oncdatastart(){let t=new cr(""),r=new In([t]);this.addNode(r),t.parent=r,this.lastNode=t}oncdataend(){this.lastNode=null}onprocessinginstruction(t,r){let n=new Tn(t,r);this.addNode(n)}handleCallback(t){if(typeof this.callback=="function")this.callback(t,this.dom);else if(t)throw t}addNode(t){let r=this.tagStack[this.tagStack.length-1],n=r.children[r.children.length-1];this.options.withStartIndices&&(t.startIndex=this.parser.startIndex),this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),r.children.push(t),n&&(t.prev=n,n.next=t),t.parent=r,this.lastNode=null}};a();o();u();a();o();u();a();o();u();a();o();u();a();o();u();var Zn=new Uint16Array('\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\u{1D504}rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\u{1D538}plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\u{1D49C}ign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\u{1D505}pf;\uC000\u{1D539}eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\u{1D49E}p\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5ron;\u410E;\u4414l\u0100;t\u02DD\u02DE\u6207a;\u4394r;\uC000\u{1D507}\u0100af\u02EB\u0327\u0100cm\u02F0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031Ccute;\u40B4o\u0174\u030B\u030D;\u42D9bleAcute;\u42DDrave;\u4060ilde;\u42DCond;\u62C4ferentialD;\u6146\u0470\u033D\0\0\0\u0342\u0354\0\u0405f;\uC000\u{1D53B}\u0180;DE\u0348\u0349\u034D\u40A8ot;\u60DCqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03CF\u03E2\u03F8ontourIntegra\xEC\u0239o\u0274\u0379\0\0\u037B\xBB\u0349nArrow;\u61D3\u0100eo\u0387\u03A4ft\u0180ART\u0390\u0396\u03A1rrow;\u61D0ightArrow;\u61D4e\xE5\u02CAng\u0100LR\u03AB\u03C4eft\u0100AR\u03B3\u03B9rrow;\u67F8ightArrow;\u67FAightArrow;\u67F9ight\u0100AT\u03D8\u03DErrow;\u61D2ee;\u62A8p\u0241\u03E9\0\0\u03EFrrow;\u61D1ownArrow;\u61D5erticalBar;\u6225n\u0300ABLRTa\u0412\u042A\u0430\u045E\u047F\u037Crrow\u0180;BU\u041D\u041E\u0422\u6193ar;\u6913pArrow;\u61F5reve;\u4311eft\u02D2\u043A\0\u0446\0\u0450ightVector;\u6950eeVector;\u695Eector\u0100;B\u0459\u045A\u61BDar;\u6956ight\u01D4\u0467\0\u0471eeVector;\u695Fector\u0100;B\u047A\u047B\u61C1ar;\u6957ee\u0100;A\u0486\u0487\u62A4rrow;\u61A7\u0100ct\u0492\u0497r;\uC000\u{1D49F}rok;\u4110\u0800NTacdfglmopqstux\u04BD\u04C0\u04C4\u04CB\u04DE\u04E2\u04E7\u04EE\u04F5\u0521\u052F\u0536\u0552\u055D\u0560\u0565G;\u414AH\u803B\xD0\u40D0cute\u803B\xC9\u40C9\u0180aiy\u04D2\u04D7\u04DCron;\u411Arc\u803B\xCA\u40CA;\u442Dot;\u4116r;\uC000\u{1D508}rave\u803B\xC8\u40C8ement;\u6208\u0100ap\u04FA\u04FEcr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65FBerySmallSquare;\u65AB\u0100gp\u0526\u052Aon;\u4118f;\uC000\u{1D53C}silon;\u4395u\u0100ai\u053C\u0549l\u0100;T\u0542\u0543\u6A75ilde;\u6242librium;\u61CC\u0100ci\u0557\u055Ar;\u6130m;\u6A73a;\u4397ml\u803B\xCB\u40CB\u0100ip\u056A\u056Fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058D\u05B2\u05CCy;\u4424r;\uC000\u{1D509}lled\u0253\u0597\0\0\u05A3mallSquare;\u65FCerySmallSquare;\u65AA\u0370\u05BA\0\u05BF\0\0\u05C4f;\uC000\u{1D53D}All;\u6200riertrf;\u6131c\xF2\u05CB\u0600JTabcdfgorst\u05E8\u05EC\u05EF\u05FA\u0600\u0612\u0616\u061B\u061D\u0623\u066C\u0672cy;\u4403\u803B>\u403Emma\u0100;d\u05F7\u05F8\u4393;\u43DCreve;\u411E\u0180eiy\u0607\u060C\u0610dil;\u4122rc;\u411C;\u4413ot;\u4120r;\uC000\u{1D50A};\u62D9pf;\uC000\u{1D53E}eater\u0300EFGLST\u0635\u0644\u064E\u0656\u065B\u0666qual\u0100;L\u063E\u063F\u6265ess;\u62DBullEqual;\u6267reater;\u6AA2ess;\u6277lantEqual;\u6A7Eilde;\u6273cr;\uC000\u{1D4A2};\u626B\u0400Aacfiosu\u0685\u068B\u0696\u069B\u069E\u06AA\u06BE\u06CARDcy;\u442A\u0100ct\u0690\u0694ek;\u42C7;\u405Eirc;\u4124r;\u610ClbertSpace;\u610B\u01F0\u06AF\0\u06B2f;\u610DizontalLine;\u6500\u0100ct\u06C3\u06C5\xF2\u06A9rok;\u4126mp\u0144\u06D0\u06D8ownHum\xF0\u012Fqual;\u624F\u0700EJOacdfgmnostu\u06FA\u06FE\u0703\u0707\u070E\u071A\u071E\u0721\u0728\u0744\u0778\u078B\u078F\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803B\xCD\u40CD\u0100iy\u0713\u0718rc\u803B\xCE\u40CE;\u4418ot;\u4130r;\u6111rave\u803B\xCC\u40CC\u0180;ap\u0720\u072F\u073F\u0100cg\u0734\u0737r;\u412AinaryI;\u6148lie\xF3\u03DD\u01F4\u0749\0\u0762\u0100;e\u074D\u074E\u622C\u0100gr\u0753\u0758ral;\u622Bsection;\u62C2isible\u0100CT\u076C\u0772omma;\u6063imes;\u6062\u0180gpt\u077F\u0783\u0788on;\u412Ef;\uC000\u{1D540}a;\u4399cr;\u6110ilde;\u4128\u01EB\u079A\0\u079Ecy;\u4406l\u803B\xCF\u40CF\u0280cfosu\u07AC\u07B7\u07BC\u07C2\u07D0\u0100iy\u07B1\u07B5rc;\u4134;\u4419r;\uC000\u{1D50D}pf;\uC000\u{1D541}\u01E3\u07C7\0\u07CCr;\uC000\u{1D4A5}rcy;\u4408kcy;\u4404\u0380HJacfos\u07E4\u07E8\u07EC\u07F1\u07FD\u0802\u0808cy;\u4425cy;\u440Cppa;\u439A\u0100ey\u07F6\u07FBdil;\u4136;\u441Ar;\uC000\u{1D50E}pf;\uC000\u{1D542}cr;\uC000\u{1D4A6}\u0580JTaceflmost\u0825\u0829\u082C\u0850\u0863\u09B3\u09B8\u09C7\u09CD\u0A37\u0A47cy;\u4409\u803B<\u403C\u0280cmnpr\u0837\u083C\u0841\u0844\u084Dute;\u4139bda;\u439Bg;\u67EAlacetrf;\u6112r;\u619E\u0180aey\u0857\u085C\u0861ron;\u413Ddil;\u413B;\u441B\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087E\u08A9\u08B1\u08E0\u08E6\u08FC\u092F\u095B\u0390\u096A\u0100nr\u0883\u088FgleBracket;\u67E8row\u0180;BR\u0899\u089A\u089E\u6190ar;\u61E4ightArrow;\u61C6eiling;\u6308o\u01F5\u08B7\0\u08C3bleBracket;\u67E6n\u01D4\u08C8\0\u08D2eeVector;\u6961ector\u0100;B\u08DB\u08DC\u61C3ar;\u6959loor;\u630Aight\u0100AV\u08EF\u08F5rrow;\u6194ector;\u694E\u0100er\u0901\u0917e\u0180;AV\u0909\u090A\u0910\u62A3rrow;\u61A4ector;\u695Aiangle\u0180;BE\u0924\u0925\u0929\u62B2ar;\u69CFqual;\u62B4p\u0180DTV\u0937\u0942\u094CownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61BFar;\u6958ector\u0100;B\u0965\u0966\u61BCar;\u6952ight\xE1\u039Cs\u0300EFGLST\u097E\u098B\u0995\u099D\u09A2\u09ADqualGreater;\u62DAullEqual;\u6266reater;\u6276ess;\u6AA1lantEqual;\u6A7Dilde;\u6272r;\uC000\u{1D50F}\u0100;e\u09BD\u09BE\u62D8ftarrow;\u61DAidot;\u413F\u0180npw\u09D4\u0A16\u0A1Bg\u0200LRlr\u09DE\u09F7\u0A02\u0A10eft\u0100AR\u09E6\u09ECrrow;\u67F5ightArrow;\u67F7ightArrow;\u67F6eft\u0100ar\u03B3\u0A0Aight\xE1\u03BFight\xE1\u03CAf;\uC000\u{1D543}er\u0100LR\u0A22\u0A2CeftArrow;\u6199ightArrow;\u6198\u0180cht\u0A3E\u0A40\u0A42\xF2\u084C;\u61B0rok;\u4141;\u626A\u0400acefiosu\u0A5A\u0A5D\u0A60\u0A77\u0A7C\u0A85\u0A8B\u0A8Ep;\u6905y;\u441C\u0100dl\u0A65\u0A6FiumSpace;\u605Flintrf;\u6133r;\uC000\u{1D510}nusPlus;\u6213pf;\uC000\u{1D544}c\xF2\u0A76;\u439C\u0480Jacefostu\u0AA3\u0AA7\u0AAD\u0AC0\u0B14\u0B19\u0D91\u0D97\u0D9Ecy;\u440Acute;\u4143\u0180aey\u0AB4\u0AB9\u0ABEron;\u4147dil;\u4145;\u441D\u0180gsw\u0AC7\u0AF0\u0B0Eative\u0180MTV\u0AD3\u0ADF\u0AE8ediumSpace;\u600Bhi\u0100cn\u0AE6\u0AD8\xEB\u0AD9eryThi\xEE\u0AD9ted\u0100GL\u0AF8\u0B06reaterGreate\xF2\u0673essLes\xF3\u0A48Line;\u400Ar;\uC000\u{1D511}\u0200Bnpt\u0B22\u0B28\u0B37\u0B3Areak;\u6060BreakingSpace;\u40A0f;\u6115\u0680;CDEGHLNPRSTV\u0B55\u0B56\u0B6A\u0B7C\u0BA1\u0BEB\u0C04\u0C5E\u0C84\u0CA6\u0CD8\u0D61\u0D85\u6AEC\u0100ou\u0B5B\u0B64ngruent;\u6262pCap;\u626DoubleVerticalBar;\u6226\u0180lqx\u0B83\u0B8A\u0B9Bement;\u6209ual\u0100;T\u0B92\u0B93\u6260ilde;\uC000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0BB6\u0BB7\u0BBD\u0BC9\u0BD3\u0BD8\u0BE5\u626Fqual;\u6271ullEqual;\uC000\u2267\u0338reater;\uC000\u226B\u0338ess;\u6279lantEqual;\uC000\u2A7E\u0338ilde;\u6275ump\u0144\u0BF2\u0BFDownHump;\uC000\u224E\u0338qual;\uC000\u224F\u0338e\u0100fs\u0C0A\u0C27tTriangle\u0180;BE\u0C1A\u0C1B\u0C21\u62EAar;\uC000\u29CF\u0338qual;\u62ECs\u0300;EGLST\u0C35\u0C36\u0C3C\u0C44\u0C4B\u0C58\u626Equal;\u6270reater;\u6278ess;\uC000\u226A\u0338lantEqual;\uC000\u2A7D\u0338ilde;\u6274ested\u0100GL\u0C68\u0C79reaterGreater;\uC000\u2AA2\u0338essLess;\uC000\u2AA1\u0338recedes\u0180;ES\u0C92\u0C93\u0C9B\u6280qual;\uC000\u2AAF\u0338lantEqual;\u62E0\u0100ei\u0CAB\u0CB9verseElement;\u620CghtTriangle\u0180;BE\u0CCB\u0CCC\u0CD2\u62EBar;\uC000\u29D0\u0338qual;\u62ED\u0100qu\u0CDD\u0D0CuareSu\u0100bp\u0CE8\u0CF9set\u0100;E\u0CF0\u0CF3\uC000\u228F\u0338qual;\u62E2erset\u0100;E\u0D03\u0D06\uC000\u2290\u0338qual;\u62E3\u0180bcp\u0D13\u0D24\u0D4Eset\u0100;E\u0D1B\u0D1E\uC000\u2282\u20D2qual;\u6288ceeds\u0200;EST\u0D32\u0D33\u0D3B\u0D46\u6281qual;\uC000\u2AB0\u0338lantEqual;\u62E1ilde;\uC000\u227F\u0338erset\u0100;E\u0D58\u0D5B\uC000\u2283\u20D2qual;\u6289ilde\u0200;EFT\u0D6E\u0D6F\u0D75\u0D7F\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uC000\u{1D4A9}ilde\u803B\xD1\u40D1;\u439D\u0700Eacdfgmoprstuv\u0DBD\u0DC2\u0DC9\u0DD5\u0DDB\u0DE0\u0DE7\u0DFC\u0E02\u0E20\u0E22\u0E32\u0E3F\u0E44lig;\u4152cute\u803B\xD3\u40D3\u0100iy\u0DCE\u0DD3rc\u803B\xD4\u40D4;\u441Eblac;\u4150r;\uC000\u{1D512}rave\u803B\xD2\u40D2\u0180aei\u0DEE\u0DF2\u0DF6cr;\u414Cga;\u43A9cron;\u439Fpf;\uC000\u{1D546}enCurly\u0100DQ\u0E0E\u0E1AoubleQuote;\u601Cuote;\u6018;\u6A54\u0100cl\u0E27\u0E2Cr;\uC000\u{1D4AA}ash\u803B\xD8\u40D8i\u016C\u0E37\u0E3Cde\u803B\xD5\u40D5es;\u6A37ml\u803B\xD6\u40D6er\u0100BP\u0E4B\u0E60\u0100ar\u0E50\u0E53r;\u603Eac\u0100ek\u0E5A\u0E5C;\u63DEet;\u63B4arenthesis;\u63DC\u0480acfhilors\u0E7F\u0E87\u0E8A\u0E8F\u0E92\u0E94\u0E9D\u0EB0\u0EFCrtialD;\u6202y;\u441Fr;\uC000\u{1D513}i;\u43A6;\u43A0usMinus;\u40B1\u0100ip\u0EA2\u0EADncareplan\xE5\u069Df;\u6119\u0200;eio\u0EB9\u0EBA\u0EE0\u0EE4\u6ABBcedes\u0200;EST\u0EC8\u0EC9\u0ECF\u0EDA\u627Aqual;\u6AAFlantEqual;\u627Cilde;\u627Eme;\u6033\u0100dp\u0EE9\u0EEEuct;\u620Fortion\u0100;a\u0225\u0EF9l;\u621D\u0100ci\u0F01\u0F06r;\uC000\u{1D4AB};\u43A8\u0200Ufos\u0F11\u0F16\u0F1B\u0F1FOT\u803B"\u4022r;\uC000\u{1D514}pf;\u611Acr;\uC000\u{1D4AC}\u0600BEacefhiorsu\u0F3E\u0F43\u0F47\u0F60\u0F73\u0FA7\u0FAA\u0FAD\u1096\u10A9\u10B4\u10BEarr;\u6910G\u803B\xAE\u40AE\u0180cnr\u0F4E\u0F53\u0F56ute;\u4154g;\u67EBr\u0100;t\u0F5C\u0F5D\u61A0l;\u6916\u0180aey\u0F67\u0F6C\u0F71ron;\u4158dil;\u4156;\u4420\u0100;v\u0F78\u0F79\u611Cerse\u0100EU\u0F82\u0F99\u0100lq\u0F87\u0F8Eement;\u620Builibrium;\u61CBpEquilibrium;\u696Fr\xBB\u0F79o;\u43A1ght\u0400ACDFTUVa\u0FC1\u0FEB\u0FF3\u1022\u1028\u105B\u1087\u03D8\u0100nr\u0FC6\u0FD2gleBracket;\u67E9row\u0180;BL\u0FDC\u0FDD\u0FE1\u6192ar;\u61E5eftArrow;\u61C4eiling;\u6309o\u01F5\u0FF9\0\u1005bleBracket;\u67E7n\u01D4\u100A\0\u1014eeVector;\u695Dector\u0100;B\u101D\u101E\u61C2ar;\u6955loor;\u630B\u0100er\u102D\u1043e\u0180;AV\u1035\u1036\u103C\u62A2rrow;\u61A6ector;\u695Biangle\u0180;BE\u1050\u1051\u1055\u62B3ar;\u69D0qual;\u62B5p\u0180DTV\u1063\u106E\u1078ownVector;\u694FeeVector;\u695Cector\u0100;B\u1082\u1083\u61BEar;\u6954ector\u0100;B\u1091\u1092\u61C0ar;\u6953\u0100pu\u109B\u109Ef;\u611DndImplies;\u6970ightarrow;\u61DB\u0100ch\u10B9\u10BCr;\u611B;\u61B1leDelayed;\u69F4\u0680HOacfhimoqstu\u10E4\u10F1\u10F7\u10FD\u1119\u111E\u1151\u1156\u1161\u1167\u11B5\u11BB\u11BF\u0100Cc\u10E9\u10EEHcy;\u4429y;\u4428FTcy;\u442Ccute;\u415A\u0280;aeiy\u1108\u1109\u110E\u1113\u1117\u6ABCron;\u4160dil;\u415Erc;\u415C;\u4421r;\uC000\u{1D516}ort\u0200DLRU\u112A\u1134\u113E\u1149ownArrow\xBB\u041EeftArrow\xBB\u089AightArrow\xBB\u0FDDpArrow;\u6191gma;\u43A3allCircle;\u6218pf;\uC000\u{1D54A}\u0272\u116D\0\0\u1170t;\u621Aare\u0200;ISU\u117B\u117C\u1189\u11AF\u65A1ntersection;\u6293u\u0100bp\u118F\u119Eset\u0100;E\u1197\u1198\u628Fqual;\u6291erset\u0100;E\u11A8\u11A9\u6290qual;\u6292nion;\u6294cr;\uC000\u{1D4AE}ar;\u62C6\u0200bcmp\u11C8\u11DB\u1209\u120B\u0100;s\u11CD\u11CE\u62D0et\u0100;E\u11CD\u11D5qual;\u6286\u0100ch\u11E0\u1205eeds\u0200;EST\u11ED\u11EE\u11F4\u11FF\u627Bqual;\u6AB0lantEqual;\u627Dilde;\u627FTh\xE1\u0F8C;\u6211\u0180;es\u1212\u1213\u1223\u62D1rset\u0100;E\u121C\u121D\u6283qual;\u6287et\xBB\u1213\u0580HRSacfhiors\u123E\u1244\u1249\u1255\u125E\u1271\u1276\u129F\u12C2\u12C8\u12D1ORN\u803B\xDE\u40DEADE;\u6122\u0100Hc\u124E\u1252cy;\u440By;\u4426\u0100bu\u125A\u125C;\u4009;\u43A4\u0180aey\u1265\u126A\u126Fron;\u4164dil;\u4162;\u4422r;\uC000\u{1D517}\u0100ei\u127B\u1289\u01F2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128E\u1298kSpace;\uC000\u205F\u200ASpace;\u6009lde\u0200;EFT\u12AB\u12AC\u12B2\u12BC\u623Cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uC000\u{1D54B}ipleDot;\u60DB\u0100ct\u12D6\u12DBr;\uC000\u{1D4AF}rok;\u4166\u0AE1\u12F7\u130E\u131A\u1326\0\u132C\u1331\0\0\0\0\0\u1338\u133D\u1377\u1385\0\u13FF\u1404\u140A\u1410\u0100cr\u12FB\u1301ute\u803B\xDA\u40DAr\u0100;o\u1307\u1308\u619Fcir;\u6949r\u01E3\u1313\0\u1316y;\u440Eve;\u416C\u0100iy\u131E\u1323rc\u803B\xDB\u40DB;\u4423blac;\u4170r;\uC000\u{1D518}rave\u803B\xD9\u40D9acr;\u416A\u0100di\u1341\u1369er\u0100BP\u1348\u135D\u0100ar\u134D\u1350r;\u405Fac\u0100ek\u1357\u1359;\u63DFet;\u63B5arenthesis;\u63DDon\u0100;P\u1370\u1371\u62C3lus;\u628E\u0100gp\u137B\u137Fon;\u4172f;\uC000\u{1D54C}\u0400ADETadps\u1395\u13AE\u13B8\u13C4\u03E8\u13D2\u13D7\u13F3rrow\u0180;BD\u1150\u13A0\u13A4ar;\u6912ownArrow;\u61C5ownArrow;\u6195quilibrium;\u696Eee\u0100;A\u13CB\u13CC\u62A5rrow;\u61A5own\xE1\u03F3er\u0100LR\u13DE\u13E8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13F9\u13FA\u43D2on;\u43A5ing;\u416Ecr;\uC000\u{1D4B0}ilde;\u4168ml\u803B\xDC\u40DC\u0480Dbcdefosv\u1427\u142C\u1430\u1433\u143E\u1485\u148A\u1490\u1496ash;\u62ABar;\u6AEBy;\u4412ash\u0100;l\u143B\u143C\u62A9;\u6AE6\u0100er\u1443\u1445;\u62C1\u0180bty\u144C\u1450\u147Aar;\u6016\u0100;i\u144F\u1455cal\u0200BLST\u1461\u1465\u146A\u1474ar;\u6223ine;\u407Ceparator;\u6758ilde;\u6240ThinSpace;\u600Ar;\uC000\u{1D519}pf;\uC000\u{1D54D}cr;\uC000\u{1D4B1}dash;\u62AA\u0280cefos\u14A7\u14AC\u14B1\u14B6\u14BCirc;\u4174dge;\u62C0r;\uC000\u{1D51A}pf;\uC000\u{1D54E}cr;\uC000\u{1D4B2}\u0200fios\u14CB\u14D0\u14D2\u14D8r;\uC000\u{1D51B};\u439Epf;\uC000\u{1D54F}cr;\uC000\u{1D4B3}\u0480AIUacfosu\u14F1\u14F5\u14F9\u14FD\u1504\u150F\u1514\u151A\u1520cy;\u442Fcy;\u4407cy;\u442Ecute\u803B\xDD\u40DD\u0100iy\u1509\u150Drc;\u4176;\u442Br;\uC000\u{1D51C}pf;\uC000\u{1D550}cr;\uC000\u{1D4B4}ml;\u4178\u0400Hacdefos\u1535\u1539\u153F\u154B\u154F\u155D\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417D;\u4417ot;\u417B\u01F2\u1554\0\u155BoWidt\xE8\u0AD9a;\u4396r;\u6128pf;\u6124cr;\uC000\u{1D4B5}\u0BE1\u1583\u158A\u1590\0\u15B0\u15B6\u15BF\0\0\0\0\u15C6\u15DB\u15EB\u165F\u166D\0\u1695\u169B\u16B2\u16B9\0\u16BEcute\u803B\xE1\u40E1reve;\u4103\u0300;Ediuy\u159C\u159D\u15A1\u15A3\u15A8\u15AD\u623E;\uC000\u223E\u0333;\u623Frc\u803B\xE2\u40E2te\u80BB\xB4\u0306;\u4430lig\u803B\xE6\u40E6\u0100;r\xB2\u15BA;\uC000\u{1D51E}rave\u803B\xE0\u40E0\u0100ep\u15CA\u15D6\u0100fp\u15CF\u15D4sym;\u6135\xE8\u15D3ha;\u43B1\u0100ap\u15DFc\u0100cl\u15E4\u15E7r;\u4101g;\u6A3F\u0264\u15F0\0\0\u160A\u0280;adsv\u15FA\u15FB\u15FF\u1601\u1607\u6227nd;\u6A55;\u6A5Clope;\u6A58;\u6A5A\u0380;elmrsz\u1618\u1619\u161B\u161E\u163F\u164F\u1659\u6220;\u69A4e\xBB\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163A\u163C\u163E;\u69A8;\u69A9;\u69AA;\u69AB;\u69AC;\u69AD;\u69AE;\u69AFt\u0100;v\u1645\u1646\u621Fb\u0100;d\u164C\u164D\u62BE;\u699D\u0100pt\u1654\u1657h;\u6222\xBB\xB9arr;\u637C\u0100gp\u1663\u1667on;\u4105f;\uC000\u{1D552}\u0380;Eaeiop\u12C1\u167B\u167D\u1682\u1684\u1687\u168A;\u6A70cir;\u6A6F;\u624Ad;\u624Bs;\u4027rox\u0100;e\u12C1\u1692\xF1\u1683ing\u803B\xE5\u40E5\u0180cty\u16A1\u16A6\u16A8r;\uC000\u{1D4B6};\u402Amp\u0100;e\u12C1\u16AF\xF1\u0288ilde\u803B\xE3\u40E3ml\u803B\xE4\u40E4\u0100ci\u16C2\u16C8onin\xF4\u0272nt;\u6A11\u0800Nabcdefiklnoprsu\u16ED\u16F1\u1730\u173C\u1743\u1748\u1778\u177D\u17E0\u17E6\u1839\u1850\u170D\u193D\u1948\u1970ot;\u6AED\u0100cr\u16F6\u171Ek\u0200ceps\u1700\u1705\u170D\u1713ong;\u624Cpsilon;\u43F6rime;\u6035im\u0100;e\u171A\u171B\u623Dq;\u62CD\u0176\u1722\u1726ee;\u62BDed\u0100;g\u172C\u172D\u6305e\xBB\u172Drk\u0100;t\u135C\u1737brk;\u63B6\u0100oy\u1701\u1741;\u4431quo;\u601E\u0280cmprt\u1753\u175B\u1761\u1764\u1768aus\u0100;e\u010A\u0109ptyv;\u69B0s\xE9\u170Cno\xF5\u0113\u0180ahw\u176F\u1771\u1773;\u43B2;\u6136een;\u626Cr;\uC000\u{1D51F}g\u0380costuvw\u178D\u179D\u17B3\u17C1\u17D5\u17DB\u17DE\u0180aiu\u1794\u1796\u179A\xF0\u0760rc;\u65EFp\xBB\u1371\u0180dpt\u17A4\u17A8\u17ADot;\u6A00lus;\u6A01imes;\u6A02\u0271\u17B9\0\0\u17BEcup;\u6A06ar;\u6605riangle\u0100du\u17CD\u17D2own;\u65BDp;\u65B3plus;\u6A04e\xE5\u1444\xE5\u14ADarow;\u690D\u0180ako\u17ED\u1826\u1835\u0100cn\u17F2\u1823k\u0180lst\u17FA\u05AB\u1802ozenge;\u69EBriangle\u0200;dlr\u1812\u1813\u1818\u181D\u65B4own;\u65BEeft;\u65C2ight;\u65B8k;\u6423\u01B1\u182B\0\u1833\u01B2\u182F\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183E\u184D\u0100;q\u1843\u1846\uC000=\u20E5uiv;\uC000\u2261\u20E5t;\u6310\u0200ptwx\u1859\u185E\u1867\u186Cf;\uC000\u{1D553}\u0100;t\u13CB\u1863om\xBB\u13CCtie;\u62C8\u0600DHUVbdhmptuv\u1885\u1896\u18AA\u18BB\u18D7\u18DB\u18EC\u18FF\u1905\u190A\u1910\u1921\u0200LRlr\u188E\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18A1\u18A2\u18A4\u18A6\u18A8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18B3\u18B5\u18B7\u18B9;\u655D;\u655A;\u655C;\u6559\u0380;HLRhlr\u18CA\u18CB\u18CD\u18CF\u18D1\u18D3\u18D5\u6551;\u656C;\u6563;\u6560;\u656B;\u6562;\u655Fox;\u69C9\u0200LRlr\u18E4\u18E6\u18E8\u18EA;\u6555;\u6552;\u6510;\u650C\u0280;DUdu\u06BD\u18F7\u18F9\u18FB\u18FD;\u6565;\u6568;\u652C;\u6534inus;\u629Flus;\u629Eimes;\u62A0\u0200LRlr\u1919\u191B\u191D\u191F;\u655B;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193B\u6502;\u656A;\u6561;\u655E;\u653C;\u6524;\u651C\u0100ev\u0123\u1942bar\u803B\xA6\u40A6\u0200ceio\u1951\u1956\u195A\u1960r;\uC000\u{1D4B7}mi;\u604Fm\u0100;e\u171A\u171Cl\u0180;bh\u1968\u1969\u196B\u405C;\u69C5sub;\u67C8\u016C\u1974\u197El\u0100;e\u1979\u197A\u6022t\xBB\u197Ap\u0180;Ee\u012F\u1985\u1987;\u6AAE\u0100;q\u06DC\u06DB\u0CE1\u19A7\0\u19E8\u1A11\u1A15\u1A32\0\u1A37\u1A50\0\0\u1AB4\0\0\u1AC1\0\0\u1B21\u1B2E\u1B4D\u1B52\0\u1BFD\0\u1C0C\u0180cpr\u19AD\u19B2\u19DDute;\u4107\u0300;abcds\u19BF\u19C0\u19C4\u19CA\u19D5\u19D9\u6229nd;\u6A44rcup;\u6A49\u0100au\u19CF\u19D2p;\u6A4Bp;\u6A47ot;\u6A40;\uC000\u2229\uFE00\u0100eo\u19E2\u19E5t;\u6041\xEE\u0693\u0200aeiu\u19F0\u19FB\u1A01\u1A05\u01F0\u19F5\0\u19F8s;\u6A4Don;\u410Ddil\u803B\xE7\u40E7rc;\u4109ps\u0100;s\u1A0C\u1A0D\u6A4Cm;\u6A50ot;\u410B\u0180dmn\u1A1B\u1A20\u1A26il\u80BB\xB8\u01ADptyv;\u69B2t\u8100\xA2;e\u1A2D\u1A2E\u40A2r\xE4\u01B2r;\uC000\u{1D520}\u0180cei\u1A3D\u1A40\u1A4Dy;\u4447ck\u0100;m\u1A47\u1A48\u6713ark\xBB\u1A48;\u43C7r\u0380;Ecefms\u1A5F\u1A60\u1A62\u1A6B\u1AA4\u1AAA\u1AAE\u65CB;\u69C3\u0180;el\u1A69\u1A6A\u1A6D\u42C6q;\u6257e\u0261\u1A74\0\0\u1A88rrow\u0100lr\u1A7C\u1A81eft;\u61BAight;\u61BB\u0280RSacd\u1A92\u1A94\u1A96\u1A9A\u1A9F\xBB\u0F47;\u64C8st;\u629Birc;\u629Aash;\u629Dnint;\u6A10id;\u6AEFcir;\u69C2ubs\u0100;u\u1ABB\u1ABC\u6663it\xBB\u1ABC\u02EC\u1AC7\u1AD4\u1AFA\0\u1B0Aon\u0100;e\u1ACD\u1ACE\u403A\u0100;q\xC7\xC6\u026D\u1AD9\0\0\u1AE2a\u0100;t\u1ADE\u1ADF\u402C;\u4040\u0180;fl\u1AE8\u1AE9\u1AEB\u6201\xEE\u1160e\u0100mx\u1AF1\u1AF6ent\xBB\u1AE9e\xF3\u024D\u01E7\u1AFE\0\u1B07\u0100;d\u12BB\u1B02ot;\u6A6Dn\xF4\u0246\u0180fry\u1B10\u1B14\u1B17;\uC000\u{1D554}o\xE4\u0254\u8100\xA9;s\u0155\u1B1Dr;\u6117\u0100ao\u1B25\u1B29rr;\u61B5ss;\u6717\u0100cu\u1B32\u1B37r;\uC000\u{1D4B8}\u0100bp\u1B3C\u1B44\u0100;e\u1B41\u1B42\u6ACF;\u6AD1\u0100;e\u1B49\u1B4A\u6AD0;\u6AD2dot;\u62EF\u0380delprvw\u1B60\u1B6C\u1B77\u1B82\u1BAC\u1BD4\u1BF9arr\u0100lr\u1B68\u1B6A;\u6938;\u6935\u0270\u1B72\0\0\u1B75r;\u62DEc;\u62DFarr\u0100;p\u1B7F\u1B80\u61B6;\u693D\u0300;bcdos\u1B8F\u1B90\u1B96\u1BA1\u1BA5\u1BA8\u622Arcap;\u6A48\u0100au\u1B9B\u1B9Ep;\u6A46p;\u6A4Aot;\u628Dr;\u6A45;\uC000\u222A\uFE00\u0200alrv\u1BB5\u1BBF\u1BDE\u1BE3rr\u0100;m\u1BBC\u1BBD\u61B7;\u693Cy\u0180evw\u1BC7\u1BD4\u1BD8q\u0270\u1BCE\0\0\u1BD2re\xE3\u1B73u\xE3\u1B75ee;\u62CEedge;\u62CFen\u803B\xA4\u40A4earrow\u0100lr\u1BEE\u1BF3eft\xBB\u1B80ight\xBB\u1BBDe\xE4\u1BDD\u0100ci\u1C01\u1C07onin\xF4\u01F7nt;\u6231lcty;\u632D\u0980AHabcdefhijlorstuwz\u1C38\u1C3B\u1C3F\u1C5D\u1C69\u1C75\u1C8A\u1C9E\u1CAC\u1CB7\u1CFB\u1CFF\u1D0D\u1D7B\u1D91\u1DAB\u1DBB\u1DC6\u1DCDr\xF2\u0381ar;\u6965\u0200glrs\u1C48\u1C4D\u1C52\u1C54ger;\u6020eth;\u6138\xF2\u1133h\u0100;v\u1C5A\u1C5B\u6010\xBB\u090A\u016B\u1C61\u1C67arow;\u690Fa\xE3\u0315\u0100ay\u1C6E\u1C73ron;\u410F;\u4434\u0180;ao\u0332\u1C7C\u1C84\u0100gr\u02BF\u1C81r;\u61CAtseq;\u6A77\u0180glm\u1C91\u1C94\u1C98\u803B\xB0\u40B0ta;\u43B4ptyv;\u69B1\u0100ir\u1CA3\u1CA8sht;\u697F;\uC000\u{1D521}ar\u0100lr\u1CB3\u1CB5\xBB\u08DC\xBB\u101E\u0280aegsv\u1CC2\u0378\u1CD6\u1CDC\u1CE0m\u0180;os\u0326\u1CCA\u1CD4nd\u0100;s\u0326\u1CD1uit;\u6666amma;\u43DDin;\u62F2\u0180;io\u1CE7\u1CE8\u1CF8\u40F7de\u8100\xF7;o\u1CE7\u1CF0ntimes;\u62C7n\xF8\u1CF7cy;\u4452c\u026F\u1D06\0\0\u1D0Arn;\u631Eop;\u630D\u0280lptuw\u1D18\u1D1D\u1D22\u1D49\u1D55lar;\u4024f;\uC000\u{1D555}\u0280;emps\u030B\u1D2D\u1D37\u1D3D\u1D42q\u0100;d\u0352\u1D33ot;\u6251inus;\u6238lus;\u6214quare;\u62A1blebarwedg\xE5\xFAn\u0180adh\u112E\u1D5D\u1D67ownarrow\xF3\u1C83arpoon\u0100lr\u1D72\u1D76ef\xF4\u1CB4igh\xF4\u1CB6\u0162\u1D7F\u1D85karo\xF7\u0F42\u026F\u1D8A\0\0\u1D8Ern;\u631Fop;\u630C\u0180cot\u1D98\u1DA3\u1DA6\u0100ry\u1D9D\u1DA1;\uC000\u{1D4B9};\u4455l;\u69F6rok;\u4111\u0100dr\u1DB0\u1DB4ot;\u62F1i\u0100;f\u1DBA\u1816\u65BF\u0100ah\u1DC0\u1DC3r\xF2\u0429a\xF2\u0FA6angle;\u69A6\u0100ci\u1DD2\u1DD5y;\u445Fgrarr;\u67FF\u0900Dacdefglmnopqrstux\u1E01\u1E09\u1E19\u1E38\u0578\u1E3C\u1E49\u1E61\u1E7E\u1EA5\u1EAF\u1EBD\u1EE1\u1F2A\u1F37\u1F44\u1F4E\u1F5A\u0100Do\u1E06\u1D34o\xF4\u1C89\u0100cs\u1E0E\u1E14ute\u803B\xE9\u40E9ter;\u6A6E\u0200aioy\u1E22\u1E27\u1E31\u1E36ron;\u411Br\u0100;c\u1E2D\u1E2E\u6256\u803B\xEA\u40EAlon;\u6255;\u444Dot;\u4117\u0100Dr\u1E41\u1E45ot;\u6252;\uC000\u{1D522}\u0180;rs\u1E50\u1E51\u1E57\u6A9Aave\u803B\xE8\u40E8\u0100;d\u1E5C\u1E5D\u6A96ot;\u6A98\u0200;ils\u1E6A\u1E6B\u1E72\u1E74\u6A99nters;\u63E7;\u6113\u0100;d\u1E79\u1E7A\u6A95ot;\u6A97\u0180aps\u1E85\u1E89\u1E97cr;\u4113ty\u0180;sv\u1E92\u1E93\u1E95\u6205et\xBB\u1E93p\u01001;\u1E9D\u1EA4\u0133\u1EA1\u1EA3;\u6004;\u6005\u6003\u0100gs\u1EAA\u1EAC;\u414Bp;\u6002\u0100gp\u1EB4\u1EB8on;\u4119f;\uC000\u{1D556}\u0180als\u1EC4\u1ECE\u1ED2r\u0100;s\u1ECA\u1ECB\u62D5l;\u69E3us;\u6A71i\u0180;lv\u1EDA\u1EDB\u1EDF\u43B5on\xBB\u1EDB;\u43F5\u0200csuv\u1EEA\u1EF3\u1F0B\u1F23\u0100io\u1EEF\u1E31rc\xBB\u1E2E\u0269\u1EF9\0\0\u1EFB\xED\u0548ant\u0100gl\u1F02\u1F06tr\xBB\u1E5Dess\xBB\u1E7A\u0180aei\u1F12\u1F16\u1F1Als;\u403Dst;\u625Fv\u0100;D\u0235\u1F20D;\u6A78parsl;\u69E5\u0100Da\u1F2F\u1F33ot;\u6253rr;\u6971\u0180cdi\u1F3E\u1F41\u1EF8r;\u612Fo\xF4\u0352\u0100ah\u1F49\u1F4B;\u43B7\u803B\xF0\u40F0\u0100mr\u1F53\u1F57l\u803B\xEB\u40EBo;\u60AC\u0180cip\u1F61\u1F64\u1F67l;\u4021s\xF4\u056E\u0100eo\u1F6C\u1F74ctatio\xEE\u0559nential\xE5\u0579\u09E1\u1F92\0\u1F9E\0\u1FA1\u1FA7\0\0\u1FC6\u1FCC\0\u1FD3\0\u1FE6\u1FEA\u2000\0\u2008\u205Allingdotse\xF1\u1E44y;\u4444male;\u6640\u0180ilr\u1FAD\u1FB3\u1FC1lig;\u8000\uFB03\u0269\u1FB9\0\0\u1FBDg;\u8000\uFB00ig;\u8000\uFB04;\uC000\u{1D523}lig;\u8000\uFB01lig;\uC000fj\u0180alt\u1FD9\u1FDC\u1FE1t;\u666Dig;\u8000\uFB02ns;\u65B1of;\u4192\u01F0\u1FEE\0\u1FF3f;\uC000\u{1D557}\u0100ak\u05BF\u1FF7\u0100;v\u1FFC\u1FFD\u62D4;\u6AD9artint;\u6A0D\u0100ao\u200C\u2055\u0100cs\u2011\u2052\u03B1\u201A\u2030\u2038\u2045\u2048\0\u2050\u03B2\u2022\u2025\u2027\u202A\u202C\0\u202E\u803B\xBD\u40BD;\u6153\u803B\xBC\u40BC;\u6155;\u6159;\u615B\u01B3\u2034\0\u2036;\u6154;\u6156\u02B4\u203E\u2041\0\0\u2043\u803B\xBE\u40BE;\u6157;\u615C5;\u6158\u01B6\u204C\0\u204E;\u615A;\u615D8;\u615El;\u6044wn;\u6322cr;\uC000\u{1D4BB}\u0880Eabcdefgijlnorstv\u2082\u2089\u209F\u20A5\u20B0\u20B4\u20F0\u20F5\u20FA\u20FF\u2103\u2112\u2138\u0317\u213E\u2152\u219E\u0100;l\u064D\u2087;\u6A8C\u0180cmp\u2090\u2095\u209Dute;\u41F5ma\u0100;d\u209C\u1CDA\u43B3;\u6A86reve;\u411F\u0100iy\u20AA\u20AErc;\u411D;\u4433ot;\u4121\u0200;lqs\u063E\u0642\u20BD\u20C9\u0180;qs\u063E\u064C\u20C4lan\xF4\u0665\u0200;cdl\u0665\u20D2\u20D5\u20E5c;\u6AA9ot\u0100;o\u20DC\u20DD\u6A80\u0100;l\u20E2\u20E3\u6A82;\u6A84\u0100;e\u20EA\u20ED\uC000\u22DB\uFE00s;\u6A94r;\uC000\u{1D524}\u0100;g\u0673\u061Bmel;\u6137cy;\u4453\u0200;Eaj\u065A\u210C\u210E\u2110;\u6A92;\u6AA5;\u6AA4\u0200Eaes\u211B\u211D\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6A8Arox\xBB\u2124\u0100;q\u212E\u212F\u6A88\u0100;q\u212E\u211Bim;\u62E7pf;\uC000\u{1D558}\u0100ci\u2143\u2146r;\u610Am\u0180;el\u066B\u214E\u2150;\u6A8E;\u6A90\u8300>;cdlqr\u05EE\u2160\u216A\u216E\u2173\u2179\u0100ci\u2165\u2167;\u6AA7r;\u6A7Aot;\u62D7Par;\u6995uest;\u6A7C\u0280adels\u2184\u216A\u2190\u0656\u219B\u01F0\u2189\0\u218Epro\xF8\u209Er;\u6978q\u0100lq\u063F\u2196les\xF3\u2088i\xED\u066B\u0100en\u21A3\u21ADrtneqq;\uC000\u2269\uFE00\xC5\u21AA\u0500Aabcefkosy\u21C4\u21C7\u21F1\u21F5\u21FA\u2218\u221D\u222F\u2268\u227Dr\xF2\u03A0\u0200ilmr\u21D0\u21D4\u21D7\u21DBrs\xF0\u1484f\xBB\u2024il\xF4\u06A9\u0100dr\u21E0\u21E4cy;\u444A\u0180;cw\u08F4\u21EB\u21EFir;\u6948;\u61ADar;\u610Firc;\u4125\u0180alr\u2201\u220E\u2213rts\u0100;u\u2209\u220A\u6665it\xBB\u220Alip;\u6026con;\u62B9r;\uC000\u{1D525}s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223A\u223E\u2243\u225E\u2263rr;\u61FFtht;\u623Bk\u0100lr\u2249\u2253eftarrow;\u61A9ightarrow;\u61AAf;\uC000\u{1D559}bar;\u6015\u0180clt\u226F\u2274\u2278r;\uC000\u{1D4BD}as\xE8\u21F4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xBB\u1C5B\u0AE1\u22A3\0\u22AA\0\u22B8\u22C5\u22CE\0\u22D5\u22F3\0\0\u22F8\u2322\u2367\u2362\u237F\0\u2386\u23AA\u23B4cute\u803B\xED\u40ED\u0180;iy\u0771\u22B0\u22B5rc\u803B\xEE\u40EE;\u4438\u0100cx\u22BC\u22BFy;\u4435cl\u803B\xA1\u40A1\u0100fr\u039F\u22C9;\uC000\u{1D526}rave\u803B\xEC\u40EC\u0200;ino\u073E\u22DD\u22E9\u22EE\u0100in\u22E2\u22E6nt;\u6A0Ct;\u622Dfin;\u69DCta;\u6129lig;\u4133\u0180aop\u22FE\u231A\u231D\u0180cgt\u2305\u2308\u2317r;\u412B\u0180elp\u071F\u230F\u2313in\xE5\u078Ear\xF4\u0720h;\u4131f;\u62B7ed;\u41B5\u0280;cfot\u04F4\u232C\u2331\u233D\u2341are;\u6105in\u0100;t\u2338\u2339\u621Eie;\u69DDdo\xF4\u2319\u0280;celp\u0757\u234C\u2350\u235B\u2361al;\u62BA\u0100gr\u2355\u2359er\xF3\u1563\xE3\u234Darhk;\u6A17rod;\u6A3C\u0200cgpt\u236F\u2372\u2376\u237By;\u4451on;\u412Ff;\uC000\u{1D55A}a;\u43B9uest\u803B\xBF\u40BF\u0100ci\u238A\u238Fr;\uC000\u{1D4BE}n\u0280;Edsv\u04F4\u239B\u239D\u23A1\u04F3;\u62F9ot;\u62F5\u0100;v\u23A6\u23A7\u62F4;\u62F3\u0100;i\u0777\u23AElde;\u4129\u01EB\u23B8\0\u23BCcy;\u4456l\u803B\xEF\u40EF\u0300cfmosu\u23CC\u23D7\u23DC\u23E1\u23E7\u23F5\u0100iy\u23D1\u23D5rc;\u4135;\u4439r;\uC000\u{1D527}ath;\u4237pf;\uC000\u{1D55B}\u01E3\u23EC\0\u23F1r;\uC000\u{1D4BF}rcy;\u4458kcy;\u4454\u0400acfghjos\u240B\u2416\u2422\u2427\u242D\u2431\u2435\u243Bppa\u0100;v\u2413\u2414\u43BA;\u43F0\u0100ey\u241B\u2420dil;\u4137;\u443Ar;\uC000\u{1D528}reen;\u4138cy;\u4445cy;\u445Cpf;\uC000\u{1D55C}cr;\uC000\u{1D4C0}\u0B80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248D\u2491\u250E\u253D\u255A\u2580\u264E\u265E\u2665\u2679\u267D\u269A\u26B2\u26D8\u275D\u2768\u278B\u27C0\u2801\u2812\u0180art\u2477\u247A\u247Cr\xF2\u09C6\xF2\u0395ail;\u691Barr;\u690E\u0100;g\u0994\u248B;\u6A8Bar;\u6962\u0963\u24A5\0\u24AA\0\u24B1\0\0\0\0\0\u24B5\u24BA\0\u24C6\u24C8\u24CD\0\u24F9ute;\u413Amptyv;\u69B4ra\xEE\u084Cbda;\u43BBg\u0180;dl\u088E\u24C1\u24C3;\u6991\xE5\u088E;\u6A85uo\u803B\xAB\u40ABr\u0400;bfhlpst\u0899\u24DE\u24E6\u24E9\u24EB\u24EE\u24F1\u24F5\u0100;f\u089D\u24E3s;\u691Fs;\u691D\xEB\u2252p;\u61ABl;\u6939im;\u6973l;\u61A2\u0180;ae\u24FF\u2500\u2504\u6AABil;\u6919\u0100;s\u2509\u250A\u6AAD;\uC000\u2AAD\uFE00\u0180abr\u2515\u2519\u251Drr;\u690Crk;\u6772\u0100ak\u2522\u252Cc\u0100ek\u2528\u252A;\u407B;\u405B\u0100es\u2531\u2533;\u698Bl\u0100du\u2539\u253B;\u698F;\u698D\u0200aeuy\u2546\u254B\u2556\u2558ron;\u413E\u0100di\u2550\u2554il;\u413C\xEC\u08B0\xE2\u2529;\u443B\u0200cqrs\u2563\u2566\u256D\u257Da;\u6936uo\u0100;r\u0E19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694Bh;\u61B2\u0280;fgqs\u258B\u258C\u0989\u25F3\u25FF\u6264t\u0280ahlrt\u2598\u25A4\u25B7\u25C2\u25E8rrow\u0100;t\u0899\u25A1a\xE9\u24F6arpoon\u0100du\u25AF\u25B4own\xBB\u045Ap\xBB\u0966eftarrows;\u61C7ight\u0180ahs\u25CD\u25D6\u25DErrow\u0100;s\u08F4\u08A7arpoon\xF3\u0F98quigarro\xF7\u21F0hreetimes;\u62CB\u0180;qs\u258B\u0993\u25FAlan\xF4\u09AC\u0280;cdgs\u09AC\u260A\u260D\u261D\u2628c;\u6AA8ot\u0100;o\u2614\u2615\u6A7F\u0100;r\u261A\u261B\u6A81;\u6A83\u0100;e\u2622\u2625\uC000\u22DA\uFE00s;\u6A93\u0280adegs\u2633\u2639\u263D\u2649\u264Bppro\xF8\u24C6ot;\u62D6q\u0100gq\u2643\u2645\xF4\u0989gt\xF2\u248C\xF4\u099Bi\xED\u09B2\u0180ilr\u2655\u08E1\u265Asht;\u697C;\uC000\u{1D529}\u0100;E\u099C\u2663;\u6A91\u0161\u2669\u2676r\u0100du\u25B2\u266E\u0100;l\u0965\u2673;\u696Alk;\u6584cy;\u4459\u0280;acht\u0A48\u2688\u268B\u2691\u2696r\xF2\u25C1orne\xF2\u1D08ard;\u696Bri;\u65FA\u0100io\u269F\u26A4dot;\u4140ust\u0100;a\u26AC\u26AD\u63B0che\xBB\u26AD\u0200Eaes\u26BB\u26BD\u26C9\u26D4;\u6268p\u0100;p\u26C3\u26C4\u6A89rox\xBB\u26C4\u0100;q\u26CE\u26CF\u6A87\u0100;q\u26CE\u26BBim;\u62E6\u0400abnoptwz\u26E9\u26F4\u26F7\u271A\u272F\u2741\u2747\u2750\u0100nr\u26EE\u26F1g;\u67ECr;\u61FDr\xEB\u08C1g\u0180lmr\u26FF\u270D\u2714eft\u0100ar\u09E6\u2707ight\xE1\u09F2apsto;\u67FCight\xE1\u09FDparrow\u0100lr\u2725\u2729ef\xF4\u24EDight;\u61AC\u0180afl\u2736\u2739\u273Dr;\u6985;\uC000\u{1D55D}us;\u6A2Dimes;\u6A34\u0161\u274B\u274Fst;\u6217\xE1\u134E\u0180;ef\u2757\u2758\u1800\u65CAnge\xBB\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277C\u2785\u2787r\xF2\u08A8orne\xF2\u1D8Car\u0100;d\u0F98\u2783;\u696D;\u600Eri;\u62BF\u0300achiqt\u2798\u279D\u0A40\u27A2\u27AE\u27BBquo;\u6039r;\uC000\u{1D4C1}m\u0180;eg\u09B2\u27AA\u27AC;\u6A8D;\u6A8F\u0100bu\u252A\u27B3o\u0100;r\u0E1F\u27B9;\u601Arok;\u4142\u8400<;cdhilqr\u082B\u27D2\u2639\u27DC\u27E0\u27E5\u27EA\u27F0\u0100ci\u27D7\u27D9;\u6AA6r;\u6A79re\xE5\u25F2mes;\u62C9arr;\u6976uest;\u6A7B\u0100Pi\u27F5\u27F9ar;\u6996\u0180;ef\u2800\u092D\u181B\u65C3r\u0100du\u2807\u280Dshar;\u694Ahar;\u6966\u0100en\u2817\u2821rtneqq;\uC000\u2268\uFE00\xC5\u281E\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288E\u2893\u28A0\u28A5\u28A8\u28DA\u28E2\u28E4\u0A83\u28F3\u2902Dot;\u623A\u0200clpr\u284E\u2852\u2863\u287Dr\u803B\xAF\u40AF\u0100et\u2857\u2859;\u6642\u0100;e\u285E\u285F\u6720se\xBB\u285F\u0100;s\u103B\u2868to\u0200;dlu\u103B\u2873\u2877\u287Bow\xEE\u048Cef\xF4\u090F\xF0\u13D1ker;\u65AE\u0100oy\u2887\u288Cmma;\u6A29;\u443Cash;\u6014asuredangle\xBB\u1626r;\uC000\u{1D52A}o;\u6127\u0180cdn\u28AF\u28B4\u28C9ro\u803B\xB5\u40B5\u0200;acd\u1464\u28BD\u28C0\u28C4s\xF4\u16A7ir;\u6AF0ot\u80BB\xB7\u01B5us\u0180;bd\u28D2\u1903\u28D3\u6212\u0100;u\u1D3C\u28D8;\u6A2A\u0163\u28DE\u28E1p;\u6ADB\xF2\u2212\xF0\u0A81\u0100dp\u28E9\u28EEels;\u62A7f;\uC000\u{1D55E}\u0100ct\u28F8\u28FDr;\uC000\u{1D4C2}pos\xBB\u159D\u0180;lm\u2909\u290A\u290D\u43BCtimap;\u62B8\u0C00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297E\u2989\u2998\u29DA\u29E9\u2A15\u2A1A\u2A58\u2A5D\u2A83\u2A95\u2AA4\u2AA8\u2B04\u2B07\u2B44\u2B7F\u2BAE\u2C34\u2C67\u2C7C\u2CE9\u0100gt\u2947\u294B;\uC000\u22D9\u0338\u0100;v\u2950\u0BCF\uC000\u226B\u20D2\u0180elt\u295A\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61CDightarrow;\u61CE;\uC000\u22D8\u0338\u0100;v\u297B\u0C47\uC000\u226A\u20D2ightarrow;\u61CF\u0100Dd\u298E\u2993ash;\u62AFash;\u62AE\u0280bcnpt\u29A3\u29A7\u29AC\u29B1\u29CCla\xBB\u02DEute;\u4144g;\uC000\u2220\u20D2\u0280;Eiop\u0D84\u29BC\u29C0\u29C5\u29C8;\uC000\u2A70\u0338d;\uC000\u224B\u0338s;\u4149ro\xF8\u0D84ur\u0100;a\u29D3\u29D4\u666El\u0100;s\u29D3\u0B38\u01F3\u29DF\0\u29E3p\u80BB\xA0\u0B37mp\u0100;e\u0BF9\u0C00\u0280aeouy\u29F4\u29FE\u2A03\u2A10\u2A13\u01F0\u29F9\0\u29FB;\u6A43on;\u4148dil;\u4146ng\u0100;d\u0D7E\u2A0Aot;\uC000\u2A6D\u0338p;\u6A42;\u443Dash;\u6013\u0380;Aadqsx\u0B92\u2A29\u2A2D\u2A3B\u2A41\u2A45\u2A50rr;\u61D7r\u0100hr\u2A33\u2A36k;\u6924\u0100;o\u13F2\u13F0ot;\uC000\u2250\u0338ui\xF6\u0B63\u0100ei\u2A4A\u2A4Ear;\u6928\xED\u0B98ist\u0100;s\u0BA0\u0B9Fr;\uC000\u{1D52B}\u0200Eest\u0BC5\u2A66\u2A79\u2A7C\u0180;qs\u0BBC\u2A6D\u0BE1\u0180;qs\u0BBC\u0BC5\u2A74lan\xF4\u0BE2i\xED\u0BEA\u0100;r\u0BB6\u2A81\xBB\u0BB7\u0180Aap\u2A8A\u2A8D\u2A91r\xF2\u2971rr;\u61AEar;\u6AF2\u0180;sv\u0F8D\u2A9C\u0F8C\u0100;d\u2AA1\u2AA2\u62FC;\u62FAcy;\u445A\u0380AEadest\u2AB7\u2ABA\u2ABE\u2AC2\u2AC5\u2AF6\u2AF9r\xF2\u2966;\uC000\u2266\u0338rr;\u619Ar;\u6025\u0200;fqs\u0C3B\u2ACE\u2AE3\u2AEFt\u0100ar\u2AD4\u2AD9rro\xF7\u2AC1ightarro\xF7\u2A90\u0180;qs\u0C3B\u2ABA\u2AEAlan\xF4\u0C55\u0100;s\u0C55\u2AF4\xBB\u0C36i\xED\u0C5D\u0100;r\u0C35\u2AFEi\u0100;e\u0C1A\u0C25i\xE4\u0D90\u0100pt\u2B0C\u2B11f;\uC000\u{1D55F}\u8180\xAC;in\u2B19\u2B1A\u2B36\u40ACn\u0200;Edv\u0B89\u2B24\u2B28\u2B2E;\uC000\u22F9\u0338ot;\uC000\u22F5\u0338\u01E1\u0B89\u2B33\u2B35;\u62F7;\u62F6i\u0100;v\u0CB8\u2B3C\u01E1\u0CB8\u2B41\u2B43;\u62FE;\u62FD\u0180aor\u2B4B\u2B63\u2B69r\u0200;ast\u0B7B\u2B55\u2B5A\u2B5Flle\xEC\u0B7Bl;\uC000\u2AFD\u20E5;\uC000\u2202\u0338lint;\u6A14\u0180;ce\u0C92\u2B70\u2B73u\xE5\u0CA5\u0100;c\u0C98\u2B78\u0100;e\u0C92\u2B7D\xF1\u0C98\u0200Aait\u2B88\u2B8B\u2B9D\u2BA7r\xF2\u2988rr\u0180;cw\u2B94\u2B95\u2B99\u619B;\uC000\u2933\u0338;\uC000\u219D\u0338ghtarrow\xBB\u2B95ri\u0100;e\u0CCB\u0CD6\u0380chimpqu\u2BBD\u2BCD\u2BD9\u2B04\u0B78\u2BE4\u2BEF\u0200;cer\u0D32\u2BC6\u0D37\u2BC9u\xE5\u0D45;\uC000\u{1D4C3}ort\u026D\u2B05\0\0\u2BD6ar\xE1\u2B56m\u0100;e\u0D6E\u2BDF\u0100;q\u0D74\u0D73su\u0100bp\u2BEB\u2BED\xE5\u0CF8\xE5\u0D0B\u0180bcp\u2BF6\u2C11\u2C19\u0200;Ees\u2BFF\u2C00\u0D22\u2C04\u6284;\uC000\u2AC5\u0338et\u0100;e\u0D1B\u2C0Bq\u0100;q\u0D23\u2C00c\u0100;e\u0D32\u2C17\xF1\u0D38\u0200;Ees\u2C22\u2C23\u0D5F\u2C27\u6285;\uC000\u2AC6\u0338et\u0100;e\u0D58\u2C2Eq\u0100;q\u0D60\u2C23\u0200gilr\u2C3D\u2C3F\u2C45\u2C47\xEC\u0BD7lde\u803B\xF1\u40F1\xE7\u0C43iangle\u0100lr\u2C52\u2C5Ceft\u0100;e\u0C1A\u2C5A\xF1\u0C26ight\u0100;e\u0CCB\u2C65\xF1\u0CD7\u0100;m\u2C6C\u2C6D\u43BD\u0180;es\u2C74\u2C75\u2C79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2C8F\u2C94\u2C99\u2C9E\u2CA3\u2CB0\u2CB6\u2CD3\u2CE3ash;\u62ADarr;\u6904p;\uC000\u224D\u20D2ash;\u62AC\u0100et\u2CA8\u2CAC;\uC000\u2265\u20D2;\uC000>\u20D2nfin;\u69DE\u0180Aet\u2CBD\u2CC1\u2CC5rr;\u6902;\uC000\u2264\u20D2\u0100;r\u2CCA\u2CCD\uC000<\u20D2ie;\uC000\u22B4\u20D2\u0100At\u2CD8\u2CDCrr;\u6903rie;\uC000\u22B5\u20D2im;\uC000\u223C\u20D2\u0180Aan\u2CF0\u2CF4\u2D02rr;\u61D6r\u0100hr\u2CFA\u2CFDk;\u6923\u0100;o\u13E7\u13E5ear;\u6927\u1253\u1A95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2D2D\0\u2D38\u2D48\u2D60\u2D65\u2D72\u2D84\u1B07\0\0\u2D8D\u2DAB\0\u2DC8\u2DCE\0\u2DDC\u2E19\u2E2B\u2E3E\u2E43\u0100cs\u2D31\u1A97ute\u803B\xF3\u40F3\u0100iy\u2D3C\u2D45r\u0100;c\u1A9E\u2D42\u803B\xF4\u40F4;\u443E\u0280abios\u1AA0\u2D52\u2D57\u01C8\u2D5Alac;\u4151v;\u6A38old;\u69BClig;\u4153\u0100cr\u2D69\u2D6Dir;\u69BF;\uC000\u{1D52C}\u036F\u2D79\0\0\u2D7C\0\u2D82n;\u42DBave\u803B\xF2\u40F2;\u69C1\u0100bm\u2D88\u0DF4ar;\u69B5\u0200acit\u2D95\u2D98\u2DA5\u2DA8r\xF2\u1A80\u0100ir\u2D9D\u2DA0r;\u69BEoss;\u69BBn\xE5\u0E52;\u69C0\u0180aei\u2DB1\u2DB5\u2DB9cr;\u414Dga;\u43C9\u0180cdn\u2DC0\u2DC5\u01CDron;\u43BF;\u69B6pf;\uC000\u{1D560}\u0180ael\u2DD4\u2DD7\u01D2r;\u69B7rp;\u69B9\u0380;adiosv\u2DEA\u2DEB\u2DEE\u2E08\u2E0D\u2E10\u2E16\u6228r\xF2\u1A86\u0200;efm\u2DF7\u2DF8\u2E02\u2E05\u6A5Dr\u0100;o\u2DFE\u2DFF\u6134f\xBB\u2DFF\u803B\xAA\u40AA\u803B\xBA\u40BAgof;\u62B6r;\u6A56lope;\u6A57;\u6A5B\u0180clo\u2E1F\u2E21\u2E27\xF2\u2E01ash\u803B\xF8\u40F8l;\u6298i\u016C\u2E2F\u2E34de\u803B\xF5\u40F5es\u0100;a\u01DB\u2E3As;\u6A36ml\u803B\xF6\u40F6bar;\u633D\u0AE1\u2E5E\0\u2E7D\0\u2E80\u2E9D\0\u2EA2\u2EB9\0\0\u2ECB\u0E9C\0\u2F13\0\0\u2F2B\u2FBC\0\u2FC8r\u0200;ast\u0403\u2E67\u2E72\u0E85\u8100\xB6;l\u2E6D\u2E6E\u40B6le\xEC\u0403\u0269\u2E78\0\0\u2E7Bm;\u6AF3;\u6AFDy;\u443Fr\u0280cimpt\u2E8B\u2E8F\u2E93\u1865\u2E97nt;\u4025od;\u402Eil;\u6030enk;\u6031r;\uC000\u{1D52D}\u0180imo\u2EA8\u2EB0\u2EB4\u0100;v\u2EAD\u2EAE\u43C6;\u43D5ma\xF4\u0A76ne;\u660E\u0180;tv\u2EBF\u2EC0\u2EC8\u43C0chfork\xBB\u1FFD;\u43D6\u0100au\u2ECF\u2EDFn\u0100ck\u2ED5\u2EDDk\u0100;h\u21F4\u2EDB;\u610E\xF6\u21F4s\u0480;abcdemst\u2EF3\u2EF4\u1908\u2EF9\u2EFD\u2F04\u2F06\u2F0A\u2F0E\u402Bcir;\u6A23ir;\u6A22\u0100ou\u1D40\u2F02;\u6A25;\u6A72n\u80BB\xB1\u0E9Dim;\u6A26wo;\u6A27\u0180ipu\u2F19\u2F20\u2F25ntint;\u6A15f;\uC000\u{1D561}nd\u803B\xA3\u40A3\u0500;Eaceinosu\u0EC8\u2F3F\u2F41\u2F44\u2F47\u2F81\u2F89\u2F92\u2F7E\u2FB6;\u6AB3p;\u6AB7u\xE5\u0ED9\u0100;c\u0ECE\u2F4C\u0300;acens\u0EC8\u2F59\u2F5F\u2F66\u2F68\u2F7Eppro\xF8\u2F43urlye\xF1\u0ED9\xF1\u0ECE\u0180aes\u2F6F\u2F76\u2F7Approx;\u6AB9qq;\u6AB5im;\u62E8i\xED\u0EDFme\u0100;s\u2F88\u0EAE\u6032\u0180Eas\u2F78\u2F90\u2F7A\xF0\u2F75\u0180dfp\u0EEC\u2F99\u2FAF\u0180als\u2FA0\u2FA5\u2FAAlar;\u632Eine;\u6312urf;\u6313\u0100;t\u0EFB\u2FB4\xEF\u0EFBrel;\u62B0\u0100ci\u2FC0\u2FC5r;\uC000\u{1D4C5};\u43C8ncsp;\u6008\u0300fiopsu\u2FDA\u22E2\u2FDF\u2FE5\u2FEB\u2FF1r;\uC000\u{1D52E}pf;\uC000\u{1D562}rime;\u6057cr;\uC000\u{1D4C6}\u0180aeo\u2FF8\u3009\u3013t\u0100ei\u2FFE\u3005rnion\xF3\u06B0nt;\u6A16st\u0100;e\u3010\u3011\u403F\xF1\u1F19\xF4\u0F14\u0A80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30E0\u310E\u312B\u3147\u3162\u3172\u318E\u3206\u3215\u3224\u3229\u3258\u326E\u3272\u3290\u32B0\u32B7\u0180art\u3047\u304A\u304Cr\xF2\u10B3\xF2\u03DDail;\u691Car\xF2\u1C65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307F\u308F\u3094\u30CC\u0100eu\u306D\u3071;\uC000\u223D\u0331te;\u4155i\xE3\u116Emptyv;\u69B3g\u0200;del\u0FD1\u3089\u308B\u308D;\u6992;\u69A5\xE5\u0FD1uo\u803B\xBB\u40BBr\u0580;abcfhlpstw\u0FDC\u30AC\u30AF\u30B7\u30B9\u30BC\u30BE\u30C0\u30C3\u30C7\u30CAp;\u6975\u0100;f\u0FE0\u30B4s;\u6920;\u6933s;\u691E\xEB\u225D\xF0\u272El;\u6945im;\u6974l;\u61A3;\u619D\u0100ai\u30D1\u30D5il;\u691Ao\u0100;n\u30DB\u30DC\u6236al\xF3\u0F1E\u0180abr\u30E7\u30EA\u30EEr\xF2\u17E5rk;\u6773\u0100ak\u30F3\u30FDc\u0100ek\u30F9\u30FB;\u407D;\u405D\u0100es\u3102\u3104;\u698Cl\u0100du\u310A\u310C;\u698E;\u6990\u0200aeuy\u3117\u311C\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xEC\u0FF2\xE2\u30FA;\u4440\u0200clqs\u3134\u3137\u313D\u3144a;\u6937dhar;\u6969uo\u0100;r\u020E\u020Dh;\u61B3\u0180acg\u314E\u315F\u0F44l\u0200;ips\u0F78\u3158\u315B\u109Cn\xE5\u10BBar\xF4\u0FA9t;\u65AD\u0180ilr\u3169\u1023\u316Esht;\u697D;\uC000\u{1D52F}\u0100ao\u3177\u3186r\u0100du\u317D\u317F\xBB\u047B\u0100;l\u1091\u3184;\u696C\u0100;v\u318B\u318C\u43C1;\u43F1\u0180gns\u3195\u31F9\u31FCht\u0300ahlrst\u31A4\u31B0\u31C2\u31D8\u31E4\u31EErrow\u0100;t\u0FDC\u31ADa\xE9\u30C8arpoon\u0100du\u31BB\u31BFow\xEE\u317Ep\xBB\u1092eft\u0100ah\u31CA\u31D0rrow\xF3\u0FEAarpoon\xF3\u0551ightarrows;\u61C9quigarro\xF7\u30CBhreetimes;\u62CCg;\u42DAingdotse\xF1\u1F32\u0180ahm\u320D\u3210\u3213r\xF2\u0FEAa\xF2\u0551;\u600Foust\u0100;a\u321E\u321F\u63B1che\xBB\u321Fmid;\u6AEE\u0200abpt\u3232\u323D\u3240\u3252\u0100nr\u3237\u323Ag;\u67EDr;\u61FEr\xEB\u1003\u0180afl\u3247\u324A\u324Er;\u6986;\uC000\u{1D563}us;\u6A2Eimes;\u6A35\u0100ap\u325D\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6A12ar\xF2\u31E3\u0200achq\u327B\u3280\u10BC\u3285quo;\u603Ar;\uC000\u{1D4C7}\u0100bu\u30FB\u328Ao\u0100;r\u0214\u0213\u0180hir\u3297\u329B\u32A0re\xE5\u31F8mes;\u62CAi\u0200;efl\u32AA\u1059\u1821\u32AB\u65B9tri;\u69CEluhar;\u6968;\u611E\u0D61\u32D5\u32DB\u32DF\u332C\u3338\u3371\0\u337A\u33A4\0\0\u33EC\u33F0\0\u3428\u3448\u345A\u34AD\u34B1\u34CA\u34F1\0\u3616\0\0\u3633cute;\u415Bqu\xEF\u27BA\u0500;Eaceinpsy\u11ED\u32F3\u32F5\u32FF\u3302\u330B\u330F\u331F\u3326\u3329;\u6AB4\u01F0\u32FA\0\u32FC;\u6AB8on;\u4161u\xE5\u11FE\u0100;d\u11F3\u3307il;\u415Frc;\u415D\u0180Eas\u3316\u3318\u331B;\u6AB6p;\u6ABAim;\u62E9olint;\u6A13i\xED\u1204;\u4441ot\u0180;be\u3334\u1D47\u3335\u62C5;\u6A66\u0380Aacmstx\u3346\u334A\u3357\u335B\u335E\u3363\u336Drr;\u61D8r\u0100hr\u3350\u3352\xEB\u2228\u0100;o\u0A36\u0A34t\u803B\xA7\u40A7i;\u403Bwar;\u6929m\u0100in\u3369\xF0nu\xF3\xF1t;\u6736r\u0100;o\u3376\u2055\uC000\u{1D530}\u0200acoy\u3382\u3386\u3391\u33A0rp;\u666F\u0100hy\u338B\u338Fcy;\u4449;\u4448rt\u026D\u3399\0\0\u339Ci\xE4\u1464ara\xEC\u2E6F\u803B\xAD\u40AD\u0100gm\u33A8\u33B4ma\u0180;fv\u33B1\u33B2\u33B2\u43C3;\u43C2\u0400;deglnpr\u12AB\u33C5\u33C9\u33CE\u33D6\u33DE\u33E1\u33E6ot;\u6A6A\u0100;q\u12B1\u12B0\u0100;E\u33D3\u33D4\u6A9E;\u6AA0\u0100;E\u33DB\u33DC\u6A9D;\u6A9Fe;\u6246lus;\u6A24arr;\u6972ar\xF2\u113D\u0200aeit\u33F8\u3408\u340F\u3417\u0100ls\u33FD\u3404lsetm\xE9\u336Ahp;\u6A33parsl;\u69E4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341C\u341D\u6AAA\u0100;s\u3422\u3423\u6AAC;\uC000\u2AAC\uFE00\u0180flp\u342E\u3433\u3442tcy;\u444C\u0100;b\u3438\u3439\u402F\u0100;a\u343E\u343F\u69C4r;\u633Ff;\uC000\u{1D564}a\u0100dr\u344D\u0402es\u0100;u\u3454\u3455\u6660it\xBB\u3455\u0180csu\u3460\u3479\u349F\u0100au\u3465\u346Fp\u0100;s\u1188\u346B;\uC000\u2293\uFE00p\u0100;s\u11B4\u3475;\uC000\u2294\uFE00u\u0100bp\u347F\u348F\u0180;es\u1197\u119C\u3486et\u0100;e\u1197\u348D\xF1\u119D\u0180;es\u11A8\u11AD\u3496et\u0100;e\u11A8\u349D\xF1\u11AE\u0180;af\u117B\u34A6\u05B0r\u0165\u34AB\u05B1\xBB\u117Car\xF2\u1148\u0200cemt\u34B9\u34BE\u34C2\u34C5r;\uC000\u{1D4C8}tm\xEE\xF1i\xEC\u3415ar\xE6\u11BE\u0100ar\u34CE\u34D5r\u0100;f\u34D4\u17BF\u6606\u0100an\u34DA\u34EDight\u0100ep\u34E3\u34EApsilo\xEE\u1EE0h\xE9\u2EAFs\xBB\u2852\u0280bcmnp\u34FB\u355E\u1209\u358B\u358E\u0480;Edemnprs\u350E\u350F\u3511\u3515\u351E\u3523\u352C\u3531\u3536\u6282;\u6AC5ot;\u6ABD\u0100;d\u11DA\u351Aot;\u6AC3ult;\u6AC1\u0100Ee\u3528\u352A;\u6ACB;\u628Alus;\u6ABFarr;\u6979\u0180eiu\u353D\u3552\u3555t\u0180;en\u350E\u3545\u354Bq\u0100;q\u11DA\u350Feq\u0100;q\u352B\u3528m;\u6AC7\u0100bp\u355A\u355C;\u6AD5;\u6AD3c\u0300;acens\u11ED\u356C\u3572\u3579\u357B\u3326ppro\xF8\u32FAurlye\xF1\u11FE\xF1\u11F3\u0180aes\u3582\u3588\u331Bppro\xF8\u331Aq\xF1\u3317g;\u666A\u0680123;Edehlmnps\u35A9\u35AC\u35AF\u121C\u35B2\u35B4\u35C0\u35C9\u35D5\u35DA\u35DF\u35E8\u35ED\u803B\xB9\u40B9\u803B\xB2\u40B2\u803B\xB3\u40B3;\u6AC6\u0100os\u35B9\u35BCt;\u6ABEub;\u6AD8\u0100;d\u1222\u35C5ot;\u6AC4s\u0100ou\u35CF\u35D2l;\u67C9b;\u6AD7arr;\u697Bult;\u6AC2\u0100Ee\u35E4\u35E6;\u6ACC;\u628Blus;\u6AC0\u0180eiu\u35F4\u3609\u360Ct\u0180;en\u121C\u35FC\u3602q\u0100;q\u1222\u35B2eq\u0100;q\u35E7\u35E4m;\u6AC8\u0100bp\u3611\u3613;\u6AD4;\u6AD6\u0180Aan\u361C\u3620\u362Drr;\u61D9r\u0100hr\u3626\u3628\xEB\u222E\u0100;o\u0A2B\u0A29war;\u692Alig\u803B\xDF\u40DF\u0BE1\u3651\u365D\u3660\u12CE\u3673\u3679\0\u367E\u36C2\0\0\0\0\0\u36DB\u3703\0\u3709\u376C\0\0\0\u3787\u0272\u3656\0\0\u365Bget;\u6316;\u43C4r\xEB\u0E5F\u0180aey\u3666\u366B\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uC000\u{1D531}\u0200eiko\u3686\u369D\u36B5\u36BC\u01F2\u368B\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369B\u43B8ym;\u43D1\u0100cn\u36A2\u36B2k\u0100as\u36A8\u36AEppro\xF8\u12C1im\xBB\u12ACs\xF0\u129E\u0100as\u36BA\u36AE\xF0\u12C1rn\u803B\xFE\u40FE\u01EC\u031F\u36C6\u22E7es\u8180\xD7;bd\u36CF\u36D0\u36D8\u40D7\u0100;a\u190F\u36D5r;\u6A31;\u6A30\u0180eps\u36E1\u36E3\u3700\xE1\u2A4D\u0200;bcf\u0486\u36EC\u36F0\u36F4ot;\u6336ir;\u6AF1\u0100;o\u36F9\u36FC\uC000\u{1D565}rk;\u6ADA\xE1\u3362rime;\u6034\u0180aip\u370F\u3712\u3764d\xE5\u1248\u0380adempst\u3721\u374D\u3740\u3751\u3757\u375C\u375Fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65B5own\xBB\u1DBBeft\u0100;e\u2800\u373E\xF1\u092E;\u625Cight\u0100;e\u32AA\u374B\xF1\u105Aot;\u65ECinus;\u6A3Alus;\u6A39b;\u69CDime;\u6A3Bezium;\u63E2\u0180cht\u3772\u377D\u3781\u0100ry\u3777\u377B;\uC000\u{1D4C9};\u4446cy;\u445Brok;\u4167\u0100io\u378B\u378Ex\xF4\u1777head\u0100lr\u3797\u37A0eftarro\xF7\u084Fightarrow\xBB\u0F5D\u0900AHabcdfghlmoprstuw\u37D0\u37D3\u37D7\u37E4\u37F0\u37FC\u380E\u381C\u3823\u3834\u3851\u385D\u386B\u38A9\u38CC\u38D2\u38EA\u38F6r\xF2\u03EDar;\u6963\u0100cr\u37DC\u37E2ute\u803B\xFA\u40FA\xF2\u1150r\u01E3\u37EA\0\u37EDy;\u445Eve;\u416D\u0100iy\u37F5\u37FArc\u803B\xFB\u40FB;\u4443\u0180abh\u3803\u3806\u380Br\xF2\u13ADlac;\u4171a\xF2\u13C3\u0100ir\u3813\u3818sht;\u697E;\uC000\u{1D532}rave\u803B\xF9\u40F9\u0161\u3827\u3831r\u0100lr\u382C\u382E\xBB\u0957\xBB\u1083lk;\u6580\u0100ct\u3839\u384D\u026F\u383F\0\0\u384Arn\u0100;e\u3845\u3846\u631Cr\xBB\u3846op;\u630Fri;\u65F8\u0100al\u3856\u385Acr;\u416B\u80BB\xA8\u0349\u0100gp\u3862\u3866on;\u4173f;\uC000\u{1D566}\u0300adhlsu\u114B\u3878\u387D\u1372\u3891\u38A0own\xE1\u13B3arpoon\u0100lr\u3888\u388Cef\xF4\u382Digh\xF4\u382Fi\u0180;hl\u3899\u389A\u389C\u43C5\xBB\u13FAon\xBB\u389Aparrows;\u61C8\u0180cit\u38B0\u38C4\u38C8\u026F\u38B6\0\0\u38C1rn\u0100;e\u38BC\u38BD\u631Dr\xBB\u38BDop;\u630Eng;\u416Fri;\u65F9cr;\uC000\u{1D4CA}\u0180dir\u38D9\u38DD\u38E2ot;\u62F0lde;\u4169i\u0100;f\u3730\u38E8\xBB\u1813\u0100am\u38EF\u38F2r\xF2\u38A8l\u803B\xFC\u40FCangle;\u69A7\u0780ABDacdeflnoprsz\u391C\u391F\u3929\u392D\u39B5\u39B8\u39BD\u39DF\u39E4\u39E8\u39F3\u39F9\u39FD\u3A01\u3A20r\xF2\u03F7ar\u0100;v\u3926\u3927\u6AE8;\u6AE9as\xE8\u03E1\u0100nr\u3932\u3937grt;\u699C\u0380eknprst\u34E3\u3946\u394B\u3952\u395D\u3964\u3996app\xE1\u2415othin\xE7\u1E96\u0180hir\u34EB\u2EC8\u3959op\xF4\u2FB5\u0100;h\u13B7\u3962\xEF\u318D\u0100iu\u3969\u396Dgm\xE1\u33B3\u0100bp\u3972\u3984setneq\u0100;q\u397D\u3980\uC000\u228A\uFE00;\uC000\u2ACB\uFE00setneq\u0100;q\u398F\u3992\uC000\u228B\uFE00;\uC000\u2ACC\uFE00\u0100hr\u399B\u399Fet\xE1\u369Ciangle\u0100lr\u39AA\u39AFeft\xBB\u0925ight\xBB\u1051y;\u4432ash\xBB\u1036\u0180elr\u39C4\u39D2\u39D7\u0180;be\u2DEA\u39CB\u39CFar;\u62BBq;\u625Alip;\u62EE\u0100bt\u39DC\u1468a\xF2\u1469r;\uC000\u{1D533}tr\xE9\u39AEsu\u0100bp\u39EF\u39F1\xBB\u0D1C\xBB\u0D59pf;\uC000\u{1D567}ro\xF0\u0EFBtr\xE9\u39B4\u0100cu\u3A06\u3A0Br;\uC000\u{1D4CB}\u0100bp\u3A10\u3A18n\u0100Ee\u3980\u3A16\xBB\u397En\u0100Ee\u3992\u3A1E\xBB\u3990igzag;\u699A\u0380cefoprs\u3A36\u3A3B\u3A56\u3A5B\u3A54\u3A61\u3A6Airc;\u4175\u0100di\u3A40\u3A51\u0100bg\u3A45\u3A49ar;\u6A5Fe\u0100;q\u15FA\u3A4F;\u6259erp;\u6118r;\uC000\u{1D534}pf;\uC000\u{1D568}\u0100;e\u1479\u3A66at\xE8\u1479cr;\uC000\u{1D4CC}\u0AE3\u178E\u3A87\0\u3A8B\0\u3A90\u3A9B\0\0\u3A9D\u3AA8\u3AAB\u3AAF\0\0\u3AC3\u3ACE\0\u3AD8\u17DC\u17DFtr\xE9\u17D1r;\uC000\u{1D535}\u0100Aa\u3A94\u3A97r\xF2\u03C3r\xF2\u09F6;\u43BE\u0100Aa\u3AA1\u3AA4r\xF2\u03B8r\xF2\u09EBa\xF0\u2713is;\u62FB\u0180dpt\u17A4\u3AB5\u3ABE\u0100fl\u3ABA\u17A9;\uC000\u{1D569}im\xE5\u17B2\u0100Aa\u3AC7\u3ACAr\xF2\u03CEr\xF2\u0A01\u0100cq\u3AD2\u17B8r;\uC000\u{1D4CD}\u0100pt\u17D6\u3ADCr\xE9\u17D4\u0400acefiosu\u3AF0\u3AFD\u3B08\u3B0C\u3B11\u3B15\u3B1B\u3B21c\u0100uy\u3AF6\u3AFBte\u803B\xFD\u40FD;\u444F\u0100iy\u3B02\u3B06rc;\u4177;\u444Bn\u803B\xA5\u40A5r;\uC000\u{1D536}cy;\u4457pf;\uC000\u{1D56A}cr;\uC000\u{1D4CE}\u0100cm\u3B26\u3B29y;\u444El\u803B\xFF\u40FF\u0500acdefhiosw\u3B42\u3B48\u3B54\u3B58\u3B64\u3B69\u3B6D\u3B74\u3B7A\u3B80cute;\u417A\u0100ay\u3B4D\u3B52ron;\u417E;\u4437ot;\u417C\u0100et\u3B5D\u3B61tr\xE6\u155Fa;\u43B6r;\uC000\u{1D537}cy;\u4436grarr;\u61DDpf;\uC000\u{1D56B}cr;\uC000\u{1D4CF}\u0100jn\u3B85\u3B87;\u600Dj;\u600C'.split("").map(e=>e.charCodeAt(0)));a();o();u();var ei=new Uint16Array("\u0200aglq \x1B\u026D\0\0p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map(e=>e.charCodeAt(0)));a();o();u();var Zi,Ll=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),fr=(Zi=String.fromCodePoint)!==null&&Zi!==void 0?Zi:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function es(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=Ll.get(e))!==null&&t!==void 0?t:e}var me;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(me||(me={}));var Dl=32,mt;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(mt||(mt={}));function ts(e){return e>=me.ZERO&&e<=me.NINE}function jl(e){return e>=me.UPPER_A&&e<=me.UPPER_F||e>=me.LOWER_A&&e<=me.LOWER_F}function Ul(e){return e>=me.UPPER_A&&e<=me.UPPER_Z||e>=me.LOWER_A&&e<=me.LOWER_Z||ts(e)}function Ml(e){return e===me.EQUALS||Ul(e)}var he;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(he||(he={}));var Pe;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(Pe||(Pe={}));var dr=class{constructor(t,r,n){this.decodeTree=t,this.emitCodePoint=r,this.errors=n,this.state=he.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Pe.Strict}startEntity(t){this.decodeMode=t,this.state=he.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,r){switch(this.state){case he.EntityStart:return t.charCodeAt(r)===me.NUM?(this.state=he.NumericStart,this.consumed+=1,this.stateNumericStart(t,r+1)):(this.state=he.NamedEntity,this.stateNamedEntity(t,r));case he.NumericStart:return this.stateNumericStart(t,r);case he.NumericDecimal:return this.stateNumericDecimal(t,r);case he.NumericHex:return this.stateNumericHex(t,r);case he.NamedEntity:return this.stateNamedEntity(t,r)}}stateNumericStart(t,r){return r>=t.length?-1:(t.charCodeAt(r)|Dl)===me.LOWER_X?(this.state=he.NumericHex,this.consumed+=1,this.stateNumericHex(t,r+1)):(this.state=he.NumericDecimal,this.stateNumericDecimal(t,r))}addToNumericResult(t,r,n,i){if(r!==n){let l=n-r;this.result=this.result*Math.pow(i,l)+parseInt(t.substr(r,l),i),this.consumed+=l}}stateNumericHex(t,r){let n=r;for(;r<t.length;){let i=t.charCodeAt(r);if(ts(i)||jl(i))r+=1;else return this.addToNumericResult(t,n,r,16),this.emitNumericEntity(i,3)}return this.addToNumericResult(t,n,r,16),-1}stateNumericDecimal(t,r){let n=r;for(;r<t.length;){let i=t.charCodeAt(r);if(ts(i))r+=1;else return this.addToNumericResult(t,n,r,10),this.emitNumericEntity(i,2)}return this.addToNumericResult(t,n,r,10),-1}emitNumericEntity(t,r){var n;if(this.consumed<=r)return(n=this.errors)===null||n===void 0||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===me.SEMI)this.consumed+=1;else if(this.decodeMode===Pe.Strict)return 0;return this.emitCodePoint(es(this.result),this.consumed),this.errors&&(t!==me.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,r){let{decodeTree:n}=this,i=n[this.treeIndex],l=(i&mt.VALUE_LENGTH)>>14;for(;r<t.length;r++,this.excess++){let p=t.charCodeAt(r);if(this.treeIndex=Vl(n,i,this.treeIndex+Math.max(1,l),p),this.treeIndex<0)return this.result===0||this.decodeMode===Pe.Attribute&&(l===0||Ml(p))?0:this.emitNotTerminatedNamedEntity();if(i=n[this.treeIndex],l=(i&mt.VALUE_LENGTH)>>14,l!==0){if(p===me.SEMI)return this.emitNamedEntityData(this.treeIndex,l,this.consumed+this.excess);this.decodeMode!==Pe.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;let{result:r,decodeTree:n}=this,i=(n[r]&mt.VALUE_LENGTH)>>14;return this.emitNamedEntityData(r,i,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,r,n){let{decodeTree:i}=this;return this.emitCodePoint(r===1?i[t]&~mt.VALUE_LENGTH:i[t+1],n),r===3&&this.emitCodePoint(i[t+2],n),n}end(){var t;switch(this.state){case he.NamedEntity:return this.result!==0&&(this.decodeMode!==Pe.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case he.NumericDecimal:return this.emitNumericEntity(0,2);case he.NumericHex:return this.emitNumericEntity(0,3);case he.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case he.EntityStart:return 0}}};function Oo(e){let t="",r=new dr(e,n=>t+=fr(n));return function(i,l){let p=0,x=0;for(;(x=i.indexOf("&",x))>=0;){t+=i.slice(p,x),r.startEntity(l);let A=r.write(i,x+1);if(A<0){p=x+r.end();break}p=x+A,x=A===0?p+1:p}let T=t+i.slice(p);return t="",T}}function Vl(e,t,r,n){let i=(t&mt.BRANCH_LENGTH)>>7,l=t&mt.JUMP_TABLE;if(i===0)return l!==0&&n===l?r:-1;if(l){let T=n-l;return T<0||T>=i?-1:e[r+T]-1}let p=r,x=p+i-1;for(;p<=x;){let T=p+x>>>1,A=e[T];if(A<n)p=T+1;else if(A>n)x=T-1;else return e[T+i]}return-1}var uI=Oo(Zn),oI=Oo(ei);var U;(function(e){e[e.Tab=9]="Tab",e[e.NewLine=10]="NewLine",e[e.FormFeed=12]="FormFeed",e[e.CarriageReturn=13]="CarriageReturn",e[e.Space=32]="Space",e[e.ExclamationMark=33]="ExclamationMark",e[e.Number=35]="Number",e[e.Amp=38]="Amp",e[e.SingleQuote=39]="SingleQuote",e[e.DoubleQuote=34]="DoubleQuote",e[e.Dash=45]="Dash",e[e.Slash=47]="Slash",e[e.Zero=48]="Zero",e[e.Nine=57]="Nine",e[e.Semi=59]="Semi",e[e.Lt=60]="Lt",e[e.Eq=61]="Eq",e[e.Gt=62]="Gt",e[e.Questionmark=63]="Questionmark",e[e.UpperA=65]="UpperA",e[e.LowerA=97]="LowerA",e[e.UpperF=70]="UpperF",e[e.LowerF=102]="LowerF",e[e.UpperZ=90]="UpperZ",e[e.LowerZ=122]="LowerZ",e[e.LowerX=120]="LowerX",e[e.OpeningSquareBracket=91]="OpeningSquareBracket"})(U||(U={}));var O;(function(e){e[e.Text=1]="Text",e[e.BeforeTagName=2]="BeforeTagName",e[e.InTagName=3]="InTagName",e[e.InSelfClosingTag=4]="InSelfClosingTag",e[e.BeforeClosingTagName=5]="BeforeClosingTagName",e[e.InClosingTagName=6]="InClosingTagName",e[e.AfterClosingTagName=7]="AfterClosingTagName",e[e.BeforeAttributeName=8]="BeforeAttributeName",e[e.InAttributeName=9]="InAttributeName",e[e.AfterAttributeName=10]="AfterAttributeName",e[e.BeforeAttributeValue=11]="BeforeAttributeValue",e[e.InAttributeValueDq=12]="InAttributeValueDq",e[e.InAttributeValueSq=13]="InAttributeValueSq",e[e.InAttributeValueNq=14]="InAttributeValueNq",e[e.BeforeDeclaration=15]="BeforeDeclaration",e[e.InDeclaration=16]="InDeclaration",e[e.InProcessingInstruction=17]="InProcessingInstruction",e[e.BeforeComment=18]="BeforeComment",e[e.CDATASequence=19]="CDATASequence",e[e.InSpecialComment=20]="InSpecialComment",e[e.InCommentLike=21]="InCommentLike",e[e.BeforeSpecialS=22]="BeforeSpecialS",e[e.BeforeSpecialT=23]="BeforeSpecialT",e[e.SpecialStartSequence=24]="SpecialStartSequence",e[e.InSpecialTag=25]="InSpecialTag",e[e.InEntity=26]="InEntity"})(O||(O={}));function Ye(e){return e===U.Space||e===U.NewLine||e===U.Tab||e===U.FormFeed||e===U.CarriageReturn}function ti(e){return e===U.Slash||e===U.Gt||Ye(e)}function ql(e){return e>=U.LowerA&&e<=U.LowerZ||e>=U.UpperA&&e<=U.UpperZ}var Be;(function(e){e[e.NoValue=0]="NoValue",e[e.Unquoted=1]="Unquoted",e[e.Single=2]="Single",e[e.Double=3]="Double"})(Be||(Be={}));var xe={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])},hr=class{constructor({xmlMode:t=!1,decodeEntities:r=!0},n){this.cbs=n,this.state=O.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=O.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=t,this.decodeEntities=r,this.entityDecoder=new dr(t?ei:Zn,(i,l)=>this.emitCodePoint(i,l))}reset(){this.state=O.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=O.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(t){this.offset+=this.buffer.length,this.buffer=t,this.parse()}end(){this.running&&this.finish()}pause(){this.running=!1}resume(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()}stateText(t){t===U.Lt||!this.decodeEntities&&this.fastForwardTo(U.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=O.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&t===U.Amp&&this.startEntity()}stateSpecialStartSequence(t){let r=this.sequenceIndex===this.currentSequence.length;if(!(r?ti(t):(t|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!r){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=O.InTagName,this.stateInTagName(t)}stateInSpecialTag(t){if(this.sequenceIndex===this.currentSequence.length){if(t===U.Gt||Ye(t)){let r=this.index-this.currentSequence.length;if(this.sectionStart<r){let n=this.index;this.index=r,this.cbs.ontext(this.sectionStart,r),this.index=n}this.isSpecial=!1,this.sectionStart=r+2,this.stateInClosingTagName(t);return}this.sequenceIndex=0}(t|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===xe.TitleEnd?this.decodeEntities&&t===U.Amp&&this.startEntity():this.fastForwardTo(U.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=+(t===U.Lt)}stateCDATASequence(t){t===xe.Cdata[this.sequenceIndex]?++this.sequenceIndex===xe.Cdata.length&&(this.state=O.InCommentLike,this.currentSequence=xe.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=O.InDeclaration,this.stateInDeclaration(t))}fastForwardTo(t){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===t)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(t){t===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===xe.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=O.Text):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):t!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(t){return this.xmlMode?!ti(t):ql(t)}startSpecial(t,r){this.isSpecial=!0,this.currentSequence=t,this.sequenceIndex=r,this.state=O.SpecialStartSequence}stateBeforeTagName(t){if(t===U.ExclamationMark)this.state=O.BeforeDeclaration,this.sectionStart=this.index+1;else if(t===U.Questionmark)this.state=O.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(t)){let r=t|32;this.sectionStart=this.index,this.xmlMode?this.state=O.InTagName:r===xe.ScriptEnd[2]?this.state=O.BeforeSpecialS:r===xe.TitleEnd[2]?this.state=O.BeforeSpecialT:this.state=O.InTagName}else t===U.Slash?this.state=O.BeforeClosingTagName:(this.state=O.Text,this.stateText(t))}stateInTagName(t){ti(t)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=O.BeforeAttributeName,this.stateBeforeAttributeName(t))}stateBeforeClosingTagName(t){Ye(t)||(t===U.Gt?this.state=O.Text:(this.state=this.isTagStartChar(t)?O.InClosingTagName:O.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(t){(t===U.Gt||Ye(t))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=O.AfterClosingTagName,this.stateAfterClosingTagName(t))}stateAfterClosingTagName(t){(t===U.Gt||this.fastForwardTo(U.Gt))&&(this.state=O.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(t){t===U.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=O.InSpecialTag,this.sequenceIndex=0):this.state=O.Text,this.sectionStart=this.index+1):t===U.Slash?this.state=O.InSelfClosingTag:Ye(t)||(this.state=O.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(t){t===U.Gt?(this.cbs.onselfclosingtag(this.index),this.state=O.Text,this.sectionStart=this.index+1,this.isSpecial=!1):Ye(t)||(this.state=O.BeforeAttributeName,this.stateBeforeAttributeName(t))}stateInAttributeName(t){(t===U.Eq||ti(t))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=O.AfterAttributeName,this.stateAfterAttributeName(t))}stateAfterAttributeName(t){t===U.Eq?this.state=O.BeforeAttributeValue:t===U.Slash||t===U.Gt?(this.cbs.onattribend(Be.NoValue,this.sectionStart),this.sectionStart=-1,this.state=O.BeforeAttributeName,this.stateBeforeAttributeName(t)):Ye(t)||(this.cbs.onattribend(Be.NoValue,this.sectionStart),this.state=O.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(t){t===U.DoubleQuote?(this.state=O.InAttributeValueDq,this.sectionStart=this.index+1):t===U.SingleQuote?(this.state=O.InAttributeValueSq,this.sectionStart=this.index+1):Ye(t)||(this.sectionStart=this.index,this.state=O.InAttributeValueNq,this.stateInAttributeValueNoQuotes(t))}handleInAttributeValue(t,r){t===r||!this.decodeEntities&&this.fastForwardTo(r)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(r===U.DoubleQuote?Be.Double:Be.Single,this.index+1),this.state=O.BeforeAttributeName):this.decodeEntities&&t===U.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(t){this.handleInAttributeValue(t,U.DoubleQuote)}stateInAttributeValueSingleQuotes(t){this.handleInAttributeValue(t,U.SingleQuote)}stateInAttributeValueNoQuotes(t){Ye(t)||t===U.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(Be.Unquoted,this.index),this.state=O.BeforeAttributeName,this.stateBeforeAttributeName(t)):this.decodeEntities&&t===U.Amp&&this.startEntity()}stateBeforeDeclaration(t){t===U.OpeningSquareBracket?(this.state=O.CDATASequence,this.sequenceIndex=0):this.state=t===U.Dash?O.BeforeComment:O.InDeclaration}stateInDeclaration(t){(t===U.Gt||this.fastForwardTo(U.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=O.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(t){(t===U.Gt||this.fastForwardTo(U.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=O.Text,this.sectionStart=this.index+1)}stateBeforeComment(t){t===U.Dash?(this.state=O.InCommentLike,this.currentSequence=xe.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=O.InDeclaration}stateInSpecialComment(t){(t===U.Gt||this.fastForwardTo(U.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=O.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(t){let r=t|32;r===xe.ScriptEnd[3]?this.startSpecial(xe.ScriptEnd,4):r===xe.StyleEnd[3]?this.startSpecial(xe.StyleEnd,4):(this.state=O.InTagName,this.stateInTagName(t))}stateBeforeSpecialT(t){let r=t|32;r===xe.TitleEnd[3]?this.startSpecial(xe.TitleEnd,4):r===xe.TextareaEnd[3]?this.startSpecial(xe.TextareaEnd,4):(this.state=O.InTagName,this.stateInTagName(t))}startEntity(){this.baseState=this.state,this.state=O.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?Pe.Strict:this.baseState===O.Text||this.baseState===O.InSpecialTag?Pe.Legacy:Pe.Attribute)}stateInEntity(){let t=this.entityDecoder.write(this.buffer,this.index-this.offset);t>=0?(this.state=this.baseState,t===0&&(this.index=this.entityStart)):this.index=this.offset+this.buffer.length-1}cleanup(){this.running&&this.sectionStart!==this.index&&(this.state===O.Text||this.state===O.InSpecialTag&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===O.InAttributeValueDq||this.state===O.InAttributeValueSq||this.state===O.InAttributeValueNq)&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){for(;this.shouldContinue();){let t=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case O.Text:{this.stateText(t);break}case O.SpecialStartSequence:{this.stateSpecialStartSequence(t);break}case O.InSpecialTag:{this.stateInSpecialTag(t);break}case O.CDATASequence:{this.stateCDATASequence(t);break}case O.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(t);break}case O.InAttributeName:{this.stateInAttributeName(t);break}case O.InCommentLike:{this.stateInCommentLike(t);break}case O.InSpecialComment:{this.stateInSpecialComment(t);break}case O.BeforeAttributeName:{this.stateBeforeAttributeName(t);break}case O.InTagName:{this.stateInTagName(t);break}case O.InClosingTagName:{this.stateInClosingTagName(t);break}case O.BeforeTagName:{this.stateBeforeTagName(t);break}case O.AfterAttributeName:{this.stateAfterAttributeName(t);break}case O.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(t);break}case O.BeforeAttributeValue:{this.stateBeforeAttributeValue(t);break}case O.BeforeClosingTagName:{this.stateBeforeClosingTagName(t);break}case O.AfterClosingTagName:{this.stateAfterClosingTagName(t);break}case O.BeforeSpecialS:{this.stateBeforeSpecialS(t);break}case O.BeforeSpecialT:{this.stateBeforeSpecialT(t);break}case O.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(t);break}case O.InSelfClosingTag:{this.stateInSelfClosingTag(t);break}case O.InDeclaration:{this.stateInDeclaration(t);break}case O.BeforeDeclaration:{this.stateBeforeDeclaration(t);break}case O.BeforeComment:{this.stateBeforeComment(t);break}case O.InProcessingInstruction:{this.stateInProcessingInstruction(t);break}case O.InEntity:{this.stateInEntity();break}}this.index++}this.cleanup()}finish(){this.state===O.InEntity&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){let t=this.buffer.length+this.offset;this.sectionStart>=t||(this.state===O.InCommentLike?this.currentSequence===xe.CdataEnd?this.cbs.oncdata(this.sectionStart,t,0):this.cbs.oncomment(this.sectionStart,t,0):this.state===O.InTagName||this.state===O.BeforeAttributeName||this.state===O.BeforeAttributeValue||this.state===O.AfterAttributeName||this.state===O.InAttributeName||this.state===O.InAttributeValueSq||this.state===O.InAttributeValueDq||this.state===O.InAttributeValueNq||this.state===O.InClosingTagName||this.cbs.ontext(this.sectionStart,t))}emitCodePoint(t,r){this.baseState!==O.Text&&this.baseState!==O.InSpecialTag?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+r,this.index=this.sectionStart-1,this.cbs.onattribentity(t)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+r,this.index=this.sectionStart-1,this.cbs.ontextentity(t,this.sectionStart))}};var mr=new Set(["input","option","optgroup","select","button","datalist","textarea"]),re=new Set(["p"]),Po=new Set(["thead","tbody"]),_o=new Set(["dd","dt"]),Fo=new Set(["rt","rp"]),vl=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",re],["h1",re],["h2",re],["h3",re],["h4",re],["h5",re],["h6",re],["select",mr],["input",mr],["output",mr],["button",mr],["datalist",mr],["textarea",mr],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",_o],["dt",_o],["address",re],["article",re],["aside",re],["blockquote",re],["details",re],["div",re],["dl",re],["fieldset",re],["figcaption",re],["figure",re],["footer",re],["form",re],["header",re],["hr",re],["main",re],["nav",re],["ol",re],["pre",re],["section",re],["table",re],["ul",re],["rt",Fo],["rp",Fo],["tbody",Po],["tfoot",Po]]),Gl=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),ko=new Set(["math","svg"]),Bo=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),$l=/\s|\//,Nn=class{constructor(t,r={}){var n,i,l,p,x,T;this.options=r,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=t??{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(n=r.lowerCaseTags)!==null&&n!==void 0?n:this.htmlMode,this.lowerCaseAttributeNames=(i=r.lowerCaseAttributeNames)!==null&&i!==void 0?i:this.htmlMode,this.recognizeSelfClosing=(l=r.recognizeSelfClosing)!==null&&l!==void 0?l:!this.htmlMode,this.tokenizer=new((p=r.Tokenizer)!==null&&p!==void 0?p:hr)(this.options,this),this.foreignContext=[!this.htmlMode],(T=(x=this.cbs).onparserinit)===null||T===void 0||T.call(x,this)}ontext(t,r){var n,i;let l=this.getSlice(t,r);this.endIndex=r-1,(i=(n=this.cbs).ontext)===null||i===void 0||i.call(n,l),this.startIndex=r}ontextentity(t,r){var n,i;this.endIndex=r-1,(i=(n=this.cbs).ontext)===null||i===void 0||i.call(n,fr(t)),this.startIndex=r}isVoidElement(t){return this.htmlMode&&Gl.has(t)}onopentagname(t,r){this.endIndex=r;let n=this.getSlice(t,r);this.lowerCaseTagNames&&(n=n.toLowerCase()),this.emitOpenTag(n)}emitOpenTag(t){var r,n,i,l;this.openTagStart=this.startIndex,this.tagname=t;let p=this.htmlMode&&vl.get(t);if(p)for(;this.stack.length>0&&p.has(this.stack[0]);){let x=this.stack.shift();(n=(r=this.cbs).onclosetag)===null||n===void 0||n.call(r,x,!0)}this.isVoidElement(t)||(this.stack.unshift(t),this.htmlMode&&(ko.has(t)?this.foreignContext.unshift(!0):Bo.has(t)&&this.foreignContext.unshift(!1))),(l=(i=this.cbs).onopentagname)===null||l===void 0||l.call(i,t),this.cbs.onopentag&&(this.attribs={})}endOpenTag(t){var r,n;this.startIndex=this.openTagStart,this.attribs&&((n=(r=this.cbs).onopentag)===null||n===void 0||n.call(r,this.tagname,this.attribs,t),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(t){this.endIndex=t,this.endOpenTag(!1),this.startIndex=t+1}onclosetag(t,r){var n,i,l,p,x,T,A,I;this.endIndex=r;let C=this.getSlice(t,r);if(this.lowerCaseTagNames&&(C=C.toLowerCase()),this.htmlMode&&(ko.has(C)||Bo.has(C))&&this.foreignContext.shift(),this.isVoidElement(C))this.htmlMode&&C==="br"&&((p=(l=this.cbs).onopentagname)===null||p===void 0||p.call(l,"br"),(T=(x=this.cbs).onopentag)===null||T===void 0||T.call(x,"br",{},!0),(I=(A=this.cbs).onclosetag)===null||I===void 0||I.call(A,"br",!1));else{let j=this.stack.indexOf(C);if(j!==-1)for(let P=0;P<=j;P++){let B=this.stack.shift();(i=(n=this.cbs).onclosetag)===null||i===void 0||i.call(n,B,P!==j)}else this.htmlMode&&C==="p"&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=r+1}onselfclosingtag(t){this.endIndex=t,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=t+1):this.onopentagend(t)}closeCurrentTag(t){var r,n;let i=this.tagname;this.endOpenTag(t),this.stack[0]===i&&((n=(r=this.cbs).onclosetag)===null||n===void 0||n.call(r,i,!t),this.stack.shift())}onattribname(t,r){this.startIndex=t;let n=this.getSlice(t,r);this.attribname=this.lowerCaseAttributeNames?n.toLowerCase():n}onattribdata(t,r){this.attribvalue+=this.getSlice(t,r)}onattribentity(t){this.attribvalue+=fr(t)}onattribend(t,r){var n,i;this.endIndex=r,(i=(n=this.cbs).onattribute)===null||i===void 0||i.call(n,this.attribname,this.attribvalue,t===Be.Double?'"':t===Be.Single?"'":t===Be.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(t){let r=t.search($l),n=r<0?t:t.substr(0,r);return this.lowerCaseTagNames&&(n=n.toLowerCase()),n}ondeclaration(t,r){this.endIndex=r;let n=this.getSlice(t,r);if(this.cbs.onprocessinginstruction){let i=this.getInstructionName(n);this.cbs.onprocessinginstruction(`!${i}`,`!${n}`)}this.startIndex=r+1}onprocessinginstruction(t,r){this.endIndex=r;let n=this.getSlice(t,r);if(this.cbs.onprocessinginstruction){let i=this.getInstructionName(n);this.cbs.onprocessinginstruction(`?${i}`,`?${n}`)}this.startIndex=r+1}oncomment(t,r,n){var i,l,p,x;this.endIndex=r,(l=(i=this.cbs).oncomment)===null||l===void 0||l.call(i,this.getSlice(t,r-n)),(x=(p=this.cbs).oncommentend)===null||x===void 0||x.call(p),this.startIndex=r+1}oncdata(t,r,n){var i,l,p,x,T,A,I,C,j,P;this.endIndex=r;let B=this.getSlice(t,r-n);!this.htmlMode||this.options.recognizeCDATA?((l=(i=this.cbs).oncdatastart)===null||l===void 0||l.call(i),(x=(p=this.cbs).ontext)===null||x===void 0||x.call(p,B),(A=(T=this.cbs).oncdataend)===null||A===void 0||A.call(T)):((C=(I=this.cbs).oncomment)===null||C===void 0||C.call(I,`[CDATA[${B}]]`),(P=(j=this.cbs).oncommentend)===null||P===void 0||P.call(j)),this.startIndex=r+1}onend(){var t,r;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let n=0;n<this.stack.length;n++)this.cbs.onclosetag(this.stack[n],!0)}(r=(t=this.cbs).onend)===null||r===void 0||r.call(t)}reset(){var t,r,n,i;(r=(t=this.cbs).onreset)===null||r===void 0||r.call(t),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(i=(n=this.cbs).onparserinit)===null||i===void 0||i.call(n,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(t){this.reset(),this.end(t)}getSlice(t,r){for(;t-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let n=this.buffers[0].slice(t-this.bufferOffset,r-this.bufferOffset);for(;r-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),n+=this.buffers[0].slice(0,r-this.bufferOffset);return n}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(t){var r,n;if(this.ended){(n=(r=this.cbs).onerror)===null||n===void 0||n.call(r,new Error(".write() after done!"));return}this.buffers.push(t),this.tokenizer.running&&(this.tokenizer.write(t),this.writeIndex++)}end(t){var r,n;if(this.ended){(n=(r=this.cbs).onerror)===null||n===void 0||n.call(r,new Error(".end() after done!"));return}t&&this.write(t),this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()}parseChunk(t){this.write(t)}done(t){this.end(t)}};a();o();u();a();o();u();a();o();u();a();o();u();a();o();u();a();o();u();function ri(e){for(let t=1;t<e.length;t++)e[t][0]+=e[t-1][0]+1;return e}var Wl=new Map(ri([[9,"	"],[0,"
"],[22,"!"],[0,"""],[0,"#"],[0,"$"],[0,"%"],[0,"&"],[0,"'"],[0,"("],[0,")"],[0,"*"],[0,"+"],[0,","],[1,"."],[0,"/"],[10,":"],[0,";"],[0,{v:"<",n:8402,o:"<⃒"}],[0,{v:"=",n:8421,o:"=⃥"}],[0,{v:">",n:8402,o:">⃒"}],[0,"?"],[0,"@"],[26,"["],[0,"\"],[0,"]"],[0,"^"],[0,"_"],[0,"`"],[5,{n:106,o:"fj"}],[20,"{"],[0,"|"],[0,"}"],[34," "],[0,"¡"],[0,"¢"],[0,"£"],[0,"¤"],[0,"¥"],[0,"¦"],[0,"§"],[0,"¨"],[0,"©"],[0,"ª"],[0,"«"],[0,"¬"],[0,"­"],[0,"®"],[0,"¯"],[0,"°"],[0,"±"],[0,"²"],[0,"³"],[0,"´"],[0,"µ"],[0,"¶"],[0,"·"],[0,"¸"],[0,"¹"],[0,"º"],[0,"»"],[0,"¼"],[0,"½"],[0,"¾"],[0,"¿"],[0,"À"],[0,"Á"],[0,"Â"],[0,"Ã"],[0,"Ä"],[0,"Å"],[0,"Æ"],[0,"Ç"],[0,"È"],[0,"É"],[0,"Ê"],[0,"Ë"],[0,"Ì"],[0,"Í"],[0,"Î"],[0,"Ï"],[0,"Ð"],[0,"Ñ"],[0,"Ò"],[0,"Ó"],[0,"Ô"],[0,"Õ"],[0,"Ö"],[0,"×"],[0,"Ø"],[0,"Ù"],[0,"Ú"],[0,"Û"],[0,"Ü"],[0,"Ý"],[0,"Þ"],[0,"ß"],[0,"à"],[0,"á"],[0,"â"],[0,"ã"],[0,"ä"],[0,"å"],[0,"æ"],[0,"ç"],[0,"è"],[0,"é"],[0,"ê"],[0,"ë"],[0,"ì"],[0,"í"],[0,"î"],[0,"ï"],[0,"ð"],[0,"ñ"],[0,"ò"],[0,"ó"],[0,"ô"],[0,"õ"],[0,"ö"],[0,"÷"],[0,"ø"],[0,"ù"],[0,"ú"],[0,"û"],[0,"ü"],[0,"ý"],[0,"þ"],[0,"ÿ"],[0,"Ā"],[0,"ā"],[0,"Ă"],[0,"ă"],[0,"Ą"],[0,"ą"],[0,"Ć"],[0,"ć"],[0,"Ĉ"],[0,"ĉ"],[0,"Ċ"],[0,"ċ"],[0,"Č"],[0,"č"],[0,"Ď"],[0,"ď"],[0,"Đ"],[0,"đ"],[0,"Ē"],[0,"ē"],[2,"Ė"],[0,"ė"],[0,"Ę"],[0,"ę"],[0,"Ě"],[0,"ě"],[0,"Ĝ"],[0,"ĝ"],[0,"Ğ"],[0,"ğ"],[0,"Ġ"],[0,"ġ"],[0,"Ģ"],[1,"Ĥ"],[0,"ĥ"],[0,"Ħ"],[0,"ħ"],[0,"Ĩ"],[0,"ĩ"],[0,"Ī"],[0,"ī"],[2,"Į"],[0,"į"],[0,"İ"],[0,"ı"],[0,"IJ"],[0,"ij"],[0,"Ĵ"],[0,"ĵ"],[0,"Ķ"],[0,"ķ"],[0,"ĸ"],[0,"Ĺ"],[0,"ĺ"],[0,"Ļ"],[0,"ļ"],[0,"Ľ"],[0,"ľ"],[0,"Ŀ"],[0,"ŀ"],[0,"Ł"],[0,"ł"],[0,"Ń"],[0,"ń"],[0,"Ņ"],[0,"ņ"],[0,"Ň"],[0,"ň"],[0,"ʼn"],[0,"Ŋ"],[0,"ŋ"],[0,"Ō"],[0,"ō"],[2,"Ő"],[0,"ő"],[0,"Œ"],[0,"œ"],[0,"Ŕ"],[0,"ŕ"],[0,"Ŗ"],[0,"ŗ"],[0,"Ř"],[0,"ř"],[0,"Ś"],[0,"ś"],[0,"Ŝ"],[0,"ŝ"],[0,"Ş"],[0,"ş"],[0,"Š"],[0,"š"],[0,"Ţ"],[0,"ţ"],[0,"Ť"],[0,"ť"],[0,"Ŧ"],[0,"ŧ"],[0,"Ũ"],[0,"ũ"],[0,"Ū"],[0,"ū"],[0,"Ŭ"],[0,"ŭ"],[0,"Ů"],[0,"ů"],[0,"Ű"],[0,"ű"],[0,"Ų"],[0,"ų"],[0,"Ŵ"],[0,"ŵ"],[0,"Ŷ"],[0,"ŷ"],[0,"Ÿ"],[0,"Ź"],[0,"ź"],[0,"Ż"],[0,"ż"],[0,"Ž"],[0,"ž"],[19,"ƒ"],[34,"Ƶ"],[63,"ǵ"],[65,"ȷ"],[142,"ˆ"],[0,"ˇ"],[16,"˘"],[0,"˙"],[0,"˚"],[0,"˛"],[0,"˜"],[0,"˝"],[51,"̑"],[127,"Α"],[0,"Β"],[0,"Γ"],[0,"Δ"],[0,"Ε"],[0,"Ζ"],[0,"Η"],[0,"Θ"],[0,"Ι"],[0,"Κ"],[0,"Λ"],[0,"Μ"],[0,"Ν"],[0,"Ξ"],[0,"Ο"],[0,"Π"],[0,"Ρ"],[1,"Σ"],[0,"Τ"],[0,"Υ"],[0,"Φ"],[0,"Χ"],[0,"Ψ"],[0,"Ω"],[7,"α"],[0,"β"],[0,"γ"],[0,"δ"],[0,"ε"],[0,"ζ"],[0,"η"],[0,"θ"],[0,"ι"],[0,"κ"],[0,"λ"],[0,"μ"],[0,"ν"],[0,"ξ"],[0,"ο"],[0,"π"],[0,"ρ"],[0,"ς"],[0,"σ"],[0,"τ"],[0,"υ"],[0,"φ"],[0,"χ"],[0,"ψ"],[0,"ω"],[7,"ϑ"],[0,"ϒ"],[2,"ϕ"],[0,"ϖ"],[5,"Ϝ"],[0,"ϝ"],[18,"ϰ"],[0,"ϱ"],[3,"ϵ"],[0,"϶"],[10,"Ё"],[0,"Ђ"],[0,"Ѓ"],[0,"Є"],[0,"Ѕ"],[0,"І"],[0,"Ї"],[0,"Ј"],[0,"Љ"],[0,"Њ"],[0,"Ћ"],[0,"Ќ"],[1,"Ў"],[0,"Џ"],[0,"А"],[0,"Б"],[0,"В"],[0,"Г"],[0,"Д"],[0,"Е"],[0,"Ж"],[0,"З"],[0,"И"],[0,"Й"],[0,"К"],[0,"Л"],[0,"М"],[0,"Н"],[0,"О"],[0,"П"],[0,"Р"],[0,"С"],[0,"Т"],[0,"У"],[0,"Ф"],[0,"Х"],[0,"Ц"],[0,"Ч"],[0,"Ш"],[0,"Щ"],[0,"Ъ"],[0,"Ы"],[0,"Ь"],[0,"Э"],[0,"Ю"],[0,"Я"],[0,"а"],[0,"б"],[0,"в"],[0,"г"],[0,"д"],[0,"е"],[0,"ж"],[0,"з"],[0,"и"],[0,"й"],[0,"к"],[0,"л"],[0,"м"],[0,"н"],[0,"о"],[0,"п"],[0,"р"],[0,"с"],[0,"т"],[0,"у"],[0,"ф"],[0,"х"],[0,"ц"],[0,"ч"],[0,"ш"],[0,"щ"],[0,"ъ"],[0,"ы"],[0,"ь"],[0,"э"],[0,"ю"],[0,"я"],[1,"ё"],[0,"ђ"],[0,"ѓ"],[0,"є"],[0,"ѕ"],[0,"і"],[0,"ї"],[0,"ј"],[0,"љ"],[0,"њ"],[0,"ћ"],[0,"ќ"],[1,"ў"],[0,"џ"],[7074," "],[0," "],[0," "],[0," "],[1," "],[0," "],[0," "],[0," "],[0,"​"],[0,"‌"],[0,"‍"],[0,"‎"],[0,"‏"],[0,"‐"],[2,"–"],[0,"—"],[0,"―"],[0,"‖"],[1,"‘"],[0,"’"],[0,"‚"],[1,"“"],[0,"”"],[0,"„"],[1,"†"],[0,"‡"],[0,"•"],[2,"‥"],[0,"…"],[9,"‰"],[0,"‱"],[0,"′"],[0,"″"],[0,"‴"],[0,"‵"],[3,"‹"],[0,"›"],[3,"‾"],[2,"⁁"],[1,"⁃"],[0,"⁄"],[10,"⁏"],[7,"⁗"],[7,{v:" ",n:8202,o:"  "}],[0,"⁠"],[0,"⁡"],[0,"⁢"],[0,"⁣"],[72,"€"],[46,"⃛"],[0,"⃜"],[37,"ℂ"],[2,"℅"],[4,"ℊ"],[0,"ℋ"],[0,"ℌ"],[0,"ℍ"],[0,"ℎ"],[0,"ℏ"],[0,"ℐ"],[0,"ℑ"],[0,"ℒ"],[0,"ℓ"],[1,"ℕ"],[0,"№"],[0,"℗"],[0,"℘"],[0,"ℙ"],[0,"ℚ"],[0,"ℛ"],[0,"ℜ"],[0,"ℝ"],[0,"℞"],[3,"™"],[1,"ℤ"],[2,"℧"],[0,"ℨ"],[0,"℩"],[2,"ℬ"],[0,"ℭ"],[1,"ℯ"],[0,"ℰ"],[0,"ℱ"],[1,"ℳ"],[0,"ℴ"],[0,"ℵ"],[0,"ℶ"],[0,"ℷ"],[0,"ℸ"],[12,"ⅅ"],[0,"ⅆ"],[0,"ⅇ"],[0,"ⅈ"],[10,"⅓"],[0,"⅔"],[0,"⅕"],[0,"⅖"],[0,"⅗"],[0,"⅘"],[0,"⅙"],[0,"⅚"],[0,"⅛"],[0,"⅜"],[0,"⅝"],[0,"⅞"],[49,"←"],[0,"↑"],[0,"→"],[0,"↓"],[0,"↔"],[0,"↕"],[0,"↖"],[0,"↗"],[0,"↘"],[0,"↙"],[0,"↚"],[0,"↛"],[1,{v:"↝",n:824,o:"↝̸"}],[0,"↞"],[0,"↟"],[0,"↠"],[0,"↡"],[0,"↢"],[0,"↣"],[0,"↤"],[0,"↥"],[0,"↦"],[0,"↧"],[1,"↩"],[0,"↪"],[0,"↫"],[0,"↬"],[0,"↭"],[0,"↮"],[1,"↰"],[0,"↱"],[0,"↲"],[0,"↳"],[1,"↵"],[0,"↶"],[0,"↷"],[2,"↺"],[0,"↻"],[0,"↼"],[0,"↽"],[0,"↾"],[0,"↿"],[0,"⇀"],[0,"⇁"],[0,"⇂"],[0,"⇃"],[0,"⇄"],[0,"⇅"],[0,"⇆"],[0,"⇇"],[0,"⇈"],[0,"⇉"],[0,"⇊"],[0,"⇋"],[0,"⇌"],[0,"⇍"],[0,"⇎"],[0,"⇏"],[0,"⇐"],[0,"⇑"],[0,"⇒"],[0,"⇓"],[0,"⇔"],[0,"⇕"],[0,"⇖"],[0,"⇗"],[0,"⇘"],[0,"⇙"],[0,"⇚"],[0,"⇛"],[1,"⇝"],[6,"⇤"],[0,"⇥"],[15,"⇵"],[7,"⇽"],[0,"⇾"],[0,"⇿"],[0,"∀"],[0,"∁"],[0,{v:"∂",n:824,o:"∂̸"}],[0,"∃"],[0,"∄"],[0,"∅"],[1,"∇"],[0,"∈"],[0,"∉"],[1,"∋"],[0,"∌"],[2,"∏"],[0,"∐"],[0,"∑"],[0,"−"],[0,"∓"],[0,"∔"],[1,"∖"],[0,"∗"],[0,"∘"],[1,"√"],[2,"∝"],[0,"∞"],[0,"∟"],[0,{v:"∠",n:8402,o:"∠⃒"}],[0,"∡"],[0,"∢"],[0,"∣"],[0,"∤"],[0,"∥"],[0,"∦"],[0,"∧"],[0,"∨"],[0,{v:"∩",n:65024,o:"∩︀"}],[0,{v:"∪",n:65024,o:"∪︀"}],[0,"∫"],[0,"∬"],[0,"∭"],[0,"∮"],[0,"∯"],[0,"∰"],[0,"∱"],[0,"∲"],[0,"∳"],[0,"∴"],[0,"∵"],[0,"∶"],[0,"∷"],[0,"∸"],[1,"∺"],[0,"∻"],[0,{v:"∼",n:8402,o:"∼⃒"}],[0,{v:"∽",n:817,o:"∽̱"}],[0,{v:"∾",n:819,o:"∾̳"}],[0,"∿"],[0,"≀"],[0,"≁"],[0,{v:"≂",n:824,o:"≂̸"}],[0,"≃"],[0,"≄"],[0,"≅"],[0,"≆"],[0,"≇"],[0,"≈"],[0,"≉"],[0,"≊"],[0,{v:"≋",n:824,o:"≋̸"}],[0,"≌"],[0,{v:"≍",n:8402,o:"≍⃒"}],[0,{v:"≎",n:824,o:"≎̸"}],[0,{v:"≏",n:824,o:"≏̸"}],[0,{v:"≐",n:824,o:"≐̸"}],[0,"≑"],[0,"≒"],[0,"≓"],[0,"≔"],[0,"≕"],[0,"≖"],[0,"≗"],[1,"≙"],[0,"≚"],[1,"≜"],[2,"≟"],[0,"≠"],[0,{v:"≡",n:8421,o:"≡⃥"}],[0,"≢"],[1,{v:"≤",n:8402,o:"≤⃒"}],[0,{v:"≥",n:8402,o:"≥⃒"}],[0,{v:"≦",n:824,o:"≦̸"}],[0,{v:"≧",n:824,o:"≧̸"}],[0,{v:"≨",n:65024,o:"≨︀"}],[0,{v:"≩",n:65024,o:"≩︀"}],[0,{v:"≪",n:new Map(ri([[824,"≪̸"],[7577,"≪⃒"]]))}],[0,{v:"≫",n:new Map(ri([[824,"≫̸"],[7577,"≫⃒"]]))}],[0,"≬"],[0,"≭"],[0,"≮"],[0,"≯"],[0,"≰"],[0,"≱"],[0,"≲"],[0,"≳"],[0,"≴"],[0,"≵"],[0,"≶"],[0,"≷"],[0,"≸"],[0,"≹"],[0,"≺"],[0,"≻"],[0,"≼"],[0,"≽"],[0,"≾"],[0,{v:"≿",n:824,o:"≿̸"}],[0,"⊀"],[0,"⊁"],[0,{v:"⊂",n:8402,o:"⊂⃒"}],[0,{v:"⊃",n:8402,o:"⊃⃒"}],[0,"⊄"],[0,"⊅"],[0,"⊆"],[0,"⊇"],[0,"⊈"],[0,"⊉"],[0,{v:"⊊",n:65024,o:"⊊︀"}],[0,{v:"⊋",n:65024,o:"⊋︀"}],[1,"⊍"],[0,"⊎"],[0,{v:"⊏",n:824,o:"⊏̸"}],[0,{v:"⊐",n:824,o:"⊐̸"}],[0,"⊑"],[0,"⊒"],[0,{v:"⊓",n:65024,o:"⊓︀"}],[0,{v:"⊔",n:65024,o:"⊔︀"}],[0,"⊕"],[0,"⊖"],[0,"⊗"],[0,"⊘"],[0,"⊙"],[0,"⊚"],[0,"⊛"],[1,"⊝"],[0,"⊞"],[0,"⊟"],[0,"⊠"],[0,"⊡"],[0,"⊢"],[0,"⊣"],[0,"⊤"],[0,"⊥"],[1,"⊧"],[0,"⊨"],[0,"⊩"],[0,"⊪"],[0,"⊫"],[0,"⊬"],[0,"⊭"],[0,"⊮"],[0,"⊯"],[0,"⊰"],[1,"⊲"],[0,"⊳"],[0,{v:"⊴",n:8402,o:"⊴⃒"}],[0,{v:"⊵",n:8402,o:"⊵⃒"}],[0,"⊶"],[0,"⊷"],[0,"⊸"],[0,"⊹"],[0,"⊺"],[0,"⊻"],[1,"⊽"],[0,"⊾"],[0,"⊿"],[0,"⋀"],[0,"⋁"],[0,"⋂"],[0,"⋃"],[0,"⋄"],[0,"⋅"],[0,"⋆"],[0,"⋇"],[0,"⋈"],[0,"⋉"],[0,"⋊"],[0,"⋋"],[0,"⋌"],[0,"⋍"],[0,"⋎"],[0,"⋏"],[0,"⋐"],[0,"⋑"],[0,"⋒"],[0,"⋓"],[0,"⋔"],[0,"⋕"],[0,"⋖"],[0,"⋗"],[0,{v:"⋘",n:824,o:"⋘̸"}],[0,{v:"⋙",n:824,o:"⋙̸"}],[0,{v:"⋚",n:65024,o:"⋚︀"}],[0,{v:"⋛",n:65024,o:"⋛︀"}],[2,"⋞"],[0,"⋟"],[0,"⋠"],[0,"⋡"],[0,"⋢"],[0,"⋣"],[2,"⋦"],[0,"⋧"],[0,"⋨"],[0,"⋩"],[0,"⋪"],[0,"⋫"],[0,"⋬"],[0,"⋭"],[0,"⋮"],[0,"⋯"],[0,"⋰"],[0,"⋱"],[0,"⋲"],[0,"⋳"],[0,"⋴"],[0,{v:"⋵",n:824,o:"⋵̸"}],[0,"⋶"],[0,"⋷"],[1,{v:"⋹",n:824,o:"⋹̸"}],[0,"⋺"],[0,"⋻"],[0,"⋼"],[0,"⋽"],[0,"⋾"],[6,"⌅"],[0,"⌆"],[1,"⌈"],[0,"⌉"],[0,"⌊"],[0,"⌋"],[0,"⌌"],[0,"⌍"],[0,"⌎"],[0,"⌏"],[0,"⌐"],[1,"⌒"],[0,"⌓"],[1,"⌕"],[0,"⌖"],[5,"⌜"],[0,"⌝"],[0,"⌞"],[0,"⌟"],[2,"⌢"],[0,"⌣"],[9,"⌭"],[0,"⌮"],[7,"⌶"],[6,"⌽"],[1,"⌿"],[60,"⍼"],[51,"⎰"],[0,"⎱"],[2,"⎴"],[0,"⎵"],[0,"⎶"],[37,"⏜"],[0,"⏝"],[0,"⏞"],[0,"⏟"],[2,"⏢"],[4,"⏧"],[59,"␣"],[164,"Ⓢ"],[55,"─"],[1,"│"],[9,"┌"],[3,"┐"],[3,"└"],[3,"┘"],[3,"├"],[7,"┤"],[7,"┬"],[7,"┴"],[7,"┼"],[19,"═"],[0,"║"],[0,"╒"],[0,"╓"],[0,"╔"],[0,"╕"],[0,"╖"],[0,"╗"],[0,"╘"],[0,"╙"],[0,"╚"],[0,"╛"],[0,"╜"],[0,"╝"],[0,"╞"],[0,"╟"],[0,"╠"],[0,"╡"],[0,"╢"],[0,"╣"],[0,"╤"],[0,"╥"],[0,"╦"],[0,"╧"],[0,"╨"],[0,"╩"],[0,"╪"],[0,"╫"],[0,"╬"],[19,"▀"],[3,"▄"],[3,"█"],[8,"░"],[0,"▒"],[0,"▓"],[13,"□"],[8,"▪"],[0,"▫"],[1,"▭"],[0,"▮"],[2,"▱"],[1,"△"],[0,"▴"],[0,"▵"],[2,"▸"],[0,"▹"],[3,"▽"],[0,"▾"],[0,"▿"],[2,"◂"],[0,"◃"],[6,"◊"],[0,"○"],[32,"◬"],[2,"◯"],[8,"◸"],[0,"◹"],[0,"◺"],[0,"◻"],[0,"◼"],[8,"★"],[0,"☆"],[7,"☎"],[49,"♀"],[1,"♂"],[29,"♠"],[2,"♣"],[1,"♥"],[0,"♦"],[3,"♪"],[2,"♭"],[0,"♮"],[0,"♯"],[163,"✓"],[3,"✗"],[8,"✠"],[21,"✶"],[33,"❘"],[25,"❲"],[0,"❳"],[84,"⟈"],[0,"⟉"],[28,"⟦"],[0,"⟧"],[0,"⟨"],[0,"⟩"],[0,"⟪"],[0,"⟫"],[0,"⟬"],[0,"⟭"],[7,"⟵"],[0,"⟶"],[0,"⟷"],[0,"⟸"],[0,"⟹"],[0,"⟺"],[1,"⟼"],[2,"⟿"],[258,"⤂"],[0,"⤃"],[0,"⤄"],[0,"⤅"],[6,"⤌"],[0,"⤍"],[0,"⤎"],[0,"⤏"],[0,"⤐"],[0,"⤑"],[0,"⤒"],[0,"⤓"],[2,"⤖"],[2,"⤙"],[0,"⤚"],[0,"⤛"],[0,"⤜"],[0,"⤝"],[0,"⤞"],[0,"⤟"],[0,"⤠"],[2,"⤣"],[0,"⤤"],[0,"⤥"],[0,"⤦"],[0,"⤧"],[0,"⤨"],[0,"⤩"],[0,"⤪"],[8,{v:"⤳",n:824,o:"⤳̸"}],[1,"⤵"],[0,"⤶"],[0,"⤷"],[0,"⤸"],[0,"⤹"],[2,"⤼"],[0,"⤽"],[7,"⥅"],[2,"⥈"],[0,"⥉"],[0,"⥊"],[0,"⥋"],[2,"⥎"],[0,"⥏"],[0,"⥐"],[0,"⥑"],[0,"⥒"],[0,"⥓"],[0,"⥔"],[0,"⥕"],[0,"⥖"],[0,"⥗"],[0,"⥘"],[0,"⥙"],[0,"⥚"],[0,"⥛"],[0,"⥜"],[0,"⥝"],[0,"⥞"],[0,"⥟"],[0,"⥠"],[0,"⥡"],[0,"⥢"],[0,"⥣"],[0,"⥤"],[0,"⥥"],[0,"⥦"],[0,"⥧"],[0,"⥨"],[0,"⥩"],[0,"⥪"],[0,"⥫"],[0,"⥬"],[0,"⥭"],[0,"⥮"],[0,"⥯"],[0,"⥰"],[0,"⥱"],[0,"⥲"],[0,"⥳"],[0,"⥴"],[0,"⥵"],[0,"⥶"],[1,"⥸"],[0,"⥹"],[1,"⥻"],[0,"⥼"],[0,"⥽"],[0,"⥾"],[0,"⥿"],[5,"⦅"],[0,"⦆"],[4,"⦋"],[0,"⦌"],[0,"⦍"],[0,"⦎"],[0,"⦏"],[0,"⦐"],[0,"⦑"],[0,"⦒"],[0,"⦓"],[0,"⦔"],[0,"⦕"],[0,"⦖"],[3,"⦚"],[1,"⦜"],[0,"⦝"],[6,"⦤"],[0,"⦥"],[0,"⦦"],[0,"⦧"],[0,"⦨"],[0,"⦩"],[0,"⦪"],[0,"⦫"],[0,"⦬"],[0,"⦭"],[0,"⦮"],[0,"⦯"],[0,"⦰"],[0,"⦱"],[0,"⦲"],[0,"⦳"],[0,"⦴"],[0,"⦵"],[0,"⦶"],[0,"⦷"],[1,"⦹"],[1,"⦻"],[0,"⦼"],[1,"⦾"],[0,"⦿"],[0,"⧀"],[0,"⧁"],[0,"⧂"],[0,"⧃"],[0,"⧄"],[0,"⧅"],[3,"⧉"],[3,"⧍"],[0,"⧎"],[0,{v:"⧏",n:824,o:"⧏̸"}],[0,{v:"⧐",n:824,o:"⧐̸"}],[11,"⧜"],[0,"⧝"],[0,"⧞"],[4,"⧣"],[0,"⧤"],[0,"⧥"],[5,"⧫"],[8,"⧴"],[1,"⧶"],[9,"⨀"],[0,"⨁"],[0,"⨂"],[1,"⨄"],[1,"⨆"],[5,"⨌"],[0,"⨍"],[2,"⨐"],[0,"⨑"],[0,"⨒"],[0,"⨓"],[0,"⨔"],[0,"⨕"],[0,"⨖"],[0,"⨗"],[10,"⨢"],[0,"⨣"],[0,"⨤"],[0,"⨥"],[0,"⨦"],[0,"⨧"],[1,"⨩"],[0,"⨪"],[2,"⨭"],[0,"⨮"],[0,"⨯"],[0,"⨰"],[0,"⨱"],[1,"⨳"],[0,"⨴"],[0,"⨵"],[0,"⨶"],[0,"⨷"],[0,"⨸"],[0,"⨹"],[0,"⨺"],[0,"⨻"],[0,"⨼"],[2,"⨿"],[0,"⩀"],[1,"⩂"],[0,"⩃"],[0,"⩄"],[0,"⩅"],[0,"⩆"],[0,"⩇"],[0,"⩈"],[0,"⩉"],[0,"⩊"],[0,"⩋"],[0,"⩌"],[0,"⩍"],[2,"⩐"],[2,"⩓"],[0,"⩔"],[0,"⩕"],[0,"⩖"],[0,"⩗"],[0,"⩘"],[1,"⩚"],[0,"⩛"],[0,"⩜"],[0,"⩝"],[1,"⩟"],[6,"⩦"],[3,"⩪"],[2,{v:"⩭",n:824,o:"⩭̸"}],[0,"⩮"],[0,"⩯"],[0,{v:"⩰",n:824,o:"⩰̸"}],[0,"⩱"],[0,"⩲"],[0,"⩳"],[0,"⩴"],[0,"⩵"],[1,"⩷"],[0,"⩸"],[0,"⩹"],[0,"⩺"],[0,"⩻"],[0,"⩼"],[0,{v:"⩽",n:824,o:"⩽̸"}],[0,{v:"⩾",n:824,o:"⩾̸"}],[0,"⩿"],[0,"⪀"],[0,"⪁"],[0,"⪂"],[0,"⪃"],[0,"⪄"],[0,"⪅"],[0,"⪆"],[0,"⪇"],[0,"⪈"],[0,"⪉"],[0,"⪊"],[0,"⪋"],[0,"⪌"],[0,"⪍"],[0,"⪎"],[0,"⪏"],[0,"⪐"],[0,"⪑"],[0,"⪒"],[0,"⪓"],[0,"⪔"],[0,"⪕"],[0,"⪖"],[0,"⪗"],[0,"⪘"],[0,"⪙"],[0,"⪚"],[2,"⪝"],[0,"⪞"],[0,"⪟"],[0,"⪠"],[0,{v:"⪡",n:824,o:"⪡̸"}],[0,{v:"⪢",n:824,o:"⪢̸"}],[1,"⪤"],[0,"⪥"],[0,"⪦"],[0,"⪧"],[0,"⪨"],[0,"⪩"],[0,"⪪"],[0,"⪫"],[0,{v:"⪬",n:65024,o:"⪬︀"}],[0,{v:"⪭",n:65024,o:"⪭︀"}],[0,"⪮"],[0,{v:"⪯",n:824,o:"⪯̸"}],[0,{v:"⪰",n:824,o:"⪰̸"}],[2,"⪳"],[0,"⪴"],[0,"⪵"],[0,"⪶"],[0,"⪷"],[0,"⪸"],[0,"⪹"],[0,"⪺"],[0,"⪻"],[0,"⪼"],[0,"⪽"],[0,"⪾"],[0,"⪿"],[0,"⫀"],[0,"⫁"],[0,"⫂"],[0,"⫃"],[0,"⫄"],[0,{v:"⫅",n:824,o:"⫅̸"}],[0,{v:"⫆",n:824,o:"⫆̸"}],[0,"⫇"],[0,"⫈"],[2,{v:"⫋",n:65024,o:"⫋︀"}],[0,{v:"⫌",n:65024,o:"⫌︀"}],[2,"⫏"],[0,"⫐"],[0,"⫑"],[0,"⫒"],[0,"⫓"],[0,"⫔"],[0,"⫕"],[0,"⫖"],[0,"⫗"],[0,"⫘"],[0,"⫙"],[0,"⫚"],[0,"⫛"],[8,"⫤"],[1,"⫦"],[0,"⫧"],[0,"⫨"],[0,"⫩"],[1,"⫫"],[0,"⫬"],[0,"⫭"],[0,"⫮"],[0,"⫯"],[0,"⫰"],[0,"⫱"],[0,"⫲"],[0,"⫳"],[9,{v:"⫽",n:8421,o:"⫽⃥"}],[44343,{n:new Map(ri([[56476,"𝒜"],[1,"𝒞"],[0,"𝒟"],[2,"𝒢"],[2,"𝒥"],[0,"𝒦"],[2,"𝒩"],[0,"𝒪"],[0,"𝒫"],[0,"𝒬"],[1,"𝒮"],[0,"𝒯"],[0,"𝒰"],[0,"𝒱"],[0,"𝒲"],[0,"𝒳"],[0,"𝒴"],[0,"𝒵"],[0,"𝒶"],[0,"𝒷"],[0,"𝒸"],[0,"𝒹"],[1,"𝒻"],[1,"𝒽"],[0,"𝒾"],[0,"𝒿"],[0,"𝓀"],[0,"𝓁"],[0,"𝓂"],[0,"𝓃"],[1,"𝓅"],[0,"𝓆"],[0,"𝓇"],[0,"𝓈"],[0,"𝓉"],[0,"𝓊"],[0,"𝓋"],[0,"𝓌"],[0,"𝓍"],[0,"𝓎"],[0,"𝓏"],[52,"𝔄"],[0,"𝔅"],[1,"𝔇"],[0,"𝔈"],[0,"𝔉"],[0,"𝔊"],[2,"𝔍"],[0,"𝔎"],[0,"𝔏"],[0,"𝔐"],[0,"𝔑"],[0,"𝔒"],[0,"𝔓"],[0,"𝔔"],[1,"𝔖"],[0,"𝔗"],[0,"𝔘"],[0,"𝔙"],[0,"𝔚"],[0,"𝔛"],[0,"𝔜"],[1,"𝔞"],[0,"𝔟"],[0,"𝔠"],[0,"𝔡"],[0,"𝔢"],[0,"𝔣"],[0,"𝔤"],[0,"𝔥"],[0,"𝔦"],[0,"𝔧"],[0,"𝔨"],[0,"𝔩"],[0,"𝔪"],[0,"𝔫"],[0,"𝔬"],[0,"𝔭"],[0,"𝔮"],[0,"𝔯"],[0,"𝔰"],[0,"𝔱"],[0,"𝔲"],[0,"𝔳"],[0,"𝔴"],[0,"𝔵"],[0,"𝔶"],[0,"𝔷"],[0,"𝔸"],[0,"𝔹"],[1,"𝔻"],[0,"𝔼"],[0,"𝔽"],[0,"𝔾"],[1,"𝕀"],[0,"𝕁"],[0,"𝕂"],[0,"𝕃"],[0,"𝕄"],[1,"𝕆"],[3,"𝕊"],[0,"𝕋"],[0,"𝕌"],[0,"𝕍"],[0,"𝕎"],[0,"𝕏"],[0,"𝕐"],[1,"𝕒"],[0,"𝕓"],[0,"𝕔"],[0,"𝕕"],[0,"𝕖"],[0,"𝕗"],[0,"𝕘"],[0,"𝕙"],[0,"𝕚"],[0,"𝕛"],[0,"𝕜"],[0,"𝕝"],[0,"𝕞"],[0,"𝕟"],[0,"𝕠"],[0,"𝕡"],[0,"𝕢"],[0,"𝕣"],[0,"𝕤"],[0,"𝕥"],[0,"𝕦"],[0,"𝕧"],[0,"𝕨"],[0,"𝕩"],[0,"𝕪"],[0,"𝕫"]]))}],[8906,"ff"],[0,"fi"],[0,"fl"],[0,"ffi"],[0,"ffl"]]));a();o();u();var Hl=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]),zl=String.prototype.codePointAt!=null?(e,t)=>e.codePointAt(t):(e,t)=>(e.charCodeAt(t)&64512)===55296?(e.charCodeAt(t)-55296)*1024+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t);function rs(e,t){return function(n){let i,l=0,p="";for(;i=e.exec(n);)l!==i.index&&(p+=n.substring(l,i.index)),p+=t.get(i[0].charCodeAt(0)),l=i.index+1;return p+n.substring(l)}}var Lo=rs(/[&<>'"]/g,Hl),ns=rs(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),is=rs(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]));var Do;(function(e){e[e.XML=0]="XML",e[e.HTML=1]="HTML"})(Do||(Do={}));var jo;(function(e){e[e.UTF8=0]="UTF8",e[e.ASCII=1]="ASCII",e[e.Extensive=2]="Extensive",e[e.Attribute=3]="Attribute",e[e.Text=4]="Text"})(jo||(jo={}));a();o();u();var Kl=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),Ql=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e]));a();o();u();a();o();u();a();o();u();a();o();u();a();o();u();var qo;(function(e){e[e.DISCONNECTED=1]="DISCONNECTED",e[e.PRECEDING=2]="PRECEDING",e[e.FOLLOWING=4]="FOLLOWING",e[e.CONTAINS=8]="CONTAINS",e[e.CONTAINED_BY=16]="CONTAINED_BY"})(qo||(qo={}));a();o();u();function vo(e,t){let r=new lr(void 0,t);return new Nn(r,t).end(e),r.root}var yt=class yt{constructor(t){f(this,"writer");f(this,"wrotePrefixOnCurrentLine",!1);this.writer=t}write(t){if(typeof t=="string"){this.writer.write(t);return}t.write(this.writer)}writeWithEscaping(t){if(typeof t=="string"){this.writer.write(this.escapeXmlDocContent(t));return}t.write(this.writer)}writeLine(t=""){this.writePrefix(),this.writer.writeLine(t),this.wrotePrefixOnCurrentLine=!1}writeLineWithEscaping(t){this.writePrefix(),this.writer.write(this.escapeXmlDocContent(t)),this.wrotePrefixOnCurrentLine=!1}writeNewLineIfLastLineNot(){this.writer.writeNewLineIfLastLineNot(),this.wrotePrefixOnCurrentLine=!1}writeNodeOrString(t){this.writer.write(t)}writePrefix(){return this.wrotePrefixOnCurrentLine?this:(this.writer.write("/// "),this.wrotePrefixOnCurrentLine=!0,this)}writeOpenXmlNode(t){this.write(`<${t}>`)}writeCloseXmlNode(t){this.write(`</${t}>`)}writeNode(t){this.writer.writeNode(t)}writeXmlNode(t,r){this.writePrefix(),this.writeOpenXmlNode(t),this.writeLine(r),this.writePrefix(),this.writeCloseXmlNode(t)}writeXmlNodeMultiline(t,r){this.writePrefix(),this.writeOpenXmlNode(t),this.writeLine(),this.writeMultiline(r),this.writeLine(),this.writePrefix(),this.writeCloseXmlNode(t)}writeXmlNodeWithEscaping(t,r){this.writeOpenXmlNode(t),this.writeLineWithEscaping(r),this.writeCloseXmlNode(t)}writeMultilineNodeWithEscaping(t,r){this.writeOpenXmlNode(t),this.writeLine(),this.writeMultilineWithEscaping(r),this.writeLine(),this.writeCloseXmlNode(t)}writeMultiline(t){t.trim().split(`
|
|
28
28
|
`).forEach(r=>{this.writeLine(r)})}writeMultilineWithEscaping(t){t=this.escapeXmlDocContent(t),this.writeMultiline(t)}escapeXmlDocContent(t){let r=this.decodeHtmlEntities(t),n=this.convertHtmlToXmlDoc(r),i=/<\/?([a-zA-Z][a-zA-Z0-9]*)\b[^>]*\/?>/g,l=[];return n.replace(i,(T,A)=>yt.SAFE_XML_DOC_TAGS.has(A.toLowerCase())?`\uE000${l.push(T)-1}\uE000`:T).replaceAll("<","<").replaceAll(">",">").replace(/\uE000(\d+)\uE000/g,(T,A)=>l[parseInt(A,10)]??"")}convertHtmlToXmlDoc(t){if(!/<[a-zA-Z]/.test(t))return t;t=t.replace(/<\/?([a-zA-Z][a-zA-Z0-9]*)\b[^>]*\/?>/g,(n,i)=>{let l=i.toLowerCase();return yt.CONVERTIBLE_HTML_TAGS.has(l)||yt.SAFE_XML_DOC_TAGS.has(l)?n:n.replaceAll("<","<").replaceAll(">",">")}),t=t.replace(/<(?=[a-zA-Z])(?![^>]*>)/g,"<");let r=vo(t,{decodeEntities:!1,recognizeSelfClosing:!0,lowerCaseAttributeNames:!0});return this.renderNodes(r.children)}renderNodes(t){return t.map(r=>this.renderNode(r)).join("")}renderNode(t){return kt(t)?t.data:ve(t)?this.renderElement(t):""}renderElement(t){let r=t.name.toLowerCase(),n=this.renderNodes(t.children);switch(r){case"code":case"tt":return(t.parent!=null&&ve(t.parent)?t.parent.name.toLowerCase():void 0)==="pre"?`<code>${n}</code>`:`<c>${n}</c>`;case"pre":{let i=t.children.filter(l=>!kt(l)||l.data.trim()!=="");return i.length===1&&i[0]!=null&&ve(i[0])&&i[0].name.toLowerCase()==="code"?n:`<code>${n}</code>`}case"p":return`<para>${n}</para>`;case"ul":return`<list type="bullet">${n}</list>`;case"ol":return`<list type="number">${n}</list>`;case"li":return`<item><description>${n}</description></item>`;case"a":{let i=t.attribs.href;return i?`<see href="${i}">${n}</see>`:n}case"br":return"<br/>";case"b":case"strong":return`<b>${n}</b>`;case"i":case"em":return`<i>${n}</i>`;case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return`<para>${n}</para>`;case"div":case"span":case"table":case"tr":case"td":case"th":case"thead":case"tbody":return n;default:{if(yt.SAFE_XML_DOC_TAGS.has(r)){let i=Object.entries(t.attribs).map(([l,p])=>` ${l}="${p}"`).join("");return t.children.length===0?`<${t.name}${i}/>`:`<${t.name}${i}>${n}</${t.name}>`}return n}}}decodeHtmlEntities(t){let r={"+":"+","−":"-","×":"\xD7","÷":"\xF7"," ":" ","…":"\u2026","·":"\xB7","©":"\xA9","®":"\xAE","™":"\u2122","°":"\xB0","±":"\xB1","¼":"\xBC","½":"\xBD","¾":"\xBE","–":"\u2013","—":"\u2014","‘":"\u2018","’":"\u2019","“":"\u201C","”":"\u201D","•":"\u2022","€":"\u20AC","£":"\xA3","¥":"\xA5","¢":"\xA2","§":"\xA7","¶":"\xB6","†":"\u2020","‡":"\u2021","‰":"\u2030","‹":"\u2039","›":"\u203A","♠":"\u2660","♣":"\u2663","♥":"\u2665","♦":"\u2666","←":"\u2190","↑":"\u2191","→":"\u2192","↓":"\u2193","↔":"\u2194","↵":"\u21B5","⇐":"\u21D0","⇑":"\u21D1","⇒":"\u21D2","⇓":"\u21D3","⇔":"\u21D4","∀":"\u2200","∂":"\u2202","∃":"\u2203","∅":"\u2205","∇":"\u2207","∈":"\u2208","∉":"\u2209","∋":"\u220B","∏":"\u220F","∑":"\u2211","∗":"\u2217","√":"\u221A","∝":"\u221D","∞":"\u221E","∠":"\u2220","∧":"\u2227","∨":"\u2228","∩":"\u2229","∪":"\u222A","∫":"\u222B","∴":"\u2234","∼":"\u223C","≅":"\u2245","≈":"\u2248","≠":"\u2260","≡":"\u2261","≤":"\u2264","≥":"\u2265","⊂":"\u2282","⊃":"\u2283","⊄":"\u2284","⊆":"\u2286","⊇":"\u2287","⊕":"\u2295","⊗":"\u2297","⊥":"\u22A5","⋅":"\u22C5","Α":"\u0391","Β":"\u0392","Γ":"\u0393","Δ":"\u0394","Ε":"\u0395","Ζ":"\u0396","Η":"\u0397","Θ":"\u0398","Ι":"\u0399","Κ":"\u039A","Λ":"\u039B","Μ":"\u039C","Ν":"\u039D","Ξ":"\u039E","Ο":"\u039F","Π":"\u03A0","Ρ":"\u03A1","Σ":"\u03A3","Τ":"\u03A4","Υ":"\u03A5","Φ":"\u03A6","Χ":"\u03A7","Ψ":"\u03A8","Ω":"\u03A9","α":"\u03B1","β":"\u03B2","γ":"\u03B3","δ":"\u03B4","ε":"\u03B5","ζ":"\u03B6","η":"\u03B7","θ":"\u03B8","ι":"\u03B9","κ":"\u03BA","λ":"\u03BB","μ":"\u03BC","ν":"\u03BD","ξ":"\u03BE","ο":"\u03BF","π":"\u03C0","ρ":"\u03C1","ς":"\u03C2","σ":"\u03C3","τ":"\u03C4","υ":"\u03C5","φ":"\u03C6","χ":"\u03C7","ψ":"\u03C8","ω":"\u03C9"},n=t;for(let[i,l]of Object.entries(r))n=n.replaceAll(i,l);return n=n.replace(/&#(\d+);/g,(i,l)=>String.fromCharCode(parseInt(l,10))),n=n.replace(/&#x([0-9A-Fa-f]+);/g,(i,l)=>String.fromCharCode(parseInt(l,16))),n}};f(yt,"SAFE_XML_DOC_TAGS",new Set(["c","code","description","example","exception","include","inheritdoc","item","list","listheader","para","param","paramref","permission","remarks","returns","see","seealso","summary","term","typeparam","typeparamref","value","a","b","br","i","u","p"])),f(yt,"CONVERTIBLE_HTML_TAGS",new Set(["code","pre","p","ul","ol","li","a","br","b","strong","i","em","tt","h1","h2","h3","h4","h5","h6","div","span","table","tr","td","th","thead","tbody"]));var yr=yt;a();o();u();var le={Public:"public",Private:"private",Protected:"protected",Internal:"internal"};a();o();u();var gr=class extends M{constructor(r,n){super(n);f(this,"conditions");this.conditions=r.conditions}write(r){this.conditions.forEach((n,i)=>{i>0&&r.write(" && "),r.writeNode(n)})}};a();o();u();var Ze=class extends M{constructor(r,n){super(n);f(this,"reference");f(this,"argument");this.reference=r.reference,this.argument=r.argument}write(r){r.addReference(this.reference),r.write("["),this.reference.writeAsAttribute(r),this.argument!=null&&(r.write("("),typeof this.argument=="string"?r.write(this.argument):this.argument.write(r),r.write(")")),r.write("]")}};a();o();u();var br=class extends M{constructor(r,n){super(n);f(this,"items");this.items=r.items}write(r){if(this.items.length!==0){for(let n of this.items){let i=this.getReference(n);r.addReference(i)}r.write("[");for(let n=0;n<this.items.length;n++){n>0&&r.write(", ");let i=this.items[n];i!=null&&this.getReference(i).writeAsAttribute(r)}r.write("]")}}getReference(r){return"reference"in r&&r.reference?r.reference:r}};a();o();u();var xr=class{constructor(t){f(this,"isAsync");f(this,"parameters");f(this,"body");this.isAsync=t.isAsync??!1,this.parameters=t.parameters,this.body=t.body}write(t){this.isAsync&&t.write("async "),t.write("("),this.parameters.forEach((r,n)=>{r.write(t),n<this.parameters.length-1&&t.write(", ")}),t.writeLine(") =>"),t.pushScope(),this.body?.write(t),t.popScope()}};a();o();u();var wr=class extends M{constructor(r,n){super(n);f(this,"conditions");this.conditions=r.conditions}write(r){this.conditions.forEach((n,i)=>{i>0&&r.write(" || "),r.writeNode(n)})}};a();o();u();a();o();u();var je=class extends M{constructor({name:r,type:n,docs:i,initializer:l,ref:p,out:x},T){super(T);f(this,"name");f(this,"docs");f(this,"initializer");f(this,"type");f(this,"ref");f(this,"out");this.name=r,this.type=n,this.docs=i,this.initializer=l,this.ref=p??!1,this.out=x??!1}write(r){this.ref&&r.write("ref "),this.out&&r.write("out "),r.writeNode(this.type),r.write(` ${this.name}`),this.initializer!=null&&r.write(` = ${this.initializer}`)}};a();o();u();var Sr=class extends M{constructor({condition:r,cases:n},i){super(i);f(this,"condition");f(this,"cases");this.condition=r,this.cases=n}write(r){r.writeNode(this.condition),r.write(" switch"),r.pushScope();for(let{label:n,value:i}of this.cases)r.writeNode(n),r.write(" => "),r.writeNode(i),r.writeLine(",");r.popScope()}};a();o();u();var Tr=class extends M{constructor(r,n){super(n);f(this,"args");this.args=r}write(r){return new qr(this.args).write(r)}};a();o();u();var gt=class extends M{constructor(r,n){super(n);f(this,"arg");this.arg=r}write(r){if(this.arg==null)return;let n=r instanceof De?new yr(r):r;if(typeof this.arg=="function"){n.writePrefix(),this.arg(n),n.writeNewLineIfLastLineNot();return}if(typeof this.arg=="string"){n.writeMultilineWithEscaping(this.arg),n.writeNewLineIfLastLineNot();return}this.arg.summary&&(n.writePrefix(),n.writeOpenXmlNode("summary"),n.writeLine(),this.writeXmlDocNodeWithEscaping(n,this.arg.summary),n.writeNewLineIfLastLineNot(),n.writePrefix(),n.writeCloseXmlNode("summary"),n.writeNewLineIfLastLineNot()),this.arg.codeExample&&(n.writePrefix(),n.writeOpenXmlNode("example"),n.writeOpenXmlNode("code"),n.writeLine(),this.writeXmlDocNodeWithEscaping(n,this.arg.codeExample),n.writeNewLineIfLastLineNot(),n.writePrefix(),n.writeCloseXmlNode("code"),n.writeCloseXmlNode("example"),n.writeNewLineIfLastLineNot()),this.arg.exceptions&&this.arg.exceptions.forEach((i,l)=>{n.writePrefix(),n.write('<exception cref="'),n.writeNodeOrString(l),n.write('">'),this.writeXmlDocNode(n,i),n.write("</exception>"),n.writeNewLineIfLastLineNot()}),this.arg.inheritdoc&&(n.writePrefix(),n.write("<inheritdoc"),this.arg.inheritdoc!==!0&&(this.arg.inheritdoc.cref&&n.write(` cref="${this.arg.inheritdoc.cref}"`),this.arg.inheritdoc.path&&n.write(` path="${this.arg.inheritdoc.path}"`)),n.write(" />"),n.writeNewLineIfLastLineNot()),this.arg.remarks&&(n.writePrefix(),n.writeOpenXmlNode("remarks"),n.writeLine(),this.writeXmlDocNodeWithEscaping(n,this.arg.remarks),n.writeNewLineIfLastLineNot(),n.writePrefix(),n.writeCloseXmlNode("remarks"),n.writeNewLineIfLastLineNot())}writeXmlDocNode(r,n){if(n!=null){if(typeof n=="function"){r.writePrefix(),n(r);return}typeof n=="string"&&(r.writePrefix(),r.writeMultiline(n))}}writeXmlDocNodeWithEscaping(r,n){if(n!=null){if(typeof n=="function"){r.writePrefix(),n(r);return}typeof n=="string"&&(r.writePrefix(),r.writeMultilineWithEscaping(n))}}};a();o();u();a();o();u();a();o();u();var Er=class extends nt{constructor({name:r,type:n,access:i,const_:l,new_:p,get:x,init:T,set:A,annotations:I,initializer:C,summary:j,doc:P,jsonPropertyName:B,readonly:v,static_:G,useRequired:ne,skipDefaultInitializer:Z,interfaceReference:ae,accessors:$,override:H,isEvent:N,origin:k,enclosingType:K},xt){super({enclosingType:K},k,xt);f(this,"name");f(this,"access");f(this,"type");f(this,"const_");f(this,"static_");f(this,"get");f(this,"init");f(this,"set");f(this,"new_");f(this,"annotations");f(this,"initializer");f(this,"doc");f(this,"jsonPropertyName");f(this,"readonly");f(this,"useRequired");f(this,"skipDefaultInitializer");f(this,"interfaceReference");f(this,"accessors");f(this,"override");f(this,"isEvent_");if(!K)throw new Error("Enclosing type is required");r=r||(k?this.model.getPropertyNameFor(k):ue("Field name or origin is required")),this.name=(K instanceof Ee?K:K.reference).registerField(r,k,this),this.type=n,this.const_=l??!1,this.new_=p??!1,this.access=i,this.get=x??!!$?.get,this.set=A??!!$?.set,this.init=T??!!$?.init,this.annotations=(I??[]).map(wt=>wt instanceof Ee?this.csharp.annotation({reference:wt}):wt),this.initializer=C,this.doc=this.csharp.xmlDocBlockOf(P??{summary:j}),this.jsonPropertyName=B,this.readonly=v,this.static_=G??!1,this.useRequired=ne??!1,this.skipDefaultInitializer=Z??!1,this.interfaceReference=ae,this.accessors=$,this.override=H??!1,this.isEvent_=N??!1,this.jsonPropertyName!=null&&(this.annotations=[this.csharp.annotation({reference:this.System.Text.Json.Serialization.JsonPropertyName,argument:`"${this.jsonPropertyName}"`}),...this.annotations])}get needsInitialization(){return!this.type.isOptional&&this.initializer==null}get isConst(){return this.const_}get isField(){return this.const_?!1:!(this.get||this.init||this.set)}get isProperty(){return this.const_?!1:!!(this.get||this.init||this.set)}get isStatic(){return this.static_}get isRequired(){return this.useRequired}get isOptional(){return this.type.isOptional}get isEvent(){return this.isEvent_}write(r){r.writeNode(this.doc);for(let p of this.annotations)p.write(r);r.writeNewLineIfLastLineNot(),this.override&&r.write("override "),this.access&&r.write(`${this.access} `),this.const_&&r.write("const "),this.new_&&r.write("new ");let n=this.type.isOptional,i=this.type.asNonOptional().isCollection;if(this.useRequired&&!n&&!i&&this.initializer==null&&r.write("required "),this.static_&&r.write("static "),this.readonly&&r.write("readonly "),this.isEvent_&&r.write("event "),r.writeNode(this.type),r.write(" "),this.interfaceReference&&r.write(`${this.interfaceReference.name}.`),r.write(this.name),this.isEvent_&&this.accessors?.add&&this.accessors?.remove){r.writeLine(""),r.writeLine("{"),r.indent(),r.write("add => "),this.accessors.add(r),r.writeLine(";"),r.write("remove => "),this.accessors.remove(r),r.writeLine(";"),r.dedent(),r.writeLine("}");return}let l=this.get&&!this.init&&!this.set&&this.initializer!=null;(this.get||this.init||this.set)&&!l&&(r.write(" { "),this.get&&(this.hasSameAccess(this.get)||r.write(`${this.get} `),this.accessors?.get?(r.write("get"),r.write(" => "),this.accessors.get(r),r.writeTextStatement("")):r.write("get; ")),this.init&&((this.access===le.Public||this.access===le.Protected)&&(this.init===!0||this.init===le.Public||this.init===le.Protected)?(r.writeLine(),r.writeNoIndent(`#if NET5_0_OR_GREATER
|
|
29
29
|
`),this.hasSameAccess(this.init)||r.write(`${this.init} `),r.writeTextStatement("init"),r.writeNoIndent(`#else
|
|
30
30
|
`),r.writeTextStatement("set"),r.writeNoIndent(`#endif
|
|
31
|
-
`)):(this.hasSameAccess(this.init)||r.write(`${this.init} `),this.accessors?.init?(r.write("init"),r.write(" => "),this.accessors.init(r),r.writeTextStatement("")):r.write("init; "))),this.set&&(this.hasSameAccess(this.set)||r.write(`${this.set} `),this.accessors?.set?(r.write("set"),r.write(" => "),this.accessors.set(r),r.writeTextStatement("")):r.write("set; ")),r.write("}")),this.initializer!=null?(l?r.write(" => "):r.write(" = "),this.initializer.write(r),r.writeLine(";")):!this.skipDefaultInitializer&&!n&&i?L.Type(this.type)&&this.type.writeEmptyCollectionInitializer(r):!this.get&&!this.init&&r.writeLine(";")}hasSameAccess(r){return r===!0||r===this.access}};a();o();u();var Ue;(function(e){e[e.INSTANCE=0]="INSTANCE",e[e.STATIC=1]="STATIC"})(Ue||(Ue={}));var bt=class e extends nt{constructor({name:r,isAsync:n,override:i,access:l,return_:p,body:x,noBody:T,bodyType:A,summary:I,doc:C,type:j,classReference:P,parameters:B,typeParameters:v,annotations:G,codeExample:ne,interfaceReference:Z,origin:ae,enclosingType:$},H){super({enclosingType:$},ae,H);f(this,"name");f(this,"isAsync");f(this,"access");f(this,"return");f(this,"noBody");f(this,"body");f(this,"bodyType");f(this,"summary");f(this,"doc");f(this,"type");f(this,"reference");f(this,"override");f(this,"parameters");f(this,"typeParameters");f(this,"annotations");f(this,"interfaceReference");this.name=r,this.isAsync=n??!1,this.override=i??!1,this.access=l,this.return=p,this.noBody=T??!1,this.body=x,this.bodyType=A??e.BodyType.Statement,this.summary=I,this.doc=this.csharp.xmlDocBlockOf(C??{summary:I,codeExample:ne}),this.type=j??Ue.INSTANCE,this.reference=P,this.parameters=B??[],this.typeParameters=v??[],this.annotations=(G??[]).map(N=>N instanceof Ee?this.csharp.annotation({reference:N}):N),this.interfaceReference=Z}get isAsyncEnumerable(){return L.AsyncEnumerable(this.return)}addParameter(r){return r instanceof je||(r=new je(r,this.generation)),this.parameters.push(r),r}write(r){if(r.writeNode(this.doc),this.annotations.forEach(n=>{n.write(r)}),r.writeNewLineIfLastLineNot(),this.access&&r.write(`${this.access} `),this.type===Ue.STATIC&&r.write("static "),this.isAsync&&r.write("async "),this.override&&r.write("override "),this.return==null?this.isAsync?(r.writeNode(this.System.Threading.Tasks.Task()),r.write(" ")):r.write("void "):(this.isAsync&&!this.isAsyncEnumerable?r.writeNode(this.System.Threading.Tasks.Task(this.return)):this.return.write(r),r.write(" ")),this.interfaceReference&&r.write(`${this.interfaceReference.name}.`),r.write(this.name),this.typeParameters.length>0&&(r.write("<"),this.typeParameters.forEach((n,i)=>{n.write(r),i<this.typeParameters.length-1&&r.write(", ")}),r.write(">")),r.write("("),this.parameters.forEach((n,i)=>{n.write(r),i<this.parameters.length-1&&r.write(", ")}),r.write(")"),this.noBody)r.writeLine(";");else switch(this.bodyType){case e.BodyType.Statement:r.write(" "),r.pushScope(),this.body?.write(r),r.popScope();break;case e.BodyType.Expression:r.write(" => "),this.body?.write(r),r.writeSemicolonIfLastCharacterIsNot();break;default:te(this.bodyType)}}getParameters(){return this.parameters}};(function(e){e.BodyType={Statement:"statement",Expression:"expression"}})(bt||(bt={}));var Ir=class extends Re{constructor({name:r,namespace:n,access:i,partial:l,interfaceReferences:p,enclosingType:x,origin:T},A){super(T,A);f(this,"access");f(this,"partial");f(this,"reference");f(this,"interfaceReferences");f(this,"fields",[]);f(this,"methods",[]);r=r||(T?this.model.getClassNameFor(T):ue("Class/Interface name or origin is required")),this.reference=x?this.csharp.classReference({name:r,enclosingType:x}):this.csharp.classReference({name:r,namespace:n||ue("Class/Interface: Namespace or enclosingType is required ")}),this.access=i,this.partial=l??!1,this.interfaceReferences=p??[]}get name(){return this.reference.name}get namespace(){return this.reference.namespace}get enclosingType(){return this.reference.enclosingType}get isNested(){return this.enclosingType!=null}explicit(r){return this.origin?this.model.explicit(L.Provenance(this.origin)?this.origin.node:this.origin,r):ue(`Cannot create explicit named member '${r}' on '${this.name}' because the class is not bound to an origin.`)}getField(r){return this.fields.find(n=>this.model.provenance(n.origin)?.jsonPath===r.jsonPath)}addField(r){r.enclosingType=this.reference;let n=new Er(r,this.generation);return this.fields.push(n),n}addMethod(r){r.enclosingType=this.reference;let n=new bt(r,this.generation);return this.methods.push(n),n}get multipartMethodName(){return"AddJsonPart"}get multipartMethodNameForCollection(){return"AddJsonParts"}get isOptional(){return!1}get isCollection(){return!1}get isReferenceType(){}asOptional(){return new ke(this,this.generation)}asNullable(){return new Ft(this,this.generation)}asNonOptional(){return this}get defaultValue(){return this.csharp.Literal.null()}get fullyQualifiedName(){return this.reference.fullyQualifiedName}};var _e=class _e extends Ir{constructor({name:r,namespace:n,access:i,static_:l,abstract_:p,sealed:x,partial:T,readonly:A,parentClassReference:I,interfaceReferences:C,enclosingType:j,type:P,summary:B,doc:v,annotations:G,primaryConstructor:ne,origin:Z},ae){super({name:r,namespace:n,access:i,partial:T,interfaceReferences:C,enclosingType:j,origin:Z},ae);f(this,"static_");f(this,"abstract_");f(this,"sealed");f(this,"readonly");f(this,"parentClassReference");f(this,"type");f(this,"summary");f(this,"doc");f(this,"annotations",[]);f(this,"primaryConstructor");f(this,"namespaceReferences",[]);f(this,"constructors",[]);f(this,"operators",[]);f(this,"nestedClasses",[]);f(this,"nestedInterfaces",[]);f(this,"rawBodyBlocks",[]);this.static_=l??!1,this.abstract_=p??!1,this.sealed=x??!1,this.readonly=A??!1,this.type=P??_e.ClassType.Class,this.summary=B,this.doc=this.csharp.xmlDocBlockOf(v??{summary:B}),this.parentClassReference=I,this.annotations=(G??[]).map($=>$ instanceof Ee?this.csharp.annotation({reference:$}):$),this.primaryConstructor=ne}addConstructor(r){let n=new _e.Constructor(r,this.generation);return this.constructors.push(n),n}addNestedClass(r){if(r instanceof _e||(r.enclosingType=this.reference,r=new _e(r,this.generation)),!r.isNested)throw new Error(`Set the enclosingType of the class ${this.name} to add the nested class ${r.name}.`);return this.nestedClasses.push(r),r}addNestedClasses(r){r.forEach(n=>{n instanceof _e?this.addNestedClass(n):this.addNestedClass(n)})}addAnnotation(r){return r instanceof Ze||(r=new Ze(r,this.generation)),this.annotations.push(r),r}addOperator(r){this.operators.push(r)}addOperators(r){r.forEach(n=>this.addOperator(n))}addRawBodyContent(r){this.rawBodyBlocks.push(r)}write(r){if(this.namespaceReferences.forEach(n=>{r.addNamespace(n)}),this.isNested||(r.writeLine(`namespace ${this.namespace};`),r.newLine()),r.writeNode(this.doc),this.annotations.forEach(n=>{n.write(r)}),r.writeNewLineIfLastLineNot(),r.write(`${this.access}`),this.static_&&r.write(" static"),this.abstract_&&r.write(" abstract"),this.sealed&&r.write(" sealed"),this.readonly&&r.write(" readonly"),this.partial&&r.write(" partial"),r.write(` ${this.type}`),r.write(` ${this.name}`),this.primaryConstructor!=null&&this.primaryConstructor.parameters.length>0){let n=this.primaryConstructor;r.write("("),n.parameters.forEach((i,l)=>{l>0&&r.write(","),i.write(r)}),r.write(")")}if(this.parentClassReference!=null||this.interfaceReferences.length>0){if(r.write(" : "),this.parentClassReference!=null&&(this.parentClassReference.write(r),this.interfaceReferences.length>0&&r.write(", ")),this.primaryConstructor!=null&&this.primaryConstructor.superClassArguments.length>0){let n=this.primaryConstructor;r.write("("),this.primaryConstructor.superClassArguments.forEach((i,l)=>{i.write(r),l<n.superClassArguments.length-1&&r.write(", ")}),r.write(")")}this.interfaceReferences.forEach((n,i)=>{n.write(r),i<this.interfaceReferences.length-1&&r.write(", ")})}if(!this.hasBody()){r.write(";");return}r.writeNewLineIfLastLineNot(),r.pushScope(),this.writeConsts(r),this.writeFieldFields(r),this.writeConstructors(r),this.writeProperties(r),this.writeMethods(r),this.writeOperators(r),this.writeRawBodyBlocks(r),this.writeNestedClasses(r),this.writeNestedInterfaces(r),r.popScope()}hasBody(){return this.fields.length>0||this.constructors.length>0||this.nestedClasses.length>0||this.nestedInterfaces.length>0||this.methods.length>0||this.operators.length>0||this.rawBodyBlocks.length>0}writeConstructors(r){this.constructors.forEach(n=>{r.writeNode(this.csharp.xmlDocBlockOf(n.doc)),r.write(`${n.access} ${this.name} (`),n.parameters.forEach((i,l)=>{i.write(r),l<n.parameters.length-1&&r.write(", ")}),r.write(")"),n.baseConstructorCall!=null&&(r.write(" : "),n.baseConstructorCall.write(r)),r.pushScope(),n.body.write(r),r.popScope(),r.newLine()})}writeFields({writer:r,fields:n}){n.forEach((i,l)=>{i.write(r),r.writeNewLineIfLastLineNot(),l<this.fields.length-1&&r.newLine()})}writeConsts(r){this.writeFields({writer:r,fields:this.getFields().sort(Ar).sort(us).filter(this.fieldConstFilter())})}writeFieldFields(r){this.writeFields({writer:r,fields:this.getFields().sort(Ar).sort(us).filter(this.fieldFieldFilter())})}writeProperties(r){this.writeFields({writer:r,fields:this.getFields().sort(Ar).sort(us).filter(this.fieldPropertyFilter())})}writeMethods(r){this.methods.sort(Ar).sort(e0).sort(Zl).forEach(n=>{n.write(r),r.writeNewLineIfLastLineNot(),r.newLine()})}writeOperators(r){this.operators.forEach(n=>{this.writeOperator({writer:r,operator:n}),r.newLine()})}writeRawBodyBlocks(r){this.rawBodyBlocks.forEach(n=>{n.write(r),r.writeNewLineIfLastLineNot()})}writeNestedClasses(r){this.nestedClasses.sort(Ar).forEach((n,i)=>{n.write(r),r.writeNewLineIfLastLineNot(),i<this.fields.length-1&&r.newLine()})}writeNestedInterfaces(r){this.nestedInterfaces.sort(Ar).forEach((n,i)=>{n.write(r),r.writeNewLineIfLastLineNot(),i<this.fields.length-1&&r.newLine()})}fieldConstFilter(){return r=>r.isConst}fieldFieldFilter(){return r=>r.isField}fieldPropertyFilter(){return r=>r.isProperty}getFields(){return this.fields}get isReferenceType(){return this.type===_e.ClassType.Class||this.type===_e.ClassType.Record}writeOperator({writer:r,operator:n}){if(r.write("public static "),n.type===_e.CastOperator.Type.Explicit||n.type===_e.CastOperator.Type.Implicit){r.write(`${n.type} `),r.write("operator ");let i=n.to??this.reference;r.writeNode(i),r.write("("),n.parameter.write(r)}else{let i=n;i.return.write(r),r.write(" operator "),r.write(`${n.type}(`),i.parameters.forEach((l,p)=>{l.write(r),p<i.parameters.length-1&&r.write(", ")})}n.useExpressionBody?(r.write(") => "),r.writeNodeStatement(n.body)):(r.write(") {"),r.writeNode(n.body),r.writeLine("}"))}addNamespaceReference(r){this.namespaceReferences.push(r)}};f(_e,"ClassType",{Class:"class",Record:"record",Struct:"struct",RecordStruct:"record struct"}),f(_e,"Access",le);var Ge=_e;(function(e){class t{constructor({doc:i,body:l,parameters:p,access:x,baseConstructorCall:T},A){f(this,"generation");f(this,"doc");f(this,"body");f(this,"parameters");f(this,"access");f(this,"baseConstructorCall");this.generation=A,this.parameters=p??[],this.access=x??le.Public,this.doc=i,this.body=new ht({},this.generation),l!=null&&this.body.append(l),this.baseConstructorCall=T}addParameter(i){let l=new je(i,this.generation);return this.parameters.push(l),l}}e.Constructor=t;let r;(function(n){n.Type={Implicit:"implicit",Explicit:"explicit"}})(r=e.CastOperator||(e.CastOperator={}))})(Ge||(Ge={}));function Go(e){switch(e){case void 0:return 0;case le.Private:return 1;case le.Protected:return 2;case le.Internal:return 3;case le.Public:return 4}}function Ar(e,t){return Go(e.access)-Go(t.access)}function us(e,t){return e.isStatic===t.isStatic?0:e.isStatic?-1:1}function Zl(e,t){return e.type===Ue.STATIC&&t.type!==Ue.STATIC?-1:e.type!==Ue.STATIC&&t.type===Ue.STATIC?1:0}function e0(e,t){return e.name==="FromProto"||e.name==="ToProto"?t.name==="Equals"||t.name==="ToString"?-1:1:t.name==="FromProto"||t.name==="ToProto"?e.name==="Equals"||e.name==="ToString"?1:-1:e.name==="ToString"?1:t.name==="ToString"?-1:e.name==="Equals"?t.name==="ToString"?-1:1:t.name==="Equals"?e.name==="ToString"?1:-1:0}a();o();u();var Nr=class extends Re{constructor({name:r,namespace:n,access:i,annotations:l,origin:p},x){super(p,x);f(this,"access");f(this,"reference");f(this,"annotations");f(this,"fields",[]);f(this,"generateSerializer",!1);f(this,"serializerClassReference");this.reference=this.csharp.classReference({name:r,namespace:n,origin:p}),this.access=i,this.annotations=l??[]}get name(){return this.reference.name}get namespace(){return this.reference.namespace}getNamespace(){return this.namespace}addAnnotation(r){this.annotations.push(r)}addMember(r){this.fields.push({name:r.name,wireValue:r.value,value:this.csharp.annotation({reference:this.System.Runtime.Serialization.EnumMember,argument:this.csharp.codeblock(n=>{n.write("Value = "),n.writeNode(this.csharp.string_({string:r.value}))})})})}enableSerializerGeneration(){return this.generateSerializer=!0,this.serializerClassReference=this.csharp.classReference({name:`${this.name}Serializer`,namespace:this.namespace}),this.serializerClassReference}write(r){r.writeLine(`namespace ${this.namespace};`),r.newLine();for(let n of this.annotations)n.write(r);r.writeNewLineIfLastLineNot(),r.write(`${this.access} `),r.write("enum "),r.writeLine(`${this.name}`),r.pushScope(),this.fields.forEach((n,i)=>{n.value.write(r),r.write(n.name),i<this.fields.length-1&&(r.writeLine(","),r.newLine())}),r.writeNewLineIfLastLineNot(),r.popScope(),this.generateSerializer&&this.writeSerializerClass(r)}writeSerializerClass(r){r.newLine(),r.writeLine(`internal class ${this.name}Serializer : global::System.Text.Json.Serialization.JsonConverter<${this.name}>`),r.pushScope(),r.writeLine(`private static readonly global::System.Collections.Generic.Dictionary<string, ${this.name}> _stringToEnum = new()`),r.pushScope();for(let n of this.fields)r.writeLine(`{ ${JSON.stringify(n.wireValue)}, ${this.name}.${n.name} },`);r.popScope(!1),r.writeLine(";"),r.newLine(),r.writeLine(`private static readonly global::System.Collections.Generic.Dictionary<${this.name}, string> _enumToString = new()`),r.pushScope();for(let n of this.fields)r.writeLine(`{ ${this.name}.${n.name}, ${JSON.stringify(n.wireValue)} },`);r.popScope(!1),r.writeLine(";"),r.newLine(),r.writeLine(`public override ${this.name} Read(ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options)`),r.pushScope(),r.writeLine('var stringValue = reader.GetString() ?? throw new global::System.Exception("The JSON value could not be read as a string.");'),r.writeLine("return _stringToEnum.TryGetValue(stringValue, out var enumValue) ? enumValue : default;"),r.popScope(),r.newLine(),r.writeLine(`public override void Write(global::System.Text.Json.Utf8JsonWriter writer, ${this.name} value, global::System.Text.Json.JsonSerializerOptions options)`),r.pushScope(),r.writeLine("writer.WriteStringValue(_enumToString.TryGetValue(value, out var stringValue) ? stringValue : null);"),r.popScope(),r.popScope()}};a();o();u();var Rr=class extends Ir{constructor({name:t,namespace:r,access:n,partial:i,interfaceReferences:l,enclosingType:p,origin:x},T){super({name:t,namespace:r,access:n,partial:i,interfaceReferences:l,enclosingType:p,origin:x},T)}write(t){this.isNested||(t.writeLine(`namespace ${this.namespace};`),t.newLine()),t.write(`${this.access} `),this.partial&&t.write("partial "),t.write("interface "),t.writeLine(`${this.name}`),this.interfaceReferences.length>0&&(t.write(" : "),this.interfaceReferences.forEach((r,n)=>{r.write(t),n<this.interfaceReferences.length-1&&t.write(", ")})),t.pushScope();for(let r of this.fields)r.write(t),t.writeLine("");t.dedent(),t.indent();for(let r of this.methods)r.write(t),t.writeLine("");t.popScope()}};a();o();u();var Cr=class extends Re{constructor({name:r,namespace:n,parentClassReference:i,origin:l},p){super(l,p);f(this,"reference");f(this,"parentClassReference");f(this,"testMethods",[]);this.reference=this.csharp.classReference({name:r,namespace:n,origin:l}),this.parentClassReference=i}get name(){return this.reference.name}get namespace(){return this.reference.namespace}write(r){r.writeNode(this.getClass())}getClass(){let r=[this.NUnit.Framework.TestFixture,this.csharp.annotation({reference:this.NUnit.Framework.Parallelizable,argument:"ParallelScope.Self"})],n=new Ge({access:le.Public,name:this.name,namespace:this.namespace,annotations:r,parentClassReference:this.parentClassReference,origin:this.origin},this.generation);for(let i of this.testMethods)n.addMethod({access:le.Public,isAsync:i.isAsync,name:i.name,parameters:[],body:i.body,annotations:[this.NUnit.Framework.Test]});return n}addTestMethod(r){this.testMethods.push(r)}};a();o();u();a();o();u();a();o();u();a();o();u();var os={System:["AccessViolationException","Action","Activator","AggregateException","AppContext","AppDomain","AppDomainSetup","AppDomainUnloadedException","ApplicationException","ApplicationId","ArgIterator","ArgumentException","ArgumentNullException","ArgumentOutOfRangeException","ArithmeticException","Array","ArrayTypeMismatchException","AssemblyLoadEventArgs","AssemblyLoadEventHandler","AsyncCallback","Attribute","AttributeTargets","AttributeUsageAttribute","BadImageFormatException","Base64FormattingOptions","BitConverter","Boolean","Buffer","Byte","CannotUnloadAppDomainException","Char","CharEnumerator","CLSCompliantAttribute","Console","ConsoleCancelEventArgs","ConsoleCancelEventHandler","ConsoleColor","ConsoleKey","ConsoleKeyInfo","ConsoleModifiers","ConsoleSpecialKey","ContextBoundObject","ContextMarshalException","ContextStaticAttribute","Convert","CultureAwareComparer","DataMisalignedException","DateOnly","DateTime","DateTimeKind","DateTimeOffset","DayOfWeek","DBNull","Decimal","Delegate","DivideByZeroException","DllNotFoundException","Double","DuplicateWaitObjectException","EntryPointNotFoundException","Enum","Environment","EnvironmentVariableTarget","EventArgs","EventHandler","Exception","ExecutionEngineException","FieldAccessException","FlagsAttribute","FormatException","FormattableString","GC","GCCollectionMode","GCGenerationInfo","GCKind","GCMemoryInfo","GCNotificationStatus","Guid","Half","HashCode","IAsyncDisposable","IAsyncResult","ICloneable","IComparable","IConvertible","ICustomFormatter","IDisposable","IFormatProvider","IFormattable","Index","IndexOutOfRangeException","InsufficientExecutionStackException","InsufficientMemoryException","Int128","Int16","Int32","Int64","IntPtr","InvalidCastException","InvalidOperationException","InvalidProgramException","InvalidTimeZoneException","ISpanFormattable","IUtf8SpanFormattable","LoaderOptimization","LoaderOptimizationAttribute","LocalDataStoreSlot","MarshalByRefObject","Math","MathF","MemberAccessException","MemoryExtensions","MethodAccessException","MidpointRounding","MissingFieldException","MissingMemberException","MissingMethodException","ModuleHandle","MTAThreadAttribute","MulticastDelegate","MulticastNotSupportedException","NonSerializedAttribute","NotFiniteNumberException","NotImplementedException","NotSupportedException","Nullable","NullReferenceException","Object","ObjectDisposedException","ObsoleteAttribute","OperatingSystem","OperationCanceledException","OrdinalComparer","OutOfMemoryException","OverflowException","ParamArrayAttribute","PlatformID","PlatformNotSupportedException","Random","Range","RankException","ResolveEventArgs","ResolveEventHandler","RuntimeArgumentHandle","RuntimeFieldHandle","RuntimeMethodHandle","RuntimeTypeHandle","SByte","SerializableAttribute","Single","StackOverflowException","STAThreadAttribute","String","StringComparer","StringComparison","StringNormalizationExtensions","StringSplitOptions","SystemException","ThreadStaticAttribute","TimeOnly","TimeoutException","TimeProvider","TimeSpan","TimeZone","TimeZoneInfo","TimeZoneNotFoundException","Tuple","TupleExtensions","Type","TypeAccessException","TypeCode","TypedReference","TypeInitializationException","TypeLoadException","TypeUnloadedException","UInt128","UInt16","UInt32","UInt64","UIntPtr","UnauthorizedAccessException","UnhandledExceptionEventArgs","UnhandledExceptionEventHandler","UnitySerializationHolder","ValueTuple","ValueType","Version","Void","WeakReference","Buffers","Collections","ComponentModel","Diagnostics","Globalization","IO","Linq","Net","Numerics","Reflection","Resources","Runtime","Security","Text","Threading"],"System.Collections.Generic":["ByteEqualityComparer","CollectionExtensions","IEnumerable","KeyNotFoundException","KeyValuePair","NonRandomizedStringEqualityComparer","ReferenceEqualityComparer"],"System.IO":["BinaryReader","BinaryWriter","BufferedStream","Directory","DirectoryInfo","DirectoryNotFoundException","EndOfStreamException","EnumerationOptions","File","FileAccess","FileAttributes","FileInfo","FileLoadException","FileMode","FileNotFoundException","FileOptions","FileShare","FileStream","FileStreamOptions","FileSystemInfo","HandleInheritability","InvalidDataException","IOException","MatchCasing","MatchType","MemoryStream","Path","PathTooLongException","RandomAccess","SearchOption","SeekOrigin","Stream","StreamReader","StreamWriter","StringReader","StringWriter","TextReader","TextWriter","UnixFileMode","UnmanagedMemoryAccessor","UnmanagedMemoryStream","System.IO.Enumeration"],"System.Linq":["Enumerable"],"System.Net.Http":["HttpClient","HttpMethod"],"System.Threading":["AbandonedMutexException","ApartmentState","AsyncFlowControl","AutoResetEvent","CancellationToken","CancellationTokenRegistration","CancellationTokenSource","CompressedStack","ContextCallback","EventResetMode","EventWaitHandle","ExecutionContext","Interlocked","IOCompletionCallback","IThreadPoolWorkItem","ITimer","LazyInitializer","LazyThreadSafetyMode","Lock","LockRecursionException","LockRecursionPolicy","ManualResetEvent","ManualResetEventSlim","Monitor","Mutex","NativeOverlapped","Overlapped","ParameterizedThreadStart","PeriodicTimer","PreAllocatedOverlapped","ReaderWriterLockSlim","RegisteredWaitHandle","Semaphore","SemaphoreFullException","SemaphoreSlim","SendOrPostCallback","SpinLock","SpinWait","SynchronizationContext","SynchronizationLockException","Thread","ThreadAbortException","ThreadExceptionEventArgs","ThreadExceptionEventHandler","ThreadInterruptedException","ThreadPool","ThreadPoolBoundHandle","ThreadPriority","ThreadStart","ThreadStartException","ThreadState","ThreadStateException","Timeout","Timer","TimerCallback","Volatile","WaitCallback","WaitHandle","WaitHandleCannotBeOpenedException","WaitHandleExtensions","WaitOrTimerCallback","Tasks"],"System.Threading.Tasks":["ConcurrentExclusiveSchedulerPair","ConfigureAwaitOptions","Task","TaskAsyncEnumerableExtensions","TaskCanceledException","TaskCompletionSource","TaskContinuationOptions","TaskCreationOptions","TaskExtensions","TaskFactory","TaskScheduler","TaskSchedulerException","TaskStatus","TaskToAsyncResult","UnobservedTaskExceptionEventArgs","ValueTask","Sources"]};var t0=new Set(["abstract","as","base","bool","break","byte","case","catch","char","checked","class","const","continue","decimal","default","delegate","do","double","else","enum","event","explicit","extern","false","finally","fixed","float","for","foreach","goto","if","implicit","in","int","interface","internal","is","lock","long","namespace","new","null","object","operator","out","override","params","private","protected","public","readonly","ref","return","sbyte","sealed","short","sizeof","stackalloc","static","string","struct","switch","this","throw","true","try","typeof","uint","ulong","unchecked","unsafe","ushort","using","virtual","void","volatile","while"]);var r0=new Set(["from","where","select","orderby","groupby","into","let","join","on","equals"]),n0=new Set(["async","await"]),i0=new Set(["yield"]),s0=new Set(["var","dynamic"]),a0=new Set(["using","alias"]);var u0=new Set(["required","scoped","unmanaged","managed"]),o0=new Set(["when","and","or","not"]),c0=new Set(["Equals","GetHashCode","ToString","GetType","MemberwiseClone","Finalize"]),p0=new Set([...t0,...r0,...n0,...i0,...s0,...a0,...u0,...o0]),ii=class{constructor(t,r,n){f(this,"registry");f(this,"name");f(this,"jsonPath");this.registry=t,this.name=r,this.jsonPath=n}};var si=class{constructor(t){f(this,"scope");f(this,"byName",new Map);f(this,"byPath",new Map);f(this,"redirections",new Map);this.scope=t}[Symbol.iterator](){return this.byName.values()}has(t){return this.byName.has(t)}getByJsonPath(t){return this.byPath.get(t)}getByName(t){return this.byName.get(t)}getRedirectedName(t){return this.redirections.get(t)}set(t){this.byName.has(t.name)&&ue(`set: ${t.name} in ${this.scope.fullyQualifiedName} already exists`),t.jsonPath&&this.byPath.has(t.jsonPath)&&ue(`set: ${t.name} in ${this.scope.fullyQualifiedName} already exists by jsonPath`),this.byName.set(t.name,t),t.jsonPath&&this.byPath.set(t.jsonPath,t)}redirect(t,r){this.redirections.has(t)&&ue(`redirect: ${t} in ${this.scope.fullyQualifiedName} already has a redirect`),this.redirections.set(t,r)}},cs=class extends ii{constructor(r,n,i,l){super(r,n);f(this,"namespace");f(this,"fullyQualifiedName");f(this,"fields");f(this,"methods");this.namespace=i,this.fullyQualifiedName=l,this.fields=new si(this),this.methods=new si(this)}isKeyword(r){return p0.has(r)}isBuiltinMemberName(r){return c0.has(r)}isTypeName(r){return this.name===r}isField(r){return this.fields.has(r)}isMethod(r){return this.methods.has(r)}isMember(r){return this.isField(r)||this.isMethod(r)}nameBlocked(r){if(this.isKeyword(r))return"keyword";if(this.isBuiltinMemberName(r))return"builtin";if(this.isTypeName(r))return"typeName";if(this.isField(r))return"field";if(this.isMethod(r))return"method"}getAlternativeName(r){let n=`${r}_`,i=2;for(;this.nameBlocked(n);)n=`${r}_${i}`,i++;return n}getFieldByJsonPath(r){return r!==void 0?this.fields.getByJsonPath(r):void 0}getFieldByName(r){return this.fields.getByName(r)}getRedirectedFieldName(r){return this.fields.getRedirectedName(r)}registerField(r,n,i){let l=this.registry.model.jsonPath(n);if(l){let T=this.fields.getByJsonPath(l);if(T)return T.name}let p=this.fields.getByName(r);if(p&&l===p.jsonPath)return r;switch(this.nameBlocked(r)){case"field":n&&L.Provenance(n)&&n.explicit||ue(`Field ${r} already exists - attempting to add a duplicate field with the same name that is not an explicitly named property`);break;case"keyword":case"builtin":case"typeName":case"method":break;default:return this.fields.set(new ai(this.registry,r,this,l,i)),this.registry.setFieldNameShortcut(l,r),r}let x=this.getAlternativeName(r);return this.fields.set(new ai(this.registry,x,this,l,i)),this.fields.redirect(r,x),this.registry.setFieldNameShortcut(l,x),x}getFieldName(r,n){let i=this.getFieldByJsonPath(this.registry.model.jsonPath(r))?.name;if(i)return i;if(L.Provenance(r)){let x=this.getRedirectedFieldName(n);if(x)return x;let T=this.getFieldByName(n);return T?this.registry.model.provenance(T.jsonPath)?.explicit?n:`${n}_`:n}let l=this.getFieldByName(n);if(l)return this.registry.model.provenance(l.jsonPath)?.explicit?n:l.name;let p=this.getRedirectedFieldName(n);if(p)return p;this.isMethod(n)}},ps=class extends ii{constructor(r,n,i,l){super(r,n,l);f(this,"scope");this.scope=i}},ai=class extends ps{constructor(r,n,i,l,p){super(r,n,i,l);f(this,"field");this.field=p}};var Pr=class e{constructor(t){f(this,"generation");f(this,"classReferenceByJsonPath",new Map);f(this,"typeRegistry",new Map);f(this,"namespaceRegistry",new Map);f(this,"typeNames",new Map);f(this,"namespaceNames",new Map);f(this,"implicitNamespaces",new Set);f(this,"shortcuts",new Map);f(this,"knownBuiltInIdentifiers",new Set(["Text","Json","Xml","Security","Collections","Data","Diagnostics","Globalization","Math","Reflection","Runtime","Security","Serialization","Threading","Xml"]));this.generation=t,this.initializeBuiltIns()}get csharp(){return this.generation.csharp}get model(){return this.generation.model}initializeBuiltIns(){for(let[t,r]of Object.entries(os))t.split(".").forEach(n=>this.knownBuiltInIdentifiers.add(n)),r.forEach(n=>this.knownBuiltInIdentifiers.add(n));for(let[t,r]of Object.entries(os)){for(let i of r)this.typeNames.set(i,new Set([t]));let n=t.split(".")[0];n&&this.typeNames.set(n,new Set([t]))}this.typeNames.set("System",new Set(["System"])),this.typeNames.set("NUnit",new Set(["NUnit"])),this.typeNames.set("OneOf",new Set(["OneOf"]))}setFieldNameShortcut(t,r){if(t){let n=this.shortcuts.get(t);n&&n!==r&&ue(`BAD_BAD_BAD setFieldNameShortcut: ${t} already has a name: ${n} - while setting to ${r} - if this is happening, then you could be getting back the wrong name later!`),this.shortcuts.set(t,r)}}getFieldNameByOrigin(t){return this.shortcuts.get(this.model.jsonPath(t)??">ignore<")}isKnownBuiltInIdentifier(t){return!t||typeof t!="string"?!1:this.knownBuiltInIdentifiers.has(t)}isKnownNamespace(t){return!t||typeof t!="string"?!1:this.namespaceRegistry.has(t)}isRegisteredTypeName(t){return this.typeRegistry.has(t)}isAmbiguousTypeName(t){return t?(this.typeNames.get(t)?.size??0)>1:!1}isAmbiguousNamespaceName(t){return t?(this.namespaceNames.get(t)?.size??0)>1:!1}static fullyQualifiedNameOf(t){return t.enclosingType?`${t.enclosingType.fullyQualifiedName??`${t.namespace}.${t.enclosingType.name}`}+${t.name}`:`${t.namespace}.${t.name}`}registerNamespace(t,r){this.namespaceRegistry.has(t)&&this.namespaceRegistry.get(t)!==r||this.namespaceRegistry.set(t,r)}trackType(t,r){let{name:n,namespace:i,enclosingType:l,fullyQualifiedName:p,origin:x}=t;if(x){let T=this.model.jsonPath(x)??ue(`JsonPath not found for origin: ${JSON.stringify(x).substring(0,100)}`);this.classReferenceByJsonPath.set(T,t)}if(r&&r!==p&&!this.typeRegistry.has(r)&&this.typeRegistry.set(r,t),!this.typeRegistry.has(p)){this.typeRegistry.set(p,t);for(let T of this.allNamespacesOf(i))this.registerNamespace(T,T);l||this.trackTypeName(n,i);for(let T of[this.generation.namespaces.root,...this.implicitNamespaces])if(i.startsWith(T)){let A=i.split(".")[T.split(".").length];A&&this.trackTypeName(A,i)}}return t}addImplicitNamespace(t){this.implicitNamespaces.add(t)}isNamespaceImplicit(t){return this.implicitNamespaces.has(t)}get implicitlyImportedNamespaces(){return[...this.implicitNamespaces]}trackTypeName(t,r){this.typeNames.has(t)?this.typeNames.get(t)?.add(r):this.typeNames.set(t,new Set([r]));let n=r.split("."),i="";for(let l of n)this.namespaceNames.has(l)?this.namespaceNames.get(l)?.add(i):this.namespaceNames.set(l,new Set([i])),i=i?`${i}.${l}`:l}allNamespacesOf(t){if(!t||typeof t!="string")return new Set;let r="",n=new Set;for(let i of t.split("."))i.trim()&&(r=r?`${r}.${i}`:`${i}`,n.add(r));return n}registerClassReference(t,r){let{name:n,namespace:i,enclosingType:l,origin:p}=t,x=this.model.jsonPath(p),T=(x?this.classReferenceByJsonPath.get(x):void 0)??this.typeRegistry.get(r),A=this.model.jsonPath(T?.origin),I=A&&x?A===x?"match":"mismatch":"no origin";if(T&&I!=="mismatch")return new Ee({name:T.name,namespace:T.namespace,enclosingType:T.enclosingType,fullyQualifiedName:T.fullyQualifiedName,namespaceAlias:t.namespaceAlias,fullyQualified:t.fullyQualified,generics:t.generics,global:t.global,origin:T.origin??p,isCollection:T.isCollection,isReferenceType:T.isReferenceType,multipartMethodName:T.multipartMethodName,multipartMethodNameForCollection:T.multipartMethodNameForCollection},T.scope,this.generation);let C=!1,j=this.resolveNamespace(i);j!==i&&(i=j,C=!0);let P;e:for(;;){P=e.fullyQualifiedNameOf({name:n,namespace:i,enclosingType:l});let B="",v=i.split(".");for(let G=0;G<v.length;G++)if(B=B?`${B}.${v[G]}`:`${v[G]}`,this.typeRegistry.has(B)){v[G]=`${v[G]}_`,i=v.join("."),C=!0;continue e}if(C&&this.registerNamespace(t.namespace,i),I==="mismatch"&&T?.name===n){n=`${n}_`,C=!0;continue e}if(this.namespaceRegistry.has(P)){n=`${n}_`,C=!0;continue e}if(this.typeRegistry.has(P)){n=`${n}_`,C=!0;continue e}if(l){let G=P.replaceAll("+",".");if(this.typeRegistry.has(G)){n=`${n}_`,C=!0;continue e}if(this.namespaceRegistry.has(G)){n=`${n}_`,C=!0;continue e}}else{let G=P.split(".");for(let ne=1;ne<G.length;ne++){let Z=G.slice(0,ne).join(".")+"+"+G.slice(ne).join("+");if(this.typeRegistry.has(Z)){n=`${n}_`,C=!0;continue e}}}break}return this.trackType(new Ee({name:n,namespace:i,enclosingType:l,namespaceAlias:t.namespaceAlias,fullyQualified:t.fullyQualified,generics:t.generics,global:t.global,fullyQualifiedName:P,origin:p,isCollection:t.isCollection,isReferenceType:t.isReferenceType,multipartMethodName:t.multipartMethodName,multipartMethodNameForCollection:t.multipartMethodNameForCollection},new cs(this,n,i,P),this.generation),r)}resolveNamespace(t){let r=this.namespaceRegistry.get(t);if(r!==void 0)return r;let n=t.split(".");for(let i=n.length-1;i>=0;i--){let l=n.slice(0,i).join(".");if(this.namespaceRegistry.has(l)){let p=this.namespaceRegistry.get(l);if(p!==void 0){let x=n.slice(i).join("."),T=`${p}.${x}`;return this.registerNamespace(t,T),T}}}return t}canonicalizeNamespace(t){let r=this.namespaceRegistry.get(t);if(r!==void 0)return r;let n=!1,i=t;e:for(;;){let l="",p=i.split(".");for(let x=0;x<p.length;x++)if(l=l?`${l}.${p[x]}`:`${p[x]}`,this.typeRegistry.has(l)){p[x]=`${p[x]}_`,i=p.join("."),n=!0;continue e}break}return n&&this.registerNamespace(t,i),i}};var ui=class{constructor(t){f(this,"generation");f(this,"frozen",!1);f(this,"extraClassReferences",new Map);f(this,"InstantiatedPrimitive",{string:t=>new be({type:"string",value:t},this.generation),boolean:t=>new be({type:"boolean",value:t},this.generation),integer:t=>new be({type:"integer",value:t},this.generation),long:t=>new be({type:"long",value:t},this.generation),uint:t=>new be({type:"uint",value:t},this.generation),ulong:t=>new be({type:"ulong",value:t},this.generation),float:t=>new be({type:"float",value:t},this.generation),double:t=>new be({type:"double",value:t},this.generation),date:t=>new be({type:"date",value:t},this.generation),dateTime:(t,r=!0)=>new be({type:"dateTime",value:t,parse:r},this.generation),uuid:t=>new be({type:"uuid",value:t},this.generation),null:()=>new be({type:"null"},this.generation)});f(this,"Literal",{class_:({reference:t,fields:r})=>new q.Class_(t,r,this.generation),dictionary:({keyType:t,valueType:r,entries:n})=>new q.Dictionary(t,r,n,this.generation),list:({valueType:t,values:r})=>new q.List(t,r,this.generation),set:({valueType:t,values:r})=>new q.Set(t,r,this.generation),boolean:t=>new q.Boolean(t,this.generation),float:t=>new q.Float(t,this.generation),date:t=>new q.Date(t,this.generation),datetime:t=>new q.DateTime(t,this.generation),decimal:t=>new q.Decimal(t,this.generation),double:t=>new q.Double(t,this.generation),integer:t=>new q.Integer(t,this.generation),long:t=>new q.Long(t,this.generation),uint:t=>new q.Uint(t,this.generation),ulong:t=>new q.Ulong(t,this.generation),reference:t=>new q.Reference(t,this.generation),string:t=>new q.String(t,this.generation),null:()=>new q.Null(this.generation),nop:()=>new q.Nop(this.generation),unknown:t=>new q.Unknown(t,this.generation)});f(this,"VALID_READ_ONLY_MEMORY_TYPES",new Set(["int","long","uint","ulong","string","bool","float","double"]));this.generation=t}get model(){return this.generation.model}classReference(t){return this.classReferenceInternal(t)}classReferenceInternal(t){if(!t.name&&"origin"in t&&t.origin&&(t.name=this.model.getClassNameFor(t.origin)),t.enclosingType){if(t.namespace)throw new Error("ClassReference: Both enclosingType and namespace cannot be provided");t.namespace=t.enclosingType.namespace}let r=Pr.fullyQualifiedNameOf(t);if(this.frozen&&!this.generation.registry.isRegisteredTypeName(r)){let n=this.extraClassReferences.get(r);n||(n=new Set,this.extraClassReferences.set(r,n)),n.add(`${r} -
|
|
32
|
-
${Ur()}`)}return this.generation.registry.registerClassReference(t,r)}freezeClassReferences(){this.frozen=!0}getPropertyName(t,r){let n=this.model.getPropertyNameFor(r),i=this.model.origin(r)??ue(`Origin not found for property: ${JSON.stringify(r).substring(0,100)}`),l=t.getFieldName(i,n);return l||n}class_(t){let r=t;return"reference"in t&&(r={...t.reference,...t}),new Ge(r,this.generation)}testClass(t){return new Cr(t,this.generation)}annotation(t){return new Ze(t,this.generation)}annotationGroup(t){return new br(t,this.generation)}instantiateClass(t){return new tr(t,this.generation)}invokeMethod(t){return new sr(t,this.generation)}codeblock(t){return new dt(t,this.generation)}code(){return new ht({},this.generation)}anonymousFunction(t){return new xr(t)}parameter(t){return new je(t,this.generation)}interface_(t){return new Rr(t,this.generation)}enum_(t){return new Nr(t,this.generation)}dictionary(t){return new rr(t,this.generation)}list(t){return new ir(t,this.generation)}readOnlyMemory(t){return new ar(t,this.generation)}set(t){return new ur(t,this.generation)}switch_(t){return new Sr(t,this.generation)}ternary(t){return new Tr(t,this.generation)}and(t){return new gr(t,this.generation)}or(t){return new wr(t,this.generation)}enumInstantiation(t){return new nr(t,this.generation)}string_(t){return new or(t,this.generation)}xmlDocBlock(t){return new gt(t,this.generation)}xmlDocBlockOf(t){return t instanceof gt?t:new gt(t,this.generation)}validateReadOnlyMemoryTypes(){for(let t of this.generation.settings.readOnlyMemoryTypes)if(!this.VALID_READ_ONLY_MEMORY_TYPES.has(t))throw new Error(`Type "${t}" is not a valid 'read-only-memory-types' custom config option; expected one of ${JSON.stringify(this.VALID_READ_ONLY_MEMORY_TYPES)}.`)}};a();o();u();function V(e){let t={},r={};for(let[n,i]of Object.entries(e))i.length===0?Object.defineProperty(r,n,{get(){return n in t||(t[n]=i()),t[n]},enumerable:!0,configurable:!0}):r[n]=i;return r}a();o();u();var oi=class{constructor(t){f(this,"generation");f(this,"System",V({Action:t=>this.csharp.classReference({name:"Action",namespace:"System",generics:t||void 0,multipartMethodName:null,multipartMethodNameForCollection:null,isReferenceType:!0}),Func:(t,r)=>this.csharp.classReference({name:"Func",namespace:"System",generics:t?r?[...t,r]:t:r?[r]:void 0,multipartMethodName:null,multipartMethodNameForCollection:null,isReferenceType:!0}),DateOnly:()=>this.csharp.classReference({name:"DateOnly",namespace:"System"}),DateTime:()=>this.csharp.classReference({name:"DateTime",namespace:"System"}),Enum:()=>this.csharp.classReference({name:"Enum",namespace:"System"}),Exception:()=>this.csharp.classReference({name:"Exception",namespace:"System"}),ReadOnlyMemory:t=>this.csharp.classReference({name:"ReadOnlyMemory",namespace:"System",generics:[t]}),Serializable:()=>this.csharp.classReference({name:"SerializableAttribute",namespace:"System"}),String:()=>this.csharp.classReference({name:"String",namespace:"System"}),Type:()=>this.csharp.classReference({name:"Type",namespace:"System",isReferenceType:!0,multipartMethodName:null,multipartMethodNameForCollection:null,fullyQualified:!0}),TimeSpan:()=>this.csharp.classReference({name:"TimeSpan",namespace:"System"}),Uri:()=>this.csharp.classReference({name:"Uri",namespace:"System"}),UriBuilder:()=>this.csharp.classReference({name:"UriBuilder",namespace:"System"}),Runtime:()=>V({Serialization:()=>V({EnumMember:()=>this.csharp.classReference({name:"EnumMemberAttribute",namespace:"System.Runtime.Serialization"})})}),Collections:()=>V({Generic:()=>V({IAsyncEnumerable:t=>this.csharp.classReference({name:"IAsyncEnumerable",namespace:"System.Collections.Generic",generics:t?[t]:void 0}),IEnumerable:t=>this.csharp.classReference({name:"IEnumerable",namespace:"System.Collections.Generic",generics:t?[t]:void 0}),KeyValuePair:(t,r)=>this.csharp.classReference({name:"KeyValuePair",namespace:"System.Collections.Generic",generics:t&&r?[t,r]:void 0}),List:t=>this.csharp.classReference({name:"List",namespace:"System.Collections.Generic",generics:t?[t]:void 0,isCollection:!0}),HashSet:t=>this.csharp.classReference({name:"HashSet",namespace:"System.Collections.Generic",generics:t?[t]:void 0,isCollection:!0}),Dictionary:(t,r)=>this.csharp.classReference({name:"Dictionary",namespace:"System.Collections.Generic",generics:t&&r?[t,r]:void 0,isCollection:!0}),IDictionary:(t,r)=>this.csharp.classReference({name:"IDictionary",namespace:"System.Collections.Generic",generics:[t,r]})}),Linq:()=>V({Enumerable:()=>this.csharp.classReference({name:"Enumerable",namespace:"System.Linq"})})}),Globalization:()=>V({DateTimeStyles:()=>this.csharp.classReference({name:"DateTimeStyles",namespace:"System.Globalization"})}),Linq:()=>V({Enumerable:()=>this.csharp.classReference({name:"Enumerable",namespace:"System.Linq"})}),Net:()=>V({Http:()=>V({HttpClient:()=>this.csharp.classReference({name:"HttpClient",namespace:"System.Net.Http"}),HttpMethod:()=>this.csharp.classReference({name:"HttpMethod",namespace:"System.Net.Http"}),HttpResponseHeaders:()=>this.csharp.classReference({name:"HttpResponseHeaders",namespace:"System.Net.Http.Headers"})}),ServerSentEvents:()=>V({SseEvent:()=>this.csharp.classReference({name:"SseEvent",namespace:"System.Net.ServerSentEvents"}),SseParser:()=>this.csharp.classReference({name:"SseParser",namespace:"System.Net.ServerSentEvents"})}),WebSockets:()=>V({ClientWebSocketOptions:()=>this.csharp.classReference({name:"ClientWebSocketOptions",namespace:"System.Net.WebSockets"})})}),IO:()=>V({MemoryStream:()=>this.csharp.classReference({name:"MemoryStream",namespace:"System.IO"}),Stream:()=>this.csharp.classReference({name:"Stream",namespace:"System.IO"}),StreamReader:()=>this.csharp.classReference({name:"StreamReader",namespace:"System.IO"})}),Text:()=>V({Encoding:()=>this.csharp.classReference({name:"Encoding",namespace:"System.Text"}),Encoding_UTF8:()=>this.csharp.classReference({name:"UTF8",enclosingType:this.csharp.classReference({name:"Encoding",namespace:"System.Text"})}),Json:()=>V({JsonElement:()=>this.csharp.classReference({name:"JsonElement",namespace:"System.Text.Json"}),JsonDocument:()=>this.csharp.classReference({name:"JsonDocument",namespace:"System.Text.Json"}),JsonException:()=>this.csharp.classReference({name:"JsonException",namespace:"System.Text.Json"}),Utf8JsonReader:()=>this.csharp.classReference({name:"Utf8JsonReader",namespace:"System.Text.Json"}),JsonSerializerOptions:()=>this.csharp.classReference({name:"JsonSerializerOptions",namespace:"System.Text.Json"}),JsonSerializer:()=>this.csharp.classReference({name:"JsonSerializer",namespace:"System.Text.Json"}),Utf8JsonWriter:()=>this.csharp.classReference({name:"Utf8JsonWriter",namespace:"System.Text.Json"}),Nodes:()=>V({JsonNode:()=>this.csharp.classReference({name:"JsonNode",namespace:"System.Text.Json.Nodes"}),JsonObject:()=>this.csharp.classReference({name:"JsonObject",namespace:"System.Text.Json.Nodes"})}),Serialization:()=>V({IJsonOnDeserialized:()=>this.csharp.classReference({name:"IJsonOnDeserialized",namespace:"System.Text.Json.Serialization"}),IJsonOnSerializing:()=>this.csharp.classReference({name:"IJsonOnSerializing",namespace:"System.Text.Json.Serialization"}),JsonOnDeserializedAttribute:()=>this.csharp.classReference({name:"JsonOnDeserializedAttribute",namespace:"System.Text.Json.Serialization"}),JsonExtensionData:()=>this.csharp.classReference({name:"JsonExtensionDataAttribute",namespace:"System.Text.Json.Serialization"}),JsonConverter:t=>this.csharp.classReference({name:"JsonConverter",namespace:"System.Text.Json.Serialization",generics:t?[t]:void 0}),JsonIgnore:()=>this.csharp.classReference({name:"JsonIgnoreAttribute",namespace:"System.Text.Json.Serialization"}),JsonPropertyName:()=>this.csharp.classReference({name:"JsonPropertyNameAttribute",namespace:"System.Text.Json.Serialization"})})})}),Threading:()=>V({CancellationToken:()=>this.csharp.classReference({name:"CancellationToken",namespace:"System.Threading"}),Tasks:()=>V({Task:t=>this.csharp.classReference({name:"Task",namespace:"System.Threading.Tasks",generics:t?[t]:void 0}),ValueTask:t=>this.csharp.classReference({name:"ValueTask",namespace:"System.Threading.Tasks",generics:t?[t]:void 0})})}),ComponentModel:()=>V({INotifyPropertyChanged:()=>this.csharp.classReference({name:"INotifyPropertyChanged",namespace:"System.ComponentModel"}),PropertyChangedEventHandler:()=>this.csharp.classReference({name:"PropertyChangedEventHandler",namespace:"System.ComponentModel"})}),IAsyncDisposable:()=>this.csharp.classReference({name:"IAsyncDisposable",namespace:"System"}),IDisposable:()=>this.csharp.classReference({name:"IDisposable",namespace:"System"})}));f(this,"NUnit",V({Framework:()=>V({TestFixture:()=>this.csharp.classReference({name:"TestFixture",namespace:"NUnit.Framework"}),Test:()=>this.csharp.classReference({name:"Test",namespace:"NUnit.Framework"}),OneTimeTearDown:()=>this.csharp.classReference({name:"OneTimeTearDown",namespace:"NUnit.Framework"}),OneTimeSetUp:()=>this.csharp.classReference({name:"OneTimeSetUp",namespace:"NUnit.Framework"}),SetUpFixture:()=>this.csharp.classReference({name:"SetUpFixture",namespace:"NUnit.Framework"}),Parallelizable:()=>this.csharp.classReference({name:"Parallelizable",namespace:"NUnit.Framework"})})}));f(this,"OneOf",V({OneOf:t=>this.csharp.classReference({name:"OneOf",namespace:"OneOf",generics:t}),OneOfBase:t=>this.csharp.classReference({name:"OneOfBase",namespace:"OneOf",generics:t})}));f(this,"Google",V({Protobuf:()=>V({ByteString:()=>this.csharp.classReference({name:"ByteString",namespace:"Google.Protobuf"}),WellKnownTypes:()=>V({Struct:()=>this.csharp.classReference({name:"Struct",namespace:"Google.Protobuf.WellKnownTypes",namespaceAlias:"WellKnownProto"}),Value:()=>this.csharp.classReference({name:"Value",namespace:"Google.Protobuf.WellKnownTypes",namespaceAlias:"WellKnownProto"}),ListValue:()=>this.csharp.classReference({name:"ListValue",namespace:"Google.Protobuf.WellKnownTypes",namespaceAlias:"WellKnownProto"}),Timestamp:()=>this.csharp.classReference({name:"Timestamp",namespace:"Google.Protobuf.WellKnownTypes",namespaceAlias:"WellKnownProto"})})})}));f(this,"WireMock",V({Server:()=>this.csharp.classReference({name:"WireMockServer",namespace:"WireMock.Server"}),WireMockServerSettings:()=>this.csharp.classReference({name:"WireMockServerSettings",namespace:"WireMock.Settings"}),WireMockConsoleLogger:()=>this.csharp.classReference({name:"WireMockConsoleLogger",namespace:"WireMock.Logging"})}));f(this,"Grpc",V({Core:()=>V({RpcException:()=>this.csharp.classReference({name:"RpcException",namespace:"Grpc.Core"})})}));this.generation=t}get csharp(){return this.generation.csharp}};a();o();u();var ls=new Set(["name","camelCase","snakeCase","screamingSnakeCase","pascalCase"]);function l0(e,t){return ls.has(t)?e??"":e?`${e}.${t}`:t}var ci=class{constructor(t,r){f(this,"generation");f(this,"indexByObject",new Map);f(this,"indexByPath",new Map);f(this,"explicitByObject",new Map);f(this,"explicitByPath",new Map);f(this,"root");f(this,"ir");this.generation=r,this.root=this.createIndex(t),this.ir=t}get csharp(){return this.generation.csharp}get registry(){return this.generation.registry}createIndex(t,r="",n){let i=l0(n?.jsonPath,r);if(this.indexByPath.has(i)){n||ue(`Parent provenance not found for node: ${JSON.stringify(t).substring(0,100)}`),this.indexByObject.set(t,n);let p=ls.has(r);for(let[x,T]of Object.entries(t))typeof T=="object"&&T!==null&&(p&&ls.has(x)?this.indexByObject.set(T,n):this.createIndex(T,x,n));return n}let l={jsonPath:i,name:r,node:t,parent:n};this.indexByObject.set(t,l),this.indexByPath.set(i,l);for(let[p,x]of Object.entries(t))typeof x=="object"&&x!==null&&this.createIndex(x,p,l);return l}staticExplicit(t){return this.explicit(this.ir,t)}explicit(t,r){let n=this.provenance(t)??ue(`Provenance not found for node: ${JSON.stringify(t).substring(0,100)}`),i={...n,jsonPath:`${n.jsonPath}+${r}`,name:r,node:n.node,parent:n,explicit:!0},l=this.explicitByObject.get(n.node);return l?l.add(i):this.explicitByObject.set(n.node,new Set([i])),this.explicitByPath.set(i.jsonPath,i),i}provenance(t){if(t!==void 0)return L.string(t)?this.explicitByPath.get(t)??this.indexByPath.get(t):L.Provenance(t)?this.explicitByPath.get(t.jsonPath)??this.indexByPath.get(t.jsonPath):this.indexByObject.get(t)}origin(t){let r=this.provenance(t);return r?.explicit?r:r?.node}irNode(t){return this.provenance(t)?.node}jsonPath(t){return this.provenance(t)?.jsonPath}getEnumValueName(t,r){let n=L.IR.ExampleEnumType(r)?r.value.name:r.name,i=t.values.find(l=>this.nameEquals(l.name.name,n));return i?this.getPropertyNameFor(i):ue(`Unexpected - can't find enum value ${n} in enum`)}getPropertyNameFor(t){let r=this.registry.getFieldNameByOrigin(t);if(r)return r;if(L.Provenance(t))return t.name;if("name"in t){if(L.IR.NameAndWireValue(t.name))return t.name.name.pascalCase.safeName;if(L.IR.Name(t.name))return t.name.pascalCase.safeName;if(typeof t.name=="string")return t.name}if("pascalCase"in t)return t.pascalCase.safeName;throw new Error(`Unknown property type: ${this.jsonPath(t)}`)}getClassNameFor(t){if(L.Provenance(t))return t.name;if("name"in t){if(L.IR.TypeDeclaration(t)||L.IR.NameAndWireValue(t.name))return t.name.name.pascalCase.safeName;if(L.IR.Name(t.name))return t.name.pascalCase.safeName;if(typeof t.name=="string")return t.name}if("pascalCase"in t)return t.pascalCase.safeName;throw new Error(`Unknown property type: ${JSON.stringify(t)}`)}nameEquals(t,r){return t.camelCase.safeName===r.camelCase.safeName}dereferenceType(t){let r=L.string(t)?t:L.IR.NamedType(t)||L.IR.DeclaredTypeName(t)?t.typeId:L.IR.ExampleNamedType(t)?t.typeName.typeId:t.name.typeId,n=this.irNode(this.ir.types[r]);if(L.IR.TypeDeclaration(n))return{typeId:r,typeDeclaration:n};ue(`dereferenceType: typeId ${r} not resolved.`)}};function pi(...e){return e.filter(Boolean).join("/")}var Rn=class{constructor(t,r,n,i,l={makeRelativeFilePath:p=>p,makeAbsoluteFilePath:p=>p,getNamespaceForTypeId:p=>"",getDirectoryForTypeId:p=>"",getCoreAsIsFiles:()=>[],getCoreTestAsIsFiles:()=>[],getPublicCoreAsIsFiles:()=>[],getAsyncCoreAsIsFiles:()=>[],getChildNamespaceSegments:p=>[]}){f(this,"intermediateRepresentation");f(this,"apiName");f(this,"customConfig");f(this,"generatorConfig");f(this,"support");f(this,"ir");f(this,"dir");f(this,"csharp",new ui(this));f(this,"registry",new Pr(this));f(this,"model");f(this,"extern",new oi(this));f(this,"settings",V({namespace:()=>this.customConfig.namespace??Kn(Qn(`${this.generatorConfig.organization}_${this.apiName}`)),readOnlyMemoryTypes:()=>this.customConfig["read-only-memory-types"]??[],simplifyObjectDictionaries:()=>this.customConfig["simplify-object-dictionaries"]??!1,useFullyQualifiedNamespaces:()=>this.customConfig["experimental-fully-qualified-namespaces"]??!1,useDotnetFormat:()=>this.customConfig["experimental-dotnet-format"]??!1,enableWebsockets:()=>this.customConfig["experimental-enable-websockets"]??!1,enableReadonlyConstants:()=>this.customConfig["experimental-readonly-constants"]??!1,generateLiterals:()=>this.customConfig["generate-literals"]??this.customConfig["experimental-readonly-constants"]??!1,enableExplicitNullableOptional:()=>this.customConfig["experimental-explicit-nullable-optional"]??!1,useDefaultRequestParameterValues:()=>this.customConfig["use-default-request-parameter-values"]??!1,redactResponseBodyOnError:()=>this.customConfig["redact-response-body-on-error"]??!1,temporaryWebsocketEnvironments:()=>this.customConfig["temporary-websocket-environments"]??{},baseApiExceptionClassName:()=>this.customConfig["base-api-exception-class-name"]??"",baseExceptionClassName:()=>this.customConfig["base-exception-class-name"]??"",shouldGeneratedDiscriminatedUnions:()=>this.customConfig["use-discriminated-unions"]??!0,shouldGenerateUndiscriminatedUnions:()=>this.customConfig["use-undiscriminated-unions"]??!1,exportedClientClassName:()=>this.customConfig["exported-client-class-name"]??"",clientClassName:()=>this.customConfig["client-class-name"]??"",rootNamespaceForCoreClasses:()=>this.customConfig["root-namespace-for-core-classes"]??!0,packageId:()=>this.customConfig["package-id"]??"",isForwardCompatibleEnumsEnabled:()=>this.customConfig["enable-forward-compatible-enums"]??this.customConfig["experimental-enable-forward-compatible-enums"]??!0,websocketEnvironments:()=>this.customConfig["temporary-websocket-environments"]??{},customPagerName:()=>this.customConfig["custom-pager-name"]??"",environmentClassName:()=>this.customConfig["environment-class-name"]??"",generateErrorTypes:()=>this.customConfig["generate-error-types"]??!0,shouldInlinePathParameters:()=>this.customConfig["inline-path-parameters"]??!0,includeExceptionHandler:()=>this.customConfig["include-exception-handler"]??!1,exceptionInterceptorClassName:()=>this.customConfig["exception-interceptor-class-name"]??"",shouldGenerateMockServerTests:()=>this.customConfig["generate-mock-server-tests"]??this.customConfig["enable-wire-tests"]??!0,rootClientAccess:()=>this.customConfig["root-client-class-access"]=="internal"?le.Internal:le.Public,extraDependencies:()=>this.customConfig["extra-dependencies"]??{},omitFernHeaders:()=>this.customConfig["omit-fern-headers"]??!1,pascalCaseEnvironments:()=>this.customConfig["pascal-case-environments"]??!0,slnFormat:()=>this.customConfig["sln-format"]??"slnx",explicitNamespaces:()=>this.customConfig["explicit-namespaces"]===!0,outputPath:()=>{let t=this.customConfig["output-path"];return t==null?{library:"src",test:"src",solution:".",other:"."}:typeof t=="string"?{library:t,test:t,solution:".",other:"."}:{library:t.library??"src",test:t.test??"src",solution:t.solution??".",other:t.other??"."}}}));f(this,"constants",{folders:V({mockServerTests:()=>this.support.makeRelativeFilePath("Unit/MockServer"),types:()=>"Types",exceptions:()=>"Exceptions",src:()=>"src",protobuf:()=>"proto",serializationTests:()=>this.support.makeRelativeFilePath("Unit/Serialization"),project:()=>this.support.makeRelativeFilePath(pi(this.constants.folders.sourceFiles,this.support.makeRelativeFilePath(this.names.files.project))),sourceFiles:()=>this.support.makeRelativeFilePath(this.constants.folders.src),coreFiles:()=>this.support.makeRelativeFilePath(pi(this.constants.folders.project,this.support.makeRelativeFilePath(this.constants.defaults.core))),publicCoreFiles:()=>this.support.makeRelativeFilePath(pi(this.constants.folders.project,this.support.makeRelativeFilePath(this.constants.defaults.core),this.support.makeRelativeFilePath(this.constants.defaults.publicCore))),testFiles:()=>this.support.makeRelativeFilePath(pi(this.constants.folders.sourceFiles,this.support.makeRelativeFilePath(this.names.files.testProject)))}),formatting:V({indent:()=>" "}),defaults:V({core:()=>"Core",publicCore:()=>"Public",version:()=>"0.0.0"})});f(this,"namespaces",V({root:()=>this.settings.namespace,core:()=>`${this.namespaces.root}.Core`,test:()=>this.registry.canonicalizeNamespace(`${this.namespaces.root}.Test`),testUtils:()=>`${this.namespaces.test}.Utils`,mockServerTest:()=>`${this.namespaces.test}.Unit.MockServer`,publicCore:()=>this.namespaces.root,webSocketsCore:()=>`${this.namespaces.core}.WebSockets`,publicCoreTest:()=>`${this.namespaces.root}.Test.PublicCore`,asIsTestUtils:()=>`${this.namespaces.root}.Test.Utils`,publicCoreClasses:()=>this.settings.rootNamespaceForCoreClasses?this.namespaces.root:this.namespaces.core,implicit:()=>new Set(["System","System.Collections.Generic","System.IO","System.Linq","System.Threading","System.Threading.Tasks","System.Net.Http"])}));f(this,"names",{classes:V({baseApiException:()=>this.settings.baseApiExceptionClassName||`${this.names.project.clientPrefix}ApiException`,baseException:()=>this.settings.baseExceptionClassName||`${this.names.project.clientPrefix}Exception`,rootClient:()=>this.settings.clientClassName||`${this.names.project.clientPrefix}Client`,rootClientForSnippets:()=>this.settings.exportedClientClassName||this.names.classes.rootClient,customPager:()=>this.settings.customPagerName||`${this.names.project.packageId.replace(/[^a-zA-Z0-9]/g,"")}Pager`,environment:()=>this.settings.environmentClassName||`${this.names.project.clientPrefix}Environment`,exceptionInterceptor:()=>this.settings.exceptionInterceptorClassName||`${this.names.project.packageId.replace(/[^a-zA-Z0-9]/g,"")}ExceptionInterceptor`}),project:V({client:()=>Kn(Qn(`${this.generatorConfig.organization}_${this.generatorConfig.workspaceName}`)),clientPrefix:()=>this.settings.exportedClientClassName||this.settings.clientClassName||this.names.project.client,packageId:()=>this.settings.packageId||this.namespaces.root}),files:V({project:()=>this.namespaces.root,testProject:()=>`${this.namespaces.root}.Test`}),methods:V({mockOauth:()=>"MockOAuthEndpoint",mockInferredAuth:()=>"MockInferredAuthEndpoint",getAccessTokenAsync:()=>"GetAccessTokenAsync",getAuthHeadersAsync:()=>"GetAuthHeadersAsync"}),variables:V({client:()=>"client",response:()=>"response",httpRequest:()=>"httpRequest",sendRequest:()=>"sendRequest",responseBody:()=>"responseBody",query:()=>"_query",headers:()=>"_headers"}),parameters:V({cancellationToken:()=>"cancellationToken",requestOptions:()=>"options",idempotentOptions:()=>"options"})});f(this,"Types",V({Arbitrary:t=>new Q.ArbitraryType(t,this),HttpMethodExtensions:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("HttpMethodExtensions")}),FormRequest:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("FormRequest")}),Optional:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("Optional")}),ClientOptions:()=>this.csharp.classReference({origin:this.model.staticExplicit("ClientOptions"),namespace:this.namespaces.publicCoreClasses}),RawClient:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("RawClient")}),RequestOptions:()=>this.csharp.classReference({namespace:this.namespaces.publicCoreClasses,origin:this.model.staticExplicit("RequestOptions")}),RequestOptionsInterface:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("IRequestOptions")}),JsonRequest:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("JsonRequest")}),Version:()=>this.csharp.classReference({namespace:this.namespaces.publicCore,origin:this.model.staticExplicit("Version")}),ValueConvert:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("ValueConvert")}),FileParameter:()=>this.csharp.classReference({namespace:this.namespaces.publicCore,origin:this.model.staticExplicit("FileParameter"),multipartMethodName:"AddFileParameterPart",multipartMethodNameForCollection:"AddFileParameterParts",isReferenceType:!0}),Headers:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("Headers")}),HeaderValue:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("HeaderValue")}),RootClient:()=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.rootClient),namespace:this.namespaces.root}),RootClientForSnippets:()=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.rootClientForSnippets),namespace:this.namespaces.root}),BaseApiException:()=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.baseApiException),namespace:this.namespaces.publicCoreClasses}),BaseException:()=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.baseException),namespace:this.namespaces.publicCoreClasses}),ExceptionInterceptor:()=>this.csharp.classReference({origin:this.model.staticExplicit("IExceptionInterceptor"),namespace:this.namespaces.core}),ExceptionHandler:()=>this.csharp.classReference({origin:this.model.staticExplicit("ExceptionHandler"),namespace:this.namespaces.core}),CustomExceptionInterceptor:()=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.exceptionInterceptor),namespace:this.namespaces.core}),ProtoAnyMapper:()=>this.csharp.classReference({origin:this.model.staticExplicit("ProtoAnyMapper"),namespace:this.namespaces.core}),Constants:()=>this.csharp.classReference({origin:this.model.staticExplicit("Constants"),namespace:this.namespaces.core}),EnumSerializer:()=>this.csharp.classReference({origin:this.model.staticExplicit("EnumSerializer"),namespace:this.namespaces.core}),DateTimeSerializer:()=>this.csharp.classReference({origin:this.model.staticExplicit("DateTimeSerializer"),namespace:this.namespaces.core}),JsonUtils:()=>this.csharp.classReference({origin:this.model.staticExplicit("JsonUtils"),namespace:this.namespaces.core}),JsonAssert:()=>this.csharp.classReference({origin:this.model.staticExplicit("JsonAssert"),namespace:this.namespaces.testUtils}),CustomPagerFactory:()=>this.csharp.classReference({origin:this.model.staticExplicit(`${this.names.classes.customPager}Factory`),namespace:this.namespaces.core}),CustomPagerContext:()=>this.csharp.classReference({origin:this.model.staticExplicit(`${this.names.classes.customPager}Context`),namespace:this.namespaces.core}),Environments:()=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.environment),namespace:this.namespaces.publicCoreClasses}),TestClient:()=>this.csharp.classReference({origin:this.model.staticExplicit("TestClient"),namespace:this.namespaces.test}),BaseMockServerTest:()=>this.csharp.classReference({origin:this.model.staticExplicit("BaseMockServerTest"),namespace:this.namespaces.mockServerTest}),IdempotentRequestOptions:()=>this.csharp.classReference({origin:this.model.staticExplicit("IdempotentRequestOptions"),namespace:this.namespaces.publicCoreClasses}),IdempotentRequestOptionsInterface:()=>this.csharp.classReference({origin:this.model.staticExplicit("IIdempotentRequestOptions"),namespace:this.namespaces.core}),IStringEnum:()=>this.csharp.classReference({origin:this.model.staticExplicit("IStringEnum"),namespace:this.namespaces.core}),WebSocketClient:()=>this.csharp.classReference({origin:this.model.staticExplicit("WebSocketClient"),namespace:this.namespaces.webSocketsCore}),QueryBuilder:()=>this.csharp.classReference({origin:this.model.staticExplicit("Query"),namespace:this.namespaces.webSocketsCore}),QueryStringBuilder:()=>this.csharp.classReference({origin:this.model.staticExplicit("QueryStringBuilder"),namespace:this.namespaces.core}),QueryStringBuilderBuilder:()=>this.csharp.classReference({origin:this.model.staticExplicit("QueryStringBuilder.Builder"),namespace:this.namespaces.core}),OAuthTokenProvider:()=>this.csharp.classReference({origin:this.model.staticExplicit("OAuthTokenProvider"),namespace:this.namespaces.core}),InferredAuthTokenProvider:()=>this.csharp.classReference({origin:this.model.staticExplicit("InferredAuthTokenProvider"),namespace:this.namespaces.core}),ProtoConverter:()=>this.csharp.classReference({origin:this.model.staticExplicit("ProtoConverter"),namespace:this.namespaces.core}),RawGrpcClient:()=>this.csharp.classReference({origin:this.model.staticExplicit("RawGrpcClient"),namespace:this.namespaces.core}),Extensions:()=>this.csharp.classReference({origin:this.model.staticExplicit("Extensions"),namespace:this.namespaces.core}),GrpcRequestOptions:()=>this.csharp.classReference({origin:this.model.staticExplicit("GrpcRequestOptions"),namespace:this.namespaces.root}),GrpcChannelOptions:()=>this.csharp.classReference({origin:this.model.staticExplicit("GrpcChannelOptions"),namespace:"Grpc.Net.Client"}),StringEnum:t=>this.csharp.classReference({origin:this.model.staticExplicit("StringEnum"),namespace:this.namespaces.core,generics:t?[t]:void 0}),WebSocketEvent:t=>this.csharp.classReference({origin:this.model.staticExplicit("Event"),namespace:this.namespaces.webSocketsCore,generics:[t]}),ConnectionStatus:()=>this.csharp.classReference({origin:this.model.staticExplicit("ConnectionStatus"),namespace:this.namespaces.webSocketsCore}),WebSocketConnected:()=>this.csharp.classReference({origin:this.model.staticExplicit("Connected"),namespace:this.namespaces.webSocketsCore}),WebSocketClosed:()=>this.csharp.classReference({origin:this.model.staticExplicit("Closed"),namespace:this.namespaces.webSocketsCore}),StringEnumSerializer:t=>this.csharp.classReference({origin:this.model.staticExplicit("StringEnumSerializer"),namespace:this.namespaces.core,generics:[t]}),CustomPagerClass:t=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.customPager),namespace:this.namespaces.core,generics:[t]}),Pager:t=>this.csharp.classReference({origin:this.model.staticExplicit("Pager"),namespace:this.namespaces.core,generics:[t]}),OffsetPager:({requestType:t,requestOptionsType:r,responseType:n,offsetType:i,stepType:l,itemType:p})=>this.csharp.classReference({origin:this.model.staticExplicit("OffsetPager"),namespace:this.namespaces.core,generics:[t,r,n,i,l,p]}),CursorPager:({requestType:t,requestOptionsType:r,responseType:n,cursorType:i,itemType:l})=>this.csharp.classReference({origin:this.model.staticExplicit("CursorPager"),namespace:this.namespaces.core,generics:[t,r,n,i,l]}),CollectionItemSerializer:(t,r)=>this.csharp.classReference({origin:this.model.staticExplicit("CollectionItemSerializer"),namespace:this.namespaces.core,generics:[t,r]}),OneOfSerializer:t=>this.csharp.classReference({origin:this.model.staticExplicit("OneOfSerializer"),namespace:this.namespaces.core,generics:[t]}),AdditionalProperties:t=>this.csharp.classReference({origin:this.model.staticExplicit("AdditionalProperties"),namespace:this.namespaces.publicCore,generics:t?[t]:void 0}),ReadOnlyAdditionalProperties:t=>this.csharp.classReference({origin:this.model.staticExplicit("ReadOnlyAdditionalProperties"),namespace:this.namespaces.publicCore,generics:t?[t]:void 0})}));f(this,"Primitive",V({string:()=>new Q.String(this),boolean:()=>new Q.Boolean(this),integer:()=>new Q.Integer(this),long:()=>new Q.Long(this),uint:()=>new Q.Uint(this),ulong:()=>new Q.ULong(this),float:()=>new Q.Float(this),double:()=>new Q.Double(this),object:()=>new Q.Object(this)}));f(this,"Value",V({binary:()=>new Oe.Binary(this),dateOnly:()=>new Oe.DateOnly(this),dateTime:()=>new Oe.DateTime(this),uuid:()=>new Oe.Uuid(this),stringEnum:t=>new Oe.StringEnum(t,this)}));f(this,"Collection",V({array:t=>new de.Array(t,this),listType:t=>new de.ListType(t,this),list:t=>new de.List(t,this),set:t=>new de.Set(t,this),map:(t,r,n)=>new de.Map(t,r,this,n),idictionary:(t,r,n)=>new de.IDictionary(t,r,this,n),keyValuePair:(t,r)=>new de.KeyValuePair(t,r,this)}));f(this,"format",V({private:t=>`_${Xn.camelCase(t)}`}));f(this,"initializers",V({implicitNamespaces:()=>{for(let t of this.namespaces.implicit)this.registry.addImplicitNamespace(t);return!0}}));this.intermediateRepresentation=t,this.apiName=r,this.customConfig=n,this.generatorConfig=i,this.support=l,this.model=new ci(t,this),this.ir=L.IR.IntermediateRepresentation(t)?t:{},this.dir=L.DynamicIR.DynamicIntermediateRepresentation(t)?t:{}}initialize(){return this.initializers.implicitNamespaces}get System(){return this.extern.System}get NUnit(){return this.extern.NUnit}get OneOf(){return this.extern.OneOf}get Google(){return this.extern.Google}get Grpc(){return this.extern.Grpc}get WireMock(){return this.extern.WireMock}};a();o();u();var Me=class{constructor(t){f(this,"generation");this.generation=t}get csharp(){return this.generation.csharp}get settings(){return this.generation.settings}get constants(){return this.generation.constants}get namespaces(){return this.generation.namespaces}get names(){return this.generation.names}get model(){return this.generation.model}get format(){return this.generation.format}get registry(){return this.generation.registry}get Types(){return this.generation.Types}get System(){return this.generation.extern.System}get NUnit(){return this.generation.extern.NUnit}get OneOf(){return this.generation.extern.OneOf}get Google(){return this.generation.extern.Google}get Grpc(){return this.generation.extern.Grpc}get WireMock(){return this.generation.extern.WireMock}get Primitive(){return this.generation.Primitive}get Value(){return this.generation.Value}get Collection(){return this.generation.Collection}};a();o();u();var li=class extends Me{constructor({context:r}){super(r.generation);f(this,"context");this.context=r}convert(r){if(r.value===null)return this.context.isNullable(r.typeReference)?this.csharp.Literal.null():(this.context.errors.add({severity:J.Critical,message:"Expected non-null value, but got null"}),this.csharp.Literal.nop());if(r.value===void 0&&!r.fallbackToDefault)return this.csharp.Literal.nop();switch(r.typeReference.type){case"list":return this.convertList({list:r.typeReference.value,value:r.value,fallbackToDefault:r.fallbackToDefault});case"literal":return this.convertLiteral({literal:r.typeReference.value,value:r.value});case"map":return this.convertMap({map:r.typeReference,value:r.value,fallbackToDefault:r.fallbackToDefault});case"named":{let n=this.context.resolveNamedType({typeId:r.typeReference.value});return n==null?this.csharp.Literal.nop():this.convertNamed({named:n,value:r.value,as:r.as,fallbackToDefault:r.fallbackToDefault})}case"nullable":return this.convert({typeReference:r.typeReference.value,value:r.value,as:r.as});case"optional":return this.convert({typeReference:r.typeReference.value,value:r.value,as:r.as});case"primitive":return this.convertPrimitive({primitive:r.typeReference.value,value:r.value,as:r.as,fallbackToDefault:r.fallbackToDefault});case"set":return this.convertSet({set:r.typeReference.value,value:r.value,fallbackToDefault:r.fallbackToDefault});case"unknown":return this.convertUnknown({value:r.value,fallbackToDefault:r.fallbackToDefault});default:te(r.typeReference)}}convertList({list:r,value:n,fallbackToDefault:i}){return Array.isArray(n)?this.csharp.Literal.list({valueType:this.context.dynamicTypeMapper.convert({typeReference:r,unboxOptionals:!0}),values:n.map((l,p)=>{this.context.errors.scope({index:p});try{return this.convert({typeReference:r,value:l})}finally{this.context.errors.unscope()}})}):(this.context.errors.add({severity:J.Critical,message:`Expected array but got: ${typeof n}`}),this.csharp.Literal.nop())}convertLiteral({literal:r,value:n,fallbackToDefault:i}){switch(r.type){case"boolean":{let l=this.context.getValueAsBoolean({value:n});return l==null?this.csharp.Literal.nop():this.csharp.Literal.boolean(l)}case"string":{let l=this.context.getValueAsString({value:n});return l==null?i?this.Primitive.string.getDeterminsticDefault(i):this.csharp.Literal.nop():this.csharp.Literal.string(l)}default:te(r)}}convertSet({set:r,value:n,fallbackToDefault:i}){return Array.isArray(n)?this.csharp.Literal.set({valueType:this.context.dynamicTypeMapper.convert({typeReference:r,unboxOptionals:!0}),values:n.map((l,p)=>{this.context.errors.scope({index:p});try{return this.convert({typeReference:r,value:l})}finally{this.context.errors.unscope()}})}):(this.context.errors.add({severity:J.Critical,message:`Expected array but got: ${typeof n}`}),this.csharp.Literal.nop())}convertMap({map:r,value:n,fallbackToDefault:i}){return typeof n!="object"||n==null?(this.context.errors.add({severity:J.Critical,message:`Expected object but got: ${n==null?"null":typeof n}`}),this.csharp.Literal.nop()):this.csharp.Literal.dictionary({keyType:this.context.dynamicTypeMapper.convert({typeReference:r.key}),valueType:r.value.type==="unknown"?this.context.dynamicTypeMapper.convert({typeReference:r.value}).asOptional():this.context.dynamicTypeMapper.convert({typeReference:r.value}),entries:Object.entries(n).map(([l,p])=>{this.context.errors.scope(l);try{return{key:this.convert({typeReference:r.key,value:l,as:"key"}),value:this.convert({typeReference:r.value,value:p})}}finally{this.context.errors.unscope()}})})}convertNamed({named:r,value:n,as:i,fallbackToDefault:l}){switch(r.type){case"alias":return this.convert({typeReference:r.typeReference,value:n,as:i,fallbackToDefault:l});case"discriminatedUnion":return this.settings.shouldGeneratedDiscriminatedUnions?this.convertDiscriminatedUnion({discriminatedUnion:r,value:n,fallbackToDefault:l}):this.convertUnknown({value:n,fallbackToDefault:l});case"enum":return this.getEnumValue(r,n);case"object":return this.convertObject({object_:r,value:n,fallbackToDefault:l});case"undiscriminatedUnion":return this.convertUndiscriminatedUnion({undiscriminatedUnion:r,value:n,fallbackToDefault:l});default:te(r)}}convertDiscriminatedUnion({discriminatedUnion:r,value:n,fallbackToDefault:i}){let l=this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}),p=this.context.resolveDiscriminatedUnionTypeInstance({discriminatedUnion:r,value:n});if(p==null)return this.csharp.Literal.nop();let x=p.singleDiscriminatedUnionType,T=this.getBaseProperties({discriminatedUnionTypeInstance:p,singleDiscriminatedUnionType:x});switch(x.type){case"samePropertiesAsObject":{let A=this.context.resolveNamedType({typeId:x.typeId});return A==null?this.csharp.Literal.nop():this.instantiateUnionWithBaseProperties({classReference:l,baseProperties:T,arguments_:[this.convertNamed({named:A,value:p.value})]})}case"singleProperty":{if(this.context.getRecord(p.value)==null)return this.csharp.Literal.nop();try{let I=["Value","Type"].includes(x.discriminantValue.name.pascalCase.safeName)?`${x.discriminantValue.name.pascalCase.safeName}Inner`:x.discriminantValue.name.pascalCase.safeName;return this.context.errors.scope(x.discriminantValue.wireValue),this.instantiateUnionWithBaseProperties({classReference:l,baseProperties:T,arguments_:[this.csharp.instantiateClass({classReference:this.csharp.classReference({name:I,enclosingType:l}),arguments_:[this.convert({typeReference:x.typeReference,value:x.discriminantValue.wireValue})]})]})}finally{this.context.errors.unscope()}}case"noProperties":return this.instantiateUnionWithBaseProperties({classReference:l,baseProperties:T,arguments_:[this.csharp.instantiateClass({classReference:this.csharp.classReference({origin:p.discriminantValue,enclosingType:l}),arguments_:[]})]});default:te(x)}}getBaseProperties({discriminatedUnionTypeInstance:r,singleDiscriminatedUnionType:n}){return this.context.associateByWireValue({parameters:n.properties??[],values:this.context.getRecord(r.value)??{},ignoreMissingParameters:!0}).map(l=>{this.context.errors.scope(l.name.wireValue);try{return{name:this.context.getPropertyName(l.name.name),assignment:this.convert(l)}}finally{this.context.errors.unscope()}})}instantiateUnionWithBaseProperties({classReference:r,arguments_:n,baseProperties:i}){let l=this.csharp.instantiateClass({classReference:r,arguments_:n,multiline:!0});return i.length===0?this.csharp.Literal.reference(l):this.csharp.Literal.reference(this.csharp.codeblock(p=>{p.write(l," "),p.pushScope();for(let x of i)p.write(x.name," = ",x.assignment,",");p.popScope(!1)}))}getEnumValue(r,n){if(typeof n!="string")return this.context.errors.add({severity:J.Critical,message:`Expected enum value string, got: ${typeof n}`}),this.csharp.Literal.nop();let i=r.values.find(x=>x.wireValue===n);if(i==null)return this.context.errors.add({severity:J.Critical,message:`An enum value named "${n}" does not exist in this context`}),this.csharp.Literal.nop();let l=this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}),p=l.registerField(this.model.getPropertyNameFor(i),i);return this.csharp.Literal.reference(this.csharp.enumInstantiation({reference:l,value:p}))}convertObject({object_:r,value:n,fallbackToDefault:i}){let l=this.context.associateByWireValue({parameters:r.properties,values:this.context.getRecord(n)??{}});return this.csharp.Literal.class_({reference:this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}),fields:l.map(p=>{this.context.errors.scope(p.name.wireValue);try{return{name:this.context.getClassName(p.name.name),value:this.convert(p)}}finally{this.context.errors.unscope()}})})}convertUndiscriminatedUnion({undiscriminatedUnion:r,value:n,fallbackToDefault:i}){let l=this.findMatchingUndiscriminatedUnionType({undiscriminatedUnion:r,value:n});return l==null?this.csharp.Literal.nop():l.typeLiteral}findMatchingUndiscriminatedUnionType({undiscriminatedUnion:r,value:n}){for(let i of r.types)try{let l=this.convert({typeReference:i,value:n});return{valueTypeReference:i,typeLiteral:l}}catch{continue}this.context.errors.add({severity:J.Critical,message:`None of the types in the undiscriminated union matched the given "${typeof n}" value`})}convertUnknown({value:r,fallbackToDefault:n}){return this.csharp.Literal.unknown(r)}convertPrimitive({primitive:r,value:n,as:i,fallbackToDefault:l}){switch(r){case"INTEGER":{let p=this.getValueAsNumber({value:n,as:i});return p==null?l?this.Primitive.integer.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.integer(p)}case"LONG":{let p=this.getValueAsNumber({value:n,as:i});return p==null?l?this.Primitive.long.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.long(p)}case"UINT":{let p=this.getValueAsNumber({value:n,as:i});return p==null?l?this.Primitive.uint.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.uint(p)}case"UINT_64":{let p=this.getValueAsNumber({value:n,as:i});return p==null?l?this.Primitive.ulong.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.ulong(p)}case"FLOAT":{let p=this.getValueAsNumber({value:n,as:i});return p==null?l?this.Primitive.float.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.float(p)}case"DOUBLE":{let p=this.getValueAsNumber({value:n,as:i});return p==null?l?this.Primitive.double.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.double(p)}case"BOOLEAN":{let p=this.getValueAsBoolean({value:n,as:i});return p==null?l?this.Primitive.boolean.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.boolean(p)}case"STRING":{let p=this.context.getValueAsString({value:n});return p==null?l?this.Primitive.string.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.string(p)}case"DATE":{let p=this.context.getValueAsString({value:n});return p==null?l?this.Value.dateOnly.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.date(p)}case"DATE_TIME":{let p=this.context.getValueAsString({value:n});return p==null?l?this.Value.dateTime.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.datetime(p)}case"UUID":{let p=this.context.getValueAsString({value:n});return p==null?l?this.Primitive.string.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.string(p)}case"BASE_64":{let p=this.context.getValueAsString({value:n});return p==null?l?this.Primitive.string.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.string(p)}case"BIG_INTEGER":{let p=this.context.getValueAsString({value:n});return p==null?l?this.Primitive.string.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.string(p)}default:te(r)}}getValueAsNumber({value:r,as:n}){let i=n==="key"&&typeof r=="string"?Number(r):r;return this.context.getValueAsNumber({value:i})}getValueAsBoolean({value:r,as:n}){let i=n==="key"?typeof r=="string"?r==="true":r==="false"?!1:r:r;return this.context.getValueAsBoolean({value:i})}};a();o();u();var fi=class extends Me{constructor({context:r}){super(r.generation);f(this,"context");this.context=r}convert(r){switch(r.typeReference.type){case"list":return this.Collection.list(this.convert({typeReference:r.typeReference.value,unboxOptionals:!0}));case"literal":return this.convertLiteral({literal:r.typeReference.value});case"map":return this.Collection.map(this.convert({typeReference:r.typeReference.key}),this.convert({typeReference:r.typeReference.value}));case"named":{let n=this.context.resolveNamedType({typeId:r.typeReference.value});return n==null?this.convertUnknown():this.convertNamed({named:n})}case"optional":case"nullable":{let n=this.convert({typeReference:r.typeReference.value});return r.unboxOptionals?n.asNonOptional():n.asOptional()}case"primitive":return this.convertPrimitive({primitive:r.typeReference.value});case"set":return this.Collection.set(this.convert({typeReference:r.typeReference.value,unboxOptionals:!0}));case"unknown":return this.convertUnknown();default:te(r.typeReference)}}convertToClassReference(r){return this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)})}convertNamed({named:r}){switch(r.type){case"alias":return this.convert({typeReference:r.typeReference});case"enum":case"object":return this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)});case"discriminatedUnion":return this.settings.shouldGeneratedDiscriminatedUnions?this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}):this.Primitive.object;case"undiscriminatedUnion":return this.settings.shouldGenerateUndiscriminatedUnions?this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}):this.OneOf.OneOf(r.types.map(n=>this.convert({typeReference:n})));default:te(r)}}convertLiteral({literal:r}){switch(r.type){case"boolean":return this.Primitive.boolean;case"string":return this.Primitive.string}}convertUnknown(){return this.Primitive.object}convertPrimitive({primitive:r}){switch(r){case"INTEGER":return this.Primitive.integer;case"UINT":return this.Primitive.uint;case"LONG":return this.Primitive.long;case"UINT_64":return this.Primitive.ulong;case"FLOAT":return this.Primitive.float;case"DOUBLE":return this.Primitive.double;case"BOOLEAN":return this.Primitive.boolean;case"STRING":return this.Primitive.string;case"DATE":return this.Value.dateOnly;case"DATE_TIME":return this.Value.dateTime;case"UUID":return this.Primitive.string;case"BASE_64":return this.Primitive.string;case"BIG_INTEGER":return this.Primitive.string;default:te(r)}}};a();o();u();var di=class extends Me{constructor({context:r}){super(r.generation);f(this,"context");this.context=r}getFilePropertyInfo({body:r,value:n}){let i={fileFields:[],bodyPropertyFields:[]},l=this.context.getRecord(n)??{};for(let p of r.properties)switch(p.type){case"file":L.Record.missingKey(l,p.wireValue)&&(l[p.wireValue]="[bytes]"),i.fileFields.push({name:this.context.getPropertyName(p.name),value:this.getSingleFileProperty({property:p,record:l})});break;case"fileArray":L.Record.missingKey(l,p.wireValue)&&(l[p.wireValue]=["[bytes]"]),i.fileFields.push({name:this.context.getPropertyName(p.name),value:this.getArrayFileProperty({property:p,record:l})});break;case"bodyProperty":if(L.Record.missingKey(l,p.name.wireValue))switch(p.typeReference.type){case"optional":break;case"primitive":{switch(p.typeReference.value.toLowerCase()){case"integer":{l[p.name.wireValue]=123;break}case"string":{l[p.name.wireValue]="[string]";break}case"boolean":{l[p.name.wireValue]=!0;break}case"double":{l[p.name.wireValue]=123.456;break}case"float":{l[p.name.wireValue]=123.456;break}case"long":{l[p.name.wireValue]=123456789;break}case"uint":{l[p.name.wireValue]=123;break}case"uint64":{l[p.name.wireValue]=12345;break}case"date":{l[p.name.wireValue]=new Date(2021,1,1);break}case"datetime":{l[p.name.wireValue]=new Date(2021,1,1,12,0,0);break}case"uuid":{l[p.name.wireValue]="123e4567-e89b-12d3-a456-426614174000";break}case"base64":{l[p.name.wireValue]="SGVsbG8gd29ybGQh";break}case"biginteger":{l[p.name.wireValue]="12345678901234567890";break}}break}default:break}i.bodyPropertyFields.push({name:this.context.getPropertyName(p.name.name),value:this.getBodyProperty({property:p,record:l})});break;default:te(p)}return i}getSingleFileProperty({property:r,record:n}){let i=this.context.getSingleFileValue({property:r,record:n});return i==null?this.csharp.Literal.nop():this.context.getFileParameterForString(i)}getArrayFileProperty({property:r,record:n}){let i=this.context.getFileArrayValues({property:r,record:n});return i==null?this.csharp.Literal.nop():this.csharp.Literal.list({valueType:this.Types.FileParameter,values:i.map(l=>this.context.getFileParameterForString(l))})}getBodyProperty({property:r,record:n}){let i=n[r.name.wireValue];return i==null?this.csharp.Literal.nop():this.context.dynamicLiteralMapper.convert({typeReference:r.typeReference,value:i})}};var hi=class e extends Hr{constructor({ir:r,config:n,options:i,generation:l}){super({ir:r,config:n,options:i});f(this,"ir");f(this,"dynamicTypeMapper");f(this,"dynamicLiteralMapper");f(this,"filePropertyMapper");f(this,"generation");this.ir=r,this.generation=l??new Rn(r,n.workspaceName,n.customConfig!=null?n.customConfig:{},n),this.dynamicTypeMapper=new fi({context:this}),this.dynamicLiteralMapper=new li({context:this}),this.filePropertyMapper=new di({context:this})}get namespaces(){return this.generation.namespaces}get registry(){return this.generation.registry}get settings(){return this.generation.settings}get constants(){return this.generation.constants}get names(){return this.generation.names}get model(){return this.generation.model}get format(){return this.generation.format}get csharp(){return this.generation.csharp}get Types(){return this.generation.Types}get System(){return this.generation.extern.System}get NUnit(){return this.generation.extern.NUnit}get OneOf(){return this.generation.extern.OneOf}get Google(){return this.generation.extern.Google}get WireMock(){return this.generation.extern.WireMock}get Primitive(){return this.generation.Primitive}get Value(){return this.generation.Value}get Collection(){return this.generation.Collection}clone(){return new e({ir:this.ir,config:this.config,options:this.options,generation:this.generation})}getFileParameterForString(r){return this.csharp.Literal.reference(this.csharp.instantiateClass({classReference:this.Types.FileParameter,arguments_:[],properties:[{name:"Stream",value:this.getMemoryStreamForString(r)}],multiline:!0}))}getMemoryStreamForString(r){return this.System.IO.MemoryStream.new({arguments_:[this.csharp.invokeMethod({on:this.System.Text.Encoding_UTF8,method:"GetBytes",arguments_:[this.csharp.Literal.string(r)]})]})}getClassName(r){return r.pascalCase.safeName}getParameterName(r){return r.camelCase.safeName}getPropertyName(r){return r.pascalCase.safeName}getMethodName(r){return`${r.pascalCase.safeName}Async`}getNamespace(r,n){let i=this.getNamespaceSegments(r);return i=n!=null?[...i,n]:i,[this.namespaces.root,...i].join(".")}getEnvironmentTypeReferenceFromID(r){let n=this.resolveEnvironmentName(r);if(n!=null)return this.getEnvironmentClassReferenceForEnumName(n)}getEnvironmentClassReferenceForEnumName(r){return this.csharp.classReference({name:`${this.generation.Types.Environments.name}.${this.getClassName(r)}`,namespace:this.namespaces.root})}getNamespaceSegments(r){return(this.settings.explicitNamespaces?r.allParts:r.packagePath).map(i=>i.pascalCase.safeName)}precalculate(r){this.generation.initialize(),this.System.Collections.Generic.KeyValuePair(),this.System.Collections.Generic.IEnumerable(),this.System.Collections.Generic.IAsyncEnumerable(),this.System.Collections.Generic.HashSet(),this.System.Collections.Generic.List(),this.System.Collections.Generic.Dictionary(),this.System.Threading.Tasks.Task(),Object.entries(this.ir.types).sort((n,i)=>n[0].length-i[0].length).forEach(([n,i])=>{this.dynamicTypeMapper.convertToClassReference(i)});for(let[n,i]of r.entries())if(this.csharp.classReference({origin:this.model.staticExplicit(`Example${n}`),namespace:"Usage"}),i.endpoint){let l=this.resolveEndpointLocation(i.endpoint);for(let p of l)switch(p.request.type){case"inlined":this.csharp.classReference({origin:p.request.declaration.name,namespace:this.getNamespace(p.request.declaration.fernFilepath)});break;case"body":break}}this.generation.Types.ClientOptions,this.generation.Types.RootClient,this.csharp.freezeClassReferences()}};a();o();u();var mi=class extends Me{constructor({context:r}){super(r.generation);f(this,"context");this.context=r}async generateSnippet({endpoint:r,request:n,options:i}){return this.buildCodeBlock({endpoint:r,snippet:n,options:i}).toString({namespace:"Usage",generation:this.generation,allNamespaceSegments:new Set,allTypeClassReferences:new Map})}generateSnippetSync({endpoint:r,request:n,options:i}){return this.buildCodeBlock({endpoint:r,snippet:n,options:i}).toString({namespace:"Usage",generation:this.generation,allNamespaceSegments:new Set,allTypeClassReferences:new Map})}async generateSnippetAst({endpoint:r,request:n,options:i}){throw new Error("Unsupported")}buildCodeBlock({endpoint:r,snippet:n,options:i}){if(r.examples&&!r.examples?.find(x=>L.DynamicIR.EndpointExample(n)&&x.id===n.id))throw new Error("Endpoint does not have an example that matches the snippet");let l=this.csharp.codeblock(x=>{x.writeNodeStatement(this.constructClient({endpoint:r,snippet:n})),x.newLine(),x.writeNodeStatement(this.callMethod({endpoint:r,snippet:n}))}),p=this.getStyle(i);switch(p){case It.Concise:return l;case It.Full:return this.buildFullCodeBlock({body:l,options:i});default:te(p)}}buildFullCodeBlock({body:r,options:n}){let i=this.getConfig(n),l=this.csharp.class_({name:i.fullStyleClassName??"Example",namespace:"Usage",access:Or.Access.Public});return l.addNamespaceReference(this.Types.RootClient.namespace),l.addMethod({name:"Do",access:Or.Access.Public,isAsync:!0,parameters:[],body:r}),l}constructClient({endpoint:r,snippet:n}){return this.csharp.codeblock(i=>{i.write("var client = "),i.writeNode(this.getRootClientConstructorInvocation(this.getConstructorArgs({endpoint:r,snippet:n})))})}callMethod({endpoint:r,snippet:n}){let i=r.response?.type==="streaming"||r.response?.type==="streamParameter",l=this.csharp.invokeMethod({on:this.csharp.codeblock("client"),method:this.getMethod({endpoint:r}),arguments_:this.getMethodArgs({endpoint:r,snippet:n}),async:!0,configureAwait:!0,multiline:!0,isAsyncEnumerable:i});return i?this.csharp.codeblock(p=>{p.write("await foreach (var item in "),p.writeNode(l),p.writeLine(")"),p.pushScope(),p.writeLine("/* consume each item */"),p.popScope()}):l}getConstructorArgs({endpoint:r,snippet:n}){let i=[];r.auth!=null&&(n.auth!=null?i.push(...this.getConstructorAuthArgs({auth:r.auth,values:n.auth})):this.context.errors.add({severity:J.Warning,message:`Auth with ${r.auth.type} configuration is required for this endpoint`}));let l=[],p=this.getConstructorBaseUrlArgs({baseUrl:n.baseURL,environment:n.environment});p.length>0&&l.push(...p),this.context.errors.scope(qe.Headers);let x=[];return this.context.ir.headers!=null&&n.headers!=null&&x.push(...this.getConstructorHeaderArgs({headers:this.context.ir.headers,values:n.headers})),this.context.errors.unscope(),l.length===0?[...i,...x]:[...i,...x,{name:"clientOptions",assignment:this.csharp.instantiateClass({classReference:this.Types.ClientOptions,arguments_:l.map(T=>({name:T.name,assignment:T.assignment})),multiline:!0})}]}getConstructorBaseUrlArgs({baseUrl:r,environment:n}){let i=this.getBaseUrlArg({baseUrl:r,environment:n});return L.Literal.nop(i)?[]:[{name:this.getBaseUrlOptionName(),assignment:i}]}getBaseUrlArg({baseUrl:r,environment:n}){if(r!=null&&n!=null)return this.context.errors.add({severity:J.Critical,message:"Cannot specify both baseUrl and environment options"}),this.csharp.Literal.nop();if(r!=null)return this.context.ir.environments?.environments.type==="multipleBaseUrls"?(this.context.errors.add({severity:J.Critical,message:"The C# SDK doesn't support a baseUrl when multiple URL environments are configured"}),this.csharp.Literal.nop()):this.csharp.Literal.string(r);if(n!=null){if(this.context.isSingleEnvironmentID(n)){let i=this.context.getEnvironmentTypeReferenceFromID(n);return i==null?(this.context.errors.add({severity:J.Warning,message:`Environment ${JSON.stringify(n)} was not found`}),this.csharp.Literal.nop()):this.csharp.Literal.reference(i)}if(this.context.isMultiEnvironmentValues(n))return this.context.validateMultiEnvironmentUrlValues(n)?this.csharp.Literal.reference(this.csharp.instantiateClass({classReference:this.Types.Environments,arguments_:Object.entries(n).map(([i,l])=>({name:Br(Ii(i)),assignment:this.context.dynamicLiteralMapper.convert({typeReference:{type:"primitive",value:"STRING"},value:l})})),multiline:!0})):this.csharp.Literal.nop()}return this.csharp.Literal.nop()}getConstructorAuthArgs({auth:r,values:n}){if(n.type!==r.type)return this.addError(this.context.newAuthMismatchError({auth:r,values:n}).message),[];switch(r.type){case"basic":return n.type==="basic"?this.getConstructorBasicAuthArg({auth:r,values:n}):[];case"bearer":return n.type==="bearer"?this.getConstructorBearerAuthArgs({auth:r,values:n}):[];case"header":return n.type==="header"?this.getConstructorHeaderAuthArgs({auth:r,values:n}):[];case"oauth":return n.type==="oauth"?this.getConstructorOAuthArgs({auth:r,values:n}):[];case"inferred":return n.type==="inferred"?this.getConstructorInferredAuthArgs({auth:r,values:n}):[];default:te(r)}}addError(r){this.context.errors.add({severity:J.Critical,message:r})}addWarning(r){this.context.errors.add({severity:J.Warning,message:r})}getConstructorBasicAuthArg({auth:r,values:n}){return[{name:this.context.getParameterName(r.username),assignment:this.csharp.Literal.string(n.username)},{name:this.context.getParameterName(r.password),assignment:this.csharp.Literal.string(n.password)}]}getConstructorBearerAuthArgs({auth:r,values:n}){return[{name:this.context.getParameterName(r.token),assignment:this.csharp.Literal.string(n.token)}]}getConstructorHeaderAuthArgs({auth:r,values:n}){return[{name:this.context.getParameterName(r.header.name.name),assignment:this.context.dynamicLiteralMapper.convert({typeReference:r.header.typeReference,value:n.value,fallbackToDefault:r.header.name.wireValue})}]}getConstructorOAuthArgs({auth:r,values:n}){return[{name:this.context.getParameterName(r.clientId),assignment:this.csharp.Literal.string(n.clientId)},{name:this.context.getParameterName(r.clientSecret),assignment:this.csharp.Literal.string(n.clientSecret)}]}getConstructorInferredAuthArgs({auth:r,values:n}){let i=[];if(r.parameters!=null)for(let l of r.parameters){let p=l.name.wireValue,x=n.values?.[p];i.push({name:this.context.getParameterName(l.name.name),assignment:this.context.dynamicLiteralMapper.convert({typeReference:l.typeReference,value:x,fallbackToDefault:p})})}else this.context.errors.add({severity:J.Critical,message:"Inferred auth parameters are not defined in the IR. Please ensure you're using IR version 62.3.0 or later."});return i}getConstructorHeaderArgs({headers:r,values:n}){let i=[];for(let l of r){let p=n[l.name.wireValue],x=this.getConstructorHeaderArg({header:l,value:p});x!=null&&i.push({name:this.context.getParameterName(l.name.name),assignment:x})}return i}getConstructorHeaderArg({header:r,value:n}){let i=this.context.dynamicLiteralMapper.convert({typeReference:r.typeReference,value:n,fallbackToDefault:r.name.wireValue});if(!L.Literal.nop(i))return i}getMethodArgs({endpoint:r,snippet:n}){switch(r.request.type){case"inlined":return this.getMethodArgsForInlinedRequest({request:r.request,snippet:n});case"body":return this.getMethodArgsForBodyRequest({request:r.request,snippet:n});default:te(r.request)}}getMethodArgsForInlinedRequest({request:r,snippet:n}){let i=[];this.context.errors.scope(qe.PathParameters);let l=[],p=[...this.context.ir.pathParameters??[],...r.pathParameters??[]];p.length>0&&l.push(...this.getPathParameters({namedParameters:p,snippet:n})),this.context.errors.unscope(),this.context.errors.scope(qe.RequestBody);let x=this.getFilePropertyInfo({request:r,snippet:n});return this.context.errors.unscope(),this.context.includePathParametersInWrappedRequest({request:r,inlinePathParameters:this.settings.shouldInlinePathParameters})||i.push(...l.map(T=>T.value)),i.push(this.getInlinedRequestArg({request:r,snippet:n,pathParameterFields:this.context.includePathParametersInWrappedRequest({request:r,inlinePathParameters:this.settings.shouldInlinePathParameters})?l:[],filePropertyInfo:x})),i}getFilePropertyInfo({request:r,snippet:n}){return r.body==null||!this.context.isFileUploadRequestBody(r.body)?{fileFields:[],bodyPropertyFields:[]}:this.context.filePropertyMapper.getFilePropertyInfo({body:r.body,value:n.requestBody})}getInlinedRequestArg({request:r,snippet:n,pathParameterFields:i,filePropertyInfo:l}){this.context.errors.scope(qe.QueryParameters);let x=this.context.associateQueryParametersByWireValue({parameters:r.queryParameters??[],values:n.queryParameters??{}}).map(C=>({name:this.context.getPropertyName(C.name.name),value:this.context.dynamicLiteralMapper.convert(C)}));this.context.errors.unscope(),this.context.errors.scope(qe.Headers);let A=this.context.associateByWireValue({parameters:r.headers??[],values:n.headers??{}}).map(C=>({name:this.context.getPropertyName(C.name.name),value:this.context.dynamicLiteralMapper.convert({...C,fallbackToDefault:C.name.wireValue})}));this.context.errors.unscope(),this.context.errors.scope(qe.RequestBody);let I=r.body!=null?this.getInlinedRequestBodyConstructorFields({body:r.body,value:n.requestBody,filePropertyInfo:l}):[];return this.context.errors.unscope(),this.csharp.Literal.class_({reference:this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}),fields:[...i,...x,...A,...I]})}getInlinedRequestBodyConstructorFields({body:r,value:n,filePropertyInfo:i}){switch(r.type){case"properties":return this.getInlinedRequestBodyPropertyConstructorFields({parameters:r.value,value:n});case"referenced":return[this.getReferencedRequestBodyPropertyConstructorField({body:r,value:n})];case"fileUpload":return this.getFileUploadRequestBodyConstructorFields({filePropertyInfo:i});default:te(r)}}getInlinedRequestBodyPropertyConstructorFields({parameters:r,value:n}){let i=[],l=this.context.associateByWireValue({parameters:r,values:this.context.getRecord(n)??{}});for(let p of l)i.push({name:this.context.getPropertyName(p.name.name),value:this.context.dynamicLiteralMapper.convert({...p,fallbackToDefault:p.name.wireValue})});return i}getFileUploadRequestBodyConstructorFields({filePropertyInfo:r}){return[...r.fileFields,...r.bodyPropertyFields]}getReferencedRequestBodyPropertyConstructorField({body:r,value:n}){return{name:this.context.getPropertyName(r.bodyKey),value:this.getReferencedRequestBodyPropertyLiteral({body:r.bodyType,value:n})}}getReferencedRequestBodyPropertyLiteral({body:r,value:n}){switch(r.type){case"bytes":return this.getBytesBodyRequestArg({value:n});case"typeReference":return this.context.dynamicLiteralMapper.convert({typeReference:r.value,value:n,fallbackToDefault:JSON.stringify(r.value)});default:te(r)}}getMethodArgsForBodyRequest({request:r,snippet:n}){let i=[];this.context.errors.scope(qe.PathParameters);let l=[...this.context.ir.pathParameters??[],...r.pathParameters??[]];return l.length>0&&i.push(...this.getPathParameters({namedParameters:l,snippet:n}).map(p=>p.value)),this.context.errors.unscope(),this.context.errors.scope(qe.RequestBody),r.body!=null&&i.push(this.getBodyRequestArg({body:r.body,value:n.requestBody})),this.context.errors.unscope(),i}getBodyRequestArg({body:r,value:n}){switch(r.type){case"bytes":return this.getBytesBodyRequestArg({value:n});case"typeReference":return r.value.type==="optional"&&n==null?this.csharp.Literal.null():this.context.dynamicLiteralMapper.convert({typeReference:r.value,value:n,fallbackToDefault:JSON.stringify(r.value)});default:te(r)}}getBytesBodyRequestArg({value:r}){let n=this.context.getValueAsString({value:r});return n==null&&(this.context.errors.add({severity:J.Critical,message:"The bytes request body must be provided in string format"}),n="[bytes]"),this.csharp.Literal.reference(this.context.getMemoryStreamForString(n))}getRootClientConstructorInvocation(r){return this.csharp.instantiateClass({classReference:this.Types.RootClient,arguments_:r,forceUseConstructor:!0,multiline:!0})}getPathParameters({namedParameters:r,snippet:n}){let i=[],l=this.context.associateByWireValueOrDefault({parameters:r,values:n.pathParameters??{}});for(let p of l)i.push({name:this.context.getPropertyName(p.name.name),value:this.context.dynamicLiteralMapper.convert({...p,fallbackToDefault:p.name.wireValue})});return i}getMethod({endpoint:r}){return r.declaration.fernFilepath.allParts.length>0?`${r.declaration.fernFilepath.allParts.map(n=>this.context.getClassName(n)).join(".")}.${this.context.getMethodName(r.declaration.name)}`:this.context.getMethodName(r.declaration.name)}getBaseUrlOptionName(){return this.context.ir.environments?.environments.type==="multipleBaseUrls"?"Environment":"BaseUrl"}getStyle(r){return r.style??this.context.options.style??It.Full}getConfig(r){return r.config??this.context.options.config??{}}};var fs=class extends Gr{constructor({ir:t,config:r,options:n={}}){super(new hi({ir:t,config:r,options:n}))}precalculate(t){this.context.precalculate(t)}async generate(t,r={}){return super.generate(t,r)}generateSync(t,r={}){return super.generateSync(t,r)}async generateSnippetAst(t){return super.generateSnippetAst(t)}createSnippetGenerator(t){return new mi({context:t})}};export{fs as DynamicSnippetsGenerator};
|
|
31
|
+
`)):(this.hasSameAccess(this.init)||r.write(`${this.init} `),this.accessors?.init?(r.write("init"),r.write(" => "),this.accessors.init(r),r.writeTextStatement("")):r.write("init; "))),this.set&&(this.hasSameAccess(this.set)||r.write(`${this.set} `),this.accessors?.set?(r.write("set"),r.write(" => "),this.accessors.set(r),r.writeTextStatement("")):r.write("set; ")),r.write("}")),this.initializer!=null?(l?r.write(" => "):r.write(" = "),this.initializer.write(r),r.writeLine(";")):!this.skipDefaultInitializer&&!n&&i?L.Type(this.type)&&this.type.writeEmptyCollectionInitializer(r):!this.get&&!this.init&&r.writeLine(";")}hasSameAccess(r){return r===!0||r===this.access}};a();o();u();var Ue;(function(e){e[e.INSTANCE=0]="INSTANCE",e[e.STATIC=1]="STATIC"})(Ue||(Ue={}));var bt=class e extends nt{constructor({name:r,isAsync:n,override:i,access:l,return_:p,body:x,noBody:T,bodyType:A,summary:I,doc:C,type:j,classReference:P,parameters:B,typeParameters:v,annotations:G,codeExample:ne,interfaceReference:Z,origin:ae,enclosingType:$},H){super({enclosingType:$},ae,H);f(this,"name");f(this,"isAsync");f(this,"access");f(this,"return");f(this,"noBody");f(this,"body");f(this,"bodyType");f(this,"summary");f(this,"doc");f(this,"type");f(this,"reference");f(this,"override");f(this,"parameters");f(this,"typeParameters");f(this,"annotations");f(this,"interfaceReference");this.name=r,this.isAsync=n??!1,this.override=i??!1,this.access=l,this.return=p,this.noBody=T??!1,this.body=x,this.bodyType=A??e.BodyType.Statement,this.summary=I,this.doc=this.csharp.xmlDocBlockOf(C??{summary:I,codeExample:ne}),this.type=j??Ue.INSTANCE,this.reference=P,this.parameters=B??[],this.typeParameters=v??[],this.annotations=(G??[]).map(N=>N instanceof Ee?this.csharp.annotation({reference:N}):N),this.interfaceReference=Z}get isAsyncEnumerable(){return L.AsyncEnumerable(this.return)}addParameter(r){return r instanceof je||(r=new je(r,this.generation)),this.parameters.push(r),r}write(r){if(r.writeNode(this.doc),this.annotations.forEach(n=>{n.write(r)}),r.writeNewLineIfLastLineNot(),this.access&&r.write(`${this.access} `),this.type===Ue.STATIC&&r.write("static "),this.isAsync&&r.write("async "),this.override&&r.write("override "),this.return==null?this.isAsync?(r.writeNode(this.System.Threading.Tasks.Task()),r.write(" ")):r.write("void "):(this.isAsync&&!this.isAsyncEnumerable?r.writeNode(this.System.Threading.Tasks.Task(this.return)):this.return.write(r),r.write(" ")),this.interfaceReference&&r.write(`${this.interfaceReference.name}.`),r.write(this.name),this.typeParameters.length>0&&(r.write("<"),this.typeParameters.forEach((n,i)=>{n.write(r),i<this.typeParameters.length-1&&r.write(", ")}),r.write(">")),r.write("("),this.parameters.forEach((n,i)=>{n.write(r),i<this.parameters.length-1&&r.write(", ")}),r.write(")"),this.noBody)r.writeLine(";");else switch(this.bodyType){case e.BodyType.Statement:r.write(" "),r.pushScope(),this.body?.write(r),r.popScope();break;case e.BodyType.Expression:r.write(" => "),this.body?.write(r),r.writeSemicolonIfLastCharacterIsNot();break;default:te(this.bodyType)}}getParameters(){return this.parameters}};(function(e){e.BodyType={Statement:"statement",Expression:"expression"}})(bt||(bt={}));var Ir=class extends Re{constructor({name:r,namespace:n,access:i,partial:l,interfaceReferences:p,enclosingType:x,origin:T},A){super(T,A);f(this,"access");f(this,"partial");f(this,"reference");f(this,"interfaceReferences");f(this,"fields",[]);f(this,"methods",[]);r=r||(T?this.model.getClassNameFor(T):ue("Class/Interface name or origin is required")),this.reference=x?this.csharp.classReference({name:r,enclosingType:x}):this.csharp.classReference({name:r,namespace:n||ue("Class/Interface: Namespace or enclosingType is required ")}),this.access=i,this.partial=l??!1,this.interfaceReferences=p??[]}get name(){return this.reference.name}get namespace(){return this.reference.namespace}get enclosingType(){return this.reference.enclosingType}get isNested(){return this.enclosingType!=null}explicit(r){return this.origin?this.model.explicit(L.Provenance(this.origin)?this.origin.node:this.origin,r):ue(`Cannot create explicit named member '${r}' on '${this.name}' because the class is not bound to an origin.`)}getField(r){return this.fields.find(n=>this.model.provenance(n.origin)?.jsonPath===r.jsonPath)}addField(r){r.enclosingType=this.reference;let n=new Er(r,this.generation);return this.fields.push(n),n}addMethod(r){r.enclosingType=this.reference;let n=new bt(r,this.generation);return this.methods.push(n),n}get multipartMethodName(){return"AddJsonPart"}get multipartMethodNameForCollection(){return"AddJsonParts"}get isOptional(){return!1}get isCollection(){return!1}get isReferenceType(){}asOptional(){return new ke(this,this.generation)}asNullable(){return new Ft(this,this.generation)}asNonOptional(){return this}get defaultValue(){return this.csharp.Literal.null()}get fullyQualifiedName(){return this.reference.fullyQualifiedName}};var _e=class _e extends Ir{constructor({name:r,namespace:n,access:i,static_:l,abstract_:p,sealed:x,partial:T,readonly:A,parentClassReference:I,interfaceReferences:C,enclosingType:j,type:P,summary:B,doc:v,annotations:G,primaryConstructor:ne,origin:Z},ae){super({name:r,namespace:n,access:i,partial:T,interfaceReferences:C,enclosingType:j,origin:Z},ae);f(this,"static_");f(this,"abstract_");f(this,"sealed");f(this,"readonly");f(this,"parentClassReference");f(this,"type");f(this,"summary");f(this,"doc");f(this,"annotations",[]);f(this,"primaryConstructor");f(this,"namespaceReferences",[]);f(this,"constructors",[]);f(this,"operators",[]);f(this,"nestedClasses",[]);f(this,"nestedInterfaces",[]);f(this,"rawBodyBlocks",[]);this.static_=l??!1,this.abstract_=p??!1,this.sealed=x??!1,this.readonly=A??!1,this.type=P??_e.ClassType.Class,this.summary=B,this.doc=this.csharp.xmlDocBlockOf(v??{summary:B}),this.parentClassReference=I,this.annotations=(G??[]).map($=>$ instanceof Ee?this.csharp.annotation({reference:$}):$),this.primaryConstructor=ne}addConstructor(r){let n=new _e.Constructor(r,this.generation);return this.constructors.push(n),n}addNestedClass(r){if(r instanceof _e||(r.enclosingType=this.reference,r=new _e(r,this.generation)),!r.isNested)throw new Error(`Set the enclosingType of the class ${this.name} to add the nested class ${r.name}.`);return this.nestedClasses.push(r),r}addNestedClasses(r){r.forEach(n=>{n instanceof _e?this.addNestedClass(n):this.addNestedClass(n)})}addAnnotation(r){return r instanceof Ze||(r=new Ze(r,this.generation)),this.annotations.push(r),r}addOperator(r){this.operators.push(r)}addOperators(r){r.forEach(n=>this.addOperator(n))}addRawBodyContent(r){this.rawBodyBlocks.push(r)}write(r){if(this.namespaceReferences.forEach(n=>{r.addNamespace(n)}),this.isNested||(r.writeLine(`namespace ${this.namespace};`),r.newLine()),r.writeNode(this.doc),this.annotations.forEach(n=>{n.write(r)}),r.writeNewLineIfLastLineNot(),r.write(`${this.access}`),this.static_&&r.write(" static"),this.abstract_&&r.write(" abstract"),this.sealed&&r.write(" sealed"),this.readonly&&r.write(" readonly"),this.partial&&r.write(" partial"),r.write(` ${this.type}`),r.write(` ${this.name}`),this.primaryConstructor!=null&&this.primaryConstructor.parameters.length>0){let n=this.primaryConstructor;r.write("("),n.parameters.forEach((i,l)=>{l>0&&r.write(","),i.write(r)}),r.write(")")}if(this.parentClassReference!=null||this.interfaceReferences.length>0){if(r.write(" : "),this.parentClassReference!=null&&(this.parentClassReference.write(r),this.interfaceReferences.length>0&&r.write(", ")),this.primaryConstructor!=null&&this.primaryConstructor.superClassArguments.length>0){let n=this.primaryConstructor;r.write("("),this.primaryConstructor.superClassArguments.forEach((i,l)=>{i.write(r),l<n.superClassArguments.length-1&&r.write(", ")}),r.write(")")}this.interfaceReferences.forEach((n,i)=>{n.write(r),i<this.interfaceReferences.length-1&&r.write(", ")})}if(!this.hasBody()){r.write(";");return}r.writeNewLineIfLastLineNot(),r.pushScope(),this.writeConsts(r),this.writeFieldFields(r),this.writeConstructors(r),this.writeProperties(r),this.writeMethods(r),this.writeOperators(r),this.writeRawBodyBlocks(r),this.writeNestedClasses(r),this.writeNestedInterfaces(r),r.popScope()}hasBody(){return this.fields.length>0||this.constructors.length>0||this.nestedClasses.length>0||this.nestedInterfaces.length>0||this.methods.length>0||this.operators.length>0||this.rawBodyBlocks.length>0}writeConstructors(r){this.constructors.forEach(n=>{r.writeNode(this.csharp.xmlDocBlockOf(n.doc)),r.write(`${n.access} ${this.name} (`),n.parameters.forEach((i,l)=>{i.write(r),l<n.parameters.length-1&&r.write(", ")}),r.write(")"),n.baseConstructorCall!=null&&(r.write(" : "),n.baseConstructorCall.write(r)),r.pushScope(),n.body.write(r),r.popScope(),r.newLine()})}writeFields({writer:r,fields:n}){n.forEach((i,l)=>{i.write(r),r.writeNewLineIfLastLineNot(),l<this.fields.length-1&&r.newLine()})}writeConsts(r){this.writeFields({writer:r,fields:this.getFields().sort(Ar).sort(us).filter(this.fieldConstFilter())})}writeFieldFields(r){this.writeFields({writer:r,fields:this.getFields().sort(Ar).sort(us).filter(this.fieldFieldFilter())})}writeProperties(r){this.writeFields({writer:r,fields:this.getFields().sort(Ar).sort(us).filter(this.fieldPropertyFilter())})}writeMethods(r){this.methods.sort(Ar).sort(e0).sort(Zl).forEach(n=>{n.write(r),r.writeNewLineIfLastLineNot(),r.newLine()})}writeOperators(r){this.operators.forEach(n=>{this.writeOperator({writer:r,operator:n}),r.newLine()})}writeRawBodyBlocks(r){this.rawBodyBlocks.forEach(n=>{n.write(r),r.writeNewLineIfLastLineNot()})}writeNestedClasses(r){this.nestedClasses.sort(Ar).forEach((n,i)=>{n.write(r),r.writeNewLineIfLastLineNot(),i<this.fields.length-1&&r.newLine()})}writeNestedInterfaces(r){this.nestedInterfaces.sort(Ar).forEach((n,i)=>{n.write(r),r.writeNewLineIfLastLineNot(),i<this.fields.length-1&&r.newLine()})}fieldConstFilter(){return r=>r.isConst}fieldFieldFilter(){return r=>r.isField}fieldPropertyFilter(){return r=>r.isProperty}getFields(){return this.fields}get isReferenceType(){return this.type===_e.ClassType.Class||this.type===_e.ClassType.Record}writeOperator({writer:r,operator:n}){if(r.write("public static "),n.type===_e.CastOperator.Type.Explicit||n.type===_e.CastOperator.Type.Implicit){r.write(`${n.type} `),r.write("operator ");let i=n.to??this.reference;r.writeNode(i),r.write("("),n.parameter.write(r)}else{let i=n;i.return.write(r),r.write(" operator "),r.write(`${n.type}(`),i.parameters.forEach((l,p)=>{l.write(r),p<i.parameters.length-1&&r.write(", ")})}n.useExpressionBody?(r.write(") => "),r.writeNodeStatement(n.body)):(r.write(") {"),r.writeNode(n.body),r.writeLine("}"))}addNamespaceReference(r){this.namespaceReferences.push(r)}};f(_e,"ClassType",{Class:"class",Record:"record",Struct:"struct",RecordStruct:"record struct"}),f(_e,"Access",le);var Ge=_e;(function(e){class t{constructor({doc:i,body:l,parameters:p,access:x,baseConstructorCall:T},A){f(this,"generation");f(this,"doc");f(this,"body");f(this,"parameters");f(this,"access");f(this,"baseConstructorCall");this.generation=A,this.parameters=p??[],this.access=x??le.Public,this.doc=i,this.body=new ht({},this.generation),l!=null&&this.body.append(l),this.baseConstructorCall=T}addParameter(i){let l=new je(i,this.generation);return this.parameters.push(l),l}}e.Constructor=t;let r;(function(n){n.Type={Implicit:"implicit",Explicit:"explicit"}})(r=e.CastOperator||(e.CastOperator={}))})(Ge||(Ge={}));function Go(e){switch(e){case void 0:return 0;case le.Private:return 1;case le.Protected:return 2;case le.Internal:return 3;case le.Public:return 4}}function Ar(e,t){return Go(e.access)-Go(t.access)}function us(e,t){return e.isStatic===t.isStatic?0:e.isStatic?-1:1}function Zl(e,t){return e.type===Ue.STATIC&&t.type!==Ue.STATIC?-1:e.type!==Ue.STATIC&&t.type===Ue.STATIC?1:0}function e0(e,t){return e.name==="FromProto"||e.name==="ToProto"?t.name==="Equals"||t.name==="ToString"?-1:1:t.name==="FromProto"||t.name==="ToProto"?e.name==="Equals"||e.name==="ToString"?1:-1:e.name==="ToString"?1:t.name==="ToString"?-1:e.name==="Equals"?t.name==="ToString"?-1:1:t.name==="Equals"?e.name==="ToString"?1:-1:0}a();o();u();var Nr=class extends Re{constructor({name:r,namespace:n,access:i,annotations:l,origin:p},x){super(p,x);f(this,"access");f(this,"reference");f(this,"annotations");f(this,"fields",[]);f(this,"generateSerializer",!1);f(this,"serializerClassReference");this.reference=this.csharp.classReference({name:r,namespace:n,origin:p}),this.access=i,this.annotations=l??[]}get name(){return this.reference.name}get namespace(){return this.reference.namespace}getNamespace(){return this.namespace}addAnnotation(r){this.annotations.push(r)}addMember(r){this.fields.push({name:r.name,wireValue:r.value,value:this.csharp.annotation({reference:this.System.Runtime.Serialization.EnumMember,argument:this.csharp.codeblock(n=>{n.write("Value = "),n.writeNode(this.csharp.string_({string:r.value}))})})})}enableSerializerGeneration(){return this.generateSerializer=!0,this.serializerClassReference=this.csharp.classReference({name:`${this.name}Serializer`,namespace:this.namespace}),this.serializerClassReference}write(r){r.writeLine(`namespace ${this.namespace};`),r.newLine();for(let n of this.annotations)n.write(r);r.writeNewLineIfLastLineNot(),r.write(`${this.access} `),r.write("enum "),r.writeLine(`${this.name}`),r.pushScope(),this.fields.forEach((n,i)=>{n.value.write(r),r.write(n.name),i<this.fields.length-1&&(r.writeLine(","),r.newLine())}),r.writeNewLineIfLastLineNot(),r.popScope(),this.generateSerializer&&this.writeSerializerClass(r)}writeSerializerClass(r){r.newLine(),r.writeLine(`internal class ${this.name}Serializer : global::System.Text.Json.Serialization.JsonConverter<${this.name}>`),r.pushScope(),r.writeLine(`private static readonly global::System.Collections.Generic.Dictionary<string, ${this.name}> _stringToEnum = new()`),r.pushScope();for(let n of this.fields)r.writeLine(`{ ${JSON.stringify(n.wireValue)}, ${this.name}.${n.name} },`);r.popScope(!1),r.writeLine(";"),r.newLine(),r.writeLine(`private static readonly global::System.Collections.Generic.Dictionary<${this.name}, string> _enumToString = new()`),r.pushScope();for(let n of this.fields)r.writeLine(`{ ${this.name}.${n.name}, ${JSON.stringify(n.wireValue)} },`);r.popScope(!1),r.writeLine(";"),r.newLine(),r.writeLine(`public override ${this.name} Read(ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options)`),r.pushScope(),r.writeLine('var stringValue = reader.GetString() ?? throw new global::System.Exception("The JSON value could not be read as a string.");'),r.writeLine("return _stringToEnum.TryGetValue(stringValue, out var enumValue) ? enumValue : default;"),r.popScope(),r.newLine(),r.writeLine(`public override void Write(global::System.Text.Json.Utf8JsonWriter writer, ${this.name} value, global::System.Text.Json.JsonSerializerOptions options)`),r.pushScope(),r.writeLine("writer.WriteStringValue(_enumToString.TryGetValue(value, out var stringValue) ? stringValue : null);"),r.popScope(),r.popScope()}};a();o();u();var Rr=class extends Ir{constructor({name:t,namespace:r,access:n,partial:i,interfaceReferences:l,enclosingType:p,origin:x},T){super({name:t,namespace:r,access:n,partial:i,interfaceReferences:l,enclosingType:p,origin:x},T)}write(t){this.isNested||(t.writeLine(`namespace ${this.namespace};`),t.newLine()),t.write(`${this.access} `),this.partial&&t.write("partial "),t.write("interface "),t.writeLine(`${this.name}`),this.interfaceReferences.length>0&&(t.write(" : "),this.interfaceReferences.forEach((r,n)=>{r.write(t),n<this.interfaceReferences.length-1&&t.write(", ")})),t.pushScope();for(let r of this.fields)r.write(t),t.writeLine("");t.dedent(),t.indent();for(let r of this.methods)r.write(t),t.writeLine("");t.popScope()}};a();o();u();var Cr=class extends Re{constructor({name:r,namespace:n,parentClassReference:i,origin:l},p){super(l,p);f(this,"reference");f(this,"parentClassReference");f(this,"testMethods",[]);this.reference=this.csharp.classReference({name:r,namespace:n,origin:l}),this.parentClassReference=i}get name(){return this.reference.name}get namespace(){return this.reference.namespace}write(r){r.writeNode(this.getClass())}getClass(){let r=[this.NUnit.Framework.TestFixture,this.csharp.annotation({reference:this.NUnit.Framework.Parallelizable,argument:"ParallelScope.Self"})],n=new Ge({access:le.Public,name:this.name,namespace:this.namespace,annotations:r,parentClassReference:this.parentClassReference,origin:this.origin},this.generation);for(let i of this.testMethods)n.addMethod({access:le.Public,isAsync:i.isAsync,name:i.name,parameters:[],body:i.body,annotations:[this.NUnit.Framework.Test]});return n}addTestMethod(r){this.testMethods.push(r)}};a();o();u();a();o();u();a();o();u();a();o();u();var os={System:["AccessViolationException","Action","Activator","AggregateException","AppContext","AppDomain","AppDomainSetup","AppDomainUnloadedException","ApplicationException","ApplicationId","ArgIterator","ArgumentException","ArgumentNullException","ArgumentOutOfRangeException","ArithmeticException","Array","ArrayTypeMismatchException","AssemblyLoadEventArgs","AssemblyLoadEventHandler","AsyncCallback","Attribute","AttributeTargets","AttributeUsageAttribute","BadImageFormatException","Base64FormattingOptions","BitConverter","Boolean","Buffer","Byte","CannotUnloadAppDomainException","Char","CharEnumerator","CLSCompliantAttribute","Console","ConsoleCancelEventArgs","ConsoleCancelEventHandler","ConsoleColor","ConsoleKey","ConsoleKeyInfo","ConsoleModifiers","ConsoleSpecialKey","ContextBoundObject","ContextMarshalException","ContextStaticAttribute","Convert","CultureAwareComparer","DataMisalignedException","DateOnly","DateTime","DateTimeKind","DateTimeOffset","DayOfWeek","DBNull","Decimal","Delegate","DivideByZeroException","DllNotFoundException","Double","DuplicateWaitObjectException","EntryPointNotFoundException","Enum","Environment","EnvironmentVariableTarget","EventArgs","EventHandler","Exception","ExecutionEngineException","FieldAccessException","FlagsAttribute","FormatException","FormattableString","GC","GCCollectionMode","GCGenerationInfo","GCKind","GCMemoryInfo","GCNotificationStatus","Guid","Half","HashCode","IAsyncDisposable","IAsyncResult","ICloneable","IComparable","IConvertible","ICustomFormatter","IDisposable","IFormatProvider","IFormattable","Index","IndexOutOfRangeException","InsufficientExecutionStackException","InsufficientMemoryException","Int128","Int16","Int32","Int64","IntPtr","InvalidCastException","InvalidOperationException","InvalidProgramException","InvalidTimeZoneException","ISpanFormattable","IUtf8SpanFormattable","LoaderOptimization","LoaderOptimizationAttribute","LocalDataStoreSlot","MarshalByRefObject","Math","MathF","MemberAccessException","MemoryExtensions","MethodAccessException","MidpointRounding","MissingFieldException","MissingMemberException","MissingMethodException","ModuleHandle","MTAThreadAttribute","MulticastDelegate","MulticastNotSupportedException","NonSerializedAttribute","NotFiniteNumberException","NotImplementedException","NotSupportedException","Nullable","NullReferenceException","Object","ObjectDisposedException","ObsoleteAttribute","OperatingSystem","OperationCanceledException","OrdinalComparer","OutOfMemoryException","OverflowException","ParamArrayAttribute","PlatformID","PlatformNotSupportedException","Random","Range","RankException","ResolveEventArgs","ResolveEventHandler","RuntimeArgumentHandle","RuntimeFieldHandle","RuntimeMethodHandle","RuntimeTypeHandle","SByte","SerializableAttribute","Single","StackOverflowException","STAThreadAttribute","String","StringComparer","StringComparison","StringNormalizationExtensions","StringSplitOptions","SystemException","ThreadStaticAttribute","TimeOnly","TimeoutException","TimeProvider","TimeSpan","TimeZone","TimeZoneInfo","TimeZoneNotFoundException","Tuple","TupleExtensions","Type","TypeAccessException","TypeCode","TypedReference","TypeInitializationException","TypeLoadException","TypeUnloadedException","UInt128","UInt16","UInt32","UInt64","UIntPtr","UnauthorizedAccessException","UnhandledExceptionEventArgs","UnhandledExceptionEventHandler","UnitySerializationHolder","ValueTuple","ValueType","Version","Void","WeakReference","Buffers","Collections","ComponentModel","Diagnostics","Globalization","IO","Linq","Net","Numerics","Reflection","Resources","Runtime","Security","Text","Threading"],"System.Collections.Generic":["ByteEqualityComparer","CollectionExtensions","IEnumerable","KeyNotFoundException","KeyValuePair","NonRandomizedStringEqualityComparer","ReferenceEqualityComparer"],"System.IO":["BinaryReader","BinaryWriter","BufferedStream","Directory","DirectoryInfo","DirectoryNotFoundException","EndOfStreamException","EnumerationOptions","File","FileAccess","FileAttributes","FileInfo","FileLoadException","FileMode","FileNotFoundException","FileOptions","FileShare","FileStream","FileStreamOptions","FileSystemInfo","HandleInheritability","InvalidDataException","IOException","MatchCasing","MatchType","MemoryStream","Path","PathTooLongException","RandomAccess","SearchOption","SeekOrigin","Stream","StreamReader","StreamWriter","StringReader","StringWriter","TextReader","TextWriter","UnixFileMode","UnmanagedMemoryAccessor","UnmanagedMemoryStream","System.IO.Enumeration"],"System.Linq":["Enumerable"],"System.Net.Http":["HttpClient","HttpMethod"],"System.Threading":["AbandonedMutexException","ApartmentState","AsyncFlowControl","AutoResetEvent","CancellationToken","CancellationTokenRegistration","CancellationTokenSource","CompressedStack","ContextCallback","EventResetMode","EventWaitHandle","ExecutionContext","Interlocked","IOCompletionCallback","IThreadPoolWorkItem","ITimer","LazyInitializer","LazyThreadSafetyMode","Lock","LockRecursionException","LockRecursionPolicy","ManualResetEvent","ManualResetEventSlim","Monitor","Mutex","NativeOverlapped","Overlapped","ParameterizedThreadStart","PeriodicTimer","PreAllocatedOverlapped","ReaderWriterLockSlim","RegisteredWaitHandle","Semaphore","SemaphoreFullException","SemaphoreSlim","SendOrPostCallback","SpinLock","SpinWait","SynchronizationContext","SynchronizationLockException","Thread","ThreadAbortException","ThreadExceptionEventArgs","ThreadExceptionEventHandler","ThreadInterruptedException","ThreadPool","ThreadPoolBoundHandle","ThreadPriority","ThreadStart","ThreadStartException","ThreadState","ThreadStateException","Timeout","Timer","TimerCallback","Volatile","WaitCallback","WaitHandle","WaitHandleCannotBeOpenedException","WaitHandleExtensions","WaitOrTimerCallback","Tasks"],"System.Threading.Tasks":["ConcurrentExclusiveSchedulerPair","ConfigureAwaitOptions","Task","TaskAsyncEnumerableExtensions","TaskCanceledException","TaskCompletionSource","TaskContinuationOptions","TaskCreationOptions","TaskExtensions","TaskFactory","TaskScheduler","TaskSchedulerException","TaskStatus","TaskToAsyncResult","UnobservedTaskExceptionEventArgs","ValueTask","Sources"]};var t0=new Set(["abstract","as","base","bool","break","byte","case","catch","char","checked","class","const","continue","decimal","default","delegate","do","double","else","enum","event","explicit","extern","false","finally","fixed","float","for","foreach","goto","if","implicit","in","int","interface","internal","is","lock","long","namespace","new","null","object","operator","out","override","params","private","protected","public","readonly","ref","return","sbyte","sealed","short","sizeof","stackalloc","static","string","struct","switch","this","throw","true","try","typeof","uint","ulong","unchecked","unsafe","ushort","using","virtual","void","volatile","while"]);var r0=new Set(["from","where","select","orderby","groupby","into","let","join","on","equals"]),n0=new Set(["async","await"]),i0=new Set(["yield"]),s0=new Set(["var","dynamic"]),a0=new Set(["using","alias"]);var u0=new Set(["required","scoped","unmanaged","managed"]),o0=new Set(["when","and","or","not"]),c0=new Set(["Equals","GetHashCode","ToString","GetType","MemberwiseClone","Finalize"]),p0=new Set([...t0,...r0,...n0,...i0,...s0,...a0,...u0,...o0]),ii=class{constructor(t,r,n){f(this,"registry");f(this,"name");f(this,"jsonPath");this.registry=t,this.name=r,this.jsonPath=n}};var si=class{constructor(t){f(this,"scope");f(this,"byName",new Map);f(this,"byPath",new Map);f(this,"redirections",new Map);this.scope=t}[Symbol.iterator](){return this.byName.values()}has(t){return this.byName.has(t)}getByJsonPath(t){return this.byPath.get(t)}getByName(t){return this.byName.get(t)}getRedirectedName(t){return this.redirections.get(t)}set(t){this.byName.has(t.name)&&ue(`set: ${t.name} in ${this.scope.fullyQualifiedName} already exists`),t.jsonPath&&this.byPath.has(t.jsonPath)&&ue(`set: ${t.name} in ${this.scope.fullyQualifiedName} already exists by jsonPath`),this.byName.set(t.name,t),t.jsonPath&&this.byPath.set(t.jsonPath,t)}redirect(t,r){this.redirections.has(t)&&ue(`redirect: ${t} in ${this.scope.fullyQualifiedName} already has a redirect`),this.redirections.set(t,r)}},cs=class extends ii{constructor(r,n,i,l){super(r,n);f(this,"namespace");f(this,"fullyQualifiedName");f(this,"fields");f(this,"methods");this.namespace=i,this.fullyQualifiedName=l,this.fields=new si(this),this.methods=new si(this)}isKeyword(r){return p0.has(r)}isBuiltinMemberName(r){return c0.has(r)}isTypeName(r){return this.name===r}isField(r){return this.fields.has(r)}isMethod(r){return this.methods.has(r)}isMember(r){return this.isField(r)||this.isMethod(r)}nameBlocked(r){if(this.isKeyword(r))return"keyword";if(this.isBuiltinMemberName(r))return"builtin";if(this.isTypeName(r))return"typeName";if(this.isField(r))return"field";if(this.isMethod(r))return"method"}getAlternativeName(r){let n=`${r}_`,i=2;for(;this.nameBlocked(n);)n=`${r}_${i}`,i++;return n}getFieldByJsonPath(r){return r!==void 0?this.fields.getByJsonPath(r):void 0}getFieldByName(r){return this.fields.getByName(r)}getRedirectedFieldName(r){return this.fields.getRedirectedName(r)}registerField(r,n,i){let l=this.registry.model.jsonPath(n);if(l){let T=this.fields.getByJsonPath(l);if(T)return T.name}let p=this.fields.getByName(r);if(p&&l===p.jsonPath)return r;switch(this.nameBlocked(r)){case"field":n&&L.Provenance(n)&&n.explicit||ue(`Field ${r} already exists - attempting to add a duplicate field with the same name that is not an explicitly named property`);break;case"keyword":case"builtin":case"typeName":case"method":break;default:return this.fields.set(new ai(this.registry,r,this,l,i)),this.registry.setFieldNameShortcut(l,r),r}let x=this.getAlternativeName(r);return this.fields.set(new ai(this.registry,x,this,l,i)),this.fields.redirect(r,x),this.registry.setFieldNameShortcut(l,x),x}getFieldName(r,n){let i=this.getFieldByJsonPath(this.registry.model.jsonPath(r))?.name;if(i)return i;if(L.Provenance(r)){let x=this.getRedirectedFieldName(n);if(x)return x;let T=this.getFieldByName(n);return T?this.registry.model.provenance(T.jsonPath)?.explicit?n:`${n}_`:n}let l=this.getFieldByName(n);if(l)return this.registry.model.provenance(l.jsonPath)?.explicit?n:l.name;let p=this.getRedirectedFieldName(n);if(p)return p;this.isMethod(n)}},ps=class extends ii{constructor(r,n,i,l){super(r,n,l);f(this,"scope");this.scope=i}},ai=class extends ps{constructor(r,n,i,l,p){super(r,n,i,l);f(this,"field");this.field=p}};var Pr=class e{constructor(t){f(this,"generation");f(this,"classReferenceByJsonPath",new Map);f(this,"typeRegistry",new Map);f(this,"namespaceRegistry",new Map);f(this,"typeNames",new Map);f(this,"namespaceNames",new Map);f(this,"implicitNamespaces",new Set);f(this,"shortcuts",new Map);f(this,"knownBuiltInIdentifiers",new Set(["Text","Json","Xml","Security","Collections","Data","Diagnostics","Globalization","Math","Reflection","Runtime","Security","Serialization","Threading","Xml"]));this.generation=t,this.initializeBuiltIns()}get csharp(){return this.generation.csharp}get model(){return this.generation.model}initializeBuiltIns(){for(let[t,r]of Object.entries(os))t.split(".").forEach(n=>this.knownBuiltInIdentifiers.add(n)),r.forEach(n=>this.knownBuiltInIdentifiers.add(n));for(let[t,r]of Object.entries(os)){for(let i of r)this.typeNames.set(i,new Set([t]));let n=t.split(".")[0];n&&this.typeNames.set(n,new Set([t]))}this.typeNames.set("System",new Set(["System"])),this.typeNames.set("NUnit",new Set(["NUnit"])),this.typeNames.set("OneOf",new Set(["OneOf"])),this.knownBuiltInIdentifiers.add("NUnit"),this.knownBuiltInIdentifiers.add("OneOf")}setFieldNameShortcut(t,r){if(t){let n=this.shortcuts.get(t);n&&n!==r&&ue(`BAD_BAD_BAD setFieldNameShortcut: ${t} already has a name: ${n} - while setting to ${r} - if this is happening, then you could be getting back the wrong name later!`),this.shortcuts.set(t,r)}}getFieldNameByOrigin(t){return this.shortcuts.get(this.model.jsonPath(t)??">ignore<")}isKnownBuiltInIdentifier(t){return!t||typeof t!="string"?!1:this.knownBuiltInIdentifiers.has(t)}isKnownNamespace(t){return!t||typeof t!="string"?!1:this.namespaceRegistry.has(t)}isRegisteredTypeName(t){return this.typeRegistry.has(t)}isAmbiguousTypeName(t){return t?(this.typeNames.get(t)?.size??0)>1:!1}isAmbiguousNamespaceName(t){return t?(this.namespaceNames.get(t)?.size??0)>1:!1}hasTypeNamespaceConflict(t){return!t||this.knownBuiltInIdentifiers.has(t)?!1:this.typeNames.has(t)&&(this.namespaceNames.get(t)?.has("")??!1)}static fullyQualifiedNameOf(t){return t.enclosingType?`${t.enclosingType.fullyQualifiedName??`${t.namespace}.${t.enclosingType.name}`}+${t.name}`:`${t.namespace}.${t.name}`}registerNamespace(t,r){this.namespaceRegistry.has(t)&&this.namespaceRegistry.get(t)!==r||this.namespaceRegistry.set(t,r)}trackType(t,r){let{name:n,namespace:i,enclosingType:l,fullyQualifiedName:p,origin:x}=t;if(x){let T=this.model.jsonPath(x)??ue(`JsonPath not found for origin: ${JSON.stringify(x).substring(0,100)}`);this.classReferenceByJsonPath.set(T,t)}if(r&&r!==p&&!this.typeRegistry.has(r)&&this.typeRegistry.set(r,t),!this.typeRegistry.has(p)){this.typeRegistry.set(p,t);for(let T of this.allNamespacesOf(i))this.registerNamespace(T,T);l||this.trackTypeName(n,i);for(let T of[this.generation.namespaces.root,...this.implicitNamespaces])if(i.startsWith(T)){let A=i.split(".")[T.split(".").length];A&&this.trackTypeName(A,i)}}return t}addImplicitNamespace(t){this.implicitNamespaces.add(t)}isNamespaceImplicit(t){return this.implicitNamespaces.has(t)}get implicitlyImportedNamespaces(){return[...this.implicitNamespaces]}trackTypeName(t,r){this.typeNames.has(t)?this.typeNames.get(t)?.add(r):this.typeNames.set(t,new Set([r]));let n=r.split("."),i="";for(let l of n)this.namespaceNames.has(l)?this.namespaceNames.get(l)?.add(i):this.namespaceNames.set(l,new Set([i])),i=i?`${i}.${l}`:l}allNamespacesOf(t){if(!t||typeof t!="string")return new Set;let r="",n=new Set;for(let i of t.split("."))i.trim()&&(r=r?`${r}.${i}`:`${i}`,n.add(r));return n}registerClassReference(t,r){let{name:n,namespace:i,enclosingType:l,origin:p}=t,x=this.model.jsonPath(p),T=(x?this.classReferenceByJsonPath.get(x):void 0)??this.typeRegistry.get(r),A=this.model.jsonPath(T?.origin),I=A&&x?A===x?"match":"mismatch":"no origin";if(T&&I!=="mismatch")return new Ee({name:T.name,namespace:T.namespace,enclosingType:T.enclosingType,fullyQualifiedName:T.fullyQualifiedName,namespaceAlias:t.namespaceAlias,fullyQualified:t.fullyQualified,generics:t.generics,global:t.global,origin:T.origin??p,isCollection:T.isCollection,isReferenceType:T.isReferenceType,multipartMethodName:T.multipartMethodName,multipartMethodNameForCollection:T.multipartMethodNameForCollection},T.scope,this.generation);let C=!1,j=this.resolveNamespace(i);j!==i&&(i=j,C=!0);let P;e:for(;;){P=e.fullyQualifiedNameOf({name:n,namespace:i,enclosingType:l});let B="",v=i.split(".");for(let G=0;G<v.length;G++)if(B=B?`${B}.${v[G]}`:`${v[G]}`,this.typeRegistry.has(B)){v[G]=`${v[G]}_`,i=v.join("."),C=!0;continue e}if(C&&this.registerNamespace(t.namespace,i),I==="mismatch"&&T?.name===n){n=`${n}_`,C=!0;continue e}if(this.namespaceRegistry.has(P)){n=`${n}_`,C=!0;continue e}if(this.typeRegistry.has(P)){n=`${n}_`,C=!0;continue e}if(l){let G=P.replaceAll("+",".");if(this.typeRegistry.has(G)){n=`${n}_`,C=!0;continue e}if(this.namespaceRegistry.has(G)){n=`${n}_`,C=!0;continue e}}else{let G=P.split(".");for(let ne=1;ne<G.length;ne++){let Z=G.slice(0,ne).join(".")+"+"+G.slice(ne).join("+");if(this.typeRegistry.has(Z)){n=`${n}_`,C=!0;continue e}}}break}return this.trackType(new Ee({name:n,namespace:i,enclosingType:l,namespaceAlias:t.namespaceAlias,fullyQualified:t.fullyQualified,generics:t.generics,global:t.global,fullyQualifiedName:P,origin:p,isCollection:t.isCollection,isReferenceType:t.isReferenceType,multipartMethodName:t.multipartMethodName,multipartMethodNameForCollection:t.multipartMethodNameForCollection},new cs(this,n,i,P),this.generation),r)}resolveNamespace(t){let r=this.namespaceRegistry.get(t);if(r!==void 0)return r;let n=t.split(".");for(let i=n.length-1;i>=0;i--){let l=n.slice(0,i).join(".");if(this.namespaceRegistry.has(l)){let p=this.namespaceRegistry.get(l);if(p!==void 0){let x=n.slice(i).join("."),T=`${p}.${x}`;return this.registerNamespace(t,T),T}}}return t}canonicalizeNamespace(t){let r=this.namespaceRegistry.get(t);if(r!==void 0)return r;let n=!1,i=t;e:for(;;){let l="",p=i.split(".");for(let x=0;x<p.length;x++)if(l=l?`${l}.${p[x]}`:`${p[x]}`,this.typeRegistry.has(l)){p[x]=`${p[x]}_`,i=p.join("."),n=!0;continue e}break}return n&&this.registerNamespace(t,i),i}};var ui=class{constructor(t){f(this,"generation");f(this,"frozen",!1);f(this,"extraClassReferences",new Map);f(this,"InstantiatedPrimitive",{string:t=>new be({type:"string",value:t},this.generation),boolean:t=>new be({type:"boolean",value:t},this.generation),integer:t=>new be({type:"integer",value:t},this.generation),long:t=>new be({type:"long",value:t},this.generation),uint:t=>new be({type:"uint",value:t},this.generation),ulong:t=>new be({type:"ulong",value:t},this.generation),float:t=>new be({type:"float",value:t},this.generation),double:t=>new be({type:"double",value:t},this.generation),date:t=>new be({type:"date",value:t},this.generation),dateTime:(t,r=!0)=>new be({type:"dateTime",value:t,parse:r},this.generation),uuid:t=>new be({type:"uuid",value:t},this.generation),null:()=>new be({type:"null"},this.generation)});f(this,"Literal",{class_:({reference:t,fields:r})=>new q.Class_(t,r,this.generation),dictionary:({keyType:t,valueType:r,entries:n})=>new q.Dictionary(t,r,n,this.generation),list:({valueType:t,values:r})=>new q.List(t,r,this.generation),set:({valueType:t,values:r})=>new q.Set(t,r,this.generation),boolean:t=>new q.Boolean(t,this.generation),float:t=>new q.Float(t,this.generation),date:t=>new q.Date(t,this.generation),datetime:t=>new q.DateTime(t,this.generation),decimal:t=>new q.Decimal(t,this.generation),double:t=>new q.Double(t,this.generation),integer:t=>new q.Integer(t,this.generation),long:t=>new q.Long(t,this.generation),uint:t=>new q.Uint(t,this.generation),ulong:t=>new q.Ulong(t,this.generation),reference:t=>new q.Reference(t,this.generation),string:t=>new q.String(t,this.generation),null:()=>new q.Null(this.generation),nop:()=>new q.Nop(this.generation),unknown:t=>new q.Unknown(t,this.generation)});f(this,"VALID_READ_ONLY_MEMORY_TYPES",new Set(["int","long","uint","ulong","string","bool","float","double"]));this.generation=t}get model(){return this.generation.model}classReference(t){return this.classReferenceInternal(t)}classReferenceInternal(t){if(!t.name&&"origin"in t&&t.origin&&(t.name=this.model.getClassNameFor(t.origin)),t.enclosingType){if(t.namespace)throw new Error("ClassReference: Both enclosingType and namespace cannot be provided");t.namespace=t.enclosingType.namespace}let r=Pr.fullyQualifiedNameOf(t);if(this.frozen&&!this.generation.registry.isRegisteredTypeName(r)){let n=this.extraClassReferences.get(r);n||(n=new Set,this.extraClassReferences.set(r,n)),n.add(`${r} -
|
|
32
|
+
${Ur()}`)}return this.generation.registry.registerClassReference(t,r)}freezeClassReferences(){this.frozen=!0}getPropertyName(t,r){let n=this.model.getPropertyNameFor(r),i=this.model.origin(r)??ue(`Origin not found for property: ${JSON.stringify(r).substring(0,100)}`),l=t.getFieldName(i,n);return l||n}class_(t){let r=t;return"reference"in t&&(r={...t.reference,...t}),new Ge(r,this.generation)}testClass(t){return new Cr(t,this.generation)}annotation(t){return new Ze(t,this.generation)}annotationGroup(t){return new br(t,this.generation)}instantiateClass(t){return new tr(t,this.generation)}invokeMethod(t){return new sr(t,this.generation)}codeblock(t){return new dt(t,this.generation)}code(){return new ht({},this.generation)}anonymousFunction(t){return new xr(t)}parameter(t){return new je(t,this.generation)}interface_(t){return new Rr(t,this.generation)}enum_(t){return new Nr(t,this.generation)}dictionary(t){return new rr(t,this.generation)}list(t){return new ir(t,this.generation)}readOnlyMemory(t){return new ar(t,this.generation)}set(t){return new ur(t,this.generation)}switch_(t){return new Sr(t,this.generation)}ternary(t){return new Tr(t,this.generation)}and(t){return new gr(t,this.generation)}or(t){return new wr(t,this.generation)}enumInstantiation(t){return new nr(t,this.generation)}string_(t){return new or(t,this.generation)}xmlDocBlock(t){return new gt(t,this.generation)}xmlDocBlockOf(t){return t instanceof gt?t:new gt(t,this.generation)}validateReadOnlyMemoryTypes(){for(let t of this.generation.settings.readOnlyMemoryTypes)if(!this.VALID_READ_ONLY_MEMORY_TYPES.has(t))throw new Error(`Type "${t}" is not a valid 'read-only-memory-types' custom config option; expected one of ${JSON.stringify(this.VALID_READ_ONLY_MEMORY_TYPES)}.`)}};a();o();u();function V(e){let t={},r={};for(let[n,i]of Object.entries(e))i.length===0?Object.defineProperty(r,n,{get(){return n in t||(t[n]=i()),t[n]},enumerable:!0,configurable:!0}):r[n]=i;return r}a();o();u();var oi=class{constructor(t){f(this,"generation");f(this,"System",V({Action:t=>this.csharp.classReference({name:"Action",namespace:"System",generics:t||void 0,multipartMethodName:null,multipartMethodNameForCollection:null,isReferenceType:!0}),Func:(t,r)=>this.csharp.classReference({name:"Func",namespace:"System",generics:t?r?[...t,r]:t:r?[r]:void 0,multipartMethodName:null,multipartMethodNameForCollection:null,isReferenceType:!0}),DateOnly:()=>this.csharp.classReference({name:"DateOnly",namespace:"System"}),DateTime:()=>this.csharp.classReference({name:"DateTime",namespace:"System"}),Enum:()=>this.csharp.classReference({name:"Enum",namespace:"System"}),Exception:()=>this.csharp.classReference({name:"Exception",namespace:"System"}),ReadOnlyMemory:t=>this.csharp.classReference({name:"ReadOnlyMemory",namespace:"System",generics:[t]}),Serializable:()=>this.csharp.classReference({name:"SerializableAttribute",namespace:"System"}),String:()=>this.csharp.classReference({name:"String",namespace:"System"}),Type:()=>this.csharp.classReference({name:"Type",namespace:"System",isReferenceType:!0,multipartMethodName:null,multipartMethodNameForCollection:null,fullyQualified:!0}),TimeSpan:()=>this.csharp.classReference({name:"TimeSpan",namespace:"System"}),Uri:()=>this.csharp.classReference({name:"Uri",namespace:"System"}),UriBuilder:()=>this.csharp.classReference({name:"UriBuilder",namespace:"System"}),Runtime:()=>V({Serialization:()=>V({EnumMember:()=>this.csharp.classReference({name:"EnumMemberAttribute",namespace:"System.Runtime.Serialization"})})}),Collections:()=>V({Generic:()=>V({IAsyncEnumerable:t=>this.csharp.classReference({name:"IAsyncEnumerable",namespace:"System.Collections.Generic",generics:t?[t]:void 0}),IEnumerable:t=>this.csharp.classReference({name:"IEnumerable",namespace:"System.Collections.Generic",generics:t?[t]:void 0}),KeyValuePair:(t,r)=>this.csharp.classReference({name:"KeyValuePair",namespace:"System.Collections.Generic",generics:t&&r?[t,r]:void 0}),List:t=>this.csharp.classReference({name:"List",namespace:"System.Collections.Generic",generics:t?[t]:void 0,isCollection:!0}),HashSet:t=>this.csharp.classReference({name:"HashSet",namespace:"System.Collections.Generic",generics:t?[t]:void 0,isCollection:!0}),Dictionary:(t,r)=>this.csharp.classReference({name:"Dictionary",namespace:"System.Collections.Generic",generics:t&&r?[t,r]:void 0,isCollection:!0}),IDictionary:(t,r)=>this.csharp.classReference({name:"IDictionary",namespace:"System.Collections.Generic",generics:[t,r]})}),Linq:()=>V({Enumerable:()=>this.csharp.classReference({name:"Enumerable",namespace:"System.Linq"})})}),Globalization:()=>V({DateTimeStyles:()=>this.csharp.classReference({name:"DateTimeStyles",namespace:"System.Globalization"})}),Linq:()=>V({Enumerable:()=>this.csharp.classReference({name:"Enumerable",namespace:"System.Linq"})}),Net:()=>V({Http:()=>V({HttpClient:()=>this.csharp.classReference({name:"HttpClient",namespace:"System.Net.Http"}),HttpMethod:()=>this.csharp.classReference({name:"HttpMethod",namespace:"System.Net.Http"}),HttpResponseHeaders:()=>this.csharp.classReference({name:"HttpResponseHeaders",namespace:"System.Net.Http.Headers"})}),ServerSentEvents:()=>V({SseEvent:()=>this.csharp.classReference({name:"SseEvent",namespace:"System.Net.ServerSentEvents"}),SseParser:()=>this.csharp.classReference({name:"SseParser",namespace:"System.Net.ServerSentEvents"})}),WebSockets:()=>V({ClientWebSocketOptions:()=>this.csharp.classReference({name:"ClientWebSocketOptions",namespace:"System.Net.WebSockets"})})}),IO:()=>V({MemoryStream:()=>this.csharp.classReference({name:"MemoryStream",namespace:"System.IO"}),Stream:()=>this.csharp.classReference({name:"Stream",namespace:"System.IO"}),StreamReader:()=>this.csharp.classReference({name:"StreamReader",namespace:"System.IO"})}),Text:()=>V({Encoding:()=>this.csharp.classReference({name:"Encoding",namespace:"System.Text"}),Encoding_UTF8:()=>this.csharp.classReference({name:"UTF8",enclosingType:this.csharp.classReference({name:"Encoding",namespace:"System.Text"})}),Json:()=>V({JsonElement:()=>this.csharp.classReference({name:"JsonElement",namespace:"System.Text.Json"}),JsonDocument:()=>this.csharp.classReference({name:"JsonDocument",namespace:"System.Text.Json"}),JsonException:()=>this.csharp.classReference({name:"JsonException",namespace:"System.Text.Json"}),Utf8JsonReader:()=>this.csharp.classReference({name:"Utf8JsonReader",namespace:"System.Text.Json"}),JsonSerializerOptions:()=>this.csharp.classReference({name:"JsonSerializerOptions",namespace:"System.Text.Json"}),JsonSerializer:()=>this.csharp.classReference({name:"JsonSerializer",namespace:"System.Text.Json"}),Utf8JsonWriter:()=>this.csharp.classReference({name:"Utf8JsonWriter",namespace:"System.Text.Json"}),Nodes:()=>V({JsonNode:()=>this.csharp.classReference({name:"JsonNode",namespace:"System.Text.Json.Nodes"}),JsonObject:()=>this.csharp.classReference({name:"JsonObject",namespace:"System.Text.Json.Nodes"})}),Serialization:()=>V({IJsonOnDeserialized:()=>this.csharp.classReference({name:"IJsonOnDeserialized",namespace:"System.Text.Json.Serialization"}),IJsonOnSerializing:()=>this.csharp.classReference({name:"IJsonOnSerializing",namespace:"System.Text.Json.Serialization"}),JsonOnDeserializedAttribute:()=>this.csharp.classReference({name:"JsonOnDeserializedAttribute",namespace:"System.Text.Json.Serialization"}),JsonExtensionData:()=>this.csharp.classReference({name:"JsonExtensionDataAttribute",namespace:"System.Text.Json.Serialization"}),JsonConverter:t=>this.csharp.classReference({name:"JsonConverter",namespace:"System.Text.Json.Serialization",generics:t?[t]:void 0}),JsonIgnore:()=>this.csharp.classReference({name:"JsonIgnoreAttribute",namespace:"System.Text.Json.Serialization"}),JsonPropertyName:()=>this.csharp.classReference({name:"JsonPropertyNameAttribute",namespace:"System.Text.Json.Serialization"})})})}),Threading:()=>V({CancellationToken:()=>this.csharp.classReference({name:"CancellationToken",namespace:"System.Threading"}),Tasks:()=>V({Task:t=>this.csharp.classReference({name:"Task",namespace:"System.Threading.Tasks",generics:t?[t]:void 0}),ValueTask:t=>this.csharp.classReference({name:"ValueTask",namespace:"System.Threading.Tasks",generics:t?[t]:void 0})})}),ComponentModel:()=>V({INotifyPropertyChanged:()=>this.csharp.classReference({name:"INotifyPropertyChanged",namespace:"System.ComponentModel"}),PropertyChangedEventHandler:()=>this.csharp.classReference({name:"PropertyChangedEventHandler",namespace:"System.ComponentModel"})}),IAsyncDisposable:()=>this.csharp.classReference({name:"IAsyncDisposable",namespace:"System"}),IDisposable:()=>this.csharp.classReference({name:"IDisposable",namespace:"System"})}));f(this,"NUnit",V({Framework:()=>V({TestFixture:()=>this.csharp.classReference({name:"TestFixture",namespace:"NUnit.Framework"}),Test:()=>this.csharp.classReference({name:"Test",namespace:"NUnit.Framework"}),OneTimeTearDown:()=>this.csharp.classReference({name:"OneTimeTearDown",namespace:"NUnit.Framework"}),OneTimeSetUp:()=>this.csharp.classReference({name:"OneTimeSetUp",namespace:"NUnit.Framework"}),SetUpFixture:()=>this.csharp.classReference({name:"SetUpFixture",namespace:"NUnit.Framework"}),Parallelizable:()=>this.csharp.classReference({name:"Parallelizable",namespace:"NUnit.Framework"})})}));f(this,"OneOf",V({OneOf:t=>this.csharp.classReference({name:"OneOf",namespace:"OneOf",generics:t}),OneOfBase:t=>this.csharp.classReference({name:"OneOfBase",namespace:"OneOf",generics:t})}));f(this,"Google",V({Protobuf:()=>V({ByteString:()=>this.csharp.classReference({name:"ByteString",namespace:"Google.Protobuf"}),WellKnownTypes:()=>V({Struct:()=>this.csharp.classReference({name:"Struct",namespace:"Google.Protobuf.WellKnownTypes",namespaceAlias:"WellKnownProto"}),Value:()=>this.csharp.classReference({name:"Value",namespace:"Google.Protobuf.WellKnownTypes",namespaceAlias:"WellKnownProto"}),ListValue:()=>this.csharp.classReference({name:"ListValue",namespace:"Google.Protobuf.WellKnownTypes",namespaceAlias:"WellKnownProto"}),Timestamp:()=>this.csharp.classReference({name:"Timestamp",namespace:"Google.Protobuf.WellKnownTypes",namespaceAlias:"WellKnownProto"})})})}));f(this,"WireMock",V({Server:()=>this.csharp.classReference({name:"WireMockServer",namespace:"WireMock.Server"}),WireMockServerSettings:()=>this.csharp.classReference({name:"WireMockServerSettings",namespace:"WireMock.Settings"}),WireMockConsoleLogger:()=>this.csharp.classReference({name:"WireMockConsoleLogger",namespace:"WireMock.Logging"})}));f(this,"Grpc",V({Core:()=>V({RpcException:()=>this.csharp.classReference({name:"RpcException",namespace:"Grpc.Core"})})}));this.generation=t}get csharp(){return this.generation.csharp}};a();o();u();var ls=new Set(["name","camelCase","snakeCase","screamingSnakeCase","pascalCase"]);function l0(e,t){return ls.has(t)?e??"":e?`${e}.${t}`:t}var ci=class{constructor(t,r){f(this,"generation");f(this,"indexByObject",new Map);f(this,"indexByPath",new Map);f(this,"explicitByObject",new Map);f(this,"explicitByPath",new Map);f(this,"root");f(this,"ir");this.generation=r,this.root=this.createIndex(t),this.ir=t}get csharp(){return this.generation.csharp}get registry(){return this.generation.registry}createIndex(t,r="",n){let i=l0(n?.jsonPath,r);if(this.indexByPath.has(i)){n||ue(`Parent provenance not found for node: ${JSON.stringify(t).substring(0,100)}`),this.indexByObject.set(t,n);let p=ls.has(r);for(let[x,T]of Object.entries(t))typeof T=="object"&&T!==null&&(p&&ls.has(x)?this.indexByObject.set(T,n):this.createIndex(T,x,n));return n}let l={jsonPath:i,name:r,node:t,parent:n};this.indexByObject.set(t,l),this.indexByPath.set(i,l);for(let[p,x]of Object.entries(t))typeof x=="object"&&x!==null&&this.createIndex(x,p,l);return l}staticExplicit(t){return this.explicit(this.ir,t)}explicit(t,r){let n=this.provenance(t)??ue(`Provenance not found for node: ${JSON.stringify(t).substring(0,100)}`),i={...n,jsonPath:`${n.jsonPath}+${r}`,name:r,node:n.node,parent:n,explicit:!0},l=this.explicitByObject.get(n.node);return l?l.add(i):this.explicitByObject.set(n.node,new Set([i])),this.explicitByPath.set(i.jsonPath,i),i}provenance(t){if(t!==void 0)return L.string(t)?this.explicitByPath.get(t)??this.indexByPath.get(t):L.Provenance(t)?this.explicitByPath.get(t.jsonPath)??this.indexByPath.get(t.jsonPath):this.indexByObject.get(t)}origin(t){let r=this.provenance(t);return r?.explicit?r:r?.node}irNode(t){return this.provenance(t)?.node}jsonPath(t){return this.provenance(t)?.jsonPath}getEnumValueName(t,r){let n=L.IR.ExampleEnumType(r)?r.value.name:r.name,i=t.values.find(l=>this.nameEquals(l.name.name,n));return i?this.getPropertyNameFor(i):ue(`Unexpected - can't find enum value ${n} in enum`)}getPropertyNameFor(t){let r=this.registry.getFieldNameByOrigin(t);if(r)return r;if(L.Provenance(t))return t.name;if("name"in t){if(L.IR.NameAndWireValue(t.name))return t.name.name.pascalCase.safeName;if(L.IR.Name(t.name))return t.name.pascalCase.safeName;if(typeof t.name=="string")return t.name}if("pascalCase"in t)return t.pascalCase.safeName;throw new Error(`Unknown property type: ${this.jsonPath(t)}`)}getClassNameFor(t){if(L.Provenance(t))return t.name;if("name"in t){if(L.IR.TypeDeclaration(t)||L.IR.NameAndWireValue(t.name))return t.name.name.pascalCase.safeName;if(L.IR.Name(t.name))return t.name.pascalCase.safeName;if(typeof t.name=="string")return t.name}if("pascalCase"in t)return t.pascalCase.safeName;throw new Error(`Unknown property type: ${JSON.stringify(t)}`)}nameEquals(t,r){return t.camelCase.safeName===r.camelCase.safeName}dereferenceType(t){let r=L.string(t)?t:L.IR.NamedType(t)||L.IR.DeclaredTypeName(t)?t.typeId:L.IR.ExampleNamedType(t)?t.typeName.typeId:t.name.typeId,n=this.irNode(this.ir.types[r]);if(L.IR.TypeDeclaration(n))return{typeId:r,typeDeclaration:n};ue(`dereferenceType: typeId ${r} not resolved.`)}};function pi(...e){return e.filter(Boolean).join("/")}var Rn=class{constructor(t,r,n,i,l={makeRelativeFilePath:p=>p,makeAbsoluteFilePath:p=>p,getNamespaceForTypeId:p=>"",getDirectoryForTypeId:p=>"",getCoreAsIsFiles:()=>[],getCoreTestAsIsFiles:()=>[],getPublicCoreAsIsFiles:()=>[],getAsyncCoreAsIsFiles:()=>[],getChildNamespaceSegments:p=>[]}){f(this,"intermediateRepresentation");f(this,"apiName");f(this,"customConfig");f(this,"generatorConfig");f(this,"support");f(this,"ir");f(this,"dir");f(this,"csharp",new ui(this));f(this,"registry",new Pr(this));f(this,"model");f(this,"extern",new oi(this));f(this,"settings",V({namespace:()=>this.customConfig.namespace??Kn(Qn(`${this.generatorConfig.organization}_${this.apiName}`)),readOnlyMemoryTypes:()=>this.customConfig["read-only-memory-types"]??[],simplifyObjectDictionaries:()=>this.customConfig["simplify-object-dictionaries"]??!1,useFullyQualifiedNamespaces:()=>this.customConfig["experimental-fully-qualified-namespaces"]??!1,useDotnetFormat:()=>this.customConfig["experimental-dotnet-format"]??!1,enableWebsockets:()=>this.customConfig["experimental-enable-websockets"]??!1,enableReadonlyConstants:()=>this.customConfig["experimental-readonly-constants"]??!1,generateLiterals:()=>this.customConfig["generate-literals"]??this.customConfig["experimental-readonly-constants"]??!1,enableExplicitNullableOptional:()=>this.customConfig["experimental-explicit-nullable-optional"]??!1,useDefaultRequestParameterValues:()=>this.customConfig["use-default-request-parameter-values"]??!1,redactResponseBodyOnError:()=>this.customConfig["redact-response-body-on-error"]??!1,temporaryWebsocketEnvironments:()=>this.customConfig["temporary-websocket-environments"]??{},baseApiExceptionClassName:()=>this.customConfig["base-api-exception-class-name"]??"",baseExceptionClassName:()=>this.customConfig["base-exception-class-name"]??"",shouldGeneratedDiscriminatedUnions:()=>this.customConfig["use-discriminated-unions"]??!0,shouldGenerateUndiscriminatedUnions:()=>this.customConfig["use-undiscriminated-unions"]??!1,exportedClientClassName:()=>this.customConfig["exported-client-class-name"]??"",clientClassName:()=>this.customConfig["client-class-name"]??"",rootNamespaceForCoreClasses:()=>this.customConfig["root-namespace-for-core-classes"]??!0,packageId:()=>this.customConfig["package-id"]??"",isForwardCompatibleEnumsEnabled:()=>this.customConfig["enable-forward-compatible-enums"]??this.customConfig["experimental-enable-forward-compatible-enums"]??!0,websocketEnvironments:()=>this.customConfig["temporary-websocket-environments"]??{},customPagerName:()=>this.customConfig["custom-pager-name"]??"",environmentClassName:()=>this.customConfig["environment-class-name"]??"",generateErrorTypes:()=>this.customConfig["generate-error-types"]??!0,shouldInlinePathParameters:()=>this.customConfig["inline-path-parameters"]??!0,includeExceptionHandler:()=>this.customConfig["include-exception-handler"]??!1,exceptionInterceptorClassName:()=>this.customConfig["exception-interceptor-class-name"]??"",shouldGenerateMockServerTests:()=>this.customConfig["generate-mock-server-tests"]??this.customConfig["enable-wire-tests"]??!0,rootClientAccess:()=>this.customConfig["root-client-class-access"]=="internal"?le.Internal:le.Public,extraDependencies:()=>this.customConfig["extra-dependencies"]??{},omitFernHeaders:()=>this.customConfig["omit-fern-headers"]??!1,pascalCaseEnvironments:()=>this.customConfig["pascal-case-environments"]??!0,slnFormat:()=>this.customConfig["sln-format"]??"slnx",explicitNamespaces:()=>this.customConfig["explicit-namespaces"]===!0,outputPath:()=>{let t=this.customConfig["output-path"];return t==null?{library:"src",test:"src",solution:".",other:"."}:typeof t=="string"?{library:t,test:t,solution:".",other:"."}:{library:t.library??"src",test:t.test??"src",solution:t.solution??".",other:t.other??"."}}}));f(this,"constants",{folders:V({mockServerTests:()=>this.support.makeRelativeFilePath("Unit/MockServer"),types:()=>"Types",exceptions:()=>"Exceptions",src:()=>"src",protobuf:()=>"proto",serializationTests:()=>this.support.makeRelativeFilePath("Unit/Serialization"),project:()=>this.support.makeRelativeFilePath(pi(this.constants.folders.sourceFiles,this.support.makeRelativeFilePath(this.names.files.project))),sourceFiles:()=>this.support.makeRelativeFilePath(this.constants.folders.src),coreFiles:()=>this.support.makeRelativeFilePath(pi(this.constants.folders.project,this.support.makeRelativeFilePath(this.constants.defaults.core))),publicCoreFiles:()=>this.support.makeRelativeFilePath(pi(this.constants.folders.project,this.support.makeRelativeFilePath(this.constants.defaults.core),this.support.makeRelativeFilePath(this.constants.defaults.publicCore))),testFiles:()=>this.support.makeRelativeFilePath(pi(this.constants.folders.sourceFiles,this.support.makeRelativeFilePath(this.names.files.testProject)))}),formatting:V({indent:()=>" "}),defaults:V({core:()=>"Core",publicCore:()=>"Public",version:()=>"0.0.0"})});f(this,"namespaces",V({root:()=>this.settings.namespace,core:()=>`${this.namespaces.root}.Core`,qualifiedRoot:()=>this.qualifyNamespace(this.namespaces.root),qualifiedCore:()=>this.qualifyNamespace(this.namespaces.core),test:()=>this.registry.canonicalizeNamespace(`${this.namespaces.root}.Test`),testUtils:()=>`${this.namespaces.test}.Utils`,mockServerTest:()=>`${this.namespaces.test}.Unit.MockServer`,publicCore:()=>this.namespaces.root,webSocketsCore:()=>`${this.namespaces.core}.WebSockets`,publicCoreTest:()=>`${this.namespaces.root}.Test.PublicCore`,asIsTestUtils:()=>`${this.namespaces.root}.Test.Utils`,publicCoreClasses:()=>this.settings.rootNamespaceForCoreClasses?this.namespaces.root:this.namespaces.core,implicit:()=>new Set(["System","System.Collections.Generic","System.IO","System.Linq","System.Threading","System.Threading.Tasks","System.Net.Http"])}));f(this,"names",{classes:V({baseApiException:()=>this.settings.baseApiExceptionClassName||`${this.names.project.clientPrefix}ApiException`,baseException:()=>this.settings.baseExceptionClassName||`${this.names.project.clientPrefix}Exception`,rootClient:()=>this.settings.clientClassName||`${this.names.project.clientPrefix}Client`,rootClientForSnippets:()=>this.settings.exportedClientClassName||this.names.classes.rootClient,customPager:()=>this.settings.customPagerName||`${this.names.project.packageId.replace(/[^a-zA-Z0-9]/g,"")}Pager`,environment:()=>this.settings.environmentClassName||`${this.names.project.clientPrefix}Environment`,exceptionInterceptor:()=>this.settings.exceptionInterceptorClassName||`${this.names.project.packageId.replace(/[^a-zA-Z0-9]/g,"")}ExceptionInterceptor`}),project:V({client:()=>Kn(Qn(`${this.generatorConfig.organization}_${this.generatorConfig.workspaceName}`)),clientPrefix:()=>this.settings.exportedClientClassName||this.settings.clientClassName||this.names.project.client,packageId:()=>this.settings.packageId||this.namespaces.root}),files:V({project:()=>this.namespaces.root,testProject:()=>`${this.namespaces.root}.Test`}),methods:V({mockOauth:()=>"MockOAuthEndpoint",mockInferredAuth:()=>"MockInferredAuthEndpoint",getAccessTokenAsync:()=>"GetAccessTokenAsync",getAuthHeadersAsync:()=>"GetAuthHeadersAsync"}),variables:V({client:()=>"client",response:()=>"response",httpRequest:()=>"httpRequest",sendRequest:()=>"sendRequest",responseBody:()=>"responseBody",query:()=>"_query",headers:()=>"_headers"}),parameters:V({cancellationToken:()=>"cancellationToken",requestOptions:()=>"options",idempotentOptions:()=>"options"})});f(this,"Types",V({Arbitrary:t=>new Q.ArbitraryType(t,this),HttpMethodExtensions:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("HttpMethodExtensions")}),FormRequest:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("FormRequest")}),Optional:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("Optional")}),ClientOptions:()=>this.csharp.classReference({origin:this.model.staticExplicit("ClientOptions"),namespace:this.namespaces.publicCoreClasses}),RawClient:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("RawClient")}),RequestOptions:()=>this.csharp.classReference({namespace:this.namespaces.publicCoreClasses,origin:this.model.staticExplicit("RequestOptions")}),RequestOptionsInterface:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("IRequestOptions")}),JsonRequest:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("JsonRequest")}),Version:()=>this.csharp.classReference({namespace:this.namespaces.publicCore,origin:this.model.staticExplicit("Version")}),ValueConvert:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("ValueConvert")}),FileParameter:()=>this.csharp.classReference({namespace:this.namespaces.publicCore,origin:this.model.staticExplicit("FileParameter"),multipartMethodName:"AddFileParameterPart",multipartMethodNameForCollection:"AddFileParameterParts",isReferenceType:!0}),Headers:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("Headers")}),HeaderValue:()=>this.csharp.classReference({namespace:this.namespaces.core,origin:this.model.staticExplicit("HeaderValue")}),RootClient:()=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.rootClient),namespace:this.namespaces.root}),RootClientForSnippets:()=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.rootClientForSnippets),namespace:this.namespaces.root}),BaseApiException:()=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.baseApiException),namespace:this.namespaces.publicCoreClasses}),BaseException:()=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.baseException),namespace:this.namespaces.publicCoreClasses}),ExceptionInterceptor:()=>this.csharp.classReference({origin:this.model.staticExplicit("IExceptionInterceptor"),namespace:this.namespaces.core}),ExceptionHandler:()=>this.csharp.classReference({origin:this.model.staticExplicit("ExceptionHandler"),namespace:this.namespaces.core}),CustomExceptionInterceptor:()=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.exceptionInterceptor),namespace:this.namespaces.core}),ProtoAnyMapper:()=>this.csharp.classReference({origin:this.model.staticExplicit("ProtoAnyMapper"),namespace:this.namespaces.core}),Constants:()=>this.csharp.classReference({origin:this.model.staticExplicit("Constants"),namespace:this.namespaces.core}),EnumSerializer:()=>this.csharp.classReference({origin:this.model.staticExplicit("EnumSerializer"),namespace:this.namespaces.core}),DateTimeSerializer:()=>this.csharp.classReference({origin:this.model.staticExplicit("DateTimeSerializer"),namespace:this.namespaces.core}),JsonUtils:()=>this.csharp.classReference({origin:this.model.staticExplicit("JsonUtils"),namespace:this.namespaces.core}),JsonAssert:()=>this.csharp.classReference({origin:this.model.staticExplicit("JsonAssert"),namespace:this.namespaces.testUtils}),CustomPagerFactory:()=>this.csharp.classReference({origin:this.model.staticExplicit(`${this.names.classes.customPager}Factory`),namespace:this.namespaces.core}),CustomPagerContext:()=>this.csharp.classReference({origin:this.model.staticExplicit(`${this.names.classes.customPager}Context`),namespace:this.namespaces.core}),Environments:()=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.environment),namespace:this.namespaces.publicCoreClasses}),TestClient:()=>this.csharp.classReference({origin:this.model.staticExplicit("TestClient"),namespace:this.namespaces.test}),BaseMockServerTest:()=>this.csharp.classReference({origin:this.model.staticExplicit("BaseMockServerTest"),namespace:this.namespaces.mockServerTest}),IdempotentRequestOptions:()=>this.csharp.classReference({origin:this.model.staticExplicit("IdempotentRequestOptions"),namespace:this.namespaces.publicCoreClasses}),IdempotentRequestOptionsInterface:()=>this.csharp.classReference({origin:this.model.staticExplicit("IIdempotentRequestOptions"),namespace:this.namespaces.core}),IStringEnum:()=>this.csharp.classReference({origin:this.model.staticExplicit("IStringEnum"),namespace:this.namespaces.core}),WebSocketClient:()=>this.csharp.classReference({origin:this.model.staticExplicit("WebSocketClient"),namespace:this.namespaces.webSocketsCore}),QueryBuilder:()=>this.csharp.classReference({origin:this.model.staticExplicit("Query"),namespace:this.namespaces.webSocketsCore}),QueryStringBuilder:()=>this.csharp.classReference({origin:this.model.staticExplicit("QueryStringBuilder"),namespace:this.namespaces.core}),QueryStringBuilderBuilder:()=>this.csharp.classReference({origin:this.model.staticExplicit("QueryStringBuilder.Builder"),namespace:this.namespaces.core}),OAuthTokenProvider:()=>this.csharp.classReference({origin:this.model.staticExplicit("OAuthTokenProvider"),namespace:this.namespaces.core}),InferredAuthTokenProvider:()=>this.csharp.classReference({origin:this.model.staticExplicit("InferredAuthTokenProvider"),namespace:this.namespaces.core}),ProtoConverter:()=>this.csharp.classReference({origin:this.model.staticExplicit("ProtoConverter"),namespace:this.namespaces.core}),RawGrpcClient:()=>this.csharp.classReference({origin:this.model.staticExplicit("RawGrpcClient"),namespace:this.namespaces.core}),Extensions:()=>this.csharp.classReference({origin:this.model.staticExplicit("Extensions"),namespace:this.namespaces.core}),GrpcRequestOptions:()=>this.csharp.classReference({origin:this.model.staticExplicit("GrpcRequestOptions"),namespace:this.namespaces.root}),GrpcChannelOptions:()=>this.csharp.classReference({origin:this.model.staticExplicit("GrpcChannelOptions"),namespace:"Grpc.Net.Client"}),StringEnum:t=>this.csharp.classReference({origin:this.model.staticExplicit("StringEnum"),namespace:this.namespaces.core,generics:t?[t]:void 0}),WebSocketEvent:t=>this.csharp.classReference({origin:this.model.staticExplicit("Event"),namespace:this.namespaces.webSocketsCore,generics:[t]}),ConnectionStatus:()=>this.csharp.classReference({origin:this.model.staticExplicit("ConnectionStatus"),namespace:this.namespaces.webSocketsCore}),WebSocketConnected:()=>this.csharp.classReference({origin:this.model.staticExplicit("Connected"),namespace:this.namespaces.webSocketsCore}),WebSocketClosed:()=>this.csharp.classReference({origin:this.model.staticExplicit("Closed"),namespace:this.namespaces.webSocketsCore}),StringEnumSerializer:t=>this.csharp.classReference({origin:this.model.staticExplicit("StringEnumSerializer"),namespace:this.namespaces.core,generics:[t]}),CustomPagerClass:t=>this.csharp.classReference({origin:this.model.staticExplicit(this.names.classes.customPager),namespace:this.namespaces.core,generics:[t]}),Pager:t=>this.csharp.classReference({origin:this.model.staticExplicit("Pager"),namespace:this.namespaces.core,generics:[t]}),OffsetPager:({requestType:t,requestOptionsType:r,responseType:n,offsetType:i,stepType:l,itemType:p})=>this.csharp.classReference({origin:this.model.staticExplicit("OffsetPager"),namespace:this.namespaces.core,generics:[t,r,n,i,l,p]}),CursorPager:({requestType:t,requestOptionsType:r,responseType:n,cursorType:i,itemType:l})=>this.csharp.classReference({origin:this.model.staticExplicit("CursorPager"),namespace:this.namespaces.core,generics:[t,r,n,i,l]}),CollectionItemSerializer:(t,r)=>this.csharp.classReference({origin:this.model.staticExplicit("CollectionItemSerializer"),namespace:this.namespaces.core,generics:[t,r]}),OneOfSerializer:t=>this.csharp.classReference({origin:this.model.staticExplicit("OneOfSerializer"),namespace:this.namespaces.core,generics:[t]}),AdditionalProperties:t=>this.csharp.classReference({origin:this.model.staticExplicit("AdditionalProperties"),namespace:this.namespaces.publicCore,generics:t?[t]:void 0}),ReadOnlyAdditionalProperties:t=>this.csharp.classReference({origin:this.model.staticExplicit("ReadOnlyAdditionalProperties"),namespace:this.namespaces.publicCore,generics:t?[t]:void 0})}));f(this,"Primitive",V({string:()=>new Q.String(this),boolean:()=>new Q.Boolean(this),integer:()=>new Q.Integer(this),long:()=>new Q.Long(this),uint:()=>new Q.Uint(this),ulong:()=>new Q.ULong(this),float:()=>new Q.Float(this),double:()=>new Q.Double(this),object:()=>new Q.Object(this)}));f(this,"Value",V({binary:()=>new Oe.Binary(this),dateOnly:()=>new Oe.DateOnly(this),dateTime:()=>new Oe.DateTime(this),uuid:()=>new Oe.Uuid(this),stringEnum:t=>new Oe.StringEnum(t,this)}));f(this,"Collection",V({array:t=>new de.Array(t,this),listType:t=>new de.ListType(t,this),list:t=>new de.List(t,this),set:t=>new de.Set(t,this),map:(t,r,n)=>new de.Map(t,r,this,n),idictionary:(t,r,n)=>new de.IDictionary(t,r,this,n),keyValuePair:(t,r)=>new de.KeyValuePair(t,r,this)}));f(this,"format",V({private:t=>`_${Xn.camelCase(t)}`}));f(this,"initializers",V({implicitNamespaces:()=>{for(let t of this.namespaces.implicit)this.registry.addImplicitNamespace(t);return!0}}));this.intermediateRepresentation=t,this.apiName=r,this.customConfig=n,this.generatorConfig=i,this.support=l,this.model=new ci(t,this),this.ir=L.IR.IntermediateRepresentation(t)?t:{},this.dir=L.DynamicIR.DynamicIntermediateRepresentation(t)?t:{}}initialize(){return this.initializers.implicitNamespaces}get System(){return this.extern.System}get NUnit(){return this.extern.NUnit}get OneOf(){return this.extern.OneOf}get Google(){return this.extern.Google}get Grpc(){return this.extern.Grpc}get WireMock(){return this.extern.WireMock}qualifyNamespace(t){let r=t.split(".")[0];return r&&this.registry.hasTypeNamespaceConflict(r)?`global::${t}`:t}};a();o();u();var Me=class{constructor(t){f(this,"generation");this.generation=t}get csharp(){return this.generation.csharp}get settings(){return this.generation.settings}get constants(){return this.generation.constants}get namespaces(){return this.generation.namespaces}get names(){return this.generation.names}get model(){return this.generation.model}get format(){return this.generation.format}get registry(){return this.generation.registry}get Types(){return this.generation.Types}get System(){return this.generation.extern.System}get NUnit(){return this.generation.extern.NUnit}get OneOf(){return this.generation.extern.OneOf}get Google(){return this.generation.extern.Google}get Grpc(){return this.generation.extern.Grpc}get WireMock(){return this.generation.extern.WireMock}get Primitive(){return this.generation.Primitive}get Value(){return this.generation.Value}get Collection(){return this.generation.Collection}};a();o();u();var li=class extends Me{constructor({context:r}){super(r.generation);f(this,"context");this.context=r}convert(r){if(r.value===null)return this.context.isNullable(r.typeReference)?this.csharp.Literal.null():(this.context.errors.add({severity:J.Critical,message:"Expected non-null value, but got null"}),this.csharp.Literal.nop());if(r.value===void 0&&!r.fallbackToDefault)return this.csharp.Literal.nop();switch(r.typeReference.type){case"list":return this.convertList({list:r.typeReference.value,value:r.value,fallbackToDefault:r.fallbackToDefault});case"literal":return this.convertLiteral({literal:r.typeReference.value,value:r.value});case"map":return this.convertMap({map:r.typeReference,value:r.value,fallbackToDefault:r.fallbackToDefault});case"named":{let n=this.context.resolveNamedType({typeId:r.typeReference.value});return n==null?this.csharp.Literal.nop():this.convertNamed({named:n,value:r.value,as:r.as,fallbackToDefault:r.fallbackToDefault})}case"nullable":return this.convert({typeReference:r.typeReference.value,value:r.value,as:r.as});case"optional":return this.convert({typeReference:r.typeReference.value,value:r.value,as:r.as});case"primitive":return this.convertPrimitive({primitive:r.typeReference.value,value:r.value,as:r.as,fallbackToDefault:r.fallbackToDefault});case"set":return this.convertSet({set:r.typeReference.value,value:r.value,fallbackToDefault:r.fallbackToDefault});case"unknown":return this.convertUnknown({value:r.value,fallbackToDefault:r.fallbackToDefault});default:te(r.typeReference)}}convertList({list:r,value:n,fallbackToDefault:i}){return Array.isArray(n)?this.csharp.Literal.list({valueType:this.context.dynamicTypeMapper.convert({typeReference:r,unboxOptionals:!0}),values:n.map((l,p)=>{this.context.errors.scope({index:p});try{return this.convert({typeReference:r,value:l})}finally{this.context.errors.unscope()}})}):(this.context.errors.add({severity:J.Critical,message:`Expected array but got: ${typeof n}`}),this.csharp.Literal.nop())}convertLiteral({literal:r,value:n,fallbackToDefault:i}){switch(r.type){case"boolean":{let l=this.context.getValueAsBoolean({value:n});return l==null?this.csharp.Literal.nop():this.csharp.Literal.boolean(l)}case"string":{let l=this.context.getValueAsString({value:n});return l==null?i?this.Primitive.string.getDeterminsticDefault(i):this.csharp.Literal.nop():this.csharp.Literal.string(l)}default:te(r)}}convertSet({set:r,value:n,fallbackToDefault:i}){return Array.isArray(n)?this.csharp.Literal.set({valueType:this.context.dynamicTypeMapper.convert({typeReference:r,unboxOptionals:!0}),values:n.map((l,p)=>{this.context.errors.scope({index:p});try{return this.convert({typeReference:r,value:l})}finally{this.context.errors.unscope()}})}):(this.context.errors.add({severity:J.Critical,message:`Expected array but got: ${typeof n}`}),this.csharp.Literal.nop())}convertMap({map:r,value:n,fallbackToDefault:i}){return typeof n!="object"||n==null?(this.context.errors.add({severity:J.Critical,message:`Expected object but got: ${n==null?"null":typeof n}`}),this.csharp.Literal.nop()):this.csharp.Literal.dictionary({keyType:this.context.dynamicTypeMapper.convert({typeReference:r.key}),valueType:r.value.type==="unknown"?this.context.dynamicTypeMapper.convert({typeReference:r.value}).asOptional():this.context.dynamicTypeMapper.convert({typeReference:r.value}),entries:Object.entries(n).map(([l,p])=>{this.context.errors.scope(l);try{return{key:this.convert({typeReference:r.key,value:l,as:"key"}),value:this.convert({typeReference:r.value,value:p})}}finally{this.context.errors.unscope()}})})}convertNamed({named:r,value:n,as:i,fallbackToDefault:l}){switch(r.type){case"alias":return this.convert({typeReference:r.typeReference,value:n,as:i,fallbackToDefault:l});case"discriminatedUnion":return this.settings.shouldGeneratedDiscriminatedUnions?this.convertDiscriminatedUnion({discriminatedUnion:r,value:n,fallbackToDefault:l}):this.convertUnknown({value:n,fallbackToDefault:l});case"enum":return this.getEnumValue(r,n);case"object":return this.convertObject({object_:r,value:n,fallbackToDefault:l});case"undiscriminatedUnion":return this.convertUndiscriminatedUnion({undiscriminatedUnion:r,value:n,fallbackToDefault:l});default:te(r)}}convertDiscriminatedUnion({discriminatedUnion:r,value:n,fallbackToDefault:i}){let l=this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}),p=this.context.resolveDiscriminatedUnionTypeInstance({discriminatedUnion:r,value:n});if(p==null)return this.csharp.Literal.nop();let x=p.singleDiscriminatedUnionType,T=this.getBaseProperties({discriminatedUnionTypeInstance:p,singleDiscriminatedUnionType:x});switch(x.type){case"samePropertiesAsObject":{let A=this.context.resolveNamedType({typeId:x.typeId});return A==null?this.csharp.Literal.nop():this.instantiateUnionWithBaseProperties({classReference:l,baseProperties:T,arguments_:[this.convertNamed({named:A,value:p.value})]})}case"singleProperty":{if(this.context.getRecord(p.value)==null)return this.csharp.Literal.nop();try{let I=["Value","Type"].includes(x.discriminantValue.name.pascalCase.safeName)?`${x.discriminantValue.name.pascalCase.safeName}Inner`:x.discriminantValue.name.pascalCase.safeName;return this.context.errors.scope(x.discriminantValue.wireValue),this.instantiateUnionWithBaseProperties({classReference:l,baseProperties:T,arguments_:[this.csharp.instantiateClass({classReference:this.csharp.classReference({name:I,enclosingType:l}),arguments_:[this.convert({typeReference:x.typeReference,value:x.discriminantValue.wireValue})]})]})}finally{this.context.errors.unscope()}}case"noProperties":return this.instantiateUnionWithBaseProperties({classReference:l,baseProperties:T,arguments_:[this.csharp.instantiateClass({classReference:this.csharp.classReference({origin:p.discriminantValue,enclosingType:l}),arguments_:[]})]});default:te(x)}}getBaseProperties({discriminatedUnionTypeInstance:r,singleDiscriminatedUnionType:n}){return this.context.associateByWireValue({parameters:n.properties??[],values:this.context.getRecord(r.value)??{},ignoreMissingParameters:!0}).map(l=>{this.context.errors.scope(l.name.wireValue);try{return{name:this.context.getPropertyName(l.name.name),assignment:this.convert(l)}}finally{this.context.errors.unscope()}})}instantiateUnionWithBaseProperties({classReference:r,arguments_:n,baseProperties:i}){let l=this.csharp.instantiateClass({classReference:r,arguments_:n,multiline:!0});return i.length===0?this.csharp.Literal.reference(l):this.csharp.Literal.reference(this.csharp.codeblock(p=>{p.write(l," "),p.pushScope();for(let x of i)p.write(x.name," = ",x.assignment,",");p.popScope(!1)}))}getEnumValue(r,n){if(typeof n!="string")return this.context.errors.add({severity:J.Critical,message:`Expected enum value string, got: ${typeof n}`}),this.csharp.Literal.nop();let i=r.values.find(x=>x.wireValue===n);if(i==null)return this.context.errors.add({severity:J.Critical,message:`An enum value named "${n}" does not exist in this context`}),this.csharp.Literal.nop();let l=this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}),p=l.registerField(this.model.getPropertyNameFor(i),i);return this.csharp.Literal.reference(this.csharp.enumInstantiation({reference:l,value:p}))}convertObject({object_:r,value:n,fallbackToDefault:i}){let l=this.context.associateByWireValue({parameters:r.properties,values:this.context.getRecord(n)??{}});return this.csharp.Literal.class_({reference:this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}),fields:l.map(p=>{this.context.errors.scope(p.name.wireValue);try{return{name:this.context.getClassName(p.name.name),value:this.convert(p)}}finally{this.context.errors.unscope()}})})}convertUndiscriminatedUnion({undiscriminatedUnion:r,value:n,fallbackToDefault:i}){let l=this.findMatchingUndiscriminatedUnionType({undiscriminatedUnion:r,value:n});return l==null?this.csharp.Literal.nop():l.typeLiteral}findMatchingUndiscriminatedUnionType({undiscriminatedUnion:r,value:n}){for(let i of r.types)try{let l=this.convert({typeReference:i,value:n});return{valueTypeReference:i,typeLiteral:l}}catch{continue}this.context.errors.add({severity:J.Critical,message:`None of the types in the undiscriminated union matched the given "${typeof n}" value`})}convertUnknown({value:r,fallbackToDefault:n}){return this.csharp.Literal.unknown(r)}convertPrimitive({primitive:r,value:n,as:i,fallbackToDefault:l}){switch(r){case"INTEGER":{let p=this.getValueAsNumber({value:n,as:i});return p==null?l?this.Primitive.integer.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.integer(p)}case"LONG":{let p=this.getValueAsNumber({value:n,as:i});return p==null?l?this.Primitive.long.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.long(p)}case"UINT":{let p=this.getValueAsNumber({value:n,as:i});return p==null?l?this.Primitive.uint.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.uint(p)}case"UINT_64":{let p=this.getValueAsNumber({value:n,as:i});return p==null?l?this.Primitive.ulong.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.ulong(p)}case"FLOAT":{let p=this.getValueAsNumber({value:n,as:i});return p==null?l?this.Primitive.float.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.float(p)}case"DOUBLE":{let p=this.getValueAsNumber({value:n,as:i});return p==null?l?this.Primitive.double.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.double(p)}case"BOOLEAN":{let p=this.getValueAsBoolean({value:n,as:i});return p==null?l?this.Primitive.boolean.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.boolean(p)}case"STRING":{let p=this.context.getValueAsString({value:n});return p==null?l?this.Primitive.string.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.string(p)}case"DATE":{let p=this.context.getValueAsString({value:n});return p==null?l?this.Value.dateOnly.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.date(p)}case"DATE_TIME":{let p=this.context.getValueAsString({value:n});return p==null?l?this.Value.dateTime.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.datetime(p)}case"UUID":{let p=this.context.getValueAsString({value:n});return p==null?l?this.Primitive.string.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.string(p)}case"BASE_64":{let p=this.context.getValueAsString({value:n});return p==null?l?this.Primitive.string.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.string(p)}case"BIG_INTEGER":{let p=this.context.getValueAsString({value:n});return p==null?l?this.Primitive.string.getDeterminsticDefault(l):this.csharp.Literal.nop():this.csharp.Literal.string(p)}default:te(r)}}getValueAsNumber({value:r,as:n}){let i=n==="key"&&typeof r=="string"?Number(r):r;return this.context.getValueAsNumber({value:i})}getValueAsBoolean({value:r,as:n}){let i=n==="key"?typeof r=="string"?r==="true":r==="false"?!1:r:r;return this.context.getValueAsBoolean({value:i})}};a();o();u();var fi=class extends Me{constructor({context:r}){super(r.generation);f(this,"context");this.context=r}convert(r){switch(r.typeReference.type){case"list":return this.Collection.list(this.convert({typeReference:r.typeReference.value,unboxOptionals:!0}));case"literal":return this.convertLiteral({literal:r.typeReference.value});case"map":return this.Collection.map(this.convert({typeReference:r.typeReference.key}),this.convert({typeReference:r.typeReference.value}));case"named":{let n=this.context.resolveNamedType({typeId:r.typeReference.value});return n==null?this.convertUnknown():this.convertNamed({named:n})}case"optional":case"nullable":{let n=this.convert({typeReference:r.typeReference.value});return r.unboxOptionals?n.asNonOptional():n.asOptional()}case"primitive":return this.convertPrimitive({primitive:r.typeReference.value});case"set":return this.Collection.set(this.convert({typeReference:r.typeReference.value,unboxOptionals:!0}));case"unknown":return this.convertUnknown();default:te(r.typeReference)}}convertToClassReference(r){return this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)})}convertNamed({named:r}){switch(r.type){case"alias":return this.convert({typeReference:r.typeReference});case"enum":case"object":return this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)});case"discriminatedUnion":return this.settings.shouldGeneratedDiscriminatedUnions?this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}):this.Primitive.object;case"undiscriminatedUnion":return this.settings.shouldGenerateUndiscriminatedUnions?this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}):this.OneOf.OneOf(r.types.map(n=>this.convert({typeReference:n})));default:te(r)}}convertLiteral({literal:r}){switch(r.type){case"boolean":return this.Primitive.boolean;case"string":return this.Primitive.string}}convertUnknown(){return this.Primitive.object}convertPrimitive({primitive:r}){switch(r){case"INTEGER":return this.Primitive.integer;case"UINT":return this.Primitive.uint;case"LONG":return this.Primitive.long;case"UINT_64":return this.Primitive.ulong;case"FLOAT":return this.Primitive.float;case"DOUBLE":return this.Primitive.double;case"BOOLEAN":return this.Primitive.boolean;case"STRING":return this.Primitive.string;case"DATE":return this.Value.dateOnly;case"DATE_TIME":return this.Value.dateTime;case"UUID":return this.Primitive.string;case"BASE_64":return this.Primitive.string;case"BIG_INTEGER":return this.Primitive.string;default:te(r)}}};a();o();u();var di=class extends Me{constructor({context:r}){super(r.generation);f(this,"context");this.context=r}getFilePropertyInfo({body:r,value:n}){let i={fileFields:[],bodyPropertyFields:[]},l=this.context.getRecord(n)??{};for(let p of r.properties)switch(p.type){case"file":L.Record.missingKey(l,p.wireValue)&&(l[p.wireValue]="[bytes]"),i.fileFields.push({name:this.context.getPropertyName(p.name),value:this.getSingleFileProperty({property:p,record:l})});break;case"fileArray":L.Record.missingKey(l,p.wireValue)&&(l[p.wireValue]=["[bytes]"]),i.fileFields.push({name:this.context.getPropertyName(p.name),value:this.getArrayFileProperty({property:p,record:l})});break;case"bodyProperty":if(L.Record.missingKey(l,p.name.wireValue))switch(p.typeReference.type){case"optional":break;case"primitive":{switch(p.typeReference.value.toLowerCase()){case"integer":{l[p.name.wireValue]=123;break}case"string":{l[p.name.wireValue]="[string]";break}case"boolean":{l[p.name.wireValue]=!0;break}case"double":{l[p.name.wireValue]=123.456;break}case"float":{l[p.name.wireValue]=123.456;break}case"long":{l[p.name.wireValue]=123456789;break}case"uint":{l[p.name.wireValue]=123;break}case"uint64":{l[p.name.wireValue]=12345;break}case"date":{l[p.name.wireValue]=new Date(2021,1,1);break}case"datetime":{l[p.name.wireValue]=new Date(2021,1,1,12,0,0);break}case"uuid":{l[p.name.wireValue]="123e4567-e89b-12d3-a456-426614174000";break}case"base64":{l[p.name.wireValue]="SGVsbG8gd29ybGQh";break}case"biginteger":{l[p.name.wireValue]="12345678901234567890";break}}break}default:break}i.bodyPropertyFields.push({name:this.context.getPropertyName(p.name.name),value:this.getBodyProperty({property:p,record:l})});break;default:te(p)}return i}getSingleFileProperty({property:r,record:n}){let i=this.context.getSingleFileValue({property:r,record:n});return i==null?this.csharp.Literal.nop():this.context.getFileParameterForString(i)}getArrayFileProperty({property:r,record:n}){let i=this.context.getFileArrayValues({property:r,record:n});return i==null?this.csharp.Literal.nop():this.csharp.Literal.list({valueType:this.Types.FileParameter,values:i.map(l=>this.context.getFileParameterForString(l))})}getBodyProperty({property:r,record:n}){let i=n[r.name.wireValue];return i==null?this.csharp.Literal.nop():this.context.dynamicLiteralMapper.convert({typeReference:r.typeReference,value:i})}};var hi=class e extends Hr{constructor({ir:r,config:n,options:i,generation:l}){super({ir:r,config:n,options:i});f(this,"ir");f(this,"dynamicTypeMapper");f(this,"dynamicLiteralMapper");f(this,"filePropertyMapper");f(this,"generation");this.ir=r,this.generation=l??new Rn(r,n.workspaceName,n.customConfig!=null?n.customConfig:{},n),this.dynamicTypeMapper=new fi({context:this}),this.dynamicLiteralMapper=new li({context:this}),this.filePropertyMapper=new di({context:this})}get namespaces(){return this.generation.namespaces}get registry(){return this.generation.registry}get settings(){return this.generation.settings}get constants(){return this.generation.constants}get names(){return this.generation.names}get model(){return this.generation.model}get format(){return this.generation.format}get csharp(){return this.generation.csharp}get Types(){return this.generation.Types}get System(){return this.generation.extern.System}get NUnit(){return this.generation.extern.NUnit}get OneOf(){return this.generation.extern.OneOf}get Google(){return this.generation.extern.Google}get WireMock(){return this.generation.extern.WireMock}get Primitive(){return this.generation.Primitive}get Value(){return this.generation.Value}get Collection(){return this.generation.Collection}clone(){return new e({ir:this.ir,config:this.config,options:this.options,generation:this.generation})}getFileParameterForString(r){return this.csharp.Literal.reference(this.csharp.instantiateClass({classReference:this.Types.FileParameter,arguments_:[],properties:[{name:"Stream",value:this.getMemoryStreamForString(r)}],multiline:!0}))}getMemoryStreamForString(r){return this.System.IO.MemoryStream.new({arguments_:[this.csharp.invokeMethod({on:this.System.Text.Encoding_UTF8,method:"GetBytes",arguments_:[this.csharp.Literal.string(r)]})]})}getClassName(r){return r.pascalCase.safeName}getParameterName(r){return r.camelCase.safeName}getPropertyName(r){return r.pascalCase.safeName}getMethodName(r){return`${r.pascalCase.safeName}Async`}getNamespace(r,n){let i=this.getNamespaceSegments(r);return i=n!=null?[...i,n]:i,[this.namespaces.root,...i].join(".")}getEnvironmentTypeReferenceFromID(r){let n=this.resolveEnvironmentName(r);if(n!=null)return this.getEnvironmentClassReferenceForEnumName(n)}getEnvironmentClassReferenceForEnumName(r){return this.csharp.classReference({name:`${this.generation.Types.Environments.name}.${this.getClassName(r)}`,namespace:this.namespaces.root})}getNamespaceSegments(r){return(this.settings.explicitNamespaces?r.allParts:r.packagePath).map(i=>i.pascalCase.safeName)}precalculate(r){this.generation.initialize(),this.System.Collections.Generic.KeyValuePair(),this.System.Collections.Generic.IEnumerable(),this.System.Collections.Generic.IAsyncEnumerable(),this.System.Collections.Generic.HashSet(),this.System.Collections.Generic.List(),this.System.Collections.Generic.Dictionary(),this.System.Threading.Tasks.Task(),Object.entries(this.ir.types).sort((n,i)=>n[0].length-i[0].length).forEach(([n,i])=>{this.dynamicTypeMapper.convertToClassReference(i)});for(let[n,i]of r.entries())if(this.csharp.classReference({origin:this.model.staticExplicit(`Example${n}`),namespace:"Usage"}),i.endpoint){let l=this.resolveEndpointLocation(i.endpoint);for(let p of l)switch(p.request.type){case"inlined":this.csharp.classReference({origin:p.request.declaration.name,namespace:this.getNamespace(p.request.declaration.fernFilepath)});break;case"body":break}}this.generation.Types.ClientOptions,this.generation.Types.RootClient,this.csharp.freezeClassReferences()}};a();o();u();var mi=class extends Me{constructor({context:r}){super(r.generation);f(this,"context");this.context=r}async generateSnippet({endpoint:r,request:n,options:i}){return this.buildCodeBlock({endpoint:r,snippet:n,options:i}).toString({namespace:"Usage",generation:this.generation,allNamespaceSegments:new Set,allTypeClassReferences:new Map})}generateSnippetSync({endpoint:r,request:n,options:i}){return this.buildCodeBlock({endpoint:r,snippet:n,options:i}).toString({namespace:"Usage",generation:this.generation,allNamespaceSegments:new Set,allTypeClassReferences:new Map})}async generateSnippetAst({endpoint:r,request:n,options:i}){throw new Error("Unsupported")}buildCodeBlock({endpoint:r,snippet:n,options:i}){if(r.examples&&!r.examples?.find(x=>L.DynamicIR.EndpointExample(n)&&x.id===n.id))throw new Error("Endpoint does not have an example that matches the snippet");let l=this.csharp.codeblock(x=>{x.writeNodeStatement(this.constructClient({endpoint:r,snippet:n})),x.newLine(),x.writeNodeStatement(this.callMethod({endpoint:r,snippet:n}))}),p=this.getStyle(i);switch(p){case It.Concise:return l;case It.Full:return this.buildFullCodeBlock({body:l,options:i});default:te(p)}}buildFullCodeBlock({body:r,options:n}){let i=this.getConfig(n),l=this.csharp.class_({name:i.fullStyleClassName??"Example",namespace:"Usage",access:Or.Access.Public});return l.addNamespaceReference(this.Types.RootClient.namespace),l.addMethod({name:"Do",access:Or.Access.Public,isAsync:!0,parameters:[],body:r}),l}constructClient({endpoint:r,snippet:n}){return this.csharp.codeblock(i=>{i.write("var client = "),i.writeNode(this.getRootClientConstructorInvocation(this.getConstructorArgs({endpoint:r,snippet:n})))})}callMethod({endpoint:r,snippet:n}){let i=r.response?.type==="streaming"||r.response?.type==="streamParameter",l=this.csharp.invokeMethod({on:this.csharp.codeblock("client"),method:this.getMethod({endpoint:r}),arguments_:this.getMethodArgs({endpoint:r,snippet:n}),async:!0,configureAwait:!0,multiline:!0,isAsyncEnumerable:i});return i?this.csharp.codeblock(p=>{p.write("await foreach (var item in "),p.writeNode(l),p.writeLine(")"),p.pushScope(),p.writeLine("/* consume each item */"),p.popScope()}):l}getConstructorArgs({endpoint:r,snippet:n}){let i=[];r.auth!=null&&(n.auth!=null?i.push(...this.getConstructorAuthArgs({auth:r.auth,values:n.auth})):this.context.errors.add({severity:J.Warning,message:`Auth with ${r.auth.type} configuration is required for this endpoint`}));let l=[],p=this.getConstructorBaseUrlArgs({baseUrl:n.baseURL,environment:n.environment});p.length>0&&l.push(...p),this.context.errors.scope(qe.Headers);let x=[];return this.context.ir.headers!=null&&n.headers!=null&&x.push(...this.getConstructorHeaderArgs({headers:this.context.ir.headers,values:n.headers})),this.context.errors.unscope(),l.length===0?[...i,...x]:[...i,...x,{name:"clientOptions",assignment:this.csharp.instantiateClass({classReference:this.Types.ClientOptions,arguments_:l.map(T=>({name:T.name,assignment:T.assignment})),multiline:!0})}]}getConstructorBaseUrlArgs({baseUrl:r,environment:n}){let i=this.getBaseUrlArg({baseUrl:r,environment:n});return L.Literal.nop(i)?[]:[{name:this.getBaseUrlOptionName(),assignment:i}]}getBaseUrlArg({baseUrl:r,environment:n}){if(r!=null&&n!=null)return this.context.errors.add({severity:J.Critical,message:"Cannot specify both baseUrl and environment options"}),this.csharp.Literal.nop();if(r!=null)return this.context.ir.environments?.environments.type==="multipleBaseUrls"?(this.context.errors.add({severity:J.Critical,message:"The C# SDK doesn't support a baseUrl when multiple URL environments are configured"}),this.csharp.Literal.nop()):this.csharp.Literal.string(r);if(n!=null){if(this.context.isSingleEnvironmentID(n)){let i=this.context.getEnvironmentTypeReferenceFromID(n);return i==null?(this.context.errors.add({severity:J.Warning,message:`Environment ${JSON.stringify(n)} was not found`}),this.csharp.Literal.nop()):this.csharp.Literal.reference(i)}if(this.context.isMultiEnvironmentValues(n))return this.context.validateMultiEnvironmentUrlValues(n)?this.csharp.Literal.reference(this.csharp.instantiateClass({classReference:this.Types.Environments,arguments_:Object.entries(n).map(([i,l])=>({name:Br(Ii(i)),assignment:this.context.dynamicLiteralMapper.convert({typeReference:{type:"primitive",value:"STRING"},value:l})})),multiline:!0})):this.csharp.Literal.nop()}return this.csharp.Literal.nop()}getConstructorAuthArgs({auth:r,values:n}){if(n.type!==r.type)return this.addError(this.context.newAuthMismatchError({auth:r,values:n}).message),[];switch(r.type){case"basic":return n.type==="basic"?this.getConstructorBasicAuthArg({auth:r,values:n}):[];case"bearer":return n.type==="bearer"?this.getConstructorBearerAuthArgs({auth:r,values:n}):[];case"header":return n.type==="header"?this.getConstructorHeaderAuthArgs({auth:r,values:n}):[];case"oauth":return n.type==="oauth"?this.getConstructorOAuthArgs({auth:r,values:n}):[];case"inferred":return n.type==="inferred"?this.getConstructorInferredAuthArgs({auth:r,values:n}):[];default:te(r)}}addError(r){this.context.errors.add({severity:J.Critical,message:r})}addWarning(r){this.context.errors.add({severity:J.Warning,message:r})}getConstructorBasicAuthArg({auth:r,values:n}){return[{name:this.context.getParameterName(r.username),assignment:this.csharp.Literal.string(n.username)},{name:this.context.getParameterName(r.password),assignment:this.csharp.Literal.string(n.password)}]}getConstructorBearerAuthArgs({auth:r,values:n}){return[{name:this.context.getParameterName(r.token),assignment:this.csharp.Literal.string(n.token)}]}getConstructorHeaderAuthArgs({auth:r,values:n}){return[{name:this.context.getParameterName(r.header.name.name),assignment:this.context.dynamicLiteralMapper.convert({typeReference:r.header.typeReference,value:n.value,fallbackToDefault:r.header.name.wireValue})}]}getConstructorOAuthArgs({auth:r,values:n}){return[{name:this.context.getParameterName(r.clientId),assignment:this.csharp.Literal.string(n.clientId)},{name:this.context.getParameterName(r.clientSecret),assignment:this.csharp.Literal.string(n.clientSecret)}]}getConstructorInferredAuthArgs({auth:r,values:n}){let i=[];if(r.parameters!=null)for(let l of r.parameters){let p=l.name.wireValue,x=n.values?.[p];i.push({name:this.context.getParameterName(l.name.name),assignment:this.context.dynamicLiteralMapper.convert({typeReference:l.typeReference,value:x,fallbackToDefault:p})})}else this.context.errors.add({severity:J.Critical,message:"Inferred auth parameters are not defined in the IR. Please ensure you're using IR version 62.3.0 or later."});return i}getConstructorHeaderArgs({headers:r,values:n}){let i=[];for(let l of r){let p=n[l.name.wireValue],x=this.getConstructorHeaderArg({header:l,value:p});x!=null&&i.push({name:this.context.getParameterName(l.name.name),assignment:x})}return i}getConstructorHeaderArg({header:r,value:n}){let i=this.context.dynamicLiteralMapper.convert({typeReference:r.typeReference,value:n,fallbackToDefault:r.name.wireValue});if(!L.Literal.nop(i))return i}getMethodArgs({endpoint:r,snippet:n}){switch(r.request.type){case"inlined":return this.getMethodArgsForInlinedRequest({request:r.request,snippet:n});case"body":return this.getMethodArgsForBodyRequest({request:r.request,snippet:n});default:te(r.request)}}getMethodArgsForInlinedRequest({request:r,snippet:n}){let i=[];this.context.errors.scope(qe.PathParameters);let l=[],p=[...this.context.ir.pathParameters??[],...r.pathParameters??[]];p.length>0&&l.push(...this.getPathParameters({namedParameters:p,snippet:n})),this.context.errors.unscope(),this.context.errors.scope(qe.RequestBody);let x=this.getFilePropertyInfo({request:r,snippet:n});return this.context.errors.unscope(),this.context.includePathParametersInWrappedRequest({request:r,inlinePathParameters:this.settings.shouldInlinePathParameters})||i.push(...l.map(T=>T.value)),i.push(this.getInlinedRequestArg({request:r,snippet:n,pathParameterFields:this.context.includePathParametersInWrappedRequest({request:r,inlinePathParameters:this.settings.shouldInlinePathParameters})?l:[],filePropertyInfo:x})),i}getFilePropertyInfo({request:r,snippet:n}){return r.body==null||!this.context.isFileUploadRequestBody(r.body)?{fileFields:[],bodyPropertyFields:[]}:this.context.filePropertyMapper.getFilePropertyInfo({body:r.body,value:n.requestBody})}getInlinedRequestArg({request:r,snippet:n,pathParameterFields:i,filePropertyInfo:l}){this.context.errors.scope(qe.QueryParameters);let x=this.context.associateQueryParametersByWireValue({parameters:r.queryParameters??[],values:n.queryParameters??{}}).map(C=>({name:this.context.getPropertyName(C.name.name),value:this.context.dynamicLiteralMapper.convert(C)}));this.context.errors.unscope(),this.context.errors.scope(qe.Headers);let A=this.context.associateByWireValue({parameters:r.headers??[],values:n.headers??{}}).map(C=>({name:this.context.getPropertyName(C.name.name),value:this.context.dynamicLiteralMapper.convert({...C,fallbackToDefault:C.name.wireValue})}));this.context.errors.unscope(),this.context.errors.scope(qe.RequestBody);let I=r.body!=null?this.getInlinedRequestBodyConstructorFields({body:r.body,value:n.requestBody,filePropertyInfo:l}):[];return this.context.errors.unscope(),this.csharp.Literal.class_({reference:this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}),fields:[...i,...x,...A,...I]})}getInlinedRequestBodyConstructorFields({body:r,value:n,filePropertyInfo:i}){switch(r.type){case"properties":return this.getInlinedRequestBodyPropertyConstructorFields({parameters:r.value,value:n});case"referenced":return[this.getReferencedRequestBodyPropertyConstructorField({body:r,value:n})];case"fileUpload":return this.getFileUploadRequestBodyConstructorFields({filePropertyInfo:i});default:te(r)}}getInlinedRequestBodyPropertyConstructorFields({parameters:r,value:n}){let i=[],l=this.context.associateByWireValue({parameters:r,values:this.context.getRecord(n)??{}});for(let p of l)i.push({name:this.context.getPropertyName(p.name.name),value:this.context.dynamicLiteralMapper.convert({...p,fallbackToDefault:p.name.wireValue})});return i}getFileUploadRequestBodyConstructorFields({filePropertyInfo:r}){return[...r.fileFields,...r.bodyPropertyFields]}getReferencedRequestBodyPropertyConstructorField({body:r,value:n}){return{name:this.context.getPropertyName(r.bodyKey),value:this.getReferencedRequestBodyPropertyLiteral({body:r.bodyType,value:n})}}getReferencedRequestBodyPropertyLiteral({body:r,value:n}){switch(r.type){case"bytes":return this.getBytesBodyRequestArg({value:n});case"typeReference":return this.context.dynamicLiteralMapper.convert({typeReference:r.value,value:n,fallbackToDefault:JSON.stringify(r.value)});default:te(r)}}getMethodArgsForBodyRequest({request:r,snippet:n}){let i=[];this.context.errors.scope(qe.PathParameters);let l=[...this.context.ir.pathParameters??[],...r.pathParameters??[]];return l.length>0&&i.push(...this.getPathParameters({namedParameters:l,snippet:n}).map(p=>p.value)),this.context.errors.unscope(),this.context.errors.scope(qe.RequestBody),r.body!=null&&i.push(this.getBodyRequestArg({body:r.body,value:n.requestBody})),this.context.errors.unscope(),i}getBodyRequestArg({body:r,value:n}){switch(r.type){case"bytes":return this.getBytesBodyRequestArg({value:n});case"typeReference":return r.value.type==="optional"&&n==null?this.csharp.Literal.null():this.context.dynamicLiteralMapper.convert({typeReference:r.value,value:n,fallbackToDefault:JSON.stringify(r.value)});default:te(r)}}getBytesBodyRequestArg({value:r}){let n=this.context.getValueAsString({value:r});return n==null&&(this.context.errors.add({severity:J.Critical,message:"The bytes request body must be provided in string format"}),n="[bytes]"),this.csharp.Literal.reference(this.context.getMemoryStreamForString(n))}getRootClientConstructorInvocation(r){return this.csharp.instantiateClass({classReference:this.Types.RootClient,arguments_:r,forceUseConstructor:!0,multiline:!0})}getPathParameters({namedParameters:r,snippet:n}){let i=[],l=this.context.associateByWireValueOrDefault({parameters:r,values:n.pathParameters??{}});for(let p of l)i.push({name:this.context.getPropertyName(p.name.name),value:this.context.dynamicLiteralMapper.convert({...p,fallbackToDefault:p.name.wireValue})});return i}getMethod({endpoint:r}){return r.declaration.fernFilepath.allParts.length>0?`${r.declaration.fernFilepath.allParts.map(n=>this.context.getClassName(n)).join(".")}.${this.context.getMethodName(r.declaration.name)}`:this.context.getMethodName(r.declaration.name)}getBaseUrlOptionName(){return this.context.ir.environments?.environments.type==="multipleBaseUrls"?"Environment":"BaseUrl"}getStyle(r){return r.style??this.context.options.style??It.Full}getConfig(r){return r.config??this.context.options.config??{}}};var fs=class extends Gr{constructor({ir:t,config:r,options:n={}}){super(new hi({ir:t,config:r,options:n}))}precalculate(t){this.context.precalculate(t)}async generate(t,r={}){return super.generate(t,r)}generateSync(t,r={}){return super.generateSync(t,r)}async generateSnippetAst(t){return super.generateSnippetAst(t)}createSnippetGenerator(t){return new mi({context:t})}};export{fs as DynamicSnippetsGenerator};
|
|
33
33
|
/*! Bundled license information:
|
|
34
34
|
|
|
35
35
|
@jspm/core/nodelibs/browser/chunk-DtuTasat.js:
|