av6-core 1.5.11 → 1.5.13

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.
package/dist/index.d.mts CHANGED
@@ -623,7 +623,6 @@ type EmitPayload = {
623
623
  shortCode: string;
624
624
  data?: Record<string, any>;
625
625
  dataWp?: any[];
626
- priority?: "high" | "normal" | "low";
627
626
  };
628
627
  type ILogger = winston.Logger | Console;
629
628
  type NotificationEmitterDeps = {
package/dist/index.d.ts CHANGED
@@ -623,7 +623,6 @@ type EmitPayload = {
623
623
  shortCode: string;
624
624
  data?: Record<string, any>;
625
625
  dataWp?: any[];
626
- priority?: "high" | "normal" | "low";
627
626
  };
628
627
  type ILogger = winston.Logger | Console;
629
628
  type NotificationEmitterDeps = {