@agroyaar/sdk 3.6.7 → 3.6.8

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 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -5285,7 +5285,7 @@ type MechanizationTypes = ApiRequestType<{
5285
5285
  pathParams: NonNullable<CreateMechanizationParams["path"]>;
5286
5286
  };
5287
5287
  delete: {
5288
- params: DeleteMechanizationPrams["path"];
5288
+ params: NonNullable<DeleteMechanizationPrams["path"]>;
5289
5289
  };
5290
5290
  }>;
5291
5291
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agroyaar/sdk",
3
- "version": "3.6.7",
3
+ "version": "3.6.8",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",