@threadbase-sh/streamer 1.39.0 → 1.40.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.
package/dist/index.d.cts CHANGED
@@ -1582,6 +1582,7 @@ declare class StreamerServer {
1582
1582
  private allScanners;
1583
1583
  private scannerReady;
1584
1584
  private scannerStale;
1585
+ private staleFiles;
1585
1586
  private conversationReconcileInFlight;
1586
1587
  private refreshInFlight;
1587
1588
  private binding;
@@ -1821,7 +1822,8 @@ declare class StreamerServer {
1821
1822
  */
1822
1823
  private reconcileConversationsCacheFromDisk;
1823
1824
  private startBackgroundConversationReconcile;
1824
- private shouldAutoReconcileConversationList;
1825
+ private conversationReconcileMode;
1826
+ private reconcileStaleFilesFromDisk;
1825
1827
  private handleListConversations;
1826
1828
  private handleConversationsCount;
1827
1829
  private refreshCountInBackground;
@@ -1831,6 +1833,8 @@ declare class StreamerServer {
1831
1833
  private buildStatCache;
1832
1834
  private codexScanOpts;
1833
1835
  private newScanner;
1836
+ private takeStaleFiles;
1837
+ private refreshStaleFiles;
1834
1838
  private getScanner;
1835
1839
  private getFreshScanner;
1836
1840
  private rescanForRefresh;
package/dist/index.d.ts CHANGED
@@ -1582,6 +1582,7 @@ declare class StreamerServer {
1582
1582
  private allScanners;
1583
1583
  private scannerReady;
1584
1584
  private scannerStale;
1585
+ private staleFiles;
1585
1586
  private conversationReconcileInFlight;
1586
1587
  private refreshInFlight;
1587
1588
  private binding;
@@ -1821,7 +1822,8 @@ declare class StreamerServer {
1821
1822
  */
1822
1823
  private reconcileConversationsCacheFromDisk;
1823
1824
  private startBackgroundConversationReconcile;
1824
- private shouldAutoReconcileConversationList;
1825
+ private conversationReconcileMode;
1826
+ private reconcileStaleFilesFromDisk;
1825
1827
  private handleListConversations;
1826
1828
  private handleConversationsCount;
1827
1829
  private refreshCountInBackground;
@@ -1831,6 +1833,8 @@ declare class StreamerServer {
1831
1833
  private buildStatCache;
1832
1834
  private codexScanOpts;
1833
1835
  private newScanner;
1836
+ private takeStaleFiles;
1837
+ private refreshStaleFiles;
1834
1838
  private getScanner;
1835
1839
  private getFreshScanner;
1836
1840
  private rescanForRefresh;