@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
package/dist/connect.cjs
CHANGED
|
@@ -36048,7 +36048,8 @@ var openapi_default = {
|
|
|
36048
36048
|
"connected_accounts",
|
|
36049
36049
|
"acs_systems",
|
|
36050
36050
|
"user_identities",
|
|
36051
|
-
"acs_access_groups"
|
|
36051
|
+
"acs_access_groups",
|
|
36052
|
+
"access_methods"
|
|
36052
36053
|
],
|
|
36053
36054
|
type: "string"
|
|
36054
36055
|
},
|
|
@@ -36067,7 +36068,8 @@ var openapi_default = {
|
|
|
36067
36068
|
"connected_accounts",
|
|
36068
36069
|
"acs_systems",
|
|
36069
36070
|
"user_identities",
|
|
36070
|
-
"acs_access_groups"
|
|
36071
|
+
"acs_access_groups",
|
|
36072
|
+
"access_methods"
|
|
36071
36073
|
],
|
|
36072
36074
|
type: "string"
|
|
36073
36075
|
},
|
|
@@ -36084,6 +36086,10 @@ var openapi_default = {
|
|
|
36084
36086
|
batch: {
|
|
36085
36087
|
description: "A batch of workspace resources.",
|
|
36086
36088
|
properties: {
|
|
36089
|
+
access_methods: {
|
|
36090
|
+
items: { $ref: "#/components/schemas/access_method" },
|
|
36091
|
+
type: "array"
|
|
36092
|
+
},
|
|
36087
36093
|
acs_access_groups: {
|
|
36088
36094
|
items: {
|
|
36089
36095
|
$ref: "#/components/schemas/acs_access_group"
|
|
@@ -36146,7 +36152,8 @@ var openapi_default = {
|
|
|
36146
36152
|
"connected_accounts",
|
|
36147
36153
|
"acs_systems",
|
|
36148
36154
|
"user_identities",
|
|
36149
|
-
"acs_access_groups"
|
|
36155
|
+
"acs_access_groups",
|
|
36156
|
+
"access_methods"
|
|
36150
36157
|
],
|
|
36151
36158
|
"x-draft": "Early access.",
|
|
36152
36159
|
"x-fern-sdk-group-name": ["access_grants"],
|
|
@@ -36182,7 +36189,8 @@ var openapi_default = {
|
|
|
36182
36189
|
"connected_accounts",
|
|
36183
36190
|
"acs_systems",
|
|
36184
36191
|
"user_identities",
|
|
36185
|
-
"acs_access_groups"
|
|
36192
|
+
"acs_access_groups",
|
|
36193
|
+
"access_methods"
|
|
36186
36194
|
],
|
|
36187
36195
|
type: "string"
|
|
36188
36196
|
},
|
|
@@ -36197,7 +36205,8 @@ var openapi_default = {
|
|
|
36197
36205
|
"connected_accounts",
|
|
36198
36206
|
"acs_systems",
|
|
36199
36207
|
"user_identities",
|
|
36200
|
-
"acs_access_groups"
|
|
36208
|
+
"acs_access_groups",
|
|
36209
|
+
"access_methods"
|
|
36201
36210
|
],
|
|
36202
36211
|
type: "string"
|
|
36203
36212
|
},
|
|
@@ -36218,6 +36227,10 @@ var openapi_default = {
|
|
|
36218
36227
|
batch: {
|
|
36219
36228
|
description: "A batch of workspace resources.",
|
|
36220
36229
|
properties: {
|
|
36230
|
+
access_methods: {
|
|
36231
|
+
items: { $ref: "#/components/schemas/access_method" },
|
|
36232
|
+
type: "array"
|
|
36233
|
+
},
|
|
36221
36234
|
acs_access_groups: {
|
|
36222
36235
|
items: {
|
|
36223
36236
|
$ref: "#/components/schemas/acs_access_group"
|
|
@@ -36280,7 +36293,8 @@ var openapi_default = {
|
|
|
36280
36293
|
"connected_accounts",
|
|
36281
36294
|
"acs_systems",
|
|
36282
36295
|
"user_identities",
|
|
36283
|
-
"acs_access_groups"
|
|
36296
|
+
"acs_access_groups",
|
|
36297
|
+
"access_methods"
|
|
36284
36298
|
],
|
|
36285
36299
|
"x-draft": "Early access.",
|
|
36286
36300
|
"x-fern-sdk-group-name": ["access_grants"],
|
|
@@ -64306,6 +64320,7 @@ var openapi_default = {
|
|
|
64306
64320
|
business_vertical: {
|
|
64307
64321
|
description: "Business vertical of the customer portal.",
|
|
64308
64322
|
enum: [
|
|
64323
|
+
"neutral",
|
|
64309
64324
|
"short_term_rental",
|
|
64310
64325
|
"hospitality",
|
|
64311
64326
|
"multi_family",
|
|
@@ -64673,6 +64688,7 @@ var openapi_default = {
|
|
|
64673
64688
|
business_vertical: {
|
|
64674
64689
|
description: "Business vertical of the customer portal.",
|
|
64675
64690
|
enum: [
|
|
64691
|
+
"neutral",
|
|
64676
64692
|
"short_term_rental",
|
|
64677
64693
|
"hospitality",
|
|
64678
64694
|
"multi_family",
|
|
@@ -65734,6 +65750,118 @@ var openapi_default = {
|
|
|
65734
65750
|
"x-undocumented": "Internal endpoint for customer portals."
|
|
65735
65751
|
}
|
|
65736
65752
|
},
|
|
65753
|
+
"/seam/customer/v1/settings/business_verticals/list": {
|
|
65754
|
+
get: {
|
|
65755
|
+
description: "Returns all available business verticals.",
|
|
65756
|
+
operationId: "seamCustomerV1SettingsBusinessVerticalsListGet",
|
|
65757
|
+
parameters: [],
|
|
65758
|
+
responses: {
|
|
65759
|
+
200: {
|
|
65760
|
+
content: {
|
|
65761
|
+
"application/json": {
|
|
65762
|
+
schema: {
|
|
65763
|
+
properties: {
|
|
65764
|
+
business_verticals: {
|
|
65765
|
+
items: {
|
|
65766
|
+
description: "Business vertical of the customer portal.",
|
|
65767
|
+
enum: [
|
|
65768
|
+
"neutral",
|
|
65769
|
+
"short_term_rental",
|
|
65770
|
+
"hospitality",
|
|
65771
|
+
"multi_family",
|
|
65772
|
+
"gym_management",
|
|
65773
|
+
"property_tours"
|
|
65774
|
+
],
|
|
65775
|
+
type: "string"
|
|
65776
|
+
},
|
|
65777
|
+
type: "array"
|
|
65778
|
+
},
|
|
65779
|
+
ok: { type: "boolean" }
|
|
65780
|
+
},
|
|
65781
|
+
required: ["business_verticals", "ok"],
|
|
65782
|
+
type: "object"
|
|
65783
|
+
}
|
|
65784
|
+
}
|
|
65785
|
+
},
|
|
65786
|
+
description: "OK"
|
|
65787
|
+
},
|
|
65788
|
+
400: { description: "Bad Request" },
|
|
65789
|
+
401: { description: "Unauthorized" }
|
|
65790
|
+
},
|
|
65791
|
+
security: [{ console_session_with_workspace: [] }],
|
|
65792
|
+
summary: "/seam/customer/v1/settings/business_verticals/list",
|
|
65793
|
+
tags: [],
|
|
65794
|
+
"x-fern-sdk-group-name": [
|
|
65795
|
+
"seam",
|
|
65796
|
+
"customer",
|
|
65797
|
+
"v1",
|
|
65798
|
+
"settings",
|
|
65799
|
+
"business_verticals"
|
|
65800
|
+
],
|
|
65801
|
+
"x-fern-sdk-method-name": "list",
|
|
65802
|
+
"x-fern-sdk-return-value": "business_verticals",
|
|
65803
|
+
"x-response-key": "business_verticals",
|
|
65804
|
+
"x-title": "List Business Verticals",
|
|
65805
|
+
"x-undocumented": "Internal endpoint for customer portals."
|
|
65806
|
+
},
|
|
65807
|
+
post: {
|
|
65808
|
+
description: "Returns all available business verticals.",
|
|
65809
|
+
operationId: "seamCustomerV1SettingsBusinessVerticalsListPost",
|
|
65810
|
+
requestBody: {
|
|
65811
|
+
content: {
|
|
65812
|
+
"application/json": { schema: { properties: {}, type: "object" } }
|
|
65813
|
+
}
|
|
65814
|
+
},
|
|
65815
|
+
responses: {
|
|
65816
|
+
200: {
|
|
65817
|
+
content: {
|
|
65818
|
+
"application/json": {
|
|
65819
|
+
schema: {
|
|
65820
|
+
properties: {
|
|
65821
|
+
business_verticals: {
|
|
65822
|
+
items: {
|
|
65823
|
+
description: "Business vertical of the customer portal.",
|
|
65824
|
+
enum: [
|
|
65825
|
+
"neutral",
|
|
65826
|
+
"short_term_rental",
|
|
65827
|
+
"hospitality",
|
|
65828
|
+
"multi_family",
|
|
65829
|
+
"gym_management",
|
|
65830
|
+
"property_tours"
|
|
65831
|
+
],
|
|
65832
|
+
type: "string"
|
|
65833
|
+
},
|
|
65834
|
+
type: "array"
|
|
65835
|
+
},
|
|
65836
|
+
ok: { type: "boolean" }
|
|
65837
|
+
},
|
|
65838
|
+
required: ["business_verticals", "ok"],
|
|
65839
|
+
type: "object"
|
|
65840
|
+
}
|
|
65841
|
+
}
|
|
65842
|
+
},
|
|
65843
|
+
description: "OK"
|
|
65844
|
+
},
|
|
65845
|
+
400: { description: "Bad Request" },
|
|
65846
|
+
401: { description: "Unauthorized" }
|
|
65847
|
+
},
|
|
65848
|
+
security: [{ console_session_with_workspace: [] }],
|
|
65849
|
+
summary: "/seam/customer/v1/settings/business_verticals/list",
|
|
65850
|
+
tags: [],
|
|
65851
|
+
"x-fern-sdk-group-name": [
|
|
65852
|
+
"seam",
|
|
65853
|
+
"customer",
|
|
65854
|
+
"v1",
|
|
65855
|
+
"settings",
|
|
65856
|
+
"business_verticals"
|
|
65857
|
+
],
|
|
65858
|
+
"x-fern-sdk-method-name": "list",
|
|
65859
|
+
"x-fern-sdk-return-value": "business_verticals",
|
|
65860
|
+
"x-response-key": "business_verticals",
|
|
65861
|
+
"x-title": "List Business Verticals",
|
|
65862
|
+
"x-undocumented": "Internal endpoint for customer portals."
|
|
65863
|
+
}
|
|
65864
|
+
},
|
|
65737
65865
|
"/seam/customer/v1/settings/get": {
|
|
65738
65866
|
get: {
|
|
65739
65867
|
description: "Retrieves the settings for a customer portal workspace.",
|
|
@@ -65747,6 +65875,7 @@ var openapi_default = {
|
|
|
65747
65875
|
business_vertical: {
|
|
65748
65876
|
description: "Business vertical of the customer portal.",
|
|
65749
65877
|
enum: [
|
|
65878
|
+
"neutral",
|
|
65750
65879
|
"short_term_rental",
|
|
65751
65880
|
"hospitality",
|
|
65752
65881
|
"multi_family",
|
|
@@ -65790,6 +65919,7 @@ var openapi_default = {
|
|
|
65790
65919
|
business_vertical: {
|
|
65791
65920
|
description: "Business vertical of the customer portal.",
|
|
65792
65921
|
enum: [
|
|
65922
|
+
"neutral",
|
|
65793
65923
|
"short_term_rental",
|
|
65794
65924
|
"hospitality",
|
|
65795
65925
|
"multi_family",
|
|
@@ -65834,6 +65964,7 @@ var openapi_default = {
|
|
|
65834
65964
|
business_vertical: {
|
|
65835
65965
|
description: "Business vertical to set on the workspace.",
|
|
65836
65966
|
enum: [
|
|
65967
|
+
"neutral",
|
|
65837
65968
|
"short_term_rental",
|
|
65838
65969
|
"hospitality",
|
|
65839
65970
|
"multi_family",
|
|
@@ -65889,6 +66020,7 @@ var openapi_default = {
|
|
|
65889
66020
|
business_vertical: {
|
|
65890
66021
|
description: "Business vertical to set on the workspace.",
|
|
65891
66022
|
enum: [
|
|
66023
|
+
"neutral",
|
|
65892
66024
|
"short_term_rental",
|
|
65893
66025
|
"hospitality",
|
|
65894
66026
|
"multi_family",
|
|
@@ -65934,6 +66066,346 @@ var openapi_default = {
|
|
|
65934
66066
|
"x-undocumented": "Internal endpoint for customer portals."
|
|
65935
66067
|
}
|
|
65936
66068
|
},
|
|
66069
|
+
"/seam/customer/v1/settings/vertical_resource_aliases/get": {
|
|
66070
|
+
get: {
|
|
66071
|
+
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.",
|
|
66072
|
+
operationId: "seamCustomerV1SettingsVerticalResourceAliasesGetGet",
|
|
66073
|
+
parameters: [],
|
|
66074
|
+
responses: {
|
|
66075
|
+
200: {
|
|
66076
|
+
content: {
|
|
66077
|
+
"application/json": {
|
|
66078
|
+
schema: {
|
|
66079
|
+
properties: {
|
|
66080
|
+
ok: { type: "boolean" },
|
|
66081
|
+
vertical_resource_aliases: {
|
|
66082
|
+
properties: {
|
|
66083
|
+
access_grant: {
|
|
66084
|
+
description: "Primary access grant alias for this vertical.",
|
|
66085
|
+
properties: {
|
|
66086
|
+
collection_key: {
|
|
66087
|
+
description: "The key alias for a collection of resources.",
|
|
66088
|
+
type: "string"
|
|
66089
|
+
},
|
|
66090
|
+
collection_label: {
|
|
66091
|
+
description: "Human-readable label for a collection of resources.",
|
|
66092
|
+
type: "string"
|
|
66093
|
+
},
|
|
66094
|
+
resource_key: {
|
|
66095
|
+
description: "The key alias for a single resource.",
|
|
66096
|
+
type: "string"
|
|
66097
|
+
},
|
|
66098
|
+
resource_label: {
|
|
66099
|
+
description: "Human-readable label for a single resource.",
|
|
66100
|
+
type: "string"
|
|
66101
|
+
}
|
|
66102
|
+
},
|
|
66103
|
+
required: [
|
|
66104
|
+
"resource_key",
|
|
66105
|
+
"resource_label",
|
|
66106
|
+
"collection_key",
|
|
66107
|
+
"collection_label"
|
|
66108
|
+
],
|
|
66109
|
+
type: "object"
|
|
66110
|
+
},
|
|
66111
|
+
additional_spaces: {
|
|
66112
|
+
description: "Additional space aliases relevant to this vertical.",
|
|
66113
|
+
items: {
|
|
66114
|
+
properties: {
|
|
66115
|
+
collection_key: {
|
|
66116
|
+
description: "The key alias for a collection of resources.",
|
|
66117
|
+
type: "string"
|
|
66118
|
+
},
|
|
66119
|
+
collection_label: {
|
|
66120
|
+
description: "Human-readable label for a collection of resources.",
|
|
66121
|
+
type: "string"
|
|
66122
|
+
},
|
|
66123
|
+
resource_key: {
|
|
66124
|
+
description: "The key alias for a single resource.",
|
|
66125
|
+
type: "string"
|
|
66126
|
+
},
|
|
66127
|
+
resource_label: {
|
|
66128
|
+
description: "Human-readable label for a single resource.",
|
|
66129
|
+
type: "string"
|
|
66130
|
+
}
|
|
66131
|
+
},
|
|
66132
|
+
required: [
|
|
66133
|
+
"resource_key",
|
|
66134
|
+
"resource_label",
|
|
66135
|
+
"collection_key",
|
|
66136
|
+
"collection_label"
|
|
66137
|
+
],
|
|
66138
|
+
type: "object"
|
|
66139
|
+
},
|
|
66140
|
+
type: "array"
|
|
66141
|
+
},
|
|
66142
|
+
space: {
|
|
66143
|
+
description: "Primary space alias for this vertical.",
|
|
66144
|
+
properties: {
|
|
66145
|
+
collection_key: {
|
|
66146
|
+
description: "The key alias for a collection of resources.",
|
|
66147
|
+
type: "string"
|
|
66148
|
+
},
|
|
66149
|
+
collection_label: {
|
|
66150
|
+
description: "Human-readable label for a collection of resources.",
|
|
66151
|
+
type: "string"
|
|
66152
|
+
},
|
|
66153
|
+
resource_key: {
|
|
66154
|
+
description: "The key alias for a single resource.",
|
|
66155
|
+
type: "string"
|
|
66156
|
+
},
|
|
66157
|
+
resource_label: {
|
|
66158
|
+
description: "Human-readable label for a single resource.",
|
|
66159
|
+
type: "string"
|
|
66160
|
+
}
|
|
66161
|
+
},
|
|
66162
|
+
required: [
|
|
66163
|
+
"resource_key",
|
|
66164
|
+
"resource_label",
|
|
66165
|
+
"collection_key",
|
|
66166
|
+
"collection_label"
|
|
66167
|
+
],
|
|
66168
|
+
type: "object"
|
|
66169
|
+
},
|
|
66170
|
+
user_identity: {
|
|
66171
|
+
description: "Primary user identity alias for this vertical.",
|
|
66172
|
+
properties: {
|
|
66173
|
+
collection_key: {
|
|
66174
|
+
description: "The key alias for a collection of resources.",
|
|
66175
|
+
type: "string"
|
|
66176
|
+
},
|
|
66177
|
+
collection_label: {
|
|
66178
|
+
description: "Human-readable label for a collection of resources.",
|
|
66179
|
+
type: "string"
|
|
66180
|
+
},
|
|
66181
|
+
resource_key: {
|
|
66182
|
+
description: "The key alias for a single resource.",
|
|
66183
|
+
type: "string"
|
|
66184
|
+
},
|
|
66185
|
+
resource_label: {
|
|
66186
|
+
description: "Human-readable label for a single resource.",
|
|
66187
|
+
type: "string"
|
|
66188
|
+
}
|
|
66189
|
+
},
|
|
66190
|
+
required: [
|
|
66191
|
+
"resource_key",
|
|
66192
|
+
"resource_label",
|
|
66193
|
+
"collection_key",
|
|
66194
|
+
"collection_label"
|
|
66195
|
+
],
|
|
66196
|
+
type: "object"
|
|
66197
|
+
}
|
|
66198
|
+
},
|
|
66199
|
+
required: [
|
|
66200
|
+
"space",
|
|
66201
|
+
"additional_spaces",
|
|
66202
|
+
"user_identity",
|
|
66203
|
+
"access_grant"
|
|
66204
|
+
],
|
|
66205
|
+
type: "object"
|
|
66206
|
+
}
|
|
66207
|
+
},
|
|
66208
|
+
required: ["vertical_resource_aliases", "ok"],
|
|
66209
|
+
type: "object"
|
|
66210
|
+
}
|
|
66211
|
+
}
|
|
66212
|
+
},
|
|
66213
|
+
description: "OK"
|
|
66214
|
+
},
|
|
66215
|
+
400: { description: "Bad Request" },
|
|
66216
|
+
401: { description: "Unauthorized" }
|
|
66217
|
+
},
|
|
66218
|
+
security: [
|
|
66219
|
+
{ console_session_with_workspace: [] },
|
|
66220
|
+
{ client_session_with_customer: [] }
|
|
66221
|
+
],
|
|
66222
|
+
summary: "/seam/customer/v1/settings/vertical_resource_aliases/get",
|
|
66223
|
+
tags: [],
|
|
66224
|
+
"x-fern-sdk-group-name": [
|
|
66225
|
+
"seam",
|
|
66226
|
+
"customer",
|
|
66227
|
+
"v1",
|
|
66228
|
+
"settings",
|
|
66229
|
+
"vertical_resource_aliases"
|
|
66230
|
+
],
|
|
66231
|
+
"x-fern-sdk-method-name": "get",
|
|
66232
|
+
"x-fern-sdk-return-value": "vertical_resource_aliases",
|
|
66233
|
+
"x-response-key": "vertical_resource_aliases",
|
|
66234
|
+
"x-title": "Get Vertical Resource Aliases",
|
|
66235
|
+
"x-undocumented": "Internal endpoint for customer portals."
|
|
66236
|
+
},
|
|
66237
|
+
post: {
|
|
66238
|
+
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.",
|
|
66239
|
+
operationId: "seamCustomerV1SettingsVerticalResourceAliasesGetPost",
|
|
66240
|
+
requestBody: {
|
|
66241
|
+
content: {
|
|
66242
|
+
"application/json": { schema: { properties: {}, type: "object" } }
|
|
66243
|
+
}
|
|
66244
|
+
},
|
|
66245
|
+
responses: {
|
|
66246
|
+
200: {
|
|
66247
|
+
content: {
|
|
66248
|
+
"application/json": {
|
|
66249
|
+
schema: {
|
|
66250
|
+
properties: {
|
|
66251
|
+
ok: { type: "boolean" },
|
|
66252
|
+
vertical_resource_aliases: {
|
|
66253
|
+
properties: {
|
|
66254
|
+
access_grant: {
|
|
66255
|
+
description: "Primary access grant alias for this vertical.",
|
|
66256
|
+
properties: {
|
|
66257
|
+
collection_key: {
|
|
66258
|
+
description: "The key alias for a collection of resources.",
|
|
66259
|
+
type: "string"
|
|
66260
|
+
},
|
|
66261
|
+
collection_label: {
|
|
66262
|
+
description: "Human-readable label for a collection of resources.",
|
|
66263
|
+
type: "string"
|
|
66264
|
+
},
|
|
66265
|
+
resource_key: {
|
|
66266
|
+
description: "The key alias for a single resource.",
|
|
66267
|
+
type: "string"
|
|
66268
|
+
},
|
|
66269
|
+
resource_label: {
|
|
66270
|
+
description: "Human-readable label for a single resource.",
|
|
66271
|
+
type: "string"
|
|
66272
|
+
}
|
|
66273
|
+
},
|
|
66274
|
+
required: [
|
|
66275
|
+
"resource_key",
|
|
66276
|
+
"resource_label",
|
|
66277
|
+
"collection_key",
|
|
66278
|
+
"collection_label"
|
|
66279
|
+
],
|
|
66280
|
+
type: "object"
|
|
66281
|
+
},
|
|
66282
|
+
additional_spaces: {
|
|
66283
|
+
description: "Additional space aliases relevant to this vertical.",
|
|
66284
|
+
items: {
|
|
66285
|
+
properties: {
|
|
66286
|
+
collection_key: {
|
|
66287
|
+
description: "The key alias for a collection of resources.",
|
|
66288
|
+
type: "string"
|
|
66289
|
+
},
|
|
66290
|
+
collection_label: {
|
|
66291
|
+
description: "Human-readable label for a collection of resources.",
|
|
66292
|
+
type: "string"
|
|
66293
|
+
},
|
|
66294
|
+
resource_key: {
|
|
66295
|
+
description: "The key alias for a single resource.",
|
|
66296
|
+
type: "string"
|
|
66297
|
+
},
|
|
66298
|
+
resource_label: {
|
|
66299
|
+
description: "Human-readable label for a single resource.",
|
|
66300
|
+
type: "string"
|
|
66301
|
+
}
|
|
66302
|
+
},
|
|
66303
|
+
required: [
|
|
66304
|
+
"resource_key",
|
|
66305
|
+
"resource_label",
|
|
66306
|
+
"collection_key",
|
|
66307
|
+
"collection_label"
|
|
66308
|
+
],
|
|
66309
|
+
type: "object"
|
|
66310
|
+
},
|
|
66311
|
+
type: "array"
|
|
66312
|
+
},
|
|
66313
|
+
space: {
|
|
66314
|
+
description: "Primary space alias for this vertical.",
|
|
66315
|
+
properties: {
|
|
66316
|
+
collection_key: {
|
|
66317
|
+
description: "The key alias for a collection of resources.",
|
|
66318
|
+
type: "string"
|
|
66319
|
+
},
|
|
66320
|
+
collection_label: {
|
|
66321
|
+
description: "Human-readable label for a collection of resources.",
|
|
66322
|
+
type: "string"
|
|
66323
|
+
},
|
|
66324
|
+
resource_key: {
|
|
66325
|
+
description: "The key alias for a single resource.",
|
|
66326
|
+
type: "string"
|
|
66327
|
+
},
|
|
66328
|
+
resource_label: {
|
|
66329
|
+
description: "Human-readable label for a single resource.",
|
|
66330
|
+
type: "string"
|
|
66331
|
+
}
|
|
66332
|
+
},
|
|
66333
|
+
required: [
|
|
66334
|
+
"resource_key",
|
|
66335
|
+
"resource_label",
|
|
66336
|
+
"collection_key",
|
|
66337
|
+
"collection_label"
|
|
66338
|
+
],
|
|
66339
|
+
type: "object"
|
|
66340
|
+
},
|
|
66341
|
+
user_identity: {
|
|
66342
|
+
description: "Primary user identity alias for this vertical.",
|
|
66343
|
+
properties: {
|
|
66344
|
+
collection_key: {
|
|
66345
|
+
description: "The key alias for a collection of resources.",
|
|
66346
|
+
type: "string"
|
|
66347
|
+
},
|
|
66348
|
+
collection_label: {
|
|
66349
|
+
description: "Human-readable label for a collection of resources.",
|
|
66350
|
+
type: "string"
|
|
66351
|
+
},
|
|
66352
|
+
resource_key: {
|
|
66353
|
+
description: "The key alias for a single resource.",
|
|
66354
|
+
type: "string"
|
|
66355
|
+
},
|
|
66356
|
+
resource_label: {
|
|
66357
|
+
description: "Human-readable label for a single resource.",
|
|
66358
|
+
type: "string"
|
|
66359
|
+
}
|
|
66360
|
+
},
|
|
66361
|
+
required: [
|
|
66362
|
+
"resource_key",
|
|
66363
|
+
"resource_label",
|
|
66364
|
+
"collection_key",
|
|
66365
|
+
"collection_label"
|
|
66366
|
+
],
|
|
66367
|
+
type: "object"
|
|
66368
|
+
}
|
|
66369
|
+
},
|
|
66370
|
+
required: [
|
|
66371
|
+
"space",
|
|
66372
|
+
"additional_spaces",
|
|
66373
|
+
"user_identity",
|
|
66374
|
+
"access_grant"
|
|
66375
|
+
],
|
|
66376
|
+
type: "object"
|
|
66377
|
+
}
|
|
66378
|
+
},
|
|
66379
|
+
required: ["vertical_resource_aliases", "ok"],
|
|
66380
|
+
type: "object"
|
|
66381
|
+
}
|
|
66382
|
+
}
|
|
66383
|
+
},
|
|
66384
|
+
description: "OK"
|
|
66385
|
+
},
|
|
66386
|
+
400: { description: "Bad Request" },
|
|
66387
|
+
401: { description: "Unauthorized" }
|
|
66388
|
+
},
|
|
66389
|
+
security: [
|
|
66390
|
+
{ console_session_with_workspace: [] },
|
|
66391
|
+
{ client_session_with_customer: [] }
|
|
66392
|
+
],
|
|
66393
|
+
summary: "/seam/customer/v1/settings/vertical_resource_aliases/get",
|
|
66394
|
+
tags: [],
|
|
66395
|
+
"x-fern-sdk-group-name": [
|
|
66396
|
+
"seam",
|
|
66397
|
+
"customer",
|
|
66398
|
+
"v1",
|
|
66399
|
+
"settings",
|
|
66400
|
+
"vertical_resource_aliases"
|
|
66401
|
+
],
|
|
66402
|
+
"x-fern-sdk-method-name": "get",
|
|
66403
|
+
"x-fern-sdk-return-value": "vertical_resource_aliases",
|
|
66404
|
+
"x-response-key": "vertical_resource_aliases",
|
|
66405
|
+
"x-title": "Get Vertical Resource Aliases",
|
|
66406
|
+
"x-undocumented": "Internal endpoint for customer portals."
|
|
66407
|
+
}
|
|
66408
|
+
},
|
|
65937
66409
|
"/seam/customer/v1/spaces/create": {
|
|
65938
66410
|
post: {
|
|
65939
66411
|
description: "Creates a new space with optional parent space support.",
|