@aptos-scp/scp-component-store-selling-features-domain-model 2.39.0 → 2.41.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.
|
@@ -26,6 +26,7 @@ export interface IReceiptTypeChoices {
|
|
|
26
26
|
japanRSSReceipt?: boolean;
|
|
27
27
|
japanRSSReceiptButtonText?: ILabel;
|
|
28
28
|
japanRSSReceiptAllowedFor?: ReceiptTypeAllowedTransactionType;
|
|
29
|
+
restrictReprintWithTransactionReceiptOptionsToOriginal?: boolean;
|
|
29
30
|
}
|
|
30
31
|
export interface ITaxInformation {
|
|
31
32
|
regionalTaxIdentifier: ILabelText;
|
|
@@ -307,6 +307,7 @@ export interface IItemSubline {
|
|
|
307
307
|
readonly quantity: number;
|
|
308
308
|
readonly adjustments: ISerializedSublinePricingAdjustmentWithSource[];
|
|
309
309
|
readonly taxByAuthority: ITaxByTaxAuthority[];
|
|
310
|
+
readonly rewardCardTenders?: IRewardCardTender[];
|
|
310
311
|
readonly taxExemptDisplayName?: string;
|
|
311
312
|
readonly extendedAmountExcludingTax?: Money;
|
|
312
313
|
readonly extendedAmountIncludingTax?: Money;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPricingMetadataPersistanceObject, ISerializedLinePricingAdjustment, ISerializedLinePricingRewardCardTender, ISerializedSubline, ISerializedSublinePricingAdjustment, ISublinePricingAdjustment, RewardIssue } from "@aptos-scp/scp-component-pricing";
|
|
1
|
+
import { IPricingMetadataPersistanceObject, ISerializedLinePricingAdjustment, ISerializedLinePricingRewardCardTender, ISerializedPricingRewardCardTender, ISerializedSubline, ISerializedSublinePricingAdjustment, ISublinePricingAdjustment, RewardIssue } from "@aptos-scp/scp-component-pricing";
|
|
2
2
|
import { ISerializedNonFinancialReward } from "@aptos-scp/scp-component-pricing/lib/interfaces/ILineNonFinancialReward";
|
|
3
3
|
import { ICompetitivePriceInformation, ILoyaltyInformation, ISupervisorOverrideInformation, PricingAdjustmentScope, SourceIndicator } from "@aptos-scp/scp-types-commerce-transaction";
|
|
4
4
|
import { PotentialPromotion, RewardCardDiscount, RewardCardTender } from "@aptos-scp/scp-types-pricing";
|
|
@@ -31,6 +31,7 @@ export interface ISerializedSublineWithSource extends ISerializedSubline {
|
|
|
31
31
|
export interface ISerializedSublineQuantityWithSource {
|
|
32
32
|
quantity: number;
|
|
33
33
|
adjustments: ISerializedSublinePricingAdjustmentWithSource[];
|
|
34
|
+
rewardCardTenders?: ISerializedPricingRewardCardTender[];
|
|
34
35
|
}
|
|
35
36
|
export interface ISerializedSublinePricingAdjustmentWithSource extends ISerializedSublinePricingAdjustment {
|
|
36
37
|
sourceIndicator?: SourceIndicator;
|
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.41.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",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@aptos-scp/scp-component-business-core": "^1.12.7",
|
|
58
58
|
"@aptos-scp/scp-component-logging": "^2.1.16",
|
|
59
|
-
"@aptos-scp/scp-component-pricing": "^7.
|
|
59
|
+
"@aptos-scp/scp-component-pricing": "^7.69.0",
|
|
60
60
|
"@aptos-scp/scp-component-store-items": "^1.23.0",
|
|
61
61
|
"@aptos-scp/scp-component-store-selling-core": "^18.9.3",
|
|
62
62
|
"@aptos-scp/scp-component-taxation": "^5.28.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@aptos-scp/scp-types-client-registration": "^1.4.0",
|
|
65
65
|
"@aptos-scp/scp-types-core-config": "^2.2.1",
|
|
66
66
|
"@aptos-scp/scp-types-commerce-devices": "^6.10.0",
|
|
67
|
-
"@aptos-scp/scp-types-commerce-transaction": "^1.
|
|
67
|
+
"@aptos-scp/scp-types-commerce-transaction": "^1.92.0",
|
|
68
68
|
"@aptos-scp/scp-types-customer": "^3.7.0",
|
|
69
69
|
"@aptos-scp/scp-types-einvoice": "^1.17.0",
|
|
70
70
|
"@aptos-scp/scp-types-inventory": "^2.0.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@aptos-scp/scp-component-business-core": "^1.12.7",
|
|
79
79
|
"@aptos-scp/scp-component-commit-configs": "^4.1.3",
|
|
80
80
|
"@aptos-scp/scp-component-logging": "^2.1.16",
|
|
81
|
-
"@aptos-scp/scp-component-pricing": "^7.
|
|
81
|
+
"@aptos-scp/scp-component-pricing": "^7.69.0",
|
|
82
82
|
"@aptos-scp/scp-component-rn-circuit-breaker": "^1.0.15",
|
|
83
83
|
"@aptos-scp/scp-component-store-items": "^1.23.0",
|
|
84
84
|
"@aptos-scp/scp-component-store-selling-core": "^18.9.3",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@aptos-scp/scp-component-user": "^1.4.0",
|
|
87
87
|
"@aptos-scp/scp-types-client-registration": "^1.4.0",
|
|
88
88
|
"@aptos-scp/scp-types-commerce-devices": "^6.10.0",
|
|
89
|
-
"@aptos-scp/scp-types-commerce-transaction": "^1.
|
|
89
|
+
"@aptos-scp/scp-types-commerce-transaction": "^1.92.0",
|
|
90
90
|
"@aptos-scp/scp-types-core": "^1.0.5",
|
|
91
91
|
"@aptos-scp/scp-types-core-config": "^2.2.1",
|
|
92
92
|
"@aptos-scp/scp-types-currency-conversion": "^1.2.0",
|