files-com 1.6.82__tar.gz → 1.6.156__tar.gz

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 (237) hide show
  1. {files_com-1.6.82/files_com.egg-info → files_com-1.6.156}/PKG-INFO +2 -1
  2. {files_com-1.6.82 → files_com-1.6.156}/README.md +1 -0
  3. files_com-1.6.156/_VERSION +1 -0
  4. {files_com-1.6.82 → files_com-1.6.156/files_com.egg-info}/PKG-INFO +2 -1
  5. {files_com-1.6.82 → files_com-1.6.156}/files_com.egg-info/SOURCES.txt +2 -0
  6. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/__init__.py +3 -1
  7. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/error.py +15 -0
  8. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/__init__.py +1 -0
  9. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/as2_incoming_message.py +1 -8
  10. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/as2_outgoing_message.py +1 -8
  11. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/as2_partner.py +6 -0
  12. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/automation_log.py +1 -1
  13. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/behavior.py +1 -1
  14. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/bundle.py +1 -1
  15. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/child_site_management_policy.py +11 -17
  16. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/email_log.py +0 -7
  17. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/file.py +2 -2
  18. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/file_migration_log.py +0 -7
  19. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/folder.py +3 -3
  20. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/ftp_action_log.py +1 -1
  21. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/gpg_key.py +24 -23
  22. files_com-1.6.156/files_sdk/models/inbound_s3_log.py +95 -0
  23. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/outbound_connection_log.py +1 -1
  24. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/partner.py +33 -13
  25. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/remote_server.py +56 -10
  26. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/sftp_action_log.py +1 -1
  27. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/siem_http_destination.py +82 -3
  28. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/site.py +12 -12
  29. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/sync.py +6 -0
  30. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/sync_log.py +0 -7
  31. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/user.py +1 -0
  32. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/web_dav_action_log.py +1 -1
  33. {files_com-1.6.82 → files_com-1.6.156}/pyproject.toml +1 -1
  34. files_com-1.6.156/tests/test_inbound_s3_log.py +18 -0
  35. {files_com-1.6.82 → files_com-1.6.156}/tests/test_partner.py +4 -1
  36. {files_com-1.6.82 → files_com-1.6.156}/tests/test_siem_http_destination.py +0 -1
  37. files_com-1.6.82/_VERSION +0 -1
  38. {files_com-1.6.82 → files_com-1.6.156}/LICENSE +0 -0
  39. {files_com-1.6.82 → files_com-1.6.156}/files_com.egg-info/dependency_links.txt +0 -0
  40. {files_com-1.6.82 → files_com-1.6.156}/files_com.egg-info/requires.txt +0 -0
  41. {files_com-1.6.82 → files_com-1.6.156}/files_com.egg-info/top_level.txt +0 -0
  42. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/api.py +0 -0
  43. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/api_client.py +0 -0
  44. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/list_obj.py +0 -0
  45. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/account_line_item.py +0 -0
  46. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/action.py +0 -0
  47. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/action_notification_export.py +0 -0
  48. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/action_notification_export_result.py +0 -0
  49. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/api_key.py +0 -0
  50. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/api_request_log.py +0 -0
  51. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/app.py +0 -0
  52. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/as2_station.py +0 -0
  53. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/auto.py +0 -0
  54. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/automation.py +0 -0
  55. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/automation_run.py +0 -0
  56. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/bandwidth_snapshot.py +0 -0
  57. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/bundle_action.py +0 -0
  58. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/bundle_download.py +0 -0
  59. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/bundle_notification.py +0 -0
  60. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/bundle_path.py +0 -0
  61. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/bundle_recipient.py +0 -0
  62. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/bundle_registration.py +0 -0
  63. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/clickwrap.py +0 -0
  64. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/dns_record.py +0 -0
  65. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/email_incoming_message.py +0 -0
  66. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/errors.py +0 -0
  67. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/exavault_api_request_log.py +0 -0
  68. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/external_event.py +0 -0
  69. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/file_action.py +0 -0
  70. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/file_comment.py +0 -0
  71. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/file_comment_reaction.py +0 -0
  72. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/file_migration.py +0 -0
  73. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/file_upload_part.py +0 -0
  74. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/form_field.py +0 -0
  75. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/form_field_set.py +0 -0
  76. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/group.py +0 -0
  77. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/group_user.py +0 -0
  78. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/history.py +0 -0
  79. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/history_export.py +0 -0
  80. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/history_export_result.py +0 -0
  81. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/holiday_region.py +0 -0
  82. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/image.py +0 -0
  83. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/inbox_recipient.py +0 -0
  84. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/inbox_registration.py +0 -0
  85. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/inbox_upload.py +0 -0
  86. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/invoice.py +0 -0
  87. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/invoice_line_item.py +0 -0
  88. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/ip_address.py +0 -0
  89. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/lock.py +0 -0
  90. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/message.py +0 -0
  91. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/message_comment.py +0 -0
  92. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/message_comment_reaction.py +0 -0
  93. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/message_reaction.py +0 -0
  94. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/notification.py +0 -0
  95. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/payment.py +0 -0
  96. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/payment_line_item.py +0 -0
  97. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/permission.py +0 -0
  98. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/preview.py +0 -0
  99. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/priority.py +0 -0
  100. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/project.py +0 -0
  101. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/public_hosting_request_log.py +0 -0
  102. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/public_ip_address.py +0 -0
  103. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/public_key.py +0 -0
  104. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/remote_bandwidth_snapshot.py +0 -0
  105. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/remote_mount_backend.py +0 -0
  106. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/remote_server_configuration_file.py +0 -0
  107. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/request.py +0 -0
  108. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/restore.py +0 -0
  109. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/scim_log.py +0 -0
  110. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/session.py +0 -0
  111. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/settings_change.py +0 -0
  112. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/sftp_host_key.py +0 -0
  113. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/share_group.py +0 -0
  114. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/share_group_member.py +0 -0
  115. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/snapshot.py +0 -0
  116. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/sso_strategy.py +0 -0
  117. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/status.py +0 -0
  118. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/style.py +0 -0
  119. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/sync_run.py +0 -0
  120. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/usage_by_top_level_dir.py +0 -0
  121. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/usage_daily_snapshot.py +0 -0
  122. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/usage_snapshot.py +0 -0
  123. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/user_cipher_use.py +0 -0
  124. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/user_lifecycle_rule.py +0 -0
  125. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/user_request.py +0 -0
  126. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/user_sftp_client_use.py +0 -0
  127. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/models/webhook_test.py +0 -0
  128. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/path_util.py +0 -0
  129. {files_com-1.6.82 → files_com-1.6.156}/files_sdk/util.py +0 -0
  130. {files_com-1.6.82 → files_com-1.6.156}/setup.cfg +0 -0
  131. {files_com-1.6.82 → files_com-1.6.156}/tests/test_account_line_item.py +0 -0
  132. {files_com-1.6.82 → files_com-1.6.156}/tests/test_action.py +0 -0
  133. {files_com-1.6.82 → files_com-1.6.156}/tests/test_action_notification_export.py +0 -0
  134. {files_com-1.6.82 → files_com-1.6.156}/tests/test_action_notification_export_result.py +0 -0
  135. {files_com-1.6.82 → files_com-1.6.156}/tests/test_api_errors.py +0 -0
  136. {files_com-1.6.82 → files_com-1.6.156}/tests/test_api_key.py +0 -0
  137. {files_com-1.6.82 → files_com-1.6.156}/tests/test_api_request_log.py +0 -0
  138. {files_com-1.6.82 → files_com-1.6.156}/tests/test_app.py +0 -0
  139. {files_com-1.6.82 → files_com-1.6.156}/tests/test_as2_incoming_message.py +0 -0
  140. {files_com-1.6.82 → files_com-1.6.156}/tests/test_as2_outgoing_message.py +0 -0
  141. {files_com-1.6.82 → files_com-1.6.156}/tests/test_as2_partner.py +0 -0
  142. {files_com-1.6.82 → files_com-1.6.156}/tests/test_as2_station.py +0 -0
  143. {files_com-1.6.82 → files_com-1.6.156}/tests/test_auto.py +0 -0
  144. {files_com-1.6.82 → files_com-1.6.156}/tests/test_automation.py +0 -0
  145. {files_com-1.6.82 → files_com-1.6.156}/tests/test_automation_log.py +0 -0
  146. {files_com-1.6.82 → files_com-1.6.156}/tests/test_automation_run.py +0 -0
  147. {files_com-1.6.82 → files_com-1.6.156}/tests/test_bandwidth_snapshot.py +0 -0
  148. {files_com-1.6.82 → files_com-1.6.156}/tests/test_behavior.py +0 -0
  149. {files_com-1.6.82 → files_com-1.6.156}/tests/test_bundle.py +0 -0
  150. {files_com-1.6.82 → files_com-1.6.156}/tests/test_bundle_action.py +0 -0
  151. {files_com-1.6.82 → files_com-1.6.156}/tests/test_bundle_download.py +0 -0
  152. {files_com-1.6.82 → files_com-1.6.156}/tests/test_bundle_notification.py +0 -0
  153. {files_com-1.6.82 → files_com-1.6.156}/tests/test_bundle_path.py +0 -0
  154. {files_com-1.6.82 → files_com-1.6.156}/tests/test_bundle_recipient.py +0 -0
  155. {files_com-1.6.82 → files_com-1.6.156}/tests/test_bundle_registration.py +0 -0
  156. {files_com-1.6.82 → files_com-1.6.156}/tests/test_child_site_management_policy.py +0 -0
  157. {files_com-1.6.82 → files_com-1.6.156}/tests/test_clickwrap.py +0 -0
  158. {files_com-1.6.82 → files_com-1.6.156}/tests/test_connection_adapter.py +0 -0
  159. {files_com-1.6.82 → files_com-1.6.156}/tests/test_dns_record.py +0 -0
  160. {files_com-1.6.82 → files_com-1.6.156}/tests/test_email_incoming_message.py +0 -0
  161. {files_com-1.6.82 → files_com-1.6.156}/tests/test_email_log.py +0 -0
  162. {files_com-1.6.82 → files_com-1.6.156}/tests/test_errors.py +0 -0
  163. {files_com-1.6.82 → files_com-1.6.156}/tests/test_exavault_api_request_log.py +0 -0
  164. {files_com-1.6.82 → files_com-1.6.156}/tests/test_external_event.py +0 -0
  165. {files_com-1.6.82 → files_com-1.6.156}/tests/test_file.py +0 -0
  166. {files_com-1.6.82 → files_com-1.6.156}/tests/test_file_action.py +0 -0
  167. {files_com-1.6.82 → files_com-1.6.156}/tests/test_file_comment.py +0 -0
  168. {files_com-1.6.82 → files_com-1.6.156}/tests/test_file_comment_reaction.py +0 -0
  169. {files_com-1.6.82 → files_com-1.6.156}/tests/test_file_migration.py +0 -0
  170. {files_com-1.6.82 → files_com-1.6.156}/tests/test_file_migration_log.py +0 -0
  171. {files_com-1.6.82 → files_com-1.6.156}/tests/test_file_upload_part.py +0 -0
  172. {files_com-1.6.82 → files_com-1.6.156}/tests/test_folder.py +0 -0
  173. {files_com-1.6.82 → files_com-1.6.156}/tests/test_form_field.py +0 -0
  174. {files_com-1.6.82 → files_com-1.6.156}/tests/test_form_field_set.py +0 -0
  175. {files_com-1.6.82 → files_com-1.6.156}/tests/test_ftp_action_log.py +0 -0
  176. {files_com-1.6.82 → files_com-1.6.156}/tests/test_gpg_key.py +0 -0
  177. {files_com-1.6.82 → files_com-1.6.156}/tests/test_group.py +0 -0
  178. {files_com-1.6.82 → files_com-1.6.156}/tests/test_group_user.py +0 -0
  179. {files_com-1.6.82 → files_com-1.6.156}/tests/test_history.py +0 -0
  180. {files_com-1.6.82 → files_com-1.6.156}/tests/test_history_export.py +0 -0
  181. {files_com-1.6.82 → files_com-1.6.156}/tests/test_history_export_result.py +0 -0
  182. {files_com-1.6.82 → files_com-1.6.156}/tests/test_holiday_region.py +0 -0
  183. {files_com-1.6.82 → files_com-1.6.156}/tests/test_image.py +0 -0
  184. {files_com-1.6.82 → files_com-1.6.156}/tests/test_inbox_recipient.py +0 -0
  185. {files_com-1.6.82 → files_com-1.6.156}/tests/test_inbox_registration.py +0 -0
  186. {files_com-1.6.82 → files_com-1.6.156}/tests/test_inbox_upload.py +0 -0
  187. {files_com-1.6.82 → files_com-1.6.156}/tests/test_invoice.py +0 -0
  188. {files_com-1.6.82 → files_com-1.6.156}/tests/test_invoice_line_item.py +0 -0
  189. {files_com-1.6.82 → files_com-1.6.156}/tests/test_ip_address.py +0 -0
  190. {files_com-1.6.82 → files_com-1.6.156}/tests/test_lock.py +0 -0
  191. {files_com-1.6.82 → files_com-1.6.156}/tests/test_message.py +0 -0
  192. {files_com-1.6.82 → files_com-1.6.156}/tests/test_message_comment.py +0 -0
  193. {files_com-1.6.82 → files_com-1.6.156}/tests/test_message_comment_reaction.py +0 -0
  194. {files_com-1.6.82 → files_com-1.6.156}/tests/test_message_reaction.py +0 -0
  195. {files_com-1.6.82 → files_com-1.6.156}/tests/test_notification.py +0 -0
  196. {files_com-1.6.82 → files_com-1.6.156}/tests/test_outbound_connection_log.py +0 -0
  197. {files_com-1.6.82 → files_com-1.6.156}/tests/test_path_util.py +0 -0
  198. {files_com-1.6.82 → files_com-1.6.156}/tests/test_payment.py +0 -0
  199. {files_com-1.6.82 → files_com-1.6.156}/tests/test_payment_line_item.py +0 -0
  200. {files_com-1.6.82 → files_com-1.6.156}/tests/test_permission.py +0 -0
  201. {files_com-1.6.82 → files_com-1.6.156}/tests/test_preview.py +0 -0
  202. {files_com-1.6.82 → files_com-1.6.156}/tests/test_priority.py +0 -0
  203. {files_com-1.6.82 → files_com-1.6.156}/tests/test_project.py +0 -0
  204. {files_com-1.6.82 → files_com-1.6.156}/tests/test_public_hosting_request_log.py +0 -0
  205. {files_com-1.6.82 → files_com-1.6.156}/tests/test_public_ip_address.py +0 -0
  206. {files_com-1.6.82 → files_com-1.6.156}/tests/test_public_key.py +0 -0
  207. {files_com-1.6.82 → files_com-1.6.156}/tests/test_remote_bandwidth_snapshot.py +0 -0
  208. {files_com-1.6.82 → files_com-1.6.156}/tests/test_remote_mount_backend.py +0 -0
  209. {files_com-1.6.82 → files_com-1.6.156}/tests/test_remote_server.py +0 -0
  210. {files_com-1.6.82 → files_com-1.6.156}/tests/test_remote_server_configuration_file.py +0 -0
  211. {files_com-1.6.82 → files_com-1.6.156}/tests/test_request.py +0 -0
  212. {files_com-1.6.82 → files_com-1.6.156}/tests/test_restore.py +0 -0
  213. {files_com-1.6.82 → files_com-1.6.156}/tests/test_scim_log.py +0 -0
  214. {files_com-1.6.82 → files_com-1.6.156}/tests/test_session.py +0 -0
  215. {files_com-1.6.82 → files_com-1.6.156}/tests/test_settings_change.py +0 -0
  216. {files_com-1.6.82 → files_com-1.6.156}/tests/test_sftp_action_log.py +0 -0
  217. {files_com-1.6.82 → files_com-1.6.156}/tests/test_sftp_host_key.py +0 -0
  218. {files_com-1.6.82 → files_com-1.6.156}/tests/test_share_group.py +0 -0
  219. {files_com-1.6.82 → files_com-1.6.156}/tests/test_share_group_member.py +0 -0
  220. {files_com-1.6.82 → files_com-1.6.156}/tests/test_site.py +0 -0
  221. {files_com-1.6.82 → files_com-1.6.156}/tests/test_snapshot.py +0 -0
  222. {files_com-1.6.82 → files_com-1.6.156}/tests/test_sso_strategy.py +0 -0
  223. {files_com-1.6.82 → files_com-1.6.156}/tests/test_status.py +0 -0
  224. {files_com-1.6.82 → files_com-1.6.156}/tests/test_style.py +0 -0
  225. {files_com-1.6.82 → files_com-1.6.156}/tests/test_sync.py +0 -0
  226. {files_com-1.6.82 → files_com-1.6.156}/tests/test_sync_log.py +0 -0
  227. {files_com-1.6.82 → files_com-1.6.156}/tests/test_sync_run.py +0 -0
  228. {files_com-1.6.82 → files_com-1.6.156}/tests/test_usage_by_top_level_dir.py +0 -0
  229. {files_com-1.6.82 → files_com-1.6.156}/tests/test_usage_daily_snapshot.py +0 -0
  230. {files_com-1.6.82 → files_com-1.6.156}/tests/test_usage_snapshot.py +0 -0
  231. {files_com-1.6.82 → files_com-1.6.156}/tests/test_user.py +0 -0
  232. {files_com-1.6.82 → files_com-1.6.156}/tests/test_user_cipher_use.py +0 -0
  233. {files_com-1.6.82 → files_com-1.6.156}/tests/test_user_lifecycle_rule.py +0 -0
  234. {files_com-1.6.82 → files_com-1.6.156}/tests/test_user_request.py +0 -0
  235. {files_com-1.6.82 → files_com-1.6.156}/tests/test_user_sftp_client_use.py +0 -0
  236. {files_com-1.6.82 → files_com-1.6.156}/tests/test_web_dav_action_log.py +0 -0
  237. {files_com-1.6.82 → files_com-1.6.156}/tests/test_webhook_test.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: files_com
3
- Version: 1.6.82
3
+ Version: 1.6.156
4
4
  Summary: Python bindings for the Files.com API
5
5
  License: MIT
6
6
  Requires-Python: >=3.5
@@ -640,6 +640,7 @@ files_sdk.error.FolderAdminPermissionRequiredError -> files_sdk.error.NotAuthori
640
640
  |`AlreadyCompletedError`| `ProcessingFailureError` |
641
641
  |`AutomationCannotBeRunManuallyError`| `ProcessingFailureError` |
642
642
  |`BehaviorNotAllowedOnRemoteServerError`| `ProcessingFailureError` |
643
+ |`BufferedUploadDisabledForThisDestinationError`| `ProcessingFailureError` |
643
644
  |`BundleOnlyAllowsPreviewsError`| `ProcessingFailureError` |
644
645
  |`BundleOperationRequiresSubfolderError`| `ProcessingFailureError` |
645
646
  |`CouldNotCreateParentError`| `ProcessingFailureError` |
@@ -628,6 +628,7 @@ files_sdk.error.FolderAdminPermissionRequiredError -> files_sdk.error.NotAuthori
628
628
  |`AlreadyCompletedError`| `ProcessingFailureError` |
629
629
  |`AutomationCannotBeRunManuallyError`| `ProcessingFailureError` |
