@notabene/javascript-sdk 2.10.0-next.1 → 2.10.0-next.4
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/README.md +9 -4
- package/dist/cjs/notabene.cjs +1 -1
- package/dist/cjs/notabene.d.ts +4 -2
- package/dist/cjs/package.json +1 -1
- package/dist/esm/notabene.d.ts +4 -2
- package/dist/esm/notabene.js +12 -12
- package/dist/esm/package.json +1 -1
- package/dist/notabene.d.ts +4 -2
- package/dist/notabene.js +12 -12
- package/docs/README.md +218 -47
- package/docs/_media/TransactionOptions.md +9 -9
- package/docs/_media/getRefreshResult.md +35 -0
- 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 +7 -1
- package/docs/notabene/classes/ConnectionManager.md +19 -5
- 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 +11 -3
- 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/NotabeneConfig.md +5 -5
- package/docs/notabene/type-aliases/ConnectionResult.md +17 -0
- 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 +1 -0
- 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 +27 -17
- 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/Account.md +59 -0
- 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 +25 -11
- package/docs/types/interfaces/DepositRequest.md +9 -9
- package/docs/types/interfaces/DepositRequestOptions.md +1 -1
- package/docs/types/interfaces/DepositTransaction.md +23 -9
- 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 +18 -8
- 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 +24 -10
- 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 +2 -0
- package/src/utils/connections.ts +1 -0
- package/docs/notabene/interfaces/ConnectionResult.md +0 -61
|
@@ -36,7 +36,7 @@ associated with the claimed address.
|
|
|
36
36
|
|
|
37
37
|
#### Defined in
|
|
38
38
|
|
|
39
|
-
[types.ts:
|
|
39
|
+
[types.ts:1144](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1144)
|
|
40
40
|
|
|
41
41
|
***
|
|
42
42
|
|
|
@@ -46,7 +46,7 @@ associated with the claimed address.
|
|
|
46
46
|
|
|
47
47
|
#### Defined in
|
|
48
48
|
|
|
49
|
-
[types.ts:
|
|
49
|
+
[types.ts:1216](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1216)
|
|
50
50
|
|
|
51
51
|
***
|
|
52
52
|
|
|
@@ -60,7 +60,7 @@ associated with the claimed address.
|
|
|
60
60
|
|
|
61
61
|
#### Defined in
|
|
62
62
|
|
|
63
|
-
[types.ts:
|
|
63
|
+
[types.ts:1143](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1143)
|
|
64
64
|
|
|
65
65
|
***
|
|
66
66
|
|
|
@@ -70,7 +70,7 @@ associated with the claimed address.
|
|
|
70
70
|
|
|
71
71
|
#### Defined in
|
|
72
72
|
|
|
73
|
-
[types.ts:
|
|
73
|
+
[types.ts:1215](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1215)
|
|
74
74
|
|
|
75
75
|
***
|
|
76
76
|
|
|
@@ -84,7 +84,7 @@ associated with the claimed address.
|
|
|
84
84
|
|
|
85
85
|
#### Defined in
|
|
86
86
|
|
|
87
|
-
[types.ts:
|
|
87
|
+
[types.ts:1142](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1142)
|
|
88
88
|
|
|
89
89
|
***
|
|
90
90
|
|
|
@@ -98,7 +98,7 @@ associated with the claimed address.
|
|
|
98
98
|
|
|
99
99
|
#### Defined in
|
|
100
100
|
|
|
101
|
-
[types.ts:
|
|
101
|
+
[types.ts:1214](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1214)
|
|
102
102
|
|
|
103
103
|
***
|
|
104
104
|
|
|
@@ -108,4 +108,4 @@ associated with the claimed address.
|
|
|
108
108
|
|
|
109
109
|
#### Defined in
|
|
110
110
|
|
|
111
|
-
[types.ts:
|
|
111
|
+
[types.ts:1217](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1217)
|
|
@@ -20,7 +20,7 @@ An object representing a connection request
|
|
|
20
20
|
|
|
21
21
|
#### Defined in
|
|
22
22
|
|
|
23
|
-
[types.ts:
|
|
23
|
+
[types.ts:631](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L631)
|
|
24
24
|
|
|
25
25
|
***
|
|
26
26
|
|
|
@@ -34,7 +34,7 @@ An object representing a connection request
|
|
|
34
34
|
|
|
35
35
|
#### Defined in
|
|
36
36
|
|
|
37
|
-
[types.ts:
|
|
37
|
+
[types.ts:536](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L536)
|
|
38
38
|
|
|
39
39
|
***
|
|
40
40
|
|
|
@@ -48,4 +48,4 @@ An object representing a connection request
|
|
|
48
48
|
|
|
49
49
|
#### Defined in
|
|
50
50
|
|
|
51
|
-
[types.ts:
|
|
51
|
+
[types.ts:535](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L535)
|
|
@@ -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:355](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L355)
|
|
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:356](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L356)
|
|
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:363](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L363)
|
|
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:359](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L359)
|
|
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:354](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L354)
|
|
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:360](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L360)
|
|
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:362](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L362)
|
|
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:357](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L357)
|
|
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:358](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L358)
|
|
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:361](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L361)
|
|
@@ -24,7 +24,7 @@ Ownership Proof using Self Declaration
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types.ts:
|
|
27
|
+
[types.ts:1144](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1144)
|
|
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:1196](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1196)
|
|
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:1197](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1197)
|
|
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:1143](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1143)
|
|
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:1142](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1142)
|
|
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:1195](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L1195)
|
|
@@ -14,6 +14,20 @@ 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
|
+
|
|
17
31
|
### agent
|
|
18
32
|
|
|
19
33
|
> **agent**: [`Agent`](Agent.md)
|
|
@@ -24,7 +38,7 @@ An object representing a deposit transaction
|
|
|
24
38
|
|
|
25
39
|
#### Defined in
|
|
26
40
|
|
|
27
|
-
[types.ts:
|
|
41
|
+
[types.ts:563](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L563)
|
|
28
42
|
|
|
29
43
|
***
|
|
30
44
|
|
|
@@ -38,7 +52,7 @@ An object representing a deposit transaction
|
|
|
38
52
|
|
|
39
53
|
#### Defined in
|
|
40
54
|
|
|
41
|
-
[types.ts:
|
|
55
|
+
[types.ts:566](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L566)
|
|
42
56
|
|
|
43
57
|
***
|
|
44
58
|
|
|
@@ -52,7 +66,7 @@ An object representing a deposit transaction
|
|
|
52
66
|
|
|
53
67
|
#### Defined in
|
|
54
68
|
|
|
55
|
-
[types.ts:
|
|
69
|
+
[types.ts:565](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L565)
|
|
56
70
|
|
|
57
71
|
***
|
|
58
72
|
|
|
@@ -74,7 +88,7 @@ An object representing a deposit transaction
|
|
|
74
88
|
|
|
75
89
|
#### Defined in
|
|
76
90
|
|
|
77
|
-
[types.ts:
|
|
91
|
+
[types.ts:568](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L568)
|
|
78
92
|
|
|
79
93
|
***
|
|
80
94
|
|
|
@@ -88,7 +102,7 @@ An object representing a deposit transaction
|
|
|
88
102
|
|
|
89
103
|
#### Defined in
|
|
90
104
|
|
|
91
|
-
[types.ts:
|
|
105
|
+
[types.ts:564](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L564)
|
|
92
106
|
|
|
93
107
|
***
|
|
94
108
|
|
|
@@ -102,7 +116,7 @@ An object representing a deposit transaction
|
|
|
102
116
|
|
|
103
117
|
#### Defined in
|
|
104
118
|
|
|
105
|
-
[types.ts:
|
|
119
|
+
[types.ts:536](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L536)
|
|
106
120
|
|
|
107
121
|
***
|
|
108
122
|
|
|
@@ -116,7 +130,7 @@ An object representing a deposit transaction
|
|
|
116
130
|
|
|
117
131
|
#### Defined in
|
|
118
132
|
|
|
119
|
-
[types.ts:
|
|
133
|
+
[types.ts:567](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L567)
|
|
120
134
|
|
|
121
135
|
***
|
|
122
136
|
|
|
@@ -130,7 +144,7 @@ An object representing a deposit transaction
|
|
|
130
144
|
|
|
131
145
|
#### Defined in
|
|
132
146
|
|
|
133
|
-
[types.ts:
|
|
147
|
+
[types.ts:581](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L581)
|
|
134
148
|
|
|
135
149
|
***
|
|
136
150
|
|
|
@@ -144,7 +158,7 @@ An object representing a deposit transaction
|
|
|
144
158
|
|
|
145
159
|
#### Defined in
|
|
146
160
|
|
|
147
|
-
[types.ts:
|
|
161
|
+
[types.ts:535](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L535)
|
|
148
162
|
|
|
149
163
|
***
|
|
150
164
|
|
|
@@ -158,7 +172,7 @@ An object representing a deposit transaction
|
|
|
158
172
|
|
|
159
173
|
#### Defined in
|
|
160
174
|
|
|
161
|
-
[types.ts:
|
|
175
|
+
[types.ts:493](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L493)
|
|
162
176
|
|
|
163
177
|
***
|
|
164
178
|
|
|
@@ -172,4 +186,4 @@ An object representing a deposit transaction
|
|
|
172
186
|
|
|
173
187
|
#### Defined in
|
|
174
188
|
|
|
175
|
-
[types.ts:
|
|
189
|
+
[types.ts:589](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L589)
|
|
@@ -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
|
-
>
|
|
19
|
+
> **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:511](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L511)
|
|
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:510](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L510)
|
|
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:513](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L513)
|
|
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:536](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L536)
|
|
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:509](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L509)
|
|
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:535](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L535)
|
|
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:512](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L512)
|
|
@@ -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:623](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L623)
|
|
@@ -18,6 +18,20 @@ 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
|
+
|
|
21
35
|
### agent
|
|
22
36
|
|
|
23
37
|
> **agent**: [`Agent`](Agent.md)
|
|
@@ -28,7 +42,7 @@ Extended transaction interface for deposits
|
|
|
28
42
|
|
|
29
43
|
#### Defined in
|
|
30
44
|
|
|
31
|
-
[types.ts:
|
|
45
|
+
[types.ts:563](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L563)
|
|
32
46
|
|
|
33
47
|
***
|
|
34
48
|
|
|
@@ -42,7 +56,7 @@ Extended transaction interface for deposits
|
|
|
42
56
|
|
|
43
57
|
#### Defined in
|
|
44
58
|
|
|
45
|
-
[types.ts:
|
|
59
|
+
[types.ts:566](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L566)
|
|
46
60
|
|
|
47
61
|
***
|
|
48
62
|
|
|
@@ -56,7 +70,7 @@ Extended transaction interface for deposits
|
|
|
56
70
|
|
|
57
71
|
#### Defined in
|
|
58
72
|
|
|
59
|
-
[types.ts:
|
|
73
|
+
[types.ts:565](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L565)
|
|
60
74
|
|
|
61
75
|
***
|
|
62
76
|
|
|
@@ -78,7 +92,7 @@ Extended transaction interface for deposits
|
|
|
78
92
|
|
|
79
93
|
#### Defined in
|
|
80
94
|
|
|
81
|
-
[types.ts:
|
|
95
|
+
[types.ts:568](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L568)
|
|
82
96
|
|
|
83
97
|
***
|
|
84
98
|
|
|
@@ -92,7 +106,7 @@ Extended transaction interface for deposits
|
|
|
92
106
|
|
|
93
107
|
#### Defined in
|
|
94
108
|
|
|
95
|
-
[types.ts:
|
|
109
|
+
[types.ts:564](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L564)
|
|
96
110
|
|
|
97
111
|
***
|
|
98
112
|
|
|
@@ -106,7 +120,7 @@ Extended transaction interface for deposits
|
|
|
106
120
|
|
|
107
121
|
#### Defined in
|
|
108
122
|
|
|
109
|
-
[types.ts:
|
|
123
|
+
[types.ts:536](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L536)
|
|
110
124
|
|
|
111
125
|
***
|
|
112
126
|
|
|
@@ -120,7 +134,7 @@ Extended transaction interface for deposits
|
|
|
120
134
|
|
|
121
135
|
#### Defined in
|
|
122
136
|
|
|
123
|
-
[types.ts:
|
|
137
|
+
[types.ts:567](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L567)
|
|
124
138
|
|
|
125
139
|
***
|
|
126
140
|
|
|
@@ -134,7 +148,7 @@ Extended transaction interface for deposits
|
|
|
134
148
|
|
|
135
149
|
#### Defined in
|
|
136
150
|
|
|
137
|
-
[types.ts:
|
|
151
|
+
[types.ts:535](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L535)
|
|
138
152
|
|
|
139
153
|
***
|
|
140
154
|
|
|
@@ -144,4 +158,4 @@ Extended transaction interface for deposits
|
|
|
144
158
|
|
|
145
159
|
#### Defined in
|
|
146
160
|
|
|
147
|
-
[types.ts:
|
|
161
|
+
[types.ts:589](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L589)
|
|
@@ -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:355](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L355)
|
|
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:458](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L458)
|
|
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:356](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L356)
|
|
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:363](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L363)
|
|
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:359](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L359)
|
|
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:456](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L456)
|
|
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:457](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L457)
|
|
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:455](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L455)
|
|
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:360](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L360)
|
|
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:362](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L362)
|
|
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:454](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L454)
|
|
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:358](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L358)
|
|
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:361](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/b3b58dde23d9780aa680a2d943b97074d4e49921/src/types.ts#L361)
|