files.com 1.1.7 → 1.1.8

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: '045895df933d7ee7e70af3e54d72f8ff2a3a26c2dff685e793f3ebd7852af77b'
4
- data.tar.gz: 195b79c751211a1e8ba022f646e2b01c1e4e7454d0c181c78c1e93dffa26e92f
3
+ metadata.gz: 634811398079109501dad6280320254280ea1e5231a210904855835a3c07f258
4
+ data.tar.gz: b857c3c1dd099249b8807fbcd7c9d22a0a8da4d5ae73e8237f6ba36db1f5709d
5
5
  SHA512:
6
- metadata.gz: 3fae2012ac5edf7d114345c30009ea24e431018b5e3836e3e64d92054b7141829f0d1dee59b1120a65ea1d70650c95f895a05a3428042e38b8bb0f9d860689bc
7
- data.tar.gz: 57751fea98faea1a0c1e38bf49f92529a247b420549ad081cde7174066bd5d2f4bd6e32228722f4f4d35b58ab579083940a93ef06ee3443a39dbacc3d9cd0576
6
+ metadata.gz: 6d693375174bb125c345f32d1f96d451e3d395fe79cda4c76e19ae7b73ed467ceb4d39545a6c9483b2c2a74342192b4bf9d646255c6d9461e34215125da50dce
7
+ data.tar.gz: af25113bd716a687cb013ac994f3894d00fdc5f5bd408658528b081ba34d54672334973d1c7fe590f696df8179483b4b8fdd5718d7ce541c52e4637ff519beeb
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.7
1
+ 1.1.8
data/docs/automation.md CHANGED
@@ -5,69 +5,71 @@
5
5
  ```
6
6
  {
7
7
  "id": 1,
8
+ "always_overwrite_size_matching_files": true,
8
9
  "automation": "create_folder",
9
10
  "deleted": true,
11
+ "description": "example",
12
+ "destination_replace_from": "example",
13
+ "destination_replace_to": "example",
14
+ "destinations": [
15
+ "destination"
16
+ ],
10
17
  "disabled": true,
11
- "trigger": "daily",
18
+ "group_ids": [
19
+ 1,
20
+ 2
21
+ ],
12
22
  "interval": "week",
13
23
  "last_modified_at": "2000-01-01T01:00:00Z",
14
24
  "name": "example",
25
+ "path": "example",
26
+ "recurring_day": 25,
15
27
  "schedule": "example",
16
28
  "source": "example",
17
- "destinations": [
18
- "destination"
19
- ],
20
- "destination_replace_from": "example",
21
- "destination_replace_to": "example",
22
- "description": "example",
23
- "recurring_day": 25,
24
- "path": "example",
25
- "user_id": 1,
26
29
  "sync_ids": [
27
30
  1,
28
31
  2
29
32
  ],
30
- "user_ids": [
31
- 1,
32
- 2
33
+ "trigger_actions": [
34
+ "create"
33
35
  ],
34
- "group_ids": [
36
+ "trigger": "daily",
37
+ "user_id": 1,
38
+ "user_ids": [
35
39
  1,
36
40
  2
37
41
  ],
38
- "webhook_url": "https://app.files.com/api/webhooks/abc123",
39
- "trigger_actions": [
40
- "create"
41
- ],
42
42
  "value": {
43
43
  "limit": "1"
44
- }
44
+ },
45
+ "webhook_url": "https://app.files.com/api/webhooks/abc123"
45
46
  }
46
47
  ```
47
48
 
48
49
  * `id` (int64): Automation ID
50
+ * `always_overwrite_size_matching_files` (boolean): Ordinarily, files with identical size in the source and destination will be skipped from copy operations to prevent wasted transfer. If this flag is `true` we will overwrite the destination file always. Note that this may cause large amounts of wasted transfer usage.
49
51
  * `automation` (string): Automation type
50
52
  * `deleted` (boolean): Indicates if the automation has been deleted.
53
+ * `description` (string): Description for the this Automation.
54
+ * `destination_replace_from` (string): If set, this string in the destination path will be replaced with the value in `destination_replace_to`.
55
+ * `destination_replace_to` (string): If set, this string will replace the value `destination_replace_from` in the destination filename. You can use special patterns here.
56
+ * `destinations` (array): Destination Paths
51
57
  * `disabled` (boolean): If true, this automation will not run.
52
- * `trigger` (string): How this automation is triggered to run.
58
+ * `group_ids` (array): IDs of Groups for the Automation (i.e. who to Request File from)
53
59
  * `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`
54
60
  * `last_modified_at` (date-time): Time when automation was last modified. Does not change for name or description updates.
55
61
  * `name` (string): Name for this automation.
62
+ * `path` (string): Path on which this Automation runs. Supports globs, except on remote mounts. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
63
+ * `recurring_day` (int64): If trigger type is `daily`, this specifies a day number to run in one of the supported intervals: `week`, `month`, `quarter`, `year`.
56
64
  * `schedule` (object): If trigger is `custom_schedule`, Custom schedule description for when the automation should be run.
57
65
  * `source` (string): Source Path
58
- * `destinations` (array): Destination Paths
59
- * `destination_replace_from` (string): If set, this string in the destination path will be replaced with the value in `destination_replace_to`.
60
- * `destination_replace_to` (string): If set, this string will replace the value `destination_replace_from` in the destination filename. You can use special patterns here.
61
- * `description` (string): Description for the this Automation.
62
- * `recurring_day` (int64): If trigger type is `daily`, this specifies a day number to run in one of the supported intervals: `week`, `month`, `quarter`, `year`.
63
- * `path` (string): Path on which this Automation runs. Supports globs, except on remote mounts. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
64
- * `user_id` (int64): User ID of the Automation's creator.
65
66
  * `sync_ids` (array): IDs of remote sync folder behaviors to run by this Automation
66
- * `user_ids` (array): IDs of Users for the Automation (i.e. who to Request File from)
67
- * `group_ids` (array): IDs of Groups for the Automation (i.e. who to Request File from)
68
- * `webhook_url` (string): If trigger is `webhook`, this is the URL of the webhook to trigger the Automation.
69
67
  * `trigger_actions` (array): 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
68
+ * `trigger` (string): How this automation is triggered to run.
69
+ * `user_id` (int64): User ID of the Automation's creator.
70
+ * `user_ids` (array): IDs of Users for the Automation (i.e. who to Request File from)
70
71
  * `value` (object): A Hash of attributes specific to the automation type.
72
+ * `webhook_url` (string): If trigger is `webhook`, this is the URL of the webhook to trigger the Automation.
71
73
  * `destination` (string): DEPRECATED: Destination Path. Use `destinations` instead.
72
74
 
73
75
 
@@ -124,6 +126,7 @@ Files::Automation.create(
124
126
  user_ids: [1,2],
125
127
  group_ids: [1,2],
126
128
  schedule: {"days_of_week":[0,1,3],"times_of_day":["7:30","11:30"],"time_zone":"Eastern Time (US & Canada)"},
129
+ always_overwrite_size_matching_files: true,
127
130
  description: "example",
128
131
  disabled: true,
129
132
  name: "example",
@@ -148,6 +151,7 @@ Files::Automation.create(
148
151
  * `user_ids` (string): A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
149
152
  * `group_ids` (string): A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
150
153
  * `schedule` (object): Custom schedule for running this automation.
154
+ * `always_overwrite_size_matching_files` (boolean): Ordinarily, files with identical size in the source and destination will be skipped from copy operations to prevent wasted transfer. If this flag is `true` we will overwrite the destination file always. Note that this may cause large amounts of wasted transfer usage.
151
155
  * `description` (string): Description for the this Automation.
152
156
  * `disabled` (boolean): If true, this automation will not run.
153
157
  * `name` (string): Name for this automation.
@@ -187,6 +191,7 @@ Files::Automation.update(id,
187
191
  user_ids: [1,2],
188
192
  group_ids: [1,2],
189
193
  schedule: {"days_of_week":[0,1,3],"times_of_day":["7:30","11:30"],"time_zone":"Eastern Time (US & Canada)"},
194
+ always_overwrite_size_matching_files: true,
190
195
  description: "example",
191
196
  disabled: true,
192
197
  name: "example",
@@ -212,6 +217,7 @@ Files::Automation.update(id,
212
217
  * `user_ids` (string): A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
213
218
  * `group_ids` (string): A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
214
219
  * `schedule` (object): Custom schedule for running this automation.
220
+ * `always_overwrite_size_matching_files` (boolean): Ordinarily, files with identical size in the source and destination will be skipped from copy operations to prevent wasted transfer. If this flag is `true` we will overwrite the destination file always. Note that this may cause large amounts of wasted transfer usage.
215
221
  * `description` (string): Description for the this Automation.
216
222
  * `disabled` (boolean): If true, this automation will not run.
217
223
  * `name` (string): Name for this automation.
@@ -268,6 +274,7 @@ automation.update(
268
274
  user_ids: [1,2],
269
275
  group_ids: [1,2],
270
276
  schedule: {"days_of_week":[0,1,3],"times_of_day":["7:30","11:30"],"time_zone":"Eastern Time (US & Canada)"},
277
+ always_overwrite_size_matching_files: true,
271
278
  description: "example",
272
279
  disabled: true,
273
280
  name: "example",
@@ -293,6 +300,7 @@ automation.update(
293
300
  * `user_ids` (string): A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
294
301
  * `group_ids` (string): A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
295
302
  * `schedule` (object): Custom schedule for running this automation.
303
+ * `always_overwrite_size_matching_files` (boolean): Ordinarily, files with identical size in the source and destination will be skipped from copy operations to prevent wasted transfer. If this flag is `true` we will overwrite the destination file always. Note that this may cause large amounts of wasted transfer usage.
296
304
  * `description` (string): Description for the this Automation.
297
305
  * `disabled` (boolean): If true, this automation will not run.
298
306
  * `name` (string): Name for this automation.
@@ -18,6 +18,15 @@ module Files
18
18
  @attributes[:id] = value
19
19
  end
20
20
 
21
+ # boolean - Ordinarily, files with identical size in the source and destination will be skipped from copy operations to prevent wasted transfer. If this flag is `true` we will overwrite the destination file always. Note that this may cause large amounts of wasted transfer usage.
22
+ def always_overwrite_size_matching_files
23
+ @attributes[:always_overwrite_size_matching_files]
24
+ end
25
+
26
+ def always_overwrite_size_matching_files=(value)
27
+ @attributes[:always_overwrite_size_matching_files] = value
28
+ end
29
+
21
30
  # string - Automation type
22
31
  def automation
23
32
  @attributes[:automation]
@@ -36,6 +45,42 @@ module Files
36
45
  @attributes[:deleted] = value
37
46
  end
38
47
 
48
+ # string - Description for the this Automation.
49
+ def description
50
+ @attributes[:description]
51
+ end
52
+
53
+ def description=(value)
54
+ @attributes[:description] = value
55
+ end
56
+
57
+ # string - If set, this string in the destination path will be replaced with the value in `destination_replace_to`.
58
+ def destination_replace_from
59
+ @attributes[:destination_replace_from]
60
+ end
61
+
62
+ def destination_replace_from=(value)
63
+ @attributes[:destination_replace_from] = value
64
+ end
65
+
66
+ # string - If set, this string will replace the value `destination_replace_from` in the destination filename. You can use special patterns here.
67
+ def destination_replace_to
68
+ @attributes[:destination_replace_to]
69
+ end
70
+
71
+ def destination_replace_to=(value)
72
+ @attributes[:destination_replace_to] = value
73
+ end
74
+
75
+ # array - Destination Paths
76
+ def destinations
77
+ @attributes[:destinations]
78
+ end
79
+
80
+ def destinations=(value)
81
+ @attributes[:destinations] = value
82
+ end
83
+
39
84
  # boolean - If true, this automation will not run.
40
85
  def disabled
41
86
  @attributes[:disabled]
@@ -45,13 +90,13 @@ module Files
45
90
  @attributes[:disabled] = value
46
91
  end
47
92
 
48
- # string - How this automation is triggered to run.
49
- def trigger
50
- @attributes[:trigger]
93
+ # array - IDs of Groups for the Automation (i.e. who to Request File from)
94
+ def group_ids
95
+ @attributes[:group_ids]
51
96
  end
52
97
 
53
- def trigger=(value)
54
- @attributes[:trigger] = value
98
+ def group_ids=(value)
99
+ @attributes[:group_ids] = value
55
100
  end
56
101
 
57
102
  # 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`
@@ -81,6 +126,24 @@ module Files
81
126
  @attributes[:name] = value
82
127
  end
83
128
 
129
+ # string - Path on which this Automation runs. Supports globs, except on remote mounts. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
130
+ def path
131
+ @attributes[:path]
132
+ end
133
+
134
+ def path=(value)
135
+ @attributes[:path] = value
136
+ end
137
+
138
+ # int64 - If trigger type is `daily`, this specifies a day number to run in one of the supported intervals: `week`, `month`, `quarter`, `year`.
139
+ def recurring_day
140
+ @attributes[:recurring_day]
141
+ end
142
+
143
+ def recurring_day=(value)
144
+ @attributes[:recurring_day] = value
145
+ end
146
+
84
147
  # object - If trigger is `custom_schedule`, Custom schedule description for when the automation should be run.
85
148
  def schedule
86
149
  @attributes[:schedule]
@@ -99,58 +162,31 @@ module Files
99
162
  @attributes[:source] = value
100
163
  end
101
164
 
102
- # array - Destination Paths
103
- def destinations
104
- @attributes[:destinations]
105
- end
106
-
107
- def destinations=(value)
108
- @attributes[:destinations] = value
109
- end
110
-
111
- # string - If set, this string in the destination path will be replaced with the value in `destination_replace_to`.
112
- def destination_replace_from
113
- @attributes[:destination_replace_from]
114
- end
115
-
116
- def destination_replace_from=(value)
117
- @attributes[:destination_replace_from] = value
118
- end
119
-
120
- # string - If set, this string will replace the value `destination_replace_from` in the destination filename. You can use special patterns here.
121
- def destination_replace_to
122
- @attributes[:destination_replace_to]
123
- end
124
-
125
- def destination_replace_to=(value)
126
- @attributes[:destination_replace_to] = value
127
- end
128
-
129
- # string - Description for the this Automation.
130
- def description
131
- @attributes[:description]
165
+ # array - IDs of remote sync folder behaviors to run by this Automation
166
+ def sync_ids
167
+ @attributes[:sync_ids]
132
168
  end
133
169
 
134
- def description=(value)
135
- @attributes[:description] = value
170
+ def sync_ids=(value)
171
+ @attributes[:sync_ids] = value
136
172
  end
137
173
 
138
- # int64 - If trigger type is `daily`, this specifies a day number to run in one of the supported intervals: `week`, `month`, `quarter`, `year`.
139
- def recurring_day
140
- @attributes[:recurring_day]
174
+ # array - 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
175
+ def trigger_actions
176
+ @attributes[:trigger_actions]
141
177
  end
142
178
 
143
- def recurring_day=(value)
144
- @attributes[:recurring_day] = value
179
+ def trigger_actions=(value)
180
+ @attributes[:trigger_actions] = value
145
181
  end
146
182
 
147
- # string - Path on which this Automation runs. Supports globs, except on remote mounts. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
148
- def path
149
- @attributes[:path]
183
+ # string - How this automation is triggered to run.
184
+ def trigger
185
+ @attributes[:trigger]
150
186
  end
151
187
 
152
- def path=(value)
153
- @attributes[:path] = value
188
+ def trigger=(value)
189
+ @attributes[:trigger] = value
154
190
  end
155
191
 
156
192
  # int64 - User ID of the Automation's creator.
@@ -162,15 +198,6 @@ module Files
162
198
  @attributes[:user_id] = value
163
199
  end
164
200
 
165
- # array - IDs of remote sync folder behaviors to run by this Automation
166
- def sync_ids
167
- @attributes[:sync_ids]
168
- end
169
-
170
- def sync_ids=(value)
171
- @attributes[:sync_ids] = value
172
- end
173
-
174
201
  # array - IDs of Users for the Automation (i.e. who to Request File from)
175
202
  def user_ids
176
203
  @attributes[:user_ids]
@@ -180,13 +207,13 @@ module Files
180
207
  @attributes[:user_ids] = value
181
208
  end
182
209
 
183
- # array - IDs of Groups for the Automation (i.e. who to Request File from)
184
- def group_ids
185
- @attributes[:group_ids]
210
+ # object - A Hash of attributes specific to the automation type.
211
+ def value
212
+ @attributes[:value]
186
213
  end
187
214
 
188
- def group_ids=(value)
189
- @attributes[:group_ids] = value
215
+ def value=(value)
216
+ @attributes[:value] = value
190
217
  end
191
218
 
192
219
  # string - If trigger is `webhook`, this is the URL of the webhook to trigger the Automation.
@@ -198,24 +225,6 @@ module Files
198
225
  @attributes[:webhook_url] = value
199
226
  end
200
227
 
201
- # array - 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
202
- def trigger_actions
203
- @attributes[:trigger_actions]
204
- end
205
-
206
- def trigger_actions=(value)
207
- @attributes[:trigger_actions] = value
208
- end
209
-
210
- # object - A Hash of attributes specific to the automation type.
211
- def value
212
- @attributes[:value]
213
- end
214
-
215
- def value=(value)
216
- @attributes[:value] = value
217
- end
218
-
219
228
  # string - DEPRECATED: Destination Path. Use `destinations` instead.
220
229
  def destination
221
230
  @attributes[:destination]
@@ -248,6 +257,7 @@ module Files
248
257
  # user_ids - string - A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
249
258
  # group_ids - string - A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
250
259
  # schedule - object - Custom schedule for running this automation.
260
+ # always_overwrite_size_matching_files - boolean - Ordinarily, files with identical size in the source and destination will be skipped from copy operations to prevent wasted transfer. If this flag is `true` we will overwrite the destination file always. Note that this may cause large amounts of wasted transfer usage.
251
261
  # description - string - Description for the this Automation.
252
262
  # disabled - boolean - If true, this automation will not run.
253
263
  # name - string - Name for this automation.
@@ -365,6 +375,7 @@ module Files
365
375
  # user_ids - string - A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
366
376
  # group_ids - string - A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
367
377
  # schedule - object - Custom schedule for running this automation.
378
+ # always_overwrite_size_matching_files - boolean - Ordinarily, files with identical size in the source and destination will be skipped from copy operations to prevent wasted transfer. If this flag is `true` we will overwrite the destination file always. Note that this may cause large amounts of wasted transfer usage.
368
379
  # description - string - Description for the this Automation.
369
380
  # disabled - boolean - If true, this automation will not run.
370
381
  # name - string - Name for this automation.
@@ -421,6 +432,7 @@ module Files
421
432
  # user_ids - string - A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
422
433
  # group_ids - string - A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
423
434
  # schedule - object - Custom schedule for running this automation.
435
+ # always_overwrite_size_matching_files - boolean - Ordinarily, files with identical size in the source and destination will be skipped from copy operations to prevent wasted transfer. If this flag is `true` we will overwrite the destination file always. Note that this may cause large amounts of wasted transfer usage.
424
436
  # description - string - Description for the this Automation.
425
437
  # disabled - boolean - If true, this automation will not run.
426
438
  # name - string - Name for this automation.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.7"
4
+ VERSION = "1.1.8"
5
5
  end
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.1.7
4
+ version: 1.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-19 00:00:00.000000000 Z
11
+ date: 2023-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable