@fern-api/csharp-dynamic-snippets 2.18.0 → 2.19.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.d.cts CHANGED
@@ -117,6 +117,7 @@ declare class DynamicSnippetsGeneratorContext extends AbstractDynamicSnippetsGen
117
117
  baseApiExceptionClassName: string;
118
118
  baseExceptionClassName: string;
119
119
  shouldGeneratedDiscriminatedUnions: boolean;
120
+ shouldGenerateUndiscriminatedUnions: boolean;
120
121
  exportedClientClassName: string;
121
122
  clientClassName: string;
122
123
  rootNamespaceForCoreClasses: boolean;
package/dist/index.d.ts CHANGED
@@ -117,6 +117,7 @@ declare class DynamicSnippetsGeneratorContext extends AbstractDynamicSnippetsGen
117
117
  baseApiExceptionClassName: string;
118
118
  baseExceptionClassName: string;
119
119
  shouldGeneratedDiscriminatedUnions: boolean;
120
+ shouldGenerateUndiscriminatedUnions: boolean;
120
121
  exportedClientClassName: string;
121
122
  clientClassName: string;
122
123
  rootNamespaceForCoreClasses: boolean;