discord-protos 1.2.188 → 1.2.189
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 +2 -0
- package/dist/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.d.ts +9 -1
- package/dist/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.js +8 -0
- package/package.json +1 -1
|
@@ -653,6 +653,8 @@ message PremiumMarketingComponentProperties {
|
|
|
653
653
|
DISMISSIBLE_CONTENT_BOUNTIES_NUX_PROMO_SHEET = 751;
|
|
654
654
|
DISMISSIBLE_CONTENT_SLAYER_STOREFRONT_ORBS_PURCHASE_COACHMARK = 752;
|
|
655
655
|
DISMISSIBLE_CONTENT_CLIPS_PRIMARY_ENTRY_POINT_COACHMARK = 753;
|
|
656
|
+
DISMISSIBLE_CONTENT_GUILD_THEME_NUX = 754;
|
|
657
|
+
DISMISSIBLE_CONTENT_GUILD_SETTINGS_GUILD_THEME_NEW_BADGE = 755;
|
|
656
658
|
}
|
|
657
659
|
|
|
658
660
|
message MobileBottomSheet {
|
|
@@ -2983,7 +2983,15 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2983
2983
|
/**
|
|
2984
2984
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_CLIPS_PRIMARY_ENTRY_POINT_COACHMARK = 753;
|
|
2985
2985
|
*/
|
|
2986
|
-
CLIPS_PRIMARY_ENTRY_POINT_COACHMARK = 753
|
|
2986
|
+
CLIPS_PRIMARY_ENTRY_POINT_COACHMARK = 753,
|
|
2987
|
+
/**
|
|
2988
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GUILD_THEME_NUX = 754;
|
|
2989
|
+
*/
|
|
2990
|
+
GUILD_THEME_NUX = 754,
|
|
2991
|
+
/**
|
|
2992
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GUILD_SETTINGS_GUILD_THEME_NEW_BADGE = 755;
|
|
2993
|
+
*/
|
|
2994
|
+
GUILD_SETTINGS_GUILD_THEME_NEW_BADGE = 755
|
|
2987
2995
|
}
|
|
2988
2996
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2989
2997
|
constructor();
|
|
@@ -2244,6 +2244,14 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2244
2244
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_CLIPS_PRIMARY_ENTRY_POINT_COACHMARK = 753;
|
|
2245
2245
|
*/
|
|
2246
2246
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["CLIPS_PRIMARY_ENTRY_POINT_COACHMARK"] = 753] = "CLIPS_PRIMARY_ENTRY_POINT_COACHMARK";
|
|
2247
|
+
/**
|
|
2248
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GUILD_THEME_NUX = 754;
|
|
2249
|
+
*/
|
|
2250
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["GUILD_THEME_NUX"] = 754] = "GUILD_THEME_NUX";
|
|
2251
|
+
/**
|
|
2252
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GUILD_SETTINGS_GUILD_THEME_NEW_BADGE = 755;
|
|
2253
|
+
*/
|
|
2254
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["GUILD_SETTINGS_GUILD_THEME_NEW_BADGE"] = 755] = "GUILD_SETTINGS_GUILD_THEME_NEW_BADGE";
|
|
2247
2255
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2248
2256
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2249
2257
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|