@agroyaar/sdk 1.0.9-0 → 1.0.9-1

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
@@ -123,7 +123,7 @@ var createMechanizationServices = (client) => ({
123
123
  }) => {
124
124
  try {
125
125
  const { data } = await client.get(
126
- `/farmers/${farmerId}/mechanizations/${mechanizationId}/sensors/speed/changes`
126
+ `/farmers/${farmerId}/mechanizations/${mechanizationId}/sensors/speed-changes`
127
127
  );
128
128
  return import_ts_belt.R.Ok(
129
129
  mappers.getSpeedChangesChartPointsList(data.result.data.speedChanges)
package/dist/index.mjs CHANGED
@@ -87,7 +87,7 @@ var createMechanizationServices = (client) => ({
87
87
  }) => {
88
88
  try {
89
89
  const { data } = await client.get(
90
- `/farmers/${farmerId}/mechanizations/${mechanizationId}/sensors/speed/changes`
90
+ `/farmers/${farmerId}/mechanizations/${mechanizationId}/sensors/speed-changes`
91
91
  );
92
92
  return R.Ok(
93
93
  mappers.getSpeedChangesChartPointsList(data.result.data.speedChanges)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agroyaar/sdk",
3
- "version": "1.0.9-0",
3
+ "version": "1.0.9-1",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",