@arekstasko/plantcare-api-client 1.2.5 → 1.2.6
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/index.d.cts +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -178,8 +178,6 @@ interface PlantHumidityStatus {
|
|
|
178
178
|
interface Module {
|
|
179
179
|
id?: number;
|
|
180
180
|
isAvailable?: boolean;
|
|
181
|
-
requiredMoistureLevel?: number | undefined;
|
|
182
|
-
criticalMoistureLevel?: number | undefined;
|
|
183
181
|
name?: string | undefined;
|
|
184
182
|
}
|
|
185
183
|
interface Place {
|
package/dist/index.d.ts
CHANGED
|
@@ -178,8 +178,6 @@ interface PlantHumidityStatus {
|
|
|
178
178
|
interface Module {
|
|
179
179
|
id?: number;
|
|
180
180
|
isAvailable?: boolean;
|
|
181
|
-
requiredMoistureLevel?: number | undefined;
|
|
182
|
-
criticalMoistureLevel?: number | undefined;
|
|
183
181
|
name?: string | undefined;
|
|
184
182
|
}
|
|
185
183
|
interface Place {
|