@aptos-scp/scp-component-store-selling-features-domain-model 2.32.0 → 2.33.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.
@@ -327,6 +327,7 @@ export declare enum UiInputKey {
327
327
  IS_TENDER_FALLBACK = "input_isTenderFallback",
328
328
  MAPPED_REFUND_TENDER_TYPE_NAME = "input_mappedRefundTenderTypeName",
329
329
  MAPPED_REFUND_CARD_TYPE_NAME = "input_mappedRefundCardTypeName",
330
+ PRE_AUTH = "input_preAuth",
330
331
  EXCLUDED_REFUND_CARD_TYPE_NAMES = "input_excludedRefundCardTypeNames",
331
332
  TRANSACTION_NUMBER_FIELD = "input_transactionNumberField",
332
333
  TRANSACTION_REFERENCE_NUMBER_FIELD = "input_referenceNumberField",
@@ -999,7 +1000,8 @@ export declare enum CollectedDataKey {
999
1000
  TerminalForceClosed = "TerminalForceClosed",
1000
1001
  TotalLineTax = "totalLineTax",
1001
1002
  CustomerInputScreens = "customerInputScreens",
1002
- CustomerInputMode = "customerInputMode"
1003
+ CustomerInputMode = "customerInputMode",
1004
+ PreAuthCapture = "preAuthCapture"
1003
1005
  }
1004
1006
  export declare enum ItemLookupType {
1005
1007
  ProductInquiryDetail = "ProductInquiryDetail",
@@ -328,6 +328,7 @@ var UiInputKey;
328
328
  UiInputKey["IS_TENDER_FALLBACK"] = "input_isTenderFallback";
329
329
  UiInputKey["MAPPED_REFUND_TENDER_TYPE_NAME"] = "input_mappedRefundTenderTypeName";
330
330
  UiInputKey["MAPPED_REFUND_CARD_TYPE_NAME"] = "input_mappedRefundCardTypeName";
331
+ UiInputKey["PRE_AUTH"] = "input_preAuth";
331
332
  UiInputKey["EXCLUDED_REFUND_CARD_TYPE_NAMES"] = "input_excludedRefundCardTypeNames";
332
333
  UiInputKey["TRANSACTION_NUMBER_FIELD"] = "input_transactionNumberField";
333
334
  UiInputKey["TRANSACTION_REFERENCE_NUMBER_FIELD"] = "input_referenceNumberField";
@@ -1007,6 +1008,7 @@ var CollectedDataKey;
1007
1008
  CollectedDataKey["TotalLineTax"] = "totalLineTax";
1008
1009
  CollectedDataKey["CustomerInputScreens"] = "customerInputScreens";
1009
1010
  CollectedDataKey["CustomerInputMode"] = "customerInputMode";
1011
+ CollectedDataKey["PreAuthCapture"] = "preAuthCapture";
1010
1012
  })(CollectedDataKey = exports.CollectedDataKey || (exports.CollectedDataKey = {}));
1011
1013
  var ItemLookupType;
1012
1014
  (function (ItemLookupType) {
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.32.0",
3
+ "version": "2.33.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",