@verdocs/js-sdk 3.0.20 → 3.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -262,7 +262,7 @@ export interface IDocumentSearchOptions {
262
262
  envelope_status?: TEnvelopeStatus[];
263
263
  recipient_status?: TEnvelopeStatus[];
264
264
  }
265
- export type THistoryEvent = 'recipient:invited' | 'recipient:opened' | 'recipient:agreed' | 'recipient:signed' | 'recipient:submitted';
265
+ export type THistoryEvent = 'recipient:signed' | 'recipient:opened' | 'recipient:submitted' | 'recipient:prepared' | 'recipient:claimed' | 'recipient:agreed' | 'recipient:invited' | 'recipient:delegated' | 'recipient:updated_info' | 'recipient:declined' | 'invitation:resent' | 'envelope:cc' | 'owner:updated_recipient_info' | 'created' | 'completed' | 'canceled' | 'owner:canceled' | 'owner:get_in_person_link';
266
266
  export type TEventDetail = 'in_app' | 'mail' | 'signer' | '';
267
267
  export interface ICreateEnvelopeRole {
268
268
  /** The type of role to create. Most participants in standard flows will be "signer" recipients. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "3.0.20",
3
+ "version": "3.0.21",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Verdocs JS SDK",