@seamapi/types 1.577.0 → 1.579.0

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/connect.cjs CHANGED
@@ -522,6 +522,12 @@ var thermostat_capability_properties = zod.z.object({
522
522
  ---
523
523
  Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour.
524
524
  `),
525
+ max_unique_climate_presets_per_thermostat_weekly_program: zod.z.number().optional().describe(`
526
+ ---
527
+ property_group_key: thermostats
528
+ ---
529
+ Maximum number of climate presets that the thermostat can support for weekly programming.
530
+ `),
525
531
  max_thermostat_daily_program_periods_per_day: zod.z.number().optional().describe(`
526
532
  ---
527
533
  property_group_key: thermostats
@@ -16608,6 +16614,12 @@ var openapi_default = {
16608
16614
  type: "number",
16609
16615
  "x-property-group-key": "thermostats"
16610
16616
  },
16617
+ max_unique_climate_presets_per_thermostat_weekly_program: {
16618
+ description: "Maximum number of climate presets that the thermostat can support for weekly programming.",
16619
+ format: "float",
16620
+ type: "number",
16621
+ "x-property-group-key": "thermostats"
16622
+ },
16611
16623
  min_cooling_set_point_celsius: {
16612
16624
  description: "Minimum [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points#cooling-set-point) in \xB0C.",
16613
16625
  format: "float",
@@ -44484,16 +44496,6 @@ var openapi_default = {
44484
44496
  type: "array"
44485
44497
  }
44486
44498
  },
44487
- {
44488
- in: "query",
44489
- name: "limit",
44490
- schema: {
44491
- default: 500,
44492
- description: "Numerical limit on the number of devices to return.",
44493
- format: "float",
44494
- type: "number"
44495
- }
44496
- },
44497
44499
  {
44498
44500
  in: "query",
44499
44501
  name: "created_before",
@@ -44617,6 +44619,16 @@ var openapi_default = {
44617
44619
  minLength: 1,
44618
44620
  type: "string"
44619
44621
  }
44622
+ },
44623
+ {
44624
+ in: "query",
44625
+ name: "limit",
44626
+ schema: {
44627
+ default: 22900,
44628
+ description: "Numerical limit on the number of devices to return.",
44629
+ format: "float",
44630
+ type: "number"
44631
+ }
44620
44632
  }
44621
44633
  ],
44622
44634
  responses: {
@@ -44629,9 +44641,10 @@ var openapi_default = {
44629
44641
  items: { $ref: "#/components/schemas/unmanaged_device" },
44630
44642
  type: "array"
44631
44643
  },
44632
- ok: { type: "boolean" }
44644
+ ok: { type: "boolean" },
44645
+ pagination: { $ref: "#/components/schemas/pagination" }
44633
44646
  },
44634
- required: ["devices", "ok"],
44647
+ required: ["devices", "pagination", "ok"],
44635
44648
  type: "object"
44636
44649
  }
44637
44650
  }
@@ -44882,7 +44895,7 @@ var openapi_default = {
44882
44895
  "x-undocumented": "Only used internally."
44883
44896
  },
44884
44897
  limit: {
44885
- default: 500,
44898
+ default: 22900,
44886
44899
  description: "Numerical limit on the number of devices to return.",
44887
44900
  format: "float",
44888
44901
  type: "number"
@@ -44975,9 +44988,10 @@ var openapi_default = {
44975
44988
  items: { $ref: "#/components/schemas/unmanaged_device" },
44976
44989
  type: "array"
44977
44990
  },
44978
- ok: { type: "boolean" }
44991
+ ok: { type: "boolean" },
44992
+ pagination: { $ref: "#/components/schemas/pagination" }
44979
44993
  },
44980
- required: ["devices", "ok"],
44994
+ required: ["devices", "pagination", "ok"],
44981
44995
  type: "object"
44982
44996
  }
44983
44997
  }