@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
package/dist/connect.cjs
CHANGED
|
@@ -57887,10 +57887,10 @@ var openapi_default = {
|
|
|
57887
57887
|
"x-undocumented": "Internal form-data endpoint for Console and Customer Portal."
|
|
57888
57888
|
}
|
|
57889
57889
|
},
|
|
57890
|
-
"/workspaces/
|
|
57890
|
+
"/workspaces/find_anything": {
|
|
57891
57891
|
get: {
|
|
57892
57892
|
description: "Search for resources inside a workspace.",
|
|
57893
|
-
operationId: "
|
|
57893
|
+
operationId: "workspacesFindAnythingGet",
|
|
57894
57894
|
parameters: [
|
|
57895
57895
|
{
|
|
57896
57896
|
in: "query",
|
|
@@ -58040,11 +58040,11 @@ var openapi_default = {
|
|
|
58040
58040
|
{ console_session_with_workspace: [] },
|
|
58041
58041
|
{ api_key: [] }
|
|
58042
58042
|
],
|
|
58043
|
-
summary: "/workspaces/
|
|
58043
|
+
summary: "/workspaces/find_anything",
|
|
58044
58044
|
tags: ["/workspaces"],
|
|
58045
58045
|
"x-batch-type": "workspaces",
|
|
58046
58046
|
"x-fern-sdk-group-name": ["workspaces"],
|
|
58047
|
-
"x-fern-sdk-method-name": "
|
|
58047
|
+
"x-fern-sdk-method-name": "find_anything",
|
|
58048
58048
|
"x-fern-sdk-return-value": "batch",
|
|
58049
58049
|
"x-response-key": "batch",
|
|
58050
58050
|
"x-title": "Find Resources",
|
|
@@ -58052,7 +58052,7 @@ var openapi_default = {
|
|
|
58052
58052
|
},
|
|
58053
58053
|
post: {
|
|
58054
58054
|
description: "Search for resources inside a workspace.",
|
|
58055
|
-
operationId: "
|
|
58055
|
+
operationId: "workspacesFindAnythingPost",
|
|
58056
58056
|
parameters: [
|
|
58057
58057
|
{
|
|
58058
58058
|
in: "query",
|
|
@@ -58202,11 +58202,11 @@ var openapi_default = {
|
|
|
58202
58202
|
{ console_session_with_workspace: [] },
|
|
58203
58203
|
{ api_key: [] }
|
|
58204
58204
|
],
|
|
58205
|
-
summary: "/workspaces/
|
|
58205
|
+
summary: "/workspaces/find_anything",
|
|
58206
58206
|
tags: ["/workspaces"],
|
|
58207
58207
|
"x-batch-type": "workspaces",
|
|
58208
58208
|
"x-fern-sdk-group-name": ["workspaces"],
|
|
58209
|
-
"x-fern-sdk-method-name": "
|
|
58209
|
+
"x-fern-sdk-method-name": "find_anything",
|
|
58210
58210
|
"x-fern-sdk-return-value": "batch",
|
|
58211
58211
|
"x-response-key": "batch",
|
|
58212
58212
|
"x-title": "Find Resources",
|