@flatfile/sdk
Advanced tools
Comparing version 2.0.0-rc11 to 2.0.0-rc12
import { FlatfileError } from './errors/FlatfileError'; | ||
import { ApiService } from './graphql/ApiService'; | ||
import { IChunkOptions, ImportSession } from './importer/ImportSession'; | ||
import { IChunkOptions, ImportSession, IUrlOptions } from './importer/ImportSession'; | ||
import { IteratorCallback } from './lib/RecordChunkIterator'; | ||
@@ -66,7 +66,6 @@ import { TypedEventManager } from './lib/TypedEventManager'; | ||
export declare const IMPORTER_CONFIG_KEYS: (keyof IFlatfileImporterConfig)[]; | ||
interface IOpenOptions { | ||
declare type IOpenOptions = { | ||
open?: 'iframe' | 'window'; | ||
autoContinue?: boolean; | ||
} | ||
} & IUrlOptions; | ||
declare type DataReqOptions = IOpenOptions & IChunkOptions & IImportSessionConfig; | ||
export {}; |
{ | ||
"name": "@flatfile/sdk", | ||
"version": "2.0.0-rc11", | ||
"version": "2.0.0-rc12", | ||
"description": "Flatfile SDK", | ||
@@ -5,0 +5,0 @@ "private": false, |
Sorry, the diff of this file is too big to display
115550
960