notion-types
Advanced tools
Comparing version 6.13.4 to 6.15.6
@@ -1,2 +0,2 @@ | ||
import { ID, Color, Decoration, Role } from './core'; | ||
import { Color, Decoration, ID, Role } from './core'; | ||
export declare type BlockType = 'page' | 'text' | 'bookmark' | 'bulleted_list' | 'numbered_list' | 'header' | 'sub_header' | 'sub_sub_header' | 'quote' | 'equation' | 'to_do' | 'table_of_contents' | 'divider' | 'column_list' | 'column' | 'callout' | 'toggle' | 'image' | 'embed' | 'gist' | 'video' | 'figma' | 'typeform' | 'codepen' | 'excalidraw' | 'tweet' | 'maps' | 'pdf' | 'audio' | 'drive' | 'file' | 'code' | 'collection_view' | 'collection_view_page' | 'transclusion_container' | 'transclusion_reference' | 'alias' | 'table' | 'table_row' | 'external_object_instance' | 'breadcrumb' | 'miro' | string; | ||
@@ -3,0 +3,0 @@ /** The different block values a block can have. */ |
@@ -1,2 +0,2 @@ | ||
import { ID, Decoration, Color, NumberFormat, PropertyID, PropertyType } from './core'; | ||
import { Color, Decoration, ID, NumberFormat, PropertyID, PropertyType } from './core'; | ||
import { Formula } from './formula'; | ||
@@ -3,0 +3,0 @@ export interface SelectOption { |
@@ -1,6 +0,6 @@ | ||
import { ID, Decoration, PropertyType, Role } from './core'; | ||
import { Block } from './block'; | ||
import { User } from './user'; | ||
import { Collection } from './collection'; | ||
import { CollectionView, CollectionViewType } from './collection-view'; | ||
import { Decoration, ID, PropertyType, Role } from './core'; | ||
import { User } from './user'; | ||
export interface NotionMap<T> { | ||
@@ -7,0 +7,0 @@ [key: string]: { |
{ | ||
"name": "notion-types", | ||
"version": "6.13.4", | ||
"version": "6.15.6", | ||
"type": "module", | ||
@@ -17,3 +17,3 @@ "description": "TypeScript types for core Notion data structures.", | ||
}, | ||
"gitHead": "bf81f2aa75c60b785e850b363901f47b9a2cd464" | ||
"gitHead": "621e966049fd755079e6f1a62cae825e9fbeeddd" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
77332