@agroyaar/sdk 3.5.13 → 3.5.14

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
@@ -480,7 +480,7 @@ var createQuestionServices = (client) => ({
480
480
  "get",
481
481
  "/statics/mechanizations-questions",
482
482
  {
483
- params: { mechanizationVarietyId: params.mechanizationVarietyId }
483
+ params
484
484
  }
485
485
  );
486
486
  const questions = data?.result.data.mechanizationsQuestions;
package/dist/index.mjs CHANGED
@@ -444,7 +444,7 @@ var createQuestionServices = (client) => ({
444
444
  "get",
445
445
  "/statics/mechanizations-questions",
446
446
  {
447
- params: { mechanizationVarietyId: params.mechanizationVarietyId }
447
+ params
448
448
  }
449
449
  );
450
450
  const questions = data?.result.data.mechanizationsQuestions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agroyaar/sdk",
3
- "version": "3.5.13",
3
+ "version": "3.5.14",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",