@devvit/public-api 0.11.0-next-2024-07-31-2e8f94a62.0 → 0.11.0-next-2024-07-31-d303e7c43.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.json CHANGED
@@ -9950,7 +9950,7 @@
9950
9950
  "format": "esm"
9951
9951
  },
9952
9952
  "../protos/dist/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.js": {
9953
- "bytes": 46947,
9953
+ "bytes": 52758,
9954
9954
  "imports": [
9955
9955
  {
9956
9956
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -14209,7 +14209,7 @@
14209
14209
  "bytesInOutput": 3667
14210
14210
  },
14211
14211
  "../protos/dist/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.js": {
14212
- "bytesInOutput": 27062
14212
+ "bytesInOutput": 30813
14213
14213
  },
14214
14214
  "../protos/dist/types/devvit/plugin/redditapi/newmodmail/newmodmail_msg.js": {
14215
14215
  "bytesInOutput": 213915
@@ -14530,7 +14530,7 @@
14530
14530
  "bytesInOutput": 370
14531
14531
  }
14532
14532
  },
14533
- "bytes": 14776151
14533
+ "bytes": 14790746
14534
14534
  }
14535
14535
  }
14536
14536
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.11.0-next-2024-07-31-2e8f94a62.0",
3
+ "version": "0.11.0-next-2024-07-31-d303e7c43.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "types": "./index.d.ts",
32
32
  "dependencies": {
33
- "@devvit/protos": "0.11.0-next-2024-07-31-2e8f94a62.0",
34
- "@devvit/shared-types": "0.11.0-next-2024-07-31-2e8f94a62.0",
33
+ "@devvit/protos": "0.11.0-next-2024-07-31-d303e7c43.0",
34
+ "@devvit/shared-types": "0.11.0-next-2024-07-31-d303e7c43.0",
35
35
  "base64-js": "1.5.1",
36
36
  "clone-deep": "4.0.1",
37
37
  "core-js": "3.27.2",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@ampproject/filesize": "4.3.0",
42
- "@devvit/eslint-config": "0.11.0-next-2024-07-31-2e8f94a62.0",
43
- "@devvit/repo-tools": "0.11.0-next-2024-07-31-2e8f94a62.0",
44
- "@devvit/tsconfig": "0.11.0-next-2024-07-31-2e8f94a62.0",
42
+ "@devvit/eslint-config": "0.11.0-next-2024-07-31-d303e7c43.0",
43
+ "@devvit/repo-tools": "0.11.0-next-2024-07-31-d303e7c43.0",
44
+ "@devvit/tsconfig": "0.11.0-next-2024-07-31-d303e7c43.0",
45
45
  "@microsoft/api-extractor": "7.41.0",
46
46
  "@reddit/faceplate-ui": "11.3.3",
47
47
  "@types/clone-deep": "4.0.1",
@@ -64,5 +64,5 @@
64
64
  }
65
65
  },
66
66
  "source": "./src/index.ts",
67
- "gitHead": "7c203d7f414c4506a927a8939c338abbf373de8c"
67
+ "gitHead": "65b08ac6aef9b975b49bbeb96233434007ae0216"
68
68
  }
package/public-api.d.ts CHANGED
@@ -29138,7 +29138,11 @@ declare const NewModmailDefinition: {
29138
29138
  }): GetConversationsResponse_2;
29139
29139
  };
29140
29140
  readonly responseStream: false;
29141
- readonly options: {};
29141
+ readonly options: {
29142
+ readonly _unknownFields: {
29143
+ readonly 480010: readonly [Uint8Array, Uint8Array, Uint8Array];
29144
+ };
29145
+ };
29142
29146
  };
29143
29147
  /** https://www.reddit.com/dev/api#POST_api_mod_conversations */
29144
29148
  readonly createConversation: {
@@ -29802,7 +29806,11 @@ declare const NewModmailDefinition: {
29802
29806
  }): GetConversationResponse_2;
29803
29807
  };
29804
29808
  readonly responseStream: false;
29805
- readonly options: {};
29809
+ readonly options: {
29810
+ readonly _unknownFields: {
29811
+ readonly 480010: readonly [Uint8Array, Uint8Array, Uint8Array];
29812
+ };
29813
+ };
29806
29814
  };
29807
29815
  /** https://www.reddit.com/dev/api#POST_api_mod_conversations_:conversation_id */
29808
29816
  readonly createConversationMessage: {