discord-protos 1.2.170 → 1.2.171
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 +1 -0
- package/dist/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.d.ts +5 -1
- package/dist/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.js +4 -0
- package/package.json +1 -1
|
@@ -640,6 +640,7 @@ message PremiumMarketingComponentProperties {
|
|
|
640
640
|
DISMISSIBLE_CONTENT_CROISSANT_REHEAT_MOMENT = 738;
|
|
641
641
|
DISMISSIBLE_CONTENT_SLAYER_STOREFRONT_VC_GIFTING_PANEL_APP_WIDGET_CTA = 739;
|
|
642
642
|
DISMISSIBLE_CONTENT_PREMIUM_GROUP_PRIMARY_REMINDER_NAGBAR = 740;
|
|
643
|
+
DISMISSIBLE_CONTENT_COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741;
|
|
643
644
|
}
|
|
644
645
|
|
|
645
646
|
message MobileBottomSheet {
|
|
@@ -2931,7 +2931,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2931
2931
|
/**
|
|
2932
2932
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_GROUP_PRIMARY_REMINDER_NAGBAR = 740;
|
|
2933
2933
|
*/
|
|
2934
|
-
PREMIUM_GROUP_PRIMARY_REMINDER_NAGBAR = 740
|
|
2934
|
+
PREMIUM_GROUP_PRIMARY_REMINDER_NAGBAR = 740,
|
|
2935
|
+
/**
|
|
2936
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741;
|
|
2937
|
+
*/
|
|
2938
|
+
COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741
|
|
2935
2939
|
}
|
|
2936
2940
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2937
2941
|
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 {
|