@notabene/javascript-sdk 2.0.1 → 2.0.3

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 (120) hide show
  1. package/dist/notabene.cjs +1 -1
  2. package/dist/notabene.d.ts +1565 -0
  3. package/dist/notabene.js +1 -1
  4. package/dist/tsdoc-metadata.json +11 -0
  5. package/docs/README.md +656 -0
  6. package/docs/_media/LICENSE.md +21 -0
  7. package/docs/_media/TransactionOptions.md +93 -0
  8. package/docs/_media/locales.ts +48 -0
  9. package/docs/ivms/types/README.md +46 -0
  10. package/docs/ivms/types/enumerations/PayloadVersionCode.md +33 -0
  11. package/docs/ivms/types/interfaces/PayloadMetadata.md +34 -0
  12. package/docs/ivms/types/type-aliases/Address.md +114 -0
  13. package/docs/ivms/types/type-aliases/AddressTypeCode.md +16 -0
  14. package/docs/ivms/types/type-aliases/Beneficiary.md +30 -0
  15. package/docs/ivms/types/type-aliases/BeneficiaryVASP.md +24 -0
  16. package/docs/ivms/types/type-aliases/DateAndPlaceOfBirth.md +30 -0
  17. package/docs/ivms/types/type-aliases/ISOCountryCode.md +22 -0
  18. package/docs/ivms/types/type-aliases/ISODate.md +23 -0
  19. package/docs/ivms/types/type-aliases/IVMS101.md +41 -0
  20. package/docs/ivms/types/type-aliases/IntermediaryVASP.md +30 -0
  21. package/docs/ivms/types/type-aliases/LegalPerson.md +48 -0
  22. package/docs/ivms/types/type-aliases/LegalPersonName.md +36 -0
  23. package/docs/ivms/types/type-aliases/LegalPersonNameID.md +30 -0
  24. package/docs/ivms/types/type-aliases/LegalPersonNameTypeCode.md +16 -0
  25. package/docs/ivms/types/type-aliases/LocalLegalPersonNameID.md +30 -0
  26. package/docs/ivms/types/type-aliases/LocalNaturalPersonNameID.md +36 -0
  27. package/docs/ivms/types/type-aliases/NationalIdentification.md +42 -0
  28. package/docs/ivms/types/type-aliases/NationalIdentifierTypeCode.md +16 -0
  29. package/docs/ivms/types/type-aliases/NaturalPerson.md +54 -0
  30. package/docs/ivms/types/type-aliases/NaturalPersonName.md +36 -0
  31. package/docs/ivms/types/type-aliases/NaturalPersonNameID.md +36 -0
  32. package/docs/ivms/types/type-aliases/NaturalPersonNameTypeCode.md +16 -0
  33. package/docs/ivms/types/type-aliases/OriginatingVASP.md +24 -0
  34. package/docs/ivms/types/type-aliases/Originator.md +30 -0
  35. package/docs/ivms/types/type-aliases/Person.md +30 -0
  36. package/docs/ivms/types/type-aliases/TransferPath.md +24 -0
  37. package/docs/ivms/types/type-aliases/TransliterationMethodCode.md +16 -0
  38. package/docs/modules.md +11 -0
  39. package/docs/notabene/README.md +368 -0
  40. package/docs/notabene/classes/EmbeddedComponent.md +347 -0
  41. package/docs/notabene/classes/default.md +221 -0
  42. package/docs/notabene/functions/decodeFragmentToObject.md +27 -0
  43. package/docs/notabene/interfaces/NotabeneConfig.md +69 -0
  44. package/docs/notabene/type-aliases/MessageCallback.md +31 -0
  45. package/docs/types/README.md +154 -0
  46. package/docs/types/enumerations/AgentType.md +29 -0
  47. package/docs/types/enumerations/CMType.md +90 -0
  48. package/docs/types/enumerations/HMType.md +35 -0
  49. package/docs/types/enumerations/PersonType.md +55 -0
  50. package/docs/types/enumerations/ProofStatus.md +57 -0
  51. package/docs/types/enumerations/ProofTypes.md +148 -0
  52. package/docs/types/enumerations/Status.md +59 -0
  53. package/docs/types/enumerations/ValidationSections.md +59 -0
  54. package/docs/types/interfaces/Agent.md +74 -0
  55. package/docs/types/interfaces/CallbackOptions.md +29 -0
  56. package/docs/types/interfaces/ComponentRequest.md +50 -0
  57. package/docs/types/interfaces/ComponentResponse.md +71 -0
  58. package/docs/types/interfaces/ConnectionRecord.md +111 -0
  59. package/docs/types/interfaces/ConnectionRequest.md +51 -0
  60. package/docs/types/interfaces/Counterparty.md +135 -0
  61. package/docs/types/interfaces/DeclarationProof.md +89 -0
  62. package/docs/types/interfaces/Deposit.md +147 -0
  63. package/docs/types/interfaces/DepositRequest.md +111 -0
  64. package/docs/types/interfaces/DepositRequestOptions.md +19 -0
  65. package/docs/types/interfaces/LegalPerson.md +202 -0
  66. package/docs/types/interfaces/MicroTransferProof.md +119 -0
  67. package/docs/types/interfaces/NaturalPerson.md +201 -0
  68. package/docs/types/interfaces/OwnershipProof.md +77 -0
  69. package/docs/types/interfaces/ScreenshotProof.md +79 -0
  70. package/docs/types/interfaces/SignatureProof.md +115 -0
  71. package/docs/types/interfaces/ThresholdOptions.md +47 -0
  72. package/docs/types/interfaces/Transaction.md +136 -0
  73. package/docs/types/interfaces/TransactionOptions.md +93 -0
  74. package/docs/types/interfaces/TransactionResponse.md +130 -0
  75. package/docs/types/interfaces/VASP.md +127 -0
  76. package/docs/types/interfaces/Wallet.md +117 -0
  77. package/docs/types/interfaces/Withdrawal.md +147 -0
  78. package/docs/types/type-aliases/BlockchainAddress.md +36 -0
  79. package/docs/types/type-aliases/CAIP10.md +39 -0
  80. package/docs/types/type-aliases/CAIP19.md +40 -0
  81. package/docs/types/type-aliases/CAIP2.md +39 -0
  82. package/docs/types/type-aliases/CAIP220.md +15 -0
  83. package/docs/types/type-aliases/Cancel.md +23 -0
  84. package/docs/types/type-aliases/Completed.md +35 -0
  85. package/docs/types/type-aliases/ComponentMessage.md +41 -0
  86. package/docs/types/type-aliases/ConnectionOptions.md +15 -0
  87. package/docs/types/type-aliases/CryptoCredential.md +15 -0
  88. package/docs/types/type-aliases/DID.md +15 -0
  89. package/docs/types/type-aliases/DTI.md +38 -0
  90. package/docs/types/type-aliases/Destination.md +15 -0
  91. package/docs/types/type-aliases/Error.md +29 -0
  92. package/docs/types/type-aliases/FieldOptions.md +15 -0
  93. package/docs/types/type-aliases/FieldTypes.md +25 -0
  94. package/docs/types/type-aliases/HostMessage.md +37 -0
  95. package/docs/types/type-aliases/ISOCurrency.md +15 -0
  96. package/docs/types/type-aliases/InvalidValue.md +45 -0
  97. package/docs/types/type-aliases/LEI.md +15 -0
  98. package/docs/types/type-aliases/LegalPersonFieldName.md +13 -0
  99. package/docs/types/type-aliases/LegalPersonFields.md +15 -0
  100. package/docs/types/type-aliases/NaturalPersonFieldName.md +15 -0
  101. package/docs/types/type-aliases/NaturalPersonFields.md +15 -0
  102. package/docs/types/type-aliases/NotabeneAsset.md +36 -0
  103. package/docs/types/type-aliases/Ready.md +21 -0
  104. package/docs/types/type-aliases/ResizeRequest.md +27 -0
  105. package/docs/types/type-aliases/Source.md +15 -0
  106. package/docs/types/type-aliases/Theme.md +33 -0
  107. package/docs/types/type-aliases/TransactionAsset.md +15 -0
  108. package/docs/types/type-aliases/TravelAddress.md +37 -0
  109. package/docs/types/type-aliases/URI.md +15 -0
  110. package/docs/types/type-aliases/UUID.md +27 -0
  111. package/docs/types/type-aliases/UpdateValue.md +54 -0
  112. package/docs/types/type-aliases/V1Asset.md +36 -0
  113. package/docs/types/type-aliases/V1Transaction.md +49 -0
  114. package/docs/types/type-aliases/VASPOptions.md +25 -0
  115. package/docs/types/type-aliases/ValidationError.md +25 -0
  116. package/package.json +16 -14
  117. package/src/components/EmbeddedComponent.ts +1 -0
  118. package/src/notabene.ts +21 -21
  119. package/src/types.ts +1 -1
  120. package/dist/js/notabene.js +0 -1
