@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1168 → 0.9.0-SNAPSHOT.1175

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.
@@ -155,7 +155,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
155
155
  export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
156
156
  class Hero /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ /* implements org.cru.godtools.shared.tool.parser.model.Parent, org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents */ {
157
157
  private constructor();
158
- get analyticsEvents(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent> */;
159
158
  get heading(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.Text> */;
160
159
  static createTestHero(page?: org.cru.godtools.shared.tool.parser.model.tract.TractPage, analyticsEvents?: any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent> */, heading?: Nullable<(p0: any/* org.cru.godtools.shared.tool.parser.model.Base */) => Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.Text> */>): org.cru.godtools.shared.tool.parser.model.tract.Hero;
161
160
  }
@@ -196,7 +195,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
196
195
  get isHidden(): boolean;
197
196
  get listeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
198
197
  get dismissListeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
199
- get analyticsEvents(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent> */;
200
198
  get backgroundImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
201
199
  get label(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.Text> */;
202
200
  get tips(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.tips.Tip> */;