spartaxx.businessmodels 1.0.203 → 1.0.205

Sign up to get free protection for your applications and to get access to all the features.
@@ -59,4 +59,5 @@ export interface PropertyAddress {
59
59
  OwnerAddress3: string;
60
60
  JurisdictionsCode: string;
61
61
  Ocaluc: string;
62
+ LanduseCode: string;
62
63
  }
@@ -16,6 +16,7 @@ export interface AppConfigHub {
16
16
  CPckFilenamePrefixCommercialAofA?: string;
17
17
  CPckFilenamePrefixBAAofA?: string;
18
18
  CPckFilenamePrefixPropertySurvey?: string;
19
+ CPckFilenameOOTCaliforniaPowerOfAttorney?: string;
19
20
  CPckTexasAccountSummaryTemplateHeaderHtmlContentId?: string;
20
21
  CPckTexasAccountSummaryTemplateBodyHtmlContentId?: string;
21
22
  CPckTexasResidentialAgreementTemplateHeaderHtmlContentId?: string;
@@ -154,6 +155,8 @@ export interface AppConfigHub {
154
155
  RMQConfigCPckOOTCommercialAgreement?: string;
155
156
  RMQConfigCPckOOTPowerOfAttorney?: string;
156
157
  RMQConfigClientPackageQueue?: string;
158
+ RMQConfigCPckOOTCaliforniaAgentAuthorizationForm?: string;
159
+ RMQConfigCPckOOTCaliforniaPowerOfAttorney?: string;
157
160
 
158
161
  //#endregion
159
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.203",
3
+ "version": "1.0.205",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {