node-zendesk icon indicating copy to clipboard operation
node-zendesk copied to clipboard

A trusted Zendesk API client library for Node.js and the browser, lovingly maintained for over 10 years.

Results 41 node-zendesk issues
Sort by recently updated
recently updated
newest added

Bumps [rollup](https://github.com/rollup/rollup) from 4.19.2 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.5 to 5.4.6. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. Changelog Sourced from vite's changelog. 5.4.6 (2024-09-16) fix: avoid DOM Clobbering...

dependencies

**Describe the Bug** Using import { createClient } from 'node-zendesk' in a ts project causes ts error. **Example Code** ```javascript import { createClient } from 'node-zendesk' const client = createClient({...

bug

## Pull Request Description The PR corrects the parameter types for the various create and update methods of the organization client (see #437 for a report on some of the...

## Pull Request Description Update types for: * Brand API types * Webhooks API types * Macros API types * Knowledge API articles and categories partial types * Ticket API...

## **Issue** Server returns 404 error when trying to redact a comment attachment. This is due to the fact the method is using a `delete` and not a `put` http...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 5.4.14. Release notes Sourced from vite's releases. v5.4.14 Please refer to CHANGELOG.md for details. v5.4.13 Please refer to CHANGELOG.md for details. v5.4.12 This version contains...

dependencies

**Feature Description** Add support to `external_id` when listing tickets. Ref: https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#parameters **Example Use Case** When a ticket is created using `external_id`, we can easily map our entity to zendesk ticket...

enhancement

Issue #408 is still present in the latest version. I think the cause is that Attachments.upload has jsdoc that requires the file to be presented as Buffer, which is then...

bug

**Describe the Bug** updateMany for organizations appears to have an incorrect type definition and example in: `/node-zendesk/dist/types/clients/core/organizations.d.ts` The current type definition for client.organizations.updateMany ``` (method) Organizations.updateMany(organizations: object[]): Promise ``` With...

bug