@aptos-scp/scp-component-store-selling-features-domain-model 1.12.0-patch.1 → 1.12.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.
|
@@ -48,7 +48,6 @@ export declare abstract class BaseFeeLineDecorator extends BaseLineDecorator<IFe
|
|
|
48
48
|
get lineNumberFromReturnCanonicalTransaction(): number;
|
|
49
49
|
get sublineIndexFromReturnCanonicalTransaction(): number;
|
|
50
50
|
get originalTransactionLineReference(): ITransactionLineReferenceType;
|
|
51
|
-
get taxIndicatorOnReceipt(): string;
|
|
52
51
|
protected constructor(lineDecoratorType: string, decoratedTransactionLine: IFeeLine, annotationDescription: string, annotationSourceType: string, annotationSourceLineNumber?: number, couldDecoratorAffectPricing?: boolean, couldDecoratorAffectTaxation?: boolean);
|
|
53
52
|
get taxGroupId(): string;
|
|
54
53
|
get taxByAuthority(): IAppliedTax[];
|
|
@@ -138,9 +138,6 @@ class BaseFeeLineDecorator extends BaseLineDecorator_1.BaseLineDecorator {
|
|
|
138
138
|
get originalTransactionLineReference() {
|
|
139
139
|
return this.decoratedTransactionLine.originalTransactionLineReference;
|
|
140
140
|
}
|
|
141
|
-
get taxIndicatorOnReceipt() {
|
|
142
|
-
return this.decoratedTransactionLine.taxIndicatorOnReceipt;
|
|
143
|
-
}
|
|
144
141
|
constructor(lineDecoratorType, decoratedTransactionLine, annotationDescription, annotationSourceType, annotationSourceLineNumber, couldDecoratorAffectPricing, couldDecoratorAffectTaxation) {
|
|
145
142
|
super(lineDecoratorType, decoratedTransactionLine, annotationDescription, annotationSourceType, annotationSourceLineNumber, couldDecoratorAffectPricing, couldDecoratorAffectTaxation);
|
|
146
143
|
}
|
|
@@ -134,7 +134,6 @@ export declare abstract class BaseItemLineDecorator extends BaseLineDecorator<II
|
|
|
134
134
|
get extendedRegularAmount(): Money;
|
|
135
135
|
get originalRedemptionLoyaltyTransactionKeys(): string[];
|
|
136
136
|
get originalSaleLoyaltyTransactionKeys(): string[];
|
|
137
|
-
get taxIndicatorOnReceipt(): string;
|
|
138
137
|
setTransactionLineTaxes(transactionLineTaxes: ITransactionLineTaxes, extendedAmount?: Money): IItemLine;
|
|
139
138
|
setPricingSourceIndicator(calculationSource: SourceIndicator, dataSource: SourceIndicator): IItemLine;
|
|
140
139
|
setTaxationSourceIndicator(calculationSource: SourceIndicator, dataSource: SourceIndicator): IItemLine;
|
|
@@ -354,9 +354,6 @@ class BaseItemLineDecorator extends BaseLineDecorator_1.BaseLineDecorator {
|
|
|
354
354
|
get originalSaleLoyaltyTransactionKeys() {
|
|
355
355
|
return this.decoratedTransactionLine.originalSaleLoyaltyTransactionKeys;
|
|
356
356
|
}
|
|
357
|
-
get taxIndicatorOnReceipt() {
|
|
358
|
-
return this.decoratedTransactionLine.taxIndicatorOnReceipt;
|
|
359
|
-
}
|
|
360
357
|
setTransactionLineTaxes(transactionLineTaxes, extendedAmount) {
|
|
361
358
|
const itemLine = this.decoratedTransactionLine.setTransactionLineTaxes(transactionLineTaxes, extendedAmount || this.extendedAmount);
|
|
362
359
|
return this.updateDecoratedTransactionLine(itemLine);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aptos-scp/scp-component-store-selling-features-domain-model",
|
|
3
|
-
"version": "1.12.0
|
|
3
|
+
"version": "1.12.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",
|