@ricado/api-client 2.4.0 → 2.4.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ricado/api-client",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "description": "RICADO Gen 4 API Client Library for NodeJS and Browsers",
5
5
  "author": {
6
6
  "name": "Ash Neilson"
@@ -155,7 +155,7 @@ export default FruitProfileController;
155
155
  * The Create Data for a Fruit Profile
156
156
  *
157
157
  * @typedef {Object} FruitProfileController.CreateData
158
- * @property {string} [name] The Fruit Profile Name
158
+ * @property {string} name The Fruit Profile Name
159
159
  * @property {string} description The Fruit Profile Description
160
160
  * @property {string} image The Fruit Profile Image Source
161
161
  * @property {number} nominalWarmUpDuration The Typical Warm Up Duration (in seconds) for a Sample to reach the Minimum Target Temperature
@@ -170,6 +170,7 @@ export default FruitProfileController;
170
170
  * The Update Data for a Fruit Profile
171
171
  *
172
172
  * @typedef {Object} FruitProfileController.UpdateData
173
+ * @property {string} [name] The Fruit Profile Name
173
174
  * @property {string} [description] The Fruit Profile Description
174
175
  * @property {string} [image] The Fruit Profile Image Source
175
176
  * @property {number} [nominalWarmUpDuration] The Typical Warm Up Duration (in seconds) for a Sample to reach the Minimum Target Temperature