files.com 1.0.126 → 1.0.131
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/account_line_item.md +18 -2
- data/docs/api_key.md +1 -1
- data/docs/app.md +3 -1
- data/docs/automation.md +18 -8
- data/docs/bandwidth_snapshot.md +5 -1
- data/docs/behavior.md +2 -2
- data/docs/bundle.md +36 -2
- data/docs/bundle_download.md +5 -1
- data/docs/bundle_recipient.md +7 -0
- data/docs/bundle_registration.md +23 -0
- data/docs/external_event.md +1 -1
- data/docs/file.md +7 -1
- data/docs/file_action.md +13 -0
- data/docs/file_comment.md +4 -1
- data/docs/folder.md +8 -2
- data/docs/form_field.md +29 -0
- data/docs/form_field_set.md +154 -0
- data/docs/group.md +13 -7
- data/docs/group_user.md +1 -1
- data/docs/history.md +1 -1
- data/docs/inbox_registration.md +21 -0
- data/docs/inbox_upload.md +35 -0
- data/docs/invoice.md +18 -2
- data/docs/ip_address.md +1 -1
- data/docs/message.md +10 -1
- data/docs/message_comment.md +4 -1
- data/docs/notification.md +1 -1
- data/docs/payment.md +18 -2
- data/docs/permission.md +1 -1
- data/docs/remote_server.md +0 -55
- data/docs/request.md +2 -2
- data/docs/settings_change.md +1 -1
- data/docs/site.md +91 -7
- data/docs/sso_strategy.md +1 -1
- data/docs/status.md +7 -0
- data/docs/style.md +1 -1
- data/docs/usage_daily_snapshot.md +1 -1
- data/docs/user.md +8 -8
- data/lib/files.com.rb +5 -0
- data/lib/files.com/api_client.rb +1 -1
- data/lib/files.com/models/api_key.rb +1 -1
- data/lib/files.com/models/automation.rb +14 -5
- data/lib/files.com/models/bandwidth_snapshot.rb +11 -1
- data/lib/files.com/models/behavior.rb +2 -2
- data/lib/files.com/models/bundle.rb +25 -1
- data/lib/files.com/models/bundle_download.rb +7 -2
- data/lib/files.com/models/bundle_recipient.rb +14 -0
- data/lib/files.com/models/bundle_registration.rb +47 -0
- data/lib/files.com/models/external_event.rb +1 -1
- data/lib/files.com/models/file_action.rb +14 -4
- data/lib/files.com/models/folder.rb +1 -1
- data/lib/files.com/models/form_field.rb +52 -0
- data/lib/files.com/models/form_field_set.rb +171 -0
- data/lib/files.com/models/group.rb +1 -1
- data/lib/files.com/models/history.rb +1 -1
- data/lib/files.com/models/inbox_registration.rb +42 -0
- data/lib/files.com/models/inbox_upload.rb +46 -0
- data/lib/files.com/models/notification.rb +1 -1
- data/lib/files.com/models/permission.rb +1 -1
- data/lib/files.com/models/remote_server.rb +0 -82
- data/lib/files.com/models/request.rb +2 -2
- data/lib/files.com/models/settings_change.rb +1 -1
- data/lib/files.com/models/usage_daily_snapshot.rb +1 -1
- data/lib/files.com/models/user.rb +7 -7
- metadata +12 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c78e42a73b1edeedd2f0d6a6d6ab6dc992fb333753ac0fac4b8142a8a868b0b6
|
|
4
|
+
data.tar.gz: 01db679c43f088e2a0849be0a41dd5d87e3a989cf79ddd74c2ed338944bf2146
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 325da6833b447354df61e539e1b30f5e23374b266cd8fbe3b1ee70b16d76ab9df77604b5c1f57de602b1ae14784cd23636cc5aff7c37bfdbc1a0904b51a09df0
|
|
7
|
+
data.tar.gz: a956a0e77ed9e61fc1c42dac1d76286fcde0df6b61fc0efd56d0a80df0dce738ca0e9b7739f579662c15d8bd32f44fb6e42b1f1afbb72dd423eb805ce662d3e6
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.131
|
data/docs/account_line_item.md
CHANGED
|
@@ -11,11 +11,27 @@
|
|
|
11
11
|
"currency": "USD",
|
|
12
12
|
"download_uri": "https://url...",
|
|
13
13
|
"invoice_line_items": [
|
|
14
|
-
|
|
14
|
+
{
|
|
15
|
+
"amount": 1.0,
|
|
16
|
+
"created_at": "2000-01-01T01:00:00Z",
|
|
17
|
+
"description": "Service from 2019-01-01 through 2019-12-31",
|
|
18
|
+
"type": "invoice",
|
|
19
|
+
"service_end_at": "2000-01-01T01:00:00Z",
|
|
20
|
+
"service_start_at": "2000-01-01T01:00:00Z",
|
|
21
|
+
"updated_at": "2000-01-01T01:00:00Z",
|
|
22
|
+
"plan": "Enterprise",
|
|
23
|
+
"site": "My site"
|
|
24
|
+
}
|
|
15
25
|
],
|
|
16
26
|
"method": "paypal",
|
|
17
27
|
"payment_line_items": [
|
|
18
|
-
|
|
28
|
+
{
|
|
29
|
+
"amount": 1.0,
|
|
30
|
+
"created_at": "2000-01-01T01:00:00Z",
|
|
31
|
+
"invoice_id": 1,
|
|
32
|
+
"payment_id": 1,
|
|
33
|
+
"updated_at": "2000-01-01T01:00:00Z"
|
|
34
|
+
}
|
|
19
35
|
],
|
|
20
36
|
"payment_reversed_at": "2000-01-01T01:00:00Z",
|
|
21
37
|
"payment_type": "",
|
data/docs/api_key.md
CHANGED
|
@@ -47,7 +47,7 @@ Files::ApiKey.list(
|
|
|
47
47
|
* `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
|
|
48
48
|
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
|
49
49
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
50
|
-
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `
|
|
50
|
+
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `expires_at`.
|
|
51
51
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `expires_at`.
|
|
52
52
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `expires_at`.
|
|
53
53
|
* `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `expires_at`.
|
data/docs/app.md
CHANGED
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
"documentation_links": "Important Info => http://files.test/learn-more",
|
|
10
10
|
"icon_url": "",
|
|
11
11
|
"logo_url": "",
|
|
12
|
-
"screenshot_list_urls":
|
|
12
|
+
"screenshot_list_urls": [
|
|
13
|
+
""
|
|
14
|
+
],
|
|
13
15
|
"logo_thumbnail_url": "",
|
|
14
16
|
"sso_strategy_type": "",
|
|
15
17
|
"remote_server_type": "",
|
data/docs/automation.md
CHANGED
|
@@ -28,17 +28,20 @@
|
|
|
28
28
|
"path": "",
|
|
29
29
|
"user_id": 1,
|
|
30
30
|
"user_ids": [
|
|
31
|
-
|
|
31
|
+
1,
|
|
32
|
+
2
|
|
32
33
|
],
|
|
33
34
|
"group_ids": [
|
|
34
|
-
|
|
35
|
-
|
|
35
|
+
1,
|
|
36
|
+
2
|
|
37
|
+
],
|
|
38
|
+
"webhook_url": "https://app.files.com/api/webhooks/abc123"
|
|
36
39
|
}
|
|
37
40
|
```
|
|
38
41
|
|
|
39
42
|
* `id` (int64): Automation ID
|
|
40
43
|
* `automation` (string): Automation type
|
|
41
|
-
* `trigger` (string): How this automation is triggered to run. One of: `realtime` or `
|
|
44
|
+
* `trigger` (string): How this automation is triggered to run. One of: `realtime`, `daily`, `custom_schedule`, `webhook`, or `email`.
|
|
42
45
|
* `interval` (string): If trigger is `daily`, this specifies how often to run this automation. One of: `day`, `week`, `week_end`, `month`, `month_end`, `quarter`, `quarter_end`, `year`, `year_end`
|
|
43
46
|
* `next_process_on` (string): If trigger is `daily`, date this automation will next run.
|
|
44
47
|
* `schedule` (object): If trigger is `custom_schedule`, Custom schedule description for when the automation should be run.
|
|
@@ -50,6 +53,7 @@
|
|
|
50
53
|
* `user_id` (int64): User ID of the Automation's creator.
|
|
51
54
|
* `user_ids` (array): IDs of Users for the Automation (i.e. who to Request File from)
|
|
52
55
|
* `group_ids` (array): IDs of Groups for the Automation (i.e. who to Request File from)
|
|
56
|
+
* `webhook_url` (string): If trigger is `webhook`, this is the URL of the webhook to trigger the Automation.
|
|
53
57
|
|
|
54
58
|
|
|
55
59
|
---
|
|
@@ -67,7 +71,7 @@ Files::Automation.list(
|
|
|
67
71
|
|
|
68
72
|
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
|
69
73
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
70
|
-
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `
|
|
74
|
+
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `automation`.
|
|
71
75
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `automation`.
|
|
72
76
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `automation`.
|
|
73
77
|
* `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `automation`.
|
|
@@ -100,6 +104,8 @@ Files::Automation.create(
|
|
|
100
104
|
source: "source",
|
|
101
105
|
destination: "destination",
|
|
102
106
|
interval: "year",
|
|
107
|
+
user_ids: [1,2],
|
|
108
|
+
group_ids: [1,2],
|
|
103
109
|
schedule: "{\"days_of_week\": [ 0, 1, 3 ], \"times_of_day\": [ \"7:30\", \"11:30\" ], \"time_zone\": \"Eastern Time (US & Canada)\"}",
|
|
104
110
|
trigger: "realtime"
|
|
105
111
|
)
|
|
@@ -117,7 +123,7 @@ Files::Automation.create(
|
|
|
117
123
|
* `user_ids` (string): A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
|
|
118
124
|
* `group_ids` (string): A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
|
|
119
125
|
* `schedule` (object): Custom schedule for running this automation.
|
|
120
|
-
* `trigger` (string): How this automation is triggered to run. One of: `realtime` or `
|
|
126
|
+
* `trigger` (string): How this automation is triggered to run. One of: `realtime`, `daily`, `custom_schedule`, `webhook`, or `email`.
|
|
121
127
|
|
|
122
128
|
|
|
123
129
|
---
|
|
@@ -130,6 +136,8 @@ Files::Automation.update(id,
|
|
|
130
136
|
source: "source",
|
|
131
137
|
destination: "destination",
|
|
132
138
|
interval: "year",
|
|
139
|
+
user_ids: [1,2],
|
|
140
|
+
group_ids: [1,2],
|
|
133
141
|
schedule: "{\"days_of_week\": [ 0, 1, 3 ], \"times_of_day\": [ \"7:30\", \"11:30\" ], \"time_zone\": \"Eastern Time (US & Canada)\"}",
|
|
134
142
|
trigger: "realtime"
|
|
135
143
|
)
|
|
@@ -148,7 +156,7 @@ Files::Automation.update(id,
|
|
|
148
156
|
* `user_ids` (string): A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
|
|
149
157
|
* `group_ids` (string): A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
|
|
150
158
|
* `schedule` (object): Custom schedule for running this automation.
|
|
151
|
-
* `trigger` (string): How this automation is triggered to run. One of: `realtime` or `
|
|
159
|
+
* `trigger` (string): How this automation is triggered to run. One of: `realtime`, `daily`, `custom_schedule`, `webhook`, or `email`.
|
|
152
160
|
|
|
153
161
|
|
|
154
162
|
---
|
|
@@ -176,6 +184,8 @@ automation.update(
|
|
|
176
184
|
source: "source",
|
|
177
185
|
destination: "destination",
|
|
178
186
|
interval: "year",
|
|
187
|
+
user_ids: [1,2],
|
|
188
|
+
group_ids: [1,2],
|
|
179
189
|
schedule: "{\"days_of_week\": [ 0, 1, 3 ], \"times_of_day\": [ \"7:30\", \"11:30\" ], \"time_zone\": \"Eastern Time (US & Canada)\"}",
|
|
180
190
|
trigger: "realtime"
|
|
181
191
|
)
|
|
@@ -194,7 +204,7 @@ automation.update(
|
|
|
194
204
|
* `user_ids` (string): A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
|
|
195
205
|
* `group_ids` (string): A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
|
|
196
206
|
* `schedule` (object): Custom schedule for running this automation.
|
|
197
|
-
* `trigger` (string): How this automation is triggered to run. One of: `realtime` or `
|
|
207
|
+
* `trigger` (string): How this automation is triggered to run. One of: `realtime`, `daily`, `custom_schedule`, `webhook`, or `email`.
|
|
198
208
|
|
|
199
209
|
|
|
200
210
|
---
|
data/docs/bandwidth_snapshot.md
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
"id": 1,
|
|
8
8
|
"bytes_received": 1.0,
|
|
9
9
|
"bytes_sent": 1.0,
|
|
10
|
+
"sync_bytes_received": 1.0,
|
|
11
|
+
"sync_bytes_sent": 1.0,
|
|
10
12
|
"requests_get": 1.0,
|
|
11
13
|
"requests_put": 1.0,
|
|
12
14
|
"requests_other": 1.0,
|
|
@@ -19,6 +21,8 @@
|
|
|
19
21
|
* `id` (int64): Site bandwidth ID
|
|
20
22
|
* `bytes_received` (double): Site bandwidth report bytes received
|
|
21
23
|
* `bytes_sent` (double): Site bandwidth report bytes sent
|
|
24
|
+
* `sync_bytes_received` (double): Site sync bandwidth report bytes received
|
|
25
|
+
* `sync_bytes_sent` (double): Site sync bandwidth report bytes sent
|
|
22
26
|
* `requests_get` (double): Site bandwidth report get requests
|
|
23
27
|
* `requests_put` (double): Site bandwidth report put requests
|
|
24
28
|
* `requests_other` (double): Site bandwidth report other requests
|
|
@@ -41,7 +45,7 @@ Files::BandwidthSnapshot.list(
|
|
|
41
45
|
|
|
42
46
|
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
|
43
47
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
44
|
-
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `
|
|
48
|
+
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `logged_at`.
|
|
45
49
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `logged_at`.
|
|
46
50
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `logged_at`.
|
|
47
51
|
* `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `logged_at`.
|
data/docs/behavior.md
CHANGED
|
@@ -37,7 +37,7 @@ Files::Behavior.list(
|
|
|
37
37
|
|
|
38
38
|
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
|
39
39
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
40
|
-
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `
|
|
40
|
+
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `behavior`.
|
|
41
41
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `behavior`.
|
|
42
42
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `behavior`.
|
|
43
43
|
* `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `behavior`.
|
|
@@ -75,7 +75,7 @@ Files::Behavior.list_for(path,
|
|
|
75
75
|
|
|
76
76
|
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
|
77
77
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
78
|
-
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `
|
|
78
|
+
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `behavior`.
|
|
79
79
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `behavior`.
|
|
80
80
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `behavior`.
|
|
81
81
|
* `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `behavior`.
|
data/docs/bundle.md
CHANGED
|
@@ -11,6 +11,32 @@
|
|
|
11
11
|
"require_registration": true,
|
|
12
12
|
"require_share_recipient": true,
|
|
13
13
|
"clickwrap_body": "[Legal text]",
|
|
14
|
+
"form_field_set": {
|
|
15
|
+
"id": 1,
|
|
16
|
+
"title": "Sample Form Title",
|
|
17
|
+
"form_layout": [
|
|
18
|
+
1,
|
|
19
|
+
2,
|
|
20
|
+
3,
|
|
21
|
+
4
|
|
22
|
+
],
|
|
23
|
+
"form_fields": [
|
|
24
|
+
{
|
|
25
|
+
"id": 1,
|
|
26
|
+
"label": "Sample Label",
|
|
27
|
+
"required": true,
|
|
28
|
+
"help_text": "Help Text",
|
|
29
|
+
"field_type": "text",
|
|
30
|
+
"options_for_select": [
|
|
31
|
+
"red",
|
|
32
|
+
"green",
|
|
33
|
+
"blue"
|
|
34
|
+
],
|
|
35
|
+
"default_option": "red",
|
|
36
|
+
"form_field_set_id": 1
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
14
40
|
"id": 1,
|
|
15
41
|
"created_at": "2000-01-01T01:00:00Z",
|
|
16
42
|
"expires_at": "2000-01-01T01:00:00Z",
|
|
@@ -22,7 +48,7 @@
|
|
|
22
48
|
"inbox_id": 1,
|
|
23
49
|
"has_inbox": true,
|
|
24
50
|
"paths": [
|
|
25
|
-
|
|
51
|
+
"file.txt"
|
|
26
52
|
]
|
|
27
53
|
}
|
|
28
54
|
```
|
|
@@ -34,6 +60,7 @@
|
|
|
34
60
|
* `require_registration` (boolean): Show a registration page that captures the downloader's name and email address?
|
|
35
61
|
* `require_share_recipient` (boolean): Only allow access to recipients who have explicitly received the share via an email sent through the Files.com UI?
|
|
36
62
|
* `clickwrap_body` (string): Legal text that must be agreed to prior to accessing Bundle.
|
|
63
|
+
* `form_field_set`: Custom Form to use
|
|
37
64
|
* `id` (int64): Bundle ID
|
|
38
65
|
* `created_at` (date-time): Bundle created at date/time
|
|
39
66
|
* `expires_at` (date-time): Bundle expiration date/time
|
|
@@ -46,6 +73,7 @@
|
|
|
46
73
|
* `has_inbox` (boolean): Does this bundle have an associated inbox?
|
|
47
74
|
* `paths` (array): A list of paths in this bundle
|
|
48
75
|
* `password` (string): Password for this bundle.
|
|
76
|
+
* `form_field_set_id` (int64): Id of Form Field Set to use with this bundle
|
|
49
77
|
|
|
50
78
|
|
|
51
79
|
---
|
|
@@ -64,7 +92,7 @@ Files::Bundle.list(
|
|
|
64
92
|
* `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
|
|
65
93
|
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
|
66
94
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
67
|
-
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `
|
|
95
|
+
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `created_at` and `code`.
|
|
68
96
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `created_at`.
|
|
69
97
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `created_at`.
|
|
70
98
|
* `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `created_at`.
|
|
@@ -95,6 +123,7 @@ Files::Bundle.create(
|
|
|
95
123
|
user_id: 1,
|
|
96
124
|
paths: ["file.txt"],
|
|
97
125
|
password: "Password",
|
|
126
|
+
form_field_set_id: 1,
|
|
98
127
|
expires_at: "2000-01-01T01:00:00Z",
|
|
99
128
|
max_uses: 1,
|
|
100
129
|
description: "The public description of the bundle.",
|
|
@@ -112,6 +141,7 @@ Files::Bundle.create(
|
|
|
112
141
|
* `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
|
|
113
142
|
* `paths` (array(string)): Required - A list of paths to include in this bundle.
|
|
114
143
|
* `password` (string): Password for this bundle.
|
|
144
|
+
* `form_field_set_id` (int64): Id of Form Field Set to use with this bundle
|
|
115
145
|
* `expires_at` (string): Bundle expiration date/time
|
|
116
146
|
* `max_uses` (int64): Maximum number of times bundle can be accessed
|
|
117
147
|
* `description` (string): Public description
|
|
@@ -151,6 +181,7 @@ Files::Bundle.share(id,
|
|
|
151
181
|
Files::Bundle.update(id,
|
|
152
182
|
paths: ["file.txt"],
|
|
153
183
|
password: "Password",
|
|
184
|
+
form_field_set_id: 1,
|
|
154
185
|
clickwrap_id: 1,
|
|
155
186
|
code: "abc123",
|
|
156
187
|
description: "The public description of the bundle.",
|
|
@@ -168,6 +199,7 @@ Files::Bundle.update(id,
|
|
|
168
199
|
* `id` (int64): Required - Bundle ID.
|
|
169
200
|
* `paths` (array(string)): A list of paths to include in this bundle.
|
|
170
201
|
* `password` (string): Password for this bundle.
|
|
202
|
+
* `form_field_set_id` (int64): Id of Form Field Set to use with this bundle
|
|
171
203
|
* `clickwrap_id` (int64): ID of the clickwrap to use with this bundle.
|
|
172
204
|
* `code` (string): Bundle code. This code forms the end part of the Public URL.
|
|
173
205
|
* `description` (string): Public description
|
|
@@ -224,6 +256,7 @@ bundle = Files::Bundle.list_for(path).first
|
|
|
224
256
|
bundle.update(
|
|
225
257
|
paths: ["file.txt"],
|
|
226
258
|
password: "Password",
|
|
259
|
+
form_field_set_id: 1,
|
|
227
260
|
clickwrap_id: 1,
|
|
228
261
|
code: "abc123",
|
|
229
262
|
description: "The public description of the bundle.",
|
|
@@ -241,6 +274,7 @@ bundle.update(
|
|
|
241
274
|
* `id` (int64): Required - Bundle ID.
|
|
242
275
|
* `paths` (array(string)): A list of paths to include in this bundle.
|
|
243
276
|
* `password` (string): Password for this bundle.
|
|
277
|
+
* `form_field_set_id` (int64): Id of Form Field Set to use with this bundle
|
|
244
278
|
* `clickwrap_id` (int64): ID of the clickwrap to use with this bundle.
|
|
245
279
|
* `code` (string): Bundle code. This code forms the end part of the Public URL.
|
|
246
280
|
* `description` (string): Public description
|
data/docs/bundle_download.md
CHANGED
|
@@ -4,12 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
```
|
|
6
6
|
{
|
|
7
|
+
"bundle_registration": "",
|
|
7
8
|
"download_method": "file",
|
|
8
9
|
"path": "a/b/test.txt",
|
|
9
10
|
"created_at": "2020-01-01 00:00:00"
|
|
10
11
|
}
|
|
11
12
|
```
|
|
12
13
|
|
|
14
|
+
* `bundle_registration`:
|
|
13
15
|
* `download_method` (string): Download method (file or full_zip)
|
|
14
16
|
* `path` (string): Download path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
|
|
15
17
|
* `created_at` (date-time): Download date/time
|
|
@@ -22,6 +24,7 @@
|
|
|
22
24
|
```
|
|
23
25
|
Files::BundleDownload.list(
|
|
24
26
|
per_page: 1,
|
|
27
|
+
bundle_id: 1,
|
|
25
28
|
bundle_registration_id: 1
|
|
26
29
|
)
|
|
27
30
|
```
|
|
@@ -30,4 +33,5 @@ Files::BundleDownload.list(
|
|
|
30
33
|
|
|
31
34
|
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
|
32
35
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
33
|
-
* `
|
|
36
|
+
* `bundle_id` (int64): Bundle ID
|
|
37
|
+
* `bundle_registration_id` (int64): BundleRegistration ID
|
data/docs/bundle_recipient.md
CHANGED
|
@@ -36,4 +36,11 @@ Files::BundleRecipient.list(
|
|
|
36
36
|
* `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
|
|
37
37
|
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
|
38
38
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
39
|
+
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `has_registrations`.
|
|
40
|
+
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `has_registrations`.
|
|
41
|
+
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `has_registrations`.
|
|
42
|
+
* `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `has_registrations`.
|
|
43
|
+
* `filter_like` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `has_registrations`.
|
|
44
|
+
* `filter_lt` (object): If set, return records where the specifiied field is less than the supplied value. Valid fields are `has_registrations`.
|
|
45
|
+
* `filter_lteq` (object): If set, return records where the specifiied field is less than or equal to the supplied value. Valid fields are `has_registrations`.
|
|
39
46
|
* `bundle_id` (int64): Required - List recipients for the bundle with this ID.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# BundleRegistration
|
|
2
|
+
|
|
3
|
+
## Example BundleRegistration Object
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
{
|
|
7
|
+
"code": "abc123",
|
|
8
|
+
"name": "account",
|
|
9
|
+
"company": "Action Verb",
|
|
10
|
+
"email": "john.doe@files.com",
|
|
11
|
+
"inbox_code": "abc123",
|
|
12
|
+
"form_field_set_id": 1,
|
|
13
|
+
"form_field_data": ""
|
|
14
|
+
}
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
* `code` (string): Registration cookie code
|
|
18
|
+
* `name` (string): Registrant name
|
|
19
|
+
* `company` (string): Registrant company name
|
|
20
|
+
* `email` (string): Registrant email address
|
|
21
|
+
* `inbox_code` (string): InboxRegistration cookie code, if there is an associated InboxRegistration
|
|
22
|
+
* `form_field_set_id` (int64): Id of associated form field set
|
|
23
|
+
* `form_field_data` (string): Data for form field set with form field ids as keys and user data as values
|
data/docs/external_event.md
CHANGED
|
@@ -31,7 +31,7 @@ Files::ExternalEvent.list(
|
|
|
31
31
|
|
|
32
32
|
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
|
33
33
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
34
|
-
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `remote_server_type`, `
|
|
34
|
+
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `remote_server_type`, `event_type`, `created_at` or `status`.
|
|
35
35
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `created_at`, `event_type`, `remote_server_type` or `status`.
|
|
36
36
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `created_at`, `event_type`, `remote_server_type` or `status`.
|
|
37
37
|
* `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `created_at`, `event_type`, `remote_server_type` or `status`.
|
data/docs/file.md
CHANGED
|
@@ -22,7 +22,13 @@ may places where a Ruby File object can be used.
|
|
|
22
22
|
"download_uri": "https://mysite.files.com/...",
|
|
23
23
|
"priority_color": "red",
|
|
24
24
|
"preview_id": 1,
|
|
25
|
-
"preview":
|
|
25
|
+
"preview": {
|
|
26
|
+
"id": 1,
|
|
27
|
+
"status": "complete",
|
|
28
|
+
"download_uri": "https://mysite.files.com/...",
|
|
29
|
+
"type": "complete",
|
|
30
|
+
"size": 1024
|
|
31
|
+
}
|
|
26
32
|
}
|
|
27
33
|
```
|
|
28
34
|
|
data/docs/file_action.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# FileAction
|
|
2
|
+
|
|
3
|
+
## Example FileAction Object
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
{
|
|
7
|
+
"status": "enqueued",
|
|
8
|
+
"file_migration_id": "123"
|
|
9
|
+
}
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
* `status` (string): Status of file operation. Possible values: completed, enqueued.
|
|
13
|
+
* `file_migration_id` (int64): If status is enqueued, this is the id of the FileMigration to check for status updates.
|
|
1
14
|
|
|
2
15
|
|
|
3
16
|
---
|
data/docs/file_comment.md
CHANGED
data/docs/folder.md
CHANGED
|
@@ -24,7 +24,13 @@ Files::Dir is an alias of Files::Folder
|
|
|
24
24
|
"download_uri": "https://mysite.files.com/...",
|
|
25
25
|
"priority_color": "red",
|
|
26
26
|
"preview_id": 1,
|
|
27
|
-
"preview":
|
|
27
|
+
"preview": {
|
|
28
|
+
"id": 1,
|
|
29
|
+
"status": "complete",
|
|
30
|
+
"download_uri": "https://mysite.files.com/...",
|
|
31
|
+
"type": "complete",
|
|
32
|
+
"size": 1024
|
|
33
|
+
}
|
|
28
34
|
}
|
|
29
35
|
```
|
|
30
36
|
|
|
@@ -64,7 +70,7 @@ Files::Folder.list_for(path,
|
|
|
64
70
|
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor header.
|
|
65
71
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
66
72
|
* `path` (string): Required - Path to operate on.
|
|
67
|
-
* `filter` (string): If specified, will
|
|
73
|
+
* `filter` (string): If specified, will filter folders/files list by this string. Wildcards of `*` and `?` are acceptable here.
|
|
68
74
|
* `preview_size` (string): Request a preview size. Can be `small` (default), `large`, `xlarge`, or `pdf`.
|
|
69
75
|
* `search` (string): If `search_all` is `true`, provide the search string here. Otherwise, this parameter acts like an alias of `filter`.
|
|
70
76
|
* `search_all` (boolean): Search entire site?
|