@devvit/protos 0.11.17-next-2025-05-29-725cd7396.0 → 0.11.17-next-2025-06-02-50427ee57.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.11.17-next-2025-05-29-725cd7396.0",
3
+ "version": "0.11.17-next-2025-06-02-50427ee57.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@ampproject/filesize": "4.3.0",
48
- "@devvit/repo-tools": "0.11.17-next-2025-05-29-725cd7396.0",
49
- "@devvit/tsconfig": "0.11.17-next-2025-05-29-725cd7396.0",
48
+ "@devvit/repo-tools": "0.11.17-next-2025-06-02-50427ee57.0",
49
+ "@devvit/tsconfig": "0.11.17-next-2025-06-02-50427ee57.0",
50
50
  "@protobuf-ts/plugin": "2.9.3",
51
51
  "@types/long": "4.0.2",
52
52
  "chokidar-cli": "3.0.0",
@@ -80,5 +80,5 @@
80
80
  ]
81
81
  }
82
82
  },
83
- "gitHead": "84bc817e5dd772ce5eb4bec5b2e7850d060664a5"
83
+ "gitHead": "b70f291105b6aa1ec2ffe2cb9fc048a13bef7d40"
84
84
  }
@@ -10,6 +10,8 @@ option go_package = "github.snooguts.net/reddit/reddit-devplatform-monorepo/go-c
10
10
  message CreateOrganizationRequest {
11
11
  string name = 1;
12
12
  google.protobuf.Timestamp contract_end_date = 2;
13
+ // Indicates if the organization is an internal or external organization
14
+ bool is_internal = 3;
13
15
  }
14
16
 
15
17
  message CreateOrganizationResponse {