@sentry/api 0.293.0 → 0.294.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/dist/sdk.gen.d.ts CHANGED
@@ -1634,7 +1634,7 @@ export declare const listTeamProjects: <ThrowOnError extends boolean = false>(op
1634
1634
  *
1635
1635
  * Create a new project bound to a team.
1636
1636
  *
1637
- * Note: If your organization has disabled member project creation, the `org:write` or `team:admin` scope is required.
1637
+ * Note: If your organization has disabled member project creation, the `org:write` scope or the Team Admin role on the team is required.
1638
1638
  *
1639
1639
  */
1640
1640
  export declare const createTeamProject: <ThrowOnError extends boolean = false>(options: Options<CreateTeamProjectData, ThrowOnError>) => import("./client").RequestResult<CreateTeamProjectResponses, CreateTeamProjectErrors, ThrowOnError, "fields">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.293.0",
3
+ "version": "0.294.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",