@devvit/public-api 0.11.0-next-2024-07-08-65f535f70.0 → 0.11.0-next-2024-07-08-adabf5fe7.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.json CHANGED
@@ -8792,7 +8792,7 @@
8792
8792
  "format": "esm"
8793
8793
  },
8794
8794
  "../protos/dist/types/devvit/events/v1alpha/events.js": {
8795
- "bytes": 75585,
8795
+ "bytes": 75835,
8796
8796
  "imports": [
8797
8797
  {
8798
8798
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -14070,7 +14070,7 @@
14070
14070
  "bytesInOutput": 17824
14071
14071
  },
14072
14072
  "../protos/dist/types/devvit/events/v1alpha/events.js": {
14073
- "bytesInOutput": 67968
14073
+ "bytesInOutput": 68206
14074
14074
  },
14075
14075
  "../protos/dist/types/devvit/dev_portal/installation/installation.js": {
14076
14076
  "bytesInOutput": 68300
@@ -14514,7 +14514,7 @@
14514
14514
  "bytesInOutput": 4450
14515
14515
  }
14516
14516
  },
14517
- "bytes": 14943164
14517
+ "bytes": 14943918
14518
14518
  }
14519
14519
  }
14520
14520
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.11.0-next-2024-07-08-65f535f70.0",
3
+ "version": "0.11.0-next-2024-07-08-adabf5fe7.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-08-65f535f70.0",
34
- "@devvit/shared-types": "0.11.0-next-2024-07-08-65f535f70.0",
33
+ "@devvit/protos": "0.11.0-next-2024-07-08-adabf5fe7.0",
34
+ "@devvit/shared-types": "0.11.0-next-2024-07-08-adabf5fe7.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-08-65f535f70.0",
43
- "@devvit/repo-tools": "0.11.0-next-2024-07-08-65f535f70.0",
44
- "@devvit/tsconfig": "0.11.0-next-2024-07-08-65f535f70.0",
42
+ "@devvit/eslint-config": "0.11.0-next-2024-07-08-adabf5fe7.0",
43
+ "@devvit/repo-tools": "0.11.0-next-2024-07-08-adabf5fe7.0",
44
+ "@devvit/tsconfig": "0.11.0-next-2024-07-08-adabf5fe7.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": "1b1d7cbcc932bca1977b4743c8971b5c1a0d77ad"
67
+ "gitHead": "f32732b365fc287bcc64449847330719b8ab699b"
68
68
  }
package/public-api.d.ts CHANGED
@@ -9275,6 +9275,7 @@ declare enum DeletionReason {
9275
9275
  LEGAL = 2,
9276
9276
  OTHER = 3,
9277
9277
  UNKNOWN = 4,
9278
+ EXPLICIT_CONTENT = 5,
9278
9279
  UNRECOGNIZED = -1
9279
9280
  }
9280
9281