@fern-api/go-dynamic-snippets 1.30.2 → 1.31.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 +10 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -147,7 +147,7 @@ declare class EndpointSnippetGenerator {
|
|
|
147
147
|
private callMethod;
|
|
148
148
|
private getConstructorArgs;
|
|
149
149
|
private getWiremockTestConstructorArgs;
|
|
150
|
-
private
|
|
150
|
+
private getConstructorAuthArgs;
|
|
151
151
|
private addError;
|
|
152
152
|
private addWarning;
|
|
153
153
|
private getConstructorBasicAuthArg;
|
|
@@ -156,6 +156,7 @@ declare class EndpointSnippetGenerator {
|
|
|
156
156
|
private getConstructorBearerAuthArg;
|
|
157
157
|
private getConstructorHeaderAuthArg;
|
|
158
158
|
private getConstructorOAuthAuthArg;
|
|
159
|
+
private getConstructorInferredAuthArgs;
|
|
159
160
|
private getConstructorHeaderArgs;
|
|
160
161
|
private getConstructorHeaderArg;
|
|
161
162
|
private getMethodArgs;
|
package/dist/index.d.ts
CHANGED
|
@@ -147,7 +147,7 @@ declare class EndpointSnippetGenerator {
|
|
|
147
147
|
private callMethod;
|
|
148
148
|
private getConstructorArgs;
|
|
149
149
|
private getWiremockTestConstructorArgs;
|
|
150
|
-
private
|
|
150
|
+
private getConstructorAuthArgs;
|
|
151
151
|
private addError;
|
|
152
152
|
private addWarning;
|
|
153
153
|
private getConstructorBasicAuthArg;
|
|
@@ -156,6 +156,7 @@ declare class EndpointSnippetGenerator {
|
|
|
156
156
|
private getConstructorBearerAuthArg;
|
|
157
157
|
private getConstructorHeaderAuthArg;
|
|
158
158
|
private getConstructorOAuthAuthArg;
|
|
159
|
+
private getConstructorInferredAuthArgs;
|
|
159
160
|
private getConstructorHeaderArgs;
|
|
160
161
|
private getConstructorHeaderArg;
|
|
161
162
|
private getMethodArgs;
|