files.com 1.2.86 → 1.2.88

Sign up to get free protection for your applications and to get access to all the features.
Files changed (214) hide show
  1. package/_VERSION +1 -1
  2. package/docs/models/ActionNotificationExportResult.md +3 -0
  3. package/docs/models/ApiKey.md +6 -0
  4. package/docs/models/ApiRequestLog.md +3 -0
  5. package/docs/models/App.md +3 -0
  6. package/docs/models/As2IncomingMessage.md +3 -0
  7. package/docs/models/As2OutgoingMessage.md +3 -0
  8. package/docs/models/As2Partner.md +42 -29
  9. package/docs/models/As2Station.md +3 -0
  10. package/docs/models/Automation.md +17 -3
  11. package/docs/models/AutomationLog.md +3 -0
  12. package/docs/models/AutomationRun.md +3 -0
  13. package/docs/models/BandwidthSnapshot.md +3 -0
  14. package/docs/models/Behavior.md +26 -19
  15. package/docs/models/Bundle.md +4 -5
  16. package/docs/models/BundleAction.md +4 -0
  17. package/docs/models/BundleDownload.md +3 -0
  18. package/docs/models/BundleNotification.md +3 -0
  19. package/docs/models/BundleRecipient.md +3 -0
  20. package/docs/models/BundleRegistration.md +3 -0
  21. package/docs/models/Clickwrap.md +3 -0
  22. package/docs/models/DnsRecord.md +3 -0
  23. package/docs/models/EmailIncomingMessage.md +3 -0
  24. package/docs/models/EmailLog.md +3 -0
  25. package/docs/models/ExavaultApiRequestLog.md +3 -0
  26. package/docs/models/ExternalEvent.md +3 -0
  27. package/docs/models/FileComment.md +3 -0
  28. package/docs/models/FileMigration.md +1 -1
  29. package/docs/models/FileMigrationLog.md +3 -0
  30. package/docs/models/Folder.md +2 -0
  31. package/docs/models/FormFieldSet.md +3 -0
  32. package/docs/models/FtpActionLog.md +3 -0
  33. package/docs/models/GpgKey.md +3 -0
  34. package/docs/models/Group.md +3 -0
  35. package/docs/models/GroupUser.md +3 -0
  36. package/docs/models/History.md +20 -0
  37. package/docs/models/HistoryExportResult.md +4 -0
  38. package/docs/models/InboxRecipient.md +3 -0
  39. package/docs/models/InboxRegistration.md +3 -0
  40. package/docs/models/InboxUpload.md +3 -0
  41. package/docs/models/Invoice.md +3 -0
  42. package/docs/models/IpAddress.md +12 -0
  43. package/docs/models/Lock.md +6 -3
  44. package/docs/models/Message.md +3 -0
  45. package/docs/models/MessageComment.md +3 -0
  46. package/docs/models/MessageCommentReaction.md +3 -0
  47. package/docs/models/MessageReaction.md +3 -0
  48. package/docs/models/Notification.md +4 -1
  49. package/docs/models/OutboundConnectionLog.md +56 -0
  50. package/docs/models/Payment.md +3 -0
  51. package/docs/models/Permission.md +3 -0
  52. package/docs/models/Priority.md +3 -0
  53. package/docs/models/Project.md +3 -0
  54. package/docs/models/PublicHostingRequestLog.md +3 -0
  55. package/docs/models/PublicKey.md +3 -0
  56. package/docs/models/RemoteBandwidthSnapshot.md +3 -0
  57. package/docs/models/RemoteServer.md +3 -0
  58. package/docs/models/Request.md +6 -0
  59. package/docs/models/SettingsChange.md +3 -0
  60. package/docs/models/SftpActionLog.md +3 -0
  61. package/docs/models/SftpHostKey.md +3 -0
  62. package/docs/models/ShareGroup.md +3 -0
  63. package/docs/models/Snapshot.md +3 -0
  64. package/docs/models/SsoStrategy.md +4 -1
  65. package/docs/models/SyncLog.md +3 -0
  66. package/docs/models/UsageDailySnapshot.md +3 -0
  67. package/docs/models/UsageSnapshot.md +3 -0
  68. package/docs/models/User.md +6 -3
  69. package/docs/models/UserCipherUse.md +3 -0
  70. package/docs/models/UserRequest.md +3 -0
  71. package/docs/models/WebDavActionLog.md +3 -0
  72. package/lib/Files.js +1 -1
  73. package/lib/models/ActionNotificationExportResult.js +19 -5
  74. package/lib/models/ApiKey.js +34 -6
  75. package/lib/models/ApiRequestLog.js +17 -3
  76. package/lib/models/App.js +17 -3
  77. package/lib/models/As2IncomingMessage.js +19 -5
  78. package/lib/models/As2OutgoingMessage.js +19 -5
  79. package/lib/models/As2Partner.js +120 -64
  80. package/lib/models/As2Station.js +17 -3
  81. package/lib/models/Automation.js +31 -6
  82. package/lib/models/AutomationLog.js +17 -3
  83. package/lib/models/AutomationRun.js +19 -5
  84. package/lib/models/BandwidthSnapshot.js +17 -3
  85. package/lib/models/Behavior.js +53 -31
  86. package/lib/models/Bundle.js +18 -6
  87. package/lib/models/BundleAction.js +21 -7
  88. package/lib/models/BundleDownload.js +21 -7
  89. package/lib/models/BundleNotification.js +17 -3
  90. package/lib/models/BundleRecipient.js +19 -5
  91. package/lib/models/BundleRegistration.js +19 -5
  92. package/lib/models/Clickwrap.js +17 -3
  93. package/lib/models/DnsRecord.js +17 -3
  94. package/lib/models/EmailIncomingMessage.js +17 -3
  95. package/lib/models/EmailLog.js +17 -3
  96. package/lib/models/ExavaultApiRequestLog.js +17 -3
  97. package/lib/models/ExternalEvent.js +17 -3
  98. package/lib/models/FileComment.js +19 -5
  99. package/lib/models/FileMigration.js +1 -1
  100. package/lib/models/FileMigrationLog.js +17 -3
  101. package/lib/models/Folder.js +18 -11
  102. package/lib/models/FormFieldSet.js +17 -3
  103. package/lib/models/FtpActionLog.js +17 -3
  104. package/lib/models/GpgKey.js +17 -3
  105. package/lib/models/Group.js +19 -5
  106. package/lib/models/GroupUser.js +19 -5
  107. package/lib/models/History.js +91 -21
  108. package/lib/models/HistoryExportResult.js +19 -5
  109. package/lib/models/InboxRecipient.js +19 -5
  110. package/lib/models/InboxRegistration.js +19 -5
  111. package/lib/models/InboxUpload.js +21 -7
  112. package/lib/models/Invoice.js +17 -3
  113. package/lib/models/IpAddress.js +68 -12
  114. package/lib/models/Lock.js +22 -8
  115. package/lib/models/Message.js +19 -5
  116. package/lib/models/MessageComment.js +19 -5
  117. package/lib/models/MessageCommentReaction.js +19 -5
  118. package/lib/models/MessageReaction.js +19 -5
  119. package/lib/models/Notification.js +22 -8
  120. package/lib/models/OutboundConnectionLog.js +164 -0
  121. package/lib/models/Payment.js +17 -3
  122. package/lib/models/Permission.js +23 -9
  123. package/lib/models/Priority.js +19 -5
  124. package/lib/models/Project.js +17 -3
  125. package/lib/models/PublicHostingRequestLog.js +17 -3
  126. package/lib/models/PublicKey.js +17 -3
  127. package/lib/models/RemoteBandwidthSnapshot.js +17 -3
  128. package/lib/models/RemoteServer.js +17 -3
  129. package/lib/models/Request.js +38 -10
  130. package/lib/models/SettingsChange.js +17 -3
  131. package/lib/models/SftpActionLog.js +17 -3
  132. package/lib/models/SftpHostKey.js +17 -3
  133. package/lib/models/ShareGroup.js +17 -3
  134. package/lib/models/Snapshot.js +17 -3
  135. package/lib/models/SsoStrategy.js +18 -4
  136. package/lib/models/SyncLog.js +17 -3
  137. package/lib/models/UsageDailySnapshot.js +17 -3
  138. package/lib/models/UsageSnapshot.js +17 -3
  139. package/lib/models/User.js +24 -10
  140. package/lib/models/UserCipherUse.js +17 -3
  141. package/lib/models/UserRequest.js +17 -3
  142. package/lib/models/WebDavActionLog.js +17 -3
  143. package/package.json +1 -1
  144. package/src/Files.js +1 -1
  145. package/src/models/ActionNotificationExportResult.js +10 -0
  146. package/src/models/ApiKey.js +22 -0
  147. package/src/models/ApiRequestLog.js +10 -0
  148. package/src/models/App.js +10 -0
  149. package/src/models/As2IncomingMessage.js +10 -0
  150. package/src/models/As2OutgoingMessage.js +10 -0
  151. package/src/models/As2Partner.js +82 -38
  152. package/src/models/As2Station.js +10 -0
  153. package/src/models/Automation.js +24 -3
  154. package/src/models/AutomationLog.js +10 -0
  155. package/src/models/AutomationRun.js +10 -0
  156. package/src/models/BandwidthSnapshot.js +10 -0
  157. package/src/models/Behavior.js +39 -23
  158. package/src/models/Bundle.js +11 -3
  159. package/src/models/BundleAction.js +10 -0
  160. package/src/models/BundleDownload.js +10 -0
  161. package/src/models/BundleNotification.js +10 -0
  162. package/src/models/BundleRecipient.js +10 -0
  163. package/src/models/BundleRegistration.js +10 -0
  164. package/src/models/Clickwrap.js +10 -0
  165. package/src/models/DnsRecord.js +10 -0
  166. package/src/models/EmailIncomingMessage.js +10 -0
  167. package/src/models/EmailLog.js +10 -0
  168. package/src/models/ExavaultApiRequestLog.js +10 -0
  169. package/src/models/ExternalEvent.js +10 -0
  170. package/src/models/FileComment.js +10 -0
  171. package/src/models/FileMigration.js +1 -1
  172. package/src/models/FileMigrationLog.js +10 -0
  173. package/src/models/Folder.js +5 -0
  174. package/src/models/FormFieldSet.js +10 -0
  175. package/src/models/FtpActionLog.js +10 -0
  176. package/src/models/GpgKey.js +10 -0
  177. package/src/models/Group.js +10 -0
  178. package/src/models/GroupUser.js +10 -0
  179. package/src/models/History.js +50 -0
  180. package/src/models/HistoryExportResult.js +10 -0
  181. package/src/models/InboxRecipient.js +10 -0
  182. package/src/models/InboxRegistration.js +10 -0
  183. package/src/models/InboxUpload.js +10 -0
  184. package/src/models/Invoice.js +10 -0
  185. package/src/models/IpAddress.js +40 -0
  186. package/src/models/Lock.js +13 -3
  187. package/src/models/Message.js +10 -0
  188. package/src/models/MessageComment.js +10 -0
  189. package/src/models/MessageCommentReaction.js +10 -0
  190. package/src/models/MessageReaction.js +10 -0
  191. package/src/models/Notification.js +11 -1
  192. package/src/models/OutboundConnectionLog.js +106 -0
  193. package/src/models/Payment.js +10 -0
  194. package/src/models/Permission.js +10 -0
  195. package/src/models/Priority.js +10 -0
  196. package/src/models/Project.js +10 -0
  197. package/src/models/PublicHostingRequestLog.js +10 -0
  198. package/src/models/PublicKey.js +10 -0
  199. package/src/models/RemoteBandwidthSnapshot.js +10 -0
  200. package/src/models/RemoteServer.js +10 -0
  201. package/src/models/Request.js +20 -0
  202. package/src/models/SettingsChange.js +10 -0
  203. package/src/models/SftpActionLog.js +10 -0
  204. package/src/models/SftpHostKey.js +10 -0
  205. package/src/models/ShareGroup.js +10 -0
  206. package/src/models/Snapshot.js +10 -0
  207. package/src/models/SsoStrategy.js +11 -1
  208. package/src/models/SyncLog.js +10 -0
  209. package/src/models/UsageDailySnapshot.js +10 -0
  210. package/src/models/UsageSnapshot.js +10 -0
  211. package/src/models/User.js +13 -3
  212. package/src/models/UserCipherUse.js +10 -0
  213. package/src/models/UserRequest.js +10 -0
  214. package/src/models/WebDavActionLog.js +10 -0
@@ -28,14 +28,14 @@ class As2Partner {
28
28
 
29
29
  isLoaded = () => !!this.attributes.id
30
30
 
31
- // int64 # Id of the AS2 Partner.
31
+ // int64 # ID of the AS2 Partner.
32
32
  getId = () => this.attributes.id
33
33
 
34
34
  setId = value => {
35
35
  this.attributes.id = value
36
36
  }
37
37
 
38
- // int64 # Id of the AS2 Station associated with this partner.
38
+ // int64 # ID of the AS2 Station associated with this partner.
39
39
  getAs2StationId = () => this.attributes.as2_station_id
40
40
 
41
41
  setAs2StationId = value => {
@@ -49,28 +49,35 @@ class As2Partner {
49
49
  this.attributes.name = value
50
50
  }
51
51
 
52
- // string # Public URI for sending AS2 message to.
52
+ // string # Public URI where we will send the AS2 messages (via HTTP/HTTPS).
53
53
  getUri = () => this.attributes.uri
54
54
 
55
55
  setUri = value => {
56
56
  this.attributes.uri = value
57
57
  }
58
58
 
59
- // string # Remote server certificate security setting
59
+ // string # Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS?
60
60
  getServerCertificate = () => this.attributes.server_certificate
61
61
 
62
62
  setServerCertificate = value => {
63
63
  this.attributes.server_certificate = value
64
64
  }
65
65
 
66
- // string # MDN Validation Level controls how to evaluate message transfer success based on a partner's MDN response. NOTE: This setting does not affect MDN storage; all MDNs received from a partner are always stored. `none`: MDN is stored for informational purposes only, a successful HTTPS transfer is a successful AS2 transfer. `weak`: Inspect the MDN for MIC and Disposition only. `normal`: `weak` plus validate MDN signature matches body, `strict`: `normal` but do not allow signatures from self-signed or incorrectly purposed certificates.
66
+ // string # Username to send to server for HTTP Authentication.
67
+ getHttpAuthUsername = () => this.attributes.http_auth_username
68
+
69
+ setHttpAuthUsername = value => {
70
+ this.attributes.http_auth_username = value
71
+ }
72
+
73
+ // string # How should Files.com evaluate message transfer success based on a partner's MDN response? This setting does not affect MDN storage; all MDNs received from a partner are always stored. `none`: MDN is stored for informational purposes only, a successful HTTPS transfer is a successful AS2 transfer. `weak`: Inspect the MDN for MIC and Disposition only. `normal`: `weak` plus validate MDN signature matches body, `strict`: `normal` but do not allow signatures from self-signed or incorrectly purposed certificates.
67
74
  getMdnValidationLevel = () => this.attributes.mdn_validation_level
68
75
 
69
76
  setMdnValidationLevel = value => {
70
77
  this.attributes.mdn_validation_level = value
71
78
  }
72
79
 
73
- // boolean # `true` if remote server only accepts connections from dedicated IPs
80
+ // boolean # If `true`, we will use your site's dedicated IPs for all outbound connections to this AS2 PArtner.
74
81
  getEnableDedicatedIps = () => this.attributes.enable_dedicated_ips
75
82
 
76
83
  setEnableDedicatedIps = value => {
@@ -126,7 +133,14 @@ class As2Partner {
126
133
  this.attributes.public_certificate_not_after = value
127
134
  }
128
135
 
129
- // string
136
+ // string # Password to send to server for HTTP Authentication.
137
+ getHttpAuthPassword = () => this.attributes.http_auth_password
138
+
139
+ setHttpAuthPassword = value => {
140
+ this.attributes.http_auth_password = value
141
+ }
142
+
143
+ // string # Public certificate for AS2 Partner. Note: This is the certificate for AS2 message security, not a certificate used for HTTPS authentication.
130
144
  getPublicCertificate = () => this.attributes.public_certificate
131
145
 
132
146
  setPublicCertificate = value => {
@@ -134,12 +148,14 @@ class As2Partner {
134
148
  }
135
149
 
136
150
  // Parameters:
137
- // name - string - AS2 Name
138
- // uri - string - URL base for AS2 responses
139
- // server_certificate - string - Remote server certificate security setting
140
- // mdn_validation_level - string - MDN Validation Level
141
- // public_certificate - string
142
- // enable_dedicated_ips - boolean
151
+ // enable_dedicated_ips - boolean - If `true`, we will use your site's dedicated IPs for all outbound connections to this AS2 PArtner.
152
+ // http_auth_username - string - Username to send to server for HTTP Authentication.
153
+ // http_auth_password - string - Password to send to server for HTTP Authentication.
154
+ // mdn_validation_level - string - How should Files.com evaluate message transfer success based on a partner's MDN response? This setting does not affect MDN storage; all MDNs received from a partner are always stored. `none`: MDN is stored for informational purposes only, a successful HTTPS transfer is a successful AS2 transfer. `weak`: Inspect the MDN for MIC and Disposition only. `normal`: `weak` plus validate MDN signature matches body, `strict`: `normal` but do not allow signatures from self-signed or incorrectly purposed certificates.
155
+ // server_certificate - string - Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS?
156
+ // name - string - The partner's formal AS2 name.
157
+ // uri - string - Public URI where we will send the AS2 messages (via HTTP/HTTPS).
158
+ // public_certificate - string - Public certificate for AS2 Partner. Note: This is the certificate for AS2 message security, not a certificate used for HTTPS authentication.
143
159
  update = async (params = {}) => {
144
160
  if (!this.attributes.id) {
145
161
  throw new errors.EmptyPropertyError('Current object has no id')
@@ -154,20 +170,28 @@ class As2Partner {
154
170
  throw new errors.InvalidParameterError(`Bad parameter: id must be of type Int, received ${getType(params.id)}`)
155
171
  }
156
172
 
157
- if (params.name && !isString(params.name)) {
158
- throw new errors.InvalidParameterError(`Bad parameter: name must be of type String, received ${getType(params.name)}`)
173
+ if (params.http_auth_username && !isString(params.http_auth_username)) {
174
+ throw new errors.InvalidParameterError(`Bad parameter: http_auth_username must be of type String, received ${getType(params.http_auth_username)}`)
159
175
  }
160
176
 
161
- if (params.uri && !isString(params.uri)) {
162
- throw new errors.InvalidParameterError(`Bad parameter: uri must be of type String, received ${getType(params.uri)}`)
177
+ if (params.http_auth_password && !isString(params.http_auth_password)) {
178
+ throw new errors.InvalidParameterError(`Bad parameter: http_auth_password must be of type String, received ${getType(params.http_auth_password)}`)
179
+ }
180
+
181
+ if (params.mdn_validation_level && !isString(params.mdn_validation_level)) {
182
+ throw new errors.InvalidParameterError(`Bad parameter: mdn_validation_level must be of type String, received ${getType(params.mdn_validation_level)}`)
163
183
  }
164
184
 
165
185
  if (params.server_certificate && !isString(params.server_certificate)) {
166
186
  throw new errors.InvalidParameterError(`Bad parameter: server_certificate must be of type String, received ${getType(params.server_certificate)}`)
167
187
  }
168
188
 
169
- if (params.mdn_validation_level && !isString(params.mdn_validation_level)) {
170
- throw new errors.InvalidParameterError(`Bad parameter: mdn_validation_level must be of type String, received ${getType(params.mdn_validation_level)}`)
189
+ if (params.name && !isString(params.name)) {
190
+ throw new errors.InvalidParameterError(`Bad parameter: name must be of type String, received ${getType(params.name)}`)
191
+ }
192
+
193
+ if (params.uri && !isString(params.uri)) {
194
+ throw new errors.InvalidParameterError(`Bad parameter: uri must be of type String, received ${getType(params.uri)}`)
171
195
  }
172
196
 
173
197
  if (params.public_certificate && !isString(params.public_certificate)) {
@@ -230,6 +254,8 @@ class As2Partner {
230
254
  // Parameters:
231
255
  // 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.
232
256
  // per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
257
+ // action - string
258
+ // page - int64
233
259
  static list = async (params = {}, options = {}) => {
234
260
  if (params.cursor && !isString(params.cursor)) {
235
261
  throw new errors.InvalidParameterError(`Bad parameter: cursor must be of type String, received ${getType(params.cursor)}`)
@@ -239,6 +265,14 @@ class As2Partner {
239
265
  throw new errors.InvalidParameterError(`Bad parameter: per_page must be of type Int, received ${getType(params.per_page)}`)
240
266
  }
241
267
 
268
+ if (params.action && !isString(params.action)) {
269
+ throw new errors.InvalidParameterError(`Bad parameter: action must be of type String, received ${getType(params.action)}`)
270
+ }
271
+
272
+ if (params.page && !isInt(params.page)) {
273
+ throw new errors.InvalidParameterError(`Bad parameter: page must be of type Int, received ${getType(params.page)}`)
274
+ }
275
+
242
276
  const response = await Api.sendRequest('/as2_partners', 'GET', params, options)
243
277
 
244
278
  return response?.data?.map(obj => new As2Partner(obj, options)) || []
@@ -273,14 +307,20 @@ class As2Partner {
273
307
  As2Partner.find(id, params, options)
274
308
 
275
309
  // Parameters:
276
- // name (required) - string - AS2 Name
277
- // uri (required) - string - URL base for AS2 responses
278
- // public_certificate (required) - string
279
- // as2_station_id (required) - int64 - Id of As2Station for this partner
280
- // server_certificate - string - Remote server certificate security setting
281
- // mdn_validation_level - string - MDN Validation Level
282
- // enable_dedicated_ips - boolean
310
+ // enable_dedicated_ips - boolean - If `true`, we will use your site's dedicated IPs for all outbound connections to this AS2 PArtner.
311
+ // http_auth_username - string - Username to send to server for HTTP Authentication.
312
+ // http_auth_password - string - Password to send to server for HTTP Authentication.
313
+ // mdn_validation_level - string - How should Files.com evaluate message transfer success based on a partner's MDN response? This setting does not affect MDN storage; all MDNs received from a partner are always stored. `none`: MDN is stored for informational purposes only, a successful HTTPS transfer is a successful AS2 transfer. `weak`: Inspect the MDN for MIC and Disposition only. `normal`: `weak` plus validate MDN signature matches body, `strict`: `normal` but do not allow signatures from self-signed or incorrectly purposed certificates.
314
+ // server_certificate - string - Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS?
315
+ // as2_station_id (required) - int64 - ID of the AS2 Station associated with this partner.
316
+ // name (required) - string - The partner's formal AS2 name.
317
+ // uri (required) - string - Public URI where we will send the AS2 messages (via HTTP/HTTPS).
318
+ // public_certificate (required) - string - Public certificate for AS2 Partner. Note: This is the certificate for AS2 message security, not a certificate used for HTTPS authentication.
283
319
  static create = async (params = {}, options = {}) => {
320
+ if (!params.as2_station_id) {
321
+ throw new errors.MissingParameterError('Parameter missing: as2_station_id')
322
+ }
323
+
284
324
  if (!params.name) {
285
325
  throw new errors.MissingParameterError('Parameter missing: name')
286
326
  }
@@ -293,32 +333,36 @@ class As2Partner {
293
333
  throw new errors.MissingParameterError('Parameter missing: public_certificate')
294
334
  }
295
335
 
296
- if (!params.as2_station_id) {
297
- throw new errors.MissingParameterError('Parameter missing: as2_station_id')
336
+ if (params.http_auth_username && !isString(params.http_auth_username)) {
337
+ throw new errors.InvalidParameterError(`Bad parameter: http_auth_username must be of type String, received ${getType(params.http_auth_username)}`)
298
338
  }
299
339
 
300
- if (params.name && !isString(params.name)) {
301
- throw new errors.InvalidParameterError(`Bad parameter: name must be of type String, received ${getType(params.name)}`)
340
+ if (params.http_auth_password && !isString(params.http_auth_password)) {
341
+ throw new errors.InvalidParameterError(`Bad parameter: http_auth_password must be of type String, received ${getType(params.http_auth_password)}`)
302
342
  }
303
343
 
304
- if (params.uri && !isString(params.uri)) {
305
- throw new errors.InvalidParameterError(`Bad parameter: uri must be of type String, received ${getType(params.uri)}`)
344
+ if (params.mdn_validation_level && !isString(params.mdn_validation_level)) {
345
+ throw new errors.InvalidParameterError(`Bad parameter: mdn_validation_level must be of type String, received ${getType(params.mdn_validation_level)}`)
306
346
  }
307
347
 
308
- if (params.public_certificate && !isString(params.public_certificate)) {
309
- throw new errors.InvalidParameterError(`Bad parameter: public_certificate must be of type String, received ${getType(params.public_certificate)}`)
348
+ if (params.server_certificate && !isString(params.server_certificate)) {
349
+ throw new errors.InvalidParameterError(`Bad parameter: server_certificate must be of type String, received ${getType(params.server_certificate)}`)
310
350
  }
311
351
 
312
352
  if (params.as2_station_id && !isInt(params.as2_station_id)) {
313
353
  throw new errors.InvalidParameterError(`Bad parameter: as2_station_id must be of type Int, received ${getType(params.as2_station_id)}`)
314
354
  }
315
355
 
316
- if (params.server_certificate && !isString(params.server_certificate)) {
317
- throw new errors.InvalidParameterError(`Bad parameter: server_certificate must be of type String, received ${getType(params.server_certificate)}`)
356
+ if (params.name && !isString(params.name)) {
357
+ throw new errors.InvalidParameterError(`Bad parameter: name must be of type String, received ${getType(params.name)}`)
318
358
  }
319
359
 
320
- if (params.mdn_validation_level && !isString(params.mdn_validation_level)) {
321
- throw new errors.InvalidParameterError(`Bad parameter: mdn_validation_level must be of type String, received ${getType(params.mdn_validation_level)}`)
360
+ if (params.uri && !isString(params.uri)) {
361
+ throw new errors.InvalidParameterError(`Bad parameter: uri must be of type String, received ${getType(params.uri)}`)
362
+ }
363
+
364
+ if (params.public_certificate && !isString(params.public_certificate)) {
365
+ throw new errors.InvalidParameterError(`Bad parameter: public_certificate must be of type String, received ${getType(params.public_certificate)}`)
322
366
  }
323
367
 
324
368
  const response = await Api.sendRequest('/as2_partners', 'POST', params, options)
@@ -231,6 +231,8 @@ class As2Station {
231
231
  // Parameters:
232
232
  // 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.
233
233
  // per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
234
+ // action - string
235
+ // page - int64
234
236
  static list = async (params = {}, options = {}) => {
235
237
  if (params.cursor && !isString(params.cursor)) {
236
238
  throw new errors.InvalidParameterError(`Bad parameter: cursor must be of type String, received ${getType(params.cursor)}`)
@@ -240,6 +242,14 @@ class As2Station {
240
242
  throw new errors.InvalidParameterError(`Bad parameter: per_page must be of type Int, received ${getType(params.per_page)}`)
241
243
  }
242
244
 
245
+ if (params.action && !isString(params.action)) {
246
+ throw new errors.InvalidParameterError(`Bad parameter: action must be of type String, received ${getType(params.action)}`)
247
+ }
248
+
249
+ if (params.page && !isInt(params.page)) {
250
+ throw new errors.InvalidParameterError(`Bad parameter: page must be of type Int, received ${getType(params.page)}`)
251
+ }
252
+
243
253
  const response = await Api.sendRequest('/as2_stations', 'GET', params, options)
244
254
 
245
255
  return response?.data?.map(obj => new As2Station(obj, options)) || []
@@ -126,6 +126,13 @@ class Automation {
126
126
  this.attributes.last_modified_at = value
127
127
  }
128
128
 
129
+ // boolean # If `true`, use the legacy behavior for this automation, where it can operate on folders in addition to just files. This behavior no longer works and should not be used.
130
+ getLegacyFolderMatching = () => this.attributes.legacy_folder_matching
131
+
132
+ setLegacyFolderMatching = value => {
133
+ this.attributes.legacy_folder_matching = value
134
+ }
135
+
129
136
  // string # Name for this automation.
130
137
  getName = () => this.attributes.name
131
138
 
@@ -252,7 +259,7 @@ class Automation {
252
259
  this.attributes.webhook_url = value
253
260
  }
254
261
 
255
- // string # DEPRECATED: Destination Path. Use `destinations` instead.
262
+ // string
256
263
  getDestination = () => this.attributes.destination
257
264
 
258
265
  setDestination = value => {
@@ -287,7 +294,7 @@ class Automation {
287
294
 
288
295
  // Parameters:
289
296
  // source - string - Source Path
290
- // destination - string - DEPRECATED: Destination Path. Use `destinations` instead.
297
+ // destination - string
291
298
  // destinations - array(string) - A list of String destination paths or Hash of folder_path and optional file_path.
292
299
  // destination_replace_from - string - If set, this string in the destination path will be replaced with the value in `destination_replace_to`.
293
300
  // 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.
@@ -296,6 +303,7 @@ class Automation {
296
303
  // sync_ids - string - A list of sync IDs the automation is associated with. If sent as a string, it should be comma-delimited.
297
304
  // user_ids - string - A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
298
305
  // group_ids - string - A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
306
+ // schedule - object
299
307
  // schedule_days_of_week - array(int64) - If trigger is `custom_schedule`. A list of days of the week to run this automation. 0 is Sunday, 1 is Monday, etc.
300
308
  // schedule_times_of_day - array(string) - If trigger is `custom_schedule`. A list of times of day to run this automation. 24-hour time format.
301
309
  // schedule_time_zone - string - If trigger is `custom_schedule`. Time zone for the schedule.
@@ -304,6 +312,7 @@ class Automation {
304
312
  // disabled - boolean - If true, this automation will not run.
305
313
  // 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.
306
314
  // ignore_locked_folders - boolean - If true, the Lock Folders behavior will be disregarded for automated actions.
315
+ // legacy_folder_matching - boolean - DEPRECATED: If `true`, use the legacy behavior for this automation, where it can operate on folders in addition to just files. This behavior no longer works and should not be used.
307
316
  // name - string - Name for this automation.
308
317
  // overwrite_files - boolean - If true, existing files will be overwritten with new files on Move/Copy automations. Note: by default files will not be overwritten if they appear to be the same file size as the newly incoming file. Use the `:always_overwrite_size_matching_files` option to override this.
309
318
  // path_time_zone - string - Timezone to use when rendering timestamps in paths.
@@ -462,6 +471,8 @@ class Automation {
462
471
  // Parameters:
463
472
  // 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.
464
473
  // per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
474
+ // action - string
475
+ // page - int64
465
476
  // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[automation]=desc`). Valid fields are `automation`, `disabled`, `last_modified_at` or `name`.
466
477
  // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `disabled`, `last_modified_at` or `automation`. Valid field combinations are `[ automation, disabled ]` and `[ disabled, automation ]`.
467
478
  // filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `last_modified_at`.
@@ -478,6 +489,14 @@ class Automation {
478
489
  throw new errors.InvalidParameterError(`Bad parameter: per_page must be of type Int, received ${getType(params.per_page)}`)
479
490
  }
480
491
 
492
+ if (params.action && !isString(params.action)) {
493
+ throw new errors.InvalidParameterError(`Bad parameter: action must be of type String, received ${getType(params.action)}`)
494
+ }
495
+
496
+ if (params.page && !isInt(params.page)) {
497
+ throw new errors.InvalidParameterError(`Bad parameter: page must be of type Int, received ${getType(params.page)}`)
498
+ }
499
+
481
500
  const response = await Api.sendRequest('/automations', 'GET', params, options)
482
501
 
483
502
  return response?.data?.map(obj => new Automation(obj, options)) || []
@@ -513,7 +532,7 @@ class Automation {
513
532
 
514
533
  // Parameters:
515
534
  // source - string - Source Path
516
- // destination - string - DEPRECATED: Destination Path. Use `destinations` instead.
535
+ // destination - string
517
536
  // destinations - array(string) - A list of String destination paths or Hash of folder_path and optional file_path.
518
537
  // destination_replace_from - string - If set, this string in the destination path will be replaced with the value in `destination_replace_to`.
519
538
  // 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.
@@ -522,6 +541,7 @@ class Automation {
522
541
  // sync_ids - string - A list of sync IDs the automation is associated with. If sent as a string, it should be comma-delimited.
523
542
  // user_ids - string - A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
524
543
  // group_ids - string - A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
544
+ // schedule - object
525
545
  // schedule_days_of_week - array(int64) - If trigger is `custom_schedule`. A list of days of the week to run this automation. 0 is Sunday, 1 is Monday, etc.
526
546
  // schedule_times_of_day - array(string) - If trigger is `custom_schedule`. A list of times of day to run this automation. 24-hour time format.
527
547
  // schedule_time_zone - string - If trigger is `custom_schedule`. Time zone for the schedule.
@@ -530,6 +550,7 @@ class Automation {
530
550
  // disabled - boolean - If true, this automation will not run.
531
551
  // 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.
532
552
  // ignore_locked_folders - boolean - If true, the Lock Folders behavior will be disregarded for automated actions.
553
+ // legacy_folder_matching - boolean - DEPRECATED: If `true`, use the legacy behavior for this automation, where it can operate on folders in addition to just files. This behavior no longer works and should not be used.
533
554
  // name - string - Name for this automation.
534
555
  // overwrite_files - boolean - If true, existing files will be overwritten with new files on Move/Copy automations. Note: by default files will not be overwritten if they appear to be the same file size as the newly incoming file. Use the `:always_overwrite_size_matching_files` option to override this.
535
556
  // path_time_zone - string - Timezone to use when rendering timestamps in paths.
@@ -58,6 +58,8 @@ class AutomationLog {
58
58
  // Parameters:
59
59
  // 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.
60
60
  // per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
61
+ // action - string
62
+ // page - int64
61
63
  // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `start_date`, `end_date`, `automation_id`, `automation_run_id`, `operation`, `path` or `status`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ start_date, end_date ]`, `[ start_date, automation_id ]`, `[ start_date, automation_run_id ]`, `[ start_date, operation ]`, `[ start_date, path ]`, `[ start_date, status ]`, `[ end_date, automation_id ]`, `[ end_date, automation_run_id ]`, `[ end_date, operation ]`, `[ end_date, path ]`, `[ end_date, status ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ operation, path ]`, `[ operation, status ]`, `[ path, status ]`, `[ start_date, end_date, automation_id ]`, `[ start_date, end_date, automation_run_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, status ]`, `[ start_date, automation_id, automation_run_id ]`, `[ start_date, automation_id, operation ]`, `[ start_date, automation_id, path ]`, `[ start_date, automation_id, status ]`, `[ start_date, automation_run_id, operation ]`, `[ start_date, automation_run_id, path ]`, `[ start_date, automation_run_id, status ]`, `[ start_date, operation, path ]`, `[ start_date, operation, status ]`, `[ start_date, path, status ]`, `[ end_date, automation_id, automation_run_id ]`, `[ end_date, automation_id, operation ]`, `[ end_date, automation_id, path ]`, `[ end_date, automation_id, status ]`, `[ end_date, automation_run_id, operation ]`, `[ end_date, automation_run_id, path ]`, `[ end_date, automation_run_id, status ]`, `[ end_date, operation, path ]`, `[ end_date, operation, status ]`, `[ end_date, path, status ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, path, status ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, path, status ]`, `[ operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id ]`, `[ start_date, end_date, automation_id, operation ]`, `[ start_date, end_date, automation_id, path ]`, `[ start_date, end_date, automation_id, status ]`, `[ start_date, end_date, automation_run_id, operation ]`, `[ start_date, end_date, automation_run_id, path ]`, `[ start_date, end_date, automation_run_id, status ]`, `[ start_date, end_date, operation, path ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, path, status ]`, `[ start_date, automation_id, automation_run_id, operation ]`, `[ start_date, automation_id, automation_run_id, path ]`, `[ start_date, automation_id, automation_run_id, status ]`, `[ start_date, automation_id, operation, path ]`, `[ start_date, automation_id, operation, status ]`, `[ start_date, automation_id, path, status ]`, `[ start_date, automation_run_id, operation, path ]`, `[ start_date, automation_run_id, operation, status ]`, `[ start_date, automation_run_id, path, status ]`, `[ start_date, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation ]`, `[ end_date, automation_id, automation_run_id, path ]`, `[ end_date, automation_id, automation_run_id, status ]`, `[ end_date, automation_id, operation, path ]`, `[ end_date, automation_id, operation, status ]`, `[ end_date, automation_id, path, status ]`, `[ end_date, automation_run_id, operation, path ]`, `[ end_date, automation_run_id, operation, status ]`, `[ end_date, automation_run_id, path, status ]`, `[ end_date, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, operation, path, status ]`, `[ automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation ]`, `[ start_date, end_date, automation_id, automation_run_id, path ]`, `[ start_date, end_date, automation_id, automation_run_id, status ]`, `[ start_date, end_date, automation_id, operation, path ]`, `[ start_date, end_date, automation_id, operation, status ]`, `[ start_date, end_date, automation_id, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_run_id, path, status ]`, `[ start_date, end_date, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, automation_id, automation_run_id, path, status ]`, `[ start_date, automation_id, operation, path, status ]`, `[ start_date, automation_run_id, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation, path ]`, `[ end_date, automation_id, automation_run_id, operation, status ]`, `[ end_date, automation_id, automation_run_id, path, status ]`, `[ end_date, automation_id, operation, path, status ]`, `[ end_date, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status ]`, `[ start_date, end_date, automation_id, operation, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path, status ]` or `[ end_date, automation_id, automation_run_id, operation, path, status ]`.
62
64
  // filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `operation`, `path` or `status`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ start_date, end_date ]`, `[ start_date, automation_id ]`, `[ start_date, automation_run_id ]`, `[ start_date, operation ]`, `[ start_date, path ]`, `[ start_date, status ]`, `[ end_date, automation_id ]`, `[ end_date, automation_run_id ]`, `[ end_date, operation ]`, `[ end_date, path ]`, `[ end_date, status ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ operation, path ]`, `[ operation, status ]`, `[ path, status ]`, `[ start_date, end_date, automation_id ]`, `[ start_date, end_date, automation_run_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, status ]`, `[ start_date, automation_id, automation_run_id ]`, `[ start_date, automation_id, operation ]`, `[ start_date, automation_id, path ]`, `[ start_date, automation_id, status ]`, `[ start_date, automation_run_id, operation ]`, `[ start_date, automation_run_id, path ]`, `[ start_date, automation_run_id, status ]`, `[ start_date, operation, path ]`, `[ start_date, operation, status ]`, `[ start_date, path, status ]`, `[ end_date, automation_id, automation_run_id ]`, `[ end_date, automation_id, operation ]`, `[ end_date, automation_id, path ]`, `[ end_date, automation_id, status ]`, `[ end_date, automation_run_id, operation ]`, `[ end_date, automation_run_id, path ]`, `[ end_date, automation_run_id, status ]`, `[ end_date, operation, path ]`, `[ end_date, operation, status ]`, `[ end_date, path, status ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, path, status ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, path, status ]`, `[ operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id ]`, `[ start_date, end_date, automation_id, operation ]`, `[ start_date, end_date, automation_id, path ]`, `[ start_date, end_date, automation_id, status ]`, `[ start_date, end_date, automation_run_id, operation ]`, `[ start_date, end_date, automation_run_id, path ]`, `[ start_date, end_date, automation_run_id, status ]`, `[ start_date, end_date, operation, path ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, path, status ]`, `[ start_date, automation_id, automation_run_id, operation ]`, `[ start_date, automation_id, automation_run_id, path ]`, `[ start_date, automation_id, automation_run_id, status ]`, `[ start_date, automation_id, operation, path ]`, `[ start_date, automation_id, operation, status ]`, `[ start_date, automation_id, path, status ]`, `[ start_date, automation_run_id, operation, path ]`, `[ start_date, automation_run_id, operation, status ]`, `[ start_date, automation_run_id, path, status ]`, `[ start_date, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation ]`, `[ end_date, automation_id, automation_run_id, path ]`, `[ end_date, automation_id, automation_run_id, status ]`, `[ end_date, automation_id, operation, path ]`, `[ end_date, automation_id, operation, status ]`, `[ end_date, automation_id, path, status ]`, `[ end_date, automation_run_id, operation, path ]`, `[ end_date, automation_run_id, operation, status ]`, `[ end_date, automation_run_id, path, status ]`, `[ end_date, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, operation, path, status ]`, `[ automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation ]`, `[ start_date, end_date, automation_id, automation_run_id, path ]`, `[ start_date, end_date, automation_id, automation_run_id, status ]`, `[ start_date, end_date, automation_id, operation, path ]`, `[ start_date, end_date, automation_id, operation, status ]`, `[ start_date, end_date, automation_id, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_run_id, path, status ]`, `[ start_date, end_date, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, automation_id, automation_run_id, path, status ]`, `[ start_date, automation_id, operation, path, status ]`, `[ start_date, automation_run_id, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation, path ]`, `[ end_date, automation_id, automation_run_id, operation, status ]`, `[ end_date, automation_id, automation_run_id, path, status ]`, `[ end_date, automation_id, operation, path, status ]`, `[ end_date, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status ]`, `[ start_date, end_date, automation_id, operation, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path, status ]` or `[ end_date, automation_id, automation_run_id, operation, path, status ]`.
63
65
  static list = async (params = {}, options = {}) => {
@@ -69,6 +71,14 @@ class AutomationLog {
69
71
  throw new errors.InvalidParameterError(`Bad parameter: per_page must be of type Int, received ${getType(params.per_page)}`)
70
72
  }
71
73
 
74
+ if (params.action && !isString(params.action)) {
75
+ throw new errors.InvalidParameterError(`Bad parameter: action must be of type String, received ${getType(params.action)}`)
76
+ }
77
+
78
+ if (params.page && !isInt(params.page)) {
79
+ throw new errors.InvalidParameterError(`Bad parameter: page must be of type Int, received ${getType(params.page)}`)
80
+ }
81
+
72
82
  const response = await Api.sendRequest('/automation_logs', 'GET', params, options)
73
83
 
74
84
  return response?.data?.map(obj => new AutomationLog(obj, options)) || []
@@ -58,6 +58,8 @@ class AutomationRun {
58
58
  // Parameters:
59
59
  // 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.
60
60
  // per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
61
+ // action - string
62
+ // page - int64
61
63
  // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[automation_id]=desc`). Valid fields are `automation_id`, `created_at` or `status`.
62
64
  // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `status` and `automation_id`. Valid field combinations are `[ automation_id, status ]`.
63
65
  // automation_id (required) - int64 - ID of the associated Automation.
@@ -74,6 +76,14 @@ class AutomationRun {
74
76
  throw new errors.InvalidParameterError(`Bad parameter: per_page must be of type Int, received ${getType(params.per_page)}`)
75
77
  }
76
78
 
79
+ if (params.action && !isString(params.action)) {
80
+ throw new errors.InvalidParameterError(`Bad parameter: action must be of type String, received ${getType(params.action)}`)
81
+ }
82
+
83
+ if (params.page && !isInt(params.page)) {
84
+ throw new errors.InvalidParameterError(`Bad parameter: page must be of type Int, received ${getType(params.page)}`)
85
+ }
86
+
77
87
  if (params.automation_id && !isInt(params.automation_id)) {
78
88
  throw new errors.InvalidParameterError(`Bad parameter: automation_id must be of type Int, received ${getType(params.automation_id)}`)
79
89
  }
@@ -58,6 +58,8 @@ class BandwidthSnapshot {
58
58
  // Parameters:
59
59
  // 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.
60
60
  // per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
61
+ // action - string
62
+ // page - int64
61
63
  // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[logged_at]=desc`). Valid fields are `logged_at`.
62
64
  // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `logged_at`.
63
65
  // filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `logged_at`.
@@ -73,6 +75,14 @@ class BandwidthSnapshot {
73
75
  throw new errors.InvalidParameterError(`Bad parameter: per_page must be of type Int, received ${getType(params.per_page)}`)
74
76
  }
75
77
 
78
+ if (params.action && !isString(params.action)) {
79
+ throw new errors.InvalidParameterError(`Bad parameter: action must be of type String, received ${getType(params.action)}`)
80
+ }
81
+
82
+ if (params.page && !isInt(params.page)) {
83
+ throw new errors.InvalidParameterError(`Bad parameter: page must be of type Int, received ${getType(params.page)}`)
84
+ }
85
+
76
86
  const response = await Api.sendRequest('/bandwidth_snapshots', 'GET', params, options)
77
87
 
78
88
  return response?.data?.map(obj => new BandwidthSnapshot(obj, options)) || []
@@ -91,14 +91,14 @@ class Behavior {
91
91
  this.attributes.recursive = value
92
92
  }
93
93
 
94
- // file # Certain behaviors may require a file, for instance, the "watermark" behavior requires a watermark image
94
+ // file # Certain behaviors may require a file, for instance, the `watermark` behavior requires a watermark image. Attach that file here.
95
95
  getAttachmentFile = () => this.attributes.attachment_file
96
96
 
97
97
  setAttachmentFile = value => {
98
98
  this.attributes.attachment_file = value
99
99
  }
100
100
 
101
- // boolean # If true, will delete the file stored in attachment
101
+ // boolean # If `true`, delete the file stored in `attachment`.
102
102
  getAttachmentDelete = () => this.attributes.attachment_delete
103
103
 
104
104
  setAttachmentDelete = value => {
@@ -106,13 +106,13 @@ class Behavior {
106
106
  }
107
107
 
108
108
  // Parameters:
109
- // value - string - The value of the folder behavior. Can be an integer, array, or hash depending on the type of folder behavior. See The Behavior Types section for example values for each type of behavior.
110
- // attachment_file - file - Certain behaviors may require a file, for instance, the "watermark" behavior requires a watermark image
111
- // disable_parent_folder_behavior - boolean - If true, the parent folder's behavior will be disabled for this folder and its children.
112
- // recursive - boolean - Is behavior recursive?
109
+ // value - string - This field stores a hash of data specific to the type of behavior. See The Behavior Types section for example values for each type of behavior.
110
+ // attachment_file - file - Certain behaviors may require a file, for instance, the `watermark` behavior requires a watermark image. Attach that file here.
111
+ // disable_parent_folder_behavior - boolean - If `true`, the parent folder's behavior will be disabled for this folder and its children. This is the main mechanism for canceling out a `recursive` behavior higher in the folder tree.
112
+ // recursive - boolean - If `true`, behavior is treated as recursive, meaning that it impacts child folders as well.
113
113
  // name - string - Name for this behavior.
114
114
  // description - string - Description for this behavior.
115
- // attachment_delete - boolean - If true, will delete the file stored in attachment
115
+ // attachment_delete - boolean - If `true`, delete the file stored in `attachment`.
116
116
  update = async (params = {}) => {
117
117
  if (!this.attributes.id) {
118
118
  throw new errors.EmptyPropertyError('Current object has no id')
@@ -195,6 +195,8 @@ class Behavior {
195
195
  // Parameters:
196
196
  // 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.
197
197
  // per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
198
+ // action - string
199
+ // page - int64
198
200
  // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[behavior]=desc`). Valid fields are `behavior` and `impacts_ui`.
199
201
  // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `impacts_ui` and `behavior`.
200
202
  // filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `behavior`.
@@ -207,6 +209,14 @@ class Behavior {
207
209
  throw new errors.InvalidParameterError(`Bad parameter: per_page must be of type Int, received ${getType(params.per_page)}`)
208
210
  }
209
211
 
212
+ if (params.action && !isString(params.action)) {
213
+ throw new errors.InvalidParameterError(`Bad parameter: action must be of type String, received ${getType(params.action)}`)
214
+ }
215
+
216
+ if (params.page && !isInt(params.page)) {
217
+ throw new errors.InvalidParameterError(`Bad parameter: page must be of type Int, received ${getType(params.page)}`)
218
+ }
219
+
210
220
  const response = await Api.sendRequest('/behaviors', 'GET', params, options)
211
221
 
212
222
  return response?.data?.map(obj => new Behavior(obj, options)) || []
@@ -243,12 +253,14 @@ class Behavior {
243
253
  // Parameters:
244
254
  // 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.
245
255
  // per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
256
+ // action - string
257
+ // page - int64
246
258
  // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[behavior]=desc`). Valid fields are `behavior` and `impacts_ui`.
247
259
  // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `impacts_ui` and `behavior`.
248
260
  // filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `behavior`.
249
261
  // path (required) - string - Path to operate on.
250
- // ancestor_behaviors - string - Show behaviors above this path?
251
- // behavior - string - DEPRECATED: If set only shows folder behaviors matching this behavior type. Use `filter[behavior]` instead.
262
+ // ancestor_behaviors - boolean - If `true`, behaviors above this path are shown.
263
+ // behavior - string
252
264
  static listFor = async (path, params = {}, options = {}) => {
253
265
  if (!isObject(params)) {
254
266
  throw new errors.InvalidParameterError(`Bad parameter: params must be of type object, received ${getType(params)}`)
@@ -268,12 +280,16 @@ class Behavior {
268
280
  throw new errors.InvalidParameterError(`Bad parameter: per_page must be of type Int, received ${getType(params.per_page)}`)
269
281
  }
270
282
 
271
- if (params.path && !isString(params.path)) {
272
- throw new errors.InvalidParameterError(`Bad parameter: path must be of type String, received ${getType(params.path)}`)
283
+ if (params.action && !isString(params.action)) {
284
+ throw new errors.InvalidParameterError(`Bad parameter: action must be of type String, received ${getType(params.action)}`)
273
285
  }
274
286
 
275
- if (params.ancestor_behaviors && !isString(params.ancestor_behaviors)) {
276
- throw new errors.InvalidParameterError(`Bad parameter: ancestor_behaviors must be of type String, received ${getType(params.ancestor_behaviors)}`)
287
+ if (params.page && !isInt(params.page)) {
288
+ throw new errors.InvalidParameterError(`Bad parameter: page must be of type Int, received ${getType(params.page)}`)
289
+ }
290
+
291
+ if (params.path && !isString(params.path)) {
292
+ throw new errors.InvalidParameterError(`Bad parameter: path must be of type String, received ${getType(params.path)}`)
277
293
  }
278
294
 
279
295
  if (params.behavior && !isString(params.behavior)) {
@@ -286,13 +302,13 @@ class Behavior {
286
302
  }
287
303
 
288
304
  // Parameters:
289
- // value - string - The value of the folder behavior. Can be an integer, array, or hash depending on the type of folder behavior. See The Behavior Types section for example values for each type of behavior.
290
- // attachment_file - file - Certain behaviors may require a file, for instance, the "watermark" behavior requires a watermark image
291
- // disable_parent_folder_behavior - boolean - If true, the parent folder's behavior will be disabled for this folder and its children.
292
- // recursive - boolean - Is behavior recursive?
305
+ // value - string - This field stores a hash of data specific to the type of behavior. See The Behavior Types section for example values for each type of behavior.
306
+ // attachment_file - file - Certain behaviors may require a file, for instance, the `watermark` behavior requires a watermark image. Attach that file here.
307
+ // disable_parent_folder_behavior - boolean - If `true`, the parent folder's behavior will be disabled for this folder and its children. This is the main mechanism for canceling out a `recursive` behavior higher in the folder tree.
308
+ // recursive - boolean - If `true`, behavior is treated as recursive, meaning that it impacts child folders as well.
293
309
  // name - string - Name for this behavior.
294
310
  // description - string - Description for this behavior.
295
- // path (required) - string - Folder behaviors path.
311
+ // path (required) - string - Path where this behavior should apply.
296
312
  // behavior (required) - string - Behavior type.
297
313
  static create = async (params = {}, options = {}) => {
298
314
  if (!params.path) {
@@ -330,11 +346,11 @@ class Behavior {
330
346
 
331
347
  // Parameters:
332
348
  // url (required) - string - URL for testing the webhook.
333
- // method - string - HTTP method(GET or POST).
334
- // encoding - string - HTTP encoding method. Can be JSON, XML, or RAW (form data).
335
- // headers - object - Additional request headers.
336
- // body - object - Additional body parameters.
337
- // action - string - action for test body
349
+ // method - string - HTTP request method (GET or POST).
350
+ // encoding - string - Encoding type for the webhook payload. Can be JSON, XML, or RAW (form data).
351
+ // headers - object - Additional request headers to send via HTTP.
352
+ // body - object - Additional body parameters to include in the webhook payload.
353
+ // action - string - Action for test body.
338
354
  static webhookTest = async (params = {}, options = {}) => {
339
355
  if (!params.url) {
340
356
  throw new errors.MissingParameterError('Parameter missing: url')