@kohost/api-client 4.20.0 → 4.20.1-beta.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 (499) hide show
  1. package/dist/cjs/httpClient.d.cts +12 -78
  2. package/dist/cjs/index-Cod_aB5g.d.cts +294 -0
  3. package/dist/cjs/index.d.cts +11 -77
  4. package/dist/cjs/schemas/space.cjs +2 -1
  5. package/dist/cjs/schemas/space.cjs.map +1 -1
  6. package/dist/cjs/schemas/space.d.cts +4 -1
  7. package/dist/cjs/useCases/{createCamera.cjs → createDevice.cjs} +13 -13
  8. package/dist/cjs/useCases/createDevice.cjs.map +1 -0
  9. package/dist/cjs/useCases/{createCamera.d.cts → createDevice.d.cts} +10 -10
  10. package/dist/cjs/useCases/{updateRoom.cjs → deleteDevice.cjs} +14 -14
  11. package/dist/cjs/useCases/deleteDevice.cjs.map +1 -0
  12. package/dist/cjs/useCases/{deleteSwitch.d.cts → deleteDevice.d.cts} +10 -10
  13. package/dist/cjs/useCases/{deleteRoom.cjs → deleteOrganization.cjs} +12 -12
  14. package/dist/cjs/useCases/deleteOrganization.cjs.map +1 -0
  15. package/dist/{esm/useCases/deleteRoom.d.ts → cjs/useCases/deleteOrganization.d.cts} +6 -6
  16. package/dist/cjs/useCases/{describeAlarm.cjs → describeDevice.cjs} +13 -13
  17. package/dist/cjs/useCases/describeDevice.cjs.map +1 -0
  18. package/dist/cjs/useCases/{describeSwitch.d.cts → describeDevice.d.cts} +10 -10
  19. package/dist/cjs/useCases/{describeCameraConfig.cjs → describeDeviceConfig.cjs} +13 -13
  20. package/dist/cjs/useCases/describeDeviceConfig.cjs.map +1 -0
  21. package/dist/cjs/useCases/{describeCameraConfig.d.cts → describeDeviceConfig.d.cts} +10 -10
  22. package/dist/cjs/useCases/index.cjs +28 -226
  23. package/dist/cjs/useCases/index.cjs.map +1 -1
  24. package/dist/cjs/useCases/index.d.cts +10 -76
  25. package/dist/cjs/useCases/listCameraStreamPreviews.cjs +2 -2
  26. package/dist/cjs/useCases/listCameraStreamPreviews.cjs.map +1 -1
  27. package/dist/cjs/useCases/listCameraStreamPreviews.d.cts +4 -4
  28. package/dist/cjs/useCases/{listCameras.cjs → listDevices.cjs} +13 -13
  29. package/dist/cjs/useCases/listDevices.cjs.map +1 -0
  30. package/dist/cjs/useCases/{listCameras.d.cts → listDevices.d.cts} +10 -10
  31. package/dist/cjs/useCases/{createAlarm.cjs → moveDevice.cjs} +13 -13
  32. package/dist/cjs/useCases/moveDevice.cjs.map +1 -0
  33. package/dist/cjs/useCases/{moveSwitch.d.cts → moveDevice.d.cts} +10 -10
  34. package/dist/cjs/useCases/{createRoom.cjs → setDevice.cjs} +13 -13
  35. package/dist/cjs/useCases/setDevice.cjs.map +1 -0
  36. package/dist/cjs/useCases/{setCamera.d.cts → setDevice.d.cts} +10 -10
  37. package/dist/cjs/useCases/{updateAlarm.cjs → updateDevice.cjs} +13 -13
  38. package/dist/cjs/useCases/{deleteCamera.cjs.map → updateDevice.cjs.map} +1 -1
  39. package/dist/cjs/useCases/{updateSwitch.d.cts → updateDevice.d.cts} +10 -10
  40. package/dist/cjs/validate.cjs +1 -0
  41. package/dist/cjs/validate.cjs.map +1 -1
  42. package/dist/cjs/validate.d.cts +6 -6
  43. package/dist/esm/httpClient.d.ts +12 -78
  44. package/dist/esm/index-BfbsxLD2.d.ts +294 -0
  45. package/dist/esm/index.d.ts +11 -77
  46. package/dist/esm/schemas/space.d.ts +4 -1
  47. package/dist/esm/schemas/space.js +2 -1
  48. package/dist/esm/schemas/space.js.map +1 -1
  49. package/dist/{cjs/useCases/createSwitch.d.cts → esm/useCases/createDevice.d.ts} +10 -10
  50. package/dist/esm/useCases/{createCamera.js → createDevice.js} +9 -9
  51. package/dist/esm/useCases/createDevice.js.map +1 -0
  52. package/dist/{cjs/useCases/deleteDimmer.d.cts → esm/useCases/deleteDevice.d.ts} +10 -10
  53. package/dist/esm/useCases/{updateRoom.js → deleteDevice.js} +10 -10
  54. package/dist/esm/useCases/deleteDevice.js.map +1 -0
  55. package/dist/{cjs/useCases/deleteRoom.d.cts → esm/useCases/deleteOrganization.d.ts} +6 -6
  56. package/dist/esm/useCases/{deleteRoom.js → deleteOrganization.js} +8 -8
  57. package/dist/esm/useCases/deleteOrganization.js.map +1 -0
  58. package/dist/{cjs/useCases/describeDimmer.d.cts → esm/useCases/describeDevice.d.ts} +10 -10
  59. package/dist/esm/useCases/{describeAlarm.js → describeDevice.js} +9 -9
  60. package/dist/esm/useCases/describeDevice.js.map +1 -0
  61. package/dist/esm/useCases/{describeCameraConfig.d.ts → describeDeviceConfig.d.ts} +10 -10
  62. package/dist/esm/useCases/{describeAlarmConfig.js → describeDeviceConfig.js} +9 -9
  63. package/dist/esm/useCases/describeDeviceConfig.js.map +1 -0
  64. package/dist/esm/useCases/index.d.ts +10 -76
  65. package/dist/esm/useCases/index.js +19 -151
  66. package/dist/esm/useCases/index.js.map +1 -1
  67. package/dist/esm/useCases/listCameraStreamPreviews.d.ts +4 -4
  68. package/dist/esm/useCases/listCameraStreamPreviews.js +2 -2
  69. package/dist/esm/useCases/listCameraStreamPreviews.js.map +1 -1
  70. package/dist/esm/useCases/{listCameras.d.ts → listDevices.d.ts} +10 -10
  71. package/dist/esm/useCases/{listCameras.js → listDevices.js} +9 -9
  72. package/dist/esm/useCases/listDevices.js.map +1 -0
  73. package/dist/esm/useCases/{moveCamera.d.ts → moveDevice.d.ts} +10 -10
  74. package/dist/esm/useCases/{createDimmer.js → moveDevice.js} +9 -9
  75. package/dist/esm/useCases/moveDevice.js.map +1 -0
  76. package/dist/{cjs/useCases/moveAlarm.d.cts → esm/useCases/setDevice.d.ts} +10 -10
  77. package/dist/esm/useCases/{createRoom.js → setDevice.js} +9 -9
  78. package/dist/esm/useCases/setDevice.js.map +1 -0
  79. package/dist/{cjs/useCases/updateCamera.d.cts → esm/useCases/updateDevice.d.ts} +10 -10
  80. package/dist/esm/useCases/{updateAlarm.js → updateDevice.js} +9 -9
  81. package/dist/esm/useCases/{deleteDimmer.js.map → updateDevice.js.map} +1 -1
  82. package/dist/esm/validate.d.ts +6 -6
  83. package/dist/esm/validate.js +1 -0
  84. package/dist/esm/validate.js.map +1 -1
  85. package/package.json +1 -1
  86. package/dist/cjs/index-1ZtkIYkt.d.cts +0 -426
  87. package/dist/cjs/useCases/createAlarm.cjs.map +0 -1
  88. package/dist/cjs/useCases/createAlarm.d.cts +0 -38
  89. package/dist/cjs/useCases/createCamera.cjs.map +0 -1
  90. package/dist/cjs/useCases/createCourtesy.cjs +0 -72
  91. package/dist/cjs/useCases/createCourtesy.cjs.map +0 -1
  92. package/dist/cjs/useCases/createCourtesy.d.cts +0 -38
  93. package/dist/cjs/useCases/createDimmer.cjs +0 -72
  94. package/dist/cjs/useCases/createDimmer.cjs.map +0 -1
  95. package/dist/cjs/useCases/createDimmer.d.cts +0 -38
  96. package/dist/cjs/useCases/createLock.cjs +0 -72
  97. package/dist/cjs/useCases/createLock.cjs.map +0 -1
  98. package/dist/cjs/useCases/createLock.d.cts +0 -38
  99. package/dist/cjs/useCases/createMediaSource.cjs +0 -72
  100. package/dist/cjs/useCases/createMediaSource.cjs.map +0 -1
  101. package/dist/cjs/useCases/createMediaSource.d.cts +0 -38
  102. package/dist/cjs/useCases/createRoom.cjs.map +0 -1
  103. package/dist/cjs/useCases/createRoom.d.cts +0 -29
  104. package/dist/cjs/useCases/createRoomInSpace.cjs +0 -72
  105. package/dist/cjs/useCases/createRoomInSpace.cjs.map +0 -1
  106. package/dist/cjs/useCases/createRoomInSpace.d.cts +0 -38
  107. package/dist/cjs/useCases/createSwitch.cjs +0 -72
  108. package/dist/cjs/useCases/createSwitch.cjs.map +0 -1
  109. package/dist/cjs/useCases/createThermostat.cjs +0 -72
  110. package/dist/cjs/useCases/createThermostat.cjs.map +0 -1
  111. package/dist/cjs/useCases/createThermostat.d.cts +0 -38
  112. package/dist/cjs/useCases/createWindowCovering.cjs +0 -72
  113. package/dist/cjs/useCases/createWindowCovering.cjs.map +0 -1
  114. package/dist/cjs/useCases/createWindowCovering.d.cts +0 -38
  115. package/dist/cjs/useCases/deleteAlarm.cjs +0 -72
  116. package/dist/cjs/useCases/deleteAlarm.cjs.map +0 -1
  117. package/dist/cjs/useCases/deleteAlarm.d.cts +0 -41
  118. package/dist/cjs/useCases/deleteCamera.cjs +0 -72
  119. package/dist/cjs/useCases/deleteCamera.d.cts +0 -41
  120. package/dist/cjs/useCases/deleteCourtesy.cjs +0 -72
  121. package/dist/cjs/useCases/deleteCourtesy.cjs.map +0 -1
  122. package/dist/cjs/useCases/deleteCourtesy.d.cts +0 -41
  123. package/dist/cjs/useCases/deleteDimmer.cjs +0 -72
  124. package/dist/cjs/useCases/deleteDimmer.cjs.map +0 -1
  125. package/dist/cjs/useCases/deleteLock.cjs +0 -72
  126. package/dist/cjs/useCases/deleteLock.cjs.map +0 -1
  127. package/dist/cjs/useCases/deleteLock.d.cts +0 -41
  128. package/dist/cjs/useCases/deleteMediaSource.cjs +0 -72
  129. package/dist/cjs/useCases/deleteMediaSource.cjs.map +0 -1
  130. package/dist/cjs/useCases/deleteMediaSource.d.cts +0 -41
  131. package/dist/cjs/useCases/deleteRoom.cjs.map +0 -1
  132. package/dist/cjs/useCases/deleteSwitch.cjs +0 -72
  133. package/dist/cjs/useCases/deleteSwitch.cjs.map +0 -1
  134. package/dist/cjs/useCases/deleteThermostat.cjs +0 -72
  135. package/dist/cjs/useCases/deleteThermostat.cjs.map +0 -1
  136. package/dist/cjs/useCases/deleteThermostat.d.cts +0 -41
  137. package/dist/cjs/useCases/deleteWindowCovering.cjs +0 -72
  138. package/dist/cjs/useCases/deleteWindowCovering.cjs.map +0 -1
  139. package/dist/cjs/useCases/deleteWindowCovering.d.cts +0 -41
  140. package/dist/cjs/useCases/describeAlarm.cjs.map +0 -1
  141. package/dist/cjs/useCases/describeAlarm.d.cts +0 -41
  142. package/dist/cjs/useCases/describeAlarmConfig.cjs +0 -72
  143. package/dist/cjs/useCases/describeAlarmConfig.cjs.map +0 -1
  144. package/dist/cjs/useCases/describeAlarmConfig.d.cts +0 -41
  145. package/dist/cjs/useCases/describeCamera.cjs +0 -72
  146. package/dist/cjs/useCases/describeCamera.cjs.map +0 -1
  147. package/dist/cjs/useCases/describeCamera.d.cts +0 -41
  148. package/dist/cjs/useCases/describeCameraConfig.cjs.map +0 -1
  149. package/dist/cjs/useCases/describeCourtesy.cjs +0 -72
  150. package/dist/cjs/useCases/describeCourtesy.cjs.map +0 -1
  151. package/dist/cjs/useCases/describeCourtesy.d.cts +0 -41
  152. package/dist/cjs/useCases/describeDimmer.cjs +0 -72
  153. package/dist/cjs/useCases/describeDimmer.cjs.map +0 -1
  154. package/dist/cjs/useCases/describeLock.cjs +0 -72
  155. package/dist/cjs/useCases/describeLock.cjs.map +0 -1
  156. package/dist/cjs/useCases/describeLock.d.cts +0 -41
  157. package/dist/cjs/useCases/describeMediaSource.cjs +0 -72
  158. package/dist/cjs/useCases/describeMediaSource.cjs.map +0 -1
  159. package/dist/cjs/useCases/describeMediaSource.d.cts +0 -41
  160. package/dist/cjs/useCases/describeRoom.cjs +0 -72
  161. package/dist/cjs/useCases/describeRoom.cjs.map +0 -1
  162. package/dist/cjs/useCases/describeRoom.d.cts +0 -38
  163. package/dist/cjs/useCases/describeSwitch.cjs +0 -72
  164. package/dist/cjs/useCases/describeSwitch.cjs.map +0 -1
  165. package/dist/cjs/useCases/describeThermostat.cjs +0 -72
  166. package/dist/cjs/useCases/describeThermostat.cjs.map +0 -1
  167. package/dist/cjs/useCases/describeThermostat.d.cts +0 -41
  168. package/dist/cjs/useCases/describeWindowCovering.cjs +0 -72
  169. package/dist/cjs/useCases/describeWindowCovering.cjs.map +0 -1
  170. package/dist/cjs/useCases/describeWindowCovering.d.cts +0 -41
  171. package/dist/cjs/useCases/listAlarms.cjs +0 -72
  172. package/dist/cjs/useCases/listAlarms.cjs.map +0 -1
  173. package/dist/cjs/useCases/listAlarms.d.cts +0 -38
  174. package/dist/cjs/useCases/listCameras.cjs.map +0 -1
  175. package/dist/cjs/useCases/listCourtesy.cjs +0 -72
  176. package/dist/cjs/useCases/listCourtesy.cjs.map +0 -1
  177. package/dist/cjs/useCases/listCourtesy.d.cts +0 -38
  178. package/dist/cjs/useCases/listDimmers.cjs +0 -72
  179. package/dist/cjs/useCases/listDimmers.cjs.map +0 -1
  180. package/dist/cjs/useCases/listDimmers.d.cts +0 -38
  181. package/dist/cjs/useCases/listLocks.cjs +0 -72
  182. package/dist/cjs/useCases/listLocks.cjs.map +0 -1
  183. package/dist/cjs/useCases/listLocks.d.cts +0 -38
  184. package/dist/cjs/useCases/listMediaSources.cjs +0 -72
  185. package/dist/cjs/useCases/listMediaSources.cjs.map +0 -1
  186. package/dist/cjs/useCases/listMediaSources.d.cts +0 -38
  187. package/dist/cjs/useCases/listRooms.cjs +0 -72
  188. package/dist/cjs/useCases/listRooms.cjs.map +0 -1
  189. package/dist/cjs/useCases/listRooms.d.cts +0 -29
  190. package/dist/cjs/useCases/listRoomsInSpace.cjs +0 -72
  191. package/dist/cjs/useCases/listRoomsInSpace.cjs.map +0 -1
  192. package/dist/cjs/useCases/listRoomsInSpace.d.cts +0 -38
  193. package/dist/cjs/useCases/listScenes.cjs +0 -72
  194. package/dist/cjs/useCases/listScenes.cjs.map +0 -1
  195. package/dist/cjs/useCases/listScenes.d.cts +0 -29
  196. package/dist/cjs/useCases/listSwitches.cjs +0 -72
  197. package/dist/cjs/useCases/listSwitches.cjs.map +0 -1
  198. package/dist/cjs/useCases/listSwitches.d.cts +0 -38
  199. package/dist/cjs/useCases/listThermostats.cjs +0 -72
  200. package/dist/cjs/useCases/listThermostats.cjs.map +0 -1
  201. package/dist/cjs/useCases/listThermostats.d.cts +0 -38
  202. package/dist/cjs/useCases/listWindowCoverings.cjs +0 -72
  203. package/dist/cjs/useCases/listWindowCoverings.cjs.map +0 -1
  204. package/dist/cjs/useCases/listWindowCoverings.d.cts +0 -38
  205. package/dist/cjs/useCases/moveAlarm.cjs +0 -72
  206. package/dist/cjs/useCases/moveAlarm.cjs.map +0 -1
  207. package/dist/cjs/useCases/moveCamera.cjs +0 -72
  208. package/dist/cjs/useCases/moveCamera.cjs.map +0 -1
  209. package/dist/cjs/useCases/moveCamera.d.cts +0 -41
  210. package/dist/cjs/useCases/moveCourtesy.cjs +0 -72
  211. package/dist/cjs/useCases/moveCourtesy.cjs.map +0 -1
  212. package/dist/cjs/useCases/moveCourtesy.d.cts +0 -41
  213. package/dist/cjs/useCases/moveDimmer.cjs +0 -72
  214. package/dist/cjs/useCases/moveDimmer.cjs.map +0 -1
  215. package/dist/cjs/useCases/moveDimmer.d.cts +0 -41
  216. package/dist/cjs/useCases/moveLock.cjs +0 -72
  217. package/dist/cjs/useCases/moveLock.cjs.map +0 -1
  218. package/dist/cjs/useCases/moveLock.d.cts +0 -41
  219. package/dist/cjs/useCases/moveMediaSource.cjs +0 -72
  220. package/dist/cjs/useCases/moveMediaSource.cjs.map +0 -1
  221. package/dist/cjs/useCases/moveMediaSource.d.cts +0 -41
  222. package/dist/cjs/useCases/moveSwitch.cjs +0 -72
  223. package/dist/cjs/useCases/moveSwitch.cjs.map +0 -1
  224. package/dist/cjs/useCases/moveThermostat.cjs +0 -72
  225. package/dist/cjs/useCases/moveThermostat.cjs.map +0 -1
  226. package/dist/cjs/useCases/moveThermostat.d.cts +0 -41
  227. package/dist/cjs/useCases/moveWindowCovering.cjs +0 -72
  228. package/dist/cjs/useCases/moveWindowCovering.cjs.map +0 -1
  229. package/dist/cjs/useCases/moveWindowCovering.d.cts +0 -41
  230. package/dist/cjs/useCases/setAlarm.cjs +0 -72
  231. package/dist/cjs/useCases/setAlarm.cjs.map +0 -1
  232. package/dist/cjs/useCases/setAlarm.d.cts +0 -41
  233. package/dist/cjs/useCases/setCamera.cjs +0 -72
  234. package/dist/cjs/useCases/setCamera.cjs.map +0 -1
  235. package/dist/cjs/useCases/setCourtesy.cjs +0 -72
  236. package/dist/cjs/useCases/setCourtesy.cjs.map +0 -1
  237. package/dist/cjs/useCases/setCourtesy.d.cts +0 -41
  238. package/dist/cjs/useCases/setDimmer.cjs +0 -72
  239. package/dist/cjs/useCases/setDimmer.cjs.map +0 -1
  240. package/dist/cjs/useCases/setDimmer.d.cts +0 -41
  241. package/dist/cjs/useCases/setLock.cjs +0 -72
  242. package/dist/cjs/useCases/setLock.cjs.map +0 -1
  243. package/dist/cjs/useCases/setLock.d.cts +0 -41
  244. package/dist/cjs/useCases/setMediaSource.cjs +0 -72
  245. package/dist/cjs/useCases/setMediaSource.cjs.map +0 -1
  246. package/dist/cjs/useCases/setMediaSource.d.cts +0 -41
  247. package/dist/cjs/useCases/setRoomScene.cjs +0 -72
  248. package/dist/cjs/useCases/setRoomScene.cjs.map +0 -1
  249. package/dist/cjs/useCases/setRoomScene.d.cts +0 -41
  250. package/dist/cjs/useCases/setScene.cjs +0 -72
  251. package/dist/cjs/useCases/setScene.cjs.map +0 -1
  252. package/dist/cjs/useCases/setScene.d.cts +0 -38
  253. package/dist/cjs/useCases/setSwitch.cjs +0 -72
  254. package/dist/cjs/useCases/setSwitch.cjs.map +0 -1
  255. package/dist/cjs/useCases/setSwitch.d.cts +0 -41
  256. package/dist/cjs/useCases/setThermostat.cjs +0 -72
  257. package/dist/cjs/useCases/setThermostat.cjs.map +0 -1
  258. package/dist/cjs/useCases/setThermostat.d.cts +0 -41
  259. package/dist/cjs/useCases/setWindowCovering.cjs +0 -72
  260. package/dist/cjs/useCases/setWindowCovering.cjs.map +0 -1
  261. package/dist/cjs/useCases/setWindowCovering.d.cts +0 -41
  262. package/dist/cjs/useCases/updateAlarm.cjs.map +0 -1
  263. package/dist/cjs/useCases/updateAlarm.d.cts +0 -41
  264. package/dist/cjs/useCases/updateCamera.cjs +0 -72
  265. package/dist/cjs/useCases/updateCamera.cjs.map +0 -1
  266. package/dist/cjs/useCases/updateCourtesy.cjs +0 -72
  267. package/dist/cjs/useCases/updateCourtesy.cjs.map +0 -1
  268. package/dist/cjs/useCases/updateCourtesy.d.cts +0 -41
  269. package/dist/cjs/useCases/updateDimmer.cjs +0 -72
  270. package/dist/cjs/useCases/updateDimmer.cjs.map +0 -1
  271. package/dist/cjs/useCases/updateDimmer.d.cts +0 -41
  272. package/dist/cjs/useCases/updateLock.cjs +0 -72
  273. package/dist/cjs/useCases/updateLock.cjs.map +0 -1
  274. package/dist/cjs/useCases/updateLock.d.cts +0 -41
  275. package/dist/cjs/useCases/updateMediaSource.cjs +0 -72
  276. package/dist/cjs/useCases/updateMediaSource.cjs.map +0 -1
  277. package/dist/cjs/useCases/updateMediaSource.d.cts +0 -41
  278. package/dist/cjs/useCases/updateRoom.cjs.map +0 -1
  279. package/dist/cjs/useCases/updateRoom.d.cts +0 -38
  280. package/dist/cjs/useCases/updateSwitch.cjs +0 -72
  281. package/dist/cjs/useCases/updateSwitch.cjs.map +0 -1
  282. package/dist/cjs/useCases/updateThermostat.cjs +0 -72
  283. package/dist/cjs/useCases/updateThermostat.cjs.map +0 -1
  284. package/dist/cjs/useCases/updateThermostat.d.cts +0 -41
  285. package/dist/cjs/useCases/updateWindowCovering.cjs +0 -72
  286. package/dist/cjs/useCases/updateWindowCovering.cjs.map +0 -1
  287. package/dist/cjs/useCases/updateWindowCovering.d.cts +0 -41
  288. package/dist/esm/index-GPnaIdEY.d.ts +0 -426
  289. package/dist/esm/useCases/createAlarm.d.ts +0 -38
  290. package/dist/esm/useCases/createAlarm.js +0 -50
  291. package/dist/esm/useCases/createAlarm.js.map +0 -1
  292. package/dist/esm/useCases/createCamera.d.ts +0 -38
  293. package/dist/esm/useCases/createCamera.js.map +0 -1
  294. package/dist/esm/useCases/createCourtesy.d.ts +0 -38
  295. package/dist/esm/useCases/createCourtesy.js +0 -50
  296. package/dist/esm/useCases/createCourtesy.js.map +0 -1
  297. package/dist/esm/useCases/createDimmer.d.ts +0 -38
  298. package/dist/esm/useCases/createDimmer.js.map +0 -1
  299. package/dist/esm/useCases/createLock.d.ts +0 -38
  300. package/dist/esm/useCases/createLock.js +0 -50
  301. package/dist/esm/useCases/createLock.js.map +0 -1
  302. package/dist/esm/useCases/createMediaSource.d.ts +0 -38
  303. package/dist/esm/useCases/createMediaSource.js +0 -50
  304. package/dist/esm/useCases/createMediaSource.js.map +0 -1
  305. package/dist/esm/useCases/createRoom.d.ts +0 -29
  306. package/dist/esm/useCases/createRoom.js.map +0 -1
  307. package/dist/esm/useCases/createRoomInSpace.d.ts +0 -38
  308. package/dist/esm/useCases/createRoomInSpace.js +0 -50
  309. package/dist/esm/useCases/createRoomInSpace.js.map +0 -1
  310. package/dist/esm/useCases/createSwitch.d.ts +0 -38
  311. package/dist/esm/useCases/createSwitch.js +0 -50
  312. package/dist/esm/useCases/createSwitch.js.map +0 -1
  313. package/dist/esm/useCases/createThermostat.d.ts +0 -38
  314. package/dist/esm/useCases/createThermostat.js +0 -50
  315. package/dist/esm/useCases/createThermostat.js.map +0 -1
  316. package/dist/esm/useCases/createWindowCovering.d.ts +0 -38
  317. package/dist/esm/useCases/createWindowCovering.js +0 -50
  318. package/dist/esm/useCases/createWindowCovering.js.map +0 -1
  319. package/dist/esm/useCases/deleteAlarm.d.ts +0 -41
  320. package/dist/esm/useCases/deleteAlarm.js +0 -50
  321. package/dist/esm/useCases/deleteAlarm.js.map +0 -1
  322. package/dist/esm/useCases/deleteCamera.d.ts +0 -41
  323. package/dist/esm/useCases/deleteCamera.js +0 -50
  324. package/dist/esm/useCases/deleteCamera.js.map +0 -1
  325. package/dist/esm/useCases/deleteCourtesy.d.ts +0 -41
  326. package/dist/esm/useCases/deleteCourtesy.js +0 -50
  327. package/dist/esm/useCases/deleteCourtesy.js.map +0 -1
  328. package/dist/esm/useCases/deleteDimmer.d.ts +0 -41
  329. package/dist/esm/useCases/deleteDimmer.js +0 -50
  330. package/dist/esm/useCases/deleteLock.d.ts +0 -41
  331. package/dist/esm/useCases/deleteLock.js +0 -50
  332. package/dist/esm/useCases/deleteLock.js.map +0 -1
  333. package/dist/esm/useCases/deleteMediaSource.d.ts +0 -41
  334. package/dist/esm/useCases/deleteMediaSource.js +0 -50
  335. package/dist/esm/useCases/deleteMediaSource.js.map +0 -1
  336. package/dist/esm/useCases/deleteRoom.js.map +0 -1
  337. package/dist/esm/useCases/deleteSwitch.d.ts +0 -41
  338. package/dist/esm/useCases/deleteSwitch.js +0 -50
  339. package/dist/esm/useCases/deleteSwitch.js.map +0 -1
  340. package/dist/esm/useCases/deleteThermostat.d.ts +0 -41
  341. package/dist/esm/useCases/deleteThermostat.js +0 -50
  342. package/dist/esm/useCases/deleteThermostat.js.map +0 -1
  343. package/dist/esm/useCases/deleteWindowCovering.d.ts +0 -41
  344. package/dist/esm/useCases/deleteWindowCovering.js +0 -50
  345. package/dist/esm/useCases/deleteWindowCovering.js.map +0 -1
  346. package/dist/esm/useCases/describeAlarm.d.ts +0 -41
  347. package/dist/esm/useCases/describeAlarm.js.map +0 -1
  348. package/dist/esm/useCases/describeAlarmConfig.d.ts +0 -41
  349. package/dist/esm/useCases/describeAlarmConfig.js.map +0 -1
  350. package/dist/esm/useCases/describeCamera.d.ts +0 -41
  351. package/dist/esm/useCases/describeCamera.js +0 -50
  352. package/dist/esm/useCases/describeCamera.js.map +0 -1
  353. package/dist/esm/useCases/describeCameraConfig.js +0 -50
  354. package/dist/esm/useCases/describeCameraConfig.js.map +0 -1
  355. package/dist/esm/useCases/describeCourtesy.d.ts +0 -41
  356. package/dist/esm/useCases/describeCourtesy.js +0 -50
  357. package/dist/esm/useCases/describeCourtesy.js.map +0 -1
  358. package/dist/esm/useCases/describeDimmer.d.ts +0 -41
  359. package/dist/esm/useCases/describeDimmer.js +0 -50
  360. package/dist/esm/useCases/describeDimmer.js.map +0 -1
  361. package/dist/esm/useCases/describeLock.d.ts +0 -41
  362. package/dist/esm/useCases/describeLock.js +0 -50
  363. package/dist/esm/useCases/describeLock.js.map +0 -1
  364. package/dist/esm/useCases/describeMediaSource.d.ts +0 -41
  365. package/dist/esm/useCases/describeMediaSource.js +0 -50
  366. package/dist/esm/useCases/describeMediaSource.js.map +0 -1
  367. package/dist/esm/useCases/describeRoom.d.ts +0 -38
  368. package/dist/esm/useCases/describeRoom.js +0 -50
  369. package/dist/esm/useCases/describeRoom.js.map +0 -1
  370. package/dist/esm/useCases/describeSwitch.d.ts +0 -41
  371. package/dist/esm/useCases/describeSwitch.js +0 -50
  372. package/dist/esm/useCases/describeSwitch.js.map +0 -1
  373. package/dist/esm/useCases/describeThermostat.d.ts +0 -41
  374. package/dist/esm/useCases/describeThermostat.js +0 -50
  375. package/dist/esm/useCases/describeThermostat.js.map +0 -1
  376. package/dist/esm/useCases/describeWindowCovering.d.ts +0 -41
  377. package/dist/esm/useCases/describeWindowCovering.js +0 -50
  378. package/dist/esm/useCases/describeWindowCovering.js.map +0 -1
  379. package/dist/esm/useCases/listAlarms.d.ts +0 -38
  380. package/dist/esm/useCases/listAlarms.js +0 -50
  381. package/dist/esm/useCases/listAlarms.js.map +0 -1
  382. package/dist/esm/useCases/listCameras.js.map +0 -1
  383. package/dist/esm/useCases/listCourtesy.d.ts +0 -38
  384. package/dist/esm/useCases/listCourtesy.js +0 -50
  385. package/dist/esm/useCases/listCourtesy.js.map +0 -1
  386. package/dist/esm/useCases/listDimmers.d.ts +0 -38
  387. package/dist/esm/useCases/listDimmers.js +0 -50
  388. package/dist/esm/useCases/listDimmers.js.map +0 -1
  389. package/dist/esm/useCases/listLocks.d.ts +0 -38
  390. package/dist/esm/useCases/listLocks.js +0 -50
  391. package/dist/esm/useCases/listLocks.js.map +0 -1
  392. package/dist/esm/useCases/listMediaSources.d.ts +0 -38
  393. package/dist/esm/useCases/listMediaSources.js +0 -50
  394. package/dist/esm/useCases/listMediaSources.js.map +0 -1
  395. package/dist/esm/useCases/listRooms.d.ts +0 -29
  396. package/dist/esm/useCases/listRooms.js +0 -50
  397. package/dist/esm/useCases/listRooms.js.map +0 -1
  398. package/dist/esm/useCases/listRoomsInSpace.d.ts +0 -38
  399. package/dist/esm/useCases/listRoomsInSpace.js +0 -50
  400. package/dist/esm/useCases/listRoomsInSpace.js.map +0 -1
  401. package/dist/esm/useCases/listScenes.d.ts +0 -29
  402. package/dist/esm/useCases/listScenes.js +0 -50
  403. package/dist/esm/useCases/listScenes.js.map +0 -1
  404. package/dist/esm/useCases/listSwitches.d.ts +0 -38
  405. package/dist/esm/useCases/listSwitches.js +0 -50
  406. package/dist/esm/useCases/listSwitches.js.map +0 -1
  407. package/dist/esm/useCases/listThermostats.d.ts +0 -38
  408. package/dist/esm/useCases/listThermostats.js +0 -50
  409. package/dist/esm/useCases/listThermostats.js.map +0 -1
  410. package/dist/esm/useCases/listWindowCoverings.d.ts +0 -38
  411. package/dist/esm/useCases/listWindowCoverings.js +0 -50
  412. package/dist/esm/useCases/listWindowCoverings.js.map +0 -1
  413. package/dist/esm/useCases/moveAlarm.d.ts +0 -41
  414. package/dist/esm/useCases/moveAlarm.js +0 -50
  415. package/dist/esm/useCases/moveAlarm.js.map +0 -1
  416. package/dist/esm/useCases/moveCamera.js +0 -50
  417. package/dist/esm/useCases/moveCamera.js.map +0 -1
  418. package/dist/esm/useCases/moveCourtesy.d.ts +0 -41
  419. package/dist/esm/useCases/moveCourtesy.js +0 -50
  420. package/dist/esm/useCases/moveCourtesy.js.map +0 -1
  421. package/dist/esm/useCases/moveDimmer.d.ts +0 -41
  422. package/dist/esm/useCases/moveDimmer.js +0 -50
  423. package/dist/esm/useCases/moveDimmer.js.map +0 -1
  424. package/dist/esm/useCases/moveLock.d.ts +0 -41
  425. package/dist/esm/useCases/moveLock.js +0 -50
  426. package/dist/esm/useCases/moveLock.js.map +0 -1
  427. package/dist/esm/useCases/moveMediaSource.d.ts +0 -41
  428. package/dist/esm/useCases/moveMediaSource.js +0 -50
  429. package/dist/esm/useCases/moveMediaSource.js.map +0 -1
  430. package/dist/esm/useCases/moveSwitch.d.ts +0 -41
  431. package/dist/esm/useCases/moveSwitch.js +0 -50
  432. package/dist/esm/useCases/moveSwitch.js.map +0 -1
  433. package/dist/esm/useCases/moveThermostat.d.ts +0 -41
  434. package/dist/esm/useCases/moveThermostat.js +0 -50
  435. package/dist/esm/useCases/moveThermostat.js.map +0 -1
  436. package/dist/esm/useCases/moveWindowCovering.d.ts +0 -41
  437. package/dist/esm/useCases/moveWindowCovering.js +0 -50
  438. package/dist/esm/useCases/moveWindowCovering.js.map +0 -1
  439. package/dist/esm/useCases/setAlarm.d.ts +0 -41
  440. package/dist/esm/useCases/setAlarm.js +0 -50
  441. package/dist/esm/useCases/setAlarm.js.map +0 -1
  442. package/dist/esm/useCases/setCamera.d.ts +0 -41
  443. package/dist/esm/useCases/setCamera.js +0 -50
  444. package/dist/esm/useCases/setCamera.js.map +0 -1
  445. package/dist/esm/useCases/setCourtesy.d.ts +0 -41
  446. package/dist/esm/useCases/setCourtesy.js +0 -50
  447. package/dist/esm/useCases/setCourtesy.js.map +0 -1
  448. package/dist/esm/useCases/setDimmer.d.ts +0 -41
  449. package/dist/esm/useCases/setDimmer.js +0 -50
  450. package/dist/esm/useCases/setDimmer.js.map +0 -1
  451. package/dist/esm/useCases/setLock.d.ts +0 -41
  452. package/dist/esm/useCases/setLock.js +0 -50
  453. package/dist/esm/useCases/setLock.js.map +0 -1
  454. package/dist/esm/useCases/setMediaSource.d.ts +0 -41
  455. package/dist/esm/useCases/setMediaSource.js +0 -50
  456. package/dist/esm/useCases/setMediaSource.js.map +0 -1
  457. package/dist/esm/useCases/setRoomScene.d.ts +0 -41
  458. package/dist/esm/useCases/setRoomScene.js +0 -50
  459. package/dist/esm/useCases/setRoomScene.js.map +0 -1
  460. package/dist/esm/useCases/setScene.d.ts +0 -38
  461. package/dist/esm/useCases/setScene.js +0 -50
  462. package/dist/esm/useCases/setScene.js.map +0 -1
  463. package/dist/esm/useCases/setSwitch.d.ts +0 -41
  464. package/dist/esm/useCases/setSwitch.js +0 -50
  465. package/dist/esm/useCases/setSwitch.js.map +0 -1
  466. package/dist/esm/useCases/setThermostat.d.ts +0 -41
  467. package/dist/esm/useCases/setThermostat.js +0 -50
  468. package/dist/esm/useCases/setThermostat.js.map +0 -1
  469. package/dist/esm/useCases/setWindowCovering.d.ts +0 -41
  470. package/dist/esm/useCases/setWindowCovering.js +0 -50
  471. package/dist/esm/useCases/setWindowCovering.js.map +0 -1
  472. package/dist/esm/useCases/updateAlarm.d.ts +0 -41
  473. package/dist/esm/useCases/updateAlarm.js.map +0 -1
  474. package/dist/esm/useCases/updateCamera.d.ts +0 -41
  475. package/dist/esm/useCases/updateCamera.js +0 -50
  476. package/dist/esm/useCases/updateCamera.js.map +0 -1
  477. package/dist/esm/useCases/updateCourtesy.d.ts +0 -41
  478. package/dist/esm/useCases/updateCourtesy.js +0 -50
  479. package/dist/esm/useCases/updateCourtesy.js.map +0 -1
  480. package/dist/esm/useCases/updateDimmer.d.ts +0 -41
  481. package/dist/esm/useCases/updateDimmer.js +0 -50
  482. package/dist/esm/useCases/updateDimmer.js.map +0 -1
  483. package/dist/esm/useCases/updateLock.d.ts +0 -41
  484. package/dist/esm/useCases/updateLock.js +0 -50
  485. package/dist/esm/useCases/updateLock.js.map +0 -1
  486. package/dist/esm/useCases/updateMediaSource.d.ts +0 -41
  487. package/dist/esm/useCases/updateMediaSource.js +0 -50
  488. package/dist/esm/useCases/updateMediaSource.js.map +0 -1
  489. package/dist/esm/useCases/updateRoom.d.ts +0 -38
  490. package/dist/esm/useCases/updateRoom.js.map +0 -1
  491. package/dist/esm/useCases/updateSwitch.d.ts +0 -41
  492. package/dist/esm/useCases/updateSwitch.js +0 -50
  493. package/dist/esm/useCases/updateSwitch.js.map +0 -1
  494. package/dist/esm/useCases/updateThermostat.d.ts +0 -41
  495. package/dist/esm/useCases/updateThermostat.js +0 -50
  496. package/dist/esm/useCases/updateThermostat.js.map +0 -1
  497. package/dist/esm/useCases/updateWindowCovering.d.ts +0 -41
  498. package/dist/esm/useCases/updateWindowCovering.js +0 -50
  499. package/dist/esm/useCases/updateWindowCovering.js.map +0 -1
@@ -1,426 +0,0 @@
1
- import { LoginStartCommand } from './useCases/loginStart.cjs';
2
- import { RefreshTokenCommand } from './useCases/refreshToken.cjs';
3
- import { LoginFinishCommand } from './useCases/loginFinish.cjs';
4
- import { RequestLoginTokenCommand } from './useCases/requestLoginToken.cjs';
5
- import { LogoutSelfCommand } from './useCases/logoutSelf.cjs';
6
- import { LogoutUserCommand } from './useCases/logoutUser.cjs';
7
- import { StartRegisterPasskeyCommand } from './useCases/startRegisterPasskey.cjs';
8
- import { FinishRegisterPasskeyCommand } from './useCases/finishRegisterPasskey.cjs';
9
- import { DescribeMyAuthCommand } from './useCases/describeMyAuth.cjs';
10
- import { ValidateAuthCommand } from './useCases/validateAuth.cjs';
11
- import { DescribeSelfCommand } from './useCases/describeSelf.cjs';
12
- import { DescribeUserCommand } from './useCases/describeUser.cjs';
13
- import { CreateUserCommand } from './useCases/createUser.cjs';
14
- import { ListUsersCommand } from './useCases/listUsers.cjs';
15
- import { UpdateSelfCommand } from './useCases/updateSelf.cjs';
16
- import { UpdateUserCommand } from './useCases/updateUser.cjs';
17
- import { DeleteUserCommand } from './useCases/deleteUser.cjs';
18
- import { SendVerificationCodeCommand } from './useCases/sendVerificationCode.cjs';
19
- import { CheckVerificationCodeCommand } from './useCases/checkVerificationCode.cjs';
20
- import { ListUserSpacesCommand } from './useCases/listUserSpaces.cjs';
21
- import { DescribeMyPasskeyRegistrationsCommand } from './useCases/describeMyPasskeyRegistrations.cjs';
22
- import { DeleteUserCredentialCommand } from './useCases/deleteUserCredential.cjs';
23
- import { CreatePolicyCommand } from './useCases/createPolicy.cjs';
24
- import { ListPoliciesCommand } from './useCases/listPolicies.cjs';
25
- import { UpdatePolicyCommand } from './useCases/updatePolicy.cjs';
26
- import { DeletePolicyCommand } from './useCases/deletePolicy.cjs';
27
- import { DescribePolicyCommand } from './useCases/describePolicy.cjs';
28
- import { ListSpacesCommand } from './useCases/listSpaces.cjs';
29
- import { ListRoomsInSpaceCommand } from './useCases/listRoomsInSpace.cjs';
30
- import { UpdateSpaceCommand } from './useCases/updateSpace.cjs';
31
- import { CreateSpaceCommand } from './useCases/createSpace.cjs';
32
- import { DescribeSpaceCommand } from './useCases/describeSpace.cjs';
33
- import { DeleteSpaceCommand } from './useCases/deleteSpace.cjs';
34
- import { CreateRoomInSpaceCommand } from './useCases/createRoomInSpace.cjs';
35
- import { CreateCategoryCommand } from './useCases/createCategory.cjs';
36
- import { DeleteCategoryCommand } from './useCases/deleteCategory.cjs';
37
- import { DescribeCategoryCommand } from './useCases/describeCategory.cjs';
38
- import { ListCategoriesCommand } from './useCases/listCategories.cjs';
39
- import { UpdateCategoryCommand } from './useCases/updateCategory.cjs';
40
- import { DescribeDepartmentCommand } from './useCases/describeDepartment.cjs';
41
- import { ListDepartmentsCommand } from './useCases/listDepartments.cjs';
42
- import { DeleteDepartmentCommand } from './useCases/deleteDepartment.cjs';
43
- import { CreateDepartmentCommand } from './useCases/createDepartment.cjs';
44
- import { UpdateDepartmentCommand } from './useCases/updateDepartment.cjs';
45
- import { ListRoomsCommand } from './useCases/listRooms.cjs';
46
- import { DescribeRoomCommand } from './useCases/describeRoom.cjs';
47
- import { CreateRoomCommand } from './useCases/createRoom.cjs';
48
- import { UpdateRoomCommand } from './useCases/updateRoom.cjs';
49
- import { DeleteRoomCommand } from './useCases/deleteRoom.cjs';
50
- import { CreateAlarmCommand } from './useCases/createAlarm.cjs';
51
- import { ListAlarmsCommand } from './useCases/listAlarms.cjs';
52
- import { UpdateAlarmCommand } from './useCases/updateAlarm.cjs';
53
- import { DeleteAlarmCommand } from './useCases/deleteAlarm.cjs';
54
- import { DescribeAlarmCommand } from './useCases/describeAlarm.cjs';
55
- import { DescribeAlarmConfigCommand } from './useCases/describeAlarmConfig.cjs';
56
- import { SetAlarmCommand } from './useCases/setAlarm.cjs';
57
- import { MoveAlarmCommand } from './useCases/moveAlarm.cjs';
58
- import { CreateCameraCommand } from './useCases/createCamera.cjs';
59
- import { ListCamerasCommand } from './useCases/listCameras.cjs';
60
- import { UpdateCameraCommand } from './useCases/updateCamera.cjs';
61
- import { DeleteCameraCommand } from './useCases/deleteCamera.cjs';
62
- import { ListCameraStreamPreviewsCommand } from './useCases/listCameraStreamPreviews.cjs';
63
- import { DescribeCameraCommand } from './useCases/describeCamera.cjs';
64
- import { SetCameraCommand } from './useCases/setCamera.cjs';
65
- import { MoveCameraCommand } from './useCases/moveCamera.cjs';
66
- import { DescribeCameraConfigCommand } from './useCases/describeCameraConfig.cjs';
67
- import { CreateCourtesyCommand } from './useCases/createCourtesy.cjs';
68
- import { ListCourtesyCommand } from './useCases/listCourtesy.cjs';
69
- import { UpdateCourtesyCommand } from './useCases/updateCourtesy.cjs';
70
- import { DeleteCourtesyCommand } from './useCases/deleteCourtesy.cjs';
71
- import { DescribeCourtesyCommand } from './useCases/describeCourtesy.cjs';
72
- import { SetCourtesyCommand } from './useCases/setCourtesy.cjs';
73
- import { MoveCourtesyCommand } from './useCases/moveCourtesy.cjs';
74
- import { CreateDimmerCommand } from './useCases/createDimmer.cjs';
75
- import { ListDimmersCommand } from './useCases/listDimmers.cjs';
76
- import { UpdateDimmerCommand } from './useCases/updateDimmer.cjs';
77
- import { DeleteDimmerCommand } from './useCases/deleteDimmer.cjs';
78
- import { DescribeDimmerCommand } from './useCases/describeDimmer.cjs';
79
- import { SetDimmerCommand } from './useCases/setDimmer.cjs';
80
- import { MoveDimmerCommand } from './useCases/moveDimmer.cjs';
81
- import { CreateLockCommand } from './useCases/createLock.cjs';
82
- import { ListLocksCommand } from './useCases/listLocks.cjs';
83
- import { UpdateLockCommand } from './useCases/updateLock.cjs';
84
- import { DeleteLockCommand } from './useCases/deleteLock.cjs';
85
- import { DescribeLockCommand } from './useCases/describeLock.cjs';
86
- import { SetLockCommand } from './useCases/setLock.cjs';
87
- import { MoveLockCommand } from './useCases/moveLock.cjs';
88
- import { CreateSwitchCommand } from './useCases/createSwitch.cjs';
89
- import { ListSwitchesCommand } from './useCases/listSwitches.cjs';
90
- import { UpdateSwitchCommand } from './useCases/updateSwitch.cjs';
91
- import { DeleteSwitchCommand } from './useCases/deleteSwitch.cjs';
92
- import { DescribeSwitchCommand } from './useCases/describeSwitch.cjs';
93
- import { SetSwitchCommand } from './useCases/setSwitch.cjs';
94
- import { MoveSwitchCommand } from './useCases/moveSwitch.cjs';
95
- import { CreateMediaSourceCommand } from './useCases/createMediaSource.cjs';
96
- import { ListMediaSourcesCommand } from './useCases/listMediaSources.cjs';
97
- import { UpdateMediaSourceCommand } from './useCases/updateMediaSource.cjs';
98
- import { DeleteMediaSourceCommand } from './useCases/deleteMediaSource.cjs';
99
- import { DescribeMediaSourceCommand } from './useCases/describeMediaSource.cjs';
100
- import { SetMediaSourceCommand } from './useCases/setMediaSource.cjs';
101
- import { MoveMediaSourceCommand } from './useCases/moveMediaSource.cjs';
102
- import { CreateThermostatCommand } from './useCases/createThermostat.cjs';
103
- import { ListThermostatsCommand } from './useCases/listThermostats.cjs';
104
- import { UpdateThermostatCommand } from './useCases/updateThermostat.cjs';
105
- import { DeleteThermostatCommand } from './useCases/deleteThermostat.cjs';
106
- import { DescribeThermostatCommand } from './useCases/describeThermostat.cjs';
107
- import { SetThermostatCommand } from './useCases/setThermostat.cjs';
108
- import { MoveThermostatCommand } from './useCases/moveThermostat.cjs';
109
- import { CreateWindowCoveringCommand } from './useCases/createWindowCovering.cjs';
110
- import { ListWindowCoveringsCommand } from './useCases/listWindowCoverings.cjs';
111
- import { UpdateWindowCoveringCommand } from './useCases/updateWindowCovering.cjs';
112
- import { DeleteWindowCoveringCommand } from './useCases/deleteWindowCovering.cjs';
113
- import { DescribeWindowCoveringCommand } from './useCases/describeWindowCovering.cjs';
114
- import { SetWindowCoveringCommand } from './useCases/setWindowCovering.cjs';
115
- import { MoveWindowCoveringCommand } from './useCases/moveWindowCovering.cjs';
116
- import { AutoCloseTicketsCommand } from './useCases/autoCloseTickets.cjs';
117
- import { DescribeTicketStatsCommand } from './useCases/describeTicketStats.cjs';
118
- import { CreateTicketCommand } from './useCases/createTicket.cjs';
119
- import { CreateTicketMessageCommand } from './useCases/createTicketMessage.cjs';
120
- import { DeleteTicketCommand } from './useCases/deleteTicket.cjs';
121
- import { ListTicketLocationsCommand } from './useCases/listTicketLocations.cjs';
122
- import { DescribeTicketFiltersCommand } from './useCases/describeTicketFilters.cjs';
123
- import { DescribeTicketCommand } from './useCases/describeTicket.cjs';
124
- import { ListTicketsCommand } from './useCases/listTickets.cjs';
125
- import { UpdateMessageReadStatusCommand } from './useCases/updateMessageReadStatus.cjs';
126
- import { UpdateTicketCommand } from './useCases/updateTicket.cjs';
127
- import { UpdateTicketStatusCommand } from './useCases/updateTicketStatus.cjs';
128
- import { LeaveTicketCommand } from './useCases/leaveTicket.cjs';
129
- import { ListScenesCommand } from './useCases/listScenes.cjs';
130
- import { SetSceneCommand } from './useCases/setScene.cjs';
131
- import { SetRoomSceneCommand } from './useCases/setRoomScene.cjs';
132
- import { CreateDiscoveredDeviceAssociationMapCommand } from './useCases/createDiscoveredDeviceAssociationMap.cjs';
133
- import { AutoAssociateDiscoveredDevicesCommand } from './useCases/autoAssociateDiscoveredDevices.cjs';
134
- import { CreateDiscoveredDeviceCommand } from './useCases/createDiscoveredDevice.cjs';
135
- import { ListDiscoveredDevicesCommand } from './useCases/listDiscoveredDevices.cjs';
136
- import { UpdateDiscoveredDeviceCommand } from './useCases/updateDiscoveredDevice.cjs';
137
- import { DeleteDiscoveredDeviceCommand } from './useCases/deleteDiscoveredDevice.cjs';
138
- import { DescribeDiscoveredDeviceCommand } from './useCases/describeDiscoveredDevice.cjs';
139
- import { UpsertDiscoveredDeviceCommand } from './useCases/upsertDiscoveredDevice.cjs';
140
- import { CreateDiscoveredDeviceAssociationCommand } from './useCases/createDiscoveredDeviceAssociation.cjs';
141
- import { ListIntegrationsCommand } from './useCases/listIntegrations.cjs';
142
- import { DescribeMyOrganizationCommand } from './useCases/describeMyOrganization.cjs';
143
- import { CreateOrganizationCommand } from './useCases/createOrganization.cjs';
144
- import { UpdateOrganizationCommand } from './useCases/updateOrganization.cjs';
145
- import { DescribeOrganizationCommand } from './useCases/describeOrganization.cjs';
146
- import { ListOrganizationsCommand } from './useCases/listOrganizations.cjs';
147
- import { ListPropertiesCommand } from './useCases/listProperties.cjs';
148
- import { ListMyPropertiesCommand } from './useCases/listMyProperties.cjs';
149
- import { CreatePropertyCommand } from './useCases/createProperty.cjs';
150
- import { UpdatePropertyCommand } from './useCases/updateProperty.cjs';
151
- import { DescribePropertyCommand } from './useCases/describeProperty.cjs';
152
- import { UpdatePropertySettingsCommand } from './useCases/updatePropertySettings.cjs';
153
- import { EmailUserAccountSetupCommand } from './useCases/emailUserAccountSetup.cjs';
154
- import { CreateImageUploadEndpointCommand } from './useCases/createImageUploadEndpoint.cjs';
155
- import { DeleteMediaFileCommand } from './useCases/deleteMediaFile.cjs';
156
- import { UploadImageCommand } from './useCases/uploadImage.cjs';
157
- import { CreateAnnouncementCommand } from './useCases/createAnnouncement.cjs';
158
- import { UpdateAnnouncementCommand } from './useCases/updateAnnouncement.cjs';
159
- import { DescribeAnnouncementCommand } from './useCases/describeAnnouncement.cjs';
160
- import { DeleteAnnouncementCommand } from './useCases/deleteAnnouncement.cjs';
161
- import { ListAnnouncementsCommand } from './useCases/listAnnouncements.cjs';
162
- import { DescribeTimeSheetStatsCommand } from './useCases/describeTimeSheetStats.cjs';
163
- import { ListMyTimeSheetsCommand } from './useCases/listMyTimeSheets.cjs';
164
- import { DescribeTimeSheetCommand } from './useCases/describeTimeSheet.cjs';
165
- import { ListTimeSheetsCommand } from './useCases/listTimeSheets.cjs';
166
- import { CreateTimeSheetCommand } from './useCases/createTimeSheet.cjs';
167
- import { DeleteTimeSheetCommand } from './useCases/deleteTimeSheet.cjs';
168
- import { UpdateTimeSheetCommand } from './useCases/updateTimeSheet.cjs';
169
- import { CreateTimeSheetTimeEntryCommand } from './useCases/createTimeSheetTimeEntry.cjs';
170
- import { DeleteTimeSheetTimeEntryCommand } from './useCases/deleteTimeSheetTimeEntry.cjs';
171
- import { UpdateTimeSheetTimeEntryCommand } from './useCases/updateTimeSheetTimeEntry.cjs';
172
- import { StartSOSCommand } from './useCases/startSOS.cjs';
173
- import { StopSOSCommand } from './useCases/stopSOS.cjs';
174
- import { DescribeSOSCommand } from './useCases/describeSOS.cjs';
175
- import { DescribeIssueCommand } from './useCases/describeIssue.cjs';
176
- import { ListIssuesCommand } from './useCases/listIssues.cjs';
177
- import { DeleteIssueCommand } from './useCases/deleteIssue.cjs';
178
- import { CreateIssueCommand } from './useCases/createIssue.cjs';
179
- import { UpdateIssueCommand } from './useCases/updateIssue.cjs';
180
- import { BulkUpdateIssueCommand } from './useCases/bulkUpdateIssue.cjs';
181
- import { DescribeVendorCommand } from './useCases/describeVendor.cjs';
182
- import { ListVendorsCommand } from './useCases/listVendors.cjs';
183
- import { DeleteVendorCommand } from './useCases/deleteVendor.cjs';
184
- import { CreateVendorCommand } from './useCases/createVendor.cjs';
185
- import { UpdateVendorCommand } from './useCases/updateVendor.cjs';
186
- import { CreateAutomationCommand } from './useCases/createAutomation.cjs';
187
- import { ListAutomationsCommand } from './useCases/listAutomations.cjs';
188
- import { DescribeAutomationCommand } from './useCases/describeAutomation.cjs';
189
- import { UpdateAutomationCommand } from './useCases/updateAutomation.cjs';
190
- import { DeleteAutomationCommand } from './useCases/deleteAutomation.cjs';
191
- import { CreateDefaultAutomationsCommand } from './useCases/createDefaultAutomations.cjs';
192
- import { RunAutomationCommand } from './useCases/runAutomation.cjs';
193
- import { SendNotificationCommand } from './useCases/sendNotification.cjs';
194
- import { SendSMSCommand } from './useCases/sendSMS.cjs';
195
- import { CreateSessionCommand } from './useCases/createSession.cjs';
196
- import { ListSessionsCommand } from './useCases/listSessions.cjs';
197
- import { DescribeSessionCommand } from './useCases/describeSession.cjs';
198
- import { UpdateSessionCommand } from './useCases/updateSession.cjs';
199
- import { DeleteSessionCommand } from './useCases/deleteSession.cjs';
200
- import { SetDevicesCommand } from './useCases/setDevices.cjs';
201
- import { CreateSystemCommand } from './useCases/createSystem.cjs';
202
- import { DeleteSystemCommand } from './useCases/deleteSystem.cjs';
203
- import { DescribeSystemCommand } from './useCases/describeSystem.cjs';
204
- import { ListSystemsCommand } from './useCases/listSystems.cjs';
205
- import { UpdateSystemCommand } from './useCases/updateSystem.cjs';
206
- import { CreateServerCommand } from './useCases/createServer.cjs';
207
- import { DeleteServerCommand } from './useCases/deleteServer.cjs';
208
- import { DescribeServerCommand } from './useCases/describeServer.cjs';
209
- import { ListServersCommand } from './useCases/listServers.cjs';
210
- import { UpdateServerCommand } from './useCases/updateServer.cjs';
211
-
212
- declare const index_AutoAssociateDiscoveredDevicesCommand: typeof AutoAssociateDiscoveredDevicesCommand;
213
- declare const index_AutoCloseTicketsCommand: typeof AutoCloseTicketsCommand;
214
- declare const index_BulkUpdateIssueCommand: typeof BulkUpdateIssueCommand;
215
- declare const index_CheckVerificationCodeCommand: typeof CheckVerificationCodeCommand;
216
- declare const index_CreateAlarmCommand: typeof CreateAlarmCommand;
217
- declare const index_CreateAnnouncementCommand: typeof CreateAnnouncementCommand;
218
- declare const index_CreateAutomationCommand: typeof CreateAutomationCommand;
219
- declare const index_CreateCameraCommand: typeof CreateCameraCommand;
220
- declare const index_CreateCategoryCommand: typeof CreateCategoryCommand;
221
- declare const index_CreateCourtesyCommand: typeof CreateCourtesyCommand;
222
- declare const index_CreateDefaultAutomationsCommand: typeof CreateDefaultAutomationsCommand;
223
- declare const index_CreateDepartmentCommand: typeof CreateDepartmentCommand;
224
- declare const index_CreateDimmerCommand: typeof CreateDimmerCommand;
225
- declare const index_CreateDiscoveredDeviceAssociationCommand: typeof CreateDiscoveredDeviceAssociationCommand;
226
- declare const index_CreateDiscoveredDeviceAssociationMapCommand: typeof CreateDiscoveredDeviceAssociationMapCommand;
227
- declare const index_CreateDiscoveredDeviceCommand: typeof CreateDiscoveredDeviceCommand;
228
- declare const index_CreateImageUploadEndpointCommand: typeof CreateImageUploadEndpointCommand;
229
- declare const index_CreateIssueCommand: typeof CreateIssueCommand;
230
- declare const index_CreateLockCommand: typeof CreateLockCommand;
231
- declare const index_CreateMediaSourceCommand: typeof CreateMediaSourceCommand;
232
- declare const index_CreateOrganizationCommand: typeof CreateOrganizationCommand;
233
- declare const index_CreatePolicyCommand: typeof CreatePolicyCommand;
234
- declare const index_CreatePropertyCommand: typeof CreatePropertyCommand;
235
- declare const index_CreateRoomCommand: typeof CreateRoomCommand;
236
- declare const index_CreateRoomInSpaceCommand: typeof CreateRoomInSpaceCommand;
237
- declare const index_CreateServerCommand: typeof CreateServerCommand;
238
- declare const index_CreateSessionCommand: typeof CreateSessionCommand;
239
- declare const index_CreateSpaceCommand: typeof CreateSpaceCommand;
240
- declare const index_CreateSwitchCommand: typeof CreateSwitchCommand;
241
- declare const index_CreateSystemCommand: typeof CreateSystemCommand;
242
- declare const index_CreateThermostatCommand: typeof CreateThermostatCommand;
243
- declare const index_CreateTicketCommand: typeof CreateTicketCommand;
244
- declare const index_CreateTicketMessageCommand: typeof CreateTicketMessageCommand;
245
- declare const index_CreateTimeSheetCommand: typeof CreateTimeSheetCommand;
246
- declare const index_CreateTimeSheetTimeEntryCommand: typeof CreateTimeSheetTimeEntryCommand;
247
- declare const index_CreateUserCommand: typeof CreateUserCommand;
248
- declare const index_CreateVendorCommand: typeof CreateVendorCommand;
249
- declare const index_CreateWindowCoveringCommand: typeof CreateWindowCoveringCommand;
250
- declare const index_DeleteAlarmCommand: typeof DeleteAlarmCommand;
251
- declare const index_DeleteAnnouncementCommand: typeof DeleteAnnouncementCommand;
252
- declare const index_DeleteAutomationCommand: typeof DeleteAutomationCommand;
253
- declare const index_DeleteCameraCommand: typeof DeleteCameraCommand;
254
- declare const index_DeleteCategoryCommand: typeof DeleteCategoryCommand;
255
- declare const index_DeleteCourtesyCommand: typeof DeleteCourtesyCommand;
256
- declare const index_DeleteDepartmentCommand: typeof DeleteDepartmentCommand;
257
- declare const index_DeleteDimmerCommand: typeof DeleteDimmerCommand;
258
- declare const index_DeleteDiscoveredDeviceCommand: typeof DeleteDiscoveredDeviceCommand;
259
- declare const index_DeleteIssueCommand: typeof DeleteIssueCommand;
260
- declare const index_DeleteLockCommand: typeof DeleteLockCommand;
261
- declare const index_DeleteMediaFileCommand: typeof DeleteMediaFileCommand;
262
- declare const index_DeleteMediaSourceCommand: typeof DeleteMediaSourceCommand;
263
- declare const index_DeletePolicyCommand: typeof DeletePolicyCommand;
264
- declare const index_DeleteRoomCommand: typeof DeleteRoomCommand;
265
- declare const index_DeleteServerCommand: typeof DeleteServerCommand;
266
- declare const index_DeleteSessionCommand: typeof DeleteSessionCommand;
267
- declare const index_DeleteSpaceCommand: typeof DeleteSpaceCommand;
268
- declare const index_DeleteSwitchCommand: typeof DeleteSwitchCommand;
269
- declare const index_DeleteSystemCommand: typeof DeleteSystemCommand;
270
- declare const index_DeleteThermostatCommand: typeof DeleteThermostatCommand;
271
- declare const index_DeleteTicketCommand: typeof DeleteTicketCommand;
272
- declare const index_DeleteTimeSheetCommand: typeof DeleteTimeSheetCommand;
273
- declare const index_DeleteTimeSheetTimeEntryCommand: typeof DeleteTimeSheetTimeEntryCommand;
274
- declare const index_DeleteUserCommand: typeof DeleteUserCommand;
275
- declare const index_DeleteUserCredentialCommand: typeof DeleteUserCredentialCommand;
276
- declare const index_DeleteVendorCommand: typeof DeleteVendorCommand;
277
- declare const index_DeleteWindowCoveringCommand: typeof DeleteWindowCoveringCommand;
278
- declare const index_DescribeAlarmCommand: typeof DescribeAlarmCommand;
279
- declare const index_DescribeAlarmConfigCommand: typeof DescribeAlarmConfigCommand;
280
- declare const index_DescribeAnnouncementCommand: typeof DescribeAnnouncementCommand;
281
- declare const index_DescribeAutomationCommand: typeof DescribeAutomationCommand;
282
- declare const index_DescribeCameraCommand: typeof DescribeCameraCommand;
283
- declare const index_DescribeCameraConfigCommand: typeof DescribeCameraConfigCommand;
284
- declare const index_DescribeCategoryCommand: typeof DescribeCategoryCommand;
285
- declare const index_DescribeCourtesyCommand: typeof DescribeCourtesyCommand;
286
- declare const index_DescribeDepartmentCommand: typeof DescribeDepartmentCommand;
287
- declare const index_DescribeDimmerCommand: typeof DescribeDimmerCommand;
288
- declare const index_DescribeDiscoveredDeviceCommand: typeof DescribeDiscoveredDeviceCommand;
289
- declare const index_DescribeIssueCommand: typeof DescribeIssueCommand;
290
- declare const index_DescribeLockCommand: typeof DescribeLockCommand;
291
- declare const index_DescribeMediaSourceCommand: typeof DescribeMediaSourceCommand;
292
- declare const index_DescribeMyAuthCommand: typeof DescribeMyAuthCommand;
293
- declare const index_DescribeMyOrganizationCommand: typeof DescribeMyOrganizationCommand;
294
- declare const index_DescribeMyPasskeyRegistrationsCommand: typeof DescribeMyPasskeyRegistrationsCommand;
295
- declare const index_DescribeOrganizationCommand: typeof DescribeOrganizationCommand;
296
- declare const index_DescribePolicyCommand: typeof DescribePolicyCommand;
297
- declare const index_DescribePropertyCommand: typeof DescribePropertyCommand;
298
- declare const index_DescribeRoomCommand: typeof DescribeRoomCommand;
299
- declare const index_DescribeSOSCommand: typeof DescribeSOSCommand;
300
- declare const index_DescribeSelfCommand: typeof DescribeSelfCommand;
301
- declare const index_DescribeServerCommand: typeof DescribeServerCommand;
302
- declare const index_DescribeSessionCommand: typeof DescribeSessionCommand;
303
- declare const index_DescribeSpaceCommand: typeof DescribeSpaceCommand;
304
- declare const index_DescribeSwitchCommand: typeof DescribeSwitchCommand;
305
- declare const index_DescribeSystemCommand: typeof DescribeSystemCommand;
306
- declare const index_DescribeThermostatCommand: typeof DescribeThermostatCommand;
307
- declare const index_DescribeTicketCommand: typeof DescribeTicketCommand;
308
- declare const index_DescribeTicketFiltersCommand: typeof DescribeTicketFiltersCommand;
309
- declare const index_DescribeTicketStatsCommand: typeof DescribeTicketStatsCommand;
310
- declare const index_DescribeTimeSheetCommand: typeof DescribeTimeSheetCommand;
311
- declare const index_DescribeTimeSheetStatsCommand: typeof DescribeTimeSheetStatsCommand;
312
- declare const index_DescribeUserCommand: typeof DescribeUserCommand;
313
- declare const index_DescribeVendorCommand: typeof DescribeVendorCommand;
314
- declare const index_DescribeWindowCoveringCommand: typeof DescribeWindowCoveringCommand;
315
- declare const index_EmailUserAccountSetupCommand: typeof EmailUserAccountSetupCommand;
316
- declare const index_FinishRegisterPasskeyCommand: typeof FinishRegisterPasskeyCommand;
317
- declare const index_LeaveTicketCommand: typeof LeaveTicketCommand;
318
- declare const index_ListAlarmsCommand: typeof ListAlarmsCommand;
319
- declare const index_ListAnnouncementsCommand: typeof ListAnnouncementsCommand;
320
- declare const index_ListAutomationsCommand: typeof ListAutomationsCommand;
321
- declare const index_ListCameraStreamPreviewsCommand: typeof ListCameraStreamPreviewsCommand;
322
- declare const index_ListCamerasCommand: typeof ListCamerasCommand;
323
- declare const index_ListCategoriesCommand: typeof ListCategoriesCommand;
324
- declare const index_ListCourtesyCommand: typeof ListCourtesyCommand;
325
- declare const index_ListDepartmentsCommand: typeof ListDepartmentsCommand;
326
- declare const index_ListDimmersCommand: typeof ListDimmersCommand;
327
- declare const index_ListDiscoveredDevicesCommand: typeof ListDiscoveredDevicesCommand;
328
- declare const index_ListIntegrationsCommand: typeof ListIntegrationsCommand;
329
- declare const index_ListIssuesCommand: typeof ListIssuesCommand;
330
- declare const index_ListLocksCommand: typeof ListLocksCommand;
331
- declare const index_ListMediaSourcesCommand: typeof ListMediaSourcesCommand;
332
- declare const index_ListMyPropertiesCommand: typeof ListMyPropertiesCommand;
333
- declare const index_ListMyTimeSheetsCommand: typeof ListMyTimeSheetsCommand;
334
- declare const index_ListOrganizationsCommand: typeof ListOrganizationsCommand;
335
- declare const index_ListPoliciesCommand: typeof ListPoliciesCommand;
336
- declare const index_ListPropertiesCommand: typeof ListPropertiesCommand;
337
- declare const index_ListRoomsCommand: typeof ListRoomsCommand;
338
- declare const index_ListRoomsInSpaceCommand: typeof ListRoomsInSpaceCommand;
339
- declare const index_ListScenesCommand: typeof ListScenesCommand;
340
- declare const index_ListServersCommand: typeof ListServersCommand;
341
- declare const index_ListSessionsCommand: typeof ListSessionsCommand;
342
- declare const index_ListSpacesCommand: typeof ListSpacesCommand;
343
- declare const index_ListSwitchesCommand: typeof ListSwitchesCommand;
344
- declare const index_ListSystemsCommand: typeof ListSystemsCommand;
345
- declare const index_ListThermostatsCommand: typeof ListThermostatsCommand;
346
- declare const index_ListTicketLocationsCommand: typeof ListTicketLocationsCommand;
347
- declare const index_ListTicketsCommand: typeof ListTicketsCommand;
348
- declare const index_ListTimeSheetsCommand: typeof ListTimeSheetsCommand;
349
- declare const index_ListUserSpacesCommand: typeof ListUserSpacesCommand;
350
- declare const index_ListUsersCommand: typeof ListUsersCommand;
351
- declare const index_ListVendorsCommand: typeof ListVendorsCommand;
352
- declare const index_ListWindowCoveringsCommand: typeof ListWindowCoveringsCommand;
353
- declare const index_LoginFinishCommand: typeof LoginFinishCommand;
354
- declare const index_LoginStartCommand: typeof LoginStartCommand;
355
- declare const index_LogoutSelfCommand: typeof LogoutSelfCommand;
356
- declare const index_LogoutUserCommand: typeof LogoutUserCommand;
357
- declare const index_MoveAlarmCommand: typeof MoveAlarmCommand;
358
- declare const index_MoveCameraCommand: typeof MoveCameraCommand;
359
- declare const index_MoveCourtesyCommand: typeof MoveCourtesyCommand;
360
- declare const index_MoveDimmerCommand: typeof MoveDimmerCommand;
361
- declare const index_MoveLockCommand: typeof MoveLockCommand;
362
- declare const index_MoveMediaSourceCommand: typeof MoveMediaSourceCommand;
363
- declare const index_MoveSwitchCommand: typeof MoveSwitchCommand;
364
- declare const index_MoveThermostatCommand: typeof MoveThermostatCommand;
365
- declare const index_MoveWindowCoveringCommand: typeof MoveWindowCoveringCommand;
366
- declare const index_RefreshTokenCommand: typeof RefreshTokenCommand;
367
- declare const index_RequestLoginTokenCommand: typeof RequestLoginTokenCommand;
368
- declare const index_RunAutomationCommand: typeof RunAutomationCommand;
369
- declare const index_SendNotificationCommand: typeof SendNotificationCommand;
370
- declare const index_SendSMSCommand: typeof SendSMSCommand;
371
- declare const index_SendVerificationCodeCommand: typeof SendVerificationCodeCommand;
372
- declare const index_SetAlarmCommand: typeof SetAlarmCommand;
373
- declare const index_SetCameraCommand: typeof SetCameraCommand;
374
- declare const index_SetCourtesyCommand: typeof SetCourtesyCommand;
375
- declare const index_SetDevicesCommand: typeof SetDevicesCommand;
376
- declare const index_SetDimmerCommand: typeof SetDimmerCommand;
377
- declare const index_SetLockCommand: typeof SetLockCommand;
378
- declare const index_SetMediaSourceCommand: typeof SetMediaSourceCommand;
379
- declare const index_SetRoomSceneCommand: typeof SetRoomSceneCommand;
380
- declare const index_SetSceneCommand: typeof SetSceneCommand;
381
- declare const index_SetSwitchCommand: typeof SetSwitchCommand;
382
- declare const index_SetThermostatCommand: typeof SetThermostatCommand;
383
- declare const index_SetWindowCoveringCommand: typeof SetWindowCoveringCommand;
384
- declare const index_StartRegisterPasskeyCommand: typeof StartRegisterPasskeyCommand;
385
- declare const index_StartSOSCommand: typeof StartSOSCommand;
386
- declare const index_StopSOSCommand: typeof StopSOSCommand;
387
- declare const index_UpdateAlarmCommand: typeof UpdateAlarmCommand;
388
- declare const index_UpdateAnnouncementCommand: typeof UpdateAnnouncementCommand;
389
- declare const index_UpdateAutomationCommand: typeof UpdateAutomationCommand;
390
- declare const index_UpdateCameraCommand: typeof UpdateCameraCommand;
391
- declare const index_UpdateCategoryCommand: typeof UpdateCategoryCommand;
392
- declare const index_UpdateCourtesyCommand: typeof UpdateCourtesyCommand;
393
- declare const index_UpdateDepartmentCommand: typeof UpdateDepartmentCommand;
394
- declare const index_UpdateDimmerCommand: typeof UpdateDimmerCommand;
395
- declare const index_UpdateDiscoveredDeviceCommand: typeof UpdateDiscoveredDeviceCommand;
396
- declare const index_UpdateIssueCommand: typeof UpdateIssueCommand;
397
- declare const index_UpdateLockCommand: typeof UpdateLockCommand;
398
- declare const index_UpdateMediaSourceCommand: typeof UpdateMediaSourceCommand;
399
- declare const index_UpdateMessageReadStatusCommand: typeof UpdateMessageReadStatusCommand;
400
- declare const index_UpdateOrganizationCommand: typeof UpdateOrganizationCommand;
401
- declare const index_UpdatePolicyCommand: typeof UpdatePolicyCommand;
402
- declare const index_UpdatePropertyCommand: typeof UpdatePropertyCommand;
403
- declare const index_UpdatePropertySettingsCommand: typeof UpdatePropertySettingsCommand;
404
- declare const index_UpdateRoomCommand: typeof UpdateRoomCommand;
405
- declare const index_UpdateSelfCommand: typeof UpdateSelfCommand;
406
- declare const index_UpdateServerCommand: typeof UpdateServerCommand;
407
- declare const index_UpdateSessionCommand: typeof UpdateSessionCommand;
408
- declare const index_UpdateSpaceCommand: typeof UpdateSpaceCommand;
409
- declare const index_UpdateSwitchCommand: typeof UpdateSwitchCommand;
410
- declare const index_UpdateSystemCommand: typeof UpdateSystemCommand;
411
- declare const index_UpdateThermostatCommand: typeof UpdateThermostatCommand;
412
- declare const index_UpdateTicketCommand: typeof UpdateTicketCommand;
413
- declare const index_UpdateTicketStatusCommand: typeof UpdateTicketStatusCommand;
414
- declare const index_UpdateTimeSheetCommand: typeof UpdateTimeSheetCommand;
415
- declare const index_UpdateTimeSheetTimeEntryCommand: typeof UpdateTimeSheetTimeEntryCommand;
416
- declare const index_UpdateUserCommand: typeof UpdateUserCommand;
417
- declare const index_UpdateVendorCommand: typeof UpdateVendorCommand;
418
- declare const index_UpdateWindowCoveringCommand: typeof UpdateWindowCoveringCommand;
419
- declare const index_UploadImageCommand: typeof UploadImageCommand;
420
- declare const index_UpsertDiscoveredDeviceCommand: typeof UpsertDiscoveredDeviceCommand;
421
- declare const index_ValidateAuthCommand: typeof ValidateAuthCommand;
422
- declare namespace index {
423
- export { index_AutoAssociateDiscoveredDevicesCommand as AutoAssociateDiscoveredDevicesCommand, index_AutoCloseTicketsCommand as AutoCloseTicketsCommand, index_BulkUpdateIssueCommand as BulkUpdateIssueCommand, index_CheckVerificationCodeCommand as CheckVerificationCodeCommand, index_CreateAlarmCommand as CreateAlarmCommand, index_CreateAnnouncementCommand as CreateAnnouncementCommand, index_CreateAutomationCommand as CreateAutomationCommand, index_CreateCameraCommand as CreateCameraCommand, index_CreateCategoryCommand as CreateCategoryCommand, index_CreateCourtesyCommand as CreateCourtesyCommand, index_CreateDefaultAutomationsCommand as CreateDefaultAutomationsCommand, index_CreateDepartmentCommand as CreateDepartmentCommand, index_CreateDimmerCommand as CreateDimmerCommand, index_CreateDiscoveredDeviceAssociationCommand as CreateDiscoveredDeviceAssociationCommand, index_CreateDiscoveredDeviceAssociationMapCommand as CreateDiscoveredDeviceAssociationMapCommand, index_CreateDiscoveredDeviceCommand as CreateDiscoveredDeviceCommand, index_CreateImageUploadEndpointCommand as CreateImageUploadEndpointCommand, index_CreateIssueCommand as CreateIssueCommand, index_CreateLockCommand as CreateLockCommand, index_CreateMediaSourceCommand as CreateMediaSourceCommand, index_CreateOrganizationCommand as CreateOrganizationCommand, index_CreatePolicyCommand as CreatePolicyCommand, index_CreatePropertyCommand as CreatePropertyCommand, index_CreateRoomCommand as CreateRoomCommand, index_CreateRoomInSpaceCommand as CreateRoomInSpaceCommand, index_CreateServerCommand as CreateServerCommand, index_CreateSessionCommand as CreateSessionCommand, index_CreateSpaceCommand as CreateSpaceCommand, index_CreateSwitchCommand as CreateSwitchCommand, index_CreateSystemCommand as CreateSystemCommand, index_CreateThermostatCommand as CreateThermostatCommand, index_CreateTicketCommand as CreateTicketCommand, index_CreateTicketMessageCommand as CreateTicketMessageCommand, index_CreateTimeSheetCommand as CreateTimeSheetCommand, index_CreateTimeSheetTimeEntryCommand as CreateTimeSheetTimeEntryCommand, index_CreateUserCommand as CreateUserCommand, index_CreateVendorCommand as CreateVendorCommand, index_CreateWindowCoveringCommand as CreateWindowCoveringCommand, index_DeleteAlarmCommand as DeleteAlarmCommand, index_DeleteAnnouncementCommand as DeleteAnnouncementCommand, index_DeleteAutomationCommand as DeleteAutomationCommand, index_DeleteCameraCommand as DeleteCameraCommand, index_DeleteCategoryCommand as DeleteCategoryCommand, index_DeleteCourtesyCommand as DeleteCourtesyCommand, index_DeleteDepartmentCommand as DeleteDepartmentCommand, index_DeleteDimmerCommand as DeleteDimmerCommand, index_DeleteDiscoveredDeviceCommand as DeleteDiscoveredDeviceCommand, index_DeleteIssueCommand as DeleteIssueCommand, index_DeleteLockCommand as DeleteLockCommand, index_DeleteMediaFileCommand as DeleteMediaFileCommand, index_DeleteMediaSourceCommand as DeleteMediaSourceCommand, index_DeletePolicyCommand as DeletePolicyCommand, index_DeleteRoomCommand as DeleteRoomCommand, index_DeleteServerCommand as DeleteServerCommand, index_DeleteSessionCommand as DeleteSessionCommand, index_DeleteSpaceCommand as DeleteSpaceCommand, index_DeleteSwitchCommand as DeleteSwitchCommand, index_DeleteSystemCommand as DeleteSystemCommand, index_DeleteThermostatCommand as DeleteThermostatCommand, index_DeleteTicketCommand as DeleteTicketCommand, index_DeleteTimeSheetCommand as DeleteTimeSheetCommand, index_DeleteTimeSheetTimeEntryCommand as DeleteTimeSheetTimeEntryCommand, index_DeleteUserCommand as DeleteUserCommand, index_DeleteUserCredentialCommand as DeleteUserCredentialCommand, index_DeleteVendorCommand as DeleteVendorCommand, index_DeleteWindowCoveringCommand as DeleteWindowCoveringCommand, index_DescribeAlarmCommand as DescribeAlarmCommand, index_DescribeAlarmConfigCommand as DescribeAlarmConfigCommand, index_DescribeAnnouncementCommand as DescribeAnnouncementCommand, index_DescribeAutomationCommand as DescribeAutomationCommand, index_DescribeCameraCommand as DescribeCameraCommand, index_DescribeCameraConfigCommand as DescribeCameraConfigCommand, index_DescribeCategoryCommand as DescribeCategoryCommand, index_DescribeCourtesyCommand as DescribeCourtesyCommand, index_DescribeDepartmentCommand as DescribeDepartmentCommand, index_DescribeDimmerCommand as DescribeDimmerCommand, index_DescribeDiscoveredDeviceCommand as DescribeDiscoveredDeviceCommand, index_DescribeIssueCommand as DescribeIssueCommand, index_DescribeLockCommand as DescribeLockCommand, index_DescribeMediaSourceCommand as DescribeMediaSourceCommand, index_DescribeMyAuthCommand as DescribeMyAuthCommand, index_DescribeMyOrganizationCommand as DescribeMyOrganizationCommand, index_DescribeMyPasskeyRegistrationsCommand as DescribeMyPasskeyRegistrationsCommand, index_DescribeOrganizationCommand as DescribeOrganizationCommand, index_DescribePolicyCommand as DescribePolicyCommand, index_DescribePropertyCommand as DescribePropertyCommand, index_DescribeRoomCommand as DescribeRoomCommand, index_DescribeSOSCommand as DescribeSOSCommand, index_DescribeSelfCommand as DescribeSelfCommand, index_DescribeServerCommand as DescribeServerCommand, index_DescribeSessionCommand as DescribeSessionCommand, index_DescribeSpaceCommand as DescribeSpaceCommand, index_DescribeSwitchCommand as DescribeSwitchCommand, index_DescribeSystemCommand as DescribeSystemCommand, index_DescribeThermostatCommand as DescribeThermostatCommand, index_DescribeTicketCommand as DescribeTicketCommand, index_DescribeTicketFiltersCommand as DescribeTicketFiltersCommand, index_DescribeTicketStatsCommand as DescribeTicketStatsCommand, index_DescribeTimeSheetCommand as DescribeTimeSheetCommand, index_DescribeTimeSheetStatsCommand as DescribeTimeSheetStatsCommand, index_DescribeUserCommand as DescribeUserCommand, index_DescribeVendorCommand as DescribeVendorCommand, index_DescribeWindowCoveringCommand as DescribeWindowCoveringCommand, index_EmailUserAccountSetupCommand as EmailUserAccountSetupCommand, index_FinishRegisterPasskeyCommand as FinishRegisterPasskeyCommand, index_LeaveTicketCommand as LeaveTicketCommand, index_ListAlarmsCommand as ListAlarmsCommand, index_ListAnnouncementsCommand as ListAnnouncementsCommand, index_ListAutomationsCommand as ListAutomationsCommand, index_ListCameraStreamPreviewsCommand as ListCameraStreamPreviewsCommand, index_ListCamerasCommand as ListCamerasCommand, index_ListCategoriesCommand as ListCategoriesCommand, index_ListCourtesyCommand as ListCourtesyCommand, index_ListDepartmentsCommand as ListDepartmentsCommand, index_ListDimmersCommand as ListDimmersCommand, index_ListDiscoveredDevicesCommand as ListDiscoveredDevicesCommand, index_ListIntegrationsCommand as ListIntegrationsCommand, index_ListIssuesCommand as ListIssuesCommand, index_ListLocksCommand as ListLocksCommand, index_ListMediaSourcesCommand as ListMediaSourcesCommand, index_ListMyPropertiesCommand as ListMyPropertiesCommand, index_ListMyTimeSheetsCommand as ListMyTimeSheetsCommand, index_ListOrganizationsCommand as ListOrganizationsCommand, index_ListPoliciesCommand as ListPoliciesCommand, index_ListPropertiesCommand as ListPropertiesCommand, index_ListRoomsCommand as ListRoomsCommand, index_ListRoomsInSpaceCommand as ListRoomsInSpaceCommand, index_ListScenesCommand as ListScenesCommand, index_ListServersCommand as ListServersCommand, index_ListSessionsCommand as ListSessionsCommand, index_ListSpacesCommand as ListSpacesCommand, index_ListSwitchesCommand as ListSwitchesCommand, index_ListSystemsCommand as ListSystemsCommand, index_ListThermostatsCommand as ListThermostatsCommand, index_ListTicketLocationsCommand as ListTicketLocationsCommand, index_ListTicketsCommand as ListTicketsCommand, index_ListTimeSheetsCommand as ListTimeSheetsCommand, index_ListUserSpacesCommand as ListUserSpacesCommand, index_ListUsersCommand as ListUsersCommand, index_ListVendorsCommand as ListVendorsCommand, index_ListWindowCoveringsCommand as ListWindowCoveringsCommand, index_LoginFinishCommand as LoginFinishCommand, index_LoginStartCommand as LoginStartCommand, index_LogoutSelfCommand as LogoutSelfCommand, index_LogoutUserCommand as LogoutUserCommand, index_MoveAlarmCommand as MoveAlarmCommand, index_MoveCameraCommand as MoveCameraCommand, index_MoveCourtesyCommand as MoveCourtesyCommand, index_MoveDimmerCommand as MoveDimmerCommand, index_MoveLockCommand as MoveLockCommand, index_MoveMediaSourceCommand as MoveMediaSourceCommand, index_MoveSwitchCommand as MoveSwitchCommand, index_MoveThermostatCommand as MoveThermostatCommand, index_MoveWindowCoveringCommand as MoveWindowCoveringCommand, index_RefreshTokenCommand as RefreshTokenCommand, index_RequestLoginTokenCommand as RequestLoginTokenCommand, index_RunAutomationCommand as RunAutomationCommand, index_SendNotificationCommand as SendNotificationCommand, index_SendSMSCommand as SendSMSCommand, index_SendVerificationCodeCommand as SendVerificationCodeCommand, index_SetAlarmCommand as SetAlarmCommand, index_SetCameraCommand as SetCameraCommand, index_SetCourtesyCommand as SetCourtesyCommand, index_SetDevicesCommand as SetDevicesCommand, index_SetDimmerCommand as SetDimmerCommand, index_SetLockCommand as SetLockCommand, index_SetMediaSourceCommand as SetMediaSourceCommand, index_SetRoomSceneCommand as SetRoomSceneCommand, index_SetSceneCommand as SetSceneCommand, index_SetSwitchCommand as SetSwitchCommand, index_SetThermostatCommand as SetThermostatCommand, index_SetWindowCoveringCommand as SetWindowCoveringCommand, index_StartRegisterPasskeyCommand as StartRegisterPasskeyCommand, index_StartSOSCommand as StartSOSCommand, index_StopSOSCommand as StopSOSCommand, index_UpdateAlarmCommand as UpdateAlarmCommand, index_UpdateAnnouncementCommand as UpdateAnnouncementCommand, index_UpdateAutomationCommand as UpdateAutomationCommand, index_UpdateCameraCommand as UpdateCameraCommand, index_UpdateCategoryCommand as UpdateCategoryCommand, index_UpdateCourtesyCommand as UpdateCourtesyCommand, index_UpdateDepartmentCommand as UpdateDepartmentCommand, index_UpdateDimmerCommand as UpdateDimmerCommand, index_UpdateDiscoveredDeviceCommand as UpdateDiscoveredDeviceCommand, index_UpdateIssueCommand as UpdateIssueCommand, index_UpdateLockCommand as UpdateLockCommand, index_UpdateMediaSourceCommand as UpdateMediaSourceCommand, index_UpdateMessageReadStatusCommand as UpdateMessageReadStatusCommand, index_UpdateOrganizationCommand as UpdateOrganizationCommand, index_UpdatePolicyCommand as UpdatePolicyCommand, index_UpdatePropertyCommand as UpdatePropertyCommand, index_UpdatePropertySettingsCommand as UpdatePropertySettingsCommand, index_UpdateRoomCommand as UpdateRoomCommand, index_UpdateSelfCommand as UpdateSelfCommand, index_UpdateServerCommand as UpdateServerCommand, index_UpdateSessionCommand as UpdateSessionCommand, index_UpdateSpaceCommand as UpdateSpaceCommand, index_UpdateSwitchCommand as UpdateSwitchCommand, index_UpdateSystemCommand as UpdateSystemCommand, index_UpdateThermostatCommand as UpdateThermostatCommand, index_UpdateTicketCommand as UpdateTicketCommand, index_UpdateTicketStatusCommand as UpdateTicketStatusCommand, index_UpdateTimeSheetCommand as UpdateTimeSheetCommand, index_UpdateTimeSheetTimeEntryCommand as UpdateTimeSheetTimeEntryCommand, index_UpdateUserCommand as UpdateUserCommand, index_UpdateVendorCommand as UpdateVendorCommand, index_UpdateWindowCoveringCommand as UpdateWindowCoveringCommand, index_UploadImageCommand as UploadImageCommand, index_UpsertDiscoveredDeviceCommand as UpsertDiscoveredDeviceCommand, index_ValidateAuthCommand as ValidateAuthCommand };
424
- }
425
-
426
- export { index as i };
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../.generated/useCases/createAlarm.ts"],"sourcesContent":["/* This file is automatically generated. Do not modify it manually. */\n\nexport interface CreateAlarmCommandConfig {\n data?: { roomId: string; [key: string]: unknown } | null;\n headers?: Record<string, string> | null;\n query?: Record<string, unknown> | null;\n}\n\nexport interface CreateAlarmCommandRequestConfig {\n method: \"post\";\n url: string;\n data: { roomId: string; [key: string]: unknown } | null;\n params: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n [key: string]: unknown;\n}\n\n/**\n *\n */\nexport class CreateAlarmCommand {\n url: string;\n data: { roomId: string; [key: string]: unknown } | null;\n query: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n config: CreateAlarmCommandRequestConfig;\n\n static params = [\"roomId\"] as const;\n static url = \"/rooms/:roomId/alarms\";\n static method = \"post\" as const;\n\n constructor(\n commandConfig: CreateAlarmCommandConfig,\n options: Record<string, unknown> = {},\n ) {\n const pathParams = CreateAlarmCommand.params;\n\n let { data, query, headers } = commandConfig ?? {};\n\n if (typeof data === \"undefined\") data = null;\n if (typeof query === \"undefined\") query = null;\n if (typeof headers === \"undefined\") headers = null;\n\n // Replace path parameters with values from data\n let url: string = CreateAlarmCommand.url;\n\n if (pathParams && data) {\n for (const param of pathParams) {\n const urlParam = \":\" + param;\n url = url.replace(urlParam, (data as Record<string, string>)[param]);\n }\n }\n\n // Make sure all parameters have been replaced\n const missingParams = url.match(/:[a-zA-Z0-9]+/g);\n if (missingParams) {\n const missing = missingParams.map((param) => param.replace(\":\", \"\"));\n throw new Error(\"Missing parameters: \" + missing.join(\", \"));\n }\n\n this.url = url;\n this.data = data;\n this.query = query;\n this.headers = headers;\n\n this.config = {\n method: CreateAlarmCommand.method,\n url: url,\n data: data,\n params: query,\n headers: headers,\n ...options,\n };\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAoBO,MAAM,mBAAmB;AAAA,EApBhC,OAoBgC;AAAA;AAAA;AAAA,EAC9B;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EAEA,OAAO,SAAS,CAAC,QAAQ;AAAA,EACzB,OAAO,MAAM;AAAA,EACb,OAAO,SAAS;AAAA,EAEhB,YACE,eACA,UAAmC,CAAC,GACpC;AACA,UAAM,aAAa,mBAAmB;AAEtC,QAAI,EAAE,MAAM,OAAO,QAAQ,IAAI,iBAAiB,CAAC;AAEjD,QAAI,OAAO,SAAS,YAAa,QAAO;AACxC,QAAI,OAAO,UAAU,YAAa,SAAQ;AAC1C,QAAI,OAAO,YAAY,YAAa,WAAU;AAG9C,QAAI,MAAc,mBAAmB;AAErC,QAAI,cAAc,MAAM;AACtB,iBAAW,SAAS,YAAY;AAC9B,cAAM,WAAW,MAAM;AACvB,cAAM,IAAI,QAAQ,UAAW,KAAgC,KAAK,CAAC;AAAA,MACrE;AAAA,IACF;AAGA,UAAM,gBAAgB,IAAI,MAAM,gBAAgB;AAChD,QAAI,eAAe;AACjB,YAAM,UAAU,cAAc,IAAI,CAAC,UAAU,MAAM,QAAQ,KAAK,EAAE,CAAC;AACnE,YAAM,IAAI,MAAM,yBAAyB,QAAQ,KAAK,IAAI,CAAC;AAAA,IAC7D;AAEA,SAAK,MAAM;AACX,SAAK,OAAO;AACZ,SAAK,QAAQ;AACb,SAAK,UAAU;AAEf,SAAK,SAAS;AAAA,MACZ,QAAQ,mBAAmB;AAAA,MAC3B;AAAA,MACA;AAAA,MACA,QAAQ;AAAA,MACR;AAAA,MACA,GAAG;AAAA,IACL;AAAA,EACF;AACF;","names":[]}
@@ -1,38 +0,0 @@
1
- interface CreateAlarmCommandConfig {
2
- data?: {
3
- roomId: string;
4
- [key: string]: unknown;
5
- } | null;
6
- headers?: Record<string, string> | null;
7
- query?: Record<string, unknown> | null;
8
- }
9
- interface CreateAlarmCommandRequestConfig {
10
- method: "post";
11
- url: string;
12
- data: {
13
- roomId: string;
14
- [key: string]: unknown;
15
- } | null;
16
- params: Record<string, unknown> | null;
17
- headers: Record<string, string> | null;
18
- [key: string]: unknown;
19
- }
20
- /**
21
- *
22
- */
23
- declare class CreateAlarmCommand {
24
- url: string;
25
- data: {
26
- roomId: string;
27
- [key: string]: unknown;
28
- } | null;
29
- query: Record<string, unknown> | null;
30
- headers: Record<string, string> | null;
31
- config: CreateAlarmCommandRequestConfig;
32
- static params: readonly ["roomId"];
33
- static url: string;
34
- static method: "post";
35
- constructor(commandConfig: CreateAlarmCommandConfig, options?: Record<string, unknown>);
36
- }
37
-
38
- export { CreateAlarmCommand, type CreateAlarmCommandConfig, type CreateAlarmCommandRequestConfig };
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../.generated/useCases/createCamera.ts"],"sourcesContent":["/* This file is automatically generated. Do not modify it manually. */\n\nexport interface CreateCameraCommandConfig {\n data?: { roomId: string; [key: string]: unknown } | null;\n headers?: Record<string, string> | null;\n query?: Record<string, unknown> | null;\n}\n\nexport interface CreateCameraCommandRequestConfig {\n method: \"post\";\n url: string;\n data: { roomId: string; [key: string]: unknown } | null;\n params: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n [key: string]: unknown;\n}\n\n/**\n *\n */\nexport class CreateCameraCommand {\n url: string;\n data: { roomId: string; [key: string]: unknown } | null;\n query: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n config: CreateCameraCommandRequestConfig;\n\n static params = [\"roomId\"] as const;\n static url = \"/rooms/:roomId/cameras\";\n static method = \"post\" as const;\n\n constructor(\n commandConfig: CreateCameraCommandConfig,\n options: Record<string, unknown> = {},\n ) {\n const pathParams = CreateCameraCommand.params;\n\n let { data, query, headers } = commandConfig ?? {};\n\n if (typeof data === \"undefined\") data = null;\n if (typeof query === \"undefined\") query = null;\n if (typeof headers === \"undefined\") headers = null;\n\n // Replace path parameters with values from data\n let url: string = CreateCameraCommand.url;\n\n if (pathParams && data) {\n for (const param of pathParams) {\n const urlParam = \":\" + param;\n url = url.replace(urlParam, (data as Record<string, string>)[param]);\n }\n }\n\n // Make sure all parameters have been replaced\n const missingParams = url.match(/:[a-zA-Z0-9]+/g);\n if (missingParams) {\n const missing = missingParams.map((param) => param.replace(\":\", \"\"));\n throw new Error(\"Missing parameters: \" + missing.join(\", \"));\n }\n\n this.url = url;\n this.data = data;\n this.query = query;\n this.headers = headers;\n\n this.config = {\n method: CreateCameraCommand.method,\n url: url,\n data: data,\n params: query,\n headers: headers,\n ...options,\n };\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAoBO,MAAM,oBAAoB;AAAA,EApBjC,OAoBiC;AAAA;AAAA;AAAA,EAC/B;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EAEA,OAAO,SAAS,CAAC,QAAQ;AAAA,EACzB,OAAO,MAAM;AAAA,EACb,OAAO,SAAS;AAAA,EAEhB,YACE,eACA,UAAmC,CAAC,GACpC;AACA,UAAM,aAAa,oBAAoB;AAEvC,QAAI,EAAE,MAAM,OAAO,QAAQ,IAAI,iBAAiB,CAAC;AAEjD,QAAI,OAAO,SAAS,YAAa,QAAO;AACxC,QAAI,OAAO,UAAU,YAAa,SAAQ;AAC1C,QAAI,OAAO,YAAY,YAAa,WAAU;AAG9C,QAAI,MAAc,oBAAoB;AAEtC,QAAI,cAAc,MAAM;AACtB,iBAAW,SAAS,YAAY;AAC9B,cAAM,WAAW,MAAM;AACvB,cAAM,IAAI,QAAQ,UAAW,KAAgC,KAAK,CAAC;AAAA,MACrE;AAAA,IACF;AAGA,UAAM,gBAAgB,IAAI,MAAM,gBAAgB;AAChD,QAAI,eAAe;AACjB,YAAM,UAAU,cAAc,IAAI,CAAC,UAAU,MAAM,QAAQ,KAAK,EAAE,CAAC;AACnE,YAAM,IAAI,MAAM,yBAAyB,QAAQ,KAAK,IAAI,CAAC;AAAA,IAC7D;AAEA,SAAK,MAAM;AACX,SAAK,OAAO;AACZ,SAAK,QAAQ;AACb,SAAK,UAAU;AAEf,SAAK,SAAS;AAAA,MACZ,QAAQ,oBAAoB;AAAA,MAC5B;AAAA,MACA;AAAA,MACA,QAAQ;AAAA,MACR;AAAA,MACA,GAAG;AAAA,IACL;AAAA,EACF;AACF;","names":[]}
@@ -1,72 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var createCourtesy_exports = {};
20
- __export(createCourtesy_exports, {
21
- CreateCourtesyCommand: () => CreateCourtesyCommand
22
- });
23
- module.exports = __toCommonJS(createCourtesy_exports);
24
- class CreateCourtesyCommand {
25
- static {
26
- __name(this, "CreateCourtesyCommand");
27
- }
28
- url;
29
- data;
30
- query;
31
- headers;
32
- config;
33
- static params = ["roomId"];
34
- static url = "/rooms/:roomId/courtesy";
35
- static method = "post";
36
- constructor(commandConfig, options = {}) {
37
- const pathParams = CreateCourtesyCommand.params;
38
- let { data, query, headers } = commandConfig ?? {};
39
- if (typeof data === "undefined") data = null;
40
- if (typeof query === "undefined") query = null;
41
- if (typeof headers === "undefined") headers = null;
42
- let url = CreateCourtesyCommand.url;
43
- if (pathParams && data) {
44
- for (const param of pathParams) {
45
- const urlParam = ":" + param;
46
- url = url.replace(urlParam, data[param]);
47
- }
48
- }
49
- const missingParams = url.match(/:[a-zA-Z0-9]+/g);
50
- if (missingParams) {
51
- const missing = missingParams.map((param) => param.replace(":", ""));
52
- throw new Error("Missing parameters: " + missing.join(", "));
53
- }
54
- this.url = url;
55
- this.data = data;
56
- this.query = query;
57
- this.headers = headers;
58
- this.config = {
59
- method: CreateCourtesyCommand.method,
60
- url,
61
- data,
62
- params: query,
63
- headers,
64
- ...options
65
- };
66
- }
67
- }
68
- // Annotate the CommonJS export names for ESM import in node:
69
- 0 && (module.exports = {
70
- CreateCourtesyCommand
71
- });
72
- //# sourceMappingURL=createCourtesy.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../.generated/useCases/createCourtesy.ts"],"sourcesContent":["/* This file is automatically generated. Do not modify it manually. */\n\nexport interface CreateCourtesyCommandConfig {\n data?: { roomId: string; [key: string]: unknown } | null;\n headers?: Record<string, string> | null;\n query?: Record<string, unknown> | null;\n}\n\nexport interface CreateCourtesyCommandRequestConfig {\n method: \"post\";\n url: string;\n data: { roomId: string; [key: string]: unknown } | null;\n params: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n [key: string]: unknown;\n}\n\n/**\n *\n */\nexport class CreateCourtesyCommand {\n url: string;\n data: { roomId: string; [key: string]: unknown } | null;\n query: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n config: CreateCourtesyCommandRequestConfig;\n\n static params = [\"roomId\"] as const;\n static url = \"/rooms/:roomId/courtesy\";\n static method = \"post\" as const;\n\n constructor(\n commandConfig: CreateCourtesyCommandConfig,\n options: Record<string, unknown> = {},\n ) {\n const pathParams = CreateCourtesyCommand.params;\n\n let { data, query, headers } = commandConfig ?? {};\n\n if (typeof data === \"undefined\") data = null;\n if (typeof query === \"undefined\") query = null;\n if (typeof headers === \"undefined\") headers = null;\n\n // Replace path parameters with values from data\n let url: string = CreateCourtesyCommand.url;\n\n if (pathParams && data) {\n for (const param of pathParams) {\n const urlParam = \":\" + param;\n url = url.replace(urlParam, (data as Record<string, string>)[param]);\n }\n }\n\n // Make sure all parameters have been replaced\n const missingParams = url.match(/:[a-zA-Z0-9]+/g);\n if (missingParams) {\n const missing = missingParams.map((param) => param.replace(\":\", \"\"));\n throw new Error(\"Missing parameters: \" + missing.join(\", \"));\n }\n\n this.url = url;\n this.data = data;\n this.query = query;\n this.headers = headers;\n\n this.config = {\n method: CreateCourtesyCommand.method,\n url: url,\n data: data,\n params: query,\n headers: headers,\n ...options,\n };\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAoBO,MAAM,sBAAsB;AAAA,EApBnC,OAoBmC;AAAA;AAAA;AAAA,EACjC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EAEA,OAAO,SAAS,CAAC,QAAQ;AAAA,EACzB,OAAO,MAAM;AAAA,EACb,OAAO,SAAS;AAAA,EAEhB,YACE,eACA,UAAmC,CAAC,GACpC;AACA,UAAM,aAAa,sBAAsB;AAEzC,QAAI,EAAE,MAAM,OAAO,QAAQ,IAAI,iBAAiB,CAAC;AAEjD,QAAI,OAAO,SAAS,YAAa,QAAO;AACxC,QAAI,OAAO,UAAU,YAAa,SAAQ;AAC1C,QAAI,OAAO,YAAY,YAAa,WAAU;AAG9C,QAAI,MAAc,sBAAsB;AAExC,QAAI,cAAc,MAAM;AACtB,iBAAW,SAAS,YAAY;AAC9B,cAAM,WAAW,MAAM;AACvB,cAAM,IAAI,QAAQ,UAAW,KAAgC,KAAK,CAAC;AAAA,MACrE;AAAA,IACF;AAGA,UAAM,gBAAgB,IAAI,MAAM,gBAAgB;AAChD,QAAI,eAAe;AACjB,YAAM,UAAU,cAAc,IAAI,CAAC,UAAU,MAAM,QAAQ,KAAK,EAAE,CAAC;AACnE,YAAM,IAAI,MAAM,yBAAyB,QAAQ,KAAK,IAAI,CAAC;AAAA,IAC7D;AAEA,SAAK,MAAM;AACX,SAAK,OAAO;AACZ,SAAK,QAAQ;AACb,SAAK,UAAU;AAEf,SAAK,SAAS;AAAA,MACZ,QAAQ,sBAAsB;AAAA,MAC9B;AAAA,MACA;AAAA,MACA,QAAQ;AAAA,MACR;AAAA,MACA,GAAG;AAAA,IACL;AAAA,EACF;AACF;","names":[]}
@@ -1,38 +0,0 @@
1
- interface CreateCourtesyCommandConfig {
2
- data?: {
3
- roomId: string;
4
- [key: string]: unknown;
5
- } | null;
6
- headers?: Record<string, string> | null;
7
- query?: Record<string, unknown> | null;
8
- }
9
- interface CreateCourtesyCommandRequestConfig {
10
- method: "post";
11
- url: string;
12
- data: {
13
- roomId: string;
14
- [key: string]: unknown;
15
- } | null;
16
- params: Record<string, unknown> | null;
17
- headers: Record<string, string> | null;
18
- [key: string]: unknown;
19
- }
20
- /**
21
- *
22
- */
23
- declare class CreateCourtesyCommand {
24
- url: string;
25
- data: {
26
- roomId: string;
27
- [key: string]: unknown;
28
- } | null;
29
- query: Record<string, unknown> | null;
30
- headers: Record<string, string> | null;
31
- config: CreateCourtesyCommandRequestConfig;
32
- static params: readonly ["roomId"];
33
- static url: string;
34
- static method: "post";
35
- constructor(commandConfig: CreateCourtesyCommandConfig, options?: Record<string, unknown>);
36
- }
37
-
38
- export { CreateCourtesyCommand, type CreateCourtesyCommandConfig, type CreateCourtesyCommandRequestConfig };