@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koralabs/kora-labs-common",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "Kora Labs Common Utilities",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",