@fern-api/swift-dynamic-snippets 0.35.6 → 0.35.8

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
@@ -119,6 +119,7 @@ declare class EndpointSnippetGenerator {
119
119
  private getEndpointMethodArguments;
120
120
  private getEndpointMethodArgsForInlinedRequest;
121
121
  private getEndpointMethodPathParameters;
122
+ private renderPathParameterValueAsSwiftString;
122
123
  private getEndpointMethodQueryParameters;
123
124
  private getFilePropertyInfo;
124
125
  private getInlinedRequestArg;
package/dist/index.d.ts CHANGED
@@ -119,6 +119,7 @@ declare class EndpointSnippetGenerator {
119
119
  private getEndpointMethodArguments;
120
120
  private getEndpointMethodArgsForInlinedRequest;
121
121
  private getEndpointMethodPathParameters;
122
+ private renderPathParameterValueAsSwiftString;
122
123
  private getEndpointMethodQueryParameters;
123
124
  private getFilePropertyInfo;
124
125
  private getInlinedRequestArg;