@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 +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
|
@@ -11988,7 +11988,7 @@ export interface Routes {
|
|
|
11988
11988
|
user_identity_email_address?: string | undefined;
|
|
11989
11989
|
/** ID of the `acs_system` for which you want to retrieve all `acs_user`s. */
|
|
11990
11990
|
acs_system_id?: string | undefined;
|
|
11991
|
-
/** 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 `
|
|
11991
|
+
/** 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`. */
|
|
11992
11992
|
search?: string | undefined;
|
|
11993
11993
|
/** Maximum number of records to return per page. */
|
|
11994
11994
|
limit?: number;
|
package/package.json
CHANGED
|
@@ -20635,7 +20635,7 @@ export default {
|
|
|
20635
20635
|
},
|
|
20636
20636
|
search: {
|
|
20637
20637
|
description:
|
|
20638
|
-
'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 `
|
|
20638
|
+
'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`.',
|
|
20639
20639
|
minLength: 1,
|
|
20640
20640
|
type: 'string',
|
|
20641
20641
|
},
|
|
@@ -14119,7 +14119,7 @@ export interface Routes {
|
|
|
14119
14119
|
user_identity_email_address?: string | undefined
|
|
14120
14120
|
/** ID of the `acs_system` for which you want to retrieve all `acs_user`s. */
|
|
14121
14121
|
acs_system_id?: string | undefined
|
|
14122
|
-
/** 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 `
|
|
14122
|
+
/** 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`. */
|
|
14123
14123
|
search?: string | undefined
|
|
14124
14124
|
/** Maximum number of records to return per page. */
|
|
14125
14125
|
limit?: number
|