gocardless-nodejs
gocardless-nodejs copied to clipboard
GoCardless Node.js client
The typings for the `metadata` field in all the request parameters allows for any valid JSON structure, but the API only allows string values, and rejects all other values.
The types on the PaymentChargeDate show all the parameters as required - https://github.com/gocardless/gocardless-nodejs/blob/master/src/types/Types.ts#L2434 I was expecting these to either be optional or also accept undefined as a value (so you...
Package is distributed with //# sourceMappingURL = comments embedded. This confuses aws lambda that imports this package. See https://github.com/drd/strip-sourcemap-loader for more context. The workaround is to add this in webpack...
Hi there, I'm getting a bunch of package errors once I install gocardless-nodejs and then import into my project. I've tried installing and updating the packages, but the errors still...
Hello, I have (in a production environment only) this kind of error that happens randomly when I try call some methods of the library (using the 1.1.2 version) like the...
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Updates `braces` from 2.3.2 to 3.0.3 Changelog Sourced from braces's changelog. Release history All...
Package version: 4.0.0 when I do: ` const billingRequest = await this.client.billingRequests.create( { mandate_request: { scheme: 'bacs', }, } ` Here is my response url: 'https://api-sandbox.gocardless.com/billing_requests' and when I click...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.1 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...