@seamapi/types 1.917.0 → 1.919.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.
Files changed (37) hide show
  1. package/dist/connect.cjs +492 -186
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +115 -8
  4. package/dist/index.cjs +492 -186
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/access-codes/managed-access-code.js +78 -44
  7. package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
  8. package/lib/seam/connect/models/acs/acs-access-group.js +7 -4
  9. package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
  10. package/lib/seam/connect/models/acs/acs-encoder.js +7 -3
  11. package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
  12. package/lib/seam/connect/models/acs/acs-system.js +58 -31
  13. package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
  14. package/lib/seam/connect/models/acs/acs-users/acs-user.js +42 -24
  15. package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
  16. package/lib/seam/connect/models/connected-accounts/connected-account.js +29 -19
  17. package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
  18. package/lib/seam/connect/models/devices/device.js +51 -27
  19. package/lib/seam/connect/models/devices/device.js.map +1 -1
  20. package/lib/seam/connect/models/events/devices.d.ts +30 -8
  21. package/lib/seam/connect/models/events/devices.js +25 -0
  22. package/lib/seam/connect/models/events/devices.js.map +1 -1
  23. package/lib/seam/connect/models/events/seam-event.d.ts +15 -4
  24. package/lib/seam/connect/openapi.js +138 -4
  25. package/lib/seam/connect/openapi.js.map +1 -1
  26. package/lib/seam/connect/route-types.d.ts +100 -4
  27. package/package.json +1 -1
  28. package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +136 -114
  29. package/src/lib/seam/connect/models/acs/acs-access-group.ts +10 -9
  30. package/src/lib/seam/connect/models/acs/acs-encoder.ts +7 -5
  31. package/src/lib/seam/connect/models/acs/acs-system.ts +73 -56
  32. package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +48 -40
  33. package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +78 -73
  34. package/src/lib/seam/connect/models/devices/device.ts +70 -46
  35. package/src/lib/seam/connect/models/events/devices.ts +25 -0
  36. package/src/lib/seam/connect/openapi.ts +142 -4
  37. package/src/lib/seam/connect/route-types.ts +100 -4
@@ -107,6 +107,7 @@ const openapi = {
107
107
  },
108
108
  required: ['message', 'is_access_code_error', 'error_code'],
109
109
  type: 'object',
110
+ 'x-resource-type': 'access_code',
110
111
  },
111
112
  {
112
113
  description: 'Failed to set code on device.',
@@ -133,6 +134,7 @@ const openapi = {
133
134
  },
134
135
  required: ['message', 'is_access_code_error', 'error_code'],
135
136
  type: 'object',
137
+ 'x-resource-type': 'access_code',
136
138
  },
137
139
  {
138
140
  description: 'Failed to remove code from device.',
@@ -159,6 +161,7 @@ const openapi = {
159
161
  },
160
162
  required: ['message', 'is_access_code_error', 'error_code'],
161
163
  type: 'object',
164
+ 'x-resource-type': 'access_code',
162
165
  },
163
166
  {
164
167
  description: 'Duplicate access code detected on device.',
@@ -195,6 +198,7 @@ const openapi = {
195
198
  },
196
199
  required: ['message', 'is_access_code_error', 'error_code'],
197
200
  type: 'object',
201
+ 'x-resource-type': 'access_code',
198
202
  },
199
203
  {
200
204
  description: 'An attempt to modify this access code was prevented.',
@@ -221,6 +225,7 @@ const openapi = {
221
225
  },
222
226
  required: ['message', 'is_access_code_error', 'error_code'],
223
227
  type: 'object',
228
+ 'x-resource-type': 'access_code',
224
229
  },
225
230
  {
226
231
  description: 'No space for access code on device.',
@@ -247,6 +252,7 @@ const openapi = {
247
252
  },
248
253
  required: ['message', 'is_access_code_error', 'error_code'],
249
254
  type: 'object',
255
+ 'x-resource-type': 'access_code',
250
256
  },
251
257
  {
252
258
  description: 'Indicates that the provider cannot confirm whether the access code was set or removed on the device.',
@@ -273,6 +279,7 @@ const openapi = {
273
279
  },
274
280
  required: ['message', 'is_access_code_error', 'error_code'],
275
281
  type: 'object',
282
+ 'x-resource-type': 'access_code',
276
283
  },
277
284
  {
278
285
  description: 'Code was modified or removed externally after Seam successfully set it on the device.',
@@ -328,6 +335,7 @@ const openapi = {
328
335
  },
329
336
  required: ['message', 'is_access_code_error', 'error_code'],
330
337
  type: 'object',
338
+ 'x-resource-type': 'access_code',
331
339
  },
332
340
  {
333
341
  description: 'Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled.',
@@ -354,6 +362,7 @@ const openapi = {
354
362
  },
355
363
  required: ['message', 'is_access_code_error', 'error_code'],
356
364
  type: 'object',
365
+ 'x-resource-type': 'access_code',
357
366
  },
