@aptos-scp/scp-component-store-selling-features-domain-model 1.4.1 → 1.5.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.
@@ -935,6 +935,7 @@ export interface IItemQuantityChangeEventData {
935
935
  quantity: Quantity;
936
936
  addedLineNumbers?: number[];
937
937
  }
938
+ export declare const CANCEL_TRANSACTION_ITEM_EVENT: string;
938
939
  export declare const RETURN_WITH_TRANSACTION_ITEM_EVENT: string;
939
940
  export interface IReturnWithTransactionItemEventData {
940
941
  originalItemLineNumber: number;
@@ -938,6 +938,7 @@ exports.STORED_VALUE_CERTIFICATE_REVERSAL_COMPLETED_EVENT_TYPE = "StoredValueCer
938
938
  exports.TENDER_CHANGE_CANCEL_EVENT_TYPE = "TenderChange.Cancel";
939
939
  exports.CASH_DRAWER_OPEN_REQUESTED_EVENT = "CashDrawer.OpenRequested";
940
940
  exports.ITEM_QUANTITY_CHANGE_EVENT = "Item.QuantityChange";
941
+ exports.CANCEL_TRANSACTION_ITEM_EVENT = "Item.CancelTransaction";
941
942
  exports.RETURN_WITH_TRANSACTION_ITEM_EVENT = "Item.ReturnWithTransaction";
942
943
  exports.USER_NOTIFICATION_ERROR_EVENT_TYPE = "userNotificationError";
943
944
  var ItemDiscountBehavior;
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.4.1",
3
+ "version": "1.5.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",