spartaxx.businessmodels 1.0.186 → 1.0.189

Sign up to get free protection for your applications and to get access to all the features.
@@ -77,7 +77,7 @@ export interface AppConfigHub {
77
77
  CCCPckCommercialClientEmailTemplateContentoftheemailHtmlContentId?: string;
78
78
  CCCPckEmailLetterGenPath?: string;
79
79
  CCCPckEmailLetterFileNamePrefix?: string;
80
-
80
+
81
81
  //#endregion
82
82
 
83
83
  //#region Protest Config
@@ -99,7 +99,11 @@ export interface AppConfigHub {
99
99
  ProtestProtestHB201LetterAccountListBodyHtmlContentId?: string;
100
100
  ProtestProtestHB201LetterAccountListFooterHtmlContentId?: string;
101
101
  ProtestProtestCountyEmailTemplateContentoftheemailHtmlContentId?: string;
102
-
102
+ ProtestCountyLetterFromEmail?: string;
103
+ ProtestCountyLetterToEmail?: string;
104
+ ProtestCountyLetterSubject?: string;
105
+ ProtestCountyLetterDispositionNotificationToEmail?: string;
106
+ ProtestCountyLetterReturnReceiptToEmail?: string;
103
107
  //#endregion
104
108
 
105
109
  //#region Client Setup Config
@@ -15,10 +15,11 @@ import { APICommonResponse } from "./APICommonResponse";
15
15
  import { SentEmailServiceParam } from "./SentEmailServiceParam";
16
16
  import { TemplateContents } from "./TemplateContents";
17
17
  import { AppConfigHub } from "./AppConfigHub";
18
+ import { FileDownloadParam } from "./FileDownloadPara";
18
19
 
19
20
  export {
20
21
  ExcelExport, FileGenConfig, GeneratePdfServiceParams, PdfExport, PuppeteerOptionsMargin, PuppeteerOptions,
21
22
  RabbitMQQueueInfo, TemplateCategory, TemplateName, TemplateType, ManageFilters, ManageFrequencyConfig,
22
23
  ManageSchedulers, APICommonResponse, SentEmailServiceParam, TemplateContents,
23
- AppConfigHub
24
+ AppConfigHub, FileDownloadParam
24
25
  };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface FileDownloadParam {
2
+ FilePath: string;
3
+ Base64Info: string;
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.186",
3
+ "version": "1.0.189",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {