@seamapi/http 1.128.0 → 2.0.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 (625) hide show
  1. package/README.md +0 -13
  2. package/lib/seam/connect/index.d.ts +1 -0
  3. package/lib/seam/connect/index.js +1 -0
  4. package/lib/seam/connect/index.js.map +1 -1
  5. package/lib/seam/connect/options.d.ts +0 -1
  6. package/lib/seam/connect/options.js.map +1 -1
  7. package/lib/seam/connect/parse-options.js +0 -2
  8. package/lib/seam/connect/parse-options.js.map +1 -1
  9. package/lib/seam/connect/resolve-action-attempt.d.ts +5 -5
  10. package/lib/seam/connect/resolve-action-attempt.js.map +1 -1
  11. package/lib/seam/connect/resources/access-code.d.ts +1 -1
  12. package/lib/seam/connect/resources/access-grant.d.ts +1 -1
  13. package/lib/seam/connect/resources/access-method.d.ts +1 -1
  14. package/lib/seam/connect/resources/acs-access-group.d.ts +1 -1
  15. package/lib/seam/connect/resources/acs-credential.d.ts +1 -1
  16. package/lib/seam/connect/resources/acs-encoder.d.ts +1 -1
  17. package/lib/seam/connect/resources/acs-entrance.d.ts +1 -1
  18. package/lib/seam/connect/resources/acs-system.d.ts +1 -1
  19. package/lib/seam/connect/resources/acs-user.d.ts +1 -2
  20. package/lib/seam/connect/resources/action-attempt.d.ts +1 -1
  21. package/lib/seam/connect/resources/batch.d.ts +53 -29
  22. package/lib/seam/connect/resources/client-session.d.ts +1 -1
  23. package/lib/seam/connect/resources/connect-webview.d.ts +1 -3
  24. package/lib/seam/connect/resources/connected-account.d.ts +1 -1
  25. package/lib/seam/connect/resources/customer-portal.d.ts +1 -1
  26. package/lib/seam/connect/resources/device-provider.d.ts +1 -1
  27. package/lib/seam/connect/resources/device.d.ts +1 -2
  28. package/lib/seam/connect/resources/event.d.ts +1 -9
  29. package/lib/seam/connect/resources/index.d.ts +32 -43
  30. package/lib/seam/connect/resources/instant-key.d.ts +1 -1
  31. package/lib/seam/connect/resources/noise-threshold.d.ts +1 -1
  32. package/lib/seam/connect/resources/phone.d.ts +1 -1
  33. package/lib/seam/connect/resources/space.d.ts +1 -3
  34. package/lib/seam/connect/resources/thermostat-daily-program.d.ts +1 -1
  35. package/lib/seam/connect/resources/thermostat-schedule.d.ts +1 -1
  36. package/lib/seam/connect/resources/unmanaged-access-code.d.ts +1 -1
  37. package/lib/seam/connect/resources/unmanaged-access-grant.d.ts +94 -0
  38. package/lib/seam/connect/resources/{customer.js → unmanaged-access-grant.js} +1 -1
  39. package/lib/seam/connect/resources/unmanaged-access-grant.js.map +1 -0
  40. package/lib/seam/connect/resources/unmanaged-access-method.d.ts +70 -0
  41. package/lib/seam/connect/resources/{acs-credential-pool.js → unmanaged-access-method.js} +1 -1
  42. package/lib/seam/connect/resources/unmanaged-access-method.js.map +1 -0
  43. package/lib/seam/connect/resources/unmanaged-device.d.ts +1 -1
  44. package/lib/seam/connect/resources/unmanaged-user-identity.d.ts +26 -0
  45. package/lib/seam/connect/resources/{bridge-client-session.js → unmanaged-user-identity.js} +1 -1
  46. package/lib/seam/connect/resources/unmanaged-user-identity.js.map +1 -0
  47. package/lib/seam/connect/resources/user-identity.d.ts +1 -1
  48. package/lib/seam/connect/resources/webhook.d.ts +1 -1
  49. package/lib/seam/connect/resources/workspace.d.ts +1 -1
  50. package/lib/seam/connect/routes/access-codes/access-codes.d.ts +7 -64
  51. package/lib/seam/connect/routes/access-codes/access-codes.js +0 -12
  52. package/lib/seam/connect/routes/access-codes/access-codes.js.map +1 -1
  53. package/lib/seam/connect/routes/access-codes/simulate/simulate.d.ts +2 -6
  54. package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.d.ts +3 -25
  55. package/lib/seam/connect/routes/access-grants/access-grants.d.ts +7 -35
  56. package/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.d.ts +3 -15
  57. package/lib/seam/connect/routes/access-methods/access-methods.d.ts +15 -37
  58. package/lib/seam/connect/routes/access-methods/access-methods.js.map +1 -1
  59. package/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.d.ts +3 -11
  60. package/lib/seam/connect/routes/acs/access-groups/access-groups.d.ts +7 -37
  61. package/lib/seam/connect/routes/acs/access-groups/access-groups.js +0 -4
  62. package/lib/seam/connect/routes/acs/access-groups/access-groups.js.map +1 -1
  63. package/lib/seam/connect/routes/acs/access-groups/index.d.ts +0 -1
  64. package/lib/seam/connect/routes/acs/access-groups/index.js +0 -1
  65. package/lib/seam/connect/routes/acs/access-groups/index.js.map +1 -1
  66. package/lib/seam/connect/routes/acs/acs.d.ts +0 -4
  67. package/lib/seam/connect/routes/acs/acs.js +0 -8
  68. package/lib/seam/connect/routes/acs/acs.js.map +1 -1
  69. package/lib/seam/connect/routes/acs/credentials/credentials.d.ts +6 -61
  70. package/lib/seam/connect/routes/acs/credentials/credentials.js +0 -16
  71. package/lib/seam/connect/routes/acs/credentials/credentials.js.map +1 -1
  72. package/lib/seam/connect/routes/acs/credentials/index.d.ts +0 -1
  73. package/lib/seam/connect/routes/acs/credentials/index.js +0 -1
  74. package/lib/seam/connect/routes/acs/credentials/index.js.map +1 -1
  75. package/lib/seam/connect/routes/acs/encoders/encoders.d.ts +13 -27
  76. package/lib/seam/connect/routes/acs/encoders/encoders.js.map +1 -1
  77. package/lib/seam/connect/routes/acs/encoders/simulate/simulate.d.ts +0 -16
  78. package/lib/seam/connect/routes/acs/entrances/entrances.d.ts +9 -27
  79. package/lib/seam/connect/routes/acs/entrances/entrances.js.map +1 -1
  80. package/lib/seam/connect/routes/acs/index.d.ts +0 -2
  81. package/lib/seam/connect/routes/acs/index.js +0 -2
  82. package/lib/seam/connect/routes/acs/index.js.map +1 -1
  83. package/lib/seam/connect/routes/acs/systems/systems.d.ts +4 -20
  84. package/lib/seam/connect/routes/acs/users/index.d.ts +0 -1
  85. package/lib/seam/connect/routes/acs/users/index.js +0 -1
  86. package/lib/seam/connect/routes/acs/users/index.js.map +1 -1
  87. package/lib/seam/connect/routes/acs/users/users.d.ts +6 -52
  88. package/lib/seam/connect/routes/acs/users/users.js +0 -4
  89. package/lib/seam/connect/routes/acs/users/users.js.map +1 -1
  90. package/lib/seam/connect/routes/action-attempts/action-attempts.d.ts +5 -12
  91. package/lib/seam/connect/routes/action-attempts/action-attempts.js.map +1 -1
  92. package/lib/seam/connect/routes/client-sessions/client-sessions.d.ts +5 -33
  93. package/lib/seam/connect/routes/connect-webviews/connect-webviews.d.ts +4 -21
  94. package/lib/seam/connect/routes/connected-accounts/connected-accounts.d.ts +3 -24
  95. package/lib/seam/connect/routes/connected-accounts/simulate/simulate.d.ts +0 -4
  96. package/lib/seam/connect/routes/customers/customers.d.ts +2 -17
  97. package/lib/seam/connect/routes/customers/customers.js +0 -4
  98. package/lib/seam/connect/routes/customers/customers.js.map +1 -1
  99. package/lib/seam/connect/routes/customers/index.d.ts +0 -1
  100. package/lib/seam/connect/routes/customers/index.js +0 -1
  101. package/lib/seam/connect/routes/customers/index.js.map +1 -1
  102. package/lib/seam/connect/routes/devices/devices.d.ts +5 -41
  103. package/lib/seam/connect/routes/devices/devices.js +0 -12
  104. package/lib/seam/connect/routes/devices/devices.js.map +1 -1
  105. package/lib/seam/connect/routes/devices/simulate/simulate.d.ts +0 -24
  106. package/lib/seam/connect/routes/devices/unmanaged/unmanaged.d.ts +3 -17
  107. package/lib/seam/connect/routes/events/events.d.ts +3 -11
  108. package/lib/seam/connect/routes/index.d.ts +0 -3
  109. package/lib/seam/connect/routes/index.js +0 -3
  110. package/lib/seam/connect/routes/index.js.map +1 -1
  111. package/lib/seam/connect/routes/instant-keys/instant-keys.d.ts +3 -15
  112. package/lib/seam/connect/routes/locks/locks.d.ts +13 -31
  113. package/lib/seam/connect/routes/locks/locks.js.map +1 -1
  114. package/lib/seam/connect/routes/locks/simulate/simulate.d.ts +7 -11
  115. package/lib/seam/connect/routes/locks/simulate/simulate.js.map +1 -1
  116. package/lib/seam/connect/routes/noise-sensors/noise-sensors.d.ts +2 -8
  117. package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.d.ts +4 -28
  118. package/lib/seam/connect/routes/noise-sensors/simulate/simulate.d.ts +0 -4
  119. package/lib/seam/connect/routes/phones/phones.d.ts +3 -15
  120. package/lib/seam/connect/routes/phones/simulate/simulate.d.ts +2 -6
  121. package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.d.ts +1 -5
  122. package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.js +0 -22
  123. package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.js.map +1 -1
  124. package/lib/seam/connect/routes/seam-http-endpoints.d.ts +8 -122
  125. package/lib/seam/connect/routes/seam-http-endpoints.js +0 -834
  126. package/lib/seam/connect/routes/seam-http-endpoints.js.map +1 -1
  127. package/lib/seam/connect/routes/seam-http.d.ts +0 -4
  128. package/lib/seam/connect/routes/seam-http.js +0 -8
  129. package/lib/seam/connect/routes/seam-http.js.map +1 -1
  130. package/lib/seam/connect/routes/spaces/spaces.d.ts +7 -60
  131. package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.d.ts +6 -16
  132. package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.js.map +1 -1
  133. package/lib/seam/connect/routes/thermostats/schedules/schedules.d.ts +4 -24
  134. package/lib/seam/connect/routes/thermostats/simulate/simulate.d.ts +0 -8
  135. package/lib/seam/connect/routes/thermostats/thermostats.d.ts +27 -87
  136. package/lib/seam/connect/routes/thermostats/thermostats.js +0 -12
  137. package/lib/seam/connect/routes/thermostats/thermostats.js.map +1 -1
  138. package/lib/seam/connect/routes/user-identities/index.d.ts +0 -1
  139. package/lib/seam/connect/routes/user-identities/index.js +0 -1
  140. package/lib/seam/connect/routes/user-identities/index.js.map +1 -1
  141. package/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.d.ts +3 -15
  142. package/lib/seam/connect/routes/user-identities/user-identities.d.ts +14 -72
  143. package/lib/seam/connect/routes/user-identities/user-identities.js +0 -4
  144. package/lib/seam/connect/routes/user-identities/user-identities.js.map +1 -1
  145. package/lib/seam/connect/routes/webhooks/webhooks.d.ts +4 -24
  146. package/lib/seam/connect/routes/workspaces/index.d.ts +0 -1
  147. package/lib/seam/connect/routes/workspaces/index.js +0 -1
  148. package/lib/seam/connect/routes/workspaces/index.js.map +1 -1
  149. package/lib/seam/connect/routes/workspaces/workspaces.d.ts +8 -41
  150. package/lib/seam/connect/routes/workspaces/workspaces.js +0 -16
  151. package/lib/seam/connect/routes/workspaces/workspaces.js.map +1 -1
  152. package/lib/seam/connect/seam-http-request.js.map +1 -1
  153. package/lib/version.d.ts +1 -1
  154. package/lib/version.js +1 -1
  155. package/lib/version.js.map +1 -1
  156. package/package.json +4 -4
  157. package/src/lib/seam/connect/index.ts +1 -0
  158. package/src/lib/seam/connect/options.ts +0 -1
  159. package/src/lib/seam/connect/parse-options.ts +0 -2
  160. package/src/lib/seam/connect/resolve-action-attempt.ts +7 -10
  161. package/src/lib/seam/connect/resources/access-code.ts +1 -1
  162. package/src/lib/seam/connect/resources/access-grant.ts +1 -1
  163. package/src/lib/seam/connect/resources/access-method.ts +1 -1
  164. package/src/lib/seam/connect/resources/acs-access-group.ts +1 -1
  165. package/src/lib/seam/connect/resources/acs-credential.ts +1 -1
  166. package/src/lib/seam/connect/resources/acs-encoder.ts +1 -1
  167. package/src/lib/seam/connect/resources/acs-entrance.ts +1 -1
  168. package/src/lib/seam/connect/resources/acs-system.ts +1 -1
  169. package/src/lib/seam/connect/resources/acs-user.ts +1 -2
  170. package/src/lib/seam/connect/resources/action-attempt.ts +1 -1
  171. package/src/lib/seam/connect/resources/batch.ts +56 -29
  172. package/src/lib/seam/connect/resources/client-session.ts +1 -1
  173. package/src/lib/seam/connect/resources/connect-webview.ts +1 -5
  174. package/src/lib/seam/connect/resources/connected-account.ts +1 -1
  175. package/src/lib/seam/connect/resources/customer-portal.ts +1 -1
  176. package/src/lib/seam/connect/resources/device-provider.ts +1 -1
  177. package/src/lib/seam/connect/resources/device.ts +1 -3
  178. package/src/lib/seam/connect/resources/event.ts +1 -15
  179. package/src/lib/seam/connect/resources/index.ts +32 -43
  180. package/src/lib/seam/connect/resources/instant-key.ts +1 -1
  181. package/src/lib/seam/connect/resources/noise-threshold.ts +1 -1
  182. package/src/lib/seam/connect/resources/phone.ts +1 -1
  183. package/src/lib/seam/connect/resources/space.ts +1 -3
  184. package/src/lib/seam/connect/resources/thermostat-daily-program.ts +1 -1
  185. package/src/lib/seam/connect/resources/thermostat-schedule.ts +1 -1
  186. package/src/lib/seam/connect/resources/unmanaged-access-code.ts +1 -1
  187. package/src/lib/seam/connect/resources/unmanaged-access-grant.ts +164 -0
  188. package/src/lib/seam/connect/resources/unmanaged-access-method.ts +114 -0
  189. package/src/lib/seam/connect/resources/unmanaged-device.ts +1 -1
  190. package/src/lib/seam/connect/resources/unmanaged-user-identity.ts +48 -0
  191. package/src/lib/seam/connect/resources/user-identity.ts +1 -1
  192. package/src/lib/seam/connect/resources/webhook.ts +1 -1
  193. package/src/lib/seam/connect/resources/workspace.ts +1 -1
  194. package/src/lib/seam/connect/routes/access-codes/access-codes.ts +7 -107
  195. package/src/lib/seam/connect/routes/access-codes/simulate/simulate.ts +2 -8
  196. package/src/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.ts +3 -34
  197. package/src/lib/seam/connect/routes/access-grants/access-grants.ts +18 -45
  198. package/src/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.ts +5 -20
  199. package/src/lib/seam/connect/routes/access-methods/access-methods.ts +20 -50
  200. package/src/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.ts +3 -15
  201. package/src/lib/seam/connect/routes/acs/access-groups/access-groups.ts +7 -57
  202. package/src/lib/seam/connect/routes/acs/access-groups/index.ts +0 -1
  203. package/src/lib/seam/connect/routes/acs/acs.ts +0 -13
  204. package/src/lib/seam/connect/routes/acs/credentials/credentials.ts +6 -111
  205. package/src/lib/seam/connect/routes/acs/credentials/index.ts +0 -1
  206. package/src/lib/seam/connect/routes/acs/encoders/encoders.ts +13 -40
  207. package/src/lib/seam/connect/routes/acs/encoders/simulate/simulate.ts +0 -24
  208. package/src/lib/seam/connect/routes/acs/entrances/entrances.ts +7 -36
  209. package/src/lib/seam/connect/routes/acs/index.ts +0 -2
  210. package/src/lib/seam/connect/routes/acs/systems/systems.ts +4 -25
  211. package/src/lib/seam/connect/routes/acs/users/index.ts +0 -1
  212. package/src/lib/seam/connect/routes/acs/users/users.ts +6 -70
  213. package/src/lib/seam/connect/routes/action-attempts/action-attempts.ts +3 -15
  214. package/src/lib/seam/connect/routes/client-sessions/client-sessions.ts +5 -44
  215. package/src/lib/seam/connect/routes/connect-webviews/connect-webviews.ts +4 -29
  216. package/src/lib/seam/connect/routes/connected-accounts/connected-accounts.ts +3 -30
  217. package/src/lib/seam/connect/routes/connected-accounts/simulate/simulate.ts +0 -6
  218. package/src/lib/seam/connect/routes/customers/customers.ts +2 -26
  219. package/src/lib/seam/connect/routes/customers/index.ts +0 -1
  220. package/src/lib/seam/connect/routes/devices/devices.ts +5 -116
  221. package/src/lib/seam/connect/routes/devices/simulate/simulate.ts +0 -33
  222. package/src/lib/seam/connect/routes/devices/unmanaged/unmanaged.ts +3 -68
  223. package/src/lib/seam/connect/routes/events/events.ts +3 -13
  224. package/src/lib/seam/connect/routes/index.ts +0 -3
  225. package/src/lib/seam/connect/routes/instant-keys/instant-keys.ts +3 -20
  226. package/src/lib/seam/connect/routes/locks/locks.ts +7 -86
  227. package/src/lib/seam/connect/routes/locks/simulate/simulate.ts +7 -18
  228. package/src/lib/seam/connect/routes/noise-sensors/noise-sensors.ts +2 -55
  229. package/src/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.ts +4 -41
  230. package/src/lib/seam/connect/routes/noise-sensors/simulate/simulate.ts +0 -6
  231. package/src/lib/seam/connect/routes/phones/phones.ts +3 -18
  232. package/src/lib/seam/connect/routes/phones/simulate/simulate.ts +2 -8
  233. package/src/lib/seam/connect/routes/seam-http-endpoints-without-workspace.ts +1 -55
  234. package/src/lib/seam/connect/routes/seam-http-endpoints.ts +75 -2091
  235. package/src/lib/seam/connect/routes/seam-http.ts +0 -10
  236. package/src/lib/seam/connect/routes/spaces/spaces.ts +16 -73
  237. package/src/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.ts +6 -24
  238. package/src/lib/seam/connect/routes/thermostats/schedules/schedules.ts +4 -32
  239. package/src/lib/seam/connect/routes/thermostats/simulate/simulate.ts +0 -12
  240. package/src/lib/seam/connect/routes/thermostats/thermostats.ts +15 -186
  241. package/src/lib/seam/connect/routes/user-identities/index.ts +0 -1
  242. package/src/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.ts +3 -21
  243. package/src/lib/seam/connect/routes/user-identities/user-identities.ts +14 -104
  244. package/src/lib/seam/connect/routes/webhooks/webhooks.ts +4 -29
  245. package/src/lib/seam/connect/routes/workspaces/index.ts +0 -1
  246. package/src/lib/seam/connect/routes/workspaces/workspaces.ts +6 -81
  247. package/src/lib/seam/connect/seam-http-request.ts +1 -1
  248. package/src/lib/version.ts +1 -1
  249. package/lib/seam/connect/resources/acs-credential-pool.d.ts +0 -9
  250. package/lib/seam/connect/resources/acs-credential-pool.js.map +0 -1
  251. package/lib/seam/connect/resources/acs-credential-provisioning-automation.d.ts +0 -7
  252. package/lib/seam/connect/resources/acs-credential-provisioning-automation.js +0 -6
  253. package/lib/seam/connect/resources/acs-credential-provisioning-automation.js.map +0 -1
  254. package/lib/seam/connect/resources/bridge-client-session.d.ts +0 -29
  255. package/lib/seam/connect/resources/bridge-client-session.js.map +0 -1
  256. package/lib/seam/connect/resources/bridge-connected-systems.d.ts +0 -10
  257. package/lib/seam/connect/resources/bridge-connected-systems.js +0 -6
  258. package/lib/seam/connect/resources/bridge-connected-systems.js.map +0 -1
  259. package/lib/seam/connect/resources/customer.d.ts +0 -5
  260. package/lib/seam/connect/resources/customer.js.map +0 -1
  261. package/lib/seam/connect/resources/customization-profile.d.ts +0 -18
  262. package/lib/seam/connect/resources/customization-profile.js +0 -6
  263. package/lib/seam/connect/resources/customization-profile.js.map +0 -1
  264. package/lib/seam/connect/resources/enrollment-automation.d.ts +0 -7
  265. package/lib/seam/connect/resources/enrollment-automation.js +0 -6
  266. package/lib/seam/connect/resources/enrollment-automation.js.map +0 -1
  267. package/lib/seam/connect/resources/magic-link.d.ts +0 -7
  268. package/lib/seam/connect/resources/magic-link.js +0 -6
  269. package/lib/seam/connect/resources/magic-link.js.map +0 -1
  270. package/lib/seam/connect/resources/phone-session.d.ts +0 -185
  271. package/lib/seam/connect/resources/phone-session.js +0 -6
  272. package/lib/seam/connect/resources/phone-session.js.map +0 -1
  273. package/lib/seam/connect/resources/staff-member.d.ts +0 -16
  274. package/lib/seam/connect/resources/staff-member.js +0 -6
  275. package/lib/seam/connect/resources/staff-member.js.map +0 -1
  276. package/lib/seam/connect/resources/unknown.d.ts +0 -1
  277. package/lib/seam/connect/resources/unknown.js +0 -6
  278. package/lib/seam/connect/resources/unknown.js.map +0 -1
  279. package/lib/seam/connect/resources/unmanaged-acs-access-group.d.ts +0 -89
  280. package/lib/seam/connect/resources/unmanaged-acs-access-group.js +0 -6
  281. package/lib/seam/connect/resources/unmanaged-acs-access-group.js.map +0 -1
  282. package/lib/seam/connect/resources/unmanaged-acs-credential.d.ts +0 -74
  283. package/lib/seam/connect/resources/unmanaged-acs-credential.js +0 -6
  284. package/lib/seam/connect/resources/unmanaged-acs-credential.js.map +0 -1
  285. package/lib/seam/connect/resources/unmanaged-acs-user.d.ts +0 -155
  286. package/lib/seam/connect/resources/unmanaged-acs-user.js +0 -6
  287. package/lib/seam/connect/resources/unmanaged-acs-user.js.map +0 -1
  288. package/lib/seam/connect/routes/acs/access-groups/unmanaged/index.d.ts +0 -1
  289. package/lib/seam/connect/routes/acs/access-groups/unmanaged/index.js +0 -6
  290. package/lib/seam/connect/routes/acs/access-groups/unmanaged/index.js.map +0 -1
  291. package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.d.ts +0 -46
  292. package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.js +0 -116
  293. package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.js.map +0 -1
  294. package/lib/seam/connect/routes/acs/credential-pools/credential-pools.d.ts +0 -33
  295. package/lib/seam/connect/routes/acs/credential-pools/credential-pools.js +0 -104
  296. package/lib/seam/connect/routes/acs/credential-pools/credential-pools.js.map +0 -1
  297. package/lib/seam/connect/routes/acs/credential-pools/index.d.ts +0 -1
  298. package/lib/seam/connect/routes/acs/credential-pools/index.js +0 -6
  299. package/lib/seam/connect/routes/acs/credential-pools/index.js.map +0 -1
  300. package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.d.ts +0 -33
  301. package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.js +0 -104
  302. package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.js.map +0 -1
  303. package/lib/seam/connect/routes/acs/credential-provisioning-automations/index.d.ts +0 -1
  304. package/lib/seam/connect/routes/acs/credential-provisioning-automations/index.js +0 -6
  305. package/lib/seam/connect/routes/acs/credential-provisioning-automations/index.js.map +0 -1
  306. package/lib/seam/connect/routes/acs/credentials/unmanaged/index.d.ts +0 -1
  307. package/lib/seam/connect/routes/acs/credentials/unmanaged/index.js +0 -6
  308. package/lib/seam/connect/routes/acs/credentials/unmanaged/index.js.map +0 -1
  309. package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.d.ts +0 -46
  310. package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.js +0 -116
  311. package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.js.map +0 -1
  312. package/lib/seam/connect/routes/acs/users/unmanaged/index.d.ts +0 -1
  313. package/lib/seam/connect/routes/acs/users/unmanaged/index.js +0 -6
  314. package/lib/seam/connect/routes/acs/users/unmanaged/index.js.map +0 -1
  315. package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.d.ts +0 -46
  316. package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.js +0 -116
  317. package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.js.map +0 -1
  318. package/lib/seam/connect/routes/bridges/bridges.d.ts +0 -46
  319. package/lib/seam/connect/routes/bridges/bridges.js +0 -116
  320. package/lib/seam/connect/routes/bridges/bridges.js.map +0 -1
  321. package/lib/seam/connect/routes/bridges/index.d.ts +0 -1
  322. package/lib/seam/connect/routes/bridges/index.js +0 -6
  323. package/lib/seam/connect/routes/bridges/index.js.map +0 -1
  324. package/lib/seam/connect/routes/customers/reservations/index.d.ts +0 -1
  325. package/lib/seam/connect/routes/customers/reservations/index.js +0 -6
  326. package/lib/seam/connect/routes/customers/reservations/index.js.map +0 -1
  327. package/lib/seam/connect/routes/customers/reservations/reservations.d.ts +0 -33
  328. package/lib/seam/connect/routes/customers/reservations/reservations.js +0 -104
  329. package/lib/seam/connect/routes/customers/reservations/reservations.js.map +0 -1
  330. package/lib/seam/connect/routes/seam/console/console.d.ts +0 -21
  331. package/lib/seam/connect/routes/seam/console/console.js +0 -95
  332. package/lib/seam/connect/routes/seam/console/console.js.map +0 -1
  333. package/lib/seam/connect/routes/seam/console/index.d.ts +0 -2
  334. package/lib/seam/connect/routes/seam/console/index.js +0 -7
  335. package/lib/seam/connect/routes/seam/console/index.js.map +0 -1
  336. package/lib/seam/connect/routes/seam/console/v1/index.d.ts +0 -5
  337. package/lib/seam/connect/routes/seam/console/v1/index.js +0 -10
  338. package/lib/seam/connect/routes/seam/console/v1/index.js.map +0 -1
  339. package/lib/seam/connect/routes/seam/console/v1/lynx-migration/index.d.ts +0 -1
  340. package/lib/seam/connect/routes/seam/console/v1/lynx-migration/index.js +0 -6
  341. package/lib/seam/connect/routes/seam/console/v1/lynx-migration/index.js.map +0 -1
  342. package/lib/seam/connect/routes/seam/console/v1/lynx-migration/lynx-migration.d.ts +0 -72
  343. package/lib/seam/connect/routes/seam/console/v1/lynx-migration/lynx-migration.js +0 -140
  344. package/lib/seam/connect/routes/seam/console/v1/lynx-migration/lynx-migration.js.map +0 -1
  345. package/lib/seam/connect/routes/seam/console/v1/sites/index.d.ts +0 -1
  346. package/lib/seam/connect/routes/seam/console/v1/sites/index.js +0 -6
  347. package/lib/seam/connect/routes/seam/console/v1/sites/index.js.map +0 -1
  348. package/lib/seam/connect/routes/seam/console/v1/sites/sites.d.ts +0 -72
  349. package/lib/seam/connect/routes/seam/console/v1/sites/sites.js +0 -140
  350. package/lib/seam/connect/routes/seam/console/v1/sites/sites.js.map +0 -1
  351. package/lib/seam/connect/routes/seam/console/v1/timelines/index.d.ts +0 -1
  352. package/lib/seam/connect/routes/seam/console/v1/timelines/index.js +0 -6
  353. package/lib/seam/connect/routes/seam/console/v1/timelines/index.js.map +0 -1
  354. package/lib/seam/connect/routes/seam/console/v1/timelines/timelines.d.ts +0 -33
  355. package/lib/seam/connect/routes/seam/console/v1/timelines/timelines.js +0 -104
  356. package/lib/seam/connect/routes/seam/console/v1/timelines/timelines.js.map +0 -1
  357. package/lib/seam/connect/routes/seam/console/v1/v1.d.ts +0 -39
  358. package/lib/seam/connect/routes/seam/console/v1/v1.js +0 -116
  359. package/lib/seam/connect/routes/seam/console/v1/v1.js.map +0 -1
  360. package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/feature-flags.d.ts +0 -46
  361. package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/feature-flags.js +0 -116
  362. package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/feature-flags.js.map +0 -1
  363. package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/index.d.ts +0 -1
  364. package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/index.js +0 -6
  365. package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/index.js.map +0 -1
  366. package/lib/seam/connect/routes/seam/console/v1/workspace/index.d.ts +0 -1
  367. package/lib/seam/connect/routes/seam/console/v1/workspace/index.js +0 -6
  368. package/lib/seam/connect/routes/seam/console/v1/workspace/index.js.map +0 -1
  369. package/lib/seam/connect/routes/seam/customer/index.d.ts +0 -1
  370. package/lib/seam/connect/routes/seam/customer/index.js +0 -6
  371. package/lib/seam/connect/routes/seam/customer/index.js.map +0 -1
  372. package/lib/seam/connect/routes/seam/customer/v1/access-grants/access-grants.d.ts +0 -46
  373. package/lib/seam/connect/routes/seam/customer/v1/access-grants/access-grants.js +0 -116
  374. package/lib/seam/connect/routes/seam/customer/v1/access-grants/access-grants.js.map +0 -1
  375. package/lib/seam/connect/routes/seam/customer/v1/access-grants/index.d.ts +0 -1
  376. package/lib/seam/connect/routes/seam/customer/v1/access-grants/index.js +0 -6
  377. package/lib/seam/connect/routes/seam/customer/v1/access-grants/index.js.map +0 -1
  378. package/lib/seam/connect/routes/seam/customer/v1/access-methods/access-methods.d.ts +0 -32
  379. package/lib/seam/connect/routes/seam/customer/v1/access-methods/access-methods.js +0 -104
  380. package/lib/seam/connect/routes/seam/customer/v1/access-methods/access-methods.js.map +0 -1
  381. package/lib/seam/connect/routes/seam/customer/v1/access-methods/index.d.ts +0 -1
  382. package/lib/seam/connect/routes/seam/customer/v1/access-methods/index.js +0 -6
  383. package/lib/seam/connect/routes/seam/customer/v1/access-methods/index.js.map +0 -1
  384. package/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.d.ts +0 -33
  385. package/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.js +0 -104
  386. package/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.js.map +0 -1
  387. package/lib/seam/connect/routes/seam/customer/v1/automation-runs/index.d.ts +0 -1
  388. package/lib/seam/connect/routes/seam/customer/v1/automation-runs/index.js +0 -6
  389. package/lib/seam/connect/routes/seam/customer/v1/automation-runs/index.js.map +0 -1
  390. package/lib/seam/connect/routes/seam/customer/v1/automations/automations.d.ts +0 -59
  391. package/lib/seam/connect/routes/seam/customer/v1/automations/automations.js +0 -128
  392. package/lib/seam/connect/routes/seam/customer/v1/automations/automations.js.map +0 -1
  393. package/lib/seam/connect/routes/seam/customer/v1/automations/index.d.ts +0 -1
  394. package/lib/seam/connect/routes/seam/customer/v1/automations/index.js +0 -6
  395. package/lib/seam/connect/routes/seam/customer/v1/automations/index.js.map +0 -1
  396. package/lib/seam/connect/routes/seam/customer/v1/connector-customers/connector-customers.d.ts +0 -33
  397. package/lib/seam/connect/routes/seam/customer/v1/connector-customers/connector-customers.js +0 -104
  398. package/lib/seam/connect/routes/seam/customer/v1/connector-customers/connector-customers.js.map +0 -1
  399. package/lib/seam/connect/routes/seam/customer/v1/connector-customers/index.d.ts +0 -1
  400. package/lib/seam/connect/routes/seam/customer/v1/connector-customers/index.js +0 -6
  401. package/lib/seam/connect/routes/seam/customer/v1/connector-customers/index.js.map +0 -1
  402. package/lib/seam/connect/routes/seam/customer/v1/connectors/connectors.d.ts +0 -115
  403. package/lib/seam/connect/routes/seam/customer/v1/connectors/connectors.js +0 -184
  404. package/lib/seam/connect/routes/seam/customer/v1/connectors/connectors.js.map +0 -1
  405. package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/external-sites.d.ts +0 -33
  406. package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/external-sites.js +0 -104
  407. package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/external-sites.js.map +0 -1
  408. package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/index.d.ts +0 -1
  409. package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/index.js +0 -6
  410. package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/index.js.map +0 -1
  411. package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.d.ts +0 -33
  412. package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.js +0 -104
  413. package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.js.map +0 -1
  414. package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/index.d.ts +0 -1
  415. package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/index.js +0 -6
  416. package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/index.js.map +0 -1
  417. package/lib/seam/connect/routes/seam/customer/v1/connectors/index.d.ts +0 -3
  418. package/lib/seam/connect/routes/seam/customer/v1/connectors/index.js +0 -8
  419. package/lib/seam/connect/routes/seam/customer/v1/connectors/index.js.map +0 -1
  420. package/lib/seam/connect/routes/seam/customer/v1/customers/automations/automations.d.ts +0 -46
  421. package/lib/seam/connect/routes/seam/customer/v1/customers/automations/automations.js +0 -116
  422. package/lib/seam/connect/routes/seam/customer/v1/customers/automations/automations.js.map +0 -1
  423. package/lib/seam/connect/routes/seam/customer/v1/customers/automations/index.d.ts +0 -1
  424. package/lib/seam/connect/routes/seam/customer/v1/customers/automations/index.js +0 -6
  425. package/lib/seam/connect/routes/seam/customer/v1/customers/automations/index.js.map +0 -1
  426. package/lib/seam/connect/routes/seam/customer/v1/customers/customers.d.ts +0 -61
  427. package/lib/seam/connect/routes/seam/customer/v1/customers/customers.js +0 -132
  428. package/lib/seam/connect/routes/seam/customer/v1/customers/customers.js.map +0 -1
  429. package/lib/seam/connect/routes/seam/customer/v1/customers/index.d.ts +0 -2
  430. package/lib/seam/connect/routes/seam/customer/v1/customers/index.js +0 -7
  431. package/lib/seam/connect/routes/seam/customer/v1/customers/index.js.map +0 -1
  432. package/lib/seam/connect/routes/seam/customer/v1/encoders/encoders.d.ts +0 -33
  433. package/lib/seam/connect/routes/seam/customer/v1/encoders/encoders.js +0 -104
  434. package/lib/seam/connect/routes/seam/customer/v1/encoders/encoders.js.map +0 -1
  435. package/lib/seam/connect/routes/seam/customer/v1/encoders/index.d.ts +0 -1
  436. package/lib/seam/connect/routes/seam/customer/v1/encoders/index.js +0 -6
  437. package/lib/seam/connect/routes/seam/customer/v1/encoders/index.js.map +0 -1
  438. package/lib/seam/connect/routes/seam/customer/v1/events/events.d.ts +0 -33
  439. package/lib/seam/connect/routes/seam/customer/v1/events/events.js +0 -104
  440. package/lib/seam/connect/routes/seam/customer/v1/events/events.js.map +0 -1
  441. package/lib/seam/connect/routes/seam/customer/v1/events/index.d.ts +0 -1
  442. package/lib/seam/connect/routes/seam/customer/v1/events/index.js +0 -6
  443. package/lib/seam/connect/routes/seam/customer/v1/events/index.js.map +0 -1
  444. package/lib/seam/connect/routes/seam/customer/v1/index.d.ts +0 -15
  445. package/lib/seam/connect/routes/seam/customer/v1/index.js +0 -20
  446. package/lib/seam/connect/routes/seam/customer/v1/index.js.map +0 -1
  447. package/lib/seam/connect/routes/seam/customer/v1/portals/index.d.ts +0 -1
  448. package/lib/seam/connect/routes/seam/customer/v1/portals/index.js +0 -6
  449. package/lib/seam/connect/routes/seam/customer/v1/portals/index.js.map +0 -1
  450. package/lib/seam/connect/routes/seam/customer/v1/portals/portals.d.ts +0 -46
  451. package/lib/seam/connect/routes/seam/customer/v1/portals/portals.js +0 -116
  452. package/lib/seam/connect/routes/seam/customer/v1/portals/portals.js.map +0 -1
  453. package/lib/seam/connect/routes/seam/customer/v1/reservations/index.d.ts +0 -1
  454. package/lib/seam/connect/routes/seam/customer/v1/reservations/index.js +0 -6
  455. package/lib/seam/connect/routes/seam/customer/v1/reservations/index.js.map +0 -1
  456. package/lib/seam/connect/routes/seam/customer/v1/reservations/reservations.d.ts +0 -59
  457. package/lib/seam/connect/routes/seam/customer/v1/reservations/reservations.js +0 -128
  458. package/lib/seam/connect/routes/seam/customer/v1/reservations/reservations.js.map +0 -1
  459. package/lib/seam/connect/routes/seam/customer/v1/settings/index.d.ts +0 -2
  460. package/lib/seam/connect/routes/seam/customer/v1/settings/index.js +0 -7
  461. package/lib/seam/connect/routes/seam/customer/v1/settings/index.js.map +0 -1
  462. package/lib/seam/connect/routes/seam/customer/v1/settings/settings.d.ts +0 -48
  463. package/lib/seam/connect/routes/seam/customer/v1/settings/settings.js +0 -120
  464. package/lib/seam/connect/routes/seam/customer/v1/settings/settings.js.map +0 -1
  465. package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/index.d.ts +0 -1
  466. package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/index.js +0 -6
  467. package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/index.js.map +0 -1
  468. package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/vertical-resource-aliases.d.ts +0 -33
  469. package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/vertical-resource-aliases.js +0 -104
  470. package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/vertical-resource-aliases.js.map +0 -1
  471. package/lib/seam/connect/routes/seam/customer/v1/spaces/index.d.ts +0 -1
  472. package/lib/seam/connect/routes/seam/customer/v1/spaces/index.js +0 -6
  473. package/lib/seam/connect/routes/seam/customer/v1/spaces/index.js.map +0 -1
  474. package/lib/seam/connect/routes/seam/customer/v1/spaces/spaces.d.ts +0 -72
  475. package/lib/seam/connect/routes/seam/customer/v1/spaces/spaces.js +0 -140
  476. package/lib/seam/connect/routes/seam/customer/v1/spaces/spaces.js.map +0 -1
  477. package/lib/seam/connect/routes/seam/customer/v1/staff-members/index.d.ts +0 -1
  478. package/lib/seam/connect/routes/seam/customer/v1/staff-members/index.js +0 -6
  479. package/lib/seam/connect/routes/seam/customer/v1/staff-members/index.js.map +0 -1
  480. package/lib/seam/connect/routes/seam/customer/v1/staff-members/staff-members.d.ts +0 -46
  481. package/lib/seam/connect/routes/seam/customer/v1/staff-members/staff-members.js +0 -116
  482. package/lib/seam/connect/routes/seam/customer/v1/staff-members/staff-members.js.map +0 -1
  483. package/lib/seam/connect/routes/seam/customer/v1/v1.d.ts +0 -47
  484. package/lib/seam/connect/routes/seam/customer/v1/v1.js +0 -147
  485. package/lib/seam/connect/routes/seam/customer/v1/v1.js.map +0 -1
  486. package/lib/seam/connect/routes/seam/index.d.ts +0 -3
  487. package/lib/seam/connect/routes/seam/index.js +0 -8
  488. package/lib/seam/connect/routes/seam/index.js.map +0 -1
  489. package/lib/seam/connect/routes/seam/partner/index.d.ts +0 -1
  490. package/lib/seam/connect/routes/seam/partner/index.js +0 -6
  491. package/lib/seam/connect/routes/seam/partner/index.js.map +0 -1
  492. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.d.ts +0 -21
  493. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.js +0 -95
  494. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.js.map +0 -1
  495. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.d.ts +0 -2
  496. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.js +0 -7
  497. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.js.map +0 -1
  498. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.d.ts +0 -1
  499. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.js +0 -6
  500. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.js.map +0 -1
  501. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.d.ts +0 -33
  502. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.js +0 -104
  503. package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.js.map +0 -1
  504. package/lib/seam/connect/routes/seam/partner/v1/index.d.ts +0 -1
  505. package/lib/seam/connect/routes/seam/partner/v1/index.js +0 -6
  506. package/lib/seam/connect/routes/seam/partner/v1/index.js.map +0 -1
  507. package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.d.ts +0 -72
  508. package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.js +0 -140
  509. package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.js.map +0 -1
  510. package/lib/seam/connect/routes/unstable-partner/building-blocks/index.d.ts +0 -1
  511. package/lib/seam/connect/routes/unstable-partner/building-blocks/index.js +0 -6
  512. package/lib/seam/connect/routes/unstable-partner/building-blocks/index.js.map +0 -1
  513. package/lib/seam/connect/routes/unstable-partner/index.d.ts +0 -2
  514. package/lib/seam/connect/routes/unstable-partner/index.js +0 -7
  515. package/lib/seam/connect/routes/unstable-partner/index.js.map +0 -1
  516. package/lib/seam/connect/routes/unstable-partner/unstable-partner.d.ts +0 -21
  517. package/lib/seam/connect/routes/unstable-partner/unstable-partner.js +0 -95
  518. package/lib/seam/connect/routes/unstable-partner/unstable-partner.js.map +0 -1
  519. package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.d.ts +0 -72
  520. package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.js +0 -140
  521. package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.js.map +0 -1
  522. package/lib/seam/connect/routes/user-identities/enrollment-automations/index.d.ts +0 -1
  523. package/lib/seam/connect/routes/user-identities/enrollment-automations/index.js +0 -6
  524. package/lib/seam/connect/routes/user-identities/enrollment-automations/index.js.map +0 -1
  525. package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.d.ts +0 -85
  526. package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.js +0 -152
  527. package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.js.map +0 -1
  528. package/lib/seam/connect/routes/workspaces/customization-profiles/index.d.ts +0 -1
  529. package/lib/seam/connect/routes/workspaces/customization-profiles/index.js +0 -6
  530. package/lib/seam/connect/routes/workspaces/customization-profiles/index.js.map +0 -1
  531. package/src/lib/seam/connect/resources/acs-credential-pool.ts +0 -20
  532. package/src/lib/seam/connect/resources/acs-credential-provisioning-automation.ts +0 -16
  533. package/src/lib/seam/connect/resources/bridge-client-session.ts +0 -51
  534. package/src/lib/seam/connect/resources/bridge-connected-systems.ts +0 -22
  535. package/src/lib/seam/connect/resources/customer.ts +0 -12
  536. package/src/lib/seam/connect/resources/customization-profile.ts +0 -27
  537. package/src/lib/seam/connect/resources/enrollment-automation.ts +0 -16
  538. package/src/lib/seam/connect/resources/magic-link.ts +0 -16
  539. package/src/lib/seam/connect/resources/phone-session.ts +0 -300
  540. package/src/lib/seam/connect/resources/staff-member.ts +0 -23
  541. package/src/lib/seam/connect/resources/unknown.ts +0 -6
  542. package/src/lib/seam/connect/resources/unmanaged-acs-access-group.ts +0 -169
  543. package/src/lib/seam/connect/resources/unmanaged-acs-credential.ts +0 -127
  544. package/src/lib/seam/connect/resources/unmanaged-acs-user.ts +0 -262
  545. package/src/lib/seam/connect/routes/acs/access-groups/unmanaged/index.ts +0 -6
  546. package/src/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.ts +0 -252
  547. package/src/lib/seam/connect/routes/acs/credential-pools/credential-pools.ts +0 -208
  548. package/src/lib/seam/connect/routes/acs/credential-pools/index.ts +0 -6
  549. package/src/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.ts +0 -212
  550. package/src/lib/seam/connect/routes/acs/credential-provisioning-automations/index.ts +0 -6
  551. package/src/lib/seam/connect/routes/acs/credentials/unmanaged/index.ts +0 -6
  552. package/src/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.ts +0 -256
  553. package/src/lib/seam/connect/routes/acs/users/unmanaged/index.ts +0 -6
  554. package/src/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.ts +0 -247
  555. package/src/lib/seam/connect/routes/bridges/bridges.ts +0 -237
  556. package/src/lib/seam/connect/routes/bridges/index.ts +0 -6
  557. package/src/lib/seam/connect/routes/customers/reservations/index.ts +0 -6
  558. package/src/lib/seam/connect/routes/customers/reservations/reservations.ts +0 -209
  559. package/src/lib/seam/connect/routes/seam/console/console.ts +0 -173
  560. package/src/lib/seam/connect/routes/seam/console/index.ts +0 -7
  561. package/src/lib/seam/connect/routes/seam/console/v1/index.ts +0 -10
  562. package/src/lib/seam/connect/routes/seam/console/v1/lynx-migration/index.ts +0 -6
  563. package/src/lib/seam/connect/routes/seam/console/v1/lynx-migration/lynx-migration.ts +0 -336
  564. package/src/lib/seam/connect/routes/seam/console/v1/sites/index.ts +0 -6
  565. package/src/lib/seam/connect/routes/seam/console/v1/sites/sites.ts +0 -322
  566. package/src/lib/seam/connect/routes/seam/console/v1/timelines/index.ts +0 -6
  567. package/src/lib/seam/connect/routes/seam/console/v1/timelines/timelines.ts +0 -209
  568. package/src/lib/seam/connect/routes/seam/console/v1/v1.ts +0 -228
  569. package/src/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/feature-flags.ts +0 -256
  570. package/src/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/index.ts +0 -6
  571. package/src/lib/seam/connect/routes/seam/console/v1/workspace/index.ts +0 -6
  572. package/src/lib/seam/connect/routes/seam/customer/index.ts +0 -6
  573. package/src/lib/seam/connect/routes/seam/customer/v1/access-grants/access-grants.ts +0 -252
  574. package/src/lib/seam/connect/routes/seam/customer/v1/access-grants/index.ts +0 -6
  575. package/src/lib/seam/connect/routes/seam/customer/v1/access-methods/access-methods.ts +0 -215
  576. package/src/lib/seam/connect/routes/seam/customer/v1/access-methods/index.ts +0 -6
  577. package/src/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.ts +0 -212
  578. package/src/lib/seam/connect/routes/seam/customer/v1/automation-runs/index.ts +0 -6
  579. package/src/lib/seam/connect/routes/seam/customer/v1/automations/automations.ts +0 -292
  580. package/src/lib/seam/connect/routes/seam/customer/v1/automations/index.ts +0 -6
  581. package/src/lib/seam/connect/routes/seam/customer/v1/connector-customers/connector-customers.ts +0 -212
  582. package/src/lib/seam/connect/routes/seam/customer/v1/connector-customers/index.ts +0 -6
  583. package/src/lib/seam/connect/routes/seam/customer/v1/connectors/connectors.ts +0 -473
  584. package/src/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/external-sites.ts +0 -212
  585. package/src/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/index.ts +0 -6
  586. package/src/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.ts +0 -212
  587. package/src/lib/seam/connect/routes/seam/customer/v1/connectors/ical/index.ts +0 -6
  588. package/src/lib/seam/connect/routes/seam/customer/v1/connectors/index.ts +0 -8
  589. package/src/lib/seam/connect/routes/seam/customer/v1/customers/automations/automations.ts +0 -256
  590. package/src/lib/seam/connect/routes/seam/customer/v1/customers/automations/index.ts +0 -6
  591. package/src/lib/seam/connect/routes/seam/customer/v1/customers/customers.ts +0 -302
  592. package/src/lib/seam/connect/routes/seam/customer/v1/customers/index.ts +0 -7
  593. package/src/lib/seam/connect/routes/seam/customer/v1/encoders/encoders.ts +0 -209
  594. package/src/lib/seam/connect/routes/seam/customer/v1/encoders/index.ts +0 -6
  595. package/src/lib/seam/connect/routes/seam/customer/v1/events/events.ts +0 -208
  596. package/src/lib/seam/connect/routes/seam/customer/v1/events/index.ts +0 -6
  597. package/src/lib/seam/connect/routes/seam/customer/v1/index.ts +0 -20
  598. package/src/lib/seam/connect/routes/seam/customer/v1/portals/index.ts +0 -6
  599. package/src/lib/seam/connect/routes/seam/customer/v1/portals/portals.ts +0 -248
  600. package/src/lib/seam/connect/routes/seam/customer/v1/reservations/index.ts +0 -6
  601. package/src/lib/seam/connect/routes/seam/customer/v1/reservations/reservations.ts +0 -292
  602. package/src/lib/seam/connect/routes/seam/customer/v1/settings/index.ts +0 -7
  603. package/src/lib/seam/connect/routes/seam/customer/v1/settings/settings.ts +0 -262
  604. package/src/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/index.ts +0 -6
  605. package/src/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/vertical-resource-aliases.ts +0 -223
  606. package/src/lib/seam/connect/routes/seam/customer/v1/spaces/index.ts +0 -6
  607. package/src/lib/seam/connect/routes/seam/customer/v1/spaces/spaces.ts +0 -328
  608. package/src/lib/seam/connect/routes/seam/customer/v1/staff-members/index.ts +0 -6
  609. package/src/lib/seam/connect/routes/seam/customer/v1/staff-members/staff-members.ts +0 -252
  610. package/src/lib/seam/connect/routes/seam/customer/v1/v1.ts +0 -265
  611. package/src/lib/seam/connect/routes/seam/index.ts +0 -8
  612. package/src/lib/seam/connect/routes/seam/partner/index.ts +0 -6
  613. package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.ts +0 -179
  614. package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.ts +0 -7
  615. package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.ts +0 -6
  616. package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.ts +0 -212
  617. package/src/lib/seam/connect/routes/seam/partner/v1/index.ts +0 -6
  618. package/src/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.ts +0 -335
  619. package/src/lib/seam/connect/routes/unstable-partner/building-blocks/index.ts +0 -6
  620. package/src/lib/seam/connect/routes/unstable-partner/index.ts +0 -7
  621. package/src/lib/seam/connect/routes/unstable-partner/unstable-partner.ts +0 -176
  622. package/src/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.ts +0 -332
  623. package/src/lib/seam/connect/routes/user-identities/enrollment-automations/index.ts +0 -6
  624. package/src/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.ts +0 -370
  625. package/src/lib/seam/connect/routes/workspaces/customization-profiles/index.ts +0 -6
@@ -3,5 +3,4 @@
3
3
  * Do not edit this file or add other files to this directory.
4
4
  */
5
5
  export * from './customers.js';
6
- export * from './reservations/index.js';
7
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/routes/customers/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,gBAAgB,CAAA;AAC9B,cAAc,yBAAyB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/routes/customers/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,gBAAgB,CAAA"}
@@ -1,8 +1,7 @@
1
- import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect';
2
1
  import { type Client } from '../../../../seam/connect/client.js';
3
2
  import { type SeamHttpFromPublishableKeyOptions, type SeamHttpOptions, type SeamHttpOptionsWithApiKey, type SeamHttpOptionsWithClient, type SeamHttpOptionsWithClientSessionToken, type SeamHttpOptionsWithConsoleSessionToken, type SeamHttpOptionsWithPersonalAccessToken, type SeamHttpRequestOptions } from '../../../../seam/connect/options.js';
4
- import type { DeviceResource } from '../../../../seam/connect/resources/device.js';
5
- import type { DeviceProviderResource } from '../../../../seam/connect/resources/device-provider.js';
3
+ import type { Device } from '../../../../seam/connect/resources/device.js';
4
+ import type { DeviceProvider } from '../../../../seam/connect/resources/device-provider.js';
6
5
  import { SeamHttpRequest } from '../../../../seam/connect/seam-http-request.js';
7
6
  import { SeamPaginator } from '../../../../seam/connect/seam-paginator.js';
8
7
  import { SeamHttpDevicesSimulate } from './simulate/index.js';
@@ -23,38 +22,21 @@ export declare class SeamHttpDevices {
23
22
  updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
24
23
  get simulate(): SeamHttpDevicesSimulate;
25
24
  get unmanaged(): SeamHttpDevicesUnmanaged;
26
- delete(parameters: DevicesDeleteParameters, options?: DevicesDeleteOptions): DevicesDeleteRequest;
27
25
  get(parameters?: DevicesGetParameters, options?: DevicesGetOptions): DevicesGetRequest;
28
26
  list(parameters?: DevicesListParameters, options?: DevicesListOptions): DevicesListRequest;
29
27
  listDeviceProviders(parameters?: DevicesListDeviceProvidersParameters, options?: DevicesListDeviceProvidersOptions): DevicesListDeviceProvidersRequest;
30
28
  reportProviderMetadata(parameters: DevicesReportProviderMetadataParameters, options?: DevicesReportProviderMetadataOptions): DevicesReportProviderMetadataRequest;
31
29
  update(parameters: DevicesUpdateParameters, options?: DevicesUpdateOptions): DevicesUpdateRequest;
32
30
  }
