files.com 1.1.75 → 1.1.76

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: 880b7523ea73f00a9f3d0e660007e091e18eb4932b8b495a7e93e14b1b2966a1
4
+ data.tar.gz: e3755c565f579331bcdf13841f2e2e67fce0150b60cefe8afab39e64c247d6dc
5
5
  SHA512:
6
- metadata.gz: 42f74203b7e1a057dfbd89673dc854965d29cd93dab9ba5c28e1400f17ed58ed54ce392cdd52fbe717ffbb7f6db837d8d0d4e05985e3695daad10f5394bf7e2f
7
- data.tar.gz: 2f22415df3feac63e8e510a42154957a2855476a0482fbd423322620d61ae0cff115bcbbf24e780780ef42f0a82d14eef7128b45d12f53c2ba4a4f2239a86bc9
6
+ metadata.gz: 90c96282feae124bf2e65cca988029475f0df938a588b1549e8c2790ab169a9561e918a5f44c73d15e8e456840f1d508195040de92d0843d8fe75db3fe750e0f
7
+ data.tar.gz: a1d74682eccf91614dead1db4ca5f6499da9f9935624f3db2776ebc2976ac6168c1b501b74859c1eeba88fcf2ea4c4b73fad8ee2a02f4c39f6d6003efeffa992
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.75
1
+ 1.1.76
@@ -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.
@@ -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]
@@ -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.76"
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.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 00:00:00.000000000 Z
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.4.22
349
+ rubygems_version: 3.5.10
350
350
  signing_key:
351
351
  specification_version: 4
352
352
  summary: Files.com Ruby client.