@seamapi/types 1.494.0 → 1.495.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 CHANGED
@@ -58125,14 +58125,17 @@ var openapi_default = {
58125
58125
  post: {
58126
58126
  description: "Search for resources inside a workspace.",
58127
58127
  operationId: "workspacesFindAnythingPost",
58128
- parameters: [
58129
- {
58130
- in: "query",
58131
- name: "search",
58132
- required: true,
58133
- schema: { format: "uuid", type: "string" }
58128
+ requestBody: {
58129
+ content: {
58130
+ "application/json": {
58131
+ schema: {
58132
+ properties: { search: { format: "uuid", type: "string" } },
58133
+ required: ["search"],
58134
+ type: "object"
58135
+ }
58136
+ }
58134
58137
  }
58135
- ],
58138
+ },
58136
58139
  responses: {
58137
58140
  200: {
58138
58141
  content: {