@aptos-scp/scp-component-store-selling-features-domain-model 2.19.2 → 2.19.3
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.
|
@@ -163,6 +163,7 @@ export declare class TenderType {
|
|
|
163
163
|
}
|
|
164
164
|
export declare function combineOriginalUnreferencedAndMappedTenders(tender: IOriginalTender, unreferencedAndMappedTenders: IOriginalTender[]): void;
|
|
165
165
|
export declare function getConfiguredTender(originalTenderId: string, configurationManager: IConfigurationManager): any;
|
|
166
|
+
export declare function getAllRefundableCardTypes(tenderTypeBehavior: any): string[];
|
|
166
167
|
export declare function getMappedCardTypeNames(originalTender: IOriginalTender, tenderConfig: any, refundCardTypes: any): string[];
|
|
167
168
|
export declare function getActiveTendersByConfiguredPaymentRestrictions(activeTenderTypes: TenderType[], saleItemTypes: string[], diContainer: Container, orderTypes?: string[], productAttributeTypes?: string[]): TenderType[];
|
|
168
169
|
export declare function getRefundableTendersByPaymentRestrictions(originalRefundableTenders: IOriginalTender[], saleItemTypes: string[], diContainer: Container, orderTypes?: string[], productAttributeTypes?: string[]): IOriginalTender[];
|
|
@@ -826,6 +826,7 @@ function getAllRefundableCardTypes(tenderTypeBehavior) {
|
|
|
826
826
|
}
|
|
827
827
|
return refundableCardTypes;
|
|
828
828
|
}
|
|
829
|
+
exports.getAllRefundableCardTypes = getAllRefundableCardTypes;
|
|
829
830
|
function addCardTypeTendersToMappedTenders(mappedCardTypeNames, tenderDefinitions, mappedTenders, originalTender, transactionId, originalTransactions) {
|
|
830
831
|
var _a;
|
|
831
832
|
(_a = mappedCardTypeNames) === null || _a === void 0 ? void 0 : _a.forEach((cardType) => {
|
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.19.
|
|
3
|
+
"version": "2.19.3",
|
|
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",
|