@aptos-scp/scp-component-store-selling-features-domain-model 1.59.0 → 1.60.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.
@@ -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.59.0",
3
+ "version": "1.60.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",