files.com 1.0.262 → 1.0.265

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: f4f6ab56e4015c5b9666c3ed15e07ef511d6502d308d9105001992ffcad820f0
4
- data.tar.gz: 40aac200d2f0d37df064e28883cd65e7927f9887a1611d76e1c80e9f5c55bfba
3
+ metadata.gz: db72f97f5c50d45af1ba2ffda8089503e3f2dc3f0cb441208851be1a81c87916
4
+ data.tar.gz: 35471750be051ca7abd9d92c8ba6ddc5a04e7f2a4345cf7cd94d829d732e5c6c
5
5
  SHA512:
6
- metadata.gz: 2a3663323fea63e3f354905571362f9205072d948f7fd4bdb85730f6dbd083a57ef7478ad3e83e53f7b7f48876e4e9a7376fa6f495a3968305f1eac7218c244e
7
- data.tar.gz: e2e94f372c2f28c56d6147ac53cdf191e5f7a6946c0ba07170b6c4b98b3c53daea45118c0c3064041d789f226c4559828352ee11a9e1e6eac6df5f0fdc2cff06
6
+ metadata.gz: 79af182d5bb3fcfe9dbb26201d339764373cb122f9d9382d55a9662c9ddf7365152dd3c8b3f7fc09fa2eb22100d507e5755940652f4afa65da176aaf0125dfb3
7
+ data.tar.gz: ddab423f75b5646667543a0e3d0a47f02ce4dcb0ad990e4f59d78ef7a343b9fb8b9c5355e6993fdd459f910802f6bcb7e235fe67da5605f5061d1e23cbe52fae
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.262
1
+ 1.0.265
@@ -12,6 +12,7 @@
12
12
  "http_headers": "",
13
13
  "activity_log": "",
14
14
  "processing_result": "",
15
+ "processing_result_description": "",
15
16
  "mic": "",
16
17
  "mic_algo": "",
17
18
  "as2_to": "",
@@ -49,6 +50,7 @@
49
50
  * `http_headers` (object): HTTP Headers sent with this message.
50
51
  * `activity_log` (string): JSON Structure of the activity log.
51
52
  * `processing_result` (string): Result of processing.
53
+ * `processing_result_description` (string): Result of processing description.
52
54
  * `mic` (string): AS2 Message Integrity Check
53
55
  * `mic_algo` (string): AS2 Message Integrity Check Algorithm Used
54
56
  * `as2_to` (string): AS2 TO header of message
@@ -11,6 +11,7 @@
11
11
  "http_headers": "",
12
12
  "activity_log": "",
13
13
  "processing_result": "",
14
+ "processing_result_description": "",
14
15
  "mic": "",
15
16
  "mic_sha_256": "",
16
17
  "as2_to": "",
@@ -22,6 +23,7 @@
22
23
  "created_at": "2000-01-01T01:00:00Z",
23
24
  "http_response_code": "",
24
25
  "http_response_headers": "",
26
+ "http_transmission_duration": 1.0,
25
27
  "mdn_received": true,
26
28
  "mdn_valid": true,
27
29
  "mdn_signature_verified": true,
@@ -43,6 +45,7 @@
43
45
  * `http_headers` (object): HTTP Headers sent with this message.
44
46
  * `activity_log` (string): JSON Structure of the activity log.
45
47
  * `processing_result` (string): Result of processing.
48
+ * `processing_result_description` (string): Result of processing description.
46
49
  * `mic` (string): AS2 Message Integrity Check SHA1
47
50
  * `mic_sha_256` (string): AS2 Message Integrity Check SHA256
48
51
  * `as2_to` (string): AS2 TO
@@ -54,6 +57,7 @@
54
57
  * `created_at` (date-time): Message creation date/time
55
58
  * `http_response_code` (string): HTTP Response Code received for this message
56
59
  * `http_response_headers` (object): HTTP Headers received for this message.
60
+ * `http_transmission_duration` (double): HTTP transmission duration in seceonds
57
61
  * `mdn_received` (boolean): Did the partner give a response body?
58
62
  * `mdn_valid` (boolean): Is the response in MDN format?
59
63
  * `mdn_signature_verified` (boolean): MDN signature verified?
data/docs/session.md CHANGED
@@ -6,47 +6,15 @@
6
6
  {
7
7
  "id": "60525f92e859c4c3d74cb02fd176b1525901b525",
8
8
  "language": "en",
9
- "login_token": "@tok-randomcode",
10
- "login_token_domain": "https://mysite.files.com",
11
- "max_dir_listing_size": 1,
12
- "multiple_regions": true,
13
9
  "read_only": true,
14
- "root_path": "",
15
- "sftp_insecure_ciphers": true,
16
- "site_id": 1,
17
- "ssl_required": true,
18
- "tls_disabled": true,
19
- "two_factor_setup_needed": true,
20
- "allowed_2fa_method_sms": true,
21
- "allowed_2fa_method_totp": true,
22
- "allowed_2fa_method_u2f": true,
23
- "allowed_2fa_method_webauthn": true,
24
- "allowed_2fa_method_yubi": true,
25
- "use_provided_modified_at": true,
26
- "windows_mode_ftp": true
10
+ "sftp_insecure_ciphers": true
27
11
  }
28
12
  ```
29
13
 
30
14
  * `id` (string): Session ID
31
15
  * `language` (string): Session language
32
- * `login_token` (string): Login token. If set, this token will allow your user to log in via browser at the domain in `login_token_domain`.
33
- * `login_token_domain` (string): Domain to use with `login_token`.
34
- * `max_dir_listing_size` (int64): Maximum number of files to retrieve per folder for a directory listing. This is based on the user's plan.
35
- * `multiple_regions` (boolean): Can access multiple regions?
36
16
  * `read_only` (boolean): Is this session read only?
37
- * `root_path` (string): Initial root path to start the user's session in.
38
17
  * `sftp_insecure_ciphers` (boolean): Are insecure SFTP ciphers allowed for this user? (If this is set to true, the site administrator has signaled that it is ok to use less secure SSH ciphers for this user.)
39
- * `site_id` (int64): Site ID
40
- * `ssl_required` (boolean): Is SSL required for this user? (If so, ensure all your communications with this user use SSL.)
41
- * `tls_disabled` (boolean): Are insecure TLS versions allowed for this user? (If this is set to true, the site administrator has signaled that it is ok to use less secure TLS versions for this user.)
42
- * `two_factor_setup_needed` (boolean): If true, this user needs to add a Two Factor Authentication method before performing any further actions.
43
- * `allowed_2fa_method_sms` (boolean): Sent only if 2FA setup is needed. Is SMS two factor authentication allowed?
44
- * `allowed_2fa_method_totp` (boolean): Sent only if 2FA setup is needed. Is TOTP two factor authentication allowed?
45
- * `allowed_2fa_method_u2f` (boolean): Sent only if 2FA setup is needed. Is U2F two factor authentication allowed?
46
- * `allowed_2fa_method_webauthn` (boolean): Sent only if 2FA setup is needed. Is WebAuthn two factor authentication allowed?
47
- * `allowed_2fa_method_yubi` (boolean): Sent only if 2FA setup is needed. Is Yubikey two factor authentication allowed?
48
- * `use_provided_modified_at` (boolean): Allow the user to provide file/folder modified at dates? If false, the server will always use the current date/time.
49
- * `windows_mode_ftp` (boolean): Does this user want to use Windows line-ending emulation? (CR vs CRLF)
50
18
  * `username` (string): Username to sign in as
51
19
  * `password` (string): Password for sign in
52
20
  * `otp` (string): If this user has a 2FA device, provide its OTP or code here.
@@ -49,6 +49,11 @@ module Files
49
49
  @attributes[:processing_result]
50
50
  end
51
51
 
52
+ # string - Result of processing description.
53
+ def processing_result_description
54
+ @attributes[:processing_result_description]
55
+ end
56
+
52
57
  # string - AS2 Message Integrity Check
53
58
  def mic
54
59
  @attributes[:mic]
@@ -44,6 +44,11 @@ module Files
44
44
  @attributes[:processing_result]
45
45
  end
46
46
 
47
+ # string - Result of processing description.
48
+ def processing_result_description
49
+ @attributes[:processing_result_description]
50
+ end
51
+
47
52
  # string - AS2 Message Integrity Check SHA1
48
53
  def mic
49
54
  @attributes[:mic]
@@ -99,6 +104,11 @@ module Files
99
104
  @attributes[:http_response_headers]
100
105
  end
101
106
 
107
+ # double - HTTP transmission duration in seceonds
108
+ def http_transmission_duration
109
+ @attributes[:http_transmission_duration]
110
+ end
111
+
102
112
  # boolean - Did the partner give a response body?
103
113
  def mdn_received
104
114
  @attributes[:mdn_received]
@@ -31,42 +31,6 @@ module Files
31
31
  @attributes[:language] = value
32
32
  end
33
33
 
34
- # string - Login token. If set, this token will allow your user to log in via browser at the domain in `login_token_domain`.
35
- def login_token
36
- @attributes[:login_token]
37
- end
38
-
39
- def login_token=(value)
40
- @attributes[:login_token] = value
41
- end
42
-
43
- # string - Domain to use with `login_token`.
44
- def login_token_domain
45
- @attributes[:login_token_domain]
46
- end
47
-
48
- def login_token_domain=(value)
49
- @attributes[:login_token_domain] = value
50
- end
51
-
52
- # int64 - Maximum number of files to retrieve per folder for a directory listing. This is based on the user's plan.
53
- def max_dir_listing_size
54
- @attributes[:max_dir_listing_size]
55
- end
56
-
57
- def max_dir_listing_size=(value)
58
- @attributes[:max_dir_listing_size] = value
59
- end
60
-
61
- # boolean - Can access multiple regions?
62
- def multiple_regions
63
- @attributes[:multiple_regions]
64
- end
65
-
66
- def multiple_regions=(value)
67
- @attributes[:multiple_regions] = value
68
- end
69
-
70
34
  # boolean - Is this session read only?
71
35
  def read_only
72
36
  @attributes[:read_only]
@@ -76,15 +40,6 @@ module Files
76
40
  @attributes[:read_only] = value
77
41
  end
78
42
 
79
- # string - Initial root path to start the user's session in.
80
- def root_path
81
- @attributes[:root_path]
82
- end
83
-
84
- def root_path=(value)
85
- @attributes[:root_path] = value
86
- end
87
-
88
43
  # boolean - Are insecure SFTP ciphers allowed for this user? (If this is set to true, the site administrator has signaled that it is ok to use less secure SSH ciphers for this user.)
89
44
  def sftp_insecure_ciphers
90
45
  @attributes[:sftp_insecure_ciphers]
@@ -94,105 +49,6 @@ module Files
94
49
  @attributes[:sftp_insecure_ciphers] = value
95
50
  end
96
51
 
97
- # int64 - Site ID
98
- def site_id
99
- @attributes[:site_id]
100
- end
101
-
102
- def site_id=(value)
103
- @attributes[:site_id] = value
104
- end
105
-
106
- # boolean - Is SSL required for this user? (If so, ensure all your communications with this user use SSL.)
107
- def ssl_required
108
- @attributes[:ssl_required]
109
- end
110
-
111
- def ssl_required=(value)
112
- @attributes[:ssl_required] = value
113
- end
114
-
115
- # boolean - Are insecure TLS versions allowed for this user? (If this is set to true, the site administrator has signaled that it is ok to use less secure TLS versions for this user.)
116
- def tls_disabled
117
- @attributes[:tls_disabled]
118
- end
119
-
120
- def tls_disabled=(value)
121
- @attributes[:tls_disabled] = value
122
- end
123
-
124
- # boolean - If true, this user needs to add a Two Factor Authentication method before performing any further actions.
125
- def two_factor_setup_needed
126
- @attributes[:two_factor_setup_needed]
127
- end
128
-
129
- def two_factor_setup_needed=(value)
130
- @attributes[:two_factor_setup_needed] = value
131
- end
132
-
133
- # boolean - Sent only if 2FA setup is needed. Is SMS two factor authentication allowed?
134
- def allowed_2fa_method_sms
135
- @attributes[:allowed_2fa_method_sms]
136
- end
137
-
138
- def allowed_2fa_method_sms=(value)
139
- @attributes[:allowed_2fa_method_sms] = value
140
- end
141
-
142
- # boolean - Sent only if 2FA setup is needed. Is TOTP two factor authentication allowed?
143
- def allowed_2fa_method_totp
144
- @attributes[:allowed_2fa_method_totp]
145
- end
146
-
147
- def allowed_2fa_method_totp=(value)
148
- @attributes[:allowed_2fa_method_totp] = value
149
- end
150
-
151
- # boolean - Sent only if 2FA setup is needed. Is U2F two factor authentication allowed?
152
- def allowed_2fa_method_u2f
153
- @attributes[:allowed_2fa_method_u2f]
154
- end
155
-
156
- def allowed_2fa_method_u2f=(value)
157
- @attributes[:allowed_2fa_method_u2f] = value
158
- end
159
-
160
- # boolean - Sent only if 2FA setup is needed. Is WebAuthn two factor authentication allowed?
161
- def allowed_2fa_method_webauthn
162
- @attributes[:allowed_2fa_method_webauthn]
163
- end
164
-
165
- def allowed_2fa_method_webauthn=(value)
166
- @attributes[:allowed_2fa_method_webauthn] = value
167
- end
168
-
169
- # boolean - Sent only if 2FA setup is needed. Is Yubikey two factor authentication allowed?
170
- def allowed_2fa_method_yubi
171
- @attributes[:allowed_2fa_method_yubi]
172
- end
173
-
174
- def allowed_2fa_method_yubi=(value)
175
- @attributes[:allowed_2fa_method_yubi] = value
176
- end
177
-
178
- # boolean - Allow the user to provide file/folder modified at dates? If false, the server will always use the current date/time.
179
- def use_provided_modified_at
180
- @attributes[:use_provided_modified_at]
181
- end
182
-
183
- def use_provided_modified_at=(value)
184
- @attributes[:use_provided_modified_at] = value
185
- end
186
-
187
- # boolean - Does this user want to use Windows line-ending emulation? (CR vs CRLF)
188
- def windows_mode_ftp
189
- @attributes[:windows_mode_ftp]
190
- end
191
-
192
- def windows_mode_ftp=(value)
193
- @attributes[:windows_mode_ftp] = value
194
- end
195
-
196
52
  # string - Username to sign in as
197
53
  def username
198
54
  @attributes[:username]
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.262
4
+ version: 1.0.265
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-04-21 00:00:00.000000000 Z
11
+ date: 2022-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable