@notabene/javascript-sdk 2.0.2 → 2.0.4-NEXT.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/README.md +28 -0
  2. package/dist/notabene.cjs +1 -1
  3. package/dist/notabene.d.ts +30 -17
  4. package/dist/notabene.js +98 -70
  5. package/docs/README.md +28 -0
  6. package/docs/_media/TransactionOptions.md +6 -6
  7. package/docs/ivms/types/enumerations/PayloadVersionCode.md +2 -2
  8. package/docs/ivms/types/interfaces/PayloadMetadata.md +2 -2
  9. package/docs/ivms/types/type-aliases/Address.md +1 -1
  10. package/docs/ivms/types/type-aliases/AddressTypeCode.md +1 -1
  11. package/docs/ivms/types/type-aliases/Beneficiary.md +1 -1
  12. package/docs/ivms/types/type-aliases/BeneficiaryVASP.md +1 -1
  13. package/docs/ivms/types/type-aliases/DateAndPlaceOfBirth.md +1 -1
  14. package/docs/ivms/types/type-aliases/ISOCountryCode.md +1 -1
  15. package/docs/ivms/types/type-aliases/ISODate.md +1 -1
  16. package/docs/ivms/types/type-aliases/IVMS101.md +1 -1
  17. package/docs/ivms/types/type-aliases/IntermediaryVASP.md +1 -1
  18. package/docs/ivms/types/type-aliases/LegalPerson.md +1 -1
  19. package/docs/ivms/types/type-aliases/LegalPersonName.md +1 -1
  20. package/docs/ivms/types/type-aliases/LegalPersonNameID.md +1 -1
  21. package/docs/ivms/types/type-aliases/LegalPersonNameTypeCode.md +1 -1
  22. package/docs/ivms/types/type-aliases/LocalLegalPersonNameID.md +1 -1
  23. package/docs/ivms/types/type-aliases/LocalNaturalPersonNameID.md +1 -1
  24. package/docs/ivms/types/type-aliases/NationalIdentification.md +1 -1
  25. package/docs/ivms/types/type-aliases/NationalIdentifierTypeCode.md +1 -1
  26. package/docs/ivms/types/type-aliases/NaturalPerson.md +1 -1
  27. package/docs/ivms/types/type-aliases/NaturalPersonName.md +1 -1
  28. package/docs/ivms/types/type-aliases/NaturalPersonNameID.md +1 -1
  29. package/docs/ivms/types/type-aliases/NaturalPersonNameTypeCode.md +1 -1
  30. package/docs/ivms/types/type-aliases/OriginatingVASP.md +1 -1
  31. package/docs/ivms/types/type-aliases/Originator.md +1 -1
  32. package/docs/ivms/types/type-aliases/Person.md +1 -1
  33. package/docs/ivms/types/type-aliases/TransferPath.md +1 -1
  34. package/docs/ivms/types/type-aliases/TransliterationMethodCode.md +1 -1
  35. package/docs/notabene/README.md +6 -6
  36. package/docs/notabene/classes/EmbeddedComponent.md +39 -16
  37. package/docs/notabene/classes/default.md +6 -6
  38. package/docs/notabene/functions/decodeFragmentToObject.md +1 -1
  39. package/docs/notabene/interfaces/NotabeneConfig.md +5 -5
  40. package/docs/notabene/type-aliases/MessageCallback.md +1 -1
  41. package/docs/types/README.md +1 -1
  42. package/docs/types/enumerations/AgentType.md +2 -2
  43. package/docs/types/enumerations/CMType.md +6 -17
  44. package/docs/types/enumerations/HMType.md +2 -2
  45. package/docs/types/enumerations/PersonType.md +3 -3
  46. package/docs/types/enumerations/ProofStatus.md +4 -4
  47. package/docs/types/enumerations/ProofTypes.md +12 -12
  48. package/docs/types/enumerations/Status.md +5 -5
  49. package/docs/types/enumerations/VASPSearchControl.md +34 -0
  50. package/docs/types/enumerations/ValidationSections.md +4 -4
  51. package/docs/types/interfaces/Agent.md +6 -6
  52. package/docs/types/interfaces/CallbackOptions.md +2 -2
  53. package/docs/types/interfaces/ComponentRequest.md +2 -2
  54. package/docs/types/interfaces/ComponentResponse.md +4 -4
  55. package/docs/types/interfaces/ConnectionRecord.md +7 -7
  56. package/docs/types/interfaces/ConnectionRequest.md +3 -3
  57. package/docs/types/interfaces/Counterparty.md +10 -10
  58. package/docs/types/interfaces/DeclarationProof.md +6 -6
  59. package/docs/types/interfaces/Deposit.md +9 -9
  60. package/docs/types/interfaces/DepositRequest.md +7 -7
  61. package/docs/types/interfaces/DepositRequestOptions.md +1 -1
  62. package/docs/types/interfaces/LegalPerson.md +13 -13
  63. package/docs/types/interfaces/MicroTransferProof.md +9 -9
  64. package/docs/types/interfaces/NaturalPerson.md +13 -13
  65. package/docs/types/interfaces/OwnershipProof.md +4 -4
  66. package/docs/types/interfaces/ScreenshotProof.md +5 -5
  67. package/docs/types/interfaces/SignatureProof.md +7 -7
  68. package/docs/types/interfaces/ThresholdOptions.md +3 -3
  69. package/docs/types/interfaces/Transaction.md +8 -8
  70. package/docs/types/interfaces/TransactionOptions.md +6 -6
  71. package/docs/types/interfaces/TransactionResponse.md +8 -8
  72. package/docs/types/interfaces/VASP.md +9 -9
  73. package/docs/types/interfaces/Wallet.md +8 -8
  74. package/docs/types/interfaces/Withdrawal.md +9 -9
  75. package/docs/types/type-aliases/BlockchainAddress.md +1 -1
  76. package/docs/types/type-aliases/CAIP10.md +1 -1
  77. package/docs/types/type-aliases/CAIP19.md +1 -1
  78. package/docs/types/type-aliases/CAIP2.md +1 -1
  79. package/docs/types/type-aliases/CAIP220.md +1 -1
  80. package/docs/types/type-aliases/Cancel.md +1 -1
  81. package/docs/types/type-aliases/Completed.md +1 -1
  82. package/docs/types/type-aliases/ComponentMessage.md +2 -4
  83. package/docs/types/type-aliases/ConnectionOptions.md +1 -1
  84. package/docs/types/type-aliases/CryptoCredential.md +1 -1
  85. package/docs/types/type-aliases/DID.md +1 -1
  86. package/docs/types/type-aliases/DTI.md +1 -1
  87. package/docs/types/type-aliases/Destination.md +1 -1
  88. package/docs/types/type-aliases/Error.md +17 -1
  89. package/docs/types/type-aliases/FieldOptions.md +1 -1
  90. package/docs/types/type-aliases/FieldTypes.md +1 -1
  91. package/docs/types/type-aliases/HostMessage.md +1 -1
  92. package/docs/types/type-aliases/ISOCurrency.md +1 -1
  93. package/docs/types/type-aliases/InvalidValue.md +1 -1
  94. package/docs/types/type-aliases/LEI.md +1 -1
  95. package/docs/types/type-aliases/LegalPersonFieldName.md +1 -1
  96. package/docs/types/type-aliases/LegalPersonFields.md +1 -1
  97. package/docs/types/type-aliases/NaturalPersonFieldName.md +1 -1
  98. package/docs/types/type-aliases/NaturalPersonFields.md +1 -1
  99. package/docs/types/type-aliases/NotabeneAsset.md +1 -1
  100. package/docs/types/type-aliases/ResizeRequest.md +1 -1
  101. package/docs/types/type-aliases/Source.md +1 -1
  102. package/docs/types/type-aliases/Theme.md +9 -9
  103. package/docs/types/type-aliases/TransactionAsset.md +1 -1
  104. package/docs/types/type-aliases/TravelAddress.md +1 -1
  105. package/docs/types/type-aliases/URI.md +1 -1
  106. package/docs/types/type-aliases/UUID.md +1 -1
  107. package/docs/types/type-aliases/UpdateValue.md +1 -1
  108. package/docs/types/type-aliases/V1Asset.md +1 -1
  109. package/docs/types/type-aliases/V1Transaction.md +1 -1
  110. package/docs/types/type-aliases/VASPOptions.md +5 -1
  111. package/docs/types/type-aliases/ValidationError.md +1 -1
  112. package/package.json +15 -14
  113. package/src/components/EmbeddedComponent.ts +45 -4
  114. package/src/components/__tests__/EmbeddedComponent.test.ts +126 -3
  115. package/src/notabene.ts +23 -23
  116. package/src/types.ts +23 -18
  117. package/src/utils/__tests__/MessageEventManager.test.ts +7 -7
  118. package/docs/types/type-aliases/Ready.md +0 -21
@@ -1,6 +1,5 @@
1
1
  import { beforeEach, describe, expect, it, vi } from 'vitest';
2
2
  import {
3
- HMType,
4
3
  type TransactionOptions,
5
4
  type UpdateValue,
6
5
  type Withdrawal,
@@ -34,13 +33,13 @@ describe('MessageEventManager', () => {
34
33
  });
35
34
 
36
35
  it('should subscribe and receive messages of a specific type', () => {
37
- const readyHandler = vi.fn();
38
- messageEventManager.on('ready', readyHandler);
36
+ const completeHandler = vi.fn();
37
+ messageEventManager.on('complete', completeHandler);
39
38
 
40
- const readyMessage = { type: 'ready' };
41
- mockPort.onmessage!({ data: readyMessage } as MessageEvent);
39
+ const completeMessage = { type: 'complete' };
40
+ mockPort.onmessage!({ data: completeMessage } as MessageEvent);
42
41
 
43
- expect(readyHandler).toHaveBeenCalledWith(readyMessage);
42
+ expect(completeHandler).toHaveBeenCalledWith(completeMessage);
44
43
  });
45
44
 
46
45
  it('should not call handlers for different message types', () => {
@@ -82,7 +81,8 @@ describe('MessageEventManager', () => {
82
81
 
83
82
  it('should send messages through the port', () => {
84
83
  const message: UpdateValue<Withdrawal, TransactionOptions> = {
85
- type: HMType.UPDATE,
84
+ // @ts-expect-error Type '"update"' is not assignable to type 'HMType.UPDATE'.
85
+ type: 'update',
86
86
  value: { requestId: 'id' },
87
87
  };
88
88
  messageEventManager.send(message);
@@ -1,21 +0,0 @@
1
- [**@notabene/javascript-sdk**](../../README.md) • **Docs**
2
-
3
- ***
4
-
5
- [@notabene/javascript-sdk](../../modules.md) / [types](../README.md) / Ready
6
-
7
- # Type Alias: Ready
8
-
9
- > **Ready**: `object`
10
-
11
- Represents a ready component message
12
-
13
- ## Type declaration
14
-
15
- ### type
16
-
17
- > **type**: [`READY`](../enumerations/CMType.md#ready)
18
-
19
- ## Defined in
20
-
21
- [types.ts:799](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L799)