@aptos-scp/scp-component-store-selling-features-domain-model 1.25.1 → 1.27.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.
|
@@ -23,6 +23,7 @@ export declare const BALANCE_INQUIRY_EVENT: string;
|
|
|
23
23
|
export declare const BALANCE_INQUIRY_RECEIPT_EVENT: string;
|
|
24
24
|
export declare const CANCEL_TENDER_SESSION_EVENT: string;
|
|
25
25
|
export declare const CANCEL_PARTIAL_AUTHORIZATION_EVENT: string;
|
|
26
|
+
export declare const CANCEL_TENDER_AUTHORIZATION_EVENT: string;
|
|
26
27
|
export declare const CHANGE_PASSWORD_EVENT: string;
|
|
27
28
|
export declare const CLOSE_TERMINAL_EVENT: string;
|
|
28
29
|
export declare const CLOSE_TRANSACTION_EVENT = "CloseTransaction";
|
|
@@ -26,6 +26,7 @@ exports.BALANCE_INQUIRY_EVENT = "BalanceInquiry";
|
|
|
26
26
|
exports.BALANCE_INQUIRY_RECEIPT_EVENT = "BalanceInquiryReceipt";
|
|
27
27
|
exports.CANCEL_TENDER_SESSION_EVENT = "CancelTenderSession";
|
|
28
28
|
exports.CANCEL_PARTIAL_AUTHORIZATION_EVENT = "CancelPartialAuthorization";
|
|
29
|
+
exports.CANCEL_TENDER_AUTHORIZATION_EVENT = "CancelTenderAuthorization";
|
|
29
30
|
exports.CHANGE_PASSWORD_EVENT = "ChangePassword";
|
|
30
31
|
exports.CLOSE_TERMINAL_EVENT = "CloseTerminal";
|
|
31
32
|
exports.CLOSE_TRANSACTION_EVENT = "CloseTransaction";
|
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.
|
|
3
|
+
"version": "1.27.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",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@aptos-scp/scp-component-business-core": "^1.12.7",
|
|
56
56
|
"@aptos-scp/scp-component-logging": "^2.1.16",
|
|
57
|
-
"@aptos-scp/scp-component-pricing": "^7.
|
|
57
|
+
"@aptos-scp/scp-component-pricing": "^7.57.0",
|
|
58
58
|
"@aptos-scp/scp-component-store-items": "^1.19.0",
|
|
59
59
|
"@aptos-scp/scp-component-store-selling-core": "^18.9.3",
|
|
60
60
|
"@aptos-scp/scp-component-taxation": "^5.27.3",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@aptos-scp/scp-component-business-core": "^1.12.7",
|
|
77
77
|
"@aptos-scp/scp-component-commit-configs": "^4.1.3",
|
|
78
78
|
"@aptos-scp/scp-component-logging": "^2.1.16",
|
|
79
|
-
"@aptos-scp/scp-component-pricing": "^7.
|
|
79
|
+
"@aptos-scp/scp-component-pricing": "^7.57.0",
|
|
80
80
|
"@aptos-scp/scp-component-rn-circuit-breaker": "^1.0.15",
|
|
81
81
|
"@aptos-scp/scp-component-store-items": "^1.19.0",
|
|
82
82
|
"@aptos-scp/scp-component-store-selling-core": "^18.9.3",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@aptos-scp/scp-types-inventory": "^2.0.0",
|
|
95
95
|
"@aptos-scp/scp-types-loyalty-memberships": "^2.3.0",
|
|
96
96
|
"@aptos-scp/scp-types-orders": "^4.11.0",
|
|
97
|
-
"@aptos-scp/scp-types-pricing": "^4.
|
|
97
|
+
"@aptos-scp/scp-types-pricing": "^4.25.0",
|
|
98
98
|
"@aptos-scp/scp-types-ss-transaction-history": "^1.6.0",
|
|
99
99
|
"@aptos-scp/scp-types-store-items": "^1.23.0",
|
|
100
100
|
"@aptos-scp/scp-types-terminal-settings": "^1.3.0",
|