@ledgerhq/device-management-kit 0.0.0-rn-hid-20250221115747 → 0.0.0-rn-hid-sync-onboarding-behavior-20250516114041

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 (904) hide show
  1. package/README.md +61 -8
  2. package/lib/cjs/package.json +22 -23
  3. package/lib/cjs/src/api/DeviceManagementKit.js +1 -1
  4. package/lib/cjs/src/api/DeviceManagementKit.js.map +3 -3
  5. package/lib/cjs/src/api/DeviceManagementKit.test.js +1 -1
  6. package/lib/cjs/src/api/DeviceManagementKit.test.js.map +3 -3
  7. package/lib/cjs/src/api/DeviceManagementKitBuilder.js +1 -1
  8. package/lib/cjs/src/api/DeviceManagementKitBuilder.js.map +2 -2
  9. package/lib/cjs/src/api/DmkConfig.js +1 -1
  10. package/lib/cjs/src/api/DmkConfig.js.map +1 -1
  11. package/lib/cjs/src/api/command/di/commandModule.js +1 -1
  12. package/lib/cjs/src/api/command/di/commandModule.js.map +3 -3
  13. package/lib/cjs/src/api/command/di/commandModule.test.js +1 -1
  14. package/lib/cjs/src/api/command/di/commandModule.test.js.map +2 -2
  15. package/lib/cjs/src/api/command/os/GetCustomImageSizeCommand.js +2 -0
  16. package/lib/cjs/src/api/command/os/GetCustomImageSizeCommand.js.map +7 -0
  17. package/lib/cjs/src/api/command/os/GetCustomImageSizeCommand.test.js +2 -0
  18. package/lib/cjs/src/api/command/os/GetCustomImageSizeCommand.test.js.map +7 -0
  19. package/lib/cjs/src/api/command/os/GetOsVersionCommand.js +1 -1
  20. package/lib/cjs/src/api/command/os/GetOsVersionCommand.js.map +3 -3
  21. package/lib/cjs/src/api/command/os/GetOsVersionCommand.test.js +1 -1
  22. package/lib/cjs/src/api/command/os/GetOsVersionCommand.test.js.map +3 -3
  23. package/lib/cjs/src/api/command/os/ListLanguagePackCommand.js +2 -0
  24. package/lib/cjs/src/api/command/os/ListLanguagePackCommand.js.map +7 -0
  25. package/lib/cjs/src/api/command/os/ListLanguagePackCommand.test.js +2 -0
  26. package/lib/cjs/src/api/command/os/ListLanguagePackCommand.test.js.map +7 -0
  27. package/lib/cjs/src/api/command/os/SecureElementFlagsParser.js +2 -0
  28. package/lib/cjs/src/api/command/os/SecureElementFlagsParser.js.map +7 -0
  29. package/lib/cjs/src/api/command/os/SecureElementFlagsParser.test.js +2 -0
  30. package/lib/cjs/src/api/command/os/SecureElementFlagsParser.test.js.map +7 -0
  31. package/lib/cjs/src/api/command/os/__mocks__/GetOsVersionCommand.js +1 -1
  32. package/lib/cjs/src/api/command/os/__mocks__/GetOsVersionCommand.js.map +2 -2
  33. package/lib/cjs/src/api/command/use-case/SendCommandUseCase.js +1 -1
  34. package/lib/cjs/src/api/command/use-case/SendCommandUseCase.js.map +3 -3
  35. package/lib/cjs/src/api/command/use-case/SendCommandUseCase.test.js +1 -1
  36. package/lib/cjs/src/api/command/use-case/SendCommandUseCase.test.js.map +3 -3
  37. package/lib/cjs/src/api/device/SecureElementFlags.js +2 -0
  38. package/lib/cjs/src/api/device/SecureElementFlags.js.map +7 -0
  39. package/lib/cjs/src/api/device-action/DeviceAction.js +1 -1
  40. package/lib/cjs/src/api/device-action/DeviceAction.js.map +1 -1
  41. package/lib/cjs/src/api/device-action/__test-utils__/makeInternalApi.js +1 -1
  42. package/lib/cjs/src/api/device-action/__test-utils__/makeInternalApi.js.map +3 -3
  43. package/lib/cjs/src/api/device-action/__test-utils__/setupTestMachine.js +1 -1
  44. package/lib/cjs/src/api/device-action/__test-utils__/setupTestMachine.js.map +3 -3
  45. package/lib/cjs/src/api/device-action/di/deviceActionModule.js +1 -1
  46. package/lib/cjs/src/api/device-action/di/deviceActionModule.js.map +3 -3
  47. package/lib/cjs/src/api/device-action/di/deviceActionModule.test.js +1 -1
  48. package/lib/cjs/src/api/device-action/di/deviceActionModule.test.js.map +2 -2
  49. package/lib/cjs/src/api/device-action/model/UserInteractionRequired.js +1 -1
  50. package/lib/cjs/src/api/device-action/model/UserInteractionRequired.js.map +2 -2
  51. package/lib/cjs/src/api/device-action/os/CallTaskInAppDeviceAction/CallTaskInAppDeviceAction.js +1 -1
  52. package/lib/cjs/src/api/device-action/os/CallTaskInAppDeviceAction/CallTaskInAppDeviceAction.js.map +2 -2
  53. package/lib/cjs/src/api/device-action/os/CallTaskInAppDeviceAction/CallTaskInAppDeviceAction.test.js +1 -1
  54. package/lib/cjs/src/api/device-action/os/CallTaskInAppDeviceAction/CallTaskInAppDeviceAction.test.js.map +2 -2
  55. package/lib/cjs/src/api/device-action/os/CallTaskInAppDeviceAction/CallTaskInAppDeviceActionTypes.js +1 -1
  56. package/lib/cjs/src/api/device-action/os/CallTaskInAppDeviceAction/CallTaskInAppDeviceActionTypes.js.map +1 -1
  57. package/lib/cjs/src/api/device-action/os/Errors.js +1 -1
  58. package/lib/cjs/src/api/device-action/os/Errors.js.map +3 -3
  59. package/lib/cjs/src/api/device-action/os/GetDeviceMetadata/GetDeviceMetadataDeviceAction.js +2 -0
  60. package/lib/cjs/src/api/device-action/os/GetDeviceMetadata/GetDeviceMetadataDeviceAction.js.map +7 -0
  61. package/lib/cjs/src/api/device-action/os/GetDeviceMetadata/GetDeviceMetadataDeviceAction.test.js +2 -0
  62. package/lib/cjs/src/api/device-action/os/GetDeviceMetadata/GetDeviceMetadataDeviceAction.test.js.map +7 -0
  63. package/lib/cjs/src/api/device-action/os/GetDeviceMetadata/types.js +2 -0
  64. package/lib/cjs/src/api/device-action/os/GetDeviceMetadata/types.js.map +7 -0
  65. package/lib/cjs/src/api/device-action/os/GetDeviceStatus/GetDeviceStatusDeviceAction.js +1 -1
  66. package/lib/cjs/src/api/device-action/os/GetDeviceStatus/GetDeviceStatusDeviceAction.js.map +2 -2
  67. package/lib/cjs/src/api/device-action/os/GetDeviceStatus/GetDeviceStatusDeviceAction.test.js +1 -1
  68. package/lib/cjs/src/api/device-action/os/GetDeviceStatus/GetDeviceStatusDeviceAction.test.js.map +2 -2
  69. package/lib/cjs/src/api/device-action/os/GoToDashboard/GoToDashboardDeviceAction.test.js +1 -1
  70. package/lib/cjs/src/api/device-action/os/GoToDashboard/GoToDashboardDeviceAction.test.js.map +2 -2
  71. package/lib/cjs/src/api/device-action/os/GoToDashboard/types.js +1 -1
  72. package/lib/cjs/src/api/device-action/os/GoToDashboard/types.js.map +1 -1
  73. package/lib/cjs/src/api/device-action/os/InstallOrUpdateApps/InstallOrUpdateAppsDeviceAction.js +2 -0
  74. package/lib/cjs/src/api/device-action/os/InstallOrUpdateApps/InstallOrUpdateAppsDeviceAction.js.map +7 -0
  75. package/lib/cjs/src/api/device-action/os/InstallOrUpdateApps/InstallOrUpdateAppsDeviceAction.test.js +2 -0
  76. package/lib/cjs/src/api/device-action/os/InstallOrUpdateApps/InstallOrUpdateAppsDeviceAction.test.js.map +7 -0
  77. package/lib/cjs/src/api/device-action/os/InstallOrUpdateApps/types.js +2 -0
  78. package/lib/cjs/src/api/device-action/os/InstallOrUpdateApps/types.js.map +7 -0
  79. package/lib/cjs/src/api/device-action/os/ListApps/ListAppsDeviceAction.js +1 -1
  80. package/lib/cjs/src/api/device-action/os/ListApps/ListAppsDeviceAction.js.map +2 -2
  81. package/lib/cjs/src/api/device-action/os/ListAppsWithMetadata/ListAppsWithMetadataDeviceAction.js +1 -1
  82. package/lib/cjs/src/api/device-action/os/ListAppsWithMetadata/ListAppsWithMetadataDeviceAction.js.map +3 -3
  83. package/lib/cjs/src/api/device-action/os/ListAppsWithMetadata/ListAppsWithMetadataDeviceAction.test.js +1 -1
  84. package/lib/cjs/src/api/device-action/os/ListAppsWithMetadata/ListAppsWithMetadataDeviceAction.test.js.map +3 -3
  85. package/lib/cjs/src/api/device-action/os/OpenAppDeviceAction/OpenAppDeviceAction.test.js +1 -1
  86. package/lib/cjs/src/api/device-action/os/OpenAppDeviceAction/OpenAppDeviceAction.test.js.map +2 -2
  87. package/lib/cjs/src/api/device-action/os/OpenAppWithDependencies/OpenAppWithDependenciesDeviceAction.js +2 -0
  88. package/lib/cjs/src/api/device-action/os/OpenAppWithDependencies/OpenAppWithDependenciesDeviceAction.js.map +7 -0
  89. package/lib/cjs/src/api/device-action/os/OpenAppWithDependencies/OpenAppWithDependenciesDeviceAction.test.js +2 -0
  90. package/lib/cjs/src/api/device-action/os/OpenAppWithDependencies/OpenAppWithDependenciesDeviceAction.test.js.map +7 -0
  91. package/lib/cjs/src/api/device-action/os/OpenAppWithDependencies/types.js +2 -0
  92. package/lib/cjs/src/api/device-action/os/OpenAppWithDependencies/types.js.map +7 -0
  93. package/lib/cjs/src/api/device-action/os/SendCommandInAppDeviceAction/SendCommandInAppDeviceAction.js +1 -1
  94. package/lib/cjs/src/api/device-action/os/SendCommandInAppDeviceAction/SendCommandInAppDeviceAction.js.map +2 -2
  95. package/lib/cjs/src/api/device-action/os/SendCommandInAppDeviceAction/SendCommandInAppDeviceAction.test.js +1 -1
  96. package/lib/cjs/src/api/device-action/os/SendCommandInAppDeviceAction/SendCommandInAppDeviceAction.test.js.map +2 -2
  97. package/lib/cjs/src/api/device-action/os/SendCommandInAppDeviceAction/SendCommandInAppDeviceActionTypes.js.map +1 -1
  98. package/lib/cjs/src/api/device-action/task/BuildAppsInstallPlanTask.js +2 -0
  99. package/lib/cjs/src/api/device-action/task/BuildAppsInstallPlanTask.js.map +7 -0
  100. package/lib/cjs/src/api/device-action/task/BuildAppsInstallPlanTask.test.js +2 -0
  101. package/lib/cjs/src/api/device-action/task/BuildAppsInstallPlanTask.test.js.map +7 -0
  102. package/lib/cjs/src/api/device-action/task/GetApplicationsMetadataTask.js +2 -0
  103. package/lib/cjs/src/api/device-action/task/GetApplicationsMetadataTask.js.map +7 -0
  104. package/lib/cjs/src/api/device-action/task/GetApplicationsMetadataTask.test.js +2 -0
  105. package/lib/cjs/src/api/device-action/task/GetApplicationsMetadataTask.test.js.map +7 -0
  106. package/lib/cjs/src/api/device-action/task/GetFirmwareMetadataTask.js +2 -0
  107. package/lib/cjs/src/api/device-action/task/GetFirmwareMetadataTask.js.map +7 -0
  108. package/lib/cjs/src/api/device-action/task/GetFirmwareMetadataTask.test.js +2 -0
  109. package/lib/cjs/src/api/device-action/task/GetFirmwareMetadataTask.test.js.map +7 -0
  110. package/lib/cjs/src/api/device-action/task/PredictOutOfMemoryTask.js +2 -0
  111. package/lib/cjs/src/api/device-action/task/PredictOutOfMemoryTask.js.map +7 -0
  112. package/lib/cjs/src/api/device-action/task/PredictOutOfMemoryTask.test.js +2 -0
  113. package/lib/cjs/src/api/device-action/task/PredictOutOfMemoryTask.test.js.map +7 -0
  114. package/lib/cjs/src/api/device-model/data/StaticDeviceModelDataSource.js +1 -1
  115. package/lib/cjs/src/api/device-model/data/StaticDeviceModelDataSource.js.map +2 -2
  116. package/lib/cjs/src/api/device-model/model/DeviceModel.js +1 -1
  117. package/lib/cjs/src/api/device-model/model/DeviceModel.js.map +2 -2
  118. package/lib/cjs/src/api/device-model/model/DeviceModel.stub.js +1 -1
  119. package/lib/cjs/src/api/device-model/model/DeviceModel.stub.js.map +2 -2
  120. package/lib/cjs/src/api/device-session/DeviceSessionState.js +1 -1
  121. package/lib/cjs/src/api/device-session/DeviceSessionState.js.map +2 -2
  122. package/lib/cjs/src/api/device-session/use-case/DisableDeviceSessionRefresher.js +2 -0
  123. package/lib/cjs/src/api/device-session/use-case/DisableDeviceSessionRefresher.js.map +7 -0
  124. package/lib/cjs/src/api/device-session/use-case/DisableDeviceSessionRefresher.test.js +2 -0
  125. package/lib/cjs/src/api/device-session/use-case/DisableDeviceSessionRefresher.test.js.map +7 -0
  126. package/lib/cjs/src/api/index.js +1 -1
  127. package/lib/cjs/src/api/index.js.map +3 -3
  128. package/lib/cjs/src/api/logger-subscriber/service/WebLogsExporterLogger.test.js +1 -1
  129. package/lib/cjs/src/api/logger-subscriber/service/WebLogsExporterLogger.test.js.map +3 -3
  130. package/lib/cjs/src/api/secure-channel/constants.js +2 -0
  131. package/lib/cjs/src/api/secure-channel/constants.js.map +7 -0
  132. package/lib/cjs/src/api/secure-channel/device-action/GenuineCheck/GenuineCheckDeviceAction.js +2 -0
  133. package/lib/cjs/src/api/secure-channel/device-action/GenuineCheck/GenuineCheckDeviceAction.js.map +7 -0
  134. package/lib/cjs/src/api/secure-channel/device-action/GenuineCheck/GenuineCheckDeviceAction.test.js +2 -0
  135. package/lib/cjs/src/api/secure-channel/device-action/GenuineCheck/GenuineCheckDeviceAction.test.js.map +7 -0
  136. package/lib/cjs/src/api/secure-channel/device-action/GenuineCheck/types.js +2 -0
  137. package/lib/cjs/src/api/secure-channel/device-action/GenuineCheck/types.js.map +7 -0
  138. package/lib/cjs/src/api/secure-channel/device-action/InstallApp/InstallAppDeviceAction.js +2 -0
  139. package/lib/cjs/src/api/secure-channel/device-action/InstallApp/InstallAppDeviceAction.js.map +7 -0
  140. package/lib/cjs/src/api/secure-channel/device-action/InstallApp/InstallAppDeviceAction.test.js +2 -0
  141. package/lib/cjs/src/api/secure-channel/device-action/InstallApp/InstallAppDeviceAction.test.js.map +7 -0
  142. package/lib/cjs/src/api/secure-channel/device-action/InstallApp/types.js +2 -0
  143. package/lib/cjs/src/api/secure-channel/device-action/InstallApp/types.js.map +7 -0
  144. package/lib/cjs/src/api/secure-channel/device-action/ListInstalledApps/ListInstalledAppsDeviceAction.js +2 -0
  145. package/lib/cjs/src/api/secure-channel/device-action/ListInstalledApps/ListInstalledAppsDeviceAction.js.map +7 -0
  146. package/lib/cjs/src/api/secure-channel/device-action/ListInstalledApps/ListInstalledAppsDeviceAction.test.js +2 -0
  147. package/lib/cjs/src/api/secure-channel/device-action/ListInstalledApps/ListInstalledAppsDeviceAction.test.js.map +7 -0
  148. package/lib/cjs/src/api/secure-channel/device-action/ListInstalledApps/types.js +2 -0
  149. package/lib/cjs/src/api/secure-channel/device-action/ListInstalledApps/types.js.map +7 -0
  150. package/lib/cjs/src/api/secure-channel/device-action/UninstallApp/UninstallAppDeviceAction.js +2 -0
  151. package/lib/cjs/src/api/secure-channel/device-action/UninstallApp/UninstallAppDeviceAction.js.map +7 -0
  152. package/lib/cjs/src/api/secure-channel/device-action/UninstallApp/UninstallAppDeviceAction.test.js +2 -0
  153. package/lib/cjs/src/api/secure-channel/device-action/UninstallApp/UninstallAppDeviceAction.test.js.map +7 -0
  154. package/lib/cjs/src/api/secure-channel/device-action/UninstallApp/types.js +2 -0
  155. package/lib/cjs/src/api/secure-channel/device-action/UninstallApp/types.js.map +7 -0
  156. package/lib/cjs/src/api/secure-channel/task/ConnectToSecureChannelTask.js +2 -0
  157. package/lib/cjs/src/api/secure-channel/task/ConnectToSecureChannelTask.js.map +7 -0
  158. package/lib/cjs/src/api/secure-channel/task/ConnectToSecureChannelTask.test.js +2 -0
  159. package/lib/cjs/src/api/secure-channel/task/ConnectToSecureChannelTask.test.js.map +7 -0
  160. package/lib/cjs/src/api/secure-channel/task/types.js +2 -0
  161. package/lib/cjs/src/api/secure-channel/task/types.js.map +7 -0
  162. package/lib/cjs/src/api/secure-channel/types.js +2 -0
  163. package/lib/cjs/src/api/secure-channel/types.js.map +7 -0
  164. package/lib/cjs/src/api/secure-channel/utils.js +2 -0
  165. package/lib/cjs/src/api/secure-channel/utils.js.map +7 -0
  166. package/lib/cjs/src/api/secure-channel/utils.test.js +2 -0
  167. package/lib/cjs/src/api/secure-channel/utils.test.js.map +7 -0
  168. package/lib/cjs/src/api/transport/model/DeviceConnection.js +1 -1
  169. package/lib/cjs/src/api/transport/model/DeviceConnection.js.map +1 -1
  170. package/lib/cjs/src/api/transport/model/DeviceConnectionStateMachine.js +1 -1
  171. package/lib/cjs/src/api/transport/model/DeviceConnectionStateMachine.js.map +3 -3
  172. package/lib/cjs/src/api/transport/model/Errors.js +1 -1
  173. package/lib/cjs/src/api/transport/model/Errors.js.map +3 -3
  174. package/lib/cjs/src/api/transport/model/Transport.js.map +1 -1
  175. package/lib/cjs/src/api/transport/model/TransportConnectedDevice.test.js +1 -1
  176. package/lib/cjs/src/api/transport/model/TransportConnectedDevice.test.js.map +3 -3
  177. package/lib/cjs/src/api/types.js +1 -1
  178. package/lib/cjs/src/api/types.js.map +1 -1
  179. package/lib/cjs/src/di.js +1 -1
  180. package/lib/cjs/src/di.js.map +2 -2
  181. package/lib/cjs/src/internal/config/di/configModule.js +1 -1
  182. package/lib/cjs/src/internal/config/di/configModule.js.map +3 -3
  183. package/lib/cjs/src/internal/config/di/configModule.test.js +1 -1
  184. package/lib/cjs/src/internal/config/di/configModule.test.js.map +2 -2
  185. package/lib/cjs/src/internal/device-model/di/deviceModelModule.js +1 -1
  186. package/lib/cjs/src/internal/device-model/di/deviceModelModule.js.map +3 -3
  187. package/lib/cjs/src/internal/device-model/di/deviceModelModule.test.js +1 -1
  188. package/lib/cjs/src/internal/device-model/di/deviceModelModule.test.js.map +2 -2
  189. package/lib/cjs/src/internal/device-session/data/ApduResponseConst.js +1 -1
  190. package/lib/cjs/src/internal/device-session/data/ApduResponseConst.js.map +3 -3
  191. package/lib/cjs/src/internal/device-session/data/DeviceSessionRefresherConst.js +1 -1
  192. package/lib/cjs/src/internal/device-session/data/DeviceSessionRefresherConst.js.map +3 -3
  193. package/lib/cjs/src/internal/device-session/di/deviceSessionModule.js +1 -1
  194. package/lib/cjs/src/internal/device-session/di/deviceSessionModule.js.map +3 -3
  195. package/lib/cjs/src/internal/device-session/di/deviceSessionModule.test.js +1 -1
  196. package/lib/cjs/src/internal/device-session/di/deviceSessionModule.test.js.map +2 -2
  197. package/lib/cjs/src/internal/device-session/di/deviceSessionTypes.js +1 -1
  198. package/lib/cjs/src/internal/device-session/di/deviceSessionTypes.js.map +2 -2
  199. package/lib/cjs/src/internal/device-session/model/DevicePinger.js +2 -0
  200. package/lib/cjs/src/internal/device-session/model/DevicePinger.js.map +7 -0
  201. package/lib/cjs/src/internal/device-session/model/DevicePinger.test.js +2 -0
  202. package/lib/cjs/src/internal/device-session/model/DevicePinger.test.js.map +7 -0
  203. package/lib/cjs/src/internal/device-session/model/DeviceSession.js +1 -1
  204. package/lib/cjs/src/internal/device-session/model/DeviceSession.js.map +3 -3
  205. package/lib/cjs/src/internal/device-session/model/DeviceSession.stub.js +1 -1
  206. package/lib/cjs/src/internal/device-session/model/DeviceSession.stub.js.map +3 -3
  207. package/lib/cjs/src/internal/device-session/model/DeviceSessionEventDispatcher.js +2 -0
  208. package/lib/cjs/src/internal/device-session/model/DeviceSessionEventDispatcher.js.map +7 -0
  209. package/lib/cjs/src/internal/device-session/model/DeviceSessionEventDispatcher.test.js +2 -0
  210. package/lib/cjs/src/internal/device-session/model/DeviceSessionEventDispatcher.test.js.map +7 -0
  211. package/lib/cjs/src/internal/device-session/model/DeviceSessionRefresher.js +1 -1
  212. package/lib/cjs/src/internal/device-session/model/DeviceSessionRefresher.js.map +3 -3
  213. package/lib/cjs/src/internal/device-session/model/DeviceSessionRefresher.test.js +1 -1
  214. package/lib/cjs/src/internal/device-session/model/DeviceSessionRefresher.test.js.map +3 -3
  215. package/lib/cjs/src/internal/device-session/model/DeviceSessionStateHandler.js +2 -0
  216. package/lib/cjs/src/internal/device-session/model/DeviceSessionStateHandler.js.map +7 -0
  217. package/lib/cjs/src/internal/device-session/model/DeviceSessionStateHandler.test.js +2 -0
  218. package/lib/cjs/src/internal/device-session/model/DeviceSessionStateHandler.test.js.map +7 -0
  219. package/lib/cjs/src/internal/device-session/model/Frame.js +1 -1
  220. package/lib/cjs/src/internal/device-session/model/Frame.js.map +3 -3
  221. package/lib/cjs/src/internal/device-session/service/DefaultApduSenderService.js +1 -1
  222. package/lib/cjs/src/internal/device-session/service/DefaultApduSenderService.js.map +2 -2
  223. package/lib/cjs/src/internal/device-session/service/DefaultDeviceSessionService.test.js +1 -1
  224. package/lib/cjs/src/internal/device-session/service/DefaultDeviceSessionService.test.js.map +3 -3
  225. package/lib/cjs/src/internal/device-session/service/MutexService.js +2 -0
  226. package/lib/cjs/src/internal/device-session/service/MutexService.js.map +7 -0
  227. package/lib/cjs/src/internal/device-session/service/MutexService.test.js +2 -0
  228. package/lib/cjs/src/internal/device-session/service/MutexService.test.js.map +7 -0
  229. package/lib/cjs/src/internal/device-session/service/RefresherService.js +2 -0
  230. package/lib/cjs/src/internal/device-session/service/RefresherService.js.map +7 -0
  231. package/lib/cjs/src/internal/device-session/service/RefresherService.test.js +2 -0
  232. package/lib/cjs/src/internal/device-session/service/RefresherService.test.js.map +7 -0
  233. package/lib/cjs/src/internal/device-session/use-case/CloseSessionsUseCase.test.js +1 -1
  234. package/lib/cjs/src/internal/device-session/use-case/CloseSessionsUseCase.test.js.map +3 -3
  235. package/lib/cjs/src/internal/device-session/use-case/GetDeviceSessionStateUseCase.test.js +1 -1
  236. package/lib/cjs/src/internal/device-session/use-case/GetDeviceSessionStateUseCase.test.js.map +3 -3
  237. package/lib/cjs/src/internal/device-session/utils/deviceSessionUtils.js +2 -0
  238. package/lib/cjs/src/internal/device-session/utils/deviceSessionUtils.js.map +7 -0
  239. package/lib/cjs/src/internal/discovery/di/discoveryModule.js +1 -1
  240. package/lib/cjs/src/internal/discovery/di/discoveryModule.js.map +3 -3
  241. package/lib/cjs/src/internal/discovery/di/discoveryModule.test.js +1 -1
  242. package/lib/cjs/src/internal/discovery/di/discoveryModule.test.js.map +2 -2
  243. package/lib/cjs/src/internal/discovery/use-case/ConnectUseCase.js +1 -1
  244. package/lib/cjs/src/internal/discovery/use-case/ConnectUseCase.js.map +3 -3
  245. package/lib/cjs/src/internal/discovery/use-case/ConnectUseCase.test.js +1 -1
  246. package/lib/cjs/src/internal/discovery/use-case/ConnectUseCase.test.js.map +3 -3
  247. package/lib/cjs/src/internal/discovery/use-case/DisconnectUseCase.test.js +1 -1
  248. package/lib/cjs/src/internal/discovery/use-case/DisconnectUseCase.test.js.map +3 -3
  249. package/lib/cjs/src/internal/discovery/use-case/GetConnectedDeviceUseCase.test.js +1 -1
  250. package/lib/cjs/src/internal/discovery/use-case/GetConnectedDeviceUseCase.test.js.map +3 -3
  251. package/lib/cjs/src/internal/discovery/use-case/ListConnectedDevicesUseCase.test.js +1 -1
  252. package/lib/cjs/src/internal/discovery/use-case/ListConnectedDevicesUseCase.test.js.map +3 -3
  253. package/lib/cjs/src/internal/discovery/use-case/ListenToAvailableDevicesUseCase.js +1 -1
  254. package/lib/cjs/src/internal/discovery/use-case/ListenToAvailableDevicesUseCase.js.map +3 -3
  255. package/lib/cjs/src/internal/discovery/use-case/ListenToAvailableDevicesUseCase.test.js +1 -1
  256. package/lib/cjs/src/internal/discovery/use-case/ListenToAvailableDevicesUseCase.test.js.map +3 -3
  257. package/lib/cjs/src/internal/discovery/use-case/ListenToConnectedDeviceUseCase.js +1 -1
  258. package/lib/cjs/src/internal/discovery/use-case/ListenToConnectedDeviceUseCase.js.map +3 -3
  259. package/lib/cjs/src/internal/discovery/use-case/ListenToConnectedDeviceUseCase.test.js +1 -1
  260. package/lib/cjs/src/internal/discovery/use-case/ListenToConnectedDeviceUseCase.test.js.map +3 -3
  261. package/lib/cjs/src/internal/discovery/use-case/StartDiscoveringUseCase.js +1 -1
  262. package/lib/cjs/src/internal/discovery/use-case/StartDiscoveringUseCase.js.map +2 -2
  263. package/lib/cjs/src/internal/discovery/use-case/StopDiscoveringUseCase.js +1 -1
  264. package/lib/cjs/src/internal/discovery/use-case/StopDiscoveringUseCase.js.map +3 -3
  265. package/lib/cjs/src/internal/discovery/use-case/StopDiscoveringUseCase.test.js +1 -1
  266. package/lib/cjs/src/internal/discovery/use-case/StopDiscoveringUseCase.test.js.map +3 -3
  267. package/lib/cjs/src/internal/logger-publisher/di/loggerModule.js +1 -1
  268. package/lib/cjs/src/internal/logger-publisher/di/loggerModule.js.map +3 -3
  269. package/lib/cjs/src/internal/logger-publisher/di/loggerModule.test.js +1 -1
  270. package/lib/cjs/src/internal/logger-publisher/di/loggerModule.test.js.map +2 -2
  271. package/lib/cjs/src/internal/manager-api/data/AxiosManagerApiDataSource.js +1 -1
  272. package/lib/cjs/src/internal/manager-api/data/AxiosManagerApiDataSource.js.map +3 -3
  273. package/lib/cjs/src/internal/manager-api/data/AxiosManagerApiDataSource.test.js +1 -1
  274. package/lib/cjs/src/internal/manager-api/data/AxiosManagerApiDataSource.test.js.map +3 -3
  275. package/lib/cjs/src/internal/manager-api/data/ManagerApiDataSource.js +1 -1
  276. package/lib/cjs/src/internal/manager-api/data/ManagerApiDataSource.js.map +1 -1
  277. package/lib/cjs/src/internal/manager-api/data/ManagerApiDto.js +1 -1
  278. package/lib/cjs/src/internal/manager-api/data/ManagerApiDto.js.map +1 -1
  279. package/lib/cjs/src/internal/manager-api/data/__mocks__/AxiosManagerApiDataSource.js +1 -1
  280. package/lib/cjs/src/internal/manager-api/data/__mocks__/AxiosManagerApiDataSource.js.map +2 -2
  281. package/lib/cjs/src/internal/manager-api/di/managerApiModule.js +1 -1
  282. package/lib/cjs/src/internal/manager-api/di/managerApiModule.js.map +3 -3
  283. package/lib/cjs/src/internal/manager-api/di/managerApiModule.test.js +1 -1
  284. package/lib/cjs/src/internal/manager-api/di/managerApiModule.test.js.map +2 -2
  285. package/lib/cjs/src/internal/manager-api/di/managerApiTypes.js +1 -1
  286. package/lib/cjs/src/internal/manager-api/di/managerApiTypes.js.map +2 -2
  287. package/lib/cjs/src/internal/manager-api/model/Application.js +1 -1
  288. package/lib/cjs/src/internal/manager-api/model/Application.js.map +1 -1
  289. package/lib/cjs/src/internal/manager-api/model/Const.js +1 -1
  290. package/lib/cjs/src/internal/manager-api/model/Const.js.map +3 -3
  291. package/lib/cjs/src/internal/manager-api/model/Firmware.js +1 -1
  292. package/lib/cjs/src/internal/manager-api/model/Firmware.js.map +1 -1
  293. package/lib/cjs/src/internal/manager-api/model/Language.js +2 -0
  294. package/lib/cjs/src/internal/manager-api/model/Language.js.map +7 -0
  295. package/lib/cjs/src/internal/manager-api/model/Params.js +2 -0
  296. package/lib/cjs/src/internal/manager-api/model/Params.js.map +7 -0
  297. package/lib/cjs/src/internal/manager-api/service/DefaultManagerApiService.js +1 -1
  298. package/lib/cjs/src/internal/manager-api/service/DefaultManagerApiService.js.map +3 -3
  299. package/lib/cjs/src/internal/manager-api/service/DefaultManagerApiService.test.js +1 -1
  300. package/lib/cjs/src/internal/manager-api/service/DefaultManagerApiService.test.js.map +3 -3
  301. package/lib/cjs/src/internal/manager-api/service/ManagerApiService.js +1 -1
  302. package/lib/cjs/src/internal/manager-api/service/ManagerApiService.js.map +1 -1
  303. package/lib/cjs/src/internal/manager-api/use-case/SetProviderUseCase.js +2 -0
  304. package/lib/cjs/src/internal/manager-api/use-case/SetProviderUseCase.js.map +7 -0
  305. package/lib/cjs/src/internal/manager-api/use-case/SetProviderUseCase.test.js +2 -0
  306. package/lib/cjs/src/internal/manager-api/use-case/SetProviderUseCase.test.js.map +7 -0
  307. package/lib/cjs/src/internal/secure-channel/data/DefaultSecureChannelDataSource.js +1 -1
  308. package/lib/cjs/src/internal/secure-channel/data/DefaultSecureChannelDataSource.js.map +2 -2
  309. package/lib/cjs/src/internal/secure-channel/data/DefaultSecureChannelDataSource.test.js +1 -1
  310. package/lib/cjs/src/internal/secure-channel/data/DefaultSecureChannelDataSource.test.js.map +2 -2
  311. package/lib/cjs/src/internal/secure-channel/data/SecureChannelDataSource.js.map +1 -1
  312. package/lib/cjs/src/internal/secure-channel/di/secureChannelModule.js +1 -1
  313. package/lib/cjs/src/internal/secure-channel/di/secureChannelModule.js.map +3 -3
  314. package/lib/cjs/src/internal/secure-channel/di/secureChannelModule.test.js +1 -1
  315. package/lib/cjs/src/internal/secure-channel/di/secureChannelModule.test.js.map +2 -2
  316. package/lib/cjs/src/internal/secure-channel/model/Errors.js +1 -1
  317. package/lib/cjs/src/internal/secure-channel/model/Errors.js.map +3 -3
  318. package/lib/cjs/src/internal/secure-channel/model/Params.js +1 -1
  319. package/lib/cjs/src/internal/secure-channel/model/Params.js.map +1 -1
  320. package/lib/cjs/src/internal/secure-channel/service/DefaultSecureChannelService.js +1 -1
  321. package/lib/cjs/src/internal/secure-channel/service/DefaultSecureChannelService.js.map +3 -3
  322. package/lib/cjs/src/internal/secure-channel/service/DefaultSecureChannelService.test.js +1 -1
  323. package/lib/cjs/src/internal/secure-channel/service/DefaultSecureChannelService.test.js.map +3 -3
  324. package/lib/cjs/src/internal/secure-channel/service/SecureChannelService.js +1 -1
  325. package/lib/cjs/src/internal/secure-channel/service/SecureChannelService.js.map +1 -1
  326. package/lib/cjs/src/internal/send/di/sendModule.js +1 -1
  327. package/lib/cjs/src/internal/send/di/sendModule.js.map +3 -3
  328. package/lib/cjs/src/internal/send/di/sendModule.test.js +1 -1
  329. package/lib/cjs/src/internal/send/di/sendModule.test.js.map +2 -2
  330. package/lib/cjs/src/internal/send/use-case/SendApduUseCase.js +1 -1
  331. package/lib/cjs/src/internal/send/use-case/SendApduUseCase.js.map +3 -3
  332. package/lib/cjs/src/internal/send/use-case/SendApduUseCase.test.js +1 -1
  333. package/lib/cjs/src/internal/send/use-case/SendApduUseCase.test.js.map +3 -3
  334. package/lib/cjs/src/internal/transport/di/transportModule.js +1 -1
  335. package/lib/cjs/src/internal/transport/di/transportModule.js.map +3 -3
  336. package/lib/cjs/src/internal/transport/di/transportModule.test.js +1 -1
  337. package/lib/cjs/src/internal/transport/di/transportModule.test.js.map +2 -2
  338. package/lib/esm/package.json +22 -23
  339. package/lib/esm/src/api/DeviceManagementKit.js +1 -1
  340. package/lib/esm/src/api/DeviceManagementKit.js.map +3 -3
  341. package/lib/esm/src/api/DeviceManagementKit.test.js +1 -1
  342. package/lib/esm/src/api/DeviceManagementKit.test.js.map +3 -3
  343. package/lib/esm/src/api/DeviceManagementKitBuilder.js +1 -1
  344. package/lib/esm/src/api/DeviceManagementKitBuilder.js.map +3 -3
  345. package/lib/esm/src/api/command/di/commandModule.js +1 -1
  346. package/lib/esm/src/api/command/di/commandModule.js.map +3 -3
  347. package/lib/esm/src/api/command/di/commandModule.test.js +1 -1
  348. package/lib/esm/src/api/command/di/commandModule.test.js.map +2 -2
  349. package/lib/esm/src/api/command/os/GetCustomImageSizeCommand.js +2 -0
  350. package/lib/esm/src/api/command/os/GetCustomImageSizeCommand.js.map +7 -0
  351. package/lib/esm/src/api/command/os/GetCustomImageSizeCommand.test.js +2 -0
  352. package/lib/esm/src/api/command/os/GetCustomImageSizeCommand.test.js.map +7 -0
  353. package/lib/esm/src/api/command/os/GetOsVersionCommand.js +1 -1
  354. package/lib/esm/src/api/command/os/GetOsVersionCommand.js.map +3 -3
  355. package/lib/esm/src/api/command/os/GetOsVersionCommand.test.js +1 -1
  356. package/lib/esm/src/api/command/os/GetOsVersionCommand.test.js.map +3 -3
  357. package/lib/esm/src/api/command/os/ListLanguagePackCommand.js +2 -0
  358. package/lib/esm/src/api/command/os/ListLanguagePackCommand.js.map +7 -0
  359. package/lib/esm/src/api/command/os/ListLanguagePackCommand.test.js +2 -0
  360. package/lib/esm/src/api/command/os/ListLanguagePackCommand.test.js.map +7 -0
  361. package/lib/esm/src/api/command/os/SecureElementFlagsParser.js +2 -0
  362. package/lib/esm/src/api/command/os/SecureElementFlagsParser.js.map +7 -0
  363. package/lib/esm/src/api/command/os/SecureElementFlagsParser.test.js +2 -0
  364. package/lib/esm/src/api/command/os/SecureElementFlagsParser.test.js.map +7 -0
  365. package/lib/esm/src/api/command/os/__mocks__/GetOsVersionCommand.js +1 -1
  366. package/lib/esm/src/api/command/os/__mocks__/GetOsVersionCommand.js.map +2 -2
  367. package/lib/esm/src/api/command/use-case/SendCommandUseCase.js +1 -1
  368. package/lib/esm/src/api/command/use-case/SendCommandUseCase.js.map +3 -3
  369. package/lib/esm/src/api/command/use-case/SendCommandUseCase.test.js +1 -1
  370. package/lib/esm/src/api/command/use-case/SendCommandUseCase.test.js.map +3 -3
  371. package/lib/esm/src/api/device/SecureElementFlags.js +1 -0
  372. package/lib/esm/src/api/device/SecureElementFlags.js.map +7 -0
  373. package/lib/esm/src/api/device-action/__test-utils__/makeInternalApi.js +1 -1
  374. package/lib/esm/src/api/device-action/__test-utils__/makeInternalApi.js.map +3 -3
  375. package/lib/esm/src/api/device-action/__test-utils__/setupTestMachine.js +1 -1
  376. package/lib/esm/src/api/device-action/__test-utils__/setupTestMachine.js.map +3 -3
  377. package/lib/esm/src/api/device-action/di/deviceActionModule.js +1 -1
  378. package/lib/esm/src/api/device-action/di/deviceActionModule.js.map +3 -3
  379. package/lib/esm/src/api/device-action/di/deviceActionModule.test.js +1 -1
  380. package/lib/esm/src/api/device-action/di/deviceActionModule.test.js.map +2 -2
  381. package/lib/esm/src/api/device-action/model/UserInteractionRequired.js +1 -1
  382. package/lib/esm/src/api/device-action/model/UserInteractionRequired.js.map +2 -2
  383. package/lib/esm/src/api/device-action/os/CallTaskInAppDeviceAction/CallTaskInAppDeviceAction.js +1 -1
  384. package/lib/esm/src/api/device-action/os/CallTaskInAppDeviceAction/CallTaskInAppDeviceAction.js.map +2 -2
  385. package/lib/esm/src/api/device-action/os/CallTaskInAppDeviceAction/CallTaskInAppDeviceAction.test.js +1 -1
  386. package/lib/esm/src/api/device-action/os/CallTaskInAppDeviceAction/CallTaskInAppDeviceAction.test.js.map +2 -2
  387. package/lib/esm/src/api/device-action/os/Errors.js +1 -1
  388. package/lib/esm/src/api/device-action/os/Errors.js.map +3 -3
  389. package/lib/esm/src/api/device-action/os/GetDeviceMetadata/GetDeviceMetadataDeviceAction.js +2 -0
  390. package/lib/esm/src/api/device-action/os/GetDeviceMetadata/GetDeviceMetadataDeviceAction.js.map +7 -0
  391. package/lib/esm/src/api/device-action/os/GetDeviceMetadata/GetDeviceMetadataDeviceAction.test.js +2 -0
  392. package/lib/esm/src/api/device-action/os/GetDeviceMetadata/GetDeviceMetadataDeviceAction.test.js.map +7 -0
  393. package/lib/esm/src/api/device-action/os/GetDeviceMetadata/types.js +1 -0
  394. package/lib/esm/src/api/device-action/os/GetDeviceMetadata/types.js.map +7 -0
  395. package/lib/esm/src/api/device-action/os/GetDeviceStatus/GetDeviceStatusDeviceAction.js +1 -1
  396. package/lib/esm/src/api/device-action/os/GetDeviceStatus/GetDeviceStatusDeviceAction.js.map +2 -2
  397. package/lib/esm/src/api/device-action/os/GetDeviceStatus/GetDeviceStatusDeviceAction.test.js +1 -1
  398. package/lib/esm/src/api/device-action/os/GetDeviceStatus/GetDeviceStatusDeviceAction.test.js.map +2 -2
  399. package/lib/esm/src/api/device-action/os/GoToDashboard/GoToDashboardDeviceAction.test.js +1 -1
  400. package/lib/esm/src/api/device-action/os/GoToDashboard/GoToDashboardDeviceAction.test.js.map +2 -2
  401. package/lib/esm/src/api/device-action/os/InstallOrUpdateApps/InstallOrUpdateAppsDeviceAction.js +2 -0
  402. package/lib/esm/src/api/device-action/os/InstallOrUpdateApps/InstallOrUpdateAppsDeviceAction.js.map +7 -0
  403. package/lib/esm/src/api/device-action/os/InstallOrUpdateApps/InstallOrUpdateAppsDeviceAction.test.js +2 -0
  404. package/lib/esm/src/api/device-action/os/InstallOrUpdateApps/InstallOrUpdateAppsDeviceAction.test.js.map +7 -0
  405. package/lib/esm/src/api/device-action/os/InstallOrUpdateApps/types.js +1 -0
  406. package/lib/esm/src/api/device-action/os/InstallOrUpdateApps/types.js.map +7 -0
  407. package/lib/esm/src/api/device-action/os/ListApps/ListAppsDeviceAction.js +1 -1
  408. package/lib/esm/src/api/device-action/os/ListApps/ListAppsDeviceAction.js.map +2 -2
  409. package/lib/esm/src/api/device-action/os/ListAppsWithMetadata/ListAppsWithMetadataDeviceAction.js +1 -1
  410. package/lib/esm/src/api/device-action/os/ListAppsWithMetadata/ListAppsWithMetadataDeviceAction.js.map +3 -3
  411. package/lib/esm/src/api/device-action/os/ListAppsWithMetadata/ListAppsWithMetadataDeviceAction.test.js +1 -1
  412. package/lib/esm/src/api/device-action/os/ListAppsWithMetadata/ListAppsWithMetadataDeviceAction.test.js.map +3 -3
  413. package/lib/esm/src/api/device-action/os/OpenAppDeviceAction/OpenAppDeviceAction.test.js +1 -1
  414. package/lib/esm/src/api/device-action/os/OpenAppDeviceAction/OpenAppDeviceAction.test.js.map +2 -2
  415. package/lib/esm/src/api/device-action/os/OpenAppWithDependencies/OpenAppWithDependenciesDeviceAction.js +2 -0
  416. package/lib/esm/src/api/device-action/os/OpenAppWithDependencies/OpenAppWithDependenciesDeviceAction.js.map +7 -0
  417. package/lib/esm/src/api/device-action/os/OpenAppWithDependencies/OpenAppWithDependenciesDeviceAction.test.js +2 -0
  418. package/lib/esm/src/api/device-action/os/OpenAppWithDependencies/OpenAppWithDependenciesDeviceAction.test.js.map +7 -0
  419. package/lib/esm/src/api/device-action/os/OpenAppWithDependencies/types.js +1 -0
  420. package/lib/esm/src/api/device-action/os/OpenAppWithDependencies/types.js.map +7 -0
  421. package/lib/esm/src/api/device-action/os/SendCommandInAppDeviceAction/SendCommandInAppDeviceAction.js +1 -1
  422. package/lib/esm/src/api/device-action/os/SendCommandInAppDeviceAction/SendCommandInAppDeviceAction.js.map +2 -2
  423. package/lib/esm/src/api/device-action/os/SendCommandInAppDeviceAction/SendCommandInAppDeviceAction.test.js +1 -1
  424. package/lib/esm/src/api/device-action/os/SendCommandInAppDeviceAction/SendCommandInAppDeviceAction.test.js.map +2 -2
  425. package/lib/esm/src/api/device-action/task/BuildAppsInstallPlanTask.js +2 -0
  426. package/lib/esm/src/api/device-action/task/BuildAppsInstallPlanTask.js.map +7 -0
  427. package/lib/esm/src/api/device-action/task/BuildAppsInstallPlanTask.test.js +2 -0
  428. package/lib/esm/src/api/device-action/task/BuildAppsInstallPlanTask.test.js.map +7 -0
  429. package/lib/esm/src/api/device-action/task/GetApplicationsMetadataTask.js +2 -0
  430. package/lib/esm/src/api/device-action/task/GetApplicationsMetadataTask.js.map +7 -0
  431. package/lib/esm/src/api/device-action/task/GetApplicationsMetadataTask.test.js +2 -0
  432. package/lib/esm/src/api/device-action/task/GetApplicationsMetadataTask.test.js.map +7 -0
  433. package/lib/esm/src/api/device-action/task/GetFirmwareMetadataTask.js +2 -0
  434. package/lib/esm/src/api/device-action/task/GetFirmwareMetadataTask.js.map +7 -0
  435. package/lib/esm/src/api/device-action/task/GetFirmwareMetadataTask.test.js +2 -0
  436. package/lib/esm/src/api/device-action/task/GetFirmwareMetadataTask.test.js.map +7 -0
  437. package/lib/esm/src/api/device-action/task/PredictOutOfMemoryTask.js +2 -0
  438. package/lib/esm/src/api/device-action/task/PredictOutOfMemoryTask.js.map +7 -0
  439. package/lib/esm/src/api/device-action/task/PredictOutOfMemoryTask.test.js +2 -0
  440. package/lib/esm/src/api/device-action/task/PredictOutOfMemoryTask.test.js.map +7 -0
  441. package/lib/esm/src/api/device-model/data/StaticDeviceModelDataSource.js +1 -1
  442. package/lib/esm/src/api/device-model/data/StaticDeviceModelDataSource.js.map +2 -2
  443. package/lib/esm/src/api/device-model/model/DeviceModel.js +1 -1
  444. package/lib/esm/src/api/device-model/model/DeviceModel.js.map +2 -2
  445. package/lib/esm/src/api/device-model/model/DeviceModel.stub.js +1 -1
  446. package/lib/esm/src/api/device-model/model/DeviceModel.stub.js.map +2 -2
  447. package/lib/esm/src/api/device-session/DeviceSessionState.js +1 -1
  448. package/lib/esm/src/api/device-session/DeviceSessionState.js.map +2 -2
  449. package/lib/esm/src/api/device-session/use-case/DisableDeviceSessionRefresher.js +2 -0
  450. package/lib/esm/src/api/device-session/use-case/DisableDeviceSessionRefresher.js.map +7 -0
  451. package/lib/esm/src/api/device-session/use-case/DisableDeviceSessionRefresher.test.js +2 -0
  452. package/lib/esm/src/api/device-session/use-case/DisableDeviceSessionRefresher.test.js.map +7 -0
  453. package/lib/esm/src/api/index.js +1 -1
  454. package/lib/esm/src/api/index.js.map +3 -3
  455. package/lib/esm/src/api/logger-subscriber/service/WebLogsExporterLogger.test.js +1 -1
  456. package/lib/esm/src/api/logger-subscriber/service/WebLogsExporterLogger.test.js.map +3 -3
  457. package/lib/esm/src/api/secure-channel/constants.js +2 -0
  458. package/lib/esm/src/api/secure-channel/constants.js.map +7 -0
  459. package/lib/esm/src/api/secure-channel/device-action/GenuineCheck/GenuineCheckDeviceAction.js +2 -0
  460. package/lib/esm/src/api/secure-channel/device-action/GenuineCheck/GenuineCheckDeviceAction.js.map +7 -0
  461. package/lib/esm/src/api/secure-channel/device-action/GenuineCheck/GenuineCheckDeviceAction.test.js +2 -0
  462. package/lib/esm/src/api/secure-channel/device-action/GenuineCheck/GenuineCheckDeviceAction.test.js.map +7 -0
  463. package/lib/esm/src/api/secure-channel/device-action/GenuineCheck/types.js +1 -0
  464. package/lib/esm/src/api/secure-channel/device-action/GenuineCheck/types.js.map +7 -0
  465. package/lib/esm/src/api/secure-channel/device-action/InstallApp/InstallAppDeviceAction.js +2 -0
  466. package/lib/esm/src/api/secure-channel/device-action/InstallApp/InstallAppDeviceAction.js.map +7 -0
  467. package/lib/esm/src/api/secure-channel/device-action/InstallApp/InstallAppDeviceAction.test.js +2 -0
  468. package/lib/esm/src/api/secure-channel/device-action/InstallApp/InstallAppDeviceAction.test.js.map +7 -0
  469. package/lib/esm/src/api/secure-channel/device-action/InstallApp/types.js +1 -0
  470. package/lib/esm/src/api/secure-channel/device-action/InstallApp/types.js.map +7 -0
  471. package/lib/esm/src/api/secure-channel/device-action/ListInstalledApps/ListInstalledAppsDeviceAction.js +2 -0
  472. package/lib/esm/src/api/secure-channel/device-action/ListInstalledApps/ListInstalledAppsDeviceAction.js.map +7 -0
  473. package/lib/esm/src/api/secure-channel/device-action/ListInstalledApps/ListInstalledAppsDeviceAction.test.js +2 -0
  474. package/lib/esm/src/api/secure-channel/device-action/ListInstalledApps/ListInstalledAppsDeviceAction.test.js.map +7 -0
  475. package/lib/esm/src/api/secure-channel/device-action/ListInstalledApps/types.js +2 -0
  476. package/lib/esm/src/api/secure-channel/device-action/ListInstalledApps/types.js.map +7 -0
  477. package/lib/esm/src/api/secure-channel/device-action/UninstallApp/UninstallAppDeviceAction.js +2 -0
  478. package/lib/esm/src/api/secure-channel/device-action/UninstallApp/UninstallAppDeviceAction.js.map +7 -0
  479. package/lib/esm/src/api/secure-channel/device-action/UninstallApp/UninstallAppDeviceAction.test.js +2 -0
  480. package/lib/esm/src/api/secure-channel/device-action/UninstallApp/UninstallAppDeviceAction.test.js.map +7 -0
  481. package/lib/esm/src/api/secure-channel/device-action/UninstallApp/types.js +1 -0
  482. package/lib/esm/src/api/secure-channel/device-action/UninstallApp/types.js.map +7 -0
  483. package/lib/esm/src/api/secure-channel/task/ConnectToSecureChannelTask.js +2 -0
  484. package/lib/esm/src/api/secure-channel/task/ConnectToSecureChannelTask.js.map +7 -0
  485. package/lib/esm/src/api/secure-channel/task/ConnectToSecureChannelTask.test.js +2 -0
  486. package/lib/esm/src/api/secure-channel/task/ConnectToSecureChannelTask.test.js.map +7 -0
  487. package/lib/esm/src/api/secure-channel/task/types.js +2 -0
  488. package/lib/esm/src/api/secure-channel/task/types.js.map +7 -0
  489. package/lib/esm/src/api/secure-channel/types.js +1 -0
  490. package/lib/esm/src/api/secure-channel/types.js.map +7 -0
  491. package/lib/esm/src/api/secure-channel/utils.js +2 -0
  492. package/lib/esm/src/api/secure-channel/utils.js.map +7 -0
  493. package/lib/esm/src/api/secure-channel/utils.test.js +2 -0
  494. package/lib/esm/src/api/secure-channel/utils.test.js.map +7 -0
  495. package/lib/esm/src/api/transport/model/DeviceConnectionStateMachine.js +1 -1
  496. package/lib/esm/src/api/transport/model/DeviceConnectionStateMachine.js.map +3 -3
  497. package/lib/esm/src/api/transport/model/Errors.js +1 -1
  498. package/lib/esm/src/api/transport/model/Errors.js.map +3 -3
  499. package/lib/esm/src/api/transport/model/TransportConnectedDevice.test.js +1 -1
  500. package/lib/esm/src/api/transport/model/TransportConnectedDevice.test.js.map +3 -3
  501. package/lib/esm/src/di.js +1 -1
  502. package/lib/esm/src/di.js.map +3 -3
  503. package/lib/esm/src/internal/config/di/configModule.js +1 -1
  504. package/lib/esm/src/internal/config/di/configModule.js.map +3 -3
  505. package/lib/esm/src/internal/config/di/configModule.test.js +1 -1
  506. package/lib/esm/src/internal/config/di/configModule.test.js.map +2 -2
  507. package/lib/esm/src/internal/device-model/di/deviceModelModule.js +1 -1
  508. package/lib/esm/src/internal/device-model/di/deviceModelModule.js.map +3 -3
  509. package/lib/esm/src/internal/device-model/di/deviceModelModule.test.js +1 -1
  510. package/lib/esm/src/internal/device-model/di/deviceModelModule.test.js.map +2 -2
  511. package/lib/esm/src/internal/device-session/data/ApduResponseConst.js +1 -1
  512. package/lib/esm/src/internal/device-session/data/ApduResponseConst.js.map +3 -3
  513. package/lib/esm/src/internal/device-session/data/DeviceSessionRefresherConst.js +1 -1
  514. package/lib/esm/src/internal/device-session/data/DeviceSessionRefresherConst.js.map +3 -3
  515. package/lib/esm/src/internal/device-session/di/deviceSessionModule.js +1 -1
  516. package/lib/esm/src/internal/device-session/di/deviceSessionModule.js.map +3 -3
  517. package/lib/esm/src/internal/device-session/di/deviceSessionModule.test.js +1 -1
  518. package/lib/esm/src/internal/device-session/di/deviceSessionModule.test.js.map +2 -2
  519. package/lib/esm/src/internal/device-session/di/deviceSessionTypes.js +1 -1
  520. package/lib/esm/src/internal/device-session/di/deviceSessionTypes.js.map +2 -2
  521. package/lib/esm/src/internal/device-session/model/DevicePinger.js +2 -0
  522. package/lib/esm/src/internal/device-session/model/DevicePinger.js.map +7 -0
  523. package/lib/esm/src/internal/device-session/model/DevicePinger.test.js +2 -0
  524. package/lib/esm/src/internal/device-session/model/DevicePinger.test.js.map +7 -0
  525. package/lib/esm/src/internal/device-session/model/DeviceSession.js +1 -1
  526. package/lib/esm/src/internal/device-session/model/DeviceSession.js.map +3 -3
  527. package/lib/esm/src/internal/device-session/model/DeviceSession.stub.js +1 -1
  528. package/lib/esm/src/internal/device-session/model/DeviceSession.stub.js.map +3 -3
  529. package/lib/esm/src/internal/device-session/model/DeviceSessionEventDispatcher.js +2 -0
  530. package/lib/esm/src/internal/device-session/model/DeviceSessionEventDispatcher.js.map +7 -0
  531. package/lib/esm/src/internal/device-session/model/DeviceSessionEventDispatcher.test.js +2 -0
  532. package/lib/esm/src/internal/device-session/model/DeviceSessionEventDispatcher.test.js.map +7 -0
  533. package/lib/esm/src/internal/device-session/model/DeviceSessionRefresher.js +1 -1
  534. package/lib/esm/src/internal/device-session/model/DeviceSessionRefresher.js.map +3 -3
  535. package/lib/esm/src/internal/device-session/model/DeviceSessionRefresher.test.js +1 -1
  536. package/lib/esm/src/internal/device-session/model/DeviceSessionRefresher.test.js.map +3 -3
  537. package/lib/esm/src/internal/device-session/model/DeviceSessionStateHandler.js +2 -0
  538. package/lib/esm/src/internal/device-session/model/DeviceSessionStateHandler.js.map +7 -0
  539. package/lib/esm/src/internal/device-session/model/DeviceSessionStateHandler.test.js +2 -0
  540. package/lib/esm/src/internal/device-session/model/DeviceSessionStateHandler.test.js.map +7 -0
  541. package/lib/esm/src/internal/device-session/model/Frame.js +1 -1
  542. package/lib/esm/src/internal/device-session/model/Frame.js.map +3 -3
  543. package/lib/esm/src/internal/device-session/service/DefaultApduSenderService.js +1 -1
  544. package/lib/esm/src/internal/device-session/service/DefaultApduSenderService.js.map +2 -2
  545. package/lib/esm/src/internal/device-session/service/DefaultDeviceSessionService.test.js +1 -1
  546. package/lib/esm/src/internal/device-session/service/DefaultDeviceSessionService.test.js.map +3 -3
  547. package/lib/esm/src/internal/device-session/service/MutexService.js +2 -0
  548. package/lib/esm/src/internal/device-session/service/MutexService.js.map +7 -0
  549. package/lib/esm/src/internal/device-session/service/MutexService.test.js +2 -0
  550. package/lib/esm/src/internal/device-session/service/MutexService.test.js.map +7 -0
  551. package/lib/esm/src/internal/device-session/service/RefresherService.js +2 -0
  552. package/lib/esm/src/internal/device-session/service/RefresherService.js.map +7 -0
  553. package/lib/esm/src/internal/device-session/service/RefresherService.test.js +2 -0
  554. package/lib/esm/src/internal/device-session/service/RefresherService.test.js.map +7 -0
  555. package/lib/esm/src/internal/device-session/use-case/CloseSessionsUseCase.test.js +1 -1
  556. package/lib/esm/src/internal/device-session/use-case/CloseSessionsUseCase.test.js.map +3 -3
  557. package/lib/esm/src/internal/device-session/use-case/GetDeviceSessionStateUseCase.test.js +1 -1
  558. package/lib/esm/src/internal/device-session/use-case/GetDeviceSessionStateUseCase.test.js.map +3 -3
  559. package/lib/esm/src/internal/device-session/utils/deviceSessionUtils.js +2 -0
  560. package/lib/esm/src/internal/device-session/utils/deviceSessionUtils.js.map +7 -0
  561. package/lib/esm/src/internal/discovery/di/discoveryModule.js +1 -1
  562. package/lib/esm/src/internal/discovery/di/discoveryModule.js.map +3 -3
  563. package/lib/esm/src/internal/discovery/di/discoveryModule.test.js +1 -1
  564. package/lib/esm/src/internal/discovery/di/discoveryModule.test.js.map +2 -2
  565. package/lib/esm/src/internal/discovery/use-case/ConnectUseCase.js +1 -1
  566. package/lib/esm/src/internal/discovery/use-case/ConnectUseCase.js.map +3 -3
  567. package/lib/esm/src/internal/discovery/use-case/ConnectUseCase.test.js +1 -1
  568. package/lib/esm/src/internal/discovery/use-case/ConnectUseCase.test.js.map +3 -3
  569. package/lib/esm/src/internal/discovery/use-case/DisconnectUseCase.test.js +1 -1
  570. package/lib/esm/src/internal/discovery/use-case/DisconnectUseCase.test.js.map +3 -3
  571. package/lib/esm/src/internal/discovery/use-case/GetConnectedDeviceUseCase.test.js +1 -1
  572. package/lib/esm/src/internal/discovery/use-case/GetConnectedDeviceUseCase.test.js.map +3 -3
  573. package/lib/esm/src/internal/discovery/use-case/ListConnectedDevicesUseCase.test.js +1 -1
  574. package/lib/esm/src/internal/discovery/use-case/ListConnectedDevicesUseCase.test.js.map +3 -3
  575. package/lib/esm/src/internal/discovery/use-case/ListenToAvailableDevicesUseCase.js +1 -1
  576. package/lib/esm/src/internal/discovery/use-case/ListenToAvailableDevicesUseCase.js.map +3 -3
  577. package/lib/esm/src/internal/discovery/use-case/ListenToAvailableDevicesUseCase.test.js +1 -1
  578. package/lib/esm/src/internal/discovery/use-case/ListenToAvailableDevicesUseCase.test.js.map +3 -3
  579. package/lib/esm/src/internal/discovery/use-case/ListenToConnectedDeviceUseCase.js +1 -1
  580. package/lib/esm/src/internal/discovery/use-case/ListenToConnectedDeviceUseCase.js.map +3 -3
  581. package/lib/esm/src/internal/discovery/use-case/ListenToConnectedDeviceUseCase.test.js +1 -1
  582. package/lib/esm/src/internal/discovery/use-case/ListenToConnectedDeviceUseCase.test.js.map +3 -3
  583. package/lib/esm/src/internal/discovery/use-case/StartDiscoveringUseCase.js +1 -1
  584. package/lib/esm/src/internal/discovery/use-case/StartDiscoveringUseCase.js.map +2 -2
  585. package/lib/esm/src/internal/discovery/use-case/StopDiscoveringUseCase.js +1 -1
  586. package/lib/esm/src/internal/discovery/use-case/StopDiscoveringUseCase.js.map +3 -3
  587. package/lib/esm/src/internal/discovery/use-case/StopDiscoveringUseCase.test.js +1 -1
  588. package/lib/esm/src/internal/discovery/use-case/StopDiscoveringUseCase.test.js.map +3 -3
  589. package/lib/esm/src/internal/logger-publisher/di/loggerModule.js +1 -1
  590. package/lib/esm/src/internal/logger-publisher/di/loggerModule.js.map +3 -3
  591. package/lib/esm/src/internal/logger-publisher/di/loggerModule.test.js +1 -1
  592. package/lib/esm/src/internal/logger-publisher/di/loggerModule.test.js.map +2 -2
  593. package/lib/esm/src/internal/manager-api/data/AxiosManagerApiDataSource.js +1 -1
  594. package/lib/esm/src/internal/manager-api/data/AxiosManagerApiDataSource.js.map +3 -3
  595. package/lib/esm/src/internal/manager-api/data/AxiosManagerApiDataSource.test.js +1 -1
  596. package/lib/esm/src/internal/manager-api/data/AxiosManagerApiDataSource.test.js.map +3 -3
  597. package/lib/esm/src/internal/manager-api/data/ManagerApiDto.js +1 -1
  598. package/lib/esm/src/internal/manager-api/data/ManagerApiDto.js.map +1 -1
  599. package/lib/esm/src/internal/manager-api/data/__mocks__/AxiosManagerApiDataSource.js +1 -1
  600. package/lib/esm/src/internal/manager-api/data/__mocks__/AxiosManagerApiDataSource.js.map +2 -2
  601. package/lib/esm/src/internal/manager-api/di/managerApiModule.js +1 -1
  602. package/lib/esm/src/internal/manager-api/di/managerApiModule.js.map +3 -3
  603. package/lib/esm/src/internal/manager-api/di/managerApiModule.test.js +1 -1
  604. package/lib/esm/src/internal/manager-api/di/managerApiModule.test.js.map +2 -2
  605. package/lib/esm/src/internal/manager-api/di/managerApiTypes.js +1 -1
  606. package/lib/esm/src/internal/manager-api/di/managerApiTypes.js.map +2 -2
  607. package/lib/esm/src/internal/manager-api/model/Application.js +1 -1
  608. package/lib/esm/src/internal/manager-api/model/Application.js.map +1 -1
  609. package/lib/esm/src/internal/manager-api/model/Const.js +1 -1
  610. package/lib/esm/src/internal/manager-api/model/Const.js.map +3 -3
  611. package/lib/esm/src/internal/manager-api/model/Language.js +1 -0
  612. package/lib/esm/src/internal/manager-api/model/Language.js.map +7 -0
  613. package/lib/esm/src/internal/manager-api/model/Params.js +1 -0
  614. package/lib/esm/src/internal/manager-api/model/Params.js.map +7 -0
  615. package/lib/esm/src/internal/manager-api/service/DefaultManagerApiService.js +1 -1
  616. package/lib/esm/src/internal/manager-api/service/DefaultManagerApiService.js.map +3 -3
  617. package/lib/esm/src/internal/manager-api/service/DefaultManagerApiService.test.js +1 -1
  618. package/lib/esm/src/internal/manager-api/service/DefaultManagerApiService.test.js.map +3 -3
  619. package/lib/esm/src/internal/manager-api/use-case/SetProviderUseCase.js +2 -0
  620. package/lib/esm/src/internal/manager-api/use-case/SetProviderUseCase.js.map +7 -0
  621. package/lib/esm/src/internal/manager-api/use-case/SetProviderUseCase.test.js +2 -0
  622. package/lib/esm/src/internal/manager-api/use-case/SetProviderUseCase.test.js.map +7 -0
  623. package/lib/esm/src/internal/secure-channel/data/DefaultSecureChannelDataSource.js +1 -1
  624. package/lib/esm/src/internal/secure-channel/data/DefaultSecureChannelDataSource.js.map +2 -2
  625. package/lib/esm/src/internal/secure-channel/data/DefaultSecureChannelDataSource.test.js +1 -1
  626. package/lib/esm/src/internal/secure-channel/data/DefaultSecureChannelDataSource.test.js.map +2 -2
  627. package/lib/esm/src/internal/secure-channel/di/secureChannelModule.js +1 -1
  628. package/lib/esm/src/internal/secure-channel/di/secureChannelModule.js.map +3 -3
  629. package/lib/esm/src/internal/secure-channel/di/secureChannelModule.test.js +1 -1
  630. package/lib/esm/src/internal/secure-channel/di/secureChannelModule.test.js.map +2 -2
  631. package/lib/esm/src/internal/secure-channel/model/Errors.js +1 -1
  632. package/lib/esm/src/internal/secure-channel/model/Errors.js.map +3 -3
  633. package/lib/esm/src/internal/secure-channel/service/DefaultSecureChannelService.js +1 -1
  634. package/lib/esm/src/internal/secure-channel/service/DefaultSecureChannelService.js.map +3 -3
  635. package/lib/esm/src/internal/secure-channel/service/DefaultSecureChannelService.test.js +1 -1
  636. package/lib/esm/src/internal/secure-channel/service/DefaultSecureChannelService.test.js.map +3 -3
  637. package/lib/esm/src/internal/send/di/sendModule.js +1 -1
  638. package/lib/esm/src/internal/send/di/sendModule.js.map +3 -3
  639. package/lib/esm/src/internal/send/di/sendModule.test.js +1 -1
  640. package/lib/esm/src/internal/send/di/sendModule.test.js.map +2 -2
  641. package/lib/esm/src/internal/send/use-case/SendApduUseCase.js +1 -1
  642. package/lib/esm/src/internal/send/use-case/SendApduUseCase.js.map +3 -3
  643. package/lib/esm/src/internal/send/use-case/SendApduUseCase.test.js +1 -1
  644. package/lib/esm/src/internal/send/use-case/SendApduUseCase.test.js.map +3 -3
  645. package/lib/esm/src/internal/transport/di/transportModule.js +1 -1
  646. package/lib/esm/src/internal/transport/di/transportModule.js.map +3 -3
  647. package/lib/esm/src/internal/transport/di/transportModule.test.js +1 -1
  648. package/lib/esm/src/internal/transport/di/transportModule.test.js.map +2 -2
  649. package/lib/types/src/api/DeviceManagementKit.d.ts +26 -10
  650. package/lib/types/src/api/DeviceManagementKit.d.ts.map +1 -1
  651. package/lib/types/src/api/DeviceManagementKitBuilder.d.ts.map +1 -1
  652. package/lib/types/src/api/DmkConfig.d.ts +2 -0
  653. package/lib/types/src/api/DmkConfig.d.ts.map +1 -1
  654. package/lib/types/src/api/apdu/utils/ApduBuilder.d.ts.map +1 -1
  655. package/lib/types/src/api/apdu/utils/ApduParser.d.ts.map +1 -1
  656. package/lib/types/src/api/apdu/utils/ByteArrayBuilder.d.ts.map +1 -1
  657. package/lib/types/src/api/command/di/commandModule.d.ts.map +1 -1
  658. package/lib/types/src/api/command/os/GetCustomImageSizeCommand.d.ts +16 -0
  659. package/lib/types/src/api/command/os/GetCustomImageSizeCommand.d.ts.map +1 -0
  660. package/lib/types/src/api/command/os/GetCustomImageSizeCommand.test.d.ts +2 -0
  661. package/lib/types/src/api/command/os/GetCustomImageSizeCommand.test.d.ts.map +1 -0
  662. package/lib/types/src/api/command/os/GetOsVersionCommand.d.ts +38 -4
  663. package/lib/types/src/api/command/os/GetOsVersionCommand.d.ts.map +1 -1
  664. package/lib/types/src/api/command/os/ListLanguagePackCommand.d.ts +24 -0
  665. package/lib/types/src/api/command/os/ListLanguagePackCommand.d.ts.map +1 -0
  666. package/lib/types/src/api/command/os/ListLanguagePackCommand.test.d.ts +2 -0
  667. package/lib/types/src/api/command/os/ListLanguagePackCommand.test.d.ts.map +1 -0
  668. package/lib/types/src/api/command/os/SecureElementFlagsParser.d.ts +43 -0
  669. package/lib/types/src/api/command/os/SecureElementFlagsParser.d.ts.map +1 -0
  670. package/lib/types/src/api/command/os/SecureElementFlagsParser.test.d.ts +2 -0
  671. package/lib/types/src/api/command/os/SecureElementFlagsParser.test.d.ts.map +1 -0
  672. package/lib/types/src/api/command/os/__mocks__/GetOsVersionCommand.d.ts.map +1 -1
  673. package/lib/types/src/api/command/use-case/SendCommandUseCase.d.ts +5 -1
  674. package/lib/types/src/api/command/use-case/SendCommandUseCase.d.ts.map +1 -1
  675. package/lib/types/src/api/command/utils/CommandErrors.d.ts.map +1 -1
  676. package/lib/types/src/api/device/SecureElementFlags.d.ts +41 -0
  677. package/lib/types/src/api/device/SecureElementFlags.d.ts.map +1 -0
  678. package/lib/types/src/api/device-action/DeviceAction.d.ts +4 -1
  679. package/lib/types/src/api/device-action/DeviceAction.d.ts.map +1 -1
  680. package/lib/types/src/api/device-action/__test-utils__/makeInternalApi.d.ts.map +1 -1
  681. package/lib/types/src/api/device-action/__test-utils__/setupTestMachine.d.ts +9 -0
  682. package/lib/types/src/api/device-action/__test-utils__/setupTestMachine.d.ts.map +1 -1
  683. package/lib/types/src/api/device-action/di/deviceActionModule.d.ts.map +1 -1
  684. package/lib/types/src/api/device-action/model/UserInteractionRequired.d.ts +3 -2
  685. package/lib/types/src/api/device-action/model/UserInteractionRequired.d.ts.map +1 -1
  686. package/lib/types/src/api/device-action/os/CallTaskInAppDeviceAction/CallTaskInAppDeviceAction.d.ts.map +1 -1
  687. package/lib/types/src/api/device-action/os/CallTaskInAppDeviceAction/CallTaskInAppDeviceActionTypes.d.ts +1 -0
  688. package/lib/types/src/api/device-action/os/CallTaskInAppDeviceAction/CallTaskInAppDeviceActionTypes.d.ts.map +1 -1
  689. package/lib/types/src/api/device-action/os/Errors.d.ts +10 -0
  690. package/lib/types/src/api/device-action/os/Errors.d.ts.map +1 -1
  691. package/lib/types/src/api/device-action/os/GetDeviceMetadata/GetDeviceMetadataDeviceAction.d.ts +58 -0
  692. package/lib/types/src/api/device-action/os/GetDeviceMetadata/GetDeviceMetadataDeviceAction.d.ts.map +1 -0
  693. package/lib/types/src/api/device-action/os/GetDeviceMetadata/GetDeviceMetadataDeviceAction.test.d.ts +2 -0
  694. package/lib/types/src/api/device-action/os/GetDeviceMetadata/GetDeviceMetadataDeviceAction.test.d.ts.map +1 -0
  695. package/lib/types/src/api/device-action/os/GetDeviceMetadata/types.d.ts +27 -0
  696. package/lib/types/src/api/device-action/os/GetDeviceMetadata/types.d.ts.map +1 -0
  697. package/lib/types/src/api/device-action/os/GetDeviceStatus/GetDeviceStatusDeviceAction.d.ts.map +1 -1
  698. package/lib/types/src/api/device-action/os/GoToDashboard/types.d.ts +3 -4
  699. package/lib/types/src/api/device-action/os/GoToDashboard/types.d.ts.map +1 -1
  700. package/lib/types/src/api/device-action/os/InstallOrUpdateApps/InstallOrUpdateAppsDeviceAction.d.ts +40 -0
  701. package/lib/types/src/api/device-action/os/InstallOrUpdateApps/InstallOrUpdateAppsDeviceAction.d.ts.map +1 -0
  702. package/lib/types/src/api/device-action/os/InstallOrUpdateApps/InstallOrUpdateAppsDeviceAction.test.d.ts +2 -0
  703. package/lib/types/src/api/device-action/os/InstallOrUpdateApps/InstallOrUpdateAppsDeviceAction.test.d.ts.map +1 -0
  704. package/lib/types/src/api/device-action/os/InstallOrUpdateApps/types.d.ts +64 -0
  705. package/lib/types/src/api/device-action/os/InstallOrUpdateApps/types.d.ts.map +1 -0
  706. package/lib/types/src/api/device-action/os/ListAppsWithMetadata/ListAppsWithMetadataDeviceAction.d.ts +1 -1
  707. package/lib/types/src/api/device-action/os/ListAppsWithMetadata/ListAppsWithMetadataDeviceAction.d.ts.map +1 -1
  708. package/lib/types/src/api/device-action/os/OpenAppWithDependencies/OpenAppWithDependenciesDeviceAction.d.ts +15 -0
  709. package/lib/types/src/api/device-action/os/OpenAppWithDependencies/OpenAppWithDependenciesDeviceAction.d.ts.map +1 -0
  710. package/lib/types/src/api/device-action/os/OpenAppWithDependencies/OpenAppWithDependenciesDeviceAction.test.d.ts +2 -0
  711. package/lib/types/src/api/device-action/os/OpenAppWithDependencies/OpenAppWithDependenciesDeviceAction.test.d.ts.map +1 -0
  712. package/lib/types/src/api/device-action/os/OpenAppWithDependencies/types.d.ts +25 -0
  713. package/lib/types/src/api/device-action/os/OpenAppWithDependencies/types.d.ts.map +1 -0
  714. package/lib/types/src/api/device-action/os/SendCommandInAppDeviceAction/SendCommandInAppDeviceAction.d.ts.map +1 -1
  715. package/lib/types/src/api/device-action/os/SendCommandInAppDeviceAction/SendCommandInAppDeviceActionTypes.d.ts +1 -0
  716. package/lib/types/src/api/device-action/os/SendCommandInAppDeviceAction/SendCommandInAppDeviceActionTypes.d.ts.map +1 -1
  717. package/lib/types/src/api/device-action/task/BuildAppsInstallPlanTask.d.ts +30 -0
  718. package/lib/types/src/api/device-action/task/BuildAppsInstallPlanTask.d.ts.map +1 -0
  719. package/lib/types/src/api/device-action/task/BuildAppsInstallPlanTask.test.d.ts +2 -0
  720. package/lib/types/src/api/device-action/task/BuildAppsInstallPlanTask.test.d.ts.map +1 -0
  721. package/lib/types/src/api/device-action/task/GetApplicationsMetadataTask.d.ts +31 -0
  722. package/lib/types/src/api/device-action/task/GetApplicationsMetadataTask.d.ts.map +1 -0
  723. package/lib/types/src/api/device-action/task/GetApplicationsMetadataTask.test.d.ts +2 -0
  724. package/lib/types/src/api/device-action/task/GetApplicationsMetadataTask.test.d.ts.map +1 -0
  725. package/lib/types/src/api/device-action/task/GetFirmwareMetadataTask.d.ts +18 -0
  726. package/lib/types/src/api/device-action/task/GetFirmwareMetadataTask.d.ts.map +1 -0
  727. package/lib/types/src/api/device-action/task/GetFirmwareMetadataTask.test.d.ts +2 -0
  728. package/lib/types/src/api/device-action/task/GetFirmwareMetadataTask.test.d.ts.map +1 -0
  729. package/lib/types/src/api/device-action/task/PredictOutOfMemoryTask.d.ts +21 -0
  730. package/lib/types/src/api/device-action/task/PredictOutOfMemoryTask.d.ts.map +1 -0
  731. package/lib/types/src/api/device-action/task/PredictOutOfMemoryTask.test.d.ts +2 -0
  732. package/lib/types/src/api/device-action/task/PredictOutOfMemoryTask.test.d.ts.map +1 -0
  733. package/lib/types/src/api/device-model/data/StaticDeviceModelDataSource.d.ts.map +1 -1
  734. package/lib/types/src/api/device-model/model/DeviceModel.d.ts +2 -0
  735. package/lib/types/src/api/device-model/model/DeviceModel.d.ts.map +1 -1
  736. package/lib/types/src/api/device-model/model/DeviceModel.stub.d.ts.map +1 -1
  737. package/lib/types/src/api/device-session/DeviceSessionState.d.ts +97 -0
  738. package/lib/types/src/api/device-session/DeviceSessionState.d.ts.map +1 -1
  739. package/lib/types/src/api/device-session/service/DefaultApduReceiverService.stub.d.ts.map +1 -1
  740. package/lib/types/src/api/device-session/service/DefaultApduSenderService.stub.d.ts.map +1 -1
  741. package/lib/types/src/api/device-session/use-case/{ToggleDeviceSessionRefresher.d.ts → DisableDeviceSessionRefresher.d.ts} +6 -6
  742. package/lib/types/src/api/device-session/use-case/DisableDeviceSessionRefresher.d.ts.map +1 -0
  743. package/lib/types/src/api/device-session/use-case/DisableDeviceSessionRefresher.test.d.ts +2 -0
  744. package/lib/types/src/api/device-session/use-case/DisableDeviceSessionRefresher.test.d.ts.map +1 -0
  745. package/lib/types/src/api/index.d.ts +10 -2
  746. package/lib/types/src/api/index.d.ts.map +1 -1
  747. package/lib/types/src/api/secure-channel/constants.d.ts +2 -0
  748. package/lib/types/src/api/secure-channel/constants.d.ts.map +1 -0
  749. package/lib/types/src/api/secure-channel/device-action/GenuineCheck/GenuineCheckDeviceAction.d.ts +8 -0
  750. package/lib/types/src/api/secure-channel/device-action/GenuineCheck/GenuineCheckDeviceAction.d.ts.map +1 -0
  751. package/lib/types/src/api/secure-channel/device-action/GenuineCheck/GenuineCheckDeviceAction.test.d.ts +2 -0
  752. package/lib/types/src/api/secure-channel/device-action/GenuineCheck/GenuineCheckDeviceAction.test.d.ts.map +1 -0
  753. package/lib/types/src/api/secure-channel/device-action/GenuineCheck/types.d.ts +48 -0
  754. package/lib/types/src/api/secure-channel/device-action/GenuineCheck/types.d.ts.map +1 -0
  755. package/lib/types/src/api/secure-channel/device-action/InstallApp/InstallAppDeviceAction.d.ts +8 -0
  756. package/lib/types/src/api/secure-channel/device-action/InstallApp/InstallAppDeviceAction.d.ts.map +1 -0
  757. package/lib/types/src/api/secure-channel/device-action/InstallApp/InstallAppDeviceAction.test.d.ts +2 -0
  758. package/lib/types/src/api/secure-channel/device-action/InstallApp/InstallAppDeviceAction.test.d.ts.map +1 -0
  759. package/lib/types/src/api/secure-channel/device-action/InstallApp/types.d.ts +44 -0
  760. package/lib/types/src/api/secure-channel/device-action/InstallApp/types.d.ts.map +1 -0
  761. package/lib/types/src/api/secure-channel/device-action/ListInstalledApps/ListInstalledAppsDeviceAction.d.ts +8 -0
  762. package/lib/types/src/api/secure-channel/device-action/ListInstalledApps/ListInstalledAppsDeviceAction.d.ts.map +1 -0
  763. package/lib/types/src/api/secure-channel/device-action/ListInstalledApps/ListInstalledAppsDeviceAction.test.d.ts +2 -0
  764. package/lib/types/src/api/secure-channel/device-action/ListInstalledApps/ListInstalledAppsDeviceAction.test.d.ts.map +1 -0
  765. package/lib/types/src/api/secure-channel/device-action/ListInstalledApps/types.d.ts +57 -0
  766. package/lib/types/src/api/secure-channel/device-action/ListInstalledApps/types.d.ts.map +1 -0
  767. package/lib/types/src/api/secure-channel/device-action/UninstallApp/UninstallAppDeviceAction.d.ts +8 -0
  768. package/lib/types/src/api/secure-channel/device-action/UninstallApp/UninstallAppDeviceAction.d.ts.map +1 -0
  769. package/lib/types/src/api/secure-channel/device-action/UninstallApp/UninstallAppDeviceAction.test.d.ts +2 -0
  770. package/lib/types/src/api/secure-channel/device-action/UninstallApp/UninstallAppDeviceAction.test.d.ts.map +1 -0
  771. package/lib/types/src/api/secure-channel/device-action/UninstallApp/types.d.ts +41 -0
  772. package/lib/types/src/api/secure-channel/device-action/UninstallApp/types.d.ts.map +1 -0
  773. package/lib/types/src/api/secure-channel/task/ConnectToSecureChannelTask.d.ts +23 -0
  774. package/lib/types/src/api/secure-channel/task/ConnectToSecureChannelTask.d.ts.map +1 -0
  775. package/lib/types/src/api/secure-channel/task/ConnectToSecureChannelTask.test.d.ts +2 -0
  776. package/lib/types/src/api/secure-channel/task/ConnectToSecureChannelTask.test.d.ts.map +1 -0
  777. package/lib/types/src/api/secure-channel/task/types.d.ts +105 -0
  778. package/lib/types/src/api/secure-channel/task/types.d.ts.map +1 -0
  779. package/lib/types/src/api/secure-channel/types.d.ts +4 -0
  780. package/lib/types/src/api/secure-channel/types.d.ts.map +1 -0
  781. package/lib/types/src/api/secure-channel/utils.d.ts +30 -0
  782. package/lib/types/src/api/secure-channel/utils.d.ts.map +1 -0
  783. package/lib/types/src/api/secure-channel/utils.test.d.ts +2 -0
  784. package/lib/types/src/api/secure-channel/utils.test.d.ts.map +1 -0
  785. package/lib/types/src/api/transport/model/DeviceConnection.d.ts +1 -1
  786. package/lib/types/src/api/transport/model/DeviceConnection.d.ts.map +1 -1
  787. package/lib/types/src/api/transport/model/DeviceConnectionStateMachine.d.ts +9 -7
  788. package/lib/types/src/api/transport/model/DeviceConnectionStateMachine.d.ts.map +1 -1
  789. package/lib/types/src/api/transport/model/Errors.d.ts +12 -3
  790. package/lib/types/src/api/transport/model/Errors.d.ts.map +1 -1
  791. package/lib/types/src/api/transport/model/Transport.d.ts +1 -1
  792. package/lib/types/src/api/transport/model/Transport.d.ts.map +1 -1
  793. package/lib/types/src/api/types.d.ts +8 -1
  794. package/lib/types/src/api/types.d.ts.map +1 -1
  795. package/lib/types/src/api/utils/HexaString.d.ts.map +1 -1
  796. package/lib/types/src/di.d.ts.map +1 -1
  797. package/lib/types/src/internal/config/di/configModule.d.ts.map +1 -1
  798. package/lib/types/src/internal/device-model/di/deviceModelModule.d.ts.map +1 -1
  799. package/lib/types/src/internal/device-session/data/ApduResponseConst.d.ts +1 -0
  800. package/lib/types/src/internal/device-session/data/ApduResponseConst.d.ts.map +1 -1
  801. package/lib/types/src/internal/device-session/data/DeviceSessionRefresherConst.d.ts +6 -1
  802. package/lib/types/src/internal/device-session/data/DeviceSessionRefresherConst.d.ts.map +1 -1
  803. package/lib/types/src/internal/device-session/di/deviceSessionModule.d.ts.map +1 -1
  804. package/lib/types/src/internal/device-session/di/deviceSessionTypes.d.ts +1 -1
  805. package/lib/types/src/internal/device-session/model/DevicePinger.d.ts +18 -0
  806. package/lib/types/src/internal/device-session/model/DevicePinger.d.ts.map +1 -0
  807. package/lib/types/src/internal/device-session/model/DevicePinger.test.d.ts +2 -0
  808. package/lib/types/src/internal/device-session/model/DevicePinger.test.d.ts.map +1 -0
  809. package/lib/types/src/internal/device-session/model/DeviceSession.d.ts +22 -9
  810. package/lib/types/src/internal/device-session/model/DeviceSession.d.ts.map +1 -1
  811. package/lib/types/src/internal/device-session/model/DeviceSession.stub.d.ts +2 -2
  812. package/lib/types/src/internal/device-session/model/DeviceSession.stub.d.ts.map +1 -1
  813. package/lib/types/src/internal/device-session/model/DeviceSessionEventDispatcher.d.ts +35 -0
  814. package/lib/types/src/internal/device-session/model/DeviceSessionEventDispatcher.d.ts.map +1 -0
  815. package/lib/types/src/internal/device-session/model/DeviceSessionEventDispatcher.test.d.ts +2 -0
  816. package/lib/types/src/internal/device-session/model/DeviceSessionEventDispatcher.test.d.ts.map +1 -0
  817. package/lib/types/src/internal/device-session/model/DeviceSessionRefresher.d.ts +17 -79
  818. package/lib/types/src/internal/device-session/model/DeviceSessionRefresher.d.ts.map +1 -1
  819. package/lib/types/src/internal/device-session/model/DeviceSessionStateHandler.d.ts +20 -0
  820. package/lib/types/src/internal/device-session/model/DeviceSessionStateHandler.d.ts.map +1 -0
  821. package/lib/types/src/internal/device-session/model/DeviceSessionStateHandler.test.d.ts +2 -0
  822. package/lib/types/src/internal/device-session/model/DeviceSessionStateHandler.test.d.ts.map +1 -0
  823. package/lib/types/src/internal/device-session/model/Frame.d.ts.map +1 -1
  824. package/lib/types/src/internal/device-session/service/MutexService.d.ts +6 -0
  825. package/lib/types/src/internal/device-session/service/MutexService.d.ts.map +1 -0
  826. package/lib/types/src/internal/device-session/service/MutexService.test.d.ts +2 -0
  827. package/lib/types/src/internal/device-session/service/MutexService.test.d.ts.map +1 -0
  828. package/lib/types/src/internal/device-session/service/RefresherService.d.ts +15 -0
  829. package/lib/types/src/internal/device-session/service/RefresherService.d.ts.map +1 -0
  830. package/lib/types/src/internal/device-session/service/RefresherService.test.d.ts +2 -0
  831. package/lib/types/src/internal/device-session/service/RefresherService.test.d.ts.map +1 -0
  832. package/lib/types/src/internal/device-session/utils/deviceSessionUtils.d.ts +3 -0
  833. package/lib/types/src/internal/device-session/utils/deviceSessionUtils.d.ts.map +1 -0
  834. package/lib/types/src/internal/discovery/di/discoveryModule.d.ts.map +1 -1
  835. package/lib/types/src/internal/discovery/use-case/ConnectUseCase.d.ts +8 -1
  836. package/lib/types/src/internal/discovery/use-case/ConnectUseCase.d.ts.map +1 -1
  837. package/lib/types/src/internal/discovery/use-case/ListenToAvailableDevicesUseCase.d.ts +14 -3
  838. package/lib/types/src/internal/discovery/use-case/ListenToAvailableDevicesUseCase.d.ts.map +1 -1
  839. package/lib/types/src/internal/discovery/use-case/ListenToConnectedDeviceUseCase.d.ts +1 -1
  840. package/lib/types/src/internal/discovery/use-case/ListenToConnectedDeviceUseCase.d.ts.map +1 -1
  841. package/lib/types/src/internal/discovery/use-case/StartDiscoveringUseCase.d.ts +1 -1
  842. package/lib/types/src/internal/discovery/use-case/StartDiscoveringUseCase.d.ts.map +1 -1
  843. package/lib/types/src/internal/discovery/use-case/StopDiscoveringUseCase.d.ts +4 -2
  844. package/lib/types/src/internal/discovery/use-case/StopDiscoveringUseCase.d.ts.map +1 -1
  845. package/lib/types/src/internal/logger-publisher/di/loggerModule.d.ts.map +1 -1
  846. package/lib/types/src/internal/manager-api/data/AxiosManagerApiDataSource.d.ts +27 -7
  847. package/lib/types/src/internal/manager-api/data/AxiosManagerApiDataSource.d.ts.map +1 -1
  848. package/lib/types/src/internal/manager-api/data/ManagerApiDataSource.d.ts +62 -12
  849. package/lib/types/src/internal/manager-api/data/ManagerApiDataSource.d.ts.map +1 -1
  850. package/lib/types/src/internal/manager-api/data/ManagerApiDto.d.ts +106 -17
  851. package/lib/types/src/internal/manager-api/data/ManagerApiDto.d.ts.map +1 -1
  852. package/lib/types/src/internal/manager-api/data/__mocks__/AxiosManagerApiDataSource.d.ts +8 -0
  853. package/lib/types/src/internal/manager-api/data/__mocks__/AxiosManagerApiDataSource.d.ts.map +1 -1
  854. package/lib/types/src/internal/manager-api/di/managerApiModule.d.ts.map +1 -1
  855. package/lib/types/src/internal/manager-api/di/managerApiTypes.d.ts +1 -0
  856. package/lib/types/src/internal/manager-api/di/managerApiTypes.d.ts.map +1 -1
  857. package/lib/types/src/internal/manager-api/model/Application.d.ts +14 -11
  858. package/lib/types/src/internal/manager-api/model/Application.d.ts.map +1 -1
  859. package/lib/types/src/internal/manager-api/model/Const.d.ts +2 -0
  860. package/lib/types/src/internal/manager-api/model/Const.d.ts.map +1 -1
  861. package/lib/types/src/internal/manager-api/model/Firmware.d.ts +17 -3
  862. package/lib/types/src/internal/manager-api/model/Firmware.d.ts.map +1 -1
  863. package/lib/types/src/internal/manager-api/model/Language.d.ts +12 -0
  864. package/lib/types/src/internal/manager-api/model/Language.d.ts.map +1 -0
  865. package/lib/types/src/internal/manager-api/model/Params.d.ts +57 -0
  866. package/lib/types/src/internal/manager-api/model/Params.d.ts.map +1 -0
  867. package/lib/types/src/internal/manager-api/service/DefaultManagerApiService.d.ts +13 -7
  868. package/lib/types/src/internal/manager-api/service/DefaultManagerApiService.d.ts.map +1 -1
  869. package/lib/types/src/internal/manager-api/service/ManagerApiService.d.ts +71 -5
  870. package/lib/types/src/internal/manager-api/service/ManagerApiService.d.ts.map +1 -1
  871. package/lib/types/src/internal/manager-api/use-case/SetProviderUseCase.d.ts +13 -0
  872. package/lib/types/src/internal/manager-api/use-case/SetProviderUseCase.d.ts.map +1 -0
  873. package/lib/types/src/internal/manager-api/use-case/SetProviderUseCase.test.d.ts +2 -0
  874. package/lib/types/src/internal/manager-api/use-case/SetProviderUseCase.test.d.ts.map +1 -0
  875. package/lib/types/src/internal/secure-channel/data/DefaultSecureChannelDataSource.d.ts +3 -3
  876. package/lib/types/src/internal/secure-channel/data/DefaultSecureChannelDataSource.d.ts.map +1 -1
  877. package/lib/types/src/internal/secure-channel/data/SecureChannelDataSource.d.ts +13 -13
  878. package/lib/types/src/internal/secure-channel/data/SecureChannelDataSource.d.ts.map +1 -1
  879. package/lib/types/src/internal/secure-channel/di/secureChannelModule.d.ts.map +1 -1
  880. package/lib/types/src/internal/secure-channel/model/Errors.d.ts +6 -0
  881. package/lib/types/src/internal/secure-channel/model/Errors.d.ts.map +1 -1
  882. package/lib/types/src/internal/secure-channel/model/Params.d.ts +3 -5
  883. package/lib/types/src/internal/secure-channel/model/Params.d.ts.map +1 -1
  884. package/lib/types/src/internal/secure-channel/service/DefaultSecureChannelService.d.ts +7 -7
  885. package/lib/types/src/internal/secure-channel/service/DefaultSecureChannelService.d.ts.map +1 -1
  886. package/lib/types/src/internal/secure-channel/service/SecureChannelService.d.ts +41 -6
  887. package/lib/types/src/internal/secure-channel/service/SecureChannelService.d.ts.map +1 -1
  888. package/lib/types/src/internal/send/di/sendModule.d.ts.map +1 -1
  889. package/lib/types/src/internal/send/use-case/SendApduUseCase.d.ts +5 -1
  890. package/lib/types/src/internal/send/use-case/SendApduUseCase.d.ts.map +1 -1
  891. package/lib/types/src/internal/transport/di/transportModule.d.ts.map +1 -1
  892. package/lib/types/tsconfig.prod.tsbuildinfo +1 -1
  893. package/package.json +16 -17
  894. package/lib/cjs/src/api/device-session/use-case/ToggleDeviceSessionRefresher.js +0 -2
  895. package/lib/cjs/src/api/device-session/use-case/ToggleDeviceSessionRefresher.js.map +0 -7
  896. package/lib/cjs/src/api/device-session/use-case/ToggleDeviceSessionRefresher.test.js +0 -2
  897. package/lib/cjs/src/api/device-session/use-case/ToggleDeviceSessionRefresher.test.js.map +0 -7
  898. package/lib/esm/src/api/device-session/use-case/ToggleDeviceSessionRefresher.js +0 -2
  899. package/lib/esm/src/api/device-session/use-case/ToggleDeviceSessionRefresher.js.map +0 -7
  900. package/lib/esm/src/api/device-session/use-case/ToggleDeviceSessionRefresher.test.js +0 -2
  901. package/lib/esm/src/api/device-session/use-case/ToggleDeviceSessionRefresher.test.js.map +0 -7
  902. package/lib/types/src/api/device-session/use-case/ToggleDeviceSessionRefresher.d.ts.map +0 -1
  903. package/lib/types/src/api/device-session/use-case/ToggleDeviceSessionRefresher.test.d.ts +0 -2
  904. package/lib/types/src/api/device-session/use-case/ToggleDeviceSessionRefresher.test.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"AxiosManagerApiDataSource.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/data/AxiosManagerApiDataSource.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,OAAO,EACL,KAAK,WAAW,EAEjB,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AACvE,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAE1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAG9D,qBACa,yBAA0B,YAAW,oBAAoB;IACpE,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAS;IAC3C,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAS;gBAIxC,EAAE,aAAa,EAAE,YAAY,EAAE,EAAE,SAAS;IAO5C,gBAAgB,CACd,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,MAAM,GACf,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC;IAahD,kBAAkB,CAChB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,MAAM,GACf,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC;IAiBhD,aAAa,CACX,MAAM,EAAE,MAAM,EAAE,GACf,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IAY5D,OAAO,CAAC,sBAAsB;IAa9B,OAAO,CAAC,8BAA8B;CAgBvC"}
