@meta-cms/core
Advanced tools
Comparing version 1.0.70 to 1.0.71
@@ -165,4 +165,9 @@ import { Get } from 'type-fest'; | ||
isList?: false; | ||
templates?: Readonly<string[]>; | ||
variables?: Readonly<string[]>; | ||
}; | ||
declare type DateField = { | ||
type: 'date'; | ||
default?: string; | ||
isList?: false; | ||
}; | ||
declare type RichTextField = { | ||
@@ -172,3 +177,3 @@ type: 'richtext'; | ||
isList?: false; | ||
templates?: Readonly<string[]>; | ||
variables?: Readonly<string[]>; | ||
}; | ||
@@ -565,2 +570,2 @@ declare type UrlField = { | ||
export { Adapter, AddressContent, AddressData, AddressesContent, BooleanContent, CollectionContent, CollectionData, CollectionsContent, ConfigType, Content, Field, GetConfigType, GetContentParams, GetField, GetType2, GraphqlClient, HTMLContent, HTMLsContent, HumanInfos, IdAccessors, Identifier, ImageContent, ImageData, ImagesContent, ItemAttributes, Last, ListContent, ListField, Locale, MetaCMSConfig, MetaCms, MetafieldCollection, MetafieldContent, MetafieldImage, MetafieldProduct, MetafieldVariant, MetafieldVideo, Model, ModelKind, ModelSchema, Namespaces, NestedContent, Nodes, NumberContent, NumbersContent, ObjectContent2, ObjectField, ObjectSchema, ObjectType, ParamsFetcher, PathForNamespace, Paths, Price, PriceContent, PriceVariation, PriceVariationContent, ProductContent, ProductData, ProductsContent, RequireExactlyOne, RichTextField, Schema, Simplify, Split, TextContent, TextField, TextsContent, UrlContent, UrlField, VariantContent, VideoContent, VideoData, VideosContent, WithEdge, buildQuery, collectionFragment, config, contentQuery, fieldToMetafieldType, getLoremCollectionData, getLoremImageData, getLoremProductData, getMetaCMSConfigQuery, getOwnerIdQuery, imageFragment, isId, isList, mediaImageFragment, metafieldFragment, metafieldType, metafieldsForNodes, metafieldsQuery, mockValue, mustaching, normalizeEdges, productFragment, randomId, setInNamespace, setMetaCMSConfigMutation, simpleMetafieldType, syncConfig, templating, toList, toList2, traverse, videoFragment }; | ||
export { Adapter, AddressContent, AddressData, AddressesContent, BooleanContent, CollectionContent, CollectionData, CollectionsContent, ConfigType, Content, DateField, Field, GetConfigType, GetContentParams, GetField, GetType2, GraphqlClient, HTMLContent, HTMLsContent, HumanInfos, IdAccessors, Identifier, ImageContent, ImageData, ImagesContent, ItemAttributes, Last, ListContent, ListField, Locale, MetaCMSConfig, MetaCms, MetafieldCollection, MetafieldContent, MetafieldImage, MetafieldProduct, MetafieldVariant, MetafieldVideo, Model, ModelKind, ModelSchema, Namespaces, NestedContent, Nodes, NumberContent, NumbersContent, ObjectContent2, ObjectField, ObjectSchema, ObjectType, ParamsFetcher, PathForNamespace, Paths, Price, PriceContent, PriceVariation, PriceVariationContent, ProductContent, ProductData, ProductsContent, RequireExactlyOne, RichTextField, Schema, Simplify, Split, TextContent, TextField, TextsContent, UrlContent, UrlField, VariantContent, VideoContent, VideoData, VideosContent, WithEdge, buildQuery, collectionFragment, config, contentQuery, fieldToMetafieldType, getLoremCollectionData, getLoremImageData, getLoremProductData, getMetaCMSConfigQuery, getOwnerIdQuery, imageFragment, isId, isList, mediaImageFragment, metafieldFragment, metafieldType, metafieldsForNodes, metafieldsQuery, mockValue, mustaching, normalizeEdges, productFragment, randomId, setInNamespace, setMetaCMSConfigMutation, simpleMetafieldType, syncConfig, templating, toList, toList2, traverse, videoFragment }; |
{ | ||
"name": "@meta-cms/core", | ||
"version": "1.0.70", | ||
"version": "1.0.71", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38490
842