Skip to content

Releases: PandaDoc/pandadoc-api-node-client

v7.0.0-rc.9

25 Feb 15:23

Choose a tag to compare

v7.0.0-rc.9 Pre-release
Pre-release

What's Changed

  • Update PandaDoc Node client to v7.0.0-rc.7 by @openapi-specification-gitlab-int[bot] in #55
  • Update PandaDoc Node client to v7.0.0-rc.8 by @openapi-specification-gitlab-int[bot] in #52
  • Update PandaDoc Node client to v7.0.0-rc.9 by @openapi-specification-gitlab-int[bot] in #53

Full Changelog: v7.0.0-rc.6...v7.0.0-rc.9

v7.0.0-rc.6

04 Feb 13:03

Choose a tag to compare

v7.0.0-rc.6 Pre-release
Pre-release

What's Changed

  • Update PandaDoc Node client to v7.0.0-rc.6 by @openapi-specification-gitlab-int[bot] in #51

Full Changelog: v7.0.0-rc.5...v7.0.0-rc.6

v7.0.0-rc.5

04 Feb 12:43

Choose a tag to compare

v7.0.0-rc.5 Pre-release
Pre-release

What's Changed

  • Update PandaDoc Node client to v7.0.0-rc.5 by @openapi-specification-gitlab-int[bot] in #50

Full Changelog: v7.0.0-rc.4...v7.0.0-rc.5

v7.0.0-rc.4

26 Jan 18:56

Choose a tag to compare

v7.0.0-rc.4 Pre-release
Pre-release

What's Changed

  • Update PandaDoc Node client to v7.0.0-rc.4 by @openapi-specification-gitlab-int[bot] in #48

Full Changelog: v7.0.0-rc.2...v7.0.0-rc.4

v7.0.0-rc.2

05 Jan 17:44

Choose a tag to compare

v7.0.0-rc.2 Pre-release
Pre-release
chore: Bump version to 7.0.0-rc.2

v7.0.0-rc.1

05 Jan 16:51

Choose a tag to compare

v7.0.0-rc.1 Pre-release
Pre-release

🚀 Release 7.0.0-rc.1

This release updates the PandaDoc TypeScript API client SDK to match OpenAPI Specification version 7.15.0 (from 6.2.0). This is a major update with significant new features and breaking changes.

✨ What's New

Major New Features

  • Content Library API - Full CRUD operations for content library items
  • Document Sections & Bundles - Manage document sections with upload and deletion
  • Auto Reminders - Configure automatic reminders for documents
  • Workspaces API - Complete workspace management with member and API key support
  • Templates API - Create, update, and delete templates
  • Notary Services (v2) - Full notarization workflow support
  • Product Catalog (v2) - Manage product catalog items
  • Document Fields API - Get and create document fields
  • Document Settings & Audit Trail (v2) - Enhanced document management
  • DOCX Export (Beta) - Export documents to DOCX format
  • Linked Objects API - Manage document-to-CRM relationships
  • Users & Member Tokens - User management and token generation

Enhancements

  • Added country field to contacts
  • Enhanced pricing tables with external_columns and fee support
  • New document properties: images, tables, texts, ref_number
  • Improved field and recipient type discrimination
  • Enhanced error handling with info_message and links in 403 responses
  • New webhook events: content_library_item_created, document_completed_pdf_ready, document_section_added, template_updated, template_deleted
  • Better default values for query parameters

⚠️ Breaking Changes

Document Updates

  • PATCH /public/v1/documents/{id} - Recipients structure changed to discriminator-based types
  • GET /public/v1/documents/{id}/details - Recipient and field models refactored

Webhooks

  • Breaking: template_modified event removed → use template_updated and template_deleted

Other Breaking Changes

  • Contact updates: removed email property
  • Templates: fields parameter type changed from string to array

📦 Installation

npm install pandadoc-node-client@7.0.0-rc.1

Note: This SDK is automatically generated from the PandaDoc OpenAPI Specification. SDK version 7.0.0-rc.1 corresponds to OAS version 7.15.0.

Full Changelog: v6.2.0...v7.0.0-rc.1

v6.2.0

09 Apr 10:21
dcfc338

Choose a tag to compare

Fix:

  • fix URL in edit a document recipient endpoint

Improvements:

  • add merge_field_scope to upload section endpoint
  • make email parameter as optional in contacts API

Features:

  • implement create a workspace endpoint
  • implement create a user endpoint
  • implement add a member to a workspace endpoint

v6.1.0

27 Feb 17:04
5fab538

Choose a tag to compare

Changes:

  • Added SectionsApi
  • Updated QuotesApi:
    • Added quote section items support
    • Added quote update
  • Updated WebhookSubscriptionsApi:
    • Added support of template_created & template_modified webhooks
  • Updated DocumentsAPI:
    • Added recipient verification support

v6.0.0

20 Dec 18:55
ac2848b

Choose a tag to compare

Changes:

  • Variables in Title:
    • name was changed as the optional field for 'create document from template' payload
    • detect_title_variables was added as the optional parameter; Set this parameter as true if you want to detect title variables in the document name
  • email was added as a query parameter for the 'contact list' endpoint
  • name field was added for the 'update document' endpoint
  • signature_date field was added for the recipient object in the document details response
  • content_date_modified field was added for document, template, content library item details responses
  • quotes field was added to the pricing object for document, template, content library item details responses
  • quote_updated type of webhook event was added

Breaking changes:

  • Renamed actor_id to recipient_id in the request payload for the 'add document recipient' and 'reassign document recipient' endpoints
  • Removed PricingTablesResponse model and PricingTablesResponse*

v5.7.1

13 Oct 10:31

Choose a tag to compare

Add actor_id in response for recipients endpoints