@fern-api/java-dynamic-snippets 3.27.1 → 3.27.3
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 +7 -7
- 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 +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -191,6 +191,7 @@ declare class EndpointSnippetGenerator {
|
|
|
191
191
|
}): Promise<java.AstNode>;
|
|
192
192
|
private buildCodeBlock;
|
|
193
193
|
private constructClient;
|
|
194
|
+
private getRootClientBuilderArgsExcludingAuth;
|
|
194
195
|
private buildFullCodeBlock;
|
|
195
196
|
private getRootClientBuilderArgs;
|
|
196
197
|
private getRootClientBaseUrlArg;
|
package/dist/index.d.ts
CHANGED
|
@@ -191,6 +191,7 @@ declare class EndpointSnippetGenerator {
|
|
|
191
191
|
}): Promise<java.AstNode>;
|
|
192
192
|
private buildCodeBlock;
|
|
193
193
|
private constructClient;
|
|
194
|
+
private getRootClientBuilderArgsExcludingAuth;
|
|
194
195
|
private buildFullCodeBlock;
|
|
195
196
|
private getRootClientBuilderArgs;
|
|
196
197
|
private getRootClientBaseUrlArg;
|