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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0176cea836e0404688fff03e2dddcd5943586df70d1a69e3fbfae7d5e330d701
4
- data.tar.gz: 0f8d7829c37db1434b283a4db13ec39a18eeee3261e737abe806079c1ae86713
3
+ metadata.gz: a91ef125db3605d3bda968568dcdacdd66f6816325fa97265fa2e19fc83b1e0d
4
+ data.tar.gz: 1646f4b48221f6e611d06ba1fcec76b5e1dd3ba6ed5a61a888015f07950bc247
5
5
  SHA512:
6
- metadata.gz: 32055ebfe8ea1bb07993c2570abc3db22e63ffb80f07ee755a4ae1edcf6599b2986637a8283124c552baab7c711b55a8683b5fab6c3d14cb85c7d4a0c0de6b05
7
- data.tar.gz: e33429dec988b103d79c06215a934e2d28a94d7d89858face94f182986b043757d18527465f215dbd34f46c30c641175570fd14cd1388084d9ce4af403536326
6
+ metadata.gz: d252add91d9ff14ed7185cec0be805ceabe46ac28d95842cda2adb8e70ac677c11d29372129f6af2daba38d58be4408b64d419da78a126f4c1c26ac8e4d18c0e
7
+ data.tar.gz: a8ca338b8a689534e8d79ac22587e70bd5ab40fbfba83b9e3ce2826b51884182678c06e6505d30b44b700808e6bb9793655678d666deabbe520d82c84522092a
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.104
1
+ 1.1.106
@@ -50,10 +50,7 @@
50
50
  ## List API Request Logs
51
51
 
52
52
  ```
53
- Files::ApiRequestLog.list(
54
- filter: "",
55
- filter_prefix: ""
56
- )
53
+ Files::ApiRequestLog.list
57
54
  ```
58
55
 
59
56
  ### Parameters
data/docs/app.md CHANGED
@@ -58,11 +58,7 @@
58
58
  ## List Apps
59
59
 
60
60
  ```
61
- Files::App.list(
62
- sort_by: "",
63
- filter: "",
64
- filter_prefix: ""
65
- )
61
+ Files::App.list
66
62
  ```
67
63
 
68
64
  ### Parameters
@@ -32,10 +32,7 @@
32
32
  ## List Automation Logs
33
33
 
34
34
  ```
35
- Files::AutomationLog.list(
36
- filter: "",
37
- filter_prefix: ""
38
- )
35
+ Files::AutomationLog.list
39
36
  ```
40
37
 
41
38
  ### Parameters
@@ -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
@@ -36,11 +36,7 @@
36
36
  ## List Behaviors
37
37
 
38
38
  ```
39
- Files::Behavior.list(
40
- sort_by: "",
41
- filter: "",
42
- filter_prefix: ""
43
- )
39
+ Files::Behavior.list
44
40
  ```
45
41
 
46
42
  ### Parameters
@@ -24,10 +24,7 @@
24
24
  ## List Bundle Notifications
25
25
 
26
26
  ```
27
- Files::BundleNotification.list(
28
- sort_by: "",
29
- filter: ""
30
- )
27
+ Files::BundleNotification.list
31
28
  ```
32
29
 
33
30
  ### Parameters
@@ -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
@@ -32,10 +32,7 @@
32
32
  ## List Email Logs
33
33
 
34
34
  ```
35
- Files::EmailLog.list(
36
- filter: "",
37
- filter_prefix: ""
38
- )
35
+ Files::EmailLog.list
39
36
  ```
40
37
 
41
38
  ### Parameters
@@ -36,10 +36,7 @@
36
36
  ## List Exavault API Request Logs
37
37
 
38
38
  ```
39
- Files::ExavaultApiRequestLog.list(
40
- filter: "",
41
- filter_prefix: ""
42
- )
39
+ Files::ExavaultApiRequestLog.list
43
40
  ```
44
41
 
45
42
  ### Parameters
@@ -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
  ---
@@ -30,10 +30,7 @@
30
30
  ## List File Migration Logs
31
31
 
32
32
  ```
33
- Files::FileMigrationLog.list(
34
- filter: "",
35
- filter_prefix: ""
36
- )
33
+ Files::FileMigrationLog.list
37
34
  ```
38
35
 
39
36
  ### Parameters
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
  ---
@@ -50,10 +50,7 @@
50
50
  ## List FTP Action Logs
51
51
 
52
52
  ```
53
- Files::FtpActionLog.list(
54
- filter: "",
55
- filter_prefix: ""
56
- )
53
+ Files::FtpActionLog.list
57
54
  ```
58
55
 
59
56
  ### Parameters
data/docs/group.md CHANGED
@@ -36,12 +36,7 @@
36
36
  ## List Groups
37
37
 
38
38
  ```
39
- Files::Group.list(
40
- sort_by: "",
41
- filter: "",
42
- filter_prefix: "",
43
- ids: ""
44
- )
39
+ Files::Group.list
45
40
  ```
46
41
 
47
42
  ### Parameters
@@ -42,10 +42,7 @@
42
42
  ## List Outbound Connection Logs
43
43
 
44
44
  ```
45
- Files::OutboundConnectionLog.list(
46
- filter: "",
47
- filter_prefix: ""
48
- )
45
+ Files::OutboundConnectionLog.list
49
46
  ```
50
47
 
51
48
  ### Parameters
@@ -30,10 +30,7 @@
30
30
  ## List Public Hosting Request Logs
31
31
 
32
32
  ```
33
- Files::PublicHostingRequestLog.list(
34
- filter: "",
35
- filter_prefix: ""
36
- )
33
+ Files::PublicHostingRequestLog.list
37
34
  ```
38
35
 
39
36
  ### Parameters
@@ -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
@@ -28,10 +28,7 @@
28
28
  ## List Settings Changes
29
29
 
30
30
  ```
31
- Files::SettingsChange.list(
32
- sort_by: "",
33
- filter: ""
34
- )
31
+ Files::SettingsChange.list
35
32
  ```
36
33
 
37
34
  ### Parameters
@@ -54,10 +54,7 @@
54
54
  ## List SFTP Action Logs
55
55
 
56
56
  ```
57
- Files::SftpActionLog.list(
58
- filter: "",
59
- filter_prefix: ""
60
- )
57
+ Files::SftpActionLog.list
61
58
  ```
62
59
 
63
60
  ### Parameters
data/docs/sync_log.md CHANGED
@@ -34,10 +34,7 @@
34
34
  ## List Sync Logs
35
35
 
36
36
  ```
37
- Files::SyncLog.list(
38
- filter: "",
39
- filter_prefix: ""
40
- )
37
+ Files::SyncLog.list
41
38
  ```
42
39
 
43
40
  ### Parameters
@@ -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
@@ -46,10 +46,7 @@
46
46
  ## List WebDAV Action Logs
47
47
 
48
48
  ```
49
- Files::WebDavActionLog.list(
50
- filter: "",
51
- filter_prefix: ""
52
- )
49
+ Files::WebDavActionLog.list
53
50
  ```
54
51
 
55
52
  ### Parameters
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.104"
4
+ VERSION = "1.1.106"
5
5
  end
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.104
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-07-26 00:00:00.000000000 Z
11
+ date: 2024-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable