@seamapi/types 1.266.0 → 1.267.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
@@ -6713,6 +6713,7 @@ var openapi_default = {
6713
6713
  heating_set_point_fahrenheit: { format: "float", type: "number" },
6714
6714
  hvac_mode_setting: { type: "string" },
6715
6715
  is_fallback_climate_preset: { type: "boolean" },
6716
+ method: { type: "string" },
6716
6717
  occurred_at: { format: "date-time", type: "string" },
6717
6718
  thermostat_schedule_id: {
6718
6719
  format: "uuid",
@@ -9317,10 +9318,12 @@ var openapi_default = {
9317
9318
  ],
9318
9319
  summary: "/acs/credential_pools/list",
9319
9320
  tags: ["/acs"],
9321
+ "x-deprecated": "Use `/user_identities/enrollment_automations/list` instead.",
9320
9322
  "x-fern-sdk-group-name": ["acs", "credential_pools"],
9321
9323
  "x-fern-sdk-method-name": "list",
9322
9324
  "x-fern-sdk-return-value": "acs_credential_pools",
9323
- "x-response-key": "acs_credential_pools"
9325
+ "x-response-key": "acs_credential_pools",
9326
+ "x-undocumented": "Replaced by enrollment automations."
9324
9327
  }
9325
9328
  },
9326
9329
  "/acs/credential_provisioning_automations/launch": {
@@ -9380,10 +9383,12 @@ var openapi_default = {
9380
9383
  ],
9381
9384
  summary: "/acs/credential_provisioning_automations/launch",
9382
9385
  tags: ["/acs"],
9386
+ "x-deprecated": "Use `/user_identities/enrollment_automations/launch` instead.",
9383
9387
  "x-fern-sdk-group-name": ["acs", "credential_provisioning_automations"],
9384
9388
  "x-fern-sdk-method-name": "launch",
9385
9389
  "x-fern-sdk-return-value": "acs_credential_provisioning_automation",
9386
- "x-response-key": "acs_credential_provisioning_automation"
9390
+ "x-response-key": "acs_credential_provisioning_automation",
9391
+ "x-undocumented": "Replaced by enrollment automations."
9387
9392
  }
9388
9393
  },
9389
9394
  "/acs/credentials/assign": {