@devvit/public-api 0.11.0-next-2024-07-31-2c8cf2dcf.0 → 0.11.0-next-2024-08-01-8fbb3438f.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.json CHANGED
@@ -10143,7 +10143,7 @@
10143
10143
  "format": "esm"
10144
10144
  },
10145
10145
  "../protos/dist/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.js": {
10146
- "bytes": 38122,
10146
+ "bytes": 38174,
10147
10147
  "imports": [
10148
10148
  {
10149
10149
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -14233,7 +14233,7 @@
14233
14233
  "bytesInOutput": 38038
14234
14234
  },
14235
14235
  "../protos/dist/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.js": {
14236
- "bytesInOutput": 23340
14236
+ "bytesInOutput": 23382
14237
14237
  },
14238
14238
  "../protos/dist/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.js": {
14239
14239
  "bytesInOutput": 61001
@@ -14530,7 +14530,7 @@
14530
14530
  "bytesInOutput": 370
14531
14531
  }
14532
14532
  },
14533
- "bytes": 14790746
14533
+ "bytes": 14790920
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-2c8cf2dcf.0",
3
+ "version": "0.11.0-next-2024-08-01-8fbb3438f.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-2c8cf2dcf.0",
34
- "@devvit/shared-types": "0.11.0-next-2024-07-31-2c8cf2dcf.0",
33
+ "@devvit/protos": "0.11.0-next-2024-08-01-8fbb3438f.0",
34
+ "@devvit/shared-types": "0.11.0-next-2024-08-01-8fbb3438f.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-2c8cf2dcf.0",
43
- "@devvit/repo-tools": "0.11.0-next-2024-07-31-2c8cf2dcf.0",
44
- "@devvit/tsconfig": "0.11.0-next-2024-07-31-2c8cf2dcf.0",
42
+ "@devvit/eslint-config": "0.11.0-next-2024-08-01-8fbb3438f.0",
43
+ "@devvit/repo-tools": "0.11.0-next-2024-08-01-8fbb3438f.0",
44
+ "@devvit/tsconfig": "0.11.0-next-2024-08-01-8fbb3438f.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": "e46ac95468de17a8f2b8f9adcf9d316990302250"
67
+ "gitHead": "9142bbba803d43403f0bae50315cd4a349075bec"
68
68
  }
package/public-api.d.ts CHANGED
@@ -18228,7 +18228,7 @@ declare const LinksAndCommentsDefinition: {
18228
18228
  readonly responseStream: false;
18229
18229
  readonly options: {
18230
18230
  readonly _unknownFields: {
18231
- readonly 480010: readonly [Uint8Array, Uint8Array, Uint8Array, Uint8Array];
18231
+ readonly 480010: readonly [Uint8Array, Uint8Array, Uint8Array, Uint8Array, Uint8Array];
18232
18232
  };
18233
18233
  };
18234
18234
  };
@@ -19305,7 +19305,13 @@ declare const LinksAndCommentsDefinition: {
19305
19305
  encode(message: SendRepliesRequest, writer?: _m0.Writer): _m0.Writer;
19306
19306
  decode(input: _m0.Reader | Uint8Array, length?: number | undefined): SendRepliesRequest;
19307
19307
  fromJSON(object: any): SendRepliesRequest;
19308
- toJSON(message: SendRepliesRequest): unknown;
19308
+ toJSON(message: SendRepliesRequest): unknown; /**
19309
+ * Enable comments for a Post or Comment
19310
+ * Note: `id` must be a single thing ID for a Post or Comment
19311
+ *
19312
+ * @see {@link Lock}
19313
+ * @see {@link https://www.reddit.com/dev/api#POST_api_unlock}
19314
+ */
19309
19315
  create(base?: {
19310
19316
  id?: string;
19311
19317
  state?: boolean;