spartaxx.businessmodels 1.0.283 → 1.0.284
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 +2 -2
- package/Common/AppConfigHub.ts +4 -4
- package/package.json +1 -1
package/Common/AppConfigHub.js
CHANGED
@@ -259,10 +259,10 @@ function createDefaultAppConfigHub() {
|
|
259
259
|
CPckTexasAgreementBodyHtmlContentId: "",
|
260
260
|
CheckBox: "",
|
261
261
|
UnCheckBox: "",
|
262
|
-
|
262
|
+
CPckOOTILCookAgreementTemplateBodyHtmlContentId: "",
|
263
263
|
RMQConfigCPckILCookAgreement: "",
|
264
264
|
CPckFileNamePrefixILCookAgreement: "",
|
265
|
-
|
265
|
+
CPckOOTILOtherThanCookAgreementTemplateBodyHtmlContentId: "",
|
266
266
|
RMQConfigCPckILOtherThanCookAgreement: "",
|
267
267
|
CPckFileNamePrefixILOtherThanCookAgreement: "",
|
268
268
|
};
|
package/Common/AppConfigHub.ts
CHANGED
@@ -245,10 +245,10 @@ export interface AppConfigHub {
|
|
245
245
|
CPckTexasAgreementBodyHtmlContentId: string;
|
246
246
|
CheckBox: string;
|
247
247
|
UnCheckBox: string;
|
248
|
-
|
248
|
+
CPckOOTILCookAgreementTemplateBodyHtmlContentId: string;
|
249
249
|
RMQConfigCPckILCookAgreement: string;
|
250
250
|
CPckFileNamePrefixILCookAgreement: string;
|
251
|
-
|
251
|
+
CPckOOTILOtherThanCookAgreementTemplateBodyHtmlContentId: string;
|
252
252
|
RMQConfigCPckILOtherThanCookAgreement: string;
|
253
253
|
CPckFileNamePrefixILOtherThanCookAgreement: string
|
254
254
|
}
|
@@ -501,10 +501,10 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
|
501
501
|
CPckTexasAgreementBodyHtmlContentId: "",
|
502
502
|
CheckBox: "",
|
503
503
|
UnCheckBox: "",
|
504
|
-
|
504
|
+
CPckOOTILCookAgreementTemplateBodyHtmlContentId: "",
|
505
505
|
RMQConfigCPckILCookAgreement: "",
|
506
506
|
CPckFileNamePrefixILCookAgreement: "",
|
507
|
-
|
507
|
+
CPckOOTILOtherThanCookAgreementTemplateBodyHtmlContentId: "",
|
508
508
|
RMQConfigCPckILOtherThanCookAgreement: "",
|
509
509
|
CPckFileNamePrefixILOtherThanCookAgreement: "",
|
510
510
|
}
|