@seamapi/types 1.630.0 → 1.632.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 +86 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +202 -0
- package/dist/index.cjs +86 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +135 -0
- package/lib/seam/connect/openapi.js +82 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +67 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +82 -0
- package/src/lib/seam/connect/route-types.ts +67 -0
|
@@ -20893,14 +20893,22 @@ declare const _default: {
|
|
|
20893
20893
|
pat_with_workspace: never[];
|
|
20894
20894
|
console_session_with_workspace?: never;
|
|
20895
20895
|
api_key?: never;
|
|
20896
|
+
client_session_with_customer?: never;
|
|
20896
20897
|
} | {
|
|
20897
20898
|
console_session_with_workspace: never[];
|
|
20898
20899
|
pat_with_workspace?: never;
|
|
20899
20900
|
api_key?: never;
|
|
20901
|
+
client_session_with_customer?: never;
|
|
20900
20902
|
} | {
|
|
20901
20903
|
api_key: never[];
|
|
20902
20904
|
pat_with_workspace?: never;
|
|
20903
20905
|
console_session_with_workspace?: never;
|
|
20906
|
+
client_session_with_customer?: never;
|
|
20907
|
+
} | {
|
|
20908
|
+
client_session_with_customer: never[];
|
|
20909
|
+
pat_with_workspace?: never;
|
|
20910
|
+
console_session_with_workspace?: never;
|
|
20911
|
+
api_key?: never;
|
|
20904
20912
|
})[];
|
|
20905
20913
|
summary: string;
|
|
20906
20914
|
tags: never[];
|
|
@@ -21150,14 +21158,22 @@ declare const _default: {
|
|
|
21150
21158
|
pat_with_workspace: never[];
|
|
21151
21159
|
console_session_with_workspace?: never;
|
|
21152
21160
|
api_key?: never;
|
|
21161
|
+
client_session_with_customer?: never;
|
|
21153
21162
|
} | {
|
|
21154
21163
|
console_session_with_workspace: never[];
|
|
21155
21164
|
pat_with_workspace?: never;
|
|
21156
21165
|
api_key?: never;
|
|
21166
|
+
client_session_with_customer?: never;
|
|
21157
21167
|
} | {
|
|
21158
21168
|
api_key: never[];
|
|
21159
21169
|
pat_with_workspace?: never;
|
|
21160
21170
|
console_session_with_workspace?: never;
|
|
21171
|
+
client_session_with_customer?: never;
|
|
21172
|
+
} | {
|
|
21173
|
+
client_session_with_customer: never[];
|
|
21174
|
+
pat_with_workspace?: never;
|
|
21175
|
+
console_session_with_workspace?: never;
|
|
21176
|
+
api_key?: never;
|
|
21161
21177
|
})[];
|
|
21162
21178
|
summary: string;
|
|
21163
21179
|
tags: never[];
|
|
@@ -41943,6 +41959,109 @@ declare const _default: {
|
|
|
41943
41959
|
'x-undocumented': string;
|
|
41944
41960
|
};
|
|
41945
41961
|
};
|
|
41962
|
+
'/seam/customer/v1/access_grants/list': {
|
|
41963
|
+
get: {
|
|
41964
|
+
description: string;
|
|
41965
|
+
operationId: string;
|
|
41966
|
+
parameters: never[];
|
|
41967
|
+
responses: {
|
|
41968
|
+
200: {
|
|
41969
|
+
content: {
|
|
41970
|
+
'application/json': {
|
|
41971
|
+
schema: {
|
|
41972
|
+
properties: {
|
|
41973
|
+
access_grants: {
|
|
41974
|
+
items: {
|
|
41975
|
+
$ref: string;
|
|
41976
|
+
};
|
|
41977
|
+
type: string;
|
|
41978
|
+
};
|
|
41979
|
+
ok: {
|
|
41980
|
+
type: string;
|
|
41981
|
+
};
|
|
41982
|
+
};
|
|
41983
|
+
required: string[];
|
|
41984
|
+
type: string;
|
|
41985
|
+
};
|
|
41986
|
+
};
|
|
41987
|
+
};
|
|
41988
|
+
description: string;
|
|
41989
|
+
};
|
|
41990
|
+
400: {
|
|
41991
|
+
description: string;
|
|
41992
|
+
};
|
|
41993
|
+
401: {
|
|
41994
|
+
description: string;
|
|
41995
|
+
};
|
|
41996
|
+
};
|
|
41997
|
+
security: {
|
|
41998
|
+
client_session_with_customer: never[];
|
|
41999
|
+
}[];
|
|
42000
|
+
summary: string;
|
|
42001
|
+
tags: never[];
|
|
42002
|
+
'x-fern-sdk-group-name': string[];
|
|
42003
|
+
'x-fern-sdk-method-name': string;
|
|
42004
|
+
'x-fern-sdk-return-value': string;
|
|
42005
|
+
'x-response-key': string;
|
|
42006
|
+
'x-title': string;
|
|
42007
|
+
'x-undocumented': string;
|
|
42008
|
+
};
|
|
42009
|
+
post: {
|
|
42010
|
+
description: string;
|
|
42011
|
+
operationId: string;
|
|
42012
|
+
requestBody: {
|
|
42013
|
+
content: {
|
|
42014
|
+
'application/json': {
|
|
42015
|
+
schema: {
|
|
42016
|
+
properties: {};
|
|
42017
|
+
type: string;
|
|
42018
|
+
};
|
|
42019
|
+
};
|
|
42020
|
+
};
|
|
42021
|
+
};
|
|
42022
|
+
responses: {
|
|
42023
|
+
200: {
|
|
42024
|
+
content: {
|
|
42025
|
+
'application/json': {
|
|
42026
|
+
schema: {
|
|
42027
|
+
properties: {
|
|
42028
|
+
access_grants: {
|
|
42029
|
+
items: {
|
|
42030
|
+
$ref: string;
|
|
42031
|
+
};
|
|
42032
|
+
type: string;
|
|
42033
|
+
};
|
|
42034
|
+
ok: {
|
|
42035
|
+
type: string;
|
|
42036
|
+
};
|
|
42037
|
+
};
|
|
42038
|
+
required: string[];
|
|
42039
|
+
type: string;
|
|
42040
|
+
};
|
|
42041
|
+
};
|
|
42042
|
+
};
|
|
42043
|
+
description: string;
|
|
42044
|
+
};
|
|
42045
|
+
400: {
|
|
42046
|
+
description: string;
|
|
42047
|
+
};
|
|
42048
|
+
401: {
|
|
42049
|
+
description: string;
|
|
42050
|
+
};
|
|
42051
|
+
};
|
|
42052
|
+
security: {
|
|
42053
|
+
client_session_with_customer: never[];
|
|
42054
|
+
}[];
|
|
42055
|
+
summary: string;
|
|
42056
|
+
tags: never[];
|
|
42057
|
+
'x-fern-sdk-group-name': string[];
|
|
42058
|
+
'x-fern-sdk-method-name': string;
|
|
42059
|
+
'x-fern-sdk-return-value': string;
|
|
42060
|
+
'x-response-key': string;
|
|
42061
|
+
'x-title': string;
|
|
42062
|
+
'x-undocumented': string;
|
|
42063
|
+
};
|
|
42064
|
+
};
|
|
41946
42065
|
'/seam/customer/v1/automation_runs/list': {
|
|
41947
42066
|
get: {
|
|
41948
42067
|
description: string;
|
|
@@ -54269,14 +54388,22 @@ declare const _default: {
|
|
|
54269
54388
|
api_key: never[];
|
|
54270
54389
|
pat_with_workspace?: never;
|
|
54271
54390
|
console_session_with_workspace?: never;
|
|
54391
|
+
client_session_with_customer?: never;
|
|
54272
54392
|
} | {
|
|
54273
54393
|
pat_with_workspace: never[];
|
|
54274
54394
|
api_key?: never;
|
|
54275
54395
|
console_session_with_workspace?: never;
|
|
54396
|
+
client_session_with_customer?: never;
|
|
54276
54397
|
} | {
|
|
54277
54398
|
console_session_with_workspace: never[];
|
|
54278
54399
|
api_key?: never;
|
|
54279
54400
|
pat_with_workspace?: never;
|
|
54401
|
+
client_session_with_customer?: never;
|
|
54402
|
+
} | {
|
|
54403
|
+
client_session_with_customer: never[];
|
|
54404
|
+
api_key?: never;
|
|
54405
|
+
pat_with_workspace?: never;
|
|
54406
|
+
console_session_with_workspace?: never;
|
|
54280
54407
|
})[];
|
|
54281
54408
|
summary: string;
|
|
54282
54409
|
tags: string[];
|
|
@@ -54349,14 +54476,22 @@ declare const _default: {
|
|
|
54349
54476
|
api_key: never[];
|
|
54350
54477
|
pat_with_workspace?: never;
|
|
54351
54478
|
console_session_with_workspace?: never;
|
|
54479
|
+
client_session_with_customer?: never;
|
|
54352
54480
|
} | {
|
|
54353
54481
|
pat_with_workspace: never[];
|
|
54354
54482
|
api_key?: never;
|
|
54355
54483
|
console_session_with_workspace?: never;
|
|
54484
|
+
client_session_with_customer?: never;
|
|
54356
54485
|
} | {
|
|
54357
54486
|
console_session_with_workspace: never[];
|
|
54358
54487
|
api_key?: never;
|
|
54359
54488
|
pat_with_workspace?: never;
|
|
54489
|
+
client_session_with_customer?: never;
|
|
54490
|
+
} | {
|
|
54491
|
+
client_session_with_customer: never[];
|
|
54492
|
+
api_key?: never;
|
|
54493
|
+
pat_with_workspace?: never;
|
|
54494
|
+
console_session_with_workspace?: never;
|
|
54360
54495
|
})[];
|
|
54361
54496
|
summary: string;
|
|
54362
54497
|
tags: string[];
|
|
@@ -28234,6 +28234,7 @@ export default {
|
|
|
28234
28234
|
{ pat_with_workspace: [] },
|
|
28235
28235
|
{ console_session_with_workspace: [] },
|
|
28236
28236
|
{ api_key: [] },
|
|
28237
|
+
{ client_session_with_customer: [] },
|
|
28237
28238
|
],
|
|
28238
28239
|
summary: '/access_methods/get_related',
|
|
28239
28240
|
tags: [],
|
|
@@ -28469,6 +28470,7 @@ export default {
|
|
|
28469
28470
|
{ pat_with_workspace: [] },
|
|
28470
28471
|
{ console_session_with_workspace: [] },
|
|
28471
28472
|
{ api_key: [] },
|
|
28473
|
+
{ client_session_with_customer: [] },
|
|
28472
28474
|
],
|
|
28473
28475
|
summary: '/access_methods/get_related',
|
|
28474
28476
|
tags: [],
|
|
@@ -46991,6 +46993,84 @@ export default {
|
|
|
46991
46993
|
'x-undocumented': 'Internal endpoint for Console',
|
|
46992
46994
|
},
|
|
46993
46995
|
},
|
|
46996
|
+
'/seam/customer/v1/access_grants/list': {
|
|
46997
|
+
get: {
|
|
46998
|
+
description: 'Gets an Access Grant.',
|
|
46999
|
+
operationId: 'seamCustomerV1AccessGrantsListGet',
|
|
47000
|
+
parameters: [],
|
|
47001
|
+
responses: {
|
|
47002
|
+
200: {
|
|
47003
|
+
content: {
|
|
47004
|
+
'application/json': {
|
|
47005
|
+
schema: {
|
|
47006
|
+
properties: {
|
|
47007
|
+
access_grants: {
|
|
47008
|
+
items: { $ref: '#/components/schemas/access_grant' },
|
|
47009
|
+
type: 'array',
|
|
47010
|
+
},
|
|
47011
|
+
ok: { type: 'boolean' },
|
|
47012
|
+
},
|
|
47013
|
+
required: ['access_grants', 'ok'],
|
|
47014
|
+
type: 'object',
|
|
47015
|
+
},
|
|
47016
|
+
},
|
|
47017
|
+
},
|
|
47018
|
+
description: 'OK',
|
|
47019
|
+
},
|
|
47020
|
+
400: { description: 'Bad Request' },
|
|
47021
|
+
401: { description: 'Unauthorized' },
|
|
47022
|
+
},
|
|
47023
|
+
security: [{ client_session_with_customer: [] }],
|
|
47024
|
+
summary: '/seam/customer/v1/access_grants/list',
|
|
47025
|
+
tags: [],
|
|
47026
|
+
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'access_grants'],
|
|
47027
|
+
'x-fern-sdk-method-name': 'list',
|
|
47028
|
+
'x-fern-sdk-return-value': 'access_grants',
|
|
47029
|
+
'x-response-key': 'access_grants',
|
|
47030
|
+
'x-title': 'List Access Grants (Other Access)',
|
|
47031
|
+
'x-undocumented': 'Internal endpoint for customer portals.',
|
|
47032
|
+
},
|
|
47033
|
+
post: {
|
|
47034
|
+
description: 'Gets an Access Grant.',
|
|
47035
|
+
operationId: 'seamCustomerV1AccessGrantsListPost',
|
|
47036
|
+
requestBody: {
|
|
47037
|
+
content: {
|
|
47038
|
+
'application/json': { schema: { properties: {}, type: 'object' } },
|
|
47039
|
+
},
|
|
47040
|
+
},
|
|
47041
|
+
responses: {
|
|
47042
|
+
200: {
|
|
47043
|
+
content: {
|
|
47044
|
+
'application/json': {
|
|
47045
|
+
schema: {
|
|
47046
|
+
properties: {
|
|
47047
|
+
access_grants: {
|
|
47048
|
+
items: { $ref: '#/components/schemas/access_grant' },
|
|
47049
|
+
type: 'array',
|
|
47050
|
+
},
|
|
47051
|
+
ok: { type: 'boolean' },
|
|
47052
|
+
},
|
|
47053
|
+
required: ['access_grants', 'ok'],
|
|
47054
|
+
type: 'object',
|
|
47055
|
+
},
|
|
47056
|
+
},
|
|
47057
|
+
},
|
|
47058
|
+
description: 'OK',
|
|
47059
|
+
},
|
|
47060
|
+
400: { description: 'Bad Request' },
|
|
47061
|
+
401: { description: 'Unauthorized' },
|
|
47062
|
+
},
|
|
47063
|
+
security: [{ client_session_with_customer: [] }],
|
|
47064
|
+
summary: '/seam/customer/v1/access_grants/list',
|
|
47065
|
+
tags: [],
|
|
47066
|
+
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'access_grants'],
|
|
47067
|
+
'x-fern-sdk-method-name': 'list',
|
|
47068
|
+
'x-fern-sdk-return-value': 'access_grants',
|
|
47069
|
+
'x-response-key': 'access_grants',
|
|
47070
|
+
'x-title': 'List Access Grants (Other Access)',
|
|
47071
|
+
'x-undocumented': 'Internal endpoint for customer portals.',
|
|
47072
|
+
},
|
|
47073
|
+
},
|
|
46994
47074
|
'/seam/customer/v1/automation_runs/list': {
|
|
46995
47075
|
get: {
|
|
46996
47076
|
description: 'Returns a list of all automation runs for a workspace or customer.',
|
|
@@ -57365,6 +57445,7 @@ export default {
|
|
|
57365
57445
|
{ api_key: [] },
|
|
57366
57446
|
{ pat_with_workspace: [] },
|
|
57367
57447
|
{ console_session_with_workspace: [] },
|
|
57448
|
+
{ client_session_with_customer: [] },
|
|
57368
57449
|
],
|
|
57369
57450
|
summary: '/user_identities/get',
|
|
57370
57451
|
tags: ['/user_identities'],
|
|
@@ -57428,6 +57509,7 @@ export default {
|
|
|
57428
57509
|
{ api_key: [] },
|
|
57429
57510
|
{ pat_with_workspace: [] },
|
|
57430
57511
|
{ console_session_with_workspace: [] },
|
|
57512
|
+
{ client_session_with_customer: [] },
|
|
57431
57513
|
],
|
|
57432
57514
|
summary: '/user_identities/get',
|
|
57433
57515
|
tags: ['/user_identities'],
|