@seamapi/types 1.327.0 → 1.328.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 (120) hide show
  1. package/dist/connect.cjs +761 -371
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +102 -14
  4. package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -1
  5. package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
  6. package/lib/seam/connect/models/access-codes/unmanaged-access-code.js +5 -1
  7. package/lib/seam/connect/models/access-codes/unmanaged-access-code.js.map +1 -1
  8. package/lib/seam/connect/models/acs/acs-access-group.js +7 -3
  9. package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
  10. package/lib/seam/connect/models/acs/acs-credential-pool.js +5 -1
  11. package/lib/seam/connect/models/acs/acs-credential-pool.js.map +1 -1
  12. package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +12 -5
  13. package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
  14. package/lib/seam/connect/models/acs/acs-entrance.d.ts +0 -5
  15. package/lib/seam/connect/models/acs/acs-entrance.js +7 -4
  16. package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
  17. package/lib/seam/connect/models/acs/acs-system.js +6 -2
  18. package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
  19. package/lib/seam/connect/models/acs/acs-user.js +7 -4
  20. package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
  21. package/lib/seam/connect/models/acs/metadata/dormakaba-community.d.ts +0 -3
  22. package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +0 -1
  23. package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
  24. package/lib/seam/connect/models/action-attempts/action-attempt.js +5 -1
  25. package/lib/seam/connect/models/action-attempts/action-attempt.js.map +1 -1
  26. package/lib/seam/connect/models/client-sessions/client-session.js +5 -1
  27. package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
  28. package/lib/seam/connect/models/connect-webviews/connect-webview.js +5 -1
  29. package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
  30. package/lib/seam/connect/models/connected-accounts/connected-account.js +5 -1
  31. package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
  32. package/lib/seam/connect/models/devices/device-provider.js +5 -1
  33. package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
  34. package/lib/seam/connect/models/devices/device.js +5 -1
  35. package/lib/seam/connect/models/devices/device.js.map +1 -1
  36. package/lib/seam/connect/models/devices/phone.js +5 -1
  37. package/lib/seam/connect/models/devices/phone.js.map +1 -1
  38. package/lib/seam/connect/models/devices/unmanaged-device.js +5 -1
  39. package/lib/seam/connect/models/devices/unmanaged-device.js.map +1 -1
  40. package/lib/seam/connect/models/events/access-codes.js +119 -68
  41. package/lib/seam/connect/models/events/access-codes.js.map +1 -1
  42. package/lib/seam/connect/models/events/acs/access_groups.js +7 -4
  43. package/lib/seam/connect/models/events/acs/access_groups.js.map +1 -1
  44. package/lib/seam/connect/models/events/acs/credentials.js +14 -8
  45. package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
  46. package/lib/seam/connect/models/events/acs/encoders.js +14 -8
  47. package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
  48. package/lib/seam/connect/models/events/acs/systems.js +21 -12
  49. package/lib/seam/connect/models/events/acs/systems.js.map +1 -1
  50. package/lib/seam/connect/models/events/acs/users.js +7 -4
  51. package/lib/seam/connect/models/events/acs/users.js.map +1 -1
  52. package/lib/seam/connect/models/events/action-attempts.js +28 -16
  53. package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
  54. package/lib/seam/connect/models/events/client-sessions.js +7 -4
  55. package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
  56. package/lib/seam/connect/models/events/connect-webviews.js +14 -8
  57. package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
  58. package/lib/seam/connect/models/events/connected-accounts.js +45 -25
  59. package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
  60. package/lib/seam/connect/models/events/devices.js +214 -119
  61. package/lib/seam/connect/models/events/devices.js.map +1 -1
  62. package/lib/seam/connect/models/events/enrollment-automations.js +7 -4
  63. package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
  64. package/lib/seam/connect/models/events/phones.js +7 -4
  65. package/lib/seam/connect/models/events/phones.js.map +1 -1
  66. package/lib/seam/connect/models/events/seam-event.js +5 -1
  67. package/lib/seam/connect/models/events/seam-event.js.map +1 -1
  68. package/lib/seam/connect/models/noise-sensors/noise-threshold.js +5 -1
  69. package/lib/seam/connect/models/noise-sensors/noise-threshold.js.map +1 -1
  70. package/lib/seam/connect/models/thermostats/thermostat-schedule.js +8 -8
  71. package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
  72. package/lib/seam/connect/models/user-identities/user-identity.js +7 -4
  73. package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
  74. package/lib/seam/connect/models/webhooks/webhook.js +5 -1
  75. package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
  76. package/lib/seam/connect/models/workspaces/workspace.js +5 -1
  77. package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
  78. package/lib/seam/connect/openapi.d.ts +53 -4
  79. package/lib/seam/connect/openapi.js +102 -6
  80. package/lib/seam/connect/openapi.js.map +1 -1
  81. package/lib/seam/connect/route-types.d.ts +49 -5
  82. package/package.json +1 -1
  83. package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -1
  84. package/src/lib/seam/connect/models/access-codes/unmanaged-access-code.ts +5 -1
  85. package/src/lib/seam/connect/models/acs/acs-access-group.ts +7 -3
  86. package/src/lib/seam/connect/models/acs/acs-credential-pool.ts +5 -1
  87. package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +38 -35
  88. package/src/lib/seam/connect/models/acs/acs-entrance.ts +31 -30
  89. package/src/lib/seam/connect/models/acs/acs-system.ts +6 -4
  90. package/src/lib/seam/connect/models/acs/acs-user.ts +10 -9
  91. package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +0 -1
  92. package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +5 -1
  93. package/src/lib/seam/connect/models/client-sessions/client-session.ts +5 -1
  94. package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +5 -1
  95. package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +5 -1
  96. package/src/lib/seam/connect/models/devices/device-provider.ts +5 -1
  97. package/src/lib/seam/connect/models/devices/device.ts +5 -1
  98. package/src/lib/seam/connect/models/devices/phone.ts +5 -1
  99. package/src/lib/seam/connect/models/devices/unmanaged-device.ts +5 -1
  100. package/src/lib/seam/connect/models/events/access-codes.ts +139 -117
  101. package/src/lib/seam/connect/models/events/acs/access_groups.ts +8 -5
  102. package/src/lib/seam/connect/models/events/acs/credentials.ts +16 -14
  103. package/src/lib/seam/connect/models/events/acs/encoders.ts +16 -14
  104. package/src/lib/seam/connect/models/events/acs/systems.ts +24 -21
  105. package/src/lib/seam/connect/models/events/acs/users.ts +8 -7
  106. package/src/lib/seam/connect/models/events/action-attempts.ts +32 -24
  107. package/src/lib/seam/connect/models/events/client-sessions.ts +8 -7
  108. package/src/lib/seam/connect/models/events/connect-webviews.ts +16 -13
  109. package/src/lib/seam/connect/models/events/connected-accounts.ts +55 -44
  110. package/src/lib/seam/connect/models/events/devices.ts +339 -301
  111. package/src/lib/seam/connect/models/events/enrollment-automations.ts +8 -6
  112. package/src/lib/seam/connect/models/events/phones.ts +8 -5
  113. package/src/lib/seam/connect/models/events/seam-event.ts +5 -1
  114. package/src/lib/seam/connect/models/noise-sensors/noise-threshold.ts +5 -1
  115. package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +60 -62
  116. package/src/lib/seam/connect/models/user-identities/user-identity.ts +35 -34
  117. package/src/lib/seam/connect/models/webhooks/webhook.ts +5 -1
  118. package/src/lib/seam/connect/models/workspaces/workspace.ts +5 -1
  119. package/src/lib/seam/connect/openapi.ts +102 -6
  120. package/src/lib/seam/connect/route-types.ts +49 -5
