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

@proficient/api

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proficient/api - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

32

dist/client.d.ts

@@ -52,2 +52,34 @@ import type { Agent } from './resources/Agent';

};
GetInteractionsInteractionMessages: {
pathParams: {
interaction_id: string;
};
requestBody: undefined;
responseBody: {
data: Message[];
has_more: boolean;
};
};
GetInteractions: {
pathParams: {};
requestBody: undefined;
responseBody: {
data: Interaction[];
has_more: boolean;
};
};
GetMessagesMessage: {
pathParams: {
message_id: string;
};
requestBody: undefined;
responseBody: Message;
};
PostMessagesMessageReply: {
pathParams: {
message_id: string;
};
requestBody: MessageCreateParams;
responseBody: Message;
};
};

@@ -54,0 +86,0 @@ type OperationId = keyof Operations;

2

package.json
{
"name": "@proficient/api",
"version": "0.2.1",
"version": "0.3.0",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "source": "./src/index.ts",

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