@seamapi/types 1.1046.0 → 1.1048.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.
@@ -53272,23 +53272,6 @@ const openapi = {
53272
53272
  },
53273
53273
  feature_flag_name: {
53274
53274
  description: 'Name of the workspace feature flag to update.',
53275
- enum: [
53276
- 'RESERVATION_LEGACY',
53277
- 'EXPERIMENTAL_DASHBOARD_API_ENABLED',
53278
- 'ICAL_CONNECTOR',
53279
- 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS',
53280
- 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES',
53281
- 'MANAGE_DEVICES_CONFIRMATION_MODAL',
53282
- 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES',
53283
- 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES',
53284
- 'LYNX_MIGRATION_ENABLED',
53285
- 'AURORA_CUSTOMER_FILTER_ENABLED',
53286
- 'ACCESS_METHOD_DEADLINE_ERRORS',
53287
- 'ACCESS_CODE_DEADLINE_LIFECYCLE',
53288
- 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE',
53289
- 'TARGETED_ACCESS_GRANT_ISSUANCE',
53290
- 'TRUTHFUL_CLIMATE_SETTING_SYNC',
53291
- ],
53292
53275
  type: 'string',
53293
53276
  },
53294
53277
  },
@@ -53307,26 +53290,7 @@ const openapi = {
53307
53290
  feature_flag: {
53308
53291
  properties: {
53309
53292
  enabled: { type: 'boolean' },
53310
- feature_flag_name: {
53311
- enum: [
53312
- 'RESERVATION_LEGACY',
53313
- 'EXPERIMENTAL_DASHBOARD_API_ENABLED',
53314
- 'ICAL_CONNECTOR',
53315
- 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS',
53316
- 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES',
53317
- 'MANAGE_DEVICES_CONFIRMATION_MODAL',
53318
- 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES',
53319
- 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES',
53320
- 'LYNX_MIGRATION_ENABLED',
53321
- 'AURORA_CUSTOMER_FILTER_ENABLED',
53322
- 'ACCESS_METHOD_DEADLINE_ERRORS',
53323
- 'ACCESS_CODE_DEADLINE_LIFECYCLE',
53324
- 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE',
53325
- 'TARGETED_ACCESS_GRANT_ISSUANCE',
53326
- 'TRUTHFUL_CLIMATE_SETTING_SYNC',
53327
- ],
53328
- type: 'string',
53329
- },
53293
+ feature_flag_name: { type: 'string' },
53330
53294
  },
53331
53295
  required: ['feature_flag_name', 'enabled'],
53332
53296
  type: 'object',
@@ -64638,7 +64602,7 @@ const openapi = {
64638
64602
  type: 'string',
64639
64603
  },
64640
64604
  organization_id: {
64641
- description: 'ID of the organization to associate with the new workspace.',
64605
+ description: 'ID of the organization to associate with the new workspace. If omitted, the new workspace is associated with the organization that you administer, if you administer exactly one.',
64642
64606
  format: 'uuid',
64643
64607
  type: 'string',
64644
64608
  },