files.com 1.1.712 → 1.1.713

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: c5556c442f45152118532afc239468d151f5584c2017477827eb0ed63e116b58
4
- data.tar.gz: 52ba8f70b059bd8bfebf4ea45b4327302e3fe1e72dab9017bc14ddb50b0b864c
3
+ metadata.gz: f37743708101a2461047f247a25e0b87f4c689af99537772f90140cd0239ca69
4
+ data.tar.gz: 5e9058d0ec5b08238cdef39809b742ef269046be5bfe9a65e4a97c8d2ec8c764
5
5
  SHA512:
6
- metadata.gz: 4d1a16af3b93aae089e6d14cfe253d33069547658b742bbdd28df613ad5c0f2a6fe187d7e9eaef0aef20005aaa5d9687e5537cd9fc5bca9f0d692ef46885c7a7
7
- data.tar.gz: d038d33703209dc64a48a38aff3552d5b1c16fe30f6d444d77e763cf262783445a30ca474f8bfab44ea38ad06e4eafd1936d4bdb97c3919aa892c2a93fa29a32
6
+ metadata.gz: 2d5c91996d3c72beb0ff7d7f8d05e9a9e27543b7f77d97d03e79358a37df067c451532a7b038bddcf69dd903dd1138455c96ae09ae42bb78856898f7e0a48fdd
7
+ data.tar.gz: 2dd3d7ad8baa6546ff2d32b1d4b84b0b60015ea8728c8341f3cd134d7309627676eb1b96e3dacde68afe9c45eff286b13ba8bee17cd0ba8665067ad4b14633f5
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.712
1
+ 1.1.713
@@ -7,6 +7,7 @@
7
7
  "id": 1,
8
8
  "automation_id": 1,
9
9
  "automation_version_id": 1,
10
+ "version": 1,
10
11
  "workspace_id": 1,
11
12
  "cancel_requested_at": "2000-01-01T01:00:00Z",
12
13
  "completed_at": "2000-01-01T01:00:00Z",
@@ -51,6 +52,7 @@
51
52
  * `id` (int64): ID.
52
53
  * `automation_id` (int64): ID of the associated Automation.
53
54
  * `automation_version_id` (int64): ID of the immutable Automation version pinned by this run.
55
+ * `version` (int64): Pinned Automation v2 definition version.
54
56
  * `workspace_id` (int64): Workspace ID.
55
57
  * `cancel_requested_at` (date-time): Date/time at which cancellation was requested.
56
58
  * `completed_at` (date-time): Automation run completion/failure date/time.
@@ -24,6 +24,11 @@ module Files
24
24
  @attributes[:automation_version_id]
25
25
  end
26
26
 
27
+ # int64 - Pinned Automation v2 definition version.
28
+ def version
29
+ @attributes[:version]
30
+ end
31
+
27
32
  # int64 - Workspace ID.
28
33
  def workspace_id
29
34
  @attributes[:workspace_id]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.712"
4
+ VERSION = "1.1.713"
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.712
4
+ version: 1.1.713
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-14 00:00:00.000000000 Z
11
+ date: 2026-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable