@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1198 → 0.9.0-SNAPSHOT.1202

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.
@@ -42,7 +42,8 @@ export declare namespace org.cru.godtools.shared.tool.parser {
42
42
  withParseRelated(enabled: boolean): org.cru.godtools.shared.tool.parser.ParserConfig;
43
43
  withParsePages(enabled: boolean): org.cru.godtools.shared.tool.parser.ParserConfig;
44
44
  withParseTips(enabled: boolean): org.cru.godtools.shared.tool.parser.ParserConfig;
45
- copy(deviceType?: any/* org.cru.godtools.shared.tool.parser.model.DeviceType */, appVersion?: Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.Version> */, supportedFeatures?: any/* kotlin.collections.Set<string> */, parsePages?: boolean, parseTips?: boolean, parserDispatcher?: any/* kotlinx.coroutines.CoroutineDispatcher */): org.cru.godtools.shared.tool.parser.ParserConfig;
45
+ withLegacyWebImageResources(enabled: boolean): org.cru.godtools.shared.tool.parser.ParserConfig;
46
+ copy(deviceType?: any/* org.cru.godtools.shared.tool.parser.model.DeviceType */, appVersion?: Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.Version> */, supportedFeatures?: any/* kotlin.collections.Set<string> */, parsePages?: boolean, parseTips?: boolean, legacyWebImageResources?: boolean, parserDispatcher?: any/* kotlinx.coroutines.CoroutineDispatcher */): org.cru.godtools.shared.tool.parser.ParserConfig;
46
47
  toString(): string;
47
48
  hashCode(): number;
48
49
  equals(other: Nullable<any>): boolean;
@@ -413,6 +414,16 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
413
414
  readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
414
415
  }
415
416
  }
417
+ export declare namespace org.cru.godtools.shared.tool.parser.model.tips {
418
+ /* @ts-ignore: extends class with private primary constructor */
419
+ class InlineTip extends org.cru.godtools.shared.tool.parser.model.Content {
420
+ private constructor();
421
+ get id(): Nullable<string>;
422
+ get tip(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.tips.Tip> */;
423
+ get tips(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.tips.Tip> */;
424
+ static createTestInlineTip(parent: any/* org.cru.godtools.shared.tool.parser.model.Base */, id?: Nullable<string>): org.cru.godtools.shared.tool.parser.model.tips.InlineTip;
425
+ }
426
+ }
416
427
  export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
417
428
  class CallToAction /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ {
418
429
  private constructor();