@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.
@@ -11988,7 +11988,7 @@ export interface Routes {
11988
11988
  user_identity_email_address?: string | undefined;
11989
11989
  /** ID of the `acs_system` for which you want to retrieve all `acs_user`s. */
11990
11990
  acs_system_id?: string | undefined;
11991
- /** 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`. */
11991
+ /** 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`. */
11992
11992
  search?: string | undefined;
11993
11993
  /** Maximum number of records to return per page. */
11994
11994
  limit?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.373.1",
3
+ "version": "1.373.2",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -20635,7 +20635,7 @@ export default {
20635
20635
  },
20636
20636
  search: {
20637
20637
  description:
20638
- '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`.',
20638
+ '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`.',
20639
20639
  minLength: 1,
20640
20640
  type: 'string',
20641
20641
  },
@@ -14119,7 +14119,7 @@ export interface Routes {
14119
14119
  user_identity_email_address?: string | undefined
14120
14120
  /** ID of the `acs_system` for which you want to retrieve all `acs_user`s. */
14121
14121
  acs_system_id?: string | undefined
14122
- /** 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`. */
14122
+ /** 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`. */
14123
14123
  search?: string | undefined
14124
14124
  /** Maximum number of records to return per page. */
14125
14125
  limit?: number