Skip to content

Releases: stackin-io/stackin-node-sdk

Release list

v0.2.0

Choose a tag to compare

@FernandoCelmer FernandoCelmer released this 04 Sep 17:42

Added

  • Invoice.reissue(invoiceId) — retries a submission that never reached the authorizer, or that it rejected.

The argument is the invoice's local id, not an access key: a failed submission never received one. Reissuing consumes quota exactly like a fresh issue(), so the SDK deliberately does not wrap it in a retry loop.

await client.reissue("9f2c1e3a-4b5d-6e7f-8a9b-0c1d2e3f4a5b");

This brings the Node SDK in line with the Python, Go and PHP clients, which already exposed the method. specs/API_CONTRACT.md in stackin-sdk-template has been updated to document it as the fourth method of the contract.

Full documentation: Node SDK guide · SDK reference

v0.1.0

Choose a tag to compare

@FernandoCelmer FernandoCelmer released this 04 Sep 16:15

Initial release — Node/TypeScript SDK for stackin (NF-e / NFS-e).