notion-types
Advanced tools
Comparing version 6.0.2 to 6.0.6
@@ -15,2 +15,3 @@ import { RecordMap } from './maps'; | ||
limit?: number; | ||
searchSessionId?: string; | ||
} | ||
@@ -17,0 +18,0 @@ export interface SearchResults { |
{ | ||
"name": "notion-types", | ||
"version": "6.0.2", | ||
"version": "6.0.6", | ||
"type": "module", | ||
@@ -14,3 +14,3 @@ "description": "TypeScript types for core Notion data structures.", | ||
}, | ||
"gitHead": "366458e14e02e7b8b5b7e6667105e04e3c28f46e" | ||
"gitHead": "dca0609ca0f2e052e24250a77ded071764f9dada" | ||
} |
@@ -20,2 +20,3 @@ import { RecordMap } from './maps' | ||
limit?: number | ||
searchSessionId?: string | ||
} | ||
@@ -22,0 +23,0 @@ |
Sorry, the diff of this file is not supported yet
69943
1601