@aptos-scp/scp-component-store-selling-features-domain-model 1.47.1 → 1.48.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.
@@ -101,6 +101,7 @@ export declare enum UiInputKey {
101
101
  BUSINESS_DAY_DATE = "input_businessDayDate",
102
102
  SAME_AS_BILLTO = "input_sameAsBillTo",
103
103
  BILLING = "input_billing",
104
+ CANCEL_PAYMENT_REASON = "input_cancelPaymentReason",
104
105
  CASH_DRAWER_STATUS = "input_cashDrawerStatus",
105
106
  COMPLETE_RESUME_EVENT = "input_resumeCompleteEvent",
106
107
  COUNTRY_CODE = "input_countryCode",
@@ -426,6 +427,7 @@ export declare enum UiInputKey {
426
427
  INPUT_FROM_UNAVAILABLE_SCREEN = "input_fromUnavailableScreen",
427
428
  FISCAL_PRINTER_APP_RELOAD = "input_fiscalPrinterAppReload",
428
429
  CARD_NUMBER = "input_cardNumber",
430
+ CARD_TOKEN = "input_cardToken",
429
431
  REFERENCE_NUMBER = "input_referenceNumber",
430
432
  REFUNDABLE_TENDERS_AS_TENDERTYPE = "input_refundableTenders_As_TenderType",
431
433
  ORIGINAL_TENDER = "input_originalTender",
@@ -104,6 +104,7 @@ var UiInputKey;
104
104
  UiInputKey["BUSINESS_DAY_DATE"] = "input_businessDayDate";
105
105
  UiInputKey["SAME_AS_BILLTO"] = "input_sameAsBillTo";
106
106
  UiInputKey["BILLING"] = "input_billing";
107
+ UiInputKey["CANCEL_PAYMENT_REASON"] = "input_cancelPaymentReason";
107
108
  UiInputKey["CASH_DRAWER_STATUS"] = "input_cashDrawerStatus";
108
109
  UiInputKey["COMPLETE_RESUME_EVENT"] = "input_resumeCompleteEvent";
109
110
  UiInputKey["COUNTRY_CODE"] = "input_countryCode";
@@ -429,6 +430,7 @@ var UiInputKey;
429
430
  UiInputKey["INPUT_FROM_UNAVAILABLE_SCREEN"] = "input_fromUnavailableScreen";
430
431
  UiInputKey["FISCAL_PRINTER_APP_RELOAD"] = "input_fiscalPrinterAppReload";
431
432
  UiInputKey["CARD_NUMBER"] = "input_cardNumber";
433
+ UiInputKey["CARD_TOKEN"] = "input_cardToken";
432
434
  UiInputKey["REFERENCE_NUMBER"] = "input_referenceNumber";
433
435
  UiInputKey["REFUNDABLE_TENDERS_AS_TENDERTYPE"] = "input_refundableTenders_As_TenderType";
434
436
  UiInputKey["ORIGINAL_TENDER"] = "input_originalTender";
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.47.1",
3
+ "version": "1.48.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",