Class which communicates with Veeva to manage binder lifecycles
Rest API instance
Initiate a lifecycle event against a binder or document.
Move a document to staging:
const service = new VeevaService(credentials)
await service.document.lifecycle.initiate(2000, 0, 1, 'move_to_staged__c')
The API response from Veeva
The id of the document
The major version number of the document
The minor version number of the document
The name of the action to initiate
Generated using TypeDoc
The LifecycleAPI manages the lifecycle of binders