@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
|
@@ -31568,6 +31568,10 @@ declare const _default: {
|
|
|
31568
31568
|
connect: {
|
|
31569
31569
|
exclude: boolean;
|
|
31570
31570
|
};
|
|
31571
|
+
manage: {
|
|
31572
|
+
exclude: boolean;
|
|
31573
|
+
exclude_reservation_management: boolean;
|
|
31574
|
+
};
|
|
31571
31575
|
manage_devices: {
|
|
31572
31576
|
exclude: boolean;
|
|
31573
31577
|
};
|
|
@@ -31630,6 +31634,23 @@ declare const _default: {
|
|
|
31630
31634
|
};
|
|
31631
31635
|
type: string;
|
|
31632
31636
|
};
|
|
31637
|
+
manage: {
|
|
31638
|
+
default: {};
|
|
31639
|
+
description: string;
|
|
31640
|
+
properties: {
|
|
31641
|
+
exclude: {
|
|
31642
|
+
default: boolean;
|
|
31643
|
+
description: string;
|
|
31644
|
+
type: string;
|
|
31645
|
+
};
|
|
31646
|
+
exclude_reservation_management: {
|
|
31647
|
+
default: boolean;
|
|
31648
|
+
description: string;
|
|
31649
|
+
type: string;
|
|
31650
|
+
};
|
|
31651
|
+
};
|
|
31652
|
+
type: string;
|
|
31653
|
+
};
|
|
31633
31654
|
manage_devices: {
|
|
31634
31655
|
default: {};
|
|
31635
31656
|
description: string;
|
|
@@ -42354,27 +42375,54 @@ declare const _default: {
|
|
|
42354
42375
|
type: string;
|
|
42355
42376
|
};
|
|
42356
42377
|
features: {
|
|
42378
|
+
default: {
|
|
42379
|
+
$ref: string;
|
|
42380
|
+
};
|
|
42357
42381
|
properties: {
|
|
42358
42382
|
configure: {
|
|
42383
|
+
default: {
|
|
42384
|
+
$ref: string;
|
|
42385
|
+
};
|
|
42386
|
+
description: string;
|
|
42359
42387
|
properties: {
|
|
42360
42388
|
allow_access_automation_rule_customization: {
|
|
42389
|
+
default: boolean;
|
|
42390
|
+
description: string;
|
|
42361
42391
|
type: string;
|
|
42362
42392
|
};
|
|
42363
42393
|
allow_instant_key_customization: {
|
|
42394
|
+
default: boolean;
|
|
42395
|
+
description: string;
|
|
42364
42396
|
type: string;
|
|
42365
42397
|
};
|
|
42366
42398
|
exclude: {
|
|
42399
|
+
default: boolean;
|
|
42400
|
+
description: string;
|
|
42367
42401
|
type: string;
|
|
42368
42402
|
};
|
|
42369
42403
|
};
|
|
42370
42404
|
type: string;
|
|
42371
42405
|
};
|
|
42372
42406
|
connect: {
|
|
42407
|
+
default: {
|
|
42408
|
+
$ref: string;
|
|
42409
|
+
};
|
|
42410
|
+
description: string;
|
|
42373
42411
|
properties: {
|
|
42412
|
+
accepted_providers: {
|
|
42413
|
+
description: string;
|
|
42414
|
+
items: {
|
|
42415
|
+
type: string;
|
|
42416
|
+
};
|
|
42417
|
+
type: string;
|
|
42418
|
+
};
|
|
42374
42419
|
exclude: {
|
|
42420
|
+
default: boolean;
|
|
42421
|
+
description: string;
|
|
42375
42422
|
type: string;
|
|
42376
42423
|
};
|
|
42377
42424
|
excluded_providers: {
|
|
42425
|
+
description: string;
|
|
42378
42426
|
items: {
|
|
42379
42427
|
type: string;
|
|
42380
42428
|
};
|
|
@@ -42383,17 +42431,48 @@ declare const _default: {
|
|
|
42383
42431
|
};
|
|
42384
42432
|
type: string;
|
|
42385
42433
|
};
|
|
42434
|
+
manage: {
|
|
42435
|
+
default: {
|
|
42436
|
+
$ref: string;
|
|
42437
|
+
};
|
|
42438
|
+
description: string;
|
|
42439
|
+
properties: {
|
|
42440
|
+
exclude: {
|
|
42441
|
+
default: boolean;
|
|
42442
|
+
description: string;
|
|
42443
|
+
type: string;
|
|
42444
|
+
};
|
|
42445
|
+
exclude_reservation_management: {
|
|
42446
|
+
default: boolean;
|
|
42447
|
+
description: string;
|
|
42448
|
+
type: string;
|
|
42449
|
+
};
|
|
42450
|
+
};
|
|
42451
|
+
type: string;
|
|
42452
|
+
};
|
|
42386
42453
|
manage_devices: {
|
|
42454
|
+
default: {
|
|
42455
|
+
$ref: string;
|
|
42456
|
+
};
|
|
42457
|
+
description: string;
|
|
42387
42458
|
properties: {
|
|
42388
42459
|
exclude: {
|
|
42460
|
+
default: boolean;
|
|
42461
|
+
description: string;
|
|
42389
42462
|
type: string;
|
|
42390
42463
|
};
|
|
42391
42464
|
};
|
|
42392
42465
|
type: string;
|
|
42393
42466
|
};
|
|
42394
42467
|
organize: {
|
|
42468
|
+
default: {
|
|
42469
|
+
$ref: string;
|
|
42470
|
+
};
|
|
42471
|
+
description: string;
|
|
42395
42472
|
properties: {
|
|
42396
42473
|
exclude: {
|
|
42474
|
+
default: boolean;
|
|
42475
|
+
description: string;
|
|
42397
42476
|
type: string;
|
|
42398
42477
|
};
|
|
42399
42478
|
};
|
|
@@ -42403,9 +42482,12 @@ declare const _default: {
|
|
|
42403
42482
|
type: string;
|
|
42404
42483
|
};
|
|
42405
42484
|
is_embedded: {
|
|
42485
|
+
default: boolean;
|
|
42486
|
+
description: string;
|
|
42406
42487
|
type: string;
|
|
42407
42488
|
};
|
|
42408
42489
|
landing_page: {
|
|
42490
|
+
description: string;
|
|
42409
42491
|
properties: {
|
|
42410
42492
|
manage: {
|
|
42411
42493
|
oneOf: ({
|
|
@@ -42684,27 +42766,54 @@ declare const _default: {
|
|
|
42684
42766
|
type: string;
|
|
42685
42767
|
};
|
|
42686
42768
|
features: {
|
|
42769
|
+
default: {
|
|
42770
|
+
$ref: string;
|
|
42771
|
+
};
|
|
42687
42772
|
properties: {
|
|
42688
42773
|
configure: {
|
|
42774
|
+
default: {
|
|
42775
|
+
$ref: string;
|
|
42776
|
+
};
|
|
42777
|
+
description: string;
|
|
42689
42778
|
properties: {
|
|
42690
42779
|
allow_access_automation_rule_customization: {
|
|
42780
|
+
default: boolean;
|
|
42781
|
+
description: string;
|
|
42691
42782
|
type: string;
|
|
42692
42783
|
};
|
|
42693
42784
|
allow_instant_key_customization: {
|
|
42785
|
+
default: boolean;
|
|
42786
|
+
description: string;
|
|
42694
42787
|
type: string;
|
|
42695
42788
|
};
|
|
42696
42789
|
exclude: {
|
|
42790
|
+
default: boolean;
|
|
42791
|
+
description: string;
|
|
42697
42792
|
type: string;
|
|
42698
42793
|
};
|
|
42699
42794
|
};
|
|
42700
42795
|
type: string;
|
|
42701
42796
|
};
|
|
42702
42797
|
connect: {
|
|
42798
|
+
default: {
|
|
42799
|
+
$ref: string;
|
|
42800
|
+
};
|
|
42801
|
+
description: string;
|
|
42703
42802
|
properties: {
|
|
42803
|
+
accepted_providers: {
|
|
42804
|
+
description: string;
|
|
42805
|
+
items: {
|
|
42806
|
+
type: string;
|
|
42807
|
+
};
|
|
42808
|
+
type: string;
|
|
42809
|
+
};
|
|
42704
42810
|
exclude: {
|
|
42811
|
+
default: boolean;
|
|
42812
|
+
description: string;
|
|
42705
42813
|
type: string;
|
|
42706
42814
|
};
|
|
42707
42815
|
excluded_providers: {
|
|
42816
|
+
description: string;
|
|
42708
42817
|
items: {
|
|
42709
42818
|
type: string;
|
|
42710
42819
|
};
|
|
@@ -42713,17 +42822,48 @@ declare const _default: {
|
|
|
42713
42822
|
};
|
|
42714
42823
|
type: string;
|
|
42715
42824
|
};
|
|
42825
|
+
manage: {
|
|
42826
|
+
default: {
|
|
42827
|
+
$ref: string;
|
|
42828
|
+
};
|
|
42829
|
+
description: string;
|
|
42830
|
+
properties: {
|
|
42831
|
+
exclude: {
|
|
42832
|
+
default: boolean;
|
|
42833
|
+
description: string;
|
|
42834
|
+
type: string;
|
|
42835
|
+
};
|
|
42836
|
+
exclude_reservation_management: {
|
|
42837
|
+
default: boolean;
|
|
42838
|
+
description: string;
|
|
42839
|
+
type: string;
|
|
42840
|
+
};
|
|
42841
|
+
};
|
|
42842
|
+
type: string;
|
|
42843
|
+
};
|
|
42716
42844
|
manage_devices: {
|
|
42845
|
+
default: {
|
|
42846
|
+
$ref: string;
|
|
42847
|
+
};
|
|
42848
|
+
description: string;
|
|
42717
42849
|
properties: {
|
|
42718
42850
|
exclude: {
|
|
42851
|
+
default: boolean;
|
|
42852
|
+
description: string;
|
|
42719
42853
|
type: string;
|
|
42720
42854
|
};
|
|
42721
42855
|
};
|
|
42722
42856
|
type: string;
|
|
42723
42857
|
};
|
|
42724
42858
|
organize: {
|
|
42859
|
+
default: {
|
|
42860
|
+
$ref: string;
|
|
42861
|
+
};
|
|
42862
|
+
description: string;
|
|
42725
42863
|
properties: {
|
|
42726
42864
|
exclude: {
|
|
42865
|
+
default: boolean;
|
|
42866
|
+
description: string;
|
|
42727
42867
|
type: string;
|
|
42728
42868
|
};
|
|
42729
42869
|
};
|
|
@@ -42733,9 +42873,12 @@ declare const _default: {
|
|
|
42733
42873
|
type: string;
|
|
42734
42874
|
};
|
|
42735
42875
|
is_embedded: {
|
|
42876
|
+
default: boolean;
|
|
42877
|
+
description: string;
|
|
42736
42878
|
type: string;
|
|
42737
42879
|
};
|
|
42738
42880
|
landing_page: {
|
|
42881
|
+
description: string;
|
|
42739
42882
|
properties: {
|
|
42740
42883
|
manage: {
|
|
42741
42884
|
oneOf: ({
|
|
@@ -37089,6 +37089,10 @@ export default {
|
|
|
37089
37089
|
exclude: false,
|
|
37090
37090
|
},
|
|
37091
37091
|
connect: { exclude: false },
|
|
37092
|
+
manage: {
|
|
37093
|
+
exclude: false,
|
|
37094
|
+
exclude_reservation_management: false,
|
|
37095
|
+
},
|
|
37092
37096
|
manage_devices: { exclude: false },
|
|
37093
37097
|
organize: { exclude: false },
|
|
37094
37098
|
},
|
|
@@ -37143,9 +37147,26 @@ export default {
|
|
|
37143
37147
|
},
|
|
37144
37148
|
type: 'object',
|
|
37145
37149
|
},
|
|
37150
|
+
manage: {
|
|
37151
|
+
default: {},
|
|
37152
|
+
description: 'Configuration for the manage feature.',
|
|
37153
|
+
properties: {
|
|
37154
|
+
exclude: {
|
|
37155
|
+
default: false,
|
|
37156
|
+
description: 'Whether to exclude this feature from the portal.',
|
|
37157
|
+
type: 'boolean',
|
|
37158
|
+
},
|
|
37159
|
+
exclude_reservation_management: {
|
|
37160
|
+
default: false,
|
|
37161
|
+
description: 'Indicates whether the customer can manage reservations for their properties.',
|
|
37162
|
+
type: 'boolean',
|
|
37163
|
+
},
|
|
37164
|
+
},
|
|
37165
|
+
type: 'object',
|
|
37166
|
+
},
|
|
37146
37167
|
manage_devices: {
|
|
37147
37168
|
default: {},
|
|
37148
|
-
description: 'Configuration for the manage devices feature
|
|
37169
|
+
description: 'Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---',
|
|
37149
37170
|
properties: {
|
|
37150
37171
|
exclude: {
|
|
37151
37172
|
default: false,
|
|
@@ -47830,42 +47851,113 @@ export default {
|
|
|
47830
47851
|
type: 'string',
|
|
47831
47852
|
},
|
|
47832
47853
|
features: {
|
|
47854
|
+
default: { $ref: '#/components/schemas/access_code' },
|
|
47833
47855
|
properties: {
|
|
47834
47856
|
configure: {
|
|
47857
|
+
default: {
|
|
47858
|
+
$ref: '#/components/schemas/access_code',
|
|
47859
|
+
},
|
|
47860
|
+
description: 'Configuration for the configure feature.',
|
|
47835
47861
|
properties: {
|
|
47836
47862
|
allow_access_automation_rule_customization: {
|
|
47863
|
+
default: false,
|
|
47864
|
+
description: 'Indicates whether the customer can customize the access automation rules for their properties.',
|
|
47837
47865
|
type: 'boolean',
|
|
47838
47866
|
},
|
|
47839
47867
|
allow_instant_key_customization: {
|
|
47868
|
+
default: false,
|
|
47869
|
+
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|
|
47870
|
+
type: 'boolean',
|
|
47871
|
+
},
|
|
47872
|
+
exclude: {
|
|
47873
|
+
default: false,
|
|
47874
|
+
description: 'Whether to exclude this feature from the portal.',
|
|
47840
47875
|
type: 'boolean',
|
|
47841
47876
|
},
|
|
47842
|
-
exclude: { type: 'boolean' },
|
|
47843
47877
|
},
|
|
47844
47878
|
type: 'object',
|
|
47845
47879
|
},
|
|
47846
47880
|
connect: {
|
|
47881
|
+
default: {
|
|
47882
|
+
$ref: '#/components/schemas/access_code',
|
|
47883
|
+
},
|
|
47884
|
+
description: 'Configuration for the connect accounts feature.',
|
|
47847
47885
|
properties: {
|
|
47848
|
-
|
|
47886
|
+
accepted_providers: {
|
|
47887
|
+
description: 'List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.',
|
|
47888
|
+
items: { type: 'string' },
|
|
47889
|
+
type: 'array',
|
|
47890
|
+
},
|
|
47891
|
+
exclude: {
|
|
47892
|
+
default: false,
|
|
47893
|
+
description: 'Whether to exclude this feature from the portal.',
|
|
47894
|
+
type: 'boolean',
|
|
47895
|
+
},
|
|
47849
47896
|
excluded_providers: {
|
|
47897
|
+
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.',
|
|
47850
47898
|
items: { type: 'string' },
|
|
47851
47899
|
type: 'array',
|
|
47852
47900
|
},
|
|
47853
47901
|
},
|
|
47854
47902
|
type: 'object',
|
|
47855
47903
|
},
|
|
47904
|
+
manage: {
|
|
47905
|
+
default: {
|
|
47906
|
+
$ref: '#/components/schemas/access_code',
|
|
47907
|
+
},
|
|
47908
|
+
description: 'Configuration for the manage feature.',
|
|
47909
|
+
properties: {
|
|
47910
|
+
exclude: {
|
|
47911
|
+
default: false,
|
|
47912
|
+
description: 'Whether to exclude this feature from the portal.',
|
|
47913
|
+
type: 'boolean',
|
|
47914
|
+
},
|
|
47915
|
+
exclude_reservation_management: {
|
|
47916
|
+
default: false,
|
|
47917
|
+
description: 'Indicates whether the customer can manage reservations for their properties.',
|
|
47918
|
+
type: 'boolean',
|
|
47919
|
+
},
|
|
47920
|
+
},
|
|
47921
|
+
type: 'object',
|
|
47922
|
+
},
|
|
47856
47923
|
manage_devices: {
|
|
47857
|
-
|
|
47924
|
+
default: {
|
|
47925
|
+
$ref: '#/components/schemas/access_code',
|
|
47926
|
+
},
|
|
47927
|
+
description: 'Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---',
|
|
47928
|
+
properties: {
|
|
47929
|
+
exclude: {
|
|
47930
|
+
default: false,
|
|
47931
|
+
description: 'Whether to exclude this feature from the portal.',
|
|
47932
|
+
type: 'boolean',
|
|
47933
|
+
},
|
|
47934
|
+
},
|
|
47858
47935
|
type: 'object',
|
|
47859
47936
|
},
|
|
47860
47937
|
organize: {
|
|
47861
|
-
|
|
47938
|
+
default: {
|
|
47939
|
+
$ref: '#/components/schemas/access_code',
|
|
47940
|
+
},
|
|
47941
|
+
description: 'Configuration for the organize feature.',
|
|
47942
|
+
properties: {
|
|
47943
|
+
exclude: {
|
|
47944
|
+
default: false,
|
|
47945
|
+
description: 'Whether to exclude this feature from the portal.',
|
|
47946
|
+
type: 'boolean',
|
|
47947
|
+
},
|
|
47948
|
+
},
|
|
47862
47949
|
type: 'object',
|
|
47863
47950
|
},
|
|
47864
47951
|
},
|
|
47865
47952
|
type: 'object',
|
|
47866
47953
|
},
|
|
47867
|
-
is_embedded: {
|
|
47954
|
+
is_embedded: {
|
|
47955
|
+
default: false,
|
|
47956
|
+
description: 'Whether the portal is embedded in another application.',
|
|
47957
|
+
type: 'boolean',
|
|
47958
|
+
},
|
|
47868
47959
|
landing_page: {
|
|
47960
|
+
description: 'Configuration for the landing page when the portal loads.',
|
|
47869
47961
|
properties: {
|
|
47870
47962
|
manage: {
|
|
47871
47963
|
oneOf: [
|
|
@@ -48040,42 +48132,113 @@ export default {
|
|
|
48040
48132
|
type: 'string',
|
|
48041
48133
|
},
|
|
48042
48134
|
features: {
|
|
48135
|
+
default: { $ref: '#/components/schemas/access_code' },
|
|
48043
48136
|
properties: {
|
|
48044
48137
|
configure: {
|
|
48138
|
+
default: {
|
|
48139
|
+
$ref: '#/components/schemas/access_code',
|
|
48140
|
+
},
|
|
48141
|
+
description: 'Configuration for the configure feature.',
|
|
48045
48142
|
properties: {
|
|
48046
48143
|
allow_access_automation_rule_customization: {
|
|
48144
|
+
default: false,
|
|
48145
|
+
description: 'Indicates whether the customer can customize the access automation rules for their properties.',
|
|
48047
48146
|
type: 'boolean',
|
|
48048
48147
|
},
|
|
48049
48148
|
allow_instant_key_customization: {
|
|
48149
|
+
default: false,
|
|
48150
|
+
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|
|
48151
|
+
type: 'boolean',
|
|
48152
|
+
},
|
|
48153
|
+
exclude: {
|
|
48154
|
+
default: false,
|
|
48155
|
+
description: 'Whether to exclude this feature from the portal.',
|
|
48050
48156
|
type: 'boolean',
|
|
48051
48157
|
},
|
|
48052
|
-
exclude: { type: 'boolean' },
|
|
48053
48158
|
},
|
|
48054
48159
|
type: 'object',
|
|
48055
48160
|
},
|
|
48056
48161
|
connect: {
|
|
48162
|
+
default: {
|
|
48163
|
+
$ref: '#/components/schemas/access_code',
|
|
48164
|
+
},
|
|
48165
|
+
description: 'Configuration for the connect accounts feature.',
|
|
48057
48166
|
properties: {
|
|
48058
|
-
|
|
48167
|
+
accepted_providers: {
|
|
48168
|
+
description: 'List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.',
|
|
48169
|
+
items: { type: 'string' },
|
|
48170
|
+
type: 'array',
|
|
48171
|
+
},
|
|
48172
|
+
exclude: {
|
|
48173
|
+
default: false,
|
|
48174
|
+
description: 'Whether to exclude this feature from the portal.',
|
|
48175
|
+
type: 'boolean',
|
|
48176
|
+
},
|
|
48059
48177
|
excluded_providers: {
|
|
48178
|
+
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.',
|
|
48060
48179
|
items: { type: 'string' },
|
|
48061
48180
|
type: 'array',
|
|
48062
48181
|
},
|
|
48063
48182
|
},
|
|
48064
48183
|
type: 'object',
|
|
48065
48184
|
},
|
|
48185
|
+
manage: {
|
|
48186
|
+
default: {
|
|
48187
|
+
$ref: '#/components/schemas/access_code',
|
|
48188
|
+
},
|
|
48189
|
+
description: 'Configuration for the manage feature.',
|
|
48190
|
+
properties: {
|
|
48191
|
+
exclude: {
|
|
48192
|
+
default: false,
|
|
48193
|
+
description: 'Whether to exclude this feature from the portal.',
|
|
48194
|
+
type: 'boolean',
|
|
48195
|
+
},
|
|
48196
|
+
exclude_reservation_management: {
|
|
48197
|
+
default: false,
|
|
48198
|
+
description: 'Indicates whether the customer can manage reservations for their properties.',
|
|
48199
|
+
type: 'boolean',
|
|
48200
|
+
},
|
|
48201
|
+
},
|
|
48202
|
+
type: 'object',
|
|
48203
|
+
},
|
|
48066
48204
|
manage_devices: {
|
|
48067
|
-
|
|
48205
|
+
default: {
|
|
48206
|
+
$ref: '#/components/schemas/access_code',
|
|
48207
|
+
},
|
|
48208
|
+
description: 'Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---',
|
|
48209
|
+
properties: {
|
|
48210
|
+
exclude: {
|
|
48211
|
+
default: false,
|
|
48212
|
+
description: 'Whether to exclude this feature from the portal.',
|
|
48213
|
+
type: 'boolean',
|
|
48214
|
+
},
|
|
48215
|
+
},
|
|
48068
48216
|
type: 'object',
|
|
48069
48217
|
},
|
|
48070
48218
|
organize: {
|
|
48071
|
-
|
|
48219
|
+
default: {
|
|
48220
|
+
$ref: '#/components/schemas/access_code',
|
|
48221
|
+
},
|
|
48222
|
+
description: 'Configuration for the organize feature.',
|
|
48223
|
+
properties: {
|
|
48224
|
+
exclude: {
|
|
48225
|
+
default: false,
|
|
48226
|
+
description: 'Whether to exclude this feature from the portal.',
|
|
48227
|
+
type: 'boolean',
|
|
48228
|
+
},
|
|
48229
|
+
},
|
|
48072
48230
|
type: 'object',
|
|
48073
48231
|
},
|
|
48074
48232
|
},
|
|
48075
48233
|
type: 'object',
|
|
48076
48234
|
},
|
|
48077
|
-
is_embedded: {
|
|
48235
|
+
is_embedded: {
|
|
48236
|
+
default: false,
|
|
48237
|
+
description: 'Whether the portal is embedded in another application.',
|
|
48238
|
+
type: 'boolean',
|
|
48239
|
+
},
|
|
48078
48240
|
landing_page: {
|
|
48241
|
+
description: 'Configuration for the landing page when the portal loads.',
|
|
48079
48242
|
properties: {
|
|
48080
48243
|
manage: {
|
|
48081
48244
|
oneOf: [
|