@tilde-nlp/ngx-services 8.0.25 → 8.0.26

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 +5 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -473,10 +473,11 @@ interface OfflineEventDownloadConfig {
473
473
  extension: FILE_EXTENSION;
474
474
  edited?: boolean;
475
475
  diarization?: boolean;
476
- author?: boolean;
477
- fileName?: boolean;
478
- md5checksum?: boolean;
479
- recordingDuration?: boolean;
476
+ showAuthor?: boolean;
477
+ showFileName?: boolean;
478
+ showChecksum?: boolean;
479
+ showDuration?: boolean;
480
+ showUploadTime?: boolean;
480
481
  }
481
482
 
482
483
  declare class OfflineEventsService extends BaseService<SpeechApiConfiguration> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilde-nlp/ngx-services",
3
- "version": "8.0.25",
3
+ "version": "8.0.26",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"