@seamapi/types 1.931.0 → 1.933.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 +53 -39
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +470 -432
- package/dist/index.cjs +53 -39
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/access-code.d.ts +38 -38
- package/lib/seam/connect/models/devices/capability-properties/access-code.js +11 -13
- 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 +28 -28
- package/lib/seam/connect/models/devices/device-metadata.d.ts +16 -16
- package/lib/seam/connect/models/devices/device.d.ts +52 -52
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +40 -40
- package/lib/seam/connect/models/events/devices.d.ts +12 -0
- package/lib/seam/connect/models/events/devices.js +6 -0
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +6 -0
- package/lib/seam/connect/openapi.js +36 -28
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +372 -340
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +11 -13
- package/src/lib/seam/connect/models/events/devices.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +38 -28
- package/src/lib/seam/connect/route-types.ts +372 -340
package/dist/connect.d.cts
CHANGED
|
@@ -15639,10 +15639,10 @@ declare const device: z.ZodObject<{
|
|
|
15639
15639
|
dormakaba_oracode_user_level_prefix: z.ZodNumber;
|
|
15640
15640
|
dormakaba_oracode_user_level_id: z.ZodString;
|
|
15641
15641
|
}, "strip", z.ZodTypeAny, {
|
|
15642
|
-
check_in_time: string;
|
|
15643
|
-
check_out_time: string;
|
|
15644
15642
|
name: string;
|
|
15645
15643
|
prefix: number;
|
|
15644
|
+
check_in_time: string;
|
|
15645
|
+
check_out_time: string;
|
|
15646
15646
|
is_24_hour: boolean;
|
|
15647
15647
|
is_biweekly_mode: boolean;
|
|
15648
15648
|
is_one_shot: boolean;
|
|
@@ -15650,10 +15650,10 @@ declare const device: z.ZodObject<{
|
|
|
15650
15650
|
dormakaba_oracode_user_level_prefix: number;
|
|
15651
15651
|
dormakaba_oracode_user_level_id: string;
|
|
15652
15652
|
}, {
|
|
15653
|
-
check_in_time: string;
|
|
15654
|
-
check_out_time: string;
|
|
15655
15653
|
name: string;
|
|
15656
15654
|
prefix: number;
|
|
15655
|
+
check_in_time: string;
|
|
15656
|
+
check_out_time: string;
|
|
15657
15657
|
is_24_hour: boolean;
|
|
15658
15658
|
is_biweekly_mode: boolean;
|
|
15659
15659
|
is_one_shot: boolean;
|
|
@@ -15670,10 +15670,10 @@ declare const device: z.ZodObject<{
|
|
|
15670
15670
|
door_id?: number | undefined;
|
|
15671
15671
|
iana_timezone?: string | undefined;
|
|
15672
15672
|
predefined_time_slots?: {
|
|
15673
|
-
check_in_time: string;
|
|
15674
|
-
check_out_time: string;
|
|
15675
15673
|
name: string;
|
|
15676
15674
|
prefix: number;
|
|
15675
|
+
check_in_time: string;
|
|
15676
|
+
check_out_time: string;
|
|
15677
15677
|
is_24_hour: boolean;
|
|
15678
15678
|
is_biweekly_mode: boolean;
|
|
15679
15679
|
is_one_shot: boolean;
|
|
@@ -15690,10 +15690,10 @@ declare const device: z.ZodObject<{
|
|
|
15690
15690
|
door_id?: number | undefined;
|
|
15691
15691
|
iana_timezone?: string | undefined;
|
|
15692
15692
|
predefined_time_slots?: {
|
|
15693
|
-
check_in_time: string;
|
|
15694
|
-
check_out_time: string;
|
|
15695
15693
|
name: string;
|
|
15696
15694
|
prefix: number;
|
|
15695
|
+
check_in_time: string;
|
|
15696
|
+
check_out_time: string;
|
|
15697
15697
|
is_24_hour: boolean;
|
|
15698
15698
|
is_biweekly_mode: boolean;
|
|
15699
15699
|
is_one_shot: boolean;
|
|
@@ -16135,10 +16135,10 @@ declare const device: z.ZodObject<{
|
|
|
16135
16135
|
door_id?: number | undefined;
|
|
16136
16136
|
iana_timezone?: string | undefined;
|
|
16137
16137
|
predefined_time_slots?: {
|
|
16138
|
-
check_in_time: string;
|
|
16139
|
-
check_out_time: string;
|
|
16140
16138
|
name: string;
|
|
16141
16139
|
prefix: number;
|
|
16140
|
+
check_in_time: string;
|
|
16141
|
+
check_out_time: string;
|
|
16142
16142
|
is_24_hour: boolean;
|
|
16143
16143
|
is_biweekly_mode: boolean;
|
|
16144
16144
|
is_one_shot: boolean;
|
|
@@ -16422,10 +16422,10 @@ declare const device: z.ZodObject<{
|
|
|
16422
16422
|
door_id?: number | undefined;
|
|
16423
16423
|
iana_timezone?: string | undefined;
|
|
16424
16424
|
predefined_time_slots?: {
|
|
16425
|
-
check_in_time: string;
|
|
16426
|
-
check_out_time: string;
|
|
16427
16425
|
name: string;
|
|
16428
16426
|
prefix: number;
|
|
16427
|
+
check_in_time: string;
|
|
16428
|
+
check_out_time: string;
|
|
16429
16429
|
is_24_hour: boolean;
|
|
16430
16430
|
is_biweekly_mode: boolean;
|
|
16431
16431
|
is_one_shot: boolean;
|
|
@@ -16554,16 +16554,16 @@ declare const device: z.ZodObject<{
|
|
|
16554
16554
|
matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
|
|
16555
16555
|
time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
16556
16556
|
display_name: z.ZodString;
|
|
16557
|
-
|
|
16558
|
-
|
|
16557
|
+
start_time: z.ZodString;
|
|
16558
|
+
end_time: z.ZodString;
|
|
16559
16559
|
}, "strip", z.ZodTypeAny, {
|
|
16560
16560
|
display_name: string;
|
|
16561
|
-
|
|
16562
|
-
|
|
16561
|
+
start_time: string;
|
|
16562
|
+
end_time: string;
|
|
16563
16563
|
}, {
|
|
16564
16564
|
display_name: string;
|
|
16565
|
-
|
|
16566
|
-
|
|
16565
|
+
start_time: string;
|
|
16566
|
+
end_time: string;
|
|
16567
16567
|
}>, "many">>;
|
|
16568
16568
|
start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
|
|
16569
16569
|
end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
|
|
@@ -16575,8 +16575,8 @@ declare const device: z.ZodObject<{
|
|
|
16575
16575
|
matching_start_end_time?: true | undefined;
|
|
16576
16576
|
time_pairs?: {
|
|
16577
16577
|
display_name: string;
|
|
16578
|
-
|
|
16579
|
-
|
|
16578
|
+
start_time: string;
|
|
16579
|
+
end_time: string;
|
|
16580
16580
|
}[] | undefined;
|
|
16581
16581
|
start_date_recurrence_rule?: string | undefined;
|
|
16582
16582
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -16588,8 +16588,8 @@ declare const device: z.ZodObject<{
|
|
|
16588
16588
|
matching_start_end_time?: true | undefined;
|
|
16589
16589
|
time_pairs?: {
|
|
16590
16590
|
display_name: string;
|
|
16591
|
-
|
|
16592
|
-
|
|
16591
|
+
start_time: string;
|
|
16592
|
+
end_time: string;
|
|
16593
16593
|
}[] | undefined;
|
|
16594
16594
|
start_date_recurrence_rule?: string | undefined;
|
|
16595
16595
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -16602,16 +16602,16 @@ declare const device: z.ZodObject<{
|
|
|
16602
16602
|
matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
|
|
16603
16603
|
time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
16604
16604
|
display_name: z.ZodString;
|
|
16605
|
-
|
|
16606
|
-
|
|
16605
|
+
start_time: z.ZodString;
|
|
16606
|
+
end_time: z.ZodString;
|
|
16607
16607
|
}, "strip", z.ZodTypeAny, {
|
|
16608
16608
|
display_name: string;
|
|
16609
|
-
|
|
16610
|
-
|
|
16609
|
+
start_time: string;
|
|
16610
|
+
end_time: string;
|
|
16611
16611
|
}, {
|
|
16612
16612
|
display_name: string;
|
|
16613
|
-
|
|
16614
|
-
|
|
16613
|
+
start_time: string;
|
|
16614
|
+
end_time: string;
|
|
16615
16615
|
}>, "many">>;
|
|
16616
16616
|
start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
|
|
16617
16617
|
end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
|
|
@@ -16623,8 +16623,8 @@ declare const device: z.ZodObject<{
|
|
|
16623
16623
|
matching_start_end_time?: true | undefined;
|
|
16624
16624
|
time_pairs?: {
|
|
16625
16625
|
display_name: string;
|
|
16626
|
-
|
|
16627
|
-
|
|
16626
|
+
start_time: string;
|
|
16627
|
+
end_time: string;
|
|
16628
16628
|
}[] | undefined;
|
|
16629
16629
|
start_date_recurrence_rule?: string | undefined;
|
|
16630
16630
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -16636,8 +16636,8 @@ declare const device: z.ZodObject<{
|
|
|
16636
16636
|
matching_start_end_time?: true | undefined;
|
|
16637
16637
|
time_pairs?: {
|
|
16638
16638
|
display_name: string;
|
|
16639
|
-
|
|
16640
|
-
|
|
16639
|
+
start_time: string;
|
|
16640
|
+
end_time: string;
|
|
16641
16641
|
}[] | undefined;
|
|
16642
16642
|
start_date_recurrence_rule?: string | undefined;
|
|
16643
16643
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -16675,8 +16675,8 @@ declare const device: z.ZodObject<{
|
|
|
16675
16675
|
matching_start_end_time?: true | undefined;
|
|
16676
16676
|
time_pairs?: {
|
|
16677
16677
|
display_name: string;
|
|
16678
|
-
|
|
16679
|
-
|
|
16678
|
+
start_time: string;
|
|
16679
|
+
end_time: string;
|
|
16680
16680
|
}[] | undefined;
|
|
16681
16681
|
start_date_recurrence_rule?: string | undefined;
|
|
16682
16682
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -16689,8 +16689,8 @@ declare const device: z.ZodObject<{
|
|
|
16689
16689
|
matching_start_end_time?: true | undefined;
|
|
16690
16690
|
time_pairs?: {
|
|
16691
16691
|
display_name: string;
|
|
16692
|
-
|
|
16693
|
-
|
|
16692
|
+
start_time: string;
|
|
16693
|
+
end_time: string;
|
|
16694
16694
|
}[] | undefined;
|
|
16695
16695
|
start_date_recurrence_rule?: string | undefined;
|
|
16696
16696
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -16723,8 +16723,8 @@ declare const device: z.ZodObject<{
|
|
|
16723
16723
|
matching_start_end_time?: true | undefined;
|
|
16724
16724
|
time_pairs?: {
|
|
16725
16725
|
display_name: string;
|
|
16726
|
-
|
|
16727
|
-
|
|
16726
|
+
start_time: string;
|
|
16727
|
+
end_time: string;
|
|
16728
16728
|
}[] | undefined;
|
|
16729
16729
|
start_date_recurrence_rule?: string | undefined;
|
|
16730
16730
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -16737,8 +16737,8 @@ declare const device: z.ZodObject<{
|
|
|
16737
16737
|
matching_start_end_time?: true | undefined;
|
|
16738
16738
|
time_pairs?: {
|
|
16739
16739
|
display_name: string;
|
|
16740
|
-
|
|
16741
|
-
|
|
16740
|
+
start_time: string;
|
|
16741
|
+
end_time: string;
|
|
16742
16742
|
}[] | undefined;
|
|
16743
16743
|
start_date_recurrence_rule?: string | undefined;
|
|
16744
16744
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -18635,10 +18635,10 @@ declare const device: z.ZodObject<{
|
|
|
18635
18635
|
door_id?: number | undefined;
|
|
18636
18636
|
iana_timezone?: string | undefined;
|
|
18637
18637
|
predefined_time_slots?: {
|
|
18638
|
-
check_in_time: string;
|
|
18639
|
-
check_out_time: string;
|
|
18640
18638
|
name: string;
|
|
18641
18639
|
prefix: number;
|
|
18640
|
+
check_in_time: string;
|
|
18641
|
+
check_out_time: string;
|
|
18642
18642
|
is_24_hour: boolean;
|
|
18643
18643
|
is_biweekly_mode: boolean;
|
|
18644
18644
|
is_one_shot: boolean;
|
|
@@ -18755,8 +18755,8 @@ declare const device: z.ZodObject<{
|
|
|
18755
18755
|
matching_start_end_time?: true | undefined;
|
|
18756
18756
|
time_pairs?: {
|
|
18757
18757
|
display_name: string;
|
|
18758
|
-
|
|
18759
|
-
|
|
18758
|
+
start_time: string;
|
|
18759
|
+
end_time: string;
|
|
18760
18760
|
}[] | undefined;
|
|
18761
18761
|
start_date_recurrence_rule?: string | undefined;
|
|
18762
18762
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -18769,8 +18769,8 @@ declare const device: z.ZodObject<{
|
|
|
18769
18769
|
matching_start_end_time?: true | undefined;
|
|
18770
18770
|
time_pairs?: {
|
|
18771
18771
|
display_name: string;
|
|
18772
|
-
|
|
18773
|
-
|
|
18772
|
+
start_time: string;
|
|
18773
|
+
end_time: string;
|
|
18774
18774
|
}[] | undefined;
|
|
18775
18775
|
start_date_recurrence_rule?: string | undefined;
|
|
18776
18776
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -19418,10 +19418,10 @@ declare const device: z.ZodObject<{
|
|
|
19418
19418
|
door_id?: number | undefined;
|
|
19419
19419
|
iana_timezone?: string | undefined;
|
|
19420
19420
|
predefined_time_slots?: {
|
|
19421
|
-
check_in_time: string;
|
|
19422
|
-
check_out_time: string;
|
|
19423
19421
|
name: string;
|
|
19424
19422
|
prefix: number;
|
|
19423
|
+
check_in_time: string;
|
|
19424
|
+
check_out_time: string;
|
|
19425
19425
|
is_24_hour: boolean;
|
|
19426
19426
|
is_biweekly_mode: boolean;
|
|
19427
19427
|
is_one_shot: boolean;
|
|
@@ -19538,8 +19538,8 @@ declare const device: z.ZodObject<{
|
|
|
19538
19538
|
matching_start_end_time?: true | undefined;
|
|
19539
19539
|
time_pairs?: {
|
|
19540
19540
|
display_name: string;
|
|
19541
|
-
|
|
19542
|
-
|
|
19541
|
+
start_time: string;
|
|
19542
|
+
end_time: string;
|
|
19543
19543
|
}[] | undefined;
|
|
19544
19544
|
start_date_recurrence_rule?: string | undefined;
|
|
19545
19545
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -19552,8 +19552,8 @@ declare const device: z.ZodObject<{
|
|
|
19552
19552
|
matching_start_end_time?: true | undefined;
|
|
19553
19553
|
time_pairs?: {
|
|
19554
19554
|
display_name: string;
|
|
19555
|
-
|
|
19556
|
-
|
|
19555
|
+
start_time: string;
|
|
19556
|
+
end_time: string;
|
|
19557
19557
|
}[] | undefined;
|
|
19558
19558
|
start_date_recurrence_rule?: string | undefined;
|
|
19559
19559
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -20690,10 +20690,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
20690
20690
|
dormakaba_oracode_user_level_prefix: z.ZodNumber;
|
|
20691
20691
|
dormakaba_oracode_user_level_id: z.ZodString;
|
|
20692
20692
|
}, "strip", z.ZodTypeAny, {
|
|
20693
|
-
check_in_time: string;
|
|
20694
|
-
check_out_time: string;
|
|
20695
20693
|
name: string;
|
|
20696
20694
|
prefix: number;
|
|
20695
|
+
check_in_time: string;
|
|
20696
|
+
check_out_time: string;
|
|
20697
20697
|
is_24_hour: boolean;
|
|
20698
20698
|
is_biweekly_mode: boolean;
|
|
20699
20699
|
is_one_shot: boolean;
|
|
@@ -20701,10 +20701,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
20701
20701
|
dormakaba_oracode_user_level_prefix: number;
|
|
20702
20702
|
dormakaba_oracode_user_level_id: string;
|
|
20703
20703
|
}, {
|
|
20704
|
-
check_in_time: string;
|
|
20705
|
-
check_out_time: string;
|
|
20706
20704
|
name: string;
|
|
20707
20705
|
prefix: number;
|
|
20706
|
+
check_in_time: string;
|
|
20707
|
+
check_out_time: string;
|
|
20708
20708
|
is_24_hour: boolean;
|
|
20709
20709
|
is_biweekly_mode: boolean;
|
|
20710
20710
|
is_one_shot: boolean;
|
|
@@ -20721,10 +20721,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
20721
20721
|
door_id?: number | undefined;
|
|
20722
20722
|
iana_timezone?: string | undefined;
|
|
20723
20723
|
predefined_time_slots?: {
|
|
20724
|
-
check_in_time: string;
|
|
20725
|
-
check_out_time: string;
|
|
20726
20724
|
name: string;
|
|
20727
20725
|
prefix: number;
|
|
20726
|
+
check_in_time: string;
|
|
20727
|
+
check_out_time: string;
|
|
20728
20728
|
is_24_hour: boolean;
|
|
20729
20729
|
is_biweekly_mode: boolean;
|
|
20730
20730
|
is_one_shot: boolean;
|
|
@@ -20741,10 +20741,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
20741
20741
|
door_id?: number | undefined;
|
|
20742
20742
|
iana_timezone?: string | undefined;
|
|
20743
20743
|
predefined_time_slots?: {
|
|
20744
|
-
check_in_time: string;
|
|
20745
|
-
check_out_time: string;
|
|
20746
20744
|
name: string;
|
|
20747
20745
|
prefix: number;
|
|
20746
|
+
check_in_time: string;
|
|
20747
|
+
check_out_time: string;
|
|
20748
20748
|
is_24_hour: boolean;
|
|
20749
20749
|
is_biweekly_mode: boolean;
|
|
20750
20750
|
is_one_shot: boolean;
|
|
@@ -21186,10 +21186,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21186
21186
|
door_id?: number | undefined;
|
|
21187
21187
|
iana_timezone?: string | undefined;
|
|
21188
21188
|
predefined_time_slots?: {
|
|
21189
|
-
check_in_time: string;
|
|
21190
|
-
check_out_time: string;
|
|
21191
21189
|
name: string;
|
|
21192
21190
|
prefix: number;
|
|
21191
|
+
check_in_time: string;
|
|
21192
|
+
check_out_time: string;
|
|
21193
21193
|
is_24_hour: boolean;
|
|
21194
21194
|
is_biweekly_mode: boolean;
|
|
21195
21195
|
is_one_shot: boolean;
|
|
@@ -21473,10 +21473,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21473
21473
|
door_id?: number | undefined;
|
|
21474
21474
|
iana_timezone?: string | undefined;
|
|
21475
21475
|
predefined_time_slots?: {
|
|
21476
|
-
check_in_time: string;
|
|
21477
|
-
check_out_time: string;
|
|
21478
21476
|
name: string;
|
|
21479
21477
|
prefix: number;
|
|
21478
|
+
check_in_time: string;
|
|
21479
|
+
check_out_time: string;
|
|
21480
21480
|
is_24_hour: boolean;
|
|
21481
21481
|
is_biweekly_mode: boolean;
|
|
21482
21482
|
is_one_shot: boolean;
|
|
@@ -21605,16 +21605,16 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21605
21605
|
matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
|
|
21606
21606
|
time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21607
21607
|
display_name: z.ZodString;
|
|
21608
|
-
|
|
21609
|
-
|
|
21608
|
+
start_time: z.ZodString;
|
|
21609
|
+
end_time: z.ZodString;
|
|
21610
21610
|
}, "strip", z.ZodTypeAny, {
|
|
21611
21611
|
display_name: string;
|
|
21612
|
-
|
|
21613
|
-
|
|
21612
|
+
start_time: string;
|
|
21613
|
+
end_time: string;
|
|
21614
21614
|
}, {
|
|
21615
21615
|
display_name: string;
|
|
21616
|
-
|
|
21617
|
-
|
|
21616
|
+
start_time: string;
|
|
21617
|
+
end_time: string;
|
|
21618
21618
|
}>, "many">>;
|
|
21619
21619
|
start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
|
|
21620
21620
|
end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
|
|
@@ -21626,8 +21626,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21626
21626
|
matching_start_end_time?: true | undefined;
|
|
21627
21627
|
time_pairs?: {
|
|
21628
21628
|
display_name: string;
|
|
21629
|
-
|
|
21630
|
-
|
|
21629
|
+
start_time: string;
|
|
21630
|
+
end_time: string;
|
|
21631
21631
|
}[] | undefined;
|
|
21632
21632
|
start_date_recurrence_rule?: string | undefined;
|
|
21633
21633
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -21639,8 +21639,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21639
21639
|
matching_start_end_time?: true | undefined;
|
|
21640
21640
|
time_pairs?: {
|
|
21641
21641
|
display_name: string;
|
|
21642
|
-
|
|
21643
|
-
|
|
21642
|
+
start_time: string;
|
|
21643
|
+
end_time: string;
|
|
21644
21644
|
}[] | undefined;
|
|
21645
21645
|
start_date_recurrence_rule?: string | undefined;
|
|
21646
21646
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -21653,16 +21653,16 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21653
21653
|
matching_start_end_time: z.ZodOptional<z.ZodLiteral<true>>;
|
|
21654
21654
|
time_pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21655
21655
|
display_name: z.ZodString;
|
|
21656
|
-
|
|
21657
|
-
|
|
21656
|
+
start_time: z.ZodString;
|
|
21657
|
+
end_time: z.ZodString;
|
|
21658
21658
|
}, "strip", z.ZodTypeAny, {
|
|
21659
21659
|
display_name: string;
|
|
21660
|
-
|
|
21661
|
-
|
|
21660
|
+
start_time: string;
|
|
21661
|
+
end_time: string;
|
|
21662
21662
|
}, {
|
|
21663
21663
|
display_name: string;
|
|
21664
|
-
|
|
21665
|
-
|
|
21664
|
+
start_time: string;
|
|
21665
|
+
end_time: string;
|
|
21666
21666
|
}>, "many">>;
|
|
21667
21667
|
start_date_recurrence_rule: z.ZodOptional<z.ZodString>;
|
|
21668
21668
|
end_date_recurrence_rule: z.ZodOptional<z.ZodString>;
|
|
@@ -21674,8 +21674,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21674
21674
|
matching_start_end_time?: true | undefined;
|
|
21675
21675
|
time_pairs?: {
|
|
21676
21676
|
display_name: string;
|
|
21677
|
-
|
|
21678
|
-
|
|
21677
|
+
start_time: string;
|
|
21678
|
+
end_time: string;
|
|
21679
21679
|
}[] | undefined;
|
|
21680
21680
|
start_date_recurrence_rule?: string | undefined;
|
|
21681
21681
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -21687,8 +21687,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21687
21687
|
matching_start_end_time?: true | undefined;
|
|
21688
21688
|
time_pairs?: {
|
|
21689
21689
|
display_name: string;
|
|
21690
|
-
|
|
21691
|
-
|
|
21690
|
+
start_time: string;
|
|
21691
|
+
end_time: string;
|
|
21692
21692
|
}[] | undefined;
|
|
21693
21693
|
start_date_recurrence_rule?: string | undefined;
|
|
21694
21694
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -21726,8 +21726,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21726
21726
|
matching_start_end_time?: true | undefined;
|
|
21727
21727
|
time_pairs?: {
|
|
21728
21728
|
display_name: string;
|
|
21729
|
-
|
|
21730
|
-
|
|
21729
|
+
start_time: string;
|
|
21730
|
+
end_time: string;
|
|
21731
21731
|
}[] | undefined;
|
|
21732
21732
|
start_date_recurrence_rule?: string | undefined;
|
|
21733
21733
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -21740,8 +21740,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21740
21740
|
matching_start_end_time?: true | undefined;
|
|
21741
21741
|
time_pairs?: {
|
|
21742
21742
|
display_name: string;
|
|
21743
|
-
|
|
21744
|
-
|
|
21743
|
+
start_time: string;
|
|
21744
|
+
end_time: string;
|
|
21745
21745
|
}[] | undefined;
|
|
21746
21746
|
start_date_recurrence_rule?: string | undefined;
|
|
21747
21747
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -21774,8 +21774,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21774
21774
|
matching_start_end_time?: true | undefined;
|
|
21775
21775
|
time_pairs?: {
|
|
21776
21776
|
display_name: string;
|
|
21777
|
-
|
|
21778
|
-
|
|
21777
|
+
start_time: string;
|
|
21778
|
+
end_time: string;
|
|
21779
21779
|
}[] | undefined;
|
|
21780
21780
|
start_date_recurrence_rule?: string | undefined;
|
|
21781
21781
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -21788,8 +21788,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21788
21788
|
matching_start_end_time?: true | undefined;
|
|
21789
21789
|
time_pairs?: {
|
|
21790
21790
|
display_name: string;
|
|
21791
|
-
|
|
21792
|
-
|
|
21791
|
+
start_time: string;
|
|
21792
|
+
end_time: string;
|
|
21793
21793
|
}[] | undefined;
|
|
21794
21794
|
start_date_recurrence_rule?: string | undefined;
|
|
21795
21795
|
end_date_recurrence_rule?: string | undefined;
|
|
@@ -28402,6 +28402,7 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
28402
28402
|
} & {
|
|
28403
28403
|
event_type: z.ZodLiteral<"lock.locked">;
|
|
28404
28404
|
access_code_id: z.ZodOptional<z.ZodString>;
|
|
28405
|
+
code: z.ZodOptional<z.ZodString>;
|
|
28405
28406
|
access_code_is_managed: z.ZodOptional<z.ZodBoolean>;
|
|
28406
28407
|
action_attempt_id: z.ZodOptional<z.ZodString>;
|
|
28407
28408
|
method: z.ZodEnum<["keycode", "manual", "automatic", "unknown", "remote"]>;
|
|
@@ -28416,6 +28417,7 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
28416
28417
|
occurred_at: string;
|
|
28417
28418
|
event_type: "lock.locked";
|
|
28418
28419
|
method: "unknown" | "keycode" | "manual" | "automatic" | "remote";
|
|
28420
|
+
code?: string | undefined;
|
|
28419
28421
|
customer_key?: string | undefined;
|
|
28420
28422
|
access_code_id?: string | undefined;
|
|
28421
28423
|
action_attempt_id?: string | undefined;
|
|
@@ -28433,6 +28435,7 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
28433
28435
|
occurred_at: string;
|
|
28434
28436
|
event_type: "lock.locked";
|
|
28435
28437
|
method: "unknown" | "keycode" | "manual" | "automatic" | "remote";
|
|
28438
|
+
code?: string | undefined;
|
|
28436
28439
|
customer_key?: string | undefined;
|
|
28437
28440
|
access_code_id?: string | undefined;
|
|
28438
28441
|
action_attempt_id?: string | undefined;
|
|
@@ -28453,6 +28456,7 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
28453
28456
|
} & {
|
|
28454
28457
|
event_type: z.ZodLiteral<"lock.unlocked">;
|
|
28455
28458
|
access_code_id: z.ZodOptional<z.ZodString>;
|
|
28459
|
+
code: z.ZodOptional<z.ZodString>;
|
|
28456
28460
|
access_code_is_managed: z.ZodOptional<z.ZodBoolean>;
|
|
28457
28461
|
action_attempt_id: z.ZodOptional<z.ZodString>;
|
|
28458
28462
|
method: z.ZodEnum<["keycode", "manual", "automatic", "unknown", "remote"]>;
|
|
@@ -28471,6 +28475,7 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
28471
28475
|
occurred_at: string;
|
|
28472
28476
|
event_type: "lock.unlocked";
|
|
28473
28477
|
method: "unknown" | "keycode" | "manual" | "automatic" | "remote";
|
|
28478
|
+
code?: string | undefined;
|
|
28474
28479
|
device_id?: string | undefined;
|
|
28475
28480
|
customer_key?: string | undefined;
|
|
28476
28481
|
access_code_id?: string | undefined;
|
|
@@ -28492,6 +28497,7 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
28492
28497
|
occurred_at: string;
|
|
28493
28498
|
event_type: "lock.unlocked";
|
|
28494
28499
|
method: "unknown" | "keycode" | "manual" | "automatic" | "remote";
|
|
28500
|
+
code?: string | undefined;
|
|
28495
28501
|
device_id?: string | undefined;
|
|
28496
28502
|
customer_key?: string | undefined;
|
|
28497
28503
|
access_code_id?: string | undefined;
|
|
@@ -42339,52 +42345,52 @@ type Routes = {
|
|
|
42339
42345
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
42340
42346
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
42341
42347
|
offline_time_frame_options?: ({
|
|
42342
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
42348
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
42343
42349
|
display_name: string;
|
|
42344
42350
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
42345
42351
|
min_duration?: string | undefined;
|
|
42346
42352
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
42347
42353
|
max_duration?: string | undefined;
|
|
42348
|
-
/** When `true`, the
|
|
42354
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
42349
42355
|
matching_start_end_time?: true | undefined;
|
|
42350
|
-
/** Fixed
|
|
42356
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
42351
42357
|
time_pairs?: {
|
|
42352
|
-
/** Label for the
|
|
42358
|
+
/** Label for the start/end time pairing. */
|
|
42353
42359
|
display_name: string;
|
|
42354
|
-
/**
|
|
42355
|
-
|
|
42356
|
-
/**
|
|
42357
|
-
|
|
42360
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
42361
|
+
start_time: string;
|
|
42362
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
42363
|
+
end_time: string;
|
|
42358
42364
|
}[] | undefined;
|
|
42359
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
42365
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
42360
42366
|
start_date_recurrence_rule?: string | undefined;
|
|
42361
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
42367
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
42362
42368
|
end_date_recurrence_rule?: string | undefined;
|
|
42363
42369
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
42364
42370
|
time_zone?: string | undefined;
|
|
42365
42371
|
}[] | undefined) | undefined;
|
|
42366
42372
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
42367
42373
|
online_time_frame_options?: ({
|
|
42368
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
42374
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
42369
42375
|
display_name: string;
|
|
42370
42376
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
42371
42377
|
min_duration?: string | undefined;
|
|
42372
42378
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
42373
42379
|
max_duration?: string | undefined;
|
|
42374
|
-
/** When `true`, the
|
|
42380
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
42375
42381
|
matching_start_end_time?: true | undefined;
|
|
42376
|
-
/** Fixed
|
|
42382
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
42377
42383
|
time_pairs?: {
|
|
42378
|
-
/** Label for the
|
|
42384
|
+
/** Label for the start/end time pairing. */
|
|
42379
42385
|
display_name: string;
|
|
42380
|
-
/**
|
|
42381
|
-
|
|
42382
|
-
/**
|
|
42383
|
-
|
|
42386
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
42387
|
+
start_time: string;
|
|
42388
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
42389
|
+
end_time: string;
|
|
42384
42390
|
}[] | undefined;
|
|
42385
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
42391
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
42386
42392
|
start_date_recurrence_rule?: string | undefined;
|
|
42387
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
42393
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
42388
42394
|
end_date_recurrence_rule?: string | undefined;
|
|
42389
42395
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
42390
42396
|
time_zone?: string | undefined;
|
|
@@ -49039,52 +49045,52 @@ type Routes = {
|
|
|
49039
49045
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
49040
49046
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
49041
49047
|
offline_time_frame_options?: ({
|
|
49042
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
49048
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
49043
49049
|
display_name: string;
|
|
49044
49050
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
49045
49051
|
min_duration?: string | undefined;
|
|
49046
49052
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
49047
49053
|
max_duration?: string | undefined;
|
|
49048
|
-
/** When `true`, the
|
|
49054
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
49049
49055
|
matching_start_end_time?: true | undefined;
|
|
49050
|
-
/** Fixed
|
|
49056
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
49051
49057
|
time_pairs?: {
|
|
49052
|
-
/** Label for the
|
|
49058
|
+
/** Label for the start/end time pairing. */
|
|
49053
49059
|
display_name: string;
|
|
49054
|
-
/**
|
|
49055
|
-
|
|
49056
|
-
/**
|
|
49057
|
-
|
|
49060
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
49061
|
+
start_time: string;
|
|
49062
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
49063
|
+
end_time: string;
|
|
49058
49064
|
}[] | undefined;
|
|
49059
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
49065
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
49060
49066
|
start_date_recurrence_rule?: string | undefined;
|
|
49061
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
49067
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
49062
49068
|
end_date_recurrence_rule?: string | undefined;
|
|
49063
49069
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
49064
49070
|
time_zone?: string | undefined;
|
|
49065
49071
|
}[] | undefined) | undefined;
|
|
49066
49072
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
49067
49073
|
online_time_frame_options?: ({
|
|
49068
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
49074
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
49069
49075
|
display_name: string;
|
|
49070
49076
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
49071
49077
|
min_duration?: string | undefined;
|
|
49072
49078
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
49073
49079
|
max_duration?: string | undefined;
|
|
49074
|
-
/** When `true`, the
|
|
49080
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
49075
49081
|
matching_start_end_time?: true | undefined;
|
|
49076
|
-
/** Fixed
|
|
49082
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
49077
49083
|
time_pairs?: {
|
|
49078
|
-
/** Label for the
|
|
49084
|
+
/** Label for the start/end time pairing. */
|
|
49079
49085
|
display_name: string;
|
|
49080
|
-
/**
|
|
49081
|
-
|
|
49082
|
-
/**
|
|
49083
|
-
|
|
49086
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
49087
|
+
start_time: string;
|
|
49088
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
49089
|
+
end_time: string;
|
|
49084
49090
|
}[] | undefined;
|
|
49085
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
49091
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
49086
49092
|
start_date_recurrence_rule?: string | undefined;
|
|
49087
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
49093
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
49088
49094
|
end_date_recurrence_rule?: string | undefined;
|
|
49089
49095
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
49090
49096
|
time_zone?: string | undefined;
|
|
@@ -71511,52 +71517,52 @@ type Routes = {
|
|
|
71511
71517
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
71512
71518
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
71513
71519
|
offline_time_frame_options?: ({
|
|
71514
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
71520
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
71515
71521
|
display_name: string;
|
|
71516
71522
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
71517
71523
|
min_duration?: string | undefined;
|
|
71518
71524
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
71519
71525
|
max_duration?: string | undefined;
|
|
71520
|
-
/** When `true`, the
|
|
71526
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
71521
71527
|
matching_start_end_time?: true | undefined;
|
|
71522
|
-
/** Fixed
|
|
71528
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
71523
71529
|
time_pairs?: {
|
|
71524
|
-
/** Label for the
|
|
71530
|
+
/** Label for the start/end time pairing. */
|
|
71525
71531
|
display_name: string;
|
|
71526
|
-
/**
|
|
71527
|
-
|
|
71528
|
-
/**
|
|
71529
|
-
|
|
71532
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
71533
|
+
start_time: string;
|
|
71534
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
71535
|
+
end_time: string;
|
|
71530
71536
|
}[] | undefined;
|
|
71531
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
71537
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
71532
71538
|
start_date_recurrence_rule?: string | undefined;
|
|
71533
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
71539
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
71534
71540
|
end_date_recurrence_rule?: string | undefined;
|
|
71535
71541
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
71536
71542
|
time_zone?: string | undefined;
|
|
71537
71543
|
}[] | undefined) | undefined;
|
|
71538
71544
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
71539
71545
|
online_time_frame_options?: ({
|
|
71540
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
71546
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
71541
71547
|
display_name: string;
|
|
71542
71548
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
71543
71549
|
min_duration?: string | undefined;
|
|
71544
71550
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
71545
71551
|
max_duration?: string | undefined;
|
|
71546
|
-
/** When `true`, the
|
|
71552
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
71547
71553
|
matching_start_end_time?: true | undefined;
|
|
71548
|
-
/** Fixed
|
|
71554
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
71549
71555
|
time_pairs?: {
|
|
71550
|
-
/** Label for the
|
|
71556
|
+
/** Label for the start/end time pairing. */
|
|
71551
71557
|
display_name: string;
|
|
71552
|
-
/**
|
|
71553
|
-
|
|
71554
|
-
/**
|
|
71555
|
-
|
|
71558
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
71559
|
+
start_time: string;
|
|
71560
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
71561
|
+
end_time: string;
|
|
71556
71562
|
}[] | undefined;
|
|
71557
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
71563
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
71558
71564
|
start_date_recurrence_rule?: string | undefined;
|
|
71559
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
71565
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
71560
71566
|
end_date_recurrence_rule?: string | undefined;
|
|
71561
71567
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
71562
71568
|
time_zone?: string | undefined;
|
|
@@ -73005,52 +73011,52 @@ type Routes = {
|
|
|
73005
73011
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
73006
73012
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
73007
73013
|
offline_time_frame_options?: ({
|
|
73008
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
73014
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
73009
73015
|
display_name: string;
|
|
73010
73016
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
73011
73017
|
min_duration?: string | undefined;
|
|
73012
73018
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
73013
73019
|
max_duration?: string | undefined;
|
|
73014
|
-
/** When `true`, the
|
|
73020
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
73015
73021
|
matching_start_end_time?: true | undefined;
|
|
73016
|
-
/** Fixed
|
|
73022
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
73017
73023
|
time_pairs?: {
|
|
73018
|
-
/** Label for the
|
|
73024
|
+
/** Label for the start/end time pairing. */
|
|
73019
73025
|
display_name: string;
|
|
73020
|
-
/**
|
|
73021
|
-
|
|
73022
|
-
/**
|
|
73023
|
-
|
|
73026
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
73027
|
+
start_time: string;
|
|
73028
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
73029
|
+
end_time: string;
|
|
73024
73030
|
}[] | undefined;
|
|
73025
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
73031
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
73026
73032
|
start_date_recurrence_rule?: string | undefined;
|
|
73027
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
73033
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
73028
73034
|
end_date_recurrence_rule?: string | undefined;
|
|
73029
73035
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
73030
73036
|
time_zone?: string | undefined;
|
|
73031
73037
|
}[] | undefined) | undefined;
|
|
73032
73038
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
73033
73039
|
online_time_frame_options?: ({
|
|
73034
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
73040
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
73035
73041
|
display_name: string;
|
|
73036
73042
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
73037
73043
|
min_duration?: string | undefined;
|
|
73038
73044
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
73039
73045
|
max_duration?: string | undefined;
|
|
73040
|
-
/** When `true`, the
|
|
73046
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
73041
73047
|
matching_start_end_time?: true | undefined;
|
|
73042
|
-
/** Fixed
|
|
73048
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
73043
73049
|
time_pairs?: {
|
|
73044
|
-
/** Label for the
|
|
73050
|
+
/** Label for the start/end time pairing. */
|
|
73045
73051
|
display_name: string;
|
|
73046
|
-
/**
|
|
73047
|
-
|
|
73048
|
-
/**
|
|
73049
|
-
|
|
73052
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
73053
|
+
start_time: string;
|
|
73054
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
73055
|
+
end_time: string;
|
|
73050
73056
|
}[] | undefined;
|
|
73051
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
73057
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
73052
73058
|
start_date_recurrence_rule?: string | undefined;
|
|
73053
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
73059
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
73054
73060
|
end_date_recurrence_rule?: string | undefined;
|
|
73055
73061
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
73056
73062
|
time_zone?: string | undefined;
|
|
@@ -77543,6 +77549,10 @@ type Routes = {
|
|
|
77543
77549
|
event_type: 'lock.locked';
|
|
77544
77550
|
/** ID of the access code that was used to lock the device. */
|
|
77545
77551
|
access_code_id?: string | undefined;
|
|
77552
|
+
/**
|
|
77553
|
+
Code (PIN) that was used to lock the device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
|
|
77554
|
+
*/
|
|
77555
|
+
code?: string | undefined;
|
|
77546
77556
|
/** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
|
|
77547
77557
|
access_code_is_managed?: boolean | undefined;
|
|
77548
77558
|
/** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
|
|
@@ -77583,6 +77593,10 @@ type Routes = {
|
|
|
77583
77593
|
event_type: 'lock.unlocked';
|
|
77584
77594
|
/** ID of the access code that was used to unlock the affected device. */
|
|
77585
77595
|
access_code_id?: string | undefined;
|
|
77596
|
+
/**
|
|
77597
|
+
Code (PIN) that was used to unlock the affected device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
|
|
77598
|
+
*/
|
|
77599
|
+
code?: string | undefined;
|
|
77586
77600
|
/** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
|
|
77587
77601
|
access_code_is_managed?: boolean | undefined;
|
|
77588
77602
|
/** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
|
|
@@ -80580,6 +80594,10 @@ type Routes = {
|
|
|
80580
80594
|
event_type: 'lock.locked';
|
|
80581
80595
|
/** ID of the access code that was used to lock the device. */
|
|
80582
80596
|
access_code_id?: string | undefined;
|
|
80597
|
+
/**
|
|
80598
|
+
Code (PIN) that was used to lock the device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
|
|
80599
|
+
*/
|
|
80600
|
+
code?: string | undefined;
|
|
80583
80601
|
/** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
|
|
80584
80602
|
access_code_is_managed?: boolean | undefined;
|
|
80585
80603
|
/** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
|
|
@@ -80620,6 +80638,10 @@ type Routes = {
|
|
|
80620
80638
|
event_type: 'lock.unlocked';
|
|
80621
80639
|
/** ID of the access code that was used to unlock the affected device. */
|
|
80622
80640
|
access_code_id?: string | undefined;
|
|
80641
|
+
/**
|
|
80642
|
+
Code (PIN) that was used to unlock the affected device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
|
|
80643
|
+
*/
|
|
80644
|
+
code?: string | undefined;
|
|
80623
80645
|
/** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
|
|
80624
80646
|
access_code_is_managed?: boolean | undefined;
|
|
80625
80647
|
/** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
|
|
@@ -83550,52 +83572,52 @@ type Routes = {
|
|
|
83550
83572
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
83551
83573
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
83552
83574
|
offline_time_frame_options?: ({
|
|
83553
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
83575
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
83554
83576
|
display_name: string;
|
|
83555
83577
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
83556
83578
|
min_duration?: string | undefined;
|
|
83557
83579
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
83558
83580
|
max_duration?: string | undefined;
|
|
83559
|
-
/** When `true`, the
|
|
83581
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
83560
83582
|
matching_start_end_time?: true | undefined;
|
|
83561
|
-
/** Fixed
|
|
83583
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
83562
83584
|
time_pairs?: {
|
|
83563
|
-
/** Label for the
|
|
83585
|
+
/** Label for the start/end time pairing. */
|
|
83564
83586
|
display_name: string;
|
|
83565
|
-
/**
|
|
83566
|
-
|
|
83567
|
-
/**
|
|
83568
|
-
|
|
83587
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
83588
|
+
start_time: string;
|
|
83589
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
83590
|
+
end_time: string;
|
|
83569
83591
|
}[] | undefined;
|
|
83570
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
83592
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
83571
83593
|
start_date_recurrence_rule?: string | undefined;
|
|
83572
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
83594
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
83573
83595
|
end_date_recurrence_rule?: string | undefined;
|
|
83574
83596
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
83575
83597
|
time_zone?: string | undefined;
|
|
83576
83598
|
}[] | undefined) | undefined;
|
|
83577
83599
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
83578
83600
|
online_time_frame_options?: ({
|
|
83579
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
83601
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
83580
83602
|
display_name: string;
|
|
83581
83603
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
83582
83604
|
min_duration?: string | undefined;
|
|
83583
83605
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
83584
83606
|
max_duration?: string | undefined;
|
|
83585
|
-
/** When `true`, the
|
|
83607
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
83586
83608
|
matching_start_end_time?: true | undefined;
|
|
83587
|
-
/** Fixed
|
|
83609
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
83588
83610
|
time_pairs?: {
|
|
83589
|
-
/** Label for the
|
|
83611
|
+
/** Label for the start/end time pairing. */
|
|
83590
83612
|
display_name: string;
|
|
83591
|
-
/**
|
|
83592
|
-
|
|
83593
|
-
/**
|
|
83594
|
-
|
|
83613
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
83614
|
+
start_time: string;
|
|
83615
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
83616
|
+
end_time: string;
|
|
83595
83617
|
}[] | undefined;
|
|
83596
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
83618
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
83597
83619
|
start_date_recurrence_rule?: string | undefined;
|
|
83598
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
83620
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
83599
83621
|
end_date_recurrence_rule?: string | undefined;
|
|
83600
83622
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
83601
83623
|
time_zone?: string | undefined;
|
|
@@ -84994,52 +85016,52 @@ type Routes = {
|
|
|
84994
85016
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
84995
85017
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
84996
85018
|
offline_time_frame_options?: ({
|
|
84997
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
85019
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
84998
85020
|
display_name: string;
|
|
84999
85021
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
85000
85022
|
min_duration?: string | undefined;
|
|
85001
85023
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
85002
85024
|
max_duration?: string | undefined;
|
|
85003
|
-
/** When `true`, the
|
|
85025
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
85004
85026
|
matching_start_end_time?: true | undefined;
|
|
85005
|
-
/** Fixed
|
|
85027
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
85006
85028
|
time_pairs?: {
|
|
85007
|
-
/** Label for the
|
|
85029
|
+
/** Label for the start/end time pairing. */
|
|
85008
85030
|
display_name: string;
|
|
85009
|
-
/**
|
|
85010
|
-
|
|
85011
|
-
/**
|
|
85012
|
-
|
|
85031
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
85032
|
+
start_time: string;
|
|
85033
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
85034
|
+
end_time: string;
|
|
85013
85035
|
}[] | undefined;
|
|
85014
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
85036
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
85015
85037
|
start_date_recurrence_rule?: string | undefined;
|
|
85016
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
85038
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
85017
85039
|
end_date_recurrence_rule?: string | undefined;
|
|
85018
85040
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
85019
85041
|
time_zone?: string | undefined;
|
|
85020
85042
|
}[] | undefined) | undefined;
|
|
85021
85043
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
85022
85044
|
online_time_frame_options?: ({
|
|
85023
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
85045
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
85024
85046
|
display_name: string;
|
|
85025
85047
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
85026
85048
|
min_duration?: string | undefined;
|
|
85027
85049
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
85028
85050
|
max_duration?: string | undefined;
|
|
85029
|
-
/** When `true`, the
|
|
85051
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
85030
85052
|
matching_start_end_time?: true | undefined;
|
|
85031
|
-
/** Fixed
|
|
85053
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
85032
85054
|
time_pairs?: {
|
|
85033
|
-
/** Label for the
|
|
85055
|
+
/** Label for the start/end time pairing. */
|
|
85034
85056
|
display_name: string;
|
|
85035
|
-
/**
|
|
85036
|
-
|
|
85037
|
-
/**
|
|
85038
|
-
|
|
85057
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
85058
|
+
start_time: string;
|
|
85059
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
85060
|
+
end_time: string;
|
|
85039
85061
|
}[] | undefined;
|
|
85040
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
85062
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
85041
85063
|
start_date_recurrence_rule?: string | undefined;
|
|
85042
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
85064
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
85043
85065
|
end_date_recurrence_rule?: string | undefined;
|
|
85044
85066
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
85045
85067
|
time_zone?: string | undefined;
|
|
@@ -86488,52 +86510,52 @@ type Routes = {
|
|
|
86488
86510
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
86489
86511
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
86490
86512
|
offline_time_frame_options?: ({
|
|
86491
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
86513
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
86492
86514
|
display_name: string;
|
|
86493
86515
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
86494
86516
|
min_duration?: string | undefined;
|
|
86495
86517
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
86496
86518
|
max_duration?: string | undefined;
|
|
86497
|
-
/** When `true`, the
|
|
86519
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
86498
86520
|
matching_start_end_time?: true | undefined;
|
|
86499
|
-
/** Fixed
|
|
86521
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
86500
86522
|
time_pairs?: {
|
|
86501
|
-
/** Label for the
|
|
86523
|
+
/** Label for the start/end time pairing. */
|
|
86502
86524
|
display_name: string;
|
|
86503
|
-
/**
|
|
86504
|
-
|
|
86505
|
-
/**
|
|
86506
|
-
|
|
86525
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
86526
|
+
start_time: string;
|
|
86527
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
86528
|
+
end_time: string;
|
|
86507
86529
|
}[] | undefined;
|
|
86508
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
86530
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
86509
86531
|
start_date_recurrence_rule?: string | undefined;
|
|
86510
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
86532
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
86511
86533
|
end_date_recurrence_rule?: string | undefined;
|
|
86512
86534
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
86513
86535
|
time_zone?: string | undefined;
|
|
86514
86536
|
}[] | undefined) | undefined;
|
|
86515
86537
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
86516
86538
|
online_time_frame_options?: ({
|
|
86517
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
86539
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
86518
86540
|
display_name: string;
|
|
86519
86541
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
86520
86542
|
min_duration?: string | undefined;
|
|
86521
86543
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
86522
86544
|
max_duration?: string | undefined;
|
|
86523
|
-
/** When `true`, the
|
|
86545
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
86524
86546
|
matching_start_end_time?: true | undefined;
|
|
86525
|
-
/** Fixed
|
|
86547
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
86526
86548
|
time_pairs?: {
|
|
86527
|
-
/** Label for the
|
|
86549
|
+
/** Label for the start/end time pairing. */
|
|
86528
86550
|
display_name: string;
|
|
86529
|
-
/**
|
|
86530
|
-
|
|
86531
|
-
/**
|
|
86532
|
-
|
|
86551
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
86552
|
+
start_time: string;
|
|
86553
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
86554
|
+
end_time: string;
|
|
86533
86555
|
}[] | undefined;
|
|
86534
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
86556
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
86535
86557
|
start_date_recurrence_rule?: string | undefined;
|
|
86536
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
86558
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
86537
86559
|
end_date_recurrence_rule?: string | undefined;
|
|
86538
86560
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
86539
86561
|
time_zone?: string | undefined;
|
|
@@ -87931,52 +87953,52 @@ type Routes = {
|
|
|
87931
87953
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
87932
87954
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
87933
87955
|
offline_time_frame_options?: ({
|
|
87934
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
87956
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
87935
87957
|
display_name: string;
|
|
87936
87958
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
87937
87959
|
min_duration?: string | undefined;
|
|
87938
87960
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
87939
87961
|
max_duration?: string | undefined;
|
|
87940
|
-
/** When `true`, the
|
|
87962
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
87941
87963
|
matching_start_end_time?: true | undefined;
|
|
87942
|
-
/** Fixed
|
|
87964
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
87943
87965
|
time_pairs?: {
|
|
87944
|
-
/** Label for the
|
|
87966
|
+
/** Label for the start/end time pairing. */
|
|
87945
87967
|
display_name: string;
|
|
87946
|
-
/**
|
|
87947
|
-
|
|
87948
|
-
/**
|
|
87949
|
-
|
|
87968
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
87969
|
+
start_time: string;
|
|
87970
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
87971
|
+
end_time: string;
|
|
87950
87972
|
}[] | undefined;
|
|
87951
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
87973
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
87952
87974
|
start_date_recurrence_rule?: string | undefined;
|
|
87953
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
87975
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
87954
87976
|
end_date_recurrence_rule?: string | undefined;
|
|
87955
87977
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
87956
87978
|
time_zone?: string | undefined;
|
|
87957
87979
|
}[] | undefined) | undefined;
|
|
87958
87980
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
87959
87981
|
online_time_frame_options?: ({
|
|
87960
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
87982
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
87961
87983
|
display_name: string;
|
|
87962
87984
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
87963
87985
|
min_duration?: string | undefined;
|
|
87964
87986
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
87965
87987
|
max_duration?: string | undefined;
|
|
87966
|
-
/** When `true`, the
|
|
87988
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
87967
87989
|
matching_start_end_time?: true | undefined;
|
|
87968
|
-
/** Fixed
|
|
87990
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
87969
87991
|
time_pairs?: {
|
|
87970
|
-
/** Label for the
|
|
87992
|
+
/** Label for the start/end time pairing. */
|
|
87971
87993
|
display_name: string;
|
|
87972
|
-
/**
|
|
87973
|
-
|
|
87974
|
-
/**
|
|
87975
|
-
|
|
87994
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
87995
|
+
start_time: string;
|
|
87996
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
87997
|
+
end_time: string;
|
|
87976
87998
|
}[] | undefined;
|
|
87977
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
87999
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
87978
88000
|
start_date_recurrence_rule?: string | undefined;
|
|
87979
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
88001
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
87980
88002
|
end_date_recurrence_rule?: string | undefined;
|
|
87981
88003
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
87982
88004
|
time_zone?: string | undefined;
|
|
@@ -96151,52 +96173,52 @@ type Routes = {
|
|
|
96151
96173
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
96152
96174
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
96153
96175
|
offline_time_frame_options?: ({
|
|
96154
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
96176
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
96155
96177
|
display_name: string;
|
|
96156
96178
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
96157
96179
|
min_duration?: string | undefined;
|
|
96158
96180
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
96159
96181
|
max_duration?: string | undefined;
|
|
96160
|
-
/** When `true`, the
|
|
96182
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
96161
96183
|
matching_start_end_time?: true | undefined;
|
|
96162
|
-
/** Fixed
|
|
96184
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
96163
96185
|
time_pairs?: {
|
|
96164
|
-
/** Label for the
|
|
96186
|
+
/** Label for the start/end time pairing. */
|
|
96165
96187
|
display_name: string;
|
|
96166
|
-
/**
|
|
96167
|
-
|
|
96168
|
-
/**
|
|
96169
|
-
|
|
96188
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
96189
|
+
start_time: string;
|
|
96190
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
96191
|
+
end_time: string;
|
|
96170
96192
|
}[] | undefined;
|
|
96171
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
96193
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
96172
96194
|
start_date_recurrence_rule?: string | undefined;
|
|
96173
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
96195
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
96174
96196
|
end_date_recurrence_rule?: string | undefined;
|
|
96175
96197
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
96176
96198
|
time_zone?: string | undefined;
|
|
96177
96199
|
}[] | undefined) | undefined;
|
|
96178
96200
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
96179
96201
|
online_time_frame_options?: ({
|
|
96180
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
96202
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
96181
96203
|
display_name: string;
|
|
96182
96204
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
96183
96205
|
min_duration?: string | undefined;
|
|
96184
96206
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
96185
96207
|
max_duration?: string | undefined;
|
|
96186
|
-
/** When `true`, the
|
|
96208
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
96187
96209
|
matching_start_end_time?: true | undefined;
|
|
96188
|
-
/** Fixed
|
|
96210
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
96189
96211
|
time_pairs?: {
|
|
96190
|
-
/** Label for the
|
|
96212
|
+
/** Label for the start/end time pairing. */
|
|
96191
96213
|
display_name: string;
|
|
96192
|
-
/**
|
|
96193
|
-
|
|
96194
|
-
/**
|
|
96195
|
-
|
|
96214
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
96215
|
+
start_time: string;
|
|
96216
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
96217
|
+
end_time: string;
|
|
96196
96218
|
}[] | undefined;
|
|
96197
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
96219
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
96198
96220
|
start_date_recurrence_rule?: string | undefined;
|
|
96199
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
96221
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
96200
96222
|
end_date_recurrence_rule?: string | undefined;
|
|
96201
96223
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
96202
96224
|
time_zone?: string | undefined;
|
|
@@ -97594,52 +97616,52 @@ type Routes = {
|
|
|
97594
97616
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
97595
97617
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
97596
97618
|
offline_time_frame_options?: ({
|
|
97597
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
97619
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
97598
97620
|
display_name: string;
|
|
97599
97621
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
97600
97622
|
min_duration?: string | undefined;
|
|
97601
97623
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
97602
97624
|
max_duration?: string | undefined;
|
|
97603
|
-
/** When `true`, the
|
|
97625
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
97604
97626
|
matching_start_end_time?: true | undefined;
|
|
97605
|
-
/** Fixed
|
|
97627
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
97606
97628
|
time_pairs?: {
|
|
97607
|
-
/** Label for the
|
|
97629
|
+
/** Label for the start/end time pairing. */
|
|
97608
97630
|
display_name: string;
|
|
97609
|
-
/**
|
|
97610
|
-
|
|
97611
|
-
/**
|
|
97612
|
-
|
|
97631
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
97632
|
+
start_time: string;
|
|
97633
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
97634
|
+
end_time: string;
|
|
97613
97635
|
}[] | undefined;
|
|
97614
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
97636
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
97615
97637
|
start_date_recurrence_rule?: string | undefined;
|
|
97616
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
97638
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
97617
97639
|
end_date_recurrence_rule?: string | undefined;
|
|
97618
97640
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
97619
97641
|
time_zone?: string | undefined;
|
|
97620
97642
|
}[] | undefined) | undefined;
|
|
97621
97643
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
97622
97644
|
online_time_frame_options?: ({
|
|
97623
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
97645
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
97624
97646
|
display_name: string;
|
|
97625
97647
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
97626
97648
|
min_duration?: string | undefined;
|
|
97627
97649
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
97628
97650
|
max_duration?: string | undefined;
|
|
97629
|
-
/** When `true`, the
|
|
97651
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
97630
97652
|
matching_start_end_time?: true | undefined;
|
|
97631
|
-
/** Fixed
|
|
97653
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
97632
97654
|
time_pairs?: {
|
|
97633
|
-
/** Label for the
|
|
97655
|
+
/** Label for the start/end time pairing. */
|
|
97634
97656
|
display_name: string;
|
|
97635
|
-
/**
|
|
97636
|
-
|
|
97637
|
-
/**
|
|
97638
|
-
|
|
97657
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
97658
|
+
start_time: string;
|
|
97659
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
97660
|
+
end_time: string;
|
|
97639
97661
|
}[] | undefined;
|
|
97640
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
97662
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
97641
97663
|
start_date_recurrence_rule?: string | undefined;
|
|
97642
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
97664
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
97643
97665
|
end_date_recurrence_rule?: string | undefined;
|
|
97644
97666
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
97645
97667
|
time_zone?: string | undefined;
|
|
@@ -109765,6 +109787,10 @@ type Routes = {
|
|
|
109765
109787
|
event_type: 'lock.locked';
|
|
109766
109788
|
/** ID of the access code that was used to lock the device. */
|
|
109767
109789
|
access_code_id?: string | undefined;
|
|
109790
|
+
/**
|
|
109791
|
+
Code (PIN) that was used to lock the device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
|
|
109792
|
+
*/
|
|
109793
|
+
code?: string | undefined;
|
|
109768
109794
|
/** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
|
|
109769
109795
|
access_code_is_managed?: boolean | undefined;
|
|
109770
109796
|
/** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
|
|
@@ -109805,6 +109831,10 @@ type Routes = {
|
|
|
109805
109831
|
event_type: 'lock.unlocked';
|
|
109806
109832
|
/** ID of the access code that was used to unlock the affected device. */
|
|
109807
109833
|
access_code_id?: string | undefined;
|
|
109834
|
+
/**
|
|
109835
|
+
Code (PIN) that was used to unlock the affected device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
|
|
109836
|
+
*/
|
|
109837
|
+
code?: string | undefined;
|
|
109808
109838
|
/** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
|
|
109809
109839
|
access_code_is_managed?: boolean | undefined;
|
|
109810
109840
|
/** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
|
|
@@ -113098,52 +113128,52 @@ type Routes = {
|
|
|
113098
113128
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
113099
113129
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
113100
113130
|
offline_time_frame_options?: ({
|
|
113101
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
113131
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
113102
113132
|
display_name: string;
|
|
113103
113133
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
113104
113134
|
min_duration?: string | undefined;
|
|
113105
113135
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
113106
113136
|
max_duration?: string | undefined;
|
|
113107
|
-
/** When `true`, the
|
|
113137
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
113108
113138
|
matching_start_end_time?: true | undefined;
|
|
113109
|
-
/** Fixed
|
|
113139
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
113110
113140
|
time_pairs?: {
|
|
113111
|
-
/** Label for the
|
|
113141
|
+
/** Label for the start/end time pairing. */
|
|
113112
113142
|
display_name: string;
|
|
113113
|
-
/**
|
|
113114
|
-
|
|
113115
|
-
/**
|
|
113116
|
-
|
|
113143
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
113144
|
+
start_time: string;
|
|
113145
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
113146
|
+
end_time: string;
|
|
113117
113147
|
}[] | undefined;
|
|
113118
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
113148
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
113119
113149
|
start_date_recurrence_rule?: string | undefined;
|
|
113120
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
113150
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
113121
113151
|
end_date_recurrence_rule?: string | undefined;
|
|
113122
113152
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
113123
113153
|
time_zone?: string | undefined;
|
|
113124
113154
|
}[] | undefined) | undefined;
|
|
113125
113155
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
113126
113156
|
online_time_frame_options?: ({
|
|
113127
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
113157
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
113128
113158
|
display_name: string;
|
|
113129
113159
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
113130
113160
|
min_duration?: string | undefined;
|
|
113131
113161
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
113132
113162
|
max_duration?: string | undefined;
|
|
113133
|
-
/** When `true`, the
|
|
113163
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
113134
113164
|
matching_start_end_time?: true | undefined;
|
|
113135
|
-
/** Fixed
|
|
113165
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
113136
113166
|
time_pairs?: {
|
|
113137
|
-
/** Label for the
|
|
113167
|
+
/** Label for the start/end time pairing. */
|
|
113138
113168
|
display_name: string;
|
|
113139
|
-
/**
|
|
113140
|
-
|
|
113141
|
-
/**
|
|
113142
|
-
|
|
113169
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
113170
|
+
start_time: string;
|
|
113171
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
113172
|
+
end_time: string;
|
|
113143
113173
|
}[] | undefined;
|
|
113144
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
113174
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
113145
113175
|
start_date_recurrence_rule?: string | undefined;
|
|
113146
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
113176
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
113147
113177
|
end_date_recurrence_rule?: string | undefined;
|
|
113148
113178
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
113149
113179
|
time_zone?: string | undefined;
|
|
@@ -120549,52 +120579,52 @@ type Routes = {
|
|
|
120549
120579
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
120550
120580
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
120551
120581
|
offline_time_frame_options?: ({
|
|
120552
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
120582
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
120553
120583
|
display_name: string;
|
|
120554
120584
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
120555
120585
|
min_duration?: string | undefined;
|
|
120556
120586
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
120557
120587
|
max_duration?: string | undefined;
|
|
120558
|
-
/** When `true`, the
|
|
120588
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
120559
120589
|
matching_start_end_time?: true | undefined;
|
|
120560
|
-
/** Fixed
|
|
120590
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
120561
120591
|
time_pairs?: {
|
|
120562
|
-
/** Label for the
|
|
120592
|
+
/** Label for the start/end time pairing. */
|
|
120563
120593
|
display_name: string;
|
|
120564
|
-
/**
|
|
120565
|
-
|
|
120566
|
-
/**
|
|
120567
|
-
|
|
120594
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
120595
|
+
start_time: string;
|
|
120596
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
120597
|
+
end_time: string;
|
|
120568
120598
|
}[] | undefined;
|
|
120569
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
120599
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
120570
120600
|
start_date_recurrence_rule?: string | undefined;
|
|
120571
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
120601
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
120572
120602
|
end_date_recurrence_rule?: string | undefined;
|
|
120573
120603
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
120574
120604
|
time_zone?: string | undefined;
|
|
120575
120605
|
}[] | undefined) | undefined;
|
|
120576
120606
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
120577
120607
|
online_time_frame_options?: ({
|
|
120578
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
120608
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
120579
120609
|
display_name: string;
|
|
120580
120610
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
120581
120611
|
min_duration?: string | undefined;
|
|
120582
120612
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
120583
120613
|
max_duration?: string | undefined;
|
|
120584
|
-
/** When `true`, the
|
|
120614
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
120585
120615
|
matching_start_end_time?: true | undefined;
|
|
120586
|
-
/** Fixed
|
|
120616
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
120587
120617
|
time_pairs?: {
|
|
120588
|
-
/** Label for the
|
|
120618
|
+
/** Label for the start/end time pairing. */
|
|
120589
120619
|
display_name: string;
|
|
120590
|
-
/**
|
|
120591
|
-
|
|
120592
|
-
/**
|
|
120593
|
-
|
|
120620
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
120621
|
+
start_time: string;
|
|
120622
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
120623
|
+
end_time: string;
|
|
120594
120624
|
}[] | undefined;
|
|
120595
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
120625
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
120596
120626
|
start_date_recurrence_rule?: string | undefined;
|
|
120597
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
120627
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
120598
120628
|
end_date_recurrence_rule?: string | undefined;
|
|
120599
120629
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
120600
120630
|
time_zone?: string | undefined;
|
|
@@ -125419,52 +125449,52 @@ type Routes = {
|
|
|
125419
125449
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
125420
125450
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
125421
125451
|
offline_time_frame_options?: ({
|
|
125422
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
125452
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
125423
125453
|
display_name: string;
|
|
125424
125454
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
125425
125455
|
min_duration?: string | undefined;
|
|
125426
125456
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
125427
125457
|
max_duration?: string | undefined;
|
|
125428
|
-
/** When `true`, the
|
|
125458
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
125429
125459
|
matching_start_end_time?: true | undefined;
|
|
125430
|
-
/** Fixed
|
|
125460
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
125431
125461
|
time_pairs?: {
|
|
125432
|
-
/** Label for the
|
|
125462
|
+
/** Label for the start/end time pairing. */
|
|
125433
125463
|
display_name: string;
|
|
125434
|
-
/**
|
|
125435
|
-
|
|
125436
|
-
/**
|
|
125437
|
-
|
|
125464
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
125465
|
+
start_time: string;
|
|
125466
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
125467
|
+
end_time: string;
|
|
125438
125468
|
}[] | undefined;
|
|
125439
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
125469
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
125440
125470
|
start_date_recurrence_rule?: string | undefined;
|
|
125441
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
125471
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
125442
125472
|
end_date_recurrence_rule?: string | undefined;
|
|
125443
125473
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
125444
125474
|
time_zone?: string | undefined;
|
|
125445
125475
|
}[] | undefined) | undefined;
|
|
125446
125476
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
125447
125477
|
online_time_frame_options?: ({
|
|
125448
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
125478
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
125449
125479
|
display_name: string;
|
|
125450
125480
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
125451
125481
|
min_duration?: string | undefined;
|
|
125452
125482
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
125453
125483
|
max_duration?: string | undefined;
|
|
125454
|
-
/** When `true`, the
|
|
125484
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
125455
125485
|
matching_start_end_time?: true | undefined;
|
|
125456
|
-
/** Fixed
|
|
125486
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
125457
125487
|
time_pairs?: {
|
|
125458
|
-
/** Label for the
|
|
125488
|
+
/** Label for the start/end time pairing. */
|
|
125459
125489
|
display_name: string;
|
|
125460
|
-
/**
|
|
125461
|
-
|
|
125462
|
-
/**
|
|
125463
|
-
|
|
125490
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
125491
|
+
start_time: string;
|
|
125492
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
125493
|
+
end_time: string;
|
|
125464
125494
|
}[] | undefined;
|
|
125465
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
125495
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
125466
125496
|
start_date_recurrence_rule?: string | undefined;
|
|
125467
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
125497
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
125468
125498
|
end_date_recurrence_rule?: string | undefined;
|
|
125469
125499
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
125470
125500
|
time_zone?: string | undefined;
|
|
@@ -126862,52 +126892,52 @@ type Routes = {
|
|
|
126862
126892
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
126863
126893
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
126864
126894
|
offline_time_frame_options?: ({
|
|
126865
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
126895
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
126866
126896
|
display_name: string;
|
|
126867
126897
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
126868
126898
|
min_duration?: string | undefined;
|
|
126869
126899
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
126870
126900
|
max_duration?: string | undefined;
|
|
126871
|
-
/** When `true`, the
|
|
126901
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
126872
126902
|
matching_start_end_time?: true | undefined;
|
|
126873
|
-
/** Fixed
|
|
126903
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
126874
126904
|
time_pairs?: {
|
|
126875
|
-
/** Label for the
|
|
126905
|
+
/** Label for the start/end time pairing. */
|
|
126876
126906
|
display_name: string;
|
|
126877
|
-
/**
|
|
126878
|
-
|
|
126879
|
-
/**
|
|
126880
|
-
|
|
126907
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
126908
|
+
start_time: string;
|
|
126909
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
126910
|
+
end_time: string;
|
|
126881
126911
|
}[] | undefined;
|
|
126882
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
126912
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
126883
126913
|
start_date_recurrence_rule?: string | undefined;
|
|
126884
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
126914
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
126885
126915
|
end_date_recurrence_rule?: string | undefined;
|
|
126886
126916
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
126887
126917
|
time_zone?: string | undefined;
|
|
126888
126918
|
}[] | undefined) | undefined;
|
|
126889
126919
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
126890
126920
|
online_time_frame_options?: ({
|
|
126891
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
126921
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
126892
126922
|
display_name: string;
|
|
126893
126923
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
126894
126924
|
min_duration?: string | undefined;
|
|
126895
126925
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
126896
126926
|
max_duration?: string | undefined;
|
|
126897
|
-
/** When `true`, the
|
|
126927
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
126898
126928
|
matching_start_end_time?: true | undefined;
|
|
126899
|
-
/** Fixed
|
|
126929
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
126900
126930
|
time_pairs?: {
|
|
126901
|
-
/** Label for the
|
|
126931
|
+
/** Label for the start/end time pairing. */
|
|
126902
126932
|
display_name: string;
|
|
126903
|
-
/**
|
|
126904
|
-
|
|
126905
|
-
/**
|
|
126906
|
-
|
|
126933
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
126934
|
+
start_time: string;
|
|
126935
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
126936
|
+
end_time: string;
|
|
126907
126937
|
}[] | undefined;
|
|
126908
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
126938
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
126909
126939
|
start_date_recurrence_rule?: string | undefined;
|
|
126910
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
126940
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
126911
126941
|
end_date_recurrence_rule?: string | undefined;
|
|
126912
126942
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
126913
126943
|
time_zone?: string | undefined;
|
|
@@ -136021,52 +136051,52 @@ type Routes = {
|
|
|
136021
136051
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
136022
136052
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
136023
136053
|
offline_time_frame_options?: ({
|
|
136024
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
136054
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
136025
136055
|
display_name: string;
|
|
136026
136056
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
136027
136057
|
min_duration?: string | undefined;
|
|
136028
136058
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
136029
136059
|
max_duration?: string | undefined;
|
|
136030
|
-
/** When `true`, the
|
|
136060
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
136031
136061
|
matching_start_end_time?: true | undefined;
|
|
136032
|
-
/** Fixed
|
|
136062
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
136033
136063
|
time_pairs?: {
|
|
136034
|
-
/** Label for the
|
|
136064
|
+
/** Label for the start/end time pairing. */
|
|
136035
136065
|
display_name: string;
|
|
136036
|
-
/**
|
|
136037
|
-
|
|
136038
|
-
/**
|
|
136039
|
-
|
|
136066
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
136067
|
+
start_time: string;
|
|
136068
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
136069
|
+
end_time: string;
|
|
136040
136070
|
}[] | undefined;
|
|
136041
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
136071
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
136042
136072
|
start_date_recurrence_rule?: string | undefined;
|
|
136043
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
136073
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
136044
136074
|
end_date_recurrence_rule?: string | undefined;
|
|
136045
136075
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
136046
136076
|
time_zone?: string | undefined;
|
|
136047
136077
|
}[] | undefined) | undefined;
|
|
136048
136078
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
136049
136079
|
online_time_frame_options?: ({
|
|
136050
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
136080
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
136051
136081
|
display_name: string;
|
|
136052
136082
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
136053
136083
|
min_duration?: string | undefined;
|
|
136054
136084
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
136055
136085
|
max_duration?: string | undefined;
|
|
136056
|
-
/** When `true`, the
|
|
136086
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
136057
136087
|
matching_start_end_time?: true | undefined;
|
|
136058
|
-
/** Fixed
|
|
136088
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
136059
136089
|
time_pairs?: {
|
|
136060
|
-
/** Label for the
|
|
136090
|
+
/** Label for the start/end time pairing. */
|
|
136061
136091
|
display_name: string;
|
|
136062
|
-
/**
|
|
136063
|
-
|
|
136064
|
-
/**
|
|
136065
|
-
|
|
136092
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
136093
|
+
start_time: string;
|
|
136094
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
136095
|
+
end_time: string;
|
|
136066
136096
|
}[] | undefined;
|
|
136067
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
136097
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
136068
136098
|
start_date_recurrence_rule?: string | undefined;
|
|
136069
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
136099
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
136070
136100
|
end_date_recurrence_rule?: string | undefined;
|
|
136071
136101
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
136072
136102
|
time_zone?: string | undefined;
|
|
@@ -137466,52 +137496,52 @@ type Routes = {
|
|
|
137466
137496
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
137467
137497
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
137468
137498
|
offline_time_frame_options?: ({
|
|
137469
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
137499
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
137470
137500
|
display_name: string;
|
|
137471
137501
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
137472
137502
|
min_duration?: string | undefined;
|
|
137473
137503
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
137474
137504
|
max_duration?: string | undefined;
|
|
137475
|
-
/** When `true`, the
|
|
137505
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
137476
137506
|
matching_start_end_time?: true | undefined;
|
|
137477
|
-
/** Fixed
|
|
137507
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
137478
137508
|
time_pairs?: {
|
|
137479
|
-
/** Label for the
|
|
137509
|
+
/** Label for the start/end time pairing. */
|
|
137480
137510
|
display_name: string;
|
|
137481
|
-
/**
|
|
137482
|
-
|
|
137483
|
-
/**
|
|
137484
|
-
|
|
137511
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
137512
|
+
start_time: string;
|
|
137513
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
137514
|
+
end_time: string;
|
|
137485
137515
|
}[] | undefined;
|
|
137486
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
137516
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
137487
137517
|
start_date_recurrence_rule?: string | undefined;
|
|
137488
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
137518
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
137489
137519
|
end_date_recurrence_rule?: string | undefined;
|
|
137490
137520
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
137491
137521
|
time_zone?: string | undefined;
|
|
137492
137522
|
}[] | undefined) | undefined;
|
|
137493
137523
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
137494
137524
|
online_time_frame_options?: ({
|
|
137495
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
137525
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
137496
137526
|
display_name: string;
|
|
137497
137527
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
137498
137528
|
min_duration?: string | undefined;
|
|
137499
137529
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
137500
137530
|
max_duration?: string | undefined;
|
|
137501
|
-
/** When `true`, the
|
|
137531
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
137502
137532
|
matching_start_end_time?: true | undefined;
|
|
137503
|
-
/** Fixed
|
|
137533
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
137504
137534
|
time_pairs?: {
|
|
137505
|
-
/** Label for the
|
|
137535
|
+
/** Label for the start/end time pairing. */
|
|
137506
137536
|
display_name: string;
|
|
137507
|
-
/**
|
|
137508
|
-
|
|
137509
|
-
/**
|
|
137510
|
-
|
|
137537
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
137538
|
+
start_time: string;
|
|
137539
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
137540
|
+
end_time: string;
|
|
137511
137541
|
}[] | undefined;
|
|
137512
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
137542
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
137513
137543
|
start_date_recurrence_rule?: string | undefined;
|
|
137514
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
137544
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
137515
137545
|
end_date_recurrence_rule?: string | undefined;
|
|
137516
137546
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
137517
137547
|
time_zone?: string | undefined;
|
|
@@ -140166,52 +140196,52 @@ type Routes = {
|
|
|
140166
140196
|
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
140167
140197
|
/** Time frames that may be requested when creating an offline access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
140168
140198
|
offline_time_frame_options?: ({
|
|
140169
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
140199
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
140170
140200
|
display_name: string;
|
|
140171
140201
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
140172
140202
|
min_duration?: string | undefined;
|
|
140173
140203
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
140174
140204
|
max_duration?: string | undefined;
|
|
140175
|
-
/** When `true`, the
|
|
140205
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
140176
140206
|
matching_start_end_time?: true | undefined;
|
|
140177
|
-
/** Fixed
|
|
140207
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
140178
140208
|
time_pairs?: {
|
|
140179
|
-
/** Label for the
|
|
140209
|
+
/** Label for the start/end time pairing. */
|
|
140180
140210
|
display_name: string;
|
|
140181
|
-
/**
|
|
140182
|
-
|
|
140183
|
-
/**
|
|
140184
|
-
|
|
140211
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
140212
|
+
start_time: string;
|
|
140213
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
140214
|
+
end_time: string;
|
|
140185
140215
|
}[] | undefined;
|
|
140186
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
140216
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
140187
140217
|
start_date_recurrence_rule?: string | undefined;
|
|
140188
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
140218
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
140189
140219
|
end_date_recurrence_rule?: string | undefined;
|
|
140190
140220
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
140191
140221
|
time_zone?: string | undefined;
|
|
140192
140222
|
}[] | undefined) | undefined;
|
|
140193
140223
|
/** Time frames that may be requested when creating an online access code, expressed as a list of options. The caller picks one option (by matching the requested duration when the options' duration ranges do not overlap, or by `display_name` when they do) and satisfies that one option's rules. When `undefined`, any time frame works. */
|
|
140194
140224
|
online_time_frame_options?: ({
|
|
140195
|
-
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed
|
|
140225
|
+
/** Label for this option. For a single-option device, the product name (for example, `algoPIN` or `SmartPIN`); for a multi-option device, a label that distinguishes it (for example, `Hourly` or `Fixed start times`). */
|
|
140196
140226
|
display_name: string;
|
|
140197
140227
|
/** Minimum duration this option covers, as an ISO 8601 duration (for example, `PT1H` or `P29D`). Omitted when there is no minimum. */
|
|
140198
140228
|
min_duration?: string | undefined;
|
|
140199
140229
|
/** Maximum duration this option covers, as an ISO 8601 duration (for example, `PT672H` or `P367D`). Omitted when there is no maximum. */
|
|
140200
140230
|
max_duration?: string | undefined;
|
|
140201
|
-
/** When `true`, the
|
|
140231
|
+
/** When `true`, the start and end must fall at the same time of day (the caller picks which). Mutually exclusive with `time_pairs`. */
|
|
140202
140232
|
matching_start_end_time?: true | undefined;
|
|
140203
|
-
/** Fixed
|
|
140233
|
+
/** Fixed start/end time pairings the caller chooses from. Mutually exclusive with `matching_start_end_time`. */
|
|
140204
140234
|
time_pairs?: {
|
|
140205
|
-
/** Label for the
|
|
140235
|
+
/** Label for the start/end time pairing. */
|
|
140206
140236
|
display_name: string;
|
|
140207
|
-
/**
|
|
140208
|
-
|
|
140209
|
-
/**
|
|
140210
|
-
|
|
140237
|
+
/** Start time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. */
|
|
140238
|
+
start_time: string;
|
|
140239
|
+
/** End time of day as a 24-hour `HH:MM` value, interpreted in the option's `time_zone`. An `end_time` earlier on the clock than `start_time` means the end falls on a later date. */
|
|
140240
|
+
end_time: string;
|
|
140211
140241
|
}[] | undefined;
|
|
140212
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
140242
|
+
/** iCalendar recurrence rule (RRULE) that the start date must fall on (for example, `FREQ=MONTHLY;BYDAY=1MO,3MO`). Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
140213
140243
|
start_date_recurrence_rule?: string | undefined;
|
|
140214
|
-
/** iCalendar recurrence rule (RRULE) that the
|
|
140244
|
+
/** iCalendar recurrence rule (RRULE) that the end date must fall on. Constrains which calendar dates are selectable, independent of the time-of-day rules. */
|
|
140215
140245
|
end_date_recurrence_rule?: string | undefined;
|
|
140216
140246
|
/** IANA time zone for interpreting `time_pairs` and the date recurrence rules. Present only when the option fixes times or dates. */
|
|
140217
140247
|
time_zone?: string | undefined;
|
|
@@ -147323,6 +147353,10 @@ type Routes = {
|
|
|
147323
147353
|
event_type: 'lock.locked';
|
|
147324
147354
|
/** ID of the access code that was used to lock the device. */
|
|
147325
147355
|
access_code_id?: string | undefined;
|
|
147356
|
+
/**
|
|
147357
|
+
Code (PIN) that was used to lock the device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
|
|
147358
|
+
*/
|
|
147359
|
+
code?: string | undefined;
|
|
147326
147360
|
/** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
|
|
147327
147361
|
access_code_is_managed?: boolean | undefined;
|
|
147328
147362
|
/** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
|
|
@@ -147363,6 +147397,10 @@ type Routes = {
|
|
|
147363
147397
|
event_type: 'lock.unlocked';
|
|
147364
147398
|
/** ID of the access code that was used to unlock the affected device. */
|
|
147365
147399
|
access_code_id?: string | undefined;
|
|
147400
|
+
/**
|
|
147401
|
+
Code (PIN) that was used to unlock the affected device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
|
|
147402
|
+
*/
|
|
147403
|
+
code?: string | undefined;
|
|
147366
147404
|
/** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
|
|
147367
147405
|
access_code_is_managed?: boolean | undefined;
|
|
147368
147406
|
/** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
|