@arekstasko/plantcare-api-client 1.2.3 → 1.2.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/index.d.cts CHANGED
@@ -192,6 +192,8 @@ interface Plant {
192
192
  moduleId?: number;
193
193
  name?: string | undefined;
194
194
  description?: string | undefined;
195
+ minHumidity?: number | undefined;
196
+ maxHumidity?: number | undefined;
195
197
  type?: PlantType;
196
198
  }
197
199
  interface Exception {
package/dist/index.d.ts CHANGED
@@ -192,6 +192,8 @@ interface Plant {
192
192
  moduleId?: number;
193
193
  name?: string | undefined;
194
194
  description?: string | undefined;
195
+ minHumidity?: number | undefined;
196
+ maxHumidity?: number | undefined;
195
197
  type?: PlantType;
196
198
  }
197
199
  interface Exception {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arekstasko/plantcare-api-client",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",