@hoststack.dev/sdk 0.9.1 → 0.9.2
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.
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -72,6 +72,8 @@ interface CreateServiceInput {
|
|
|
72
72
|
runtime?: string;
|
|
73
73
|
autoDeploy?: boolean;
|
|
74
74
|
multistage?: boolean;
|
|
75
|
+
/** True when this service is a dev environment (agentic dev-env image, or manually flagged). */
|
|
76
|
+
isDevEnvironment?: boolean;
|
|
75
77
|
}
|
|
76
78
|
/**
|
|
77
79
|
* Fields that live on the `services` row — write via PATCH /services/:tid/:sid.
|
package/dist/index.d.ts
CHANGED
|
@@ -72,6 +72,8 @@ interface CreateServiceInput {
|
|
|
72
72
|
runtime?: string;
|
|
73
73
|
autoDeploy?: boolean;
|
|
74
74
|
multistage?: boolean;
|
|
75
|
+
/** True when this service is a dev environment (agentic dev-env image, or manually flagged). */
|
|
76
|
+
isDevEnvironment?: boolean;
|
|
75
77
|
}
|
|
76
78
|
/**
|
|
77
79
|
* Fields that live on the `services` row — write via PATCH /services/:tid/:sid.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hoststack.dev/sdk",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "Official TypeScript SDK for HostStack — deploy and manage web services, databases, cron jobs, and domains on European infrastructure. See https://hoststack.dev",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hoststack",
|