@devvit/public-api 0.10.23-next-2024-06-13-cad38246a.0 → 0.10.23-next-2024-06-13-22bae734d.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.json CHANGED
@@ -10066,7 +10066,7 @@
10066
10066
  "format": "esm"
10067
10067
  },
10068
10068
  "../protos/dist/types/devvit/plugin/redditapi/listings/listings_svc.js": {
10069
- "bytes": 35535,
10069
+ "bytes": 25214,
10070
10070
  "imports": [
10071
10071
  {
10072
10072
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -14227,7 +14227,7 @@
14227
14227
  "bytesInOutput": 43555
14228
14228
  },
14229
14229
  "../protos/dist/types/devvit/plugin/redditapi/listings/listings_svc.js": {
14230
- "bytesInOutput": 21563
14230
+ "bytesInOutput": 15070
14231
14231
  },
14232
14232
  "../protos/dist/types/devvit/plugin/redditapi/listings/listings_msg.js": {
14233
14233
  "bytesInOutput": 38038
@@ -14524,7 +14524,7 @@
14524
14524
  "bytesInOutput": 4450
14525
14525
  }
14526
14526
  },
14527
- "bytes": 14994832
14527
+ "bytes": 14969367
14528
14528
  }
14529
14529
  }
14530
14530
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.10.23-next-2024-06-13-cad38246a.0",
3
+ "version": "0.10.23-next-2024-06-13-22bae734d.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.10.23-next-2024-06-13-cad38246a.0",
34
- "@devvit/shared-types": "0.10.23-next-2024-06-13-cad38246a.0",
33
+ "@devvit/protos": "0.10.23-next-2024-06-13-22bae734d.0",
34
+ "@devvit/shared-types": "0.10.23-next-2024-06-13-22bae734d.0",
35
35
  "base64-js": "1.5.1",
36
36
  "clone-deep": "4.0.1",
37
37
  "core-js": "3.27.2",
@@ -41,7 +41,7 @@
41
41
  "@ampproject/filesize": "4.3.0",
42
42
  "@devvit/eslint-config": "0.10.22",
43
43
  "@devvit/repo-tools": "0.10.22",
44
- "@devvit/tsconfig": "0.10.23-next-2024-06-13-cad38246a.0",
44
+ "@devvit/tsconfig": "0.10.23-next-2024-06-13-22bae734d.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": "f7de895f786949d9b7b476e7d9f1b8fd2124755a"
67
+ "gitHead": "6dca2e6fe52db6a6917d72a09623de9dedef2e06"
68
68
  }
package/public-api.d.ts CHANGED
@@ -20445,12 +20445,14 @@ declare interface Listings {
20445
20445
  * Get a comment tree for a Post
20446
20446
  *
20447
20447
  * @see {@link https://www.reddit.com/dev/api#GET_comments_\{article\}}
20448
+ * Note: reddit API returns this in an array of listings. Generated code can't handle this.
20448
20449
  */
20449
20450
  Comments(request: GetCommentsRequest, metadata?: Metadata): Promise<ListingResponse>;
20450
20451
  /**
20451
20452
  * Find duplicate posts that reference the same URL as this Post
20452
20453
  *
20453
20454
  * @see {@link https://www.reddit.com/dev/api#GET_duplicates_\{article\}}
20455
+ * Note: reddit API returns this in an array of listings. Generated code can't handle this.
20454
20456
  */
20455
20457
  Duplicates(request: GetDuplicatesRequest, metadata?: Metadata): Promise<ListingResponse>;
20456
20458
  /**
@@ -21252,6 +21254,7 @@ declare const ListingsDefinition: {
21252
21254
  * Get a comment tree for a Post
21253
21255
  *
21254
21256
  * @see {@link https://www.reddit.com/dev/api#GET_comments_\{article\}}
21257
+ * Note: reddit API returns this in an array of listings. Generated code can't handle this.
21255
21258
  */
21256
21259
  readonly comments: {
21257
21260
  readonly name: "Comments";
@@ -21629,16 +21632,13 @@ declare const ListingsDefinition: {
21629
21632
  }): ListingResponse;
21630
21633
  };
21631
21634
  readonly responseStream: false;
21632
- readonly options: {
21633
- readonly _unknownFields: {
21634
- readonly 480010: readonly [Uint8Array];
21635
- };
21636
- };
21635
+ readonly options: {};
21637
21636
  };
21638
21637
  /**
21639
21638
  * Find duplicate posts that reference the same URL as this Post
21640
21639
  *
21641
21640
  * @see {@link https://www.reddit.com/dev/api#GET_duplicates_\{article\}}
21641
+ * Note: reddit API returns this in an array of listings. Generated code can't handle this.
21642
21642
  */
21643
21643
  readonly duplicates: {
21644
21644
  readonly name: "Duplicates";
@@ -22018,11 +22018,7 @@ declare const ListingsDefinition: {
22018
22018
  }): ListingResponse;
22019
22019
  };
22020
22020
  readonly responseStream: false;
22021
- readonly options: {
22022
- readonly _unknownFields: {
22023
- readonly 480010: readonly [Uint8Array];
22024
- };
22025
- };
22021
+ readonly options: {};
22026
22022
  };
22027
22023
  /**
22028
22024
  * Listing with Hot sort