@munchi_oy/core 1.2.7 → 1.2.9

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.
@@ -79,6 +79,7 @@ export declare const ActionEnum: {
79
79
  readonly BusinessConfigUpdated: "BUSINESS_CONFIG_UPDATED";
80
80
  readonly DataSyncRequired: "data_sync_required";
81
81
  readonly PosSessionUpdated: "pos_session_updated";
82
+ readonly BusinessDataUpdated: "BUSINESS_DATA_UPDATED";
82
83
  };
83
84
  export type ActionEnum = typeof ActionEnum[keyof typeof ActionEnum];
84
85
  export declare const EntityTypeEnum: {
@@ -872,6 +873,7 @@ export declare const BusinessEventAction: {
872
873
  readonly BusinessConfigUpdated: "BUSINESS_CONFIG_UPDATED";
873
874
  readonly DataSyncRequired: "data_sync_required";
874
875
  readonly PosSessionUpdated: "pos_session_updated";
876
+ readonly BusinessDataUpdated: "BUSINESS_DATA_UPDATED";
875
877
  };
876
878
  export type BusinessEventAction = typeof BusinessEventAction[keyof typeof BusinessEventAction];
877
879
  /**