files.com 1.1.218 → 1.1.219

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd0863c53c2bdb4a6ec5c24ea30087cf632638dd8bb05084488b2ab1c1f256f6
4
- data.tar.gz: 805980a35a7fd5889849ac25545b4ea9454bd0c7108301cb029545a551374417
3
+ metadata.gz: bf7aee31910ac8f77a9a0bd0988348cd62830d52dc5a2e9f9d9ef396b4c5107d
4
+ data.tar.gz: 7fbf879bb7efe54723242376ad562512b7f62dffd6ede40653a60b8c51593b55
5
5
  SHA512:
6
- metadata.gz: ee4b6fe5e11fc346c1bf809a057effda62f06c25fd942ab1f7f8cdae0f5b537983e83098cc72a199a4da258e3ee9f03294d5ac1b4124412e03c0a345efd9d999
7
- data.tar.gz: 747a28afdd216acd5c991572189f41d5b5ab50c509b1692a0c2fb10bdd8592f83c3bd67d4eba7de7782b73843311f51d5fbf2d5d54418241cdd9a614c72402a2
6
+ metadata.gz: f79115e8c160595cdf8fc0dd19ec83a2d71fc0c070d5401b4d874a969edb8202bcdc20864e6955dc49b78ac6058851db9fb71aa2c113e16fcb7c20dd7150730a
7
+ data.tar.gz: dfd349c7d03d66e00c8e180849775cce78c1ddf88738c959aa967f41176f758210d5382cc38217e02e2bc68586768e9d4136aab45ebd7a5e6bab2f4b37ac5d44
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.218
1
+ 1.1.219
@@ -25,25 +25,25 @@
25
25
  "new_relic_api_key_masked": "example",
26
26
  "datadog_api_key_masked": "example",
27
27
  "sftp_action_send_enabled": true,
28
- "sftp_action_records_sent_entries_sent": 1,
28
+ "sftp_action_entries_sent": 1,
29
29
  "ftp_action_send_enabled": true,
30
- "ftp_action_records_sent_entries_sent": 1,
30
+ "ftp_action_entries_sent": 1,
31
31
  "web_dav_action_send_enabled": true,
32
- "web_dav_action_records_sent_entries_sent": 1,
32
+ "web_dav_action_entries_sent": 1,
33
33
  "sync_send_enabled": true,
34
- "sync_records_sent_entries_sent": 1,
34
+ "sync_entries_sent": 1,
35
35
  "outbound_connection_send_enabled": true,
36
- "outbound_connection_records_sent_entries_sent": 1,
36
+ "outbound_connection_entries_sent": 1,
37
37
  "automation_send_enabled": true,
38
- "automation_records_sent_entries_sent": 1,
38
+ "automation_entries_sent": 1,
39
39
  "api_request_send_enabled": true,
40
- "api_request_records_sent_entries_sent": 1,
40
+ "api_request_entries_sent": 1,
41
41
  "public_hosting_request_send_enabled": true,
42
- "public_hosting_request_records_sent_entries_sent": 1,
42
+ "public_hosting_request_entries_sent": 1,
43
43
  "email_send_enabled": true,
44
- "email_records_sent_entries_sent": 1,
44
+ "email_entries_sent": 1,
45
45
  "exavault_api_request_send_enabled": true,
46
- "exavault_api_request_records_sent_entries_sent": 1,
46
+ "exavault_api_request_entries_sent": 1,
47
47
  "last_http_call_target_type": "destination_url",
48
48
  "last_http_call_success": true,
49
49
  "last_http_call_response_code": 1,
@@ -75,25 +75,25 @@
75
75
  * `new_relic_api_key_masked` (string): Applicable only for destination type: new_relic. API key provided by New Relic.
76
76
  * `datadog_api_key_masked` (string): Applicable only for destination type: datadog. API key provided by Datadog.
77
77
  * `sftp_action_send_enabled` (boolean): Whether or not sending is enabled for sftp_action logs.
78
- * `sftp_action_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
78
+ * `sftp_action_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
79
79
  * `ftp_action_send_enabled` (boolean): Whether or not sending is enabled for ftp_action logs.
80
- * `ftp_action_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
80
+ * `ftp_action_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
81
81
  * `web_dav_action_send_enabled` (boolean): Whether or not sending is enabled for web_dav_action logs.
82
- * `web_dav_action_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
82
+ * `web_dav_action_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
83
83
  * `sync_send_enabled` (boolean): Whether or not sending is enabled for sync logs.
84
- * `sync_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
84
+ * `sync_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
85
85
  * `outbound_connection_send_enabled` (boolean): Whether or not sending is enabled for outbound_connection logs.
86
- * `outbound_connection_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
86
+ * `outbound_connection_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
87
87
  * `automation_send_enabled` (boolean): Whether or not sending is enabled for automation logs.
88
- * `automation_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
88
+ * `automation_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
89
89
  * `api_request_send_enabled` (boolean): Whether or not sending is enabled for api_request logs.
90
- * `api_request_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
90
+ * `api_request_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
91
91
  * `public_hosting_request_send_enabled` (boolean): Whether or not sending is enabled for public_hosting_request logs.
92
- * `public_hosting_request_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
92
+ * `public_hosting_request_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
93
93
  * `email_send_enabled` (boolean): Whether or not sending is enabled for email logs.
94
- * `email_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
94
+ * `email_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
95
95
  * `exavault_api_request_send_enabled` (boolean): Whether or not sending is enabled for exavault_api_request logs.
96
- * `exavault_api_request_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
96
+ * `exavault_api_request_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
97
97
  * `last_http_call_target_type` (string): Type of URL that was last called. Can be `destination_url` or `azure_oauth_client_credentials_url`
98
98
  * `last_http_call_success` (boolean): Was the last HTTP call made successful?
99
99
  * `last_http_call_response_code` (int64): Last HTTP Call Response Code
@@ -181,12 +181,12 @@ module Files
181
181
  end
182
182
 
183
183
  # int64 - Number of log entries sent for the lifetime of this destination.
184
- def sftp_action_records_sent_entries_sent
185
- @attributes[:sftp_action_records_sent_entries_sent]
184
+ def sftp_action_entries_sent
185
+ @attributes[:sftp_action_entries_sent]
186
186
  end
187
187
 
188
- def sftp_action_records_sent_entries_sent=(value)
189
- @attributes[:sftp_action_records_sent_entries_sent] = value
188
+ def sftp_action_entries_sent=(value)
189
+ @attributes[:sftp_action_entries_sent] = value
190
190
  end
191
191
 
192
192
  # boolean - Whether or not sending is enabled for ftp_action logs.
@@ -199,12 +199,12 @@ module Files
199
199
  end
200
200
 
201
201
  # int64 - Number of log entries sent for the lifetime of this destination.
202
- def ftp_action_records_sent_entries_sent
203
- @attributes[:ftp_action_records_sent_entries_sent]
202
+ def ftp_action_entries_sent
203
+ @attributes[:ftp_action_entries_sent]
204
204
  end
205
205
 
206
- def ftp_action_records_sent_entries_sent=(value)
207
- @attributes[:ftp_action_records_sent_entries_sent] = value
206
+ def ftp_action_entries_sent=(value)
207
+ @attributes[:ftp_action_entries_sent] = value
208
208
  end
209
209
 
210
210
  # boolean - Whether or not sending is enabled for web_dav_action logs.
@@ -217,12 +217,12 @@ module Files
217
217
  end
218
218
 
219
219
  # int64 - Number of log entries sent for the lifetime of this destination.
220
- def web_dav_action_records_sent_entries_sent
221
- @attributes[:web_dav_action_records_sent_entries_sent]
220
+ def web_dav_action_entries_sent
221
+ @attributes[:web_dav_action_entries_sent]
222
222
  end
223
223
 
224
- def web_dav_action_records_sent_entries_sent=(value)
225
- @attributes[:web_dav_action_records_sent_entries_sent] = value
224
+ def web_dav_action_entries_sent=(value)
225
+ @attributes[:web_dav_action_entries_sent] = value
226
226
  end
227
227
 
228
228
  # boolean - Whether or not sending is enabled for sync logs.
@@ -235,12 +235,12 @@ module Files
235
235
  end
236
236
 
237
237
  # int64 - Number of log entries sent for the lifetime of this destination.
238
- def sync_records_sent_entries_sent
239
- @attributes[:sync_records_sent_entries_sent]
238
+ def sync_entries_sent
239
+ @attributes[:sync_entries_sent]
240
240
  end
241
241
 
242
- def sync_records_sent_entries_sent=(value)
243
- @attributes[:sync_records_sent_entries_sent] = value
242
+ def sync_entries_sent=(value)
243
+ @attributes[:sync_entries_sent] = value
244
244
  end
245
245
 
246
246
  # boolean - Whether or not sending is enabled for outbound_connection logs.
@@ -253,12 +253,12 @@ module Files
253
253
  end
254
254
 
255
255
  # int64 - Number of log entries sent for the lifetime of this destination.
