discord-protos 1.2.245 → 1.2.246
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
|
@@ -715,6 +715,7 @@ message PremiumMarketingComponentProperties {
|
|
|
715
715
|
DISMISSIBLE_CONTENT_BATTLENET_CONNECTION_DEPRECATION_DISABLE = 784;
|
|
716
716
|
DISMISSIBLE_CONTENT_BATTLENET_CONNECTION_DEPRECATION_LINKED_ROLES = 785;
|
|
717
717
|
DISMISSIBLE_CONTENT_BATTLENET_CONNECTION_DEPRECATION_LINKED_ROLES_DISABLE = 786;
|
|
718
|
+
DISMISSIBLE_CONTENT_GUILD_THEME_MEMBER_COACHMARK = 787;
|
|
718
719
|
}
|
|
719
720
|
|
|
720
721
|
message MobileBottomSheet {
|
|
@@ -3418,7 +3418,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
3418
3418
|
/**
|
|
3419
3419
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_BATTLENET_CONNECTION_DEPRECATION_LINKED_ROLES_DISABLE = 786;
|
|
3420
3420
|
*/
|
|
3421
|
-
BATTLENET_CONNECTION_DEPRECATION_LINKED_ROLES_DISABLE = 786
|
|
3421
|
+
BATTLENET_CONNECTION_DEPRECATION_LINKED_ROLES_DISABLE = 786,
|
|
3422
|
+
/**
|
|
3423
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GUILD_THEME_MEMBER_COACHMARK = 787;
|
|
3424
|
+
*/
|
|
3425
|
+
GUILD_THEME_MEMBER_COACHMARK = 787
|
|
3422
3426
|
}
|
|
3423
3427
|
/**
|
|
3424
3428
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|
|
@@ -2381,6 +2381,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2381
2381
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_BATTLENET_CONNECTION_DEPRECATION_LINKED_ROLES_DISABLE = 786;
|
|
2382
2382
|
*/
|
|
2383
2383
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["BATTLENET_CONNECTION_DEPRECATION_LINKED_ROLES_DISABLE"] = 786] = "BATTLENET_CONNECTION_DEPRECATION_LINKED_ROLES_DISABLE";
|
|
2384
|
+
/**
|
|
2385
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GUILD_THEME_MEMBER_COACHMARK = 787;
|
|
2386
|
+
*/
|
|
2387
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["GUILD_THEME_MEMBER_COACHMARK"] = 787] = "GUILD_THEME_MEMBER_COACHMARK";
|
|
2384
2388
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2385
2389
|
/**
|
|
2386
2390
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|