spartaxx.businessmodels 1.0.158 → 1.0.159

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ export interface GenarateClientPackageParam {
4
4
  AccountId?: number;
5
5
  PackageId?: number;
6
6
  BeforeClient?: boolean;
7
- FileGenTempPath?: string[];
8
7
  FileGenOutputPath?: string;
8
+ FileName?: string;
9
9
  OutputBase64Format?: string;
10
10
  }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,38 @@
1
+ export interface AppConfigHub {
2
+
3
+ //#region Client Package Config
4
+
5
+ CPckLetterGenerationTempPath?: string;
6
+ CPckFilenamePrefixResicentialCoverLetter?: string;
7
+ CPckFilenamePrefixCommercialCoverLetter?: string;
8
+ CPckFilenamePrefixContactForm?: string;
9
+ CPckFilenamePrefixCommrcialAgreement?: string;
10
+ CPckFilenamePrefixResidentialAgreement?: string;
11
+ CPckFilenamePrefixAccountList?: string;
12
+ CPckFilenamePrefixAofAExpirationForm?: string;
13
+ CPckFilenamePrefixConsentForm?: string;
14
+ CPckFilenamePrefixResidentialAofA?: string;
15
+ CPckFilenamePrefixCommercialAofA?: string;
16
+ CPckFilenamePrefixBAAofA?: string;
17
+ CPckFilenamePrefixPropertySurvey?: string;
18
+ CPckFilenamePrefixReason?: string;
19
+
20
+ //#endregion
21
+
22
+ //#region CCC Package Config
23
+
24
+ CCCPckLetterGenerationTempPath?: string;
25
+ CCCPckLetterGenerationPath?: string;
26
+ CCCPckUSMailLetterFileName?: string;
27
+ CCCPckFromEmail?: string;
28
+ CCCPckEmailSubject?: string;
29
+ CCCPckEMailCount?: string;
30
+ CCCPckUSMailCount?: string;
31
+
32
+ //#endregion
33
+
34
+ //#region Protest Config
35
+
36
+ //#endregion
37
+
38
+ }
@@ -13,5 +13,6 @@ export interface ManageScheduler{
13
13
  OnTheWeekday?: string;
14
14
  CronSyntax?: string;
15
15
  UserId?: number;
16
- ActionTypeId?: number;
16
+ CriteriaId?: number;
17
+ CriteriaName?: string;
17
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.158",
3
+ "version": "1.0.159",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {