@fern-api/go-dynamic-snippets 1.35.1 → 1.36.0
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 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -160,7 +160,7 @@ declare class EndpointSnippetGenerator {
|
|
|
160
160
|
private getConstructorAuthArgs;
|
|
161
161
|
private addError;
|
|
162
162
|
private addWarning;
|
|
163
|
-
private
|
|
163
|
+
private getConstructorBasicAuthArgs;
|
|
164
164
|
private getConstructorBaseUrlArg;
|
|
165
165
|
private getBaseUrlArg;
|
|
166
166
|
private getConstructorBearerAuthArg;
|
package/dist/index.d.ts
CHANGED
|
@@ -160,7 +160,7 @@ declare class EndpointSnippetGenerator {
|
|
|
160
160
|
private getConstructorAuthArgs;
|
|
161
161
|
private addError;
|
|
162
162
|
private addWarning;
|
|
163
|
-
private
|
|
163
|
+
private getConstructorBasicAuthArgs;
|
|
164
164
|
private getConstructorBaseUrlArg;
|
|
165
165
|
private getBaseUrlArg;
|
|
166
166
|
private getConstructorBearerAuthArg;
|