@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
|
@@ -10,28 +10,28 @@
|
|
|
10
10
|
|
|
11
11
|
### nodeUrl?
|
|
12
12
|
|
|
13
|
-
> `optional` **nodeUrl**: `string`
|
|
13
|
+
> `readonly` `optional` **nodeUrl**: `string`
|
|
14
14
|
|
|
15
15
|
#### Defined in
|
|
16
16
|
|
|
17
|
-
[utils/connections.ts:
|
|
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
|
|
|
21
21
|
### participants
|
|
22
22
|
|
|
23
|
-
> **participants**: `string`[]
|
|
23
|
+
> `readonly` **participants**: readonly `string`[]
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[utils/connections.ts:
|
|
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
|
|
|
31
31
|
### transactionType
|
|
32
32
|
|
|
33
|
-
> **transactionType**: [`TransactionType`](../type-aliases/TransactionType.md)
|
|
33
|
+
> `readonly` **transactionType**: [`TransactionType`](../type-aliases/TransactionType.md)
|
|
34
34
|
|
|
35
35
|
#### Defined in
|
|
36
36
|
|
|
37
|
-
[utils/connections.ts:
|
|
37
|
+
[utils/connections.ts:23](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/utils/connections.ts#L23)
|
|
@@ -14,58 +14,58 @@
|
|
|
14
14
|
|
|
15
15
|
### data
|
|
16
16
|
|
|
17
|
-
> **data**: [`ConnectionData`](ConnectionData.md)\<`T`\>
|
|
17
|
+
> `readonly` **data**: [`ConnectionData`](ConnectionData.md)\<`T`\>
|
|
18
18
|
|
|
19
19
|
#### Defined in
|
|
20
20
|
|
|
21
|
-
[utils/connections.ts:
|
|
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
|
|
|
25
25
|
### id
|
|
26
26
|
|
|
27
|
-
> **id**: `string`
|
|
27
|
+
> `readonly` **id**: `string`
|
|
28
28
|
|
|
29
29
|
#### Defined in
|
|
30
30
|
|
|
31
|
-
[utils/connections.ts:
|
|
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
|
|
|
35
35
|
### key
|
|
36
36
|
|
|
37
|
-
> **key**: `string`
|
|
37
|
+
> `readonly` **key**: `string`
|
|
38
38
|
|
|
39
39
|
#### Defined in
|
|
40
40
|
|
|
41
|
-
[utils/connections.ts:
|
|
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
|
|
|
45
45
|
### metadata
|
|
46
46
|
|
|
47
|
-
> **metadata**: [`ConnectionMetadata`](ConnectionMetadata.md)
|
|
47
|
+
> `readonly` **metadata**: [`ConnectionMetadata`](ConnectionMetadata.md)
|
|
48
48
|
|
|
49
49
|
#### Defined in
|
|
50
50
|
|
|
51
|
-
[utils/connections.ts:
|
|
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
|
|
|
55
55
|
### status
|
|
56
56
|
|
|
57
|
-
> **status**: [`ConnectionStatus`](../type-aliases/ConnectionStatus.md)
|
|
57
|
+
> `readonly` **status**: [`ConnectionStatus`](../type-aliases/ConnectionStatus.md)
|
|
58
58
|
|
|
59
59
|
#### Defined in
|
|
60
60
|
|
|
61
|
-
[utils/connections.ts:
|
|
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
|
|
|
65
65
|
### version
|
|
66
66
|
|
|
67
|
-
> **version**: `number`
|
|
67
|
+
> `readonly` **version**: `number`
|
|
68
68
|
|
|
69
69
|
#### Defined in
|
|
70
70
|
|
|
71
|
-
[utils/connections.ts:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
69
|
+
[notabene.ts:184](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/notabene.ts#L184)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
[**@notabene/javascript-sdk**](../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@notabene/javascript-sdk](../../modules.md) / [notabene](../README.md) / ConnectionResult
|
|
6
|
+
|
|
7
|
+
# Type Alias: ConnectionResult\<T\>
|
|
8
|
+
|
|
9
|
+
> **ConnectionResult**\<`T`\>: \{ `id`: [`UUID`](../../types/type-aliases/UUID.md); `metadata`: [`ConnectionMetadata`](../interfaces/ConnectionMetadata.md); `status`: `"closed"`; \} \| \{ `id`: [`UUID`](../../types/type-aliases/UUID.md); `metadata`: [`ConnectionMetadata`](../interfaces/ConnectionMetadata.md); `result`: [`TransactionResponse`](../../types/interfaces/TransactionResponse.md)\<`T`\>; `status`: `"completed"`; \} \| \{ `id`: [`UUID`](../../types/type-aliases/UUID.md); `metadata`: [`ConnectionMetadata`](../interfaces/ConnectionMetadata.md); `status`: `"active"`; `tx`: `T`; \}
|
|
10
|
+
|
|
11
|
+
## Type Parameters
|
|
12
|
+
|
|
13
|
+
• **T** *extends* [`ComponentRequest`](../../types/interfaces/ComponentRequest.md)
|
|
14
|
+
|
|
15
|
+
## Defined in
|
|
16
|
+
|
|
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
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
### Interfaces
|
|
25
25
|
|
|
26
|
+
- [Account](interfaces/Account.md)
|
|
26
27
|
- [Agent](interfaces/Agent.md)
|
|
27
28
|
- [CallbackOptions](interfaces/CallbackOptions.md)
|
|
28
29
|
- [ComponentRequest](interfaces/ComponentRequest.md)
|
|
@@ -71,6 +72,7 @@
|
|
|
71
72
|
- [FieldOptions](type-aliases/FieldOptions.md)
|
|
72
73
|
- [FieldTypes](type-aliases/FieldTypes.md)
|
|
73
74
|
- [HostMessage](type-aliases/HostMessage.md)
|
|
75
|
+
- [Info](type-aliases/Info.md)
|
|
74
76
|
- [InvalidValue](type-aliases/InvalidValue.md)
|
|
75
77
|
- [ISOCurrency](type-aliases/ISOCurrency.md)
|
|
76
78
|
- [LegalPersonFieldName](type-aliases/LegalPersonFieldName.md)
|
|
@@ -93,6 +95,7 @@
|
|
|
93
95
|
- [V1Transaction](type-aliases/V1Transaction.md)
|
|
94
96
|
- [ValidationError](type-aliases/ValidationError.md)
|
|
95
97
|
- [VASPOptions](type-aliases/VASPOptions.md)
|
|
98
|
+
- [Warning](type-aliases/Warning.md)
|
|
96
99
|
|
|
97
100
|
## References
|
|
98
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,17 @@ 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)
|
|
77
|
+
|
|
78
|
+
***
|
|
79
|
+
|
|
80
|
+
### CONCORDIUM
|
|
81
|
+
|
|
82
|
+
> **CONCORDIUM**: `"concordium"`
|
|
83
|
+
|
|
84
|
+
#### Defined in
|
|
85
|
+
|
|
86
|
+
[types.ts:1151](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1151)
|
|
75
87
|
|
|
76
88
|
***
|
|
77
89
|
|
|
@@ -81,7 +93,7 @@ Supported proof types:
|
|
|
81
93
|
|
|
82
94
|
#### Defined in
|
|
83
95
|
|
|
84
|
-
[types.ts:
|
|
96
|
+
[types.ts:1150](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1150)
|
|
85
97
|
|
|
86
98
|
***
|
|
87
99
|
|
|
@@ -91,7 +103,7 @@ Supported proof types:
|
|
|
91
103
|
|
|
92
104
|
#### Defined in
|
|
93
105
|
|
|
94
|
-
[types.ts:
|
|
106
|
+
[types.ts:1144](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1144)
|
|
95
107
|
|
|
96
108
|
***
|
|
97
109
|
|
|
@@ -101,7 +113,7 @@ Supported proof types:
|
|
|
101
113
|
|
|
102
114
|
#### Defined in
|
|
103
115
|
|
|
104
|
-
[types.ts:
|
|
116
|
+
[types.ts:1139](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1139)
|
|
105
117
|
|
|
106
118
|
***
|
|
107
119
|
|
|
@@ -111,7 +123,7 @@ Supported proof types:
|
|
|
111
123
|
|
|
112
124
|
#### Defined in
|
|
113
125
|
|
|
114
|
-
[types.ts:
|
|
126
|
+
[types.ts:1137](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1137)
|
|
115
127
|
|
|
116
128
|
***
|
|
117
129
|
|
|
@@ -121,7 +133,7 @@ Supported proof types:
|
|
|
121
133
|
|
|
122
134
|
#### Defined in
|
|
123
135
|
|
|
124
|
-
[types.ts:
|
|
136
|
+
[types.ts:1138](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1138)
|
|
125
137
|
|
|
126
138
|
***
|
|
127
139
|
|
|
@@ -131,7 +143,7 @@ Supported proof types:
|
|
|
131
143
|
|
|
132
144
|
#### Defined in
|
|
133
145
|
|
|
134
|
-
[types.ts:
|
|
146
|
+
[types.ts:1148](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1148)
|
|
135
147
|
|
|
136
148
|
***
|
|
137
149
|
|
|
@@ -141,7 +153,7 @@ Supported proof types:
|
|
|
141
153
|
|
|
142
154
|
#### Defined in
|
|
143
155
|
|
|
144
|
-
[types.ts:
|
|
156
|
+
[types.ts:1149](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1149)
|
|
145
157
|
|
|
146
158
|
***
|
|
147
159
|
|
|
@@ -151,7 +163,7 @@ Supported proof types:
|
|
|
151
163
|
|
|
152
164
|
#### Defined in
|
|
153
165
|
|
|
154
|
-
[types.ts:
|
|
166
|
+
[types.ts:1133](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1133)
|
|
155
167
|
|
|
156
168
|
***
|
|
157
169
|
|
|
@@ -161,7 +173,7 @@ Supported proof types:
|
|
|
161
173
|
|
|
162
174
|
#### Defined in
|
|
163
175
|
|
|
164
|
-
[types.ts:
|
|
176
|
+
[types.ts:1134](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1134)
|
|
165
177
|
|
|
166
178
|
***
|
|
167
179
|
|
|
@@ -171,7 +183,17 @@ Supported proof types:
|
|
|
171
183
|
|
|
172
184
|
#### Defined in
|
|
173
185
|
|
|
174
|
-
[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)
|
|
175
197
|
|
|
176
198
|
***
|
|
177
199
|
|
|
@@ -181,7 +203,7 @@ Supported proof types:
|
|
|
181
203
|
|
|
182
204
|
#### Defined in
|
|
183
205
|
|
|
184
|
-
[types.ts:
|
|
206
|
+
[types.ts:1143](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1143)
|
|
185
207
|
|
|
186
208
|
***
|
|
187
209
|
|
|
@@ -191,7 +213,7 @@ Supported proof types:
|
|
|
191
213
|
|
|
192
214
|
#### Defined in
|
|
193
215
|
|
|
194
|
-
[types.ts:
|
|
216
|
+
[types.ts:1146](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L1146)
|
|
195
217
|
|
|
196
218
|
***
|
|
197
219
|
|
|
@@ -201,4 +223,4 @@ Supported proof types:
|
|
|
201
223
|
|
|
202
224
|
#### Defined in
|
|
203
225
|
|
|
204
|
-
[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:
|
|
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:
|
|
34
|
+
[types.ts:783](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/52abba74a4a6b14d6ca0d23191964d38919d32ea/src/types.ts#L783)
|