@seamapi/types 1.928.0 → 1.930.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +194 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1348 -104
- package/dist/index.cjs +194 -9
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +16 -16
- package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -5
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +5 -5
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +4 -4
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +2 -2
- package/lib/seam/connect/models/customer/customer-data.d.ts +12 -12
- package/lib/seam/connect/models/customer/location-resources.d.ts +8 -8
- package/lib/seam/connect/models/devices/capability-properties/access-code.d.ts +201 -0
- package/lib/seam/connect/models/devices/capability-properties/access-code.js +58 -0
- package/lib/seam/connect/models/devices/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +165 -13
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +12 -12
- package/lib/seam/connect/models/devices/device-metadata.d.ts +20 -20
- package/lib/seam/connect/models/devices/device.d.ts +248 -40
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +180 -28
- package/lib/seam/connect/models/spaces/space.d.ts +4 -4
- package/lib/seam/connect/models/thermostats/climate-preset.d.ts +4 -4
- package/lib/seam/connect/openapi.js +140 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +895 -11
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -5
- package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +86 -0
- package/src/lib/seam/connect/models/devices/capability-properties/index.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +168 -4
- package/src/lib/seam/connect/route-types.ts +1133 -11
|
@@ -3142,10 +3142,10 @@ export declare const device: z.ZodObject<{
|
|
|
3142
3142
|
dormakaba_oracode_user_level_prefix: z.ZodNumber;
|
|
3143
3143
|
dormakaba_oracode_user_level_id: z.ZodString;
|
|
3144
3144
|
}, "strip", z.ZodTypeAny, {
|
|
3145
|
-
name: string;
|
|
3146
|
-
prefix: number;
|
|
3147
3145
|
check_in_time: string;
|
|
3148
3146
|
check_out_time: string;
|
|
3147
|
+
name: string;
|
|
3148
|
+
prefix: number;
|
|
3149
3149
|
is_24_hour: boolean;
|
|
3150
3150
|
is_biweekly_mode: boolean;
|
|
3151
3151
|
is_one_shot: boolean;
|
|
@@ -3153,10 +3153,10 @@ export declare const device: z.ZodObject<{
|
|
|
3153
3153
|
dormakaba_oracode_user_level_prefix: number;
|
|
3154
3154
|
dormakaba_oracode_user_level_id: string;
|
|
3155
3155
|
}, {
|
|
3156
|
-
name: string;
|
|
3157
|
-
prefix: number;
|
|
3158
3156
|
check_in_time: string;
|
|
3159
3157
|
check_out_time: string;
|
|
3158
|
+
name: string;
|
|
3159
|
+
prefix: number;
|
|
3160
3160
|
is_24_hour: boolean;
|
|
3161
3161
|
is_biweekly_mode: boolean;
|
|
3162
3162
|
is_one_shot: boolean;
|
|
@@ -3173,10 +3173,10 @@ export declare const device: z.ZodObject<{
|
|
|
3173
3173
|
door_id?: number | undefined;
|
|
3174
3174
|
iana_timezone?: string | undefined;
|
|
3175
3175
|
predefined_time_slots?: {
|
|
3176
|
-
name: string;
|
|
3177
|
-
prefix: number;
|
|
3178
3176
|
check_in_time: string;
|
|
3179
3177
|
check_out_time: string;
|
|
3178
|
+
name: string;
|
|
3179
|
+
prefix: number;
|
|
3180
3180
|
is_24_hour: boolean;
|
|
3181
3181
|
is_biweekly_mode: boolean;
|
|
3182
3182
|
is_one_shot: boolean;
|
|
@@ -3193,10 +3193,10 @@ export declare const device: z.ZodObject<{
|
|
|
3193
3193
|
door_id?: number | undefined;
|
|
3194
3194
|
iana_timezone?: string | undefined;
|
|
3195
3195
|
predefined_time_slots?: {
|
|
3196
|
-
name: string;
|
|
3197
|
-
prefix: number;
|
|
3198
3196
|
check_in_time: string;
|
|
3199
3197
|
check_out_time: string;
|
|
3198
|
+
name: string;
|
|
3199
|
+
prefix: number;
|
|
3200
3200
|
is_24_hour: boolean;
|
|
3201
3201
|
is_biweekly_mode: boolean;
|
|
3202
3202
|
is_one_shot: boolean;
|
|
@@ -3409,13 +3409,13 @@ export declare const device: z.ZodObject<{
|
|
|
3409
3409
|
device_type: z.ZodString;
|
|
3410
3410
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
3411
3411
|
}, "strip", z.ZodTypeAny, {
|
|
3412
|
-
device_id: string;
|
|
3413
3412
|
time_zone: string | null;
|
|
3413
|
+
device_id: string;
|
|
3414
3414
|
device_name: string;
|
|
3415
3415
|
device_type: string;
|
|
3416
3416
|
}, {
|
|
3417
|
-
device_id: string;
|
|
3418
3417
|
time_zone: string | null;
|
|
3418
|
+
device_id: string;
|
|
3419
3419
|
device_name: string;
|
|
3420
3420
|
device_type: string;
|
|
3421
3421
|
}>>;
|
|
@@ -3638,10 +3638,10 @@ export declare const device: z.ZodObject<{
|
|
|
3638
3638
|
door_id?: number | undefined;
|
|
3639
3639
|
iana_timezone?: string | undefined;
|
|
3640
3640
|
predefined_time_slots?: {
|
|
3641
|
-
name: string;
|
|
3642
|
-
prefix: number;
|
|
3643
3641
|
check_in_time: string;
|
|
3644
3642
|
check_out_time: string;
|
|
3643
|
+
name: string;
|
|
3644
|
+
prefix: number;
|
|
3645
3645
|
is_24_hour: boolean;
|
|
3646
3646
|
is_biweekly_mode: boolean;
|
|
3647
3647
|
is_one_shot: boolean;
|
|
@@ -3723,8 +3723,8 @@ export declare const device: z.ZodObject<{
|
|
|
3723
3723
|
is_quadient_locker?: boolean | undefined;
|
|
3724
3724
|
} | undefined;
|
|
3725
3725
|
ultraloq_metadata?: {
|
|
3726
|
-
device_id: string;
|
|
3727
3726
|
time_zone: string | null;
|
|
3727
|
+
device_id: string;
|
|
3728
3728
|
device_name: string;
|
|
3729
3729
|
device_type: string;
|
|
3730
3730
|
} | undefined;
|
|
@@ -3925,10 +3925,10 @@ export declare const device: z.ZodObject<{
|
|
|
3925
3925
|
door_id?: number | undefined;
|
|
3926
3926
|
iana_timezone?: string | undefined;
|
|
3927
3927
|
predefined_time_slots?: {
|
|
3928
|
-
name: string;
|
|
3929
|
-
prefix: number;
|
|
3930
3928
|
check_in_time: string;
|
|
3931
3929
|
check_out_time: string;
|
|
3930
|
+
name: string;
|
|
3931
|
+
prefix: number;
|
|
3932
3932
|
is_24_hour: boolean;
|
|
3933
3933
|
is_biweekly_mode: boolean;
|
|
3934
3934
|
is_one_shot: boolean;
|
|
@@ -4010,8 +4010,8 @@ export declare const device: z.ZodObject<{
|
|
|
4010
4010
|
is_quadient_locker?: boolean | undefined;
|
|
4011
4011
|
} | undefined;
|
|
4012
4012
|
ultraloq_metadata?: {
|
|
4013
|
-
device_id: string;
|
|
4014
4013
|
time_zone: string | null;
|
|
4014
|
+
device_id: string;
|
|
4015
4015
|
device_name: string;
|
|
4016
4016
|
device_type: string;
|
|
4017
4017
|
} | undefined;
|
|
@@ -4050,6 +4050,102 @@ export declare const device: z.ZodObject<{
|
|
|
4050
4050
|
max_length?: number | undefined;
|
|
4051
4051
|
}>]>, "many">>>;
|
|
4052
4052
|
supported_code_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
4053
|
+
offline_time_frame_options: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4054
|
+
display_name: z.ZodString;
|
|
4055
|
+
min_duration: z.ZodOptional<z.ZodString>;
|
|
4056
|
+
max_duration: z.ZodOptional<z.ZodString>;
|
|
4057
|
+
matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
|
|
4058
|
+
time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4059
|
+
display_name: z.ZodString;
|
|
4060
|
+
check_in_time: z.ZodString;
|
|
4061
|
+
check_out_time: z.ZodString;
|
|
4062
|
+
}, "strip", z.ZodTypeAny, {
|
|
4063
|
+
display_name: string;
|
|
4064
|
+
check_in_time: string;
|
|
4065
|
+
check_out_time: string;
|
|
4066
|
+
}, {
|
|
4067
|
+
display_name: string;
|
|
4068
|
+
check_in_time: string;
|
|
4069
|
+
check_out_time: string;
|
|
4070
|
+
}>, "many">>;
|
|
4071
|
+
start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
|
|
4072
|
+
end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
|
|
4073
|
+
time_zone: z.ZodOptional<z.ZodString>;
|
|
4074
|
+
}, "strip", z.ZodTypeAny, {
|
|
4075
|
+
display_name: string;
|
|
4076
|
+
min_duration?: string | undefined;
|
|
4077
|
+
max_duration?: string | undefined;
|
|
4078
|
+
matching_start_end_time?: true | undefined;
|
|
4079
|
+
time_pairs?: {
|
|
4080
|
+
display_name: string;
|
|
4081
|
+
check_in_time: string;
|
|
4082
|
+
check_out_time: string;
|
|
4083
|
+
}[] | undefined;
|
|
4084
|
+
start_date_recurrence_rule?: string | undefined;
|
|
4085
|
+
end_date_recurrence_rule?: string | undefined;
|
|
4086
|
+
time_zone?: string | undefined;
|
|
4087
|
+
}, {
|
|
4088
|
+
display_name: string;
|
|
4089
|
+
min_duration?: string | undefined;
|
|
4090
|
+
max_duration?: string | undefined;
|
|
4091
|
+
matching_start_end_time?: true | undefined;
|
|
4092
|
+
time_pairs?: {
|
|
4093
|
+
display_name: string;
|
|
4094
|
+
check_in_time: string;
|
|
4095
|
+
check_out_time: string;
|
|
4096
|
+
}[] | undefined;
|
|
4097
|
+
start_date_recurrence_rule?: string | undefined;
|
|
4098
|
+
end_date_recurrence_rule?: string | undefined;
|
|
4099
|
+
time_zone?: string | undefined;
|
|
4100
|
+
}>, "many">>>;
|
|
4101
|
+
online_time_frame_options: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4102
|
+
display_name: z.ZodString;
|
|
4103
|
+
min_duration: z.ZodOptional<z.ZodString>;
|
|
4104
|
+
max_duration: z.ZodOptional<z.ZodString>;
|
|
4105
|
+
matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
|
|
4106
|
+
time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4107
|
+
display_name: z.ZodString;
|
|
4108
|
+
check_in_time: z.ZodString;
|
|
4109
|
+
check_out_time: z.ZodString;
|
|
4110
|
+
}, "strip", z.ZodTypeAny, {
|
|
4111
|
+
display_name: string;
|
|
4112
|
+
check_in_time: string;
|
|
4113
|
+
check_out_time: string;
|
|
4114
|
+
}, {
|
|
4115
|
+
display_name: string;
|
|
4116
|
+
check_in_time: string;
|
|
4117
|
+
check_out_time: string;
|
|
4118
|
+
}>, "many">>;
|
|
4119
|
+
start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
|
|
4120
|
+
end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
|
|
4121
|
+
time_zone: z.ZodOptional<z.ZodString>;
|
|
4122
|
+
}, "strip", z.ZodTypeAny, {
|
|
4123
|
+
display_name: string;
|
|
4124
|
+
min_duration?: string | undefined;
|
|
4125
|
+
max_duration?: string | undefined;
|
|
4126
|
+
matching_start_end_time?: true | undefined;
|
|
4127
|
+
time_pairs?: {
|
|
4128
|
+
display_name: string;
|
|
4129
|
+
check_in_time: string;
|
|
4130
|
+
check_out_time: string;
|
|
4131
|
+
}[] | undefined;
|
|
4132
|
+
start_date_recurrence_rule?: string | undefined;
|
|
4133
|
+
end_date_recurrence_rule?: string | undefined;
|
|
4134
|
+
time_zone?: string | undefined;
|
|
4135
|
+
}, {
|
|
4136
|
+
display_name: string;
|
|
4137
|
+
min_duration?: string | undefined;
|
|
4138
|
+
max_duration?: string | undefined;
|
|
4139
|
+
matching_start_end_time?: true | undefined;
|
|
4140
|
+
time_pairs?: {
|
|
4141
|
+
display_name: string;
|
|
4142
|
+
check_in_time: string;
|
|
4143
|
+
check_out_time: string;
|
|
4144
|
+
}[] | undefined;
|
|
4145
|
+
start_date_recurrence_rule?: string | undefined;
|
|
4146
|
+
end_date_recurrence_rule?: string | undefined;
|
|
4147
|
+
time_zone?: string | undefined;
|
|
4148
|
+
}>, "many">>>;
|
|
4053
4149
|
max_active_codes_supported: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
4054
4150
|
supports_backup_access_code_pool: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
4055
4151
|
has_native_entry_events: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -4075,6 +4171,34 @@ export declare const device: z.ZodObject<{
|
|
|
4075
4171
|
max_length?: number | undefined;
|
|
4076
4172
|
})[] | undefined;
|
|
4077
4173
|
supported_code_lengths?: number[] | undefined;
|
|
4174
|
+
offline_time_frame_options?: {
|
|
4175
|
+
display_name: string;
|
|
4176
|
+
min_duration?: string | undefined;
|
|
4177
|
+
max_duration?: string | undefined;
|
|
4178
|
+
matching_start_end_time?: true | undefined;
|
|
4179
|
+
time_pairs?: {
|
|
4180
|
+
display_name: string;
|
|
4181
|
+
check_in_time: string;
|
|
4182
|
+
check_out_time: string;
|
|
4183
|
+
}[] | undefined;
|
|
4184
|
+
start_date_recurrence_rule?: string | undefined;
|
|
4185
|
+
end_date_recurrence_rule?: string | undefined;
|
|
4186
|
+
time_zone?: string | undefined;
|
|
4187
|
+
}[] | undefined;
|
|
4188
|
+
online_time_frame_options?: {
|
|
4189
|
+
display_name: string;
|
|
4190
|
+
min_duration?: string | undefined;
|
|
4191
|
+
max_duration?: string | undefined;
|
|
4192
|
+
matching_start_end_time?: true | undefined;
|
|
4193
|
+
time_pairs?: {
|
|
4194
|
+
display_name: string;
|
|
4195
|
+
check_in_time: string;
|
|
4196
|
+
check_out_time: string;
|
|
4197
|
+
}[] | undefined;
|
|
4198
|
+
start_date_recurrence_rule?: string | undefined;
|
|
4199
|
+
end_date_recurrence_rule?: string | undefined;
|
|
4200
|
+
time_zone?: string | undefined;
|
|
4201
|
+
}[] | undefined;
|
|
4078
4202
|
max_active_codes_supported?: number | undefined;
|
|
4079
4203
|
supports_backup_access_code_pool?: boolean | undefined;
|
|
4080
4204
|
has_native_entry_events?: boolean | undefined;
|
|
@@ -4095,6 +4219,34 @@ export declare const device: z.ZodObject<{
|
|
|
4095
4219
|
max_length?: number | undefined;
|
|
4096
4220
|
})[] | undefined;
|
|
4097
4221
|
supported_code_lengths?: number[] | undefined;
|
|
4222
|
+
offline_time_frame_options?: {
|
|
4223
|
+
display_name: string;
|
|
4224
|
+
min_duration?: string | undefined;
|
|
4225
|
+
max_duration?: string | undefined;
|
|
4226
|
+
matching_start_end_time?: true | undefined;
|
|
4227
|
+
time_pairs?: {
|
|
4228
|
+
display_name: string;
|
|
4229
|
+
check_in_time: string;
|
|
4230
|
+
check_out_time: string;
|
|
4231
|
+
}[] | undefined;
|
|
4232
|
+
start_date_recurrence_rule?: string | undefined;
|
|
4233
|
+
end_date_recurrence_rule?: string | undefined;
|
|
4234
|
+
time_zone?: string | undefined;
|
|
4235
|
+
}[] | undefined;
|
|
4236
|
+
online_time_frame_options?: {
|
|
4237
|
+
display_name: string;
|
|
4238
|
+
min_duration?: string | undefined;
|
|
4239
|
+
max_duration?: string | undefined;
|
|
4240
|
+
matching_start_end_time?: true | undefined;
|
|
4241
|
+
time_pairs?: {
|
|
4242
|
+
display_name: string;
|
|
4243
|
+
check_in_time: string;
|
|
4244
|
+
check_out_time: string;
|
|
4245
|
+
}[] | undefined;
|
|
4246
|
+
start_date_recurrence_rule?: string | undefined;
|
|
4247
|
+
end_date_recurrence_rule?: string | undefined;
|
|
4248
|
+
time_zone?: string | undefined;
|
|
4249
|
+
}[] | undefined;
|
|
4098
4250
|
max_active_codes_supported?: number | undefined;
|
|
4099
4251
|
supports_backup_access_code_pool?: boolean | undefined;
|
|
4100
4252
|
has_native_entry_events?: boolean | undefined;
|
|
@@ -4146,12 +4298,12 @@ export declare const device: z.ZodObject<{
|
|
|
4146
4298
|
owner: "user" | "system";
|
|
4147
4299
|
}>>>;
|
|
4148
4300
|
}, "strip", z.ZodTypeAny, {
|
|
4301
|
+
display_name?: string | undefined;
|
|
4149
4302
|
climate_preset_key?: string | undefined;
|
|
4150
4303
|
can_edit?: boolean | undefined;
|
|
4151
4304
|
can_delete?: boolean | undefined;
|
|
4152
4305
|
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
4153
4306
|
name?: string | null | undefined;
|
|
4154
|
-
display_name?: string | undefined;
|
|
4155
4307
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
4156
4308
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
4157
4309
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
@@ -4166,12 +4318,12 @@ export declare const device: z.ZodObject<{
|
|
|
4166
4318
|
owner: "user" | "system";
|
|
4167
4319
|
} | undefined;
|
|
4168
4320
|
}, {
|
|
4321
|
+
display_name?: string | undefined;
|
|
4169
4322
|
climate_preset_key?: string | undefined;
|
|
4170
4323
|
can_edit?: boolean | undefined;
|
|
4171
4324
|
can_delete?: boolean | undefined;
|
|
4172
4325
|
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
4173
4326
|
name?: string | null | undefined;
|
|
4174
|
-
display_name?: string | undefined;
|
|
4175
4327
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
4176
4328
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
4177
4329
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
@@ -4215,12 +4367,12 @@ export declare const device: z.ZodObject<{
|
|
|
4215
4367
|
owner: "user" | "system";
|
|
4216
4368
|
}>>>;
|
|
4217
4369
|
}, "strip", z.ZodTypeAny, {
|
|
4370
|
+
display_name?: string | undefined;
|
|
4218
4371
|
climate_preset_key?: string | undefined;
|
|
4219
4372
|
can_edit?: boolean | undefined;
|
|
4220
4373
|
can_delete?: boolean | undefined;
|
|
4221
4374
|
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
4222
4375
|
name?: string | null | undefined;
|
|
4223
|
-
display_name?: string | undefined;
|
|
4224
4376
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
4225
4377
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
4226
4378
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
@@ -4235,12 +4387,12 @@ export declare const device: z.ZodObject<{
|
|
|
4235
4387
|
owner: "user" | "system";
|
|
4236
4388
|
} | undefined;
|
|
4237
4389
|
}, {
|
|
4390
|
+
display_name?: string | undefined;
|
|
4238
4391
|
climate_preset_key?: string | undefined;
|
|
4239
4392
|
can_edit?: boolean | undefined;
|
|
4240
4393
|
can_delete?: boolean | undefined;
|
|
4241
4394
|
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
4242
4395
|
name?: string | null | undefined;
|
|
4243
|
-
display_name?: string | undefined;
|
|
4244
4396
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
4245
4397
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
4246
4398
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
@@ -4284,11 +4436,11 @@ export declare const device: z.ZodObject<{
|
|
|
4284
4436
|
owner: "user" | "system";
|
|
4285
4437
|
}>>;
|
|
4286
4438
|
}, "strip", z.ZodTypeAny, {
|
|
4439
|
+
display_name: string;
|
|
4287
4440
|
climate_preset_key: string;
|
|
4288
4441
|
can_edit: boolean;
|
|
4289
4442
|
can_delete: boolean;
|
|
4290
4443
|
can_use_with_thermostat_daily_programs: boolean;
|
|
4291
|
-
display_name: string;
|
|
4292
4444
|
manual_override_allowed: boolean;
|
|
4293
4445
|
name?: string | null | undefined;
|
|
4294
4446
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -4304,11 +4456,11 @@ export declare const device: z.ZodObject<{
|
|
|
4304
4456
|
owner: "user" | "system";
|
|
4305
4457
|
} | undefined;
|
|
4306
4458
|
}, {
|
|
4459
|
+
display_name: string;
|
|
4307
4460
|
climate_preset_key: string;
|
|
4308
4461
|
can_edit: boolean;
|
|
4309
4462
|
can_delete: boolean;
|
|
4310
4463
|
can_use_with_thermostat_daily_programs: boolean;
|
|
4311
|
-
display_name: string;
|
|
4312
4464
|
manual_override_allowed: boolean;
|
|
4313
4465
|
name?: string | null | undefined;
|
|
4314
4466
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -4485,12 +4637,12 @@ export declare const device: z.ZodObject<{
|
|
|
4485
4637
|
is_fan_running?: boolean | undefined;
|
|
4486
4638
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
4487
4639
|
current_climate_setting?: {
|
|
4640
|
+
display_name?: string | undefined;
|
|
4488
4641
|
climate_preset_key?: string | undefined;
|
|
4489
4642
|
can_edit?: boolean | undefined;
|
|
4490
4643
|
can_delete?: boolean | undefined;
|
|
4491
4644
|
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
4492
4645
|
name?: string | null | undefined;
|
|
4493
|
-
display_name?: string | undefined;
|
|
4494
4646
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
4495
4647
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
4496
4648
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
@@ -4506,12 +4658,12 @@ export declare const device: z.ZodObject<{
|
|
|
4506
4658
|
} | undefined;
|
|
4507
4659
|
} | undefined;
|
|
4508
4660
|
default_climate_setting?: {
|
|
4661
|
+
display_name?: string | undefined;
|
|
4509
4662
|
climate_preset_key?: string | undefined;
|
|
4510
4663
|
can_edit?: boolean | undefined;
|
|
4511
4664
|
can_delete?: boolean | undefined;
|
|
4512
4665
|
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
4513
4666
|
name?: string | null | undefined;
|
|
4514
|
-
display_name?: string | undefined;
|
|
4515
4667
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
4516
4668
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
4517
4669
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
@@ -4527,11 +4679,11 @@ export declare const device: z.ZodObject<{
|
|
|
4527
4679
|
} | undefined;
|
|
4528
4680
|
} | undefined;
|
|
4529
4681
|
available_climate_presets?: {
|
|
4682
|
+
display_name: string;
|
|
4530
4683
|
climate_preset_key: string;
|
|
4531
4684
|
can_edit: boolean;
|
|
4532
4685
|
can_delete: boolean;
|
|
4533
4686
|
can_use_with_thermostat_daily_programs: boolean;
|
|
4534
|
-
display_name: string;
|
|
4535
4687
|
manual_override_allowed: boolean;
|
|
4536
4688
|
name?: string | null | undefined;
|
|
4537
4689
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -4618,12 +4770,12 @@ export declare const device: z.ZodObject<{
|
|
|
4618
4770
|
is_fan_running?: boolean | undefined;
|
|
4619
4771
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
4620
4772
|
current_climate_setting?: {
|
|
4773
|
+
display_name?: string | undefined;
|
|
4621
4774
|
climate_preset_key?: string | undefined;
|
|
4622
4775
|
can_edit?: boolean | undefined;
|
|
4623
4776
|
can_delete?: boolean | undefined;
|
|
4624
4777
|
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
4625
4778
|
name?: string | null | undefined;
|
|
4626
|
-
display_name?: string | undefined;
|
|
4627
4779
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
4628
4780
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
4629
4781
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
@@ -4639,12 +4791,12 @@ export declare const device: z.ZodObject<{
|
|
|
4639
4791
|
} | undefined;
|
|
4640
4792
|
} | undefined;
|
|
4641
4793
|
default_climate_setting?: {
|
|
4794
|
+
display_name?: string | undefined;
|
|
4642
4795
|
climate_preset_key?: string | undefined;
|
|
4643
4796
|
can_edit?: boolean | undefined;
|
|
4644
4797
|
can_delete?: boolean | undefined;
|
|
4645
4798
|
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
4646
4799
|
name?: string | null | undefined;
|
|
4647
|
-
display_name?: string | undefined;
|
|
4648
4800
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
4649
4801
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
4650
4802
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
@@ -4660,11 +4812,11 @@ export declare const device: z.ZodObject<{
|
|
|
4660
4812
|
} | undefined;
|
|
4661
4813
|
} | undefined;
|
|
4662
4814
|
available_climate_presets?: {
|
|
4815
|
+
display_name: string;
|
|
4663
4816
|
climate_preset_key: string;
|
|
4664
4817
|
can_edit: boolean;
|
|
4665
4818
|
can_delete: boolean;
|
|
4666
4819
|
can_use_with_thermostat_daily_programs: boolean;
|
|
4667
|
-
display_name: string;
|
|
4668
4820
|
manual_override_allowed: boolean;
|
|
4669
4821
|
name?: string | null | undefined;
|
|
4670
4822
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -5986,10 +6138,10 @@ export declare const device: z.ZodObject<{
|
|
|
5986
6138
|
door_id?: number | undefined;
|
|
5987
6139
|
iana_timezone?: string | undefined;
|
|
5988
6140
|
predefined_time_slots?: {
|
|
5989
|
-
name: string;
|
|
5990
|
-
prefix: number;
|
|
5991
6141
|
check_in_time: string;
|
|
5992
6142
|
check_out_time: string;
|
|
6143
|
+
name: string;
|
|
6144
|
+
prefix: number;
|
|
5993
6145
|
is_24_hour: boolean;
|
|
5994
6146
|
is_biweekly_mode: boolean;
|
|
5995
6147
|
is_one_shot: boolean;
|
|
@@ -6071,8 +6223,8 @@ export declare const device: z.ZodObject<{
|
|
|
6071
6223
|
is_quadient_locker?: boolean | undefined;
|
|
6072
6224
|
} | undefined;
|
|
6073
6225
|
ultraloq_metadata?: {
|
|
6074
|
-
device_id: string;
|
|
6075
6226
|
time_zone: string | null;
|
|
6227
|
+
device_id: string;
|
|
6076
6228
|
device_name: string;
|
|
6077
6229
|
device_type: string;
|
|
6078
6230
|
} | undefined;
|
|
@@ -6099,6 +6251,34 @@ export declare const device: z.ZodObject<{
|
|
|
6099
6251
|
max_length?: number | undefined;
|
|
6100
6252
|
})[] | undefined;
|
|
6101
6253
|
supported_code_lengths?: number[] | undefined;
|
|
6254
|
+
offline_time_frame_options?: {
|
|
6255
|
+
display_name: string;
|
|
6256
|
+
min_duration?: string | undefined;
|
|
6257
|
+
max_duration?: string | undefined;
|
|
6258
|
+
matching_start_end_time?: true | undefined;
|
|
6259
|
+
time_pairs?: {
|
|
6260
|
+
display_name: string;
|
|
6261
|
+
check_in_time: string;
|
|
6262
|
+
check_out_time: string;
|
|
6263
|
+
}[] | undefined;
|
|
6264
|
+
start_date_recurrence_rule?: string | undefined;
|
|
6265
|
+
end_date_recurrence_rule?: string | undefined;
|
|
6266
|
+
time_zone?: string | undefined;
|
|
6267
|
+
}[] | undefined;
|
|
6268
|
+
online_time_frame_options?: {
|
|
6269
|
+
display_name: string;
|
|
6270
|
+
min_duration?: string | undefined;
|
|
6271
|
+
max_duration?: string | undefined;
|
|
6272
|
+
matching_start_end_time?: true | undefined;
|
|
6273
|
+
time_pairs?: {
|
|
6274
|
+
display_name: string;
|
|
6275
|
+
check_in_time: string;
|
|
6276
|
+
check_out_time: string;
|
|
6277
|
+
}[] | undefined;
|
|
6278
|
+
start_date_recurrence_rule?: string | undefined;
|
|
6279
|
+
end_date_recurrence_rule?: string | undefined;
|
|
6280
|
+
time_zone?: string | undefined;
|
|
6281
|
+
}[] | undefined;
|
|
6102
6282
|
max_active_codes_supported?: number | undefined;
|
|
6103
6283
|
supports_backup_access_code_pool?: boolean | undefined;
|
|
6104
6284
|
has_native_entry_events?: boolean | undefined;
|
|
@@ -6122,12 +6302,12 @@ export declare const device: z.ZodObject<{
|
|
|
6122
6302
|
is_fan_running?: boolean | undefined;
|
|
6123
6303
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
6124
6304
|
current_climate_setting?: {
|
|
6305
|
+
display_name?: string | undefined;
|
|
6125
6306
|
climate_preset_key?: string | undefined;
|
|
6126
6307
|
can_edit?: boolean | undefined;
|
|
6127
6308
|
can_delete?: boolean | undefined;
|
|
6128
6309
|
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
6129
6310
|
name?: string | null | undefined;
|
|
6130
|
-
display_name?: string | undefined;
|
|
6131
6311
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
6132
6312
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
6133
6313
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
@@ -6143,12 +6323,12 @@ export declare const device: z.ZodObject<{
|
|
|
6143
6323
|
} | undefined;
|
|
6144
6324
|
} | undefined;
|
|
6145
6325
|
default_climate_setting?: {
|
|
6326
|
+
display_name?: string | undefined;
|
|
6146
6327
|
climate_preset_key?: string | undefined;
|
|
6147
6328
|
can_edit?: boolean | undefined;
|
|
6148
6329
|
can_delete?: boolean | undefined;
|
|
6149
6330
|
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
6150
6331
|
name?: string | null | undefined;
|
|
6151
|
-
display_name?: string | undefined;
|
|
6152
6332
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
6153
6333
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
6154
6334
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
@@ -6164,11 +6344,11 @@ export declare const device: z.ZodObject<{
|
|
|
6164
6344
|
} | undefined;
|
|
6165
6345
|
} | undefined;
|
|
6166
6346
|
available_climate_presets?: {
|
|
6347
|
+
display_name: string;
|
|
6167
6348
|
climate_preset_key: string;
|
|
6168
6349
|
can_edit: boolean;
|
|
6169
6350
|
can_delete: boolean;
|
|
6170
6351
|
can_use_with_thermostat_daily_programs: boolean;
|
|
6171
|
-
display_name: string;
|
|
6172
6352
|
manual_override_allowed: boolean;
|
|
6173
6353
|
name?: string | null | undefined;
|
|
6174
6354
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -6741,10 +6921,10 @@ export declare const device: z.ZodObject<{
|
|
|
6741
6921
|
door_id?: number | undefined;
|
|
6742
6922
|
iana_timezone?: string | undefined;
|
|
6743
6923
|
predefined_time_slots?: {
|
|
6744
|
-
name: string;
|
|
6745
|
-
prefix: number;
|
|
6746
6924
|
check_in_time: string;
|
|
6747
6925
|
check_out_time: string;
|
|
6926
|
+
name: string;
|
|
6927
|
+
prefix: number;
|
|
6748
6928
|
is_24_hour: boolean;
|
|
6749
6929
|
is_biweekly_mode: boolean;
|
|
6750
6930
|
is_one_shot: boolean;
|
|
@@ -6826,8 +7006,8 @@ export declare const device: z.ZodObject<{
|
|
|
6826
7006
|
is_quadient_locker?: boolean | undefined;
|
|
6827
7007
|
} | undefined;
|
|
6828
7008
|
ultraloq_metadata?: {
|
|
6829
|
-
device_id: string;
|
|
6830
7009
|
time_zone: string | null;
|
|
7010
|
+
device_id: string;
|
|
6831
7011
|
device_name: string;
|
|
6832
7012
|
device_type: string;
|
|
6833
7013
|
} | undefined;
|
|
@@ -6854,6 +7034,34 @@ export declare const device: z.ZodObject<{
|
|
|
6854
7034
|
max_length?: number | undefined;
|
|
6855
7035
|
})[] | undefined;
|
|
6856
7036
|
supported_code_lengths?: number[] | undefined;
|
|
7037
|
+
offline_time_frame_options?: {
|
|
7038
|
+
display_name: string;
|
|
7039
|
+
min_duration?: string | undefined;
|
|
7040
|
+
max_duration?: string | undefined;
|
|
7041
|
+
matching_start_end_time?: true | undefined;
|
|
7042
|
+
time_pairs?: {
|
|
7043
|
+
display_name: string;
|
|
7044
|
+
check_in_time: string;
|
|
7045
|
+
check_out_time: string;
|
|
7046
|
+
}[] | undefined;
|
|
7047
|
+
start_date_recurrence_rule?: string | undefined;
|
|
7048
|
+
end_date_recurrence_rule?: string | undefined;
|
|
7049
|
+
time_zone?: string | undefined;
|
|
7050
|
+
}[] | undefined;
|
|
7051
|
+
online_time_frame_options?: {
|
|
7052
|
+
display_name: string;
|
|
7053
|
+
min_duration?: string | undefined;
|
|
7054
|
+
max_duration?: string | undefined;
|
|
7055
|
+
matching_start_end_time?: true | undefined;
|
|
7056
|
+
time_pairs?: {
|
|
7057
|
+
display_name: string;
|
|
7058
|
+
check_in_time: string;
|
|
7059
|
+
check_out_time: string;
|
|
7060
|
+
}[] | undefined;
|
|
7061
|
+
start_date_recurrence_rule?: string | undefined;
|
|
7062
|
+
end_date_recurrence_rule?: string | undefined;
|
|
7063
|
+
time_zone?: string | undefined;
|
|
7064
|
+
}[] | undefined;
|
|
6857
7065
|
max_active_codes_supported?: number | undefined;
|
|
6858
7066
|
supports_backup_access_code_pool?: boolean | undefined;
|
|
6859
7067
|
has_native_entry_events?: boolean | undefined;
|
|
@@ -6877,12 +7085,12 @@ export declare const device: z.ZodObject<{
|
|
|
6877
7085
|
is_fan_running?: boolean | undefined;
|
|
6878
7086
|
is_temporary_manual_override_active?: boolean | undefined;
|
|
6879
7087
|
current_climate_setting?: {
|
|
7088
|
+
display_name?: string | undefined;
|
|
6880
7089
|
climate_preset_key?: string | undefined;
|
|
6881
7090
|
can_edit?: boolean | undefined;
|
|
6882
7091
|
can_delete?: boolean | undefined;
|
|
6883
7092
|
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
6884
7093
|
name?: string | null | undefined;
|
|
6885
|
-
display_name?: string | undefined;
|
|
6886
7094
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
6887
7095
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
6888
7096
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
@@ -6898,12 +7106,12 @@ export declare const device: z.ZodObject<{
|
|
|
6898
7106
|
} | undefined;
|
|
6899
7107
|
} | undefined;
|
|
6900
7108
|
default_climate_setting?: {
|
|
7109
|
+
display_name?: string | undefined;
|
|
6901
7110
|
climate_preset_key?: string | undefined;
|
|
6902
7111
|
can_edit?: boolean | undefined;
|
|
6903
7112
|
can_delete?: boolean | undefined;
|
|
6904
7113
|
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
6905
7114
|
name?: string | null | undefined;
|
|
6906
|
-
display_name?: string | undefined;
|
|
6907
7115
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
6908
7116
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
6909
7117
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
@@ -6919,11 +7127,11 @@ export declare const device: z.ZodObject<{
|
|
|
6919
7127
|
} | undefined;
|
|
6920
7128
|
} | undefined;
|
|
6921
7129
|
available_climate_presets?: {
|
|
7130
|
+
display_name: string;
|
|
6922
7131
|
climate_preset_key: string;
|
|
6923
7132
|
can_edit: boolean;
|
|
6924
7133
|
can_delete: boolean;
|
|
6925
7134
|
can_use_with_thermostat_daily_programs: boolean;
|
|
6926
|
-
display_name: string;
|
|
6927
7135
|
manual_override_allowed: boolean;
|
|
6928
7136
|
name?: string | null | undefined;
|
|
6929
7137
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|