discord-protos 1.2.180 → 1.2.181
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
|
@@ -649,6 +649,7 @@ message PremiumMarketingComponentProperties {
|
|
|
649
649
|
DISMISSIBLE_CONTENT_GAME_SERVER_NEW_GAMES_COACHMARK = 747;
|
|
650
650
|
DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_GUILD_OPEN_PER_GUILD = 748;
|
|
651
651
|
DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_CALL_DISCONNECT = 749;
|
|
652
|
+
DISMISSIBLE_CONTENT_PROFILE_FRAME_USER_PROFILE_NEW_BADGE = 750;
|
|
652
653
|
}
|
|
653
654
|
|
|
654
655
|
message MobileBottomSheet {
|
|
@@ -2967,7 +2967,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2967
2967
|
/**
|
|
2968
2968
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_CALL_DISCONNECT = 749;
|
|
2969
2969
|
*/
|
|
2970
|
-
NOTIFICATION_NUDGE_POST_CALL_DISCONNECT = 749
|
|
2970
|
+
NOTIFICATION_NUDGE_POST_CALL_DISCONNECT = 749,
|
|
2971
|
+
/**
|
|
2972
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PROFILE_FRAME_USER_PROFILE_NEW_BADGE = 750;
|
|
2973
|
+
*/
|
|
2974
|
+
PROFILE_FRAME_USER_PROFILE_NEW_BADGE = 750
|
|
2971
2975
|
}
|
|
2972
2976
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2973
2977
|
constructor();
|
|
@@ -2228,6 +2228,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2228
2228
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_CALL_DISCONNECT = 749;
|
|
2229
2229
|
*/
|
|
2230
2230
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["NOTIFICATION_NUDGE_POST_CALL_DISCONNECT"] = 749] = "NOTIFICATION_NUDGE_POST_CALL_DISCONNECT";
|
|
2231
|
+
/**
|
|
2232
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PROFILE_FRAME_USER_PROFILE_NEW_BADGE = 750;
|
|
2233
|
+
*/
|
|
2234
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PROFILE_FRAME_USER_PROFILE_NEW_BADGE"] = 750] = "PROFILE_FRAME_USER_PROFILE_NEW_BADGE";
|
|
2231
2235
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2232
2236
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2233
2237
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|