@fern-api/csharp-dynamic-snippets 2.58.0 → 2.59.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/{child_process-K7ZELAKM.js → child_process-JWWAFDGV.js} +2 -2
- package/dist/{chunk-MXGMUZQX.js → chunk-ZB4XIDVL.js} +1 -1
- package/dist/{chunk-MXGMUZQX.js.map → chunk-ZB4XIDVL.js.map} +1 -1
- package/dist/index.cjs +11 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +16 -16
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- /package/dist/{child_process-K7ZELAKM.js.map → child_process-JWWAFDGV.js.map} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -31,6 +31,11 @@ declare class DynamicLiteralMapper extends WithGeneration {
|
|
|
31
31
|
private instantiateUnionWithBaseProperties;
|
|
32
32
|
private getEnumValue;
|
|
33
33
|
private convertObject;
|
|
34
|
+
private isRequiredProperty;
|
|
35
|
+
private getDefaultLiteralForType;
|
|
36
|
+
private getDefaultLiteralForObject;
|
|
37
|
+
private getDefaultLiteralForUndiscriminatedUnion;
|
|
38
|
+
private getDefaultLiteralForPrimitive;
|
|
34
39
|
private convertUndiscriminatedUnion;
|
|
35
40
|
private findMatchingUndiscriminatedUnionType;
|
|
36
41
|
private convertUnknown;
|
package/dist/index.d.ts
CHANGED
|
@@ -31,6 +31,11 @@ declare class DynamicLiteralMapper extends WithGeneration {
|
|
|
31
31
|
private instantiateUnionWithBaseProperties;
|
|
32
32
|
private getEnumValue;
|
|
33
33
|
private convertObject;
|
|
34
|
+
private isRequiredProperty;
|
|
35
|
+
private getDefaultLiteralForType;
|
|
36
|
+
private getDefaultLiteralForObject;
|
|
37
|
+
private getDefaultLiteralForUndiscriminatedUnion;
|
|
38
|
+
private getDefaultLiteralForPrimitive;
|
|
34
39
|
private convertUndiscriminatedUnion;
|
|
35
40
|
private findMatchingUndiscriminatedUnionType;
|
|
36
41
|
private convertUnknown;
|