@tilde-nlp/ngx-services 8.0.27 → 8.0.28

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 -5
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -475,11 +475,11 @@ interface OfflineEventDownloadConfig {
475
475
  extension: FILE_EXTENSION;
476
476
  edited?: boolean;
477
477
  diarization?: boolean;
478
- showAuthor?: boolean;
479
- showFileName?: boolean;
480
- showChecksum?: boolean;
481
- showDuration?: boolean;
482
- showUploadTime?: boolean;
478
+ includeAuthor?: boolean;
479
+ includeFileName?: boolean;
480
+ includeChecksum?: boolean;
481
+ includeDuration?: boolean;
482
+ includeUploadTime?: boolean;
483
483
  }
484
484
 
485
485
  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.27",
3
+ "version": "8.0.28",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"