@aptos-scp/scp-component-store-selling-features-domain-model 1.44.1 → 1.45.0-patch.2

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.
@@ -433,7 +433,9 @@ export declare enum UiInputKey {
433
433
  BEST_REDEMPTION_PROMPT_STATUS = "input_bestRedemptionPromptStatus",
434
434
  TENDER_IS_ORIGINAL_TENDER = "input_tenderIsOriginalTender",
435
435
  TENDER_KEYED_ENTRY = "input_tenderKeyedEntry",
436
- PAY_BY_LINK_CUSTOMER = "input_payByLinkCustomer"
436
+ PAY_BY_LINK_CUSTOMER = "input_payByLinkCustomer",
437
+ FISCAL_RETRY = "input_fiscalRetry",
438
+ MAX_FISCAL_RETRY = "input_maxFiscalRetry"
437
439
  }
438
440
  export declare enum CollectedDataKey {
439
441
  Abort = "abort",
@@ -437,6 +437,8 @@ var UiInputKey;
437
437
  UiInputKey["TENDER_IS_ORIGINAL_TENDER"] = "input_tenderIsOriginalTender";
438
438
  UiInputKey["TENDER_KEYED_ENTRY"] = "input_tenderKeyedEntry";
439
439
  UiInputKey["PAY_BY_LINK_CUSTOMER"] = "input_payByLinkCustomer";
440
+ UiInputKey["FISCAL_RETRY"] = "input_fiscalRetry";
441
+ UiInputKey["MAX_FISCAL_RETRY"] = "input_maxFiscalRetry";
440
442
  })(UiInputKey = exports.UiInputKey || (exports.UiInputKey = {}));
441
443
  //
442
444
  // Keys for use in relaying data collectedData (qualification) and nonContextualData (action).
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.44.1",
3
+ "version": "1.45.0-patch.2",
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",