Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Nov 4, 2022
1 parent f182622 commit d2b043b
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 15 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.2.2](https://github.com/masa-finance/masa-sdk/compare/v0.2.1...v0.2.2)

> 3 November 2022
- Gas price adjustment [`9ec159a`](https://github.com/masa-finance/masa-sdk/commit/9ec159a60490699a672b9be2f60f04645c514d5d)

#### [v0.2.1](https://github.com/masa-finance/masa-sdk/compare/v0.2.0...v0.2.1)

> 3 November 2022
- Added 2fa support [`#1`](https://github.com/masa-finance/masa-sdk/pull/1)
- update docs [`bb9ab95`](https://github.com/masa-finance/masa-sdk/commit/bb9ab95595937d5ea636f897f8ec4c441b1d12d4)
- Adding session getter [`d591ca0`](https://github.com/masa-finance/masa-sdk/commit/d591ca0bc3cc4f1e2e396f46febdb7a5987c98ef)
- update changelog [`8f832ea`](https://github.com/masa-finance/masa-sdk/commit/8f832ea7281d0616330329becd3f4f494a04983f)

#### [v0.2.0](https://github.com/masa-finance/masa-sdk/compare/v0.1.10...v0.2.0)

> 3 November 2022
Expand Down
3 changes: 2 additions & 1 deletion docs/README.md
@@ -1,11 +1,12 @@
# Masa SDK
- v0.2.0 / [Exports](modules.md)
- v0.2.2 / [Exports](modules.md)

---

**🌽🌽 THIS IS BETA SOFTWARE. IT COULD LEAD TO RAPID UNSCHEDULED DISASSEMBLY. If you run into problems, please open up a new issue. 🌽🌽**

---

<!-- TOC -->

* [Installation](#installation)
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/ContractService.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.0](../README.md) / [Exports](../modules.md) / ContractService
- v0.2.2](../README.md) / [Exports](../modules.md) / ContractService

# Class: ContractService

Expand Down
3 changes: 2 additions & 1 deletion docs/classes/Masa.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.0](../README.md) / [Exports](../modules.md) / Masa
- v0.2.2](../README.md) / [Exports](../modules.md) / Masa

# Class: Masa

Expand Down Expand Up @@ -135,6 +135,7 @@ ___
| Name | Type |
| :------ | :------ |
| `checkLogin` | () => `Promise`<`boolean`\> |
| `getSession` | () => `Promise`<`any`\> |
| `login` | () => `Promise`<`undefined` \| { `address`: `string` ; `cookie`: `string` ; `userId`: `string` \| `BigNumber` }\> |
| `logout` | () => `Promise`<`undefined` \| { `status`: `string` }\> |
| `sessionLogout` | () => `Promise`<`undefined` \| { `status`: `string` }\> |
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/MasaClient.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.0](../README.md) / [Exports](../modules.md) / MasaClient
- v0.2.2](../README.md) / [Exports](../modules.md) / MasaClient

# Class: MasaClient

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/Addresses.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.0](../README.md) / [Exports](../modules.md) / Addresses
- v0.2.2](../README.md) / [Exports](../modules.md) / Addresses

# Interface: Addresses

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/Attribute.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.0](../README.md) / [Exports](../modules.md) / Attribute
- v0.2.2](../README.md) / [Exports](../modules.md) / Attribute

# Interface: Attribute

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ICreditReport.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.0](../README.md) / [Exports](../modules.md) / ICreditReport
- v0.2.2](../README.md) / [Exports](../modules.md) / ICreditReport

# Interface: ICreditReport

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/IIdentity.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.0](../README.md) / [Exports](../modules.md) / IIdentity
- v0.2.2](../README.md) / [Exports](../modules.md) / IIdentity

# Interface: IIdentity

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/IIdentityContracts.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.0](../README.md) / [Exports](../modules.md) / IIdentityContracts
- v0.2.2](../README.md) / [Exports](../modules.md) / IIdentityContracts

# Interface: IIdentityContracts

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ISoulName.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.0](../README.md) / [Exports](../modules.md) / ISoulName
- v0.2.2](../README.md) / [Exports](../modules.md) / ISoulName

# Interface: ISoulName

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/LoadContractArgs.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.0](../README.md) / [Exports](../modules.md) / LoadContractArgs
- v0.2.2](../README.md) / [Exports](../modules.md) / LoadContractArgs

# Interface: LoadContractArgs

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/MasaArgs.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.0](../README.md) / [Exports](../modules.md) / MasaArgs
- v0.2.2](../README.md) / [Exports](../modules.md) / MasaArgs

# Interface: MasaArgs

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/MasaConfig.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.0](../README.md) / [Exports](../modules.md) / MasaConfig
- v0.2.2](../README.md) / [Exports](../modules.md) / MasaConfig

# Interface: MasaConfig

Expand Down
4 changes: 2 additions & 2 deletions docs/modules.md
@@ -1,8 +1,8 @@
[# Masa SDK
- v0.2.0](README.md) / Exports
- v0.2.2](README.md) / Exports

# # Masa SDK
- v0.2.0
- v0.2.2

## Table of contents

Expand Down

0 comments on commit d2b043b

Please sign in to comment.