@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -480,7 +480,7 @@ var createQuestionServices = (client) => ({
|
|
|
480
480
|
"get",
|
|
481
481
|
"/statics/mechanizations-questions",
|
|
482
482
|
{
|
|
483
|
-
params
|
|
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
|
|
447
|
+
params
|
|
448
448
|
}
|
|
449
449
|
);
|
|
450
450
|
const questions = data?.result.data.mechanizationsQuestions;
|