Skip to content

Commit

Permalink
docs: enhance docs
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Aug 28, 2024
1 parent e9a050a commit 41c053f
Show file tree
Hide file tree
Showing 94 changed files with 692 additions and 610 deletions.
206 changes: 126 additions & 80 deletions apps/developer/docs/packages/SDK/classes/MoneriumClient.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/developer/docs/packages/SDK/enumerations/OrderKind.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

| Enumeration Member | Value | Defined in |
| ------ | ------ | ------ |
| `issue` | `"issue"` | [types.ts:309](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L309) |
| `redeem` | `"redeem"` | [types.ts:308](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L308) |
| `issue` | `"issue"` | [types.ts:307](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L307) |
| `redeem` | `"redeem"` | [types.ts:306](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L306) |
8 changes: 4 additions & 4 deletions apps/developer/docs/packages/SDK/enumerations/OrderState.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Enumeration Member | Value | Defined in |
| ------ | ------ | ------ |
| `pending` | `"pending"` | [types.ts:314](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L314) |
| `placed` | `"placed"` | [types.ts:313](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L313) |
| `processed` | `"processed"` | [types.ts:315](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L315) |
| `rejected` | `"rejected"` | [types.ts:316](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L316) |
| `pending` | `"pending"` | [types.ts:312](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L312) |
| `placed` | `"placed"` | [types.ts:311](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L311) |
| `processed` | `"processed"` | [types.ts:313](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L313) |
| `rejected` | `"rejected"` | [types.ts:314](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L314) |
6 changes: 3 additions & 3 deletions apps/developer/docs/packages/SDK/interfaces/Address.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| `address` | `string` | The address | [types.ts:284](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L284) |
| `chains` | [`Chain`](/docs/packages/sdk/type-aliases/Chain.md)[] | - | [types.ts:285](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L285) |
| `profile` | `string` | The id of the profile. | [types.ts:281](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L281) |
| `address` | `string` | The address | [types.ts:281](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L281) |
| `chains` | [`Chain`](/docs/packages/sdk/type-aliases/Chain.md)[] | Which chains is the address linked on. | [types.ts:283](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L283) |
| `profile` | `string` | The id of the profile the address belongs to. | [types.ts:279](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L279) |
2 changes: 1 addition & 1 deletion apps/developer/docs/packages/SDK/interfaces/Addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

| Property | Type | Defined in |
| ------ | ------ | ------ |
| `addresses` | [`Address`](/docs/packages/sdk/interfaces/Address.md)[] | [types.ts:289](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L289) |
| `addresses` | [`Address`](/docs/packages/sdk/interfaces/Address.md)[] | [types.ts:287](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L287) |
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| `chain?` | `number` \| [`Chain`](/docs/packages/sdk/type-aliases/Chain.md) | Filter the list on the chain | [types.ts:272](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L272) |
| `profile?` | `string` | Filter the list on profile ID | [types.ts:270](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L270) |
| `chain?` | `number` \| [`Chain`](/docs/packages/sdk/type-aliases/Chain.md) | Filter the list by chain | [types.ts:274](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L274) |
| `profile?` | `string` | Filter the list on profile ID | [types.ts:272](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L272) |
18 changes: 9 additions & 9 deletions apps/developer/docs/packages/SDK/interfaces/AuthFlowOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

## Properties

| Property | Type | Defined in |
| ------ | ------ | ------ |
| `address?` | `string` | [types.ts:527](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L527) |
| `chain?` | `number` \| [`Chain`](/docs/packages/sdk/type-aliases/Chain.md) | [types.ts:529](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L529) |
| `clientId?` | `string` | [types.ts:525](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L525) |
| `redirectUri?` | `string` | [types.ts:526](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L526) |
| `signature?` | `string` | [types.ts:528](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L528) |
| `skipCreateAccount?` | `boolean` | [types.ts:531](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L531) |
| `state?` | `string` | [types.ts:530](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L530) |
| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| `address?` | `string` | the address your customer should link in auth flow | [types.ts:533](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L533) |
| `chain?` | `number` \| [`Chain`](/docs/packages/sdk/type-aliases/Chain.md) | the chain of the address | [types.ts:537](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L537) |
| `clientId?` | `string` | the auth flow client ID for your application | [types.ts:529](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L529) |
| `redirectUri?` | `string` | the redirect URI defined by your application | [types.ts:531](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L531) |
| `signature?` | `string` | the signature of the address | [types.ts:535](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L535) |
| `skipCreateAccount?` | `boolean` | skip account creation in auth flow | [types.ts:541](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L541) |
| `state?` | `string` | the state oauth parameter | [types.ts:539](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L539) |
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

| Property | Type | Defined in |
| ------ | ------ | ------ |
| `clientId` | `string` | [types.ts:540](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L540) |
| `redirectUri` | `string` | [types.ts:541](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L541) |
| `clientId` | `string` | [types.ts:550](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L550) |
| `redirectUri` | `string` | [types.ts:551](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L551) |
8 changes: 4 additions & 4 deletions apps/developer/docs/packages/SDK/interfaces/Balances.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Property | Type | Defined in |
| ------ | ------ | ------ |
| `address` | `string` | [types.ts:300](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L300) |
| `balances` | [`CurrencyBalance`](/docs/packages/sdk/interfaces/CurrencyBalance.md)[] | [types.ts:302](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L302) |
| `chain` | [`Chain`](/docs/packages/sdk/type-aliases/Chain.md) | [types.ts:301](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L301) |
| `id` | `string` | [types.ts:299](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L299) |
| `address` | `string` | [types.ts:298](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L298) |
| `balances` | [`CurrencyBalance`](/docs/packages/sdk/interfaces/CurrencyBalance.md)[] | [types.ts:300](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L300) |
| `chain` | [`Chain`](/docs/packages/sdk/type-aliases/Chain.md) | [types.ts:299](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L299) |
| `id` | `string` | [types.ts:297](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L297) |
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

| Property | Type | Defined in |
| ------ | ------ | ------ |
| `clientId` | `string` | [types.ts:535](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L535) |
| `clientSecret` | `string` | [types.ts:536](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L536) |
| `clientId` | `string` | [types.ts:545](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L545) |
| `clientSecret` | `string` | [types.ts:546](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L546) |
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| `address` | `string` | - | [types.ts:247](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L247) |
| `city` | `string` | - | [types.ts:249](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L249) |
| `country` | `string` | - | [types.ts:250](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L250) |
| `countryState` | `string` | - | [types.ts:251](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L251) |
| `directors` | [`Director`](/docs/packages/sdk/type-aliases/Director.md)[] | List of Individual who has powers to legally bind the company (power of procuration). | [types.ts:257](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L257) |
| `finalBeneficiaries` | [`Beneficiary`](/docs/packages/sdk/type-aliases/Beneficiary.md)[] | List of beneficial owner that owns 25% or more in a corporation. | [types.ts:255](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L255) |
| `name` | `string` | - | [types.ts:245](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L245) |
| `postalCode` | `string` | - | [types.ts:248](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L248) |
| `registrationNumber` | `string` | - | [types.ts:246](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L246) |
| `representatives` | [`PersonalProfileDetails`](/docs/packages/sdk/interfaces/PersonalProfileDetails.md)[] | List of individuals representing the company and authorized to act on it's behalf. | [types.ts:253](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L253) |
| `address` | `string` | - | [types.ts:249](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L249) |
| `city` | `string` | - | [types.ts:251](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L251) |
| `country` | `string` | - | [types.ts:252](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L252) |
| `countryState` | `string` | - | [types.ts:253](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L253) |
| `directors` | [`Director`](/docs/packages/sdk/type-aliases/Director.md)[] | List of Individual who has powers to legally bind the company (power of procuration). | [types.ts:259](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L259) |
| `finalBeneficiaries` | [`Beneficiary`](/docs/packages/sdk/type-aliases/Beneficiary.md)[] | List of beneficial owner that owns 25% or more in a corporation. | [types.ts:257](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L257) |
| `name` | `string` | - | [types.ts:247](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L247) |
| `postalCode` | `string` | - | [types.ts:250](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L250) |
| `registrationNumber` | `string` | - | [types.ts:248](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L248) |
| `representatives` | [`PersonalProfileDetails`](/docs/packages/sdk/interfaces/PersonalProfileDetails.md)[] | List of individuals representing the company and authorized to act on it's behalf. | [types.ts:255](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L255) |
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

| Property | Type | Defined in |
| ------ | ------ | ------ |
| `corporate` | [`CorporateProfileDetails`](/docs/packages/sdk/interfaces/CorporateProfileDetails.md) | [types.ts:260](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L260) |
| `corporate` | [`CorporateProfileDetails`](/docs/packages/sdk/interfaces/CorporateProfileDetails.md) | [types.ts:262](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L262) |
4 changes: 2 additions & 2 deletions apps/developer/docs/packages/SDK/interfaces/Corporation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

| Property | Type | Defined in |
| ------ | ------ | ------ |
| `companyName` | `string` | [types.ts:351](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L351) |
| `country` | `string` | [types.ts:352](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L352) |
| `companyName` | `string` | [types.ts:349](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L349) |
| `country` | `string` | [types.ts:350](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L350) |
4 changes: 2 additions & 2 deletions apps/developer/docs/packages/SDK/interfaces/Counterpart.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

