files.com 1.1.74 → 1.1.76
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.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/automation_run.md +0 -2
- data/docs/history_export.md +8 -8
- data/lib/files.com/errors.rb +1 -1
- data/lib/files.com/models/automation_run.rb +0 -5
- data/lib/files.com/models/history_export.rb +8 -8
- data/lib/files.com/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 880b7523ea73f00a9f3d0e660007e091e18eb4932b8b495a7e93e14b1b2966a1
|
|
4
|
+
data.tar.gz: e3755c565f579331bcdf13841f2e2e67fce0150b60cefe8afab39e64c247d6dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90c96282feae124bf2e65cca988029475f0df938a588b1549e8c2790ab169a9561e918a5f44c73d15e8e456840f1d508195040de92d0843d8fe75db3fe750e0f
|
|
7
|
+
data.tar.gz: a1d74682eccf91614dead1db4ca5f6499da9f9935624f3db2776ebc2976ac6168c1b501b74859c1eeba88fcf2ea4c4b73fad8ee2a02f4c39f6d6003efeffa992
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.76
|
data/docs/automation_run.md
CHANGED
|
@@ -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.
|
data/docs/history_export.md
CHANGED
|
@@ -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
|
|
46
|
-
* `query_folder` (string): Return results that are file actions related to files or folders inside this
|
|
47
|
-
* `query_src` (string): Return results that are file moves originating from this
|
|
48
|
-
* `query_destination` (string): Return results that are file moves with this
|
|
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
|
|
118
|
-
* `query_folder` (string): Return results that are file actions related to files or folders inside this
|
|
119
|
-
* `query_src` (string): Return results that are file moves originating from this
|
|
120
|
-
* `query_destination` (string): Return results that are file moves with this
|
|
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`
|
data/lib/files.com/errors.rb
CHANGED
|
@@ -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
|
|
@@ -204,6 +203,7 @@ module Files
|
|
|
204
203
|
class RateLimitedError < APIError; end
|
|
205
204
|
class DuplicateShareRecipientError < RateLimitedError; end
|
|
206
205
|
class ReauthenticationRateLimitedError < RateLimitedError; end
|
|
206
|
+
class TooManyConcurrentLoginsError < RateLimitedError; end
|
|
207
207
|
class TooManyConcurrentRequestsError < RateLimitedError; end
|
|
208
208
|
class TooManyLoginAttemptsError < RateLimitedError; end
|
|
209
209
|
class TooManyRequestsError < RateLimitedError; 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]
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
283
|
-
# query_folder - string - Return results that are file actions related to files or folders inside this
|
|
284
|
-
# query_src - string - Return results that are file moves originating from this
|
|
285
|
-
# query_destination - string - Return results that are file moves with this
|
|
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`
|
data/lib/files.com/version.rb
CHANGED
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.
|
|
4
|
+
version: 1.1.76
|
|
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
|
+
date: 2024-05-15 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.
|
|
349
|
+
rubygems_version: 3.5.10
|
|
350
350
|
signing_key:
|
|
351
351
|
specification_version: 4
|
|
352
352
|
summary: Files.com Ruby client.
|