@dchighs/dc-config 0.1.27 → 0.1.28
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.
|
@@ -2242,9 +2242,9 @@ export interface The1 {
|
|
|
2242
2242
|
start_ts: string;
|
|
2243
2243
|
}
|
|
2244
2244
|
export interface The1_Slide {
|
|
2245
|
-
content_localized_key
|
|
2245
|
+
content_localized_key?: string;
|
|
2246
2246
|
custom_title_localized_key: string;
|
|
2247
|
-
header_localized_key
|
|
2247
|
+
header_localized_key?: string;
|
|
2248
2248
|
image_url: string;
|
|
2249
2249
|
link: string;
|
|
2250
2250
|
link_button_key: string;
|
|
@@ -2335,19 +2335,15 @@ export interface CanvaSlide {
|
|
|
2335
2335
|
viral_icon_timer?: string;
|
|
2336
2336
|
}
|
|
2337
2337
|
export interface Content {
|
|
2338
|
+
action: ContentAction;
|
|
2338
2339
|
height: number;
|
|
2339
2340
|
rotation: number;
|
|
2340
|
-
|
|
2341
|
-
text_color?: string;
|
|
2341
|
+
style: string;
|
|
2342
2342
|
text_key: string;
|
|
2343
|
-
text_size?: number;
|
|
2344
|
-
timer?: number;
|
|
2345
2343
|
type: string;
|
|
2346
2344
|
width: number;
|
|
2347
2345
|
x: number;
|
|
2348
2346
|
y: number;
|
|
2349
|
-
action?: ContentAction;
|
|
2350
|
-
style?: string;
|
|
2351
2347
|
}
|
|
2352
2348
|
export interface ContentAction {
|
|
2353
2349
|
itemId: string;
|