obsidian-typings 2.40.0 → 2.41.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.
@@ -366,9 +366,9 @@ declare module "obsidian" {
366
366
  /** @internal */
367
367
  onFileChange(normalizedPath: string | null): void;
368
368
  /** @internal */
369
- reconcileDeletion(normalizedPath: string, normalizedNewPath: string, option: boolean): Promise<void>;
369
+ reconcileDeletion(normalizedPath: string, normalizedNewPath: string, shouldRetryAfterTimeout?: boolean): Promise<void>;
370
370
  /** @internal */
371
- reconcileFile(normalizedPath: string, normalizedNewPath: string, option: boolean): Promise<void>;
371
+ reconcileFile(normalizedPath: string, normalizedNewPath: string, shouldRetryAfterTimeout?: boolean): Promise<void>;
372
372
  /** @internal */
373
373
  reconcileFolderCreation(normalizedPath: string, normalizedNewPath: string): Promise<void>;
374
374
  /** @internal */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "2.40.0",
3
+ "version": "2.41.0",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",