@seamapi/types 1.928.0 → 1.929.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.
Files changed (28) hide show
  1. package/dist/connect.cjs +185 -0
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +1453 -209
  4. package/dist/index.cjs +185 -0
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/access-grants/access-grant.d.ts +4 -4
  7. package/lib/seam/connect/models/acs/acs-access-group.d.ts +4 -4
  8. package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +2 -2
  9. package/lib/seam/connect/models/customer/customer-data.d.ts +12 -12
  10. package/lib/seam/connect/models/customer/location-resources.d.ts +8 -8
  11. package/lib/seam/connect/models/devices/capability-properties/access-code.d.ts +201 -0
  12. package/lib/seam/connect/models/devices/capability-properties/access-code.js +58 -0
  13. package/lib/seam/connect/models/devices/capability-properties/access-code.js.map +1 -1
  14. package/lib/seam/connect/models/devices/capability-properties/index.d.ts +165 -13
  15. package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +12 -12
  16. package/lib/seam/connect/models/devices/device-metadata.d.ts +20 -20
  17. package/lib/seam/connect/models/devices/device.d.ts +248 -40
  18. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +180 -28
  19. package/lib/seam/connect/models/spaces/space.d.ts +4 -4
  20. package/lib/seam/connect/models/thermostats/climate-preset.d.ts +4 -4
  21. package/lib/seam/connect/openapi.js +136 -0
  22. package/lib/seam/connect/openapi.js.map +1 -1
  23. package/lib/seam/connect/route-types.d.ts +884 -0
  24. package/package.json +1 -1
  25. package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +86 -0
  26. package/src/lib/seam/connect/models/devices/capability-properties/index.ts +1 -1
  27. package/src/lib/seam/connect/openapi.ts +164 -0
  28. package/src/lib/seam/connect/route-types.ts +1122 -0
@@ -803,10 +803,10 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
803
803
  dormakaba_oracode_user_level_prefix: z.ZodNumber;
804
804
  dormakaba_oracode_user_level_id: z.ZodString;
805
805
  }, "strip", z.ZodTypeAny, {
806
- name: string;
807
- prefix: number;
808
806
  check_in_time: string;
809
807
  check_out_time: string;
808
+ name: string;
809
+ prefix: number;
810
810
  is_24_hour: boolean;
811
811
  is_biweekly_mode: boolean;
812
812
  is_one_shot: boolean;
@@ -814,10 +814,10 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
814
814
  dormakaba_oracode_user_level_prefix: number;
815
815
  dormakaba_oracode_user_level_id: string;
816
816
  }, {
817
- name: string;
818
- prefix: number;
819
817
  check_in_time: string;
820
818
  check_out_time: string;
819
+ name: string;
820
+ prefix: number;
821
821
  is_24_hour: boolean;
822
822
  is_biweekly_mode: boolean;
823
823
  is_one_shot: boolean;
@@ -834,10 +834,10 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
834
834
  door_id?: number | undefined;
835
835
  iana_timezone?: string | undefined;
836
836
  predefined_time_slots?: {
837
- name: string;
838
- prefix: number;
839
837
  check_in_time: string;
840
838
  check_out_time: string;
839
+ name: string;
840
+ prefix: number;
841
841
  is_24_hour: boolean;
842
842
  is_biweekly_mode: boolean;
843
843
  is_one_shot: boolean;
@@ -854,10 +854,10 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
854
854
  door_id?: number | undefined;
855
855
  iana_timezone?: string | undefined;
856
856
  predefined_time_slots?: {
857
- name: string;
858
- prefix: number;
859
857
  check_in_time: string;
860
858
  check_out_time: string;
859
+ name: string;
860
+ prefix: number;
861
861
  is_24_hour: boolean;
862
862
  is_biweekly_mode: boolean;
863
863
  is_one_shot: boolean;
@@ -1070,13 +1070,13 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1070
1070
  device_type: z.ZodString;
1071
1071
  time_zone: z.ZodNullable<z.ZodString>;
1072
1072
  }, "strip", z.ZodTypeAny, {
1073
- device_id: string;
1074
1073
  time_zone: string | null;
1074
+ device_id: string;
1075
1075
  device_name: string;
1076
1076
  device_type: string;
1077
1077
  }, {
1078
- device_id: string;
1079
1078
  time_zone: string | null;
1079
+ device_id: string;
1080
1080
  device_name: string;
1081
1081
  device_type: string;
1082
1082
  }>>;
@@ -1299,10 +1299,10 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1299
1299
  door_id?: number | undefined;
1300
1300
  iana_timezone?: string | undefined;
1301
1301
  predefined_time_slots?: {
1302
- name: string;
1303
- prefix: number;
1304
1302
  check_in_time: string;
1305
1303
  check_out_time: string;
1304
+ name: string;
1305
+ prefix: number;
1306
1306
  is_24_hour: boolean;
1307
1307
  is_biweekly_mode: boolean;
1308
1308
  is_one_shot: boolean;
@@ -1384,8 +1384,8 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1384
1384
  is_quadient_locker?: boolean | undefined;
1385
1385
  } | undefined;
1386
1386
  ultraloq_metadata?: {
1387
- device_id: string;
1388
1387
  time_zone: string | null;
1388
+ device_id: string;
1389
1389
  device_name: string;
1390
1390
  device_type: string;
1391
1391
  } | undefined;
@@ -1586,10 +1586,10 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1586
1586
  door_id?: number | undefined;
1587
1587
  iana_timezone?: string | undefined;
1588
1588
  predefined_time_slots?: {
1589
- name: string;
1590
- prefix: number;
1591
1589
  check_in_time: string;
1592
1590
  check_out_time: string;
1591
+ name: string;
1592
+ prefix: number;
1593
1593
  is_24_hour: boolean;
1594
1594
  is_biweekly_mode: boolean;
1595
1595
  is_one_shot: boolean;
@@ -1671,8 +1671,8 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1671
1671
  is_quadient_locker?: boolean | undefined;
1672
1672
  } | undefined;
1673
1673
  ultraloq_metadata?: {
1674
- device_id: string;
1675
1674
  time_zone: string | null;
1675
+ device_id: string;
1676
1676
  device_name: string;
1677
1677
  device_type: string;
1678
1678
  } | undefined;
@@ -1711,6 +1711,102 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1711
1711
  max_length?: number | undefined;
1712
1712
  }>]>, "many">>>;
1713
1713
  supported_code_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
1714
+ offline_time_frame_options: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
1715
+ display_name: z.ZodString;
1716
+ min_duration: z.ZodOptional<z.ZodString>;
1717
+ max_duration: z.ZodOptional<z.ZodString>;
1718
+ matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
1719
+ time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1720
+ display_name: z.ZodString;
1721
+ check_in_time: z.ZodString;
1722
+ check_out_time: z.ZodString;
1723
+ }, "strip", z.ZodTypeAny, {
1724
+ display_name: string;
1725
+ check_in_time: string;
1726
+ check_out_time: string;
1727
+ }, {
1728
+ display_name: string;
1729
+ check_in_time: string;
1730
+ check_out_time: string;
1731
+ }>, "many">>;
1732
+ start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
1733
+ end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
1734
+ time_zone: z.ZodOptional<z.ZodString>;
1735
+ }, "strip", z.ZodTypeAny, {
1736
+ display_name: string;
1737
+ min_duration?: string | undefined;
1738
+ max_duration?: string | undefined;
1739
+ matching_start_end_time?: true | undefined;
1740
+ time_pairs?: {
1741
+ display_name: string;
1742
+ check_in_time: string;
1743
+ check_out_time: string;
1744
+ }[] | undefined;
1745
+ start_date_recurrence_rule?: string | undefined;
1746
+ end_date_recurrence_rule?: string | undefined;
1747
+ time_zone?: string | undefined;
1748
+ }, {
1749
+ display_name: string;
1750
+ min_duration?: string | undefined;
1751
+ max_duration?: string | undefined;
1752
+ matching_start_end_time?: true | undefined;
1753
+ time_pairs?: {
1754
+ display_name: string;
1755
+ check_in_time: string;
1756
+ check_out_time: string;
1757
+ }[] | undefined;
1758
+ start_date_recurrence_rule?: string | undefined;
1759
+ end_date_recurrence_rule?: string | undefined;
1760
+ time_zone?: string | undefined;
1761
+ }>, "many">>>;
1762
+ online_time_frame_options: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
1763
+ display_name: z.ZodString;
1764
+ min_duration: z.ZodOptional<z.ZodString>;
1765
+ max_duration: z.ZodOptional<z.ZodString>;
1766
+ matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
1767
+ time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1768
+ display_name: z.ZodString;
1769
+ check_in_time: z.ZodString;
1770
+ check_out_time: z.ZodString;
1771
+ }, "strip", z.ZodTypeAny, {
1772
+ display_name: string;
1773
+ check_in_time: string;
1774
+ check_out_time: string;
1775
+ }, {
1776
+ display_name: string;
1777
+ check_in_time: string;
1778
+ check_out_time: string;
1779
+ }>, "many">>;
1780
+ start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
1781
+ end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
1782
+ time_zone: z.ZodOptional<z.ZodString>;
1783
+ }, "strip", z.ZodTypeAny, {
1784
+ display_name: string;
1785
+ min_duration?: string | undefined;
1786
+ max_duration?: string | undefined;
1787
+ matching_start_end_time?: true | undefined;
1788
+ time_pairs?: {
1789
+ display_name: string;
1790
+ check_in_time: string;
1791
+ check_out_time: string;
1792
+ }[] | undefined;
1793
+ start_date_recurrence_rule?: string | undefined;
1794
+ end_date_recurrence_rule?: string | undefined;
1795
+ time_zone?: string | undefined;
1796
+ }, {
1797
+ display_name: string;
1798
+ min_duration?: string | undefined;
1799
+ max_duration?: string | undefined;
1800
+ matching_start_end_time?: true | undefined;
1801
+ time_pairs?: {
1802
+ display_name: string;
1803
+ check_in_time: string;
1804
+ check_out_time: string;
1805
+ }[] | undefined;
1806
+ start_date_recurrence_rule?: string | undefined;
1807
+ end_date_recurrence_rule?: string | undefined;
1808
+ time_zone?: string | undefined;
1809
+ }>, "many">>>;
1714
1810
  max_active_codes_supported: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1715
1811
  supports_backup_access_code_pool: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
1716
1812
  has_native_entry_events: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
@@ -1736,6 +1832,34 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1736
1832
  max_length?: number | undefined;
1737
1833
  })[] | undefined;
1738
1834
  supported_code_lengths?: number[] | undefined;
1835
+ offline_time_frame_options?: {
1836
+ display_name: string;
1837
+ min_duration?: string | undefined;
1838
+ max_duration?: string | undefined;
1839
+ matching_start_end_time?: true | undefined;
1840
+ time_pairs?: {
1841
+ display_name: string;
1842
+ check_in_time: string;
1843
+ check_out_time: string;
1844
+ }[] | undefined;
1845
+ start_date_recurrence_rule?: string | undefined;
1846
+ end_date_recurrence_rule?: string | undefined;
1847
+ time_zone?: string | undefined;
1848
+ }[] | undefined;
1849
+ online_time_frame_options?: {
1850
+ display_name: string;
1851
+ min_duration?: string | undefined;
1852
+ max_duration?: string | undefined;
1853
+ matching_start_end_time?: true | undefined;
1854
+ time_pairs?: {
1855
+ display_name: string;
1856
+ check_in_time: string;
1857
+ check_out_time: string;
1858
+ }[] | undefined;
1859
+ start_date_recurrence_rule?: string | undefined;
1860
+ end_date_recurrence_rule?: string | undefined;
1861
+ time_zone?: string | undefined;
1862
+ }[] | undefined;
1739
1863
  max_active_codes_supported?: number | undefined;
1740
1864
  supports_backup_access_code_pool?: boolean | undefined;
1741
1865
  has_native_entry_events?: boolean | undefined;
@@ -1756,6 +1880,34 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1756
1880
  max_length?: number | undefined;
1757
1881
  })[] | undefined;
1758
1882
  supported_code_lengths?: number[] | undefined;
1883
+ offline_time_frame_options?: {
1884
+ display_name: string;
1885
+ min_duration?: string | undefined;
1886
+ max_duration?: string | undefined;
1887
+ matching_start_end_time?: true | undefined;
1888
+ time_pairs?: {
1889
+ display_name: string;
1890
+ check_in_time: string;
1891
+ check_out_time: string;
1892
+ }[] | undefined;
1893
+ start_date_recurrence_rule?: string | undefined;
1894
+ end_date_recurrence_rule?: string | undefined;
1895
+ time_zone?: string | undefined;
1896
+ }[] | undefined;
1897
+ online_time_frame_options?: {
1898
+ display_name: string;
1899
+ min_duration?: string | undefined;
1900
+ max_duration?: string | undefined;
1901
+ matching_start_end_time?: true | undefined;
1902
+ time_pairs?: {
1903
+ display_name: string;
1904
+ check_in_time: string;
1905
+ check_out_time: string;
1906
+ }[] | undefined;
1907
+ start_date_recurrence_rule?: string | undefined;
1908
+ end_date_recurrence_rule?: string | undefined;
1909
+ time_zone?: string | undefined;
1910
+ }[] | undefined;
1759
1911
  max_active_codes_supported?: number | undefined;
1760
1912
  supports_backup_access_code_pool?: boolean | undefined;
1761
1913
  has_native_entry_events?: boolean | undefined;
@@ -1807,12 +1959,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1807
1959
  owner: "user" | "system";
1808
1960
  }>>>;
1809
1961
  }, "strip", z.ZodTypeAny, {
1962
+ display_name?: string | undefined;
1810
1963
  climate_preset_key?: string | undefined;
1811
1964
  can_edit?: boolean | undefined;
1812
1965
  can_delete?: boolean | undefined;
1813
1966
  can_use_with_thermostat_daily_programs?: boolean | undefined;
1814
1967
  name?: string | null | undefined;
1815
- display_name?: string | undefined;
1816
1968
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
1817
1969
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1818
1970
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -1827,12 +1979,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1827
1979
  owner: "user" | "system";
1828
1980
  } | undefined;
1829
1981
  }, {
1982
+ display_name?: string | undefined;
1830
1983
  climate_preset_key?: string | undefined;
1831
1984
  can_edit?: boolean | undefined;
1832
1985
  can_delete?: boolean | undefined;
1833
1986
  can_use_with_thermostat_daily_programs?: boolean | undefined;
1834
1987
  name?: string | null | undefined;
1835
- display_name?: string | undefined;
1836
1988
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
1837
1989
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1838
1990
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -1876,12 +2028,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1876
2028
  owner: "user" | "system";
1877
2029
  }>>>;
1878
2030
  }, "strip", z.ZodTypeAny, {
2031
+ display_name?: string | undefined;
1879
2032
  climate_preset_key?: string | undefined;
1880
2033
  can_edit?: boolean | undefined;
1881
2034
  can_delete?: boolean | undefined;
1882
2035
  can_use_with_thermostat_daily_programs?: boolean | undefined;
1883
2036
  name?: string | null | undefined;
1884
- display_name?: string | undefined;
1885
2037
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
1886
2038
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1887
2039
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -1896,12 +2048,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1896
2048
  owner: "user" | "system";
1897
2049
  } | undefined;
1898
2050
  }, {
2051
+ display_name?: string | undefined;
1899
2052
  climate_preset_key?: string | undefined;
1900
2053
  can_edit?: boolean | undefined;
1901
2054
  can_delete?: boolean | undefined;
1902
2055
  can_use_with_thermostat_daily_programs?: boolean | undefined;
1903
2056
  name?: string | null | undefined;
1904
- display_name?: string | undefined;
1905
2057
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
1906
2058
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1907
2059
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -1945,11 +2097,11 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1945
2097
  owner: "user" | "system";
1946
2098
  }>>;
