spartaxx.businessmodels 1.0.334 → 1.0.335
Sign up to get free protection for your applications and to get access to all the features.
package/CCC/ClientInputForm.ts
CHANGED
package/Common/CommonModel.ts
CHANGED
@@ -16,11 +16,10 @@ 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";
|
20
19
|
|
21
20
|
export {
|
22
21
|
ExcelExport, FileGenConfig, GeneratePdfServiceParams, PdfExport, PuppeteerOptionsMargin, PuppeteerOptions,
|
23
22
|
RabbitMQQueueInfo, TemplateCategory, TemplateName, TemplateType, ManageFilters, ManageFrequencyConfig,
|
24
23
|
ManageSchedulers, APICommonResponse, SentEmailServiceParam, TemplateContents,
|
25
|
-
AppConfigHub, createDefaultAppConfigHub, FileDownloadParam
|
24
|
+
AppConfigHub, createDefaultAppConfigHub, FileDownloadParam
|
26
25
|
};
|
package/package.json
CHANGED
@@ -1,20 +0,0 @@
|
|
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
|
-
}
|