@seamapi/types 1.292.2 → 1.293.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 (30) hide show
  1. package/dist/connect.cjs +20 -0
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +69 -0
  4. package/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.js → assa-abloy-vostio.js} +1 -1
  5. package/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.js.map → assa-abloy-vostio.js.map} +1 -1
  6. package/lib/seam/connect/models/acs/metadata/{dormakaba_community.js → dormakaba-community.js} +1 -1
  7. package/lib/seam/connect/models/acs/metadata/{dormakaba_community.js.map → dormakaba-community.js.map} +1 -1
  8. package/lib/seam/connect/models/acs/metadata/index.d.ts +2 -2
  9. package/lib/seam/connect/models/acs/metadata/index.js +2 -2
  10. package/lib/seam/connect/models/devices/capability-properties/index.d.ts +5 -0
  11. package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +5 -0
  12. package/lib/seam/connect/models/devices/device.d.ts +7 -0
  13. package/lib/seam/connect/models/devices/phone.d.ts +5 -0
  14. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
  15. package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +3 -0
  16. package/lib/seam/connect/models/thermostats/thermostat-schedule.js +8 -0
  17. package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
  18. package/lib/seam/connect/openapi.d.ts +20 -0
  19. package/lib/seam/connect/openapi.js +13 -0
  20. package/lib/seam/connect/openapi.js.map +1 -1
  21. package/lib/seam/connect/route-types.d.ts +34 -0
  22. package/package.json +1 -1
  23. package/src/lib/seam/connect/models/acs/metadata/index.ts +2 -2
  24. package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +10 -0
  25. package/src/lib/seam/connect/openapi.ts +15 -0
  26. package/src/lib/seam/connect/route-types.ts +34 -0
  27. /package/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.d.ts → assa-abloy-vostio.d.ts} +0 -0
  28. /package/lib/seam/connect/models/acs/metadata/{dormakaba_community.d.ts → dormakaba-community.d.ts} +0 -0
  29. /package/src/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.ts → assa-abloy-vostio.ts} +0 -0
  30. /package/src/lib/seam/connect/models/acs/metadata/{dormakaba_community.ts → dormakaba-community.ts} +0 -0
@@ -6335,6 +6335,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
6335
6335
  climate_preset_key: z.ZodString;
6336
6336
  max_override_period_minutes: z.ZodNumber;
6337
6337
  starts_at: z.ZodString;
6338
+ unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
6338
6339
  ends_at: z.ZodString;
6339
6340
  created_at: z.ZodString;
6340
6341
  errors: z.ZodAny;
@@ -6348,6 +6349,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
6348
6349
  ends_at: string;
6349
6350
  errors?: any;
6350
6351
  name?: string | undefined;
6352
+ unstable_is_override_allowed?: boolean | undefined;
6351
6353
  }, {
6352
6354
  created_at: string;
6353
6355
  climate_preset_key: string;
@@ -6358,6 +6360,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
6358
6360
  ends_at: string;
6359
6361
  errors?: any;
6360
6362
  name?: string | undefined;
6363
+ unstable_is_override_allowed?: boolean | undefined;
6361
6364
  }>>>>;
6362
6365
  min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
6363
6366
  min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
@@ -6449,6 +6452,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
6449
6452
  ends_at: string;
6450
6453
  errors?: any;
6451
6454
  name?: string | undefined;
6455
+ unstable_is_override_allowed?: boolean | undefined;
6452
6456
  } | null | undefined;
6453
6457
  min_cooling_set_point_celsius?: number | undefined;
6454
6458
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -6530,6 +6534,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
6530
6534
  ends_at: string;
6531
6535
  errors?: any;
6532
6536
  name?: string | undefined;
6537
+ unstable_is_override_allowed?: boolean | undefined;
6533
6538
  } | null | undefined;
6534
6539
  min_cooling_set_point_celsius?: number | undefined;
