@aptos-scp/scp-component-store-selling-features-domain-model 1.4.0 → 1.4.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.
@@ -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
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.4.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",