files.com 1.0.255 → 1.0.258

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: d1052dbfdcdc10cd5ad4292709fd702ec58b39aa8d201b44fdac02ec00e90d80
4
- data.tar.gz: 1d4137b4e1813aa2182aa2ed2c5b0a9b9c8be36face51277adb06270e7c47d84
3
+ metadata.gz: 18b92bf956be10d0f011e3f46d887b244e7d649628b1d85c12bb6c8ffe13161e
4
+ data.tar.gz: a2f64c8ddaba1dfe7ed9f17a179a3aff9488c89316f99e99f1bd3684509bceb5
5
5
  SHA512:
6
- metadata.gz: cb78b76f70cccf4929ac7ddfcd60413fd31098ed1170d7ab878087658e8b653333de165ab9b99f8fdc6e3faf2ed37c11c7a85885762c263135250e3aa9c700bd
7
- data.tar.gz: 25c6297a670e1f3ca12c3c26b168bb48fae9e788a49d87bc0cd2cc2b177677c98637bbe2c14e13a89d0c8447f4fd4dd57d1dc321008048bf0f5586388a1ee98f
6
+ metadata.gz: aca29eba58c77d08b2425ae37b9889a8fa9a1fd403d9f076cefd2d07a97ec6d8a61dc9b75dc89ed35e6b211b45d18fea76cdca78e067df60c2f4d77672250f11
7
+ data.tar.gz: 9a05a2dba1217a9ef94878f11823c955b1a6494579ccddf455e95ec514f8003654504106d9df849429174d2365cd60ecb82bd6196f318fea808b36420a86dc3e
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.255
1
+ 1.0.258
@@ -6,35 +6,73 @@
6
6
  {
7
7
  "id": 1,
8
8
  "as2_partner_id": 1,
9
+ "as2_station_id": 1,
9
10
  "uuid": "",
10
11
  "content_type": "",
11
12
  "http_headers": "",
12
13
  "activity_log": "",
13
14
  "processing_result": "",
15
+ "mic": "",
16
+ "mic_algo": "",
14
17
  "as2_to": "",
15
18
  "as2_from": "",
16
19
  "message_id": "",
17
20
  "subject": "",
18
21
  "body_size": "",
19
22
  "attachment_filename": "",
20
- "created_at": "2000-01-01T01:00:00Z"
23
+ "ip": "",
24
+ "created_at": "2000-01-01T01:00:00Z",
25
+ "http_response_code": "",
26
+ "http_response_headers": "",
27
+ "recipient_serial": "",
28
+ "hex_recipient_serial": "A5:EB:C1:95:DC:D8:2B:E7",
29
+ "recipient_issuer": "",
30
+ "message_received": true,
31
+ "message_decrypted": true,
32
+ "message_signature_verified": true,
33
+ "message_processing_success": true,
34
+ "message_mdn_returned": true,
35
+ "encrypted_uri": "",
36
+ "smime_signed_uri": "",
37
+ "smime_uri": "",
38
+ "raw_uri": "",
39
+ "mdn_response_uri": ""
21
40
  }
22
41
  ```
23
42
 
24
43
  * `id` (int64): Id of the AS2 Partner.
25
44
  * `as2_partner_id` (int64): Id of the AS2 Partner associated with this message.
45
+ * `as2_station_id` (int64): Id of the AS2 Station associated with this message.
26
46
  * `uuid` (string): UUID assigned to this message.
27
47
  * `content_type` (string): Content Type header of the incoming message.
28
48
  * `http_headers` (object): HTTP Headers sent with this message.
29
49
  * `activity_log` (string): JSON Structure of the activity log.
30
50
  * `processing_result` (string): Result of processing.
51
+ * `mic` (string): AS2 Message Integrity Check
52
+ * `mic_algo` (string): AS2 Message Integrity Check Algorithm Used
31
53
  * `as2_to` (string): AS2 TO header of message
32
54
  * `as2_from` (string): AS2 FROM header of message
33
55
  * `message_id` (string): AS2 Message Id
34
56
  * `subject` (string): AS2 Subject Header
35
57
  * `body_size` (string): Encrypted Payload Body Size
36
58
  * `attachment_filename` (string): Filename of the file being received.
59
+ * `ip` (string): IP Address of the Sender
37
60
  * `created_at` (date-time): Message creation date/time
61
+ * `http_response_code` (string): HTTP Response Code sent for this message
62
+ * `http_response_headers` (object): HTTP Headers sent for this message.
63
+ * `recipient_serial` (string): Incoming Message Recipient(the Client Cert used to encrypt this message)'s serial
64
+ * `hex_recipient_serial` (string): Incoming Message Recipient(the Client Cert used to encrypt this message)'s serial in hex format.
65
+ * `recipient_issuer` (string): Incoming Message Recipient(the Client Cert used to encrypt this message)'s issuer
66
+ * `message_received` (boolean): Message body received?
67
+ * `message_decrypted` (boolean): Message decrypted successfully?
68
+ * `message_signature_verified` (boolean): Message signature verified?
69
+ * `message_processing_success` (boolean): Message processed successfully?
70
+ * `message_mdn_returned` (boolean): MDN returned?
71
+ * `encrypted_uri` (string): URL to download the encrypted signed smime that is to sent as AS2 body
72
+ * `smime_signed_uri` (string): URL to download the file contents as smime with signature
73
+ * `smime_uri` (string): URL to download the file contents encoded as smime
74
+ * `raw_uri` (string): URL to download the original file contents
75
+ * `mdn_response_uri` (string): URL to download the http response body
38
76
 
39
77
 
40
78
  ---
@@ -6,29 +6,63 @@
6
6
  {
7
7
  "id": 1,
8
8
  "as2_partner_id": 1,
9
+ "as2_station_id": 1,
9
10
  "uuid": "",
10
11
  "http_headers": "",
11
12
  "activity_log": "",
12
13
  "processing_result": "",
13
14
  "mic": "",
15
+ "mic_sha_256": "",
16
+ "as2_to": "",
17
+ "as2_from": "",
14
18
  "message_id": "",
15
19
  "body_size": "",
16
20
  "attachment_filename": "",
17
- "created_at": "2000-01-01T01:00:00Z"
21
+ "created_at": "2000-01-01T01:00:00Z",
22
+ "http_response_code": "",
23
+ "http_response_headers": "",
24
+ "mdn_received": true,
25
+ "mdn_valid": true,
26
+ "mdn_signature_verified": true,
27
+ "mdn_message_id_matched": true,
28
+ "mdn_mic_matched": true,
29
+ "mdn_processing_success": true,
30
+ "raw_uri": "",
31
+ "smime_uri": "",
32
+ "smime_signed_uri": "",
33
+ "encrypted_uri": "",
34
+ "mdn_response_uri": ""
18
35
  }
19
36
  ```
20
37
 
21
38
  * `id` (int64): Id of the AS2 Partner.
22
39
  * `as2_partner_id` (int64): Id of the AS2 Partner associated with this message.
40
+ * `as2_station_id` (int64): Id of the AS2 Station associated with this message.
23
41
  * `uuid` (string): UUID assigned to this message.
24
42
  * `http_headers` (object): HTTP Headers sent with this message.
25
43
  * `activity_log` (string): JSON Structure of the activity log.
26
44
  * `processing_result` (string): Result of processing.
27
- * `mic` (string): AS2 Message Integrity Check
45
+ * `mic` (string): AS2 Message Integrity Check SHA1
46
+ * `mic_sha_256` (string): AS2 Message Integrity Check SHA256
47
+ * `as2_to` (string): AS2 TO
48
+ * `as2_from` (string): AS2 FROM
28
49
  * `message_id` (string): AS2 Message Id
29
50
  * `body_size` (string): Encrypted Payload Body Size
30
51
  * `attachment_filename` (string): Filename of the file being sent.
31
52
  * `created_at` (date-time): Message creation date/time
53
+ * `http_response_code` (string): HTTP Response Code received for this message
54
+ * `http_response_headers` (object): HTTP Headers received for this message.
55
+ * `mdn_received` (boolean): Did the partner give a response body?
56
+ * `mdn_valid` (boolean): Is the response in MDN format?
57
+ * `mdn_signature_verified` (boolean): MDN signature verified?
58
+ * `mdn_message_id_matched` (boolean): MDN message id matched?
59
+ * `mdn_mic_matched` (boolean): MDN MIC matched?
60
+ * `mdn_processing_success` (boolean): MDN disposition indicate a successful processing?
61
+ * `raw_uri` (string): URL to download the original file contents
62
+ * `smime_uri` (string): URL to download the file contents encoded as smime
63
+ * `smime_signed_uri` (string): URL to download the file contents as smime with signature
64
+ * `encrypted_uri` (string): URL to download the encrypted signed smime that is to sent as AS2 body
65
+ * `mdn_response_uri` (string): URL to download the http response body
32
66
 
