@seamapi/types 1.197.0 → 1.198.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.
- package/dist/connect.cjs +3 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +11 -0
- package/lib/seam/connect/openapi.d.ts +9 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/package.json
CHANGED
|
@@ -6158,7 +6158,9 @@ export default {
|
|
|
6158
6158
|
},
|
|
6159
6159
|
{
|
|
6160
6160
|
properties: {
|
|
6161
|
+
created_before: { format: 'date-time', type: 'string' },
|
|
6161
6162
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
6163
|
+
limit: { default: 500, format: 'float', type: 'number' },
|
|
6162
6164
|
},
|
|
6163
6165
|
type: 'object',
|
|
6164
6166
|
},
|