@freelog/tools-lib 0.1.119 → 0.1.122

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.
@@ -2770,8 +2770,23 @@ var Activity = {
2770
2770
  };
2771
2771
 
2772
2772
  var _excluded$9 = ["recordId"];
2773
- function betaCodesActivate(_ref) {
2774
- var params = _extends({}, _ref);
2773
+ function codeDetails1(_ref) {
2774
+ var code = _ref.code;
2775
+ return FUtil.Request({
2776
+ method: 'GET',
2777
+ url: "/v2/testQualifications/beta/codes/" + code
2778
+ });
2779
+ }
2780
+ function codeDetails2(_ref2) {
2781
+ _objectDestructuringEmpty(_ref2);
2782
+
2783
+ return FUtil.Request({
2784
+ method: 'GET',
2785
+ url: "/v2/testQualifications/beta/codes/userActivateCode"
2786
+ });
2787
+ }
2788
+ function betaCodesActivate(_ref3) {
2789
+ var params = _extends({}, _ref3);
2775
2790
 
2776
2791
  return FUtil.Request({
2777
2792
  method: 'POST',
@@ -2779,8 +2794,17 @@ function betaCodesActivate(_ref) {
2779
2794
  data: params
2780
2795
  });
2781
2796
  }
2782
- function betaApply(_ref2) {
2783
- var params = _extends({}, _ref2);
2797
+ function usedRecords(_ref4) {
2798
+ var params = _extends({}, _ref4);
2799
+
2800
+ return FUtil.Request({
2801
+ method: 'GET',
2802
+ url: "/v2/testQualifications/beta/codes/usedRecords",
2803
+ params: params
2804
+ });
2805
+ }
2806
+ function betaApply(_ref5) {
2807
+ var params = _extends({}, _ref5);
2784
2808
 
2785
2809
  return FUtil.Request({
2786
2810
  method: 'POST',
@@ -2789,8 +2813,8 @@ function betaApply(_ref2) {
2789
2813
  });
2790
2814
  }
2791
2815
  function getBetaApply1(_temp) {
2792
- var _ref3 = _temp === void 0 ? {} : _temp,
2793
- params = _extends({}, _ref3);
2816
+ var _ref6 = _temp === void 0 ? {} : _temp,
2817
+ params = _extends({}, _ref6);
2794
2818
 
2795
2819
  return FUtil.Request({
2796
2820
  method: 'GET',
@@ -2798,9 +2822,9 @@ function getBetaApply1(_temp) {
2798
2822
  params: params
2799
2823
  });
2800
2824
  }
2801
- function getBetaApply2(_ref4) {
2802
- var recordId = _ref4.recordId,
2803
- params = _objectWithoutPropertiesLoose(_ref4, _excluded$9);
2825
+ function getBetaApply2(_ref7) {
2826
+ var recordId = _ref7.recordId,
2827
+ params = _objectWithoutPropertiesLoose(_ref7, _excluded$9);
2804
2828
 
2805
2829
  return FUtil.Request({
2806
2830
  method: 'GET',
@@ -2811,7 +2835,10 @@ function getBetaApply2(_ref4) {
2811
2835
 
2812
2836
  var TestQualification = {
2813
2837
  __proto__: null,
2838
+ codeDetails1: codeDetails1,
2839
+ codeDetails2: codeDetails2,
2814
2840
  betaCodesActivate: betaCodesActivate,
2841
+ usedRecords: usedRecords,
2815
2842
  betaApply: betaApply,
2816
2843
  getBetaApply1: getBetaApply1,
2817
2844
  getBetaApply2: getBetaApply2