33
67
 
34
68
  ---
data/docs/as2_partner.md CHANGED
@@ -9,6 +9,7 @@
9
9
  "name": "AS2 Partner Name",
10
10
  "uri": "",
11
11
  "server_certificate": "require_match",
12
+ "hex_public_certificate_serial": "A5:EB:C1:95:DC:D8:2B:E7",
12
13
  "public_certificate_md5": "",
13
14
  "public_certificate_subject": "",
14
15
  "public_certificate_issuer": "",
@@ -23,6 +24,7 @@
23
24
  * `name` (string): The partner's formal AS2 name.
24
25
  * `uri` (string): Public URI for sending AS2 message to.
25
26
  * `server_certificate` (string): Remote server certificate security setting
27
+ * `hex_public_certificate_serial` (string): Serial of public certificate used for message security in hex format.
26
28
  * `public_certificate_md5` (string): MD5 hash of public certificate used for message security.
27
29
  * `public_certificate_subject` (string): Subject of public certificate used for message security.
28
30
  * `public_certificate_issuer` (string): Issuer of public certificate used for message security.
data/docs/as2_station.md CHANGED
@@ -8,6 +8,7 @@
8
8
  "name": "AS2 Station Name",
9
9
  "uri": "",
10
10
  "domain": "domain.test",
11
+ "hex_public_certificate_serial": "A5:EB:C1:95:DC:D8:2B:E7",
11
12
  "public_certificate_md5": "",
12
13
  "private_key_md5": "",
13
14
  "public_certificate_subject": "",
@@ -23,6 +24,7 @@
23
24
  * `name` (string): The station's formal AS2 name.
24
25
  * `uri` (string): Public URI for sending AS2 message to.
25
26
  * `domain` (string): The station's AS2 domain name.
27
+ * `hex_public_certificate_serial` (string): Serial of public certificate used for message security in hex format.
26
28
  * `public_certificate_md5` (string): MD5 hash of public certificate used for message security.
27
29
  * `private_key_md5` (string): MD5 hash of private key used for message security.
28
30
  * `public_certificate_subject` (string): Subject of public certificate used for message security.
