shoal-web-sdk 0.0.104 → 0.0.105

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.
@@ -1770,6 +1770,10 @@ export type UpdateGraphStateErrors = {
1770
1770
  * Related content not found.
1771
1771
  */
1772
1772
  404: ErrorResponse;
1773
+ /**
1774
+ * Unprocessable graph state.
1775
+ */
1776
+ 422: ErrorResponse;
1773
1777
  /**
1774
1778
  * Unexpected error.
1775
1779
  */
@@ -1818,6 +1822,10 @@ export type DeployVersionErrors = {
1818
1822
  * Related content not found.
1819
1823
  */
1820
1824
  404: ErrorResponse;
1825
+ /**
1826
+ * Unprocessable entity.
1827
+ */
1828
+ 422: ErrorResponse;
1821
1829
  /**
1822
1830
  * Unexpected error.
1823
1831
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shoal-web-sdk",
3
- "version": "0.0.104",
3
+ "version": "0.0.105",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "build-hooks": "npx tsx tanstack-codegen/generator.ts",