@se-studio/core-data-types 1.0.27 → 1.0.29

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -360,4 +360,4 @@ interface IBaseCustomType extends IBaseModel {
360
360
  }
361
361
  declare function isCustomType(content: IBaseModel): content is IBaseCustomType;
362
362
 
363
- export { type BaseCollectionContent, type BaseContentType, type Horizontal, type IAnalyticsContext, type IAnimation, type IArticleLink, type IArticleTypeLink, type IBaseArticle, type IBaseArticleType, type IBaseCollection, type IBaseComponent, type IBaseContent, type IBaseCustomType, type IBaseExternalComponent, type IBaseModel, type IBasePage, type IBasePerson, type IBaseTag, type IBaseTags, type IBlankLink, type IContentContext, type IDownloadLink, type IExternalLink, type IExternalVideo, type IFullVideo, type IImage, type IInternalLink, type ILinkProps, type ILocalVideo, type INavigation, type INavigationItem, type IOptimisedSvg, type IPageContext, type IPageLink, type IPersonLink, type IPicture, type IResponsiveVisual, type IRichTextOptions, type ISvgData, type ISvgImage, type ITagLink, type ITyped, type IVideo, type IVideoDetails, type IVisual, type IVisualCommon, type IVisualSizes, type InternalType, type PersonLink, type Vertical, isAnimation, isArticle, isArticleLink, isArticleType, isArticleTypeLink, isBlankLink, isCollection, isComponent, isCustomType, isDownloadLink, isExternalLink, isExternalVideo, isFullVideo, isImage, isInternalLink, isLocalVideo, isPage, isPageLink, isPersonLink, isPicture, isSvgData, isSvgImage, isTag, isTagLink, isTags, isVideo, isVisualAnimation, isVisualImage, isVisualVideo, processSizes };
363
+ export { type BaseCollectionContent, type BaseContentType, type BaseModelLinkOmissions, type Horizontal, type IAnalyticsContext, type IAnimation, type IArticleLink, type IArticleTypeLink, type IBaseArticle, type IBaseArticleType, type IBaseCollection, type IBaseComponent, type IBaseContent, type IBaseCustomType, type IBaseExternalComponent, type IBaseModel, type IBasePage, type IBasePerson, type IBaseTag, type IBaseTags, type IBlankLink, type IContentContext, type IDownloadLink, type IExternalLink, type IExternalVideo, type IFullVideo, type IImage, type IInternalLink, type ILinkProps, type ILocalVideo, type INavigation, type INavigationItem, type IOptimisedSvg, type IPageContext, type IPageLink, type IPersonLink, type IPicture, type IResponsiveVisual, type IRichTextOptions, type ISvgData, type ISvgImage, type ITagLink, type ITyped, type IVideo, type IVideoDetails, type IVisual, type IVisualCommon, type IVisualSizes, type InternalType, type PersonLink, type Vertical, isAnimation, isArticle, isArticleLink, isArticleType, isArticleTypeLink, isBlankLink, isCollection, isComponent, isCustomType, isDownloadLink, isExternalLink, isExternalVideo, isFullVideo, isImage, isInternalLink, isLocalVideo, isPage, isPageLink, isPersonLink, isPicture, isSvgData, isSvgImage, isTag, isTagLink, isTags, isVideo, isVisualAnimation, isVisualImage, isVisualVideo, processSizes };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/core-data-types",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "description": "Core TypeScript type definitions for SE Studio content models",
5
5
  "repository": {
6
6
  "type": "git",