files.com 1.0.223 → 1.0.224

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: a74664505b698974b86688cdeca4379236220f11ef638a6f27b72a513cdf5d76
4
- data.tar.gz: 0ba0e7c4cc13937aadab4b746da24f7d403801fa3b3a104ee010131df96131b0
3
+ metadata.gz: 39f777f5e35f971ba966899d963c6a329b912ad28231f191867a48b17e34adb0
4
+ data.tar.gz: 0be0c36ca06ae1378b867e48bd2dd41edfe56ab18e82273be50290f2e3771df8
5
5
  SHA512:
6
- metadata.gz: bfff74279698558f6e5b2bc915c8eb979073a41a83e106c5c8370d021065c188cce3b83bd893bc97148e17cdba68c36db3b0cec1aeca437ec375d21d3d64c90c
7
- data.tar.gz: 7b1c210d977fa89ee09fd78af573c54685321c2e3f91d7cb1078f24f266ecf466ed2ac252382a95b718e8ef099217369d1b117b1945088c6ed6fb1d0c3bb15ab
6
+ metadata.gz: 2cdef22c2ad160a5da6baa61704603ca484e294541a094f789638e26a5fe5fa201da48b4feafbb1c360b7e08490c2de2dcd32aede6d5f930d938ef1a191290ac
7
+ data.tar.gz: 1f2838764a3e619524d32698c1927963c07b352b8d6817afcb0a5c77ddaa3ba50cabc49acf9ea0661877a6e026324638844721b4084e6478989975fb77dd4971
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.223
1
+ 1.0.224
data/docs/file_action.md CHANGED
@@ -4,10 +4,10 @@
4
4
 
5
5
  ```
6
6
  {
7
- "status": "enqueued",
7
+ "status": "pending",
8
8
  "file_migration_id": "123"
9
9
  }
10
10
  ```
11
11
 
12
- * `status` (string): Status of file operation. Possible values: completed, enqueued.
13
- * `file_migration_id` (int64): If status is enqueued, this is the id of the FileMigration to check for status updates.
12
+ * `status` (string): Status of file operation.
13
+ * `file_migration_id` (int64): If status is pending, this is the id of the FileMigration to check for status updates.
@@ -9,12 +9,12 @@ module Files
9
9
  @options = options || {}
10
10
  end
11
11
 
12
- # string - Status of file operation. Possible values: completed, enqueued.
12
+ # string - Status of file operation.
13
13
  def status
14
14
  @attributes[:status]
15
15
  end
16
16
 
17
- # int64 - If status is enqueued, this is the id of the FileMigration to check for status updates.
17
+ # int64 - If status is pending, this is the id of the FileMigration to check for status updates.
18
18
  def file_migration_id
19
19
  @attributes[:file_migration_id]
20
20
  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.0.223
4
+ version: 1.0.224
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-10-19 00:00:00.000000000 Z
11
+ date: 2021-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable