@fern-api/swift-dynamic-snippets 0.27.1 → 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 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +12 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -25,8 +25,6 @@ declare class DynamicTypeLiteralMapper {
|
|
|
25
25
|
private convertNamed;
|
|
26
26
|
private convertNullable;
|
|
27
27
|
private convertDiscriminatedUnion;
|
|
28
|
-
private convertDiscriminatedUnionProperties;
|
|
29
|
-
private getBaseFields;
|
|
30
28
|
private convertEnum;
|
|
31
29
|
private getEnumValue;
|
|
32
30
|
private convertObject;
|
|
@@ -105,6 +103,8 @@ declare class EndpointSnippetGenerator {
|
|
|
105
103
|
snippet: FernIr.dynamic.EndpointSnippetRequest;
|
|
106
104
|
additionalArgs?: swift.FunctionArgument[];
|
|
107
105
|
}): swift.Statement;
|
|
106
|
+
private getRootClientHeaderArgs;
|
|
107
|
+
private getRootClientHeaderArg;
|
|
108
108
|
private getRootClientBaseURLArg;
|
|
109
109
|
private getRootClientAuthArgs;
|
|
110
110
|
private generateEndpointMethodCallStatement;
|
package/dist/index.d.ts
CHANGED
|
@@ -25,8 +25,6 @@ declare class DynamicTypeLiteralMapper {
|
|
|
25
25
|
private convertNamed;
|
|
26
26
|
private convertNullable;
|
|
27
27
|
private convertDiscriminatedUnion;
|
|
28
|
-
private convertDiscriminatedUnionProperties;
|
|
29
|
-
private getBaseFields;
|
|
30
28
|
private convertEnum;
|
|
31
29
|
private getEnumValue;
|
|
32
30
|
private convertObject;
|
|
@@ -105,6 +103,8 @@ declare class EndpointSnippetGenerator {
|
|
|
105
103
|
snippet: FernIr.dynamic.EndpointSnippetRequest;
|
|
106
104
|
additionalArgs?: swift.FunctionArgument[];
|
|
107
105
|
}): swift.Statement;
|
|
106
|
+
private getRootClientHeaderArgs;
|
|
107
|
+
private getRootClientHeaderArg;
|
|
108
108
|
private getRootClientBaseURLArg;
|
|
109
109
|
private getRootClientAuthArgs;
|
|
110
110
|
private generateEndpointMethodCallStatement;
|