spartaxx.businessmodels 1.0.281 → 1.0.283

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.
@@ -6,6 +6,7 @@ export interface ClientPackageDocument {
6
6
  Description?: string;
7
7
  DocumentPath?: string[];
8
8
  IsDocumentGenerated?: boolean;
9
+ DocumentPathBase64?: string;
9
10
  GeneratedDocumentInfo?: GeneratedDocumentInfo[]
10
11
  }
11
12
 
@@ -15,4 +16,5 @@ export interface GeneratedDocumentInfo {
15
16
  PropertyAddress?: string;
16
17
  IsDocumentGenerated?: boolean;
17
18
  DocumentPath?: string;
19
+ DocumentPathBase64?: string;
18
20
  }
@@ -259,6 +259,12 @@ function createDefaultAppConfigHub() {
259
259
  CPckTexasAgreementBodyHtmlContentId: "",
260
260
  CheckBox: "",
261
261
  UnCheckBox: "",
262
+ CPckILCookAgreementTemplateBodyHtmlContentId: "",
263
+ RMQConfigCPckILCookAgreement: "",
264
+ CPckFileNamePrefixILCookAgreement: "",
265
+ CPckILOtherThanCookAgreementTemplateBodyHtmlContentId: "",
266
+ RMQConfigCPckILOtherThanCookAgreement: "",
267
+ CPckFileNamePrefixILOtherThanCookAgreement: "",
262
268
  };
263
269
  });
264
270
  }
@@ -245,6 +245,12 @@ export interface AppConfigHub {
245
245
  CPckTexasAgreementBodyHtmlContentId: string;
246
246
  CheckBox: string;
247
247
  UnCheckBox: string;
248
+ CPckILCookAgreementTemplateBodyHtmlContentId: string;
249
+ RMQConfigCPckILCookAgreement: string;
250
+ CPckFileNamePrefixILCookAgreement: string;
251
+ CPckILOtherThanCookAgreementTemplateBodyHtmlContentId: string;
252
+ RMQConfigCPckILOtherThanCookAgreement: string;
253
+ CPckFileNamePrefixILOtherThanCookAgreement: string
248
254
  }
249
255
 
250
256
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -495,6 +501,12 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
495
501
  CPckTexasAgreementBodyHtmlContentId: "",
496
502
  CheckBox: "",
497
503
  UnCheckBox: "",
504
+ CPckILCookAgreementTemplateBodyHtmlContentId: "",
505
+ RMQConfigCPckILCookAgreement: "",
506
+ CPckFileNamePrefixILCookAgreement: "",
507
+ CPckILOtherThanCookAgreementTemplateBodyHtmlContentId: "",
508
+ RMQConfigCPckILOtherThanCookAgreement: "",
509
+ CPckFileNamePrefixILOtherThanCookAgreement: "",
498
510
  }
499
511
  }
500
512
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.281",
3
+ "version": "1.0.283",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {