@seamapi/types 1.1025.0 → 1.1026.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.1025.0",
3
+ "version": "1.1026.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -50588,6 +50588,7 @@ const openapi: OpenAPISpec = {
50588
50588
  schema: {
50589
50589
  description:
50590
50590
  'ID of the client session that you want to retrieve.',
50591
+ minLength: 1,
50591
50592
  type: 'string',
50592
50593
  },
50593
50594
  },
@@ -50678,6 +50679,7 @@ const openapi: OpenAPISpec = {
50678
50679
  client_session_id: {
50679
50680
  description:
50680
50681
  'ID of the client session that you want to retrieve.',
50682
+ minLength: 1,
50681
50683
  type: 'string',
50682
50684
  },
50683
50685
  connect_webview_id: {
@@ -86307,6 +86309,7 @@ const openapi: OpenAPISpec = {
86307
86309
  schema: {
86308
86310
  description:
86309
86311
  'String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`.',
86312
+ minLength: 1,
86310
86313
  type: 'string',
86311
86314
  },
86312
86315
  },
@@ -86414,6 +86417,7 @@ const openapi: OpenAPISpec = {
86414
86417
  search: {
86415
86418
  description:
86416
86419
  'String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`.',
86420
+ minLength: 1,
86417
86421
  type: 'string',
86418
86422
  },
86419
86423
  },