@ciptex/esign-sdk 0.0.30 → 0.0.32

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.
@@ -16,7 +16,7 @@ export type CreateSignatureRequest = {
16
16
  /**
17
17
  * The email address of the user
18
18
  */
19
- email: string;
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.30",
5
+ "version": "0.0.32",
6
6
  "author": "Matthew C Duggan",
7
7
  "homepage": "https://developer.ciptex.com/docs/api/esign-api",
8
8
  "publishConfig": {