@fern-api/python-dynamic-snippets 4.51.2 → 4.52.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 +6 -6
- 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 +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -122,6 +122,7 @@ declare class EndpointSnippetGenerator {
|
|
|
122
122
|
private getConstructorBearerAuthArgs;
|
|
123
123
|
private getConstructorHeaderAuthArgs;
|
|
124
124
|
private getConstructorOAuthArgs;
|
|
125
|
+
private getConstructorInferredAuthArgs;
|
|
125
126
|
private getConstructorHeaderArgs;
|
|
126
127
|
private getConstructorHeaderArg;
|
|
127
128
|
private callMethod;
|
package/dist/index.d.ts
CHANGED
|
@@ -122,6 +122,7 @@ declare class EndpointSnippetGenerator {
|
|
|
122
122
|
private getConstructorBearerAuthArgs;
|
|
123
123
|
private getConstructorHeaderAuthArgs;
|
|
124
124
|
private getConstructorOAuthArgs;
|
|
125
|
+
private getConstructorInferredAuthArgs;
|
|
125
126
|
private getConstructorHeaderArgs;
|
|
126
127
|
private getConstructorHeaderArg;
|
|
127
128
|
private callMethod;
|