spartaxx.businessmodels 1.0.375 → 1.0.376

Sign up to get free protection for your applications and to get access to all the features.
@@ -289,7 +289,9 @@ function createDefaultAppConfigHub() {
289
289
  CCCPckEmailLetterUrl: "",
290
290
  CompanyAddressTwoHundred: "",
291
291
  CPckDMpropertySurveyDocumentPath: "",
292
- RMQEsignStagingProcessQueue: ""
292
+ RMQEsignStagingProcessQueue: "",
293
+ CPckTexasNoticeOfExpirationofAofATemplateBodyHtmlContentId: "",
294
+ RMQConfigCPNoticeOfExpirationofAofA: ""
293
295
  };
294
296
  });
295
297
  }
@@ -275,7 +275,9 @@ export interface AppConfigHub {
275
275
  CCCPckEmailLetterUrl: string;
276
276
  CompanyAddressTwoHundred: string;
277
277
  CPckDMpropertySurveyDocumentPath: string;
278
- RMQEsignStagingProcessQueue:string;
278
+ RMQEsignStagingProcessQueue: string;
279
+ CPckTexasNoticeOfExpirationofAofATemplateBodyHtmlContentId: string;
280
+ RMQConfigCPNoticeOfExpirationofAofA: string;
279
281
  }
280
282
 
281
283
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -556,7 +558,9 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
556
558
  CCCPckEmailLetterUrl: "",
557
559
  CompanyAddressTwoHundred: "",
558
560
  CPckDMpropertySurveyDocumentPath: "",
559
- RMQEsignStagingProcessQueue:""
561
+ RMQEsignStagingProcessQueue: "",
562
+ CPckTexasNoticeOfExpirationofAofATemplateBodyHtmlContentId: "",
563
+ RMQConfigCPNoticeOfExpirationofAofA: ""
560
564
  }
561
565
  }
562
566
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.375",
3
+ "version": "1.0.376",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {