files.com 1.0.226 → 1.0.230

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.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/_VERSION +1 -1
  3. data/docs/action_notification_export_result.md +1 -1
  4. data/docs/api_key.md +1 -1
  5. data/docs/app.md +1 -1
  6. data/docs/as2_key.md +1 -1
  7. data/docs/automation.md +1 -1
  8. data/docs/automation_run.md +1 -1
  9. data/docs/bandwidth_snapshot.md +1 -1
  10. data/docs/behavior.md +9 -4
  11. data/docs/bundle.md +19 -3
  12. data/docs/bundle_download.md +1 -1
  13. data/docs/bundle_recipient.md +1 -1
  14. data/docs/bundle_registration.md +1 -1
  15. data/docs/clickwrap.md +1 -1
  16. data/docs/dns_record.md +1 -1
  17. data/docs/external_event.md +1 -1
  18. data/docs/file_comment.md +1 -1
  19. data/docs/folder.md +1 -1
  20. data/docs/form_field_set.md +1 -1
  21. data/docs/group.md +1 -1
  22. data/docs/group_user.md +1 -1
  23. data/docs/history.md +5 -5
  24. data/docs/history_export_result.md +1 -1
  25. data/docs/inbox_recipient.md +1 -1
  26. data/docs/inbox_registration.md +1 -1
  27. data/docs/inbox_upload.md +1 -1
  28. data/docs/invoice.md +1 -1
  29. data/docs/ip_address.md +2 -2
  30. data/docs/lock.md +1 -1
  31. data/docs/message.md +1 -1
  32. data/docs/message_comment.md +1 -1
  33. data/docs/message_comment_reaction.md +1 -1
  34. data/docs/message_reaction.md +1 -1
  35. data/docs/notification.md +1 -1
  36. data/docs/payment.md +1 -1
  37. data/docs/permission.md +1 -1
  38. data/docs/priority.md +1 -1
  39. data/docs/project.md +1 -1
  40. data/docs/public_key.md +1 -1
  41. data/docs/remote_server.md +1 -1
  42. data/docs/request.md +2 -2
  43. data/docs/settings_change.md +5 -1
  44. data/docs/sso_strategy.md +1 -1
  45. data/docs/sync_job.md +1 -1
  46. data/docs/usage_daily_snapshot.md +1 -1
  47. data/docs/usage_snapshot.md +1 -1
  48. data/docs/user.md +1 -1
  49. data/docs/user_cipher_use.md +1 -1
  50. data/docs/user_request.md +1 -1
  51. data/lib/files.com/models/action_notification_export_result.rb +1 -1
  52. data/lib/files.com/models/api_key.rb +1 -1
  53. data/lib/files.com/models/app.rb +1 -1
  54. data/lib/files.com/models/as2_key.rb +1 -1
  55. data/lib/files.com/models/automation.rb +1 -1
  56. data/lib/files.com/models/automation_run.rb +1 -1
  57. data/lib/files.com/models/bandwidth_snapshot.rb +1 -1
  58. data/lib/files.com/models/behavior.rb +15 -3
  59. data/lib/files.com/models/bundle.rb +42 -1
  60. data/lib/files.com/models/bundle_download.rb +1 -1
  61. data/lib/files.com/models/bundle_recipient.rb +1 -1
  62. data/lib/files.com/models/bundle_registration.rb +1 -1
  63. data/lib/files.com/models/clickwrap.rb +1 -1
  64. data/lib/files.com/models/dns_record.rb +1 -1
  65. data/lib/files.com/models/external_event.rb +1 -1
  66. data/lib/files.com/models/file_comment.rb +1 -1
  67. data/lib/files.com/models/folder.rb +1 -1
  68. data/lib/files.com/models/form_field_set.rb +1 -1
  69. data/lib/files.com/models/group.rb +1 -1
  70. data/lib/files.com/models/group_user.rb +1 -1
  71. data/lib/files.com/models/history.rb +5 -5
  72. data/lib/files.com/models/history_export_result.rb +1 -1
  73. data/lib/files.com/models/inbox_recipient.rb +1 -1
  74. data/lib/files.com/models/inbox_registration.rb +1 -1
  75. data/lib/files.com/models/inbox_upload.rb +1 -1
  76. data/lib/files.com/models/invoice.rb +1 -1
  77. data/lib/files.com/models/ip_address.rb +2 -2
  78. data/lib/files.com/models/lock.rb +1 -1
  79. data/lib/files.com/models/message.rb +1 -1
  80. data/lib/files.com/models/message_comment.rb +1 -1
  81. data/lib/files.com/models/message_comment_reaction.rb +1 -1
  82. data/lib/files.com/models/message_reaction.rb +1 -1
  83. data/lib/files.com/models/notification.rb +1 -1
  84. data/lib/files.com/models/payment.rb +1 -1
  85. data/lib/files.com/models/permission.rb +1 -1
  86. data/lib/files.com/models/priority.rb +1 -1
  87. data/lib/files.com/models/project.rb +1 -1
  88. data/lib/files.com/models/public_key.rb +1 -1
  89. data/lib/files.com/models/remote_server.rb +1 -1
  90. data/lib/files.com/models/request.rb +2 -2
  91. data/lib/files.com/models/settings_change.rb +6 -1
  92. data/lib/files.com/models/sso_strategy.rb +1 -1
  93. data/lib/files.com/models/sync_job.rb +1 -1
  94. data/lib/files.com/models/usage_daily_snapshot.rb +1 -1
  95. data/lib/files.com/models/usage_snapshot.rb +1 -1
  96. data/lib/files.com/models/user.rb +1 -1
  97. data/lib/files.com/models/user_cipher_use.rb +1 -1
  98. data/lib/files.com/models/user_request.rb +1 -1
  99. metadata +2 -2
