spartaxx.businessmodels 1.0.225 → 1.0.227

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ export interface AccountInfo {
3
3
  AccountId?: number;
4
4
  AccountNumber?: number;
5
5
  PropertyType?: string;
6
- OCALUCTypeType?: string;
6
+ OCALUCType?: string;
7
7
  CountyName?: string;
8
8
  CountyState?: string;
9
9
  AccountStatus?: string;
package/CCC/CCCModel.ts CHANGED
@@ -21,7 +21,8 @@ import { DMpropertySurveyClientInputs } from "./DMpropertySurveyClientInputs";
21
21
  import { DMQuestionImage } from "./DMQuestionImage";
22
22
  import { DMImageInfos } from "./DMImageInfos";
23
23
  import { ClientPackageParam } from "./ClientPackageParam";
24
- import { CCCClientContactFormInfo } from "Common/CCCClientContactFormInfo";
24
+ import { CCCClientContactFormInfo } from "./CCCClientContactFormInfo";
25
+ import { NoticeOfProtestClientInfo } from "./NoticeOfProtestClientInfo";
25
26
 
26
27
  export {
27
28
  ScoreCardDetails,
@@ -47,5 +48,6 @@ export {
47
48
  DMQuestionImage,
48
49
  DMImageInfos,
49
50
  ClientPackageParam,
50
- CCCClientContactFormInfo
51
+ CCCClientContactFormInfo,
52
+ NoticeOfProtestClientInfo
51
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.225",
3
+ "version": "1.0.227",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
File without changes
File without changes