@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.
- package/handles/interfaces.d.ts +2 -2
- package/package.json +1 -1
package/handles/interfaces.d.ts
CHANGED
|
@@ -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
|
|
205
|
+
export interface ISubHandleSettingsDefaultStyles extends IPersonalizationDesigner {
|
|
205
206
|
bg_image?: string;
|
|
206
|
-
expires_slot?: number;
|
|
207
207
|
}
|
|
208
208
|
/**
|
|
209
209
|
*
|