files.com 1.1.396 → 1.1.398
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/file.md +4 -4
- data/docs/folder.md +4 -4
- data/docs/permission.md +1 -1
- data/docs/user.md +2 -2
- data/lib/files.com/models/file.rb +10 -10
- data/lib/files.com/models/folder.rb +10 -10
- data/lib/files.com/models/permission.rb +1 -1
- data/lib/files.com/models/user.rb +2 -2
- data/lib/files.com/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ef08b9ab645dd315a0516b9594ca638bf5de6e0cec7c8080bb8b8e98d895be4
|
|
4
|
+
data.tar.gz: 266ba0893d60d31a709ebbd1b061e05a16cbb9f96834f8edfbbe3695ca984dc4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 326e7b2f7aa44c5e63dab897ebedeaa50048b782d01eecefada28872561f4ffd1e06d190e60e0b7d6492d436f46f80cabb9b8df5de2de25f58dfbb830113215e
|
|
7
|
+
data.tar.gz: d75baa8a7bd07e340e1df6d86e65c55c583eb6ae659911686093ae542da32e30cfb1dffac6456554a5580926b2bc053f0a6ecb37a757041319c0455d9aff9099
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.398
|
data/docs/file.md
CHANGED
|
@@ -15,7 +15,7 @@ may places where a Ruby File object can be used.
|
|
|
15
15
|
"created_by_bundle_registration_id": 1,
|
|
16
16
|
"created_by_inbox_id": 1,
|
|
17
17
|
"created_by_remote_server_id": 1,
|
|
18
|
-
"
|
|
18
|
+
"created_by_sync_id": 1,
|
|
19
19
|
"custom_metadata": {
|
|
20
20
|
"key": "value"
|
|
21
21
|
},
|
|
@@ -28,7 +28,7 @@ may places where a Ruby File object can be used.
|
|
|
28
28
|
"last_modified_by_automation_id": 1,
|
|
29
29
|
"last_modified_by_bundle_registration_id": 1,
|
|
30
30
|
"last_modified_by_remote_server_id": 1,
|
|
31
|
-
"
|
|
31
|
+
"last_modified_by_sync_id": 1,
|
|
32
32
|
"mtime": "2000-01-01T01:00:00Z",
|
|
33
33
|
"provided_mtime": "2000-01-01T01:00:00Z",
|
|
34
34
|
"crc32": "70976923",
|
|
@@ -61,7 +61,7 @@ may places where a Ruby File object can be used.
|
|
|
61
61
|
* `created_by_bundle_registration_id` (int64): ID of the Bundle Registration that created the file/folder
|
|
62
62
|
* `created_by_inbox_id` (int64): ID of the Inbox that created the file/folder
|
|
63
63
|
* `created_by_remote_server_id` (int64): ID of the Remote Server that created the file/folder
|
|
64
|
-
* `
|
|
64
|
+
* `created_by_sync_id` (int64): ID of the Sync that created the file/folder
|
|
65
65
|
* `custom_metadata` (object): Custom metadata map of keys and values. Limited to 32 keys, 256 characters per key and 1024 characters per value.
|
|
66
66
|
* `display_name` (string): File/Folder display name
|
|
67
67
|
* `type` (string): Type: `directory` or `file`.
|
|
@@ -72,7 +72,7 @@ may places where a Ruby File object can be used.
|
|
|
72
72
|
* `last_modified_by_automation_id` (int64): ID of the Automation that last modified the file/folder
|
|
73
73
|
* `last_modified_by_bundle_registration_id` (int64): ID of the Bundle Registration that last modified the file/folder
|
|
74
74
|
* `last_modified_by_remote_server_id` (int64): ID of the Remote Server that last modified the file/folder
|
|
75
|
-
* `
|
|
75
|
+
* `last_modified_by_sync_id` (int64): ID of the Sync that last modified the file/folder
|
|
76
76
|
* `mtime` (date-time): File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
|
|
77
77
|
* `provided_mtime` (date-time): File last modified date/time, according to the client who set it. Files.com allows desktop, FTP, SFTP, and WebDAV clients to set modified at times. This allows Desktop<->Cloud syncing to preserve modified at times.
|
|
78
78
|
* `crc32` (string): File CRC32 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
|
data/docs/folder.md
CHANGED
|
@@ -17,7 +17,7 @@ Files::Dir is an alias of Files::Folder
|
|
|
17
17
|
"created_by_bundle_registration_id": 1,
|
|
18
18
|
"created_by_inbox_id": 1,
|
|
19
19
|
"created_by_remote_server_id": 1,
|
|
20
|
-
"
|
|
20
|
+
"created_by_sync_id": 1,
|
|
21
21
|
"custom_metadata": {
|
|
22
22
|
"key": "value"
|
|
23
23
|
},
|
|
@@ -30,7 +30,7 @@ Files::Dir is an alias of Files::Folder
|
|
|
30
30
|
"last_modified_by_automation_id": 1,
|
|
31
31
|
"last_modified_by_bundle_registration_id": 1,
|
|
32
32
|
"last_modified_by_remote_server_id": 1,
|
|
33
|
-
"
|
|
33
|
+
"last_modified_by_sync_id": 1,
|
|
34
34
|
"mtime": "2000-01-01T01:00:00Z",
|
|
35
35
|
"provided_mtime": "2000-01-01T01:00:00Z",
|
|
36
36
|
"crc32": "70976923",
|
|
@@ -63,7 +63,7 @@ Files::Dir is an alias of Files::Folder
|
|
|
63
63
|
* `created_by_bundle_registration_id` (int64): ID of the Bundle Registration that created the file/folder
|
|
64
64
|
* `created_by_inbox_id` (int64): ID of the Inbox that created the file/folder
|
|
65
65
|
* `created_by_remote_server_id` (int64): ID of the Remote Server that created the file/folder
|
|
66
|
-
* `
|
|
66
|
+
* `created_by_sync_id` (int64): ID of the Sync that created the file/folder
|
|
67
67
|
* `custom_metadata` (object): Custom metadata map of keys and values. Limited to 32 keys, 256 characters per key and 1024 characters per value.
|
|
68
68
|
* `display_name` (string): File/Folder display name
|
|
69
69
|
* `type` (string): Type: `directory` or `file`.
|
|
@@ -74,7 +74,7 @@ Files::Dir is an alias of Files::Folder
|
|
|
74
74
|
* `last_modified_by_automation_id` (int64): ID of the Automation that last modified the file/folder
|
|
75
75
|
* `last_modified_by_bundle_registration_id` (int64): ID of the Bundle Registration that last modified the file/folder
|
|
76
76
|
* `last_modified_by_remote_server_id` (int64): ID of the Remote Server that last modified the file/folder
|
|
77
|
-
* `
|
|
77
|
+
* `last_modified_by_sync_id` (int64): ID of the Sync that last modified the file/folder
|
|
78
78
|
* `mtime` (date-time): File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
|
|
79
79
|
* `provided_mtime` (date-time): File last modified date/time, according to the client who set it. Files.com allows desktop, FTP, SFTP, and WebDAV clients to set modified at times. This allows Desktop<->Cloud syncing to preserve modified at times.
|
|
80
80
|
* `crc32` (string): File CRC32 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
|
data/docs/permission.md
CHANGED
|
@@ -50,7 +50,7 @@ Files::Permission.list(
|
|
|
50
50
|
* `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
|
51
51
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
52
52
|
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`, `group_id`, `path`, `user_id`, `partner_id` or `id`.
|
|
53
|
-
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `path`, `group_id`, `partner_id` or `user_id`.
|
|
53
|
+
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `path`, `group_id`, `partner_id` or `user_id`.
|
|
54
54
|
* `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`.
|
|
55
55
|
* `path` (string): Permission path. If provided, will scope all permissions(including upward) to this path.
|
|
56
56
|
* `include_groups` (boolean): If searching by user or group, also include user's permissions that are inherited from its groups?
|
data/docs/user.md
CHANGED
|
@@ -180,10 +180,10 @@ Files::User.list(
|
|
|
180
180
|
* `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
|
181
181
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
182
182
|
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`, `authenticate_until`, `email`, `last_desktop_login_at`, `last_login_at`, `name`, `company`, `password_validity_days`, `ssl_required`, `username`, `site_admin` or `disabled`.
|
|
183
|
-
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `name`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until`, `not_site_admin`, `disabled` or `partner_id`. Valid field combinations are `[ site_admin, username ]
|
|
183
|
+
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `name`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until`, `not_site_admin`, `disabled` or `partner_id`. Valid field combinations are `[ site_admin, username ]` and `[ not_site_admin, username ]`.
|
|
184
184
|
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
185
185
|
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
186
|
-
* `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `username`, `name`, `email` or `company`.
|
|
186
|
+
* `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `username`, `name`, `email` or `company`.
|
|
187
187
|
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
188
188
|
* `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
189
189
|
* `ids` (string): comma-separated list of User IDs
|
|
@@ -638,13 +638,13 @@ module Files
|
|
|
638
638
|
@attributes[:created_by_remote_server_id] = value
|
|
639
639
|
end
|
|
640
640
|
|
|
641
|
-
# int64 - ID of the
|
|
642
|
-
def
|
|
643
|
-
@attributes[:
|
|
641
|
+
# int64 - ID of the Sync that created the file/folder
|
|
642
|
+
def created_by_sync_id
|
|
643
|
+
@attributes[:created_by_sync_id]
|
|
644
644
|
end
|
|
645
645
|
|
|
646
|
-
def
|
|
647
|
-
@attributes[:
|
|
646
|
+
def created_by_sync_id=(value)
|
|
647
|
+
@attributes[:created_by_sync_id] = value
|
|
648
648
|
end
|
|
649
649
|
|
|
650
650
|
# object - Custom metadata map of keys and values. Limited to 32 keys, 256 characters per key and 1024 characters per value.
|
|
@@ -733,13 +733,13 @@ module Files
|
|
|
733
733
|
@attributes[:last_modified_by_remote_server_id] = value
|
|
734
734
|
end
|
|
735
735
|
|
|
736
|
-
# int64 - ID of the
|
|
737
|
-
def
|
|
738
|
-
@attributes[:
|
|
736
|
+
# int64 - ID of the Sync that last modified the file/folder
|
|
737
|
+
def last_modified_by_sync_id
|
|
738
|
+
@attributes[:last_modified_by_sync_id]
|
|
739
739
|
end
|
|
740
740
|
|
|
741
|
-
def
|
|
742
|
-
@attributes[:
|
|
741
|
+
def last_modified_by_sync_id=(value)
|
|
742
|
+
@attributes[:last_modified_by_sync_id] = value
|
|
743
743
|
end
|
|
744
744
|
|
|
745
745
|
# date-time - File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
|
|
@@ -222,13 +222,13 @@ module Files
|
|
|
222
222
|
@attributes[:created_by_remote_server_id] = value
|
|
223
223
|
end
|
|
224
224
|
|
|
225
|
-
# int64 - ID of the
|
|
226
|
-
def
|
|
227
|
-
@attributes[:
|
|
225
|
+
# int64 - ID of the Sync that created the file/folder
|
|
226
|
+
def created_by_sync_id
|
|
227
|
+
@attributes[:created_by_sync_id]
|
|
228
228
|
end
|
|
229
229
|
|
|
230
|
-
def
|
|
231
|
-
@attributes[:
|
|
230
|
+
def created_by_sync_id=(value)
|
|
231
|
+
@attributes[:created_by_sync_id] = value
|
|
232
232
|
end
|
|
233
233
|
|
|
234
234
|
# object - Custom metadata map of keys and values. Limited to 32 keys, 256 characters per key and 1024 characters per value.
|
|
@@ -317,13 +317,13 @@ module Files
|
|
|
317
317
|
@attributes[:last_modified_by_remote_server_id] = value
|
|
318
318
|
end
|
|
319
319
|
|
|
320
|
-
# int64 - ID of the
|
|
321
|
-
def
|
|
322
|
-
@attributes[:
|
|
320
|
+
# int64 - ID of the Sync that last modified the file/folder
|
|
321
|
+
def last_modified_by_sync_id
|
|
322
|
+
@attributes[:last_modified_by_sync_id]
|
|
323
323
|
end
|
|
324
324
|
|
|
325
|
-
def
|
|
326
|
-
@attributes[:
|
|
325
|
+
def last_modified_by_sync_id=(value)
|
|
326
|
+
@attributes[:last_modified_by_sync_id] = value
|
|
327
327
|
end
|
|
328
328
|
|
|
329
329
|
# date-time - File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
|
|
@@ -138,7 +138,7 @@ module Files
|
|
|
138
138
|
# cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
|
139
139
|
# per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
140
140
|
# sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`, `group_id`, `path`, `user_id`, `partner_id` or `id`.
|
|
141
|
-
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `path`, `group_id`, `partner_id` or `user_id`.
|
|
141
|
+
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `path`, `group_id`, `partner_id` or `user_id`.
|
|
142
142
|
# filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`.
|
|
143
143
|
# path - string - Permission path. If provided, will scope all permissions(including upward) to this path.
|
|
144
144
|
# include_groups - boolean - If searching by user or group, also include user's permissions that are inherited from its groups?
|
|
@@ -912,10 +912,10 @@ module Files
|
|
|
912
912
|
# cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
|
913
913
|
# per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
914
914
|
# sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`, `authenticate_until`, `email`, `last_desktop_login_at`, `last_login_at`, `name`, `company`, `password_validity_days`, `ssl_required`, `username`, `site_admin` or `disabled`.
|
|
915
|
-
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `name`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until`, `not_site_admin`, `disabled` or `partner_id`. Valid field combinations are `[ site_admin, username ]
|
|
915
|
+
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `name`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until`, `not_site_admin`, `disabled` or `partner_id`. Valid field combinations are `[ site_admin, username ]` and `[ not_site_admin, username ]`.
|
|
916
916
|
# filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
917
917
|
# filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
918
|
-
# filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `username`, `name`, `email` or `company`.
|
|
918
|
+
# filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `username`, `name`, `email` or `company`.
|
|
919
919
|
# filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
920
920
|
# filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
921
921
|
# ids - string - comma-separated list of User IDs
|
data/lib/files.com/version.rb
CHANGED