files.com 1.1.256 → 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: 93026386c22bffe0c652b27d9bc0a69afff00876c210d65706ff30f1da69ba1c
4
- data.tar.gz: 78a166a01106d098d6a0131aa9e85c7751bbac0447f1cd2316f019958300ae86
3
+ metadata.gz: 7bddb489e5a824a947c9299d6ec680fdb514c2ccf03fedcb40b2aef5d1215d00
4
+ data.tar.gz: f4d32bbcd606c9db7bc92e26ff597ad52b96b55da4b4b1e8aaf0c5eac17d93f2
5
5
  SHA512:
6
- metadata.gz: 75ffc5d9dd5bda8c2f3b20ebe33022c48c3222071e22d8b8891cb361f86b33523a0062c74f3458f3b3f15efdedc03f8c76c4feeb869a0e147cc82f42804b4cf7
7
- data.tar.gz: aa2837e605b7dfd84a3b4eacc708e6f267b5c18fbf12b2248598ff8e7d4998b52231912b3cd32d8ade5ee8281c95a305f526f7afa1ef995663aa79d131e6de43
6
+ metadata.gz: e53e12da4e18c56807c56cc3a627dad2307960c594b7ee44dbccc4552f43d791396e9fdd068dc940be6b414ded2ecd5f489f4366812bc2d3733ede51e57c478b
7
+ data.tar.gz: 00a94943376d659e125167c00de5b1addec2877fe70ccd9e6f9b4ee5cdcfdaaf72d1628ba472589ba3b747c76e15ab4fd98656518ca771d2087d4833bd0e910a
data/README.md CHANGED
@@ -238,6 +238,13 @@ time.
238
238
  The argument value is a Ruby hash that has a key of the resource field name to sort on and a value
239
239
  of either ```"asc"``` or ```"desc"``` to specify the sort order.
240
240
 
241
+ #### Special note about the List Folder Endpoint
242
+
243
+ For historical reasons, and to maintain compatibility
244
+ with a variety of other cloud-based MFT and EFSS services, Folders will always be listed before Files
245
+ when listing a Folder. This applies regardless of the sorting parameters you provide. These *will* be
246
+ used, after the initial sort application of Folders before Files.
247
+
241
248
  ```ruby title="Sort Example"
242
249
  begin
243
250
  # users sorted by username
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.256
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.256"
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.256
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