@nextcloud/files 3.0.0-beta.24 → 3.0.0-beta.26

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.
@@ -20,6 +20,10 @@ export declare abstract class Node {
20
20
  * Get the source url to this object
21
21
  */
22
22
  get source(): string;
23
+ /**
24
+ * Get the encoded source url to this object for requests purposes
25
+ */
26
+ get encodedSource(): string;
23
27
  /**
24
28
  * Get this object name
25
29
  */