@seamapi/types 1.565.0 → 1.567.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 +308 -779
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +643 -1002
- package/dist/index.cjs +308 -779
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +3 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +3 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +552 -118
- package/lib/seam/connect/models/batch.js +5 -6
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +52 -2
- package/lib/seam/connect/models/customer/customer-portal.js +10 -2
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +16 -0
- package/lib/seam/connect/openapi.d.ts +538 -939
- package/lib/seam/connect/openapi.js +301 -775
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +39 -5
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +3 -0
- package/src/lib/seam/connect/models/batch.ts +5 -6
- package/src/lib/seam/connect/models/customer/customer-portal.ts +12 -2
- package/src/lib/seam/connect/openapi.ts +303 -877
- package/src/lib/seam/connect/route-types.ts +103 -55
|
@@ -1336,6 +1336,14 @@ declare const _default: {
|
|
|
1336
1336
|
};
|
|
1337
1337
|
type: string;
|
|
1338
1338
|
};
|
|
1339
|
+
space_ids: {
|
|
1340
|
+
description: string;
|
|
1341
|
+
items: {
|
|
1342
|
+
format: string;
|
|
1343
|
+
type: string;
|
|
1344
|
+
};
|
|
1345
|
+
type: string;
|
|
1346
|
+
};
|
|
1339
1347
|
visionline_metadata: {
|
|
1340
1348
|
description: string;
|
|
1341
1349
|
properties: {
|
|
@@ -11646,6 +11654,14 @@ declare const _default: {
|
|
|
11646
11654
|
};
|
|
11647
11655
|
type: string;
|
|
11648
11656
|
};
|
|
11657
|
+
space_ids: {
|
|
11658
|
+
description: string;
|
|
11659
|
+
items: {
|
|
11660
|
+
format: string;
|
|
11661
|
+
type: string;
|
|
11662
|
+
};
|
|
11663
|
+
type: string;
|
|
11664
|
+
};
|
|
11649
11665
|
visionline_metadata: {
|
|
11650
11666
|
description: string;
|
|
11651
11667
|
properties: {
|
|
@@ -29641,6 +29657,13 @@ declare const _default: {
|
|
|
29641
29657
|
description: string;
|
|
29642
29658
|
type: string;
|
|
29643
29659
|
};
|
|
29660
|
+
excluded_providers: {
|
|
29661
|
+
description: string;
|
|
29662
|
+
items: {
|
|
29663
|
+
type: string;
|
|
29664
|
+
};
|
|
29665
|
+
type: string;
|
|
29666
|
+
};
|
|
29644
29667
|
};
|
|
29645
29668
|
type: string;
|
|
29646
29669
|
};
|
|
@@ -29681,149 +29704,183 @@ declare const _default: {
|
|
|
29681
29704
|
properties: {
|
|
29682
29705
|
manage: {
|
|
29683
29706
|
oneOf: ({
|
|
29684
|
-
|
|
29685
|
-
|
|
29686
|
-
|
|
29707
|
+
oneOf: ({
|
|
29708
|
+
properties: {
|
|
29709
|
+
space_key: {
|
|
29710
|
+
type: string;
|
|
29711
|
+
};
|
|
29712
|
+
property_key?: never;
|
|
29713
|
+
room_key?: never;
|
|
29714
|
+
common_area_key?: never;
|
|
29715
|
+
unit_key?: never;
|
|
29716
|
+
facility_key?: never;
|
|
29717
|
+
building_key?: never;
|
|
29718
|
+
listing_key?: never;
|
|
29719
|
+
property_listing_key?: never;
|
|
29687
29720
|
};
|
|
29688
|
-
|
|
29689
|
-
|
|
29690
|
-
|
|
29691
|
-
|
|
29692
|
-
|
|
29693
|
-
|
|
29694
|
-
|
|
29695
|
-
|
|
29696
|
-
|
|
29697
|
-
|
|
29698
|
-
|
|
29699
|
-
|
|
29700
|
-
|
|
29701
|
-
|
|
29702
|
-
|
|
29721
|
+
required: string[];
|
|
29722
|
+
type: string;
|
|
29723
|
+
} | {
|
|
29724
|
+
properties: {
|
|
29725
|
+
property_key: {
|
|
29726
|
+
type: string;
|
|
29727
|
+
};
|
|
29728
|
+
space_key?: never;
|
|
29729
|
+
room_key?: never;
|
|
29730
|
+
common_area_key?: never;
|
|
29731
|
+
unit_key?: never;
|
|
29732
|
+
facility_key?: never;
|
|
29733
|
+
building_key?: never;
|
|
29734
|
+
listing_key?: never;
|
|
29735
|
+
property_listing_key?: never;
|
|
29703
29736
|
};
|
|
29704
|
-
|
|
29705
|
-
|
|
29706
|
-
|
|
29707
|
-
|
|
29708
|
-
|
|
29709
|
-
|
|
29710
|
-
|
|
29711
|
-
|
|
29712
|
-
|
|
29713
|
-
|
|
29714
|
-
|
|
29715
|
-
|
|
29716
|
-
|
|
29717
|
-
|
|
29718
|
-
|
|
29737
|
+
required: string[];
|
|
29738
|
+
type: string;
|
|
29739
|
+
} | {
|
|
29740
|
+
properties: {
|
|
29741
|
+
room_key: {
|
|
29742
|
+
type: string;
|
|
29743
|
+
};
|
|
29744
|
+
space_key?: never;
|
|
29745
|
+
property_key?: never;
|
|
29746
|
+
common_area_key?: never;
|
|
29747
|
+
unit_key?: never;
|
|
29748
|
+
facility_key?: never;
|
|
29749
|
+
building_key?: never;
|
|
29750
|
+
listing_key?: never;
|
|
29751
|
+
property_listing_key?: never;
|
|
29719
29752
|
};
|
|
29720
|
-
|
|
29721
|
-
|
|
29722
|
-
|
|
29723
|
-
|
|
29724
|
-
|
|
29725
|
-
|
|
29726
|
-
|
|
29727
|
-
|
|
29728
|
-
|
|
29729
|
-
|
|
29730
|
-
|
|
29731
|
-
|
|
29732
|
-
|
|
29733
|
-
|
|
29734
|
-
|
|
29753
|
+
required: string[];
|
|
29754
|
+
type: string;
|
|
29755
|
+
} | {
|
|
29756
|
+
properties: {
|
|
29757
|
+
common_area_key: {
|
|
29758
|
+
type: string;
|
|
29759
|
+
};
|
|
29760
|
+
space_key?: never;
|
|
29761
|
+
property_key?: never;
|
|
29762
|
+
room_key?: never;
|
|
29763
|
+
unit_key?: never;
|
|
29764
|
+
facility_key?: never;
|
|
29765
|
+
building_key?: never;
|
|
29766
|
+
listing_key?: never;
|
|
29767
|
+
property_listing_key?: never;
|
|
29735
29768
|
};
|
|
29736
|
-
|
|
29737
|
-
|
|
29738
|
-
|
|
29739
|
-
|
|
29740
|
-
|
|
29741
|
-
|
|
29742
|
-
|
|
29743
|
-
|
|
29744
|
-
|
|
29745
|
-
|
|
29746
|
-
|
|
29747
|
-
|
|
29748
|
-
|
|
29749
|
-
|
|
29750
|
-
|
|
29769
|
+
required: string[];
|
|
29770
|
+
type: string;
|
|
29771
|
+
} | {
|
|
29772
|
+
properties: {
|
|
29773
|
+
unit_key: {
|
|
29774
|
+
type: string;
|
|
29775
|
+
};
|
|
29776
|
+
space_key?: never;
|
|
29777
|
+
property_key?: never;
|
|
29778
|
+
room_key?: never;
|
|
29779
|
+
common_area_key?: never;
|
|
29780
|
+
facility_key?: never;
|
|
29781
|
+
building_key?: never;
|
|
29782
|
+
listing_key?: never;
|
|
29783
|
+
property_listing_key?: never;
|
|
29751
29784
|
};
|
|
29752
|
-
|
|
29753
|
-
|
|
29754
|
-
|
|
29755
|
-
|
|
29756
|
-
|
|
29757
|
-
|
|
29758
|
-
|
|
29759
|
-
|
|
29760
|
-
|
|
29761
|
-
|
|
29762
|
-
|
|
29763
|
-
|
|
29764
|
-
|
|
29765
|
-
|
|
29766
|
-
|
|
29785
|
+
required: string[];
|
|
29786
|
+
type: string;
|
|
29787
|
+
} | {
|
|
29788
|
+
properties: {
|
|
29789
|
+
facility_key: {
|
|
29790
|
+
type: string;
|
|
29791
|
+
};
|
|
29792
|
+
space_key?: never;
|
|
29793
|
+
property_key?: never;
|
|
29794
|
+
room_key?: never;
|
|
29795
|
+
common_area_key?: never;
|
|
29796
|
+
unit_key?: never;
|
|
29797
|
+
building_key?: never;
|
|
29798
|
+
listing_key?: never;
|
|
29799
|
+
property_listing_key?: never;
|
|
29767
29800
|
};
|
|
29768
|
-
|
|
29769
|
-
|
|
29770
|
-
|
|
29771
|
-
|
|
29772
|
-
|
|
29773
|
-
|
|
29774
|
-
|
|
29775
|
-
|
|
29776
|
-
|
|
29777
|
-
|
|
29778
|
-
|
|
29779
|
-
|
|
29780
|
-
|
|
29781
|
-
|
|
29782
|
-
|
|
29801
|
+
required: string[];
|
|
29802
|
+
type: string;
|
|
29803
|
+
} | {
|
|
29804
|
+
properties: {
|
|
29805
|
+
building_key: {
|
|
29806
|
+
type: string;
|
|
29807
|
+
};
|
|
29808
|
+
space_key?: never;
|
|
29809
|
+
property_key?: never;
|
|
29810
|
+
room_key?: never;
|
|
29811
|
+
common_area_key?: never;
|
|
29812
|
+
unit_key?: never;
|
|
29813
|
+
facility_key?: never;
|
|
29814
|
+
listing_key?: never;
|
|
29815
|
+
property_listing_key?: never;
|
|
29783
29816
|
};
|
|
29784
|
-
|
|
29785
|
-
|
|
29786
|
-
|
|
29787
|
-
|
|
29788
|
-
|
|
29789
|
-
|
|
29790
|
-
|
|
29791
|
-
|
|
29792
|
-
|
|
29793
|
-
|
|
29794
|
-
|
|
29795
|
-
|
|
29796
|
-
|
|
29797
|
-
|
|
29798
|
-
|
|
29817
|
+
required: string[];
|
|
29818
|
+
type: string;
|
|
29819
|
+
} | {
|
|
29820
|
+
properties: {
|
|
29821
|
+
listing_key: {
|
|
29822
|
+
type: string;
|
|
29823
|
+
};
|
|
29824
|
+
space_key?: never;
|
|
29825
|
+
property_key?: never;
|
|
29826
|
+
room_key?: never;
|
|
29827
|
+
common_area_key?: never;
|
|
29828
|
+
unit_key?: never;
|
|
29829
|
+
facility_key?: never;
|
|
29830
|
+
building_key?: never;
|
|
29831
|
+
property_listing_key?: never;
|
|
29799
29832
|
};
|
|
29800
|
-
|
|
29801
|
-
|
|
29802
|
-
|
|
29803
|
-
|
|
29804
|
-
|
|
29805
|
-
|
|
29806
|
-
|
|
29807
|
-
|
|
29808
|
-
|
|
29809
|
-
|
|
29810
|
-
|
|
29833
|
+
required: string[];
|
|
29834
|
+
type: string;
|
|
29835
|
+
} | {
|
|
29836
|
+
properties: {
|
|
29837
|
+
property_listing_key: {
|
|
29838
|
+
type: string;
|
|
29839
|
+
};
|
|
29840
|
+
space_key?: never;
|
|
29841
|
+
property_key?: never;
|
|
29842
|
+
room_key?: never;
|
|
29843
|
+
common_area_key?: never;
|
|
29844
|
+
unit_key?: never;
|
|
29845
|
+
facility_key?: never;
|
|
29846
|
+
building_key?: never;
|
|
29847
|
+
listing_key?: never;
|
|
29848
|
+
};
|
|
29849
|
+
required: string[];
|
|
29850
|
+
type: string;
|
|
29851
|
+
})[];
|
|
29811
29852
|
} | {
|
|
29812
|
-
|
|
29813
|
-
|
|
29814
|
-
|
|
29853
|
+
oneOf: ({
|
|
29854
|
+
properties: {
|
|
29855
|
+
reservation_key: {
|
|
29856
|
+
type: string;
|
|
29857
|
+
};
|
|
29858
|
+
booking_key?: never;
|
|
29859
|
+
access_grant_key?: never;
|
|
29815
29860
|
};
|
|
29816
|
-
|
|
29817
|
-
|
|
29818
|
-
|
|
29819
|
-
|
|
29820
|
-
|
|
29821
|
-
|
|
29822
|
-
|
|
29823
|
-
|
|
29824
|
-
|
|
29825
|
-
|
|
29826
|
-
|
|
29861
|
+
required: string[];
|
|
29862
|
+
type: string;
|
|
29863
|
+
} | {
|
|
29864
|
+
properties: {
|
|
29865
|
+
booking_key: {
|
|
29866
|
+
type: string;
|
|
29867
|
+
};
|
|
29868
|
+
reservation_key?: never;
|
|
29869
|
+
access_grant_key?: never;
|
|
29870
|
+
};
|
|
29871
|
+
required: string[];
|
|
29872
|
+
type: string;
|
|
29873
|
+
} | {
|
|
29874
|
+
properties: {
|
|
29875
|
+
access_grant_key: {
|
|
29876
|
+
type: string;
|
|
29877
|
+
};
|
|
29878
|
+
reservation_key?: never;
|
|
29879
|
+
booking_key?: never;
|
|
29880
|
+
};
|
|
29881
|
+
required: string[];
|
|
29882
|
+
type: string;
|
|
29883
|
+
})[];
|
|
29827
29884
|
})[];
|
|
29828
29885
|
};
|
|
29829
29886
|
};
|
|
@@ -40154,6 +40211,12 @@ declare const _default: {
|
|
|
40154
40211
|
exclude: {
|
|
40155
40212
|
type: string;
|
|
40156
40213
|
};
|
|
40214
|
+
excluded_providers: {
|
|
40215
|
+
items: {
|
|
40216
|
+
type: string;
|
|
40217
|
+
};
|
|
40218
|
+
type: string;
|
|
40219
|
+
};
|
|
40157
40220
|
};
|
|
40158
40221
|
type: string;
|
|
40159
40222
|
};
|
|
@@ -40183,149 +40246,183 @@ declare const _default: {
|
|
|
40183
40246
|
properties: {
|
|
40184
40247
|
manage: {
|
|
40185
40248
|
oneOf: ({
|
|
40186
|
-
|
|
40187
|
-
|
|
40188
|
-
|
|
40249
|
+
oneOf: ({
|
|
40250
|
+
properties: {
|
|
40251
|
+
space_key: {
|
|
40252
|
+
type: string;
|
|
40253
|
+
};
|
|
40254
|
+
property_key?: never;
|
|
40255
|
+
room_key?: never;
|
|
40256
|
+
common_area_key?: never;
|
|
40257
|
+
unit_key?: never;
|
|
40258
|
+
facility_key?: never;
|
|
40259
|
+
building_key?: never;
|
|
40260
|
+
listing_key?: never;
|
|
40261
|
+
property_listing_key?: never;
|
|
40189
40262
|
};
|
|
40190
|
-
|
|
40191
|
-
|
|
40192
|
-
|
|
40193
|
-
|
|
40194
|
-
|
|
40195
|
-
|
|
40196
|
-
|
|
40197
|
-
|
|
40198
|
-
|
|
40199
|
-
|
|
40200
|
-
|
|
40201
|
-
|
|
40202
|
-
|
|
40203
|
-
|
|
40204
|
-
|
|
40263
|
+
required: string[];
|
|
40264
|
+
type: string;
|
|
40265
|
+
} | {
|
|
40266
|
+
properties: {
|
|
40267
|
+
property_key: {
|
|
40268
|
+
type: string;
|
|
40269
|
+
};
|
|
40270
|
+
space_key?: never;
|
|
40271
|
+
room_key?: never;
|
|
40272
|
+
common_area_key?: never;
|
|
40273
|
+
unit_key?: never;
|
|
40274
|
+
facility_key?: never;
|
|
40275
|
+
building_key?: never;
|
|
40276
|
+
listing_key?: never;
|
|
40277
|
+
property_listing_key?: never;
|
|
40205
40278
|
};
|
|
40206
|
-
|
|
40207
|
-
|
|
40208
|
-
|
|
40209
|
-
|
|
40210
|
-
|
|
40211
|
-
|
|
40212
|
-
|
|
40213
|
-
|
|
40214
|
-
|
|
40215
|
-
|
|
40216
|
-
|
|
40217
|
-
|
|
40218
|
-
|
|
40219
|
-
|
|
40220
|
-
|
|
40279
|
+
required: string[];
|
|
40280
|
+
type: string;
|
|
40281
|
+
} | {
|
|
40282
|
+
properties: {
|
|
40283
|
+
room_key: {
|
|
40284
|
+
type: string;
|
|
40285
|
+
};
|
|
40286
|
+
space_key?: never;
|
|
40287
|
+
property_key?: never;
|
|
40288
|
+
common_area_key?: never;
|
|
40289
|
+
unit_key?: never;
|
|
40290
|
+
facility_key?: never;
|
|
40291
|
+
building_key?: never;
|
|
40292
|
+
listing_key?: never;
|
|
40293
|
+
property_listing_key?: never;
|
|
40221
40294
|
};
|
|
40222
|
-
|
|
40223
|
-
|
|
40224
|
-
|
|
40225
|
-
|
|
40226
|
-
|
|
40227
|
-
|
|
40228
|
-
|
|
40229
|
-
|
|
40230
|
-
|
|
40231
|
-
|
|
40232
|
-
|
|
40233
|
-
|
|
40234
|
-
|
|
40235
|
-
|
|
40236
|
-
|
|
40295
|
+
required: string[];
|
|
40296
|
+
type: string;
|
|
40297
|
+
} | {
|
|
40298
|
+
properties: {
|
|
40299
|
+
common_area_key: {
|
|
40300
|
+
type: string;
|
|
40301
|
+
};
|
|
40302
|
+
space_key?: never;
|
|
40303
|
+
property_key?: never;
|
|
40304
|
+
room_key?: never;
|
|
40305
|
+
unit_key?: never;
|
|
40306
|
+
facility_key?: never;
|
|
40307
|
+
building_key?: never;
|
|
40308
|
+
listing_key?: never;
|
|
40309
|
+
property_listing_key?: never;
|
|
40237
40310
|
};
|
|
40238
|
-
|
|
40239
|
-
|
|
40240
|
-
|
|
40241
|
-
|
|
40242
|
-
|
|
40243
|
-
|
|
40244
|
-
|
|
40245
|
-
|
|
40246
|
-
|
|
40247
|
-
|
|
40248
|
-
|
|
40249
|
-
|
|
40250
|
-
|
|
40251
|
-
|
|
40252
|
-
|
|
40311
|
+
required: string[];
|
|
40312
|
+
type: string;
|
|
40313
|
+
} | {
|
|
40314
|
+
properties: {
|
|
40315
|
+
unit_key: {
|
|
40316
|
+
type: string;
|
|
40317
|
+
};
|
|
40318
|
+
space_key?: never;
|
|
40319
|
+
property_key?: never;
|
|
40320
|
+
room_key?: never;
|
|
40321
|
+
common_area_key?: never;
|
|
40322
|
+
facility_key?: never;
|
|
40323
|
+
building_key?: never;
|
|
40324
|
+
listing_key?: never;
|
|
40325
|
+
property_listing_key?: never;
|
|
40253
40326
|
};
|
|
40254
|
-
|
|
40255
|
-
|
|
40256
|
-
|
|
40257
|
-
|
|
40258
|
-
|
|
40259
|
-
|
|
40260
|
-
|
|
40261
|
-
|
|
40262
|
-
|
|
40263
|
-
|
|
40264
|
-
|
|
40265
|
-
|
|
40266
|
-
|
|
40267
|
-
|
|
40268
|
-
|
|
40327
|
+
required: string[];
|
|
40328
|
+
type: string;
|
|
40329
|
+
} | {
|
|
40330
|
+
properties: {
|
|
40331
|
+
facility_key: {
|
|
40332
|
+
type: string;
|
|
40333
|
+
};
|
|
40334
|
+
space_key?: never;
|
|
40335
|
+
property_key?: never;
|
|
40336
|
+
room_key?: never;
|
|
40337
|
+
common_area_key?: never;
|
|
40338
|
+
unit_key?: never;
|
|
40339
|
+
building_key?: never;
|
|
40340
|
+
listing_key?: never;
|
|
40341
|
+
property_listing_key?: never;
|
|
40269
40342
|
};
|
|
40270
|
-
|
|
40271
|
-
|
|
40272
|
-
|
|
40273
|
-
|
|
40274
|
-
|
|
40275
|
-
|
|
40276
|
-
|
|
40277
|
-
|
|
40278
|
-
|
|
40279
|
-
|
|
40280
|
-
|
|
40281
|
-
|
|
40282
|
-
|
|
40283
|
-
|
|
40284
|
-
|
|
40343
|
+
required: string[];
|
|
40344
|
+
type: string;
|
|
40345
|
+
} | {
|
|
40346
|
+
properties: {
|
|
40347
|
+
building_key: {
|
|
40348
|
+
type: string;
|
|
40349
|
+
};
|
|
40350
|
+
space_key?: never;
|
|
40351
|
+
property_key?: never;
|
|
40352
|
+
room_key?: never;
|
|
40353
|
+
common_area_key?: never;
|
|
40354
|
+
unit_key?: never;
|
|
40355
|
+
facility_key?: never;
|
|
40356
|
+
listing_key?: never;
|
|
40357
|
+
property_listing_key?: never;
|
|
40285
40358
|
};
|
|
40286
|
-
|
|
40287
|
-
|
|
40288
|
-
|
|
40289
|
-
|
|
40290
|
-
|
|
40291
|
-
|
|
40292
|
-
|
|
40293
|
-
|
|
40294
|
-
|
|
40295
|
-
|
|
40296
|
-
|
|
40297
|
-
|
|
40298
|
-
|
|
40299
|
-
|
|
40300
|
-
|
|
40359
|
+
required: string[];
|
|
40360
|
+
type: string;
|
|
40361
|
+
} | {
|
|
40362
|
+
properties: {
|
|
40363
|
+
listing_key: {
|
|
40364
|
+
type: string;
|
|
40365
|
+
};
|
|
40366
|
+
space_key?: never;
|
|
40367
|
+
property_key?: never;
|
|
40368
|
+
room_key?: never;
|
|
40369
|
+
common_area_key?: never;
|
|
40370
|
+
unit_key?: never;
|
|
40371
|
+
facility_key?: never;
|
|
40372
|
+
building_key?: never;
|
|
40373
|
+
property_listing_key?: never;
|
|
40301
40374
|
};
|
|
40302
|
-
|
|
40303
|
-
|
|
40304
|
-
|
|
40305
|
-
|
|
40306
|
-
|
|
40307
|
-
|
|
40308
|
-
|
|
40309
|
-
|
|
40310
|
-
|
|
40311
|
-
|
|
40312
|
-
|
|
40375
|
+
required: string[];
|
|
40376
|
+
type: string;
|
|
40377
|
+
} | {
|
|
40378
|
+
properties: {
|
|
40379
|
+
property_listing_key: {
|
|
40380
|
+
type: string;
|
|
40381
|
+
};
|
|
40382
|
+
space_key?: never;
|
|
40383
|
+
property_key?: never;
|
|
40384
|
+
room_key?: never;
|
|
40385
|
+
common_area_key?: never;
|
|
40386
|
+
unit_key?: never;
|
|
40387
|
+
facility_key?: never;
|
|
40388
|
+
building_key?: never;
|
|
40389
|
+
listing_key?: never;
|
|
40390
|
+
};
|
|
40391
|
+
required: string[];
|
|
40392
|
+
type: string;
|
|
40393
|
+
})[];
|
|
40313
40394
|
} | {
|
|
40314
|
-
|
|
40315
|
-
|
|
40316
|
-
|
|
40395
|
+
oneOf: ({
|
|
40396
|
+
properties: {
|
|
40397
|
+
reservation_key: {
|
|
40398
|
+
type: string;
|
|
40399
|
+
};
|
|
40400
|
+
booking_key?: never;
|
|
40401
|
+
access_grant_key?: never;
|
|
40317
40402
|
};
|
|
40318
|
-
|
|
40319
|
-
|
|
40320
|
-
|
|
40321
|
-
|
|
40322
|
-
|
|
40323
|
-
|
|
40324
|
-
|
|
40325
|
-
|
|
40326
|
-
|
|
40327
|
-
|
|
40328
|
-
|
|
40403
|
+
required: string[];
|
|
40404
|
+
type: string;
|
|
40405
|
+
} | {
|
|
40406
|
+
properties: {
|
|
40407
|
+
booking_key: {
|
|
40408
|
+
type: string;
|
|
40409
|
+
};
|
|
40410
|
+
reservation_key?: never;
|
|
40411
|
+
access_grant_key?: never;
|
|
40412
|
+
};
|
|
40413
|
+
required: string[];
|
|
40414
|
+
type: string;
|
|
40415
|
+
} | {
|
|
40416
|
+
properties: {
|
|
40417
|
+
access_grant_key: {
|
|
40418
|
+
type: string;
|
|
40419
|
+
};
|
|
40420
|
+
reservation_key?: never;
|
|
40421
|
+
booking_key?: never;
|
|
40422
|
+
};
|
|
40423
|
+
required: string[];
|
|
40424
|
+
type: string;
|
|
40425
|
+
})[];
|
|
40329
40426
|
})[];
|
|
40330
40427
|
};
|
|
40331
40428
|
};
|
|
@@ -40418,6 +40515,12 @@ declare const _default: {
|
|
|
40418
40515
|
exclude: {
|
|
40419
40516
|
type: string;
|
|
40420
40517
|
};
|
|
40518
|
+
excluded_providers: {
|
|
40519
|
+
items: {
|
|
40520
|
+
type: string;
|
|
40521
|
+
};
|
|
40522
|
+
type: string;
|
|
40523
|
+
};
|
|
40421
40524
|
};
|
|
40422
40525
|
type: string;
|
|
40423
40526
|
};
|
|
@@ -40447,149 +40550,183 @@ declare const _default: {
|
|
|
40447
40550
|
properties: {
|
|
40448
40551
|
manage: {
|
|
40449
40552
|
oneOf: ({
|
|
40450
|
-
|
|
40451
|
-
|
|
40452
|
-
|
|
40553
|
+
oneOf: ({
|
|
40554
|
+
properties: {
|
|
40555
|
+
space_key: {
|
|
40556
|
+
type: string;
|
|
40557
|
+
};
|
|
40558
|
+
property_key?: never;
|
|
40559
|
+
room_key?: never;
|
|
40560
|
+
common_area_key?: never;
|
|
40561
|
+
unit_key?: never;
|
|
40562
|
+
facility_key?: never;
|
|
40563
|
+
building_key?: never;
|
|
40564
|
+
listing_key?: never;
|
|
40565
|
+
property_listing_key?: never;
|
|
40453
40566
|
};
|
|
40454
|
-
|
|
40455
|
-
|
|
40456
|
-
|
|
40457
|
-
|
|
40458
|
-
|
|
40459
|
-
|
|
40460
|
-
|
|
40461
|
-
|
|
40462
|
-
|
|
40463
|
-
|
|
40464
|
-
|
|
40465
|
-
|
|
40466
|
-
|
|
40467
|
-
|
|
40468
|
-
|
|
40567
|
+
required: string[];
|
|
40568
|
+
type: string;
|
|
40569
|
+
} | {
|
|
40570
|
+
properties: {
|
|
40571
|
+
property_key: {
|
|
40572
|
+
type: string;
|
|
40573
|
+
};
|
|
40574
|
+
space_key?: never;
|
|
40575
|
+
room_key?: never;
|
|
40576
|
+
common_area_key?: never;
|
|
40577
|
+
unit_key?: never;
|
|
40578
|
+
facility_key?: never;
|
|
40579
|
+
building_key?: never;
|
|
40580
|
+
listing_key?: never;
|
|
40581
|
+
property_listing_key?: never;
|
|
40469
40582
|
};
|
|
40470
|
-
|
|
40471
|
-
|
|
40472
|
-
|
|
40473
|
-
|
|
40474
|
-
|
|
40475
|
-
|
|
40476
|
-
|
|
40477
|
-
|
|
40478
|
-
|
|
40479
|
-
|
|
40480
|
-
|
|
40481
|
-
|
|
40482
|
-
|
|
40483
|
-
|
|
40484
|
-
|
|
40583
|
+
required: string[];
|
|
40584
|
+
type: string;
|
|
40585
|
+
} | {
|
|
40586
|
+
properties: {
|
|
40587
|
+
room_key: {
|
|
40588
|
+
type: string;
|
|
40589
|
+
};
|
|
40590
|
+
space_key?: never;
|
|
40591
|
+
property_key?: never;
|
|
40592
|
+
common_area_key?: never;
|
|
40593
|
+
unit_key?: never;
|
|
40594
|
+
facility_key?: never;
|
|
40595
|
+
building_key?: never;
|
|
40596
|
+
listing_key?: never;
|
|
40597
|
+
property_listing_key?: never;
|
|
40485
40598
|
};
|
|
40486
|
-
|
|
40487
|
-
|
|
40488
|
-
|
|
40489
|
-
|
|
40490
|
-
|
|
40491
|
-
|
|
40492
|
-
|
|
40493
|
-
|
|
40494
|
-
|
|
40495
|
-
|
|
40496
|
-
|
|
40497
|
-
|
|
40498
|
-
|
|
40499
|
-
|
|
40500
|
-
|
|
40599
|
+
required: string[];
|
|
40600
|
+
type: string;
|
|
40601
|
+
} | {
|
|
40602
|
+
properties: {
|
|
40603
|
+
common_area_key: {
|
|
40604
|
+
type: string;
|
|
40605
|
+
};
|
|
40606
|
+
space_key?: never;
|
|
40607
|
+
property_key?: never;
|
|
40608
|
+
room_key?: never;
|
|
40609
|
+
unit_key?: never;
|
|
40610
|
+
facility_key?: never;
|
|
40611
|
+
building_key?: never;
|
|
40612
|
+
listing_key?: never;
|
|
40613
|
+
property_listing_key?: never;
|
|
40501
40614
|
};
|
|
40502
|
-
|
|
40503
|
-
|
|
40504
|
-
|
|
40505
|
-
|
|
40506
|
-
|
|
40507
|
-
|
|
40508
|
-
|
|
40509
|
-
|
|
40510
|
-
|
|
40511
|
-
|
|
40512
|
-
|
|
40513
|
-
|
|
40514
|
-
|
|
40515
|
-
|
|
40516
|
-
|
|
40615
|
+
required: string[];
|
|
40616
|
+
type: string;
|
|
40617
|
+
} | {
|
|
40618
|
+
properties: {
|
|
40619
|
+
unit_key: {
|
|
40620
|
+
type: string;
|
|
40621
|
+
};
|
|
40622
|
+
space_key?: never;
|
|
40623
|
+
property_key?: never;
|
|
40624
|
+
room_key?: never;
|
|
40625
|
+
common_area_key?: never;
|
|
40626
|
+
facility_key?: never;
|
|
40627
|
+
building_key?: never;
|
|
40628
|
+
listing_key?: never;
|
|
40629
|
+
property_listing_key?: never;
|
|
40517
40630
|
};
|
|
40518
|
-
|
|
40519
|
-
|
|
40520
|
-
|
|
40521
|
-
|
|
40522
|
-
|
|
40523
|
-
|
|
40524
|
-
|
|
40525
|
-
|
|
40526
|
-
|
|
40527
|
-
|
|
40528
|
-
|
|
40529
|
-
|
|
40530
|
-
|
|
40531
|
-
|
|
40532
|
-
|
|
40631
|
+
required: string[];
|
|
40632
|
+
type: string;
|
|
40633
|
+
} | {
|
|
40634
|
+
properties: {
|
|
40635
|
+
facility_key: {
|
|
40636
|
+
type: string;
|
|
40637
|
+
};
|
|
40638
|
+
space_key?: never;
|
|
40639
|
+
property_key?: never;
|
|
40640
|
+
room_key?: never;
|
|
40641
|
+
common_area_key?: never;
|
|
40642
|
+
unit_key?: never;
|
|
40643
|
+
building_key?: never;
|
|
40644
|
+
listing_key?: never;
|
|
40645
|
+
property_listing_key?: never;
|
|
40533
40646
|
};
|
|
40534
|
-
|
|
40535
|
-
|
|
40536
|
-
|
|
40537
|
-
|
|
40538
|
-
|
|
40539
|
-
|
|
40540
|
-
|
|
40541
|
-
|
|
40542
|
-
|
|
40543
|
-
|
|
40544
|
-
|
|
40545
|
-
|
|
40546
|
-
|
|
40547
|
-
|
|
40548
|
-
|
|
40647
|
+
required: string[];
|
|
40648
|
+
type: string;
|
|
40649
|
+
} | {
|
|
40650
|
+
properties: {
|
|
40651
|
+
building_key: {
|
|
40652
|
+
type: string;
|
|
40653
|
+
};
|
|
40654
|
+
space_key?: never;
|
|
40655
|
+
property_key?: never;
|
|
40656
|
+
room_key?: never;
|
|
40657
|
+
common_area_key?: never;
|
|
40658
|
+
unit_key?: never;
|
|
40659
|
+
facility_key?: never;
|
|
40660
|
+
listing_key?: never;
|
|
40661
|
+
property_listing_key?: never;
|
|
40549
40662
|
};
|
|
40550
|
-
|
|
40551
|
-
|
|
40552
|
-
|
|
40553
|
-
|
|
40554
|
-
|
|
40555
|
-
|
|
40556
|
-
|
|
40557
|
-
|
|
40558
|
-
|
|
40559
|
-
|
|
40560
|
-
|
|
40561
|
-
|
|
40562
|
-
|
|
40563
|
-
|
|
40564
|
-
|
|
40663
|
+
required: string[];
|
|
40664
|
+
type: string;
|
|
40665
|
+
} | {
|
|
40666
|
+
properties: {
|
|
40667
|
+
listing_key: {
|
|
40668
|
+
type: string;
|
|
40669
|
+
};
|
|
40670
|
+
space_key?: never;
|
|
40671
|
+
property_key?: never;
|
|
40672
|
+
room_key?: never;
|
|
40673
|
+
common_area_key?: never;
|
|
40674
|
+
unit_key?: never;
|
|
40675
|
+
facility_key?: never;
|
|
40676
|
+
building_key?: never;
|
|
40677
|
+
property_listing_key?: never;
|
|
40565
40678
|
};
|
|
40566
|
-
|
|
40567
|
-
|
|
40568
|
-
|
|
40569
|
-
|
|
40570
|
-
|
|
40571
|
-
|
|
40572
|
-
|
|
40573
|
-
|
|
40574
|
-
|
|
40575
|
-
|
|
40576
|
-
|
|
40679
|
+
required: string[];
|
|
40680
|
+
type: string;
|
|
40681
|
+
} | {
|
|
40682
|
+
properties: {
|
|
40683
|
+
property_listing_key: {
|
|
40684
|
+
type: string;
|
|
40685
|
+
};
|
|
40686
|
+
space_key?: never;
|
|
40687
|
+
property_key?: never;
|
|
40688
|
+
room_key?: never;
|
|
40689
|
+
common_area_key?: never;
|
|
40690
|
+
unit_key?: never;
|
|
40691
|
+
facility_key?: never;
|
|
40692
|
+
building_key?: never;
|
|
40693
|
+
listing_key?: never;
|
|
40694
|
+
};
|
|
40695
|
+
required: string[];
|
|
40696
|
+
type: string;
|
|
40697
|
+
})[];
|
|
40577
40698
|
} | {
|
|
40578
|
-
|
|
40579
|
-
|
|
40580
|
-
|
|
40699
|
+
oneOf: ({
|
|
40700
|
+
properties: {
|
|
40701
|
+
reservation_key: {
|
|
40702
|
+
type: string;
|
|
40703
|
+
};
|
|
40704
|
+
booking_key?: never;
|
|
40705
|
+
access_grant_key?: never;
|
|
40581
40706
|
};
|
|
40582
|
-
|
|
40583
|
-
|
|
40584
|
-
|
|
40585
|
-
|
|
40586
|
-
|
|
40587
|
-
|
|
40588
|
-
|
|
40589
|
-
|
|
40590
|
-
|
|
40591
|
-
|
|
40592
|
-
|
|
40707
|
+
required: string[];
|
|
40708
|
+
type: string;
|
|
40709
|
+
} | {
|
|
40710
|
+
properties: {
|
|
40711
|
+
booking_key: {
|
|
40712
|
+
type: string;
|
|
40713
|
+
};
|
|
40714
|
+
reservation_key?: never;
|
|
40715
|
+
access_grant_key?: never;
|
|
40716
|
+
};
|
|
40717
|
+
required: string[];
|
|
40718
|
+
type: string;
|
|
40719
|
+
} | {
|
|
40720
|
+
properties: {
|
|
40721
|
+
access_grant_key: {
|
|
40722
|
+
type: string;
|
|
40723
|
+
};
|
|
40724
|
+
reservation_key?: never;
|
|
40725
|
+
booking_key?: never;
|
|
40726
|
+
};
|
|
40727
|
+
required: string[];
|
|
40728
|
+
type: string;
|
|
40729
|
+
})[];
|
|
40593
40730
|
})[];
|
|
40594
40731
|
};
|
|
40595
40732
|
};
|
|
@@ -43014,276 +43151,7 @@ declare const _default: {
|
|
|
43014
43151
|
properties: {
|
|
43015
43152
|
acs_entrances: {
|
|
43016
43153
|
items: {
|
|
43017
|
-
|
|
43018
|
-
properties: {
|
|
43019
|
-
acs_entrance_id: {
|
|
43020
|
-
description: string;
|
|
43021
|
-
format: string;
|
|
43022
|
-
type: string;
|
|
43023
|
-
};
|
|
43024
|
-
acs_system_id: {
|
|
43025
|
-
description: string;
|
|
43026
|
-
format: string;
|
|
43027
|
-
type: string;
|
|
43028
|
-
};
|
|
43029
|
-
assa_abloy_vostio_metadata: {
|
|
43030
|
-
description: string;
|
|
43031
|
-
properties: {
|
|
43032
|
-
door_name: {
|
|
43033
|
-
description: string;
|
|
43034
|
-
type: string;
|
|
43035
|
-
};
|
|
43036
|
-
door_number: {
|
|
43037
|
-
description: string;
|
|
43038
|
-
format: string;
|
|
43039
|
-
type: string;
|
|
43040
|
-
};
|
|
43041
|
-
door_type: {
|
|
43042
|
-
description: string;
|
|
43043
|
-
enum: string[];
|
|
43044
|
-
type: string;
|
|
43045
|
-
};
|
|
43046
|
-
pms_id: {
|
|
43047
|
-
description: string;
|
|
43048
|
-
type: string;
|
|
43049
|
-
};
|
|
43050
|
-
stand_open: {
|
|
43051
|
-
description: string;
|
|
43052
|
-
type: string;
|
|
43053
|
-
};
|
|
43054
|
-
};
|
|
43055
|
-
required: string[];
|
|
43056
|
-
type: string;
|
|
43057
|
-
};
|
|
43058
|
-
can_unlock_with_card: {
|
|
43059
|
-
description: string;
|
|
43060
|
-
type: string;
|
|
43061
|
-
};
|
|
43062
|
-
can_unlock_with_code: {
|
|
43063
|
-
description: string;
|
|
43064
|
-
type: string;
|
|
43065
|
-
};
|
|
43066
|
-
can_unlock_with_mobile_key: {
|
|
43067
|
-
description: string;
|
|
43068
|
-
type: string;
|
|
43069
|
-
};
|
|
43070
|
-
connected_account_id: {
|
|
43071
|
-
description: string;
|
|
43072
|
-
format: string;
|
|
43073
|
-
type: string;
|
|
43074
|
-
};
|
|
43075
|
-
created_at: {
|
|
43076
|
-
description: string;
|
|
43077
|
-
format: string;
|
|
43078
|
-
type: string;
|
|
43079
|
-
};
|
|
43080
|
-
display_name: {
|
|
43081
|
-
description: string;
|
|
43082
|
-
type: string;
|
|
43083
|
-
};
|
|
43084
|
-
dormakaba_ambiance_metadata: {
|
|
43085
|
-
description: string;
|
|
43086
|
-
properties: {
|
|
43087
|
-
access_point_name: {
|
|
43088
|
-
description: string;
|
|
43089
|
-
type: string;
|
|
43090
|
-
};
|
|
43091
|
-
};
|
|
43092
|
-
required: string[];
|
|
43093
|
-
type: string;
|
|
43094
|
-
};
|
|
43095
|
-
dormakaba_community_metadata: {
|
|
43096
|
-
description: string;
|
|
43097
|
-
properties: {
|
|
43098
|
-
access_point_name: {
|
|
43099
|
-
description: string;
|
|
43100
|
-
type: string;
|
|
43101
|
-
};
|
|
43102
|
-
access_point_profile: {
|
|
43103
|
-
description: string;
|
|
43104
|
-
type: string;
|
|
43105
|
-
};
|
|
43106
|
-
};
|
|
43107
|
-
required: string[];
|
|
43108
|
-
type: string;
|
|
43109
|
-
};
|
|
43110
|
-
errors: {
|
|
43111
|
-
description: string;
|
|
43112
|
-
items: {
|
|
43113
|
-
properties: {
|
|
43114
|
-
error_code: {
|
|
43115
|
-
description: string;
|
|
43116
|
-
type: string;
|
|
43117
|
-
};
|
|
43118
|
-
message: {
|
|
43119
|
-
description: string;
|
|
43120
|
-
type: string;
|
|
43121
|
-
};
|
|
43122
|
-
};
|
|
43123
|
-
required: string[];
|
|
43124
|
-
type: string;
|
|
43125
|
-
};
|
|
43126
|
-
type: string;
|
|
43127
|
-
};
|
|
43128
|
-
hotek_metadata: {
|
|
43129
|
-
description: string;
|
|
43130
|
-
properties: {
|
|
43131
|
-
display_name: {
|
|
43132
|
-
description: string;
|
|
43133
|
-
type: string;
|
|
43134
|
-
};
|
|
43135
|
-
door_type: {
|
|
43136
|
-
description: string;
|
|
43137
|
-
enum: string[];
|
|
43138
|
-
type: string;
|
|
43139
|
-
};
|
|
43140
|
-
room_number: {
|
|
43141
|
-
description: string;
|
|
43142
|
-
type: string;
|
|
43143
|
-
};
|
|
43144
|
-
};
|
|
43145
|
-
required: string[];
|
|
43146
|
-
type: string;
|
|
43147
|
-
};
|
|
43148
|
-
latch_metadata: {
|
|
43149
|
-
description: string;
|
|
43150
|
-
properties: {
|
|
43151
|
-
accessibility_type: {
|
|
43152
|
-
description: string;
|
|
43153
|
-
type: string;
|
|
43154
|
-
};
|
|
43155
|
-
door_name: {
|
|
43156
|
-
description: string;
|
|
43157
|
-
type: string;
|
|
43158
|
-
};
|
|
43159
|
-
door_type: {
|
|
43160
|
-
description: string;
|
|
43161
|
-
type: string;
|
|
43162
|
-
};
|
|
43163
|
-
is_connected: {
|
|
43164
|
-
description: string;
|
|
43165
|
-
type: string;
|
|
43166
|
-
};
|
|
43167
|
-
};
|
|
43168
|
-
required: string[];
|
|
43169
|
-
type: string;
|
|
43170
|
-
};
|
|
43171
|
-
salto_ks_metadata: {
|
|
43172
|
-
description: string;
|
|
43173
|
-
properties: {
|
|
43174
|
-
battery_level: {
|
|
43175
|
-
description: string;
|
|
43176
|
-
type: string;
|
|
43177
|
-
};
|
|
43178
|
-
door_name: {
|
|
43179
|
-
description: string;
|
|
43180
|
-
type: string;
|
|
43181
|
-
};
|
|
43182
|
-
intrusion_alarm: {
|
|
43183
|
-
description: string;
|
|
43184
|
-
type: string;
|
|
43185
|
-
};
|
|
43186
|
-
left_open_alarm: {
|
|
43187
|
-
description: string;
|
|
43188
|
-
type: string;
|
|
43189
|
-
};
|
|
43190
|
-
lock_type: {
|
|
43191
|
-
description: string;
|
|
43192
|
-
type: string;
|
|
43193
|
-
};
|
|
43194
|
-
locked_state: {
|
|
43195
|
-
description: string;
|
|
43196
|
-
type: string;
|
|
43197
|
-
};
|
|
43198
|
-
online: {
|
|
43199
|
-
description: string;
|
|
43200
|
-
type: string;
|
|
43201
|
-
};
|
|
43202
|
-
privacy_mode: {
|
|
43203
|
-
description: string;
|
|
43204
|
-
type: string;
|
|
43205
|
-
};
|
|
43206
|
-
};
|
|
43207
|
-
required: string[];
|
|
43208
|
-
type: string;
|
|
43209
|
-
};
|
|
43210
|
-
salto_space_metadata: {
|
|
43211
|
-
description: string;
|
|
43212
|
-
properties: {
|
|
43213
|
-
door_description: {
|
|
43214
|
-
description: string;
|
|
43215
|
-
type: string;
|
|
43216
|
-
};
|
|
43217
|
-
door_id: {
|
|
43218
|
-
description: string;
|
|
43219
|
-
type: string;
|
|
43220
|
-
};
|
|
43221
|
-
door_name: {
|
|
43222
|
-
description: string;
|
|
43223
|
-
type: string;
|
|
43224
|
-
};
|
|
43225
|
-
ext_door_id: {
|
|
43226
|
-
deprecated: boolean;
|
|
43227
|
-
type: string;
|
|
43228
|
-
'x-deprecated': string;
|
|
43229
|
-
};
|
|
43230
|
-
room_description: {
|
|
43231
|
-
description: string;
|
|
43232
|
-
type: string;
|
|
43233
|
-
};
|
|
43234
|
-
room_name: {
|
|
43235
|
-
description: string;
|
|
43236
|
-
type: string;
|
|
43237
|
-
};
|
|
43238
|
-
};
|
|
43239
|
-
type: string;
|
|
43240
|
-
};
|
|
43241
|
-
space_ids: {
|
|
43242
|
-
items: {
|
|
43243
|
-
format: string;
|
|
43244
|
-
type: string;
|
|
43245
|
-
};
|
|
43246
|
-
type: string;
|
|
43247
|
-
};
|
|
43248
|
-
visionline_metadata: {
|
|
43249
|
-
description: string;
|
|
43250
|
-
properties: {
|
|
43251
|
-
door_category: {
|
|
43252
|
-
description: string;
|
|
43253
|
-
enum: string[];
|
|
43254
|
-
type: string;
|
|
43255
|
-
};
|
|
43256
|
-
door_name: {
|
|
43257
|
-
description: string;
|
|
43258
|
-
type: string;
|
|
43259
|
-
};
|
|
43260
|
-
profiles: {
|
|
43261
|
-
description: string;
|
|
43262
|
-
items: {
|
|
43263
|
-
properties: {
|
|
43264
|
-
visionline_door_profile_id: {
|
|
43265
|
-
description: string;
|
|
43266
|
-
type: string;
|
|
43267
|
-
};
|
|
43268
|
-
visionline_door_profile_type: {
|
|
43269
|
-
description: string;
|
|
43270
|
-
enum: string[];
|
|
43271
|
-
type: string;
|
|
43272
|
-
};
|
|
43273
|
-
};
|
|
43274
|
-
required: string[];
|
|
43275
|
-
type: string;
|
|
43276
|
-
};
|
|
43277
|
-
type: string;
|
|
43278
|
-
};
|
|
43279
|
-
};
|
|
43280
|
-
required: string[];
|
|
43281
|
-
type: string;
|
|
43282
|
-
};
|
|
43283
|
-
};
|
|
43284
|
-
required: string[];
|
|
43285
|
-
type: string;
|
|
43286
|
-
'x-route-path': string;
|
|
43154
|
+
$ref: string;
|
|
43287
43155
|
};
|
|
43288
43156
|
type: string;
|
|
43289
43157
|
};
|
|
@@ -45934,276 +45802,7 @@ declare const _default: {
|
|
|
45934
45802
|
properties: {
|
|
45935
45803
|
acs_entrances: {
|
|
45936
45804
|
items: {
|
|
45937
|
-
|
|
45938
|
-
properties: {
|
|
45939
|
-
acs_entrance_id: {
|
|
45940
|
-
description: string;
|
|
45941
|
-
format: string;
|
|
45942
|
-
type: string;
|
|
45943
|
-
};
|
|
45944
|
-
acs_system_id: {
|
|
45945
|
-
description: string;
|
|
45946
|
-
format: string;
|
|
45947
|
-
type: string;
|
|
45948
|
-
};
|
|
45949
|
-
assa_abloy_vostio_metadata: {
|
|
45950
|
-
description: string;
|
|
45951
|
-
properties: {
|
|
45952
|
-
door_name: {
|
|
45953
|
-
description: string;
|
|
45954
|
-
type: string;
|
|
45955
|
-
};
|
|
45956
|
-
door_number: {
|
|
45957
|
-
description: string;
|
|
45958
|
-
format: string;
|
|
45959
|
-
type: string;
|
|
45960
|
-
};
|
|
45961
|
-
door_type: {
|
|
45962
|
-
description: string;
|
|
45963
|
-
enum: string[];
|
|
45964
|
-
type: string;
|
|
45965
|
-
};
|
|
45966
|
-
pms_id: {
|
|
45967
|
-
description: string;
|
|
45968
|
-
type: string;
|
|
45969
|
-
};
|
|
45970
|
-
stand_open: {
|
|
45971
|
-
description: string;
|
|
45972
|
-
type: string;
|
|
45973
|
-
};
|
|
45974
|
-
};
|
|
45975
|
-
required: string[];
|
|
45976
|
-
type: string;
|
|
45977
|
-
};
|
|
45978
|
-
can_unlock_with_card: {
|
|
45979
|
-
description: string;
|
|
45980
|
-
type: string;
|
|
45981
|
-
};
|
|
45982
|
-
can_unlock_with_code: {
|
|
45983
|
-
description: string;
|
|
45984
|
-
type: string;
|
|
45985
|
-
};
|
|
45986
|
-
can_unlock_with_mobile_key: {
|
|
45987
|
-
description: string;
|
|
45988
|
-
type: string;
|
|
45989
|
-
};
|
|
45990
|
-
connected_account_id: {
|
|
45991
|
-
description: string;
|
|
45992
|
-
format: string;
|
|
45993
|
-
type: string;
|
|
45994
|
-
};
|
|
45995
|
-
created_at: {
|
|
45996
|
-
description: string;
|
|
45997
|
-
format: string;
|
|
45998
|
-
type: string;
|
|
45999
|
-
};
|
|
46000
|
-
display_name: {
|
|
46001
|
-
description: string;
|
|
46002
|
-
type: string;
|
|
46003
|
-
};
|
|
46004
|
-
dormakaba_ambiance_metadata: {
|
|
46005
|
-
description: string;
|
|
46006
|
-
properties: {
|
|
46007
|
-
access_point_name: {
|
|
46008
|
-
description: string;
|
|
46009
|
-
type: string;
|
|
46010
|
-
};
|
|
46011
|
-
};
|
|
46012
|
-
required: string[];
|
|
46013
|
-
type: string;
|
|
46014
|
-
};
|
|
46015
|
-
dormakaba_community_metadata: {
|
|
46016
|
-
description: string;
|
|
46017
|
-
properties: {
|
|
46018
|
-
access_point_name: {
|
|
46019
|
-
description: string;
|
|
46020
|
-
type: string;
|
|
46021
|
-
};
|
|
46022
|
-
access_point_profile: {
|
|
46023
|
-
description: string;
|
|
46024
|
-
type: string;
|
|
46025
|
-
};
|
|
46026
|
-
};
|
|
46027
|
-
required: string[];
|
|
46028
|
-
type: string;
|
|
46029
|
-
};
|
|
46030
|
-
errors: {
|
|
46031
|
-
description: string;
|
|
46032
|
-
items: {
|
|
46033
|
-
properties: {
|
|
46034
|
-
error_code: {
|
|
46035
|
-
description: string;
|
|
46036
|
-
type: string;
|
|
46037
|
-
};
|
|
46038
|
-
message: {
|
|
46039
|
-
description: string;
|
|
46040
|
-
type: string;
|
|
46041
|
-
};
|
|
46042
|
-
};
|
|
46043
|
-
required: string[];
|
|
46044
|
-
type: string;
|
|
46045
|
-
};
|
|
46046
|
-
type: string;
|
|
46047
|
-
};
|
|
46048
|
-
hotek_metadata: {
|
|
46049
|
-
description: string;
|
|
46050
|
-
properties: {
|
|
46051
|
-
display_name: {
|
|
46052
|
-
description: string;
|
|
46053
|
-
type: string;
|
|
46054
|
-
};
|
|
46055
|
-
door_type: {
|
|
46056
|
-
description: string;
|
|
46057
|
-
enum: string[];
|
|
46058
|
-
type: string;
|
|
46059
|
-
};
|
|
46060
|
-
room_number: {
|
|
46061
|
-
description: string;
|
|
46062
|
-
type: string;
|
|
46063
|
-
};
|
|
46064
|
-
};
|
|
46065
|
-
required: string[];
|
|
46066
|
-
type: string;
|
|
46067
|
-
};
|
|
46068
|
-
latch_metadata: {
|
|
46069
|
-
description: string;
|
|
46070
|
-
properties: {
|
|
46071
|
-
accessibility_type: {
|
|
46072
|
-
description: string;
|
|
46073
|
-
type: string;
|
|
46074
|
-
};
|
|
46075
|
-
door_name: {
|
|
46076
|
-
description: string;
|
|
46077
|
-
type: string;
|
|
46078
|
-
};
|
|
46079
|
-
door_type: {
|
|
46080
|
-
description: string;
|
|
46081
|
-
type: string;
|
|
46082
|
-
};
|
|
46083
|
-
is_connected: {
|
|
46084
|
-
description: string;
|
|
46085
|
-
type: string;
|
|
46086
|
-
};
|
|
46087
|
-
};
|
|
46088
|
-
required: string[];
|
|
46089
|
-
type: string;
|
|
46090
|
-
};
|
|
46091
|
-
salto_ks_metadata: {
|
|
46092
|
-
description: string;
|
|
46093
|
-
properties: {
|
|
46094
|
-
battery_level: {
|
|
46095
|
-
description: string;
|
|
46096
|
-
type: string;
|
|
46097
|
-
};
|
|
46098
|
-
door_name: {
|
|
46099
|
-
description: string;
|
|
46100
|
-
type: string;
|
|
46101
|
-
};
|
|
46102
|
-
intrusion_alarm: {
|
|
46103
|
-
description: string;
|
|
46104
|
-
type: string;
|
|
46105
|
-
};
|
|
46106
|
-
left_open_alarm: {
|
|
46107
|
-
description: string;
|
|
46108
|
-
type: string;
|
|
46109
|
-
};
|
|
46110
|
-
lock_type: {
|
|
46111
|
-
description: string;
|
|
46112
|
-
type: string;
|
|
46113
|
-
};
|
|
46114
|
-
locked_state: {
|
|
46115
|
-
description: string;
|
|
46116
|
-
type: string;
|
|
46117
|
-
};
|
|
46118
|
-
online: {
|
|
46119
|
-
description: string;
|
|
46120
|
-
type: string;
|
|
46121
|
-
};
|
|
46122
|
-
privacy_mode: {
|
|
46123
|
-
description: string;
|
|
46124
|
-
type: string;
|
|
46125
|
-
};
|
|
46126
|
-
};
|
|
46127
|
-
required: string[];
|
|
46128
|
-
type: string;
|
|
46129
|
-
};
|
|
46130
|
-
salto_space_metadata: {
|
|
46131
|
-
description: string;
|
|
46132
|
-
properties: {
|
|
46133
|
-
door_description: {
|
|
46134
|
-
description: string;
|
|
46135
|
-
type: string;
|
|
46136
|
-
};
|
|
46137
|
-
door_id: {
|
|
46138
|
-
description: string;
|
|
46139
|
-
type: string;
|
|
46140
|
-
};
|
|
46141
|
-
door_name: {
|
|
46142
|
-
description: string;
|
|
46143
|
-
type: string;
|
|
46144
|
-
};
|
|
46145
|
-
ext_door_id: {
|
|
46146
|
-
deprecated: boolean;
|
|
46147
|
-
type: string;
|
|
46148
|
-
'x-deprecated': string;
|
|
46149
|
-
};
|
|
46150
|
-
room_description: {
|
|
46151
|
-
description: string;
|
|
46152
|
-
type: string;
|
|
46153
|
-
};
|
|
46154
|
-
room_name: {
|
|
46155
|
-
description: string;
|
|
46156
|
-
type: string;
|
|
46157
|
-
};
|
|
46158
|
-
};
|
|
46159
|
-
type: string;
|
|
46160
|
-
};
|
|
46161
|
-
space_ids: {
|
|
46162
|
-
items: {
|
|
46163
|
-
format: string;
|
|
46164
|
-
type: string;
|
|
46165
|
-
};
|
|
46166
|
-
type: string;
|
|
46167
|
-
};
|
|
46168
|
-
visionline_metadata: {
|
|
46169
|
-
description: string;
|
|
46170
|
-
properties: {
|
|
46171
|
-
door_category: {
|
|
46172
|
-
description: string;
|
|
46173
|
-
enum: string[];
|
|
46174
|
-
type: string;
|
|
46175
|
-
};
|
|
46176
|
-
door_name: {
|
|
46177
|
-
description: string;
|
|
46178
|
-
type: string;
|
|
46179
|
-
};
|
|
46180
|
-
profiles: {
|
|
46181
|
-
description: string;
|
|
46182
|
-
items: {
|
|
46183
|
-
properties: {
|
|
46184
|
-
visionline_door_profile_id: {
|
|
46185
|
-
description: string;
|
|
46186
|
-
type: string;
|
|
46187
|
-
};
|
|
46188
|
-
visionline_door_profile_type: {
|
|
46189
|
-
description: string;
|
|
46190
|
-
enum: string[];
|
|
46191
|
-
type: string;
|
|
46192
|
-
};
|
|
46193
|
-
};
|
|
46194
|
-
required: string[];
|
|
46195
|
-
type: string;
|
|
46196
|
-
};
|
|
46197
|
-
type: string;
|
|
46198
|
-
};
|
|
46199
|
-
};
|
|
46200
|
-
required: string[];
|
|
46201
|
-
type: string;
|
|
46202
|
-
};
|
|
46203
|
-
};
|
|
46204
|
-
required: string[];
|
|
46205
|
-
type: string;
|
|
46206
|
-
'x-route-path': string;
|
|
45805
|
+
$ref: string;
|
|
46207
45806
|
};
|
|
46208
45807
|
type: string;
|
|
46209
45808
|
};
|