gomtm 0.0.320 → 0.0.321
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.
|
File without changes
|
|
File without changes
|
|
@@ -424,6 +424,7 @@ export declare class CommonCardItem extends Message<CommonCardItem> {
|
|
|
424
424
|
}
|
|
425
425
|
export declare class PostCardItem extends Message<PostCardItem> {
|
|
426
426
|
id: string;
|
|
427
|
+
layoutVariant: string;
|
|
427
428
|
title: string;
|
|
428
429
|
subTitle: string;
|
|
429
430
|
actions?: ItemAction;
|
|
@@ -1612,37 +1612,43 @@ const _PostCardItem = class _PostCardItem extends Message {
|
|
|
1612
1612
|
*/
|
|
1613
1613
|
__publicField(this, "id", "");
|
|
1614
1614
|
/**
|
|
1615
|
-
*
|
|
1615
|
+
* 变体
|
|
1616
|
+
*
|
|
1617
|
+
* @generated from field: string layout_variant = 2;
|
|
1618
|
+
*/
|
|
1619
|
+
__publicField(this, "layoutVariant", "");
|
|
1620
|
+
/**
|
|
1621
|
+
* @generated from field: string title = 3;
|
|
1616
1622
|
*/
|
|
1617
1623
|
__publicField(this, "title", "");
|
|
1618
1624
|
/**
|
|
1619
|
-
* @generated from field: string sub_title =
|
|
1625
|
+
* @generated from field: string sub_title = 4;
|
|
1620
1626
|
*/
|
|
1621
1627
|
__publicField(this, "subTitle", "");
|
|
1622
1628
|
/**
|
|
1623
|
-
* @generated from field: sppb.ItemAction actions =
|
|
1629
|
+
* @generated from field: sppb.ItemAction actions = 5;
|
|
1624
1630
|
*/
|
|
1625
1631
|
__publicField(this, "actions");
|
|
1626
1632
|
/**
|
|
1627
|
-
* @generated from field: string sumary =
|
|
1633
|
+
* @generated from field: string sumary = 6;
|
|
1628
1634
|
*/
|
|
1629
1635
|
__publicField(this, "sumary", "");
|
|
1630
1636
|
/**
|
|
1631
|
-
* @generated from field: string top_image =
|
|
1637
|
+
* @generated from field: string top_image = 7;
|
|
1632
1638
|
*/
|
|
1633
1639
|
__publicField(this, "topImage", "");
|
|
1634
1640
|
/**
|
|
1635
1641
|
* 摘要
|
|
1636
1642
|
*
|
|
1637
|
-
* @generated from field: string excerpt =
|
|
1643
|
+
* @generated from field: string excerpt = 8;
|
|
1638
1644
|
*/
|
|
1639
1645
|
__publicField(this, "excerpt", "");
|
|
1640
1646
|
/**
|
|
1641
|
-
* @generated from field: string category =
|
|
1647
|
+
* @generated from field: string category = 9;
|
|
1642
1648
|
*/
|
|
1643
1649
|
__publicField(this, "category", "");
|
|
1644
1650
|
/**
|
|
1645
|
-
* @generated from field: string author =
|
|
1651
|
+
* @generated from field: string author = 10;
|
|
1646
1652
|
*/
|
|
1647
1653
|
__publicField(this, "author", "");
|
|
1648
1654
|
/**
|
|
@@ -1678,49 +1684,56 @@ __publicField(_PostCardItem, "fields", proto3.util.newFieldList(() => [
|
|
|
1678
1684
|
},
|
|
1679
1685
|
{
|
|
1680
1686
|
no: 2,
|
|
1681
|
-
name: "
|
|
1687
|
+
name: "layout_variant",
|
|
1682
1688
|
kind: "scalar",
|
|
1683
1689
|
T: 9
|
|
1684
1690
|
/* ScalarType.STRING */
|
|
1685
1691
|
},
|
|
1686
1692
|
{
|
|
1687
1693
|
no: 3,
|
|
1694
|
+
name: "title",
|
|
1695
|
+
kind: "scalar",
|
|
1696
|
+
T: 9
|
|
1697
|
+
/* ScalarType.STRING */
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
no: 4,
|
|
1688
1701
|
name: "sub_title",
|
|
1689
1702
|
kind: "scalar",
|
|
1690
1703
|
T: 9
|
|
1691
1704
|
/* ScalarType.STRING */
|
|
1692
1705
|
},
|
|
1693
|
-
{ no:
|
|
1706
|
+
{ no: 5, name: "actions", kind: "message", T: ItemAction },
|
|
1694
1707
|
{
|
|
1695
|
-
no:
|
|
1708
|
+
no: 6,
|
|
1696
1709
|
name: "sumary",
|
|
1697
1710
|
kind: "scalar",
|
|
1698
1711
|
T: 9
|
|
1699
1712
|
/* ScalarType.STRING */
|
|
1700
1713
|
},
|
|
1701
1714
|
{
|
|
1702
|
-
no:
|
|
1715
|
+
no: 7,
|
|
1703
1716
|
name: "top_image",
|
|
1704
1717
|
kind: "scalar",
|
|
1705
1718
|
T: 9
|
|
1706
1719
|
/* ScalarType.STRING */
|
|
1707
1720
|
},
|
|
1708
1721
|
{
|
|
1709
|
-
no:
|
|
1722
|
+
no: 8,
|
|
1710
1723
|
name: "excerpt",
|
|
1711
1724
|
kind: "scalar",
|
|
1712
1725
|
T: 9
|
|
1713
1726
|
/* ScalarType.STRING */
|
|
1714
1727
|
},
|
|
1715
1728
|
{
|
|
1716
|
-
no:
|
|
1729
|
+
no: 9,
|
|
1717
1730
|
name: "category",
|
|
1718
1731
|
kind: "scalar",
|
|
1719
1732
|
T: 9
|
|
1720
1733
|
/* ScalarType.STRING */
|
|
1721
1734
|
},
|
|
1722
1735
|
{
|
|
1723
|
-
no:
|
|
1736
|
+
no: 10,
|
|
1724
1737
|
name: "author",
|
|
1725
1738
|
kind: "scalar",
|
|
1726
1739
|
T: 9
|