infrawrench-sdk 0.14.0 → 0.14.1

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: 4d6cffdf3c2a5975af90bff805b898018792e8b5872d5f5a559127d17c4d2dc5
4
- data.tar.gz: 58240cb973f4e7c1ae27f3059eaebda38bb1ecf078b6b565e0dfb89a8739b83e
3
+ metadata.gz: 17c4334c1e24fec52ba80bd059cf4eb90fec42beb4f3a5f28f53ab9a130e5b43
4
+ data.tar.gz: 96b0e2ff56ecfed76f3e2c5f0a89a3a7ee34170f7eed0cdbb77399d0f78990a4
5
5
  SHA512:
6
- metadata.gz: 357ad6d39d23a362605f9b599aba174ff00cbad4f9cf77c85a307c442785f375570872d5a9ee65a7e6e284ab34e2ae01b769b0e652c11dd6e57833598fd347e7
7
- data.tar.gz: af00b424e6b1fff2f4336090138deea04147e8e6588e7cb7185e8de4fff4615a1f86835d8a34d20c00026dfcdb65f0b9f8acb37d923c14c264118c9baac2813d
6
+ metadata.gz: bf814642e0820f40080647d6d2b5fb0c8bfa12ab3b5104318a156cd8e8449cb94e4fb53ee647d9c5ac04dd9e0322d5eacc1011a5e3eacafe951916d69a67f640
7
+ data.tar.gz: ebea2197326fc5382295ea4086851485d169930e1768946c831e5bad755df921453529b80b4922b2c980c0e661fcdb09332c38b38ff41e5b50172cc4b1171e2d
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.14.0`).
3
+ Generated Ruby client for the Infrawrench API (API version `0.14.1`).
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.14.0 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.14.1 | 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.14.0).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.14.1).
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.14.0)."
21
- spec.description = "Generated Ruby client for the Infrawrench API (v0.14.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.14.1)."
21
+ spec.description = "Generated Ruby client for the Infrawrench API (v0.14.1). 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.14.0 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.14.1 | 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.14.0).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.14.1).
7
7
  #
8
8
  # DO NOT EDIT. Regenerate with:
9
9
  # pnpm --filter @infrawrench/web generate:sdk
@@ -3584,6 +3584,10 @@ module Infrawrench
3584
3584
 
3585
3585
  # Fetch metric series for a resource
3586
3586
  #
3587
+ # Historical points from the metrics store when the resource has accumulated
3588
+ # any (resources pinned to a dashboard are polled continuously); otherwise
3589
+ # the series are fetched live from the provider on demand.
3590
+ #
3587
3591
  # _Requires permission: `resources:read`._
3588
3592
  #
3589
3593
  # POST /api/org/{orgId}/resources/{pluginId}/{typeId}/metrics
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # infrawrench-sdk v0.14.0 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.14.1 | 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.14.0).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.14.1).
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.14.0 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.14.1 | 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.14.0).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.14.1).
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.14.0 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.14.1 | 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.14.0).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.14.1).
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.14.0"
18
+ VERSION = "0.14.1"
19
19
  end
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # infrawrench-sdk v0.14.0 | MIT | Copyright (c) 2026 Infrawrench LLC
3
+ # infrawrench-sdk v0.14.1 | 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.14.0).
6
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.14.1).
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.14.0 | MIT | Copyright (c) 2026 Infrawrench LLC
1
+ # infrawrench-sdk v0.14.1 | 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.14.0).
4
+ # Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.14.1).
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.14.0
4
+ version: 0.14.1
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-29 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Generated Ruby client for the Infrawrench API (v0.14.0). Covers the published
14
+ description: Generated Ruby client for the Infrawrench API (v0.14.1). 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.14.0).
61
+ summary: Generated Ruby client for the Infrawrench API (v0.14.1).
62
62
  test_files: []