spartaxx.businessmodels 1.0.206 → 1.0.207

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,4 +4,5 @@ export interface GenarateClientPackageParam {
4
4
  ClientNumber?: string;
5
5
  DocuementIds?: string[];
6
6
  ItIsBeforeClient?: boolean;
7
+ ToEmail?: string;
7
8
  }
@@ -54,6 +54,9 @@ export interface AppConfigHub {
54
54
  CPckOOTCaliforniaPowerOfAttorneyTemplateBodyHtmlContentId?: string;
55
55
  ESignLink?: string;
56
56
  CPckFileName?: string;
57
+ CPckESignLink?:string;
58
+ CPckSalesCRMESignFromEmail?:string;
59
+ CPckSalesCRMESignSubject?: string;
57
60
 
58
61
  //#endregion
59
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.206",
3
+ "version": "1.0.207",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {