files.com 1.1.75 → 1.1.77

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: 80c8d9c31409dadef3b76ff5b608cbaaa898ad38ab76f6cbca55d807514c5c25
4
- data.tar.gz: d914c32bdd2656cacaf6d82c826ee9d22f2e68c79a3e739cdbc113ef92e33361
3
+ metadata.gz: ebc7eefeb182f541e0a4782916cc636d087328078752cde7846cefeccd7b8ec0
4
+ data.tar.gz: 710d3fad1085fcccafe1ea56b119f2e74e3a4fbd536e38ecc10ad2ac58adbe19
5
5
  SHA512:
6
- metadata.gz: 42f74203b7e1a057dfbd89673dc854965d29cd93dab9ba5c28e1400f17ed58ed54ce392cdd52fbe717ffbb7f6db837d8d0d4e05985e3695daad10f5394bf7e2f
7
- data.tar.gz: 2f22415df3feac63e8e510a42154957a2855476a0482fbd423322620d61ae0cff115bcbbf24e780780ef42f0a82d14eef7128b45d12f53c2ba4a4f2239a86bc9
6
+ metadata.gz: b7140ea92b2799016f89b4a8d22663c78cbd629d262472cbe50044263d9f1b36dd2b7f3f9d8c4070ad86ed6e88399ff39f72ee1995acba5598ee6838210c8642
7
+ data.tar.gz: 5295ab00bd74c694dbefc8d637617f99ef5bc5a9399a63a95795f6f9cc4f2a673fe0e0b97e8cddcc41770cc1791106fe39133a14811d884ba70c73d8cf3257d2
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.75
1
+ 1.1.77
@@ -10,7 +10,6 @@
10
10
  "created_at": "2000-01-01T01:00:00Z",
11
11
  "runtime": 1.0,
12
12
  "status": "success",
13
- "run_stage": "planning",
14
13
  "successful_operations": 1,
15
14
  "failed_operations": 1,
16
15
  "status_messages_url": "https://www.example.com/log_file.txt"
@@ -23,7 +22,6 @@
23
22
  * `created_at` (date-time): Automation run start date/time.
24
23
  * `runtime` (double): Automation run runtime.
25
24
  * `status` (string): The success status of the AutomationRun. One of `running`, `success`, `partial_failure`, or `failure`.
26
- * `run_stage` (string): The stage currently being executed in the execution environment. One of `queued_for_planning`, `planning`, `queued_for_execution`, `executing`, or `finished`.
27
25
  * `successful_operations` (int64): Count of successful operations.
28
26
  * `failed_operations` (int64): Count of failed operations.
29
27
  * `status_messages_url` (string): Link to status messages log file.
@@ -10,6 +10,7 @@
10
10
  "username": "example",
11
11
  "session_uuid": "example",
12
12
  "seq_id": 1,
13
+ "auth_ciphers": "example",
13
14
  "action_type": "example",
14
15
  "path": "example",
15
16
  "true_path": "example",
@@ -30,6 +31,7 @@
30
31
  * `username` (string): Username
31
32
  * `session_uuid` (string): Unique ID of the Session
32
33
  * `seq_id` (int64): FTP Sequence ID
34
+ * `auth_ciphers` (string): Authentication Ciphers
33
35
  * `action_type` (string): Action Type
34
36
  * `path` (string): Path as sent by the Client (may not match Files.com path due to user root folders for FTP) This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
35
37
  * `true_path` (string): Path on Files.com
@@ -42,10 +42,10 @@
42
42
  * `query_user_id` (string): Return results that are actions performed by the user indiciated by this User ID
43
43
  * `query_file_id` (string): Return results that are file actions related to the file indicated by this File ID
44
44
  * `query_parent_id` (string): Return results that are file actions inside the parent folder specified by this folder ID
45
- * `query_path` (string): Return results that are file actions related to this path.
46
- * `query_folder` (string): Return results that are file actions related to files or folders inside this folder path.
47
- * `query_src` (string): Return results that are file moves originating from this path.
48
- * `query_destination` (string): Return results that are file moves with this path as destination.
45
+ * `query_path` (string): Return results that are file actions related to paths matching this pattern.
46
+ * `query_folder` (string): Return results that are file actions related to files or folders inside folder paths matching this pattern.
47
+ * `query_src` (string): Return results that are file moves originating from paths matching this pattern.
48
+ * `query_destination` (string): Return results that are file moves with paths matching this pattern as destination.
49
49
  * `query_ip` (string): Filter results by this IP address.
50
50
  * `query_username` (string): Filter results by this username.
51
51
  * `query_failure_type` (string): If searching for Histories about login failures, this parameter restricts results to failures of this specific type. Valid values: `expired_trial`, `account_overdue`, `locked_out`, `ip_mismatch`, `password_mismatch`, `site_mismatch`, `username_not_found`, `none`, `no_ftp_permission`, `no_web_permission`, `no_directory`, `errno_enoent`, `no_sftp_permission`, `no_dav_permission`, `no_restapi_permission`, `key_mismatch`, `region_mismatch`, `expired_access`, `desktop_ip_mismatch`, `desktop_api_key_not_used_quickly_enough`, `disabled`, `country_mismatch`, `insecure_ftp`, `insecure_cipher`, `rate_limited`
@@ -114,10 +114,10 @@ Files::HistoryExport.create(
114
114
  * `query_user_id` (string): Return results that are actions performed by the user indiciated by this User ID
115
115
  * `query_file_id` (string): Return results that are file actions related to the file indicated by this File ID
116
116
  * `query_parent_id` (string): Return results that are file actions inside the parent folder specified by this folder ID
117
- * `query_path` (string): Return results that are file actions related to this path.
118
- * `query_folder` (string): Return results that are file actions related to files or folders inside this folder path.
119
- * `query_src` (string): Return results that are file moves originating from this path.
120
- * `query_destination` (string): Return results that are file moves with this path as destination.
117
+ * `query_path` (string): Return results that are file actions related to paths matching this pattern.
118
+ * `query_folder` (string): Return results that are file actions related to files or folders inside folder paths matching this pattern.
119
+ * `query_src` (string): Return results that are file moves originating from paths matching this pattern.
120
+ * `query_destination` (string): Return results that are file moves with paths matching this pattern as destination.
121
121
  * `query_ip` (string): Filter results by this IP address.
122
122
  * `query_username` (string): Filter results by this username.
123
123
  * `query_failure_type` (string): If searching for Histories about login failures, this parameter restricts results to failures of this specific type. Valid values: `expired_trial`, `account_overdue`, `locked_out`, `ip_mismatch`, `password_mismatch`, `site_mismatch`, `username_not_found`, `none`, `no_ftp_permission`, `no_web_permission`, `no_directory`, `errno_enoent`, `no_sftp_permission`, `no_dav_permission`, `no_restapi_permission`, `key_mismatch`, `region_mismatch`, `expired_access`, `desktop_ip_mismatch`, `desktop_api_key_not_used_quickly_enough`, `disabled`, `country_mismatch`, `insecure_ftp`, `insecure_cipher`, `rate_limited`
@@ -72,7 +72,6 @@ module Files
72
72
  class InvalidUploadPartSizeError < BadRequestError; end
73
73
  class MethodNotAllowedError < BadRequestError; end
74
74
  class NoValidInputParamsError < BadRequestError; end
75
- class OperationOnNonScimResourceError < BadRequestError; end
76
75
  class PartNumberTooLargeError < BadRequestError; end
77
76
  class PathCannotHaveTrailingWhitespaceError < BadRequestError; end
78
77
  class ReauthenticationNeededFieldsError < BadRequestError; end
@@ -39,11 +39,6 @@ module Files
39
39
  @attributes[:status]
40
40
  end
41
41
 
42
- # string - The stage currently being executed in the execution environment. One of `queued_for_planning`, `planning`, `queued_for_execution`, `executing`, or `finished`.
43
- def run_stage
44
- @attributes[:run_stage]
45
- end
46
-
47
42
  # int64 - Count of successful operations.
48
43
  def successful_operations
49
44
  @attributes[:successful_operations]
@@ -39,6 +39,11 @@ module Files
39
39
  @attributes[:seq_id]
40
40
  end
41
41
 
42
+ # string - Authentication Ciphers
43
+ def auth_ciphers
44
+ @attributes[:auth_ciphers]
45
+ end
46
+
42
47
  # string - Action Type
43
48
  def action_type
44
49
  @attributes[:action_type]
@@ -99,7 +99,7 @@ module Files
99
99
  @attributes[:query_parent_id] = value
100
100
  end
101
101
 
102
- # string - Return results that are file actions related to this path.
102
+ # string - Return results that are file actions related to paths matching this pattern.
103
103
  def query_path
104
104
  @attributes[:query_path]
105
105
  end
@@ -108,7 +108,7 @@ module Files
108
108
  @attributes[:query_path] = value
109
109
  end
110
110
 
111
- # string - Return results that are file actions related to files or folders inside this folder path.
111
+ # string - Return results that are file actions related to files or folders inside folder paths matching this pattern.
112
112
  def query_folder
113
113
  @attributes[:query_folder]
114
114
  end
@@ -117,7 +117,7 @@ module Files
117
117
  @attributes[:query_folder] = value
118
118
  end
119
119
 
120
- # string - Return results that are file moves originating from this path.
120
+ # string - Return results that are file moves originating from paths matching this pattern.
121
121
  def query_src
122
122
  @attributes[:query_src]
123
123
  end
@@ -126,7 +126,7 @@ module Files
126
126
  @attributes[:query_src] = value
127
127
  end
128
128
 
129
- # string - Return results that are file moves with this path as destination.
129
+ # string - Return results that are file moves with paths matching this pattern as destination.
130
130
  def query_destination
131
131
  @attributes[:query_destination]
132
132
  end
@@ -279,10 +279,10 @@ module Files
279
279
  # query_user_id - string - Return results that are actions performed by the user indiciated by this User ID
280
280
  # query_file_id - string - Return results that are file actions related to the file indicated by this File ID
281
281
  # query_parent_id - string - Return results that are file actions inside the parent folder specified by this folder ID
282
- # query_path - string - Return results that are file actions related to this path.
283
- # query_folder - string - Return results that are file actions related to files or folders inside this folder path.
284
- # query_src - string - Return results that are file moves originating from this path.
285
- # query_destination - string - Return results that are file moves with this path as destination.
282
+ # query_path - string - Return results that are file actions related to paths matching this pattern.
283
+ # query_folder - string - Return results that are file actions related to files or folders inside folder paths matching this pattern.
284
+ # query_src - string - Return results that are file moves originating from paths matching this pattern.
285
+ # query_destination - string - Return results that are file moves with paths matching this pattern as destination.
286
286
  # query_ip - string - Filter results by this IP address.
287
287
  # query_username - string - Filter results by this username.
288
288
  # query_failure_type - string - If searching for Histories about login failures, this parameter restricts results to failures of this specific type. Valid values: `expired_trial`, `account_overdue`, `locked_out`, `ip_mismatch`, `password_mismatch`, `site_mismatch`, `username_not_found`, `none`, `no_ftp_permission`, `no_web_permission`, `no_directory`, `errno_enoent`, `no_sftp_permission`, `no_dav_permission`, `no_restapi_permission`, `key_mismatch`, `region_mismatch`, `expired_access`, `desktop_ip_mismatch`, `desktop_api_key_not_used_quickly_enough`, `disabled`, `country_mismatch`, `insecure_ftp`, `insecure_cipher`, `rate_limited`
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.75"
4
+ VERSION = "1.1.77"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.75
4
+ version: 1.1.77
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-11 00:00:00.000000000 Z
11
+ date: 2024-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -346,7 +346,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
346
346
  - !ruby/object:Gem::Version
347
347
  version: '0'
348
348
  requirements: []
349
- rubygems_version: 3.4.22
349
+ rubygems_version: 3.5.10
350
350
  signing_key:
351
351
  specification_version: 4
352
352
  summary: Files.com Ruby client.