@sentry/api 0.131.0 → 0.132.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.
@@ -9494,7 +9494,6 @@ export type ListYourOrganizationsData = {
9494
9494
  * - `slug`: The organization slug
9495
9495
  * - `status`: The organization's current status (one of `active`, `pending_deletion`, or `deletion_in_progress`)
9496
9496
  * - `email` or `member_id`: Filter your organizations by the emails or [organization member IDs](/api/organizations/list-an-organizations-members/) of specific members included
9497
- * - `platform`: Filter your organizations to those with at least one project using this platform
9498
9497
  * - `query`: Filter your organizations by name, slug, and members that contain this substring
9499
9498
  *
9500
9499
  * Example: `query=(slug:foo AND status:active) OR (email:[thing-one@example.com,thing-two@example.com] AND query:bar)`
@@ -9506,7 +9505,6 @@ export type ListYourOrganizationsData = {
9506
9505
  *
9507
9506
  * Valid fields include:
9508
9507
  * - `members`: By number of members
9509
- * - `projects`: By number of projects
9510
9508
  * - `events`: By number of events in the past 24 hours
9511
9509
  *
9512
9510
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.131.0",
3
+ "version": "0.132.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",