files.com 1.0.252 → 1.0.253

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: 5eb4e0be77c2f83835c9272d32125b398e37b1752aed2135340e7d3a7b05d60d
4
- data.tar.gz: ff82d25a75523d26fe8389b62d1ad0723a38f0326e2efbe043e9e20c3c48b988
3
+ metadata.gz: c2ef603590ea0fcf32bca6ced461fc2422f27df88a86cd9344f5857d91b05cb7
4
+ data.tar.gz: 1e36d7a8d9060f082351f34e2c1159e01e858d09887e74c51cadb847c1624b30
5
5
  SHA512:
6
- metadata.gz: 6ad4dbce404ff2b6e3cb46beee4f17a099353cd6c3a0b33f565044a14c5a310cf0a5b11529b7b583a107c9dd4e227526feb21a1a0405ebd8049d8970ccb0e190
7
- data.tar.gz: 15e197c5388693fc317b133cd138e586f203cffd162ba8d908133f63bb79ca8ac9a1cd788ddc96cd4a8136cd1425e05828ee7747287a5afd925aca6f734d0e8d
6
+ metadata.gz: 32a07e2b32aae8ee08af16a816ac3604cb14018246b81777379edcda7a21e258f23f4125c89c97b4eb95faab28e9cda53a42a1f1b59e7f519216c31ce1b3dcc7
7
+ data.tar.gz: d741e7dc7de4ba3e52b1dcc35fec886ddbf03d909b176eb0c54f9023e1e910aa01e8dcab1675190a457bbbe2d42f90fd4bc17cf96bcbc9ac6500c4100bfe2a2c
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.252
1
+ 1.0.253
@@ -27,7 +27,7 @@
27
27
  * `content_type` (string): Content Type header of the incoming message.
28
28
  * `http_headers` (object): HTTP Headers sent with this message.
29
29
  * `activity_log` (string): JSON Structure of the activity log.
30
- * `processing_result` (string): Result of processing. Valid values: `unable_to_find_station`, `unable_to_find_partner`, `unable_to_validate_signature`, `decrypt_fail`, `file_save_fail`, `success`
30
+ * `processing_result` (string): Result of processing.
31
31
  * `as2_to` (string): AS2 TO header of message
32
32
  * `as2_from` (string): AS2 FROM header of message
33
33
  * `message_id` (string): AS2 Message Id
@@ -23,7 +23,7 @@
23
23
  * `uuid` (string): UUID assigned to this message.
24
24
  * `http_headers` (object): HTTP Headers sent with this message.
25
25
  * `activity_log` (string): JSON Structure of the activity log.
26
- * `processing_result` (string): Result of processing. Valid values: `send_failed`, `send_success`, `send_no_mdn`
26
+ * `processing_result` (string): Result of processing.
27
27
  * `mic` (string): AS2 Message Integrity Check
28
28
  * `message_id` (string): AS2 Message Id
29
29
  * `body_size` (string): Encrypted Payload Body Size
@@ -39,7 +39,7 @@ module Files
39
39
  @attributes[:activity_log]
40
40
  end
41
41
 
42
- # string - Result of processing. Valid values: `unable_to_find_station`, `unable_to_find_partner`, `unable_to_validate_signature`, `decrypt_fail`, `file_save_fail`, `success`
42
+ # string - Result of processing.
43
43
  def processing_result
44
44
  @attributes[:processing_result]
45
45
  end
@@ -34,7 +34,7 @@ module Files
34
34
  @attributes[:activity_log]
35
35
  end
36
36
 
37
- # string - Result of processing. Valid values: `send_failed`, `send_success`, `send_no_mdn`
37
+ # string - Result of processing.
38
38
  def processing_result
39
39
  @attributes[:processing_result]
40
40
  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.0.252
4
+ version: 1.0.253
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-29 00:00:00.000000000 Z
11
+ date: 2022-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable