library · inferred from evidence
@knocklabs/node
A Node.js library provided by Knock Labs for interacting with the Knock API.
- knock.workflows.deleteSchedules throws UnprocessableEntityException: schedule_ids(cast): is invalid
In Knock: This was a library bug: the SDK was not sending `Content-Type: application/json` on these requests, so the API could not cast the `schedule_ids` (or `recipients`) payload. It was fixed by the headers change shipped in @knocklabs/n
- Import errors with jose in @knocklabs/node ESM builds (jose version conflict)
The `jose` version conflict was resolved when @knocklabs/node 1.x dropped the `jose` dependency entirely. Upgrade to the 1.x release line to remove the conflict.