@seamapi/types 1.1020.0 → 1.1021.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.
|
@@ -79009,6 +79009,7 @@ const openapi = {
|
|
|
79009
79009
|
name: 'search',
|
|
79010
79010
|
schema: {
|
|
79011
79011
|
description: 'String for which to search. Filters returned user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`.',
|
|
79012
|
+
minLength: 1,
|
|
79012
79013
|
type: 'string',
|
|
79013
79014
|
},
|
|
79014
79015
|
},
|
|
@@ -79121,6 +79122,7 @@ const openapi = {
|
|
|
79121
79122
|
},
|
|
79122
79123
|
search: {
|
|
79123
79124
|
description: 'String for which to search. Filters returned user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`.',
|
|
79125
|
+
minLength: 1,
|
|
79124
79126
|
type: 'string',
|
|
79125
79127
|
},
|
|
79126
79128
|
user_identity_ids: {
|