lucid-extension-sdk
Advanced tools
Comparing version
import { FieldConstraintDefinition } from '../../data/schemadefinition'; | ||
import { CollectionEnumFieldType } from './fieldtypedefinition/collectionenumfieldtype'; | ||
import { DeserializedMapEnumFieldType } from './fieldtypedefinition/deserializedmapenumfieldtype'; | ||
import { FieldTypeArray } from './fieldtypedefinition/fieldtypearray'; | ||
@@ -12,3 +13,3 @@ import { FieldTypeDefinition } from './fieldtypedefinition/fieldtypedefinition'; | ||
isDateOnly: true; | ||
} : X extends CollectionEnumFieldType ? string : X extends readonly [infer Inner, ...infer Others] ? TsTypeOf<Inner> | TsTypeOf<Others> : never; | ||
} : X extends CollectionEnumFieldType ? string : X extends DeserializedMapEnumFieldType ? string : X extends readonly [infer Inner, ...infer Others] ? TsTypeOf<Inner> | TsTypeOf<Others> : never; | ||
/** | ||
@@ -15,0 +16,0 @@ * Specifies all the fields that this itegration will be sending to the data-sync service. |
{ | ||
"name": "lucid-extension-sdk", | ||
"version": "0.0.374", | ||
"version": "0.0.375", | ||
"description": "Utility classes for writing Lucid Software editor extensions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
938034
0.02%21216
0