@seamapi/types 1.597.0 → 1.599.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 +174 -11
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +191 -13
- package/dist/index.cjs +174 -11
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +370 -0
- package/lib/seam/connect/models/customer/customer-portal.js +21 -6
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +143 -0
- package/lib/seam/connect/openapi.js +174 -11
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +48 -13
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +39 -19
- package/src/lib/seam/connect/openapi.ts +211 -11
- package/src/lib/seam/connect/route-types.ts +54 -31
package/dist/connect.d.cts
CHANGED
|
@@ -82958,6 +82958,10 @@ declare const _default: {
|
|
|
82958
82958
|
connect: {
|
|
82959
82959
|
exclude: boolean;
|
|
82960
82960
|
};
|
|
82961
|
+
manage: {
|
|
82962
|
+
exclude: boolean;
|
|
82963
|
+
exclude_reservation_management: boolean;
|
|
82964
|
+
};
|
|
82961
82965
|
manage_devices: {
|
|
82962
82966
|
exclude: boolean;
|
|
82963
82967
|
};
|
|
@@ -83020,6 +83024,23 @@ declare const _default: {
|
|
|
83020
83024
|
};
|
|
83021
83025
|
type: string;
|
|
83022
83026
|
};
|
|
83027
|
+
manage: {
|
|
83028
|
+
default: {};
|
|
83029
|
+
description: string;
|
|
83030
|
+
properties: {
|
|
83031
|
+
exclude: {
|
|
83032
|
+
default: boolean;
|
|
83033
|
+
description: string;
|
|
83034
|
+
type: string;
|
|
83035
|
+
};
|
|
83036
|
+
exclude_reservation_management: {
|
|
83037
|
+
default: boolean;
|
|
83038
|
+
description: string;
|
|
83039
|
+
type: string;
|
|
83040
|
+
};
|
|
83041
|
+
};
|
|
83042
|
+
type: string;
|
|
83043
|
+
};
|
|
83023
83044
|
manage_devices: {
|
|
83024
83045
|
default: {};
|
|
83025
83046
|
description: string;
|
|
@@ -93744,27 +93765,54 @@ declare const _default: {
|
|
|
93744
93765
|
type: string;
|
|
93745
93766
|
};
|
|
93746
93767
|
features: {
|
|
93768
|
+
default: {
|
|
93769
|
+
$ref: string;
|
|
93770
|
+
};
|
|
93747
93771
|
properties: {
|
|
93748
93772
|
configure: {
|
|
93773
|
+
default: {
|
|
93774
|
+
$ref: string;
|
|
93775
|
+
};
|
|
93776
|
+
description: string;
|
|
93749
93777
|
properties: {
|
|
93750
93778
|
allow_access_automation_rule_customization: {
|
|
93779
|
+
default: boolean;
|
|
93780
|
+
description: string;
|
|
93751
93781
|
type: string;
|
|
93752
93782
|
};
|
|
93753
93783
|
allow_instant_key_customization: {
|
|
93784
|
+
default: boolean;
|
|
93785
|
+
description: string;
|
|
93754
93786
|
type: string;
|
|
93755
93787
|
};
|
|
93756
93788
|
exclude: {
|
|
93789
|
+
default: boolean;
|
|
93790
|
+
description: string;
|
|
93757
93791
|
type: string;
|
|
93758
93792
|
};
|
|
93759
93793
|
};
|
|
93760
93794
|
type: string;
|
|
93761
93795
|
};
|
|
93762
93796
|
connect: {
|
|
93797
|
+
default: {
|
|
93798
|
+
$ref: string;
|
|
93799
|
+
};
|
|
93800
|
+
description: string;
|
|
93763
93801
|
properties: {
|
|
93802
|
+
accepted_providers: {
|
|
93803
|
+
description: string;
|
|
93804
|
+
items: {
|
|
93805
|
+
type: string;
|
|
93806
|
+
};
|
|
93807
|
+
type: string;
|
|
93808
|
+
};
|
|
93764
93809
|
exclude: {
|
|
93810
|
+
default: boolean;
|
|
93811
|
+
description: string;
|
|
93765
93812
|
type: string;
|
|
93766
93813
|
};
|
|
93767
93814
|
excluded_providers: {
|
|
93815
|
+
description: string;
|
|
93768
93816
|
items: {
|
|
93769
93817
|
type: string;
|
|
93770
93818
|
};
|
|
@@ -93773,17 +93821,48 @@ declare const _default: {
|
|
|
93773
93821
|
};
|
|
93774
93822
|
type: string;
|
|
93775
93823
|
};
|
|
93824
|
+
manage: {
|
|
93825
|
+
default: {
|
|
93826
|
+
$ref: string;
|
|
93827
|
+
};
|
|
93828
|
+
description: string;
|
|
93829
|
+
properties: {
|
|
93830
|
+
exclude: {
|
|
93831
|
+
default: boolean;
|
|
93832
|
+
description: string;
|
|
93833
|
+
type: string;
|
|
93834
|
+
};
|
|
93835
|
+
exclude_reservation_management: {
|
|
93836
|
+
default: boolean;
|
|
93837
|
+
description: string;
|
|
93838
|
+
type: string;
|
|
93839
|
+
};
|
|
93840
|
+
};
|
|
93841
|
+
type: string;
|
|
93842
|
+
};
|
|
93776
93843
|
manage_devices: {
|
|
93844
|
+
default: {
|
|
93845
|
+
$ref: string;
|
|
93846
|
+
};
|
|
93847
|
+
description: string;
|
|
93777
93848
|
properties: {
|
|
93778
93849
|
exclude: {
|
|
93850
|
+
default: boolean;
|
|
93851
|
+
description: string;
|
|
93779
93852
|
type: string;
|
|
93780
93853
|
};
|
|
93781
93854
|
};
|
|
93782
93855
|
type: string;
|
|
93783
93856
|
};
|
|
93784
93857
|
organize: {
|
|
93858
|
+
default: {
|
|
93859
|
+
$ref: string;
|
|
93860
|
+
};
|
|
93861
|
+
description: string;
|
|
93785
93862
|
properties: {
|
|
93786
93863
|
exclude: {
|
|
93864
|
+
default: boolean;
|
|
93865
|
+
description: string;
|
|
93787
93866
|
type: string;
|
|
93788
93867
|
};
|
|
93789
93868
|
};
|
|
@@ -93793,9 +93872,12 @@ declare const _default: {
|
|
|
93793
93872
|
type: string;
|
|
93794
93873
|
};
|
|
93795
93874
|
is_embedded: {
|
|
93875
|
+
default: boolean;
|
|
93876
|
+
description: string;
|
|
93796
93877
|
type: string;
|
|
93797
93878
|
};
|
|
93798
93879
|
landing_page: {
|
|
93880
|
+
description: string;
|
|
93799
93881
|
properties: {
|
|
93800
93882
|
manage: {
|
|
93801
93883
|
oneOf: ({
|
|
@@ -94074,27 +94156,54 @@ declare const _default: {
|
|
|
94074
94156
|
type: string;
|
|
94075
94157
|
};
|
|
94076
94158
|
features: {
|
|
94159
|
+
default: {
|
|
94160
|
+
$ref: string;
|
|
94161
|
+
};
|
|
94077
94162
|
properties: {
|
|
94078
94163
|
configure: {
|
|
94164
|
+
default: {
|
|
94165
|
+
$ref: string;
|
|
94166
|
+
};
|
|
94167
|
+
description: string;
|
|
94079
94168
|
properties: {
|
|
94080
94169
|
allow_access_automation_rule_customization: {
|
|
94170
|
+
default: boolean;
|
|
94171
|
+
description: string;
|
|
94081
94172
|
type: string;
|
|
94082
94173
|
};
|
|
94083
94174
|
allow_instant_key_customization: {
|
|
94175
|
+
default: boolean;
|
|
94176
|
+
description: string;
|
|
94084
94177
|
type: string;
|
|
94085
94178
|
};
|
|
94086
94179
|
exclude: {
|
|
94180
|
+
default: boolean;
|
|
94181
|
+
description: string;
|
|
94087
94182
|
type: string;
|
|
94088
94183
|
};
|
|
94089
94184
|
};
|
|
94090
94185
|
type: string;
|
|
94091
94186
|
};
|
|
94092
94187
|
connect: {
|
|
94188
|
+
default: {
|
|
94189
|
+
$ref: string;
|
|
94190
|
+
};
|
|
94191
|
+
description: string;
|
|
94093
94192
|
properties: {
|
|
94193
|
+
accepted_providers: {
|
|
94194
|
+
description: string;
|
|
94195
|
+
items: {
|
|
94196
|
+
type: string;
|
|
94197
|
+
};
|
|
94198
|
+
type: string;
|
|
94199
|
+
};
|
|
94094
94200
|
exclude: {
|
|
94201
|
+
default: boolean;
|
|
94202
|
+
description: string;
|
|
94095
94203
|
type: string;
|
|
94096
94204
|
};
|
|
94097
94205
|
excluded_providers: {
|
|
94206
|
+
description: string;
|
|
94098
94207
|
items: {
|
|
94099
94208
|
type: string;
|
|
94100
94209
|
};
|
|
@@ -94103,17 +94212,48 @@ declare const _default: {
|
|
|
94103
94212
|
};
|
|
94104
94213
|
type: string;
|
|
94105
94214
|
};
|
|
94215
|
+
manage: {
|
|
94216
|
+
default: {
|
|
94217
|
+
$ref: string;
|
|
94218
|
+
};
|
|
94219
|
+
description: string;
|
|
94220
|
+
properties: {
|
|
94221
|
+
exclude: {
|
|
94222
|
+
default: boolean;
|
|
94223
|
+
description: string;
|
|
94224
|
+
type: string;
|
|
94225
|
+
};
|
|
94226
|
+
exclude_reservation_management: {
|
|
94227
|
+
default: boolean;
|
|
94228
|
+
description: string;
|
|
94229
|
+
type: string;
|
|
94230
|
+
};
|
|
94231
|
+
};
|
|
94232
|
+
type: string;
|
|
94233
|
+
};
|
|
94106
94234
|
manage_devices: {
|
|
94235
|
+
default: {
|
|
94236
|
+
$ref: string;
|
|
94237
|
+
};
|
|
94238
|
+
description: string;
|
|
94107
94239
|
properties: {
|
|
94108
94240
|
exclude: {
|
|
94241
|
+
default: boolean;
|
|
94242
|
+
description: string;
|
|
94109
94243
|
type: string;
|
|
94110
94244
|
};
|
|
94111
94245
|
};
|
|
94112
94246
|
type: string;
|
|
94113
94247
|
};
|
|
94114
94248
|
organize: {
|
|
94249
|
+
default: {
|
|
94250
|
+
$ref: string;
|
|
94251
|
+
};
|
|
94252
|
+
description: string;
|
|
94115
94253
|
properties: {
|
|
94116
94254
|
exclude: {
|
|
94255
|
+
default: boolean;
|
|
94256
|
+
description: string;
|
|
94117
94257
|
type: string;
|
|
94118
94258
|
};
|
|
94119
94259
|
};
|
|
@@ -94123,9 +94263,12 @@ declare const _default: {
|
|
|
94123
94263
|
type: string;
|
|
94124
94264
|
};
|
|
94125
94265
|
is_embedded: {
|
|
94266
|
+
default: boolean;
|
|
94267
|
+
description: string;
|
|
94126
94268
|
type: string;
|
|
94127
94269
|
};
|
|
94128
94270
|
landing_page: {
|
|
94271
|
+
description: string;
|
|
94129
94272
|
properties: {
|
|
94130
94273
|
manage: {
|
|
94131
94274
|
oneOf: ({
|
|
@@ -139145,7 +139288,17 @@ type Routes = {
|
|
|
139145
139288
|
/** List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account. */
|
|
139146
139289
|
excluded_providers?: string[] | undefined;
|
|
139147
139290
|
};
|
|
139148
|
-
/** Configuration for the manage
|
|
139291
|
+
/** Configuration for the manage feature. */
|
|
139292
|
+
manage?: {
|
|
139293
|
+
/** Whether to exclude this feature from the portal. */
|
|
139294
|
+
exclude?: boolean;
|
|
139295
|
+
/** Indicates whether the customer can manage reservations for their properties. */
|
|
139296
|
+
exclude_reservation_management?: boolean;
|
|
139297
|
+
};
|
|
139298
|
+
/** Configuration for the manage devices feature.
|
|
139299
|
+
---
|
|
139300
|
+
deprecated: Use `manage` instead.
|
|
139301
|
+
--- */
|
|
139149
139302
|
manage_devices?: {
|
|
139150
139303
|
/** Whether to exclude this feature from the portal. */
|
|
139151
139304
|
exclude?: boolean;
|
|
@@ -166274,23 +166427,48 @@ type Routes = {
|
|
|
166274
166427
|
jsonResponse: {
|
|
166275
166428
|
customer_portal: {
|
|
166276
166429
|
features?: {
|
|
166430
|
+
/** Configuration for the connect accounts feature. */
|
|
166277
166431
|
connect?: {
|
|
166278
|
-
exclude
|
|
166432
|
+
/** Whether to exclude this feature from the portal. */
|
|
166433
|
+
exclude?: boolean;
|
|
166434
|
+
/** List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account. */
|
|
166435
|
+
accepted_providers?: string[] | undefined;
|
|
166436
|
+
/** List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account. */
|
|
166279
166437
|
excluded_providers?: string[] | undefined;
|
|
166280
|
-
}
|
|
166438
|
+
};
|
|
166439
|
+
/** Configuration for the manage feature. */
|
|
166440
|
+
manage?: {
|
|
166441
|
+
/** Whether to exclude this feature from the portal. */
|
|
166442
|
+
exclude?: boolean;
|
|
166443
|
+
/** Indicates whether the customer can manage reservations for their properties. */
|
|
166444
|
+
exclude_reservation_management?: boolean;
|
|
166445
|
+
};
|
|
166446
|
+
/** Configuration for the manage devices feature.
|
|
166447
|
+
---
|
|
166448
|
+
deprecated: Use `manage` instead.
|
|
166449
|
+
--- */
|
|
166281
166450
|
manage_devices?: {
|
|
166282
|
-
exclude
|
|
166283
|
-
|
|
166451
|
+
/** Whether to exclude this feature from the portal. */
|
|
166452
|
+
exclude?: boolean;
|
|
166453
|
+
};
|
|
166454
|
+
/** Configuration for the organize feature. */
|
|
166284
166455
|
organize?: {
|
|
166285
|
-
exclude
|
|
166286
|
-
|
|
166456
|
+
/** Whether to exclude this feature from the portal. */
|
|
166457
|
+
exclude?: boolean;
|
|
166458
|
+
};
|
|
166459
|
+
/** Configuration for the configure feature. */
|
|
166287
166460
|
configure?: {
|
|
166288
|
-
exclude
|
|
166289
|
-
|
|
166290
|
-
|
|
166291
|
-
|
|
166292
|
-
|
|
166293
|
-
|
|
166461
|
+
/** Whether to exclude this feature from the portal. */
|
|
166462
|
+
exclude?: boolean;
|
|
166463
|
+
/** Indicates whether the customer can customize the access automation rules for their properties. */
|
|
166464
|
+
allow_access_automation_rule_customization?: boolean;
|
|
166465
|
+
/** Indicates whether the customer can customize the Instant Key profile for their properties. */
|
|
166466
|
+
allow_instant_key_customization?: boolean;
|
|
166467
|
+
};
|
|
166468
|
+
};
|
|
166469
|
+
/** Whether the portal is embedded in another application. */
|
|
166470
|
+
is_embedded?: boolean;
|
|
166471
|
+
/** Configuration for the landing page when the portal loads. */
|
|
166294
166472
|
landing_page?: {
|
|
166295
166473
|
manage?: (({
|
|
166296
166474
|
space_key: string;
|
package/dist/index.cjs
CHANGED
|
@@ -42830,6 +42830,10 @@ var openapi_default = {
|
|
|
42830
42830
|
exclude: false
|
|
42831
42831
|
},
|
|
42832
42832
|
connect: { exclude: false },
|
|
42833
|
+
manage: {
|
|
42834
|
+
exclude: false,
|
|
42835
|
+
exclude_reservation_management: false
|
|
42836
|
+
},
|
|
42833
42837
|
manage_devices: { exclude: false },
|
|
42834
42838
|
organize: { exclude: false }
|
|
42835
42839
|
},
|
|
@@ -42884,9 +42888,26 @@ var openapi_default = {
|
|
|
42884
42888
|
},
|
|
42885
42889
|
type: "object"
|
|
42886
42890
|
},
|
|
42891
|
+
manage: {
|
|
42892
|
+
default: {},
|
|
42893
|
+
description: "Configuration for the manage feature.",
|
|
42894
|
+
properties: {
|
|
42895
|
+
exclude: {
|
|
42896
|
+
default: false,
|
|
42897
|
+
description: "Whether to exclude this feature from the portal.",
|
|
42898
|
+
type: "boolean"
|
|
42899
|
+
},
|
|
42900
|
+
exclude_reservation_management: {
|
|
42901
|
+
default: false,
|
|
42902
|
+
description: "Indicates whether the customer can manage reservations for their properties.",
|
|
42903
|
+
type: "boolean"
|
|
42904
|
+
}
|
|
42905
|
+
},
|
|
42906
|
+
type: "object"
|
|
42907
|
+
},
|
|
42887
42908
|
manage_devices: {
|
|
42888
42909
|
default: {},
|
|
42889
|
-
description: "Configuration for the manage devices feature
|
|
42910
|
+
description: "Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---",
|
|
42890
42911
|
properties: {
|
|
42891
42912
|
exclude: {
|
|
42892
42913
|
default: false,
|
|
@@ -53571,42 +53592,113 @@ var openapi_default = {
|
|
|
53571
53592
|
type: "string"
|
|
53572
53593
|
},
|
|
53573
53594
|
features: {
|
|
53595
|
+
default: { $ref: "#/components/schemas/access_code" },
|
|
53574
53596
|
properties: {
|
|
53575
53597
|
configure: {
|
|
53598
|
+
default: {
|
|
53599
|
+
$ref: "#/components/schemas/access_code"
|
|
53600
|
+
},
|
|
53601
|
+
description: "Configuration for the configure feature.",
|
|
53576
53602
|
properties: {
|
|
53577
53603
|
allow_access_automation_rule_customization: {
|
|
53604
|
+
default: false,
|
|
53605
|
+
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
53578
53606
|
type: "boolean"
|
|
53579
53607
|
},
|
|
53580
53608
|
allow_instant_key_customization: {
|
|
53609
|
+
default: false,
|
|
53610
|
+
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|
|
53581
53611
|
type: "boolean"
|
|
53582
53612
|
},
|
|
53583
|
-
exclude: {
|
|
53613
|
+
exclude: {
|
|
53614
|
+
default: false,
|
|
53615
|
+
description: "Whether to exclude this feature from the portal.",
|
|
53616
|
+
type: "boolean"
|
|
53617
|
+
}
|
|
53584
53618
|
},
|
|
53585
53619
|
type: "object"
|
|
53586
53620
|
},
|
|
53587
53621
|
connect: {
|
|
53622
|
+
default: {
|
|
53623
|
+
$ref: "#/components/schemas/access_code"
|
|
53624
|
+
},
|
|
53625
|
+
description: "Configuration for the connect accounts feature.",
|
|
53588
53626
|
properties: {
|
|
53589
|
-
|
|
53627
|
+
accepted_providers: {
|
|
53628
|
+
description: "List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.",
|
|
53629
|
+
items: { type: "string" },
|
|
53630
|
+
type: "array"
|
|
53631
|
+
},
|
|
53632
|
+
exclude: {
|
|
53633
|
+
default: false,
|
|
53634
|
+
description: "Whether to exclude this feature from the portal.",
|
|
53635
|
+
type: "boolean"
|
|
53636
|
+
},
|
|
53590
53637
|
excluded_providers: {
|
|
53638
|
+
description: "List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account.",
|
|
53591
53639
|
items: { type: "string" },
|
|
53592
53640
|
type: "array"
|
|
53593
53641
|
}
|
|
53594
53642
|
},
|
|
53595
53643
|
type: "object"
|
|
53596
53644
|
},
|
|
53645
|
+
manage: {
|
|
53646
|
+
default: {
|
|
53647
|
+
$ref: "#/components/schemas/access_code"
|
|
53648
|
+
},
|
|
53649
|
+
description: "Configuration for the manage feature.",
|
|
53650
|
+
properties: {
|
|
53651
|
+
exclude: {
|
|
53652
|
+
default: false,
|
|
53653
|
+
description: "Whether to exclude this feature from the portal.",
|
|
53654
|
+
type: "boolean"
|
|
53655
|
+
},
|
|
53656
|
+
exclude_reservation_management: {
|
|
53657
|
+
default: false,
|
|
53658
|
+
description: "Indicates whether the customer can manage reservations for their properties.",
|
|
53659
|
+
type: "boolean"
|
|
53660
|
+
}
|
|
53661
|
+
},
|
|
53662
|
+
type: "object"
|
|
53663
|
+
},
|
|
53597
53664
|
manage_devices: {
|
|
53598
|
-
|
|
53665
|
+
default: {
|
|
53666
|
+
$ref: "#/components/schemas/access_code"
|
|
53667
|
+
},
|
|
53668
|
+
description: "Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---",
|
|
53669
|
+
properties: {
|
|
53670
|
+
exclude: {
|
|
53671
|
+
default: false,
|
|
53672
|
+
description: "Whether to exclude this feature from the portal.",
|
|
53673
|
+
type: "boolean"
|
|
53674
|
+
}
|
|
53675
|
+
},
|
|
53599
53676
|
type: "object"
|
|
53600
53677
|
},
|
|
53601
53678
|
organize: {
|
|
53602
|
-
|
|
53679
|
+
default: {
|
|
53680
|
+
$ref: "#/components/schemas/access_code"
|
|
53681
|
+
},
|
|
53682
|
+
description: "Configuration for the organize feature.",
|
|
53683
|
+
properties: {
|
|
53684
|
+
exclude: {
|
|
53685
|
+
default: false,
|
|
53686
|
+
description: "Whether to exclude this feature from the portal.",
|
|
53687
|
+
type: "boolean"
|
|
53688
|
+
}
|
|
53689
|
+
},
|
|
53603
53690
|
type: "object"
|
|
53604
53691
|
}
|
|
53605
53692
|
},
|
|
53606
53693
|
type: "object"
|
|
53607
53694
|
},
|
|
53608
|
-
is_embedded: {
|
|
53695
|
+
is_embedded: {
|
|
53696
|
+
default: false,
|
|
53697
|
+
description: "Whether the portal is embedded in another application.",
|
|
53698
|
+
type: "boolean"
|
|
53699
|
+
},
|
|
53609
53700
|
landing_page: {
|
|
53701
|
+
description: "Configuration for the landing page when the portal loads.",
|
|
53610
53702
|
properties: {
|
|
53611
53703
|
manage: {
|
|
53612
53704
|
oneOf: [
|
|
@@ -53781,42 +53873,113 @@ var openapi_default = {
|
|
|
53781
53873
|
type: "string"
|
|
53782
53874
|
},
|
|
53783
53875
|
features: {
|
|
53876
|
+
default: { $ref: "#/components/schemas/access_code" },
|
|
53784
53877
|
properties: {
|
|
53785
53878
|
configure: {
|
|
53879
|
+
default: {
|
|
53880
|
+
$ref: "#/components/schemas/access_code"
|
|
53881
|
+
},
|
|
53882
|
+
description: "Configuration for the configure feature.",
|
|
53786
53883
|
properties: {
|
|
53787
53884
|
allow_access_automation_rule_customization: {
|
|
53885
|
+
default: false,
|
|
53886
|
+
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
53788
53887
|
type: "boolean"
|
|
53789
53888
|
},
|
|
53790
53889
|
allow_instant_key_customization: {
|
|
53890
|
+
default: false,
|
|
53891
|
+
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|
|
53791
53892
|
type: "boolean"
|
|
53792
53893
|
},
|
|
53793
|
-
exclude: {
|
|
53894
|
+
exclude: {
|
|
53895
|
+
default: false,
|
|
53896
|
+
description: "Whether to exclude this feature from the portal.",
|
|
53897
|
+
type: "boolean"
|
|
53898
|
+
}
|
|
53794
53899
|
},
|
|
53795
53900
|
type: "object"
|
|
53796
53901
|
},
|
|
53797
53902
|
connect: {
|
|
53903
|
+
default: {
|
|
53904
|
+
$ref: "#/components/schemas/access_code"
|
|
53905
|
+
},
|
|
53906
|
+
description: "Configuration for the connect accounts feature.",
|
|
53798
53907
|
properties: {
|
|
53799
|
-
|
|
53908
|
+
accepted_providers: {
|
|
53909
|
+
description: "List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.",
|
|
53910
|
+
items: { type: "string" },
|
|
53911
|
+
type: "array"
|
|
53912
|
+
},
|
|
53913
|
+
exclude: {
|
|
53914
|
+
default: false,
|
|
53915
|
+
description: "Whether to exclude this feature from the portal.",
|
|
53916
|
+
type: "boolean"
|
|
53917
|
+
},
|
|
53800
53918
|
excluded_providers: {
|
|
53919
|
+
description: "List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account.",
|
|
53801
53920
|
items: { type: "string" },
|
|
53802
53921
|
type: "array"
|
|
53803
53922
|
}
|
|
53804
53923
|
},
|
|
53805
53924
|
type: "object"
|
|
53806
53925
|
},
|
|
53926
|
+
manage: {
|
|
53927
|
+
default: {
|
|
53928
|
+
$ref: "#/components/schemas/access_code"
|
|
53929
|
+
},
|
|
53930
|
+
description: "Configuration for the manage feature.",
|
|
53931
|
+
properties: {
|
|
53932
|
+
exclude: {
|
|
53933
|
+
default: false,
|
|
53934
|
+
description: "Whether to exclude this feature from the portal.",
|
|
53935
|
+
type: "boolean"
|
|
53936
|
+
},
|
|
53937
|
+
exclude_reservation_management: {
|
|
53938
|
+
default: false,
|
|
53939
|
+
description: "Indicates whether the customer can manage reservations for their properties.",
|
|
53940
|
+
type: "boolean"
|
|
53941
|
+
}
|
|
53942
|
+
},
|
|
53943
|
+
type: "object"
|
|
53944
|
+
},
|
|
53807
53945
|
manage_devices: {
|
|
53808
|
-
|
|
53946
|
+
default: {
|
|
53947
|
+
$ref: "#/components/schemas/access_code"
|
|
53948
|
+
},
|
|
53949
|
+
description: "Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---",
|
|
53950
|
+
properties: {
|
|
53951
|
+
exclude: {
|
|
53952
|
+
default: false,
|
|
53953
|
+
description: "Whether to exclude this feature from the portal.",
|
|
53954
|
+
type: "boolean"
|
|
53955
|
+
}
|
|
53956
|
+
},
|
|
53809
53957
|
type: "object"
|
|
53810
53958
|
},
|
|
53811
53959
|
organize: {
|
|
53812
|
-
|
|
53960
|
+
default: {
|
|
53961
|
+
$ref: "#/components/schemas/access_code"
|
|
53962
|
+
},
|
|
53963
|
+
description: "Configuration for the organize feature.",
|
|
53964
|
+
properties: {
|
|
53965
|
+
exclude: {
|
|
53966
|
+
default: false,
|
|
53967
|
+
description: "Whether to exclude this feature from the portal.",
|
|
53968
|
+
type: "boolean"
|
|
53969
|
+
}
|
|
53970
|
+
},
|
|
53813
53971
|
type: "object"
|
|
53814
53972
|
}
|
|
53815
53973
|
},
|
|
53816
53974
|
type: "object"
|
|
53817
53975
|
},
|
|
53818
|
-
is_embedded: {
|
|
53976
|
+
is_embedded: {
|
|
53977
|
+
default: false,
|
|
53978
|
+
description: "Whether the portal is embedded in another application.",
|
|
53979
|
+
type: "boolean"
|
|
53980
|
+
},
|
|
53819
53981
|
landing_page: {
|
|
53982
|
+
description: "Configuration for the landing page when the portal loads.",
|
|
53820
53983
|
properties: {
|
|
53821
53984
|
manage: {
|
|
53822
53985
|
oneOf: [
|