files.com 1.1.104 → 1.1.106
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/api_request_log.md +1 -4
- data/docs/app.md +1 -5
- data/docs/automation_log.md +1 -4
- data/docs/bandwidth_snapshot.md +1 -8
- data/docs/behavior.md +1 -5
- data/docs/bundle_notification.md +1 -4
- data/docs/email_incoming_message.md +1 -9
- data/docs/email_log.md +1 -4
- data/docs/exavault_api_request_log.md +1 -4
- data/docs/external_event.md +1 -9
- data/docs/file.md +2 -0
- data/docs/file_migration_log.md +1 -4
- data/docs/folder.md +1 -0
- data/docs/ftp_action_log.md +1 -4
- data/docs/group.md +1 -6
- data/docs/outbound_connection_log.md +1 -4
- data/docs/public_hosting_request_log.md +1 -4
- data/docs/remote_bandwidth_snapshot.md +1 -8
- data/docs/settings_change.md +1 -4
- data/docs/sftp_action_log.md +1 -4
- data/docs/sync_log.md +1 -4
- data/docs/usage_daily_snapshot.md +1 -8
- data/docs/user.md +1 -11
- data/docs/web_dav_action_log.md +1 -4
- data/lib/files.com/models/file.rb +4 -0
- data/lib/files.com/models/folder.rb +2 -0
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a91ef125db3605d3bda968568dcdacdd66f6816325fa97265fa2e19fc83b1e0d
|
4
|
+
data.tar.gz: 1646f4b48221f6e611d06ba1fcec76b5e1dd3ba6ed5a61a888015f07950bc247
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d252add91d9ff14ed7185cec0be805ceabe46ac28d95842cda2adb8e70ac677c11d29372129f6af2daba38d58be4408b64d419da78a126f4c1c26ac8e4d18c0e
|
7
|
+
data.tar.gz: a8ca338b8a689534e8d79ac22587e70bd5ab40fbfba83b9e3ce2826b51884182678c06e6505d30b44b700808e6bb9793655678d666deabbe520d82c84522092a
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.106
|
data/docs/api_request_log.md
CHANGED
data/docs/app.md
CHANGED
data/docs/automation_log.md
CHANGED
data/docs/bandwidth_snapshot.md
CHANGED
@@ -32,14 +32,7 @@
|
|
32
32
|
## List Bandwidth Snapshots
|
33
33
|
|
34
34
|
```
|
35
|
-
Files::BandwidthSnapshot.list
|
36
|
-
sort_by: "",
|
37
|
-
filter: "",
|
38
|
-
filter_gt: "",
|
39
|
-
filter_gteq: "",
|
40
|
-
filter_lt: "",
|
41
|
-
filter_lteq: ""
|
42
|
-
)
|
35
|
+
Files::BandwidthSnapshot.list
|
43
36
|
```
|
44
37
|
|
45
38
|
### Parameters
|
data/docs/behavior.md
CHANGED
data/docs/bundle_notification.md
CHANGED
@@ -32,15 +32,7 @@
|
|
32
32
|
## List Email Incoming Messages
|
33
33
|
|
34
34
|
```
|
35
|
-
Files::EmailIncomingMessage.list
|
36
|
-
sort_by: "",
|
37
|
-
filter: "",
|
38
|
-
filter_gt: "",
|
39
|
-
filter_gteq: "",
|
40
|
-
filter_prefix: "",
|
41
|
-
filter_lt: "",
|
42
|
-
filter_lteq: ""
|
43
|
-
)
|
35
|
+
Files::EmailIncomingMessage.list
|
44
36
|
```
|
45
37
|
|
46
38
|
### Parameters
|
data/docs/email_log.md
CHANGED
data/docs/external_event.md
CHANGED
@@ -40,15 +40,7 @@
|
|
40
40
|
## List External Events
|
41
41
|
|
42
42
|
```
|
43
|
-
Files::ExternalEvent.list
|
44
|
-
sort_by: "",
|
45
|
-
filter: "",
|
46
|
-
filter_gt: "",
|
47
|
-
filter_gteq: "",
|
48
|
-
filter_prefix: "",
|
49
|
-
filter_lt: "",
|
50
|
-
filter_lteq: ""
|
51
|
-
)
|
43
|
+
Files::ExternalEvent.list
|
52
44
|
```
|
53
45
|
|
54
46
|
### Parameters
|
data/docs/file.md
CHANGED
@@ -113,6 +113,7 @@ Files::File.download(path,
|
|
113
113
|
* `preview_size` (string): Request a preview size. Can be `small` (default), `large`, `xlarge`, or `pdf`.
|
114
114
|
* `with_previews` (boolean): Include file preview information?
|
115
115
|
* `with_priority_color` (boolean): Include file priority color information?
|
116
|
+
* `point_in_time` (string): Point in time to view the folder. Available only on remote server mounts for S3 with versioned buckets.
|
116
117
|
|
117
118
|
|
118
119
|
---
|
@@ -291,6 +292,7 @@ file.download(
|
|
291
292
|
* `preview_size` (string): Request a preview size. Can be `small` (default), `large`, `xlarge`, or `pdf`.
|
292
293
|
* `with_previews` (boolean): Include file preview information?
|
293
294
|
* `with_priority_color` (boolean): Include file priority color information?
|
295
|
+
* `point_in_time` (string): Point in time to view the folder. Available only on remote server mounts for S3 with versioned buckets.
|
294
296
|
|
295
297
|
|
296
298
|
---
|
data/docs/file_migration_log.md
CHANGED
data/docs/folder.md
CHANGED
@@ -114,6 +114,7 @@ Files::Folder.list_for(path,
|
|
114
114
|
* `search_all` (boolean): Search entire site? If set, we will ignore the folder path provided and search the entire site. This is the same API used by the search bar in the UI. Search results are a best effort, not real time, and not guaranteed to match every file. This field should only be used for ad-hoc (human) searching, and not as part of an automated process.
|
115
115
|
* `with_previews` (boolean): Include file previews?
|
116
116
|
* `with_priority_color` (boolean): Include file priority color information?
|
117
|
+
* `point_in_time` (string): Point in time to view the folder. Available only on remote server mounts for S3 with versioned buckets.
|
117
118
|
|
118
119
|
|
119
120
|
---
|
data/docs/ftp_action_log.md
CHANGED
data/docs/group.md
CHANGED
@@ -24,14 +24,7 @@
|
|
24
24
|
## List Remote Bandwidth Snapshots
|
25
25
|
|
26
26
|
```
|
27
|
-
Files::RemoteBandwidthSnapshot.list
|
28
|
-
sort_by: "",
|
29
|
-
filter: "",
|
30
|
-
filter_gt: "",
|
31
|
-
filter_gteq: "",
|
32
|
-
filter_lt: "",
|
33
|
-
filter_lteq: ""
|
34
|
-
)
|
27
|
+
Files::RemoteBandwidthSnapshot.list
|
35
28
|
```
|
36
29
|
|
37
30
|
### Parameters
|
data/docs/settings_change.md
CHANGED
data/docs/sftp_action_log.md
CHANGED
data/docs/sync_log.md
CHANGED
@@ -38,14 +38,7 @@
|
|
38
38
|
## List Usage Daily Snapshots
|
39
39
|
|
40
40
|
```
|
41
|
-
Files::UsageDailySnapshot.list
|
42
|
-
sort_by: "",
|
43
|
-
filter: "",
|
44
|
-
filter_gt: "",
|
45
|
-
filter_gteq: "",
|
46
|
-
filter_lt: "",
|
47
|
-
filter_lteq: ""
|
48
|
-
)
|
41
|
+
Files::UsageDailySnapshot.list
|
49
42
|
```
|
50
43
|
|
51
44
|
### Parameters
|
data/docs/user.md
CHANGED
@@ -150,17 +150,7 @@
|
|
150
150
|
## List Users
|
151
151
|
|
152
152
|
```
|
153
|
-
Files::User.list
|
154
|
-
sort_by: "",
|
155
|
-
filter: "",
|
156
|
-
filter_gt: "",
|
157
|
-
filter_gteq: "",
|
158
|
-
filter_prefix: "",
|
159
|
-
filter_lt: "",
|
160
|
-
filter_lteq: "",
|
161
|
-
ids: "",
|
162
|
-
search: ""
|
163
|
-
)
|
153
|
+
Files::User.list
|
164
154
|
```
|
165
155
|
|
166
156
|
### Parameters
|
data/docs/web_dav_action_log.md
CHANGED
@@ -947,6 +947,7 @@ module Files
|
|
947
947
|
# preview_size - string - Request a preview size. Can be `small` (default), `large`, `xlarge`, or `pdf`.
|
948
948
|
# with_previews - boolean - Include file preview information?
|
949
949
|
# with_priority_color - boolean - Include file priority color information?
|
950
|
+
# point_in_time - string - Point in time to view the folder. Available only on remote server mounts for S3 with versioned buckets.
|
950
951
|
def download(params = {})
|
951
952
|
params ||= {}
|
952
953
|
params[:path] = @attributes[:path]
|
@@ -954,6 +955,7 @@ module Files
|
|
954
955
|
raise InvalidParameterError.new("Bad parameter: path must be an String") if params[:path] and !params[:path].is_a?(String)
|
955
956
|
raise InvalidParameterError.new("Bad parameter: action must be an String") if params[:action] and !params[:action].is_a?(String)
|
956
957
|
raise InvalidParameterError.new("Bad parameter: preview_size must be an String") if params[:preview_size] and !params[:preview_size].is_a?(String)
|
958
|
+
raise InvalidParameterError.new("Bad parameter: point_in_time must be an String") if params[:point_in_time] and !params[:point_in_time].is_a?(String)
|
957
959
|
raise MissingParameterError.new("Parameter missing: path") unless params[:path]
|
958
960
|
|
959
961
|
Api.send_request("/files/#{@attributes[:path]}", :get, params, @options)
|
@@ -1065,12 +1067,14 @@ module Files
|
|
1065
1067
|
# preview_size - string - Request a preview size. Can be `small` (default), `large`, `xlarge`, or `pdf`.
|
1066
1068
|
# with_previews - boolean - Include file preview information?
|
1067
1069
|
# with_priority_color - boolean - Include file priority color information?
|
1070
|
+
# point_in_time - string - Point in time to view the folder. Available only on remote server mounts for S3 with versioned buckets.
|
1068
1071
|
def self.download(path, params = {}, options = {})
|
1069
1072
|
params ||= {}
|
1070
1073
|
params[:path] = path
|
1071
1074
|
raise InvalidParameterError.new("Bad parameter: path must be an String") if params[:path] and !params[:path].is_a?(String)
|
1072
1075
|
raise InvalidParameterError.new("Bad parameter: action must be an String") if params[:action] and !params[:action].is_a?(String)
|
1073
1076
|
raise InvalidParameterError.new("Bad parameter: preview_size must be an String") if params[:preview_size] and !params[:preview_size].is_a?(String)
|
1077
|
+
raise InvalidParameterError.new("Bad parameter: point_in_time must be an String") if params[:point_in_time] and !params[:point_in_time].is_a?(String)
|
1074
1078
|
raise MissingParameterError.new("Parameter missing: path") unless params[:path]
|
1075
1079
|
|
1076
1080
|
response, options = Api.send_request("/files/#{params[:path]}", :get, params, options)
|
@@ -470,6 +470,7 @@ module Files
|
|
470
470
|
# search_all - boolean - Search entire site? If set, we will ignore the folder path provided and search the entire site. This is the same API used by the search bar in the UI. Search results are a best effort, not real time, and not guaranteed to match every file. This field should only be used for ad-hoc (human) searching, and not as part of an automated process.
|
471
471
|
# with_previews - boolean - Include file previews?
|
472
472
|
# with_priority_color - boolean - Include file priority color information?
|
473
|
+
# point_in_time - string - Point in time to view the folder. Available only on remote server mounts for S3 with versioned buckets.
|
473
474
|
def self.list_for(path, params = {}, options = {})
|
474
475
|
params ||= {}
|
475
476
|
params[:path] = path
|
@@ -481,6 +482,7 @@ module Files
|
|
481
482
|
raise InvalidParameterError.new("Bad parameter: preview_size must be an String") if params[:preview_size] and !params[:preview_size].is_a?(String)
|
482
483
|
raise InvalidParameterError.new("Bad parameter: sort_by must be an Hash") if params[:sort_by] and !params[:sort_by].is_a?(Hash)
|
483
484
|
raise InvalidParameterError.new("Bad parameter: search must be an String") if params[:search] and !params[:search].is_a?(String)
|
485
|
+
raise InvalidParameterError.new("Bad parameter: point_in_time must be an String") if params[:point_in_time] and !params[:point_in_time].is_a?(String)
|
484
486
|
raise MissingParameterError.new("Parameter missing: path") unless params[:path]
|
485
487
|
|
486
488
|
List.new(File, params) do
|
data/lib/files.com/version.rb
CHANGED
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.1.
|
4
|
+
version: 1.1.106
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- files.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|