@@ -0,0 +1,30 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / LegalPersonNameID
6
+
7
+ # Type Alias: LegalPersonNameID
8
+
9
+ > **LegalPersonNameID**: `object`
10
+
11
+ Legal Person Name ID
12
+ Represents a name identifier for a legal person
13
+
14
+ ## Type declaration
15
+
16
+ ### legalPersonName
17
+
18
+ > **legalPersonName**: `string`
19
+
20
+ Name by which the legal person is known
21
+
22
+ ### legalPersonNameIdentifierType
23
+
24
+ > **legalPersonNameIdentifierType**: [`LegalPersonNameTypeCode`](LegalPersonNameTypeCode.md)
25
+
26
+ The nature of the name specified
27
+
28
+ ## Defined in
29
+
30
+ [ivms/types.ts:233](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L233)
@@ -0,0 +1,16 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / LegalPersonNameTypeCode
6
+
7
+ # Type Alias: LegalPersonNameTypeCode
8
+
9
+ > **LegalPersonNameTypeCode**: `"LEGL"` \| `"SHRT"` \| `"TRAD"`
10
+
11
+ Legal Person Name Type Code
12
+ Specifies the type of name for a legal person
13
+
14
+ ## Defined in
15
+
16
+ [ivms/types.ts:34](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L34)
@@ -0,0 +1,30 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / LocalLegalPersonNameID
6
+
7
+ # Type Alias: LocalLegalPersonNameID
8
+
9
+ > **LocalLegalPersonNameID**: `object`
10
+
11
+ Local Legal Person Name ID
12
+ Represents a local name identifier for a legal person
13
+
14
+ ## Type declaration
15
+
16
+ ### legalPersonName?
17
+
18
+ > `optional` **legalPersonName**: `string`
19
+
20
+ Name of the legal person, maximum 100 characters in local format
21
+
22
+ ### legalPersonNameIdentifierType?
23
+
24
+ > `optional` **legalPersonNameIdentifierType**: [`LegalPersonNameTypeCode`](LegalPersonNameTypeCode.md)
25
+
26
+ Type of legal person name identifier
27
+
28
+ ## Defined in
29
+
30
+ [ivms/types.ts:221](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L221)
@@ -0,0 +1,36 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / LocalNaturalPersonNameID
6
+
7
+ # Type Alias: LocalNaturalPersonNameID
8
+
9
+ > **LocalNaturalPersonNameID**: `object`
10
+
11
+ Local Natural Person Name ID
12
+ Represents a local name identifier for a natural person
13
+
14
+ ## Type declaration
15
+
16
+ ### nameIdentifierType?
17
+
18
+ > `optional` **nameIdentifierType**: [`NaturalPersonNameTypeCode`](NaturalPersonNameTypeCode.md)
19
+
20
+ Type of name identifier
21
+
22
+ ### primaryIdentifier?
23
+
24
+ > `optional` **primaryIdentifier**: `string`
25
+
26
+ Primary identifier, maximum 100 characters in local format
27
+
28
+ ### secondaryIdentifier?
29
+
30
+ > `optional` **secondaryIdentifier**: `string`
31
+
32
+ Secondary identifier, maximum 100 characters in local format
33
+
34
+ ## Defined in
35
+
36
+ [ivms/types.ts:159](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L159)
@@ -0,0 +1,42 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / NationalIdentification
6
+
7
+ # Type Alias: NationalIdentification
8
+
9
+ > **NationalIdentification**: `object`
10
+
11
+ National Identification
12
+ Represents a national identifier for a person or entity
13
+
14
+ ## Type declaration
15
+
16
+ ### countryOfIssue?
17
+
18
+ > `optional` **countryOfIssue**: [`ISOCountryCode`](ISOCountryCode.md)
19
+
20
+ Country that issued the national identifier
21
+
22
+ ### nationalIdentifier?
23
+
24
+ > `optional` **nationalIdentifier**: `string`
25
+
26
+ National identifier (max 35 characters)
27
+
28
+ ### nationalIdentifierType?
29
+
30
+ > `optional` **nationalIdentifierType**: [`NationalIdentifierTypeCode`](NationalIdentifierTypeCode.md)
31
+
32
+ Type of national identifier
33
+
34
+ ### registrationAuthority?
35
+
36
+ > `optional` **registrationAuthority**: `string`
37
+
38
+ Registration authority (format: RA followed by 6 digits)
39
+
40
+ ## Defined in
41
+
42
+ [ivms/types.ts:91](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L91)
@@ -0,0 +1,16 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / NationalIdentifierTypeCode
6
+
7
+ # Type Alias: NationalIdentifierTypeCode
8
+
9
+ > **NationalIdentifierTypeCode**: `"ARNU"` \| `"CCPT"` \| `"RAID"` \| `"DRLC"` \| `"FIIN"` \| `"TXID"` \| `"SOCS"` \| `"IDCD"` \| `"LEIX"` \| `"MISC"`
10
+
11
+ National Identifier Type Code
12
+ Specifies the type of national identifier
13
+
14
+ ## Defined in
15
+
16
+ [ivms/types.ts:54](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L54)
@@ -0,0 +1,54 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / NaturalPerson
6
+
7
+ # Type Alias: NaturalPerson
8
+
9
+ > **NaturalPerson**: `object`
10
+
11
+ Natural Person
12
+ Represents a natural person with all associated information
13
+
14
+ ## Type declaration
15
+
16
+ ### countryOfResidence?
17
+
18
+ > `optional` **countryOfResidence**: [`ISOCountryCode`](ISOCountryCode.md)
19
+
20
+ Country in which a person resides (the place of a person's home)
21
+
22
+ ### customerIdentification?
23
+
24
+ > `optional` **customerIdentification**: `string`
25
+
26
+ A distinct identifier that uniquely identifies the person to the institution in context
27
+
28
+ ### dateAndPlaceOfBirth?
29
+
30
+ > `optional` **dateAndPlaceOfBirth**: [`DateAndPlaceOfBirth`](DateAndPlaceOfBirth.md)
31
+
32
+ Date and place of birth of a person
33
+
34
+ ### geographicAddress?
35
+
36
+ > `optional` **geographicAddress**: [`Address`](Address.md)[]
37
+
38
+ The particulars of a location at which a person may be communicated with
39
+
40
+ ### name
41
+
42
+ > **name**: [`NaturalPersonName`](NaturalPersonName.md)
43
+
44
+ The distinct words used as identification for an individual
45
+
46
+ ### nationalIdentification?
47
+
48
+ > `optional` **nationalIdentification**: [`NationalIdentification`](NationalIdentification.md)
49
+
50
+ A distinct identifier used by governments to uniquely identify a natural person
51
+
52
+ ## Defined in
53
+
54
+ [ivms/types.ts:201](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L201)
@@ -0,0 +1,36 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / NaturalPersonName
6
+
7
+ # Type Alias: NaturalPersonName
8
+
9
+ > **NaturalPersonName**: `object`
10
+
11
+ Natural Person Name
12
+ Represents the full name structure for a natural person
13
+
14
+ ## Type declaration
15
+
16
+ ### localNameIdentifier?
17
+
18
+ > `optional` **localNameIdentifier**: [`LocalNaturalPersonNameID`](LocalNaturalPersonNameID.md)[]
19
+
20
+ Array of local name identifiers
21
+
22
+ ### nameIdentifier?
23
+
24
+ > `optional` **nameIdentifier**: [`NaturalPersonNameID`](NaturalPersonNameID.md)[]
25
+
26
+ Array of name identifiers
27
+
28
+ ### phoneticNameIdentifier?
29
+
30
+ > `optional` **phoneticNameIdentifier**: [`LocalNaturalPersonNameID`](LocalNaturalPersonNameID.md)[]
31
+
32
+ Array of phonetic name identifiers
33
+
34
+ ## Defined in
35
+
36
+ [ivms/types.ts:187](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L187)
@@ -0,0 +1,36 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / NaturalPersonNameID
6
+
7
+ # Type Alias: NaturalPersonNameID
8
+
9
+ > **NaturalPersonNameID**: `object`
10
+
11
+ Natural Person Name ID
12
+ Represents a name identifier for a natural person
13
+
14
+ ## Type declaration
15
+
16
+ ### nameIdentifierType?
17
+
18
+ > `optional` **nameIdentifierType**: [`NaturalPersonNameTypeCode`](NaturalPersonNameTypeCode.md)
19
+
20
+ Type of name identifier
21
+
22
+ ### primaryIdentifier?
23
+
24
+ > `optional` **primaryIdentifier**: `string`
25
+
26
+ Primary identifier, maximum 100 characters
27
+
28
+ ### secondaryIdentifier?
29
+
30
+ > `optional` **secondaryIdentifier**: `string`
31
+
32
+ Secondary identifier, maximum 100 characters
33
+
34
+ ## Defined in
35
+
36
+ [ivms/types.ts:173](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L173)
@@ -0,0 +1,16 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / NaturalPersonNameTypeCode
6
+
7
+ # Type Alias: NaturalPersonNameTypeCode
8
+
9
+ > **NaturalPersonNameTypeCode**: `"ALIA"` \| `"BIRT"` \| `"MAID"` \| `"LEGL"` \| `"MISC"`
10
+
11
+ Natural Person Name Type Code
12
+ Specifies the type of name for a natural person
13
+
14
+ ## Defined in
15
+
16
+ [ivms/types.ts:22](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L22)
@@ -0,0 +1,24 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / OriginatingVASP
6
+
7
+ # Type Alias: OriginatingVASP
8
+
9
+ > **OriginatingVASP**: `object`
10
+
11
+ Originating VASP
12
+ Represents the VASP which initiates the VA transfer
13
+
14
+ ## Type declaration
15
+
16
+ ### originatingVASP?
17
+
18
+ > `optional` **originatingVASP**: [`Person`](Person.md)
19
+
20
+ The originating VASP information
21
+
22
+ ## Defined in
23
+
24
+ [ivms/types.ts:325](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L325)
@@ -0,0 +1,30 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / Originator
6
+
7
+ # Type Alias: Originator
8
+
9
+ > **Originator**: `object`
10
+
11
+ Originator
12
+ Represents the account holder who initiates the 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
+ ### originatorPersons?
23
+
24
+ > `optional` **originatorPersons**: [`Person`](Person.md)[]
25
+
26
+ Array of persons associated with the originator
27
+
28
+ ## Defined in
29
+
30
+ [ivms/types.ts:301](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L301)
@@ -0,0 +1,30 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / Person
6
+
7
+ # Type Alias: Person
8
+
9
+ > **Person**: `object`
10
+
11
+ Person
12
+ Represents either a natural person or a legal person
13
+
14
+ ## Type declaration
15
+
16
+ ### legalPerson?
17
+
18
+ > `optional` **legalPerson**: [`LegalPerson`](LegalPerson.md)
19
+
20
+ Legal person information
21
+
22
+ ### naturalPerson?
23
+
24
+ > `optional` **naturalPerson**: [`NaturalPerson`](NaturalPerson.md)
25
+
26
+ Natural person information
27
+
28
+ ## Defined in
29
+
30
+ [ivms/types.ts:277](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L277)
@@ -0,0 +1,24 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / TransferPath
6
+
7
+ # Type Alias: TransferPath
8
+
9
+ > **TransferPath**: `object`
10
+
11
+ Transfer Path
12
+ Represents the path of intermediary VASPs in a transfer
13
+
14
+ ## Type declaration
15
+
16
+ ### transferPath?
17
+
18
+ > `optional` **transferPath**: [`IntermediaryVASP`](IntermediaryVASP.md)[]
19
+
20
+ Array of intermediary VASPs involved in the transfer
21
+
22
+ ## Defined in
23
+
24
+ [ivms/types.ts:345](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L345)
@@ -0,0 +1,16 @@
1
+ [**@notabene/javascript-sdk**](../../../README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ [@notabene/javascript-sdk](../../../modules.md) / [ivms/types](../README.md) / TransliterationMethodCode
6
+
7
+ # Type Alias: TransliterationMethodCode
8
+
9
+ > **TransliterationMethodCode**: `"arab"` \| `"aran"` \| `"armn"` \| `"cyrl"` \| `"deva"` \| `"geor"` \| `"grek"` \| `"hani"` \| `"hebr"` \| `"kana"` \| `"kore"` \| `"thai"` \| `"othr"`
10
+
11
+ Transliteration Method Code
12
+ Specifies the method used to transliterate text
13
+
14
+ ## Defined in
15
+
16
+ [ivms/types.ts:71](https://gitlab.com/notabene/open-source/javascript-sdk/-/blob/675e0bac9f2136d1cf47e6f5980760f80d3d1995/src/ivms/types.ts#L71)
@@ -0,0 +1,11 @@
1
+ [**@notabene/javascript-sdk**](README.md) • **Docs**
2
+
3
+ ***
4
+
5
+ # @notabene/javascript-sdk
6
+
7
+ ## Modules
8
+
9
+ - [ivms/types](ivms/types/README.md)
10
+ - [notabene](notabene/README.md)
11
+ - [types](types/README.md)