files.com 1.0.334 → 1.0.335

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1c755f9cd07d4a3663cbe20c6fbfc3185eee3a4e2ee6c8b75d8aba19e259eeb
4
- data.tar.gz: 4d8b012144812c63c461c8dbad0bfbbc41fc3571cc814112b1aaeb1f710e72f6
3
+ metadata.gz: 2bb8ed7d2b6b62be749d2946f216069d2ba54737bd555c7320ccae31441e1213
4
+ data.tar.gz: 23be34ec31a3b6b0e2bdf5c9e23de568aba4742e413da8d2fe549b866a9aa582
5
5
  SHA512:
6
- metadata.gz: 8a354b4073082c776801c4af7cda041bcdf86b0e419a7c306c9ce553874483da924f2e93f1420bdad903d6c18ab491cc9ea7af4053e0e173a1f95ee40cce6c26
7
- data.tar.gz: a049ae03deb4b6d19903bcb9b13196eb0ecd97e38b3bef0c2579fcdab6bfbc78409997e45bc481243c9e0d98d4e4b08584a71cfa519007d5c9cdeeb51425e5d2
6
+ metadata.gz: 9fac595f488df3404462796613571896ebd7bb8326c21d8f294b474b0aba1b5ab4c08c107c82b96e9d5f0dd628f20e9b67d9f09794f1cc31c6567517dd377242
7
+ data.tar.gz: 6381f0cb8938f2942a085360394d2eab3ce3dafee5e0b6fcc3693e6bccf68679d4e79191c67801ba544419822eefd68583f8a1e25cf74c3dd88e2b4ee58ec1cc
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.334
1
+ 1.0.335
data/docs/site.md CHANGED
@@ -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?
@@ -330,7 +326,6 @@ Files::Site.update(
330
326
  reply_to_email: "example",
331
327
  allow_bundle_names: true,
332
328
  bundle_expiration: 1,
333
- overage_notify: true,
334
329
  welcome_email_enabled: true,
335
330
  ask_about_overwrites: true,
336
331
  show_request_access_link: true,
@@ -460,7 +455,6 @@ Files::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.
@@ -444,16 +444,6 @@ module Files
444
444
  @attributes[:opt_out_global]
445
445
  end
446
446
 
447
- # date-time - Last time the site was notified about an overage
448
- def overage_notified_at
449
- @attributes[:overage_notified_at]
450
- end
451
-
452
- # boolean - Notify site email of overages?
453
- def overage_notify
454
- @attributes[:overage_notify]
455
- end
456
-
457
447
  # boolean - Is this site's billing overdue?
458
448
  def overdue
459
449
  @attributes[:overdue]
@@ -744,7 +734,6 @@ module Files
744
734
  # reply_to_email - string - Reply-to email for this site
745
735
  # allow_bundle_names - boolean - Are manual Bundle names allowed?
746
736
  # bundle_expiration - int64 - Site-wide Bundle expiration in days
747
- # overage_notify - boolean - Notify site email of overages?
748
737
  # welcome_email_enabled - boolean - Will the welcome email be sent to new users?
749
738
  # ask_about_overwrites - boolean - If false, rename conflicting files instead of asking for overwrite confirmation. Only applies to web interface.
750
739
  # show_request_access_link - boolean - Show request access link for users without access? Currently unused.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.334
4
+ version: 1.0.335
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-28 00:00:00.000000000 Z
11
+ date: 2023-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable