discord-protos 1.2.162 → 1.2.163

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.
@@ -627,6 +627,10 @@ message PremiumMarketingComponentProperties {
627
627
  DISMISSIBLE_CONTENT_PIN_CHANNEL_NEW_BADGE = 731;
628
628
  DISMISSIBLE_CONTENT_BOOST_PROGRESS_BAR_MOBILE_COACHMARK = 732;
629
629
  DISMISSIBLE_CONTENT_SLAYER_STOREFRONT_VC_GIFTING_STREAM_HEADER_NEW_BADGE = 733;
630
+ DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION = 734;
631
+ DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_DISABLE = 735;
632
+ DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_ADMIN = 736;
633
+ DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_ADMIN_DISABLE = 737;
630
634
  }
631
635
 
632
636
  message MobileBottomSheet {
@@ -2863,7 +2863,23 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
2863
2863
  /**
2864
2864
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_SLAYER_STOREFRONT_VC_GIFTING_STREAM_HEADER_NEW_BADGE = 733;
2865
2865
  */
2866
- SLAYER_STOREFRONT_VC_GIFTING_STREAM_HEADER_NEW_BADGE = 733
2866
+ SLAYER_STOREFRONT_VC_GIFTING_STREAM_HEADER_NEW_BADGE = 733,
2867
+ /**
2868
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION = 734;
2869
+ */
2870
+ RIOT_CONNECTION_DEPRECATION = 734,
2871
+ /**
2872
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_DISABLE = 735;
2873
+ */
2874
+ RIOT_CONNECTION_DEPRECATION_DISABLE = 735,
2875
+ /**
2876
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_ADMIN = 736;
2877
+ */
2878
+ RIOT_CONNECTION_DEPRECATION_ADMIN = 736,
2879
+ /**
2880
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_ADMIN_DISABLE = 737;
2881
+ */
2882
+ RIOT_CONNECTION_DEPRECATION_ADMIN_DISABLE = 737
2867
2883
  }
2868
2884
  declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
2869
2885
  constructor();
@@ -2168,6 +2168,22 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2168
2168
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_SLAYER_STOREFRONT_VC_GIFTING_STREAM_HEADER_NEW_BADGE = 733;
2169
2169
  */
2170
2170
  PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["SLAYER_STOREFRONT_VC_GIFTING_STREAM_HEADER_NEW_BADGE"] = 733] = "SLAYER_STOREFRONT_VC_GIFTING_STREAM_HEADER_NEW_BADGE";
2171
+ /**
2172
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION = 734;
2173
+ */
2174
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["RIOT_CONNECTION_DEPRECATION"] = 734] = "RIOT_CONNECTION_DEPRECATION";
2175
+ /**
2176
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_DISABLE = 735;
2177
+ */
2178
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["RIOT_CONNECTION_DEPRECATION_DISABLE"] = 735] = "RIOT_CONNECTION_DEPRECATION_DISABLE";
2179
+ /**
2180
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_ADMIN = 736;
2181
+ */
2182
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["RIOT_CONNECTION_DEPRECATION_ADMIN"] = 736] = "RIOT_CONNECTION_DEPRECATION_ADMIN";
2183
+ /**
2184
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_ADMIN_DISABLE = 737;
2185
+ */
2186
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["RIOT_CONNECTION_DEPRECATION_ADMIN_DISABLE"] = 737] = "RIOT_CONNECTION_DEPRECATION_ADMIN_DISABLE";
2171
2187
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2172
2188
  // @generated message type with reflection information, may provide speed optimized methods
2173
2189
  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.162",
3
+ "version": "1.2.163",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",