spartaxx.businessmodels 1.0.329 → 1.0.332

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,5 +9,6 @@ export interface ConciergeBlastInfo {
9
9
  AppointmentLocation?: string;
10
10
  Remarks?: string;
11
11
  AccountId?: number;
12
- AccountNumber?: string;
12
+ AccountNumber?: string;
13
+ DeliveryStatus?:number;
13
14
  }
@@ -90,6 +90,7 @@ export interface ClientSetupInfo {
90
90
  IsFinancial: boolean;
91
91
  ProjectName: string;
92
92
  AccountReasonId: number;
93
+ TxrollCadluc: string;
93
94
  }
94
95
 
95
96
  export interface SelectedPropertyList {
@@ -136,6 +137,7 @@ export interface SelectedPropertyList {
136
137
  PropAddress: string;
137
138
  PropZipcode: string;
138
139
  PropStateName: string;
140
+ TxrollCadluc: string;
139
141
  }
140
142
 
141
143
  export interface SelectedAllProperty {
@@ -62,4 +62,5 @@ export interface PropertyAddress {
62
62
  LanduseCode: string;
63
63
  Score: number;
64
64
  ItIsCore: boolean;
65
+ Cadluc: string;
65
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.329",
3
+ "version": "1.0.332",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {