@fern-api/java-dynamic-snippets 3.34.5 → 3.34.6
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 +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -227,7 +227,6 @@ declare class EndpointSnippetGenerator {
|
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
declare class DynamicSnippetsGenerator extends AbstractDynamicSnippetsGenerator<DynamicSnippetsGeneratorContext, EndpointSnippetGenerator> {
|
|
230
|
-
private formatter;
|
|
231
230
|
constructor({ ir, config, options }: {
|
|
232
231
|
ir: FernIr.dynamic.DynamicIntermediateRepresentation;
|
|
233
232
|
config: FernGeneratorExec.GeneratorConfig;
|
package/dist/index.d.ts
CHANGED
|
@@ -227,7 +227,6 @@ declare class EndpointSnippetGenerator {
|
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
declare class DynamicSnippetsGenerator extends AbstractDynamicSnippetsGenerator<DynamicSnippetsGeneratorContext, EndpointSnippetGenerator> {
|
|
230
|
-
private formatter;
|
|
231
230
|
constructor({ ir, config, options }: {
|
|
232
231
|
ir: FernIr.dynamic.DynamicIntermediateRepresentation;
|
|
233
232
|
config: FernGeneratorExec.GeneratorConfig;
|