@seamapi/http 1.62.0 → 1.64.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 +2 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/routes/seam-http-endpoints.d.ts +1 -1
- package/lib/seam/connect/routes/workspaces/workspaces.d.ts +1 -1
- package/lib/seam/connect/routes/workspaces/workspaces.js +2 -2
- package/lib/seam/connect/routes/workspaces/workspaces.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +3 -3
- package/src/lib/seam/connect/routes/seam-http-endpoints.ts +1 -0
- package/src/lib/seam/connect/routes/workspaces/workspaces.ts +3 -3
- package/src/lib/version.ts +1 -1
package/dist/connect.cjs
CHANGED
|
@@ -8118,8 +8118,8 @@ var _SeamHttpWorkspaces = class _SeamHttpWorkspaces {
|
|
|
8118
8118
|
}
|
|
8119
8119
|
return new SeamHttpRequest(this, {
|
|
8120
8120
|
pathname: "/workspaces/find_anything",
|
|
8121
|
-
method: "
|
|
8122
|
-
|
|
8121
|
+
method: "POST",
|
|
8122
|
+
body: parameters,
|
|
8123
8123
|
responseKey: "batch",
|
|
8124
8124
|
options
|
|
8125
8125
|
});
|