@@ -376,6 +376,7 @@ export default {
376
376
  'is_offline_access_code',
377
377
  ],
378
378
  type: 'object',
379
+ 'x-route-path': '/access_codes',
379
380
  },
380
381
  acs_access_group: {
381
382
  description:
@@ -486,6 +487,7 @@ export default {
486
487
  'is_managed',
487
488
  ],
488
489
  type: 'object',
490
+ 'x-route-path': '/acs/access_groups',
489
491
  },
490
492
  acs_credential: {
491
493
  description:
@@ -799,6 +801,7 @@ export default {
799
801
  'workspace_id',
800
802
  ],
801
803
  type: 'object',
804
+ 'x-route-path': '/acs/credential_pools',
802
805
  },
803
806
  acs_credential_provisioning_automation: {
804
807
  properties: {
@@ -819,6 +822,7 @@ export default {
819
822
  'workspace_id',
820
823
  ],
821
824
  type: 'object',
825
+ 'x-route-path': '/acs/credential_provisioning_automations',
822
826
  },
823
827
  acs_entrance: {
824
828
  description:
@@ -859,10 +863,7 @@ export default {
859
863
  type: 'string',
860
864
  },
861
865
  dormakaba_community_metadata: {
862
- properties: {
863
- access_point_name: { type: 'string' },
864
- common_area_number: { format: 'float', type: 'number' },
865
- },
866
+ properties: { access_point_name: { type: 'string' } },
866
867
  required: ['access_point_name'],
867
868
  type: 'object',
868
869
  },
@@ -963,6 +964,7 @@ export default {
963
964
  'errors',
964
965
  ],
965
966
  type: 'object',
967
+ 'x-route-path': '/acs/entrances',
966
968
  },
967
969
  acs_system: {
968
970
  description:
@@ -1354,6 +1356,7 @@ export default {
1354
1356
  'warnings',
1355
1357
  ],
1356
1358
  type: 'object',
1359
+ 'x-route-path': '/acs/systems',
1357
1360
  },
1358
1361
  acs_user: {
1359
1362
  description:
@@ -1654,6 +1657,7 @@ export default {
1654
1657
  'is_managed',
1655
1658
  ],
1656
1659
  type: 'object',
1660
+ 'x-route-path': '/acs/users',
1657
1661
  },
1658
1662
  action_attempt: {
1659
1663
  oneOf: [
@@ -4302,6 +4306,7 @@ export default {
4302
4306
  type: 'object',
4303
4307
  },
4304
4308
  ],
4309
+ 'x-route-path': '/action_attempts',
4305
4310
  },
4306
4311
  client_session: {
4307
4312
  properties: {
@@ -4338,6 +4343,7 @@ export default {
4338
4343
  'user_identity_ids',
4339
4344
  ],
4340
4345
  type: 'object',
4346
+ 'x-route-path': '/client_sessions',
4341
4347
  },
4342
4348
  connect_webview: {
4343
4349
  properties: {
@@ -4416,6 +4422,7 @@ export default {
4416
4422
  'selected_provider',
4417
4423
  ],
4418
4424
  type: 'object',
4425
+ 'x-route-path': '/connect_webviews',
4419
4426
  },
4420
4427
  connected_account: {
4421
4428
  properties: {
@@ -4492,6 +4499,7 @@ export default {
4492
4499
  'automatically_manage_new_devices',
4493
4500
  ],
4494
4501
  type: 'object',
4502
+ 'x-route-path': '/connected_accounts',
4495
4503
  },
4496
4504
  device: {
4497
4505
  properties: {
@@ -5753,6 +5761,7 @@ export default {
5753
5761
  'errors',
5754
5762
  ],
5755
5763
  type: 'object',
5764
+ 'x-route-path': '/thermostats/schedules',
5756
5765
  },
5757
5766
  available_climate_presets: {
5758
5767
  items: {
@@ -6150,6 +6159,7 @@ export default {
6150
6159
  'custom_metadata',
6151
6160
  ],
6152
6161
  type: 'object',
6162
+ 'x-route-path': '/devices',
6153
6163
  },
6154
6164
  device_provider: {
6155
6165
  properties: {
@@ -6237,6 +6247,7 @@ export default {
6237
6247
  'provider_categories',
6238
6248
  ],
6239
6249
  type: 'object',
6250
+ 'x-route-path': '/devices',
6240
6251
  },
6241
6252
  enrollment_automation: {
6242
6253
  description:
@@ -6280,6 +6291,7 @@ export default {
6280
6291
  'workspace_id',
6281
6292
  ],
6282
6293
  type: 'object',
6294
+ 'x-route-path': '/user_identities/enrollment_automations',
6283
6295
  },
6284
6296
  event: {
6285
6297
  discriminator: { propertyName: 'event_type' },
@@ -6340,6 +6352,7 @@ export default {
6340
6352
  'event_type',
6341
6353
  ],
6342
6354
  type: 'object',
6355
+ 'x-route-path': '/access_codes',
6343
6356
  },
6344
6357
  {
6345
6358
  description:
@@ -6397,6 +6410,7 @@ export default {
6397
6410
  'event_type',
6398
6411
  ],
6399
6412
  type: 'object',
6413
+ 'x-route-path': '/access_codes',
6400
6414
  },
6401
6415
  {
6402
6416
  description:
@@ -6463,6 +6477,7 @@ export default {
6463
6477
  'code',
6464
6478
  ],
6465
6479
  type: 'object',
6480
+ 'x-route-path': '/access_codes',
6466
6481
  },
6467
6482
  {
6468
6483
  description:
@@ -6529,6 +6544,7 @@ export default {
6529
6544
  'code',
6530
6545
  ],
6531
6546
  type: 'object',
6547
+ 'x-route-path': '/access_codes',
6532
6548
  },
6533
6549
  {
6534
6550
  description:
@@ -6589,6 +6605,7 @@ export default {
6589
6605
  'event_type',
6590
6606
  ],
6591
6607
  type: 'object',
6608
+ 'x-route-path': '/access_codes',
6592
6609
  },
6593
6610
  {
6594
6611
  description:
@@ -6649,6 +6666,7 @@ export default {
6649
6666
  'event_type',
6650
6667
  ],
6651
6668
  type: 'object',
6669
+ 'x-route-path': '/access_codes',
6652
6670
  },
6653
6671
  {
6654
6672
  description:
@@ -6709,6 +6727,7 @@ export default {
6709
6727
  'event_type',
6710
6728
  ],
6711
6729
  type: 'object',
6730
+ 'x-route-path': '/access_codes',
6712
6731
  },
6713
6732
  {
6714
6733
  description:
@@ -6773,6 +6792,7 @@ export default {
6773
6792
  'code',
6774
6793
  ],
6775
6794
  type: 'object',
6795
+ 'x-route-path': '/access_codes',
6776
6796
  },
6777
6797
  {
6778
6798
  description:
@@ -6833,6 +6853,7 @@ export default {
6833
6853
  'event_type',
6834
6854
  ],
6835
6855
  type: 'object',
6856
+ 'x-route-path': '/access_codes',
6836
6857
  },
6837
6858
  {
6838
6859
  description:
@@ -6893,6 +6914,7 @@ export default {
6893
6914
  'event_type',
6894
6915
  ],
6895
6916
  type: 'object',
6917
+ 'x-route-path': '/access_codes',
6896
6918
  },
6897
6919
  {
6898
6920
  description:
@@ -6953,6 +6975,7 @@ export default {
6953
6975
  'event_type',
6954
6976
  ],
6955
6977
  type: 'object',
6978
+ 'x-route-path': '/access_codes',
6956
6979
  },
6957
6980
  {
6958
6981
  description:
@@ -7013,6 +7036,7 @@ export default {
7013
7036
  'event_type',
7014
7037
  ],
7015
7038
  type: 'object',
7039
+ 'x-route-path': '/access_codes',
7016
7040
  },
7017
7041
  {
7018
7042
  description:
@@ -7075,6 +7099,7 @@ export default {
7075
7099
  'backup_access_code_id',
7076
7100
  ],
7077
7101
  type: 'object',
7102
+ 'x-route-path': '/access_codes',
7078
7103
  },
7079
7104
  {
7080
7105
  description:
@@ -7135,6 +7160,7 @@ export default {
7135
7160
  'event_type',
7136
7161
  ],
7137
7162
  type: 'object',
7163
+ 'x-route-path': '/access_codes/unmanaged',
7138
7164
  },
7139
7165
  {
7140
7166
  description:
@@ -7195,6 +7221,7 @@ export default {
7195
7221
  'event_type',
7196
7222
  ],
7197
7223
  type: 'object',
7224
+ 'x-route-path': '/access_codes/unmanaged',
7198
7225
  },
7199
7226
  {
7200
7227
  description:
@@ -7255,6 +7282,7 @@ export default {
7255
7282
  'event_type',
7256
7283
  ],
7257
7284
  type: 'object',
7285
+ 'x-route-path': '/access_codes/unmanaged',
7258
7286
  },
7259
7287
  {
7260
7288
  description:
@@ -7315,6 +7343,7 @@ export default {
7315
7343
  'event_type',
7316
7344
  ],
7317
7345
  type: 'object',
7346
+ 'x-route-path': '/access_codes/unmanaged',
7318
7347
  },
7319
7348
  {
7320
7349
  description:
@@ -7364,6 +7393,7 @@ export default {
7364
7393
  'event_type',
7365
7394
  ],
7366
7395
  type: 'object',
7396
+ 'x-route-path': '/acs/systems',
7367
7397
  },
7368
7398
  {
7369
7399
  description:
@@ -7413,6 +7443,7 @@ export default {
7413
7443
  'event_type',
7414
7444
  ],
7415
7445
  type: 'object',
7446
+ 'x-route-path': '/acs/systems',
7416
7447
  },
7417
7448
  {
7418
7449
  description:
@@ -7462,6 +7493,7 @@ export default {
7462
7493
  'event_type',
7463
7494
  ],
7464
7495
  type: 'object',
7496
+ 'x-route-path': '/acs/systems',
7465
7497
  },
7466
7498
  {
7467
7499
  description:
@@ -7513,6 +7545,7 @@ export default {
7513
7545
  'event_type',
7514
7546
  ],
7515
7547
  type: 'object',
7548
+ 'x-route-path': '/acs/credentials',
7516
7549
  },
7517
7550
  {
7518
7551
  description:
@@ -7564,6 +7597,7 @@ export default {
7564
7597
  'event_type',
7565
7598
  ],
7566
7599
  type: 'object',
7600
+ 'x-route-path': '/acs/credentials',
7567
7601
  },
7568
7602
  {
7569
7603
  description:
@@ -7615,6 +7649,7 @@ export default {
7615
7649
  'event_type',
7616
7650
  ],
7617
7651
  type: 'object',
7652
+ 'x-route-path': '/acs/users',
7618
7653
  },
7619
7654
  {
7620
7655
  description:
@@ -7671,6 +7706,7 @@ export default {
7671
7706
  'event_type',
7672
7707
  ],
7673
7708
  type: 'object',
7709
+ 'x-route-path': '/acs/encoders',
7674
7710
  },
7675
7711
  {
7676
7712
  description:
@@ -7727,6 +7763,7 @@ export default {
7727
7763
  'event_type',
7728
7764
  ],
7729
7765
  type: 'object',
7766
+ 'x-route-path': '/acs/encoders',
7730
7767
  },
7731
7768
  {
7732
7769
  description: 'An ACS access group was deleted.',
@@ -7780,6 +7817,7 @@ export default {
7780
7817
  'event_type',
7781
7818
  ],
7782
7819
  type: 'object',
7820
+ 'x-route-path': '/acs/access_groups',
7783
7821
  },
7784
7822
  {
7785
7823
  description:
@@ -7823,6 +7861,7 @@ export default {
7823
7861
  'event_type',
7824
7862
  ],
7825
7863
  type: 'object',
7864
+ 'x-route-path': '/client_sessions',
7826
7865
  },
7827
7866
  {
7828
7867
  description:
@@ -7876,6 +7915,7 @@ export default {
7876
7915
  'connect_webview_id',
7877
7916
  ],
7878
7917
  type: 'object',
7918
+ 'x-route-path': '/connected_accounts',
7879
7919
  },
7880
7920
  {
7881
7921
  description:
@@ -7929,6 +7969,7 @@ export default {
7929
7969
  'connect_webview_id',
7930
7970
  ],
7931
7971
  type: 'object',
7972
+ 'x-route-path': '/connected_accounts',
7932
7973
  },
7933
7974
  {
7934
7975
  deprecated: true,
@@ -7984,6 +8025,7 @@ export default {
7984
8025
  ],
7985
8026
  type: 'object',
7986
8027
  'x-deprecated': 'Use `connect_webview.login_succeeded`.',
8028
+ 'x-route-path': '/connected_accounts',
7987
8029
  },
7988
8030
  {
7989
8031
  description:
@@ -8030,6 +8072,7 @@ export default {
8030
8072
  'event_type',
8031
8073
  ],
8032
8074
  type: 'object',
8075
+ 'x-route-path': '/connected_accounts',
8033
8076
  },
8034
8077
  {
8035
8078
  description:
@@ -8076,6 +8119,7 @@ export default {
8076
8119
  'event_type',
8077
8120
  ],
8078
8121
  type: 'object',
8122
+ 'x-route-path': '/connected_accounts',
8079
8123
  },
8080
8124
  {
8081
8125
  description:
@@ -8122,6 +8166,7 @@ export default {
8122
8166
  'event_type',
8123
8167
  ],
8124
8168
  type: 'object',
8169
+ 'x-route-path': '/connected_accounts',
8125
8170
  },
8126
8171
  {
8127
8172
  description:
@@ -8170,6 +8215,7 @@ export default {
8170
8215
  'event_type',
8171
8216
  ],
8172
8217
  type: 'object',
8218
+ 'x-route-path': '/connected_accounts',
8173
8219
  },
8174
8220
  {
8175
8221
  description:
@@ -8220,6 +8266,7 @@ export default {
8220
8266
  'event_type',
8221
8267
  ],
8222
8268
  type: 'object',
8269
+ 'x-route-path': '/action_attempts',
8223
8270
  },
8224
8271
  {
8225
8272
  description:
@@ -8270,6 +8317,7 @@ export default {
8270
8317
  'event_type',
8271
8318
  ],
8272
8319
  type: 'object',
8320
+ 'x-route-path': '/action_attempts',
8273
8321
  },
8274
8322
  {
8275
8323
  description:
@@ -8320,6 +8368,7 @@ export default {
8320
8368
  'event_type',
8321
8369
  ],
8322
8370
  type: 'object',
8371
+ 'x-route-path': '/action_attempts',
8323
8372
  },
8324
8373
  {
8325
8374
  description:
@@ -8370,6 +8419,7 @@ export default {
8370
8419
  'event_type',
8371
8420
  ],
8372
8421
  type: 'object',
8422
+ 'x-route-path': '/action_attempts',
8373
8423
  },
8374
8424
  {
8375
8425
  description:
@@ -8423,6 +8473,7 @@ export default {
8423
8473
  'connected_account_id',
8424
8474
  ],
8425
8475
  type: 'object',
8476
+ 'x-route-path': '/connect_webviews',
8426
8477
  },
8427
8478
  {
8428
8479
  description:
@@ -8469,6 +8520,7 @@ export default {
8469
8520
  'event_type',
8470
8521
  ],
8471
8522
  type: 'object',
8523
+ 'x-route-path': '/connect_webviews',
8472
8524
  },
8473
8525
  {
8474
8526
  description:
@@ -8518,6 +8570,7 @@ export default {
8518
8570
  'event_type',
8519
8571
  ],
8520
8572
  type: 'object',
8573
+ 'x-route-path': '/devices',
8521
8574
  },
8522
8575
  {
8523
8576
  description:
@@ -8567,10 +8620,11 @@ export default {
8567
8620
  'event_type',
8568
8621
  ],
8569
8622
  type: 'object',
8623
+ 'x-route-path': '/devices',
8570
8624
  },
8571
8625
  {
8572
8626
  description:
8573
- 'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was successfully converted to a managed device.',
8627
+ 'A managed device was successfully converted to an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).',
8574
8628
  properties: {
8575
8629
  connected_account_id: {
8576
8630
  description:
@@ -8619,10 +8673,11 @@ export default {
8619
8673
  'event_type',
8620
8674
  ],
8621
8675
  type: 'object',
8676
+ 'x-route-path': '/devices',
8622
8677
  },
8623
8678
  {
8624
8679
  description:
8625
- 'A managed device was successfully converted to an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).',
8680
+ 'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was successfully converted to a managed device.',
8626
8681
  properties: {
8627
8682
  connected_account_id: {
8628
8683
  description:
@@ -8671,6 +8726,7 @@ export default {
8671
8726
  'event_type',
8672
8727
  ],
8673
8728
  type: 'object',
8729
+ 'x-route-path': '/devices/unmanaged',
8674
8730
  },
8675
8731
  {
8676
8732
  description:
@@ -8723,6 +8779,7 @@ export default {
8723
8779
  'event_type',
8724
8780
  ],
8725
8781
  type: 'object',
8782
+ 'x-route-path': '/devices/unmanaged',
8726
8783
  },
8727
8784
  {
8728
8785
  description:
@@ -8783,6 +8840,7 @@ export default {
8783
8840
  'error_code',
8784
8841
  ],
8785
8842
  type: 'object',
8843
+ 'x-route-path': '/devices',
8786
8844
  },
8787
8845
  {
8788
8846
  description:
@@ -8846,6 +8904,7 @@ export default {
8846
8904
  'error_code',
8847
8905
  ],
8848
8906
  type: 'object',
8907
+ 'x-route-path': '/devices/unmanaged',
8849
8908
  },
8850
8909
  {
8851
8910
  description:
@@ -8895,6 +8954,7 @@ export default {
8895
8954
  'event_type',
8896
8955
  ],
8897
8956
  type: 'object',
8957
+ 'x-route-path': '/devices',
8898
8958
  },
8899
8959
  {
8900
8960
  description:
@@ -8953,6 +9013,7 @@ export default {
8953
9013
  'battery_level',
8954
9014
  ],
8955
9015
  type: 'object',
9016
+ 'x-route-path': '/devices',
8956
9017
  },
8957
9018
  {
8958
9019
  description:
@@ -9021,6 +9082,7 @@ export default {
9021
9082
  'battery_level',
9022
9083
  ],
9023
9084
  type: 'object',
9085
+ 'x-route-path': '/devices',
9024
9086
  },
9025
9087
  {
9026
9088
  description:
@@ -9070,6 +9132,7 @@ export default {
9070
9132
  'event_type',
9071
9133
  ],
9072
9134
  type: 'object',
9135
+ 'x-route-path': '/devices',
9073
9136
  },
9074
9137
  {
9075
9138
  description:
@@ -9119,6 +9182,7 @@ export default {
9119
9182
  'event_type',
9120
9183
  ],
9121
9184
  type: 'object',
9185
+ 'x-route-path': '/devices',
9122
9186
  },
9123
9187
  {
9124
9188
  description:
@@ -9171,6 +9235,7 @@ export default {
9171
9235
  'event_type',
9172
9236
  ],
9173
9237
  type: 'object',
9238
+ 'x-route-path': '/devices',
9174
9239
  },
9175
9240
  {
9176
9241
  description:
@@ -9223,6 +9288,7 @@ export default {
9223
9288
  'event_type',
9224
9289
  ],
9225
9290
  type: 'object',
9291
+ 'x-route-path': '/devices',
9226
9292
  },
9227
9293
  {
9228
9294
  description:
@@ -9275,6 +9341,7 @@ export default {
9275
9341
  'event_type',
9276
9342
  ],
9277
9343
  type: 'object',
9344
+ 'x-route-path': '/devices',
9278
9345
  },
9279
9346
  {
9280
9347
  description:
@@ -9327,6 +9394,7 @@ export default {
9327
9394
  'event_type',
9328
9395
  ],
9329
9396
  type: 'object',
9397
+ 'x-route-path': '/devices',
9330
9398
  },
9331
9399
  {
9332
9400
  description:
@@ -9379,6 +9447,7 @@ export default {
9379
9447
  'event_type',
9380
9448
  ],
9381
9449
  type: 'object',
9450
+ 'x-route-path': '/devices',
9382
9451
  },
9383
9452
  {
9384
9453
  description:
@@ -9431,6 +9500,7 @@ export default {
9431
9500
  'event_type',
9432
9501
  ],
9433
9502
  type: 'object',
9503
+ 'x-route-path': '/devices',
9434
9504
  },
9435
9505
  {
9436
9506
  description:
@@ -9483,6 +9553,7 @@ export default {
9483
9553
  'event_type',
9484
9554
  ],
9485
9555
  type: 'object',
9556
+ 'x-route-path': '/devices',
9486
9557
  },
9487
9558
  {
9488
9559
  description:
@@ -9535,6 +9606,7 @@ export default {
9535
9606
  'event_type',
9536
9607
  ],
9537
9608
  type: 'object',
9609
+ 'x-route-path': '/devices',
9538
9610
  },
9539
9611
  {
9540
9612
  description:
@@ -9587,6 +9659,7 @@ export default {
9587
9659
  'event_type',
9588
9660
  ],
9589
9661
  type: 'object',
9662
+ 'x-route-path': '/devices',
9590
9663
  },
9591
9664
  {
9592
9665
  description:
@@ -9639,6 +9712,7 @@ export default {
9639
9712
  'event_type',
9640
9713
  ],
9641
9714
  type: 'object',
9715
+ 'x-route-path': '/devices',
9642
9716
  },
9643
9717
  {
9644
9718
  description:
@@ -9723,6 +9797,7 @@ export default {
9723
9797
  'event_type',
9724
9798
  ],
9725
9799
  type: 'object',
9800
+ 'x-route-path': '/noise_sensors/noise_thresholds',
9726
9801
  },
9727
9802
  {
9728
9803
  description:
@@ -9791,6 +9866,7 @@ export default {
9791
9866
  'method',
9792
9867
  ],
9793
9868
  type: 'object',
9869
+ 'x-route-path': '/locks',
9794
9870
  },
9795
9871
  {
9796
9872
  description:
@@ -9859,6 +9935,7 @@ export default {
9859
9935
  'method',
9860
9936
  ],
9861
9937
  type: 'object',
9938
+ 'x-route-path': '/locks',
9862
9939
  },
9863
9940
  {
9864
9941
  description:
@@ -9914,6 +9991,7 @@ export default {
9914
9991
  'event_type',
9915
9992
  ],
9916
9993
  type: 'object',
9994
+ 'x-route-path': '/locks',
9917
9995
  },
9918
9996
  {
9919
9997
  description:
@@ -9986,6 +10064,7 @@ export default {
9986
10064
  'is_fallback_climate_preset',
9987
10065
  ],
9988
10066
  type: 'object',
10067
+ 'x-route-path': '/thermostats',
9989
10068
  },
9990
10069
  {
9991
10070
  description:
@@ -10081,6 +10160,7 @@ export default {
10081
10160
  'method',
10082
10161
  ],
10083
10162
  type: 'object',
10163
+ 'x-route-path': '/thermostats',
10084
10164
  },
10085
10165
  {
10086
10166
  description:
@@ -10179,6 +10259,7 @@ export default {
10179
10259
  'lower_limit_fahrenheit',
10180
10260
  ],
10181
10261
  type: 'object',
10262
+ 'x-route-path': '/thermostats',
10182
10263
  },
10183
10264
  {
10184
10265
  description:
@@ -10277,6 +10358,7 @@ export default {
10277
10358
  'lower_limit_fahrenheit',
10278
10359
  ],
10279
10360
  type: 'object',
10361
+ 'x-route-path': '/thermostats',
10280
10362
  },
10281
10363
  {
10282
10364
  properties: {
@@ -10351,6 +10433,7 @@ export default {
10351
10433
  'temperature_fahrenheit',
10352
10434
  ],
10353
10435
  type: 'object',
10436
+ 'x-route-path': '/thermostats',
10354
10437
  },
10355
10438
  {
10356
10439
  description:
@@ -10397,6 +10480,7 @@ export default {
10397
10480
  'event_type',
10398
10481
  ],
10399
10482
  type: 'object',
10483
+ 'x-route-path': '/user_identities/enrollment_automations',
10400
10484
  },
10401
10485
  {
10402
10486
  description: 'A phone device was deactivated.',
@@ -10439,8 +10523,10 @@ export default {
10439
10523
  'event_type',
10440
10524
  ],
10441
10525
  type: 'object',
10526
+ 'x-route-path': '/phones',
10442
10527
  },
10443
10528
  ],
10529
+ 'x-route-path': '/events',
10444
10530
  },
10445
10531
  network: {
10446
10532
  properties: {
@@ -10451,6 +10537,7 @@ export default {
10451
10537
  },
10452
10538
  required: ['network_id', 'workspace_id', 'display_name', 'created_at'],
10453
10539
  type: 'object',
10540
+ 'x-route-path': '/networks',
10454
10541
  },
10455
10542
  noise_threshold: {
10456
10543
  properties: {
@@ -10471,6 +10558,7 @@ export default {
10471
10558
  'noise_threshold_decibels',
10472
10559
  ],
10473
10560
  type: 'object',
10561
+ 'x-route-path': '/noise_sensors/noise_thresholds',
10474
10562
  },
10475
10563
  phone: {
10476
10564
  properties: {
@@ -10833,6 +10921,7 @@ export default {
10833
10921
  'custom_metadata',
10834
10922
  ],
10835
10923
  type: 'object',
10924
+ 'x-route-path': '/phones',
10836
10925
  },
10837
10926
  service_health: {
10838
10927
  properties: {
@@ -10842,6 +10931,7 @@ export default {
10842
10931
  },
10843
10932
  required: ['service', 'status', 'description'],
10844
10933
  type: 'object',
10934
+ 'x-route-path': '/health',
10845
10935
  },
10846
10936
  thermostat_schedule: {
10847
10937
  description:
@@ -10922,6 +11012,7 @@ export default {
10922
11012
  'errors',
10923
11013
  ],
10924
11014
  type: 'object',
11015
+ 'x-route-path': '/thermostats/schedules',
10925
11016
  },
10926
11017
  unmanaged_access_code: {
10927
11018
  properties: {
@@ -11237,6 +11328,7 @@ export default {
11237
11328
  'status',
11238
11329
  ],
11239
11330
  type: 'object',
11331
+ 'x-route-path': '/access_codes/unmanaged',
11240
11332
  },
11241
11333
  unmanaged_device: {
11242
11334
  properties: {
@@ -11742,6 +11834,7 @@ export default {
11742
11834
  'properties',
11743
11835
  ],
11744
11836
  type: 'object',
11837
+ 'x-route-path': '/devices/unmanaged',
11745
11838
  },
11746
11839
  user_identity: {
11747
11840
  description:
@@ -11796,6 +11889,7 @@ export default {
11796
11889
  'workspace_id',
11797
11890
  ],
11798
11891
  type: 'object',
11892
+ 'x-route-path': '/user_identities',
11799
11893
  },
11800
11894
  webhook: {
11801
11895
  properties: {
@@ -11806,6 +11900,7 @@ export default {
11806
11900
  },
11807
11901
  required: ['webhook_id', 'url'],
11808
11902
  type: 'object',
11903
+ 'x-route-path': '/webhooks',
11809
11904
  },
11810
11905
  workspace: {
11811
11906
  properties: {
@@ -11828,6 +11923,7 @@ export default {
11828
11923
  'connect_partner_name',
11829
11924
  ],
11830
11925
  type: 'object',
11926
+ 'x-route-path': '/workspaces',
11831
11927
  },
11832
11928
  },
11833
11929
  securitySchemes: {