discord-protos 1.2.204 → 1.2.206
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
|
@@ -681,6 +681,8 @@ message PremiumMarketingComponentProperties {
|
|
|
681
681
|
DISMISSIBLE_CONTENT_STEELSERIES_LOGITECH_REHEAT = 757;
|
|
682
682
|
DISMISSIBLE_CONTENT_REFERRAL_PROGRAM_ENTRYPOINT_NITRO_BUTTON_NOTIFICATION = 758;
|
|
683
683
|
DISMISSIBLE_CONTENT_INVITE_NONFRIENDS_TO_GDM_COACHMARK = 759;
|
|
684
|
+
DISMISSIBLE_CONTENT_PROFILE_FRAMES_NITRO_TAB_NEW_BADGE = 760;
|
|
685
|
+
DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761;
|
|
684
686
|
}
|
|
685
687
|
|
|
686
688
|
message MobileBottomSheet {
|
|
@@ -3186,7 +3186,15 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
3186
3186
|
/**
|
|
3187
3187
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_INVITE_NONFRIENDS_TO_GDM_COACHMARK = 759;
|
|
3188
3188
|
*/
|
|
3189
|
-
INVITE_NONFRIENDS_TO_GDM_COACHMARK = 759
|
|
3189
|
+
INVITE_NONFRIENDS_TO_GDM_COACHMARK = 759,
|
|
3190
|
+
/**
|
|
3191
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PROFILE_FRAMES_NITRO_TAB_NEW_BADGE = 760;
|
|
3192
|
+
*/
|
|
3193
|
+
PROFILE_FRAMES_NITRO_TAB_NEW_BADGE = 760,
|
|
3194
|
+
/**
|
|
3195
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761;
|
|
3196
|
+
*/
|
|
3197
|
+
APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761
|
|
3190
3198
|
}
|
|
3191
3199
|
/**
|
|
3192
3200
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|
|
@@ -2268,6 +2268,14 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2268
2268
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_INVITE_NONFRIENDS_TO_GDM_COACHMARK = 759;
|
|
2269
2269
|
*/
|
|
2270
2270
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["INVITE_NONFRIENDS_TO_GDM_COACHMARK"] = 759] = "INVITE_NONFRIENDS_TO_GDM_COACHMARK";
|
|
2271
|
+
/**
|
|
2272
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PROFILE_FRAMES_NITRO_TAB_NEW_BADGE = 760;
|
|
2273
|
+
*/
|
|
2274
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PROFILE_FRAMES_NITRO_TAB_NEW_BADGE"] = 760] = "PROFILE_FRAMES_NITRO_TAB_NEW_BADGE";
|
|
2275
|
+
/**
|
|
2276
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761;
|
|
2277
|
+
*/
|
|
2278
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK"] = 761] = "APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK";
|
|
2271
2279
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2272
2280
|
/**
|
|
2273
2281
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|