@seamapi/types 1.131.0 → 1.132.1

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.
Files changed (32) hide show
  1. package/dist/connect.cjs +23 -19
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +51 -45
  4. package/lib/seam/connect/openapi.d.ts +5 -2
  5. package/lib/seam/connect/openapi.js +23 -19
  6. package/lib/seam/connect/openapi.js.map +1 -1
  7. package/lib/seam/connect/route-types.d.ts +46 -43
  8. package/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.d.ts +8 -0
  9. package/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.js +5 -0
  10. package/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.js.map +1 -0
  11. package/lib/seam/connect/unstable/models/acs/index.d.ts +1 -0
  12. package/lib/seam/connect/unstable/models/acs/index.js +1 -0
  13. package/lib/seam/connect/unstable/models/acs/index.js.map +1 -1
  14. package/lib/seam/connect/unstable/models/acs/system.d.ts +6 -3
  15. package/lib/seam/connect/unstable/models/acs/system.js +5 -2
  16. package/lib/seam/connect/unstable/models/acs/system.js.map +1 -1
  17. package/lib/seam/connect/unstable/models/devices/device-metadata.d.ts +8 -8
  18. package/lib/seam/connect/unstable/models/devices/device-metadata.js +2 -2
  19. package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +1 -1
  20. package/lib/seam/connect/unstable/models/devices/device-type.d.ts +1 -1
  21. package/lib/seam/connect/unstable/models/devices/device-type.js +1 -1
  22. package/lib/seam/connect/unstable/models/devices/device-type.js.map +1 -1
  23. package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +19 -19
  24. package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +3 -3
  25. package/package.json +1 -1
  26. package/src/lib/seam/connect/openapi.ts +23 -19
  27. package/src/lib/seam/connect/route-types.ts +122 -43
  28. package/src/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.ts +5 -0
  29. package/src/lib/seam/connect/unstable/models/acs/index.ts +1 -0
  30. package/src/lib/seam/connect/unstable/models/acs/system.ts +21 -17
  31. package/src/lib/seam/connect/unstable/models/devices/device-metadata.ts +2 -2
  32. package/src/lib/seam/connect/unstable/models/devices/device-type.ts +1 -1
package/dist/connect.cjs CHANGED
@@ -215,6 +215,7 @@ var openapi_default = {
215
215
  acs_system: {
216
216
  properties: {
217
217
  acs_system_id: { format: "uuid", type: "string" },
218
+ can_automate_enrollment: { type: "boolean" },
218
219
  connected_account_ids: { items: { type: "string" }, type: "array" },
219
220
  created_at: { format: "date-time", type: "string" },
220
221
  external_type: {
@@ -635,7 +636,7 @@ var openapi_default = {
635
636
  enum: [
636
637
  "ecobee_thermostat",
637
638
  "nest_thermostat",
638
- "honeywell_thermostat"
639
+ "honeywell_resideo_thermostat"
639
640
  ],
640
641
  type: "string"
641
642
  },
@@ -955,12 +956,15 @@ var openapi_default = {
955
956
  required: ["device_name", "door_name"],
956
957
  type: "object"
957
958
  },
958
- honeywell_metadata: {
959
+ honeywell_resideo_metadata: {
959
960
  properties: {
960
961
  device_name: { type: "string" },
961
- honeywell_device_id: { type: "string" }
962
+ honeywell_resideo_device_id: { type: "string" }
962
963
  },
963
- required: ["honeywell_device_id", "device_name"],
964
+ required: [
965
+ "honeywell_resideo_device_id",
966
+ "device_name"
967
+ ],
964
968
  type: "object"
965
969
  },
966
970
  hubitat_metadata: {
@@ -1786,7 +1790,7 @@ var openapi_default = {
1786
1790
  "assa_abloy_credential_service",
1787
1791
  "seam_bridge",
1788
1792
  "tedee",
1789
- "honeywell"
1793
+ "honeywell_resideo"
1790
1794
  ],
1791
1795
  type: "string"
1792
1796
  },
@@ -2158,7 +2162,7 @@ var openapi_default = {
2158
2162
  enum: [
2159
2163
  "ecobee_thermostat",
2160
2164
  "nest_thermostat",
2161
- "honeywell_thermostat"
2165
+ "honeywell_resideo_thermostat"
2162
2166
  ],
2163
2167
  type: "string"
2164
2168
  },
@@ -7064,7 +7068,7 @@ var openapi_default = {
7064
7068
  "assa_abloy_credential_service",
7065
7069
  "seam_bridge",
7066
7070
  "tedee",
7067
- "honeywell",
7071
+ "honeywell_resideo",
7068
7072
  "yale_access",
7069
7073
  "hid_cm",
7070
7074
  "google_nest"
@@ -7713,7 +7717,7 @@ var openapi_default = {
7713
7717
  enum: [
7714
7718
  "ecobee_thermostat",
7715
7719
  "nest_thermostat",
7716
- "honeywell_thermostat"
7720
+ "honeywell_resideo_thermostat"
7717
7721
  ],
7718
7722
  type: "string"
7719
7723
  },
@@ -7762,7 +7766,7 @@ var openapi_default = {
7762
7766
  enum: [
7763
7767
  "ecobee_thermostat",
7764
7768
  "nest_thermostat",
7765
- "honeywell_thermostat"
7769
+ "honeywell_resideo_thermostat"
7766
7770
  ],
7767
7771
  type: "string"
7768
7772
  },
@@ -7810,7 +7814,7 @@ var openapi_default = {
7810
7814
  "smartthings",
7811
7815
  "dormakaba_oracode",
7812
7816
  "tedee",
7813
- "honeywell"
7817
+ "honeywell_resideo"
7814
7818
  ],
7815
7819
  type: "string"
7816
7820
  },
@@ -8039,7 +8043,7 @@ var openapi_default = {
8039
8043
  enum: [
8040
8044
  "ecobee_thermostat",
8041
8045
  "nest_thermostat",
8042
- "honeywell_thermostat"
8046
+ "honeywell_resideo_thermostat"
8043
8047
  ],
8044
8048
  type: "string"
8045
8049
  },
@@ -8088,7 +8092,7 @@ var openapi_default = {
8088
8092
  enum: [
8089
8093
  "ecobee_thermostat",
8090
8094
  "nest_thermostat",
8091
- "honeywell_thermostat"
8095
+ "honeywell_resideo_thermostat"
8092
8096
  ],
8093
8097
  type: "string"
8094
8098
  },
@@ -8136,7 +8140,7 @@ var openapi_default = {
8136
8140
  "smartthings",
8137
8141
  "dormakaba_oracode",
8138
8142
  "tedee",
8139
- "honeywell"
8143
+ "honeywell_resideo"
8140
8144
  ],
8141
8145
  type: "string"
8142
8146
  },
@@ -8973,7 +8977,7 @@ var openapi_default = {
8973
8977
  enum: [
8974
8978
  "ecobee_thermostat",
8975
8979
  "nest_thermostat",
8976
- "honeywell_thermostat"
8980
+ "honeywell_resideo_thermostat"
8977
8981
  ],
8978
8982
  type: "string"
8979
8983
  },
@@ -9022,7 +9026,7 @@ var openapi_default = {
9022
9026
  enum: [
9023
9027
  "ecobee_thermostat",
9024
9028
  "nest_thermostat",
9025
- "honeywell_thermostat"
9029
+ "honeywell_resideo_thermostat"
9026
9030
  ],
9027
9031
  type: "string"
9028
9032
  },
@@ -9070,7 +9074,7 @@ var openapi_default = {
9070
9074
  "smartthings",
9071
9075
  "dormakaba_oracode",
9072
9076
  "tedee",
9073
- "honeywell"
9077
+ "honeywell_resideo"
9074
9078
  ],
9075
9079
  type: "string"
9076
9080
  },
@@ -10669,7 +10673,7 @@ var openapi_default = {
10669
10673
  enum: [
10670
10674
  "ecobee_thermostat",
10671
10675
  "nest_thermostat",
10672
- "honeywell_thermostat"
10676
+ "honeywell_resideo_thermostat"
10673
10677
  ],
10674
10678
  type: "string"
10675
10679
  },
@@ -10718,7 +10722,7 @@ var openapi_default = {
10718
10722
  enum: [
10719
10723
  "ecobee_thermostat",
10720
10724
  "nest_thermostat",
10721
- "honeywell_thermostat"
10725
+ "honeywell_resideo_thermostat"
10722
10726
  ],
10723
10727
  type: "string"
10724
10728
  },
@@ -10766,7 +10770,7 @@ var openapi_default = {
10766
10770
  "smartthings",
10767
10771
  "dormakaba_oracode",
10768
10772
  "tedee",
10769
- "honeywell"
10773
+ "honeywell_resideo"
10770
10774
  ],
10771
10775
  type: "string"
10772
10776
  },