@verdocs/js-sdk 6.9.0 → 6.9.1

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/dist/index.d.mts CHANGED
@@ -1090,7 +1090,7 @@ type TUsageType = "envelope" | "envelope_canceled" | "envelope_completed" | "env
1090
1090
  */
1091
1091
  type TWebhookAuthMethod = "none" | "hmac" | "client_credentials";
1092
1092
  type TNotificationType = "sms" | "email" | "app";
1093
- type TEventName = "invitation:canceled" | "transaction:completed" | "envelope:failed" | "envelope:expired" | "envelope:declined" | "envelope:cc" | "recipient:reminder" | "transaction:requested" | "envelope:delegated" | "envelope:completed" | "transaction:canceled" | "user:invited" | "recipient:invited" | "envelope:canceled" | "transaction:sent" | "envelope:signed" | "email:verify" | "email:otp" | "password:reset" | "recipient:question";
1093
+ type TEventName = "invitation:canceled" | "transaction:completed" | "envelope:failed" | "envelope:expired" | "envelope:declined" | "envelope:cc" | "recipient:reminder" | "transaction:requested" | "envelope:completed" | "transaction:canceled" | "user:invited" | "recipient:invited" | "envelope:canceled" | "transaction:sent" | "envelope:signed" | "email:verify" | "email:otp" | "password:reset" | "recipient:question" | "delegate:requested" | "delegate:send_confirmed";
1094
1094
  declare const FIELD_TYPES: TFieldType[];
1095
1095
  declare const DEFAULT_FIELD_WIDTHS: Record<TFieldType, number>;
1096
1096
  declare const DEFAULT_FIELD_HEIGHTS: Record<TFieldType, number>;
package/dist/index.d.ts CHANGED
@@ -1090,7 +1090,7 @@ type TUsageType = "envelope" | "envelope_canceled" | "envelope_completed" | "env
1090
1090
  */
1091
1091
  type TWebhookAuthMethod = "none" | "hmac" | "client_credentials";
1092
1092
  type TNotificationType = "sms" | "email" | "app";
1093
- type TEventName = "invitation:canceled" | "transaction:completed" | "envelope:failed" | "envelope:expired" | "envelope:declined" | "envelope:cc" | "recipient:reminder" | "transaction:requested" | "envelope:delegated" | "envelope:completed" | "transaction:canceled" | "user:invited" | "recipient:invited" | "envelope:canceled" | "transaction:sent" | "envelope:signed" | "email:verify" | "email:otp" | "password:reset" | "recipient:question";
1093
+ type TEventName = "invitation:canceled" | "transaction:completed" | "envelope:failed" | "envelope:expired" | "envelope:declined" | "envelope:cc" | "recipient:reminder" | "transaction:requested" | "envelope:completed" | "transaction:canceled" | "user:invited" | "recipient:invited" | "envelope:canceled" | "transaction:sent" | "envelope:signed" | "email:verify" | "email:otp" | "password:reset" | "recipient:question" | "delegate:requested" | "delegate:send_confirmed";
1094
1094
  declare const FIELD_TYPES: TFieldType[];
1095
1095
  declare const DEFAULT_FIELD_WIDTHS: Record<TFieldType, number>;
1096
1096
  declare const DEFAULT_FIELD_HEIGHTS: Record<TFieldType, number>;