infrawrench-sdk 1.4.0 → 1.6.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: b63365c213989769f63f4328278a244f01d86ddaa0ec60468dc8e95d6b2d4419
4
- data.tar.gz: cd04d79bbb90625d16c27e37337457ed757c086ad780dd0a05f1574bb0c51c8a
3
+ metadata.gz: 4998168a3f89b8e779c51b6b4132abad04b417ab1d295fab199ef23d453adb5e
4
+ data.tar.gz: bae761287450bcc44245f653f228309101ccbd149799a5b11a0059af059caab1
5
5
  SHA512:
6
- metadata.gz: 911b4d07994b4c998a50cd311aef93bd1e774caf04a211f4a6b925a0d5a9529b7bb26f9901207f4d4342b891b70d5aee258835a11262920260702c82776382c9
7
- data.tar.gz: 113d5c57c12b039d50454d7d9891ab9d2f5a2cffcac578bb8303fd696d38c052d1f8bbfb17ffc0a73077f1168a5c009622b86a38daaf74285e25a20ab897d7ec
6
+ metadata.gz: e2a239b042726d2a04edff92926869a54865c9f8967e3a465680394d0900caa61a869b2746e602991291cdbb449a46c35d13b1536fd508ca4b81e555df1ef1c0
7
+ data.tar.gz: 6bab2cc15cf8ef9ea56e3dac316f8b45c8059ac8108e92249c092beed9bb79c5d7034f90613c43aece56cc027bb9591bbb190cfcbfd40c629419491bb3850fc3
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # infrawrench-sdk
2
2
 
3
- Generated Ruby client for the Infrawrench API (API version `1.4.0`).
3
+ Generated Ruby client for the Infrawrench API (API version `1.6.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
@@ -41,7 +41,7 @@ Every method takes an optional trailing `request_options:` hash (`:headers`,
41
41
  Responses are the plain `Hash`/`Array` that `JSON.parse` returns, with String
42
42
  keys spelled exactly as the wire spells them. There are no model classes — see
43
43
  [`sig/infrawrench/sdk.rbs`](./sig/infrawrench/sdk.rbs) for the shape of every one of the
44
- 437 schemas, as RBS type aliases that steep and TypeProf can read.
44
+ 505 schemas, as RBS type aliases that steep and TypeProf can read.
45
45
 
46
46
  Non-2xx responses raise `Infrawrench::ApiError`, which carries `#status`,
47
47
  the parsed `#body`, and the machine-readable `#code` when the API sends one —
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # infrawrench-sdk v1.4.0 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v1.6.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 1.4.0).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 1.6.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 (v1.4.0)."
21
- spec.description = "Generated Ruby client for the Infrawrench API (v1.4.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 (v1.6.0)."
21
+ spec.description = "Generated Ruby client for the Infrawrench API (v1.6.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"