shoal-web-sdk 1.0.65 → 1.0.66

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.
@@ -3147,6 +3147,10 @@ export type CreateSpaceErrors = {
3147
3147
  * Related content not found.
3148
3148
  */
3149
3149
  404: ErrorResponse;
3150
+ /**
3151
+ * A space with this handle already exists.
3152
+ */
3153
+ 409: ErrorResponse;
3150
3154
  /**
3151
3155
  * Unexpected error.
3152
3156
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shoal-web-sdk",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "build-hooks": "npx tsx tanstack-codegen/generator.ts",