Skip to content

Releases: lnflash/flash

v0.7.30 Release

09 Mar 17:40

Choose a tag to compare

Import postman to bruno & update account admin

v0.7.29 Release

03 Mar 18:34

Choose a tag to compare

add erpParty to account for admin-api

v0.7.28 Release

24 Feb 17:02
1fcd462

Choose a tag to compare

Documentation

  • Improve dev onboarding experience (#285)

v0.7.27 Release

23 Feb 15:55
52ab5ea

Choose a tag to compare

Features

  • AccountUpgradeRequest create and query (#281)

v0.7.26 Release

19 Feb 19:12
7056dc3

Choose a tag to compare

dev: rewrite tests for AccountUpgradeRequest logic (#280)

v0.7.25 Release

19 Feb 15:28
c7b39c0

Choose a tag to compare

Change types and interfaces for AccountUpgradeRequest (#278)

- Creates GQL Inputs for Address and Bank Account, which map to ErpNext
DocTypes
- Splits `BusinessUpgradeRequestInput` into a `ProUpgradeRequest` &
`MerchantUpgradeRequest`
- Simplifies Validation logic using existing `validator`
- Removes automatic upgrades for Pro
- set terminalsRequested as an int (validation asserts max of 1)
- updates return values with the request id so that it can be later
queried/handled

v0.7.24 Release

14 Feb 02:56
89f72a8

Choose a tag to compare

dev: Refactor Graphql SuccessResponse to stay DRY (#277)

Defines standard SUCCESS_RESPONSE for graphql that maps to the
SuccessPayload

v0.7.23 Release

12 Feb 19:53
2f7912e

Choose a tag to compare

Fix: Supported banks error response (#276)

Map the BankQueryError to a Graphql Error

v0.7.22 Release

12 Feb 19:43
2f7912e

Choose a tag to compare

Fix: Supported banks error response (#276)

Map the BankQueryError to a Graphql Error

v0.7.21 Release

12 Feb 16:48
025379f

Choose a tag to compare

Features

  • Add fields to AccountUpgradeRequest (#274)