@zorveus/sdk 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -152,6 +152,9 @@ console.log("User access token:", tokenData.access_token);
152
152
  console.log("App connection ID:", tokenData.app_connection_id);
153
153
  ```
154
154
 
155
+ > [!NOTE]
156
+ > OAuth authorization requests require at least one model scope such as `models:*` alongside `inference:write`. Omitting model scopes triggers a `zorveus_model_scope_required` authorization error.
157
+
155
158
  ## API reference
156
159
 
157
160
  ### `Zorveus` (Inference client)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zorveus/sdk",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Official TypeScript/JavaScript SDK for Zorveus AI Gateway and Management API",
5
5
  "repository": {
6
6
  "type": "git",