discord-protos 1.2.90 → 1.2.92

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discord-protos",
3
- "version": "1.2.90",
3
+ "version": "1.2.92",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "license": "MIT",
23
23
  "scripts": {
24
- "py": "protoc --proto_path=./discord_protos/ --python_out=discord_protos ./discord_protos/users/v1/User.proto ./discord_protos/users/v1/MediumUser.proto ./discord_protos/users/v1/UserData.proto ./discord_protos/users/v1/GuildShardingConfig.proto ./discord_protos/discord_users/v1/PreloadedUserSettings.proto ./discord_protos/discord_users/v1/FrecencyUserSettings.proto ./discord_protos/discord_experimentation/v1/Experiment.proto ./discord_protos/discord_kkv_store_value_models/v1/ApplicationUserRoleConnection.proto ./discord_protos/discord_kkv_store_value_models/v1/AcknowledgedApplicationDisclosures.proto ./discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.proto",
25
- "js": "protoc --proto_path=./discord_protos/ --ts_out src/discord_protos ./discord_protos/users/v1/User.proto ./discord_protos/users/v1/MediumUser.proto ./discord_protos/users/v1/UserData.proto ./discord_protos/users/v1/GuildShardingConfig.proto ./discord_protos/discord_users/v1/PreloadedUserSettings.proto ./discord_protos/discord_users/v1/FrecencyUserSettings.proto ./discord_protos/discord_experimentation/v1/Experiment.proto ./discord_protos/discord_kkv_store_value_models/v1/ApplicationUserRoleConnection.proto ./discord_protos/discord_kkv_store_value_models/v1/AcknowledgedApplicationDisclosures.proto ./discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.proto",
24
+ "py": "protoc --proto_path=./discord_protos/ --python_out=discord_protos ./discord_protos/users/v1/User.proto ./discord_protos/users/v1/MediumUser.proto ./discord_protos/users/v1/UserData.proto ./discord_protos/users/v1/GuildShardingConfig.proto ./discord_protos/discord_experimentation/v1/Experiment.proto ./discord_protos/discord_users/v1/PreloadedUserSettings.proto ./discord_protos/discord_users/v1/FrecencyUserSettings.proto ./discord_protos/discord_kkv_store_value_models/v1/ApplicationUserRoleConnection.proto ./discord_protos/discord_kkv_store_value_models/v1/AcknowledgedApplicationDisclosures.proto ./discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.proto",
25
+ "js": "protoc --proto_path=./discord_protos/ --ts_out src/discord_protos ./discord_protos/users/v1/User.proto ./discord_protos/users/v1/MediumUser.proto ./discord_protos/users/v1/UserData.proto ./discord_protos/users/v1/GuildShardingConfig.proto ./discord_protos/discord_experimentation/v1/Experiment.proto ./discord_protos/discord_users/v1/PreloadedUserSettings.proto ./discord_protos/discord_users/v1/FrecencyUserSettings.proto ./discord_protos/discord_kkv_store_value_models/v1/ApplicationUserRoleConnection.proto ./discord_protos/discord_kkv_store_value_models/v1/AcknowledgedApplicationDisclosures.proto ./discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.proto",
26
26
  "build": "tsc",
27
27
  "load": "npm run build && node dist/load.js"
28
28
  },