@aptos-scp/scp-component-store-selling-features-domain-model 2.22.1 → 2.23.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.
@@ -105,6 +105,7 @@ export declare const PRINT_FISCAL_RECEIPT_EVENT: string;
105
105
  export declare const FISCAL_POST_VOID_NO_RECEIPT: string;
106
106
  export declare const PRINT_FISCAL_RETRY_EVENT: string;
107
107
  export declare const PRINT_FISCAL_PRINTER_CHANGE_RETRY_EVENT: string;
108
+ export declare const GET_RECEIPT_FISCAL_DOCUMENT_NUMBER_EVENT: string;
108
109
  export declare const QUANTITY_CHANGE_EVENT: string;
109
110
  export declare const RECEIPT_STATUS_EVENT: string;
110
111
  export declare const RECORD_CASH_DRAWER_STATUS_EVENT: string;
@@ -108,6 +108,7 @@ exports.PRINT_FISCAL_RECEIPT_EVENT = "PrintFiscalReceipt";
108
108
  exports.FISCAL_POST_VOID_NO_RECEIPT = "FiscalPostVoidNoReceipt";
109
109
  exports.PRINT_FISCAL_RETRY_EVENT = "PrintFiscalRetry";
110
110
  exports.PRINT_FISCAL_PRINTER_CHANGE_RETRY_EVENT = "PrintFiscalPrinterChangeRetry";
111
+ exports.GET_RECEIPT_FISCAL_DOCUMENT_NUMBER_EVENT = "GetReceiptFiscalDocumentNumber";
111
112
  exports.QUANTITY_CHANGE_EVENT = "QuantityChange";
112
113
  exports.RECEIPT_STATUS_EVENT = "ReceiptStatus";
113
114
  exports.RECORD_CASH_DRAWER_STATUS_EVENT = "RecordCashDrawerStatus";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptos-scp/scp-component-store-selling-features-domain-model",
3
- "version": "2.22.1",
3
+ "version": "2.23.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",