@fern-api/swift-dynamic-snippets 0.28.0 → 0.28.1
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 +2 -0
- package/dist/index.d.ts +2 -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
|
@@ -103,6 +103,8 @@ declare class EndpointSnippetGenerator {
|
|
|
103
103
|
snippet: FernIr.dynamic.EndpointSnippetRequest;
|
|
104
104
|
additionalArgs?: swift.FunctionArgument[];
|
|
105
105
|
}): swift.Statement;
|
|
106
|
+
private getRootClientHeaderArgs;
|
|
107
|
+
private getRootClientHeaderArg;
|
|
106
108
|
private getRootClientBaseURLArg;
|
|
107
109
|
private getRootClientAuthArgs;
|
|
108
110
|
private generateEndpointMethodCallStatement;
|
package/dist/index.d.ts
CHANGED
|
@@ -103,6 +103,8 @@ declare class EndpointSnippetGenerator {
|
|
|
103
103
|
snippet: FernIr.dynamic.EndpointSnippetRequest;
|
|
104
104
|
additionalArgs?: swift.FunctionArgument[];
|
|
105
105
|
}): swift.Statement;
|
|
106
|
+
private getRootClientHeaderArgs;
|
|
107
|
+
private getRootClientHeaderArg;
|
|
106
108
|
private getRootClientBaseURLArg;
|
|
107
109
|
private getRootClientAuthArgs;
|
|
108
110
|
private generateEndpointMethodCallStatement;
|