33
- export type DevicesDeleteParameters = RouteRequestBody<'/devices/delete'>;
34
- /**
35
- * @deprecated Use DevicesDeleteParameters instead.
36
- */
37
- export type DevicesDeleteParams = DevicesDeleteParameters;
38
- /**
39
- * @deprecated Use DevicesDeleteRequest instead.
40
- */
41
- export type DevicesDeleteResponse = RouteResponse<'/devices/delete'>;
42
- export type DevicesDeleteRequest = SeamHttpRequest<void, undefined>;
43
- export interface DevicesDeleteOptions {
44
- }
45
31
  export type DevicesGetParameters = {
46
32
  device_id?: string | undefined;
47
33
  name?: string | undefined;
48
34
  };
49
- /**
50
- * @deprecated Use DevicesGetParameters instead.
51
- */
52
- export type DevicesGetParams = DevicesGetParameters;
53
35
  /**
54
36
  * @deprecated Use DevicesGetRequest instead.
55
37
  */
56
38
  export type DevicesGetResponse = {
57
- device: DeviceResource;
39
+ device: Device;
58
40
  };
59
41
  export type DevicesGetRequest = SeamHttpRequest<DevicesGetResponse, 'device'>;
60
42
  export interface DevicesGetOptions {
@@ -69,8 +51,6 @@ export type DevicesListParameters = {
69
51
  device_ids?: Array<string> | undefined;
70
52
  device_type?: 'akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock' | 'keynest_key' | 'noiseaware_activity_zone' | 'minut_sensor' | 'ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat' | 'ios_phone' | 'android_phone' | 'ring_camera' | undefined;
71
53
  device_types?: Array<'akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock' | 'keynest_key' | 'noiseaware_activity_zone' | 'minut_sensor' | 'ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat' | 'ios_phone' | 'android_phone' | 'ring_camera'> | undefined;
72
- exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription' | 'can_configure_auto_lock'> | undefined;
73
- include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription' | 'can_configure_auto_lock'> | undefined;
74
54
  limit?: number | undefined;
75
55
  manufacturer?: 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'aqara' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack' | undefined;
76
56
  page_cursor?: string | undefined;
@@ -79,15 +59,11 @@ export type DevicesListParameters = {
79
59
  unstable_location_id?: string | undefined;
80
60
  user_identifier_key?: string | undefined;
81
61
  };
82
- /**
83
- * @deprecated Use DevicesListParameters instead.
84
- */
85
- export type DevicesListParams = DevicesListParameters;
86
62
  /**
87
63
  * @deprecated Use DevicesListRequest instead.
88
64
  */
89
65
  export type DevicesListResponse = {
90
- devices: Array<DeviceResource>;
66
+ devices: Array<Device>;
91
67
  };
92
68
  export type DevicesListRequest = SeamHttpRequest<DevicesListResponse, 'devices'>;
93
69
  export interface DevicesListOptions {
@@ -95,15 +71,11 @@ export interface DevicesListOptions {
95
71
  export type DevicesListDeviceProvidersParameters = {
96
72
  provider_category?: 'stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | undefined;
97
73
  };
98
- /**
99
- * @deprecated Use DevicesListDeviceProvidersParameters instead.
100
- */
101
- export type DevicesListDeviceProvidersParams = DevicesListDeviceProvidersParameters;
102
74
  /**
103
75
  * @deprecated Use DevicesListDeviceProvidersRequest instead.
104
76
  */
105
77
  export type DevicesListDeviceProvidersResponse = {
106
- device_providers: Array<DeviceProviderResource>;
78
+ device_providers: Array<DeviceProvider>;
107
79
  };
108
80
  export type DevicesListDeviceProvidersRequest = SeamHttpRequest<DevicesListDeviceProvidersResponse, 'device_providers'>;
109
81
  export interface DevicesListDeviceProvidersOptions {
@@ -122,10 +94,6 @@ export type DevicesReportProviderMetadataParameters = {
122
94
  } | undefined;
123
95
  }>;
124
96
  };
125
- /**
126
- * @deprecated Use DevicesReportProviderMetadataParameters instead.
127
- */
128
- export type DevicesReportProviderMetadataBody = DevicesReportProviderMetadataParameters;
129
97
  /**
130
98
  * @deprecated Use DevicesReportProviderMetadataRequest instead.
131
99
  */
@@ -143,10 +111,6 @@ export type DevicesUpdateParameters = {
143
111
  name?: string | undefined;
144
112
  } | undefined;
145
113
  };
146
- /**
147
- * @deprecated Use DevicesUpdateParameters instead.
148
- */
149
- export type DevicesUpdateBody = DevicesUpdateParameters;
150
114
  /**
151
115
  * @deprecated Use DevicesUpdateRequest instead.
152
116
  */
@@ -93,18 +93,6 @@ export class SeamHttpDevices {
93
93
  get unmanaged() {
94
94
  return SeamHttpDevicesUnmanaged.fromClient(this.client, this.defaults);
95
95
  }
96
- delete(parameters, options = {}) {
97
- if (!this.defaults.isUndocumentedApiEnabled) {
98
- throw new Error('Cannot use undocumented API without isUndocumentedApiEnabled');
99
- }
100
- return new SeamHttpRequest(this, {
101
- pathname: '/devices/delete',
102
- method: 'POST',
103
- body: parameters,
104
- responseKey: undefined,
105
- options,
106
- });
107
- }
108
96
  get(parameters, options = {}) {
109
97
  return new SeamHttpRequest(this, {
110
98
  pathname: '/devices/get',
@@ -1 +1 @@
1
- {"version":3,"file":"devices.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/routes/devices/devices.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"devices.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/routes/devices/devices.ts"],"names":[],"mappings":"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"}
@@ -26,10 +26,6 @@ export declare class SeamHttpDevicesSimulate {
26
26
  export type DevicesSimulateConnectParameters = {
27
27
  device_id: string;
28
28
  };
29
- /**
30
- * @deprecated Use DevicesSimulateConnectParameters instead.
31
- */
32
- export type DevicesSimulateConnectBody = DevicesSimulateConnectParameters;
33
29
  /**
34
30
  * @deprecated Use DevicesSimulateConnectRequest instead.
35
31
  */
@@ -40,10 +36,6 @@ export interface DevicesSimulateConnectOptions {
40
36
  export type DevicesSimulateConnectToHubParameters = {
41
37
  device_id: string;
42
38
  };
43
- /**
44
- * @deprecated Use DevicesSimulateConnectToHubParameters instead.
45
- */
46
- export type DevicesSimulateConnectToHubBody = DevicesSimulateConnectToHubParameters;
47
39
  /**
48
40
  * @deprecated Use DevicesSimulateConnectToHubRequest instead.
49
41
  */
@@ -54,10 +46,6 @@ export interface DevicesSimulateConnectToHubOptions {
54
46
  export type DevicesSimulateDisconnectParameters = {
55
47
  device_id: string;
56
48
  };
57
- /**
58
- * @deprecated Use DevicesSimulateDisconnectParameters instead.
59
- */
60
- export type DevicesSimulateDisconnectBody = DevicesSimulateDisconnectParameters;
61
49
  /**
62
50
  * @deprecated Use DevicesSimulateDisconnectRequest instead.
63
51
  */
@@ -68,10 +56,6 @@ export interface DevicesSimulateDisconnectOptions {
68
56
  export type DevicesSimulateDisconnectFromHubParameters = {
69
57
  device_id: string;
70
58
  };
71
- /**
72
- * @deprecated Use DevicesSimulateDisconnectFromHubParameters instead.
73
- */
74
- export type DevicesSimulateDisconnectFromHubBody = DevicesSimulateDisconnectFromHubParameters;
75
59
  /**
76
60
  * @deprecated Use DevicesSimulateDisconnectFromHubRequest instead.
77
61
  */
@@ -83,10 +67,6 @@ export type DevicesSimulatePaidSubscriptionParameters = {
83
67
  device_id: string;
84
68
  is_expired: boolean;
85
69
  };
86
- /**
87
- * @deprecated Use DevicesSimulatePaidSubscriptionParameters instead.
88
- */
89
- export type DevicesSimulatePaidSubscriptionBody = DevicesSimulatePaidSubscriptionParameters;
90
70
  /**
91
71
  * @deprecated Use DevicesSimulatePaidSubscriptionRequest instead.
92
72
  */
@@ -97,10 +77,6 @@ export interface DevicesSimulatePaidSubscriptionOptions {
97
77
  export type DevicesSimulateRemoveParameters = {
98
78
  device_id: string;
99
79
  };
100
- /**
101
- * @deprecated Use DevicesSimulateRemoveParameters instead.
102
- */
103
- export type DevicesSimulateRemoveBody = DevicesSimulateRemoveParameters;
104
80
  /**
105
81
  * @deprecated Use DevicesSimulateRemoveRequest instead.
106
82
  */
@@ -1,6 +1,6 @@
1
1
  import { type Client } from '../../../../../seam/connect/client.js';
2
2
  import { type SeamHttpFromPublishableKeyOptions, type SeamHttpOptions, type SeamHttpOptionsWithApiKey, type SeamHttpOptionsWithClient, type SeamHttpOptionsWithClientSessionToken, type SeamHttpOptionsWithConsoleSessionToken, type SeamHttpOptionsWithPersonalAccessToken, type SeamHttpRequestOptions } from '../../../../../seam/connect/options.js';
3
- import type { UnmanagedDeviceResource } from '../../../../../seam/connect/resources/unmanaged-device.js';
3
+ import type { UnmanagedDevice } from '../../../../../seam/connect/resources/unmanaged-device.js';
4
4
  import { SeamHttpRequest } from '../../../../../seam/connect/seam-http-request.js';
5
5
  import { SeamPaginator } from '../../../../../seam/connect/seam-paginator.js';
6
6
  export declare class SeamHttpDevicesUnmanaged {
@@ -25,15 +25,11 @@ export type DevicesUnmanagedGetParameters = {
25
25
  device_id?: string | undefined;
26
26
  name?: string | undefined;
27
27
  };
28
- /**
29
- * @deprecated Use DevicesUnmanagedGetParameters instead.
30
- */
31
- export type DevicesUnmanagedGetParams = DevicesUnmanagedGetParameters;
32
28
  /**
33
29
  * @deprecated Use DevicesUnmanagedGetRequest instead.
34
30
  */
35
31
  export type DevicesUnmanagedGetResponse = {
36
- device: UnmanagedDeviceResource;
32
+ device: UnmanagedDevice;
37
33
  };
38
34
  export type DevicesUnmanagedGetRequest = SeamHttpRequest<DevicesUnmanagedGetResponse, 'device'>;
39
35
  export interface DevicesUnmanagedGetOptions {
@@ -48,8 +44,6 @@ export type DevicesUnmanagedListParameters = {
48
44
  device_ids?: Array<string> | undefined;
49
45
  device_type?: 'akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock' | 'keynest_key' | 'noiseaware_activity_zone' | 'minut_sensor' | 'ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat' | 'ios_phone' | 'android_phone' | 'ring_camera' | undefined;
50
46
  device_types?: Array<'akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock' | 'keynest_key' | 'noiseaware_activity_zone' | 'minut_sensor' | 'ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat' | 'ios_phone' | 'android_phone' | 'ring_camera'> | undefined;
51
- exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription' | 'can_configure_auto_lock'> | undefined;
52
- include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription' | 'can_configure_auto_lock'> | undefined;
53
47
  limit?: number | undefined;
54
48
  manufacturer?: 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'aqara' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack' | undefined;
55
49
  page_cursor?: string | undefined;
@@ -58,15 +52,11 @@ export type DevicesUnmanagedListParameters = {
58
52
  unstable_location_id?: string | undefined;
59
53
  user_identifier_key?: string | undefined;
60
54
  };
61
- /**
62
- * @deprecated Use DevicesUnmanagedListParameters instead.
63
- */
64
- export type DevicesUnmanagedListParams = DevicesUnmanagedListParameters;
65
55
  /**
66
56
  * @deprecated Use DevicesUnmanagedListRequest instead.
67
57
  */
68
58
  export type DevicesUnmanagedListResponse = {
69
- devices: Array<UnmanagedDeviceResource>;
59
+ devices: Array<UnmanagedDevice>;
70
60
  };
71
61
  export type DevicesUnmanagedListRequest = SeamHttpRequest<DevicesUnmanagedListResponse, 'devices'>;
72
62
  export interface DevicesUnmanagedListOptions {
@@ -76,10 +66,6 @@ export type DevicesUnmanagedUpdateParameters = {
76
66
  device_id: string;
77
67
  is_managed?: boolean | undefined;
78
68
  };
79
- /**
80
- * @deprecated Use DevicesUnmanagedUpdateParameters instead.
81
- */
82
- export type DevicesUnmanagedUpdateBody = DevicesUnmanagedUpdateParameters;
83
69
  /**
84
70
  * @deprecated Use DevicesUnmanagedUpdateRequest instead.
85
71
  */
@@ -1,6 +1,6 @@
1
1
  import { type Client } from '../../../../seam/connect/client.js';
2
2
  import { type SeamHttpFromPublishableKeyOptions, type SeamHttpOptions, type SeamHttpOptionsWithApiKey, type SeamHttpOptionsWithClient, type SeamHttpOptionsWithClientSessionToken, type SeamHttpOptionsWithConsoleSessionToken, type SeamHttpOptionsWithPersonalAccessToken, type SeamHttpRequestOptions } from '../../../../seam/connect/options.js';
3
- import type { EventResource } from '../../../../seam/connect/resources/event.js';
3
+ import type { SeamEvent } from '../../../../seam/connect/resources/event.js';
4
4
  import { SeamHttpRequest } from '../../../../seam/connect/seam-http-request.js';
5
5
  import { SeamPaginator } from '../../../../seam/connect/seam-paginator.js';
6
6
  export declare class SeamHttpEvents {
@@ -25,15 +25,11 @@ export type EventsGetParameters = {
25
25
  event_id?: string | undefined;
26
26
  event_type?: string | undefined;
27
27
  };
28
- /**
29
- * @deprecated Use EventsGetParameters instead.
30
- */
31
- export type EventsGetParams = EventsGetParameters;
32
28
  /**
33
29
  * @deprecated Use EventsGetRequest instead.
34
30
  */
35
31
  export type EventsGetResponse = {
36
- event: EventResource;
32
+ event: SeamEvent;
37
33
  };
38
34
  export type EventsGetRequest = SeamHttpRequest<EventsGetResponse, 'event'>;
39
35
  export interface EventsGetOptions {
@@ -68,15 +64,11 @@ export type EventsListParameters = {
68
64
  unstable_offset?: number | undefined;
69
65
  user_identity_id?: string | undefined;
70
66
  };
71
- /**
72
- * @deprecated Use EventsListParameters instead.
73
- */
74
- export type EventsListParams = EventsListParameters;
75
67
  /**
76
68
  * @deprecated Use EventsListRequest instead.
77
69
  */
78
70
  export type EventsListResponse = {
79
- events: Array<EventResource>;
71
+ events: Array<SeamEvent>;
80
72
  };
81
73
  export type EventsListRequest = SeamHttpRequest<EventsListResponse, 'events'>;
82
74
  export interface EventsListOptions {
@@ -3,7 +3,6 @@ export * from './access-grants/index.js';
3
3
  export * from './access-methods/index.js';
4
4
  export * from './acs/index.js';
5
5
  export * from './action-attempts/index.js';
6
- export * from './bridges/index.js';
7
6
  export * from './client-sessions/index.js';
8
7
  export * from './connect-webviews/index.js';
9
8
  export * from './connected-accounts/index.js';
@@ -14,14 +13,12 @@ export * from './instant-keys/index.js';
14
13
  export * from './locks/index.js';
15
14
  export * from './noise-sensors/index.js';
16
15
  export * from './phones/index.js';
17
- export * from './seam/index.js';
18
16
  export * from './seam-http.js';
19
17
  export * from './seam-http-endpoints.js';
20
18
  export * from './seam-http-endpoints-without-workspace.js';
21
19
  export * from './seam-http-without-workspace.js';
22
20
  export * from './spaces/index.js';
23
21
  export * from './thermostats/index.js';
24
- export * from './unstable-partner/index.js';
25
22
  export * from './user-identities/index.js';
26
23
  export * from './webhooks/index.js';
27
24
  export * from './workspaces/index.js';
@@ -7,7 +7,6 @@ export * from './access-grants/index.js';
7
7
  export * from './access-methods/index.js';
8
8
  export * from './acs/index.js';
9
9
  export * from './action-attempts/index.js';
10
- export * from './bridges/index.js';
11
10
  export * from './client-sessions/index.js';
12
11
  export * from './connect-webviews/index.js';
13
12
  export * from './connected-accounts/index.js';
@@ -18,14 +17,12 @@ export * from './instant-keys/index.js';
18
17
  export * from './locks/index.js';
19
18
  export * from './noise-sensors/index.js';
20
19
  export * from './phones/index.js';
21
- export * from './seam/index.js';
22
20
  export * from './seam-http.js';
23
21
  export * from './seam-http-endpoints.js';
24
22
  export * from './seam-http-endpoints-without-workspace.js';
25
23
  export * from './seam-http-without-workspace.js';
26
24
  export * from './spaces/index.js';
27
25
  export * from './thermostats/index.js';
28
- export * from './unstable-partner/index.js';
29
26
  export * from './user-identities/index.js';
30
27
  export * from './webhooks/index.js';
31
28
  export * from './workspaces/index.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/routes/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,yBAAyB,CAAA;AACvC,cAAc,0BAA0B,CAAA;AACxC,cAAc,2BAA2B,CAAA;AACzC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,sBAAsB,CAAA;AACpC,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,yBAAyB,CAAA;AACvC,cAAc,kBAAkB,CAAA;AAChC,cAAc,0BAA0B,CAAA;AACxC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,0BAA0B,CAAA;AACxC,cAAc,4CAA4C,CAAA;AAC1D,cAAc,kCAAkC,CAAA;AAChD,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/routes/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,yBAAyB,CAAA;AACvC,cAAc,0BAA0B,CAAA;AACxC,cAAc,2BAA2B,CAAA;AACzC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,sBAAsB,CAAA;AACpC,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,yBAAyB,CAAA;AACvC,cAAc,kBAAkB,CAAA;AAChC,cAAc,0BAA0B,CAAA;AACxC,cAAc,mBAAmB,CAAA;AACjC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,0BAA0B,CAAA;AACxC,cAAc,4CAA4C,CAAA;AAC1D,cAAc,kCAAkC,CAAA;AAChD,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import { type Client } from '../../../../seam/connect/client.js';
2
2
  import { type SeamHttpFromPublishableKeyOptions, type SeamHttpOptions, type SeamHttpOptionsWithApiKey, type SeamHttpOptionsWithClient, type SeamHttpOptionsWithClientSessionToken, type SeamHttpOptionsWithConsoleSessionToken, type SeamHttpOptionsWithPersonalAccessToken, type SeamHttpRequestOptions } from '../../../../seam/connect/options.js';
3
- import type { InstantKeyResource } from '../../../../seam/connect/resources/instant-key.js';
3
+ import type { InstantKey } from '../../../../seam/connect/resources/instant-key.js';
4
4
  import { SeamHttpRequest } from '../../../../seam/connect/seam-http-request.js';
5
5
  import { SeamPaginator } from '../../../../seam/connect/seam-paginator.js';
6
6
  export declare class SeamHttpInstantKeys {
@@ -24,10 +24,6 @@ export declare class SeamHttpInstantKeys {
24
24
  export type InstantKeysDeleteParameters = {
25
25
  instant_key_id: string;
26
26
  };
27
- /**
28
- * @deprecated Use InstantKeysDeleteParameters instead.
29
- */
30
- export type InstantKeysDeleteParams = InstantKeysDeleteParameters;
31
27
  /**
32
28
  * @deprecated Use InstantKeysDeleteRequest instead.
33
29
  */
@@ -39,15 +35,11 @@ export type InstantKeysGetParameters = {
39
35
  instant_key_id?: string | undefined;
40
36
  instant_key_url?: string | undefined;
41
37
  };
42
- /**
43
- * @deprecated Use InstantKeysGetParameters instead.
44
- */
45
- export type InstantKeysGetParams = InstantKeysGetParameters;
46
38
  /**
47
39
  * @deprecated Use InstantKeysGetRequest instead.
48
40
  */
49
41
  export type InstantKeysGetResponse = {
50
- instant_key: InstantKeyResource;
42
+ instant_key: InstantKey;
51
43
  };
52
44
  export type InstantKeysGetRequest = SeamHttpRequest<InstantKeysGetResponse, 'instant_key'>;
53
45
  export interface InstantKeysGetOptions {
@@ -55,15 +47,11 @@ export interface InstantKeysGetOptions {
55
47
  export type InstantKeysListParameters = {
56
48
  user_identity_id?: string | undefined;
57
49
  };
58
- /**
59
- * @deprecated Use InstantKeysListParameters instead.
60
- */
61
- export type InstantKeysListParams = InstantKeysListParameters;
62
50
  /**
63
51
  * @deprecated Use InstantKeysListRequest instead.
64
52
  */
65
53
  export type InstantKeysListResponse = {
66
- instant_keys: Array<InstantKeyResource>;
54
+ instant_keys: Array<InstantKey>;
67
55
  };
68
56
  export type InstantKeysListRequest = SeamHttpRequest<InstantKeysListResponse, 'instant_keys'>;
69
57
  export interface InstantKeysListOptions {
@@ -1,7 +1,7 @@
1
- import type { RouteResponse } from '@seamapi/types/connect';
2
1
  import { type Client } from '../../../../seam/connect/client.js';
3
2
  import { type SeamHttpFromPublishableKeyOptions, type SeamHttpOptions, type SeamHttpOptionsWithApiKey, type SeamHttpOptionsWithClient, type SeamHttpOptionsWithClientSessionToken, type SeamHttpOptionsWithConsoleSessionToken, type SeamHttpOptionsWithPersonalAccessToken, type SeamHttpRequestOptions } from '../../../../seam/connect/options.js';
4
- import type { DeviceResource } from '../../../../seam/connect/resources/device.js';
3
+ import type { ActionAttempt } from '../../../../seam/connect/resources/action-attempt.js';
4
+ import type { Device } from '../../../../seam/connect/resources/device.js';
5
5
  import { SeamHttpRequest } from '../../../../seam/connect/seam-http-request.js';
6
6
  import { SeamPaginator } from '../../../../seam/connect/seam-paginator.js';
7
7
  import { SeamHttpLocksSimulate } from './simulate/index.js';
@@ -31,29 +31,23 @@ export type LocksConfigureAutoLockParameters = {
31
31
  auto_lock_enabled: boolean;
32
32
  device_id: string;
33
33
  };
34
- /**
35
- * @deprecated Use LocksConfigureAutoLockParameters instead.
36
- */
37
- export type LocksConfigureAutoLockBody = LocksConfigureAutoLockParameters;
38
34
  /**
39
35
  * @deprecated Use LocksConfigureAutoLockRequest instead.
40
36
  */
41
- export type LocksConfigureAutoLockResponse = RouteResponse<'/locks/configure_auto_lock'>;
37
+ export type LocksConfigureAutoLockResponse = {
38
+ action_attempt: ActionAttempt;
39
+ };
42
40
  export type LocksConfigureAutoLockRequest = SeamHttpRequest<LocksConfigureAutoLockResponse, 'action_attempt'>;
43
41
  export type LocksConfigureAutoLockOptions = Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>;
44
42
  export type LocksGetParameters = {
45
43
  device_id?: string | undefined;
46
44
  name?: string | undefined;
47
45
  };
48
- /**
49
- * @deprecated Use LocksGetParameters instead.
50
- */
51
- export type LocksGetParams = LocksGetParameters;
52
46
  /**
53
47
  * @deprecated Use LocksGetRequest instead.
54
48
  */
55
49
  export type LocksGetResponse = {
56
- device: DeviceResource;
50
+ device: Device;
57
51
  };
58
52
  export type LocksGetRequest = SeamHttpRequest<LocksGetResponse, 'device'>;
59
53
  export interface LocksGetOptions {
@@ -68,8 +62,6 @@ export type LocksListParameters = {
68
62
  device_ids?: Array<string> | undefined;
69
63
  device_type?: 'akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock' | undefined;
70
64
  device_types?: Array<'akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock'> | undefined;
71
- exclude_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription' | 'can_configure_auto_lock'> | undefined;
72
- include_if?: Array<'can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription' | 'can_configure_auto_lock'> | undefined;
73
65
  limit?: number | undefined;
74
66
  manufacturer?: 'akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'aqara' | 'korelock' | 'smartthings' | 'ultraloq' | 'omnitec' | 'kisi' | undefined;
75
67
  page_cursor?: string | undefined;
@@ -78,44 +70,34 @@ export type LocksListParameters = {
78
70
  unstable_location_id?: string | undefined;
79
71
  user_identifier_key?: string | undefined;
80
72
  };
81
- /**
82
- * @deprecated Use LocksListParameters instead.
83
- */
84
- export type LocksListParams = LocksListParameters;
85
73
  /**
86
74
  * @deprecated Use LocksListRequest instead.
87
75
  */
88
76
  export type LocksListResponse = {
89
- devices: Array<DeviceResource>;
77
+ devices: Array<Device>;
90
78
  };
91
79
  export type LocksListRequest = SeamHttpRequest<LocksListResponse, 'devices'>;
92
80
  export interface LocksListOptions {
93
81
  }
94
82
  export type LocksLockDoorParameters = {
95
83
  device_id: string;
96
- sync?: boolean | undefined;
97
84
  };
98
- /**
99
- * @deprecated Use LocksLockDoorParameters instead.
100
- */
101
- export type LocksLockDoorBody = LocksLockDoorParameters;
102
85
  /**
103
86
  * @deprecated Use LocksLockDoorRequest instead.
104
87
  */
105
- export type LocksLockDoorResponse = RouteResponse<'/locks/lock_door'>;
88
+ export type LocksLockDoorResponse = {
89
+ action_attempt: ActionAttempt;
90
+ };
106
91
  export type LocksLockDoorRequest = SeamHttpRequest<LocksLockDoorResponse, 'action_attempt'>;
107
92
  export type LocksLockDoorOptions = Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>;
108
93
  export type LocksUnlockDoorParameters = {
109
94
  device_id: string;
110
- sync?: boolean | undefined;
111
95
  };
112
- /**
113
- * @deprecated Use LocksUnlockDoorParameters instead.
114
- */
115
- export type LocksUnlockDoorBody = LocksUnlockDoorParameters;
116
96
  /**
117
97
  * @deprecated Use LocksUnlockDoorRequest instead.
118
98
  */
119
- export type LocksUnlockDoorResponse = RouteResponse<'/locks/unlock_door'>;
99
+ export type LocksUnlockDoorResponse = {
100
+ action_attempt: ActionAttempt;
101
+ };
120
102
  export type LocksUnlockDoorRequest = SeamHttpRequest<LocksUnlockDoorResponse, 'action_attempt'>;
121
103
  export type LocksUnlockDoorOptions = Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>;
@@ -1 +1 @@
1
- {"version":3,"file":"locks.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/routes/locks/locks.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;AACtD,OAAO,EACL,mCAAmC,EACnC,+BAA+B,GAChC,MAAM,0BAA0B,CAAA;AACjC,OAAO,EAAe,YAAY,EAAE,MAAM,4BAA4B,CAAA;AACtE,OAAO,EACL,2BAA2B,EAC3B,2BAA2B,EAC3B,uCAAuC,EACvC,wCAAwC,EACxC,wCAAwC,EAExC,2BAA2B,GAQ5B,MAAM,6BAA6B,CAAA;AACpC,OAAO,EACL,6BAA6B,EAC7B,YAAY,GACb,MAAM,mCAAmC,CAAA;AAE1C,OAAO,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAA;AACzF,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAA;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAA;AAElE,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAA;AAE3D,MAAM,OAAO,aAAa;IACxB,MAAM,CAAQ;IACL,QAAQ,CAAkC;IAC1C,UAAU,GAAG,iBAAiB,CAAA;IACvC,MAAM,CAAC,UAAU,GAAG,iBAAiB,CAAA;IAErC,YAAY,kBAA4C,EAAE;QACxD,MAAM,OAAO,GAAG,YAAY,CAAC,eAAe,CAAC,CAAA;QAC7C,IAAI,CAAC,MAAM,GAAG,QAAQ,IAAI,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,YAAY,CAAC,OAAO,CAAC,CAAA;QAC1E,IAAI,CAAC,QAAQ,GAAG,6BAA6B,CAAC,OAAO,CAAC,CAAA;IACxD,CAAC;IAED,MAAM,CAAC,UAAU,CACf,MAA2C,EAC3C,UAAqD,EAAE;QAEvD,MAAM,kBAAkB,GAAG,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,CAAA;QACjD,IAAI,CAAC,2BAA2B,CAAC,kBAAkB,CAAC,EAAE,CAAC;YACrD,MAAM,IAAI,2BAA2B,CAAC,gBAAgB,CAAC,CAAA;QACzD,CAAC;QACD,OAAO,IAAI,aAAa,CAAC,kBAAkB,CAAC,CAAA;IAC9C,CAAC;IAED,MAAM,CAAC,UAAU,CACf,MAA2C,EAC3C,UAAqD,EAAE;QAEvD,MAAM,kBAAkB,GAAG,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,CAAA;QACjD,IAAI,CAAC,2BAA2B,CAAC,kBAAkB,CAAC,EAAE,CAAC;YACrD,MAAM,IAAI,2BAA2B,CAAC,gBAAgB,CAAC,CAAA;QACzD,CAAC;QACD,OAAO,IAAI,aAAa,CAAC,kBAAkB,CAAC,CAAA;IAC9C,CAAC;IAED,MAAM,CAAC,sBAAsB,CAC3B,kBAA+E,EAC/E,UAGI,EAAE;QAEN,MAAM,kBAAkB,GAAG,EAAE,GAAG,OAAO,EAAE,kBAAkB,EAAE,CAAA;QAC7D,IAAI,CAAC,uCAAuC,CAAC,kBAAkB,CAAC,EAAE,CAAC;YACjE,MAAM,IAAI,2BAA2B,CAAC,4BAA4B,CAAC,CAAA;QACrE,CAAC;QACD,OAAO,IAAI,aAAa,CAAC,kBAAkB,CAAC,CAAA;IAC9C,CAAC;IAED,MAAM,CAAC,KAAK,CAAC,kBAAkB,CAC7B,cAAsB,EACtB,iBAAyB,EACzB,UAA6C,EAAE;QAE/C,+BAA+B,CAAC,iBAAiB,CAAC,CAAA;QAClD,MAAM,aAAa,GAAG,YAAY,CAAC,EAAE,GAAG,OAAO,EAAE,cAAc,EAAE,CAAC,CAAA;QAClE,IAAI,2BAA2B,CAAC,aAAa,CAAC,EAAE,CAAC;YAC/C,MAAM,IAAI,2BAA2B,CACnC,wEAAwE,CACzE,CAAA;QACH,CAAC;QACD,MAAM,MAAM,GAAG,YAAY,CAAC,aAAa,CAAC,CAAA;QAC1C,MAAM,cAAc,GAAG,sBAAsB,CAAC,UAAU,CAAC,MAAM,CAAC,CAAA;QAChE,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,cAAc,CAAC,WAAW,CAAC;YACjD,mBAAmB,EAAE,iBAAiB;SACvC,CAAC,CAAA;QACF,OAAO,aAAa,CAAC,sBAAsB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA;IAC7D,CAAC;IAED,MAAM,CAAC,uBAAuB,CAC5B,mBAAkF,EAClF,WAAkE,EAClE,UAGI,EAAE;QAEN,MAAM,kBAAkB,GAAG,EAAE,GAAG,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,CAAA;QAC3E,IAAI,CAAC,wCAAwC,CAAC,kBAAkB,CAAC,EAAE,CAAC;YAClE,MAAM,IAAI,2BAA2B,CACnC,4CAA4C,CAC7C,CAAA;QACH,CAAC;QACD,OAAO,IAAI,aAAa,CAAC,kBAAkB,CAAC,CAAA;IAC9C,CAAC;IAED,MAAM,CAAC,uBAAuB,CAC5B,mBAAkF,EAClF,WAAkE,EAClE,UAGI,EAAE;QAEN,MAAM,kBAAkB,GAAG,EAAE,GAAG,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,CAAA;QAC3E,IAAI,CAAC,wCAAwC,CAAC,kBAAkB,CAAC,EAAE,CAAC;YAClE,MAAM,IAAI,2BAA2B,CACnC,4CAA4C,CAC7C,CAAA;QACH,CAAC;QACD,OAAO,IAAI,aAAa,CAAC,kBAAkB,CAAC,CAAA;IAC9C,CAAC;IAED,eAAe,CACb,OAAiD;QAEjD,OAAO,IAAI,aAAa,CAA0B,IAAI,EAAE,OAAO,CAAC,CAAA;IAClE,CAAC;IAED,KAAK,CAAC,wBAAwB,CAC5B,kBAA+E;QAE/E,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAA;QACxC,MAAM,WAAW,GAAG,mCAAmC,CAAC;YACtD,kBAAkB;SACnB,CAAC,CAAA;QACF,KAAK,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YAC3C,IAAI,OAAO,CAAC,GAAG,CAAC,IAAI,IAAI,EAAE,CAAC;gBACzB,MAAM,IAAI,KAAK,CACb,qFAAqF,CACtF,CAAA;YACH,CAAC;QACH,CAAC;QACD,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,GAAG,EAAE,GAAG,OAAO,EAAE,GAAG,WAAW,EAAE,CAAA;QAC7D,MAAM,cAAc,GAAG,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA;QACrE,MAAM,cAAc,CAAC,GAAG,EAAE,CAAA;IAC5B,CAAC;IAED,IAAI,QAAQ;QACV,OAAO,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAA;IACrE,CAAC;IAED,iBAAiB,CACf,UAA4C,EAC5C,UAAyC,EAAE;QAE3C,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE;YAC/B,QAAQ,EAAE,4BAA4B;YACtC,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,gBAAgB;YAC7B,OAAO;SACR,CAAC,CAAA;IACJ,CAAC;IAED,GAAG,CACD,UAA+B,EAC/B,UAA2B,EAAE;QAE7B,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE;YAC/B,QAAQ,EAAE,YAAY;YACtB,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,QAAQ;YACrB,OAAO;SACR,CAAC,CAAA;IACJ,CAAC;IAED,IAAI,CACF,UAAgC,EAChC,UAA4B,EAAE;QAE9B,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE;YAC/B,QAAQ,EAAE,aAAa;YACvB,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,SAAS;YACtB,OAAO;SACR,CAAC,CAAA;IACJ,CAAC;IAED,QAAQ,CACN,UAAmC,EACnC,UAAgC,EAAE;QAElC,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE;YAC/B,QAAQ,EAAE,kBAAkB;YAC5B,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,gBAAgB;YAC7B,OAAO;SACR,CAAC,CAAA;IACJ,CAAC;IAED,UAAU,CACR,UAAqC,EACrC,UAAkC,EAAE;QAEpC,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE;YAC/B,QAAQ,EAAE,oBAAoB;YAC9B,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,gBAAgB;YAC7B,OAAO;SACR,CAAC,CAAA;IACJ,CAAC"}
1
+ {"version":3,"file":"locks.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/routes/locks/locks.ts"],"names":[],"mappings":"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"}