@leavepulse/control-sdk 0.3.36 → 0.3.37

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 +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavepulse/control-sdk",
3
- "version": "0.3.36",
3
+ "version": "0.3.37",
4
4
  "description": "Generated resource SDK (@leavepulse/control-sdk).",
5
5
  "type": "module",
6
6
  "module": "index.ts",
package/types.ts CHANGED
@@ -2004,6 +2004,8 @@ export interface components {
2004
2004
  model: string;
2005
2005
  notes: string;
2006
2006
  part_number: string;
2007
+ /** @default 0 */
2008
+ port_count: number;
2007
2009
  ports?: components["schemas"]["DeviceTypePortDTO"][];
2008
2010
  power_input: string;
2009
2011
  power_type: string;