@notabene/javascript-sdk 2.6.0 → 2.7.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 (115) hide show
  1. package/dist/notabene.cjs +1 -1
  2. package/dist/notabene.d.ts +12 -3
  3. package/dist/notabene.js +5 -5
  4. package/docs/README.md +1 -1
  5. package/docs/_media/TransactionOptions.md +6 -6
  6. package/docs/ivms/types/enumerations/PayloadVersionCode.md +2 -2
  7. package/docs/ivms/types/interfaces/PayloadMetadata.md +2 -2
  8. package/docs/ivms/types/type-aliases/Address.md +1 -1
  9. package/docs/ivms/types/type-aliases/AddressTypeCode.md +1 -1
  10. package/docs/ivms/types/type-aliases/Beneficiary.md +1 -1
  11. package/docs/ivms/types/type-aliases/BeneficiaryVASP.md +1 -1
  12. package/docs/ivms/types/type-aliases/DateAndPlaceOfBirth.md +1 -1
  13. package/docs/ivms/types/type-aliases/ISOCountryCode.md +1 -1
  14. package/docs/ivms/types/type-aliases/ISODate.md +1 -1
  15. package/docs/ivms/types/type-aliases/IVMS101.md +1 -1
  16. package/docs/ivms/types/type-aliases/IntermediaryVASP.md +1 -1
  17. package/docs/ivms/types/type-aliases/LegalPerson.md +1 -1
  18. package/docs/ivms/types/type-aliases/LegalPersonName.md +1 -1
  19. package/docs/ivms/types/type-aliases/LegalPersonNameID.md +1 -1
  20. package/docs/ivms/types/type-aliases/LegalPersonNameTypeCode.md +1 -1
  21. package/docs/ivms/types/type-aliases/LocalLegalPersonNameID.md +1 -1
  22. package/docs/ivms/types/type-aliases/LocalNaturalPersonNameID.md +1 -1
  23. package/docs/ivms/types/type-aliases/NationalIdentification.md +1 -1
  24. package/docs/ivms/types/type-aliases/NationalIdentifierTypeCode.md +1 -1
  25. package/docs/ivms/types/type-aliases/NaturalPerson.md +1 -1
  26. package/docs/ivms/types/type-aliases/NaturalPersonName.md +1 -1
  27. package/docs/ivms/types/type-aliases/NaturalPersonNameID.md +1 -1
  28. package/docs/ivms/types/type-aliases/NaturalPersonNameTypeCode.md +1 -1
  29. package/docs/ivms/types/type-aliases/OriginatingVASP.md +1 -1
  30. package/docs/ivms/types/type-aliases/Originator.md +1 -1
  31. package/docs/ivms/types/type-aliases/Person.md +1 -1
  32. package/docs/ivms/types/type-aliases/TransferPath.md +1 -1
  33. package/docs/ivms/types/type-aliases/TransliterationMethodCode.md +1 -1
  34. package/docs/notabene/README.md +12 -0
  35. package/docs/notabene/classes/EmbeddedComponent.md +17 -17
  36. package/docs/notabene/classes/default.md +7 -7
  37. package/docs/notabene/functions/decodeFragmentToObject.md +1 -1
  38. package/docs/notabene/interfaces/NotabeneConfig.md +5 -5
  39. package/docs/notabene/type-aliases/MessageCallback.md +1 -1
  40. package/docs/types/enumerations/AgentType.md +2 -2
  41. package/docs/types/enumerations/CMType.md +7 -7
  42. package/docs/types/enumerations/ErrorIdentifierCode.md +6 -4
  43. package/docs/types/enumerations/HMType.md +2 -2
  44. package/docs/types/enumerations/PersonType.md +3 -3
  45. package/docs/types/enumerations/ProofStatus.md +4 -4
  46. package/docs/types/enumerations/ProofTypes.md +14 -14
  47. package/docs/types/enumerations/Status.md +5 -5
  48. package/docs/types/enumerations/VASPSearchControl.md +2 -2
  49. package/docs/types/enumerations/ValidationSections.md +4 -4
  50. package/docs/types/interfaces/Agent.md +6 -6
  51. package/docs/types/interfaces/CallbackOptions.md +2 -2
  52. package/docs/types/interfaces/ComponentRequest.md +2 -2
  53. package/docs/types/interfaces/ComponentResponse.md +4 -4
  54. package/docs/types/interfaces/ConnectionRecord.md +7 -7
  55. package/docs/types/interfaces/ConnectionRequest.md +3 -3
  56. package/docs/types/interfaces/Counterparty.md +10 -10
  57. package/docs/types/interfaces/DeclarationProof.md +6 -6
  58. package/docs/types/interfaces/Deposit.md +10 -10
  59. package/docs/types/interfaces/DepositRequest.md +7 -7
  60. package/docs/types/interfaces/DepositRequestOptions.md +1 -1
  61. package/docs/types/interfaces/DepositTransaction.md +9 -9
  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 +8 -8
  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 +9 -9
  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 +1 -1
  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 +1 -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/Ready.md +1 -1
  101. package/docs/types/type-aliases/ResizeRequest.md +1 -1
  102. package/docs/types/type-aliases/Source.md +1 -1
  103. package/docs/types/type-aliases/Theme.md +1 -1
  104. package/docs/types/type-aliases/TransactionAsset.md +1 -1
  105. package/docs/types/type-aliases/TravelAddress.md +1 -1
  106. package/docs/types/type-aliases/URI.md +1 -1
  107. package/docs/types/type-aliases/UUID.md +1 -1
  108. package/docs/types/type-aliases/UpdateValue.md +1 -1
  109. package/docs/types/type-aliases/V1Asset.md +1 -1
  110. package/docs/types/type-aliases/V1Transaction.md +1 -1
  111. package/docs/types/type-aliases/VASPOptions.md +1 -1
  112. package/docs/types/type-aliases/ValidationError.md +1 -1
  113. package/package.json +1 -1
  114. package/src/notabene.ts +2 -0
  115. package/src/types.ts +11 -1
@@ -34,7 +34,7 @@ Configuration options for the Notabene SDK
34
34
 
35
35
  #### Defined in
36
36
 
37
- [notabene.ts:189](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/notabene.ts#L189)
37
+ [notabene.ts:191](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/notabene.ts#L191)
38
38
 
39
39
  ## Methods
40
40
 
@@ -86,7 +86,7 @@ component URL
86
86
 
87
87
  #### Defined in
88
88
 
89
- [notabene.ts:207](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/notabene.ts#L207)
89
+ [notabene.ts:209](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/notabene.ts#L209)
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:249](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/notabene.ts#L249)
141
+ [notabene.ts:251](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/notabene.ts#L251)
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:292](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/notabene.ts#L292)
181
+ [notabene.ts:294](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/notabene.ts#L294)
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:336](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/notabene.ts#L336)
219
+ [notabene.ts:338](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/notabene.ts#L338)
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:314](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/notabene.ts#L314)
257
+ [notabene.ts:316](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/notabene.ts#L316)
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:270](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/notabene.ts#L270)
295
+ [notabene.ts:272](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/notabene.ts#L272)
@@ -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/755adeb79982a453de2ca37df3c78708bdef61f6/src/utils/urls.ts#L22)
29
+ [utils/urls.ts:22](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/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:151](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/notabene.ts#L151)
21
+ [notabene.ts:153](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/notabene.ts#L153)
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:166](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/notabene.ts#L166)
33
+ [notabene.ts:168](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/notabene.ts#L168)
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:146](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/notabene.ts#L146)
45
+ [notabene.ts:148](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/notabene.ts#L148)
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:161](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/notabene.ts#L161)
57
+ [notabene.ts:163](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/notabene.ts#L163)
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:156](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/notabene.ts#L156)
69
+ [notabene.ts:158](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/notabene.ts#L158)
@@ -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/755adeb79982a453de2ca37df3c78708bdef61f6/src/utils/MessageEventManager.ts#L11)
33
+ [utils/MessageEventManager.ts:11](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/utils/MessageEventManager.ts#L11)
@@ -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:250](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L250)
19
+ [types.ts:250](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L250)
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:251](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L251)
29
+ [types.ts:251](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L251)
@@ -27,7 +27,7 @@ between the host and component.
27
27
 
28
28
  #### Defined in
29
29
 
30
- [types.ts:809](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L809)
30
+ [types.ts:809](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L809)
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:803](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L803)
40
+ [types.ts:803](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L803)
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:808](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L808)
50
+ [types.ts:808](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L808)
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:807](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L807)
60
+ [types.ts:807](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L807)
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:806](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L806)
70
+ [types.ts:806](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L806)
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:804](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L804)
80
+ [types.ts:804](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L804)
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:805](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L805)
90
+ [types.ts:805](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L805)
@@ -6,6 +6,8 @@
6
6
 
7
7
  # Enumeration: ErrorIdentifierCode
8
8
 
9
+ Represents an error identifier code
10
+
9
11
  ## Enumeration Members
10
12
 
11
13
  ### SERVICE\_UNAVAILABLE
@@ -14,7 +16,7 @@
14
16
 
15
17
  #### Defined in
16
18
 
17
- [types.ts:841](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L841)
19
+ [types.ts:845](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L845)
18
20
 
19
21
  ***
20
22
 
@@ -24,7 +26,7 @@
24
26
 
25
27
  #### Defined in
26
28
 
27
- [types.ts:844](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L844)
29
+ [types.ts:848](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L848)
28
30
 
29
31
  ***
30
32
 
@@ -34,7 +36,7 @@
34
36
 
35
37
  #### Defined in
36
38
 
37
- [types.ts:842](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L842)
39
+ [types.ts:846](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L846)
38
40
 
39
41
  ***
40
42
 
@@ -44,4 +46,4 @@
44
46
 
45
47
  #### Defined in
46
48
 
47
- [types.ts:843](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L843)
49
+ [types.ts:847](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L847)
@@ -22,7 +22,7 @@ from the host application.
22
22
 
23
23
  #### Defined in
24
24
 
25
- [types.ts:922](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L922)
25
+ [types.ts:926](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L926)
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:921](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L921)
35
+ [types.ts:925](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L925)
@@ -32,7 +32,7 @@ apply to each type.
32
32
 
33
33
  #### Defined in
34
34
 
35
- [types.ts:290](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L290)
35
+ [types.ts:290](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L290)
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:289](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L289)
45
+ [types.ts:289](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L289)
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:291](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L291)
55
+ [types.ts:291](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L291)
@@ -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:991](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L991)
27
+ [types.ts:995](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L995)
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:992](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L992)
37
+ [types.ts:996](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L996)
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:990](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L990)
47
+ [types.ts:994](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L994)
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:993](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L993)
57
+ [types.ts:997](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L997)
@@ -38,7 +38,7 @@ Supported proof types:
38
38
 
39
39
  #### Defined in
40
40
 
41
- [types.ts:1026](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1026)
41
+ [types.ts:1030](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1030)
42
42
 
43
43
  ***
44
44
 
@@ -48,7 +48,7 @@ Supported proof types:
48
48
 
49
49
  #### Defined in
50
50
 
51
- [types.ts:1028](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1028)
51
+ [types.ts:1032](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1032)
52
52
 
53
53
  ***
54
54
 
@@ -58,7 +58,7 @@ Supported proof types:
58
58
 
59
59
  #### Defined in
60
60
 
61
- [types.ts:1027](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1027)
61
+ [types.ts:1031](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1031)
62
62
 
63
63
  ***
64
64
 
@@ -68,7 +68,7 @@ Supported proof types:
68
68
 
69
69
  #### Defined in
70
70
 
71
- [types.ts:1033](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1033)
71
+ [types.ts:1037](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1037)
72
72
 
73
73
  ***
74
74
 
@@ -78,7 +78,7 @@ Supported proof types:
78
78
 
79
79
  #### Defined in
80
80
 
81
- [types.ts:1030](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1030)
81
+ [types.ts:1034](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1034)
82
82
 
83
83
  ***
84
84
 
@@ -88,7 +88,7 @@ Supported proof types:
88
88
 
89
89
  #### Defined in
90
90
 
91
- [types.ts:1025](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1025)
91
+ [types.ts:1029](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1029)
92
92
 
93
93
  ***
94
94
 
@@ -98,7 +98,7 @@ Supported proof types:
98
98
 
99
99
  #### Defined in
100
100
 
101
- [types.ts:1023](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1023)
101
+ [types.ts:1027](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1027)
102
102
 
103
103
  ***
104
104
 
@@ -108,7 +108,7 @@ Supported proof types:
108
108
 
109
109
  #### Defined in
110
110
 
111
- [types.ts:1024](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1024)
111
+ [types.ts:1028](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1028)
112
112
 
113
113
  ***
114
114
 
@@ -118,7 +118,7 @@ Supported proof types:
118
118
 
119
119
  #### Defined in
120
120
 
121
- [types.ts:1031](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1031)
121
+ [types.ts:1035](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1035)
122
122
 
123
123
  ***
124
124
 
@@ -128,7 +128,7 @@ Supported proof types:
128
128
 
129
129
  #### Defined in
130
130
 
131
- [types.ts:1032](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1032)
131
+ [types.ts:1036](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1036)
132
132
 
133
133
  ***
134
134
 
@@ -138,7 +138,7 @@ Supported proof types:
138
138
 
139
139
  #### Defined in
140
140
 
141
- [types.ts:1020](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1020)
141
+ [types.ts:1024](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1024)
142
142
 
143
143
  ***
144
144
 
@@ -148,7 +148,7 @@ Supported proof types:
148
148
 
149
149
  #### Defined in
150
150
 
151
- [types.ts:1021](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1021)
151
+ [types.ts:1025](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1025)
152
152
 
153
153
  ***
154
154
 
@@ -158,7 +158,7 @@ Supported proof types:
158
158
 
159
159
  #### Defined in
160
160
 
161
- [types.ts:1022](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1022)
161
+ [types.ts:1026](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1026)
162
162
 
163
163
  ***
164
164
 
@@ -168,4 +168,4 @@ Supported proof types:
168
168
 
169
169
  #### Defined in
170
170
 
171
- [types.ts:1029](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L1029)
171
+ [types.ts:1033](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L1033)
@@ -16,7 +16,7 @@ The verification status of a transaction
16
16
 
17
17
  #### Defined in
18
18
 
19
- [types.ts:597](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L597)
19
+ [types.ts:597](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L597)
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:593](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L593)
29
+ [types.ts:593](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L593)
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:595](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L595)
39
+ [types.ts:595](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L595)
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:596](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L596)
49
+ [types.ts:596](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L596)
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:594](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L594)
59
+ [types.ts:594](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L594)
@@ -21,7 +21,7 @@ VASP Visibility Control representing allow/deny behaviour for VASP visibility
21
21
 
22
22
  #### Defined in
23
23
 
24
- [types.ts:725](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L725)
24
+ [types.ts:725](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L725)
25
25
 
26
26
  ***
27
27
 
@@ -31,4 +31,4 @@ VASP Visibility Control representing allow/deny behaviour for VASP visibility
31
31
 
32
32
  #### Defined in
33
33
 
34
- [types.ts:726](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L726)
34
+ [types.ts:726](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L726)
@@ -20,7 +20,7 @@ Sections in a WithdrawalAssist screen
20
20
 
21
21
  #### Defined in
22
22
 
23
- [types.ts:748](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L748)
23
+ [types.ts:748](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L748)
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:745](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L745)
35
+ [types.ts:745](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L745)
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:747](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L747)
47
+ [types.ts:747](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L747)
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:746](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L746)
59
+ [types.ts:746](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L746)
@@ -21,7 +21,7 @@ Who is the agent acting on behalf of the counterparty
21
21
 
22
22
  #### Defined in
23
23
 
24
- [types.ts:259](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L259)
24
+ [types.ts:259](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L259)
25
25
 
26
26
  ***
27
27
 
@@ -31,7 +31,7 @@ Who is the agent acting on behalf of the counterparty
31
31
 
32
32
  #### Defined in
33
33
 
34
- [types.ts:261](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L261)
34
+ [types.ts:261](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L261)
35
35
 
36
36
  ***
37
37
 
@@ -41,7 +41,7 @@ Who is the agent acting on behalf of the counterparty
41
41
 
42
42
  #### Defined in
43
43
 
44
- [types.ts:263](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L263)
44
+ [types.ts:263](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L263)
45
45
 
46
46
  ***
47
47
 
@@ -51,7 +51,7 @@ Who is the agent acting on behalf of the counterparty
51
51
 
52
52
  #### Defined in
53
53
 
54
- [types.ts:260](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L260)
54
+ [types.ts:260](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L260)
55
55
 
56
56
  ***
57
57
 
@@ -61,7 +61,7 @@ Who is the agent acting on behalf of the counterparty
61
61
 
62
62
  #### Defined in
63
63
 
64
- [types.ts:262](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L262)
64
+ [types.ts:262](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L262)
65
65
 
66
66
  ***
67
67
 
@@ -71,4 +71,4 @@ Who is the agent acting on behalf of the counterparty
71
71
 
72
72
  #### Defined in
73
73
 
74
- [types.ts:264](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L264)
74
+ [types.ts:264](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L264)
@@ -16,7 +16,7 @@ Options for callback and redirect URIs
16
16
 
17
17
  #### Defined in
18
18
 
19
- [types.ts:973](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L973)
19
+ [types.ts:977](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L977)
20
20
 
21
21
  ***
22
22
 
@@ -26,4 +26,4 @@ Options for callback and redirect URIs
26
26
 
27
27
  #### Defined in
28
28
 
29
- [types.ts:974](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L974)
29
+ [types.ts:978](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L978)
@@ -37,7 +37,7 @@ This interface is extended by specific request types like:
37
37
 
38
38
  #### Defined in
39
39
 
40
- [types.ts:496](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L496)
40
+ [types.ts:496](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L496)
41
41
 
42
42
  ***
43
43
 
@@ -47,4 +47,4 @@ This interface is extended by specific request types like:
47
47
 
48
48
  #### Defined in
49
49
 
50
- [types.ts:495](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L495)
50
+ [types.ts:495](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L495)
@@ -38,7 +38,7 @@ This interface is extended by specific response types like:
38
38
 
39
39
  #### Defined in
40
40
 
41
- [types.ts:656](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L656)
41
+ [types.ts:656](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L656)
42
42
 
43
43
  ***
44
44
 
@@ -48,7 +48,7 @@ This interface is extended by specific response types like:
48
48
 
49
49
  #### Defined in
50
50
 
51
- [types.ts:653](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L653)
51
+ [types.ts:653](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L653)
52
52
 
53
53
  ***
54
54
 
@@ -58,7 +58,7 @@ This interface is extended by specific response types like:
58
58
 
59
59
  #### Defined in
60
60
 
61
- [types.ts:655](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L655)
61
+ [types.ts:655](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L655)
62
62
 
63
63
  ***
64
64
 
@@ -68,4 +68,4 @@ This interface is extended by specific response types like:
68
68
 
69
69
  #### Defined in
70
70
 
71
- [types.ts:654](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/755adeb79982a453de2ca37df3c78708bdef61f6/src/types.ts#L654)
71
+ [types.ts:654](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/7c1287c0f294e150fbd0ad5bc728bba0920f5ad7/src/types.ts#L654)