@parallelworks/client 7.107.0 → 7.108.0

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.
@@ -36719,7 +36719,7 @@ export interface operations {
36719
36719
  listAIChatConversations: {
36720
36720
  parameters: {
36721
36721
  query?: {
36722
- /** @description Max conversations to return */
36722
+ /** @description Max conversations to return (1-100) */
36723
36723
  limit?: number;
36724
36724
  /** @description Pagination offset */
36725
36725
  offset?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parallelworks/client",
3
- "version": "7.107.0",
3
+ "version": "7.108.0",
4
4
  "description": "Official TypeScript client for Parallel Works ACTIVATE API",
5
5
  "type": "module",
6
6
  "exports": {