files.com 1.0.197 → 1.0.198

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 132a17f2eee373017f7e623e3bc1d670024ab843407abc6efeaa3784cfc622c2
4
- data.tar.gz: ef718a291170b625b796b1f7a4d0840e81db547c1f4ff67bc6ba78b47fd6a586
3
+ metadata.gz: 916bdc6f6af741466d3c3325ed3bbce7b0b48eb8fd0596293af5e2e85faafc9f
4
+ data.tar.gz: 98f90dc610d37a9a7afd4855bc13c46b7ab92f840d8cbab06a6503a03e270f12
5
5
  SHA512:
6
- metadata.gz: 9cd8c1cb2c3e7cc7f829c793a45780511cbd19e8c81d845a5aa2145526c342da2f28cd3261a92c4ebc39f437ff2219499070b15a896ab081f75d15f059313d06
7
- data.tar.gz: 408dd148d1778eb3cfbdd397ec046abd2224e071b280f712a0505c49608dd652ed30845a0eb2201e646b2e4cd60da371da4d97fb4c14002001cb97b85413d76c
6
+ metadata.gz: f949cdf76d7429e290acbd47af6ec95de562cb9c9bb470944825ef09450205cf16a5318a9a1ca71c9cccb82e38e531008b80c9055b3198921df70e7946907f36
7
+ data.tar.gz: 8837c55c2b80e7d24a8e2b075733a641851e59aee98dfb30a78596c7889387da6369e4e8f6f0dd18c37b2efafe3651488e3dfe3607d76e6107db77577d651478
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.197
1
+ 1.0.198
data/docs/automation.md CHANGED
@@ -8,7 +8,6 @@
8
8
  "automation": "create_folder",
9
9
  "trigger": "realtime",
10
10
  "interval": "week",
11
- "next_process_on": "2020-01-01",
12
11
  "schedule": {
13
12
  "days_of_week": [
14
13
  0,
@@ -48,7 +47,6 @@
48
47
  * `automation` (string): Automation type
49
48
  * `trigger` (string): How this automation is triggered to run. One of: `realtime`, `daily`, `custom_schedule`, `webhook`, `email`, or `action`.
50
49
  * `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
- * `next_process_on` (string): If trigger is `daily`, date this automation will next run.
52
50
  * `schedule` (object): If trigger is `custom_schedule`, Custom schedule description for when the automation should be run.
53
51
  * `source` (string): Source Path
54
52
  * `destinations` (string): Destination Path
@@ -45,15 +45,6 @@ module Files
45
45
  @attributes[:interval] = value
46
46
  end
47
47
 
48
- # string - If trigger is `daily`, date this automation will next run.
49
- def next_process_on
50
- @attributes[:next_process_on]
51
- end
52
-
53
- def next_process_on=(value)
54
- @attributes[:next_process_on] = value
55
- end
56
-
57
48
  # object - If trigger is `custom_schedule`, Custom schedule description for when the automation should be run.
58
49
  def schedule
59
50
  @attributes[:schedule]
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.197
4
+ version: 1.0.198
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-21 00:00:00.000000000 Z
11
+ date: 2021-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable