@fern-api/java-dynamic-snippets 4.0.9 → 4.1.1

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.d.cts CHANGED
@@ -94,10 +94,11 @@ declare class DynamicSnippetsGeneratorContext extends AbstractDynamicSnippetsGen
94
94
  dynamicTypeMapper: DynamicTypeMapper;
95
95
  dynamicTypeLiteralMapper: DynamicTypeLiteralMapper;
96
96
  filePropertyMapper: FilePropertyMapper;
97
- constructor({ ir, config, options }: {
97
+ constructor({ ir, config, options, sharedCustomConfig }: {
98
98
  ir: FernIr.dynamic.DynamicIntermediateRepresentation;
99
99
  config: FernGeneratorExec.GeneratorConfig;
100
100
  options?: Options;
101
+ sharedCustomConfig?: BaseJavaCustomConfigSchema;
101
102
  });
102
103
  clone(): DynamicSnippetsGeneratorContext;
103
104
  getClassName(name: FernIr.Name): string;
package/dist/index.d.ts CHANGED
@@ -94,10 +94,11 @@ declare class DynamicSnippetsGeneratorContext extends AbstractDynamicSnippetsGen
94
94
  dynamicTypeMapper: DynamicTypeMapper;
95
95
  dynamicTypeLiteralMapper: DynamicTypeLiteralMapper;
96
96
  filePropertyMapper: FilePropertyMapper;
97
- constructor({ ir, config, options }: {
97
+ constructor({ ir, config, options, sharedCustomConfig }: {
98
98
  ir: FernIr.dynamic.DynamicIntermediateRepresentation;
99
99
  config: FernGeneratorExec.GeneratorConfig;
100
100
  options?: Options;
101
+ sharedCustomConfig?: BaseJavaCustomConfigSchema;
101
102
  });
102
103
  clone(): DynamicSnippetsGeneratorContext;
103
104
  getClassName(name: FernIr.Name): string;