@freelog/tools-lib 0.1.120 → 0.1.121
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/tools-lib.cjs.development.js +2 -2
- package/dist/tools-lib.cjs.development.js.map +1 -1
- package/dist/tools-lib.cjs.production.min.js +1 -1
- package/dist/tools-lib.cjs.production.min.js.map +1 -1
- package/dist/tools-lib.esm.js +2 -2
- package/dist/tools-lib.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/service-API/testQualifications.ts +2 -2
|
@@ -2779,7 +2779,7 @@ var _excluded$9 = ["recordId"];
|
|
|
2779
2779
|
function codeDetails1(_ref) {
|
|
2780
2780
|
var code = _ref.code;
|
|
2781
2781
|
return FUtil.Request({
|
|
2782
|
-
method: '
|
|
2782
|
+
method: 'GET',
|
|
2783
2783
|
url: "/v2/testQualifications/beta/codes/" + code
|
|
2784
2784
|
});
|
|
2785
2785
|
}
|
|
@@ -2787,7 +2787,7 @@ function codeDetails2(_ref2) {
|
|
|
2787
2787
|
_objectDestructuringEmpty(_ref2);
|
|
2788
2788
|
|
|
2789
2789
|
return FUtil.Request({
|
|
2790
|
-
method: '
|
|
2790
|
+
method: 'GET',
|
|
2791
2791
|
url: "/v2/testQualifications/beta/codes/userActivateCode"
|
|
2792
2792
|
});
|
|
2793
2793
|
}
|