@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1200 → 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.
|
@@ -414,6 +414,16 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
|
414
414
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
|
|
415
415
|
}
|
|
416
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
|
+
}
|
|
417
427
|
export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
418
428
|
class CallToAction /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ {
|
|
419
429
|
private constructor();
|