@seamapi/types 1.468.0 → 1.469.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
@@ -249,7 +249,6 @@ var thermostat_daily_program = zod.z.object({
249
249
  }).describe(`
250
250
  ---
251
251
  route_path: /thermostats/daily_programs
252
- undocumented: Unreleased.
253
252
  ---
254
253
  Represents a thermostat daily program, consisting of a set of periods, each of which has a starting time and the key that identifies the climate preset to apply at the starting time.
255
254
  `);
@@ -430,14 +429,12 @@ var thermostat_capability_properties = zod.z.object({
430
429
  thermostat_daily_programs: zod.z.array(thermostat_daily_program).optional().describe(`
431
430
  ---
432
431
  property_group_key: thermostats
433
- undocumented: Unreleased.
434
432
  ---
435
433
  Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat.
436
434
  `),
437
435
  thermostat_weekly_program: thermostat_weekly_program.nullable().optional().describe(`
438
436
  ---
439
437
  property_group_key: thermostats
440
- undocumented: Unreleased.
441
438
  ---
442
439
  Current [weekly program](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat.
443
440
  `),
@@ -16378,12 +16375,10 @@ var openapi_default = {
16378
16375
  "created_at"
16379
16376
  ],
16380
16377
  type: "object",
16381
- "x-route-path": "/thermostats/daily_programs",
16382
- "x-undocumented": "Unreleased."
16378
+ "x-route-path": "/thermostats/daily_programs"
16383
16379
  },
16384
16380
  type: "array",
16385
- "x-property-group-key": "thermostats",
16386
- "x-undocumented": "Unreleased."
16381
+ "x-property-group-key": "thermostats"
16387
16382
  },
16388
16383
  thermostat_weekly_program: {
16389
16384
  description: "Current [weekly program](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat.",
@@ -16448,8 +16443,7 @@ var openapi_default = {
16448
16443
  "created_at"
16449
16444
  ],
16450
16445
  type: "object",
16451
- "x-property-group-key": "thermostats",
16452
- "x-undocumented": "Unreleased."
16446
+ "x-property-group-key": "thermostats"
16453
16447
  }
16454
16448
  },
16455
16449
  type: "object"
@@ -23868,8 +23862,7 @@ var openapi_default = {
23868
23862
  "created_at"
23869
23863
  ],
23870
23864
  type: "object",
23871
- "x-route-path": "/thermostats/daily_programs",
23872
- "x-undocumented": "Unreleased."
23865
+ "x-route-path": "/thermostats/daily_programs"
23873
23866
  },
23874
23867
  thermostat_schedule: {
23875
23868
  description: "Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time.",
@@ -51794,8 +51787,7 @@ var openapi_default = {
51794
51787
  "x-fern-sdk-method-name": "create",
51795
51788
  "x-fern-sdk-return-value": "thermostat_daily_program",
51796
51789
  "x-response-key": "thermostat_daily_program",
51797
- "x-title": "Create a Thermostat Daily Program",
51798
- "x-undocumented": "Unreleased."
51790
+ "x-title": "Create a Thermostat Daily Program"
51799
51791
  }
51800
51792
  },
51801
51793
  "/thermostats/daily_programs/delete": {
@@ -51841,8 +51833,7 @@ var openapi_default = {
51841
51833
  "x-fern-sdk-group-name": ["thermostats", "daily_programs"],
51842
51834
  "x-fern-sdk-method-name": "delete",
51843
51835
  "x-response-key": null,
51844
- "x-title": "Delete a Thermostat Daily Program",
51845
- "x-undocumented": "Unreleased."
51836
+ "x-title": "Delete a Thermostat Daily Program"
51846
51837
  },
51847
51838
  post: {
51848
51839
  description: "Deletes a thermostat daily program.",
@@ -51891,8 +51882,7 @@ var openapi_default = {
51891
51882
  "x-fern-sdk-group-name": ["thermostats", "daily_programs"],
51892
51883
  "x-fern-sdk-method-name": "delete",
51893
51884
  "x-response-key": null,
51894
- "x-title": "Delete a Thermostat Daily Program",
51895
- "x-undocumented": "Unreleased."
51885
+ "x-title": "Delete a Thermostat Daily Program"
51896
51886
  }
51897
51887
  },
51898
51888
  "/thermostats/daily_programs/update": {
@@ -51974,8 +51964,7 @@ var openapi_default = {
51974
51964
  "x-fern-sdk-method-name": "update",
51975
51965
  "x-fern-sdk-return-value": "action_attempt",
51976
51966
  "x-response-key": "action_attempt",
51977
- "x-title": "Update a Thermostat Daily Program",
51978
- "x-undocumented": "Unreleased."
51967
+ "x-title": "Update a Thermostat Daily Program"
51979
51968
  },
51980
51969
  post: {
51981
51970
  description: "Updates a specified thermostat daily program. The periods that you specify overwrite any existing periods for the daily program.",
@@ -52055,8 +52044,7 @@ var openapi_default = {
52055
52044
  "x-fern-sdk-method-name": "update",
52056
52045
  "x-fern-sdk-return-value": "action_attempt",
52057
52046
  "x-response-key": "action_attempt",
52058
- "x-title": "Update a Thermostat Daily Program",
52059
- "x-undocumented": "Unreleased."
52047
+ "x-title": "Update a Thermostat Daily Program"
52060
52048
  }
52061
52049
  },
52062
52050
  "/thermostats/delete_climate_preset": {
@@ -54562,8 +54550,7 @@ var openapi_default = {
54562
54550
  "x-fern-sdk-method-name": "update_weekly_program",
54563
54551
  "x-fern-sdk-return-value": "action_attempt",
54564
54552
  "x-response-key": "action_attempt",
54565
- "x-title": "Update the Thermostat Weekly Program",
54566
- "x-undocumented": "Unreleased."
54553
+ "x-title": "Update the Thermostat Weekly Program"
54567
54554
  }
54568
54555
  },
54569
54556
  "/unstable_access_grants/create": {