@fern-api/go-dynamic-snippets 1.44.4 → 1.44.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 +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 +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -22,6 +22,7 @@ declare class DynamicTypeInstantiationMapper {
|
|
|
22
22
|
private convertNamed;
|
|
23
23
|
private convertAlias;
|
|
24
24
|
private reconstructAliasCollectionLiteral;
|
|
25
|
+
convertLiteral(literal: FernIr.dynamic.LiteralType): go.TypeInstantiation;
|
|
25
26
|
private convertLiteralValue;
|
|
26
27
|
private convertLiteralToOptionalPrimitive;
|
|
27
28
|
private convertDiscriminatedUnion;
|
package/dist/index.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ declare class DynamicTypeInstantiationMapper {
|
|
|
22
22
|
private convertNamed;
|
|
23
23
|
private convertAlias;
|
|
24
24
|
private reconstructAliasCollectionLiteral;
|
|
25
|
+
convertLiteral(literal: FernIr.dynamic.LiteralType): go.TypeInstantiation;
|
|
25
26
|
private convertLiteralValue;
|
|
26
27
|
private convertLiteralToOptionalPrimitive;
|
|
27
28
|
private convertDiscriminatedUnion;
|