discord-protos 1.2.211 → 1.2.213
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
|
@@ -684,6 +684,8 @@ message PremiumMarketingComponentProperties {
|
|
|
684
684
|
DISMISSIBLE_CONTENT_INVITE_NONFRIENDS_TO_GDM_COACHMARK = 759;
|
|
685
685
|
DISMISSIBLE_CONTENT_PROFILE_FRAMES_NITRO_TAB_NEW_BADGE = 760;
|
|
686
686
|
DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761;
|
|
687
|
+
DISMISSIBLE_CONTENT_PARENTAL_CONSENT_GRACE_WARNING = 762;
|
|
688
|
+
DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_SUGGESTED = 763;
|
|
687
689
|
}
|
|
688
690
|
|
|
689
691
|
message MobileBottomSheet {
|
|
@@ -3198,7 +3198,15 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
3198
3198
|
/**
|
|
3199
3199
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761;
|
|
3200
3200
|
*/
|
|
3201
|
-
APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761
|
|
3201
|
+
APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761,
|
|
3202
|
+
/**
|
|
3203
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PARENTAL_CONSENT_GRACE_WARNING = 762;
|
|
3204
|
+
*/
|
|
3205
|
+
PARENTAL_CONSENT_GRACE_WARNING = 762,
|
|
3206
|
+
/**
|
|
3207
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_SUGGESTED = 763;
|
|
3208
|
+
*/
|
|
3209
|
+
APP_WIDGET_V2_PROFILE_UPSELL_SUGGESTED = 763
|
|
3202
3210
|
}
|
|
3203
3211
|
/**
|
|
3204
3212
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|
|
@@ -2276,6 +2276,14 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2276
2276
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761;
|
|
2277
2277
|
*/
|
|
2278
2278
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK"] = 761] = "APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK";
|
|
2279
|
+
/**
|
|
2280
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PARENTAL_CONSENT_GRACE_WARNING = 762;
|
|
2281
|
+
*/
|
|
2282
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PARENTAL_CONSENT_GRACE_WARNING"] = 762] = "PARENTAL_CONSENT_GRACE_WARNING";
|
|
2283
|
+
/**
|
|
2284
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_SUGGESTED = 763;
|
|
2285
|
+
*/
|
|
2286
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["APP_WIDGET_V2_PROFILE_UPSELL_SUGGESTED"] = 763] = "APP_WIDGET_V2_PROFILE_UPSELL_SUGGESTED";
|
|
2279
2287
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2280
2288
|
/**
|
|
2281
2289
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|