files.com 1.0.170 → 1.0.171

Sign up to get free protection for your applications and to get access to all the features.
package/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.170
1
+ 1.0.171
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "files.com",
3
- "version": "1.0.170",
3
+ "version": "1.0.171",
4
4
  "description": "Files.com SDK for JavaScript",
5
5
  "keywords": [
6
6
  "files.com",
@@ -40,7 +40,7 @@ class As2IncomingMessage {
40
40
  // string # JSON Structure of the activity log.
41
41
  getActivityLog = () => this.attributes.activity_log
42
42
 
43
- // string # Result of processing. Valid values: `unable_to_find_station`, `unable_to_find_partner`, `unable_to_validate_signature`, `decrypt_fail`, `file_save_fail`, `success`
43
+ // string # Result of processing.
44
44
  getProcessingResult = () => this.attributes.processing_result
45
45
 
46
46
  // string # AS2 TO header of message
@@ -37,7 +37,7 @@ class As2OutgoingMessage {
37
37
  // string # JSON Structure of the activity log.
38
38
  getActivityLog = () => this.attributes.activity_log
39
39
 
40
- // string # Result of processing. Valid values: `send_failed`, `send_success`, `send_no_mdn`
40
+ // string # Result of processing.
41
41
  getProcessingResult = () => this.attributes.processing_result
42
42
 
43
43
  // string # AS2 Message Integrity Check