@seamapi/types 1.960.0 → 1.962.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 CHANGED
@@ -1499,16 +1499,6 @@ var august_lock_not_authorized = common_device_error.extend({
1499
1499
  ---
1500
1500
  Indicates that the user is not authorized to use the August lock.
1501
1501
  `);
1502
- var august_lock_missing_bridge = common_device_error.extend({
1503
- error_code: zod.z.literal("august_lock_missing_bridge").describe(error_code_description2)
1504
- }).describe(`
1505
- ---
1506
- resource_type: device
1507
- deprecated: Use \`hub_disconnected\` instead.
1508
- variant_group_key: locks
1509
- ---
1510
- Indicates that the lock is not connected to a bridge.
1511
- `);
1512
1502
  var salto_ks_subscription_limit_exceeded2 = common_device_error.extend({
1513
1503
  error_code: zod.z.literal("salto_ks_subscription_limit_exceeded").describe(error_code_description2),
1514
1504
  is_connected_account_error: zod.z.literal(true).describe(
@@ -1535,16 +1525,6 @@ var dormakaba_sites_disconnected2 = common_device_error.extend({
1535
1525
  ---
1536
1526
  Indicates that one or more dormakaba sites associated with the connected account could not be connected. Contact dormakaba support.
1537
1527
  `);
1538
- var ttlock_lock_not_paired_to_gateway = common_device_error.extend({
1539
- error_code: zod.z.literal("ttlock_lock_not_paired_to_gateway").describe(error_code_description2)
1540
- }).describe(`
1541
- ---
1542
- resource_type: device
1543
- deprecated: Use \`hub_disconnected\` instead.
1544
- variant_group_key: locks
1545
- ---
1546
- Indicates that the lock is not paired with a gateway.
1547
- `);
1548
1528
  var missing_device_credentials = common_device_error.extend({
1549
1529
  error_code: zod.z.literal("missing_device_credentials").describe(error_code_description2)
1550
1530
  }).describe(`
@@ -1570,16 +1550,6 @@ var subscription_required = common_device_error.extend({
1570
1550
  ---
1571
1551
  Indicates that a subscription is required to connect.
1572
1552
  `);
1573
- var lockly_missing_wifi_bridge = common_device_error.extend({
1574
- error_code: zod.z.literal("lockly_missing_wifi_bridge").describe(error_code_description2)
1575
- }).describe(`
1576
- ---
1577
- resource_type: device
1578
- deprecated: Use \`hub_disconnected\` instead.
1579
- variant_group_key: locks
1580
- ---
1581
- Indicates that the Lockly lock is not connected to a Wi-Fi bridge.
1582
- `);
1583
1553
  var device_error = zod.z.discriminatedUnion("error_code", [
1584
1554
  account_disconnected2,
1585
1555
  salto_ks_subscription_limit_exceeded2,
@@ -1590,12 +1560,9 @@ var device_error = zod.z.discriminatedUnion("error_code", [
1590
1560
  device_disconnected,
1591
1561
  empty_backup_access_code_pool,
1592
1562
  august_lock_not_authorized,
1593
- august_lock_missing_bridge,
1594
- ttlock_lock_not_paired_to_gateway,
1595
1563
  missing_device_credentials,
1596
1564
  auxiliary_heat_running,
1597
- subscription_required,
1598
- lockly_missing_wifi_bridge
1565
+ subscription_required
1599
1566
  ]).describe("Error associated with the device.");
1600
1567
  zod.z.object({
1601
1568
  device_offline: device_offline.optional().nullable(),
@@ -1605,14 +1572,11 @@ zod.z.object({
1605
1572
  account_disconnected: account_disconnected2.optional().nullable(),
1606
1573
  empty_backup_access_code_pool: empty_backup_access_code_pool.optional().nullable(),
1607
1574
  august_lock_not_authorized: august_lock_not_authorized.optional().nullable(),
1608
- august_lock_missing_bridge: august_lock_missing_bridge.optional().nullable(),
1609
1575
  salto_ks_subscription_limit_exceeded: salto_ks_subscription_limit_exceeded2.optional().nullable(),
1610
1576
  dormakaba_sites_disconnected: dormakaba_sites_disconnected2.optional().nullable(),
1611
- ttlock_lock_not_paired_to_gateway: ttlock_lock_not_paired_to_gateway.optional().nullable(),
1612
1577
  missing_device_credentials: missing_device_credentials.optional().nullable(),
1613
1578
  auxiliary_heat_running: auxiliary_heat_running.optional().nullable(),
1614
- subscription_required: subscription_required.optional().nullable(),
1615
- lockly_missing_wifi_bridge: lockly_missing_wifi_bridge.optional().nullable()
1579
+ subscription_required: subscription_required.optional().nullable()
1616
1580
  });
1617
1581
  var warning_code_description2 = "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.";
1618
1582
  var common_device_warning = zod.z.object({
@@ -1680,15 +1644,6 @@ var salto_ks_lock_access_code_support_removed = common_device_warning.extend({
1680
1644
  ---
1681
1645
  Indicates that a change in the reported device model has been detected for this Salto KS lock, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps.
1682
1646
  `);
1683
- var wyze_device_missing_gateway = common_device_warning.extend({
1684
- warning_code: zod.z.literal("wyze_device_missing_gateway").describe(warning_code_description2)
1685
- }).describe(`
1686
- ---
1687
- deprecated: Use \`hub_disconnected\` device error instead.
1688
- variant_group_key: locks
1689
- ---
1690
- Indicates that the Wyze Lock is not connected to a gateway.
1691
- `);
1692
1647
  var third_party_integration_detected = common_device_warning.extend({
1693
1648
  warning_code: zod.z.literal("third_party_integration_detected").describe(warning_code_description2)
1694
1649
  }).describe("Indicates that a third-party integration has been detected.");
@@ -1844,7 +1799,6 @@ var insufficient_permissions = common_device_warning.extend({
1844
1799
  var device_warning = zod.z.discriminatedUnion("warning_code", [
1845
1800
  partial_backup_access_code_pool,
1846
1801
  many_active_backup_codes,
1847
- wyze_device_missing_gateway,
1848
1802
  third_party_integration_detected,
1849
1803
  ttlock_lock_gateway_unlocking_not_enabled,
1850
1804
  ttlock_weak_gateway_signal,
@@ -1879,7 +1833,6 @@ zod.z.object({
1879
1833
  _event_id: zod.z.string().uuid().optional(),
1880
1834
  _reason: zod.z.string().optional()
1881
1835
  }).optional().nullable(),
1882
- wyze_device_missing_gateway: wyze_device_missing_gateway.optional().nullable(),
1883
1836
  third_party_integration_detected: third_party_integration_detected.optional().nullable(),
1884
1837
  ttlock_lock_gateway_unlocking_not_enabled: ttlock_lock_gateway_unlocking_not_enabled.optional().nullable(),
1885
1838
  ttlock_weak_gateway_signal: ttlock_weak_gateway_signal.optional().nullable(),
@@ -2255,6 +2208,7 @@ var DEVICE_PROVIDERS = {
2255
2208
  DOORKING: "doorking",
2256
2209
  SALTO: "salto",
2257
2210
  SALTO_KS: "salto_ks",
2211
+ SALTO_KS_ACCEPT: "salto_ks_accept",
2258
2212
  LOCKLY: "lockly",
2259
2213
  TTLOCK: "ttlock",
2260
2214
  LINEAR: "linear",
@@ -2367,7 +2321,7 @@ var PROVIDER_CATEGORY_MAP = {
2367
2321
  "sifely",
2368
2322
  "thirty_three_lock"
2369
2323
  ],
2370
- beta: ["kisi"],
2324
+ beta: ["kisi", "salto_ks_accept"],
2371
2325
  thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo", "first_alert"],
2372
2326
  noise_sensors: ["minut", "noiseaware"],
2373
2327
  access_control_systems: [
@@ -8243,76 +8197,6 @@ var openapi = {
8243
8197
  "x-resource-type": "device",
8244
8198
  "x-variant-group-key": "locks"
8245
8199
  },
8246
- {
8247
- deprecated: true,
8248
- description: "Indicates that the lock is not connected to a bridge.",
8249
- properties: {
8250
- created_at: {
8251
- description: "Date and time at which Seam created the error.",
8252
- format: "date-time",
8253
- type: "string"
8254
- },
8255
- error_code: {
8256
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
8257
- enum: ["august_lock_missing_bridge"],
8258
- type: "string"
8259
- },
8260
- is_device_error: {
8261
- description: "Indicates that the error is a device error.",
8262
- enum: [true],
8263
- type: "boolean"
8264
- },
8265
- message: {
8266
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
8267
- type: "string"
8268
- }
8269
- },
8270
- required: [
8271
- "message",
8272
- "is_device_error",
8273
- "created_at",
8274
- "error_code"
8275
- ],
8276
- type: "object",
8277
- "x-deprecated": "Use `hub_disconnected` instead.",
8278
- "x-resource-type": "device",
8279
- "x-variant-group-key": "locks"
8280
- },
8281
- {
8282
- deprecated: true,
8283
- description: "Indicates that the lock is not paired with a gateway.",
8284
- properties: {
8285
- created_at: {
8286
- description: "Date and time at which Seam created the error.",
8287
- format: "date-time",
8288
- type: "string"
8289
- },
8290
- error_code: {
8291
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
8292
- enum: ["ttlock_lock_not_paired_to_gateway"],
8293
- type: "string"
8294
- },
8295
- is_device_error: {
8296
- description: "Indicates that the error is a device error.",
8297
- enum: [true],
8298
- type: "boolean"
8299
- },
8300
- message: {
8301
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
8302
- type: "string"
8303
- }
8304
- },
8305
- required: [
8306
- "message",
8307
- "is_device_error",
8308
- "created_at",
8309
- "error_code"
8310
- ],
8311
- type: "object",
8312
- "x-deprecated": "Use `hub_disconnected` instead.",
8313
- "x-resource-type": "device",
8314
- "x-variant-group-key": "locks"
8315
- },
8316
8200
  {
8317
8201
  description: "Indicates that device credentials are missing.",
8318
8202
  properties: {
@@ -8410,41 +8294,6 @@ var openapi = {
8410
8294
  type: "object",
8411
8295
  "x-resource-type": "device"
8412
8296
  },
8413
- {
8414
- deprecated: true,
8415
- description: "Indicates that the Lockly lock is not connected to a Wi-Fi bridge.",
8416
- properties: {
8417
- created_at: {
8418
- description: "Date and time at which Seam created the error.",
8419
- format: "date-time",
8420
- type: "string"
8421
- },
8422
- error_code: {
8423
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
8424
- enum: ["lockly_missing_wifi_bridge"],
8425
- type: "string"
8426
- },
8427
- is_device_error: {
8428
- description: "Indicates that the error is a device error.",
8429
- enum: [true],
8430
- type: "boolean"
8431
- },
8432
- message: {
8433
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
8434
- type: "string"
8435
- }
8436
- },
8437
- required: [
8438
- "message",
8439
- "is_device_error",
8440
- "created_at",
8441
- "error_code"
8442
- ],
8443
- type: "object",
8444
- "x-deprecated": "Use `hub_disconnected` instead.",
8445
- "x-resource-type": "device",
8446
- "x-variant-group-key": "locks"
8447
- },
8448
8297
  {
8449
8298
  description: "Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).",
8450
8299
  properties: {
@@ -19381,76 +19230,6 @@ var openapi = {
19381
19230
  "x-resource-type": "device",
19382
19231
  "x-variant-group-key": "locks"
19383
19232
  },
19384
- {
19385
- deprecated: true,
19386
- description: "Indicates that the lock is not connected to a bridge.",
19387
- properties: {
19388
- created_at: {
19389
- description: "Date and time at which Seam created the error.",
19390
- format: "date-time",
19391
- type: "string"
19392
- },
19393
- error_code: {
19394
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
19395
- enum: ["august_lock_missing_bridge"],
19396
- type: "string"
19397
- },
19398
- is_device_error: {
19399
- description: "Indicates that the error is a device error.",
19400
- enum: [true],
19401
- type: "boolean"
19402
- },
19403
- message: {
19404
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
19405
- type: "string"
19406
- }
19407
- },
19408
- required: [
19409
- "message",
19410
- "is_device_error",
19411
- "created_at",
19412
- "error_code"
19413
- ],
19414
- type: "object",
19415
- "x-deprecated": "Use `hub_disconnected` instead.",
19416
- "x-resource-type": "device",
19417
- "x-variant-group-key": "locks"
19418
- },
19419
- {
19420
- deprecated: true,
19421
- description: "Indicates that the lock is not paired with a gateway.",
19422
- properties: {
19423
- created_at: {
19424
- description: "Date and time at which Seam created the error.",
19425
- format: "date-time",
19426
- type: "string"
19427
- },
19428
- error_code: {
19429
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
19430
- enum: ["ttlock_lock_not_paired_to_gateway"],
19431
- type: "string"
19432
- },
19433
- is_device_error: {
19434
- description: "Indicates that the error is a device error.",
19435
- enum: [true],
19436
- type: "boolean"
19437
- },
19438
- message: {
19439
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
19440
- type: "string"
19441
- }
19442
- },
19443
- required: [
19444
- "message",
19445
- "is_device_error",
19446
- "created_at",
19447
- "error_code"
19448
- ],
19449
- type: "object",
19450
- "x-deprecated": "Use `hub_disconnected` instead.",
19451
- "x-resource-type": "device",
19452
- "x-variant-group-key": "locks"
19453
- },
19454
19233
  {
19455
19234
  description: "Indicates that device credentials are missing.",
19456
19235
  properties: {
@@ -19548,41 +19327,6 @@ var openapi = {
19548
19327
  type: "object",
19549
19328
  "x-resource-type": "device"
19550
19329
  },
19551
- {
19552
- deprecated: true,
19553
- description: "Indicates that the Lockly lock is not connected to a Wi-Fi bridge.",
19554
- properties: {
19555
- created_at: {
19556
- description: "Date and time at which Seam created the error.",
19557
- format: "date-time",
19558
- type: "string"
19559
- },
19560
- error_code: {
19561
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
19562
- enum: ["lockly_missing_wifi_bridge"],
19563
- type: "string"
19564
- },
19565
- is_device_error: {
19566
- description: "Indicates that the error is a device error.",
19567
- enum: [true],
19568
- type: "boolean"
19569
- },
19570
- message: {
19571
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
19572
- type: "string"
19573
- }
19574
- },
19575
- required: [
19576
- "message",
19577
- "is_device_error",
19578
- "created_at",
19579
- "error_code"
19580
- ],
19581
- type: "object",
19582
- "x-deprecated": "Use `hub_disconnected` instead.",
19583
- "x-resource-type": "device",
19584
- "x-variant-group-key": "locks"
19585
- },
19586
19330
  {
19587
19331
  description: "Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).",
19588
19332
  properties: {
@@ -22140,30 +21884,6 @@ var openapi = {
22140
21884
  type: "object",
22141
21885
  "x-variant-group-key": "access_codes"
22142
21886
  },
22143
- {
22144
- deprecated: true,
22145
- description: "Indicates that the Wyze Lock is not connected to a gateway.",
22146
- properties: {
22147
- created_at: {
22148
- description: "Date and time at which Seam created the warning.",
22149
- format: "date-time",
22150
- type: "string"
22151
- },
22152
- message: {
22153
- description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
22154
- type: "string"
22155
- },
22156
- warning_code: {
22157
- description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
22158
- enum: ["wyze_device_missing_gateway"],
22159
- type: "string"
22160
- }
22161
- },
22162
- required: ["message", "created_at", "warning_code"],
22163
- type: "object",
22164
- "x-deprecated": "Use `hub_disconnected` device error instead.",
22165
- "x-variant-group-key": "locks"
22166
- },
22167
21887
  {
22168
21888
  description: "Indicates that a third-party integration has been detected.",
22169
21889
  properties: {
@@ -22894,6 +22614,7 @@ var openapi = {
22894
22614
  "doorking",
22895
22615
  "salto",
22896
22616
  "salto_ks",
22617
+ "salto_ks_accept",
22897
22618
  "lockly",
22898
22619
  "ttlock",
22899
22620
  "linear",
@@ -34470,76 +34191,6 @@ var openapi = {
34470
34191
  "x-resource-type": "device",
34471
34192
  "x-variant-group-key": "locks"
34472
34193
  },
34473
- {
34474
- deprecated: true,
34475
- description: "Indicates that the lock is not connected to a bridge.",
34476
- properties: {
34477
- created_at: {
34478
- description: "Date and time at which Seam created the error.",
34479
- format: "date-time",
34480
- type: "string"
34481
- },
34482
- error_code: {
34483
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
34484
- enum: ["august_lock_missing_bridge"],
34485
- type: "string"
34486
- },
34487
- is_device_error: {
34488
- description: "Indicates that the error is a device error.",
34489
- enum: [true],
34490
- type: "boolean"
34491
- },
34492
- message: {
34493
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
34494
- type: "string"
34495
- }
34496
- },
34497
- required: [
34498
- "message",
34499
- "is_device_error",
34500
- "created_at",
34501
- "error_code"
34502
- ],
34503
- type: "object",
34504
- "x-deprecated": "Use `hub_disconnected` instead.",
34505
- "x-resource-type": "device",
34506
- "x-variant-group-key": "locks"
34507
- },
34508
- {
34509
- deprecated: true,
34510
- description: "Indicates that the lock is not paired with a gateway.",
34511
- properties: {
34512
- created_at: {
34513
- description: "Date and time at which Seam created the error.",
34514
- format: "date-time",
34515
- type: "string"
34516
- },
34517
- error_code: {
34518
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
34519
- enum: ["ttlock_lock_not_paired_to_gateway"],
34520
- type: "string"
34521
- },
34522
- is_device_error: {
34523
- description: "Indicates that the error is a device error.",
34524
- enum: [true],
34525
- type: "boolean"
34526
- },
34527
- message: {
34528
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
34529
- type: "string"
34530
- }
34531
- },
34532
- required: [
34533
- "message",
34534
- "is_device_error",
34535
- "created_at",
34536
- "error_code"
34537
- ],
34538
- type: "object",
34539
- "x-deprecated": "Use `hub_disconnected` instead.",
34540
- "x-resource-type": "device",
34541
- "x-variant-group-key": "locks"
34542
- },
34543
34194
  {
34544
34195
  description: "Indicates that device credentials are missing.",
34545
34196
  properties: {
@@ -34637,41 +34288,6 @@ var openapi = {
34637
34288
  type: "object",
34638
34289
  "x-resource-type": "device"
34639
34290
  },
34640
- {
34641
- deprecated: true,
34642
- description: "Indicates that the Lockly lock is not connected to a Wi-Fi bridge.",
34643
- properties: {
34644
- created_at: {
34645
- description: "Date and time at which Seam created the error.",
34646
- format: "date-time",
34647
- type: "string"
34648
- },
34649
- error_code: {
34650
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
34651
- enum: ["lockly_missing_wifi_bridge"],
34652
- type: "string"
34653
- },
34654
- is_device_error: {
34655
- description: "Indicates that the error is a device error.",
34656
- enum: [true],
34657
- type: "boolean"
34658
- },
34659
- message: {
34660
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
34661
- type: "string"
34662
- }
34663
- },
34664
- required: [
34665
- "message",
34666
- "is_device_error",
34667
- "created_at",
34668
- "error_code"
34669
- ],
34670
- type: "object",
34671
- "x-deprecated": "Use `hub_disconnected` instead.",
34672
- "x-resource-type": "device",
34673
- "x-variant-group-key": "locks"
34674
- },
34675
34291
  {
34676
34292
  description: "Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).",
34677
34293
  properties: {
@@ -37219,76 +36835,6 @@ var openapi = {
37219
36835
  "x-resource-type": "device",
37220
36836
  "x-variant-group-key": "locks"
37221
36837
  },
37222
- {
37223
- deprecated: true,
37224
- description: "Indicates that the lock is not connected to a bridge.",
37225
- properties: {
37226
- created_at: {
37227
- description: "Date and time at which Seam created the error.",
37228
- format: "date-time",
37229
- type: "string"
37230
- },
37231
- error_code: {
37232
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
37233
- enum: ["august_lock_missing_bridge"],
37234
- type: "string"
37235
- },
37236
- is_device_error: {
37237
- description: "Indicates that the error is a device error.",
37238
- enum: [true],
37239
- type: "boolean"
37240
- },
37241
- message: {
37242
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
37243
- type: "string"
37244
- }
37245
- },
37246
- required: [
37247
- "message",
37248
- "is_device_error",
37249
- "created_at",
37250
- "error_code"
37251
- ],
37252
- type: "object",
37253
- "x-deprecated": "Use `hub_disconnected` instead.",
37254
- "x-resource-type": "device",
37255
- "x-variant-group-key": "locks"
37256
- },
37257
- {
37258
- deprecated: true,
37259
- description: "Indicates that the lock is not paired with a gateway.",
37260
- properties: {
37261
- created_at: {
37262
- description: "Date and time at which Seam created the error.",
37263
- format: "date-time",
37264
- type: "string"
37265
- },
37266
- error_code: {
37267
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
37268
- enum: ["ttlock_lock_not_paired_to_gateway"],
37269
- type: "string"
37270
- },
37271
- is_device_error: {
37272
- description: "Indicates that the error is a device error.",
37273
- enum: [true],
37274
- type: "boolean"
37275
- },
37276
- message: {
37277
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
37278
- type: "string"
37279
- }
37280
- },
37281
- required: [
37282
- "message",
37283
- "is_device_error",
37284
- "created_at",
37285
- "error_code"
37286
- ],
37287
- type: "object",
37288
- "x-deprecated": "Use `hub_disconnected` instead.",
37289
- "x-resource-type": "device",
37290
- "x-variant-group-key": "locks"
37291
- },
37292
36838
  {
37293
36839
  description: "Indicates that device credentials are missing.",
37294
36840
  properties: {
@@ -37386,41 +36932,6 @@ var openapi = {
37386
36932
  type: "object",
37387
36933
  "x-resource-type": "device"
37388
36934
  },
37389
- {
37390
- deprecated: true,
37391
- description: "Indicates that the Lockly lock is not connected to a Wi-Fi bridge.",
37392
- properties: {
37393
- created_at: {
37394
- description: "Date and time at which Seam created the error.",
37395
- format: "date-time",
37396
- type: "string"
37397
- },
37398
- error_code: {
37399
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
37400
- enum: ["lockly_missing_wifi_bridge"],
37401
- type: "string"
37402
- },
37403
- is_device_error: {
37404
- description: "Indicates that the error is a device error.",
37405
- enum: [true],
37406
- type: "boolean"
37407
- },
37408
- message: {
37409
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
37410
- type: "string"
37411
- }
37412
- },
37413
- required: [
37414
- "message",
37415
- "is_device_error",
37416
- "created_at",
37417
- "error_code"
37418
- ],
37419
- type: "object",
37420
- "x-deprecated": "Use `hub_disconnected` instead.",
37421
- "x-resource-type": "device",
37422
- "x-variant-group-key": "locks"
37423
- },
37424
36935
  {
37425
36936
  description: "Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).",
37426
36937
  properties: {
@@ -37686,30 +37197,6 @@ var openapi = {
37686
37197
  type: "object",
37687
37198
  "x-variant-group-key": "access_codes"
37688
37199
  },
37689
- {
37690
- deprecated: true,
37691
- description: "Indicates that the Wyze Lock is not connected to a gateway.",
37692
- properties: {
37693
- created_at: {
37694
- description: "Date and time at which Seam created the warning.",
37695
- format: "date-time",
37696
- type: "string"
37697
- },
37698
- message: {
37699
- description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
37700
- type: "string"
37701
- },
37702
- warning_code: {
37703
- description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
37704
- enum: ["wyze_device_missing_gateway"],
37705
- type: "string"
37706
- }
37707
- },
37708
- required: ["message", "created_at", "warning_code"],
37709
- type: "object",
37710
- "x-deprecated": "Use `hub_disconnected` device error instead.",
37711
- "x-variant-group-key": "locks"
37712
- },
37713
37200
  {
37714
37201
  description: "Indicates that a third-party integration has been detected.",
37715
37202
  properties: {
@@ -55423,6 +54910,7 @@ var openapi = {
55423
54910
  "doorking",
55424
54911
  "salto",
55425
54912
  "salto_ks",
54913
+ "salto_ks_accept",
55426
54914
  "lockly",
55427
54915
  "ttlock",
55428
54916
  "linear",