@seamapi/types 1.82.0 → 1.84.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
@@ -294,6 +294,9 @@ var openapi_default = {
294
294
  hid_acs_system_id: { format: "uuid", type: "string" },
295
295
  is_suspended: { type: "boolean" },
296
296
  phone_number: { nullable: true, type: "string" },
297
+ user_identity_email_address: { type: "string" },
298
+ user_identity_id: { type: "string" },
299
+ user_identity_phone_number: { type: "string" },
297
300
  workspace_id: { format: "uuid", type: "string" }
298
301
  },
299
302
  required: [
@@ -6288,7 +6291,12 @@ var openapi_default = {
6288
6291
  schema: {
6289
6292
  properties: {
6290
6293
  acs_system_id: { format: "uuid", type: "string" },
6291
- user_identity_id: { format: "uuid", type: "string" }
6294
+ user_identity_email_address: { type: "string" },
6295
+ user_identity_id: { format: "uuid", type: "string" },
6296
+ user_identity_phone_number: {
6297
+ nullable: true,
6298
+ type: "string"
6299
+ }
6292
6300
  },
6293
6301
  type: "object"
6294
6302
  }
@@ -7296,6 +7304,7 @@ var openapi_default = {
7296
7304
  "my_2n",
7297
7305
  "controlbyweb",
7298
7306
  "nest",
7307
+ "google_nest",
7299
7308
  "igloohome",
7300
7309
  "ecobee",
7301
7310
  "hubitat",