@notabene/javascript-sdk 2.8.0-next.6 → 2.9.0-next.1

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 (126) hide show
  1. package/dist/cjs/notabene.cjs +1 -1
  2. package/dist/cjs/notabene.d.ts +3 -1
  3. package/dist/cjs/package.json +1 -1
  4. package/dist/esm/notabene.d.ts +3 -1
  5. package/dist/esm/notabene.js +7 -7
  6. package/dist/esm/package.json +1 -1
  7. package/dist/notabene.d.ts +3 -1
  8. package/dist/notabene.js +7 -7
  9. package/docs/README.md +4 -4
  10. package/docs/_media/TransactionOptions.md +6 -6
  11. package/docs/ivms/types/enumerations/PayloadVersionCode.md +2 -2
  12. package/docs/ivms/types/interfaces/PayloadMetadata.md +2 -2
  13. package/docs/ivms/types/type-aliases/Address.md +1 -1
  14. package/docs/ivms/types/type-aliases/AddressTypeCode.md +1 -1
  15. package/docs/ivms/types/type-aliases/Beneficiary.md +1 -1
  16. package/docs/ivms/types/type-aliases/BeneficiaryVASP.md +1 -1
  17. package/docs/ivms/types/type-aliases/DateAndPlaceOfBirth.md +1 -1
  18. package/docs/ivms/types/type-aliases/ISOCountryCode.md +1 -1
  19. package/docs/ivms/types/type-aliases/ISODate.md +1 -1
  20. package/docs/ivms/types/type-aliases/IVMS101.md +1 -1
  21. package/docs/ivms/types/type-aliases/IntermediaryVASP.md +1 -1
  22. package/docs/ivms/types/type-aliases/LegalPerson.md +1 -1
  23. package/docs/ivms/types/type-aliases/LegalPersonName.md +1 -1
  24. package/docs/ivms/types/type-aliases/LegalPersonNameID.md +1 -1
  25. package/docs/ivms/types/type-aliases/LegalPersonNameTypeCode.md +1 -1
  26. package/docs/ivms/types/type-aliases/LocalLegalPersonNameID.md +1 -1
  27. package/docs/ivms/types/type-aliases/LocalNaturalPersonNameID.md +1 -1
  28. package/docs/ivms/types/type-aliases/NationalIdentification.md +1 -1
  29. package/docs/ivms/types/type-aliases/NationalIdentifierTypeCode.md +1 -1
  30. package/docs/ivms/types/type-aliases/NaturalPerson.md +1 -1
  31. package/docs/ivms/types/type-aliases/NaturalPersonName.md +1 -1
  32. package/docs/ivms/types/type-aliases/NaturalPersonNameID.md +1 -1
  33. package/docs/ivms/types/type-aliases/NaturalPersonNameTypeCode.md +1 -1
  34. package/docs/ivms/types/type-aliases/OriginatingVASP.md +1 -1
  35. package/docs/ivms/types/type-aliases/Originator.md +1 -1
  36. package/docs/ivms/types/type-aliases/Person.md +1 -1
  37. package/docs/ivms/types/type-aliases/TransferPath.md +1 -1
  38. package/docs/ivms/types/type-aliases/TransliterationMethodCode.md +1 -1
  39. package/docs/notabene/classes/ConnectionManager.md +5 -5
  40. package/docs/notabene/classes/EmbeddedComponent.md +17 -17
  41. package/docs/notabene/classes/default.md +7 -7
  42. package/docs/notabene/functions/decodeFragmentToObject.md +1 -1
  43. package/docs/notabene/interfaces/ConnectionData.md +3 -3
  44. package/docs/notabene/interfaces/ConnectionMetadata.md +3 -3
  45. package/docs/notabene/interfaces/ConnectionResponse.md +5 -5
  46. package/docs/notabene/interfaces/NotabeneConfig.md +5 -5
  47. package/docs/notabene/type-aliases/MessageCallback.md +1 -1
  48. package/docs/notabene/type-aliases/TransactionType.md +1 -1
  49. package/docs/types/enumerations/AgentType.md +2 -2
  50. package/docs/types/enumerations/CMType.md +7 -7
  51. package/docs/types/enumerations/ErrorIdentifierCode.md +4 -4
  52. package/docs/types/enumerations/HMType.md +2 -2
  53. package/docs/types/enumerations/PersonType.md +3 -3
  54. package/docs/types/enumerations/ProofStatus.md +4 -4
  55. package/docs/types/enumerations/ProofTypes.md +27 -16
  56. package/docs/types/enumerations/Status.md +5 -5
  57. package/docs/types/enumerations/VASPSearchControl.md +2 -2
  58. package/docs/types/enumerations/ValidationSections.md +4 -4
  59. package/docs/types/interfaces/Agent.md +6 -6
  60. package/docs/types/interfaces/CallbackOptions.md +2 -2
  61. package/docs/types/interfaces/ComponentRequest.md +2 -2
  62. package/docs/types/interfaces/ComponentResponse.md +4 -4
  63. package/docs/types/interfaces/ConnectionRecord.md +7 -7
  64. package/docs/types/interfaces/ConnectionRequest.md +3 -3
  65. package/docs/types/interfaces/Counterparty.md +10 -10
  66. package/docs/types/interfaces/DeclarationProof.md +6 -6
  67. package/docs/types/interfaces/Deposit.md +11 -11
  68. package/docs/types/interfaces/DepositRequest.md +7 -7
  69. package/docs/types/interfaces/DepositRequestOptions.md +1 -1
  70. package/docs/types/interfaces/DepositTransaction.md +9 -9
  71. package/docs/types/interfaces/LegalPerson.md +13 -13
  72. package/docs/types/interfaces/MicroTransferProof.md +9 -9
  73. package/docs/types/interfaces/NaturalPerson.md +13 -13
  74. package/docs/types/interfaces/OwnershipProof.md +4 -4
  75. package/docs/types/interfaces/RefreshSource.md +2 -2
  76. package/docs/types/interfaces/Refreshable.md +1 -1
  77. package/docs/types/interfaces/ScreenshotProof.md +5 -5
  78. package/docs/types/interfaces/SignatureProof.md +10 -10
  79. package/docs/types/interfaces/ThresholdOptions.md +3 -3
  80. package/docs/types/interfaces/Transaction.md +8 -8
  81. package/docs/types/interfaces/TransactionOptions.md +6 -6
  82. package/docs/types/interfaces/TransactionResponse.md +9 -9
  83. package/docs/types/interfaces/VASP.md +9 -9
  84. package/docs/types/interfaces/Wallet.md +8 -8
  85. package/docs/types/interfaces/Withdrawal.md +10 -10
  86. package/docs/types/type-aliases/BlockchainAddress.md +1 -1
  87. package/docs/types/type-aliases/CAIP10.md +1 -1
  88. package/docs/types/type-aliases/CAIP19.md +1 -1
  89. package/docs/types/type-aliases/CAIP2.md +1 -1
  90. package/docs/types/type-aliases/CAIP220.md +1 -1
  91. package/docs/types/type-aliases/Cancel.md +1 -1
  92. package/docs/types/type-aliases/Completed.md +1 -1
  93. package/docs/types/type-aliases/ComponentMessage.md +1 -1
  94. package/docs/types/type-aliases/ConnectionOptions.md +1 -1
  95. package/docs/types/type-aliases/CryptoCredential.md +1 -1
  96. package/docs/types/type-aliases/DID.md +1 -1
  97. package/docs/types/type-aliases/DTI.md +1 -1
  98. package/docs/types/type-aliases/Destination.md +1 -1
  99. package/docs/types/type-aliases/Error.md +1 -1
  100. package/docs/types/type-aliases/FieldOptions.md +1 -1
  101. package/docs/types/type-aliases/FieldTypes.md +1 -1
  102. package/docs/types/type-aliases/HostMessage.md +1 -1
  103. package/docs/types/type-aliases/ISOCurrency.md +1 -1
  104. package/docs/types/type-aliases/InvalidValue.md +1 -1
  105. package/docs/types/type-aliases/LEI.md +1 -1
  106. package/docs/types/type-aliases/LegalPersonFieldName.md +1 -1
  107. package/docs/types/type-aliases/LegalPersonFields.md +1 -1
  108. package/docs/types/type-aliases/NationalIdentifierTypeFieldOptions.md +1 -1
  109. package/docs/types/type-aliases/NaturalPersonFieldName.md +1 -1
  110. package/docs/types/type-aliases/NaturalPersonFields.md +1 -1
  111. package/docs/types/type-aliases/NotabeneAsset.md +1 -1
  112. package/docs/types/type-aliases/Ready.md +1 -1
  113. package/docs/types/type-aliases/ResizeRequest.md +1 -1
  114. package/docs/types/type-aliases/Source.md +1 -1
  115. package/docs/types/type-aliases/Theme.md +1 -1
  116. package/docs/types/type-aliases/TransactionAsset.md +1 -1
  117. package/docs/types/type-aliases/TravelAddress.md +1 -1
  118. package/docs/types/type-aliases/URI.md +1 -1
  119. package/docs/types/type-aliases/UUID.md +1 -1
  120. package/docs/types/type-aliases/UpdateValue.md +1 -1
  121. package/docs/types/type-aliases/V1Asset.md +1 -1
  122. package/docs/types/type-aliases/V1Transaction.md +1 -1
  123. package/docs/types/type-aliases/VASPOptions.md +1 -1
  124. package/docs/types/type-aliases/ValidationError.md +1 -1
  125. package/package.json +1 -1
  126. package/src/types.ts +4 -1
