files.com 1.0.366 → 1.0.367
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 +4 -4
- data/_VERSION +1 -1
- data/docs/history_export_result.md +2 -2
- data/lib/files.com/models/history_export_result.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ddcfcf490b9a20888328e22096cc90489b430dedf18776e9e72ef5eceaa5cdb
|
|
4
|
+
data.tar.gz: 3aad7657c70fcded2292fda110574f9fd8e1289436a2017010ef3e85fd98c896
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf00522be82311b4b71527dc63300536926cf9550ce1c78601304b8d26ed009b1fd578616dad51615b21f826925eb8bd44f33b2bf8487317a8cfd01b13709838
|
|
7
|
+
data.tar.gz: b0cffdc1e6c4acc91573ad11b4b0d5a5fcf8996e18a117988cf4d38664f2386ec718ac9444cae48a271365feece92e4b7d9bdf7426d3dfd0541c76016db92d9f
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.367
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{
|
|
7
7
|
"id": 1,
|
|
8
8
|
"created_at": 1,
|
|
9
|
-
"created_at_iso8601":
|
|
9
|
+
"created_at_iso8601": "example",
|
|
10
10
|
"user_id": 1,
|
|
11
11
|
"file_id": 1,
|
|
12
12
|
"parent_id": 1,
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
|
|
34
34
|
* `id` (int64): Action ID
|
|
35
35
|
* `created_at` (int64): When the action happened
|
|
36
|
-
* `created_at_iso8601` (
|
|
36
|
+
* `created_at_iso8601` (string): When the action happened, in ISO8601 format.
|
|
37
37
|
* `user_id` (int64): User ID
|
|
38
38
|
* `file_id` (int64): File ID related to the action
|
|
39
39
|
* `parent_id` (int64): ID of the parent folder
|
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.
|
|
4
|
+
version: 1.0.367
|
|
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-07-
|
|
11
|
+
date: 2023-07-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|