@ledgerhq/device-transport-kit-web-hid 0.0.0-rn-hid-improvements-20250523090318 → 0.0.0-rn-ble-pairing-removed-while-reconnecting-20250731133348

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 (28) hide show
  1. package/lib/esm/api/transport/WebHidApduSender.js +2 -0
  2. package/lib/esm/api/transport/WebHidApduSender.js.map +7 -0
  3. package/lib/esm/api/transport/WebHidApduSender.test.js +2 -0
  4. package/lib/esm/api/transport/WebHidApduSender.test.js.map +7 -0
  5. package/lib/esm/api/transport/WebHidTransport.js +1 -1
  6. package/lib/esm/api/transport/WebHidTransport.js.map +3 -3
  7. package/lib/esm/api/transport/WebHidTransport.test.js +1 -1
  8. package/lib/esm/api/transport/WebHidTransport.test.js.map +3 -3
  9. package/lib/types/api/transport/WebHidApduSender.d.ts +25 -0
  10. package/lib/types/api/transport/WebHidApduSender.d.ts.map +1 -0
  11. package/lib/types/api/transport/WebHidApduSender.test.d.ts +2 -0
  12. package/lib/types/api/transport/WebHidApduSender.test.d.ts.map +1 -0
  13. package/lib/types/api/transport/WebHidTransport.d.ts +7 -4
  14. package/lib/types/api/transport/WebHidTransport.d.ts.map +1 -1
  15. package/lib/types/tsconfig.prod.tsbuildinfo +1 -1
  16. package/package.json +3 -3
  17. package/lib/esm/api/transport/WebHidDeviceConnection.js +0 -2
  18. package/lib/esm/api/transport/WebHidDeviceConnection.js.map +0 -7
  19. package/lib/esm/api/transport/WebHidDeviceConnection.stub.js +0 -2
  20. package/lib/esm/api/transport/WebHidDeviceConnection.stub.js.map +0 -7
  21. package/lib/esm/api/transport/WebHidDeviceConnection.test.js +0 -2
  22. package/lib/esm/api/transport/WebHidDeviceConnection.test.js.map +0 -7
  23. package/lib/types/api/transport/WebHidDeviceConnection.d.ts +0 -49
  24. package/lib/types/api/transport/WebHidDeviceConnection.d.ts.map +0 -1
  25. package/lib/types/api/transport/WebHidDeviceConnection.stub.d.ts +0 -5
  26. package/lib/types/api/transport/WebHidDeviceConnection.stub.d.ts.map +0 -1
  27. package/lib/types/api/transport/WebHidDeviceConnection.test.d.ts +0 -2
  28. package/lib/types/api/transport/WebHidDeviceConnection.test.d.ts.map +0 -1
@@ -0,0 +1,25 @@
1
+ import { type ApduReceiverServiceFactory, type ApduResponse, type ApduSenderServiceFactory, type DeviceApduSender, type DmkError, type LoggerPublisherService } from "@ledgerhq/device-management-kit";
2
+ import { type Either } from "purify-ts";
3
+ export type WebHidApduSenderConstructorArgs = {
4
+ dependencies: WebHidApduSenderDependencies;
5
+ apduSenderFactory: ApduSenderServiceFactory;
6
+ apduReceiverFactory: ApduReceiverServiceFactory;
7
+ };
8
+ export type WebHidApduSenderDependencies = {
9
+ device: HIDDevice;
10
+ };
11
+ export declare class WebHidApduSender implements DeviceApduSender<WebHidApduSenderDependencies> {
12
+ private dependencies;
13
+ private readonly apduSender;
14
+ private readonly apduReceiver;
15
+ private sendApduPromiseResolver;
16
+ private readonly logger;
17
+ constructor({ dependencies, apduSenderFactory, apduReceiverFactory, }: WebHidApduSenderConstructorArgs, loggerServiceFactory: (tag: string) => LoggerPublisherService);
18
+ sendApdu(apdu: Uint8Array, _triggersDisconnection?: boolean, abortTimeout?: number): Promise<Either<DmkError, ApduResponse>>;
19
+ private receiveHidInputReport;
20
+ getDependencies(): WebHidApduSenderDependencies;
21
+ setDependencies(dependencies: WebHidApduSenderDependencies): void;
22
+ setupConnection(): Promise<void>;
23
+ closeConnection(): void;
24
+ }
25
+ //# sourceMappingURL=WebHidApduSender.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WebHidApduSender.d.ts","sourceRoot":"","sources":["../../../../src/api/transport/WebHidApduSender.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,0BAA0B,EAC/B,KAAK,YAAY,EAEjB,KAAK,wBAAwB,EAC7B,KAAK,gBAAgB,EACrB,KAAK,QAAQ,EAEb,KAAK,sBAAsB,EAG5B,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAAE,KAAK,MAAM,EAA+B,MAAM,WAAW,CAAC;AAKrE,MAAM,MAAM,+BAA+B,GAAG;IAC5C,YAAY,EAAE,4BAA4B,CAAC;IAC3C,iBAAiB,EAAE,wBAAwB,CAAC;IAC5C,mBAAmB,EAAE,0BAA0B,CAAC;CACjD,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,MAAM,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF,qBAAa,gBACX,YAAW,gBAAgB,CAAC,4BAA4B,CAAC;IAEzD,OAAO,CAAC,YAAY,CAA+B;IACnD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAoB;IAC/C,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAsB;IACnD,OAAO,CAAC,uBAAuB,CAE7B;IACF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;gBAG9C,EACE,YAAY,EACZ,iBAAiB,EACjB,mBAAmB,GACpB,EAAE,+BAA+B,EAClC,oBAAoB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,sBAAsB;IAiBzD,QAAQ,CACZ,IAAI,EAAE,UAAU,EAChB,sBAAsB,CAAC,EAAE,OAAO,EAChC,YAAY,CAAC,EAAE,MAAM,GACpB,OAAO,CAAC,MAAM,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;IAyC1C,OAAO,CAAC,qBAAqB;IAoBtB,eAAe;IAIf,eAAe,CAAC,YAAY,EAAE,4BAA4B;IAIpD,eAAe;IAmBrB,eAAe;CAUvB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=WebHidApduSender.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WebHidApduSender.test.d.ts","sourceRoot":"","sources":["../../../../src/api/transport/WebHidApduSender.test.ts"],"names":[],"mappings":""}
@@ -1,18 +1,21 @@
1
- import { type ApduReceiverServiceFactory, type ApduSenderServiceFactory, type ConnectError, type DeviceId, type DeviceModelDataSource, type DisconnectHandler, type DmkError, type LoggerPublisherService, type Transport, TransportConnectedDevice, type TransportDiscoveredDevice, type TransportFactory, type TransportIdentifier } from "@ledgerhq/device-management-kit";
1
+ import { type ApduReceiverServiceFactory, type ApduSenderServiceFactory, type ConnectError, DeviceConnectionStateMachine, type DeviceConnectionStateMachineParams, type DeviceId, type DeviceModelDataSource, type DisconnectHandler, type DmkError, type LoggerPublisherService, type Transport, TransportConnectedDevice, type TransportDiscoveredDevice, type TransportFactory, type TransportIdentifier } from "@ledgerhq/device-management-kit";
2
2
  import { type Either } from "purify-ts";
3
3
  import { type Observable } from "rxjs";
4
+ import { WebHidApduSender, type WebHidApduSenderConstructorArgs, type WebHidApduSenderDependencies } from "./WebHidApduSender";
4
5
  export declare const webHidIdentifier: TransportIdentifier;
