files.com 1.1.631 → 1.1.632

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: f480f83a4a5e015fb73e977cd326a327cda563c0400ff0c28a53a4e504356463
4
- data.tar.gz: 134754d98b9ac525f32a341a487bce9c8bb81954975b5d1803537ba8dcc29f12
3
+ metadata.gz: 46e2f47ea5187f68a0471e9107c9c0443625742da5d0ca5be91627fae8eb6aa0
4
+ data.tar.gz: a70a7bbe411acf2021985e16dda0e2f31a2930c62dbddeccb729eaa3ea2ebadb
5
5
  SHA512:
6
- metadata.gz: d28027c4338ee01b1c9032ab5ca2c7a4bc4e56281cebaf5160e0d569b6880a4c1b397c742c2a661dd26c539bf730dc6281b56af1faed32842274a981b64fa247
7
- data.tar.gz: cadfaabad2990866d67ac099e337094c71855f019eb66980b0004ebb52bad53ac9603de1c449991e98bad65b5792b1e838592919a0e0b5f5bcac9fe737f583d2
6
+ metadata.gz: 3e43755492c3e4e4e03903d136c70e060898eeb35b8921a782ba61faf3656f640127ef3ab641f8718e0afdecf214a3fb1f758d1a6a7a17b6d5d848850d5e4cba
7
+ data.tar.gz: 655f8bcd1cabe833b9320196f51090418f1f1a51aa74455381512fbf24d70710e48ce5b1e643abeb595346b694aa88f3bd7f7c2e8fb2f7d817319db2182a94dc
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.631
1
+ 1.1.632
@@ -8,7 +8,9 @@
8
8
  "path": "example",
9
9
  "client_ip": "example",
10
10
  "src_remote_server_id": 1,
11
+ "src_remote_server_name": "example",
11
12
  "dest_remote_server_id": 1,
13
+ "dest_remote_server_name": "example",
12
14
  "operation": "example",
13
15
  "error_message": "example",
14
16
  "error_operation": "example",
@@ -26,7 +28,9 @@
26
28
  * `path` (string): Remote Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
27
29
  * `client_ip` (string): End User IP
28
30
  * `src_remote_server_id` (int64): Source Remote Server ID
31
+ * `src_remote_server_name` (string): Source Remote Server name
29
32
  * `dest_remote_server_id` (int64): Destination Remote Server ID
33
+ * `dest_remote_server_name` (string): Destination Remote Server name
30
34
  * `operation` (string): Operation Type
31
35
  * `error_message` (string): Error message, if applicable
32
36
  * `error_operation` (string): Error operation, if applicable
@@ -29,11 +29,21 @@ module Files
29
29
  @attributes[:src_remote_server_id]
30
30
  end
31
31
 
32
+ # string - Source Remote Server name
33
+ def src_remote_server_name
34
+ @attributes[:src_remote_server_name]
35
+ end
36
+
32
37
  # int64 - Destination Remote Server ID
33
38
  def dest_remote_server_id
34
39
  @attributes[:dest_remote_server_id]
35
40
  end
36
41
 
42
+ # string - Destination Remote Server name
43
+ def dest_remote_server_name
44
+ @attributes[:dest_remote_server_name]
45
+ end
46
+
37
47
  # string - Operation Type
38
48
  def operation
39
49
  @attributes[:operation]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.631"
4
+ VERSION = "1.1.632"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.631
4
+ version: 1.1.632
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com