@tilde-nlp/ngx-services 8.0.13 → 8.0.15

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 +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -355,6 +355,7 @@ interface OfflineEvent {
355
355
  filesize: number;
356
356
  duration: string;
357
357
  system: string;
358
+ email: string;
358
359
  }
359
360
 
360
361
  interface PostOfflineEventRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilde-nlp/ngx-services",
3
- "version": "8.0.13",
3
+ "version": "8.0.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"