notion-types
Advanced tools
Comparing version 6.2.0 to 6.4.0
@@ -36,1 +36,2 @@ import { RecordMap } from './maps'; | ||
} | ||
//# sourceMappingURL=api.d.ts.map |
@@ -326,1 +326,2 @@ import { ID, Color, Decoration, Role } from './core'; | ||
} | ||
//# sourceMappingURL=block.d.ts.map |
@@ -92,1 +92,2 @@ import { ID, PropertyID, PropertyType } from './core'; | ||
export declare type CollectionView = TableCollectionView | GalleryCollectionView | ListCollectionView | BoardCollectionView | CalendarCollectionView; | ||
//# sourceMappingURL=collection-view.d.ts.map |
@@ -40,1 +40,2 @@ import { ID, Decoration, Color, NumberFormat, PropertyID, PropertyType } from './core'; | ||
} | ||
//# sourceMappingURL=collection.d.ts.map |
@@ -48,1 +48,2 @@ /** UUID */ | ||
export declare type Decoration = BaseDecoration | AdditionalDecoration; | ||
//# sourceMappingURL=core.d.ts.map |
@@ -39,1 +39,2 @@ import { PropertyID } from './core'; | ||
export declare type Formula = FunctionFormula | OperatorFormula | ConstantFormula | PropertyFormula | SymbolFormula; | ||
//# sourceMappingURL=formula.d.ts.map |
@@ -9,1 +9,2 @@ export * from './core'; | ||
export * from './api'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -60,2 +60,7 @@ import { ID, Decoration, PropertyType, Role } from './core'; | ||
}>; | ||
collection_group_results?: { | ||
type: string; | ||
blockIds: ID[]; | ||
hasMore: boolean; | ||
}; | ||
} | ||
@@ -77,1 +82,2 @@ export interface AggregationResult { | ||
} | ||
//# sourceMappingURL=maps.d.ts.map |
@@ -12,1 +12,2 @@ import { ID } from './core'; | ||
} | ||
//# sourceMappingURL=user.d.ts.map |
{ | ||
"name": "notion-types", | ||
"version": "6.2.0", | ||
"version": "6.4.0", | ||
"type": "module", | ||
@@ -17,3 +17,3 @@ "description": "TypeScript types for core Notion data structures.", | ||
}, | ||
"gitHead": "ac0f9e25b0f068a51c1184aa1b6341eb2e553788" | ||
"gitHead": "5466bb2ccc6a3caee423c91a414f7c80b911158e" | ||
} |
Sorry, the diff of this file is not supported yet
75041
22
680