files.com 1.1.103 → 1.1.104
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_comment.md +1 -4
- data/docs/file_migration_log.md +2 -2
- data/docs/folder.md +0 -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/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: 0176cea836e0404688fff03e2dddcd5943586df70d1a69e3fbfae7d5e330d701
|
4
|
+
data.tar.gz: 0f8d7829c37db1434b283a4db13ec39a18eeee3261e737abe806079c1ae86713
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32055ebfe8ea1bb07993c2570abc3db22e63ffb80f07ee755a4ae1edcf6599b2986637a8283124c552baab7c711b55a8683b5fab6c3d14cb85c7d4a0c0de6b05
|
7
|
+
data.tar.gz: e33429dec988b103d79c06215a934e2d28a94d7d89858face94f182986b043757d18527465f215dbd34f46c30c641175570fd14cd1388084d9ce4af403536326
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.104
|
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_comment.md
CHANGED
data/docs/file_migration_log.md
CHANGED
data/docs/folder.md
CHANGED
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
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.104
|
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-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|