Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apollo-ai-api-client

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-ai-api-client - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

8

lib/apollo.ai/ApolloAiClient.d.ts
export interface IAutoAbstractResponse {
sentences: [string];
detectedLanguage: string;
processedLanguage: string;
input: any;
sentences: string[];
detectedLanguage?: string;
processedLanguage?: string;
input?: any;
type: string;

@@ -7,0 +7,0 @@ url: string;

{
"name": "apollo-ai-api-client",
"version": "0.1.5",
"version": "0.1.6",
"description": "Client for the apollo.ai auto abstract api.",

@@ -5,0 +5,0 @@ "keywords": ["api client", "text processing", "auto abstract"],

Sorry, the diff of this file is not supported yet

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