@seamapi/types 1.565.0 → 1.566.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 +287 -159
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +539 -403
- package/dist/index.cjs +287 -159
- package/dist/index.cjs.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/openapi.d.ts +520 -399
- package/lib/seam/connect/openapi.js +287 -159
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +19 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +12 -2
- package/src/lib/seam/connect/openapi.ts +288 -159
- package/src/lib/seam/connect/route-types.ts +83 -54
package/dist/connect.d.cts
CHANGED
|
@@ -80997,6 +80997,13 @@ declare const _default: {
|
|
|
80997
80997
|
description: string;
|
|
80998
80998
|
type: string;
|
|
80999
80999
|
};
|
|
81000
|
+
excluded_providers: {
|
|
81001
|
+
description: string;
|
|
81002
|
+
items: {
|
|
81003
|
+
type: string;
|
|
81004
|
+
};
|
|
81005
|
+
type: string;
|
|
81006
|
+
};
|
|
81000
81007
|
};
|
|
81001
81008
|
type: string;
|
|
81002
81009
|
};
|
|
@@ -81037,149 +81044,183 @@ declare const _default: {
|
|
|
81037
81044
|
properties: {
|
|
81038
81045
|
manage: {
|
|
81039
81046
|
oneOf: ({
|
|
81040
|
-
|
|
81041
|
-
|
|
81042
|
-
|
|
81047
|
+
oneOf: ({
|
|
81048
|
+
properties: {
|
|
81049
|
+
space_key: {
|
|
81050
|
+
type: string;
|
|
81051
|
+
};
|
|
81052
|
+
property_key?: never;
|
|
81053
|
+
room_key?: never;
|
|
81054
|
+
common_area_key?: never;
|
|
81055
|
+
unit_key?: never;
|
|
81056
|
+
facility_key?: never;
|
|
81057
|
+
building_key?: never;
|
|
81058
|
+
listing_key?: never;
|
|
81059
|
+
property_listing_key?: never;
|
|
81043
81060
|
};
|
|
81044
|
-
|
|
81045
|
-
|
|
81046
|
-
|
|
81047
|
-
|
|
81048
|
-
|
|
81049
|
-
|
|
81050
|
-
|
|
81051
|
-
|
|
81052
|
-
|
|
81053
|
-
|
|
81054
|
-
|
|
81055
|
-
|
|
81056
|
-
|
|
81057
|
-
|
|
81058
|
-
|
|
81061
|
+
required: string[];
|
|
81062
|
+
type: string;
|
|
81063
|
+
} | {
|
|
81064
|
+
properties: {
|
|
81065
|
+
property_key: {
|
|
81066
|
+
type: string;
|
|
81067
|
+
};
|
|
81068
|
+
space_key?: never;
|
|
81069
|
+
room_key?: never;
|
|
81070
|
+
common_area_key?: never;
|
|
81071
|
+
unit_key?: never;
|
|
81072
|
+
facility_key?: never;
|
|
81073
|
+
building_key?: never;
|
|
81074
|
+
listing_key?: never;
|
|
81075
|
+
property_listing_key?: never;
|
|
81059
81076
|
};
|
|
81060
|
-
|
|
81061
|
-
|
|
81062
|
-
|
|
81063
|
-
|
|
81064
|
-
|
|
81065
|
-
|
|
81066
|
-
|
|
81067
|
-
|
|
81068
|
-
|
|
81069
|
-
|
|
81070
|
-
|
|
81071
|
-
|
|
81072
|
-
|
|
81073
|
-
|
|
81074
|
-
|
|
81077
|
+
required: string[];
|
|
81078
|
+
type: string;
|
|
81079
|
+
} | {
|
|
81080
|
+
properties: {
|
|
81081
|
+
room_key: {
|
|
81082
|
+
type: string;
|
|
81083
|
+
};
|
|
81084
|
+
space_key?: never;
|
|
81085
|
+
property_key?: never;
|
|
81086
|
+
common_area_key?: never;
|
|
81087
|
+
unit_key?: never;
|
|
81088
|
+
facility_key?: never;
|
|
81089
|
+
building_key?: never;
|
|
81090
|
+
listing_key?: never;
|
|
81091
|
+
property_listing_key?: never;
|
|
81075
81092
|
};
|
|
81076
|
-
|
|
81077
|
-
|
|
81078
|
-
|
|
81079
|
-
|
|
81080
|
-
|
|
81081
|
-
|
|
81082
|
-
|
|
81083
|
-
|
|
81084
|
-
|
|
81085
|
-
|
|
81086
|
-
|
|
81087
|
-
|
|
81088
|
-
|
|
81089
|
-
|
|
81090
|
-
|
|
81093
|
+
required: string[];
|
|
81094
|
+
type: string;
|
|
81095
|
+
} | {
|
|
81096
|
+
properties: {
|
|
81097
|
+
common_area_key: {
|
|
81098
|
+
type: string;
|
|
81099
|
+
};
|
|
81100
|
+
space_key?: never;
|
|
81101
|
+
property_key?: never;
|
|
81102
|
+
room_key?: never;
|
|
81103
|
+
unit_key?: never;
|
|
81104
|
+
facility_key?: never;
|
|
81105
|
+
building_key?: never;
|
|
81106
|
+
listing_key?: never;
|
|
81107
|
+
property_listing_key?: never;
|
|
81091
81108
|
};
|
|
81092
|
-
|
|
81093
|
-
|
|
81094
|
-
|
|
81095
|
-
|
|
81096
|
-
|
|
81097
|
-
|
|
81098
|
-
|
|
81099
|
-
|
|
81100
|
-
|
|
81101
|
-
|
|
81102
|
-
|
|
81103
|
-
|
|
81104
|
-
|
|
81105
|
-
|
|
81106
|
-
|
|
81109
|
+
required: string[];
|
|
81110
|
+
type: string;
|
|
81111
|
+
} | {
|
|
81112
|
+
properties: {
|
|
81113
|
+
unit_key: {
|
|
81114
|
+
type: string;
|
|
81115
|
+
};
|
|
81116
|
+
space_key?: never;
|
|
81117
|
+
property_key?: never;
|
|
81118
|
+
room_key?: never;
|
|
81119
|
+
common_area_key?: never;
|
|
81120
|
+
facility_key?: never;
|
|
81121
|
+
building_key?: never;
|
|
81122
|
+
listing_key?: never;
|
|
81123
|
+
property_listing_key?: never;
|
|
81107
81124
|
};
|
|
81108
|
-
|
|
81109
|
-
|
|
81110
|
-
|
|
81111
|
-
|
|
81112
|
-
|
|
81113
|
-
|
|
81114
|
-
|
|
81115
|
-
|
|
81116
|
-
|
|
81117
|
-
|
|
81118
|
-
|
|
81119
|
-
|
|
81120
|
-
|
|
81121
|
-
|
|
81122
|
-
|
|
81125
|
+
required: string[];
|
|
81126
|
+
type: string;
|
|
81127
|
+
} | {
|
|
81128
|
+
properties: {
|
|
81129
|
+
facility_key: {
|
|
81130
|
+
type: string;
|
|
81131
|
+
};
|
|
81132
|
+
space_key?: never;
|
|
81133
|
+
property_key?: never;
|
|
81134
|
+
room_key?: never;
|
|
81135
|
+
common_area_key?: never;
|
|
81136
|
+
unit_key?: never;
|
|
81137
|
+
building_key?: never;
|
|
81138
|
+
listing_key?: never;
|
|
81139
|
+
property_listing_key?: never;
|
|
81123
81140
|
};
|
|
81124
|
-
|
|
81125
|
-
|
|
81126
|
-
|
|
81127
|
-
|
|
81128
|
-
|
|
81129
|
-
|
|
81130
|
-
|
|
81131
|
-
|
|
81132
|
-
|
|
81133
|
-
|
|
81134
|
-
|
|
81135
|
-
|
|
81136
|
-
|
|
81137
|
-
|
|
81138
|
-
|
|
81141
|
+
required: string[];
|
|
81142
|
+
type: string;
|
|
81143
|
+
} | {
|
|
81144
|
+
properties: {
|
|
81145
|
+
building_key: {
|
|
81146
|
+
type: string;
|
|
81147
|
+
};
|
|
81148
|
+
space_key?: never;
|
|
81149
|
+
property_key?: never;
|
|
81150
|
+
room_key?: never;
|
|
81151
|
+
common_area_key?: never;
|
|
81152
|
+
unit_key?: never;
|
|
81153
|
+
facility_key?: never;
|
|
81154
|
+
listing_key?: never;
|
|
81155
|
+
property_listing_key?: never;
|
|
81139
81156
|
};
|
|
81140
|
-
|
|
81141
|
-
|
|
81142
|
-
|
|
81143
|
-
|
|
81144
|
-
|
|
81145
|
-
|
|
81146
|
-
|
|
81147
|
-
|
|
81148
|
-
|
|
81149
|
-
|
|
81150
|
-
|
|
81151
|
-
|
|
81152
|
-
|
|
81153
|
-
|
|
81154
|
-
|
|
81157
|
+
required: string[];
|
|
81158
|
+
type: string;
|
|
81159
|
+
} | {
|
|
81160
|
+
properties: {
|
|
81161
|
+
listing_key: {
|
|
81162
|
+
type: string;
|
|
81163
|
+
};
|
|
81164
|
+
space_key?: never;
|
|
81165
|
+
property_key?: never;
|
|
81166
|
+
room_key?: never;
|
|
81167
|
+
common_area_key?: never;
|
|
81168
|
+
unit_key?: never;
|
|
81169
|
+
facility_key?: never;
|
|
81170
|
+
building_key?: never;
|
|
81171
|
+
property_listing_key?: never;
|
|
81155
81172
|
};
|
|
81156
|
-
|
|
81157
|
-
|
|
81158
|
-
|
|
81159
|
-
|
|
81160
|
-
|
|
81161
|
-
|
|
81162
|
-
|
|
81163
|
-
|
|
81164
|
-
|
|
81165
|
-
|
|
81166
|
-
|
|
81173
|
+
required: string[];
|
|
81174
|
+
type: string;
|
|
81175
|
+
} | {
|
|
81176
|
+
properties: {
|
|
81177
|
+
property_listing_key: {
|
|
81178
|
+
type: string;
|
|
81179
|
+
};
|
|
81180
|
+
space_key?: never;
|
|
81181
|
+
property_key?: never;
|
|
81182
|
+
room_key?: never;
|
|
81183
|
+
common_area_key?: never;
|
|
81184
|
+
unit_key?: never;
|
|
81185
|
+
facility_key?: never;
|
|
81186
|
+
building_key?: never;
|
|
81187
|
+
listing_key?: never;
|
|
81188
|
+
};
|
|
81189
|
+
required: string[];
|
|
81190
|
+
type: string;
|
|
81191
|
+
})[];
|
|
81167
81192
|
} | {
|
|
81168
|
-
|
|
81169
|
-
|
|
81170
|
-
|
|
81193
|
+
oneOf: ({
|
|
81194
|
+
properties: {
|
|
81195
|
+
reservation_key: {
|
|
81196
|
+
type: string;
|
|
81197
|
+
};
|
|
81198
|
+
booking_key?: never;
|
|
81199
|
+
access_grant_key?: never;
|
|
81171
81200
|
};
|
|
81172
|
-
|
|
81173
|
-
|
|
81174
|
-
|
|
81175
|
-
|
|
81176
|
-
|
|
81177
|
-
|
|
81178
|
-
|
|
81179
|
-
|
|
81180
|
-
|
|
81181
|
-
|
|
81182
|
-
|
|
81201
|
+
required: string[];
|
|
81202
|
+
type: string;
|
|
81203
|
+
} | {
|
|
81204
|
+
properties: {
|
|
81205
|
+
booking_key: {
|
|
81206
|
+
type: string;
|
|
81207
|
+
};
|
|
81208
|
+
reservation_key?: never;
|
|
81209
|
+
access_grant_key?: never;
|
|
81210
|
+
};
|
|
81211
|
+
required: string[];
|
|
81212
|
+
type: string;
|
|
81213
|
+
} | {
|
|
81214
|
+
properties: {
|
|
81215
|
+
access_grant_key: {
|
|
81216
|
+
type: string;
|
|
81217
|
+
};
|
|
81218
|
+
reservation_key?: never;
|
|
81219
|
+
booking_key?: never;
|
|
81220
|
+
};
|
|
81221
|
+
required: string[];
|
|
81222
|
+
type: string;
|
|
81223
|
+
})[];
|
|
81183
81224
|
})[];
|
|
81184
81225
|
};
|
|
81185
81226
|
};
|
|
@@ -91510,6 +91551,12 @@ declare const _default: {
|
|
|
91510
91551
|
exclude: {
|
|
91511
91552
|
type: string;
|
|
91512
91553
|
};
|
|
91554
|
+
excluded_providers: {
|
|
91555
|
+
items: {
|
|
91556
|
+
type: string;
|
|
91557
|
+
};
|
|
91558
|
+
type: string;
|
|
91559
|
+
};
|
|
91513
91560
|
};
|
|
91514
91561
|
type: string;
|
|
91515
91562
|
};
|
|
@@ -91539,149 +91586,183 @@ declare const _default: {
|
|
|
91539
91586
|
properties: {
|
|
91540
91587
|
manage: {
|
|
91541
91588
|
oneOf: ({
|
|
91542
|
-
|
|
91543
|
-
|
|
91544
|
-
|
|
91589
|
+
oneOf: ({
|
|
91590
|
+
properties: {
|
|
91591
|
+
space_key: {
|
|
91592
|
+
type: string;
|
|
91593
|
+
};
|
|
91594
|
+
property_key?: never;
|
|
91595
|
+
room_key?: never;
|
|
91596
|
+
common_area_key?: never;
|
|
91597
|
+
unit_key?: never;
|
|
91598
|
+
facility_key?: never;
|
|
91599
|
+
building_key?: never;
|
|
91600
|
+
listing_key?: never;
|
|
91601
|
+
property_listing_key?: never;
|
|
91545
91602
|
};
|
|
91546
|
-
|
|
91547
|
-
|
|
91548
|
-
|
|
91549
|
-
|
|
91550
|
-
|
|
91551
|
-
|
|
91552
|
-
|
|
91553
|
-
|
|
91554
|
-
|
|
91555
|
-
|
|
91556
|
-
|
|
91557
|
-
|
|
91558
|
-
|
|
91559
|
-
|
|
91560
|
-
|
|
91603
|
+
required: string[];
|
|
91604
|
+
type: string;
|
|
91605
|
+
} | {
|
|
91606
|
+
properties: {
|
|
91607
|
+
property_key: {
|
|
91608
|
+
type: string;
|
|
91609
|
+
};
|
|
91610
|
+
space_key?: never;
|
|
91611
|
+
room_key?: never;
|
|
91612
|
+
common_area_key?: never;
|
|
91613
|
+
unit_key?: never;
|
|
91614
|
+
facility_key?: never;
|
|
91615
|
+
building_key?: never;
|
|
91616
|
+
listing_key?: never;
|
|
91617
|
+
property_listing_key?: never;
|
|
91561
91618
|
};
|
|
91562
|
-
|
|
91563
|
-
|
|
91564
|
-
|
|
91565
|
-
|
|
91566
|
-
|
|
91567
|
-
|
|
91568
|
-
|
|
91569
|
-
|
|
91570
|
-
|
|
91571
|
-
|
|
91572
|
-
|
|
91573
|
-
|
|
91574
|
-
|
|
91575
|
-
|
|
91576
|
-
|
|
91619
|
+
required: string[];
|
|
91620
|
+
type: string;
|
|
91621
|
+
} | {
|
|
91622
|
+
properties: {
|
|
91623
|
+
room_key: {
|
|
91624
|
+
type: string;
|
|
91625
|
+
};
|
|
91626
|
+
space_key?: never;
|
|
91627
|
+
property_key?: never;
|
|
91628
|
+
common_area_key?: never;
|
|
91629
|
+
unit_key?: never;
|
|
91630
|
+
facility_key?: never;
|
|
91631
|
+
building_key?: never;
|
|
91632
|
+
listing_key?: never;
|
|
91633
|
+
property_listing_key?: never;
|
|
91577
91634
|
};
|
|
91578
|
-
|
|
91579
|
-
|
|
91580
|
-
|
|
91581
|
-
|
|
91582
|
-
|
|
91583
|
-
|
|
91584
|
-
|
|
91585
|
-
|
|
91586
|
-
|
|
91587
|
-
|
|
91588
|
-
|
|
91589
|
-
|
|
91590
|
-
|
|
91591
|
-
|
|
91592
|
-
|
|
91635
|
+
required: string[];
|
|
91636
|
+
type: string;
|
|
91637
|
+
} | {
|
|
91638
|
+
properties: {
|
|
91639
|
+
common_area_key: {
|
|
91640
|
+
type: string;
|
|
91641
|
+
};
|
|
91642
|
+
space_key?: never;
|
|
91643
|
+
property_key?: never;
|
|
91644
|
+
room_key?: never;
|
|
91645
|
+
unit_key?: never;
|
|
91646
|
+
facility_key?: never;
|
|
91647
|
+
building_key?: never;
|
|
91648
|
+
listing_key?: never;
|
|
91649
|
+
property_listing_key?: never;
|
|
91593
91650
|
};
|
|
91594
|
-
|
|
91595
|
-
|
|
91596
|
-
|
|
91597
|
-
|
|
91598
|
-
|
|
91599
|
-
|
|
91600
|
-
|
|
91601
|
-
|
|
91602
|
-
|
|
91603
|
-
|
|
91604
|
-
|
|
91605
|
-
|
|
91606
|
-
|
|
91607
|
-
|
|
91608
|
-
|
|
91651
|
+
required: string[];
|
|
91652
|
+
type: string;
|
|
91653
|
+
} | {
|
|
91654
|
+
properties: {
|
|
91655
|
+
unit_key: {
|
|
91656
|
+
type: string;
|
|
91657
|
+
};
|
|
91658
|
+
space_key?: never;
|
|
91659
|
+
property_key?: never;
|
|
91660
|
+
room_key?: never;
|
|
91661
|
+
common_area_key?: never;
|
|
91662
|
+
facility_key?: never;
|
|
91663
|
+
building_key?: never;
|
|
91664
|
+
listing_key?: never;
|
|
91665
|
+
property_listing_key?: never;
|
|
91609
91666
|
};
|
|
91610
|
-
|
|
91611
|
-
|
|
91612
|
-
|
|
91613
|
-
|
|
91614
|
-
|
|
91615
|
-
|
|
91616
|
-
|
|
91617
|
-
|
|
91618
|
-
|
|
91619
|
-
|
|
91620
|
-
|
|
91621
|
-
|
|
91622
|
-
|
|
91623
|
-
|
|
91624
|
-
|
|
91667
|
+
required: string[];
|
|
91668
|
+
type: string;
|
|
91669
|
+
} | {
|
|
91670
|
+
properties: {
|
|
91671
|
+
facility_key: {
|
|
91672
|
+
type: string;
|
|
91673
|
+
};
|
|
91674
|
+
space_key?: never;
|
|
91675
|
+
property_key?: never;
|
|
91676
|
+
room_key?: never;
|
|
91677
|
+
common_area_key?: never;
|
|
91678
|
+
unit_key?: never;
|
|
91679
|
+
building_key?: never;
|
|
91680
|
+
listing_key?: never;
|
|
91681
|
+
property_listing_key?: never;
|
|
91625
91682
|
};
|
|
91626
|
-
|
|
91627
|
-
|
|
91628
|
-
|
|
91629
|
-
|
|
91630
|
-
|
|
91631
|
-
|
|
91632
|
-
|
|
91633
|
-
|
|
91634
|
-
|
|
91635
|
-
|
|
91636
|
-
|
|
91637
|
-
|
|
91638
|
-
|
|
91639
|
-
|
|
91640
|
-
|
|
91683
|
+
required: string[];
|
|
91684
|
+
type: string;
|
|
91685
|
+
} | {
|
|
91686
|
+
properties: {
|
|
91687
|
+
building_key: {
|
|
91688
|
+
type: string;
|
|
91689
|
+
};
|
|
91690
|
+
space_key?: never;
|
|
91691
|
+
property_key?: never;
|
|
91692
|
+
room_key?: never;
|
|
91693
|
+
common_area_key?: never;
|
|
91694
|
+
unit_key?: never;
|
|
91695
|
+
facility_key?: never;
|
|
91696
|
+
listing_key?: never;
|
|
91697
|
+
property_listing_key?: never;
|
|
91641
91698
|
};
|
|
91642
|
-
|
|
91643
|
-
|
|
91644
|
-
|
|
91645
|
-
|
|
91646
|
-
|
|
91647
|
-
|
|
91648
|
-
|
|
91649
|
-
|
|
91650
|
-
|
|
91651
|
-
|
|
91652
|
-
|
|
91653
|
-
|
|
91654
|
-
|
|
91655
|
-
|
|
91656
|
-
|
|
91699
|
+
required: string[];
|
|
91700
|
+
type: string;
|
|
91701
|
+
} | {
|
|
91702
|
+
properties: {
|
|
91703
|
+
listing_key: {
|
|
91704
|
+
type: string;
|
|
91705
|
+
};
|
|
91706
|
+
space_key?: never;
|
|
91707
|
+
property_key?: never;
|
|
91708
|
+
room_key?: never;
|
|
91709
|
+
common_area_key?: never;
|
|
91710
|
+
unit_key?: never;
|
|
91711
|
+
facility_key?: never;
|
|
91712
|
+
building_key?: never;
|
|
91713
|
+
property_listing_key?: never;
|
|
91657
91714
|
};
|
|
91658
|
-
|
|
91659
|
-
|
|
91660
|
-
|
|
91661
|
-
|
|
91662
|
-
|
|
91663
|
-
|
|
91664
|
-
|
|
91665
|
-
|
|
91666
|
-
|
|
91667
|
-
|
|
91668
|
-
|
|
91715
|
+
required: string[];
|
|
91716
|
+
type: string;
|
|
91717
|
+
} | {
|
|
91718
|
+
properties: {
|
|
91719
|
+
property_listing_key: {
|
|
91720
|
+
type: string;
|
|
91721
|
+
};
|
|
91722
|
+
space_key?: never;
|
|
91723
|
+
property_key?: never;
|
|
91724
|
+
room_key?: never;
|
|
91725
|
+
common_area_key?: never;
|
|
91726
|
+
unit_key?: never;
|
|
91727
|
+
facility_key?: never;
|
|
91728
|
+
building_key?: never;
|
|
91729
|
+
listing_key?: never;
|
|
91730
|
+
};
|
|
91731
|
+
required: string[];
|
|
91732
|
+
type: string;
|
|
91733
|
+
})[];
|
|
91669
91734
|
} | {
|
|
91670
|
-
|
|
91671
|
-
|
|
91672
|
-
|
|
91735
|
+
oneOf: ({
|
|
91736
|
+
properties: {
|
|
91737
|
+
reservation_key: {
|
|
91738
|
+
type: string;
|
|
91739
|
+
};
|
|
91740
|
+
booking_key?: never;
|
|
91741
|
+
access_grant_key?: never;
|
|
91673
91742
|
};
|
|
91674
|
-
|
|
91675
|
-
|
|
91676
|
-
|
|
91677
|
-
|
|
91678
|
-
|
|
91679
|
-
|
|
91680
|
-
|
|
91681
|
-
|
|
91682
|
-
|
|
91683
|
-
|
|
91684
|
-
|
|
91743
|
+
required: string[];
|
|
91744
|
+
type: string;
|
|
91745
|
+
} | {
|
|
91746
|
+
properties: {
|
|
91747
|
+
booking_key: {
|
|
91748
|
+
type: string;
|
|
91749
|
+
};
|
|
91750
|
+
reservation_key?: never;
|
|
91751
|
+
access_grant_key?: never;
|
|
91752
|
+
};
|
|
91753
|
+
required: string[];
|
|
91754
|
+
type: string;
|
|
91755
|
+
} | {
|
|
91756
|
+
properties: {
|
|
91757
|
+
access_grant_key: {
|
|
91758
|
+
type: string;
|
|
91759
|
+
};
|
|
91760
|
+
reservation_key?: never;
|
|
91761
|
+
booking_key?: never;
|
|
91762
|
+
};
|
|
91763
|
+
required: string[];
|
|
91764
|
+
type: string;
|
|
91765
|
+
})[];
|
|
91685
91766
|
})[];
|
|
91686
91767
|
};
|
|
91687
91768
|
};
|
|
@@ -91774,6 +91855,12 @@ declare const _default: {
|
|
|
91774
91855
|
exclude: {
|
|
91775
91856
|
type: string;
|
|
91776
91857
|
};
|
|
91858
|
+
excluded_providers: {
|
|
91859
|
+
items: {
|
|
91860
|
+
type: string;
|
|
91861
|
+
};
|
|
91862
|
+
type: string;
|
|
91863
|
+
};
|
|
91777
91864
|
};
|
|
91778
91865
|
type: string;
|
|
91779
91866
|
};
|
|
@@ -91803,149 +91890,183 @@ declare const _default: {
|
|
|
91803
91890
|
properties: {
|
|
91804
91891
|
manage: {
|
|
91805
91892
|
oneOf: ({
|
|
91806
|
-
|
|
91807
|
-
|
|
91808
|
-
|
|
91893
|
+
oneOf: ({
|
|
91894
|
+
properties: {
|
|
91895
|
+
space_key: {
|
|
91896
|
+
type: string;
|
|
91897
|
+
};
|
|
91898
|
+
property_key?: never;
|
|
91899
|
+
room_key?: never;
|
|
91900
|
+
common_area_key?: never;
|
|
91901
|
+
unit_key?: never;
|
|
91902
|
+
facility_key?: never;
|
|
91903
|
+
building_key?: never;
|
|
91904
|
+
listing_key?: never;
|
|
91905
|
+
property_listing_key?: never;
|
|
91809
91906
|
};
|
|
91810
|
-
|
|
91811
|
-
|
|
91812
|
-
|
|
91813
|
-
|
|
91814
|
-
|
|
91815
|
-
|
|
91816
|
-
|
|
91817
|
-
|
|
91818
|
-
|
|
91819
|
-
|
|
91820
|
-
|
|
91821
|
-
|
|
91822
|
-
|
|
91823
|
-
|
|
91824
|
-
|
|
91907
|
+
required: string[];
|
|
91908
|
+
type: string;
|
|
91909
|
+
} | {
|
|
91910
|
+
properties: {
|
|
91911
|
+
property_key: {
|
|
91912
|
+
type: string;
|
|
91913
|
+
};
|
|
91914
|
+
space_key?: never;
|
|
91915
|
+
room_key?: never;
|
|
91916
|
+
common_area_key?: never;
|
|
91917
|
+
unit_key?: never;
|
|
91918
|
+
facility_key?: never;
|
|
91919
|
+
building_key?: never;
|
|
91920
|
+
listing_key?: never;
|
|
91921
|
+
property_listing_key?: never;
|
|
91825
91922
|
};
|
|
91826
|
-
|
|
91827
|
-
|
|
91828
|
-
|
|
91829
|
-
|
|
91830
|
-
|
|
91831
|
-
|
|
91832
|
-
|
|
91833
|
-
|
|
91834
|
-
|
|
91835
|
-
|
|
91836
|
-
|
|
91837
|
-
|
|
91838
|
-
|
|
91839
|
-
|
|
91840
|
-
|
|
91923
|
+
required: string[];
|
|
91924
|
+
type: string;
|
|
91925
|
+
} | {
|
|
91926
|
+
properties: {
|
|
91927
|
+
room_key: {
|
|
91928
|
+
type: string;
|
|
91929
|
+
};
|
|
91930
|
+
space_key?: never;
|
|
91931
|
+
property_key?: never;
|
|
91932
|
+
common_area_key?: never;
|
|
91933
|
+
unit_key?: never;
|
|
91934
|
+
facility_key?: never;
|
|
91935
|
+
building_key?: never;
|
|
91936
|
+
listing_key?: never;
|
|
91937
|
+
property_listing_key?: never;
|
|
91841
91938
|
};
|
|
91842
|
-
|
|
91843
|
-
|
|
91844
|
-
|
|
91845
|
-
|
|
91846
|
-
|
|
91847
|
-
|
|
91848
|
-
|
|
91849
|
-
|
|
91850
|
-
|
|
91851
|
-
|
|
91852
|
-
|
|
91853
|
-
|
|
91854
|
-
|
|
91855
|
-
|
|
91856
|
-
|
|
91939
|
+
required: string[];
|
|
91940
|
+
type: string;
|
|
91941
|
+
} | {
|
|
91942
|
+
properties: {
|
|
91943
|
+
common_area_key: {
|
|
91944
|
+
type: string;
|
|
91945
|
+
};
|
|
91946
|
+
space_key?: never;
|
|
91947
|
+
property_key?: never;
|
|
91948
|
+
room_key?: never;
|
|
91949
|
+
unit_key?: never;
|
|
91950
|
+
facility_key?: never;
|
|
91951
|
+
building_key?: never;
|
|
91952
|
+
listing_key?: never;
|
|
91953
|
+
property_listing_key?: never;
|
|
91857
91954
|
};
|
|
91858
|
-
|
|
91859
|
-
|
|
91860
|
-
|
|
91861
|
-
|
|
91862
|
-
|
|
91863
|
-
|
|
91864
|
-
|
|
91865
|
-
|
|
91866
|
-
|
|
91867
|
-
|
|
91868
|
-
|
|
91869
|
-
|
|
91870
|
-
|
|
91871
|
-
|
|
91872
|
-
|
|
91955
|
+
required: string[];
|
|
91956
|
+
type: string;
|
|
91957
|
+
} | {
|
|
91958
|
+
properties: {
|
|
91959
|
+
unit_key: {
|
|
91960
|
+
type: string;
|
|
91961
|
+
};
|
|
91962
|
+
space_key?: never;
|
|
91963
|
+
property_key?: never;
|
|
91964
|
+
room_key?: never;
|
|
91965
|
+
common_area_key?: never;
|
|
91966
|
+
facility_key?: never;
|
|
91967
|
+
building_key?: never;
|
|
91968
|
+
listing_key?: never;
|
|
91969
|
+
property_listing_key?: never;
|
|
91873
91970
|
};
|
|
91874
|
-
|
|
91875
|
-
|
|
91876
|
-
|
|
91877
|
-
|
|
91878
|
-
|
|
91879
|
-
|
|
91880
|
-
|
|
91881
|
-
|
|
91882
|
-
|
|
91883
|
-
|
|
91884
|
-
|
|
91885
|
-
|
|
91886
|
-
|
|
91887
|
-
|
|
91888
|
-
|
|
91971
|
+
required: string[];
|
|
91972
|
+
type: string;
|
|
91973
|
+
} | {
|
|
91974
|
+
properties: {
|
|
91975
|
+
facility_key: {
|
|
91976
|
+
type: string;
|
|
91977
|
+
};
|
|
91978
|
+
space_key?: never;
|
|
91979
|
+
property_key?: never;
|
|
91980
|
+
room_key?: never;
|
|
91981
|
+
common_area_key?: never;
|
|
91982
|
+
unit_key?: never;
|
|
91983
|
+
building_key?: never;
|
|
91984
|
+
listing_key?: never;
|
|
91985
|
+
property_listing_key?: never;
|
|
91889
91986
|
};
|
|
91890
|
-
|
|
91891
|
-
|
|
91892
|
-
|
|
91893
|
-
|
|
91894
|
-
|
|
91895
|
-
|
|
91896
|
-
|
|
91897
|
-
|
|
91898
|
-
|
|
91899
|
-
|
|
91900
|
-
|
|
91901
|
-
|
|
91902
|
-
|
|
91903
|
-
|
|
91904
|
-
|
|
91987
|
+
required: string[];
|
|
91988
|
+
type: string;
|
|
91989
|
+
} | {
|
|
91990
|
+
properties: {
|
|
91991
|
+
building_key: {
|
|
91992
|
+
type: string;
|
|
91993
|
+
};
|
|
91994
|
+
space_key?: never;
|
|
91995
|
+
property_key?: never;
|
|
91996
|
+
room_key?: never;
|
|
91997
|
+
common_area_key?: never;
|
|
91998
|
+
unit_key?: never;
|
|
91999
|
+
facility_key?: never;
|
|
92000
|
+
listing_key?: never;
|
|
92001
|
+
property_listing_key?: never;
|
|
91905
92002
|
};
|
|
91906
|
-
|
|
91907
|
-
|
|
91908
|
-
|
|
91909
|
-
|
|
91910
|
-
|
|
91911
|
-
|
|
91912
|
-
|
|
91913
|
-
|
|
91914
|
-
|
|
91915
|
-
|
|
91916
|
-
|
|
91917
|
-
|
|
91918
|
-
|
|
91919
|
-
|
|
91920
|
-
|
|
92003
|
+
required: string[];
|
|
92004
|
+
type: string;
|
|
92005
|
+
} | {
|
|
92006
|
+
properties: {
|
|
92007
|
+
listing_key: {
|
|
92008
|
+
type: string;
|
|
92009
|
+
};
|
|
92010
|
+
space_key?: never;
|
|
92011
|
+
property_key?: never;
|
|
92012
|
+
room_key?: never;
|
|
92013
|
+
common_area_key?: never;
|
|
92014
|
+
unit_key?: never;
|
|
92015
|
+
facility_key?: never;
|
|
92016
|
+
building_key?: never;
|
|
92017
|
+
property_listing_key?: never;
|
|
91921
92018
|
};
|
|
91922
|
-
|
|
91923
|
-
|
|
91924
|
-
|
|
91925
|
-
|
|
91926
|
-
|
|
91927
|
-
|
|
91928
|
-
|
|
91929
|
-
|
|
91930
|
-
|
|
91931
|
-
|
|
91932
|
-
|
|
92019
|
+
required: string[];
|
|
92020
|
+
type: string;
|
|
92021
|
+
} | {
|
|
92022
|
+
properties: {
|
|
92023
|
+
property_listing_key: {
|
|
92024
|
+
type: string;
|
|
92025
|
+
};
|
|
92026
|
+
space_key?: never;
|
|
92027
|
+
property_key?: never;
|
|
92028
|
+
room_key?: never;
|
|
92029
|
+
common_area_key?: never;
|
|
92030
|
+
unit_key?: never;
|
|
92031
|
+
facility_key?: never;
|
|
92032
|
+
building_key?: never;
|
|
92033
|
+
listing_key?: never;
|
|
92034
|
+
};
|
|
92035
|
+
required: string[];
|
|
92036
|
+
type: string;
|
|
92037
|
+
})[];
|
|
91933
92038
|
} | {
|
|
91934
|
-
|
|
91935
|
-
|
|
91936
|
-
|
|
92039
|
+
oneOf: ({
|
|
92040
|
+
properties: {
|
|
92041
|
+
reservation_key: {
|
|
92042
|
+
type: string;
|
|
92043
|
+
};
|
|
92044
|
+
booking_key?: never;
|
|
92045
|
+
access_grant_key?: never;
|
|
91937
92046
|
};
|
|
91938
|
-
|
|
91939
|
-
|
|
91940
|
-
|
|
91941
|
-
|
|
91942
|
-
|
|
91943
|
-
|
|
91944
|
-
|
|
91945
|
-
|
|
91946
|
-
|
|
91947
|
-
|
|
91948
|
-
|
|
92047
|
+
required: string[];
|
|
92048
|
+
type: string;
|
|
92049
|
+
} | {
|
|
92050
|
+
properties: {
|
|
92051
|
+
booking_key: {
|
|
92052
|
+
type: string;
|
|
92053
|
+
};
|
|
92054
|
+
reservation_key?: never;
|
|
92055
|
+
access_grant_key?: never;
|
|
92056
|
+
};
|
|
92057
|
+
required: string[];
|
|
92058
|
+
type: string;
|
|
92059
|
+
} | {
|
|
92060
|
+
properties: {
|
|
92061
|
+
access_grant_key: {
|
|
92062
|
+
type: string;
|
|
92063
|
+
};
|
|
92064
|
+
reservation_key?: never;
|
|
92065
|
+
booking_key?: never;
|
|
92066
|
+
};
|
|
92067
|
+
required: string[];
|
|
92068
|
+
type: string;
|
|
92069
|
+
})[];
|
|
91949
92070
|
})[];
|
|
91950
92071
|
};
|
|
91951
92072
|
};
|
|
@@ -140873,6 +140994,8 @@ type Routes = {
|
|
|
140873
140994
|
connect?: {
|
|
140874
140995
|
/** Whether to exclude this feature from the portal. */
|
|
140875
140996
|
exclude?: boolean;
|
|
140997
|
+
/** List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account. */
|
|
140998
|
+
excluded_providers?: string[] | undefined;
|
|
140876
140999
|
};
|
|
140877
141000
|
/** Configuration for the manage devices feature. */
|
|
140878
141001
|
manage_devices?: {
|
|
@@ -140898,7 +141021,7 @@ type Routes = {
|
|
|
140898
141021
|
is_embedded?: boolean;
|
|
140899
141022
|
/** Configuration for the landing page when the portal loads. */
|
|
140900
141023
|
landing_page?: {
|
|
140901
|
-
manage?: ({
|
|
141024
|
+
manage?: (({
|
|
140902
141025
|
space_key: string;
|
|
140903
141026
|
} | {
|
|
140904
141027
|
property_key: string;
|
|
@@ -140916,7 +141039,13 @@ type Routes = {
|
|
|
140916
141039
|
listing_key: string;
|
|
140917
141040
|
} | {
|
|
140918
141041
|
property_listing_key: string;
|
|
140919
|
-
}) |
|
|
141042
|
+
}) | ({
|
|
141043
|
+
reservation_key: string;
|
|
141044
|
+
} | {
|
|
141045
|
+
booking_key: string;
|
|
141046
|
+
} | {
|
|
141047
|
+
access_grant_key: string;
|
|
141048
|
+
})) | undefined;
|
|
140920
141049
|
} | undefined;
|
|
140921
141050
|
} & {
|
|
140922
141051
|
customer_data?: {
|
|
@@ -167841,6 +167970,7 @@ type Routes = {
|
|
|
167841
167970
|
features?: {
|
|
167842
167971
|
connect?: {
|
|
167843
167972
|
exclude?: boolean | undefined;
|
|
167973
|
+
excluded_providers?: string[] | undefined;
|
|
167844
167974
|
} | undefined;
|
|
167845
167975
|
manage_devices?: {
|
|
167846
167976
|
exclude?: boolean | undefined;
|
|
@@ -167856,7 +167986,7 @@ type Routes = {
|
|
|
167856
167986
|
} | undefined;
|
|
167857
167987
|
is_embedded?: boolean | undefined;
|
|
167858
167988
|
landing_page?: {
|
|
167859
|
-
manage?: ({
|
|
167989
|
+
manage?: (({
|
|
167860
167990
|
space_key: string;
|
|
167861
167991
|
} | {
|
|
167862
167992
|
property_key: string;
|
|
@@ -167874,7 +168004,13 @@ type Routes = {
|
|
|
167874
168004
|
listing_key: string;
|
|
167875
168005
|
} | {
|
|
167876
168006
|
property_listing_key: string;
|
|
167877
|
-
}) |
|
|
168007
|
+
}) | ({
|
|
168008
|
+
reservation_key: string;
|
|
168009
|
+
} | {
|
|
168010
|
+
booking_key: string;
|
|
168011
|
+
} | {
|
|
168012
|
+
access_grant_key: string;
|
|
168013
|
+
})) | undefined;
|
|
167878
168014
|
} | undefined;
|
|
167879
168015
|
/** Business vertical of the customer portal. */
|
|
167880
168016
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|