@seamapi/types 1.943.0 → 1.945.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.
- package/dist/connect.cjs +110 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +18 -2
- package/dist/index.cjs +110 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +108 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +18 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +108 -2
- package/src/lib/seam/connect/route-types.ts +18 -0
|
@@ -60396,7 +60396,7 @@ const openapi = {
|
|
|
60396
60396
|
},
|
|
60397
60397
|
'/seam/console/v1/lynx_migration/get_reservation_migration_status': {
|
|
60398
60398
|
get: {
|
|
60399
|
-
description: 'Returns the most recent per-reservation Lynx cutover run for an access grant.\nReturns a null run when the reservation has never been migrated. Keyed by\naccess_grant_id — a successful cutover deletes the access grant, but the run\nrecord outlives it, so status remains available after the migration completes.',
|
|
60399
|
+
description: 'Returns the most recent per-reservation Lynx cutover run for an access grant.\nReturns a null run when the reservation has never been migrated. Keyed by\naccess_grant_id — a successful cutover deletes the access grant, but the run\nrecord outlives it, so status remains available after the migration completes.\n\nIncludes the codes the cutover deleted (snapshotted before deletion, so the\nhistory survives the hard-delete) and each connected-account sync it requested.',
|
|
60400
60400
|
operationId: 'seamConsoleV1LynxMigrationGetReservationMigrationStatusGet',
|
|
60401
60401
|
parameters: [
|
|
60402
60402
|
{
|
|
@@ -60420,7 +60420,57 @@ const openapi = {
|
|
|
60420
60420
|
nullable: true,
|
|
60421
60421
|
properties: {
|
|
60422
60422
|
access_grant_id: { format: 'uuid', type: 'string' },
|
|
60423
|
+
account_sync_requests: {
|
|
60424
|
+
items: {
|
|
60425
|
+
properties: {
|
|
60426
|
+
at: { type: 'string' },
|
|
60427
|
+
connected_account_ids: {
|
|
60428
|
+
items: { format: 'uuid', type: 'string' },
|
|
60429
|
+
type: 'array',
|
|
60430
|
+
},
|
|
60431
|
+
phase: { type: 'string' },
|
|
60432
|
+
},
|
|
60433
|
+
required: ['at', 'phase', 'connected_account_ids'],
|
|
60434
|
+
type: 'object',
|
|
60435
|
+
},
|
|
60436
|
+
type: 'array',
|
|
60437
|
+
},
|
|
60423
60438
|
created_at: { type: 'string' },
|
|
60439
|
+
deleted_codes: {
|
|
60440
|
+
items: {
|
|
60441
|
+
properties: {
|
|
60442
|
+
access_code_id: {
|
|
60443
|
+
format: 'uuid',
|
|
60444
|
+
type: 'string',
|
|
60445
|
+
},
|
|
60446
|
+
code: { nullable: true, type: 'string' },
|
|
60447
|
+
device_id: {
|
|
60448
|
+
format: 'uuid',
|
|
60449
|
+
nullable: true,
|
|
60450
|
+
type: 'string',
|
|
60451
|
+
},
|
|
60452
|
+
ends_at: { nullable: true, type: 'string' },
|
|
60453
|
+
is_managed: { type: 'boolean' },
|
|
60454
|
+
name: { nullable: true, type: 'string' },
|
|
60455
|
+
origin: { type: 'string' },
|
|
60456
|
+
starts_at: { nullable: true, type: 'string' },
|
|
60457
|
+
type: { nullable: true, type: 'string' },
|
|
60458
|
+
},
|
|
60459
|
+
required: [
|
|
60460
|
+
'access_code_id',
|
|
60461
|
+
'code',
|
|
60462
|
+
'name',
|
|
60463
|
+
'is_managed',
|
|
60464
|
+
'device_id',
|
|
60465
|
+
'type',
|
|
60466
|
+
'starts_at',
|
|
60467
|
+
'ends_at',
|
|
60468
|
+
'origin',
|
|
60469
|
+
],
|
|
60470
|
+
type: 'object',
|
|
60471
|
+
},
|
|
60472
|
+
type: 'array',
|
|
60473
|
+
},
|
|
60424
60474
|
lynx_migration_run_id: {
|
|
60425
60475
|
format: 'uuid',
|
|
60426
60476
|
type: 'string',
|
|
@@ -60434,6 +60484,8 @@ const openapi = {
|
|
|
60434
60484
|
'status',
|
|
60435
60485
|
'created_at',
|
|
60436
60486
|
'updated_at',
|
|
60487
|
+
'deleted_codes',
|
|
60488
|
+
'account_sync_requests',
|
|
60437
60489
|
],
|
|
60438
60490
|
type: 'object',
|
|
60439
60491
|
},
|
|
@@ -60464,7 +60516,7 @@ const openapi = {
|
|
|
60464
60516
|
'x-undocumented': 'Internal endpoint for Console',
|
|
60465
60517
|
},
|
|
60466
60518
|
post: {
|
|
60467
|
-
description: 'Returns the most recent per-reservation Lynx cutover run for an access grant.\nReturns a null run when the reservation has never been migrated. Keyed by\naccess_grant_id — a successful cutover deletes the access grant, but the run\nrecord outlives it, so status remains available after the migration completes.',
|
|
60519
|
+
description: 'Returns the most recent per-reservation Lynx cutover run for an access grant.\nReturns a null run when the reservation has never been migrated. Keyed by\naccess_grant_id — a successful cutover deletes the access grant, but the run\nrecord outlives it, so status remains available after the migration completes.\n\nIncludes the codes the cutover deleted (snapshotted before deletion, so the\nhistory survives the hard-delete) and each connected-account sync it requested.',
|
|
60468
60520
|
operationId: 'seamConsoleV1LynxMigrationGetReservationMigrationStatusPost',
|
|
60469
60521
|
requestBody: {
|
|
60470
60522
|
content: {
|
|
@@ -60493,7 +60545,57 @@ const openapi = {
|
|
|
60493
60545
|
nullable: true,
|
|
60494
60546
|
properties: {
|
|
60495
60547
|
access_grant_id: { format: 'uuid', type: 'string' },
|
|
60548
|
+
account_sync_requests: {
|
|
60549
|
+
items: {
|
|
60550
|
+
properties: {
|
|
60551
|
+
at: { type: 'string' },
|
|
60552
|
+
connected_account_ids: {
|
|
60553
|
+
items: { format: 'uuid', type: 'string' },
|
|
60554
|
+
type: 'array',
|
|
60555
|
+
},
|
|
60556
|
+
phase: { type: 'string' },
|
|
60557
|
+
},
|
|
60558
|
+
required: ['at', 'phase', 'connected_account_ids'],
|
|
60559
|
+
type: 'object',
|
|
60560
|
+
},
|
|
60561
|
+
type: 'array',
|
|
60562
|
+
},
|
|
60496
60563
|
created_at: { type: 'string' },
|
|
60564
|
+
deleted_codes: {
|
|
60565
|
+
items: {
|
|
60566
|
+
properties: {
|
|
60567
|
+
access_code_id: {
|
|
60568
|
+
format: 'uuid',
|
|
60569
|
+
type: 'string',
|
|
60570
|
+
},
|
|
60571
|
+
code: { nullable: true, type: 'string' },
|
|
60572
|
+
device_id: {
|
|
60573
|
+
format: 'uuid',
|
|
60574
|
+
nullable: true,
|
|
60575
|
+
type: 'string',
|
|
60576
|
+
},
|
|
60577
|
+
ends_at: { nullable: true, type: 'string' },
|
|
60578
|
+
is_managed: { type: 'boolean' },
|
|
60579
|
+
name: { nullable: true, type: 'string' },
|
|
60580
|
+
origin: { type: 'string' },
|
|
60581
|
+
starts_at: { nullable: true, type: 'string' },
|
|
60582
|
+
type: { nullable: true, type: 'string' },
|
|
60583
|
+
},
|
|
60584
|
+
required: [
|
|
60585
|
+
'access_code_id',
|
|
60586
|
+
'code',
|
|
60587
|
+
'name',
|
|
60588
|
+
'is_managed',
|
|
60589
|
+
'device_id',
|
|
60590
|
+
'type',
|
|
60591
|
+
'starts_at',
|
|
60592
|
+
'ends_at',
|
|
60593
|
+
'origin',
|
|
60594
|
+
],
|
|
60595
|
+
type: 'object',
|
|
60596
|
+
},
|
|
60597
|
+
type: 'array',
|
|
60598
|
+
},
|
|
60497
60599
|
lynx_migration_run_id: {
|
|
60498
60600
|
format: 'uuid',
|
|
60499
60601
|
type: 'string',
|
|
@@ -60507,6 +60609,8 @@ const openapi = {
|
|
|
60507
60609
|
'status',
|
|
60508
60610
|
'created_at',
|
|
60509
60611
|
'updated_at',
|
|
60612
|
+
'deleted_codes',
|
|
60613
|
+
'account_sync_requests',
|
|
60510
60614
|
],
|
|
60511
60615
|
type: 'object',
|
|
60512
60616
|
},
|
|
@@ -62113,6 +62217,7 @@ const openapi = {
|
|
|
62113
62217
|
'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS',
|
|
62114
62218
|
'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES',
|
|
62115
62219
|
'MANAGE_DEVICES_CONFIRMATION_MODAL',
|
|
62220
|
+
'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES',
|
|
62116
62221
|
'LYNX_MIGRATION_ENABLED',
|
|
62117
62222
|
],
|
|
62118
62223
|
type: 'string',
|
|
@@ -62141,6 +62246,7 @@ const openapi = {
|
|
|
62141
62246
|
'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS',
|
|
62142
62247
|
'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES',
|
|
62143
62248
|
'MANAGE_DEVICES_CONFIRMATION_MODAL',
|
|
62249
|
+
'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES',
|
|
62144
62250
|
'LYNX_MIGRATION_ENABLED',
|
|
62145
62251
|
],
|
|
62146
62252
|
type: 'string',
|