@base44-preview/sdk 0.8.19-pr.130.9740833 → 0.8.19-pr.130.cd4b5f9

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.js CHANGED
@@ -115,7 +115,6 @@ export function createClient(config) {
115
115
  getSocket,
116
116
  }),
117
117
  integrations: createIntegrationsModule(axiosClient, appId),
118
- connectors: createConnectorsModule(axiosClient, appId),
119
118
  auth: userAuthModule,
120
119
  functions: createFunctionsModule(functionsAxiosClient, appId),
121
120
  agents: createAgentsModule({
@@ -85,8 +85,6 @@ export interface Base44Client {
85
85
  auth: AuthModule;
86
86
  /** The underlying Axios instance used for API requests. Useful for making custom API calls with the same authentication and configuration as the SDK. */
87
87
  axiosClient: AxiosInstance;
88
- /** {@link ConnectorsModule | Connectors module} for OAuth token retrieval. */
89
- connectors: ConnectorsModule;
90
88
  /** {@link EntitiesModule | Entities module} for CRUD operations on your data models. */
91
89
  entities: EntitiesModule;
92
90
  /** {@link FunctionsModule | Functions module} for invoking custom backend functions. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/sdk",
3
- "version": "0.8.19-pr.130.9740833",
3
+ "version": "0.8.19-pr.130.cd4b5f9",
4
4
  "description": "JavaScript SDK for Base44 API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",