files.com 1.1.670 → 1.1.671

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 (345) hide show
  1. checksums.yaml +4 -4
  2. data/_VERSION +1 -1
  3. data/docs/account.md +155 -0
  4. data/docs/action_log.md +21 -1
  5. data/docs/action_notification_export_result.md +17 -0
  6. data/docs/action_webhook_failure.md +28 -0
  7. data/docs/agent_proxy_identity.md +49 -0
  8. data/docs/agent_proxy_identity_endpoint.md +11 -0
  9. data/docs/agent_proxy_identity_result.md +24 -0
  10. data/docs/agent_v2_auth.md +17 -0
  11. data/docs/ai_assistant_personality.md +14 -0
  12. data/docs/ai_task.md +14 -0
  13. data/docs/announcement.md +57 -0
  14. data/docs/api_key.md +27 -1
  15. data/docs/api_request_log.md +21 -1
  16. data/docs/app.md +15 -0
  17. data/docs/as2_incoming_message.md +18 -0
  18. data/docs/as2_outgoing_message.md +18 -0
  19. data/docs/as2_partner.md +14 -0
  20. data/docs/as2_station.md +14 -0
  21. data/docs/automation.md +22 -1
  22. data/docs/automation_log.md +21 -1
  23. data/docs/automation_run.md +19 -0
  24. data/docs/bandwidth_snapshot.md +18 -0
  25. data/docs/behavior.md +14 -0
  26. data/docs/blog_post.md +57 -0
  27. data/docs/bundle.md +50 -1
  28. data/docs/bundle_action.md +25 -0
  29. data/docs/bundle_download.md +23 -0
  30. data/docs/bundle_notification.md +19 -0
  31. data/docs/bundle_recipient.md +21 -0
  32. data/docs/bundle_recipient_registration.md +39 -0
  33. data/docs/bundle_registration.md +61 -0
  34. data/docs/certificate.md +258 -0
  35. data/docs/chat_session.md +14 -0
  36. data/docs/child_site.md +583 -0
  37. data/docs/child_site_management_policy.md +9 -0
  38. data/docs/clickwrap.md +13 -0
  39. data/docs/clickwrap_acceptance.md +30 -0
  40. data/docs/client_log.md +17 -0
  41. data/docs/crash_report.md +50 -0
  42. data/docs/custom_domain.md +13 -0
  43. data/docs/custom_domain_for_proxy.md +23 -0
  44. data/docs/desktop_configuration_profile.md +14 -0
  45. data/docs/dns_record.md +9 -0
  46. data/docs/email_incoming_message.md +19 -0
  47. data/docs/email_log.md +20 -1
  48. data/docs/email_preference.md +108 -0
  49. data/docs/email_preference_bundle_notification.md +15 -0
  50. data/docs/email_preference_notification.md +17 -0
  51. data/docs/event_channel.md +14 -0
  52. data/docs/event_delivery_attempt.md +14 -0
  53. data/docs/event_record.md +19 -0
  54. data/docs/event_subscription.md +14 -0
  55. data/docs/event_target.md +14 -0
  56. data/docs/exavault_api_request_log.md +21 -1
  57. data/docs/expectation.md +14 -0
  58. data/docs/expectation_evaluation.md +14 -0
  59. data/docs/expectation_incident.md +14 -0
  60. data/docs/export.md +90 -0
  61. data/docs/external_event.md +18 -0
  62. data/docs/file.md +90 -2
  63. data/docs/file_migration.md +32 -0
  64. data/docs/file_migration_log.md +20 -1
  65. data/docs/file_upload_part.md +3 -1
  66. data/docs/folder.md +20 -0
  67. data/docs/form_field_set.md +15 -0
  68. data/docs/front_end_server.md +111 -0
  69. data/docs/frontend_metric.md +34 -0
  70. data/docs/ftp_action_log.md +21 -1
  71. data/docs/gpg_key.md +21 -0
  72. data/docs/group.md +19 -0
  73. data/docs/group_user.md +22 -2
  74. data/docs/history.md +85 -0
  75. data/docs/history_export_result.md +17 -0
  76. data/docs/holiday_region.md +9 -0
  77. data/docs/inbound_s3_log.md +21 -1
  78. data/docs/inbox.md +102 -0
  79. data/docs/inbox_recipient.md +19 -0
  80. data/docs/inbox_recipient_registration.md +35 -0
  81. data/docs/inbox_registration.md +57 -0
  82. data/docs/inbox_upload.md +18 -0
  83. data/docs/invoice.md +9 -0
  84. data/docs/ip.md +63 -0
  85. data/docs/ip_abuse_entry.md +47 -0
  86. data/docs/ip_address.md +59 -0
  87. data/docs/key_lifecycle_rule.md +14 -0
  88. data/docs/label.md +9 -0
  89. data/docs/lead.md +161 -0
  90. data/docs/lock.md +15 -0
  91. data/docs/message.md +17 -0
  92. data/docs/message_comment.md +18 -0
  93. data/docs/message_comment_reaction.md +18 -0
  94. data/docs/message_reaction.md +17 -0
  95. data/docs/metadata_category.md +13 -0
  96. data/docs/monitoring_stat.md +38 -0
  97. data/docs/monitoring_stats.md +15 -0
  98. data/docs/mover_package.md +68 -0
  99. data/docs/notification.md +20 -0
  100. data/docs/nps_response.md +75 -0
  101. data/docs/oauth_redirect.md +11 -0
  102. data/docs/outbound_connection_log.md +21 -1
  103. data/docs/paired_api_key.md +19 -0
  104. data/docs/partner.md +14 -0
  105. data/docs/partner_channel.md +14 -0
  106. data/docs/partner_site_request.md +14 -0
  107. data/docs/payment.md +9 -0
  108. data/docs/paypal_express_info.md +31 -0
  109. data/docs/paypal_express_url.md +11 -0
  110. data/docs/pending_work_event.md +18 -0
  111. data/docs/permission.md +22 -0
  112. data/docs/plan.md +107 -0
  113. data/docs/preview.md +57 -0
  114. data/docs/project.md +9 -0
  115. data/docs/public_hosting_request_log.md +21 -1
  116. data/docs/public_hosting_session_pairing.md +15 -0
  117. data/docs/public_inbox.md +121 -0
  118. data/docs/public_key.md +21 -0
  119. data/docs/public_url.md +59 -0
  120. data/docs/regional_migration.md +0 -0
  121. data/docs/release.md +83 -0
  122. data/docs/release_package.md +19 -0
  123. data/docs/remote_bandwidth_snapshot.md +18 -0
  124. data/docs/remote_mount_backend.md +13 -0
  125. data/docs/remote_server.md +233 -0
  126. data/docs/remote_server_credential.md +15 -0
  127. data/docs/request.md +17 -0
  128. data/docs/restore.md +14 -0
  129. data/docs/revision.md +40 -0
  130. data/docs/safe_plan.md +0 -0
  131. data/docs/scheduled_export.md +15 -0
  132. data/docs/scim_log.md +13 -0
  133. data/docs/session.md +232 -1
  134. data/docs/session_available_site.md +26 -0
  135. data/docs/setting.md +33 -0
  136. data/docs/settings.md +498 -0
  137. data/docs/settings_change.md +16 -0
  138. data/docs/sftp_action_log.md +21 -1
  139. data/docs/sftp_host_key.md +9 -0
  140. data/docs/share_group.md +15 -0
  141. data/docs/siem_http_destination.md +9 -0
  142. data/docs/siem_http_destination_event.md +18 -0
  143. data/docs/site.md +179 -0
  144. data/docs/site_subdomain_redirect.md +13 -0
  145. data/docs/snapshot.md +9 -0
  146. data/docs/ssl_certificate.md +37 -0
  147. data/docs/sso_event.md +19 -0
  148. data/docs/sso_strategy.md +406 -0
  149. data/docs/staging_site.md +591 -0
  150. data/docs/support_request.md +126 -0
  151. data/docs/sync.md +14 -0
  152. data/docs/sync_api_usage_snapshot.md +23 -0
  153. data/docs/sync_api_usage_snapshot_report.md +71 -0
  154. data/docs/sync_bandwidth_snapshot.md +48 -0
  155. data/docs/sync_log.md +20 -1
  156. data/docs/sync_run.md +21 -0
  157. data/docs/two_factor_authentication_method.md +169 -0
  158. data/docs/usage_daily_snapshot.md +18 -0
  159. data/docs/usage_snapshot.md +9 -0
  160. data/docs/user.md +49 -2
  161. data/docs/user_cipher_use.md +21 -0
  162. data/docs/user_lifecycle_rule.md +14 -0
  163. data/docs/user_request.md +9 -0
  164. data/docs/user_security_event.md +18 -0
  165. data/docs/user_sftp_client_use.md +15 -0
  166. data/docs/warning.md +36 -0
  167. data/docs/web_dav_action_log.md +21 -1
  168. data/docs/webauthn_sign_request.md +13 -0
  169. data/docs/workspace.md +15 -0
  170. data/docs/zip_download.md +32 -0
  171. data/docs/zip_download_file.md +45 -0
  172. data/docs/zip_download_files.md +23 -0
  173. data/lib/files.com/models/account.rb +346 -0
  174. data/lib/files.com/models/action_log.rb +24 -0
  175. data/lib/files.com/models/action_notification_export_result.rb +12 -0
  176. data/lib/files.com/models/action_webhook_failure.rb +34 -0
  177. data/lib/files.com/models/agent_proxy_identity.rb +47 -0
  178. data/lib/files.com/models/agent_proxy_identity_endpoint.rb +17 -0
  179. data/lib/files.com/models/agent_proxy_identity_result.rb +27 -0
  180. data/lib/files.com/models/agent_v2_auth.rb +32 -0
  181. data/lib/files.com/models/ai_assistant_personality.rb +11 -0
  182. data/lib/files.com/models/ai_task.rb +11 -0
  183. data/lib/files.com/models/announcement.rb +89 -0
  184. data/lib/files.com/models/api_key.rb +39 -5
  185. data/lib/files.com/models/api_request_log.rb +24 -0
  186. data/lib/files.com/models/app.rb +13 -0
  187. data/lib/files.com/models/as2_incoming_message.rb +19 -0
  188. data/lib/files.com/models/as2_outgoing_message.rb +19 -0
  189. data/lib/files.com/models/as2_partner.rb +11 -0
  190. data/lib/files.com/models/as2_station.rb +11 -0
  191. data/lib/files.com/models/automation.rb +30 -0
  192. data/lib/files.com/models/automation_log.rb +24 -0
  193. data/lib/files.com/models/automation_run.rb +16 -0
  194. data/lib/files.com/models/bandwidth_snapshot.rb +19 -0
  195. data/lib/files.com/models/behavior.rb +11 -0
  196. data/lib/files.com/models/blog_post.rb +84 -0
  197. data/lib/files.com/models/bundle.rb +52 -0
  198. data/lib/files.com/models/bundle_action.rb +25 -0
  199. data/lib/files.com/models/bundle_download.rb +23 -0
  200. data/lib/files.com/models/bundle_notification.rb +15 -0
  201. data/lib/files.com/models/bundle_recipient.rb +27 -0
  202. data/lib/files.com/models/bundle_recipient_registration.rb +105 -0
  203. data/lib/files.com/models/bundle_registration.rb +125 -0
  204. data/lib/files.com/models/certificate.rb +455 -0
  205. data/lib/files.com/models/chat_session.rb +11 -0
  206. data/lib/files.com/models/child_site.rb +1756 -0
  207. data/lib/files.com/models/child_site_management_policy.rb +5 -0
  208. data/lib/files.com/models/clickwrap.rb +9 -0
  209. data/lib/files.com/models/clickwrap_acceptance.rb +56 -0
  210. data/lib/files.com/models/client_log.rb +25 -0
  211. data/lib/files.com/models/crash_report.rb +151 -0
  212. data/lib/files.com/models/custom_domain.rb +9 -0
  213. data/lib/files.com/models/custom_domain_for_proxy.rb +47 -0
  214. data/lib/files.com/models/desktop_configuration_profile.rb +11 -0
  215. data/lib/files.com/models/dns_record.rb +5 -0
  216. data/lib/files.com/models/email_incoming_message.rb +21 -0
  217. data/lib/files.com/models/email_log.rb +22 -0
  218. data/lib/files.com/models/email_preference.rb +124 -0
  219. data/lib/files.com/models/email_preference_bundle_notification.rb +27 -0
  220. data/lib/files.com/models/email_preference_notification.rb +32 -0
  221. data/lib/files.com/models/event_channel.rb +11 -0
  222. data/lib/files.com/models/event_delivery_attempt.rb +11 -0
  223. data/lib/files.com/models/event_record.rb +21 -0
  224. data/lib/files.com/models/event_subscription.rb +11 -0
  225. data/lib/files.com/models/event_target.rb +11 -0
  226. data/lib/files.com/models/exavault_api_request_log.rb +24 -0
  227. data/lib/files.com/models/expectation.rb +11 -0
  228. data/lib/files.com/models/expectation_evaluation.rb +11 -0
  229. data/lib/files.com/models/expectation_incident.rb +11 -0
  230. data/lib/files.com/models/export.rb +153 -0
  231. data/lib/files.com/models/external_event.rb +19 -0
  232. data/lib/files.com/models/file.rb +207 -0
  233. data/lib/files.com/models/file_migration.rb +27 -0
  234. data/lib/files.com/models/file_migration_log.rb +22 -0
  235. data/lib/files.com/models/file_upload_part.rb +5 -0
  236. data/lib/files.com/models/folder.rb +69 -0
  237. data/lib/files.com/models/form_field_set.rb +9 -0
  238. data/lib/files.com/models/front_end_server.rb +335 -0
  239. data/lib/files.com/models/frontend_metric.rb +65 -0
  240. data/lib/files.com/models/ftp_action_log.rb +24 -0
  241. data/lib/files.com/models/gpg_key.rb +21 -0
  242. data/lib/files.com/models/group.rb +16 -0
  243. data/lib/files.com/models/group_user.rb +21 -1
  244. data/lib/files.com/models/history.rb +94 -0
  245. data/lib/files.com/models/history_export_result.rb +12 -0
  246. data/lib/files.com/models/holiday_region.rb +5 -0
  247. data/lib/files.com/models/inbound_s3_log.rb +24 -0
  248. data/lib/files.com/models/inbox.rb +123 -0
  249. data/lib/files.com/models/inbox_recipient.rb +25 -0
  250. data/lib/files.com/models/inbox_recipient_registration.rb +87 -0
  251. data/lib/files.com/models/inbox_registration.rb +121 -0
  252. data/lib/files.com/models/inbox_upload.rb +19 -0
  253. data/lib/files.com/models/invoice.rb +5 -0
  254. data/lib/files.com/models/ip.rb +82 -0
  255. data/lib/files.com/models/ip_abuse_entry.rb +96 -0
  256. data/lib/files.com/models/ip_address.rb +37 -0
  257. data/lib/files.com/models/key_lifecycle_rule.rb +11 -0
  258. data/lib/files.com/models/label.rb +22 -0
  259. data/lib/files.com/models/lead.rb +434 -0
  260. data/lib/files.com/models/lock.rb +27 -0
  261. data/lib/files.com/models/message.rb +12 -0
  262. data/lib/files.com/models/message_comment.rb +14 -0
  263. data/lib/files.com/models/message_comment_reaction.rb +14 -0
  264. data/lib/files.com/models/message_reaction.rb +12 -0
  265. data/lib/files.com/models/metadata_category.rb +9 -0
  266. data/lib/files.com/models/monitoring_stat.rb +43 -0
  267. data/lib/files.com/models/monitoring_stats.rb +22 -0
  268. data/lib/files.com/models/mover_package.rb +80 -0
  269. data/lib/files.com/models/notification.rb +18 -0
  270. data/lib/files.com/models/nps_response.rb +128 -0
  271. data/lib/files.com/models/oauth_redirect.rb +17 -0
  272. data/lib/files.com/models/outbound_connection_log.rb +24 -0
  273. data/lib/files.com/models/paired_api_key.rb +37 -0
  274. data/lib/files.com/models/partner.rb +11 -0
  275. data/lib/files.com/models/partner_channel.rb +11 -0
  276. data/lib/files.com/models/partner_site_request.rb +11 -0
  277. data/lib/files.com/models/payment.rb +5 -0
  278. data/lib/files.com/models/paypal_express_info.rb +67 -0
  279. data/lib/files.com/models/paypal_express_url.rb +17 -0
  280. data/lib/files.com/models/pending_work_event.rb +19 -0
  281. data/lib/files.com/models/permission.rb +22 -0
  282. data/lib/files.com/models/plan.rb +209 -0
  283. data/lib/files.com/models/preview.rb +57 -0
  284. data/lib/files.com/models/project.rb +5 -0
  285. data/lib/files.com/models/public_hosting_request_log.rb +24 -0
  286. data/lib/files.com/models/public_hosting_session_pairing.rb +27 -0
  287. data/lib/files.com/models/public_inbox.rb +142 -0
  288. data/lib/files.com/models/public_key.rb +21 -0
  289. data/lib/files.com/models/public_url.rb +177 -0
  290. data/lib/files.com/models/regional_migration.rb +12 -0
  291. data/lib/files.com/models/release.rb +153 -0
  292. data/lib/files.com/models/release_package.rb +37 -0
  293. data/lib/files.com/models/remote_bandwidth_snapshot.rb +19 -0
  294. data/lib/files.com/models/remote_mount_backend.rb +9 -0
  295. data/lib/files.com/models/remote_server.rb +297 -0
  296. data/lib/files.com/models/remote_server_credential.rb +13 -0
  297. data/lib/files.com/models/request.rb +12 -0
  298. data/lib/files.com/models/restore.rb +11 -0
  299. data/lib/files.com/models/revision.rb +53 -0
  300. data/lib/files.com/models/safe_plan.rb +12 -0
  301. data/lib/files.com/models/scheduled_export.rb +13 -0
  302. data/lib/files.com/models/scim_log.rb +9 -0
  303. data/lib/files.com/models/session.rb +493 -0
  304. data/lib/files.com/models/session_available_site.rb +47 -0
  305. data/lib/files.com/models/setting.rb +36 -0
  306. data/lib/files.com/models/settings.rb +1072 -0
  307. data/lib/files.com/models/settings_change.rb +16 -0
  308. data/lib/files.com/models/sftp_action_log.rb +24 -0
  309. data/lib/files.com/models/sftp_host_key.rb +5 -0
  310. data/lib/files.com/models/share_group.rb +9 -0
  311. data/lib/files.com/models/siem_http_destination.rb +5 -0
  312. data/lib/files.com/models/siem_http_destination_event.rb +19 -0
  313. data/lib/files.com/models/site.rb +1021 -0
  314. data/lib/files.com/models/site_subdomain_redirect.rb +9 -0
  315. data/lib/files.com/models/snapshot.rb +5 -0
  316. data/lib/files.com/models/ssl_certificate.rb +77 -0
  317. data/lib/files.com/models/sso_event.rb +21 -0
  318. data/lib/files.com/models/sso_strategy.rb +632 -0
  319. data/lib/files.com/models/staging_site.rb +1781 -0
  320. data/lib/files.com/models/support_request.rb +209 -0
  321. data/lib/files.com/models/sync.rb +11 -0
  322. data/lib/files.com/models/sync_api_usage_snapshot.rb +47 -0
  323. data/lib/files.com/models/sync_api_usage_snapshot_report.rb +162 -0
  324. data/lib/files.com/models/sync_bandwidth_snapshot.rb +104 -0
  325. data/lib/files.com/models/sync_log.rb +22 -0
  326. data/lib/files.com/models/sync_run.rb +21 -0
  327. data/lib/files.com/models/two_factor_authentication_method.rb +250 -0
  328. data/lib/files.com/models/usage_daily_snapshot.rb +19 -0
  329. data/lib/files.com/models/usage_snapshot.rb +5 -0
  330. data/lib/files.com/models/user.rb +59 -0
  331. data/lib/files.com/models/user_cipher_use.rb +21 -0
  332. data/lib/files.com/models/user_lifecycle_rule.rb +11 -0
  333. data/lib/files.com/models/user_request.rb +5 -0
  334. data/lib/files.com/models/user_security_event.rb +19 -0
  335. data/lib/files.com/models/user_sftp_client_use.rb +9 -0
  336. data/lib/files.com/models/warning.rb +38 -0
  337. data/lib/files.com/models/web_dav_action_log.rb +24 -0
  338. data/lib/files.com/models/webauthn_sign_request.rb +17 -0
  339. data/lib/files.com/models/workspace.rb +13 -0
  340. data/lib/files.com/models/zip_download.rb +73 -0
  341. data/lib/files.com/models/zip_download_file.rb +111 -0
  342. data/lib/files.com/models/zip_download_files.rb +42 -0
  343. data/lib/files.com/version.rb +1 -1
  344. data/lib/files.com.rb +59 -0
  345. metadata +120 -2
@@ -61,6 +61,15 @@ Files::SftpHostKey.create(
61
61
  * `private_key` (string): The private key data.
62
62
 
63
63
 
64
+ ---
65
+
66
+ ## Create an export CSV of SFTP Host Key resources
67
+
68
+ ```
69
+ Files::SftpHostKey.create_export
70
+ ```
71
+
72
+
64
73
  ---
65
74
 
66
75
  ## Update SFTP Host Key
data/docs/share_group.md CHANGED
@@ -76,6 +76,21 @@ Files::ShareGroup.create(
76
76
  * `members` (array(object)): Required - A list of share group members.
77
77
 
78
78
 
79
+ ---
80
+
81
+ ## Create an export CSV of Share Group resources
82
+
83
+ ```
84
+ Files::ShareGroup.create_export(
85
+ user_id: 1
86
+ )
87
+ ```
88
+
89
+ ### Parameters
90
+
91
+ * `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
92
+
93
+
79
94
  ---
80
95
 
81
96
  ## Update Share Group
@@ -227,6 +227,15 @@ Files::SiemHttpDestination.create(
227
227
  * `destination_url` (string): Destination Url
228
228
 
229
229
 
230
+ ---
231
+
232
+ ## Create an export CSV of SIEM HTTP Destination resources
233
+
234
+ ```
235
+ Files::SiemHttpDestination.create_export
236
+ ```
237
+
238
+
230
239
  ---
231
240
 
232
241
  ## send_test_entry SIEM HTTP Destination
@@ -58,3 +58,21 @@ Files::SiemHttpDestinationEvent.find(id)
58
58
  ### Parameters
59
59
 
60
60
  * `id` (int64): Required - Siem Http Destination Event ID.
61
+
62
+
63
+ ---
64
+
65
+ ## Create an export CSV of SIEM HTTP Destination Event resources
66
+
67
+ ```
68
+ Files::SiemHttpDestinationEvent.create_export
69
+ ```
70
+
71
+ ### Parameters
72
+
73
+ * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `created_at`, `status` or `siem_http_destination_id`.
74
+ * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`, `siem_http_destination_id` or `status`. Valid field combinations are `[ siem_http_destination_id, created_at ]`, `[ status, created_at ]`, `[ siem_http_destination_id, status ]` or `[ siem_http_destination_id, status, created_at ]`.
75
+ * `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`.
76
+ * `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`.
77
+ * `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`.
78
+ * `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`.
data/docs/site.md CHANGED
@@ -543,6 +543,19 @@
543
543
  * `welcome_email_enabled` (boolean): Will the welcome email be sent to new users?
544
544
  * `welcome_screen` (string): Does the welcome screen appear?
545
545
  * `windows_mode_ftp` (boolean): Does FTP user Windows emulation mode?
546
+ * `lead_cookie_code` (string):
547
+ * `recaptcha_token` (string):
548
+ * `username` (string):
549
+ * `password` (string):
550
+ * `utm_term` (string):
551
+ * `utm_source` (string):
552
+ * `utm_content` (string):
553
+ * `utm_medium` (string):
554
+ * `utm_campaign` (string):
555
+ * `utm_domain` (string):
556
+ * `gclid` (string):
557
+ * `plan_id` (int64):
558
+ * `brand` (string):
546
559
 
547
560
 
548
561
  ---
@@ -563,6 +576,123 @@ Files::Site.get_usage
563
576
  ```
564
577
 
565
578
 
579
+ ---
580
+
581
+ ## Show plan that will be switched to in the future. (Populated if current plan is deprecated and no longer offered beyond the current billing period.)
582
+
583
+ ```
584
+ Files::Site.get_switch_to_plan
585
+ ```
586
+
587
+
588
+ ---
589
+
590
+ ## Show the current billing plan of a site
591
+
592
+ ```
593
+ Files::Site.get_plan(
594
+ currency: "USD"
595
+ )
596
+ ```
597
+
598
+ ### Parameters
599
+
600
+ * `currency` (string): Currency.
601
+
602
+
603
+ ---
604
+
605
+ ## Complete a PayPal subscription
606
+
607
+ ```
608
+ Files::Site.get_paypal_express_info(
609
+ paypal_token: "[token]"
610
+ )
611
+ ```
612
+
613
+ ### Parameters
614
+
615
+ * `paypal_token` (string): Required - Billing token for use with paypal.
616
+
617
+
618
+ ---
619
+
620
+ ## Initiate a new PayPal subscription
621
+
622
+ ```
623
+ Files::Site.get_paypal_express(
624
+ return_to_url: "https://app.files.com/...",
625
+ plan_id: 1
626
+ )
627
+ ```
628
+
629
+ ### Parameters
630
+
631
+ * `return_to_url` (string): Required - URL that paypal express forwards the user to.
632
+ * `plan_id` (int64): Plan ID to switch to.
633
+
634
+
635
+ ---
636
+
637
+ ## Apply a trial code to the current Mover site
638
+
639
+ ```
640
+ Files::Site.mover_trial_code(
641
+ code: "TRIAL30"
642
+ )
643
+ ```
644
+
645
+ ### Parameters
646
+
647
+ * `code` (string): Required - Mover trial code to apply
648
+
649
+
650
+ ---
651
+
652
+ ## Create Site
653
+
654
+ ```
655
+ Files::Site.create(
656
+ name: "Action Verb",
657
+ email: "johndoe@gmail.com",
658
+ lead_cookie_code: "lead_cookie_code",
659
+ recaptcha_token: "recaptcha_token",
660
+ reply_to_email: "customer-service@gmail.com",
661
+ phone: "+18002868372",
662
+ contact_name: "John Doe",
663
+ username: "MyUsername",
664
+ password: "MyNewPassword101",
665
+ currency: "USD",
666
+ language: "en",
667
+ plan_id: 1,
668
+ brand: "files"
669
+ )
670
+ ```
671
+
672
+ ### Parameters
673
+
674
+ * `name` (string): Required -
675
+ * `email` (string): Required -
676
+ * `lead_cookie_code` (string): Required -
677
+ * `recaptcha_token` (string): Required -
678
+ * `reply_to_email` (string):
679
+ * `phone` (string):
680
+ * `contact_name` (string):
681
+ * `username` (string):
682
+ * `password` (string):
683
+ * `currency` (string):
684
+ * `language` (string):
685
+ * `utm_term` (string):
686
+ * `utm_source` (string):
687
+ * `utm_content` (string):
688
+ * `utm_medium` (string):
689
+ * `utm_campaign` (string):
690
+ * `utm_domain` (string):
691
+ * `gclid` (string):
692
+ * `plan_id` (int64):
693
+ * `brand` (string):
694
+
695
+
566
696
  ---
567
697
 
568
698
  ## Update Site Settings
@@ -929,3 +1059,52 @@ Files::Site.update(
929
1059
  * `ldap_password_change_confirmation` (string): Confirm new LDAP password.
930
1060
  * `redirect_old_subdomain` (boolean): If true, and if changing the site subdomain, then create a redirect from the previous Files.com subdomain to the new Files.com subdomain.
931
1061
  * `smtp_password` (string): Password for SMTP server.
1062
+
1063
+
1064
+ ---
1065
+
1066
+ ## Change the current billing plan for the site
1067
+
1068
+ ```
1069
+ Files::Site.update_plan(id,
1070
+ billing_frequency: 1
1071
+ )
1072
+ ```
1073
+
1074
+ ### Parameters
1075
+
1076
+ * `id` (int64): Required - Plan ID.
1077
+ * `billing_frequency` (int64): The billing frequency for the site. Must be 1 (monthly) or 12 (annual).
1078
+
1079
+
1080
+ ---
1081
+
1082
+ ## Cancel site
1083
+
1084
+ ```
1085
+ Files::Site.delete(
1086
+ reason: "Reason"
1087
+ )
1088
+ ```
1089
+
1090
+ ### Parameters
1091
+
1092
+ * `reason` (string): Reason the site was cancelled.
1093
+
1094
+
1095
+ ---
1096
+
1097
+ ## Change the current billing plan for the site
1098
+
1099
+ ```
1100
+ site = Files::Site.find(id)
1101
+
1102
+ site.update_plan(
1103
+ billing_frequency: 1
1104
+ )
1105
+ ```
1106
+
1107
+ ### Parameters
1108
+
1109
+ * `id` (int64): Required - Plan ID.
1110
+ * `billing_frequency` (int64): The billing frequency for the site. Must be 1 (monthly) or 12 (annual).
@@ -45,6 +45,19 @@ Files::SiteSubdomainRedirect.find(id)
45
45
  * `id` (int64): Required - Site Subdomain Redirect ID.
46
46
 
47
47
 
48
+ ---
49
+
50
+ ## Create an export CSV of Site Subdomain Redirect resources
51
+
52
+ ```
53
+ Files::SiteSubdomainRedirect.create_export
54
+ ```
55
+
56
+ ### Parameters
57
+
58
+ * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `id`.
59
+
60
+
48
61
  ---
49
62
 
50
63
  ## Delete Site Subdomain Redirect
data/docs/snapshot.md CHANGED
@@ -80,6 +80,15 @@ Files::Snapshot.finalize(id)
80
80
  * `id` (int64): Required - Snapshot ID.
81
81
 
82
82
 
83
+ ---
84
+
85
+ ## Create an export CSV of Snapshot resources
86
+
87
+ ```
88
+ Files::Snapshot.create_export
89
+ ```
90
+
91
+
83
92
  ---
84
93
 
85
94
  ## Update Snapshot
@@ -0,0 +1,37 @@
1
+ # SslCertificate
2
+
3
+ ## Example SslCertificate Object
4
+
5
+ ```
6
+ {
7
+ "name": "example",
8
+ "certificate": "example",
9
+ "private_key": "example",
10
+ "key": null,
11
+ "intermediates": "example",
12
+ "id": 1,
13
+ "domain_hsts_header": true,
14
+ "ftps_enabled": true,
15
+ "https_enabled": true,
16
+ "sftp_insecure_ciphers": true,
17
+ "tls_disabled": true,
18
+ "subdomain": "example",
19
+ "domains": [
20
+ "example"
21
+ ]
22
+ }
23
+ ```
24
+
25
+ * `name` (string): The name of the site associated with this SSL certificate.
26
+ * `certificate` (string): The text of the certificate itself.
27
+ * `private_key` (string): Private key used to generate the certificate.
28
+ * `key` (object): Private key encrypted with our secret key.
29
+ * `intermediates` (string): Intermediate certificates, if available.
30
+ * `id` (int64): ID of the site associated with this certificate, including group id if available.
31
+ * `domain_hsts_header` (boolean): True if a HSTS header should be rendered for the site
32
+ * `ftps_enabled` (boolean): Whether or not this certificate can be used for FTPS.
33
+ * `https_enabled` (boolean): Whether or not this certificate can be used for HTTPS. Always true.
34
+ * `sftp_insecure_ciphers` (boolean): True if the site associated with this certificate has the "Allow Insecure SFTP Ciphers" feature turned on.
35
+ * `tls_disabled` (boolean): True if the site associated with this certificate has the "Security Opt Out" feature turned on.
36
+ * `subdomain` (string): Site subdomain.
37
+ * `domains` (array(string)): Domains associated with this certificate.
data/docs/sso_event.md CHANGED
@@ -71,3 +71,22 @@ Files::SsoEvent.find(id)
71
71
  ### Parameters
72
72
 
73
73
  * `id` (int64): Required - Sso Event ID.
74
+
75
+
76
+ ---
77
+
78
+ ## Create an export CSV of SSO Event resources
79
+
80
+ ```
81
+ Files::SsoEvent.create_export
82
+ ```
83
+
84
+ ### Parameters
85
+
86
+ * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `created_at`, `event_type`, `status` or `user_id`.
87
+ * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`, `event_type`, `idp_uid`, `ip`, `provider`, `status`, `user_id` or `username`. Valid field combinations are `[ event_type, created_at ]`, `[ idp_uid, created_at ]`, `[ ip, created_at ]`, `[ provider, created_at ]`, `[ status, created_at ]`, `[ user_id, created_at ]`, `[ username, created_at ]`, `[ event_type, status ]`, `[ idp_uid, status ]`, `[ ip, status ]`, `[ provider, status ]`, `[ user_id, status ]`, `[ username, status ]`, `[ event_type, status, created_at ]`, `[ idp_uid, status, created_at ]`, `[ ip, status, created_at ]`, `[ provider, status, created_at ]`, `[ user_id, status, created_at ]` or `[ username, status, created_at ]`.
88
+ * `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`.
89
+ * `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`.
90
+ * `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `idp_uid`, `ip`, `provider` or `username`.
91
+ * `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`.
92
+ * `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`.