@ciptex/esign-sdk 0.0.24 → 0.0.26

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.
@@ -78,15 +78,15 @@ export type CreateExperience = {
78
78
  /**
79
79
  * Redirect URL on success
80
80
  */
81
- success?: string;
81
+ success?: string | null;
82
82
  /**
83
83
  * Redirect URL on error
84
84
  */
85
- error?: string;
85
+ error?: string | null;
86
86
  /**
87
87
  * Redirect URL on signature success
88
88
  */
89
- decline?: string;
89
+ decline?: string | null;
90
90
  };
91
91
  logo?: LogoBase64;
92
92
  /**
@@ -78,15 +78,15 @@ export type ExperienceDetail = {
78
78
  /**
79
79
  * Redirect URL on success
80
80
  */
81
- success?: string;
81
+ success?: string | null;
82
82
  /**
83
83
  * Redirect URL on error
84
84
  */
85
- error?: string;
85
+ error?: string | null;
86
86
  /**
87
87
  * Redirect URL on signature success
88
88
  */
89
- decline?: string;
89
+ decline?: string | null;
90
90
  };
91
91
  /**
92
92
  * URL of the uploaded logo
@@ -78,15 +78,15 @@ export type UpdateExperience = {
78
78
  /**
79
79
  * Redirect URL on success
80
80
  */
81
- success?: string;
81
+ success?: string | null;
82
82
  /**
83
83
  * Redirect URL on error
84
84
  */
85
- error?: string;
85
+ error?: string | null;
86
86
  /**
87
87
  * Redirect URL on signature success
88
88
  */
89
- decline?: string;
89
+ decline?: string | null;
90
90
  };
91
91
  logo?: LogoBase64;
92
92
  /**
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.24",
5
+ "version": "0.0.26",
6
6
  "author": "Matthew C Duggan",
7
7
  "homepage": "https://developer.ciptex.com/docs/api/esign-api",
8
8
  "publishConfig": {