@koralabs/kora-labs-common 4.4.1 → 4.4.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 +2 -0
- package/package.json +1 -1
package/handles/interfaces.d.ts
CHANGED
|
@@ -140,6 +140,7 @@ export interface IHandle {
|
|
|
140
140
|
public_mint: boolean;
|
|
141
141
|
};
|
|
142
142
|
original_address?: string;
|
|
143
|
+
pz_enabled?: boolean;
|
|
143
144
|
}
|
|
144
145
|
export interface ICip68Handle extends IHandle {
|
|
145
146
|
reference_token?: IReferenceToken;
|
|
@@ -213,6 +214,7 @@ export interface IPzDatum {
|
|
|
213
214
|
agreed_terms: string;
|
|
214
215
|
migrate_sig_required: BoolInt;
|
|
215
216
|
original_address?: HexStringOrEmpty;
|
|
217
|
+
pz_enabled?: BoolInt;
|
|
216
218
|
}
|
|
217
219
|
export interface ISubHandleSettingsDefaultStyles extends IPersonalizationDesigner {
|
|
218
220
|
bg_image?: string;
|