358
367
  {
359
368
  deprecated: true,
@@ -382,6 +391,7 @@ const openapi = {
382
391
  required: ['message', 'is_access_code_error', 'error_code'],
383
392
  type: 'object',
384
393
  'x-deprecated': 'Use `access_code_inactive` instead.',
394
+ 'x-resource-type': 'access_code',
385
395
  },
386
396
  {
387
397
  description: 'Admin role required—insufficient permissions to manage PINs on this device. Please have an admin update your role, or ask them to set the PIN.',
@@ -408,6 +418,7 @@ const openapi = {
408
418
  },
409
419
  required: ['message', 'is_access_code_error', 'error_code'],
410
420
  type: 'object',
421
+ 'x-resource-type': 'access_code',
411
422
  },
412
423
  {
413
424
  description: 'This access code was overridden on the device by a newer access code programmed to the same slot.',
@@ -434,6 +445,7 @@ const openapi = {
434
445
  },
435
446
  required: ['message', 'is_access_code_error', 'error_code'],
436
447
  type: 'object',
448
+ 'x-resource-type': 'access_code',
437
449
  },
438
450
  {
439
451
  description: 'Indicates that the account is disconnected.',
@@ -471,6 +483,7 @@ const openapi = {
471
483
  'is_connected_account_error',
472
484
  ],
473
485
  type: 'object',
486
+ 'x-resource-type': 'connected_account',
474
487
  },
475
488
  {
476
489
  description: 'Indicates that the Salto site user limit has been reached.',
@@ -508,6 +521,7 @@ const openapi = {
508
521
  'is_connected_account_error',
509
522
  ],
510
523
  type: 'object',
524
+ 'x-resource-type': 'connected_account',
511
525
  'x-variant-group-key': 'locks',
512
526
  },
513
527
  {
@@ -542,6 +556,7 @@ const openapi = {
542
556
  ],
543
557
  type: 'object',
544
558
  'x-deprecated': 'Use `device_disconnected` instead.',
559
+ 'x-resource-type': 'device',
545
560
  },
546
561
  {
547
562
  description: 'Indicates that the device has been removed.',
@@ -573,6 +588,7 @@ const openapi = {
573
588
  'error_code',
574
589
  ],
575
590
  type: 'object',
591
+ 'x-resource-type': 'device',
576
592
  },
577
593
  {
578
594
  description: 'Indicates that the hub is disconnected.',
@@ -604,6 +620,7 @@ const openapi = {
604
620
  'error_code',
605
621
  ],
606
622
  type: 'object',
623
+ 'x-resource-type': 'device',
607
624
  },
608
625
  {
609
626
  description: 'Indicates that the device is disconnected.',
@@ -635,6 +652,7 @@ const openapi = {
635
652
  'error_code',
636
653
  ],
637
654
  type: 'object',
655
+ 'x-resource-type': 'device',
638
656
  },
639
657
  {
640
658
  description: 'Indicates that the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is empty.',
@@ -666,6 +684,7 @@ const openapi = {
666
684
  'error_code',
667
685
  ],
668
686
  type: 'object',
687
+ 'x-resource-type': 'device',
669
688
  'x-variant-group-key': 'access_codes',
670
689
  },
671
690
  {
@@ -698,6 +717,7 @@ const openapi = {
698
717
  'error_code',
699
718
  ],
700
719
  type: 'object',
720
+ 'x-resource-type': 'device',
701
721
  'x-variant-group-key': 'locks',
702
722
  },
703
723
  {
@@ -732,6 +752,7 @@ const openapi = {
732
752
  ],
733
753
  type: 'object',
734
754
  'x-deprecated': 'Use `hub_disconnected` instead.',
755
+ 'x-resource-type': 'device',
735
756
  'x-variant-group-key': 'locks',
736
757
  },
737
758
  {
@@ -766,6 +787,7 @@ const openapi = {
766
787
  ],
767
788
  type: 'object',
768
789
  'x-deprecated': 'Use `hub_disconnected` instead.',
790
+ 'x-resource-type': 'device',
769
791
  },
770
792
  {
771
793
  description: 'Indicates that device credentials are missing.',
@@ -797,6 +819,7 @@ const openapi = {
797
819
  'error_code',
798
820
  ],
799
821
  type: 'object',
822
+ 'x-resource-type': 'device',
800
823
  },
801
824
  {
802
825
  description: 'Indicates that the auxiliary heat is running.',
@@ -828,6 +851,7 @@ const openapi = {
828
851
  'error_code',
829
852
  ],
830
853
  type: 'object',
854
+ 'x-resource-type': 'device',
831
855
  'x-variant-group-key': 'thermostats',
832
856
  },
833
857
  {
@@ -860,6 +884,7 @@ const openapi = {
860
884
  'error_code',
861
885
  ],
862
886
  type: 'object',
887
+ 'x-resource-type': 'device',
863
888
  },
864
889
  {
865
890
  deprecated: true,
@@ -893,6 +918,7 @@ const openapi = {
893
918
  ],
894
919
  type: 'object',
895
920
  'x-deprecated': 'Use `hub_disconnected` instead.',
921
+ 'x-resource-type': 'device',
896
922
  },
897
923
  {
898
924
  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).',
@@ -922,6 +948,7 @@ const openapi = {
922
948
  },
923
949
  required: ['created_at', 'message', 'error_code'],
924
950
  type: 'object',
951
+ 'x-resource-type': 'connected_account',
925
952
  },
926
953
  {
927
954
  description: 'Indicates that one or more dormakaba sites associated with the connected account could not be connected. Contact dormakaba support.',
@@ -951,6 +978,7 @@ const openapi = {
951
978
  },
952
979
  required: ['created_at', 'message', 'error_code'],
953
980
  type: 'object',
981
+ 'x-resource-type': 'connected_account',
954
982
  },
955
983
  ],
956
984
  },
@@ -2596,6 +2624,7 @@ const openapi = {
2596
2624
  },
2597
2625
  required: ['created_at', 'message', 'error_code'],
2598
2626
  type: 'object',
2627
+ 'x-resource-type': 'acs_access_group',
2599
2628
  },
2600
2629
  ],
2601
2630
  },
@@ -3500,6 +3529,7 @@ const openapi = {
3500
3529
  },
3501
3530
  required: ['created_at', 'message', 'error_code'],
3502
3531
  type: 'object',
3532
+ 'x-resource-type': 'acs_encoder',
3503
3533
  },
3504
3534
  type: 'array',
3505
3535
  },
@@ -4032,7 +4062,7 @@ const openapi = {
4032
4062
  discriminator: { propertyName: 'error_code' },
4033
4063
  oneOf: [
4034
4064
  {
4035
- description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline.\n This error might also occur if Seam Bridge is connected to the wrong [workspace](https://docs.seam.co/core-concepts/workspaces).\n 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).',
4065
+ description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline.\nThis error might also occur if Seam Bridge is connected to the wrong [workspace](https://docs.seam.co/core-concepts/workspaces).\nSee 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).',
4036
4066
  properties: {
4037
4067
  created_at: {
4038
4068
  description: 'Date and time at which Seam created the error.',
@@ -4051,9 +4081,10 @@ const openapi = {
4051
4081
  },
4052
4082
  required: ['created_at', 'message', 'error_code'],
4053
4083
  type: 'object',
4084
+ 'x-resource-type': 'acs_system',
4054
4085
  },
4055
4086
  {
4056
- description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline.\n 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).',
4087
+ description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline.\nSee 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).',
4057
4088
  properties: {
4058
4089
  created_at: {
4059
4090
  description: 'Date and time at which Seam created the error.',
@@ -4076,9 +4107,10 @@ const openapi = {
4076
4107
  },
4077
4108
  required: ['created_at', 'message', 'error_code'],
4078
4109
  type: 'object',
4110
+ 'x-resource-type': 'acs_system',
4079
4111
  },
4080
4112
  {
4081
- description: 'Indicates that [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge) is functioning correctly and the Seam API can communicate with Seam Bridge, but the Seam API cannot connect to the on-premises [Visionline access control system](https://docs.seam.co/device-and-system-integration-guides/assa-abloy-visionline-access-control-system).\n For example, the IP address of the on-premises access control system may be set incorrectly within the Seam [workspace](https://docs.seam.co/core-concepts/workspaces).\n See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system.errors.visionline_instance_unreachable).',
4113
+ description: 'Indicates that [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge) is functioning correctly and the Seam API can communicate with Seam Bridge, but the Seam API cannot connect to the on-premises [Visionline access control system](https://docs.seam.co/device-and-system-integration-guides/assa-abloy-visionline-access-control-system).\nFor example, the IP address of the on-premises access control system may be set incorrectly within the Seam [workspace](https://docs.seam.co/core-concepts/workspaces).\nSee also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system.errors.visionline_instance_unreachable).',
4082
4114
  properties: {
4083
4115
  created_at: {
4084
4116
  description: 'Date and time at which Seam created the error.',
@@ -4097,6 +4129,7 @@ const openapi = {
4097
4129
  },
4098
4130
  required: ['created_at', 'message', 'error_code'],
4099
4131
  type: 'object',
4132
+ 'x-resource-type': 'acs_system',
4100
4133
  },
4101
4134
  {
4102
4135
  description: 'Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit.',
@@ -4118,6 +4151,7 @@ const openapi = {
4118
4151
  },
4119
4152
  required: ['created_at', 'message', 'error_code'],
4120
4153
  type: 'object',
4154
+ 'x-resource-type': 'acs_system',
4121
4155
  },
4122
4156
  {
4123
4157
  description: 'Indicates that the [access control system](https://docs.seam.co/low-level-apis/access-systems) has been disconnected. See [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system) to resolve the issue.',
@@ -4139,6 +4173,7 @@ const openapi = {
4139
4173
  },
4140
4174
  required: ['created_at', 'message', 'error_code'],
4141
4175
  type: 'object',
4176
+ 'x-resource-type': 'acs_system',
4142
4177
  },
4143
4178
  {
4144
4179
  description: 'Indicates that the login credentials are invalid. Reconnect the account using a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) to restore access.',
@@ -4160,6 +4195,7 @@ const openapi = {
4160
4195
  },
4161
4196
  required: ['created_at', 'message', 'error_code'],
4162
4197
  type: 'object',
4198
+ 'x-resource-type': 'acs_system',
4163
4199
  },
4164
4200
  {
4165
4201
  description: 'Indicates that the [access control system](https://docs.seam.co/low-level-apis/access-systems) has lost its Salto KS certification. Contact [support](mailto:support@seam.co) to regain access.',
@@ -4181,6 +4217,7 @@ const openapi = {
4181
4217
  },
4182
4218
  required: ['created_at', 'message', 'error_code'],
4183
4219
  type: 'object',
4220
+ 'x-resource-type': 'acs_system',
4184
4221
  },
4185
4222
  {
4186
4223
  description: "Indicates that the access control system provider's service is temporarily unavailable. Seam will automatically retry and reconnect when the service becomes available again.",
@@ -4202,6 +4239,7 @@ const openapi = {
4202
4239
  },
4203
4240
  required: ['created_at', 'message', 'error_code'],
4204
4241
  type: 'object',
4242
+ 'x-resource-type': 'acs_system',
4205
4243
  },
4206
4244
  ],
4207
4245
  },
@@ -4489,6 +4527,7 @@ const openapi = {
4489
4527
  },
4490
4528
  required: ['created_at', 'message', 'error_code'],
4491
4529
  type: 'object',
4530
+ 'x-resource-type': 'acs_user',
4492
4531
  },
4493
4532
  {
4494
4533
  description: 'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) could not be subscribed on Salto KS because the subscription limit has been exceeded.',
@@ -4509,6 +4548,7 @@ const openapi = {
4509
4548
  },
4510
4549
  required: ['created_at', 'message', 'error_code'],
4511
4550
  type: 'object',
4551
+ 'x-resource-type': 'acs_user',
4512
4552
  },
4513
4553
  {
4514
4554
  description: 'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) was not created on the [access system](https://docs.seam.co/low-level-apis/access-systems). This is likely due to an internal unexpected error. Contact Seam [support](mailto:support@seam.co).',
@@ -4529,6 +4569,7 @@ const openapi = {
4529
4569
  },
4530
4570
  required: ['created_at', 'message', 'error_code'],
4531
4571
  type: 'object',
4572
+ 'x-resource-type': 'acs_user',
4532
4573
  },
4533
4574
  {
4534
4575
  description: 'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) was not updated on the [access system](https://docs.seam.co/low-level-apis/access-systems). This is likely due to an internal unexpected error. Contact Seam [support](mailto:support@seam.co).',
@@ -4549,6 +4590,7 @@ const openapi = {
4549
4590
  },
4550
4591
  required: ['created_at', 'message', 'error_code'],
4551
4592
  type: 'object',
4593
+ 'x-resource-type': 'acs_user',
4552
4594
  },
4553
4595
  {
4554
4596
  description: 'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) was not deleted on the [access system](https://docs.seam.co/low-level-apis/access-systems). This is likely due to an internal unexpected error. Contact Seam [support](mailto:support@seam.co).',
@@ -4569,6 +4611,7 @@ const openapi = {
4569
4611
  },
4570
4612
  required: ['created_at', 'message', 'error_code'],
4571
4613
  type: 'object',
4614
+ 'x-resource-type': 'acs_user',
4572
4615
  },
4573
4616
  {
4574
4617
  description: 'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) was created from the Seam API but also exists on Mission Control. This is unsupported. Contact Seam [support](mailto:support@seam.co).',
@@ -4589,6 +4632,7 @@ const openapi = {
4589
4632
  },
4590
4633
  required: ['created_at', 'message', 'error_code'],
4591
4634
  type: 'object',
4635
+ 'x-resource-type': 'acs_user',
4592
4636
  },
4593
4637
  ],
4594
4638
  },
@@ -10800,6 +10844,7 @@ const openapi = {
10800
10844
  },
10801
10845
  required: ['created_at', 'message', 'error_code'],
10802
10846
  type: 'object',
10847
+ 'x-resource-type': 'connected_account',
10803
10848
  },
10804
10849
  {
10805
10850
  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).',
@@ -10829,6 +10874,7 @@ const openapi = {
10829
10874
  },
10830
10875
  required: ['created_at', 'message', 'error_code'],
10831
10876
  type: 'object',
10877
+ 'x-resource-type': 'connected_account',
10832
10878
  },
10833
10879
  {
10834
10880
  description: 'Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit.',
@@ -10904,6 +10950,7 @@ const openapi = {
10904
10950
  'salto_ks_metadata',
10905
10951
  ],
10906
10952
  type: 'object',
10953
+ 'x-resource-type': 'connected_account',
10907
10954
  },
10908
10955
  {
10909
10956
  description: 'Indicates that one or more dormakaba sites associated with the connected account could not be connected. Contact dormakaba support.',
@@ -10933,6 +10980,7 @@ const openapi = {
10933
10980
  },
10934
10981
  required: ['created_at', 'message', 'error_code'],
10935
10982
  type: 'object',
10983
+ 'x-resource-type': 'connected_account',
10936
10984
  },
10937
10985
  ],
10938
10986
  },
@@ -11609,6 +11657,7 @@ const openapi = {
11609
11657
  'is_connected_account_error',
11610
11658
  ],
11611
11659
  type: 'object',
11660
+ 'x-resource-type': 'connected_account',
11612
11661
  },
11613
11662
  {
11614
11663
  description: 'Indicates that the Salto site user limit has been reached.',
@@ -11646,6 +11695,7 @@ const openapi = {
11646
11695
  'is_connected_account_error',
11647
11696
  ],
11648
11697
  type: 'object',
11698
+ 'x-resource-type': 'connected_account',
11649
11699
  'x-variant-group-key': 'locks',
11650
11700
  },
11651
11701
  {
@@ -11680,6 +11730,7 @@ const openapi = {
11680
11730
  ],
11681
11731
  type: 'object',
11682
11732
  'x-deprecated': 'Use `device_disconnected` instead.',
11733
+ 'x-resource-type': 'device',
11683
11734
  },
11684
11735
  {
11685
11736
  description: 'Indicates that the device has been removed.',
@@ -11711,6 +11762,7 @@ const openapi = {
11711
11762
  'error_code',
11712
11763
  ],
11713
11764
  type: 'object',
11765
+ 'x-resource-type': 'device',
11714
11766
  },
11715
11767
  {
11716
11768
  description: 'Indicates that the hub is disconnected.',
@@ -11742,6 +11794,7 @@ const openapi = {
11742
11794
  'error_code',
11743
11795
  ],
11744
11796
  type: 'object',
11797
+ 'x-resource-type': 'device',
11745
11798
  },
11746
11799
  {
11747
11800
  description: 'Indicates that the device is disconnected.',
@@ -11773,6 +11826,7 @@ const openapi = {
11773
11826
  'error_code',
11774
11827
  ],
11775
11828
  type: 'object',
11829
+ 'x-resource-type': 'device',
11776
11830
  },
11777
11831
  {
11778
11832
  description: 'Indicates that the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is empty.',
@@ -11804,6 +11858,7 @@ const openapi = {
11804
11858
  'error_code',
11805
11859
  ],
11806
11860
  type: 'object',
11861
+ 'x-resource-type': 'device',
11807
11862
  'x-variant-group-key': 'access_codes',
11808
11863
  },
11809
11864
  {
@@ -11836,6 +11891,7 @@ const openapi = {
11836
11891
  'error_code',
11837
11892
  ],
11838
11893
  type: 'object',
11894
+ 'x-resource-type': 'device',
11839
11895
  'x-variant-group-key': 'locks',
11840
11896
  },
11841
11897
  {
@@ -11870,6 +11926,7 @@ const openapi = {
11870
11926
  ],
11871
11927
  type: 'object',
11872
11928
  'x-deprecated': 'Use `hub_disconnected` instead.',
11929
+ 'x-resource-type': 'device',
11873
11930
  'x-variant-group-key': 'locks',
11874
11931
  },
11875
11932
  {
@@ -11904,6 +11961,7 @@ const openapi = {
11904
11961
  ],
11905
11962
  type: 'object',
11906
11963
  'x-deprecated': 'Use `hub_disconnected` instead.',
11964
+ 'x-resource-type': 'device',
11907
11965
  },
11908
11966
  {
11909
11967
  description: 'Indicates that device credentials are missing.',
@@ -11935,6 +11993,7 @@ const openapi = {
11935
11993
  'error_code',
11936
11994
  ],
11937
11995
  type: 'object',
11996
+ 'x-resource-type': 'device',
11938
11997
  },
11939
11998
  {
11940
11999
  description: 'Indicates that the auxiliary heat is running.',
@@ -11966,6 +12025,7 @@ const openapi = {
11966
12025
  'error_code',
11967
12026
  ],
11968
12027
  type: 'object',
12028
+ 'x-resource-type': 'device',
11969
12029
  'x-variant-group-key': 'thermostats',
11970
12030
  },
11971
12031
  {
@@ -11998,6 +12058,7 @@ const openapi = {
11998
12058
  'error_code',
11999
12059
  ],
12000
12060
  type: 'object',
12061
+ 'x-resource-type': 'device',
12001
12062
  },
12002
12063
  {
12003
12064
  deprecated: true,
@@ -12031,6 +12092,7 @@ const openapi = {
12031
12092
  ],
12032
12093
  type: 'object',
12033
12094
  'x-deprecated': 'Use `hub_disconnected` instead.',
12095
+ 'x-resource-type': 'device',
12034
12096
  },
12035
12097
  {
12036
12098
  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).',
@@ -12060,6 +12122,7 @@ const openapi = {
12060
12122
  },
12061
12123
  required: ['created_at', 'message', 'error_code'],
12062
12124
  type: 'object',
12125
+ 'x-resource-type': 'connected_account',
12063
12126
  },
12064
12127
  {
12065
12128
  description: 'Indicates that one or more dormakaba sites associated with the connected account could not be connected. Contact dormakaba support.',
@@ -12089,6 +12152,7 @@ const openapi = {
12089
12152
  },
12090
12153
  required: ['created_at', 'message', 'error_code'],
12091
12154
  type: 'object',
12155
+ 'x-resource-type': 'connected_account',
12092
12156
  },
12093
12157
  ],
12094
12158
  },
@@ -22698,6 +22762,21 @@ const openapi = {
22698
22762
  format: 'uuid',
22699
22763
  type: 'string',
22700
22764
  },
22765
+ acs_entrance_id: {
22766
+ description: '\n undocumented: Unreleased.\n ---\n ID of the ACS entrance associated with the access-denied event.\n ',
22767
+ format: 'uuid',
22768
+ type: 'string',
22769
+ },
22770
+ acs_system_id: {
22771
+ description: '\n undocumented: Unreleased.\n ---\n ID of the ACS system associated with the access-denied event.\n ',
22772
+ format: 'uuid',
22773
+ type: 'string',
22774
+ },
22775
+ acs_user_id: {
22776
+ description: '\n undocumented: Unreleased.\n ---\n ID of the ACS user associated with the access-denied event.\n ',
22777
+ format: 'uuid',
22778
+ type: 'string',
22779
+ },
22701
22780
  connected_account_custom_metadata: {
22702
22781
  additionalProperties: {
22703
22782
  oneOf: [{ type: 'string' }, { type: 'boolean' }],
@@ -22742,6 +22821,11 @@ const openapi = {
22742
22821
  format: 'date-time',
22743
22822
  type: 'string',
22744
22823
  },
22824
+ user_identity_id: {
22825
+ description: '\n undocumented: Unreleased.\n ---\n ID of the user identity associated with the access-denied event.\n ',
22826
+ format: 'uuid',
22827
+ type: 'string',
22828
+ },
22745
22829
  workspace_id: {
22746
22830
  description: 'ID of the workspace associated with the event.',
22747
22831
  format: 'uuid',
@@ -22753,7 +22837,6 @@ const openapi = {
22753
22837
  'workspace_id',
22754
22838
  'created_at',
22755
22839
  'occurred_at',
22756
- 'device_id',
22757
22840
  'connected_account_id',
22758
22841
  'event_type',
22759
22842
  ],
@@ -25745,6 +25828,7 @@ const openapi = {
25745
25828
  },
25746
25829
  required: ['message', 'is_access_code_error', 'error_code'],
25747
25830
  type: 'object',
25831
+ 'x-resource-type': 'access_code',
25748
25832
  },
25749
25833
  {
25750
25834
  description: 'Failed to set code on device.',
@@ -25771,6 +25855,7 @@ const openapi = {
25771
25855
  },
25772
25856
  required: ['message', 'is_access_code_error', 'error_code'],
25773
25857
  type: 'object',
25858
+ 'x-resource-type': 'access_code',
25774
25859
  },
25775
25860
  {
25776
25861
  description: 'Failed to remove code from device.',
@@ -25797,6 +25882,7 @@ const openapi = {
25797
25882
  },
25798
25883
  required: ['message', 'is_access_code_error', 'error_code'],
25799
25884
  type: 'object',
25885
+ 'x-resource-type': 'access_code',
25800
25886
  },
25801
25887
  {
25802
25888
  description: 'Duplicate access code detected on device.',
@@ -25833,6 +25919,7 @@ const openapi = {
25833
25919
  },
25834
25920
  required: ['message', 'is_access_code_error', 'error_code'],
25835
25921
  type: 'object',
25922
+ 'x-resource-type': 'access_code',
25836
25923
  },
25837
25924
  {
25838
25925
  description: 'An attempt to modify this access code was prevented.',
@@ -25859,6 +25946,7 @@ const openapi = {
25859
25946
  },
25860
25947
  required: ['message', 'is_access_code_error', 'error_code'],
25861
25948
  type: 'object',
25949
+ 'x-resource-type': 'access_code',
25862
25950
  },
25863
25951
  {
25864
25952
  description: 'No space for access code on device.',
@@ -25885,6 +25973,7 @@ const openapi = {
25885
25973
  },
25886
25974
  required: ['message', 'is_access_code_error', 'error_code'],
25887
25975
  type: 'object',
25976
+ 'x-resource-type': 'access_code',
25888
25977
  },
25889
25978
  {
25890
25979
  description: 'Indicates that the provider cannot confirm whether the access code was set or removed on the device.',
@@ -25911,6 +26000,7 @@ const openapi = {
25911
26000
  },
25912
26001
  required: ['message', 'is_access_code_error', 'error_code'],
25913
26002
  type: 'object',
26003
+ 'x-resource-type': 'access_code',
25914
26004
  },
25915
26005
  {
25916
26006
  description: 'Code was modified or removed externally after Seam successfully set it on the device.',
@@ -25966,6 +26056,7 @@ const openapi = {
25966
26056
  },
25967
26057
  required: ['message', 'is_access_code_error', 'error_code'],
25968
26058
  type: 'object',
26059
+ 'x-resource-type': 'access_code',
25969
26060
  },
25970
26061
  {
25971
26062
  description: 'Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled.',
@@ -25992,6 +26083,7 @@ const openapi = {
25992
26083
  },
25993
26084
  required: ['message', 'is_access_code_error', 'error_code'],
25994
26085
  type: 'object',
26086
+ 'x-resource-type': 'access_code',
25995
26087
  },
25996
26088
  {
25997
26089
  deprecated: true,
@@ -26020,6 +26112,7 @@ const openapi = {
26020
26112
  required: ['message', 'is_access_code_error', 'error_code'],
26021
26113
  type: 'object',
26022
26114
  'x-deprecated': 'Use `access_code_inactive` instead.',
26115
+ 'x-resource-type': 'access_code',
26023
26116
  },
26024
26117
  {
26025
26118
  description: 'Admin role required—insufficient permissions to manage PINs on this device. Please have an admin update your role, or ask them to set the PIN.',
@@ -26046,6 +26139,7 @@ const openapi = {
26046
26139
  },
26047
26140
  required: ['message', 'is_access_code_error', 'error_code'],
26048
26141
  type: 'object',
26142
+ 'x-resource-type': 'access_code',
26049
26143
  },
26050
26144
  {
26051
26145
  description: 'This access code was overridden on the device by a newer access code programmed to the same slot.',
@@ -26072,6 +26166,7 @@ const openapi = {
26072
26166
  },
26073
26167
  required: ['message', 'is_access_code_error', 'error_code'],
26074
26168
  type: 'object',
26169
+ 'x-resource-type': 'access_code',
26075
26170
  },
26076
26171
  {
26077
26172
  description: 'Indicates that the account is disconnected.',
@@ -26109,6 +26204,7 @@ const openapi = {
26109
26204
  'is_connected_account_error',
26110
26205
  ],
26111
26206
  type: 'object',
26207
+ 'x-resource-type': 'connected_account',
26112
26208
  },
26113
26209
  {
26114
26210
  description: 'Indicates that the Salto site user limit has been reached.',
@@ -26146,6 +26242,7 @@ const openapi = {
26146
26242
  'is_connected_account_error',
26147
26243
  ],
26148
26244
  type: 'object',
26245
+ 'x-resource-type': 'connected_account',
26149
26246
  'x-variant-group-key': 'locks',
26150
26247
  },
26151
26248
  {
@@ -26180,6 +26277,7 @@ const openapi = {
26180
26277
  ],
26181
26278
  type: 'object',
26182
26279
  'x-deprecated': 'Use `device_disconnected` instead.',
26280
+ 'x-resource-type': 'device',
26183
26281
  },
26184
26282
  {
26185
26283
  description: 'Indicates that the device has been removed.',
@@ -26211,6 +26309,7 @@ const openapi = {
26211
26309
  'error_code',
26212
26310
  ],
26213
26311
  type: 'object',
26312
+ 'x-resource-type': 'device',
26214
26313
  },
26215
26314
  {
26216
26315
  description: 'Indicates that the hub is disconnected.',
@@ -26242,6 +26341,7 @@ const openapi = {
26242
26341
  'error_code',
26243
26342
  ],
26244
26343
  type: 'object',
26344
+ 'x-resource-type': 'device',
26245
26345
  },
26246
26346
  {
26247
26347
  description: 'Indicates that the device is disconnected.',
@@ -26273,6 +26373,7 @@ const openapi = {
26273
26373
  'error_code',
26274
26374
  ],
26275
26375
  type: 'object',
26376
+ 'x-resource-type': 'device',
26276
26377
  },
26277
26378
  {
26278
26379
  description: 'Indicates that the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is empty.',
@@ -26304,6 +26405,7 @@ const openapi = {
26304
26405
  'error_code',
26305
26406
  ],
26306
26407
  type: 'object',
26408
+ 'x-resource-type': 'device',
26307
26409
  'x-variant-group-key': 'access_codes',
26308
26410
  },
26309
26411
  {
@@ -26336,6 +26438,7 @@ const openapi = {
26336
26438
  'error_code',
26337
26439
  ],
26338
26440
  type: 'object',
26441
+ 'x-resource-type': 'device',
26339
26442
  'x-variant-group-key': 'locks',
26340
26443
  },
26341
26444
  {
@@ -26370,6 +26473,7 @@ const openapi = {
26370
26473
  ],
26371
26474
  type: 'object',
26372
26475
  'x-deprecated': 'Use `hub_disconnected` instead.',
26476
+ 'x-resource-type': 'device',
26373
26477
  'x-variant-group-key': 'locks',
26374
26478
  },
26375
26479
  {
@@ -26404,6 +26508,7 @@ const openapi = {
26404
26508
  ],
26405
26509
  type: 'object',
26406
26510
  'x-deprecated': 'Use `hub_disconnected` instead.',
26511
+ 'x-resource-type': 'device',
26407
26512
  },
26408
26513
  {
26409
26514
  description: 'Indicates that device credentials are missing.',
@@ -26435,6 +26540,7 @@ const openapi = {
26435
26540
  'error_code',
26436
26541
  ],
26437
26542
  type: 'object',
26543
+ 'x-resource-type': 'device',
26438
26544
  },
26439
26545
  {
26440
26546
  description: 'Indicates that the auxiliary heat is running.',
@@ -26466,6 +26572,7 @@ const openapi = {
26466
26572
  'error_code',
26467
26573
  ],
26468
26574
  type: 'object',
26575
+ 'x-resource-type': 'device',
26469
26576
  'x-variant-group-key': 'thermostats',
26470
26577
  },
26471
26578
  {
@@ -26498,6 +26605,7 @@ const openapi = {
26498
26605
  'error_code',
26499
26606
  ],
26500
26607
  type: 'object',
26608
+ 'x-resource-type': 'device',
26501
26609
  },
26502
26610
  {
26503
26611
  deprecated: true,
@@ -26531,6 +26639,7 @@ const openapi = {
26531
26639
  ],
26532
26640
  type: 'object',
26533
26641
  'x-deprecated': 'Use `hub_disconnected` instead.',
26642
+ 'x-resource-type': 'device',
26534
26643
  },
26535
26644
  {
26536
26645
  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).',
@@ -26560,6 +26669,7 @@ const openapi = {
26560
26669
  },
26561
26670
  required: ['created_at', 'message', 'error_code'],
26562
26671
  type: 'object',
26672
+ 'x-resource-type': 'connected_account',
26563
26673
  },
26564
26674
  {
26565
26675
  description: 'Indicates that one or more dormakaba sites associated with the connected account could not be connected. Contact dormakaba support.',
@@ -26589,6 +26699,7 @@ const openapi = {
26589
26699
  },
26590
26700
  required: ['created_at', 'message', 'error_code'],
26591
26701
  type: 'object',
26702
+ 'x-resource-type': 'connected_account',
26592
26703
  },
26593
26704
  ],
26594
26705
  },
