@seamapi/types 1.1059.0 → 1.1061.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.
@@ -34297,11 +34297,6 @@ const openapi = {
34297
34297
  scheme: 'bearer',
34298
34298
  type: 'http',
34299
34299
  },
34300
- delegated_agent: {
34301
- bearerFormat: 'Delegated Agent Session Token',
34302
- scheme: 'bearer',
34303
- type: 'http',
34304
- },
34305
34300
  internal_service_agent: {
34306
34301
  bearerFormat: 'Internal Service Agent Key',
34307
34302
  scheme: 'bearer',
@@ -36519,6 +36514,15 @@ const openapi = {
36519
36514
  type: 'string',
36520
36515
  },
36521
36516
  },
36517
+ {
36518
+ in: 'query',
36519
+ name: 'search',
36520
+ schema: {
36521
+ 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`.',
36522
+ minLength: 1,
36523
+ type: 'string',
36524
+ },
36525
+ },
36522
36526
  ],
36523
36527
  responses: {
36524
36528
  '200': {