files.com 1.1.193 → 1.1.194

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff3c185a90b03a49671a2833b71695229c99e713e085991e931cdebd8764f72a
4
- data.tar.gz: 0a0baa5c5c269b4910f62fa4068160c0d0993b686a851ce586b957315ecadca1
3
+ metadata.gz: 2e418942f4b39b1c0900e95ef6f1a315985fe9871120ee8f46a1db10d1ce035a
4
+ data.tar.gz: 4d0b40c16b1ba40deeeeb96d7f622903d5be7a7fdb4c087c9f5b53cfcb5bf8b6
5
5
  SHA512:
6
- metadata.gz: 88194302623577b38b6d078f3f1e8aebd35beb9b0e8287b8ce93c3d1cd2427c515cc8c3b90f8bd19e3f1b86c90d624524891096e91bff40edecd0d7a4a12287b
7
- data.tar.gz: dc2b8b53c99222a7241b4a94e174b4ab1314054b8200193cb93aa8f983f82c50404b5a1bc92fd38fd898d0d2c0f739e4ef3c7420c1b8687882fe8ace4f5ffc0f
6
+ metadata.gz: bf0c18eb1922691a4c4d23684c76d8f02a75f2f21e3e2a7ec2925ba0997277ff0d48b3b5216fb7a34101bab67d949bb987f6f07ee1eb5bd556e4ba9cf5a162de
7
+ data.tar.gz: 5b613c903c193dc922908e2c03c818e99bc1c0260bb6a6f1b4f187b87542183b755b5603ced97d5e9903efa786f471504b2d3e84433774844a9f31d7ddc0945f
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.193
1
+ 1.1.194
@@ -49,7 +49,7 @@ Files::ExternalEvent.list
49
49
 
50
50
  * `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.
51
51
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
52
- * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `remote_server_type`, `id`, `siem_http_destination_id`, `created_at`, `event_type` or `status`.
52
+ * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `remote_server_type`, `folder_behavior_id`, `siem_http_destination_id`, `created_at`, `event_type` or `status`.
53
53
  * `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`, `folder_behavior_id` or `siem_http_destination_id`. Valid field combinations are `[ event_type, created_at ]`, `[ remote_server_type, created_at ]`, `[ status, created_at ]`, `[ event_type, status ]` or `[ event_type, status, created_at ]`.
54
54
  * `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`.
55
55
  * `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`.
@@ -145,7 +145,7 @@ module Files
145
145
  # Parameters:
146
146
  # 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.
147
147
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
148
- # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `remote_server_type`, `id`, `siem_http_destination_id`, `created_at`, `event_type` or `status`.
148
+ # sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `remote_server_type`, `folder_behavior_id`, `siem_http_destination_id`, `created_at`, `event_type` or `status`.
149
149
  # 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`, `folder_behavior_id` or `siem_http_destination_id`. Valid field combinations are `[ event_type, created_at ]`, `[ remote_server_type, created_at ]`, `[ status, created_at ]`, `[ event_type, status ]` or `[ event_type, status, created_at ]`.
150
150
  # filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`.
151
151
  # filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.193"
4
+ VERSION = "1.1.194"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.193
4
+ version: 1.1.194
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com