@segment/public-api-sdk-typescript 46.0.0-b8346 → 46.0.0-b8353

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@ export class PaginationInput {
21
21
  */
22
22
  'cursor'?: string;
23
23
  /**
24
- * The number of items to retrieve in a page, between 1 and 200.
24
+ * The number of items to retrieve in a page, between 1 and 1000.
25
25
  */
26
26
  'count': number;
27
27
 
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "uuid": "^8.3.2",
19
19
  "request": "^2.88.2"
20
20
  },
21
- "version": "46.0.0-b8346",
21
+ "version": "46.0.0-b8353",
22
22
  "devDependencies": {
23
23
  "@types/bluebird": "^3.5.33",
24
24
  "@types/jest": "^29",