files.com 1.1.239 → 1.1.240
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 770d66009a81073c4c0b5f3bac9e65b62fba85474690ca1324aa4c83e742bcbf
|
4
|
+
data.tar.gz: db15326917ebeec54c148a2b149a35dc42d1691e2096e92bc7a5f5f49d8048d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a83854c2ff94592e7f034370f347f75eee91143559daf1e2a0a46298adc8c6f02844fc7fd8bc28bcbc523c8337817c64d5d9805f6669a351220f30bd4f7526e2
|
7
|
+
data.tar.gz: 42a538314c97c29bddf19e2be62b96286d5e0b9f1af7f02a50630e518acf938e0fb949cf2d95060b4eb50ebac8b5be731ea8da4293da4d442cbfdbfbba537d3e
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.240
|
@@ -12,7 +12,6 @@
|
|
12
12
|
"http_headers": {
|
13
13
|
"key": "example value"
|
14
14
|
},
|
15
|
-
"activity_log": "example",
|
16
15
|
"processing_result": "example",
|
17
16
|
"processing_result_description": "example",
|
18
17
|
"mic": "example",
|
@@ -52,7 +51,6 @@
|
|
52
51
|
* `uuid` (string): UUID assigned to this message.
|
53
52
|
* `content_type` (string): Content Type header of the incoming message.
|
54
53
|
* `http_headers` (object): HTTP Headers sent with this message.
|
55
|
-
* `activity_log` (string): JSON Structure of the activity log.
|
56
54
|
* `processing_result` (string): Result of processing.
|
57
55
|
* `processing_result_description` (string): Result of processing description.
|
58
56
|
* `mic` (string): AS2 Message Integrity Check
|
@@ -11,7 +11,6 @@
|
|
11
11
|
"http_headers": {
|
12
12
|
"key": "example value"
|
13
13
|
},
|
14
|
-
"activity_log": "example",
|
15
14
|
"processing_result": "example",
|
16
15
|
"processing_result_description": "example",
|
17
16
|
"mic": "example",
|
@@ -47,7 +46,6 @@
|
|
47
46
|
* `as2_station_id` (int64): Id of the AS2 Station associated with this message.
|
48
47
|
* `uuid` (string): UUID assigned to this message.
|
49
48
|
* `http_headers` (object): HTTP Headers sent with this message.
|
50
|
-
* `activity_log` (string): JSON Structure of the activity log.
|
51
49
|
* `processing_result` (string): Result of processing.
|
52
50
|
* `processing_result_description` (string): Result of processing description.
|
53
51
|
* `mic` (string): AS2 Message Integrity Check SHA1
|
@@ -39,11 +39,6 @@ module Files
|
|
39
39
|
@attributes[:http_headers]
|
40
40
|
end
|
41
41
|
|
42
|
-
# string - JSON Structure of the activity log.
|
43
|
-
def activity_log
|
44
|
-
@attributes[:activity_log]
|
45
|
-
end
|
46
|
-
|
47
42
|
# string - Result of processing.
|
48
43
|
def processing_result
|
49
44
|
@attributes[:processing_result]
|
@@ -34,11 +34,6 @@ module Files
|
|
34
34
|
@attributes[:http_headers]
|
35
35
|
end
|
36
36
|
|
37
|
-
# string - JSON Structure of the activity log.
|
38
|
-
def activity_log
|
39
|
-
@attributes[:activity_log]
|
40
|
-
end
|
41
|
-
|
42
37
|
# string - Result of processing.
|
43
38
|
def processing_result
|
44
39
|
@attributes[:processing_result]
|
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.240
|
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-04-
|
11
|
+
date: 2025-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|