ngx-wapp-components 3.2.26-alpha.1 → 3.2.26-alpha.2
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/package.json
CHANGED
|
@@ -3640,7 +3640,8 @@ declare enum WappingServiceType {
|
|
|
3640
3640
|
Promotion = 4,
|
|
3641
3641
|
Cuponing = 5,
|
|
3642
3642
|
Post = 6,
|
|
3643
|
-
Draws = 7
|
|
3643
|
+
Draws = 7,
|
|
3644
|
+
MemberGetMember = 8
|
|
3644
3645
|
}
|
|
3645
3646
|
declare enum WappingServiceSubtype {
|
|
3646
3647
|
GiftCard = 1,
|
|
@@ -3658,7 +3659,10 @@ declare enum WappingServiceSubtype {
|
|
|
3658
3659
|
Post = 13,
|
|
3659
3660
|
DiscountCoupon = 14,
|
|
3660
3661
|
Identity = 15,
|
|
3661
|
-
PromoFixedPrice = 16
|
|
3662
|
+
PromoFixedPrice = 16,
|
|
3663
|
+
Draws = 17,
|
|
3664
|
+
EarnAndBurn = 18,
|
|
3665
|
+
MemberGetMember = 20
|
|
3662
3666
|
}
|
|
3663
3667
|
declare enum SendingStatus {
|
|
3664
3668
|
ScheduledToSend = 1,
|
|
@@ -3909,6 +3913,7 @@ declare class WMaterialServiceViewComponent implements OnInit, OnChanges {
|
|
|
3909
3913
|
ecardStatus: typeof CardStatus;
|
|
3910
3914
|
translations: any;
|
|
3911
3915
|
isDrawService: boolean;
|
|
3916
|
+
isMemberGetMember: boolean;
|
|
3912
3917
|
isStampBookletService: boolean;
|
|
3913
3918
|
forceMobile: boolean;
|
|
3914
3919
|
wappingServicesTranslations: WappingServiceTranslations;
|
|
@@ -4028,6 +4033,7 @@ declare class WappMaterialServiceViewComponent implements OnInit {
|
|
|
4028
4033
|
isDraw: boolean;
|
|
4029
4034
|
hasParticipations: boolean;
|
|
4030
4035
|
disabledParticipationsModal: boolean;
|
|
4036
|
+
isMemberGetMember: boolean;
|
|
4031
4037
|
constructor(matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer, materialModal: MaterialModalService);
|
|
4032
4038
|
ngOnInit(): void;
|
|
4033
4039
|
initWappingService(): void;
|