@fern-api/swift-dynamic-snippets 0.28.0 → 0.28.2

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
@@ -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;