@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.d.cts
CHANGED
|
@@ -30366,7 +30366,7 @@ declare const _default: {
|
|
|
30366
30366
|
limit: {
|
|
30367
30367
|
default: number;
|
|
30368
30368
|
description: string;
|
|
30369
|
-
exclusiveMinimum:
|
|
30369
|
+
exclusiveMinimum: boolean;
|
|
30370
30370
|
minimum: number;
|
|
30371
30371
|
type: string;
|
|
30372
30372
|
};
|
|
@@ -13765,7 +13765,7 @@ declare const _default: {
|
|
|
13765
13765
|
limit: {
|
|
13766
13766
|
default: number;
|
|
13767
13767
|
description: string;
|
|
13768
|
-
exclusiveMinimum:
|
|
13768
|
+
exclusiveMinimum: boolean;
|
|
13769
13769
|
minimum: number;
|
|
13770
13770
|
type: string;
|
|
13771
13771
|
};
|
|
@@ -17542,7 +17542,7 @@ export default {
|
|
|
17542
17542
|
limit: {
|
|
17543
17543
|
default: 500,
|
|
17544
17544
|
description: 'Maximum number of records to return per page.',
|
|
17545
|
-
exclusiveMinimum:
|
|
17545
|
+
exclusiveMinimum: true,
|
|
17546
17546
|
minimum: 0,
|
|
17547
17547
|
type: 'integer',
|
|
17548
17548
|
},
|