@notabene/javascript-sdk 2.0.2 → 2.1.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 +4 -0
  2. package/dist/notabene.cjs +1 -1
  3. package/dist/notabene.d.ts +23 -17
  4. package/dist/notabene.js +17 -16
  5. package/docs/README.md +4 -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 +16 -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 +1 -0
  114. package/src/notabene.ts +23 -23
  115. package/src/types.ts +23 -18
  116. package/src/utils/__tests__/MessageEventManager.test.ts +7 -7
  117. package/dist/js/notabene.js +0 -1
  118. package/docs/types/type-aliases/Ready.md +0 -21
@@ -40,7 +40,7 @@ The initial transaction value
40
40
 
41
41
  #### Defined in
42
42
 
43
- [components/EmbeddedComponent.ts:34](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L34)
43
+ [components/EmbeddedComponent.ts:34](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L34)
44
44
 
45
45
  ## Accessors
46
46
 
@@ -56,7 +56,7 @@ The initial transaction value
56
56
 
57
57
  #### Defined in
58
58
 
59
- [components/EmbeddedComponent.ts:72](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L72)
59
+ [components/EmbeddedComponent.ts:72](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L72)
60
60
 
61
61
  ***
62
62
 
@@ -72,7 +72,7 @@ The initial transaction value
72
72
 
73
73
  #### Defined in
74
74
 
75
- [components/EmbeddedComponent.ts:68](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L68)
75
+ [components/EmbeddedComponent.ts:68](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L68)
76
76
 
77
77
  ***
78
78
 
@@ -92,7 +92,7 @@ The URL of the embedded component
92
92
 
93
93
  #### Defined in
94
94
 
95
- [components/EmbeddedComponent.ts:56](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L56)
95
+ [components/EmbeddedComponent.ts:56](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L56)
96
96
 
97
97
  ***
98
98
 
@@ -112,7 +112,7 @@ The current transaction value
112
112
 
113
113
  #### Defined in
114
114
 
115
- [components/EmbeddedComponent.ts:64](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L64)
115
+ [components/EmbeddedComponent.ts:64](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L64)
116
116
 
117
117
  ## Methods
118
118
 
@@ -128,7 +128,7 @@ Closes the modal dialog
128
128
 
129
129
  #### Defined in
130
130
 
131
- [components/EmbeddedComponent.ts:229](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L229)
131
+ [components/EmbeddedComponent.ts:230](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L230)
132
132
 
133
133
  ***
134
134
 
@@ -146,7 +146,7 @@ A promise that resolves with the transaction response
146
146
 
147
147
  #### Defined in
148
148
 
149
- [components/EmbeddedComponent.ts:172](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L172)
149
+ [components/EmbeddedComponent.ts:173](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L173)
150
150
 
151
151
  ***
152
152
 
@@ -170,7 +170,7 @@ The parent element to embed the component into
170
170
 
171
171
  #### Defined in
172
172
 
173
- [components/EmbeddedComponent.ts:100](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L100)
173
+ [components/EmbeddedComponent.ts:100](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L100)
174
174
 
175
175
  ***
176
176
 
@@ -196,7 +196,7 @@ Will throw an error if the parent element is not found
196
196
 
197
197
  #### Defined in
198
198
 
199
- [components/EmbeddedComponent.ts:90](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L90)
199
+ [components/EmbeddedComponent.ts:90](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L90)
200
200
 
201
201
  ***
202
202
 
@@ -222,7 +222,7 @@ The callback function to remove
222
222
 
223
223
  #### Defined in
224
224
 
225
- [components/EmbeddedComponent.ts:153](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L153)
225
+ [components/EmbeddedComponent.ts:154](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L154)
226
226
 
227
227
  ***
228
228
 
@@ -252,7 +252,7 @@ The callback function to execute when the message is received
252
252
 
253
253
  #### Defined in
254
254
 
255
- [components/EmbeddedComponent.ts:143](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L143)
255
+ [components/EmbeddedComponent.ts:144](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L144)
256
256
 
257
257
  ***
258
258
 
@@ -268,7 +268,7 @@ Opens the component URL in the current window
268
268
 
269
269
  #### Defined in
270
270
 
271
- [components/EmbeddedComponent.ts:80](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L80)
271
+ [components/EmbeddedComponent.ts:80](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L80)
272
272
 
273
273
  ***
274
274
 
@@ -284,7 +284,7 @@ Opens the component in a modal dialog
284
284
 
285
285
  #### Defined in
286
286
 
287
- [components/EmbeddedComponent.ts:195](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L195)
287
+ [components/EmbeddedComponent.ts:196](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L196)
288
288
 
289
289
  ***
290
290
 
