@koralabs/kora-labs-common 4.2.5 → 4.3.0

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.
@@ -51,6 +51,7 @@ export interface IPersonalizationPortal {
51
51
  type: string;
52
52
  domain?: string | null;
53
53
  custom_settings?: string[] | null;
54
+ gallery_settings?: string | null;
54
55
  }
55
56
  export declare enum ScriptType {
56
57
  PZ_CONTRACT = "pz_contract",
@@ -201,9 +202,8 @@ export interface IPzDatum {
201
202
  migrate_sig_required: BoolInt;
202
203
  original_address?: HexStringOrEmpty;
203
204
  }
204
- export interface ISubHandleSettingsDefaultStyles extends ICreatorDefaults {
205
+ export interface ISubHandleSettingsDefaultStyles extends IPersonalizationDesigner {
205
206
  bg_image?: string;
206
- expires_slot?: number;
207
207
  }
208
208
  /**
209
209
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koralabs/kora-labs-common",
3
- "version": "4.2.5",
3
+ "version": "4.3.0",
4
4
  "description": "Kora Labs Common Utilities",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",