@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.
package/dist/connect.cjs CHANGED
@@ -23391,7 +23391,7 @@ var openapi_default = {
23391
23391
  type: "string"
23392
23392
  },
23393
23393
  search: {
23394
- 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`.",
23394
+ 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`, `email_address`, `acs_user_id`, `user_identity_id`, `user_identity_full_name` or `user_identity_phone_number`.",
23395
23395
  minLength: 1,
23396
23396
  type: "string"
23397
23397
  },