@gmb/bitmark-parser-generator 4.11.0 → 4.13.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.
@@ -111,6 +111,7 @@ declare const BitType: Readonly<{
111
111
  botActionSend: "bot-action-send";
112
112
  botActionTrueFalse: "bot-action-true-false";
113
113
  botInterview: "bot-interview";
114
+ brandColor: "brand-color";
114
115
  browserImage: "browser-image";
115
116
  bug: "bug";
116
117
  bugAlt: "bug-alt";
@@ -425,7 +426,18 @@ declare const BitType: Readonly<{
425
426
  pageSubscribe: "page-subscribe";
426
427
  parameters: "parameters";
427
428
  photo: "photo";
429
+ platform: "platform";
430
+ platformHeader: "platform-header";
431
+ platformMain: "platform-main";
432
+ platformMainButton: "platform-main-button";
433
+ platformMainInput: "platform-main-input";
428
434
  platformPath: "platform-path";
435
+ platformSection: "platform-section";
436
+ platformSectionButton: "platform-section-button";
437
+ platformSectionChat: "platform-section-chat";
438
+ platformSectionHeader: "platform-section-header";
439
+ platformSectionInput: "platform-section-input";
440
+ platformSystemIcon: "platform-system-icon";
429
441
  preparationNote: "preparation-note";
430
442
  pronunciationTable: "pronunciation-table";
431
443
  prototypeImages: "prototype-images";
@@ -709,6 +721,7 @@ declare const BitType: Readonly<{
709
721
  botActionSend: "bot-action-send";
710
722
  botActionTrueFalse: "bot-action-true-false";
711
723
  botInterview: "bot-interview";
724
+ brandColor: "brand-color";
712
725
  browserImage: "browser-image";
713
726
  bug: "bug";
714
727
  bugAlt: "bug-alt";
@@ -1023,7 +1036,18 @@ declare const BitType: Readonly<{
1023
1036
  pageSubscribe: "page-subscribe";
1024
1037
  parameters: "parameters";
1025
1038
  photo: "photo";
1039
+ platform: "platform";
1040
+ platformHeader: "platform-header";
1041
+ platformMain: "platform-main";
1042
+ platformMainButton: "platform-main-button";
1043
+ platformMainInput: "platform-main-input";
1026
1044
  platformPath: "platform-path";
1045
+ platformSection: "platform-section";
1046
+ platformSectionButton: "platform-section-button";
1047
+ platformSectionChat: "platform-section-chat";
1048
+ platformSectionHeader: "platform-section-header";
1049
+ platformSectionInput: "platform-section-input";
1050
+ platformSystemIcon: "platform-system-icon";
1027
1051
  preparationNote: "preparation-note";
1028
1052
  pronunciationTable: "pronunciation-table";
1029
1053
  prototypeImages: "prototype-images";
@@ -1254,6 +1278,8 @@ declare const ConfigKey: Readonly<{
1254
1278
  group_mark: "group_mark";
1255
1279
  group_bookCommon: "group_bookCommon";
1256
1280
  group_learningPathCommon: "group_learningPathCommon";
1281
+ group_advertisingCommon: "group_advertisingCommon";
1282
+ group_platformColorsCommon: "group_platformColorsCommon";
1257
1283
  group_quizCommon: "group_quizCommon";
1258
1284
  group_resourceBitTags: "group_resourceBitTags";
1259
1285
  group_resourceCommon: "group_resourceCommon";
@@ -1288,6 +1314,7 @@ declare const ConfigKey: Readonly<{
1288
1314
  property_action: "@action";
1289
1315
  property_activityType: "@activityType";
1290
1316
  property_additionalSolutions: "@additionalSolutions";
1317
+ property_advertisingClickUrl: "@advertisingClickUrl";
1291
1318
  property_ageRange: "@ageRange";
1292
1319
  property_aiGenerated: "@aiGenerated";
1293
1320
  property_allowedBit: "@allowedBit";
@@ -1298,6 +1325,8 @@ declare const ConfigKey: Readonly<{
1298
1325
  property_author: "@author";
1299
1326
  property_autoplay: "@autoplay";
1300
1327
  property_availableClassifications: "@availableClassifications";
1328
+ property_brandColor: "@brandColor";
1329
+ property_brandColorName: "@brandColorName";
1301
1330
  property_blockId: "@blockId";
1302
1331
  property_book: "@book";
1303
1332
  property_bookAlias: "@bookAlias";
@@ -1364,6 +1393,7 @@ declare const ConfigKey: Readonly<{
1364
1393
  property_imageSource: "@imageSource";
1365
1394
  property_index: "@index";
1366
1395
  property_internalComment: "@internalComment";
1396
+ property_internalPrintPdf: "@internalPrintPdf";
1367
1397
  property_isCaseSensitive: "@isCaseSensitive";
1368
1398
  property_isInfoOnly: "@isInfoOnly";
1369
1399
  property_isPublic: "@isPublic";
@@ -1403,6 +1433,18 @@ declare const ConfigKey: Readonly<{
1403
1433
  property_partialAnswer: "@partialAnswer";
1404
1434
  property_partner: "@partner";
1405
1435
  property_path: "@path";
1436
+ property_platformBackgroundColor: "@platformBackgroundColor";
1437
+ property_platformButtonBackgroundColor: "@platformButtonBackgroundColor";
1438
+ property_platformButtonPrimaryColor: "@platformButtonPrimaryColor";
1439
+ property_platformMessageBackgroundColor: "@platformMessageBackgroundColor";
1440
+ property_platformName: "@platformName";
1441
+ property_platformPlaceholderColor: "@platformPlaceholderColor";
1442
+ property_platformPrimaryColor: "@platformPrimaryColor";
1443
+ property_platformScrollbarColor: "@platformScrollbarColor";
1444
+ property_platformSecondaryColor: "@platformSecondaryColor";
1445
+ property_platformSelectionColor: "@platformSelectionColor";
1446
+ property_platformSeparatorColor: "@platformSeparatorColor";
1447
+ property_platformTextSelectionColor: "@platformTextSelectionColor";
1406
1448
  property_person: "@person";
1407
1449
  property_pointerLeft: "@pointerLeft";
1408
1450
  property_pointerTop: "@pointerTop";
@@ -1452,6 +1494,7 @@ declare const ConfigKey: Readonly<{
1452
1494
  property_size: "@size";
1453
1495
  property_slug: "@slug";
1454
1496
  property_sourceDocument: "@sourceDocument";
1497
+ property_sourceRL: "@sourceRL";
1455
1498
  property_spaceId: "@spaceId";
1456
1499
  property_src1x: "@src1x";
1457
1500
  property_src2x: "@src2x";
@@ -1520,6 +1563,9 @@ declare const ConfigKey: Readonly<{
1520
1563
  resource_appLink: "&appLink";
1521
1564
  resource_websiteLink: "&websiteLink";
1522
1565
  resource_icon: "&icon";
1566
+ resource_platformBackgroundImage: "&platformBackgroundImage";
1567
+ resource_platformIcon: "&platformIcon";
1568
+ resource_platformLogo: "&platformLogo";
1523
1569
  resource_backgroundWallpaper: "&backgroundWallpaper";
1524
1570
  resource_imagePlaceholder: "&imagePlaceholder";
1525
1571
  tag_title: "#";
@@ -1549,6 +1595,8 @@ declare const ConfigKey: Readonly<{
1549
1595
  group_mark: "group_mark";
1550
1596
  group_bookCommon: "group_bookCommon";
1551
1597
  group_learningPathCommon: "group_learningPathCommon";
1598
+ group_advertisingCommon: "group_advertisingCommon";
1599
+ group_platformColorsCommon: "group_platformColorsCommon";
1552
1600
  group_quizCommon: "group_quizCommon";
1553
1601
  group_resourceBitTags: "group_resourceBitTags";
1554
1602
  group_resourceCommon: "group_resourceCommon";
@@ -1583,6 +1631,7 @@ declare const ConfigKey: Readonly<{
1583
1631
  property_action: "@action";
1584
1632
  property_activityType: "@activityType";
1585
1633
  property_additionalSolutions: "@additionalSolutions";
1634
+ property_advertisingClickUrl: "@advertisingClickUrl";
1586
1635
  property_ageRange: "@ageRange";
1587
1636
  property_aiGenerated: "@aiGenerated";
1588
1637
  property_allowedBit: "@allowedBit";
@@ -1593,6 +1642,8 @@ declare const ConfigKey: Readonly<{
1593
1642
  property_author: "@author";
1594
1643
  property_autoplay: "@autoplay";
1595
1644
  property_availableClassifications: "@availableClassifications";
1645
+ property_brandColor: "@brandColor";
1646
+ property_brandColorName: "@brandColorName";
1596
1647
  property_blockId: "@blockId";
1597
1648
  property_book: "@book";
1598
1649
  property_bookAlias: "@bookAlias";
@@ -1659,6 +1710,7 @@ declare const ConfigKey: Readonly<{
1659
1710
  property_imageSource: "@imageSource";
1660
1711
  property_index: "@index";
1661
1712
  property_internalComment: "@internalComment";
1713
+ property_internalPrintPdf: "@internalPrintPdf";
1662
1714
  property_isCaseSensitive: "@isCaseSensitive";
1663
1715
  property_isInfoOnly: "@isInfoOnly";
1664
1716
  property_isPublic: "@isPublic";
@@ -1698,6 +1750,18 @@ declare const ConfigKey: Readonly<{
1698
1750
  property_partialAnswer: "@partialAnswer";
1699
1751
  property_partner: "@partner";
1700
1752
  property_path: "@path";
1753
+ property_platformBackgroundColor: "@platformBackgroundColor";
1754
+ property_platformButtonBackgroundColor: "@platformButtonBackgroundColor";
1755
+ property_platformButtonPrimaryColor: "@platformButtonPrimaryColor";
1756
+ property_platformMessageBackgroundColor: "@platformMessageBackgroundColor";
1757
+ property_platformName: "@platformName";
1758
+ property_platformPlaceholderColor: "@platformPlaceholderColor";
1759
+ property_platformPrimaryColor: "@platformPrimaryColor";
1760
+ property_platformScrollbarColor: "@platformScrollbarColor";
1761
+ property_platformSecondaryColor: "@platformSecondaryColor";
1762
+ property_platformSelectionColor: "@platformSelectionColor";
1763
+ property_platformSeparatorColor: "@platformSeparatorColor";
1764
+ property_platformTextSelectionColor: "@platformTextSelectionColor";
1701
1765
  property_person: "@person";
1702
1766
  property_pointerLeft: "@pointerLeft";
1703
1767
  property_pointerTop: "@pointerTop";
@@ -1747,6 +1811,7 @@ declare const ConfigKey: Readonly<{
1747
1811
  property_size: "@size";
1748
1812
  property_slug: "@slug";
1749
1813
  property_sourceDocument: "@sourceDocument";
1814
+ property_sourceRL: "@sourceRL";
1750
1815
  property_spaceId: "@spaceId";
1751
1816
  property_src1x: "@src1x";
1752
1817
  property_src2x: "@src2x";
@@ -1815,6 +1880,9 @@ declare const ConfigKey: Readonly<{
1815
1880
  resource_appLink: "&appLink";
1816
1881
  resource_websiteLink: "&websiteLink";
1817
1882
  resource_icon: "&icon";
1883
+ resource_platformBackgroundImage: "&platformBackgroundImage";
1884
+ resource_platformIcon: "&platformIcon";
1885
+ resource_platformLogo: "&platformLogo";
1818
1886
  resource_backgroundWallpaper: "&backgroundWallpaper";
1819
1887
  resource_imagePlaceholder: "&imagePlaceholder";
1820
1888
  tag_title: "#";
@@ -1863,6 +1931,9 @@ declare const ResourceType: Readonly<{
1863
1931
  icon: "icon";
1864
1932
  backgroundWallpaper: "backgroundWallpaper";
1865
1933
  imagePlaceholder: "imagePlaceholder";
1934
+ platformIcon: "platformIcon";
1935
+ platformLogo: "platformLogo";
1936
+ platformBackgroundImage: "platformBackgroundImage";
1866
1937
  }> & _ncoderz_superenum.EnumExtensions<EnumType<{
1867
1938
  unknown: "unknown";
1868
1939
  image: "image";
@@ -1892,6 +1963,9 @@ declare const ResourceType: Readonly<{
1892
1963
  icon: "icon";
1893
1964
  backgroundWallpaper: "backgroundWallpaper";
1894
1965
  imagePlaceholder: "imagePlaceholder";
1966
+ platformIcon: "platformIcon";
1967
+ platformLogo: "platformLogo";
1968
+ platformBackgroundImage: "platformBackgroundImage";
1895
1969
  }>>;
1896
1970
  type ResourceTypeType = EnumType<typeof ResourceType>;
1897
1971
 
@@ -2505,6 +2579,7 @@ interface BitJson {
2505
2579
  padletId: string;
2506
2580
  jupyterId: string;
2507
2581
  jupyterExecutionCount: number;
2582
+ sourceRL: string;
2508
2583
  isPublic: boolean;
2509
2584
  isTemplate: boolean;
2510
2585
  isTemplateStripTheme: boolean;
@@ -2636,6 +2711,9 @@ interface BitJson {
2636
2711
  mailingList: string;
2637
2712
  buttonCaption: string;
2638
2713
  callToActionUrl: string;
2714
+ advertisingClickUrl: string;
2715
+ brandColor: string;
2716
+ brandColorName: string;
2639
2717
  caption: JsonText;
2640
2718
  quotedPerson: string;
2641
2719
  reasonableNumOfChars: number;
@@ -2649,9 +2727,25 @@ interface BitJson {
2649
2727
  maxDisplayLevel: number;
2650
2728
  maxTocChapterLevel: number;
2651
2729
  sourceDocument: string;
2730
+ internalPrintPdf: string;
2652
2731
  tocResource: string | string[];
2653
2732
  tocContent: string | string[];
2654
2733
  page: string;
2734
+ platformName: string;
2735
+ platformIcon: ImageResourceWrapperJson;
2736
+ platformLogo: ImageResourceWrapperJson;
2737
+ platformPrimaryColor: string;
2738
+ platformSecondaryColor: string;
2739
+ platformBackgroundColor: string;
2740
+ platformScrollbarColor: string;
2741
+ platformSelectionColor: string;
2742
+ platformSeparatorColor: string;
2743
+ platformPlaceholderColor: string;
2744
+ platformTextSelectionColor: string;
2745
+ platformButtonPrimaryColor: string;
2746
+ platformButtonBackgroundColor: string;
2747
+ platformMessageBackgroundColor: string;
2748
+ platformBackgroundImage: ImageResourceWrapperJson;
2655
2749
  productId: string | string[];
2656
2750
  product: string;
2657
2751
  productVideo: string;
@@ -2674,7 +2768,6 @@ interface BitJson {
2674
2768
  item: JsonText;
2675
2769
  lead: JsonText;
2676
2770
  pageNumber: JsonText;
2677
- sourcePageNumber: JsonText;
2678
2771
  marginNumber: JsonText;
2679
2772
  hint: JsonText;
2680
2773
  instruction: JsonText;
@@ -3028,6 +3121,7 @@ interface Bit {
3028
3121
  padletId?: Property;
3029
3122
  jupyterId?: Property;
3030
3123
  jupyterExecutionCount?: Property;
3124
+ sourceRL?: Property;
3031
3125
  isPublic?: Property;
3032
3126
  isTemplate?: Property;
3033
3127
  isTemplateStripTheme?: Property;
@@ -3165,6 +3259,9 @@ interface Bit {
3165
3259
  mailingList?: Property;
3166
3260
  buttonCaption?: Property;
3167
3261
  callToActionUrl?: Property;
3262
+ advertisingClickUrl?: Property;
3263
+ brandColor?: Property;
3264
+ brandColorName?: Property;
3168
3265
  caption?: TextAst;
3169
3266
  quotedPerson?: Property;
3170
3267
  partialAnswer?: Property;
@@ -3179,9 +3276,25 @@ interface Bit {
3179
3276
  maxDisplayLevel?: Property;
3180
3277
  maxTocChapterLevel?: Property;
3181
3278
  sourceDocument?: Property;
3279
+ internalPrintPdf?: Property;
3182
3280
  tocResource?: Property;
3183
3281
  tocContent?: Property;
3184
3282
  page?: Property;
3283
+ platformName?: Property;
3284
+ platformIcon?: ImageResourceWrapperJson;
3285
+ platformLogo?: ImageResourceWrapperJson;
3286
+ platformPrimaryColor?: Property;
3287
+ platformSecondaryColor?: Property;
3288
+ platformBackgroundColor?: Property;
3289
+ platformScrollbarColor?: Property;
3290
+ platformSelectionColor?: Property;
3291
+ platformSeparatorColor?: Property;
3292
+ platformPlaceholderColor?: Property;
3293
+ platformTextSelectionColor?: Property;
3294
+ platformButtonPrimaryColor?: Property;
3295
+ platformButtonBackgroundColor?: Property;
3296
+ platformMessageBackgroundColor?: Property;
3297
+ platformBackgroundImage?: ImageResourceWrapperJson;
3185
3298
  productId?: Property;
3186
3299
  product?: Property;
3187
3300
  productList?: Property;
@@ -3209,7 +3322,6 @@ interface Bit {
3209
3322
  item?: TextAst;
3210
3323
  lead?: TextAst;
3211
3324
  pageNumber?: TextAst;
3212
- sourcePageNumber?: TextAst;
3213
3325
  marginNumber?: TextAst;
3214
3326
  hint?: TextAst;
3215
3327
  instruction?: TextAst;
@@ -3291,7 +3403,13 @@ declare const NodeType: Readonly<{
3291
3403
  activityTypeValue: "activityTypeValue";
3292
3404
  additionalSolutions: "additionalSolutions";
3293
3405
  additionalSolutionsValue: "additionalSolutionsValue";
3406
+ advertisingClickUrl: "advertisingClickUrl";
3407
+ advertisingClickUrlValue: "advertisingClickUrlValue";
3294
3408
  ageRange: "ageRange";
3409
+ brandColor: "brandColor";
3410
+ brandColorValue: "brandColorValue";
3411
+ brandColorName: "brandColorName";
3412
+ brandColorNameValue: "brandColorNameValue";
3295
3413
  ageRangeValue: "ageRangeValue";
3296
3414
  aiGenerated: "aiGenerated";
3297
3415
  aiGeneratedValue: "aiGeneratedValue";
@@ -3516,6 +3634,8 @@ declare const NodeType: Readonly<{
3516
3634
  instruction: "instruction";
3517
3635
  internalComment: "internalComment";
3518
3636
  internalCommentValue: "internalCommentValue";
3637
+ internalPrintPdf: "internalPrintPdf";
3638
+ internalPrintPdfValue: "internalPrintPdfValue";
3519
3639
  isCaseSensitive: "isCaseSensitive";
3520
3640
  isCommented: "isCommented";
3521
3641
  isCorrect: "isCorrect";
@@ -3617,6 +3737,36 @@ declare const NodeType: Readonly<{
3617
3737
  partialAnswerValue: "partialAnswerValue";
3618
3738
  path: "path";
3619
3739
  pathValue: "pathValue";
3740
+ platformName: "platformName";
3741
+ platformNameValue: "platformNameValue";
3742
+ platformIcon: "platformIcon";
3743
+ platformIconValue: "platformIconValue";
3744
+ platformLogo: "platformLogo";
3745
+ platformLogoValue: "platformLogoValue";
3746
+ platformPrimaryColor: "platformPrimaryColor";
3747
+ platformPrimaryColorValue: "platformPrimaryColorValue";
3748
+ platformSecondaryColor: "platformSecondaryColor";
3749
+ platformSecondaryColorValue: "platformSecondaryColorValue";
3750
+ platformBackgroundColor: "platformBackgroundColor";
3751
+ platformBackgroundColorValue: "platformBackgroundColorValue";
3752
+ platformScrollbarColor: "platformScrollbarColor";
3753
+ platformScrollbarColorValue: "platformScrollbarColorValue";
3754
+ platformSelectionColor: "platformSelectionColor";
3755
+ platformSelectionColorValue: "platformSelectionColorValue";
3756
+ platformSeparatorColor: "platformSeparatorColor";
3757
+ platformSeparatorColorValue: "platformSeparatorColorValue";
3758
+ platformPlaceholderColor: "platformPlaceholderColor";
3759
+ platformPlaceholderColorValue: "platformPlaceholderColorValue";
3760
+ platformTextSelectionColor: "platformTextSelectionColor";
3761
+ platformTextSelectionColorValue: "platformTextSelectionColorValue";
3762
+ platformButtonPrimaryColor: "platformButtonPrimaryColor";
3763
+ platformButtonPrimaryColorValue: "platformButtonPrimaryColorValue";
3764
+ platformButtonBackgroundColor: "platformButtonBackgroundColor";
3765
+ platformButtonBackgroundColorValue: "platformButtonBackgroundColorValue";
3766
+ platformMessageBackgroundColor: "platformMessageBackgroundColor";
3767
+ platformMessageBackgroundColorValue: "platformMessageBackgroundColorValue";
3768
+ platformBackgroundImage: "platformBackgroundImage";
3769
+ platformBackgroundImageValue: "platformBackgroundImageValue";
3620
3770
  person: "person";
3621
3771
  pointerLeft: "pointerLeft";
3622
3772
  pointerLeftValue: "pointerLeftValue";
@@ -3734,7 +3884,8 @@ declare const NodeType: Readonly<{
3734
3884
  solutionsValue: "solutionsValue";
3735
3885
  sourceDocument: "sourceDocument";
3736
3886
  sourceDocumentValue: "sourceDocumentValue";
3737
- sourcePageNumber: "sourcePageNumber";
3887
+ sourceRL: "sourceRL";
3888
+ sourceRLValue: "sourceRLValue";
3738
3889
  spaceId: "spaceId";
3739
3890
  spaceIdValue: "spaceIdValue";
3740
3891
  src: "src";
@@ -3855,7 +4006,13 @@ declare const NodeType: Readonly<{
3855
4006
  activityTypeValue: "activityTypeValue";
3856
4007
  additionalSolutions: "additionalSolutions";
3857
4008
  additionalSolutionsValue: "additionalSolutionsValue";
4009
+ advertisingClickUrl: "advertisingClickUrl";
4010
+ advertisingClickUrlValue: "advertisingClickUrlValue";
3858
4011
  ageRange: "ageRange";
4012
+ brandColor: "brandColor";
4013
+ brandColorValue: "brandColorValue";
4014
+ brandColorName: "brandColorName";
4015
+ brandColorNameValue: "brandColorNameValue";
3859
4016
  ageRangeValue: "ageRangeValue";
3860
4017
  aiGenerated: "aiGenerated";
3861
4018
  aiGeneratedValue: "aiGeneratedValue";
@@ -4080,6 +4237,8 @@ declare const NodeType: Readonly<{
4080
4237
  instruction: "instruction";
4081
4238
  internalComment: "internalComment";
4082
4239
  internalCommentValue: "internalCommentValue";
4240
+ internalPrintPdf: "internalPrintPdf";
4241
+ internalPrintPdfValue: "internalPrintPdfValue";
4083
4242
  isCaseSensitive: "isCaseSensitive";
4084
4243
  isCommented: "isCommented";
4085
4244
  isCorrect: "isCorrect";
@@ -4181,6 +4340,36 @@ declare const NodeType: Readonly<{
4181
4340
  partialAnswerValue: "partialAnswerValue";
4182
4341
  path: "path";
4183
4342
  pathValue: "pathValue";
4343
+ platformName: "platformName";
4344
+ platformNameValue: "platformNameValue";
4345
+ platformIcon: "platformIcon";
4346
+ platformIconValue: "platformIconValue";
4347
+ platformLogo: "platformLogo";
4348
+ platformLogoValue: "platformLogoValue";
4349
+ platformPrimaryColor: "platformPrimaryColor";
4350
+ platformPrimaryColorValue: "platformPrimaryColorValue";
4351
+ platformSecondaryColor: "platformSecondaryColor";
4352
+ platformSecondaryColorValue: "platformSecondaryColorValue";
4353
+ platformBackgroundColor: "platformBackgroundColor";
4354
+ platformBackgroundColorValue: "platformBackgroundColorValue";
4355
+ platformScrollbarColor: "platformScrollbarColor";
4356
+ platformScrollbarColorValue: "platformScrollbarColorValue";
4357
+ platformSelectionColor: "platformSelectionColor";
4358
+ platformSelectionColorValue: "platformSelectionColorValue";
4359
+ platformSeparatorColor: "platformSeparatorColor";
4360
+ platformSeparatorColorValue: "platformSeparatorColorValue";
4361
+ platformPlaceholderColor: "platformPlaceholderColor";
4362
+ platformPlaceholderColorValue: "platformPlaceholderColorValue";
4363
+ platformTextSelectionColor: "platformTextSelectionColor";
4364
+ platformTextSelectionColorValue: "platformTextSelectionColorValue";
4365
+ platformButtonPrimaryColor: "platformButtonPrimaryColor";
4366
+ platformButtonPrimaryColorValue: "platformButtonPrimaryColorValue";
4367
+ platformButtonBackgroundColor: "platformButtonBackgroundColor";
4368
+ platformButtonBackgroundColorValue: "platformButtonBackgroundColorValue";
4369
+ platformMessageBackgroundColor: "platformMessageBackgroundColor";
4370
+ platformMessageBackgroundColorValue: "platformMessageBackgroundColorValue";
4371
+ platformBackgroundImage: "platformBackgroundImage";
4372
+ platformBackgroundImageValue: "platformBackgroundImageValue";
4184
4373
  person: "person";
4185
4374
  pointerLeft: "pointerLeft";
4186
4375
  pointerLeftValue: "pointerLeftValue";
@@ -4298,7 +4487,8 @@ declare const NodeType: Readonly<{
4298
4487
  solutionsValue: "solutionsValue";
4299
4488
  sourceDocument: "sourceDocument";
4300
4489
  sourceDocumentValue: "sourceDocumentValue";
4301
- sourcePageNumber: "sourcePageNumber";
4490
+ sourceRL: "sourceRL";
4491
+ sourceRLValue: "sourceRLValue";
4302
4492
  spaceId: "spaceId";
4303
4493
  spaceIdValue: "spaceIdValue";
4304
4494
  src: "src";
@@ -5273,6 +5463,7 @@ declare class Builder extends BaseBuilder {
5273
5463
  padletId?: string;
5274
5464
  jupyterId?: string;
5275
5465
  jupyterExecutionCount?: number;
5466
+ sourceRL?: string;
5276
5467
  isPublic?: boolean;
5277
5468
  isTemplate?: boolean;
5278
5469
  isTemplateStripTheme?: boolean;
@@ -5410,6 +5601,9 @@ declare class Builder extends BaseBuilder {
5410
5601
  mailingList?: string;
5411
5602
  buttonCaption?: string;
5412
5603
  callToActionUrl?: string;
5604
+ advertisingClickUrl?: string;
5605
+ brandColor?: string;
5606
+ brandColorName?: string;
5413
5607
  caption?: JsonText;
5414
5608
  quotedPerson?: string;
5415
5609
  reasonableNumOfChars?: number;
@@ -5423,9 +5617,25 @@ declare class Builder extends BaseBuilder {
5423
5617
  maxDisplayLevel?: number;
5424
5618
  maxTocChapterLevel?: number;
5425
5619
  sourceDocument?: string;
5620
+ internalPrintPdf?: string;
5426
5621
  tocResource?: string | string[];
5427
5622
  tocContent?: string | string[];
5428
5623
  page?: string | string[];
5624
+ platformName?: string;
5625
+ platformIcon?: Partial<ImageResourceWrapperJson>;
5626
+ platformLogo?: Partial<ImageResourceWrapperJson>;
5627
+ platformPrimaryColor?: string;
5628
+ platformSecondaryColor?: string;
5629
+ platformBackgroundColor?: string;
5630
+ platformScrollbarColor?: string;
5631
+ platformSelectionColor?: string;
5632
+ platformSeparatorColor?: string;
5633
+ platformPlaceholderColor?: string;
5634
+ platformTextSelectionColor?: string;
5635
+ platformButtonPrimaryColor?: string;
5636
+ platformButtonBackgroundColor?: string;
5637
+ platformMessageBackgroundColor?: string;
5638
+ platformBackgroundImage?: Partial<ImageResourceWrapperJson>;
5429
5639
  productId?: string | string[];
5430
5640
  product?: string | string[];
5431
5641
  productVideo?: string | string[];
@@ -5451,7 +5661,6 @@ declare class Builder extends BaseBuilder {
5451
5661
  item?: JsonText;
5452
5662
  lead?: JsonText;
5453
5663
  pageNumber?: JsonText;
5454
- sourcePageNumber?: JsonText;
5455
5664
  marginNumber?: JsonText;
5456
5665
  hint?: JsonText;
5457
5666
  instruction?: JsonText;
@@ -6588,7 +6797,6 @@ declare class BitmarkGenerator extends AstWalkerGenerator<BitmarkAst, void> {
6588
6797
  protected enter_item(node: NodeInfo, route: NodeInfo[]): boolean;
6589
6798
  protected enter_lead(node: NodeInfo, route: NodeInfo[]): boolean;
6590
6799
  protected enter_pageNumber(node: NodeInfo, route: NodeInfo[]): boolean;
6591
- protected enter_sourcePageNumber(node: NodeInfo, route: NodeInfo[]): boolean;
6592
6800
  protected enter_marginNumber(node: NodeInfo, route: NodeInfo[]): boolean;
6593
6801
  protected enter_body(node: NodeInfo, route: NodeInfo[]): boolean;
6594
6802
  protected exit_body(_node: NodeInfo, _route: NodeInfo[]): void;
@@ -6661,6 +6869,9 @@ declare class BitmarkGenerator extends AstWalkerGenerator<BitmarkAst, void> {
6661
6869
  protected leaf_feedback(node: NodeInfo, route: NodeInfo[]): void;
6662
6870
  protected enter_backgroundWallpaper(node: NodeInfo, _route: NodeInfo[]): boolean;
6663
6871
  protected enter_imagePlaceholder(node: NodeInfo, _route: NodeInfo[]): boolean;
6872
+ protected enter_platformIcon(node: NodeInfo, _route: NodeInfo[]): boolean;
6873
+ protected enter_platformLogo(node: NodeInfo, _route: NodeInfo[]): boolean;
6874
+ protected enter_platformBackgroundImage(node: NodeInfo, _route: NodeInfo[]): boolean;
6664
6875
  protected exit_imagePlaceholder(_node: NodeInfo, _route: NodeInfo[]): void;
6665
6876
  protected enter_posterImage(node: NodeInfo, route: NodeInfo[]): boolean;
6666
6877
  protected enter_thumbnails(node: NodeInfo, route: NodeInfo[]): boolean;
@@ -6981,7 +7192,6 @@ declare class JsonGenerator extends AstWalkerGenerator<BitmarkAst, void> {
6981
7192
  protected enter_item(node: NodeInfo, route: NodeInfo[]): boolean;
6982
7193
  protected enter_lead(node: NodeInfo, route: NodeInfo[]): boolean;
6983
7194
  protected enter_pageNumber(node: NodeInfo, route: NodeInfo[]): boolean;
6984
- protected enter_sourcePageNumber(node: NodeInfo, route: NodeInfo[]): boolean;
6985
7195
  protected enter_marginNumber(node: NodeInfo, route: NodeInfo[]): boolean;
6986
7196
  protected enter_hint(node: NodeInfo, route: NodeInfo[]): boolean;
6987
7197
  protected enter_instruction(node: NodeInfo, route: NodeInfo[]): boolean;
@@ -7032,6 +7242,9 @@ declare class JsonGenerator extends AstWalkerGenerator<BitmarkAst, void> {
7032
7242
  protected enter_captionDefinitionList(node: NodeInfo, route: NodeInfo[]): boolean;
7033
7243
  protected enter_backgroundWallpaper(node: NodeInfo, route: NodeInfo[]): boolean;
7034
7244
  protected enter_imagePlaceholder(node: NodeInfo, route: NodeInfo[]): boolean;
7245
+ protected enter_platformIcon(node: NodeInfo, route: NodeInfo[]): boolean;
7246
+ protected enter_platformLogo(node: NodeInfo, route: NodeInfo[]): boolean;
7247
+ protected enter_platformBackgroundImage(node: NodeInfo, route: NodeInfo[]): boolean;
7035
7248
  protected enter_resources(node: NodeInfo, route: NodeInfo[]): boolean;
7036
7249
  protected leaf_level(node: NodeInfo, route: NodeInfo[]): boolean;
7037
7250
  protected enter_book(node: NodeInfo, route: NodeInfo[]): boolean;