@devvit/protos 0.11.1-next-2024-10-14-af7baa6eb.0 → 0.11.1-next-2024-10-14-9dfef9528.0

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.
@@ -80,7 +80,7 @@ service NewModmail {
80
80
  rpc MuteConversation(MuteConversationRequest) returns (MuteConversationResponse) {
81
81
  option (devvit.plugin.redditapi.common.api_client_config).method = 'POST';
82
82
  option (devvit.plugin.redditapi.common.api_client_config).path = '/api/mod/conversations/{conversation_id}/mute';
83
- option (devvit.plugin.redditapi.common.api_client_config).request_body_type = FORM_CAMEL;
83
+ option (devvit.plugin.redditapi.common.api_client_config).request_body_type = FORM_SNAKE;
84
84
  }
85
85
 
86
86
  // https://www.reddit.com/dev/api#POST_api_mod_conversations_:conversation_id_temp_ban
@@ -898,7 +898,7 @@ export const NewModmailDefinition = {
898
898
  116,
899
899
  101,
900
900
  ]),
901
- new Uint8Array([2, 24, 3]),
901
+ new Uint8Array([2, 24, 4]),
902
902
  ],
903
903
  },
904
904
  },