data/docs/automation.md CHANGED
@@ -6,6 +6,7 @@
6
6
  {
7
7
  "id": 1,
8
8
  "automation": "create_folder",
9
+ "disabled": true,
9
10
  "trigger": "realtime",
10
11
  "interval": "week",
11
12
  "name": "",
@@ -46,6 +47,7 @@
46
47
 
47
48
  * `id` (int64): Automation ID
48
49
  * `automation` (string): Automation type
50
+ * `disabled` (boolean): If true, this automation will not run.
49
51
  * `trigger` (string): How this automation is triggered to run. One of: `realtime`, `daily`, `custom_schedule`, `webhook`, `email`, or `action`.
50
52
  * `interval` (string): If trigger is `daily`, this specifies how often to run this automation. One of: `day`, `week`, `week_end`, `month`, `month_end`, `quarter`, `quarter_end`, `year`, `year_end`
51
53
  * `name` (string): Name for this automation.
@@ -116,6 +118,7 @@ Files::Automation.create(
116
118
  user_ids: [1,2],
117
119
  group_ids: [1,2],
118
120
  schedule: "{\"days_of_week\": [ 0, 1, 3 ], \"times_of_day\": [ \"7:30\", \"11:30\" ], \"time_zone\": \"Eastern Time (US & Canada)\"}",
121
+ disabled: true,
119
122
  trigger: "realtime",
120
123
  trigger_actions: "[ \"create\" ]",
121
124
  value: "{\"limit\": \"1\"}"
@@ -136,6 +139,7 @@ Files::Automation.create(
136
139
  * `group_ids` (string): A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
137
140
  * `schedule` (object): Custom schedule for running this automation.
138
141
  * `description` (string): Description for the this Automation.
142
+ * `disabled` (boolean): If true, this automation will not run.
139
143
  * `name` (string): Name for this automation.
140
144
  * `trigger` (string): How this automation is triggered to run. One of: `realtime`, `daily`, `custom_schedule`, `webhook`, `email`, or `action`.
141
145
  * `trigger_actions` (array(string)): If trigger is `action`, this is the list of action types on which to trigger the automation. Valid actions are create, read, update, destroy, move, copy
@@ -155,6 +159,7 @@ Files::Automation.update(id,
155
159
  user_ids: [1,2],
156
160
  group_ids: [1,2],
157
161
  schedule: "{\"days_of_week\": [ 0, 1, 3 ], \"times_of_day\": [ \"7:30\", \"11:30\" ], \"time_zone\": \"Eastern Time (US & Canada)\"}",
162
+ disabled: true,
158
163
  trigger: "realtime",
159
164
  trigger_actions: "[ \"create\" ]",
160
165
  value: "{\"limit\": \"1\"}"
@@ -176,6 +181,7 @@ Files::Automation.update(id,
176
181
  * `group_ids` (string): A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
177
182
  * `schedule` (object): Custom schedule for running this automation.
178
183
  * `description` (string): Description for the this Automation.
184
+ * `disabled` (boolean): If true, this automation will not run.
179
185
  * `name` (string): Name for this automation.
180
186
  * `trigger` (string): How this automation is triggered to run. One of: `realtime`, `daily`, `custom_schedule`, `webhook`, `email`, or `action`.
181
187
  * `trigger_actions` (array(string)): If trigger is `action`, this is the list of action types on which to trigger the automation. Valid actions are create, read, update, destroy, move, copy
@@ -210,6 +216,7 @@ automation.update(
210
216
  user_ids: [1,2],
211
217
  group_ids: [1,2],
212
218
  schedule: "{\"days_of_week\": [ 0, 1, 3 ], \"times_of_day\": [ \"7:30\", \"11:30\" ], \"time_zone\": \"Eastern Time (US & Canada)\"}",
219
+ disabled: true,
213
220
  trigger: "realtime",
214
221
  trigger_actions: "[ \"create\" ]",
215
222
  value: "{\"limit\": \"1\"}"
@@ -231,6 +238,7 @@ automation.update(
231
238
  * `group_ids` (string): A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
232
239
  * `schedule` (object): Custom schedule for running this automation.
233
240
  * `description` (string): Description for the this Automation.
241
+ * `disabled` (boolean): If true, this automation will not run.
234
242
  * `name` (string): Name for this automation.
235
243
  * `trigger` (string): How this automation is triggered to run. One of: `realtime`, `daily`, `custom_schedule`, `webhook`, `email`, or `action`.
236
244
  * `trigger_actions` (array(string)): If trigger is `action`, this is the list of action types on which to trigger the automation. Valid actions are create, read, update, destroy, move, copy
@@ -19,6 +19,11 @@ module Files
19
19
  @attributes[:as2_partner_id]
20
20
  end
21
21
 
22
+ # int64 - Id of the AS2 Station associated with this message.
23
+ def as2_station_id
24
+ @attributes[:as2_station_id]
25
+ end
26
+
22
27
  # string - UUID assigned to this message.
23
28
  def uuid
24
29
  @attributes[:uuid]
@@ -44,6 +49,16 @@ module Files
44
49
  @attributes[:processing_result]
45
50
  end
46
51
 
52
+ # string - AS2 Message Integrity Check
53
+ def mic
54
+ @attributes[:mic]
55
+ end
56
+
57
+ # string - AS2 Message Integrity Check Algorithm Used
58
+ def mic_algo
59
+ @attributes[:mic_algo]
60
+ end
61
+
47
62
  # string - AS2 TO header of message
48
63
  def as2_to
49
64
  @attributes[:as2_to]
@@ -74,11 +89,91 @@ module Files
74
89
  @attributes[:attachment_filename]
75
90
  end
76
91
 
92
+ # string - IP Address of the Sender
93
+ def ip
94
+ @attributes[:ip]
95
+ end
96
+
77
97
  # date-time - Message creation date/time
78
98
  def created_at
79
99
  @attributes[:created_at]
80
100
  end
81
101
 
102
+ # string - HTTP Response Code sent for this message
103
+ def http_response_code
104
+ @attributes[:http_response_code]
105
+ end
106
+
107
+ # object - HTTP Headers sent for this message.
108
+ def http_response_headers
109
+ @attributes[:http_response_headers]
110
+ end
111
+
112
+ # string - Incoming Message Recipient(the Client Cert used to encrypt this message)'s serial
113
+ def recipient_serial
114
+ @attributes[:recipient_serial]
115
+ end
116
+
117
+ # string - Incoming Message Recipient(the Client Cert used to encrypt this message)'s serial in hex format.
118
+ def hex_recipient_serial
119
+ @attributes[:hex_recipient_serial]
120
+ end
121
+
122
+ # string - Incoming Message Recipient(the Client Cert used to encrypt this message)'s issuer
123
+ def recipient_issuer
124
+ @attributes[:recipient_issuer]
125
+ end
126
+
127
+ # boolean - Message body received?
128
+ def message_received
129
+ @attributes[:message_received]
130
+ end
131
+
132
+ # boolean - Message decrypted successfully?
133
+ def message_decrypted
134
+ @attributes[:message_decrypted]
135
+ end
136
+
137
+ # boolean - Message signature verified?
138
+ def message_signature_verified
139
+ @attributes[:message_signature_verified]
140
+ end
141
+
142
+ # boolean - Message processed successfully?
143
+ def message_processing_success
144
+ @attributes[:message_processing_success]
145
+ end
146
+
147
+ # boolean - MDN returned?
148
+ def message_mdn_returned
149
+ @attributes[:message_mdn_returned]
150
+ end
151
+
152
+ # string - URL to download the encrypted signed smime that is to sent as AS2 body
153
+ def encrypted_uri
154
+ @attributes[:encrypted_uri]
155
+ end
156
+
157
+ # string - URL to download the file contents as smime with signature
158
+ def smime_signed_uri
159
+ @attributes[:smime_signed_uri]
160
+ end
161
+
162
+ # string - URL to download the file contents encoded as smime
163
+ def smime_uri
164
+ @attributes[:smime_uri]
165
+ end
166
+
167
+ # string - URL to download the original file contents
168
+ def raw_uri
169
+ @attributes[:raw_uri]
170
+ end
171
+
172
+ # string - URL to download the http response body
173
+ def mdn_response_uri
174
+ @attributes[:mdn_response_uri]
175
+ end
176
+
82
177
  # Parameters:
83
178
  # cursor - string - Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
84
179
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
@@ -19,6 +19,11 @@ module Files
19
19
  @attributes[:as2_partner_id]
20
20
  end
21
21
 
22
+ # int64 - Id of the AS2 Station associated with this message.
23
+ def as2_station_id
24
+ @attributes[:as2_station_id]
25
+ end
26
+
22
27
  # string - UUID assigned to this message.
23
28
  def uuid
24
29
  @attributes[:uuid]
@@ -39,11 +44,26 @@ module Files
39
44
  @attributes[:processing_result]
40
45
  end
41
46
 
42
- # string - AS2 Message Integrity Check
47
+ # string - AS2 Message Integrity Check SHA1
43
48
  def mic
44
49
  @attributes[:mic]
45
50
  end
46
51
 
52
+ # string - AS2 Message Integrity Check SHA256
53
+ def mic_sha_256
54
+ @attributes[:mic_sha_256]
55
+ end
56
+
57
+ # string - AS2 TO
58
+ def as2_to
59
+ @attributes[:as2_to]
60
+ end
61
+
62
+ # string - AS2 FROM
63
+ def as2_from
64
+ @attributes[:as2_from]
65
+ end
66
+
47
67
  # string - AS2 Message Id
48
68
  def message_id
49
69
  @attributes[:message_id]
@@ -64,6 +84,71 @@ module Files
64
84
  @attributes[:created_at]
65
85
  end
66
86
 
87
+ # string - HTTP Response Code received for this message
88
+ def http_response_code
89
+ @attributes[:http_response_code]
90
+ end
91
+
92
+ # object - HTTP Headers received for this message.
93
+ def http_response_headers
94
+ @attributes[:http_response_headers]
95
+ end
96
+
97
+ # boolean - Did the partner give a response body?
98
+ def mdn_received
99
+ @attributes[:mdn_received]
100
+ end
101
+
102
+ # boolean - Is the response in MDN format?
103
+ def mdn_valid
104
+ @attributes[:mdn_valid]
105
+ end
106
+
107
+ # boolean - MDN signature verified?
108
+ def mdn_signature_verified
109
+ @attributes[:mdn_signature_verified]
110
+ end
111
+
112
+ # boolean - MDN message id matched?
113
+ def mdn_message_id_matched
114
+ @attributes[:mdn_message_id_matched]
115
+ end
116
+
117
+ # boolean - MDN MIC matched?
118
+ def mdn_mic_matched
119
+ @attributes[:mdn_mic_matched]
120
+ end
121
+
122
+ # boolean - MDN disposition indicate a successful processing?
123
+ def mdn_processing_success
124
+ @attributes[:mdn_processing_success]
125
+ end
126
+
127
+ # string - URL to download the original file contents
128
+ def raw_uri
129
+ @attributes[:raw_uri]
130
+ end
131
+
132
+ # string - URL to download the file contents encoded as smime
133
+ def smime_uri
134
+ @attributes[:smime_uri]
135
+ end
136
+
137
+ # string - URL to download the file contents as smime with signature
138
+ def smime_signed_uri
139
+ @attributes[:smime_signed_uri]
140
+ end
141
+
142
+ # string - URL to download the encrypted signed smime that is to sent as AS2 body
143
+ def encrypted_uri
144
+ @attributes[:encrypted_uri]
145
+ end
146
+
147
+ # string - URL to download the http response body
148
+ def mdn_response_uri
149
+ @attributes[:mdn_response_uri]
150
+ end
151
+
67
152
  # Parameters:
68
153
  # cursor - string - Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
69
154
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
@@ -54,6 +54,15 @@ module Files
54
54
  @attributes[:server_certificate] = value
55
55
  end
56
56
 
57
+ # string - Serial of public certificate used for message security in hex format.
58
+ def hex_public_certificate_serial
59
+ @attributes[:hex_public_certificate_serial]
60
+ end
61
+
62
+ def hex_public_certificate_serial=(value)
63
+ @attributes[:hex_public_certificate_serial] = value
64
+ end
65
+
57
66
  # string - MD5 hash of public certificate used for message security.
58
67
  def public_certificate_md5
59
68
  @attributes[:public_certificate_md5]
@@ -45,6 +45,15 @@ module Files
45
45
  @attributes[:domain] = value
46
46
  end
47
47
 
48
+ # string - Serial of public certificate used for message security in hex format.
49
+ def hex_public_certificate_serial
50
+ @attributes[:hex_public_certificate_serial]
51
+ end
52
+
53
+ def hex_public_certificate_serial=(value)
54
+ @attributes[:hex_public_certificate_serial] = value
55
+ end
56
+
48
57
  # string - MD5 hash of public certificate used for message security.
49
58
  def public_certificate_md5
50
59
  @attributes[:public_certificate_md5]
@@ -27,6 +27,15 @@ module Files
27
27
  @attributes[:automation] = value
28
28
  end
29
29
 
30
+ # boolean - If true, this automation will not run.
31
+ def disabled
32
+ @attributes[:disabled]
33
+ end
34
+
35
+ def disabled=(value)
36
+ @attributes[:disabled] = value
37
+ end
38
+
30
39
  # string - How this automation is triggered to run. One of: `realtime`, `daily`, `custom_schedule`, `webhook`, `email`, or `action`.
31
40
  def trigger
32
41
  @attributes[:trigger]
@@ -193,6 +202,7 @@ module Files
193
202
  # group_ids - string - A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
194
203
  # schedule - object - Custom schedule for running this automation.
195
204
  # description - string - Description for the this Automation.
205
+ # disabled - boolean - If true, this automation will not run.
196
206
  # name - string - Name for this automation.
197
207
  # trigger - string - How this automation is triggered to run. One of: `realtime`, `daily`, `custom_schedule`, `webhook`, `email`, or `action`.
198
208
  # trigger_actions - array(string) - If trigger is `action`, this is the list of action types on which to trigger the automation. Valid actions are create, read, update, destroy, move, copy
@@ -306,6 +316,7 @@ module Files
306
316
  # group_ids - string - A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
307
317
  # schedule - object - Custom schedule for running this automation.
308
318
  # description - string - Description for the this Automation.
319
+ # disabled - boolean - If true, this automation will not run.
309
320
  # name - string - Name for this automation.
310
321
  # trigger - string - How this automation is triggered to run. One of: `realtime`, `daily`, `custom_schedule`, `webhook`, `email`, or `action`.
311
322
  # trigger_actions - array(string) - If trigger is `action`, this is the list of action types on which to trigger the automation. Valid actions are create, read, update, destroy, move, copy
@@ -346,6 +357,7 @@ module Files
346
357
  # group_ids - string - A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
347
358
  # schedule - object - Custom schedule for running this automation.
348
359
  # description - string - Description for the this Automation.
360
+ # disabled - boolean - If true, this automation will not run.
349
361
  # name - string - Name for this automation.
350
362
  # trigger - string - How this automation is triggered to run. One of: `realtime`, `daily`, `custom_schedule`, `webhook`, `email`, or `action`.
351
363
  # trigger_actions - array(string) - If trigger is `action`, this is the list of action types on which to trigger the automation. Valid actions are create, read, update, destroy, move, copy
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.255
4
+ version: 1.0.258
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-03 00:00:00.000000000 Z
11
+ date: 2022-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable