discord-protos 1.2.175 → 1.2.176
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
|
@@ -644,6 +644,7 @@ message PremiumMarketingComponentProperties {
|
|
|
644
644
|
DISMISSIBLE_CONTENT_COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741;
|
|
645
645
|
DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_REACTION_BANNER = 742;
|
|
646
646
|
DISMISSIBLE_CONTENT_NEW_GIFTING_BADGES_COACHMARK = 743;
|
|
647
|
+
DISMISSIBLE_CONTENT_PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744;
|
|
647
648
|
}
|
|
648
649
|
|
|
649
650
|
message MobileBottomSheet {
|
|
@@ -2947,7 +2947,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2947
2947
|
/**
|
|
2948
2948
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_NEW_GIFTING_BADGES_COACHMARK = 743;
|
|
2949
2949
|
*/
|
|
2950
|
-
NEW_GIFTING_BADGES_COACHMARK = 743
|
|
2950
|
+
NEW_GIFTING_BADGES_COACHMARK = 743,
|
|
2951
|
+
/**
|
|
2952
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744;
|
|
2953
|
+
*/
|
|
2954
|
+
PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744
|
|
2951
2955
|
}
|
|
2952
2956
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2953
2957
|
constructor();
|
|
@@ -2208,6 +2208,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2208
2208
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_NEW_GIFTING_BADGES_COACHMARK = 743;
|
|
2209
2209
|
*/
|
|
2210
2210
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["NEW_GIFTING_BADGES_COACHMARK"] = 743] = "NEW_GIFTING_BADGES_COACHMARK";
|
|
2211
|
+
/**
|
|
2212
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744;
|
|
2213
|
+
*/
|
|
2214
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PREMIUM_GROUP_GIFT_SELECTION_UPSELL"] = 744] = "PREMIUM_GROUP_GIFT_SELECTION_UPSELL";
|
|
2211
2215
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2212
2216
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2213
2217
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|