@verdocs/js-sdk 5.0.31 → 5.0.33
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 +3 -3
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -959,7 +959,7 @@ type TEnvelopeUpdateResult = Omit<IEnvelope, "histories" | "recipients" | "certi
|
|
|
959
959
|
type TFieldType = "signature" | "initial" | "checkbox" | "radio" | "textbox" | "timestamp" | "date" | "dropdown" | "textarea" | "attachment" | "payment";
|
|
960
960
|
type TWebhookEvent = "envelope_created" | "envelope_completed" | "envelope_canceled" | "envelope_updated" | "template_created" | "template_updated" | "template_deleted" | "template_used";
|
|
961
961
|
type TTemplateVisibility = "private" | "shared" | "public";
|
|
962
|
-
type TEntitlement = "envelope" | "kba_auth" | "passcode_auth" | "sms_auth" | "kba_id_auth" | "id_auth";
|
|
962
|
+
type TEntitlement = "envelope" | "kba_auth" | "passcode_auth" | "sms_auth" | "kba_id_auth" | "id_auth" | "custom_disclaimer";
|
|
963
963
|
/**
|
|
964
964
|
* The authentication method(s) required for a recipient to access an envelope. "Passcode" will require a
|
|
965
965
|
* PIN or passcode to be entered, which is intended to be known to the sender and recipient ahead of time
|
package/dist/index.d.ts
CHANGED
|
@@ -959,7 +959,7 @@ type TEnvelopeUpdateResult = Omit<IEnvelope, "histories" | "recipients" | "certi
|
|
|
959
959
|
type TFieldType = "signature" | "initial" | "checkbox" | "radio" | "textbox" | "timestamp" | "date" | "dropdown" | "textarea" | "attachment" | "payment";
|
|
960
960
|
type TWebhookEvent = "envelope_created" | "envelope_completed" | "envelope_canceled" | "envelope_updated" | "template_created" | "template_updated" | "template_deleted" | "template_used";
|
|
961
961
|
type TTemplateVisibility = "private" | "shared" | "public";
|
|
962
|
-
type TEntitlement = "envelope" | "kba_auth" | "passcode_auth" | "sms_auth" | "kba_id_auth" | "id_auth";
|
|
962
|
+
type TEntitlement = "envelope" | "kba_auth" | "passcode_auth" | "sms_auth" | "kba_id_auth" | "id_auth" | "custom_disclaimer";
|
|
963
963
|
/**
|
|
964
964
|
* The authentication method(s) required for a recipient to access an envelope. "Passcode" will require a
|
|
965
965
|
* PIN or passcode to be entered, which is intended to be known to the sender and recipient ahead of time
|
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.33",
|
|
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",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"axios": "1.8.
|
|
51
|
+
"axios": "^1.8.4"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"typescript": "^5.7.3"
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"ts-jest": "^29.2.6",
|
|
70
70
|
"tslint": "^6.1.3",
|
|
71
71
|
"tslint-config-prettier": "^1.18.0",
|
|
72
|
-
"typedoc": "^0.
|
|
72
|
+
"typedoc": "^0.28.1",
|
|
73
73
|
"typescript": "^5.5.4"
|
|
74
74
|
}
|
|
75
75
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.33",
|
|
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",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"axios": "1.8.
|
|
51
|
+
"axios": "^1.8.4"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"typescript": "^5.7.3"
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"ts-jest": "^29.2.6",
|
|
70
70
|
"tslint": "^6.1.3",
|
|
71
71
|
"tslint-config-prettier": "^1.18.0",
|
|
72
|
-
"typedoc": "^0.
|
|
72
|
+
"typedoc": "^0.28.1",
|
|
73
73
|
"typescript": "^5.5.4"
|
|
74
74
|
}
|
|
75
75
|
}
|