@notabene/javascript-sdk 2.0.0 → 2.0.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.
Files changed (117) hide show
  1. package/README.md +64 -58
  2. package/dist/notabene.cjs +1 -1
  3. package/dist/notabene.js +1 -1
  4. package/docs/README.md +656 -0
  5. package/docs/_media/LICENSE.md +21 -0
  6. package/docs/_media/TransactionOptions.md +93 -0
  7. package/docs/_media/locales.ts +48 -0
  8. package/docs/ivms/types/README.md +46 -0
  9. package/docs/ivms/types/enumerations/PayloadVersionCode.md +33 -0
  10. package/docs/ivms/types/interfaces/PayloadMetadata.md +34 -0
  11. package/docs/ivms/types/type-aliases/Address.md +114 -0
  12. package/docs/ivms/types/type-aliases/AddressTypeCode.md +16 -0
  13. package/docs/ivms/types/type-aliases/Beneficiary.md +30 -0
  14. package/docs/ivms/types/type-aliases/BeneficiaryVASP.md +24 -0
  15. package/docs/ivms/types/type-aliases/DateAndPlaceOfBirth.md +30 -0
  16. package/docs/ivms/types/type-aliases/ISOCountryCode.md +22 -0
  17. package/docs/ivms/types/type-aliases/ISODate.md +23 -0
  18. package/docs/ivms/types/type-aliases/IVMS101.md +41 -0
  19. package/docs/ivms/types/type-aliases/IntermediaryVASP.md +30 -0
  20. package/docs/ivms/types/type-aliases/LegalPerson.md +48 -0
  21. package/docs/ivms/types/type-aliases/LegalPersonName.md +36 -0
  22. package/docs/ivms/types/type-aliases/LegalPersonNameID.md +30 -0
  23. package/docs/ivms/types/type-aliases/LegalPersonNameTypeCode.md +16 -0
  24. package/docs/ivms/types/type-aliases/LocalLegalPersonNameID.md +30 -0
  25. package/docs/ivms/types/type-aliases/LocalNaturalPersonNameID.md +36 -0
  26. package/docs/ivms/types/type-aliases/NationalIdentification.md +42 -0
  27. package/docs/ivms/types/type-aliases/NationalIdentifierTypeCode.md +16 -0
  28. package/docs/ivms/types/type-aliases/NaturalPerson.md +54 -0
  29. package/docs/ivms/types/type-aliases/NaturalPersonName.md +36 -0
  30. package/docs/ivms/types/type-aliases/NaturalPersonNameID.md +36 -0
  31. package/docs/ivms/types/type-aliases/NaturalPersonNameTypeCode.md +16 -0
  32. package/docs/ivms/types/type-aliases/OriginatingVASP.md +24 -0
  33. package/docs/ivms/types/type-aliases/Originator.md +30 -0
  34. package/docs/ivms/types/type-aliases/Person.md +30 -0
  35. package/docs/ivms/types/type-aliases/TransferPath.md +24 -0
  36. package/docs/ivms/types/type-aliases/TransliterationMethodCode.md +16 -0
  37. package/docs/modules.md +11 -0
  38. package/docs/notabene/README.md +368 -0
  39. package/docs/notabene/classes/EmbeddedComponent.md +347 -0
  40. package/docs/notabene/classes/default.md +221 -0
  41. package/docs/notabene/functions/decodeFragmentToObject.md +27 -0
  42. package/docs/notabene/interfaces/NotabeneConfig.md +69 -0
  43. package/docs/notabene/type-aliases/MessageCallback.md +31 -0
  44. package/docs/types/README.md +154 -0
  45. package/docs/types/enumerations/AgentType.md +29 -0
  46. package/docs/types/enumerations/CMType.md +90 -0
  47. package/docs/types/enumerations/HMType.md +35 -0
  48. package/docs/types/enumerations/PersonType.md +55 -0
  49. package/docs/types/enumerations/ProofStatus.md +57 -0
  50. package/docs/types/enumerations/ProofTypes.md +148 -0
  51. package/docs/types/enumerations/Status.md +59 -0
  52. package/docs/types/enumerations/ValidationSections.md +59 -0
  53. package/docs/types/interfaces/Agent.md +74 -0
  54. package/docs/types/interfaces/CallbackOptions.md +29 -0
  55. package/docs/types/interfaces/ComponentRequest.md +50 -0
  56. package/docs/types/interfaces/ComponentResponse.md +71 -0
  57. package/docs/types/interfaces/ConnectionRecord.md +111 -0
  58. package/docs/types/interfaces/ConnectionRequest.md +51 -0
  59. package/docs/types/interfaces/Counterparty.md +135 -0
  60. package/docs/types/interfaces/DeclarationProof.md +89 -0
  61. package/docs/types/interfaces/Deposit.md +147 -0
  62. package/docs/types/interfaces/DepositRequest.md +111 -0
  63. package/docs/types/interfaces/DepositRequestOptions.md +19 -0
  64. package/docs/types/interfaces/LegalPerson.md +202 -0
  65. package/docs/types/interfaces/MicroTransferProof.md +119 -0
  66. package/docs/types/interfaces/NaturalPerson.md +201 -0
  67. package/docs/types/interfaces/OwnershipProof.md +77 -0
  68. package/docs/types/interfaces/ScreenshotProof.md +79 -0
  69. package/docs/types/interfaces/SignatureProof.md +115 -0
  70. package/docs/types/interfaces/ThresholdOptions.md +47 -0
  71. package/docs/types/interfaces/Transaction.md +136 -0
  72. package/docs/types/interfaces/TransactionOptions.md +93 -0
  73. package/docs/types/interfaces/TransactionResponse.md +130 -0
  74. package/docs/types/interfaces/VASP.md +127 -0
  75. package/docs/types/interfaces/Wallet.md +117 -0
  76. package/docs/types/interfaces/Withdrawal.md +147 -0
  77. package/docs/types/type-aliases/BlockchainAddress.md +36 -0
  78. package/docs/types/type-aliases/CAIP10.md +39 -0
  79. package/docs/types/type-aliases/CAIP19.md +40 -0
  80. package/docs/types/type-aliases/CAIP2.md +39 -0
  81. package/docs/types/type-aliases/CAIP220.md +15 -0
  82. package/docs/types/type-aliases/Cancel.md +23 -0
  83. package/docs/types/type-aliases/Completed.md +35 -0
  84. package/docs/types/type-aliases/ComponentMessage.md +41 -0
  85. package/docs/types/type-aliases/ConnectionOptions.md +15 -0
  86. package/docs/types/type-aliases/CryptoCredential.md +15 -0
  87. package/docs/types/type-aliases/DID.md +15 -0
  88. package/docs/types/type-aliases/DTI.md +38 -0
  89. package/docs/types/type-aliases/Destination.md +15 -0
  90. package/docs/types/type-aliases/Error.md +29 -0
  91. package/docs/types/type-aliases/FieldOptions.md +15 -0
  92. package/docs/types/type-aliases/FieldTypes.md +25 -0
  93. package/docs/types/type-aliases/HostMessage.md +37 -0
  94. package/docs/types/type-aliases/ISOCurrency.md +15 -0
  95. package/docs/types/type-aliases/InvalidValue.md +45 -0
  96. package/docs/types/type-aliases/LEI.md +15 -0
  97. package/docs/types/type-aliases/LegalPersonFieldName.md +13 -0
  98. package/docs/types/type-aliases/LegalPersonFields.md +15 -0
  99. package/docs/types/type-aliases/NaturalPersonFieldName.md +15 -0
  100. package/docs/types/type-aliases/NaturalPersonFields.md +15 -0
  101. package/docs/types/type-aliases/NotabeneAsset.md +36 -0
  102. package/docs/types/type-aliases/Ready.md +21 -0
  103. package/docs/types/type-aliases/ResizeRequest.md +27 -0
  104. package/docs/types/type-aliases/Source.md +15 -0
  105. package/docs/types/type-aliases/Theme.md +33 -0
  106. package/docs/types/type-aliases/TransactionAsset.md +15 -0
  107. package/docs/types/type-aliases/TravelAddress.md +37 -0
  108. package/docs/types/type-aliases/URI.md +15 -0
  109. package/docs/types/type-aliases/UUID.md +27 -0
  110. package/docs/types/type-aliases/UpdateValue.md +54 -0
  111. package/docs/types/type-aliases/V1Asset.md +36 -0
  112. package/docs/types/type-aliases/V1Transaction.md +49 -0
  113. package/docs/types/type-aliases/VASPOptions.md +25 -0
  114. package/docs/types/type-aliases/ValidationError.md +25 -0
  115. package/package.json +6 -4
  116. package/src/components/EmbeddedComponent.ts +2 -2
  117. package/src/locales.ts +2 -1
@@ -0,0 +1,93 @@
1
+ [**@notabene/javascript-sdk**](../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../modules.md) / [types](../README.md) / TransactionOptions
6
+
7
+ # Interface: TransactionOptions
8
+
9
+ Configuration options for Transaction components
10
+
11
+ ## Properties
12
+
13
+ ### allowedAgentTypes?
14
+
15
+ > `optional` **allowedAgentTypes**: [`AgentType`](../enumerations/AgentType.md)[]
16
+
17
+ #### Defined in
18
+
19
+ [types.ts:754](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L754)
20
+
21
+ ***
22
+
23
+ ### allowedCounterpartyTypes?
24
+
25
+ > `optional` **allowedCounterpartyTypes**: [`PersonType`](../enumerations/PersonType.md)[]
26
+
27
+ #### Defined in
28
+
29
+ [types.ts:755](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L755)
30
+
31
+ ***
32
+
33
+ ### fields?
34
+
35
+ > `optional` **fields**: [`FieldTypes`](../type-aliases/FieldTypes.md)
36
+
37
+ #### Defined in
38
+
39
+ [types.ts:756](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L756)
40
+
41
+ ***
42
+
43
+ ### hide?
44
+
45
+ > `optional` **hide**: [`ValidationSections`](../enumerations/ValidationSections.md)[]
46
+
47
+ #### Defined in
48
+
49
+ [types.ts:758](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L758)
50
+
51
+ ***
52
+
53
+ ### proofs?
54
+
55
+ > `optional` **proofs**: `object`
56
+
57
+ #### deminimis?
58
+
59
+ > `optional` **deminimis**: [`ThresholdOptions`](ThresholdOptions.md)
60
+
61
+ #### fallbacks?
62
+
63
+ > `optional` **fallbacks**: [`ProofTypes`](../enumerations/ProofTypes.md)[]
64
+
65
+ #### microTransfer?
66
+
67
+ > `optional` **microTransfer**: `object`
68
+
69
+ #### microTransfer.amountSubunits
70
+
71
+ > **amountSubunits**: `string`
72
+
73
+ #### microTransfer.destination
74
+
75
+ > **destination**: `string`
76
+
77
+ #### microTransfer.timeout?
78
+
79
+ > `optional` **timeout**: `number`
80
+
81
+ #### Defined in
82
+
83
+ [types.ts:745](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L745)
84
+
85
+ ***
86
+
87
+ ### vasps?
88
+
89
+ > `optional` **vasps**: [`VASPOptions`](../type-aliases/VASPOptions.md)
90
+
91
+ #### Defined in
92
+
93
+ [types.ts:757](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/types.ts#L757)
@@ -0,0 +1,48 @@
1
+ export const languages = {
2
+ ar: 'العربية (Arabic)',
3
+ bg: 'български (Bulgarian)',
4
+ ca: 'Català (Catalan)',
5
+ cs: 'Čeština (Czech)',
6
+ da: 'Dansk (Danish)',
7
+ de: 'Deutsch (German)',
8
+ el: 'Ελληνικά (Greek)',
9
+ en: 'English (English)',
10
+ es: 'Español (Spanish)',
11
+ et: 'Eesti (Estonian)',
12
+ fa: 'فارسی (Persian)',
13
+ fi: 'Suomi (Finnish)',
14
+ fr: 'Français (French)',
15
+ he: 'עברית (Hebrew)',
16
+ hr: 'Hrvatski (Croatian)',
17
+ hu: 'Magyar (Hungarian)',
18
+ hy: 'Հայերեն (Armenian)',
19
+ id: 'Bahasa Indonesia (Indonesian)',
20
+ is: 'Íslenska (Icelandic)',
21
+ it: 'Italiano (Italian)',
22
+ ja: '日本語 (Japanese)',
23
+ ka: 'ქართული (Georgian)',
24
+ ko: '한국어 (Korean)',
25
+ lt: 'Lietuvių (Lithuanian)',
26
+ lv: 'Latviešu (Latvian)',
27
+ mn: 'Монгол (Mongolian)',
28
+ ms: 'Bahasa Melayu (Malay)',
29
+ mt: 'Malti (Maltese)',
30
+ nl: 'Nederlands (Dutch)',
31
+ no: 'Norsk (Norwegian)',
32
+ pl: 'Polski (Polish)',
33
+ pt: 'Português (Portuguese)',
34
+ ro: 'Română (Romanian)',
35
+ ru: 'Русский (Russian)',
36
+ sk: 'Slovenčina (Slovak)',
37
+ sl: 'Slovenščina (Slovenian)',
38
+ sr: 'Српски (Serbian)',
39
+ sv: 'Svenska (Swedish)',
40
+ sw: 'Kiswahili (Swahili)',
41
+ th: 'ไทย (Thai)',
42
+ tl: 'Tagalog (Tagalog)',
43
+ tr: 'Türkçe (Turkish)',
44
+ uk: 'Українська (Ukrainian)',
45
+ vi: 'Tiếng Việt (Vietnamese)',
46
+ 'zh-CN': '中文 (Chinese)',
47
+ 'zh-TW': '中文 (Chinese)',
48
+ };
@@ -0,0 +1,46 @@
1
+ [**@notabene/javascript-sdk**](../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../modules.md) / ivms/types
6
+
7
+ # ivms/types
8
+
9
+ ## Index
10
+
11
+ ### Enumerations
12
+
13
+ - [PayloadVersionCode](enumerations/PayloadVersionCode.md)
14
+
15
+ ### Interfaces
16
+
17
+ - [PayloadMetadata](interfaces/PayloadMetadata.md)
18
+
19
+ ### Type Aliases
20
+
21
+ - [Address](type-aliases/Address.md)
22
+ - [AddressTypeCode](type-aliases/AddressTypeCode.md)
23
+ - [Beneficiary](type-aliases/Beneficiary.md)
24
+ - [BeneficiaryVASP](type-aliases/BeneficiaryVASP.md)
25
+ - [DateAndPlaceOfBirth](type-aliases/DateAndPlaceOfBirth.md)
26
+ - [IntermediaryVASP](type-aliases/IntermediaryVASP.md)
27
+ - [ISOCountryCode](type-aliases/ISOCountryCode.md)
28
+ - [ISODate](type-aliases/ISODate.md)
29
+ - [IVMS101](type-aliases/IVMS101.md)
30
+ - [LegalPerson](type-aliases/LegalPerson.md)
31
+ - [LegalPersonName](type-aliases/LegalPersonName.md)
32
+ - [LegalPersonNameID](type-aliases/LegalPersonNameID.md)
33
+ - [LegalPersonNameTypeCode](type-aliases/LegalPersonNameTypeCode.md)
34
+ - [LocalLegalPersonNameID](type-aliases/LocalLegalPersonNameID.md)
35
+ - [LocalNaturalPersonNameID](type-aliases/LocalNaturalPersonNameID.md)
36
+ - [NationalIdentification](type-aliases/NationalIdentification.md)
37
+ - [NationalIdentifierTypeCode](type-aliases/NationalIdentifierTypeCode.md)
38
+ - [NaturalPerson](type-aliases/NaturalPerson.md)
39
+ - [NaturalPersonName](type-aliases/NaturalPersonName.md)
40
+ - [NaturalPersonNameID](type-aliases/NaturalPersonNameID.md)
41
+ - [NaturalPersonNameTypeCode](type-aliases/NaturalPersonNameTypeCode.md)
42
+ - [OriginatingVASP](type-aliases/OriginatingVASP.md)
43
+ - [Originator](type-aliases/Originator.md)
44
+ - [Person](type-aliases/Person.md)
45
+ - [TransferPath](type-aliases/TransferPath.md)
46
+ - [TransliterationMethodCode](type-aliases/TransliterationMethodCode.md)
@@ -0,0 +1,33 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / PayloadVersionCode
6
+
7
+ # Enumeration: PayloadVersionCode
8
+
9
+ The version of IVMS 101 to which the payload complies.
10
+
11
+ ## Enumeration Members
12
+
13
+ ### V101
14
+
15
+ > **V101**: `"101"`
16
+
17
+ Published May 2020
18
+
19
+ #### Defined in
20
+
21
+ [ivms/types.ts:365](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L365)
22
+
23
+ ***
24
+
25
+ ### V101\_2023
26
+
27
+ > **V101\_2023**: `"101.2023"`
28
+
29
+ Published August 2023
30
+
31
+ #### Defined in
32
+
33
+ [ivms/types.ts:367](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L367)
@@ -0,0 +1,34 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / PayloadMetadata
6
+
7
+ # Interface: PayloadMetadata
8
+
9
+ 6.7
10
+ Data describing the contents of the payload.
11
+
12
+ ## Properties
13
+
14
+ ### payloadVersion
15
+
16
+ > **payloadVersion**: [`PayloadVersionCode`](../enumerations/PayloadVersionCode.md)
17
+
18
+ The version of IVMS 101 to which the payload complies.
19
+
20
+ #### Defined in
21
+
22
+ [ivms/types.ts:358](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L358)
23
+
24
+ ***
25
+
26
+ ### transliterationMethod?
27
+
28
+ > `optional` **transliterationMethod**: [`TransliterationMethodCode`](../type-aliases/TransliterationMethodCode.md)[]
29
+
30
+ The method used to map from a national system of writing to Latin script.
31
+
32
+ #### Defined in
33
+
34
+ [ivms/types.ts:356](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L356)
@@ -0,0 +1,114 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / Address
6
+
7
+ # Type Alias: Address
8
+
9
+ > **Address**: `object`
10
+
11
+ Address
12
+ Represents a physical address
13
+
14
+ ## Type declaration
15
+
16
+ ### addressLine?
17
+
18
+ > `optional` **addressLine**: `string`[]
19
+
20
+ Information that locates and identifies a specific address, presented in free format text.
21
+
22
+ ### addressType
23
+
24
+ > **addressType**: [`AddressTypeCode`](AddressTypeCode.md)
25
+
26
+ Identifies the nature of the address.
27
+
28
+ ### buildingName?
29
+
30
+ > `optional` **buildingName**: `string`
31
+
32
+ Name of the building or house.
33
+
34
+ ### buildingNumber?
35
+
36
+ > `optional` **buildingNumber**: `string`
37
+
38
+ Number that identifies the position of a building on a street.
39
+
40
+ ### country
41
+
42
+ > **country**: [`ISOCountryCode`](ISOCountryCode.md)
43
+
44
+ Nation with its own government.
45
+
46
+ ### countrySubDivision?
47
+
48
+ > `optional` **countrySubDivision**: `string`
49
+
50
+ Identifies a subdivision of a country such as state, region, province.
51
+
52
+ ### department?
53
+
54
+ > `optional` **department**: `string`
55
+
56
+ Identification of a division of a large organisation or building.
57
+
58
+ ### districtName?
59
+
60
+ > `optional` **districtName**: `string`
61
+
62
+ Identifies a subdivision within a country subdivision.
63
+
64
+ ### floor?
65
+
66
+ > `optional` **floor**: `string`
67
+
68
+ Floor or storey within a building.
69
+
70
+ ### postBox?
71
+
72
+ > `optional` **postBox**: `string`
73
+
74
+ Numbered box in a post office.
75
+
76
+ ### postcode?
77
+
78
+ > `optional` **postcode**: `string`
79
+
80
+ Identifier consisting of a group of letters and/or numbers that is added to a postal address to assist the sorting of mail.
81
+
82
+ ### room?
83
+
84
+ > `optional` **room**: `string`
85
+
86
+ Building room number.
87
+
88
+ ### streetName?
89
+
90
+ > `optional` **streetName**: `string`
91
+
92
+ Name of a street or thoroughfare.
93
+
94
+ ### subDepartment?
95
+
96
+ > `optional` **subDepartment**: `string`
97
+
98
+ Identification of a sub-division of a large organisation or building.
99
+
100
+ ### townLocationName?
101
+
102
+ > `optional` **townLocationName**: `string`
103
+
104
+ Specific location name within the town.
105
+
106
+ ### townName
107
+
108
+ > **townName**: `string`
109
+
110
+ Name of a built-up area, with defined boundaries, and a local government.
111
+
112
+ ## Defined in
113
+
114
+ [ivms/types.ts:119](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L119)
@@ -0,0 +1,16 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / AddressTypeCode
6
+
7
+ # Type Alias: AddressTypeCode
8
+
9
+ > **AddressTypeCode**: `"HOME"` \| `"BIZZ"` \| `"GEOG"`
10
+
11
+ Address Type Code
12
+ Specifies the type of address
13
+
14
+ ## Defined in
15
+
16
+ [ivms/types.ts:44](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L44)
@@ -0,0 +1,30 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / Beneficiary
6
+
7
+ # Type Alias: Beneficiary
8
+
9
+ > **Beneficiary**: `object`
10
+
11
+ Beneficiary
12
+ Represents the receiver of the requested VA transfer
13
+
14
+ ## Type declaration
15
+
16
+ ### accountNumber?
17
+
18
+ > `optional` **accountNumber**: `string`[]
19
+
20
+ Array of account numbers, maximum 100 characters each
21
+
22
+ ### beneficiaryPersons?
23
+
24
+ > `optional` **beneficiaryPersons**: [`Person`](Person.md)[]
25
+
26
+ Array of persons associated with the beneficiary
27
+
28
+ ## Defined in
29
+
30
+ [ivms/types.ts:313](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L313)
@@ -0,0 +1,24 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / BeneficiaryVASP
6
+
7
+ # Type Alias: BeneficiaryVASP
8
+
9
+ > **BeneficiaryVASP**: `object`
10
+
11
+ Beneficiary VASP
12
+ Represents the VASP which receives the VA transfer
13
+
14
+ ## Type declaration
15
+
16
+ ### beneficiaryVASP?
17
+
18
+ > `optional` **beneficiaryVASP**: [`Person`](Person.md)
19
+
20
+ The beneficiary VASP information
21
+
22
+ ## Defined in
23
+
24
+ [ivms/types.ts:335](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L335)
@@ -0,0 +1,30 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / DateAndPlaceOfBirth
6
+
7
+ # Type Alias: DateAndPlaceOfBirth
8
+
9
+ > **DateAndPlaceOfBirth**: `object`
10
+
11
+ Date and Place of Birth
12
+ Represents the date and place of birth for a natural person
13
+
14
+ ## Type declaration
15
+
16
+ ### dateOfBirth?
17
+
18
+ > `optional` **dateOfBirth**: [`ISODate`](ISODate.md)
19
+
20
+ Date of birth in ISO 8601 format (YYYY-MM-DD)
21
+
22
+ ### placeOfBirth?
23
+
24
+ > `optional` **placeOfBirth**: `string`
25
+
26
+ Place of birth (max 70 characters)
27
+
28
+ ## Defined in
29
+
30
+ [ivms/types.ts:107](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L107)
@@ -0,0 +1,22 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / ISOCountryCode
6
+
7
+ # Type Alias: ISOCountryCode
8
+
9
+ > **ISOCountryCode**: `string`
10
+
11
+ ISO-3166 Alpha-2 country code
12
+
13
+ ## Example
14
+
15
+ ```ts
16
+ "US" for United States, "GB" for United Kingdom
17
+ @public
18
+ ```
19
+
20
+ ## Defined in
21
+
22
+ [ivms/types.ts:6](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L6)
@@ -0,0 +1,23 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / ISODate
6
+
7
+ # Type Alias: ISODate
8
+
9
+ > **ISODate**: \`$\{number\}-$\{number\}-$\{number\}\`
10
+
11
+ A point in time, represented as a day within the calendar year. Compliant with ISO 8601.
12
+ Format: YYYY-MM-DD
13
+
14
+ ## Example
15
+
16
+ ```ts
17
+ "2023-05-15" for May 15, 2023
18
+ @public
19
+ ```
20
+
21
+ ## Defined in
22
+
23
+ [ivms/types.ts:14](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L14)
@@ -0,0 +1,41 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / IVMS101
6
+
7
+ # Type Alias: IVMS101
8
+
9
+ > **IVMS101**: `object`
10
+
11
+ IVMS101 definition
12
+
13
+ ## Type declaration
14
+
15
+ ### beneficiary?
16
+
17
+ > `optional` **beneficiary**: [`Beneficiary`](Beneficiary.md)
18
+
19
+ ### beneficiaryVASP?
20
+
21
+ > `optional` **beneficiaryVASP**: [`BeneficiaryVASP`](BeneficiaryVASP.md)
22
+
23
+ ### originatingVASP?
24
+
25
+ > `optional` **originatingVASP**: [`OriginatingVASP`](OriginatingVASP.md)
26
+
27
+ ### originator?
28
+
29
+ > `optional` **originator**: [`Originator`](Originator.md)
30
+
31
+ ### payloadMetadata?
32
+
33
+ > `optional` **payloadMetadata**: [`PayloadMetadata`](../interfaces/PayloadMetadata.md)
34
+
35
+ ### transferPath?
36
+
37
+ > `optional` **transferPath**: [`TransferPath`](TransferPath.md)
38
+
39
+ ## Defined in
40
+
41
+ [ivms/types.ts:375](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L375)
@@ -0,0 +1,30 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / IntermediaryVASP
6
+
7
+ # Type Alias: IntermediaryVASP
8
+
9
+ > **IntermediaryVASP**: `object`
10
+
11
+ Intermediary VASP
12
+ Represents an intermediary Virtual Asset Service Provider
13
+
14
+ ## Type declaration
15
+
16
+ ### intermediaryVASP?
17
+
18
+ > `optional` **intermediaryVASP**: [`Person`](Person.md)
19
+
20
+ The intermediary VASP information
21
+
22
+ ### sequence?
23
+
24
+ > `optional` **sequence**: `number`
25
+
26
+ The sequence number of this VASP in the transfer path
27
+
28
+ ## Defined in
29
+
30
+ [ivms/types.ts:289](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L289)
@@ -0,0 +1,48 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / LegalPerson
6
+
7
+ # Type Alias: LegalPerson
8
+
9
+ > **LegalPerson**: `object`
10
+
11
+ Legal Person
12
+ Represents a legal person with all associated information
13
+
14
+ ## Type declaration
15
+
16
+ ### countryOfRegistration?
17
+
18
+ > `optional` **countryOfRegistration**: [`ISOCountryCode`](ISOCountryCode.md)
19
+
20
+ The country in which the legal person is registered
21
+
22
+ ### customerNumber?
23
+
24
+ > `optional` **customerNumber**: `string`
25
+
26
+ A distinct identifier that uniquely identifies the person to the institution in context
27
+
28
+ ### geographicAddress?
29
+
30
+ > `optional` **geographicAddress**: [`Address`](Address.md)[]
31
+
32
+ The address of the legal person
33
+
34
+ ### name
35
+
36
+ > **name**: [`LegalPersonName`](LegalPersonName.md)
37
+
38
+ The name of the legal person
39
+
40
+ ### nationalIdentification?
41
+
42
+ > `optional` **nationalIdentification**: [`NationalIdentification`](NationalIdentification.md)
43
+
44
+ A distinct identifier used by governments to uniquely identify a legal person
45
+
46
+ ## Defined in
47
+
48
+ [ivms/types.ts:259](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L259)
@@ -0,0 +1,36 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / LegalPersonName
6
+
7
+ # Type Alias: LegalPersonName
8
+
9
+ > **LegalPersonName**: `object`
10
+
11
+ Legal Person Name
12
+ Represents the full name structure for a legal person
13
+
14
+ ## Type declaration
15
+
16
+ ### localNameIdentifier?
17
+
18
+ > `optional` **localNameIdentifier**: [`LocalLegalPersonNameID`](LocalLegalPersonNameID.md)[]
19
+
20
+ Array of local name identifiers
21
+
22
+ ### nameIdentifier
23
+
24
+ > **nameIdentifier**: [`LegalPersonNameID`](LegalPersonNameID.md)[]
25
+
26
+ Array of name identifiers
27
+
28
+ ### phoneticNameIdentifier?
29
+
30
+ > `optional` **phoneticNameIdentifier**: [`LocalLegalPersonNameID`](LocalLegalPersonNameID.md)[]
31
+
32
+ Array of phonetic name identifiers
33
+
34
+ ## Defined in
35
+
36
+ [ivms/types.ts:245](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/f75feb1dd5dd91003bcc9aa8429d05c94c878b06/src/ivms/types.ts#L245)