files.com 1.1.83 → 1.1.84

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 (48) hide show
  1. checksums.yaml +4 -4
  2. data/_VERSION +1 -1
  3. data/docs/account_line_item.md +2 -2
  4. data/docs/action.md +1 -1
  5. data/docs/app.md +1 -1
  6. data/docs/automation.md +7 -7
  7. data/docs/bundle.md +2 -2
  8. data/docs/errors.md +2 -2
  9. data/docs/file_comment.md +1 -1
  10. data/docs/form_field.md +1 -1
  11. data/docs/form_field_set.md +2 -2
  12. data/docs/group_user.md +1 -1
  13. data/docs/history.md +1 -1
  14. data/docs/invoice.md +2 -2
  15. data/docs/ip_address.md +1 -1
  16. data/docs/message.md +1 -1
  17. data/docs/message_comment.md +1 -1
  18. data/docs/notification.md +3 -3
  19. data/docs/payment.md +2 -2
  20. data/docs/settings_change.md +1 -1
  21. data/docs/share_group.md +1 -1
  22. data/docs/site.md +2 -2
  23. data/docs/status.md +1 -1
  24. data/docs/user.md +1 -1
  25. data/lib/files.com/models/account_line_item.rb +2 -2
  26. data/lib/files.com/models/action.rb +1 -1
  27. data/lib/files.com/models/app.rb +1 -1
  28. data/lib/files.com/models/automation.rb +7 -7
  29. data/lib/files.com/models/bundle.rb +2 -2
  30. data/lib/files.com/models/errors.rb +2 -2
  31. data/lib/files.com/models/file_comment.rb +1 -1
  32. data/lib/files.com/models/form_field.rb +1 -1
  33. data/lib/files.com/models/form_field_set.rb +2 -2
  34. data/lib/files.com/models/group_user.rb +1 -1
  35. data/lib/files.com/models/history.rb +1 -1
  36. data/lib/files.com/models/invoice.rb +2 -2
  37. data/lib/files.com/models/ip_address.rb +1 -1
  38. data/lib/files.com/models/message.rb +1 -1
  39. data/lib/files.com/models/message_comment.rb +1 -1
  40. data/lib/files.com/models/notification.rb +3 -3
  41. data/lib/files.com/models/payment.rb +2 -2
  42. data/lib/files.com/models/settings_change.rb +1 -1
  43. data/lib/files.com/models/share_group.rb +1 -1
  44. data/lib/files.com/models/site.rb +2 -2
  45. data/lib/files.com/models/status.rb +1 -1
  46. data/lib/files.com/models/user.rb +1 -1
  47. data/lib/files.com/version.rb +1 -1
  48. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51503029ddfe69661085fcd7239a9f7419e7d5eb955b7a3f553ac6d1198e31fe
4
- data.tar.gz: b17a27b186459bb6e06a84d611696937299cb390853e67d4495aa3f8737d294e
3
+ metadata.gz: cb18f4bd2662332742f3c44e06dedd3336c788011b29d9ba49e7c37236f48cc0
4
+ data.tar.gz: 21141ce64d37a240682f8b39477c9358e041c720c5e173b3d0eb08cc313f230c
5
5
  SHA512:
6
- metadata.gz: 4a167b12d4cc558aa9c9a826282b6168ca778a923aa6cfdbe8cf641914d01354c6abb8ac5155c7c8ed78591ee73ef9a1f17e926fa64ba25242a0ee2a23396477
7
- data.tar.gz: 55a7b496f5de9a5f60aac06d8befb5036045cac4839590791585c55a49aef08e18db808039720f0f9c7a81de46779773e1842e9dadf3bf10fa827290eb05082a
6
+ metadata.gz: eecbe66798bef98c8cb3a810bc71d5c1989aae243d1e8768cfe8196c2427a8b88ac366c744d341e7b50b807757b45afb5baef23e366f9a0094431bdc3c801a11
7
+ data.tar.gz: 1b7820e175b7a7dd25406e1c2c56ff173d2540a239299753939715d2411a5e74d4a8b06584608b1b176523e6e2f0160ac37d2a015f5cfa9d670da74c1c0496ed
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.83
1
+ 1.1.84
@@ -44,9 +44,9 @@
44
44
  * `created_at` (date-time): Line item created at
45
45
  * `currency` (string): Line item currency
46
46
  * `download_uri` (string): Line item download uri
47
- * `invoice_line_items` (array): Associated invoice line items
47
+ * `invoice_line_items` (array(object)): Associated invoice line items
48
48
  * `method` (string): Line item payment method
49
- * `payment_line_items` (array): Associated payment line items
49
+ * `payment_line_items` (array(object)): Associated payment line items
50
50
  * `payment_reversed_at` (date-time): Date/time payment was reversed if applicable
51
51
  * `payment_type` (string): Type of payment if applicable
52
52
  * `site_name` (string): Site name this line item is for
data/docs/action.md CHANGED
@@ -29,7 +29,7 @@
29
29
  * `display` (string): Friendly displayed output
30
30
  * `ip` (string): IP Address that performed this action
31
31
  * `source` (string): The source path for this action, if applicable
32
- * `targets` (array): Targets
32
+ * `targets` (array(object)): Targets
33
33
  * `user_id` (int64): User ID
34
34
  * `username` (string): Username
35
35
  * `action` (string): Type of action
data/docs/app.md CHANGED
@@ -46,7 +46,7 @@
46
46
  * `name` (string): Name of the App
47
47
  * `package_manager_install_command` (string): Package manager install command
48
48
  * `remote_server_type` (string): Associated Remote Server type, if any
49
- * `screenshot_list_urls` (array): Screenshots of the App
49
+ * `screenshot_list_urls` (array(string)): Screenshots of the App
50
50
  * `sdk_installation_instructions_link` (string): Link to SDK installation instructions
51
51
  * `short_description` (string): Short description of the App
52
52
  * `sso_strategy_type` (string): Associated SSO Strategy type, if any
data/docs/automation.md CHANGED
@@ -68,10 +68,10 @@
68
68
  * `description` (string): Description for the this Automation.
69
69
  * `destination_replace_from` (string): If set, this string in the destination path will be replaced with the value in `destination_replace_to`.
70
70
  * `destination_replace_to` (string): If set, this string will replace the value `destination_replace_from` in the destination filename. You can use special patterns here.
71
- * `destinations` (array): Destination Paths
71
+ * `destinations` (array(string)): Destination Paths
72
72
  * `disabled` (boolean): If true, this automation will not run.
73
73
  * `flatten_destination_structure` (boolean): Normally copy and move automations that use globs will implicitly preserve the source folder structure in the destination. If this flag is `true`, the source folder structure will be flattened in the destination. This is useful for copying or moving files from multiple folders into a single destination folder.
74
- * `group_ids` (array): IDs of Groups for the Automation (i.e. who to Request File from)
74
+ * `group_ids` (array(int64)): IDs of Groups for the Automation (i.e. who to Request File from)
75
75
  * `ignore_locked_folders` (boolean): If true, the Lock Folders behavior will be disregarded for automated actions.
76
76
  * `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`
77
77
  * `last_modified_at` (date-time): Time when automation was last modified. Does not change for name or description updates.
@@ -82,15 +82,15 @@
82
82
  * `recurring_day` (int64): If trigger type is `daily`, this specifies a day number to run in one of the supported intervals: `week`, `month`, `quarter`, `year`.
83
83
  * `schedule` (object): If trigger is `custom_schedule`, Custom schedule description for when the automation should be run in json format.
84
84
  * `human_readable_schedule` (string): If trigger is `custom_schedule`, Human readable Custom schedule description for when the automation should be run.
85
- * `schedule_days_of_week` (array): If trigger is `custom_schedule`, Custom schedule description for when the automation should be run. 0-based days of the week. 0 is Sunday, 1 is Monday, etc.
86
- * `schedule_times_of_day` (array): If trigger is `custom_schedule`, Custom schedule description for when the automation should be run. Times of day in HH:MM format.
85
+ * `schedule_days_of_week` (array(int64)): If trigger is `custom_schedule`, Custom schedule description for when the automation should be run. 0-based days of the week. 0 is Sunday, 1 is Monday, etc.
86
+ * `schedule_times_of_day` (array(string)): If trigger is `custom_schedule`, Custom schedule description for when the automation should be run. Times of day in HH:MM format.
87
87
  * `schedule_time_zone` (string): If trigger is `custom_schedule`, Custom schedule Time Zone for when the automation should be run.
88
88
  * `source` (string): Source Path
89
- * `sync_ids` (array): IDs of remote sync folder behaviors to run by this Automation
90
- * `trigger_actions` (array): If trigger is `action`, this is the list of action types on which to trigger the automation. Valid actions are create, read, update, destroy, move, copy
89
+ * `sync_ids` (array(int64)): IDs of remote sync folder behaviors to run by this Automation
90
+ * `trigger_actions` (array(string)): If trigger is `action`, this is the list of action types on which to trigger the automation. Valid actions are create, read, update, destroy, move, copy
91
91
  * `trigger` (string): How this automation is triggered to run.
92
92
  * `user_id` (int64): User ID of the Automation's creator.
93
- * `user_ids` (array): IDs of Users for the Automation (i.e. who to Request File from)
93
+ * `user_ids` (array(int64)): IDs of Users for the Automation (i.e. who to Request File from)
94
94
  * `value` (object): A Hash of attributes specific to the automation type.
95
95
  * `webhook_url` (string): If trigger is `webhook`, this is the URL of the webhook to trigger the Automation.
96
96
  * `destination` (string): DEPRECATED: Destination Path. Use `destinations` instead.
data/docs/bundle.md CHANGED
@@ -123,8 +123,8 @@
123
123
  * `watermark_attachment` (Image): Preview watermark image applied to all bundle items.
124
124
  * `watermark_value` (object): Preview watermark settings applied to all bundle items. Uses the same keys as Behavior.value
125
125
  * `has_inbox` (boolean): Does this bundle have an associated inbox?
126
- * `paths` (array): A list of paths in this bundle. For performance reasons, this is not provided when listing bundles.
127
- * `bundlepaths` (array): A list of bundlepaths in this bundle. For performance reasons, this is not provided when listing bundles.
126
+ * `paths` (array(string)): A list of paths in this bundle. For performance reasons, this is not provided when listing bundles.
127
+ * `bundlepaths` (array(object)): A list of bundlepaths in this bundle. For performance reasons, this is not provided when listing bundles.
128
128
  * `password` (string): Password for this bundle.
129
129
  * `form_field_set_id` (int64): Id of Form Field Set to use with this bundle
130
130
  * `create_snapshot` (boolean): If true, create a snapshot of this bundle's contents.
data/docs/errors.md CHANGED
@@ -13,5 +13,5 @@
13
13
  }
14
14
  ```
15
15
 
16
- * `fields` (array): A list of fields where errors occur
17
- * `messages` (array): A list of error messages
16
+ * `fields` (array(string)): A list of fields where errors occur
17
+ * `messages` (array(string)): A list of error messages
data/docs/file_comment.md CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  * `id` (int64): File Comment ID
19
19
  * `body` (string): Comment body.
20
- * `reactions` (array): Reactions to this comment.
20
+ * `reactions` (array(object)): Reactions to this comment.
21
21
  * `path` (string): File path.
22
22
 
23
23
 
data/docs/form_field.md CHANGED
@@ -24,6 +24,6 @@
24
24
  * `required` (boolean): Is this a required field?
25
25
  * `help_text` (string): Help text to be displayed
26
26
  * `field_type` (string): Type of Field
27
- * `options_for_select` (array): Options to display for radio and dropdown
27
+ * `options_for_select` (array(string)): Options to display for radio and dropdown
28
28
  * `default_option` (string): Default option for radio and dropdown
29
29
  * `form_field_set_id` (int64): Form field set id
@@ -36,8 +36,8 @@
36
36
 
37
37
  * `id` (int64): Form field set id
38
38
  * `title` (string): Title to be displayed
39
- * `form_layout` (array): Layout of the form
40
- * `form_fields` (array): Associated form fields
39
+ * `form_layout` (array(int64)): Layout of the form
40
+ * `form_fields` (array(object)): Associated form fields
41
41
  * `skip_name` (boolean): Any associated InboxRegistrations or BundleRegistrations can be saved without providing name
42
42
  * `skip_email` (boolean): Any associated InboxRegistrations or BundleRegistrations can be saved without providing email
43
43
  * `skip_company` (boolean): Any associated InboxRegistrations or BundleRegistrations can be saved without providing company
data/docs/group_user.md CHANGED
@@ -18,7 +18,7 @@
18
18
  * `group_id` (int64): Group ID
19
19
  * `user_id` (int64): User ID
20
20
  * `admin` (boolean): Is this user an administrator of this group?
21
- * `usernames` (array): A list of usernames for users in this group
21
+ * `usernames` (array(string)): A list of usernames for users in this group
22
22
  * `id` (int64): Group User ID.
23
23
 
24
24
 
data/docs/history.md CHANGED
@@ -29,7 +29,7 @@
29
29
  * `display` (string): Friendly displayed output
30
30
  * `ip` (string): IP Address that performed this action
31
31
  * `source` (string): The source path for this action, if applicable
32
- * `targets` (array): Targets
32
+ * `targets` (array(object)): Targets
33
33
  * `user_id` (int64): User ID
34
34
  * `username` (string): Username
35
35
  * `action` (string): Type of action
data/docs/invoice.md CHANGED
@@ -44,9 +44,9 @@
44
44
  * `created_at` (date-time): Line item created at
45
45
  * `currency` (string): Line item currency
46
46
  * `download_uri` (string): Line item download uri
47
- * `invoice_line_items` (array): Associated invoice line items
47
+ * `invoice_line_items` (array(object)): Associated invoice line items
48
48
  * `method` (string): Line item payment method
49
- * `payment_line_items` (array): Associated payment line items
49
+ * `payment_line_items` (array(object)): Associated payment line items
50
50
  * `payment_reversed_at` (date-time): Date/time payment was reversed if applicable
51
51
  * `payment_type` (string): Type of payment if applicable
52
52
  * `site_name` (string): Site name this line item is for
data/docs/ip_address.md CHANGED
@@ -16,7 +16,7 @@
16
16
  * `id` (string): Unique label for list; used by Zapier and other integrations.
17
17
  * `associated_with` (string): The object that this public IP address list is associated with.
18
18
  * `group_id` (int64): Group ID
19
- * `ip_addresses` (array): A list of IP addresses.
19
+ * `ip_addresses` (array(string)): A list of IP addresses.
20
20
 
21
21
 
22
22
  ---
data/docs/message.md CHANGED
@@ -25,7 +25,7 @@
25
25
  * `id` (int64): Message ID
26
26
  * `subject` (string): Message subject.
27
27
  * `body` (string): Message body.
28
- * `comments` (array): Comments.
28
+ * `comments` (array(object)): Comments.
29
29
  * `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
30
30
  * `project_id` (int64): Project to which the message should be attached.
31
31
 
@@ -17,7 +17,7 @@
17
17
 
18
18
  * `id` (int64): Message Comment ID
19
19
  * `body` (string): Comment body.
20
- * `reactions` (array): Reactions to this comment.
20
+ * `reactions` (array(object)): Reactions to this comment.
21
21
  * `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
22
22
 
23
23
 
data/docs/notification.md CHANGED
@@ -40,8 +40,8 @@
40
40
  * `path` (string): Folder path to notify on This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
41
41
  * `group_id` (int64): ID of Group to receive notifications
42
42
  * `group_name` (string): Group name, if a Group ID is set
43
- * `triggering_group_ids` (array): If set, will only notify on actions made by a member of one of the specified groups
44
- * `triggering_user_ids` (array): If set, will onlynotify on actions made one of the specified users
43
+ * `triggering_group_ids` (array(int64)): If set, will only notify on actions made by a member of one of the specified groups
44
+ * `triggering_user_ids` (array(int64)): If set, will onlynotify on actions made one of the specified users
45
45
  * `trigger_by_share_recipients` (boolean): Notify when actions are performed by a share recipient?
46
46
  * `notify_user_actions` (boolean): If true, will send notifications about a user's own activity to that user. If false, only activity performed by other users (or anonymous users) will be sent in notifications.
47
47
  * `notify_on_copy` (boolean): Trigger on files copied to this path?
@@ -52,7 +52,7 @@
52
52
  * `recursive` (boolean): Apply notification recursively? This will enable notifications for each subfolder.
53
53
  * `send_interval` (string): The time interval that notifications are aggregated to
54
54
  * `message` (string): Custom message to include in notification emails
55
- * `triggering_filenames` (array): Array of filenames (possibly with wildcards) to scope trigger
55
+ * `triggering_filenames` (array(string)): Array of filenames (possibly with wildcards) to scope trigger
56
56
  * `unsubscribed` (boolean): Is the user unsubscribed from this notification?
57
57
  * `unsubscribed_reason` (string): The reason that the user unsubscribed
58
58
  * `user_id` (int64): Notification user ID
data/docs/payment.md CHANGED
@@ -44,9 +44,9 @@
44
44
  * `created_at` (date-time): Line item created at
45
45
  * `currency` (string): Line item currency
46
46
  * `download_uri` (string): Line item download uri
47
- * `invoice_line_items` (array): Associated invoice line items
47
+ * `invoice_line_items` (array(object)): Associated invoice line items
48
48
  * `method` (string): Line item payment method
49
- * `payment_line_items` (array): Associated payment line items
49
+ * `payment_line_items` (array(object)): Associated payment line items
50
50
  * `payment_reversed_at` (date-time): Date/time payment was reversed if applicable
51
51
  * `payment_type` (string): Type of payment if applicable
52
52
  * `site_name` (string): Site name this line item is for
@@ -15,7 +15,7 @@
15
15
  }
16
16
  ```
17
17
 
18
- * `changes` (array): Markdown-formatted change messages.
18
+ * `changes` (array(string)): Markdown-formatted change messages.
19
19
  * `created_at` (date-time): The time this change was made
20
20
  * `user_id` (int64): The user id responsible for this change
21
21
  * `api_key_id` (int64): The api key id responsible for this change
data/docs/share_group.md CHANGED
@@ -22,7 +22,7 @@
22
22
  * `name` (string): Name of the share group
23
23
  * `notes` (string): Additional notes of the share group
24
24
  * `user_id` (int64): Owner User ID
25
- * `members` (array): A list of share group members
25
+ * `members` (array(object)): A list of share group members
26
26
 
27
27
 
28
28
  ---
data/docs/site.md CHANGED
@@ -282,7 +282,7 @@
282
282
  ```
283
283
 
284
284
  * `name` (string): Site name
285
- * `additional_text_file_types` (array): Additional extensions that are considered text files
285
+ * `additional_text_file_types` (array(string)): Additional extensions that are considered text files
286
286
  * `allowed_2fa_method_sms` (boolean): Is SMS two factor authentication allowed?
287
287
  * `allowed_2fa_method_totp` (boolean): Is TOTP two factor authentication allowed?
288
288
  * `allowed_2fa_method_u2f` (boolean): Is U2F two factor authentication allowed?
@@ -302,7 +302,7 @@
302
302
  * `bundle_expiration` (int64): Site-wide Bundle expiration in days
303
303
  * `bundle_not_found_message` (string): Custom error message to show when bundle is not found.
304
304
  * `bundle_password_required` (boolean): Do Bundles require password protection?
305
- * `bundle_recipient_blacklist_domains` (array): List of email domains to disallow when entering a Bundle/Inbox recipients
305
+ * `bundle_recipient_blacklist_domains` (array(string)): List of email domains to disallow when entering a Bundle/Inbox recipients
306
306
  * `bundle_recipient_blacklist_free_email_domains` (boolean): Disallow free email domains for Bundle/Inbox recipients?
307
307
  * `bundle_registration_notifications` (string): Do Bundle owners receive registration notification?
308
308
  * `bundle_require_registration` (boolean): Do Bundles require registration?
data/docs/status.md CHANGED
@@ -27,6 +27,6 @@
27
27
  * `message` (string): Error message
28
28
  * `status` (string): Status message
29
29
  * `data` (Auto): Additional data
30
- * `errors` (array): A list of api errors
30
+ * `errors` (array(object)): A list of api errors
31
31
  * `clickwrap_id` (int64): Required Clickwrap id
32
32
  * `clickwrap_body` (string): Required Clickwrap body
data/docs/user.md CHANGED
@@ -73,7 +73,7 @@
73
73
 
74
74
  * `id` (int64): User ID
75
75
  * `username` (string): User's username
76
- * `admin_group_ids` (array): List of group IDs of which this user is an administrator
76
+ * `admin_group_ids` (array(int64)): List of group IDs of which this user is an administrator
77
77
  * `allowed_ips` (string): A list of allowed IPs if applicable. Newline delimited
78
78
  * `attachments_permission` (boolean): DEPRECATED: Can the user create Bundles (aka Share Links)? Use the bundle permission instead.
79
79
  * `api_keys_count` (int64): Number of api keys associated with this user
@@ -39,7 +39,7 @@ module Files
39
39
  @attributes[:download_uri]
40
40
  end
41
41
 
42
- # array - Associated invoice line items
42
+ # array(object) - Associated invoice line items
43
43
  def invoice_line_items
44
44
  @attributes[:invoice_line_items]
45
45
  end
@@ -49,7 +49,7 @@ module Files
49
49
  @attributes[:method]
50
50
  end
51
51
 
52
- # array - Associated payment line items
52
+ # array(object) - Associated payment line items
53
53
  def payment_line_items
54
54
  @attributes[:payment_line_items]
55
55
  end
@@ -44,7 +44,7 @@ module Files
44
44
  @attributes[:source]
45
45
  end
46
46
 
47
- # array - Targets
47
+ # array(object) - Targets
48
48
  def targets
49
49
  @attributes[:targets]
50
50
  end
@@ -84,7 +84,7 @@ module Files
84
84
  @attributes[:remote_server_type]
85
85
  end
86
86
 
87
- # array - Screenshots of the App
87
+ # array(string) - Screenshots of the App
88
88
  def screenshot_list_urls
89
89
  @attributes[:screenshot_list_urls]
90
90
  end
@@ -72,7 +72,7 @@ module Files
72
72
  @attributes[:destination_replace_to] = value
73
73
  end
74
74
 
75
- # array - Destination Paths
75
+ # array(string) - Destination Paths
76
76
  def destinations
77
77
  @attributes[:destinations]
78
78
  end
@@ -99,7 +99,7 @@ module Files
99
99
  @attributes[:flatten_destination_structure] = value
100
100
  end
101
101
 
102
- # array - IDs of Groups for the Automation (i.e. who to Request File from)
102
+ # array(int64) - IDs of Groups for the Automation (i.e. who to Request File from)
103
103
  def group_ids
104
104
  @attributes[:group_ids]
105
105
  end
@@ -198,7 +198,7 @@ module Files
198
198
  @attributes[:human_readable_schedule] = value
199
199
  end
200
200
 
201
- # array - If trigger is `custom_schedule`, Custom schedule description for when the automation should be run. 0-based days of the week. 0 is Sunday, 1 is Monday, etc.
201
+ # array(int64) - If trigger is `custom_schedule`, Custom schedule description for when the automation should be run. 0-based days of the week. 0 is Sunday, 1 is Monday, etc.
202
202
  def schedule_days_of_week
203
203
  @attributes[:schedule_days_of_week]
204
204
  end
@@ -207,7 +207,7 @@ module Files
207
207
  @attributes[:schedule_days_of_week] = value
208
208
  end
209
209
 
210
- # array - If trigger is `custom_schedule`, Custom schedule description for when the automation should be run. Times of day in HH:MM format.
210
+ # array(string) - If trigger is `custom_schedule`, Custom schedule description for when the automation should be run. Times of day in HH:MM format.
211
211
  def schedule_times_of_day
212
212
  @attributes[:schedule_times_of_day]
213
213
  end
@@ -234,7 +234,7 @@ module Files
234
234
  @attributes[:source] = value
235
235
  end
236
236
 
237
- # array - IDs of remote sync folder behaviors to run by this Automation
237
+ # array(int64) - IDs of remote sync folder behaviors to run by this Automation
238
238
  def sync_ids
239
239
  @attributes[:sync_ids]
240
240
  end
@@ -243,7 +243,7 @@ module Files
243
243
  @attributes[:sync_ids] = value
244
244
  end
245
245
 
246
- # array - If trigger is `action`, this is the list of action types on which to trigger the automation. Valid actions are create, read, update, destroy, move, copy
246
+ # array(string) - If trigger is `action`, this is the list of action types on which to trigger the automation. Valid actions are create, read, update, destroy, move, copy
247
247
  def trigger_actions
248
248
  @attributes[:trigger_actions]
249
249
  end
@@ -270,7 +270,7 @@ module Files
270
270
  @attributes[:user_id] = value
271
271
  end
272
272
 
273
- # array - IDs of Users for the Automation (i.e. who to Request File from)
273
+ # array(int64) - IDs of Users for the Automation (i.e. who to Request File from)
274
274
  def user_ids
275
275
  @attributes[:user_ids]
276
276
  end
@@ -338,7 +338,7 @@ module Files
338
338
  @attributes[:has_inbox] = value
339
339
  end
340
340
 
341
- # array - A list of paths in this bundle. For performance reasons, this is not provided when listing bundles.
341
+ # array(string) - A list of paths in this bundle. For performance reasons, this is not provided when listing bundles.
342
342
  def paths
343
343
  @attributes[:paths]
344
344
  end
@@ -347,7 +347,7 @@ module Files
347
347
  @attributes[:paths] = value
348
348
  end
349
349
 
350
- # array - A list of bundlepaths in this bundle. For performance reasons, this is not provided when listing bundles.
350
+ # array(object) - A list of bundlepaths in this bundle. For performance reasons, this is not provided when listing bundles.
351
351
  def bundlepaths
352
352
  @attributes[:bundlepaths]
353
353
  end
@@ -9,12 +9,12 @@ module Files
9
9
  @options = options || {}
10
10
  end
11
11
 
12
- # array - A list of fields where errors occur
12
+ # array(string) - A list of fields where errors occur
13
13
  def fields
14
14
  @attributes[:fields]
15
15
  end
16
16
 
17
- # array - A list of error messages
17
+ # array(string) - A list of error messages
18
18
  def messages
19
19
  @attributes[:messages]
20
20
  end
@@ -27,7 +27,7 @@ module Files
27
27
  @attributes[:body] = value
28
28
  end
29
29
 
30
- # array - Reactions to this comment.
30
+ # array(object) - Reactions to this comment.
31
31
  def reactions
32
32
  @attributes[:reactions]
33
33
  end
@@ -34,7 +34,7 @@ module Files
34
34
  @attributes[:field_type]
35
35
  end
36
36
 
37
- # array - Options to display for radio and dropdown
37
+ # array(string) - Options to display for radio and dropdown
38
38
  def options_for_select
39
39
  @attributes[:options_for_select]
40
40
  end
@@ -27,7 +27,7 @@ module Files
27
27
  @attributes[:title] = value
28
28
  end
29
29
 
30
- # array - Layout of the form
30
+ # array(int64) - Layout of the form
31
31
  def form_layout
32
32
  @attributes[:form_layout]
33
33
  end
@@ -36,7 +36,7 @@ module Files
36
36
  @attributes[:form_layout] = value
37
37
  end
38
38
 
39
- # array - Associated form fields
39
+ # array(object) - Associated form fields
40
40
  def form_fields
41
41
  @attributes[:form_fields]
42
42
  end
@@ -45,7 +45,7 @@ module Files
45
45
  @attributes[:admin] = value
46
46
  end
47
47
 
48
- # array - A list of usernames for users in this group
48
+ # array(string) - A list of usernames for users in this group
49
49
  def usernames
50
50
  @attributes[:usernames]
51
51
  end
@@ -44,7 +44,7 @@ module Files
44
44
  @attributes[:source]
45
45
  end
46
46
 
47
- # array - Targets
47
+ # array(object) - Targets
48
48
  def targets
49
49
  @attributes[:targets]
50
50
  end
@@ -39,7 +39,7 @@ module Files
39
39
  @attributes[:download_uri]
40
40
  end
41
41
 
42
- # array - Associated invoice line items
42
+ # array(object) - Associated invoice line items
43
43
  def invoice_line_items
44
44
  @attributes[:invoice_line_items]
45
45
  end
@@ -49,7 +49,7 @@ module Files
49
49
  @attributes[:method]
50
50
  end
51
51
 
52
- # array - Associated payment line items
52
+ # array(object) - Associated payment line items
53
53
  def payment_line_items
54
54
  @attributes[:payment_line_items]
55
55
  end
@@ -24,7 +24,7 @@ module Files
24
24
  @attributes[:group_id]
25
25
  end
26
26
 
27
- # array - A list of IP addresses.
27
+ # array(string) - A list of IP addresses.
28
28
  def ip_addresses
29
29
  @attributes[:ip_addresses]
30
30
  end
@@ -36,7 +36,7 @@ module Files
36
36
  @attributes[:body] = value
37
37
  end
38
38
 
39
- # array - Comments.
39
+ # array(object) - Comments.
40
40
  def comments
41
41
  @attributes[:comments]
42
42
  end
@@ -27,7 +27,7 @@ module Files
27
27
  @attributes[:body] = value
28
28
  end
29
29
 
30
- # array - Reactions to this comment.
30
+ # array(object) - Reactions to this comment.
31
31
  def reactions
32
32
  @attributes[:reactions]
33
33
  end
@@ -45,7 +45,7 @@ module Files
45
45
  @attributes[:group_name] = value
46
46
  end
47
47
 
48
- # array - If set, will only notify on actions made by a member of one of the specified groups
48
+ # array(int64) - If set, will only notify on actions made by a member of one of the specified groups
49
49
  def triggering_group_ids
50
50
  @attributes[:triggering_group_ids]
51
51
  end
@@ -54,7 +54,7 @@ module Files
54
54
  @attributes[:triggering_group_ids] = value
55
55
  end
56
56
 
57
- # array - If set, will onlynotify on actions made one of the specified users
57
+ # array(int64) - If set, will onlynotify on actions made one of the specified users
58
58
  def triggering_user_ids
59
59
  @attributes[:triggering_user_ids]
60
60
  end
@@ -153,7 +153,7 @@ module Files
153
153
  @attributes[:message] = value
154
154
  end
155
155
 
156
- # array - Array of filenames (possibly with wildcards) to scope trigger
156
+ # array(string) - Array of filenames (possibly with wildcards) to scope trigger
157
157
  def triggering_filenames
158
158
  @attributes[:triggering_filenames]
159
159
  end
@@ -39,7 +39,7 @@ module Files
39
39
  @attributes[:download_uri]
40
40
  end
41
41
 
42
- # array - Associated invoice line items
42
+ # array(object) - Associated invoice line items
43
43
  def invoice_line_items
44
44
  @attributes[:invoice_line_items]
45
45
  end
@@ -49,7 +49,7 @@ module Files
49
49
  @attributes[:method]
50
50
  end
51
51
 
52
- # array - Associated payment line items
52
+ # array(object) - Associated payment line items
53
53
  def payment_line_items
54
54
  @attributes[:payment_line_items]
55
55
  end
@@ -9,7 +9,7 @@ module Files
9
9
  @options = options || {}
10
10
  end
11
11
 
12
- # array - Markdown-formatted change messages.
12
+ # array(string) - Markdown-formatted change messages.
13
13
  def changes
14
14
  @attributes[:changes]
15
15
  end
@@ -45,7 +45,7 @@ module Files
45
45
  @attributes[:user_id] = value
46
46
  end
47
47
 
48
- # array - A list of share group members
48
+ # array(object) - A list of share group members
49
49
  def members
50
50
  @attributes[:members]
51
51
  end
@@ -14,7 +14,7 @@ module Files
14
14
  @attributes[:name]
15
15
  end
16
16
 
17
- # array - Additional extensions that are considered text files
17
+ # array(string) - Additional extensions that are considered text files
18
18
  def additional_text_file_types
19
19
  @attributes[:additional_text_file_types]
20
20
  end
@@ -114,7 +114,7 @@ module Files
114
114
  @attributes[:bundle_password_required]
115
115
  end
116
116
 
117
- # array - List of email domains to disallow when entering a Bundle/Inbox recipients
117
+ # array(string) - List of email domains to disallow when entering a Bundle/Inbox recipients
118
118
  def bundle_recipient_blacklist_domains
119
119
  @attributes[:bundle_recipient_blacklist_domains]
120
120
  end
@@ -29,7 +29,7 @@ module Files
29
29
  @attributes[:data]
30
30
  end
31
31
 
32
- # array - A list of api errors
32
+ # array(object) - A list of api errors
33
33
  def errors
34
34
  @attributes[:errors]
35
35
  end
@@ -27,7 +27,7 @@ module Files
27
27
  @attributes[:username] = value
28
28
  end
29
29
 
30
- # array - List of group IDs of which this user is an administrator
30
+ # array(int64) - List of group IDs of which this user is an administrator
31
31
  def admin_group_ids
32
32
  @attributes[:admin_group_ids]
33
33
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.83"
4
+ VERSION = "1.1.84"
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.83
4
+ version: 1.1.84
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com