@epilot/pricing-client 3.27.4 → 3.27.5
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/dist/openapi.d.ts +3 -3
- package/dist/openapi.json +7 -13
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -1104,7 +1104,7 @@ declare namespace Components {
|
|
|
1104
1104
|
/**
|
|
1105
1105
|
* The postal code to search for providers
|
|
1106
1106
|
*/
|
|
1107
|
-
postal_code
|
|
1107
|
+
postal_code: string;
|
|
1108
1108
|
/**
|
|
1109
1109
|
* The consumption type
|
|
1110
1110
|
*/
|
|
@@ -1145,7 +1145,7 @@ declare namespace Components {
|
|
|
1145
1145
|
/**
|
|
1146
1146
|
* The monthly consumption to compute the price in kWh (to be deprecated in favor of consumption_HT)
|
|
1147
1147
|
*/
|
|
1148
|
-
consumption
|
|
1148
|
+
consumption?: number;
|
|
1149
1149
|
/**
|
|
1150
1150
|
* The monthly HT consumption to compute the price in kWh
|
|
1151
1151
|
*/
|
|
@@ -1186,7 +1186,7 @@ declare namespace Components {
|
|
|
1186
1186
|
/**
|
|
1187
1187
|
* The monthly consumption to compute the price in kWh (to be deprecated in favor of consumption_HT)
|
|
1188
1188
|
*/
|
|
1189
|
-
consumption
|
|
1189
|
+
consumption?: number;
|
|
1190
1190
|
/**
|
|
1191
1191
|
* The monthly HT consumption to compute the price in kWh
|
|
1192
1192
|
*/
|
package/dist/openapi.json
CHANGED
|
@@ -2789,7 +2789,11 @@
|
|
|
2789
2789
|
],
|
|
2790
2790
|
"default": "monthly"
|
|
2791
2791
|
}
|
|
2792
|
-
}
|
|
2792
|
+
},
|
|
2793
|
+
"required": [
|
|
2794
|
+
"type",
|
|
2795
|
+
"postal_code"
|
|
2796
|
+
]
|
|
2793
2797
|
},
|
|
2794
2798
|
"ComputePriceParamsPower": {
|
|
2795
2799
|
"allOf": [
|
|
@@ -2807,12 +2811,7 @@
|
|
|
2807
2811
|
]
|
|
2808
2812
|
}
|
|
2809
2813
|
},
|
|
2810
|
-
"description": "The compute price payload for power"
|
|
2811
|
-
"required": [
|
|
2812
|
-
"type",
|
|
2813
|
-
"postal_code",
|
|
2814
|
-
"consumption"
|
|
2815
|
-
]
|
|
2814
|
+
"description": "The compute price payload for power"
|
|
2816
2815
|
}
|
|
2817
2816
|
]
|
|
2818
2817
|
},
|
|
@@ -2840,12 +2839,7 @@
|
|
|
2840
2839
|
]
|
|
2841
2840
|
}
|
|
2842
2841
|
},
|
|
2843
|
-
"description": "The compute price payload for gas"
|
|
2844
|
-
"required": [
|
|
2845
|
-
"type",
|
|
2846
|
-
"postal_code",
|
|
2847
|
-
"consumption"
|
|
2848
|
-
]
|
|
2842
|
+
"description": "The compute price payload for gas"
|
|
2849
2843
|
}
|
|
2850
2844
|
]
|
|
2851
2845
|
},
|