@seamapi/http 1.37.0 → 1.38.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 (231) hide show
  1. package/dist/connect.cjs +840 -639
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +2612 -859
  4. package/lib/seam/connect/routes/access-codes/access-codes.d.ts +110 -30
  5. package/lib/seam/connect/routes/access-codes/access-codes.js +30 -20
  6. package/lib/seam/connect/routes/access-codes/access-codes.js.map +1 -1
  7. package/lib/seam/connect/routes/access-codes/simulate/simulate.d.ts +11 -3
  8. package/lib/seam/connect/routes/access-codes/simulate/simulate.js +3 -2
  9. package/lib/seam/connect/routes/access-codes/simulate/simulate.js.map +1 -1
  10. package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.d.ts +55 -15
  11. package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.js +15 -10
  12. package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.js.map +1 -1
  13. package/lib/seam/connect/routes/access-grants/access-grants.d.ts +55 -15
  14. package/lib/seam/connect/routes/access-grants/access-grants.js +15 -10
  15. package/lib/seam/connect/routes/access-grants/access-grants.js.map +1 -1
  16. package/lib/seam/connect/routes/access-methods/access-methods.d.ts +33 -9
  17. package/lib/seam/connect/routes/access-methods/access-methods.js +9 -6
  18. package/lib/seam/connect/routes/access-methods/access-methods.js.map +1 -1
  19. package/lib/seam/connect/routes/acs/access-groups/access-groups.d.ts +66 -18
  20. package/lib/seam/connect/routes/acs/access-groups/access-groups.js +18 -12
  21. package/lib/seam/connect/routes/acs/access-groups/access-groups.js.map +1 -1
  22. package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.d.ts +22 -6
  23. package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.js +6 -4
  24. package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.js.map +1 -1
  25. package/lib/seam/connect/routes/acs/credential-pools/credential-pools.d.ts +11 -3
  26. package/lib/seam/connect/routes/acs/credential-pools/credential-pools.js +3 -2
  27. package/lib/seam/connect/routes/acs/credential-pools/credential-pools.js.map +1 -1
  28. package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.d.ts +11 -3
  29. package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.js +3 -2
  30. package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.js.map +1 -1
  31. package/lib/seam/connect/routes/acs/credentials/credentials.d.ts +99 -27
  32. package/lib/seam/connect/routes/acs/credentials/credentials.js +27 -18
  33. package/lib/seam/connect/routes/acs/credentials/credentials.js.map +1 -1
  34. package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.d.ts +22 -6
  35. package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.js +6 -4
  36. package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.js.map +1 -1
  37. package/lib/seam/connect/routes/acs/encoders/encoders.d.ts +52 -12
  38. package/lib/seam/connect/routes/acs/encoders/encoders.js +12 -10
  39. package/lib/seam/connect/routes/acs/encoders/encoders.js.map +1 -1
  40. package/lib/seam/connect/routes/acs/encoders/simulate/simulate.d.ts +44 -12
  41. package/lib/seam/connect/routes/acs/encoders/simulate/simulate.js +12 -8
  42. package/lib/seam/connect/routes/acs/encoders/simulate/simulate.js.map +1 -1
  43. package/lib/seam/connect/routes/acs/entrances/entrances.d.ts +44 -12
  44. package/lib/seam/connect/routes/acs/entrances/entrances.js +12 -8
  45. package/lib/seam/connect/routes/acs/entrances/entrances.js.map +1 -1
  46. package/lib/seam/connect/routes/acs/systems/systems.d.ts +33 -9
  47. package/lib/seam/connect/routes/acs/systems/systems.js +9 -6
  48. package/lib/seam/connect/routes/acs/systems/systems.js.map +1 -1
  49. package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.d.ts +22 -6
  50. package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.js +6 -4
  51. package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.js.map +1 -1
  52. package/lib/seam/connect/routes/acs/users/users.d.ts +121 -33
  53. package/lib/seam/connect/routes/acs/users/users.js +33 -22
  54. package/lib/seam/connect/routes/acs/users/users.js.map +1 -1
  55. package/lib/seam/connect/routes/action-attempts/action-attempts.d.ts +21 -5
  56. package/lib/seam/connect/routes/action-attempts/action-attempts.js +5 -4
  57. package/lib/seam/connect/routes/action-attempts/action-attempts.js.map +1 -1
  58. package/lib/seam/connect/routes/bridges/bridges.d.ts +22 -6
  59. package/lib/seam/connect/routes/bridges/bridges.js +6 -4
  60. package/lib/seam/connect/routes/bridges/bridges.js.map +1 -1
  61. package/lib/seam/connect/routes/client-sessions/client-sessions.d.ts +77 -21
  62. package/lib/seam/connect/routes/client-sessions/client-sessions.js +21 -14
  63. package/lib/seam/connect/routes/client-sessions/client-sessions.js.map +1 -1
  64. package/lib/seam/connect/routes/connect-webviews/connect-webviews.d.ts +44 -12
  65. package/lib/seam/connect/routes/connect-webviews/connect-webviews.js +12 -8
  66. package/lib/seam/connect/routes/connect-webviews/connect-webviews.js.map +1 -1
  67. package/lib/seam/connect/routes/connected-accounts/connected-accounts.d.ts +55 -15
  68. package/lib/seam/connect/routes/connected-accounts/connected-accounts.js +15 -10
  69. package/lib/seam/connect/routes/connected-accounts/connected-accounts.js.map +1 -1
  70. package/lib/seam/connect/routes/devices/devices.d.ts +55 -15
  71. package/lib/seam/connect/routes/devices/devices.js +15 -10
  72. package/lib/seam/connect/routes/devices/devices.js.map +1 -1
  73. package/lib/seam/connect/routes/devices/simulate/simulate.d.ts +33 -9
  74. package/lib/seam/connect/routes/devices/simulate/simulate.js +9 -6
  75. package/lib/seam/connect/routes/devices/simulate/simulate.js.map +1 -1
  76. package/lib/seam/connect/routes/devices/unmanaged/unmanaged.d.ts +33 -9
  77. package/lib/seam/connect/routes/devices/unmanaged/unmanaged.js +9 -6
  78. package/lib/seam/connect/routes/devices/unmanaged/unmanaged.js.map +1 -1
  79. package/lib/seam/connect/routes/events/events.d.ts +22 -6
  80. package/lib/seam/connect/routes/events/events.js +6 -4
  81. package/lib/seam/connect/routes/events/events.js.map +1 -1
  82. package/lib/seam/connect/routes/locks/locks.d.ts +42 -10
  83. package/lib/seam/connect/routes/locks/locks.js +10 -8
  84. package/lib/seam/connect/routes/locks/locks.js.map +1 -1
  85. package/lib/seam/connect/routes/locks/simulate/simulate.d.ts +20 -4
  86. package/lib/seam/connect/routes/locks/simulate/simulate.js +4 -4
  87. package/lib/seam/connect/routes/locks/simulate/simulate.js.map +1 -1
  88. package/lib/seam/connect/routes/networks/networks.d.ts +22 -6
  89. package/lib/seam/connect/routes/networks/networks.js +6 -4
  90. package/lib/seam/connect/routes/networks/networks.js.map +1 -1
  91. package/lib/seam/connect/routes/noise-sensors/noise-sensors.d.ts +11 -3
  92. package/lib/seam/connect/routes/noise-sensors/noise-sensors.js +3 -2
  93. package/lib/seam/connect/routes/noise-sensors/noise-sensors.js.map +1 -1
  94. package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.d.ts +55 -15
  95. package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.js +15 -10
  96. package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.js.map +1 -1
  97. package/lib/seam/connect/routes/noise-sensors/simulate/simulate.d.ts +11 -3
  98. package/lib/seam/connect/routes/noise-sensors/simulate/simulate.js +3 -2
  99. package/lib/seam/connect/routes/noise-sensors/simulate/simulate.js.map +1 -1
  100. package/lib/seam/connect/routes/phones/phones.d.ts +33 -9
  101. package/lib/seam/connect/routes/phones/phones.js +9 -6
  102. package/lib/seam/connect/routes/phones/phones.js.map +1 -1
  103. package/lib/seam/connect/routes/phones/simulate/simulate.d.ts +11 -3
  104. package/lib/seam/connect/routes/phones/simulate/simulate.js +3 -2
  105. package/lib/seam/connect/routes/phones/simulate/simulate.js.map +1 -1
  106. package/lib/seam/connect/routes/seam/bridge/v1/bridge-client-sessions/bridge-client-sessions.d.ts +55 -15
  107. package/lib/seam/connect/routes/seam/bridge/v1/bridge-client-sessions/bridge-client-sessions.js +15 -10
  108. package/lib/seam/connect/routes/seam/bridge/v1/bridge-client-sessions/bridge-client-sessions.js.map +1 -1
  109. package/lib/seam/connect/routes/seam/bridge/v1/bridge-connected-systems/bridge-connected-systems.d.ts +11 -3
  110. package/lib/seam/connect/routes/seam/bridge/v1/bridge-connected-systems/bridge-connected-systems.js +3 -2
  111. package/lib/seam/connect/routes/seam/bridge/v1/bridge-connected-systems/bridge-connected-systems.js.map +1 -1
  112. package/lib/seam/connect/routes/seam/instant-key/v1/client-sessions/client-sessions.d.ts +11 -3
  113. package/lib/seam/connect/routes/seam/instant-key/v1/client-sessions/client-sessions.js +3 -2
  114. package/lib/seam/connect/routes/seam/instant-key/v1/client-sessions/client-sessions.js.map +1 -1
  115. package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/credentials/credentials.d.ts +11 -3
  116. package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/credentials/credentials.js +3 -2
  117. package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/credentials/credentials.js.map +1 -1
  118. package/lib/seam/connect/routes/seam/mobile-sdk/v1/phone-sessions/phone-sessions.d.ts +11 -3
  119. package/lib/seam/connect/routes/seam/mobile-sdk/v1/phone-sessions/phone-sessions.js +3 -2
  120. package/lib/seam/connect/routes/seam/mobile-sdk/v1/phone-sessions/phone-sessions.js.map +1 -1
  121. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.d.ts +11 -3
  122. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.js +3 -2
  123. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.js.map +1 -1
  124. package/lib/seam/connect/routes/seam/partner/v1/resources/resources.d.ts +11 -3
  125. package/lib/seam/connect/routes/seam/partner/v1/resources/resources.js +3 -2
  126. package/lib/seam/connect/routes/seam/partner/v1/resources/resources.js.map +1 -1
  127. package/lib/seam/connect/routes/seam-http-endpoints.d.ts +275 -274
  128. package/lib/seam/connect/routes/seam-http-endpoints.js +55 -55
  129. package/lib/seam/connect/routes/seam-http-endpoints.js.map +1 -1
  130. package/lib/seam/connect/routes/spaces/spaces.d.ts +99 -27
  131. package/lib/seam/connect/routes/spaces/spaces.js +27 -18
  132. package/lib/seam/connect/routes/spaces/spaces.js.map +1 -1
  133. package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.d.ts +32 -8
  134. package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.js +8 -6
  135. package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.js.map +1 -1
  136. package/lib/seam/connect/routes/thermostats/schedules/schedules.d.ts +55 -15
  137. package/lib/seam/connect/routes/thermostats/schedules/schedules.js +15 -10
  138. package/lib/seam/connect/routes/thermostats/schedules/schedules.js.map +1 -1
  139. package/lib/seam/connect/routes/thermostats/simulate/simulate.d.ts +22 -6
  140. package/lib/seam/connect/routes/thermostats/simulate/simulate.js +6 -4
  141. package/lib/seam/connect/routes/thermostats/simulate/simulate.js.map +1 -1
  142. package/lib/seam/connect/routes/thermostats/thermostats.d.ts +157 -37
  143. package/lib/seam/connect/routes/thermostats/thermostats.js +37 -30
  144. package/lib/seam/connect/routes/thermostats/thermostats.js.map +1 -1
  145. package/lib/seam/connect/routes/unstable-access-grants/unstable-access-grants.d.ts +44 -12
  146. package/lib/seam/connect/routes/unstable-access-grants/unstable-access-grants.js +12 -8
  147. package/lib/seam/connect/routes/unstable-access-grants/unstable-access-grants.js.map +1 -1
  148. package/lib/seam/connect/routes/unstable-access-methods/unstable-access-methods.d.ts +33 -9
  149. package/lib/seam/connect/routes/unstable-access-methods/unstable-access-methods.js +9 -6
  150. package/lib/seam/connect/routes/unstable-access-methods/unstable-access-methods.js.map +1 -1
  151. package/lib/seam/connect/routes/unstable-locations/unstable-locations.d.ts +99 -27
  152. package/lib/seam/connect/routes/unstable-locations/unstable-locations.js +27 -18
  153. package/lib/seam/connect/routes/unstable-locations/unstable-locations.js.map +1 -1
  154. package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.d.ts +44 -12
  155. package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.js +12 -8
  156. package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.js.map +1 -1
  157. package/lib/seam/connect/routes/unstable-partner/resources/resources.d.ts +11 -3
  158. package/lib/seam/connect/routes/unstable-partner/resources/resources.js +3 -2
  159. package/lib/seam/connect/routes/unstable-partner/resources/resources.js.map +1 -1
  160. package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.d.ts +44 -12
  161. package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.js +12 -8
  162. package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.js.map +1 -1
  163. package/lib/seam/connect/routes/user-identities/user-identities.d.ts +143 -39
  164. package/lib/seam/connect/routes/user-identities/user-identities.js +39 -26
  165. package/lib/seam/connect/routes/user-identities/user-identities.js.map +1 -1
  166. package/lib/seam/connect/routes/webhooks/webhooks.d.ts +55 -15
  167. package/lib/seam/connect/routes/webhooks/webhooks.js +15 -10
  168. package/lib/seam/connect/routes/webhooks/webhooks.js.map +1 -1
  169. package/lib/seam/connect/routes/workspaces/workspaces.d.ts +54 -14
  170. package/lib/seam/connect/routes/workspaces/workspaces.js +14 -10
  171. package/lib/seam/connect/routes/workspaces/workspaces.js.map +1 -1
  172. package/lib/version.d.ts +1 -1
  173. package/lib/version.js +1 -1
  174. package/package.json +1 -1
  175. package/src/lib/seam/connect/routes/access-codes/access-codes.ts +198 -48
  176. package/src/lib/seam/connect/routes/access-codes/simulate/simulate.ts +25 -8
  177. package/src/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.ts +97 -25
  178. package/src/lib/seam/connect/routes/access-grants/access-grants.ts +99 -23
  179. package/src/lib/seam/connect/routes/access-methods/access-methods.ts +59 -14
  180. package/src/lib/seam/connect/routes/acs/access-groups/access-groups.ts +120 -32
  181. package/src/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.ts +42 -13
  182. package/src/lib/seam/connect/routes/acs/credential-pools/credential-pools.ts +20 -5
  183. package/src/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.ts +24 -8
  184. package/src/lib/seam/connect/routes/acs/credentials/credentials.ts +173 -49
  185. package/src/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.ts +42 -10
  186. package/src/lib/seam/connect/routes/acs/encoders/encoders.ts +93 -22
  187. package/src/lib/seam/connect/routes/acs/encoders/simulate/simulate.ts +88 -20
  188. package/src/lib/seam/connect/routes/acs/entrances/entrances.ts +78 -23
  189. package/src/lib/seam/connect/routes/acs/systems/systems.ts +65 -18
  190. package/src/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.ts +40 -10
  191. package/src/lib/seam/connect/routes/acs/users/users.ts +213 -51
  192. package/src/lib/seam/connect/routes/action-attempts/action-attempts.ts +39 -9
  193. package/src/lib/seam/connect/routes/bridges/bridges.ts +34 -10
  194. package/src/lib/seam/connect/routes/client-sessions/client-sessions.ts +134 -34
  195. package/src/lib/seam/connect/routes/connect-webviews/connect-webviews.ts +78 -20
  196. package/src/lib/seam/connect/routes/connected-accounts/connected-accounts.ts +93 -23
  197. package/src/lib/seam/connect/routes/devices/devices.ts +91 -23
  198. package/src/lib/seam/connect/routes/devices/simulate/simulate.ts +52 -14
  199. package/src/lib/seam/connect/routes/devices/unmanaged/unmanaged.ts +58 -14
  200. package/src/lib/seam/connect/routes/events/events.ts +35 -9
  201. package/src/lib/seam/connect/routes/locks/locks.ts +69 -17
  202. package/src/lib/seam/connect/routes/locks/simulate/simulate.ts +36 -11
  203. package/src/lib/seam/connect/routes/networks/networks.ts +37 -10
  204. package/src/lib/seam/connect/routes/noise-sensors/noise-sensors.ts +20 -5
  205. package/src/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.ts +105 -34
  206. package/src/lib/seam/connect/routes/noise-sensors/simulate/simulate.ts +24 -5
  207. package/src/lib/seam/connect/routes/phones/phones.ts +52 -14
  208. package/src/lib/seam/connect/routes/phones/simulate/simulate.ts +21 -5
  209. package/src/lib/seam/connect/routes/seam/bridge/v1/bridge-client-sessions/bridge-client-sessions.ts +113 -37
  210. package/src/lib/seam/connect/routes/seam/bridge/v1/bridge-connected-systems/bridge-connected-systems.ts +24 -8
  211. package/src/lib/seam/connect/routes/seam/instant-key/v1/client-sessions/client-sessions.ts +25 -8
  212. package/src/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/credentials/credentials.ts +21 -8
  213. package/src/lib/seam/connect/routes/seam/mobile-sdk/v1/phone-sessions/phone-sessions.ts +24 -8
  214. package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.ts +24 -8
  215. package/src/lib/seam/connect/routes/seam/partner/v1/resources/resources.ts +21 -5
  216. package/src/lib/seam/connect/routes/seam-http-endpoints.ts +1919 -274
  217. package/src/lib/seam/connect/routes/spaces/spaces.ts +156 -42
  218. package/src/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.ts +60 -17
  219. package/src/lib/seam/connect/routes/thermostats/schedules/schedules.ts +97 -28
  220. package/src/lib/seam/connect/routes/thermostats/simulate/simulate.ts +42 -10
  221. package/src/lib/seam/connect/routes/thermostats/thermostats.ts +284 -70
  222. package/src/lib/seam/connect/routes/unstable-access-grants/unstable-access-grants.ts +79 -20
  223. package/src/lib/seam/connect/routes/unstable-access-methods/unstable-access-methods.ts +62 -15
  224. package/src/lib/seam/connect/routes/unstable-locations/unstable-locations.ts +181 -45
  225. package/src/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.ts +99 -32
  226. package/src/lib/seam/connect/routes/unstable-partner/resources/resources.ts +21 -5
  227. package/src/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.ts +96 -29
  228. package/src/lib/seam/connect/routes/user-identities/user-identities.ts +261 -64
  229. package/src/lib/seam/connect/routes/webhooks/webhooks.ts +93 -23
  230. package/src/lib/seam/connect/routes/workspaces/workspaces.ts +95 -23
  231. package/src/lib/version.ts +1 -1
@@ -32,61 +32,828 @@ import {
32
32
  import type { SeamHttpRequest } from 'lib/seam/connect/seam-http-request.js'
33
33
  import { SeamPaginator } from 'lib/seam/connect/seam-paginator.js'
34
34
 
35
- import { SeamHttpAccessCodes } from './access-codes/index.js'
36
- import { SeamHttpAccessCodesSimulate } from './access-codes/simulate/index.js'
37
- import { SeamHttpAccessCodesUnmanaged } from './access-codes/unmanaged/index.js'
38
- import { SeamHttpAccessGrants } from './access-grants/index.js'
39
- import { SeamHttpAccessMethods } from './access-methods/index.js'
40
- import { SeamHttpAcsAccessGroups } from './acs/access-groups/index.js'
41
- import { SeamHttpAcsAccessGroupsUnmanaged } from './acs/access-groups/unmanaged/index.js'
42
- import { SeamHttpAcsCredentialPools } from './acs/credential-pools/index.js'
43
- import { SeamHttpAcsCredentialProvisioningAutomations } from './acs/credential-provisioning-automations/index.js'
44
- import { SeamHttpAcsCredentials } from './acs/credentials/index.js'
45
- import { SeamHttpAcsCredentialsUnmanaged } from './acs/credentials/unmanaged/index.js'
46
- import { SeamHttpAcsEncoders } from './acs/encoders/index.js'
47
- import { SeamHttpAcsEncodersSimulate } from './acs/encoders/simulate/index.js'
48
- import { SeamHttpAcsEntrances } from './acs/entrances/index.js'
49
- import { SeamHttpAcsSystems } from './acs/systems/index.js'
50
- import { SeamHttpAcsUsers } from './acs/users/index.js'
51
- import { SeamHttpAcsUsersUnmanaged } from './acs/users/unmanaged/index.js'
52
- import { SeamHttpActionAttempts } from './action-attempts/index.js'
53
- import { SeamHttpBridges } from './bridges/index.js'
54
- import { SeamHttpClientSessions } from './client-sessions/index.js'
55
- import { SeamHttpConnectWebviews } from './connect-webviews/index.js'
56
- import { SeamHttpConnectedAccounts } from './connected-accounts/index.js'
57
- import { SeamHttpDevices } from './devices/index.js'
58
- import { SeamHttpDevicesSimulate } from './devices/simulate/index.js'
59
- import { SeamHttpDevicesUnmanaged } from './devices/unmanaged/index.js'
60
- import { SeamHttpEvents } from './events/index.js'
61
- import { SeamHttpLocks } from './locks/index.js'
62
- import { SeamHttpLocksSimulate } from './locks/simulate/index.js'
63
- import { SeamHttpNetworks } from './networks/index.js'
64
- import { SeamHttpNoiseSensors } from './noise-sensors/index.js'
65
- import { SeamHttpNoiseSensorsNoiseThresholds } from './noise-sensors/noise-thresholds/index.js'
66
- import { SeamHttpNoiseSensorsSimulate } from './noise-sensors/simulate/index.js'
67
- import { SeamHttpPhones } from './phones/index.js'
68
- import { SeamHttpPhonesSimulate } from './phones/simulate/index.js'
69
- import { SeamHttpSeamBridgeV1BridgeClientSessions } from './seam/bridge/v1/bridge-client-sessions/index.js'
70
- import { SeamHttpSeamBridgeV1BridgeConnectedSystems } from './seam/bridge/v1/bridge-connected-systems/index.js'
71
- import { SeamHttpSeamInstantKeyV1ClientSessions } from './seam/instant-key/v1/client-sessions/index.js'
72
- import { SeamHttpSeamMobileSdkV1AcsCredentials } from './seam/mobile-sdk/v1/acs/credentials/index.js'
73
- import { SeamHttpSeamMobileSdkV1PhoneSessions } from './seam/mobile-sdk/v1/phone-sessions/index.js'
74
- import { SeamHttpSeamPartnerV1BuildingBlocksSpaces } from './seam/partner/v1/building-blocks/spaces/index.js'
75
- import { SeamHttpSeamPartnerV1Resources } from './seam/partner/v1/resources/index.js'
76
- import { SeamHttpSpaces } from './spaces/index.js'
77
- import { SeamHttpThermostatsDailyPrograms } from './thermostats/daily-programs/index.js'
78
- import { SeamHttpThermostats } from './thermostats/index.js'
79
- import { SeamHttpThermostatsSchedules } from './thermostats/schedules/index.js'
80
- import { SeamHttpThermostatsSimulate } from './thermostats/simulate/index.js'
81
- import { SeamHttpUnstableAccessGrants } from './unstable-access-grants/index.js'
82
- import { SeamHttpUnstableAccessMethods } from './unstable-access-methods/index.js'
83
- import { SeamHttpUnstableLocations } from './unstable-locations/index.js'
84
- import { SeamHttpUnstablePartnerBuildingBlocks } from './unstable-partner/building-blocks/index.js'
85
- import { SeamHttpUnstablePartnerResources } from './unstable-partner/resources/index.js'
86
- import { SeamHttpUserIdentitiesEnrollmentAutomations } from './user-identities/enrollment-automations/index.js'
87
- import { SeamHttpUserIdentities } from './user-identities/index.js'
88
- import { SeamHttpWebhooks } from './webhooks/index.js'
89
- import { SeamHttpWorkspaces } from './workspaces/index.js'
35
+ import {
36
+ type AccessCodesCreateMultipleOptions,
37
+ type AccessCodesCreateMultipleParameters,
38
+ type AccessCodesCreateMultipleRequest,
39
+ type AccessCodesCreateOptions,
40
+ type AccessCodesCreateParameters,
41
+ type AccessCodesCreateRequest,
42
+ type AccessCodesDeleteOptions,
43
+ type AccessCodesDeleteParameters,
44
+ type AccessCodesDeleteRequest,
45
+ type AccessCodesGenerateCodeOptions,
46
+ type AccessCodesGenerateCodeParameters,
47
+ type AccessCodesGenerateCodeRequest,
48
+ type AccessCodesGetOptions,
49
+ type AccessCodesGetParameters,
50
+ type AccessCodesGetRequest,
51
+ type AccessCodesListOptions,
52
+ type AccessCodesListParameters,
53
+ type AccessCodesListRequest,
54
+ type AccessCodesPullBackupAccessCodeOptions,
55
+ type AccessCodesPullBackupAccessCodeParameters,
56
+ type AccessCodesPullBackupAccessCodeRequest,
57
+ type AccessCodesReportDeviceConstraintsOptions,
58
+ type AccessCodesReportDeviceConstraintsParameters,
59
+ type AccessCodesReportDeviceConstraintsRequest,
60
+ type AccessCodesUpdateMultipleOptions,
61
+ type AccessCodesUpdateMultipleParameters,
62
+ type AccessCodesUpdateMultipleRequest,
63
+ type AccessCodesUpdateOptions,
64
+ type AccessCodesUpdateParameters,
65
+ type AccessCodesUpdateRequest,
66
+ SeamHttpAccessCodes,
67
+ } from './access-codes/index.js'
68
+ import {
69
+ type AccessCodesSimulateCreateUnmanagedAccessCodeOptions,
70
+ type AccessCodesSimulateCreateUnmanagedAccessCodeParameters,
71
+ type AccessCodesSimulateCreateUnmanagedAccessCodeRequest,
72
+ SeamHttpAccessCodesSimulate,
73
+ } from './access-codes/simulate/index.js'
74
+ import {
75
+ type AccessCodesUnmanagedConvertToManagedOptions,
76
+ type AccessCodesUnmanagedConvertToManagedParameters,
77
+ type AccessCodesUnmanagedConvertToManagedRequest,
78
+ type AccessCodesUnmanagedDeleteOptions,
79
+ type AccessCodesUnmanagedDeleteParameters,
80
+ type AccessCodesUnmanagedDeleteRequest,
81
+ type AccessCodesUnmanagedGetOptions,
82
+ type AccessCodesUnmanagedGetParameters,
83
+ type AccessCodesUnmanagedGetRequest,
84
+ type AccessCodesUnmanagedListOptions,
85
+ type AccessCodesUnmanagedListParameters,
86
+ type AccessCodesUnmanagedListRequest,
87
+ type AccessCodesUnmanagedUpdateOptions,
88
+ type AccessCodesUnmanagedUpdateParameters,
89
+ type AccessCodesUnmanagedUpdateRequest,
90
+ SeamHttpAccessCodesUnmanaged,
91
+ } from './access-codes/unmanaged/index.js'
92
+ import {
93
+ type AccessGrantsCreateOptions,
94
+ type AccessGrantsCreateParameters,
95
+ type AccessGrantsCreateRequest,
96
+ type AccessGrantsDeleteOptions,
97
+ type AccessGrantsDeleteParameters,
98
+ type AccessGrantsDeleteRequest,
99
+ type AccessGrantsGetOptions,
100
+ type AccessGrantsGetParameters,
101
+ type AccessGrantsGetRequest,
102
+ type AccessGrantsListOptions,
103
+ type AccessGrantsListParameters,
104
+ type AccessGrantsListRequest,
105
+ type AccessGrantsUpdateOptions,
106
+ type AccessGrantsUpdateParameters,
107
+ type AccessGrantsUpdateRequest,
108
+ SeamHttpAccessGrants,
109
+ } from './access-grants/index.js'
110
+ import {
111
+ type AccessMethodsDeleteOptions,
112
+ type AccessMethodsDeleteParameters,
113
+ type AccessMethodsDeleteRequest,
114
+ type AccessMethodsGetOptions,
115
+ type AccessMethodsGetParameters,
116
+ type AccessMethodsGetRequest,
117
+ type AccessMethodsListOptions,
118
+ type AccessMethodsListParameters,
119
+ type AccessMethodsListRequest,
120
+ SeamHttpAccessMethods,
121
+ } from './access-methods/index.js'
122
+ import {
123
+ type AcsAccessGroupsAddUserOptions,
124
+ type AcsAccessGroupsAddUserParameters,
125
+ type AcsAccessGroupsAddUserRequest,
126
+ type AcsAccessGroupsGetOptions,
127
+ type AcsAccessGroupsGetParameters,
128
+ type AcsAccessGroupsGetRequest,
129
+ type AcsAccessGroupsListAccessibleEntrancesOptions,
130
+ type AcsAccessGroupsListAccessibleEntrancesParameters,
131
+ type AcsAccessGroupsListAccessibleEntrancesRequest,
132
+ type AcsAccessGroupsListOptions,
133
+ type AcsAccessGroupsListParameters,
134
+ type AcsAccessGroupsListRequest,
135
+ type AcsAccessGroupsListUsersOptions,
136
+ type AcsAccessGroupsListUsersParameters,
137
+ type AcsAccessGroupsListUsersRequest,
138
+ type AcsAccessGroupsRemoveUserOptions,
139
+ type AcsAccessGroupsRemoveUserParameters,
140
+ type AcsAccessGroupsRemoveUserRequest,
141
+ SeamHttpAcsAccessGroups,
142
+ } from './acs/access-groups/index.js'
143
+ import {
144
+ type AcsAccessGroupsUnmanagedGetOptions,
145
+ type AcsAccessGroupsUnmanagedGetParameters,
146
+ type AcsAccessGroupsUnmanagedGetRequest,
147
+ type AcsAccessGroupsUnmanagedListOptions,
148
+ type AcsAccessGroupsUnmanagedListParameters,
149
+ type AcsAccessGroupsUnmanagedListRequest,
150
+ SeamHttpAcsAccessGroupsUnmanaged,
151
+ } from './acs/access-groups/unmanaged/index.js'
152
+ import {
153
+ type AcsCredentialPoolsListOptions,
154
+ type AcsCredentialPoolsListParameters,
155
+ type AcsCredentialPoolsListRequest,
156
+ SeamHttpAcsCredentialPools,
157
+ } from './acs/credential-pools/index.js'
158
+ import {
159
+ type AcsCredentialProvisioningAutomationsLaunchOptions,
160
+ type AcsCredentialProvisioningAutomationsLaunchParameters,
161
+ type AcsCredentialProvisioningAutomationsLaunchRequest,
162
+ SeamHttpAcsCredentialProvisioningAutomations,
163
+ } from './acs/credential-provisioning-automations/index.js'
164
+ import {
165
+ type AcsCredentialsAssignOptions,
166
+ type AcsCredentialsAssignParameters,
167
+ type AcsCredentialsAssignRequest,
168
+ type AcsCredentialsCreateOfflineCodeOptions,
169
+ type AcsCredentialsCreateOfflineCodeParameters,
170
+ type AcsCredentialsCreateOfflineCodeRequest,
171
+ type AcsCredentialsCreateOptions,
172
+ type AcsCredentialsCreateParameters,
173
+ type AcsCredentialsCreateRequest,
174
+ type AcsCredentialsDeleteOptions,
175
+ type AcsCredentialsDeleteParameters,
176
+ type AcsCredentialsDeleteRequest,
177
+ type AcsCredentialsGetOptions,
178
+ type AcsCredentialsGetParameters,
179
+ type AcsCredentialsGetRequest,
180
+ type AcsCredentialsListAccessibleEntrancesOptions,
181
+ type AcsCredentialsListAccessibleEntrancesParameters,
182
+ type AcsCredentialsListAccessibleEntrancesRequest,
183
+ type AcsCredentialsListOptions,
184
+ type AcsCredentialsListParameters,
185
+ type AcsCredentialsListRequest,
186
+ type AcsCredentialsUnassignOptions,
187
+ type AcsCredentialsUnassignParameters,
188
+ type AcsCredentialsUnassignRequest,
189
+ type AcsCredentialsUpdateOptions,
190
+ type AcsCredentialsUpdateParameters,
191
+ type AcsCredentialsUpdateRequest,
192
+ SeamHttpAcsCredentials,
193
+ } from './acs/credentials/index.js'
194
+ import {
195
+ type AcsCredentialsUnmanagedGetOptions,
196
+ type AcsCredentialsUnmanagedGetParameters,
197
+ type AcsCredentialsUnmanagedGetRequest,
198
+ type AcsCredentialsUnmanagedListOptions,
199
+ type AcsCredentialsUnmanagedListParameters,
200
+ type AcsCredentialsUnmanagedListRequest,
201
+ SeamHttpAcsCredentialsUnmanaged,
202
+ } from './acs/credentials/unmanaged/index.js'
203
+ import {
204
+ type AcsEncodersEncodeAccessMethodOptions,
205
+ type AcsEncodersEncodeAccessMethodParameters,
206
+ type AcsEncodersEncodeAccessMethodRequest,
207
+ type AcsEncodersEncodeCredentialOptions,
208
+ type AcsEncodersEncodeCredentialParameters,
209
+ type AcsEncodersEncodeCredentialRequest,
210
+ type AcsEncodersGetOptions,
211
+ type AcsEncodersGetParameters,
212
+ type AcsEncodersGetRequest,
213
+ type AcsEncodersListOptions,
214
+ type AcsEncodersListParameters,
215
+ type AcsEncodersListRequest,
216
+ type AcsEncodersScanCredentialOptions,
217
+ type AcsEncodersScanCredentialParameters,
218
+ type AcsEncodersScanCredentialRequest,
219
+ SeamHttpAcsEncoders,
220
+ } from './acs/encoders/index.js'
221
+ import {
222
+ type AcsEncodersSimulateNextCredentialEncodeWillFailOptions,
223
+ type AcsEncodersSimulateNextCredentialEncodeWillFailParameters,
224
+ type AcsEncodersSimulateNextCredentialEncodeWillFailRequest,
225
+ type AcsEncodersSimulateNextCredentialEncodeWillSucceedOptions,
226
+ type AcsEncodersSimulateNextCredentialEncodeWillSucceedParameters,
227
+ type AcsEncodersSimulateNextCredentialEncodeWillSucceedRequest,
228
+ type AcsEncodersSimulateNextCredentialScanWillFailOptions,
229
+ type AcsEncodersSimulateNextCredentialScanWillFailParameters,
230
+ type AcsEncodersSimulateNextCredentialScanWillFailRequest,
231
+ type AcsEncodersSimulateNextCredentialScanWillSucceedOptions,
232
+ type AcsEncodersSimulateNextCredentialScanWillSucceedParameters,
233
+ type AcsEncodersSimulateNextCredentialScanWillSucceedRequest,
234
+ SeamHttpAcsEncodersSimulate,
235
+ } from './acs/encoders/simulate/index.js'
236
+ import {
237
+ type AcsEntrancesGetOptions,
238
+ type AcsEntrancesGetParameters,
239
+ type AcsEntrancesGetRequest,
240
+ type AcsEntrancesGrantAccessOptions,
241
+ type AcsEntrancesGrantAccessParameters,
242
+ type AcsEntrancesGrantAccessRequest,
243
+ type AcsEntrancesListCredentialsWithAccessOptions,
244
+ type AcsEntrancesListCredentialsWithAccessParameters,
245
+ type AcsEntrancesListCredentialsWithAccessRequest,
246
+ type AcsEntrancesListOptions,
247
+ type AcsEntrancesListParameters,
248
+ type AcsEntrancesListRequest,
249
+ SeamHttpAcsEntrances,
250
+ } from './acs/entrances/index.js'
251
+ import {
252
+ type AcsSystemsGetOptions,
253
+ type AcsSystemsGetParameters,
254
+ type AcsSystemsGetRequest,
255
+ type AcsSystemsListCompatibleCredentialManagerAcsSystemsOptions,
256
+ type AcsSystemsListCompatibleCredentialManagerAcsSystemsParameters,
257
+ type AcsSystemsListCompatibleCredentialManagerAcsSystemsRequest,
258
+ type AcsSystemsListOptions,
259
+ type AcsSystemsListParameters,
260
+ type AcsSystemsListRequest,
261
+ SeamHttpAcsSystems,
262
+ } from './acs/systems/index.js'
263
+ import {
264
+ type AcsUsersAddToAccessGroupOptions,
265
+ type AcsUsersAddToAccessGroupParameters,
266
+ type AcsUsersAddToAccessGroupRequest,
267
+ type AcsUsersCreateOptions,
268
+ type AcsUsersCreateParameters,
269
+ type AcsUsersCreateRequest,
270
+ type AcsUsersDeleteOptions,
271
+ type AcsUsersDeleteParameters,
272
+ type AcsUsersDeleteRequest,
273
+ type AcsUsersGetOptions,
274
+ type AcsUsersGetParameters,
275
+ type AcsUsersGetRequest,
276
+ type AcsUsersListAccessibleEntrancesOptions,
277
+ type AcsUsersListAccessibleEntrancesParameters,
278
+ type AcsUsersListAccessibleEntrancesRequest,
279
+ type AcsUsersListOptions,
280
+ type AcsUsersListParameters,
281
+ type AcsUsersListRequest,
282
+ type AcsUsersRemoveFromAccessGroupOptions,
283
+ type AcsUsersRemoveFromAccessGroupParameters,
284
+ type AcsUsersRemoveFromAccessGroupRequest,
285
+ type AcsUsersRevokeAccessToAllEntrancesOptions,
286
+ type AcsUsersRevokeAccessToAllEntrancesParameters,
287
+ type AcsUsersRevokeAccessToAllEntrancesRequest,
288
+ type AcsUsersSuspendOptions,
289
+ type AcsUsersSuspendParameters,
290
+ type AcsUsersSuspendRequest,
291
+ type AcsUsersUnsuspendOptions,
292
+ type AcsUsersUnsuspendParameters,
293
+ type AcsUsersUnsuspendRequest,
294
+ type AcsUsersUpdateOptions,
295
+ type AcsUsersUpdateParameters,
296
+ type AcsUsersUpdateRequest,
297
+ SeamHttpAcsUsers,
298
+ } from './acs/users/index.js'
299
+ import {
300
+ type AcsUsersUnmanagedGetOptions,
301
+ type AcsUsersUnmanagedGetParameters,
302
+ type AcsUsersUnmanagedGetRequest,
303
+ type AcsUsersUnmanagedListOptions,
304
+ type AcsUsersUnmanagedListParameters,
305
+ type AcsUsersUnmanagedListRequest,
306
+ SeamHttpAcsUsersUnmanaged,
307
+ } from './acs/users/unmanaged/index.js'
308
+ import {
309
+ type ActionAttemptsGetOptions,
310
+ type ActionAttemptsGetParameters,
311
+ type ActionAttemptsGetRequest,
312
+ type ActionAttemptsListOptions,
313
+ type ActionAttemptsListParameters,
314
+ type ActionAttemptsListRequest,
315
+ SeamHttpActionAttempts,
316
+ } from './action-attempts/index.js'
317
+ import {
318
+ type BridgesGetOptions,
319
+ type BridgesGetParameters,
320
+ type BridgesGetRequest,
321
+ type BridgesListOptions,
322
+ type BridgesListParameters,
323
+ type BridgesListRequest,
324
+ SeamHttpBridges,
325
+ } from './bridges/index.js'
326
+ import {
327
+ type ClientSessionsCreateOptions,
328
+ type ClientSessionsCreateParameters,
329
+ type ClientSessionsCreateRequest,
330
+ type ClientSessionsDeleteOptions,
331
+ type ClientSessionsDeleteParameters,
332
+ type ClientSessionsDeleteRequest,
333
+ type ClientSessionsGetOptions,
334
+ type ClientSessionsGetOrCreateOptions,
335
+ type ClientSessionsGetOrCreateParameters,
336
+ type ClientSessionsGetOrCreateRequest,
337
+ type ClientSessionsGetParameters,
338
+ type ClientSessionsGetRequest,
339
+ type ClientSessionsGrantAccessOptions,
340
+ type ClientSessionsGrantAccessParameters,
341
+ type ClientSessionsGrantAccessRequest,
342
+ type ClientSessionsListOptions,
343
+ type ClientSessionsListParameters,
344
+ type ClientSessionsListRequest,
345
+ type ClientSessionsRevokeOptions,
346
+ type ClientSessionsRevokeParameters,
347
+ type ClientSessionsRevokeRequest,
348
+ SeamHttpClientSessions,
349
+ } from './client-sessions/index.js'
350
+ import {
351
+ type ConnectWebviewsCreateOptions,
352
+ type ConnectWebviewsCreateParameters,
353
+ type ConnectWebviewsCreateRequest,
354
+ type ConnectWebviewsDeleteOptions,
355
+ type ConnectWebviewsDeleteParameters,
356
+ type ConnectWebviewsDeleteRequest,
357
+ type ConnectWebviewsGetOptions,
358
+ type ConnectWebviewsGetParameters,
359
+ type ConnectWebviewsGetRequest,
360
+ type ConnectWebviewsListOptions,
361
+ type ConnectWebviewsListParameters,
362
+ type ConnectWebviewsListRequest,
363
+ SeamHttpConnectWebviews,
364
+ } from './connect-webviews/index.js'
365
+ import {
366
+ type ConnectedAccountsDeleteOptions,
367
+ type ConnectedAccountsDeleteParameters,
368
+ type ConnectedAccountsDeleteRequest,
369
+ type ConnectedAccountsGetOptions,
370
+ type ConnectedAccountsGetParameters,
371
+ type ConnectedAccountsGetRequest,
372
+ type ConnectedAccountsListOptions,
373
+ type ConnectedAccountsListParameters,
374
+ type ConnectedAccountsListRequest,
375
+ type ConnectedAccountsSyncOptions,
376
+ type ConnectedAccountsSyncParameters,
377
+ type ConnectedAccountsSyncRequest,
378
+ type ConnectedAccountsUpdateOptions,
379
+ type ConnectedAccountsUpdateParameters,
380
+ type ConnectedAccountsUpdateRequest,
381
+ SeamHttpConnectedAccounts,
382
+ } from './connected-accounts/index.js'
383
+ import {
384
+ type DevicesDeleteOptions,
385
+ type DevicesDeleteParameters,
386
+ type DevicesDeleteRequest,
387
+ type DevicesGetOptions,
388
+ type DevicesGetParameters,
389
+ type DevicesGetRequest,
390
+ type DevicesListDeviceProvidersOptions,
391
+ type DevicesListDeviceProvidersParameters,
392
+ type DevicesListDeviceProvidersRequest,
393
+ type DevicesListOptions,
394
+ type DevicesListParameters,
395
+ type DevicesListRequest,
396
+ type DevicesUpdateOptions,
397
+ type DevicesUpdateParameters,
398
+ type DevicesUpdateRequest,
399
+ SeamHttpDevices,
400
+ } from './devices/index.js'
401
+ import {
402
+ type DevicesSimulateConnectOptions,
403
+ type DevicesSimulateConnectParameters,
404
+ type DevicesSimulateConnectRequest,
405
+ type DevicesSimulateDisconnectOptions,
406
+ type DevicesSimulateDisconnectParameters,
407
+ type DevicesSimulateDisconnectRequest,
408
+ type DevicesSimulateRemoveOptions,
409
+ type DevicesSimulateRemoveParameters,
410
+ type DevicesSimulateRemoveRequest,
411
+ SeamHttpDevicesSimulate,
412
+ } from './devices/simulate/index.js'
413
+ import {
414
+ type DevicesUnmanagedGetOptions,
415
+ type DevicesUnmanagedGetParameters,
416
+ type DevicesUnmanagedGetRequest,
417
+ type DevicesUnmanagedListOptions,
418
+ type DevicesUnmanagedListParameters,
419
+ type DevicesUnmanagedListRequest,
420
+ type DevicesUnmanagedUpdateOptions,
421
+ type DevicesUnmanagedUpdateParameters,
422
+ type DevicesUnmanagedUpdateRequest,
423
+ SeamHttpDevicesUnmanaged,
424
+ } from './devices/unmanaged/index.js'
425
+ import {
426
+ type EventsGetOptions,
427
+ type EventsGetParameters,
428
+ type EventsGetRequest,
429
+ type EventsListOptions,
430
+ type EventsListParameters,
431
+ type EventsListRequest,
432
+ SeamHttpEvents,
433
+ } from './events/index.js'
434
+ import {
435
+ type LocksGetOptions,
436
+ type LocksGetParameters,
437
+ type LocksGetRequest,
438
+ type LocksListOptions,
439
+ type LocksListParameters,
440
+ type LocksListRequest,
441
+ type LocksLockDoorOptions,
442
+ type LocksLockDoorParameters,
443
+ type LocksLockDoorRequest,
444
+ type LocksUnlockDoorOptions,
445
+ type LocksUnlockDoorParameters,
446
+ type LocksUnlockDoorRequest,
447
+ SeamHttpLocks,
448
+ } from './locks/index.js'
449
+ import {
450
+ type LocksSimulateKeypadCodeEntryOptions,
451
+ type LocksSimulateKeypadCodeEntryParameters,
452
+ type LocksSimulateKeypadCodeEntryRequest,
453
+ type LocksSimulateManualLockViaKeypadOptions,
454
+ type LocksSimulateManualLockViaKeypadParameters,
455
+ type LocksSimulateManualLockViaKeypadRequest,
456
+ SeamHttpLocksSimulate,
457
+ } from './locks/simulate/index.js'
458
+ import {
459
+ type NetworksGetOptions,
460
+ type NetworksGetParameters,
461
+ type NetworksGetRequest,
462
+ type NetworksListOptions,
463
+ type NetworksListParameters,
464
+ type NetworksListRequest,
465
+ SeamHttpNetworks,
466
+ } from './networks/index.js'
467
+ import {
468
+ type NoiseSensorsListOptions,
469
+ type NoiseSensorsListParameters,
470
+ type NoiseSensorsListRequest,
471
+ SeamHttpNoiseSensors,
472
+ } from './noise-sensors/index.js'
473
+ import {
474
+ type NoiseSensorsNoiseThresholdsCreateOptions,
475
+ type NoiseSensorsNoiseThresholdsCreateParameters,
476
+ type NoiseSensorsNoiseThresholdsCreateRequest,
477
+ type NoiseSensorsNoiseThresholdsDeleteOptions,
478
+ type NoiseSensorsNoiseThresholdsDeleteParameters,
479
+ type NoiseSensorsNoiseThresholdsDeleteRequest,
480
+ type NoiseSensorsNoiseThresholdsGetOptions,
481
+ type NoiseSensorsNoiseThresholdsGetParameters,
482
+ type NoiseSensorsNoiseThresholdsGetRequest,
483
+ type NoiseSensorsNoiseThresholdsListOptions,
484
+ type NoiseSensorsNoiseThresholdsListParameters,
485
+ type NoiseSensorsNoiseThresholdsListRequest,
486
+ type NoiseSensorsNoiseThresholdsUpdateOptions,
487
+ type NoiseSensorsNoiseThresholdsUpdateParameters,
488
+ type NoiseSensorsNoiseThresholdsUpdateRequest,
489
+ SeamHttpNoiseSensorsNoiseThresholds,
490
+ } from './noise-sensors/noise-thresholds/index.js'
491
+ import {
492
+ type NoiseSensorsSimulateTriggerNoiseThresholdOptions,
493
+ type NoiseSensorsSimulateTriggerNoiseThresholdParameters,
494
+ type NoiseSensorsSimulateTriggerNoiseThresholdRequest,
495
+ SeamHttpNoiseSensorsSimulate,
496
+ } from './noise-sensors/simulate/index.js'
497
+ import {
498
+ type PhonesDeactivateOptions,
499
+ type PhonesDeactivateParameters,
500
+ type PhonesDeactivateRequest,
501
+ type PhonesGetOptions,
502
+ type PhonesGetParameters,
503
+ type PhonesGetRequest,
504
+ type PhonesListOptions,
505
+ type PhonesListParameters,
506
+ type PhonesListRequest,
507
+ SeamHttpPhones,
508
+ } from './phones/index.js'
509
+ import {
510
+ type PhonesSimulateCreateSandboxPhoneOptions,
511
+ type PhonesSimulateCreateSandboxPhoneParameters,
512
+ type PhonesSimulateCreateSandboxPhoneRequest,
513
+ SeamHttpPhonesSimulate,
514
+ } from './phones/simulate/index.js'
515
+ import {
516
+ type SeamBridgeV1BridgeClientSessionsCreateOptions,
517
+ type SeamBridgeV1BridgeClientSessionsCreateParameters,
518
+ type SeamBridgeV1BridgeClientSessionsCreateRequest,
519
+ type SeamBridgeV1BridgeClientSessionsGetOptions,
520
+ type SeamBridgeV1BridgeClientSessionsGetParameters,
521
+ type SeamBridgeV1BridgeClientSessionsGetRequest,
522
+ type SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenOptions,
523
+ type SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenParameters,
524
+ type SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenRequest,
525
+ type SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeOptions,
526
+ type SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeParameters,
527
+ type SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeRequest,
528
+ type SeamBridgeV1BridgeClientSessionsReportStatusOptions,
529
+ type SeamBridgeV1BridgeClientSessionsReportStatusParameters,
530
+ type SeamBridgeV1BridgeClientSessionsReportStatusRequest,
531
+ SeamHttpSeamBridgeV1BridgeClientSessions,
532
+ } from './seam/bridge/v1/bridge-client-sessions/index.js'
533
+ import {
534
+ type SeamBridgeV1BridgeConnectedSystemsListOptions,
535
+ type SeamBridgeV1BridgeConnectedSystemsListParameters,
536
+ type SeamBridgeV1BridgeConnectedSystemsListRequest,
537
+ SeamHttpSeamBridgeV1BridgeConnectedSystems,
538
+ } from './seam/bridge/v1/bridge-connected-systems/index.js'
539
+ import {
540
+ SeamHttpSeamInstantKeyV1ClientSessions,
541
+ type SeamInstantKeyV1ClientSessionsExchangeShortCodeOptions,
542
+ type SeamInstantKeyV1ClientSessionsExchangeShortCodeParameters,
543
+ type SeamInstantKeyV1ClientSessionsExchangeShortCodeRequest,
544
+ } from './seam/instant-key/v1/client-sessions/index.js'
545
+ import {
546
+ SeamHttpSeamMobileSdkV1AcsCredentials,
547
+ type SeamMobileSdkV1AcsCredentialsListOptions,
548
+ type SeamMobileSdkV1AcsCredentialsListParameters,
549
+ type SeamMobileSdkV1AcsCredentialsListRequest,
550
+ } from './seam/mobile-sdk/v1/acs/credentials/index.js'
551
+ import {
552
+ SeamHttpSeamMobileSdkV1PhoneSessions,
553
+ type SeamMobileSdkV1PhoneSessionsGetOrCreateOptions,
554
+ type SeamMobileSdkV1PhoneSessionsGetOrCreateParameters,
555
+ type SeamMobileSdkV1PhoneSessionsGetOrCreateRequest,
556
+ } from './seam/mobile-sdk/v1/phone-sessions/index.js'
557
+ import {
558
+ SeamHttpSeamPartnerV1BuildingBlocksSpaces,
559
+ type SeamPartnerV1BuildingBlocksSpacesAutoMapOptions,
560
+ type SeamPartnerV1BuildingBlocksSpacesAutoMapParameters,
561
+ type SeamPartnerV1BuildingBlocksSpacesAutoMapRequest,
562
+ } from './seam/partner/v1/building-blocks/spaces/index.js'
563
+ import {
564
+ SeamHttpSeamPartnerV1Resources,
565
+ type SeamPartnerV1ResourcesListOptions,
566
+ type SeamPartnerV1ResourcesListParameters,
567
+ type SeamPartnerV1ResourcesListRequest,
568
+ } from './seam/partner/v1/resources/index.js'
569
+ import {
570
+ SeamHttpSpaces,
571
+ type SpacesAddAcsEntrancesOptions,
572
+ type SpacesAddAcsEntrancesParameters,
573
+ type SpacesAddAcsEntrancesRequest,
574
+ type SpacesAddDevicesOptions,
575
+ type SpacesAddDevicesParameters,
576
+ type SpacesAddDevicesRequest,
577
+ type SpacesCreateOptions,
578
+ type SpacesCreateParameters,
579
+ type SpacesCreateRequest,
580
+ type SpacesDeleteOptions,
581
+ type SpacesDeleteParameters,
582
+ type SpacesDeleteRequest,
583
+ type SpacesGetOptions,
584
+ type SpacesGetParameters,
585
+ type SpacesGetRequest,
586
+ type SpacesListOptions,
587
+ type SpacesListParameters,
588
+ type SpacesListRequest,
589
+ type SpacesRemoveAcsEntrancesOptions,
590
+ type SpacesRemoveAcsEntrancesParameters,
591
+ type SpacesRemoveAcsEntrancesRequest,
592
+ type SpacesRemoveDevicesOptions,
593
+ type SpacesRemoveDevicesParameters,
594
+ type SpacesRemoveDevicesRequest,
595
+ type SpacesUpdateOptions,
596
+ type SpacesUpdateParameters,
597
+ type SpacesUpdateRequest,
598
+ } from './spaces/index.js'
599
+ import {
600
+ SeamHttpThermostatsDailyPrograms,
601
+ type ThermostatsDailyProgramsCreateOptions,
602
+ type ThermostatsDailyProgramsCreateParameters,
603
+ type ThermostatsDailyProgramsCreateRequest,
604
+ type ThermostatsDailyProgramsDeleteOptions,
605
+ type ThermostatsDailyProgramsDeleteParameters,
606
+ type ThermostatsDailyProgramsDeleteRequest,
607
+ type ThermostatsDailyProgramsUpdateOptions,
608
+ type ThermostatsDailyProgramsUpdateParameters,
609
+ type ThermostatsDailyProgramsUpdateRequest,
610
+ } from './thermostats/daily-programs/index.js'
611
+ import {
612
+ SeamHttpThermostats,
613
+ type ThermostatsActivateClimatePresetOptions,
614
+ type ThermostatsActivateClimatePresetParameters,
615
+ type ThermostatsActivateClimatePresetRequest,
616
+ type ThermostatsCoolOptions,
617
+ type ThermostatsCoolParameters,
618
+ type ThermostatsCoolRequest,
619
+ type ThermostatsCreateClimatePresetOptions,
620
+ type ThermostatsCreateClimatePresetParameters,
621
+ type ThermostatsCreateClimatePresetRequest,
622
+ type ThermostatsDeleteClimatePresetOptions,
623
+ type ThermostatsDeleteClimatePresetParameters,
624
+ type ThermostatsDeleteClimatePresetRequest,
625
+ type ThermostatsGetOptions,
626
+ type ThermostatsGetParameters,
627
+ type ThermostatsGetRequest,
628
+ type ThermostatsHeatCoolOptions,
629
+ type ThermostatsHeatCoolParameters,
630
+ type ThermostatsHeatCoolRequest,
631
+ type ThermostatsHeatOptions,
632
+ type ThermostatsHeatParameters,
633
+ type ThermostatsHeatRequest,
634
+ type ThermostatsListOptions,
635
+ type ThermostatsListParameters,
636
+ type ThermostatsListRequest,
637
+ type ThermostatsOffOptions,
638
+ type ThermostatsOffParameters,
639
+ type ThermostatsOffRequest,
640
+ type ThermostatsSetFallbackClimatePresetOptions,
641
+ type ThermostatsSetFallbackClimatePresetParameters,
642
+ type ThermostatsSetFallbackClimatePresetRequest,
643
+ type ThermostatsSetFanModeOptions,
644
+ type ThermostatsSetFanModeParameters,
645
+ type ThermostatsSetFanModeRequest,
646
+ type ThermostatsSetHvacModeOptions,
647
+ type ThermostatsSetHvacModeParameters,
648
+ type ThermostatsSetHvacModeRequest,
649
+ type ThermostatsSetTemperatureThresholdOptions,
650
+ type ThermostatsSetTemperatureThresholdParameters,
651
+ type ThermostatsSetTemperatureThresholdRequest,
652
+ type ThermostatsUpdateClimatePresetOptions,
653
+ type ThermostatsUpdateClimatePresetParameters,
654
+ type ThermostatsUpdateClimatePresetRequest,
655
+ type ThermostatsUpdateWeeklyProgramOptions,
656
+ type ThermostatsUpdateWeeklyProgramParameters,
657
+ type ThermostatsUpdateWeeklyProgramRequest,
658
+ } from './thermostats/index.js'
659
+ import {
660
+ SeamHttpThermostatsSchedules,
661
+ type ThermostatsSchedulesCreateOptions,
662
+ type ThermostatsSchedulesCreateParameters,
663
+ type ThermostatsSchedulesCreateRequest,
664
+ type ThermostatsSchedulesDeleteOptions,
665
+ type ThermostatsSchedulesDeleteParameters,
666
+ type ThermostatsSchedulesDeleteRequest,
667
+ type ThermostatsSchedulesGetOptions,
668
+ type ThermostatsSchedulesGetParameters,
669
+ type ThermostatsSchedulesGetRequest,
670
+ type ThermostatsSchedulesListOptions,
671
+ type ThermostatsSchedulesListParameters,
672
+ type ThermostatsSchedulesListRequest,
673
+ type ThermostatsSchedulesUpdateOptions,
674
+ type ThermostatsSchedulesUpdateParameters,
675
+ type ThermostatsSchedulesUpdateRequest,
676
+ } from './thermostats/schedules/index.js'
677
+ import {
678
+ SeamHttpThermostatsSimulate,
679
+ type ThermostatsSimulateHvacModeAdjustedOptions,
680
+ type ThermostatsSimulateHvacModeAdjustedParameters,
681
+ type ThermostatsSimulateHvacModeAdjustedRequest,
682
+ type ThermostatsSimulateTemperatureReachedOptions,
683
+ type ThermostatsSimulateTemperatureReachedParameters,
684
+ type ThermostatsSimulateTemperatureReachedRequest,
685
+ } from './thermostats/simulate/index.js'
686
+ import {
687
+ SeamHttpUnstableAccessGrants,
688
+ type UnstableAccessGrantsCreateOptions,
689
+ type UnstableAccessGrantsCreateParameters,
690
+ type UnstableAccessGrantsCreateRequest,
691
+ type UnstableAccessGrantsDeleteOptions,
692
+ type UnstableAccessGrantsDeleteParameters,
693
+ type UnstableAccessGrantsDeleteRequest,
694
+ type UnstableAccessGrantsGetOptions,
695
+ type UnstableAccessGrantsGetParameters,
696
+ type UnstableAccessGrantsGetRequest,
697
+ type UnstableAccessGrantsListOptions,
698
+ type UnstableAccessGrantsListParameters,
699
+ type UnstableAccessGrantsListRequest,
700
+ } from './unstable-access-grants/index.js'
701
+ import {
702
+ SeamHttpUnstableAccessMethods,
703
+ type UnstableAccessMethodsDeleteOptions,
704
+ type UnstableAccessMethodsDeleteParameters,
705
+ type UnstableAccessMethodsDeleteRequest,
706
+ type UnstableAccessMethodsGetOptions,
707
+ type UnstableAccessMethodsGetParameters,
708
+ type UnstableAccessMethodsGetRequest,
709
+ type UnstableAccessMethodsListOptions,
710
+ type UnstableAccessMethodsListParameters,
711
+ type UnstableAccessMethodsListRequest,
712
+ } from './unstable-access-methods/index.js'
713
+ import {
714
+ SeamHttpUnstableLocations,
715
+ type UnstableLocationsAddAcsEntrancesOptions,
716
+ type UnstableLocationsAddAcsEntrancesParameters,
717
+ type UnstableLocationsAddAcsEntrancesRequest,
718
+ type UnstableLocationsAddDevicesOptions,
719
+ type UnstableLocationsAddDevicesParameters,
720
+ type UnstableLocationsAddDevicesRequest,
721
+ type UnstableLocationsCreateOptions,
722
+ type UnstableLocationsCreateParameters,
723
+ type UnstableLocationsCreateRequest,
724
+ type UnstableLocationsDeleteOptions,
725
+ type UnstableLocationsDeleteParameters,
726
+ type UnstableLocationsDeleteRequest,
727
+ type UnstableLocationsGetOptions,
728
+ type UnstableLocationsGetParameters,
729
+ type UnstableLocationsGetRequest,
730
+ type UnstableLocationsListOptions,
731
+ type UnstableLocationsListParameters,
732
+ type UnstableLocationsListRequest,
733
+ type UnstableLocationsRemoveAcsEntrancesOptions,
734
+ type UnstableLocationsRemoveAcsEntrancesParameters,
735
+ type UnstableLocationsRemoveAcsEntrancesRequest,
736
+ type UnstableLocationsRemoveDevicesOptions,
737
+ type UnstableLocationsRemoveDevicesParameters,
738
+ type UnstableLocationsRemoveDevicesRequest,
739
+ type UnstableLocationsUpdateOptions,
740
+ type UnstableLocationsUpdateParameters,
741
+ type UnstableLocationsUpdateRequest,
742
+ } from './unstable-locations/index.js'
743
+ import {
744
+ SeamHttpUnstablePartnerBuildingBlocks,
745
+ type UnstablePartnerBuildingBlocksConnectAccountsOptions,
746
+ type UnstablePartnerBuildingBlocksConnectAccountsParameters,
747
+ type UnstablePartnerBuildingBlocksConnectAccountsRequest,
748
+ type UnstablePartnerBuildingBlocksGenerateMagicLinkOptions,
749
+ type UnstablePartnerBuildingBlocksGenerateMagicLinkParameters,
750
+ type UnstablePartnerBuildingBlocksGenerateMagicLinkRequest,
751
+ type UnstablePartnerBuildingBlocksManageDevicesOptions,
752
+ type UnstablePartnerBuildingBlocksManageDevicesParameters,
753
+ type UnstablePartnerBuildingBlocksManageDevicesRequest,
754
+ type UnstablePartnerBuildingBlocksOrganizeSpacesOptions,
755
+ type UnstablePartnerBuildingBlocksOrganizeSpacesParameters,
756
+ type UnstablePartnerBuildingBlocksOrganizeSpacesRequest,
757
+ } from './unstable-partner/building-blocks/index.js'
758
+ import {
759
+ SeamHttpUnstablePartnerResources,
760
+ type UnstablePartnerResourcesPushOptions,
761
+ type UnstablePartnerResourcesPushParameters,
762
+ type UnstablePartnerResourcesPushRequest,
763
+ } from './unstable-partner/resources/index.js'
764
+ import {
765
+ SeamHttpUserIdentitiesEnrollmentAutomations,
766
+ type UserIdentitiesEnrollmentAutomationsDeleteOptions,
767
+ type UserIdentitiesEnrollmentAutomationsDeleteParameters,
768
+ type UserIdentitiesEnrollmentAutomationsDeleteRequest,
769
+ type UserIdentitiesEnrollmentAutomationsGetOptions,
770
+ type UserIdentitiesEnrollmentAutomationsGetParameters,
771
+ type UserIdentitiesEnrollmentAutomationsGetRequest,
772
+ type UserIdentitiesEnrollmentAutomationsLaunchOptions,
773
+ type UserIdentitiesEnrollmentAutomationsLaunchParameters,
774
+ type UserIdentitiesEnrollmentAutomationsLaunchRequest,
775
+ type UserIdentitiesEnrollmentAutomationsListOptions,
776
+ type UserIdentitiesEnrollmentAutomationsListParameters,
777
+ type UserIdentitiesEnrollmentAutomationsListRequest,
778
+ } from './user-identities/enrollment-automations/index.js'
779
+ import {
780
+ SeamHttpUserIdentities,
781
+ type UserIdentitiesAddAcsUserOptions,
782
+ type UserIdentitiesAddAcsUserParameters,
783
+ type UserIdentitiesAddAcsUserRequest,
784
+ type UserIdentitiesCreateOptions,
785
+ type UserIdentitiesCreateParameters,
786
+ type UserIdentitiesCreateRequest,
787
+ type UserIdentitiesDeleteOptions,
788
+ type UserIdentitiesDeleteParameters,
789
+ type UserIdentitiesDeleteRequest,
790
+ type UserIdentitiesGenerateInstantKeyOptions,
791
+ type UserIdentitiesGenerateInstantKeyParameters,
792
+ type UserIdentitiesGenerateInstantKeyRequest,
793
+ type UserIdentitiesGetOptions,
794
+ type UserIdentitiesGetParameters,
795
+ type UserIdentitiesGetRequest,
796
+ type UserIdentitiesGrantAccessToDeviceOptions,
797
+ type UserIdentitiesGrantAccessToDeviceParameters,
798
+ type UserIdentitiesGrantAccessToDeviceRequest,
799
+ type UserIdentitiesListAccessibleDevicesOptions,
800
+ type UserIdentitiesListAccessibleDevicesParameters,
801
+ type UserIdentitiesListAccessibleDevicesRequest,
802
+ type UserIdentitiesListAcsSystemsOptions,
803
+ type UserIdentitiesListAcsSystemsParameters,
804
+ type UserIdentitiesListAcsSystemsRequest,
805
+ type UserIdentitiesListAcsUsersOptions,
806
+ type UserIdentitiesListAcsUsersParameters,
807
+ type UserIdentitiesListAcsUsersRequest,
808
+ type UserIdentitiesListOptions,
809
+ type UserIdentitiesListParameters,
810
+ type UserIdentitiesListRequest,
811
+ type UserIdentitiesRemoveAcsUserOptions,
812
+ type UserIdentitiesRemoveAcsUserParameters,
813
+ type UserIdentitiesRemoveAcsUserRequest,
814
+ type UserIdentitiesRevokeAccessToDeviceOptions,
815
+ type UserIdentitiesRevokeAccessToDeviceParameters,
816
+ type UserIdentitiesRevokeAccessToDeviceRequest,
817
+ type UserIdentitiesUpdateOptions,
818
+ type UserIdentitiesUpdateParameters,
819
+ type UserIdentitiesUpdateRequest,
820
+ } from './user-identities/index.js'
821
+ import {
822
+ SeamHttpWebhooks,
823
+ type WebhooksCreateOptions,
824
+ type WebhooksCreateParameters,
825
+ type WebhooksCreateRequest,
826
+ type WebhooksDeleteOptions,
827
+ type WebhooksDeleteParameters,
828
+ type WebhooksDeleteRequest,
829
+ type WebhooksGetOptions,
830
+ type WebhooksGetParameters,
831
+ type WebhooksGetRequest,
832
+ type WebhooksListOptions,
833
+ type WebhooksListParameters,
834
+ type WebhooksListRequest,
835
+ type WebhooksUpdateOptions,
836
+ type WebhooksUpdateParameters,
837
+ type WebhooksUpdateRequest,
838
+ } from './webhooks/index.js'
839
+ import {
840
+ SeamHttpWorkspaces,
841
+ type WorkspacesCreateOptions,
842
+ type WorkspacesCreateParameters,
843
+ type WorkspacesCreateRequest,
844
+ type WorkspacesGetOptions,
845
+ type WorkspacesGetParameters,
846
+ type WorkspacesGetRequest,
847
+ type WorkspacesListOptions,
848
+ type WorkspacesListParameters,
849
+ type WorkspacesListRequest,
850
+ type WorkspacesResetSandboxOptions,
851
+ type WorkspacesResetSandboxParameters,
852
+ type WorkspacesResetSandboxRequest,
853
+ type WorkspacesUpdateOptions,
854
+ type WorkspacesUpdateParameters,
855
+ type WorkspacesUpdateRequest,
856
+ } from './workspaces/index.js'
90
857
 
91
858
  export class SeamHttpEndpoints {
92
859
  client: Client
@@ -215,7 +982,10 @@ export class SeamHttpEndpoints {
215
982
  await clientSessions.get()
216
983
  }
217
984
 
218
- get ['/access_codes/create'](): SeamHttpAccessCodes['create'] {
985
+ get ['/access_codes/create'](): (
986
+ parameters?: AccessCodesCreateParameters,
987
+ options?: AccessCodesCreateOptions,
988
+ ) => AccessCodesCreateRequest {
219
989
  const { client, defaults } = this
220
990
  return function accessCodesCreate(
221
991
  ...args: Parameters<SeamHttpAccessCodes['create']>
@@ -225,7 +995,10 @@ export class SeamHttpEndpoints {
225
995
  }
226
996
  }
227
997
 
228
- get ['/access_codes/create_multiple'](): SeamHttpAccessCodes['createMultiple'] {
998
+ get ['/access_codes/create_multiple'](): (
999
+ parameters?: AccessCodesCreateMultipleParameters,
1000
+ options?: AccessCodesCreateMultipleOptions,
1001
+ ) => AccessCodesCreateMultipleRequest {
229
1002
  const { client, defaults } = this
230
1003
  return function accessCodesCreateMultiple(
231
1004
  ...args: Parameters<SeamHttpAccessCodes['createMultiple']>
@@ -235,7 +1008,10 @@ export class SeamHttpEndpoints {
235
1008
  }
236
1009
  }
237
1010
 
238
- get ['/access_codes/delete'](): SeamHttpAccessCodes['delete'] {
1011
+ get ['/access_codes/delete'](): (
1012
+ parameters?: AccessCodesDeleteParameters,
1013
+ options?: AccessCodesDeleteOptions,
1014
+ ) => AccessCodesDeleteRequest {
239
1015
  const { client, defaults } = this
240
1016
  return function accessCodesDelete(
241
1017
  ...args: Parameters<SeamHttpAccessCodes['delete']>
@@ -245,7 +1021,10 @@ export class SeamHttpEndpoints {
245
1021
  }
246
1022
  }
247
1023
 
248
- get ['/access_codes/generate_code'](): SeamHttpAccessCodes['generateCode'] {
1024
+ get ['/access_codes/generate_code'](): (
1025
+ parameters?: AccessCodesGenerateCodeParameters,
1026
+ options?: AccessCodesGenerateCodeOptions,
1027
+ ) => AccessCodesGenerateCodeRequest {
249
1028
  const { client, defaults } = this
250
1029
  return function accessCodesGenerateCode(
251
1030
  ...args: Parameters<SeamHttpAccessCodes['generateCode']>
@@ -255,7 +1034,10 @@ export class SeamHttpEndpoints {
255
1034
  }
256
1035
  }
257
1036
 
258
- get ['/access_codes/get'](): SeamHttpAccessCodes['get'] {
1037
+ get ['/access_codes/get'](): (
1038
+ parameters?: AccessCodesGetParameters,
1039
+ options?: AccessCodesGetOptions,
1040
+ ) => AccessCodesGetRequest {
259
1041
  const { client, defaults } = this
260
1042
  return function accessCodesGet(
261
1043
  ...args: Parameters<SeamHttpAccessCodes['get']>
@@ -265,7 +1047,10 @@ export class SeamHttpEndpoints {
265
1047
  }
266
1048
  }
267
1049
 
268
- get ['/access_codes/list'](): SeamHttpAccessCodes['list'] {
1050
+ get ['/access_codes/list'](): (
1051
+ parameters?: AccessCodesListParameters,
1052
+ options?: AccessCodesListOptions,
1053
+ ) => AccessCodesListRequest {
269
1054
  const { client, defaults } = this
270
1055
  return function accessCodesList(
271
1056
  ...args: Parameters<SeamHttpAccessCodes['list']>
@@ -275,7 +1060,10 @@ export class SeamHttpEndpoints {
275
1060
  }
276
1061
  }
277
1062
 
278
- get ['/access_codes/pull_backup_access_code'](): SeamHttpAccessCodes['pullBackupAccessCode'] {
1063
+ get ['/access_codes/pull_backup_access_code'](): (
1064
+ parameters?: AccessCodesPullBackupAccessCodeParameters,
1065
+ options?: AccessCodesPullBackupAccessCodeOptions,
1066
+ ) => AccessCodesPullBackupAccessCodeRequest {
279
1067
  const { client, defaults } = this
280
1068
  return function accessCodesPullBackupAccessCode(
281
1069
  ...args: Parameters<SeamHttpAccessCodes['pullBackupAccessCode']>
@@ -285,7 +1073,10 @@ export class SeamHttpEndpoints {
285
1073
  }
286
1074
  }
287
1075
 
288
- get ['/access_codes/report_device_constraints'](): SeamHttpAccessCodes['reportDeviceConstraints'] {
1076
+ get ['/access_codes/report_device_constraints'](): (
1077
+ parameters?: AccessCodesReportDeviceConstraintsParameters,
1078
+ options?: AccessCodesReportDeviceConstraintsOptions,
1079
+ ) => AccessCodesReportDeviceConstraintsRequest {
289
1080
  const { client, defaults } = this
290
1081
  return function accessCodesReportDeviceConstraints(
291
1082
  ...args: Parameters<SeamHttpAccessCodes['reportDeviceConstraints']>
@@ -295,7 +1086,10 @@ export class SeamHttpEndpoints {
295
1086
  }
296
1087
  }
297
1088
 
298
- get ['/access_codes/update'](): SeamHttpAccessCodes['update'] {
1089
+ get ['/access_codes/update'](): (
1090
+ parameters?: AccessCodesUpdateParameters,
1091
+ options?: AccessCodesUpdateOptions,
1092
+ ) => AccessCodesUpdateRequest {
299
1093
  const { client, defaults } = this
300
1094
  return function accessCodesUpdate(
301
1095
  ...args: Parameters<SeamHttpAccessCodes['update']>
@@ -305,7 +1099,10 @@ export class SeamHttpEndpoints {
305
1099
  }
306
1100
  }
307
1101
 
308
- get ['/access_codes/update_multiple'](): SeamHttpAccessCodes['updateMultiple'] {
1102
+ get ['/access_codes/update_multiple'](): (
1103
+ parameters?: AccessCodesUpdateMultipleParameters,
1104
+ options?: AccessCodesUpdateMultipleOptions,
1105
+ ) => AccessCodesUpdateMultipleRequest {
309
1106
  const { client, defaults } = this
310
1107
  return function accessCodesUpdateMultiple(
311
1108
  ...args: Parameters<SeamHttpAccessCodes['updateMultiple']>
@@ -315,7 +1112,10 @@ export class SeamHttpEndpoints {
315
1112
  }
316
1113
  }
317
1114
 
318
- get ['/access_codes/simulate/create_unmanaged_access_code'](): SeamHttpAccessCodesSimulate['createUnmanagedAccessCode'] {
1115
+ get ['/access_codes/simulate/create_unmanaged_access_code'](): (
1116
+ parameters?: AccessCodesSimulateCreateUnmanagedAccessCodeParameters,
1117
+ options?: AccessCodesSimulateCreateUnmanagedAccessCodeOptions,
1118
+ ) => AccessCodesSimulateCreateUnmanagedAccessCodeRequest {
319
1119
  const { client, defaults } = this
320
1120
  return function accessCodesSimulateCreateUnmanagedAccessCode(
321
1121
  ...args: Parameters<
@@ -327,7 +1127,10 @@ export class SeamHttpEndpoints {
327
1127
  }
328
1128
  }
329
1129
 
330
- get ['/access_codes/unmanaged/convert_to_managed'](): SeamHttpAccessCodesUnmanaged['convertToManaged'] {
1130
+ get ['/access_codes/unmanaged/convert_to_managed'](): (
1131
+ parameters?: AccessCodesUnmanagedConvertToManagedParameters,
1132
+ options?: AccessCodesUnmanagedConvertToManagedOptions,
1133
+ ) => AccessCodesUnmanagedConvertToManagedRequest {
331
1134
  const { client, defaults } = this
332
1135
  return function accessCodesUnmanagedConvertToManaged(
333
1136
  ...args: Parameters<SeamHttpAccessCodesUnmanaged['convertToManaged']>
@@ -337,7 +1140,10 @@ export class SeamHttpEndpoints {
337
1140
  }
338
1141
  }
339
1142
 
340
- get ['/access_codes/unmanaged/delete'](): SeamHttpAccessCodesUnmanaged['delete'] {
1143
+ get ['/access_codes/unmanaged/delete'](): (
1144
+ parameters?: AccessCodesUnmanagedDeleteParameters,
1145
+ options?: AccessCodesUnmanagedDeleteOptions,
1146
+ ) => AccessCodesUnmanagedDeleteRequest {
341
1147
  const { client, defaults } = this
342
1148
  return function accessCodesUnmanagedDelete(
343
1149
  ...args: Parameters<SeamHttpAccessCodesUnmanaged['delete']>
@@ -347,7 +1153,10 @@ export class SeamHttpEndpoints {
347
1153
  }
348
1154
  }
349
1155
 
350
- get ['/access_codes/unmanaged/get'](): SeamHttpAccessCodesUnmanaged['get'] {
1156
+ get ['/access_codes/unmanaged/get'](): (
1157
+ parameters?: AccessCodesUnmanagedGetParameters,
1158
+ options?: AccessCodesUnmanagedGetOptions,
1159
+ ) => AccessCodesUnmanagedGetRequest {
351
1160
  const { client, defaults } = this
352
1161
  return function accessCodesUnmanagedGet(
353
1162
  ...args: Parameters<SeamHttpAccessCodesUnmanaged['get']>
@@ -357,7 +1166,10 @@ export class SeamHttpEndpoints {
357
1166
  }
358
1167
  }
359
1168
 
360
- get ['/access_codes/unmanaged/list'](): SeamHttpAccessCodesUnmanaged['list'] {
1169
+ get ['/access_codes/unmanaged/list'](): (
1170
+ parameters?: AccessCodesUnmanagedListParameters,
1171
+ options?: AccessCodesUnmanagedListOptions,
1172
+ ) => AccessCodesUnmanagedListRequest {
361
1173
  const { client, defaults } = this
362
1174
  return function accessCodesUnmanagedList(
363
1175
  ...args: Parameters<SeamHttpAccessCodesUnmanaged['list']>
@@ -367,7 +1179,10 @@ export class SeamHttpEndpoints {
367
1179
  }
368
1180
  }
369
1181
 
370
- get ['/access_codes/unmanaged/update'](): SeamHttpAccessCodesUnmanaged['update'] {
1182
+ get ['/access_codes/unmanaged/update'](): (
1183
+ parameters?: AccessCodesUnmanagedUpdateParameters,
1184
+ options?: AccessCodesUnmanagedUpdateOptions,
1185
+ ) => AccessCodesUnmanagedUpdateRequest {
371
1186
  const { client, defaults } = this
372
1187
  return function accessCodesUnmanagedUpdate(
373
1188
  ...args: Parameters<SeamHttpAccessCodesUnmanaged['update']>
@@ -377,7 +1192,10 @@ export class SeamHttpEndpoints {
377
1192
  }
378
1193
  }
379
1194
 
380
- get ['/access_grants/create'](): SeamHttpAccessGrants['create'] {
1195
+ get ['/access_grants/create'](): (
1196
+ parameters?: AccessGrantsCreateParameters,
1197
+ options?: AccessGrantsCreateOptions,
1198
+ ) => AccessGrantsCreateRequest {
381
1199
  const { client, defaults } = this
382
1200
  return function accessGrantsCreate(
383
1201
  ...args: Parameters<SeamHttpAccessGrants['create']>
@@ -387,7 +1205,10 @@ export class SeamHttpEndpoints {
387
1205
  }
388
1206
  }
389
1207
 
390
- get ['/access_grants/delete'](): SeamHttpAccessGrants['delete'] {
1208
+ get ['/access_grants/delete'](): (
1209
+ parameters?: AccessGrantsDeleteParameters,
1210
+ options?: AccessGrantsDeleteOptions,
1211
+ ) => AccessGrantsDeleteRequest {
391
1212
  const { client, defaults } = this
392
1213
  return function accessGrantsDelete(
393
1214
  ...args: Parameters<SeamHttpAccessGrants['delete']>
@@ -397,7 +1218,10 @@ export class SeamHttpEndpoints {
397
1218
  }
398
1219
  }
399
1220
 
400
- get ['/access_grants/get'](): SeamHttpAccessGrants['get'] {
1221
+ get ['/access_grants/get'](): (
1222
+ parameters?: AccessGrantsGetParameters,
1223
+ options?: AccessGrantsGetOptions,
1224
+ ) => AccessGrantsGetRequest {
401
1225
  const { client, defaults } = this
402
1226
  return function accessGrantsGet(
403
1227
  ...args: Parameters<SeamHttpAccessGrants['get']>
@@ -407,7 +1231,10 @@ export class SeamHttpEndpoints {
407
1231
  }
408
1232
  }
409
1233
 
410
- get ['/access_grants/list'](): SeamHttpAccessGrants['list'] {
1234
+ get ['/access_grants/list'](): (
1235
+ parameters?: AccessGrantsListParameters,
1236
+ options?: AccessGrantsListOptions,
1237
+ ) => AccessGrantsListRequest {
411
1238
  const { client, defaults } = this
412
1239
  return function accessGrantsList(
413
1240
  ...args: Parameters<SeamHttpAccessGrants['list']>
@@ -417,7 +1244,10 @@ export class SeamHttpEndpoints {
417
1244
  }
418
1245
  }
419
1246
 
420
- get ['/access_grants/update'](): SeamHttpAccessGrants['update'] {
1247
+ get ['/access_grants/update'](): (
1248
+ parameters?: AccessGrantsUpdateParameters,
1249
+ options?: AccessGrantsUpdateOptions,
1250
+ ) => AccessGrantsUpdateRequest {
421
1251
  const { client, defaults } = this
422
1252
  return function accessGrantsUpdate(
423
1253
  ...args: Parameters<SeamHttpAccessGrants['update']>
@@ -427,7 +1257,10 @@ export class SeamHttpEndpoints {
427
1257
  }
428
1258
  }
429
1259
 
430
- get ['/access_methods/delete'](): SeamHttpAccessMethods['delete'] {
1260
+ get ['/access_methods/delete'](): (
1261
+ parameters?: AccessMethodsDeleteParameters,
1262
+ options?: AccessMethodsDeleteOptions,
1263
+ ) => AccessMethodsDeleteRequest {
431
1264
  const { client, defaults } = this
432
1265
  return function accessMethodsDelete(
433
1266
  ...args: Parameters<SeamHttpAccessMethods['delete']>
@@ -437,7 +1270,10 @@ export class SeamHttpEndpoints {
437
1270
  }
438
1271
  }
439
1272
 
440
- get ['/access_methods/get'](): SeamHttpAccessMethods['get'] {
1273
+ get ['/access_methods/get'](): (
1274
+ parameters?: AccessMethodsGetParameters,
1275
+ options?: AccessMethodsGetOptions,
1276
+ ) => AccessMethodsGetRequest {
441
1277
  const { client, defaults } = this
442
1278
  return function accessMethodsGet(
443
1279
  ...args: Parameters<SeamHttpAccessMethods['get']>
@@ -447,7 +1283,10 @@ export class SeamHttpEndpoints {
447
1283
  }
448
1284
  }
449
1285
 
450
- get ['/access_methods/list'](): SeamHttpAccessMethods['list'] {
1286
+ get ['/access_methods/list'](): (
1287
+ parameters?: AccessMethodsListParameters,
1288
+ options?: AccessMethodsListOptions,
1289
+ ) => AccessMethodsListRequest {
451
1290
  const { client, defaults } = this
452
1291
  return function accessMethodsList(
453
1292
  ...args: Parameters<SeamHttpAccessMethods['list']>
@@ -457,7 +1296,10 @@ export class SeamHttpEndpoints {
457
1296
  }
458
1297
  }
459
1298
 
460
- get ['/acs/access_groups/add_user'](): SeamHttpAcsAccessGroups['addUser'] {
1299
+ get ['/acs/access_groups/add_user'](): (
1300
+ parameters?: AcsAccessGroupsAddUserParameters,
1301
+ options?: AcsAccessGroupsAddUserOptions,
1302
+ ) => AcsAccessGroupsAddUserRequest {
461
1303
  const { client, defaults } = this
462
1304
  return function acsAccessGroupsAddUser(
463
1305
  ...args: Parameters<SeamHttpAcsAccessGroups['addUser']>
@@ -467,7 +1309,10 @@ export class SeamHttpEndpoints {
467
1309
  }
468
1310
  }
469
1311
 
470
- get ['/acs/access_groups/get'](): SeamHttpAcsAccessGroups['get'] {
1312
+ get ['/acs/access_groups/get'](): (
1313
+ parameters?: AcsAccessGroupsGetParameters,
1314
+ options?: AcsAccessGroupsGetOptions,
1315
+ ) => AcsAccessGroupsGetRequest {
471
1316
  const { client, defaults } = this
472
1317
  return function acsAccessGroupsGet(
473
1318
  ...args: Parameters<SeamHttpAcsAccessGroups['get']>
@@ -477,7 +1322,10 @@ export class SeamHttpEndpoints {
477
1322
  }
478
1323
  }
479
1324
 
480
- get ['/acs/access_groups/list'](): SeamHttpAcsAccessGroups['list'] {
1325
+ get ['/acs/access_groups/list'](): (
1326
+ parameters?: AcsAccessGroupsListParameters,
1327
+ options?: AcsAccessGroupsListOptions,
1328
+ ) => AcsAccessGroupsListRequest {
481
1329
  const { client, defaults } = this
482
1330
  return function acsAccessGroupsList(
483
1331
  ...args: Parameters<SeamHttpAcsAccessGroups['list']>
@@ -487,7 +1335,10 @@ export class SeamHttpEndpoints {
487
1335
  }
488
1336
  }
489
1337
 
490
- get ['/acs/access_groups/list_accessible_entrances'](): SeamHttpAcsAccessGroups['listAccessibleEntrances'] {
1338
+ get ['/acs/access_groups/list_accessible_entrances'](): (
1339
+ parameters?: AcsAccessGroupsListAccessibleEntrancesParameters,
1340
+ options?: AcsAccessGroupsListAccessibleEntrancesOptions,
1341
+ ) => AcsAccessGroupsListAccessibleEntrancesRequest {
491
1342
  const { client, defaults } = this
492
1343
  return function acsAccessGroupsListAccessibleEntrances(
493
1344
  ...args: Parameters<SeamHttpAcsAccessGroups['listAccessibleEntrances']>
@@ -497,7 +1348,10 @@ export class SeamHttpEndpoints {
497
1348
  }
498
1349
  }
499
1350
 
500
- get ['/acs/access_groups/list_users'](): SeamHttpAcsAccessGroups['listUsers'] {
1351
+ get ['/acs/access_groups/list_users'](): (
1352
+ parameters?: AcsAccessGroupsListUsersParameters,
1353
+ options?: AcsAccessGroupsListUsersOptions,
1354
+ ) => AcsAccessGroupsListUsersRequest {
501
1355
  const { client, defaults } = this
502
1356
  return function acsAccessGroupsListUsers(
503
1357
  ...args: Parameters<SeamHttpAcsAccessGroups['listUsers']>
@@ -507,7 +1361,10 @@ export class SeamHttpEndpoints {
507
1361
  }
508
1362
  }
509
1363
 
510
- get ['/acs/access_groups/remove_user'](): SeamHttpAcsAccessGroups['removeUser'] {
1364
+ get ['/acs/access_groups/remove_user'](): (
1365
+ parameters?: AcsAccessGroupsRemoveUserParameters,
1366
+ options?: AcsAccessGroupsRemoveUserOptions,
1367
+ ) => AcsAccessGroupsRemoveUserRequest {
511
1368
  const { client, defaults } = this
512
1369
  return function acsAccessGroupsRemoveUser(
513
1370
  ...args: Parameters<SeamHttpAcsAccessGroups['removeUser']>
@@ -517,7 +1374,10 @@ export class SeamHttpEndpoints {
517
1374
  }
518
1375
  }
519
1376
 
520
- get ['/acs/access_groups/unmanaged/get'](): SeamHttpAcsAccessGroupsUnmanaged['get'] {
1377
+ get ['/acs/access_groups/unmanaged/get'](): (
1378
+ parameters?: AcsAccessGroupsUnmanagedGetParameters,
1379
+ options?: AcsAccessGroupsUnmanagedGetOptions,
1380
+ ) => AcsAccessGroupsUnmanagedGetRequest {
521
1381
  const { client, defaults } = this
522
1382
  if (!this.defaults.isUndocumentedApiEnabled) {
523
1383
  throw new Error(
@@ -532,7 +1392,10 @@ export class SeamHttpEndpoints {
532
1392
  }
533
1393
  }
534
1394
 
535
- get ['/acs/access_groups/unmanaged/list'](): SeamHttpAcsAccessGroupsUnmanaged['list'] {
1395
+ get ['/acs/access_groups/unmanaged/list'](): (
1396
+ parameters?: AcsAccessGroupsUnmanagedListParameters,
1397
+ options?: AcsAccessGroupsUnmanagedListOptions,
1398
+ ) => AcsAccessGroupsUnmanagedListRequest {
536
1399
  const { client, defaults } = this
537
1400
  if (!this.defaults.isUndocumentedApiEnabled) {
538
1401
  throw new Error(
@@ -547,7 +1410,10 @@ export class SeamHttpEndpoints {
547
1410
  }
548
1411
  }
549
1412
 
550
- get ['/acs/credential_pools/list'](): SeamHttpAcsCredentialPools['list'] {
1413
+ get ['/acs/credential_pools/list'](): (
1414
+ parameters?: AcsCredentialPoolsListParameters,
1415
+ options?: AcsCredentialPoolsListOptions,
1416
+ ) => AcsCredentialPoolsListRequest {
551
1417
  const { client, defaults } = this
552
1418
  if (!this.defaults.isUndocumentedApiEnabled) {
553
1419
  throw new Error(
@@ -562,7 +1428,10 @@ export class SeamHttpEndpoints {
562
1428
  }
563
1429
  }
564
1430
 
565
- get ['/acs/credential_provisioning_automations/launch'](): SeamHttpAcsCredentialProvisioningAutomations['launch'] {
1431
+ get ['/acs/credential_provisioning_automations/launch'](): (
1432
+ parameters?: AcsCredentialProvisioningAutomationsLaunchParameters,
1433
+ options?: AcsCredentialProvisioningAutomationsLaunchOptions,
1434
+ ) => AcsCredentialProvisioningAutomationsLaunchRequest {
566
1435
  const { client, defaults } = this
567
1436
  if (!this.defaults.isUndocumentedApiEnabled) {
568
1437
  throw new Error(
@@ -582,7 +1451,10 @@ export class SeamHttpEndpoints {
582
1451
  }
583
1452
  }
584
1453
 
585
- get ['/acs/credentials/assign'](): SeamHttpAcsCredentials['assign'] {
1454
+ get ['/acs/credentials/assign'](): (
1455
+ parameters?: AcsCredentialsAssignParameters,
1456
+ options?: AcsCredentialsAssignOptions,
1457
+ ) => AcsCredentialsAssignRequest {
586
1458
  const { client, defaults } = this
587
1459
  return function acsCredentialsAssign(
588
1460
  ...args: Parameters<SeamHttpAcsCredentials['assign']>
@@ -592,7 +1464,10 @@ export class SeamHttpEndpoints {
592
1464
  }
593
1465
  }
594
1466
 
595
- get ['/acs/credentials/create'](): SeamHttpAcsCredentials['create'] {
1467
+ get ['/acs/credentials/create'](): (
1468
+ parameters?: AcsCredentialsCreateParameters,
1469
+ options?: AcsCredentialsCreateOptions,
1470
+ ) => AcsCredentialsCreateRequest {
596
1471
  const { client, defaults } = this
597
1472
  return function acsCredentialsCreate(
598
1473
  ...args: Parameters<SeamHttpAcsCredentials['create']>
@@ -602,7 +1477,10 @@ export class SeamHttpEndpoints {
602
1477
  }
603
1478
  }
604
1479
 
605
- get ['/acs/credentials/create_offline_code'](): SeamHttpAcsCredentials['createOfflineCode'] {
1480
+ get ['/acs/credentials/create_offline_code'](): (
1481
+ parameters?: AcsCredentialsCreateOfflineCodeParameters,
1482
+ options?: AcsCredentialsCreateOfflineCodeOptions,
1483
+ ) => AcsCredentialsCreateOfflineCodeRequest {
606
1484
  const { client, defaults } = this
607
1485
  if (!this.defaults.isUndocumentedApiEnabled) {
608
1486
  throw new Error(
@@ -617,7 +1495,10 @@ export class SeamHttpEndpoints {
617
1495
  }
618
1496
  }
619
1497
 
620
- get ['/acs/credentials/delete'](): SeamHttpAcsCredentials['delete'] {
1498
+ get ['/acs/credentials/delete'](): (
1499
+ parameters?: AcsCredentialsDeleteParameters,
1500
+ options?: AcsCredentialsDeleteOptions,
1501
+ ) => AcsCredentialsDeleteRequest {
621
1502
  const { client, defaults } = this
622
1503
  return function acsCredentialsDelete(
623
1504
  ...args: Parameters<SeamHttpAcsCredentials['delete']>
@@ -627,7 +1508,10 @@ export class SeamHttpEndpoints {
627
1508
  }
628
1509
  }
629
1510
 
630
- get ['/acs/credentials/get'](): SeamHttpAcsCredentials['get'] {
1511
+ get ['/acs/credentials/get'](): (
1512
+ parameters?: AcsCredentialsGetParameters,
1513
+ options?: AcsCredentialsGetOptions,
1514
+ ) => AcsCredentialsGetRequest {
631
1515
  const { client, defaults } = this
632
1516
  return function acsCredentialsGet(
633
1517
  ...args: Parameters<SeamHttpAcsCredentials['get']>
@@ -637,7 +1521,10 @@ export class SeamHttpEndpoints {
637
1521
  }
638
1522
  }
639
1523
 
640
- get ['/acs/credentials/list'](): SeamHttpAcsCredentials['list'] {
1524
+ get ['/acs/credentials/list'](): (
1525
+ parameters?: AcsCredentialsListParameters,
1526
+ options?: AcsCredentialsListOptions,
1527
+ ) => AcsCredentialsListRequest {
641
1528
  const { client, defaults } = this
642
1529
  return function acsCredentialsList(
643
1530
  ...args: Parameters<SeamHttpAcsCredentials['list']>
@@ -647,7 +1534,10 @@ export class SeamHttpEndpoints {
647
1534
  }
648
1535
  }
649
1536
 
650
- get ['/acs/credentials/list_accessible_entrances'](): SeamHttpAcsCredentials['listAccessibleEntrances'] {
1537
+ get ['/acs/credentials/list_accessible_entrances'](): (
1538
+ parameters?: AcsCredentialsListAccessibleEntrancesParameters,
1539
+ options?: AcsCredentialsListAccessibleEntrancesOptions,
1540
+ ) => AcsCredentialsListAccessibleEntrancesRequest {
651
1541
  const { client, defaults } = this
652
1542
  return function acsCredentialsListAccessibleEntrances(
653
1543
  ...args: Parameters<SeamHttpAcsCredentials['listAccessibleEntrances']>
@@ -657,7 +1547,10 @@ export class SeamHttpEndpoints {
657
1547
  }
658
1548
  }
659
1549
 
660
- get ['/acs/credentials/unassign'](): SeamHttpAcsCredentials['unassign'] {
1550
+ get ['/acs/credentials/unassign'](): (
1551
+ parameters?: AcsCredentialsUnassignParameters,
1552
+ options?: AcsCredentialsUnassignOptions,
1553
+ ) => AcsCredentialsUnassignRequest {
661
1554
  const { client, defaults } = this
662
1555
  return function acsCredentialsUnassign(
663
1556
  ...args: Parameters<SeamHttpAcsCredentials['unassign']>
@@ -667,7 +1560,10 @@ export class SeamHttpEndpoints {
667
1560
  }
668
1561
  }
669
1562
 
670
- get ['/acs/credentials/update'](): SeamHttpAcsCredentials['update'] {
1563
+ get ['/acs/credentials/update'](): (
1564
+ parameters?: AcsCredentialsUpdateParameters,
1565
+ options?: AcsCredentialsUpdateOptions,
1566
+ ) => AcsCredentialsUpdateRequest {
671
1567
  const { client, defaults } = this
672
1568
  return function acsCredentialsUpdate(
673
1569
  ...args: Parameters<SeamHttpAcsCredentials['update']>
@@ -677,7 +1573,10 @@ export class SeamHttpEndpoints {
677
1573
  }
678
1574
  }
679
1575
 
680
- get ['/acs/credentials/unmanaged/get'](): SeamHttpAcsCredentialsUnmanaged['get'] {
1576
+ get ['/acs/credentials/unmanaged/get'](): (
1577
+ parameters?: AcsCredentialsUnmanagedGetParameters,
1578
+ options?: AcsCredentialsUnmanagedGetOptions,
1579
+ ) => AcsCredentialsUnmanagedGetRequest {
681
1580
  const { client, defaults } = this
682
1581
  if (!this.defaults.isUndocumentedApiEnabled) {
683
1582
  throw new Error(
@@ -692,7 +1591,10 @@ export class SeamHttpEndpoints {
692
1591
  }
693
1592
  }
694
1593
 
695
- get ['/acs/credentials/unmanaged/list'](): SeamHttpAcsCredentialsUnmanaged['list'] {
1594
+ get ['/acs/credentials/unmanaged/list'](): (
1595
+ parameters?: AcsCredentialsUnmanagedListParameters,
1596
+ options?: AcsCredentialsUnmanagedListOptions,
1597
+ ) => AcsCredentialsUnmanagedListRequest {
696
1598
  const { client, defaults } = this
697
1599
  if (!this.defaults.isUndocumentedApiEnabled) {
698
1600
  throw new Error(
@@ -707,7 +1609,10 @@ export class SeamHttpEndpoints {
707
1609
  }
708
1610
  }
709
1611
 
710
- get ['/acs/encoders/encode_access_method'](): SeamHttpAcsEncoders['encodeAccessMethod'] {
1612
+ get ['/acs/encoders/encode_access_method'](): (
1613
+ parameters?: AcsEncodersEncodeAccessMethodParameters,
1614
+ options?: AcsEncodersEncodeAccessMethodOptions,
1615
+ ) => AcsEncodersEncodeAccessMethodRequest {
711
1616
  const { client, defaults } = this
712
1617
  return function acsEncodersEncodeAccessMethod(
713
1618
  ...args: Parameters<SeamHttpAcsEncoders['encodeAccessMethod']>
@@ -717,7 +1622,10 @@ export class SeamHttpEndpoints {
717
1622
  }
718
1623
  }
719
1624
 
720
- get ['/acs/encoders/encode_credential'](): SeamHttpAcsEncoders['encodeCredential'] {
1625
+ get ['/acs/encoders/encode_credential'](): (
1626
+ parameters?: AcsEncodersEncodeCredentialParameters,
1627
+ options?: AcsEncodersEncodeCredentialOptions,
1628
+ ) => AcsEncodersEncodeCredentialRequest {
721
1629
  const { client, defaults } = this
722
1630
  return function acsEncodersEncodeCredential(
723
1631
  ...args: Parameters<SeamHttpAcsEncoders['encodeCredential']>
@@ -727,7 +1635,10 @@ export class SeamHttpEndpoints {
727
1635
  }
728
1636
  }
729
1637
 
730
- get ['/acs/encoders/get'](): SeamHttpAcsEncoders['get'] {
1638
+ get ['/acs/encoders/get'](): (
1639
+ parameters?: AcsEncodersGetParameters,
1640
+ options?: AcsEncodersGetOptions,
1641
+ ) => AcsEncodersGetRequest {
731
1642
  const { client, defaults } = this
732
1643
  return function acsEncodersGet(
733
1644
  ...args: Parameters<SeamHttpAcsEncoders['get']>
@@ -737,7 +1648,10 @@ export class SeamHttpEndpoints {
737
1648
  }
738
1649
  }
739
1650
 
740
- get ['/acs/encoders/list'](): SeamHttpAcsEncoders['list'] {
1651
+ get ['/acs/encoders/list'](): (
1652
+ parameters?: AcsEncodersListParameters,
1653
+ options?: AcsEncodersListOptions,
1654
+ ) => AcsEncodersListRequest {
741
1655
  const { client, defaults } = this
742
1656
  return function acsEncodersList(
743
1657
  ...args: Parameters<SeamHttpAcsEncoders['list']>
@@ -747,7 +1661,10 @@ export class SeamHttpEndpoints {
747
1661
  }
748
1662
  }
749
1663
 
750
- get ['/acs/encoders/scan_credential'](): SeamHttpAcsEncoders['scanCredential'] {
1664
+ get ['/acs/encoders/scan_credential'](): (
1665
+ parameters?: AcsEncodersScanCredentialParameters,
1666
+ options?: AcsEncodersScanCredentialOptions,
1667
+ ) => AcsEncodersScanCredentialRequest {
751
1668
  const { client, defaults } = this
752
1669
  return function acsEncodersScanCredential(
753
1670
  ...args: Parameters<SeamHttpAcsEncoders['scanCredential']>
@@ -757,7 +1674,10 @@ export class SeamHttpEndpoints {
757
1674
  }
758
1675
  }
759
1676
 
760
- get ['/acs/encoders/simulate/next_credential_encode_will_fail'](): SeamHttpAcsEncodersSimulate['nextCredentialEncodeWillFail'] {
1677
+ get ['/acs/encoders/simulate/next_credential_encode_will_fail'](): (
1678
+ parameters?: AcsEncodersSimulateNextCredentialEncodeWillFailParameters,
1679
+ options?: AcsEncodersSimulateNextCredentialEncodeWillFailOptions,
1680
+ ) => AcsEncodersSimulateNextCredentialEncodeWillFailRequest {
761
1681
  const { client, defaults } = this
762
1682
  return function acsEncodersSimulateNextCredentialEncodeWillFail(
763
1683
  ...args: Parameters<
@@ -769,7 +1689,10 @@ export class SeamHttpEndpoints {
769
1689
  }
770
1690
  }
771
1691
 
772
- get ['/acs/encoders/simulate/next_credential_encode_will_succeed'](): SeamHttpAcsEncodersSimulate['nextCredentialEncodeWillSucceed'] {
1692
+ get ['/acs/encoders/simulate/next_credential_encode_will_succeed'](): (
1693
+ parameters?: AcsEncodersSimulateNextCredentialEncodeWillSucceedParameters,
1694
+ options?: AcsEncodersSimulateNextCredentialEncodeWillSucceedOptions,
1695
+ ) => AcsEncodersSimulateNextCredentialEncodeWillSucceedRequest {
773
1696
  const { client, defaults } = this
774
1697
  return function acsEncodersSimulateNextCredentialEncodeWillSucceed(
775
1698
  ...args: Parameters<
@@ -783,7 +1706,10 @@ export class SeamHttpEndpoints {
783
1706
  }
784
1707
  }
785
1708
 
786
- get ['/acs/encoders/simulate/next_credential_scan_will_fail'](): SeamHttpAcsEncodersSimulate['nextCredentialScanWillFail'] {
1709
+ get ['/acs/encoders/simulate/next_credential_scan_will_fail'](): (
1710
+ parameters?: AcsEncodersSimulateNextCredentialScanWillFailParameters,
1711
+ options?: AcsEncodersSimulateNextCredentialScanWillFailOptions,
1712
+ ) => AcsEncodersSimulateNextCredentialScanWillFailRequest {
787
1713
  const { client, defaults } = this
788
1714
  return function acsEncodersSimulateNextCredentialScanWillFail(
789
1715
  ...args: Parameters<
@@ -795,7 +1721,10 @@ export class SeamHttpEndpoints {
795
1721
  }
796
1722
  }
797
1723
 
798
- get ['/acs/encoders/simulate/next_credential_scan_will_succeed'](): SeamHttpAcsEncodersSimulate['nextCredentialScanWillSucceed'] {
1724
+ get ['/acs/encoders/simulate/next_credential_scan_will_succeed'](): (
1725
+ parameters?: AcsEncodersSimulateNextCredentialScanWillSucceedParameters,
1726
+ options?: AcsEncodersSimulateNextCredentialScanWillSucceedOptions,
1727
+ ) => AcsEncodersSimulateNextCredentialScanWillSucceedRequest {
799
1728
  const { client, defaults } = this
800
1729
  return function acsEncodersSimulateNextCredentialScanWillSucceed(
801
1730
  ...args: Parameters<
@@ -809,7 +1738,10 @@ export class SeamHttpEndpoints {
809
1738
  }
810
1739
  }
811
1740
 
812
- get ['/acs/entrances/get'](): SeamHttpAcsEntrances['get'] {
1741
+ get ['/acs/entrances/get'](): (
1742
+ parameters?: AcsEntrancesGetParameters,
1743
+ options?: AcsEntrancesGetOptions,
1744
+ ) => AcsEntrancesGetRequest {
813
1745
  const { client, defaults } = this
814
1746
  return function acsEntrancesGet(
815
1747
  ...args: Parameters<SeamHttpAcsEntrances['get']>
@@ -819,7 +1751,10 @@ export class SeamHttpEndpoints {
819
1751
  }
820
1752
  }
821
1753
 
822
- get ['/acs/entrances/grant_access'](): SeamHttpAcsEntrances['grantAccess'] {
1754
+ get ['/acs/entrances/grant_access'](): (
1755
+ parameters?: AcsEntrancesGrantAccessParameters,
1756
+ options?: AcsEntrancesGrantAccessOptions,
1757
+ ) => AcsEntrancesGrantAccessRequest {
823
1758
  const { client, defaults } = this
824
1759
  return function acsEntrancesGrantAccess(
825
1760
  ...args: Parameters<SeamHttpAcsEntrances['grantAccess']>
@@ -829,7 +1764,10 @@ export class SeamHttpEndpoints {
829
1764
  }
830
1765
  }
831
1766
 
832
- get ['/acs/entrances/list'](): SeamHttpAcsEntrances['list'] {
1767
+ get ['/acs/entrances/list'](): (
1768
+ parameters?: AcsEntrancesListParameters,
1769
+ options?: AcsEntrancesListOptions,
1770
+ ) => AcsEntrancesListRequest {
833
1771
  const { client, defaults } = this
834
1772
  return function acsEntrancesList(
835
1773
  ...args: Parameters<SeamHttpAcsEntrances['list']>
@@ -839,7 +1777,10 @@ export class SeamHttpEndpoints {
839
1777
  }
840
1778
  }
841
1779
 
842
- get ['/acs/entrances/list_credentials_with_access'](): SeamHttpAcsEntrances['listCredentialsWithAccess'] {
1780
+ get ['/acs/entrances/list_credentials_with_access'](): (
1781
+ parameters?: AcsEntrancesListCredentialsWithAccessParameters,
1782
+ options?: AcsEntrancesListCredentialsWithAccessOptions,
1783
+ ) => AcsEntrancesListCredentialsWithAccessRequest {
843
1784
  const { client, defaults } = this
844
1785
  return function acsEntrancesListCredentialsWithAccess(
845
1786
  ...args: Parameters<SeamHttpAcsEntrances['listCredentialsWithAccess']>
@@ -849,7 +1790,10 @@ export class SeamHttpEndpoints {
849
1790
  }
850
1791
  }
851
1792
 
852
- get ['/acs/systems/get'](): SeamHttpAcsSystems['get'] {
1793
+ get ['/acs/systems/get'](): (
1794
+ parameters?: AcsSystemsGetParameters,
1795
+ options?: AcsSystemsGetOptions,
1796
+ ) => AcsSystemsGetRequest {
853
1797
  const { client, defaults } = this
854
1798
  return function acsSystemsGet(
855
1799
  ...args: Parameters<SeamHttpAcsSystems['get']>
@@ -859,7 +1803,10 @@ export class SeamHttpEndpoints {
859
1803
  }
860
1804
  }
861
1805
 
862
- get ['/acs/systems/list'](): SeamHttpAcsSystems['list'] {
1806
+ get ['/acs/systems/list'](): (
1807
+ parameters?: AcsSystemsListParameters,
1808
+ options?: AcsSystemsListOptions,
1809
+ ) => AcsSystemsListRequest {
863
1810
  const { client, defaults } = this
864
1811
  return function acsSystemsList(
865
1812
  ...args: Parameters<SeamHttpAcsSystems['list']>
@@ -869,7 +1816,10 @@ export class SeamHttpEndpoints {
869
1816
  }
870
1817
  }
871
1818
 
872
- get ['/acs/systems/list_compatible_credential_manager_acs_systems'](): SeamHttpAcsSystems['listCompatibleCredentialManagerAcsSystems'] {
1819
+ get ['/acs/systems/list_compatible_credential_manager_acs_systems'](): (
1820
+ parameters?: AcsSystemsListCompatibleCredentialManagerAcsSystemsParameters,
1821
+ options?: AcsSystemsListCompatibleCredentialManagerAcsSystemsOptions,
1822
+ ) => AcsSystemsListCompatibleCredentialManagerAcsSystemsRequest {
873
1823
  const { client, defaults } = this
874
1824
  return function acsSystemsListCompatibleCredentialManagerAcsSystems(
875
1825
  ...args: Parameters<
@@ -883,7 +1833,10 @@ export class SeamHttpEndpoints {
883
1833
  }
884
1834
  }
885
1835
 
886
- get ['/acs/users/add_to_access_group'](): SeamHttpAcsUsers['addToAccessGroup'] {
1836
+ get ['/acs/users/add_to_access_group'](): (
1837
+ parameters?: AcsUsersAddToAccessGroupParameters,
1838
+ options?: AcsUsersAddToAccessGroupOptions,
1839
+ ) => AcsUsersAddToAccessGroupRequest {
887
1840
  const { client, defaults } = this
888
1841
  return function acsUsersAddToAccessGroup(
889
1842
  ...args: Parameters<SeamHttpAcsUsers['addToAccessGroup']>
@@ -893,7 +1846,10 @@ export class SeamHttpEndpoints {
893
1846
  }
894
1847
  }
895
1848
 
896
- get ['/acs/users/create'](): SeamHttpAcsUsers['create'] {
1849
+ get ['/acs/users/create'](): (
1850
+ parameters?: AcsUsersCreateParameters,
1851
+ options?: AcsUsersCreateOptions,
1852
+ ) => AcsUsersCreateRequest {
897
1853
  const { client, defaults } = this
898
1854
  return function acsUsersCreate(
899
1855
  ...args: Parameters<SeamHttpAcsUsers['create']>
@@ -903,7 +1859,10 @@ export class SeamHttpEndpoints {
903
1859
  }
904
1860
  }
905
1861
 
906
- get ['/acs/users/delete'](): SeamHttpAcsUsers['delete'] {
1862
+ get ['/acs/users/delete'](): (
1863
+ parameters?: AcsUsersDeleteParameters,
1864
+ options?: AcsUsersDeleteOptions,
1865
+ ) => AcsUsersDeleteRequest {
907
1866
  const { client, defaults } = this
908
1867
  return function acsUsersDelete(
909
1868
  ...args: Parameters<SeamHttpAcsUsers['delete']>
@@ -913,7 +1872,10 @@ export class SeamHttpEndpoints {
913
1872
  }
914
1873
  }
915
1874
 
916
- get ['/acs/users/get'](): SeamHttpAcsUsers['get'] {
1875
+ get ['/acs/users/get'](): (
1876
+ parameters?: AcsUsersGetParameters,
1877
+ options?: AcsUsersGetOptions,
1878
+ ) => AcsUsersGetRequest {
917
1879
  const { client, defaults } = this
918
1880
  return function acsUsersGet(
919
1881
  ...args: Parameters<SeamHttpAcsUsers['get']>
@@ -923,7 +1885,10 @@ export class SeamHttpEndpoints {
923
1885
  }
924
1886
  }
925
1887
 
926
- get ['/acs/users/list'](): SeamHttpAcsUsers['list'] {
1888
+ get ['/acs/users/list'](): (
1889
+ parameters?: AcsUsersListParameters,
1890
+ options?: AcsUsersListOptions,
1891
+ ) => AcsUsersListRequest {
927
1892
  const { client, defaults } = this
928
1893
  return function acsUsersList(
929
1894
  ...args: Parameters<SeamHttpAcsUsers['list']>
@@ -933,7 +1898,10 @@ export class SeamHttpEndpoints {
933
1898
  }
934
1899
  }
935
1900
 
936
- get ['/acs/users/list_accessible_entrances'](): SeamHttpAcsUsers['listAccessibleEntrances'] {
1901
+ get ['/acs/users/list_accessible_entrances'](): (
1902
+ parameters?: AcsUsersListAccessibleEntrancesParameters,
1903
+ options?: AcsUsersListAccessibleEntrancesOptions,
1904
+ ) => AcsUsersListAccessibleEntrancesRequest {
937
1905
  const { client, defaults } = this
938
1906
  return function acsUsersListAccessibleEntrances(
939
1907
  ...args: Parameters<SeamHttpAcsUsers['listAccessibleEntrances']>
@@ -943,7 +1911,10 @@ export class SeamHttpEndpoints {
943
1911
  }
944
1912
  }
945
1913
 
946
- get ['/acs/users/remove_from_access_group'](): SeamHttpAcsUsers['removeFromAccessGroup'] {
1914
+ get ['/acs/users/remove_from_access_group'](): (
1915
+ parameters?: AcsUsersRemoveFromAccessGroupParameters,
1916
+ options?: AcsUsersRemoveFromAccessGroupOptions,
1917
+ ) => AcsUsersRemoveFromAccessGroupRequest {
947
1918
  const { client, defaults } = this
948
1919
  return function acsUsersRemoveFromAccessGroup(
949
1920
  ...args: Parameters<SeamHttpAcsUsers['removeFromAccessGroup']>
@@ -953,7 +1924,10 @@ export class SeamHttpEndpoints {
953
1924
  }
954
1925
  }
955
1926
 
956
- get ['/acs/users/revoke_access_to_all_entrances'](): SeamHttpAcsUsers['revokeAccessToAllEntrances'] {
1927
+ get ['/acs/users/revoke_access_to_all_entrances'](): (
1928
+ parameters?: AcsUsersRevokeAccessToAllEntrancesParameters,
1929
+ options?: AcsUsersRevokeAccessToAllEntrancesOptions,
1930
+ ) => AcsUsersRevokeAccessToAllEntrancesRequest {
957
1931
  const { client, defaults } = this
958
1932
  return function acsUsersRevokeAccessToAllEntrances(
959
1933
  ...args: Parameters<SeamHttpAcsUsers['revokeAccessToAllEntrances']>
@@ -963,7 +1937,10 @@ export class SeamHttpEndpoints {
963
1937
  }
964
1938
  }
965
1939
 
966
- get ['/acs/users/suspend'](): SeamHttpAcsUsers['suspend'] {
1940
+ get ['/acs/users/suspend'](): (
1941
+ parameters?: AcsUsersSuspendParameters,
1942
+ options?: AcsUsersSuspendOptions,
1943
+ ) => AcsUsersSuspendRequest {
967
1944
  const { client, defaults } = this
968
1945
  return function acsUsersSuspend(
969
1946
  ...args: Parameters<SeamHttpAcsUsers['suspend']>
@@ -973,7 +1950,10 @@ export class SeamHttpEndpoints {
973
1950
  }
974
1951
  }
975
1952
 
976
- get ['/acs/users/unsuspend'](): SeamHttpAcsUsers['unsuspend'] {
1953
+ get ['/acs/users/unsuspend'](): (
1954
+ parameters?: AcsUsersUnsuspendParameters,
1955
+ options?: AcsUsersUnsuspendOptions,
1956
+ ) => AcsUsersUnsuspendRequest {
977
1957
  const { client, defaults } = this
978
1958
  return function acsUsersUnsuspend(
979
1959
  ...args: Parameters<SeamHttpAcsUsers['unsuspend']>
@@ -983,7 +1963,10 @@ export class SeamHttpEndpoints {
983
1963
  }
984
1964
  }
985
1965
 
986
- get ['/acs/users/update'](): SeamHttpAcsUsers['update'] {
1966
+ get ['/acs/users/update'](): (
1967
+ parameters?: AcsUsersUpdateParameters,
1968
+ options?: AcsUsersUpdateOptions,
1969
+ ) => AcsUsersUpdateRequest {
987
1970
  const { client, defaults } = this
988
1971
  return function acsUsersUpdate(
989
1972
  ...args: Parameters<SeamHttpAcsUsers['update']>
@@ -993,7 +1976,10 @@ export class SeamHttpEndpoints {
993
1976
  }
994
1977
  }
995
1978
 
996
- get ['/acs/users/unmanaged/get'](): SeamHttpAcsUsersUnmanaged['get'] {
1979
+ get ['/acs/users/unmanaged/get'](): (
1980
+ parameters?: AcsUsersUnmanagedGetParameters,
1981
+ options?: AcsUsersUnmanagedGetOptions,
1982
+ ) => AcsUsersUnmanagedGetRequest {
997
1983
  const { client, defaults } = this
998
1984
  if (!this.defaults.isUndocumentedApiEnabled) {
999
1985
  throw new Error(
@@ -1008,7 +1994,10 @@ export class SeamHttpEndpoints {
1008
1994
  }
1009
1995
  }
1010
1996
 
1011
- get ['/acs/users/unmanaged/list'](): SeamHttpAcsUsersUnmanaged['list'] {
1997
+ get ['/acs/users/unmanaged/list'](): (
1998
+ parameters?: AcsUsersUnmanagedListParameters,
1999
+ options?: AcsUsersUnmanagedListOptions,
2000
+ ) => AcsUsersUnmanagedListRequest {
1012
2001
  const { client, defaults } = this
1013
2002
  if (!this.defaults.isUndocumentedApiEnabled) {
1014
2003
  throw new Error(
@@ -1023,7 +2012,10 @@ export class SeamHttpEndpoints {
1023
2012
  }
1024
2013
  }
1025
2014
 
1026
- get ['/action_attempts/get'](): SeamHttpActionAttempts['get'] {
2015
+ get ['/action_attempts/get'](): (
2016
+ parameters?: ActionAttemptsGetParameters,
2017
+ options?: ActionAttemptsGetOptions,
2018
+ ) => ActionAttemptsGetRequest {
1027
2019
  const { client, defaults } = this
1028
2020
  return function actionAttemptsGet(
1029
2021
  ...args: Parameters<SeamHttpActionAttempts['get']>
@@ -1033,7 +2025,10 @@ export class SeamHttpEndpoints {
1033
2025
  }
1034
2026
  }
1035
2027
 
1036
- get ['/action_attempts/list'](): SeamHttpActionAttempts['list'] {
2028
+ get ['/action_attempts/list'](): (
2029
+ parameters?: ActionAttemptsListParameters,
2030
+ options?: ActionAttemptsListOptions,
2031
+ ) => ActionAttemptsListRequest {
1037
2032
  const { client, defaults } = this
1038
2033
  return function actionAttemptsList(
1039
2034
  ...args: Parameters<SeamHttpActionAttempts['list']>
@@ -1043,7 +2038,10 @@ export class SeamHttpEndpoints {
1043
2038
  }
1044
2039
  }
1045
2040
 
1046
- get ['/bridges/get'](): SeamHttpBridges['get'] {
2041
+ get ['/bridges/get'](): (
2042
+ parameters?: BridgesGetParameters,
2043
+ options?: BridgesGetOptions,
2044
+ ) => BridgesGetRequest {
1047
2045
  const { client, defaults } = this
1048
2046
  if (!this.defaults.isUndocumentedApiEnabled) {
1049
2047
  throw new Error(
@@ -1058,7 +2056,10 @@ export class SeamHttpEndpoints {
1058
2056
  }
1059
2057
  }
1060
2058
 
1061
- get ['/bridges/list'](): SeamHttpBridges['list'] {
2059
+ get ['/bridges/list'](): (
2060
+ parameters?: BridgesListParameters,
2061
+ options?: BridgesListOptions,
2062
+ ) => BridgesListRequest {
1062
2063
  const { client, defaults } = this
1063
2064
  if (!this.defaults.isUndocumentedApiEnabled) {
1064
2065
  throw new Error(
@@ -1073,7 +2074,10 @@ export class SeamHttpEndpoints {
1073
2074
  }
1074
2075
  }
1075
2076
 
1076
- get ['/client_sessions/create'](): SeamHttpClientSessions['create'] {
2077
+ get ['/client_sessions/create'](): (
2078
+ parameters?: ClientSessionsCreateParameters,
2079
+ options?: ClientSessionsCreateOptions,
2080
+ ) => ClientSessionsCreateRequest {
1077
2081
  const { client, defaults } = this
1078
2082
  return function clientSessionsCreate(
1079
2083
  ...args: Parameters<SeamHttpClientSessions['create']>
@@ -1083,7 +2087,10 @@ export class SeamHttpEndpoints {
1083
2087
  }
1084
2088
  }
1085
2089
 
1086
- get ['/client_sessions/delete'](): SeamHttpClientSessions['delete'] {
2090
+ get ['/client_sessions/delete'](): (
2091
+ parameters?: ClientSessionsDeleteParameters,
2092
+ options?: ClientSessionsDeleteOptions,
2093
+ ) => ClientSessionsDeleteRequest {
1087
2094
  const { client, defaults } = this
1088
2095
  return function clientSessionsDelete(
1089
2096
  ...args: Parameters<SeamHttpClientSessions['delete']>
@@ -1093,7 +2100,10 @@ export class SeamHttpEndpoints {
1093
2100
  }
1094
2101
  }
1095
2102
 
1096
- get ['/client_sessions/get'](): SeamHttpClientSessions['get'] {
2103
+ get ['/client_sessions/get'](): (
2104
+ parameters?: ClientSessionsGetParameters,
2105
+ options?: ClientSessionsGetOptions,
2106
+ ) => ClientSessionsGetRequest {
1097
2107
  const { client, defaults } = this
1098
2108
  return function clientSessionsGet(
1099
2109
  ...args: Parameters<SeamHttpClientSessions['get']>
@@ -1103,7 +2113,10 @@ export class SeamHttpEndpoints {
1103
2113
  }
1104
2114
  }
1105
2115
 
1106
- get ['/client_sessions/get_or_create'](): SeamHttpClientSessions['getOrCreate'] {
2116
+ get ['/client_sessions/get_or_create'](): (
2117
+ parameters?: ClientSessionsGetOrCreateParameters,
2118
+ options?: ClientSessionsGetOrCreateOptions,
2119
+ ) => ClientSessionsGetOrCreateRequest {
1107
2120
  const { client, defaults } = this
1108
2121
  return function clientSessionsGetOrCreate(
1109
2122
  ...args: Parameters<SeamHttpClientSessions['getOrCreate']>
@@ -1113,7 +2126,10 @@ export class SeamHttpEndpoints {
1113
2126
  }
1114
2127
  }
1115
2128
 
1116
- get ['/client_sessions/grant_access'](): SeamHttpClientSessions['grantAccess'] {
2129
+ get ['/client_sessions/grant_access'](): (
2130
+ parameters?: ClientSessionsGrantAccessParameters,
2131
+ options?: ClientSessionsGrantAccessOptions,
2132
+ ) => ClientSessionsGrantAccessRequest {
1117
2133
  const { client, defaults } = this
1118
2134
  return function clientSessionsGrantAccess(
1119
2135
  ...args: Parameters<SeamHttpClientSessions['grantAccess']>
@@ -1123,7 +2139,10 @@ export class SeamHttpEndpoints {
1123
2139
  }
1124
2140
  }
1125
2141
 
1126
- get ['/client_sessions/list'](): SeamHttpClientSessions['list'] {
2142
+ get ['/client_sessions/list'](): (
2143
+ parameters?: ClientSessionsListParameters,
2144
+ options?: ClientSessionsListOptions,
2145
+ ) => ClientSessionsListRequest {
1127
2146
  const { client, defaults } = this
1128
2147
  return function clientSessionsList(
1129
2148
  ...args: Parameters<SeamHttpClientSessions['list']>
@@ -1133,7 +2152,10 @@ export class SeamHttpEndpoints {
1133
2152
  }
1134
2153
  }
1135
2154
 
1136
- get ['/client_sessions/revoke'](): SeamHttpClientSessions['revoke'] {
2155
+ get ['/client_sessions/revoke'](): (
2156
+ parameters?: ClientSessionsRevokeParameters,
2157
+ options?: ClientSessionsRevokeOptions,
2158
+ ) => ClientSessionsRevokeRequest {
1137
2159
  const { client, defaults } = this
1138
2160
  return function clientSessionsRevoke(
1139
2161
  ...args: Parameters<SeamHttpClientSessions['revoke']>
@@ -1143,7 +2165,10 @@ export class SeamHttpEndpoints {
1143
2165
  }
1144
2166
  }
1145
2167
 
1146
- get ['/connect_webviews/create'](): SeamHttpConnectWebviews['create'] {
2168
+ get ['/connect_webviews/create'](): (
2169
+ parameters?: ConnectWebviewsCreateParameters,
2170
+ options?: ConnectWebviewsCreateOptions,
2171
+ ) => ConnectWebviewsCreateRequest {
1147
2172
  const { client, defaults } = this
1148
2173
  return function connectWebviewsCreate(
1149
2174
  ...args: Parameters<SeamHttpConnectWebviews['create']>
@@ -1153,7 +2178,10 @@ export class SeamHttpEndpoints {
1153
2178
  }
1154
2179
  }
1155
2180
 
1156
- get ['/connect_webviews/delete'](): SeamHttpConnectWebviews['delete'] {
2181
+ get ['/connect_webviews/delete'](): (
2182
+ parameters?: ConnectWebviewsDeleteParameters,
2183
+ options?: ConnectWebviewsDeleteOptions,
2184
+ ) => ConnectWebviewsDeleteRequest {
1157
2185
  const { client, defaults } = this
1158
2186
  return function connectWebviewsDelete(
1159
2187
  ...args: Parameters<SeamHttpConnectWebviews['delete']>
@@ -1163,7 +2191,10 @@ export class SeamHttpEndpoints {
1163
2191
  }
1164
2192
  }
1165
2193
 
1166
- get ['/connect_webviews/get'](): SeamHttpConnectWebviews['get'] {
2194
+ get ['/connect_webviews/get'](): (
2195
+ parameters?: ConnectWebviewsGetParameters,
2196
+ options?: ConnectWebviewsGetOptions,
2197
+ ) => ConnectWebviewsGetRequest {
1167
2198
  const { client, defaults } = this
1168
2199
  return function connectWebviewsGet(
1169
2200
  ...args: Parameters<SeamHttpConnectWebviews['get']>
@@ -1173,7 +2204,10 @@ export class SeamHttpEndpoints {
1173
2204
  }
1174
2205
  }
1175
2206
 
1176
- get ['/connect_webviews/list'](): SeamHttpConnectWebviews['list'] {
2207
+ get ['/connect_webviews/list'](): (
2208
+ parameters?: ConnectWebviewsListParameters,
2209
+ options?: ConnectWebviewsListOptions,
2210
+ ) => ConnectWebviewsListRequest {
1177
2211
  const { client, defaults } = this
1178
2212
  return function connectWebviewsList(
1179
2213
  ...args: Parameters<SeamHttpConnectWebviews['list']>
@@ -1183,7 +2217,10 @@ export class SeamHttpEndpoints {
1183
2217
  }
1184
2218
  }
1185
2219
 
1186
- get ['/connected_accounts/delete'](): SeamHttpConnectedAccounts['delete'] {
2220
+ get ['/connected_accounts/delete'](): (
2221
+ parameters?: ConnectedAccountsDeleteParameters,
2222
+ options?: ConnectedAccountsDeleteOptions,
2223
+ ) => ConnectedAccountsDeleteRequest {
1187
2224
  const { client, defaults } = this
1188
2225
  return function connectedAccountsDelete(
1189
2226
  ...args: Parameters<SeamHttpConnectedAccounts['delete']>
@@ -1193,7 +2230,10 @@ export class SeamHttpEndpoints {
1193
2230
  }
1194
2231
  }
1195
2232
 
1196
- get ['/connected_accounts/get'](): SeamHttpConnectedAccounts['get'] {
2233
+ get ['/connected_accounts/get'](): (
2234
+ parameters?: ConnectedAccountsGetParameters,
2235
+ options?: ConnectedAccountsGetOptions,
2236
+ ) => ConnectedAccountsGetRequest {
1197
2237
  const { client, defaults } = this
1198
2238
  return function connectedAccountsGet(
1199
2239
  ...args: Parameters<SeamHttpConnectedAccounts['get']>
@@ -1203,7 +2243,10 @@ export class SeamHttpEndpoints {
1203
2243
  }
1204
2244
  }
1205
2245
 
1206
- get ['/connected_accounts/list'](): SeamHttpConnectedAccounts['list'] {
2246
+ get ['/connected_accounts/list'](): (
2247
+ parameters?: ConnectedAccountsListParameters,
2248
+ options?: ConnectedAccountsListOptions,
2249
+ ) => ConnectedAccountsListRequest {
1207
2250
  const { client, defaults } = this
1208
2251
  return function connectedAccountsList(
1209
2252
  ...args: Parameters<SeamHttpConnectedAccounts['list']>
@@ -1213,7 +2256,10 @@ export class SeamHttpEndpoints {
1213
2256
  }
1214
2257
  }
1215
2258
 
1216
- get ['/connected_accounts/sync'](): SeamHttpConnectedAccounts['sync'] {
2259
+ get ['/connected_accounts/sync'](): (
2260
+ parameters?: ConnectedAccountsSyncParameters,
2261
+ options?: ConnectedAccountsSyncOptions,
2262
+ ) => ConnectedAccountsSyncRequest {
1217
2263
  const { client, defaults } = this
1218
2264
  return function connectedAccountsSync(
1219
2265
  ...args: Parameters<SeamHttpConnectedAccounts['sync']>
@@ -1223,7 +2269,10 @@ export class SeamHttpEndpoints {
1223
2269
  }
1224
2270
  }
1225
2271
 
1226
- get ['/connected_accounts/update'](): SeamHttpConnectedAccounts['update'] {
2272
+ get ['/connected_accounts/update'](): (
2273
+ parameters?: ConnectedAccountsUpdateParameters,
2274
+ options?: ConnectedAccountsUpdateOptions,
2275
+ ) => ConnectedAccountsUpdateRequest {
1227
2276
  const { client, defaults } = this
1228
2277
  return function connectedAccountsUpdate(
1229
2278
  ...args: Parameters<SeamHttpConnectedAccounts['update']>
@@ -1233,7 +2282,10 @@ export class SeamHttpEndpoints {
1233
2282
  }
1234
2283
  }
1235
2284
 
1236
- get ['/devices/delete'](): SeamHttpDevices['delete'] {
2285
+ get ['/devices/delete'](): (
2286
+ parameters?: DevicesDeleteParameters,
2287
+ options?: DevicesDeleteOptions,
2288
+ ) => DevicesDeleteRequest {
1237
2289
  const { client, defaults } = this
1238
2290
  if (!this.defaults.isUndocumentedApiEnabled) {
1239
2291
  throw new Error(
@@ -1248,7 +2300,10 @@ export class SeamHttpEndpoints {
1248
2300
  }
1249
2301
  }
1250
2302
 
1251
- get ['/devices/get'](): SeamHttpDevices['get'] {
2303
+ get ['/devices/get'](): (
2304
+ parameters?: DevicesGetParameters,
2305
+ options?: DevicesGetOptions,
2306
+ ) => DevicesGetRequest {
1252
2307
  const { client, defaults } = this
1253
2308
  return function devicesGet(
1254
2309
  ...args: Parameters<SeamHttpDevices['get']>
@@ -1258,7 +2313,10 @@ export class SeamHttpEndpoints {
1258
2313
  }
1259
2314
  }
1260
2315
 
1261
- get ['/devices/list'](): SeamHttpDevices['list'] {
2316
+ get ['/devices/list'](): (
2317
+ parameters?: DevicesListParameters,
2318
+ options?: DevicesListOptions,
2319
+ ) => DevicesListRequest {
1262
2320
  const { client, defaults } = this
1263
2321
  return function devicesList(
1264
2322
  ...args: Parameters<SeamHttpDevices['list']>
@@ -1268,7 +2326,10 @@ export class SeamHttpEndpoints {
1268
2326
  }
1269
2327
  }
1270
2328
 
1271
- get ['/devices/list_device_providers'](): SeamHttpDevices['listDeviceProviders'] {
2329
+ get ['/devices/list_device_providers'](): (
2330
+ parameters?: DevicesListDeviceProvidersParameters,
2331
+ options?: DevicesListDeviceProvidersOptions,
2332
+ ) => DevicesListDeviceProvidersRequest {
1272
2333
  const { client, defaults } = this
1273
2334
  return function devicesListDeviceProviders(
1274
2335
  ...args: Parameters<SeamHttpDevices['listDeviceProviders']>
@@ -1278,7 +2339,10 @@ export class SeamHttpEndpoints {
1278
2339
  }
1279
2340
  }
1280
2341
 
1281
- get ['/devices/update'](): SeamHttpDevices['update'] {
2342
+ get ['/devices/update'](): (
2343
+ parameters?: DevicesUpdateParameters,
2344
+ options?: DevicesUpdateOptions,
2345
+ ) => DevicesUpdateRequest {
1282
2346
  const { client, defaults } = this
1283
2347
  return function devicesUpdate(
1284
2348
  ...args: Parameters<SeamHttpDevices['update']>
@@ -1288,7 +2352,10 @@ export class SeamHttpEndpoints {
1288
2352
  }
1289
2353
  }
1290
2354
 
1291
- get ['/devices/simulate/connect'](): SeamHttpDevicesSimulate['connect'] {
2355
+ get ['/devices/simulate/connect'](): (
2356
+ parameters?: DevicesSimulateConnectParameters,
2357
+ options?: DevicesSimulateConnectOptions,
2358
+ ) => DevicesSimulateConnectRequest {
1292
2359
  const { client, defaults } = this
1293
2360
  return function devicesSimulateConnect(
1294
2361
  ...args: Parameters<SeamHttpDevicesSimulate['connect']>
@@ -1298,7 +2365,10 @@ export class SeamHttpEndpoints {
1298
2365
  }
1299
2366
  }
1300
2367
 
1301
- get ['/devices/simulate/disconnect'](): SeamHttpDevicesSimulate['disconnect'] {
2368
+ get ['/devices/simulate/disconnect'](): (
2369
+ parameters?: DevicesSimulateDisconnectParameters,
2370
+ options?: DevicesSimulateDisconnectOptions,
2371
+ ) => DevicesSimulateDisconnectRequest {
1302
2372
  const { client, defaults } = this
1303
2373
  return function devicesSimulateDisconnect(
1304
2374
  ...args: Parameters<SeamHttpDevicesSimulate['disconnect']>
@@ -1308,7 +2378,10 @@ export class SeamHttpEndpoints {
1308
2378
  }
1309
2379
  }
1310
2380
 
1311
- get ['/devices/simulate/remove'](): SeamHttpDevicesSimulate['remove'] {
2381
+ get ['/devices/simulate/remove'](): (
2382
+ parameters?: DevicesSimulateRemoveParameters,
2383
+ options?: DevicesSimulateRemoveOptions,
2384
+ ) => DevicesSimulateRemoveRequest {
1312
2385
  const { client, defaults } = this
1313
2386
  return function devicesSimulateRemove(
1314
2387
  ...args: Parameters<SeamHttpDevicesSimulate['remove']>
@@ -1318,7 +2391,10 @@ export class SeamHttpEndpoints {
1318
2391
  }
1319
2392
  }
1320
2393
 
1321
- get ['/devices/unmanaged/get'](): SeamHttpDevicesUnmanaged['get'] {
2394
+ get ['/devices/unmanaged/get'](): (
2395
+ parameters?: DevicesUnmanagedGetParameters,
2396
+ options?: DevicesUnmanagedGetOptions,
2397
+ ) => DevicesUnmanagedGetRequest {
1322
2398
  const { client, defaults } = this
1323
2399
  return function devicesUnmanagedGet(
1324
2400
  ...args: Parameters<SeamHttpDevicesUnmanaged['get']>
@@ -1328,7 +2404,10 @@ export class SeamHttpEndpoints {
1328
2404
  }
1329
2405
  }
1330
2406
 
1331
- get ['/devices/unmanaged/list'](): SeamHttpDevicesUnmanaged['list'] {
2407
+ get ['/devices/unmanaged/list'](): (
2408
+ parameters?: DevicesUnmanagedListParameters,
2409
+ options?: DevicesUnmanagedListOptions,
2410
+ ) => DevicesUnmanagedListRequest {
1332
2411
  const { client, defaults } = this
1333
2412
  return function devicesUnmanagedList(
1334
2413
  ...args: Parameters<SeamHttpDevicesUnmanaged['list']>
@@ -1338,7 +2417,10 @@ export class SeamHttpEndpoints {
1338
2417
  }
1339
2418
  }
1340
2419
 
1341
- get ['/devices/unmanaged/update'](): SeamHttpDevicesUnmanaged['update'] {
2420
+ get ['/devices/unmanaged/update'](): (
2421
+ parameters?: DevicesUnmanagedUpdateParameters,
2422
+ options?: DevicesUnmanagedUpdateOptions,
2423
+ ) => DevicesUnmanagedUpdateRequest {
1342
2424
  const { client, defaults } = this
1343
2425
  return function devicesUnmanagedUpdate(
1344
2426
  ...args: Parameters<SeamHttpDevicesUnmanaged['update']>
@@ -1348,7 +2430,10 @@ export class SeamHttpEndpoints {
1348
2430
  }
1349
2431
  }
1350
2432
 
1351
- get ['/events/get'](): SeamHttpEvents['get'] {
2433
+ get ['/events/get'](): (
2434
+ parameters?: EventsGetParameters,
2435
+ options?: EventsGetOptions,
2436
+ ) => EventsGetRequest {
1352
2437
  const { client, defaults } = this
1353
2438
  return function eventsGet(
1354
2439
  ...args: Parameters<SeamHttpEvents['get']>
@@ -1358,7 +2443,10 @@ export class SeamHttpEndpoints {
1358
2443
  }
1359
2444
  }
1360
2445
 
1361
- get ['/events/list'](): SeamHttpEvents['list'] {
2446
+ get ['/events/list'](): (
2447
+ parameters?: EventsListParameters,
2448
+ options?: EventsListOptions,
2449
+ ) => EventsListRequest {
1362
2450
  const { client, defaults } = this
1363
2451
  return function eventsList(
1364
2452
  ...args: Parameters<SeamHttpEvents['list']>
@@ -1368,7 +2456,10 @@ export class SeamHttpEndpoints {
1368
2456
  }
1369
2457
  }
1370
2458
 
1371
- get ['/locks/get'](): SeamHttpLocks['get'] {
2459
+ get ['/locks/get'](): (
2460
+ parameters?: LocksGetParameters,
2461
+ options?: LocksGetOptions,
2462
+ ) => LocksGetRequest {
1372
2463
  const { client, defaults } = this
1373
2464
  return function locksGet(
1374
2465
  ...args: Parameters<SeamHttpLocks['get']>
@@ -1378,7 +2469,10 @@ export class SeamHttpEndpoints {
1378
2469
  }
1379
2470
  }
1380
2471
 
1381
- get ['/locks/list'](): SeamHttpLocks['list'] {
2472
+ get ['/locks/list'](): (
2473
+ parameters?: LocksListParameters,
2474
+ options?: LocksListOptions,
2475
+ ) => LocksListRequest {
1382
2476
  const { client, defaults } = this
1383
2477
  return function locksList(
1384
2478
  ...args: Parameters<SeamHttpLocks['list']>
@@ -1388,7 +2482,10 @@ export class SeamHttpEndpoints {
1388
2482
  }
1389
2483
  }
1390
2484
 
1391
- get ['/locks/lock_door'](): SeamHttpLocks['lockDoor'] {
2485
+ get ['/locks/lock_door'](): (
2486
+ parameters?: LocksLockDoorParameters,
2487
+ options?: LocksLockDoorOptions,
2488
+ ) => LocksLockDoorRequest {
1392
2489
  const { client, defaults } = this
1393
2490
  return function locksLockDoor(
1394
2491
  ...args: Parameters<SeamHttpLocks['lockDoor']>
@@ -1398,7 +2495,10 @@ export class SeamHttpEndpoints {
1398
2495
  }
1399
2496
  }
1400
2497
 
1401
- get ['/locks/unlock_door'](): SeamHttpLocks['unlockDoor'] {
2498
+ get ['/locks/unlock_door'](): (
2499
+ parameters?: LocksUnlockDoorParameters,
2500
+ options?: LocksUnlockDoorOptions,
2501
+ ) => LocksUnlockDoorRequest {
1402
2502
  const { client, defaults } = this
1403
2503
  return function locksUnlockDoor(
1404
2504
  ...args: Parameters<SeamHttpLocks['unlockDoor']>
@@ -1408,7 +2508,10 @@ export class SeamHttpEndpoints {
1408
2508
  }
1409
2509
  }
1410
2510
 
1411
- get ['/locks/simulate/keypad_code_entry'](): SeamHttpLocksSimulate['keypadCodeEntry'] {
2511
+ get ['/locks/simulate/keypad_code_entry'](): (
2512
+ parameters?: LocksSimulateKeypadCodeEntryParameters,
2513
+ options?: LocksSimulateKeypadCodeEntryOptions,
2514
+ ) => LocksSimulateKeypadCodeEntryRequest {
1412
2515
  const { client, defaults } = this
1413
2516
  if (!this.defaults.isUndocumentedApiEnabled) {
1414
2517
  throw new Error(
@@ -1423,7 +2526,10 @@ export class SeamHttpEndpoints {
1423
2526
  }
1424
2527
  }
1425
2528
 
1426
- get ['/locks/simulate/manual_lock_via_keypad'](): SeamHttpLocksSimulate['manualLockViaKeypad'] {
2529
+ get ['/locks/simulate/manual_lock_via_keypad'](): (
2530
+ parameters?: LocksSimulateManualLockViaKeypadParameters,
2531
+ options?: LocksSimulateManualLockViaKeypadOptions,
2532
+ ) => LocksSimulateManualLockViaKeypadRequest {
1427
2533
  const { client, defaults } = this
1428
2534
  if (!this.defaults.isUndocumentedApiEnabled) {
1429
2535
  throw new Error(
@@ -1438,7 +2544,10 @@ export class SeamHttpEndpoints {
1438
2544
  }
1439
2545
  }
1440
2546
 
1441
- get ['/networks/get'](): SeamHttpNetworks['get'] {
2547
+ get ['/networks/get'](): (
2548
+ parameters?: NetworksGetParameters,
2549
+ options?: NetworksGetOptions,
2550
+ ) => NetworksGetRequest {
1442
2551
  const { client, defaults } = this
1443
2552
  if (!this.defaults.isUndocumentedApiEnabled) {
1444
2553
  throw new Error(
@@ -1453,7 +2562,10 @@ export class SeamHttpEndpoints {
1453
2562
  }
1454
2563
  }
1455
2564
 
1456
- get ['/networks/list'](): SeamHttpNetworks['list'] {
2565
+ get ['/networks/list'](): (
2566
+ parameters?: NetworksListParameters,
2567
+ options?: NetworksListOptions,
2568
+ ) => NetworksListRequest {
1457
2569
  const { client, defaults } = this
1458
2570
  if (!this.defaults.isUndocumentedApiEnabled) {
1459
2571
  throw new Error(
@@ -1468,7 +2580,10 @@ export class SeamHttpEndpoints {
1468
2580
  }
1469
2581
  }
1470
2582
 
1471
- get ['/noise_sensors/list'](): SeamHttpNoiseSensors['list'] {
2583
+ get ['/noise_sensors/list'](): (
2584
+ parameters?: NoiseSensorsListParameters,
2585
+ options?: NoiseSensorsListOptions,
2586
+ ) => NoiseSensorsListRequest {
1472
2587
  const { client, defaults } = this
1473
2588
  return function noiseSensorsList(
1474
2589
  ...args: Parameters<SeamHttpNoiseSensors['list']>
@@ -1478,7 +2593,10 @@ export class SeamHttpEndpoints {
1478
2593
  }
1479
2594
  }
1480
2595
 
1481
- get ['/noise_sensors/noise_thresholds/create'](): SeamHttpNoiseSensorsNoiseThresholds['create'] {
2596
+ get ['/noise_sensors/noise_thresholds/create'](): (
2597
+ parameters?: NoiseSensorsNoiseThresholdsCreateParameters,
2598
+ options?: NoiseSensorsNoiseThresholdsCreateOptions,
2599
+ ) => NoiseSensorsNoiseThresholdsCreateRequest {
1482
2600
  const { client, defaults } = this
1483
2601
  return function noiseSensorsNoiseThresholdsCreate(
1484
2602
  ...args: Parameters<SeamHttpNoiseSensorsNoiseThresholds['create']>
@@ -1491,7 +2609,10 @@ export class SeamHttpEndpoints {
1491
2609
  }
1492
2610
  }
1493
2611
 
1494
- get ['/noise_sensors/noise_thresholds/delete'](): SeamHttpNoiseSensorsNoiseThresholds['delete'] {
2612
+ get ['/noise_sensors/noise_thresholds/delete'](): (
2613
+ parameters?: NoiseSensorsNoiseThresholdsDeleteParameters,
2614
+ options?: NoiseSensorsNoiseThresholdsDeleteOptions,
2615
+ ) => NoiseSensorsNoiseThresholdsDeleteRequest {
1495
2616
  const { client, defaults } = this
1496
2617
  return function noiseSensorsNoiseThresholdsDelete(
1497
2618
  ...args: Parameters<SeamHttpNoiseSensorsNoiseThresholds['delete']>
@@ -1504,7 +2625,10 @@ export class SeamHttpEndpoints {
1504
2625
  }
1505
2626
  }
1506
2627
 
1507
- get ['/noise_sensors/noise_thresholds/get'](): SeamHttpNoiseSensorsNoiseThresholds['get'] {
2628
+ get ['/noise_sensors/noise_thresholds/get'](): (
2629
+ parameters?: NoiseSensorsNoiseThresholdsGetParameters,
2630
+ options?: NoiseSensorsNoiseThresholdsGetOptions,
2631
+ ) => NoiseSensorsNoiseThresholdsGetRequest {
1508
2632
  const { client, defaults } = this
1509
2633
  return function noiseSensorsNoiseThresholdsGet(
1510
2634
  ...args: Parameters<SeamHttpNoiseSensorsNoiseThresholds['get']>
@@ -1517,7 +2641,10 @@ export class SeamHttpEndpoints {
1517
2641
  }
1518
2642
  }
1519
2643
 
1520
- get ['/noise_sensors/noise_thresholds/list'](): SeamHttpNoiseSensorsNoiseThresholds['list'] {
2644
+ get ['/noise_sensors/noise_thresholds/list'](): (
2645
+ parameters?: NoiseSensorsNoiseThresholdsListParameters,
2646
+ options?: NoiseSensorsNoiseThresholdsListOptions,
2647
+ ) => NoiseSensorsNoiseThresholdsListRequest {
1521
2648
  const { client, defaults } = this
1522
2649
  return function noiseSensorsNoiseThresholdsList(
1523
2650
  ...args: Parameters<SeamHttpNoiseSensorsNoiseThresholds['list']>
@@ -1530,7 +2657,10 @@ export class SeamHttpEndpoints {
1530
2657
  }
1531
2658
  }
1532
2659
 
1533
- get ['/noise_sensors/noise_thresholds/update'](): SeamHttpNoiseSensorsNoiseThresholds['update'] {
2660
+ get ['/noise_sensors/noise_thresholds/update'](): (
2661
+ parameters?: NoiseSensorsNoiseThresholdsUpdateParameters,
2662
+ options?: NoiseSensorsNoiseThresholdsUpdateOptions,
2663
+ ) => NoiseSensorsNoiseThresholdsUpdateRequest {
1534
2664
  const { client, defaults } = this
1535
2665
  return function noiseSensorsNoiseThresholdsUpdate(
1536
2666
  ...args: Parameters<SeamHttpNoiseSensorsNoiseThresholds['update']>
@@ -1543,7 +2673,10 @@ export class SeamHttpEndpoints {
1543
2673
  }
1544
2674
  }
1545
2675
 
1546
- get ['/noise_sensors/simulate/trigger_noise_threshold'](): SeamHttpNoiseSensorsSimulate['triggerNoiseThreshold'] {
2676
+ get ['/noise_sensors/simulate/trigger_noise_threshold'](): (
2677
+ parameters?: NoiseSensorsSimulateTriggerNoiseThresholdParameters,
2678
+ options?: NoiseSensorsSimulateTriggerNoiseThresholdOptions,
2679
+ ) => NoiseSensorsSimulateTriggerNoiseThresholdRequest {
1547
2680
  const { client, defaults } = this
1548
2681
  return function noiseSensorsSimulateTriggerNoiseThreshold(
1549
2682
  ...args: Parameters<SeamHttpNoiseSensorsSimulate['triggerNoiseThreshold']>
@@ -1553,7 +2686,10 @@ export class SeamHttpEndpoints {
1553
2686
  }
1554
2687
  }
1555
2688
 
1556
- get ['/phones/deactivate'](): SeamHttpPhones['deactivate'] {
2689
+ get ['/phones/deactivate'](): (
2690
+ parameters?: PhonesDeactivateParameters,
2691
+ options?: PhonesDeactivateOptions,
2692
+ ) => PhonesDeactivateRequest {
1557
2693
  const { client, defaults } = this
1558
2694
  return function phonesDeactivate(
1559
2695
  ...args: Parameters<SeamHttpPhones['deactivate']>
@@ -1563,7 +2699,10 @@ export class SeamHttpEndpoints {
1563
2699
  }
1564
2700
  }
1565
2701
 
1566
- get ['/phones/get'](): SeamHttpPhones['get'] {
2702
+ get ['/phones/get'](): (
2703
+ parameters?: PhonesGetParameters,
2704
+ options?: PhonesGetOptions,
2705
+ ) => PhonesGetRequest {
1567
2706
  const { client, defaults } = this
1568
2707
  return function phonesGet(
1569
2708
  ...args: Parameters<SeamHttpPhones['get']>
@@ -1573,7 +2712,10 @@ export class SeamHttpEndpoints {
1573
2712
  }
1574
2713
  }
1575
2714
 
1576
- get ['/phones/list'](): SeamHttpPhones['list'] {
2715
+ get ['/phones/list'](): (
2716
+ parameters?: PhonesListParameters,
2717
+ options?: PhonesListOptions,
2718
+ ) => PhonesListRequest {
1577
2719
  const { client, defaults } = this
1578
2720
  return function phonesList(
1579
2721
  ...args: Parameters<SeamHttpPhones['list']>
@@ -1583,7 +2725,10 @@ export class SeamHttpEndpoints {
1583
2725
  }
1584
2726
  }
1585
2727
 
1586
- get ['/phones/simulate/create_sandbox_phone'](): SeamHttpPhonesSimulate['createSandboxPhone'] {
2728
+ get ['/phones/simulate/create_sandbox_phone'](): (
2729
+ parameters?: PhonesSimulateCreateSandboxPhoneParameters,
2730
+ options?: PhonesSimulateCreateSandboxPhoneOptions,
2731
+ ) => PhonesSimulateCreateSandboxPhoneRequest {
1587
2732
  const { client, defaults } = this
1588
2733
  return function phonesSimulateCreateSandboxPhone(
1589
2734
  ...args: Parameters<SeamHttpPhonesSimulate['createSandboxPhone']>
@@ -1593,7 +2738,10 @@ export class SeamHttpEndpoints {
1593
2738
  }
1594
2739
  }
1595
2740
 
1596
- get ['/seam/bridge/v1/bridge_client_sessions/create'](): SeamHttpSeamBridgeV1BridgeClientSessions['create'] {
2741
+ get ['/seam/bridge/v1/bridge_client_sessions/create'](): (
2742
+ parameters?: SeamBridgeV1BridgeClientSessionsCreateParameters,
2743
+ options?: SeamBridgeV1BridgeClientSessionsCreateOptions,
2744
+ ) => SeamBridgeV1BridgeClientSessionsCreateRequest {
1597
2745
  const { client, defaults } = this
1598
2746
  if (!this.defaults.isUndocumentedApiEnabled) {
1599
2747
  throw new Error(
@@ -1611,7 +2759,10 @@ export class SeamHttpEndpoints {
1611
2759
  }
1612
2760
  }
1613
2761
 
1614
- get ['/seam/bridge/v1/bridge_client_sessions/get'](): SeamHttpSeamBridgeV1BridgeClientSessions['get'] {
2762
+ get ['/seam/bridge/v1/bridge_client_sessions/get'](): (
2763
+ parameters?: SeamBridgeV1BridgeClientSessionsGetParameters,
2764
+ options?: SeamBridgeV1BridgeClientSessionsGetOptions,
2765
+ ) => SeamBridgeV1BridgeClientSessionsGetRequest {
1615
2766
  const { client, defaults } = this
1616
2767
  if (!this.defaults.isUndocumentedApiEnabled) {
1617
2768
  throw new Error(
@@ -1629,7 +2780,10 @@ export class SeamHttpEndpoints {
1629
2780
  }
1630
2781
  }
1631
2782
 
1632
- get ['/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token'](): SeamHttpSeamBridgeV1BridgeClientSessions['refreshTelemetryToken'] {
2783
+ get ['/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token'](): (
2784
+ parameters?: SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenParameters,
2785
+ options?: SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenOptions,
2786
+ ) => SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenRequest {
1633
2787
  const { client, defaults } = this
1634
2788
  if (!this.defaults.isUndocumentedApiEnabled) {
1635
2789
  throw new Error(
@@ -1651,7 +2805,10 @@ export class SeamHttpEndpoints {
1651
2805
  }
1652
2806
  }
1653
2807
 
1654
- get ['/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code'](): SeamHttpSeamBridgeV1BridgeClientSessions['regeneratePairingCode'] {
2808
+ get ['/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code'](): (
2809
+ parameters?: SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeParameters,
2810
+ options?: SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeOptions,
2811
+ ) => SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeRequest {
1655
2812
  const { client, defaults } = this
1656
2813
  if (!this.defaults.isUndocumentedApiEnabled) {
1657
2814
  throw new Error(
@@ -1673,7 +2830,10 @@ export class SeamHttpEndpoints {
1673
2830
  }
1674
2831
  }
1675
2832
 
1676
- get ['/seam/bridge/v1/bridge_client_sessions/report_status'](): SeamHttpSeamBridgeV1BridgeClientSessions['reportStatus'] {
2833
+ get ['/seam/bridge/v1/bridge_client_sessions/report_status'](): (
2834
+ parameters?: SeamBridgeV1BridgeClientSessionsReportStatusParameters,
2835
+ options?: SeamBridgeV1BridgeClientSessionsReportStatusOptions,
2836
+ ) => SeamBridgeV1BridgeClientSessionsReportStatusRequest {
1677
2837
  const { client, defaults } = this
1678
2838
  if (!this.defaults.isUndocumentedApiEnabled) {
1679
2839
  throw new Error(
@@ -1693,7 +2853,10 @@ export class SeamHttpEndpoints {
1693
2853
  }
1694
2854
  }
1695
2855
 
1696
- get ['/seam/bridge/v1/bridge_connected_systems/list'](): SeamHttpSeamBridgeV1BridgeConnectedSystems['list'] {
2856
+ get ['/seam/bridge/v1/bridge_connected_systems/list'](): (
2857
+ parameters?: SeamBridgeV1BridgeConnectedSystemsListParameters,
2858
+ options?: SeamBridgeV1BridgeConnectedSystemsListOptions,
2859
+ ) => SeamBridgeV1BridgeConnectedSystemsListRequest {
1697
2860
  const { client, defaults } = this
1698
2861
  if (!this.defaults.isUndocumentedApiEnabled) {
1699
2862
  throw new Error(
@@ -1711,7 +2874,10 @@ export class SeamHttpEndpoints {
1711
2874
  }
1712
2875
  }
1713
2876
 
1714
- get ['/seam/instant_key/v1/client_sessions/exchange_short_code'](): SeamHttpSeamInstantKeyV1ClientSessions['exchangeShortCode'] {
2877
+ get ['/seam/instant_key/v1/client_sessions/exchange_short_code'](): (
2878
+ parameters?: SeamInstantKeyV1ClientSessionsExchangeShortCodeParameters,
2879
+ options?: SeamInstantKeyV1ClientSessionsExchangeShortCodeOptions,
2880
+ ) => SeamInstantKeyV1ClientSessionsExchangeShortCodeRequest {
1715
2881
  const { client, defaults } = this
1716
2882
  if (!this.defaults.isUndocumentedApiEnabled) {
1717
2883
  throw new Error(
@@ -1731,7 +2897,10 @@ export class SeamHttpEndpoints {
1731
2897
  }
1732
2898
  }
1733
2899
 
1734
- get ['/seam/mobile_sdk/v1/acs/credentials/list'](): SeamHttpSeamMobileSdkV1AcsCredentials['list'] {
2900
+ get ['/seam/mobile_sdk/v1/acs/credentials/list'](): (
2901
+ parameters?: SeamMobileSdkV1AcsCredentialsListParameters,
2902
+ options?: SeamMobileSdkV1AcsCredentialsListOptions,
2903
+ ) => SeamMobileSdkV1AcsCredentialsListRequest {
1735
2904
  const { client, defaults } = this
1736
2905
  if (!this.defaults.isUndocumentedApiEnabled) {
1737
2906
  throw new Error(
@@ -1749,7 +2918,10 @@ export class SeamHttpEndpoints {
1749
2918
  }
1750
2919
  }
1751
2920
 
1752
- get ['/seam/mobile_sdk/v1/phone_sessions/get_or_create'](): SeamHttpSeamMobileSdkV1PhoneSessions['getOrCreate'] {
2921
+ get ['/seam/mobile_sdk/v1/phone_sessions/get_or_create'](): (
2922
+ parameters?: SeamMobileSdkV1PhoneSessionsGetOrCreateParameters,
2923
+ options?: SeamMobileSdkV1PhoneSessionsGetOrCreateOptions,
2924
+ ) => SeamMobileSdkV1PhoneSessionsGetOrCreateRequest {
1753
2925
  const { client, defaults } = this
1754
2926
  if (!this.defaults.isUndocumentedApiEnabled) {
1755
2927
  throw new Error(
@@ -1767,7 +2939,10 @@ export class SeamHttpEndpoints {
1767
2939
  }
1768
2940
  }
1769
2941
 
1770
- get ['/seam/partner/v1/building_blocks/spaces/auto_map'](): SeamHttpSeamPartnerV1BuildingBlocksSpaces['autoMap'] {
2942
+ get ['/seam/partner/v1/building_blocks/spaces/auto_map'](): (
2943
+ parameters?: SeamPartnerV1BuildingBlocksSpacesAutoMapParameters,
2944
+ options?: SeamPartnerV1BuildingBlocksSpacesAutoMapOptions,
2945
+ ) => SeamPartnerV1BuildingBlocksSpacesAutoMapRequest {
1771
2946
  const { client, defaults } = this
1772
2947
  if (!this.defaults.isUndocumentedApiEnabled) {
1773
2948
  throw new Error(
@@ -1785,7 +2960,10 @@ export class SeamHttpEndpoints {
1785
2960
  }
1786
2961
  }
1787
2962
 
1788
- get ['/seam/partner/v1/resources/list'](): SeamHttpSeamPartnerV1Resources['list'] {
2963
+ get ['/seam/partner/v1/resources/list'](): (
2964
+ parameters?: SeamPartnerV1ResourcesListParameters,
2965
+ options?: SeamPartnerV1ResourcesListOptions,
2966
+ ) => SeamPartnerV1ResourcesListRequest {
1789
2967
  const { client, defaults } = this
1790
2968
  if (!this.defaults.isUndocumentedApiEnabled) {
1791
2969
  throw new Error(
@@ -1800,7 +2978,10 @@ export class SeamHttpEndpoints {
1800
2978
  }
1801
2979
  }
1802
2980
 
1803
- get ['/spaces/add_acs_entrances'](): SeamHttpSpaces['addAcsEntrances'] {
2981
+ get ['/spaces/add_acs_entrances'](): (
2982
+ parameters?: SpacesAddAcsEntrancesParameters,
2983
+ options?: SpacesAddAcsEntrancesOptions,
2984
+ ) => SpacesAddAcsEntrancesRequest {
1804
2985
  const { client, defaults } = this
1805
2986
  return function spacesAddAcsEntrances(
1806
2987
  ...args: Parameters<SeamHttpSpaces['addAcsEntrances']>
@@ -1810,7 +2991,10 @@ export class SeamHttpEndpoints {
1810
2991
  }
1811
2992
  }
1812
2993
 
1813
- get ['/spaces/add_devices'](): SeamHttpSpaces['addDevices'] {
2994
+ get ['/spaces/add_devices'](): (
2995
+ parameters?: SpacesAddDevicesParameters,
2996
+ options?: SpacesAddDevicesOptions,
2997
+ ) => SpacesAddDevicesRequest {
1814
2998
  const { client, defaults } = this
1815
2999
  return function spacesAddDevices(
1816
3000
  ...args: Parameters<SeamHttpSpaces['addDevices']>
@@ -1820,7 +3004,10 @@ export class SeamHttpEndpoints {
1820
3004
  }
1821
3005
  }
1822
3006
 
1823
- get ['/spaces/create'](): SeamHttpSpaces['create'] {
3007
+ get ['/spaces/create'](): (
3008
+ parameters?: SpacesCreateParameters,
3009
+ options?: SpacesCreateOptions,
3010
+ ) => SpacesCreateRequest {
1824
3011
  const { client, defaults } = this
1825
3012
  return function spacesCreate(
1826
3013
  ...args: Parameters<SeamHttpSpaces['create']>
@@ -1830,7 +3017,10 @@ export class SeamHttpEndpoints {
1830
3017
  }
1831
3018
  }
1832
3019
 
1833
- get ['/spaces/delete'](): SeamHttpSpaces['delete'] {
3020
+ get ['/spaces/delete'](): (
3021
+ parameters?: SpacesDeleteParameters,
3022
+ options?: SpacesDeleteOptions,
3023
+ ) => SpacesDeleteRequest {
1834
3024
  const { client, defaults } = this
1835
3025
  return function spacesDelete(
1836
3026
  ...args: Parameters<SeamHttpSpaces['delete']>
@@ -1840,7 +3030,10 @@ export class SeamHttpEndpoints {
1840
3030
  }
1841
3031
  }
1842
3032
 
1843
- get ['/spaces/get'](): SeamHttpSpaces['get'] {
3033
+ get ['/spaces/get'](): (
3034
+ parameters?: SpacesGetParameters,
3035
+ options?: SpacesGetOptions,
3036
+ ) => SpacesGetRequest {
1844
3037
  const { client, defaults } = this
1845
3038
  return function spacesGet(
1846
3039
  ...args: Parameters<SeamHttpSpaces['get']>
@@ -1850,7 +3043,10 @@ export class SeamHttpEndpoints {
1850
3043
  }
1851
3044
  }
1852
3045
 
1853
- get ['/spaces/list'](): SeamHttpSpaces['list'] {
3046
+ get ['/spaces/list'](): (
3047
+ parameters?: SpacesListParameters,
3048
+ options?: SpacesListOptions,
3049
+ ) => SpacesListRequest {
1854
3050
  const { client, defaults } = this
1855
3051
  return function spacesList(
1856
3052
  ...args: Parameters<SeamHttpSpaces['list']>
@@ -1860,7 +3056,10 @@ export class SeamHttpEndpoints {
1860
3056
  }
1861
3057
  }
1862
3058
 
1863
- get ['/spaces/remove_acs_entrances'](): SeamHttpSpaces['removeAcsEntrances'] {
3059
+ get ['/spaces/remove_acs_entrances'](): (
3060
+ parameters?: SpacesRemoveAcsEntrancesParameters,
3061
+ options?: SpacesRemoveAcsEntrancesOptions,
3062
+ ) => SpacesRemoveAcsEntrancesRequest {
1864
3063
  const { client, defaults } = this
1865
3064
  return function spacesRemoveAcsEntrances(
1866
3065
  ...args: Parameters<SeamHttpSpaces['removeAcsEntrances']>
@@ -1870,7 +3069,10 @@ export class SeamHttpEndpoints {
1870
3069
  }
1871
3070
  }
1872
3071
 
1873
- get ['/spaces/remove_devices'](): SeamHttpSpaces['removeDevices'] {
3072
+ get ['/spaces/remove_devices'](): (
3073
+ parameters?: SpacesRemoveDevicesParameters,
3074
+ options?: SpacesRemoveDevicesOptions,
3075
+ ) => SpacesRemoveDevicesRequest {
1874
3076
  const { client, defaults } = this
1875
3077
  return function spacesRemoveDevices(
1876
3078
  ...args: Parameters<SeamHttpSpaces['removeDevices']>
@@ -1880,7 +3082,10 @@ export class SeamHttpEndpoints {
1880
3082
  }
1881
3083
  }
1882
3084
 
1883
- get ['/spaces/update'](): SeamHttpSpaces['update'] {
3085
+ get ['/spaces/update'](): (
3086
+ parameters?: SpacesUpdateParameters,
3087
+ options?: SpacesUpdateOptions,
3088
+ ) => SpacesUpdateRequest {
1884
3089
  const { client, defaults } = this
1885
3090
  return function spacesUpdate(
1886
3091
  ...args: Parameters<SeamHttpSpaces['update']>
@@ -1890,7 +3095,10 @@ export class SeamHttpEndpoints {
1890
3095
  }
1891
3096
  }
1892
3097
 
1893
- get ['/thermostats/activate_climate_preset'](): SeamHttpThermostats['activateClimatePreset'] {
3098
+ get ['/thermostats/activate_climate_preset'](): (
3099
+ parameters?: ThermostatsActivateClimatePresetParameters,
3100
+ options?: ThermostatsActivateClimatePresetOptions,
3101
+ ) => ThermostatsActivateClimatePresetRequest {
1894
3102
  const { client, defaults } = this
1895
3103
  return function thermostatsActivateClimatePreset(
1896
3104
  ...args: Parameters<SeamHttpThermostats['activateClimatePreset']>
@@ -1900,7 +3108,10 @@ export class SeamHttpEndpoints {
1900
3108
  }
1901
3109
  }
1902
3110
 
1903
- get ['/thermostats/cool'](): SeamHttpThermostats['cool'] {
3111
+ get ['/thermostats/cool'](): (
3112
+ parameters?: ThermostatsCoolParameters,
3113
+ options?: ThermostatsCoolOptions,
3114
+ ) => ThermostatsCoolRequest {
1904
3115
  const { client, defaults } = this
1905
3116
  return function thermostatsCool(
1906
3117
  ...args: Parameters<SeamHttpThermostats['cool']>
@@ -1910,7 +3121,10 @@ export class SeamHttpEndpoints {
1910
3121
  }
1911
3122
  }
1912
3123
 
1913
- get ['/thermostats/create_climate_preset'](): SeamHttpThermostats['createClimatePreset'] {
3124
+ get ['/thermostats/create_climate_preset'](): (
3125
+ parameters?: ThermostatsCreateClimatePresetParameters,
3126
+ options?: ThermostatsCreateClimatePresetOptions,
3127
+ ) => ThermostatsCreateClimatePresetRequest {
1914
3128
  const { client, defaults } = this
1915
3129
  return function thermostatsCreateClimatePreset(
1916
3130
  ...args: Parameters<SeamHttpThermostats['createClimatePreset']>
@@ -1920,7 +3134,10 @@ export class SeamHttpEndpoints {
1920
3134
  }
1921
3135
  }
1922
3136
 
1923
- get ['/thermostats/delete_climate_preset'](): SeamHttpThermostats['deleteClimatePreset'] {
3137
+ get ['/thermostats/delete_climate_preset'](): (
3138
+ parameters?: ThermostatsDeleteClimatePresetParameters,
3139
+ options?: ThermostatsDeleteClimatePresetOptions,
3140
+ ) => ThermostatsDeleteClimatePresetRequest {
1924
3141
  const { client, defaults } = this
1925
3142
  return function thermostatsDeleteClimatePreset(
1926
3143
  ...args: Parameters<SeamHttpThermostats['deleteClimatePreset']>
@@ -1930,7 +3147,10 @@ export class SeamHttpEndpoints {
1930
3147
  }
1931
3148
  }
1932
3149
 
1933
- get ['/thermostats/get'](): SeamHttpThermostats['get'] {
3150
+ get ['/thermostats/get'](): (
3151
+ parameters?: ThermostatsGetParameters,
3152
+ options?: ThermostatsGetOptions,
3153
+ ) => ThermostatsGetRequest {
1934
3154
  const { client, defaults } = this
1935
3155
  if (!this.defaults.isUndocumentedApiEnabled) {
1936
3156
  throw new Error(
@@ -1945,7 +3165,10 @@ export class SeamHttpEndpoints {
1945
3165
  }
1946
3166
  }
1947
3167
 
1948
- get ['/thermostats/heat'](): SeamHttpThermostats['heat'] {
3168
+ get ['/thermostats/heat'](): (
3169
+ parameters?: ThermostatsHeatParameters,
3170
+ options?: ThermostatsHeatOptions,
3171
+ ) => ThermostatsHeatRequest {
1949
3172
  const { client, defaults } = this
1950
3173
  return function thermostatsHeat(
1951
3174
  ...args: Parameters<SeamHttpThermostats['heat']>
@@ -1955,7 +3178,10 @@ export class SeamHttpEndpoints {
1955
3178
  }
1956
3179
  }
1957
3180
 
1958
- get ['/thermostats/heat_cool'](): SeamHttpThermostats['heatCool'] {
3181
+ get ['/thermostats/heat_cool'](): (
3182
+ parameters?: ThermostatsHeatCoolParameters,
3183
+ options?: ThermostatsHeatCoolOptions,
3184
+ ) => ThermostatsHeatCoolRequest {
1959
3185
  const { client, defaults } = this
1960
3186
  return function thermostatsHeatCool(
1961
3187
  ...args: Parameters<SeamHttpThermostats['heatCool']>
@@ -1965,7 +3191,10 @@ export class SeamHttpEndpoints {
1965
3191
  }
1966
3192
  }
1967
3193
 
1968
- get ['/thermostats/list'](): SeamHttpThermostats['list'] {
3194
+ get ['/thermostats/list'](): (
3195
+ parameters?: ThermostatsListParameters,
3196
+ options?: ThermostatsListOptions,
3197
+ ) => ThermostatsListRequest {
1969
3198
  const { client, defaults } = this
1970
3199
  return function thermostatsList(
1971
3200
  ...args: Parameters<SeamHttpThermostats['list']>
@@ -1975,7 +3204,10 @@ export class SeamHttpEndpoints {
1975
3204
  }
1976
3205
  }
1977
3206
 
1978
- get ['/thermostats/off'](): SeamHttpThermostats['off'] {
3207
+ get ['/thermostats/off'](): (
3208
+ parameters?: ThermostatsOffParameters,
3209
+ options?: ThermostatsOffOptions,
3210
+ ) => ThermostatsOffRequest {
1979
3211
  const { client, defaults } = this
1980
3212
  return function thermostatsOff(
1981
3213
  ...args: Parameters<SeamHttpThermostats['off']>
@@ -1985,7 +3217,10 @@ export class SeamHttpEndpoints {
1985
3217
  }
1986
3218
  }
1987
3219
 
1988
- get ['/thermostats/set_fallback_climate_preset'](): SeamHttpThermostats['setFallbackClimatePreset'] {
3220
+ get ['/thermostats/set_fallback_climate_preset'](): (
3221
+ parameters?: ThermostatsSetFallbackClimatePresetParameters,
3222
+ options?: ThermostatsSetFallbackClimatePresetOptions,
3223
+ ) => ThermostatsSetFallbackClimatePresetRequest {
1989
3224
  const { client, defaults } = this
1990
3225
  return function thermostatsSetFallbackClimatePreset(
1991
3226
  ...args: Parameters<SeamHttpThermostats['setFallbackClimatePreset']>
@@ -1995,7 +3230,10 @@ export class SeamHttpEndpoints {
1995
3230
  }
1996
3231
  }
1997
3232
 
1998
- get ['/thermostats/set_fan_mode'](): SeamHttpThermostats['setFanMode'] {
3233
+ get ['/thermostats/set_fan_mode'](): (
3234
+ parameters?: ThermostatsSetFanModeParameters,
3235
+ options?: ThermostatsSetFanModeOptions,
3236
+ ) => ThermostatsSetFanModeRequest {
1999
3237
  const { client, defaults } = this
2000
3238
  return function thermostatsSetFanMode(
2001
3239
  ...args: Parameters<SeamHttpThermostats['setFanMode']>
@@ -2005,7 +3243,10 @@ export class SeamHttpEndpoints {
2005
3243
  }
2006
3244
  }
2007
3245
 
2008
- get ['/thermostats/set_hvac_mode'](): SeamHttpThermostats['setHvacMode'] {
3246
+ get ['/thermostats/set_hvac_mode'](): (
3247
+ parameters?: ThermostatsSetHvacModeParameters,
3248
+ options?: ThermostatsSetHvacModeOptions,
3249
+ ) => ThermostatsSetHvacModeRequest {
2009
3250
  const { client, defaults } = this
2010
3251
  return function thermostatsSetHvacMode(
2011
3252
  ...args: Parameters<SeamHttpThermostats['setHvacMode']>
@@ -2015,7 +3256,10 @@ export class SeamHttpEndpoints {
2015
3256
  }
2016
3257
  }
2017
3258
 
2018
- get ['/thermostats/set_temperature_threshold'](): SeamHttpThermostats['setTemperatureThreshold'] {
3259
+ get ['/thermostats/set_temperature_threshold'](): (
3260
+ parameters?: ThermostatsSetTemperatureThresholdParameters,
3261
+ options?: ThermostatsSetTemperatureThresholdOptions,
3262
+ ) => ThermostatsSetTemperatureThresholdRequest {
2019
3263
  const { client, defaults } = this
2020
3264
  return function thermostatsSetTemperatureThreshold(
2021
3265
  ...args: Parameters<SeamHttpThermostats['setTemperatureThreshold']>
@@ -2025,7 +3269,10 @@ export class SeamHttpEndpoints {
2025
3269
  }
2026
3270
  }
2027
3271
 
2028
- get ['/thermostats/update_climate_preset'](): SeamHttpThermostats['updateClimatePreset'] {
3272
+ get ['/thermostats/update_climate_preset'](): (
3273
+ parameters?: ThermostatsUpdateClimatePresetParameters,
3274
+ options?: ThermostatsUpdateClimatePresetOptions,
3275
+ ) => ThermostatsUpdateClimatePresetRequest {
2029
3276
  const { client, defaults } = this
2030
3277
  return function thermostatsUpdateClimatePreset(
2031
3278
  ...args: Parameters<SeamHttpThermostats['updateClimatePreset']>
@@ -2035,7 +3282,10 @@ export class SeamHttpEndpoints {
2035
3282
  }
2036
3283
  }
2037
3284
 
2038
- get ['/thermostats/update_weekly_program'](): SeamHttpThermostats['updateWeeklyProgram'] {
3285
+ get ['/thermostats/update_weekly_program'](): (
3286
+ parameters?: ThermostatsUpdateWeeklyProgramParameters,
3287
+ options?: ThermostatsUpdateWeeklyProgramOptions,
3288
+ ) => ThermostatsUpdateWeeklyProgramRequest {
2039
3289
  const { client, defaults } = this
2040
3290
  return function thermostatsUpdateWeeklyProgram(
2041
3291
  ...args: Parameters<SeamHttpThermostats['updateWeeklyProgram']>
@@ -2045,7 +3295,10 @@ export class SeamHttpEndpoints {
2045
3295
  }
2046
3296
  }
2047
3297
 
2048
- get ['/thermostats/daily_programs/create'](): SeamHttpThermostatsDailyPrograms['create'] {
3298
+ get ['/thermostats/daily_programs/create'](): (
3299
+ parameters?: ThermostatsDailyProgramsCreateParameters,
3300
+ options?: ThermostatsDailyProgramsCreateOptions,
3301
+ ) => ThermostatsDailyProgramsCreateRequest {
2049
3302
  const { client, defaults } = this
2050
3303
  return function thermostatsDailyProgramsCreate(
2051
3304
  ...args: Parameters<SeamHttpThermostatsDailyPrograms['create']>
@@ -2055,7 +3308,10 @@ export class SeamHttpEndpoints {
2055
3308
  }
2056
3309
  }
2057
3310
 
2058
- get ['/thermostats/daily_programs/delete'](): SeamHttpThermostatsDailyPrograms['delete'] {
3311
+ get ['/thermostats/daily_programs/delete'](): (
3312
+ parameters?: ThermostatsDailyProgramsDeleteParameters,
3313
+ options?: ThermostatsDailyProgramsDeleteOptions,
3314
+ ) => ThermostatsDailyProgramsDeleteRequest {
2059
3315
  const { client, defaults } = this
2060
3316
  return function thermostatsDailyProgramsDelete(
2061
3317
  ...args: Parameters<SeamHttpThermostatsDailyPrograms['delete']>
@@ -2065,7 +3321,10 @@ export class SeamHttpEndpoints {
2065
3321
  }
2066
3322
  }
2067
3323
 
2068
- get ['/thermostats/daily_programs/update'](): SeamHttpThermostatsDailyPrograms['update'] {
3324
+ get ['/thermostats/daily_programs/update'](): (
3325
+ parameters?: ThermostatsDailyProgramsUpdateParameters,
3326
+ options?: ThermostatsDailyProgramsUpdateOptions,
3327
+ ) => ThermostatsDailyProgramsUpdateRequest {
2069
3328
  const { client, defaults } = this
2070
3329
  return function thermostatsDailyProgramsUpdate(
2071
3330
  ...args: Parameters<SeamHttpThermostatsDailyPrograms['update']>
@@ -2075,7 +3334,10 @@ export class SeamHttpEndpoints {
2075
3334
  }
2076
3335
  }
2077
3336
 
2078
- get ['/thermostats/schedules/create'](): SeamHttpThermostatsSchedules['create'] {
3337
+ get ['/thermostats/schedules/create'](): (
3338
+ parameters?: ThermostatsSchedulesCreateParameters,
3339
+ options?: ThermostatsSchedulesCreateOptions,
3340
+ ) => ThermostatsSchedulesCreateRequest {
2079
3341
  const { client, defaults } = this
2080
3342
  return function thermostatsSchedulesCreate(
2081
3343
  ...args: Parameters<SeamHttpThermostatsSchedules['create']>
@@ -2085,7 +3347,10 @@ export class SeamHttpEndpoints {
2085
3347
  }
2086
3348
  }
2087
3349
 
2088
- get ['/thermostats/schedules/delete'](): SeamHttpThermostatsSchedules['delete'] {
3350
+ get ['/thermostats/schedules/delete'](): (
3351
+ parameters?: ThermostatsSchedulesDeleteParameters,
3352
+ options?: ThermostatsSchedulesDeleteOptions,
3353
+ ) => ThermostatsSchedulesDeleteRequest {
2089
3354
  const { client, defaults } = this
2090
3355
  return function thermostatsSchedulesDelete(
2091
3356
  ...args: Parameters<SeamHttpThermostatsSchedules['delete']>
@@ -2095,7 +3360,10 @@ export class SeamHttpEndpoints {
2095
3360
  }
2096
3361
  }
2097
3362
 
2098
- get ['/thermostats/schedules/get'](): SeamHttpThermostatsSchedules['get'] {
3363
+ get ['/thermostats/schedules/get'](): (
3364
+ parameters?: ThermostatsSchedulesGetParameters,
3365
+ options?: ThermostatsSchedulesGetOptions,
3366
+ ) => ThermostatsSchedulesGetRequest {
2099
3367
  const { client, defaults } = this
2100
3368
  return function thermostatsSchedulesGet(
2101
3369
  ...args: Parameters<SeamHttpThermostatsSchedules['get']>
@@ -2105,7 +3373,10 @@ export class SeamHttpEndpoints {
2105
3373
  }
2106
3374
  }
2107
3375
 
2108
- get ['/thermostats/schedules/list'](): SeamHttpThermostatsSchedules['list'] {
3376
+ get ['/thermostats/schedules/list'](): (
3377
+ parameters?: ThermostatsSchedulesListParameters,
3378
+ options?: ThermostatsSchedulesListOptions,
3379
+ ) => ThermostatsSchedulesListRequest {
2109
3380
  const { client, defaults } = this
2110
3381
  return function thermostatsSchedulesList(
2111
3382
  ...args: Parameters<SeamHttpThermostatsSchedules['list']>
@@ -2115,7 +3386,10 @@ export class SeamHttpEndpoints {
2115
3386
  }
2116
3387
  }
2117
3388
 
2118
- get ['/thermostats/schedules/update'](): SeamHttpThermostatsSchedules['update'] {
3389
+ get ['/thermostats/schedules/update'](): (
3390
+ parameters?: ThermostatsSchedulesUpdateParameters,
3391
+ options?: ThermostatsSchedulesUpdateOptions,
3392
+ ) => ThermostatsSchedulesUpdateRequest {
2119
3393
  const { client, defaults } = this
2120
3394
  return function thermostatsSchedulesUpdate(
2121
3395
  ...args: Parameters<SeamHttpThermostatsSchedules['update']>
@@ -2125,7 +3399,10 @@ export class SeamHttpEndpoints {
2125
3399
  }
2126
3400
  }
2127
3401
 
2128
- get ['/thermostats/simulate/hvac_mode_adjusted'](): SeamHttpThermostatsSimulate['hvacModeAdjusted'] {
3402
+ get ['/thermostats/simulate/hvac_mode_adjusted'](): (
3403
+ parameters?: ThermostatsSimulateHvacModeAdjustedParameters,
3404
+ options?: ThermostatsSimulateHvacModeAdjustedOptions,
3405
+ ) => ThermostatsSimulateHvacModeAdjustedRequest {
2129
3406
  const { client, defaults } = this
2130
3407
  return function thermostatsSimulateHvacModeAdjusted(
2131
3408
  ...args: Parameters<SeamHttpThermostatsSimulate['hvacModeAdjusted']>
@@ -2135,7 +3412,10 @@ export class SeamHttpEndpoints {
2135
3412
  }
2136
3413
  }
2137
3414
 
2138
- get ['/thermostats/simulate/temperature_reached'](): SeamHttpThermostatsSimulate['temperatureReached'] {
3415
+ get ['/thermostats/simulate/temperature_reached'](): (
3416
+ parameters?: ThermostatsSimulateTemperatureReachedParameters,
3417
+ options?: ThermostatsSimulateTemperatureReachedOptions,
3418
+ ) => ThermostatsSimulateTemperatureReachedRequest {
2139
3419
  const { client, defaults } = this
2140
3420
  return function thermostatsSimulateTemperatureReached(
2141
3421
  ...args: Parameters<SeamHttpThermostatsSimulate['temperatureReached']>
@@ -2145,7 +3425,10 @@ export class SeamHttpEndpoints {
2145
3425
  }
2146
3426
  }
2147
3427
 
2148
- get ['/unstable_access_grants/create'](): SeamHttpUnstableAccessGrants['create'] {
3428
+ get ['/unstable_access_grants/create'](): (
3429
+ parameters?: UnstableAccessGrantsCreateParameters,
3430
+ options?: UnstableAccessGrantsCreateOptions,
3431
+ ) => UnstableAccessGrantsCreateRequest {
2149
3432
  const { client, defaults } = this
2150
3433
  if (!this.defaults.isUndocumentedApiEnabled) {
2151
3434
  throw new Error(
@@ -2160,7 +3443,10 @@ export class SeamHttpEndpoints {
2160
3443
  }
2161
3444
  }
2162
3445
 
2163
- get ['/unstable_access_grants/delete'](): SeamHttpUnstableAccessGrants['delete'] {
3446
+ get ['/unstable_access_grants/delete'](): (
3447
+ parameters?: UnstableAccessGrantsDeleteParameters,
3448
+ options?: UnstableAccessGrantsDeleteOptions,
3449
+ ) => UnstableAccessGrantsDeleteRequest {
2164
3450
  const { client, defaults } = this
2165
3451
  if (!this.defaults.isUndocumentedApiEnabled) {
2166
3452
  throw new Error(
@@ -2175,7 +3461,10 @@ export class SeamHttpEndpoints {
2175
3461
  }
2176
3462
  }
2177
3463
 
2178
- get ['/unstable_access_grants/get'](): SeamHttpUnstableAccessGrants['get'] {
3464
+ get ['/unstable_access_grants/get'](): (
3465
+ parameters?: UnstableAccessGrantsGetParameters,
3466
+ options?: UnstableAccessGrantsGetOptions,
3467
+ ) => UnstableAccessGrantsGetRequest {
2179
3468
  const { client, defaults } = this
2180
3469
  if (!this.defaults.isUndocumentedApiEnabled) {
2181
3470
  throw new Error(
@@ -2190,7 +3479,10 @@ export class SeamHttpEndpoints {
2190
3479
  }
2191
3480
  }
2192
3481
 
2193
- get ['/unstable_access_grants/list'](): SeamHttpUnstableAccessGrants['list'] {
3482
+ get ['/unstable_access_grants/list'](): (
3483
+ parameters?: UnstableAccessGrantsListParameters,
3484
+ options?: UnstableAccessGrantsListOptions,
3485
+ ) => UnstableAccessGrantsListRequest {
2194
3486
  const { client, defaults } = this
2195
3487
  if (!this.defaults.isUndocumentedApiEnabled) {
2196
3488
  throw new Error(
@@ -2205,7 +3497,10 @@ export class SeamHttpEndpoints {
2205
3497
  }
2206
3498
  }
2207
3499
 
2208
- get ['/unstable_access_methods/delete'](): SeamHttpUnstableAccessMethods['delete'] {
3500
+ get ['/unstable_access_methods/delete'](): (
3501
+ parameters?: UnstableAccessMethodsDeleteParameters,
3502
+ options?: UnstableAccessMethodsDeleteOptions,
3503
+ ) => UnstableAccessMethodsDeleteRequest {
2209
3504
  const { client, defaults } = this
2210
3505
  if (!this.defaults.isUndocumentedApiEnabled) {
2211
3506
  throw new Error(
@@ -2220,7 +3515,10 @@ export class SeamHttpEndpoints {
2220
3515
  }
2221
3516
  }
2222
3517
 
2223
- get ['/unstable_access_methods/get'](): SeamHttpUnstableAccessMethods['get'] {
3518
+ get ['/unstable_access_methods/get'](): (
3519
+ parameters?: UnstableAccessMethodsGetParameters,
3520
+ options?: UnstableAccessMethodsGetOptions,
3521
+ ) => UnstableAccessMethodsGetRequest {
2224
3522
  const { client, defaults } = this
2225
3523
  if (!this.defaults.isUndocumentedApiEnabled) {
2226
3524
  throw new Error(
@@ -2235,7 +3533,10 @@ export class SeamHttpEndpoints {
2235
3533
  }
2236
3534
  }
2237
3535
 
2238
- get ['/unstable_access_methods/list'](): SeamHttpUnstableAccessMethods['list'] {
3536
+ get ['/unstable_access_methods/list'](): (
3537
+ parameters?: UnstableAccessMethodsListParameters,
3538
+ options?: UnstableAccessMethodsListOptions,
3539
+ ) => UnstableAccessMethodsListRequest {
2239
3540
  const { client, defaults } = this
2240
3541
  if (!this.defaults.isUndocumentedApiEnabled) {
2241
3542
  throw new Error(
@@ -2250,7 +3551,10 @@ export class SeamHttpEndpoints {
2250
3551
  }
2251
3552
  }
2252
3553
 
2253
- get ['/unstable_locations/add_acs_entrances'](): SeamHttpUnstableLocations['addAcsEntrances'] {
3554
+ get ['/unstable_locations/add_acs_entrances'](): (
3555
+ parameters?: UnstableLocationsAddAcsEntrancesParameters,
3556
+ options?: UnstableLocationsAddAcsEntrancesOptions,
3557
+ ) => UnstableLocationsAddAcsEntrancesRequest {
2254
3558
  const { client, defaults } = this
2255
3559
  if (!this.defaults.isUndocumentedApiEnabled) {
2256
3560
  throw new Error(
@@ -2265,7 +3569,10 @@ export class SeamHttpEndpoints {
2265
3569
  }
2266
3570
  }
2267
3571
 
2268
- get ['/unstable_locations/add_devices'](): SeamHttpUnstableLocations['addDevices'] {
3572
+ get ['/unstable_locations/add_devices'](): (
3573
+ parameters?: UnstableLocationsAddDevicesParameters,
3574
+ options?: UnstableLocationsAddDevicesOptions,
3575
+ ) => UnstableLocationsAddDevicesRequest {
2269
3576
  const { client, defaults } = this
2270
3577
  if (!this.defaults.isUndocumentedApiEnabled) {
2271
3578
  throw new Error(
@@ -2280,7 +3587,10 @@ export class SeamHttpEndpoints {
2280
3587
  }
2281
3588
  }
2282
3589
 
2283
- get ['/unstable_locations/create'](): SeamHttpUnstableLocations['create'] {
3590
+ get ['/unstable_locations/create'](): (
3591
+ parameters?: UnstableLocationsCreateParameters,
3592
+ options?: UnstableLocationsCreateOptions,
3593
+ ) => UnstableLocationsCreateRequest {
2284
3594
  const { client, defaults } = this
2285
3595
  if (!this.defaults.isUndocumentedApiEnabled) {
2286
3596
  throw new Error(
@@ -2295,7 +3605,10 @@ export class SeamHttpEndpoints {
2295
3605
  }
2296
3606
  }
2297
3607
 
2298
- get ['/unstable_locations/delete'](): SeamHttpUnstableLocations['delete'] {
3608
+ get ['/unstable_locations/delete'](): (
3609
+ parameters?: UnstableLocationsDeleteParameters,
3610
+ options?: UnstableLocationsDeleteOptions,
3611
+ ) => UnstableLocationsDeleteRequest {
2299
3612
  const { client, defaults } = this
2300
3613
  if (!this.defaults.isUndocumentedApiEnabled) {
2301
3614
  throw new Error(
@@ -2310,7 +3623,10 @@ export class SeamHttpEndpoints {
2310
3623
  }
2311
3624
  }
2312
3625
 
2313
- get ['/unstable_locations/get'](): SeamHttpUnstableLocations['get'] {
3626
+ get ['/unstable_locations/get'](): (
3627
+ parameters?: UnstableLocationsGetParameters,
3628
+ options?: UnstableLocationsGetOptions,
3629
+ ) => UnstableLocationsGetRequest {
2314
3630
  const { client, defaults } = this
2315
3631
  if (!this.defaults.isUndocumentedApiEnabled) {
2316
3632
  throw new Error(
@@ -2325,7 +3641,10 @@ export class SeamHttpEndpoints {
2325
3641
  }
2326
3642
  }
2327
3643
 
2328
- get ['/unstable_locations/list'](): SeamHttpUnstableLocations['list'] {
3644
+ get ['/unstable_locations/list'](): (
3645
+ parameters?: UnstableLocationsListParameters,
3646
+ options?: UnstableLocationsListOptions,
3647
+ ) => UnstableLocationsListRequest {
2329
3648
  const { client, defaults } = this
2330
3649
  if (!this.defaults.isUndocumentedApiEnabled) {
2331
3650
  throw new Error(
@@ -2340,7 +3659,10 @@ export class SeamHttpEndpoints {
2340
3659
  }
2341
3660
  }
2342
3661
 
2343
- get ['/unstable_locations/remove_acs_entrances'](): SeamHttpUnstableLocations['removeAcsEntrances'] {
3662
+ get ['/unstable_locations/remove_acs_entrances'](): (
3663
+ parameters?: UnstableLocationsRemoveAcsEntrancesParameters,
3664
+ options?: UnstableLocationsRemoveAcsEntrancesOptions,
3665
+ ) => UnstableLocationsRemoveAcsEntrancesRequest {
2344
3666
  const { client, defaults } = this
2345
3667
  if (!this.defaults.isUndocumentedApiEnabled) {
2346
3668
  throw new Error(
@@ -2355,7 +3677,10 @@ export class SeamHttpEndpoints {
2355
3677
  }
2356
3678
  }
2357
3679
 
2358
- get ['/unstable_locations/remove_devices'](): SeamHttpUnstableLocations['removeDevices'] {
3680
+ get ['/unstable_locations/remove_devices'](): (
3681
+ parameters?: UnstableLocationsRemoveDevicesParameters,
3682
+ options?: UnstableLocationsRemoveDevicesOptions,
3683
+ ) => UnstableLocationsRemoveDevicesRequest {
2359
3684
  const { client, defaults } = this
2360
3685
  if (!this.defaults.isUndocumentedApiEnabled) {
2361
3686
  throw new Error(
@@ -2370,7 +3695,10 @@ export class SeamHttpEndpoints {
2370
3695
  }
2371
3696
  }
2372
3697
 
2373
- get ['/unstable_locations/update'](): SeamHttpUnstableLocations['update'] {
3698
+ get ['/unstable_locations/update'](): (
3699
+ parameters?: UnstableLocationsUpdateParameters,
3700
+ options?: UnstableLocationsUpdateOptions,
3701
+ ) => UnstableLocationsUpdateRequest {
2374
3702
  const { client, defaults } = this
2375
3703
  if (!this.defaults.isUndocumentedApiEnabled) {
2376
3704
  throw new Error(
@@ -2385,7 +3713,10 @@ export class SeamHttpEndpoints {
2385
3713
  }
2386
3714
  }
2387
3715
 
2388
- get ['/unstable_partner/building_blocks/connect_accounts'](): SeamHttpUnstablePartnerBuildingBlocks['connectAccounts'] {
3716
+ get ['/unstable_partner/building_blocks/connect_accounts'](): (
3717
+ parameters?: UnstablePartnerBuildingBlocksConnectAccountsParameters,
3718
+ options?: UnstablePartnerBuildingBlocksConnectAccountsOptions,
3719
+ ) => UnstablePartnerBuildingBlocksConnectAccountsRequest {
2389
3720
  const { client, defaults } = this
2390
3721
  if (!this.defaults.isUndocumentedApiEnabled) {
2391
3722
  throw new Error(
@@ -2405,7 +3736,10 @@ export class SeamHttpEndpoints {
2405
3736
  }
2406
3737
  }
2407
3738
 
2408
- get ['/unstable_partner/building_blocks/generate_magic_link'](): SeamHttpUnstablePartnerBuildingBlocks['generateMagicLink'] {
3739
+ get ['/unstable_partner/building_blocks/generate_magic_link'](): (
3740
+ parameters?: UnstablePartnerBuildingBlocksGenerateMagicLinkParameters,
3741
+ options?: UnstablePartnerBuildingBlocksGenerateMagicLinkOptions,
3742
+ ) => UnstablePartnerBuildingBlocksGenerateMagicLinkRequest {
2409
3743
  const { client, defaults } = this
2410
3744
  if (!this.defaults.isUndocumentedApiEnabled) {
2411
3745
  throw new Error(
@@ -2425,7 +3759,10 @@ export class SeamHttpEndpoints {
2425
3759
  }
2426
3760
  }
2427
3761
 
2428
- get ['/unstable_partner/building_blocks/manage_devices'](): SeamHttpUnstablePartnerBuildingBlocks['manageDevices'] {
3762
+ get ['/unstable_partner/building_blocks/manage_devices'](): (
3763
+ parameters?: UnstablePartnerBuildingBlocksManageDevicesParameters,
3764
+ options?: UnstablePartnerBuildingBlocksManageDevicesOptions,
3765
+ ) => UnstablePartnerBuildingBlocksManageDevicesRequest {
2429
3766
  const { client, defaults } = this
2430
3767
  if (!this.defaults.isUndocumentedApiEnabled) {
2431
3768
  throw new Error(
@@ -2445,7 +3782,10 @@ export class SeamHttpEndpoints {
2445
3782
  }
2446
3783
  }
2447
3784
 
2448
- get ['/unstable_partner/building_blocks/organize_spaces'](): SeamHttpUnstablePartnerBuildingBlocks['organizeSpaces'] {
3785
+ get ['/unstable_partner/building_blocks/organize_spaces'](): (
3786
+ parameters?: UnstablePartnerBuildingBlocksOrganizeSpacesParameters,
3787
+ options?: UnstablePartnerBuildingBlocksOrganizeSpacesOptions,
3788
+ ) => UnstablePartnerBuildingBlocksOrganizeSpacesRequest {
2449
3789
  const { client, defaults } = this
2450
3790
  if (!this.defaults.isUndocumentedApiEnabled) {
2451
3791
  throw new Error(
@@ -2465,7 +3805,10 @@ export class SeamHttpEndpoints {
2465
3805
  }
2466
3806
  }
2467
3807
 
2468
- get ['/unstable_partner/resources/push'](): SeamHttpUnstablePartnerResources['push'] {
3808
+ get ['/unstable_partner/resources/push'](): (
3809
+ parameters?: UnstablePartnerResourcesPushParameters,
3810
+ options?: UnstablePartnerResourcesPushOptions,
3811
+ ) => UnstablePartnerResourcesPushRequest {
2469
3812
  const { client, defaults } = this
2470
3813
  if (!this.defaults.isUndocumentedApiEnabled) {
2471
3814
  throw new Error(
@@ -2480,7 +3823,10 @@ export class SeamHttpEndpoints {
2480
3823
  }
2481
3824
  }
2482
3825
 
2483
- get ['/user_identities/add_acs_user'](): SeamHttpUserIdentities['addAcsUser'] {
3826
+ get ['/user_identities/add_acs_user'](): (
3827
+ parameters?: UserIdentitiesAddAcsUserParameters,
3828
+ options?: UserIdentitiesAddAcsUserOptions,
3829
+ ) => UserIdentitiesAddAcsUserRequest {
2484
3830
  const { client, defaults } = this
2485
3831
  return function userIdentitiesAddAcsUser(
2486
3832
  ...args: Parameters<SeamHttpUserIdentities['addAcsUser']>
@@ -2490,7 +3836,10 @@ export class SeamHttpEndpoints {
2490
3836
  }
2491
3837
  }
2492
3838
 
2493
- get ['/user_identities/create'](): SeamHttpUserIdentities['create'] {
3839
+ get ['/user_identities/create'](): (
3840
+ parameters?: UserIdentitiesCreateParameters,
3841
+ options?: UserIdentitiesCreateOptions,
3842
+ ) => UserIdentitiesCreateRequest {
2494
3843
  const { client, defaults } = this
2495
3844
  return function userIdentitiesCreate(
2496
3845
  ...args: Parameters<SeamHttpUserIdentities['create']>
@@ -2500,7 +3849,10 @@ export class SeamHttpEndpoints {
2500
3849
  }
2501
3850
  }
2502
3851
 
2503
- get ['/user_identities/delete'](): SeamHttpUserIdentities['delete'] {
3852
+ get ['/user_identities/delete'](): (
3853
+ parameters?: UserIdentitiesDeleteParameters,
3854
+ options?: UserIdentitiesDeleteOptions,
3855
+ ) => UserIdentitiesDeleteRequest {
2504
3856
  const { client, defaults } = this
2505
3857
  return function userIdentitiesDelete(
2506
3858
  ...args: Parameters<SeamHttpUserIdentities['delete']>
@@ -2510,7 +3862,10 @@ export class SeamHttpEndpoints {
2510
3862
  }
2511
3863
  }
2512
3864
 
2513
- get ['/user_identities/generate_instant_key'](): SeamHttpUserIdentities['generateInstantKey'] {
3865
+ get ['/user_identities/generate_instant_key'](): (
3866
+ parameters?: UserIdentitiesGenerateInstantKeyParameters,
3867
+ options?: UserIdentitiesGenerateInstantKeyOptions,
3868
+ ) => UserIdentitiesGenerateInstantKeyRequest {
2514
3869
  const { client, defaults } = this
2515
3870
  return function userIdentitiesGenerateInstantKey(
2516
3871
  ...args: Parameters<SeamHttpUserIdentities['generateInstantKey']>
@@ -2520,7 +3875,10 @@ export class SeamHttpEndpoints {
2520
3875
  }
2521
3876
  }
2522
3877
 
2523
- get ['/user_identities/get'](): SeamHttpUserIdentities['get'] {
3878
+ get ['/user_identities/get'](): (
3879
+ parameters?: UserIdentitiesGetParameters,
3880
+ options?: UserIdentitiesGetOptions,
3881
+ ) => UserIdentitiesGetRequest {
2524
3882
  const { client, defaults } = this
2525
3883
  return function userIdentitiesGet(
2526
3884
  ...args: Parameters<SeamHttpUserIdentities['get']>
@@ -2530,7 +3888,10 @@ export class SeamHttpEndpoints {
2530
3888
  }
2531
3889
  }
2532
3890
 
2533
- get ['/user_identities/grant_access_to_device'](): SeamHttpUserIdentities['grantAccessToDevice'] {
3891
+ get ['/user_identities/grant_access_to_device'](): (
3892
+ parameters?: UserIdentitiesGrantAccessToDeviceParameters,
3893
+ options?: UserIdentitiesGrantAccessToDeviceOptions,
3894
+ ) => UserIdentitiesGrantAccessToDeviceRequest {
2534
3895
  const { client, defaults } = this
2535
3896
  return function userIdentitiesGrantAccessToDevice(
2536
3897
  ...args: Parameters<SeamHttpUserIdentities['grantAccessToDevice']>
@@ -2540,7 +3901,10 @@ export class SeamHttpEndpoints {
2540
3901
  }
2541
3902
  }
2542
3903
 
2543
- get ['/user_identities/list'](): SeamHttpUserIdentities['list'] {
3904
+ get ['/user_identities/list'](): (
3905
+ parameters?: UserIdentitiesListParameters,
3906
+ options?: UserIdentitiesListOptions,
3907
+ ) => UserIdentitiesListRequest {
2544
3908
  const { client, defaults } = this
2545
3909
  return function userIdentitiesList(
2546
3910
  ...args: Parameters<SeamHttpUserIdentities['list']>
@@ -2550,7 +3914,10 @@ export class SeamHttpEndpoints {
2550
3914
  }
2551
3915
  }
2552
3916
 
2553
- get ['/user_identities/list_accessible_devices'](): SeamHttpUserIdentities['listAccessibleDevices'] {
3917
+ get ['/user_identities/list_accessible_devices'](): (
3918
+ parameters?: UserIdentitiesListAccessibleDevicesParameters,
3919
+ options?: UserIdentitiesListAccessibleDevicesOptions,
3920
+ ) => UserIdentitiesListAccessibleDevicesRequest {
2554
3921
  const { client, defaults } = this
2555
3922
  return function userIdentitiesListAccessibleDevices(
2556
3923
  ...args: Parameters<SeamHttpUserIdentities['listAccessibleDevices']>
@@ -2560,7 +3927,10 @@ export class SeamHttpEndpoints {
2560
3927
  }
2561
3928
  }
2562
3929
 
2563
- get ['/user_identities/list_acs_systems'](): SeamHttpUserIdentities['listAcsSystems'] {
3930
+ get ['/user_identities/list_acs_systems'](): (
3931
+ parameters?: UserIdentitiesListAcsSystemsParameters,
3932
+ options?: UserIdentitiesListAcsSystemsOptions,
3933
+ ) => UserIdentitiesListAcsSystemsRequest {
2564
3934
  const { client, defaults } = this
2565
3935
  return function userIdentitiesListAcsSystems(
2566
3936
  ...args: Parameters<SeamHttpUserIdentities['listAcsSystems']>
@@ -2570,7 +3940,10 @@ export class SeamHttpEndpoints {
2570
3940
  }
2571
3941
  }
2572
3942
 
2573
- get ['/user_identities/list_acs_users'](): SeamHttpUserIdentities['listAcsUsers'] {
3943
+ get ['/user_identities/list_acs_users'](): (
3944
+ parameters?: UserIdentitiesListAcsUsersParameters,
3945
+ options?: UserIdentitiesListAcsUsersOptions,
3946
+ ) => UserIdentitiesListAcsUsersRequest {
2574
3947
  const { client, defaults } = this
2575
3948
  return function userIdentitiesListAcsUsers(
2576
3949
  ...args: Parameters<SeamHttpUserIdentities['listAcsUsers']>
@@ -2580,7 +3953,10 @@ export class SeamHttpEndpoints {
2580
3953
  }
2581
3954
  }
2582
3955
 
2583
- get ['/user_identities/remove_acs_user'](): SeamHttpUserIdentities['removeAcsUser'] {
3956
+ get ['/user_identities/remove_acs_user'](): (
3957
+ parameters?: UserIdentitiesRemoveAcsUserParameters,
3958
+ options?: UserIdentitiesRemoveAcsUserOptions,
3959
+ ) => UserIdentitiesRemoveAcsUserRequest {
2584
3960
  const { client, defaults } = this
2585
3961
  return function userIdentitiesRemoveAcsUser(
2586
3962
  ...args: Parameters<SeamHttpUserIdentities['removeAcsUser']>
@@ -2590,7 +3966,10 @@ export class SeamHttpEndpoints {
2590
3966
  }
2591
3967
  }
2592
3968
 
2593
- get ['/user_identities/revoke_access_to_device'](): SeamHttpUserIdentities['revokeAccessToDevice'] {
3969
+ get ['/user_identities/revoke_access_to_device'](): (
3970
+ parameters?: UserIdentitiesRevokeAccessToDeviceParameters,
3971
+ options?: UserIdentitiesRevokeAccessToDeviceOptions,
3972
+ ) => UserIdentitiesRevokeAccessToDeviceRequest {
2594
3973
  const { client, defaults } = this
2595
3974
  return function userIdentitiesRevokeAccessToDevice(
2596
3975
  ...args: Parameters<SeamHttpUserIdentities['revokeAccessToDevice']>
@@ -2600,7 +3979,10 @@ export class SeamHttpEndpoints {
2600
3979
  }
2601
3980
  }
2602
3981
 
2603
- get ['/user_identities/update'](): SeamHttpUserIdentities['update'] {
3982
+ get ['/user_identities/update'](): (
3983
+ parameters?: UserIdentitiesUpdateParameters,
3984
+ options?: UserIdentitiesUpdateOptions,
3985
+ ) => UserIdentitiesUpdateRequest {
2604
3986
  const { client, defaults } = this
2605
3987
  return function userIdentitiesUpdate(
2606
3988
  ...args: Parameters<SeamHttpUserIdentities['update']>
@@ -2610,7 +3992,10 @@ export class SeamHttpEndpoints {
2610
3992
  }
2611
3993
  }
2612
3994
 
2613
- get ['/user_identities/enrollment_automations/delete'](): SeamHttpUserIdentitiesEnrollmentAutomations['delete'] {
3995
+ get ['/user_identities/enrollment_automations/delete'](): (
3996
+ parameters?: UserIdentitiesEnrollmentAutomationsDeleteParameters,
3997
+ options?: UserIdentitiesEnrollmentAutomationsDeleteOptions,
3998
+ ) => UserIdentitiesEnrollmentAutomationsDeleteRequest {
2614
3999
  const { client, defaults } = this
2615
4000
  return function userIdentitiesEnrollmentAutomationsDelete(
2616
4001
  ...args: Parameters<SeamHttpUserIdentitiesEnrollmentAutomations['delete']>
@@ -2623,7 +4008,10 @@ export class SeamHttpEndpoints {
2623
4008
  }
2624
4009
  }
2625
4010
 
2626
- get ['/user_identities/enrollment_automations/get'](): SeamHttpUserIdentitiesEnrollmentAutomations['get'] {
4011
+ get ['/user_identities/enrollment_automations/get'](): (
4012
+ parameters?: UserIdentitiesEnrollmentAutomationsGetParameters,
4013
+ options?: UserIdentitiesEnrollmentAutomationsGetOptions,
4014
+ ) => UserIdentitiesEnrollmentAutomationsGetRequest {
2627
4015
  const { client, defaults } = this
2628
4016
  return function userIdentitiesEnrollmentAutomationsGet(
2629
4017
  ...args: Parameters<SeamHttpUserIdentitiesEnrollmentAutomations['get']>
@@ -2636,7 +4024,10 @@ export class SeamHttpEndpoints {
2636
4024
  }
2637
4025
  }
2638
4026
 
2639
- get ['/user_identities/enrollment_automations/launch'](): SeamHttpUserIdentitiesEnrollmentAutomations['launch'] {
4027
+ get ['/user_identities/enrollment_automations/launch'](): (
4028
+ parameters?: UserIdentitiesEnrollmentAutomationsLaunchParameters,
4029
+ options?: UserIdentitiesEnrollmentAutomationsLaunchOptions,
4030
+ ) => UserIdentitiesEnrollmentAutomationsLaunchRequest {
2640
4031
  const { client, defaults } = this
2641
4032
  return function userIdentitiesEnrollmentAutomationsLaunch(
2642
4033
  ...args: Parameters<SeamHttpUserIdentitiesEnrollmentAutomations['launch']>
@@ -2649,7 +4040,10 @@ export class SeamHttpEndpoints {
2649
4040
  }
2650
4041
  }
2651
4042
 
2652
- get ['/user_identities/enrollment_automations/list'](): SeamHttpUserIdentitiesEnrollmentAutomations['list'] {
4043
+ get ['/user_identities/enrollment_automations/list'](): (
4044
+ parameters?: UserIdentitiesEnrollmentAutomationsListParameters,
4045
+ options?: UserIdentitiesEnrollmentAutomationsListOptions,
4046
+ ) => UserIdentitiesEnrollmentAutomationsListRequest {
2653
4047
  const { client, defaults } = this
2654
4048
  return function userIdentitiesEnrollmentAutomationsList(
2655
4049
  ...args: Parameters<SeamHttpUserIdentitiesEnrollmentAutomations['list']>
@@ -2662,7 +4056,10 @@ export class SeamHttpEndpoints {
2662
4056
  }
2663
4057
  }
2664
4058
 
2665
- get ['/webhooks/create'](): SeamHttpWebhooks['create'] {
4059
+ get ['/webhooks/create'](): (
4060
+ parameters?: WebhooksCreateParameters,
4061
+ options?: WebhooksCreateOptions,
4062
+ ) => WebhooksCreateRequest {
2666
4063
  const { client, defaults } = this
2667
4064
  return function webhooksCreate(
2668
4065
  ...args: Parameters<SeamHttpWebhooks['create']>
@@ -2672,7 +4069,10 @@ export class SeamHttpEndpoints {
2672
4069
  }
2673
4070
  }
2674
4071
 
2675
- get ['/webhooks/delete'](): SeamHttpWebhooks['delete'] {
4072
+ get ['/webhooks/delete'](): (
4073
+ parameters?: WebhooksDeleteParameters,
4074
+ options?: WebhooksDeleteOptions,
4075
+ ) => WebhooksDeleteRequest {
2676
4076
  const { client, defaults } = this
2677
4077
  return function webhooksDelete(
2678
4078
  ...args: Parameters<SeamHttpWebhooks['delete']>
@@ -2682,7 +4082,10 @@ export class SeamHttpEndpoints {
2682
4082
  }
2683
4083
  }
2684
4084
 
2685
- get ['/webhooks/get'](): SeamHttpWebhooks['get'] {
4085
+ get ['/webhooks/get'](): (
4086
+ parameters?: WebhooksGetParameters,
4087
+ options?: WebhooksGetOptions,
4088
+ ) => WebhooksGetRequest {
2686
4089
  const { client, defaults } = this
2687
4090
  return function webhooksGet(
2688
4091
  ...args: Parameters<SeamHttpWebhooks['get']>
@@ -2692,7 +4095,10 @@ export class SeamHttpEndpoints {
2692
4095
  }
2693
4096
  }
2694
4097
 
2695
- get ['/webhooks/list'](): SeamHttpWebhooks['list'] {
4098
+ get ['/webhooks/list'](): (
4099
+ parameters?: WebhooksListParameters,
4100
+ options?: WebhooksListOptions,
4101
+ ) => WebhooksListRequest {
2696
4102
  const { client, defaults } = this
2697
4103
  return function webhooksList(
2698
4104
  ...args: Parameters<SeamHttpWebhooks['list']>
@@ -2702,7 +4108,10 @@ export class SeamHttpEndpoints {
2702
4108
  }
2703
4109
  }
2704
4110
 
2705
- get ['/webhooks/update'](): SeamHttpWebhooks['update'] {
4111
+ get ['/webhooks/update'](): (
4112
+ parameters?: WebhooksUpdateParameters,
4113
+ options?: WebhooksUpdateOptions,
4114
+ ) => WebhooksUpdateRequest {
2706
4115
  const { client, defaults } = this
2707
4116
  return function webhooksUpdate(
2708
4117
  ...args: Parameters<SeamHttpWebhooks['update']>
@@ -2712,7 +4121,10 @@ export class SeamHttpEndpoints {
2712
4121
  }
2713
4122
  }
2714
4123
 
2715
- get ['/workspaces/create'](): SeamHttpWorkspaces['create'] {
4124
+ get ['/workspaces/create'](): (
4125
+ parameters?: WorkspacesCreateParameters,
4126
+ options?: WorkspacesCreateOptions,
4127
+ ) => WorkspacesCreateRequest {
2716
4128
  const { client, defaults } = this
2717
4129
  return function workspacesCreate(
2718
4130
  ...args: Parameters<SeamHttpWorkspaces['create']>
@@ -2722,7 +4134,10 @@ export class SeamHttpEndpoints {
2722
4134
  }
2723
4135
  }
2724
4136
 
2725
- get ['/workspaces/get'](): SeamHttpWorkspaces['get'] {
4137
+ get ['/workspaces/get'](): (
4138
+ parameters?: WorkspacesGetParameters,
4139
+ options?: WorkspacesGetOptions,
4140
+ ) => WorkspacesGetRequest {
2726
4141
  const { client, defaults } = this
2727
4142
  return function workspacesGet(
2728
4143
  ...args: Parameters<SeamHttpWorkspaces['get']>
@@ -2732,7 +4147,10 @@ export class SeamHttpEndpoints {
2732
4147
  }
2733
4148
  }
2734
4149
 
2735
- get ['/workspaces/list'](): SeamHttpWorkspaces['list'] {
4150
+ get ['/workspaces/list'](): (
4151
+ parameters?: WorkspacesListParameters,
4152
+ options?: WorkspacesListOptions,
4153
+ ) => WorkspacesListRequest {
2736
4154
  const { client, defaults } = this
2737
4155
  return function workspacesList(
2738
4156
  ...args: Parameters<SeamHttpWorkspaces['list']>
@@ -2742,7 +4160,10 @@ export class SeamHttpEndpoints {
2742
4160
  }
2743
4161
  }
2744
4162
 
2745
- get ['/workspaces/reset_sandbox'](): SeamHttpWorkspaces['resetSandbox'] {
4163
+ get ['/workspaces/reset_sandbox'](): (
4164
+ parameters?: WorkspacesResetSandboxParameters,
4165
+ options?: WorkspacesResetSandboxOptions,
4166
+ ) => WorkspacesResetSandboxRequest {
2746
4167
  const { client, defaults } = this
2747
4168
  return function workspacesResetSandbox(
2748
4169
  ...args: Parameters<SeamHttpWorkspaces['resetSandbox']>
@@ -2752,7 +4173,10 @@ export class SeamHttpEndpoints {
2752
4173
  }
2753
4174
  }
2754
4175
 
2755
- get ['/workspaces/update'](): SeamHttpWorkspaces['update'] {
4176
+ get ['/workspaces/update'](): (
4177
+ parameters?: WorkspacesUpdateParameters,
4178
+ options?: WorkspacesUpdateOptions,
4179
+ ) => WorkspacesUpdateRequest {
2756
4180
  const { client, defaults } = this
2757
4181
  return function workspacesUpdate(
2758
4182
  ...args: Parameters<SeamHttpWorkspaces['update']>
@@ -2762,3 +4186,224 @@ export class SeamHttpEndpoints {
2762
4186
  }
2763
4187
  }
2764
4188
  }
4189
+
4190
+ export type SeamHttpEndpointPaths =
4191
+ | '/access_codes/create'
4192
+ | '/access_codes/create_multiple'
4193
+ | '/access_codes/delete'
4194
+ | '/access_codes/generate_code'
4195
+ | '/access_codes/get'
4196
+ | '/access_codes/list'
4197
+ | '/access_codes/pull_backup_access_code'
4198
+ | '/access_codes/report_device_constraints'
4199
+ | '/access_codes/update'
4200
+ | '/access_codes/update_multiple'
4201
+ | '/access_codes/simulate/create_unmanaged_access_code'
4202
+ | '/access_codes/unmanaged/convert_to_managed'
4203
+ | '/access_codes/unmanaged/delete'
4204
+ | '/access_codes/unmanaged/get'
4205
+ | '/access_codes/unmanaged/list'
4206
+ | '/access_codes/unmanaged/update'
4207
+ | '/access_grants/create'
4208
+ | '/access_grants/delete'
4209
+ | '/access_grants/get'
4210
+ | '/access_grants/list'
4211
+ | '/access_grants/update'
4212
+ | '/access_methods/delete'
4213
+ | '/access_methods/get'
4214
+ | '/access_methods/list'
4215
+ | '/acs/access_groups/add_user'
4216
+ | '/acs/access_groups/get'
4217
+ | '/acs/access_groups/list'
4218
+ | '/acs/access_groups/list_accessible_entrances'
4219
+ | '/acs/access_groups/list_users'
4220
+ | '/acs/access_groups/remove_user'
4221
+ | '/acs/access_groups/unmanaged/get'
4222
+ | '/acs/access_groups/unmanaged/list'
4223
+ | '/acs/credential_pools/list'
4224
+ | '/acs/credential_provisioning_automations/launch'
4225
+ | '/acs/credentials/assign'
4226
+ | '/acs/credentials/create'
4227
+ | '/acs/credentials/create_offline_code'
4228
+ | '/acs/credentials/delete'
4229
+ | '/acs/credentials/get'
4230
+ | '/acs/credentials/list'
4231
+ | '/acs/credentials/list_accessible_entrances'
4232
+ | '/acs/credentials/unassign'
4233
+ | '/acs/credentials/update'
4234
+ | '/acs/credentials/unmanaged/get'
4235
+ | '/acs/credentials/unmanaged/list'
4236
+ | '/acs/encoders/encode_access_method'
4237
+ | '/acs/encoders/encode_credential'
4238
+ | '/acs/encoders/get'
4239
+ | '/acs/encoders/list'
4240
+ | '/acs/encoders/scan_credential'
4241
+ | '/acs/encoders/simulate/next_credential_encode_will_fail'
4242
+ | '/acs/encoders/simulate/next_credential_encode_will_succeed'
4243
+ | '/acs/encoders/simulate/next_credential_scan_will_fail'
4244
+ | '/acs/encoders/simulate/next_credential_scan_will_succeed'
4245
+ | '/acs/entrances/get'
4246
+ | '/acs/entrances/grant_access'
4247
+ | '/acs/entrances/list'
4248
+ | '/acs/entrances/list_credentials_with_access'
4249
+ | '/acs/systems/get'
4250
+ | '/acs/systems/list'
4251
+ | '/acs/systems/list_compatible_credential_manager_acs_systems'
4252
+ | '/acs/users/add_to_access_group'
4253
+ | '/acs/users/create'
4254
+ | '/acs/users/delete'
4255
+ | '/acs/users/get'
4256
+ | '/acs/users/list'
4257
+ | '/acs/users/list_accessible_entrances'
4258
+ | '/acs/users/remove_from_access_group'
4259
+ | '/acs/users/revoke_access_to_all_entrances'
4260
+ | '/acs/users/suspend'
4261
+ | '/acs/users/unsuspend'
4262
+ | '/acs/users/update'
4263
+ | '/acs/users/unmanaged/get'
4264
+ | '/acs/users/unmanaged/list'
4265
+ | '/action_attempts/get'
4266
+ | '/action_attempts/list'
4267
+ | '/bridges/get'
4268
+ | '/bridges/list'
4269
+ | '/client_sessions/create'
4270
+ | '/client_sessions/delete'
4271
+ | '/client_sessions/get'
4272
+ | '/client_sessions/get_or_create'
4273
+ | '/client_sessions/grant_access'
4274
+ | '/client_sessions/list'
4275
+ | '/client_sessions/revoke'
4276
+ | '/connect_webviews/create'
4277
+ | '/connect_webviews/delete'
4278
+ | '/connect_webviews/get'
4279
+ | '/connect_webviews/list'
4280
+ | '/connected_accounts/delete'
4281
+ | '/connected_accounts/get'
4282
+ | '/connected_accounts/list'
4283
+ | '/connected_accounts/sync'
4284
+ | '/connected_accounts/update'
4285
+ | '/devices/delete'
4286
+ | '/devices/get'
4287
+ | '/devices/list'
4288
+ | '/devices/list_device_providers'
4289
+ | '/devices/update'
4290
+ | '/devices/simulate/connect'
4291
+ | '/devices/simulate/disconnect'
4292
+ | '/devices/simulate/remove'
4293
+ | '/devices/unmanaged/get'
4294
+ | '/devices/unmanaged/list'
4295
+ | '/devices/unmanaged/update'
4296
+ | '/events/get'
4297
+ | '/events/list'
4298
+ | '/locks/get'
4299
+ | '/locks/list'
4300
+ | '/locks/lock_door'
4301
+ | '/locks/unlock_door'
4302
+ | '/locks/simulate/keypad_code_entry'
4303
+ | '/locks/simulate/manual_lock_via_keypad'
4304
+ | '/networks/get'
4305
+ | '/networks/list'
4306
+ | '/noise_sensors/list'
4307
+ | '/noise_sensors/noise_thresholds/create'
4308
+ | '/noise_sensors/noise_thresholds/delete'
4309
+ | '/noise_sensors/noise_thresholds/get'
4310
+ | '/noise_sensors/noise_thresholds/list'
4311
+ | '/noise_sensors/noise_thresholds/update'
4312
+ | '/noise_sensors/simulate/trigger_noise_threshold'
4313
+ | '/phones/deactivate'
4314
+ | '/phones/get'
4315
+ | '/phones/list'
4316
+ | '/phones/simulate/create_sandbox_phone'
4317
+ | '/seam/bridge/v1/bridge_client_sessions/create'
4318
+ | '/seam/bridge/v1/bridge_client_sessions/get'
4319
+ | '/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token'
4320
+ | '/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code'
4321
+ | '/seam/bridge/v1/bridge_client_sessions/report_status'
4322
+ | '/seam/bridge/v1/bridge_connected_systems/list'
4323
+ | '/seam/instant_key/v1/client_sessions/exchange_short_code'
4324
+ | '/seam/mobile_sdk/v1/acs/credentials/list'
4325
+ | '/seam/mobile_sdk/v1/phone_sessions/get_or_create'
4326
+ | '/seam/partner/v1/building_blocks/spaces/auto_map'
4327
+ | '/seam/partner/v1/resources/list'
4328
+ | '/spaces/add_acs_entrances'
4329
+ | '/spaces/add_devices'
4330
+ | '/spaces/create'
4331
+ | '/spaces/delete'
4332
+ | '/spaces/get'
4333
+ | '/spaces/list'
4334
+ | '/spaces/remove_acs_entrances'
4335
+ | '/spaces/remove_devices'
4336
+ | '/spaces/update'
4337
+ | '/thermostats/activate_climate_preset'
4338
+ | '/thermostats/cool'
4339
+ | '/thermostats/create_climate_preset'
4340
+ | '/thermostats/delete_climate_preset'
4341
+ | '/thermostats/get'
4342
+ | '/thermostats/heat'
4343
+ | '/thermostats/heat_cool'
4344
+ | '/thermostats/list'
4345
+ | '/thermostats/off'
4346
+ | '/thermostats/set_fallback_climate_preset'
4347
+ | '/thermostats/set_fan_mode'
4348
+ | '/thermostats/set_hvac_mode'
4349
+ | '/thermostats/set_temperature_threshold'
4350
+ | '/thermostats/update_climate_preset'
4351
+ | '/thermostats/update_weekly_program'
4352
+ | '/thermostats/daily_programs/create'
4353
+ | '/thermostats/daily_programs/delete'
4354
+ | '/thermostats/daily_programs/update'
4355
+ | '/thermostats/schedules/create'
4356
+ | '/thermostats/schedules/delete'
4357
+ | '/thermostats/schedules/get'
4358
+ | '/thermostats/schedules/list'
4359
+ | '/thermostats/schedules/update'
4360
+ | '/thermostats/simulate/hvac_mode_adjusted'
4361
+ | '/thermostats/simulate/temperature_reached'
4362
+ | '/unstable_access_grants/create'
4363
+ | '/unstable_access_grants/delete'
4364
+ | '/unstable_access_grants/get'
4365
+ | '/unstable_access_grants/list'
4366
+ | '/unstable_access_methods/delete'
4367
+ | '/unstable_access_methods/get'
4368
+ | '/unstable_access_methods/list'
4369
+ | '/unstable_locations/add_acs_entrances'
4370
+ | '/unstable_locations/add_devices'
4371
+ | '/unstable_locations/create'
4372
+ | '/unstable_locations/delete'
4373
+ | '/unstable_locations/get'
4374
+ | '/unstable_locations/list'
4375
+ | '/unstable_locations/remove_acs_entrances'
4376
+ | '/unstable_locations/remove_devices'
4377
+ | '/unstable_locations/update'
4378
+ | '/unstable_partner/building_blocks/connect_accounts'
4379
+ | '/unstable_partner/building_blocks/generate_magic_link'
4380
+ | '/unstable_partner/building_blocks/manage_devices'
4381
+ | '/unstable_partner/building_blocks/organize_spaces'
4382
+ | '/unstable_partner/resources/push'
4383
+ | '/user_identities/add_acs_user'
4384
+ | '/user_identities/create'
4385
+ | '/user_identities/delete'
4386
+ | '/user_identities/generate_instant_key'
4387
+ | '/user_identities/get'
4388
+ | '/user_identities/grant_access_to_device'
4389
+ | '/user_identities/list'
4390
+ | '/user_identities/list_accessible_devices'
4391
+ | '/user_identities/list_acs_systems'
4392
+ | '/user_identities/list_acs_users'
4393
+ | '/user_identities/remove_acs_user'
4394
+ | '/user_identities/revoke_access_to_device'
4395
+ | '/user_identities/update'
4396
+ | '/user_identities/enrollment_automations/delete'
4397
+ | '/user_identities/enrollment_automations/get'
4398
+ | '/user_identities/enrollment_automations/launch'
4399
+ | '/user_identities/enrollment_automations/list'
4400
+ | '/webhooks/create'
4401
+ | '/webhooks/delete'
4402
+ | '/webhooks/get'
4403
+ | '/webhooks/list'
4404
+ | '/webhooks/update'
4405
+ | '/workspaces/create'
4406
+ | '/workspaces/get'
4407
+ | '/workspaces/list'
4408
+ | '/workspaces/reset_sandbox'
4409
+ | '/workspaces/update'