@aptos-scp/scp-component-store-selling-features-domain-model 2.10.2 → 2.10.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.
@@ -1067,6 +1067,7 @@ export declare enum AssignCustomerForReturnAction {
1067
1067
  Skip = "Skip"
1068
1068
  }
1069
1069
  export declare const DELIVERY_CONTACT_UPDATED_EVENT: string;
1070
+ export declare const DELIVERY_ITEM_UPDATED_EVENT: string;
1070
1071
  export declare const PAYMENT_ACCOUNT_LOOKUP_EVENT: string;
1071
1072
  export interface IPaymentAccountLookupEventData {
1072
1073
  deviceId: string;
@@ -1072,6 +1072,7 @@ var AssignCustomerForReturnAction;
1072
1072
  AssignCustomerForReturnAction["Skip"] = "Skip";
1073
1073
  })(AssignCustomerForReturnAction = exports.AssignCustomerForReturnAction || (exports.AssignCustomerForReturnAction = {}));
1074
1074
  exports.DELIVERY_CONTACT_UPDATED_EVENT = "Delivery.ContactUpdated";
1075
+ exports.DELIVERY_ITEM_UPDATED_EVENT = "Delivery.ItemUpdated";
1075
1076
  exports.PAYMENT_ACCOUNT_LOOKUP_EVENT = "PaymentAccount.Lookup";
1076
1077
  exports.CANCEL_PAYMENT_FUNCTION_EVENT = "Cancel.PaymentFunction";
1077
1078
  exports.DELIVERY_SHIPPING_FEE_UPDATED_EVENT = "Delivery.ShippingFeeUpdated";
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.10.2",
3
+ "version": "2.10.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",