shared-ritm 1.1.33 → 1.1.34

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.
@@ -39,6 +39,9 @@ export type Api_Update_Repair = {
39
39
  name?: string;
40
40
  display_name?: string;
41
41
  description: string;
42
+ power_output_MWh?: number;
43
+ cost_per_MWh?: number;
44
+ category?: string;
42
45
  };
43
46
  export type Api_Repair_Dto = {
44
47
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -46,6 +46,9 @@ export type Api_Update_Repair = {
46
46
  name?: string
47
47
  display_name?: string
48
48
  description: string
49
+ power_output_MWh?: number
50
+ cost_per_MWh?: number
51
+ category?: string
49
52
  }
50
53
 
51
54
  export type Api_Repair_Dto = {