1947
2099
  }, "strip", z.ZodTypeAny, {
2100
+ display_name: string;
1948
2101
  climate_preset_key: string;
1949
2102
  can_edit: boolean;
1950
2103
  can_delete: boolean;
1951
2104
  can_use_with_thermostat_daily_programs: boolean;
1952
- display_name: string;
1953
2105
  manual_override_allowed: boolean;
1954
2106
  name?: string | null | undefined;
1955
2107
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -1965,11 +2117,11 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1965
2117
  owner: "user" | "system";
1966
2118
  } | undefined;
1967
2119
  }, {
2120
+ display_name: string;
1968
2121
  climate_preset_key: string;
1969
2122
  can_edit: boolean;
1970
2123
  can_delete: boolean;
1971
2124
  can_use_with_thermostat_daily_programs: boolean;
1972
- display_name: string;
1973
2125
  manual_override_allowed: boolean;
1974
2126
  name?: string | null | undefined;
1975
2127
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -2146,12 +2298,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
2146
2298
  is_fan_running?: boolean | undefined;
2147
2299
  is_temporary_manual_override_active?: boolean | undefined;
2148
2300
  current_climate_setting?: {
2301
+ display_name?: string | undefined;
2149
2302
  climate_preset_key?: string | undefined;
2150
2303
  can_edit?: boolean | undefined;
2151
2304
  can_delete?: boolean | undefined;
2152
2305
  can_use_with_thermostat_daily_programs?: boolean | undefined;
2153
2306
  name?: string | null | undefined;
2154
- display_name?: string | undefined;
2155
2307
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
2156
2308
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
2157
2309
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -2167,12 +2319,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
2167
2319
  } | undefined;
2168
2320
  } | undefined;
2169
2321
  default_climate_setting?: {
2322
+ display_name?: string | undefined;
2170
2323
  climate_preset_key?: string | undefined;
2171
2324
  can_edit?: boolean | undefined;
2172
2325
  can_delete?: boolean | undefined;
2173
2326
  can_use_with_thermostat_daily_programs?: boolean | undefined;
2174
2327
  name?: string | null | undefined;
2175
- display_name?: string | undefined;
2176
2328
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
2177
2329
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
2178
2330
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -2188,11 +2340,11 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
2188
2340
  } | undefined;
2189
2341
  } | undefined;
2190
2342
  available_climate_presets?: {
2343
+ display_name: string;
2191
2344
  climate_preset_key: string;
2192
2345
  can_edit: boolean;
2193
2346
  can_delete: boolean;
2194
2347
  can_use_with_thermostat_daily_programs: boolean;
2195
- display_name: string;
2196
2348
  manual_override_allowed: boolean;
2197
2349
  name?: string | null | undefined;
2198
2350
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -2279,12 +2431,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
2279
2431
  is_fan_running?: boolean | undefined;
2280
2432
  is_temporary_manual_override_active?: boolean | undefined;
2281
2433
  current_climate_setting?: {
2434
+ display_name?: string | undefined;
2282
2435
  climate_preset_key?: string | undefined;
2283
2436
  can_edit?: boolean | undefined;
2284
2437
  can_delete?: boolean | undefined;
2285
2438
  can_use_with_thermostat_daily_programs?: boolean | undefined;
2286
2439
  name?: string | null | undefined;
2287
- display_name?: string | undefined;
2288
2440
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
2289
2441
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
2290
2442
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -2300,12 +2452,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
2300
2452
  } | undefined;
2301
2453
  } | undefined;
2302
2454
  default_climate_setting?: {
2455
+ display_name?: string | undefined;
2303
2456
  climate_preset_key?: string | undefined;
2304
2457
  can_edit?: boolean | undefined;
2305
2458
  can_delete?: boolean | undefined;
2306
2459
  can_use_with_thermostat_daily_programs?: boolean | undefined;
2307
2460
  name?: string | null | undefined;
2308
- display_name?: string | undefined;
2309
2461
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
2310
2462
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
2311
2463
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -2321,11 +2473,11 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
2321
2473
  } | undefined;
2322
2474
  } | undefined;
2323
2475
  available_climate_presets?: {
2476
+ display_name: string;
2324
2477
  climate_preset_key: string;
2325
2478
  can_edit: boolean;
2326
2479
  can_delete: boolean;
2327
2480
  can_use_with_thermostat_daily_programs: boolean;
2328
- display_name: string;
2329
2481
  manual_override_allowed: boolean;
2330
2482
  name?: string | null | undefined;
2331
2483
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -5,14 +5,14 @@ export declare const space_customer_data: z.ZodObject<{
5
5
  default_checkout_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6
6
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7
7
  }, "strip", z.ZodTypeAny, {
8
+ time_zone?: string | null | undefined;
8
9
  default_checkin_time?: string | null | undefined;
9
10
  default_checkout_time?: string | null | undefined;
10
- time_zone?: string | null | undefined;
11
11
  address?: string | null | undefined;
12
12
  }, {
13
+ time_zone?: string | null | undefined;
13
14
  default_checkin_time?: string | null | undefined;
14
15
  default_checkout_time?: string | null | undefined;
15
- time_zone?: string | null | undefined;
16
16
  address?: string | null | undefined;
17
17
  }>;
18
18
  export declare const space_geolocation: z.ZodObject<{
@@ -64,8 +64,8 @@ export declare const space: z.ZodObject<{
64
64
  parent_space_id: z.ZodOptional<z.ZodString>;
65
65
  parent_space_key: z.ZodOptional<z.ZodString>;
66
66
  }, "strip", z.ZodTypeAny, {
67
- name: string;
68
67
  display_name: string;
68
+ name: string;
69
69
  workspace_id: string;
70
70
  created_at: string;
71
71
  device_count: number;
@@ -86,8 +86,8 @@ export declare const space: z.ZodObject<{
86
86
  parent_space_id?: string | undefined;
87
87
  parent_space_key?: string | undefined;
88
88
  }, {
89
- name: string;
90
89
  display_name: string;
90
+ name: string;
91
91
  workspace_id: string;
92
92
  created_at: string;
93
93
  device_count: number;
@@ -28,11 +28,11 @@ export declare const climate_preset: z.ZodObject<{
28
28
  owner: "user" | "system";
29
29
  }>>;
30
30
  }, "strip", z.ZodTypeAny, {
31
+ display_name: string;
31
32
  climate_preset_key: string;
32
33
  can_edit: boolean;
33
34
  can_delete: boolean;
34
35
  can_use_with_thermostat_daily_programs: boolean;
35
- display_name: string;
36
36
  manual_override_allowed: boolean;
37
37
  name?: string | null | undefined;
38
38
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -48,11 +48,11 @@ export declare const climate_preset: z.ZodObject<{
48
48
  owner: "user" | "system";
49
49
  } | undefined;
50
50
  }, {
51
+ display_name: string;
51
52
  climate_preset_key: string;
52
53
  can_edit: boolean;
53
54
  can_delete: boolean;
54
55
  can_use_with_thermostat_daily_programs: boolean;
55
- display_name: string;
56
56
  manual_override_allowed: boolean;
57
57
  name?: string | null | undefined;
58
58
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -98,12 +98,12 @@ export declare const climate_setting: z.ZodObject<{
98
98
  owner: "user" | "system";
99
99
  }>>>;
100
100
  }, "strip", z.ZodTypeAny, {
101
+ display_name?: string | undefined;
101
102
  climate_preset_key?: string | undefined;
102
103
  can_edit?: boolean | undefined;
103
104
  can_delete?: boolean | undefined;
104
105
  can_use_with_thermostat_daily_programs?: boolean | undefined;
105
106
  name?: string | null | undefined;
106
- display_name?: string | undefined;
107
107
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
108
108
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
109
109
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
@@ -118,12 +118,12 @@ export declare const climate_setting: z.ZodObject<{
118
118
  owner: "user" | "system";
119
119
  } | undefined;
120
120
  }, {
121
+ display_name?: string | undefined;
121
122
  climate_preset_key?: string | undefined;
122
123
  can_edit?: boolean | undefined;
123
124
  can_delete?: boolean | undefined;
124
125
  can_use_with_thermostat_daily_programs?: boolean | undefined;
125
126
  name?: string | null | undefined;
126
- display_name?: string | undefined;
127
127
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
128
128
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
129
129
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;