@@ -298,7 +298,7 @@ Opens the component in a modal dialog
298
298
 
299
299
  #### Defined in
300
300
 
301
- [components/EmbeddedComponent.ts:125](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L125)
301
+ [components/EmbeddedComponent.ts:126](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L126)
302
302
 
303
303
  ***
304
304
 
@@ -320,7 +320,7 @@ The message to send
320
320
 
321
321
  #### Defined in
322
322
 
323
- [components/EmbeddedComponent.ts:133](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L133)
323
+ [components/EmbeddedComponent.ts:134](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L134)
324
324
 
325
325
  ***
326
326
 
@@ -344,4 +344,4 @@ The new transaction value
344
344
 
345
345
  #### Defined in
346
346
 
347
- [components/EmbeddedComponent.ts:161](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/components/EmbeddedComponent.ts#L161)
347
+ [components/EmbeddedComponent.ts:162](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/components/EmbeddedComponent.ts#L162)
@@ -32,7 +32,7 @@ Configuration options for the Notabene SDK
32
32
 
33
33
  #### Defined in
34
34
 
35
- [notabene.ts:185](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/notabene.ts#L185)
35
+ [notabene.ts:185](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/notabene.ts#L185)
36
36
 
37
37
  ## Methods
38
38
 
@@ -76,7 +76,7 @@ component URL
76
76
 
77
77
  #### Defined in
78
78
 
79
- [notabene.ts:203](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/notabene.ts#L203)
79
+ [notabene.ts:203](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/notabene.ts#L203)
80
80
 
81
81
  ***
82
82
 
@@ -120,7 +120,7 @@ A new EmbeddedComponent instance
120
120
 
121
121
  #### Defined in
122
122
 
123
- [notabene.ts:245](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/notabene.ts#L245)
123
+ [notabene.ts:245](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/notabene.ts#L245)
124
124
 
125
125
  ***
126
126
 
@@ -154,7 +154,7 @@ A new EmbeddedComponent instance for connection
154
154
 
155
155
  #### Defined in
156
156
 
157
- [notabene.ts:288](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/notabene.ts#L288)
157
+ [notabene.ts:288](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/notabene.ts#L288)
158
158
 
159
159
  ***
160
160
 
@@ -186,7 +186,7 @@ A new EmbeddedComponent instance for deposit requests
186
186
 
187
187
  #### Defined in
188
188
 
189
- [notabene.ts:310](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/notabene.ts#L310)
189
+ [notabene.ts:310](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/notabene.ts#L310)
190
190
 
191
191
  ***
192
192
 
@@ -218,4 +218,4 @@ A new EmbeddedComponent instance for withdrawal assistance
218
218
 
219
219
  #### Defined in
220
220
 
221
- [notabene.ts:266](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/notabene.ts#L266)
221
+ [notabene.ts:266](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/notabene.ts#L266)
@@ -24,4 +24,4 @@ An object containing the decoded key-value pairs
24
24
 
25
25
  ## Defined in
26
26
 
27
- [utils/urls.ts:22](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/utils/urls.ts#L22)
27
+ [utils/urls.ts:22](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/utils/urls.ts#L22)
@@ -18,7 +18,7 @@ The authentication token for the Notabene API
18
18
 
19
19
  #### Defined in
20
20
 
21
- [notabene.ts:147](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/notabene.ts#L147)
21
+ [notabene.ts:147](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/notabene.ts#L147)
22
22
 
23
23
  ***
24
24
 
@@ -30,7 +30,7 @@ The locale to use for the UX components
30
30
 
31
31
  #### Defined in
32
32
 
33
- [notabene.ts:162](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/notabene.ts#L162)
33
+ [notabene.ts:162](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/notabene.ts#L162)
34
34
 
35
35
  ***
36
36
 
@@ -42,7 +42,7 @@ The URL of the Notabene API node
42
42
 
43
43
  #### Defined in
44
44
 
45
- [notabene.ts:142](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/notabene.ts#L142)
45
+ [notabene.ts:142](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/notabene.ts#L142)
46
46
 
47
47
  ***
48
48
 
@@ -54,7 +54,7 @@ Custom theme configuration for the UX components
54
54
 
55
55
  #### Defined in
56
56
 
57
- [notabene.ts:157](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/notabene.ts#L157)
57
+ [notabene.ts:157](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/notabene.ts#L157)
58
58
 
59
59
  ***
60
60
 
@@ -66,4 +66,4 @@ The URL of the Notabene UX components
66
66
 
67
67
  #### Defined in
68
68
 
69
- [notabene.ts:152](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/notabene.ts#L152)
69
+ [notabene.ts:152](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/notabene.ts#L152)
@@ -28,4 +28,4 @@ The message object containing the component data and type
28
28
 
29
29
  ## Defined in
30
30
 
31
- [utils/MessageEventManager.ts:11](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/utils/MessageEventManager.ts#L11)
31
+ [utils/MessageEventManager.ts:11](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/utils/MessageEventManager.ts#L11)
@@ -18,6 +18,7 @@
18
18
  - [ProofTypes](enumerations/ProofTypes.md)
19
19
  - [Status](enumerations/Status.md)
20
20
  - [ValidationSections](enumerations/ValidationSections.md)
21
+ - [VASPSearchControl](enumerations/VASPSearchControl.md)
21
22
 
22
23
  ### Interfaces
23
24
 
@@ -73,7 +74,6 @@
73
74
  - [NaturalPersonFieldName](type-aliases/NaturalPersonFieldName.md)
74
75
  - [NaturalPersonFields](type-aliases/NaturalPersonFields.md)
75
76
  - [NotabeneAsset](type-aliases/NotabeneAsset.md)
76
- - [Ready](type-aliases/Ready.md)
77
77
  - [ResizeRequest](type-aliases/ResizeRequest.md)
78
78
  - [Source](type-aliases/Source.md)
79
79
  - [Theme](type-aliases/Theme.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:249](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L249)
19
+ [types.ts:249](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L249)
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:250](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L250)
29
+ [types.ts:250](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L250)
@@ -14,7 +14,6 @@ between the host and component.
14
14
  - COMPLETE: Indicates a completed operation with response data
15
15
  - RESIZE: Request to adjust component size/dimensions
16
16
  - RESULT: Operation result notification
17
- - READY: Component is initialized and ready
18
17
  - INVALID: Validation failed with errors
19
18
  - ERROR: Operation encountered an error
20
19
  - CANCEL: Operation was cancelled
@@ -27,7 +26,7 @@ between the host and component.
27
26
 
28
27
  #### Defined in
29
28
 
30
- [types.ts:781](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L781)
29
+ [types.ts:793](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L793)
31
30
 
32
31
  ***
33
32
 
@@ -37,7 +36,7 @@ between the host and component.
37
36
 
38
37
  #### Defined in
39
38
 
40
- [types.ts:775](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L775)
39
+ [types.ts:788](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L788)
41
40
 
42
41
  ***
43
42
 
@@ -47,7 +46,7 @@ between the host and component.
47
46
 
48
47
  #### Defined in
49
48
 
50
- [types.ts:780](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L780)
49
+ [types.ts:792](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L792)
51
50
 
52
51
  ***
53
52
 
@@ -57,17 +56,7 @@ between the host and component.
57
56
 
58
57
  #### Defined in
59
58
 
60
- [types.ts:779](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L779)
61
-
62
- ***
63
-
64
- ### READY
65
-
66
- > **READY**: `"ready"`
67
-
68
- #### Defined in
69
-
70
- [types.ts:778](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L778)
59
+ [types.ts:791](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L791)
71
60
 
72
61
  ***
73
62
 
@@ -77,7 +66,7 @@ between the host and component.
77
66
 
78
67
  #### Defined in
79
68
 
80
- [types.ts:776](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L776)
69
+ [types.ts:789](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L789)
81
70
 
82
71
  ***
83
72
 
@@ -87,4 +76,4 @@ between the host and component.
87
76
 
88
77
  #### Defined in
89
78
 
90
- [types.ts:777](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L777)
79
+ [types.ts:790](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L790)
@@ -22,7 +22,7 @@ from the host application.
22
22
 
23
23
  #### Defined in
24
24
 
25
- [types.ts:885](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L885)
25
+ [types.ts:890](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L890)
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:884](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L884)
35
+ [types.ts:889](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L889)
@@ -32,7 +32,7 @@ apply to each type.
32
32
 
33
33
  #### Defined in
34
34
 
35
- [types.ts:289](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L289)
35
+ [types.ts:289](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L289)
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:288](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L288)
45
+ [types.ts:288](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L288)
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:290](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L290)
55
+ [types.ts:290](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L290)
@@ -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:954](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L954)
27
+ [types.ts:959](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L959)
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:955](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L955)
37
+ [types.ts:960](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L960)
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:953](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L953)
47
+ [types.ts:958](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L958)
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:956](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L956)
57
+ [types.ts:961](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L961)
@@ -35,7 +35,7 @@ Supported proof types:
35
35
 
36
36
  #### Defined in
37
37
 
38
- [types.ts:986](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L986)
38
+ [types.ts:991](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L991)
39
39
 
40
40
  ***
41
41
 
@@ -45,7 +45,7 @@ Supported proof types:
45
45
 
46
46
  #### Defined in
47
47
 
48
- [types.ts:987](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L987)
48
+ [types.ts:992](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L992)
49
49
 
50
50
  ***
51
51
 
@@ -55,7 +55,7 @@ Supported proof types:
55
55
 
56
56
  #### Defined in
57
57
 
58
- [types.ts:991](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L991)
58
+ [types.ts:996](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L996)
59
59
 
60
60
  ***
61
61
 
@@ -65,7 +65,7 @@ Supported proof types:
65
65
 
66
66
  #### Defined in
67
67
 
68
- [types.ts:988](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L988)
68
+ [types.ts:993](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L993)
69
69
 
70
70
  ***
71
71
 
@@ -75,7 +75,7 @@ Supported proof types:
75
75
 
76
76
  #### Defined in
77
77
 
78
- [types.ts:985](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L985)
78
+ [types.ts:990](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L990)
79
79
 
80
80
  ***
81
81
 
@@ -85,7 +85,7 @@ Supported proof types:
85
85
 
86
86
  #### Defined in
87
87
 
88
- [types.ts:983](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L983)
88
+ [types.ts:988](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L988)
89
89
 
90
90
  ***
91
91
 
@@ -95,7 +95,7 @@ Supported proof types:
95
95
 
96
96
  #### Defined in
97
97
 
98
- [types.ts:984](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L984)
98
+ [types.ts:989](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L989)
99
99
 
100
100
  ***
101
101
 
@@ -105,7 +105,7 @@ Supported proof types:
105
105
 
106
106
  #### Defined in
107
107
 
108
- [types.ts:989](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L989)
108
+ [types.ts:994](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L994)
109
109
 
110
110
  ***
111
111
 
@@ -115,7 +115,7 @@ Supported proof types:
115
115
 
116
116
  #### Defined in
117
117
 
118
- [types.ts:990](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L990)
118
+ [types.ts:995](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L995)
119
119
 
120
120
  ***
121
121
 
@@ -125,7 +125,7 @@ Supported proof types:
125
125
 
126
126
  #### Defined in
127
127
 
128
- [types.ts:980](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L980)
128
+ [types.ts:985](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L985)
129
129
 
130
130
  ***
131
131
 
@@ -135,7 +135,7 @@ Supported proof types:
135
135
 
136
136
  #### Defined in
137
137
 
138
- [types.ts:981](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L981)
138
+ [types.ts:986](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L986)
139
139
 
140
140
  ***
141
141
 
@@ -145,4 +145,4 @@ Supported proof types:
145
145
 
146
146
  #### Defined in
147
147
 
148
- [types.ts:982](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L982)
148
+ [types.ts:987](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L987)
@@ -16,7 +16,7 @@ The verification status of a transaction
16
16
 
17
17
  #### Defined in
18
18
 
19
- [types.ts:588](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L588)
19
+ [types.ts:588](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L588)
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:584](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L584)
29
+ [types.ts:584](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L584)
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:586](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L586)
39
+ [types.ts:586](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L586)
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:587](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L587)
49
+ [types.ts:587](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L587)
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:585](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L585)
59
+ [types.ts:585](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L585)
@@ -0,0 +1,34 @@
1
+ [**@notabene/javascript-sdk**](../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../modules.md) / [types](../README.md) / VASPSearchControl
6
+
7
+ # Enumeration: VASPSearchControl
8
+
9
+ VASP Visibility Control representing allow/deny behaviour for VASP visibility
10
+
11
+ ## Remarks
12
+
13
+ - ALLOWED: Include VASPs you have explicitly allowed in the Notabene Network
14
+ - PENDING: Include VASPs neither allowed nor denied
15
+
16
+ ## Enumeration Members
17
+
18
+ ### ALLOWED
19
+
20
+ > **ALLOWED**: `"allowed"`
21
+
22
+ #### Defined in
23
+
24
+ [types.ts:712](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L712)
25
+
26
+ ***
27
+
28
+ ### PENDING
29
+
30
+ > **PENDING**: `"pending"`
31
+
32
+ #### Defined in
33
+
34
+ [types.ts:713](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L713)
@@ -20,7 +20,7 @@ Sections in a WithdrawalAssist screen
20
20
 
21
21
  #### Defined in
22
22
 
23
- [types.ts:721](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L721)
23
+ [types.ts:735](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L735)
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:718](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L718)
35
+ [types.ts:732](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L732)
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:720](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L720)
47
+ [types.ts:734](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L734)
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:719](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L719)
59
+ [types.ts:733](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/9a4530da9029429ae25456217bc5ecba197bd4fc/src/types.ts#L733)