@base44-preview/sdk 0.8.30-pr.160.3afb628 → 0.8.30-pr.160.b403af6

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.
@@ -37,7 +37,7 @@ export function createConnectorsModule(axios, appId) {
37
37
  url = `/apps/${appId}/external-auth/tokens/by-connector/${arg.connectorId}`;
38
38
  }
39
39
  else {
40
- throw new Error("Integration type is required and must be a string");
40
+ throw new Error("getConnection requires either an integration type string or an object with a connectorId string");
41
41
  }
42
42
  const response = await axios.get(url);
43
43
  const data = response;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/sdk",
3
- "version": "0.8.30-pr.160.3afb628",
3
+ "version": "0.8.30-pr.160.b403af6",
4
4
  "description": "JavaScript SDK for Base44 API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",