@seamapi/types 1.904.0 → 1.905.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.
@@ -68426,6 +68426,15 @@ const openapi = {
68426
68426
  type: 'string',
68427
68427
  },
68428
68428
  },
68429
+ {
68430
+ in: 'query',
68431
+ name: 'user_identity_id',
68432
+ schema: {
68433
+ description: 'Filter reservations by the guest user identity ID.',
68434
+ format: 'uuid',
68435
+ type: 'string',
68436
+ },
68437
+ },
68429
68438
  {
68430
68439
  in: 'query',
68431
68440
  name: 'limit',
@@ -68786,6 +68795,11 @@ const openapi = {
68786
68795
  description: 'Filter reservations by space key.',
68787
68796
  type: 'string',
68788
68797
  },
68798
+ user_identity_id: {
68799
+ description: 'Filter reservations by the guest user identity ID.',
68800
+ format: 'uuid',
68801
+ type: 'string',
68802
+ },
68789
68803
  },
68790
68804
  type: 'object',
68791
68805
  },