@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.
package/dist/connect.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
  },