spartaxx.businessmodels 1.0.273 → 1.0.274
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.
- package/Common/AppConfigHub.js +1 -0
- package/Common/AppConfigHub.ts +2 -0
- package/package.json +1 -1
package/Common/AppConfigHub.js
CHANGED
package/Common/AppConfigHub.ts
CHANGED
@@ -241,6 +241,7 @@ export interface AppConfigHub {
|
|
241
241
|
cpckCLAofAonly: string;
|
242
242
|
cpckCLAgreementPropertySurvey: string;
|
243
243
|
cpckCLAofAPropertySurvey: string;
|
244
|
+
RMQConfigCPCoverLetter: string;
|
244
245
|
}
|
245
246
|
|
246
247
|
export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
@@ -487,6 +488,7 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
|
487
488
|
cpckCLAofAonly: "",
|
488
489
|
cpckCLAgreementPropertySurvey: "",
|
489
490
|
cpckCLAofAPropertySurvey: "",
|
491
|
+
RMQConfigCPCoverLetter: "",
|
490
492
|
}
|
491
493
|
}
|
492
494
|
|