@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 +1 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -1
- package/lib/seam/connect/openapi.js +1 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -1
- package/src/lib/seam/connect/route-types.ts +1 -1
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
|
|
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
|
},
|