@aptos-scp/scp-component-store-selling-features-domain-model 2.30.1 → 2.31.0
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.
|
@@ -210,6 +210,7 @@ class Customer {
|
|
|
210
210
|
customer.loyaltyMembershipLookupIndicator = customerFromJson.loyaltyMembershipLookupIndicator;
|
|
211
211
|
customer.hasLoyaltyMemberships = customerFromJson.hasLoyaltyMemberships;
|
|
212
212
|
customer.loyaltyMemberships = customerFromJson.loyaltyMemberships;
|
|
213
|
+
customer.hiddenLoyaltyMemberships = customerFromJson.hiddenLoyaltyMemberships;
|
|
213
214
|
customer.availableLoyaltyPlans = customerFromJson.availableLoyaltyPlans;
|
|
214
215
|
customer.allowPromptForLoyaltyEnrollment = customerFromJson.allowPromptForLoyaltyEnrollment;
|
|
215
216
|
customer.earliestNextLoyaltyEnrollmentPromptDate =
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aptos-scp/scp-component-store-selling-features-domain-model",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.31.0",
|
|
4
4
|
"description": "This component library provides the common components to handle the coordination of processing the business events from the UI.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|