Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.
This repository was archived by the owner on May 30, 2025. It is now read-only.

Models Types don't reflect API doc #111

@diogonlucena

Description

@diogonlucena

Hello. We've started working with moov SDK and seems that there are some fields specified in the API doc that don't exist in the SDK typing

example:
api doc for Retrieve Transfer: https://docs.moov.io/api/money-movement/transfers/get/
says that theres a field called "failureReason"
but typing doesn't have it: https://github.com/moovfinancial/moov-node/blob/main/lib/types/transfers.d.ts#L497

there are many other fields in the same situation:

  • moovFeeDetails
  • completedOn
  • createdOn
    • this seems to be a worst case situation as the type defines the "createdAt" which doesn't seems to exist
  • disputes
  • groupId

and many others.

Is there any plan to update the SDK?

should we be using the regular api with some other rest lib instead? thanks ^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions