@centrali-io/centrali-sdk 2.5.4 → 2.5.5
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/index.ts +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -21,7 +21,7 @@ const EventSourceImpl: typeof EventSource = typeof EventSource !== 'undefined'
|
|
|
21
21
|
/**
|
|
22
22
|
* Record event types emitted by the realtime service.
|
|
23
23
|
*/
|
|
24
|
-
export type RecordEventType = 'record_created' | 'record_updated' | 'record_deleted';
|
|
24
|
+
export type RecordEventType = 'record_created' | 'record_updated' | 'record_deleted' | 'records_bulk_created';
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
* Validation event types emitted by the realtime service.
|