spartaxx.businessmodels 1.0.444 → 1.0.446

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.
@@ -7,4 +7,6 @@ export interface ManageESignLink {
7
7
  Stage?: string;
8
8
  ManageLinkId?: number;
9
9
  CMTClientLoginData?: string;
10
+ ClientId?: number;
11
+ SalesId?: number;
10
12
  }
@@ -328,6 +328,7 @@ function createDefaultAppConfigHub() {
328
328
  AgentMobileNumber: "",
329
329
  AgentHelpLineNumber: "",
330
330
  AgentWebsite: "",
331
+ ESignConfirmationDocuments: ""
331
332
  };
332
333
  });
333
334
  }
@@ -314,7 +314,8 @@ export interface AppConfigHub {
314
314
  ConciergeEmailSubject: string;
315
315
  AgentMobileNumber: string;
316
316
  AgentHelpLineNumber: string;
317
- AgentWebsite : string;
317
+ AgentWebsite: string;
318
+ ESignConfirmationDocuments: string;
318
319
  }
319
320
 
320
321
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -635,6 +636,7 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
635
636
  AgentMobileNumber: "",
636
637
  AgentHelpLineNumber: "",
637
638
  AgentWebsite: "",
639
+ ESignConfirmationDocuments: ""
638
640
  }
639
641
  }
640
642
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.444",
3
+ "version": "1.0.446",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {