@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.
@@ -80787,7 +80787,7 @@ export type Routes = {
80787
80787
  queryParams: {};
80788
80788
  jsonBody: {};
80789
80789
  commonParams: {
80790
- /** 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`. */
80790
+ /** 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`. */
80791
80791
  search?: string | undefined;
80792
80792
  /** Maximum number of records to return per page. */
80793
80793
  limit?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.610.0",
3
+ "version": "1.611.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -62123,7 +62123,7 @@ export default {
62123
62123
  name: 'search',
62124
62124
  schema: {
62125
62125
  description:
62126
- '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`.',
62126
+ '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`.',
62127
62127
  type: 'string',
62128
62128
  },
62129
62129
  },
@@ -62416,7 +62416,7 @@ export default {
62416
62416
  },
62417
62417
  search: {
62418
62418
  description:
62419
- '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`.',
62419
+ '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`.',
62420
62420
  type: 'string',
62421
62421
  },
62422
62422
  },
@@ -96149,7 +96149,7 @@ export type Routes = {
96149
96149
  queryParams: {}
96150
96150
  jsonBody: {}
96151
96151
  commonParams: {
96152
- /** 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`. */
96152
+ /** 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`. */
96153
96153
  search?: string | undefined
96154
96154
  /** Maximum number of records to return per page. */
96155
96155
  limit?: number