discord-protos 1.2.250 → 1.2.251
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
|
@@ -718,6 +718,7 @@ message PremiumMarketingComponentProperties {
|
|
|
718
718
|
DISMISSIBLE_CONTENT_GUILD_THEME_MEMBER_COACHMARK = 787;
|
|
719
719
|
DISMISSIBLE_CONTENT_AUTOCLIPPING_ACCOUNT_PANEL_COACHMARK = 788;
|
|
720
720
|
DISMISSIBLE_CONTENT_AUTOCLIPPING_VIDEO_CALL_TILE = 789;
|
|
721
|
+
DISMISSIBLE_CONTENT_YOU_BAR_DM_SWIPE_COACHMARK = 790;
|
|
721
722
|
}
|
|
722
723
|
|
|
723
724
|
message MobileBottomSheet {
|
|
@@ -3430,7 +3430,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
3430
3430
|
/**
|
|
3431
3431
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_AUTOCLIPPING_VIDEO_CALL_TILE = 789;
|
|
3432
3432
|
*/
|
|
3433
|
-
AUTOCLIPPING_VIDEO_CALL_TILE = 789
|
|
3433
|
+
AUTOCLIPPING_VIDEO_CALL_TILE = 789,
|
|
3434
|
+
/**
|
|
3435
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_YOU_BAR_DM_SWIPE_COACHMARK = 790;
|
|
3436
|
+
*/
|
|
3437
|
+
YOU_BAR_DM_SWIPE_COACHMARK = 790
|
|
3434
3438
|
}
|
|
3435
3439
|
/**
|
|
3436
3440
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|
|
@@ -2393,6 +2393,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2393
2393
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_AUTOCLIPPING_VIDEO_CALL_TILE = 789;
|
|
2394
2394
|
*/
|
|
2395
2395
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["AUTOCLIPPING_VIDEO_CALL_TILE"] = 789] = "AUTOCLIPPING_VIDEO_CALL_TILE";
|
|
2396
|
+
/**
|
|
2397
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_YOU_BAR_DM_SWIPE_COACHMARK = 790;
|
|
2398
|
+
*/
|
|
2399
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["YOU_BAR_DM_SWIPE_COACHMARK"] = 790] = "YOU_BAR_DM_SWIPE_COACHMARK";
|
|
2396
2400
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2397
2401
|
/**
|
|
2398
2402
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|