dce-reactkit 3.8.6 → 3.8.7

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/cjs/index.js CHANGED
@@ -57,7 +57,7 @@ function __awaiter(thisArg, _arguments, P, generator) {
57
57
  });
58
58
  }
59
59
 
60
- // Highest error code = DRK13
60
+ // Highest error code = DRK16
61
61
  /**
62
62
  * List of error codes built into the react kit
63
63
  * @author Gabe Abrams
@@ -77,6 +77,10 @@ var ReactKitErrorCode;
77
77
  ReactKitErrorCode["NotAllowedToReviewLogs"] = "DRK11";
78
78
  ReactKitErrorCode["ThemeCheckedBeforeReactKitReady"] = "DRK12";
79
79
  ReactKitErrorCode["SessionExpiredMessageGottenBeforeReactKitReady"] = "DRK13";
80
+ // Server-to-server requests
81
+ ReactKitErrorCode["NotConnected"] = "DRK14";
82
+ ReactKitErrorCode["SelfSigned"] = "DRK15";
83
+ ReactKitErrorCode["ResponseParseError"] = "DRK16";
80
84
  })(ReactKitErrorCode || (ReactKitErrorCode = {}));
81
85
  var ReactKitErrorCode$1 = ReactKitErrorCode;
82
86