@seamapi/types 1.85.1 → 1.86.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
@@ -571,6 +571,17 @@ var openapi_default = {
571
571
  format: "date-time",
572
572
  type: "string"
573
573
  },
574
+ custom_metadata: {
575
+ additionalProperties: {
576
+ nullable: true,
577
+ oneOf: [
578
+ { maxLength: 500, type: "string" },
579
+ { type: "boolean" },
580
+ { format: "null", nullable: true, type: "string" }
581
+ ]
582
+ },
583
+ type: "object"
584
+ },
574
585
  device_id: {
575
586
  description: "Unique identifier for the device.",
576
587
  format: "uuid",
@@ -1885,6 +1896,17 @@ var openapi_default = {
1885
1896
  format: "date-time",
1886
1897
  type: "string"
1887
1898
  },
1899
+ custom_metadata: {
1900
+ additionalProperties: {
1901
+ nullable: true,
1902
+ oneOf: [
1903
+ { maxLength: 500, type: "string" },
1904
+ { type: "boolean" },
1905
+ { format: "null", nullable: true, type: "string" }
1906
+ ]
1907
+ },
1908
+ type: "object"
1909
+ },
1888
1910
  device_id: {
1889
1911
  description: "Unique identifier for the device.",
1890
1912
  format: "uuid",
@@ -7317,7 +7339,6 @@ var openapi_default = {
7317
7339
  "my_2n",
7318
7340
  "controlbyweb",
7319
7341
  "nest",
7320
- "google_nest",
7321
7342
  "igloohome",
7322
7343
  "ecobee",
7323
7344
  "hubitat",
@@ -7330,7 +7351,8 @@ var openapi_default = {
7330
7351
  "assa_abloy_credential_service",
7331
7352
  "seam_bridge",
7332
7353
  "yale_access",
7333
- "hid_cm"
7354
+ "hid_cm",
7355
+ "google_nest"
7334
7356
  ],
7335
7357
  type: "string"
7336
7358
  },