@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/dist/connect.cjs +1 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -1
- package/lib/seam/connect/openapi.js +1 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -1
package/package.json
CHANGED
|
@@ -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:
|
|
18712
|
+
exclusiveMinimum: true,
|
|
18713
18713
|
minimum: 0,
|
|
18714
18714
|
type: 'integer',
|
|
18715
18715
|
},
|