@verdocs/js-sdk 3.0.20 → 3.0.22

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,8 +262,8 @@ 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';
266
- export type TEventDetail = 'in_app' | 'mail' | 'signer' | '';
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' | 'created' | 'completed' | 'canceled' | 'owner:updated_recipient_info' | 'owner:canceled' | 'owner:get_in_person_link';
266
+ export type TEventDetail = 'in_app' | 'mail' | 'signer' | 'sms' | 'reminder' | 'preparer' | 'manual' | 'in_person_link' | 'guest' | 'email' | '' | string;
267
267
  export interface ICreateEnvelopeRole {
268
268
  /** The type of role to create. Most participants in standard flows will be "signer" recipients. */
269
269
  type: TRecipientType;
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.22",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Verdocs JS SDK",