discord-protos 1.2.220 → 1.2.221

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.
@@ -234,6 +234,7 @@ message Experiment {
234
234
 
235
235
  message UnitIdInExperiment {
236
236
  option (discord_protos.discord_experimentation.v1.filter_category) = FILTER_CATEGORY_UTILITY;
237
+ option (discord_protos.discord_experimentation.v1.filter_evaluation_mode) = FILTER_EVALUATION_MODE_LAZY;
237
238
  fixed64 experiment_id = 1;
238
239
  repeated int32 variation_ids = 2;
239
240
  }
@@ -2465,7 +2465,7 @@ class Experiment_UnitIdInExperiment$Type extends runtime_4.MessageType {
2465
2465
  super("discord_protos.discord_experimentation.v1.Experiment.UnitIdInExperiment", [
2466
2466
  { no: 1, name: "experiment_id", kind: "scalar", T: 6 /*ScalarType.FIXED64*/, L: 0 /*LongType.BIGINT*/ },
2467
2467
  { no: 2, name: "variation_ids", kind: "scalar", repeat: 1 /*RepeatType.PACKED*/, T: 5 /*ScalarType.INT32*/ }
2468
- ], { "discord_protos.discord_experimentation.v1.filter_category": "FILTER_CATEGORY_UTILITY" });
2468
+ ], { "discord_protos.discord_experimentation.v1.filter_category": "FILTER_CATEGORY_UTILITY", "discord_protos.discord_experimentation.v1.filter_evaluation_mode": "FILTER_EVALUATION_MODE_LAZY" });
2469
2469
  }
2470
2470
  create(value) {
2471
2471
  const message = globalThis.Object.create((this.messagePrototype));
package/dist/index.d.ts CHANGED
@@ -11,7 +11,7 @@ export * from "./discord_protos/users/v1/UserData";
11
11
  export * from "./discord_protos/users/v1/GuildShardingConfig";
12
12
  export * from "./discord_protos/discord_experimentation/v1/Experiment";
13
13
  export * from "./discord_protos/discord_users/v1/FrecencyUserSettings";
14
- export * from "./discord_protos/common/v1/LocalizedSnowflake";
15
- export * from "./discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties";
16
14
  export * from "./discord_protos/discord_kkv_store_value_models/v1/ApplicationUserRoleConnection";
17
15
  export * from "./discord_protos/discord_kkv_store_value_models/v1/AcknowledgedApplicationDisclosures";
16
+ export * from "./discord_protos/common/v1/LocalizedSnowflake";
17
+ export * from "./discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties";
package/dist/index.js CHANGED
@@ -58,7 +58,7 @@ __exportStar(require("./discord_protos/users/v1/UserData"), exports);
58
58
  __exportStar(require("./discord_protos/users/v1/GuildShardingConfig"), exports);
59
59
  __exportStar(require("./discord_protos/discord_experimentation/v1/Experiment"), exports);
60
60
  __exportStar(require("./discord_protos/discord_users/v1/FrecencyUserSettings"), exports);
61
- __exportStar(require("./discord_protos/common/v1/LocalizedSnowflake"), exports);
62
- __exportStar(require("./discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties"), exports);
63
61
  __exportStar(require("./discord_protos/discord_kkv_store_value_models/v1/ApplicationUserRoleConnection"), exports);
64
62
  __exportStar(require("./discord_protos/discord_kkv_store_value_models/v1/AcknowledgedApplicationDisclosures"), exports);
63
+ __exportStar(require("./discord_protos/common/v1/LocalizedSnowflake"), exports);
64
+ __exportStar(require("./discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discord-protos",
3
- "version": "1.2.220",
3
+ "version": "1.2.221",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",