discord-protos 1.2.46 → 1.2.47
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/__init__.py +1 -1
- package/discord_protos/discord_experimentation/v1/Experiment.proto +7 -1
- package/discord_protos/discord_experimentation/v1/Experiment_pb2.py +80 -78
- package/dist/discord_protos/discord_experimentation/v1/Experiment.d.ts +1084 -0
- package/dist/discord_protos/discord_experimentation/v1/Experiment.js +2311 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1084 @@
|
|
|
1
|
+
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
|
|
2
|
+
import type { IBinaryWriter } from "@protobuf-ts/runtime";
|
|
3
|
+
import type { BinaryReadOptions } from "@protobuf-ts/runtime";
|
|
4
|
+
import type { IBinaryReader } from "@protobuf-ts/runtime";
|
|
5
|
+
import type { PartialMessage } from "@protobuf-ts/runtime";
|
|
6
|
+
import { MessageType } from "@protobuf-ts/runtime";
|
|
7
|
+
import { UInt64Value } from "../../google/protobuf/wrappers";
|
|
8
|
+
import { UInt32Value } from "../../google/protobuf/wrappers";
|
|
9
|
+
import { StringValue } from "../../google/protobuf/wrappers";
|
|
10
|
+
import { Timestamp } from "../../google/protobuf/timestamp";
|
|
11
|
+
/**
|
|
12
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment
|
|
13
|
+
*/
|
|
14
|
+
export interface Experiment {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from protobuf field: fixed64 id = 1
|
|
17
|
+
*/
|
|
18
|
+
id: bigint;
|
|
19
|
+
/**
|
|
20
|
+
* @generated from protobuf field: string name = 2
|
|
21
|
+
*/
|
|
22
|
+
name: string;
|
|
23
|
+
/**
|
|
24
|
+
* @generated from protobuf field: optional google.protobuf.Timestamp created_at = 3
|
|
25
|
+
*/
|
|
26
|
+
createdAt?: Timestamp;
|
|
27
|
+
/**
|
|
28
|
+
* @generated from protobuf field: fixed64 creator_id = 4
|
|
29
|
+
*/
|
|
30
|
+
creatorId: bigint;
|
|
31
|
+
/**
|
|
32
|
+
* @generated from protobuf field: int32 version = 5
|
|
33
|
+
*/
|
|
34
|
+
version: number;
|
|
35
|
+
/**
|
|
36
|
+
* @generated from protobuf field: optional google.protobuf.Timestamp edited_at = 6
|
|
37
|
+
*/
|
|
38
|
+
editedAt?: Timestamp;
|
|
39
|
+
/**
|
|
40
|
+
* @generated from protobuf field: fixed64 editor_id = 7
|
|
41
|
+
*/
|
|
42
|
+
editorId: bigint;
|
|
43
|
+
/**
|
|
44
|
+
* @generated from protobuf field: string title = 8
|
|
45
|
+
*/
|
|
46
|
+
title: string;
|
|
47
|
+
/**
|
|
48
|
+
* @generated from protobuf field: string description = 9
|
|
49
|
+
*/
|
|
50
|
+
description: string;
|
|
51
|
+
/**
|
|
52
|
+
* @generated from protobuf field: optional google.protobuf.StringValue hypothesis = 10
|
|
53
|
+
*/
|
|
54
|
+
hypothesis?: StringValue;
|
|
55
|
+
/**
|
|
56
|
+
* @generated from protobuf field: optional google.protobuf.StringValue tech_spec_link = 11
|
|
57
|
+
*/
|
|
58
|
+
techSpecLink?: StringValue;
|
|
59
|
+
/**
|
|
60
|
+
* @generated from protobuf field: int32 revision = 12
|
|
61
|
+
*/
|
|
62
|
+
revision: number;
|
|
63
|
+
/**
|
|
64
|
+
* @generated from protobuf field: string hash_key = 13
|
|
65
|
+
*/
|
|
66
|
+
hashKey: string;
|
|
67
|
+
/**
|
|
68
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.UnitType unit_type = 14
|
|
69
|
+
*/
|
|
70
|
+
unitType: Experiment_UnitType;
|
|
71
|
+
/**
|
|
72
|
+
* @generated from protobuf field: repeated discord_protos.discord_experimentation.v1.Experiment.Variant variants = 15
|
|
73
|
+
*/
|
|
74
|
+
variants: Experiment_Variant[];
|
|
75
|
+
/**
|
|
76
|
+
* @generated from protobuf field: repeated discord_protos.discord_experimentation.v1.Experiment.Rule rules = 16
|
|
77
|
+
*/
|
|
78
|
+
rules: Experiment_Rule[];
|
|
79
|
+
/**
|
|
80
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.Status status = 18
|
|
81
|
+
*/
|
|
82
|
+
status: Experiment_Status;
|
|
83
|
+
/**
|
|
84
|
+
* @generated from protobuf field: repeated discord_protos.discord_experimentation.v1.Experiment.Surface surfaces = 19
|
|
85
|
+
*/
|
|
86
|
+
surfaces: Experiment_Surface[];
|
|
87
|
+
/**
|
|
88
|
+
* @generated from protobuf field: string owning_team_name = 20
|
|
89
|
+
*/
|
|
90
|
+
owningTeamName: string;
|
|
91
|
+
/**
|
|
92
|
+
* @generated from protobuf field: fixed64 cached_notification_channel_id = 21
|
|
93
|
+
*/
|
|
94
|
+
cachedNotificationChannelId: bigint;
|
|
95
|
+
/**
|
|
96
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.ExposureTracking exposure_tracking = 22
|
|
97
|
+
*/
|
|
98
|
+
exposureTracking: Experiment_ExposureTracking;
|
|
99
|
+
/**
|
|
100
|
+
* @generated from protobuf field: bool enable_edit_raw_json_ui = 23
|
|
101
|
+
*/
|
|
102
|
+
enableEditRawJsonUi: boolean;
|
|
103
|
+
/**
|
|
104
|
+
* @generated from protobuf field: int32 winning_variant_id = 24
|
|
105
|
+
*/
|
|
106
|
+
winningVariantId: number;
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.VariantAllocation
|
|
110
|
+
*/
|
|
111
|
+
export interface Experiment_VariantAllocation {
|
|
112
|
+
/**
|
|
113
|
+
* @generated from protobuf field: int32 start = 1
|
|
114
|
+
*/
|
|
115
|
+
start: number;
|
|
116
|
+
/**
|
|
117
|
+
* @generated from protobuf field: int32 stop = 2
|
|
118
|
+
*/
|
|
119
|
+
stop: number;
|
|
120
|
+
/**
|
|
121
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.Type type = 3
|
|
122
|
+
*/
|
|
123
|
+
type: Experiment_Type;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.Variant
|
|
127
|
+
*/
|
|
128
|
+
export interface Experiment_Variant {
|
|
129
|
+
/**
|
|
130
|
+
* @generated from protobuf field: int32 id = 1
|
|
131
|
+
*/
|
|
132
|
+
id: number;
|
|
133
|
+
/**
|
|
134
|
+
* @generated from protobuf field: string label = 2
|
|
135
|
+
*/
|
|
136
|
+
label: string;
|
|
137
|
+
/**
|
|
138
|
+
* @generated from protobuf field: repeated discord_protos.discord_experimentation.v1.Experiment.VariantAllocation allocations = 4
|
|
139
|
+
*/
|
|
140
|
+
allocations: Experiment_VariantAllocation[];
|
|
141
|
+
/**
|
|
142
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.Type type = 5
|
|
143
|
+
*/
|
|
144
|
+
type: Experiment_Type;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.PlatformVersionSpecifier
|
|
148
|
+
*/
|
|
149
|
+
export interface Experiment_PlatformVersionSpecifier {
|
|
150
|
+
/**
|
|
151
|
+
* @generated from protobuf field: uint32 major = 1
|
|
152
|
+
*/
|
|
153
|
+
major: number;
|
|
154
|
+
/**
|
|
155
|
+
* @generated from protobuf field: optional google.protobuf.UInt32Value minor = 2
|
|
156
|
+
*/
|
|
157
|
+
minor?: UInt32Value;
|
|
158
|
+
/**
|
|
159
|
+
* @generated from protobuf field: optional google.protobuf.UInt64Value build = 3
|
|
160
|
+
*/
|
|
161
|
+
build?: UInt64Value;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRangeBound
|
|
165
|
+
*/
|
|
166
|
+
export interface Experiment_PlatformVersionRangeBound {
|
|
167
|
+
/**
|
|
168
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.PlatformVersionSpecifier version = 1
|
|
169
|
+
*/
|
|
170
|
+
version?: Experiment_PlatformVersionSpecifier;
|
|
171
|
+
/**
|
|
172
|
+
* @generated from protobuf field: bool inclusive = 2
|
|
173
|
+
*/
|
|
174
|
+
inclusive: boolean;
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRange
|
|
178
|
+
*/
|
|
179
|
+
export interface Experiment_PlatformVersionRange {
|
|
180
|
+
/**
|
|
181
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRangeBound lower_bound = 1
|
|
182
|
+
*/
|
|
183
|
+
lowerBound?: Experiment_PlatformVersionRangeBound;
|
|
184
|
+
/**
|
|
185
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRangeBound upper_bound = 2
|
|
186
|
+
*/
|
|
187
|
+
upperBound?: Experiment_PlatformVersionRangeBound;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.PlatformVersion
|
|
191
|
+
*/
|
|
192
|
+
export interface Experiment_PlatformVersion {
|
|
193
|
+
/**
|
|
194
|
+
* @generated from protobuf field: repeated discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRange ranges = 1
|
|
195
|
+
*/
|
|
196
|
+
ranges: Experiment_PlatformVersionRange[];
|
|
197
|
+
/**
|
|
198
|
+
* @generated from protobuf field: bool work_around_pyoto_bug = 2
|
|
199
|
+
*/
|
|
200
|
+
workAroundPyotoBug: boolean;
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.ClientPlatform
|
|
204
|
+
*/
|
|
205
|
+
export interface Experiment_ClientPlatform {
|
|
206
|
+
/**
|
|
207
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.PlatformVersion ios_version = 1
|
|
208
|
+
*/
|
|
209
|
+
iosVersion?: Experiment_PlatformVersion;
|
|
210
|
+
/**
|
|
211
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.PlatformVersion android_version = 2
|
|
212
|
+
*/
|
|
213
|
+
androidVersion?: Experiment_PlatformVersion;
|
|
214
|
+
/**
|
|
215
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.PlatformVersion web_version = 3
|
|
216
|
+
*/
|
|
217
|
+
webVersion?: Experiment_PlatformVersion;
|
|
218
|
+
/**
|
|
219
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.PlatformVersion native_version = 4
|
|
220
|
+
*/
|
|
221
|
+
nativeVersion?: Experiment_PlatformVersion;
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.SDKVersionSpecifier
|
|
225
|
+
*/
|
|
226
|
+
export interface Experiment_SDKVersionSpecifier {
|
|
227
|
+
/**
|
|
228
|
+
* @generated from protobuf field: int32 version = 1
|
|
229
|
+
*/
|
|
230
|
+
version: number;
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.SDKVersionRangeBound
|
|
234
|
+
*/
|
|
235
|
+
export interface Experiment_SDKVersionRangeBound {
|
|
236
|
+
/**
|
|
237
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.SDKVersionSpecifier version = 1
|
|
238
|
+
*/
|
|
239
|
+
version?: Experiment_SDKVersionSpecifier;
|
|
240
|
+
/**
|
|
241
|
+
* @generated from protobuf field: bool inclusive = 2
|
|
242
|
+
*/
|
|
243
|
+
inclusive: boolean;
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.SDKVersionRange
|
|
247
|
+
*/
|
|
248
|
+
export interface Experiment_SDKVersionRange {
|
|
249
|
+
/**
|
|
250
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.SDKVersionRangeBound lower_bound = 1
|
|
251
|
+
*/
|
|
252
|
+
lowerBound?: Experiment_SDKVersionRangeBound;
|
|
253
|
+
/**
|
|
254
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.SDKVersionRangeBound upper_bound = 2
|
|
255
|
+
*/
|
|
256
|
+
upperBound?: Experiment_SDKVersionRangeBound;
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.SDKVersion
|
|
260
|
+
*/
|
|
261
|
+
export interface Experiment_SDKVersion {
|
|
262
|
+
/**
|
|
263
|
+
* @generated from protobuf field: repeated discord_protos.discord_experimentation.v1.Experiment.SDKVersionRange ranges = 1
|
|
264
|
+
*/
|
|
265
|
+
ranges: Experiment_SDKVersionRange[];
|
|
266
|
+
/**
|
|
267
|
+
* @generated from protobuf field: bool work_around_pyoto_bug = 2
|
|
268
|
+
*/
|
|
269
|
+
workAroundPyotoBug: boolean;
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.ClientOperatingSystem
|
|
273
|
+
*/
|
|
274
|
+
export interface Experiment_ClientOperatingSystem {
|
|
275
|
+
/**
|
|
276
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.SDKVersion ios_version = 1
|
|
277
|
+
*/
|
|
278
|
+
iosVersion?: Experiment_SDKVersion;
|
|
279
|
+
/**
|
|
280
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.SDKVersion android_version = 2
|
|
281
|
+
*/
|
|
282
|
+
androidVersion?: Experiment_SDKVersion;
|
|
283
|
+
/**
|
|
284
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.SDKVersion macos_version = 3
|
|
285
|
+
*/
|
|
286
|
+
macosVersion?: Experiment_SDKVersion;
|
|
287
|
+
/**
|
|
288
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.SDKVersion windows_version = 4
|
|
289
|
+
*/
|
|
290
|
+
windowsVersion?: Experiment_SDKVersion;
|
|
291
|
+
/**
|
|
292
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.SDKVersion playstation_version = 5
|
|
293
|
+
*/
|
|
294
|
+
playstationVersion?: Experiment_SDKVersion;
|
|
295
|
+
/**
|
|
296
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.SDKVersion xbox_version = 6
|
|
297
|
+
*/
|
|
298
|
+
xboxVersion?: Experiment_SDKVersion;
|
|
299
|
+
/**
|
|
300
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.SDKVersion linux_version = 7
|
|
301
|
+
*/
|
|
302
|
+
linuxVersion?: Experiment_SDKVersion;
|
|
303
|
+
}
|
|
304
|
+
/**
|
|
305
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.StaffUsers
|
|
306
|
+
*/
|
|
307
|
+
export interface Experiment_StaffUsers {
|
|
308
|
+
/**
|
|
309
|
+
* @generated from protobuf field: bool work_accounts = 1
|
|
310
|
+
*/
|
|
311
|
+
workAccounts: boolean;
|
|
312
|
+
/**
|
|
313
|
+
* @generated from protobuf field: bool personal_accounts = 2
|
|
314
|
+
*/
|
|
315
|
+
personalAccounts: boolean;
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.UserInGuild
|
|
319
|
+
*/
|
|
320
|
+
export interface Experiment_UserInGuild {
|
|
321
|
+
/**
|
|
322
|
+
* @generated from protobuf field: repeated fixed64 guild_ids = 1
|
|
323
|
+
*/
|
|
324
|
+
guildIds: bigint[];
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.UserIds
|
|
328
|
+
*/
|
|
329
|
+
export interface Experiment_UserIds {
|
|
330
|
+
/**
|
|
331
|
+
* @generated from protobuf field: repeated fixed64 user_ids = 1
|
|
332
|
+
*/
|
|
333
|
+
userIds: bigint[];
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.ClientLocale
|
|
337
|
+
*/
|
|
338
|
+
export interface Experiment_ClientLocale {
|
|
339
|
+
/**
|
|
340
|
+
* @generated from protobuf field: repeated string locales = 1 [packed = false]
|
|
341
|
+
*/
|
|
342
|
+
locales: string[];
|
|
343
|
+
}
|
|
344
|
+
/**
|
|
345
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.ISORegion
|
|
346
|
+
*/
|
|
347
|
+
export interface Experiment_ISORegion {
|
|
348
|
+
/**
|
|
349
|
+
* @generated from protobuf field: string iso_country = 1
|
|
350
|
+
*/
|
|
351
|
+
isoCountry: string;
|
|
352
|
+
/**
|
|
353
|
+
* @generated from protobuf field: string iso_subdivision = 2
|
|
354
|
+
*/
|
|
355
|
+
isoSubdivision: string;
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.Place
|
|
359
|
+
*/
|
|
360
|
+
export interface Experiment_Place {
|
|
361
|
+
/**
|
|
362
|
+
* @generated from protobuf field: string city = 1
|
|
363
|
+
*/
|
|
364
|
+
city: string;
|
|
365
|
+
/**
|
|
366
|
+
* @generated from protobuf field: string subdivision = 2
|
|
367
|
+
*/
|
|
368
|
+
subdivision: string;
|
|
369
|
+
/**
|
|
370
|
+
* @generated from protobuf field: string country = 3
|
|
371
|
+
*/
|
|
372
|
+
country: string;
|
|
373
|
+
}
|
|
374
|
+
/**
|
|
375
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.Location
|
|
376
|
+
*/
|
|
377
|
+
export interface Experiment_Location {
|
|
378
|
+
/**
|
|
379
|
+
* @generated from protobuf oneof: location
|
|
380
|
+
*/
|
|
381
|
+
location: {
|
|
382
|
+
oneofKind: "isoRegion";
|
|
383
|
+
/**
|
|
384
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.ISORegion iso_region = 1
|
|
385
|
+
*/
|
|
386
|
+
isoRegion: Experiment_ISORegion;
|
|
387
|
+
} | {
|
|
388
|
+
oneofKind: "isEu";
|
|
389
|
+
/**
|
|
390
|
+
* @generated from protobuf field: bool is_eu = 2
|
|
391
|
+
*/
|
|
392
|
+
isEu: boolean;
|
|
393
|
+
} | {
|
|
394
|
+
oneofKind: "place";
|
|
395
|
+
/**
|
|
396
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.Place place = 3
|
|
397
|
+
*/
|
|
398
|
+
place: Experiment_Place;
|
|
399
|
+
} | {
|
|
400
|
+
oneofKind: undefined;
|
|
401
|
+
};
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.ClientLocation
|
|
405
|
+
*/
|
|
406
|
+
export interface Experiment_ClientLocation {
|
|
407
|
+
/**
|
|
408
|
+
* @generated from protobuf field: repeated discord_protos.discord_experimentation.v1.Experiment.Location locations = 1
|
|
409
|
+
*/
|
|
410
|
+
locations: Experiment_Location[];
|
|
411
|
+
}
|
|
412
|
+
/**
|
|
413
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.ClientIP
|
|
414
|
+
*/
|
|
415
|
+
export interface Experiment_ClientIP {
|
|
416
|
+
/**
|
|
417
|
+
* @generated from protobuf field: repeated string blocks = 1 [packed = false]
|
|
418
|
+
*/
|
|
419
|
+
blocks: string[];
|
|
420
|
+
}
|
|
421
|
+
/**
|
|
422
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.UserLocale
|
|
423
|
+
*/
|
|
424
|
+
export interface Experiment_UserLocale {
|
|
425
|
+
/**
|
|
426
|
+
* @generated from protobuf field: repeated string locales = 1 [packed = false]
|
|
427
|
+
*/
|
|
428
|
+
locales: string[];
|
|
429
|
+
}
|
|
430
|
+
/**
|
|
431
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.UserIsBot
|
|
432
|
+
*/
|
|
433
|
+
export interface Experiment_UserIsBot {
|
|
434
|
+
/**
|
|
435
|
+
* @generated from protobuf field: bool is_bot = 1
|
|
436
|
+
*/
|
|
437
|
+
isBot: boolean;
|
|
438
|
+
}
|
|
439
|
+
/**
|
|
440
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.UserAgeRange
|
|
441
|
+
*/
|
|
442
|
+
export interface Experiment_UserAgeRange {
|
|
443
|
+
/**
|
|
444
|
+
* @generated from protobuf field: optional google.protobuf.UInt32Value min_age_years = 1
|
|
445
|
+
*/
|
|
446
|
+
minAgeYears?: UInt32Value;
|
|
447
|
+
/**
|
|
448
|
+
* @generated from protobuf field: optional google.protobuf.UInt32Value max_age_years = 2
|
|
449
|
+
*/
|
|
450
|
+
maxAgeYears?: UInt32Value;
|
|
451
|
+
}
|
|
452
|
+
/**
|
|
453
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.Fixed64Value
|
|
454
|
+
*/
|
|
455
|
+
export interface Experiment_Fixed64Value {
|
|
456
|
+
/**
|
|
457
|
+
* @generated from protobuf field: fixed64 value = 1
|
|
458
|
+
*/
|
|
459
|
+
value: bigint;
|
|
460
|
+
}
|
|
461
|
+
/**
|
|
462
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.UserIDRange
|
|
463
|
+
*/
|
|
464
|
+
export interface Experiment_UserIDRange {
|
|
465
|
+
/**
|
|
466
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.Fixed64Value min_id = 1
|
|
467
|
+
*/
|
|
468
|
+
minId?: Experiment_Fixed64Value;
|
|
469
|
+
/**
|
|
470
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.Fixed64Value max_id = 2
|
|
471
|
+
*/
|
|
472
|
+
maxId?: Experiment_Fixed64Value;
|
|
473
|
+
}
|
|
474
|
+
/**
|
|
475
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.UserHasFlag
|
|
476
|
+
*/
|
|
477
|
+
export interface Experiment_UserHasFlag {
|
|
478
|
+
/**
|
|
479
|
+
* @generated from protobuf field: fixed64 mask = 1
|
|
480
|
+
*/
|
|
481
|
+
mask: bigint;
|
|
482
|
+
}
|
|
483
|
+
/**
|
|
484
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.UnitIdInRangeByHash
|
|
485
|
+
*/
|
|
486
|
+
export interface Experiment_UnitIdInRangeByHash {
|
|
487
|
+
/**
|
|
488
|
+
* @generated from protobuf field: string hash_key = 1
|
|
489
|
+
*/
|
|
490
|
+
hashKey: string;
|
|
491
|
+
/**
|
|
492
|
+
* @generated from protobuf field: uint32 target = 2
|
|
493
|
+
*/
|
|
494
|
+
target: number;
|
|
495
|
+
}
|
|
496
|
+
/**
|
|
497
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.ClientReleaseChannel
|
|
498
|
+
*/
|
|
499
|
+
export interface Experiment_ClientReleaseChannel {
|
|
500
|
+
/**
|
|
501
|
+
* @generated from protobuf field: repeated string release_channels = 1 [packed = false]
|
|
502
|
+
*/
|
|
503
|
+
releaseChannels: string[];
|
|
504
|
+
}
|
|
505
|
+
/**
|
|
506
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.Always
|
|
507
|
+
*/
|
|
508
|
+
export interface Experiment_Always {
|
|
509
|
+
/**
|
|
510
|
+
* @generated from protobuf field: bool value = 1
|
|
511
|
+
*/
|
|
512
|
+
value: boolean;
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.Filter
|
|
516
|
+
*/
|
|
517
|
+
export interface Experiment_Filter {
|
|
518
|
+
/**
|
|
519
|
+
* @generated from protobuf oneof: filter
|
|
520
|
+
*/
|
|
521
|
+
filter: {
|
|
522
|
+
oneofKind: "clientVersion";
|
|
523
|
+
/**
|
|
524
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.ClientPlatform client_version = 2
|
|
525
|
+
*/
|
|
526
|
+
clientVersion: Experiment_ClientPlatform;
|
|
527
|
+
} | {
|
|
528
|
+
oneofKind: "clientOs";
|
|
529
|
+
/**
|
|
530
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.ClientOperatingSystem client_os = 3
|
|
531
|
+
*/
|
|
532
|
+
clientOs: Experiment_ClientOperatingSystem;
|
|
533
|
+
} | {
|
|
534
|
+
oneofKind: "staff";
|
|
535
|
+
/**
|
|
536
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.StaffUsers staff = 4
|
|
537
|
+
*/
|
|
538
|
+
staff: Experiment_StaffUsers;
|
|
539
|
+
} | {
|
|
540
|
+
oneofKind: "userInGuild";
|
|
541
|
+
/**
|
|
542
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.UserInGuild user_in_guild = 5
|
|
543
|
+
*/
|
|
544
|
+
userInGuild: Experiment_UserInGuild;
|
|
545
|
+
} | {
|
|
546
|
+
oneofKind: "userIds";
|
|
547
|
+
/**
|
|
548
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.UserIds user_ids = 6
|
|
549
|
+
*/
|
|
550
|
+
userIds: Experiment_UserIds;
|
|
551
|
+
} | {
|
|
552
|
+
oneofKind: "clientLocale";
|
|
553
|
+
/**
|
|
554
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.ClientLocale client_locale = 7
|
|
555
|
+
*/
|
|
556
|
+
clientLocale: Experiment_ClientLocale;
|
|
557
|
+
} | {
|
|
558
|
+
oneofKind: "clientLocation";
|
|
559
|
+
/**
|
|
560
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.ClientLocation client_location = 8
|
|
561
|
+
*/
|
|
562
|
+
clientLocation: Experiment_ClientLocation;
|
|
563
|
+
} | {
|
|
564
|
+
oneofKind: "clientIp";
|
|
565
|
+
/**
|
|
566
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.ClientIP client_ip = 9
|
|
567
|
+
*/
|
|
568
|
+
clientIp: Experiment_ClientIP;
|
|
569
|
+
} | {
|
|
570
|
+
oneofKind: "userLocale";
|
|
571
|
+
/**
|
|
572
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.UserLocale user_locale = 10
|
|
573
|
+
*/
|
|
574
|
+
userLocale: Experiment_UserLocale;
|
|
575
|
+
} | {
|
|
576
|
+
oneofKind: "bot";
|
|
577
|
+
/**
|
|
578
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.UserIsBot bot = 11
|
|
579
|
+
*/
|
|
580
|
+
bot: Experiment_UserIsBot;
|
|
581
|
+
} | {
|
|
582
|
+
oneofKind: "userAgeRange";
|
|
583
|
+
/**
|
|
584
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.UserAgeRange user_age_range = 12
|
|
585
|
+
*/
|
|
586
|
+
userAgeRange: Experiment_UserAgeRange;
|
|
587
|
+
} | {
|
|
588
|
+
oneofKind: "userIdRange";
|
|
589
|
+
/**
|
|
590
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.UserIDRange user_id_range = 13
|
|
591
|
+
*/
|
|
592
|
+
userIdRange: Experiment_UserIDRange;
|
|
593
|
+
} | {
|
|
594
|
+
oneofKind: "userHasFlag";
|
|
595
|
+
/**
|
|
596
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.UserHasFlag user_has_flag = 14
|
|
597
|
+
*/
|
|
598
|
+
userHasFlag: Experiment_UserHasFlag;
|
|
599
|
+
} | {
|
|
600
|
+
oneofKind: "unitIdInRangeByHash";
|
|
601
|
+
/**
|
|
602
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.UnitIdInRangeByHash unit_id_in_range_by_hash = 15
|
|
603
|
+
*/
|
|
604
|
+
unitIdInRangeByHash: Experiment_UnitIdInRangeByHash;
|
|
605
|
+
} | {
|
|
606
|
+
oneofKind: "clientReleaseChannel";
|
|
607
|
+
/**
|
|
608
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.ClientReleaseChannel client_release_channel = 16
|
|
609
|
+
*/
|
|
610
|
+
clientReleaseChannel: Experiment_ClientReleaseChannel;
|
|
611
|
+
} | {
|
|
612
|
+
oneofKind: "always";
|
|
613
|
+
/**
|
|
614
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.Always always = 17
|
|
615
|
+
*/
|
|
616
|
+
always: Experiment_Always;
|
|
617
|
+
} | {
|
|
618
|
+
oneofKind: undefined;
|
|
619
|
+
};
|
|
620
|
+
}
|
|
621
|
+
/**
|
|
622
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.Override
|
|
623
|
+
*/
|
|
624
|
+
export interface Experiment_Override {
|
|
625
|
+
/**
|
|
626
|
+
* @generated from protobuf field: int32 variant_id = 1
|
|
627
|
+
*/
|
|
628
|
+
variantId: number;
|
|
629
|
+
}
|
|
630
|
+
/**
|
|
631
|
+
* @generated from protobuf message discord_protos.discord_experimentation.v1.Experiment.Rule
|
|
632
|
+
*/
|
|
633
|
+
export interface Experiment_Rule {
|
|
634
|
+
/**
|
|
635
|
+
* @generated from protobuf field: discord_protos.discord_experimentation.v1.Experiment.Type type = 1
|
|
636
|
+
*/
|
|
637
|
+
type: Experiment_Type;
|
|
638
|
+
/**
|
|
639
|
+
* @generated from protobuf field: repeated discord_protos.discord_experimentation.v1.Experiment.Filter filters = 2
|
|
640
|
+
*/
|
|
641
|
+
filters: Experiment_Filter[];
|
|
642
|
+
/**
|
|
643
|
+
* @generated from protobuf field: optional discord_protos.discord_experimentation.v1.Experiment.Override override = 3
|
|
644
|
+
*/
|
|
645
|
+
override?: Experiment_Override;
|
|
646
|
+
/**
|
|
647
|
+
* @generated from protobuf field: bool is_sunset_rule = 4
|
|
648
|
+
*/
|
|
649
|
+
isSunsetRule: boolean;
|
|
650
|
+
}
|
|
651
|
+
/**
|
|
652
|
+
* @generated from protobuf enum discord_protos.discord_experimentation.v1.Experiment.UnitType
|
|
653
|
+
*/
|
|
654
|
+
export declare enum Experiment_UnitType {
|
|
655
|
+
/**
|
|
656
|
+
* @generated from protobuf enum value: UNIT_TYPE_UNSPECIFIED = 0;
|
|
657
|
+
*/
|
|
658
|
+
UNSPECIFIED = 0,
|
|
659
|
+
/**
|
|
660
|
+
* @generated from protobuf enum value: UNIT_TYPE_USER = 1;
|
|
661
|
+
*/
|
|
662
|
+
USER = 1
|
|
663
|
+
}
|
|
664
|
+
/**
|
|
665
|
+
* @generated from protobuf enum discord_protos.discord_experimentation.v1.Experiment.Type
|
|
666
|
+
*/
|
|
667
|
+
export declare enum Experiment_Type {
|
|
668
|
+
/**
|
|
669
|
+
* @generated from protobuf enum value: TYPE_UNSPECIFIED = 0;
|
|
670
|
+
*/
|
|
671
|
+
UNSPECIFIED = 0,
|
|
672
|
+
/**
|
|
673
|
+
* @generated from protobuf enum value: TYPE_ACTIVE = 1;
|
|
674
|
+
*/
|
|
675
|
+
ACTIVE = 1,
|
|
676
|
+
/**
|
|
677
|
+
* @generated from protobuf enum value: TYPE_UNUSED = 2;
|
|
678
|
+
*/
|
|
679
|
+
UNUSED = 2
|
|
680
|
+
}
|
|
681
|
+
/**
|
|
682
|
+
* @generated from protobuf enum discord_protos.discord_experimentation.v1.Experiment.Status
|
|
683
|
+
*/
|
|
684
|
+
export declare enum Experiment_Status {
|
|
685
|
+
/**
|
|
686
|
+
* @generated from protobuf enum value: STATUS_UNSPECIFIED = 0;
|
|
687
|
+
*/
|
|
688
|
+
UNSPECIFIED = 0,
|
|
689
|
+
/**
|
|
690
|
+
* @generated from protobuf enum value: STATUS_DRAFT = 1;
|
|
691
|
+
*/
|
|
692
|
+
DRAFT = 1,
|
|
693
|
+
/**
|
|
694
|
+
* @generated from protobuf enum value: STATUS_TESTING = 2;
|
|
695
|
+
*/
|
|
696
|
+
TESTING = 2,
|
|
697
|
+
/**
|
|
698
|
+
* @generated from protobuf enum value: STATUS_TESTING_ENDED = 3;
|
|
699
|
+
*/
|
|
700
|
+
TESTING_ENDED = 3,
|
|
701
|
+
/**
|
|
702
|
+
* @generated from protobuf enum value: STATUS_ROLLOUT = 4;
|
|
703
|
+
*/
|
|
704
|
+
ROLLOUT = 4,
|
|
705
|
+
/**
|
|
706
|
+
* @generated from protobuf enum value: STATUS_ARCHIVED = 5;
|
|
707
|
+
*/
|
|
708
|
+
ARCHIVED = 5
|
|
709
|
+
}
|
|
710
|
+
/**
|
|
711
|
+
* @generated from protobuf enum discord_protos.discord_experimentation.v1.Experiment.Surface
|
|
712
|
+
*/
|
|
713
|
+
export declare enum Experiment_Surface {
|
|
714
|
+
/**
|
|
715
|
+
* @generated from protobuf enum value: SURFACE_UNSPECIFIED = 0;
|
|
716
|
+
*/
|
|
717
|
+
UNSPECIFIED = 0,
|
|
718
|
+
/**
|
|
719
|
+
* @generated from protobuf enum value: SURFACE_API = 1;
|
|
720
|
+
*/
|
|
721
|
+
API = 1,
|
|
722
|
+
/**
|
|
723
|
+
* @generated from protobuf enum value: SURFACE_APP = 2;
|
|
724
|
+
*/
|
|
725
|
+
APP = 2
|
|
726
|
+
}
|
|
727
|
+
/**
|
|
728
|
+
* @generated from protobuf enum discord_protos.discord_experimentation.v1.Experiment.ExposureTracking
|
|
729
|
+
*/
|
|
730
|
+
export declare enum Experiment_ExposureTracking {
|
|
731
|
+
/**
|
|
732
|
+
* @generated from protobuf enum value: EXPOSURE_TRACKING_ENABLED = 0;
|
|
733
|
+
*/
|
|
734
|
+
ENABLED = 0,
|
|
735
|
+
/**
|
|
736
|
+
* @generated from protobuf enum value: EXPOSURE_TRACKING_DISABLED = 1;
|
|
737
|
+
*/
|
|
738
|
+
DISABLED = 1,
|
|
739
|
+
/**
|
|
740
|
+
* @generated from protobuf enum value: EXPOSURE_TRACKING_AA_MODE = 2;
|
|
741
|
+
*/
|
|
742
|
+
AA_MODE = 2
|
|
743
|
+
}
|
|
744
|
+
declare class Experiment$Type extends MessageType<Experiment> {
|
|
745
|
+
constructor();
|
|
746
|
+
create(value?: PartialMessage<Experiment>): Experiment;
|
|
747
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment): Experiment;
|
|
748
|
+
internalBinaryWrite(message: Experiment, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
749
|
+
}
|
|
750
|
+
/**
|
|
751
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment
|
|
752
|
+
*/
|
|
753
|
+
export declare const Experiment: Experiment$Type;
|
|
754
|
+
declare class Experiment_VariantAllocation$Type extends MessageType<Experiment_VariantAllocation> {
|
|
755
|
+
constructor();
|
|
756
|
+
create(value?: PartialMessage<Experiment_VariantAllocation>): Experiment_VariantAllocation;
|
|
757
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_VariantAllocation): Experiment_VariantAllocation;
|
|
758
|
+
internalBinaryWrite(message: Experiment_VariantAllocation, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
759
|
+
}
|
|
760
|
+
/**
|
|
761
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.VariantAllocation
|
|
762
|
+
*/
|
|
763
|
+
export declare const Experiment_VariantAllocation: Experiment_VariantAllocation$Type;
|
|
764
|
+
declare class Experiment_Variant$Type extends MessageType<Experiment_Variant> {
|
|
765
|
+
constructor();
|
|
766
|
+
create(value?: PartialMessage<Experiment_Variant>): Experiment_Variant;
|
|
767
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_Variant): Experiment_Variant;
|
|
768
|
+
internalBinaryWrite(message: Experiment_Variant, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
769
|
+
}
|
|
770
|
+
/**
|
|
771
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Variant
|
|
772
|
+
*/
|
|
773
|
+
export declare const Experiment_Variant: Experiment_Variant$Type;
|
|
774
|
+
declare class Experiment_PlatformVersionSpecifier$Type extends MessageType<Experiment_PlatformVersionSpecifier> {
|
|
775
|
+
constructor();
|
|
776
|
+
create(value?: PartialMessage<Experiment_PlatformVersionSpecifier>): Experiment_PlatformVersionSpecifier;
|
|
777
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_PlatformVersionSpecifier): Experiment_PlatformVersionSpecifier;
|
|
778
|
+
internalBinaryWrite(message: Experiment_PlatformVersionSpecifier, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
779
|
+
}
|
|
780
|
+
/**
|
|
781
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.PlatformVersionSpecifier
|
|
782
|
+
*/
|
|
783
|
+
export declare const Experiment_PlatformVersionSpecifier: Experiment_PlatformVersionSpecifier$Type;
|
|
784
|
+
declare class Experiment_PlatformVersionRangeBound$Type extends MessageType<Experiment_PlatformVersionRangeBound> {
|
|
785
|
+
constructor();
|
|
786
|
+
create(value?: PartialMessage<Experiment_PlatformVersionRangeBound>): Experiment_PlatformVersionRangeBound;
|
|
787
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_PlatformVersionRangeBound): Experiment_PlatformVersionRangeBound;
|
|
788
|
+
internalBinaryWrite(message: Experiment_PlatformVersionRangeBound, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
789
|
+
}
|
|
790
|
+
/**
|
|
791
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRangeBound
|
|
792
|
+
*/
|
|
793
|
+
export declare const Experiment_PlatformVersionRangeBound: Experiment_PlatformVersionRangeBound$Type;
|
|
794
|
+
declare class Experiment_PlatformVersionRange$Type extends MessageType<Experiment_PlatformVersionRange> {
|
|
795
|
+
constructor();
|
|
796
|
+
create(value?: PartialMessage<Experiment_PlatformVersionRange>): Experiment_PlatformVersionRange;
|
|
797
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_PlatformVersionRange): Experiment_PlatformVersionRange;
|
|
798
|
+
internalBinaryWrite(message: Experiment_PlatformVersionRange, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
799
|
+
}
|
|
800
|
+
/**
|
|
801
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.PlatformVersionRange
|
|
802
|
+
*/
|
|
803
|
+
export declare const Experiment_PlatformVersionRange: Experiment_PlatformVersionRange$Type;
|
|
804
|
+
declare class Experiment_PlatformVersion$Type extends MessageType<Experiment_PlatformVersion> {
|
|
805
|
+
constructor();
|
|
806
|
+
create(value?: PartialMessage<Experiment_PlatformVersion>): Experiment_PlatformVersion;
|
|
807
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_PlatformVersion): Experiment_PlatformVersion;
|
|
808
|
+
internalBinaryWrite(message: Experiment_PlatformVersion, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
809
|
+
}
|
|
810
|
+
/**
|
|
811
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.PlatformVersion
|
|
812
|
+
*/
|
|
813
|
+
export declare const Experiment_PlatformVersion: Experiment_PlatformVersion$Type;
|
|
814
|
+
declare class Experiment_ClientPlatform$Type extends MessageType<Experiment_ClientPlatform> {
|
|
815
|
+
constructor();
|
|
816
|
+
create(value?: PartialMessage<Experiment_ClientPlatform>): Experiment_ClientPlatform;
|
|
817
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_ClientPlatform): Experiment_ClientPlatform;
|
|
818
|
+
internalBinaryWrite(message: Experiment_ClientPlatform, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
819
|
+
}
|
|
820
|
+
/**
|
|
821
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.ClientPlatform
|
|
822
|
+
*/
|
|
823
|
+
export declare const Experiment_ClientPlatform: Experiment_ClientPlatform$Type;
|
|
824
|
+
declare class Experiment_SDKVersionSpecifier$Type extends MessageType<Experiment_SDKVersionSpecifier> {
|
|
825
|
+
constructor();
|
|
826
|
+
create(value?: PartialMessage<Experiment_SDKVersionSpecifier>): Experiment_SDKVersionSpecifier;
|
|
827
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_SDKVersionSpecifier): Experiment_SDKVersionSpecifier;
|
|
828
|
+
internalBinaryWrite(message: Experiment_SDKVersionSpecifier, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
829
|
+
}
|
|
830
|
+
/**
|
|
831
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.SDKVersionSpecifier
|
|
832
|
+
*/
|
|
833
|
+
export declare const Experiment_SDKVersionSpecifier: Experiment_SDKVersionSpecifier$Type;
|
|
834
|
+
declare class Experiment_SDKVersionRangeBound$Type extends MessageType<Experiment_SDKVersionRangeBound> {
|
|
835
|
+
constructor();
|
|
836
|
+
create(value?: PartialMessage<Experiment_SDKVersionRangeBound>): Experiment_SDKVersionRangeBound;
|
|
837
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_SDKVersionRangeBound): Experiment_SDKVersionRangeBound;
|
|
838
|
+
internalBinaryWrite(message: Experiment_SDKVersionRangeBound, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
839
|
+
}
|
|
840
|
+
/**
|
|
841
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.SDKVersionRangeBound
|
|
842
|
+
*/
|
|
843
|
+
export declare const Experiment_SDKVersionRangeBound: Experiment_SDKVersionRangeBound$Type;
|
|
844
|
+
declare class Experiment_SDKVersionRange$Type extends MessageType<Experiment_SDKVersionRange> {
|
|
845
|
+
constructor();
|
|
846
|
+
create(value?: PartialMessage<Experiment_SDKVersionRange>): Experiment_SDKVersionRange;
|
|
847
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_SDKVersionRange): Experiment_SDKVersionRange;
|
|
848
|
+
internalBinaryWrite(message: Experiment_SDKVersionRange, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
849
|
+
}
|
|
850
|
+
/**
|
|
851
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.SDKVersionRange
|
|
852
|
+
*/
|
|
853
|
+
export declare const Experiment_SDKVersionRange: Experiment_SDKVersionRange$Type;
|
|
854
|
+
declare class Experiment_SDKVersion$Type extends MessageType<Experiment_SDKVersion> {
|
|
855
|
+
constructor();
|
|
856
|
+
create(value?: PartialMessage<Experiment_SDKVersion>): Experiment_SDKVersion;
|
|
857
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_SDKVersion): Experiment_SDKVersion;
|
|
858
|
+
internalBinaryWrite(message: Experiment_SDKVersion, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
859
|
+
}
|
|
860
|
+
/**
|
|
861
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.SDKVersion
|
|
862
|
+
*/
|
|
863
|
+
export declare const Experiment_SDKVersion: Experiment_SDKVersion$Type;
|
|
864
|
+
declare class Experiment_ClientOperatingSystem$Type extends MessageType<Experiment_ClientOperatingSystem> {
|
|
865
|
+
constructor();
|
|
866
|
+
create(value?: PartialMessage<Experiment_ClientOperatingSystem>): Experiment_ClientOperatingSystem;
|
|
867
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_ClientOperatingSystem): Experiment_ClientOperatingSystem;
|
|
868
|
+
internalBinaryWrite(message: Experiment_ClientOperatingSystem, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
869
|
+
}
|
|
870
|
+
/**
|
|
871
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.ClientOperatingSystem
|
|
872
|
+
*/
|
|
873
|
+
export declare const Experiment_ClientOperatingSystem: Experiment_ClientOperatingSystem$Type;
|
|
874
|
+
declare class Experiment_StaffUsers$Type extends MessageType<Experiment_StaffUsers> {
|
|
875
|
+
constructor();
|
|
876
|
+
create(value?: PartialMessage<Experiment_StaffUsers>): Experiment_StaffUsers;
|
|
877
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_StaffUsers): Experiment_StaffUsers;
|
|
878
|
+
internalBinaryWrite(message: Experiment_StaffUsers, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
879
|
+
}
|
|
880
|
+
/**
|
|
881
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.StaffUsers
|
|
882
|
+
*/
|
|
883
|
+
export declare const Experiment_StaffUsers: Experiment_StaffUsers$Type;
|
|
884
|
+
declare class Experiment_UserInGuild$Type extends MessageType<Experiment_UserInGuild> {
|
|
885
|
+
constructor();
|
|
886
|
+
create(value?: PartialMessage<Experiment_UserInGuild>): Experiment_UserInGuild;
|
|
887
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_UserInGuild): Experiment_UserInGuild;
|
|
888
|
+
internalBinaryWrite(message: Experiment_UserInGuild, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
889
|
+
}
|
|
890
|
+
/**
|
|
891
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.UserInGuild
|
|
892
|
+
*/
|
|
893
|
+
export declare const Experiment_UserInGuild: Experiment_UserInGuild$Type;
|
|
894
|
+
declare class Experiment_UserIds$Type extends MessageType<Experiment_UserIds> {
|
|
895
|
+
constructor();
|
|
896
|
+
create(value?: PartialMessage<Experiment_UserIds>): Experiment_UserIds;
|
|
897
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_UserIds): Experiment_UserIds;
|
|
898
|
+
internalBinaryWrite(message: Experiment_UserIds, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
899
|
+
}
|
|
900
|
+
/**
|
|
901
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.UserIds
|
|
902
|
+
*/
|
|
903
|
+
export declare const Experiment_UserIds: Experiment_UserIds$Type;
|
|
904
|
+
declare class Experiment_ClientLocale$Type extends MessageType<Experiment_ClientLocale> {
|
|
905
|
+
constructor();
|
|
906
|
+
create(value?: PartialMessage<Experiment_ClientLocale>): Experiment_ClientLocale;
|
|
907
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_ClientLocale): Experiment_ClientLocale;
|
|
908
|
+
internalBinaryWrite(message: Experiment_ClientLocale, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
909
|
+
}
|
|
910
|
+
/**
|
|
911
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.ClientLocale
|
|
912
|
+
*/
|
|
913
|
+
export declare const Experiment_ClientLocale: Experiment_ClientLocale$Type;
|
|
914
|
+
declare class Experiment_ISORegion$Type extends MessageType<Experiment_ISORegion> {
|
|
915
|
+
constructor();
|
|
916
|
+
create(value?: PartialMessage<Experiment_ISORegion>): Experiment_ISORegion;
|
|
917
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_ISORegion): Experiment_ISORegion;
|
|
918
|
+
internalBinaryWrite(message: Experiment_ISORegion, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
919
|
+
}
|
|
920
|
+
/**
|
|
921
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.ISORegion
|
|
922
|
+
*/
|
|
923
|
+
export declare const Experiment_ISORegion: Experiment_ISORegion$Type;
|
|
924
|
+
declare class Experiment_Place$Type extends MessageType<Experiment_Place> {
|
|
925
|
+
constructor();
|
|
926
|
+
create(value?: PartialMessage<Experiment_Place>): Experiment_Place;
|
|
927
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_Place): Experiment_Place;
|
|
928
|
+
internalBinaryWrite(message: Experiment_Place, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
929
|
+
}
|
|
930
|
+
/**
|
|
931
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Place
|
|
932
|
+
*/
|
|
933
|
+
export declare const Experiment_Place: Experiment_Place$Type;
|
|
934
|
+
declare class Experiment_Location$Type extends MessageType<Experiment_Location> {
|
|
935
|
+
constructor();
|
|
936
|
+
create(value?: PartialMessage<Experiment_Location>): Experiment_Location;
|
|
937
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_Location): Experiment_Location;
|
|
938
|
+
internalBinaryWrite(message: Experiment_Location, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
939
|
+
}
|
|
940
|
+
/**
|
|
941
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Location
|
|
942
|
+
*/
|
|
943
|
+
export declare const Experiment_Location: Experiment_Location$Type;
|
|
944
|
+
declare class Experiment_ClientLocation$Type extends MessageType<Experiment_ClientLocation> {
|
|
945
|
+
constructor();
|
|
946
|
+
create(value?: PartialMessage<Experiment_ClientLocation>): Experiment_ClientLocation;
|
|
947
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_ClientLocation): Experiment_ClientLocation;
|
|
948
|
+
internalBinaryWrite(message: Experiment_ClientLocation, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
949
|
+
}
|
|
950
|
+
/**
|
|
951
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.ClientLocation
|
|
952
|
+
*/
|
|
953
|
+
export declare const Experiment_ClientLocation: Experiment_ClientLocation$Type;
|
|
954
|
+
declare class Experiment_ClientIP$Type extends MessageType<Experiment_ClientIP> {
|
|
955
|
+
constructor();
|
|
956
|
+
create(value?: PartialMessage<Experiment_ClientIP>): Experiment_ClientIP;
|
|
957
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_ClientIP): Experiment_ClientIP;
|
|
958
|
+
internalBinaryWrite(message: Experiment_ClientIP, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
959
|
+
}
|
|
960
|
+
/**
|
|
961
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.ClientIP
|
|
962
|
+
*/
|
|
963
|
+
export declare const Experiment_ClientIP: Experiment_ClientIP$Type;
|
|
964
|
+
declare class Experiment_UserLocale$Type extends MessageType<Experiment_UserLocale> {
|
|
965
|
+
constructor();
|
|
966
|
+
create(value?: PartialMessage<Experiment_UserLocale>): Experiment_UserLocale;
|
|
967
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_UserLocale): Experiment_UserLocale;
|
|
968
|
+
internalBinaryWrite(message: Experiment_UserLocale, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
969
|
+
}
|
|
970
|
+
/**
|
|
971
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.UserLocale
|
|
972
|
+
*/
|
|
973
|
+
export declare const Experiment_UserLocale: Experiment_UserLocale$Type;
|
|
974
|
+
declare class Experiment_UserIsBot$Type extends MessageType<Experiment_UserIsBot> {
|
|
975
|
+
constructor();
|
|
976
|
+
create(value?: PartialMessage<Experiment_UserIsBot>): Experiment_UserIsBot;
|
|
977
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_UserIsBot): Experiment_UserIsBot;
|
|
978
|
+
internalBinaryWrite(message: Experiment_UserIsBot, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
979
|
+
}
|
|
980
|
+
/**
|
|
981
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.UserIsBot
|
|
982
|
+
*/
|
|
983
|
+
export declare const Experiment_UserIsBot: Experiment_UserIsBot$Type;
|
|
984
|
+
declare class Experiment_UserAgeRange$Type extends MessageType<Experiment_UserAgeRange> {
|
|
985
|
+
constructor();
|
|
986
|
+
create(value?: PartialMessage<Experiment_UserAgeRange>): Experiment_UserAgeRange;
|
|
987
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_UserAgeRange): Experiment_UserAgeRange;
|
|
988
|
+
internalBinaryWrite(message: Experiment_UserAgeRange, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
989
|
+
}
|
|
990
|
+
/**
|
|
991
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.UserAgeRange
|
|
992
|
+
*/
|
|
993
|
+
export declare const Experiment_UserAgeRange: Experiment_UserAgeRange$Type;
|
|
994
|
+
declare class Experiment_Fixed64Value$Type extends MessageType<Experiment_Fixed64Value> {
|
|
995
|
+
constructor();
|
|
996
|
+
create(value?: PartialMessage<Experiment_Fixed64Value>): Experiment_Fixed64Value;
|
|
997
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_Fixed64Value): Experiment_Fixed64Value;
|
|
998
|
+
internalBinaryWrite(message: Experiment_Fixed64Value, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
999
|
+
}
|
|
1000
|
+
/**
|
|
1001
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Fixed64Value
|
|
1002
|
+
*/
|
|
1003
|
+
export declare const Experiment_Fixed64Value: Experiment_Fixed64Value$Type;
|
|
1004
|
+
declare class Experiment_UserIDRange$Type extends MessageType<Experiment_UserIDRange> {
|
|
1005
|
+
constructor();
|
|
1006
|
+
create(value?: PartialMessage<Experiment_UserIDRange>): Experiment_UserIDRange;
|
|
1007
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_UserIDRange): Experiment_UserIDRange;
|
|
1008
|
+
internalBinaryWrite(message: Experiment_UserIDRange, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
1009
|
+
}
|
|
1010
|
+
/**
|
|
1011
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.UserIDRange
|
|
1012
|
+
*/
|
|
1013
|
+
export declare const Experiment_UserIDRange: Experiment_UserIDRange$Type;
|
|
1014
|
+
declare class Experiment_UserHasFlag$Type extends MessageType<Experiment_UserHasFlag> {
|
|
1015
|
+
constructor();
|
|
1016
|
+
create(value?: PartialMessage<Experiment_UserHasFlag>): Experiment_UserHasFlag;
|
|
1017
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_UserHasFlag): Experiment_UserHasFlag;
|
|
1018
|
+
internalBinaryWrite(message: Experiment_UserHasFlag, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
1019
|
+
}
|
|
1020
|
+
/**
|
|
1021
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.UserHasFlag
|
|
1022
|
+
*/
|
|
1023
|
+
export declare const Experiment_UserHasFlag: Experiment_UserHasFlag$Type;
|
|
1024
|
+
declare class Experiment_UnitIdInRangeByHash$Type extends MessageType<Experiment_UnitIdInRangeByHash> {
|
|
1025
|
+
constructor();
|
|
1026
|
+
create(value?: PartialMessage<Experiment_UnitIdInRangeByHash>): Experiment_UnitIdInRangeByHash;
|
|
1027
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_UnitIdInRangeByHash): Experiment_UnitIdInRangeByHash;
|
|
1028
|
+
internalBinaryWrite(message: Experiment_UnitIdInRangeByHash, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
1029
|
+
}
|
|
1030
|
+
/**
|
|
1031
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.UnitIdInRangeByHash
|
|
1032
|
+
*/
|
|
1033
|
+
export declare const Experiment_UnitIdInRangeByHash: Experiment_UnitIdInRangeByHash$Type;
|
|
1034
|
+
declare class Experiment_ClientReleaseChannel$Type extends MessageType<Experiment_ClientReleaseChannel> {
|
|
1035
|
+
constructor();
|
|
1036
|
+
create(value?: PartialMessage<Experiment_ClientReleaseChannel>): Experiment_ClientReleaseChannel;
|
|
1037
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_ClientReleaseChannel): Experiment_ClientReleaseChannel;
|
|
1038
|
+
internalBinaryWrite(message: Experiment_ClientReleaseChannel, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
1039
|
+
}
|
|
1040
|
+
/**
|
|
1041
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.ClientReleaseChannel
|
|
1042
|
+
*/
|
|
1043
|
+
export declare const Experiment_ClientReleaseChannel: Experiment_ClientReleaseChannel$Type;
|
|
1044
|
+
declare class Experiment_Always$Type extends MessageType<Experiment_Always> {
|
|
1045
|
+
constructor();
|
|
1046
|
+
create(value?: PartialMessage<Experiment_Always>): Experiment_Always;
|
|
1047
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_Always): Experiment_Always;
|
|
1048
|
+
internalBinaryWrite(message: Experiment_Always, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
1049
|
+
}
|
|
1050
|
+
/**
|
|
1051
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Always
|
|
1052
|
+
*/
|
|
1053
|
+
export declare const Experiment_Always: Experiment_Always$Type;
|
|
1054
|
+
declare class Experiment_Filter$Type extends MessageType<Experiment_Filter> {
|
|
1055
|
+
constructor();
|
|
1056
|
+
create(value?: PartialMessage<Experiment_Filter>): Experiment_Filter;
|
|
1057
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_Filter): Experiment_Filter;
|
|
1058
|
+
internalBinaryWrite(message: Experiment_Filter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
1059
|
+
}
|
|
1060
|
+
/**
|
|
1061
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Filter
|
|
1062
|
+
*/
|
|
1063
|
+
export declare const Experiment_Filter: Experiment_Filter$Type;
|
|
1064
|
+
declare class Experiment_Override$Type extends MessageType<Experiment_Override> {
|
|
1065
|
+
constructor();
|
|
1066
|
+
create(value?: PartialMessage<Experiment_Override>): Experiment_Override;
|
|
1067
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_Override): Experiment_Override;
|
|
1068
|
+
internalBinaryWrite(message: Experiment_Override, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
1069
|
+
}
|
|
1070
|
+
/**
|
|
1071
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Override
|
|
1072
|
+
*/
|
|
1073
|
+
export declare const Experiment_Override: Experiment_Override$Type;
|
|
1074
|
+
declare class Experiment_Rule$Type extends MessageType<Experiment_Rule> {
|
|
1075
|
+
constructor();
|
|
1076
|
+
create(value?: PartialMessage<Experiment_Rule>): Experiment_Rule;
|
|
1077
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Experiment_Rule): Experiment_Rule;
|
|
1078
|
+
internalBinaryWrite(message: Experiment_Rule, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
1079
|
+
}
|
|
1080
|
+
/**
|
|
1081
|
+
* @generated MessageType for protobuf message discord_protos.discord_experimentation.v1.Experiment.Rule
|
|
1082
|
+
*/
|
|
1083
|
+
export declare const Experiment_Rule: Experiment_Rule$Type;
|
|
1084
|
+
export {};
|