@@ -27043,6 +27154,7 @@ const openapi = {
27043
27154
  },
27044
27155
  required: ['created_at', 'message', 'error_code'],
27045
27156
  type: 'object',
27157
+ 'x-resource-type': 'acs_access_group',
27046
27158
  },
27047
27159
  ],
27048
27160
  },
@@ -27924,6 +28036,7 @@ const openapi = {
27924
28036
  },
27925
28037
  required: ['created_at', 'message', 'error_code'],
27926
28038
  type: 'object',
28039
+ 'x-resource-type': 'acs_user',
27927
28040
  },
27928
28041
  {
27929
28042
  description: 'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) could not be subscribed on Salto KS because the subscription limit has been exceeded.',
@@ -27944,6 +28057,7 @@ const openapi = {
27944
28057
  },
27945
28058
  required: ['created_at', 'message', 'error_code'],
27946
28059
  type: 'object',
28060
+ 'x-resource-type': 'acs_user',
27947
28061
  },
27948
28062
  {
27949
28063
  description: 'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) was not created on the [access system](https://docs.seam.co/low-level-apis/access-systems). This is likely due to an internal unexpected error. Contact Seam [support](mailto:support@seam.co).',
@@ -27964,6 +28078,7 @@ const openapi = {
27964
28078
  },
27965
28079
  required: ['created_at', 'message', 'error_code'],
27966
28080
  type: 'object',
28081
+ 'x-resource-type': 'acs_user',
27967
28082
  },
27968
28083
  {
27969
28084
  description: 'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) was not updated on the [access system](https://docs.seam.co/low-level-apis/access-systems). This is likely due to an internal unexpected error. Contact Seam [support](mailto:support@seam.co).',
@@ -27984,6 +28099,7 @@ const openapi = {
27984
28099
  },
27985
28100
  required: ['created_at', 'message', 'error_code'],
27986
28101
  type: 'object',
28102
+ 'x-resource-type': 'acs_user',
27987
28103
  },
27988
28104
  {
27989
28105
  description: 'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) was not deleted on the [access system](https://docs.seam.co/low-level-apis/access-systems). This is likely due to an internal unexpected error. Contact Seam [support](mailto:support@seam.co).',
@@ -28004,6 +28120,7 @@ const openapi = {
28004
28120
  },
28005
28121
  required: ['created_at', 'message', 'error_code'],
28006
28122
  type: 'object',
28123
+ 'x-resource-type': 'acs_user',
28007
28124
  },
