@seamapi/types 1.1059.0 → 1.1060.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.
|
@@ -36519,6 +36519,15 @@ const openapi = {
|
|
|
36519
36519
|
type: 'string',
|
|
36520
36520
|
},
|
|
36521
36521
|
},
|
|
36522
|
+
{
|
|
36523
|
+
in: 'query',
|
|
36524
|
+
name: 'search',
|
|
36525
|
+
schema: {
|
|
36526
|
+
description: 'String for which to search. Filters returned Access Grants to include all records that satisfy a partial match using `name`, `access_grant_key`, `reservation_key`, `access_grant_id`, `user_identity_id`, `user_identity_full_name`, `user_identity_email_address` or `user_identity_phone_number`.',
|
|
36527
|
+
minLength: 1,
|
|
36528
|
+
type: 'string',
|
|
36529
|
+
},
|
|
36530
|
+
},
|
|
36522
36531
|
],
|
|
36523
36532
|
responses: {
|
|
36524
36533
|
'200': {
|