@aptos-scp/scp-component-store-selling-features-domain-model 2.35.1 → 2.35.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.
|
@@ -620,6 +620,7 @@ export declare enum CollectedDataKey {
|
|
|
620
620
|
LineNumber = "lineNumber",
|
|
621
621
|
LoyaltyPlanKey = "LoyaltyPlanKey",
|
|
622
622
|
LoyaltyActivityId = "LoyaltyActivityId",
|
|
623
|
+
LoyaltyApiError = "LoyaltyApiError",
|
|
623
624
|
LoyaltyDiscountProratedByService = "LoyaltyDiscountProratedByService",
|
|
624
625
|
ProratedLoyaltyItemLines = "ProratedLoyaltyItemLines",
|
|
625
626
|
ManualSubscriptionDiscountFlag = "ManualSubscriptionDiscountFlag",
|
|
@@ -627,6 +627,7 @@ var CollectedDataKey;
|
|
|
627
627
|
CollectedDataKey["LineNumber"] = "lineNumber";
|
|
628
628
|
CollectedDataKey["LoyaltyPlanKey"] = "LoyaltyPlanKey";
|
|
629
629
|
CollectedDataKey["LoyaltyActivityId"] = "LoyaltyActivityId";
|
|
630
|
+
CollectedDataKey["LoyaltyApiError"] = "LoyaltyApiError";
|
|
630
631
|
CollectedDataKey["LoyaltyDiscountProratedByService"] = "LoyaltyDiscountProratedByService";
|
|
631
632
|
CollectedDataKey["ProratedLoyaltyItemLines"] = "ProratedLoyaltyItemLines";
|
|
632
633
|
CollectedDataKey["ManualSubscriptionDiscountFlag"] = "ManualSubscriptionDiscountFlag";
|
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.35.
|
|
3
|
+
"version": "2.35.2",
|
|
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",
|