@seamapi/http 1.45.0 → 1.46.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 +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/routes/spaces/spaces.d.ts +2 -2
- package/lib/seam/connect/routes/spaces/spaces.js +2 -2
- package/lib/seam/connect/routes/spaces/spaces.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/spaces/spaces.ts +4 -8
- package/src/lib/version.ts +1 -1
package/dist/connect.cjs
CHANGED
|
@@ -6167,8 +6167,8 @@ var _SeamHttpSpaces = class _SeamHttpSpaces {
|
|
|
6167
6167
|
list(parameters, options = {}) {
|
|
6168
6168
|
return new SeamHttpRequest(this, {
|
|
6169
6169
|
pathname: "/spaces/list",
|
|
6170
|
-
method: "
|
|
6171
|
-
|
|
6170
|
+
method: "POST",
|
|
6171
|
+
body: parameters,
|
|
6172
6172
|
responseKey: "spaces",
|
|
6173
6173
|
options
|
|
6174
6174
|
});
|