@koralabs/kora-labs-common 2.0.2 → 2.0.3

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.
@@ -253,6 +253,7 @@ export interface ProtectedWord {
253
253
  }
254
254
  export declare enum AvailabilityResponseCode {
255
255
  AVAILABLE = 200,
256
+ ALREADY_CLAIMED = 403,
256
257
  NOT_AVAILABLE_FOR_LEGAL_REASONS = 451,
257
258
  NOT_ACCEPTABLE = 406,
258
259
  LOCKED = 423
@@ -47,6 +47,7 @@ var OAuthSocial;
47
47
  var AvailabilityResponseCode;
48
48
  (function (AvailabilityResponseCode) {
49
49
  AvailabilityResponseCode[AvailabilityResponseCode["AVAILABLE"] = 200] = "AVAILABLE";
50
+ AvailabilityResponseCode[AvailabilityResponseCode["ALREADY_CLAIMED"] = 403] = "ALREADY_CLAIMED";
50
51
  AvailabilityResponseCode[AvailabilityResponseCode["NOT_AVAILABLE_FOR_LEGAL_REASONS"] = 451] = "NOT_AVAILABLE_FOR_LEGAL_REASONS";
51
52
  AvailabilityResponseCode[AvailabilityResponseCode["NOT_ACCEPTABLE"] = 406] = "NOT_ACCEPTABLE";
52
53
  AvailabilityResponseCode[AvailabilityResponseCode["LOCKED"] = 423] = "LOCKED";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koralabs/kora-labs-common",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Kora Labs Common Utilities",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",