@annalib/anna-feature-biz-rules 0.0.1
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/README.md +63 -0
- package/advertiser-listing/index.d.ts +5 -0
- package/advertiser-listing/public-api.d.ts +5 -0
- package/advertiser-listing/src/advertiser-filter-modal/advertiser-filter-modal.component.d.ts +91 -0
- package/advertiser-listing/src/advertiser-filter-modal/models/advertiser-filter-modal.model.d.ts +13 -0
- package/advertiser-listing/src/advertiser-table-listing/advertiser-table-listing.component.d.ts +81 -0
- package/advertiser-listing/src/advertiser-table-listing/model/adv-table-listing.model.d.ts +24 -0
- package/advertiser-listing/src/advertiser-table-listing/services/adv-table-listing.service.d.ts +6 -0
- package/biz-rules-order-listing/index.d.ts +5 -0
- package/biz-rules-order-listing/public-api.d.ts +5 -0
- package/biz-rules-order-listing/src/biz-rules-order-listing.component.d.ts +139 -0
- package/biz-rules-order-listing/src/model/biz-rule-order-listing.constant.d.ts +35 -0
- package/biz-rules-order-listing/src/model/biz-rule-order-listing.model.d.ts +107 -0
- package/biz-rules-order-listing/src/service/automation-activated-and-pod.token.service.d.ts +24 -0
- package/biz-rules-order-listing/src/service/biz-rule-order-listing-backend.service.d.ts +18 -0
- package/business-rules/index.d.ts +5 -0
- package/business-rules/public-api.d.ts +27 -0
- package/business-rules/src/add-buyer-contact/models/add-buyer-contact.model.d.ts +13 -0
- package/business-rules/src/add-edit-buyer-contact-popup/add-edit-buyer-contact-popup.component.d.ts +53 -0
- package/business-rules/src/add-edit-buyer-contact-popup/services/buyer-contact-token.service.d.ts +6 -0
- package/business-rules/src/adu-rules/adu-rules.component.d.ts +88 -0
- package/business-rules/src/adu-rules/models/adu-rules.model.d.ts +84 -0
- package/business-rules/src/approval-config/approval-config.component.d.ts +49 -0
- package/business-rules/src/approval-config/services/approval-config.service.d.ts +10 -0
- package/business-rules/src/avatar/avatar.component.d.ts +18 -0
- package/business-rules/src/business-rule-page/business-rule-page.component.d.ts +95 -0
- package/business-rules/src/business-rule-page/models/business-rule-page.constants.d.ts +70 -0
- package/business-rules/src/business-rule-page/models/business-rule.model.d.ts +567 -0
- package/business-rules/src/business-rule-page/services/business-rule-common-SI-BI-logic.service.d.ts +19 -0
- package/business-rules/src/business-rules-history/business-rules-history.component.d.ts +44 -0
- package/business-rules/src/business-rules-history/models/biz-rule-history.model.d.ts +28 -0
- package/business-rules/src/business-rules-history-popup/business-rules-history-popup.component.d.ts +60 -0
- package/business-rules/src/business-rules-history-popup/models/business-rules-history-popup.model.d.ts +15 -0
- package/business-rules/src/buyer-contact-history/buyer-contact-history.component.d.ts +31 -0
- package/business-rules/src/buyer-contact-history/models/buyer-contact-history.model.d.ts +16 -0
- package/business-rules/src/buyer-contact-section/buyer-rep-contact-section.component.d.ts +43 -0
- package/business-rules/src/buyer-contact-section/models/buyer-contact.model.d.ts +52 -0
- package/business-rules/src/copy-biz-rules-popup/copy-biz-rules-popup.component.d.ts +91 -0
- package/business-rules/src/copy-biz-rules-popup/copy-business-rule-backend-service.token.d.ts +12 -0
- package/business-rules/src/copy-biz-rules-popup/models/copy-biz-rules.model.d.ts +47 -0
- package/business-rules/src/daypart-grouping-popup/daypart-grouping-popup.component.d.ts +31 -0
- package/business-rules/src/daypart-restrictions/daypart-restrictions.component.d.ts +62 -0
- package/business-rules/src/daypart-restrictions/pipe/replaceEnd.pipe.d.ts +7 -0
- package/business-rules/src/equivalent-and-higher-daypart/equivalent-and-higher-daypart.component.d.ts +39 -0
- package/business-rules/src/excluded-or-special-program/excluded-or-special-program.component.d.ts +58 -0
- package/business-rules/src/general-rules/general-rules.component.d.ts +105 -0
- package/business-rules/src/general-rules/models/general-rules-constant.d.ts +21 -0
- package/business-rules/src/inherit-biz-rule-approval-popup/inherit-biz-rule-approval-popup.component.d.ts +66 -0
- package/business-rules/src/inherit-biz-rule-approval-popup/models/inherit-biz-rule-approval-popup.model.d.ts +47 -0
- package/business-rules/src/inherit-biz-rule-approval-popup/services/inherit-biz-rule-approval-popup.service.d.ts +9 -0
- package/business-rules/src/make-good-rules/make-good-rules.component.d.ts +86 -0
- package/business-rules/src/make-good-rules/models/make-good-rules.model.d.ts +98 -0
- package/business-rules/src/make-good-rules/validators/relaxedValidation.d.ts +2 -0
- package/business-rules/src/mass-copy-biz-rules-popup/mass-copy-biz-rules-popup.component.d.ts +59 -0
- package/business-rules/src/mass-copy-biz-rules-popup/models/mass-copy-biz-rules.model.d.ts +32 -0
- package/fesm2022/annalib-anna-feature-biz-rules-advertiser-listing.mjs +768 -0
- package/fesm2022/annalib-anna-feature-biz-rules-advertiser-listing.mjs.map +1 -0
- package/fesm2022/annalib-anna-feature-biz-rules-biz-rules-order-listing.mjs +1068 -0
- package/fesm2022/annalib-anna-feature-biz-rules-biz-rules-order-listing.mjs.map +1 -0
- package/fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs +6987 -0
- package/fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs.map +1 -0
- package/fesm2022/annalib-anna-feature-biz-rules.mjs +88 -0
- package/fesm2022/annalib-anna-feature-biz-rules.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/anna-feature-biz-rules.module.d.ts +20 -0
- package/package.json +45 -0
- package/public-api.d.ts +1 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export * from "./src/add-edit-buyer-contact-popup/services/buyer-contact-token.service";
|
|
2
|
+
export * from "./src/adu-rules/adu-rules.component";
|
|
3
|
+
export * from "./src/business-rule-page/business-rule-page.component";
|
|
4
|
+
export * from "./src/business-rule-page/models/business-rule.model";
|
|
5
|
+
export * from "./src/business-rule-page/models/business-rule-page.constants";
|
|
6
|
+
export * from "./src/business-rule-page/services/business-rule-common-SI-BI-logic.service";
|
|
7
|
+
export * from "./src/business-rules-history/business-rules-history.component";
|
|
8
|
+
export * from "./src/business-rules-history/models/biz-rule-history.model";
|
|
9
|
+
export * from "./src/business-rules-history-popup/business-rules-history-popup.component";
|
|
10
|
+
export * from "./src/business-rules-history-popup/models/business-rules-history-popup.model";
|
|
11
|
+
export * from "./src/buyer-contact-history/buyer-contact-history.component";
|
|
12
|
+
export * from "./src/buyer-contact-history/models/buyer-contact-history.model";
|
|
13
|
+
export * from "./src/buyer-contact-section/buyer-rep-contact-section.component";
|
|
14
|
+
export * from "./src/buyer-contact-section/models/buyer-contact.model";
|
|
15
|
+
export * from "./src/copy-biz-rules-popup/copy-biz-rules-popup.component";
|
|
16
|
+
export * from "./src/copy-biz-rules-popup/copy-business-rule-backend-service.token";
|
|
17
|
+
export * from "./src/daypart-grouping-popup/daypart-grouping-popup.component";
|
|
18
|
+
export * from "./src/daypart-restrictions/daypart-restrictions.component";
|
|
19
|
+
export * from "./src/equivalent-and-higher-daypart/equivalent-and-higher-daypart.component";
|
|
20
|
+
export * from "./src/general-rules/general-rules.component";
|
|
21
|
+
export * from "./src/inherit-biz-rule-approval-popup/inherit-biz-rule-approval-popup.component";
|
|
22
|
+
export * from "./src/inherit-biz-rule-approval-popup/models/inherit-biz-rule-approval-popup.model";
|
|
23
|
+
export * from "./src/inherit-biz-rule-approval-popup/services/inherit-biz-rule-approval-popup.service";
|
|
24
|
+
export * from "./src/make-good-rules/make-good-rules.component";
|
|
25
|
+
export * from "./src/make-good-rules/validators/relaxedValidation";
|
|
26
|
+
export * from "./src/mass-copy-biz-rules-popup/mass-copy-biz-rules-popup.component";
|
|
27
|
+
export * from "./src/mass-copy-biz-rules-popup/models/mass-copy-biz-rules.model";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare enum PrimarySecondaryEnum {
|
|
2
|
+
PRIMARY = "PRIMARY",
|
|
3
|
+
SECONDARY = "SECONDARY"
|
|
4
|
+
}
|
|
5
|
+
export declare class BuyerContactInfo {
|
|
6
|
+
Email: string;
|
|
7
|
+
Name: string;
|
|
8
|
+
ContactNumber: string;
|
|
9
|
+
}
|
|
10
|
+
export declare class BuyerContactPayload {
|
|
11
|
+
campaign_id: string;
|
|
12
|
+
buyer_contact_details: BuyerContactInfo[];
|
|
13
|
+
}
|
package/business-rules/src/add-edit-buyer-contact-popup/add-edit-buyer-contact-popup.component.d.ts
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core";
|
|
2
|
+
import { RegexPatternsService } from "@annalib/anna-core";
|
|
3
|
+
import { BusinessPageType } from "../business-rule-page/models/business-rule-page.constants";
|
|
4
|
+
import { BuyerRepContactPopupActionEnum, EOSApplicationUserType, RepAndBuyerContactDetails, RepAndBuyerContactList } from "../buyer-contact-section/models/buyer-contact.model";
|
|
5
|
+
import { IBuyerContactBackendService } from "./services/buyer-contact-token.service";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class AddEditBuyerContactPopupComponent implements OnChanges, OnInit {
|
|
8
|
+
private regexPatternService;
|
|
9
|
+
consumingProjectBizRulesService: IBuyerContactBackendService;
|
|
10
|
+
actionType: BuyerRepContactPopupActionEnum;
|
|
11
|
+
businessRulesLevel: BusinessPageType;
|
|
12
|
+
buyerContactList: RepAndBuyerContactList;
|
|
13
|
+
canDeleteAllBuyers: boolean;
|
|
14
|
+
userType: EOSApplicationUserType;
|
|
15
|
+
stationId: number;
|
|
16
|
+
closeModal: EventEmitter<boolean>;
|
|
17
|
+
saveBuyerEmitter: EventEmitter<any>;
|
|
18
|
+
BusinessPageType: typeof BusinessPageType;
|
|
19
|
+
buyers: RepAndBuyerContactDetails[];
|
|
20
|
+
clonnedBuyers: RepAndBuyerContactDetails[];
|
|
21
|
+
disableSaveButton: boolean;
|
|
22
|
+
isSingleBuyerPresent: boolean;
|
|
23
|
+
isFormValid: boolean;
|
|
24
|
+
isSingleBuyerPresentButAllContactsDeleted: boolean;
|
|
25
|
+
modalTitle: string;
|
|
26
|
+
topMessage: string;
|
|
27
|
+
validDomains: string[];
|
|
28
|
+
EOSApplicationUserType: typeof EOSApplicationUserType;
|
|
29
|
+
BuyerRepContactPopupActionEnum: typeof BuyerRepContactPopupActionEnum;
|
|
30
|
+
constructor(regexPatternService: RegexPatternsService, consumingProjectBizRulesService: IBuyerContactBackendService);
|
|
31
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
32
|
+
ngOnInit(): void;
|
|
33
|
+
setModalTitleAndTopMessage(): void;
|
|
34
|
+
addBuyer(): void;
|
|
35
|
+
deleteBuyer(index: number): void;
|
|
36
|
+
editBuyer(buyer: RepAndBuyerContactDetails): void;
|
|
37
|
+
checkSaveEnableDisable(): void;
|
|
38
|
+
deepOmit<T extends Record<string, any>>(obj: T, keysToOmit: string[]): T;
|
|
39
|
+
loadValidDomains(): void;
|
|
40
|
+
isContactFormValid(): boolean;
|
|
41
|
+
isOnlySingleBuyerPresent(): boolean;
|
|
42
|
+
checkIfAllExistingBuyerContactsDeleted(): boolean;
|
|
43
|
+
resetBuyer(buyer: RepAndBuyerContactDetails, index: number): void;
|
|
44
|
+
removeBuyerFromList(index: number): void;
|
|
45
|
+
validateBuyerFirstName(buyer: RepAndBuyerContactDetails): void;
|
|
46
|
+
validateBuyerLastName(buyer: RepAndBuyerContactDetails): void;
|
|
47
|
+
validateEmail(buyer: RepAndBuyerContactDetails): void;
|
|
48
|
+
validatePhoneNumber(buyer: RepAndBuyerContactDetails): void;
|
|
49
|
+
closePopup(): void;
|
|
50
|
+
saveBuyerContacts(): void;
|
|
51
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AddEditBuyerContactPopupComponent, never>;
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddEditBuyerContactPopupComponent, "anna-feature-add-edit-buyer-contact-popup", never, { "actionType": { "alias": "actionType"; "required": false; }; "businessRulesLevel": { "alias": "businessRulesLevel"; "required": false; }; "buyerContactList": { "alias": "buyerContactList"; "required": false; }; "canDeleteAllBuyers": { "alias": "canDeleteAllBuyers"; "required": false; }; "userType": { "alias": "userType"; "required": false; }; "stationId": { "alias": "stationId"; "required": false; }; }, { "closeModal": "closeModal"; "saveBuyerEmitter": "saveBuyerEmitter"; }, never, never, true, never>;
|
|
53
|
+
}
|
package/business-rules/src/add-edit-buyer-contact-popup/services/buyer-contact-token.service.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { InjectionToken } from "@angular/core";
|
|
2
|
+
import { Observable } from "rxjs";
|
|
3
|
+
export declare const BUYER_CONTACT_SERVICE_TOKEN: InjectionToken<IBuyerContactBackendService>;
|
|
4
|
+
export interface IBuyerContactBackendService {
|
|
5
|
+
validateEmailDomains(stationId: number): Observable<any>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core";
|
|
2
|
+
import { FormBuilder, FormGroup } from "@angular/forms";
|
|
3
|
+
import { AnnaGlobalConfigService, IConfirmationPopupConfig } from "@annalib/anna-core";
|
|
4
|
+
import { ConfirmationPopupComponent, MessageBoxData } from "@annalib/anna-design-components-lib";
|
|
5
|
+
import { NgbModal, NgbModalOptions, NgbModalRef } from "@ng-bootstrap/ng-bootstrap";
|
|
6
|
+
import { AduRules, AllowedInventoryOrTimeWindow, DaypartGroupsList, PopulateListDropdown } from "../business-rule-page/models/business-rule.model";
|
|
7
|
+
import { BusinessRuleCommonSIBILogicService } from "../business-rule-page/services/business-rule-common-SI-BI-logic.service";
|
|
8
|
+
import { ADURulesName } from "./models/adu-rules.model";
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class AduRulesComponent implements OnInit, OnChanges {
|
|
11
|
+
private fb;
|
|
12
|
+
private businessRuleCommonSIBILogicService;
|
|
13
|
+
private modalService;
|
|
14
|
+
private cdr;
|
|
15
|
+
private annaGlobalConfig;
|
|
16
|
+
aduValue: AduRules;
|
|
17
|
+
intialAduValue: AduRules;
|
|
18
|
+
isDisabled: boolean;
|
|
19
|
+
highlightChanges: boolean;
|
|
20
|
+
disabledAduTimeWindow: boolean;
|
|
21
|
+
disabledAduPostingRequired: boolean;
|
|
22
|
+
editMode: boolean;
|
|
23
|
+
hideRulesTooltipInfo: boolean;
|
|
24
|
+
aduTabSelected: boolean;
|
|
25
|
+
minimumSeparation: string;
|
|
26
|
+
showMinimumSeparationInMessage: boolean;
|
|
27
|
+
aduChange: EventEmitter<AduRules>;
|
|
28
|
+
commenceAduForm: FormGroup;
|
|
29
|
+
selectedAlternatives: PopulateListDropdown[];
|
|
30
|
+
selectedWindow: PopulateListDropdown[];
|
|
31
|
+
readonly commenceAduForm_MINVALUE = 85;
|
|
32
|
+
readonly commenceAduForm_MAXVALUE = 150;
|
|
33
|
+
readonly MINVALUE = 1;
|
|
34
|
+
readonly MAXVALUE = 100;
|
|
35
|
+
readonly SAME_DAYPART_GROUP_ANY_DAY = "SAME_DAYPART_GROUP_ANY_DAY";
|
|
36
|
+
aduAndMgMessageData: MessageBoxData;
|
|
37
|
+
informationPool: ADURulesName;
|
|
38
|
+
readMode: boolean;
|
|
39
|
+
readonly DEBOUNCE_TIME = 10;
|
|
40
|
+
readonly NOT_EMIT_VALUE_CHANGE: {
|
|
41
|
+
emitEvent: boolean;
|
|
42
|
+
onlySelf: boolean;
|
|
43
|
+
};
|
|
44
|
+
provideADUForSelectedOption: "ProvideForUDProjection" | "ProvideForUDTillPostedDate";
|
|
45
|
+
ngbModalOptions: NgbModalOptions;
|
|
46
|
+
private addDaypartGroupModal;
|
|
47
|
+
addDaypartGroupingModalReference: NgbModalRef;
|
|
48
|
+
removeGroupingConfirmation: ConfirmationPopupComponent;
|
|
49
|
+
removeGroupingConfirmationConfig: IConfirmationPopupConfig;
|
|
50
|
+
modalTitleForDpGroups: string;
|
|
51
|
+
daypartRules: DaypartGroupsList[];
|
|
52
|
+
sameDpGroupAllowedInventoryOption: PopulateListDropdown;
|
|
53
|
+
constructor(fb: FormBuilder, businessRuleCommonSIBILogicService: BusinessRuleCommonSIBILogicService, modalService: NgbModal, cdr: ChangeDetectorRef, annaGlobalConfig: AnnaGlobalConfigService);
|
|
54
|
+
ngOnInit(): void;
|
|
55
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
56
|
+
scrollToTop(): void;
|
|
57
|
+
getInformationData(): void;
|
|
58
|
+
intialiseAllForm(): void;
|
|
59
|
+
subscribeToValueChangeForForm(): void;
|
|
60
|
+
commenceAduFormDataOnChange(): void;
|
|
61
|
+
OnScroll(event: WheelEvent): void;
|
|
62
|
+
getValueToBeInRangeForCommenceAdu(value: number): number;
|
|
63
|
+
setAllFormData(): void;
|
|
64
|
+
enableDisableForm(): void;
|
|
65
|
+
checkIfAnyFormIsInvalid(): boolean;
|
|
66
|
+
aduRequiredChanged(): void;
|
|
67
|
+
formValueChanged(): void;
|
|
68
|
+
checkPriority(rule: AllowedInventoryOrTimeWindow): void;
|
|
69
|
+
keepsLowPrioritySameAsHighPriorityForTimeWindowUdLiability(): void;
|
|
70
|
+
setMessageData(): void;
|
|
71
|
+
allowThreshold(): void;
|
|
72
|
+
onContainerScroll(): void;
|
|
73
|
+
generateADURadioButtonClicked(value: "ProvideForUDProjection" | "ProvideForUDTillPostedDate"): void;
|
|
74
|
+
setUdLiabilityTimeWindowIfAudPostingRequired(): void;
|
|
75
|
+
setGenerateADUForOption(): void;
|
|
76
|
+
openRemoveGroupingModal(): void;
|
|
77
|
+
openDaypartGroupsModal(): void;
|
|
78
|
+
saveDaypartGroups(daypartList: DaypartGroupsList[]): void;
|
|
79
|
+
removeGrouping(): void;
|
|
80
|
+
closeAddDaypartGroupModal(): void;
|
|
81
|
+
provideOffersBasedOnSpecificWeekDaysChanged(value: boolean): void;
|
|
82
|
+
onlyForLiveOrdersChanged(value: boolean): void;
|
|
83
|
+
provideAdusForShortestDurationChanged(value: boolean): void;
|
|
84
|
+
removeGroupingModalConfig(): void;
|
|
85
|
+
popupModalConfig(): void;
|
|
86
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AduRulesComponent, never>;
|
|
87
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AduRulesComponent, "anna-feature-adu-rules", never, { "aduValue": { "alias": "aduValue"; "required": false; }; "intialAduValue": { "alias": "intialAduValue"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "highlightChanges": { "alias": "highlightChanges"; "required": false; }; "disabledAduTimeWindow": { "alias": "disabledAduTimeWindow"; "required": false; }; "disabledAduPostingRequired": { "alias": "disabledAduPostingRequired"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; }; "hideRulesTooltipInfo": { "alias": "hideRulesTooltipInfo"; "required": false; }; "aduTabSelected": { "alias": "aduTabSelected"; "required": false; }; "minimumSeparation": { "alias": "minimumSeparation"; "required": false; }; "showMinimumSeparationInMessage": { "alias": "showMinimumSeparationInMessage"; "required": false; }; }, { "aduChange": "aduChange"; }, never, never, true, never>;
|
|
88
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
export declare class ADURulesName {
|
|
2
|
+
generateAdu: {
|
|
3
|
+
name: string;
|
|
4
|
+
tooltip: string;
|
|
5
|
+
};
|
|
6
|
+
minGrp: {
|
|
7
|
+
name: string;
|
|
8
|
+
tooltip: string;
|
|
9
|
+
};
|
|
10
|
+
maxSpotOTO: {
|
|
11
|
+
name: string;
|
|
12
|
+
tooltip: string;
|
|
13
|
+
};
|
|
14
|
+
maxSpotStrip: {
|
|
15
|
+
name: string;
|
|
16
|
+
tooltip: string;
|
|
17
|
+
};
|
|
18
|
+
aduTimeWindow: {
|
|
19
|
+
name: string;
|
|
20
|
+
tooltip: string;
|
|
21
|
+
};
|
|
22
|
+
daypart: {
|
|
23
|
+
name: string;
|
|
24
|
+
tooltip: string;
|
|
25
|
+
};
|
|
26
|
+
allowAduTwoMinutes: {
|
|
27
|
+
name: string;
|
|
28
|
+
tooltip: string;
|
|
29
|
+
};
|
|
30
|
+
allowedInventory: {
|
|
31
|
+
name: string;
|
|
32
|
+
tooltip: string;
|
|
33
|
+
};
|
|
34
|
+
provideAdusForShortestDuration: {
|
|
35
|
+
name: string;
|
|
36
|
+
tooltip: string;
|
|
37
|
+
};
|
|
38
|
+
provideMGsOnSpecificWeekdays: {
|
|
39
|
+
name: string;
|
|
40
|
+
tooltip: string;
|
|
41
|
+
};
|
|
42
|
+
provideADUsForLiveOrders: {
|
|
43
|
+
name: string;
|
|
44
|
+
tooltip: string;
|
|
45
|
+
};
|
|
46
|
+
daily: {
|
|
47
|
+
name: string;
|
|
48
|
+
tooltip: string;
|
|
49
|
+
};
|
|
50
|
+
weekly: {
|
|
51
|
+
name: string;
|
|
52
|
+
tooltip: string;
|
|
53
|
+
};
|
|
54
|
+
windowForUDLiability: {
|
|
55
|
+
name: string;
|
|
56
|
+
tooltip: string;
|
|
57
|
+
};
|
|
58
|
+
windowForProvidingADUs: {
|
|
59
|
+
name: string;
|
|
60
|
+
tooltip: string;
|
|
61
|
+
};
|
|
62
|
+
provideForUDProjection: {
|
|
63
|
+
name: string;
|
|
64
|
+
tooltip: string;
|
|
65
|
+
};
|
|
66
|
+
provideForUDTillPostedDate: {
|
|
67
|
+
name: string;
|
|
68
|
+
tooltip: string;
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
export declare class ADUChangeObjectList {
|
|
72
|
+
MaxPercentageOfGrpAllowedToMakeGood: boolean;
|
|
73
|
+
MinPercentageRating: boolean;
|
|
74
|
+
MinPercentageRatingRelaxed: boolean;
|
|
75
|
+
MaxSpotsAllowedForEachSpot: boolean;
|
|
76
|
+
MaxSpotsAllowedForEachSpotRelaxed: boolean;
|
|
77
|
+
AllowedInventoryPreapproved: boolean;
|
|
78
|
+
AllowedInventoryRelaxed: boolean;
|
|
79
|
+
SpecialDayPartPreapproved: boolean;
|
|
80
|
+
SpecialDayPartRelaxed: boolean;
|
|
81
|
+
TimeWindowPreapproved: boolean;
|
|
82
|
+
TimeWindowRelaxed: boolean;
|
|
83
|
+
PercentageDeficitAllowedBeforeAdu: boolean;
|
|
84
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, SimpleChanges } from "@angular/core";
|
|
2
|
+
import { IRadioButtonComponentConfig } from "@annalib/anna-core";
|
|
3
|
+
import { ApprovalConfig, ApprovalSelectionOption } from "../business-rule-page/models/business-rule.model";
|
|
4
|
+
import { BusinessPageType, UserTypeEnum } from "../business-rule-page/models/business-rule-page.constants";
|
|
5
|
+
import { ApprovalConfigService } from "./services/approval-config.service";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ApprovalConfigComponent implements OnChanges {
|
|
8
|
+
private approvalConfigService;
|
|
9
|
+
editModeClonedCopy: boolean;
|
|
10
|
+
approvalConfig: ApprovalConfig;
|
|
11
|
+
userType: UserTypeEnum;
|
|
12
|
+
businessRulePageType: BusinessPageType | string;
|
|
13
|
+
isTrafficAnnaOrder: boolean;
|
|
14
|
+
editMode: boolean;
|
|
15
|
+
approvalConfigChanged: EventEmitter<ApprovalConfig>;
|
|
16
|
+
sellerOrBuyerApprovalOfferedMgsRadioConfig: IRadioButtonComponentConfig;
|
|
17
|
+
sellerOrBuyerApprovalOfferedADUsRadioConfig: IRadioButtonComponentConfig;
|
|
18
|
+
sellerOrBuyerApprovalCreditingExtraADUsRadioConfig: IRadioButtonComponentConfig;
|
|
19
|
+
sellerOrBuyerApprovalOfferedBonusesRadioConfig: IRadioButtonComponentConfig;
|
|
20
|
+
sellerOrBuyerApprovalConfig: "sellerApprovalConfiguration" | "buyerApprovalConfiguration";
|
|
21
|
+
UserTypeEnum: typeof UserTypeEnum;
|
|
22
|
+
BusinessPageType: typeof BusinessPageType;
|
|
23
|
+
showDirectOrderSection: boolean;
|
|
24
|
+
showElectronicOrderSection: boolean;
|
|
25
|
+
areAllCheckboxesUncheckedForDirectOrder: boolean;
|
|
26
|
+
areAllCheckboxesUnCheckedForElectronicOrder: boolean;
|
|
27
|
+
constructor(approvalConfigService: ApprovalConfigService);
|
|
28
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
29
|
+
offeredMgsRadioChanged(event: any): void;
|
|
30
|
+
creditingExtraAdusChanged(event: any): void;
|
|
31
|
+
updateOfferedAdus(value: boolean): void;
|
|
32
|
+
updateOfferedMgsChecked(value: boolean): void;
|
|
33
|
+
updateCreditingExtraAdusChecked(value: boolean): void;
|
|
34
|
+
updateOfferedBonusChecked(value: boolean): void;
|
|
35
|
+
updateOfferedAdusAndCreditingExtraAdusCheckBox(value: boolean): void;
|
|
36
|
+
updateOffersMgsForReptoolCheckbox(value: boolean): void;
|
|
37
|
+
updateOfferedBonusForReptoolCheckbox(value: boolean): void;
|
|
38
|
+
buyerBizRulesApprovalRequiredInEOSToggleChange(): void;
|
|
39
|
+
buyerSpotsApprovalRequiredInEOSToggleChange(value: boolean): void;
|
|
40
|
+
buyerSpotsApprovalRequiredOnRepToolToggleChange(value: boolean): void;
|
|
41
|
+
sellerSpotsReconfirmationToggleChange(value: boolean): void;
|
|
42
|
+
offeredADUsRadioChanged(event: ApprovalSelectionOption): void;
|
|
43
|
+
offeredBonusRadioChanged(event: ApprovalSelectionOption): void;
|
|
44
|
+
approvalConfigValueChanged(): void;
|
|
45
|
+
checkIfAllCheckboxesUnchecked(): void;
|
|
46
|
+
isApprovalConfigInValid(): boolean;
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ApprovalConfigComponent, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ApprovalConfigComponent, "anna-feature-approval-config", never, { "editModeClonedCopy": { "alias": "editModeClonedCopy"; "required": false; }; "approvalConfig": { "alias": "approvalConfig"; "required": false; }; "userType": { "alias": "userType"; "required": false; }; "businessRulePageType": { "alias": "businessRulePageType"; "required": false; }; "isTrafficAnnaOrder": { "alias": "isTrafficAnnaOrder"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; }; }, { "approvalConfigChanged": "approvalConfigChanged"; }, never, never, true, never>;
|
|
49
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IRadioButtonComponentConfig } from "@annalib/anna-core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ApprovalConfigService {
|
|
4
|
+
getSellerOrBuyerApprovalOfferedMgsRadioConfig(): IRadioButtonComponentConfig;
|
|
5
|
+
getSellerOrBuyerApprovalOfferedAdusRadioConfig(): IRadioButtonComponentConfig;
|
|
6
|
+
getSellerOrBuyerApprovalCreditingExtraAdusRadioConfig(): IRadioButtonComponentConfig;
|
|
7
|
+
getBuyerApprovalOfferedBonussRadioConfig(): IRadioButtonComponentConfig;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ApprovalConfigService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ApprovalConfigService>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import { BusinessPageType } from "../business-rule-page/models/business-rule-page.constants";
|
|
3
|
+
import { RepAndBuyerContactDetails } from "../buyer-contact-section/models/buyer-contact.model";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AvatarComponent implements OnInit {
|
|
6
|
+
initials: string;
|
|
7
|
+
buyer: RepAndBuyerContactDetails;
|
|
8
|
+
businessRulesPageType: BusinessPageType;
|
|
9
|
+
tooltipMessage: string;
|
|
10
|
+
colorOptions: string[];
|
|
11
|
+
BusinessPageType: typeof BusinessPageType;
|
|
12
|
+
avatarBgColor: string;
|
|
13
|
+
static colorIndex: number;
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
assignSequentialColor(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "anna-feature-avatar", never, { "initials": { "alias": "initials"; "required": false; }; "buyer": { "alias": "buyer"; "required": false; }; "businessRulesPageType": { "alias": "businessRulesPageType"; "required": false; }; "tooltipMessage": { "alias": "tooltipMessage"; "required": false; }; "colorOptions": { "alias": "colorOptions"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges } from "@angular/core";
|
|
2
|
+
import { AnnaGlobalConfigService, IConfirmationPopupConfig, IGtTableHeader } from "@annalib/anna-core";
|
|
3
|
+
import { IWizardTab, WizardStepState } from "@annalib/anna-design-components-lib";
|
|
4
|
+
import { ToastrService } from "ngx-toastr";
|
|
5
|
+
import { AduRulesComponent } from "../adu-rules/adu-rules.component";
|
|
6
|
+
import { ApprovalConfigComponent } from "../approval-config/approval-config.component";
|
|
7
|
+
import { GeneralRulesComponent } from "../general-rules/general-rules.component";
|
|
8
|
+
import { MakeGoodRulesComponent } from "../make-good-rules/make-good-rules.component";
|
|
9
|
+
import { AduRules, ApprovalConfig, BizRulesResponse, GeneralRules, Inventory } from "./models/business-rule.model";
|
|
10
|
+
import { BusinessPageType, BusinessRuleSectionName, UserTypeEnum } from "./models/business-rule-page.constants";
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export declare class BusinessRulePageComponent implements OnInit, OnChanges, AfterViewInit {
|
|
13
|
+
private toastr;
|
|
14
|
+
private annaGlobalConfig;
|
|
15
|
+
wizardTabs: IWizardTab[];
|
|
16
|
+
wizardTabsCloned: IWizardTab[];
|
|
17
|
+
selectedWizardTab: IWizardTab;
|
|
18
|
+
hideBusinessRules: boolean;
|
|
19
|
+
businessRuleLoading: boolean;
|
|
20
|
+
bizRuleErrorMessage: string;
|
|
21
|
+
businessRulesData: BizRulesResponse;
|
|
22
|
+
initialBusinessRule: BizRulesResponse;
|
|
23
|
+
userType: UserTypeEnum;
|
|
24
|
+
bizRuleFor: "STATION" | "ADVERTISER" | "ORDER";
|
|
25
|
+
inventoryCodesTableHeaders: IGtTableHeader[];
|
|
26
|
+
aclWritePermission: boolean;
|
|
27
|
+
isTrafficAnnaOrder: boolean;
|
|
28
|
+
businessRulePageType: BusinessPageType;
|
|
29
|
+
editMode: boolean;
|
|
30
|
+
disableSomeBizRulesIfAnPoDOrder: boolean;
|
|
31
|
+
stayOnPageAndCloseModal: EventEmitter<void>;
|
|
32
|
+
checkIfEditEnabled: EventEmitter<void>;
|
|
33
|
+
checkIfNotifyEnabled: EventEmitter<void>;
|
|
34
|
+
checkSaveEnabled: EventEmitter<void>;
|
|
35
|
+
aduRules: AduRules;
|
|
36
|
+
makeGoodRules: any;
|
|
37
|
+
inventorySelectionChanged: boolean;
|
|
38
|
+
BusinessRuleSectionName: typeof BusinessRuleSectionName;
|
|
39
|
+
currentTabHasError: boolean;
|
|
40
|
+
currentTabHasPendingChanges: boolean;
|
|
41
|
+
hasAnyHighlightChangesInEntireBizRules: boolean;
|
|
42
|
+
discardUnsavedChangesConfirmConfig: IConfirmationPopupConfig;
|
|
43
|
+
private discardUnsavedChangesConfirmModal;
|
|
44
|
+
mgRules: QueryList<MakeGoodRulesComponent>;
|
|
45
|
+
adu: QueryList<AduRulesComponent>;
|
|
46
|
+
generalRules: QueryList<GeneralRulesComponent>;
|
|
47
|
+
approvalConfig: QueryList<ApprovalConfigComponent>;
|
|
48
|
+
generalRulesList: GeneralRules;
|
|
49
|
+
mgTabSelected: boolean;
|
|
50
|
+
aduTabSelected: boolean;
|
|
51
|
+
editModeClonedCopy: boolean;
|
|
52
|
+
constructor(toastr: ToastrService, annaGlobalConfig: AnnaGlobalConfigService);
|
|
53
|
+
ngOnInit(): void;
|
|
54
|
+
ngAfterViewInit(): void;
|
|
55
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
56
|
+
onWizardTabChanged(wizardInfo: {
|
|
57
|
+
selectedWizardTab: IWizardTab;
|
|
58
|
+
wizardTabList: IWizardTab[];
|
|
59
|
+
}): void;
|
|
60
|
+
updateBusinessRuleWizardList(): void;
|
|
61
|
+
onSuccessGettingBusinessRules(): void;
|
|
62
|
+
showDaypartTimeRestrictionToastrs(): void;
|
|
63
|
+
setDefaultActiveTab(): void;
|
|
64
|
+
isBusinessRuleValid(): boolean;
|
|
65
|
+
generalFormInvalid(): boolean;
|
|
66
|
+
generalValueChanged(generalRules: GeneralRules): void;
|
|
67
|
+
approvalConfigChanged(approvalConfigs: ApprovalConfig): void;
|
|
68
|
+
IsOnlyBusinessRuleFormChanged(): boolean;
|
|
69
|
+
sortAndOmitPrograms(programs: Inventory[]): any[];
|
|
70
|
+
isAnyApprovalConfiguarationChanged(): boolean;
|
|
71
|
+
openConfirmationPopup(): void;
|
|
72
|
+
mgFormsInvalid(): boolean;
|
|
73
|
+
aduFormsInvalid(): boolean;
|
|
74
|
+
approvalConfigInvalid(): boolean;
|
|
75
|
+
excludedInventoriesSelected(selectedExcludedInventories: Inventory[]): void;
|
|
76
|
+
specialInventoriesSelected(selectedSpecialInventories: Inventory[]): void;
|
|
77
|
+
nonSelectedInventory(nonSelectedInventories: any, type: "EXCLUDED" | "SPECIAL"): void;
|
|
78
|
+
detectInventorySelectionChanges(): void;
|
|
79
|
+
resetBizRuleChangesAndCloseModal(): void;
|
|
80
|
+
stayOnBizRulePageAndCloseModal(): void;
|
|
81
|
+
aduChange(aduRules: AduRules): void;
|
|
82
|
+
dayPartRestrictionsChanged(dpRules: any): void;
|
|
83
|
+
equivalencyRulesChanged(equivalencyRules: any): void;
|
|
84
|
+
makeGoodValueChanged(mgRules: any): void;
|
|
85
|
+
getTabBasedOnHeading(tabHeading: string): IWizardTab;
|
|
86
|
+
checkIfSaveEnabled(tab: IWizardTab): void;
|
|
87
|
+
setDiscardUnsavedChangesConfirmConfig(): void;
|
|
88
|
+
wizardTabSelected(tabSelected: IWizardTab): void;
|
|
89
|
+
checkIfCurrentTabFormIsValid(tabSelected: IWizardTab): boolean;
|
|
90
|
+
checkIfCurrentTabHasPendingChange(tabSelected: IWizardTab): boolean;
|
|
91
|
+
setCurrentAndPreviousStepState(tab: IWizardTab, newState: WizardStepState): IWizardTab;
|
|
92
|
+
getLatestBusinessRuleData(): BizRulesResponse;
|
|
93
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BusinessRulePageComponent, never>;
|
|
94
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BusinessRulePageComponent, "anna-feature-business-rule-page", never, { "wizardTabs": { "alias": "wizardTabs"; "required": true; }; "wizardTabsCloned": { "alias": "wizardTabsCloned"; "required": true; }; "selectedWizardTab": { "alias": "selectedWizardTab"; "required": true; }; "hideBusinessRules": { "alias": "hideBusinessRules"; "required": false; }; "businessRuleLoading": { "alias": "businessRuleLoading"; "required": true; }; "bizRuleErrorMessage": { "alias": "bizRuleErrorMessage"; "required": true; }; "businessRulesData": { "alias": "businessRulesData"; "required": true; }; "initialBusinessRule": { "alias": "initialBusinessRule"; "required": true; }; "userType": { "alias": "userType"; "required": false; }; "bizRuleFor": { "alias": "bizRuleFor"; "required": true; }; "inventoryCodesTableHeaders": { "alias": "inventoryCodesTableHeaders"; "required": true; }; "aclWritePermission": { "alias": "aclWritePermission"; "required": true; }; "isTrafficAnnaOrder": { "alias": "isTrafficAnnaOrder"; "required": false; }; "businessRulePageType": { "alias": "businessRulePageType"; "required": true; }; "editMode": { "alias": "editMode"; "required": false; }; "disableSomeBizRulesIfAnPoDOrder": { "alias": "disableSomeBizRulesIfAnPoDOrder"; "required": false; }; }, { "stayOnPageAndCloseModal": "stayOnPageAndCloseModal"; "checkIfEditEnabled": "checkIfEditEnabled"; "checkIfNotifyEnabled": "checkIfNotifyEnabled"; "checkSaveEnabled": "checkSaveEnabled"; }, never, never, true, never>;
|
|
95
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
export declare enum BusinessRuleSectionName {
|
|
2
|
+
APPROVALS = "Approvals",
|
|
3
|
+
DAYPART_RESTRICTION = "DP Restrictions",
|
|
4
|
+
EQUIVALENT_DAYPARTS = "Equivalent & Higher DPs",
|
|
5
|
+
EXCLUDED_PROGRAM = "Excluded Programs",
|
|
6
|
+
SPECIAL_PROGRAM = "Special Programs",
|
|
7
|
+
MG_RULES = "MakeGoods",
|
|
8
|
+
ADU_RULES = "ADUs",
|
|
9
|
+
GENERAL_RULES = "General"
|
|
10
|
+
}
|
|
11
|
+
export declare enum BusinessRuleSectionNameForCopyBizRule {
|
|
12
|
+
MG_RULES = "MakeGoods",
|
|
13
|
+
ADU_RULES = "ADUs",
|
|
14
|
+
GENERAL_RULES = "General",
|
|
15
|
+
DAY_AND_DAYPART_RESTICTIONS = "DP Restrictions",
|
|
16
|
+
EQUIVALENT_AND_HIGHER_DAYPARTS = "Equivalent & Higher DPs",
|
|
17
|
+
EXCLUDED_PROGRAM_AND_SPECIAL_PROGRAM = "Excluded & Special Programs"
|
|
18
|
+
}
|
|
19
|
+
export declare enum BizHistoryRuleUrl {
|
|
20
|
+
Approvals = "Approvals",
|
|
21
|
+
DaypartRestriction = "DP Restrictions",
|
|
22
|
+
EquivalentAndHigherDaypart = "Equivalent & Higher DPs",
|
|
23
|
+
MG = "MakeGoods",
|
|
24
|
+
ADU = "ADUs",
|
|
25
|
+
General = "General",
|
|
26
|
+
ExcludePrograms = "Excluded Programs",
|
|
27
|
+
SpecialPrograms = "Special Programs"
|
|
28
|
+
}
|
|
29
|
+
export declare class BusinessRuleLevelConstant {
|
|
30
|
+
static readonly ADVERTISER = "advertiser";
|
|
31
|
+
static readonly ORDER = "order";
|
|
32
|
+
static readonly STATION = "station";
|
|
33
|
+
}
|
|
34
|
+
export declare enum BusinessPageType {
|
|
35
|
+
ORDER = "ORDER",
|
|
36
|
+
ADVERTISER = "ADVERTISER",
|
|
37
|
+
STATION = "STATION"
|
|
38
|
+
}
|
|
39
|
+
export declare enum UserTypeEnum {
|
|
40
|
+
BUYER = "BUYER",
|
|
41
|
+
SELLER = "SELLER"
|
|
42
|
+
}
|
|
43
|
+
export type BusinessRuleListType = {
|
|
44
|
+
id: number;
|
|
45
|
+
name: BusinessRuleSectionName;
|
|
46
|
+
differenceValue?: number;
|
|
47
|
+
differenceIdentifyingKey: "numberOfDpRestrictionRulesChanged" | "numberEquivalencyRulesChanged" | "numberOfMakeGoodRulesChanged" | "numberOfAduRulesChanged" | "numberOfGeneralRulesChanged" | "numberOfExcludedProgramsSelectionChanged" | "numberOfSpecialProgramsSelectionChanged";
|
|
48
|
+
};
|
|
49
|
+
export declare class BusinessRulePageConstant {
|
|
50
|
+
static readonly MGDOrADUisableChanged = "MGDOrADUisableChanged";
|
|
51
|
+
static readonly approvedBy = " Approved by: ";
|
|
52
|
+
static readonly notifyBuyerMessage = "Buyer business rules approval is pending. AE must set and save the business rules to notify the buyer for approval.";
|
|
53
|
+
static readonly notifyBuyerSavedRulesMessage = "Buyer business rules approval is pending. AE needs to notify the buyer for their approval";
|
|
54
|
+
static readonly messageToInformCanUpdateBizRule = "Default advertiser business rules shown below are applicable for this order. If required, you can modify and set new business rules for future use.";
|
|
55
|
+
static readonly rejectedMessage = "Please note that the business rules for this order have been rejected by the buyer. Please review and save the business rules in order to reset and resend them to the buyer for approval. Until then the currently set business rules will be used to generate MG/ADU offers.";
|
|
56
|
+
static readonly awaitingApprovalMessage = " Please note that the business rules for this order are not yet approved by the buyer. Until then the currently set business rules will be used to generate MG/ADU offers.";
|
|
57
|
+
static readonly addBuyerContactForSpotApprovalForOrder = "If the value is set to \"Yes\", all offers for this order must be reviewed by the Buyer through email communications facilitated by ANNA.";
|
|
58
|
+
static readonly addBuyerContactForSpotApprovalForAdvertiser = "If the value is set to \"Yes\", all offers for direct orders must be reviewed by the Buyer through email communications facilitated by ANNA.</br> All offers for electronic orders will be fed into the respective tool for buyer approval irrespective of this configuration.";
|
|
59
|
+
static spotsWillBeFedIntoTool(tool: string): string;
|
|
60
|
+
}
|
|
61
|
+
export declare class DaypartRestrictionTimesToastrMessage {
|
|
62
|
+
static readonly advertiser = "The station daypart restriction times are updated as per WO Traffic. You can review the daypart restrictions for your advertiser and update them if needed. It is not updated for this advertiser because it follows custom business rules.";
|
|
63
|
+
static readonly order = "The station daypart restriction times are updated as per WO Traffic. You can review the daypart restrictions for your order and update them if needed. It is not updated for this order because it follows custom business rules.";
|
|
64
|
+
}
|
|
65
|
+
export declare class ReconfirmationOptionLabels {
|
|
66
|
+
static readonly offeredMgs = "Offered MGs";
|
|
67
|
+
static readonly offeredAdus = "Offered ADUs";
|
|
68
|
+
static readonly offeredBonusSpots = "Offered Bonus";
|
|
69
|
+
static readonly CreditingExtraAdus = "Crediting extra ADUs";
|
|
70
|
+
}
|