@sentry/api 0.292.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">;
@@ -28490,7 +28490,7 @@ export type ListProjectEventsData = {
28490
28490
  */
28491
28491
  cursor?: string;
28492
28492
  /**
28493
- * Specify true to include the full event body, including the stacktrace, in the event payload.
28493
+ * Specify true to include the full event body, including the stacktrace, in the event payload. When true, the page size is capped at 10.
28494
28494
  */
28495
28495
  full?: boolean;
28496
28496
  /**
@@ -36116,7 +36116,7 @@ export type ListOrganizationIssueEventsData = {
36116
36116
  */
36117
36117
  environment?: Array<string>;
36118
36118
  /**
36119
- * Specify true to include the full event body, including the stacktrace, in the event payload.
36119
+ * Specify true to include the full event body, including the stacktrace, in the event payload. When true, the page size is capped at 10.
36120
36120
  */
36121
36121
  full?: boolean;
36122
36122
  /**
@@ -36458,7 +36458,7 @@ export type ListOrganizationIssueHashesData = {
36458
36458
  };
36459
36459
  query?: {
36460
36460
  /**
36461
- * Specify true to include the full event body, including the stacktrace, in the event payload.
36461
+ * Specify true to include the full event body, including the stacktrace, in the event payload. When true, the page size is capped at 10.
36462
36462
  */
36463
36463
  full?: boolean;
36464
36464
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.292.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",