@aptos-scp/scp-component-store-selling-features-domain-model 2.20.1 → 2.21.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.
@@ -456,6 +456,7 @@ export declare enum UiInputKey {
456
456
  FISCAL_RETRY = "input_fiscalRetry",
457
457
  MAX_FISCAL_RETRY = "input_maxFiscalRetry",
458
458
  CUSTOMER_INPUT_SCREENS = "input_customerInputScreens",
459
+ CUSTOMER_INPUT_MODE = "input_customerInputMode",
459
460
  FORCE_FISCAL_COMPLETION = "input_forceFiscalCompletion",
460
461
  IS_FISCALISE_VOID = "input_isFiscaliseVoid"
461
462
  }
@@ -457,6 +457,7 @@ var UiInputKey;
457
457
  UiInputKey["FISCAL_RETRY"] = "input_fiscalRetry";
458
458
  UiInputKey["MAX_FISCAL_RETRY"] = "input_maxFiscalRetry";
459
459
  UiInputKey["CUSTOMER_INPUT_SCREENS"] = "input_customerInputScreens";
460
+ UiInputKey["CUSTOMER_INPUT_MODE"] = "input_customerInputMode";
460
461
  UiInputKey["FORCE_FISCAL_COMPLETION"] = "input_forceFiscalCompletion";
461
462
  UiInputKey["IS_FISCALISE_VOID"] = "input_isFiscaliseVoid";
462
463
  })(UiInputKey = exports.UiInputKey || (exports.UiInputKey = {}));
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.20.1",
3
+ "version": "2.21.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",