@seamapi/types 1.707.0 → 1.709.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 +758 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1160 -6
- package/dist/index.cjs +758 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +863 -4
- package/lib/seam/connect/openapi.js +758 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +297 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +861 -8
- package/src/lib/seam/connect/route-types.ts +337 -2
package/dist/connect.d.cts
CHANGED
|
@@ -73015,9 +73015,13 @@ declare const _default: {
|
|
|
73015
73015
|
name: string;
|
|
73016
73016
|
schema: {
|
|
73017
73017
|
description: string;
|
|
73018
|
-
|
|
73018
|
+
items: {
|
|
73019
|
+
format: string;
|
|
73020
|
+
type: string;
|
|
73021
|
+
};
|
|
73019
73022
|
type: string;
|
|
73020
73023
|
default?: never;
|
|
73024
|
+
format?: never;
|
|
73021
73025
|
nullable?: never;
|
|
73022
73026
|
deprecated?: never;
|
|
73023
73027
|
'x-deprecated'?: never;
|
|
@@ -73028,8 +73032,9 @@ declare const _default: {
|
|
|
73028
73032
|
schema: {
|
|
73029
73033
|
description: string;
|
|
73030
73034
|
type: string;
|
|
73031
|
-
|
|
73035
|
+
items?: never;
|
|
73032
73036
|
default?: never;
|
|
73037
|
+
format?: never;
|
|
73033
73038
|
nullable?: never;
|
|
73034
73039
|
deprecated?: never;
|
|
73035
73040
|
'x-deprecated'?: never;
|
|
@@ -73042,6 +73047,7 @@ declare const _default: {
|
|
|
73042
73047
|
description: string;
|
|
73043
73048
|
format: string;
|
|
73044
73049
|
type: string;
|
|
73050
|
+
items?: never;
|
|
73045
73051
|
nullable?: never;
|
|
73046
73052
|
deprecated?: never;
|
|
73047
73053
|
'x-deprecated'?: never;
|
|
@@ -73053,8 +73059,22 @@ declare const _default: {
|
|
|
73053
73059
|
description: string;
|
|
73054
73060
|
nullable: boolean;
|
|
73055
73061
|
type: string;
|
|
73062
|
+
items?: never;
|
|
73063
|
+
default?: never;
|
|
73056
73064
|
format?: never;
|
|
73065
|
+
deprecated?: never;
|
|
73066
|
+
'x-deprecated'?: never;
|
|
73067
|
+
};
|
|
73068
|
+
} | {
|
|
73069
|
+
in: string;
|
|
73070
|
+
name: string;
|
|
73071
|
+
schema: {
|
|
73072
|
+
description: string;
|
|
73073
|
+
format: string;
|
|
73074
|
+
type: string;
|
|
73075
|
+
items?: never;
|
|
73057
73076
|
default?: never;
|
|
73077
|
+
nullable?: never;
|
|
73058
73078
|
deprecated?: never;
|
|
73059
73079
|
'x-deprecated'?: never;
|
|
73060
73080
|
};
|
|
@@ -73067,6 +73087,7 @@ declare const _default: {
|
|
|
73067
73087
|
type: string;
|
|
73068
73088
|
'x-deprecated': string;
|
|
73069
73089
|
description?: never;
|
|
73090
|
+
items?: never;
|
|
73070
73091
|
default?: never;
|
|
73071
73092
|
nullable?: never;
|
|
73072
73093
|
};
|
|
@@ -73142,9 +73163,12 @@ declare const _default: {
|
|
|
73142
73163
|
'application/json': {
|
|
73143
73164
|
schema: {
|
|
73144
73165
|
properties: {
|
|
73145
|
-
|
|
73166
|
+
access_grant_ids: {
|
|
73146
73167
|
description: string;
|
|
73147
|
-
|
|
73168
|
+
items: {
|
|
73169
|
+
format: string;
|
|
73170
|
+
type: string;
|
|
73171
|
+
};
|
|
73148
73172
|
type: string;
|
|
73149
73173
|
};
|
|
73150
73174
|
access_grant_key: {
|
|
@@ -103388,6 +103412,9 @@ declare const _default: {
|
|
|
103388
103412
|
};
|
|
103389
103413
|
type: string;
|
|
103390
103414
|
};
|
|
103415
|
+
is_common_area: {
|
|
103416
|
+
type: string;
|
|
103417
|
+
};
|
|
103391
103418
|
is_draft: {
|
|
103392
103419
|
type: string;
|
|
103393
103420
|
};
|
|
@@ -103501,6 +103528,9 @@ declare const _default: {
|
|
|
103501
103528
|
};
|
|
103502
103529
|
type: string;
|
|
103503
103530
|
};
|
|
103531
|
+
is_common_area: {
|
|
103532
|
+
type: string;
|
|
103533
|
+
};
|
|
103504
103534
|
is_draft: {
|
|
103505
103535
|
type: string;
|
|
103506
103536
|
};
|
|
@@ -103550,6 +103580,835 @@ declare const _default: {
|
|
|
103550
103580
|
'x-undocumented': string;
|
|
103551
103581
|
};
|
|
103552
103582
|
};
|
|
103583
|
+
'/seam/v1/customers/push_data': {
|
|
103584
|
+
post: {
|
|
103585
|
+
description: string;
|
|
103586
|
+
operationId: string;
|
|
103587
|
+
requestBody: {
|
|
103588
|
+
content: {
|
|
103589
|
+
'application/json': {
|
|
103590
|
+
schema: {
|
|
103591
|
+
properties: {
|
|
103592
|
+
access_grants: {
|
|
103593
|
+
description: string;
|
|
103594
|
+
items: {
|
|
103595
|
+
properties: {
|
|
103596
|
+
access_grant_key: {
|
|
103597
|
+
description: string;
|
|
103598
|
+
minLength: number;
|
|
103599
|
+
type: string;
|
|
103600
|
+
};
|
|
103601
|
+
building_keys: {
|
|
103602
|
+
description: string;
|
|
103603
|
+
items: {
|
|
103604
|
+
type: string;
|
|
103605
|
+
};
|
|
103606
|
+
type: string;
|
|
103607
|
+
};
|
|
103608
|
+
common_area_keys: {
|
|
103609
|
+
description: string;
|
|
103610
|
+
items: {
|
|
103611
|
+
type: string;
|
|
103612
|
+
};
|
|
103613
|
+
type: string;
|
|
103614
|
+
};
|
|
103615
|
+
ends_at: {
|
|
103616
|
+
description: string;
|
|
103617
|
+
format: string;
|
|
103618
|
+
type: string;
|
|
103619
|
+
};
|
|
103620
|
+
facility_keys: {
|
|
103621
|
+
description: string;
|
|
103622
|
+
items: {
|
|
103623
|
+
type: string;
|
|
103624
|
+
};
|
|
103625
|
+
type: string;
|
|
103626
|
+
};
|
|
103627
|
+
guest_key: {
|
|
103628
|
+
description: string;
|
|
103629
|
+
type: string;
|
|
103630
|
+
};
|
|
103631
|
+
listing_keys: {
|
|
103632
|
+
description: string;
|
|
103633
|
+
items: {
|
|
103634
|
+
type: string;
|
|
103635
|
+
};
|
|
103636
|
+
type: string;
|
|
103637
|
+
};
|
|
103638
|
+
name: {
|
|
103639
|
+
description: string;
|
|
103640
|
+
type: string;
|
|
103641
|
+
};
|
|
103642
|
+
preferred_code: {
|
|
103643
|
+
description: string;
|
|
103644
|
+
type: string;
|
|
103645
|
+
};
|
|
103646
|
+
property_keys: {
|
|
103647
|
+
description: string;
|
|
103648
|
+
items: {
|
|
103649
|
+
type: string;
|
|
103650
|
+
};
|
|
103651
|
+
type: string;
|
|
103652
|
+
};
|
|
103653
|
+
resident_key: {
|
|
103654
|
+
description: string;
|
|
103655
|
+
type: string;
|
|
103656
|
+
};
|
|
103657
|
+
room_keys: {
|
|
103658
|
+
description: string;
|
|
103659
|
+
items: {
|
|
103660
|
+
type: string;
|
|
103661
|
+
};
|
|
103662
|
+
type: string;
|
|
103663
|
+
};
|
|
103664
|
+
space_keys: {
|
|
103665
|
+
description: string;
|
|
103666
|
+
items: {
|
|
103667
|
+
type: string;
|
|
103668
|
+
};
|
|
103669
|
+
type: string;
|
|
103670
|
+
};
|
|
103671
|
+
starts_at: {
|
|
103672
|
+
description: string;
|
|
103673
|
+
format: string;
|
|
103674
|
+
type: string;
|
|
103675
|
+
};
|
|
103676
|
+
tenant_key: {
|
|
103677
|
+
description: string;
|
|
103678
|
+
type: string;
|
|
103679
|
+
};
|
|
103680
|
+
unit_keys: {
|
|
103681
|
+
description: string;
|
|
103682
|
+
items: {
|
|
103683
|
+
type: string;
|
|
103684
|
+
};
|
|
103685
|
+
type: string;
|
|
103686
|
+
};
|
|
103687
|
+
user_identity_key: {
|
|
103688
|
+
description: string;
|
|
103689
|
+
type: string;
|
|
103690
|
+
};
|
|
103691
|
+
user_key: {
|
|
103692
|
+
description: string;
|
|
103693
|
+
type: string;
|
|
103694
|
+
};
|
|
103695
|
+
};
|
|
103696
|
+
required: string[];
|
|
103697
|
+
type: string;
|
|
103698
|
+
};
|
|
103699
|
+
type: string;
|
|
103700
|
+
};
|
|
103701
|
+
bookings: {
|
|
103702
|
+
description: string;
|
|
103703
|
+
items: {
|
|
103704
|
+
properties: {
|
|
103705
|
+
booking_key: {
|
|
103706
|
+
description: string;
|
|
103707
|
+
minLength: number;
|
|
103708
|
+
type: string;
|
|
103709
|
+
};
|
|
103710
|
+
building_keys: {
|
|
103711
|
+
description: string;
|
|
103712
|
+
items: {
|
|
103713
|
+
type: string;
|
|
103714
|
+
};
|
|
103715
|
+
type: string;
|
|
103716
|
+
};
|
|
103717
|
+
common_area_keys: {
|
|
103718
|
+
description: string;
|
|
103719
|
+
items: {
|
|
103720
|
+
type: string;
|
|
103721
|
+
};
|
|
103722
|
+
type: string;
|
|
103723
|
+
};
|
|
103724
|
+
ends_at: {
|
|
103725
|
+
description: string;
|
|
103726
|
+
format: string;
|
|
103727
|
+
type: string;
|
|
103728
|
+
};
|
|
103729
|
+
facility_keys: {
|
|
103730
|
+
description: string;
|
|
103731
|
+
items: {
|
|
103732
|
+
type: string;
|
|
103733
|
+
};
|
|
103734
|
+
type: string;
|
|
103735
|
+
};
|
|
103736
|
+
guest_key: {
|
|
103737
|
+
description: string;
|
|
103738
|
+
type: string;
|
|
103739
|
+
};
|
|
103740
|
+
listing_keys: {
|
|
103741
|
+
description: string;
|
|
103742
|
+
items: {
|
|
103743
|
+
type: string;
|
|
103744
|
+
};
|
|
103745
|
+
type: string;
|
|
103746
|
+
};
|
|
103747
|
+
name: {
|
|
103748
|
+
description: string;
|
|
103749
|
+
type: string;
|
|
103750
|
+
};
|
|
103751
|
+
preferred_code: {
|
|
103752
|
+
description: string;
|
|
103753
|
+
type: string;
|
|
103754
|
+
};
|
|
103755
|
+
property_keys: {
|
|
103756
|
+
description: string;
|
|
103757
|
+
items: {
|
|
103758
|
+
type: string;
|
|
103759
|
+
};
|
|
103760
|
+
type: string;
|
|
103761
|
+
};
|
|
103762
|
+
resident_key: {
|
|
103763
|
+
description: string;
|
|
103764
|
+
type: string;
|
|
103765
|
+
};
|
|
103766
|
+
room_keys: {
|
|
103767
|
+
description: string;
|
|
103768
|
+
items: {
|
|
103769
|
+
type: string;
|
|
103770
|
+
};
|
|
103771
|
+
type: string;
|
|
103772
|
+
};
|
|
103773
|
+
space_keys: {
|
|
103774
|
+
description: string;
|
|
103775
|
+
items: {
|
|
103776
|
+
type: string;
|
|
103777
|
+
};
|
|
103778
|
+
type: string;
|
|
103779
|
+
};
|
|
103780
|
+
starts_at: {
|
|
103781
|
+
description: string;
|
|
103782
|
+
format: string;
|
|
103783
|
+
type: string;
|
|
103784
|
+
};
|
|
103785
|
+
tenant_key: {
|
|
103786
|
+
description: string;
|
|
103787
|
+
type: string;
|
|
103788
|
+
};
|
|
103789
|
+
unit_keys: {
|
|
103790
|
+
description: string;
|
|
103791
|
+
items: {
|
|
103792
|
+
type: string;
|
|
103793
|
+
};
|
|
103794
|
+
type: string;
|
|
103795
|
+
};
|
|
103796
|
+
user_identity_key: {
|
|
103797
|
+
description: string;
|
|
103798
|
+
type: string;
|
|
103799
|
+
};
|
|
103800
|
+
user_key: {
|
|
103801
|
+
description: string;
|
|
103802
|
+
type: string;
|
|
103803
|
+
};
|
|
103804
|
+
};
|
|
103805
|
+
required: string[];
|
|
103806
|
+
type: string;
|
|
103807
|
+
};
|
|
103808
|
+
type: string;
|
|
103809
|
+
};
|
|
103810
|
+
buildings: {
|
|
103811
|
+
description: string;
|
|
103812
|
+
items: {
|
|
103813
|
+
properties: {
|
|
103814
|
+
building_key: {
|
|
103815
|
+
description: string;
|
|
103816
|
+
minLength: number;
|
|
103817
|
+
type: string;
|
|
103818
|
+
};
|
|
103819
|
+
name: {
|
|
103820
|
+
description: string;
|
|
103821
|
+
type: string;
|
|
103822
|
+
};
|
|
103823
|
+
};
|
|
103824
|
+
required: string[];
|
|
103825
|
+
type: string;
|
|
103826
|
+
};
|
|
103827
|
+
type: string;
|
|
103828
|
+
};
|
|
103829
|
+
common_areas: {
|
|
103830
|
+
description: string;
|
|
103831
|
+
items: {
|
|
103832
|
+
properties: {
|
|
103833
|
+
common_area_key: {
|
|
103834
|
+
description: string;
|
|
103835
|
+
minLength: number;
|
|
103836
|
+
type: string;
|
|
103837
|
+
};
|
|
103838
|
+
name: {
|
|
103839
|
+
description: string;
|
|
103840
|
+
type: string;
|
|
103841
|
+
};
|
|
103842
|
+
parent_site_key: {
|
|
103843
|
+
description: string;
|
|
103844
|
+
minLength: number;
|
|
103845
|
+
type: string;
|
|
103846
|
+
};
|
|
103847
|
+
};
|
|
103848
|
+
required: string[];
|
|
103849
|
+
type: string;
|
|
103850
|
+
};
|
|
103851
|
+
type: string;
|
|
103852
|
+
};
|
|
103853
|
+
facilities: {
|
|
103854
|
+
description: string;
|
|
103855
|
+
items: {
|
|
103856
|
+
properties: {
|
|
103857
|
+
facility_key: {
|
|
103858
|
+
description: string;
|
|
103859
|
+
minLength: number;
|
|
103860
|
+
type: string;
|
|
103861
|
+
};
|
|
103862
|
+
name: {
|
|
103863
|
+
description: string;
|
|
103864
|
+
type: string;
|
|
103865
|
+
};
|
|
103866
|
+
};
|
|
103867
|
+
required: string[];
|
|
103868
|
+
type: string;
|
|
103869
|
+
};
|
|
103870
|
+
type: string;
|
|
103871
|
+
};
|
|
103872
|
+
guests: {
|
|
103873
|
+
description: string;
|
|
103874
|
+
items: {
|
|
103875
|
+
properties: {
|
|
103876
|
+
email_address: {
|
|
103877
|
+
description: string;
|
|
103878
|
+
type: string;
|
|
103879
|
+
};
|
|
103880
|
+
guest_key: {
|
|
103881
|
+
description: string;
|
|
103882
|
+
minLength: number;
|
|
103883
|
+
type: string;
|
|
103884
|
+
};
|
|
103885
|
+
name: {
|
|
103886
|
+
description: string;
|
|
103887
|
+
type: string;
|
|
103888
|
+
};
|
|
103889
|
+
phone_number: {
|
|
103890
|
+
description: string;
|
|
103891
|
+
type: string;
|
|
103892
|
+
};
|
|
103893
|
+
};
|
|
103894
|
+
required: string[];
|
|
103895
|
+
type: string;
|
|
103896
|
+
};
|
|
103897
|
+
type: string;
|
|
103898
|
+
};
|
|
103899
|
+
listings: {
|
|
103900
|
+
description: string;
|
|
103901
|
+
items: {
|
|
103902
|
+
properties: {
|
|
103903
|
+
listing_key: {
|
|
103904
|
+
description: string;
|
|
103905
|
+
minLength: number;
|
|
103906
|
+
type: string;
|
|
103907
|
+
};
|
|
103908
|
+
name: {
|
|
103909
|
+
description: string;
|
|
103910
|
+
type: string;
|
|
103911
|
+
};
|
|
103912
|
+
};
|
|
103913
|
+
required: string[];
|
|
103914
|
+
type: string;
|
|
103915
|
+
};
|
|
103916
|
+
type: string;
|
|
103917
|
+
};
|
|
103918
|
+
properties: {
|
|
103919
|
+
description: string;
|
|
103920
|
+
items: {
|
|
103921
|
+
properties: {
|
|
103922
|
+
name: {
|
|
103923
|
+
description: string;
|
|
103924
|
+
type: string;
|
|
103925
|
+
};
|
|
103926
|
+
property_key: {
|
|
103927
|
+
description: string;
|
|
103928
|
+
minLength: number;
|
|
103929
|
+
type: string;
|
|
103930
|
+
};
|
|
103931
|
+
};
|
|
103932
|
+
required: string[];
|
|
103933
|
+
type: string;
|
|
103934
|
+
};
|
|
103935
|
+
type: string;
|
|
103936
|
+
};
|
|
103937
|
+
property_listings: {
|
|
103938
|
+
description: string;
|
|
103939
|
+
items: {
|
|
103940
|
+
properties: {
|
|
103941
|
+
custom_metadata: {
|
|
103942
|
+
additionalProperties: {
|
|
103943
|
+
nullable: boolean;
|
|
103944
|
+
oneOf: ({
|
|
103945
|
+
maxLength: number;
|
|
103946
|
+
type: string;
|
|
103947
|
+
} | {
|
|
103948
|
+
type: string;
|
|
103949
|
+
maxLength?: never;
|
|
103950
|
+
})[];
|
|
103951
|
+
};
|
|
103952
|
+
description: string;
|
|
103953
|
+
type: string;
|
|
103954
|
+
};
|
|
103955
|
+
name: {
|
|
103956
|
+
description: string;
|
|
103957
|
+
type: string;
|
|
103958
|
+
};
|
|
103959
|
+
property_listing_key: {
|
|
103960
|
+
description: string;
|
|
103961
|
+
minLength: number;
|
|
103962
|
+
type: string;
|
|
103963
|
+
};
|
|
103964
|
+
};
|
|
103965
|
+
required: string[];
|
|
103966
|
+
type: string;
|
|
103967
|
+
};
|
|
103968
|
+
type: string;
|
|
103969
|
+
};
|
|
103970
|
+
reservations: {
|
|
103971
|
+
description: string;
|
|
103972
|
+
items: {
|
|
103973
|
+
properties: {
|
|
103974
|
+
building_keys: {
|
|
103975
|
+
description: string;
|
|
103976
|
+
items: {
|
|
103977
|
+
type: string;
|
|
103978
|
+
};
|
|
103979
|
+
type: string;
|
|
103980
|
+
};
|
|
103981
|
+
common_area_keys: {
|
|
103982
|
+
description: string;
|
|
103983
|
+
items: {
|
|
103984
|
+
type: string;
|
|
103985
|
+
};
|
|
103986
|
+
type: string;
|
|
103987
|
+
};
|
|
103988
|
+
ends_at: {
|
|
103989
|
+
description: string;
|
|
103990
|
+
format: string;
|
|
103991
|
+
type: string;
|
|
103992
|
+
};
|
|
103993
|
+
facility_keys: {
|
|
103994
|
+
description: string;
|
|
103995
|
+
items: {
|
|
103996
|
+
type: string;
|
|
103997
|
+
};
|
|
103998
|
+
type: string;
|
|
103999
|
+
};
|
|
104000
|
+
guest_key: {
|
|
104001
|
+
description: string;
|
|
104002
|
+
type: string;
|
|
104003
|
+
};
|
|
104004
|
+
listing_keys: {
|
|
104005
|
+
description: string;
|
|
104006
|
+
items: {
|
|
104007
|
+
type: string;
|
|
104008
|
+
};
|
|
104009
|
+
type: string;
|
|
104010
|
+
};
|
|
104011
|
+
name: {
|
|
104012
|
+
description: string;
|
|
104013
|
+
type: string;
|
|
104014
|
+
};
|
|
104015
|
+
preferred_code: {
|
|
104016
|
+
description: string;
|
|
104017
|
+
type: string;
|
|
104018
|
+
};
|
|
104019
|
+
property_keys: {
|
|
104020
|
+
description: string;
|
|
104021
|
+
items: {
|
|
104022
|
+
type: string;
|
|
104023
|
+
};
|
|
104024
|
+
type: string;
|
|
104025
|
+
};
|
|
104026
|
+
reservation_key: {
|
|
104027
|
+
description: string;
|
|
104028
|
+
minLength: number;
|
|
104029
|
+
type: string;
|
|
104030
|
+
};
|
|
104031
|
+
resident_key: {
|
|
104032
|
+
description: string;
|
|
104033
|
+
type: string;
|
|
104034
|
+
};
|
|
104035
|
+
room_keys: {
|
|
104036
|
+
description: string;
|
|
104037
|
+
items: {
|
|
104038
|
+
type: string;
|
|
104039
|
+
};
|
|
104040
|
+
type: string;
|
|
104041
|
+
};
|
|
104042
|
+
space_keys: {
|
|
104043
|
+
description: string;
|
|
104044
|
+
items: {
|
|
104045
|
+
type: string;
|
|
104046
|
+
};
|
|
104047
|
+
type: string;
|
|
104048
|
+
};
|
|
104049
|
+
starts_at: {
|
|
104050
|
+
description: string;
|
|
104051
|
+
format: string;
|
|
104052
|
+
type: string;
|
|
104053
|
+
};
|
|
104054
|
+
tenant_key: {
|
|
104055
|
+
description: string;
|
|
104056
|
+
type: string;
|
|
104057
|
+
};
|
|
104058
|
+
unit_keys: {
|
|
104059
|
+
description: string;
|
|
104060
|
+
items: {
|
|
104061
|
+
type: string;
|
|
104062
|
+
};
|
|
104063
|
+
type: string;
|
|
104064
|
+
};
|
|
104065
|
+
user_identity_key: {
|
|
104066
|
+
description: string;
|
|
104067
|
+
type: string;
|
|
104068
|
+
};
|
|
104069
|
+
user_key: {
|
|
104070
|
+
description: string;
|
|
104071
|
+
type: string;
|
|
104072
|
+
};
|
|
104073
|
+
};
|
|
104074
|
+
required: string[];
|
|
104075
|
+
type: string;
|
|
104076
|
+
};
|
|
104077
|
+
type: string;
|
|
104078
|
+
};
|
|
104079
|
+
residents: {
|
|
104080
|
+
description: string;
|
|
104081
|
+
items: {
|
|
104082
|
+
properties: {
|
|
104083
|
+
email_address: {
|
|
104084
|
+
description: string;
|
|
104085
|
+
type: string;
|
|
104086
|
+
};
|
|
104087
|
+
name: {
|
|
104088
|
+
description: string;
|
|
104089
|
+
type: string;
|
|
104090
|
+
};
|
|
104091
|
+
phone_number: {
|
|
104092
|
+
description: string;
|
|
104093
|
+
type: string;
|
|
104094
|
+
};
|
|
104095
|
+
resident_key: {
|
|
104096
|
+
description: string;
|
|
104097
|
+
minLength: number;
|
|
104098
|
+
type: string;
|
|
104099
|
+
};
|
|
104100
|
+
};
|
|
104101
|
+
required: string[];
|
|
104102
|
+
type: string;
|
|
104103
|
+
};
|
|
104104
|
+
type: string;
|
|
104105
|
+
};
|
|
104106
|
+
rooms: {
|
|
104107
|
+
description: string;
|
|
104108
|
+
items: {
|
|
104109
|
+
properties: {
|
|
104110
|
+
name: {
|
|
104111
|
+
description: string;
|
|
104112
|
+
type: string;
|
|
104113
|
+
};
|
|
104114
|
+
parent_site_key: {
|
|
104115
|
+
description: string;
|
|
104116
|
+
minLength: number;
|
|
104117
|
+
type: string;
|
|
104118
|
+
};
|
|
104119
|
+
room_key: {
|
|
104120
|
+
description: string;
|
|
104121
|
+
minLength: number;
|
|
104122
|
+
type: string;
|
|
104123
|
+
};
|
|
104124
|
+
};
|
|
104125
|
+
required: string[];
|
|
104126
|
+
type: string;
|
|
104127
|
+
};
|
|
104128
|
+
type: string;
|
|
104129
|
+
};
|
|
104130
|
+
sites: {
|
|
104131
|
+
description: string;
|
|
104132
|
+
items: {
|
|
104133
|
+
properties: {
|
|
104134
|
+
name: {
|
|
104135
|
+
description: string;
|
|
104136
|
+
type: string;
|
|
104137
|
+
};
|
|
104138
|
+
site_key: {
|
|
104139
|
+
description: string;
|
|
104140
|
+
minLength: number;
|
|
104141
|
+
type: string;
|
|
104142
|
+
};
|
|
104143
|
+
};
|
|
104144
|
+
required: string[];
|
|
104145
|
+
type: string;
|
|
104146
|
+
};
|
|
104147
|
+
type: string;
|
|
104148
|
+
};
|
|
104149
|
+
spaces: {
|
|
104150
|
+
description: string;
|
|
104151
|
+
items: {
|
|
104152
|
+
properties: {
|
|
104153
|
+
name: {
|
|
104154
|
+
description: string;
|
|
104155
|
+
type: string;
|
|
104156
|
+
};
|
|
104157
|
+
space_key: {
|
|
104158
|
+
description: string;
|
|
104159
|
+
minLength: number;
|
|
104160
|
+
type: string;
|
|
104161
|
+
};
|
|
104162
|
+
};
|
|
104163
|
+
required: string[];
|
|
104164
|
+
type: string;
|
|
104165
|
+
};
|
|
104166
|
+
type: string;
|
|
104167
|
+
};
|
|
104168
|
+
staff_members: {
|
|
104169
|
+
description: string;
|
|
104170
|
+
items: {
|
|
104171
|
+
description: string;
|
|
104172
|
+
properties: {
|
|
104173
|
+
building_keys: {
|
|
104174
|
+
description: string;
|
|
104175
|
+
items: {
|
|
104176
|
+
type: string;
|
|
104177
|
+
};
|
|
104178
|
+
type: string;
|
|
104179
|
+
};
|
|
104180
|
+
common_area_keys: {
|
|
104181
|
+
description: string;
|
|
104182
|
+
items: {
|
|
104183
|
+
type: string;
|
|
104184
|
+
};
|
|
104185
|
+
type: string;
|
|
104186
|
+
};
|
|
104187
|
+
email_address: {
|
|
104188
|
+
description: string;
|
|
104189
|
+
type: string;
|
|
104190
|
+
};
|
|
104191
|
+
facility_keys: {
|
|
104192
|
+
description: string;
|
|
104193
|
+
items: {
|
|
104194
|
+
type: string;
|
|
104195
|
+
};
|
|
104196
|
+
type: string;
|
|
104197
|
+
};
|
|
104198
|
+
listing_keys: {
|
|
104199
|
+
description: string;
|
|
104200
|
+
items: {
|
|
104201
|
+
type: string;
|
|
104202
|
+
};
|
|
104203
|
+
type: string;
|
|
104204
|
+
};
|
|
104205
|
+
name: {
|
|
104206
|
+
description: string;
|
|
104207
|
+
type: string;
|
|
104208
|
+
};
|
|
104209
|
+
phone_number: {
|
|
104210
|
+
description: string;
|
|
104211
|
+
type: string;
|
|
104212
|
+
};
|
|
104213
|
+
property_keys: {
|
|
104214
|
+
description: string;
|
|
104215
|
+
items: {
|
|
104216
|
+
type: string;
|
|
104217
|
+
};
|
|
104218
|
+
type: string;
|
|
104219
|
+
};
|
|
104220
|
+
property_listing_keys: {
|
|
104221
|
+
description: string;
|
|
104222
|
+
items: {
|
|
104223
|
+
type: string;
|
|
104224
|
+
};
|
|
104225
|
+
type: string;
|
|
104226
|
+
};
|
|
104227
|
+
room_keys: {
|
|
104228
|
+
description: string;
|
|
104229
|
+
items: {
|
|
104230
|
+
type: string;
|
|
104231
|
+
};
|
|
104232
|
+
type: string;
|
|
104233
|
+
};
|
|
104234
|
+
site_keys: {
|
|
104235
|
+
description: string;
|
|
104236
|
+
items: {
|
|
104237
|
+
type: string;
|
|
104238
|
+
};
|
|
104239
|
+
type: string;
|
|
104240
|
+
};
|
|
104241
|
+
space_keys: {
|
|
104242
|
+
description: string;
|
|
104243
|
+
items: {
|
|
104244
|
+
type: string;
|
|
104245
|
+
};
|
|
104246
|
+
type: string;
|
|
104247
|
+
};
|
|
104248
|
+
staff_member_key: {
|
|
104249
|
+
description: string;
|
|
104250
|
+
type: string;
|
|
104251
|
+
};
|
|
104252
|
+
unit_keys: {
|
|
104253
|
+
description: string;
|
|
104254
|
+
items: {
|
|
104255
|
+
type: string;
|
|
104256
|
+
};
|
|
104257
|
+
type: string;
|
|
104258
|
+
};
|
|
104259
|
+
};
|
|
104260
|
+
required: string[];
|
|
104261
|
+
type: string;
|
|
104262
|
+
'x-route-path': string;
|
|
104263
|
+
};
|
|
104264
|
+
type: string;
|
|
104265
|
+
};
|
|
104266
|
+
tenants: {
|
|
104267
|
+
description: string;
|
|
104268
|
+
items: {
|
|
104269
|
+
properties: {
|
|
104270
|
+
email_address: {
|
|
104271
|
+
description: string;
|
|
104272
|
+
type: string;
|
|
104273
|
+
};
|
|
104274
|
+
name: {
|
|
104275
|
+
description: string;
|
|
104276
|
+
type: string;
|
|
104277
|
+
};
|
|
104278
|
+
phone_number: {
|
|
104279
|
+
description: string;
|
|
104280
|
+
type: string;
|
|
104281
|
+
};
|
|
104282
|
+
tenant_key: {
|
|
104283
|
+
description: string;
|
|
104284
|
+
minLength: number;
|
|
104285
|
+
type: string;
|
|
104286
|
+
};
|
|
104287
|
+
};
|
|
104288
|
+
required: string[];
|
|
104289
|
+
type: string;
|
|
104290
|
+
};
|
|
104291
|
+
type: string;
|
|
104292
|
+
};
|
|
104293
|
+
units: {
|
|
104294
|
+
description: string;
|
|
104295
|
+
items: {
|
|
104296
|
+
properties: {
|
|
104297
|
+
name: {
|
|
104298
|
+
description: string;
|
|
104299
|
+
type: string;
|
|
104300
|
+
};
|
|
104301
|
+
parent_site_key: {
|
|
104302
|
+
description: string;
|
|
104303
|
+
minLength: number;
|
|
104304
|
+
type: string;
|
|
104305
|
+
};
|
|
104306
|
+
unit_key: {
|
|
104307
|
+
description: string;
|
|
104308
|
+
minLength: number;
|
|
104309
|
+
type: string;
|
|
104310
|
+
};
|
|
104311
|
+
};
|
|
104312
|
+
required: string[];
|
|
104313
|
+
type: string;
|
|
104314
|
+
};
|
|
104315
|
+
type: string;
|
|
104316
|
+
};
|
|
104317
|
+
user_identities: {
|
|
104318
|
+
description: string;
|
|
104319
|
+
items: {
|
|
104320
|
+
properties: {
|
|
104321
|
+
email_address: {
|
|
104322
|
+
description: string;
|
|
104323
|
+
type: string;
|
|
104324
|
+
};
|
|
104325
|
+
name: {
|
|
104326
|
+
description: string;
|
|
104327
|
+
type: string;
|
|
104328
|
+
};
|
|
104329
|
+
phone_number: {
|
|
104330
|
+
description: string;
|
|
104331
|
+
type: string;
|
|
104332
|
+
};
|
|
104333
|
+
user_identity_key: {
|
|
104334
|
+
description: string;
|
|
104335
|
+
minLength: number;
|
|
104336
|
+
type: string;
|
|
104337
|
+
};
|
|
104338
|
+
};
|
|
104339
|
+
required: string[];
|
|
104340
|
+
type: string;
|
|
104341
|
+
};
|
|
104342
|
+
type: string;
|
|
104343
|
+
};
|
|
104344
|
+
users: {
|
|
104345
|
+
description: string;
|
|
104346
|
+
items: {
|
|
104347
|
+
properties: {
|
|
104348
|
+
email_address: {
|
|
104349
|
+
description: string;
|
|
104350
|
+
type: string;
|
|
104351
|
+
};
|
|
104352
|
+
name: {
|
|
104353
|
+
description: string;
|
|
104354
|
+
type: string;
|
|
104355
|
+
};
|
|
104356
|
+
phone_number: {
|
|
104357
|
+
description: string;
|
|
104358
|
+
type: string;
|
|
104359
|
+
};
|
|
104360
|
+
user_key: {
|
|
104361
|
+
description: string;
|
|
104362
|
+
minLength: number;
|
|
104363
|
+
type: string;
|
|
104364
|
+
};
|
|
104365
|
+
};
|
|
104366
|
+
required: string[];
|
|
104367
|
+
type: string;
|
|
104368
|
+
};
|
|
104369
|
+
type: string;
|
|
104370
|
+
};
|
|
104371
|
+
};
|
|
104372
|
+
type: string;
|
|
104373
|
+
};
|
|
104374
|
+
};
|
|
104375
|
+
};
|
|
104376
|
+
};
|
|
104377
|
+
responses: {
|
|
104378
|
+
200: {
|
|
104379
|
+
content: {
|
|
104380
|
+
'application/json': {
|
|
104381
|
+
schema: {
|
|
104382
|
+
properties: {
|
|
104383
|
+
ok: {
|
|
104384
|
+
type: string;
|
|
104385
|
+
};
|
|
104386
|
+
};
|
|
104387
|
+
required: string[];
|
|
104388
|
+
type: string;
|
|
104389
|
+
};
|
|
104390
|
+
};
|
|
104391
|
+
};
|
|
104392
|
+
description: string;
|
|
104393
|
+
};
|
|
104394
|
+
400: {
|
|
104395
|
+
description: string;
|
|
104396
|
+
};
|
|
104397
|
+
401: {
|
|
104398
|
+
description: string;
|
|
104399
|
+
};
|
|
104400
|
+
};
|
|
104401
|
+
security: {
|
|
104402
|
+
client_session_with_customer: never[];
|
|
104403
|
+
}[];
|
|
104404
|
+
summary: string;
|
|
104405
|
+
tags: never[];
|
|
104406
|
+
'x-fern-sdk-group-name': string[];
|
|
104407
|
+
'x-fern-sdk-method-name': string;
|
|
104408
|
+
'x-response-key': null;
|
|
104409
|
+
'x-title': string;
|
|
104410
|
+
};
|
|
104411
|
+
};
|
|
103553
104412
|
'/spaces/add_acs_entrances': {
|
|
103554
104413
|
post: {
|
|
103555
104414
|
description: string;
|
|
@@ -127062,8 +127921,8 @@ type Routes = {
|
|
|
127062
127921
|
queryParams: {};
|
|
127063
127922
|
jsonBody: {};
|
|
127064
127923
|
commonParams: {
|
|
127065
|
-
/**
|
|
127066
|
-
|
|
127924
|
+
/** IDs of the access grants to retrieve. */
|
|
127925
|
+
access_grant_ids?: string[] | undefined;
|
|
127067
127926
|
/** Customer key for which you want to list access grants. */
|
|
127068
127927
|
customer_key?: string | undefined;
|
|
127069
127928
|
/** Numerical limit on the number of access grants to return. */
|
|
@@ -171501,10 +172360,305 @@ type Routes = {
|
|
|
171501
172360
|
}[];
|
|
171502
172361
|
needs_review?: boolean | undefined;
|
|
171503
172362
|
is_draft?: boolean | undefined;
|
|
172363
|
+
is_common_area?: boolean | undefined;
|
|
171504
172364
|
}[];
|
|
171505
172365
|
};
|
|
171506
172366
|
maxDuration: undefined;
|
|
171507
172367
|
};
|
|
172368
|
+
'/seam/v1/customers/push_data': {
|
|
172369
|
+
route: '/seam/v1/customers/push_data';
|
|
172370
|
+
method: 'POST';
|
|
172371
|
+
queryParams: {};
|
|
172372
|
+
jsonBody: {};
|
|
172373
|
+
commonParams: {
|
|
172374
|
+
/** List of general spaces or areas. */
|
|
172375
|
+
spaces?: {
|
|
172376
|
+
/** Your display name for this location resource. */
|
|
172377
|
+
name: string;
|
|
172378
|
+
/** Your unique identifier for the space. */
|
|
172379
|
+
space_key: string;
|
|
172380
|
+
}[] | undefined;
|
|
172381
|
+
/** List of general sites or areas. */
|
|
172382
|
+
sites?: {
|
|
172383
|
+
/** Your display name for this location resource. */
|
|
172384
|
+
name: string;
|
|
172385
|
+
/** Your unique identifier for the site. */
|
|
172386
|
+
site_key: string;
|
|
172387
|
+
}[] | undefined;
|
|
172388
|
+
/** List of short-term rental properties. */
|
|
172389
|
+
properties?: {
|
|
172390
|
+
/** Your display name for this location resource. */
|
|
172391
|
+
name: string;
|
|
172392
|
+
/** Your unique identifier for the property. */
|
|
172393
|
+
property_key: string;
|
|
172394
|
+
}[] | undefined;
|
|
172395
|
+
/** List of hotel or hospitality rooms. */
|
|
172396
|
+
rooms?: {
|
|
172397
|
+
/** Your display name for this location resource. */
|
|
172398
|
+
name: string;
|
|
172399
|
+
/** Your unique identifier for the room. */
|
|
172400
|
+
room_key: string;
|
|
172401
|
+
/** Your unique identifier for the site. */
|
|
172402
|
+
parent_site_key?: string | undefined;
|
|
172403
|
+
}[] | undefined;
|
|
172404
|
+
/** List of shared common areas. */
|
|
172405
|
+
common_areas?: {
|
|
172406
|
+
/** Your display name for this location resource. */
|
|
172407
|
+
name: string;
|
|
172408
|
+
/** Your unique identifier for the common area. */
|
|
172409
|
+
common_area_key: string;
|
|
172410
|
+
/** Your unique identifier for the site. */
|
|
172411
|
+
parent_site_key?: string | undefined;
|
|
172412
|
+
}[] | undefined;
|
|
172413
|
+
/** List of multi-family residential units. */
|
|
172414
|
+
units?: {
|
|
172415
|
+
/** Your display name for this location resource. */
|
|
172416
|
+
name: string;
|
|
172417
|
+
/** Your unique identifier for the unit. */
|
|
172418
|
+
unit_key: string;
|
|
172419
|
+
/** Your unique identifier for the site. */
|
|
172420
|
+
parent_site_key?: string | undefined;
|
|
172421
|
+
}[] | undefined;
|
|
172422
|
+
/** List of gym or fitness facilities. */
|
|
172423
|
+
facilities?: {
|
|
172424
|
+
/** Your display name for this location resource. */
|
|
172425
|
+
name: string;
|
|
172426
|
+
/** Your unique identifier for the facility. */
|
|
172427
|
+
facility_key: string;
|
|
172428
|
+
}[] | undefined;
|
|
172429
|
+
/** List of buildings. */
|
|
172430
|
+
buildings?: {
|
|
172431
|
+
/** Your display name for this location resource. */
|
|
172432
|
+
name: string;
|
|
172433
|
+
/** Your unique identifier for the building. */
|
|
172434
|
+
building_key: string;
|
|
172435
|
+
}[] | undefined;
|
|
172436
|
+
/** List of property listings. */
|
|
172437
|
+
listings?: {
|
|
172438
|
+
/** Your display name for this location resource. */
|
|
172439
|
+
name: string;
|
|
172440
|
+
/** Your unique identifier for the listing. */
|
|
172441
|
+
listing_key: string;
|
|
172442
|
+
}[] | undefined;
|
|
172443
|
+
/** List of property listings. */
|
|
172444
|
+
property_listings?: {
|
|
172445
|
+
/** Your display name for this location resource. */
|
|
172446
|
+
name: string;
|
|
172447
|
+
/** Your unique identifier for the property listing. */
|
|
172448
|
+
property_listing_key: string;
|
|
172449
|
+
/** Set key:value pairs. Accepts string or Boolean values. Adding custom metadata to a property listing enables you to store custom information, like customer details or internal IDs from your application. */
|
|
172450
|
+
custom_metadata?: {
|
|
172451
|
+
[x: string]: string | boolean | null;
|
|
172452
|
+
} | undefined;
|
|
172453
|
+
}[] | undefined;
|
|
172454
|
+
/** List of guests. */
|
|
172455
|
+
guests?: {
|
|
172456
|
+
/** Your display name for this user identity resource. */
|
|
172457
|
+
name: string;
|
|
172458
|
+
/** Email address associated with the user identity. */
|
|
172459
|
+
email_address?: string | undefined;
|
|
172460
|
+
/** Phone number associated with the user identity. */
|
|
172461
|
+
phone_number?: string | undefined;
|
|
172462
|
+
/** Your unique identifier for the guest. */
|
|
172463
|
+
guest_key: string;
|
|
172464
|
+
}[] | undefined;
|
|
172465
|
+
/** List of tenants. */
|
|
172466
|
+
tenants?: {
|
|
172467
|
+
/** Your display name for this user identity resource. */
|
|
172468
|
+
name: string;
|
|
172469
|
+
/** Email address associated with the user identity. */
|
|
172470
|
+
email_address?: string | undefined;
|
|
172471
|
+
/** Phone number associated with the user identity. */
|
|
172472
|
+
phone_number?: string | undefined;
|
|
172473
|
+
/** Your unique identifier for the tenant. */
|
|
172474
|
+
tenant_key: string;
|
|
172475
|
+
}[] | undefined;
|
|
172476
|
+
/** List of residents. */
|
|
172477
|
+
residents?: {
|
|
172478
|
+
/** Your display name for this user identity resource. */
|
|
172479
|
+
name: string;
|
|
172480
|
+
/** Email address associated with the user identity. */
|
|
172481
|
+
email_address?: string | undefined;
|
|
172482
|
+
/** Phone number associated with the user identity. */
|
|
172483
|
+
phone_number?: string | undefined;
|
|
172484
|
+
/** Your unique identifier for the resident. */
|
|
172485
|
+
resident_key: string;
|
|
172486
|
+
}[] | undefined;
|
|
172487
|
+
/** List of users. */
|
|
172488
|
+
users?: {
|
|
172489
|
+
/** Your display name for this user identity resource. */
|
|
172490
|
+
name: string;
|
|
172491
|
+
/** Email address associated with the user identity. */
|
|
172492
|
+
email_address?: string | undefined;
|
|
172493
|
+
/** Phone number associated with the user identity. */
|
|
172494
|
+
phone_number?: string | undefined;
|
|
172495
|
+
/** Your unique identifier for the user. */
|
|
172496
|
+
user_key: string;
|
|
172497
|
+
}[] | undefined;
|
|
172498
|
+
/** List of user identities. */
|
|
172499
|
+
user_identities?: {
|
|
172500
|
+
/** Your display name for this user identity resource. */
|
|
172501
|
+
name: string;
|
|
172502
|
+
/** Email address associated with the user identity. */
|
|
172503
|
+
email_address?: string | undefined;
|
|
172504
|
+
/** Phone number associated with the user identity. */
|
|
172505
|
+
phone_number?: string | undefined;
|
|
172506
|
+
/** Your unique identifier for the user identity. */
|
|
172507
|
+
user_identity_key: string;
|
|
172508
|
+
}[] | undefined;
|
|
172509
|
+
/** List of staff members. */
|
|
172510
|
+
staff_members?: {
|
|
172511
|
+
/** Your display name for this user identity resource. */
|
|
172512
|
+
name: string;
|
|
172513
|
+
/** Email address associated with the user identity. */
|
|
172514
|
+
email_address?: string | undefined;
|
|
172515
|
+
/** Phone number associated with the user identity. */
|
|
172516
|
+
phone_number?: string | undefined;
|
|
172517
|
+
/** Your unique identifier for the staff. */
|
|
172518
|
+
staff_member_key: string;
|
|
172519
|
+
/** List of unique identifiers for the spaces the staff member is associated with. */
|
|
172520
|
+
space_keys?: string[] | undefined;
|
|
172521
|
+
/** List of unique identifiers for the properties the staff member is associated with. */
|
|
172522
|
+
property_keys?: string[] | undefined;
|
|
172523
|
+
/** List of unique identifiers for the rooms the staff member is associated with. */
|
|
172524
|
+
room_keys?: string[] | undefined;
|
|
172525
|
+
/** List of unique identifiers for the common areas the staff member is associated with. */
|
|
172526
|
+
common_area_keys?: string[] | undefined;
|
|
172527
|
+
/** List of unique identifiers for the units the staff member is associated with. */
|
|
172528
|
+
unit_keys?: string[] | undefined;
|
|
172529
|
+
/** List of unique identifiers for the facilities the staff member is associated with. */
|
|
172530
|
+
facility_keys?: string[] | undefined;
|
|
172531
|
+
/** List of unique identifiers for the buildings the staff member is associated with. */
|
|
172532
|
+
building_keys?: string[] | undefined;
|
|
172533
|
+
/** List of unique identifiers for the listings the staff member is associated with. */
|
|
172534
|
+
listing_keys?: string[] | undefined;
|
|
172535
|
+
/** List of unique identifiers for the property listings the staff member is associated with. */
|
|
172536
|
+
property_listing_keys?: string[] | undefined;
|
|
172537
|
+
/** List of unique identifiers for the sites the staff member is associated with. */
|
|
172538
|
+
site_keys?: string[] | undefined;
|
|
172539
|
+
}[] | undefined;
|
|
172540
|
+
/** List of reservations. */
|
|
172541
|
+
reservations?: {
|
|
172542
|
+
/** Your name for this access grant resource. */
|
|
172543
|
+
name?: string | undefined;
|
|
172544
|
+
/** Starting date and time for the access grant. */
|
|
172545
|
+
starts_at?: string | undefined;
|
|
172546
|
+
/** Ending date and time for the access grant. */
|
|
172547
|
+
ends_at?: string | undefined;
|
|
172548
|
+
/** Preferred PIN code to use when creating access for this reservation. */
|
|
172549
|
+
preferred_code?: string | undefined;
|
|
172550
|
+
/** Your unique identifier for the reservation. */
|
|
172551
|
+
reservation_key: string;
|
|
172552
|
+
/** Guest key associated with the access grant. */
|
|
172553
|
+
guest_key?: string | undefined;
|
|
172554
|
+
/** Tenant key associated with the access grant. */
|
|
172555
|
+
tenant_key?: string | undefined;
|
|
172556
|
+
/** Resident key associated with the access grant. */
|
|
172557
|
+
resident_key?: string | undefined;
|
|
172558
|
+
/** User key associated with the access grant. */
|
|
172559
|
+
user_key?: string | undefined;
|
|
172560
|
+
/** User identity key associated with the access grant. */
|
|
172561
|
+
user_identity_key?: string | undefined;
|
|
172562
|
+
/** Space keys associated with the access grant. */
|
|
172563
|
+
space_keys?: string[] | undefined;
|
|
172564
|
+
/** Property keys associated with the access grant. */
|
|
172565
|
+
property_keys?: string[] | undefined;
|
|
172566
|
+
/** Room keys associated with the access grant. */
|
|
172567
|
+
room_keys?: string[] | undefined;
|
|
172568
|
+
/** Common area keys associated with the access grant. */
|
|
172569
|
+
common_area_keys?: string[] | undefined;
|
|
172570
|
+
/** Unit keys associated with the access grant. */
|
|
172571
|
+
unit_keys?: string[] | undefined;
|
|
172572
|
+
/** Facility keys associated with the access grant. */
|
|
172573
|
+
facility_keys?: string[] | undefined;
|
|
172574
|
+
/** Building keys associated with the access grant. */
|
|
172575
|
+
building_keys?: string[] | undefined;
|
|
172576
|
+
/** Listing keys associated with the access grant. */
|
|
172577
|
+
listing_keys?: string[] | undefined;
|
|
172578
|
+
}[] | undefined;
|
|
172579
|
+
/** List of bookings. */
|
|
172580
|
+
bookings?: {
|
|
172581
|
+
/** Your name for this access grant resource. */
|
|
172582
|
+
name?: string | undefined;
|
|
172583
|
+
/** Starting date and time for the access grant. */
|
|
172584
|
+
starts_at?: string | undefined;
|
|
172585
|
+
/** Ending date and time for the access grant. */
|
|
172586
|
+
ends_at?: string | undefined;
|
|
172587
|
+
/** Preferred PIN code to use when creating access for this reservation. */
|
|
172588
|
+
preferred_code?: string | undefined;
|
|
172589
|
+
/** Your unique identifier for the booking. */
|
|
172590
|
+
booking_key: string;
|
|
172591
|
+
/** Guest key associated with the access grant. */
|
|
172592
|
+
guest_key?: string | undefined;
|
|
172593
|
+
/** Tenant key associated with the access grant. */
|
|
172594
|
+
tenant_key?: string | undefined;
|
|
172595
|
+
/** Resident key associated with the access grant. */
|
|
172596
|
+
resident_key?: string | undefined;
|
|
172597
|
+
/** User key associated with the access grant. */
|
|
172598
|
+
user_key?: string | undefined;
|
|
172599
|
+
/** User identity key associated with the access grant. */
|
|
172600
|
+
user_identity_key?: string | undefined;
|
|
172601
|
+
/** Space keys associated with the access grant. */
|
|
172602
|
+
space_keys?: string[] | undefined;
|
|
172603
|
+
/** Property keys associated with the access grant. */
|
|
172604
|
+
property_keys?: string[] | undefined;
|
|
172605
|
+
/** Room keys associated with the access grant. */
|
|
172606
|
+
room_keys?: string[] | undefined;
|
|
172607
|
+
/** Common area keys associated with the access grant. */
|
|
172608
|
+
common_area_keys?: string[] | undefined;
|
|
172609
|
+
/** Unit keys associated with the access grant. */
|
|
172610
|
+
unit_keys?: string[] | undefined;
|
|
172611
|
+
/** Facility keys associated with the access grant. */
|
|
172612
|
+
facility_keys?: string[] | undefined;
|
|
172613
|
+
/** Building keys associated with the access grant. */
|
|
172614
|
+
building_keys?: string[] | undefined;
|
|
172615
|
+
/** Listing keys associated with the access grant. */
|
|
172616
|
+
listing_keys?: string[] | undefined;
|
|
172617
|
+
}[] | undefined;
|
|
172618
|
+
/** List of access grants. */
|
|
172619
|
+
access_grants?: {
|
|
172620
|
+
/** Your name for this access grant resource. */
|
|
172621
|
+
name?: string | undefined;
|
|
172622
|
+
/** Starting date and time for the access grant. */
|
|
172623
|
+
starts_at?: string | undefined;
|
|
172624
|
+
/** Ending date and time for the access grant. */
|
|
172625
|
+
ends_at?: string | undefined;
|
|
172626
|
+
/** Preferred PIN code to use when creating access for this reservation. */
|
|
172627
|
+
preferred_code?: string | undefined;
|
|
172628
|
+
/** Your unique identifier for the access grant. */
|
|
172629
|
+
access_grant_key: string;
|
|
172630
|
+
/** Guest key associated with the access grant. */
|
|
172631
|
+
guest_key?: string | undefined;
|
|
172632
|
+
/** Tenant key associated with the access grant. */
|
|
172633
|
+
tenant_key?: string | undefined;
|
|
172634
|
+
/** Resident key associated with the access grant. */
|
|
172635
|
+
resident_key?: string | undefined;
|
|
172636
|
+
/** User key associated with the access grant. */
|
|
172637
|
+
user_key?: string | undefined;
|
|
172638
|
+
/** User identity key associated with the access grant. */
|
|
172639
|
+
user_identity_key?: string | undefined;
|
|
172640
|
+
/** Space keys associated with the access grant. */
|
|
172641
|
+
space_keys?: string[] | undefined;
|
|
172642
|
+
/** Property keys associated with the access grant. */
|
|
172643
|
+
property_keys?: string[] | undefined;
|
|
172644
|
+
/** Room keys associated with the access grant. */
|
|
172645
|
+
room_keys?: string[] | undefined;
|
|
172646
|
+
/** Common area keys associated with the access grant. */
|
|
172647
|
+
common_area_keys?: string[] | undefined;
|
|
172648
|
+
/** Unit keys associated with the access grant. */
|
|
172649
|
+
unit_keys?: string[] | undefined;
|
|
172650
|
+
/** Facility keys associated with the access grant. */
|
|
172651
|
+
facility_keys?: string[] | undefined;
|
|
172652
|
+
/** Building keys associated with the access grant. */
|
|
172653
|
+
building_keys?: string[] | undefined;
|
|
172654
|
+
/** Listing keys associated with the access grant. */
|
|
172655
|
+
listing_keys?: string[] | undefined;
|
|
172656
|
+
}[] | undefined;
|
|
172657
|
+
};
|
|
172658
|
+
formData: {};
|
|
172659
|
+
jsonResponse: {};
|
|
172660
|
+
maxDuration: undefined;
|
|
172661
|
+
};
|
|
171508
172662
|
'/spaces/add_acs_entrances': {
|
|
171509
172663
|
route: '/spaces/add_acs_entrances';
|
|
171510
172664
|
method: 'POST' | 'PUT';
|