infrawrench-sdk 0.34.0 → 0.35.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 +4 -4
- data/README.md +1 -1
- data/infrawrench-sdk.gemspec +4 -4
- data/lib/infrawrench/client.rb +2 -2
- data/lib/infrawrench/sdk.rb +2 -2
- data/lib/infrawrench/transport.rb +2 -2
- data/lib/infrawrench/version.rb +3 -3
- data/lib/infrawrench-sdk.rb +2 -2
- data/sig/infrawrench/sdk.rbs +13 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dddef9226a317442d6e2bceb3429af5eed985b0b607774ed07e8e1c2c4b5f421
|
|
4
|
+
data.tar.gz: d5b98232bbf81df39a32fd06884ce79fff96686af8a76bad71f2a6036461d0ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f8a0baf64a1aa6dfaa104436426425508c31b9f78d4d60ae193dd61451d745ea874348fb6e1e900ef4f425184acf41824eae898a5c8b92a8b135fa4912ee512
|
|
7
|
+
data.tar.gz: 552a5046341f52aa01cab299a2df19cf646f2b5cc04582d74ef707612c2a633dfcba50a3ddeb08c976b7197d7716acd659bf721e439306f2dbecca7a332bd693
|
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.
|
|
3
|
+
Generated Ruby client for the Infrawrench API (API version `0.35.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
|
data/infrawrench-sdk.gemspec
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
# infrawrench-sdk v0.
|
|
3
|
+
# infrawrench-sdk v0.35.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.
|
|
6
|
+
# Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.35.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.
|
|
21
|
-
spec.description = "Generated Ruby client for the Infrawrench API (v0.
|
|
20
|
+
spec.summary = "Generated Ruby client for the Infrawrench API (v0.35.0)."
|
|
21
|
+
spec.description = "Generated Ruby client for the Infrawrench API (v0.35.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"
|
data/lib/infrawrench/client.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
# infrawrench-sdk v0.
|
|
3
|
+
# infrawrench-sdk v0.35.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.
|
|
6
|
+
# Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.35.0).
|
|
7
7
|
#
|
|
8
8
|
# DO NOT EDIT. Regenerate with:
|
|
9
9
|
# pnpm --filter @infrawrench/web generate:sdk
|
data/lib/infrawrench/sdk.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
# infrawrench-sdk v0.
|
|
3
|
+
# infrawrench-sdk v0.35.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.
|
|
6
|
+
# Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.35.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.
|
|
3
|
+
# infrawrench-sdk v0.35.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.
|
|
6
|
+
# Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.35.0).
|
|
7
7
|
#
|
|
8
8
|
# DO NOT EDIT. Regenerate with:
|
|
9
9
|
# pnpm --filter @infrawrench/web generate:sdk
|
data/lib/infrawrench/version.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
# infrawrench-sdk v0.
|
|
3
|
+
# infrawrench-sdk v0.35.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.
|
|
6
|
+
# Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.35.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.
|
|
18
|
+
VERSION = "0.35.0"
|
|
19
19
|
end
|
data/lib/infrawrench-sdk.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
# infrawrench-sdk v0.
|
|
3
|
+
# infrawrench-sdk v0.35.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.
|
|
6
|
+
# Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.35.0).
|
|
7
7
|
#
|
|
8
8
|
# DO NOT EDIT. Regenerate with:
|
|
9
9
|
# pnpm --filter @infrawrench/web generate:sdk
|
data/sig/infrawrench/sdk.rbs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# infrawrench-sdk v0.
|
|
1
|
+
# infrawrench-sdk v0.35.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.
|
|
4
|
+
# Generated from the Infrawrench API OpenAPI 3.1 spec (API version 0.35.0).
|
|
5
5
|
#
|
|
6
6
|
# DO NOT EDIT. Regenerate with:
|
|
7
7
|
# pnpm --filter @infrawrench/web generate:sdk
|
|
@@ -1917,6 +1917,7 @@ module Infrawrench
|
|
|
1917
1917
|
| "together"
|
|
1918
1918
|
| "turso"
|
|
1919
1919
|
| "vercel"
|
|
1920
|
+
| "workos"
|
|
1920
1921
|
| "xai"
|
|
1921
1922
|
|
|
1922
1923
|
# Spec schema: `PluginSummary`.
|
|
@@ -2361,6 +2362,7 @@ module Infrawrench
|
|
|
2361
2362
|
| "cognito-user-pool"
|
|
2362
2363
|
| "collection"
|
|
2363
2364
|
| "composer-environment"
|
|
2365
|
+
| "connection"
|
|
2364
2366
|
| "container"
|
|
2365
2367
|
| "container-registry"
|
|
2366
2368
|
| "custom-hostname"
|
|
@@ -2395,6 +2397,9 @@ module Infrawrench
|
|
|
2395
2397
|
| "dedicated-inference"
|
|
2396
2398
|
| "deployed-model"
|
|
2397
2399
|
| "deployment"
|
|
2400
|
+
| "directory"
|
|
2401
|
+
| "directory-group"
|
|
2402
|
+
| "directory-user"
|
|
2398
2403
|
| "dns-record"
|
|
2399
2404
|
| "docker-container"
|
|
2400
2405
|
| "docker-image"
|
|
@@ -2460,6 +2465,7 @@ module Infrawrench
|
|
|
2460
2465
|
| "instance-group"
|
|
2461
2466
|
| "instance-template"
|
|
2462
2467
|
| "internet-gateway"
|
|
2468
|
+
| "invitation"
|
|
2463
2469
|
| "invite"
|
|
2464
2470
|
| "ip-access-rule"
|
|
2465
2471
|
| "ip-allocation"
|
|
@@ -2543,6 +2549,8 @@ module Infrawrench
|
|
|
2543
2549
|
| "object-storage-bucket"
|
|
2544
2550
|
| "opensearch-cluster"
|
|
2545
2551
|
| "opensearch-domain"
|
|
2552
|
+
| "organization"
|
|
2553
|
+
| "organization-membership"
|
|
2546
2554
|
| "organization-user"
|
|
2547
2555
|
| "page-rule"
|
|
2548
2556
|
| "pg-database"
|
|
@@ -2574,6 +2582,7 @@ module Infrawrench
|
|
|
2574
2582
|
| "redis-instance"
|
|
2575
2583
|
| "redshift-cluster"
|
|
2576
2584
|
| "reserved-ip"
|
|
2585
|
+
| "role"
|
|
2577
2586
|
| "route-table"
|
|
2578
2587
|
| "route53-health-check"
|
|
2579
2588
|
| "route53-hosted-zone"
|
|
@@ -2617,6 +2626,7 @@ module Infrawrench
|
|
|
2617
2626
|
| "turso-organization-invite"
|
|
2618
2627
|
| "turso-organization-member"
|
|
2619
2628
|
| "upload-preset"
|
|
2629
|
+
| "user"
|
|
2620
2630
|
| "vector-store"
|
|
2621
2631
|
| "vectorize-index"
|
|
2622
2632
|
| "vercel-deployment"
|
|
@@ -2633,6 +2643,7 @@ module Infrawrench
|
|
|
2633
2643
|
| "vpc-network"
|
|
2634
2644
|
| "waf-web-acl"
|
|
2635
2645
|
| "waiting-room"
|
|
2646
|
+
| "webhook-endpoint"
|
|
2636
2647
|
| "worker"
|
|
2637
2648
|
| "worker-route"
|
|
2638
2649
|
| "workers-ai-model"
|
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.
|
|
4
|
+
version: 0.35.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-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description: Generated Ruby client for the Infrawrench API (v0.
|
|
14
|
+
description: Generated Ruby client for the Infrawrench API (v0.35.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.
|
|
61
|
+
summary: Generated Ruby client for the Infrawrench API (v0.35.0).
|
|
62
62
|
test_files: []
|