@seamapi/types 1.423.0 → 1.423.2
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 +82 -173
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +97 -213
- package/lib/seam/connect/openapi.d.ts +94 -210
- package/lib/seam/connect/openapi.js +82 -173
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +84 -190
- package/src/lib/seam/connect/route-types.ts +3 -3
package/dist/connect.d.cts
CHANGED
|
@@ -51110,78 +51110,6 @@ declare const _default: {
|
|
|
51110
51110
|
};
|
|
51111
51111
|
};
|
|
51112
51112
|
'/devices/simulate/remove': {
|
|
51113
|
-
delete: {
|
|
51114
|
-
description: string;
|
|
51115
|
-
operationId: string;
|
|
51116
|
-
requestBody: {
|
|
51117
|
-
content: {
|
|
51118
|
-
'application/json': {
|
|
51119
|
-
schema: {
|
|
51120
|
-
properties: {
|
|
51121
|
-
device_id: {
|
|
51122
|
-
description: string;
|
|
51123
|
-
format: string;
|
|
51124
|
-
type: string;
|
|
51125
|
-
};
|
|
51126
|
-
};
|
|
51127
|
-
required: string[];
|
|
51128
|
-
type: string;
|
|
51129
|
-
};
|
|
51130
|
-
};
|
|
51131
|
-
};
|
|
51132
|
-
};
|
|
51133
|
-
responses: {
|
|
51134
|
-
200: {
|
|
51135
|
-
content: {
|
|
51136
|
-
'application/json': {
|
|
51137
|
-
schema: {
|
|
51138
|
-
properties: {
|
|
51139
|
-
ok: {
|
|
51140
|
-
type: string;
|
|
51141
|
-
};
|
|
51142
|
-
};
|
|
51143
|
-
required: string[];
|
|
51144
|
-
type: string;
|
|
51145
|
-
};
|
|
51146
|
-
};
|
|
51147
|
-
};
|
|
51148
|
-
description: string;
|
|
51149
|
-
};
|
|
51150
|
-
400: {
|
|
51151
|
-
description: string;
|
|
51152
|
-
};
|
|
51153
|
-
401: {
|
|
51154
|
-
description: string;
|
|
51155
|
-
};
|
|
51156
|
-
};
|
|
51157
|
-
security: ({
|
|
51158
|
-
api_key: never[];
|
|
51159
|
-
pat_with_workspace?: never;
|
|
51160
|
-
console_session_with_workspace?: never;
|
|
51161
|
-
client_session_with_customer?: never;
|
|
51162
|
-
} | {
|
|
51163
|
-
pat_with_workspace: never[];
|
|
51164
|
-
api_key?: never;
|
|
51165
|
-
console_session_with_workspace?: never;
|
|
51166
|
-
client_session_with_customer?: never;
|
|
51167
|
-
} | {
|
|
51168
|
-
console_session_with_workspace: never[];
|
|
51169
|
-
api_key?: never;
|
|
51170
|
-
pat_with_workspace?: never;
|
|
51171
|
-
client_session_with_customer?: never;
|
|
51172
|
-
} | {
|
|
51173
|
-
client_session_with_customer: never[];
|
|
51174
|
-
api_key?: never;
|
|
51175
|
-
pat_with_workspace?: never;
|
|
51176
|
-
console_session_with_workspace?: never;
|
|
51177
|
-
})[];
|
|
51178
|
-
summary: string;
|
|
51179
|
-
tags: string[];
|
|
51180
|
-
'x-fern-sdk-group-name': string[];
|
|
51181
|
-
'x-fern-sdk-method-name': string;
|
|
51182
|
-
'x-response-key': null;
|
|
51183
|
-
'x-title': string;
|
|
51184
|
-
};
|
|
51185
51113
|
post: {
|
|
51186
51114
|
description: string;
|
|
51187
51115
|
operationId: string;
|
|
@@ -55910,144 +55838,6 @@ declare const _default: {
|
|
|
55910
55838
|
};
|
|
55911
55839
|
};
|
|
55912
55840
|
'/phones/simulate/create_sandbox_phone': {
|
|
55913
|
-
get: {
|
|
55914
|
-
description: string;
|
|
55915
|
-
operationId: string;
|
|
55916
|
-
requestBody: {
|
|
55917
|
-
content: {
|
|
55918
|
-
'application/json': {
|
|
55919
|
-
schema: {
|
|
55920
|
-
properties: {
|
|
55921
|
-
assa_abloy_metadata: {
|
|
55922
|
-
default: {};
|
|
55923
|
-
description: string;
|
|
55924
|
-
properties: {
|
|
55925
|
-
application_version: {
|
|
55926
|
-
default: string;
|
|
55927
|
-
description: string;
|
|
55928
|
-
type: string;
|
|
55929
|
-
};
|
|
55930
|
-
ble_capability: {
|
|
55931
|
-
default: boolean;
|
|
55932
|
-
description: string;
|
|
55933
|
-
type: string;
|
|
55934
|
-
};
|
|
55935
|
-
hce_capability: {
|
|
55936
|
-
default: boolean;
|
|
55937
|
-
description: string;
|
|
55938
|
-
type: string;
|
|
55939
|
-
};
|
|
55940
|
-
nfc_capability: {
|
|
55941
|
-
default: boolean;
|
|
55942
|
-
description: string;
|
|
55943
|
-
type: string;
|
|
55944
|
-
};
|
|
55945
|
-
seos_applet_version: {
|
|
55946
|
-
default: string;
|
|
55947
|
-
description: string;
|
|
55948
|
-
type: string;
|
|
55949
|
-
};
|
|
55950
|
-
seos_tsm_endpoint_id: {
|
|
55951
|
-
default: number;
|
|
55952
|
-
description: string;
|
|
55953
|
-
format: string;
|
|
55954
|
-
type: string;
|
|
55955
|
-
};
|
|
55956
|
-
};
|
|
55957
|
-
type: string;
|
|
55958
|
-
};
|
|
55959
|
-
custom_sdk_installation_id: {
|
|
55960
|
-
description: string;
|
|
55961
|
-
type: string;
|
|
55962
|
-
};
|
|
55963
|
-
phone_metadata: {
|
|
55964
|
-
default: {};
|
|
55965
|
-
description: string;
|
|
55966
|
-
properties: {
|
|
55967
|
-
device_manufacturer: {
|
|
55968
|
-
default: string;
|
|
55969
|
-
description: string;
|
|
55970
|
-
type: string;
|
|
55971
|
-
};
|
|
55972
|
-
device_model: {
|
|
55973
|
-
default: string;
|
|
55974
|
-
description: string;
|
|
55975
|
-
type: string;
|
|
55976
|
-
};
|
|
55977
|
-
operating_system: {
|
|
55978
|
-
default: string;
|
|
55979
|
-
description: string;
|
|
55980
|
-
enum: string[];
|
|
55981
|
-
type: string;
|
|
55982
|
-
};
|
|
55983
|
-
os_version: {
|
|
55984
|
-
default: string;
|
|
55985
|
-
description: string;
|
|
55986
|
-
type: string;
|
|
55987
|
-
};
|
|
55988
|
-
};
|
|
55989
|
-
type: string;
|
|
55990
|
-
};
|
|
55991
|
-
user_identity_id: {
|
|
55992
|
-
description: string;
|
|
55993
|
-
format: string;
|
|
55994
|
-
type: string;
|
|
55995
|
-
};
|
|
55996
|
-
};
|
|
55997
|
-
required: string[];
|
|
55998
|
-
type: string;
|
|
55999
|
-
};
|
|
56000
|
-
};
|
|
56001
|
-
};
|
|
56002
|
-
};
|
|
56003
|
-
responses: {
|
|
56004
|
-
200: {
|
|
56005
|
-
content: {
|
|
56006
|
-
'application/json': {
|
|
56007
|
-
schema: {
|
|
56008
|
-
properties: {
|
|
56009
|
-
ok: {
|
|
56010
|
-
type: string;
|
|
56011
|
-
};
|
|
56012
|
-
phone: {
|
|
56013
|
-
$ref: string;
|
|
56014
|
-
};
|
|
56015
|
-
};
|
|
56016
|
-
required: string[];
|
|
56017
|
-
type: string;
|
|
56018
|
-
};
|
|
56019
|
-
};
|
|
56020
|
-
};
|
|
56021
|
-
description: string;
|
|
56022
|
-
};
|
|
56023
|
-
400: {
|
|
56024
|
-
description: string;
|
|
56025
|
-
};
|
|
56026
|
-
401: {
|
|
56027
|
-
description: string;
|
|
56028
|
-
};
|
|
56029
|
-
};
|
|
56030
|
-
security: ({
|
|
56031
|
-
api_key: never[];
|
|
56032
|
-
pat_with_workspace?: never;
|
|
56033
|
-
console_session_with_workspace?: never;
|
|
56034
|
-
} | {
|
|
56035
|
-
pat_with_workspace: never[];
|
|
56036
|
-
api_key?: never;
|
|
56037
|
-
console_session_with_workspace?: never;
|
|
56038
|
-
} | {
|
|
56039
|
-
console_session_with_workspace: never[];
|
|
56040
|
-
api_key?: never;
|
|
56041
|
-
pat_with_workspace?: never;
|
|
56042
|
-
})[];
|
|
56043
|
-
summary: string;
|
|
56044
|
-
tags: string[];
|
|
56045
|
-
'x-fern-sdk-group-name': string[];
|
|
56046
|
-
'x-fern-sdk-method-name': string;
|
|
56047
|
-
'x-fern-sdk-return-value': string;
|
|
56048
|
-
'x-response-key': string;
|
|
56049
|
-
'x-title': string;
|
|
56050
|
-
};
|
|
56051
55841
|
post: {
|
|
56052
55842
|
description: string;
|
|
56053
55843
|
operationId: string;
|
|
@@ -56671,6 +56461,100 @@ declare const _default: {
|
|
|
56671
56461
|
'x-title': string;
|
|
56672
56462
|
'x-undocumented': string;
|
|
56673
56463
|
};
|
|
56464
|
+
post: {
|
|
56465
|
+
description: string;
|
|
56466
|
+
operationId: string;
|
|
56467
|
+
requestBody: {
|
|
56468
|
+
content: {
|
|
56469
|
+
'application/json': {
|
|
56470
|
+
schema: {
|
|
56471
|
+
properties: {
|
|
56472
|
+
customer_portal_id: {
|
|
56473
|
+
description: string;
|
|
56474
|
+
type: string;
|
|
56475
|
+
};
|
|
56476
|
+
};
|
|
56477
|
+
required: string[];
|
|
56478
|
+
type: string;
|
|
56479
|
+
};
|
|
56480
|
+
};
|
|
56481
|
+
};
|
|
56482
|
+
};
|
|
56483
|
+
responses: {
|
|
56484
|
+
200: {
|
|
56485
|
+
content: {
|
|
56486
|
+
'application/json': {
|
|
56487
|
+
schema: {
|
|
56488
|
+
properties: {
|
|
56489
|
+
customer_portal: {
|
|
56490
|
+
properties: {
|
|
56491
|
+
business_vertical: {
|
|
56492
|
+
description: string;
|
|
56493
|
+
enum: string[];
|
|
56494
|
+
type: string;
|
|
56495
|
+
};
|
|
56496
|
+
features: {
|
|
56497
|
+
properties: {
|
|
56498
|
+
connect: {
|
|
56499
|
+
properties: {
|
|
56500
|
+
exclude: {
|
|
56501
|
+
type: string;
|
|
56502
|
+
};
|
|
56503
|
+
};
|
|
56504
|
+
type: string;
|
|
56505
|
+
};
|
|
56506
|
+
manage_devices: {
|
|
56507
|
+
properties: {
|
|
56508
|
+
exclude: {
|
|
56509
|
+
type: string;
|
|
56510
|
+
};
|
|
56511
|
+
};
|
|
56512
|
+
type: string;
|
|
56513
|
+
};
|
|
56514
|
+
organize: {
|
|
56515
|
+
properties: {
|
|
56516
|
+
exclude: {
|
|
56517
|
+
type: string;
|
|
56518
|
+
};
|
|
56519
|
+
};
|
|
56520
|
+
type: string;
|
|
56521
|
+
};
|
|
56522
|
+
};
|
|
56523
|
+
type: string;
|
|
56524
|
+
};
|
|
56525
|
+
};
|
|
56526
|
+
type: string;
|
|
56527
|
+
};
|
|
56528
|
+
ok: {
|
|
56529
|
+
type: string;
|
|
56530
|
+
};
|
|
56531
|
+
};
|
|
56532
|
+
required: string[];
|
|
56533
|
+
type: string;
|
|
56534
|
+
};
|
|
56535
|
+
};
|
|
56536
|
+
};
|
|
56537
|
+
description: string;
|
|
56538
|
+
};
|
|
56539
|
+
400: {
|
|
56540
|
+
description: string;
|
|
56541
|
+
};
|
|
56542
|
+
401: {
|
|
56543
|
+
description: string;
|
|
56544
|
+
};
|
|
56545
|
+
};
|
|
56546
|
+
security: {
|
|
56547
|
+
client_session_with_customer: never[];
|
|
56548
|
+
}[];
|
|
56549
|
+
summary: string;
|
|
56550
|
+
tags: never[];
|
|
56551
|
+
'x-fern-sdk-group-name': string[];
|
|
56552
|
+
'x-fern-sdk-method-name': string;
|
|
56553
|
+
'x-fern-sdk-return-value': string;
|
|
56554
|
+
'x-response-key': string;
|
|
56555
|
+
'x-title': string;
|
|
56556
|
+
'x-undocumented': string;
|
|
56557
|
+
};
|
|
56674
56558
|
};
|
|
56675
56559
|
'/seam/customer/v1/settings/update': {
|
|
56676
56560
|
patch: {
|
|
@@ -93772,7 +93656,7 @@ interface Routes {
|
|
|
93772
93656
|
};
|
|
93773
93657
|
'/devices/simulate/remove': {
|
|
93774
93658
|
route: '/devices/simulate/remove';
|
|
93775
|
-
method: '
|
|
93659
|
+
method: 'POST';
|
|
93776
93660
|
queryParams: {};
|
|
93777
93661
|
jsonBody: {
|
|
93778
93662
|
/** ID of the device that you want to simulate removing from Seam. */
|
|
@@ -113769,7 +113653,7 @@ interface Routes {
|
|
|
113769
113653
|
};
|
|
113770
113654
|
'/phones/simulate/create_sandbox_phone': {
|
|
113771
113655
|
route: '/phones/simulate/create_sandbox_phone';
|
|
113772
|
-
method: '
|
|
113656
|
+
method: 'POST';
|
|
113773
113657
|
queryParams: {};
|
|
113774
113658
|
jsonBody: {
|
|
113775
113659
|
/** ID of the custom SDK installation that you want to use for the simulated phone. */
|
|
@@ -114175,7 +114059,7 @@ interface Routes {
|
|
|
114175
114059
|
};
|
|
114176
114060
|
'/seam/customer/v1/portals/get': {
|
|
114177
114061
|
route: '/seam/customer/v1/portals/get';
|
|
114178
|
-
method: 'GET';
|
|
114062
|
+
method: 'GET' | 'POST';
|
|
114179
114063
|
queryParams: {};
|
|
114180
114064
|
jsonBody: {};
|
|
114181
114065
|
commonParams: {
|
|
@@ -29333,78 +29333,6 @@ declare const _default: {
|
|
|
29333
29333
|
};
|
|
29334
29334
|
};
|
|
29335
29335
|
'/devices/simulate/remove': {
|
|
29336
|
-
delete: {
|
|
29337
|
-
description: string;
|
|
29338
|
-
operationId: string;
|
|
29339
|
-
requestBody: {
|
|
29340
|
-
content: {
|
|
29341
|
-
'application/json': {
|
|
29342
|
-
schema: {
|
|
29343
|
-
properties: {
|
|
29344
|
-
device_id: {
|
|
29345
|
-
description: string;
|
|
29346
|
-
format: string;
|
|
29347
|
-
type: string;
|
|
29348
|
-
};
|
|
29349
|
-
};
|
|
29350
|
-
required: string[];
|
|
29351
|
-
type: string;
|
|
29352
|
-
};
|
|
29353
|
-
};
|
|
29354
|
-
};
|
|
29355
|
-
};
|
|
29356
|
-
responses: {
|
|
29357
|
-
200: {
|
|
29358
|
-
content: {
|
|
29359
|
-
'application/json': {
|
|
29360
|
-
schema: {
|
|
29361
|
-
properties: {
|
|
29362
|
-
ok: {
|
|
29363
|
-
type: string;
|
|
29364
|
-
};
|
|
29365
|
-
};
|
|
29366
|
-
required: string[];
|
|
29367
|
-
type: string;
|
|
29368
|
-
};
|
|
29369
|
-
};
|
|
29370
|
-
};
|
|
29371
|
-
description: string;
|
|
29372
|
-
};
|
|
29373
|
-
400: {
|
|
29374
|
-
description: string;
|
|
29375
|
-
};
|
|
29376
|
-
401: {
|
|
29377
|
-
description: string;
|
|
29378
|
-
};
|
|
29379
|
-
};
|
|
29380
|
-
security: ({
|
|
29381
|
-
api_key: never[];
|
|
29382
|
-
pat_with_workspace?: never;
|
|
29383
|
-
console_session_with_workspace?: never;
|
|
29384
|
-
client_session_with_customer?: never;
|
|
29385
|
-
} | {
|
|
29386
|
-
pat_with_workspace: never[];
|
|
29387
|
-
api_key?: never;
|
|
29388
|
-
console_session_with_workspace?: never;
|
|
29389
|
-
client_session_with_customer?: never;
|
|
29390
|
-
} | {
|
|
29391
|
-
console_session_with_workspace: never[];
|
|
29392
|
-
api_key?: never;
|
|
29393
|
-
pat_with_workspace?: never;
|
|
29394
|
-
client_session_with_customer?: never;
|
|
29395
|
-
} | {
|
|
29396
|
-
client_session_with_customer: never[];
|
|
29397
|
-
api_key?: never;
|
|
29398
|
-
pat_with_workspace?: never;
|
|
29399
|
-
console_session_with_workspace?: never;
|
|
29400
|
-
})[];
|
|
29401
|
-
summary: string;
|
|
29402
|
-
tags: string[];
|
|
29403
|
-
'x-fern-sdk-group-name': string[];
|
|
29404
|
-
'x-fern-sdk-method-name': string;
|
|
29405
|
-
'x-response-key': null;
|
|
29406
|
-
'x-title': string;
|
|
29407
|
-
};
|
|
29408
29336
|
post: {
|
|
29409
29337
|
description: string;
|
|
29410
29338
|
operationId: string;
|
|
@@ -34133,144 +34061,6 @@ declare const _default: {
|
|
|
34133
34061
|
};
|
|
34134
34062
|
};
|
|
34135
34063
|
'/phones/simulate/create_sandbox_phone': {
|
|
34136
|
-
get: {
|
|
34137
|
-
description: string;
|
|
34138
|
-
operationId: string;
|
|
34139
|
-
requestBody: {
|
|
34140
|
-
content: {
|
|
34141
|
-
'application/json': {
|
|
34142
|
-
schema: {
|
|
34143
|
-
properties: {
|
|
34144
|
-
assa_abloy_metadata: {
|
|
34145
|
-
default: {};
|
|
34146
|
-
description: string;
|
|
34147
|
-
properties: {
|
|
34148
|
-
application_version: {
|
|
34149
|
-
default: string;
|
|
34150
|
-
description: string;
|
|
34151
|
-
type: string;
|
|
34152
|
-
};
|
|
34153
|
-
ble_capability: {
|
|
34154
|
-
default: boolean;
|
|
34155
|
-
description: string;
|
|
34156
|
-
type: string;
|
|
34157
|
-
};
|
|
34158
|
-
hce_capability: {
|
|
34159
|
-
default: boolean;
|
|
34160
|
-
description: string;
|
|
34161
|
-
type: string;
|
|
34162
|
-
};
|
|
34163
|
-
nfc_capability: {
|
|
34164
|
-
default: boolean;
|
|
34165
|
-
description: string;
|
|
34166
|
-
type: string;
|
|
34167
|
-
};
|
|
34168
|
-
seos_applet_version: {
|
|
34169
|
-
default: string;
|
|
34170
|
-
description: string;
|
|
34171
|
-
type: string;
|
|
34172
|
-
};
|
|
34173
|
-
seos_tsm_endpoint_id: {
|
|
34174
|
-
default: number;
|
|
34175
|
-
description: string;
|
|
34176
|
-
format: string;
|
|
34177
|
-
type: string;
|
|
34178
|
-
};
|
|
34179
|
-
};
|
|
34180
|
-
type: string;
|
|
34181
|
-
};
|
|
34182
|
-
custom_sdk_installation_id: {
|
|
34183
|
-
description: string;
|
|
34184
|
-
type: string;
|
|
34185
|
-
};
|
|
34186
|
-
phone_metadata: {
|
|
34187
|
-
default: {};
|
|
34188
|
-
description: string;
|
|
34189
|
-
properties: {
|
|
34190
|
-
device_manufacturer: {
|
|
34191
|
-
default: string;
|
|
34192
|
-
description: string;
|
|
34193
|
-
type: string;
|
|
34194
|
-
};
|
|
34195
|
-
device_model: {
|
|
34196
|
-
default: string;
|
|
34197
|
-
description: string;
|
|
34198
|
-
type: string;
|
|
34199
|
-
};
|
|
34200
|
-
operating_system: {
|
|
34201
|
-
default: string;
|
|
34202
|
-
description: string;
|
|
34203
|
-
enum: string[];
|
|
34204
|
-
type: string;
|
|
34205
|
-
};
|
|
34206
|
-
os_version: {
|
|
34207
|
-
default: string;
|
|
34208
|
-
description: string;
|
|
34209
|
-
type: string;
|
|
34210
|
-
};
|
|
34211
|
-
};
|
|
34212
|
-
type: string;
|
|
34213
|
-
};
|
|
34214
|
-
user_identity_id: {
|
|
34215
|
-
description: string;
|
|
34216
|
-
format: string;
|
|
34217
|
-
type: string;
|
|
34218
|
-
};
|
|
34219
|
-
};
|
|
34220
|
-
required: string[];
|
|
34221
|
-
type: string;
|
|
34222
|
-
};
|
|
34223
|
-
};
|
|
34224
|
-
};
|
|
34225
|
-
};
|
|
34226
|
-
responses: {
|
|
34227
|
-
200: {
|
|
34228
|
-
content: {
|
|
34229
|
-
'application/json': {
|
|
34230
|
-
schema: {
|
|
34231
|
-
properties: {
|
|
34232
|
-
ok: {
|
|
34233
|
-
type: string;
|
|
34234
|
-
};
|
|
34235
|
-
phone: {
|
|
34236
|
-
$ref: string;
|
|
34237
|
-
};
|
|
34238
|
-
};
|
|
34239
|
-
required: string[];
|
|
34240
|
-
type: string;
|
|
34241
|
-
};
|
|
34242
|
-
};
|
|
34243
|
-
};
|
|
34244
|
-
description: string;
|
|
34245
|
-
};
|
|
34246
|
-
400: {
|
|
34247
|
-
description: string;
|
|
34248
|
-
};
|
|
34249
|
-
401: {
|
|
34250
|
-
description: string;
|
|
34251
|
-
};
|
|
34252
|
-
};
|
|
34253
|
-
security: ({
|
|
34254
|
-
api_key: never[];
|
|
34255
|
-
pat_with_workspace?: never;
|
|
34256
|
-
console_session_with_workspace?: never;
|
|
34257
|
-
} | {
|
|
34258
|
-
pat_with_workspace: never[];
|
|
34259
|
-
api_key?: never;
|
|
34260
|
-
console_session_with_workspace?: never;
|
|
34261
|
-
} | {
|
|
34262
|
-
console_session_with_workspace: never[];
|
|
34263
|
-
api_key?: never;
|
|
34264
|
-
pat_with_workspace?: never;
|
|
34265
|
-
})[];
|
|
34266
|
-
summary: string;
|
|
34267
|
-
tags: string[];
|
|
34268
|
-
'x-fern-sdk-group-name': string[];
|
|
34269
|
-
'x-fern-sdk-method-name': string;
|
|
34270
|
-
'x-fern-sdk-return-value': string;
|
|
34271
|
-
'x-response-key': string;
|
|
34272
|
-
'x-title': string;
|
|
34273
|
-
};
|
|
34274
34064
|
post: {
|
|
34275
34065
|
description: string;
|
|
34276
34066
|
operationId: string;
|
|
@@ -34894,6 +34684,100 @@ declare const _default: {
|
|
|
34894
34684
|
'x-title': string;
|
|
34895
34685
|
'x-undocumented': string;
|
|
34896
34686
|
};
|
|
34687
|
+
post: {
|
|
34688
|
+
description: string;
|
|
34689
|
+
operationId: string;
|
|
34690
|
+
requestBody: {
|
|
34691
|
+
content: {
|
|
34692
|
+
'application/json': {
|
|
34693
|
+
schema: {
|
|
34694
|
+
properties: {
|
|
34695
|
+
customer_portal_id: {
|
|
34696
|
+
description: string;
|
|
34697
|
+
type: string;
|
|
34698
|
+
};
|
|
34699
|
+
};
|
|
34700
|
+
required: string[];
|
|
34701
|
+
type: string;
|
|
34702
|
+
};
|
|
34703
|
+
};
|
|
34704
|
+
};
|
|
34705
|
+
};
|
|
34706
|
+
responses: {
|
|
34707
|
+
200: {
|
|
34708
|
+
content: {
|
|
34709
|
+
'application/json': {
|
|
34710
|
+
schema: {
|
|
34711
|
+
properties: {
|
|
34712
|
+
customer_portal: {
|
|
34713
|
+
properties: {
|
|
34714
|
+
business_vertical: {
|
|
34715
|
+
description: string;
|
|
34716
|
+
enum: string[];
|
|
34717
|
+
type: string;
|
|
34718
|
+
};
|
|
34719
|
+
features: {
|
|
34720
|
+
properties: {
|
|
34721
|
+
connect: {
|
|
34722
|
+
properties: {
|
|
34723
|
+
exclude: {
|
|
34724
|
+
type: string;
|
|
34725
|
+
};
|
|
34726
|
+
};
|
|
34727
|
+
type: string;
|
|
34728
|
+
};
|
|
34729
|
+
manage_devices: {
|
|
34730
|
+
properties: {
|
|
34731
|
+
exclude: {
|
|
34732
|
+
type: string;
|
|
34733
|
+
};
|
|
34734
|
+
};
|
|
34735
|
+
type: string;
|
|
34736
|
+
};
|
|
34737
|
+
organize: {
|
|
34738
|
+
properties: {
|
|
34739
|
+
exclude: {
|
|
34740
|
+
type: string;
|
|
34741
|
+
};
|
|
34742
|
+
};
|
|
34743
|
+
type: string;
|
|
34744
|
+
};
|
|
34745
|
+
};
|
|
34746
|
+
type: string;
|
|
34747
|
+
};
|
|
34748
|
+
};
|
|
34749
|
+
type: string;
|
|
34750
|
+
};
|
|
34751
|
+
ok: {
|
|
34752
|
+
type: string;
|
|
34753
|
+
};
|
|
34754
|
+
};
|
|
34755
|
+
required: string[];
|
|
34756
|
+
type: string;
|
|
34757
|
+
};
|
|
34758
|
+
};
|
|
34759
|
+
};
|
|
34760
|
+
description: string;
|
|
34761
|
+
};
|
|
34762
|
+
400: {
|
|
34763
|
+
description: string;
|
|
34764
|
+
};
|
|
34765
|
+
401: {
|
|
34766
|
+
description: string;
|
|
34767
|
+
};
|
|
34768
|
+
};
|
|
34769
|
+
security: {
|
|
34770
|
+
client_session_with_customer: never[];
|
|
34771
|
+
}[];
|
|
34772
|
+
summary: string;
|
|
34773
|
+
tags: never[];
|
|
34774
|
+
'x-fern-sdk-group-name': string[];
|
|
34775
|
+
'x-fern-sdk-method-name': string;
|
|
34776
|
+
'x-fern-sdk-return-value': string;
|
|
34777
|
+
'x-response-key': string;
|
|
34778
|
+
'x-title': string;
|
|
34779
|
+
'x-undocumented': string;
|
|
34780
|
+
};
|
|
34897
34781
|
};
|
|
34898
34782
|
'/seam/customer/v1/settings/update': {
|
|
34899
34783
|
patch: {
|