28008
28125
  {
28009
28126
  description: 'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) was created from the Seam API but also exists on Mission Control. This is unsupported. Contact Seam [support](mailto:support@seam.co).',
@@ -28024,6 +28141,7 @@ const openapi = {
28024
28141
  },
28025
28142
  required: ['created_at', 'message', 'error_code'],
28026
28143
  type: 'object',
28144
+ 'x-resource-type': 'acs_user',
28027
28145
  },
28028
28146
  ],
28029
28147
  },
@@ -28843,6 +28961,7 @@ const openapi = {
28843
28961
  'is_connected_account_error',
28844
28962
  ],
28845
28963
  type: 'object',
28964
+ 'x-resource-type': 'connected_account',
28846
28965
  },
28847
28966
  {
28848
28967
  description: 'Indicates that the Salto site user limit has been reached.',
@@ -28880,6 +28999,7 @@ const openapi = {
28880
28999
  'is_connected_account_error',
28881
29000
  ],
28882
29001
  type: 'object',
29002
+ 'x-resource-type': 'connected_account',
28883
29003
  'x-variant-group-key': 'locks',
28884
29004
  },
28885
29005
  {
@@ -28914,6 +29034,7 @@ const openapi = {
28914
29034
  ],
28915
29035
  type: 'object',
28916
29036
  'x-deprecated': 'Use `device_disconnected` instead.',
29037
+ 'x-resource-type': 'device',
28917
29038
  },
28918
29039
  {
28919
29040
  description: 'Indicates that the device has been removed.',
@@ -28945,6 +29066,7 @@ const openapi = {
28945
29066
  'error_code',
28946
29067
  ],
28947
29068
  type: 'object',
29069
+ 'x-resource-type': 'device',
28948
29070
  },
28949
29071
  {
28950
29072
  description: 'Indicates that the hub is disconnected.',
@@ -28976,6 +29098,7 @@ const openapi = {
28976
29098
  'error_code',
28977
29099
  ],
28978
29100
  type: 'object',
29101
+ 'x-resource-type': 'device',
28979
29102
  },
28980
29103
  {
28981
29104
  description: 'Indicates that the device is disconnected.',
@@ -29007,6 +29130,7 @@ const openapi = {
29007
29130
  'error_code',
29008
29131
  ],
29009
29132
  type: 'object',
29133
+ 'x-resource-type': 'device',
29010
29134
  },
29011
29135
  {
29012
29136
  description: 'Indicates that the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is empty.',
@@ -29038,6 +29162,7 @@ const openapi = {
29038
29162
  'error_code',
29039
29163
  ],
29040
29164
  type: 'object',
29165
+ 'x-resource-type': 'device',
29041
29166
  'x-variant-group-key': 'access_codes',
29042
29167
  },
29043
29168
  {
@@ -29070,6 +29195,7 @@ const openapi = {
29070
29195
  'error_code',
29071
29196
  ],
29072
29197
  type: 'object',
29198
+ 'x-resource-type': 'device',
29073
29199
  'x-variant-group-key': 'locks',
29074
29200
  },
29075
29201
  {
@@ -29104,6 +29230,7 @@ const openapi = {
29104
29230
  ],
29105
29231
  type: 'object',
29106
29232
  'x-deprecated': 'Use `hub_disconnected` instead.',
29233
+ 'x-resource-type': 'device',
29107
29234
  'x-variant-group-key': 'locks',
29108
29235
  },
29109
29236
  {
@@ -29138,6 +29265,7 @@ const openapi = {
29138
29265
  ],
29139
29266
  type: 'object',
29140
29267
  'x-deprecated': 'Use `hub_disconnected` instead.',
29268
+ 'x-resource-type': 'device',
29141
29269
  },
29142
29270
  {
29143
29271
  description: 'Indicates that device credentials are missing.',
@@ -29169,6 +29297,7 @@ const openapi = {
29169
29297
  'error_code',
29170
29298
  ],
29171
29299
  type: 'object',
29300
+ 'x-resource-type': 'device',
29172
29301
  },
29173
29302
  {
29174
29303
  description: 'Indicates that the auxiliary heat is running.',
@@ -29200,6 +29329,7 @@ const openapi = {
29200
29329
  'error_code',
29201
29330
  ],
29202
29331
  type: 'object',
29332
+ 'x-resource-type': 'device',
29203
29333
  'x-variant-group-key': 'thermostats',
29204
29334
  },
29205
29335
  {
@@ -29232,6 +29362,7 @@ const openapi = {
29232
29362
  'error_code',
29233
29363
  ],
29234
29364
  type: 'object',
29365
+ 'x-resource-type': 'device',
29235
29366
  },
29236
29367
  {
29237
29368
  deprecated: true,
@@ -29265,6 +29396,7 @@ const openapi = {
29265
29396
  ],
29266
29397
  type: 'object',
29267
29398
  'x-deprecated': 'Use `hub_disconnected` instead.',
29399
+ 'x-resource-type': 'device',
29268
29400
  },
29269
29401
  {
29270
29402
  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).',
@@ -29294,6 +29426,7 @@ const openapi = {
29294
29426
  },
29295
29427
  required: ['created_at', 'message', 'error_code'],
29296
29428
  type: 'object',
29429
+ 'x-resource-type': 'connected_account',
29297
29430
  },
29298
29431
  {
29299
29432
  description: 'Indicates that one or more dormakaba sites associated with the connected account could not be connected. Contact dormakaba support.',
@@ -29323,6 +29456,7 @@ const openapi = {
29323
29456
  },
29324
29457
  required: ['created_at', 'message', 'error_code'],
29325
29458
  type: 'object',
29459
+ 'x-resource-type': 'connected_account',
29326
29460
  },
29327
29461
  ],
29328
29462
  },