infrawrench-sdk 0.1.1 → 0.2.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: b0e993bbb69d289818c3cece6e1135eb66595171d52e6841a7302d23e2ca9512
4
- data.tar.gz: 420ed047adf860bd716e8a8b346e7d7feeeccf01fa2ecc8b3a12e6fd5c0a7fb6
3
+ metadata.gz: e97b38b6982a896cb7606d73b4daade39d3d7f13568b6452e2e0966bfa5fd88e
4
+ data.tar.gz: d31eb76abce20bc22cedc4746ea008027085d487722c868d962ccc22be8554c4
5
5
  SHA512:
6
- metadata.gz: 9ac8970c9f2f702db8b7f6e90c8b2fec03411203a42476f71a5a25949eb8dcb0658e85d7f2eed9e4c93249da592ed0e54415f1c7d7010a1559e0ac4c5efe88fb
7
- data.tar.gz: 2f6e378692c6e1c273163e08033c876a243f014fb611aebb9665b31c5c51b57ddec764de3fe977880f8b304c66ce5e352430649c4aa8d2eadcfadaf5ac434fc4
6
+ metadata.gz: d8f8cc2a1e182e23c2ca2c41603a76dd39d807263ef79af7f3e9d7a7ecd698d8e59eef5202972c52b9f70f7c6ab8f8e0275e78f5f82fd1438459aabe510909de
7
+ data.tar.gz: c3f19cb37c68e57a17305fedf8de0fbb5d54104015746e79beee828dfc6747a4f5322372e16621e9f90d49c275925aef5feaba62ade8ad4b5d6a30023dac9c73
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.1.1`).
3
+ Generated Ruby client for the Infrawrench API (API version `0.2.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.1.1 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.2.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.1.1).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.2.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.1.1)."
21
- spec.description = "Generated Ruby client for the Infrawrench API (v0.1.1). 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.2.0)."
21
+ spec.description = "Generated Ruby client for the Infrawrench API (v0.2.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.1.1 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.2.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.1.1).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.2.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.1.1 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.2.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.1.1).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.2.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.1.1 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.2.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.1.1).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.2.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.1.1 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.2.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.1.1).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.2.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.1.1"
18
+ VERSION = "0.2.0"
19
19
  end
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # infrawrench-sdk v0.1.1 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.2.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.1.1).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.2.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.1.1 | MIT | Copyright (c) 2026 Infrawrench LLC
1
+ # infrawrench-sdk v0.2.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.1.1).
4
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.2.0).
5
5
  #
6
6
  # DO NOT EDIT. Regenerate with:
7
7
  # pnpm --filter @infrawrench/web generate:sdk
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.1.1
4
+ version: 0.2.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-07-26 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Generated Ruby client for the Infrawrench API (v0.1.1). Covers the published
14
+ description: Generated Ruby client for the Infrawrench API (v0.2.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.1.1).
61
+ summary: Generated Ruby client for the Infrawrench API (v0.2.0).
62
62
  test_files: []