@leavepulse/control-sdk 0.3.40 → 0.3.41

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavepulse/control-sdk",
3
- "version": "0.3.40",
3
+ "version": "0.3.41",
4
4
  "description": "Generated resource SDK (@leavepulse/control-sdk).",
5
5
  "type": "module",
6
6
  "module": "index.ts",
package/types.ts CHANGED
@@ -2072,7 +2072,7 @@ export interface components {
2072
2072
  host_id: string;
2073
2073
  /** @default */
2074
2074
  tag?: string;
2075
- /** @default false */
2075
+ /** @default true */
2076
2076
  zero_downtime?: boolean;
2077
2077
  };
2078
2078
  /** DeploymentDTO */