@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
|
@@ -80787,7 +80787,7 @@ export type Routes = {
|
|
|
80787
80787
|
queryParams: {};
|
|
80788
80788
|
jsonBody: {};
|
|
80789
80789
|
commonParams: {
|
|
80790
|
-
/** 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 `
|
|
80790
|
+
/** 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`. */
|
|
80791
80791
|
search?: string | undefined;
|
|
80792
80792
|
/** Maximum number of records to return per page. */
|
|
80793
80793
|
limit?: number;
|
package/package.json
CHANGED
|
@@ -62123,7 +62123,7 @@ export default {
|
|
|
62123
62123
|
name: 'search',
|
|
62124
62124
|
schema: {
|
|
62125
62125
|
description:
|
|
62126
|
-
'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 `
|
|
62126
|
+
'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`.',
|
|
62127
62127
|
type: 'string',
|
|
62128
62128
|
},
|
|
62129
62129
|
},
|
|
@@ -62416,7 +62416,7 @@ export default {
|
|
|
62416
62416
|
},
|
|
62417
62417
|
search: {
|
|
62418
62418
|
description:
|
|
62419
|
-
'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 `
|
|
62419
|
+
'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`.',
|
|
62420
62420
|
type: 'string',
|
|
62421
62421
|
},
|
|
62422
62422
|
},
|
|
@@ -96149,7 +96149,7 @@ export type Routes = {
|
|
|
96149
96149
|
queryParams: {}
|
|
96150
96150
|
jsonBody: {}
|
|
96151
96151
|
commonParams: {
|
|
96152
|
-
/** 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 `
|
|
96152
|
+
/** 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`. */
|
|
96153
96153
|
search?: string | undefined
|
|
96154
96154
|
/** Maximum number of records to return per page. */
|
|
96155
96155
|
limit?: number
|