@doyourjob/gravity-ui-page-constructor 5.31.76 → 5.31.78
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/build/cjs/blocks/CardLayout/schema.d.ts +234 -0
- package/build/cjs/blocks/ContentLayout/schema.d.ts +117 -0
- package/build/cjs/blocks/ExtendedFeatures/schema.d.ts +117 -0
- package/build/cjs/blocks/FilterBlock/schema.d.ts +234 -0
- package/build/cjs/blocks/Form/schema.d.ts +234 -0
- package/build/cjs/blocks/Info/schema.d.ts +234 -0
- package/build/cjs/blocks/LinkTable/schema.d.ts +117 -0
- package/build/cjs/blocks/Map/schema.d.ts +117 -0
- package/build/cjs/blocks/Media/schema.d.ts +234 -0
- package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +117 -0
- package/build/cjs/blocks/Questions/schema.d.ts +117 -0
- package/build/cjs/blocks/RelevantPosts/schema.d.ts +117 -0
- package/build/cjs/blocks/RelevantReports/RelevantReports.css +8 -0
- package/build/cjs/blocks/RelevantReports/RelevantReports.d.ts +3 -0
- package/build/cjs/blocks/RelevantReports/RelevantReports.js +77 -0
- package/build/cjs/blocks/RelevantReports/schema.d.ts +297 -0
- package/build/cjs/blocks/RelevantReports/schema.js +22 -0
- package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.css +8 -0
- package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.d.ts +3 -0
- package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.js +77 -0
- package/build/cjs/blocks/RelevantReportsCards/schema.d.ts +297 -0
- package/build/cjs/blocks/RelevantReportsCards/schema.js +22 -0
- package/build/cjs/blocks/Reports/Reports.js +11 -2
- package/build/cjs/blocks/Reports/schema.d.ts +117 -0
- package/build/cjs/blocks/ReportsCards/schema.d.ts +117 -0
- package/build/cjs/blocks/ReportsSections/schema.d.ts +117 -0
- package/build/cjs/blocks/Slider/schema.d.ts +117 -0
- package/build/cjs/blocks/SliderNew/schema.d.ts +117 -0
- package/build/cjs/blocks/Tabs/schema.d.ts +234 -0
- package/build/cjs/blocks/index.d.ts +2 -0
- package/build/cjs/blocks/index.js +5 -1
- package/build/cjs/components/ProgressCircular/ProgressCircular.css +30 -0
- package/build/cjs/components/ProgressCircular/ProgressCircular.d.ts +8 -0
- package/build/cjs/components/ProgressCircular/ProgressCircular.js +14 -0
- package/build/cjs/components/Title/Title.css +8 -0
- package/build/cjs/components/Title/Title.d.ts +1 -1
- package/build/cjs/components/Title/Title.js +5 -3
- package/build/cjs/components/index.d.ts +1 -0
- package/build/cjs/components/index.js +3 -1
- package/build/cjs/constructor-items.d.ts +2 -0
- package/build/cjs/constructor-items.js +2 -0
- package/build/cjs/context/reportsCardsContext/ReportsCardsContext.d.ts +3 -0
- package/build/cjs/context/reportsContext/ReportsContext.d.ts +5 -0
- package/build/cjs/models/constructor-items/blocks.d.ts +29 -1
- package/build/cjs/models/constructor-items/blocks.js +2 -0
- package/build/cjs/models/constructor-items/common.d.ts +1 -0
- package/build/cjs/schema/constants.d.ts +703 -1
- package/build/cjs/schema/constants.js +3 -1
- package/build/cjs/schema/validators/blocks.d.ts +2 -0
- package/build/cjs/schema/validators/blocks.js +2 -0
- package/build/cjs/schema/validators/common.d.ts +234 -0
- package/build/cjs/schema/validators/common.js +1 -0
- package/build/cjs/sub-blocks/AttachmentCard/schema.d.ts +117 -0
- package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +117 -0
- package/build/cjs/sub-blocks/BasicCard/schema.d.ts +117 -0
- package/build/cjs/sub-blocks/Content/schema.d.ts +234 -0
- package/build/cjs/sub-blocks/ContentLayoutCard/schema.d.ts +117 -0
- package/build/cjs/sub-blocks/EventPersonCard/schema.d.ts +117 -0
- package/build/cjs/sub-blocks/ImageCard/schema.d.ts +117 -0
- package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +117 -0
- package/build/esm/blocks/CardLayout/schema.d.ts +234 -0
- package/build/esm/blocks/ContentLayout/schema.d.ts +117 -0
- package/build/esm/blocks/ExtendedFeatures/schema.d.ts +117 -0
- package/build/esm/blocks/FilterBlock/schema.d.ts +234 -0
- package/build/esm/blocks/Form/schema.d.ts +234 -0
- package/build/esm/blocks/Info/schema.d.ts +234 -0
- package/build/esm/blocks/LinkTable/schema.d.ts +117 -0
- package/build/esm/blocks/Map/schema.d.ts +117 -0
- package/build/esm/blocks/Media/schema.d.ts +234 -0
- package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +117 -0
- package/build/esm/blocks/Questions/schema.d.ts +117 -0
- package/build/esm/blocks/RelevantPosts/schema.d.ts +117 -0
- package/build/esm/blocks/RelevantReports/RelevantReports.css +8 -0
- package/build/esm/blocks/RelevantReports/RelevantReports.d.ts +4 -0
- package/build/esm/blocks/RelevantReports/RelevantReports.js +73 -0
- package/build/esm/blocks/RelevantReports/schema.d.ts +297 -0
- package/build/esm/blocks/RelevantReports/schema.js +19 -0
- package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.css +8 -0
- package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.d.ts +4 -0
- package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.js +73 -0
- package/build/esm/blocks/RelevantReportsCards/schema.d.ts +297 -0
- package/build/esm/blocks/RelevantReportsCards/schema.js +19 -0
- package/build/esm/blocks/Reports/Reports.js +12 -3
- package/build/esm/blocks/Reports/schema.d.ts +117 -0
- package/build/esm/blocks/ReportsCards/schema.d.ts +117 -0
- package/build/esm/blocks/ReportsSections/schema.d.ts +117 -0
- package/build/esm/blocks/Slider/schema.d.ts +117 -0
- package/build/esm/blocks/SliderNew/schema.d.ts +117 -0
- package/build/esm/blocks/Tabs/schema.d.ts +234 -0
- package/build/esm/blocks/index.d.ts +2 -0
- package/build/esm/blocks/index.js +2 -0
- package/build/esm/components/ProgressCircular/ProgressCircular.css +30 -0
- package/build/esm/components/ProgressCircular/ProgressCircular.d.ts +9 -0
- package/build/esm/components/ProgressCircular/ProgressCircular.js +11 -0
- package/build/esm/components/Title/Title.css +8 -0
- package/build/esm/components/Title/Title.d.ts +1 -1
- package/build/esm/components/Title/Title.js +5 -3
- package/build/esm/components/index.d.ts +1 -0
- package/build/esm/components/index.js +1 -0
- package/build/esm/constructor-items.d.ts +2 -0
- package/build/esm/constructor-items.js +3 -1
- package/build/esm/context/reportsCardsContext/ReportsCardsContext.d.ts +3 -0
- package/build/esm/context/reportsContext/ReportsContext.d.ts +5 -0
- package/build/esm/models/constructor-items/blocks.d.ts +29 -1
- package/build/esm/models/constructor-items/blocks.js +2 -0
- package/build/esm/models/constructor-items/common.d.ts +1 -0
- package/build/esm/schema/constants.d.ts +703 -1
- package/build/esm/schema/constants.js +4 -2
- package/build/esm/schema/validators/blocks.d.ts +2 -0
- package/build/esm/schema/validators/blocks.js +2 -0
- package/build/esm/schema/validators/common.d.ts +234 -0
- package/build/esm/schema/validators/common.js +1 -0
- package/build/esm/sub-blocks/AttachmentCard/schema.d.ts +117 -0
- package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +117 -0
- package/build/esm/sub-blocks/BasicCard/schema.d.ts +117 -0
- package/build/esm/sub-blocks/Content/schema.d.ts +234 -0
- package/build/esm/sub-blocks/ContentLayoutCard/schema.d.ts +117 -0
- package/build/esm/sub-blocks/EventPersonCard/schema.d.ts +117 -0
- package/build/esm/sub-blocks/ImageCard/schema.d.ts +117 -0
- package/build/esm/sub-blocks/LayoutItem/schema.d.ts +117 -0
- package/package.json +1 -1
- package/schema/index.js +1 -1
- package/server/models/constructor-items/blocks.d.ts +29 -1
- package/server/models/constructor-items/blocks.js +2 -0
- package/server/models/constructor-items/common.d.ts +1 -0
- package/widget/index.js +1 -1
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.constructorCardSchemaNames = exports.constructorBlockSchemaNames = exports.cardSchemas = exports.blockSchemas = void 0;
|
|
4
4
|
const blocks_1 = require("./validators/blocks");
|
|
5
5
|
const sub_blocks_1 = require("./validators/sub-blocks");
|
|
6
|
-
exports.blockSchemas = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, sub_blocks_1.Divider), blocks_1.ExtendedFeaturesBlock), blocks_1.PromoFeaturesBlock), blocks_1.SliderBlock), blocks_1.QuestionsBlock), blocks_1.HeaderBlock), blocks_1.BannerBlock), blocks_1.CompaniesBlock), blocks_1.MediaBlock), blocks_1.MapBlock), blocks_1.InfoBlock), blocks_1.TableBlock), blocks_1.HighlightTableBlock), blocks_1.TabsBlock), blocks_1.HeaderSliderBlock), blocks_1.IconsBlock), blocks_1.CardLayoutBlock), blocks_1.ContentLayoutBlock), blocks_1.ShareBlock), blocks_1.FilterBlock), blocks_1.FormBlock), blocks_1.SliderNewBlock), blocks_1.MarqueeLinksBlock), blocks_1.SolutionsBlock), blocks_1.ServicesBlock), blocks_1.QuotesBlock), blocks_1.ReportsBlock), blocks_1.ReportsCardsBlock), blocks_1.ReportsSectionsBlock), blocks_1.LinkTableBlock), blocks_1.EventsFeedBlock), blocks_1.IrEventsFeedUpcomingBlock), blocks_1.IrEventsFeedRecentBlock), blocks_1.BlogFeedBlock), blocks_1.RelevantPostsBlock), blocks_1.PressReleasesBlock), blocks_1.FormWallBlock);
|
|
6
|
+
exports.blockSchemas = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, sub_blocks_1.Divider), blocks_1.ExtendedFeaturesBlock), blocks_1.PromoFeaturesBlock), blocks_1.SliderBlock), blocks_1.QuestionsBlock), blocks_1.HeaderBlock), blocks_1.BannerBlock), blocks_1.CompaniesBlock), blocks_1.MediaBlock), blocks_1.MapBlock), blocks_1.InfoBlock), blocks_1.TableBlock), blocks_1.HighlightTableBlock), blocks_1.TabsBlock), blocks_1.HeaderSliderBlock), blocks_1.IconsBlock), blocks_1.CardLayoutBlock), blocks_1.ContentLayoutBlock), blocks_1.ShareBlock), blocks_1.FilterBlock), blocks_1.FormBlock), blocks_1.SliderNewBlock), blocks_1.MarqueeLinksBlock), blocks_1.SolutionsBlock), blocks_1.ServicesBlock), blocks_1.QuotesBlock), blocks_1.ReportsBlock), blocks_1.ReportsCardsBlock), blocks_1.ReportsSectionsBlock), blocks_1.LinkTableBlock), blocks_1.EventsFeedBlock), blocks_1.IrEventsFeedUpcomingBlock), blocks_1.IrEventsFeedRecentBlock), blocks_1.BlogFeedBlock), blocks_1.RelevantPostsBlock), blocks_1.RelevantReportsCardsBlock), blocks_1.RelevantReportsBlock), blocks_1.PressReleasesBlock), blocks_1.FormWallBlock);
|
|
7
7
|
exports.cardSchemas = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, sub_blocks_1.MediaCardBlock), blocks_1.BannerCard), sub_blocks_1.PriceDetailedBlock), sub_blocks_1.BackgroundCard), sub_blocks_1.Quote), sub_blocks_1.BasicCard), sub_blocks_1.PriceCardBlock), sub_blocks_1.ImageCard), sub_blocks_1.ContentLayoutCard), sub_blocks_1.Card), sub_blocks_1.PostCard), sub_blocks_1.FeedCard), sub_blocks_1.EventPersonCard), sub_blocks_1.AttachmentCard), sub_blocks_1.CaseStudyCard);
|
|
8
8
|
exports.constructorBlockSchemaNames = [
|
|
9
9
|
'divider',
|
|
@@ -47,6 +47,8 @@ exports.constructorBlockSchemaNames = [
|
|
|
47
47
|
'blog-feed-block',
|
|
48
48
|
'highlight-table-block',
|
|
49
49
|
'relevant-posts-block',
|
|
50
|
+
'relevant-reports-cards-block',
|
|
51
|
+
'relevant-reports-block',
|
|
50
52
|
];
|
|
51
53
|
exports.constructorCardSchemaNames = [
|
|
52
54
|
'media-card',
|
|
@@ -31,6 +31,8 @@ export * from '../../blocks/IrEventsFeedUpcoming/schema';
|
|
|
31
31
|
export * from '../../blocks/IrEventsFeedRecent/schema';
|
|
32
32
|
export * from '../../blocks/BlogFeed/schema';
|
|
33
33
|
export * from '../../blocks/RelevantPosts/schema';
|
|
34
|
+
export * from '../../blocks/RelevantReportsCards/schema';
|
|
35
|
+
export * from '../../blocks/RelevantReports/schema';
|
|
34
36
|
export * from '../../blocks/FormWallBlock/schema';
|
|
35
37
|
export * from '../../blocks/PressReleases/schema';
|
|
36
38
|
export * from '../../blocks/HighlightTable/schema';
|
|
@@ -34,6 +34,8 @@ tslib_1.__exportStar(require("../../blocks/IrEventsFeedUpcoming/schema"), export
|
|
|
34
34
|
tslib_1.__exportStar(require("../../blocks/IrEventsFeedRecent/schema"), exports);
|
|
35
35
|
tslib_1.__exportStar(require("../../blocks/BlogFeed/schema"), exports);
|
|
36
36
|
tslib_1.__exportStar(require("../../blocks/RelevantPosts/schema"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("../../blocks/RelevantReportsCards/schema"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("../../blocks/RelevantReports/schema"), exports);
|
|
37
39
|
tslib_1.__exportStar(require("../../blocks/FormWallBlock/schema"), exports);
|
|
38
40
|
tslib_1.__exportStar(require("../../blocks/PressReleases/schema"), exports);
|
|
39
41
|
tslib_1.__exportStar(require("../../blocks/HighlightTable/schema"), exports);
|
|
@@ -889,6 +889,123 @@ export declare const TitleProps: {
|
|
|
889
889
|
type: string;
|
|
890
890
|
contentType: string;
|
|
891
891
|
};
|
|
892
|
+
link: {
|
|
893
|
+
type: string;
|
|
894
|
+
additionalProperties: boolean;
|
|
895
|
+
required: string[];
|
|
896
|
+
properties: {
|
|
897
|
+
text: {
|
|
898
|
+
type: string;
|
|
899
|
+
contentType: string;
|
|
900
|
+
};
|
|
901
|
+
url: {
|
|
902
|
+
type: string;
|
|
903
|
+
};
|
|
904
|
+
urlTitle: {
|
|
905
|
+
type: string;
|
|
906
|
+
};
|
|
907
|
+
arrow: {
|
|
908
|
+
type: string;
|
|
909
|
+
};
|
|
910
|
+
theme: {
|
|
911
|
+
type: string;
|
|
912
|
+
enum: string[];
|
|
913
|
+
};
|
|
914
|
+
textSize: {
|
|
915
|
+
type: string;
|
|
916
|
+
enum: string[];
|
|
917
|
+
};
|
|
918
|
+
target: {
|
|
919
|
+
type: string;
|
|
920
|
+
enum: string[];
|
|
921
|
+
};
|
|
922
|
+
analyticsEvents: {
|
|
923
|
+
oneOf: ({
|
|
924
|
+
optionName: string;
|
|
925
|
+
type: string;
|
|
926
|
+
additionalProperties: {
|
|
927
|
+
type: string;
|
|
928
|
+
};
|
|
929
|
+
required: string[];
|
|
930
|
+
properties: {
|
|
931
|
+
name: {
|
|
932
|
+
type: string;
|
|
933
|
+
};
|
|
934
|
+
type: {
|
|
935
|
+
type: string;
|
|
936
|
+
};
|
|
937
|
+
counters: {
|
|
938
|
+
type: string;
|
|
939
|
+
additionalProperties: boolean;
|
|
940
|
+
required: never[];
|
|
941
|
+
properties: {
|
|
942
|
+
include: {
|
|
943
|
+
type: string;
|
|
944
|
+
items: {
|
|
945
|
+
type: string;
|
|
946
|
+
};
|
|
947
|
+
};
|
|
948
|
+
exclude: {
|
|
949
|
+
type: string;
|
|
950
|
+
items: {
|
|
951
|
+
type: string;
|
|
952
|
+
};
|
|
953
|
+
};
|
|
954
|
+
};
|
|
955
|
+
};
|
|
956
|
+
context: {
|
|
957
|
+
type: string;
|
|
958
|
+
};
|
|
959
|
+
};
|
|
960
|
+
items?: undefined;
|
|
961
|
+
} | {
|
|
962
|
+
type: string;
|
|
963
|
+
items: {
|
|
964
|
+
type: string;
|
|
965
|
+
additionalProperties: {
|
|
966
|
+
type: string;
|
|
967
|
+
};
|
|
968
|
+
required: string[];
|
|
969
|
+
properties: {
|
|
970
|
+
name: {
|
|
971
|
+
type: string;
|
|
972
|
+
};
|
|
973
|
+
type: {
|
|
974
|
+
type: string;
|
|
975
|
+
};
|
|
976
|
+
counters: {
|
|
977
|
+
type: string;
|
|
978
|
+
additionalProperties: boolean;
|
|
979
|
+
required: never[];
|
|
980
|
+
properties: {
|
|
981
|
+
include: {
|
|
982
|
+
type: string;
|
|
983
|
+
items: {
|
|
984
|
+
type: string;
|
|
985
|
+
};
|
|
986
|
+
};
|
|
987
|
+
exclude: {
|
|
988
|
+
type: string;
|
|
989
|
+
items: {
|
|
990
|
+
type: string;
|
|
991
|
+
};
|
|
992
|
+
};
|
|
993
|
+
};
|
|
994
|
+
};
|
|
995
|
+
context: {
|
|
996
|
+
type: string;
|
|
997
|
+
};
|
|
998
|
+
};
|
|
999
|
+
};
|
|
1000
|
+
optionName: string;
|
|
1001
|
+
})[];
|
|
1002
|
+
};
|
|
1003
|
+
type: {};
|
|
1004
|
+
when: {
|
|
1005
|
+
type: string;
|
|
1006
|
+
};
|
|
1007
|
+
};
|
|
1008
|
+
};
|
|
892
1009
|
textSize: {
|
|
893
1010
|
type: string;
|
|
894
1011
|
enum: string[];
|
|
@@ -1490,6 +1607,123 @@ export declare const BlockHeaderProps: {
|
|
|
1490
1607
|
type: string;
|
|
1491
1608
|
contentType: string;
|
|
1492
1609
|
};
|
|
1610
|
+
link: {
|
|
1611
|
+
type: string;
|
|
1612
|
+
additionalProperties: boolean;
|
|
1613
|
+
required: string[];
|
|
1614
|
+
properties: {
|
|
1615
|
+
text: {
|
|
1616
|
+
type: string;
|
|
1617
|
+
contentType: string;
|
|
1618
|
+
};
|
|
1619
|
+
url: {
|
|
1620
|
+
type: string;
|
|
1621
|
+
};
|
|
1622
|
+
urlTitle: {
|
|
1623
|
+
type: string;
|
|
1624
|
+
};
|
|
1625
|
+
arrow: {
|
|
1626
|
+
type: string;
|
|
1627
|
+
};
|
|
1628
|
+
theme: {
|
|
1629
|
+
type: string;
|
|
1630
|
+
enum: string[];
|
|
1631
|
+
};
|
|
1632
|
+
textSize: {
|
|
1633
|
+
type: string;
|
|
1634
|
+
enum: string[];
|
|
1635
|
+
};
|
|
1636
|
+
target: {
|
|
1637
|
+
type: string;
|
|
1638
|
+
enum: string[];
|
|
1639
|
+
};
|
|
1640
|
+
analyticsEvents: {
|
|
1641
|
+
oneOf: ({
|
|
1642
|
+
optionName: string;
|
|
1643
|
+
type: string;
|
|
1644
|
+
additionalProperties: {
|
|
1645
|
+
type: string;
|
|
1646
|
+
};
|
|
1647
|
+
required: string[];
|
|
1648
|
+
properties: {
|
|
1649
|
+
name: {
|
|
1650
|
+
type: string;
|
|
1651
|
+
};
|
|
1652
|
+
type: {
|
|
1653
|
+
type: string;
|
|
1654
|
+
};
|
|
1655
|
+
counters: {
|
|
1656
|
+
type: string;
|
|
1657
|
+
additionalProperties: boolean;
|
|
1658
|
+
required: never[];
|
|
1659
|
+
properties: {
|
|
1660
|
+
include: {
|
|
1661
|
+
type: string;
|
|
1662
|
+
items: {
|
|
1663
|
+
type: string;
|
|
1664
|
+
};
|
|
1665
|
+
};
|
|
1666
|
+
exclude: {
|
|
1667
|
+
type: string;
|
|
1668
|
+
items: {
|
|
1669
|
+
type: string;
|
|
1670
|
+
};
|
|
1671
|
+
};
|
|
1672
|
+
};
|
|
1673
|
+
};
|
|
1674
|
+
context: {
|
|
1675
|
+
type: string;
|
|
1676
|
+
};
|
|
1677
|
+
};
|
|
1678
|
+
items?: undefined;
|
|
1679
|
+
} | {
|
|
1680
|
+
type: string;
|
|
1681
|
+
items: {
|
|
1682
|
+
type: string;
|
|
1683
|
+
additionalProperties: {
|
|
1684
|
+
type: string;
|
|
1685
|
+
};
|
|
1686
|
+
required: string[];
|
|
1687
|
+
properties: {
|
|
1688
|
+
name: {
|
|
1689
|
+
type: string;
|
|
1690
|
+
};
|
|
1691
|
+
type: {
|
|
1692
|
+
type: string;
|
|
1693
|
+
};
|
|
1694
|
+
counters: {
|
|
1695
|
+
type: string;
|
|
1696
|
+
additionalProperties: boolean;
|
|
1697
|
+
required: never[];
|
|
1698
|
+
properties: {
|
|
1699
|
+
include: {
|
|
1700
|
+
type: string;
|
|
1701
|
+
items: {
|
|
1702
|
+
type: string;
|
|
1703
|
+
};
|
|
1704
|
+
};
|
|
1705
|
+
exclude: {
|
|
1706
|
+
type: string;
|
|
1707
|
+
items: {
|
|
1708
|
+
type: string;
|
|
1709
|
+
};
|
|
1710
|
+
};
|
|
1711
|
+
};
|
|
1712
|
+
};
|
|
1713
|
+
context: {
|
|
1714
|
+
type: string;
|
|
1715
|
+
};
|
|
1716
|
+
};
|
|
1717
|
+
};
|
|
1718
|
+
optionName: string;
|
|
1719
|
+
})[];
|
|
1720
|
+
};
|
|
1721
|
+
type: {};
|
|
1722
|
+
when: {
|
|
1723
|
+
type: string;
|
|
1724
|
+
};
|
|
1725
|
+
};
|
|
1726
|
+
};
|
|
1493
1727
|
textSize: {
|
|
1494
1728
|
type: string;
|
|
1495
1729
|
enum: string[];
|
|
@@ -21,6 +21,123 @@ export declare const AttachmentCard: {
|
|
|
21
21
|
type: string;
|
|
22
22
|
contentType: string;
|
|
23
23
|
};
|
|
24
|
+
link: {
|
|
25
|
+
type: string;
|
|
26
|
+
additionalProperties: boolean;
|
|
27
|
+
required: string[];
|
|
28
|
+
properties: {
|
|
29
|
+
text: {
|
|
30
|
+
type: string;
|
|
31
|
+
contentType: string;
|
|
32
|
+
};
|
|
33
|
+
url: {
|
|
34
|
+
type: string;
|
|
35
|
+
};
|
|
36
|
+
urlTitle: {
|
|
37
|
+
type: string;
|
|
38
|
+
};
|
|
39
|
+
arrow: {
|
|
40
|
+
type: string;
|
|
41
|
+
};
|
|
42
|
+
theme: {
|
|
43
|
+
type: string;
|
|
44
|
+
enum: string[];
|
|
45
|
+
};
|
|
46
|
+
textSize: {
|
|
47
|
+
type: string;
|
|
48
|
+
enum: string[];
|
|
49
|
+
};
|
|
50
|
+
target: {
|
|
51
|
+
type: string;
|
|
52
|
+
enum: string[];
|
|
53
|
+
};
|
|
54
|
+
analyticsEvents: {
|
|
55
|
+
oneOf: ({
|
|
56
|
+
optionName: string;
|
|
57
|
+
type: string;
|
|
58
|
+
additionalProperties: {
|
|
59
|
+
type: string;
|
|
60
|
+
};
|
|
61
|
+
required: string[];
|
|
62
|
+
properties: {
|
|
63
|
+
name: {
|
|
64
|
+
type: string;
|
|
65
|
+
};
|
|
66
|
+
type: {
|
|
67
|
+
type: string;
|
|
68
|
+
};
|
|
69
|
+
counters: {
|
|
70
|
+
type: string;
|
|
71
|
+
additionalProperties: boolean;
|
|
72
|
+
required: never[];
|
|
73
|
+
properties: {
|
|
74
|
+
include: {
|
|
75
|
+
type: string;
|
|
76
|
+
items: {
|
|
77
|
+
type: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
exclude: {
|
|
81
|
+
type: string;
|
|
82
|
+
items: {
|
|
83
|
+
type: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
context: {
|
|
89
|
+
type: string;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
items?: undefined;
|
|
93
|
+
} | {
|
|
94
|
+
type: string;
|
|
95
|
+
items: {
|
|
96
|
+
type: string;
|
|
97
|
+
additionalProperties: {
|
|
98
|
+
type: string;
|
|
99
|
+
};
|
|
100
|
+
required: string[];
|
|
101
|
+
properties: {
|
|
102
|
+
name: {
|
|
103
|
+
type: string;
|
|
104
|
+
};
|
|
105
|
+
type: {
|
|
106
|
+
type: string;
|
|
107
|
+
};
|
|
108
|
+
counters: {
|
|
109
|
+
type: string;
|
|
110
|
+
additionalProperties: boolean;
|
|
111
|
+
required: never[];
|
|
112
|
+
properties: {
|
|
113
|
+
include: {
|
|
114
|
+
type: string;
|
|
115
|
+
items: {
|
|
116
|
+
type: string;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
exclude: {
|
|
120
|
+
type: string;
|
|
121
|
+
items: {
|
|
122
|
+
type: string;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
context: {
|
|
128
|
+
type: string;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
optionName: string;
|
|
133
|
+
})[];
|
|
134
|
+
};
|
|
135
|
+
type: {};
|
|
136
|
+
when: {
|
|
137
|
+
type: string;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
};
|
|
24
141
|
textSize: {
|
|
25
142
|
type: string;
|
|
26
143
|
enum: string[];
|
|
@@ -198,6 +198,123 @@ export declare const BackgroundCard: {
|
|
|
198
198
|
type: string;
|
|
199
199
|
contentType: string;
|
|
200
200
|
};
|
|
201
|
+
link: {
|
|
202
|
+
type: string;
|
|
203
|
+
additionalProperties: boolean;
|
|
204
|
+
required: string[];
|
|
205
|
+
properties: {
|
|
206
|
+
text: {
|
|
207
|
+
type: string;
|
|
208
|
+
contentType: string;
|
|
209
|
+
};
|
|
210
|
+
url: {
|
|
211
|
+
type: string;
|
|
212
|
+
};
|
|
213
|
+
urlTitle: {
|
|
214
|
+
type: string;
|
|
215
|
+
};
|
|
216
|
+
arrow: {
|
|
217
|
+
type: string;
|
|
218
|
+
};
|
|
219
|
+
theme: {
|
|
220
|
+
type: string;
|
|
221
|
+
enum: string[];
|
|
222
|
+
};
|
|
223
|
+
textSize: {
|
|
224
|
+
type: string;
|
|
225
|
+
enum: string[];
|
|
226
|
+
};
|
|
227
|
+
target: {
|
|
228
|
+
type: string;
|
|
229
|
+
enum: string[];
|
|
230
|
+
};
|
|
231
|
+
analyticsEvents: {
|
|
232
|
+
oneOf: ({
|
|
233
|
+
optionName: string;
|
|
234
|
+
type: string;
|
|
235
|
+
additionalProperties: {
|
|
236
|
+
type: string;
|
|
237
|
+
};
|
|
238
|
+
required: string[];
|
|
239
|
+
properties: {
|
|
240
|
+
name: {
|
|
241
|
+
type: string;
|
|
242
|
+
};
|
|
243
|
+
type: {
|
|
244
|
+
type: string;
|
|
245
|
+
};
|
|
246
|
+
counters: {
|
|
247
|
+
type: string;
|
|
248
|
+
additionalProperties: boolean;
|
|
249
|
+
required: never[];
|
|
250
|
+
properties: {
|
|
251
|
+
include: {
|
|
252
|
+
type: string;
|
|
253
|
+
items: {
|
|
254
|
+
type: string;
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
exclude: {
|
|
258
|
+
type: string;
|
|
259
|
+
items: {
|
|
260
|
+
type: string;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
context: {
|
|
266
|
+
type: string;
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
items?: undefined;
|
|
270
|
+
} | {
|
|
271
|
+
type: string;
|
|
272
|
+
items: {
|
|
273
|
+
type: string;
|
|
274
|
+
additionalProperties: {
|
|
275
|
+
type: string;
|
|
276
|
+
};
|
|
277
|
+
required: string[];
|
|
278
|
+
properties: {
|
|
279
|
+
name: {
|
|
280
|
+
type: string;
|
|
281
|
+
};
|
|
282
|
+
type: {
|
|
283
|
+
type: string;
|
|
284
|
+
};
|
|
285
|
+
counters: {
|
|
286
|
+
type: string;
|
|
287
|
+
additionalProperties: boolean;
|
|
288
|
+
required: never[];
|
|
289
|
+
properties: {
|
|
290
|
+
include: {
|
|
291
|
+
type: string;
|
|
292
|
+
items: {
|
|
293
|
+
type: string;
|
|
294
|
+
};
|
|
295
|
+
};
|
|
296
|
+
exclude: {
|
|
297
|
+
type: string;
|
|
298
|
+
items: {
|
|
299
|
+
type: string;
|
|
300
|
+
};
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
};
|
|
304
|
+
context: {
|
|
305
|
+
type: string;
|
|
306
|
+
};
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
optionName: string;
|
|
310
|
+
})[];
|
|
311
|
+
};
|
|
312
|
+
type: {};
|
|
313
|
+
when: {
|
|
314
|
+
type: string;
|
|
315
|
+
};
|
|
316
|
+
};
|
|
317
|
+
};
|
|
201
318
|
textSize: {
|
|
202
319
|
type: string;
|
|
203
320
|
enum: string[];
|
|
@@ -82,6 +82,123 @@ export declare const BasicCard: {
|
|
|
82
82
|
type: string;
|
|
83
83
|
contentType: string;
|
|
84
84
|
};
|
|
85
|
+
link: {
|
|
86
|
+
type: string;
|
|
87
|
+
additionalProperties: boolean;
|
|
88
|
+
required: string[];
|
|
89
|
+
properties: {
|
|
90
|
+
text: {
|
|
91
|
+
type: string;
|
|
92
|
+
contentType: string;
|
|
93
|
+
};
|
|
94
|
+
url: {
|
|
95
|
+
type: string;
|
|
96
|
+
};
|
|
97
|
+
urlTitle: {
|
|
98
|
+
type: string;
|
|
99
|
+
};
|
|
100
|
+
arrow: {
|
|
101
|
+
type: string;
|
|
102
|
+
};
|
|
103
|
+
theme: {
|
|
104
|
+
type: string;
|
|
105
|
+
enum: string[];
|
|
106
|
+
};
|
|
107
|
+
textSize: {
|
|
108
|
+
type: string;
|
|
109
|
+
enum: string[];
|
|
110
|
+
};
|
|
111
|
+
target: {
|
|
112
|
+
type: string;
|
|
113
|
+
enum: string[];
|
|
114
|
+
};
|
|
115
|
+
analyticsEvents: {
|
|
116
|
+
oneOf: ({
|
|
117
|
+
optionName: string;
|
|
118
|
+
type: string;
|
|
119
|
+
additionalProperties: {
|
|
120
|
+
type: string;
|
|
121
|
+
};
|
|
122
|
+
required: string[];
|
|
123
|
+
properties: {
|
|
124
|
+
name: {
|
|
125
|
+
type: string;
|
|
126
|
+
};
|
|
127
|
+
type: {
|
|
128
|
+
type: string;
|
|
129
|
+
};
|
|
130
|
+
counters: {
|
|
131
|
+
type: string;
|
|
132
|
+
additionalProperties: boolean;
|
|
133
|
+
required: never[];
|
|
134
|
+
properties: {
|
|
135
|
+
include: {
|
|
136
|
+
type: string;
|
|
137
|
+
items: {
|
|
138
|
+
type: string;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
exclude: {
|
|
142
|
+
type: string;
|
|
143
|
+
items: {
|
|
144
|
+
type: string;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
context: {
|
|
150
|
+
type: string;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
items?: undefined;
|
|
154
|
+
} | {
|
|
155
|
+
type: string;
|
|
156
|
+
items: {
|
|
157
|
+
type: string;
|
|
158
|
+
additionalProperties: {
|
|
159
|
+
type: string;
|
|
160
|
+
};
|
|
161
|
+
required: string[];
|
|
162
|
+
properties: {
|
|
163
|
+
name: {
|
|
164
|
+
type: string;
|
|
165
|
+
};
|
|
166
|
+
type: {
|
|
167
|
+
type: string;
|
|
168
|
+
};
|
|
169
|
+
counters: {
|
|
170
|
+
type: string;
|
|
171
|
+
additionalProperties: boolean;
|
|
172
|
+
required: never[];
|
|
173
|
+
properties: {
|
|
174
|
+
include: {
|
|
175
|
+
type: string;
|
|
176
|
+
items: {
|
|
177
|
+
type: string;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
exclude: {
|
|
181
|
+
type: string;
|
|
182
|
+
items: {
|
|
183
|
+
type: string;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
context: {
|
|
189
|
+
type: string;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
optionName: string;
|
|
194
|
+
})[];
|
|
195
|
+
};
|
|
196
|
+
type: {};
|
|
197
|
+
when: {
|
|
198
|
+
type: string;
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
};
|
|
85
202
|
textSize: {
|
|
86
203
|
type: string;
|
|
87
204
|
enum: string[];
|