discord-protos 1.2.199 → 1.2.201

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.
@@ -352,6 +352,7 @@ message Experiment {
352
352
  SURFACE_ADS_BUDGET_AB = 5;
353
353
  SURFACE_AV_WORKER = 6;
354
354
  SURFACE_SEO = 7;
355
+ SURFACE_MARKETING = 8;
355
356
  }
356
357
 
357
358
  enum ExposureTracking {
@@ -1084,7 +1084,11 @@ export declare enum Experiment_Surface {
1084
1084
  /**
1085
1085
  * @generated from protobuf enum value: SURFACE_SEO = 7;
1086
1086
  */
1087
- SEO = 7
1087
+ SEO = 7,
1088
+ /**
1089
+ * @generated from protobuf enum value: SURFACE_MARKETING = 8;
1090
+ */
1091
+ MARKETING = 8
1088
1092
  }
1089
1093
  /**
1090
1094
  * @generated from protobuf enum discord_protos.discord_experimentation.v1.Experiment.ExposureTracking
@@ -144,6 +144,10 @@ var Experiment_Surface;
144
144
  * @generated from protobuf enum value: SURFACE_SEO = 7;
145
145
  */
146
146
  Experiment_Surface[Experiment_Surface["SEO"] = 7] = "SEO";
147
+ /**
148
+ * @generated from protobuf enum value: SURFACE_MARKETING = 8;
149
+ */
150
+ Experiment_Surface[Experiment_Surface["MARKETING"] = 8] = "MARKETING";
147
151
  })(Experiment_Surface || (exports.Experiment_Surface = Experiment_Surface = {}));
148
152
  /**
149
153
  * @generated from protobuf enum discord_protos.discord_experimentation.v1.Experiment.ExposureTracking
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discord-protos",
3
- "version": "1.2.199",
3
+ "version": "1.2.201",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",