@devvit/public-api 0.11.0-next-2024-07-31-596e8e9a9.0 → 0.11.0-next-2024-07-31-32c8a9289.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.json CHANGED
@@ -8973,7 +8973,7 @@
8973
8973
  "format": "esm"
8974
8974
  },
8975
8975
  "../protos/dist/types/devvit/events/v1alpha/events.js": {
8976
- "bytes": 83587,
8976
+ "bytes": 83623,
8977
8977
  "imports": [
8978
8978
  {
8979
8979
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -14107,7 +14107,7 @@
14107
14107
  "bytesInOutput": 19436
14108
14108
  },
14109
14109
  "../protos/dist/types/devvit/events/v1alpha/events.js": {
14110
- "bytesInOutput": 75228
14110
+ "bytesInOutput": 75264
14111
14111
  },
14112
14112
  "../protos/dist/types/devvit/events/v1alpha/wqcleanup.js": {
14113
14113
  "bytesInOutput": 2139
@@ -14530,7 +14530,7 @@
14530
14530
  "bytesInOutput": 370
14531
14531
  }
14532
14532
  },
14533
- "bytes": 14776067
14533
+ "bytes": 14776151
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-596e8e9a9.0",
3
+ "version": "0.11.0-next-2024-07-31-32c8a9289.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-596e8e9a9.0",
34
- "@devvit/shared-types": "0.11.0-next-2024-07-31-596e8e9a9.0",
33
+ "@devvit/protos": "0.11.0-next-2024-07-31-32c8a9289.0",
34
+ "@devvit/shared-types": "0.11.0-next-2024-07-31-32c8a9289.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-596e8e9a9.0",
43
- "@devvit/repo-tools": "0.11.0-next-2024-07-31-596e8e9a9.0",
44
- "@devvit/tsconfig": "0.11.0-next-2024-07-31-596e8e9a9.0",
42
+ "@devvit/eslint-config": "0.11.0-next-2024-07-31-32c8a9289.0",
43
+ "@devvit/repo-tools": "0.11.0-next-2024-07-31-32c8a9289.0",
44
+ "@devvit/tsconfig": "0.11.0-next-2024-07-31-32c8a9289.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": "deff48a690a38a3a29f85d66d3b60d1b03b6df57"
67
+ "gitHead": "a7541368497c4a910a7da699ee8320b646ce3f8c"
68
68
  }
package/public-api.d.ts CHANGED
@@ -38176,7 +38176,7 @@ declare const OnPostSpoilerUpdateDefinition: {
38176
38176
  iconImage?: string;
38177
38177
  description?: string;
38178
38178
  } | undefined;
38179
- isNsfw?: boolean;
38179
+ isSpoiler?: boolean;
38180
38180
  subreddit?: {
38181
38181
  id?: string;
38182
38182
  name?: string;
@@ -38303,7 +38303,7 @@ declare const OnPostSpoilerUpdateDefinition: {
38303
38303
  iconImage?: string;
38304
38304
  description?: string;
38305
38305
  } | undefined;
38306
- isNsfw?: boolean;
38306
+ isSpoiler?: boolean;
38307
38307
  subreddit?: {
38308
38308
  id?: string;
38309
38309
  name?: string;
@@ -40581,7 +40581,7 @@ export declare type PostSpoilerUpdate = 'PostSpoilerUpdate';
40581
40581
  declare interface PostSpoilerUpdate_2 {
40582
40582
  post?: PostV2 | undefined;
40583
40583
  author?: UserV2 | undefined;
40584
- isNsfw: boolean;
40584
+ isSpoiler: boolean;
40585
40585
  subreddit?: SubredditV2 | undefined;
40586
40586
  }
40587
40587
 
@@ -59665,7 +59665,7 @@ declare const TriggersDefinition: {
59665
59665
  iconImage?: string;
59666
59666
  description?: string;
59667
59667
  } | undefined;
59668
- isNsfw?: boolean;
59668
+ isSpoiler?: boolean;
59669
59669
  subreddit?: {
59670
59670
  id?: string;
59671
59671
  name?: string;
@@ -61868,7 +61868,7 @@ declare const TriggersDefinition: {
61868
61868
  iconImage?: string;
61869
61869
  description?: string;
61870
61870
  } | undefined;
61871
- isNsfw?: boolean;
61871
+ isSpoiler?: boolean;
61872
61872
  subreddit?: {
61873
61873
  id?: string;
61874
61874
  name?: string;
@@ -64093,7 +64093,7 @@ declare const TriggersDefinition: {
64093
64093
  iconImage?: string;
64094
64094
  description?: string;
64095
64095
  } | undefined;
64096
- isNsfw?: boolean;
64096
+ isSpoiler?: boolean;
64097
64097
  subreddit?: {
64098
64098
  id?: string;
64099
64099
  name?: string;
@@ -66296,7 +66296,7 @@ declare const TriggersDefinition: {
66296
66296
  iconImage?: string;
66297
66297
  description?: string;
66298
66298
  } | undefined;
66299
- isNsfw?: boolean;
66299
+ isSpoiler?: boolean;
66300
66300
  subreddit?: {
66301
66301
  id?: string;
66302
66302
  name?: string;