discord-protos 1.2.141 → 1.2.142
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
|
@@ -604,6 +604,7 @@ message PremiumMarketingComponentProperties {
|
|
|
604
604
|
DISMISSIBLE_CONTENT_APRIL_FOOLS_2026_COACHMARK = 719;
|
|
605
605
|
DISMISSIBLE_CONTENT_PRIVATE_PROFILE_COACHMARK = 720;
|
|
606
606
|
DISMISSIBLE_CONTENT_PRIVATE_PROFILE_INLINE_NOTICE = 721;
|
|
607
|
+
DISMISSIBLE_CONTENT_GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK = 722;
|
|
607
608
|
}
|
|
608
609
|
|
|
609
610
|
message MobileBottomSheet {
|
|
@@ -2758,7 +2758,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2758
2758
|
/**
|
|
2759
2759
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PRIVATE_PROFILE_INLINE_NOTICE = 721;
|
|
2760
2760
|
*/
|
|
2761
|
-
PRIVATE_PROFILE_INLINE_NOTICE = 721
|
|
2761
|
+
PRIVATE_PROFILE_INLINE_NOTICE = 721,
|
|
2762
|
+
/**
|
|
2763
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK = 722;
|
|
2764
|
+
*/
|
|
2765
|
+
GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK = 722
|
|
2762
2766
|
}
|
|
2763
2767
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2764
2768
|
constructor();
|
|
@@ -2120,6 +2120,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2120
2120
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PRIVATE_PROFILE_INLINE_NOTICE = 721;
|
|
2121
2121
|
*/
|
|
2122
2122
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PRIVATE_PROFILE_INLINE_NOTICE"] = 721] = "PRIVATE_PROFILE_INLINE_NOTICE";
|
|
2123
|
+
/**
|
|
2124
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK = 722;
|
|
2125
|
+
*/
|
|
2126
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK"] = 722] = "GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK";
|
|
2123
2127
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2124
2128
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2125
2129
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|