@seamapi/types 1.60.0 → 1.61.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.
@@ -705,7 +705,7 @@ export interface Routes {
705
705
  workspace_id: string;
706
706
  created_at: string;
707
707
  display_name: string;
708
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
708
+ external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
709
709
  external_type_display_name: string;
710
710
  is_suspended: boolean;
711
711
  full_name?: string | undefined;
@@ -1064,7 +1064,7 @@ export interface Routes {
1064
1064
  workspace_id: string;
1065
1065
  created_at: string;
1066
1066
  display_name: string;
1067
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
1067
+ external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
1068
1068
  external_type_display_name: string;
1069
1069
  is_suspended: boolean;
1070
1070
  full_name?: string | undefined;
@@ -1103,7 +1103,7 @@ export interface Routes {
1103
1103
  workspace_id: string;
1104
1104
  created_at: string;
1105
1105
  display_name: string;
1106
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
1106
+ external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
1107
1107
  external_type_display_name: string;
1108
1108
  is_suspended: boolean;
1109
1109
  full_name?: string | undefined;
@@ -1131,7 +1131,7 @@ export interface Routes {
1131
1131
  workspace_id: string;
1132
1132
  created_at: string;
1133
1133
  display_name: string;
1134
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
1134
+ external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
1135
1135
  external_type_display_name: string;
1136
1136
  is_suspended: boolean;
1137
1137
  full_name?: string | undefined;
@@ -1573,6 +1573,7 @@ export interface Routes {
1573
1573
  errors?: any;
1574
1574
  warnings?: any;
1575
1575
  custom_metadata?: Record<string, string | number | boolean | null> | undefined;
1576
+ automatically_manage_new_devices: boolean;
1576
1577
  };
1577
1578
  };
1578
1579
  };
@@ -1599,9 +1600,40 @@ export interface Routes {
1599
1600
  errors?: any;
1600
1601
  warnings?: any;
1601
1602
  custom_metadata?: Record<string, string | number | boolean | null> | undefined;
1603
+ automatically_manage_new_devices: boolean;
1602
1604
  }>;
1603
1605
  };
1604
1606
  };
1607
+ '/connected_accounts/update': {
1608
+ route: '/connected_accounts/update';
1609
+ method: 'POST';
1610
+ queryParams: {};
1611
+ jsonBody: {
1612
+ connected_account_id: string;
1613
+ automatically_manage_new_devices?: boolean | undefined;
1614
+ };
1615
+ commonParams: {};
1616
+ formData: {};
1617
+ jsonResponse: {
1618
+ connected_account: {
1619
+ connected_account_id?: string | undefined;
1620
+ created_at?: string | undefined;
1621
+ user_identifier?: {
1622
+ username?: string | undefined;
1623
+ api_url?: string | undefined;
1624
+ email?: string | undefined;
1625
+ phone?: string | undefined;
1626
+ exclusive?: boolean | undefined;
1627
+ } | undefined;
1628
+ account_type?: string | undefined;
1629
+ account_type_display_name: string;
1630
+ errors?: any;
1631
+ warnings?: any;
1632
+ custom_metadata?: Record<string, string | number | boolean | null> | undefined;
1633
+ automatically_manage_new_devices: boolean;
1634
+ };
1635
+ };
1636
+ };
1605
1637
  '/devices/delete': {
1606
1638
  route: '/devices/delete';
1607
1639
  method: 'DELETE' | 'POST';
@@ -1903,6 +1935,8 @@ export interface Routes {
1903
1935
  schedule_starts_at: string;
1904
1936
  schedule_ends_at: string;
1905
1937
  created_at: string;
1938
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
1939
+ errors?: any;
1906
1940
  automatic_heating_enabled?: boolean | undefined;
1907
1941
  automatic_cooling_enabled?: boolean | undefined;
1908
1942
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -1965,6 +1999,8 @@ export interface Routes {
1965
1999
  schedule_starts_at: string;
1966
2000
  schedule_ends_at: string;
1967
2001
  created_at: string;
2002
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
2003
+ errors?: any;
1968
2004
  automatic_heating_enabled?: boolean | undefined;
1969
2005
  automatic_cooling_enabled?: boolean | undefined;
1970
2006
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -2021,6 +2057,8 @@ export interface Routes {
2021
2057
  schedule_starts_at: string;
2022
2058
  schedule_ends_at: string;
2023
2059
  created_at: string;
2060
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
2061
+ errors?: any;
2024
2062
  automatic_heating_enabled?: boolean | undefined;
2025
2063
  automatic_cooling_enabled?: boolean | undefined;
2026
2064
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -2362,6 +2400,8 @@ export interface Routes {
2362
2400
  schedule_starts_at: string;
2363
2401
  schedule_ends_at: string;
2364
2402
  created_at: string;
2403
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
2404
+ errors?: any;
2365
2405
  automatic_heating_enabled?: boolean | undefined;
2366
2406
  automatic_cooling_enabled?: boolean | undefined;
2367
2407
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -2424,6 +2464,8 @@ export interface Routes {
2424
2464
  schedule_starts_at: string;
2425
2465
  schedule_ends_at: string;
2426
2466
  created_at: string;
2467
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
2468
+ errors?: any;
2427
2469
  automatic_heating_enabled?: boolean | undefined;
2428
2470
  automatic_cooling_enabled?: boolean | undefined;
2429
2471
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -2480,6 +2522,8 @@ export interface Routes {
2480
2522
  schedule_starts_at: string;
2481
2523
  schedule_ends_at: string;
2482
2524
  created_at: string;
2525
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
2526
+ errors?: any;
2483
2527
  automatic_heating_enabled?: boolean | undefined;
2484
2528
  automatic_cooling_enabled?: boolean | undefined;
2485
2529
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -3100,6 +3144,8 @@ export interface Routes {
3100
3144
  schedule_starts_at: string;
3101
3145
  schedule_ends_at: string;
3102
3146
  created_at: string;
3147
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
3148
+ errors?: any;
3103
3149
  automatic_heating_enabled?: boolean | undefined;
3104
3150
  automatic_cooling_enabled?: boolean | undefined;
3105
3151
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -3162,6 +3208,8 @@ export interface Routes {
3162
3208
  schedule_starts_at: string;
3163
3209
  schedule_ends_at: string;
3164
3210
  created_at: string;
3211
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
3212
+ errors?: any;
3165
3213
  automatic_heating_enabled?: boolean | undefined;
3166
3214
  automatic_cooling_enabled?: boolean | undefined;
3167
3215
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -3218,6 +3266,8 @@ export interface Routes {
3218
3266
  schedule_starts_at: string;
3219
3267
  schedule_ends_at: string;
3220
3268
  created_at: string;
3269
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
3270
+ errors?: any;
3221
3271
  automatic_heating_enabled?: boolean | undefined;
3222
3272
  automatic_cooling_enabled?: boolean | undefined;
3223
3273
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -3537,6 +3587,8 @@ export interface Routes {
3537
3587
  schedule_starts_at: string;
3538
3588
  schedule_ends_at: string;
3539
3589
  created_at: string;
3590
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
3591
+ errors?: any;
3540
3592
  automatic_heating_enabled?: boolean | undefined;
3541
3593
  automatic_cooling_enabled?: boolean | undefined;
3542
3594
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -3599,6 +3651,8 @@ export interface Routes {
3599
3651
  schedule_starts_at: string;
3600
3652
  schedule_ends_at: string;
3601
3653
  created_at: string;
3654
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
3655
+ errors?: any;
3602
3656
  automatic_heating_enabled?: boolean | undefined;
3603
3657
  automatic_cooling_enabled?: boolean | undefined;
3604
3658
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -3655,6 +3709,8 @@ export interface Routes {
3655
3709
  schedule_starts_at: string;
3656
3710
  schedule_ends_at: string;
3657
3711
  created_at: string;
3712
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
3713
+ errors?: any;
3658
3714
  automatic_heating_enabled?: boolean | undefined;
3659
3715
  automatic_cooling_enabled?: boolean | undefined;
3660
3716
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -3996,6 +4052,8 @@ export interface Routes {
3996
4052
  schedule_starts_at: string;
3997
4053
  schedule_ends_at: string;
3998
4054
  created_at: string;
4055
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4056
+ errors?: any;
3999
4057
  automatic_heating_enabled?: boolean | undefined;
4000
4058
  automatic_cooling_enabled?: boolean | undefined;
4001
4059
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -4058,6 +4116,8 @@ export interface Routes {
4058
4116
  schedule_starts_at: string;
4059
4117
  schedule_ends_at: string;
4060
4118
  created_at: string;
4119
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4120
+ errors?: any;
4061
4121
  automatic_heating_enabled?: boolean | undefined;
4062
4122
  automatic_cooling_enabled?: boolean | undefined;
4063
4123
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -4114,6 +4174,8 @@ export interface Routes {
4114
4174
  schedule_starts_at: string;
4115
4175
  schedule_ends_at: string;
4116
4176
  created_at: string;
4177
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4178
+ errors?: any;
4117
4179
  automatic_heating_enabled?: boolean | undefined;
4118
4180
  automatic_cooling_enabled?: boolean | undefined;
4119
4181
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -4433,6 +4495,8 @@ export interface Routes {
4433
4495
  schedule_starts_at: string;
4434
4496
  schedule_ends_at: string;
4435
4497
  created_at: string;
4498
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4499
+ errors?: any;
4436
4500
  automatic_heating_enabled?: boolean | undefined;
4437
4501
  automatic_cooling_enabled?: boolean | undefined;
4438
4502
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -4495,6 +4559,8 @@ export interface Routes {
4495
4559
  schedule_starts_at: string;
4496
4560
  schedule_ends_at: string;
4497
4561
  created_at: string;
4562
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4563
+ errors?: any;
4498
4564
  automatic_heating_enabled?: boolean | undefined;
4499
4565
  automatic_cooling_enabled?: boolean | undefined;
4500
4566
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -4551,6 +4617,8 @@ export interface Routes {
4551
4617
  schedule_starts_at: string;
4552
4618
  schedule_ends_at: string;
4553
4619
  created_at: string;
4620
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4621
+ errors?: any;
4554
4622
  automatic_heating_enabled?: boolean | undefined;
4555
4623
  automatic_cooling_enabled?: boolean | undefined;
4556
4624
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -4873,6 +4941,8 @@ export interface Routes {
4873
4941
  schedule_starts_at: string;
4874
4942
  schedule_ends_at: string;
4875
4943
  created_at: string;
4944
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4945
+ errors?: any;
4876
4946
  automatic_heating_enabled?: boolean | undefined;
4877
4947
  automatic_cooling_enabled?: boolean | undefined;
4878
4948
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -4914,6 +4984,8 @@ export interface Routes {
4914
4984
  schedule_starts_at: string;
4915
4985
  schedule_ends_at: string;
4916
4986
  created_at: string;
4987
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4988
+ errors?: any;
4917
4989
  automatic_heating_enabled?: boolean | undefined;
4918
4990
  automatic_cooling_enabled?: boolean | undefined;
4919
4991
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -4944,6 +5016,8 @@ export interface Routes {
4944
5016
  schedule_starts_at: string;
4945
5017
  schedule_ends_at: string;
4946
5018
  created_at: string;
5019
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
5020
+ errors?: any;
4947
5021
  automatic_heating_enabled?: boolean | undefined;
4948
5022
  automatic_cooling_enabled?: boolean | undefined;
4949
5023
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -4985,6 +5059,8 @@ export interface Routes {
4985
5059
  schedule_starts_at: string;
4986
5060
  schedule_ends_at: string;
4987
5061
  created_at: string;
5062
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
5063
+ errors?: any;
4988
5064
  automatic_heating_enabled?: boolean | undefined;
4989
5065
  automatic_cooling_enabled?: boolean | undefined;
4990
5066
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -5300,6 +5376,8 @@ export interface Routes {
5300
5376
  schedule_starts_at: string;
5301
5377
  schedule_ends_at: string;
5302
5378
  created_at: string;
5379
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
5380
+ errors?: any;
5303
5381
  automatic_heating_enabled?: boolean | undefined;
5304
5382
  automatic_cooling_enabled?: boolean | undefined;
5305
5383
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -5362,6 +5440,8 @@ export interface Routes {
5362
5440
  schedule_starts_at: string;
5363
5441
  schedule_ends_at: string;
5364
5442
  created_at: string;
5443
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
5444
+ errors?: any;
5365
5445
  automatic_heating_enabled?: boolean | undefined;
5366
5446
  automatic_cooling_enabled?: boolean | undefined;
5367
5447
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -5418,6 +5498,8 @@ export interface Routes {
5418
5498
  schedule_starts_at: string;
5419
5499
  schedule_ends_at: string;
5420
5500
  created_at: string;
5501
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
5502
+ errors?: any;
5421
5503
  automatic_heating_enabled?: boolean | undefined;
5422
5504
  automatic_cooling_enabled?: boolean | undefined;
5423
5505
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -5789,6 +5871,8 @@ export interface Routes {
5789
5871
  schedule_starts_at: string;
5790
5872
  schedule_ends_at: string;
5791
5873
  created_at: string;
5874
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
5875
+ errors?: any;
5792
5876
  automatic_heating_enabled?: boolean | undefined;
5793
5877
  automatic_cooling_enabled?: boolean | undefined;
5794
5878
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -5851,6 +5935,8 @@ export interface Routes {
5851
5935
  schedule_starts_at: string;
5852
5936
  schedule_ends_at: string;
5853
5937
  created_at: string;
5938
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
5939
+ errors?: any;
5854
5940
  automatic_heating_enabled?: boolean | undefined;
5855
5941
  automatic_cooling_enabled?: boolean | undefined;
5856
5942
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -5907,6 +5993,8 @@ export interface Routes {
5907
5993
  schedule_starts_at: string;
5908
5994
  schedule_ends_at: string;
5909
5995
  created_at: string;
5996
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
5997
+ errors?: any;
5910
5998
  automatic_heating_enabled?: boolean | undefined;
5911
5999
  automatic_cooling_enabled?: boolean | undefined;
5912
6000
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -6375,6 +6463,8 @@ export interface Routes {
6375
6463
  schedule_starts_at: string;
6376
6464
  schedule_ends_at: string;
6377
6465
  created_at: string;
6466
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
6467
+ errors?: any;
6378
6468
  automatic_heating_enabled?: boolean | undefined;
6379
6469
  automatic_cooling_enabled?: boolean | undefined;
6380
6470
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -6437,6 +6527,8 @@ export interface Routes {
6437
6527
  schedule_starts_at: string;
6438
6528
  schedule_ends_at: string;
6439
6529
  created_at: string;
6530
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
6531
+ errors?: any;
6440
6532
  automatic_heating_enabled?: boolean | undefined;
6441
6533
  automatic_cooling_enabled?: boolean | undefined;
6442
6534
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -6493,6 +6585,8 @@ export interface Routes {
6493
6585
  schedule_starts_at: string;
6494
6586
  schedule_ends_at: string;
6495
6587
  created_at: string;
6588
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
6589
+ errors?: any;
6496
6590
  automatic_heating_enabled?: boolean | undefined;
6497
6591
  automatic_cooling_enabled?: boolean | undefined;
6498
6592
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -6552,7 +6646,7 @@ export interface Routes {
6552
6646
  workspace_id: string;
6553
6647
  created_at: string;
6554
6648
  display_name: string;
6555
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
6649
+ external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
6556
6650
  external_type_display_name: string;
6557
6651
  is_suspended: boolean;
6558
6652
  full_name?: string | undefined;
@@ -1,11 +1,11 @@
1
1
  import { z } from 'zod';
2
- export declare const acs_user_external_type: z.ZodEnum<["pti_user", "brivo_user", "hid_cm_user"]>;
2
+ export declare const acs_user_external_type: z.ZodEnum<["pti_user", "brivo_user", "hid_cm_user", "salto_site_user"]>;
3
3
  export type AcsUserExternalType = z.infer<typeof acs_user_external_type>;
4
4
  export declare const acs_user: z.ZodObject<{
5
5
  workspace_id: z.ZodString;
6
6
  created_at: z.ZodString;
7
7
  acs_system_id: z.ZodString;
8
- external_type: z.ZodEnum<["pti_user", "brivo_user", "hid_cm_user"]>;
8
+ external_type: z.ZodEnum<["pti_user", "brivo_user", "hid_cm_user", "salto_site_user"]>;
9
9
  external_type_display_name: z.ZodString;
10
10
  acs_user_id: z.ZodString;
11
11
  display_name: z.ZodString;
@@ -19,7 +19,7 @@ export declare const acs_user: z.ZodObject<{
19
19
  workspace_id: string;
20
20
  created_at: string;
21
21
  acs_system_id: string;
22
- external_type: "pti_user" | "brivo_user" | "hid_cm_user";
22
+ external_type: "pti_user" | "brivo_user" | "hid_cm_user" | "salto_site_user";
23
23
  external_type_display_name: string;
24
24
  acs_user_id: string;
25
25
  display_name: string;
@@ -33,7 +33,7 @@ export declare const acs_user: z.ZodObject<{
33
33
  workspace_id: string;
34
34
  created_at: string;
35
35
  acs_system_id: string;
36
- external_type: "pti_user" | "brivo_user" | "hid_cm_user";
36
+ external_type: "pti_user" | "brivo_user" | "hid_cm_user" | "salto_site_user";
37
37
  external_type_display_name: string;
38
38
  acs_user_id: string;
39
39
  display_name: string;
@@ -3,6 +3,7 @@ export const acs_user_external_type = z.enum([
3
3
  'pti_user',
4
4
  'brivo_user',
5
5
  'hid_cm_user',
6
+ 'salto_site_user',
6
7
  ]);
7
8
  const phone_number = z.coerce
8
9
  .string()
@@ -1 +1 @@
1
- {"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/acs/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3C,UAAU;IACV,YAAY;IACZ,aAAa;CACd,CAAC,CAAA;AAIF,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM;KAC1B,MAAM,EAAE;KACR,IAAI,EAAE;KACN,MAAM,CACL,CAAC,GAAG,EAAE,EAAE;IACN,iDAAiD;IACjD,OAAO,mBAAmB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACtC,CAAC,EACD;IACE,OAAO,EAAE,oDAAoD;CAC9D,CACF,CAAA;AAEH,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,KAAK,EAAE,CAAC;SACL,MAAM,EAAE;SACR,KAAK,EAAE;SACP,QAAQ,EAAE;SACV,QAAQ,CAAC,gCAAgC,CAAC;IAC7C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,YAAY,CAAC,QAAQ,EAAE;CACtC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC;KACtB,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC9B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAC/C,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,sBAAsB;IACrC,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE;IACtC,YAAY,EAAE,CAAC,CAAC,OAAO,EAAE;CAC1B,CAAC;KACD,KAAK,CAAC,WAAW,CAAC,CAAA"}
1
+ {"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/acs/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3C,UAAU;IACV,YAAY;IACZ,aAAa;IACb,iBAAiB;CAClB,CAAC,CAAA;AAIF,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM;KAC1B,MAAM,EAAE;KACR,IAAI,EAAE;KACN,MAAM,CACL,CAAC,GAAG,EAAE,EAAE;IACN,iDAAiD;IACjD,OAAO,mBAAmB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACtC,CAAC,EACD;IACE,OAAO,EAAE,oDAAoD;CAC9D,CACF,CAAA;AAEH,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,KAAK,EAAE,CAAC;SACL,MAAM,EAAE;SACR,KAAK,EAAE;SACP,QAAQ,EAAE;SACV,QAAQ,CAAC,gCAAgC,CAAC;IAC7C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,YAAY,CAAC,QAAQ,EAAE;CACtC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC;KACtB,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC9B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAC/C,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,sBAAsB;IACrC,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE;IACtC,YAAY,EAAE,CAAC,CAAC,OAAO,EAAE;CAC1B,CAAC;KACD,KAAK,CAAC,WAAW,CAAC,CAAA"}
@@ -149,6 +149,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
149
149
  schedule_type: z.ZodLiteral<"time_bound">;
150
150
  schedule_starts_at: z.ZodString;
151
151
  schedule_ends_at: z.ZodString;
152
+ errors: z.ZodAny;
152
153
  automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
153
154
  automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
154
155
  hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
@@ -165,6 +166,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
165
166
  schedule_starts_at: string;
166
167
  schedule_ends_at: string;
167
168
  name?: string | undefined;
169
+ errors?: any;
168
170
  automatic_heating_enabled?: boolean | undefined;
169
171
  automatic_cooling_enabled?: boolean | undefined;
170
172
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
@@ -181,6 +183,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
181
183
  schedule_starts_at: string;
182
184
  schedule_ends_at: string;
183
185
  name?: string | undefined;
186
+ errors?: any;
184
187
  automatic_heating_enabled?: boolean | undefined;
185
188
  automatic_cooling_enabled?: boolean | undefined;
186
189
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
@@ -243,6 +246,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
243
246
  schedule_starts_at: string;
244
247
  schedule_ends_at: string;
245
248
  name?: string | undefined;
249
+ errors?: any;
246
250
  automatic_heating_enabled?: boolean | undefined;
247
251
  automatic_cooling_enabled?: boolean | undefined;
248
252
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
@@ -305,6 +309,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
305
309
  schedule_starts_at: string;
306
310
  schedule_ends_at: string;
307
311
  name?: string | undefined;
312
+ errors?: any;
308
313
  automatic_heating_enabled?: boolean | undefined;
309
314
  automatic_cooling_enabled?: boolean | undefined;
310
315
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
@@ -402,6 +407,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
402
407
  schedule_type: z.ZodLiteral<"time_bound">;
403
408
  schedule_starts_at: z.ZodString;
404
409
  schedule_ends_at: z.ZodString;
410
+ errors: z.ZodAny;
405
411
  automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
406
412
  automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
407
413
  hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
@@ -418,6 +424,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
418
424
  schedule_starts_at: string;
419
425
  schedule_ends_at: string;
420
426
  name?: string | undefined;
427
+ errors?: any;
421
428
  automatic_heating_enabled?: boolean | undefined;
422
429
  automatic_cooling_enabled?: boolean | undefined;
423
430
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
@@ -434,6 +441,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
434
441
  schedule_starts_at: string;
435
442
  schedule_ends_at: string;
436
443
  name?: string | undefined;
444
+ errors?: any;
437
445
  automatic_heating_enabled?: boolean | undefined;
438
446
  automatic_cooling_enabled?: boolean | undefined;
439
447
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
@@ -490,6 +498,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
490
498
  schedule_starts_at: string;
491
499
  schedule_ends_at: string;
492
500
  name?: string | undefined;
501
+ errors?: any;
493
502
  automatic_heating_enabled?: boolean | undefined;
494
503
  automatic_cooling_enabled?: boolean | undefined;
495
504
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
@@ -546,6 +555,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
546
555
  schedule_starts_at: string;
547
556
  schedule_ends_at: string;
548
557
  name?: string | undefined;
558
+ errors?: any;
549
559
  automatic_heating_enabled?: boolean | undefined;
550
560
  automatic_cooling_enabled?: boolean | undefined;
551
561
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
@@ -638,6 +648,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
638
648
  schedule_type: z.ZodLiteral<"time_bound">;
639
649
  schedule_starts_at: z.ZodString;
640
650
  schedule_ends_at: z.ZodString;
651
+ errors: z.ZodAny;
641
652
  automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
642
653
  automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
643
654
  hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
@@ -654,6 +665,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
654
665
  schedule_starts_at: string;
655
666
  schedule_ends_at: string;
656
667
  name?: string | undefined;
668
+ errors?: any;
657
669
  automatic_heating_enabled?: boolean | undefined;
658
670
  automatic_cooling_enabled?: boolean | undefined;
659
671
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
@@ -670,6 +682,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
670
682
  schedule_starts_at: string;
671
683
  schedule_ends_at: string;
672
684
  name?: string | undefined;
685
+ errors?: any;
673
686
  automatic_heating_enabled?: boolean | undefined;
674
687
  automatic_cooling_enabled?: boolean | undefined;
675
688
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
@@ -726,6 +739,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
726
739
  schedule_starts_at: string;
727
740
  schedule_ends_at: string;
728
741
  name?: string | undefined;
742
+ errors?: any;
729
743
  automatic_heating_enabled?: boolean | undefined;
730
744
  automatic_cooling_enabled?: boolean | undefined;
731
745
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
@@ -782,6 +796,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
782
796
  schedule_starts_at: string;
783
797
  schedule_ends_at: string;
784
798
  name?: string | undefined;
799
+ errors?: any;
785
800
  automatic_heating_enabled?: boolean | undefined;
786
801
  automatic_cooling_enabled?: boolean | undefined;
787
802
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;