@coscine/api-client 3.4.3 → 3.5.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.
@@ -71,4 +71,10 @@ export interface FileTreeDto {
71
71
  * @memberof FileTreeDto
72
72
  */
73
73
  'actions'?: FileActionsDto;
74
+ /**
75
+ * Determines if the specific tree entry is hidden.
76
+ * @type {boolean}
77
+ * @memberof FileTreeDto
78
+ */
79
+ 'hidden'?: boolean;
74
80
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coscine/api-client",
3
3
  "type": "module",
4
- "version": "3.4.3",
4
+ "version": "3.5.0",
5
5
  "description": "This project contains the generated api client classes.",
6
6
  "keywords": [
7
7
  "coscine",