@seamapi/types 1.357.0 → 1.357.1

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.
@@ -51670,7 +51670,7 @@ interface Routes {
51670
51670
  user_identity_email_address?: string | undefined;
51671
51671
  /** ID of the `acs_system` for which you want to retrieve all `acs_user`s. */
51672
51672
  acs_system_id?: string | undefined;
51673
- /** String to partial match between full_name, phone_number and email_address. */
51673
+ /** 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`. */
51674
51674
  search?: string | undefined;
51675
51675
  /** Maximum number of records to return per page. */
51676
51676
  limit?: number;
@@ -17583,7 +17583,7 @@ export default {
17583
17583
  type: 'string',
17584
17584
  },
17585
17585
  search: {
17586
- description: 'String to partial match between full_name, phone_number and email_address.',
17586
+ 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`.',
17587
17587
  minLength: 1,
17588
17588
  type: 'string',
17589
17589
  },