@seamapi/types 1.1020.0 → 1.1021.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.1020.0",
3
+ "version": "1.1021.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -85198,6 +85198,7 @@ const openapi: OpenAPISpec = {
85198
85198
  schema: {
85199
85199
  description:
85200
85200
  'String for which to search. Filters returned user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`.',
85201
+ minLength: 1,
85201
85202
  type: 'string',
85202
85203
  },
85203
85204
  },
@@ -85319,6 +85320,7 @@ const openapi: OpenAPISpec = {
85319
85320
  search: {
85320
85321
  description:
85321
85322
  'String for which to search. Filters returned user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`.',
85323
+ minLength: 1,
85322
85324
  type: 'string',
85323
85325
  },
85324
85326
  user_identity_ids: {