files.com 1.0.263 → 1.0.266

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: 415f60c947b24e213dcab7b7f18bd802868b723e6d2399f40263079f47e5fbf7
4
- data.tar.gz: b8420a20451e8e08dab0381acbc72180620b768638f95f0dc86f1efcad6a1c32
3
+ metadata.gz: 5bd932a4a99b7a21dabc37284ec0b6ca86718bf48471b1f4589fe2c3be428227
4
+ data.tar.gz: e86ec191784d246cbdb5416a1be455cd5e4dae7b0a956085cfa3ea2454928533
5
5
  SHA512:
6
- metadata.gz: 0ce056ebf1594d115ae3f1eac0f53ccbc3148423ffbfaeb8bfe17216eefc5be03d6608d43d0d5e0da389e7fe9beadf3fe294423374be28d45904c2506cc7b3d0
7
- data.tar.gz: c5e10ff72b9614ad58b6f3385f47e530230dbd209a1538061ca6ac62a31db0000f731560b5d7141588a51b5c6622c02cdb82646c5b9eb6396ad7c236a76905e9
6
+ metadata.gz: 5f7934c41f9230fd424124c21243e64e5278ee4cc7e140cb9a5a0d84aae89e4e7d08b0aae99bdec62914972cd1b65a4310ca164a21cde6f77a065d54c0433754
7
+ data.tar.gz: dae557542afe50ab516011f5da15551d555f1fb86232ef5add8d7cf8bd51e8cecbb6c6fd8908dc7d0f4dc2d58d813d2857bb3efeb86977b2019ce829afe4608a
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.263
1
+ 1.0.266
@@ -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/notification.md CHANGED
@@ -12,6 +12,7 @@
12
12
  "notify_on_copy": true,
13
13
  "recursive": true,
14
14
  "send_interval": "fifteen_minutes",
15
+ "message": "custom notification email message",
15
16
  "unsubscribed": true,
16
17
  "unsubscribed_reason": "",
17
18
  "user_id": 1,
@@ -28,6 +29,7 @@
28
29
  * `notify_on_copy` (boolean): Triggers notification when moving or copying files to this path
29
30
  * `recursive` (boolean): Enable notifications for each subfolder in this path
30
31
  * `send_interval` (string): The time interval that notifications are aggregated to
32
+ * `message` (string): Custom message to include in notification emails.
31
33
  * `unsubscribed` (boolean): Is the user unsubscribed from this notification?
32
34
  * `unsubscribed_reason` (string): The reason that the user unsubscribed
33
35
  * `user_id` (int64): Notification user ID
@@ -89,6 +91,7 @@ Files::Notification.create(
89
91
  notify_user_actions: true,
90
92
  recursive: true,
91
93
  send_interval: "daily",
94
+ message: "custom notification email message",
92
95
  group_id: 1,
93
96
  username: "User"
94
97
  )
