spartaxx.businessmodels 1.0.269 → 1.0.270

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.
@@ -244,17 +244,17 @@ function createDefaultAppConfigHub() {
244
244
  CCCPkgReactiveClientRemarks: "",
245
245
  CCCPkgReactiveReasonCode: "",
246
246
  CCCPkgReactiveLetterTypeId: 0,
247
- cpckCLPropertySurvey: 0,
248
- cpckCLAgreementOnly: 0,
249
- cpckCLAofAAgreementOnly: 0,
250
- cpckCLNoAgreement: 0,
251
- cpckCLStandardContingencyLitigation: 0,
252
- cpckCLAofABAAofA: 0,
253
- cpckCLBAAofA: 0,
254
- cpckCLProblemAofA: 0,
255
- cpckCLAofAonly: 0,
256
- cpckCLAgreementPropertySurvey: 0,
257
- cpckCLAofAPropertySurvey: 0
247
+ cpckCLPropertySurvey: "",
248
+ cpckCLAgreementOnly: "",
249
+ cpckCLAofAAgreementOnly: "",
250
+ cpckCLNoAgreement: "",
251
+ cpckCLStandardContingencyLitigation: "",
252
+ cpckCLAofABAAofA: "",
253
+ cpckCLBAAofA: "",
254
+ cpckCLProblemAofA: "",
255
+ cpckCLAofAonly: "",
256
+ cpckCLAgreementPropertySurvey: "",
257
+ cpckCLAofAPropertySurvey: "",
258
258
  };
259
259
  });
260
260
  }
@@ -230,17 +230,17 @@ export interface AppConfigHub {
230
230
  CCCPkgReactiveClientRemarks: string;
231
231
  CCCPkgReactiveReasonCode: string;
232
232
  CCCPkgReactiveLetterTypeId: number;
233
- cpckCLPropertySurvey: number;
234
- cpckCLAgreementOnly: number;
235
- cpckCLAofAAgreementOnly: number;
236
- cpckCLNoAgreement: number;
237
- cpckCLStandardContingencyLitigation: number;
238
- cpckCLAofABAAofA: number;
239
- cpckCLBAAofA: number;
240
- cpckCLProblemAofA: number;
241
- cpckCLAofAonly: number;
242
- cpckCLAgreementPropertySurvey: number;
243
- cpckCLAofAPropertySurvey: number;
233
+ cpckCLPropertySurvey: string;
234
+ cpckCLAgreementOnly: string;
235
+ cpckCLAofAAgreementOnly: string;
236
+ cpckCLNoAgreement: string;
237
+ cpckCLStandardContingencyLitigation: string;
238
+ cpckCLAofABAAofA: string;
239
+ cpckCLBAAofA: string;
240
+ cpckCLProblemAofA: string;
241
+ cpckCLAofAonly: string;
242
+ cpckCLAgreementPropertySurvey: string;
243
+ cpckCLAofAPropertySurvey: string;
244
244
  }
245
245
 
246
246
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -476,17 +476,17 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
476
476
  CCCPkgReactiveClientRemarks: "",
477
477
  CCCPkgReactiveReasonCode: "",
478
478
  CCCPkgReactiveLetterTypeId: 0,
479
- cpckCLPropertySurvey: 0,
480
- cpckCLAgreementOnly: 0,
481
- cpckCLAofAAgreementOnly: 0,
482
- cpckCLNoAgreement: 0,
483
- cpckCLStandardContingencyLitigation: 0,
484
- cpckCLAofABAAofA: 0,
485
- cpckCLBAAofA: 0,
486
- cpckCLProblemAofA: 0,
487
- cpckCLAofAonly: 0,
488
- cpckCLAgreementPropertySurvey: 0,
489
- cpckCLAofAPropertySurvey: 0
479
+ cpckCLPropertySurvey: "",
480
+ cpckCLAgreementOnly: "",
481
+ cpckCLAofAAgreementOnly: "",
482
+ cpckCLNoAgreement: "",
483
+ cpckCLStandardContingencyLitigation: "",
484
+ cpckCLAofABAAofA: "",
485
+ cpckCLBAAofA: "",
486
+ cpckCLProblemAofA: "",
487
+ cpckCLAofAonly: "",
488
+ cpckCLAgreementPropertySurvey: "",
489
+ cpckCLAofAPropertySurvey: "",
490
490
  }
491
491
  }
492
492
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.269",
3
+ "version": "1.0.270",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {