@devhelm/sdk 0.6.2 → 0.6.3
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/generated/api.d.ts +7 -7
- package/dist/generated/api.d.ts.map +1 -1
- package/dist/generated/schemas.d.ts +16 -0
- package/dist/generated/schemas.d.ts.map +1 -1
- package/dist/generated/schemas.js +5 -3
- package/dist/generated/schemas.js.map +1 -1
- package/dist/schemas.d.ts +14 -0
- package/dist/schemas.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/generated/api.d.ts
CHANGED
|
@@ -3187,10 +3187,10 @@ export interface components {
|
|
|
3187
3187
|
/** @description Probe regions to run checks from, e.g. us-east, eu-west */
|
|
3188
3188
|
regions?: string[] | null;
|
|
3189
3189
|
/**
|
|
3190
|
-
* @description
|
|
3190
|
+
* @description Source that created/owns this monitor: DASHBOARD, CLI, TERRAFORM, MCP, or API. Use the value matching your surface so audit logs, drift detection, and analytics attribute correctly.
|
|
3191
3191
|
* @enum {string}
|
|
3192
3192
|
*/
|
|
3193
|
-
managedBy: "DASHBOARD" | "CLI" | "TERRAFORM";
|
|
3193
|
+
managedBy: "DASHBOARD" | "CLI" | "TERRAFORM" | "MCP" | "API";
|
|
3194
3194
|
/**
|
|
3195
3195
|
* Format: uuid
|
|
3196
3196
|
* @description Environment to associate with this monitor
|
|
@@ -4833,10 +4833,10 @@ export interface components {
|
|
|
4833
4833
|
/** @description Probe regions where checks are executed */
|
|
4834
4834
|
regions: string[];
|
|
4835
4835
|
/**
|
|
4836
|
-
* @description
|
|
4836
|
+
* @description Source that created/owns this monitor: DASHBOARD, CLI, TERRAFORM, MCP, or API
|
|
4837
4837
|
* @enum {string}
|
|
4838
4838
|
*/
|
|
4839
|
-
managedBy: "DASHBOARD" | "CLI" | "TERRAFORM";
|
|
4839
|
+
managedBy: "DASHBOARD" | "CLI" | "TERRAFORM" | "MCP" | "API";
|
|
4840
4840
|
/**
|
|
4841
4841
|
* Format: date-time
|
|
4842
4842
|
* @description Timestamp when the monitor was created
|
|
@@ -7180,10 +7180,10 @@ export interface components {
|
|
|
7180
7180
|
/** @description New probe regions; null preserves current */
|
|
7181
7181
|
regions?: string[] | null;
|
|
7182
7182
|
/**
|
|
7183
|
-
* @description New
|
|
7183
|
+
* @description New ownership source: DASHBOARD, CLI, TERRAFORM, MCP, or API; null preserves current value
|
|
7184
7184
|
* @enum {string|null}
|
|
7185
7185
|
*/
|
|
7186
|
-
managedBy?: "DASHBOARD" | "CLI" | "TERRAFORM" | null;
|
|
7186
|
+
managedBy?: "DASHBOARD" | "CLI" | "TERRAFORM" | "MCP" | "API" | null;
|
|
7187
7187
|
/**
|
|
7188
7188
|
* Format: uuid
|
|
7189
7189
|
* @description New environment ID; null preserves current (use clearEnvironmentId to unset)
|
|
@@ -12789,7 +12789,7 @@ export interface operations {
|
|
|
12789
12789
|
/** @description Filter by monitor type */
|
|
12790
12790
|
type?: "HTTP" | "DNS" | "MCP_SERVER" | "TCP" | "ICMP" | "HEARTBEAT";
|
|
12791
12791
|
/** @description Filter by managed-by source */
|
|
12792
|
-
managedBy?: "DASHBOARD" | "CLI" | "TERRAFORM";
|
|
12792
|
+
managedBy?: "DASHBOARD" | "CLI" | "TERRAFORM" | "MCP" | "API";
|
|
12793
12793
|
/** @description Filter by tag names, comma-separated (e.g. prod,critical) */
|
|
12794
12794
|
tags?: string;
|
|
12795
12795
|
/** @description Case-insensitive name search */
|