discord-protos 1.2.56 → 1.2.58

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.
@@ -3,7 +3,7 @@ from __future__ import annotations
3
3
  from enum import Enum as _Enum
4
4
  from typing import TYPE_CHECKING
5
5
 
6
- __version__ = '1.2.56'
6
+ __version__ = '1.2.58'
7
7
 
8
8
  if TYPE_CHECKING:
9
9
  from google.protobuf.message import Message as _Message
@@ -30,6 +30,7 @@ message Experiment {
30
30
  int32 target_allocation = 3;
31
31
  repeated Bucket buckets = 4;
32
32
  Type type = 5;
33
+ optional google.protobuf.StringValue configuration = 6;
33
34
  }
34
35
 
35
36
  message PlatformVersionSpecifier {
@@ -224,6 +225,7 @@ message Experiment {
224
225
  SURFACE_UNSPECIFIED = 0;
225
226
  SURFACE_API = 1;
226
227
  SURFACE_APP = 2;
228
+ SURFACE_DEVELOPER_PORTAL = 3;
227
229
  }
228
230
 
229
231
  enum ExposureTracking {
@@ -26,7 +26,7 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
26
26
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
27
27
 
28
28
 
29
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+discord_experimentation/v1/Experiment.proto\x12)discord_protos.discord_experimentation.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9c>\n\nExperiment\x12\n\n\x02id\x18\x01 \x01(\x06\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x33\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x12\x12\n\ncreator_id\x18\x04 \x01(\x06\x12\x0f\n\x07version\x18\x05 \x01(\x05\x12\x32\n\tedited_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01\x88\x01\x01\x12\x11\n\teditor_id\x18\x07 \x01(\x06\x12\r\n\x05title\x18\x08 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\t \x01(\t\x12\x35\n\nhypothesis\x18\n \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x02\x88\x01\x01\x12\x39\n\x0etech_spec_link\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x03\x88\x01\x01\x12\x10\n\x08revision\x18\x0c \x01(\x05\x12\x10\n\x08hash_key\x18\r \x01(\t\x12Q\n\tunit_type\x18\x0e \x01(\x0e\x32>.discord_protos.discord_experimentation.v1.Experiment.UnitType\x12S\n\nvariations\x18\x0f \x03(\x0b\x32?.discord_protos.discord_experimentation.v1.Experiment.Variation\x12I\n\x05rules\x18\x10 \x03(\x0b\x32:.discord_protos.discord_experimentation.v1.Experiment.Rule\x12J\n\x05phase\x18\x12 \x01(\x0e\x32;.discord_protos.discord_experimentation.v1.Experiment.Phase\x12O\n\x08surfaces\x18\x13 \x03(\x0e\x32=.discord_protos.discord_experimentation.v1.Experiment.Surface\x12\x18\n\x10owning_team_name\x18\x14 \x01(\t\x12&\n\x1e\x63\x61\x63hed_notification_channel_id\x18\x15 \x01(\x06\x12\x61\n\x11\x65xposure_tracking\x18\x16 \x01(\x0e\x32\x46.discord_protos.discord_experimentation.v1.Experiment.ExposureTracking\x12]\n\x0f\x61ssignment_mode\x18\x19 \x01(\x0e\x32\x44.discord_protos.discord_experimentation.v1.Experiment.AssignmentMode\x12\x1f\n\x17\x65nable_edit_raw_json_ui\x18\x17 \x01(\x08\x12\x1c\n\x14winning_variation_id\x18\x18 \x01(\x05\x1ao\n\x06\x42ucket\x12\r\n\x05start\x18\x01 \x01(\x05\x12\x0c\n\x04stop\x18\x02 \x01(\x05\x12H\n\x04type\x18\x03 \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x1a\xda\x01\n\tVariation\x12\n\n\x02id\x18\x01 \x01(\x05\x12\r\n\x05label\x18\x02 \x01(\t\x12\x19\n\x11target_allocation\x18\x03 \x01(\x05\x12M\n\x07\x62uckets\x18\x04 \x03(\x0b\x32<.discord_protos.discord_experimentation.v1.Experiment.Bucket\x12H\n\x04type\x18\x05 \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x1a\xa1\x01\n\x18PlatformVersionSpecifier\x12\r\n\x05major\x18\x01 \x01(\r\x12\x30\n\x05minor\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x00\x88\x01\x01\x12\x30\n\x05\x62uild\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x01\x88\x01\x01\x42\x08\n\x06_minorB\x08\n\x06_build\x1a\xa0\x01\n\x19PlatformVersionRangeBound\x12\x64\n\x07version\x18\x01 \x01(\x0b\x32N.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionSpecifierH\x00\x88\x01\x01\x12\x11\n\tinclusive\x18\x02 \x01(\x08\x42\n\n\x08_version\x1a\x8c\x02\n\x14PlatformVersionRange\x12i\n\x0blower_bound\x18\x01 \x01(\x0b\x32O.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRangeBoundH\x00\x88\x01\x01\x12i\n\x0bupper_bound\x18\x02 \x01(\x0b\x32O.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRangeBoundH\x01\x88\x01\x01\x42\x0e\n\x0c_lower_boundB\x0e\n\x0c_upper_bound\x1a\x8c\x01\n\x0fPlatformVersion\x12Z\n\x06ranges\x18\x01 \x03(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRange\x12\x1d\n\x15work_around_pyoto_bug\x18\x02 \x01(\x08\x1a\xe2\x03\n\x0e\x43lientPlatform\x12_\n\x0bios_version\x18\x01 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x00\x88\x01\x01\x12\x63\n\x0f\x61ndroid_version\x18\x02 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x01\x88\x01\x01\x12_\n\x0bweb_version\x18\x03 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x02\x88\x01\x01\x12\x62\n\x0enative_version\x18\x04 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x03\x88\x01\x01\x42\x0e\n\x0c_ios_versionB\x12\n\x10_android_versionB\x0e\n\x0c_web_versionB\x11\n\x0f_native_version\x1a&\n\x13SDKVersionSpecifier\x12\x0f\n\x07version\x18\x01 \x01(\x05\x1a\x96\x01\n\x14SDKVersionRangeBound\x12_\n\x07version\x18\x01 \x01(\x0b\x32I.discord_protos.discord_experimentation.v1.Experiment.SDKVersionSpecifierH\x00\x88\x01\x01\x12\x11\n\tinclusive\x18\x02 \x01(\x08\x42\n\n\x08_version\x1a\xfd\x01\n\x0fSDKVersionRange\x12\x64\n\x0blower_bound\x18\x01 \x01(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.SDKVersionRangeBoundH\x00\x88\x01\x01\x12\x64\n\x0bupper_bound\x18\x02 \x01(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.SDKVersionRangeBoundH\x01\x88\x01\x01\x42\x0e\n\x0c_lower_boundB\x0e\n\x0c_upper_bound\x1a\x82\x01\n\nSDKVersion\x12U\n\x06ranges\x18\x01 \x03(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.SDKVersionRange\x12\x1d\n\x15work_around_pyoto_bug\x18\x02 \x01(\x08\x1a\xb5\x06\n\x15\x43lientOperatingSystem\x12Z\n\x0bios_version\x18\x01 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x00\x88\x01\x01\x12^\n\x0f\x61ndroid_version\x18\x02 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x01\x88\x01\x01\x12\\\n\rmacos_version\x18\x03 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x02\x88\x01\x01\x12^\n\x0fwindows_version\x18\x04 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x03\x88\x01\x01\x12\x62\n\x13playstation_version\x18\x05 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x04\x88\x01\x01\x12[\n\x0cxbox_version\x18\x06 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x05\x88\x01\x01\x12\\\n\rlinux_version\x18\x07 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x06\x88\x01\x01\x42\x0e\n\x0c_ios_versionB\x12\n\x10_android_versionB\x10\n\x0e_macos_versionB\x12\n\x10_windows_versionB\x16\n\x14_playstation_versionB\x0f\n\r_xbox_versionB\x10\n\x0e_linux_version\x1a>\n\nStaffUsers\x12\x15\n\rwork_accounts\x18\x01 \x01(\x08\x12\x19\n\x11personal_accounts\x18\x02 \x01(\x08\x1a \n\x0bUserInGuild\x12\x11\n\tguild_ids\x18\x01 \x03(\x06\x1a\x1b\n\x07UserIds\x12\x10\n\x08user_ids\x18\x01 \x03(\x06\x1a#\n\x0c\x43lientLocale\x12\x13\n\x07locales\x18\x01 \x03(\tB\x02\x10\x00\x1a\x39\n\tISORegion\x12\x13\n\x0biso_country\x18\x01 \x01(\t\x12\x17\n\x0fiso_subdivision\x18\x02 \x01(\t\x1a;\n\x05Place\x12\x0c\n\x04\x63ity\x18\x01 \x01(\t\x12\x13\n\x0bsubdivision\x18\x02 \x01(\t\x12\x0f\n\x07\x63ountry\x18\x03 \x01(\t\x1a\xcc\x01\n\x08Location\x12U\n\niso_region\x18\x01 \x01(\x0b\x32?.discord_protos.discord_experimentation.v1.Experiment.ISORegionH\x00\x12\x0f\n\x05is_eu\x18\x02 \x01(\x08H\x00\x12L\n\x05place\x18\x03 \x01(\x0b\x32;.discord_protos.discord_experimentation.v1.Experiment.PlaceH\x00\x42\n\n\x08location\x1a\x63\n\x0e\x43lientLocation\x12Q\n\tlocations\x18\x01 \x03(\x0b\x32>.discord_protos.discord_experimentation.v1.Experiment.Location\x1a\x1e\n\x08\x43lientIP\x12\x12\n\x06\x62locks\x18\x01 \x03(\tB\x02\x10\x00\x1a!\n\nUserLocale\x12\x13\n\x07locales\x18\x01 \x03(\tB\x02\x10\x00\x1a\x1b\n\tUserIsBot\x12\x0e\n\x06is_bot\x18\x01 \x01(\x08\x1a\xa6\x01\n\x0cUserAgeRange\x12\x38\n\rmin_age_years\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x00\x88\x01\x01\x12\x38\n\rmax_age_years\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x01\x88\x01\x01\x42\x10\n\x0e_min_age_yearsB\x10\n\x0e_max_age_years\x1a\x1d\n\x0c\x46ixed64Value\x12\r\n\x05value\x18\x01 \x01(\x06\x1a\xd5\x01\n\x0bUserIDRange\x12W\n\x06min_id\x18\x01 \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.Fixed64ValueH\x00\x88\x01\x01\x12W\n\x06max_id\x18\x02 \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.Fixed64ValueH\x01\x88\x01\x01\x42\t\n\x07_min_idB\t\n\x07_max_id\x1a\x1b\n\x0bUserHasFlag\x12\x0c\n\x04mask\x18\x01 \x01(\x06\x1a\x37\n\x13UnitIdInRangeByHash\x12\x10\n\x08hash_key\x18\x01 \x01(\t\x12\x0e\n\x06target\x18\x02 \x01(\r\x1a\x34\n\x14\x43lientReleaseChannel\x12\x1c\n\x10release_channels\x18\x01 \x03(\tB\x02\x10\x00\x1a\x17\n\x06\x41lways\x12\r\n\x05value\x18\x01 \x01(\x08\x1a)\n\x12\x43lientSystemLocale\x12\x13\n\x07locales\x18\x01 \x03(\tB\x02\x10\x00\x1a\xbf\x0c\n\x06\x46ilter\x12^\n\x0e\x63lient_version\x18\x02 \x01(\x0b\x32\x44.discord_protos.discord_experimentation.v1.Experiment.ClientPlatformH\x00\x12`\n\tclient_os\x18\x03 \x01(\x0b\x32K.discord_protos.discord_experimentation.v1.Experiment.ClientOperatingSystemH\x00\x12Q\n\x05staff\x18\x04 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.StaffUsersH\x00\x12Z\n\ruser_in_guild\x18\x05 \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.UserInGuildH\x00\x12Q\n\x08user_ids\x18\x06 \x01(\x0b\x32=.discord_protos.discord_experimentation.v1.Experiment.UserIdsH\x00\x12[\n\rclient_locale\x18\x07 \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.ClientLocaleH\x00\x12_\n\x0f\x63lient_location\x18\x08 \x01(\x0b\x32\x44.discord_protos.discord_experimentation.v1.Experiment.ClientLocationH\x00\x12S\n\tclient_ip\x18\t \x01(\x0b\x32>.discord_protos.discord_experimentation.v1.Experiment.ClientIPH\x00\x12W\n\x0buser_locale\x18\n \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.UserLocaleH\x00\x12N\n\x03\x62ot\x18\x0b \x01(\x0b\x32?.discord_protos.discord_experimentation.v1.Experiment.UserIsBotH\x00\x12\\\n\x0euser_age_range\x18\x0c \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.UserAgeRangeH\x00\x12Z\n\ruser_id_range\x18\r \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.UserIDRangeH\x00\x12Z\n\ruser_has_flag\x18\x0e \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.UserHasFlagH\x00\x12m\n\x18unit_id_in_range_by_hash\x18\x0f \x01(\x0b\x32I.discord_protos.discord_experimentation.v1.Experiment.UnitIdInRangeByHashH\x00\x12l\n\x16\x63lient_release_channel\x18\x10 \x01(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.ClientReleaseChannelH\x00\x12N\n\x06\x61lways\x18\x11 \x01(\x0b\x32<.discord_protos.discord_experimentation.v1.Experiment.AlwaysH\x00\x12h\n\x14\x63lient_system_locale\x18\x12 \x01(\x0b\x32H.discord_protos.discord_experimentation.v1.Experiment.ClientSystemLocaleH\x00\x42\x08\n\x06\x66ilter\x1a \n\x08Override\x12\x14\n\x0cvariation_id\x18\x01 \x01(\x05\x1a\x9b\x02\n\x04Rule\x12H\n\x04type\x18\x01 \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x12M\n\x07\x66ilters\x18\x02 \x03(\x0b\x32<.discord_protos.discord_experimentation.v1.Experiment.Filter\x12U\n\x08override\x18\x03 \x01(\x0b\x32>.discord_protos.discord_experimentation.v1.Experiment.OverrideH\x00\x88\x01\x01\x12\x16\n\x0eis_sunset_rule\x18\x04 \x01(\x08\x42\x0b\n\t_override\"9\n\x08UnitType\x12\x19\n\x15UNIT_TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0eUNIT_TYPE_USER\x10\x01\"O\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bTYPE_ACTIVE\x10\x01\x12\x0f\n\x0bTYPE_UNUSED\x10\x02\x12\x0f\n\x0bTYPE_BURNED\x10\x03\"\xb7\x01\n\x05Phase\x12\x15\n\x11PHASE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bPHASE_DRAFT\x10\x01\x12\x15\n\x11PHASE_MEASUREMENT\x10\x02\x12\x1b\n\x17PHASE_MEASUREMENT_ENDED\x10\x03\x12\x15\n\x11PHASE_ROLLING_OUT\x10\x04\x12\x14\n\x10PHASE_ROLLED_OUT\x10\x05\x12\x12\n\x0ePHASE_ARCHIVED\x10\x06\x12\x11\n\rPHASE_AA_MODE\x10\x07\"D\n\x07Surface\x12\x17\n\x13SURFACE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bSURFACE_API\x10\x01\x12\x0f\n\x0bSURFACE_APP\x10\x02\"Q\n\x10\x45xposureTracking\x12\x1d\n\x19\x45XPOSURE_TRACKING_ENABLED\x10\x00\x12\x1e\n\x1a\x45XPOSURE_TRACKING_DISABLED\x10\x01\"p\n\x0e\x41ssignmentMode\x12\x18\n\x14\x41SSIGNMENT_MODE_FULL\x10\x00\x12!\n\x1d\x41SSIGNMENT_MODE_FORCE_DEFAULT\x10\x01\x12!\n\x1d\x41SSIGNMENT_MODE_OVERRIDE_ONLY\x10\x02\x42\r\n\x0b_created_atB\x0c\n\n_edited_atB\r\n\x0b_hypothesisB\x11\n\x0f_tech_spec_linkb\x06proto3')
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+discord_experimentation/v1/Experiment.proto\x12)discord_protos.discord_experimentation.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x86?\n\nExperiment\x12\n\n\x02id\x18\x01 \x01(\x06\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x33\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x12\x12\n\ncreator_id\x18\x04 \x01(\x06\x12\x0f\n\x07version\x18\x05 \x01(\x05\x12\x32\n\tedited_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01\x88\x01\x01\x12\x11\n\teditor_id\x18\x07 \x01(\x06\x12\r\n\x05title\x18\x08 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\t \x01(\t\x12\x35\n\nhypothesis\x18\n \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x02\x88\x01\x01\x12\x39\n\x0etech_spec_link\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x03\x88\x01\x01\x12\x10\n\x08revision\x18\x0c \x01(\x05\x12\x10\n\x08hash_key\x18\r \x01(\t\x12Q\n\tunit_type\x18\x0e \x01(\x0e\x32>.discord_protos.discord_experimentation.v1.Experiment.UnitType\x12S\n\nvariations\x18\x0f \x03(\x0b\x32?.discord_protos.discord_experimentation.v1.Experiment.Variation\x12I\n\x05rules\x18\x10 \x03(\x0b\x32:.discord_protos.discord_experimentation.v1.Experiment.Rule\x12J\n\x05phase\x18\x12 \x01(\x0e\x32;.discord_protos.discord_experimentation.v1.Experiment.Phase\x12O\n\x08surfaces\x18\x13 \x03(\x0e\x32=.discord_protos.discord_experimentation.v1.Experiment.Surface\x12\x18\n\x10owning_team_name\x18\x14 \x01(\t\x12&\n\x1e\x63\x61\x63hed_notification_channel_id\x18\x15 \x01(\x06\x12\x61\n\x11\x65xposure_tracking\x18\x16 \x01(\x0e\x32\x46.discord_protos.discord_experimentation.v1.Experiment.ExposureTracking\x12]\n\x0f\x61ssignment_mode\x18\x19 \x01(\x0e\x32\x44.discord_protos.discord_experimentation.v1.Experiment.AssignmentMode\x12\x1f\n\x17\x65nable_edit_raw_json_ui\x18\x17 \x01(\x08\x12\x1c\n\x14winning_variation_id\x18\x18 \x01(\x05\x1ao\n\x06\x42ucket\x12\r\n\x05start\x18\x01 \x01(\x05\x12\x0c\n\x04stop\x18\x02 \x01(\x05\x12H\n\x04type\x18\x03 \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x1a\xa6\x02\n\tVariation\x12\n\n\x02id\x18\x01 \x01(\x05\x12\r\n\x05label\x18\x02 \x01(\t\x12\x19\n\x11target_allocation\x18\x03 \x01(\x05\x12M\n\x07\x62uckets\x18\x04 \x03(\x0b\x32<.discord_protos.discord_experimentation.v1.Experiment.Bucket\x12H\n\x04type\x18\x05 \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x12\x38\n\rconfiguration\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValueH\x00\x88\x01\x01\x42\x10\n\x0e_configuration\x1a\xa1\x01\n\x18PlatformVersionSpecifier\x12\r\n\x05major\x18\x01 \x01(\r\x12\x30\n\x05minor\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x00\x88\x01\x01\x12\x30\n\x05\x62uild\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueH\x01\x88\x01\x01\x42\x08\n\x06_minorB\x08\n\x06_build\x1a\xa0\x01\n\x19PlatformVersionRangeBound\x12\x64\n\x07version\x18\x01 \x01(\x0b\x32N.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionSpecifierH\x00\x88\x01\x01\x12\x11\n\tinclusive\x18\x02 \x01(\x08\x42\n\n\x08_version\x1a\x8c\x02\n\x14PlatformVersionRange\x12i\n\x0blower_bound\x18\x01 \x01(\x0b\x32O.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRangeBoundH\x00\x88\x01\x01\x12i\n\x0bupper_bound\x18\x02 \x01(\x0b\x32O.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRangeBoundH\x01\x88\x01\x01\x42\x0e\n\x0c_lower_boundB\x0e\n\x0c_upper_bound\x1a\x8c\x01\n\x0fPlatformVersion\x12Z\n\x06ranges\x18\x01 \x03(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRange\x12\x1d\n\x15work_around_pyoto_bug\x18\x02 \x01(\x08\x1a\xe2\x03\n\x0e\x43lientPlatform\x12_\n\x0bios_version\x18\x01 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x00\x88\x01\x01\x12\x63\n\x0f\x61ndroid_version\x18\x02 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x01\x88\x01\x01\x12_\n\x0bweb_version\x18\x03 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x02\x88\x01\x01\x12\x62\n\x0enative_version\x18\x04 \x01(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.PlatformVersionH\x03\x88\x01\x01\x42\x0e\n\x0c_ios_versionB\x12\n\x10_android_versionB\x0e\n\x0c_web_versionB\x11\n\x0f_native_version\x1a&\n\x13SDKVersionSpecifier\x12\x0f\n\x07version\x18\x01 \x01(\x05\x1a\x96\x01\n\x14SDKVersionRangeBound\x12_\n\x07version\x18\x01 \x01(\x0b\x32I.discord_protos.discord_experimentation.v1.Experiment.SDKVersionSpecifierH\x00\x88\x01\x01\x12\x11\n\tinclusive\x18\x02 \x01(\x08\x42\n\n\x08_version\x1a\xfd\x01\n\x0fSDKVersionRange\x12\x64\n\x0blower_bound\x18\x01 \x01(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.SDKVersionRangeBoundH\x00\x88\x01\x01\x12\x64\n\x0bupper_bound\x18\x02 \x01(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.SDKVersionRangeBoundH\x01\x88\x01\x01\x42\x0e\n\x0c_lower_boundB\x0e\n\x0c_upper_bound\x1a\x82\x01\n\nSDKVersion\x12U\n\x06ranges\x18\x01 \x03(\x0b\x32\x45.discord_protos.discord_experimentation.v1.Experiment.SDKVersionRange\x12\x1d\n\x15work_around_pyoto_bug\x18\x02 \x01(\x08\x1a\xb5\x06\n\x15\x43lientOperatingSystem\x12Z\n\x0bios_version\x18\x01 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x00\x88\x01\x01\x12^\n\x0f\x61ndroid_version\x18\x02 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x01\x88\x01\x01\x12\\\n\rmacos_version\x18\x03 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x02\x88\x01\x01\x12^\n\x0fwindows_version\x18\x04 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x03\x88\x01\x01\x12\x62\n\x13playstation_version\x18\x05 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x04\x88\x01\x01\x12[\n\x0cxbox_version\x18\x06 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x05\x88\x01\x01\x12\\\n\rlinux_version\x18\x07 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.SDKVersionH\x06\x88\x01\x01\x42\x0e\n\x0c_ios_versionB\x12\n\x10_android_versionB\x10\n\x0e_macos_versionB\x12\n\x10_windows_versionB\x16\n\x14_playstation_versionB\x0f\n\r_xbox_versionB\x10\n\x0e_linux_version\x1a>\n\nStaffUsers\x12\x15\n\rwork_accounts\x18\x01 \x01(\x08\x12\x19\n\x11personal_accounts\x18\x02 \x01(\x08\x1a \n\x0bUserInGuild\x12\x11\n\tguild_ids\x18\x01 \x03(\x06\x1a\x1b\n\x07UserIds\x12\x10\n\x08user_ids\x18\x01 \x03(\x06\x1a#\n\x0c\x43lientLocale\x12\x13\n\x07locales\x18\x01 \x03(\tB\x02\x10\x00\x1a\x39\n\tISORegion\x12\x13\n\x0biso_country\x18\x01 \x01(\t\x12\x17\n\x0fiso_subdivision\x18\x02 \x01(\t\x1a;\n\x05Place\x12\x0c\n\x04\x63ity\x18\x01 \x01(\t\x12\x13\n\x0bsubdivision\x18\x02 \x01(\t\x12\x0f\n\x07\x63ountry\x18\x03 \x01(\t\x1a\xcc\x01\n\x08Location\x12U\n\niso_region\x18\x01 \x01(\x0b\x32?.discord_protos.discord_experimentation.v1.Experiment.ISORegionH\x00\x12\x0f\n\x05is_eu\x18\x02 \x01(\x08H\x00\x12L\n\x05place\x18\x03 \x01(\x0b\x32;.discord_protos.discord_experimentation.v1.Experiment.PlaceH\x00\x42\n\n\x08location\x1a\x63\n\x0e\x43lientLocation\x12Q\n\tlocations\x18\x01 \x03(\x0b\x32>.discord_protos.discord_experimentation.v1.Experiment.Location\x1a\x1e\n\x08\x43lientIP\x12\x12\n\x06\x62locks\x18\x01 \x03(\tB\x02\x10\x00\x1a!\n\nUserLocale\x12\x13\n\x07locales\x18\x01 \x03(\tB\x02\x10\x00\x1a\x1b\n\tUserIsBot\x12\x0e\n\x06is_bot\x18\x01 \x01(\x08\x1a\xa6\x01\n\x0cUserAgeRange\x12\x38\n\rmin_age_years\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x00\x88\x01\x01\x12\x38\n\rmax_age_years\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueH\x01\x88\x01\x01\x42\x10\n\x0e_min_age_yearsB\x10\n\x0e_max_age_years\x1a\x1d\n\x0c\x46ixed64Value\x12\r\n\x05value\x18\x01 \x01(\x06\x1a\xd5\x01\n\x0bUserIDRange\x12W\n\x06min_id\x18\x01 \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.Fixed64ValueH\x00\x88\x01\x01\x12W\n\x06max_id\x18\x02 \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.Fixed64ValueH\x01\x88\x01\x01\x42\t\n\x07_min_idB\t\n\x07_max_id\x1a\x1b\n\x0bUserHasFlag\x12\x0c\n\x04mask\x18\x01 \x01(\x06\x1a\x37\n\x13UnitIdInRangeByHash\x12\x10\n\x08hash_key\x18\x01 \x01(\t\x12\x0e\n\x06target\x18\x02 \x01(\r\x1a\x34\n\x14\x43lientReleaseChannel\x12\x1c\n\x10release_channels\x18\x01 \x03(\tB\x02\x10\x00\x1a\x17\n\x06\x41lways\x12\r\n\x05value\x18\x01 \x01(\x08\x1a)\n\x12\x43lientSystemLocale\x12\x13\n\x07locales\x18\x01 \x03(\tB\x02\x10\x00\x1a\xbf\x0c\n\x06\x46ilter\x12^\n\x0e\x63lient_version\x18\x02 \x01(\x0b\x32\x44.discord_protos.discord_experimentation.v1.Experiment.ClientPlatformH\x00\x12`\n\tclient_os\x18\x03 \x01(\x0b\x32K.discord_protos.discord_experimentation.v1.Experiment.ClientOperatingSystemH\x00\x12Q\n\x05staff\x18\x04 \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.StaffUsersH\x00\x12Z\n\ruser_in_guild\x18\x05 \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.UserInGuildH\x00\x12Q\n\x08user_ids\x18\x06 \x01(\x0b\x32=.discord_protos.discord_experimentation.v1.Experiment.UserIdsH\x00\x12[\n\rclient_locale\x18\x07 \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.ClientLocaleH\x00\x12_\n\x0f\x63lient_location\x18\x08 \x01(\x0b\x32\x44.discord_protos.discord_experimentation.v1.Experiment.ClientLocationH\x00\x12S\n\tclient_ip\x18\t \x01(\x0b\x32>.discord_protos.discord_experimentation.v1.Experiment.ClientIPH\x00\x12W\n\x0buser_locale\x18\n \x01(\x0b\x32@.discord_protos.discord_experimentation.v1.Experiment.UserLocaleH\x00\x12N\n\x03\x62ot\x18\x0b \x01(\x0b\x32?.discord_protos.discord_experimentation.v1.Experiment.UserIsBotH\x00\x12\\\n\x0euser_age_range\x18\x0c \x01(\x0b\x32\x42.discord_protos.discord_experimentation.v1.Experiment.UserAgeRangeH\x00\x12Z\n\ruser_id_range\x18\r \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.UserIDRangeH\x00\x12Z\n\ruser_has_flag\x18\x0e \x01(\x0b\x32\x41.discord_protos.discord_experimentation.v1.Experiment.UserHasFlagH\x00\x12m\n\x18unit_id_in_range_by_hash\x18\x0f \x01(\x0b\x32I.discord_protos.discord_experimentation.v1.Experiment.UnitIdInRangeByHashH\x00\x12l\n\x16\x63lient_release_channel\x18\x10 \x01(\x0b\x32J.discord_protos.discord_experimentation.v1.Experiment.ClientReleaseChannelH\x00\x12N\n\x06\x61lways\x18\x11 \x01(\x0b\x32<.discord_protos.discord_experimentation.v1.Experiment.AlwaysH\x00\x12h\n\x14\x63lient_system_locale\x18\x12 \x01(\x0b\x32H.discord_protos.discord_experimentation.v1.Experiment.ClientSystemLocaleH\x00\x42\x08\n\x06\x66ilter\x1a \n\x08Override\x12\x14\n\x0cvariation_id\x18\x01 \x01(\x05\x1a\x9b\x02\n\x04Rule\x12H\n\x04type\x18\x01 \x01(\x0e\x32:.discord_protos.discord_experimentation.v1.Experiment.Type\x12M\n\x07\x66ilters\x18\x02 \x03(\x0b\x32<.discord_protos.discord_experimentation.v1.Experiment.Filter\x12U\n\x08override\x18\x03 \x01(\x0b\x32>.discord_protos.discord_experimentation.v1.Experiment.OverrideH\x00\x88\x01\x01\x12\x16\n\x0eis_sunset_rule\x18\x04 \x01(\x08\x42\x0b\n\t_override\"9\n\x08UnitType\x12\x19\n\x15UNIT_TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0eUNIT_TYPE_USER\x10\x01\"O\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bTYPE_ACTIVE\x10\x01\x12\x0f\n\x0bTYPE_UNUSED\x10\x02\x12\x0f\n\x0bTYPE_BURNED\x10\x03\"\xb7\x01\n\x05Phase\x12\x15\n\x11PHASE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bPHASE_DRAFT\x10\x01\x12\x15\n\x11PHASE_MEASUREMENT\x10\x02\x12\x1b\n\x17PHASE_MEASUREMENT_ENDED\x10\x03\x12\x15\n\x11PHASE_ROLLING_OUT\x10\x04\x12\x14\n\x10PHASE_ROLLED_OUT\x10\x05\x12\x12\n\x0ePHASE_ARCHIVED\x10\x06\x12\x11\n\rPHASE_AA_MODE\x10\x07\"b\n\x07Surface\x12\x17\n\x13SURFACE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bSURFACE_API\x10\x01\x12\x0f\n\x0bSURFACE_APP\x10\x02\x12\x1c\n\x18SURFACE_DEVELOPER_PORTAL\x10\x03\"Q\n\x10\x45xposureTracking\x12\x1d\n\x19\x45XPOSURE_TRACKING_ENABLED\x10\x00\x12\x1e\n\x1a\x45XPOSURE_TRACKING_DISABLED\x10\x01\"p\n\x0e\x41ssignmentMode\x12\x18\n\x14\x41SSIGNMENT_MODE_FULL\x10\x00\x12!\n\x1d\x41SSIGNMENT_MODE_FORCE_DEFAULT\x10\x01\x12!\n\x1d\x41SSIGNMENT_MODE_OVERRIDE_ONLY\x10\x02\x42\r\n\x0b_created_atB\x0c\n\n_edited_atB\r\n\x0b_hypothesisB\x11\n\x0f_tech_spec_linkb\x06proto3')
30
30
 
31
31
  _globals = globals()
32
32
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -44,85 +44,85 @@ if not _descriptor._USE_C_DESCRIPTORS:
44
44
  _globals['_EXPERIMENT_CLIENTSYSTEMLOCALE'].fields_by_name['locales']._loaded_options = None
45
45
  _globals['_EXPERIMENT_CLIENTSYSTEMLOCALE'].fields_by_name['locales']._serialized_options = b'\020\000'
46
46
  _globals['_EXPERIMENT']._serialized_start=156
47
- _globals['_EXPERIMENT']._serialized_end=8120
47
+ _globals['_EXPERIMENT']._serialized_end=8226
48
48
  _globals['_EXPERIMENT_BUCKET']._serialized_start=1266
49
49
  _globals['_EXPERIMENT_BUCKET']._serialized_end=1377
50
50
  _globals['_EXPERIMENT_VARIATION']._serialized_start=1380
51
- _globals['_EXPERIMENT_VARIATION']._serialized_end=1598
52
- _globals['_EXPERIMENT_PLATFORMVERSIONSPECIFIER']._serialized_start=1601
53
- _globals['_EXPERIMENT_PLATFORMVERSIONSPECIFIER']._serialized_end=1762
54
- _globals['_EXPERIMENT_PLATFORMVERSIONRANGEBOUND']._serialized_start=1765
55
- _globals['_EXPERIMENT_PLATFORMVERSIONRANGEBOUND']._serialized_end=1925
56
- _globals['_EXPERIMENT_PLATFORMVERSIONRANGE']._serialized_start=1928
57
- _globals['_EXPERIMENT_PLATFORMVERSIONRANGE']._serialized_end=2196
58
- _globals['_EXPERIMENT_PLATFORMVERSION']._serialized_start=2199
59
- _globals['_EXPERIMENT_PLATFORMVERSION']._serialized_end=2339
60
- _globals['_EXPERIMENT_CLIENTPLATFORM']._serialized_start=2342
61
- _globals['_EXPERIMENT_CLIENTPLATFORM']._serialized_end=2824
62
- _globals['_EXPERIMENT_SDKVERSIONSPECIFIER']._serialized_start=2826
63
- _globals['_EXPERIMENT_SDKVERSIONSPECIFIER']._serialized_end=2864
64
- _globals['_EXPERIMENT_SDKVERSIONRANGEBOUND']._serialized_start=2867
65
- _globals['_EXPERIMENT_SDKVERSIONRANGEBOUND']._serialized_end=3017
66
- _globals['_EXPERIMENT_SDKVERSIONRANGE']._serialized_start=3020
67
- _globals['_EXPERIMENT_SDKVERSIONRANGE']._serialized_end=3273
68
- _globals['_EXPERIMENT_SDKVERSION']._serialized_start=3276
69
- _globals['_EXPERIMENT_SDKVERSION']._serialized_end=3406
70
- _globals['_EXPERIMENT_CLIENTOPERATINGSYSTEM']._serialized_start=3409
71
- _globals['_EXPERIMENT_CLIENTOPERATINGSYSTEM']._serialized_end=4230
72
- _globals['_EXPERIMENT_STAFFUSERS']._serialized_start=4232
73
- _globals['_EXPERIMENT_STAFFUSERS']._serialized_end=4294
74
- _globals['_EXPERIMENT_USERINGUILD']._serialized_start=4296
75
- _globals['_EXPERIMENT_USERINGUILD']._serialized_end=4328
76
- _globals['_EXPERIMENT_USERIDS']._serialized_start=4330
77
- _globals['_EXPERIMENT_USERIDS']._serialized_end=4357
78
- _globals['_EXPERIMENT_CLIENTLOCALE']._serialized_start=4359
79
- _globals['_EXPERIMENT_CLIENTLOCALE']._serialized_end=4394
80
- _globals['_EXPERIMENT_ISOREGION']._serialized_start=4396
81
- _globals['_EXPERIMENT_ISOREGION']._serialized_end=4453
82
- _globals['_EXPERIMENT_PLACE']._serialized_start=4455
83
- _globals['_EXPERIMENT_PLACE']._serialized_end=4514
84
- _globals['_EXPERIMENT_LOCATION']._serialized_start=4517
85
- _globals['_EXPERIMENT_LOCATION']._serialized_end=4721
86
- _globals['_EXPERIMENT_CLIENTLOCATION']._serialized_start=4723
87
- _globals['_EXPERIMENT_CLIENTLOCATION']._serialized_end=4822
88
- _globals['_EXPERIMENT_CLIENTIP']._serialized_start=4824
89
- _globals['_EXPERIMENT_CLIENTIP']._serialized_end=4854
90
- _globals['_EXPERIMENT_USERLOCALE']._serialized_start=4856
91
- _globals['_EXPERIMENT_USERLOCALE']._serialized_end=4889
92
- _globals['_EXPERIMENT_USERISBOT']._serialized_start=4891
93
- _globals['_EXPERIMENT_USERISBOT']._serialized_end=4918
94
- _globals['_EXPERIMENT_USERAGERANGE']._serialized_start=4921
95
- _globals['_EXPERIMENT_USERAGERANGE']._serialized_end=5087
96
- _globals['_EXPERIMENT_FIXED64VALUE']._serialized_start=5089
97
- _globals['_EXPERIMENT_FIXED64VALUE']._serialized_end=5118
98
- _globals['_EXPERIMENT_USERIDRANGE']._serialized_start=5121
99
- _globals['_EXPERIMENT_USERIDRANGE']._serialized_end=5334
100
- _globals['_EXPERIMENT_USERHASFLAG']._serialized_start=5336
101
- _globals['_EXPERIMENT_USERHASFLAG']._serialized_end=5363
102
- _globals['_EXPERIMENT_UNITIDINRANGEBYHASH']._serialized_start=5365
103
- _globals['_EXPERIMENT_UNITIDINRANGEBYHASH']._serialized_end=5420
104
- _globals['_EXPERIMENT_CLIENTRELEASECHANNEL']._serialized_start=5422
105
- _globals['_EXPERIMENT_CLIENTRELEASECHANNEL']._serialized_end=5474
106
- _globals['_EXPERIMENT_ALWAYS']._serialized_start=5476
107
- _globals['_EXPERIMENT_ALWAYS']._serialized_end=5499
108
- _globals['_EXPERIMENT_CLIENTSYSTEMLOCALE']._serialized_start=5501
109
- _globals['_EXPERIMENT_CLIENTSYSTEMLOCALE']._serialized_end=5542
110
- _globals['_EXPERIMENT_FILTER']._serialized_start=5545
111
- _globals['_EXPERIMENT_FILTER']._serialized_end=7144
112
- _globals['_EXPERIMENT_OVERRIDE']._serialized_start=7146
113
- _globals['_EXPERIMENT_OVERRIDE']._serialized_end=7178
114
- _globals['_EXPERIMENT_RULE']._serialized_start=7181
115
- _globals['_EXPERIMENT_RULE']._serialized_end=7464
116
- _globals['_EXPERIMENT_UNITTYPE']._serialized_start=7466
117
- _globals['_EXPERIMENT_UNITTYPE']._serialized_end=7523
118
- _globals['_EXPERIMENT_TYPE']._serialized_start=7525
119
- _globals['_EXPERIMENT_TYPE']._serialized_end=7604
120
- _globals['_EXPERIMENT_PHASE']._serialized_start=7607
121
- _globals['_EXPERIMENT_PHASE']._serialized_end=7790
122
- _globals['_EXPERIMENT_SURFACE']._serialized_start=7792
123
- _globals['_EXPERIMENT_SURFACE']._serialized_end=7860
124
- _globals['_EXPERIMENT_EXPOSURETRACKING']._serialized_start=7862
125
- _globals['_EXPERIMENT_EXPOSURETRACKING']._serialized_end=7943
126
- _globals['_EXPERIMENT_ASSIGNMENTMODE']._serialized_start=7945
127
- _globals['_EXPERIMENT_ASSIGNMENTMODE']._serialized_end=8057
51
+ _globals['_EXPERIMENT_VARIATION']._serialized_end=1674
52
+ _globals['_EXPERIMENT_PLATFORMVERSIONSPECIFIER']._serialized_start=1677
53
+ _globals['_EXPERIMENT_PLATFORMVERSIONSPECIFIER']._serialized_end=1838
54
+ _globals['_EXPERIMENT_PLATFORMVERSIONRANGEBOUND']._serialized_start=1841
55
+ _globals['_EXPERIMENT_PLATFORMVERSIONRANGEBOUND']._serialized_end=2001
56
+ _globals['_EXPERIMENT_PLATFORMVERSIONRANGE']._serialized_start=2004
57
+ _globals['_EXPERIMENT_PLATFORMVERSIONRANGE']._serialized_end=2272
58
+ _globals['_EXPERIMENT_PLATFORMVERSION']._serialized_start=2275
59
+ _globals['_EXPERIMENT_PLATFORMVERSION']._serialized_end=2415
60
+ _globals['_EXPERIMENT_CLIENTPLATFORM']._serialized_start=2418
61
+ _globals['_EXPERIMENT_CLIENTPLATFORM']._serialized_end=2900
62
+ _globals['_EXPERIMENT_SDKVERSIONSPECIFIER']._serialized_start=2902
63
+ _globals['_EXPERIMENT_SDKVERSIONSPECIFIER']._serialized_end=2940
64
+ _globals['_EXPERIMENT_SDKVERSIONRANGEBOUND']._serialized_start=2943
65
+ _globals['_EXPERIMENT_SDKVERSIONRANGEBOUND']._serialized_end=3093
66
+ _globals['_EXPERIMENT_SDKVERSIONRANGE']._serialized_start=3096
67
+ _globals['_EXPERIMENT_SDKVERSIONRANGE']._serialized_end=3349
68
+ _globals['_EXPERIMENT_SDKVERSION']._serialized_start=3352
69
+ _globals['_EXPERIMENT_SDKVERSION']._serialized_end=3482
70
+ _globals['_EXPERIMENT_CLIENTOPERATINGSYSTEM']._serialized_start=3485
71
+ _globals['_EXPERIMENT_CLIENTOPERATINGSYSTEM']._serialized_end=4306
72
+ _globals['_EXPERIMENT_STAFFUSERS']._serialized_start=4308
73
+ _globals['_EXPERIMENT_STAFFUSERS']._serialized_end=4370
74
+ _globals['_EXPERIMENT_USERINGUILD']._serialized_start=4372
75
+ _globals['_EXPERIMENT_USERINGUILD']._serialized_end=4404
76
+ _globals['_EXPERIMENT_USERIDS']._serialized_start=4406
77
+ _globals['_EXPERIMENT_USERIDS']._serialized_end=4433
78
+ _globals['_EXPERIMENT_CLIENTLOCALE']._serialized_start=4435
79
+ _globals['_EXPERIMENT_CLIENTLOCALE']._serialized_end=4470
80
+ _globals['_EXPERIMENT_ISOREGION']._serialized_start=4472
81
+ _globals['_EXPERIMENT_ISOREGION']._serialized_end=4529
82
+ _globals['_EXPERIMENT_PLACE']._serialized_start=4531
83
+ _globals['_EXPERIMENT_PLACE']._serialized_end=4590
84
+ _globals['_EXPERIMENT_LOCATION']._serialized_start=4593
85
+ _globals['_EXPERIMENT_LOCATION']._serialized_end=4797
86
+ _globals['_EXPERIMENT_CLIENTLOCATION']._serialized_start=4799
87
+ _globals['_EXPERIMENT_CLIENTLOCATION']._serialized_end=4898
88
+ _globals['_EXPERIMENT_CLIENTIP']._serialized_start=4900
89
+ _globals['_EXPERIMENT_CLIENTIP']._serialized_end=4930
90
+ _globals['_EXPERIMENT_USERLOCALE']._serialized_start=4932
91
+ _globals['_EXPERIMENT_USERLOCALE']._serialized_end=4965
92
+ _globals['_EXPERIMENT_USERISBOT']._serialized_start=4967
93
+ _globals['_EXPERIMENT_USERISBOT']._serialized_end=4994
94
+ _globals['_EXPERIMENT_USERAGERANGE']._serialized_start=4997
95
+ _globals['_EXPERIMENT_USERAGERANGE']._serialized_end=5163
96
+ _globals['_EXPERIMENT_FIXED64VALUE']._serialized_start=5165
97
+ _globals['_EXPERIMENT_FIXED64VALUE']._serialized_end=5194
98
+ _globals['_EXPERIMENT_USERIDRANGE']._serialized_start=5197
99
+ _globals['_EXPERIMENT_USERIDRANGE']._serialized_end=5410
100
+ _globals['_EXPERIMENT_USERHASFLAG']._serialized_start=5412
101
+ _globals['_EXPERIMENT_USERHASFLAG']._serialized_end=5439
102
+ _globals['_EXPERIMENT_UNITIDINRANGEBYHASH']._serialized_start=5441
103
+ _globals['_EXPERIMENT_UNITIDINRANGEBYHASH']._serialized_end=5496
104
+ _globals['_EXPERIMENT_CLIENTRELEASECHANNEL']._serialized_start=5498
105
+ _globals['_EXPERIMENT_CLIENTRELEASECHANNEL']._serialized_end=5550
106
+ _globals['_EXPERIMENT_ALWAYS']._serialized_start=5552
107
+ _globals['_EXPERIMENT_ALWAYS']._serialized_end=5575
108
+ _globals['_EXPERIMENT_CLIENTSYSTEMLOCALE']._serialized_start=5577
109
+ _globals['_EXPERIMENT_CLIENTSYSTEMLOCALE']._serialized_end=5618
110
+ _globals['_EXPERIMENT_FILTER']._serialized_start=5621
111
+ _globals['_EXPERIMENT_FILTER']._serialized_end=7220
112
+ _globals['_EXPERIMENT_OVERRIDE']._serialized_start=7222
113
+ _globals['_EXPERIMENT_OVERRIDE']._serialized_end=7254
114
+ _globals['_EXPERIMENT_RULE']._serialized_start=7257
115
+ _globals['_EXPERIMENT_RULE']._serialized_end=7540
116
+ _globals['_EXPERIMENT_UNITTYPE']._serialized_start=7542
117
+ _globals['_EXPERIMENT_UNITTYPE']._serialized_end=7599
118
+ _globals['_EXPERIMENT_TYPE']._serialized_start=7601
119
+ _globals['_EXPERIMENT_TYPE']._serialized_end=7680
120
+ _globals['_EXPERIMENT_PHASE']._serialized_start=7683
121
+ _globals['_EXPERIMENT_PHASE']._serialized_end=7866
122
+ _globals['_EXPERIMENT_SURFACE']._serialized_start=7868
123
+ _globals['_EXPERIMENT_SURFACE']._serialized_end=7966
124
+ _globals['_EXPERIMENT_EXPOSURETRACKING']._serialized_start=7968
125
+ _globals['_EXPERIMENT_EXPOSURETRACKING']._serialized_end=8049
126
+ _globals['_EXPERIMENT_ASSIGNMENTMODE']._serialized_start=8051
127
+ _globals['_EXPERIMENT_ASSIGNMENTMODE']._serialized_end=8163
128
128
  # @@protoc_insertion_point(module_scope)
@@ -69,9 +69,9 @@ export interface Experiment {
69
69
  */
70
70
  unitType: Experiment_UnitType;
71
71
  /**
72
- * @generated from protobuf field: repeated discord_protos.discord_experimentation.v1.Experiment.Variant variants = 15
72
+ * @generated from protobuf field: repeated discord_protos.discord_experimentation.v1.Experiment.Variation variations = 15
73
73
  */
74
- variants: Experiment_Variant[];
74
+ variations: Experiment_Variation[];
75
75
  /**
76
76
  * @generated from protobuf field: repeated discord_protos.discord_experimentation.v1.Experiment.Rule rules = 16
77
77
  */
@@ -105,14 +105,14 @@ export interface Experiment {
105
105
  */
106
106
  enableEditRawJsonUi: boolean;
107
107
  /**
108
- * @generated from protobuf field: int32 winning_variant_id = 24
108
+ * @generated from protobuf field: int32 winning_variation_id = 24
109
109
  */
110
- winningVariantId: number;
110
+ winningVariationId: number;
111
111
  }
112
112
  /**
113
- * @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.VariantAllocation
113
+ * @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.Bucket
114
114
  */
115
- export interface Experiment_VariantAllocation {
115
+ export interface Experiment_Bucket {
116
116
  /**
117
117
  * @generated from protobuf field: int32 start = 1
118
118
  */
@@ -127,9 +127,9 @@ export interface Experiment_VariantAllocation {
127
127
  type: Experiment_Type;
128
128
  }
129
129
  /**
130
- * @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.Variant
130
+ * @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.Variation
131
131
  */
132
- export interface Experiment_Variant {
132
+ export interface Experiment_Variation {
133
133
  /**
134
134
  * @generated from protobuf field: int32 id = 1
135
135
  */
@@ -143,9 +143,9 @@ export interface Experiment_Variant {
143
143
  */
144
144
  targetAllocation: number;
145
145
  /**
146
- * @generated from protobuf field: repeated discord_protos.discord_experimentation.v1.Experiment.VariantAllocation allocations = 4
146
+ * @generated from protobuf field: repeated discord_protos.discord_experimentation.v1.Experiment.Bucket buckets = 4
147
147
  */
148
- allocations: Experiment_VariantAllocation[];
148
+ buckets: Experiment_Bucket[];
149
149
  /**
150
150
  * @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.Type type = 5
151
151
  */
@@ -646,9 +646,9 @@ export interface Experiment_Filter {
646
646
  */
647
647
  export interface Experiment_Override {
648
648
  /**
649
- * @generated from protobuf field: int32 variant_id = 1
649
+ * @generated from protobuf field: int32 variation_id = 1
650
650
  */
651
- variantId: number;
651
+ variationId: number;
652
652
  }
653
653
  /**
654
654
  * @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.Rule
@@ -757,7 +757,11 @@ export declare enum Experiment_Surface {
757
757
  /**
758
758
  * @generated from protobuf enum value: SURFACE_APP = 2;
759
759
  */
760
- APP = 2
760
+ APP = 2,
761
+ /**
762
+ * @generated from protobuf enum value: SURFACE_DEVELOPER_PORTAL = 3;
763
+ */
764
+ DEVELOPER_PORTAL = 3
761
765
  }
762
766
  /**
763
767
  * @generated from protobuf enum discord_protos.discord_experimentation.v1.Experiment.ExposureTracking
@@ -799,26 +803,26 @@ declare class Experiment$Type extends MessageType<Experiment> {
799
803
  * @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment
800
804
  */
801
805
  export declare const Experiment: Experiment$Type;
802
- declare class Experiment_VariantAllocation$Type extends MessageType<Experiment_VariantAllocation> {
806
+ declare class Experiment_Bucket$Type extends MessageType<Experiment_Bucket> {
803
807
  constructor();
804
- create(value?: PartialMessage<Experiment_VariantAllocation>): Experiment_VariantAllocation;
805
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_VariantAllocation): Experiment_VariantAllocation;
806
- internalBinaryWrite(message: Experiment_VariantAllocation, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
808
+ create(value?: PartialMessage<Experiment_Bucket>): Experiment_Bucket;
809
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_Bucket): Experiment_Bucket;
810
+ internalBinaryWrite(message: Experiment_Bucket, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
807
811
  }
808
812
  /**
809
- * @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.VariantAllocation
813
+ * @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Bucket
810
814
  */
811
- export declare const Experiment_VariantAllocation: Experiment_VariantAllocation$Type;
812
- declare class Experiment_Variant$Type extends MessageType<Experiment_Variant> {
815
+ export declare const Experiment_Bucket: Experiment_Bucket$Type;
816
+ declare class Experiment_Variation$Type extends MessageType<Experiment_Variation> {
813
817
  constructor();
814
- create(value?: PartialMessage<Experiment_Variant>): Experiment_Variant;
815
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_Variant): Experiment_Variant;
816
- internalBinaryWrite(message: Experiment_Variant, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
818
+ create(value?: PartialMessage<Experiment_Variation>): Experiment_Variation;
819
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_Variation): Experiment_Variation;
820
+ internalBinaryWrite(message: Experiment_Variation, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
817
821
  }
818
822
  /**
819
- * @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Variant
823
+ * @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Variation
820
824
  */
821
- export declare const Experiment_Variant: Experiment_Variant$Type;
825
+ export declare const Experiment_Variation: Experiment_Variation$Type;
822
826
  declare class Experiment_PlatformVersionSpecifier$Type extends MessageType<Experiment_PlatformVersionSpecifier> {
823
827
  constructor();
824
828
  create(value?: PartialMessage<Experiment_PlatformVersionSpecifier>): Experiment_PlatformVersionSpecifier;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Experiment_Rule = exports.Experiment_Override = exports.Experiment_Filter = exports.Experiment_ClientSystemLocale = exports.Experiment_Always = exports.Experiment_ClientReleaseChannel = exports.Experiment_UnitIdInRangeByHash = exports.Experiment_UserHasFlag = exports.Experiment_UserIDRange = exports.Experiment_Fixed64Value = exports.Experiment_UserAgeRange = exports.Experiment_UserIsBot = exports.Experiment_UserLocale = exports.Experiment_ClientIP = exports.Experiment_ClientLocation = exports.Experiment_Location = exports.Experiment_Place = exports.Experiment_ISORegion = exports.Experiment_ClientLocale = exports.Experiment_UserIds = exports.Experiment_UserInGuild = exports.Experiment_StaffUsers = exports.Experiment_ClientOperatingSystem = exports.Experiment_SDKVersion = exports.Experiment_SDKVersionRange = exports.Experiment_SDKVersionRangeBound = exports.Experiment_SDKVersionSpecifier = exports.Experiment_ClientPlatform = exports.Experiment_PlatformVersion = exports.Experiment_PlatformVersionRange = exports.Experiment_PlatformVersionRangeBound = exports.Experiment_PlatformVersionSpecifier = exports.Experiment_Variant = exports.Experiment_VariantAllocation = exports.Experiment = exports.Experiment_AssignmentMode = exports.Experiment_ExposureTracking = exports.Experiment_Surface = exports.Experiment_Phase = exports.Experiment_Type = exports.Experiment_UnitType = void 0;
3
+ exports.Experiment_Rule = exports.Experiment_Override = exports.Experiment_Filter = exports.Experiment_ClientSystemLocale = exports.Experiment_Always = exports.Experiment_ClientReleaseChannel = exports.Experiment_UnitIdInRangeByHash = exports.Experiment_UserHasFlag = exports.Experiment_UserIDRange = exports.Experiment_Fixed64Value = exports.Experiment_UserAgeRange = exports.Experiment_UserIsBot = exports.Experiment_UserLocale = exports.Experiment_ClientIP = exports.Experiment_ClientLocation = exports.Experiment_Location = exports.Experiment_Place = exports.Experiment_ISORegion = exports.Experiment_ClientLocale = exports.Experiment_UserIds = exports.Experiment_UserInGuild = exports.Experiment_StaffUsers = exports.Experiment_ClientOperatingSystem = exports.Experiment_SDKVersion = exports.Experiment_SDKVersionRange = exports.Experiment_SDKVersionRangeBound = exports.Experiment_SDKVersionSpecifier = exports.Experiment_ClientPlatform = exports.Experiment_PlatformVersion = exports.Experiment_PlatformVersionRange = exports.Experiment_PlatformVersionRangeBound = exports.Experiment_PlatformVersionSpecifier = exports.Experiment_Variation = exports.Experiment_Bucket = exports.Experiment = exports.Experiment_AssignmentMode = exports.Experiment_ExposureTracking = exports.Experiment_Surface = exports.Experiment_Phase = exports.Experiment_Type = exports.Experiment_UnitType = void 0;
4
4
  const runtime_1 = require("@protobuf-ts/runtime");
5
5
  const runtime_2 = require("@protobuf-ts/runtime");
6
6
  const runtime_3 = require("@protobuf-ts/runtime");
@@ -100,6 +100,10 @@ var Experiment_Surface;
100
100
  * @generated from protobuf enum value: SURFACE_APP = 2;
101
101
  */
102
102
  Experiment_Surface[Experiment_Surface["APP"] = 2] = "APP";
103
+ /**
104
+ * @generated from protobuf enum value: SURFACE_DEVELOPER_PORTAL = 3;
105
+ */
106
+ Experiment_Surface[Experiment_Surface["DEVELOPER_PORTAL"] = 3] = "DEVELOPER_PORTAL";
103
107
  })(Experiment_Surface || (exports.Experiment_Surface = Experiment_Surface = {}));
104
108
  /**
105
109
  * @generated from protobuf enum discord_protos.discord_experimentation.v1.Experiment.ExposureTracking
@@ -151,7 +155,7 @@ class Experiment$Type extends runtime_4.MessageType {
151
155
  { no: 12, name: "revision", kind: "scalar", T: 5 /*ScalarType.INT32*/ },
152
156
  { no: 13, name: "hash_key", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
153
157
  { no: 14, name: "unit_type", kind: "enum", T: () => ["discord_protos.discord_experimentation.v1.Experiment.UnitType", Experiment_UnitType, "UNIT_TYPE_"] },
154
- { no: 15, name: "variants", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => exports.Experiment_Variant },
158
+ { no: 15, name: "variations", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => exports.Experiment_Variation },
155
159
  { no: 16, name: "rules", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => exports.Experiment_Rule },
156
160
  { no: 18, name: "phase", kind: "enum", T: () => ["discord_protos.discord_experimentation.v1.Experiment.Phase", Experiment_Phase, "PHASE_"] },
157
161
  { no: 19, name: "surfaces", kind: "enum", repeat: 1 /*RepeatType.PACKED*/, T: () => ["discord_protos.discord_experimentation.v1.Experiment.Surface", Experiment_Surface, "SURFACE_"] },
@@ -160,7 +164,7 @@ class Experiment$Type extends runtime_4.MessageType {
160
164
  { no: 22, name: "exposure_tracking", kind: "enum", T: () => ["discord_protos.discord_experimentation.v1.Experiment.ExposureTracking", Experiment_ExposureTracking, "EXPOSURE_TRACKING_"] },
161
165
  { no: 25, name: "assignment_mode", kind: "enum", T: () => ["discord_protos.discord_experimentation.v1.Experiment.AssignmentMode", Experiment_AssignmentMode, "ASSIGNMENT_MODE_"] },
162
166
  { no: 23, name: "enable_edit_raw_json_ui", kind: "scalar", T: 8 /*ScalarType.BOOL*/ },
163
- { no: 24, name: "winning_variant_id", kind: "scalar", T: 5 /*ScalarType.INT32*/ }
167
+ { no: 24, name: "winning_variation_id", kind: "scalar", T: 5 /*ScalarType.INT32*/ }
164
168
  ]);
165
169
  }
166
170
  create(value) {
@@ -175,7 +179,7 @@ class Experiment$Type extends runtime_4.MessageType {
175
179
  message.revision = 0;
176
180
  message.hashKey = "";
177
181
  message.unitType = 0;
178
- message.variants = [];
182
+ message.variations = [];
179
183
  message.rules = [];
180
184
  message.phase = 0;
181
185
  message.surfaces = [];
@@ -184,7 +188,7 @@ class Experiment$Type extends runtime_4.MessageType {
184
188
  message.exposureTracking = 0;
185
189
  message.assignmentMode = 0;
186
190
  message.enableEditRawJsonUi = false;
187
- message.winningVariantId = 0;
191
+ message.winningVariationId = 0;
188
192
  if (value !== undefined)
189
193
  (0, runtime_3.reflectionMergePartial)(this, message, value);
190
194
  return message;
@@ -236,8 +240,8 @@ class Experiment$Type extends runtime_4.MessageType {
236
240
  case /* discord_protos.discord_experimentation.v1.Experiment.UnitType unit_type */ 14:
237
241
  message.unitType = reader.int32();
238
242
  break;
239
- case /* repeated discord_protos.discord_experimentation.v1.Experiment.Variant variants */ 15:
240
- message.variants.push(exports.Experiment_Variant.internalBinaryRead(reader, reader.uint32(), options));
243
+ case /* repeated discord_protos.discord_experimentation.v1.Experiment.Variation variations */ 15:
244
+ message.variations.push(exports.Experiment_Variation.internalBinaryRead(reader, reader.uint32(), options));
241
245
  break;
242
246
  case /* repeated discord_protos.discord_experimentation.v1.Experiment.Rule rules */ 16:
243
247
  message.rules.push(exports.Experiment_Rule.internalBinaryRead(reader, reader.uint32(), options));
@@ -267,8 +271,8 @@ class Experiment$Type extends runtime_4.MessageType {
267
271
  case /* bool enable_edit_raw_json_ui */ 23:
268
272
  message.enableEditRawJsonUi = reader.bool();
269
273
  break;
270
- case /* int32 winning_variant_id */ 24:
271
- message.winningVariantId = reader.int32();
274
+ case /* int32 winning_variation_id */ 24:
275
+ message.winningVariationId = reader.int32();
272
276
  break;
273
277
  default:
274
278
  let u = options.readUnknownField;
@@ -324,9 +328,9 @@ class Experiment$Type extends runtime_4.MessageType {
324
328
  /* discord_protos.discord_experimentation.v1.Experiment.UnitType unit_type = 14; */
325
329
  if (message.unitType !== 0)
326
330
  writer.tag(14, runtime_2.WireType.Varint).int32(message.unitType);
327
- /* repeated discord_protos.discord_experimentation.v1.Experiment.Variant variants = 15; */
328
- for (let i = 0; i < message.variants.length; i++)
329
- exports.Experiment_Variant.internalBinaryWrite(message.variants[i], writer.tag(15, runtime_2.WireType.LengthDelimited).fork(), options).join();
331
+ /* repeated discord_protos.discord_experimentation.v1.Experiment.Variation variations = 15; */
332
+ for (let i = 0; i < message.variations.length; i++)
333
+ exports.Experiment_Variation.internalBinaryWrite(message.variations[i], writer.tag(15, runtime_2.WireType.LengthDelimited).fork(), options).join();
330
334
  /* repeated discord_protos.discord_experimentation.v1.Experiment.Rule rules = 16; */
331
335
  for (let i = 0; i < message.rules.length; i++)
332
336
  exports.Experiment_Rule.internalBinaryWrite(message.rules[i], writer.tag(16, runtime_2.WireType.LengthDelimited).fork(), options).join();
@@ -352,9 +356,9 @@ class Experiment$Type extends runtime_4.MessageType {
352
356
  /* bool enable_edit_raw_json_ui = 23; */
353
357
  if (message.enableEditRawJsonUi !== false)
354
358
  writer.tag(23, runtime_2.WireType.Varint).bool(message.enableEditRawJsonUi);
355
- /* int32 winning_variant_id = 24; */
356
- if (message.winningVariantId !== 0)
357
- writer.tag(24, runtime_2.WireType.Varint).int32(message.winningVariantId);
359
+ /* int32 winning_variation_id = 24; */
360
+ if (message.winningVariationId !== 0)
361
+ writer.tag(24, runtime_2.WireType.Varint).int32(message.winningVariationId);
358
362
  /* discord_protos.discord_experimentation.v1.Experiment.AssignmentMode assignment_mode = 25; */
359
363
  if (message.assignmentMode !== 0)
360
364
  writer.tag(25, runtime_2.WireType.Varint).int32(message.assignmentMode);
@@ -369,9 +373,9 @@ class Experiment$Type extends runtime_4.MessageType {
369
373
  */
370
374
  exports.Experiment = new Experiment$Type();
371
375
  // @generated message type with reflection information, may provide speed optimized methods
372
- class Experiment_VariantAllocation$Type extends runtime_4.MessageType {
376
+ class Experiment_Bucket$Type extends runtime_4.MessageType {
373
377
  constructor() {
374
- super("discord_protos.discord_experimentation.v1.Experiment.VariantAllocation", [
378
+ super("discord_protos.discord_experimentation.v1.Experiment.Bucket", [
375
379
  { no: 1, name: "start", kind: "scalar", T: 5 /*ScalarType.INT32*/ },
376
380
  { no: 2, name: "stop", kind: "scalar", T: 5 /*ScalarType.INT32*/ },
377
381
  { no: 3, name: "type", kind: "enum", T: () => ["discord_protos.discord_experimentation.v1.Experiment.Type", Experiment_Type, "TYPE_"] }
@@ -428,17 +432,17 @@ class Experiment_VariantAllocation$Type extends runtime_4.MessageType {
428
432
  }
429
433
  }
430
434
  /**
431
- * @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.VariantAllocation
435
+ * @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Bucket
432
436
  */
433
- exports.Experiment_VariantAllocation = new Experiment_VariantAllocation$Type();
437
+ exports.Experiment_Bucket = new Experiment_Bucket$Type();
434
438
  // @generated message type with reflection information, may provide speed optimized methods
435
- class Experiment_Variant$Type extends runtime_4.MessageType {
439
+ class Experiment_Variation$Type extends runtime_4.MessageType {
436
440
  constructor() {
437
- super("discord_protos.discord_experimentation.v1.Experiment.Variant", [
441
+ super("discord_protos.discord_experimentation.v1.Experiment.Variation", [
438
442
  { no: 1, name: "id", kind: "scalar", T: 5 /*ScalarType.INT32*/ },
439
443
  { no: 2, name: "label", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
440
444
  { no: 3, name: "target_allocation", kind: "scalar", T: 5 /*ScalarType.INT32*/ },
441
- { no: 4, name: "allocations", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => exports.Experiment_VariantAllocation },
445
+ { no: 4, name: "buckets", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => exports.Experiment_Bucket },
442
446
  { no: 5, name: "type", kind: "enum", T: () => ["discord_protos.discord_experimentation.v1.Experiment.Type", Experiment_Type, "TYPE_"] }
443
447
  ]);
444
448
  }
@@ -447,7 +451,7 @@ class Experiment_Variant$Type extends runtime_4.MessageType {
447
451
  message.id = 0;
448
452
  message.label = "";
449
453
  message.targetAllocation = 0;
450
- message.allocations = [];
454
+ message.buckets = [];
451
455
  message.type = 0;
452
456
  if (value !== undefined)
453
457
  (0, runtime_3.reflectionMergePartial)(this, message, value);
@@ -467,8 +471,8 @@ class Experiment_Variant$Type extends runtime_4.MessageType {
467
471
  case /* int32 target_allocation */ 3:
468
472
  message.targetAllocation = reader.int32();
469
473
  break;
470
- case /* repeated discord_protos.discord_experimentation.v1.Experiment.VariantAllocation allocations */ 4:
471
- message.allocations.push(exports.Experiment_VariantAllocation.internalBinaryRead(reader, reader.uint32(), options));
474
+ case /* repeated discord_protos.discord_experimentation.v1.Experiment.Bucket buckets */ 4:
475
+ message.buckets.push(exports.Experiment_Bucket.internalBinaryRead(reader, reader.uint32(), options));
472
476
  break;
473
477
  case /* discord_protos.discord_experimentation.v1.Experiment.Type type */ 5:
474
478
  message.type = reader.int32();
@@ -494,9 +498,9 @@ class Experiment_Variant$Type extends runtime_4.MessageType {
494
498
  /* int32 target_allocation = 3; */
495
499
  if (message.targetAllocation !== 0)
496
500
  writer.tag(3, runtime_2.WireType.Varint).int32(message.targetAllocation);
497
- /* repeated discord_protos.discord_experimentation.v1.Experiment.VariantAllocation allocations = 4; */
498
- for (let i = 0; i < message.allocations.length; i++)
499
- exports.Experiment_VariantAllocation.internalBinaryWrite(message.allocations[i], writer.tag(4, runtime_2.WireType.LengthDelimited).fork(), options).join();
501
+ /* repeated discord_protos.discord_experimentation.v1.Experiment.Bucket buckets = 4; */
502
+ for (let i = 0; i < message.buckets.length; i++)
503
+ exports.Experiment_Bucket.internalBinaryWrite(message.buckets[i], writer.tag(4, runtime_2.WireType.LengthDelimited).fork(), options).join();
500
504
  /* discord_protos.discord_experimentation.v1.Experiment.Type type = 5; */
501
505
  if (message.type !== 0)
502
506
  writer.tag(5, runtime_2.WireType.Varint).int32(message.type);
@@ -507,9 +511,9 @@ class Experiment_Variant$Type extends runtime_4.MessageType {
507
511
  }
508
512
  }
509
513
  /**
510
- * @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Variant
514
+ * @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Variation
511
515
  */
512
- exports.Experiment_Variant = new Experiment_Variant$Type();
516
+ exports.Experiment_Variation = new Experiment_Variation$Type();
513
517
  // @generated message type with reflection information, may provide speed optimized methods
514
518
  class Experiment_PlatformVersionSpecifier$Type extends runtime_4.MessageType {
515
519
  constructor() {
@@ -2295,12 +2299,12 @@ exports.Experiment_Filter = new Experiment_Filter$Type();
2295
2299
  class Experiment_Override$Type extends runtime_4.MessageType {
2296
2300
  constructor() {
2297
2301
  super("discord_protos.discord_experimentation.v1.Experiment.Override", [
2298
- { no: 1, name: "variant_id", kind: "scalar", T: 5 /*ScalarType.INT32*/ }
2302
+ { no: 1, name: "variation_id", kind: "scalar", T: 5 /*ScalarType.INT32*/ }
2299
2303
  ]);
2300
2304
  }
2301
2305
  create(value) {
2302
2306
  const message = globalThis.Object.create((this.messagePrototype));
2303
- message.variantId = 0;
2307
+ message.variationId = 0;
2304
2308
  if (value !== undefined)
2305
2309
  (0, runtime_3.reflectionMergePartial)(this, message, value);
2306
2310
  return message;
@@ -2310,8 +2314,8 @@ class Experiment_Override$Type extends runtime_4.MessageType {
2310
2314
  while (reader.pos < end) {
2311
2315
  let [fieldNo, wireType] = reader.tag();
2312
2316
  switch (fieldNo) {
2313
- case /* int32 variant_id */ 1:
2314
- message.variantId = reader.int32();
2317
+ case /* int32 variation_id */ 1:
2318
+ message.variationId = reader.int32();
2315
2319
  break;
2316
2320
  default:
2317
2321
  let u = options.readUnknownField;
@@ -2325,9 +2329,9 @@ class Experiment_Override$Type extends runtime_4.MessageType {
2325
2329
  return message;
2326
2330
  }
2327
2331
  internalBinaryWrite(message, writer, options) {
2328
- /* int32 variant_id = 1; */
2329
- if (message.variantId !== 0)
2330
- writer.tag(1, runtime_2.WireType.Varint).int32(message.variantId);
2332
+ /* int32 variation_id = 1; */
2333
+ if (message.variationId !== 0)
2334
+ writer.tag(1, runtime_2.WireType.Varint).int32(message.variationId);
2331
2335
  let u = options.writeUnknownFields;
2332
2336
  if (u !== false)
2333
2337
  (u == true ? runtime_1.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discord-protos",
3
- "version": "1.2.56",
3
+ "version": "1.2.58",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",