files.com 1.2.77 → 1.2.79

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 (89) hide show
  1. package/_VERSION +1 -1
  2. package/docs/models/AccountLineItem.md +2 -2
  3. package/docs/models/Action.md +1 -1
  4. package/docs/models/ApiKey.md +2 -2
  5. package/docs/models/App.md +1 -1
  6. package/docs/models/As2Partner.md +2 -2
  7. package/docs/models/As2Station.md +2 -2
  8. package/docs/models/Automation.md +10 -10
  9. package/docs/models/Behavior.md +2 -2
  10. package/docs/models/Bundle.md +5 -5
  11. package/docs/models/BundleNotification.md +2 -2
  12. package/docs/models/Clickwrap.md +2 -2
  13. package/docs/models/Errors.md +2 -2
  14. package/docs/models/File.md +6 -12
  15. package/docs/models/FileComment.md +1 -1
  16. package/docs/models/FormField.md +1 -1
  17. package/docs/models/FormFieldSet.md +4 -4
  18. package/docs/models/GpgKey.md +2 -2
  19. package/docs/models/Group.md +2 -2
  20. package/docs/models/GroupUser.md +1 -1
  21. package/docs/models/History.md +1 -1
  22. package/docs/models/Invoice.md +2 -2
  23. package/docs/models/IpAddress.md +1 -1
  24. package/docs/models/Message.md +3 -3
  25. package/docs/models/MessageComment.md +3 -3
  26. package/docs/models/MessageCommentReaction.md +1 -1
  27. package/docs/models/MessageReaction.md +1 -1
  28. package/docs/models/Notification.md +5 -5
  29. package/docs/models/Payment.md +2 -2
  30. package/docs/models/Project.md +2 -2
  31. package/docs/models/PublicKey.md +2 -2
  32. package/docs/models/RemoteServer.md +3 -3
  33. package/docs/models/SettingsChange.md +1 -1
  34. package/docs/models/SftpHostKey.md +2 -2
  35. package/docs/models/ShareGroup.md +3 -3
  36. package/docs/models/Site.md +2 -2
  37. package/docs/models/Snapshot.md +3 -3
  38. package/docs/models/SsoStrategy.md +1 -1
  39. package/docs/models/Status.md +1 -1
  40. package/docs/models/Style.md +2 -4
  41. package/docs/models/User.md +6 -6
  42. package/docs/models/UserRequest.md +1 -1
  43. package/lib/Files.js +1 -1
  44. package/lib/models/AccountLineItem.js +2 -2
  45. package/lib/models/Action.js +1 -1
  46. package/lib/models/App.js +1 -1
  47. package/lib/models/Automation.js +7 -7
  48. package/lib/models/Bundle.js +2 -2
  49. package/lib/models/Errors.js +2 -2
  50. package/lib/models/FileComment.js +1 -1
  51. package/lib/models/FormField.js +1 -1
  52. package/lib/models/FormFieldSet.js +2 -2
  53. package/lib/models/GroupUser.js +1 -1
  54. package/lib/models/History.js +1 -1
  55. package/lib/models/Invoice.js +2 -2
  56. package/lib/models/IpAddress.js +1 -1
  57. package/lib/models/Message.js +1 -1
  58. package/lib/models/MessageComment.js +1 -1
  59. package/lib/models/Notification.js +3 -3
  60. package/lib/models/Payment.js +2 -2
  61. package/lib/models/SettingsChange.js +1 -1
  62. package/lib/models/ShareGroup.js +1 -1
  63. package/lib/models/Site.js +2 -2
  64. package/lib/models/Status.js +1 -1
  65. package/lib/models/User.js +1 -1
  66. package/package.json +1 -1
  67. package/src/Files.js +1 -1
  68. package/src/models/AccountLineItem.js +2 -2
  69. package/src/models/Action.js +1 -1
  70. package/src/models/App.js +1 -1
  71. package/src/models/Automation.js +7 -7
  72. package/src/models/Bundle.js +2 -2
  73. package/src/models/Errors.js +2 -2
  74. package/src/models/FileComment.js +1 -1
  75. package/src/models/FormField.js +1 -1
  76. package/src/models/FormFieldSet.js +2 -2
  77. package/src/models/GroupUser.js +1 -1
  78. package/src/models/History.js +1 -1
  79. package/src/models/Invoice.js +2 -2
  80. package/src/models/IpAddress.js +1 -1
  81. package/src/models/Message.js +1 -1
  82. package/src/models/MessageComment.js +1 -1
  83. package/src/models/Notification.js +3 -3
  84. package/src/models/Payment.js +2 -2
  85. package/src/models/SettingsChange.js +1 -1
  86. package/src/models/ShareGroup.js +1 -1
  87. package/src/models/Site.js +2 -2
  88. package/src/models/Status.js +1 -1
  89. package/src/models/User.js +1 -1
@@ -77,7 +77,7 @@ class Automation {
77
77
  this.attributes.destination_replace_to = value
78
78
  }
79
79
 
80
- // array # Destination Paths
80
+ // array(string) # Destination Paths
81
81
  getDestinations = () => this.attributes.destinations
82
82
 
83
83
  setDestinations = value => {
@@ -98,7 +98,7 @@ class Automation {
98
98
  this.attributes.flatten_destination_structure = value
99
99
  }
100
100
 
101
- // array # IDs of Groups for the Automation (i.e. who to Request File from)
101
+ // array(int64) # IDs of Groups for the Automation (i.e. who to Request File from)
102
102
  getGroupIds = () => this.attributes.group_ids
103
103
 
104
104
  setGroupIds = value => {
@@ -175,14 +175,14 @@ class Automation {
175
175
  this.attributes.human_readable_schedule = value
176
176
  }
177
177
 
178
- // 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.
178
+ // 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.
179
179
  getScheduleDaysOfWeek = () => this.attributes.schedule_days_of_week
180
180
 
181
181
  setScheduleDaysOfWeek = value => {
182
182
  this.attributes.schedule_days_of_week = value
183
183
  }
184
184
 
185
- // array # If trigger is `custom_schedule`, Custom schedule description for when the automation should be run. Times of day in HH:MM format.
185
+ // array(string) # If trigger is `custom_schedule`, Custom schedule description for when the automation should be run. Times of day in HH:MM format.
186
186
  getScheduleTimesOfDay = () => this.attributes.schedule_times_of_day
187
187
 
188
188
  setScheduleTimesOfDay = value => {
@@ -203,14 +203,14 @@ class Automation {
203
203
  this.attributes.source = value
204
204
  }
205
205
 
206
- // array # IDs of remote sync folder behaviors to run by this Automation
206
+ // array(int64) # IDs of remote sync folder behaviors to run by this Automation
207
207
  getSyncIds = () => this.attributes.sync_ids
208
208
 
209
209
  setSyncIds = value => {
210
210
  this.attributes.sync_ids = value
211
211
  }
212
212
 
213
- // 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
213
+ // 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
214
214
  getTriggerActions = () => this.attributes.trigger_actions
215
215
 
216
216
  setTriggerActions = value => {
@@ -231,7 +231,7 @@ class Automation {
231
231
  this.attributes.user_id = value
232
232
  }
233
233
 
234
- // array # IDs of Users for the Automation (i.e. who to Request File from)
234
+ // array(int64) # IDs of Users for the Automation (i.e. who to Request File from)
235
235
  getUserIds = () => this.attributes.user_ids
236
236
 
237
237
  setUserIds = value => {
@@ -283,14 +283,14 @@ class Bundle {
283
283
  this.attributes.has_inbox = value
284
284
  }
285
285
 
286
- // array # A list of paths in this bundle. For performance reasons, this is not provided when listing bundles.
286
+ // array(string) # A list of paths in this bundle. For performance reasons, this is not provided when listing bundles.
287
287
  getPaths = () => this.attributes.paths
288
288
 
289
289
  setPaths = value => {
290
290
  this.attributes.paths = value
291
291
  }
292
292
 
293
- // array # A list of bundlepaths in this bundle. For performance reasons, this is not provided when listing bundles.
293
+ // array(object) # A list of bundlepaths in this bundle. For performance reasons, this is not provided when listing bundles.
294
294
  getBundlepaths = () => this.attributes.bundlepaths
295
295
 
296
296
  setBundlepaths = value => {
@@ -28,10 +28,10 @@ class Errors {
28
28
 
29
29
  isLoaded = () => !!this.attributes.id
30
30
 
31
- // array # A list of fields where errors occur
31
+ // array(string) # A list of fields where errors occur
32
32
  getFields = () => this.attributes.fields
33
33
 
34
- // array # A list of error messages
34
+ // array(string) # A list of error messages
35
35
  getMessages = () => this.attributes.messages
36
36
  }
37
37
 
@@ -42,7 +42,7 @@ class FileComment {
42
42
  this.attributes.body = value
43
43
  }
44
44
 
45
- // array # Reactions to this comment.
45
+ // array(object) # Reactions to this comment.
46
46
  getReactions = () => this.attributes.reactions
47
47
 
48
48
  setReactions = value => {
@@ -43,7 +43,7 @@ class FormField {
43
43
  // string # Type of Field
44
44
  getFieldType = () => this.attributes.field_type
45
45
 
46
- // array # Options to display for radio and dropdown
46
+ // array(string) # Options to display for radio and dropdown
47
47
  getOptionsForSelect = () => this.attributes.options_for_select
48
48
 
49
49
  // string # Default option for radio and dropdown
@@ -42,14 +42,14 @@ class FormFieldSet {
42
42
  this.attributes.title = value
43
43
  }
44
44
 
45
- // array # Layout of the form
45
+ // array(int64) # Layout of the form
46
46
  getFormLayout = () => this.attributes.form_layout
47
47
 
48
48
  setFormLayout = value => {
49
49
  this.attributes.form_layout = value
50
50
  }
51
51
 
52
- // array # Associated form fields
52
+ // array(object) # Associated form fields
53
53
  getFormFields = () => this.attributes.form_fields
54
54
 
55
55
  setFormFields = value => {
@@ -56,7 +56,7 @@ class GroupUser {
56
56
  this.attributes.admin = value
57
57
  }
58
58
 
59
- // array # A list of usernames for users in this group
59
+ // array(string) # A list of usernames for users in this group
60
60
  getUsernames = () => this.attributes.usernames
61
61
 
62
62
  setUsernames = value => {
@@ -49,7 +49,7 @@ class History {
49
49
  // string # The source path for this action, if applicable
50
50
  getSource = () => this.attributes.source
51
51
 
52
- // array # Targets
52
+ // array(object) # Targets
53
53
  getTargets = () => this.attributes.targets
54
54
 
55
55
  // int64 # User ID
@@ -46,13 +46,13 @@ class Invoice {
46
46
  // string # Line item download uri
47
47
  getDownloadUri = () => this.attributes.download_uri
48
48
 
49
- // array # Associated invoice line items
49
+ // array(object) # Associated invoice line items
50
50
  getInvoiceLineItems = () => this.attributes.invoice_line_items
51
51
 
52
52
  // string # Line item payment method
53
53
  getMethod = () => this.attributes.method
54
54
 
55
- // array # Associated payment line items
55
+ // array(object) # Associated payment line items
56
56
  getPaymentLineItems = () => this.attributes.payment_line_items
57
57
 
58
58
  // date-time # Date/time payment was reversed if applicable
@@ -37,7 +37,7 @@ class IpAddress {
37
37
  // int64 # Group ID
38
38
  getGroupId = () => this.attributes.group_id
39
39
 
40
- // array # A list of IP addresses.
40
+ // array(string) # A list of IP addresses.
41
41
  getIpAddresses = () => this.attributes.ip_addresses
42
42
 
43
43
  // Parameters:
@@ -49,7 +49,7 @@ class Message {
49
49
  this.attributes.body = value
50
50
  }
51
51
 
52
- // array # Comments.
52
+ // array(object) # Comments.
53
53
  getComments = () => this.attributes.comments
54
54
 
55
55
  setComments = value => {
@@ -42,7 +42,7 @@ class MessageComment {
42
42
  this.attributes.body = value
43
43
  }
44
44
 
45
- // array # Reactions to this comment.
45
+ // array(object) # Reactions to this comment.
46
46
  getReactions = () => this.attributes.reactions
47
47
 
48
48
  setReactions = value => {
@@ -56,14 +56,14 @@ class Notification {
56
56
  this.attributes.group_name = value
57
57
  }
58
58
 
59
- // array # If set, will only notify on actions made by a member of one of the specified groups
59
+ // array(int64) # If set, will only notify on actions made by a member of one of the specified groups
60
60
  getTriggeringGroupIds = () => this.attributes.triggering_group_ids
61
61
 
62
62
  setTriggeringGroupIds = value => {
63
63
  this.attributes.triggering_group_ids = value
64
64
  }
65
65
 
66
- // array # If set, will onlynotify on actions made one of the specified users
66
+ // array(int64) # If set, will onlynotify on actions made one of the specified users
67
67
  getTriggeringUserIds = () => this.attributes.triggering_user_ids
68
68
 
69
69
  setTriggeringUserIds = value => {
@@ -140,7 +140,7 @@ class Notification {
140
140
  this.attributes.message = value
141
141
  }
142
142
 
143
- // array # Array of filenames (possibly with wildcards) to scope trigger
143
+ // array(string) # Array of filenames (possibly with wildcards) to scope trigger
144
144
  getTriggeringFilenames = () => this.attributes.triggering_filenames
145
145
 
146
146
  setTriggeringFilenames = value => {
@@ -46,13 +46,13 @@ class Payment {
46
46
  // string # Line item download uri
47
47
  getDownloadUri = () => this.attributes.download_uri
48
48
 
49
- // array # Associated invoice line items
49
+ // array(object) # Associated invoice line items
50
50
  getInvoiceLineItems = () => this.attributes.invoice_line_items
51
51
 
52
52
  // string # Line item payment method
53
53
  getMethod = () => this.attributes.method
54
54
 
55
- // array # Associated payment line items
55
+ // array(object) # Associated payment line items
56
56
  getPaymentLineItems = () => this.attributes.payment_line_items
57
57
 
58
58
  // date-time # Date/time payment was reversed if applicable
@@ -28,7 +28,7 @@ class SettingsChange {
28
28
 
29
29
  isLoaded = () => !!this.attributes.id
30
30
 
31
- // array # Markdown-formatted change messages.
31
+ // array(string) # Markdown-formatted change messages.
32
32
  getChanges = () => this.attributes.changes
33
33
 
34
34
  // date-time # The time this change was made
@@ -56,7 +56,7 @@ class ShareGroup {
56
56
  this.attributes.user_id = value
57
57
  }
58
58
 
59
- // array # A list of share group members
59
+ // array(object) # A list of share group members
60
60
  getMembers = () => this.attributes.members
61
61
 
62
62
  setMembers = value => {
@@ -31,7 +31,7 @@ class Site {
31
31
  // string # Site name
32
32
  getName = () => this.attributes.name
33
33
 
34
- // array # Additional extensions that are considered text files
34
+ // array(string) # Additional extensions that are considered text files
35
35
  getAdditionalTextFileTypes = () => this.attributes.additional_text_file_types
36
36
 
37
37
  // boolean # Is SMS two factor authentication allowed?
@@ -91,7 +91,7 @@ class Site {
91
91
  // boolean # Do Bundles require password protection?
92
92
  getBundlePasswordRequired = () => this.attributes.bundle_password_required
93
93
 
94
- // array # List of email domains to disallow when entering a Bundle/Inbox recipients
94
+ // array(string) # List of email domains to disallow when entering a Bundle/Inbox recipients
95
95
  getBundleRecipientBlacklistDomains = () => this.attributes.bundle_recipient_blacklist_domains
96
96
 
97
97
  // boolean # Disallow free email domains for Bundle/Inbox recipients?
@@ -40,7 +40,7 @@ class Status {
40
40
  // Auto # Additional data
41
41
  getData = () => this.attributes.data
42
42
 
43
- // array # A list of api errors
43
+ // array(object) # A list of api errors
44
44
  getErrors = () => this.attributes.errors
45
45
 
46
46
  // int64 # Required Clickwrap id
@@ -42,7 +42,7 @@ class User {
42
42
  this.attributes.username = value
43
43
  }
44
44
 
45
- // array # List of group IDs of which this user is an administrator
45
+ // array(int64) # List of group IDs of which this user is an administrator
46
46
  getAdminGroupIds = () => this.attributes.admin_group_ids
47
47
 
48
48
  setAdminGroupIds = value => {