@agroyaar/sdk 1.1.5 → 1.1.6-0

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.cjs CHANGED
@@ -112,8 +112,7 @@ var mappers = {
112
112
  engineOilPressure: response.engineOilPressure,
113
113
  engineWaterTemperature: response.engineWaterTemperature,
114
114
  batteryChargePercentage: response.batteryChargePercentage,
115
- mechanizationId: response.mechanizationId,
116
- mechanization: mappers.getMechanization(response.mechanization)
115
+ mechanizationId: response.mechanizationId
117
116
  })
118
117
  };
119
118
 
package/dist/index.d.ts CHANGED
@@ -82,7 +82,6 @@ type MotorizedMechanizationSensorsModel = {
82
82
  engineWaterTemperature: string;
83
83
  batteryChargePercentage: string;
84
84
  mechanizationId: string;
85
- mechanization: MechanizationModel;
86
85
  };
87
86
  type MotorizedMechanizationSensorsVariables = {
88
87
  farmerId: string;
package/dist/index.mjs CHANGED
@@ -76,8 +76,7 @@ var mappers = {
76
76
  engineOilPressure: response.engineOilPressure,
77
77
  engineWaterTemperature: response.engineWaterTemperature,
78
78
  batteryChargePercentage: response.batteryChargePercentage,
79
- mechanizationId: response.mechanizationId,
80
- mechanization: mappers.getMechanization(response.mechanization)
79
+ mechanizationId: response.mechanizationId
81
80
  })
82
81
  };
83
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agroyaar/sdk",
3
- "version": "1.1.5",
3
+ "version": "1.1.6-0",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",