files.com 1.2.170 → 1.2.171

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 (211) hide show
  1. package/_VERSION +1 -1
  2. package/docs/models/ActionNotificationExportResult.md +17 -0
  3. package/docs/models/ApiKey.md +21 -0
  4. package/docs/models/ApiRequestLog.md +14 -0
  5. package/docs/models/App.md +15 -0
  6. package/docs/models/As2IncomingMessage.md +21 -0
  7. package/docs/models/As2OutgoingMessage.md +21 -0
  8. package/docs/models/As2Partner.md +9 -0
  9. package/docs/models/As2Station.md +9 -0
  10. package/docs/models/Automation.md +18 -0
  11. package/docs/models/AutomationLog.md +14 -0
  12. package/docs/models/AutomationRun.md +17 -0
  13. package/docs/models/BandwidthSnapshot.md +18 -0
  14. package/docs/models/Behavior.md +15 -0
  15. package/docs/models/Bundle.md +22 -0
  16. package/docs/models/BundleAction.md +18 -0
  17. package/docs/models/BundleDownload.md +23 -0
  18. package/docs/models/BundleNotification.md +14 -0
  19. package/docs/models/BundleRecipient.md +17 -0
  20. package/docs/models/BundleRegistration.md +15 -0
  21. package/docs/models/Clickwrap.md +9 -0
  22. package/docs/models/DnsRecord.md +9 -0
  23. package/docs/models/EmailIncomingMessage.md +19 -0
  24. package/docs/models/EmailLog.md +14 -0
  25. package/docs/models/ExavaultApiRequestLog.md +14 -0
  26. package/docs/models/Export.md +27 -1
  27. package/docs/models/ExternalEvent.md +19 -0
  28. package/docs/models/FileMigrationLog.md +14 -0
  29. package/docs/models/FormFieldSet.md +15 -0
  30. package/docs/models/FtpActionLog.md +14 -0
  31. package/docs/models/GpgKey.md +16 -0
  32. package/docs/models/Group.md +19 -0
  33. package/docs/models/GroupUser.md +17 -0
  34. package/docs/models/History.md +85 -0
  35. package/docs/models/HistoryExportResult.md +17 -0
  36. package/docs/models/InboxRecipient.md +17 -0
  37. package/docs/models/InboxRegistration.md +15 -0
  38. package/docs/models/InboxUpload.md +19 -1
  39. package/docs/models/Invoice.md +9 -0
  40. package/docs/models/IpAddress.md +36 -0
  41. package/docs/models/Message.md +17 -0
  42. package/docs/models/MessageComment.md +17 -0
  43. package/docs/models/MessageCommentReaction.md +17 -0
  44. package/docs/models/MessageReaction.md +17 -0
  45. package/docs/models/Notification.md +20 -0
  46. package/docs/models/OutboundConnectionLog.md +14 -0
  47. package/docs/models/Payment.md +9 -0
  48. package/docs/models/Permission.md +21 -0
  49. package/docs/models/Priority.md +13 -0
  50. package/docs/models/Project.md +9 -0
  51. package/docs/models/PublicHostingRequestLog.md +14 -0
  52. package/docs/models/PublicKey.md +15 -0
  53. package/docs/models/RemoteBandwidthSnapshot.md +18 -0
  54. package/docs/models/RemoteServer.md +15 -0
  55. package/docs/models/Request.md +17 -0
  56. package/docs/models/SettingsChange.md +14 -0
  57. package/docs/models/SftpActionLog.md +14 -0
  58. package/docs/models/SftpHostKey.md +9 -0
  59. package/docs/models/ShareGroup.md +15 -0
  60. package/docs/models/SiemHttpDestination.md +9 -0
  61. package/docs/models/Snapshot.md +9 -0
  62. package/docs/models/SsoStrategy.md +9 -0
  63. package/docs/models/SyncLog.md +14 -0
  64. package/docs/models/UsageDailySnapshot.md +18 -0
  65. package/docs/models/UsageSnapshot.md +9 -0
  66. package/docs/models/User.md +24 -0
  67. package/docs/models/UserCipherUse.md +15 -0
  68. package/docs/models/UserRequest.md +9 -0
  69. package/docs/models/UserSftpClientUse.md +15 -0
  70. package/docs/models/WebDavActionLog.md +14 -0
  71. package/lib/Files.js +1 -1
  72. package/lib/models/ActionNotificationExportResult.js +47 -0
  73. package/lib/models/ApiKey.js +60 -20
  74. package/lib/models/ApiRequestLog.js +29 -0
  75. package/lib/models/App.js +30 -0
  76. package/lib/models/As2IncomingMessage.js +40 -0
  77. package/lib/models/As2OutgoingMessage.js +40 -0
  78. package/lib/models/As2Partner.js +24 -0
  79. package/lib/models/As2Station.js +24 -0
  80. package/lib/models/Automation.js +33 -0
  81. package/lib/models/AutomationLog.js +29 -0
  82. package/lib/models/AutomationRun.js +42 -0
  83. package/lib/models/BandwidthSnapshot.js +33 -0
  84. package/lib/models/Behavior.js +30 -0
  85. package/lib/models/Bundle.js +41 -0
  86. package/lib/models/BundleAction.js +33 -0
  87. package/lib/models/BundleDownload.js +47 -0
  88. package/lib/models/BundleNotification.js +29 -0
  89. package/lib/models/BundleRecipient.js +42 -0
  90. package/lib/models/BundleRegistration.js +34 -0
  91. package/lib/models/Clickwrap.js +24 -0
  92. package/lib/models/DnsRecord.js +24 -0
  93. package/lib/models/EmailIncomingMessage.js +34 -0
  94. package/lib/models/EmailLog.js +29 -0
  95. package/lib/models/ExavaultApiRequestLog.js +29 -0
  96. package/lib/models/Export.js +146 -34
  97. package/lib/models/ExternalEvent.js +34 -0
  98. package/lib/models/FileMigrationLog.js +29 -0
  99. package/lib/models/FormFieldSet.js +34 -0
  100. package/lib/models/FtpActionLog.js +29 -0
  101. package/lib/models/GpgKey.js +35 -0
  102. package/lib/models/Group.js +38 -0
  103. package/lib/models/GroupUser.js +41 -0
  104. package/lib/models/History.js +322 -0
  105. package/lib/models/HistoryExportResult.js +47 -0
  106. package/lib/models/InboxRecipient.js +42 -0
  107. package/lib/models/InboxRegistration.js +34 -0
  108. package/lib/models/InboxUpload.js +34 -1
  109. package/lib/models/Invoice.js +24 -0
  110. package/lib/models/IpAddress.js +96 -0
  111. package/lib/models/Message.js +47 -0
  112. package/lib/models/MessageComment.js +47 -0
  113. package/lib/models/MessageCommentReaction.js +47 -0
  114. package/lib/models/MessageReaction.js +47 -0
  115. package/lib/models/Notification.js +45 -0
  116. package/lib/models/OutboundConnectionLog.js +29 -0
  117. package/lib/models/Payment.js +24 -0
  118. package/lib/models/Permission.js +52 -0
  119. package/lib/models/Priority.js +52 -0
  120. package/lib/models/Project.js +24 -0
  121. package/lib/models/PublicHostingRequestLog.js +29 -0
  122. package/lib/models/PublicKey.js +34 -0
  123. package/lib/models/RemoteBandwidthSnapshot.js +33 -0
  124. package/lib/models/RemoteServer.js +30 -0
  125. package/lib/models/Request.js +36 -0
  126. package/lib/models/SettingsChange.js +29 -0
  127. package/lib/models/SftpActionLog.js +29 -0
  128. package/lib/models/SftpHostKey.js +24 -0
  129. package/lib/models/ShareGroup.js +34 -0
  130. package/lib/models/SiemHttpDestination.js +49 -25
  131. package/lib/models/Snapshot.js +24 -0
  132. package/lib/models/SsoStrategy.js +24 -0
  133. package/lib/models/SyncLog.js +29 -0
  134. package/lib/models/UsageDailySnapshot.js +33 -0
  135. package/lib/models/UsageSnapshot.js +24 -0
  136. package/lib/models/User.js +49 -0
  137. package/lib/models/UserCipherUse.js +34 -0
  138. package/lib/models/UserRequest.js +24 -0
  139. package/lib/models/UserSftpClientUse.js +34 -0
  140. package/lib/models/WebDavActionLog.js +29 -0
  141. package/package.json +1 -1
  142. package/src/Files.js +1 -1
  143. package/src/models/ActionNotificationExportResult.js +22 -0
  144. package/src/models/ApiKey.js +19 -0
  145. package/src/models/ApiRequestLog.js +10 -0
  146. package/src/models/App.js +11 -0
  147. package/src/models/As2IncomingMessage.js +19 -0
  148. package/src/models/As2OutgoingMessage.js +19 -0
  149. package/src/models/As2Partner.js +7 -0
  150. package/src/models/As2Station.js +7 -0
  151. package/src/models/Automation.js +14 -0
  152. package/src/models/AutomationLog.js +10 -0
  153. package/src/models/AutomationRun.js +19 -0
  154. package/src/models/BandwidthSnapshot.js +14 -0
  155. package/src/models/Behavior.js +11 -0
  156. package/src/models/Bundle.js +20 -0
  157. package/src/models/BundleAction.js +14 -0
  158. package/src/models/BundleDownload.js +24 -0
  159. package/src/models/BundleNotification.js +10 -0
  160. package/src/models/BundleRecipient.js +19 -0
  161. package/src/models/BundleRegistration.js +13 -0
  162. package/src/models/Clickwrap.js +7 -0
  163. package/src/models/DnsRecord.js +7 -0
  164. package/src/models/EmailIncomingMessage.js +15 -0
  165. package/src/models/EmailLog.js +10 -0
  166. package/src/models/ExavaultApiRequestLog.js +10 -0
  167. package/src/models/Export.js +83 -0
  168. package/src/models/ExternalEvent.js +15 -0
  169. package/src/models/FileMigrationLog.js +10 -0
  170. package/src/models/FormFieldSet.js +13 -0
  171. package/src/models/FtpActionLog.js +10 -0
  172. package/src/models/GpgKey.js +14 -0
  173. package/src/models/Group.js +17 -0
  174. package/src/models/GroupUser.js +18 -0
  175. package/src/models/History.js +167 -0
  176. package/src/models/HistoryExportResult.js +22 -0
  177. package/src/models/InboxRecipient.js +19 -0
  178. package/src/models/InboxRegistration.js +13 -0
  179. package/src/models/InboxUpload.js +15 -1
  180. package/src/models/Invoice.js +7 -0
  181. package/src/models/IpAddress.js +28 -0
  182. package/src/models/Message.js +22 -0
  183. package/src/models/MessageComment.js +22 -0
  184. package/src/models/MessageCommentReaction.js +22 -0
  185. package/src/models/MessageReaction.js +22 -0
  186. package/src/models/Notification.js +22 -0
  187. package/src/models/OutboundConnectionLog.js +10 -0
  188. package/src/models/Payment.js +7 -0
  189. package/src/models/Permission.js +27 -0
  190. package/src/models/Priority.js +23 -0
  191. package/src/models/Project.js +7 -0
  192. package/src/models/PublicHostingRequestLog.js +10 -0
  193. package/src/models/PublicKey.js +13 -0
  194. package/src/models/RemoteBandwidthSnapshot.js +14 -0
  195. package/src/models/RemoteServer.js +11 -0
  196. package/src/models/Request.js +15 -0
  197. package/src/models/SettingsChange.js +10 -0
  198. package/src/models/SftpActionLog.js +10 -0
  199. package/src/models/SftpHostKey.js +7 -0
  200. package/src/models/ShareGroup.js +13 -0
  201. package/src/models/SiemHttpDestination.js +7 -0
  202. package/src/models/Snapshot.js +7 -0
  203. package/src/models/SsoStrategy.js +7 -0
  204. package/src/models/SyncLog.js +10 -0
  205. package/src/models/UsageDailySnapshot.js +14 -0
  206. package/src/models/UsageSnapshot.js +7 -0
  207. package/src/models/User.js +26 -0
  208. package/src/models/UserCipherUse.js +13 -0
  209. package/src/models/UserRequest.js +7 -0
  210. package/src/models/UserSftpClientUse.js +13 -0
  211. package/src/models/WebDavActionLog.js +10 -0
@@ -165,6 +165,35 @@ _FtpActionLog = FtpActionLog;
165
165
  var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
166
166
  return _FtpActionLog.list(params, options);
167
167
  });
168
+ // Parameters:
169
+ // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `start_date`, `end_date`, `path`, `true_path`, `remote_ip`, `session_uuid`, `success`, `action_type` or `username`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ path ]`, `[ true_path ]`, `[ remote_ip ]`, `[ session_uuid ]`, `[ success ]`, `[ action_type ]`, `[ username ]`, `[ start_date, end_date ]`, `[ start_date, path ]`, `[ start_date, true_path ]`, `[ start_date, remote_ip ]`, `[ start_date, session_uuid ]`, `[ start_date, success ]`, `[ start_date, action_type ]`, `[ start_date, username ]`, `[ end_date, path ]`, `[ end_date, true_path ]`, `[ end_date, remote_ip ]`, `[ end_date, session_uuid ]`, `[ end_date, success ]`, `[ end_date, action_type ]`, `[ end_date, username ]`, `[ path, true_path ]`, `[ path, remote_ip ]`, `[ path, session_uuid ]`, `[ path, success ]`, `[ path, action_type ]`, `[ path, username ]`, `[ true_path, remote_ip ]`, `[ true_path, session_uuid ]`, `[ true_path, success ]`, `[ true_path, action_type ]`, `[ true_path, username ]`, `[ remote_ip, session_uuid ]`, `[ remote_ip, success ]`, `[ remote_ip, action_type ]`, `[ remote_ip, username ]`, `[ session_uuid, success ]`, `[ session_uuid, action_type ]`, `[ session_uuid, username ]`, `[ success, action_type ]`, `[ success, username ]`, `[ action_type, username ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, true_path ]`, `[ start_date, end_date, remote_ip ]`, `[ start_date, end_date, session_uuid ]`, `[ start_date, end_date, success ]`, `[ start_date, end_date, action_type ]`, `[ start_date, end_date, username ]`, `[ start_date, path, true_path ]`, `[ start_date, path, remote_ip ]`, `[ start_date, path, session_uuid ]`, `[ start_date, path, success ]`, `[ start_date, path, action_type ]`, `[ start_date, path, username ]`, `[ start_date, true_path, remote_ip ]`, `[ start_date, true_path, session_uuid ]`, `[ start_date, true_path, success ]`, `[ start_date, true_path, action_type ]`, `[ start_date, true_path, username ]`, `[ start_date, remote_ip, session_uuid ]`, `[ start_date, remote_ip, success ]`, `[ start_date, remote_ip, action_type ]`, `[ start_date, remote_ip, username ]`, `[ start_date, session_uuid, success ]`, `[ start_date, session_uuid, action_type ]`, `[ start_date, session_uuid, username ]`, `[ start_date, success, action_type ]`, `[ start_date, success, username ]`, `[ start_date, action_type, username ]`, `[ end_date, path, true_path ]`, `[ end_date, path, remote_ip ]`, `[ end_date, path, session_uuid ]`, `[ end_date, path, success ]`, `[ end_date, path, action_type ]`, `[ end_date, path, username ]`, `[ end_date, true_path, remote_ip ]`, `[ end_date, true_path, session_uuid ]`, `[ end_date, true_path, success ]`, `[ end_date, true_path, action_type ]`, `[ end_date, true_path, username ]`, `[ end_date, remote_ip, session_uuid ]`, `[ end_date, remote_ip, success ]`, `[ end_date, remote_ip, action_type ]`, `[ end_date, remote_ip, username ]`, `[ end_date, session_uuid, success ]`, `[ end_date, session_uuid, action_type ]`, `[ end_date, session_uuid, username ]`, `[ end_date, success, action_type ]`, `[ end_date, success, username ]`, `[ end_date, action_type, username ]`, `[ path, true_path, remote_ip ]`, `[ path, true_path, session_uuid ]`, `[ path, true_path, success ]`, `[ path, true_path, action_type ]`, `[ path, true_path, username ]`, `[ path, remote_ip, session_uuid ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, action_type ]`, `[ path, remote_ip, username ]`, `[ path, session_uuid, success ]`, `[ path, session_uuid, action_type ]`, `[ path, session_uuid, username ]`, `[ path, success, action_type ]`, `[ path, success, username ]`, `[ path, action_type, username ]`, `[ true_path, remote_ip, session_uuid ]`, `[ true_path, remote_ip, success ]`, `[ true_path, remote_ip, action_type ]`, `[ true_path, remote_ip, username ]`, `[ true_path, session_uuid, success ]`, `[ true_path, session_uuid, action_type ]`, `[ true_path, session_uuid, username ]`, `[ true_path, success, action_type ]`, `[ true_path, success, username ]`, `[ true_path, action_type, username ]`, `[ remote_ip, session_uuid, success ]`, `[ remote_ip, session_uuid, action_type ]`, `[ remote_ip, session_uuid, username ]`, `[ remote_ip, success, action_type ]`, `[ remote_ip, success, username ]`, `[ remote_ip, action_type, username ]`, `[ session_uuid, success, action_type ]`, `[ session_uuid, success, username ]`, `[ session_uuid, action_type, username ]`, `[ success, action_type, username ]`, `[ start_date, end_date, path, true_path ]`, `[ start_date, end_date, path, remote_ip ]`, `[ start_date, end_date, path, session_uuid ]`, `[ start_date, end_date, path, success ]`, `[ start_date, end_date, path, action_type ]`, `[ start_date, end_date, path, username ]`, `[ start_date, end_date, true_path, remote_ip ]`, `[ start_date, end_date, true_path, session_uuid ]`, `[ start_date, end_date, true_path, success ]`, `[ start_date, end_date, true_path, action_type ]`, `[ start_date, end_date, true_path, username ]`, `[ start_date, end_date, remote_ip, session_uuid ]`, `[ start_date, end_date, remote_ip, success ]`, `[ start_date, end_date, remote_ip, action_type ]`, `[ start_date, end_date, remote_ip, username ]`, `[ start_date, end_date, session_uuid, success ]`, `[ start_date, end_date, session_uuid, action_type ]`, `[ start_date, end_date, session_uuid, username ]`, `[ start_date, end_date, success, action_type ]`, `[ start_date, end_date, success, username ]`, `[ start_date, end_date, action_type, username ]`, `[ start_date, path, true_path, remote_ip ]`, `[ start_date, path, true_path, session_uuid ]`, `[ start_date, path, true_path, success ]`, `[ start_date, path, true_path, action_type ]`, `[ start_date, path, true_path, username ]`, `[ start_date, path, remote_ip, session_uuid ]`, `[ start_date, path, remote_ip, success ]`, `[ start_date, path, remote_ip, action_type ]`, `[ start_date, path, remote_ip, username ]`, `[ start_date, path, session_uuid, success ]`, `[ start_date, path, session_uuid, action_type ]`, `[ start_date, path, session_uuid, username ]`, `[ start_date, path, success, action_type ]`, `[ start_date, path, success, username ]`, `[ start_date, path, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid ]`, `[ start_date, true_path, remote_ip, success ]`, `[ start_date, true_path, remote_ip, action_type ]`, `[ start_date, true_path, remote_ip, username ]`, `[ start_date, true_path, session_uuid, success ]`, `[ start_date, true_path, session_uuid, action_type ]`, `[ start_date, true_path, session_uuid, username ]`, `[ start_date, true_path, success, action_type ]`, `[ start_date, true_path, success, username ]`, `[ start_date, true_path, action_type, username ]`, `[ start_date, remote_ip, session_uuid, success ]`, `[ start_date, remote_ip, session_uuid, action_type ]`, `[ start_date, remote_ip, session_uuid, username ]`, `[ start_date, remote_ip, success, action_type ]`, `[ start_date, remote_ip, success, username ]`, `[ start_date, remote_ip, action_type, username ]`, `[ start_date, session_uuid, success, action_type ]`, `[ start_date, session_uuid, success, username ]`, `[ start_date, session_uuid, action_type, username ]`, `[ start_date, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip ]`, `[ end_date, path, true_path, session_uuid ]`, `[ end_date, path, true_path, success ]`, `[ end_date, path, true_path, action_type ]`, `[ end_date, path, true_path, username ]`, `[ end_date, path, remote_ip, session_uuid ]`, `[ end_date, path, remote_ip, success ]`, `[ end_date, path, remote_ip, action_type ]`, `[ end_date, path, remote_ip, username ]`, `[ end_date, path, session_uuid, success ]`, `[ end_date, path, session_uuid, action_type ]`, `[ end_date, path, session_uuid, username ]`, `[ end_date, path, success, action_type ]`, `[ end_date, path, success, username ]`, `[ end_date, path, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid ]`, `[ end_date, true_path, remote_ip, success ]`, `[ end_date, true_path, remote_ip, action_type ]`, `[ end_date, true_path, remote_ip, username ]`, `[ end_date, true_path, session_uuid, success ]`, `[ end_date, true_path, session_uuid, action_type ]`, `[ end_date, true_path, session_uuid, username ]`, `[ end_date, true_path, success, action_type ]`, `[ end_date, true_path, success, username ]`, `[ end_date, true_path, action_type, username ]`, `[ end_date, remote_ip, session_uuid, success ]`, `[ end_date, remote_ip, session_uuid, action_type ]`, `[ end_date, remote_ip, session_uuid, username ]`, `[ end_date, remote_ip, success, action_type ]`, `[ end_date, remote_ip, success, username ]`, `[ end_date, remote_ip, action_type, username ]`, `[ end_date, session_uuid, success, action_type ]`, `[ end_date, session_uuid, success, username ]`, `[ end_date, session_uuid, action_type, username ]`, `[ end_date, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid ]`, `[ path, true_path, remote_ip, success ]`, `[ path, true_path, remote_ip, action_type ]`, `[ path, true_path, remote_ip, username ]`, `[ path, true_path, session_uuid, success ]`, `[ path, true_path, session_uuid, action_type ]`, `[ path, true_path, session_uuid, username ]`, `[ path, true_path, success, action_type ]`, `[ path, true_path, success, username ]`, `[ path, true_path, action_type, username ]`, `[ path, remote_ip, session_uuid, success ]`, `[ path, remote_ip, session_uuid, action_type ]`, `[ path, remote_ip, session_uuid, username ]`, `[ path, remote_ip, success, action_type ]`, `[ path, remote_ip, success, username ]`, `[ path, remote_ip, action_type, username ]`, `[ path, session_uuid, success, action_type ]`, `[ path, session_uuid, success, username ]`, `[ path, session_uuid, action_type, username ]`, `[ path, success, action_type, username ]`, `[ true_path, remote_ip, session_uuid, success ]`, `[ true_path, remote_ip, session_uuid, action_type ]`, `[ true_path, remote_ip, session_uuid, username ]`, `[ true_path, remote_ip, success, action_type ]`, `[ true_path, remote_ip, success, username ]`, `[ true_path, remote_ip, action_type, username ]`, `[ true_path, session_uuid, success, action_type ]`, `[ true_path, session_uuid, success, username ]`, `[ true_path, session_uuid, action_type, username ]`, `[ true_path, success, action_type, username ]`, `[ remote_ip, session_uuid, success, action_type ]`, `[ remote_ip, session_uuid, success, username ]`, `[ remote_ip, session_uuid, action_type, username ]`, `[ remote_ip, success, action_type, username ]`, `[ session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip ]`, `[ start_date, end_date, path, true_path, session_uuid ]`, `[ start_date, end_date, path, true_path, success ]`, `[ start_date, end_date, path, true_path, action_type ]`, `[ start_date, end_date, path, true_path, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid ]`, `[ start_date, end_date, path, remote_ip, success ]`, `[ start_date, end_date, path, remote_ip, action_type ]`, `[ start_date, end_date, path, remote_ip, username ]`, `[ start_date, end_date, path, session_uuid, success ]`, `[ start_date, end_date, path, session_uuid, action_type ]`, `[ start_date, end_date, path, session_uuid, username ]`, `[ start_date, end_date, path, success, action_type ]`, `[ start_date, end_date, path, success, username ]`, `[ start_date, end_date, path, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid ]`, `[ start_date, end_date, true_path, remote_ip, success ]`, `[ start_date, end_date, true_path, remote_ip, action_type ]`, `[ start_date, end_date, true_path, remote_ip, username ]`, `[ start_date, end_date, true_path, session_uuid, success ]`, `[ start_date, end_date, true_path, session_uuid, action_type ]`, `[ start_date, end_date, true_path, session_uuid, username ]`, `[ start_date, end_date, true_path, success, action_type ]`, `[ start_date, end_date, true_path, success, username ]`, `[ start_date, end_date, true_path, action_type, username ]`, `[ start_date, end_date, remote_ip, session_uuid, success ]`, `[ start_date, end_date, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, remote_ip, session_uuid, username ]`, `[ start_date, end_date, remote_ip, success, action_type ]`, `[ start_date, end_date, remote_ip, success, username ]`, `[ start_date, end_date, remote_ip, action_type, username ]`, `[ start_date, end_date, session_uuid, success, action_type ]`, `[ start_date, end_date, session_uuid, success, username ]`, `[ start_date, end_date, session_uuid, action_type, username ]`, `[ start_date, end_date, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid ]`, `[ start_date, path, true_path, remote_ip, success ]`, `[ start_date, path, true_path, remote_ip, action_type ]`, `[ start_date, path, true_path, remote_ip, username ]`, `[ start_date, path, true_path, session_uuid, success ]`, `[ start_date, path, true_path, session_uuid, action_type ]`, `[ start_date, path, true_path, session_uuid, username ]`, `[ start_date, path, true_path, success, action_type ]`, `[ start_date, path, true_path, success, username ]`, `[ start_date, path, true_path, action_type, username ]`, `[ start_date, path, remote_ip, session_uuid, success ]`, `[ start_date, path, remote_ip, session_uuid, action_type ]`, `[ start_date, path, remote_ip, session_uuid, username ]`, `[ start_date, path, remote_ip, success, action_type ]`, `[ start_date, path, remote_ip, success, username ]`, `[ start_date, path, remote_ip, action_type, username ]`, `[ start_date, path, session_uuid, success, action_type ]`, `[ start_date, path, session_uuid, success, username ]`, `[ start_date, path, session_uuid, action_type, username ]`, `[ start_date, path, success, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid, success ]`, `[ start_date, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, true_path, remote_ip, session_uuid, username ]`, `[ start_date, true_path, remote_ip, success, action_type ]`, `[ start_date, true_path, remote_ip, success, username ]`, `[ start_date, true_path, remote_ip, action_type, username ]`, `[ start_date, true_path, session_uuid, success, action_type ]`, `[ start_date, true_path, session_uuid, success, username ]`, `[ start_date, true_path, session_uuid, action_type, username ]`, `[ start_date, true_path, success, action_type, username ]`, `[ start_date, remote_ip, session_uuid, success, action_type ]`, `[ start_date, remote_ip, session_uuid, success, username ]`, `[ start_date, remote_ip, session_uuid, action_type, username ]`, `[ start_date, remote_ip, success, action_type, username ]`, `[ start_date, session_uuid, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid ]`, `[ end_date, path, true_path, remote_ip, success ]`, `[ end_date, path, true_path, remote_ip, action_type ]`, `[ end_date, path, true_path, remote_ip, username ]`, `[ end_date, path, true_path, session_uuid, success ]`, `[ end_date, path, true_path, session_uuid, action_type ]`, `[ end_date, path, true_path, session_uuid, username ]`, `[ end_date, path, true_path, success, action_type ]`, `[ end_date, path, true_path, success, username ]`, `[ end_date, path, true_path, action_type, username ]`, `[ end_date, path, remote_ip, session_uuid, success ]`, `[ end_date, path, remote_ip, session_uuid, action_type ]`, `[ end_date, path, remote_ip, session_uuid, username ]`, `[ end_date, path, remote_ip, success, action_type ]`, `[ end_date, path, remote_ip, success, username ]`, `[ end_date, path, remote_ip, action_type, username ]`, `[ end_date, path, session_uuid, success, action_type ]`, `[ end_date, path, session_uuid, success, username ]`, `[ end_date, path, session_uuid, action_type, username ]`, `[ end_date, path, success, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid, success ]`, `[ end_date, true_path, remote_ip, session_uuid, action_type ]`, `[ end_date, true_path, remote_ip, session_uuid, username ]`, `[ end_date, true_path, remote_ip, success, action_type ]`, `[ end_date, true_path, remote_ip, success, username ]`, `[ end_date, true_path, remote_ip, action_type, username ]`, `[ end_date, true_path, session_uuid, success, action_type ]`, `[ end_date, true_path, session_uuid, success, username ]`, `[ end_date, true_path, session_uuid, action_type, username ]`, `[ end_date, true_path, success, action_type, username ]`, `[ end_date, remote_ip, session_uuid, success, action_type ]`, `[ end_date, remote_ip, session_uuid, success, username ]`, `[ end_date, remote_ip, session_uuid, action_type, username ]`, `[ end_date, remote_ip, success, action_type, username ]`, `[ end_date, session_uuid, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid, success ]`, `[ path, true_path, remote_ip, session_uuid, action_type ]`, `[ path, true_path, remote_ip, session_uuid, username ]`, `[ path, true_path, remote_ip, success, action_type ]`, `[ path, true_path, remote_ip, success, username ]`, `[ path, true_path, remote_ip, action_type, username ]`, `[ path, true_path, session_uuid, success, action_type ]`, `[ path, true_path, session_uuid, success, username ]`, `[ path, true_path, session_uuid, action_type, username ]`, `[ path, true_path, success, action_type, username ]`, `[ path, remote_ip, session_uuid, success, action_type ]`, `[ path, remote_ip, session_uuid, success, username ]`, `[ path, remote_ip, session_uuid, action_type, username ]`, `[ path, remote_ip, success, action_type, username ]`, `[ path, session_uuid, success, action_type, username ]`, `[ true_path, remote_ip, session_uuid, success, action_type ]`, `[ true_path, remote_ip, session_uuid, success, username ]`, `[ true_path, remote_ip, session_uuid, action_type, username ]`, `[ true_path, remote_ip, success, action_type, username ]`, `[ true_path, session_uuid, success, action_type, username ]`, `[ remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid ]`, `[ start_date, end_date, path, true_path, remote_ip, success ]`, `[ start_date, end_date, path, true_path, remote_ip, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, username ]`, `[ start_date, end_date, path, true_path, session_uuid, success ]`, `[ start_date, end_date, path, true_path, session_uuid, action_type ]`, `[ start_date, end_date, path, true_path, session_uuid, username ]`, `[ start_date, end_date, path, true_path, success, action_type ]`, `[ start_date, end_date, path, true_path, success, username ]`, `[ start_date, end_date, path, true_path, action_type, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success ]`, `[ start_date, end_date, path, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, path, remote_ip, session_uuid, username ]`, `[ start_date, end_date, path, remote_ip, success, action_type ]`, `[ start_date, end_date, path, remote_ip, success, username ]`, `[ start_date, end_date, path, remote_ip, action_type, username ]`, `[ start_date, end_date, path, session_uuid, success, action_type ]`, `[ start_date, end_date, path, session_uuid, success, username ]`, `[ start_date, end_date, path, session_uuid, action_type, username ]`, `[ start_date, end_date, path, success, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, username ]`, `[ start_date, end_date, true_path, remote_ip, success, action_type ]`, `[ start_date, end_date, true_path, remote_ip, success, username ]`, `[ start_date, end_date, true_path, remote_ip, action_type, username ]`, `[ start_date, end_date, true_path, session_uuid, success, action_type ]`, `[ start_date, end_date, true_path, session_uuid, success, username ]`, `[ start_date, end_date, true_path, session_uuid, action_type, username ]`, `[ start_date, end_date, true_path, success, action_type, username ]`, `[ start_date, end_date, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, remote_ip, success, action_type, username ]`, `[ start_date, end_date, session_uuid, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success ]`, `[ start_date, path, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, path, true_path, remote_ip, session_uuid, username ]`, `[ start_date, path, true_path, remote_ip, success, action_type ]`, `[ start_date, path, true_path, remote_ip, success, username ]`, `[ start_date, path, true_path, remote_ip, action_type, username ]`, `[ start_date, path, true_path, session_uuid, success, action_type ]`, `[ start_date, path, true_path, session_uuid, success, username ]`, `[ start_date, path, true_path, session_uuid, action_type, username ]`, `[ start_date, path, true_path, success, action_type, username ]`, `[ start_date, path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, path, remote_ip, session_uuid, success, username ]`, `[ start_date, path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, path, remote_ip, success, action_type, username ]`, `[ start_date, path, session_uuid, success, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, true_path, remote_ip, success, action_type, username ]`, `[ start_date, true_path, session_uuid, success, action_type, username ]`, `[ start_date, remote_ip, session_uuid, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid, success ]`, `[ end_date, path, true_path, remote_ip, session_uuid, action_type ]`, `[ end_date, path, true_path, remote_ip, session_uuid, username ]`, `[ end_date, path, true_path, remote_ip, success, action_type ]`, `[ end_date, path, true_path, remote_ip, success, username ]`, `[ end_date, path, true_path, remote_ip, action_type, username ]`, `[ end_date, path, true_path, session_uuid, success, action_type ]`, `[ end_date, path, true_path, session_uuid, success, username ]`, `[ end_date, path, true_path, session_uuid, action_type, username ]`, `[ end_date, path, true_path, success, action_type, username ]`, `[ end_date, path, remote_ip, session_uuid, success, action_type ]`, `[ end_date, path, remote_ip, session_uuid, success, username ]`, `[ end_date, path, remote_ip, session_uuid, action_type, username ]`, `[ end_date, path, remote_ip, success, action_type, username ]`, `[ end_date, path, session_uuid, success, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid, success, action_type ]`, `[ end_date, true_path, remote_ip, session_uuid, success, username ]`, `[ end_date, true_path, remote_ip, session_uuid, action_type, username ]`, `[ end_date, true_path, remote_ip, success, action_type, username ]`, `[ end_date, true_path, session_uuid, success, action_type, username ]`, `[ end_date, remote_ip, session_uuid, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ path, true_path, remote_ip, session_uuid, success, username ]`, `[ path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ path, true_path, remote_ip, success, action_type, username ]`, `[ path, true_path, session_uuid, success, action_type, username ]`, `[ path, remote_ip, session_uuid, success, action_type, username ]`, `[ true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, success ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, username ]`, `[ start_date, end_date, path, true_path, remote_ip, success, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, success, username ]`, `[ start_date, end_date, path, true_path, remote_ip, action_type, username ]`, `[ start_date, end_date, path, true_path, session_uuid, success, action_type ]`, `[ start_date, end_date, path, true_path, session_uuid, success, username ]`, `[ start_date, end_date, path, true_path, session_uuid, action_type, username ]`, `[ start_date, end_date, path, true_path, success, action_type, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, path, remote_ip, success, action_type, username ]`, `[ start_date, end_date, path, session_uuid, success, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, success, action_type, username ]`, `[ start_date, end_date, true_path, session_uuid, success, action_type, username ]`, `[ start_date, end_date, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, path, true_path, remote_ip, success, action_type, username ]`, `[ start_date, path, true_path, session_uuid, success, action_type, username ]`, `[ start_date, path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ end_date, path, true_path, remote_ip, session_uuid, success, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ end_date, path, true_path, remote_ip, success, action_type, username ]`, `[ end_date, path, true_path, session_uuid, success, action_type, username ]`, `[ end_date, path, remote_ip, session_uuid, success, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, success, action_type, username ]`, `[ start_date, end_date, path, true_path, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success, action_type, username ]` or `[ end_date, path, true_path, remote_ip, session_uuid, success, action_type, username ]`.
170
+ // filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`, `true_path`, `action_type` or `username`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ path ]`, `[ true_path ]`, `[ remote_ip ]`, `[ session_uuid ]`, `[ success ]`, `[ action_type ]`, `[ username ]`, `[ start_date, end_date ]`, `[ start_date, path ]`, `[ start_date, true_path ]`, `[ start_date, remote_ip ]`, `[ start_date, session_uuid ]`, `[ start_date, success ]`, `[ start_date, action_type ]`, `[ start_date, username ]`, `[ end_date, path ]`, `[ end_date, true_path ]`, `[ end_date, remote_ip ]`, `[ end_date, session_uuid ]`, `[ end_date, success ]`, `[ end_date, action_type ]`, `[ end_date, username ]`, `[ path, true_path ]`, `[ path, remote_ip ]`, `[ path, session_uuid ]`, `[ path, success ]`, `[ path, action_type ]`, `[ path, username ]`, `[ true_path, remote_ip ]`, `[ true_path, session_uuid ]`, `[ true_path, success ]`, `[ true_path, action_type ]`, `[ true_path, username ]`, `[ remote_ip, session_uuid ]`, `[ remote_ip, success ]`, `[ remote_ip, action_type ]`, `[ remote_ip, username ]`, `[ session_uuid, success ]`, `[ session_uuid, action_type ]`, `[ session_uuid, username ]`, `[ success, action_type ]`, `[ success, username ]`, `[ action_type, username ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, true_path ]`, `[ start_date, end_date, remote_ip ]`, `[ start_date, end_date, session_uuid ]`, `[ start_date, end_date, success ]`, `[ start_date, end_date, action_type ]`, `[ start_date, end_date, username ]`, `[ start_date, path, true_path ]`, `[ start_date, path, remote_ip ]`, `[ start_date, path, session_uuid ]`, `[ start_date, path, success ]`, `[ start_date, path, action_type ]`, `[ start_date, path, username ]`, `[ start_date, true_path, remote_ip ]`, `[ start_date, true_path, session_uuid ]`, `[ start_date, true_path, success ]`, `[ start_date, true_path, action_type ]`, `[ start_date, true_path, username ]`, `[ start_date, remote_ip, session_uuid ]`, `[ start_date, remote_ip, success ]`, `[ start_date, remote_ip, action_type ]`, `[ start_date, remote_ip, username ]`, `[ start_date, session_uuid, success ]`, `[ start_date, session_uuid, action_type ]`, `[ start_date, session_uuid, username ]`, `[ start_date, success, action_type ]`, `[ start_date, success, username ]`, `[ start_date, action_type, username ]`, `[ end_date, path, true_path ]`, `[ end_date, path, remote_ip ]`, `[ end_date, path, session_uuid ]`, `[ end_date, path, success ]`, `[ end_date, path, action_type ]`, `[ end_date, path, username ]`, `[ end_date, true_path, remote_ip ]`, `[ end_date, true_path, session_uuid ]`, `[ end_date, true_path, success ]`, `[ end_date, true_path, action_type ]`, `[ end_date, true_path, username ]`, `[ end_date, remote_ip, session_uuid ]`, `[ end_date, remote_ip, success ]`, `[ end_date, remote_ip, action_type ]`, `[ end_date, remote_ip, username ]`, `[ end_date, session_uuid, success ]`, `[ end_date, session_uuid, action_type ]`, `[ end_date, session_uuid, username ]`, `[ end_date, success, action_type ]`, `[ end_date, success, username ]`, `[ end_date, action_type, username ]`, `[ path, true_path, remote_ip ]`, `[ path, true_path, session_uuid ]`, `[ path, true_path, success ]`, `[ path, true_path, action_type ]`, `[ path, true_path, username ]`, `[ path, remote_ip, session_uuid ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, action_type ]`, `[ path, remote_ip, username ]`, `[ path, session_uuid, success ]`, `[ path, session_uuid, action_type ]`, `[ path, session_uuid, username ]`, `[ path, success, action_type ]`, `[ path, success, username ]`, `[ path, action_type, username ]`, `[ true_path, remote_ip, session_uuid ]`, `[ true_path, remote_ip, success ]`, `[ true_path, remote_ip, action_type ]`, `[ true_path, remote_ip, username ]`, `[ true_path, session_uuid, success ]`, `[ true_path, session_uuid, action_type ]`, `[ true_path, session_uuid, username ]`, `[ true_path, success, action_type ]`, `[ true_path, success, username ]`, `[ true_path, action_type, username ]`, `[ remote_ip, session_uuid, success ]`, `[ remote_ip, session_uuid, action_type ]`, `[ remote_ip, session_uuid, username ]`, `[ remote_ip, success, action_type ]`, `[ remote_ip, success, username ]`, `[ remote_ip, action_type, username ]`, `[ session_uuid, success, action_type ]`, `[ session_uuid, success, username ]`, `[ session_uuid, action_type, username ]`, `[ success, action_type, username ]`, `[ start_date, end_date, path, true_path ]`, `[ start_date, end_date, path, remote_ip ]`, `[ start_date, end_date, path, session_uuid ]`, `[ start_date, end_date, path, success ]`, `[ start_date, end_date, path, action_type ]`, `[ start_date, end_date, path, username ]`, `[ start_date, end_date, true_path, remote_ip ]`, `[ start_date, end_date, true_path, session_uuid ]`, `[ start_date, end_date, true_path, success ]`, `[ start_date, end_date, true_path, action_type ]`, `[ start_date, end_date, true_path, username ]`, `[ start_date, end_date, remote_ip, session_uuid ]`, `[ start_date, end_date, remote_ip, success ]`, `[ start_date, end_date, remote_ip, action_type ]`, `[ start_date, end_date, remote_ip, username ]`, `[ start_date, end_date, session_uuid, success ]`, `[ start_date, end_date, session_uuid, action_type ]`, `[ start_date, end_date, session_uuid, username ]`, `[ start_date, end_date, success, action_type ]`, `[ start_date, end_date, success, username ]`, `[ start_date, end_date, action_type, username ]`, `[ start_date, path, true_path, remote_ip ]`, `[ start_date, path, true_path, session_uuid ]`, `[ start_date, path, true_path, success ]`, `[ start_date, path, true_path, action_type ]`, `[ start_date, path, true_path, username ]`, `[ start_date, path, remote_ip, session_uuid ]`, `[ start_date, path, remote_ip, success ]`, `[ start_date, path, remote_ip, action_type ]`, `[ start_date, path, remote_ip, username ]`, `[ start_date, path, session_uuid, success ]`, `[ start_date, path, session_uuid, action_type ]`, `[ start_date, path, session_uuid, username ]`, `[ start_date, path, success, action_type ]`, `[ start_date, path, success, username ]`, `[ start_date, path, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid ]`, `[ start_date, true_path, remote_ip, success ]`, `[ start_date, true_path, remote_ip, action_type ]`, `[ start_date, true_path, remote_ip, username ]`, `[ start_date, true_path, session_uuid, success ]`, `[ start_date, true_path, session_uuid, action_type ]`, `[ start_date, true_path, session_uuid, username ]`, `[ start_date, true_path, success, action_type ]`, `[ start_date, true_path, success, username ]`, `[ start_date, true_path, action_type, username ]`, `[ start_date, remote_ip, session_uuid, success ]`, `[ start_date, remote_ip, session_uuid, action_type ]`, `[ start_date, remote_ip, session_uuid, username ]`, `[ start_date, remote_ip, success, action_type ]`, `[ start_date, remote_ip, success, username ]`, `[ start_date, remote_ip, action_type, username ]`, `[ start_date, session_uuid, success, action_type ]`, `[ start_date, session_uuid, success, username ]`, `[ start_date, session_uuid, action_type, username ]`, `[ start_date, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip ]`, `[ end_date, path, true_path, session_uuid ]`, `[ end_date, path, true_path, success ]`, `[ end_date, path, true_path, action_type ]`, `[ end_date, path, true_path, username ]`, `[ end_date, path, remote_ip, session_uuid ]`, `[ end_date, path, remote_ip, success ]`, `[ end_date, path, remote_ip, action_type ]`, `[ end_date, path, remote_ip, username ]`, `[ end_date, path, session_uuid, success ]`, `[ end_date, path, session_uuid, action_type ]`, `[ end_date, path, session_uuid, username ]`, `[ end_date, path, success, action_type ]`, `[ end_date, path, success, username ]`, `[ end_date, path, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid ]`, `[ end_date, true_path, remote_ip, success ]`, `[ end_date, true_path, remote_ip, action_type ]`, `[ end_date, true_path, remote_ip, username ]`, `[ end_date, true_path, session_uuid, success ]`, `[ end_date, true_path, session_uuid, action_type ]`, `[ end_date, true_path, session_uuid, username ]`, `[ end_date, true_path, success, action_type ]`, `[ end_date, true_path, success, username ]`, `[ end_date, true_path, action_type, username ]`, `[ end_date, remote_ip, session_uuid, success ]`, `[ end_date, remote_ip, session_uuid, action_type ]`, `[ end_date, remote_ip, session_uuid, username ]`, `[ end_date, remote_ip, success, action_type ]`, `[ end_date, remote_ip, success, username ]`, `[ end_date, remote_ip, action_type, username ]`, `[ end_date, session_uuid, success, action_type ]`, `[ end_date, session_uuid, success, username ]`, `[ end_date, session_uuid, action_type, username ]`, `[ end_date, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid ]`, `[ path, true_path, remote_ip, success ]`, `[ path, true_path, remote_ip, action_type ]`, `[ path, true_path, remote_ip, username ]`, `[ path, true_path, session_uuid, success ]`, `[ path, true_path, session_uuid, action_type ]`, `[ path, true_path, session_uuid, username ]`, `[ path, true_path, success, action_type ]`, `[ path, true_path, success, username ]`, `[ path, true_path, action_type, username ]`, `[ path, remote_ip, session_uuid, success ]`, `[ path, remote_ip, session_uuid, action_type ]`, `[ path, remote_ip, session_uuid, username ]`, `[ path, remote_ip, success, action_type ]`, `[ path, remote_ip, success, username ]`, `[ path, remote_ip, action_type, username ]`, `[ path, session_uuid, success, action_type ]`, `[ path, session_uuid, success, username ]`, `[ path, session_uuid, action_type, username ]`, `[ path, success, action_type, username ]`, `[ true_path, remote_ip, session_uuid, success ]`, `[ true_path, remote_ip, session_uuid, action_type ]`, `[ true_path, remote_ip, session_uuid, username ]`, `[ true_path, remote_ip, success, action_type ]`, `[ true_path, remote_ip, success, username ]`, `[ true_path, remote_ip, action_type, username ]`, `[ true_path, session_uuid, success, action_type ]`, `[ true_path, session_uuid, success, username ]`, `[ true_path, session_uuid, action_type, username ]`, `[ true_path, success, action_type, username ]`, `[ remote_ip, session_uuid, success, action_type ]`, `[ remote_ip, session_uuid, success, username ]`, `[ remote_ip, session_uuid, action_type, username ]`, `[ remote_ip, success, action_type, username ]`, `[ session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip ]`, `[ start_date, end_date, path, true_path, session_uuid ]`, `[ start_date, end_date, path, true_path, success ]`, `[ start_date, end_date, path, true_path, action_type ]`, `[ start_date, end_date, path, true_path, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid ]`, `[ start_date, end_date, path, remote_ip, success ]`, `[ start_date, end_date, path, remote_ip, action_type ]`, `[ start_date, end_date, path, remote_ip, username ]`, `[ start_date, end_date, path, session_uuid, success ]`, `[ start_date, end_date, path, session_uuid, action_type ]`, `[ start_date, end_date, path, session_uuid, username ]`, `[ start_date, end_date, path, success, action_type ]`, `[ start_date, end_date, path, success, username ]`, `[ start_date, end_date, path, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid ]`, `[ start_date, end_date, true_path, remote_ip, success ]`, `[ start_date, end_date, true_path, remote_ip, action_type ]`, `[ start_date, end_date, true_path, remote_ip, username ]`, `[ start_date, end_date, true_path, session_uuid, success ]`, `[ start_date, end_date, true_path, session_uuid, action_type ]`, `[ start_date, end_date, true_path, session_uuid, username ]`, `[ start_date, end_date, true_path, success, action_type ]`, `[ start_date, end_date, true_path, success, username ]`, `[ start_date, end_date, true_path, action_type, username ]`, `[ start_date, end_date, remote_ip, session_uuid, success ]`, `[ start_date, end_date, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, remote_ip, session_uuid, username ]`, `[ start_date, end_date, remote_ip, success, action_type ]`, `[ start_date, end_date, remote_ip, success, username ]`, `[ start_date, end_date, remote_ip, action_type, username ]`, `[ start_date, end_date, session_uuid, success, action_type ]`, `[ start_date, end_date, session_uuid, success, username ]`, `[ start_date, end_date, session_uuid, action_type, username ]`, `[ start_date, end_date, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid ]`, `[ start_date, path, true_path, remote_ip, success ]`, `[ start_date, path, true_path, remote_ip, action_type ]`, `[ start_date, path, true_path, remote_ip, username ]`, `[ start_date, path, true_path, session_uuid, success ]`, `[ start_date, path, true_path, session_uuid, action_type ]`, `[ start_date, path, true_path, session_uuid, username ]`, `[ start_date, path, true_path, success, action_type ]`, `[ start_date, path, true_path, success, username ]`, `[ start_date, path, true_path, action_type, username ]`, `[ start_date, path, remote_ip, session_uuid, success ]`, `[ start_date, path, remote_ip, session_uuid, action_type ]`, `[ start_date, path, remote_ip, session_uuid, username ]`, `[ start_date, path, remote_ip, success, action_type ]`, `[ start_date, path, remote_ip, success, username ]`, `[ start_date, path, remote_ip, action_type, username ]`, `[ start_date, path, session_uuid, success, action_type ]`, `[ start_date, path, session_uuid, success, username ]`, `[ start_date, path, session_uuid, action_type, username ]`, `[ start_date, path, success, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid, success ]`, `[ start_date, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, true_path, remote_ip, session_uuid, username ]`, `[ start_date, true_path, remote_ip, success, action_type ]`, `[ start_date, true_path, remote_ip, success, username ]`, `[ start_date, true_path, remote_ip, action_type, username ]`, `[ start_date, true_path, session_uuid, success, action_type ]`, `[ start_date, true_path, session_uuid, success, username ]`, `[ start_date, true_path, session_uuid, action_type, username ]`, `[ start_date, true_path, success, action_type, username ]`, `[ start_date, remote_ip, session_uuid, success, action_type ]`, `[ start_date, remote_ip, session_uuid, success, username ]`, `[ start_date, remote_ip, session_uuid, action_type, username ]`, `[ start_date, remote_ip, success, action_type, username ]`, `[ start_date, session_uuid, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid ]`, `[ end_date, path, true_path, remote_ip, success ]`, `[ end_date, path, true_path, remote_ip, action_type ]`, `[ end_date, path, true_path, remote_ip, username ]`, `[ end_date, path, true_path, session_uuid, success ]`, `[ end_date, path, true_path, session_uuid, action_type ]`, `[ end_date, path, true_path, session_uuid, username ]`, `[ end_date, path, true_path, success, action_type ]`, `[ end_date, path, true_path, success, username ]`, `[ end_date, path, true_path, action_type, username ]`, `[ end_date, path, remote_ip, session_uuid, success ]`, `[ end_date, path, remote_ip, session_uuid, action_type ]`, `[ end_date, path, remote_ip, session_uuid, username ]`, `[ end_date, path, remote_ip, success, action_type ]`, `[ end_date, path, remote_ip, success, username ]`, `[ end_date, path, remote_ip, action_type, username ]`, `[ end_date, path, session_uuid, success, action_type ]`, `[ end_date, path, session_uuid, success, username ]`, `[ end_date, path, session_uuid, action_type, username ]`, `[ end_date, path, success, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid, success ]`, `[ end_date, true_path, remote_ip, session_uuid, action_type ]`, `[ end_date, true_path, remote_ip, session_uuid, username ]`, `[ end_date, true_path, remote_ip, success, action_type ]`, `[ end_date, true_path, remote_ip, success, username ]`, `[ end_date, true_path, remote_ip, action_type, username ]`, `[ end_date, true_path, session_uuid, success, action_type ]`, `[ end_date, true_path, session_uuid, success, username ]`, `[ end_date, true_path, session_uuid, action_type, username ]`, `[ end_date, true_path, success, action_type, username ]`, `[ end_date, remote_ip, session_uuid, success, action_type ]`, `[ end_date, remote_ip, session_uuid, success, username ]`, `[ end_date, remote_ip, session_uuid, action_type, username ]`, `[ end_date, remote_ip, success, action_type, username ]`, `[ end_date, session_uuid, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid, success ]`, `[ path, true_path, remote_ip, session_uuid, action_type ]`, `[ path, true_path, remote_ip, session_uuid, username ]`, `[ path, true_path, remote_ip, success, action_type ]`, `[ path, true_path, remote_ip, success, username ]`, `[ path, true_path, remote_ip, action_type, username ]`, `[ path, true_path, session_uuid, success, action_type ]`, `[ path, true_path, session_uuid, success, username ]`, `[ path, true_path, session_uuid, action_type, username ]`, `[ path, true_path, success, action_type, username ]`, `[ path, remote_ip, session_uuid, success, action_type ]`, `[ path, remote_ip, session_uuid, success, username ]`, `[ path, remote_ip, session_uuid, action_type, username ]`, `[ path, remote_ip, success, action_type, username ]`, `[ path, session_uuid, success, action_type, username ]`, `[ true_path, remote_ip, session_uuid, success, action_type ]`, `[ true_path, remote_ip, session_uuid, success, username ]`, `[ true_path, remote_ip, session_uuid, action_type, username ]`, `[ true_path, remote_ip, success, action_type, username ]`, `[ true_path, session_uuid, success, action_type, username ]`, `[ remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid ]`, `[ start_date, end_date, path, true_path, remote_ip, success ]`, `[ start_date, end_date, path, true_path, remote_ip, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, username ]`, `[ start_date, end_date, path, true_path, session_uuid, success ]`, `[ start_date, end_date, path, true_path, session_uuid, action_type ]`, `[ start_date, end_date, path, true_path, session_uuid, username ]`, `[ start_date, end_date, path, true_path, success, action_type ]`, `[ start_date, end_date, path, true_path, success, username ]`, `[ start_date, end_date, path, true_path, action_type, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success ]`, `[ start_date, end_date, path, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, path, remote_ip, session_uuid, username ]`, `[ start_date, end_date, path, remote_ip, success, action_type ]`, `[ start_date, end_date, path, remote_ip, success, username ]`, `[ start_date, end_date, path, remote_ip, action_type, username ]`, `[ start_date, end_date, path, session_uuid, success, action_type ]`, `[ start_date, end_date, path, session_uuid, success, username ]`, `[ start_date, end_date, path, session_uuid, action_type, username ]`, `[ start_date, end_date, path, success, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, username ]`, `[ start_date, end_date, true_path, remote_ip, success, action_type ]`, `[ start_date, end_date, true_path, remote_ip, success, username ]`, `[ start_date, end_date, true_path, remote_ip, action_type, username ]`, `[ start_date, end_date, true_path, session_uuid, success, action_type ]`, `[ start_date, end_date, true_path, session_uuid, success, username ]`, `[ start_date, end_date, true_path, session_uuid, action_type, username ]`, `[ start_date, end_date, true_path, success, action_type, username ]`, `[ start_date, end_date, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, remote_ip, success, action_type, username ]`, `[ start_date, end_date, session_uuid, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success ]`, `[ start_date, path, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, path, true_path, remote_ip, session_uuid, username ]`, `[ start_date, path, true_path, remote_ip, success, action_type ]`, `[ start_date, path, true_path, remote_ip, success, username ]`, `[ start_date, path, true_path, remote_ip, action_type, username ]`, `[ start_date, path, true_path, session_uuid, success, action_type ]`, `[ start_date, path, true_path, session_uuid, success, username ]`, `[ start_date, path, true_path, session_uuid, action_type, username ]`, `[ start_date, path, true_path, success, action_type, username ]`, `[ start_date, path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, path, remote_ip, session_uuid, success, username ]`, `[ start_date, path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, path, remote_ip, success, action_type, username ]`, `[ start_date, path, session_uuid, success, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, true_path, remote_ip, success, action_type, username ]`, `[ start_date, true_path, session_uuid, success, action_type, username ]`, `[ start_date, remote_ip, session_uuid, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid, success ]`, `[ end_date, path, true_path, remote_ip, session_uuid, action_type ]`, `[ end_date, path, true_path, remote_ip, session_uuid, username ]`, `[ end_date, path, true_path, remote_ip, success, action_type ]`, `[ end_date, path, true_path, remote_ip, success, username ]`, `[ end_date, path, true_path, remote_ip, action_type, username ]`, `[ end_date, path, true_path, session_uuid, success, action_type ]`, `[ end_date, path, true_path, session_uuid, success, username ]`, `[ end_date, path, true_path, session_uuid, action_type, username ]`, `[ end_date, path, true_path, success, action_type, username ]`, `[ end_date, path, remote_ip, session_uuid, success, action_type ]`, `[ end_date, path, remote_ip, session_uuid, success, username ]`, `[ end_date, path, remote_ip, session_uuid, action_type, username ]`, `[ end_date, path, remote_ip, success, action_type, username ]`, `[ end_date, path, session_uuid, success, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid, success, action_type ]`, `[ end_date, true_path, remote_ip, session_uuid, success, username ]`, `[ end_date, true_path, remote_ip, session_uuid, action_type, username ]`, `[ end_date, true_path, remote_ip, success, action_type, username ]`, `[ end_date, true_path, session_uuid, success, action_type, username ]`, `[ end_date, remote_ip, session_uuid, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ path, true_path, remote_ip, session_uuid, success, username ]`, `[ path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ path, true_path, remote_ip, success, action_type, username ]`, `[ path, true_path, session_uuid, success, action_type, username ]`, `[ path, remote_ip, session_uuid, success, action_type, username ]`, `[ true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, success ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, username ]`, `[ start_date, end_date, path, true_path, remote_ip, success, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, success, username ]`, `[ start_date, end_date, path, true_path, remote_ip, action_type, username ]`, `[ start_date, end_date, path, true_path, session_uuid, success, action_type ]`, `[ start_date, end_date, path, true_path, session_uuid, success, username ]`, `[ start_date, end_date, path, true_path, session_uuid, action_type, username ]`, `[ start_date, end_date, path, true_path, success, action_type, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, path, remote_ip, success, action_type, username ]`, `[ start_date, end_date, path, session_uuid, success, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, success, action_type, username ]`, `[ start_date, end_date, true_path, session_uuid, success, action_type, username ]`, `[ start_date, end_date, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, path, true_path, remote_ip, success, action_type, username ]`, `[ start_date, path, true_path, session_uuid, success, action_type, username ]`, `[ start_date, path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ end_date, path, true_path, remote_ip, session_uuid, success, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ end_date, path, true_path, remote_ip, success, action_type, username ]`, `[ end_date, path, true_path, session_uuid, success, action_type, username ]`, `[ end_date, path, remote_ip, session_uuid, success, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, success, action_type, username ]`, `[ start_date, end_date, path, true_path, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success, action_type, username ]` or `[ end_date, path, true_path, remote_ip, session_uuid, success, action_type, username ]`.
171
+ (0, _defineProperty2.default)(FtpActionLog, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee2() {
172
+ var _response$data2;
173
+ var params,
174
+ options,
175
+ response,
176
+ Export,
177
+ _args2 = arguments;
178
+ return _regenerator.default.wrap(function _callee2$(_context2) {
179
+ while (1) switch (_context2.prev = _context2.next) {
180
+ case 0:
181
+ params = _args2.length > 0 && _args2[0] !== undefined ? _args2[0] : {};
182
+ options = _args2.length > 1 && _args2[1] !== undefined ? _args2[1] : {};
183
+ _context2.next = 4;
184
+ return _Api.default.sendRequest('/ftp_action_logs/create_export', 'POST', params, options);
185
+ case 4:
186
+ response = _context2.sent;
187
+ Export = require('./Export.js').default;
188
+ return _context2.abrupt("return", (response === null || response === void 0 || (_response$data2 = response.data) === null || _response$data2 === void 0 ? void 0 : _response$data2.map(function (obj) {
189
+ return new Export(obj, options);
190
+ })) || []);
191
+ case 7:
192
+ case "end":
193
+ return _context2.stop();
194
+ }
195
+ }, _callee2);
196
+ })));
168
197
  var _default = exports.default = FtpActionLog;
169
198
  module.exports = FtpActionLog;
170
199
  module.exports.default = FtpActionLog;
@@ -424,6 +424,41 @@ _GpgKey = GpgKey;
424
424
  }
425
425
  }, _callee6);
426
426
  })));
427
+ // Parameters:
428
+ // user_id - int64 - User ID. Provide a value of `0` to operate the current session's user.
429
+ // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `name` and `expires_at`.
430
+ (0, _defineProperty2.default)(GpgKey, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee7() {
431
+ var _response$data2;
432
+ var params,
433
+ options,
434
+ response,
435
+ Export,
436
+ _args7 = arguments;
437
+ return _regenerator.default.wrap(function _callee7$(_context7) {
438
+ while (1) switch (_context7.prev = _context7.next) {
439
+ case 0:
440
+ params = _args7.length > 0 && _args7[0] !== undefined ? _args7[0] : {};
441
+ options = _args7.length > 1 && _args7[1] !== undefined ? _args7[1] : {};
442
+ if (!(params.user_id && !(0, _utils.isInt)(params.user_id))) {
443
+ _context7.next = 4;
444
+ break;
445
+ }
446
+ throw new errors.InvalidParameterError("Bad parameter: user_id must be of type Int, received ".concat((0, _utils.getType)(params.user_id)));
447
+ case 4:
448
+ _context7.next = 6;
449
+ return _Api.default.sendRequest('/gpg_keys/create_export', 'POST', params, options);
450
+ case 6:
451
+ response = _context7.sent;
452
+ Export = require('./Export.js').default;
453
+ return _context7.abrupt("return", (response === null || response === void 0 || (_response$data2 = response.data) === null || _response$data2 === void 0 ? void 0 : _response$data2.map(function (obj) {
454
+ return new Export(obj, options);
455
+ })) || []);
456
+ case 9:
457
+ case "end":
458
+ return _context7.stop();
459
+ }
460
+ }, _callee7);
461
+ })));
427
462
  var _default = exports.default = GpgKey;
428
463
  module.exports = GpgKey;
429
464
  module.exports.default = GpgKey;
@@ -477,6 +477,44 @@ _Group = Group;
477
477
  }
478
478
  }, _callee6);
479
479
  })));
480
+ // Parameters:
481
+ // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id` and `name`.
482
+ // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `name`.
483
+ // filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `name`.
484
+ // ids - string - Comma-separated list of group ids to include in results.
485
+ // include_parent_site_groups - boolean - Include groups from the parent site.
486
+ (0, _defineProperty2.default)(Group, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee7() {
487
+ var _response$data2;
488
+ var params,
489
+ options,
490
+ response,
491
+ Export,
492
+ _args7 = arguments;
493
+ return _regenerator.default.wrap(function _callee7$(_context7) {
494
+ while (1) switch (_context7.prev = _context7.next) {
495
+ case 0:
496
+ params = _args7.length > 0 && _args7[0] !== undefined ? _args7[0] : {};
497
+ options = _args7.length > 1 && _args7[1] !== undefined ? _args7[1] : {};
498
+ if (!(params.ids && !(0, _utils.isString)(params.ids))) {
499
+ _context7.next = 4;
500
+ break;
501
+ }
502
+ throw new errors.InvalidParameterError("Bad parameter: ids must be of type String, received ".concat((0, _utils.getType)(params.ids)));
503
+ case 4:
504
+ _context7.next = 6;
505
+ return _Api.default.sendRequest('/groups/create_export', 'POST', params, options);
506
+ case 6:
507
+ response = _context7.sent;
508
+ Export = require('./Export.js').default;
509
+ return _context7.abrupt("return", (response === null || response === void 0 || (_response$data2 = response.data) === null || _response$data2 === void 0 ? void 0 : _response$data2.map(function (obj) {
510
+ return new Export(obj, options);
511
+ })) || []);
512
+ case 9:
513
+ case "end":
514
+ return _context7.stop();
515
+ }
516
+ }, _callee7);
517
+ })));
480
518
  var _default = exports.default = Group;
