@cruglobal/godtools-shared 0.8.3-SNAPSHOT.1120 → 0.8.3-SNAPSHOT.1138

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.
@@ -3,13 +3,6 @@ export declare namespace org.cru.godtools.shared.tool.state {
3
3
  class State /* implements org.cru.godtools.shared.tool.state.internal.Parcelable */ {
4
4
  private constructor();
5
5
  static createState(): org.cru.godtools.shared.tool.state.State;
6
- getTriggeredAnalyticsEventsCount(id: string): number;
7
- recordTriggeredAnalyticsEvent(id: string): void;
8
- varsChangeFlow<T>(keys?: Nullable<any>/* Nullable<kotlin.collections.Collection<string>> */, block: (p0: org.cru.godtools.shared.tool.state.State) => T): any/* kotlinx.coroutines.flow.Flow<T> */;
9
- getVar(key: string): any/* kotlin.collections.List<string> */;
10
- setVar(key: string, values: Nullable<any>/* Nullable<kotlin.collections.List<string>> */): void;
11
- addVarValue(key: string, value: string): void;
12
- removeVarValue(key: string, value: string): void;
13
6
  }
14
7
  }
15
8
  export declare class ManifestParser {
@@ -28,7 +21,7 @@ export declare namespace org.cru.godtools.shared.tool.parser {
28
21
  get manifest(): any/* org.cru.godtools.shared.tool.parser.model.Manifest */;
29
22
  }
30
23
  class ParserError extends org.cru.godtools.shared.tool.parser.ParserResult {
31
- private constructor();
24
+ constructor(error?: Nullable<Error>);
32
25
  get error(): Nullable<Error>;
33
26
  }
34
27
  namespace ParserError {
@@ -45,7 +38,6 @@ export declare namespace org.cru.godtools.shared.tool.parser {
45
38
  class ParserConfig {
46
39
  private constructor();
47
40
  static createParserConfig(): org.cru.godtools.shared.tool.parser.ParserConfig;
48
- withAppVersion(deviceType?: any/* org.cru.godtools.shared.tool.parser.model.DeviceType */, version: Nullable<string>): org.cru.godtools.shared.tool.parser.ParserConfig;
49
41
  withSupportedFeatures(features: any/* kotlin.collections.Set<string> */): org.cru.godtools.shared.tool.parser.ParserConfig;
50
42
  withParseRelated(enabled: boolean): org.cru.godtools.shared.tool.parser.ParserConfig;
51
43
  withParsePages(enabled: boolean): org.cru.godtools.shared.tool.parser.ParserConfig;