@tilde-nlp/ngx-services 8.0.57 → 8.0.58

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
@@ -336,6 +336,7 @@ interface OfflineEventMetadata {
336
336
  isReplay: boolean;
337
337
  channel: string;
338
338
  startDate: Date;
339
+ endDate: Date;
339
340
  duration: number;
340
341
  hosts: OfflineEventSpeaker[];
341
342
  guests: OfflineEventSpeaker[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilde-nlp/ngx-services",
3
- "version": "8.0.57",
3
+ "version": "8.0.58",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"