@seamapi/types 1.354.0 → 1.355.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 +4 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +6 -0
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +4 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +5 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -21190,6 +21190,10 @@ var openapi_default = {
|
|
|
21190
21190
|
nullable: true,
|
|
21191
21191
|
type: "string"
|
|
21192
21192
|
},
|
|
21193
|
+
search: {
|
|
21194
|
+
description: "String to partial match between full_name, phone_number and email_address.",
|
|
21195
|
+
type: "string"
|
|
21196
|
+
},
|
|
21193
21197
|
user_identity_email_address: {
|
|
21194
21198
|
description: "Email address of the user identity for which you want to retrieve all `acs_user`s.",
|
|
21195
21199
|
type: "string"
|