@verdocs/js-sdk 5.0.18 → 5.0.19
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -957,7 +957,7 @@ type TFieldType = "signature" | "initial" | "checkbox" | "radio" | "textbox" | "
|
|
|
957
957
|
type TWebhookEvent = "envelope_created" | "envelope_completed" | "envelope_canceled" | "envelope_updated" | "template_created" | "template_updated" | "template_deleted" | "template_used";
|
|
958
958
|
type TTemplateVisibility = "private" | "shared" | "public";
|
|
959
959
|
type TEntitlement = "envelope" | "kba_auth" | "passcode_auth" | "sms_auth" | "kba_id_auth" | "id_auth";
|
|
960
|
-
type TRecipientAuthMethod = "kba" | "passcode" | "sms" | "id" | "kba_id" | null;
|
|
960
|
+
type TRecipientAuthMethod = "kba" | "passcode" | "sms" | "email" | "id" | "kba_id" | null;
|
|
961
961
|
type TRecipientAuthStep = "complete" | null;
|
|
962
962
|
declare const FIELD_TYPES: TFieldType[];
|
|
963
963
|
declare const DEFAULT_FIELD_WIDTHS: Record<TFieldType, number>;
|
package/dist/index.d.ts
CHANGED
|
@@ -957,7 +957,7 @@ type TFieldType = "signature" | "initial" | "checkbox" | "radio" | "textbox" | "
|
|
|
957
957
|
type TWebhookEvent = "envelope_created" | "envelope_completed" | "envelope_canceled" | "envelope_updated" | "template_created" | "template_updated" | "template_deleted" | "template_used";
|
|
958
958
|
type TTemplateVisibility = "private" | "shared" | "public";
|
|
959
959
|
type TEntitlement = "envelope" | "kba_auth" | "passcode_auth" | "sms_auth" | "kba_id_auth" | "id_auth";
|
|
960
|
-
type TRecipientAuthMethod = "kba" | "passcode" | "sms" | "id" | "kba_id" | null;
|
|
960
|
+
type TRecipientAuthMethod = "kba" | "passcode" | "sms" | "email" | "id" | "kba_id" | null;
|
|
961
961
|
type TRecipientAuthStep = "complete" | null;
|
|
962
962
|
declare const FIELD_TYPES: TFieldType[];
|
|
963
963
|
declare const DEFAULT_FIELD_WIDTHS: Record<TFieldType, number>;
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.19",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.19",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients",
|