@@ -101,6 +104,7 @@ Files::Notification.create(
101
104
  * `notify_user_actions` (boolean): If `true` actions initiated by the user will still result in a notification
102
105
  * `recursive` (boolean): If `true`, enable notifications for each subfolder in this path
103
106
  * `send_interval` (string): The time interval that notifications are aggregated by. Can be `five_minutes`, `fifteen_minutes`, `hourly`, or `daily`.
107
+ * `message` (string): Custom message to include in notification emails.
104
108
  * `group_id` (int64): The ID of the group to notify. Provide `user_id`, `username` or `group_id`.
105
109
  * `path` (string): Path
106
110
  * `username` (string): The username of the user to notify. Provide `user_id`, `username` or `group_id`.
@@ -115,7 +119,8 @@ Files::Notification.update(id,
115
119
  notify_on_copy: true,
116
120
  notify_user_actions: true,
117
121
  recursive: true,
118
- send_interval: "daily"
122
+ send_interval: "daily",
123
+ message: "custom notification email message"
119
124
  )
120
125
  ```
121
126
 
@@ -126,6 +131,7 @@ Files::Notification.update(id,
126
131
  * `notify_user_actions` (boolean): If `true` actions initiated by the user will still result in a notification
127
132
  * `recursive` (boolean): If `true`, enable notifications for each subfolder in this path
128
133
  * `send_interval` (string): The time interval that notifications are aggregated by. Can be `five_minutes`, `fifteen_minutes`, `hourly`, or `daily`.
134
+ * `message` (string): Custom message to include in notification emails.
129
135
 
130
136
 
131
137
  ---
@@ -152,7 +158,8 @@ notification.update(
152
158
  notify_on_copy: true,
153
159
  notify_user_actions: true,
154
160
  recursive: true,
155
- send_interval: "daily"
161
+ send_interval: "daily",
162
+ message: "custom notification email message"
156
163
  )
157
164
  ```
158
165
 
@@ -163,6 +170,7 @@ notification.update(
163
170
  * `notify_user_actions` (boolean): If `true` actions initiated by the user will still result in a notification
164
171
  * `recursive` (boolean): If `true`, enable notifications for each subfolder in this path
165
172
  * `send_interval` (string): The time interval that notifications are aggregated by. Can be `five_minutes`, `fifteen_minutes`, `hourly`, or `daily`.
173
+ * `message` (string): Custom message to include in notification emails.
166
174
 
167
175
 
168
176
  ---
@@ -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]
@@ -81,6 +81,15 @@ module Files
81
81
  @attributes[:send_interval] = value
82
82
  end
83
83
 
84
+ # string - Custom message to include in notification emails.
85
+ def message
86
+ @attributes[:message]
87
+ end
88
+
89
+ def message=(value)
90
+ @attributes[:message] = value
91
+ end
92
+
84
93
  # boolean - Is the user unsubscribed from this notification?
85
94
  def unsubscribed
86
95
  @attributes[:unsubscribed]
@@ -131,12 +140,14 @@ module Files
131
140
  # notify_user_actions - boolean - If `true` actions initiated by the user will still result in a notification
132
141
  # recursive - boolean - If `true`, enable notifications for each subfolder in this path
133
142
  # send_interval - string - The time interval that notifications are aggregated by. Can be `five_minutes`, `fifteen_minutes`, `hourly`, or `daily`.
143
+ # message - string - Custom message to include in notification emails.
134
144
  def update(params = {})
135
145
  params ||= {}
136
146
  params[:id] = @attributes[:id]
137
147
  raise MissingParameterError.new("Current object doesn't have a id") unless @attributes[:id]
138
148
  raise InvalidParameterError.new("Bad parameter: id must be an Integer") if params.dig(:id) and !params.dig(:id).is_a?(Integer)
139
149
  raise InvalidParameterError.new("Bad parameter: send_interval must be an String") if params.dig(:send_interval) and !params.dig(:send_interval).is_a?(String)
150
+ raise InvalidParameterError.new("Bad parameter: message must be an String") if params.dig(:message) and !params.dig(:message).is_a?(String)
140
151
  raise MissingParameterError.new("Parameter missing: id") unless params.dig(:id)
141
152
 
142
153
  Api.send_request("/notifications/#{@attributes[:id]}", :patch, params, @options)
@@ -224,12 +235,14 @@ module Files
224
235
  # notify_user_actions - boolean - If `true` actions initiated by the user will still result in a notification
225
236
  # recursive - boolean - If `true`, enable notifications for each subfolder in this path
226
237
  # send_interval - string - The time interval that notifications are aggregated by. Can be `five_minutes`, `fifteen_minutes`, `hourly`, or `daily`.
238
+ # message - string - Custom message to include in notification emails.
227
239
  # group_id - int64 - The ID of the group to notify. Provide `user_id`, `username` or `group_id`.
228
240
  # path - string - Path
229
241
  # username - string - The username of the user to notify. Provide `user_id`, `username` or `group_id`.
230
242
  def self.create(params = {}, options = {})
231
243
  raise InvalidParameterError.new("Bad parameter: user_id must be an Integer") if params.dig(:user_id) and !params.dig(:user_id).is_a?(Integer)
232
244
  raise InvalidParameterError.new("Bad parameter: send_interval must be an String") if params.dig(:send_interval) and !params.dig(:send_interval).is_a?(String)
245
+ raise InvalidParameterError.new("Bad parameter: message must be an String") if params.dig(:message) and !params.dig(:message).is_a?(String)
233
246
  raise InvalidParameterError.new("Bad parameter: group_id must be an Integer") if params.dig(:group_id) and !params.dig(:group_id).is_a?(Integer)
234
247
  raise InvalidParameterError.new("Bad parameter: path must be an String") if params.dig(:path) and !params.dig(:path).is_a?(String)
235
248
  raise InvalidParameterError.new("Bad parameter: username must be an String") if params.dig(:username) and !params.dig(:username).is_a?(String)
@@ -243,11 +256,13 @@ module Files
243
256
  # notify_user_actions - boolean - If `true` actions initiated by the user will still result in a notification
244
257
  # recursive - boolean - If `true`, enable notifications for each subfolder in this path
245
258
  # send_interval - string - The time interval that notifications are aggregated by. Can be `five_minutes`, `fifteen_minutes`, `hourly`, or `daily`.
259
+ # message - string - Custom message to include in notification emails.
246
260
  def self.update(id, params = {}, options = {})
247
261
  params ||= {}
248
262
  params[:id] = id
249
263
  raise InvalidParameterError.new("Bad parameter: id must be an Integer") if params.dig(:id) and !params.dig(:id).is_a?(Integer)
250
264
  raise InvalidParameterError.new("Bad parameter: send_interval must be an String") if params.dig(:send_interval) and !params.dig(:send_interval).is_a?(String)
265
+ raise InvalidParameterError.new("Bad parameter: message must be an String") if params.dig(:message) and !params.dig(:message).is_a?(String)
251
266
  raise MissingParameterError.new("Parameter missing: id") unless params.dig(:id)
252
267
 
253
268
  response, options = Api.send_request("/notifications/#{params[:id]}", :patch, params, options)
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.263
4
+ version: 1.0.266
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-27 00:00:00.000000000 Z
11
+ date: 2022-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable