@koralabs/kora-labs-common 2.0.0 → 2.0.2

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.
@@ -259,13 +259,15 @@ export declare enum AvailabilityResponseCode {
259
259
  }
260
260
  export interface AvailabilityResponse {
261
261
  available: boolean;
262
+ cost?: number | 'n/a';
262
263
  handle: string;
263
264
  message?: string;
264
- type?: 'notallowed' | 'invalid';
265
+ type?: 'notallowed' | 'invalid' | 'pending' | 'private';
265
266
  link?: string;
266
267
  reason?: string;
267
268
  duration?: number;
268
269
  code: AvailabilityResponseCode;
270
+ ogNumber?: number;
269
271
  }
270
272
  export interface ReservedOrProtected {
271
273
  reserved?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koralabs/kora-labs-common",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "Kora Labs Common Utilities",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",