@notabene/javascript-sdk 2.10.0-next.1 → 2.10.0-next.4

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 (137) hide show
  1. package/README.md +9 -4
  2. package/dist/cjs/notabene.cjs +1 -1
  3. package/dist/cjs/notabene.d.ts +4 -2
  4. package/dist/cjs/package.json +1 -1
  5. package/dist/esm/notabene.d.ts +4 -2
  6. package/dist/esm/notabene.js +12 -12
  7. package/dist/esm/package.json +1 -1
  8. package/dist/notabene.d.ts +4 -2
  9. package/dist/notabene.js +12 -12
  10. package/docs/README.md +218 -47
  11. package/docs/_media/TransactionOptions.md +9 -9
  12. package/docs/_media/getRefreshResult.md +35 -0
  13. package/docs/ivms/types/enumerations/PayloadVersionCode.md +2 -2
  14. package/docs/ivms/types/interfaces/PayloadMetadata.md +2 -2
  15. package/docs/ivms/types/type-aliases/Address.md +1 -1
  16. package/docs/ivms/types/type-aliases/AddressTypeCode.md +1 -1
  17. package/docs/ivms/types/type-aliases/Beneficiary.md +1 -1
  18. package/docs/ivms/types/type-aliases/BeneficiaryVASP.md +1 -1
  19. package/docs/ivms/types/type-aliases/DateAndPlaceOfBirth.md +1 -1
  20. package/docs/ivms/types/type-aliases/ISOCountryCode.md +1 -1
  21. package/docs/ivms/types/type-aliases/ISODate.md +1 -1
  22. package/docs/ivms/types/type-aliases/IVMS101.md +1 -1
  23. package/docs/ivms/types/type-aliases/IntermediaryVASP.md +1 -1
  24. package/docs/ivms/types/type-aliases/LegalPerson.md +1 -1
  25. package/docs/ivms/types/type-aliases/LegalPersonName.md +1 -1
  26. package/docs/ivms/types/type-aliases/LegalPersonNameID.md +1 -1
  27. package/docs/ivms/types/type-aliases/LegalPersonNameTypeCode.md +1 -1
  28. package/docs/ivms/types/type-aliases/LocalLegalPersonNameID.md +1 -1
  29. package/docs/ivms/types/type-aliases/LocalNaturalPersonNameID.md +1 -1
  30. package/docs/ivms/types/type-aliases/NationalIdentification.md +1 -1
  31. package/docs/ivms/types/type-aliases/NationalIdentifierTypeCode.md +1 -1
  32. package/docs/ivms/types/type-aliases/NaturalPerson.md +1 -1
  33. package/docs/ivms/types/type-aliases/NaturalPersonName.md +1 -1
  34. package/docs/ivms/types/type-aliases/NaturalPersonNameID.md +1 -1
  35. package/docs/ivms/types/type-aliases/NaturalPersonNameTypeCode.md +1 -1
  36. package/docs/ivms/types/type-aliases/OriginatingVASP.md +1 -1
  37. package/docs/ivms/types/type-aliases/Originator.md +1 -1
  38. package/docs/ivms/types/type-aliases/Person.md +1 -1
  39. package/docs/ivms/types/type-aliases/TransferPath.md +1 -1
  40. package/docs/ivms/types/type-aliases/TransliterationMethodCode.md +1 -1
  41. package/docs/notabene/README.md +7 -1
  42. package/docs/notabene/classes/ConnectionManager.md +19 -5
  43. package/docs/notabene/classes/EmbeddedComponent.md +17 -17
  44. package/docs/notabene/classes/default.md +7 -7
  45. package/docs/notabene/functions/decodeFragmentToObject.md +1 -1
  46. package/docs/notabene/functions/getRefreshResult.md +11 -3
  47. package/docs/notabene/interfaces/ConnectionData.md +8 -8
  48. package/docs/notabene/interfaces/ConnectionMetadata.md +6 -6
  49. package/docs/notabene/interfaces/ConnectionResponse.md +12 -12
  50. package/docs/notabene/interfaces/NotabeneConfig.md +5 -5
  51. package/docs/notabene/type-aliases/ConnectionResult.md +17 -0
  52. package/docs/notabene/type-aliases/ConnectionStatus.md +1 -1
  53. package/docs/notabene/type-aliases/MessageCallback.md +1 -1
  54. package/docs/notabene/type-aliases/TransactionType.md +1 -1
  55. package/docs/types/README.md +1 -0
  56. package/docs/types/enumerations/AgentType.md +2 -2
  57. package/docs/types/enumerations/CMType.md +7 -7
  58. package/docs/types/enumerations/ErrorIdentifierCode.md +4 -4
  59. package/docs/types/enumerations/HMType.md +2 -2
  60. package/docs/types/enumerations/PersonType.md +3 -3
  61. package/docs/types/enumerations/ProofStatus.md +4 -4
  62. package/docs/types/enumerations/ProofTypes.md +27 -17
  63. package/docs/types/enumerations/Status.md +5 -5
  64. package/docs/types/enumerations/VASPSearchControl.md +2 -2
  65. package/docs/types/enumerations/ValidationSections.md +4 -4
  66. package/docs/types/interfaces/Account.md +59 -0
  67. package/docs/types/interfaces/Agent.md +6 -6
  68. package/docs/types/interfaces/CallbackOptions.md +2 -2
  69. package/docs/types/interfaces/ComponentRequest.md +2 -2
  70. package/docs/types/interfaces/ComponentResponse.md +4 -4
  71. package/docs/types/interfaces/ConnectionRecord.md +7 -7
  72. package/docs/types/interfaces/ConnectionRequest.md +3 -3
  73. package/docs/types/interfaces/Counterparty.md +10 -10
  74. package/docs/types/interfaces/DeclarationProof.md +6 -6
  75. package/docs/types/interfaces/Deposit.md +25 -11
  76. package/docs/types/interfaces/DepositRequest.md +9 -9
  77. package/docs/types/interfaces/DepositRequestOptions.md +1 -1
  78. package/docs/types/interfaces/DepositTransaction.md +23 -9
  79. package/docs/types/interfaces/LegalPerson.md +13 -13
  80. package/docs/types/interfaces/MicroTransferProof.md +9 -9
  81. package/docs/types/interfaces/NaturalPerson.md +13 -13
  82. package/docs/types/interfaces/OwnershipProof.md +4 -4
  83. package/docs/types/interfaces/RefreshSource.md +2 -2
  84. package/docs/types/interfaces/Refreshable.md +1 -1
  85. package/docs/types/interfaces/ScreenshotProof.md +5 -5
  86. package/docs/types/interfaces/SignatureProof.md +10 -10
  87. package/docs/types/interfaces/ThresholdOptions.md +3 -3
  88. package/docs/types/interfaces/Transaction.md +18 -8
  89. package/docs/types/interfaces/TransactionOptions.md +9 -9
  90. package/docs/types/interfaces/TransactionResponse.md +9 -9
  91. package/docs/types/interfaces/VASP.md +9 -9
  92. package/docs/types/interfaces/Wallet.md +8 -8
  93. package/docs/types/interfaces/Withdrawal.md +24 -10
  94. package/docs/types/type-aliases/BlockchainAddress.md +1 -1
  95. package/docs/types/type-aliases/CAIP10.md +1 -1
  96. package/docs/types/type-aliases/CAIP19.md +1 -1
  97. package/docs/types/type-aliases/CAIP2.md +1 -1
  98. package/docs/types/type-aliases/CAIP220.md +1 -1
  99. package/docs/types/type-aliases/Cancel.md +1 -1
  100. package/docs/types/type-aliases/Completed.md +1 -1
  101. package/docs/types/type-aliases/ComponentMessage.md +1 -1
  102. package/docs/types/type-aliases/ConnectionOptions.md +1 -1
  103. package/docs/types/type-aliases/CounterpartyAssistConfig.md +2 -2
  104. package/docs/types/type-aliases/CryptoCredential.md +1 -1
  105. package/docs/types/type-aliases/DID.md +1 -1
  106. package/docs/types/type-aliases/DTI.md +1 -1
  107. package/docs/types/type-aliases/Destination.md +1 -1
  108. package/docs/types/type-aliases/Error.md +1 -1
  109. package/docs/types/type-aliases/FieldOptions.md +1 -1
  110. package/docs/types/type-aliases/FieldTypes.md +1 -1
  111. package/docs/types/type-aliases/HostMessage.md +1 -1
  112. package/docs/types/type-aliases/ISOCurrency.md +1 -1
  113. package/docs/types/type-aliases/InvalidValue.md +1 -1
  114. package/docs/types/type-aliases/LEI.md +1 -1
  115. package/docs/types/type-aliases/LegalPersonFieldName.md +1 -1
  116. package/docs/types/type-aliases/LegalPersonFields.md +1 -1
  117. package/docs/types/type-aliases/NationalIdentifierTypeFieldOptions.md +1 -1
  118. package/docs/types/type-aliases/NaturalPersonFieldName.md +1 -1
  119. package/docs/types/type-aliases/NaturalPersonFields.md +1 -1
  120. package/docs/types/type-aliases/NotabeneAsset.md +1 -1
  121. package/docs/types/type-aliases/Ready.md +1 -1
  122. package/docs/types/type-aliases/ResizeRequest.md +1 -1
  123. package/docs/types/type-aliases/Source.md +1 -1
  124. package/docs/types/type-aliases/Theme.md +1 -1
  125. package/docs/types/type-aliases/TransactionAsset.md +1 -1
  126. package/docs/types/type-aliases/TravelAddress.md +1 -1
  127. package/docs/types/type-aliases/URI.md +1 -1
  128. package/docs/types/type-aliases/UUID.md +1 -1
  129. package/docs/types/type-aliases/UpdateValue.md +1 -1
  130. package/docs/types/type-aliases/V1Asset.md +1 -1
  131. package/docs/types/type-aliases/V1Transaction.md +1 -1
  132. package/docs/types/type-aliases/VASPOptions.md +1 -1
  133. package/docs/types/type-aliases/ValidationError.md +1 -1
  134. package/package.json +1 -1
  135. package/src/types.ts +2 -0
  136. package/src/utils/connections.ts +1 -0
  137. package/docs/notabene/interfaces/ConnectionResult.md +0 -61
@@ -23,6 +23,7 @@
23
23
 
24
24
  ### Interfaces
25
25
 
26
+ - [Account](interfaces/Account.md)
26
27
  - [Agent](interfaces/Agent.md)
27
28
  - [CallbackOptions](interfaces/CallbackOptions.md)
28
29
  - [ComponentRequest](interfaces/ComponentRequest.md)
@@ -16,7 +16,7 @@ The type of Agent. Either a wallet or a VASP
16
16
 
17
17
  #### Defined in
18
18
 
19
- [types.ts:251](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L251)
19
+ [types.ts:251](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L251)
20
20
 
21
21
  ***
22
22
 
@@ -26,4 +26,4 @@ The type of Agent. Either a wallet or a VASP
26
26
 
27
27
  #### Defined in
28
28
 
29
- [types.ts:252](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L252)
29
+ [types.ts:252](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L252)
@@ -27,7 +27,7 @@ between the host and component.
27
27
 
28
28
  #### Defined in
29
29
 
30
- [types.ts:872](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L872)
30
+ [types.ts:881](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L881)
31
31
 
32
32
  ***
33
33
 
@@ -37,7 +37,7 @@ between the host and component.
37
37
 
38
38
  #### Defined in
39
39
 
40
- [types.ts:866](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L866)
40
+ [types.ts:875](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L875)
41
41
 
42
42
  ***
43
43
 
@@ -47,7 +47,7 @@ between the host and component.
47
47
 
48
48
  #### Defined in
49
49
 
50
- [types.ts:871](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L871)
50
+ [types.ts:880](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L880)
51
51
 
52
52
  ***
53
53
 
@@ -57,7 +57,7 @@ between the host and component.
57
57
 
58
58
  #### Defined in
59
59
 
60
- [types.ts:870](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L870)
60
+ [types.ts:879](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L879)
61
61
 
62
62
  ***
63
63
 
@@ -67,7 +67,7 @@ between the host and component.
67
67
 
68
68
  #### Defined in
69
69
 
70
- [types.ts:869](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L869)
70
+ [types.ts:878](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L878)
71
71
 
72
72
  ***
73
73
 
@@ -77,7 +77,7 @@ between the host and component.
77
77
 
78
78
  #### Defined in
79
79
 
80
- [types.ts:867](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L867)
80
+ [types.ts:876](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L876)
81
81
 
82
82
  ***
83
83
 
@@ -87,4 +87,4 @@ between the host and component.
87
87
 
88
88
  #### Defined in
89
89
 
90
- [types.ts:868](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L868)
90
+ [types.ts:877](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L877)
@@ -16,7 +16,7 @@ Represents an error identifier code
16
16
 
17
17
  #### Defined in
18
18
 
19
- [types.ts:908](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L908)
19
+ [types.ts:917](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L917)
20
20
 
21
21
  ***
22
22
 
@@ -26,7 +26,7 @@ Represents an error identifier code
26
26
 
27
27
  #### Defined in
28
28
 
29
- [types.ts:911](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L911)
29
+ [types.ts:920](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L920)
30
30
 
31
31
  ***
32
32
 
@@ -36,7 +36,7 @@ Represents an error identifier code
36
36
 
37
37
  #### Defined in
38
38
 
39
- [types.ts:909](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L909)
39
+ [types.ts:918](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L918)
40
40
 
41
41
  ***
42
42
 
@@ -46,4 +46,4 @@ Represents an error identifier code
46
46
 
47
47
  #### Defined in
48
48
 
49
- [types.ts:910](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L910)
49
+ [types.ts:919](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L919)
@@ -22,7 +22,7 @@ from the host application.
22
22
 
23
23
  #### Defined in
24
24
 
25
- [types.ts:989](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L989)
25
+ [types.ts:998](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L998)
26
26
 
27
27
  ***
28
28
 
@@ -32,4 +32,4 @@ from the host application.
32
32
 
33
33
  #### Defined in
34
34
 
35
- [types.ts:988](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L988)
35
+ [types.ts:997](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L997)
@@ -32,7 +32,7 @@ apply to each type.
32
32
 
33
33
  #### Defined in
34
34
 
35
- [types.ts:291](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L291)
35
+ [types.ts:291](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L291)
36
36
 
37
37
  ***
38
38
 
@@ -42,7 +42,7 @@ apply to each type.
42
42
 
43
43
  #### Defined in
44
44
 
45
- [types.ts:290](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L290)
45
+ [types.ts:290](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L290)
46
46
 
47
47
  ***
48
48
 
@@ -52,4 +52,4 @@ apply to each type.
52
52
 
53
53
  #### Defined in
54
54
 
55
- [types.ts:292](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L292)
55
+ [types.ts:292](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L292)
@@ -24,7 +24,7 @@ Represents the different states that an ownership proof can be in during and aft
24
24
 
25
25
  #### Defined in
26
26
 
27
- [types.ts:1058](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1058)
27
+ [types.ts:1067](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1067)
28
28
 
29
29
  ***
30
30
 
@@ -34,7 +34,7 @@ Represents the different states that an ownership proof can be in during and aft
34
34
 
35
35
  #### Defined in
36
36
 
37
- [types.ts:1059](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1059)
37
+ [types.ts:1068](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1068)
38
38
 
39
39
  ***
40
40
 
@@ -44,7 +44,7 @@ Represents the different states that an ownership proof can be in during and aft
44
44
 
45
45
  #### Defined in
46
46
 
47
- [types.ts:1057](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1057)
47
+ [types.ts:1066](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1066)
48
48
 
49
49
  ***
50
50
 
@@ -54,4 +54,4 @@ Represents the different states that an ownership proof can be in during and aft
54
54
 
55
55
  #### Defined in
56
56
 
57
- [types.ts:1060](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1060)
57
+ [types.ts:1069](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1069)
@@ -41,7 +41,7 @@ Supported proof types:
41
41
 
42
42
  #### Defined in
43
43
 
44
- [types.ts:1096](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1096)
44
+ [types.ts:1105](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1105)
45
45
 
46
46
  ***
47
47
 
@@ -51,7 +51,7 @@ Supported proof types:
51
51
 
52
52
  #### Defined in
53
53
 
54
- [types.ts:1098](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1098)
54
+ [types.ts:1107](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1107)
55
55
 
56
56
  ***
57
57
 
@@ -61,7 +61,7 @@ Supported proof types:
61
61
 
62
62
  #### Defined in
63
63
 
64
- [types.ts:1097](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1097)
64
+ [types.ts:1106](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1106)
65
65
 
66
66
  ***
67
67
 
@@ -71,7 +71,17 @@ Supported proof types:
71
71
 
72
72
  #### Defined in
73
73
 
74
- [types.ts:1103](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1103)
74
+ [types.ts:1112](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1112)
75
+
76
+ ***
77
+
78
+ ### CONCORDIUM
79
+
80
+ > **CONCORDIUM**: `"concordium"`
81
+
82
+ #### Defined in
83
+
84
+ [types.ts:1116](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1116)
75
85
 
76
86
  ***
77
87
 
@@ -81,7 +91,7 @@ Supported proof types:
81
91
 
82
92
  #### Defined in
83
93
 
84
- [types.ts:1106](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1106)
94
+ [types.ts:1115](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1115)
85
95
 
86
96
  ***
87
97
 
@@ -91,7 +101,7 @@ Supported proof types:
91
101
 
92
102
  #### Defined in
93
103
 
94
- [types.ts:1100](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1100)
104
+ [types.ts:1109](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1109)
95
105
 
96
106
  ***
97
107
 
@@ -101,7 +111,7 @@ Supported proof types:
101
111
 
102
112
  #### Defined in
103
113
 
104
- [types.ts:1095](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1095)
114
+ [types.ts:1104](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1104)
105
115
 
106
116
  ***
107
117
 
@@ -111,7 +121,7 @@ Supported proof types:
111
121
 
112
122
  #### Defined in
113
123
 
114
- [types.ts:1093](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1093)
124
+ [types.ts:1102](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1102)
115
125
 
116
126
  ***
117
127
 
@@ -121,7 +131,7 @@ Supported proof types:
121
131
 
122
132
  #### Defined in
123
133
 
124
- [types.ts:1094](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1094)
134
+ [types.ts:1103](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1103)
125
135
 
126
136
  ***
127
137
 
@@ -131,7 +141,7 @@ Supported proof types:
131
141
 
132
142
  #### Defined in
133
143
 
134
- [types.ts:1104](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1104)
144
+ [types.ts:1113](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1113)
135
145
 
136
146
  ***
137
147
 
@@ -141,7 +151,7 @@ Supported proof types:
141
151
 
142
152
  #### Defined in
143
153
 
144
- [types.ts:1105](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1105)
154
+ [types.ts:1114](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1114)
145
155
 
146
156
  ***
147
157
 
@@ -151,7 +161,7 @@ Supported proof types:
151
161
 
152
162
  #### Defined in
153
163
 
154
- [types.ts:1090](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1090)
164
+ [types.ts:1099](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1099)
155
165
 
156
166
  ***
157
167
 
@@ -161,7 +171,7 @@ Supported proof types:
161
171
 
162
172
  #### Defined in
163
173
 
164
- [types.ts:1091](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1091)
174
+ [types.ts:1100](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1100)
165
175
 
166
176
  ***
167
177
 
@@ -171,7 +181,7 @@ Supported proof types:
171
181
 
172
182
  #### Defined in
173
183
 
174
- [types.ts:1092](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1092)
184
+ [types.ts:1101](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1101)
175
185
 
176
186
  ***
177
187
 
@@ -181,7 +191,7 @@ Supported proof types:
181
191
 
182
192
  #### Defined in
183
193
 
184
- [types.ts:1099](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1099)
194
+ [types.ts:1108](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1108)
185
195
 
186
196
  ***
187
197
 
@@ -191,7 +201,7 @@ Supported proof types:
191
201
 
192
202
  #### Defined in
193
203
 
194
- [types.ts:1102](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1102)
204
+ [types.ts:1111](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1111)
195
205
 
196
206
  ***
197
207
 
@@ -201,4 +211,4 @@ Supported proof types:
201
211
 
202
212
  #### Defined in
203
213
 
204
- [types.ts:1101](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1101)
214
+ [types.ts:1110](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1110)
@@ -16,7 +16,7 @@ The verification status of a transaction
16
16
 
17
17
  #### Defined in
18
18
 
19
- [types.ts:640](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L640)
19
+ [types.ts:653](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L653)
20
20
 
21
21
  ***
22
22
 
@@ -26,7 +26,7 @@ The verification status of a transaction
26
26
 
27
27
  #### Defined in
28
28
 
29
- [types.ts:636](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L636)
29
+ [types.ts:649](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L649)
30
30
 
31
31
  ***
32
32
 
@@ -36,7 +36,7 @@ The verification status of a transaction
36
36
 
37
37
  #### Defined in
38
38
 
39
- [types.ts:638](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L638)
39
+ [types.ts:651](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L651)
40
40
 
41
41
  ***
42
42
 
@@ -46,7 +46,7 @@ The verification status of a transaction
46
46
 
47
47
  #### Defined in
48
48
 
49
- [types.ts:639](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L639)
49
+ [types.ts:652](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L652)
50
50
 
51
51
  ***
52
52
 
@@ -56,4 +56,4 @@ The verification status of a transaction
56
56
 
57
57
  #### Defined in
58
58
 
59
- [types.ts:637](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L637)
59
+ [types.ts:650](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L650)
@@ -21,7 +21,7 @@ VASP Visibility Control representing allow/deny behaviour for VASP visibility
21
21
 
22
22
  #### Defined in
23
23
 
24
- [types.ts:769](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L769)
24
+ [types.ts:782](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L782)
25
25
 
26
26
  ***
27
27
 
@@ -31,4 +31,4 @@ VASP Visibility Control representing allow/deny behaviour for VASP visibility
31
31
 
32
32
  #### Defined in
33
33
 
34
- [types.ts:770](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L770)
34
+ [types.ts:783](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L783)
@@ -20,7 +20,7 @@ Sections in a WithdrawalAssist screen
20
20
 
21
21
  #### Defined in
22
22
 
23
- [types.ts:810](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L810)
23
+ [types.ts:819](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L819)
24
24
 
25
25
  ***
26
26
 
@@ -32,7 +32,7 @@ Sections in a WithdrawalAssist screen
32
32
 
33
33
  #### Defined in
34
34
 
35
- [types.ts:807](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L807)
35
+ [types.ts:816](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L816)
36
36
 
37
37
  ***
38
38
 
@@ -44,7 +44,7 @@ Sections in a WithdrawalAssist screen
44
44
 
45
45
  #### Defined in
46
46
 
47
- [types.ts:809](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L809)
47
+ [types.ts:818](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L818)
48
48
 
49
49
  ***
50
50
 
@@ -56,4 +56,4 @@ Sections in a WithdrawalAssist screen
56
56
 
57
57
  #### Defined in
58
58
 
59
- [types.ts:808](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L808)
59
+ [types.ts:817](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L817)
@@ -0,0 +1,59 @@
1
+ [**@notabene/javascript-sdk**](../../README.md)
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../modules.md) / [types](../README.md) / Account
6
+
7
+ # Interface: Account
8
+
9
+ A blockchain account
10
+
11
+ ## Properties
12
+
13
+ ### blockchainAddress?
14
+
15
+ > `optional` **blockchainAddress**: `string`
16
+
17
+ #### Defined in
18
+
19
+ [types.ts:321](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L321)
20
+
21
+ ***
22
+
23
+ ### caip10?
24
+
25
+ > `optional` **caip10**: \`$\{string\}:$\{string\}:$\{string\}\`
26
+
27
+ #### Defined in
28
+
29
+ [types.ts:323](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L323)
30
+
31
+ ***
32
+
33
+ ### chain?
34
+
35
+ > `optional` **chain**: \`$\{string\}:$\{string\}\`
36
+
37
+ #### Defined in
38
+
39
+ [types.ts:322](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L322)
40
+
41
+ ***
42
+
43
+ ### did?
44
+
45
+ > `optional` **did**: \`did:$\{string\}:$\{string\}\`
46
+
47
+ #### Defined in
48
+
49
+ [types.ts:320](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L320)
50
+
51
+ ***
52
+
53
+ ### identifier?
54
+
55
+ > `optional` **identifier**: `string`
56
+
57
+ #### Defined in
58
+
59
+ [types.ts:324](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L324)
@@ -21,7 +21,7 @@ Who is the agent acting on behalf of the counterparty
21
21
 
22
22
  #### Defined in
23
23
 
24
- [types.ts:260](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L260)
24
+ [types.ts:260](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L260)
25
25
 
26
26
  ***
27
27
 
@@ -31,7 +31,7 @@ Who is the agent acting on behalf of the counterparty
31
31
 
32
32
  #### Defined in
33
33
 
34
- [types.ts:262](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L262)
34
+ [types.ts:262](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L262)
35
35
 
36
36
  ***
37
37
 
@@ -41,7 +41,7 @@ Who is the agent acting on behalf of the counterparty
41
41
 
42
42
  #### Defined in
43
43
 
44
- [types.ts:264](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L264)
44
+ [types.ts:264](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L264)
45
45
 
46
46
  ***
47
47
 
@@ -51,7 +51,7 @@ Who is the agent acting on behalf of the counterparty
51
51
 
52
52
  #### Defined in
53
53
 
54
- [types.ts:261](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L261)
54
+ [types.ts:261](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L261)
55
55
 
56
56
  ***
57
57
 
@@ -61,7 +61,7 @@ Who is the agent acting on behalf of the counterparty
61
61
 
62
62
  #### Defined in
63
63
 
64
- [types.ts:263](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L263)
64
+ [types.ts:263](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L263)
65
65
 
66
66
  ***
67
67
 
@@ -71,4 +71,4 @@ Who is the agent acting on behalf of the counterparty
71
71
 
72
72
  #### Defined in
73
73
 
74
- [types.ts:265](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L265)
74
+ [types.ts:265](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L265)
@@ -16,7 +16,7 @@ Options for callback and redirect URIs
16
16
 
17
17
  #### Defined in
18
18
 
19
- [types.ts:1040](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1040)
19
+ [types.ts:1049](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1049)
20
20
 
21
21
  ***
22
22
 
@@ -26,4 +26,4 @@ Options for callback and redirect URIs
26
26
 
27
27
  #### Defined in
28
28
 
29
- [types.ts:1041](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1041)
29
+ [types.ts:1050](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1050)
@@ -37,7 +37,7 @@ This interface is extended by specific request types like:
37
37
 
38
38
  #### Defined in
39
39
 
40
- [types.ts:524](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L524)
40
+ [types.ts:536](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L536)
41
41
 
42
42
  ***
43
43
 
@@ -47,4 +47,4 @@ This interface is extended by specific request types like:
47
47
 
48
48
  #### Defined in
49
49
 
50
- [types.ts:523](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L523)
50
+ [types.ts:535](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L535)
@@ -38,7 +38,7 @@ This interface is extended by specific response types like:
38
38
 
39
39
  #### Defined in
40
40
 
41
- [types.ts:699](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L699)
41
+ [types.ts:712](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L712)
42
42
 
43
43
  ***
44
44
 
@@ -48,7 +48,7 @@ This interface is extended by specific response types like:
48
48
 
49
49
  #### Defined in
50
50
 
51
- [types.ts:696](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L696)
51
+ [types.ts:709](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L709)
52
52
 
53
53
  ***
54
54
 
@@ -58,7 +58,7 @@ This interface is extended by specific response types like:
58
58
 
59
59
  #### Defined in
60
60
 
61
- [types.ts:698](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L698)
61
+ [types.ts:711](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L711)
62
62
 
63
63
  ***
64
64
 
@@ -68,4 +68,4 @@ This interface is extended by specific response types like:
68
68
 
69
69
  #### Defined in
70
70
 
71
- [types.ts:697](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L697)
71
+ [types.ts:710](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L710)