@aptos-scp/scp-component-store-selling-features-domain-model 1.49.0 → 1.50.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.
|
@@ -312,6 +312,7 @@ export declare enum UiInputKey {
|
|
|
312
312
|
EXCLUDED_REFUND_CARD_TYPE_NAMES = "input_excludedRefundCardTypeNames",
|
|
313
313
|
TRANSACTION_NUMBER_FIELD = "input_transactionNumberField",
|
|
314
314
|
TRANSACTION_REFERENCE_NUMBER_FIELD = "input_referenceNumberField",
|
|
315
|
+
TRANSACTION_ID = "input_transactionId",
|
|
315
316
|
CASH_DRAWER_KEY = "input_cashDrawerKey",
|
|
316
317
|
CASH_DRAWER_RESET = "input_cashDrawerReset",
|
|
317
318
|
FIRST_NAME = "input_firstName",
|
|
@@ -315,6 +315,7 @@ var UiInputKey;
|
|
|
315
315
|
UiInputKey["EXCLUDED_REFUND_CARD_TYPE_NAMES"] = "input_excludedRefundCardTypeNames";
|
|
316
316
|
UiInputKey["TRANSACTION_NUMBER_FIELD"] = "input_transactionNumberField";
|
|
317
317
|
UiInputKey["TRANSACTION_REFERENCE_NUMBER_FIELD"] = "input_referenceNumberField";
|
|
318
|
+
UiInputKey["TRANSACTION_ID"] = "input_transactionId";
|
|
318
319
|
UiInputKey["CASH_DRAWER_KEY"] = "input_cashDrawerKey";
|
|
319
320
|
UiInputKey["CASH_DRAWER_RESET"] = "input_cashDrawerReset";
|
|
320
321
|
UiInputKey["FIRST_NAME"] = "input_firstName";
|
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.50.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",
|