@seamapi/types 1.326.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 (126) hide show
  1. package/dist/connect.cjs +820 -370
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +276 -16
  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.d.ts +64 -0
  43. package/lib/seam/connect/models/events/acs/access_groups.js +15 -0
  44. package/lib/seam/connect/models/events/acs/access_groups.js.map +1 -0
  45. package/lib/seam/connect/models/events/acs/credentials.js +14 -8
  46. package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
  47. package/lib/seam/connect/models/events/acs/encoders.js +14 -8
  48. package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
  49. package/lib/seam/connect/models/events/acs/index.d.ts +30 -0
  50. package/lib/seam/connect/models/events/acs/index.js +2 -0
  51. package/lib/seam/connect/models/events/acs/index.js.map +1 -1
  52. package/lib/seam/connect/models/events/acs/systems.js +21 -12
  53. package/lib/seam/connect/models/events/acs/systems.js.map +1 -1
  54. package/lib/seam/connect/models/events/acs/users.js +7 -4
  55. package/lib/seam/connect/models/events/acs/users.js.map +1 -1
  56. package/lib/seam/connect/models/events/action-attempts.js +28 -16
  57. package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
  58. package/lib/seam/connect/models/events/client-sessions.js +7 -4
  59. package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
  60. package/lib/seam/connect/models/events/connect-webviews.js +14 -8
  61. package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
  62. package/lib/seam/connect/models/events/connected-accounts.js +45 -25
  63. package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
  64. package/lib/seam/connect/models/events/devices.js +214 -119
  65. package/lib/seam/connect/models/events/devices.js.map +1 -1
  66. package/lib/seam/connect/models/events/enrollment-automations.js +7 -4
  67. package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
  68. package/lib/seam/connect/models/events/phones.js +7 -4
  69. package/lib/seam/connect/models/events/phones.js.map +1 -1
  70. package/lib/seam/connect/models/events/seam-event.d.ts +30 -0
  71. package/lib/seam/connect/models/events/seam-event.js +5 -1
  72. package/lib/seam/connect/models/events/seam-event.js.map +1 -1
  73. package/lib/seam/connect/models/noise-sensors/noise-threshold.js +5 -1
  74. package/lib/seam/connect/models/noise-sensors/noise-threshold.js.map +1 -1
  75. package/lib/seam/connect/models/thermostats/thermostat-schedule.js +8 -8
  76. package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
  77. package/lib/seam/connect/models/user-identities/user-identity.js +7 -4
  78. package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
  79. package/lib/seam/connect/models/webhooks/webhook.js +5 -1
  80. package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
  81. package/lib/seam/connect/models/workspaces/workspace.js +5 -1
  82. package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
  83. package/lib/seam/connect/openapi.d.ts +165 -4
  84. package/lib/seam/connect/openapi.js +154 -6
  85. package/lib/seam/connect/openapi.js.map +1 -1
  86. package/lib/seam/connect/route-types.d.ts +81 -7
  87. package/package.json +1 -1
  88. package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -1
  89. package/src/lib/seam/connect/models/access-codes/unmanaged-access-code.ts +5 -1
  90. package/src/lib/seam/connect/models/acs/acs-access-group.ts +7 -3
  91. package/src/lib/seam/connect/models/acs/acs-credential-pool.ts +5 -1
  92. package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +38 -35
  93. package/src/lib/seam/connect/models/acs/acs-entrance.ts +31 -30
  94. package/src/lib/seam/connect/models/acs/acs-system.ts +6 -4
  95. package/src/lib/seam/connect/models/acs/acs-user.ts +10 -9
  96. package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +0 -1
  97. package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +5 -1
  98. package/src/lib/seam/connect/models/client-sessions/client-session.ts +5 -1
  99. package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +5 -1
  100. package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +5 -1
  101. package/src/lib/seam/connect/models/devices/device-provider.ts +5 -1
  102. package/src/lib/seam/connect/models/devices/device.ts +5 -1
  103. package/src/lib/seam/connect/models/devices/phone.ts +5 -1
  104. package/src/lib/seam/connect/models/devices/unmanaged-device.ts +5 -1
  105. package/src/lib/seam/connect/models/events/access-codes.ts +139 -117
  106. package/src/lib/seam/connect/models/events/acs/access_groups.ts +22 -0
  107. package/src/lib/seam/connect/models/events/acs/credentials.ts +16 -14
  108. package/src/lib/seam/connect/models/events/acs/encoders.ts +16 -14
  109. package/src/lib/seam/connect/models/events/acs/index.ts +2 -0
  110. package/src/lib/seam/connect/models/events/acs/systems.ts +24 -21
  111. package/src/lib/seam/connect/models/events/acs/users.ts +8 -7
  112. package/src/lib/seam/connect/models/events/action-attempts.ts +32 -24
  113. package/src/lib/seam/connect/models/events/client-sessions.ts +8 -7
  114. package/src/lib/seam/connect/models/events/connect-webviews.ts +16 -13
  115. package/src/lib/seam/connect/models/events/connected-accounts.ts +55 -44
  116. package/src/lib/seam/connect/models/events/devices.ts +339 -301
  117. package/src/lib/seam/connect/models/events/enrollment-automations.ts +8 -6
  118. package/src/lib/seam/connect/models/events/phones.ts +8 -5
  119. package/src/lib/seam/connect/models/events/seam-event.ts +5 -1
  120. package/src/lib/seam/connect/models/noise-sensors/noise-threshold.ts +5 -1
  121. package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +60 -62
  122. package/src/lib/seam/connect/models/user-identities/user-identity.ts +35 -34
  123. package/src/lib/seam/connect/models/webhooks/webhook.ts +5 -1
  124. package/src/lib/seam/connect/models/workspaces/workspace.ts +5 -1
  125. package/src/lib/seam/connect/openapi.ts +157 -6
  126. package/src/lib/seam/connect/route-types.ts +83 -5
@@ -345,6 +345,7 @@ export default {
345
345
  'is_offline_access_code',
346
346
  ],
347
347
  type: 'object',
348
+ 'x-route-path': '/access_codes',
348
349
  },
349
350
  acs_access_group: {
350
351
  description: 'Group that defines the entrances to which a set of users has access and, in some cases, the access schedule for these entrances and users.\nThe `acs_access_group` object represents an [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups) within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
@@ -447,6 +448,7 @@ export default {
447
448
  'is_managed',
448
449
  ],
449
450
  type: 'object',
451
+ 'x-route-path': '/acs/access_groups',
450
452
  },
451
453
  acs_credential: {
452
454
  description: 'Means by which a user gains access at an entrance.\nThe `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.',
@@ -727,6 +729,7 @@ export default {
727
729
  'workspace_id',
728
730
  ],
729
731
  type: 'object',
732
+ 'x-route-path': '/acs/credential_pools',
730
733
  },
731
734
  acs_credential_provisioning_automation: {
732
735
  properties: {
@@ -747,6 +750,7 @@ export default {
747
750
  'workspace_id',
748
751
  ],
749
752
  type: 'object',
753
+ 'x-route-path': '/acs/credential_provisioning_automations',
750
754
  },
751
755
  acs_entrance: {
752
756
  description: 'Represents an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
@@ -785,10 +789,7 @@ export default {
785
789
  type: 'string',
786
790
  },
787
791
  dormakaba_community_metadata: {
788
- properties: {
789
- access_point_name: { type: 'string' },
790
- common_area_number: { format: 'float', type: 'number' },
791
- },
792
+ properties: { access_point_name: { type: 'string' } },
792
793
  required: ['access_point_name'],
793
794
  type: 'object',
794
795
  },
@@ -889,6 +890,7 @@ export default {
889
890
  'errors',
890
891
  ],
891
892
  type: 'object',
893
+ 'x-route-path': '/acs/entrances',
892
894
  },
893
895
  acs_system: {
894
896
  description: 'Represents an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
@@ -1236,6 +1238,7 @@ export default {
1236
1238
  'warnings',
1237
1239
  ],
1238
1240
  type: 'object',
1241
+ 'x-route-path': '/acs/systems',
1239
1242
  },
1240
1243
  acs_user: {
1241
1244
  description: 'Represents a [user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
@@ -1506,6 +1509,7 @@ export default {
1506
1509
  'is_managed',
1507
1510
  ],
1508
1511
  type: 'object',
1512
+ 'x-route-path': '/acs/users',
1509
1513
  },
1510
1514
  action_attempt: {
1511
1515
  oneOf: [
@@ -3984,6 +3988,7 @@ export default {
3984
3988
  type: 'object',
3985
3989
  },
3986
3990
  ],
3991
+ 'x-route-path': '/action_attempts',
3987
3992
  },
3988
3993
  client_session: {
3989
3994
  properties: {
@@ -4020,6 +4025,7 @@ export default {
4020
4025
  'user_identity_ids',
4021
4026
  ],
4022
4027
  type: 'object',
4028
+ 'x-route-path': '/client_sessions',
4023
4029
  },
4024
4030
  connect_webview: {
4025
4031
  properties: {
@@ -4098,6 +4104,7 @@ export default {
4098
4104
  'selected_provider',
4099
4105
  ],
4100
4106
  type: 'object',
4107
+ 'x-route-path': '/connect_webviews',
4101
4108
  },
4102
4109
  connected_account: {
4103
4110
  properties: {
@@ -4172,6 +4179,7 @@ export default {
4172
4179
  'automatically_manage_new_devices',
4173
4180
  ],
4174
4181
  type: 'object',
4182
+ 'x-route-path': '/connected_accounts',
4175
4183
  },
4176
4184
  device: {
4177
4185
  properties: {
@@ -5383,6 +5391,7 @@ export default {
5383
5391
  'errors',
5384
5392
  ],
5385
5393
  type: 'object',
5394
+ 'x-route-path': '/thermostats/schedules',
5386
5395
  },
5387
5396
  available_climate_presets: {
5388
5397
  items: {
@@ -5739,6 +5748,7 @@ export default {
5739
5748
  'custom_metadata',
5740
5749
  ],
5741
5750
  type: 'object',
5751
+ 'x-route-path': '/devices',
5742
5752
  },
5743
5753
  device_provider: {
5744
5754
  properties: {
@@ -5826,6 +5836,7 @@ export default {
5826
5836
  'provider_categories',
5827
5837
  ],
5828
5838
  type: 'object',
5839
+ 'x-route-path': '/devices',
5829
5840
  },
5830
5841
  enrollment_automation: {
5831
5842
  description: 'Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).',
@@ -5864,6 +5875,7 @@ export default {
5864
5875
  'workspace_id',
5865
5876
  ],
5866
5877
  type: 'object',
5878
+ 'x-route-path': '/user_identities/enrollment_automations',
5867
5879
  },
5868
5880
  event: {
5869
5881
  discriminator: { propertyName: 'event_type' },
@@ -5919,6 +5931,7 @@ export default {
5919
5931
  'event_type',
5920
5932
  ],
5921
5933
  type: 'object',
5934
+ 'x-route-path': '/access_codes',
5922
5935
  },
5923
5936
  {
5924
5937
  description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was changed.',
@@ -5971,6 +5984,7 @@ export default {
5971
5984
  'event_type',
5972
5985
  ],
5973
5986
  type: 'object',
5987
+ 'x-route-path': '/access_codes',
5974
5988
  },
5975
5989
  {
5976
5990
  description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was [scheduled natively](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#native-scheduling) on a device.',
@@ -6031,6 +6045,7 @@ export default {
6031
6045
  'code',
6032
6046
  ],
6033
6047
  type: 'object',
6048
+ 'x-route-path': '/access_codes',
6034
6049
  },
6035
6050
  {
6036
6051
  description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was set on a device.',
@@ -6091,6 +6106,7 @@ export default {
6091
6106
  'code',
6092
6107
  ],
6093
6108
  type: 'object',
6109
+ 'x-route-path': '/access_codes',
6094
6110
  },
6095
6111
  {
6096
6112
  description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was removed from a device.',
@@ -6146,6 +6162,7 @@ export default {
6146
6162
  'event_type',
6147
6163
  ],
6148
6164
  type: 'object',
6165
+ 'x-route-path': '/access_codes',
6149
6166
  },
6150
6167
  {
6151
6168
  description: 'There was an unusually long delay in setting an [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) on a device.',
@@ -6201,6 +6218,7 @@ export default {
6201
6218
  'event_type',
6202
6219
  ],
6203
6220
  type: 'object',
6221
+ 'x-route-path': '/access_codes',
6204
6222
  },
6205
6223
  {
6206
6224
  description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) failed to be set on a device.',
@@ -6256,6 +6274,7 @@ export default {
6256
6274
  'event_type',
6257
6275
  ],
6258
6276
  type: 'object',
6277
+ 'x-route-path': '/access_codes',
6259
6278
  },
6260
6279
  {
6261
6280
  description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was deleted.',
@@ -6314,6 +6333,7 @@ export default {
6314
6333
  'code',
6315
6334
  ],
6316
6335
  type: 'object',
6336
+ 'x-route-path': '/access_codes',
6317
6337
  },
6318
6338
  {
6319
6339
  description: 'There was an unusually long delay in removing an [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) from a device.',
@@ -6369,6 +6389,7 @@ export default {
6369
6389
  'event_type',
6370
6390
  ],
6371
6391
  type: 'object',
6392
+ 'x-route-path': '/access_codes',
6372
6393
  },
6373
6394
  {
6374
6395
  description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) failed to be removed from a device.',
@@ -6424,6 +6445,7 @@ export default {
6424
6445
  'event_type',
6425
6446
  ],
6426
6447
  type: 'object',
6448
+ 'x-route-path': '/access_codes',
6427
6449
  },
6428
6450
  {
6429
6451
  description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was modified outside of Seam.',
@@ -6479,6 +6501,7 @@ export default {
6479
6501
  'event_type',
6480
6502
  ],
6481
6503
  type: 'object',
6504
+ 'x-route-path': '/access_codes',
6482
6505
  },
6483
6506
  {
6484
6507
  description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was deleted outside of Seam.',
@@ -6534,6 +6557,7 @@ export default {
6534
6557
  'event_type',
6535
6558
  ],
6536
6559
  type: 'object',
6560
+ 'x-route-path': '/access_codes',
6537
6561
  },
6538
6562
  {
6539
6563
  description: 'A [backup access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/backup-access-codes) was pulled from the backup access code pool and set on a device.',
@@ -6591,6 +6615,7 @@ export default {
6591
6615
  'backup_access_code_id',
6592
6616
  ],
6593
6617
  type: 'object',
6618
+ 'x-route-path': '/access_codes',
6594
6619
  },
6595
6620
  {
6596
6621
  description: 'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) was converted successfully to a managed access code.',
@@ -6646,6 +6671,7 @@ export default {
6646
6671
  'event_type',
6647
6672
  ],
6648
6673
  type: 'object',
6674
+ 'x-route-path': '/access_codes/unmanaged',
6649
6675
  },
6650
6676
  {
6651
6677
  description: 'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) failed to be converted to a managed access code.',
@@ -6701,6 +6727,7 @@ export default {
6701
6727
  'event_type',
6702
6728
  ],
6703
6729
  type: 'object',
6730
+ 'x-route-path': '/access_codes/unmanaged',
6704
6731
  },
6705
6732
  {
6706
6733
  description: 'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) was created on a device.',
@@ -6756,6 +6783,7 @@ export default {
6756
6783
  'event_type',
6757
6784
  ],
6758
6785
  type: 'object',
6786
+ 'x-route-path': '/access_codes/unmanaged',
6759
6787
  },
6760
6788
  {
6761
6789
  description: 'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) was removed from a device.',
@@ -6811,6 +6839,7 @@ export default {
6811
6839
  'event_type',
6812
6840
  ],
6813
6841
  type: 'object',
6842
+ 'x-route-path': '/access_codes/unmanaged',
6814
6843
  },
6815
6844
  {
6816
6845
  description: 'An [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) was connected.',
@@ -6856,6 +6885,7 @@ export default {
6856
6885
  'event_type',
6857
6886
  ],
6858
6887
  type: 'object',
6888
+ 'x-route-path': '/acs/systems',
6859
6889
  },
6860
6890
  {
6861
6891
  description: 'An [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) was added.',
@@ -6901,6 +6931,7 @@ export default {
6901
6931
  'event_type',
6902
6932
  ],
6903
6933
  type: 'object',
6934
+ 'x-route-path': '/acs/systems',
6904
6935
  },
6905
6936
  {
6906
6937
  description: 'An [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) was disconnected.',
@@ -6946,6 +6977,7 @@ export default {
6946
6977
  'event_type',
6947
6978
  ],
6948
6979
  type: 'object',
6980
+ 'x-route-path': '/acs/systems',
6949
6981
  },
6950
6982
  {
6951
6983
  description: 'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was deleted.',
@@ -6993,6 +7025,7 @@ export default {
6993
7025
  'event_type',
6994
7026
  ],
6995
7027
  type: 'object',
7028
+ 'x-route-path': '/acs/credentials',
6996
7029
  },
6997
7030
  {
6998
7031
  description: 'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was issued.',
@@ -7040,6 +7073,7 @@ export default {
7040
7073
  'event_type',
7041
7074
  ],
7042
7075
  type: 'object',
7076
+ 'x-route-path': '/acs/credentials',
7043
7077
  },
7044
7078
  {
7045
7079
  description: 'An [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was deleted.',
@@ -7087,6 +7121,7 @@ export default {
7087
7121
  'event_type',
7088
7122
  ],
7089
7123
  type: 'object',
7124
+ 'x-route-path': '/acs/users',
7090
7125
  },
7091
7126
  {
7092
7127
  description: 'An [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners) was added.',
@@ -7138,6 +7173,7 @@ export default {
7138
7173
  'event_type',
7139
7174
  ],
7140
7175
  type: 'object',
7176
+ 'x-route-path': '/acs/encoders',
7141
7177
  },
7142
7178
  {
7143
7179
  description: 'An [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners) was removed.',
@@ -7189,6 +7225,58 @@ export default {
7189
7225
  'event_type',
7190
7226
  ],
7191
7227
  type: 'object',
7228
+ 'x-route-path': '/acs/encoders',
7229
+ },
7230
+ {
7231
+ description: 'An ACS access group was deleted.',
7232
+ properties: {
7233
+ acs_access_group_id: { format: 'uuid', type: 'string' },
7234
+ acs_system_id: {
7235
+ description: 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
7236
+ format: 'uuid',
7237
+ type: 'string',
7238
+ },
7239
+ connected_account_id: {
7240
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
7241
+ format: 'uuid',
7242
+ type: 'string',
7243
+ },
7244
+ created_at: {
7245
+ description: 'Date and time at which the event was created.',
7246
+ format: 'date-time',
7247
+ type: 'string',
7248
+ },
7249
+ event_id: {
7250
+ description: 'ID of the event.',
7251
+ format: 'uuid',
7252
+ type: 'string',
7253
+ },
7254
+ event_type: {
7255
+ enum: ['acs_access_group.deleted'],
7256
+ type: 'string',
7257
+ },
7258
+ occurred_at: {
7259
+ description: 'Date and time at which the event occurred.',
7260
+ format: 'date-time',
7261
+ type: 'string',
7262
+ },
7263
+ workspace_id: {
7264
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7265
+ format: 'uuid',
7266
+ type: 'string',
7267
+ },
7268
+ },
7269
+ required: [
7270
+ 'event_id',
7271
+ 'workspace_id',
7272
+ 'created_at',
7273
+ 'occurred_at',
7274
+ 'acs_system_id',
7275
+ 'acs_access_group_id',
7276
+ 'event_type',
7277
+ ],
7278
+ type: 'object',
7279
+ 'x-route-path': '/acs/access_groups',
7192
7280
  },
7193
7281
  {
7194
7282
  description: 'A [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens) was deleted.',
@@ -7229,6 +7317,7 @@ export default {
7229
7317
  'event_type',
7230
7318
  ],
7231
7319
  type: 'object',
7320
+ 'x-route-path': '/client_sessions',
7232
7321
  },
7233
7322
  {
7234
7323
  description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was connected for the first time or was reconnected after being disconnected.',
@@ -7278,6 +7367,7 @@ export default {
7278
7367
  'connect_webview_id',
7279
7368
  ],
7280
7369
  type: 'object',
7370
+ 'x-route-path': '/connected_accounts',
7281
7371
  },
7282
7372
  {
7283
7373
  description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was created.',
@@ -7327,6 +7417,7 @@ export default {
7327
7417
  'connect_webview_id',
7328
7418
  ],
7329
7419
  type: 'object',
7420
+ 'x-route-path': '/connected_accounts',
7330
7421
  },
7331
7422
  {
7332
7423
  deprecated: true,
@@ -7378,6 +7469,7 @@ export default {
7378
7469
  ],
7379
7470
  type: 'object',
7380
7471
  'x-deprecated': 'Use `connect_webview.login_succeeded`.',
7472
+ 'x-route-path': '/connected_accounts',
7381
7473
  },
7382
7474
  {
7383
7475
  description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was disconnected.',
@@ -7421,6 +7513,7 @@ export default {
7421
7513
  'event_type',
7422
7514
  ],
7423
7515
  type: 'object',
7516
+ 'x-route-path': '/connected_accounts',
7424
7517
  },
7425
7518
  {
7426
7519
  description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) completed the first sync with Seam, and the corresponding devices or systems are now available.',
@@ -7464,6 +7557,7 @@ export default {
7464
7557
  'event_type',
7465
7558
  ],
7466
7559
  type: 'object',
7560
+ 'x-route-path': '/connected_accounts',
7467
7561
  },
7468
7562
  {
7469
7563
  description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was deleted.',
@@ -7507,6 +7601,7 @@ export default {
7507
7601
  'event_type',
7508
7602
  ],
7509
7603
  type: 'object',
7604
+ 'x-route-path': '/connected_accounts',
7510
7605
  },
7511
7606
  {
7512
7607
  description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) completed the first sync after reconnection with Seam, and the corresponding devices or systems are now available.',
@@ -7552,6 +7647,7 @@ export default {
7552
7647
  'event_type',
7553
7648
  ],
7554
7649
  type: 'object',
7650
+ 'x-route-path': '/connected_accounts',
7555
7651
  },
7556
7652
  {
7557
7653
  description: 'A lock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) succeeded.',
@@ -7599,6 +7695,7 @@ export default {
7599
7695
  'event_type',
7600
7696
  ],
7601
7697
  type: 'object',
7698
+ 'x-route-path': '/action_attempts',
7602
7699
  },
7603
7700
  {
7604
7701
  description: 'A lock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) failed.',
@@ -7646,6 +7743,7 @@ export default {
7646
7743
  'event_type',
7647
7744
  ],
7648
7745
  type: 'object',
7746
+ 'x-route-path': '/action_attempts',
7649
7747
  },
7650
7748
  {
7651
7749
  description: 'An unlock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) succeeded.',
@@ -7693,6 +7791,7 @@ export default {
7693
7791
  'event_type',
7694
7792
  ],
7695
7793
  type: 'object',
7794
+ 'x-route-path': '/action_attempts',
7696
7795
  },
7697
7796
  {
7698
7797
  description: 'An unlock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) failed.',
@@ -7740,6 +7839,7 @@ export default {
7740
7839
  'event_type',
7741
7840
  ],
7742
7841
  type: 'object',
7842
+ 'x-route-path': '/action_attempts',
7743
7843
  },
7744
7844
  {
7745
7845
  description: 'A [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) login succeeded.',
@@ -7789,6 +7889,7 @@ export default {
7789
7889
  'connected_account_id',
7790
7890
  ],
7791
7891
  type: 'object',
7892
+ 'x-route-path': '/connect_webviews',
7792
7893
  },
7793
7894
  {
7794
7895
  description: 'A [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) login failed.',
@@ -7832,6 +7933,7 @@ export default {
7832
7933
  'event_type',
7833
7934
  ],
7834
7935
  type: 'object',
7936
+ 'x-route-path': '/connect_webviews',
7835
7937
  },
7836
7938
  {
7837
7939
  description: 'The status of a [device](https://docs.seam.co/latest/core-concepts/devices) changed from offline to online. That is, the `device.properties.online` property changed from `false` to `true`. Note that some devices operate entirely in offline mode, so Seam never emits a `device.connected` event for these devices.',
@@ -7878,6 +7980,7 @@ export default {
7878
7980
  'event_type',
7879
7981
  ],
7880
7982
  type: 'object',
7983
+ 'x-route-path': '/devices',
7881
7984
  },
7882
7985
  {
7883
7986
  description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) was added to Seam or was re-added to Seam after having been removed.',
@@ -7924,9 +8027,10 @@ export default {
7924
8027
  'event_type',
7925
8028
  ],
7926
8029
  type: 'object',
8030
+ 'x-route-path': '/devices',
7927
8031
  },
7928
8032
  {
7929
- description: 'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was successfully converted to a managed device.',
8033
+ description: 'A managed device was successfully converted to an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).',
7930
8034
  properties: {
7931
8035
  connected_account_id: {
7932
8036
  description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
@@ -7973,9 +8077,10 @@ export default {
7973
8077
  'event_type',
7974
8078
  ],
7975
8079
  type: 'object',
8080
+ 'x-route-path': '/devices',
7976
8081
  },
7977
8082
  {
7978
- description: 'A managed device was successfully converted to an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).',
8083
+ description: 'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was successfully converted to a managed device.',
7979
8084
  properties: {
7980
8085
  connected_account_id: {
7981
8086
  description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
@@ -8022,6 +8127,7 @@ export default {
8022
8127
  'event_type',
8023
8128
  ],
8024
8129
  type: 'object',
8130
+ 'x-route-path': '/devices/unmanaged',
8025
8131
  },
8026
8132
  {
8027
8133
  description: 'The status of an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) changed from offline to online. That is, the `device.properties.online` property changed from `false` to `true`.',
@@ -8071,6 +8177,7 @@ export default {
8071
8177
  'event_type',
8072
8178
  ],
8073
8179
  type: 'object',
8180
+ 'x-route-path': '/devices/unmanaged',
8074
8181
  },
8075
8182
  {
8076
8183
  description: 'The status of a [device](https://docs.seam.co/latest/core-concepts/devices) changed from online to offline. That is, the `device.properties.online` property changed from `true` to `false`.',
@@ -8127,6 +8234,7 @@ export default {
8127
8234
  'error_code',
8128
8235
  ],
8129
8236
  type: 'object',
8237
+ 'x-route-path': '/devices',
8130
8238
  },
8131
8239
  {
8132
8240
  description: 'The status of an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) changed from online to offline. That is, the `device.properties.online` property changed from `true` to `false`.',
@@ -8186,6 +8294,7 @@ export default {
8186
8294
  'error_code',
8187
8295
  ],
8188
8296
  type: 'object',
8297
+ 'x-route-path': '/devices/unmanaged',
8189
8298
  },
8190
8299
  {
8191
8300
  description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) detected that it was tampered with, for example, opened or moved.',
@@ -8232,6 +8341,7 @@ export default {
8232
8341
  'event_type',
8233
8342
  ],
8234
8343
  type: 'object',
8344
+ 'x-route-path': '/devices',
8235
8345
  },
8236
8346
  {
8237
8347
  description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) battery level dropped below the low threshold.',
@@ -8286,6 +8396,7 @@ export default {
8286
8396
  'battery_level',
8287
8397
  ],
8288
8398
  type: 'object',
8399
+ 'x-route-path': '/devices',
8289
8400
  },
8290
8401
  {
8291
8402
  description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) battery status changed since the last `battery_status_changed` event.',
@@ -8349,6 +8460,7 @@ export default {
8349
8460
  'battery_level',
8350
8461
  ],
8351
8462
  type: 'object',
8463
+ 'x-route-path': '/devices',
8352
8464
  },
8353
8465
  {
8354
8466
  description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) was removed externally from the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
@@ -8395,6 +8507,7 @@ export default {
8395
8507
  'event_type',
8396
8508
  ],
8397
8509
  type: 'object',
8510
+ 'x-route-path': '/devices',
8398
8511
  },
8399
8512
  {
8400
8513
  description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) was deleted.',
@@ -8441,6 +8554,7 @@ export default {
8441
8554
  'event_type',
8442
8555
  ],
8443
8556
  type: 'object',
8557
+ 'x-route-path': '/devices',
8444
8558
  },
8445
8559
  {
8446
8560
  description: 'Seam detected that a [device](https://docs.seam.co/latest/core-concepts/devices) is using a third-party integration that will interfere with Seam device management.',
@@ -8490,6 +8604,7 @@ export default {
8490
8604
  'event_type',
8491
8605
  ],
8492
8606
  type: 'object',
8607
+ 'x-route-path': '/devices',
8493
8608
  },
8494
8609
  {
8495
8610
  description: 'Seam detected that a [device](https://docs.seam.co/latest/core-concepts/devices) is no longer using a third-party integration that was interfering with Seam device management.',
@@ -8539,6 +8654,7 @@ export default {
8539
8654
  'event_type',
8540
8655
  ],
8541
8656
  type: 'object',
8657
+ 'x-route-path': '/devices',
8542
8658
  },
8543
8659
  {
8544
8660
  description: 'A [Salto device](https://docs.seam.co/latest/device-and-system-integration-guides/salto-locks) activated privacy mode.',
@@ -8588,6 +8704,7 @@ export default {
8588
8704
  'event_type',
8589
8705
  ],
8590
8706
  type: 'object',
8707
+ 'x-route-path': '/devices',
8591
8708
  },
8592
8709
  {
8593
8710
  description: 'A [Salto device](https://docs.seam.co/latest/device-and-system-integration-guides/salto-locks) deactivated privacy mode.',
@@ -8637,6 +8754,7 @@ export default {
8637
8754
  'event_type',
8638
8755
  ],
8639
8756
  type: 'object',
8757
+ 'x-route-path': '/devices',
8640
8758
  },
8641
8759
  {
8642
8760
  description: 'Seam detected a flaky [device](https://docs.seam.co/latest/core-concepts/devices) connection.',
@@ -8686,6 +8804,7 @@ export default {
8686
8804
  'event_type',
8687
8805
  ],
8688
8806
  type: 'object',
8807
+ 'x-route-path': '/devices',
8689
8808
  },
8690
8809
  {
8691
8810
  description: 'Seam detected that a previously-flaky [device](https://docs.seam.co/latest/core-concepts/devices) connection stabilized.',
@@ -8735,6 +8854,7 @@ export default {
8735
8854
  'event_type',
8736
8855
  ],
8737
8856
  type: 'object',
8857
+ 'x-route-path': '/devices',
8738
8858
  },
8739
8859
  {
8740
8860
  description: 'A third-party subscription is required to use all [device](https://docs.seam.co/latest/core-concepts/devices) features.',
@@ -8784,6 +8904,7 @@ export default {
8784
8904
  'event_type',
8785
8905
  ],
8786
8906
  type: 'object',
8907
+ 'x-route-path': '/devices',
8787
8908
  },
8788
8909
  {
8789
8910
  description: 'A third-party subscription is active or no longer required to use all [device](https://docs.seam.co/latest/core-concepts/devices) features.',
@@ -8833,6 +8954,7 @@ export default {
8833
8954
  'event_type',
8834
8955
  ],
8835
8956
  type: 'object',
8957
+ 'x-route-path': '/devices',
8836
8958
  },
8837
8959
  {
8838
8960
  description: 'An accessory keypad was connected to a [device](https://docs.seam.co/latest/core-concepts/devices).',
@@ -8882,6 +9004,7 @@ export default {
8882
9004
  'event_type',
8883
9005
  ],
8884
9006
  type: 'object',
9007
+ 'x-route-path': '/devices',
8885
9008
  },
8886
9009
  {
8887
9010
  description: 'An accessory keypad was disconnected from a [device](https://docs.seam.co/latest/core-concepts/devices).',
@@ -8931,6 +9054,7 @@ export default {
8931
9054
  'event_type',
8932
9055
  ],
8933
9056
  type: 'object',
9057
+ 'x-route-path': '/devices',
8934
9058
  },
8935
9059
  {
8936
9060
  description: 'Extended periods of noise or noise exceeding a [threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) were detected.',
@@ -9009,6 +9133,7 @@ export default {
9009
9133
  'event_type',
9010
9134
  ],
9011
9135
  type: 'object',
9136
+ 'x-route-path': '/noise_sensors/noise_thresholds',
9012
9137
  },
9013
9138
  {
9014
9139
  description: 'A [lock](https://docs.seam.co/latest/capability-guides/smart-locks) was locked.',
@@ -9071,6 +9196,7 @@ export default {
9071
9196
  'method',
9072
9197
  ],
9073
9198
  type: 'object',
9199
+ 'x-route-path': '/locks',
9074
9200
  },
9075
9201
  {
9076
9202
  description: 'A [lock](https://docs.seam.co/latest/capability-guides/smart-locks) was unlocked.',
@@ -9133,6 +9259,7 @@ export default {
9133
9259
  'method',
9134
9260
  ],
9135
9261
  type: 'object',
9262
+ 'x-route-path': '/locks',
9136
9263
  },
9137
9264
  {
9138
9265
  description: 'The [lock](https://docs.seam.co/latest/capability-guides/smart-locks) denied access to a user after one or more consecutive invalid attempts to unlock the device.',
@@ -9184,6 +9311,7 @@ export default {
9184
9311
  'event_type',
9185
9312
  ],
9186
9313
  type: 'object',
9314
+ 'x-route-path': '/locks',
9187
9315
  },
9188
9316
  {
9189
9317
  description: 'A thermostat [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) was activated.',
@@ -9250,6 +9378,7 @@ export default {
9250
9378
  'is_fallback_climate_preset',
9251
9379
  ],
9252
9380
  type: 'object',
9381
+ 'x-route-path': '/thermostats',
9253
9382
  },
9254
9383
  {
9255
9384
  description: 'A [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) was adjusted manually.',
@@ -9335,6 +9464,7 @@ export default {
9335
9464
  'method',
9336
9465
  ],
9337
9466
  type: 'object',
9467
+ 'x-route-path': '/thermostats',
9338
9468
  },
9339
9469
  {
9340
9470
  description: "A [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) temperature reading exceeded the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).",
@@ -9424,6 +9554,7 @@ export default {
9424
9554
  'lower_limit_fahrenheit',
9425
9555
  ],
9426
9556
  type: 'object',
9557
+ 'x-route-path': '/thermostats',
9427
9558
  },
9428
9559
  {
9429
9560
  description: "A [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) temperature reading no longer exceeds the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).",
@@ -9513,6 +9644,7 @@ export default {
9513
9644
  'lower_limit_fahrenheit',
9514
9645
  ],
9515
9646
  type: 'object',
9647
+ 'x-route-path': '/thermostats',
9516
9648
  },
9517
9649
  {
9518
9650
  properties: {
@@ -9583,6 +9715,7 @@ export default {
9583
9715
  'temperature_fahrenheit',
9584
9716
  ],
9585
9717
  type: 'object',
9718
+ 'x-route-path': '/thermostats',
9586
9719
  },
9587
9720
  {
9588
9721
  description: 'An [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) was deleted.',
@@ -9626,6 +9759,7 @@ export default {
9626
9759
  'event_type',
9627
9760
  ],
9628
9761
  type: 'object',
9762
+ 'x-route-path': '/user_identities/enrollment_automations',
9629
9763
  },
9630
9764
  {
9631
9765
  description: 'A phone device was deactivated.',
@@ -9666,8 +9800,10 @@ export default {
9666
9800
  'event_type',
9667
9801
  ],
9668
9802
  type: 'object',
9803
+ 'x-route-path': '/phones',
9669
9804
  },
9670
9805
  ],
9806
+ 'x-route-path': '/events',
9671
9807
  },
9672
9808
  network: {
9673
9809
  properties: {
@@ -9678,6 +9814,7 @@ export default {
9678
9814
  },
9679
9815
  required: ['network_id', 'workspace_id', 'display_name', 'created_at'],
9680
9816
  type: 'object',
9817
+ 'x-route-path': '/networks',
9681
9818
  },
9682
9819
  noise_threshold: {
9683
9820
  properties: {
@@ -9698,6 +9835,7 @@ export default {
9698
9835
  'noise_threshold_decibels',
9699
9836
  ],
9700
9837
  type: 'object',
9838
+ 'x-route-path': '/noise_sensors/noise_thresholds',
9701
9839
  },
9702
9840
  phone: {
9703
9841
  properties: {
@@ -10039,6 +10177,7 @@ export default {
10039
10177
  'custom_metadata',
10040
10178
  ],
10041
10179
  type: 'object',
10180
+ 'x-route-path': '/phones',
10042
10181
  },
10043
10182
  service_health: {
10044
10183
  properties: {
@@ -10048,6 +10187,7 @@ export default {
10048
10187
  },
10049
10188
  required: ['service', 'status', 'description'],
10050
10189
  type: 'object',
10190
+ 'x-route-path': '/health',
10051
10191
  },
10052
10192
  thermostat_schedule: {
10053
10193
  description: 'Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time.',
@@ -10119,6 +10259,7 @@ export default {
10119
10259
  'errors',
10120
10260
  ],
10121
10261
  type: 'object',
10262
+ 'x-route-path': '/thermostats/schedules',
10122
10263
  },
10123
10264
  unmanaged_access_code: {
10124
10265
  properties: {
@@ -10412,6 +10553,7 @@ export default {
10412
10553
  'status',
10413
10554
  ],
10414
10555
  type: 'object',
10556
+ 'x-route-path': '/access_codes/unmanaged',
10415
10557
  },
10416
10558
  unmanaged_device: {
10417
10559
  properties: {
@@ -10886,6 +11028,7 @@ export default {
10886
11028
  'properties',
10887
11029
  ],
10888
11030
  type: 'object',
11031
+ 'x-route-path': '/devices/unmanaged',
10889
11032
  },
10890
11033
  user_identity: {
10891
11034
  description: 'Represents a [user identity](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) associated with an application user account.',
@@ -10936,6 +11079,7 @@ export default {
10936
11079
  'workspace_id',
10937
11080
  ],
10938
11081
  type: 'object',
11082
+ 'x-route-path': '/user_identities',
10939
11083
  },
10940
11084
  webhook: {
10941
11085
  properties: {
@@ -10946,6 +11090,7 @@ export default {
10946
11090
  },
10947
11091
  required: ['webhook_id', 'url'],
10948
11092
  type: 'object',
11093
+ 'x-route-path': '/webhooks',
10949
11094
  },
10950
11095
  workspace: {
10951
11096
  properties: {
@@ -10968,6 +11113,7 @@ export default {
10968
11113
  'connect_partner_name',
10969
11114
  ],
10970
11115
  type: 'object',
11116
+ 'x-route-path': '/workspaces',
10971
11117
  },
10972
11118
  },
10973
11119
  securitySchemes: {
@@ -19566,6 +19712,7 @@ export default {
19566
19712
  'acs_system.added',
19567
19713
  'acs_system.connected',
19568
19714
  'acs_system.disconnected',
19715
+ 'acs_access_group.deleted',
19569
19716
  'acs_user.deleted',
19570
19717
  'acs_credential.deleted',
19571
19718
  'acs_credential.issued',
@@ -19644,6 +19791,7 @@ export default {
19644
19791
  'acs_system.added',
19645
19792
  'acs_system.connected',
19646
19793
  'acs_system.disconnected',
19794
+ 'acs_access_group.deleted',
19647
19795
  'acs_user.deleted',
19648
19796
  'acs_credential.deleted',
19649
19797
  'acs_credential.issued',