5
6
  export declare class WebHidTransport implements Transport {
6
7
  private readonly _deviceModelDataSource;
7
8
  private readonly _loggerServiceFactory;
8
9
  private readonly _apduSenderFactory;
9
10
  private readonly _apduReceiverFactory;
11
+ private readonly _deviceConnectionStateMachineFactory;
12
+ private readonly _deviceApduSenderFactory;
10
13
  /** List of HID devices that have been discovered */
11
14
  private _transportDiscoveredDevices;
12
- /** Map of *connected* HIDDevice to their WebHidDeviceConnection */
15
+ /** Map of *connected* HIDDevice to their device connection */
13
16
  private _deviceConnectionsByHidDevice;
14
17
  /**
15
- * Set of WebHidDeviceConnection for which the HIDDevice has been
18
+ * Set of device connections for which the HIDDevice has been
16
19
  * disconnected, so they are waiting for a reconnection
17
20
  */
18
21
  private _deviceConnectionsPendingReconnection;
@@ -21,7 +24,7 @@ export declare class WebHidTransport implements Transport {
21
24
  private _logger;
22
25
  private readonly connectionType;
23
26
  private readonly identifier;
24
- constructor(_deviceModelDataSource: DeviceModelDataSource, _loggerServiceFactory: (tag: string) => LoggerPublisherService, _apduSenderFactory: ApduSenderServiceFactory, _apduReceiverFactory: ApduReceiverServiceFactory);
27
+ constructor(_deviceModelDataSource: DeviceModelDataSource, _loggerServiceFactory: (tag: string) => LoggerPublisherService, _apduSenderFactory: ApduSenderServiceFactory, _apduReceiverFactory: ApduReceiverServiceFactory, _deviceConnectionStateMachineFactory?: (args: DeviceConnectionStateMachineParams<WebHidApduSenderDependencies>) => DeviceConnectionStateMachine<WebHidApduSenderDependencies>, _deviceApduSenderFactory?: (args: WebHidApduSenderConstructorArgs, loggerFactory: (tag: string) => LoggerPublisherService) => WebHidApduSender);
25
28
  /**
26
29
  * Get the WebHID API if supported or error
27
30
  * @returns `Either<WebHidTransportNotSupportedError, HID>`
@@ -1 +1 @@
1
- {"version":3,"file":"WebHidTransport.d.ts","sourceRoot":"","sources":["../../../../src/api/transport/WebHidTransport.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,YAAY,EAEjB,KAAK,QAAQ,EACb,KAAK,qBAAqB,EAE1B,KAAK,iBAAiB,EACtB,KAAK,QAAQ,EAGb,KAAK,sBAAsB,EAG3B,KAAK,SAAS,EACd,wBAAwB,EAExB,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EAEzB,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAAE,KAAK,MAAM,EAAmC,MAAM,WAAW,CAAC;AACzE,OAAO,EAA8B,KAAK,UAAU,EAAa,MAAM,MAAM,CAAC;AAe9E,eAAO,MAAM,gBAAgB,EAAE,mBAA+B,CAAC;AAE/D,qBAAa,eAAgB,YAAW,SAAS;IA2B7C,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IACvC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAGtC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IA/BvC,oDAAoD;IACpD,OAAO,CAAC,2BAA2B,CAEiC;IAEpE,mEAAmE;IACnE,OAAO,CAAC,6BAA6B,CAGvB;IAEd;;;OAGG;IACH,OAAO,CAAC,qCAAqC,CACjC;IAEZ,iEAAiE;IACjE,OAAO,CAAC,mCAAmC,CACnB;IACxB,OAAO,CAAC,OAAO,CAAyB;IACxC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAyB;IACxD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAyC;gBAGjD,sBAAsB,EAAE,qBAAqB,EAC7C,qBAAqB,EAAE,CACtC,GAAG,EAAE,MAAM,KACR,sBAAsB,EACV,kBAAkB,EAAE,wBAAwB,EAC5C,oBAAoB,EAAE,0BAA0B;IAOnE;;;OAGG;IACH,OAAO,KAAK,MAAM,GAMjB;IAED,WAAW;IAWX,aAAa,IAAI,mBAAmB;IAIpC;;;;OAIG;YACW,UAAU;IAmBxB;;OAEG;IACH,OAAO,CAAC,uCAAuC;IA4C/C;;OAEG;IACI,wBAAwB,IAAI,UAAU,CAAC,yBAAyB,EAAE,CAAC;YAO5D,gCAAgC;IAoB9C;;;OAGG;YACW,kBAAkB;IA+ChC,gBAAgB,IAAI,UAAU,CAAC,yBAAyB,CAAC;IA2BzD,eAAe,IAAI,IAAI;IAOvB,OAAO,CAAC,gCAAgC;IAkBxC,OAAO,CAAC,+BAA+B;IAKvC;;OAEG;IACG,OAAO,CAAC,EACZ,QAAQ,EACR,YAAY,GACb,EAAE;QACD,QAAQ,EAAE,QAAQ,CAAC;QACnB,YAAY,EAAE,iBAAiB,CAAC;KACjC,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE,wBAAwB,CAAC,CAAC;IA4E3D,OAAO,CAAC,cAAc;IAWtB,OAAO,CAAC,kBAAkB;IAO1B;;OAEG;IACG,UAAU,CAAC,MAAM,EAAE;QACvB,eAAe,EAAE,wBAAwB,CAAC;KAC3C,GAAG,OAAO,CAAC,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;IAyBnC;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;OAGG;YACW,8BAA8B;IA+B5C,OAAO,CAAC,wBAAwB;IAiBhC;;;OAGG;IACH,OAAO,CAAC,2BAA2B;IA8B5B,OAAO;CAOf;AAED,eAAO,MAAM,sBAAsB,EAAE,gBAWlC,CAAC"}
1
+ {"version":3,"file":"WebHidTransport.d.ts","sourceRoot":"","sources":["../../../../src/api/transport/WebHidTransport.ts"],"names":[],"mappings":"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"}