@notabene/javascript-sdk 2.8.0-next.4 → 2.8.0-next.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/README.md +30 -0
  2. package/dist/cjs/notabene.cjs +1 -1
  3. package/dist/cjs/notabene.d.ts +92 -8
  4. package/dist/cjs/package.json +1 -1
  5. package/dist/esm/notabene.d.ts +92 -8
  6. package/dist/esm/notabene.js +282 -137
  7. package/dist/esm/package.json +1 -1
  8. package/dist/notabene.d.ts +92 -8
  9. package/dist/notabene.js +282 -137
  10. package/docs/README.md +30 -0
  11. package/docs/_media/TransactionOptions.md +6 -6
  12. package/docs/ivms/types/enumerations/PayloadVersionCode.md +2 -2
  13. package/docs/ivms/types/interfaces/PayloadMetadata.md +2 -2
  14. package/docs/ivms/types/type-aliases/Address.md +1 -1
  15. package/docs/ivms/types/type-aliases/AddressTypeCode.md +1 -1
  16. package/docs/ivms/types/type-aliases/Beneficiary.md +1 -1
  17. package/docs/ivms/types/type-aliases/BeneficiaryVASP.md +1 -1
  18. package/docs/ivms/types/type-aliases/DateAndPlaceOfBirth.md +1 -1
  19. package/docs/ivms/types/type-aliases/ISOCountryCode.md +1 -1
  20. package/docs/ivms/types/type-aliases/ISODate.md +1 -1
  21. package/docs/ivms/types/type-aliases/IVMS101.md +1 -1
  22. package/docs/ivms/types/type-aliases/IntermediaryVASP.md +1 -1
  23. package/docs/ivms/types/type-aliases/LegalPerson.md +1 -1
  24. package/docs/ivms/types/type-aliases/LegalPersonName.md +1 -1
  25. package/docs/ivms/types/type-aliases/LegalPersonNameID.md +1 -1
  26. package/docs/ivms/types/type-aliases/LegalPersonNameTypeCode.md +1 -1
  27. package/docs/ivms/types/type-aliases/LocalLegalPersonNameID.md +1 -1
  28. package/docs/ivms/types/type-aliases/LocalNaturalPersonNameID.md +1 -1
  29. package/docs/ivms/types/type-aliases/NationalIdentification.md +1 -1
  30. package/docs/ivms/types/type-aliases/NationalIdentifierTypeCode.md +1 -1
  31. package/docs/ivms/types/type-aliases/NaturalPerson.md +1 -1
  32. package/docs/ivms/types/type-aliases/NaturalPersonName.md +1 -1
  33. package/docs/ivms/types/type-aliases/NaturalPersonNameID.md +1 -1
  34. package/docs/ivms/types/type-aliases/NaturalPersonNameTypeCode.md +1 -1
  35. package/docs/ivms/types/type-aliases/OriginatingVASP.md +1 -1
  36. package/docs/ivms/types/type-aliases/Originator.md +1 -1
  37. package/docs/ivms/types/type-aliases/Person.md +1 -1
  38. package/docs/ivms/types/type-aliases/TransferPath.md +1 -1
  39. package/docs/ivms/types/type-aliases/TransliterationMethodCode.md +1 -1
  40. package/docs/notabene/README.md +5 -0
  41. package/docs/notabene/classes/ConnectionManager.md +165 -0
  42. package/docs/notabene/classes/EmbeddedComponent.md +17 -17
  43. package/docs/notabene/classes/default.md +7 -7
  44. package/docs/notabene/functions/decodeFragmentToObject.md +1 -1
  45. package/docs/notabene/interfaces/ConnectionData.md +41 -0
  46. package/docs/notabene/interfaces/ConnectionMetadata.md +37 -0
  47. package/docs/notabene/interfaces/ConnectionResponse.md +61 -0
  48. package/docs/notabene/interfaces/NotabeneConfig.md +5 -5
  49. package/docs/notabene/type-aliases/MessageCallback.md +1 -1
  50. package/docs/notabene/type-aliases/TransactionType.md +13 -0
  51. package/docs/types/README.md +1 -0
  52. package/docs/types/enumerations/AgentType.md +2 -2
  53. package/docs/types/enumerations/CMType.md +7 -7
  54. package/docs/types/enumerations/ErrorIdentifierCode.md +4 -4
  55. package/docs/types/enumerations/HMType.md +2 -2
  56. package/docs/types/enumerations/PersonType.md +3 -3
  57. package/docs/types/enumerations/ProofStatus.md +4 -4
  58. package/docs/types/enumerations/ProofTypes.md +16 -16
  59. package/docs/types/enumerations/Status.md +5 -5
  60. package/docs/types/enumerations/VASPSearchControl.md +2 -2
  61. package/docs/types/enumerations/ValidationSections.md +4 -4
  62. package/docs/types/interfaces/Agent.md +6 -6
  63. package/docs/types/interfaces/CallbackOptions.md +2 -2
  64. package/docs/types/interfaces/ComponentRequest.md +2 -2
  65. package/docs/types/interfaces/ComponentResponse.md +4 -4
  66. package/docs/types/interfaces/ConnectionRecord.md +7 -7
  67. package/docs/types/interfaces/ConnectionRequest.md +3 -3
  68. package/docs/types/interfaces/Counterparty.md +10 -10
  69. package/docs/types/interfaces/DeclarationProof.md +6 -6
  70. package/docs/types/interfaces/Deposit.md +11 -11
  71. package/docs/types/interfaces/DepositRequest.md +7 -7
  72. package/docs/types/interfaces/DepositRequestOptions.md +1 -1
  73. package/docs/types/interfaces/DepositTransaction.md +9 -9
  74. package/docs/types/interfaces/LegalPerson.md +13 -13
  75. package/docs/types/interfaces/MicroTransferProof.md +9 -9
  76. package/docs/types/interfaces/NaturalPerson.md +13 -13
  77. package/docs/types/interfaces/OwnershipProof.md +4 -4
  78. package/docs/types/interfaces/RefreshSource.md +2 -2
  79. package/docs/types/interfaces/Refreshable.md +1 -1
  80. package/docs/types/interfaces/ScreenshotProof.md +5 -5
  81. package/docs/types/interfaces/SignatureProof.md +9 -9
  82. package/docs/types/interfaces/ThresholdOptions.md +3 -3
  83. package/docs/types/interfaces/Transaction.md +8 -8
  84. package/docs/types/interfaces/TransactionOptions.md +6 -6
  85. package/docs/types/interfaces/TransactionResponse.md +9 -9
  86. package/docs/types/interfaces/VASP.md +9 -9
  87. package/docs/types/interfaces/Wallet.md +8 -8
  88. package/docs/types/interfaces/Withdrawal.md +10 -10
  89. package/docs/types/type-aliases/BlockchainAddress.md +1 -1
  90. package/docs/types/type-aliases/CAIP10.md +1 -1
  91. package/docs/types/type-aliases/CAIP19.md +1 -1
  92. package/docs/types/type-aliases/CAIP2.md +1 -1
  93. package/docs/types/type-aliases/CAIP220.md +1 -1
  94. package/docs/types/type-aliases/Cancel.md +1 -1
  95. package/docs/types/type-aliases/Completed.md +1 -1
  96. package/docs/types/type-aliases/ComponentMessage.md +1 -1
  97. package/docs/types/type-aliases/ConnectionOptions.md +1 -1
  98. package/docs/types/type-aliases/CryptoCredential.md +1 -1
  99. package/docs/types/type-aliases/DID.md +1 -1
  100. package/docs/types/type-aliases/DTI.md +1 -1
  101. package/docs/types/type-aliases/Destination.md +1 -1
  102. package/docs/types/type-aliases/Error.md +1 -1
  103. package/docs/types/type-aliases/FieldOptions.md +1 -1
  104. package/docs/types/type-aliases/FieldTypes.md +1 -1
  105. package/docs/types/type-aliases/HostMessage.md +1 -1
  106. package/docs/types/type-aliases/ISOCurrency.md +1 -1
  107. package/docs/types/type-aliases/InvalidValue.md +1 -1
  108. package/docs/types/type-aliases/LEI.md +1 -1
  109. package/docs/types/type-aliases/LegalPersonFieldName.md +1 -1
  110. package/docs/types/type-aliases/LegalPersonFields.md +3 -3
  111. package/docs/types/type-aliases/NationalIdentifierTypeFieldOptions.md +21 -0
  112. package/docs/types/type-aliases/NaturalPersonFieldName.md +1 -1
  113. package/docs/types/type-aliases/NaturalPersonFields.md +3 -3
  114. package/docs/types/type-aliases/NotabeneAsset.md +1 -1
  115. package/docs/types/type-aliases/Ready.md +1 -1
  116. package/docs/types/type-aliases/ResizeRequest.md +1 -1
  117. package/docs/types/type-aliases/Source.md +1 -1
  118. package/docs/types/type-aliases/Theme.md +1 -1
  119. package/docs/types/type-aliases/TransactionAsset.md +1 -1
  120. package/docs/types/type-aliases/TravelAddress.md +1 -1
  121. package/docs/types/type-aliases/URI.md +1 -1
  122. package/docs/types/type-aliases/UUID.md +1 -1
  123. package/docs/types/type-aliases/UpdateValue.md +1 -1
  124. package/docs/types/type-aliases/V1Asset.md +1 -1
  125. package/docs/types/type-aliases/V1Transaction.md +1 -1
  126. package/docs/types/type-aliases/VASPOptions.md +1 -1
  127. package/docs/types/type-aliases/ValidationError.md +1 -1
  128. package/package.json +1 -1
  129. package/src/notabene.ts +7 -0
  130. package/src/types.ts +35 -7
  131. package/src/utils/__tests__/connections.test.ts +284 -0
  132. package/src/utils/__tests__/encryption.test.ts +79 -0
  133. package/src/utils/connections.ts +174 -0
  134. package/src/utils/encryption.ts +111 -0
@@ -43,7 +43,7 @@ standard business KYC (Know Your Businessta collection practices.
43
43
 
44
44
  #### Defined in
45
45
 
46
- [types.ts:342](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L342)
46
+ [types.ts:343](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L343)
47
47
 
48
48
  ***
49
49
 
@@ -53,7 +53,7 @@ standard business KYC (Know Your Businessta collection practices.
53
53
 
54
54
  #### Defined in
55
55
 
56
- [types.ts:427](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L427)
56
+ [types.ts:446](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L446)
57
57
 
58
58
  ***
59
59
 
@@ -67,7 +67,7 @@ standard business KYC (Know Your Businessta collection practices.
67
67
 
68
68
  #### Defined in
69
69
 
70
- [types.ts:343](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L343)
70
+ [types.ts:344](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L344)
71
71
 
72
72
  ***
73
73
 
@@ -81,7 +81,7 @@ standard business KYC (Know Your Businessta collection practices.
81
81
 
82
82
  #### Defined in
83
83
 
84
- [types.ts:350](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L350)
84
+ [types.ts:351](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L351)
85
85
 
86
86
  ***
87
87
 
@@ -95,7 +95,7 @@ standard business KYC (Know Your Businessta collection practices.
95
95
 
96
96
  #### Defined in
97
97
 
98
- [types.ts:346](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L346)
98
+ [types.ts:347](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L347)
99
99
 
100
100
  ***
101
101
 
@@ -105,7 +105,7 @@ standard business KYC (Know Your Businessta collection practices.
105
105
 
106
106
  #### Defined in
107
107
 
108
- [types.ts:425](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L425)
108
+ [types.ts:444](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L444)
109
109
 
110
110
  ***
111
111
 
@@ -115,7 +115,7 @@ standard business KYC (Know Your Businessta collection practices.
115
115
 
116
116
  #### Defined in
117
117
 
118
- [types.ts:426](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L426)
118
+ [types.ts:445](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L445)
119
119
 
120
120
  ***
121
121
 
@@ -129,7 +129,7 @@ standard business KYC (Know Your Businessta collection practices.
129
129
 
130
130
  #### Defined in
131
131
 
132
- [types.ts:424](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L424)
132
+ [types.ts:443](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L443)
133
133
 
134
134
  ***
135
135
 
@@ -143,7 +143,7 @@ standard business KYC (Know Your Businessta collection practices.
143
143
 
144
144
  #### Defined in
145
145
 
146
- [types.ts:347](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L347)
146
+ [types.ts:348](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L348)
147
147
 
148
148
  ***
149
149
 
@@ -157,7 +157,7 @@ standard business KYC (Know Your Businessta collection practices.
157
157
 
158
158
  #### Defined in
159
159
 
160
- [types.ts:349](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L349)
160
+ [types.ts:350](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L350)
161
161
 
162
162
  ***
163
163
 
@@ -171,7 +171,7 @@ standard business KYC (Know Your Businessta collection practices.
171
171
 
172
172
  #### Defined in
173
173
 
174
- [types.ts:423](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L423)
174
+ [types.ts:442](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L442)
175
175
 
176
176
  ***
177
177
 
@@ -185,7 +185,7 @@ standard business KYC (Know Your Businessta collection practices.
185
185
 
186
186
  #### Defined in
187
187
 
188
- [types.ts:345](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L345)
188
+ [types.ts:346](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L346)
189
189
 
190
190
  ***
191
191
 
@@ -199,4 +199,4 @@ standard business KYC (Know Your Businessta collection practices.
199
199
 
200
200
  #### Defined in
201
201
 
202
- [types.ts:348](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L348)
202
+ [types.ts:349](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L349)
@@ -24,7 +24,7 @@ Ownership Proof using Micro Transfer
24
24
 
25
25
  #### Defined in
26
26
 
27
- [types.ts:1085](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1085)
27
+ [types.ts:1113](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1113)
28
28
 
29
29
  ***
30
30
 
@@ -34,7 +34,7 @@ Ownership Proof using Micro Transfer
34
34
 
35
35
  #### Defined in
36
36
 
37
- [types.ts:1169](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1169)
37
+ [types.ts:1197](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1197)
38
38
 
39
39
  ***
40
40
 
@@ -44,7 +44,7 @@ Ownership Proof using Micro Transfer
44
44
 
45
45
  #### Defined in
46
46
 
47
- [types.ts:1167](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1167)
47
+ [types.ts:1195](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1195)
48
48
 
49
49
  ***
50
50
 
@@ -54,7 +54,7 @@ Ownership Proof using Micro Transfer
54
54
 
55
55
  #### Defined in
56
56
 
57
- [types.ts:1166](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1166)
57
+ [types.ts:1194](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1194)
58
58
 
59
59
  ***
60
60
 
@@ -64,7 +64,7 @@ Ownership Proof using Micro Transfer
64
64
 
65
65
  #### Defined in
66
66
 
67
- [types.ts:1168](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1168)
67
+ [types.ts:1196](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1196)
68
68
 
69
69
  ***
70
70
 
@@ -78,7 +78,7 @@ Ownership Proof using Micro Transfer
78
78
 
79
79
  #### Defined in
80
80
 
81
- [types.ts:1084](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1084)
81
+ [types.ts:1112](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1112)
82
82
 
83
83
  ***
84
84
 
@@ -88,7 +88,7 @@ Ownership Proof using Micro Transfer
88
88
 
89
89
  #### Defined in
90
90
 
91
- [types.ts:1165](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1165)
91
+ [types.ts:1193](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1193)
92
92
 
93
93
  ***
94
94
 
@@ -102,7 +102,7 @@ Ownership Proof using Micro Transfer
102
102
 
103
103
  #### Defined in
104
104
 
105
- [types.ts:1083](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1083)
105
+ [types.ts:1111](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1111)
106
106
 
107
107
  ***
108
108
 
@@ -116,4 +116,4 @@ Ownership Proof using Micro Transfer
116
116
 
117
117
  #### Defined in
118
118
 
119
- [types.ts:1164](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1164)
119
+ [types.ts:1192](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1192)
@@ -42,7 +42,7 @@ with standard KYC (Know Your Customer) data collection practices.
42
42
 
43
43
  #### Defined in
44
44
 
45
- [types.ts:342](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L342)
45
+ [types.ts:343](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L343)
46
46
 
47
47
  ***
48
48
 
@@ -52,7 +52,7 @@ with standard KYC (Know Your Customer) data collection practices.
52
52
 
53
53
  #### Defined in
54
54
 
55
- [types.ts:376](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L376)
55
+ [types.ts:377](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L377)
56
56
 
57
57
  ***
58
58
 
@@ -62,7 +62,7 @@ with standard KYC (Know Your Customer) data collection practices.
62
62
 
63
63
  #### Defined in
64
64
 
65
- [types.ts:374](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L374)
65
+ [types.ts:375](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L375)
66
66
 
67
67
  ***
68
68
 
@@ -76,7 +76,7 @@ with standard KYC (Know Your Customer) data collection practices.
76
76
 
77
77
  #### Defined in
78
78
 
79
- [types.ts:343](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L343)
79
+ [types.ts:344](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L344)
80
80
 
81
81
  ***
82
82
 
@@ -90,7 +90,7 @@ with standard KYC (Know Your Customer) data collection practices.
90
90
 
91
91
  #### Defined in
92
92
 
93
- [types.ts:350](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L350)
93
+ [types.ts:351](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L351)
94
94
 
95
95
  ***
96
96
 
@@ -104,7 +104,7 @@ with standard KYC (Know Your Customer) data collection practices.
104
104
 
105
105
  #### Defined in
106
106
 
107
- [types.ts:346](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L346)
107
+ [types.ts:347](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L347)
108
108
 
109
109
  ***
110
110
 
@@ -118,7 +118,7 @@ with standard KYC (Know Your Customer) data collection practices.
118
118
 
119
119
  #### Defined in
120
120
 
121
- [types.ts:377](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L377)
121
+ [types.ts:378](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L378)
122
122
 
123
123
  ***
124
124
 
@@ -132,7 +132,7 @@ with standard KYC (Know Your Customer) data collection practices.
132
132
 
133
133
  #### Defined in
134
134
 
135
- [types.ts:347](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L347)
135
+ [types.ts:348](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L348)
136
136
 
137
137
  ***
138
138
 
@@ -146,7 +146,7 @@ with standard KYC (Know Your Customer) data collection practices.
146
146
 
147
147
  #### Defined in
148
148
 
149
- [types.ts:349](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L349)
149
+ [types.ts:350](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L350)
150
150
 
151
151
  ***
152
152
 
@@ -156,7 +156,7 @@ with standard KYC (Know Your Customer) data collection practices.
156
156
 
157
157
  #### Defined in
158
158
 
159
- [types.ts:375](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L375)
159
+ [types.ts:376](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L376)
160
160
 
161
161
  ***
162
162
 
@@ -170,7 +170,7 @@ with standard KYC (Know Your Customer) data collection practices.
170
170
 
171
171
  #### Defined in
172
172
 
173
- [types.ts:373](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L373)
173
+ [types.ts:374](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L374)
174
174
 
175
175
  ***
176
176
 
@@ -184,7 +184,7 @@ with standard KYC (Know Your Customer) data collection practices.
184
184
 
185
185
  #### Defined in
186
186
 
187
- [types.ts:345](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L345)
187
+ [types.ts:346](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L346)
188
188
 
189
189
  ***
190
190
 
@@ -198,4 +198,4 @@ with standard KYC (Know Your Customer) data collection practices.
198
198
 
199
199
  #### Defined in
200
200
 
201
- [types.ts:348](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L348)
201
+ [types.ts:349](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L349)
@@ -44,7 +44,7 @@ This interface is extended by specific proof types like:
44
44
 
45
45
  #### Defined in
46
46
 
47
- [types.ts:1085](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1085)
47
+ [types.ts:1113](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1113)
48
48
 
49
49
  ***
50
50
 
@@ -54,7 +54,7 @@ This interface is extended by specific proof types like:
54
54
 
55
55
  #### Defined in
56
56
 
57
- [types.ts:1084](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1084)
57
+ [types.ts:1112](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1112)
58
58
 
59
59
  ***
60
60
 
@@ -64,7 +64,7 @@ This interface is extended by specific proof types like:
64
64
 
65
65
  #### Defined in
66
66
 
67
- [types.ts:1083](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1083)
67
+ [types.ts:1111](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1111)
68
68
 
69
69
  ***
70
70
 
@@ -74,4 +74,4 @@ This interface is extended by specific proof types like:
74
74
 
75
75
  #### Defined in
76
76
 
77
- [types.ts:1082](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1082)
77
+ [types.ts:1110](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1110)
@@ -14,7 +14,7 @@
14
14
 
15
15
  #### Defined in
16
16
 
17
- [types.ts:536](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L536)
17
+ [types.ts:564](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L564)
18
18
 
19
19
  ***
20
20
 
@@ -24,4 +24,4 @@
24
24
 
25
25
  #### Defined in
26
26
 
27
- [types.ts:535](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L535)
27
+ [types.ts:563](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L563)
@@ -19,4 +19,4 @@
19
19
 
20
20
  #### Defined in
21
21
 
22
- [types.ts:540](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L540)
22
+ [types.ts:568](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L568)
@@ -24,7 +24,7 @@ Ownership Proof using Screenshot
24
24
 
25
25
  #### Defined in
26
26
 
27
- [types.ts:1085](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1085)
27
+ [types.ts:1113](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1113)
28
28
 
29
29
  ***
30
30
 
@@ -38,7 +38,7 @@ Ownership Proof using Screenshot
38
38
 
39
39
  #### Defined in
40
40
 
41
- [types.ts:1084](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1084)
41
+ [types.ts:1112](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1112)
42
42
 
43
43
  ***
44
44
 
@@ -52,7 +52,7 @@ Ownership Proof using Screenshot
52
52
 
53
53
  #### Defined in
54
54
 
55
- [types.ts:1083](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1083)
55
+ [types.ts:1111](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1111)
56
56
 
57
57
  ***
58
58
 
@@ -66,7 +66,7 @@ Ownership Proof using Screenshot
66
66
 
67
67
  #### Defined in
68
68
 
69
- [types.ts:1177](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1177)
69
+ [types.ts:1205](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1205)
70
70
 
71
71
  ***
72
72
 
@@ -76,4 +76,4 @@ Ownership Proof using Screenshot
76
76
 
77
77
  #### Defined in
78
78
 
79
- [types.ts:1178](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1178)
79
+ [types.ts:1206](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1206)
@@ -40,7 +40,7 @@ associated with the claimed address.
40
40
 
41
41
  #### Defined in
42
42
 
43
- [types.ts:1085](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1085)
43
+ [types.ts:1113](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1113)
44
44
 
45
45
  ***
46
46
 
@@ -50,7 +50,7 @@ associated with the claimed address.
50
50
 
51
51
  #### Defined in
52
52
 
53
- [types.ts:1121](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1121)
53
+ [types.ts:1149](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1149)
54
54
 
55
55
  ***
56
56
 
@@ -64,7 +64,7 @@ associated with the claimed address.
64
64
 
65
65
  #### Defined in
66
66
 
67
- [types.ts:1124](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1124)
67
+ [types.ts:1152](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1152)
68
68
 
69
69
  ***
70
70
 
@@ -78,7 +78,7 @@ associated with the claimed address.
78
78
 
79
79
  #### Defined in
80
80
 
81
- [types.ts:1084](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1084)
81
+ [types.ts:1112](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1112)
82
82
 
83
83
  ***
84
84
 
@@ -88,7 +88,7 @@ associated with the claimed address.
88
88
 
89
89
  #### Defined in
90
90
 
91
- [types.ts:1120](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1120)
91
+ [types.ts:1148](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1148)
92
92
 
93
93
  ***
94
94
 
@@ -102,7 +102,7 @@ associated with the claimed address.
102
102
 
103
103
  #### Defined in
104
104
 
105
- [types.ts:1083](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1083)
105
+ [types.ts:1111](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1111)
106
106
 
107
107
  ***
108
108
 
@@ -116,7 +116,7 @@ associated with the claimed address.
116
116
 
117
117
  #### Defined in
118
118
 
119
- [types.ts:1106](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1106)
119
+ [types.ts:1134](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1134)
120
120
 
121
121
  ***
122
122
 
@@ -126,7 +126,7 @@ associated with the claimed address.
126
126
 
127
127
  #### Defined in
128
128
 
129
- [types.ts:1122](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1122)
129
+ [types.ts:1150](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1150)
130
130
 
131
131
  ***
132
132
 
@@ -136,4 +136,4 @@ associated with the claimed address.
136
136
 
137
137
  #### Defined in
138
138
 
139
- [types.ts:1123](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L1123)
139
+ [types.ts:1151](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1151)
@@ -24,7 +24,7 @@ Note to support threshold you MUST include the Asset Price in the Transaction
24
24
 
25
25
  #### Defined in
26
26
 
27
- [types.ts:780](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L780)
27
+ [types.ts:808](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L808)
28
28
 
29
29
  ***
30
30
 
@@ -34,7 +34,7 @@ Note to support threshold you MUST include the Asset Price in the Transaction
34
34
 
35
35
  #### Defined in
36
36
 
37
- [types.ts:781](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L781)
37
+ [types.ts:809](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L809)
38
38
 
39
39
  ***
40
40
 
@@ -44,4 +44,4 @@ Note to support threshold you MUST include the Asset Price in the Transaction
44
44
 
45
45
  #### Defined in
46
46
 
47
- [types.ts:779](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L779)
47
+ [types.ts:807](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L807)
@@ -47,7 +47,7 @@ This interface serves as the base for specific transaction types like:
47
47
 
48
48
  #### Defined in
49
49
 
50
- [types.ts:523](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L523)
50
+ [types.ts:551](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L551)
51
51
 
52
52
  ***
53
53
 
@@ -57,7 +57,7 @@ This interface serves as the base for specific transaction types like:
57
57
 
58
58
  #### Defined in
59
59
 
60
- [types.ts:526](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L526)
60
+ [types.ts:554](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L554)
61
61
 
62
62
  ***
63
63
 
@@ -67,7 +67,7 @@ This interface serves as the base for specific transaction types like:
67
67
 
68
68
  #### Defined in
69
69
 
70
- [types.ts:525](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L525)
70
+ [types.ts:553](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L553)
71
71
 
72
72
  ***
73
73
 
@@ -85,7 +85,7 @@ This interface serves as the base for specific transaction types like:
85
85
 
86
86
  #### Defined in
87
87
 
88
- [types.ts:528](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L528)
88
+ [types.ts:556](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L556)
89
89
 
90
90
  ***
91
91
 
@@ -95,7 +95,7 @@ This interface serves as the base for specific transaction types like:
95
95
 
96
96
  #### Defined in
97
97
 
98
- [types.ts:524](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L524)
98
+ [types.ts:552](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L552)
99
99
 
100
100
  ***
101
101
 
@@ -109,7 +109,7 @@ This interface serves as the base for specific transaction types like:
109
109
 
110
110
  #### Defined in
111
111
 
112
- [types.ts:496](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L496)
112
+ [types.ts:524](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L524)
113
113
 
114
114
  ***
115
115
 
@@ -119,7 +119,7 @@ This interface serves as the base for specific transaction types like:
119
119
 
120
120
  #### Defined in
121
121
 
122
- [types.ts:527](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L527)
122
+ [types.ts:555](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L555)
123
123
 
124
124
  ***
125
125
 
@@ -133,4 +133,4 @@ This interface serves as the base for specific transaction types like:
133
133
 
134
134
  #### Defined in
135
135
 
136
- [types.ts:495](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L495)
136
+ [types.ts:523](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L523)
@@ -16,7 +16,7 @@ Configuration options for Transaction components
16
16
 
17
17
  #### Defined in
18
18
 
19
- [types.ts:798](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L798)
19
+ [types.ts:826](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L826)
20
20
 
21
21
  ***
22
22
 
@@ -26,7 +26,7 @@ Configuration options for Transaction components
26
26
 
27
27
  #### Defined in
28
28
 
29
- [types.ts:799](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L799)
29
+ [types.ts:827](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L827)
30
30
 
31
31
  ***
32
32
 
@@ -36,7 +36,7 @@ Configuration options for Transaction components
36
36
 
37
37
  #### Defined in
38
38
 
39
- [types.ts:800](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L800)
39
+ [types.ts:828](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L828)
40
40
 
41
41
  ***
42
42
 
@@ -46,7 +46,7 @@ Configuration options for Transaction components
46
46
 
47
47
  #### Defined in
48
48
 
49
- [types.ts:802](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L802)
49
+ [types.ts:830](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L830)
50
50
 
51
51
  ***
52
52
 
@@ -84,7 +84,7 @@ Configuration options for Transaction components
84
84
 
85
85
  #### Defined in
86
86
 
87
- [types.ts:788](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L788)
87
+ [types.ts:816](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L816)
88
88
 
89
89
  ***
90
90
 
@@ -94,4 +94,4 @@ Configuration options for Transaction components
94
94
 
95
95
  #### Defined in
96
96
 
97
- [types.ts:801](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/80aada173fac6a9b5f05869abafa3c1c6cc56aa9/src/types.ts#L801)
97
+ [types.ts:829](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L829)