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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 020c7f9f685b2d95698c207103a764ea432b4046ce4914d2a892a8dc456c9804
4
- data.tar.gz: 8d7c357da3f9de729f18ea52d6aee278a4295fef78ebff22f0e0ed80ee4ccb96
3
+ metadata.gz: 5ef08b9ab645dd315a0516b9594ca638bf5de6e0cec7c8080bb8b8e98d895be4
4
+ data.tar.gz: 266ba0893d60d31a709ebbd1b061e05a16cbb9f96834f8edfbbe3695ca984dc4
5
5
  SHA512:
6
- metadata.gz: ffe60ee334450ccf7c6c323087a110731a12b7536b3d532a816a8b59051d742687ed5a2efd628a5a8887a2d3a261a53bde1caca562ab9a8d4c201e4a91adc342
7
- data.tar.gz: f614cd3f75d9c4b1684c0053110c5992b94b68fe38c574b0f3fb4345c0329ed025871d70b5d1270da7fcccad5910a2b156aacd2eb6462428693963f2d9818868
6
+ metadata.gz: 326e7b2f7aa44c5e63dab897ebedeaa50048b782d01eecefada28872561f4ffd1e06d190e60e0b7d6492d436f46f80cabb9b8df5de2de25f58dfbb830113215e
7
+ data.tar.gz: d75baa8a7bd07e340e1df6d86e65c55c583eb6ae659911686093ae542da32e30cfb1dffac6456554a5580926b2bc053f0a6ecb37a757041319c0455d9aff9099
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.396
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
- "created_by_remote_server_sync_id": 1,
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
- "last_modified_by_remote_server_sync_id": 1,
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
- * `created_by_remote_server_sync_id` (int64): ID of the Remote Server Sync that created the file/folder
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
- * `last_modified_by_remote_server_sync_id` (int64): ID of the Remote Server Sync that last modified the file/folder
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
- "created_by_remote_server_sync_id": 1,
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
- "last_modified_by_remote_server_sync_id": 1,
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
- * `created_by_remote_server_sync_id` (int64): ID of the Remote Server Sync that created the file/folder
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
- * `last_modified_by_remote_server_sync_id` (int64): ID of the Remote Server Sync that last modified the file/folder
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`. Valid field combinations are `[ group_id, path ]`, `[ partner_id, path ]`, `[ user_id, path ]`, `[ user_id, group_id ]`, `[ user_id, group_id, path ]`, `[ user_id, group_id, partner_id ]` or `[ user_id, group_id, partner_id, path ]`.
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 ]`, `[ not_site_admin, username ]` or `[ company, name ]`.
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`. Valid field combinations are `[ company, name ]`.
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 Remote Server Sync that created the file/folder
642
- def created_by_remote_server_sync_id
643
- @attributes[:created_by_remote_server_sync_id]
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 created_by_remote_server_sync_id=(value)
647
- @attributes[:created_by_remote_server_sync_id] = value
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 Remote Server Sync that last modified the file/folder
737
- def last_modified_by_remote_server_sync_id
738
- @attributes[:last_modified_by_remote_server_sync_id]
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 last_modified_by_remote_server_sync_id=(value)
742
- @attributes[:last_modified_by_remote_server_sync_id] = value
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 Remote Server Sync that created the file/folder
226
- def created_by_remote_server_sync_id
227
- @attributes[:created_by_remote_server_sync_id]
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 created_by_remote_server_sync_id=(value)
231
- @attributes[:created_by_remote_server_sync_id] = value
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 Remote Server Sync that last modified the file/folder
321
- def last_modified_by_remote_server_sync_id
322
- @attributes[:last_modified_by_remote_server_sync_id]
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 last_modified_by_remote_server_sync_id=(value)
326
- @attributes[:last_modified_by_remote_server_sync_id] = value
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`. Valid field combinations are `[ group_id, path ]`, `[ partner_id, path ]`, `[ user_id, path ]`, `[ user_id, group_id ]`, `[ user_id, group_id, path ]`, `[ user_id, group_id, partner_id ]` or `[ user_id, group_id, partner_id, path ]`.
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 ]`, `[ not_site_admin, username ]` or `[ company, name ]`.
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`. Valid field combinations are `[ company, name ]`.
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.396"
4
+ VERSION = "1.1.398"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.396
4
+ version: 1.1.398
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com