@fern-api/csharp-dynamic-snippets 2.11.4 → 2.12.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.d.cts CHANGED
@@ -187,7 +187,9 @@ declare class DynamicSnippetsGeneratorContext extends AbstractDynamicSnippetsGen
187
187
  };
188
188
  methods: {
189
189
  mockOauth: string;
190
+ mockInferredAuth: string;
190
191
  getAccessTokenAsync: string;
192
+ getAuthHeadersAsync: string;
191
193
  };
192
194
  variables: {
193
195
  client: string;
@@ -246,6 +248,7 @@ declare class DynamicSnippetsGeneratorContext extends AbstractDynamicSnippetsGen
246
248
  AsyncApiOptions: ast.ClassReference;
247
249
  QueryBuilder: ast.ClassReference;
248
250
  OAuthTokenProvider: ast.ClassReference;
251
+ InferredAuthTokenProvider: ast.ClassReference;
249
252
  ProtoConverter: ast.ClassReference;
250
253
  RawGrpcClient: ast.ClassReference;
251
254
  Extensions: ast.ClassReference;
@@ -481,6 +484,7 @@ declare class EndpointSnippetGenerator extends WithGeneration {
481
484
  private getConstructorBearerAuthArgs;
482
485
  private getConstructorHeaderAuthArgs;
483
486
  private getConstructorOAuthArgs;
487
+ private getConstructorInferredAuthArgs;
484
488
  private getConstructorHeaderArgs;
485
489
  private getConstructorHeaderArg;
486
490
  private getMethodArgs;
package/dist/index.d.ts CHANGED
@@ -187,7 +187,9 @@ declare class DynamicSnippetsGeneratorContext extends AbstractDynamicSnippetsGen
187
187
  };
188
188
  methods: {
189
189
  mockOauth: string;
190
+ mockInferredAuth: string;
190
191
  getAccessTokenAsync: string;
192
+ getAuthHeadersAsync: string;
191
193
  };
192
194
  variables: {
193
195
  client: string;
@@ -246,6 +248,7 @@ declare class DynamicSnippetsGeneratorContext extends AbstractDynamicSnippetsGen
246
248
  AsyncApiOptions: ast.ClassReference;
247
249
  QueryBuilder: ast.ClassReference;
248
250
  OAuthTokenProvider: ast.ClassReference;
251
+ InferredAuthTokenProvider: ast.ClassReference;
249
252
  ProtoConverter: ast.ClassReference;
250
253
  RawGrpcClient: ast.ClassReference;
251
254
  Extensions: ast.ClassReference;
@@ -481,6 +484,7 @@ declare class EndpointSnippetGenerator extends WithGeneration {
481
484
  private getConstructorBearerAuthArgs;
482
485
  private getConstructorHeaderAuthArgs;
483
486
  private getConstructorOAuthArgs;
487
+ private getConstructorInferredAuthArgs;
484
488
  private getConstructorHeaderArgs;
485
489
  private getConstructorHeaderArg;
486
490
  private getMethodArgs;
package/dist/index.js CHANGED
@@ -94,7 +94,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
94
94
  `),this.hasSameAccess(this.init)||r.write(`${this.init} `),r.writeTextStatement("init"),r.writeNoIndent(`#else
95
95
  `),r.writeTextStatement("set"),r.writeNoIndent(`#endif
96
96
  `)):(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?(y?r.write(" => "):r.write(" = "),this.initializer.write(r),r.writeLine(";")):!this.skipDefaultInitializer&&!n&&i?fe.Type(this.type)&&this.type.writeEmptyCollectionInitializer(r):!this.get&&!this.init&&r.writeLine(";")}hasSameAccess(r){return r===!0||r===this.access}};s();o();a();var Jt;(function(e){e[e.INSTANCE=0]="INSTANCE",e[e.STATIC=1]="STATIC"})(Jt||(Jt={}));var Qn=class e extends Cn{constructor({name:r,isAsync:n,override:i,access:y,return_:c,body:b,noBody:O,bodyType:S,summary:P,doc:v,type:C,classReference:x,parameters:Y,typeParameters:J,annotations:K,codeExample:ee,interfaceReference:L,origin:q,enclosingType:G},k){super({enclosingType:G},q,k);g(this,"name");g(this,"isAsync");g(this,"access");g(this,"return");g(this,"noBody");g(this,"body");g(this,"bodyType");g(this,"summary");g(this,"doc");g(this,"type");g(this,"reference");g(this,"override");g(this,"parameters");g(this,"typeParameters");g(this,"annotations");g(this,"interfaceReference");this.name=r,this.isAsync=n??!1,this.override=i??!1,this.access=y,this.return=c,this.noBody=O??!1,this.body=b,this.bodyType=S??e.BodyType.Statement,this.summary=P,this.doc=this.csharp.xmlDocBlockOf(v??{summary:P,codeExample:ee}),this.type=C??Jt.INSTANCE,this.reference=x,this.parameters=Y??[],this.typeParameters=J??[],this.annotations=(K??[]).map(D=>D instanceof gt?this.csharp.annotation({reference:D}):D),this.interfaceReference=L}get isAsyncEnumerable(){return fe.AsyncEnumerable(this.return)}addParameter(r){return r instanceof Kt||(r=new Kt(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===Jt.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:$e(this.bodyType)}}getParameters(){return this.parameters}};(function(e){e.BodyType={Statement:"statement",Expression:"expression"}})(Qn||(Qn={}));var Ps=class extends xt{constructor({name:r,namespace:n,access:i,partial:y,interfaceReferences:c,enclosingType:b,origin:O},S){super(O,S);g(this,"access");g(this,"partial");g(this,"reference");g(this,"interfaceReferences");g(this,"fields",[]);g(this,"methods",[]);r=r||(O?this.model.getClassNameFor(O):Os("Class/Interface name or origin is required")),this.reference=b?this.csharp.classReference({name:r,enclosingType:b}):this.csharp.classReference({name:r,namespace:n||Os("Class/Interface: Namespace or enclosingType is required ")}),this.access=i,this.partial=y??!1,this.interfaceReferences=c??[]}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(fe.Provenance(this.origin)?this.origin.node:this.origin,r):Os(`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 ws(r,this.generation);return this.fields.push(n),n}addMethod(r){r.enclosingType=this.reference;let n=new Qn(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 Wt(this,this.generation)}asNonOptional(){return this}get defaultValue(){return this.csharp.Literal.null()}get fullyQualifiedName(){return this.reference.fullyQualifiedName}};var Ct=class Ct extends Ps{constructor({name:r,namespace:n,access:i,static_:y,abstract_:c,sealed:b,partial:O,readonly:S,parentClassReference:P,interfaceReferences:v,enclosingType:C,type:x,summary:Y,doc:J,annotations:K,primaryConstructor:ee,origin:L},q){super({name:r,namespace:n,access:i,partial:O,interfaceReferences:v,enclosingType:C,origin:L},q);g(this,"static_");g(this,"abstract_");g(this,"sealed");g(this,"readonly");g(this,"parentClassReference");g(this,"type");g(this,"summary");g(this,"doc");g(this,"annotations",[]);g(this,"primaryConstructor");g(this,"namespaceReferences",[]);g(this,"constructors",[]);g(this,"operators",[]);g(this,"nestedClasses",[]);g(this,"nestedInterfaces",[]);this.static_=y??!1,this.abstract_=c??!1,this.sealed=b??!1,this.readonly=S??!1,this.type=x??Ct.ClassType.Class,this.summary=Y,this.doc=this.csharp.xmlDocBlockOf(J??{summary:Y}),this.parentClassReference=P,this.annotations=(K??[]).map(G=>G instanceof gt?this.csharp.annotation({reference:G}):G),this.primaryConstructor=ee}addConstructor(r){let n=new Ct.Constructor(r,this.generation);return this.constructors.push(n),n}addNestedClass(r){if(r instanceof Ct||(r.enclosingType=this.reference,r=new Ct(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 Ct?this.addNestedClass(n):this.addNestedClass(n)})}addAnnotation(r){return r instanceof Rn||(r=new Rn(r,this.generation)),this.annotations.push(r),r}addOperator(r){this.operators.push(r)}addOperators(r){r.forEach(n=>this.addOperator(n))}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,y)=>{y>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,y)=>{i.write(r),y<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.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}writeConstructors(r){this.constructors.forEach(n=>{r.writeNode(this.csharp.xmlDocBlockOf(n.doc)),r.write(`${n.access} ${this.name} (`),n.parameters.forEach((i,y)=>{i.write(r),y<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,y)=>{i.write(r),r.writeNewLineIfLastLineNot(),y<this.fields.length-1&&r.newLine()})}writeConsts(r){this.writeFields({writer:r,fields:this.getFields().sort(vs).sort(Qu).filter(this.fieldConstFilter())})}writeFieldFields(r){this.writeFields({writer:r,fields:this.getFields().sort(vs).sort(Qu).filter(this.fieldFieldFilter())})}writeProperties(r){this.writeFields({writer:r,fields:this.getFields().sort(vs).sort(Qu).filter(this.fieldPropertyFilter())})}writeMethods(r){this.methods.sort(vs).sort(gq).sort(mq).forEach(n=>{n.write(r),r.writeNewLineIfLastLineNot(),r.newLine()})}writeOperators(r){this.operators.forEach(n=>{this.writeOperator({writer:r,operator:n}),r.newLine()})}writeNestedClasses(r){this.nestedClasses.sort(vs).forEach((n,i)=>{n.write(r),r.writeNewLineIfLastLineNot(),i<this.fields.length-1&&r.newLine()})}writeNestedInterfaces(r){this.nestedInterfaces.sort(vs).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===Ct.ClassType.Class||this.type===Ct.ClassType.Record}writeOperator({writer:r,operator:n}){if(r.write("public static "),n.type===Ct.CastOperator.Type.Explicit||n.type===Ct.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((y,c)=>{y.write(r),c<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)}};g(Ct,"ClassType",{Class:"class",Record:"record",Struct:"struct",RecordStruct:"record struct"}),g(Ct,"Access",Ze);var On=Ct;(function(e){class t{constructor({doc:i,body:y,parameters:c,access:b,baseConstructorCall:O},S){g(this,"generation");g(this,"doc");g(this,"body");g(this,"parameters");g(this,"access");g(this,"baseConstructorCall");this.generation=S,this.parameters=c??[],this.access=b??Ze.Public,this.doc=i,this.body=new Gn({},this.generation),y!=null&&this.body.append(y),this.baseConstructorCall=O}addParameter(i){let y=new Kt(i,this.generation);return this.parameters.push(y),y}}e.Constructor=t;let r;(function(n){n.Type={Implicit:"implicit",Explicit:"explicit"}})(r=e.CastOperator||(e.CastOperator={}))})(On||(On={}));function WA(e){switch(e){case void 0:return 0;case Ze.Private:return 1;case Ze.Protected:return 2;case Ze.Internal:return 3;case Ze.Public:return 4}}function vs(e,t){return WA(e.access)-WA(t.access)}function Qu(e,t){return e.isStatic===t.isStatic?0:e.isStatic?-1:1}function mq(e,t){return e.type===Jt.STATIC&&t.type!==Jt.STATIC?-1:e.type!==Jt.STATIC&&t.type===Jt.STATIC?1:0}function gq(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}s();o();a();var js=class extends xt{constructor({name:r,namespace:n,access:i,annotations:y,origin:c},b){super(c,b);g(this,"access");g(this,"reference");g(this,"annotations");g(this,"fields",[]);this.reference=this.csharp.classReference({name:r,namespace:n,origin:c}),this.access=i,this.annotations=y??[]}get name(){return this.reference.name}get namespace(){return this.reference.namespace}getNamespace(){return this.namespace}addMember(r){this.fields.push({name:r.name,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}))})})})}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()}};s();o();a();var Ss=class extends Ps{constructor({name:t,namespace:r,access:n,partial:i,interfaceReferences:y,enclosingType:c,origin:b},O){super({name:t,namespace:r,access:n,partial:i,interfaceReferences:y,enclosingType:c,origin:b},O)}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()}};s();o();a();var Es=class extends xt{constructor({name:r,namespace:n,parentClassReference:i,origin:y},c){super(y,c);g(this,"reference");g(this,"parentClassReference");g(this,"testMethods",[]);this.reference=this.csharp.classReference({name:r,namespace:n,origin:y}),this.parentClassReference=i}get name(){return this.reference.name}get namespace(){return this.reference.namespace}write(r){r.writeNode(this.getClass())}getClass(){let r=new On({access:Ze.Public,name:this.name,namespace:this.namespace,annotations:[this.NUnit.Framework.TestFixture],parentClassReference:this.parentClassReference,origin:this.origin},this.generation);for(let n of this.testMethods)r.addMethod({access:Ze.Public,isAsync:n.isAsync,name:n.name,parameters:[],body:n.body,annotations:[this.NUnit.Framework.Test]});return r}addTestMethod(r){this.testMethods.push(r)}};s();o();a();zA();s();o();a();import{fail as Tq}from"assert";s();o();a();import{fail as xs}from"assert";s();o();a();var Yu={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 _q=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 Oq=new Set(["from","where","select","orderby","groupby","into","let","join","on","equals"]),wq=new Set(["async","await"]),Pq=new Set(["yield"]),vq=new Set(["var","dynamic"]),jq=new Set(["using","alias"]);var Sq=new Set(["required","scoped","unmanaged","managed"]),Eq=new Set(["when","and","or","not"]),Aq=new Set(["Equals","GetHashCode","ToString","GetType","MemberwiseClone","Finalize"]),xq=new Set([..._q,...Oq,...wq,...Pq,...vq,...jq,...Sq,...Eq]),Ra=class{constructor(t,r,n){g(this,"registry");g(this,"name");g(this,"jsonPath");this.registry=t,this.name=r,this.jsonPath=n}};var Na=class{constructor(t){g(this,"scope");g(this,"byName",new Map);g(this,"byPath",new Map);g(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)&&xs(`set: ${t.name} in ${this.scope.fullyQualifiedName} already exists`),t.jsonPath&&this.byPath.has(t.jsonPath)&&xs(`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)&&xs(`redirect: ${t} in ${this.scope.fullyQualifiedName} already has a redirect`),this.redirections.set(t,r)}},Zu=class extends Ra{constructor(r,n,i,y){super(r,n);g(this,"namespace");g(this,"fullyQualifiedName");g(this,"fields");g(this,"methods");this.namespace=i,this.fullyQualifiedName=y,this.fields=new Na(this),this.methods=new Na(this)}isKeyword(r){return xq.has(r)}isBuiltinMemberName(r){return Aq.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 y=this.registry.model.jsonPath(n);if(y){let O=this.fields.getByJsonPath(y);if(O)return O.name}let c=this.fields.getByName(r);if(c&&y===c.jsonPath)return r;switch(this.nameBlocked(r)){case"field":n&&fe.Provenance(n)&&n.explicit||xs(`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 Ia(this.registry,r,this,y,i)),this.registry.setFieldNameShortcut(y,r),r}let b=this.getAlternativeName(r);return this.fields.set(new Ia(this.registry,b,this,y,i)),this.fields.redirect(r,b),this.registry.setFieldNameShortcut(y,b),b}getFieldName(r,n){let i=this.getFieldByJsonPath(this.registry.model.jsonPath(r))?.name;if(i)return i;if(fe.Provenance(r)){let b=this.getRedirectedFieldName(n);if(b)return b;let O=this.getFieldByName(n);return O?this.registry.model.provenance(O.jsonPath)?.explicit?n:`${n}_`:n}let y=this.getFieldByName(n);if(y)return this.registry.model.provenance(y.jsonPath)?.explicit?n:y.name;let c=this.getRedirectedFieldName(n);if(c)return c;this.isMethod(n)}},ku=class extends Ra{constructor(r,n,i,y){super(r,n,y);g(this,"scope");this.scope=i}},Ia=class extends ku{constructor(r,n,i,y,c){super(r,n,i,y);g(this,"field");this.field=c}};var Ts=class e{constructor(t){g(this,"generation");g(this,"classReferenceByJsonPath",new Map);g(this,"typeRegistry",new Map);g(this,"namespaceRegistry",new Map);g(this,"typeNames",new Map);g(this,"namespaceNames",new Map);g(this,"implicitNamespaces",new Set);g(this,"shortcuts",new Map);g(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(Yu))t.split(".").forEach(n=>this.knownBuiltInIdentifiers.add(n)),r.forEach(n=>this.knownBuiltInIdentifiers.add(n));for(let[t,r]of Object.entries(Yu)){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&&xs(`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.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:y,fullyQualifiedName:c,origin:b}=t;if(b){let O=this.model.jsonPath(b)??xs(`JsonPath not found for origin: ${JSON.stringify(b).substring(0,100)}`);this.classReferenceByJsonPath.set(O,t)}if(r&&r!==c&&!this.typeRegistry.has(r)&&this.typeRegistry.set(r,t),!this.typeRegistry.has(c)){this.typeRegistry.set(c,t);for(let O of this.allNamespacesOf(i))this.registerNamespace(O,O);y||this.trackTypeName(n,i);for(let O of[this.generation.namespaces.root,...this.implicitNamespaces])if(i.startsWith(O)){let S=i.split(".")[O.split(".").length];S&&this.trackTypeName(S,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 y of n)this.namespaceNames.has(y)?this.namespaceNames.get(y)?.add(i):this.namespaceNames.set(y,new Set([i])),i=i?`${i}.${y}`:y}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:y,origin:c}=t,b=this.model.jsonPath(c),O=(b?this.classReferenceByJsonPath.get(b):void 0)??this.typeRegistry.get(r),S=this.model.jsonPath(O?.origin),P=S&&b?S===b?"match":"mismatch":"no origin";if(O&&P!=="mismatch")return new gt({name:O.name,namespace:O.namespace,enclosingType:O.enclosingType,fullyQualifiedName:O.fullyQualifiedName,namespaceAlias:t.namespaceAlias,fullyQualified:t.fullyQualified,generics:t.generics,global:t.global,origin:O.origin??c,isCollection:O.isCollection,isReferenceType:O.isReferenceType,multipartMethodName:O.multipartMethodName,multipartMethodNameForCollection:O.multipartMethodNameForCollection},O.scope,this.generation);let v=!1,C=this.resolveNamespace(i);C!==i&&(i=C,v=!0);let x;e:for(;;){x=e.fullyQualifiedNameOf({name:n,namespace:i,enclosingType:y});let Y="",J=i.split(".");for(let K=0;K<J.length;K++)if(Y=Y?`${Y}.${J[K]}`:`${J[K]}`,this.typeRegistry.has(Y)){J[K]=`${J[K]}_`,i=J.join("."),v=!0;continue e}if(v&&this.registerNamespace(t.namespace,i),P==="mismatch"&&O?.name===n){n=`${n}_`,v=!0;continue e}if(this.namespaceRegistry.has(x)){n=`${n}_`,v=!0;continue e}break}return this.trackType(new gt({name:n,namespace:i,enclosingType:y,namespaceAlias:t.namespaceAlias,fullyQualified:t.fullyQualified,generics:t.generics,global:t.global,fullyQualifiedName:x,origin:c,isCollection:t.isCollection,isReferenceType:t.isReferenceType,multipartMethodName:t.multipartMethodName,multipartMethodNameForCollection:t.multipartMethodNameForCollection},new Zu(this,n,i,x),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 y=n.slice(0,i).join(".");if(this.namespaceRegistry.has(y)){let c=this.namespaceRegistry.get(y);if(c!==void 0){let b=n.slice(i).join("."),O=`${c}.${b}`;return this.registerNamespace(t,O),O}}}return t}canonicalizeNamespace(t){let r=this.namespaceRegistry.get(t);if(r!==void 0)return r;let n=!1,i=t;e:for(;;){let y="",c=i.split(".");for(let b=0;b<c.length;b++)if(y=y?`${y}.${c[b]}`:`${c[b]}`,this.typeRegistry.has(y)){c[b]=`${c[b]}_`,i=c.join("."),n=!0;continue e}break}return n&&this.registerNamespace(t,i),i}};var Ba=class{constructor(t){g(this,"generation");g(this,"frozen",!1);g(this,"extraClassReferences",new Map);g(this,"InstantiatedPrimitive",{string:t=>new ft({type:"string",value:t},this.generation),boolean:t=>new ft({type:"boolean",value:t},this.generation),integer:t=>new ft({type:"integer",value:t},this.generation),long:t=>new ft({type:"long",value:t},this.generation),uint:t=>new ft({type:"uint",value:t},this.generation),ulong:t=>new ft({type:"ulong",value:t},this.generation),float:t=>new ft({type:"float",value:t},this.generation),double:t=>new ft({type:"double",value:t},this.generation),date:t=>new ft({type:"date",value:t},this.generation),dateTime:(t,r=!0)=>new ft({type:"dateTime",value:t,parse:r},this.generation),uuid:t=>new ft({type:"uuid",value:t},this.generation),null:()=>new ft({type:"null"},this.generation)});g(this,"Literal",{class_:({reference:t,fields:r})=>new ye.Class_(t,r,this.generation),dictionary:({keyType:t,valueType:r,entries:n})=>new ye.Dictionary(t,r,n,this.generation),list:({valueType:t,values:r})=>new ye.List(t,r,this.generation),set:({valueType:t,values:r})=>new ye.Set(t,r,this.generation),boolean:t=>new ye.Boolean(t,this.generation),float:t=>new ye.Float(t,this.generation),date:t=>new ye.Date(t,this.generation),datetime:t=>new ye.DateTime(t,this.generation),decimal:t=>new ye.Decimal(t,this.generation),double:t=>new ye.Double(t,this.generation),integer:t=>new ye.Integer(t,this.generation),long:t=>new ye.Long(t,this.generation),uint:t=>new ye.Uint(t,this.generation),ulong:t=>new ye.Ulong(t,this.generation),reference:t=>new ye.Reference(t,this.generation),string:t=>new ye.String(t,this.generation),null:()=>new ye.Null(this.generation),nop:()=>new ye.Nop(this.generation),unknown:t=>new ye.Unknown(t,this.generation)});g(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=Ts.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} -
97
- ${Ds()}`)}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)??Tq(`Origin not found for property: ${JSON.stringify(r).substring(0,100)}`),y=t.getFieldName(i,n);return y||n}class_(t){let r=t;return"reference"in t&&(r={...t.reference,...t}),new On(r,this.generation)}testClass(t){return new Es(t,this.generation)}annotation(t){return new Rn(t,this.generation)}instantiateClass(t){return new ns(t,this.generation)}invokeMethod(t){return new os(t,this.generation)}codeblock(t){return new Wn(t,this.generation)}code(){return new Gn({},this.generation)}anonymousFunction(t){return new ds(t)}parameter(t){return new Kt(t,this.generation)}interface_(t){return new Ss(t,this.generation)}enum_(t){return new js(t,this.generation)}dictionary(t){return new is(t,this.generation)}list(t){return new as(t,this.generation)}readOnlyMemory(t){return new us(t,this.generation)}set(t){return new cs(t,this.generation)}switch_(t){return new ys(t,this.generation)}ternary(t){return new ms(t,this.generation)}and(t){return new ps(t,this.generation)}or(t){return new hs(t,this.generation)}enumInstantiation(t){return new ss(t,this.generation)}string_(t){return new fs(t,this.generation)}xmlDocBlock(t){return new Hn(t,this.generation)}xmlDocBlockOf(t){return t instanceof Hn?t:new Hn(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)}.`)}};s();o();a();function he(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}s();o();a();var Ca=class{constructor(t){g(this,"generation");g(this,"System",he({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:"Serializable",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:()=>he({Serialization:()=>he({EnumMember:()=>this.csharp.classReference({name:"EnumMember",namespace:"System.Runtime.Serialization"})})}),Collections:()=>he({Generic:()=>he({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:()=>he({Enumerable:()=>this.csharp.classReference({name:"Enumerable",namespace:"System.Linq"})})}),Globalization:()=>he({DateTimeStyles:()=>this.csharp.classReference({name:"DateTimeStyles",namespace:"System.Globalization"})}),Linq:()=>he({Enumerable:()=>this.csharp.classReference({name:"Enumerable",namespace:"System.Linq"})}),Net:()=>he({Http:()=>he({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:()=>he({SseEvent:()=>this.csharp.classReference({name:"SseEvent",namespace:"System.Net.ServerSentEvents"}),SseParser:()=>this.csharp.classReference({name:"SseParser",namespace:"System.Net.ServerSentEvents"})}),WebSockets:()=>he({ClientWebSocketOptions:()=>this.csharp.classReference({name:"ClientWebSocketOptions",namespace:"System.Net.WebSockets"})})}),IO:()=>he({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:()=>he({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:()=>he({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:()=>he({JsonNode:()=>this.csharp.classReference({name:"JsonNode",namespace:"System.Text.Json.Nodes"}),JsonObject:()=>this.csharp.classReference({name:"JsonObject",namespace:"System.Text.Json.Nodes"})}),Serialization:()=>he({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:"JsonExtensionData",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:"JsonIgnore",namespace:"System.Text.Json.Serialization"}),JsonPropertyName:()=>this.csharp.classReference({name:"JsonPropertyName",namespace:"System.Text.Json.Serialization"})})})}),Threading:()=>he({CancellationToken:()=>this.csharp.classReference({name:"CancellationToken",namespace:"System.Threading"}),Tasks:()=>he({Task:t=>this.csharp.classReference({name:"Task",namespace:"System.Threading.Tasks",generics:t?[t]:void 0})})})}));g(this,"NUnit",he({Framework:()=>he({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"})})}));g(this,"OneOf",he({OneOf:t=>this.csharp.classReference({name:"OneOf",namespace:"OneOf",generics:t}),OneOfBase:t=>this.csharp.classReference({name:"OneOfBase",namespace:"OneOf",generics:t})}));g(this,"Google",he({Protobuf:()=>he({WellKnownTypes:()=>he({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"})})})}));g(this,"WireMock",he({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"})}));g(this,"Grpc",he({Core:()=>he({RpcException:()=>this.csharp.classReference({name:"RpcException",namespace:"Grpc.Core"})})}));this.generation=t}get csharp(){return this.generation.csharp}};s();o();a();import{fail as qa}from"assert";function KA(e){return e.split(".").filter(t=>!["name","camelCase","snakeCase","screamingSnakeCase","pascalCase"].includes(t)).join(".")}var Da=class{constructor(t,r){g(this,"generation");g(this,"indexByObject",new Map);g(this,"indexByPath",new Map);g(this,"explicitByObject",new Map);g(this,"explicitByPath",new Map);g(this,"root");g(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=KA(n?.jsonPath?`${n.jsonPath}.${r}`:r);if(this.indexByPath.has(i)){n||qa(`Parent provenance not found for node: ${JSON.stringify(t).substring(0,100)}`),this.indexByObject.set(t,n);for(let[c,b]of Object.entries(t))typeof b=="object"&&b!==null&&this.createIndex(b,c,n);return n}let y={jsonPath:i,name:r,node:t,parent:n};this.indexByObject.set(t,y),this.indexByPath.set(i,y);for(let[c,b]of Object.entries(t))typeof b=="object"&&b!==null&&this.createIndex(b,c,y);return y}staticExplicit(t){return this.explicit(this.ir,t)}explicit(t,r){let n=this.provenance(t)??qa(`Provenance not found for node: ${JSON.stringify(t).substring(0,100)}`),i={...n,jsonPath:KA(`${n.jsonPath}+${r}`),name:r,node:n.node,parent:n,explicit:!0},y=this.explicitByObject.get(n.node);return y?y.add(i):this.explicitByObject.set(n.node,new Set([i])),this.explicitByPath.set(i.jsonPath,i),i}provenance(t){if(t!==void 0)return fe.string(t)?this.explicitByPath.get(t)??this.indexByPath.get(t):fe.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=fe.IR.ExampleEnumType(r)?r.value.name:r.name,i=t.values.find(y=>this.nameEquals(y.name.name,n));return i?this.getPropertyNameFor(i):qa(`Unexpected - can't find enum value ${n} in enum`)}getPropertyNameFor(t){let r=this.registry.getFieldNameByOrigin(t);if(r)return r;if(fe.Provenance(t))return t.name;if("name"in t){if(fe.IR.NameAndWireValue(t.name))return t.name.name.pascalCase.safeName;if(fe.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(fe.Provenance(t))return t.name;if("name"in t){if(fe.IR.TypeDeclaration(t)||fe.IR.NameAndWireValue(t.name))return t.name.name.pascalCase.safeName;if(fe.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=fe.string(t)?t:fe.IR.NamedType(t)||fe.IR.DeclaredTypeName(t)?t.typeId:fe.IR.ExampleNamedType(t)?t.typeName.typeId:t.name.typeId,n=this.irNode(this.ir.types[r]);if(fe.IR.TypeDeclaration(n))return{typeId:r,typeDeclaration:n};qa(`dereferenceType: typeId ${r} not resolved.`)}};var oa=class{constructor(t,r,n,i,y={makeRelativeFilePath:c=>c,makeAbsoluteFilePath:c=>c,getNamespaceForTypeId:c=>"",getDirectoryForTypeId:c=>"",getCoreAsIsFiles:()=>[],getCoreTestAsIsFiles:()=>[],getPublicCoreAsIsFiles:()=>[],getAsyncCoreAsIsFiles:()=>[],getChildNamespaceSegments:c=>[]}){g(this,"intermediateRepresentation");g(this,"apiName");g(this,"customConfig");g(this,"generatorConfig");g(this,"support");g(this,"ir");g(this,"dir");g(this,"csharp",new Ba(this));g(this,"registry",new Ts(this));g(this,"model");g(this,"extern",new Ca(this));g(this,"settings",he({namespace:()=>this.customConfig.namespace??va(ja(`${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,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,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"]??{},generateNewAdditionalProperties:()=>this.customConfig["additional-properties"]??this.customConfig["experimental-additional-properties"]??!0,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"?Ze.Internal:Ze.Public,extraDependencies:()=>this.customConfig["extra-dependencies"]??{},pascalCaseEnvironments:()=>this.customConfig["pascal-case-environments"]??!0,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??"."}}}));g(this,"constants",{folders:he({mockServerTests:()=>this.support.makeRelativeFilePath("Unit/MockServer"),types:()=>"Types",exceptions:()=>"Exceptions",src:()=>"src",protobuf:()=>"proto",serializationTests:()=>this.support.makeRelativeFilePath("Unit/Serialization"),project:()=>this.support.makeRelativeFilePath(aa(this.constants.folders.sourceFiles,this.support.makeRelativeFilePath(this.names.files.project))),sourceFiles:()=>this.support.makeRelativeFilePath(this.constants.folders.src),coreFiles:()=>this.support.makeRelativeFilePath(aa(this.constants.folders.project,this.support.makeRelativeFilePath(this.constants.defaults.core))),publicCoreFiles:()=>this.support.makeRelativeFilePath(aa(this.constants.folders.project,this.support.makeRelativeFilePath(this.constants.defaults.core),this.support.makeRelativeFilePath(this.constants.defaults.publicCore))),testFiles:()=>this.support.makeRelativeFilePath(aa(this.constants.folders.sourceFiles,this.support.makeRelativeFilePath(this.names.files.testProject)))}),formatting:he({indent:()=>" "}),defaults:he({core:()=>"Core",publicCore:()=>"Public",version:()=>"0.0.0"})});g(this,"namespaces",he({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,asyncCore:()=>`${this.namespaces.core}.Async`,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"])}));g(this,"names",{classes:he({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:he({client:()=>va(ja(`${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:he({project:()=>this.namespaces.root,testProject:()=>`${this.namespaces.root}.Test`}),methods:he({mockOauth:()=>"MockOAuthEndpoint",getAccessTokenAsync:()=>"GetAccessTokenAsync"}),variables:he({client:()=>"client",response:()=>"response",httpRequest:()=>"httpRequest",sendRequest:()=>"sendRequest",responseBody:()=>"responseBody",query:()=>"_query",headers:()=>"_headers"}),parameters:he({cancellationToken:()=>"cancellationToken",requestOptions:()=>"options",idempotentOptions:()=>"options"})});g(this,"Types",he({Arbitrary:t=>new Re.AribitraryType(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")}),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}),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}),AsyncApiOptions:()=>this.csharp.classReference({origin:this.model.staticExplicit("AsyncApiOptions"),namespace:`${this.namespaces.asyncCore}.Models`}),QueryBuilder:()=>this.csharp.classReference({origin:this.model.staticExplicit("Query"),namespace:this.namespaces.asyncCore}),OAuthTokenProvider:()=>this.csharp.classReference({origin:this.model.staticExplicit("OAuthTokenProvider"),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}),AsyncApi:t=>this.csharp.classReference({origin:this.model.staticExplicit("AsyncApi"),namespace:this.namespaces.asyncCore,generics:[t]}),AsyncEvent:t=>this.csharp.classReference({origin:this.model.staticExplicit("Event"),namespace:`${this.namespaces.asyncCore}.Events`,generics:[t]}),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:y,itemType:c})=>this.csharp.classReference({origin:this.model.staticExplicit("OffsetPager"),namespace:this.namespaces.core,generics:[t,r,n,i,y,c]}),CursorPager:({requestType:t,requestOptionsType:r,responseType:n,cursorType:i,itemType:y})=>this.csharp.classReference({origin:this.model.staticExplicit("CursorPager"),namespace:this.namespaces.core,generics:[t,r,n,i,y]}),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})}));g(this,"Primitive",he({string:()=>new Re.String(this),boolean:()=>new Re.Boolean(this),integer:()=>new Re.Integer(this),long:()=>new Re.Long(this),uint:()=>new Re.Uint(this),ulong:()=>new Re.ULong(this),float:()=>new Re.Float(this),double:()=>new Re.Double(this),object:()=>new Re.Object(this)}));g(this,"Value",he({binary:()=>new Bt.Binary(this),dateOnly:()=>new Bt.DateOnly(this),dateTime:()=>new Bt.DateTime(this),uuid:()=>new Bt.Uuid(this),stringEnum:t=>new Bt.StringEnum(t,this)}));g(this,"Collection",he({array:t=>new at.Array(t,this),listType:t=>new at.ListType(t,this),list:t=>new at.List(t,this),set:t=>new at.Set(t,this),map:(t,r,n)=>new at.Map(t,r,this,n),idictionary:(t,r,n)=>new at.IDictionary(t,r,this,n),keyValuePair:(t,r)=>new at.KeyValuePair(t,r,this)}));g(this,"format",he({private:t=>`_${Sa.camelCase(t)}`}));g(this,"initializers",he({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=y,this.model=new Da(t,this),this.ir=fe.IR.IntermediateRepresentation(t)?t:{},this.dir=fe.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}};s();o();a();var Qt=class{constructor(t){g(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}};s();o();a();var Fa=class extends Qt{constructor({context:r}){super(r.generation);g(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:Me.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:$e(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((y,c)=>{this.context.errors.scope({index:c});try{return this.convert({typeReference:r,value:y})}finally{this.context.errors.unscope()}})}):(this.context.errors.add({severity:Me.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 y=this.context.getValueAsBoolean({value:n});return y==null?this.csharp.Literal.nop():this.csharp.Literal.boolean(y)}case"string":{let y=this.context.getValueAsString({value:n});return y==null?i?this.Primitive.string.getDeterminsticDefault(i):this.csharp.Literal.nop():this.csharp.Literal.string(y)}default:$e(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((y,c)=>{this.context.errors.scope({index:c});try{return this.convert({typeReference:r,value:y})}finally{this.context.errors.unscope()}})}):(this.context.errors.add({severity:Me.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:Me.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(([y,c])=>{this.context.errors.scope(y);try{return{key:this.convert({typeReference:r.key,value:y,as:"key"}),value:this.convert({typeReference:r.value,value:c})}}finally{this.context.errors.unscope()}})})}convertNamed({named:r,value:n,as:i,fallbackToDefault:y}){switch(r.type){case"alias":return this.convert({typeReference:r.typeReference,value:n,as:i,fallbackToDefault:y});case"discriminatedUnion":return this.settings.shouldGeneratedDiscriminatedUnions?this.convertDiscriminatedUnion({discriminatedUnion:r,value:n,fallbackToDefault:y}):this.convertUnknown({value:n,fallbackToDefault:y});case"enum":return this.getEnumValue(r,n);case"object":return this.convertObject({object_:r,value:n,fallbackToDefault:y});case"undiscriminatedUnion":return this.convertUndiscriminatedUnion({undiscriminatedUnion:r,value:n,fallbackToDefault:y});default:$e(r)}}convertDiscriminatedUnion({discriminatedUnion:r,value:n,fallbackToDefault:i}){let y=this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}),c=this.context.resolveDiscriminatedUnionTypeInstance({discriminatedUnion:r,value:n});if(c==null)return this.csharp.Literal.nop();let b=c.singleDiscriminatedUnionType,O=this.getBaseProperties({discriminatedUnionTypeInstance:c,singleDiscriminatedUnionType:b});switch(b.type){case"samePropertiesAsObject":{let S=this.context.resolveNamedType({typeId:b.typeId});return S==null?this.csharp.Literal.nop():this.instantiateUnionWithBaseProperties({classReference:y,baseProperties:O,arguments_:[this.convertNamed({named:S,value:c.value})]})}case"singleProperty":{if(this.context.getRecord(c.value)==null)return this.csharp.Literal.nop();try{let P=["Value","Type"].includes(b.discriminantValue.name.pascalCase.safeName)?`${b.discriminantValue.name.pascalCase.safeName}Inner`:b.discriminantValue.name.pascalCase.safeName;return this.context.errors.scope(b.discriminantValue.wireValue),this.instantiateUnionWithBaseProperties({classReference:y,baseProperties:O,arguments_:[this.csharp.instantiateClass({classReference:this.csharp.classReference({name:P,enclosingType:y}),arguments_:[this.convert({typeReference:b.typeReference,value:b.discriminantValue.wireValue})]})]})}finally{this.context.errors.unscope()}}case"noProperties":return this.instantiateUnionWithBaseProperties({classReference:y,baseProperties:O,arguments_:[this.csharp.instantiateClass({classReference:this.csharp.classReference({origin:c.discriminantValue,enclosingType:y}),arguments_:[]})]});default:$e(b)}}getBaseProperties({discriminatedUnionTypeInstance:r,singleDiscriminatedUnionType:n}){return this.context.associateByWireValue({parameters:n.properties??[],values:this.context.getRecord(r.value)??{},ignoreMissingParameters:!0}).map(y=>{this.context.errors.scope(y.name.wireValue);try{return{name:this.context.getPropertyName(y.name.name),assignment:this.convert(y)}}finally{this.context.errors.unscope()}})}instantiateUnionWithBaseProperties({classReference:r,arguments_:n,baseProperties:i}){let y=this.csharp.instantiateClass({classReference:r,arguments_:n,multiline:!0});return i.length===0?this.csharp.Literal.reference(y):this.csharp.Literal.reference(this.csharp.codeblock(c=>{c.write(y," "),c.pushScope();for(let b of i)c.write(b.name," = ",b.assignment,",");c.popScope(!1)}))}getEnumValue(r,n){if(typeof n!="string")return this.context.errors.add({severity:Me.Critical,message:`Expected enum value string, got: ${typeof n}`}),this.csharp.Literal.nop();let i=r.values.find(b=>b.wireValue===n);if(i==null)return this.context.errors.add({severity:Me.Critical,message:`An enum value named "${n}" does not exist in this context`}),this.csharp.Literal.nop();let y=this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}),c=y.registerField(this.model.getPropertyNameFor(i),i);return this.csharp.Literal.reference(this.csharp.enumInstantiation({reference:y,value:c}))}convertObject({object_:r,value:n,fallbackToDefault:i}){let y=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:y.map(c=>{this.context.errors.scope(c.name.wireValue);try{return{name:this.context.getClassName(c.name.name),value:this.convert(c)}}finally{this.context.errors.unscope()}})})}convertUndiscriminatedUnion({undiscriminatedUnion:r,value:n,fallbackToDefault:i}){let y=this.findMatchingUndiscriminatedUnionType({undiscriminatedUnion:r,value:n});return y==null?this.csharp.Literal.nop():y.typeLiteral}findMatchingUndiscriminatedUnionType({undiscriminatedUnion:r,value:n}){for(let i of r.types)try{let y=this.convert({typeReference:i,value:n});return{valueTypeReference:i,typeLiteral:y}}catch{continue}this.context.errors.add({severity:Me.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:y}){switch(r){case"INTEGER":{let c=this.getValueAsNumber({value:n,as:i});return c==null?y?this.Primitive.integer.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.integer(c)}case"LONG":{let c=this.getValueAsNumber({value:n,as:i});return c==null?y?this.Primitive.long.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.long(c)}case"UINT":{let c=this.getValueAsNumber({value:n,as:i});return c==null?y?this.Primitive.uint.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.uint(c)}case"UINT_64":{let c=this.getValueAsNumber({value:n,as:i});return c==null?y?this.Primitive.ulong.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.ulong(c)}case"FLOAT":{let c=this.getValueAsNumber({value:n,as:i});return c==null?y?this.Primitive.float.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.float(c)}case"DOUBLE":{let c=this.getValueAsNumber({value:n,as:i});return c==null?y?this.Primitive.double.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.double(c)}case"BOOLEAN":{let c=this.getValueAsBoolean({value:n,as:i});return c==null?y?this.Primitive.boolean.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.boolean(c)}case"STRING":{let c=this.context.getValueAsString({value:n});return c==null?y?this.Primitive.string.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.string(c)}case"DATE":{let c=this.context.getValueAsString({value:n});return c==null?y?this.Value.dateOnly.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.date(c)}case"DATE_TIME":{let c=this.context.getValueAsString({value:n});return c==null?y?this.Value.dateTime.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.datetime(c)}case"UUID":{let c=this.context.getValueAsString({value:n});return c==null?y?this.Primitive.string.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.string(c)}case"BASE_64":{let c=this.context.getValueAsString({value:n});return c==null?y?this.Primitive.string.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.string(c)}case"BIG_INTEGER":{let c=this.context.getValueAsString({value:n});return c==null?y?this.Primitive.string.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.string(c)}default:$e(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})}};s();o();a();var Ua=class extends Qt{constructor({context:r}){super(r.generation);g(this,"context");this.context=r}convert(r){switch(r.typeReference.type){case"list":return this.Collection.list(this.convert({typeReference:r.typeReference,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,unboxOptionals:!0}));case"unknown":return this.convertUnknown();default:$e(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.OneOf.OneOf(r.types.map(n=>this.convert({typeReference:n})));default:$e(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:$e(r)}}};s();o();a();var La=class extends Qt{constructor({context:r}){super(r.generation);g(this,"context");this.context=r}getFilePropertyInfo({body:r,value:n}){let i={fileFields:[],bodyPropertyFields:[]},y=this.context.getRecord(n)??{};for(let c of r.properties)switch(c.type){case"file":fe.Record.missingKey(y,c.wireValue)&&(y[c.wireValue]="[bytes]"),i.fileFields.push({name:this.context.getPropertyName(c.name),value:this.getSingleFileProperty({property:c,record:y})});break;case"fileArray":fe.Record.missingKey(y,c.wireValue)&&(y[c.wireValue]=["[bytes]"]),i.fileFields.push({name:this.context.getPropertyName(c.name),value:this.getArrayFileProperty({property:c,record:y})});break;case"bodyProperty":if(fe.Record.missingKey(y,c.name.wireValue))switch(c.typeReference.type){case"optional":break;case"primitive":{switch(c.typeReference.value.toLowerCase()){case"integer":{y[c.name.wireValue]=123;break}case"string":{y[c.name.wireValue]="[string]";break}case"boolean":{y[c.name.wireValue]=!0;break}case"double":{y[c.name.wireValue]=123.456;break}case"float":{y[c.name.wireValue]=123.456;break}case"long":{y[c.name.wireValue]=123456789;break}case"uint":{y[c.name.wireValue]=123;break}case"uint64":{y[c.name.wireValue]=12345;break}case"date":{y[c.name.wireValue]=new Date(2021,1,1);break}case"datetime":{y[c.name.wireValue]=new Date(2021,1,1,12,0,0);break}case"uuid":{y[c.name.wireValue]="123e4567-e89b-12d3-a456-426614174000";break}case"base64":{y[c.name.wireValue]="SGVsbG8gd29ybGQh";break}case"biginteger":{y[c.name.wireValue]="12345678901234567890";break}}break}default:break}i.bodyPropertyFields.push({name:this.context.getPropertyName(c.name.name),value:this.getBodyProperty({property:c,record:y})});break;default:$e(c)}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(y=>this.context.getFileParameterForString(y))})}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 $a=class e extends Hs{constructor({ir:r,config:n,options:i,generation:y}){super({ir:r,config:n,options:i});g(this,"ir");g(this,"dynamicTypeMapper");g(this,"dynamicLiteralMapper");g(this,"filePropertyMapper");g(this,"generation");this.ir=r,this.generation=y??new oa(r,n.workspaceName,n.customConfig!=null?n.customConfig:{},n),this.dynamicTypeMapper=new Ua({context:this}),this.dynamicLiteralMapper=new Fa({context:this}),this.filePropertyMapper=new La({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 y=this.resolveEndpointLocation(i.endpoint);for(let c of y)switch(c.request.type){case"inlined":this.csharp.classReference({origin:c.request.declaration.name,namespace:this.getNamespace(c.request.declaration.fernFilepath)});break;case"body":break}}this.generation.Types.ClientOptions,this.generation.Types.RootClient,this.csharp.freezeClassReferences()}};s();o();a();var Va=class extends Qt{constructor({context:r}){super(r.generation);g(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(b=>fe.DynamicIR.EndpointExample(n)&&b.id===n.id))throw new Error("Endpoint does not have an example that matches the snippet");let y=this.csharp.codeblock(b=>{b.writeNodeStatement(this.constructClient({endpoint:r,snippet:n})),b.newLine(),b.writeNodeStatement(this.callMethod({endpoint:r,snippet:n}))}),c=this.getStyle(i);switch(c){case kn.Concise:return y;case kn.Full:return this.buildFullCodeBlock({body:y,options:i});default:$e(c)}}buildFullCodeBlock({body:r,options:n}){let i=this.getConfig(n),y=this.csharp.class_({name:i.fullStyleClassName??"Example",namespace:"Usage",access:As.Access.Public});return y.addNamespaceReference(this.Types.RootClient.namespace),y.addMethod({name:"Do",access:As.Access.Public,isAsync:!0,parameters:[],body:r}),y}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",y=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(c=>{c.write("await foreach (var item in "),c.writeNode(y),c.writeLine(")"),c.pushScope(),c.writeLine("/* consume each item */"),c.popScope()}):y}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:Me.Warning,message:`Auth with ${r.auth.type} configuration is required for this endpoint`}));let y=[],c=this.getConstructorBaseUrlArgs({baseUrl:n.baseURL,environment:n.environment});c.length>0&&y.push(...c),this.context.errors.scope(Yt.Headers);let b=[];return this.context.ir.headers!=null&&n.headers!=null&&b.push(...this.getConstructorHeaderArgs({headers:this.context.ir.headers,values:n.headers})),this.context.errors.unscope(),y.length===0?[...i,...b]:[...i,...b,{name:"clientOptions",assignment:this.csharp.instantiateClass({classReference:this.Types.ClientOptions,arguments_:y.map(O=>({name:O.name,assignment:O.assignment})),multiline:!0})}]}getConstructorBaseUrlArgs({baseUrl:r,environment:n}){let i=this.getBaseUrlArg({baseUrl:r,environment:n});return fe.Literal.nop(i)?[]:[{name:this.getBaseUrlOptionName(),assignment:i}]}getBaseUrlArg({baseUrl:r,environment:n}){if(r!=null&&n!=null)return this.context.errors.add({severity:Me.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:Me.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:Me.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,y])=>({name:Is(Qa(i)),assignment:this.context.dynamicLiteralMapper.convert({typeReference:{type:"primitive",value:"STRING"},value:y})})),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 this.addWarning("The C# SDK Generator does not support Inferred auth scheme yet"),[];default:$e(r)}}addError(r){this.context.errors.add({severity:Me.Critical,message:r})}addWarning(r){this.context.errors.add({severity:Me.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)}]}getConstructorHeaderArgs({headers:r,values:n}){let i=[];for(let y of r){let c=this.getConstructorHeaderArg({header:y,value:n.value});c!=null&&i.push({name:this.context.getParameterName(y.name.name),assignment:c})}return i}getConstructorHeaderArg({header:r,value:n}){let i=this.context.dynamicLiteralMapper.convert({typeReference:r.typeReference,value:n,fallbackToDefault:r.name.wireValue});if(!fe.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:$e(r.request)}}getMethodArgsForInlinedRequest({request:r,snippet:n}){let i=[];this.context.errors.scope(Yt.PathParameters);let y=[],c=[...this.context.ir.pathParameters??[],...r.pathParameters??[]];c.length>0&&y.push(...this.getPathParameters({namedParameters:c,snippet:n})),this.context.errors.unscope(),this.context.errors.scope(Yt.RequestBody);let b=this.getFilePropertyInfo({request:r,snippet:n});return this.context.errors.unscope(),this.context.includePathParametersInWrappedRequest({request:r,inlinePathParameters:this.settings.shouldInlinePathParameters})||i.push(...y.map(O=>O.value)),i.push(this.getInlinedRequestArg({request:r,snippet:n,pathParameterFields:this.context.includePathParametersInWrappedRequest({request:r,inlinePathParameters:this.settings.shouldInlinePathParameters})?y:[],filePropertyInfo:b})),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:y}){this.context.errors.scope(Yt.QueryParameters);let b=this.context.associateQueryParametersByWireValue({parameters:r.queryParameters??[],values:n.queryParameters??{}}).map(v=>({name:this.context.getPropertyName(v.name.name),value:this.context.dynamicLiteralMapper.convert(v)}));this.context.errors.unscope(),this.context.errors.scope(Yt.Headers);let S=this.context.associateByWireValue({parameters:r.headers??[],values:n.headers??{}}).map(v=>({name:this.context.getPropertyName(v.name.name),value:this.context.dynamicLiteralMapper.convert({...v,fallbackToDefault:v.name.wireValue})}));this.context.errors.unscope(),this.context.errors.scope(Yt.RequestBody);let P=r.body!=null?this.getInlinedRequestBodyConstructorFields({body:r.body,value:n.requestBody,filePropertyInfo:y}):[];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,...b,...S,...P]})}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:$e(r)}}getInlinedRequestBodyPropertyConstructorFields({parameters:r,value:n}){let i=[],y=this.context.associateByWireValue({parameters:r,values:this.context.getRecord(n)??{}});for(let c of y)i.push({name:this.context.getPropertyName(c.name.name),value:this.context.dynamicLiteralMapper.convert({...c,fallbackToDefault:c.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:$e(r)}}getMethodArgsForBodyRequest({request:r,snippet:n}){let i=[];this.context.errors.scope(Yt.PathParameters);let y=[...this.context.ir.pathParameters??[],...r.pathParameters??[]];return y.length>0&&i.push(...this.getPathParameters({namedParameters:y,snippet:n}).map(c=>c.value)),this.context.errors.unscope(),this.context.errors.scope(Yt.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:$e(r)}}getBytesBodyRequestArg({value:r}){let n=this.context.getValueAsString({value:r});return n==null&&(this.context.errors.add({severity:Me.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=[],y=this.context.associateByWireValueOrDefault({parameters:r,values:n.pathParameters??{}});for(let c of y)i.push({name:this.context.getPropertyName(c.name.name),value:this.context.dynamicLiteralMapper.convert({...c,fallbackToDefault:c.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??kn.Full}getConfig(r){return r.config??this.context.options.config??{}}};var ec=class extends Vs{constructor({ir:t,config:r,options:n={}}){super(new $a({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 Va({context:t})}};export{ec as DynamicSnippetsGenerator};
97
+ ${Ds()}`)}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)??Tq(`Origin not found for property: ${JSON.stringify(r).substring(0,100)}`),y=t.getFieldName(i,n);return y||n}class_(t){let r=t;return"reference"in t&&(r={...t.reference,...t}),new On(r,this.generation)}testClass(t){return new Es(t,this.generation)}annotation(t){return new Rn(t,this.generation)}instantiateClass(t){return new ns(t,this.generation)}invokeMethod(t){return new os(t,this.generation)}codeblock(t){return new Wn(t,this.generation)}code(){return new Gn({},this.generation)}anonymousFunction(t){return new ds(t)}parameter(t){return new Kt(t,this.generation)}interface_(t){return new Ss(t,this.generation)}enum_(t){return new js(t,this.generation)}dictionary(t){return new is(t,this.generation)}list(t){return new as(t,this.generation)}readOnlyMemory(t){return new us(t,this.generation)}set(t){return new cs(t,this.generation)}switch_(t){return new ys(t,this.generation)}ternary(t){return new ms(t,this.generation)}and(t){return new ps(t,this.generation)}or(t){return new hs(t,this.generation)}enumInstantiation(t){return new ss(t,this.generation)}string_(t){return new fs(t,this.generation)}xmlDocBlock(t){return new Hn(t,this.generation)}xmlDocBlockOf(t){return t instanceof Hn?t:new Hn(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)}.`)}};s();o();a();function he(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}s();o();a();var Ca=class{constructor(t){g(this,"generation");g(this,"System",he({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:"Serializable",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:()=>he({Serialization:()=>he({EnumMember:()=>this.csharp.classReference({name:"EnumMember",namespace:"System.Runtime.Serialization"})})}),Collections:()=>he({Generic:()=>he({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:()=>he({Enumerable:()=>this.csharp.classReference({name:"Enumerable",namespace:"System.Linq"})})}),Globalization:()=>he({DateTimeStyles:()=>this.csharp.classReference({name:"DateTimeStyles",namespace:"System.Globalization"})}),Linq:()=>he({Enumerable:()=>this.csharp.classReference({name:"Enumerable",namespace:"System.Linq"})}),Net:()=>he({Http:()=>he({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:()=>he({SseEvent:()=>this.csharp.classReference({name:"SseEvent",namespace:"System.Net.ServerSentEvents"}),SseParser:()=>this.csharp.classReference({name:"SseParser",namespace:"System.Net.ServerSentEvents"})}),WebSockets:()=>he({ClientWebSocketOptions:()=>this.csharp.classReference({name:"ClientWebSocketOptions",namespace:"System.Net.WebSockets"})})}),IO:()=>he({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:()=>he({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:()=>he({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:()=>he({JsonNode:()=>this.csharp.classReference({name:"JsonNode",namespace:"System.Text.Json.Nodes"}),JsonObject:()=>this.csharp.classReference({name:"JsonObject",namespace:"System.Text.Json.Nodes"})}),Serialization:()=>he({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:"JsonExtensionData",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:"JsonIgnore",namespace:"System.Text.Json.Serialization"}),JsonPropertyName:()=>this.csharp.classReference({name:"JsonPropertyName",namespace:"System.Text.Json.Serialization"})})})}),Threading:()=>he({CancellationToken:()=>this.csharp.classReference({name:"CancellationToken",namespace:"System.Threading"}),Tasks:()=>he({Task:t=>this.csharp.classReference({name:"Task",namespace:"System.Threading.Tasks",generics:t?[t]:void 0})})})}));g(this,"NUnit",he({Framework:()=>he({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"})})}));g(this,"OneOf",he({OneOf:t=>this.csharp.classReference({name:"OneOf",namespace:"OneOf",generics:t}),OneOfBase:t=>this.csharp.classReference({name:"OneOfBase",namespace:"OneOf",generics:t})}));g(this,"Google",he({Protobuf:()=>he({WellKnownTypes:()=>he({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"})})})}));g(this,"WireMock",he({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"})}));g(this,"Grpc",he({Core:()=>he({RpcException:()=>this.csharp.classReference({name:"RpcException",namespace:"Grpc.Core"})})}));this.generation=t}get csharp(){return this.generation.csharp}};s();o();a();import{fail as qa}from"assert";function KA(e){return e.split(".").filter(t=>!["name","camelCase","snakeCase","screamingSnakeCase","pascalCase"].includes(t)).join(".")}var Da=class{constructor(t,r){g(this,"generation");g(this,"indexByObject",new Map);g(this,"indexByPath",new Map);g(this,"explicitByObject",new Map);g(this,"explicitByPath",new Map);g(this,"root");g(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=KA(n?.jsonPath?`${n.jsonPath}.${r}`:r);if(this.indexByPath.has(i)){n||qa(`Parent provenance not found for node: ${JSON.stringify(t).substring(0,100)}`),this.indexByObject.set(t,n);for(let[c,b]of Object.entries(t))typeof b=="object"&&b!==null&&this.createIndex(b,c,n);return n}let y={jsonPath:i,name:r,node:t,parent:n};this.indexByObject.set(t,y),this.indexByPath.set(i,y);for(let[c,b]of Object.entries(t))typeof b=="object"&&b!==null&&this.createIndex(b,c,y);return y}staticExplicit(t){return this.explicit(this.ir,t)}explicit(t,r){let n=this.provenance(t)??qa(`Provenance not found for node: ${JSON.stringify(t).substring(0,100)}`),i={...n,jsonPath:KA(`${n.jsonPath}+${r}`),name:r,node:n.node,parent:n,explicit:!0},y=this.explicitByObject.get(n.node);return y?y.add(i):this.explicitByObject.set(n.node,new Set([i])),this.explicitByPath.set(i.jsonPath,i),i}provenance(t){if(t!==void 0)return fe.string(t)?this.explicitByPath.get(t)??this.indexByPath.get(t):fe.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=fe.IR.ExampleEnumType(r)?r.value.name:r.name,i=t.values.find(y=>this.nameEquals(y.name.name,n));return i?this.getPropertyNameFor(i):qa(`Unexpected - can't find enum value ${n} in enum`)}getPropertyNameFor(t){let r=this.registry.getFieldNameByOrigin(t);if(r)return r;if(fe.Provenance(t))return t.name;if("name"in t){if(fe.IR.NameAndWireValue(t.name))return t.name.name.pascalCase.safeName;if(fe.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(fe.Provenance(t))return t.name;if("name"in t){if(fe.IR.TypeDeclaration(t)||fe.IR.NameAndWireValue(t.name))return t.name.name.pascalCase.safeName;if(fe.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=fe.string(t)?t:fe.IR.NamedType(t)||fe.IR.DeclaredTypeName(t)?t.typeId:fe.IR.ExampleNamedType(t)?t.typeName.typeId:t.name.typeId,n=this.irNode(this.ir.types[r]);if(fe.IR.TypeDeclaration(n))return{typeId:r,typeDeclaration:n};qa(`dereferenceType: typeId ${r} not resolved.`)}};var oa=class{constructor(t,r,n,i,y={makeRelativeFilePath:c=>c,makeAbsoluteFilePath:c=>c,getNamespaceForTypeId:c=>"",getDirectoryForTypeId:c=>"",getCoreAsIsFiles:()=>[],getCoreTestAsIsFiles:()=>[],getPublicCoreAsIsFiles:()=>[],getAsyncCoreAsIsFiles:()=>[],getChildNamespaceSegments:c=>[]}){g(this,"intermediateRepresentation");g(this,"apiName");g(this,"customConfig");g(this,"generatorConfig");g(this,"support");g(this,"ir");g(this,"dir");g(this,"csharp",new Ba(this));g(this,"registry",new Ts(this));g(this,"model");g(this,"extern",new Ca(this));g(this,"settings",he({namespace:()=>this.customConfig.namespace??va(ja(`${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,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,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"]??{},generateNewAdditionalProperties:()=>this.customConfig["additional-properties"]??this.customConfig["experimental-additional-properties"]??!0,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"?Ze.Internal:Ze.Public,extraDependencies:()=>this.customConfig["extra-dependencies"]??{},pascalCaseEnvironments:()=>this.customConfig["pascal-case-environments"]??!0,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??"."}}}));g(this,"constants",{folders:he({mockServerTests:()=>this.support.makeRelativeFilePath("Unit/MockServer"),types:()=>"Types",exceptions:()=>"Exceptions",src:()=>"src",protobuf:()=>"proto",serializationTests:()=>this.support.makeRelativeFilePath("Unit/Serialization"),project:()=>this.support.makeRelativeFilePath(aa(this.constants.folders.sourceFiles,this.support.makeRelativeFilePath(this.names.files.project))),sourceFiles:()=>this.support.makeRelativeFilePath(this.constants.folders.src),coreFiles:()=>this.support.makeRelativeFilePath(aa(this.constants.folders.project,this.support.makeRelativeFilePath(this.constants.defaults.core))),publicCoreFiles:()=>this.support.makeRelativeFilePath(aa(this.constants.folders.project,this.support.makeRelativeFilePath(this.constants.defaults.core),this.support.makeRelativeFilePath(this.constants.defaults.publicCore))),testFiles:()=>this.support.makeRelativeFilePath(aa(this.constants.folders.sourceFiles,this.support.makeRelativeFilePath(this.names.files.testProject)))}),formatting:he({indent:()=>" "}),defaults:he({core:()=>"Core",publicCore:()=>"Public",version:()=>"0.0.0"})});g(this,"namespaces",he({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,asyncCore:()=>`${this.namespaces.core}.Async`,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"])}));g(this,"names",{classes:he({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:he({client:()=>va(ja(`${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:he({project:()=>this.namespaces.root,testProject:()=>`${this.namespaces.root}.Test`}),methods:he({mockOauth:()=>"MockOAuthEndpoint",mockInferredAuth:()=>"MockInferredAuthEndpoint",getAccessTokenAsync:()=>"GetAccessTokenAsync",getAuthHeadersAsync:()=>"GetAuthHeadersAsync"}),variables:he({client:()=>"client",response:()=>"response",httpRequest:()=>"httpRequest",sendRequest:()=>"sendRequest",responseBody:()=>"responseBody",query:()=>"_query",headers:()=>"_headers"}),parameters:he({cancellationToken:()=>"cancellationToken",requestOptions:()=>"options",idempotentOptions:()=>"options"})});g(this,"Types",he({Arbitrary:t=>new Re.AribitraryType(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")}),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}),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}),AsyncApiOptions:()=>this.csharp.classReference({origin:this.model.staticExplicit("AsyncApiOptions"),namespace:`${this.namespaces.asyncCore}.Models`}),QueryBuilder:()=>this.csharp.classReference({origin:this.model.staticExplicit("Query"),namespace:this.namespaces.asyncCore}),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}),AsyncApi:t=>this.csharp.classReference({origin:this.model.staticExplicit("AsyncApi"),namespace:this.namespaces.asyncCore,generics:[t]}),AsyncEvent:t=>this.csharp.classReference({origin:this.model.staticExplicit("Event"),namespace:`${this.namespaces.asyncCore}.Events`,generics:[t]}),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:y,itemType:c})=>this.csharp.classReference({origin:this.model.staticExplicit("OffsetPager"),namespace:this.namespaces.core,generics:[t,r,n,i,y,c]}),CursorPager:({requestType:t,requestOptionsType:r,responseType:n,cursorType:i,itemType:y})=>this.csharp.classReference({origin:this.model.staticExplicit("CursorPager"),namespace:this.namespaces.core,generics:[t,r,n,i,y]}),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})}));g(this,"Primitive",he({string:()=>new Re.String(this),boolean:()=>new Re.Boolean(this),integer:()=>new Re.Integer(this),long:()=>new Re.Long(this),uint:()=>new Re.Uint(this),ulong:()=>new Re.ULong(this),float:()=>new Re.Float(this),double:()=>new Re.Double(this),object:()=>new Re.Object(this)}));g(this,"Value",he({binary:()=>new Bt.Binary(this),dateOnly:()=>new Bt.DateOnly(this),dateTime:()=>new Bt.DateTime(this),uuid:()=>new Bt.Uuid(this),stringEnum:t=>new Bt.StringEnum(t,this)}));g(this,"Collection",he({array:t=>new at.Array(t,this),listType:t=>new at.ListType(t,this),list:t=>new at.List(t,this),set:t=>new at.Set(t,this),map:(t,r,n)=>new at.Map(t,r,this,n),idictionary:(t,r,n)=>new at.IDictionary(t,r,this,n),keyValuePair:(t,r)=>new at.KeyValuePair(t,r,this)}));g(this,"format",he({private:t=>`_${Sa.camelCase(t)}`}));g(this,"initializers",he({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=y,this.model=new Da(t,this),this.ir=fe.IR.IntermediateRepresentation(t)?t:{},this.dir=fe.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}};s();o();a();var Qt=class{constructor(t){g(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}};s();o();a();var Fa=class extends Qt{constructor({context:r}){super(r.generation);g(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:Me.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:$e(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((y,c)=>{this.context.errors.scope({index:c});try{return this.convert({typeReference:r,value:y})}finally{this.context.errors.unscope()}})}):(this.context.errors.add({severity:Me.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 y=this.context.getValueAsBoolean({value:n});return y==null?this.csharp.Literal.nop():this.csharp.Literal.boolean(y)}case"string":{let y=this.context.getValueAsString({value:n});return y==null?i?this.Primitive.string.getDeterminsticDefault(i):this.csharp.Literal.nop():this.csharp.Literal.string(y)}default:$e(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((y,c)=>{this.context.errors.scope({index:c});try{return this.convert({typeReference:r,value:y})}finally{this.context.errors.unscope()}})}):(this.context.errors.add({severity:Me.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:Me.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(([y,c])=>{this.context.errors.scope(y);try{return{key:this.convert({typeReference:r.key,value:y,as:"key"}),value:this.convert({typeReference:r.value,value:c})}}finally{this.context.errors.unscope()}})})}convertNamed({named:r,value:n,as:i,fallbackToDefault:y}){switch(r.type){case"alias":return this.convert({typeReference:r.typeReference,value:n,as:i,fallbackToDefault:y});case"discriminatedUnion":return this.settings.shouldGeneratedDiscriminatedUnions?this.convertDiscriminatedUnion({discriminatedUnion:r,value:n,fallbackToDefault:y}):this.convertUnknown({value:n,fallbackToDefault:y});case"enum":return this.getEnumValue(r,n);case"object":return this.convertObject({object_:r,value:n,fallbackToDefault:y});case"undiscriminatedUnion":return this.convertUndiscriminatedUnion({undiscriminatedUnion:r,value:n,fallbackToDefault:y});default:$e(r)}}convertDiscriminatedUnion({discriminatedUnion:r,value:n,fallbackToDefault:i}){let y=this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}),c=this.context.resolveDiscriminatedUnionTypeInstance({discriminatedUnion:r,value:n});if(c==null)return this.csharp.Literal.nop();let b=c.singleDiscriminatedUnionType,O=this.getBaseProperties({discriminatedUnionTypeInstance:c,singleDiscriminatedUnionType:b});switch(b.type){case"samePropertiesAsObject":{let S=this.context.resolveNamedType({typeId:b.typeId});return S==null?this.csharp.Literal.nop():this.instantiateUnionWithBaseProperties({classReference:y,baseProperties:O,arguments_:[this.convertNamed({named:S,value:c.value})]})}case"singleProperty":{if(this.context.getRecord(c.value)==null)return this.csharp.Literal.nop();try{let P=["Value","Type"].includes(b.discriminantValue.name.pascalCase.safeName)?`${b.discriminantValue.name.pascalCase.safeName}Inner`:b.discriminantValue.name.pascalCase.safeName;return this.context.errors.scope(b.discriminantValue.wireValue),this.instantiateUnionWithBaseProperties({classReference:y,baseProperties:O,arguments_:[this.csharp.instantiateClass({classReference:this.csharp.classReference({name:P,enclosingType:y}),arguments_:[this.convert({typeReference:b.typeReference,value:b.discriminantValue.wireValue})]})]})}finally{this.context.errors.unscope()}}case"noProperties":return this.instantiateUnionWithBaseProperties({classReference:y,baseProperties:O,arguments_:[this.csharp.instantiateClass({classReference:this.csharp.classReference({origin:c.discriminantValue,enclosingType:y}),arguments_:[]})]});default:$e(b)}}getBaseProperties({discriminatedUnionTypeInstance:r,singleDiscriminatedUnionType:n}){return this.context.associateByWireValue({parameters:n.properties??[],values:this.context.getRecord(r.value)??{},ignoreMissingParameters:!0}).map(y=>{this.context.errors.scope(y.name.wireValue);try{return{name:this.context.getPropertyName(y.name.name),assignment:this.convert(y)}}finally{this.context.errors.unscope()}})}instantiateUnionWithBaseProperties({classReference:r,arguments_:n,baseProperties:i}){let y=this.csharp.instantiateClass({classReference:r,arguments_:n,multiline:!0});return i.length===0?this.csharp.Literal.reference(y):this.csharp.Literal.reference(this.csharp.codeblock(c=>{c.write(y," "),c.pushScope();for(let b of i)c.write(b.name," = ",b.assignment,",");c.popScope(!1)}))}getEnumValue(r,n){if(typeof n!="string")return this.context.errors.add({severity:Me.Critical,message:`Expected enum value string, got: ${typeof n}`}),this.csharp.Literal.nop();let i=r.values.find(b=>b.wireValue===n);if(i==null)return this.context.errors.add({severity:Me.Critical,message:`An enum value named "${n}" does not exist in this context`}),this.csharp.Literal.nop();let y=this.csharp.classReference({origin:r.declaration,namespace:this.context.getNamespace(r.declaration.fernFilepath)}),c=y.registerField(this.model.getPropertyNameFor(i),i);return this.csharp.Literal.reference(this.csharp.enumInstantiation({reference:y,value:c}))}convertObject({object_:r,value:n,fallbackToDefault:i}){let y=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:y.map(c=>{this.context.errors.scope(c.name.wireValue);try{return{name:this.context.getClassName(c.name.name),value:this.convert(c)}}finally{this.context.errors.unscope()}})})}convertUndiscriminatedUnion({undiscriminatedUnion:r,value:n,fallbackToDefault:i}){let y=this.findMatchingUndiscriminatedUnionType({undiscriminatedUnion:r,value:n});return y==null?this.csharp.Literal.nop():y.typeLiteral}findMatchingUndiscriminatedUnionType({undiscriminatedUnion:r,value:n}){for(let i of r.types)try{let y=this.convert({typeReference:i,value:n});return{valueTypeReference:i,typeLiteral:y}}catch{continue}this.context.errors.add({severity:Me.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:y}){switch(r){case"INTEGER":{let c=this.getValueAsNumber({value:n,as:i});return c==null?y?this.Primitive.integer.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.integer(c)}case"LONG":{let c=this.getValueAsNumber({value:n,as:i});return c==null?y?this.Primitive.long.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.long(c)}case"UINT":{let c=this.getValueAsNumber({value:n,as:i});return c==null?y?this.Primitive.uint.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.uint(c)}case"UINT_64":{let c=this.getValueAsNumber({value:n,as:i});return c==null?y?this.Primitive.ulong.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.ulong(c)}case"FLOAT":{let c=this.getValueAsNumber({value:n,as:i});return c==null?y?this.Primitive.float.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.float(c)}case"DOUBLE":{let c=this.getValueAsNumber({value:n,as:i});return c==null?y?this.Primitive.double.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.double(c)}case"BOOLEAN":{let c=this.getValueAsBoolean({value:n,as:i});return c==null?y?this.Primitive.boolean.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.boolean(c)}case"STRING":{let c=this.context.getValueAsString({value:n});return c==null?y?this.Primitive.string.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.string(c)}case"DATE":{let c=this.context.getValueAsString({value:n});return c==null?y?this.Value.dateOnly.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.date(c)}case"DATE_TIME":{let c=this.context.getValueAsString({value:n});return c==null?y?this.Value.dateTime.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.datetime(c)}case"UUID":{let c=this.context.getValueAsString({value:n});return c==null?y?this.Primitive.string.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.string(c)}case"BASE_64":{let c=this.context.getValueAsString({value:n});return c==null?y?this.Primitive.string.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.string(c)}case"BIG_INTEGER":{let c=this.context.getValueAsString({value:n});return c==null?y?this.Primitive.string.getDeterminsticDefault(y):this.csharp.Literal.nop():this.csharp.Literal.string(c)}default:$e(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})}};s();o();a();var Ua=class extends Qt{constructor({context:r}){super(r.generation);g(this,"context");this.context=r}convert(r){switch(r.typeReference.type){case"list":return this.Collection.list(this.convert({typeReference:r.typeReference,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,unboxOptionals:!0}));case"unknown":return this.convertUnknown();default:$e(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.OneOf.OneOf(r.types.map(n=>this.convert({typeReference:n})));default:$e(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:$e(r)}}};s();o();a();var La=class extends Qt{constructor({context:r}){super(r.generation);g(this,"context");this.context=r}getFilePropertyInfo({body:r,value:n}){let i={fileFields:[],bodyPropertyFields:[]},y=this.context.getRecord(n)??{};for(let c of r.properties)switch(c.type){case"file":fe.Record.missingKey(y,c.wireValue)&&(y[c.wireValue]="[bytes]"),i.fileFields.push({name:this.context.getPropertyName(c.name),value:this.getSingleFileProperty({property:c,record:y})});break;case"fileArray":fe.Record.missingKey(y,c.wireValue)&&(y[c.wireValue]=["[bytes]"]),i.fileFields.push({name:this.context.getPropertyName(c.name),value:this.getArrayFileProperty({property:c,record:y})});break;case"bodyProperty":if(fe.Record.missingKey(y,c.name.wireValue))switch(c.typeReference.type){case"optional":break;case"primitive":{switch(c.typeReference.value.toLowerCase()){case"integer":{y[c.name.wireValue]=123;break}case"string":{y[c.name.wireValue]="[string]";break}case"boolean":{y[c.name.wireValue]=!0;break}case"double":{y[c.name.wireValue]=123.456;break}case"float":{y[c.name.wireValue]=123.456;break}case"long":{y[c.name.wireValue]=123456789;break}case"uint":{y[c.name.wireValue]=123;break}case"uint64":{y[c.name.wireValue]=12345;break}case"date":{y[c.name.wireValue]=new Date(2021,1,1);break}case"datetime":{y[c.name.wireValue]=new Date(2021,1,1,12,0,0);break}case"uuid":{y[c.name.wireValue]="123e4567-e89b-12d3-a456-426614174000";break}case"base64":{y[c.name.wireValue]="SGVsbG8gd29ybGQh";break}case"biginteger":{y[c.name.wireValue]="12345678901234567890";break}}break}default:break}i.bodyPropertyFields.push({name:this.context.getPropertyName(c.name.name),value:this.getBodyProperty({property:c,record:y})});break;default:$e(c)}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(y=>this.context.getFileParameterForString(y))})}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 $a=class e extends Hs{constructor({ir:r,config:n,options:i,generation:y}){super({ir:r,config:n,options:i});g(this,"ir");g(this,"dynamicTypeMapper");g(this,"dynamicLiteralMapper");g(this,"filePropertyMapper");g(this,"generation");this.ir=r,this.generation=y??new oa(r,n.workspaceName,n.customConfig!=null?n.customConfig:{},n),this.dynamicTypeMapper=new Ua({context:this}),this.dynamicLiteralMapper=new Fa({context:this}),this.filePropertyMapper=new La({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 y=this.resolveEndpointLocation(i.endpoint);for(let c of y)switch(c.request.type){case"inlined":this.csharp.classReference({origin:c.request.declaration.name,namespace:this.getNamespace(c.request.declaration.fernFilepath)});break;case"body":break}}this.generation.Types.ClientOptions,this.generation.Types.RootClient,this.csharp.freezeClassReferences()}};s();o();a();var Va=class extends Qt{constructor({context:r}){super(r.generation);g(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(b=>fe.DynamicIR.EndpointExample(n)&&b.id===n.id))throw new Error("Endpoint does not have an example that matches the snippet");let y=this.csharp.codeblock(b=>{b.writeNodeStatement(this.constructClient({endpoint:r,snippet:n})),b.newLine(),b.writeNodeStatement(this.callMethod({endpoint:r,snippet:n}))}),c=this.getStyle(i);switch(c){case kn.Concise:return y;case kn.Full:return this.buildFullCodeBlock({body:y,options:i});default:$e(c)}}buildFullCodeBlock({body:r,options:n}){let i=this.getConfig(n),y=this.csharp.class_({name:i.fullStyleClassName??"Example",namespace:"Usage",access:As.Access.Public});return y.addNamespaceReference(this.Types.RootClient.namespace),y.addMethod({name:"Do",access:As.Access.Public,isAsync:!0,parameters:[],body:r}),y}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",y=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(c=>{c.write("await foreach (var item in "),c.writeNode(y),c.writeLine(")"),c.pushScope(),c.writeLine("/* consume each item */"),c.popScope()}):y}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:Me.Warning,message:`Auth with ${r.auth.type} configuration is required for this endpoint`}));let y=[],c=this.getConstructorBaseUrlArgs({baseUrl:n.baseURL,environment:n.environment});c.length>0&&y.push(...c),this.context.errors.scope(Yt.Headers);let b=[];return this.context.ir.headers!=null&&n.headers!=null&&b.push(...this.getConstructorHeaderArgs({headers:this.context.ir.headers,values:n.headers})),this.context.errors.unscope(),y.length===0?[...i,...b]:[...i,...b,{name:"clientOptions",assignment:this.csharp.instantiateClass({classReference:this.Types.ClientOptions,arguments_:y.map(O=>({name:O.name,assignment:O.assignment})),multiline:!0})}]}getConstructorBaseUrlArgs({baseUrl:r,environment:n}){let i=this.getBaseUrlArg({baseUrl:r,environment:n});return fe.Literal.nop(i)?[]:[{name:this.getBaseUrlOptionName(),assignment:i}]}getBaseUrlArg({baseUrl:r,environment:n}){if(r!=null&&n!=null)return this.context.errors.add({severity:Me.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:Me.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:Me.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,y])=>({name:Is(Qa(i)),assignment:this.context.dynamicLiteralMapper.convert({typeReference:{type:"primitive",value:"STRING"},value:y})})),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:$e(r)}}addError(r){this.context.errors.add({severity:Me.Critical,message:r})}addWarning(r){this.context.errors.add({severity:Me.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 y of r.parameters){let c=y.name.wireValue,b=n.values?.[c];i.push({name:this.context.getParameterName(y.name.name),assignment:this.context.dynamicLiteralMapper.convert({typeReference:y.typeReference,value:b,fallbackToDefault:c})})}else this.context.errors.add({severity:Me.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 y of r){let c=this.getConstructorHeaderArg({header:y,value:n.value});c!=null&&i.push({name:this.context.getParameterName(y.name.name),assignment:c})}return i}getConstructorHeaderArg({header:r,value:n}){let i=this.context.dynamicLiteralMapper.convert({typeReference:r.typeReference,value:n,fallbackToDefault:r.name.wireValue});if(!fe.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:$e(r.request)}}getMethodArgsForInlinedRequest({request:r,snippet:n}){let i=[];this.context.errors.scope(Yt.PathParameters);let y=[],c=[...this.context.ir.pathParameters??[],...r.pathParameters??[]];c.length>0&&y.push(...this.getPathParameters({namedParameters:c,snippet:n})),this.context.errors.unscope(),this.context.errors.scope(Yt.RequestBody);let b=this.getFilePropertyInfo({request:r,snippet:n});return this.context.errors.unscope(),this.context.includePathParametersInWrappedRequest({request:r,inlinePathParameters:this.settings.shouldInlinePathParameters})||i.push(...y.map(O=>O.value)),i.push(this.getInlinedRequestArg({request:r,snippet:n,pathParameterFields:this.context.includePathParametersInWrappedRequest({request:r,inlinePathParameters:this.settings.shouldInlinePathParameters})?y:[],filePropertyInfo:b})),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:y}){this.context.errors.scope(Yt.QueryParameters);let b=this.context.associateQueryParametersByWireValue({parameters:r.queryParameters??[],values:n.queryParameters??{}}).map(v=>({name:this.context.getPropertyName(v.name.name),value:this.context.dynamicLiteralMapper.convert(v)}));this.context.errors.unscope(),this.context.errors.scope(Yt.Headers);let S=this.context.associateByWireValue({parameters:r.headers??[],values:n.headers??{}}).map(v=>({name:this.context.getPropertyName(v.name.name),value:this.context.dynamicLiteralMapper.convert({...v,fallbackToDefault:v.name.wireValue})}));this.context.errors.unscope(),this.context.errors.scope(Yt.RequestBody);let P=r.body!=null?this.getInlinedRequestBodyConstructorFields({body:r.body,value:n.requestBody,filePropertyInfo:y}):[];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,...b,...S,...P]})}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:$e(r)}}getInlinedRequestBodyPropertyConstructorFields({parameters:r,value:n}){let i=[],y=this.context.associateByWireValue({parameters:r,values:this.context.getRecord(n)??{}});for(let c of y)i.push({name:this.context.getPropertyName(c.name.name),value:this.context.dynamicLiteralMapper.convert({...c,fallbackToDefault:c.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:$e(r)}}getMethodArgsForBodyRequest({request:r,snippet:n}){let i=[];this.context.errors.scope(Yt.PathParameters);let y=[...this.context.ir.pathParameters??[],...r.pathParameters??[]];return y.length>0&&i.push(...this.getPathParameters({namedParameters:y,snippet:n}).map(c=>c.value)),this.context.errors.unscope(),this.context.errors.scope(Yt.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:$e(r)}}getBytesBodyRequestArg({value:r}){let n=this.context.getValueAsString({value:r});return n==null&&(this.context.errors.add({severity:Me.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=[],y=this.context.associateByWireValueOrDefault({parameters:r,values:n.pathParameters??{}});for(let c of y)i.push({name:this.context.getPropertyName(c.name.name),value:this.context.dynamicLiteralMapper.convert({...c,fallbackToDefault:c.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??kn.Full}getConfig(r){return r.config??this.context.options.config??{}}};var ec=class extends Vs{constructor({ir:t,config:r,options:n={}}){super(new $a({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 Va({context:t})}};export{ec as DynamicSnippetsGenerator};
98
98
  /*! Bundled license information:
99
99
 
100
100
  @jspm/core/nodelibs/browser/chunk-DtuTasat.js: