@seamapi/types 1.373.1 → 1.373.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.
@@ -58961,7 +58961,7 @@ interface Routes {
58961
58961
  user_identity_email_address?: string | undefined;
58962
58962
  /** ID of the `acs_system` for which you want to retrieve all `acs_user`s. */
58963
58963
  acs_system_id?: string | undefined;
58964
- /** String for which to search. Filters returned `acs_user`s to include all records that satisfy a partial match using `full_name`, `phone_number`, or `email_address`. */
58964
+ /** String for which to search. Filters returned `acs_user`s to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `acs_user_id`, `user_identity_id`, `user_identity_full_name` or `user_identity_phone_number`. */
58965
58965
  search?: string | undefined;
58966
58966
  /** Maximum number of records to return per page. */
58967
58967
  limit?: number;
@@ -19211,7 +19211,7 @@ export default {
19211
19211
  type: 'string',
19212
19212
  },
19213
19213
  search: {
19214
- description: 'String for which to search. Filters returned `acs_user`s to include all records that satisfy a partial match using `full_name`, `phone_number`, or `email_address`.',
19214
+ description: 'String for which to search. Filters returned `acs_user`s to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `acs_user_id`, `user_identity_id`, `user_identity_full_name` or `user_identity_phone_number`.',
19215
19215
  minLength: 1,
19216
19216
  type: 'string',
19217
19217
  },