@guardian/feast-multiplatform-library 9.0.1 → 9.0.3

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.
@@ -7,15 +7,8 @@ export declare namespace kotlin.collections {
7
7
  readonly "kotlin.collections.KtList": unique symbol;
8
8
  };
9
9
  }
10
- abstract class KtList<E> extends KtSingleton<KtList.$metadata$.constructor>() {
11
- private constructor();
12
- }
13
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
14
- namespace KtList.$metadata$ {
15
- abstract class constructor {
16
- fromJsArray<E>(array: ReadonlyArray<E>): kotlin.collections.KtList<E>;
17
- private constructor();
18
- }
10
+ namespace KtList {
11
+ function fromJsArray<E>(array: ReadonlyArray<E>): kotlin.collections.KtList<E>;
19
12
  }
20
13
  }
21
14
  export declare namespace com.gu.recipe {
@@ -23,9 +16,11 @@ export declare namespace com.gu.recipe {
23
16
  constructor(densityTable: any/* com.gu.recipe.density.DensityTable */);
24
17
  scaleAndConvertUnitRecipe(recipe: any/* com.gu.recipe.generated.RecipeV3 */, factor: number, measuringSystem: any/* com.gu.recipe.unit.MeasuringSystem */): any/* com.gu.recipe.generated.RecipeV3 */;
25
18
  }
26
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
27
- namespace TemplateSession.$metadata$ {
28
- const constructor: abstract new () => TemplateSession;
19
+ namespace TemplateSession {
20
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
21
+ namespace $metadata$ {
22
+ const constructor: abstract new () => TemplateSession;
23
+ }
29
24
  }
30
25
  }
31
26
  export declare namespace com.gu.recipe.template {
@@ -43,9 +38,11 @@ export declare namespace com.gu.recipe.template {
43
38
  equals(other: Nullable<any>): boolean;
44
39
  readonly __doNotUseOrImplementIt: com.gu.recipe.template.TemplateElement["__doNotUseOrImplementIt"];
45
40
  }
46
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
47
- namespace TemplateConst.$metadata$ {
48
- const constructor: abstract new () => TemplateConst;
41
+ namespace TemplateConst {
42
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
43
+ namespace $metadata$ {
44
+ const constructor: abstract new () => TemplateConst;
45
+ }
49
46
  }
50
47
  class QuantityPlaceholder implements com.gu.recipe.template.TemplateElement {
51
48
  constructor(min: number, max?: Nullable<number>, unit?: Nullable<string>, scale?: boolean, ingredient?: Nullable<string>, usCust?: Nullable<boolean>);
@@ -61,19 +58,10 @@ export declare namespace com.gu.recipe.template {
61
58
  equals(other: Nullable<any>): boolean;
62
59
  readonly __doNotUseOrImplementIt: com.gu.recipe.template.TemplateElement["__doNotUseOrImplementIt"];
63
60
  }
64
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
65
- namespace QuantityPlaceholder.$metadata$ {
66
- const constructor: abstract new () => QuantityPlaceholder;
67
- }
68
61
  namespace QuantityPlaceholder {
69
- abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
70
- private constructor();
71
- }
72
62
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
73
- namespace Companion.$metadata$ {
74
- abstract class constructor {
75
- private constructor();
76
- }
63
+ namespace $metadata$ {
64
+ const constructor: abstract new () => QuantityPlaceholder;
77
65
  }
78
66
  }
79
67
  class OvenTemperaturePlaceholder implements com.gu.recipe.template.TemplateElement {
@@ -88,19 +76,10 @@ export declare namespace com.gu.recipe.template {
88
76
  equals(other: Nullable<any>): boolean;
89
77
  readonly __doNotUseOrImplementIt: com.gu.recipe.template.TemplateElement["__doNotUseOrImplementIt"];
90
78
  }
91
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
92
- namespace OvenTemperaturePlaceholder.$metadata$ {
93
- const constructor: abstract new () => OvenTemperaturePlaceholder;
94
- }
95
79
  namespace OvenTemperaturePlaceholder {
96
- abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
97
- private constructor();
98
- }
99
80
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
100
- namespace Companion.$metadata$ {
101
- abstract class constructor {
102
- private constructor();
103
- }
81
+ namespace $metadata$ {
82
+ const constructor: abstract new () => OvenTemperaturePlaceholder;
104
83
  }
105
84
  }
106
85
  }