@koralabs/kora-labs-common 3.1.0 → 3.1.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.
@@ -212,6 +212,7 @@ export interface IVirtualSubHandleSettings extends ISubHandleSettings {
212
212
  export interface ISubHandleSettingsDatum {
213
213
  nft?: ISubHandleSettings;
214
214
  virtual?: IVirtualSubHandleSettings;
215
+ buy_down_paid?: number;
215
216
  }
216
217
  export interface IHandleFileContent {
217
218
  slot: number;
@@ -291,7 +292,6 @@ export declare enum AvailabilityResponseCode {
291
292
  }
292
293
  export interface AvailabilityResponse {
293
294
  available: boolean;
294
- cost?: number | 'n/a';
295
295
  handle: string;
296
296
  message?: string;
297
297
  type?: 'notallowed' | 'invalid' | 'pending' | 'private';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koralabs/kora-labs-common",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "Kora Labs Common Utilities",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",