@fern-api/python-dynamic-snippets 4.45.1 → 4.45.2
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 +8 -8
- 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
|
@@ -133,6 +133,7 @@ declare class EndpointSnippetGenerator {
|
|
|
133
133
|
private resolvesToLiteralType;
|
|
134
134
|
private getBodyRequestArgsForBytes;
|
|
135
135
|
private getBytesBodyRequestTypeInstantiation;
|
|
136
|
+
private getBodyPropertyNamesForInlinedRequest;
|
|
136
137
|
private getMethodArgsForInlinedRequest;
|
|
137
138
|
private getFilePropertyInfo;
|
|
138
139
|
private getInlinedRequestArgs;
|
package/dist/index.d.ts
CHANGED
|
@@ -133,6 +133,7 @@ declare class EndpointSnippetGenerator {
|
|
|
133
133
|
private resolvesToLiteralType;
|
|
134
134
|
private getBodyRequestArgsForBytes;
|
|
135
135
|
private getBytesBodyRequestTypeInstantiation;
|
|
136
|
+
private getBodyPropertyNamesForInlinedRequest;
|
|
136
137
|
private getMethodArgsForInlinedRequest;
|
|
137
138
|
private getFilePropertyInfo;
|
|
138
139
|
private getInlinedRequestArgs;
|