@tinycloud/sdk-core 2.4.0-beta.7 → 2.4.0-beta.8

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/index.cjs CHANGED
@@ -2989,7 +2989,7 @@ function accountRegistryIndexPermission() {
2989
2989
  service: "tinycloud.sql",
2990
2990
  space: ACCOUNT_REGISTRY_SPACE,
2991
2991
  path: "account",
2992
- actions: ["tinycloud.sql/read", "tinycloud.sql/write"]
2992
+ actions: ["tinycloud.sql/read", "tinycloud.sql/write", "tinycloud.sql/ddl"]
2993
2993
  };
2994
2994
  }
2995
2995
  function composeManifestRequest(inputs, options = {}) {