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

@proficient/client

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proficient/client - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

4

dist/api/resources/messages/client/Client.js

@@ -47,5 +47,5 @@ "use strict";

async list(request) {
const { interaction, limit, startingAfter } = request;
const { interactionId, limit, startingAfter } = request;
const _queryParams = new url_search_params_1.default();
_queryParams.append("interaction", interaction);
_queryParams.append("interaction_id", interactionId);
if (limit != null) {

@@ -52,0 +52,0 @@ _queryParams.append("limit", limit.toString());

@@ -6,5 +6,5 @@ /**

export interface ListMessagesRequest {
interaction: Proficient.InteractionId;
interactionId: Proficient.InteractionId;
limit?: Proficient.PaginationLimit;
startingAfter?: Proficient.PaginationLimit;
}
{
"name": "@proficient/client",
"version": "0.10.0",
"version": "0.11.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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