@proficient/client
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
223978
0