@fern-api/csharp-dynamic-snippets 2.68.3 → 2.68.4

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
@@ -178,6 +178,8 @@ declare class EndpointSnippetGenerator extends WithGeneration {
178
178
  private getReferencedRequestBodyPropertyConstructorField;
179
179
  private getReferencedRequestBodyPropertyLiteral;
180
180
  private getMethodArgsForBodyRequest;
181
+ private getPathParameterArguments;
182
+ private namedArgument;
181
183
  private getBodyRequestArg;
182
184
  private getBytesBodyRequestArg;
183
185
  private getRootClientConstructorInvocation;
package/dist/index.d.ts CHANGED
@@ -178,6 +178,8 @@ declare class EndpointSnippetGenerator extends WithGeneration {
178
178
  private getReferencedRequestBodyPropertyConstructorField;
179
179
  private getReferencedRequestBodyPropertyLiteral;
180
180
  private getMethodArgsForBodyRequest;
181
+ private getPathParameterArguments;
182
+ private namedArgument;
181
183
  private getBodyRequestArg;
182
184
  private getBytesBodyRequestArg;
183
185
  private getRootClientConstructorInvocation;