@seamapi/types 1.357.0 → 1.357.1

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
@@ -21209,7 +21209,7 @@ var openapi_default = {
21209
21209
  type: "string"
21210
21210
  },
21211
21211
  search: {
21212
- description: "String to partial match between full_name, phone_number and email_address.",
21212
+ 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`.",
21213
21213
  minLength: 1,
21214
21214
  type: "string"
21215
21215
  },