@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
package/dist/tools-lib.esm.js
CHANGED
|
@@ -2773,7 +2773,7 @@ var _excluded$9 = ["recordId"];
|
|
|
2773
2773
|
function codeDetails1(_ref) {
|
|
2774
2774
|
var code = _ref.code;
|
|
2775
2775
|
return FUtil.Request({
|
|
2776
|
-
method: '
|
|
2776
|
+
method: 'GET',
|
|
2777
2777
|
url: "/v2/testQualifications/beta/codes/" + code
|
|
2778
2778
|
});
|
|
2779
2779
|
}
|
|
@@ -2781,7 +2781,7 @@ function codeDetails2(_ref2) {
|
|
|
2781
2781
|
_objectDestructuringEmpty(_ref2);
|
|
2782
2782
|
|
|
2783
2783
|
return FUtil.Request({
|
|
2784
|
-
method: '
|
|
2784
|
+
method: 'GET',
|
|
2785
2785
|
url: "/v2/testQualifications/beta/codes/userActivateCode"
|
|
2786
2786
|
});
|
|
2787
2787
|
}
|