files.com 1.1.76 → 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: 880b7523ea73f00a9f3d0e660007e091e18eb4932b8b495a7e93e14b1b2966a1
4
- data.tar.gz: e3755c565f579331bcdf13841f2e2e67fce0150b60cefe8afab39e64c247d6dc
3
+ metadata.gz: ebc7eefeb182f541e0a4782916cc636d087328078752cde7846cefeccd7b8ec0
4
+ data.tar.gz: 710d3fad1085fcccafe1ea56b119f2e74e3a4fbd536e38ecc10ad2ac58adbe19
5
5
  SHA512:
6
- metadata.gz: 90c96282feae124bf2e65cca988029475f0df938a588b1549e8c2790ab169a9561e918a5f44c73d15e8e456840f1d508195040de92d0843d8fe75db3fe750e0f
7
- data.tar.gz: a1d74682eccf91614dead1db4ca5f6499da9f9935624f3db2776ebc2976ac6168c1b501b74859c1eeba88fcf2ea4c4b73fad8ee2a02f4c39f6d6003efeffa992
6
+ metadata.gz: b7140ea92b2799016f89b4a8d22663c78cbd629d262472cbe50044263d9f1b36dd2b7f3f9d8c4070ad86ed6e88399ff39f72ee1995acba5598ee6838210c8642
7
+ data.tar.gz: 5295ab00bd74c694dbefc8d637617f99ef5bc5a9399a63a95795f6f9cc4f2a673fe0e0b97e8cddcc41770cc1791106fe39133a14811d884ba70c73d8cf3257d2
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.76
1
+ 1.1.77
@@ -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
@@ -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]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.76"
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.76
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-15 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