@@ -167,7 +167,7 @@ module Files
167
167
 
168
168
  # Parameters:
169
169
  # user_id - int64 - DEPRECATED: Show notifications for this User ID. Use `filter[user_id]` instead.
170
- # 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.
170
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
171
171
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
172
172
  # 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 `path`, `user_id` or `group_id`.
173
173
  # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `user_id`, `group_id` or `path`.
@@ -80,7 +80,7 @@ module Files
80
80
  end
81
81
 
82
82
  # Parameters:
83
- # 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.
83
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
84
84
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
85
85
  def self.list(params = {}, options = {})
86
86
  raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params.dig(:cursor) and !params.dig(:cursor).is_a?(String)
@@ -105,7 +105,7 @@ module Files
105
105
  end
106
106
 
107
107
  # Parameters:
108
- # 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.
108
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
109
109
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
110
110
  # 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 `group_id`, `path`, `user_id` or `permission`.
111
111
  # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `group_id`, `user_id` or `path`.
@@ -20,7 +20,7 @@ module Files
20
20
  end
21
21
 
22
22
  # Parameters:
23
- # 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.
23
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
24
24
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
25
25
  # path (required) - string - The path to query for priorities
26
26
  def self.list(path, params = {}, options = {})
@@ -65,7 +65,7 @@ module Files
65
65
  end
66
66
 
67
67
  # Parameters:
68
- # 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.
68
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
69
69
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
70
70
  def self.list(params = {}, options = {})
71
71
  raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params.dig(:cursor) and !params.dig(:cursor).is_a?(String)
@@ -98,7 +98,7 @@ module Files
98
98
 
99
99
  # Parameters:
100
100
  # user_id - int64 - User ID. Provide a value of `0` to operate the current session's user.
101
- # 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.
101
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
102
102
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
103
103
  def self.list(params = {}, options = {})
104
104
  raise InvalidParameterError.new("Bad parameter: user_id must be an Integer") if params.dig(:user_id) and !params.dig(:user_id).is_a?(Integer)
@@ -547,7 +547,7 @@ module Files
547
547
  end
548
548
 
549
549
  # Parameters:
550
- # 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.
550
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
551
551
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
552
552
  def self.list(params = {}, options = {})
553
553
  raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params.dig(:cursor) and !params.dig(:cursor).is_a?(String)
@@ -105,7 +105,7 @@ module Files
105
105
  end
106
106
 
107
107
  # Parameters:
108
- # 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.
108
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
109
109
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
110
110
  # 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 `destination`.
111
111
  # mine - boolean - Only show requests of the current user? (Defaults to true if current user is not a site admin.)
@@ -126,7 +126,7 @@ module Files
126
126
  end
127
127
 
128
128
  # Parameters:
129
- # 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.
129
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
130
130
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
131
131
  # 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 `destination`.
132
132
  # mine - boolean - Only show requests of the current user? (Defaults to true if current user is not a site admin.)
@@ -14,6 +14,11 @@ module Files
14
14
  @attributes[:change_details]
15
15
  end
16
16
 
17
+ # string - Markdown-formatted change messages.
18
+ def changes
19
+ @attributes[:changes]
20
+ end
21
+
17
22
  # date-time - The time this change was made
18
23
  def created_at
19
24
  @attributes[:created_at]
@@ -25,7 +30,7 @@ module Files
25
30
  end
26
31
 
27
32
  # Parameters:
28
- # 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
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
29
34
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
30
35
  # 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 `api_key_id`, `created_at` or `user_id`.
31
36
  # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `api_key_id` and `user_id`.
@@ -225,7 +225,7 @@ module Files
225
225
  end
226
226
 
227
227
  # Parameters:
228
- # 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.
228
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
229
229
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
230
230
  def self.list(params = {}, options = {})
231
231
  raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params.dig(:cursor) and !params.dig(:cursor).is_a?(String)
@@ -40,7 +40,7 @@ module Files
40
40
  end
41
41
 
42
42
  # Parameters:
43
- # 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
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
44
44
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
45
45
  def self.list(params = {}, options = {})
46
46
  raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params.dig(:cursor) and !params.dig(:cursor).is_a?(String)
@@ -30,7 +30,7 @@ module Files
30
30
  end
31
31
 
32
32
  # Parameters:
33
- # 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
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
34
34
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
35
35
  # 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 `date` and `usage_snapshot_id`.
36
36
  # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `date` and `usage_snapshot_id`.
@@ -80,7 +80,7 @@ module Files
80
80
  end
81
81
 
82
82
  # Parameters:
83
- # 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.
83
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
84
84
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
85
85
  def self.list(params = {}, options = {})
86
86
  raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params.dig(:cursor) and !params.dig(:cursor).is_a?(String)
@@ -664,7 +664,7 @@ module Files
664
664
  end
665
665
 
666
666
  # Parameters:
667
- # 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.
667
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
668
668
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
669
669
  # 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 `authenticate_until`, `email`, `last_desktop_login_at`, `last_login_at`, `username`, `company`, `name`, `site_admin`, `receive_admin_alerts`, `password_validity_days`, `ssl_required` or `not_site_admin`.
670
670
  # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`.
@@ -41,7 +41,7 @@ module Files
41
41
 
42
42
  # Parameters:
43
43
  # user_id - int64 - User ID. Provide a value of `0` to operate the current session's user.
44
- # 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.
44
+ # 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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
45
45
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
46
46
  def self.list(params = {}, options = {})
47
47
  raise InvalidParameterError.new("Bad parameter: user_id must be an Integer") if params.dig(:user_id) and !params.dig(:user_id).is_a?(Integer)
@@ -69,7 +69,7 @@ module Files
69
69
  end
70
70
 
71
71
  # Parameters:
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.
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 either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
73
73
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
74
74
  def self.list(params = {}, options = {})
75
75
  raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params.dig(:cursor) and !params.dig(:cursor).is_a?(String)
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.0.226
4
+ version: 1.0.230
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-01 00:00:00.000000000 Z
11
+ date: 2021-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable