@epilot/file-client 1.16.0-alpha.2 → 1.16.0-alpha.3
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/openapi.json +2 -2
- package/package.json +1 -1
package/dist/openapi.json
CHANGED
|
@@ -1985,8 +1985,7 @@
|
|
|
1985
1985
|
"description": "Whether the folder is starred / favorited",
|
|
1986
1986
|
"default": false
|
|
1987
1987
|
}
|
|
1988
|
-
}
|
|
1989
|
-
"additionalProperties": false
|
|
1988
|
+
}
|
|
1990
1989
|
},
|
|
1991
1990
|
"FileFolderCreateRequest": {
|
|
1992
1991
|
"description": "Request body for creating a file folder",
|
|
@@ -1996,6 +1995,7 @@
|
|
|
1996
1995
|
},
|
|
1997
1996
|
{
|
|
1998
1997
|
"type": "object",
|
|
1998
|
+
"additionalProperties": false,
|
|
1999
1999
|
"required": [
|
|
2000
2000
|
"name"
|
|
2001
2001
|
]
|