@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.
- package/dist/client.types.d.ts +3 -1
- package/package.json +1 -1
package/dist/client.types.d.ts
CHANGED
|
@@ -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;
|