@base44-preview/sdk 0.8.18-pr.70.cc6a283 → 0.8.18-pr.70.e8902be

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.
@@ -19,10 +19,6 @@ export interface RealtimeEvent {
19
19
  * Callback function invoked when a realtime event occurs.
20
20
  */
21
21
  export type RealtimeCallback = (event: RealtimeEvent) => void;
22
- /**
23
- * Function returned from subscribe, call it to unsubscribe.
24
- */
25
- export type Subscription = () => void;
26
22
  /**
27
23
  * Entity handler providing CRUD operations for a specific entity type.
28
24
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/sdk",
3
- "version": "0.8.18-pr.70.cc6a283",
3
+ "version": "0.8.18-pr.70.e8902be",
4
4
  "description": "JavaScript SDK for Base44 API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",