@seamapi/types 1.62.0 → 1.63.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 +53 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +120 -24
- package/lib/seam/connect/openapi.d.ts +108 -24
- package/lib/seam/connect/openapi.js +53 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +53 -6
- package/src/lib/seam/connect/route-types.ts +12 -0
package/dist/connect.d.cts
CHANGED
|
@@ -6232,6 +6232,80 @@ declare const _default: {
|
|
|
6232
6232
|
'x-fern-sdk-method-name': string;
|
|
6233
6233
|
};
|
|
6234
6234
|
};
|
|
6235
|
+
'/acs/entrances/grant_access': {
|
|
6236
|
+
post: {
|
|
6237
|
+
operationId: string;
|
|
6238
|
+
requestBody: {
|
|
6239
|
+
content: {
|
|
6240
|
+
'application/json': {
|
|
6241
|
+
schema: {
|
|
6242
|
+
properties: {
|
|
6243
|
+
acs_entrance_id: {
|
|
6244
|
+
format: string;
|
|
6245
|
+
type: string;
|
|
6246
|
+
};
|
|
6247
|
+
acs_user_id: {
|
|
6248
|
+
format: string;
|
|
6249
|
+
type: string;
|
|
6250
|
+
};
|
|
6251
|
+
};
|
|
6252
|
+
required: string[];
|
|
6253
|
+
type: string;
|
|
6254
|
+
};
|
|
6255
|
+
};
|
|
6256
|
+
};
|
|
6257
|
+
};
|
|
6258
|
+
responses: {
|
|
6259
|
+
200: {
|
|
6260
|
+
content: {
|
|
6261
|
+
'application/json': {
|
|
6262
|
+
schema: {
|
|
6263
|
+
properties: {
|
|
6264
|
+
ok: {
|
|
6265
|
+
type: string;
|
|
6266
|
+
};
|
|
6267
|
+
};
|
|
6268
|
+
required: string[];
|
|
6269
|
+
type: string;
|
|
6270
|
+
};
|
|
6271
|
+
};
|
|
6272
|
+
};
|
|
6273
|
+
description: string;
|
|
6274
|
+
};
|
|
6275
|
+
400: {
|
|
6276
|
+
description: string;
|
|
6277
|
+
};
|
|
6278
|
+
401: {
|
|
6279
|
+
description: string;
|
|
6280
|
+
};
|
|
6281
|
+
};
|
|
6282
|
+
security: ({
|
|
6283
|
+
api_key: never[];
|
|
6284
|
+
client_session?: never;
|
|
6285
|
+
pat_with_workspace?: never;
|
|
6286
|
+
console_session?: never;
|
|
6287
|
+
} | {
|
|
6288
|
+
client_session: never[];
|
|
6289
|
+
api_key?: never;
|
|
6290
|
+
pat_with_workspace?: never;
|
|
6291
|
+
console_session?: never;
|
|
6292
|
+
} | {
|
|
6293
|
+
pat_with_workspace: never[];
|
|
6294
|
+
api_key?: never;
|
|
6295
|
+
client_session?: never;
|
|
6296
|
+
console_session?: never;
|
|
6297
|
+
} | {
|
|
6298
|
+
console_session: never[];
|
|
6299
|
+
api_key?: never;
|
|
6300
|
+
client_session?: never;
|
|
6301
|
+
pat_with_workspace?: never;
|
|
6302
|
+
})[];
|
|
6303
|
+
summary: string;
|
|
6304
|
+
tags: never[];
|
|
6305
|
+
'x-fern-sdk-group-name': string[];
|
|
6306
|
+
'x-fern-sdk-method-name': string;
|
|
6307
|
+
};
|
|
6308
|
+
};
|
|
6235
6309
|
'/acs/entrances/list': {
|
|
6236
6310
|
post: {
|
|
6237
6311
|
operationId: string;
|
|
@@ -13840,20 +13914,25 @@ declare const _default: {
|
|
|
13840
13914
|
};
|
|
13841
13915
|
};
|
|
13842
13916
|
security: ({
|
|
13843
|
-
|
|
13844
|
-
|
|
13845
|
-
|
|
13846
|
-
|
|
13917
|
+
api_key: never[];
|
|
13918
|
+
user_session?: never;
|
|
13919
|
+
client_session?: never;
|
|
13920
|
+
pat_with_workspace?: never;
|
|
13847
13921
|
} | {
|
|
13848
|
-
|
|
13849
|
-
|
|
13850
|
-
|
|
13851
|
-
|
|
13922
|
+
user_session: never[];
|
|
13923
|
+
api_key?: never;
|
|
13924
|
+
client_session?: never;
|
|
13925
|
+
pat_with_workspace?: never;
|
|
13852
13926
|
} | {
|
|
13853
|
-
|
|
13854
|
-
|
|
13855
|
-
|
|
13856
|
-
|
|
13927
|
+
client_session: never[];
|
|
13928
|
+
api_key?: never;
|
|
13929
|
+
user_session?: never;
|
|
13930
|
+
pat_with_workspace?: never;
|
|
13931
|
+
} | {
|
|
13932
|
+
pat_with_workspace: never[];
|
|
13933
|
+
api_key?: never;
|
|
13934
|
+
user_session?: never;
|
|
13935
|
+
client_session?: never;
|
|
13857
13936
|
})[];
|
|
13858
13937
|
summary: string;
|
|
13859
13938
|
tags: string[];
|
|
@@ -13889,20 +13968,25 @@ declare const _default: {
|
|
|
13889
13968
|
};
|
|
13890
13969
|
};
|
|
13891
13970
|
security: ({
|
|
13892
|
-
|
|
13893
|
-
|
|
13894
|
-
|
|
13895
|
-
|
|
13971
|
+
api_key: never[];
|
|
13972
|
+
user_session?: never;
|
|
13973
|
+
client_session?: never;
|
|
13974
|
+
pat_with_workspace?: never;
|
|
13896
13975
|
} | {
|
|
13897
|
-
|
|
13898
|
-
|
|
13899
|
-
|
|
13900
|
-
|
|
13976
|
+
user_session: never[];
|
|
13977
|
+
api_key?: never;
|
|
13978
|
+
client_session?: never;
|
|
13979
|
+
pat_with_workspace?: never;
|
|
13901
13980
|
} | {
|
|
13902
|
-
|
|
13903
|
-
|
|
13904
|
-
|
|
13905
|
-
|
|
13981
|
+
client_session: never[];
|
|
13982
|
+
api_key?: never;
|
|
13983
|
+
user_session?: never;
|
|
13984
|
+
pat_with_workspace?: never;
|
|
13985
|
+
} | {
|
|
13986
|
+
pat_with_workspace: never[];
|
|
13987
|
+
api_key?: never;
|
|
13988
|
+
user_session?: never;
|
|
13989
|
+
client_session?: never;
|
|
13906
13990
|
})[];
|
|
13907
13991
|
summary: string;
|
|
13908
13992
|
tags: string[];
|
|
@@ -15099,6 +15183,18 @@ interface Routes {
|
|
|
15099
15183
|
};
|
|
15100
15184
|
};
|
|
15101
15185
|
};
|
|
15186
|
+
'/acs/entrances/grant_access': {
|
|
15187
|
+
route: '/acs/entrances/grant_access';
|
|
15188
|
+
method: 'POST';
|
|
15189
|
+
queryParams: {};
|
|
15190
|
+
jsonBody: {
|
|
15191
|
+
acs_entrance_id: string;
|
|
15192
|
+
acs_user_id: string;
|
|
15193
|
+
};
|
|
15194
|
+
commonParams: {};
|
|
15195
|
+
formData: {};
|
|
15196
|
+
jsonResponse: {};
|
|
15197
|
+
};
|
|
15102
15198
|
'/acs/entrances/list': {
|
|
15103
15199
|
route: '/acs/entrances/list';
|
|
15104
15200
|
method: 'GET' | 'POST';
|
|
@@ -6155,6 +6155,80 @@ declare const _default: {
|
|
|
6155
6155
|
'x-fern-sdk-method-name': string;
|
|
6156
6156
|
};
|
|
6157
6157
|
};
|
|
6158
|
+
'/acs/entrances/grant_access': {
|
|
6159
|
+
post: {
|
|
6160
|
+
operationId: string;
|
|
6161
|
+
requestBody: {
|
|
6162
|
+
content: {
|
|
6163
|
+
'application/json': {
|
|
6164
|
+
schema: {
|
|
6165
|
+
properties: {
|
|
6166
|
+
acs_entrance_id: {
|
|
6167
|
+
format: string;
|
|
6168
|
+
type: string;
|
|
6169
|
+
};
|
|
6170
|
+
acs_user_id: {
|
|
6171
|
+
format: string;
|
|
6172
|
+
type: string;
|
|
6173
|
+
};
|
|
6174
|
+
};
|
|
6175
|
+
required: string[];
|
|
6176
|
+
type: string;
|
|
6177
|
+
};
|
|
6178
|
+
};
|
|
6179
|
+
};
|
|
6180
|
+
};
|
|
6181
|
+
responses: {
|
|
6182
|
+
200: {
|
|
6183
|
+
content: {
|
|
6184
|
+
'application/json': {
|
|
6185
|
+
schema: {
|
|
6186
|
+
properties: {
|
|
6187
|
+
ok: {
|
|
6188
|
+
type: string;
|
|
6189
|
+
};
|
|
6190
|
+
};
|
|
6191
|
+
required: string[];
|
|
6192
|
+
type: string;
|
|
6193
|
+
};
|
|
6194
|
+
};
|
|
6195
|
+
};
|
|
6196
|
+
description: string;
|
|
6197
|
+
};
|
|
6198
|
+
400: {
|
|
6199
|
+
description: string;
|
|
6200
|
+
};
|
|
6201
|
+
401: {
|
|
6202
|
+
description: string;
|
|
6203
|
+
};
|
|
6204
|
+
};
|
|
6205
|
+
security: ({
|
|
6206
|
+
api_key: never[];
|
|
6207
|
+
client_session?: never;
|
|
6208
|
+
pat_with_workspace?: never;
|
|
6209
|
+
console_session?: never;
|
|
6210
|
+
} | {
|
|
6211
|
+
client_session: never[];
|
|
6212
|
+
api_key?: never;
|
|
6213
|
+
pat_with_workspace?: never;
|
|
6214
|
+
console_session?: never;
|
|
6215
|
+
} | {
|
|
6216
|
+
pat_with_workspace: never[];
|
|
6217
|
+
api_key?: never;
|
|
6218
|
+
client_session?: never;
|
|
6219
|
+
console_session?: never;
|
|
6220
|
+
} | {
|
|
6221
|
+
console_session: never[];
|
|
6222
|
+
api_key?: never;
|
|
6223
|
+
client_session?: never;
|
|
6224
|
+
pat_with_workspace?: never;
|
|
6225
|
+
})[];
|
|
6226
|
+
summary: string;
|
|
6227
|
+
tags: never[];
|
|
6228
|
+
'x-fern-sdk-group-name': string[];
|
|
6229
|
+
'x-fern-sdk-method-name': string;
|
|
6230
|
+
};
|
|
6231
|
+
};
|
|
6158
6232
|
'/acs/entrances/list': {
|
|
6159
6233
|
post: {
|
|
6160
6234
|
operationId: string;
|
|
@@ -13763,20 +13837,25 @@ declare const _default: {
|
|
|
13763
13837
|
};
|
|
13764
13838
|
};
|
|
13765
13839
|
security: ({
|
|
13766
|
-
|
|
13767
|
-
|
|
13768
|
-
|
|
13769
|
-
|
|
13840
|
+
api_key: never[];
|
|
13841
|
+
user_session?: never;
|
|
13842
|
+
client_session?: never;
|
|
13843
|
+
pat_with_workspace?: never;
|
|
13770
13844
|
} | {
|
|
13771
|
-
|
|
13772
|
-
|
|
13773
|
-
|
|
13774
|
-
|
|
13845
|
+
user_session: never[];
|
|
13846
|
+
api_key?: never;
|
|
13847
|
+
client_session?: never;
|
|
13848
|
+
pat_with_workspace?: never;
|
|
13775
13849
|
} | {
|
|
13776
|
-
|
|
13777
|
-
|
|
13778
|
-
|
|
13779
|
-
|
|
13850
|
+
client_session: never[];
|
|
13851
|
+
api_key?: never;
|
|
13852
|
+
user_session?: never;
|
|
13853
|
+
pat_with_workspace?: never;
|
|
13854
|
+
} | {
|
|
13855
|
+
pat_with_workspace: never[];
|
|
13856
|
+
api_key?: never;
|
|
13857
|
+
user_session?: never;
|
|
13858
|
+
client_session?: never;
|
|
13780
13859
|
})[];
|
|
13781
13860
|
summary: string;
|
|
13782
13861
|
tags: string[];
|
|
@@ -13812,20 +13891,25 @@ declare const _default: {
|
|
|
13812
13891
|
};
|
|
13813
13892
|
};
|
|
13814
13893
|
security: ({
|
|
13815
|
-
|
|
13816
|
-
|
|
13817
|
-
|
|
13818
|
-
|
|
13894
|
+
api_key: never[];
|
|
13895
|
+
user_session?: never;
|
|
13896
|
+
client_session?: never;
|
|
13897
|
+
pat_with_workspace?: never;
|
|
13819
13898
|
} | {
|
|
13820
|
-
|
|
13821
|
-
|
|
13822
|
-
|
|
13823
|
-
|
|
13899
|
+
user_session: never[];
|
|
13900
|
+
api_key?: never;
|
|
13901
|
+
client_session?: never;
|
|
13902
|
+
pat_with_workspace?: never;
|
|
13824
13903
|
} | {
|
|
13825
|
-
|
|
13826
|
-
|
|
13827
|
-
|
|
13828
|
-
|
|
13904
|
+
client_session: never[];
|
|
13905
|
+
api_key?: never;
|
|
13906
|
+
user_session?: never;
|
|
13907
|
+
pat_with_workspace?: never;
|
|
13908
|
+
} | {
|
|
13909
|
+
pat_with_workspace: never[];
|
|
13910
|
+
api_key?: never;
|
|
13911
|
+
user_session?: never;
|
|
13912
|
+
client_session?: never;
|
|
13829
13913
|
})[];
|
|
13830
13914
|
summary: string;
|
|
13831
13915
|
tags: string[];
|
|
@@ -4426,6 +4426,51 @@ export default {
|
|
|
4426
4426
|
'x-fern-sdk-method-name': 'get',
|
|
4427
4427
|
},
|
|
4428
4428
|
},
|
|
4429
|
+
'/acs/entrances/grant_access': {
|
|
4430
|
+
post: {
|
|
4431
|
+
operationId: 'acsEntrancesGrantAccessPost',
|
|
4432
|
+
requestBody: {
|
|
4433
|
+
content: {
|
|
4434
|
+
'application/json': {
|
|
4435
|
+
schema: {
|
|
4436
|
+
properties: {
|
|
4437
|
+
acs_entrance_id: { format: 'uuid', type: 'string' },
|
|
4438
|
+
acs_user_id: { format: 'uuid', type: 'string' },
|
|
4439
|
+
},
|
|
4440
|
+
required: ['acs_entrance_id', 'acs_user_id'],
|
|
4441
|
+
type: 'object',
|
|
4442
|
+
},
|
|
4443
|
+
},
|
|
4444
|
+
},
|
|
4445
|
+
},
|
|
4446
|
+
responses: {
|
|
4447
|
+
200: {
|
|
4448
|
+
content: {
|
|
4449
|
+
'application/json': {
|
|
4450
|
+
schema: {
|
|
4451
|
+
properties: { ok: { type: 'boolean' } },
|
|
4452
|
+
required: ['ok'],
|
|
4453
|
+
type: 'object',
|
|
4454
|
+
},
|
|
4455
|
+
},
|
|
4456
|
+
},
|
|
4457
|
+
description: 'OK',
|
|
4458
|
+
},
|
|
4459
|
+
400: { description: 'Bad Request' },
|
|
4460
|
+
401: { description: 'Unauthorized' },
|
|
4461
|
+
},
|
|
4462
|
+
security: [
|
|
4463
|
+
{ api_key: [] },
|
|
4464
|
+
{ client_session: [] },
|
|
4465
|
+
{ pat_with_workspace: [] },
|
|
4466
|
+
{ console_session: [] },
|
|
4467
|
+
],
|
|
4468
|
+
summary: '/acs/entrances/grant_access',
|
|
4469
|
+
tags: [],
|
|
4470
|
+
'x-fern-sdk-group-name': ['acs', 'entrances'],
|
|
4471
|
+
'x-fern-sdk-method-name': 'grant_access',
|
|
4472
|
+
},
|
|
4473
|
+
},
|
|
4429
4474
|
'/acs/entrances/list': {
|
|
4430
4475
|
post: {
|
|
4431
4476
|
operationId: 'acsEntrancesListPost',
|
|
@@ -10046,9 +10091,10 @@ export default {
|
|
|
10046
10091
|
401: { description: 'Unauthorized' },
|
|
10047
10092
|
},
|
|
10048
10093
|
security: [
|
|
10049
|
-
{
|
|
10050
|
-
{
|
|
10051
|
-
{
|
|
10094
|
+
{ api_key: [] },
|
|
10095
|
+
{ user_session: [] },
|
|
10096
|
+
{ client_session: [] },
|
|
10097
|
+
{ pat_with_workspace: [] },
|
|
10052
10098
|
],
|
|
10053
10099
|
summary: '/workspaces/get',
|
|
10054
10100
|
tags: ['/workspaces'],
|
|
@@ -10076,9 +10122,10 @@ export default {
|
|
|
10076
10122
|
401: { description: 'Unauthorized' },
|
|
10077
10123
|
},
|
|
10078
10124
|
security: [
|
|
10079
|
-
{
|
|
10080
|
-
{
|
|
10081
|
-
{
|
|
10125
|
+
{ api_key: [] },
|
|
10126
|
+
{ user_session: [] },
|
|
10127
|
+
{ client_session: [] },
|
|
10128
|
+
{ pat_with_workspace: [] },
|
|
10082
10129
|
],
|
|
10083
10130
|
summary: '/workspaces/get',
|
|
10084
10131
|
tags: ['/workspaces'],
|