@hestia-earth/engine-models 0.74.12 → 0.74.14

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.
package/src/models.ts CHANGED
@@ -10,6 +10,10 @@ export interface IModel {
10
10
  * Path to the documentation of the model.
11
11
  */
12
12
  docPath: string;
13
+ /**
14
+ * Path to the documentation of the model on the guide.
15
+ */
16
+ guidePath: string;
13
17
  /**
14
18
  * The name of the model used as `methodModel`.
15
19
  */
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const ENGINE_VERSION = '0.74.12';
1
+ export const ENGINE_VERSION = '0.74.14';