@aptos-scp/scp-component-store-selling-features-domain-model 1.11.1 → 1.11.3

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.
@@ -282,7 +282,7 @@ export declare const TAX_REFUND_VOID_EVENT: string;
282
282
  export declare const START_TAX_REFUND_DEFERRED_EVENT: string;
283
283
  export declare const TAX_REFUND_DEFERRED_EVENT: string;
284
284
  export declare const START_OPEN_CASH_DRAWER_EVENT: string;
285
- export declare const START_OPEN_TENDER_EXCHANGE_CASH_DRAWER_EVENT: string;
285
+ export declare const TENDER_EXCHANGE_VALIDATE_CASH_DRAWER_EVENT: string;
286
286
  export declare const CAPTURE_LOTTERY_CODE_EVENT: string;
287
287
  export declare const APPLY_ITEM_SUBSCRIPTION_EVENT: string;
288
288
  export declare const ADD_ITEM_SUBSCRIPTION_EVENT: string;
@@ -289,7 +289,7 @@ exports.TAX_REFUND_VOID_EVENT = "TaxRefundVoid";
289
289
  exports.START_TAX_REFUND_DEFERRED_EVENT = "StartTaxRefundDeferred";
290
290
  exports.TAX_REFUND_DEFERRED_EVENT = "TaxRefundDeferred";
291
291
  exports.START_OPEN_CASH_DRAWER_EVENT = "StartOpenCashDrawer";
292
- exports.START_OPEN_TENDER_EXCHANGE_CASH_DRAWER_EVENT = "StartOpenTenderExchangeCashDrawer";
292
+ exports.TENDER_EXCHANGE_VALIDATE_CASH_DRAWER_EVENT = "TenderExchangeValidateCashDrawer";
293
293
  exports.CAPTURE_LOTTERY_CODE_EVENT = "CaptureLotteryCode";
294
294
  exports.APPLY_ITEM_SUBSCRIPTION_EVENT = "ApplyItemSubscription";
295
295
  exports.ADD_ITEM_SUBSCRIPTION_EVENT = "AddItemSubscription";
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.11.1",
3
+ "version": "1.11.3",
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",
@@ -27,8 +27,8 @@
27
27
  "build": "npm run build:ci",
28
28
  "lint": "eslint -c .eslintrc.json --ext .ts \"@(src|test)/**/*.ts?(x)\"",
29
29
  "pretest": "npm run clean:test",
30
- "test:ci": "LOG_LEVEL=ALL nyc mocha $NODE_DEBUG_OPTION --no-opts --no-config",
31
- "test": "LOG_LEVEL=OFF nyc mocha $NODE_DEBUG_OPTION --no-opts --no-config --reporter mocha-junit-reporter --reporter-options mochaFile=./reports/test-results.xml",
30
+ "test:ci": "LOG_LEVEL=ALL nyc mocha $NODE_DEBUG_OPTION --no-opts --no-config --reporter mocha-junit-reporter --reporter-options mochaFile=./reports/test-results.xml",
31
+ "test": "LOG_LEVEL=OFF nyc mocha $NODE_DEBUG_OPTION --no-opts --no-config",
32
32
  "test:no-coverage": "LOG_LEVEL=OFF mocha $NODE_DEBUG_OPTION --no-opts --no-config",
33
33
  "sonar:ci": "./sonar.sh",
34
34
  "publishPacts:ci": "node test-js/test/test-helpers/publish-pacts",