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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b251c6b20a651ff6a6ce991a3b15930b745253388538f2998304befb68eba72
4
- data.tar.gz: 944a6c467b74be83801cc2dd0069f090f5cd181d876ee01f8d230af1eadd2f46
3
+ metadata.gz: 7bddb489e5a824a947c9299d6ec680fdb514c2ccf03fedcb40b2aef5d1215d00
4
+ data.tar.gz: f4d32bbcd606c9db7bc92e26ff597ad52b96b55da4b4b1e8aaf0c5eac17d93f2
5
5
  SHA512:
6
- metadata.gz: 96bd1394decb1161c0e452c6e34144e04c7055b3386466ba634f33667834a13f9d6994985779a26c0d1cd99be43398b68783b38cd0a18c2a48a078afa36c794a
7
- data.tar.gz: c8e78c1026c224de7ba80b991b2620b8eec85ec808e3d3b4ed396c6ae22bf043bcebc4d1850d80b7c05cecfa6109f8e8d13ff12101ea59500e3e68e30578084b
6
+ metadata.gz: e53e12da4e18c56807c56cc3a627dad2307960c594b7ee44dbccc4552f43d791396e9fdd068dc940be6b414ded2ecd5f489f4366812bc2d3733ede51e57c478b
7
+ data.tar.gz: 00a94943376d659e125167c00de5b1addec2877fe70ccd9e6f9b4ee5cdcfdaaf72d1628ba472589ba3b747c76e15ab4fd98656518ca771d2087d4833bd0e910a
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.257
1
+ 1.1.258
@@ -6,7 +6,7 @@
6
6
  {
7
7
  "timestamp": "2000-01-01T01:00:00Z",
8
8
  "endpoint": "example",
9
- "version": "example",
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` (string): Exavault API 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
@@ -19,7 +19,7 @@ module Files
19
19
  @attributes[:endpoint]
20
20
  end
21
21
 
22
- # string - Exavault API Version
22
+ # int64 - Exavault API Version
23
23
  def version
24
24
  @attributes[:version]
25
25
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.257"
4
+ VERSION = "1.1.258"
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.257
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-16 00:00:00.000000000 Z
11
+ date: 2025-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable