@rolatech/angular-services 20.0.2-beta.1 → 20.0.2-beta.2

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.
package/index.d.ts CHANGED
@@ -663,6 +663,8 @@ interface GroupEvent {
663
663
  mediaUrl?: string;
664
664
  link?: string;
665
665
  price?: number;
666
+ address?: string;
667
+ phone?: string;
666
668
  }
667
669
  interface ToolEvent {
668
670
  type: 'tool';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolatech/angular-services",
3
- "version": "20.0.2-beta.1",
3
+ "version": "20.0.2-beta.2",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
@@ -12,7 +12,7 @@
12
12
  "rxjs": "^6.5.3 || ^7.4.0"
13
13
  },
14
14
  "dependencies": {
15
- "@rolatech/angular-common": "20.0.2-beta.1",
15
+ "@rolatech/angular-common": "20.0.2-beta.2",
16
16
  "tslib": "^2.3.0"
17
17
  },
18
18
  "repository": {