@seamapi/types 1.109.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
  },
@@ -8355,6 +8389,7 @@ var openapi_default = {
8355
8389
  "access_code.unmanaged.removed",
8356
8390
  "lock.locked",
8357
8391
  "lock.unlocked",
8392
+ "phone.deactivated",
8358
8393
  "connected_account.connected",
8359
8394
  "connected_account.successful_login",
8360
8395
  "connected_account.created",
@@ -8405,6 +8440,7 @@ var openapi_default = {
8405
8440
  "access_code.unmanaged.removed",
8406
8441
  "lock.locked",
8407
8442
  "lock.unlocked",
8443
+ "phone.deactivated",
8408
8444
  "connected_account.connected",
8409
8445
  "connected_account.successful_login",
8410
8446
  "connected_account.created",
@@ -8813,7 +8849,11 @@ var openapi_default = {
8813
8849
  type: "string"
8814
8850
  },
8815
8851
  {
8816
- enum: ["ecobee_thermostat", "nest_thermostat"],
8852
+ enum: [
8853
+ "ecobee_thermostat",
8854
+ "nest_thermostat",
8855
+ "honeywell_thermostat"
8856
+ ],
8817
8857
  type: "string"
8818
8858
  },
8819
8859
  { enum: ["ios_phone", "android_phone"], type: "string" }
@@ -8858,7 +8898,11 @@ var openapi_default = {
8858
8898
  type: "string"
8859
8899
  },
8860
8900
  {
8861
- enum: ["ecobee_thermostat", "nest_thermostat"],
8901
+ enum: [
8902
+ "ecobee_thermostat",
8903
+ "nest_thermostat",
8904
+ "honeywell_thermostat"
8905
+ ],
8862
8906
  type: "string"
8863
8907
  },
8864
8908
  {
@@ -8904,7 +8948,8 @@ var openapi_default = {
8904
8948
  "controlbyweb",
8905
8949
  "smartthings",
8906
8950
  "dormakaba_oracode",
8907
- "tedee"
8951
+ "tedee",
8952
+ "honeywell"
8908
8953
  ],
8909
8954
  type: "string"
8910
8955
  },
@@ -10488,7 +10533,11 @@ var openapi_default = {
10488
10533
  type: "string"
10489
10534
  },
10490
10535
  {
10491
- enum: ["ecobee_thermostat", "nest_thermostat"],
10536
+ enum: [
10537
+ "ecobee_thermostat",
10538
+ "nest_thermostat",
10539
+ "honeywell_thermostat"
10540
+ ],
10492
10541
  type: "string"
10493
10542
  },
10494
10543
  { enum: ["ios_phone", "android_phone"], type: "string" }
@@ -10533,7 +10582,11 @@ var openapi_default = {
10533
10582
  type: "string"
10534
10583
  },
10535
10584
  {
10536
- enum: ["ecobee_thermostat", "nest_thermostat"],
10585
+ enum: [
10586
+ "ecobee_thermostat",
10587
+ "nest_thermostat",
10588
+ "honeywell_thermostat"
10589
+ ],
10537
10590
  type: "string"
10538
10591
  },
10539
10592
  {
@@ -10579,7 +10632,8 @@ var openapi_default = {
10579
10632
  "controlbyweb",
10580
10633
  "smartthings",
10581
10634
  "dormakaba_oracode",
10582
- "tedee"
10635
+ "tedee",
10636
+ "honeywell"
10583
10637
  ],
10584
10638
  type: "string"
10585
10639
  },