spartaxx.businessmodels 1.0.355 → 1.0.356

Sign up to get free protection for your applications and to get access to all the features.
package/CCC/CCCModel.ts CHANGED
@@ -31,6 +31,7 @@ import { DynamicDMFormClientInputData } from "./DynamicDMFormClientInputData";
31
31
  import { DMpropertySurveyClientInfo } from "./DMpropertySurveyClientInfo";
32
32
  import { ClientInputFormSteper } from "./ClientInputForm";
33
33
  import { NoticeOfProtestSteper } from "./NoticeOfProtestClientInfo";
34
+ import { ManageESignLink } from "./ManageESignLink";
34
35
 
35
36
  export {
36
37
  ScoreCardDetails,
@@ -71,5 +72,6 @@ export {
71
72
  AccountDocumentInfo,
72
73
  ClientDocumentInfo,
73
74
  ClientInputFormSteper,
74
- NoticeOfProtestSteper
75
+ NoticeOfProtestSteper,
76
+ ManageESignLink
75
77
  }
@@ -0,0 +1,9 @@
1
+ export interface ManageESignLink {
2
+ Id?: number;
3
+ Guid?: string;
4
+ ExpiryDate?: string;
5
+ IsCompleted?: number;
6
+ ClientData?: string;
7
+ Stage?: string;
8
+ ManageLinkId?: number;
9
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@ export interface PwProcessDocumentDetails {
7
7
  AccountNumber: string;
8
8
  TaxYear: number;
9
9
  County: string;
10
- InvoiceNumber: string;
11
- PaymentMethod: string;
12
- PaymentAmount: number;
13
- PaymentPosted: number;
14
- PaymentPostedDate: Date;
15
- LandUseCode: string;
10
+ InvoiceNumber: string | null;
11
+ PaymentMethod: string | null;
12
+ PaymentAmount: number | null;
13
+ PaymentPosted: number | null;
14
+ PaymentPostedDate: Date | null;
15
+ LandUseCode: string | null;
16
16
  DocumentStatus: string;
17
17
  DocumentRouteTo: string;
18
18
  IsValidateEsign: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.355",
3
+ "version": "1.0.356",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {