files.com 1.1.103 → 1.1.105
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/action_notification_export_result.md +0 -2
- data/docs/api_key.md +1 -3
- data/docs/api_request_log.md +2 -2
- data/docs/app.md +3 -2
- data/docs/as2_incoming_message.md +0 -2
- data/docs/as2_outgoing_message.md +0 -2
- data/docs/as2_partner.md +1 -4
- data/docs/as2_station.md +1 -4
- data/docs/automation.md +0 -2
- data/docs/automation_log.md +2 -2
- data/docs/automation_run.md +0 -2
- data/docs/bandwidth_snapshot.md +6 -2
- data/docs/behavior.md +4 -6
- data/docs/bundle.md +1 -3
- data/docs/bundle_action.md +0 -3
- data/docs/bundle_download.md +0 -2
- data/docs/bundle_notification.md +2 -2
- data/docs/bundle_recipient.md +0 -2
- data/docs/bundle_registration.md +0 -2
- data/docs/clickwrap.md +1 -4
- data/docs/dns_record.md +1 -4
- data/docs/email_incoming_message.md +7 -2
- data/docs/email_log.md +2 -2
- data/docs/exavault_api_request_log.md +2 -2
- data/docs/external_event.md +7 -2
- data/docs/file.md +2 -0
- data/docs/file_comment.md +1 -4
- data/docs/file_migration_log.md +2 -2
- data/docs/folder.md +1 -2
- data/docs/form_field_set.md +1 -3
- data/docs/ftp_action_log.md +2 -2
- data/docs/gpg_key.md +1 -3
- data/docs/group.md +4 -2
- data/docs/group_user.md +0 -2
- data/docs/history.md +5 -20
- data/docs/history_export_result.md +0 -3
- data/docs/inbox_recipient.md +0 -2
- data/docs/inbox_registration.md +0 -2
- data/docs/inbox_upload.md +0 -2
- data/docs/invoice.md +1 -4
- data/docs/ip_address.md +4 -16
- data/docs/lock.md +0 -2
- data/docs/message.md +0 -2
- data/docs/message_comment.md +0 -2
- data/docs/message_comment_reaction.md +0 -2
- data/docs/message_reaction.md +0 -2
- data/docs/notification.md +0 -2
- data/docs/outbound_connection_log.md +2 -2
- data/docs/payment.md +1 -4
- data/docs/permission.md +0 -2
- data/docs/priority.md +1 -4
- data/docs/project.md +1 -4
- data/docs/public_hosting_request_log.md +2 -2
- data/docs/public_key.md +1 -3
- data/docs/remote_bandwidth_snapshot.md +6 -2
- data/docs/remote_server.md +1 -4
- data/docs/request.md +0 -4
- data/docs/settings_change.md +2 -2
- data/docs/sftp_action_log.md +2 -2
- data/docs/sftp_host_key.md +1 -4
- data/docs/share_group.md +1 -3
- data/docs/snapshot.md +1 -4
- data/docs/sso_strategy.md +1 -4
- data/docs/sync_log.md +2 -2
- data/docs/usage_daily_snapshot.md +6 -2
- data/docs/usage_snapshot.md +1 -4
- data/docs/user.md +9 -2
- data/docs/user_cipher_use.md +1 -3
- data/docs/user_request.md +1 -4
- data/docs/web_dav_action_log.md +2 -2
- data/docs/webhook_test.md +0 -1
- 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: fae4bc234f5c3380267d0fa7554532c1dac0893f0c80df77635c15592acd0eb7
|
4
|
+
data.tar.gz: e0af402980966eb954154d0a9bc4c52013ef419036695ba384e646111dc5d84b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 692a3c79ebe846e00ca706cad44e3e59f794ac47e73d51621713ed51acbd7a5e45a408bbff3f8011f2f880bc9b3a42602b42a0634a6695bd3fca865c85179257
|
7
|
+
data.tar.gz: aa56e23948e98698900e5d33d4fccd97a614b84a7f9882e0c429c5786c5c27672def4a548a0b0a423138cd7d2e0147ea55949b1ea964528f9a8de53fd07fca6b
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.105
|
data/docs/api_key.md
CHANGED
data/docs/api_request_log.md
CHANGED
data/docs/app.md
CHANGED
data/docs/as2_partner.md
CHANGED
data/docs/as2_station.md
CHANGED
data/docs/automation.md
CHANGED
data/docs/automation_log.md
CHANGED
data/docs/automation_run.md
CHANGED
data/docs/bandwidth_snapshot.md
CHANGED
data/docs/behavior.md
CHANGED
@@ -37,8 +37,9 @@
|
|
37
37
|
|
38
38
|
```
|
39
39
|
Files::Behavior.list(
|
40
|
-
|
41
|
-
|
40
|
+
sort_by: "",
|
41
|
+
filter: "",
|
42
|
+
filter_prefix: ""
|
42
43
|
)
|
43
44
|
```
|
44
45
|
|
@@ -72,8 +73,6 @@ Files::Behavior.find(id)
|
|
72
73
|
|
73
74
|
```
|
74
75
|
Files::Behavior.list_for(path,
|
75
|
-
per_page: 1,
|
76
|
-
page: 1,
|
77
76
|
ancestor_behaviors: true,
|
78
77
|
behavior: "webhook"
|
79
78
|
)
|
@@ -131,8 +130,7 @@ Files::Behavior.webhook_test(
|
|
131
130
|
method: "GET",
|
132
131
|
encoding: "RAW",
|
133
132
|
headers: {"x-test-header":"testvalue"},
|
134
|
-
body: {"test-param":"testvalue"}
|
135
|
-
action: "test"
|
133
|
+
body: {"test-param":"testvalue"}
|
136
134
|
)
|
137
135
|
```
|
138
136
|
|
data/docs/bundle.md
CHANGED
data/docs/bundle_action.md
CHANGED
data/docs/bundle_download.md
CHANGED
data/docs/bundle_notification.md
CHANGED
data/docs/bundle_recipient.md
CHANGED
data/docs/bundle_registration.md
CHANGED
data/docs/clickwrap.md
CHANGED
data/docs/dns_record.md
CHANGED
data/docs/email_log.md
CHANGED
data/docs/external_event.md
CHANGED
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_comment.md
CHANGED
data/docs/file_migration_log.md
CHANGED
data/docs/folder.md
CHANGED
@@ -95,8 +95,6 @@ Files::Dir is an alias of Files::Folder
|
|
95
95
|
|
96
96
|
```
|
97
97
|
Files::Folder.list_for(path,
|
98
|
-
per_page: 1,
|
99
|
-
page: 1,
|
100
98
|
search_all: true,
|
101
99
|
with_previews: true,
|
102
100
|
with_priority_color: true
|
@@ -116,6 +114,7 @@ Files::Folder.list_for(path,
|
|
116
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.
|
117
115
|
* `with_previews` (boolean): Include file previews?
|
118
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.
|
119
118
|
|
120
119
|
|
121
120
|
---
|
data/docs/form_field_set.md
CHANGED
data/docs/ftp_action_log.md
CHANGED
data/docs/gpg_key.md
CHANGED
data/docs/group.md
CHANGED
data/docs/group_user.md
CHANGED
data/docs/history.md
CHANGED
@@ -43,10 +43,7 @@
|
|
43
43
|
|
44
44
|
```
|
45
45
|
Files::History.list_for_file(path,
|
46
|
-
display: "Actual text of the action here."
|
47
|
-
per_page: 1,
|
48
|
-
action: "create",
|
49
|
-
page: 1
|
46
|
+
display: "Actual text of the action here."
|
50
47
|
)
|
51
48
|
```
|
52
49
|
|
@@ -69,10 +66,7 @@ Files::History.list_for_file(path,
|
|
69
66
|
|
70
67
|
```
|
71
68
|
Files::History.list_for_folder(path,
|
72
|
-
display: "Actual text of the action here."
|
73
|
-
per_page: 1,
|
74
|
-
action: "create",
|
75
|
-
page: 1
|
69
|
+
display: "Actual text of the action here."
|
76
70
|
)
|
77
71
|
```
|
78
72
|
|
@@ -95,10 +89,7 @@ Files::History.list_for_folder(path,
|
|
95
89
|
|
96
90
|
```
|
97
91
|
Files::History.list_for_user(user_id,
|
98
|
-
display: "Actual text of the action here."
|
99
|
-
per_page: 1,
|
100
|
-
action: "create",
|
101
|
-
page: 1
|
92
|
+
display: "Actual text of the action here."
|
102
93
|
)
|
103
94
|
```
|
104
95
|
|
@@ -121,10 +112,7 @@ Files::History.list_for_user(user_id,
|
|
121
112
|
|
122
113
|
```
|
123
114
|
Files::History.list_logins(
|
124
|
-
display: "Actual text of the action here."
|
125
|
-
per_page: 1,
|
126
|
-
action: "create",
|
127
|
-
page: 1
|
115
|
+
display: "Actual text of the action here."
|
128
116
|
)
|
129
117
|
```
|
130
118
|
|
@@ -146,10 +134,7 @@ Files::History.list_logins(
|
|
146
134
|
|
147
135
|
```
|
148
136
|
Files::History.list(
|
149
|
-
display: "Actual text of the action here."
|
150
|
-
per_page: 1,
|
151
|
-
action: "create",
|
152
|
-
page: 1
|
137
|
+
display: "Actual text of the action here."
|
153
138
|
)
|
154
139
|
```
|
155
140
|
|
data/docs/inbox_recipient.md
CHANGED
data/docs/inbox_registration.md
CHANGED
data/docs/inbox_upload.md
CHANGED
data/docs/invoice.md
CHANGED
data/docs/ip_address.md
CHANGED
@@ -24,10 +24,7 @@
|
|
24
24
|
## List IP Addresses associated with the current site
|
25
25
|
|
26
26
|
```
|
27
|
-
Files::IpAddress.list
|
28
|
-
per_page: 1,
|
29
|
-
page: 1
|
30
|
-
)
|
27
|
+
Files::IpAddress.list
|
31
28
|
```
|
32
29
|
|
33
30
|
### Parameters
|
@@ -43,10 +40,7 @@ Files::IpAddress.list(
|
|
43
40
|
## List all possible public SmartFile IP addresses
|
44
41
|
|
45
42
|
```
|
46
|
-
Files::IpAddress.get_smartfile_reserved
|
47
|
-
per_page: 1,
|
48
|
-
page: 1
|
49
|
-
)
|
43
|
+
Files::IpAddress.get_smartfile_reserved
|
50
44
|
```
|
51
45
|
|
52
46
|
### Parameters
|
@@ -62,10 +56,7 @@ Files::IpAddress.get_smartfile_reserved(
|
|
62
56
|
## List all possible public ExaVault IP addresses
|
63
57
|
|
64
58
|
```
|
65
|
-
Files::IpAddress.get_exavault_reserved
|
66
|
-
per_page: 1,
|
67
|
-
page: 1
|
68
|
-
)
|
59
|
+
Files::IpAddress.get_exavault_reserved
|
69
60
|
```
|
70
61
|
|
71
62
|
### Parameters
|
@@ -81,10 +72,7 @@ Files::IpAddress.get_exavault_reserved(
|
|
81
72
|
## List all possible public IP addresses
|
82
73
|
|
83
74
|
```
|
84
|
-
Files::IpAddress.get_reserved
|
85
|
-
per_page: 1,
|
86
|
-
page: 1
|
87
|
-
)
|
75
|
+
Files::IpAddress.get_reserved
|
88
76
|
```
|
89
77
|
|
90
78
|
### Parameters
|
data/docs/lock.md
CHANGED
data/docs/message.md
CHANGED
data/docs/message_comment.md
CHANGED
data/docs/message_reaction.md
CHANGED
data/docs/notification.md
CHANGED
data/docs/payment.md
CHANGED
data/docs/permission.md
CHANGED
data/docs/priority.md
CHANGED
data/docs/project.md
CHANGED
data/docs/public_key.md
CHANGED
data/docs/remote_server.md
CHANGED
data/docs/request.md
CHANGED
@@ -29,8 +29,6 @@
|
|
29
29
|
|
30
30
|
```
|
31
31
|
Files::Request.list(
|
32
|
-
per_page: 1,
|
33
|
-
page: 1,
|
34
32
|
mine: true,
|
35
33
|
path: "example"
|
36
34
|
)
|
@@ -53,8 +51,6 @@ Files::Request.list(
|
|
53
51
|
|
54
52
|
```
|
55
53
|
Files::Request.get_folder(path,
|
56
|
-
per_page: 1,
|
57
|
-
page: 1,
|
58
54
|
mine: true
|
59
55
|
)
|
60
56
|
```
|
data/docs/settings_change.md
CHANGED
data/docs/sftp_action_log.md
CHANGED
data/docs/sftp_host_key.md
CHANGED
data/docs/share_group.md
CHANGED
data/docs/snapshot.md
CHANGED
data/docs/sso_strategy.md
CHANGED
data/docs/sync_log.md
CHANGED
data/docs/usage_snapshot.md
CHANGED
data/docs/user.md
CHANGED
@@ -151,8 +151,15 @@
|
|
151
151
|
|
152
152
|
```
|
153
153
|
Files::User.list(
|
154
|
-
|
155
|
-
|
154
|
+
sort_by: "",
|
155
|
+
filter: "",
|
156
|
+
filter_gt: "",
|
157
|
+
filter_gteq: "",
|
158
|
+
filter_prefix: "",
|
159
|
+
filter_lt: "",
|
160
|
+
filter_lteq: "",
|
161
|
+
ids: "",
|
162
|
+
search: ""
|
156
163
|
)
|
157
164
|
```
|
158
165
|
|
data/docs/user_cipher_use.md
CHANGED
data/docs/user_request.md
CHANGED
data/docs/web_dav_action_log.md
CHANGED
data/docs/webhook_test.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.105
|
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-
|
11
|
+
date: 2024-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|