files.com 1.0.156 → 1.0.157

Sign up to get free protection for your applications and to get access to all the features.
package/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.156
1
+ 1.0.157
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "files.com",
3
- "version": "1.0.156",
3
+ "version": "1.0.157",
4
4
  "description": "Files.com SDK for JavaScript",
5
5
  "keywords": [
6
6
  "files.com",
@@ -267,7 +267,7 @@ class File {
267
267
  this.attributes.region = value
268
268
  }
269
269
 
270
- // string # A short string representing the current user's permissions. Can be `r`,`w`,`p`, or any combination
270
+ // string # A short string representing the current user's permissions. Can be `r`,`w`,`d`, `l` or any combination
271
271
  getPermissions = () => this.attributes.permissions
272
272
 
273
273
  setPermissions = value => {
@@ -93,7 +93,7 @@ class Folder {
93
93
  this.attributes.region = value
94
94
  }
95
95
 
96
- // string # A short string representing the current user's permissions. Can be `r`,`w`,`p`, or any combination
96
+ // string # A short string representing the current user's permissions. Can be `r`,`w`,`d`, `l` or any combination
97
97
  getPermissions = () => this.attributes.permissions
98
98
 
99
99
  setPermissions = value => {