@seamapi/types 1.964.0 → 1.965.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.
@@ -73727,7 +73727,7 @@ const openapi = {
73727
73727
  'x-undocumented': 'Internal resource for customer portals.',
73728
73728
  },
73729
73729
  },
73730
- required: ['access_grant', 'spaces', 'staff_member', 'ok'],
73730
+ required: ['spaces', 'staff_member', 'ok'],
73731
73731
  type: 'object',
73732
73732
  },
73733
73733
  },
@@ -73820,7 +73820,7 @@ const openapi = {
73820
73820
  'x-undocumented': 'Internal resource for customer portals.',
73821
73821
  },
73822
73822
  },
73823
- required: ['access_grant', 'spaces', 'staff_member', 'ok'],
73823
+ required: ['spaces', 'staff_member', 'ok'],
73824
73824
  type: 'object',
73825
73825
  },
73826
73826
  },
@@ -73905,6 +73905,9 @@ const openapi = {
73905
73905
  items: {
73906
73906
  description: 'Represents a staff member for a specific customer.',
73907
73907
  properties: {
73908
+ access_grant: {
73909
+ $ref: '#/components/schemas/access_grant',
73910
+ },
73908
73911
  email_address: {
73909
73912
  description: 'Email address associated with the user identity.',
73910
73913
  type: 'string',
@@ -74008,6 +74011,9 @@ const openapi = {
74008
74011
  items: {
74009
74012
  description: 'Represents a staff member for a specific customer.',
74010
74013
  properties: {
74014
+ access_grant: {
74015
+ $ref: '#/components/schemas/access_grant',
74016
+ },
74011
74017
  email_address: {
74012
74018
  description: 'Email address associated with the user identity.',
74013
74019
  type: 'string',