@seamapi/types 1.154.0 → 1.154.1
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 +9 -270
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17 -425
- package/lib/seam/connect/openapi.d.ts +17 -339
- package/lib/seam/connect/openapi.js +4 -265
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -86
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -265
- package/src/lib/seam/connect/route-types.ts +0 -86
|
@@ -2901,7 +2901,6 @@ export default {
|
|
|
2901
2901
|
tags: ['/access_codes'],
|
|
2902
2902
|
'x-fern-sdk-group-name': ['access_codes'],
|
|
2903
2903
|
'x-fern-sdk-method-name': 'delete',
|
|
2904
|
-
'x-fern-sdk-return-value': 'action_attempt',
|
|
2905
2904
|
},
|
|
2906
2905
|
},
|
|
2907
2906
|
'/access_codes/generate_code': {
|
|
@@ -3304,7 +3303,6 @@ export default {
|
|
|
3304
3303
|
tags: ['/access_codes'],
|
|
3305
3304
|
'x-fern-sdk-group-name': ['access_codes', 'unmanaged'],
|
|
3306
3305
|
'x-fern-sdk-method-name': 'delete',
|
|
3307
|
-
'x-fern-sdk-return-value': 'action_attempt',
|
|
3308
3306
|
},
|
|
3309
3307
|
},
|
|
3310
3308
|
'/access_codes/unmanaged/get': {
|
|
@@ -3656,7 +3654,6 @@ export default {
|
|
|
3656
3654
|
tags: ['/access_codes'],
|
|
3657
3655
|
'x-fern-sdk-group-name': ['access_codes'],
|
|
3658
3656
|
'x-fern-sdk-method-name': 'update',
|
|
3659
|
-
'x-fern-sdk-return-value': 'action_attempt',
|
|
3660
3657
|
},
|
|
3661
3658
|
put: {
|
|
3662
3659
|
operationId: 'accessCodesUpdatePut',
|
|
@@ -6516,9 +6513,10 @@ export default {
|
|
|
6516
6513
|
401: { description: 'Unauthorized' },
|
|
6517
6514
|
},
|
|
6518
6515
|
security: [
|
|
6519
|
-
{
|
|
6520
|
-
{
|
|
6521
|
-
{
|
|
6516
|
+
{ client_session: [] },
|
|
6517
|
+
{ pat_with_workspace: [] },
|
|
6518
|
+
{ console_session: [] },
|
|
6519
|
+
{ api_key: [] },
|
|
6522
6520
|
],
|
|
6523
6521
|
summary: '/connect_webviews/list',
|
|
6524
6522
|
tags: ['/connect_webviews'],
|
|
@@ -6527,34 +6525,6 @@ export default {
|
|
|
6527
6525
|
'x-fern-sdk-return-value': 'connect_webviews',
|
|
6528
6526
|
},
|
|
6529
6527
|
},
|
|
6530
|
-
'/connect_webviews/view': {
|
|
6531
|
-
get: {
|
|
6532
|
-
operationId: 'connectWebviewsViewGet',
|
|
6533
|
-
parameters: [
|
|
6534
|
-
{
|
|
6535
|
-
in: 'query',
|
|
6536
|
-
name: 'connect_webview_id',
|
|
6537
|
-
required: true,
|
|
6538
|
-
schema: { format: 'uuid', type: 'string' },
|
|
6539
|
-
},
|
|
6540
|
-
{
|
|
6541
|
-
in: 'query',
|
|
6542
|
-
name: 'auth_token',
|
|
6543
|
-
required: true,
|
|
6544
|
-
schema: { type: 'string' },
|
|
6545
|
-
},
|
|
6546
|
-
],
|
|
6547
|
-
responses: {
|
|
6548
|
-
200: { description: 'OK' },
|
|
6549
|
-
400: { description: 'Bad Request' },
|
|
6550
|
-
401: { description: 'Unauthorized' },
|
|
6551
|
-
},
|
|
6552
|
-
summary: '/connect_webviews/view',
|
|
6553
|
-
tags: ['/connect_webviews'],
|
|
6554
|
-
'x-fern-sdk-group-name': ['connect_webviews'],
|
|
6555
|
-
'x-fern-sdk-method-name': 'view',
|
|
6556
|
-
},
|
|
6557
|
-
},
|
|
6558
6528
|
'/connected_accounts/delete': {
|
|
6559
6529
|
post: {
|
|
6560
6530
|
operationId: 'connectedAccountsDeletePost',
|
|
@@ -7928,235 +7898,6 @@ export default {
|
|
|
7928
7898
|
'x-fern-sdk-return-value': 'events',
|
|
7929
7899
|
},
|
|
7930
7900
|
},
|
|
7931
|
-
'/health': {
|
|
7932
|
-
get: {
|
|
7933
|
-
operationId: 'healthGet',
|
|
7934
|
-
responses: {
|
|
7935
|
-
200: {
|
|
7936
|
-
content: {
|
|
7937
|
-
'application/json': {
|
|
7938
|
-
schema: {
|
|
7939
|
-
properties: {
|
|
7940
|
-
last_service_evaluation_at: { type: 'string' },
|
|
7941
|
-
msg: {
|
|
7942
|
-
enum: ['I’m one with the Force. The Force is with me.'],
|
|
7943
|
-
type: 'string',
|
|
7944
|
-
},
|
|
7945
|
-
ok: { type: 'boolean' },
|
|
7946
|
-
service_health_statuses: {
|
|
7947
|
-
items: { $ref: '#/components/schemas/service_health' },
|
|
7948
|
-
type: 'array',
|
|
7949
|
-
},
|
|
7950
|
-
},
|
|
7951
|
-
required: ['ok', 'msg', 'service_health_statuses'],
|
|
7952
|
-
type: 'object',
|
|
7953
|
-
},
|
|
7954
|
-
},
|
|
7955
|
-
},
|
|
7956
|
-
description: 'OK',
|
|
7957
|
-
},
|
|
7958
|
-
400: { description: 'Bad Request' },
|
|
7959
|
-
401: { description: 'Unauthorized' },
|
|
7960
|
-
},
|
|
7961
|
-
summary: '/health',
|
|
7962
|
-
tags: ['/health'],
|
|
7963
|
-
'x-fern-ignore': true,
|
|
7964
|
-
},
|
|
7965
|
-
post: {
|
|
7966
|
-
operationId: 'healthPost',
|
|
7967
|
-
responses: {
|
|
7968
|
-
200: {
|
|
7969
|
-
content: {
|
|
7970
|
-
'application/json': {
|
|
7971
|
-
schema: {
|
|
7972
|
-
properties: {
|
|
7973
|
-
last_service_evaluation_at: { type: 'string' },
|
|
7974
|
-
msg: {
|
|
7975
|
-
enum: ['I’m one with the Force. The Force is with me.'],
|
|
7976
|
-
type: 'string',
|
|
7977
|
-
},
|
|
7978
|
-
ok: { type: 'boolean' },
|
|
7979
|
-
service_health_statuses: {
|
|
7980
|
-
items: { $ref: '#/components/schemas/service_health' },
|
|
7981
|
-
type: 'array',
|
|
7982
|
-
},
|
|
7983
|
-
},
|
|
7984
|
-
required: ['ok', 'msg', 'service_health_statuses'],
|
|
7985
|
-
type: 'object',
|
|
7986
|
-
},
|
|
7987
|
-
},
|
|
7988
|
-
},
|
|
7989
|
-
description: 'OK',
|
|
7990
|
-
},
|
|
7991
|
-
400: { description: 'Bad Request' },
|
|
7992
|
-
401: { description: 'Unauthorized' },
|
|
7993
|
-
},
|
|
7994
|
-
summary: '/health',
|
|
7995
|
-
tags: ['/health'],
|
|
7996
|
-
'x-fern-ignore': true,
|
|
7997
|
-
},
|
|
7998
|
-
},
|
|
7999
|
-
'/health/get_health': {
|
|
8000
|
-
get: {
|
|
8001
|
-
operationId: 'healthGetHealthGet',
|
|
8002
|
-
responses: {
|
|
8003
|
-
200: {
|
|
8004
|
-
content: {
|
|
8005
|
-
'application/json': {
|
|
8006
|
-
schema: {
|
|
8007
|
-
properties: {
|
|
8008
|
-
last_service_evaluation_at: { type: 'string' },
|
|
8009
|
-
msg: {
|
|
8010
|
-
enum: ['I’m one with the Force. The Force is with me.'],
|
|
8011
|
-
type: 'string',
|
|
8012
|
-
},
|
|
8013
|
-
ok: { type: 'boolean' },
|
|
8014
|
-
service_health_statuses: {
|
|
8015
|
-
items: { $ref: '#/components/schemas/service_health' },
|
|
8016
|
-
type: 'array',
|
|
8017
|
-
},
|
|
8018
|
-
},
|
|
8019
|
-
required: ['ok', 'msg', 'service_health_statuses'],
|
|
8020
|
-
type: 'object',
|
|
8021
|
-
},
|
|
8022
|
-
},
|
|
8023
|
-
},
|
|
8024
|
-
description: 'OK',
|
|
8025
|
-
},
|
|
8026
|
-
400: { description: 'Bad Request' },
|
|
8027
|
-
401: { description: 'Unauthorized' },
|
|
8028
|
-
},
|
|
8029
|
-
summary: '/health/get_health',
|
|
8030
|
-
tags: ['/health'],
|
|
8031
|
-
'x-fern-ignore': true,
|
|
8032
|
-
},
|
|
8033
|
-
post: {
|
|
8034
|
-
operationId: 'healthGetHealthPost',
|
|
8035
|
-
responses: {
|
|
8036
|
-
200: {
|
|
8037
|
-
content: {
|
|
8038
|
-
'application/json': {
|
|
8039
|
-
schema: {
|
|
8040
|
-
properties: {
|
|
8041
|
-
last_service_evaluation_at: { type: 'string' },
|
|
8042
|
-
msg: {
|
|
8043
|
-
enum: ['I’m one with the Force. The Force is with me.'],
|
|
8044
|
-
type: 'string',
|
|
8045
|
-
},
|
|
8046
|
-
ok: { type: 'boolean' },
|
|
8047
|
-
service_health_statuses: {
|
|
8048
|
-
items: { $ref: '#/components/schemas/service_health' },
|
|
8049
|
-
type: 'array',
|
|
8050
|
-
},
|
|
8051
|
-
},
|
|
8052
|
-
required: ['ok', 'msg', 'service_health_statuses'],
|
|
8053
|
-
type: 'object',
|
|
8054
|
-
},
|
|
8055
|
-
},
|
|
8056
|
-
},
|
|
8057
|
-
description: 'OK',
|
|
8058
|
-
},
|
|
8059
|
-
400: { description: 'Bad Request' },
|
|
8060
|
-
401: { description: 'Unauthorized' },
|
|
8061
|
-
},
|
|
8062
|
-
summary: '/health/get_health',
|
|
8063
|
-
tags: ['/health'],
|
|
8064
|
-
'x-fern-sdk-group-name': ['health'],
|
|
8065
|
-
'x-fern-sdk-method-name': 'get_health',
|
|
8066
|
-
},
|
|
8067
|
-
},
|
|
8068
|
-
'/health/get_service_health': {
|
|
8069
|
-
post: {
|
|
8070
|
-
operationId: 'healthGetServiceHealthPost',
|
|
8071
|
-
requestBody: {
|
|
8072
|
-
content: {
|
|
8073
|
-
'application/json': {
|
|
8074
|
-
schema: {
|
|
8075
|
-
properties: { service: { type: 'string' } },
|
|
8076
|
-
required: ['service'],
|
|
8077
|
-
type: 'object',
|
|
8078
|
-
},
|
|
8079
|
-
},
|
|
8080
|
-
},
|
|
8081
|
-
},
|
|
8082
|
-
responses: {
|
|
8083
|
-
200: {
|
|
8084
|
-
content: {
|
|
8085
|
-
'application/json': {
|
|
8086
|
-
schema: {
|
|
8087
|
-
properties: {
|
|
8088
|
-
last_service_evaluation_at: { type: 'string' },
|
|
8089
|
-
ok: { type: 'boolean' },
|
|
8090
|
-
service_health: {
|
|
8091
|
-
$ref: '#/components/schemas/service_health',
|
|
8092
|
-
},
|
|
8093
|
-
},
|
|
8094
|
-
required: [
|
|
8095
|
-
'ok',
|
|
8096
|
-
'last_service_evaluation_at',
|
|
8097
|
-
'service_health',
|
|
8098
|
-
],
|
|
8099
|
-
type: 'object',
|
|
8100
|
-
},
|
|
8101
|
-
},
|
|
8102
|
-
},
|
|
8103
|
-
description: 'OK',
|
|
8104
|
-
},
|
|
8105
|
-
400: { description: 'Bad Request' },
|
|
8106
|
-
401: { description: 'Unauthorized' },
|
|
8107
|
-
},
|
|
8108
|
-
summary: '/health/get_service_health',
|
|
8109
|
-
tags: ['/health'],
|
|
8110
|
-
'x-fern-sdk-group-name': ['health'],
|
|
8111
|
-
'x-fern-sdk-method-name': 'get_service_health',
|
|
8112
|
-
},
|
|
8113
|
-
},
|
|
8114
|
-
'/health/service/[service_name]': {
|
|
8115
|
-
post: {
|
|
8116
|
-
operationId: 'healthServiceByServiceNamePost',
|
|
8117
|
-
requestBody: {
|
|
8118
|
-
content: {
|
|
8119
|
-
'application/json': {
|
|
8120
|
-
schema: {
|
|
8121
|
-
properties: { service_name: { type: 'string' } },
|
|
8122
|
-
required: ['service_name'],
|
|
8123
|
-
type: 'object',
|
|
8124
|
-
},
|
|
8125
|
-
},
|
|
8126
|
-
},
|
|
8127
|
-
},
|
|
8128
|
-
responses: {
|
|
8129
|
-
200: {
|
|
8130
|
-
content: {
|
|
8131
|
-
'application/json': {
|
|
8132
|
-
schema: {
|
|
8133
|
-
properties: {
|
|
8134
|
-
last_service_evaluation_at: { type: 'string' },
|
|
8135
|
-
ok: { type: 'boolean' },
|
|
8136
|
-
service_health: {
|
|
8137
|
-
$ref: '#/components/schemas/service_health',
|
|
8138
|
-
},
|
|
8139
|
-
},
|
|
8140
|
-
required: [
|
|
8141
|
-
'ok',
|
|
8142
|
-
'last_service_evaluation_at',
|
|
8143
|
-
'service_health',
|
|
8144
|
-
],
|
|
8145
|
-
type: 'object',
|
|
8146
|
-
},
|
|
8147
|
-
},
|
|
8148
|
-
},
|
|
8149
|
-
description: 'OK',
|
|
8150
|
-
},
|
|
8151
|
-
400: { description: 'Bad Request' },
|
|
8152
|
-
401: { description: 'Unauthorized' },
|
|
8153
|
-
},
|
|
8154
|
-
summary: '/health/service/[service_name]',
|
|
8155
|
-
tags: ['/health'],
|
|
8156
|
-
'x-fern-sdk-group-name': ['health', 'service'],
|
|
8157
|
-
'x-fern-sdk-method-name': 'by_service_name',
|
|
8158
|
-
},
|
|
8159
|
-
},
|
|
8160
7901
|
'/locks/get': {
|
|
8161
7902
|
post: {
|
|
8162
7903
|
operationId: 'locksGetPost',
|
|
@@ -8746,7 +8487,6 @@ export default {
|
|
|
8746
8487
|
tags: ['/noise_sensors'],
|
|
8747
8488
|
'x-fern-sdk-group-name': ['noise_sensors', 'noise_thresholds'],
|
|
8748
8489
|
'x-fern-sdk-method-name': 'delete',
|
|
8749
|
-
'x-fern-sdk-return-value': 'action_attempt',
|
|
8750
8490
|
},
|
|
8751
8491
|
},
|
|
8752
8492
|
'/noise_sensors/noise_thresholds/get': {
|
|
@@ -8954,7 +8694,6 @@ export default {
|
|
|
8954
8694
|
tags: ['/noise_sensors'],
|
|
8955
8695
|
'x-fern-sdk-group-name': ['noise_sensors', 'noise_thresholds'],
|
|
8956
8696
|
'x-fern-sdk-method-name': 'update',
|
|
8957
|
-
'x-fern-sdk-return-value': 'action_attempt',
|
|
8958
8697
|
},
|
|
8959
8698
|
put: {
|
|
8960
8699
|
operationId: 'noiseSensorsNoiseThresholdsUpdatePut',
|