v0.0.42

Field added

  • userCashBalances field in getWallet query
    • Added new userCashBalances field to the UserBalances type in the getWallet GraphQL query
    • Returns detailed information about individual user cash balance accounts
    • Supports pagination via paginate parameter (limit/offset)
    • Returns array of UserCashBalance objects ordered by creation date (most recent first)
    • Includes fields: userCashBalanceId, totalCashBalance, availableCashBalance, lifetimeCashBalance, nickname, status, createdAt
    • Enables tracking of multiple cash balance accounts per user with custom nicknames and status monitoring