shared-ritm 1.1.32 → 1.1.33

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.
@@ -31,6 +31,9 @@ export type Api_Create_Repair_With_Equipments = {
31
31
  display_name: string;
32
32
  description: string;
33
33
  equipment_id: string;
34
+ power_output_MWh?: number;
35
+ cost_per_MWh?: number;
36
+ category?: string;
34
37
  };
35
38
  export type Api_Update_Repair = {
36
39
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.1.32",
3
+ "version": "1.1.33",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -37,6 +37,9 @@ export type Api_Create_Repair_With_Equipments = {
37
37
  display_name: string
38
38
  description: string
39
39
  equipment_id: string
40
+ power_output_MWh?: number
41
+ cost_per_MWh?: number
42
+ category?: string
40
43
  }
41
44
 
42
45
  export type Api_Update_Repair = {