@seamapi/types 1.110.0 → 1.111.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
@@ -626,7 +626,11 @@ var openapi_default = {
626
626
  type: "string"
627
627
  },
628
628
  {
629
- enum: ["ecobee_thermostat", "nest_thermostat"],
629
+ enum: [
630
+ "ecobee_thermostat",
631
+ "nest_thermostat",
632
+ "honeywell_thermostat"
633
+ ],
630
634
  type: "string"
631
635
  },
632
636
  { enum: ["ios_phone", "android_phone"], type: "string" }
@@ -927,6 +931,14 @@ var openapi_default = {
927
931
  required: ["device_name", "door_name"],
928
932
  type: "object"
929
933
  },
934
+ honeywell_metadata: {
935
+ properties: {
936
+ device_name: { type: "string" },
937
+ honeywell_device_id: { type: "string" }
938
+ },
939
+ required: ["honeywell_device_id", "device_name"],
940
+ type: "object"
941
+ },
930
942
  hubitat_metadata: {
931
943
  properties: {
932
944
  device_id: { type: "string" },
@@ -2056,7 +2068,11 @@ var openapi_default = {
2056
2068
  type: "string"
2057
2069
  },
2058
2070
  {
2059
- enum: ["ecobee_thermostat", "nest_thermostat"],
2071
+ enum: [
2072
+ "ecobee_thermostat",
2073
+ "nest_thermostat",
2074
+ "honeywell_thermostat"
2075
+ ],
2060
2076
  type: "string"
2061
2077
  },
2062
2078
  { enum: ["ios_phone", "android_phone"], type: "string" }
@@ -7589,7 +7605,11 @@ var openapi_default = {
7589
7605
  type: "string"
7590
7606
  },
7591
7607
  {
7592
- enum: ["ecobee_thermostat", "nest_thermostat"],
7608
+ enum: [
7609
+ "ecobee_thermostat",
7610
+ "nest_thermostat",
7611
+ "honeywell_thermostat"
7612
+ ],
7593
7613
  type: "string"
7594
7614
  },
7595
7615
  { enum: ["ios_phone", "android_phone"], type: "string" }
@@ -7634,7 +7654,11 @@ var openapi_default = {
7634
7654
  type: "string"
7635
7655
  },
7636
7656
  {
7637
- enum: ["ecobee_thermostat", "nest_thermostat"],
7657
+ enum: [
7658
+ "ecobee_thermostat",
7659
+ "nest_thermostat",
7660
+ "honeywell_thermostat"
7661
+ ],
7638
7662
  type: "string"
7639
7663
  },
7640
7664
  {
@@ -7680,7 +7704,8 @@ var openapi_default = {
7680
7704
  "controlbyweb",
7681
7705
  "smartthings",
7682
7706
  "dormakaba_oracode",
7683
- "tedee"
7707
+ "tedee",
7708
+ "honeywell"
7684
7709
  ],
7685
7710
  type: "string"
7686
7711
  },
@@ -7900,7 +7925,11 @@ var openapi_default = {
7900
7925
  type: "string"
7901
7926
  },
7902
7927
  {
7903
- enum: ["ecobee_thermostat", "nest_thermostat"],
7928
+ enum: [
7929
+ "ecobee_thermostat",
7930
+ "nest_thermostat",
7931
+ "honeywell_thermostat"
7932
+ ],
7904
7933
  type: "string"
7905
7934
  },
7906
7935
  { enum: ["ios_phone", "android_phone"], type: "string" }
@@ -7945,7 +7974,11 @@ var openapi_default = {
7945
7974
  type: "string"
7946
7975
  },
7947
7976
  {
7948
- enum: ["ecobee_thermostat", "nest_thermostat"],
7977
+ enum: [
7978
+ "ecobee_thermostat",
7979
+ "nest_thermostat",
7980
+ "honeywell_thermostat"
7981
+ ],
7949
7982
  type: "string"
7950
7983
  },
7951
7984
  {
@@ -7991,7 +8024,8 @@ var openapi_default = {
7991
8024
  "controlbyweb",
7992
8025
  "smartthings",
7993
8026
  "dormakaba_oracode",
7994
- "tedee"
8027
+ "tedee",
8028
+ "honeywell"
7995
8029
  ],
7996
8030
  type: "string"
7997
8031
  },
@@ -8815,7 +8849,11 @@ var openapi_default = {
8815
8849
  type: "string"
8816
8850
  },
8817
8851
  {
8818
- enum: ["ecobee_thermostat", "nest_thermostat"],
8852
+ enum: [
8853
+ "ecobee_thermostat",
8854
+ "nest_thermostat",
8855
+ "honeywell_thermostat"
8856
+ ],
8819
8857
  type: "string"
8820
8858
  },
8821
8859
  { enum: ["ios_phone", "android_phone"], type: "string" }
@@ -8860,7 +8898,11 @@ var openapi_default = {
8860
8898
  type: "string"
8861
8899
  },
8862
8900
  {
8863
- enum: ["ecobee_thermostat", "nest_thermostat"],
8901
+ enum: [
8902
+ "ecobee_thermostat",
8903
+ "nest_thermostat",
8904
+ "honeywell_thermostat"
8905
+ ],
8864
8906
  type: "string"
8865
8907
  },
8866
8908
  {
@@ -8906,7 +8948,8 @@ var openapi_default = {
8906
8948
  "controlbyweb",
8907
8949
  "smartthings",
8908
8950
  "dormakaba_oracode",
8909
- "tedee"
8951
+ "tedee",
8952
+ "honeywell"
8910
8953
  ],
8911
8954
  type: "string"
8912
8955
  },
@@ -10490,7 +10533,11 @@ var openapi_default = {
10490
10533
  type: "string"
10491
10534
  },
10492
10535
  {
10493
- enum: ["ecobee_thermostat", "nest_thermostat"],
10536
+ enum: [
10537
+ "ecobee_thermostat",
10538
+ "nest_thermostat",
10539
+ "honeywell_thermostat"
10540
+ ],
10494
10541
  type: "string"
10495
10542
  },
10496
10543
  { enum: ["ios_phone", "android_phone"], type: "string" }
@@ -10535,7 +10582,11 @@ var openapi_default = {
10535
10582
  type: "string"
10536
10583
  },
10537
10584
  {
10538
- enum: ["ecobee_thermostat", "nest_thermostat"],
10585
+ enum: [
10586
+ "ecobee_thermostat",
10587
+ "nest_thermostat",
10588
+ "honeywell_thermostat"
10589
+ ],
10539
10590
  type: "string"
10540
10591
  },
10541
10592
  {
@@ -10581,7 +10632,8 @@ var openapi_default = {
10581
10632
  "controlbyweb",
10582
10633
  "smartthings",
10583
10634
  "dormakaba_oracode",
10584
- "tedee"
10635
+ "tedee",
10636
+ "honeywell"
10585
10637
  ],
10586
10638
  type: "string"
10587
10639
  },