@notabene/javascript-sdk 2.10.0-next.4 → 2.10.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.
- package/dist/cjs/notabene.cjs +1 -1
- package/dist/cjs/notabene.d.ts +2 -4
- package/dist/cjs/package.json +1 -1
- package/dist/esm/notabene.d.ts +2 -4
- package/dist/esm/notabene.js +12 -12
- package/dist/esm/package.json +1 -1
- package/dist/notabene.d.ts +2 -4
- package/dist/notabene.js +12 -12
- package/docs/README.md +47 -218
- package/docs/_media/TransactionOptions.md +9 -9
- package/docs/ivms/types/enumerations/PayloadVersionCode.md +2 -2
- package/docs/ivms/types/interfaces/PayloadMetadata.md +2 -2
- package/docs/ivms/types/type-aliases/Address.md +1 -1
- package/docs/ivms/types/type-aliases/AddressTypeCode.md +1 -1
- package/docs/ivms/types/type-aliases/Beneficiary.md +1 -1
- package/docs/ivms/types/type-aliases/BeneficiaryVASP.md +1 -1
- package/docs/ivms/types/type-aliases/DateAndPlaceOfBirth.md +1 -1
- package/docs/ivms/types/type-aliases/ISOCountryCode.md +1 -1
- package/docs/ivms/types/type-aliases/ISODate.md +1 -1
- package/docs/ivms/types/type-aliases/IVMS101.md +1 -1
- package/docs/ivms/types/type-aliases/IntermediaryVASP.md +1 -1
- package/docs/ivms/types/type-aliases/LegalPerson.md +1 -1
- package/docs/ivms/types/type-aliases/LegalPersonName.md +1 -1
- package/docs/ivms/types/type-aliases/LegalPersonNameID.md +1 -1
- package/docs/ivms/types/type-aliases/LegalPersonNameTypeCode.md +1 -1
- package/docs/ivms/types/type-aliases/LocalLegalPersonNameID.md +1 -1
- package/docs/ivms/types/type-aliases/LocalNaturalPersonNameID.md +1 -1
- package/docs/ivms/types/type-aliases/NationalIdentification.md +1 -1
- package/docs/ivms/types/type-aliases/NationalIdentifierTypeCode.md +1 -1
- package/docs/ivms/types/type-aliases/NaturalPerson.md +1 -1
- package/docs/ivms/types/type-aliases/NaturalPersonName.md +1 -1
- package/docs/ivms/types/type-aliases/NaturalPersonNameID.md +1 -1
- package/docs/ivms/types/type-aliases/NaturalPersonNameTypeCode.md +1 -1
- package/docs/ivms/types/type-aliases/OriginatingVASP.md +1 -1
- package/docs/ivms/types/type-aliases/Originator.md +1 -1
- package/docs/ivms/types/type-aliases/Person.md +1 -1
- package/docs/ivms/types/type-aliases/TransferPath.md +1 -1
- package/docs/ivms/types/type-aliases/TransliterationMethodCode.md +1 -1
- package/docs/notabene/README.md +1 -7
- package/docs/notabene/classes/ConnectionManager.md +5 -19
- package/docs/notabene/classes/EmbeddedComponent.md +17 -17
- package/docs/notabene/classes/default.md +7 -7
- package/docs/notabene/functions/decodeFragmentToObject.md +1 -1
- package/docs/notabene/functions/getRefreshResult.md +3 -11
- package/docs/notabene/interfaces/ConnectionData.md +8 -8
- package/docs/notabene/interfaces/ConnectionMetadata.md +6 -6
- package/docs/notabene/interfaces/ConnectionResponse.md +12 -12
- package/docs/notabene/interfaces/ConnectionResult.md +61 -0
- package/docs/notabene/interfaces/NotabeneConfig.md +5 -5
- package/docs/notabene/type-aliases/ConnectionStatus.md +1 -1
- package/docs/notabene/type-aliases/MessageCallback.md +1 -1
- package/docs/notabene/type-aliases/TransactionType.md +1 -1
- package/docs/types/README.md +0 -1
- package/docs/types/enumerations/AgentType.md +2 -2
- package/docs/types/enumerations/CMType.md +7 -7
- package/docs/types/enumerations/ErrorIdentifierCode.md +4 -4
- package/docs/types/enumerations/HMType.md +2 -2
- package/docs/types/enumerations/PersonType.md +3 -3
- package/docs/types/enumerations/ProofStatus.md +4 -4
- package/docs/types/enumerations/ProofTypes.md +17 -27
- package/docs/types/enumerations/Status.md +5 -5
- package/docs/types/enumerations/VASPSearchControl.md +2 -2
- package/docs/types/enumerations/ValidationSections.md +4 -4
- package/docs/types/interfaces/Agent.md +6 -6
- package/docs/types/interfaces/CallbackOptions.md +2 -2
- package/docs/types/interfaces/ComponentRequest.md +2 -2
- package/docs/types/interfaces/ComponentResponse.md +4 -4
- package/docs/types/interfaces/ConnectionRecord.md +7 -7
- package/docs/types/interfaces/ConnectionRequest.md +3 -3
- package/docs/types/interfaces/Counterparty.md +10 -10
- package/docs/types/interfaces/DeclarationProof.md +6 -6
- package/docs/types/interfaces/Deposit.md +11 -25
- package/docs/types/interfaces/DepositRequest.md +9 -9
- package/docs/types/interfaces/DepositRequestOptions.md +1 -1
- package/docs/types/interfaces/DepositTransaction.md +9 -23
- package/docs/types/interfaces/LegalPerson.md +13 -13
- package/docs/types/interfaces/MicroTransferProof.md +9 -9
- package/docs/types/interfaces/NaturalPerson.md +13 -13
- package/docs/types/interfaces/OwnershipProof.md +4 -4
- package/docs/types/interfaces/RefreshSource.md +2 -2
- package/docs/types/interfaces/Refreshable.md +1 -1
- package/docs/types/interfaces/ScreenshotProof.md +5 -5
- package/docs/types/interfaces/SignatureProof.md +10 -10
- package/docs/types/interfaces/ThresholdOptions.md +3 -3
- package/docs/types/interfaces/Transaction.md +8 -18
- package/docs/types/interfaces/TransactionOptions.md +9 -9
- package/docs/types/interfaces/TransactionResponse.md +9 -9
- package/docs/types/interfaces/VASP.md +9 -9
- package/docs/types/interfaces/Wallet.md +8 -8
- package/docs/types/interfaces/Withdrawal.md +10 -24
- package/docs/types/type-aliases/BlockchainAddress.md +1 -1
- package/docs/types/type-aliases/CAIP10.md +1 -1
- package/docs/types/type-aliases/CAIP19.md +1 -1
- package/docs/types/type-aliases/CAIP2.md +1 -1
- package/docs/types/type-aliases/CAIP220.md +1 -1
- package/docs/types/type-aliases/Cancel.md +1 -1
- package/docs/types/type-aliases/Completed.md +1 -1
- package/docs/types/type-aliases/ComponentMessage.md +1 -1
- package/docs/types/type-aliases/ConnectionOptions.md +1 -1
- package/docs/types/type-aliases/CounterpartyAssistConfig.md +2 -2
- package/docs/types/type-aliases/CryptoCredential.md +1 -1
- package/docs/types/type-aliases/DID.md +1 -1
- package/docs/types/type-aliases/DTI.md +1 -1
- package/docs/types/type-aliases/Destination.md +1 -1
- package/docs/types/type-aliases/Error.md +1 -1
- package/docs/types/type-aliases/FieldOptions.md +1 -1
- package/docs/types/type-aliases/FieldTypes.md +1 -1
- package/docs/types/type-aliases/HostMessage.md +1 -1
- package/docs/types/type-aliases/ISOCurrency.md +1 -1
- package/docs/types/type-aliases/InvalidValue.md +1 -1
- package/docs/types/type-aliases/LEI.md +1 -1
- package/docs/types/type-aliases/LegalPersonFieldName.md +1 -1
- package/docs/types/type-aliases/LegalPersonFields.md +1 -1
- package/docs/types/type-aliases/NationalIdentifierTypeFieldOptions.md +1 -1
- package/docs/types/type-aliases/NaturalPersonFieldName.md +1 -1
- package/docs/types/type-aliases/NaturalPersonFields.md +1 -1
- package/docs/types/type-aliases/NotabeneAsset.md +1 -1
- package/docs/types/type-aliases/Ready.md +1 -1
- package/docs/types/type-aliases/ResizeRequest.md +1 -1
- package/docs/types/type-aliases/Source.md +1 -1
- package/docs/types/type-aliases/Theme.md +1 -1
- package/docs/types/type-aliases/TransactionAsset.md +1 -1
- package/docs/types/type-aliases/TravelAddress.md +1 -1
- package/docs/types/type-aliases/URI.md +1 -1
- package/docs/types/type-aliases/UUID.md +1 -1
- package/docs/types/type-aliases/UpdateValue.md +1 -1
- package/docs/types/type-aliases/V1Asset.md +1 -1
- package/docs/types/type-aliases/V1Transaction.md +1 -1
- package/docs/types/type-aliases/VASPOptions.md +1 -1
- package/docs/types/type-aliases/ValidationError.md +1 -1
- package/package.json +1 -1
- package/src/types.ts +0 -2
- package/src/utils/connections.ts +0 -1
- package/docs/_media/getRefreshResult.md +0 -35
- package/docs/notabene/type-aliases/ConnectionResult.md +0 -17
- package/docs/types/interfaces/Account.md +0 -59
|
@@ -42,7 +42,7 @@ This interface serves as the base for more specific counterparty types:
|
|
|
42
42
|
|
|
43
43
|
#### Defined in
|
|
44
44
|
|
|
45
|
-
[types.ts:
|
|
45
|
+
[types.ts:343](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L343)
|
|
46
46
|
|
|
47
47
|
***
|
|
48
48
|
|
|
@@ -52,7 +52,7 @@ This interface serves as the base for more specific counterparty types:
|
|
|
52
52
|
|
|
53
53
|
#### Defined in
|
|
54
54
|
|
|
55
|
-
[types.ts:
|
|
55
|
+
[types.ts:344](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L344)
|
|
56
56
|
|
|
57
57
|
***
|
|
58
58
|
|
|
@@ -62,7 +62,7 @@ This interface serves as the base for more specific counterparty types:
|
|
|
62
62
|
|
|
63
63
|
#### Defined in
|
|
64
64
|
|
|
65
|
-
[types.ts:
|
|
65
|
+
[types.ts:351](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L351)
|
|
66
66
|
|
|
67
67
|
***
|
|
68
68
|
|
|
@@ -72,7 +72,7 @@ This interface serves as the base for more specific counterparty types:
|
|
|
72
72
|
|
|
73
73
|
#### Defined in
|
|
74
74
|
|
|
75
|
-
[types.ts:
|
|
75
|
+
[types.ts:347](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L347)
|
|
76
76
|
|
|
77
77
|
***
|
|
78
78
|
|
|
@@ -82,7 +82,7 @@ This interface serves as the base for more specific counterparty types:
|
|
|
82
82
|
|
|
83
83
|
#### Defined in
|
|
84
84
|
|
|
85
|
-
[types.ts:
|
|
85
|
+
[types.ts:342](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L342)
|
|
86
86
|
|
|
87
87
|
***
|
|
88
88
|
|
|
@@ -92,7 +92,7 @@ This interface serves as the base for more specific counterparty types:
|
|
|
92
92
|
|
|
93
93
|
#### Defined in
|
|
94
94
|
|
|
95
|
-
[types.ts:
|
|
95
|
+
[types.ts:348](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L348)
|
|
96
96
|
|
|
97
97
|
***
|
|
98
98
|
|
|
@@ -102,7 +102,7 @@ This interface serves as the base for more specific counterparty types:
|
|
|
102
102
|
|
|
103
103
|
#### Defined in
|
|
104
104
|
|
|
105
|
-
[types.ts:
|
|
105
|
+
[types.ts:350](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L350)
|
|
106
106
|
|
|
107
107
|
***
|
|
108
108
|
|
|
@@ -112,7 +112,7 @@ This interface serves as the base for more specific counterparty types:
|
|
|
112
112
|
|
|
113
113
|
#### Defined in
|
|
114
114
|
|
|
115
|
-
[types.ts:
|
|
115
|
+
[types.ts:345](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L345)
|
|
116
116
|
|
|
117
117
|
***
|
|
118
118
|
|
|
@@ -122,7 +122,7 @@ This interface serves as the base for more specific counterparty types:
|
|
|
122
122
|
|
|
123
123
|
#### Defined in
|
|
124
124
|
|
|
125
|
-
[types.ts:
|
|
125
|
+
[types.ts:346](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L346)
|
|
126
126
|
|
|
127
127
|
***
|
|
128
128
|
|
|
@@ -132,4 +132,4 @@ This interface serves as the base for more specific counterparty types:
|
|
|
132
132
|
|
|
133
133
|
#### Defined in
|
|
134
134
|
|
|
135
|
-
[types.ts:
|
|
135
|
+
[types.ts:349](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L349)
|
|
@@ -24,7 +24,7 @@ Ownership Proof using Self Declaration
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types.ts:
|
|
27
|
+
[types.ts:1134](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1134)
|
|
28
28
|
|
|
29
29
|
***
|
|
30
30
|
|
|
@@ -34,7 +34,7 @@ Ownership Proof using Self Declaration
|
|
|
34
34
|
|
|
35
35
|
#### Defined in
|
|
36
36
|
|
|
37
|
-
[types.ts:
|
|
37
|
+
[types.ts:1185](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1185)
|
|
38
38
|
|
|
39
39
|
***
|
|
40
40
|
|
|
@@ -44,7 +44,7 @@ Ownership Proof using Self Declaration
|
|
|
44
44
|
|
|
45
45
|
#### Defined in
|
|
46
46
|
|
|
47
|
-
[types.ts:
|
|
47
|
+
[types.ts:1186](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1186)
|
|
48
48
|
|
|
49
49
|
***
|
|
50
50
|
|
|
@@ -58,7 +58,7 @@ Ownership Proof using Self Declaration
|
|
|
58
58
|
|
|
59
59
|
#### Defined in
|
|
60
60
|
|
|
61
|
-
[types.ts:
|
|
61
|
+
[types.ts:1133](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1133)
|
|
62
62
|
|
|
63
63
|
***
|
|
64
64
|
|
|
@@ -72,7 +72,7 @@ Ownership Proof using Self Declaration
|
|
|
72
72
|
|
|
73
73
|
#### Defined in
|
|
74
74
|
|
|
75
|
-
[types.ts:
|
|
75
|
+
[types.ts:1132](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1132)
|
|
76
76
|
|
|
77
77
|
***
|
|
78
78
|
|
|
@@ -86,4 +86,4 @@ Ownership Proof using Self Declaration
|
|
|
86
86
|
|
|
87
87
|
#### Defined in
|
|
88
88
|
|
|
89
|
-
[types.ts:
|
|
89
|
+
[types.ts:1184](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1184)
|
|
@@ -14,20 +14,6 @@ An object representing a deposit transaction
|
|
|
14
14
|
|
|
15
15
|
## Properties
|
|
16
16
|
|
|
17
|
-
### account?
|
|
18
|
-
|
|
19
|
-
> `optional` **account**: [`Account`](Account.md)
|
|
20
|
-
|
|
21
|
-
#### Inherited from
|
|
22
|
-
|
|
23
|
-
[`DepositTransaction`](DepositTransaction.md).[`account`](DepositTransaction.md#account)
|
|
24
|
-
|
|
25
|
-
#### Defined in
|
|
26
|
-
|
|
27
|
-
[types.ts:572](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L572)
|
|
28
|
-
|
|
29
|
-
***
|
|
30
|
-
|
|
31
17
|
### agent
|
|
32
18
|
|
|
33
19
|
> **agent**: [`Agent`](Agent.md)
|
|
@@ -38,7 +24,7 @@ An object representing a deposit transaction
|
|
|
38
24
|
|
|
39
25
|
#### Defined in
|
|
40
26
|
|
|
41
|
-
[types.ts:
|
|
27
|
+
[types.ts:551](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L551)
|
|
42
28
|
|
|
43
29
|
***
|
|
44
30
|
|
|
@@ -52,7 +38,7 @@ An object representing a deposit transaction
|
|
|
52
38
|
|
|
53
39
|
#### Defined in
|
|
54
40
|
|
|
55
|
-
[types.ts:
|
|
41
|
+
[types.ts:554](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L554)
|
|
56
42
|
|
|
57
43
|
***
|
|
58
44
|
|
|
@@ -66,7 +52,7 @@ An object representing a deposit transaction
|
|
|
66
52
|
|
|
67
53
|
#### Defined in
|
|
68
54
|
|
|
69
|
-
[types.ts:
|
|
55
|
+
[types.ts:553](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L553)
|
|
70
56
|
|
|
71
57
|
***
|
|
72
58
|
|
|
@@ -88,7 +74,7 @@ An object representing a deposit transaction
|
|
|
88
74
|
|
|
89
75
|
#### Defined in
|
|
90
76
|
|
|
91
|
-
[types.ts:
|
|
77
|
+
[types.ts:556](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L556)
|
|
92
78
|
|
|
93
79
|
***
|
|
94
80
|
|
|
@@ -102,7 +88,7 @@ An object representing a deposit transaction
|
|
|
102
88
|
|
|
103
89
|
#### Defined in
|
|
104
90
|
|
|
105
|
-
[types.ts:
|
|
91
|
+
[types.ts:552](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L552)
|
|
106
92
|
|
|
107
93
|
***
|
|
108
94
|
|
|
@@ -116,7 +102,7 @@ An object representing a deposit transaction
|
|
|
116
102
|
|
|
117
103
|
#### Defined in
|
|
118
104
|
|
|
119
|
-
[types.ts:
|
|
105
|
+
[types.ts:524](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L524)
|
|
120
106
|
|
|
121
107
|
***
|
|
122
108
|
|
|
@@ -130,7 +116,7 @@ An object representing a deposit transaction
|
|
|
130
116
|
|
|
131
117
|
#### Defined in
|
|
132
118
|
|
|
133
|
-
[types.ts:
|
|
119
|
+
[types.ts:555](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L555)
|
|
134
120
|
|
|
135
121
|
***
|
|
136
122
|
|
|
@@ -144,7 +130,7 @@ An object representing a deposit transaction
|
|
|
144
130
|
|
|
145
131
|
#### Defined in
|
|
146
132
|
|
|
147
|
-
[types.ts:
|
|
133
|
+
[types.ts:568](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L568)
|
|
148
134
|
|
|
149
135
|
***
|
|
150
136
|
|
|
@@ -158,7 +144,7 @@ An object representing a deposit transaction
|
|
|
158
144
|
|
|
159
145
|
#### Defined in
|
|
160
146
|
|
|
161
|
-
[types.ts:
|
|
147
|
+
[types.ts:523](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L523)
|
|
162
148
|
|
|
163
149
|
***
|
|
164
150
|
|
|
@@ -172,7 +158,7 @@ An object representing a deposit transaction
|
|
|
172
158
|
|
|
173
159
|
#### Defined in
|
|
174
160
|
|
|
175
|
-
[types.ts:
|
|
161
|
+
[types.ts:481](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L481)
|
|
176
162
|
|
|
177
163
|
***
|
|
178
164
|
|
|
@@ -186,4 +172,4 @@ An object representing a deposit transaction
|
|
|
186
172
|
|
|
187
173
|
#### Defined in
|
|
188
174
|
|
|
189
|
-
[types.ts:
|
|
175
|
+
[types.ts:576](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L576)
|
|
@@ -14,9 +14,9 @@ An object representing a request for a deposit
|
|
|
14
14
|
|
|
15
15
|
## Properties
|
|
16
16
|
|
|
17
|
-
### amountDecimal
|
|
17
|
+
### amountDecimal?
|
|
18
18
|
|
|
19
|
-
> **amountDecimal**: `number`
|
|
19
|
+
> `optional` **amountDecimal**: `number`
|
|
20
20
|
|
|
21
21
|
#### Inherited from
|
|
22
22
|
|
|
@@ -24,7 +24,7 @@ An object representing a request for a deposit
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types.ts:
|
|
27
|
+
[types.ts:499](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L499)
|
|
28
28
|
|
|
29
29
|
***
|
|
30
30
|
|
|
@@ -38,7 +38,7 @@ An object representing a request for a deposit
|
|
|
38
38
|
|
|
39
39
|
#### Defined in
|
|
40
40
|
|
|
41
|
-
[types.ts:
|
|
41
|
+
[types.ts:498](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L498)
|
|
42
42
|
|
|
43
43
|
***
|
|
44
44
|
|
|
@@ -52,7 +52,7 @@ An object representing a request for a deposit
|
|
|
52
52
|
|
|
53
53
|
#### Defined in
|
|
54
54
|
|
|
55
|
-
[types.ts:
|
|
55
|
+
[types.ts:501](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L501)
|
|
56
56
|
|
|
57
57
|
***
|
|
58
58
|
|
|
@@ -66,7 +66,7 @@ An object representing a request for a deposit
|
|
|
66
66
|
|
|
67
67
|
#### Defined in
|
|
68
68
|
|
|
69
|
-
[types.ts:
|
|
69
|
+
[types.ts:524](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L524)
|
|
70
70
|
|
|
71
71
|
***
|
|
72
72
|
|
|
@@ -80,7 +80,7 @@ An object representing a request for a deposit
|
|
|
80
80
|
|
|
81
81
|
#### Defined in
|
|
82
82
|
|
|
83
|
-
[types.ts:
|
|
83
|
+
[types.ts:497](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L497)
|
|
84
84
|
|
|
85
85
|
***
|
|
86
86
|
|
|
@@ -94,7 +94,7 @@ An object representing a request for a deposit
|
|
|
94
94
|
|
|
95
95
|
#### Defined in
|
|
96
96
|
|
|
97
|
-
[types.ts:
|
|
97
|
+
[types.ts:523](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L523)
|
|
98
98
|
|
|
99
99
|
***
|
|
100
100
|
|
|
@@ -108,4 +108,4 @@ An object representing a request for a deposit
|
|
|
108
108
|
|
|
109
109
|
#### Defined in
|
|
110
110
|
|
|
111
|
-
[types.ts:
|
|
111
|
+
[types.ts:500](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L500)
|
|
@@ -16,4 +16,4 @@ An object representing options for a Deposit Request
|
|
|
16
16
|
|
|
17
17
|
#### Defined in
|
|
18
18
|
|
|
19
|
-
[types.ts:
|
|
19
|
+
[types.ts:610](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L610)
|
|
@@ -18,20 +18,6 @@ Extended transaction interface for deposits
|
|
|
18
18
|
|
|
19
19
|
## Properties
|
|
20
20
|
|
|
21
|
-
### account?
|
|
22
|
-
|
|
23
|
-
> `optional` **account**: [`Account`](Account.md)
|
|
24
|
-
|
|
25
|
-
#### Inherited from
|
|
26
|
-
|
|
27
|
-
[`Transaction`](Transaction.md).[`account`](Transaction.md#account)
|
|
28
|
-
|
|
29
|
-
#### Defined in
|
|
30
|
-
|
|
31
|
-
[types.ts:572](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L572)
|
|
32
|
-
|
|
33
|
-
***
|
|
34
|
-
|
|
35
21
|
### agent
|
|
36
22
|
|
|
37
23
|
> **agent**: [`Agent`](Agent.md)
|
|
@@ -42,7 +28,7 @@ Extended transaction interface for deposits
|
|
|
42
28
|
|
|
43
29
|
#### Defined in
|
|
44
30
|
|
|
45
|
-
[types.ts:
|
|
31
|
+
[types.ts:551](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L551)
|
|
46
32
|
|
|
47
33
|
***
|
|
48
34
|
|
|
@@ -56,7 +42,7 @@ Extended transaction interface for deposits
|
|
|
56
42
|
|
|
57
43
|
#### Defined in
|
|
58
44
|
|
|
59
|
-
[types.ts:
|
|
45
|
+
[types.ts:554](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L554)
|
|
60
46
|
|
|
61
47
|
***
|
|
62
48
|
|
|
@@ -70,7 +56,7 @@ Extended transaction interface for deposits
|
|
|
70
56
|
|
|
71
57
|
#### Defined in
|
|
72
58
|
|
|
73
|
-
[types.ts:
|
|
59
|
+
[types.ts:553](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L553)
|
|
74
60
|
|
|
75
61
|
***
|
|
76
62
|
|
|
@@ -92,7 +78,7 @@ Extended transaction interface for deposits
|
|
|
92
78
|
|
|
93
79
|
#### Defined in
|
|
94
80
|
|
|
95
|
-
[types.ts:
|
|
81
|
+
[types.ts:556](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L556)
|
|
96
82
|
|
|
97
83
|
***
|
|
98
84
|
|
|
@@ -106,7 +92,7 @@ Extended transaction interface for deposits
|
|
|
106
92
|
|
|
107
93
|
#### Defined in
|
|
108
94
|
|
|
109
|
-
[types.ts:
|
|
95
|
+
[types.ts:552](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L552)
|
|
110
96
|
|
|
111
97
|
***
|
|
112
98
|
|
|
@@ -120,7 +106,7 @@ Extended transaction interface for deposits
|
|
|
120
106
|
|
|
121
107
|
#### Defined in
|
|
122
108
|
|
|
123
|
-
[types.ts:
|
|
109
|
+
[types.ts:524](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L524)
|
|
124
110
|
|
|
125
111
|
***
|
|
126
112
|
|
|
@@ -134,7 +120,7 @@ Extended transaction interface for deposits
|
|
|
134
120
|
|
|
135
121
|
#### Defined in
|
|
136
122
|
|
|
137
|
-
[types.ts:
|
|
123
|
+
[types.ts:555](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L555)
|
|
138
124
|
|
|
139
125
|
***
|
|
140
126
|
|
|
@@ -148,7 +134,7 @@ Extended transaction interface for deposits
|
|
|
148
134
|
|
|
149
135
|
#### Defined in
|
|
150
136
|
|
|
151
|
-
[types.ts:
|
|
137
|
+
[types.ts:523](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L523)
|
|
152
138
|
|
|
153
139
|
***
|
|
154
140
|
|
|
@@ -158,4 +144,4 @@ Extended transaction interface for deposits
|
|
|
158
144
|
|
|
159
145
|
#### Defined in
|
|
160
146
|
|
|
161
|
-
[types.ts:
|
|
147
|
+
[types.ts:576](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L576)
|
|
@@ -43,7 +43,7 @@ standard business KYC (Know Your Businessta collection practices.
|
|
|
43
43
|
|
|
44
44
|
#### Defined in
|
|
45
45
|
|
|
46
|
-
[types.ts:
|
|
46
|
+
[types.ts:343](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L343)
|
|
47
47
|
|
|
48
48
|
***
|
|
49
49
|
|
|
@@ -53,7 +53,7 @@ standard business KYC (Know Your Businessta collection practices.
|
|
|
53
53
|
|
|
54
54
|
#### Defined in
|
|
55
55
|
|
|
56
|
-
[types.ts:
|
|
56
|
+
[types.ts:446](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L446)
|
|
57
57
|
|
|
58
58
|
***
|
|
59
59
|
|
|
@@ -67,7 +67,7 @@ standard business KYC (Know Your Businessta collection practices.
|
|
|
67
67
|
|
|
68
68
|
#### Defined in
|
|
69
69
|
|
|
70
|
-
[types.ts:
|
|
70
|
+
[types.ts:344](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L344)
|
|
71
71
|
|
|
72
72
|
***
|
|
73
73
|
|
|
@@ -81,7 +81,7 @@ standard business KYC (Know Your Businessta collection practices.
|
|
|
81
81
|
|
|
82
82
|
#### Defined in
|
|
83
83
|
|
|
84
|
-
[types.ts:
|
|
84
|
+
[types.ts:351](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L351)
|
|
85
85
|
|
|
86
86
|
***
|
|
87
87
|
|
|
@@ -95,7 +95,7 @@ standard business KYC (Know Your Businessta collection practices.
|
|
|
95
95
|
|
|
96
96
|
#### Defined in
|
|
97
97
|
|
|
98
|
-
[types.ts:
|
|
98
|
+
[types.ts:347](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L347)
|
|
99
99
|
|
|
100
100
|
***
|
|
101
101
|
|
|
@@ -105,7 +105,7 @@ standard business KYC (Know Your Businessta collection practices.
|
|
|
105
105
|
|
|
106
106
|
#### Defined in
|
|
107
107
|
|
|
108
|
-
[types.ts:
|
|
108
|
+
[types.ts:444](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L444)
|
|
109
109
|
|
|
110
110
|
***
|
|
111
111
|
|
|
@@ -115,7 +115,7 @@ standard business KYC (Know Your Businessta collection practices.
|
|
|
115
115
|
|
|
116
116
|
#### Defined in
|
|
117
117
|
|
|
118
|
-
[types.ts:
|
|
118
|
+
[types.ts:445](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L445)
|
|
119
119
|
|
|
120
120
|
***
|
|
121
121
|
|
|
@@ -129,7 +129,7 @@ standard business KYC (Know Your Businessta collection practices.
|
|
|
129
129
|
|
|
130
130
|
#### Defined in
|
|
131
131
|
|
|
132
|
-
[types.ts:
|
|
132
|
+
[types.ts:443](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L443)
|
|
133
133
|
|
|
134
134
|
***
|
|
135
135
|
|
|
@@ -143,7 +143,7 @@ standard business KYC (Know Your Businessta collection practices.
|
|
|
143
143
|
|
|
144
144
|
#### Defined in
|
|
145
145
|
|
|
146
|
-
[types.ts:
|
|
146
|
+
[types.ts:348](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L348)
|
|
147
147
|
|
|
148
148
|
***
|
|
149
149
|
|
|
@@ -157,7 +157,7 @@ standard business KYC (Know Your Businessta collection practices.
|
|
|
157
157
|
|
|
158
158
|
#### Defined in
|
|
159
159
|
|
|
160
|
-
[types.ts:
|
|
160
|
+
[types.ts:350](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L350)
|
|
161
161
|
|
|
162
162
|
***
|
|
163
163
|
|
|
@@ -171,7 +171,7 @@ standard business KYC (Know Your Businessta collection practices.
|
|
|
171
171
|
|
|
172
172
|
#### Defined in
|
|
173
173
|
|
|
174
|
-
[types.ts:
|
|
174
|
+
[types.ts:442](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L442)
|
|
175
175
|
|
|
176
176
|
***
|
|
177
177
|
|
|
@@ -185,7 +185,7 @@ standard business KYC (Know Your Businessta collection practices.
|
|
|
185
185
|
|
|
186
186
|
#### Defined in
|
|
187
187
|
|
|
188
|
-
[types.ts:
|
|
188
|
+
[types.ts:346](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L346)
|
|
189
189
|
|
|
190
190
|
***
|
|
191
191
|
|
|
@@ -199,4 +199,4 @@ standard business KYC (Know Your Businessta collection practices.
|
|
|
199
199
|
|
|
200
200
|
#### Defined in
|
|
201
201
|
|
|
202
|
-
[types.ts:
|
|
202
|
+
[types.ts:349](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L349)
|
|
@@ -24,7 +24,7 @@ Ownership Proof using Micro Transfer
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types.ts:
|
|
27
|
+
[types.ts:1134](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1134)
|
|
28
28
|
|
|
29
29
|
***
|
|
30
30
|
|
|
@@ -34,7 +34,7 @@ Ownership Proof using Micro Transfer
|
|
|
34
34
|
|
|
35
35
|
#### Defined in
|
|
36
36
|
|
|
37
|
-
[types.ts:
|
|
37
|
+
[types.ts:1219](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1219)
|
|
38
38
|
|
|
39
39
|
***
|
|
40
40
|
|
|
@@ -44,7 +44,7 @@ Ownership Proof using Micro Transfer
|
|
|
44
44
|
|
|
45
45
|
#### Defined in
|
|
46
46
|
|
|
47
|
-
[types.ts:
|
|
47
|
+
[types.ts:1217](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1217)
|
|
48
48
|
|
|
49
49
|
***
|
|
50
50
|
|
|
@@ -54,7 +54,7 @@ Ownership Proof using Micro Transfer
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[types.ts:
|
|
57
|
+
[types.ts:1216](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1216)
|
|
58
58
|
|
|
59
59
|
***
|
|
60
60
|
|
|
@@ -64,7 +64,7 @@ Ownership Proof using Micro Transfer
|
|
|
64
64
|
|
|
65
65
|
#### Defined in
|
|
66
66
|
|
|
67
|
-
[types.ts:
|
|
67
|
+
[types.ts:1218](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1218)
|
|
68
68
|
|
|
69
69
|
***
|
|
70
70
|
|
|
@@ -78,7 +78,7 @@ Ownership Proof using Micro Transfer
|
|
|
78
78
|
|
|
79
79
|
#### Defined in
|
|
80
80
|
|
|
81
|
-
[types.ts:
|
|
81
|
+
[types.ts:1133](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1133)
|
|
82
82
|
|
|
83
83
|
***
|
|
84
84
|
|
|
@@ -88,7 +88,7 @@ Ownership Proof using Micro Transfer
|
|
|
88
88
|
|
|
89
89
|
#### Defined in
|
|
90
90
|
|
|
91
|
-
[types.ts:
|
|
91
|
+
[types.ts:1215](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1215)
|
|
92
92
|
|
|
93
93
|
***
|
|
94
94
|
|
|
@@ -102,7 +102,7 @@ Ownership Proof using Micro Transfer
|
|
|
102
102
|
|
|
103
103
|
#### Defined in
|
|
104
104
|
|
|
105
|
-
[types.ts:
|
|
105
|
+
[types.ts:1132](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1132)
|
|
106
106
|
|
|
107
107
|
***
|
|
108
108
|
|
|
@@ -116,4 +116,4 @@ Ownership Proof using Micro Transfer
|
|
|
116
116
|
|
|
117
117
|
#### Defined in
|
|
118
118
|
|
|
119
|
-
[types.ts:
|
|
119
|
+
[types.ts:1214](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f6a0825d098b61a3bc31d6c197072643eb78a452/src/types.ts#L1214)
|