files.com 1.1.265 → 1.1.266
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 +4 -4
- data/_VERSION +1 -1
- data/docs/as2_partner.md +4 -4
- data/lib/files.com/models/as2_partner.rb +4 -4
- data/lib/files.com/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75315f7f58b76ab54809364feae9d90c2a61b67749ff329192e06422f7e6e863
|
4
|
+
data.tar.gz: e9258b7ff8f9e37c5e41d1c35c1f336c0a754612853e9c34fde93806f3b97cd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf95e6cedb6cf7c4977a5c8cf722281c9701841258f0ae90623662c6c46ab6913858beb4645ab0e8abc189031f42826c2213be78a124a0e2c24c710caf09f047
|
7
|
+
data.tar.gz: f90e18b905525adb82d5a62ee04fac98b02f6e4d8bbcf7b3203b72a486a162f07f16d0a831fc64e05544e60e5a8a834e509e5f7b7736bdcd370a417478898e67
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.266
|
data/docs/as2_partner.md
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
* `as2_station_id` (int64): ID of the AS2 Station associated with this partner.
|
31
31
|
* `name` (string): The partner's formal AS2 name.
|
32
32
|
* `uri` (string): Public URI where we will send the AS2 messages (via HTTP/HTTPS).
|
33
|
-
* `server_certificate` (string): Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS?
|
33
|
+
* `server_certificate` (string): Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS? (This only applies to Outgoing AS2 message from Files.com to a Partner.)
|
34
34
|
* `http_auth_username` (string): Username to send to server for HTTP Authentication.
|
35
35
|
* `additional_http_headers` (object): Additional HTTP Headers for outgoing message sent to this partner.
|
36
36
|
* `default_mime_type` (string): Default mime type of the file attached to the encrypted message
|
@@ -99,7 +99,7 @@ Files::As2Partner.create(
|
|
99
99
|
* `http_auth_username` (string): Username to send to server for HTTP Authentication.
|
100
100
|
* `http_auth_password` (string): Password to send to server for HTTP Authentication.
|
101
101
|
* `mdn_validation_level` (string): How should Files.com evaluate message transfer success based on a partner's MDN response? This setting does not affect MDN storage; all MDNs received from a partner are always stored. `none`: MDN is stored for informational purposes only, a successful HTTPS transfer is a successful AS2 transfer. `weak`: Inspect the MDN for MIC and Disposition only. `normal`: `weak` plus validate MDN signature matches body, `strict`: `normal` but do not allow signatures from self-signed or incorrectly purposed certificates.
|
102
|
-
* `server_certificate` (string): Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS?
|
102
|
+
* `server_certificate` (string): Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS? (This only applies to Outgoing AS2 message from Files.com to a Partner.)
|
103
103
|
* `default_mime_type` (string): Default mime type of the file attached to the encrypted message
|
104
104
|
* `additional_http_headers` (object): Additional HTTP Headers for outgoing message sent to this partner.
|
105
105
|
* `as2_station_id` (int64): Required - ID of the AS2 Station associated with this partner.
|
@@ -132,7 +132,7 @@ Files::As2Partner.update(id,
|
|
132
132
|
* `http_auth_username` (string): Username to send to server for HTTP Authentication.
|
133
133
|
* `http_auth_password` (string): Password to send to server for HTTP Authentication.
|
134
134
|
* `mdn_validation_level` (string): How should Files.com evaluate message transfer success based on a partner's MDN response? This setting does not affect MDN storage; all MDNs received from a partner are always stored. `none`: MDN is stored for informational purposes only, a successful HTTPS transfer is a successful AS2 transfer. `weak`: Inspect the MDN for MIC and Disposition only. `normal`: `weak` plus validate MDN signature matches body, `strict`: `normal` but do not allow signatures from self-signed or incorrectly purposed certificates.
|
135
|
-
* `server_certificate` (string): Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS?
|
135
|
+
* `server_certificate` (string): Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS? (This only applies to Outgoing AS2 message from Files.com to a Partner.)
|
136
136
|
* `default_mime_type` (string): Default mime type of the file attached to the encrypted message
|
137
137
|
* `additional_http_headers` (object): Additional HTTP Headers for outgoing message sent to this partner.
|
138
138
|
* `name` (string): The partner's formal AS2 name.
|
@@ -179,7 +179,7 @@ as2_partner.update(
|
|
179
179
|
* `http_auth_username` (string): Username to send to server for HTTP Authentication.
|
180
180
|
* `http_auth_password` (string): Password to send to server for HTTP Authentication.
|
181
181
|
* `mdn_validation_level` (string): How should Files.com evaluate message transfer success based on a partner's MDN response? This setting does not affect MDN storage; all MDNs received from a partner are always stored. `none`: MDN is stored for informational purposes only, a successful HTTPS transfer is a successful AS2 transfer. `weak`: Inspect the MDN for MIC and Disposition only. `normal`: `weak` plus validate MDN signature matches body, `strict`: `normal` but do not allow signatures from self-signed or incorrectly purposed certificates.
|
182
|
-
* `server_certificate` (string): Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS?
|
182
|
+
* `server_certificate` (string): Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS? (This only applies to Outgoing AS2 message from Files.com to a Partner.)
|
183
183
|
* `default_mime_type` (string): Default mime type of the file attached to the encrypted message
|
184
184
|
* `additional_http_headers` (object): Additional HTTP Headers for outgoing message sent to this partner.
|
185
185
|
* `name` (string): The partner's formal AS2 name.
|
@@ -45,7 +45,7 @@ module Files
|
|
45
45
|
@attributes[:uri] = value
|
46
46
|
end
|
47
47
|
|
48
|
-
# string - Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS?
|
48
|
+
# string - Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS? (This only applies to Outgoing AS2 message from Files.com to a Partner.)
|
49
49
|
def server_certificate
|
50
50
|
@attributes[:server_certificate]
|
51
51
|
end
|
@@ -185,7 +185,7 @@ module Files
|
|
185
185
|
# http_auth_username - string - Username to send to server for HTTP Authentication.
|
186
186
|
# http_auth_password - string - Password to send to server for HTTP Authentication.
|
187
187
|
# mdn_validation_level - string - How should Files.com evaluate message transfer success based on a partner's MDN response? This setting does not affect MDN storage; all MDNs received from a partner are always stored. `none`: MDN is stored for informational purposes only, a successful HTTPS transfer is a successful AS2 transfer. `weak`: Inspect the MDN for MIC and Disposition only. `normal`: `weak` plus validate MDN signature matches body, `strict`: `normal` but do not allow signatures from self-signed or incorrectly purposed certificates.
|
188
|
-
# server_certificate - string - Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS?
|
188
|
+
# server_certificate - string - Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS? (This only applies to Outgoing AS2 message from Files.com to a Partner.)
|
189
189
|
# default_mime_type - string - Default mime type of the file attached to the encrypted message
|
190
190
|
# additional_http_headers - object - Additional HTTP Headers for outgoing message sent to this partner.
|
191
191
|
# name - string - The partner's formal AS2 name.
|
@@ -272,7 +272,7 @@ module Files
|
|
272
272
|
# http_auth_username - string - Username to send to server for HTTP Authentication.
|
273
273
|
# http_auth_password - string - Password to send to server for HTTP Authentication.
|
274
274
|
# mdn_validation_level - string - How should Files.com evaluate message transfer success based on a partner's MDN response? This setting does not affect MDN storage; all MDNs received from a partner are always stored. `none`: MDN is stored for informational purposes only, a successful HTTPS transfer is a successful AS2 transfer. `weak`: Inspect the MDN for MIC and Disposition only. `normal`: `weak` plus validate MDN signature matches body, `strict`: `normal` but do not allow signatures from self-signed or incorrectly purposed certificates.
|
275
|
-
# server_certificate - string - Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS?
|
275
|
+
# server_certificate - string - Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS? (This only applies to Outgoing AS2 message from Files.com to a Partner.)
|
276
276
|
# default_mime_type - string - Default mime type of the file attached to the encrypted message
|
277
277
|
# additional_http_headers - object - Additional HTTP Headers for outgoing message sent to this partner.
|
278
278
|
# as2_station_id (required) - int64 - ID of the AS2 Station associated with this partner.
|
@@ -304,7 +304,7 @@ module Files
|
|
304
304
|
# http_auth_username - string - Username to send to server for HTTP Authentication.
|
305
305
|
# http_auth_password - string - Password to send to server for HTTP Authentication.
|
306
306
|
# mdn_validation_level - string - How should Files.com evaluate message transfer success based on a partner's MDN response? This setting does not affect MDN storage; all MDNs received from a partner are always stored. `none`: MDN is stored for informational purposes only, a successful HTTPS transfer is a successful AS2 transfer. `weak`: Inspect the MDN for MIC and Disposition only. `normal`: `weak` plus validate MDN signature matches body, `strict`: `normal` but do not allow signatures from self-signed or incorrectly purposed certificates.
|
307
|
-
# server_certificate - string - Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS?
|
307
|
+
# server_certificate - string - Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS? (This only applies to Outgoing AS2 message from Files.com to a Partner.)
|
308
308
|
# default_mime_type - string - Default mime type of the file attached to the encrypted message
|
309
309
|
# additional_http_headers - object - Additional HTTP Headers for outgoing message sent to this partner.
|
310
310
|
# name - string - The partner's formal AS2 name.
|
data/lib/files.com/version.rb
CHANGED