discord-protos 1.2.194 → 1.2.195
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
|
@@ -655,6 +655,7 @@ message PremiumMarketingComponentProperties {
|
|
|
655
655
|
DISMISSIBLE_CONTENT_CLIPS_PRIMARY_ENTRY_POINT_COACHMARK = 753;
|
|
656
656
|
DISMISSIBLE_CONTENT_GUILD_THEME_NUX = 754;
|
|
657
657
|
DISMISSIBLE_CONTENT_GUILD_SETTINGS_GUILD_THEME_NEW_BADGE = 755;
|
|
658
|
+
DISMISSIBLE_CONTENT_XBOX_PERKS_RECONNECT_UPSELL = 756;
|
|
658
659
|
}
|
|
659
660
|
|
|
660
661
|
message MobileBottomSheet {
|
|
@@ -2995,7 +2995,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2995
2995
|
/**
|
|
2996
2996
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GUILD_SETTINGS_GUILD_THEME_NEW_BADGE = 755;
|
|
2997
2997
|
*/
|
|
2998
|
-
GUILD_SETTINGS_GUILD_THEME_NEW_BADGE = 755
|
|
2998
|
+
GUILD_SETTINGS_GUILD_THEME_NEW_BADGE = 755,
|
|
2999
|
+
/**
|
|
3000
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_XBOX_PERKS_RECONNECT_UPSELL = 756;
|
|
3001
|
+
*/
|
|
3002
|
+
XBOX_PERKS_RECONNECT_UPSELL = 756
|
|
2999
3003
|
}
|
|
3000
3004
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
3001
3005
|
constructor();
|
|
@@ -2252,6 +2252,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2252
2252
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GUILD_SETTINGS_GUILD_THEME_NEW_BADGE = 755;
|
|
2253
2253
|
*/
|
|
2254
2254
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["GUILD_SETTINGS_GUILD_THEME_NEW_BADGE"] = 755] = "GUILD_SETTINGS_GUILD_THEME_NEW_BADGE";
|
|
2255
|
+
/**
|
|
2256
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_XBOX_PERKS_RECONNECT_UPSELL = 756;
|
|
2257
|
+
*/
|
|
2258
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["XBOX_PERKS_RECONNECT_UPSELL"] = 756] = "XBOX_PERKS_RECONNECT_UPSELL";
|
|
2255
2259
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2256
2260
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2257
2261
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|