New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flatfile/sdk

Package Overview
Dependencies
Maintainers
16
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flatfile/sdk - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

dist/graphql/ApiService.d.ts
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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc