@devvit/protos 0.12.1-next-2025-08-28-22-46-23-a75a7b355.0 → 0.12.1-next-2025-09-02-18-53-59-21f11c61a.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,10 @@
6
6
  */
7
7
  import type { ConsentStatus } from "../../../../reddit/devvit/app_permission/v1/app_permission.js";
8
8
  /** This effect is used to check if the app can execute some actions as the user */
9
- export type CanRunAsUserEffect = {};
9
+ export type CanRunAsUserEffect = {
10
+ /** Post Thing ID (t3) */
11
+ postId: string;
12
+ };
10
13
  /** This event is emitted when the user grants (allow) or rejects (deny) the app's permission request */
11
14
  export type ConsentStatusEvent = {
12
15
  /** whether the user granted or rejected the app's permission request */
@@ -1 +1 @@
1
- {"version":3,"file":"app_permission.d.ts","sourceRoot":"","sources":["../../../../../../src/json/devvit/ui/effects/v1alpha/app_permission.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+DAA+D,CAAC;AAEnG,mFAAmF;AACnF,MAAM,MAAM,kBAAkB,GAAG,EAChC,CAAA;AAED,wGAAwG;AACxG,MAAM,MAAM,kBAAkB,GAAG;IAC/B,wEAAwE;IACxE,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAA"}
1
+ {"version":3,"file":"app_permission.d.ts","sourceRoot":"","sources":["../../../../../../src/json/devvit/ui/effects/v1alpha/app_permission.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+DAA+D,CAAC;AAEnG,mFAAmF;AACnF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,yBAAyB;IACzB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAA;AAED,wGAAwG;AACxG,MAAM,MAAM,kBAAkB,GAAG;IAC/B,wEAAwE;IACxE,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAA"}
package/meta.min.json CHANGED
@@ -5444,7 +5444,7 @@
5444
5444
  "format": "esm"
5445
5445
  },
5446
5446
  "src/types/devvit/ui/effects/v1alpha/app_permission.ts": {
5447
- "bytes": 4384,
5447
+ "bytes": 4877,
5448
5448
  "imports": [
5449
5449
  {
5450
5450
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -7569,7 +7569,7 @@
7569
7569
  "imports": [],
7570
7570
  "exports": [],
7571
7571
  "inputs": {},
7572
- "bytes": 5602466
7572
+ "bytes": 5603275
7573
7573
  },
7574
7574
  "dist/protos.min.js": {
7575
7575
  "imports": [],
@@ -7888,7 +7888,7 @@
7888
7888
  "bytesInOutput": 1520
7889
7889
  },
7890
7890
  "src/types/devvit/ui/effects/v1alpha/app_permission.ts": {
7891
- "bytesInOutput": 1289
7891
+ "bytesInOutput": 1518
7892
7892
  },
7893
7893
  "src/types/devvit/ui/effects/v1alpha/create_order.ts": {
7894
7894
  "bytesInOutput": 4527
@@ -8080,7 +8080,7 @@
8080
8080
  "bytesInOutput": 2438
8081
8081
  }
8082
8082
  },
8083
- "bytes": 1446258
8083
+ "bytes": 1446487
8084
8084
  }
8085
8085
  }
8086
8086
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.12.1-next-2025-08-28-22-46-23-a75a7b355.0",
3
+ "version": "0.12.1-next-2025-09-02-18-53-59-21f11c61a.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -65,8 +65,8 @@
65
65
  },
66
66
  "devDependencies": {
67
67
  "@ampproject/filesize": "4.3.0",
68
- "@devvit/repo-tools": "0.12.1-next-2025-08-28-22-46-23-a75a7b355.0",
69
- "@devvit/tsconfig": "0.12.1-next-2025-08-28-22-46-23-a75a7b355.0",
68
+ "@devvit/repo-tools": "0.12.1-next-2025-09-02-18-53-59-21f11c61a.0",
69
+ "@devvit/tsconfig": "0.12.1-next-2025-09-02-18-53-59-21f11c61a.0",
70
70
  "@protobuf-ts/plugin": "2.9.3",
71
71
  "@types/long": "4.0.2",
72
72
  "chokidar-cli": "3.0.0",
@@ -97,5 +97,5 @@
97
97
  ]
98
98
  }
99
99
  },
100
- "gitHead": "df935d3df93f9f51c5a6feb2b0f07ed62e01f1bd"
100
+ "gitHead": "4ddd7722dad1097215f0cd1798aa8b4f5ba6609b"
101
101
  }