@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/dist/connect.cjs
CHANGED
|
@@ -21145,7 +21145,7 @@ var openapi_default = {
|
|
|
21145
21145
|
limit: {
|
|
21146
21146
|
default: 500,
|
|
21147
21147
|
description: "Maximum number of records to return per page.",
|
|
21148
|
-
exclusiveMinimum:
|
|
21148
|
+
exclusiveMinimum: true,
|
|
21149
21149
|
minimum: 0,
|
|
21150
21150
|
type: "integer"
|
|
21151
21151
|
},
|