@treeseed/sdk 0.13.0-rc.74 → 0.13.0-rc.75

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-02T03:24:42.316Z"}
1
+ {"completedAt":"2026-09-02T03:41:16.944Z"}
@@ -115,7 +115,10 @@ const SERVICE_PROVIDER_CATALOG = [
115
115
  documentationUrl: "https://developers.cloudflare.com/fundamentals/api/get-started/create-token/",
116
116
  description: "Connect a Cloudflare account with separately scoped capability tokens.",
117
117
  knowledgePageIds: ["provider.cloudflare"],
118
- connectionFields: [field("accountId", "Account ID", "The non-secret Cloudflare account identifier.")],
118
+ connectionFields: [
119
+ field("accountId", "Account ID", "The non-secret Cloudflare account identifier."),
120
+ field("zoneId", "Zone ID", "Optional non-secret zone identifier used by reviewed DNS and TLS topology resources.", false)
121
+ ],
119
122
  capabilities: [
120
123
  { type: "frontend-hosting", label: "Frontend hosting", description: "Pages and Workers application hosting.", credentialProfileIds: ["cloudflare-runtime"], status: "available" },
121
124
  { type: "dns-management", label: "DNS management", description: "Scoped DNS record management.", credentialProfileIds: ["cloudflare-dns"], status: "available" },
@@ -134,7 +137,11 @@ const SERVICE_PROVIDER_CATALOG = [
134
137
  documentationUrl: "https://docs.railway.com/guides/public-api",
135
138
  description: "Connect a Railway workspace for future backend and private infrastructure.",
136
139
  knowledgePageIds: ["provider.railway"],
137
- connectionFields: [field("workspaceId", "Workspace ID", "The non-secret Railway workspace identifier.")],
140
+ connectionFields: [
141
+ field("workspaceId", "Workspace ID", "The non-secret Railway workspace identifier."),
142
+ field("projectId", "Project ID", "Optional non-secret project identifier used to adopt a reviewed hosted topology.", false),
143
+ field("environmentId", "Environment ID", "Optional non-secret environment identifier used to target reviewed hosted deployments.", false)
144
+ ],
138
145
  capabilities: [
139
146
  { type: "backend-hosting", label: "Backend hosting", description: "API and backend service hosting.", credentialProfileIds: ["railway-workspace"], status: "available" },
140
147
  { type: "database-hosting", label: "Database hosting", description: "Managed database placement.", credentialProfileIds: ["railway-workspace"], status: "available" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeseed/sdk",
3
- "version": "0.13.0-rc.74",
3
+ "version": "0.13.0-rc.75",
4
4
  "description": "Portable TreeSeed contracts, standards, and typed remote control-plane clients.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {