spartaxx.businessmodels 1.0.309 → 1.0.310

Sign up to get free protection for your applications and to get access to all the features.
@@ -81,7 +81,8 @@ function createDefaultAccountInfo() {
81
81
  CDU: "",
82
82
  AccountSourceId: 0,
83
83
  ReasonCode: "",
84
- AccountStateId: 0
84
+ AccountStateId: 0,
85
+ CountyStateName: ""
85
86
  };
86
87
  });
87
88
  }
@@ -70,6 +70,7 @@ export interface AccountInfo {
70
70
  AccountSourceId?: number;
71
71
  ReasonCode?: string;
72
72
  AccountStateId?: number;
73
+ CountyStateName?: string;
73
74
  }
74
75
 
75
76
  export async function createDefaultAccountInfo(): Promise<AccountInfo> {
@@ -144,6 +145,7 @@ export async function createDefaultAccountInfo(): Promise<AccountInfo> {
144
145
  CDU: "",
145
146
  AccountSourceId: 0,
146
147
  ReasonCode: "",
147
- AccountStateId: 0
148
+ AccountStateId: 0,
149
+ CountyStateName: ""
148
150
  };
149
151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.309",
3
+ "version": "1.0.310",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {