@notabene/javascript-sdk 2.10.0-next.4 → 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 +74 -1
- package/dist/cjs/package.json +1 -1
- package/dist/esm/notabene.d.ts +74 -1
- package/dist/esm/notabene.js +18 -18
- package/dist/esm/package.json +1 -1
- package/dist/notabene.d.ts +74 -1
- package/dist/notabene.js +18 -18
- package/docs/README.md +9 -4
- package/docs/_media/TransactionOptions.md +17 -7
- package/docs/_media/getRefreshResult.md +1 -1
- 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/classes/ConnectionManager.md +5 -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 +1 -1
- package/docs/notabene/interfaces/ConnectionData.md +4 -4
- package/docs/notabene/interfaces/ConnectionMetadata.md +3 -3
- package/docs/notabene/interfaces/ConnectionResponse.md +6 -6
- package/docs/notabene/interfaces/NotabeneConfig.md +5 -5
- package/docs/notabene/type-aliases/ConnectionResult.md +1 -1
- 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 +2 -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 +30 -18
- 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 +5 -5
- 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 +12 -12
- package/docs/types/interfaces/DepositRequest.md +7 -7
- package/docs/types/interfaces/DepositRequestOptions.md +1 -1
- package/docs/types/interfaces/DepositTransaction.md +10 -10
- 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 +9 -9
- package/docs/types/interfaces/TransactionOptions.md +17 -7
- 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 +11 -11
- 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 +1 -1
- 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 +79 -4
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
#### Defined in
|
|
20
20
|
|
|
21
|
-
[utils/connections.ts:15](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
21
|
+
[utils/connections.ts:15](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L15)
|
|
22
22
|
|
|
23
23
|
***
|
|
24
24
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
#### Defined in
|
|
30
30
|
|
|
31
|
-
[utils/connections.ts:17](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
31
|
+
[utils/connections.ts:17](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L17)
|
|
32
32
|
|
|
33
33
|
***
|
|
34
34
|
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
#### Defined in
|
|
40
40
|
|
|
41
|
-
[utils/connections.ts:14](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
41
|
+
[utils/connections.ts:14](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L14)
|
|
42
42
|
|
|
43
43
|
***
|
|
44
44
|
|
|
@@ -48,4 +48,4 @@
|
|
|
48
48
|
|
|
49
49
|
#### Defined in
|
|
50
50
|
|
|
51
|
-
[utils/connections.ts:16](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
51
|
+
[utils/connections.ts:16](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L16)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
#### Defined in
|
|
16
16
|
|
|
17
|
-
[utils/connections.ts:21](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
17
|
+
[utils/connections.ts:21](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L21)
|
|
18
18
|
|
|
19
19
|
***
|
|
20
20
|
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[utils/connections.ts:22](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
27
|
+
[utils/connections.ts:22](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L22)
|
|
28
28
|
|
|
29
29
|
***
|
|
30
30
|
|
|
@@ -34,4 +34,4 @@
|
|
|
34
34
|
|
|
35
35
|
#### Defined in
|
|
36
36
|
|
|
37
|
-
[utils/connections.ts:23](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
37
|
+
[utils/connections.ts:23](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L23)
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
#### Defined in
|
|
20
20
|
|
|
21
|
-
[utils/connections.ts:31](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
21
|
+
[utils/connections.ts:31](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L31)
|
|
22
22
|
|
|
23
23
|
***
|
|
24
24
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
#### Defined in
|
|
30
30
|
|
|
31
|
-
[utils/connections.ts:27](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
31
|
+
[utils/connections.ts:27](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L27)
|
|
32
32
|
|
|
33
33
|
***
|
|
34
34
|
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
#### Defined in
|
|
40
40
|
|
|
41
|
-
[utils/connections.ts:32](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
41
|
+
[utils/connections.ts:32](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L32)
|
|
42
42
|
|
|
43
43
|
***
|
|
44
44
|
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
|
|
49
49
|
#### Defined in
|
|
50
50
|
|
|
51
|
-
[utils/connections.ts:30](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
51
|
+
[utils/connections.ts:30](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L30)
|
|
52
52
|
|
|
53
53
|
***
|
|
54
54
|
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
|
|
59
59
|
#### Defined in
|
|
60
60
|
|
|
61
|
-
[utils/connections.ts:29](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
61
|
+
[utils/connections.ts:29](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L29)
|
|
62
62
|
|
|
63
63
|
***
|
|
64
64
|
|
|
@@ -68,4 +68,4 @@
|
|
|
68
68
|
|
|
69
69
|
#### Defined in
|
|
70
70
|
|
|
71
|
-
[utils/connections.ts:28](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
71
|
+
[utils/connections.ts:28](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L28)
|
|
@@ -18,7 +18,7 @@ The authentication token for the Notabene API
|
|
|
18
18
|
|
|
19
19
|
#### Defined in
|
|
20
20
|
|
|
21
|
-
[notabene.ts:179](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
21
|
+
[notabene.ts:179](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/notabene.ts#L179)
|
|
22
22
|
|
|
23
23
|
***
|
|
24
24
|
|
|
@@ -30,7 +30,7 @@ The locale to use for the UX components
|
|
|
30
30
|
|
|
31
31
|
#### Defined in
|
|
32
32
|
|
|
33
|
-
[notabene.ts:194](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
33
|
+
[notabene.ts:194](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/notabene.ts#L194)
|
|
34
34
|
|
|
35
35
|
***
|
|
36
36
|
|
|
@@ -42,7 +42,7 @@ The URL of the Notabene API node
|
|
|
42
42
|
|
|
43
43
|
#### Defined in
|
|
44
44
|
|
|
45
|
-
[notabene.ts:174](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
45
|
+
[notabene.ts:174](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/notabene.ts#L174)
|
|
46
46
|
|
|
47
47
|
***
|
|
48
48
|
|
|
@@ -54,7 +54,7 @@ Custom theme configuration for the UX components
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[notabene.ts:189](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
57
|
+
[notabene.ts:189](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/notabene.ts#L189)
|
|
58
58
|
|
|
59
59
|
***
|
|
60
60
|
|
|
@@ -66,4 +66,4 @@ The URL of the Notabene UX components
|
|
|
66
66
|
|
|
67
67
|
#### Defined in
|
|
68
68
|
|
|
69
|
-
[notabene.ts:184](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
69
|
+
[notabene.ts:184](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/notabene.ts#L184)
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
|
|
15
15
|
## Defined in
|
|
16
16
|
|
|
17
|
-
[utils/connections.ts:35](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
17
|
+
[utils/connections.ts:35](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L35)
|
|
@@ -10,4 +10,4 @@
|
|
|
10
10
|
|
|
11
11
|
## Defined in
|
|
12
12
|
|
|
13
|
-
[utils/connections.ts:11](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
13
|
+
[utils/connections.ts:11](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L11)
|
|
@@ -30,4 +30,4 @@ The message object containing the component data and type
|
|
|
30
30
|
|
|
31
31
|
## Defined in
|
|
32
32
|
|
|
33
|
-
[utils/MessageEventManager.ts:11](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
33
|
+
[utils/MessageEventManager.ts:11](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/MessageEventManager.ts#L11)
|
|
@@ -10,4 +10,4 @@
|
|
|
10
10
|
|
|
11
11
|
## Defined in
|
|
12
12
|
|
|
13
|
-
[utils/connections.ts:10](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
13
|
+
[utils/connections.ts:10](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L10)
|
package/docs/types/README.md
CHANGED
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
- [FieldOptions](type-aliases/FieldOptions.md)
|
|
73
73
|
- [FieldTypes](type-aliases/FieldTypes.md)
|
|
74
74
|
- [HostMessage](type-aliases/HostMessage.md)
|
|
75
|
+
- [Info](type-aliases/Info.md)
|
|
75
76
|
- [InvalidValue](type-aliases/InvalidValue.md)
|
|
76
77
|
- [ISOCurrency](type-aliases/ISOCurrency.md)
|
|
77
78
|
- [LegalPersonFieldName](type-aliases/LegalPersonFieldName.md)
|
|
@@ -94,6 +95,7 @@
|
|
|
94
95
|
- [V1Transaction](type-aliases/V1Transaction.md)
|
|
95
96
|
- [ValidationError](type-aliases/ValidationError.md)
|
|
96
97
|
- [VASPOptions](type-aliases/VASPOptions.md)
|
|
98
|
+
- [Warning](type-aliases/Warning.md)
|
|
97
99
|
|
|
98
100
|
## References
|
|
99
101
|
|
|
@@ -16,7 +16,7 @@ The type of Agent. Either a wallet or a VASP
|
|
|
16
16
|
|
|
17
17
|
#### Defined in
|
|
18
18
|
|
|
19
|
-
[types.ts:251](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
19
|
+
[types.ts:251](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L251)
|
|
20
20
|
|
|
21
21
|
***
|
|
22
22
|
|
|
@@ -26,4 +26,4 @@ The type of Agent. Either a wallet or a VASP
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[types.ts:252](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
29
|
+
[types.ts:252](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L252)
|
|
@@ -27,7 +27,7 @@ between the host and component.
|
|
|
27
27
|
|
|
28
28
|
#### Defined in
|
|
29
29
|
|
|
30
|
-
[types.ts:
|
|
30
|
+
[types.ts:882](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L882)
|
|
31
31
|
|
|
32
32
|
***
|
|
33
33
|
|
|
@@ -37,7 +37,7 @@ between the host and component.
|
|
|
37
37
|
|
|
38
38
|
#### Defined in
|
|
39
39
|
|
|
40
|
-
[types.ts:
|
|
40
|
+
[types.ts:876](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L876)
|
|
41
41
|
|
|
42
42
|
***
|
|
43
43
|
|
|
@@ -47,7 +47,17 @@ between the host and component.
|
|
|
47
47
|
|
|
48
48
|
#### Defined in
|
|
49
49
|
|
|
50
|
-
[types.ts:
|
|
50
|
+
[types.ts:881](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L881)
|
|
51
|
+
|
|
52
|
+
***
|
|
53
|
+
|
|
54
|
+
### INFO
|
|
55
|
+
|
|
56
|
+
> **INFO**: `"info"`
|
|
57
|
+
|
|
58
|
+
#### Defined in
|
|
59
|
+
|
|
60
|
+
[types.ts:884](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L884)
|
|
51
61
|
|
|
52
62
|
***
|
|
53
63
|
|
|
@@ -57,7 +67,7 @@ between the host and component.
|
|
|
57
67
|
|
|
58
68
|
#### Defined in
|
|
59
69
|
|
|
60
|
-
[types.ts:
|
|
70
|
+
[types.ts:880](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L880)
|
|
61
71
|
|
|
62
72
|
***
|
|
63
73
|
|
|
@@ -67,7 +77,7 @@ between the host and component.
|
|
|
67
77
|
|
|
68
78
|
#### Defined in
|
|
69
79
|
|
|
70
|
-
[types.ts:
|
|
80
|
+
[types.ts:879](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L879)
|
|
71
81
|
|
|
72
82
|
***
|
|
73
83
|
|
|
@@ -77,7 +87,7 @@ between the host and component.
|
|
|
77
87
|
|
|
78
88
|
#### Defined in
|
|
79
89
|
|
|
80
|
-
[types.ts:
|
|
90
|
+
[types.ts:877](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L877)
|
|
81
91
|
|
|
82
92
|
***
|
|
83
93
|
|
|
@@ -87,4 +97,14 @@ between the host and component.
|
|
|
87
97
|
|
|
88
98
|
#### Defined in
|
|
89
99
|
|
|
90
|
-
[types.ts:
|
|
100
|
+
[types.ts:878](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L878)
|
|
101
|
+
|
|
102
|
+
***
|
|
103
|
+
|
|
104
|
+
### WARNING
|
|
105
|
+
|
|
106
|
+
> **WARNING**: `"warning"`
|
|
107
|
+
|
|
108
|
+
#### Defined in
|
|
109
|
+
|
|
110
|
+
[types.ts:883](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L883)
|
|
@@ -16,7 +16,7 @@ Represents an error identifier code
|
|
|
16
16
|
|
|
17
17
|
#### Defined in
|
|
18
18
|
|
|
19
|
-
[types.ts:
|
|
19
|
+
[types.ts:920](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L920)
|
|
20
20
|
|
|
21
21
|
***
|
|
22
22
|
|
|
@@ -26,7 +26,7 @@ Represents an error identifier code
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[types.ts:
|
|
29
|
+
[types.ts:923](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L923)
|
|
30
30
|
|
|
31
31
|
***
|
|
32
32
|
|
|
@@ -36,7 +36,7 @@ Represents an error identifier code
|
|
|
36
36
|
|
|
37
37
|
#### Defined in
|
|
38
38
|
|
|
39
|
-
[types.ts:
|
|
39
|
+
[types.ts:921](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L921)
|
|
40
40
|
|
|
41
41
|
***
|
|
42
42
|
|
|
@@ -46,4 +46,4 @@ Represents an error identifier code
|
|
|
46
46
|
|
|
47
47
|
#### Defined in
|
|
48
48
|
|
|
49
|
-
[types.ts:
|
|
49
|
+
[types.ts:922](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L922)
|
|
@@ -22,7 +22,7 @@ from the host application.
|
|
|
22
22
|
|
|
23
23
|
#### Defined in
|
|
24
24
|
|
|
25
|
-
[types.ts:
|
|
25
|
+
[types.ts:1030](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1030)
|
|
26
26
|
|
|
27
27
|
***
|
|
28
28
|
|
|
@@ -32,4 +32,4 @@ from the host application.
|
|
|
32
32
|
|
|
33
33
|
#### Defined in
|
|
34
34
|
|
|
35
|
-
[types.ts:
|
|
35
|
+
[types.ts:1029](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1029)
|
|
@@ -32,7 +32,7 @@ apply to each type.
|
|
|
32
32
|
|
|
33
33
|
#### Defined in
|
|
34
34
|
|
|
35
|
-
[types.ts:291](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
35
|
+
[types.ts:291](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L291)
|
|
36
36
|
|
|
37
37
|
***
|
|
38
38
|
|
|
@@ -42,7 +42,7 @@ apply to each type.
|
|
|
42
42
|
|
|
43
43
|
#### Defined in
|
|
44
44
|
|
|
45
|
-
[types.ts:290](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
45
|
+
[types.ts:290](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L290)
|
|
46
46
|
|
|
47
47
|
***
|
|
48
48
|
|
|
@@ -52,4 +52,4 @@ apply to each type.
|
|
|
52
52
|
|
|
53
53
|
#### Defined in
|
|
54
54
|
|
|
55
|
-
[types.ts:292](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
55
|
+
[types.ts:292](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L292)
|
|
@@ -24,7 +24,7 @@ Represents the different states that an ownership proof can be in during and aft
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[types.ts:
|
|
27
|
+
[types.ts:1099](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1099)
|
|
28
28
|
|
|
29
29
|
***
|
|
30
30
|
|
|
@@ -34,7 +34,7 @@ Represents the different states that an ownership proof can be in during and aft
|
|
|
34
34
|
|
|
35
35
|
#### Defined in
|
|
36
36
|
|
|
37
|
-
[types.ts:
|
|
37
|
+
[types.ts:1100](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1100)
|
|
38
38
|
|
|
39
39
|
***
|
|
40
40
|
|
|
@@ -44,7 +44,7 @@ Represents the different states that an ownership proof can be in during and aft
|
|
|
44
44
|
|
|
45
45
|
#### Defined in
|
|
46
46
|
|
|
47
|
-
[types.ts:
|
|
47
|
+
[types.ts:1098](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1098)
|
|
48
48
|
|
|
49
49
|
***
|
|
50
50
|
|
|
@@ -54,4 +54,4 @@ Represents the different states that an ownership proof can be in during and aft
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[types.ts:
|
|
57
|
+
[types.ts:1101](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1101)
|
|
@@ -14,6 +14,8 @@ Supported proof types:
|
|
|
14
14
|
- SelfDeclaration: User self-declares ownership without cryptographic proof
|
|
15
15
|
- EIP191: Ethereum personal signature following EIP-191 standard
|
|
16
16
|
- SIWE: Sign-In with Ethereum message signature (EIP-4361)
|
|
17
|
+
- SIWX: Sign-In with X message signature
|
|
18
|
+
- SOL_SIWX: Sign-In with Solana message signature (SIWE for Solana)
|
|
17
19
|
- EIP712: Ethereum typed data signature following EIP-712 standard
|
|
18
20
|
- BIP137: Bitcoin message signature following BIP-137
|
|
19
21
|
- BIP322: Bitcoin message signature following BIP-322
|
|
@@ -41,7 +43,7 @@ Supported proof types:
|
|
|
41
43
|
|
|
42
44
|
#### Defined in
|
|
43
45
|
|
|
44
|
-
[types.ts:
|
|
46
|
+
[types.ts:1140](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1140)
|
|
45
47
|
|
|
46
48
|
***
|
|
47
49
|
|
|
@@ -51,7 +53,7 @@ Supported proof types:
|
|
|
51
53
|
|
|
52
54
|
#### Defined in
|
|
53
55
|
|
|
54
|
-
[types.ts:
|
|
56
|
+
[types.ts:1142](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1142)
|
|
55
57
|
|
|
56
58
|
***
|
|
57
59
|
|
|
@@ -61,7 +63,7 @@ Supported proof types:
|
|
|
61
63
|
|
|
62
64
|
#### Defined in
|
|
63
65
|
|
|
64
|
-
[types.ts:
|
|
66
|
+
[types.ts:1141](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1141)
|
|
65
67
|
|
|
66
68
|
***
|
|
67
69
|
|
|
@@ -71,7 +73,7 @@ Supported proof types:
|
|
|
71
73
|
|
|
72
74
|
#### Defined in
|
|
73
75
|
|
|
74
|
-
[types.ts:
|
|
76
|
+
[types.ts:1147](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1147)
|
|
75
77
|
|
|
76
78
|
***
|
|
77
79
|
|
|
@@ -81,7 +83,7 @@ Supported proof types:
|
|
|
81
83
|
|
|
82
84
|
#### Defined in
|
|
83
85
|
|
|
84
|
-
[types.ts:
|
|
86
|
+
[types.ts:1151](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1151)
|
|
85
87
|
|
|
86
88
|
***
|
|
87
89
|
|
|
@@ -91,7 +93,7 @@ Supported proof types:
|
|
|
91
93
|
|
|
92
94
|
#### Defined in
|
|
93
95
|
|
|
94
|
-
[types.ts:
|
|
96
|
+
[types.ts:1150](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1150)
|
|
95
97
|
|
|
96
98
|
***
|
|
97
99
|
|
|
@@ -101,7 +103,7 @@ Supported proof types:
|
|
|
101
103
|
|
|
102
104
|
#### Defined in
|
|
103
105
|
|
|
104
|
-
[types.ts:
|
|
106
|
+
[types.ts:1144](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1144)
|
|
105
107
|
|
|
106
108
|
***
|
|
107
109
|
|
|
@@ -111,7 +113,7 @@ Supported proof types:
|
|
|
111
113
|
|
|
112
114
|
#### Defined in
|
|
113
115
|
|
|
114
|
-
[types.ts:
|
|
116
|
+
[types.ts:1139](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1139)
|
|
115
117
|
|
|
116
118
|
***
|
|
117
119
|
|
|
@@ -121,7 +123,7 @@ Supported proof types:
|
|
|
121
123
|
|
|
122
124
|
#### Defined in
|
|
123
125
|
|
|
124
|
-
[types.ts:
|
|
126
|
+
[types.ts:1137](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1137)
|
|
125
127
|
|
|
126
128
|
***
|
|
127
129
|
|
|
@@ -131,7 +133,7 @@ Supported proof types:
|
|
|
131
133
|
|
|
132
134
|
#### Defined in
|
|
133
135
|
|
|
134
|
-
[types.ts:
|
|
136
|
+
[types.ts:1138](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1138)
|
|
135
137
|
|
|
136
138
|
***
|
|
137
139
|
|
|
@@ -141,7 +143,7 @@ Supported proof types:
|
|
|
141
143
|
|
|
142
144
|
#### Defined in
|
|
143
145
|
|
|
144
|
-
[types.ts:
|
|
146
|
+
[types.ts:1148](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1148)
|
|
145
147
|
|
|
146
148
|
***
|
|
147
149
|
|
|
@@ -151,7 +153,7 @@ Supported proof types:
|
|
|
151
153
|
|
|
152
154
|
#### Defined in
|
|
153
155
|
|
|
154
|
-
[types.ts:
|
|
156
|
+
[types.ts:1149](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1149)
|
|
155
157
|
|
|
156
158
|
***
|
|
157
159
|
|
|
@@ -161,7 +163,7 @@ Supported proof types:
|
|
|
161
163
|
|
|
162
164
|
#### Defined in
|
|
163
165
|
|
|
164
|
-
[types.ts:
|
|
166
|
+
[types.ts:1133](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1133)
|
|
165
167
|
|
|
166
168
|
***
|
|
167
169
|
|
|
@@ -171,7 +173,7 @@ Supported proof types:
|
|
|
171
173
|
|
|
172
174
|
#### Defined in
|
|
173
175
|
|
|
174
|
-
[types.ts:
|
|
176
|
+
[types.ts:1134](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1134)
|
|
175
177
|
|
|
176
178
|
***
|
|
177
179
|
|
|
@@ -181,7 +183,17 @@ Supported proof types:
|
|
|
181
183
|
|
|
182
184
|
#### Defined in
|
|
183
185
|
|
|
184
|
-
[types.ts:
|
|
186
|
+
[types.ts:1135](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1135)
|
|
187
|
+
|
|
188
|
+
***
|
|
189
|
+
|
|
190
|
+
### SOL\_SIWX
|
|
191
|
+
|
|
192
|
+
> **SOL\_SIWX**: `"sol-siwx"`
|
|
193
|
+
|
|
194
|
+
#### Defined in
|
|
195
|
+
|
|
196
|
+
[types.ts:1136](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1136)
|
|
185
197
|
|
|
186
198
|
***
|
|
187
199
|
|
|
@@ -191,7 +203,7 @@ Supported proof types:
|
|
|
191
203
|
|
|
192
204
|
#### Defined in
|
|
193
205
|
|
|
194
|
-
[types.ts:
|
|
206
|
+
[types.ts:1143](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1143)
|
|
195
207
|
|
|
196
208
|
***
|
|
197
209
|
|
|
@@ -201,7 +213,7 @@ Supported proof types:
|
|
|
201
213
|
|
|
202
214
|
#### Defined in
|
|
203
215
|
|
|
204
|
-
[types.ts:
|
|
216
|
+
[types.ts:1146](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1146)
|
|
205
217
|
|
|
206
218
|
***
|
|
207
219
|
|
|
@@ -211,4 +223,4 @@ Supported proof types:
|
|
|
211
223
|
|
|
212
224
|
#### Defined in
|
|
213
225
|
|
|
214
|
-
[types.ts:
|
|
226
|
+
[types.ts:1145](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1145)
|
|
@@ -16,7 +16,7 @@ The verification status of a transaction
|
|
|
16
16
|
|
|
17
17
|
#### Defined in
|
|
18
18
|
|
|
19
|
-
[types.ts:
|
|
19
|
+
[types.ts:654](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L654)
|
|
20
20
|
|
|
21
21
|
***
|
|
22
22
|
|
|
@@ -26,7 +26,7 @@ The verification status of a transaction
|
|
|
26
26
|
|
|
27
27
|
#### Defined in
|
|
28
28
|
|
|
29
|
-
[types.ts:
|
|
29
|
+
[types.ts:650](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L650)
|
|
30
30
|
|
|
31
31
|
***
|
|
32
32
|
|
|
@@ -36,7 +36,7 @@ The verification status of a transaction
|
|
|
36
36
|
|
|
37
37
|
#### Defined in
|
|
38
38
|
|
|
39
|
-
[types.ts:
|
|
39
|
+
[types.ts:652](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L652)
|
|
40
40
|
|
|
41
41
|
***
|
|
42
42
|
|
|
@@ -46,7 +46,7 @@ The verification status of a transaction
|
|
|
46
46
|
|
|
47
47
|
#### Defined in
|
|
48
48
|
|
|
49
|
-
[types.ts:
|
|
49
|
+
[types.ts:653](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L653)
|
|
50
50
|
|
|
51
51
|
***
|
|
52
52
|
|
|
@@ -56,4 +56,4 @@ The verification status of a transaction
|
|
|
56
56
|
|
|
57
57
|
#### Defined in
|
|
58
58
|
|
|
59
|
-
[types.ts:
|
|
59
|
+
[types.ts:651](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L651)
|
|
@@ -21,7 +21,7 @@ VASP Visibility Control representing allow/deny behaviour for VASP visibility
|
|
|
21
21
|
|
|
22
22
|
#### Defined in
|
|
23
23
|
|
|
24
|
-
[types.ts:782](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
24
|
+
[types.ts:782](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L782)
|
|
25
25
|
|
|
26
26
|
***
|
|
27
27
|
|
|
@@ -31,4 +31,4 @@ VASP Visibility Control representing allow/deny behaviour for VASP visibility
|
|
|
31
31
|
|
|
32
32
|
#### Defined in
|
|
33
33
|
|
|
34
|
-
[types.ts:783](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/
|
|
34
|
+
[types.ts:783](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L783)
|