infrawrench-sdk 0.30.0 → 0.32.0

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: 8725752a00edbe6015394b4081990fae1895f09d5f08e43d4c47d5d259180069
4
- data.tar.gz: 994fd7f492533f7e7dfd42b812c5dec0641d35d91cc156c0c28ad5888a749cff
3
+ metadata.gz: db60a261e91d0f4ef9ee9de61c1ed5fb4201686dfa7bbbb5ff61b89300a0d1af
4
+ data.tar.gz: 53434ef5b3b06744d394433e865208f959b038d383f91ec543d3c8a2fd1e349f
5
5
  SHA512:
6
- metadata.gz: c165b567cfb8b1cc39a3dd76b83589f3983e41437f6a60b937ed879c1687b4b7ad70100ffaaf74b6cb96fe50175db2524e2520670567b4fe23e3254a3e2f361d
7
- data.tar.gz: 8cef5207adf8eb34ba6db578f6330c96d8715b20cc56b865aafdd45529c4d1134619cfd0cff99e1069303f84f121cfb04d2d0cd3a7c3fba112222158bf10f365
6
+ metadata.gz: 679708cc18ad0795a7ef01933dcf1b45adef9c6f0c8fe21fe588c069d099ecca08da9e0e6252697b3e57f6c81d7eb0479220605674b0b679d45bea2b0199bdec
7
+ data.tar.gz: 386578d57e807042bbb10e60f62baeedec0ebf3b578ca9a84cf877598a08c5eff385bafbd957bd952c75d15fcf65045f8cbf42b2fea505fc0c072b0ef1fa9d91
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # infrawrench-sdk
2
2
 
3
- Generated Ruby client for the Infrawrench API (API version `0.30.0`).
3
+ Generated Ruby client for the Infrawrench API (API version `0.32.0`).
4
4
 
5
5
  **Do not edit this gem by hand** — it is regenerated from `openapi.json` and is
6
6
  not checked into the repository. Run
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # infrawrench-sdk v0.30.0 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.32.0 | MIT | Copyright (c) 2026 Infrawrench LLC
4
4
  # https://github.com/Infrawrench/Infrawrench
5
5
  #
6
- # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.30.0).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.32.0).
7
7
  #
8
8
  # DO NOT EDIT. Regenerate with:
9
9
  # pnpm --filter @infrawrench/web generate:sdk
@@ -17,8 +17,8 @@ require_relative "lib/infrawrench/version"
17
17
  Gem::Specification.new do |spec|
18
18
  spec.name = "infrawrench-sdk"
19
19
  spec.version = Infrawrench::VERSION
20
- spec.summary = "Generated Ruby client for the Infrawrench API (v0.30.0)."
21
- spec.description = "Generated Ruby client for the Infrawrench API (v0.30.0). Covers the published API surface only — operations marked x-internal in the spec are not generated. No runtime dependencies."
20
+ spec.summary = "Generated Ruby client for the Infrawrench API (v0.32.0)."
21
+ spec.description = "Generated Ruby client for the Infrawrench API (v0.32.0). Covers the published API surface only — operations marked x-internal in the spec are not generated. No runtime dependencies."
22
22
  spec.authors = ["Infrawrench LLC", "Astrid Gealer"]
23
23
  spec.email = ["astrid@infrawrench.com"]
24
24
  spec.homepage = "https://infrawrench.com/docs/team-and-billing/client-sdks"
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # infrawrench-sdk v0.30.0 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.32.0 | MIT | Copyright (c) 2026 Infrawrench LLC
4
4
  # https://github.com/Infrawrench/Infrawrench
5
5
  #
6
- # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.30.0).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.32.0).
7
7
  #
8
8
  # DO NOT EDIT. Regenerate with:
9
9
  # pnpm --filter @infrawrench/web generate:sdk
@@ -3771,8 +3771,11 @@ module Infrawrench
3771
3771
  # List log-capable resources
3772
3772
  #
3773
3773
  # Synced resources whose rendered detail declares the logs capability — the
3774
- # candidates a log workspace can tail. Discovered from the plugin contract
3775
- # (never a hardcoded provider list), capped at 500 results.
3774
+ # candidates a log workspace can tail plus sidecar streams reached through
3775
+ # a peer integration (pods and workloads inside a managed cluster, listed
3776
+ # live from the provider and marked with `parentResourceId`). Discovered
3777
+ # from the plugin contract (never a hardcoded provider list), capped at 500
3778
+ # results.
3776
3779
  #
3777
3780
  # _Requires permission: `resources:read`._
3778
3781
  #
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # infrawrench-sdk v0.30.0 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.32.0 | MIT | Copyright (c) 2026 Infrawrench LLC
4
4
  # https://github.com/Infrawrench/Infrawrench
5
5
  #
6
- # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.30.0).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.32.0).
7
7
  #
8
8
  # DO NOT EDIT. Regenerate with:
9
9
  # pnpm --filter @infrawrench/web generate:sdk
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # infrawrench-sdk v0.30.0 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.32.0 | MIT | Copyright (c) 2026 Infrawrench LLC
4
4
  # https://github.com/Infrawrench/Infrawrench
5
5
  #
6
- # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.30.0).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.32.0).
7
7
  #
8
8
  # DO NOT EDIT. Regenerate with:
9
9
  # pnpm --filter @infrawrench/web generate:sdk
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # infrawrench-sdk v0.30.0 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.32.0 | MIT | Copyright (c) 2026 Infrawrench LLC
4
4
  # https://github.com/Infrawrench/Infrawrench
5
5
  #
6
- # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.30.0).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.32.0).
7
7
  #
8
8
  # DO NOT EDIT. Regenerate with:
9
9
  # pnpm --filter @infrawrench/web generate:sdk
@@ -15,5 +15,5 @@
15
15
  # Kept in its own file so the gemspec can read the version without loading the
16
16
  # client — a gemspec that pulls in net/http is a gemspec that can fail to parse.
17
17
  module Infrawrench
18
- VERSION = "0.30.0"
18
+ VERSION = "0.32.0"
19
19
  end
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # infrawrench-sdk v0.30.0 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.32.0 | MIT | Copyright (c) 2026 Infrawrench LLC
4
4
  # https://github.com/Infrawrench/Infrawrench
5
5
  #
6
- # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.30.0).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.32.0).
7
7
  #
8
8
  # DO NOT EDIT. Regenerate with:
9
9
  # pnpm --filter @infrawrench/web generate:sdk
@@ -1,7 +1,7 @@
1
- # infrawrench-sdk v0.30.0 | MIT | Copyright (c) 2026 Infrawrench LLC
1
+ # infrawrench-sdk v0.32.0 | MIT | Copyright (c) 2026 Infrawrench LLC
2
2
  # https://github.com/Infrawrench/Infrawrench
3
3
  #
4
- # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.30.0).
4
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.32.0).
5
5
  #
6
6
  # DO NOT EDIT. Regenerate with:
7
7
  # pnpm --filter @infrawrench/web generate:sdk
@@ -1246,7 +1246,9 @@ module Infrawrench
1246
1246
  "accountName" => String,
1247
1247
  "pluginId" => plugin_id,
1248
1248
  "resourceTypeId" => String,
1249
- "displayName" => String
1249
+ "displayName" => String,
1250
+ ?"parentResourceId" => String,
1251
+ ?"parentDisplayName" => String
1250
1252
  }
1251
1253
 
1252
1254
  # Spec schema: `LogCapableResourceList`.
@@ -1258,6 +1260,7 @@ module Infrawrench
1258
1260
  "accountId" => String,
1259
1261
  "pluginId" => plugin_id,
1260
1262
  "resourceTypeId" => String,
1263
+ ?"parentResourceId" => String,
1261
1264
  ?"container" => String
1262
1265
  }
1263
1266
 
@@ -3041,6 +3044,11 @@ module Infrawrench
3041
3044
  | "costs"
3042
3045
  | "savings"
3043
3046
  | "graph"
3047
+ | "logs"
3048
+ | "changes"
3049
+ | "expiring"
3050
+ | "ssh-fanout"
3051
+ | "metric-alerts"
3044
3052
  | "workflows"
3045
3053
  | "deployments"
3046
3054
  | "chat",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infrawrench-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Infrawrench LLC
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2026-08-04 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Generated Ruby client for the Infrawrench API (v0.30.0). Covers the published
14
+ description: Generated Ruby client for the Infrawrench API (v0.32.0). Covers the published
15
15
  API surface only — operations marked x-internal in the spec are not generated. No
16
16
  runtime dependencies.
17
17
  email:
@@ -58,5 +58,5 @@ requirements: []
58
58
  rubygems_version: 3.5.22
59
59
  signing_key:
60
60
  specification_version: 4
61
- summary: Generated Ruby client for the Infrawrench API (v0.30.0).
61
+ summary: Generated Ruby client for the Infrawrench API (v0.32.0).
62
62
  test_files: []