481
519
  module.exports = Group;
482
520
  module.exports.default = Group;
@@ -415,6 +415,47 @@ _GroupUser = GroupUser;
415
415
  }
416
416
  }, _callee5);
417
417
  })));
418
+ // Parameters:
419
+ // user_id - int64 - User ID. If provided, will return group_users of this user.
420
+ // group_id - int64 - Group ID. If provided, will return group_users of this group.
421
+ (0, _defineProperty2.default)(GroupUser, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee6() {
422
+ var _response$data2;
423
+ var params,
424
+ options,
425
+ response,
426
+ Export,
427
+ _args6 = arguments;
428
+ return _regenerator.default.wrap(function _callee6$(_context6) {
429
+ while (1) switch (_context6.prev = _context6.next) {
430
+ case 0:
431
+ params = _args6.length > 0 && _args6[0] !== undefined ? _args6[0] : {};
432
+ options = _args6.length > 1 && _args6[1] !== undefined ? _args6[1] : {};
433
+ if (!(params.user_id && !(0, _utils.isInt)(params.user_id))) {
434
+ _context6.next = 4;
435
+ break;
436
+ }
437
+ throw new errors.InvalidParameterError("Bad parameter: user_id must be of type Int, received ".concat((0, _utils.getType)(params.user_id)));
438
+ case 4:
439
+ if (!(params.group_id && !(0, _utils.isInt)(params.group_id))) {
440
+ _context6.next = 6;
441
+ break;
442
+ }
443
+ throw new errors.InvalidParameterError("Bad parameter: group_id must be of type Int, received ".concat((0, _utils.getType)(params.group_id)));
444
+ case 6:
445
+ _context6.next = 8;
446
+ return _Api.default.sendRequest('/group_users/create_export', 'POST', params, options);
447
+ case 8:
448
+ response = _context6.sent;
449
+ Export = require('./Export.js').default;
450
+ return _context6.abrupt("return", (response === null || response === void 0 || (_response$data2 = response.data) === null || _response$data2 === void 0 ? void 0 : _response$data2.map(function (obj) {
451
+ return new Export(obj, options);
452
+ })) || []);
453
+ case 11:
454
+ case "end":
455
+ return _context6.stop();
456
+ }
457
+ }, _callee6);
458
+ })));
418
459
  var _default = exports.default = GroupUser;
419
460
  module.exports = GroupUser;
420
461
  module.exports.default = GroupUser;
@@ -500,6 +500,328 @@ _History = History;
500
500
  var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
501
501
  return _History.list(params, options);
502
502
  });
503
+ // Parameters:
504
+ // start_at - string - Leave blank or set to a date/time to filter earlier entries.
505
+ // end_at - string - Leave blank or set to a date/time to filter later entries.
506
+ // display - string - Display format. Leave blank or set to `full` or `parent`.
507
+ // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `path` and `created_at`.
508
+ // path (required) - int64
509
+ (0, _defineProperty2.default)(History, "listForFileCreateExport", /*#__PURE__*/function () {
510
+ var _ref8 = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee6(path) {
511
+ var _response$data6;
512
+ var params,
513
+ options,
514
+ response,
515
+ Export,
516
+ _args6 = arguments;
517
+ return _regenerator.default.wrap(function _callee6$(_context6) {
518
+ while (1) switch (_context6.prev = _context6.next) {
519
+ case 0:
520
+ params = _args6.length > 1 && _args6[1] !== undefined ? _args6[1] : {};
521
+ options = _args6.length > 2 && _args6[2] !== undefined ? _args6[2] : {};
522
+ if ((0, _utils.isObject)(params)) {
523
+ _context6.next = 4;
524
+ break;
525
+ }
526
+ throw new errors.InvalidParameterError("Bad parameter: params must be of type object, received ".concat((0, _utils.getType)(params)));
527
+ case 4:
528
+ params.path = path;
529
+ if (params.path) {
530
+ _context6.next = 7;
531
+ break;
532
+ }
533
+ throw new errors.MissingParameterError('Parameter missing: path');
534
+ case 7:
535
+ if (!(params.start_at && !(0, _utils.isString)(params.start_at))) {
536
+ _context6.next = 9;
537
+ break;
538
+ }
539
+ throw new errors.InvalidParameterError("Bad parameter: start_at must be of type String, received ".concat((0, _utils.getType)(params.start_at)));
540
+ case 9:
541
+ if (!(params.end_at && !(0, _utils.isString)(params.end_at))) {
542
+ _context6.next = 11;
543
+ break;
544
+ }
545
+ throw new errors.InvalidParameterError("Bad parameter: end_at must be of type String, received ".concat((0, _utils.getType)(params.end_at)));
546
+ case 11:
547
+ if (!(params.display && !(0, _utils.isString)(params.display))) {
548
+ _context6.next = 13;
549
+ break;
550
+ }
551
+ throw new errors.InvalidParameterError("Bad parameter: display must be of type String, received ".concat((0, _utils.getType)(params.display)));
552
+ case 13:
553
+ if (!(params.path && !(0, _utils.isInt)(params.path))) {
554
+ _context6.next = 15;
555
+ break;
556
+ }
557
+ throw new errors.InvalidParameterError("Bad parameter: path must be of type Int, received ".concat((0, _utils.getType)(params.path)));
558
+ case 15:
559
+ _context6.next = 17;
560
+ return _Api.default.sendRequest("/history/files/".concat(encodeURIComponent(params.path), "/create_export"), 'POST', params, options);
561
+ case 17:
562
+ response = _context6.sent;
563
+ Export = require('./Export.js').default;
564
+ return _context6.abrupt("return", (response === null || response === void 0 || (_response$data6 = response.data) === null || _response$data6 === void 0 ? void 0 : _response$data6.map(function (obj) {
565
+ return new Export(obj, options);
566
+ })) || []);
567
+ case 20:
568
+ case "end":
569
+ return _context6.stop();
570
+ }
571
+ }, _callee6);
572
+ }));
573
+ return function (_x4) {
574
+ return _ref8.apply(this, arguments);
575
+ };
576
+ }());
577
+ // Parameters:
578
+ // start_at - string - Leave blank or set to a date/time to filter earlier entries.
579
+ // end_at - string - Leave blank or set to a date/time to filter later entries.
580
+ // display - string - Display format. Leave blank or set to `full` or `parent`.
581
+ // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `created_at`.
582
+ // path (required) - int64
583
+ (0, _defineProperty2.default)(History, "listForFolderCreateExport", /*#__PURE__*/function () {
584
+ var _ref9 = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee7(path) {
585
+ var _response$data7;
586
+ var params,
587
+ options,
588
+ response,
589
+ Export,
590
+ _args7 = arguments;
591
+ return _regenerator.default.wrap(function _callee7$(_context7) {
592
+ while (1) switch (_context7.prev = _context7.next) {
593
+ case 0:
594
+ params = _args7.length > 1 && _args7[1] !== undefined ? _args7[1] : {};
595
+ options = _args7.length > 2 && _args7[2] !== undefined ? _args7[2] : {};
596
+ if ((0, _utils.isObject)(params)) {
597
+ _context7.next = 4;
598
+ break;
599
+ }
600
+ throw new errors.InvalidParameterError("Bad parameter: params must be of type object, received ".concat((0, _utils.getType)(params)));
601
+ case 4:
602
+ params.path = path;
603
+ if (params.path) {
604
+ _context7.next = 7;
605
+ break;
606
+ }
607
+ throw new errors.MissingParameterError('Parameter missing: path');
608
+ case 7:
609
+ if (!(params.start_at && !(0, _utils.isString)(params.start_at))) {
610
+ _context7.next = 9;
611
+ break;
612
+ }
613
+ throw new errors.InvalidParameterError("Bad parameter: start_at must be of type String, received ".concat((0, _utils.getType)(params.start_at)));
614
+ case 9:
615
+ if (!(params.end_at && !(0, _utils.isString)(params.end_at))) {
616
+ _context7.next = 11;
617
+ break;
618
+ }
619
+ throw new errors.InvalidParameterError("Bad parameter: end_at must be of type String, received ".concat((0, _utils.getType)(params.end_at)));
620
+ case 11:
621
+ if (!(params.display && !(0, _utils.isString)(params.display))) {
622
+ _context7.next = 13;
623
+ break;
624
+ }
625
+ throw new errors.InvalidParameterError("Bad parameter: display must be of type String, received ".concat((0, _utils.getType)(params.display)));
626
+ case 13:
627
+ if (!(params.path && !(0, _utils.isInt)(params.path))) {
628
+ _context7.next = 15;
629
+ break;
630
+ }
631
+ throw new errors.InvalidParameterError("Bad parameter: path must be of type Int, received ".concat((0, _utils.getType)(params.path)));
632
+ case 15:
633
+ _context7.next = 17;
634
+ return _Api.default.sendRequest("/history/folders/".concat(encodeURIComponent(params.path), "/create_export"), 'POST', params, options);
635
+ case 17:
636
+ response = _context7.sent;
637
+ Export = require('./Export.js').default;
638
+ return _context7.abrupt("return", (response === null || response === void 0 || (_response$data7 = response.data) === null || _response$data7 === void 0 ? void 0 : _response$data7.map(function (obj) {
639
+ return new Export(obj, options);
640
+ })) || []);
641
+ case 20:
642
+ case "end":
643
+ return _context7.stop();
644
+ }
645
+ }, _callee7);
646
+ }));
647
+ return function (_x5) {
648
+ return _ref9.apply(this, arguments);
649
+ };
650
+ }());
651
+ // Parameters:
652
+ // start_at - string - Leave blank or set to a date/time to filter earlier entries.
653
+ // end_at - string - Leave blank or set to a date/time to filter later entries.
654
+ // display - string - Display format. Leave blank or set to `full` or `parent`.
655
+ // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `user_id` and `created_at`.
656
+ // user_id (required) - int64 - User ID.
657
+ (0, _defineProperty2.default)(History, "listForUserCreateExport", /*#__PURE__*/function () {
658
+ var _ref10 = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee8(userId) {
659
+ var _response$data8;
660
+ var params,
661
+ options,
662
+ response,
663
+ Export,
664
+ _args8 = arguments;
665
+ return _regenerator.default.wrap(function _callee8$(_context8) {
666
+ while (1) switch (_context8.prev = _context8.next) {
667
+ case 0:
668
+ params = _args8.length > 1 && _args8[1] !== undefined ? _args8[1] : {};
669
+ options = _args8.length > 2 && _args8[2] !== undefined ? _args8[2] : {};
670
+ if ((0, _utils.isObject)(params)) {
671
+ _context8.next = 4;
672
+ break;
673
+ }
674
+ throw new errors.InvalidParameterError("Bad parameter: params must be of type object, received ".concat((0, _utils.getType)(params)));
675
+ case 4:
676
+ params.user_id = userId;
677
+ if (params.user_id) {
678
+ _context8.next = 7;
679
+ break;
680
+ }
681
+ throw new errors.MissingParameterError('Parameter missing: user_id');
682
+ case 7:
683
+ if (!(params.start_at && !(0, _utils.isString)(params.start_at))) {
684
+ _context8.next = 9;
685
+ break;
686
+ }
687
+ throw new errors.InvalidParameterError("Bad parameter: start_at must be of type String, received ".concat((0, _utils.getType)(params.start_at)));
688
+ case 9:
689
+ if (!(params.end_at && !(0, _utils.isString)(params.end_at))) {
690
+ _context8.next = 11;
691
+ break;
692
+ }
693
+ throw new errors.InvalidParameterError("Bad parameter: end_at must be of type String, received ".concat((0, _utils.getType)(params.end_at)));
694
+ case 11:
695
+ if (!(params.display && !(0, _utils.isString)(params.display))) {
696
+ _context8.next = 13;
697
+ break;
698
+ }
699
+ throw new errors.InvalidParameterError("Bad parameter: display must be of type String, received ".concat((0, _utils.getType)(params.display)));
700
+ case 13:
701
+ if (!(params.user_id && !(0, _utils.isInt)(params.user_id))) {
702
+ _context8.next = 15;
703
+ break;
704
+ }
705
+ throw new errors.InvalidParameterError("Bad parameter: user_id must be of type Int, received ".concat((0, _utils.getType)(params.user_id)));
706
+ case 15:
707
+ _context8.next = 17;
708
+ return _Api.default.sendRequest("/history/users/".concat(encodeURIComponent(params.user_id), "/create_export"), 'POST', params, options);
709
+ case 17:
710
+ response = _context8.sent;
711
+ Export = require('./Export.js').default;
712
+ return _context8.abrupt("return", (response === null || response === void 0 || (_response$data8 = response.data) === null || _response$data8 === void 0 ? void 0 : _response$data8.map(function (obj) {
713
+ return new Export(obj, options);
714
+ })) || []);
715
+ case 20:
716
+ case "end":
717
+ return _context8.stop();
718
+ }
719
+ }, _callee8);
720
+ }));
721
+ return function (_x6) {
722
+ return _ref10.apply(this, arguments);
723
+ };
724
+ }());
725
+ // Parameters:
726
+ // start_at - string - Leave blank or set to a date/time to filter earlier entries.
727
+ // end_at - string - Leave blank or set to a date/time to filter later entries.
728
+ // display - string - Display format. Leave blank or set to `full` or `parent`.
729
+ // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `created_at`.
730
+ (0, _defineProperty2.default)(History, "listLoginsCreateExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee9() {
731
+ var _response$data9;
732
+ var params,
733
+ options,
734
+ response,
735
+ Export,
736
+ _args9 = arguments;
737
+ return _regenerator.default.wrap(function _callee9$(_context9) {
738
+ while (1) switch (_context9.prev = _context9.next) {
739
+ case 0:
740
+ params = _args9.length > 0 && _args9[0] !== undefined ? _args9[0] : {};
741
+ options = _args9.length > 1 && _args9[1] !== undefined ? _args9[1] : {};
742
+ if (!(params.start_at && !(0, _utils.isString)(params.start_at))) {
743
+ _context9.next = 4;
744
+ break;
745
+ }
746
+ throw new errors.InvalidParameterError("Bad parameter: start_at must be of type String, received ".concat((0, _utils.getType)(params.start_at)));
747
+ case 4:
748
+ if (!(params.end_at && !(0, _utils.isString)(params.end_at))) {
749
+ _context9.next = 6;
750
+ break;
751
+ }
752
+ throw new errors.InvalidParameterError("Bad parameter: end_at must be of type String, received ".concat((0, _utils.getType)(params.end_at)));
753
+ case 6:
754
+ if (!(params.display && !(0, _utils.isString)(params.display))) {
755
+ _context9.next = 8;
756
+ break;
757
+ }
758
+ throw new errors.InvalidParameterError("Bad parameter: display must be of type String, received ".concat((0, _utils.getType)(params.display)));
759
+ case 8:
760
+ _context9.next = 10;
761
+ return _Api.default.sendRequest('/history/login/create_export', 'POST', params, options);
762
+ case 10:
763
+ response = _context9.sent;
764
+ Export = require('./Export.js').default;
765
+ return _context9.abrupt("return", (response === null || response === void 0 || (_response$data9 = response.data) === null || _response$data9 === void 0 ? void 0 : _response$data9.map(function (obj) {
766
+ return new Export(obj, options);
767
+ })) || []);
768
+ case 13:
769
+ case "end":
770
+ return _context9.stop();
771
+ }
772
+ }, _callee9);
773
+ })));
774
+ // Parameters:
775
+ // start_at - string - Leave blank or set to a date/time to filter earlier entries.
776
+ // end_at - string - Leave blank or set to a date/time to filter later entries.
777
+ // display - string - Display format. Leave blank or set to `full` or `parent`.
778
+ // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `path`, `created_at` or `user_id`.
779
+ // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `user_id`, `folder` or `path`. Valid field combinations are `[ user_id, folder ]`, `[ user_id, path ]`, `[ folder, path ]` or `[ user_id, folder, path ]`.
780
+ // filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`.
781
+ (0, _defineProperty2.default)(History, "listCreateExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee10() {
782
+ var _response$data10;
783
+ var params,
784
+ options,
785
+ response,
786
+ Export,
787
+ _args10 = arguments;
788
+ return _regenerator.default.wrap(function _callee10$(_context10) {
789
+ while (1) switch (_context10.prev = _context10.next) {
790
+ case 0:
791
+ params = _args10.length > 0 && _args10[0] !== undefined ? _args10[0] : {};
792
+ options = _args10.length > 1 && _args10[1] !== undefined ? _args10[1] : {};
793
+ if (!(params.start_at && !(0, _utils.isString)(params.start_at))) {
794
+ _context10.next = 4;
795
+ break;
796
+ }
797
+ throw new errors.InvalidParameterError("Bad parameter: start_at must be of type String, received ".concat((0, _utils.getType)(params.start_at)));
798
+ case 4:
799
+ if (!(params.end_at && !(0, _utils.isString)(params.end_at))) {
800
+ _context10.next = 6;
801
+ break;
802
+ }
803
+ throw new errors.InvalidParameterError("Bad parameter: end_at must be of type String, received ".concat((0, _utils.getType)(params.end_at)));
804
+ case 6:
805
+ if (!(params.display && !(0, _utils.isString)(params.display))) {
806
+ _context10.next = 8;
807
+ break;
808
+ }
809
+ throw new errors.InvalidParameterError("Bad parameter: display must be of type String, received ".concat((0, _utils.getType)(params.display)));
810
+ case 8:
811
+ _context10.next = 10;
812
+ return _Api.default.sendRequest('/history/create_export', 'POST', params, options);
813
+ case 10:
814
+ response = _context10.sent;
815
+ Export = require('./Export.js').default;
816
+ return _context10.abrupt("return", (response === null || response === void 0 || (_response$data10 = response.data) === null || _response$data10 === void 0 ? void 0 : _response$data10.map(function (obj) {
817
+ return new Export(obj, options);
818
+ })) || []);
819
+ case 13:
820
+ case "end":
821
+ return _context10.stop();
822
+ }
823
+ }, _callee10);
824
+ })));
503
825
  var _default = exports.default = History;
504
826
  module.exports = History;
505
827
  module.exports.default = History;