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.
@@ -57,6 +57,7 @@ export interface ClientInputForm {
57
57
 
58
58
  //#region GA AND IL AUTHORIZATION FROM
59
59
  GAILAuthorizationSigneeName?: string;
60
+ GAILAuthorizationOwnerName?: string;
60
61
  //#endregion
61
62
  }
62
63
 
@@ -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, PwProcessDocumentDetails
24
+ AppConfigHub, createDefaultAppConfigHub, FileDownloadParam
26
25
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.334",
3
+ "version": "1.0.335",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
- }