pds-dev-kit-web-test 0.3.4 → 0.3.6
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/dist/src/common/assets/icons/line/Hourglass.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Hourglass.js +30 -0
- package/dist/src/common/assets/icons/line/UploadList.d.ts +4 -0
- package/dist/src/common/assets/icons/line/UploadList.js +30 -0
- package/dist/src/common/assets/icons/line/index.d.ts +2 -0
- package/dist/src/common/assets/icons/line/index.js +4 -0
- package/dist/src/common/styles/colorSet/UIColor.json +3 -1
- package/dist/src/common/styles/colorSet/index.d.ts +124 -122
- package/dist/src/common/styles/colorSet/index.js +4 -4
- package/dist/src/common/styles/colorSet/ui-type.d.ts +2 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +5 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +3 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTX.d.ts +21 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTX.js +125 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.js +3 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +5 -2
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +10 -6
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +2 -4
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +2 -790
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +1202 -1988
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +4 -2
- package/package.json +1 -1
- package/release-note.md +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const pages0803PreviewSections: {
|
|
2
2
|
administrativeTitle: string;
|
|
3
3
|
appearanceTemplate: string;
|
|
4
4
|
componentBlocks: ({
|
|
@@ -1300,792 +1300,4 @@ export declare const sampleCustomsection1: {
|
|
|
1300
1300
|
template: string;
|
|
1301
1301
|
type: string;
|
|
1302
1302
|
updatedAt: string;
|
|
1303
|
-
};
|
|
1304
|
-
export declare const sampleCustomsection2: {
|
|
1305
|
-
administrativeTitle: string;
|
|
1306
|
-
appearanceTemplate: string;
|
|
1307
|
-
display: boolean;
|
|
1308
|
-
dlSelectorId: string;
|
|
1309
|
-
dynamicLayoutPageId: number;
|
|
1310
|
-
dynamicLayoutSceneId: number;
|
|
1311
|
-
id: number;
|
|
1312
|
-
insertedAt: string;
|
|
1313
|
-
jsonProperties: {
|
|
1314
|
-
currentVersion: string;
|
|
1315
|
-
data: {
|
|
1316
|
-
CB_CONTENT_PROP_HOVER: {
|
|
1317
|
-
CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
|
|
1318
|
-
};
|
|
1319
|
-
CB_CONTENT_PROP_SECTION: {
|
|
1320
|
-
CB_CONTENT_PROP_SECTION_SPEC_VARIABLEROOTFONTSIZE: boolean;
|
|
1321
|
-
};
|
|
1322
|
-
CB_CONTENT_PROP_VISIBILITY: {
|
|
1323
|
-
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
|
1324
|
-
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
|
1325
|
-
};
|
|
1326
|
-
CB_EFFECT_PROP_ENTANIM: {
|
|
1327
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
|
1328
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
|
1329
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
|
1330
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
|
1331
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
|
1332
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
|
1333
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
|
1334
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
|
1335
|
-
};
|
|
1336
|
-
CB_EFFECT_PROP_HOVERANIM: {
|
|
1337
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: number;
|
|
1338
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null;
|
|
1339
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: number;
|
|
1340
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null;
|
|
1341
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: string;
|
|
1342
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null;
|
|
1343
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: string;
|
|
1344
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null;
|
|
1345
|
-
};
|
|
1346
|
-
CB_LAYOUT_PROP_PADDING: {
|
|
1347
|
-
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
|
1348
|
-
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
|
|
1349
|
-
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
|
1350
|
-
bottom: number;
|
|
1351
|
-
left: number;
|
|
1352
|
-
right: number;
|
|
1353
|
-
top: number;
|
|
1354
|
-
};
|
|
1355
|
-
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': {
|
|
1356
|
-
bottom: number;
|
|
1357
|
-
left: number;
|
|
1358
|
-
right: number;
|
|
1359
|
-
top: number;
|
|
1360
|
-
};
|
|
1361
|
-
};
|
|
1362
|
-
CB_PLACEMENT_PROP_SECTION: {
|
|
1363
|
-
CB_PLACEMENT_PROP_SECTION_SPEC_FULLWIDTH: boolean;
|
|
1364
|
-
'CB_PLACEMENT_PROP_SECTION_SPEC_FULLWIDTH:MOBILE': null;
|
|
1365
|
-
CB_PLACEMENT_PROP_SECTION_SPEC_MINHEIGHT: number;
|
|
1366
|
-
'CB_PLACEMENT_PROP_SECTION_SPEC_MINHEIGHT:MOBILE': number;
|
|
1367
|
-
CB_PLACEMENT_PROP_SECTION_SPEC_ROWS: number;
|
|
1368
|
-
'CB_PLACEMENT_PROP_SECTION_SPEC_ROWS:MOBILE': number;
|
|
1369
|
-
CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH: number;
|
|
1370
|
-
'CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH:MOBILE': null;
|
|
1371
|
-
};
|
|
1372
|
-
CB_STYLE_PROP_BGCOLOR: {
|
|
1373
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: number;
|
|
1374
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': null;
|
|
1375
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null;
|
|
1376
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null;
|
|
1377
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: string;
|
|
1378
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': null;
|
|
1379
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': null;
|
|
1380
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null;
|
|
1381
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: string;
|
|
1382
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': null;
|
|
1383
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null;
|
|
1384
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null;
|
|
1385
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: number;
|
|
1386
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': null;
|
|
1387
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null;
|
|
1388
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null;
|
|
1389
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: string;
|
|
1390
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': null;
|
|
1391
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null;
|
|
1392
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null;
|
|
1393
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: string;
|
|
1394
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': null;
|
|
1395
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null;
|
|
1396
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null;
|
|
1397
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: number;
|
|
1398
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': null;
|
|
1399
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null;
|
|
1400
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null;
|
|
1401
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: string;
|
|
1402
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': null;
|
|
1403
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': null;
|
|
1404
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null;
|
|
1405
|
-
};
|
|
1406
|
-
CB_STYLE_PROP_BGMEDIA: {
|
|
1407
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE:HOVER': null;
|
|
1408
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY: boolean;
|
|
1409
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE': null;
|
|
1410
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:HOVER': null;
|
|
1411
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME: number;
|
|
1412
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT: string;
|
|
1413
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:HOVER': null;
|
|
1414
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE': null;
|
|
1415
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:HOVER': null;
|
|
1416
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE:HOVER': null;
|
|
1417
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME: number;
|
|
1418
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR: string;
|
|
1419
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE:HOVER': null;
|
|
1420
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:HOVER': null;
|
|
1421
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE': null;
|
|
1422
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE': null;
|
|
1423
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE': null;
|
|
1424
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE:HOVER': null;
|
|
1425
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_YSRC: string;
|
|
1426
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE:HOVER': null;
|
|
1427
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:HOVER': null;
|
|
1428
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:HOVER': null;
|
|
1429
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_TYPE: string;
|
|
1430
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:HOVER': null;
|
|
1431
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY: boolean;
|
|
1432
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:HOVER': null;
|
|
1433
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE:HOVER': null;
|
|
1434
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL: boolean;
|
|
1435
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE:HOVER': null;
|
|
1436
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE': null;
|
|
1437
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY:MOBILE': null;
|
|
1438
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE': null;
|
|
1439
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION: string;
|
|
1440
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE:HOVER': null;
|
|
1441
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE': null;
|
|
1442
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE': null;
|
|
1443
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:HOVER': null;
|
|
1444
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE:HOVER': null;
|
|
1445
|
-
};
|
|
1446
|
-
CB_STYLE_PROP_BGOVERLAY: {
|
|
1447
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE: number;
|
|
1448
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:HOVER': null;
|
|
1449
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE': null;
|
|
1450
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE:HOVER': null;
|
|
1451
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR: string;
|
|
1452
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:HOVER': null;
|
|
1453
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE': null;
|
|
1454
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE:HOVER': null;
|
|
1455
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR: string;
|
|
1456
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:HOVER': null;
|
|
1457
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE': null;
|
|
1458
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE:HOVER': null;
|
|
1459
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC: number;
|
|
1460
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:HOVER': null;
|
|
1461
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE': null;
|
|
1462
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE:HOVER': null;
|
|
1463
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT: string;
|
|
1464
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:HOVER': null;
|
|
1465
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE': null;
|
|
1466
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE:HOVER': null;
|
|
1467
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR: string;
|
|
1468
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:HOVER': null;
|
|
1469
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE': null;
|
|
1470
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE:HOVER': null;
|
|
1471
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC: number;
|
|
1472
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:HOVER': null;
|
|
1473
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE': null;
|
|
1474
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE:HOVER': null;
|
|
1475
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE: string;
|
|
1476
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:HOVER': null;
|
|
1477
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE': null;
|
|
1478
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE:HOVER': null;
|
|
1479
|
-
};
|
|
1480
|
-
};
|
|
1481
|
-
migrations: {
|
|
1482
|
-
'2023-08-03': {
|
|
1483
|
-
MG_TASK_0001_20230803_INIT: string;
|
|
1484
|
-
};
|
|
1485
|
-
};
|
|
1486
|
-
minVersion: string;
|
|
1487
|
-
version: string;
|
|
1488
|
-
};
|
|
1489
|
-
manifest: {
|
|
1490
|
-
availableProperties: never[];
|
|
1491
|
-
availableStyles: never[];
|
|
1492
|
-
availableTemplates: never[];
|
|
1493
|
-
schema: string;
|
|
1494
|
-
};
|
|
1495
|
-
order: number;
|
|
1496
|
-
program: string;
|
|
1497
|
-
programData: {};
|
|
1498
|
-
properties: {
|
|
1499
|
-
buttonAlphaLabel: string;
|
|
1500
|
-
buttonAlphaLinkSrc: string;
|
|
1501
|
-
buttonAlphaLinkType: string;
|
|
1502
|
-
buttonBravoLabel: string;
|
|
1503
|
-
buttonBravoLinkSrc: string;
|
|
1504
|
-
buttonBravoLinkType: string;
|
|
1505
|
-
buttonCharlieLabel: string;
|
|
1506
|
-
buttonCharlieLinkSrc: string;
|
|
1507
|
-
buttonCharlieLinkType: string;
|
|
1508
|
-
buttonDeltaLabel: string;
|
|
1509
|
-
buttonDeltaLinkSrc: string;
|
|
1510
|
-
buttonDeltaLinkType: string;
|
|
1511
|
-
buttonEchoLabel: string;
|
|
1512
|
-
buttonEchoLinkSrc: string;
|
|
1513
|
-
buttonEchoLinkType: string;
|
|
1514
|
-
carouselAutoplayMode: string;
|
|
1515
|
-
carouselAutoplayTime: number;
|
|
1516
|
-
carouselInfiniteLoopMode: string;
|
|
1517
|
-
description: string;
|
|
1518
|
-
itemLinkMethod: string;
|
|
1519
|
-
multiPurposeUrl: string;
|
|
1520
|
-
sectionContentMediaSrc: string;
|
|
1521
|
-
sectionContentMediaSrcMobile: string;
|
|
1522
|
-
sectionContentMediaType: string;
|
|
1523
|
-
title: string;
|
|
1524
|
-
};
|
|
1525
|
-
sectionCode: string;
|
|
1526
|
-
sectionTemplateCode: string;
|
|
1527
|
-
sectionTypeCode: string;
|
|
1528
|
-
sectionUsecaseCode: string;
|
|
1529
|
-
styles: {
|
|
1530
|
-
buttonEchoBackgroundColorInHex: string;
|
|
1531
|
-
buttonBravoLabelColorInHex: string;
|
|
1532
|
-
itemHighlightingColorInHex: string;
|
|
1533
|
-
descriptionColorInHex: string;
|
|
1534
|
-
itemToneType: string;
|
|
1535
|
-
buttonDeltaDesignType: string;
|
|
1536
|
-
buttonCharlieDesignType: string;
|
|
1537
|
-
itemButtonBackgroundColorInHex: string;
|
|
1538
|
-
itemButtonDesignType: string;
|
|
1539
|
-
buttonCharlieBackgroundColorInHex: string;
|
|
1540
|
-
itemDescriptionColorInHex: string;
|
|
1541
|
-
buttonBravoBackgroundColorInHex: string;
|
|
1542
|
-
backgroundColorInHex: string;
|
|
1543
|
-
buttonBravoSizeType: string;
|
|
1544
|
-
buttonEchoDesignType: string;
|
|
1545
|
-
buttonAlphaLabelColorInHex: string;
|
|
1546
|
-
buttonEchoSizeType: string;
|
|
1547
|
-
buttonEchoLabelColorInHex: string;
|
|
1548
|
-
buttonCharlieSizeType: string;
|
|
1549
|
-
buttonCharlieLabelColorInHex: string;
|
|
1550
|
-
buttonAlphaSizeType: string;
|
|
1551
|
-
itemButtonSizeType: string;
|
|
1552
|
-
programmedItemActionButtonTextType: string;
|
|
1553
|
-
titleColorInHex: string;
|
|
1554
|
-
backgroundMediaType: string;
|
|
1555
|
-
buttonBravoDesignType: string;
|
|
1556
|
-
itemTitleColorInHex: string;
|
|
1557
|
-
backgroundOverlayColorInHex: string;
|
|
1558
|
-
buttonDeltaLabelColorInHex: string;
|
|
1559
|
-
buttonDeltaSizeType: string;
|
|
1560
|
-
buttonAlphaBackgroundColorInHex: string;
|
|
1561
|
-
backgroundMediaSrc: string;
|
|
1562
|
-
buttonAlphaDesignType: string;
|
|
1563
|
-
buttonDeltaBackgroundColorInHex: string;
|
|
1564
|
-
itemButtonLabelColorInHex: string;
|
|
1565
|
-
};
|
|
1566
|
-
template: string;
|
|
1567
|
-
type: string;
|
|
1568
|
-
updatedAt: string;
|
|
1569
|
-
};
|
|
1570
|
-
export declare const sampleCustomsection3: {
|
|
1571
|
-
administrativeTitle: string;
|
|
1572
|
-
appearanceTemplate: string;
|
|
1573
|
-
display: boolean;
|
|
1574
|
-
dlSelectorId: string;
|
|
1575
|
-
dynamicLayoutPageId: number;
|
|
1576
|
-
dynamicLayoutSceneId: number;
|
|
1577
|
-
id: number;
|
|
1578
|
-
insertedAt: string;
|
|
1579
|
-
jsonProperties: {
|
|
1580
|
-
currentVersion: string;
|
|
1581
|
-
data: {
|
|
1582
|
-
CB_CONTENT_PROP_HOVER: {
|
|
1583
|
-
CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
|
|
1584
|
-
};
|
|
1585
|
-
CB_CONTENT_PROP_SECTION: {
|
|
1586
|
-
CB_CONTENT_PROP_SECTION_SPEC_VARIABLEROOTFONTSIZE: boolean;
|
|
1587
|
-
};
|
|
1588
|
-
CB_CONTENT_PROP_VISIBILITY: {
|
|
1589
|
-
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
|
1590
|
-
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
|
1591
|
-
};
|
|
1592
|
-
CB_EFFECT_PROP_ENTANIM: {
|
|
1593
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
|
1594
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
|
1595
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
|
1596
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
|
1597
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
|
1598
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
|
1599
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
|
1600
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
|
1601
|
-
};
|
|
1602
|
-
CB_EFFECT_PROP_HOVERANIM: {
|
|
1603
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: number;
|
|
1604
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null;
|
|
1605
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: number;
|
|
1606
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null;
|
|
1607
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: string;
|
|
1608
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null;
|
|
1609
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: string;
|
|
1610
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null;
|
|
1611
|
-
};
|
|
1612
|
-
CB_LAYOUT_PROP_PADDING: {
|
|
1613
|
-
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
|
1614
|
-
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
|
|
1615
|
-
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
|
1616
|
-
bottom: number;
|
|
1617
|
-
left: number;
|
|
1618
|
-
right: number;
|
|
1619
|
-
top: number;
|
|
1620
|
-
};
|
|
1621
|
-
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null;
|
|
1622
|
-
};
|
|
1623
|
-
CB_PLACEMENT_PROP_SECTION: {
|
|
1624
|
-
CB_PLACEMENT_PROP_SECTION_SPEC_FULLWIDTH: boolean;
|
|
1625
|
-
'CB_PLACEMENT_PROP_SECTION_SPEC_FULLWIDTH:MOBILE': null;
|
|
1626
|
-
CB_PLACEMENT_PROP_SECTION_SPEC_MINHEIGHT: number;
|
|
1627
|
-
'CB_PLACEMENT_PROP_SECTION_SPEC_MINHEIGHT:MOBILE': null;
|
|
1628
|
-
CB_PLACEMENT_PROP_SECTION_SPEC_ROWS: number;
|
|
1629
|
-
'CB_PLACEMENT_PROP_SECTION_SPEC_ROWS:MOBILE': number;
|
|
1630
|
-
CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH: number;
|
|
1631
|
-
'CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH:MOBILE': null;
|
|
1632
|
-
};
|
|
1633
|
-
CB_STYLE_PROP_BGCOLOR: {
|
|
1634
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: number;
|
|
1635
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': null;
|
|
1636
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null;
|
|
1637
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null;
|
|
1638
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: string;
|
|
1639
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': null;
|
|
1640
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': null;
|
|
1641
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null;
|
|
1642
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: string;
|
|
1643
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': null;
|
|
1644
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null;
|
|
1645
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null;
|
|
1646
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: number;
|
|
1647
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': null;
|
|
1648
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null;
|
|
1649
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null;
|
|
1650
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: string;
|
|
1651
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': null;
|
|
1652
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null;
|
|
1653
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null;
|
|
1654
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: string;
|
|
1655
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': null;
|
|
1656
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null;
|
|
1657
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null;
|
|
1658
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: number;
|
|
1659
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': null;
|
|
1660
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null;
|
|
1661
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null;
|
|
1662
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: string;
|
|
1663
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': null;
|
|
1664
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': null;
|
|
1665
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null;
|
|
1666
|
-
};
|
|
1667
|
-
CB_STYLE_PROP_BGMEDIA: {
|
|
1668
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE:HOVER': null;
|
|
1669
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY: boolean;
|
|
1670
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE': null;
|
|
1671
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:HOVER': null;
|
|
1672
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME: number;
|
|
1673
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT: string;
|
|
1674
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:HOVER': null;
|
|
1675
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE': null;
|
|
1676
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:HOVER': null;
|
|
1677
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE:HOVER': null;
|
|
1678
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME: number;
|
|
1679
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR: string;
|
|
1680
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE:HOVER': null;
|
|
1681
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:HOVER': null;
|
|
1682
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE': null;
|
|
1683
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE': null;
|
|
1684
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE': null;
|
|
1685
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE:HOVER': null;
|
|
1686
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_YSRC: string;
|
|
1687
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE:HOVER': null;
|
|
1688
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:HOVER': null;
|
|
1689
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:HOVER': null;
|
|
1690
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_TYPE: string;
|
|
1691
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:HOVER': null;
|
|
1692
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY: boolean;
|
|
1693
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:HOVER': null;
|
|
1694
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE:HOVER': null;
|
|
1695
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL: boolean;
|
|
1696
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE:HOVER': null;
|
|
1697
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE': null;
|
|
1698
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY:MOBILE': null;
|
|
1699
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE': null;
|
|
1700
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION: string;
|
|
1701
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE:HOVER': null;
|
|
1702
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE': null;
|
|
1703
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE': null;
|
|
1704
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:HOVER': null;
|
|
1705
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE:HOVER': null;
|
|
1706
|
-
};
|
|
1707
|
-
CB_STYLE_PROP_BGOVERLAY: {
|
|
1708
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE: number;
|
|
1709
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:HOVER': null;
|
|
1710
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE': null;
|
|
1711
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE:HOVER': null;
|
|
1712
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR: string;
|
|
1713
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:HOVER': null;
|
|
1714
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE': null;
|
|
1715
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE:HOVER': null;
|
|
1716
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR: string;
|
|
1717
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:HOVER': null;
|
|
1718
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE': null;
|
|
1719
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE:HOVER': null;
|
|
1720
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC: number;
|
|
1721
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:HOVER': null;
|
|
1722
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE': null;
|
|
1723
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE:HOVER': null;
|
|
1724
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT: string;
|
|
1725
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:HOVER': null;
|
|
1726
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE': null;
|
|
1727
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE:HOVER': null;
|
|
1728
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR: string;
|
|
1729
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:HOVER': null;
|
|
1730
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE': null;
|
|
1731
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE:HOVER': null;
|
|
1732
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC: number;
|
|
1733
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:HOVER': null;
|
|
1734
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE': null;
|
|
1735
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE:HOVER': null;
|
|
1736
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE: string;
|
|
1737
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:HOVER': null;
|
|
1738
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE': null;
|
|
1739
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE:HOVER': null;
|
|
1740
|
-
};
|
|
1741
|
-
};
|
|
1742
|
-
migrations: {
|
|
1743
|
-
'2023-08-03': {
|
|
1744
|
-
MG_TASK_0001_20230803_INIT: string;
|
|
1745
|
-
};
|
|
1746
|
-
};
|
|
1747
|
-
minVersion: string;
|
|
1748
|
-
version: string;
|
|
1749
|
-
};
|
|
1750
|
-
manifest: {
|
|
1751
|
-
availableProperties: never[];
|
|
1752
|
-
availableStyles: never[];
|
|
1753
|
-
availableTemplates: never[];
|
|
1754
|
-
schema: string;
|
|
1755
|
-
};
|
|
1756
|
-
order: number;
|
|
1757
|
-
program: string;
|
|
1758
|
-
programData: {};
|
|
1759
|
-
properties: {
|
|
1760
|
-
buttonAlphaLabel: string;
|
|
1761
|
-
buttonAlphaLinkSrc: string;
|
|
1762
|
-
buttonAlphaLinkType: string;
|
|
1763
|
-
buttonBravoLabel: string;
|
|
1764
|
-
buttonBravoLinkSrc: string;
|
|
1765
|
-
buttonBravoLinkType: string;
|
|
1766
|
-
buttonCharlieLabel: string;
|
|
1767
|
-
buttonCharlieLinkSrc: string;
|
|
1768
|
-
buttonCharlieLinkType: string;
|
|
1769
|
-
buttonDeltaLabel: string;
|
|
1770
|
-
buttonDeltaLinkSrc: string;
|
|
1771
|
-
buttonDeltaLinkType: string;
|
|
1772
|
-
buttonEchoLabel: string;
|
|
1773
|
-
buttonEchoLinkSrc: string;
|
|
1774
|
-
buttonEchoLinkType: string;
|
|
1775
|
-
carouselAutoplayMode: string;
|
|
1776
|
-
carouselAutoplayTime: number;
|
|
1777
|
-
carouselInfiniteLoopMode: string;
|
|
1778
|
-
description: string;
|
|
1779
|
-
itemLinkMethod: string;
|
|
1780
|
-
multiPurposeUrl: string;
|
|
1781
|
-
sectionContentMediaSrc: string;
|
|
1782
|
-
sectionContentMediaSrcMobile: string;
|
|
1783
|
-
sectionContentMediaType: string;
|
|
1784
|
-
title: string;
|
|
1785
|
-
};
|
|
1786
|
-
sectionCode: string;
|
|
1787
|
-
sectionTemplateCode: string;
|
|
1788
|
-
sectionTypeCode: string;
|
|
1789
|
-
sectionUsecaseCode: string;
|
|
1790
|
-
styles: {
|
|
1791
|
-
buttonEchoBackgroundColorInHex: string;
|
|
1792
|
-
buttonBravoLabelColorInHex: string;
|
|
1793
|
-
itemHighlightingColorInHex: string;
|
|
1794
|
-
descriptionColorInHex: string;
|
|
1795
|
-
itemToneType: string;
|
|
1796
|
-
buttonDeltaDesignType: string;
|
|
1797
|
-
buttonCharlieDesignType: string;
|
|
1798
|
-
itemButtonBackgroundColorInHex: string;
|
|
1799
|
-
itemButtonDesignType: string;
|
|
1800
|
-
buttonCharlieBackgroundColorInHex: string;
|
|
1801
|
-
itemDescriptionColorInHex: string;
|
|
1802
|
-
buttonBravoBackgroundColorInHex: string;
|
|
1803
|
-
backgroundColorInHex: string;
|
|
1804
|
-
buttonBravoSizeType: string;
|
|
1805
|
-
buttonEchoDesignType: string;
|
|
1806
|
-
buttonAlphaLabelColorInHex: string;
|
|
1807
|
-
buttonEchoSizeType: string;
|
|
1808
|
-
buttonEchoLabelColorInHex: string;
|
|
1809
|
-
buttonCharlieSizeType: string;
|
|
1810
|
-
buttonCharlieLabelColorInHex: string;
|
|
1811
|
-
buttonAlphaSizeType: string;
|
|
1812
|
-
itemButtonSizeType: string;
|
|
1813
|
-
programmedItemActionButtonTextType: string;
|
|
1814
|
-
titleColorInHex: string;
|
|
1815
|
-
backgroundMediaType: string;
|
|
1816
|
-
buttonBravoDesignType: string;
|
|
1817
|
-
itemTitleColorInHex: string;
|
|
1818
|
-
backgroundOverlayColorInHex: string;
|
|
1819
|
-
buttonDeltaLabelColorInHex: string;
|
|
1820
|
-
buttonDeltaSizeType: string;
|
|
1821
|
-
buttonAlphaBackgroundColorInHex: string;
|
|
1822
|
-
backgroundMediaSrc: string;
|
|
1823
|
-
buttonAlphaDesignType: string;
|
|
1824
|
-
buttonDeltaBackgroundColorInHex: string;
|
|
1825
|
-
itemButtonLabelColorInHex: string;
|
|
1826
|
-
};
|
|
1827
|
-
template: string;
|
|
1828
|
-
type: string;
|
|
1829
|
-
updatedAt: string;
|
|
1830
|
-
};
|
|
1831
|
-
export declare const sampleCustomsection4: {
|
|
1832
|
-
administrativeTitle: string;
|
|
1833
|
-
appearanceTemplate: string;
|
|
1834
|
-
display: boolean;
|
|
1835
|
-
dlSelectorId: string;
|
|
1836
|
-
dynamicLayoutPageId: number;
|
|
1837
|
-
dynamicLayoutSceneId: number;
|
|
1838
|
-
id: number;
|
|
1839
|
-
insertedAt: string;
|
|
1840
|
-
jsonProperties: {
|
|
1841
|
-
currentVersion: string;
|
|
1842
|
-
data: {
|
|
1843
|
-
CB_CONTENT_PROP_HOVER: {
|
|
1844
|
-
CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
|
|
1845
|
-
};
|
|
1846
|
-
CB_CONTENT_PROP_SECTION: {
|
|
1847
|
-
CB_CONTENT_PROP_SECTION_SPEC_VARIABLEROOTFONTSIZE: boolean;
|
|
1848
|
-
};
|
|
1849
|
-
CB_CONTENT_PROP_VISIBILITY: {
|
|
1850
|
-
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
|
1851
|
-
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
|
1852
|
-
};
|
|
1853
|
-
CB_EFFECT_PROP_ENTANIM: {
|
|
1854
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
|
1855
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
|
1856
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
|
1857
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
|
1858
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
|
1859
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
|
1860
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
|
1861
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
|
1862
|
-
};
|
|
1863
|
-
CB_EFFECT_PROP_HOVERANIM: {
|
|
1864
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: number;
|
|
1865
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null;
|
|
1866
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: number;
|
|
1867
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null;
|
|
1868
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: string;
|
|
1869
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null;
|
|
1870
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: string;
|
|
1871
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null;
|
|
1872
|
-
};
|
|
1873
|
-
CB_LAYOUT_PROP_PADDING: {
|
|
1874
|
-
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
|
1875
|
-
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
|
|
1876
|
-
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
|
1877
|
-
bottom: number;
|
|
1878
|
-
left: number;
|
|
1879
|
-
right: number;
|
|
1880
|
-
top: number;
|
|
1881
|
-
};
|
|
1882
|
-
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null;
|
|
1883
|
-
};
|
|
1884
|
-
CB_PLACEMENT_PROP_SECTION: {
|
|
1885
|
-
CB_PLACEMENT_PROP_SECTION_SPEC_FULLWIDTH: boolean;
|
|
1886
|
-
'CB_PLACEMENT_PROP_SECTION_SPEC_FULLWIDTH:MOBILE': null;
|
|
1887
|
-
CB_PLACEMENT_PROP_SECTION_SPEC_MINHEIGHT: number;
|
|
1888
|
-
'CB_PLACEMENT_PROP_SECTION_SPEC_MINHEIGHT:MOBILE': number;
|
|
1889
|
-
CB_PLACEMENT_PROP_SECTION_SPEC_ROWS: number;
|
|
1890
|
-
'CB_PLACEMENT_PROP_SECTION_SPEC_ROWS:MOBILE': number;
|
|
1891
|
-
CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH: number;
|
|
1892
|
-
'CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH:MOBILE': null;
|
|
1893
|
-
};
|
|
1894
|
-
CB_STYLE_PROP_BGCOLOR: {
|
|
1895
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: number;
|
|
1896
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': null;
|
|
1897
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null;
|
|
1898
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null;
|
|
1899
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: string;
|
|
1900
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': null;
|
|
1901
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': null;
|
|
1902
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null;
|
|
1903
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: string;
|
|
1904
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': null;
|
|
1905
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null;
|
|
1906
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null;
|
|
1907
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: number;
|
|
1908
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': null;
|
|
1909
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null;
|
|
1910
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null;
|
|
1911
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: string;
|
|
1912
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': null;
|
|
1913
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null;
|
|
1914
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null;
|
|
1915
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: string;
|
|
1916
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': null;
|
|
1917
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null;
|
|
1918
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null;
|
|
1919
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: number;
|
|
1920
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': null;
|
|
1921
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null;
|
|
1922
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null;
|
|
1923
|
-
CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: string;
|
|
1924
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': null;
|
|
1925
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': null;
|
|
1926
|
-
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null;
|
|
1927
|
-
};
|
|
1928
|
-
CB_STYLE_PROP_BGMEDIA: {
|
|
1929
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE:HOVER': null;
|
|
1930
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY: boolean;
|
|
1931
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE': null;
|
|
1932
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:HOVER': null;
|
|
1933
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME: number;
|
|
1934
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT: string;
|
|
1935
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:HOVER': null;
|
|
1936
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE': null;
|
|
1937
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:HOVER': null;
|
|
1938
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE:HOVER': null;
|
|
1939
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME: number;
|
|
1940
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR: string;
|
|
1941
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE:HOVER': null;
|
|
1942
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:HOVER': null;
|
|
1943
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE': null;
|
|
1944
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE': null;
|
|
1945
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE': null;
|
|
1946
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE:HOVER': null;
|
|
1947
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_YSRC: string;
|
|
1948
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE:HOVER': null;
|
|
1949
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:HOVER': null;
|
|
1950
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:HOVER': null;
|
|
1951
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_TYPE: string;
|
|
1952
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:HOVER': null;
|
|
1953
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY: boolean;
|
|
1954
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:HOVER': null;
|
|
1955
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE:HOVER': null;
|
|
1956
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL: boolean;
|
|
1957
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE:HOVER': null;
|
|
1958
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE': null;
|
|
1959
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY:MOBILE': null;
|
|
1960
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE': null;
|
|
1961
|
-
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION: string;
|
|
1962
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE:HOVER': null;
|
|
1963
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE': null;
|
|
1964
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE': null;
|
|
1965
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:HOVER': null;
|
|
1966
|
-
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE:HOVER': null;
|
|
1967
|
-
};
|
|
1968
|
-
CB_STYLE_PROP_BGOVERLAY: {
|
|
1969
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE: number;
|
|
1970
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:HOVER': null;
|
|
1971
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE': null;
|
|
1972
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE:HOVER': null;
|
|
1973
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR: string;
|
|
1974
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:HOVER': null;
|
|
1975
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE': null;
|
|
1976
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE:HOVER': null;
|
|
1977
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR: string;
|
|
1978
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:HOVER': null;
|
|
1979
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE': null;
|
|
1980
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE:HOVER': null;
|
|
1981
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC: number;
|
|
1982
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:HOVER': null;
|
|
1983
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE': null;
|
|
1984
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE:HOVER': null;
|
|
1985
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT: string;
|
|
1986
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:HOVER': null;
|
|
1987
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE': null;
|
|
1988
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE:HOVER': null;
|
|
1989
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR: string;
|
|
1990
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:HOVER': null;
|
|
1991
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE': null;
|
|
1992
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE:HOVER': null;
|
|
1993
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC: number;
|
|
1994
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:HOVER': null;
|
|
1995
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE': null;
|
|
1996
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE:HOVER': null;
|
|
1997
|
-
CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE: string;
|
|
1998
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:HOVER': null;
|
|
1999
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE': null;
|
|
2000
|
-
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE:HOVER': null;
|
|
2001
|
-
};
|
|
2002
|
-
};
|
|
2003
|
-
migrations: {
|
|
2004
|
-
'2023-08-03': {
|
|
2005
|
-
MG_TASK_0001_20230803_INIT: string;
|
|
2006
|
-
};
|
|
2007
|
-
};
|
|
2008
|
-
minVersion: string;
|
|
2009
|
-
version: string;
|
|
2010
|
-
};
|
|
2011
|
-
manifest: {
|
|
2012
|
-
availableProperties: never[];
|
|
2013
|
-
availableStyles: never[];
|
|
2014
|
-
availableTemplates: never[];
|
|
2015
|
-
schema: string;
|
|
2016
|
-
};
|
|
2017
|
-
order: number;
|
|
2018
|
-
program: string;
|
|
2019
|
-
programData: {};
|
|
2020
|
-
properties: {
|
|
2021
|
-
buttonAlphaLabel: string;
|
|
2022
|
-
buttonAlphaLinkSrc: string;
|
|
2023
|
-
buttonAlphaLinkType: string;
|
|
2024
|
-
buttonBravoLabel: string;
|
|
2025
|
-
buttonBravoLinkSrc: string;
|
|
2026
|
-
buttonBravoLinkType: string;
|
|
2027
|
-
buttonCharlieLabel: string;
|
|
2028
|
-
buttonCharlieLinkSrc: string;
|
|
2029
|
-
buttonCharlieLinkType: string;
|
|
2030
|
-
buttonDeltaLabel: string;
|
|
2031
|
-
buttonDeltaLinkSrc: string;
|
|
2032
|
-
buttonDeltaLinkType: string;
|
|
2033
|
-
buttonEchoLabel: string;
|
|
2034
|
-
buttonEchoLinkSrc: string;
|
|
2035
|
-
buttonEchoLinkType: string;
|
|
2036
|
-
carouselAutoplayMode: string;
|
|
2037
|
-
carouselAutoplayTime: number;
|
|
2038
|
-
carouselInfiniteLoopMode: string;
|
|
2039
|
-
description: string;
|
|
2040
|
-
itemLinkMethod: string;
|
|
2041
|
-
multiPurposeUrl: string;
|
|
2042
|
-
sectionContentMediaSrc: string;
|
|
2043
|
-
sectionContentMediaSrcMobile: string;
|
|
2044
|
-
sectionContentMediaType: string;
|
|
2045
|
-
title: string;
|
|
2046
|
-
};
|
|
2047
|
-
sectionCode: string;
|
|
2048
|
-
sectionTemplateCode: string;
|
|
2049
|
-
sectionTypeCode: string;
|
|
2050
|
-
sectionUsecaseCode: string;
|
|
2051
|
-
styles: {
|
|
2052
|
-
buttonEchoBackgroundColorInHex: string;
|
|
2053
|
-
buttonBravoLabelColorInHex: string;
|
|
2054
|
-
itemHighlightingColorInHex: string;
|
|
2055
|
-
descriptionColorInHex: string;
|
|
2056
|
-
itemToneType: string;
|
|
2057
|
-
buttonDeltaDesignType: string;
|
|
2058
|
-
buttonCharlieDesignType: string;
|
|
2059
|
-
itemButtonBackgroundColorInHex: string;
|
|
2060
|
-
itemButtonDesignType: string;
|
|
2061
|
-
buttonCharlieBackgroundColorInHex: string;
|
|
2062
|
-
itemDescriptionColorInHex: string;
|
|
2063
|
-
buttonBravoBackgroundColorInHex: string;
|
|
2064
|
-
backgroundColorInHex: string;
|
|
2065
|
-
buttonBravoSizeType: string;
|
|
2066
|
-
buttonEchoDesignType: string;
|
|
2067
|
-
buttonAlphaLabelColorInHex: string;
|
|
2068
|
-
buttonEchoSizeType: string;
|
|
2069
|
-
buttonEchoLabelColorInHex: string;
|
|
2070
|
-
buttonCharlieSizeType: string;
|
|
2071
|
-
buttonCharlieLabelColorInHex: string;
|
|
2072
|
-
buttonAlphaSizeType: string;
|
|
2073
|
-
itemButtonSizeType: string;
|
|
2074
|
-
programmedItemActionButtonTextType: string;
|
|
2075
|
-
titleColorInHex: string;
|
|
2076
|
-
backgroundMediaType: string;
|
|
2077
|
-
buttonBravoDesignType: string;
|
|
2078
|
-
itemTitleColorInHex: string;
|
|
2079
|
-
backgroundOverlayColorInHex: string;
|
|
2080
|
-
buttonDeltaLabelColorInHex: string;
|
|
2081
|
-
buttonDeltaSizeType: string;
|
|
2082
|
-
buttonAlphaBackgroundColorInHex: string;
|
|
2083
|
-
backgroundMediaSrc: string;
|
|
2084
|
-
buttonAlphaDesignType: string;
|
|
2085
|
-
buttonDeltaBackgroundColorInHex: string;
|
|
2086
|
-
itemButtonLabelColorInHex: string;
|
|
2087
|
-
};
|
|
2088
|
-
template: string;
|
|
2089
|
-
type: string;
|
|
2090
|
-
updatedAt: string;
|
|
2091
|
-
};
|
|
1303
|
+
}[];
|