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.11.0 to 0.12.0

8

dist/client.d.ts

@@ -30,3 +30,9 @@ import type { Agent } from './resources/Agent';

requestBody: InteractionCreateParams;
responseBody: Interaction;
responseBody: {
interaction: Interaction;
/**
* Initial messages.
*/
messages: Message[];
};
};

@@ -33,0 +39,0 @@ GetInteractionsInteraction: {

2

package.json
{
"name": "@proficient/api",
"version": "0.11.0",
"version": "0.12.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