@aptos-scp/scp-component-store-selling-features-domain-model 1.4.0 → 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.
@@ -311,4 +311,3 @@ export declare const CLEAR_VALUE_CERTIFICATE_INQUIRY_RESULTS_EVENT: string;
311
311
  export declare const APPLY_ITEM_EXTENSIBILITY_FORM_DATA_EVENT: string;
312
312
  export declare const APPLY_ITEM_SEND_SALE_EVENT: string;
313
313
  export declare const UPDATE_LINE_DISPLAY_EVENT: string;
314
- export declare const AUTO_LOG_ON_EVENT: string;
@@ -318,5 +318,4 @@ exports.CLEAR_VALUE_CERTIFICATE_INQUIRY_RESULTS_EVENT = "ClearValueCertificateRe
318
318
  exports.APPLY_ITEM_EXTENSIBILITY_FORM_DATA_EVENT = "ApplyItemExtensibilityFormData";
319
319
  exports.APPLY_ITEM_SEND_SALE_EVENT = "ApplyItemSendSale";
320
320
  exports.UPDATE_LINE_DISPLAY_EVENT = "UpdateLineDisplay";
321
- exports.AUTO_LOG_ON_EVENT = "AutoLogOn";
322
321
  //# sourceMappingURL=UIBusinessEventTypes.js.map
@@ -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.0",
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",