@tilde-nlp/ngx-services 8.0.26 → 8.0.27

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -373,6 +373,8 @@ interface PostOfflineEventRequest {
373
373
  fragmentLength?: number;
374
374
  /** Speaker count configuration */
375
375
  speakerCount?: number;
376
+ /** Time in seconds after which the event should be deleted */
377
+ deleteAfterSeconds?: number;
376
378
  /** Email where link to transcript should be sent */
377
379
  email?: string;
378
380
  emailLanguage?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilde-nlp/ngx-services",
3
- "version": "8.0.26",
3
+ "version": "8.0.27",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"