@seamapi/types 1.353.1 → 1.353.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.353.1",
3
+ "version": "1.353.2",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -18709,7 +18709,7 @@ export default {
18709
18709
  default: 500,
18710
18710
  description:
18711
18711
  'Maximum number of records to return per page.',
18712
- exclusiveMinimum: 0,
18712
+ exclusiveMinimum: true,
18713
18713
  minimum: 0,
18714
18714
  type: 'integer',
18715
18715
  },