files.com 1.1.257 → 1.1.258
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/exavault_api_request_log.md +2 -2
- data/lib/files.com/models/exavault_api_request_log.rb +1 -1
- data/lib/files.com/version.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: 7bddb489e5a824a947c9299d6ec680fdb514c2ccf03fedcb40b2aef5d1215d00
|
4
|
+
data.tar.gz: f4d32bbcd606c9db7bc92e26ff597ad52b96b55da4b4b1e8aaf0c5eac17d93f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e53e12da4e18c56807c56cc3a627dad2307960c594b7ee44dbccc4552f43d791396e9fdd068dc940be6b414ded2ecd5f489f4366812bc2d3733ede51e57c478b
|
7
|
+
data.tar.gz: 00a94943376d659e125167c00de5b1addec2877fe70ccd9e6f9b4ee5cdcfdaaf72d1628ba472589ba3b747c76e15ab4fd98656518ca771d2087d4833bd0e910a
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.258
|
@@ -6,7 +6,7 @@
|
|
6
6
|
{
|
7
7
|
"timestamp": "2000-01-01T01:00:00Z",
|
8
8
|
"endpoint": "example",
|
9
|
-
"version":
|
9
|
+
"version": 1,
|
10
10
|
"request_ip": "example",
|
11
11
|
"request_method": "example",
|
12
12
|
"error_type": "example",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
* `timestamp` (date-time): Start Time of Action
|
22
22
|
* `endpoint` (string): Name of API Endpoint
|
23
|
-
* `version` (
|
23
|
+
* `version` (int64): Exavault API Version
|
24
24
|
* `request_ip` (string): IP of requesting client
|
25
25
|
* `request_method` (string): HTTP Method
|
26
26
|
* `error_type` (string): Error type, if applicable
|
data/lib/files.com/version.rb
CHANGED
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.
|
4
|
+
version: 1.1.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: 2025-05-
|
11
|
+
date: 2025-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|