spartaxx.businessmodels 1.0.332 → 1.0.334

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
 
2
2
  import { ClientPackageDocument } from "./ClientPackageDocuments";
3
- import { ClientInputForm } from "./ClientInputForm";
3
+ import { ClientInputFormSteper } from "./ClientInputForm";
4
4
 
5
5
  export interface ClientPackageParam {
6
6
  gUId?: string;
@@ -15,9 +15,9 @@ export interface ClientPackageParam {
15
15
  ToEmail?: string;
16
16
  FromEmail?: string;
17
17
  ClientSignature?: string;
18
- ClientInputForm?: ClientInputForm;
19
18
  IPAddress?: string;
20
19
 
21
20
  TeamplateId?: string;
22
21
  DocumentList?: ClientPackageDocument[];
22
+ ClientInputFormSteper?:ClientInputFormSteper[];
23
23
  }
@@ -232,18 +232,18 @@ function createDefaultAppConfigHub() {
232
232
  CPckFilenamePrefixCLAofAPropertySurvey: "",
233
233
  CPckFileNamePrefixNationalAgreementFormCoverLetter: "",
234
234
  CPckFilenamePrefixCLPropertySurvey: "",
235
- DNDNextYearServicePackageId: 0,
236
- CCCPkgInactiveCAFTypeId: 0,
235
+ DNDNextYearServicePackageId: "",
236
+ CCCPkgInactiveCAFTypeId: "",
237
237
  CCCPkgInactiveClientRemarks: "",
238
- CCCPkgInactiveLetterTypeId: 0,
239
- CCCPkgDNDCAFTypeId: 0,
238
+ CCCPkgInactiveLetterTypeId: "",
239
+ CCCPkgDNDCAFTypeId: "",
240
240
  CCCPkgDNDClientRemarks: "",
241
241
  CCCPkgDNDReasonCode: "",
242
- CCCPkgDNDLetterTypeId: 0,
243
- CCCPkgReactiveCAFTypeId: 0,
242
+ CCCPkgDNDLetterTypeId: "",
243
+ CCCPkgReactiveCAFTypeId: "",
244
244
  CCCPkgReactiveClientRemarks: "",
245
245
  CCCPkgReactiveReasonCode: "",
246
- CCCPkgReactiveLetterTypeId: 0,
246
+ CCCPkgReactiveLetterTypeId: "",
247
247
  cpckCLPropertySurvey: "",
248
248
  cpckCLAgreementOnly: "",
249
249
  cpckCLAofAAgreementOnly: "",
@@ -498,18 +498,18 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
498
498
  CPckFilenamePrefixCLAofAPropertySurvey: "",
499
499
  CPckFileNamePrefixNationalAgreementFormCoverLetter: "",
500
500
  CPckFilenamePrefixCLPropertySurvey: "",
501
- DNDNextYearServicePackageId: 0,
502
- CCCPkgInactiveCAFTypeId: 0,
501
+ DNDNextYearServicePackageId: "",
502
+ CCCPkgInactiveCAFTypeId: "",
503
503
  CCCPkgInactiveClientRemarks: "",
504
- CCCPkgInactiveLetterTypeId: 0,
505
- CCCPkgDNDCAFTypeId: 0,
504
+ CCCPkgInactiveLetterTypeId: "",
505
+ CCCPkgDNDCAFTypeId: "",
506
506
  CCCPkgDNDClientRemarks: "",
507
507
  CCCPkgDNDReasonCode: "",
508
- CCCPkgDNDLetterTypeId: 0,
509
- CCCPkgReactiveCAFTypeId: 0,
508
+ CCCPkgDNDLetterTypeId: "",
509
+ CCCPkgReactiveCAFTypeId: "",
510
510
  CCCPkgReactiveClientRemarks: "",
511
511
  CCCPkgReactiveReasonCode: "",
512
- CCCPkgReactiveLetterTypeId: 0,
512
+ CCCPkgReactiveLetterTypeId: "",
513
513
  cpckCLPropertySurvey: "",
514
514
  cpckCLAgreementOnly: "",
515
515
  cpckCLAofAAgreementOnly: "",
@@ -16,10 +16,11 @@ import { SentEmailServiceParam } from "./SentEmailServiceParam";
16
16
  import { TemplateContents } from "./TemplateContents";
17
17
  import { AppConfigHub, createDefaultAppConfigHub } from "./AppConfigHub";
18
18
  import { FileDownloadParam } from "./FileDownloadPara";
19
+ import { PwProcessDocumentDetails } from "./PwProcessDocumentDetails";
19
20
 
20
21
  export {
21
22
  ExcelExport, FileGenConfig, GeneratePdfServiceParams, PdfExport, PuppeteerOptionsMargin, PuppeteerOptions,
22
23
  RabbitMQQueueInfo, TemplateCategory, TemplateName, TemplateType, ManageFilters, ManageFrequencyConfig,
23
24
  ManageSchedulers, APICommonResponse, SentEmailServiceParam, TemplateContents,
24
- AppConfigHub, createDefaultAppConfigHub, FileDownloadParam
25
+ AppConfigHub, createDefaultAppConfigHub, FileDownloadParam, PwProcessDocumentDetails
25
26
  };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,20 @@
1
+ export interface PwProcessDocumentDetails {
2
+ FileCabinetId: number;
3
+ BatchCode: string;
4
+ DocumentType: string;
5
+ ClientNumber: string;
6
+ AccountNumber: string;
7
+ TaxYear: number;
8
+ County: string;
9
+ InvoiceNumber: string;
10
+ PaymentMethod: string;
11
+ PaymentAmount: number;
12
+ PaymentPosted: number;
13
+ PaymentPostedDate: Date;
14
+ LandUseCode: string;
15
+ DocumentStatus: string;
16
+ DocumentRouteTo: string;
17
+ DocumentPath: string;
18
+ CreatedApp: string;
19
+ UserId: number;
20
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.332",
3
+ "version": "1.0.334",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {