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.
- package/_VERSION +1 -1
- package/docs/models/AccountLineItem.md +2 -2
- package/docs/models/Action.md +1 -1
- package/docs/models/ApiKey.md +2 -2
- package/docs/models/App.md +1 -1
- package/docs/models/As2Partner.md +2 -2
- package/docs/models/As2Station.md +2 -2
- package/docs/models/Automation.md +10 -10
- package/docs/models/Behavior.md +2 -2
- package/docs/models/Bundle.md +5 -5
- package/docs/models/BundleNotification.md +2 -2
- package/docs/models/Clickwrap.md +2 -2
- package/docs/models/Errors.md +2 -2
- package/docs/models/File.md +6 -12
- package/docs/models/FileComment.md +1 -1
- package/docs/models/FormField.md +1 -1
- package/docs/models/FormFieldSet.md +4 -4
- package/docs/models/GpgKey.md +2 -2
- package/docs/models/Group.md +2 -2
- package/docs/models/GroupUser.md +1 -1
- package/docs/models/History.md +1 -1
- package/docs/models/Invoice.md +2 -2
- package/docs/models/IpAddress.md +1 -1
- package/docs/models/Message.md +3 -3
- package/docs/models/MessageComment.md +3 -3
- package/docs/models/MessageCommentReaction.md +1 -1
- package/docs/models/MessageReaction.md +1 -1
- package/docs/models/Notification.md +5 -5
- package/docs/models/Payment.md +2 -2
- package/docs/models/Project.md +2 -2
- package/docs/models/PublicKey.md +2 -2
- package/docs/models/RemoteServer.md +3 -3
- package/docs/models/SettingsChange.md +1 -1
- package/docs/models/SftpHostKey.md +2 -2
- package/docs/models/ShareGroup.md +3 -3
- package/docs/models/Site.md +2 -2
- package/docs/models/Snapshot.md +3 -3
- package/docs/models/SsoStrategy.md +1 -1
- package/docs/models/Status.md +1 -1
- package/docs/models/Style.md +2 -4
- package/docs/models/User.md +6 -6
- package/docs/models/UserRequest.md +1 -1
- package/lib/Files.js +1 -1
- package/lib/models/AccountLineItem.js +2 -2
- package/lib/models/Action.js +1 -1
- package/lib/models/App.js +1 -1
- package/lib/models/Automation.js +7 -7
- package/lib/models/Bundle.js +2 -2
- package/lib/models/Errors.js +2 -2
- package/lib/models/FileComment.js +1 -1
- package/lib/models/FormField.js +1 -1
- package/lib/models/FormFieldSet.js +2 -2
- package/lib/models/GroupUser.js +1 -1
- package/lib/models/History.js +1 -1
- package/lib/models/Invoice.js +2 -2
- package/lib/models/IpAddress.js +1 -1
- package/lib/models/Message.js +1 -1
- package/lib/models/MessageComment.js +1 -1
- package/lib/models/Notification.js +3 -3
- package/lib/models/Payment.js +2 -2
- package/lib/models/SettingsChange.js +1 -1
- package/lib/models/ShareGroup.js +1 -1
- package/lib/models/Site.js +2 -2
- package/lib/models/Status.js +1 -1
- package/lib/models/User.js +1 -1
- package/package.json +1 -1
- package/src/Files.js +1 -1
- package/src/models/AccountLineItem.js +2 -2
- package/src/models/Action.js +1 -1
- package/src/models/App.js +1 -1
- package/src/models/Automation.js +7 -7
- package/src/models/Bundle.js +2 -2
- package/src/models/Errors.js +2 -2
- package/src/models/FileComment.js +1 -1
- package/src/models/FormField.js +1 -1
- package/src/models/FormFieldSet.js +2 -2
- package/src/models/GroupUser.js +1 -1
- package/src/models/History.js +1 -1
- package/src/models/Invoice.js +2 -2
- package/src/models/IpAddress.js +1 -1
- package/src/models/Message.js +1 -1
- package/src/models/MessageComment.js +1 -1
- package/src/models/Notification.js +3 -3
- package/src/models/Payment.js +2 -2
- package/src/models/SettingsChange.js +1 -1
- package/src/models/ShareGroup.js +1 -1
- package/src/models/Site.js +2 -2
- package/src/models/Status.js +1 -1
- package/src/models/User.js +1 -1
package/src/models/Automation.js
CHANGED
@@ -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 => {
|
package/src/models/Bundle.js
CHANGED
@@ -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 => {
|
package/src/models/Errors.js
CHANGED
@@ -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
|
|
package/src/models/FormField.js
CHANGED
@@ -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 => {
|
package/src/models/GroupUser.js
CHANGED
@@ -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 => {
|
package/src/models/History.js
CHANGED
package/src/models/Invoice.js
CHANGED
@@ -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
|
package/src/models/IpAddress.js
CHANGED
package/src/models/Message.js
CHANGED
@@ -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 => {
|
package/src/models/Payment.js
CHANGED
@@ -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
|
package/src/models/ShareGroup.js
CHANGED
package/src/models/Site.js
CHANGED
@@ -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?
|
package/src/models/Status.js
CHANGED
package/src/models/User.js
CHANGED
@@ -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 => {
|