discord-protos 1.2.176 → 1.2.178

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.
@@ -508,7 +508,6 @@ message PremiumMarketingComponentProperties {
508
508
  DISMISSIBLE_CONTENT_SEPTEMBER_MARKETING_MOMENT_ANNOUNCEMENT_MODAL = 599;
509
509
  DISMISSIBLE_CONTENT_DO_NOT_DISTURB_REMINDER_POPOVER = 600;
510
510
  DISMISSIBLE_CONTENT_ACCOUNT_LINK_INVITE_FRIENDS = 601;
511
- DISMISSIBLE_CONTENT_POST_ACCOUNT_CONNECTION_RTC_POPOVER = 602;
512
511
  DISMISSIBLE_CONTENT_HALLOWEEN_APP_ICONS_APPEARANCE_SETTINGS_WEB_BADGE = 603;
513
512
  DISMISSIBLE_CONTENT_HALLOWEEN_APP_ICONS_APPEARANCE_SETTINGS_MOBILE_BADGE = 604;
514
513
  DISMISSIBLE_CONTENT_HALLOWEEN_APP_ICONS_TRICK_ICON_WEB_BADGE = 605;
@@ -645,6 +644,8 @@ message PremiumMarketingComponentProperties {
645
644
  DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_REACTION_BANNER = 742;
646
645
  DISMISSIBLE_CONTENT_NEW_GIFTING_BADGES_COACHMARK = 743;
647
646
  DISMISSIBLE_CONTENT_PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744;
647
+ DISMISSIBLE_CONTENT_COLLECTIBLES_PROFILE_FRAMES_ANNOUNCEMENT = 745;
648
+ DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_NOTIFICATION_CENTER_BANNER = 746;
648
649
  }
649
650
 
650
651
  message MobileBottomSheet {
@@ -2404,10 +2404,6 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
2404
2404
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_ACCOUNT_LINK_INVITE_FRIENDS = 601;
2405
2405
  */
2406
2406
  ACCOUNT_LINK_INVITE_FRIENDS = 601,
2407
- /**
2408
- * @generated from protobuf enum value: DISMISSIBLE_CONTENT_POST_ACCOUNT_CONNECTION_RTC_POPOVER = 602;
2409
- */
2410
- POST_ACCOUNT_CONNECTION_RTC_POPOVER = 602,
2411
2407
  /**
2412
2408
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_HALLOWEEN_APP_ICONS_APPEARANCE_SETTINGS_WEB_BADGE = 603;
2413
2409
  */
@@ -2951,7 +2947,15 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
2951
2947
  /**
2952
2948
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744;
2953
2949
  */
2954
- PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744
2950
+ PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744,
2951
+ /**
2952
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_COLLECTIBLES_PROFILE_FRAMES_ANNOUNCEMENT = 745;
2953
+ */
2954
+ COLLECTIBLES_PROFILE_FRAMES_ANNOUNCEMENT = 745,
2955
+ /**
2956
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_NOTIFICATION_CENTER_BANNER = 746;
2957
+ */
2958
+ NOTIFICATION_NUDGE_NOTIFICATION_CENTER_BANNER = 746
2955
2959
  }
2956
2960
  declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
2957
2961
  constructor();
@@ -1664,10 +1664,6 @@ var PremiumMarketingComponentProperties_DismissibleContent;
1664
1664
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_ACCOUNT_LINK_INVITE_FRIENDS = 601;
1665
1665
  */
1666
1666
  PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["ACCOUNT_LINK_INVITE_FRIENDS"] = 601] = "ACCOUNT_LINK_INVITE_FRIENDS";
1667
- /**
1668
- * @generated from protobuf enum value: DISMISSIBLE_CONTENT_POST_ACCOUNT_CONNECTION_RTC_POPOVER = 602;
1669
- */
1670
- PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["POST_ACCOUNT_CONNECTION_RTC_POPOVER"] = 602] = "POST_ACCOUNT_CONNECTION_RTC_POPOVER";
1671
1667
  /**
1672
1668
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_HALLOWEEN_APP_ICONS_APPEARANCE_SETTINGS_WEB_BADGE = 603;
1673
1669
  */
@@ -2212,6 +2208,14 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2212
2208
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744;
2213
2209
  */
2214
2210
  PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PREMIUM_GROUP_GIFT_SELECTION_UPSELL"] = 744] = "PREMIUM_GROUP_GIFT_SELECTION_UPSELL";
2211
+ /**
2212
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_COLLECTIBLES_PROFILE_FRAMES_ANNOUNCEMENT = 745;
2213
+ */
2214
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["COLLECTIBLES_PROFILE_FRAMES_ANNOUNCEMENT"] = 745] = "COLLECTIBLES_PROFILE_FRAMES_ANNOUNCEMENT";
2215
+ /**
2216
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_NOTIFICATION_CENTER_BANNER = 746;
2217
+ */
2218
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["NOTIFICATION_NUDGE_NOTIFICATION_CENTER_BANNER"] = 746] = "NOTIFICATION_NUDGE_NOTIFICATION_CENTER_BANNER";
2215
2219
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2216
2220
  // @generated message type with reflection information, may provide speed optimized methods
2217
2221
  class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discord-protos",
3
- "version": "1.2.176",
3
+ "version": "1.2.178",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",