630
630
  |`BehaviorNotAllowedOnRemoteServerError`| `ProcessingFailureError` |
631
+ |`BufferedUploadDisabledForThisDestinationError`| `ProcessingFailureError` |
631
632
  |`BundleOnlyAllowsPreviewsError`| `ProcessingFailureError` |
632
633
  |`BundleOperationRequiresSubfolderError`| `ProcessingFailureError` |
633
634
  |`CouldNotCreateParentError`| `ProcessingFailureError` |
@@ -0,0 +1 @@
1
+ 1.6.156
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: files_com
3
- Version: 1.6.82
3
+ Version: 1.6.156
4
4
  Summary: Python bindings for the Files.com API
5
5
  License: MIT
6
6
  Requires-Python: >=3.5
@@ -640,6 +640,7 @@ files_sdk.error.FolderAdminPermissionRequiredError -> files_sdk.error.NotAuthori
640
640
  |`AlreadyCompletedError`| `ProcessingFailureError` |
641
641
  |`AutomationCannotBeRunManuallyError`| `ProcessingFailureError` |
642
642
  |`BehaviorNotAllowedOnRemoteServerError`| `ProcessingFailureError` |
643
+ |`BufferedUploadDisabledForThisDestinationError`| `ProcessingFailureError` |
643
644
  |`BundleOnlyAllowsPreviewsError`| `ProcessingFailureError` |
644
645
  |`BundleOperationRequiresSubfolderError`| `ProcessingFailureError` |
645
646
  |`CouldNotCreateParentError`| `ProcessingFailureError` |
@@ -67,6 +67,7 @@ files_sdk/models/history_export.py
67
67
  files_sdk/models/history_export_result.py
68
68
  files_sdk/models/holiday_region.py
69
69
  files_sdk/models/image.py
70
+ files_sdk/models/inbound_s3_log.py
70
71
  files_sdk/models/inbox_recipient.py
71
72
  files_sdk/models/inbox_registration.py
72
73
  files_sdk/models/inbox_upload.py
@@ -175,6 +176,7 @@ tests/test_history_export.py
175
176
  tests/test_history_export_result.py
176
177
  tests/test_holiday_region.py
177
178
  tests/test_image.py
179
+ tests/test_inbound_s3_log.py
178
180
  tests/test_inbox_recipient.py
179
181
  tests/test_inbox_registration.py
180
182
  tests/test_inbox_upload.py
@@ -50,6 +50,7 @@ import files_sdk.models.history_export as history_export
50
50
  import files_sdk.models.history_export_result as history_export_result
51
51
  import files_sdk.models.holiday_region as holiday_region
52
52
  import files_sdk.models.image as image
53
+ import files_sdk.models.inbound_s3_log as inbound_s3_log
53
54
  import files_sdk.models.inbox_recipient as inbox_recipient
54
55
  import files_sdk.models.inbox_registration as inbox_registration
55
56
  import files_sdk.models.inbox_upload as inbox_upload
@@ -163,6 +164,7 @@ from files_sdk.models.history_export import HistoryExport
163
164
  from files_sdk.models.history_export_result import HistoryExportResult
164
165
  from files_sdk.models.holiday_region import HolidayRegion
165
166
  from files_sdk.models.image import Image
167
+ from files_sdk.models.inbound_s3_log import InboundS3Log
166
168
  from files_sdk.models.inbox_recipient import InboxRecipient
167
169
  from files_sdk.models.inbox_registration import InboxRegistration
168
170
  from files_sdk.models.inbox_upload import InboxUpload
@@ -231,7 +233,7 @@ session_id = None
231
233
  source_ip = None
232
234
  base_url = "https://app.files.com"
233
235
  base_path = "api/rest/v1"
234
- version = "1.6.82"
236
+ version = "1.6.156"
235
237
 
236
238
  __version__ = version
237
239
 
@@ -1957,6 +1957,21 @@ class BehaviorNotAllowedOnRemoteServerError(ProcessingFailureError):
1957
1957
  )
1958
1958
 
1959
1959
 
1960
+ class BufferedUploadDisabledForThisDestinationError(ProcessingFailureError):
1961
+ def __init__(
1962
+ self,
1963
+ message=None,
1964
+ http_body=None,
1965
+ http_status=None,
1966
+ json_body=None,
1967
+ headers=None,
1968
+ code=None,
1969
+ ):
1970
+ super().__init__(
1971
+ message, http_body, http_status, json_body, headers, code
1972
+ )
1973
+
1974
+
1960
1975
  class BundleOnlyAllowsPreviewsError(ProcessingFailureError):
