@notabene/javascript-sdk 2.10.0 → 2.11.0-next.2
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 +77 -2
- package/dist/cjs/package.json +1 -1
- package/dist/esm/notabene.d.ts +77 -2
- package/dist/esm/notabene.js +19 -19
- package/dist/esm/package.json +1 -1
- package/dist/notabene.d.ts +77 -2
- package/dist/notabene.js +19 -19
- package/docs/README.md +227 -51
- package/docs/_media/TransactionOptions.md +19 -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 +3 -0
- package/docs/types/enumerations/AgentType.md +2 -2
- package/docs/types/enumerations/CMType.md +27 -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 +39 -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 +14 -12
- package/docs/types/interfaces/ThresholdOptions.md +3 -3
- package/docs/types/interfaces/Transaction.md +18 -8
- package/docs/types/interfaces/TransactionOptions.md +19 -9
- package/docs/types/interfaces/TransactionResponse.md +9 -9
- package/docs/types/interfaces/VASP.md +19 -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 +5 -2
- 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 +2 -2
- 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/Info.md +37 -0
- 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/docs/types/type-aliases/Warning.md +37 -0
- package/package.json +1 -1
- package/src/notabene.ts +6 -0
- package/src/types.ts +81 -4
- package/src/utils/connections.ts +1 -0
- package/docs/notabene/interfaces/ConnectionResult.md +0 -61
|
@@ -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:573](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L573)
|
|
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:564](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L564)
|
|
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:567](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L567)
|
|
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:566](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L566)
|
|
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:569](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L569)
|
|
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:565](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L565)
|
|
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:537](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L537)
|
|
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:568](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L568)
|
|
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:536](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L536)
|
|
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:590](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L590)
|
|
@@ -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:356](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L356)
|
|
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:459](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L459)
|
|
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:357](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L357)
|
|
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:364](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L364)
|
|
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:360](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L360)
|
|
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:457](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L457)
|
|
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:458](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L458)
|
|
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:456](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L456)
|
|
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:361](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L361)
|
|
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:363](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L363)
|
|
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:455](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L455)
|
|
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:359](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L359)
|
|
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:362](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L362)
|
|
@@ -24,7 +24,7 @@ Ownership Proof using Micro Transfer
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types.ts:
|
|
27
|
+
[types.ts:1179](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1179)
|
|
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:1266](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1266)
|
|
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:1264](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1264)
|
|
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:1263](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1263)
|
|
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:1265](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1265)
|
|
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:1178](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1178)
|
|
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:1262](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1262)
|
|
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:1177](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1177)
|
|
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:1261](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1261)
|
|
@@ -42,7 +42,7 @@ with standard KYC (Know Your Customer) data collection practices.
|
|
|
42
42
|
|
|
43
43
|
#### Defined in
|
|
44
44
|
|
|
45
|
-
[types.ts:
|
|
45
|
+
[types.ts:356](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L356)
|
|
46
46
|
|
|
47
47
|
***
|
|
48
48
|
|
|
@@ -52,7 +52,7 @@ with standard KYC (Know Your Customer) data collection practices.
|
|
|
52
52
|
|
|
53
53
|
#### Defined in
|
|
54
54
|
|
|
55
|
-
[types.ts:
|
|
55
|
+
[types.ts:390](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L390)
|
|
56
56
|
|
|
57
57
|
***
|
|
58
58
|
|
|
@@ -62,7 +62,7 @@ with standard KYC (Know Your Customer) data collection practices.
|
|
|
62
62
|
|
|
63
63
|
#### Defined in
|
|
64
64
|
|
|
65
|
-
[types.ts:
|
|
65
|
+
[types.ts:388](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L388)
|
|
66
66
|
|
|
67
67
|
***
|
|
68
68
|
|
|
@@ -76,7 +76,7 @@ with standard KYC (Know Your Customer) data collection practices.
|
|
|
76
76
|
|
|
77
77
|
#### Defined in
|
|
78
78
|
|
|
79
|
-
[types.ts:
|
|
79
|
+
[types.ts:357](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L357)
|
|
80
80
|
|
|
81
81
|
***
|
|
82
82
|
|
|
@@ -90,7 +90,7 @@ with standard KYC (Know Your Customer) data collection practices.
|
|
|
90
90
|
|
|
91
91
|
#### Defined in
|
|
92
92
|
|
|
93
|
-
[types.ts:
|
|
93
|
+
[types.ts:364](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L364)
|
|
94
94
|
|
|
95
95
|
***
|
|
96
96
|
|
|
@@ -104,7 +104,7 @@ with standard KYC (Know Your Customer) data collection practices.
|
|
|
104
104
|
|
|
105
105
|
#### Defined in
|
|
106
106
|
|
|
107
|
-
[types.ts:
|
|
107
|
+
[types.ts:360](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L360)
|
|
108
108
|
|
|
109
109
|
***
|
|
110
110
|
|
|
@@ -118,7 +118,7 @@ with standard KYC (Know Your Customer) data collection practices.
|
|
|
118
118
|
|
|
119
119
|
#### Defined in
|
|
120
120
|
|
|
121
|
-
[types.ts:
|
|
121
|
+
[types.ts:391](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L391)
|
|
122
122
|
|
|
123
123
|
***
|
|
124
124
|
|
|
@@ -132,7 +132,7 @@ with standard KYC (Know Your Customer) data collection practices.
|
|
|
132
132
|
|
|
133
133
|
#### Defined in
|
|
134
134
|
|
|
135
|
-
[types.ts:
|
|
135
|
+
[types.ts:361](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L361)
|
|
136
136
|
|
|
137
137
|
***
|
|
138
138
|
|
|
@@ -146,7 +146,7 @@ with standard KYC (Know Your Customer) data collection practices.
|
|
|
146
146
|
|
|
147
147
|
#### Defined in
|
|
148
148
|
|
|
149
|
-
[types.ts:
|
|
149
|
+
[types.ts:363](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L363)
|
|
150
150
|
|
|
151
151
|
***
|
|
152
152
|
|
|
@@ -156,7 +156,7 @@ with standard KYC (Know Your Customer) data collection practices.
|
|
|
156
156
|
|
|
157
157
|
#### Defined in
|
|
158
158
|
|
|
159
|
-
[types.ts:
|
|
159
|
+
[types.ts:389](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L389)
|
|
160
160
|
|
|
161
161
|
***
|
|
162
162
|
|
|
@@ -170,7 +170,7 @@ with standard KYC (Know Your Customer) data collection practices.
|
|
|
170
170
|
|
|
171
171
|
#### Defined in
|
|
172
172
|
|
|
173
|
-
[types.ts:
|
|
173
|
+
[types.ts:387](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L387)
|
|
174
174
|
|
|
175
175
|
***
|
|
176
176
|
|
|
@@ -184,7 +184,7 @@ with standard KYC (Know Your Customer) data collection practices.
|
|
|
184
184
|
|
|
185
185
|
#### Defined in
|
|
186
186
|
|
|
187
|
-
[types.ts:
|
|
187
|
+
[types.ts:359](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L359)
|
|
188
188
|
|
|
189
189
|
***
|
|
190
190
|
|
|
@@ -198,4 +198,4 @@ with standard KYC (Know Your Customer) data collection practices.
|
|
|
198
198
|
|
|
199
199
|
#### Defined in
|
|
200
200
|
|
|
201
|
-
[types.ts:
|
|
201
|
+
[types.ts:362](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L362)
|
|
@@ -44,7 +44,7 @@ This interface is extended by specific proof types like:
|
|
|
44
44
|
|
|
45
45
|
#### Defined in
|
|
46
46
|
|
|
47
|
-
[types.ts:
|
|
47
|
+
[types.ts:1179](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1179)
|
|
48
48
|
|
|
49
49
|
***
|
|
50
50
|
|
|
@@ -54,7 +54,7 @@ This interface is extended by specific proof types like:
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[types.ts:
|
|
57
|
+
[types.ts:1178](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1178)
|
|
58
58
|
|
|
59
59
|
***
|
|
60
60
|
|
|
@@ -64,7 +64,7 @@ This interface is extended by specific proof types like:
|
|
|
64
64
|
|
|
65
65
|
#### Defined in
|
|
66
66
|
|
|
67
|
-
[types.ts:
|
|
67
|
+
[types.ts:1177](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1177)
|
|
68
68
|
|
|
69
69
|
***
|
|
70
70
|
|
|
@@ -74,4 +74,4 @@ This interface is extended by specific proof types like:
|
|
|
74
74
|
|
|
75
75
|
#### Defined in
|
|
76
76
|
|
|
77
|
-
[types.ts:
|
|
77
|
+
[types.ts:1176](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1176)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
#### Defined in
|
|
16
16
|
|
|
17
|
-
[types.ts:
|
|
17
|
+
[types.ts:578](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L578)
|
|
18
18
|
|
|
19
19
|
***
|
|
20
20
|
|
|
@@ -24,4 +24,4 @@
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types.ts:
|
|
27
|
+
[types.ts:577](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L577)
|
|
@@ -19,4 +19,4 @@
|
|
|
19
19
|
|
|
20
20
|
#### Defined in
|
|
21
21
|
|
|
22
|
-
[types.ts:
|
|
22
|
+
[types.ts:582](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L582)
|
|
@@ -24,7 +24,7 @@ Ownership Proof using Screenshot
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types.ts:
|
|
27
|
+
[types.ts:1179](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1179)
|
|
28
28
|
|
|
29
29
|
***
|
|
30
30
|
|
|
@@ -38,7 +38,7 @@ Ownership Proof using Screenshot
|
|
|
38
38
|
|
|
39
39
|
#### Defined in
|
|
40
40
|
|
|
41
|
-
[types.ts:
|
|
41
|
+
[types.ts:1178](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1178)
|
|
42
42
|
|
|
43
43
|
***
|
|
44
44
|
|
|
@@ -52,7 +52,7 @@ Ownership Proof using Screenshot
|
|
|
52
52
|
|
|
53
53
|
#### Defined in
|
|
54
54
|
|
|
55
|
-
[types.ts:
|
|
55
|
+
[types.ts:1177](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1177)
|
|
56
56
|
|
|
57
57
|
***
|
|
58
58
|
|
|
@@ -66,7 +66,7 @@ Ownership Proof using Screenshot
|
|
|
66
66
|
|
|
67
67
|
#### Defined in
|
|
68
68
|
|
|
69
|
-
[types.ts:
|
|
69
|
+
[types.ts:1274](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1274)
|
|
70
70
|
|
|
71
71
|
***
|
|
72
72
|
|
|
@@ -76,4 +76,4 @@ Ownership Proof using Screenshot
|
|
|
76
76
|
|
|
77
77
|
#### Defined in
|
|
78
78
|
|
|
79
|
-
[types.ts:
|
|
79
|
+
[types.ts:1275](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1275)
|
|
@@ -40,7 +40,7 @@ associated with the claimed address.
|
|
|
40
40
|
|
|
41
41
|
#### Defined in
|
|
42
42
|
|
|
43
|
-
[types.ts:
|
|
43
|
+
[types.ts:1179](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1179)
|
|
44
44
|
|
|
45
45
|
***
|
|
46
46
|
|
|
@@ -50,21 +50,23 @@ associated with the claimed address.
|
|
|
50
50
|
|
|
51
51
|
#### Defined in
|
|
52
52
|
|
|
53
|
-
[types.ts:
|
|
53
|
+
[types.ts:1218](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1218)
|
|
54
54
|
|
|
55
55
|
***
|
|
56
56
|
|
|
57
57
|
### chainSpecificData?
|
|
58
58
|
|
|
59
|
-
> `optional` **chainSpecificData**: `object`
|
|
59
|
+
> `optional` **chainSpecificData**: `object` & `Record`\<`string`, `unknown`\>
|
|
60
60
|
|
|
61
|
-
####
|
|
61
|
+
#### Type declaration
|
|
62
|
+
|
|
63
|
+
##### cardanoCoseKey?
|
|
62
64
|
|
|
63
65
|
> `optional` **cardanoCoseKey**: `string`
|
|
64
66
|
|
|
65
67
|
#### Defined in
|
|
66
68
|
|
|
67
|
-
[types.ts:
|
|
69
|
+
[types.ts:1221](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1221)
|
|
68
70
|
|
|
69
71
|
***
|
|
70
72
|
|
|
@@ -78,7 +80,7 @@ associated with the claimed address.
|
|
|
78
80
|
|
|
79
81
|
#### Defined in
|
|
80
82
|
|
|
81
|
-
[types.ts:
|
|
83
|
+
[types.ts:1178](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1178)
|
|
82
84
|
|
|
83
85
|
***
|
|
84
86
|
|
|
@@ -88,7 +90,7 @@ associated with the claimed address.
|
|
|
88
90
|
|
|
89
91
|
#### Defined in
|
|
90
92
|
|
|
91
|
-
[types.ts:
|
|
93
|
+
[types.ts:1217](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1217)
|
|
92
94
|
|
|
93
95
|
***
|
|
94
96
|
|
|
@@ -102,13 +104,13 @@ associated with the claimed address.
|
|
|
102
104
|
|
|
103
105
|
#### Defined in
|
|
104
106
|
|
|
105
|
-
[types.ts:
|
|
107
|
+
[types.ts:1177](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1177)
|
|
106
108
|
|
|
107
109
|
***
|
|
108
110
|
|
|
109
111
|
### type
|
|
110
112
|
|
|
111
|
-
> **type**: [`SIWE`](../enumerations/ProofTypes.md#siwe) \| [`SIWX`](../enumerations/ProofTypes.md#siwx) \| [`EIP191`](../enumerations/ProofTypes.md#eip191) \| [`EIP712`](../enumerations/ProofTypes.md#eip712) \| [`EIP1271`](../enumerations/ProofTypes.md#eip1271) \| [`BIP137`](../enumerations/ProofTypes.md#bip137) \| [`BIP322`](../enumerations/ProofTypes.md#bip322) \| [`BIP137_XPUB`](../enumerations/ProofTypes.md#bip137_xpub) \| [`TIP191`](../enumerations/ProofTypes.md#tip191) \| [`ED25519`](../enumerations/ProofTypes.md#ed25519) \| [`XRP_ED25519`](../enumerations/ProofTypes.md#xrp_ed25519) \| [`XLM_ED25519`](../enumerations/ProofTypes.md#xlm_ed25519) \| [`CIP8`](../enumerations/ProofTypes.md#cip8)
|
|
113
|
+
> **type**: [`SIWE`](../enumerations/ProofTypes.md#siwe) \| [`SIWX`](../enumerations/ProofTypes.md#siwx) \| [`SOL_SIWX`](../enumerations/ProofTypes.md#sol_siwx) \| [`EIP191`](../enumerations/ProofTypes.md#eip191) \| [`EIP712`](../enumerations/ProofTypes.md#eip712) \| [`EIP1271`](../enumerations/ProofTypes.md#eip1271) \| [`BIP137`](../enumerations/ProofTypes.md#bip137) \| [`BIP322`](../enumerations/ProofTypes.md#bip322) \| [`BIP137_XPUB`](../enumerations/ProofTypes.md#bip137_xpub) \| [`TIP191`](../enumerations/ProofTypes.md#tip191) \| [`ED25519`](../enumerations/ProofTypes.md#ed25519) \| [`XRP_ED25519`](../enumerations/ProofTypes.md#xrp_ed25519) \| [`XLM_ED25519`](../enumerations/ProofTypes.md#xlm_ed25519) \| [`CIP8`](../enumerations/ProofTypes.md#cip8) \| [`CONCORDIUM`](../enumerations/ProofTypes.md#concordium)
|
|
112
114
|
|
|
113
115
|
#### Overrides
|
|
114
116
|
|
|
@@ -116,7 +118,7 @@ associated with the claimed address.
|
|
|
116
118
|
|
|
117
119
|
#### Defined in
|
|
118
120
|
|
|
119
|
-
[types.ts:
|
|
121
|
+
[types.ts:1200](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1200)
|
|
120
122
|
|
|
121
123
|
***
|
|
122
124
|
|
|
@@ -126,7 +128,7 @@ associated with the claimed address.
|
|
|
126
128
|
|
|
127
129
|
#### Defined in
|
|
128
130
|
|
|
129
|
-
[types.ts:
|
|
131
|
+
[types.ts:1219](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1219)
|
|
130
132
|
|
|
131
133
|
***
|
|
132
134
|
|
|
@@ -136,4 +138,4 @@ associated with the claimed address.
|
|
|
136
138
|
|
|
137
139
|
#### Defined in
|
|
138
140
|
|
|
139
|
-
[types.ts:
|
|
141
|
+
[types.ts:1220](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1220)
|
|
@@ -24,7 +24,7 @@ Note to support threshold you MUST include the Asset Price in the Transaction
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types.ts:
|
|
27
|
+
[types.ts:835](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L835)
|
|
28
28
|
|
|
29
29
|
***
|
|
30
30
|
|
|
@@ -34,7 +34,7 @@ Note to support threshold you MUST include the Asset Price in the Transaction
|
|
|
34
34
|
|
|
35
35
|
#### Defined in
|
|
36
36
|
|
|
37
|
-
[types.ts:
|
|
37
|
+
[types.ts:836](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L836)
|
|
38
38
|
|
|
39
39
|
***
|
|
40
40
|
|
|
@@ -44,4 +44,4 @@ Note to support threshold you MUST include the Asset Price in the Transaction
|
|
|
44
44
|
|
|
45
45
|
#### Defined in
|
|
46
46
|
|
|
47
|
-
[types.ts:
|
|
47
|
+
[types.ts:834](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L834)
|