@seamapi/types 1.610.0 → 1.611.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.
@@ -57472,7 +57472,7 @@ export default {
57472
57472
  in: 'query',
57473
57473
  name: 'search',
57474
57474
  schema: {
57475
- description: '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` or `user_identity_id`.',
57475
+ description: '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`.',
57476
57476
  type: 'string',
57477
57477
  },
57478
57478
  },
@@ -57734,7 +57734,7 @@ export default {
57734
57734
  type: 'string',
57735
57735
  },
57736
57736
  search: {
57737
- description: '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` or `user_identity_id`.',
57737
+ description: '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`.',
57738
57738
  type: 'string',
57739
57739
  },
57740
57740
  },