@flatfile/sdk
Advanced tools
Comparing version 2.1.0 to 2.1.1
import { ClientError, GraphQLClient } from 'graphql-request'; | ||
import { GraphQLError } from 'graphql-request/dist/types'; | ||
import { SubscriptionClient } from 'graphql-subscriptions-client'; | ||
import { IBatch } from 'old/graphql/subscriptions/BATCH_STATUS_UPDATED'; | ||
import { IImportMeta, ImportSession } from '../importer/ImportSession'; | ||
@@ -9,2 +8,3 @@ import { ERecordStatus, TPrimitive } from '../service/FlatfileRecord'; | ||
import { GetFinalDatabaseViewResponse } from './queries/GET_FINAL_DATABASE_VIEW'; | ||
import { IBatch } from './subscriptions/BATCH_STATUS_UPDATED'; | ||
export declare class ApiService { | ||
@@ -11,0 +11,0 @@ token: string; |
@@ -0,7 +1,8 @@ | ||
export interface IBatch { | ||
id: string; | ||
status: string; | ||
} | ||
export interface BatchStatusUpdatedResponse { | ||
batchStatusUpdated: { | ||
id: string; | ||
status: string; | ||
}; | ||
batchStatusUpdated: IBatch; | ||
} | ||
export declare const BATCH_STATUS_UPDATED: string; |
{ | ||
"name": "@flatfile/sdk", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Flatfile SDK", | ||
@@ -5,0 +5,0 @@ "private": false, |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
128957
1249
2