@ciptex/esign-sdk 0.0.6 → 0.0.8

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.
@@ -2,25 +2,25 @@ export type CreateSignatureResponse = {
2
2
  /**
3
3
  * The unique identifier of the signature
4
4
  */
5
- id?: string;
5
+ id: string;
6
6
  /**
7
7
  * The status of the event
8
8
  */
9
- status?: string;
9
+ status: string;
10
10
  /**
11
11
  * Mode of delivery for the signature
12
12
  */
13
- delivery_mode?: string;
13
+ delivery_mode: string;
14
14
  /**
15
15
  * The last name of the user
16
16
  */
17
- lastName?: string;
17
+ lastName: string;
18
18
  /**
19
19
  * Link to the signature
20
20
  */
21
- signature_link?: string;
21
+ signature_link: string;
22
22
  /**
23
23
  * The expiration date of the signature link
24
24
  */
25
- signature_link_expiration_date?: string;
25
+ signature_link_expiration_date: string;
26
26
  };
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.6",
5
+ "version": "0.0.8",
6
6
  "author": "Matthew C Duggan",
7
7
  "homepage": "https://developer.ciptex.com/docs/api/esign-api",
8
8
  "publishConfig": {