@seamapi/types 1.489.0 → 1.490.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 +7 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -3
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -1
- package/lib/seam/connect/openapi.js +7 -7
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +7 -7
- package/src/lib/seam/connect/route-types.ts +2 -2
|
@@ -77989,8 +77989,8 @@ export type Routes = {
|
|
|
77989
77989
|
formData: {};
|
|
77990
77990
|
jsonResponse: {};
|
|
77991
77991
|
};
|
|
77992
|
-
'/workspaces/
|
|
77993
|
-
route: '/workspaces/
|
|
77992
|
+
'/workspaces/find_anything': {
|
|
77993
|
+
route: '/workspaces/find_anything';
|
|
77994
77994
|
method: 'GET' | 'POST';
|
|
77995
77995
|
queryParams: {
|
|
77996
77996
|
search: string;
|
package/package.json
CHANGED
|
@@ -56637,10 +56637,10 @@ export default {
|
|
|
56637
56637
|
'Internal form-data endpoint for Console and Customer Portal.',
|
|
56638
56638
|
},
|
|
56639
56639
|
},
|
|
56640
|
-
'/workspaces/
|
|
56640
|
+
'/workspaces/find_anything': {
|
|
56641
56641
|
get: {
|
|
56642
56642
|
description: 'Search for resources inside a workspace.',
|
|
56643
|
-
operationId: '
|
|
56643
|
+
operationId: 'workspacesFindAnythingGet',
|
|
56644
56644
|
parameters: [
|
|
56645
56645
|
{
|
|
56646
56646
|
in: 'query',
|
|
@@ -56790,11 +56790,11 @@ export default {
|
|
|
56790
56790
|
{ console_session_with_workspace: [] },
|
|
56791
56791
|
{ api_key: [] },
|
|
56792
56792
|
],
|
|
56793
|
-
summary: '/workspaces/
|
|
56793
|
+
summary: '/workspaces/find_anything',
|
|
56794
56794
|
tags: ['/workspaces'],
|
|
56795
56795
|
'x-batch-type': 'workspaces',
|
|
56796
56796
|
'x-fern-sdk-group-name': ['workspaces'],
|
|
56797
|
-
'x-fern-sdk-method-name': '
|
|
56797
|
+
'x-fern-sdk-method-name': 'find_anything',
|
|
56798
56798
|
'x-fern-sdk-return-value': 'batch',
|
|
56799
56799
|
'x-response-key': 'batch',
|
|
56800
56800
|
'x-title': 'Find Resources',
|
|
@@ -56802,7 +56802,7 @@ export default {
|
|
|
56802
56802
|
},
|
|
56803
56803
|
post: {
|
|
56804
56804
|
description: 'Search for resources inside a workspace.',
|
|
56805
|
-
operationId: '
|
|
56805
|
+
operationId: 'workspacesFindAnythingPost',
|
|
56806
56806
|
parameters: [
|
|
56807
56807
|
{
|
|
56808
56808
|
in: 'query',
|
|
@@ -56952,11 +56952,11 @@ export default {
|
|
|
56952
56952
|
{ console_session_with_workspace: [] },
|
|
56953
56953
|
{ api_key: [] },
|
|
56954
56954
|
],
|
|
56955
|
-
summary: '/workspaces/
|
|
56955
|
+
summary: '/workspaces/find_anything',
|
|
56956
56956
|
tags: ['/workspaces'],
|
|
56957
56957
|
'x-batch-type': 'workspaces',
|
|
56958
56958
|
'x-fern-sdk-group-name': ['workspaces'],
|
|
56959
|
-
'x-fern-sdk-method-name': '
|
|
56959
|
+
'x-fern-sdk-method-name': 'find_anything',
|
|
56960
56960
|
'x-fern-sdk-return-value': 'batch',
|
|
56961
56961
|
'x-response-key': 'batch',
|
|
56962
56962
|
'x-title': 'Find Resources',
|
|
@@ -92552,8 +92552,8 @@ export type Routes = {
|
|
|
92552
92552
|
formData: {}
|
|
92553
92553
|
jsonResponse: {}
|
|
92554
92554
|
}
|
|
92555
|
-
'/workspaces/
|
|
92556
|
-
route: '/workspaces/
|
|
92555
|
+
'/workspaces/find_anything': {
|
|
92556
|
+
route: '/workspaces/find_anything'
|
|
92557
92557
|
method: 'GET' | 'POST'
|
|
92558
92558
|
queryParams: {
|
|
92559
92559
|
search: string
|