@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.
@@ -189639,7 +189639,7 @@ type Routes = {
189639
189639
  queryParams: {};
189640
189640
  jsonBody: {};
189641
189641
  commonParams: {
189642
- /** 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`. */
189642
+ /** 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`. */
189643
189643
  search?: string | undefined;
189644
189644
  /** Maximum number of records to return per page. */
189645
189645
  limit?: number;
package/dist/index.cjs CHANGED
@@ -63280,7 +63280,7 @@ var openapi_default = {
63280
63280
  in: "query",
63281
63281
  name: "search",
63282
63282
  schema: {
63283
- 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`.",
63283
+ 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`.",
63284
63284
  type: "string"
63285
63285
  }
63286
63286
  },
@@ -63542,7 +63542,7 @@ var openapi_default = {
63542
63542
  type: "string"
63543
63543
  },
63544
63544
  search: {
63545
- 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`.",
63545
+ 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`.",
63546
63546
  type: "string"
63547
63547
  }
63548
63548
  },