| Property | Type | Defined in |
| ------ | ------ | ------ |
| `details` | [`Individual`](/docs/packages/sdk/interfaces/Individual.md) \| [`Corporation`](/docs/packages/sdk/interfaces/Corporation.md) | [types.ts:357](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L357) |
| `identifier` | [`IBANIdentifier`](/docs/packages/sdk/interfaces/IBANIdentifier.md) \| [`CrossChainIdentifier`](/docs/packages/sdk/interfaces/CrossChainIdentifier.md) \| [`SCANIdentifier`](/docs/packages/sdk/interfaces/SCANIdentifier.md) | [types.ts:356](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L356) |
| `details` | [`Individual`](/docs/packages/sdk/interfaces/Individual.md) \| [`Corporation`](/docs/packages/sdk/interfaces/Corporation.md) | [types.ts:355](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L355) |
| `identifier` | [`IBANIdentifier`](/docs/packages/sdk/interfaces/IBANIdentifier.md) \| [`CrossChainIdentifier`](/docs/packages/sdk/interfaces/CrossChainIdentifier.md) \| [`SCANIdentifier`](/docs/packages/sdk/interfaces/SCANIdentifier.md) | [types.ts:354](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L354) |
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

| Property | Type | Description | Overrides | Inherited from | Defined in |
| ------ | ------ | ------ | ------ | ------ | ------ |
| `address` | `string` | The receivers address | - | - | [types.ts:333](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L333) |
| `address` | `string` | The receivers address | - | - | [types.ts:331](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L331) |
| `bic?` | `string` | - | - | [`Identifier`](/docs/packages/sdk/interfaces/Identifier.md).`bic` | [types.ts:192](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L192) |
| `chain` | `number` \| [`Chain`](/docs/packages/sdk/type-aliases/Chain.md) | The receivers network | - | - | [types.ts:335](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L335) |
| `standard` | `chain` | - | [`Identifier`](/docs/packages/sdk/interfaces/Identifier.md).`standard` | - | [types.ts:331](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L331) |
| `chain` | `number` \| [`Chain`](/docs/packages/sdk/type-aliases/Chain.md) | The receivers network | - | - | [types.ts:333](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L333) |
| `standard` | `chain` | - | [`Identifier`](/docs/packages/sdk/interfaces/Identifier.md).`standard` | - | [types.ts:329](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L329) |
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

| Property | Type | Defined in |
| ------ | ------ | ------ |
| `amount` | `string` | [types.ts:295](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L295) |
| `currency` | [`Currency`](/docs/packages/sdk/enumerations/Currency.md) | [types.ts:294](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L294) |
| `amount` | `string` | [types.ts:293](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L293) |
| `currency` | [`Currency`](/docs/packages/sdk/enumerations/Currency.md) | [types.ts:292](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L292) |
6 changes: 3 additions & 3 deletions apps/developer/docs/packages/SDK/interfaces/Fee.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

| Property | Type | Defined in |
| ------ | ------ | ------ |
| `amount` | `string` | [types.ts:322](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L322) |
| `currency` | [`Currency`](/docs/packages/sdk/enumerations/Currency.md) | [types.ts:321](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L321) |
| `provider` | `"satchel"` | [types.ts:320](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L320) |
| `amount` | `string` | [types.ts:320](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L320) |
| `currency` | [`Currency`](/docs/packages/sdk/enumerations/Currency.md) | [types.ts:319](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L319) |
| `provider` | `"satchel"` | [types.ts:318](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L318) |
10 changes: 5 additions & 5 deletions apps/developer/docs/packages/SDK/interfaces/IBAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

| Property | Type | Defined in |
| ------ | ------ | ------ |
| `address` | `string` | [types.ts:500](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L500) |
| `bic` | `string` | [types.ts:498](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L498) |
| `chain` | [`Chain`](/docs/packages/sdk/type-aliases/Chain.md) | [types.ts:501](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L501) |
| `iban` | `string` | [types.ts:497](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L497) |
| `profile` | `string` | [types.ts:499](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L499) |
| `address` | `string` | [types.ts:501](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L501) |
| `bic` | `string` | [types.ts:499](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L499) |
| `chain` | [`Chain`](/docs/packages/sdk/type-aliases/Chain.md) | [types.ts:502](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L502) |
| `iban` | `string` | [types.ts:498](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L498) |
| `profile` | `string` | [types.ts:500](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L500) |
4 changes: 2 additions & 2 deletions apps/developer/docs/packages/SDK/interfaces/IBANIdentifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
| Property | Type | Overrides | Inherited from | Defined in |
| ------ | ------ | ------ | ------ | ------ |
| `bic?` | `string` | - | [`Identifier`](/docs/packages/sdk/interfaces/Identifier.md).`bic` | [types.ts:192](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L192) |
| `iban` | `string` | - | - | [types.ts:327](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L327) |
| `standard` | `iban` | [`Identifier`](/docs/packages/sdk/interfaces/Identifier.md).`standard` | - | [types.ts:326](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L326) |
| `iban` | `string` | - | - | [types.ts:325](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L325) |
| `standard` | `iban` | [`Identifier`](/docs/packages/sdk/interfaces/Identifier.md).`standard` | - | [types.ts:324](https://github.com/monerium/js-monorepo/blob/main/packages/sdk/src/types.ts#L324) |
Loading

0 comments on commit 41c053f

Please sign in to comment.