@fern-api/swift-dynamic-snippets 0.35.7 → 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.cjs +12 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +12 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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;
|