@seamapi/types 1.85.0 → 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/README.md CHANGED
@@ -36,6 +36,10 @@ Each entrypoint may export one or more of the following:
36
36
 
37
37
  ## Installation
38
38
 
39
+ _This is a low-level package meant for applications and libraries with particular dependency requirements.
40
+ These types and schemas are entirely contained in the [seam package]. Seam recommends using that package instead
41
+ for simpler dependency management._
42
+
39
43
  ### Types Only
40
44
 
41
45
  Add this as a development dependency to your project using [npm] with
@@ -53,6 +57,7 @@ $ npm install @seamapi/types
53
57
  ```
54
58
 
55
59
  [npm]: https://www.npmjs.com/
60
+ [seam package]: https://www.npmjs.com/package/seam
56
61
 
57
62
  ## Development and Testing
58
63
 
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
  },
@@ -7500,9 +7522,11 @@ var openapi_default = {
7500
7522
  properties: {
7501
7523
  custom_metadata_has: {
7502
7524
  additionalProperties: {
7525
+ nullable: true,
7503
7526
  oneOf: [
7504
7527
  { maxLength: 500, type: "string" },
7505
- { type: "boolean" }
7528
+ { type: "boolean" },
7529
+ { format: "null", nullable: true, type: "string" }
7506
7530
  ]
7507
7531
  },
7508
7532
  description: "Returns devices where the webview's custom_metadata contains all of the provided key/value pairs.",
@@ -7689,9 +7713,11 @@ var openapi_default = {
7689
7713
  properties: {
7690
7714
  custom_metadata_has: {
7691
7715
  additionalProperties: {
7716
+ nullable: true,
7692
7717
  oneOf: [
7693
7718
  { maxLength: 500, type: "string" },
7694
- { type: "boolean" }
7719
+ { type: "boolean" },
7720
+ { format: "null", nullable: true, type: "string" }
7695
7721
  ]
7696
7722
  },
7697
7723
  description: "Returns devices where the account's custom_metadata contains all of the provided key/value pairs.",