discord-protos 1.2.172 → 1.2.174
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 +8 -0
- package/package.json +1 -1
|
@@ -642,6 +642,8 @@ message PremiumMarketingComponentProperties {
|
|
|
642
642
|
DISMISSIBLE_CONTENT_SLAYER_STOREFRONT_VC_GIFTING_PANEL_APP_WIDGET_CTA = 739;
|
|
643
643
|
DISMISSIBLE_CONTENT_PREMIUM_GROUP_PRIMARY_REMINDER_NAGBAR = 740;
|
|
644
644
|
DISMISSIBLE_CONTENT_COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741;
|
|
645
|
+
DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_REACTION_BANNER = 742;
|
|
646
|
+
DISMISSIBLE_CONTENT_NEW_GIFTING_BADGES_COACHMARK = 743;
|
|
645
647
|
}
|
|
646
648
|
|
|
647
649
|
message MobileBottomSheet {
|
|
@@ -2939,7 +2939,15 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2939
2939
|
/**
|
|
2940
2940
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741;
|
|
2941
2941
|
*/
|
|
2942
|
-
COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741
|
|
2942
|
+
COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741,
|
|
2943
|
+
/**
|
|
2944
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_REACTION_BANNER = 742;
|
|
2945
|
+
*/
|
|
2946
|
+
NOTIFICATION_NUDGE_POST_REACTION_BANNER = 742,
|
|
2947
|
+
/**
|
|
2948
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_NEW_GIFTING_BADGES_COACHMARK = 743;
|
|
2949
|
+
*/
|
|
2950
|
+
NEW_GIFTING_BADGES_COACHMARK = 743
|
|
2943
2951
|
}
|
|
2944
2952
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2945
2953
|
constructor();
|
|
@@ -2200,6 +2200,14 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2200
2200
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741;
|
|
2201
2201
|
*/
|
|
2202
2202
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER"] = 741] = "COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER";
|
|
2203
|
+
/**
|
|
2204
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_REACTION_BANNER = 742;
|
|
2205
|
+
*/
|
|
2206
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["NOTIFICATION_NUDGE_POST_REACTION_BANNER"] = 742] = "NOTIFICATION_NUDGE_POST_REACTION_BANNER";
|
|
2207
|
+
/**
|
|
2208
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_NEW_GIFTING_BADGES_COACHMARK = 743;
|
|
2209
|
+
*/
|
|
2210
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["NEW_GIFTING_BADGES_COACHMARK"] = 743] = "NEW_GIFTING_BADGES_COACHMARK";
|
|
2203
2211
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2204
2212
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2205
2213
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|