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