discord-protos 1.2.166 → 1.2.167
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
|
@@ -633,6 +633,7 @@ message PremiumMarketingComponentProperties {
|
|
|
633
633
|
DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_DISABLE = 735;
|
|
634
634
|
DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_ADMIN = 736;
|
|
635
635
|
DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_ADMIN_DISABLE = 737;
|
|
636
|
+
DISMISSIBLE_CONTENT_CROISSANT_REHEAT_MOMENT = 738;
|
|
636
637
|
}
|
|
637
638
|
|
|
638
639
|
message MobileBottomSheet {
|
|
@@ -2895,7 +2895,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2895
2895
|
/**
|
|
2896
2896
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_ADMIN_DISABLE = 737;
|
|
2897
2897
|
*/
|
|
2898
|
-
RIOT_CONNECTION_DEPRECATION_ADMIN_DISABLE = 737
|
|
2898
|
+
RIOT_CONNECTION_DEPRECATION_ADMIN_DISABLE = 737,
|
|
2899
|
+
/**
|
|
2900
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_CROISSANT_REHEAT_MOMENT = 738;
|
|
2901
|
+
*/
|
|
2902
|
+
CROISSANT_REHEAT_MOMENT = 738
|
|
2899
2903
|
}
|
|
2900
2904
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2901
2905
|
constructor();
|
|
@@ -2184,6 +2184,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2184
2184
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_RIOT_CONNECTION_DEPRECATION_ADMIN_DISABLE = 737;
|
|
2185
2185
|
*/
|
|
2186
2186
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["RIOT_CONNECTION_DEPRECATION_ADMIN_DISABLE"] = 737] = "RIOT_CONNECTION_DEPRECATION_ADMIN_DISABLE";
|
|
2187
|
+
/**
|
|
2188
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_CROISSANT_REHEAT_MOMENT = 738;
|
|
2189
|
+
*/
|
|
2190
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["CROISSANT_REHEAT_MOMENT"] = 738] = "CROISSANT_REHEAT_MOMENT";
|
|
2187
2191
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2188
2192
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2189
2193
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|