@base44-preview/sdk 0.8.40-pr.240.6950df2 → 0.8.40-pr.240.b2b8abe

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.
@@ -139,7 +139,9 @@ export interface Base44Client {
139
139
  functions: FunctionsModule;
140
140
  /** {@link IntegrationsModule | Integrations module} with elevated permissions. */
141
141
  integrations: IntegrationsModule;
142
- /** {@link SsoModule | SSO module} for generating SSO tokens. */
142
+ /** {@link SsoModule | SSO module} for generating SSO tokens.
143
+ * @internal
144
+ */
143
145
  sso: SsoModule;
144
146
  /** Cleanup function to disconnect WebSocket connections. */
145
147
  cleanup: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/sdk",
3
- "version": "0.8.40-pr.240.6950df2",
3
+ "version": "0.8.40-pr.240.b2b8abe",
4
4
  "description": "JavaScript SDK for Base44 API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",