@base44-preview/sdk 0.8.18-pr.79.8f4dfb9 → 0.8.18-pr.81.32604ff

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.
@@ -270,7 +270,6 @@ export interface EntityHandler {
270
270
  * record is created, updated, or deleted. Returns an unsubscribe function
271
271
  * to clean up the connection.
272
272
  *
273
- * @internal
274
273
  * @param callback - Callback function called when an entity changes. The callback receives an event object with the following properties:
275
274
  * - `type`: The type of change that occurred - `'create'`, `'update'`, or `'delete'`.
276
275
  * - `data`: The entity data after the change.
@@ -350,8 +350,6 @@ export type IntegrationsModule = {
350
350
  Core: CoreIntegrations;
351
351
  /**
352
352
  * Custom integrations module for calling pre-configured external APIs.
353
- *
354
- * @internal
355
353
  */
356
354
  custom: CustomIntegrationsModule;
357
355
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/sdk",
3
- "version": "0.8.18-pr.79.8f4dfb9",
3
+ "version": "0.8.18-pr.81.32604ff",
4
4
  "description": "JavaScript SDK for Base44 API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,7 +20,6 @@
20
20
  "prepublishOnly": "npm run build",
21
21
  "create-docs": "npm run create-docs:generate && npm run create-docs:process",
22
22
  "create-docs-local": "npm run create-docs && npm run copy-docs-local",
23
- "push-docs": "node scripts/mintlify-post-processing/push-to-docs-repo.js",
24
23
  "copy-docs-local": "node scripts/mintlify-post-processing/copy-to-local-docs.js",
25
24
  "create-docs:generate": "typedoc",
26
25
  "create-docs:process": "node scripts/mintlify-post-processing/file-processing/file-processing.js"