@@ -26,7 +26,7 @@ Manages encrypted connections using Cloudflare Durable Objects
26
26
 
27
27
  #### Defined in
28
28
 
29
- [utils/connections.ts:30](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L30)
29
+ [utils/connections.ts:30](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L30)
30
30
 
31
31
  ## Methods
32
32
 
@@ -50,7 +50,7 @@ Connection ID
50
50
 
51
51
  #### Defined in
52
52
 
53
- [utils/connections.ts:165](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L165)
53
+ [utils/connections.ts:165](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L165)
54
54
 
55
55
  ***
56
56
 
@@ -84,7 +84,7 @@ Promise resolving to connection details including ID, version, and encryption ke
84
84
 
85
85
  #### Defined in
86
86
 
87
- [utils/connections.ts:40](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L40)
87
+ [utils/connections.ts:40](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L40)
88
88
 
89
89
  ***
90
90
 
@@ -120,7 +120,7 @@ Promise resolving to connection details including decrypted data
120
120
 
121
121
  #### Defined in
122
122
 
123
- [utils/connections.ts:128](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L128)
123
+ [utils/connections.ts:128](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L128)
124
124
 
125
125
  ***
126
126
 
@@ -162,4 +162,4 @@ Promise resolving to updated connection details including new encryption key
162
162
 
163
163
  #### Defined in
164
164
 
165
- [utils/connections.ts:84](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L84)
165
+ [utils/connections.ts:84](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L84)
@@ -46,7 +46,7 @@ The initial transaction value
46
46
 
47
47
  #### Defined in
48
48
 
49
- [components/EmbeddedComponent.ts:34](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L34)
49
+ [components/EmbeddedComponent.ts:34](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L34)
50
50
 
51
51
  ## Accessors
52
52
 
@@ -62,7 +62,7 @@ The initial transaction value
62
62
 
63
63
  #### Defined in
64
64
 
65
- [components/EmbeddedComponent.ts:72](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L72)
65
+ [components/EmbeddedComponent.ts:72](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L72)
66
66
 
67
67
  ***
68
68
 
@@ -78,7 +78,7 @@ The initial transaction value
78
78
 
79
79
  #### Defined in
80
80
 
81
- [components/EmbeddedComponent.ts:68](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L68)
81
+ [components/EmbeddedComponent.ts:68](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L68)
82
82
 
83
83
  ***
84
84
 
@@ -98,7 +98,7 @@ The URL of the embedded component
98
98
 
99
99
  #### Defined in
100
100
 
101
- [components/EmbeddedComponent.ts:56](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L56)
101
+ [components/EmbeddedComponent.ts:56](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L56)
102
102
 
103
103
  ***
104
104
 
@@ -118,7 +118,7 @@ The current transaction value
118
118
 
119
119
  #### Defined in
120
120
 
121
- [components/EmbeddedComponent.ts:64](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L64)
121
+ [components/EmbeddedComponent.ts:64](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L64)
122
122
 
123
123
  ## Methods
124
124
 
@@ -134,7 +134,7 @@ Closes the modal dialog
134
134
 
135
135
  #### Defined in
136
136
 
137
- [components/EmbeddedComponent.ts:240](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L240)
137
+ [components/EmbeddedComponent.ts:240](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L240)
138
138
 
139
139
  ***
140
140
 
@@ -152,7 +152,7 @@ A promise that resolves with the transaction response
152
152
 
153
153
  #### Defined in
154
154
 
155
- [components/EmbeddedComponent.ts:173](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L173)
155
+ [components/EmbeddedComponent.ts:173](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L173)
156
156
 
157
157
  ***
158
158
 
@@ -180,7 +180,7 @@ The parent element to embed the component into
180
180
 
181
181
  #### Defined in
182
182
 
183
- [components/EmbeddedComponent.ts:100](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L100)
183
+ [components/EmbeddedComponent.ts:100](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L100)
184
184
 
185
185
  ***
186
186
 
@@ -208,7 +208,7 @@ Will throw an error if the parent element is not found
208
208
 
209
209
  #### Defined in
210
210
 
211
- [components/EmbeddedComponent.ts:90](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L90)
211
+ [components/EmbeddedComponent.ts:90](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L90)
212
212
 
213
213
  ***
214
214
 
@@ -238,7 +238,7 @@ The callback function to remove
238
238
 
239
239
  #### Defined in
240
240
 
241
- [components/EmbeddedComponent.ts:154](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L154)
241
+ [components/EmbeddedComponent.ts:154](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L154)
242
242
 
243
243
  ***
244
244
 
@@ -272,7 +272,7 @@ The callback function to execute when the message is received
272
272
 
273
273
  #### Defined in
274
274
 
275
- [components/EmbeddedComponent.ts:144](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L144)
275
+ [components/EmbeddedComponent.ts:144](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L144)
276
276
 
277
277
  ***
278
278
 
@@ -288,7 +288,7 @@ Opens the component URL in the current window
288
288
 
289
289
  #### Defined in
290
290
 
291
- [components/EmbeddedComponent.ts:80](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L80)
291
+ [components/EmbeddedComponent.ts:80](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L80)
292
292
 
293
293
  ***
294
294
 
@@ -304,7 +304,7 @@ Opens the component in a modal dialog
304
304
 
305
305
  #### Defined in
306
306
 
307
- [components/EmbeddedComponent.ts:202](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L202)
307
+ [components/EmbeddedComponent.ts:202](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L202)
308
308
 
309
309
  ***
310
310
 
@@ -327,7 +327,7 @@ A promise that resolves with the transaction response
327
327
 
328
328
  #### Defined in
329
329
 
330
- [components/EmbeddedComponent.ts:255](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L255)
330
+ [components/EmbeddedComponent.ts:255](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L255)
331
331
 
332
332
  ***
333
333
 
@@ -341,7 +341,7 @@ A promise that resolves with the transaction response
341
341
 
342
342
  #### Defined in
343
343
 
344
- [components/EmbeddedComponent.ts:126](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L126)
344
+ [components/EmbeddedComponent.ts:126](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L126)
345
345
 
346
346
  ***
347
347
 
@@ -365,7 +365,7 @@ The message to send
365
365
 
366
366
  #### Defined in
367
367
 
368
- [components/EmbeddedComponent.ts:134](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L134)
368
+ [components/EmbeddedComponent.ts:134](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L134)
369
369
 
370
370
  ***
371
371
 
@@ -393,4 +393,4 @@ The new transaction value
393
393
 
394
394
  #### Defined in
395
395
 
396
- [components/EmbeddedComponent.ts:162](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/components/EmbeddedComponent.ts#L162)
396
+ [components/EmbeddedComponent.ts:162](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/components/EmbeddedComponent.ts#L162)
@@ -34,7 +34,7 @@ Configuration options for the Notabene SDK
34
34
 
35
35
  #### Defined in
36
36
 
37
- [notabene.ts:208](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/notabene.ts#L208)
37
+ [notabene.ts:208](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/notabene.ts#L208)
38
38
 
39
39
  ## Methods
40
40
 
@@ -86,7 +86,7 @@ component URL
86
86
 
87
87
  #### Defined in
88
88
 
89
- [notabene.ts:226](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/notabene.ts#L226)
89
+ [notabene.ts:226](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/notabene.ts#L226)
90
90
 
91
91
  ***
92
92
 
@@ -138,7 +138,7 @@ A new EmbeddedComponent instance
138
138
 
139
139
  #### Defined in
140
140
 
141
- [notabene.ts:268](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/notabene.ts#L268)
141
+ [notabene.ts:268](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/notabene.ts#L268)
142
142
 
143
143
  ***
144
144
 
@@ -178,7 +178,7 @@ A new EmbeddedComponent instance for connection
178
178
 
179
179
  #### Defined in
180
180
 
181
- [notabene.ts:311](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/notabene.ts#L311)
181
+ [notabene.ts:311](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/notabene.ts#L311)
182
182
 
183
183
  ***
184
184
 
@@ -216,7 +216,7 @@ A new EmbeddedComponent instance for deposit assistance
216
216
 
217
217
  #### Defined in
218
218
 
219
- [notabene.ts:355](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/notabene.ts#L355)
219
+ [notabene.ts:355](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/notabene.ts#L355)
220
220
 
221
221
  ***
222
222
 
@@ -254,7 +254,7 @@ A new EmbeddedComponent instance for deposit requests
254
254
 
255
255
  #### Defined in
256
256
 
257
- [notabene.ts:333](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/notabene.ts#L333)
257
+ [notabene.ts:333](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/notabene.ts#L333)
258
258
 
259
259
  ***
260
260
 
@@ -292,4 +292,4 @@ A new EmbeddedComponent instance for withdrawal assistance
292
292
 
293
293
  #### Defined in
294
294
 
295
- [notabene.ts:289](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/notabene.ts#L289)
295
+ [notabene.ts:289](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/notabene.ts#L289)
@@ -26,4 +26,4 @@ An object containing the decoded key-value pairs
26
26
 
27
27
  ## Defined in
28
28
 
29
- [utils/urls.ts:22](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/urls.ts#L22)
29
+ [utils/urls.ts:22](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/urls.ts#L22)
@@ -18,7 +18,7 @@
18
18
 
19
19
  #### Defined in
20
20
 
21
- [utils/connections.ts:7](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L7)
21
+ [utils/connections.ts:7](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L7)
22
22
 
23
23
  ***
24
24
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  #### Defined in
30
30
 
31
- [utils/connections.ts:6](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L6)
31
+ [utils/connections.ts:6](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L6)
32
32
 
33
33
  ***
34
34
 
@@ -38,4 +38,4 @@
38
38
 
39
39
  #### Defined in
40
40
 
41
- [utils/connections.ts:8](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L8)
41
+ [utils/connections.ts:8](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L8)
@@ -14,7 +14,7 @@
14
14
 
15
15
  #### Defined in
16
16
 
17
- [utils/connections.ts:12](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L12)
17
+ [utils/connections.ts:12](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L12)
18
18
 
19
19
  ***
20
20
 
@@ -24,7 +24,7 @@
24
24
 
25
25
  #### Defined in
26
26
 
27
- [utils/connections.ts:13](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L13)
27
+ [utils/connections.ts:13](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L13)
28
28
 
29
29
  ***
30
30
 
@@ -34,4 +34,4 @@
34
34
 
35
35
  #### Defined in
36
36
 
37
- [utils/connections.ts:14](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L14)
37
+ [utils/connections.ts:14](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L14)
@@ -18,7 +18,7 @@
18
18
 
19
19
  #### Defined in
20
20
 
21
- [utils/connections.ts:20](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L20)
21
+ [utils/connections.ts:20](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L20)
22
22
 
23
23
  ***
24
24
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  #### Defined in
30
30
 
31
- [utils/connections.ts:17](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L17)
31
+ [utils/connections.ts:17](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L17)
32
32
 
33
33
  ***
34
34
 
@@ -38,7 +38,7 @@
38
38
 
39
39
  #### Defined in
40
40
 
41
- [utils/connections.ts:21](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L21)
41
+ [utils/connections.ts:21](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L21)
42
42
 
43
43
  ***
44
44
 
@@ -48,7 +48,7 @@
48
48
 
49
49
  #### Defined in
50
50
 
51
- [utils/connections.ts:19](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L19)
51
+ [utils/connections.ts:19](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L19)
52
52
 
53
53
  ***
54
54
 
@@ -58,4 +58,4 @@
58
58
 
59
59
  #### Defined in
60
60
 
61
- [utils/connections.ts:18](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L18)
61
+ [utils/connections.ts:18](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L18)
@@ -18,7 +18,7 @@ The authentication token for the Notabene API
18
18
 
19
19
  #### Defined in
20
20
 
21
- [notabene.ts:170](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/notabene.ts#L170)
21
+ [notabene.ts:170](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/notabene.ts#L170)
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:185](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/notabene.ts#L185)
33
+ [notabene.ts:185](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/notabene.ts#L185)
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:165](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/notabene.ts#L165)
45
+ [notabene.ts:165](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/notabene.ts#L165)
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:180](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/notabene.ts#L180)
57
+ [notabene.ts:180](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/notabene.ts#L180)
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:175](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/notabene.ts#L175)
69
+ [notabene.ts:175](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/notabene.ts#L175)
@@ -30,4 +30,4 @@ The message object containing the component data and type
30
30
 
31
31
  ## Defined in
32
32
 
33
- [utils/MessageEventManager.ts:11](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/MessageEventManager.ts#L11)
33
+ [utils/MessageEventManager.ts:11](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/MessageEventManager.ts#L11)
@@ -10,4 +10,4 @@
10
10
 
11
11
  ## Defined in
12
12
 
13
- [utils/connections.ts:4](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/utils/connections.ts#L4)
13
+ [utils/connections.ts:4](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/utils/connections.ts#L4)
@@ -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/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L251)
19
+ [types.ts:251](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/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/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L252)
29
+ [types.ts:252](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L252)
@@ -27,7 +27,7 @@ between the host and component.
27
27
 
28
28
  #### Defined in
29
29
 
30
- [types.ts:853](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L853)
30
+ [types.ts:853](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L853)
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:847](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L847)
40
+ [types.ts:847](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L847)
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:852](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L852)
50
+ [types.ts:852](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L852)
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:851](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L851)
60
+ [types.ts:851](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L851)
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:850](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L850)
70
+ [types.ts:850](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L850)
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:848](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L848)
80
+ [types.ts:848](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L848)
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:849](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L849)
90
+ [types.ts:849](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L849)
@@ -16,7 +16,7 @@ Represents an error identifier code
16
16
 
17
17
  #### Defined in
18
18
 
19
- [types.ts:889](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L889)
19
+ [types.ts:889](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L889)
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:892](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L892)
29
+ [types.ts:892](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L892)
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:890](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L890)
39
+ [types.ts:890](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L890)
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:891](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L891)
49
+ [types.ts:891](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L891)
@@ -22,7 +22,7 @@ from the host application.
22
22
 
23
23
  #### Defined in
24
24
 
25
- [types.ts:970](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L970)
25
+ [types.ts:970](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L970)
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:969](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L969)
35
+ [types.ts:969](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L969)
@@ -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/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L291)
35
+ [types.ts:291](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/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/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L290)
45
+ [types.ts:290](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/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/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L292)
55
+ [types.ts:292](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/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:1039](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1039)
27
+ [types.ts:1039](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L1039)
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:1040](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1040)
37
+ [types.ts:1040](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L1040)
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:1038](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1038)
47
+ [types.ts:1038](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L1038)
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:1041](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/27e5c6c27d8a3a0bdafefd6e32c1654e964838a3/src/types.ts#L1041)
57
+ [types.ts:1041](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/69cd8d08514af027712db73539fbd0247649c123/src/types.ts#L1041)