6535
6540
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -6985,6 +6990,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
6985
6990
  ends_at: string;
6986
6991
  errors?: any;
6987
6992
  name?: string | undefined;
6993
+ unstable_is_override_allowed?: boolean | undefined;
6988
6994
  } | null | undefined;
6989
6995
  min_cooling_set_point_celsius?: number | undefined;
6990
6996
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -7392,6 +7398,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
7392
7398
  ends_at: string;
7393
7399
  errors?: any;
7394
7400
  name?: string | undefined;
7401
+ unstable_is_override_allowed?: boolean | undefined;
7395
7402
  } | null | undefined;
7396
7403
  min_cooling_set_point_celsius?: number | undefined;
7397
7404
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -9103,6 +9110,7 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
9103
9110
  climate_preset_key: z.ZodString;
9104
9111
  max_override_period_minutes: z.ZodNumber;
9105
9112
  starts_at: z.ZodString;
9113
+ unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
9106
9114
  ends_at: z.ZodString;
9107
9115
  created_at: z.ZodString;
9108
9116
  errors: z.ZodAny;
@@ -9116,6 +9124,7 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
9116
9124
  ends_at: string;
9117
9125
  errors?: any;
9118
9126
  name?: string | undefined;
9127
+ unstable_is_override_allowed?: boolean | undefined;
9119
9128
  }, {
9120
9129
  created_at: string;
9121
9130
  climate_preset_key: string;
@@ -9126,6 +9135,7 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
9126
9135
  ends_at: string;
9127
9136
  errors?: any;
9128
9137
  name?: string | undefined;
9138
+ unstable_is_override_allowed?: boolean | undefined;
9129
9139
  }>>>>;
9130
9140
  min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
9131
9141
  min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
@@ -9217,6 +9227,7 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
9217
9227
  ends_at: string;
9218
9228
  errors?: any;
9219
9229
  name?: string | undefined;
9230
+ unstable_is_override_allowed?: boolean | undefined;
9220
9231
  } | null | undefined;
9221
9232
  min_cooling_set_point_celsius?: number | undefined;
9222
9233
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -9298,6 +9309,7 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
9298
9309
  ends_at: string;
9299
9310
  errors?: any;
9300
9311
  name?: string | undefined;
9312
+ unstable_is_override_allowed?: boolean | undefined;
9301
9313
  } | null | undefined;
9302
9314
  min_cooling_set_point_celsius?: number | undefined;
9303
9315
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -11720,6 +11732,7 @@ declare const thermostat_schedule: z.ZodObject<{
11720
11732
  climate_preset_key: z.ZodString;
11721
11733
  max_override_period_minutes: z.ZodNumber;
11722
11734
  starts_at: z.ZodString;
11735
+ unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
11723
11736
  ends_at: z.ZodString;
11724
11737
  created_at: z.ZodString;
11725
11738
  errors: z.ZodAny;
@@ -11733,6 +11746,7 @@ declare const thermostat_schedule: z.ZodObject<{
11733
11746
  ends_at: string;
11734
11747
  errors?: any;
11735
11748
  name?: string | undefined;
11749
+ unstable_is_override_allowed?: boolean | undefined;
11736
11750
  }, {
11737
11751
  created_at: string;
11738
11752
  climate_preset_key: string;
@@ -11743,6 +11757,7 @@ declare const thermostat_schedule: z.ZodObject<{
11743
11757
  ends_at: string;
11744
11758
  errors?: any;
11745
11759
  name?: string | undefined;
11760
+ unstable_is_override_allowed?: boolean | undefined;
11746
11761
  }>;
11747
11762
  type ThermostatSchedule = z.infer<typeof thermostat_schedule>;
11748
11763
 
@@ -15152,6 +15167,11 @@ declare const _default: {
15152
15167
  format: string;
15153
15168
  type: string;
15154
15169
  };
15170
+ unstable_is_override_allowed: {
15171
+ description: string;
15172
+ type: string;
15173
+ 'x-undocumented': string;
15174
+ };
15155
15175
  };
15156
15176
  required: string[];
15157
15177
  type: string;
@@ -15975,6 +15995,11 @@ declare const _default: {
15975
15995
  format: string;
15976
15996
  type: string;
15977
15997
  };
15998
+ unstable_is_override_allowed: {
15999
+ description: string;
16000
+ type: string;
16001
+ 'x-undocumented': string;
16002
+ };
15978
16003
  };
15979
16004
  required: string[];
15980
16005
  type: string;
@@ -28764,6 +28789,10 @@ declare const _default: {
28764
28789
  description: string;
28765
28790
  type: string;
28766
28791
  };
28792
+ is_override_allowed: {
28793
+ default: boolean;
28794
+ type: string;
28795
+ };
28767
28796
  max_override_period_minutes: {
28768
28797
  default: number;
28769
28798
  description: string;
@@ -29096,6 +29125,9 @@ declare const _default: {
29096
29125
  description: string;
29097
29126
  type: string;
29098
29127
  };
29128
+ is_override_allowed: {
29129
+ type: string;
29130
+ };
29099
29131
  max_override_period_minutes: {
29100
29132
  description: string;
29101
29133
  minimum: number;
@@ -29188,6 +29220,9 @@ declare const _default: {
29188
29220
  description: string;
29189
29221
  type: string;
29190
29222
  };
29223
+ is_override_allowed: {
29224
+ type: string;
29225
+ };
29191
29226
  max_override_period_minutes: {
29192
29227
  description: string;
29193
29228
  minimum: number;
@@ -41859,6 +41894,8 @@ interface Routes {
41859
41894
  max_override_period_minutes: number;
41860
41895
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
41861
41896
  starts_at: string;
41897
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
41898
+ unstable_is_override_allowed?: boolean | undefined;
41862
41899
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
41863
41900
  ends_at: string;
41864
41901
  /** Date and time at which the thermostat schedule was created. */
@@ -42404,6 +42441,8 @@ interface Routes {
42404
42441
  max_override_period_minutes: number;
42405
42442
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
42406
42443
  starts_at: string;
42444
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
42445
+ unstable_is_override_allowed?: boolean | undefined;
42407
42446
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
42408
42447
  ends_at: string;
42409
42448
  /** Date and time at which the thermostat schedule was created. */
@@ -43352,6 +43391,8 @@ interface Routes {
43352
43391
  max_override_period_minutes: number;
43353
43392
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
43354
43393
  starts_at: string;
43394
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
43395
+ unstable_is_override_allowed?: boolean | undefined;
43355
43396
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
43356
43397
  ends_at: string;
43357
43398
  /** Date and time at which the thermostat schedule was created. */
@@ -43860,6 +43901,8 @@ interface Routes {
43860
43901
  max_override_period_minutes: number;
43861
43902
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
43862
43903
  starts_at: string;
43904
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
43905
+ unstable_is_override_allowed?: boolean | undefined;
43863
43906
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
43864
43907
  ends_at: string;
43865
43908
  /** Date and time at which the thermostat schedule was created. */
@@ -44405,6 +44448,8 @@ interface Routes {
44405
44448
  max_override_period_minutes: number;
44406
44449
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
44407
44450
  starts_at: string;
44451
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
44452
+ unstable_is_override_allowed?: boolean | undefined;
44408
44453
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
44409
44454
  ends_at: string;
44410
44455
  /** Date and time at which the thermostat schedule was created. */
@@ -44913,6 +44958,8 @@ interface Routes {
44913
44958
  max_override_period_minutes: number;
44914
44959
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
44915
44960
  starts_at: string;
44961
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
44962
+ unstable_is_override_allowed?: boolean | undefined;
44916
44963
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
44917
44964
  ends_at: string;
44918
44965
  /** Date and time at which the thermostat schedule was created. */
@@ -46958,6 +47005,8 @@ interface Routes {
46958
47005
  max_override_period_minutes: number;
46959
47006
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
46960
47007
  starts_at: string;
47008
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
47009
+ unstable_is_override_allowed?: boolean | undefined;
46961
47010
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
46962
47011
  ends_at: string;
46963
47012
  /** Date and time at which the thermostat schedule was created. */
@@ -47466,6 +47515,8 @@ interface Routes {
47466
47515
  max_override_period_minutes: number;
47467
47516
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47468
47517
  starts_at: string;
47518
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
47519
+ unstable_is_override_allowed?: boolean | undefined;
47469
47520
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
47470
47521
  ends_at: string;
47471
47522
  /** Date and time at which the thermostat schedule was created. */
@@ -51952,6 +52003,8 @@ interface Routes {
51952
52003
  max_override_period_minutes: number;
51953
52004
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
51954
52005
  starts_at: string;
52006
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
52007
+ unstable_is_override_allowed?: boolean | undefined;
51955
52008
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
51956
52009
  ends_at: string;
51957
52010
  /** Date and time at which the thermostat schedule was created. */
@@ -53979,6 +54032,8 @@ interface Routes {
53979
54032
  max_override_period_minutes: number;
53980
54033
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
53981
54034
  starts_at: string;
54035
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
54036
+ unstable_is_override_allowed?: boolean | undefined;
53982
54037
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
53983
54038
  ends_at: string;
53984
54039
  /** Date and time at which the thermostat schedule was created. */
@@ -54487,6 +54542,8 @@ interface Routes {
54487
54542
  max_override_period_minutes: number;
54488
54543
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
54489
54544
  starts_at: string;
54545
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
54546
+ unstable_is_override_allowed?: boolean | undefined;
54490
54547
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
54491
54548
  ends_at: string;
54492
54549
  /** Date and time at which the thermostat schedule was created. */
@@ -55308,6 +55365,7 @@ interface Routes {
55308
55365
  starts_at: string;
55309
55366
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55310
55367
  ends_at: string;
55368
+ is_override_allowed?: boolean | undefined;
55311
55369
  };
55312
55370
  commonParams: {};
55313
55371
  formData: {};
@@ -55326,6 +55384,8 @@ interface Routes {
55326
55384
  max_override_period_minutes: number;
55327
55385
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55328
55386
  starts_at: string;
55387
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
55388
+ unstable_is_override_allowed?: boolean | undefined;
55329
55389
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55330
55390
  ends_at: string;
55331
55391
  /** Date and time at which the thermostat schedule was created. */
@@ -55372,6 +55432,8 @@ interface Routes {
55372
55432
  max_override_period_minutes: number;
55373
55433
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55374
55434
  starts_at: string;
55435
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
55436
+ unstable_is_override_allowed?: boolean | undefined;
55375
55437
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55376
55438
  ends_at: string;
55377
55439
  /** Date and time at which the thermostat schedule was created. */
@@ -55407,6 +55469,8 @@ interface Routes {
55407
55469
  max_override_period_minutes: number;
55408
55470
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55409
55471
  starts_at: string;
55472
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
55473
+ unstable_is_override_allowed?: boolean | undefined;
55410
55474
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55411
55475
  ends_at: string;
55412
55476
  /** Date and time at which the thermostat schedule was created. */
@@ -55433,6 +55497,7 @@ interface Routes {
55433
55497
  starts_at?: string | undefined;
55434
55498
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
55435
55499
  ends_at?: string | undefined;
55500
+ is_override_allowed?: boolean | undefined;
55436
55501
  };
55437
55502
  commonParams: {};
55438
55503
  formData: {};
@@ -56871,6 +56936,8 @@ interface Routes {
56871
56936
  max_override_period_minutes: number;
56872
56937
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
56873
56938
  starts_at: string;
56939
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
56940
+ unstable_is_override_allowed?: boolean | undefined;
56874
56941
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
56875
56942
  ends_at: string;
56876
56943
  /** Date and time at which the thermostat schedule was created. */
@@ -57381,6 +57448,8 @@ interface Routes {
57381
57448
  max_override_period_minutes: number;
57382
57449
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
57383
57450
  starts_at: string;
57451
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
57452
+ unstable_is_override_allowed?: boolean | undefined;
57384
57453
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
57385
57454
  ends_at: string;
57386
57455
  /** Date and time at which the thermostat schedule was created. */
@@ -6,4 +6,4 @@ export const acs_entrance_assa_abloy_vostio_metadata = z.object({
6
6
  stand_open: z.boolean().optional(),
7
7
  pms_id: z.string().optional(),
8
8
  });
9
- //# sourceMappingURL=assa_abloy_vostio.js.map
9
+ //# sourceMappingURL=assa-abloy-vostio.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"assa_abloy_vostio.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/assa_abloy_vostio.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,uCAAuC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9D,SAAS,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;IAC1E,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAA"}
1
+ {"version":3,"file":"assa-abloy-vostio.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,uCAAuC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9D,SAAS,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;IAC1E,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAA"}
@@ -2,4 +2,4 @@ import { z } from 'zod';
2
2
  export const acs_entrance_dormakaba_community_metadata = z.object({
3
3
  access_point_name: z.string(),
4
4
  });
5
- //# sourceMappingURL=dormakaba_community.js.map
5
+ //# sourceMappingURL=dormakaba-community.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dormakaba_community.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/dormakaba_community.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,yCAAyC,GAAG,CAAC,CAAC,MAAM,CAAC;IAChE,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE;CAC9B,CAAC,CAAA"}
1
+ {"version":3,"file":"dormakaba-community.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,yCAAyC,GAAG,CAAC,CAAC,MAAM,CAAC;IAChE,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE;CAC9B,CAAC,CAAA"}
@@ -1,5 +1,5 @@
1
- export * from './assa_abloy_vostio.js';
2
- export * from './dormakaba_community.js';
1
+ export * from './assa-abloy-vostio.js';
2
+ export * from './dormakaba-community.js';
3
3
  export * from './latch.js';
4
4
  export * from './salto.js';
5
5
  export * from './visionline.js';
@@ -1,5 +1,5 @@
1
- export * from './assa_abloy_vostio.js';
2
- export * from './dormakaba_community.js';
1
+ export * from './assa-abloy-vostio.js';
2
+ export * from './dormakaba-community.js';
3
3
  export * from './latch.js';
4
4
  export * from './salto.js';
5
5
  export * from './visionline.js';
@@ -213,6 +213,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
213
213
  climate_preset_key: z.ZodString;
214
214
  max_override_period_minutes: z.ZodNumber;
215
215
  starts_at: z.ZodString;
216
+ unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
216
217
  ends_at: z.ZodString;
217
218
  created_at: z.ZodString;
218
219
  errors: z.ZodAny;
@@ -226,6 +227,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
226
227
  ends_at: string;
227
228
  name?: string | undefined;
228
229
  errors?: any;
230
+ unstable_is_override_allowed?: boolean | undefined;
229
231
  }, {
230
232
  created_at: string;
231
233
  climate_preset_key: string;
@@ -236,6 +238,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
236
238
  ends_at: string;
237
239
  name?: string | undefined;
238
240
  errors?: any;
241
+ unstable_is_override_allowed?: boolean | undefined;
239
242
  }>>>>;
240
243
  min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
241
244
  min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
@@ -327,6 +330,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
327
330
  ends_at: string;
328
331
  name?: string | undefined;
329
332
  errors?: any;
333
+ unstable_is_override_allowed?: boolean | undefined;
330
334
  } | null | undefined;
331
335
  min_cooling_set_point_celsius?: number | undefined;
332
336
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -408,6 +412,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
408
412
  ends_at: string;
409
413
  name?: string | undefined;
410
414
  errors?: any;
415
+ unstable_is_override_allowed?: boolean | undefined;
411
416
  } | null | undefined;
412
417
  min_cooling_set_point_celsius?: number | undefined;
413
418
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -138,6 +138,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
138
138
  climate_preset_key: z.ZodString;
139
139
  max_override_period_minutes: z.ZodNumber;
140
140
  starts_at: z.ZodString;
141
+ unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
141
142
  ends_at: z.ZodString;
142
143
  created_at: z.ZodString;
143
144
  errors: z.ZodAny;
@@ -151,6 +152,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
151
152
  ends_at: string;
152
153
  name?: string | undefined;
153
154
  errors?: any;
155
+ unstable_is_override_allowed?: boolean | undefined;
154
156
  }, {
155
157
  created_at: string;
156
158
  climate_preset_key: string;
@@ -161,6 +163,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
161
163
  ends_at: string;
162
164
  name?: string | undefined;
163
165
  errors?: any;
166
+ unstable_is_override_allowed?: boolean | undefined;
164
167
  }>>>>;
165
168
  min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
166
169
  min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
@@ -252,6 +255,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
252
255
  ends_at: string;
253
256
  name?: string | undefined;
254
257
  errors?: any;
258
+ unstable_is_override_allowed?: boolean | undefined;
255
259
  } | null | undefined;
256
260
  min_cooling_set_point_celsius?: number | undefined;
257
261
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -333,6 +337,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
333
337
  ends_at: string;
334
338
  name?: string | undefined;
335
339
  errors?: any;
340
+ unstable_is_override_allowed?: boolean | undefined;
336
341
  } | null | undefined;
337
342
  min_cooling_set_point_celsius?: number | undefined;
338
343
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -1792,6 +1792,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
1792
1792
  climate_preset_key: z.ZodString;
1793
1793
  max_override_period_minutes: z.ZodNumber;
1794
1794
  starts_at: z.ZodString;
1795
+ unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
1795
1796
  ends_at: z.ZodString;
1796
1797
  created_at: z.ZodString;
1797
1798
  errors: z.ZodAny;
@@ -1805,6 +1806,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
1805
1806
  ends_at: string;
1806
1807
  name?: string | undefined;
1807
1808
  errors?: any;
1809
+ unstable_is_override_allowed?: boolean | undefined;
1808
1810
  }, {
1809
1811
  created_at: string;
1810
1812
  climate_preset_key: string;
@@ -1815,6 +1817,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
1815
1817
  ends_at: string;
1816
1818
  name?: string | undefined;
1817
1819
  errors?: any;
1820
+ unstable_is_override_allowed?: boolean | undefined;
1818
1821
  }>>>>;
1819
1822
  min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
1820
1823
  min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
@@ -1906,6 +1909,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
1906
1909
  ends_at: string;
1907
1910
  name?: string | undefined;
1908
1911
  errors?: any;
1912
+ unstable_is_override_allowed?: boolean | undefined;
1909
1913
  } | null | undefined;
1910
1914
  min_cooling_set_point_celsius?: number | undefined;
1911
1915
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -1987,6 +1991,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
1987
1991
  ends_at: string;
1988
1992
  name?: string | undefined;
1989
1993
  errors?: any;
1994
+ unstable_is_override_allowed?: boolean | undefined;
1990
1995
  } | null | undefined;
1991
1996
  min_cooling_set_point_celsius?: number | undefined;
1992
1997
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -2446,6 +2451,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
2446
2451
  ends_at: string;
2447
2452
  name?: string | undefined;
2448
2453
  errors?: any;
2454
+ unstable_is_override_allowed?: boolean | undefined;
2449
2455
  } | null | undefined;
2450
2456
  min_cooling_set_point_celsius?: number | undefined;
2451
2457
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -2853,6 +2859,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
2853
2859
  ends_at: string;
2854
2860
  name?: string | undefined;
2855
2861
  errors?: any;
2862
+ unstable_is_override_allowed?: boolean | undefined;
2856
2863
  } | null | undefined;
2857
2864
  min_cooling_set_point_celsius?: number | undefined;
2858
2865
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -1574,6 +1574,7 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
1574
1574
  climate_preset_key: z.ZodString;
1575
1575
  max_override_period_minutes: z.ZodNumber;
1576
1576
  starts_at: z.ZodString;
1577
+ unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
1577
1578
  ends_at: z.ZodString;
1578
1579
  created_at: z.ZodString;
1579
1580
  errors: z.ZodAny;
@@ -1587,6 +1588,7 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
1587
1588
  ends_at: string;
1588
1589
  name?: string | undefined;
1589
1590
  errors?: any;
1591
+ unstable_is_override_allowed?: boolean | undefined;
1590
1592
  }, {
1591
1593
  created_at: string;
1592
1594
  climate_preset_key: string;
@@ -1597,6 +1599,7 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
1597
1599
  ends_at: string;
1598
1600
  name?: string | undefined;
1599
1601
  errors?: any;
1602
+ unstable_is_override_allowed?: boolean | undefined;
1600
1603
  }>>>>;
1601
1604
  min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
1602
1605
  min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
@@ -1688,6 +1691,7 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
1688
1691
  ends_at: string;
1689
1692
  name?: string | undefined;
1690
1693
  errors?: any;
1694
+ unstable_is_override_allowed?: boolean | undefined;
1691
1695
  } | null | undefined;
1692
1696
  min_cooling_set_point_celsius?: number | undefined;
1693
1697
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -1769,6 +1773,7 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
1769
1773
  ends_at: string;
1770
1774
  name?: string | undefined;
1771
1775
  errors?: any;
1776
+ unstable_is_override_allowed?: boolean | undefined;
1772
1777
  } | null | undefined;
1773
1778
  min_cooling_set_point_celsius?: number | undefined;
1774
1779
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -1573,6 +1573,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
1573
1573
  climate_preset_key: z.ZodString;
1574
1574
  max_override_period_minutes: z.ZodNumber;
1575
1575
  starts_at: z.ZodString;
1576
+ unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
1576
1577
  ends_at: z.ZodString;
1577
1578
  created_at: z.ZodString;
1578
1579
  errors: z.ZodAny;
@@ -1586,6 +1587,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
1586
1587
  ends_at: string;
1587
1588
  name?: string | undefined;
1588
1589
  errors?: any;
1590
+ unstable_is_override_allowed?: boolean | undefined;
1589
1591
  }, {
1590
1592
  created_at: string;
1591
1593
  climate_preset_key: string;
@@ -1596,6 +1598,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
1596
1598
  ends_at: string;
1597
1599
  name?: string | undefined;
1598
1600
  errors?: any;
1601
+ unstable_is_override_allowed?: boolean | undefined;
1599
1602
  }>>>>;
1600
1603
  min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
1601
1604
  min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
@@ -1687,6 +1690,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
1687
1690
  ends_at: string;
1688
1691
  name?: string | undefined;
1689
1692
  errors?: any;
1693
+ unstable_is_override_allowed?: boolean | undefined;
1690
1694
  } | null | undefined;
1691
1695
  min_cooling_set_point_celsius?: number | undefined;
1692
1696
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -1768,6 +1772,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
1768
1772
  ends_at: string;
1769
1773
  name?: string | undefined;
1770
1774
  errors?: any;
1775
+ unstable_is_override_allowed?: boolean | undefined;
1771
1776
  } | null | undefined;
1772
1777
  min_cooling_set_point_celsius?: number | undefined;
1773
1778
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -6,6 +6,7 @@ export declare const thermostat_schedule: z.ZodObject<{
6
6
  climate_preset_key: z.ZodString;
7
7
  max_override_period_minutes: z.ZodNumber;
8
8
  starts_at: z.ZodString;
9
+ unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
9
10
  ends_at: z.ZodString;
10
11
  created_at: z.ZodString;
11
12
  errors: z.ZodAny;
@@ -19,6 +20,7 @@ export declare const thermostat_schedule: z.ZodObject<{
19
20
  ends_at: string;
20
21
  name?: string | undefined;
21
22
  errors?: any;
23
+ unstable_is_override_allowed?: boolean | undefined;
22
24
  }, {
23
25
  created_at: string;
24
26
  climate_preset_key: string;
@@ -29,5 +31,6 @@ export declare const thermostat_schedule: z.ZodObject<{
29
31
  ends_at: string;
30
32
  name?: string | undefined;
31
33
  errors?: any;
34
+ unstable_is_override_allowed?: boolean | undefined;
32
35
  }>;
33
36
  export type ThermostatSchedule = z.infer<typeof thermostat_schedule>;
@@ -25,6 +25,14 @@ export const thermostat_schedule = z
25
25
  .string()
26
26
  .datetime()
27
27
  .describe('Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.'),
28
+ unstable_is_override_allowed: z
29
+ .boolean()
30
+ .optional()
31
+ .describe(`
32
+ ---
33
+ undocumented: Unstable
34
+ ---
35
+ Indicates whether a person at the thermostat can change the thermostat's settings.`),
28
36
  ends_at: z
29
37
  .string()
30
38
  .datetime()
@@ -1 +1 @@
1
- {"version":3,"file":"thermostat-schedule.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/thermostats/thermostat-schedule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC;KACjC,MAAM,CAAC;IACN,sBAAsB,EAAE,CAAC;SACtB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,gCAAgC,CAAC;IAC7C,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,sCAAsC,CAAC;IACnD,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,yDAAyD,CAAC;IACtE,kBAAkB,EAAE,CAAC;SAClB,MAAM,EAAE;SACR,QAAQ,CACP,kKAAkK,CACnK;IACH,2BAA2B,EAAE,CAAC;SAC3B,MAAM,EAAE;SACR,GAAG,EAAE;SACL,WAAW,EAAE;SACb,QAAQ,CACP,mVAAmV,CACpV;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,sIAAsI,CACvI;IACH,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,oIAAoI,CACrI;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,MAAM,EAAE,CAAC;SACN,GAAG,EAAE;SACL,QAAQ,CACP,gZAAgZ,CACjZ;CACJ,CAAC;KACD,QAAQ,CACP,icAAic,CAClc,CAAA"}
1
+ {"version":3,"file":"thermostat-schedule.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/thermostats/thermostat-schedule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC;KACjC,MAAM,CAAC;IACN,sBAAsB,EAAE,CAAC;SACtB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,gCAAgC,CAAC;IAC7C,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,sCAAsC,CAAC;IACnD,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,yDAAyD,CAAC;IACtE,kBAAkB,EAAE,CAAC;SAClB,MAAM,EAAE;SACR,QAAQ,CACP,kKAAkK,CACnK;IACH,2BAA2B,EAAE,CAAC;SAC3B,MAAM,EAAE;SACR,GAAG,EAAE;SACL,WAAW,EAAE;SACb,QAAQ,CACP,mVAAmV,CACpV;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,sIAAsI,CACvI;IACH,4BAA4B,EAAE,CAAC;SAC5B,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP;;;;2FAImF,CACpF;IACH,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,oIAAoI,CACrI;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,MAAM,EAAE,CAAC;SACN,GAAG,EAAE;SACL,QAAQ,CACP,gZAAgZ,CACjZ;CACJ,CAAC;KACD,QAAQ,CACP,icAAic,CAClc,CAAA"}