256
- def outbound_connection_records_sent_entries_sent
257
- @attributes[:outbound_connection_records_sent_entries_sent]
256
+ def outbound_connection_entries_sent
257
+ @attributes[:outbound_connection_entries_sent]
258
258
  end
259
259
 
260
- def outbound_connection_records_sent_entries_sent=(value)
261
- @attributes[:outbound_connection_records_sent_entries_sent] = value
260
+ def outbound_connection_entries_sent=(value)
261
+ @attributes[:outbound_connection_entries_sent] = value
262
262
  end
263
263
 
264
264
  # boolean - Whether or not sending is enabled for automation logs.
@@ -271,12 +271,12 @@ module Files
271
271
  end
272
272
 
273
273
  # int64 - Number of log entries sent for the lifetime of this destination.
274
- def automation_records_sent_entries_sent
275
- @attributes[:automation_records_sent_entries_sent]
274
+ def automation_entries_sent
275
+ @attributes[:automation_entries_sent]
276
276
  end
277
277
 
278
- def automation_records_sent_entries_sent=(value)
279
- @attributes[:automation_records_sent_entries_sent] = value
278
+ def automation_entries_sent=(value)
279
+ @attributes[:automation_entries_sent] = value
280
280
  end
281
281
 
282
282
  # boolean - Whether or not sending is enabled for api_request logs.
@@ -289,12 +289,12 @@ module Files
289
289
  end
290
290
 
291
291
  # int64 - Number of log entries sent for the lifetime of this destination.
292
- def api_request_records_sent_entries_sent
293
- @attributes[:api_request_records_sent_entries_sent]
292
+ def api_request_entries_sent
293
+ @attributes[:api_request_entries_sent]
294
294
  end
295
295
 
296
- def api_request_records_sent_entries_sent=(value)
297
- @attributes[:api_request_records_sent_entries_sent] = value
296
+ def api_request_entries_sent=(value)
297
+ @attributes[:api_request_entries_sent] = value
298
298
  end
299
299
 
300
300
  # boolean - Whether or not sending is enabled for public_hosting_request logs.
@@ -307,12 +307,12 @@ module Files
307
307
  end
308
308
 
309
309
  # int64 - Number of log entries sent for the lifetime of this destination.
310
- def public_hosting_request_records_sent_entries_sent
311
- @attributes[:public_hosting_request_records_sent_entries_sent]
310
+ def public_hosting_request_entries_sent
311
+ @attributes[:public_hosting_request_entries_sent]
312
312
  end
313
313
 
314
- def public_hosting_request_records_sent_entries_sent=(value)
315
- @attributes[:public_hosting_request_records_sent_entries_sent] = value
314
+ def public_hosting_request_entries_sent=(value)
315
+ @attributes[:public_hosting_request_entries_sent] = value
316
316
  end
317
317
 
318
318
  # boolean - Whether or not sending is enabled for email logs.
@@ -325,12 +325,12 @@ module Files
325
325
  end
326
326
 
327
327
  # int64 - Number of log entries sent for the lifetime of this destination.
328
- def email_records_sent_entries_sent
329
- @attributes[:email_records_sent_entries_sent]
328
+ def email_entries_sent
329
+ @attributes[:email_entries_sent]
330
330
  end
331
331
 
332
- def email_records_sent_entries_sent=(value)
333
- @attributes[:email_records_sent_entries_sent] = value
332
+ def email_entries_sent=(value)
333
+ @attributes[:email_entries_sent] = value
334
334
  end
335
335
 
336
336
  # boolean - Whether or not sending is enabled for exavault_api_request logs.
@@ -343,12 +343,12 @@ module Files
343
343
  end
344
344
 
345
345
  # int64 - Number of log entries sent for the lifetime of this destination.
346
- def exavault_api_request_records_sent_entries_sent
347
- @attributes[:exavault_api_request_records_sent_entries_sent]
346
+ def exavault_api_request_entries_sent
347
+ @attributes[:exavault_api_request_entries_sent]
348
348
  end
349
349
 
350
- def exavault_api_request_records_sent_entries_sent=(value)
351
- @attributes[:exavault_api_request_records_sent_entries_sent] = value
350
+ def exavault_api_request_entries_sent=(value)
351
+ @attributes[:exavault_api_request_entries_sent] = value
352
352
  end
353
353
 
354
354
  # string - Type of URL that was last called. Can be `destination_url` or `azure_oauth_client_credentials_url`
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.218"
4
+ VERSION = "1.1.219"
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.218
4
+ version: 1.1.219
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-31 00:00:00.000000000 Z
11
+ date: 2025-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable