@proficient/client
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -56,3 +56,3 @@ "use strict"; | ||
if (startingAfter != null) { | ||
_queryParams.append("starting_after", startingAfter.toString()); | ||
_queryParams.append("starting_after", startingAfter); | ||
} | ||
@@ -59,0 +59,0 @@ const _response = await core.fetcher({ |
@@ -8,3 +8,3 @@ /** | ||
limit?: Proficient.PaginationLimit; | ||
startingAfter?: Proficient.PaginationLimit; | ||
startingAfter?: Proficient.PaginationStartingAfter; | ||
} |
@@ -54,3 +54,3 @@ "use strict"; | ||
if (startingAfter != null) { | ||
_queryParams.append("starting_after", startingAfter.toString()); | ||
_queryParams.append("starting_after", startingAfter); | ||
} | ||
@@ -57,0 +57,0 @@ const _response = await core.fetcher({ |
@@ -8,3 +8,3 @@ /** | ||
limit?: Proficient.PaginationLimit; | ||
startingAfter?: Proficient.PaginationLimit; | ||
startingAfter?: Proficient.PaginationStartingAfter; | ||
} |
{ | ||
"name": "@proficient/client", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"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
223972