@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.
- package/Envelopes/Types.d.ts +1 -1
- package/package.json +1 -1
package/Envelopes/Types.d.ts
CHANGED
|
@@ -262,7 +262,7 @@ export interface IDocumentSearchOptions {
|
|
|
262
262
|
envelope_status?: TEnvelopeStatus[];
|
|
263
263
|
recipient_status?: TEnvelopeStatus[];
|
|
264
264
|
}
|
|
265
|
-
export type THistoryEvent = 'recipient:
|
|
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. */
|