files.com 1.0.260 → 1.0.262

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.260
1
+ 1.0.262
package/docs/Errors.md CHANGED
@@ -58,6 +58,7 @@ These errors are derived from the error groups listed above.
58
58
  ### BadRequest_InvalidCursorError
59
59
  ### BadRequest_InvalidCursorTypeForSortError
60
60
  ### BadRequest_InvalidEtagsError
61
+ ### BadRequest_InvalidFilterAliasCombinationError
61
62
  ### BadRequest_InvalidFilterCombinationError
62
63
  ### BadRequest_InvalidFilterFieldError
63
64
  ### BadRequest_InvalidFilterParamError
@@ -93,8 +93,6 @@
93
93
  "office_integration_type": "example",
94
94
  "oncehub_link": "https://go.oncehub.com/files",
95
95
  "opt_out_global": true,
96
- "overage_notified_at": "2000-01-01T01:00:00Z",
97
- "overage_notify": true,
98
96
  "overdue": true,
99
97
  "password_min_length": 1,
100
98
  "password_require_letter": true,
@@ -239,8 +237,6 @@
239
237
  * `office_integration_type` (string): Office integration application used to edit and view the MS Office documents
240
238
  * `oncehub_link` (string): Link to scheduling a meeting with our Sales team
241
239
  * `opt_out_global` (boolean): Use servers in the USA only?
242
- * `overage_notified_at` (date-time): Last time the site was notified about an overage
243
- * `overage_notify` (boolean): Notify site email of overages?
244
240
  * `overdue` (boolean): Is this site's billing overdue?
245
241
  * `password_min_length` (int64): Shortest password length for users
246
242
  * `password_require_letter` (boolean): Require a letter in passwords?
@@ -329,7 +325,6 @@ await Site.update({
329
325
  'reply_to_email': "example",
330
326
  'allow_bundle_names': true,
331
327
  'bundle_expiration': 1,
332
- 'overage_notify': true,
333
328
  'welcome_email_enabled': true,
334
329
  'ask_about_overwrites': true,
335
330
  'show_request_access_link': true,
@@ -460,7 +455,6 @@ await Site.update({
460
455
  * `reply_to_email` (string): Reply-to email for this site
461
456
  * `allow_bundle_names` (boolean): Are manual Bundle names allowed?
462
457
  * `bundle_expiration` (int64): Site-wide Bundle expiration in days
463
- * `overage_notify` (boolean): Notify site email of overages?
464
458
  * `welcome_email_enabled` (boolean): Will the welcome email be sent to new users?
465
459
  * `ask_about_overwrites` (boolean): If false, rename conflicting files instead of asking for overwrite confirmation. Only applies to web interface.
466
460
  * `show_request_access_link` (boolean): Show request access link for users without access? Currently unused.