New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.0 to 0.4.0

14

dist/client.d.ts

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

pathParams: {};
queryParams: {};
requestBody: undefined;

@@ -19,2 +20,3 @@ responseBody: {

};
queryParams: {};
requestBody: undefined;

@@ -27,2 +29,3 @@ responseBody: Agent;

};
queryParams: {};
requestBody: undefined;

@@ -38,2 +41,3 @@ responseBody: {

};
queryParams: {};
requestBody: MessageCreateParams;

@@ -46,2 +50,3 @@ responseBody: Message;

};
queryParams: {};
requestBody: undefined;

@@ -54,2 +59,3 @@ responseBody: Interaction;

};
queryParams: {};
requestBody: undefined;

@@ -62,2 +68,6 @@ responseBody: Interaction;

};
queryParams: {
limit?: number;
starting_after?: string;
};
requestBody: undefined;

@@ -71,2 +81,3 @@ responseBody: {

pathParams: {};
queryParams: {};
requestBody: undefined;

@@ -82,2 +93,3 @@ responseBody: {

};
queryParams: {};
requestBody: undefined;

@@ -90,2 +102,3 @@ responseBody: Message;

};
queryParams: {};
requestBody: MessageCreateParams;

@@ -97,2 +110,3 @@ responseBody: Message;

type PathParams<T extends OperationId> = Operations[T]['pathParams'];
type QueryParams<T extends OperationId> = Operations[T]['queryParams'];
type RequestBody<T extends OperationId> = Operations[T]['requestBody'];

@@ -99,0 +113,0 @@ type ResponseBody<T extends OperationId> = Operations[T]['responseBody'];

2

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