@agroyaar/sdk 3.5.9 → 3.5.10

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4569,8 +4569,7 @@ interface operations {
4569
4569
  header?: never;
4570
4570
  path: {
4571
4571
  farmerId: string;
4572
- croppingSuitabilityIdId: string;
4573
- croppingSuitabilityId: unknown;
4572
+ croppingSuitabilityId: string;
4574
4573
  };
4575
4574
  cookie?: never;
4576
4575
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agroyaar/sdk",
3
- "version": "3.5.9",
3
+ "version": "3.5.10",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",