@ciptex/esign-sdk 0.0.29 → 0.0.31
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.
|
@@ -4,7 +4,7 @@ export type CreateSignatureRequest = {
|
|
|
4
4
|
/**
|
|
5
5
|
* external id of the event
|
|
6
6
|
*/
|
|
7
|
-
externalId
|
|
7
|
+
externalId?: string;
|
|
8
8
|
/**
|
|
9
9
|
* The first name of the user
|
|
10
10
|
*/
|
|
@@ -16,7 +16,7 @@ export type CreateSignatureRequest = {
|
|
|
16
16
|
/**
|
|
17
17
|
* The email address of the user
|
|
18
18
|
*/
|
|
19
|
-
email
|
|
19
|
+
email?: string;
|
|
20
20
|
/**
|
|
21
21
|
* The number of days until the signature expires
|
|
22
22
|
*/
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"@comment": "FILE AUTO GENERATED BY CIPTEX-API-CODEGEN. CHANGES WILL BE OVER-WRITTEN",
|
|
3
3
|
"name": "@ciptex/esign-sdk",
|
|
4
4
|
"description": "@ciptex/esign-sdk",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.31",
|
|
6
6
|
"author": "Matthew C Duggan",
|
|
7
7
|
"homepage": "https://developer.ciptex.com/docs/api/esign-api",
|
|
8
8
|
"publishConfig": {
|