1
+ {"version":3,"file":"AxiosManagerApiDataSource.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/data/AxiosManagerApiDataSource.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,OAAO,EACL,KAAK,WAAW,EAEjB,MAAM,yCAAyC,CAAC;AAGjD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AACvE,OAAO,KAAK,EACV,aAAa,EACb,WAAW,EACX,WAAW,EACZ,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,8BAA8B,EACpC,MAAM,oCAAoC,CAAC;AAE5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAY9D,qBACa,yBAA0B,YAAW,oBAAoB;IACpE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAS;IAC5C,OAAO,CAAC,SAAS,CAA4B;IAC7C,OAAO,CAAC,yBAAyB,CACI;gBAInC,EAAE,aAAa,EAAE,QAAQ,EAAE,wBAAwB,EAAE,EAAE,SAAS;IAOlE,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAOnC,WAAW,IAAI,MAAM;IAIrB,UAAU,CACR,MAAM,EAAE,gBAAgB,GACvB,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAmBrD,UAAU,IAAI,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAYhE,gBAAgB,CACd,MAAM,EAAE,sBAAsB,GAC7B,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC;IAkBhD,kBAAkB,CAChB,MAAM,EAAE,wBAAwB,GAC/B,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC;IAmBhD,sBAAsB,CACpB,eAAe,EAAE,MAAM,GACtB,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC;IAYhD,qBAAqB,CACnB,MAAM,EAAE,wBAAwB,GAC/B,WAAW,CAAC,iBAAiB,EAAE,WAAW,CAAC;IAmB9C,wBAAwB,CACtB,MAAM,EAAE,8BAA8B,GACrC,WAAW,CAAC,iBAAiB,EAAE,WAAW,CAAC;IAsB9C,aAAa,CACX,MAAM,EAAE,kBAAkB,GACzB,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IAa5D,mBAAmB,CACjB,MAAM,EAAE,yBAAyB,GAChC,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAkBzD,OAAO,CAAC,sBAAsB;IAgB9B,OAAO,CAAC,8BAA8B;IAQtC,OAAO,CAAC,sCAAsC;IAe9C,OAAO,CAAC,iBAAiB;IA0DzB,OAAO,CAAC,cAAc;IAuBtB,OAAO,CAAC,mBAAmB;IAmB3B,OAAO,CAAC,mBAAmB;IAqC3B,OAAO,CAAC,oBAAoB;IAiB5B,OAAO,CAAC,iBAAiB;IA6BzB,OAAO,CAAC,0BAA0B;IAUlC,OAAO,CAAC,cAAc;CA8BvB"}
@@ -2,34 +2,84 @@ import { type EitherAsync } from "purify-ts";
2
2
  import { type Application } from "../../manager-api/model/Application";
3
3
  import { type DeviceVersion } from "../../manager-api/model/Device";
4
4
  import { type HttpFetchApiError } from "../../manager-api/model/Errors";
5
- import { type FinalFirmware } from "../../manager-api/model/Firmware";
5
+ import { type FinalFirmware, type McuFirmware, type OsuFirmware } from "../../manager-api/model/Firmware";
6
+ import { type LanguagePackage } from "../../manager-api/model/Language";
7
+ import { type GetAppByHashParams, type GetAppListParams, type GetDeviceVersionParams, type GetFirmwareVersionParams, type GetLanguagePackagesParams, type GetLatestFirmwareVersionParams } from "../../manager-api/model/Params";
6
8
  /**
7
9
  * Interface representing a data source for the Manager API.
8
10
  */
9
11
  export interface ManagerApiDataSource {
12
+ /**
13
+ * Retrieves the list of applications for a given target ID, and firmware version.
14
+ *
15
+ * @param params - The parameters for getting the application list.
16
+ * @returns EitherAsync containing an array of applications or an HttpFetchApiError.
17
+ */
18
+ getAppList(params: GetAppListParams): EitherAsync<HttpFetchApiError, Array<Application>>;
10
19
  /**
11
20
  * Retrieves applications by their hashes.
12
21
  *
13
- * @param hashes - An array of application hashes.
22
+ * @param hashes - An array of application hashes, can be got from the response of the ListAppsCommand.
14
23
  * @returns EitherAsync containing an array of applications or null values, or an HttpFetchApiError.
15
24
  */
16
- getAppsByHash(hashes: string[]): EitherAsync<HttpFetchApiError, Array<Application | null>>;
25
+ getAppsByHash(params: GetAppByHashParams): EitherAsync<HttpFetchApiError, Array<Application | null>>;
17
26
  /**
18
- * Retrieves the device version for a given target ID and provider.
27
+ * Retrieves the device version for a given target ID.
19
28
  *
20
- * @param targetId - The target ID of the device.
21
- * @param provider - The provider number.
29
+ * @param params - The parameters for getting the device version.
22
30
  * @returns EitherAsync containing the device version or an HttpFetchApiError.
23
31
  */
24
- getDeviceVersion(targetId: string, provider: number): EitherAsync<HttpFetchApiError, DeviceVersion>;
32
+ getDeviceVersion(params: GetDeviceVersionParams): EitherAsync<HttpFetchApiError, DeviceVersion>;
33
+ /**
34
+ * Retrieves the firmware version for a given version, device ID.
35
+ *
36
+ * @param params - The parameters for getting the firmware version.
37
+ * @returns EitherAsync containing the final firmware or an HttpFetchApiError.
38
+ */
39
+ getFirmwareVersion(params: GetFirmwareVersionParams): EitherAsync<HttpFetchApiError, FinalFirmware>;
40
+ /**
41
+ * Sets the provider identifier.
42
+ *
43
+ * @param provider - The provider identifier.
44
+ */
45
+ setProvider(provider: number): void;
46
+ /**
47
+ * Returns the current provider.
48
+ */
49
+ getProvider(): number;
25
50
  /**
26
- * Retrieves the firmware version for a given version, device ID, and provider.
51
+ * Retrieves a firmware version from a final firmware ID.
27
52
  *
28
- * @param version - The firmware version.
29
- * @param deviceId - The device ID.
30
- * @param provider - The provider number.
53
+ * @param finalFirmwareId - The ID of the final firmware to retrieve.
31
54
  * @returns EitherAsync containing the final firmware or an HttpFetchApiError.
32
55
  */
33
- getFirmwareVersion(version: string, deviceId: number, provider: number): EitherAsync<HttpFetchApiError, FinalFirmware>;
56
+ getFirmwareVersionById(finalFirmwareId: number): EitherAsync<HttpFetchApiError, FinalFirmware>;
57
+ /**
58
+ * Retrieves the an OSU firmware version for a given version, device ID.
59
+ *
60
+ * @param params - The parameters for getting the firmware version.
61
+ * @returns EitherAsync containing the OSU firmware or an HttpFetchApiError.
62
+ */
63
+ getOsuFirmwareVersion(params: GetFirmwareVersionParams): EitherAsync<HttpFetchApiError, OsuFirmware>;
64
+ /**
65
+ * Retrieves the latest firmware available for a given current firmware, device ID.
66
+ *
67
+ * @param params - The parameters for getting the firmware version.
68
+ * @returns EitherAsync containing the OSU firmware or an HttpFetchApiError.
69
+ */
70
+ getLatestFirmwareVersion(params: GetLatestFirmwareVersionParams): EitherAsync<HttpFetchApiError, OsuFirmware>;
71
+ /**
72
+ * Retrieves the available language packages for a device.
73
+ *
74
+ * @param params - The parameters for getting the language packages.
75
+ * @returns EitherAsync containing the list of language packages or an HttpFetchApiError.
76
+ */
77
+ getLanguagePackages(params: GetLanguagePackagesParams): EitherAsync<HttpFetchApiError, Array<LanguagePackage>>;
78
+ /**
79
+ * Retrieves the list of available MCU firmwares.
80
+ *
81
+ * @returns EitherAsync containing an array of mcu firmwares or an HttpFetchApiError.
82
+ */
83
+ getMcuList(): EitherAsync<HttpFetchApiError, Array<McuFirmware>>;
34
84
  }
35
85
  //# sourceMappingURL=ManagerApiDataSource.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ManagerApiDataSource.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/data/ManagerApiDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,WAAW,CAAC;AAE7C,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAE1E;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,aAAa,CACX,MAAM,EAAE,MAAM,EAAE,GACf,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC,CAAC;IAE7D;;;;;;OAMG;IACH,gBAAgB,CACd,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,MAAM,GACf,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;IAEjD;;;;;;;OAOG;IACH,kBAAkB,CAChB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,MAAM,GACf,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;CAClD"}
1
+ {"version":3,"file":"ManagerApiDataSource.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/data/ManagerApiDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,WAAW,CAAC;AAE7C,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,WAAW,EACjB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,8BAA8B,EACpC,MAAM,oCAAoC,CAAC;AAE5C;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,UAAU,CACR,MAAM,EAAE,gBAAgB,GACvB,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC;IAEtD;;;;;OAKG;IACH,aAAa,CACX,MAAM,EAAE,kBAAkB,GACzB,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC,CAAC;IAE7D;;;;;OAKG;IACH,gBAAgB,CACd,MAAM,EAAE,sBAAsB,GAC7B,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;IAEjD;;;;;OAKG;IACH,kBAAkB,CAChB,MAAM,EAAE,wBAAwB,GAC/B,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;IAEjD;;;;OAIG;IACH,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpC;;OAEG;IACH,WAAW,IAAI,MAAM,CAAC;IAEtB;;;;;OAKG;IACH,sBAAsB,CACpB,eAAe,EAAE,MAAM,GACtB,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;IAEjD;;;;;OAKG;IACH,qBAAqB,CACnB,MAAM,EAAE,wBAAwB,GAC/B,WAAW,CAAC,iBAAiB,EAAE,WAAW,CAAC,CAAC;IAE/C;;;;;OAKG;IACH,wBAAwB,CACtB,MAAM,EAAE,8BAA8B,GACrC,WAAW,CAAC,iBAAiB,EAAE,WAAW,CAAC,CAAC;IAE/C;;;;;OAKG;IACH,mBAAmB,CACjB,MAAM,EAAE,yBAAyB,GAChC,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC;IAE1D;;;;OAIG;IACH,UAAU,IAAI,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC;CAClE"}
@@ -5,29 +5,118 @@ export declare enum AppTypeDto {
5
5
  tool = "tool",
6
6
  swap = "swap"
7
7
  }
8
+ export type DeviceVersionDto = {
9
+ id: Id | null;
10
+ name: string;
11
+ display_name: string | null;
12
+ target_id: string | null;
13
+ description: string | null;
14
+ device: Id;
15
+ providers: Id[];
16
+ mcu_versions: Id[];
17
+ se_firmware_final_versions: Id[];
18
+ osu_versions: Id[];
19
+ application_versions: Id[];
20
+ date_creation: string | null;
21
+ date_last_modified: string | null;
22
+ };
8
23
  export type ApplicationDto = {
9
24
  versionId: Id;
10
25
  versionName: string;
11
- versionDisplayName: string;
26
+ versionDisplayName: string | null;
12
27
  version: string;
13
- currencyId: string;
14
- description: string;
15
- applicationType: AppTypeDto;
28
+ currencyId: string | null;
29
+ description: string | null;
30
+ applicationType: AppTypeDto | null;
16
31
  dateModified: string;
17
- icon: string;
18
- authorName: string;
19
- supportURL: string;
20
- contactURL: string;
21
- sourceURL: string;
22
- hash: string;
23
- perso: string;
24
- parentName: string | null;
25
- firmware: string;
26
- firmwareKey: string;
27
- delete: string;
28
- deleteKey: string;
29
- bytes: number;
32
+ icon: string | null;
33
+ authorName: string | null;
34
+ supportURL: string | null;
35
+ contactURL: string | null;
36
+ sourceURL: string | null;
37
+ compatibleWallets: string | null;
38
+ hash: string | null;
39
+ perso: string | null;
40
+ firmware: string | null;
41
+ firmwareKey: string | null;
42
+ delete: string | null;
43
+ deleteKey: string | null;
44
+ bytes: number | null;
30
45
  warning: string | null;
31
46
  isDevTools: boolean;
47
+ category: number | null;
48
+ parent: number | null;
49
+ parentName: string | null;
50
+ };
51
+ export type FirmwareOsuVersionDto = {
52
+ id: Id;
53
+ name: string;
54
+ description: string | null;
55
+ display_name: string | null;
56
+ notes: string | null;
57
+ perso: string | null;
58
+ firmware: string | null;
59
+ firmware_key: string | null;
60
+ hash: string | null;
61
+ next_se_firmware_final_version: Id | null;
62
+ previous_se_firmware_final_versions: Id[];
63
+ date_creation: string;
64
+ date_last_modified: string;
65
+ device_versions: Id[];
66
+ providers: Id[];
67
+ minimum_live_common_version: string | null;
68
+ };
69
+ export type FirmwareFinalVersionDto = {
70
+ id: Id;
71
+ name: string;
72
+ version: string;
73
+ se_firmware: Id | null;
74
+ description: string | null;
75
+ display_name: string | null;
76
+ notes: string | null;
77
+ perso: string | null;
78
+ firmware: string | null;
79
+ firmware_key: string | null;
80
+ hash: string | null;
81
+ distribution_ratio: number | null;
82
+ exclude_by_default: boolean;
83
+ osu_versions: FirmwareOsuVersionDto[];
84
+ date_creation: string;
85
+ date_last_modified: string;
86
+ device_versions: Id[];
87
+ mcu_versions: Id[];
88
+ application_versions: Id[];
89
+ providers: Id[];
90
+ bytes: number | null;
91
+ };
92
+ export type LatestFirmwareOsuVersionResponseDto = {
93
+ result: string;
94
+ se_firmware_osu_version: FirmwareOsuVersionDto | null;
95
+ };
96
+ export type McuVersionDto = {
97
+ id: Id;
98
+ mcu: Id;
99
+ name: string;
100
+ description: string | null;
101
+ providers: Id[];
102
+ device_versions: Id[];
103
+ from_bootloader_version: string;
104
+ from_bootloader_version_id: Id | null;
105
+ se_firmware_final_versions: Id[];
106
+ date_creation: string;
107
+ date_last_modified: string;
108
+ };
109
+ export type LanguagePackageVersionDto = {
110
+ language: string;
111
+ languagePackageVersionId: Id;
112
+ version: string;
113
+ language_package_id: Id;
114
+ apdu_install_url: string;
115
+ apdu_uninstall_url: string;
116
+ device_versions: Id[];
117
+ se_firmware_final_versions: Id[];
118
+ bytes: number;
119
+ date_creation: string;
120
+ date_last_modified: string;
32
121
  };
33
122
  //# sourceMappingURL=ManagerApiDto.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ManagerApiDto.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/data/ManagerApiDto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,EAAE,GAAG,MAAM,CAAC;AAExB,oBAAY,UAAU;IACpB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,IAAI,SAAS;CACd;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,EAAE,EAAE,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,UAAU,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC"}
1
+ {"version":3,"file":"ManagerApiDto.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/data/ManagerApiDto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,EAAE,GAAG,MAAM,CAAC;AAExB,oBAAY,UAAU;IACpB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,IAAI,SAAS;CACd;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC7B,EAAE,EAAE,EAAE,GAAG,IAAI,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,EAAE,EAAE,CAAC;IACX,SAAS,EAAE,EAAE,EAAE,CAAC;IAChB,YAAY,EAAE,EAAE,EAAE,CAAC;IACnB,0BAA0B,EAAE,EAAE,EAAE,CAAC;IACjC,YAAY,EAAE,EAAE,EAAE,CAAC;IACnB,oBAAoB,EAAE,EAAE,EAAE,CAAC;IAC3B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,EAAE,EAAE,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,EAAE,UAAU,GAAG,IAAI,CAAC;IACnC,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,EAAE,EAAE,EAAE,CAAC;IACP,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,8BAA8B,EAAE,EAAE,GAAG,IAAI,CAAC;IAC1C,mCAAmC,EAAE,EAAE,EAAE,CAAC;IAC1C,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,EAAE,EAAE,CAAC;IACtB,SAAS,EAAE,EAAE,EAAE,CAAC;IAChB,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5C,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,EAAE,EAAE,CAAC;IACP,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,EAAE,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,YAAY,EAAE,qBAAqB,EAAE,CAAC;IACtC,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,EAAE,EAAE,CAAC;IACtB,YAAY,EAAE,EAAE,EAAE,CAAC;IACnB,oBAAoB,EAAE,EAAE,EAAE,CAAC;IAC3B,SAAS,EAAE,EAAE,EAAE,CAAC;IAChB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD,MAAM,EAAE,MAAM,CAAC;IACf,uBAAuB,EAAE,qBAAqB,GAAG,IAAI,CAAC;CACvD,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,EAAE,CAAC;IACP,GAAG,EAAE,EAAE,CAAC;IACR,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,EAAE,EAAE,CAAC;IAChB,eAAe,EAAE,EAAE,EAAE,CAAC;IACtB,uBAAuB,EAAE,MAAM,CAAC;IAChC,0BAA0B,EAAE,EAAE,GAAG,IAAI,CAAC;IACtC,0BAA0B,EAAE,EAAE,EAAE,CAAC;IACjC,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,EAAE,MAAM,CAAC;IACjB,wBAAwB,EAAE,EAAE,CAAC;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,mBAAmB,EAAE,EAAE,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,EAAE,EAAE,CAAC;IACtB,0BAA0B,EAAE,EAAE,EAAE,CAAC;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAAC"}
@@ -1,7 +1,15 @@
1
1
  import { type ManagerApiDataSource } from "../../../manager-api/data/ManagerApiDataSource";
2
2
  export declare class AxiosManagerApiDataSource implements ManagerApiDataSource {
3
+ getAppList: import("vitest").Mock<(...args: any[]) => any>;
3
4
  getDeviceVersion: import("vitest").Mock<(...args: any[]) => any>;
4
5
  getFirmwareVersion: import("vitest").Mock<(...args: any[]) => any>;
6
+ getFirmwareVersionById: import("vitest").Mock<(...args: any[]) => any>;
7
+ getOsuFirmwareVersion: import("vitest").Mock<(...args: any[]) => any>;
8
+ getLatestFirmwareVersion: import("vitest").Mock<(...args: any[]) => any>;
9
+ getLanguagePackages: import("vitest").Mock<(...args: any[]) => any>;
5
10
  getAppsByHash: import("vitest").Mock<(...args: any[]) => any>;
11
+ getMcuList: import("vitest").Mock<(...args: any[]) => any>;
12
+ setProvider: import("vitest").Mock<(...args: any[]) => any>;
13
+ getProvider: import("vitest").Mock<(...args: any[]) => any>;
6
14
  }
7
15
  //# sourceMappingURL=AxiosManagerApiDataSource.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AxiosManagerApiDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/internal/manager-api/data/__mocks__/AxiosManagerApiDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,iDAAiD,CAAC;AAE5F,qBAAa,yBAA0B,YAAW,oBAAoB;IACpE,gBAAgB,iDAAW;IAC3B,kBAAkB,iDAAW;IAC7B,aAAa,iDAAW;CACzB"}
1
+ {"version":3,"file":"AxiosManagerApiDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/internal/manager-api/data/__mocks__/AxiosManagerApiDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,iDAAiD,CAAC;AAE5F,qBAAa,yBAA0B,YAAW,oBAAoB;IACpE,UAAU,iDAAW;IACrB,gBAAgB,iDAAW;IAC3B,kBAAkB,iDAAW;IAC7B,sBAAsB,iDAAW;IACjC,qBAAqB,iDAAW;IAChC,wBAAwB,iDAAW;IACnC,mBAAmB,iDAAW;IAC9B,aAAa,iDAAW;IACxB,UAAU,iDAAW;IACrB,WAAW,iDAAW;IACtB,WAAW,iDAAW;CACvB"}
@@ -1 +1 @@
1
- {"version":3,"file":"managerApiModule.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/di/managerApiModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAE5C,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAOhD,KAAK,YAAY,GAAG;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,uBAAuB,qBAAsB,YAAY,oBAWlE,CAAC"}
1
+ {"version":3,"file":"managerApiModule.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/di/managerApiModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAE5C,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAQhD,KAAK,YAAY,GAAG;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,kBAAkB,YAAY,oBAiBlE,CAAC"}
@@ -2,5 +2,6 @@ export declare const managerApiTypes: {
2
2
  ManagerApiService: symbol;
3
3
  ManagerApiDataSource: symbol;
4
4
  DmkConfig: symbol;
5
+ SetProviderUseCase: symbol;
5
6
  };
6
7
  //# sourceMappingURL=managerApiTypes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"managerApiTypes.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/di/managerApiTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;CAI3B,CAAC"}
1
+ {"version":3,"file":"managerApiTypes.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/di/managerApiTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;CAK3B,CAAC"}
@@ -7,26 +7,29 @@ export declare enum AppType {
7
7
  export type Application = {
8
8
  versionId: number;
9
9
  versionName: string;
10
- versionDisplayName: string;
10
+ versionDisplayName: string | null;
11
11
  version: string;
12
- currencyId: string;
13
- description: string;
14
- applicationType: AppType;
12
+ currencyId: string | null;
13
+ description: string | null;
14
+ applicationType: AppType | null;
15
15
  dateModified: string;
16
- icon: string;
17
- authorName: string;
18
- supportURL: string;
19
- contactURL: string;
20
- sourceURL: string;
16
+ icon: string | null;
17
+ authorName: string | null;
18
+ supportURL: string | null;
19
+ contactURL: string | null;
20
+ sourceURL: string | null;
21
+ compatibleWallets: string | null;
21
22
  hash: string;
22
23
  perso: string;
23
- parentName: string | null;
24
24
  firmware: string;
25
25
  firmwareKey: string;
26
26
  delete: string;
27
27
  deleteKey: string;
28
- bytes: number;
28
+ bytes: number | null;
29
29
  warning: string | null;
30
30
  isDevTools: boolean;
31
+ category: number | null;
32
+ parent: number | null;
33
+ parentName: string | null;
31
34
  };
32
35
  //# sourceMappingURL=Application.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Application.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/model/Application.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,IAAI,SAAS;CACd;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC"}
1
+ {"version":3,"file":"Application.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/model/Application.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,IAAI,SAAS;CACd;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC"}
@@ -1,3 +1,5 @@
1
1
  export declare const DEFAULT_MANAGER_API_BASE_URL = "https://manager.api.live.ledger.com/api";
2
2
  export declare const DEFAULT_MOCK_SERVER_BASE_URL = "http://localhost:8080";
3
+ export declare const DEFAULT_PROVIDER = 1;
4
+ export declare const DEFAULT_FIRMWARE_DISTRIBUTION_SALT = "0";
3
5
  //# sourceMappingURL=Const.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Const.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/model/Const.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B,4CACE,CAAC;AAC5C,eAAO,MAAM,4BAA4B,0BAA0B,CAAC"}
1
+ {"version":3,"file":"Const.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/model/Const.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B,4CACE,CAAC;AAC5C,eAAO,MAAM,4BAA4B,0BAA0B,CAAC;AACpE,eAAO,MAAM,gBAAgB,IAAI,CAAC;AAClC,eAAO,MAAM,kCAAkC,MAAM,CAAC"}
@@ -1,9 +1,23 @@
1
- export type FinalFirmware = {
1
+ export type OsuFirmware = {
2
2
  id: number;
3
3
  perso: string;
4
- version: string;
5
4
  firmware: string;
6
5
  firmwareKey: string;
7
- hash: string;
6
+ hash: string | null;
7
+ nextFinalFirmware: number;
8
+ };
9
+ export type FinalFirmware = {
10
+ id: number;
11
+ version: string;
12
+ perso: string;
13
+ firmware: string | null;
14
+ firmwareKey: string | null;
15
+ hash: string | null;
16
+ bytes: number | null;
17
+ mcuVersions: number[];
18
+ };
19
+ export type McuFirmware = {
20
+ id: number;
21
+ name: string;
8
22
  };
9
23
  //# sourceMappingURL=Firmware.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Firmware.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/model/Firmware.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
1
+ {"version":3,"file":"Firmware.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/model/Firmware.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -0,0 +1,12 @@
1
+ export type LanguagePackage = {
2
+ language: string;
3
+ languagePackageVersionId: number;
4
+ version: string;
5
+ languagePackageId: number;
6
+ apduInstallUrl: string;
7
+ apduUninstallUrl: string;
8
+ bytes: number;
9
+ dateCreation: string;
10
+ dateLastModified: string;
11
+ };
12
+ //# sourceMappingURL=Language.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Language.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/model/Language.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,wBAAwB,EAAE,MAAM,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC"}
@@ -0,0 +1,57 @@
1
+ /**
2
+ * Parameters required to get the list of applications.
3
+ *
4
+ * @property targetId - The unique identifier of the target device, can be got from the response of the GetOsVersionCommand.
5
+ * @property firmwareVersionName - The firmware version of the device, can be obtained from the response of the GetOsVersionCommand, property name `seVersion`.
6
+ */
7
+ export type GetAppListParams = {
8
+ targetId: string;
9
+ firmwareVersionName: string;
10
+ };
11
+ /**
12
+ * Parameters required to get applications by their hashes.
13
+ *
14
+ * @property hashes - An array of application hashes.
15
+ */
16
+ export type GetAppByHashParams = {
17
+ hashes: string[];
18
+ };
19
+ /**
20
+ * Parameters required to get the device version.
21
+ *
22
+ * @property targetId - The unique identifier of the target device.
23
+ */
24
+ export type GetDeviceVersionParams = {
25
+ targetId: string;
26
+ };
27
+ /**
28
+ * Parameters required to get the firmware version of a device.
29
+ *
30
+ * @property version - The version of the firmware, can be got from the response of the getDeviceVersion HTTP request.
31
+ * @property deviceId - The unique identifier of the device, can be got from the GetOsVersionCommand response.
32
+ */
33
+ export type GetFirmwareVersionParams = {
34
+ version: string;
35
+ deviceId: number;
36
+ };
37
+ /**
38
+ * Parameters required to get the latest firmware available of a device.
39
+ *
40
+ * @property currentFinalFirmwareId - The ID of the current firmware. Can be retrieved through getFirmwareVersion.
41
+ * @property deviceId - The unique identifier of the device, can be got from the GetOsVersionCommand response.
42
+ */
43
+ export type GetLatestFirmwareVersionParams = {
44
+ currentFinalFirmwareId: number;
45
+ deviceId: number;
46
+ };
47
+ /**
48
+ * Parameters required to get the available language packages for a device.
49
+ *
50
+ * @property deviceId - The unique identifier of the device, can be got from the GetOsVersionCommand response.
51
+ * @property currentFinalFirmwareId - The ID of the current firmware. Can be retrieved through getFirmwareVersion.
52
+ */
53
+ export type GetLanguagePackagesParams = {
54
+ deviceId: number;
55
+ currentFinalFirmwareId: number;
56
+ };
57
+ //# sourceMappingURL=Params.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/model/Params.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;;;;GAKG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;;;;GAKG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C,sBAAsB,EAAE,MAAM,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;;;;GAKG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,EAAE,MAAM,CAAC;IACjB,sBAAsB,EAAE,MAAM,CAAC;CAChC,CAAC"}
@@ -1,16 +1,22 @@
1
1
  import { EitherAsync } from "purify-ts";
2
- import { GetOsVersionResponse } from "../../../api/command/os/GetOsVersionCommand";
3
- import { ListAppsResponse } from "../../../api/command/os/ListAppsCommand";
2
+ import { type GetOsVersionResponse } from "../../../api/command/os/GetOsVersionCommand";
4
3
  import { type ManagerApiDataSource } from "../../manager-api/data/ManagerApiDataSource";
5
4
  import { type Application } from "../../manager-api/model/Application";
6
- import { DeviceVersion } from "../../manager-api/model/Device";
5
+ import { type DeviceVersion } from "../../manager-api/model/Device";
7
6
  import { HttpFetchApiError } from "../../manager-api/model/Errors";
8
- import { ManagerApiService } from "./ManagerApiService";
7
+ import { type FinalFirmware, type McuFirmware, type OsuFirmware } from "../../manager-api/model/Firmware";
8
+ import { type ManagerApiService } from "./ManagerApiService";
9
9
  export declare class DefaultManagerApiService implements ManagerApiService {
10
10
  private readonly dataSource;
11
11
  constructor(dataSource: ManagerApiDataSource);
12
- getDeviceVersion(deviceInfo: GetOsVersionResponse, provider: number): EitherAsync<HttpFetchApiError, DeviceVersion>;
13
- getFirmwareVersion(deviceInfo: GetOsVersionResponse, deviceVersion: DeviceVersion, provider: number): EitherAsync<HttpFetchApiError, import("../model/Firmware").FinalFirmware>;
14
- getAppsByHash(apps: ListAppsResponse): EitherAsync<HttpFetchApiError, (Application | null)[]>;
12
+ getAppList(deviceInfo: GetOsVersionResponse): EitherAsync<HttpFetchApiError, Array<Application>>;
13
+ getDeviceVersion(deviceInfo: GetOsVersionResponse): EitherAsync<HttpFetchApiError, DeviceVersion>;
14
+ getFirmwareVersion(deviceInfo: GetOsVersionResponse, deviceVersion: DeviceVersion): EitherAsync<HttpFetchApiError, FinalFirmware>;
15
+ getOsuFirmwareVersion(deviceInfo: GetOsVersionResponse, deviceVersion: DeviceVersion): EitherAsync<HttpFetchApiError, OsuFirmware>;
16
+ getLatestFirmwareVersion(currentFirmware: FinalFirmware, deviceVersion: DeviceVersion): EitherAsync<HttpFetchApiError, OsuFirmware>;
17
+ getNextFirmwareVersion(osuFirmware: OsuFirmware): EitherAsync<HttpFetchApiError, FinalFirmware>;
18
+ getLanguagePackages(deviceVersion: DeviceVersion, currentFirmware: FinalFirmware): EitherAsync<HttpFetchApiError, import("../model/Language").LanguagePackage[]>;
19
+ getMcuList(): EitherAsync<HttpFetchApiError, Array<McuFirmware>>;
20
+ getAppsByHash(appHashes: Array<string>): EitherAsync<HttpFetchApiError, (Application | null)[]>;
15
21
  }
16
22
  //# sourceMappingURL=DefaultManagerApiService.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DefaultManagerApiService.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/service/DefaultManagerApiService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,iDAAiD,CAAC;AAE5F,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAEvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,qBACa,wBAAyB,YAAW,iBAAiB;IAG9D,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,oBAAoB;IAGnD,gBAAgB,CAAC,UAAU,EAAE,oBAAoB,EAAE,QAAQ,EAAE,MAAM;IAOnE,kBAAkB,CAChB,UAAU,EAAE,oBAAoB,EAChC,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,MAAM;IASlB,aAAa,CAAC,IAAI,EAAE,gBAAgB;CA6BrC"}
1
+ {"version":3,"file":"DefaultManagerApiService.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/service/DefaultManagerApiService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,iDAAiD,CAAC;AAE5F,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AACvE,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,WAAW,EACjB,MAAM,sCAAsC,CAAC;AAU9C,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,qBACa,wBAAyB,YAAW,iBAAiB;IAG9D,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,oBAAoB;IAGnD,UAAU,CACR,UAAU,EAAE,oBAAoB,GAC/B,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAQrD,gBAAgB,CAAC,UAAU,EAAE,oBAAoB;IAOjD,kBAAkB,CAChB,UAAU,EAAE,oBAAoB,EAChC,aAAa,EAAE,aAAa;IAS9B,qBAAqB,CACnB,UAAU,EAAE,oBAAoB,EAChC,aAAa,EAAE,aAAa;IAS9B,wBAAwB,CACtB,eAAe,EAAE,aAAa,EAC9B,aAAa,EAAE,aAAa;IAS9B,sBAAsB,CAAC,WAAW,EAAE,WAAW;IAM/C,mBAAmB,CACjB,aAAa,EAAE,aAAa,EAC5B,eAAe,EAAE,aAAa;IAShC,UAAU,IAAI,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAIhE,aAAa,CAAC,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC;CAuBvC"}
@@ -1,13 +1,79 @@
1
1
  import { type EitherAsync } from "purify-ts";
2
2
  import { type GetOsVersionResponse } from "../../../api/command/os/GetOsVersionCommand";
3
- import { type ListAppsResponse } from "../../../api/command/os/ListAppsCommand";
4
3
  import { type Application } from "../../manager-api/model/Application";
5
4
  import { type DeviceVersion } from "../../manager-api/model/Device";
6
5
  import { type HttpFetchApiError } from "../../manager-api/model/Errors";
7
- import { type FinalFirmware } from "../../manager-api/model/Firmware";
6
+ import { type FinalFirmware, type McuFirmware, type OsuFirmware } from "../../manager-api/model/Firmware";
7
+ import { type LanguagePackage } from "../../manager-api/model/Language";
8
+ /**
9
+ * Interface representing the Manager API service.
10
+ */
8
11
  export interface ManagerApiService {
9
- getAppsByHash(apps: ListAppsResponse): EitherAsync<HttpFetchApiError, Array<Application | null>>;
10
- getDeviceVersion(deviceInfo: GetOsVersionResponse, provider: number): EitherAsync<HttpFetchApiError, DeviceVersion>;
11
- getFirmwareVersion(deviceInfo: GetOsVersionResponse, deviceVersion: DeviceVersion, provider: number): EitherAsync<HttpFetchApiError, FinalFirmware>;
12
+ /**
13
+ * Retrieves the list of applications for a given device.
14
+ *
15
+ * @param deviceInfo - Response of the GetOsVersionCommand.
16
+ * @returns An `EitherAsync` containing either an `HttpFetchApiError` or an array of `Application` objects.
17
+ */
18
+ getAppList(deviceInfo: GetOsVersionResponse): EitherAsync<HttpFetchApiError, Array<Application>>;
19
+ /**
20
+ * Retrieves applications by their hash values.
21
+ *
22
+ * @param appHashes - An array of application hash values.
23
+ * @returns An `EitherAsync` containing either an `HttpFetchApiError` or an array of `Application` objects or `null`.
24
+ */
25
+ getAppsByHash(appHashes: Array<string>): EitherAsync<HttpFetchApiError, Array<Application | null>>;
26
+ /**
27
+ * Retrieves the device version for a given device.
28
+ *
29
+ * @param deviceInfo - Response of the GetOsVersionCommand.
30
+ * @returns An `EitherAsync` containing either an `HttpFetchApiError` or a `DeviceVersion` object.
31
+ */
32
+ getDeviceVersion(deviceInfo: GetOsVersionResponse): EitherAsync<HttpFetchApiError, DeviceVersion>;
33
+ /**
34
+ * Retrieves the firmware version for a given device.
35
+ *
36
+ * @param deviceInfo - Response of the GetOsVersionCommand.
37
+ * @param deviceVersion - Response of the GetDeviceVersion HTTP request.
38
+ * @returns An `EitherAsync` containing either an `HttpFetchApiError` or a `FinalFirmware` object.
39
+ */
40
+ getFirmwareVersion(deviceInfo: GetOsVersionResponse, deviceVersion: DeviceVersion): EitherAsync<HttpFetchApiError, FinalFirmware>;
41
+ /**
42
+ * Retrieves an OSU firmware version for a given device.
43
+ *
44
+ * @param deviceInfo - Response of the GetOsVersionCommand.
45
+ * @param deviceVersion - Response of the GetDeviceVersion HTTP request.
46
+ * @returns An `EitherAsync` containing either an `HttpFetchApiError` or a `FinalFirmware` object.
47
+ */
48
+ getOsuFirmwareVersion(deviceInfo: GetOsVersionResponse, deviceVersion: DeviceVersion): EitherAsync<HttpFetchApiError, OsuFirmware>;
49
+ /**
50
+ * Retrieves the latest firmware available for a given device.
51
+ *
52
+ * @param currentFirmware - Current firmware obtained from getFirmwareVersion.
53
+ * @param deviceVersion - Response of the GetDeviceVersion HTTP request.
54
+ * @returns An `EitherAsync` containing either an `HttpFetchApiError` or a `OsuFirmware` object.
55
+ */
56
+ getLatestFirmwareVersion(currentFirmware: FinalFirmware, deviceVersion: DeviceVersion): EitherAsync<HttpFetchApiError, OsuFirmware>;
57
+ /**
58
+ * Retrieves the next final firmware following an OSU.
59
+ *
60
+ * @param osuFirmware - OSU firmware from which the next firmware should be fetched.
61
+ * @returns An `EitherAsync` containing either an `HttpFetchApiError` or a `FinalFirmware` object.
62
+ */
63
+ getNextFirmwareVersion(osuFirmware: OsuFirmware): EitherAsync<HttpFetchApiError, FinalFirmware>;
64
+ /**
65
+ * Retrieves the available language packages for a device.
66
+ *
67
+ * @param deviceVersion - Response of the GetDeviceVersion HTTP request.
68
+ * @param currentFirmware - Current firmware obtained from getFirmwareVersion.
69
+ * @returns An `EitherAsync` containing either an `HttpFetchApiError` or the list of languages.
70
+ */
71
+ getLanguagePackages(deviceVersion: DeviceVersion, currentFirmware: FinalFirmware): EitherAsync<HttpFetchApiError, Array<LanguagePackage>>;
72
+ /**
73
+ * Retrieves the list of available MCU firmwares.
74
+ *
75
+ * @returns An `EitherAsync` containing either an `HttpFetchApiError` or an array of `McuFirmware` objects.
76
+ */
77
+ getMcuList(): EitherAsync<HttpFetchApiError, Array<McuFirmware>>;
12
78
  }
13
79
  //# sourceMappingURL=ManagerApiService.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ManagerApiService.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/service/ManagerApiService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,WAAW,CAAC;AAE7C,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAE1E,MAAM,WAAW,iBAAiB;IAChC,aAAa,CACX,IAAI,EAAE,gBAAgB,GACrB,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC,CAAC;IAC7D,gBAAgB,CACd,UAAU,EAAE,oBAAoB,EAChC,QAAQ,EAAE,MAAM,GACf,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;IACjD,kBAAkB,CAChB,UAAU,EAAE,oBAAoB,EAChC,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,MAAM,GACf,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;CAClD"}
1
+ {"version":3,"file":"ManagerApiService.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/manager-api/service/ManagerApiService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,WAAW,CAAC;AAE7C,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,WAAW,EACjB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAE5E;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;;;;OAKG;IACH,UAAU,CACR,UAAU,EAAE,oBAAoB,GAC/B,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC;IAEtD;;;;;OAKG;IACH,aAAa,CACX,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,GACvB,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC,CAAC;IAE7D;;;;;OAKG;IACH,gBAAgB,CACd,UAAU,EAAE,oBAAoB,GAC/B,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;IAEjD;;;;;;OAMG;IACH,kBAAkB,CAChB,UAAU,EAAE,oBAAoB,EAChC,aAAa,EAAE,aAAa,GAC3B,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;IAEjD;;;;;;OAMG;IACH,qBAAqB,CACnB,UAAU,EAAE,oBAAoB,EAChC,aAAa,EAAE,aAAa,GAC3B,WAAW,CAAC,iBAAiB,EAAE,WAAW,CAAC,CAAC;IAE/C;;;;;;OAMG;IACH,wBAAwB,CACtB,eAAe,EAAE,aAAa,EAC9B,aAAa,EAAE,aAAa,GAC3B,WAAW,CAAC,iBAAiB,EAAE,WAAW,CAAC,CAAC;IAE/C;;;;;OAKG;IACH,sBAAsB,CACpB,WAAW,EAAE,WAAW,GACvB,WAAW,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;IAEjD;;;;;;OAMG;IACH,mBAAmB,CACjB,aAAa,EAAE,aAAa,EAC5B,eAAe,EAAE,aAAa,GAC7B,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC;IAE1D;;;;OAIG;IACH,UAAU,IAAI,WAAW,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC;CAClE"}