@seamapi/types 1.725.0 → 1.727.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 +478 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +593 -5
- package/dist/index.cjs +478 -6
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/business-vertical.d.ts +1 -1
- package/lib/seam/connect/models/customer/business-vertical.js +1 -0
- package/lib/seam/connect/models/customer/business-vertical.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +420 -0
- package/lib/seam/connect/openapi.js +472 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +173 -5
- package/package.json +2 -2
- package/src/lib/seam/connect/models/customer/business-vertical.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +514 -0
- package/src/lib/seam/connect/route-types.ts +189 -0
|
@@ -29687,6 +29687,7 @@ export default {
|
|
|
29687
29687
|
'acs_systems',
|
|
29688
29688
|
'user_identities',
|
|
29689
29689
|
'acs_access_groups',
|
|
29690
|
+
'access_methods',
|
|
29690
29691
|
],
|
|
29691
29692
|
type: 'string',
|
|
29692
29693
|
},
|
|
@@ -29706,6 +29707,7 @@ export default {
|
|
|
29706
29707
|
'acs_systems',
|
|
29707
29708
|
'user_identities',
|
|
29708
29709
|
'acs_access_groups',
|
|
29710
|
+
'access_methods',
|
|
29709
29711
|
],
|
|
29710
29712
|
type: 'string',
|
|
29711
29713
|
},
|
|
@@ -29722,6 +29724,10 @@ export default {
|
|
|
29722
29724
|
batch: {
|
|
29723
29725
|
description: 'A batch of workspace resources.',
|
|
29724
29726
|
properties: {
|
|
29727
|
+
access_methods: {
|
|
29728
|
+
items: { $ref: '#/components/schemas/access_method' },
|
|
29729
|
+
type: 'array',
|
|
29730
|
+
},
|
|
29725
29731
|
acs_access_groups: {
|
|
29726
29732
|
items: {
|
|
29727
29733
|
$ref: '#/components/schemas/acs_access_group',
|
|
@@ -29785,6 +29791,7 @@ export default {
|
|
|
29785
29791
|
'acs_systems',
|
|
29786
29792
|
'user_identities',
|
|
29787
29793
|
'acs_access_groups',
|
|
29794
|
+
'access_methods',
|
|
29788
29795
|
],
|
|
29789
29796
|
'x-draft': 'Early access.',
|
|
29790
29797
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
@@ -29821,6 +29828,7 @@ export default {
|
|
|
29821
29828
|
'acs_systems',
|
|
29822
29829
|
'user_identities',
|
|
29823
29830
|
'acs_access_groups',
|
|
29831
|
+
'access_methods',
|
|
29824
29832
|
],
|
|
29825
29833
|
type: 'string',
|
|
29826
29834
|
},
|
|
@@ -29836,6 +29844,7 @@ export default {
|
|
|
29836
29844
|
'acs_systems',
|
|
29837
29845
|
'user_identities',
|
|
29838
29846
|
'acs_access_groups',
|
|
29847
|
+
'access_methods',
|
|
29839
29848
|
],
|
|
29840
29849
|
type: 'string',
|
|
29841
29850
|
},
|
|
@@ -29856,6 +29865,10 @@ export default {
|
|
|
29856
29865
|
batch: {
|
|
29857
29866
|
description: 'A batch of workspace resources.',
|
|
29858
29867
|
properties: {
|
|
29868
|
+
access_methods: {
|
|
29869
|
+
items: { $ref: '#/components/schemas/access_method' },
|
|
29870
|
+
type: 'array',
|
|
29871
|
+
},
|
|
29859
29872
|
acs_access_groups: {
|
|
29860
29873
|
items: {
|
|
29861
29874
|
$ref: '#/components/schemas/acs_access_group',
|
|
@@ -29919,6 +29932,7 @@ export default {
|
|
|
29919
29932
|
'acs_systems',
|
|
29920
29933
|
'user_identities',
|
|
29921
29934
|
'acs_access_groups',
|
|
29935
|
+
'access_methods',
|
|
29922
29936
|
],
|
|
29923
29937
|
'x-draft': 'Early access.',
|
|
29924
29938
|
'x-fern-sdk-group-name': ['access_grants'],
|
|
@@ -57944,6 +57958,7 @@ export default {
|
|
|
57944
57958
|
business_vertical: {
|
|
57945
57959
|
description: 'Business vertical of the customer portal.',
|
|
57946
57960
|
enum: [
|
|
57961
|
+
'neutral',
|
|
57947
57962
|
'short_term_rental',
|
|
57948
57963
|
'hospitality',
|
|
57949
57964
|
'multi_family',
|
|
@@ -58311,6 +58326,7 @@ export default {
|
|
|
58311
58326
|
business_vertical: {
|
|
58312
58327
|
description: 'Business vertical of the customer portal.',
|
|
58313
58328
|
enum: [
|
|
58329
|
+
'neutral',
|
|
58314
58330
|
'short_term_rental',
|
|
58315
58331
|
'hospitality',
|
|
58316
58332
|
'multi_family',
|
|
@@ -59372,6 +59388,118 @@ export default {
|
|
|
59372
59388
|
'x-undocumented': 'Internal endpoint for customer portals.',
|
|
59373
59389
|
},
|
|
59374
59390
|
},
|
|
59391
|
+
'/seam/customer/v1/settings/business_verticals/list': {
|
|
59392
|
+
get: {
|
|
59393
|
+
description: 'Returns all available business verticals.',
|
|
59394
|
+
operationId: 'seamCustomerV1SettingsBusinessVerticalsListGet',
|
|
59395
|
+
parameters: [],
|
|
59396
|
+
responses: {
|
|
59397
|
+
200: {
|
|
59398
|
+
content: {
|
|
59399
|
+
'application/json': {
|
|
59400
|
+
schema: {
|
|
59401
|
+
properties: {
|
|
59402
|
+
business_verticals: {
|
|
59403
|
+
items: {
|
|
59404
|
+
description: 'Business vertical of the customer portal.',
|
|
59405
|
+
enum: [
|
|
59406
|
+
'neutral',
|
|
59407
|
+
'short_term_rental',
|
|
59408
|
+
'hospitality',
|
|
59409
|
+
'multi_family',
|
|
59410
|
+
'gym_management',
|
|
59411
|
+
'property_tours',
|
|
59412
|
+
],
|
|
59413
|
+
type: 'string',
|
|
59414
|
+
},
|
|
59415
|
+
type: 'array',
|
|
59416
|
+
},
|
|
59417
|
+
ok: { type: 'boolean' },
|
|
59418
|
+
},
|
|
59419
|
+
required: ['business_verticals', 'ok'],
|
|
59420
|
+
type: 'object',
|
|
59421
|
+
},
|
|
59422
|
+
},
|
|
59423
|
+
},
|
|
59424
|
+
description: 'OK',
|
|
59425
|
+
},
|
|
59426
|
+
400: { description: 'Bad Request' },
|
|
59427
|
+
401: { description: 'Unauthorized' },
|
|
59428
|
+
},
|
|
59429
|
+
security: [{ console_session_with_workspace: [] }],
|
|
59430
|
+
summary: '/seam/customer/v1/settings/business_verticals/list',
|
|
59431
|
+
tags: [],
|
|
59432
|
+
'x-fern-sdk-group-name': [
|
|
59433
|
+
'seam',
|
|
59434
|
+
'customer',
|
|
59435
|
+
'v1',
|
|
59436
|
+
'settings',
|
|
59437
|
+
'business_verticals',
|
|
59438
|
+
],
|
|
59439
|
+
'x-fern-sdk-method-name': 'list',
|
|
59440
|
+
'x-fern-sdk-return-value': 'business_verticals',
|
|
59441
|
+
'x-response-key': 'business_verticals',
|
|
59442
|
+
'x-title': 'List Business Verticals',
|
|
59443
|
+
'x-undocumented': 'Internal endpoint for customer portals.',
|
|
59444
|
+
},
|
|
59445
|
+
post: {
|
|
59446
|
+
description: 'Returns all available business verticals.',
|
|
59447
|
+
operationId: 'seamCustomerV1SettingsBusinessVerticalsListPost',
|
|
59448
|
+
requestBody: {
|
|
59449
|
+
content: {
|
|
59450
|
+
'application/json': { schema: { properties: {}, type: 'object' } },
|
|
59451
|
+
},
|
|
59452
|
+
},
|
|
59453
|
+
responses: {
|
|
59454
|
+
200: {
|
|
59455
|
+
content: {
|
|
59456
|
+
'application/json': {
|
|
59457
|
+
schema: {
|
|
59458
|
+
properties: {
|
|
59459
|
+
business_verticals: {
|
|
59460
|
+
items: {
|
|
59461
|
+
description: 'Business vertical of the customer portal.',
|
|
59462
|
+
enum: [
|
|
59463
|
+
'neutral',
|
|
59464
|
+
'short_term_rental',
|
|
59465
|
+
'hospitality',
|
|
59466
|
+
'multi_family',
|
|
59467
|
+
'gym_management',
|
|
59468
|
+
'property_tours',
|
|
59469
|
+
],
|
|
59470
|
+
type: 'string',
|
|
59471
|
+
},
|
|
59472
|
+
type: 'array',
|
|
59473
|
+
},
|
|
59474
|
+
ok: { type: 'boolean' },
|
|
59475
|
+
},
|
|
59476
|
+
required: ['business_verticals', 'ok'],
|
|
59477
|
+
type: 'object',
|
|
59478
|
+
},
|
|
59479
|
+
},
|
|
59480
|
+
},
|
|
59481
|
+
description: 'OK',
|
|
59482
|
+
},
|
|
59483
|
+
400: { description: 'Bad Request' },
|
|
59484
|
+
401: { description: 'Unauthorized' },
|
|
59485
|
+
},
|
|
59486
|
+
security: [{ console_session_with_workspace: [] }],
|
|
59487
|
+
summary: '/seam/customer/v1/settings/business_verticals/list',
|
|
59488
|
+
tags: [],
|
|
59489
|
+
'x-fern-sdk-group-name': [
|
|
59490
|
+
'seam',
|
|
59491
|
+
'customer',
|
|
59492
|
+
'v1',
|
|
59493
|
+
'settings',
|
|
59494
|
+
'business_verticals',
|
|
59495
|
+
],
|
|
59496
|
+
'x-fern-sdk-method-name': 'list',
|
|
59497
|
+
'x-fern-sdk-return-value': 'business_verticals',
|
|
59498
|
+
'x-response-key': 'business_verticals',
|
|
59499
|
+
'x-title': 'List Business Verticals',
|
|
59500
|
+
'x-undocumented': 'Internal endpoint for customer portals.',
|
|
59501
|
+
},
|
|
59502
|
+
},
|
|
59375
59503
|
'/seam/customer/v1/settings/get': {
|
|
59376
59504
|
get: {
|
|
59377
59505
|
description: 'Retrieves the settings for a customer portal workspace.',
|
|
@@ -59385,6 +59513,7 @@ export default {
|
|
|
59385
59513
|
business_vertical: {
|
|
59386
59514
|
description: 'Business vertical of the customer portal.',
|
|
59387
59515
|
enum: [
|
|
59516
|
+
'neutral',
|
|
59388
59517
|
'short_term_rental',
|
|
59389
59518
|
'hospitality',
|
|
59390
59519
|
'multi_family',
|
|
@@ -59428,6 +59557,7 @@ export default {
|
|
|
59428
59557
|
business_vertical: {
|
|
59429
59558
|
description: 'Business vertical of the customer portal.',
|
|
59430
59559
|
enum: [
|
|
59560
|
+
'neutral',
|
|
59431
59561
|
'short_term_rental',
|
|
59432
59562
|
'hospitality',
|
|
59433
59563
|
'multi_family',
|
|
@@ -59472,6 +59602,7 @@ export default {
|
|
|
59472
59602
|
business_vertical: {
|
|
59473
59603
|
description: 'Business vertical to set on the workspace.',
|
|
59474
59604
|
enum: [
|
|
59605
|
+
'neutral',
|
|
59475
59606
|
'short_term_rental',
|
|
59476
59607
|
'hospitality',
|
|
59477
59608
|
'multi_family',
|
|
@@ -59527,6 +59658,7 @@ export default {
|
|
|
59527
59658
|
business_vertical: {
|
|
59528
59659
|
description: 'Business vertical to set on the workspace.',
|
|
59529
59660
|
enum: [
|
|
59661
|
+
'neutral',
|
|
59530
59662
|
'short_term_rental',
|
|
59531
59663
|
'hospitality',
|
|
59532
59664
|
'multi_family',
|
|
@@ -59572,6 +59704,346 @@ export default {
|
|
|
59572
59704
|
'x-undocumented': 'Internal endpoint for customer portals.',
|
|
59573
59705
|
},
|
|
59574
59706
|
},
|
|
59707
|
+
'/seam/customer/v1/settings/vertical_resource_aliases/get': {
|
|
59708
|
+
get: {
|
|
59709
|
+
description: "Returns the resource aliases for the workspace's business vertical, mapping\ngeneric resource types (space, user_identity, access_grant) to their\nvertical-specific terminology. Defaults to neutral if no vertical is set.",
|
|
59710
|
+
operationId: 'seamCustomerV1SettingsVerticalResourceAliasesGetGet',
|
|
59711
|
+
parameters: [],
|
|
59712
|
+
responses: {
|
|
59713
|
+
200: {
|
|
59714
|
+
content: {
|
|
59715
|
+
'application/json': {
|
|
59716
|
+
schema: {
|
|
59717
|
+
properties: {
|
|
59718
|
+
ok: { type: 'boolean' },
|
|
59719
|
+
vertical_resource_aliases: {
|
|
59720
|
+
properties: {
|
|
59721
|
+
access_grant: {
|
|
59722
|
+
description: 'Primary access grant alias for this vertical.',
|
|
59723
|
+
properties: {
|
|
59724
|
+
collection_key: {
|
|
59725
|
+
description: 'The key alias for a collection of resources.',
|
|
59726
|
+
type: 'string',
|
|
59727
|
+
},
|
|
59728
|
+
collection_label: {
|
|
59729
|
+
description: 'Human-readable label for a collection of resources.',
|
|
59730
|
+
type: 'string',
|
|
59731
|
+
},
|
|
59732
|
+
resource_key: {
|
|
59733
|
+
description: 'The key alias for a single resource.',
|
|
59734
|
+
type: 'string',
|
|
59735
|
+
},
|
|
59736
|
+
resource_label: {
|
|
59737
|
+
description: 'Human-readable label for a single resource.',
|
|
59738
|
+
type: 'string',
|
|
59739
|
+
},
|
|
59740
|
+
},
|
|
59741
|
+
required: [
|
|
59742
|
+
'resource_key',
|
|
59743
|
+
'resource_label',
|
|
59744
|
+
'collection_key',
|
|
59745
|
+
'collection_label',
|
|
59746
|
+
],
|
|
59747
|
+
type: 'object',
|
|
59748
|
+
},
|
|
59749
|
+
additional_spaces: {
|
|
59750
|
+
description: 'Additional space aliases relevant to this vertical.',
|
|
59751
|
+
items: {
|
|
59752
|
+
properties: {
|
|
59753
|
+
collection_key: {
|
|
59754
|
+
description: 'The key alias for a collection of resources.',
|
|
59755
|
+
type: 'string',
|
|
59756
|
+
},
|
|
59757
|
+
collection_label: {
|
|
59758
|
+
description: 'Human-readable label for a collection of resources.',
|
|
59759
|
+
type: 'string',
|
|
59760
|
+
},
|
|
59761
|
+
resource_key: {
|
|
59762
|
+
description: 'The key alias for a single resource.',
|
|
59763
|
+
type: 'string',
|
|
59764
|
+
},
|
|
59765
|
+
resource_label: {
|
|
59766
|
+
description: 'Human-readable label for a single resource.',
|
|
59767
|
+
type: 'string',
|
|
59768
|
+
},
|
|
59769
|
+
},
|
|
59770
|
+
required: [
|
|
59771
|
+
'resource_key',
|
|
59772
|
+
'resource_label',
|
|
59773
|
+
'collection_key',
|
|
59774
|
+
'collection_label',
|
|
59775
|
+
],
|
|
59776
|
+
type: 'object',
|
|
59777
|
+
},
|
|
59778
|
+
type: 'array',
|
|
59779
|
+
},
|
|
59780
|
+
space: {
|
|
59781
|
+
description: 'Primary space alias for this vertical.',
|
|
59782
|
+
properties: {
|
|
59783
|
+
collection_key: {
|
|
59784
|
+
description: 'The key alias for a collection of resources.',
|
|
59785
|
+
type: 'string',
|
|
59786
|
+
},
|
|
59787
|
+
collection_label: {
|
|
59788
|
+
description: 'Human-readable label for a collection of resources.',
|
|
59789
|
+
type: 'string',
|
|
59790
|
+
},
|
|
59791
|
+
resource_key: {
|
|
59792
|
+
description: 'The key alias for a single resource.',
|
|
59793
|
+
type: 'string',
|
|
59794
|
+
},
|
|
59795
|
+
resource_label: {
|
|
59796
|
+
description: 'Human-readable label for a single resource.',
|
|
59797
|
+
type: 'string',
|
|
59798
|
+
},
|
|
59799
|
+
},
|
|
59800
|
+
required: [
|
|
59801
|
+
'resource_key',
|
|
59802
|
+
'resource_label',
|
|
59803
|
+
'collection_key',
|
|
59804
|
+
'collection_label',
|
|
59805
|
+
],
|
|
59806
|
+
type: 'object',
|
|
59807
|
+
},
|
|
59808
|
+
user_identity: {
|
|
59809
|
+
description: 'Primary user identity alias for this vertical.',
|
|
59810
|
+
properties: {
|
|
59811
|
+
collection_key: {
|
|
59812
|
+
description: 'The key alias for a collection of resources.',
|
|
59813
|
+
type: 'string',
|
|
59814
|
+
},
|
|
59815
|
+
collection_label: {
|
|
59816
|
+
description: 'Human-readable label for a collection of resources.',
|
|
59817
|
+
type: 'string',
|
|
59818
|
+
},
|
|
59819
|
+
resource_key: {
|
|
59820
|
+
description: 'The key alias for a single resource.',
|
|
59821
|
+
type: 'string',
|
|
59822
|
+
},
|
|
59823
|
+
resource_label: {
|
|
59824
|
+
description: 'Human-readable label for a single resource.',
|
|
59825
|
+
type: 'string',
|
|
59826
|
+
},
|
|
59827
|
+
},
|
|
59828
|
+
required: [
|
|
59829
|
+
'resource_key',
|
|
59830
|
+
'resource_label',
|
|
59831
|
+
'collection_key',
|
|
59832
|
+
'collection_label',
|
|
59833
|
+
],
|
|
59834
|
+
type: 'object',
|
|
59835
|
+
},
|
|
59836
|
+
},
|
|
59837
|
+
required: [
|
|
59838
|
+
'space',
|
|
59839
|
+
'additional_spaces',
|
|
59840
|
+
'user_identity',
|
|
59841
|
+
'access_grant',
|
|
59842
|
+
],
|
|
59843
|
+
type: 'object',
|
|
59844
|
+
},
|
|
59845
|
+
},
|
|
59846
|
+
required: ['vertical_resource_aliases', 'ok'],
|
|
59847
|
+
type: 'object',
|
|
59848
|
+
},
|
|
59849
|
+
},
|
|
59850
|
+
},
|
|
59851
|
+
description: 'OK',
|
|
59852
|
+
},
|
|
59853
|
+
400: { description: 'Bad Request' },
|
|
59854
|
+
401: { description: 'Unauthorized' },
|
|
59855
|
+
},
|
|
59856
|
+
security: [
|
|
59857
|
+
{ console_session_with_workspace: [] },
|
|
59858
|
+
{ client_session_with_customer: [] },
|
|
59859
|
+
],
|
|
59860
|
+
summary: '/seam/customer/v1/settings/vertical_resource_aliases/get',
|
|
59861
|
+
tags: [],
|
|
59862
|
+
'x-fern-sdk-group-name': [
|
|
59863
|
+
'seam',
|
|
59864
|
+
'customer',
|
|
59865
|
+
'v1',
|
|
59866
|
+
'settings',
|
|
59867
|
+
'vertical_resource_aliases',
|
|
59868
|
+
],
|
|
59869
|
+
'x-fern-sdk-method-name': 'get',
|
|
59870
|
+
'x-fern-sdk-return-value': 'vertical_resource_aliases',
|
|
59871
|
+
'x-response-key': 'vertical_resource_aliases',
|
|
59872
|
+
'x-title': 'Get Vertical Resource Aliases',
|
|
59873
|
+
'x-undocumented': 'Internal endpoint for customer portals.',
|
|
59874
|
+
},
|
|
59875
|
+
post: {
|
|
59876
|
+
description: "Returns the resource aliases for the workspace's business vertical, mapping\ngeneric resource types (space, user_identity, access_grant) to their\nvertical-specific terminology. Defaults to neutral if no vertical is set.",
|
|
59877
|
+
operationId: 'seamCustomerV1SettingsVerticalResourceAliasesGetPost',
|
|
59878
|
+
requestBody: {
|
|
59879
|
+
content: {
|
|
59880
|
+
'application/json': { schema: { properties: {}, type: 'object' } },
|
|
59881
|
+
},
|
|
59882
|
+
},
|
|
59883
|
+
responses: {
|
|
59884
|
+
200: {
|
|
59885
|
+
content: {
|
|
59886
|
+
'application/json': {
|
|
59887
|
+
schema: {
|
|
59888
|
+
properties: {
|
|
59889
|
+
ok: { type: 'boolean' },
|
|
59890
|
+
vertical_resource_aliases: {
|
|
59891
|
+
properties: {
|
|
59892
|
+
access_grant: {
|
|
59893
|
+
description: 'Primary access grant alias for this vertical.',
|
|
59894
|
+
properties: {
|
|
59895
|
+
collection_key: {
|
|
59896
|
+
description: 'The key alias for a collection of resources.',
|
|
59897
|
+
type: 'string',
|
|
59898
|
+
},
|
|
59899
|
+
collection_label: {
|
|
59900
|
+
description: 'Human-readable label for a collection of resources.',
|
|
59901
|
+
type: 'string',
|
|
59902
|
+
},
|
|
59903
|
+
resource_key: {
|
|
59904
|
+
description: 'The key alias for a single resource.',
|
|
59905
|
+
type: 'string',
|
|
59906
|
+
},
|
|
59907
|
+
resource_label: {
|
|
59908
|
+
description: 'Human-readable label for a single resource.',
|
|
59909
|
+
type: 'string',
|
|
59910
|
+
},
|
|
59911
|
+
},
|
|
59912
|
+
required: [
|
|
59913
|
+
'resource_key',
|
|
59914
|
+
'resource_label',
|
|
59915
|
+
'collection_key',
|
|
59916
|
+
'collection_label',
|
|
59917
|
+
],
|
|
59918
|
+
type: 'object',
|
|
59919
|
+
},
|
|
59920
|
+
additional_spaces: {
|
|
59921
|
+
description: 'Additional space aliases relevant to this vertical.',
|
|
59922
|
+
items: {
|
|
59923
|
+
properties: {
|
|
59924
|
+
collection_key: {
|
|
59925
|
+
description: 'The key alias for a collection of resources.',
|
|
59926
|
+
type: 'string',
|
|
59927
|
+
},
|
|
59928
|
+
collection_label: {
|
|
59929
|
+
description: 'Human-readable label for a collection of resources.',
|
|
59930
|
+
type: 'string',
|
|
59931
|
+
},
|
|
59932
|
+
resource_key: {
|
|
59933
|
+
description: 'The key alias for a single resource.',
|
|
59934
|
+
type: 'string',
|
|
59935
|
+
},
|
|
59936
|
+
resource_label: {
|
|
59937
|
+
description: 'Human-readable label for a single resource.',
|
|
59938
|
+
type: 'string',
|
|
59939
|
+
},
|
|
59940
|
+
},
|
|
59941
|
+
required: [
|
|
59942
|
+
'resource_key',
|
|
59943
|
+
'resource_label',
|
|
59944
|
+
'collection_key',
|
|
59945
|
+
'collection_label',
|
|
59946
|
+
],
|
|
59947
|
+
type: 'object',
|
|
59948
|
+
},
|
|
59949
|
+
type: 'array',
|
|
59950
|
+
},
|
|
59951
|
+
space: {
|
|
59952
|
+
description: 'Primary space alias for this vertical.',
|
|
59953
|
+
properties: {
|
|
59954
|
+
collection_key: {
|
|
59955
|
+
description: 'The key alias for a collection of resources.',
|
|
59956
|
+
type: 'string',
|
|
59957
|
+
},
|
|
59958
|
+
collection_label: {
|
|
59959
|
+
description: 'Human-readable label for a collection of resources.',
|
|
59960
|
+
type: 'string',
|
|
59961
|
+
},
|
|
59962
|
+
resource_key: {
|
|
59963
|
+
description: 'The key alias for a single resource.',
|
|
59964
|
+
type: 'string',
|
|
59965
|
+
},
|
|
59966
|
+
resource_label: {
|
|
59967
|
+
description: 'Human-readable label for a single resource.',
|
|
59968
|
+
type: 'string',
|
|
59969
|
+
},
|
|
59970
|
+
},
|
|
59971
|
+
required: [
|
|
59972
|
+
'resource_key',
|
|
59973
|
+
'resource_label',
|
|
59974
|
+
'collection_key',
|
|
59975
|
+
'collection_label',
|
|
59976
|
+
],
|
|
59977
|
+
type: 'object',
|
|
59978
|
+
},
|
|
59979
|
+
user_identity: {
|
|
59980
|
+
description: 'Primary user identity alias for this vertical.',
|
|
59981
|
+
properties: {
|
|
59982
|
+
collection_key: {
|
|
59983
|
+
description: 'The key alias for a collection of resources.',
|
|
59984
|
+
type: 'string',
|
|
59985
|
+
},
|
|
59986
|
+
collection_label: {
|
|
59987
|
+
description: 'Human-readable label for a collection of resources.',
|
|
59988
|
+
type: 'string',
|
|
59989
|
+
},
|
|
59990
|
+
resource_key: {
|
|
59991
|
+
description: 'The key alias for a single resource.',
|
|
59992
|
+
type: 'string',
|
|
59993
|
+
},
|
|
59994
|
+
resource_label: {
|
|
59995
|
+
description: 'Human-readable label for a single resource.',
|
|
59996
|
+
type: 'string',
|
|
59997
|
+
},
|
|
59998
|
+
},
|
|
59999
|
+
required: [
|
|
60000
|
+
'resource_key',
|
|
60001
|
+
'resource_label',
|
|
60002
|
+
'collection_key',
|
|
60003
|
+
'collection_label',
|
|
60004
|
+
],
|
|
60005
|
+
type: 'object',
|
|
60006
|
+
},
|
|
60007
|
+
},
|
|
60008
|
+
required: [
|
|
60009
|
+
'space',
|
|
60010
|
+
'additional_spaces',
|
|
60011
|
+
'user_identity',
|
|
60012
|
+
'access_grant',
|
|
60013
|
+
],
|
|
60014
|
+
type: 'object',
|
|
60015
|
+
},
|
|
60016
|
+
},
|
|
60017
|
+
required: ['vertical_resource_aliases', 'ok'],
|
|
60018
|
+
type: 'object',
|
|
60019
|
+
},
|
|
60020
|
+
},
|
|
60021
|
+
},
|
|
60022
|
+
description: 'OK',
|
|
60023
|
+
},
|
|
60024
|
+
400: { description: 'Bad Request' },
|
|
60025
|
+
401: { description: 'Unauthorized' },
|
|
60026
|
+
},
|
|
60027
|
+
security: [
|
|
60028
|
+
{ console_session_with_workspace: [] },
|
|
60029
|
+
{ client_session_with_customer: [] },
|
|
60030
|
+
],
|
|
60031
|
+
summary: '/seam/customer/v1/settings/vertical_resource_aliases/get',
|
|
60032
|
+
tags: [],
|
|
60033
|
+
'x-fern-sdk-group-name': [
|
|
60034
|
+
'seam',
|
|
60035
|
+
'customer',
|
|
60036
|
+
'v1',
|
|
60037
|
+
'settings',
|
|
60038
|
+
'vertical_resource_aliases',
|
|
60039
|
+
],
|
|
60040
|
+
'x-fern-sdk-method-name': 'get',
|
|
60041
|
+
'x-fern-sdk-return-value': 'vertical_resource_aliases',
|
|
60042
|
+
'x-response-key': 'vertical_resource_aliases',
|
|
60043
|
+
'x-title': 'Get Vertical Resource Aliases',
|
|
60044
|
+
'x-undocumented': 'Internal endpoint for customer portals.',
|
|
60045
|
+
},
|
|
60046
|
+
},
|
|
59575
60047
|
'/seam/customer/v1/spaces/create': {
|
|
59576
60048
|
post: {
|
|
59577
60049
|
description: 'Creates a new space with optional parent space support.',
|