@kohost/api-client 4.19.5 → 4.19.6

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 (45) hide show
  1. package/dist/cjs/httpClient.d.cts +3 -7
  2. package/dist/cjs/{index-BjziDwt4.d.cts → index-1ZtkIYkt.d.cts} +3 -11
  3. package/dist/cjs/index.d.cts +2 -6
  4. package/dist/cjs/useCases/index.cjs +3 -15
  5. package/dist/cjs/useCases/index.cjs.map +1 -1
  6. package/dist/cjs/useCases/index.d.cts +1 -5
  7. package/dist/cjs/useCases/{listNotifications.cjs → listIntegrations.cjs} +12 -12
  8. package/dist/cjs/useCases/listIntegrations.cjs.map +1 -0
  9. package/dist/{esm/useCases/listNotifications.d.ts → cjs/useCases/listIntegrations.d.cts} +6 -6
  10. package/dist/esm/httpClient.d.ts +3 -7
  11. package/dist/esm/{index-CY1L0nkI.d.ts → index-GPnaIdEY.d.ts} +3 -11
  12. package/dist/esm/index.d.ts +2 -6
  13. package/dist/esm/useCases/index.d.ts +1 -5
  14. package/dist/esm/useCases/index.js +2 -10
  15. package/dist/esm/useCases/index.js.map +1 -1
  16. package/dist/{cjs/useCases/listNotifications.d.cts → esm/useCases/listIntegrations.d.ts} +6 -6
  17. package/dist/esm/useCases/{listNotifications.js → listIntegrations.js} +8 -8
  18. package/dist/esm/useCases/listIntegrations.js.map +1 -0
  19. package/package.json +1 -1
  20. package/dist/cjs/useCases/createNotification.cjs +0 -72
  21. package/dist/cjs/useCases/createNotification.cjs.map +0 -1
  22. package/dist/cjs/useCases/createNotification.d.cts +0 -29
  23. package/dist/cjs/useCases/deleteNotification.cjs +0 -72
  24. package/dist/cjs/useCases/deleteNotification.cjs.map +0 -1
  25. package/dist/cjs/useCases/deleteNotification.d.cts +0 -38
  26. package/dist/cjs/useCases/describeNotification.cjs +0 -72
  27. package/dist/cjs/useCases/describeNotification.cjs.map +0 -1
  28. package/dist/cjs/useCases/describeNotification.d.cts +0 -38
  29. package/dist/cjs/useCases/listNotifications.cjs.map +0 -1
  30. package/dist/cjs/useCases/updateNotification.cjs +0 -72
  31. package/dist/cjs/useCases/updateNotification.cjs.map +0 -1
  32. package/dist/cjs/useCases/updateNotification.d.cts +0 -38
  33. package/dist/esm/useCases/createNotification.d.ts +0 -29
  34. package/dist/esm/useCases/createNotification.js +0 -50
  35. package/dist/esm/useCases/createNotification.js.map +0 -1
  36. package/dist/esm/useCases/deleteNotification.d.ts +0 -38
  37. package/dist/esm/useCases/deleteNotification.js +0 -50
  38. package/dist/esm/useCases/deleteNotification.js.map +0 -1
  39. package/dist/esm/useCases/describeNotification.d.ts +0 -38
  40. package/dist/esm/useCases/describeNotification.js +0 -50
  41. package/dist/esm/useCases/describeNotification.js.map +0 -1
  42. package/dist/esm/useCases/listNotifications.js.map +0 -1
  43. package/dist/esm/useCases/updateNotification.d.ts +0 -38
  44. package/dist/esm/useCases/updateNotification.js +0 -50
  45. package/dist/esm/useCases/updateNotification.js.map +0 -1
@@ -138,6 +138,7 @@ import { DeleteDiscoveredDeviceCommand } from './useCases/deleteDiscoveredDevice
138
138
  import { DescribeDiscoveredDeviceCommand } from './useCases/describeDiscoveredDevice.js';
139
139
  import { UpsertDiscoveredDeviceCommand } from './useCases/upsertDiscoveredDevice.js';
140
140
  import { CreateDiscoveredDeviceAssociationCommand } from './useCases/createDiscoveredDeviceAssociation.js';
141
+ import { ListIntegrationsCommand } from './useCases/listIntegrations.js';
141
142
  import { DescribeMyOrganizationCommand } from './useCases/describeMyOrganization.js';
142
143
  import { CreateOrganizationCommand } from './useCases/createOrganization.js';
143
144
  import { UpdateOrganizationCommand } from './useCases/updateOrganization.js';
@@ -189,11 +190,6 @@ import { UpdateAutomationCommand } from './useCases/updateAutomation.js';
189
190
  import { DeleteAutomationCommand } from './useCases/deleteAutomation.js';
190
191
  import { CreateDefaultAutomationsCommand } from './useCases/createDefaultAutomations.js';
191
192
  import { RunAutomationCommand } from './useCases/runAutomation.js';
192
- import { CreateNotificationCommand } from './useCases/createNotification.js';
193
- import { DeleteNotificationCommand } from './useCases/deleteNotification.js';
194
- import { DescribeNotificationCommand } from './useCases/describeNotification.js';
195
- import { ListNotificationsCommand } from './useCases/listNotifications.js';
196
- import { UpdateNotificationCommand } from './useCases/updateNotification.js';
197
193
  import { SendNotificationCommand } from './useCases/sendNotification.js';
198
194
  import { SendSMSCommand } from './useCases/sendSMS.js';
199
195
  import { CreateSessionCommand } from './useCases/createSession.js';
@@ -282,12 +278,12 @@ declare class KohostHTTPClient {
282
278
  *
283
279
  * @param {Command} command
284
280
  */
285
- send(command: typeof RefreshTokenCommand | typeof LoginStartCommand | typeof LoginFinishCommand | typeof RequestLoginTokenCommand | typeof LogoutSelfCommand | typeof LogoutUserCommand | typeof StartRegisterPasskeyCommand | typeof FinishRegisterPasskeyCommand | typeof DescribeMyAuthCommand | typeof ValidateAuthCommand | typeof DescribeSelfCommand | typeof DescribeUserCommand | typeof CreateUserCommand | typeof ListUsersCommand | typeof UpdateSelfCommand | typeof UpdateUserCommand | typeof DeleteUserCommand | typeof SendVerificationCodeCommand | typeof CheckVerificationCodeCommand | typeof ListUserSpacesCommand | typeof DescribeMyPasskeyRegistrationsCommand | typeof DeleteUserCredentialCommand | typeof CreatePolicyCommand | typeof ListPoliciesCommand | typeof UpdatePolicyCommand | typeof DeletePolicyCommand | typeof DescribePolicyCommand | typeof ListSpacesCommand | typeof ListRoomsInSpaceCommand | typeof UpdateSpaceCommand | typeof CreateSpaceCommand | typeof DescribeSpaceCommand | typeof DeleteSpaceCommand | typeof CreateRoomInSpaceCommand | typeof CreateCategoryCommand | typeof DeleteCategoryCommand | typeof DescribeCategoryCommand | typeof ListCategoriesCommand | typeof UpdateCategoryCommand | typeof DescribeDepartmentCommand | typeof ListDepartmentsCommand | typeof DeleteDepartmentCommand | typeof CreateDepartmentCommand | typeof UpdateDepartmentCommand | typeof ListRoomsCommand | typeof DescribeRoomCommand | typeof CreateRoomCommand | typeof UpdateRoomCommand | typeof DeleteRoomCommand | typeof CreateAlarmCommand | typeof ListAlarmsCommand | typeof UpdateAlarmCommand | typeof DeleteAlarmCommand | typeof DescribeAlarmCommand | typeof DescribeAlarmConfigCommand | typeof SetAlarmCommand | typeof MoveAlarmCommand | typeof CreateCameraCommand | typeof ListCamerasCommand | typeof UpdateCameraCommand | typeof DeleteCameraCommand | typeof ListCameraStreamPreviewsCommand | typeof DescribeCameraCommand | typeof SetCameraCommand | typeof MoveCameraCommand | typeof DescribeCameraConfigCommand | typeof CreateCourtesyCommand | typeof ListCourtesyCommand | typeof UpdateCourtesyCommand | typeof DeleteCourtesyCommand | typeof DescribeCourtesyCommand | typeof SetCourtesyCommand | typeof MoveCourtesyCommand | typeof CreateDimmerCommand | typeof ListDimmersCommand | typeof UpdateDimmerCommand | typeof DeleteDimmerCommand | typeof DescribeDimmerCommand | typeof SetDimmerCommand | typeof MoveDimmerCommand | typeof CreateLockCommand | typeof ListLocksCommand | typeof UpdateLockCommand | typeof DeleteLockCommand | typeof DescribeLockCommand | typeof SetLockCommand | typeof MoveLockCommand | typeof CreateSwitchCommand | typeof ListSwitchesCommand | typeof UpdateSwitchCommand | typeof DeleteSwitchCommand | typeof DescribeSwitchCommand | typeof SetSwitchCommand | typeof MoveSwitchCommand | typeof CreateMediaSourceCommand | typeof ListMediaSourcesCommand | typeof UpdateMediaSourceCommand | typeof DeleteMediaSourceCommand | typeof DescribeMediaSourceCommand | typeof SetMediaSourceCommand | typeof MoveMediaSourceCommand | typeof CreateThermostatCommand | typeof ListThermostatsCommand | typeof UpdateThermostatCommand | typeof DeleteThermostatCommand | typeof DescribeThermostatCommand | typeof SetThermostatCommand | typeof MoveThermostatCommand | typeof CreateWindowCoveringCommand | typeof ListWindowCoveringsCommand | typeof UpdateWindowCoveringCommand | typeof DeleteWindowCoveringCommand | typeof DescribeWindowCoveringCommand | typeof SetWindowCoveringCommand | typeof MoveWindowCoveringCommand | typeof AutoCloseTicketsCommand | typeof DescribeTicketStatsCommand | typeof CreateTicketCommand | typeof CreateTicketMessageCommand | typeof DeleteTicketCommand | typeof ListTicketLocationsCommand | typeof DescribeTicketFiltersCommand | typeof DescribeTicketCommand | typeof ListTicketsCommand | typeof UpdateMessageReadStatusCommand | typeof UpdateTicketCommand | typeof UpdateTicketStatusCommand | typeof LeaveTicketCommand | typeof ListScenesCommand | typeof SetSceneCommand | typeof SetRoomSceneCommand | typeof CreateDiscoveredDeviceAssociationMapCommand | typeof AutoAssociateDiscoveredDevicesCommand | typeof CreateDiscoveredDeviceCommand | typeof ListDiscoveredDevicesCommand | typeof UpdateDiscoveredDeviceCommand | typeof DeleteDiscoveredDeviceCommand | typeof DescribeDiscoveredDeviceCommand | typeof UpsertDiscoveredDeviceCommand | typeof CreateDiscoveredDeviceAssociationCommand | typeof DescribeMyOrganizationCommand | typeof CreateOrganizationCommand | typeof UpdateOrganizationCommand | typeof DescribeOrganizationCommand | typeof ListOrganizationsCommand | typeof ListPropertiesCommand | typeof ListMyPropertiesCommand | typeof CreatePropertyCommand | typeof UpdatePropertyCommand | typeof DescribePropertyCommand | typeof UpdatePropertySettingsCommand | typeof EmailUserAccountSetupCommand | typeof CreateImageUploadEndpointCommand | typeof DeleteMediaFileCommand | typeof UploadImageCommand | typeof CreateAnnouncementCommand | typeof UpdateAnnouncementCommand | typeof DescribeAnnouncementCommand | typeof DeleteAnnouncementCommand | typeof ListAnnouncementsCommand | typeof DescribeTimeSheetStatsCommand | typeof ListMyTimeSheetsCommand | typeof DescribeTimeSheetCommand | typeof ListTimeSheetsCommand | typeof CreateTimeSheetCommand | typeof DeleteTimeSheetCommand | typeof UpdateTimeSheetCommand | typeof CreateTimeSheetTimeEntryCommand | typeof DeleteTimeSheetTimeEntryCommand | typeof UpdateTimeSheetTimeEntryCommand | typeof StartSOSCommand | typeof StopSOSCommand | typeof DescribeSOSCommand | typeof DescribeIssueCommand | typeof ListIssuesCommand | typeof DeleteIssueCommand | typeof CreateIssueCommand | typeof UpdateIssueCommand | typeof BulkUpdateIssueCommand | typeof DescribeVendorCommand | typeof ListVendorsCommand | typeof DeleteVendorCommand | typeof CreateVendorCommand | typeof UpdateVendorCommand | typeof CreateAutomationCommand | typeof ListAutomationsCommand | typeof DescribeAutomationCommand | typeof UpdateAutomationCommand | typeof DeleteAutomationCommand | typeof CreateDefaultAutomationsCommand | typeof RunAutomationCommand | typeof CreateNotificationCommand | typeof DeleteNotificationCommand | typeof DescribeNotificationCommand | typeof ListNotificationsCommand | typeof UpdateNotificationCommand | typeof SendNotificationCommand | typeof SendSMSCommand | typeof CreateSessionCommand | typeof ListSessionsCommand | typeof DescribeSessionCommand | typeof UpdateSessionCommand | typeof DeleteSessionCommand | typeof SetDevicesCommand | typeof CreateSystemCommand | typeof DeleteSystemCommand | typeof DescribeSystemCommand | typeof ListSystemsCommand | typeof UpdateSystemCommand | typeof CreateServerCommand | typeof DeleteServerCommand | typeof DescribeServerCommand | typeof ListServersCommand | typeof UpdateServerCommand): any;
281
+ send(command: typeof RefreshTokenCommand | typeof LoginStartCommand | typeof LoginFinishCommand | typeof RequestLoginTokenCommand | typeof LogoutSelfCommand | typeof LogoutUserCommand | typeof StartRegisterPasskeyCommand | typeof FinishRegisterPasskeyCommand | typeof DescribeMyAuthCommand | typeof ValidateAuthCommand | typeof DescribeSelfCommand | typeof DescribeUserCommand | typeof CreateUserCommand | typeof ListUsersCommand | typeof UpdateSelfCommand | typeof UpdateUserCommand | typeof DeleteUserCommand | typeof SendVerificationCodeCommand | typeof CheckVerificationCodeCommand | typeof ListUserSpacesCommand | typeof DescribeMyPasskeyRegistrationsCommand | typeof DeleteUserCredentialCommand | typeof CreatePolicyCommand | typeof ListPoliciesCommand | typeof UpdatePolicyCommand | typeof DeletePolicyCommand | typeof DescribePolicyCommand | typeof ListSpacesCommand | typeof ListRoomsInSpaceCommand | typeof UpdateSpaceCommand | typeof CreateSpaceCommand | typeof DescribeSpaceCommand | typeof DeleteSpaceCommand | typeof CreateRoomInSpaceCommand | typeof CreateCategoryCommand | typeof DeleteCategoryCommand | typeof DescribeCategoryCommand | typeof ListCategoriesCommand | typeof UpdateCategoryCommand | typeof DescribeDepartmentCommand | typeof ListDepartmentsCommand | typeof DeleteDepartmentCommand | typeof CreateDepartmentCommand | typeof UpdateDepartmentCommand | typeof ListRoomsCommand | typeof DescribeRoomCommand | typeof CreateRoomCommand | typeof UpdateRoomCommand | typeof DeleteRoomCommand | typeof CreateAlarmCommand | typeof ListAlarmsCommand | typeof UpdateAlarmCommand | typeof DeleteAlarmCommand | typeof DescribeAlarmCommand | typeof DescribeAlarmConfigCommand | typeof SetAlarmCommand | typeof MoveAlarmCommand | typeof CreateCameraCommand | typeof ListCamerasCommand | typeof UpdateCameraCommand | typeof DeleteCameraCommand | typeof ListCameraStreamPreviewsCommand | typeof DescribeCameraCommand | typeof SetCameraCommand | typeof MoveCameraCommand | typeof DescribeCameraConfigCommand | typeof CreateCourtesyCommand | typeof ListCourtesyCommand | typeof UpdateCourtesyCommand | typeof DeleteCourtesyCommand | typeof DescribeCourtesyCommand | typeof SetCourtesyCommand | typeof MoveCourtesyCommand | typeof CreateDimmerCommand | typeof ListDimmersCommand | typeof UpdateDimmerCommand | typeof DeleteDimmerCommand | typeof DescribeDimmerCommand | typeof SetDimmerCommand | typeof MoveDimmerCommand | typeof CreateLockCommand | typeof ListLocksCommand | typeof UpdateLockCommand | typeof DeleteLockCommand | typeof DescribeLockCommand | typeof SetLockCommand | typeof MoveLockCommand | typeof CreateSwitchCommand | typeof ListSwitchesCommand | typeof UpdateSwitchCommand | typeof DeleteSwitchCommand | typeof DescribeSwitchCommand | typeof SetSwitchCommand | typeof MoveSwitchCommand | typeof CreateMediaSourceCommand | typeof ListMediaSourcesCommand | typeof UpdateMediaSourceCommand | typeof DeleteMediaSourceCommand | typeof DescribeMediaSourceCommand | typeof SetMediaSourceCommand | typeof MoveMediaSourceCommand | typeof CreateThermostatCommand | typeof ListThermostatsCommand | typeof UpdateThermostatCommand | typeof DeleteThermostatCommand | typeof DescribeThermostatCommand | typeof SetThermostatCommand | typeof MoveThermostatCommand | typeof CreateWindowCoveringCommand | typeof ListWindowCoveringsCommand | typeof UpdateWindowCoveringCommand | typeof DeleteWindowCoveringCommand | typeof DescribeWindowCoveringCommand | typeof SetWindowCoveringCommand | typeof MoveWindowCoveringCommand | typeof AutoCloseTicketsCommand | typeof DescribeTicketStatsCommand | typeof CreateTicketCommand | typeof CreateTicketMessageCommand | typeof DeleteTicketCommand | typeof ListTicketLocationsCommand | typeof DescribeTicketFiltersCommand | typeof DescribeTicketCommand | typeof ListTicketsCommand | typeof UpdateMessageReadStatusCommand | typeof UpdateTicketCommand | typeof UpdateTicketStatusCommand | typeof LeaveTicketCommand | typeof ListScenesCommand | typeof SetSceneCommand | typeof SetRoomSceneCommand | typeof CreateDiscoveredDeviceAssociationMapCommand | typeof AutoAssociateDiscoveredDevicesCommand | typeof CreateDiscoveredDeviceCommand | typeof ListDiscoveredDevicesCommand | typeof UpdateDiscoveredDeviceCommand | typeof DeleteDiscoveredDeviceCommand | typeof DescribeDiscoveredDeviceCommand | typeof UpsertDiscoveredDeviceCommand | typeof CreateDiscoveredDeviceAssociationCommand | typeof ListIntegrationsCommand | typeof DescribeMyOrganizationCommand | typeof CreateOrganizationCommand | typeof UpdateOrganizationCommand | typeof DescribeOrganizationCommand | typeof ListOrganizationsCommand | typeof ListPropertiesCommand | typeof ListMyPropertiesCommand | typeof CreatePropertyCommand | typeof UpdatePropertyCommand | typeof DescribePropertyCommand | typeof UpdatePropertySettingsCommand | typeof EmailUserAccountSetupCommand | typeof CreateImageUploadEndpointCommand | typeof DeleteMediaFileCommand | typeof UploadImageCommand | typeof CreateAnnouncementCommand | typeof UpdateAnnouncementCommand | typeof DescribeAnnouncementCommand | typeof DeleteAnnouncementCommand | typeof ListAnnouncementsCommand | typeof DescribeTimeSheetStatsCommand | typeof ListMyTimeSheetsCommand | typeof DescribeTimeSheetCommand | typeof ListTimeSheetsCommand | typeof CreateTimeSheetCommand | typeof DeleteTimeSheetCommand | typeof UpdateTimeSheetCommand | typeof CreateTimeSheetTimeEntryCommand | typeof DeleteTimeSheetTimeEntryCommand | typeof UpdateTimeSheetTimeEntryCommand | typeof StartSOSCommand | typeof StopSOSCommand | typeof DescribeSOSCommand | typeof DescribeIssueCommand | typeof ListIssuesCommand | typeof DeleteIssueCommand | typeof CreateIssueCommand | typeof UpdateIssueCommand | typeof BulkUpdateIssueCommand | typeof DescribeVendorCommand | typeof ListVendorsCommand | typeof DeleteVendorCommand | typeof CreateVendorCommand | typeof UpdateVendorCommand | typeof CreateAutomationCommand | typeof ListAutomationsCommand | typeof DescribeAutomationCommand | typeof UpdateAutomationCommand | typeof DeleteAutomationCommand | typeof CreateDefaultAutomationsCommand | typeof RunAutomationCommand | typeof SendNotificationCommand | typeof SendSMSCommand | typeof CreateSessionCommand | typeof ListSessionsCommand | typeof DescribeSessionCommand | typeof UpdateSessionCommand | typeof DeleteSessionCommand | typeof SetDevicesCommand | typeof CreateSystemCommand | typeof DeleteSystemCommand | typeof DescribeSystemCommand | typeof ListSystemsCommand | typeof UpdateSystemCommand | typeof CreateServerCommand | typeof DeleteServerCommand | typeof DescribeServerCommand | typeof ListServersCommand | typeof UpdateServerCommand): any;
286
282
  /**
287
283
  * @param {Command} config
288
284
  * @returns {Request}
289
285
  */
290
- createRequest(config: typeof RefreshTokenCommand | typeof LoginStartCommand | typeof LoginFinishCommand | typeof RequestLoginTokenCommand | typeof LogoutSelfCommand | typeof LogoutUserCommand | typeof StartRegisterPasskeyCommand | typeof FinishRegisterPasskeyCommand | typeof DescribeMyAuthCommand | typeof ValidateAuthCommand | typeof DescribeSelfCommand | typeof DescribeUserCommand | typeof CreateUserCommand | typeof ListUsersCommand | typeof UpdateSelfCommand | typeof UpdateUserCommand | typeof DeleteUserCommand | typeof SendVerificationCodeCommand | typeof CheckVerificationCodeCommand | typeof ListUserSpacesCommand | typeof DescribeMyPasskeyRegistrationsCommand | typeof DeleteUserCredentialCommand | typeof CreatePolicyCommand | typeof ListPoliciesCommand | typeof UpdatePolicyCommand | typeof DeletePolicyCommand | typeof DescribePolicyCommand | typeof ListSpacesCommand | typeof ListRoomsInSpaceCommand | typeof UpdateSpaceCommand | typeof CreateSpaceCommand | typeof DescribeSpaceCommand | typeof DeleteSpaceCommand | typeof CreateRoomInSpaceCommand | typeof CreateCategoryCommand | typeof DeleteCategoryCommand | typeof DescribeCategoryCommand | typeof ListCategoriesCommand | typeof UpdateCategoryCommand | typeof DescribeDepartmentCommand | typeof ListDepartmentsCommand | typeof DeleteDepartmentCommand | typeof CreateDepartmentCommand | typeof UpdateDepartmentCommand | typeof ListRoomsCommand | typeof DescribeRoomCommand | typeof CreateRoomCommand | typeof UpdateRoomCommand | typeof DeleteRoomCommand | typeof CreateAlarmCommand | typeof ListAlarmsCommand | typeof UpdateAlarmCommand | typeof DeleteAlarmCommand | typeof DescribeAlarmCommand | typeof DescribeAlarmConfigCommand | typeof SetAlarmCommand | typeof MoveAlarmCommand | typeof CreateCameraCommand | typeof ListCamerasCommand | typeof UpdateCameraCommand | typeof DeleteCameraCommand | typeof ListCameraStreamPreviewsCommand | typeof DescribeCameraCommand | typeof SetCameraCommand | typeof MoveCameraCommand | typeof DescribeCameraConfigCommand | typeof CreateCourtesyCommand | typeof ListCourtesyCommand | typeof UpdateCourtesyCommand | typeof DeleteCourtesyCommand | typeof DescribeCourtesyCommand | typeof SetCourtesyCommand | typeof MoveCourtesyCommand | typeof CreateDimmerCommand | typeof ListDimmersCommand | typeof UpdateDimmerCommand | typeof DeleteDimmerCommand | typeof DescribeDimmerCommand | typeof SetDimmerCommand | typeof MoveDimmerCommand | typeof CreateLockCommand | typeof ListLocksCommand | typeof UpdateLockCommand | typeof DeleteLockCommand | typeof DescribeLockCommand | typeof SetLockCommand | typeof MoveLockCommand | typeof CreateSwitchCommand | typeof ListSwitchesCommand | typeof UpdateSwitchCommand | typeof DeleteSwitchCommand | typeof DescribeSwitchCommand | typeof SetSwitchCommand | typeof MoveSwitchCommand | typeof CreateMediaSourceCommand | typeof ListMediaSourcesCommand | typeof UpdateMediaSourceCommand | typeof DeleteMediaSourceCommand | typeof DescribeMediaSourceCommand | typeof SetMediaSourceCommand | typeof MoveMediaSourceCommand | typeof CreateThermostatCommand | typeof ListThermostatsCommand | typeof UpdateThermostatCommand | typeof DeleteThermostatCommand | typeof DescribeThermostatCommand | typeof SetThermostatCommand | typeof MoveThermostatCommand | typeof CreateWindowCoveringCommand | typeof ListWindowCoveringsCommand | typeof UpdateWindowCoveringCommand | typeof DeleteWindowCoveringCommand | typeof DescribeWindowCoveringCommand | typeof SetWindowCoveringCommand | typeof MoveWindowCoveringCommand | typeof AutoCloseTicketsCommand | typeof DescribeTicketStatsCommand | typeof CreateTicketCommand | typeof CreateTicketMessageCommand | typeof DeleteTicketCommand | typeof ListTicketLocationsCommand | typeof DescribeTicketFiltersCommand | typeof DescribeTicketCommand | typeof ListTicketsCommand | typeof UpdateMessageReadStatusCommand | typeof UpdateTicketCommand | typeof UpdateTicketStatusCommand | typeof LeaveTicketCommand | typeof ListScenesCommand | typeof SetSceneCommand | typeof SetRoomSceneCommand | typeof CreateDiscoveredDeviceAssociationMapCommand | typeof AutoAssociateDiscoveredDevicesCommand | typeof CreateDiscoveredDeviceCommand | typeof ListDiscoveredDevicesCommand | typeof UpdateDiscoveredDeviceCommand | typeof DeleteDiscoveredDeviceCommand | typeof DescribeDiscoveredDeviceCommand | typeof UpsertDiscoveredDeviceCommand | typeof CreateDiscoveredDeviceAssociationCommand | typeof DescribeMyOrganizationCommand | typeof CreateOrganizationCommand | typeof UpdateOrganizationCommand | typeof DescribeOrganizationCommand | typeof ListOrganizationsCommand | typeof ListPropertiesCommand | typeof ListMyPropertiesCommand | typeof CreatePropertyCommand | typeof UpdatePropertyCommand | typeof DescribePropertyCommand | typeof UpdatePropertySettingsCommand | typeof EmailUserAccountSetupCommand | typeof CreateImageUploadEndpointCommand | typeof DeleteMediaFileCommand | typeof UploadImageCommand | typeof CreateAnnouncementCommand | typeof UpdateAnnouncementCommand | typeof DescribeAnnouncementCommand | typeof DeleteAnnouncementCommand | typeof ListAnnouncementsCommand | typeof DescribeTimeSheetStatsCommand | typeof ListMyTimeSheetsCommand | typeof DescribeTimeSheetCommand | typeof ListTimeSheetsCommand | typeof CreateTimeSheetCommand | typeof DeleteTimeSheetCommand | typeof UpdateTimeSheetCommand | typeof CreateTimeSheetTimeEntryCommand | typeof DeleteTimeSheetTimeEntryCommand | typeof UpdateTimeSheetTimeEntryCommand | typeof StartSOSCommand | typeof StopSOSCommand | typeof DescribeSOSCommand | typeof DescribeIssueCommand | typeof ListIssuesCommand | typeof DeleteIssueCommand | typeof CreateIssueCommand | typeof UpdateIssueCommand | typeof BulkUpdateIssueCommand | typeof DescribeVendorCommand | typeof ListVendorsCommand | typeof DeleteVendorCommand | typeof CreateVendorCommand | typeof UpdateVendorCommand | typeof CreateAutomationCommand | typeof ListAutomationsCommand | typeof DescribeAutomationCommand | typeof UpdateAutomationCommand | typeof DeleteAutomationCommand | typeof CreateDefaultAutomationsCommand | typeof RunAutomationCommand | typeof CreateNotificationCommand | typeof DeleteNotificationCommand | typeof DescribeNotificationCommand | typeof ListNotificationsCommand | typeof UpdateNotificationCommand | typeof SendNotificationCommand | typeof SendSMSCommand | typeof CreateSessionCommand | typeof ListSessionsCommand | typeof DescribeSessionCommand | typeof UpdateSessionCommand | typeof DeleteSessionCommand | typeof SetDevicesCommand | typeof CreateSystemCommand | typeof DeleteSystemCommand | typeof DescribeSystemCommand | typeof ListSystemsCommand | typeof UpdateSystemCommand | typeof CreateServerCommand | typeof DeleteServerCommand | typeof DescribeServerCommand | typeof ListServersCommand | typeof UpdateServerCommand): Request;
286
+ createRequest(config: typeof RefreshTokenCommand | typeof LoginStartCommand | typeof LoginFinishCommand | typeof RequestLoginTokenCommand | typeof LogoutSelfCommand | typeof LogoutUserCommand | typeof StartRegisterPasskeyCommand | typeof FinishRegisterPasskeyCommand | typeof DescribeMyAuthCommand | typeof ValidateAuthCommand | typeof DescribeSelfCommand | typeof DescribeUserCommand | typeof CreateUserCommand | typeof ListUsersCommand | typeof UpdateSelfCommand | typeof UpdateUserCommand | typeof DeleteUserCommand | typeof SendVerificationCodeCommand | typeof CheckVerificationCodeCommand | typeof ListUserSpacesCommand | typeof DescribeMyPasskeyRegistrationsCommand | typeof DeleteUserCredentialCommand | typeof CreatePolicyCommand | typeof ListPoliciesCommand | typeof UpdatePolicyCommand | typeof DeletePolicyCommand | typeof DescribePolicyCommand | typeof ListSpacesCommand | typeof ListRoomsInSpaceCommand | typeof UpdateSpaceCommand | typeof CreateSpaceCommand | typeof DescribeSpaceCommand | typeof DeleteSpaceCommand | typeof CreateRoomInSpaceCommand | typeof CreateCategoryCommand | typeof DeleteCategoryCommand | typeof DescribeCategoryCommand | typeof ListCategoriesCommand | typeof UpdateCategoryCommand | typeof DescribeDepartmentCommand | typeof ListDepartmentsCommand | typeof DeleteDepartmentCommand | typeof CreateDepartmentCommand | typeof UpdateDepartmentCommand | typeof ListRoomsCommand | typeof DescribeRoomCommand | typeof CreateRoomCommand | typeof UpdateRoomCommand | typeof DeleteRoomCommand | typeof CreateAlarmCommand | typeof ListAlarmsCommand | typeof UpdateAlarmCommand | typeof DeleteAlarmCommand | typeof DescribeAlarmCommand | typeof DescribeAlarmConfigCommand | typeof SetAlarmCommand | typeof MoveAlarmCommand | typeof CreateCameraCommand | typeof ListCamerasCommand | typeof UpdateCameraCommand | typeof DeleteCameraCommand | typeof ListCameraStreamPreviewsCommand | typeof DescribeCameraCommand | typeof SetCameraCommand | typeof MoveCameraCommand | typeof DescribeCameraConfigCommand | typeof CreateCourtesyCommand | typeof ListCourtesyCommand | typeof UpdateCourtesyCommand | typeof DeleteCourtesyCommand | typeof DescribeCourtesyCommand | typeof SetCourtesyCommand | typeof MoveCourtesyCommand | typeof CreateDimmerCommand | typeof ListDimmersCommand | typeof UpdateDimmerCommand | typeof DeleteDimmerCommand | typeof DescribeDimmerCommand | typeof SetDimmerCommand | typeof MoveDimmerCommand | typeof CreateLockCommand | typeof ListLocksCommand | typeof UpdateLockCommand | typeof DeleteLockCommand | typeof DescribeLockCommand | typeof SetLockCommand | typeof MoveLockCommand | typeof CreateSwitchCommand | typeof ListSwitchesCommand | typeof UpdateSwitchCommand | typeof DeleteSwitchCommand | typeof DescribeSwitchCommand | typeof SetSwitchCommand | typeof MoveSwitchCommand | typeof CreateMediaSourceCommand | typeof ListMediaSourcesCommand | typeof UpdateMediaSourceCommand | typeof DeleteMediaSourceCommand | typeof DescribeMediaSourceCommand | typeof SetMediaSourceCommand | typeof MoveMediaSourceCommand | typeof CreateThermostatCommand | typeof ListThermostatsCommand | typeof UpdateThermostatCommand | typeof DeleteThermostatCommand | typeof DescribeThermostatCommand | typeof SetThermostatCommand | typeof MoveThermostatCommand | typeof CreateWindowCoveringCommand | typeof ListWindowCoveringsCommand | typeof UpdateWindowCoveringCommand | typeof DeleteWindowCoveringCommand | typeof DescribeWindowCoveringCommand | typeof SetWindowCoveringCommand | typeof MoveWindowCoveringCommand | typeof AutoCloseTicketsCommand | typeof DescribeTicketStatsCommand | typeof CreateTicketCommand | typeof CreateTicketMessageCommand | typeof DeleteTicketCommand | typeof ListTicketLocationsCommand | typeof DescribeTicketFiltersCommand | typeof DescribeTicketCommand | typeof ListTicketsCommand | typeof UpdateMessageReadStatusCommand | typeof UpdateTicketCommand | typeof UpdateTicketStatusCommand | typeof LeaveTicketCommand | typeof ListScenesCommand | typeof SetSceneCommand | typeof SetRoomSceneCommand | typeof CreateDiscoveredDeviceAssociationMapCommand | typeof AutoAssociateDiscoveredDevicesCommand | typeof CreateDiscoveredDeviceCommand | typeof ListDiscoveredDevicesCommand | typeof UpdateDiscoveredDeviceCommand | typeof DeleteDiscoveredDeviceCommand | typeof DescribeDiscoveredDeviceCommand | typeof UpsertDiscoveredDeviceCommand | typeof CreateDiscoveredDeviceAssociationCommand | typeof ListIntegrationsCommand | typeof DescribeMyOrganizationCommand | typeof CreateOrganizationCommand | typeof UpdateOrganizationCommand | typeof DescribeOrganizationCommand | typeof ListOrganizationsCommand | typeof ListPropertiesCommand | typeof ListMyPropertiesCommand | typeof CreatePropertyCommand | typeof UpdatePropertyCommand | typeof DescribePropertyCommand | typeof UpdatePropertySettingsCommand | typeof EmailUserAccountSetupCommand | typeof CreateImageUploadEndpointCommand | typeof DeleteMediaFileCommand | typeof UploadImageCommand | typeof CreateAnnouncementCommand | typeof UpdateAnnouncementCommand | typeof DescribeAnnouncementCommand | typeof DeleteAnnouncementCommand | typeof ListAnnouncementsCommand | typeof DescribeTimeSheetStatsCommand | typeof ListMyTimeSheetsCommand | typeof DescribeTimeSheetCommand | typeof ListTimeSheetsCommand | typeof CreateTimeSheetCommand | typeof DeleteTimeSheetCommand | typeof UpdateTimeSheetCommand | typeof CreateTimeSheetTimeEntryCommand | typeof DeleteTimeSheetTimeEntryCommand | typeof UpdateTimeSheetTimeEntryCommand | typeof StartSOSCommand | typeof StopSOSCommand | typeof DescribeSOSCommand | typeof DescribeIssueCommand | typeof ListIssuesCommand | typeof DeleteIssueCommand | typeof CreateIssueCommand | typeof UpdateIssueCommand | typeof BulkUpdateIssueCommand | typeof DescribeVendorCommand | typeof ListVendorsCommand | typeof DeleteVendorCommand | typeof CreateVendorCommand | typeof UpdateVendorCommand | typeof CreateAutomationCommand | typeof ListAutomationsCommand | typeof DescribeAutomationCommand | typeof UpdateAutomationCommand | typeof DeleteAutomationCommand | typeof CreateDefaultAutomationsCommand | typeof RunAutomationCommand | typeof SendNotificationCommand | typeof SendSMSCommand | typeof CreateSessionCommand | typeof ListSessionsCommand | typeof DescribeSessionCommand | typeof UpdateSessionCommand | typeof DeleteSessionCommand | typeof SetDevicesCommand | typeof CreateSystemCommand | typeof DeleteSystemCommand | typeof DescribeSystemCommand | typeof ListSystemsCommand | typeof UpdateSystemCommand | typeof CreateServerCommand | typeof DeleteServerCommand | typeof DescribeServerCommand | typeof ListServersCommand | typeof UpdateServerCommand): Request;
291
287
  #private;
292
288
  }
293
289
 
@@ -138,6 +138,7 @@ import { DeleteDiscoveredDeviceCommand } from './useCases/deleteDiscoveredDevice
138
138
  import { DescribeDiscoveredDeviceCommand } from './useCases/describeDiscoveredDevice.js';
139
139
  import { UpsertDiscoveredDeviceCommand } from './useCases/upsertDiscoveredDevice.js';
140
140
  import { CreateDiscoveredDeviceAssociationCommand } from './useCases/createDiscoveredDeviceAssociation.js';
141
+ import { ListIntegrationsCommand } from './useCases/listIntegrations.js';
141
142
  import { DescribeMyOrganizationCommand } from './useCases/describeMyOrganization.js';
142
143
  import { CreateOrganizationCommand } from './useCases/createOrganization.js';
143
144
  import { UpdateOrganizationCommand } from './useCases/updateOrganization.js';
@@ -189,11 +190,6 @@ import { UpdateAutomationCommand } from './useCases/updateAutomation.js';
189
190
  import { DeleteAutomationCommand } from './useCases/deleteAutomation.js';
190
191
  import { CreateDefaultAutomationsCommand } from './useCases/createDefaultAutomations.js';
191
192
  import { RunAutomationCommand } from './useCases/runAutomation.js';
192
- import { CreateNotificationCommand } from './useCases/createNotification.js';
193
- import { DeleteNotificationCommand } from './useCases/deleteNotification.js';
194
- import { DescribeNotificationCommand } from './useCases/describeNotification.js';
195
- import { ListNotificationsCommand } from './useCases/listNotifications.js';
196
- import { UpdateNotificationCommand } from './useCases/updateNotification.js';
197
193
  import { SendNotificationCommand } from './useCases/sendNotification.js';
198
194
  import { SendSMSCommand } from './useCases/sendSMS.js';
199
195
  import { CreateSessionCommand } from './useCases/createSession.js';
@@ -233,7 +229,6 @@ declare const index_CreateImageUploadEndpointCommand: typeof CreateImageUploadEn
233
229
  declare const index_CreateIssueCommand: typeof CreateIssueCommand;
234
230
  declare const index_CreateLockCommand: typeof CreateLockCommand;
235
231
  declare const index_CreateMediaSourceCommand: typeof CreateMediaSourceCommand;
236
- declare const index_CreateNotificationCommand: typeof CreateNotificationCommand;
237
232
  declare const index_CreateOrganizationCommand: typeof CreateOrganizationCommand;
238
233
  declare const index_CreatePolicyCommand: typeof CreatePolicyCommand;
239
234
  declare const index_CreatePropertyCommand: typeof CreatePropertyCommand;
@@ -265,7 +260,6 @@ declare const index_DeleteIssueCommand: typeof DeleteIssueCommand;
265
260
  declare const index_DeleteLockCommand: typeof DeleteLockCommand;
266
261
  declare const index_DeleteMediaFileCommand: typeof DeleteMediaFileCommand;
267
262
  declare const index_DeleteMediaSourceCommand: typeof DeleteMediaSourceCommand;
268
- declare const index_DeleteNotificationCommand: typeof DeleteNotificationCommand;
269
263
  declare const index_DeletePolicyCommand: typeof DeletePolicyCommand;
270
264
  declare const index_DeleteRoomCommand: typeof DeleteRoomCommand;
271
265
  declare const index_DeleteServerCommand: typeof DeleteServerCommand;
@@ -298,7 +292,6 @@ declare const index_DescribeMediaSourceCommand: typeof DescribeMediaSourceComman
298
292
  declare const index_DescribeMyAuthCommand: typeof DescribeMyAuthCommand;
299
293
  declare const index_DescribeMyOrganizationCommand: typeof DescribeMyOrganizationCommand;
300
294
  declare const index_DescribeMyPasskeyRegistrationsCommand: typeof DescribeMyPasskeyRegistrationsCommand;
301
- declare const index_DescribeNotificationCommand: typeof DescribeNotificationCommand;
302
295
  declare const index_DescribeOrganizationCommand: typeof DescribeOrganizationCommand;
303
296
  declare const index_DescribePolicyCommand: typeof DescribePolicyCommand;
304
297
  declare const index_DescribePropertyCommand: typeof DescribePropertyCommand;
@@ -332,12 +325,12 @@ declare const index_ListCourtesyCommand: typeof ListCourtesyCommand;
332
325
  declare const index_ListDepartmentsCommand: typeof ListDepartmentsCommand;
333
326
  declare const index_ListDimmersCommand: typeof ListDimmersCommand;
334
327
  declare const index_ListDiscoveredDevicesCommand: typeof ListDiscoveredDevicesCommand;
328
+ declare const index_ListIntegrationsCommand: typeof ListIntegrationsCommand;
335
329
  declare const index_ListIssuesCommand: typeof ListIssuesCommand;
336
330
  declare const index_ListLocksCommand: typeof ListLocksCommand;
337
331
  declare const index_ListMediaSourcesCommand: typeof ListMediaSourcesCommand;
338
332
  declare const index_ListMyPropertiesCommand: typeof ListMyPropertiesCommand;
339
333
  declare const index_ListMyTimeSheetsCommand: typeof ListMyTimeSheetsCommand;
340
- declare const index_ListNotificationsCommand: typeof ListNotificationsCommand;
341
334
  declare const index_ListOrganizationsCommand: typeof ListOrganizationsCommand;
342
335
  declare const index_ListPoliciesCommand: typeof ListPoliciesCommand;
343
336
  declare const index_ListPropertiesCommand: typeof ListPropertiesCommand;
@@ -404,7 +397,6 @@ declare const index_UpdateIssueCommand: typeof UpdateIssueCommand;
404
397
  declare const index_UpdateLockCommand: typeof UpdateLockCommand;
405
398
  declare const index_UpdateMediaSourceCommand: typeof UpdateMediaSourceCommand;
406
399
  declare const index_UpdateMessageReadStatusCommand: typeof UpdateMessageReadStatusCommand;
407
- declare const index_UpdateNotificationCommand: typeof UpdateNotificationCommand;
408
400
  declare const index_UpdateOrganizationCommand: typeof UpdateOrganizationCommand;
409
401
  declare const index_UpdatePolicyCommand: typeof UpdatePolicyCommand;
410
402
  declare const index_UpdatePropertyCommand: typeof UpdatePropertyCommand;
@@ -428,7 +420,7 @@ declare const index_UploadImageCommand: typeof UploadImageCommand;
428
420
  declare const index_UpsertDiscoveredDeviceCommand: typeof UpsertDiscoveredDeviceCommand;
429
421
  declare const index_ValidateAuthCommand: typeof ValidateAuthCommand;
430
422
  declare namespace index {
431
- 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_CreateNotificationCommand as CreateNotificationCommand, 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_DeleteNotificationCommand as DeleteNotificationCommand, 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_DescribeNotificationCommand as DescribeNotificationCommand, 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_ListIssuesCommand as ListIssuesCommand, index_ListLocksCommand as ListLocksCommand, index_ListMediaSourcesCommand as ListMediaSourcesCommand, index_ListMyPropertiesCommand as ListMyPropertiesCommand, index_ListMyTimeSheetsCommand as ListMyTimeSheetsCommand, index_ListNotificationsCommand as ListNotificationsCommand, 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_UpdateNotificationCommand as UpdateNotificationCommand, 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 };
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 };
432
424
  }
433
425
 
434
426
  export { index as i };
@@ -4,7 +4,7 @@ export { i as Commands } from './index-PDa8BHjL.js';
4
4
  export { i as Errors } from './index-7k9xaBaL.js';
5
5
  export { i as Events } from './index-B1__8mca.js';
6
6
  export { i as Models } from './index-ftTUK_gn.js';
7
- export { i as UseCases } from './index-CY1L0nkI.js';
7
+ export { i as UseCases } from './index-GPnaIdEY.js';
8
8
  import 'node:buffer';
9
9
  import './useCases/loginStart.js';
10
10
  import './useCases/refreshToken.js';
@@ -146,6 +146,7 @@ import './useCases/deleteDiscoveredDevice.js';
146
146
  import './useCases/describeDiscoveredDevice.js';
147
147
  import './useCases/upsertDiscoveredDevice.js';
148
148
  import './useCases/createDiscoveredDeviceAssociation.js';
149
+ import './useCases/listIntegrations.js';
149
150
  import './useCases/describeMyOrganization.js';
150
151
  import './useCases/createOrganization.js';
151
152
  import './useCases/updateOrganization.js';
@@ -197,11 +198,6 @@ import './useCases/updateAutomation.js';
197
198
  import './useCases/deleteAutomation.js';
198
199
  import './useCases/createDefaultAutomations.js';
199
200
  import './useCases/runAutomation.js';
200
- import './useCases/createNotification.js';
201
- import './useCases/deleteNotification.js';
202
- import './useCases/describeNotification.js';
203
- import './useCases/listNotifications.js';
204
- import './useCases/updateNotification.js';
205
201
  import './useCases/sendNotification.js';
206
202
  import './useCases/sendSMS.js';
207
203
  import './useCases/createSession.js';
@@ -138,6 +138,7 @@ export { DeleteDiscoveredDeviceCommand } from './deleteDiscoveredDevice.js';
138
138
  export { DescribeDiscoveredDeviceCommand } from './describeDiscoveredDevice.js';
139
139
  export { UpsertDiscoveredDeviceCommand } from './upsertDiscoveredDevice.js';
140
140
  export { CreateDiscoveredDeviceAssociationCommand } from './createDiscoveredDeviceAssociation.js';
141
+ export { ListIntegrationsCommand } from './listIntegrations.js';
141
142
  export { DescribeMyOrganizationCommand } from './describeMyOrganization.js';
142
143
  export { CreateOrganizationCommand } from './createOrganization.js';
143
144
  export { UpdateOrganizationCommand } from './updateOrganization.js';
@@ -189,11 +190,6 @@ export { UpdateAutomationCommand } from './updateAutomation.js';
189
190
  export { DeleteAutomationCommand } from './deleteAutomation.js';
190
191
  export { CreateDefaultAutomationsCommand } from './createDefaultAutomations.js';
191
192
  export { RunAutomationCommand } from './runAutomation.js';
192
- export { CreateNotificationCommand } from './createNotification.js';
193
- export { DeleteNotificationCommand } from './deleteNotification.js';
194
- export { DescribeNotificationCommand } from './describeNotification.js';
195
- export { ListNotificationsCommand } from './listNotifications.js';
196
- export { UpdateNotificationCommand } from './updateNotification.js';
197
193
  export { SendNotificationCommand } from './sendNotification.js';
198
194
  export { SendSMSCommand } from './sendSMS.js';
199
195
  export { CreateSessionCommand } from './createSession.js';
@@ -138,6 +138,7 @@ import { DeleteDiscoveredDeviceCommand } from "./deleteDiscoveredDevice.js";
138
138
  import { DescribeDiscoveredDeviceCommand } from "./describeDiscoveredDevice.js";
139
139
  import { UpsertDiscoveredDeviceCommand } from "./upsertDiscoveredDevice.js";
140
140
  import { CreateDiscoveredDeviceAssociationCommand } from "./createDiscoveredDeviceAssociation.js";
141
+ import { ListIntegrationsCommand } from "./listIntegrations.js";
141
142
  import { DescribeMyOrganizationCommand } from "./describeMyOrganization.js";
142
143
  import { CreateOrganizationCommand } from "./createOrganization.js";
143
144
  import { UpdateOrganizationCommand } from "./updateOrganization.js";
@@ -189,11 +190,6 @@ import { UpdateAutomationCommand } from "./updateAutomation.js";
189
190
  import { DeleteAutomationCommand } from "./deleteAutomation.js";
190
191
  import { CreateDefaultAutomationsCommand } from "./createDefaultAutomations.js";
191
192
  import { RunAutomationCommand } from "./runAutomation.js";
192
- import { CreateNotificationCommand } from "./createNotification.js";
193
- import { DeleteNotificationCommand } from "./deleteNotification.js";
194
- import { DescribeNotificationCommand } from "./describeNotification.js";
195
- import { ListNotificationsCommand } from "./listNotifications.js";
196
- import { UpdateNotificationCommand } from "./updateNotification.js";
197
193
  import { SendNotificationCommand } from "./sendNotification.js";
198
194
  import { SendSMSCommand } from "./sendSMS.js";
199
195
  import { CreateSessionCommand } from "./createSession.js";
@@ -233,7 +229,6 @@ export {
233
229
  CreateIssueCommand,
234
230
  CreateLockCommand,
235
231
  CreateMediaSourceCommand,
236
- CreateNotificationCommand,
237
232
  CreateOrganizationCommand,
238
233
  CreatePolicyCommand,
239
234
  CreatePropertyCommand,
@@ -265,7 +260,6 @@ export {
265
260
  DeleteLockCommand,
266
261
  DeleteMediaFileCommand,
267
262
  DeleteMediaSourceCommand,
268
- DeleteNotificationCommand,
269
263
  DeletePolicyCommand,
270
264
  DeleteRoomCommand,
271
265
  DeleteServerCommand,
@@ -298,7 +292,6 @@ export {
298
292
  DescribeMyAuthCommand,
299
293
  DescribeMyOrganizationCommand,
300
294
  DescribeMyPasskeyRegistrationsCommand,
301
- DescribeNotificationCommand,
302
295
  DescribeOrganizationCommand,
303
296
  DescribePolicyCommand,
304
297
  DescribePropertyCommand,
@@ -332,12 +325,12 @@ export {
332
325
  ListDepartmentsCommand,
333
326
  ListDimmersCommand,
334
327
  ListDiscoveredDevicesCommand,
328
+ ListIntegrationsCommand,
335
329
  ListIssuesCommand,
336
330
  ListLocksCommand,
337
331
  ListMediaSourcesCommand,
338
332
  ListMyPropertiesCommand,
339
333
  ListMyTimeSheetsCommand,
340
- ListNotificationsCommand,
341
334
  ListOrganizationsCommand,
342
335
  ListPoliciesCommand,
343
336
  ListPropertiesCommand,
@@ -404,7 +397,6 @@ export {
404
397
  UpdateLockCommand,
405
398
  UpdateMediaSourceCommand,
406
399
  UpdateMessageReadStatusCommand,
407
- UpdateNotificationCommand,
408
400
  UpdateOrganizationCommand,
409
401
  UpdatePolicyCommand,
410
402
  UpdatePropertyCommand,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../.generated/useCases/index.ts"],"sourcesContent":["/* This file is automatically generated. Do not modify it manually. */\n\nexport { LoginStartCommand } from \"./loginStart.js\";\nexport { RefreshTokenCommand } from \"./refreshToken.js\";\nexport { LoginFinishCommand } from \"./loginFinish.js\";\nexport { RequestLoginTokenCommand } from \"./requestLoginToken.js\";\nexport { LogoutSelfCommand } from \"./logoutSelf.js\";\nexport { LogoutUserCommand } from \"./logoutUser.js\";\nexport { StartRegisterPasskeyCommand } from \"./startRegisterPasskey.js\";\nexport { FinishRegisterPasskeyCommand } from \"./finishRegisterPasskey.js\";\nexport { DescribeMyAuthCommand } from \"./describeMyAuth.js\";\nexport { ValidateAuthCommand } from \"./validateAuth.js\";\nexport { DescribeSelfCommand } from \"./describeSelf.js\";\nexport { DescribeUserCommand } from \"./describeUser.js\";\nexport { CreateUserCommand } from \"./createUser.js\";\nexport { ListUsersCommand } from \"./listUsers.js\";\nexport { UpdateSelfCommand } from \"./updateSelf.js\";\nexport { UpdateUserCommand } from \"./updateUser.js\";\nexport { DeleteUserCommand } from \"./deleteUser.js\";\nexport { SendVerificationCodeCommand } from \"./sendVerificationCode.js\";\nexport { CheckVerificationCodeCommand } from \"./checkVerificationCode.js\";\nexport { ListUserSpacesCommand } from \"./listUserSpaces.js\";\nexport { DescribeMyPasskeyRegistrationsCommand } from \"./describeMyPasskeyRegistrations.js\";\nexport { DeleteUserCredentialCommand } from \"./deleteUserCredential.js\";\nexport { CreatePolicyCommand } from \"./createPolicy.js\";\nexport { ListPoliciesCommand } from \"./listPolicies.js\";\nexport { UpdatePolicyCommand } from \"./updatePolicy.js\";\nexport { DeletePolicyCommand } from \"./deletePolicy.js\";\nexport { DescribePolicyCommand } from \"./describePolicy.js\";\nexport { ListSpacesCommand } from \"./listSpaces.js\";\nexport { ListRoomsInSpaceCommand } from \"./listRoomsInSpace.js\";\nexport { UpdateSpaceCommand } from \"./updateSpace.js\";\nexport { CreateSpaceCommand } from \"./createSpace.js\";\nexport { DescribeSpaceCommand } from \"./describeSpace.js\";\nexport { DeleteSpaceCommand } from \"./deleteSpace.js\";\nexport { CreateRoomInSpaceCommand } from \"./createRoomInSpace.js\";\nexport { CreateCategoryCommand } from \"./createCategory.js\";\nexport { DeleteCategoryCommand } from \"./deleteCategory.js\";\nexport { DescribeCategoryCommand } from \"./describeCategory.js\";\nexport { ListCategoriesCommand } from \"./listCategories.js\";\nexport { UpdateCategoryCommand } from \"./updateCategory.js\";\nexport { DescribeDepartmentCommand } from \"./describeDepartment.js\";\nexport { ListDepartmentsCommand } from \"./listDepartments.js\";\nexport { DeleteDepartmentCommand } from \"./deleteDepartment.js\";\nexport { CreateDepartmentCommand } from \"./createDepartment.js\";\nexport { UpdateDepartmentCommand } from \"./updateDepartment.js\";\nexport { ListRoomsCommand } from \"./listRooms.js\";\nexport { DescribeRoomCommand } from \"./describeRoom.js\";\nexport { CreateRoomCommand } from \"./createRoom.js\";\nexport { UpdateRoomCommand } from \"./updateRoom.js\";\nexport { DeleteRoomCommand } from \"./deleteRoom.js\";\nexport { CreateAlarmCommand } from \"./createAlarm.js\";\nexport { ListAlarmsCommand } from \"./listAlarms.js\";\nexport { UpdateAlarmCommand } from \"./updateAlarm.js\";\nexport { DeleteAlarmCommand } from \"./deleteAlarm.js\";\nexport { DescribeAlarmCommand } from \"./describeAlarm.js\";\nexport { DescribeAlarmConfigCommand } from \"./describeAlarmConfig.js\";\nexport { SetAlarmCommand } from \"./setAlarm.js\";\nexport { MoveAlarmCommand } from \"./moveAlarm.js\";\nexport { CreateCameraCommand } from \"./createCamera.js\";\nexport { ListCamerasCommand } from \"./listCameras.js\";\nexport { UpdateCameraCommand } from \"./updateCamera.js\";\nexport { DeleteCameraCommand } from \"./deleteCamera.js\";\nexport { ListCameraStreamPreviewsCommand } from \"./listCameraStreamPreviews.js\";\nexport { DescribeCameraCommand } from \"./describeCamera.js\";\nexport { SetCameraCommand } from \"./setCamera.js\";\nexport { MoveCameraCommand } from \"./moveCamera.js\";\nexport { DescribeCameraConfigCommand } from \"./describeCameraConfig.js\";\nexport { CreateCourtesyCommand } from \"./createCourtesy.js\";\nexport { ListCourtesyCommand } from \"./listCourtesy.js\";\nexport { UpdateCourtesyCommand } from \"./updateCourtesy.js\";\nexport { DeleteCourtesyCommand } from \"./deleteCourtesy.js\";\nexport { DescribeCourtesyCommand } from \"./describeCourtesy.js\";\nexport { SetCourtesyCommand } from \"./setCourtesy.js\";\nexport { MoveCourtesyCommand } from \"./moveCourtesy.js\";\nexport { CreateDimmerCommand } from \"./createDimmer.js\";\nexport { ListDimmersCommand } from \"./listDimmers.js\";\nexport { UpdateDimmerCommand } from \"./updateDimmer.js\";\nexport { DeleteDimmerCommand } from \"./deleteDimmer.js\";\nexport { DescribeDimmerCommand } from \"./describeDimmer.js\";\nexport { SetDimmerCommand } from \"./setDimmer.js\";\nexport { MoveDimmerCommand } from \"./moveDimmer.js\";\nexport { CreateLockCommand } from \"./createLock.js\";\nexport { ListLocksCommand } from \"./listLocks.js\";\nexport { UpdateLockCommand } from \"./updateLock.js\";\nexport { DeleteLockCommand } from \"./deleteLock.js\";\nexport { DescribeLockCommand } from \"./describeLock.js\";\nexport { SetLockCommand } from \"./setLock.js\";\nexport { MoveLockCommand } from \"./moveLock.js\";\nexport { CreateSwitchCommand } from \"./createSwitch.js\";\nexport { ListSwitchesCommand } from \"./listSwitches.js\";\nexport { UpdateSwitchCommand } from \"./updateSwitch.js\";\nexport { DeleteSwitchCommand } from \"./deleteSwitch.js\";\nexport { DescribeSwitchCommand } from \"./describeSwitch.js\";\nexport { SetSwitchCommand } from \"./setSwitch.js\";\nexport { MoveSwitchCommand } from \"./moveSwitch.js\";\nexport { CreateMediaSourceCommand } from \"./createMediaSource.js\";\nexport { ListMediaSourcesCommand } from \"./listMediaSources.js\";\nexport { UpdateMediaSourceCommand } from \"./updateMediaSource.js\";\nexport { DeleteMediaSourceCommand } from \"./deleteMediaSource.js\";\nexport { DescribeMediaSourceCommand } from \"./describeMediaSource.js\";\nexport { SetMediaSourceCommand } from \"./setMediaSource.js\";\nexport { MoveMediaSourceCommand } from \"./moveMediaSource.js\";\nexport { CreateThermostatCommand } from \"./createThermostat.js\";\nexport { ListThermostatsCommand } from \"./listThermostats.js\";\nexport { UpdateThermostatCommand } from \"./updateThermostat.js\";\nexport { DeleteThermostatCommand } from \"./deleteThermostat.js\";\nexport { DescribeThermostatCommand } from \"./describeThermostat.js\";\nexport { SetThermostatCommand } from \"./setThermostat.js\";\nexport { MoveThermostatCommand } from \"./moveThermostat.js\";\nexport { CreateWindowCoveringCommand } from \"./createWindowCovering.js\";\nexport { ListWindowCoveringsCommand } from \"./listWindowCoverings.js\";\nexport { UpdateWindowCoveringCommand } from \"./updateWindowCovering.js\";\nexport { DeleteWindowCoveringCommand } from \"./deleteWindowCovering.js\";\nexport { DescribeWindowCoveringCommand } from \"./describeWindowCovering.js\";\nexport { SetWindowCoveringCommand } from \"./setWindowCovering.js\";\nexport { MoveWindowCoveringCommand } from \"./moveWindowCovering.js\";\nexport { AutoCloseTicketsCommand } from \"./autoCloseTickets.js\";\nexport { DescribeTicketStatsCommand } from \"./describeTicketStats.js\";\nexport { CreateTicketCommand } from \"./createTicket.js\";\nexport { CreateTicketMessageCommand } from \"./createTicketMessage.js\";\nexport { DeleteTicketCommand } from \"./deleteTicket.js\";\nexport { ListTicketLocationsCommand } from \"./listTicketLocations.js\";\nexport { DescribeTicketFiltersCommand } from \"./describeTicketFilters.js\";\nexport { DescribeTicketCommand } from \"./describeTicket.js\";\nexport { ListTicketsCommand } from \"./listTickets.js\";\nexport { UpdateMessageReadStatusCommand } from \"./updateMessageReadStatus.js\";\nexport { UpdateTicketCommand } from \"./updateTicket.js\";\nexport { UpdateTicketStatusCommand } from \"./updateTicketStatus.js\";\nexport { LeaveTicketCommand } from \"./leaveTicket.js\";\nexport { ListScenesCommand } from \"./listScenes.js\";\nexport { SetSceneCommand } from \"./setScene.js\";\nexport { SetRoomSceneCommand } from \"./setRoomScene.js\";\nexport { CreateDiscoveredDeviceAssociationMapCommand } from \"./createDiscoveredDeviceAssociationMap.js\";\nexport { AutoAssociateDiscoveredDevicesCommand } from \"./autoAssociateDiscoveredDevices.js\";\nexport { CreateDiscoveredDeviceCommand } from \"./createDiscoveredDevice.js\";\nexport { ListDiscoveredDevicesCommand } from \"./listDiscoveredDevices.js\";\nexport { UpdateDiscoveredDeviceCommand } from \"./updateDiscoveredDevice.js\";\nexport { DeleteDiscoveredDeviceCommand } from \"./deleteDiscoveredDevice.js\";\nexport { DescribeDiscoveredDeviceCommand } from \"./describeDiscoveredDevice.js\";\nexport { UpsertDiscoveredDeviceCommand } from \"./upsertDiscoveredDevice.js\";\nexport { CreateDiscoveredDeviceAssociationCommand } from \"./createDiscoveredDeviceAssociation.js\";\nexport { DescribeMyOrganizationCommand } from \"./describeMyOrganization.js\";\nexport { CreateOrganizationCommand } from \"./createOrganization.js\";\nexport { UpdateOrganizationCommand } from \"./updateOrganization.js\";\nexport { DescribeOrganizationCommand } from \"./describeOrganization.js\";\nexport { ListOrganizationsCommand } from \"./listOrganizations.js\";\nexport { ListPropertiesCommand } from \"./listProperties.js\";\nexport { ListMyPropertiesCommand } from \"./listMyProperties.js\";\nexport { CreatePropertyCommand } from \"./createProperty.js\";\nexport { UpdatePropertyCommand } from \"./updateProperty.js\";\nexport { DescribePropertyCommand } from \"./describeProperty.js\";\nexport { UpdatePropertySettingsCommand } from \"./updatePropertySettings.js\";\nexport { EmailUserAccountSetupCommand } from \"./emailUserAccountSetup.js\";\nexport { CreateImageUploadEndpointCommand } from \"./createImageUploadEndpoint.js\";\nexport { DeleteMediaFileCommand } from \"./deleteMediaFile.js\";\nexport { UploadImageCommand } from \"./uploadImage.js\";\nexport { CreateAnnouncementCommand } from \"./createAnnouncement.js\";\nexport { UpdateAnnouncementCommand } from \"./updateAnnouncement.js\";\nexport { DescribeAnnouncementCommand } from \"./describeAnnouncement.js\";\nexport { DeleteAnnouncementCommand } from \"./deleteAnnouncement.js\";\nexport { ListAnnouncementsCommand } from \"./listAnnouncements.js\";\nexport { DescribeTimeSheetStatsCommand } from \"./describeTimeSheetStats.js\";\nexport { ListMyTimeSheetsCommand } from \"./listMyTimeSheets.js\";\nexport { DescribeTimeSheetCommand } from \"./describeTimeSheet.js\";\nexport { ListTimeSheetsCommand } from \"./listTimeSheets.js\";\nexport { CreateTimeSheetCommand } from \"./createTimeSheet.js\";\nexport { DeleteTimeSheetCommand } from \"./deleteTimeSheet.js\";\nexport { UpdateTimeSheetCommand } from \"./updateTimeSheet.js\";\nexport { CreateTimeSheetTimeEntryCommand } from \"./createTimeSheetTimeEntry.js\";\nexport { DeleteTimeSheetTimeEntryCommand } from \"./deleteTimeSheetTimeEntry.js\";\nexport { UpdateTimeSheetTimeEntryCommand } from \"./updateTimeSheetTimeEntry.js\";\nexport { StartSOSCommand } from \"./startSOS.js\";\nexport { StopSOSCommand } from \"./stopSOS.js\";\nexport { DescribeSOSCommand } from \"./describeSOS.js\";\nexport { DescribeIssueCommand } from \"./describeIssue.js\";\nexport { ListIssuesCommand } from \"./listIssues.js\";\nexport { DeleteIssueCommand } from \"./deleteIssue.js\";\nexport { CreateIssueCommand } from \"./createIssue.js\";\nexport { UpdateIssueCommand } from \"./updateIssue.js\";\nexport { BulkUpdateIssueCommand } from \"./bulkUpdateIssue.js\";\nexport { DescribeVendorCommand } from \"./describeVendor.js\";\nexport { ListVendorsCommand } from \"./listVendors.js\";\nexport { DeleteVendorCommand } from \"./deleteVendor.js\";\nexport { CreateVendorCommand } from \"./createVendor.js\";\nexport { UpdateVendorCommand } from \"./updateVendor.js\";\nexport { CreateAutomationCommand } from \"./createAutomation.js\";\nexport { ListAutomationsCommand } from \"./listAutomations.js\";\nexport { DescribeAutomationCommand } from \"./describeAutomation.js\";\nexport { UpdateAutomationCommand } from \"./updateAutomation.js\";\nexport { DeleteAutomationCommand } from \"./deleteAutomation.js\";\nexport { CreateDefaultAutomationsCommand } from \"./createDefaultAutomations.js\";\nexport { RunAutomationCommand } from \"./runAutomation.js\";\nexport { CreateNotificationCommand } from \"./createNotification.js\";\nexport { DeleteNotificationCommand } from \"./deleteNotification.js\";\nexport { DescribeNotificationCommand } from \"./describeNotification.js\";\nexport { ListNotificationsCommand } from \"./listNotifications.js\";\nexport { UpdateNotificationCommand } from \"./updateNotification.js\";\nexport { SendNotificationCommand } from \"./sendNotification.js\";\nexport { SendSMSCommand } from \"./sendSMS.js\";\nexport { CreateSessionCommand } from \"./createSession.js\";\nexport { ListSessionsCommand } from \"./listSessions.js\";\nexport { DescribeSessionCommand } from \"./describeSession.js\";\nexport { UpdateSessionCommand } from \"./updateSession.js\";\nexport { DeleteSessionCommand } from \"./deleteSession.js\";\nexport { SetDevicesCommand } from \"./setDevices.js\";\nexport { CreateSystemCommand } from \"./createSystem.js\";\nexport { DeleteSystemCommand } from \"./deleteSystem.js\";\nexport { DescribeSystemCommand } from \"./describeSystem.js\";\nexport { ListSystemsCommand } from \"./listSystems.js\";\nexport { UpdateSystemCommand } from \"./updateSystem.js\";\nexport { CreateServerCommand } from \"./createServer.js\";\nexport { DeleteServerCommand } from \"./deleteServer.js\";\nexport { DescribeServerCommand } from \"./describeServer.js\";\nexport { ListServersCommand } from \"./listServers.js\";\nexport { UpdateServerCommand } from \"./updateServer.js\";\n"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../../../.generated/useCases/index.ts"],"sourcesContent":["/* This file is automatically generated. Do not modify it manually. */\n\nexport { LoginStartCommand } from \"./loginStart.js\";\nexport { RefreshTokenCommand } from \"./refreshToken.js\";\nexport { LoginFinishCommand } from \"./loginFinish.js\";\nexport { RequestLoginTokenCommand } from \"./requestLoginToken.js\";\nexport { LogoutSelfCommand } from \"./logoutSelf.js\";\nexport { LogoutUserCommand } from \"./logoutUser.js\";\nexport { StartRegisterPasskeyCommand } from \"./startRegisterPasskey.js\";\nexport { FinishRegisterPasskeyCommand } from \"./finishRegisterPasskey.js\";\nexport { DescribeMyAuthCommand } from \"./describeMyAuth.js\";\nexport { ValidateAuthCommand } from \"./validateAuth.js\";\nexport { DescribeSelfCommand } from \"./describeSelf.js\";\nexport { DescribeUserCommand } from \"./describeUser.js\";\nexport { CreateUserCommand } from \"./createUser.js\";\nexport { ListUsersCommand } from \"./listUsers.js\";\nexport { UpdateSelfCommand } from \"./updateSelf.js\";\nexport { UpdateUserCommand } from \"./updateUser.js\";\nexport { DeleteUserCommand } from \"./deleteUser.js\";\nexport { SendVerificationCodeCommand } from \"./sendVerificationCode.js\";\nexport { CheckVerificationCodeCommand } from \"./checkVerificationCode.js\";\nexport { ListUserSpacesCommand } from \"./listUserSpaces.js\";\nexport { DescribeMyPasskeyRegistrationsCommand } from \"./describeMyPasskeyRegistrations.js\";\nexport { DeleteUserCredentialCommand } from \"./deleteUserCredential.js\";\nexport { CreatePolicyCommand } from \"./createPolicy.js\";\nexport { ListPoliciesCommand } from \"./listPolicies.js\";\nexport { UpdatePolicyCommand } from \"./updatePolicy.js\";\nexport { DeletePolicyCommand } from \"./deletePolicy.js\";\nexport { DescribePolicyCommand } from \"./describePolicy.js\";\nexport { ListSpacesCommand } from \"./listSpaces.js\";\nexport { ListRoomsInSpaceCommand } from \"./listRoomsInSpace.js\";\nexport { UpdateSpaceCommand } from \"./updateSpace.js\";\nexport { CreateSpaceCommand } from \"./createSpace.js\";\nexport { DescribeSpaceCommand } from \"./describeSpace.js\";\nexport { DeleteSpaceCommand } from \"./deleteSpace.js\";\nexport { CreateRoomInSpaceCommand } from \"./createRoomInSpace.js\";\nexport { CreateCategoryCommand } from \"./createCategory.js\";\nexport { DeleteCategoryCommand } from \"./deleteCategory.js\";\nexport { DescribeCategoryCommand } from \"./describeCategory.js\";\nexport { ListCategoriesCommand } from \"./listCategories.js\";\nexport { UpdateCategoryCommand } from \"./updateCategory.js\";\nexport { DescribeDepartmentCommand } from \"./describeDepartment.js\";\nexport { ListDepartmentsCommand } from \"./listDepartments.js\";\nexport { DeleteDepartmentCommand } from \"./deleteDepartment.js\";\nexport { CreateDepartmentCommand } from \"./createDepartment.js\";\nexport { UpdateDepartmentCommand } from \"./updateDepartment.js\";\nexport { ListRoomsCommand } from \"./listRooms.js\";\nexport { DescribeRoomCommand } from \"./describeRoom.js\";\nexport { CreateRoomCommand } from \"./createRoom.js\";\nexport { UpdateRoomCommand } from \"./updateRoom.js\";\nexport { DeleteRoomCommand } from \"./deleteRoom.js\";\nexport { CreateAlarmCommand } from \"./createAlarm.js\";\nexport { ListAlarmsCommand } from \"./listAlarms.js\";\nexport { UpdateAlarmCommand } from \"./updateAlarm.js\";\nexport { DeleteAlarmCommand } from \"./deleteAlarm.js\";\nexport { DescribeAlarmCommand } from \"./describeAlarm.js\";\nexport { DescribeAlarmConfigCommand } from \"./describeAlarmConfig.js\";\nexport { SetAlarmCommand } from \"./setAlarm.js\";\nexport { MoveAlarmCommand } from \"./moveAlarm.js\";\nexport { CreateCameraCommand } from \"./createCamera.js\";\nexport { ListCamerasCommand } from \"./listCameras.js\";\nexport { UpdateCameraCommand } from \"./updateCamera.js\";\nexport { DeleteCameraCommand } from \"./deleteCamera.js\";\nexport { ListCameraStreamPreviewsCommand } from \"./listCameraStreamPreviews.js\";\nexport { DescribeCameraCommand } from \"./describeCamera.js\";\nexport { SetCameraCommand } from \"./setCamera.js\";\nexport { MoveCameraCommand } from \"./moveCamera.js\";\nexport { DescribeCameraConfigCommand } from \"./describeCameraConfig.js\";\nexport { CreateCourtesyCommand } from \"./createCourtesy.js\";\nexport { ListCourtesyCommand } from \"./listCourtesy.js\";\nexport { UpdateCourtesyCommand } from \"./updateCourtesy.js\";\nexport { DeleteCourtesyCommand } from \"./deleteCourtesy.js\";\nexport { DescribeCourtesyCommand } from \"./describeCourtesy.js\";\nexport { SetCourtesyCommand } from \"./setCourtesy.js\";\nexport { MoveCourtesyCommand } from \"./moveCourtesy.js\";\nexport { CreateDimmerCommand } from \"./createDimmer.js\";\nexport { ListDimmersCommand } from \"./listDimmers.js\";\nexport { UpdateDimmerCommand } from \"./updateDimmer.js\";\nexport { DeleteDimmerCommand } from \"./deleteDimmer.js\";\nexport { DescribeDimmerCommand } from \"./describeDimmer.js\";\nexport { SetDimmerCommand } from \"./setDimmer.js\";\nexport { MoveDimmerCommand } from \"./moveDimmer.js\";\nexport { CreateLockCommand } from \"./createLock.js\";\nexport { ListLocksCommand } from \"./listLocks.js\";\nexport { UpdateLockCommand } from \"./updateLock.js\";\nexport { DeleteLockCommand } from \"./deleteLock.js\";\nexport { DescribeLockCommand } from \"./describeLock.js\";\nexport { SetLockCommand } from \"./setLock.js\";\nexport { MoveLockCommand } from \"./moveLock.js\";\nexport { CreateSwitchCommand } from \"./createSwitch.js\";\nexport { ListSwitchesCommand } from \"./listSwitches.js\";\nexport { UpdateSwitchCommand } from \"./updateSwitch.js\";\nexport { DeleteSwitchCommand } from \"./deleteSwitch.js\";\nexport { DescribeSwitchCommand } from \"./describeSwitch.js\";\nexport { SetSwitchCommand } from \"./setSwitch.js\";\nexport { MoveSwitchCommand } from \"./moveSwitch.js\";\nexport { CreateMediaSourceCommand } from \"./createMediaSource.js\";\nexport { ListMediaSourcesCommand } from \"./listMediaSources.js\";\nexport { UpdateMediaSourceCommand } from \"./updateMediaSource.js\";\nexport { DeleteMediaSourceCommand } from \"./deleteMediaSource.js\";\nexport { DescribeMediaSourceCommand } from \"./describeMediaSource.js\";\nexport { SetMediaSourceCommand } from \"./setMediaSource.js\";\nexport { MoveMediaSourceCommand } from \"./moveMediaSource.js\";\nexport { CreateThermostatCommand } from \"./createThermostat.js\";\nexport { ListThermostatsCommand } from \"./listThermostats.js\";\nexport { UpdateThermostatCommand } from \"./updateThermostat.js\";\nexport { DeleteThermostatCommand } from \"./deleteThermostat.js\";\nexport { DescribeThermostatCommand } from \"./describeThermostat.js\";\nexport { SetThermostatCommand } from \"./setThermostat.js\";\nexport { MoveThermostatCommand } from \"./moveThermostat.js\";\nexport { CreateWindowCoveringCommand } from \"./createWindowCovering.js\";\nexport { ListWindowCoveringsCommand } from \"./listWindowCoverings.js\";\nexport { UpdateWindowCoveringCommand } from \"./updateWindowCovering.js\";\nexport { DeleteWindowCoveringCommand } from \"./deleteWindowCovering.js\";\nexport { DescribeWindowCoveringCommand } from \"./describeWindowCovering.js\";\nexport { SetWindowCoveringCommand } from \"./setWindowCovering.js\";\nexport { MoveWindowCoveringCommand } from \"./moveWindowCovering.js\";\nexport { AutoCloseTicketsCommand } from \"./autoCloseTickets.js\";\nexport { DescribeTicketStatsCommand } from \"./describeTicketStats.js\";\nexport { CreateTicketCommand } from \"./createTicket.js\";\nexport { CreateTicketMessageCommand } from \"./createTicketMessage.js\";\nexport { DeleteTicketCommand } from \"./deleteTicket.js\";\nexport { ListTicketLocationsCommand } from \"./listTicketLocations.js\";\nexport { DescribeTicketFiltersCommand } from \"./describeTicketFilters.js\";\nexport { DescribeTicketCommand } from \"./describeTicket.js\";\nexport { ListTicketsCommand } from \"./listTickets.js\";\nexport { UpdateMessageReadStatusCommand } from \"./updateMessageReadStatus.js\";\nexport { UpdateTicketCommand } from \"./updateTicket.js\";\nexport { UpdateTicketStatusCommand } from \"./updateTicketStatus.js\";\nexport { LeaveTicketCommand } from \"./leaveTicket.js\";\nexport { ListScenesCommand } from \"./listScenes.js\";\nexport { SetSceneCommand } from \"./setScene.js\";\nexport { SetRoomSceneCommand } from \"./setRoomScene.js\";\nexport { CreateDiscoveredDeviceAssociationMapCommand } from \"./createDiscoveredDeviceAssociationMap.js\";\nexport { AutoAssociateDiscoveredDevicesCommand } from \"./autoAssociateDiscoveredDevices.js\";\nexport { CreateDiscoveredDeviceCommand } from \"./createDiscoveredDevice.js\";\nexport { ListDiscoveredDevicesCommand } from \"./listDiscoveredDevices.js\";\nexport { UpdateDiscoveredDeviceCommand } from \"./updateDiscoveredDevice.js\";\nexport { DeleteDiscoveredDeviceCommand } from \"./deleteDiscoveredDevice.js\";\nexport { DescribeDiscoveredDeviceCommand } from \"./describeDiscoveredDevice.js\";\nexport { UpsertDiscoveredDeviceCommand } from \"./upsertDiscoveredDevice.js\";\nexport { CreateDiscoveredDeviceAssociationCommand } from \"./createDiscoveredDeviceAssociation.js\";\nexport { ListIntegrationsCommand } from \"./listIntegrations.js\";\nexport { DescribeMyOrganizationCommand } from \"./describeMyOrganization.js\";\nexport { CreateOrganizationCommand } from \"./createOrganization.js\";\nexport { UpdateOrganizationCommand } from \"./updateOrganization.js\";\nexport { DescribeOrganizationCommand } from \"./describeOrganization.js\";\nexport { ListOrganizationsCommand } from \"./listOrganizations.js\";\nexport { ListPropertiesCommand } from \"./listProperties.js\";\nexport { ListMyPropertiesCommand } from \"./listMyProperties.js\";\nexport { CreatePropertyCommand } from \"./createProperty.js\";\nexport { UpdatePropertyCommand } from \"./updateProperty.js\";\nexport { DescribePropertyCommand } from \"./describeProperty.js\";\nexport { UpdatePropertySettingsCommand } from \"./updatePropertySettings.js\";\nexport { EmailUserAccountSetupCommand } from \"./emailUserAccountSetup.js\";\nexport { CreateImageUploadEndpointCommand } from \"./createImageUploadEndpoint.js\";\nexport { DeleteMediaFileCommand } from \"./deleteMediaFile.js\";\nexport { UploadImageCommand } from \"./uploadImage.js\";\nexport { CreateAnnouncementCommand } from \"./createAnnouncement.js\";\nexport { UpdateAnnouncementCommand } from \"./updateAnnouncement.js\";\nexport { DescribeAnnouncementCommand } from \"./describeAnnouncement.js\";\nexport { DeleteAnnouncementCommand } from \"./deleteAnnouncement.js\";\nexport { ListAnnouncementsCommand } from \"./listAnnouncements.js\";\nexport { DescribeTimeSheetStatsCommand } from \"./describeTimeSheetStats.js\";\nexport { ListMyTimeSheetsCommand } from \"./listMyTimeSheets.js\";\nexport { DescribeTimeSheetCommand } from \"./describeTimeSheet.js\";\nexport { ListTimeSheetsCommand } from \"./listTimeSheets.js\";\nexport { CreateTimeSheetCommand } from \"./createTimeSheet.js\";\nexport { DeleteTimeSheetCommand } from \"./deleteTimeSheet.js\";\nexport { UpdateTimeSheetCommand } from \"./updateTimeSheet.js\";\nexport { CreateTimeSheetTimeEntryCommand } from \"./createTimeSheetTimeEntry.js\";\nexport { DeleteTimeSheetTimeEntryCommand } from \"./deleteTimeSheetTimeEntry.js\";\nexport { UpdateTimeSheetTimeEntryCommand } from \"./updateTimeSheetTimeEntry.js\";\nexport { StartSOSCommand } from \"./startSOS.js\";\nexport { StopSOSCommand } from \"./stopSOS.js\";\nexport { DescribeSOSCommand } from \"./describeSOS.js\";\nexport { DescribeIssueCommand } from \"./describeIssue.js\";\nexport { ListIssuesCommand } from \"./listIssues.js\";\nexport { DeleteIssueCommand } from \"./deleteIssue.js\";\nexport { CreateIssueCommand } from \"./createIssue.js\";\nexport { UpdateIssueCommand } from \"./updateIssue.js\";\nexport { BulkUpdateIssueCommand } from \"./bulkUpdateIssue.js\";\nexport { DescribeVendorCommand } from \"./describeVendor.js\";\nexport { ListVendorsCommand } from \"./listVendors.js\";\nexport { DeleteVendorCommand } from \"./deleteVendor.js\";\nexport { CreateVendorCommand } from \"./createVendor.js\";\nexport { UpdateVendorCommand } from \"./updateVendor.js\";\nexport { CreateAutomationCommand } from \"./createAutomation.js\";\nexport { ListAutomationsCommand } from \"./listAutomations.js\";\nexport { DescribeAutomationCommand } from \"./describeAutomation.js\";\nexport { UpdateAutomationCommand } from \"./updateAutomation.js\";\nexport { DeleteAutomationCommand } from \"./deleteAutomation.js\";\nexport { CreateDefaultAutomationsCommand } from \"./createDefaultAutomations.js\";\nexport { RunAutomationCommand } from \"./runAutomation.js\";\nexport { SendNotificationCommand } from \"./sendNotification.js\";\nexport { SendSMSCommand } from \"./sendSMS.js\";\nexport { CreateSessionCommand } from \"./createSession.js\";\nexport { ListSessionsCommand } from \"./listSessions.js\";\nexport { DescribeSessionCommand } from \"./describeSession.js\";\nexport { UpdateSessionCommand } from \"./updateSession.js\";\nexport { DeleteSessionCommand } from \"./deleteSession.js\";\nexport { SetDevicesCommand } from \"./setDevices.js\";\nexport { CreateSystemCommand } from \"./createSystem.js\";\nexport { DeleteSystemCommand } from \"./deleteSystem.js\";\nexport { DescribeSystemCommand } from \"./describeSystem.js\";\nexport { ListSystemsCommand } from \"./listSystems.js\";\nexport { UpdateSystemCommand } from \"./updateSystem.js\";\nexport { CreateServerCommand } from \"./createServer.js\";\nexport { DeleteServerCommand } from \"./deleteServer.js\";\nexport { DescribeServerCommand } from \"./describeServer.js\";\nexport { ListServersCommand } from \"./listServers.js\";\nexport { UpdateServerCommand } from \"./updateServer.js\";\n"],"mappings":"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","names":[]}
@@ -1,9 +1,9 @@
1
- interface ListNotificationsCommandConfig {
1
+ interface ListIntegrationsCommandConfig {
2
2
  data?: Record<string, unknown> | null;
3
3
  headers?: Record<string, string> | null;
4
4
  query?: Record<string, unknown> | null;
5
5
  }
6
- interface ListNotificationsCommandRequestConfig {
6
+ interface ListIntegrationsCommandRequestConfig {
7
7
  method: "get";
8
8
  url: string;
9
9
  data: Record<string, unknown> | null;
@@ -14,16 +14,16 @@ interface ListNotificationsCommandRequestConfig {
14
14
  /**
15
15
  *
16
16
  */
17
- declare class ListNotificationsCommand {
17
+ declare class ListIntegrationsCommand {
18
18
  url: string;
19
19
  data: Record<string, unknown> | null;
20
20
  query: Record<string, unknown> | null;
21
21
  headers: Record<string, string> | null;
22
- config: ListNotificationsCommandRequestConfig;
22
+ config: ListIntegrationsCommandRequestConfig;
23
23
  static params: readonly [];
24
24
  static url: string;
25
25
  static method: "get";
26
- constructor(commandConfig: ListNotificationsCommandConfig, options?: Record<string, unknown>);
26
+ constructor(commandConfig: ListIntegrationsCommandConfig, options?: Record<string, unknown>);
27
27
  }
28
28
 
29
- export { ListNotificationsCommand, type ListNotificationsCommandConfig, type ListNotificationsCommandRequestConfig };
29
+ export { ListIntegrationsCommand, type ListIntegrationsCommandConfig, type ListIntegrationsCommandRequestConfig };
@@ -1,8 +1,8 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
- class ListNotificationsCommand {
3
+ class ListIntegrationsCommand {
4
4
  static {
5
- __name(this, "ListNotificationsCommand");
5
+ __name(this, "ListIntegrationsCommand");
6
6
  }
7
7
  url;
8
8
  data;
@@ -10,15 +10,15 @@ class ListNotificationsCommand {
10
10
  headers;
11
11
  config;
12
12
  static params = [];
13
- static url = "/notifications";
13
+ static url = "/integrations";
14
14
  static method = "get";
15
15
  constructor(commandConfig, options = {}) {
16
- const pathParams = ListNotificationsCommand.params;
16
+ const pathParams = ListIntegrationsCommand.params;
17
17
  let { data, query, headers } = commandConfig ?? {};
18
18
  if (typeof data === "undefined") data = null;
19
19
  if (typeof query === "undefined") query = null;
20
20
  if (typeof headers === "undefined") headers = null;
21
- let url = ListNotificationsCommand.url;
21
+ let url = ListIntegrationsCommand.url;
22
22
  if (pathParams && data) {
23
23
  for (const param of pathParams) {
24
24
  const urlParam = ":" + param;
@@ -35,7 +35,7 @@ class ListNotificationsCommand {
35
35
  this.query = query;
36
36
  this.headers = headers;
37
37
  this.config = {
38
- method: ListNotificationsCommand.method,
38
+ method: ListIntegrationsCommand.method,
39
39
  url,
40
40
  data,
41
41
  params: query,
@@ -45,6 +45,6 @@ class ListNotificationsCommand {
45
45
  }
46
46
  }
47
47
  export {
48
- ListNotificationsCommand
48
+ ListIntegrationsCommand
49
49
  };
50
- //# sourceMappingURL=listNotifications.js.map
50
+ //# sourceMappingURL=listIntegrations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../.generated/useCases/listIntegrations.ts"],"sourcesContent":["/* This file is automatically generated. Do not modify it manually. */\n\nexport interface ListIntegrationsCommandConfig {\n data?: Record<string, unknown> | null;\n headers?: Record<string, string> | null;\n query?: Record<string, unknown> | null;\n}\n\nexport interface ListIntegrationsCommandRequestConfig {\n method: \"get\";\n url: string;\n data: Record<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 ListIntegrationsCommand {\n url: string;\n data: Record<string, unknown> | null;\n query: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n config: ListIntegrationsCommandRequestConfig;\n\n static params = [] as const;\n static url = \"/integrations\";\n static method = \"get\" as const;\n\n constructor(\n commandConfig: ListIntegrationsCommandConfig,\n options: Record<string, unknown> = {},\n ) {\n const pathParams = ListIntegrationsCommand.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 = ListIntegrationsCommand.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: ListIntegrationsCommand.method,\n url: url,\n data: data,\n params: query,\n headers: headers,\n ...options,\n };\n }\n}\n"],"mappings":";;AAoBO,MAAM,wBAAwB;AAAA,EApBrC,OAoBqC;AAAA;AAAA;AAAA,EACnC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EAEA,OAAO,SAAS,CAAC;AAAA,EACjB,OAAO,MAAM;AAAA,EACb,OAAO,SAAS;AAAA,EAEhB,YACE,eACA,UAAmC,CAAC,GACpC;AACA,UAAM,aAAa,wBAAwB;AAE3C,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,wBAAwB;AAE1C,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,wBAAwB;AAAA,MAChC;AAAA,MACA;AAAA,MACA,QAAQ;AAAA,MACR;AAAA,MACA,GAAG;AAAA,IACL;AAAA,EACF;AACF;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kohost/api-client",
3
- "version": "4.19.5",
3
+ "version": "4.19.6",
4
4
  "description": "API client, models, schemas, commands, and events for Kohost applications",
5
5
  "author": "Ian Rogers",
6
6
  "readme": "README.md",
@@ -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 createNotification_exports = {};
20
- __export(createNotification_exports, {
21
- CreateNotificationCommand: () => CreateNotificationCommand
22
- });
23
- module.exports = __toCommonJS(createNotification_exports);
24
- class CreateNotificationCommand {
25
- static {
26
- __name(this, "CreateNotificationCommand");
27
- }
28
- url;
29
- data;
30
- query;
31
- headers;
32
- config;
33
- static params = [];
34
- static url = "/notifications";
35
- static method = "post";
36
- constructor(commandConfig, options = {}) {
37
- const pathParams = CreateNotificationCommand.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 = CreateNotificationCommand.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: CreateNotificationCommand.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
- CreateNotificationCommand
71
- });
72
- //# sourceMappingURL=createNotification.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../.generated/useCases/createNotification.ts"],"sourcesContent":["/* This file is automatically generated. Do not modify it manually. */\n\nexport interface CreateNotificationCommandConfig {\n data?: Record<string, unknown> | null;\n headers?: Record<string, string> | null;\n query?: Record<string, unknown> | null;\n}\n\nexport interface CreateNotificationCommandRequestConfig {\n method: \"post\";\n url: string;\n data: Record<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 CreateNotificationCommand {\n url: string;\n data: Record<string, unknown> | null;\n query: Record<string, unknown> | null;\n headers: Record<string, string> | null;\n config: CreateNotificationCommandRequestConfig;\n\n static params = [] as const;\n static url = \"/notifications\";\n static method = \"post\" as const;\n\n constructor(\n commandConfig: CreateNotificationCommandConfig,\n options: Record<string, unknown> = {},\n ) {\n const pathParams = CreateNotificationCommand.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 = CreateNotificationCommand.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: CreateNotificationCommand.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,0BAA0B;AAAA,EApBvC,OAoBuC;AAAA;AAAA;AAAA,EACrC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EAEA,OAAO,SAAS,CAAC;AAAA,EACjB,OAAO,MAAM;AAAA,EACb,OAAO,SAAS;AAAA,EAEhB,YACE,eACA,UAAmC,CAAC,GACpC;AACA,UAAM,aAAa,0BAA0B;AAE7C,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,0BAA0B;AAE5C,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,0BAA0B;AAAA,MAClC;AAAA,MACA;AAAA,MACA,QAAQ;AAAA,MACR;AAAA,MACA,GAAG;AAAA,IACL;AAAA,EACF;AACF;","names":[]}