Skip to content

Commit

Permalink
chore: update Accounts component (#84)
Browse files Browse the repository at this point in the history
* chore: update Accounts component

* chore: rename variable
  • Loading branch information
kleyow authored May 22, 2021
1 parent 5ea2d27 commit ee9838f
Show file tree
Hide file tree
Showing 11 changed files with 1,505 additions and 1,545 deletions.
1,996 changes: 976 additions & 1,020 deletions docs/thirdparty-openapi3-snippets.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/thirdparty/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export * as openapi from './openapi'

export namespace Schemas {
export type Account = components['schemas']['Account']
export type AccountAddress = components['schemas']['AccountAddress']
export type AccountId = components['schemas']['AccountId']
export type AccountList = components['schemas']['AccountList']
export type AccountsIDPutResponse = components['schemas']['AccountsIDPutResponse']
export type Amount = components['schemas']['Amount']
Expand Down
Loading

0 comments on commit ee9838f

Please sign in to comment.