Skip to content

Commit 1144521

Browse files
committed
Remove @internal from subscribe and custom integrations
1 parent 7fa0f9b commit 1144521

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/modules/entities.types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ export interface EntityHandler {
293293
* record is created, updated, or deleted. Returns an unsubscribe function
294294
* to clean up the connection.
295295
*
296-
* @internal
297296
* @param callback - Callback function called when an entity changes. The callback receives an event object with the following properties:
298297
* - `type`: The type of change that occurred - `'create'`, `'update'`, or `'delete'`.
299298
* - `data`: The entity data after the change.

src/modules/integrations.types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,6 @@ export type IntegrationsModule = {
382382

383383
/**
384384
* Custom integrations module for calling pre-configured external APIs.
385-
*
386-
* @internal
387385
*/
388386
custom: CustomIntegrationsModule;
389387
} & {

0 commit comments

Comments
 (0)