Releases: PandaDoc/pandadoc-api-node-client
Releases · PandaDoc/pandadoc-api-node-client
v7.0.0-rc.9
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
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
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
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
chore: Bump version to 7.0.0-rc.2
v7.0.0-rc.1
🚀 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
countryfield to contacts - Enhanced pricing tables with
external_columnsandfeesupport - New document properties:
images,tables,texts,ref_number - Improved field and recipient type discrimination
- Enhanced error handling with
info_messageandlinksin 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_modifiedevent removed → usetemplate_updatedandtemplate_deleted
Other Breaking Changes
- Contact updates: removed
emailproperty - Templates:
fieldsparameter type changed fromstringtoarray
📦 Installation
npm install pandadoc-node-client@7.0.0-rc.1Note: 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
Fix:
- fix URL in
edit a document recipientendpoint
Improvements:
- add
merge_field_scopeto upload section endpoint - make
emailparameter as optional in contacts API
Features:
- implement
create a workspaceendpoint - implement
create a userendpoint - implement
add a member to a workspaceendpoint
v6.1.0
Changes:
- Added
SectionsApi - Updated
QuotesApi:- Added quote section items support
- Added quote update
- Updated
WebhookSubscriptionsApi:- Added support of
template_created&template_modifiedwebhooks
- Added support of
- Updated
DocumentsAPI:- Added recipient verification support
v6.0.0
Changes:
- Variables in Title:
namewas changed as the optional field for 'create document from template' payloaddetect_title_variableswas added as the optional parameter; Set this parameter as true if you want to detect title variables in the document name
emailwas added as a query parameter for the 'contact list' endpointnamefield was added for the 'update document' endpointsignature_datefield was added for the recipient object in the document details responsecontent_date_modifiedfield was added for document, template, content library item details responsesquotesfield was added to the pricing object for document, template, content library item details responsesquote_updatedtype of webhook event was added
Breaking changes:
- Renamed
actor_idtorecipient_idin the request payload for the 'add document recipient' and 'reassign document recipient' endpoints - Removed PricingTablesResponse model and PricingTablesResponse*
v5.7.1
Add actor_id in response for recipients endpoints