@aptos-scp/scp-component-store-selling-features-domain-model 1.59.0 → 1.60.1
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.
|
@@ -193,6 +193,7 @@ export declare enum UiInputKey {
|
|
|
193
193
|
ORIGINAL_RECEIPT_CATEGORY = "input_originalReceiptCategory",
|
|
194
194
|
ORIGINAL_TRANSACTION = "input_originalTransaction",
|
|
195
195
|
ORIGINAL_TRANSACTION_ID = "input_originalTransactionId",
|
|
196
|
+
COMPOSITE_TRANSACTION_ID = "input_compositeTransactionId",
|
|
196
197
|
RETURNING_ITEM = "input_returningItem",
|
|
197
198
|
RETURNING_ITEM_FEE = "input_returningItemFee",
|
|
198
199
|
REFUND_ITEM_FEE_ITEM_LINE_REFERENCE = "input_refundFeeItemItemLineReference",
|
|
@@ -195,6 +195,7 @@ var UiInputKey;
|
|
|
195
195
|
UiInputKey["ORIGINAL_RECEIPT_CATEGORY"] = "input_originalReceiptCategory";
|
|
196
196
|
UiInputKey["ORIGINAL_TRANSACTION"] = "input_originalTransaction";
|
|
197
197
|
UiInputKey["ORIGINAL_TRANSACTION_ID"] = "input_originalTransactionId";
|
|
198
|
+
UiInputKey["COMPOSITE_TRANSACTION_ID"] = "input_compositeTransactionId";
|
|
198
199
|
UiInputKey["RETURNING_ITEM"] = "input_returningItem";
|
|
199
200
|
UiInputKey["RETURNING_ITEM_FEE"] = "input_returningItemFee";
|
|
200
201
|
UiInputKey["REFUND_ITEM_FEE_ITEM_LINE_REFERENCE"] = "input_refundFeeItemItemLineReference";
|
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.60.1",
|
|
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",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@aptos-scp/scp-component-user": "^1.4.0",
|
|
62
62
|
"@aptos-scp/scp-types-client-registration": "^1.4.0",
|
|
63
63
|
"@aptos-scp/scp-types-core-config": "^2.2.1",
|
|
64
|
-
"@aptos-scp/scp-types-commerce-devices": "^5.
|
|
64
|
+
"@aptos-scp/scp-types-commerce-devices": "^5.2.0",
|
|
65
65
|
"@aptos-scp/scp-types-commerce-transaction": "^1.77.0",
|
|
66
66
|
"@aptos-scp/scp-types-customer": "^3.7.0",
|
|
67
67
|
"@aptos-scp/scp-types-einvoice": "^1.17.0",
|