files.com 1.2.116 → 1.2.118

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. package/_VERSION +1 -1
  2. package/docs/models/App.md +1 -1
  3. package/docs/models/Automation.md +1 -1
  4. package/docs/models/AutomationRun.md +1 -1
  5. package/docs/models/EmailIncomingMessage.md +1 -1
  6. package/docs/models/ExternalEvent.md +1 -1
  7. package/docs/models/Permission.md +1 -1
  8. package/docs/models/UsageDailySnapshot.md +1 -1
  9. package/docs/models/User.md +1 -1
  10. package/lib/Api.js +4 -4
  11. package/lib/Errors.js +1 -1
  12. package/lib/Files.js +1 -1
  13. package/lib/isomorphic/File.node.js +3 -3
  14. package/lib/models/ActionNotificationExport.js +3 -3
  15. package/lib/models/ActionNotificationExportResult.js +1 -1
  16. package/lib/models/ApiKey.js +9 -9
  17. package/lib/models/ApiRequestLog.js +1 -1
  18. package/lib/models/App.js +2 -2
  19. package/lib/models/As2IncomingMessage.js +1 -1
  20. package/lib/models/As2OutgoingMessage.js +1 -1
  21. package/lib/models/As2Partner.js +6 -6
  22. package/lib/models/As2Station.js +6 -6
  23. package/lib/models/Automation.js +8 -8
  24. package/lib/models/AutomationLog.js +1 -1
  25. package/lib/models/AutomationRun.js +3 -3
  26. package/lib/models/BandwidthSnapshot.js +1 -1
  27. package/lib/models/Behavior.js +8 -8
  28. package/lib/models/Bundle.js +7 -7
  29. package/lib/models/BundleAction.js +1 -1
  30. package/lib/models/BundleDownload.js +1 -1
  31. package/lib/models/BundleNotification.js +6 -6
  32. package/lib/models/BundleRecipient.js +3 -3
  33. package/lib/models/BundleRegistration.js +1 -1
  34. package/lib/models/Clickwrap.js +6 -6
  35. package/lib/models/DnsRecord.js +1 -1
  36. package/lib/models/EmailIncomingMessage.js +2 -2
  37. package/lib/models/EmailLog.js +1 -1
  38. package/lib/models/ExavaultApiRequestLog.js +1 -1
  39. package/lib/models/ExternalEvent.js +5 -5
  40. package/lib/models/File.js +22 -22
  41. package/lib/models/FileComment.js +5 -5
  42. package/lib/models/FileCommentReaction.js +3 -3
  43. package/lib/models/FileMigration.js +1 -1
  44. package/lib/models/FileMigrationLog.js +1 -1
  45. package/lib/models/Folder.js +3 -3
  46. package/lib/models/FormFieldSet.js +6 -6
  47. package/lib/models/FtpActionLog.js +1 -1
  48. package/lib/models/GpgKey.js +6 -6
  49. package/lib/models/Group.js +6 -6
  50. package/lib/models/GroupUser.js +5 -5
  51. package/lib/models/History.js +5 -5
  52. package/lib/models/HistoryExport.js +3 -3
  53. package/lib/models/HistoryExportResult.js +1 -1
  54. package/lib/models/InboxRecipient.js +3 -3
  55. package/lib/models/InboxRegistration.js +1 -1
  56. package/lib/models/InboxUpload.js +1 -1
  57. package/lib/models/Invoice.js +2 -2
  58. package/lib/models/IpAddress.js +4 -4
  59. package/lib/models/Lock.js +4 -4
  60. package/lib/models/Message.js +6 -6
  61. package/lib/models/MessageComment.js +6 -6
  62. package/lib/models/MessageCommentReaction.js +5 -5
  63. package/lib/models/MessageReaction.js +5 -5
  64. package/lib/models/Notification.js +6 -6
  65. package/lib/models/OutboundConnectionLog.js +1 -1
  66. package/lib/models/Payment.js +2 -2
  67. package/lib/models/Permission.js +5 -5
  68. package/lib/models/Priority.js +1 -1
  69. package/lib/models/Project.js +6 -6
  70. package/lib/models/PublicHostingRequestLog.js +1 -1
  71. package/lib/models/PublicKey.js +6 -6
  72. package/lib/models/RemoteBandwidthSnapshot.js +1 -1
  73. package/lib/models/RemoteServer.js +8 -8
  74. package/lib/models/Request.js +5 -5
  75. package/lib/models/Session.js +3 -3
  76. package/lib/models/SettingsChange.js +1 -1
  77. package/lib/models/SftpActionLog.js +1 -1
  78. package/lib/models/SftpHostKey.js +6 -6
  79. package/lib/models/ShareGroup.js +6 -6
  80. package/lib/models/Site.js +3 -3
  81. package/lib/models/Snapshot.js +7 -7
  82. package/lib/models/SsoStrategy.js +3 -3
  83. package/lib/models/Style.js +4 -4
  84. package/lib/models/SyncLog.js +1 -1
  85. package/lib/models/UsageDailySnapshot.js +2 -2
  86. package/lib/models/UsageSnapshot.js +1 -1
  87. package/lib/models/User.js +10 -10
  88. package/lib/models/UserCipherUse.js +1 -1
  89. package/lib/models/UserRequest.js +5 -5
  90. package/lib/models/WebDavActionLog.js +1 -1
  91. package/lib/models/WebhookTest.js +2 -2
  92. package/package.json +1 -1
  93. package/src/Files.js +1 -1
  94. package/src/models/App.js +1 -1
  95. package/src/models/Automation.js +1 -1
  96. package/src/models/AutomationRun.js +1 -1
  97. package/src/models/EmailIncomingMessage.js +1 -1
  98. package/src/models/ExternalEvent.js +1 -1
  99. package/src/models/Permission.js +1 -1
  100. package/src/models/UsageDailySnapshot.js +1 -1
  101. package/src/models/User.js +1 -1
@@ -129,7 +129,7 @@ class ExternalEvent {
129
129
  // 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.
130
130
  // per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
131
131
  // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `remote_server_type`, `site_id`, `folder_behavior_id`, `event_type`, `created_at` or `status`.
132
- // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`, `event_type`, `remote_server_type`, `status` or `folder_behavior_id`. Valid field combinations are `[ event_type, status, created_at ]`, `[ event_type, created_at ]` or `[ status, created_at ]`.
132
+ // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`, `event_type`, `remote_server_type`, `status` or `folder_behavior_id`. Valid field combinations are `[ created_at, event_type, status ]`, `[ created_at, event_type ]` or `[ created_at, status ]`.
133
133
  // filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`.
134
134
  // filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`.
135
135
  // filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `remote_server_type`.
@@ -126,7 +126,7 @@ class Permission {
126
126
  // 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.
127
127
  // per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
128
128
  // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `group_id`, `path`, `user_id` or `permission`.
129
- // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `path`, `group_id` or `user_id`. Valid field combinations are `[ group_id, path ]`, `[ user_id, path ]` or `[ user_id, group_id, path ]`.
129
+ // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `path`, `group_id` or `user_id`. Valid field combinations are `[ path, group_id ]`, `[ path, user_id ]` or `[ path, group_id, user_id ]`.
130
130
  // filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`.
131
131
  // path - string - Permission path. If provided, will scope all permissions(including upward) to this path.
132
132
  // include_groups - boolean - If searching by user or group, also include user's permissions that are inherited from its groups?
@@ -65,7 +65,7 @@ class UsageDailySnapshot {
65
65
  // 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.
66
66
  // per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
67
67
  // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `date` and `usage_snapshot_id`.
68
- // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `date` and `usage_snapshot_id`. Valid field combinations are `[ usage_snapshot_id, date ]`.
68
+ // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `date` and `usage_snapshot_id`. Valid field combinations are `[ date, usage_snapshot_id ]`.
69
69
  // filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `date`.
70
70
  // filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `date`.
71
71
  // filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `date`.
@@ -835,7 +835,7 @@ class User {
835
835
  // 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.
836
836
  // per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
837
837
  // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `authenticate_until`, `email`, `last_desktop_login_at`, `last_login_at`, `username`, `company`, `name`, `site_admin`, `receive_admin_alerts`, `password_validity_days`, `ssl_required` or `not_site_admin`.
838
- // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`. Valid field combinations are `[ not_site_admin, username ]`.
838
+ // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`. Valid field combinations are `[ username, not_site_admin ]`.
839
839
  // filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
840
840
  // filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
841
841
  // filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `username`, `email` or `company`.