1961
1976
  def __init__(
1962
1977
  self,
@@ -55,6 +55,7 @@ from files_sdk.models.history_export import HistoryExport
55
55
  from files_sdk.models.history_export_result import HistoryExportResult
56
56
  from files_sdk.models.holiday_region import HolidayRegion
57
57
  from files_sdk.models.image import Image
58
+ from files_sdk.models.inbound_s3_log import InboundS3Log
58
59
  from files_sdk.models.inbox_recipient import InboxRecipient
59
60
  from files_sdk.models.inbox_registration import InboxRegistration
60
61
  from files_sdk.models.inbox_upload import InboxUpload
@@ -73,12 +73,11 @@ class As2IncomingMessage:
73
73
  # cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
74
74
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
75
75
  # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `created_at` and `as2_partner_id`.
76
- # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`.
76
+ # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`, `as2_station_id` or `as2_partner_id`. Valid field combinations are `[ as2_station_id, created_at ]` and `[ as2_partner_id, created_at ]`.
77
77
  # filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`.
78
78
  # filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`.
79
79
  # filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`.
80
80
  # filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`.
81
- # as2_partner_id - int64 - As2 Partner ID. If provided, will return message specific to that partner.
82
81
  def list(params=None, options=None):
83
82
  if not isinstance(params, dict):
84
83
  params = {}
@@ -104,12 +103,6 @@ def list(params=None, options=None):
104
103
  raise InvalidParameterError(
105
104
  "Bad parameter: filter_lteq must be an dict"
106
105
  )
107
- if "as2_partner_id" in params and not isinstance(
108
- params["as2_partner_id"], int
109
- ):
110
- raise InvalidParameterError(
111
- "Bad parameter: as2_partner_id must be an int"
112
- )
113
106
  return ListObj(
114
107
  As2IncomingMessage, "GET", "/as2_incoming_messages", params, options
115
108
  )
@@ -69,12 +69,11 @@ class As2OutgoingMessage:
69
69
  # cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
70
70
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
71
71
  # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `created_at` and `as2_partner_id`.
72
- # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`.
72
+ # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`, `as2_station_id` or `as2_partner_id`. Valid field combinations are `[ as2_station_id, created_at ]` and `[ as2_partner_id, created_at ]`.
73
73
  # filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`.
74
74
  # filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`.
75
75
  # filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`.
76
76
  # filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`.
77
- # as2_partner_id - int64 - As2 Partner ID. If provided, will return message specific to that partner.
78
77
  def list(params=None, options=None):
79
78
  if not isinstance(params, dict):
80
79
  params = {}
@@ -100,12 +99,6 @@ def list(params=None, options=None):
100
99
  raise InvalidParameterError(
101
100
  "Bad parameter: filter_lteq must be an dict"
102
101
  )
103
- if "as2_partner_id" in params and not isinstance(
104
- params["as2_partner_id"], int
105
- ):
106
- raise InvalidParameterError(
107
- "Bad parameter: as2_partner_id must be an int"
108
- )
109
102
  return ListObj(
110
103
  As2OutgoingMessage, "GET", "/as2_outgoing_messages", params, options
111
104
  )
@@ -165,6 +165,8 @@ class As2Partner:
165
165
  # Parameters:
166
166
  # cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
167
167
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
168
+ # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `as2_station_id` and `name`.
169
+ # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `as2_station_id`.
168
170
  def list(params=None, options=None):
169
171
  if not isinstance(params, dict):
170
172
  params = {}
@@ -174,6 +176,10 @@ def list(params=None, options=None):
174
176
  raise InvalidParameterError("Bad parameter: cursor must be an str")
175
177
  if "per_page" in params and not isinstance(params["per_page"], int):
176
178
  raise InvalidParameterError("Bad parameter: per_page must be an int")
179
+ if "sort_by" in params and not isinstance(params["sort_by"], dict):
180
+ raise InvalidParameterError("Bad parameter: sort_by must be an dict")
181
+ if "filter" in params and not isinstance(params["filter"], dict):
182
+ raise InvalidParameterError("Bad parameter: filter must be an dict")
177
183
  return ListObj(As2Partner, "GET", "/as2_partners", params, options)
178
184
 
179
185
 
@@ -51,7 +51,7 @@ class AutomationLog:
51
51
  # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `automation_id`, `automation_run_id`, `operation`, `path`, `status` or `created_at`. Valid field combinations are `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ created_at ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_id, created_at ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ automation_run_id, created_at ]`, `[ operation, path ]`, `[ operation, status ]`, `[ operation, created_at ]`, `[ path, status ]`, `[ path, created_at ]`, `[ status, created_at ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, automation_run_id, created_at ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, operation, created_at ]`, `[ automation_id, path, status ]`, `[ automation_id, path, created_at ]`, `[ automation_id, status, created_at ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, operation, created_at ]`, `[ automation_run_id, path, status ]`, `[ automation_run_id, path, created_at ]`, `[ automation_run_id, status, created_at ]`, `[ operation, path, status ]`, `[ operation, path, created_at ]`, `[ operation, status, created_at ]`, `[ path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, operation, created_at ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, automation_run_id, path, created_at ]`, `[ automation_id, automation_run_id, status, created_at ]`, `[ automation_id, operation, path, status ]`, `[ automation_id, operation, path, created_at ]`, `[ automation_id, operation, status, created_at ]`, `[ automation_id, path, status, created_at ]`, `[ automation_run_id, operation, path, status ]`, `[ automation_run_id, operation, path, created_at ]`, `[ automation_run_id, operation, status, created_at ]`, `[ automation_run_id, path, status, created_at ]`, `[ operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, created_at ]`, `[ automation_id, automation_run_id, operation, status, created_at ]`, `[ automation_id, automation_run_id, path, status, created_at ]`, `[ automation_id, operation, path, status, created_at ]`, `[ automation_run_id, operation, path, status, created_at ]` or `[ automation_id, automation_run_id, operation, path, status, created_at ]`.
52
52
  # filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ created_at ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_id, created_at ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ automation_run_id, created_at ]`, `[ operation, path ]`, `[ operation, status ]`, `[ operation, created_at ]`, `[ path, status ]`, `[ path, created_at ]`, `[ status, created_at ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, automation_run_id, created_at ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, operation, created_at ]`, `[ automation_id, path, status ]`, `[ automation_id, path, created_at ]`, `[ automation_id, status, created_at ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, operation, created_at ]`, `[ automation_run_id, path, status ]`, `[ automation_run_id, path, created_at ]`, `[ automation_run_id, status, created_at ]`, `[ operation, path, status ]`, `[ operation, path, created_at ]`, `[ operation, status, created_at ]`, `[ path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, operation, created_at ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, automation_run_id, path, created_at ]`, `[ automation_id, automation_run_id, status, created_at ]`, `[ automation_id, operation, path, status ]`, `[ automation_id, operation, path, created_at ]`, `[ automation_id, operation, status, created_at ]`, `[ automation_id, path, status, created_at ]`, `[ automation_run_id, operation, path, status ]`, `[ automation_run_id, operation, path, created_at ]`, `[ automation_run_id, operation, status, created_at ]`, `[ automation_run_id, path, status, created_at ]`, `[ operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, created_at ]`, `[ automation_id, automation_run_id, operation, status, created_at ]`, `[ automation_id, automation_run_id, path, status, created_at ]`, `[ automation_id, operation, path, status, created_at ]`, `[ automation_run_id, operation, path, status, created_at ]` or `[ automation_id, automation_run_id, operation, path, status, created_at ]`.
53
53
  # filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ created_at ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_id, created_at ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ automation_run_id, created_at ]`, `[ operation, path ]`, `[ operation, status ]`, `[ operation, created_at ]`, `[ path, status ]`, `[ path, created_at ]`, `[ status, created_at ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, automation_run_id, created_at ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, operation, created_at ]`, `[ automation_id, path, status ]`, `[ automation_id, path, created_at ]`, `[ automation_id, status, created_at ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, operation, created_at ]`, `[ automation_run_id, path, status ]`, `[ automation_run_id, path, created_at ]`, `[ automation_run_id, status, created_at ]`, `[ operation, path, status ]`, `[ operation, path, created_at ]`, `[ operation, status, created_at ]`, `[ path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, operation, created_at ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, automation_run_id, path, created_at ]`, `[ automation_id, automation_run_id, status, created_at ]`, `[ automation_id, operation, path, status ]`, `[ automation_id, operation, path, created_at ]`, `[ automation_id, operation, status, created_at ]`, `[ automation_id, path, status, created_at ]`, `[ automation_run_id, operation, path, status ]`, `[ automation_run_id, operation, path, created_at ]`, `[ automation_run_id, operation, status, created_at ]`, `[ automation_run_id, path, status, created_at ]`, `[ operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, created_at ]`, `[ automation_id, automation_run_id, operation, status, created_at ]`, `[ automation_id, automation_run_id, path, status, created_at ]`, `[ automation_id, operation, path, status, created_at ]`, `[ automation_run_id, operation, path, status, created_at ]` or `[ automation_id, automation_run_id, operation, path, status, created_at ]`.
54
- # filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `operation`, `path` or `status`. Valid field combinations are `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ created_at ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_id, created_at ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ automation_run_id, created_at ]`, `[ operation, path ]`, `[ operation, status ]`, `[ operation, created_at ]`, `[ path, status ]`, `[ path, created_at ]`, `[ status, created_at ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, automation_run_id, created_at ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, operation, created_at ]`, `[ automation_id, path, status ]`, `[ automation_id, path, created_at ]`, `[ automation_id, status, created_at ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, operation, created_at ]`, `[ automation_run_id, path, status ]`, `[ automation_run_id, path, created_at ]`, `[ automation_run_id, status, created_at ]`, `[ operation, path, status ]`, `[ operation, path, created_at ]`, `[ operation, status, created_at ]`, `[ path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, operation, created_at ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, automation_run_id, path, created_at ]`, `[ automation_id, automation_run_id, status, created_at ]`, `[ automation_id, operation, path, status ]`, `[ automation_id, operation, path, created_at ]`, `[ automation_id, operation, status, created_at ]`, `[ automation_id, path, status, created_at ]`, `[ automation_run_id, operation, path, status ]`, `[ automation_run_id, operation, path, created_at ]`, `[ automation_run_id, operation, status, created_at ]`, `[ automation_run_id, path, status, created_at ]`, `[ operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, created_at ]`, `[ automation_id, automation_run_id, operation, status, created_at ]`, `[ automation_id, automation_run_id, path, status, created_at ]`, `[ automation_id, operation, path, status, created_at ]`, `[ automation_run_id, operation, path, status, created_at ]` or `[ automation_id, automation_run_id, operation, path, status, created_at ]`.
54
+ # filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`. Valid field combinations are `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ created_at ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_id, created_at ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ automation_run_id, created_at ]`, `[ operation, path ]`, `[ operation, status ]`, `[ operation, created_at ]`, `[ path, status ]`, `[ path, created_at ]`, `[ status, created_at ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, automation_run_id, created_at ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, operation, created_at ]`, `[ automation_id, path, status ]`, `[ automation_id, path, created_at ]`, `[ automation_id, status, created_at ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, operation, created_at ]`, `[ automation_run_id, path, status ]`, `[ automation_run_id, path, created_at ]`, `[ automation_run_id, status, created_at ]`, `[ operation, path, status ]`, `[ operation, path, created_at ]`, `[ operation, status, created_at ]`, `[ path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, operation, created_at ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, automation_run_id, path, created_at ]`, `[ automation_id, automation_run_id, status, created_at ]`, `[ automation_id, operation, path, status ]`, `[ automation_id, operation, path, created_at ]`, `[ automation_id, operation, status, created_at ]`, `[ automation_id, path, status, created_at ]`, `[ automation_run_id, operation, path, status ]`, `[ automation_run_id, operation, path, created_at ]`, `[ automation_run_id, operation, status, created_at ]`, `[ automation_run_id, path, status, created_at ]`, `[ operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, created_at ]`, `[ automation_id, automation_run_id, operation, status, created_at ]`, `[ automation_id, automation_run_id, path, status, created_at ]`, `[ automation_id, operation, path, status, created_at ]`, `[ automation_run_id, operation, path, status, created_at ]` or `[ automation_id, automation_run_id, operation, path, status, created_at ]`.
55
55
  # filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ created_at ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_id, created_at ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ automation_run_id, created_at ]`, `[ operation, path ]`, `[ operation, status ]`, `[ operation, created_at ]`, `[ path, status ]`, `[ path, created_at ]`, `[ status, created_at ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, automation_run_id, created_at ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, operation, created_at ]`, `[ automation_id, path, status ]`, `[ automation_id, path, created_at ]`, `[ automation_id, status, created_at ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, operation, created_at ]`, `[ automation_run_id, path, status ]`, `[ automation_run_id, path, created_at ]`, `[ automation_run_id, status, created_at ]`, `[ operation, path, status ]`, `[ operation, path, created_at ]`, `[ operation, status, created_at ]`, `[ path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, operation, created_at ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, automation_run_id, path, created_at ]`, `[ automation_id, automation_run_id, status, created_at ]`, `[ automation_id, operation, path, status ]`, `[ automation_id, operation, path, created_at ]`, `[ automation_id, operation, status, created_at ]`, `[ automation_id, path, status, created_at ]`, `[ automation_run_id, operation, path, status ]`, `[ automation_run_id, operation, path, created_at ]`, `[ automation_run_id, operation, status, created_at ]`, `[ automation_run_id, path, status, created_at ]`, `[ operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, created_at ]`, `[ automation_id, automation_run_id, operation, status, created_at ]`, `[ automation_id, automation_run_id, path, status, created_at ]`, `[ automation_id, operation, path, status, created_at ]`, `[ automation_run_id, operation, path, status, created_at ]` or `[ automation_id, automation_run_id, operation, path, status, created_at ]`.
56
56
  # filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ created_at ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_id, created_at ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ automation_run_id, created_at ]`, `[ operation, path ]`, `[ operation, status ]`, `[ operation, created_at ]`, `[ path, status ]`, `[ path, created_at ]`, `[ status, created_at ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, automation_run_id, created_at ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, operation, created_at ]`, `[ automation_id, path, status ]`, `[ automation_id, path, created_at ]`, `[ automation_id, status, created_at ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, operation, created_at ]`, `[ automation_run_id, path, status ]`, `[ automation_run_id, path, created_at ]`, `[ automation_run_id, status, created_at ]`, `[ operation, path, status ]`, `[ operation, path, created_at ]`, `[ operation, status, created_at ]`, `[ path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, operation, created_at ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, automation_run_id, path, created_at ]`, `[ automation_id, automation_run_id, status, created_at ]`, `[ automation_id, operation, path, status ]`, `[ automation_id, operation, path, created_at ]`, `[ automation_id, operation, status, created_at ]`, `[ automation_id, path, status, created_at ]`, `[ automation_run_id, operation, path, status ]`, `[ automation_run_id, operation, path, created_at ]`, `[ automation_run_id, operation, status, created_at ]`, `[ automation_run_id, path, status, created_at ]`, `[ operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, created_at ]`, `[ automation_id, automation_run_id, operation, status, created_at ]`, `[ automation_id, automation_run_id, path, status, created_at ]`, `[ automation_id, operation, path, status, created_at ]`, `[ automation_run_id, operation, path, status, created_at ]` or `[ automation_id, automation_run_id, operation, path, status, created_at ]`.
57
57
  def list(params=None, options=None):
@@ -117,7 +117,7 @@ class Behavior:
117
117
  # cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
118
118
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
119
119
  # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `behavior`.
120
- # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `impacts_ui` and `behavior`. Valid field combinations are `[ impacts_ui, behavior ]`.
120
+ # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `clickwrap_id`, `form_field_set_id`, `impacts_ui`, `remote_server_id` or `behavior`. Valid field combinations are `[ impacts_ui, behavior ]`.
121
121
  def list(params=None, options=None):
122
122
  if not isinstance(params, dict):
123
123
  params = {}
@@ -264,7 +264,7 @@ class Bundle:
264
264
  # cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
265
265
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
266
266
  # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `expires_at`.
267
- # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`, `expires_at`, `code` or `user_id`. Valid field combinations are `[ user_id, expires_at ]`.
267
+ # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`, `expires_at`, `code` or `user_id`. Valid field combinations are `[ user_id, created_at ]` and `[ user_id, expires_at ]`.
268
268
  # filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at` and `expires_at`.
269
269
  # filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at` and `expires_at`.
270
270
  # filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `code`.
@@ -44,7 +44,7 @@ class ChildSiteManagementPolicy:
44
44
  }
45
45
 
46
46
  # Parameters:
47
- # value - string
47
+ # value - object - Policy configuration data. Attributes differ by policy type. For more information, refer to the Value Hash section of the developer documentation.
48
48
  # skip_child_site_ids - array(int64) - IDs of child sites that this policy has been exempted from. If `skip_child_site_ids` is empty, the policy will be applied to all child sites. To apply a policy to a child site that has been exempted, remove it from `skip_child_site_ids` or set it to an empty array (`[]`).
49
49
  # policy_type - string - Type of policy. Valid values: `settings`.
50
50
  # name - string - Name for this policy.
@@ -61,8 +61,6 @@ class ChildSiteManagementPolicy:
61
61
  raise MissingParameterError("Parameter missing: id")
62
62
  if "id" in params and not isinstance(params["id"], int):
63
63
  raise InvalidParameterError("Bad parameter: id must be an int")
64
- if "value" in params and not isinstance(params["value"], str):
65
- raise InvalidParameterError("Bad parameter: value must be an str")
66
64
  if "skip_child_site_ids" in params and not isinstance(
67
65
  params["skip_child_site_ids"], builtins.list
68
66
  ):
@@ -175,7 +173,7 @@ def get(id, params=None, options=None):
175
173
 
176
174
 
177
175
  # Parameters:
178
- # value - string
176
+ # value - object - Policy configuration data. Attributes differ by policy type. For more information, refer to the Value Hash section of the developer documentation.
179
177
  # skip_child_site_ids - array(int64) - IDs of child sites that this policy has been exempted from. If `skip_child_site_ids` is empty, the policy will be applied to all child sites. To apply a policy to a child site that has been exempted, remove it from `skip_child_site_ids` or set it to an empty array (`[]`).
180
178
  # policy_type (required) - string - Type of policy. Valid values: `settings`.
181
179
  # name - string - Name for this policy.
@@ -185,8 +183,8 @@ def create(params=None, options=None):
185
183
  params = {}
186
184
  if not isinstance(options, dict):
187
185
  options = {}
188
- if "value" in params and not isinstance(params["value"], str):
189
- raise InvalidParameterError("Bad parameter: value must be an str")
186
+ if "value" in params and not isinstance(params["value"], dict):
187
+ raise InvalidParameterError("Bad parameter: value must be an dict")
190
188
  if "skip_child_site_ids" in params and not isinstance(
191
189
  params["skip_child_site_ids"], builtins.list
192
190
  ):
@@ -212,7 +210,7 @@ def create(params=None, options=None):
212
210
 
213
211
 
214
212
  # Parameters:
215
- # value - string
213
+ # value - object - Policy configuration data. Attributes differ by policy type. For more information, refer to the Value Hash section of the developer documentation.
216
214
  # skip_child_site_ids - array(int64) - IDs of child sites that this policy has been exempted from. If `skip_child_site_ids` is empty, the policy will be applied to all child sites. To apply a policy to a child site that has been exempted, remove it from `skip_child_site_ids` or set it to an empty array (`[]`).
217
215
  # policy_type - string - Type of policy. Valid values: `settings`.
218
216
  # name - string - Name for this policy.
@@ -223,12 +221,10 @@ def update(id, params=None, options=None):
223
221
  if not isinstance(options, dict):
224
222
  options = {}
225
223
  params["id"] = id
226
- if "id" in params and not isinstance(params["id"], (str, int, dict)):
227
- raise InvalidParameterError(
228
- "Bad parameter: id must be one of str, int, dict"
229
- )
230
- if "value" in params and not isinstance(params["value"], str):
231
- raise InvalidParameterError("Bad parameter: value must be an str")
224
+ if "id" in params and not isinstance(params["id"], int):
225
+ raise InvalidParameterError("Bad parameter: id must be an int")
226
+ if "value" in params and not isinstance(params["value"], dict):
227
+ raise InvalidParameterError("Bad parameter: value must be an dict")
232
228
  if "skip_child_site_ids" in params and not isinstance(
233
229
  params["skip_child_site_ids"], builtins.list
234
230
  ):
@@ -241,11 +237,9 @@ def update(id, params=None, options=None):
241
237
  )
242
238
  if "name" in params and not isinstance(params["name"], str):
243
239
  raise InvalidParameterError("Bad parameter: name must be an str")
