discord-protos 1.2.173 → 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 +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
|
@@ -643,6 +643,7 @@ message PremiumMarketingComponentProperties {
|
|
|
643
643
|
DISMISSIBLE_CONTENT_PREMIUM_GROUP_PRIMARY_REMINDER_NAGBAR = 740;
|
|
644
644
|
DISMISSIBLE_CONTENT_COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741;
|
|
645
645
|
DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_REACTION_BANNER = 742;
|
|
646
|
+
DISMISSIBLE_CONTENT_NEW_GIFTING_BADGES_COACHMARK = 743;
|
|
646
647
|
}
|
|
647
648
|
|
|
648
649
|
message MobileBottomSheet {
|
|
@@ -2943,7 +2943,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2943
2943
|
/**
|
|
2944
2944
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_REACTION_BANNER = 742;
|
|
2945
2945
|
*/
|
|
2946
|
-
NOTIFICATION_NUDGE_POST_REACTION_BANNER = 742
|
|
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
|
|
2947
2951
|
}
|
|
2948
2952
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2949
2953
|
constructor();
|
|
@@ -2204,6 +2204,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2204
2204
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_REACTION_BANNER = 742;
|
|
2205
2205
|
*/
|
|
2206
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";
|
|
2207
2211
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2208
2212
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2209
2213
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|