discord-protos 1.2.205 → 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 +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
|
@@ -682,6 +682,7 @@ message PremiumMarketingComponentProperties {
|
|
|
682
682
|
DISMISSIBLE_CONTENT_REFERRAL_PROGRAM_ENTRYPOINT_NITRO_BUTTON_NOTIFICATION = 758;
|
|
683
683
|
DISMISSIBLE_CONTENT_INVITE_NONFRIENDS_TO_GDM_COACHMARK = 759;
|
|
684
684
|
DISMISSIBLE_CONTENT_PROFILE_FRAMES_NITRO_TAB_NEW_BADGE = 760;
|
|
685
|
+
DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761;
|
|
685
686
|
}
|
|
686
687
|
|
|
687
688
|
message MobileBottomSheet {
|
|
@@ -3190,7 +3190,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
3190
3190
|
/**
|
|
3191
3191
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PROFILE_FRAMES_NITRO_TAB_NEW_BADGE = 760;
|
|
3192
3192
|
*/
|
|
3193
|
-
PROFILE_FRAMES_NITRO_TAB_NEW_BADGE = 760
|
|
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
|
|
3194
3198
|
}
|
|
3195
3199
|
/**
|
|
3196
3200
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|
|
@@ -2272,6 +2272,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2272
2272
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PROFILE_FRAMES_NITRO_TAB_NEW_BADGE = 760;
|
|
2273
2273
|
*/
|
|
2274
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";
|
|
2275
2279
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2276
2280
|
/**
|
|
2277
2281
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|