discord-protos 1.2.170 → 1.2.172
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/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.proto +2 -0
- package/dist/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.d.ts +9 -1
- package/dist/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.js +13 -1
- package/package.json +1 -1
|
@@ -72,6 +72,7 @@ message PremiumMarketingComponentProperties {
|
|
|
72
72
|
string badge_label = 1;
|
|
73
73
|
string acknowledged_badge_label = 2;
|
|
74
74
|
bool show_hover_gradient = 3;
|
|
75
|
+
string deeplink_section = 4;
|
|
75
76
|
}
|
|
76
77
|
|
|
77
78
|
message MarketingPageBannerButton {
|
|
@@ -640,6 +641,7 @@ message PremiumMarketingComponentProperties {
|
|
|
640
641
|
DISMISSIBLE_CONTENT_CROISSANT_REHEAT_MOMENT = 738;
|
|
641
642
|
DISMISSIBLE_CONTENT_SLAYER_STOREFRONT_VC_GIFTING_PANEL_APP_WIDGET_CTA = 739;
|
|
642
643
|
DISMISSIBLE_CONTENT_PREMIUM_GROUP_PRIMARY_REMINDER_NAGBAR = 740;
|
|
644
|
+
DISMISSIBLE_CONTENT_COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741;
|
|
643
645
|
}
|
|
644
646
|
|
|
645
647
|
message MobileBottomSheet {
|
|
@@ -308,6 +308,10 @@ export interface PremiumMarketingComponentProperties_PremiumTab {
|
|
|
308
308
|
* @generated from protobuf field: bool show_hover_gradient = 3
|
|
309
309
|
*/
|
|
310
310
|
showHoverGradient: boolean;
|
|
311
|
+
/**
|
|
312
|
+
* @generated from protobuf field: string deeplink_section = 4
|
|
313
|
+
*/
|
|
314
|
+
deeplinkSection: string;
|
|
311
315
|
}
|
|
312
316
|
/**
|
|
313
317
|
* @generated from protobuf message discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.MarketingPageBannerButton
|
|
@@ -2931,7 +2935,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2931
2935
|
/**
|
|
2932
2936
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_GROUP_PRIMARY_REMINDER_NAGBAR = 740;
|
|
2933
2937
|
*/
|
|
2934
|
-
PREMIUM_GROUP_PRIMARY_REMINDER_NAGBAR = 740
|
|
2938
|
+
PREMIUM_GROUP_PRIMARY_REMINDER_NAGBAR = 740,
|
|
2939
|
+
/**
|
|
2940
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741;
|
|
2941
|
+
*/
|
|
2942
|
+
COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741
|
|
2935
2943
|
}
|
|
2936
2944
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2937
2945
|
constructor();
|
|
@@ -2196,6 +2196,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2196
2196
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_GROUP_PRIMARY_REMINDER_NAGBAR = 740;
|
|
2197
2197
|
*/
|
|
2198
2198
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PREMIUM_GROUP_PRIMARY_REMINDER_NAGBAR"] = 740] = "PREMIUM_GROUP_PRIMARY_REMINDER_NAGBAR";
|
|
2199
|
+
/**
|
|
2200
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741;
|
|
2201
|
+
*/
|
|
2202
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER"] = 741] = "COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER";
|
|
2199
2203
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2200
2204
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2201
2205
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|
|
@@ -2999,7 +3003,8 @@ class PremiumMarketingComponentProperties_PremiumTab$Type extends runtime_4.Mess
|
|
|
2999
3003
|
super("discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.PremiumTab", [
|
|
3000
3004
|
{ no: 1, name: "badge_label", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
|
3001
3005
|
{ no: 2, name: "acknowledged_badge_label", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
|
3002
|
-
{ no: 3, name: "show_hover_gradient", kind: "scalar", T: 8 /*ScalarType.BOOL*/ }
|
|
3006
|
+
{ no: 3, name: "show_hover_gradient", kind: "scalar", T: 8 /*ScalarType.BOOL*/ },
|
|
3007
|
+
{ no: 4, name: "deeplink_section", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
|
|
3003
3008
|
]);
|
|
3004
3009
|
}
|
|
3005
3010
|
create(value) {
|
|
@@ -3007,6 +3012,7 @@ class PremiumMarketingComponentProperties_PremiumTab$Type extends runtime_4.Mess
|
|
|
3007
3012
|
message.badgeLabel = "";
|
|
3008
3013
|
message.acknowledgedBadgeLabel = "";
|
|
3009
3014
|
message.showHoverGradient = false;
|
|
3015
|
+
message.deeplinkSection = "";
|
|
3010
3016
|
if (value !== undefined)
|
|
3011
3017
|
(0, runtime_3.reflectionMergePartial)(this, message, value);
|
|
3012
3018
|
return message;
|
|
@@ -3025,6 +3031,9 @@ class PremiumMarketingComponentProperties_PremiumTab$Type extends runtime_4.Mess
|
|
|
3025
3031
|
case /* bool show_hover_gradient */ 3:
|
|
3026
3032
|
message.showHoverGradient = reader.bool();
|
|
3027
3033
|
break;
|
|
3034
|
+
case /* string deeplink_section */ 4:
|
|
3035
|
+
message.deeplinkSection = reader.string();
|
|
3036
|
+
break;
|
|
3028
3037
|
default:
|
|
3029
3038
|
let u = options.readUnknownField;
|
|
3030
3039
|
if (u === "throw")
|
|
@@ -3046,6 +3055,9 @@ class PremiumMarketingComponentProperties_PremiumTab$Type extends runtime_4.Mess
|
|
|
3046
3055
|
/* bool show_hover_gradient = 3; */
|
|
3047
3056
|
if (message.showHoverGradient !== false)
|
|
3048
3057
|
writer.tag(3, runtime_1.WireType.Varint).bool(message.showHoverGradient);
|
|
3058
|
+
/* string deeplink_section = 4; */
|
|
3059
|
+
if (message.deeplinkSection !== "")
|
|
3060
|
+
writer.tag(4, runtime_1.WireType.LengthDelimited).string(message.deeplinkSection);
|
|
3049
3061
|
let u = options.writeUnknownFields;
|
|
3050
3062
|
if (u !== false)
|
|
3051
3063
|
(u == true ? runtime_2.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|