@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
|
@@ -57472,7 +57472,7 @@ export default {
|
|
|
57472
57472
|
in: 'query',
|
|
57473
57473
|
name: 'search',
|
|
57474
57474
|
schema: {
|
|
57475
|
-
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 `
|
|
57475
|
+
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`.',
|
|
57476
57476
|
type: 'string',
|
|
57477
57477
|
},
|
|
57478
57478
|
},
|
|
@@ -57734,7 +57734,7 @@ export default {
|
|
|
57734
57734
|
type: 'string',
|
|
57735
57735
|
},
|
|
57736
57736
|
search: {
|
|
57737
|
-
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 `
|
|
57737
|
+
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`.',
|
|
57738
57738
|
type: 'string',
|
|
57739
57739
|
},
|
|
57740
57740
|
},
|