@devvit/public-api 0.11.0-next-2024-07-23-33f5f2eff.0 → 0.11.0-next-2024-07-23-33a24e1e5.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.json CHANGED
@@ -8844,7 +8844,7 @@
8844
8844
  "format": "esm"
8845
8845
  },
8846
8846
  "../protos/dist/types/devvit/events/v1alpha/events.js": {
8847
- "bytes": 83587,
8847
+ "bytes": 83623,
8848
8848
  "imports": [
8849
8849
  {
8850
8850
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -14194,7 +14194,7 @@
14194
14194
  "bytesInOutput": 19429
14195
14195
  },
14196
14196
  "../protos/dist/types/devvit/events/v1alpha/events.js": {
14197
- "bytesInOutput": 75200
14197
+ "bytesInOutput": 75236
14198
14198
  },
14199
14199
  "../protos/dist/types/devvit/dev_portal/installation/installation.js": {
14200
14200
  "bytesInOutput": 68300
@@ -14644,7 +14644,7 @@
14644
14644
  "bytesInOutput": 4358
14645
14645
  }
14646
14646
  },
14647
- "bytes": 15180729
14647
+ "bytes": 15180813
14648
14648
  }
14649
14649
  }
14650
14650
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.11.0-next-2024-07-23-33f5f2eff.0",
3
+ "version": "0.11.0-next-2024-07-23-33a24e1e5.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-23-33f5f2eff.0",
34
- "@devvit/shared-types": "0.11.0-next-2024-07-23-33f5f2eff.0",
33
+ "@devvit/protos": "0.11.0-next-2024-07-23-33a24e1e5.0",
34
+ "@devvit/shared-types": "0.11.0-next-2024-07-23-33a24e1e5.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-23-33f5f2eff.0",
43
- "@devvit/repo-tools": "0.11.0-next-2024-07-23-33f5f2eff.0",
44
- "@devvit/tsconfig": "0.11.0-next-2024-07-23-33f5f2eff.0",
42
+ "@devvit/eslint-config": "0.11.0-next-2024-07-23-33a24e1e5.0",
43
+ "@devvit/repo-tools": "0.11.0-next-2024-07-23-33a24e1e5.0",
44
+ "@devvit/tsconfig": "0.11.0-next-2024-07-23-33a24e1e5.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": "e8f759ad82be4490bcdfac73b4ce3d3944bb1fe1"
67
+ "gitHead": "18d340f49c2079d4cb7d18d04e939fe8ee9039e7"
68
68
  }
package/public-api.d.ts CHANGED
@@ -38564,7 +38564,7 @@ declare const OnPostSpoilerUpdateDefinition: {
38564
38564
  iconImage?: string;
38565
38565
  description?: string;
38566
38566
  } | undefined;
38567
- isNsfw?: boolean;
38567
+ isSpoiler?: boolean;
38568
38568
  subreddit?: {
38569
38569
  id?: string;
38570
38570
  name?: string;
@@ -38691,7 +38691,7 @@ declare const OnPostSpoilerUpdateDefinition: {
38691
38691
  iconImage?: string;
38692
38692
  description?: string;
38693
38693
  } | undefined;
38694
- isNsfw?: boolean;
38694
+ isSpoiler?: boolean;
38695
38695
  subreddit?: {
38696
38696
  id?: string;
38697
38697
  name?: string;
@@ -40967,7 +40967,7 @@ export declare type PostSpoilerUpdate = 'PostSpoilerUpdate';
40967
40967
  declare interface PostSpoilerUpdate_2 {
40968
40968
  post?: PostV2 | undefined;
40969
40969
  author?: UserV2 | undefined;
40970
- isNsfw: boolean;
40970
+ isSpoiler: boolean;
40971
40971
  subreddit?: SubredditV2 | undefined;
40972
40972
  }
40973
40973
 
@@ -59652,7 +59652,7 @@ declare const TriggersDefinition: {
59652
59652
  iconImage?: string;
59653
59653
  description?: string;
59654
59654
  } | undefined;
59655
- isNsfw?: boolean;
59655
+ isSpoiler?: boolean;
59656
59656
  subreddit?: {
59657
59657
  id?: string;
59658
59658
  name?: string;
@@ -61855,7 +61855,7 @@ declare const TriggersDefinition: {
61855
61855
  iconImage?: string;
61856
61856
  description?: string;
61857
61857
  } | undefined;
61858
- isNsfw?: boolean;
61858
+ isSpoiler?: boolean;
61859
61859
  subreddit?: {
61860
61860
  id?: string;
61861
61861
  name?: string;
@@ -64080,7 +64080,7 @@ declare const TriggersDefinition: {
64080
64080
  iconImage?: string;
64081
64081
  description?: string;
64082
64082
  } | undefined;
64083
- isNsfw?: boolean;
64083
+ isSpoiler?: boolean;
64084
64084
  subreddit?: {
64085
64085
  id?: string;
64086
64086
  name?: string;
@@ -66283,7 +66283,7 @@ declare const TriggersDefinition: {
66283
66283
  iconImage?: string;
66284
66284
  description?: string;
66285
66285
  } | undefined;
66286
- isNsfw?: boolean;
66286
+ isSpoiler?: boolean;
66287
66287
  subreddit?: {
66288
66288
  id?: string;
66289
66289
  name?: string;