@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.
- package/handles/interfaces.d.ts +1 -1
- package/package.json +1 -1
package/handles/interfaces.d.ts
CHANGED
|
@@ -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';
|