244
- if "description" in params and not isinstance(
245
- params["description"], (str, int, dict)
246
- ):
240
+ if "description" in params and not isinstance(params["description"], str):
247
241
  raise InvalidParameterError(
248
- "Bad parameter: description must be one of str, int, dict"
242
+ "Bad parameter: description must be an str"
249
243
  )
250
244
  if "id" not in params:
251
245
  raise MissingParameterError("Parameter missing: id")
@@ -48,7 +48,6 @@ class EmailLog:
48
48
  # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `status` and `created_at`. Valid field combinations are `[ status ]`, `[ created_at ]` or `[ status, created_at ]`.
49
49
  # filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ status ]`, `[ created_at ]` or `[ status, created_at ]`.
50
50
  # filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ status ]`, `[ created_at ]` or `[ status, created_at ]`.
51
- # filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `status`. Valid field combinations are `[ status ]`, `[ created_at ]` or `[ status, created_at ]`.
52
51
  # filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ status ]`, `[ created_at ]` or `[ status, created_at ]`.
53
52
  # filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ status ]`, `[ created_at ]` or `[ status, created_at ]`.
54
53
  def list(params=None, options=None):
@@ -68,12 +67,6 @@ def list(params=None, options=None):
68
67
  raise InvalidParameterError(
69
68
  "Bad parameter: filter_gteq must be an dict"
70
69
  )
71
- if "filter_prefix" in params and not isinstance(
72
- params["filter_prefix"], dict
73
- ):
74
- raise InvalidParameterError(
75
- "Bad parameter: filter_prefix must be an dict"
76
- )
77
70
  if "filter_lt" in params and not isinstance(params["filter_lt"], dict):
78
71
  raise InvalidParameterError("Bad parameter: filter_lt must be an dict")
79
72
  if "filter_lteq" in params and not isinstance(params["filter_lteq"], dict):
@@ -23,7 +23,7 @@ class File:
23
23
  "created_by_bundle_registration_id": None, # int64 - ID of the Bundle Registration that created the file/folder
24
24
  "created_by_inbox_id": None, # int64 - ID of the Inbox that created the file/folder
25
25
  "created_by_remote_server_id": None, # int64 - ID of the Remote Server that created the file/folder
26
- "created_by_remote_server_sync_id": None, # int64 - ID of the Remote Server Sync that created the file/folder
26
+ "created_by_sync_id": None, # int64 - ID of the Sync that created the file/folder
27
27
  "custom_metadata": None, # object - Custom metadata map of keys and values. Limited to 32 keys, 256 characters per key and 1024 characters per value.
28
28
  "display_name": None, # string - File/Folder display name
29
29
  "type": None, # string - Type: `directory` or `file`.
@@ -34,7 +34,7 @@ class File:
34
34
  "last_modified_by_automation_id": None, # int64 - ID of the Automation that last modified the file/folder
35
35
  "last_modified_by_bundle_registration_id": None, # int64 - ID of the Bundle Registration that last modified the file/folder
36
36
  "last_modified_by_remote_server_id": None, # int64 - ID of the Remote Server that last modified the file/folder
37
- "last_modified_by_remote_server_sync_id": None, # int64 - ID of the Remote Server Sync that last modified the file/folder
37
+ "last_modified_by_sync_id": None, # int64 - ID of the Sync that last modified the file/folder
38
38
  "mtime": None, # date-time - File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
39
39
  "provided_mtime": None, # date-time - File last modified date/time, according to the client who set it. Files.com allows desktop, FTP, SFTP, and WebDAV clients to set modified at times. This allows Desktop<->Cloud syncing to preserve modified at times.
40
40
  "crc32": None, # string - File CRC32 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
@@ -50,7 +50,6 @@ class FileMigrationLog:
50
50
  # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `file_migration_id`, `operation`, `status`, `type` or `created_at`. Valid field combinations are `[ file_migration_id ]`, `[ operation ]`, `[ status ]`, `[ type ]`, `[ created_at ]`, `[ file_migration_id, operation ]`, `[ file_migration_id, status ]`, `[ file_migration_id, type ]`, `[ file_migration_id, created_at ]`, `[ operation, status ]`, `[ operation, type ]`, `[ operation, created_at ]`, `[ status, type ]`, `[ status, created_at ]`, `[ type, created_at ]`, `[ file_migration_id, operation, status ]`, `[ file_migration_id, operation, type ]`, `[ file_migration_id, operation, created_at ]`, `[ file_migration_id, status, type ]`, `[ file_migration_id, status, created_at ]`, `[ file_migration_id, type, created_at ]`, `[ operation, status, type ]`, `[ operation, status, created_at ]`, `[ operation, type, created_at ]`, `[ status, type, created_at ]`, `[ file_migration_id, operation, status, type ]`, `[ file_migration_id, operation, status, created_at ]`, `[ file_migration_id, operation, type, created_at ]`, `[ file_migration_id, status, type, created_at ]`, `[ operation, status, type, created_at ]` or `[ file_migration_id, operation, status, type, created_at ]`.
51
51
  # filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ file_migration_id ]`, `[ operation ]`, `[ status ]`, `[ type ]`, `[ created_at ]`, `[ file_migration_id, operation ]`, `[ file_migration_id, status ]`, `[ file_migration_id, type ]`, `[ file_migration_id, created_at ]`, `[ operation, status ]`, `[ operation, type ]`, `[ operation, created_at ]`, `[ status, type ]`, `[ status, created_at ]`, `[ type, created_at ]`, `[ file_migration_id, operation, status ]`, `[ file_migration_id, operation, type ]`, `[ file_migration_id, operation, created_at ]`, `[ file_migration_id, status, type ]`, `[ file_migration_id, status, created_at ]`, `[ file_migration_id, type, created_at ]`, `[ operation, status, type ]`, `[ operation, status, created_at ]`, `[ operation, type, created_at ]`, `[ status, type, created_at ]`, `[ file_migration_id, operation, status, type ]`, `[ file_migration_id, operation, status, created_at ]`, `[ file_migration_id, operation, type, created_at ]`, `[ file_migration_id, status, type, created_at ]`, `[ operation, status, type, created_at ]` or `[ file_migration_id, operation, status, type, created_at ]`.
52
52
  # filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ file_migration_id ]`, `[ operation ]`, `[ status ]`, `[ type ]`, `[ created_at ]`, `[ file_migration_id, operation ]`, `[ file_migration_id, status ]`, `[ file_migration_id, type ]`, `[ file_migration_id, created_at ]`, `[ operation, status ]`, `[ operation, type ]`, `[ operation, created_at ]`, `[ status, type ]`, `[ status, created_at ]`, `[ type, created_at ]`, `[ file_migration_id, operation, status ]`, `[ file_migration_id, operation, type ]`, `[ file_migration_id, operation, created_at ]`, `[ file_migration_id, status, type ]`, `[ file_migration_id, status, created_at ]`, `[ file_migration_id, type, created_at ]`, `[ operation, status, type ]`, `[ operation, status, created_at ]`, `[ operation, type, created_at ]`, `[ status, type, created_at ]`, `[ file_migration_id, operation, status, type ]`, `[ file_migration_id, operation, status, created_at ]`, `[ file_migration_id, operation, type, created_at ]`, `[ file_migration_id, status, type, created_at ]`, `[ operation, status, type, created_at ]` or `[ file_migration_id, operation, status, type, created_at ]`.
53
- # filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `operation` and `status`. Valid field combinations are `[ file_migration_id ]`, `[ operation ]`, `[ status ]`, `[ type ]`, `[ created_at ]`, `[ file_migration_id, operation ]`, `[ file_migration_id, status ]`, `[ file_migration_id, type ]`, `[ file_migration_id, created_at ]`, `[ operation, status ]`, `[ operation, type ]`, `[ operation, created_at ]`, `[ status, type ]`, `[ status, created_at ]`, `[ type, created_at ]`, `[ file_migration_id, operation, status ]`, `[ file_migration_id, operation, type ]`, `[ file_migration_id, operation, created_at ]`, `[ file_migration_id, status, type ]`, `[ file_migration_id, status, created_at ]`, `[ file_migration_id, type, created_at ]`, `[ operation, status, type ]`, `[ operation, status, created_at ]`, `[ operation, type, created_at ]`, `[ status, type, created_at ]`, `[ file_migration_id, operation, status, type ]`, `[ file_migration_id, operation, status, created_at ]`, `[ file_migration_id, operation, type, created_at ]`, `[ file_migration_id, status, type, created_at ]`, `[ operation, status, type, created_at ]` or `[ file_migration_id, operation, status, type, created_at ]`.
54
53
  # filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ file_migration_id ]`, `[ operation ]`, `[ status ]`, `[ type ]`, `[ created_at ]`, `[ file_migration_id, operation ]`, `[ file_migration_id, status ]`, `[ file_migration_id, type ]`, `[ file_migration_id, created_at ]`, `[ operation, status ]`, `[ operation, type ]`, `[ operation, created_at ]`, `[ status, type ]`, `[ status, created_at ]`, `[ type, created_at ]`, `[ file_migration_id, operation, status ]`, `[ file_migration_id, operation, type ]`, `[ file_migration_id, operation, created_at ]`, `[ file_migration_id, status, type ]`, `[ file_migration_id, status, created_at ]`, `[ file_migration_id, type, created_at ]`, `[ operation, status, type ]`, `[ operation, status, created_at ]`, `[ operation, type, created_at ]`, `[ status, type, created_at ]`, `[ file_migration_id, operation, status, type ]`, `[ file_migration_id, operation, status, created_at ]`, `[ file_migration_id, operation, type, created_at ]`, `[ file_migration_id, status, type, created_at ]`, `[ operation, status, type, created_at ]` or `[ file_migration_id, operation, status, type, created_at ]`.
55
54
  # filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ file_migration_id ]`, `[ operation ]`, `[ status ]`, `[ type ]`, `[ created_at ]`, `[ file_migration_id, operation ]`, `[ file_migration_id, status ]`, `[ file_migration_id, type ]`, `[ file_migration_id, created_at ]`, `[ operation, status ]`, `[ operation, type ]`, `[ operation, created_at ]`, `[ status, type ]`, `[ status, created_at ]`, `[ type, created_at ]`, `[ file_migration_id, operation, status ]`, `[ file_migration_id, operation, type ]`, `[ file_migration_id, operation, created_at ]`, `[ file_migration_id, status, type ]`, `[ file_migration_id, status, created_at ]`, `[ file_migration_id, type, created_at ]`, `[ operation, status, type ]`, `[ operation, status, created_at ]`, `[ operation, type, created_at ]`, `[ status, type, created_at ]`, `[ file_migration_id, operation, status, type ]`, `[ file_migration_id, operation, status, created_at ]`, `[ file_migration_id, operation, type, created_at ]`, `[ file_migration_id, status, type, created_at ]`, `[ operation, status, type, created_at ]` or `[ file_migration_id, operation, status, type, created_at ]`.
56
55
  def list(params=None, options=None):
@@ -70,12 +69,6 @@ def list(params=None, options=None):
70
69
  raise InvalidParameterError(
71
70
  "Bad parameter: filter_gteq must be an dict"
72
71
  )
73
- if "filter_prefix" in params and not isinstance(
74
- params["filter_prefix"], dict
75
- ):
76
- raise InvalidParameterError(
77
- "Bad parameter: filter_prefix must be an dict"
78
- )
79
72
  if "filter_lt" in params and not isinstance(params["filter_lt"], dict):
80
73
  raise InvalidParameterError("Bad parameter: filter_lt must be an dict")
81
74
  if "filter_lteq" in params and not isinstance(params["filter_lteq"], dict):
@@ -19,7 +19,7 @@ class Folder:
19
19
  "created_by_bundle_registration_id": None, # int64 - ID of the Bundle Registration that created the file/folder
20
20
  "created_by_inbox_id": None, # int64 - ID of the Inbox that created the file/folder
21
21
  "created_by_remote_server_id": None, # int64 - ID of the Remote Server that created the file/folder
22
- "created_by_remote_server_sync_id": None, # int64 - ID of the Remote Server Sync that created the file/folder
22
+ "created_by_sync_id": None, # int64 - ID of the Sync that created the file/folder
23
23
  "custom_metadata": None, # object - Custom metadata map of keys and values. Limited to 32 keys, 256 characters per key and 1024 characters per value.
24
24
  "display_name": None, # string - File/Folder display name
25
25
  "type": None, # string - Type: `directory` or `file`.
@@ -30,7 +30,7 @@ class Folder:
30
30
  "last_modified_by_automation_id": None, # int64 - ID of the Automation that last modified the file/folder
31
31
  "last_modified_by_bundle_registration_id": None, # int64 - ID of the Bundle Registration that last modified the file/folder
32
32
  "last_modified_by_remote_server_id": None, # int64 - ID of the Remote Server that last modified the file/folder
33
- "last_modified_by_remote_server_sync_id": None, # int64 - ID of the Remote Server Sync that last modified the file/folder
33
+ "last_modified_by_sync_id": None, # int64 - ID of the Sync that last modified the file/folder
34
34
  "mtime": None, # date-time - File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
35
35
  "provided_mtime": None, # date-time - File last modified date/time, according to the client who set it. Files.com allows desktop, FTP, SFTP, and WebDAV clients to set modified at times. This allows Desktop<->Cloud syncing to preserve modified at times.
36
36
  "crc32": None, # string - File CRC32 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
@@ -82,7 +82,7 @@ class Folder:
82
82
  # sort_by - object - Search by field and direction. Valid fields are `path`, `size`, `modified_at_datetime`, `provided_modified_at`. Valid directions are `asc` and `desc`. Defaults to `{"path":"asc"}`.
83
83
  # search - string - If specified, will search the folders/files list by name. Ignores text before last `/`. This is the same API used by the search bar in the web UI when running 'Search This Folder'. Search results are a best effort, not real time, and not guaranteed to perfectly match the latest folder listing. Results may be truncated if more than 1,000 possible matches exist. This field should only be used for ad-hoc (human) searching, and not as part of an automated process.
84
84
  # search_custom_metadata_key - string - If provided, the search string in `search` will search for files where this custom metadata key matches the value sent in `search`. Set this to `*` to allow any metadata key to match the value sent in `search`.
85
- # search_all - boolean - Search entire site? If set, we will ignore the folder path provided and search the entire site. This is the same API used by the search bar in the web UI when running 'Search All Files'. Search results are a best effort, not real time, and not guaranteed to match every file. This field should only be used for ad-hoc (human) searching, and not as part of an automated process.
85
+ # search_all - boolean - Search entire site? If true, we will search the entire site. Do not provide a path when using this parameter. This is the same API used by the search bar in the web UI when running 'Search All Files'. Search results are a best effort, not real time, and not guaranteed to match every file. This field should only be used for ad-hoc (human) searching, and not as part of an automated process.
86
86
  # with_previews - boolean - Include file previews?
87
87
  # with_priority_color - boolean - Include file priority color information?
88
88
  # type - string - Type of objects to return. Can be `folder` or `file`.