@sladg/apex-state 3.11.0 → 3.11.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.
package/dist/index.d.ts CHANGED
@@ -970,6 +970,7 @@ interface DispatchEntry {
970
970
  dispatch_id: number;
971
971
  subscriber_id: number;
972
972
  scope_path: string;
973
+ topic_path: string;
973
974
  /** Indexes into ProcessResult.changes array. */
974
975
  input_change_ids: number[];
975
976
  }