@treeseed/sdk 0.13.0-rc.80 → 0.13.0-rc.81
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"completedAt":"2026-09-
|
|
1
|
+
{"completedAt":"2026-09-03T01:31:02.124Z"}
|
|
@@ -118,7 +118,11 @@ const SERVICE_PROVIDER_CATALOG = [
|
|
|
118
118
|
connectionFields: [
|
|
119
119
|
field("deploymentEnvironment", "Deployment environment", "The exact TreeSeed deployment environment. Use staging or production; one connection must never span both."),
|
|
120
120
|
field("accountId", "Account ID", "The non-secret Cloudflare account identifier."),
|
|
121
|
-
field("zoneId", "Zone ID", "Optional non-secret zone identifier used by reviewed DNS and TLS topology resources.", false)
|
|
121
|
+
field("zoneId", "Zone ID", "Optional non-secret zone identifier used by reviewed DNS and TLS topology resources.", false),
|
|
122
|
+
field("stateBucket", "OpenTofu state bucket", "Optional R2 bucket name used only by a state-backend connection.", false),
|
|
123
|
+
field("stateEndpoint", "OpenTofu state endpoint", "Optional HTTPS S3-compatible R2 endpoint used only by a state-backend connection.", false),
|
|
124
|
+
field("stateRegion", "OpenTofu state region", "Optional S3-compatible region; omit to use auto.", false),
|
|
125
|
+
field("stateEncryptionKeyRef", "State encryption key reference", "Optional non-secret team-vault key name used to encrypt this backend state.", false)
|
|
122
126
|
],
|
|
123
127
|
capabilities: [
|
|
124
128
|
{ type: "frontend-hosting", label: "Frontend hosting", description: "Pages and Workers application hosting.", credentialProfileIds: ["cloudflare-runtime"], status: "available" },
|