@sentry/api 0.81.0 → 0.82.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.
@@ -11582,6 +11582,12 @@ export type BulkDeleteMonitorsData = {
11582
11582
  project?: Array<number>;
11583
11583
  /**
11584
11584
  * An optional search query for filtering monitors.
11585
+ *
11586
+ * Available fields are:
11587
+ * - `name`
11588
+ * - `type`: e.g. `error`, `metric_issue`, `issue_stream`
11589
+ * - `assignee`: email, username, #team, me, none
11590
+ *
11585
11591
  */
11586
11592
  query?: string;
11587
11593
  /**
@@ -11654,6 +11660,12 @@ export type FetchAnOrganizationSMonitorsData = {
11654
11660
  project?: Array<number>;
11655
11661
  /**
11656
11662
  * An optional search query for filtering monitors.
11663
+ *
11664
+ * Available fields are:
11665
+ * - `name`
11666
+ * - `type`: e.g. `error`, `metric_issue`, `issue_stream`
11667
+ * - `assignee`: email, username, #team, me, none
11668
+ *
11657
11669
  */
11658
11670
  query?: string;
11659
11671
  /**
@@ -12014,6 +12026,12 @@ export type MutateAnOrganizationSMonitorsData = {
12014
12026
  project?: Array<number>;
12015
12027
  /**
12016
12028
  * An optional search query for filtering monitors.
12029
+ *
12030
+ * Available fields are:
12031
+ * - `name`
12032
+ * - `type`: e.g. `error`, `metric_issue`, `issue_stream`
12033
+ * - `assignee`: email, username, #team, me, none
12034
+ *
12017
12035
  */
12018
12036
  query?: string;
12019
12037
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.81.0",
3
+ "version": "0.82.0",
4
4
  "description": "Auto-generated TypeScript client for the Sentry API",
5
5
  "license": "FSL-1.1-Apache-2.0",
6
6
  "type": "module",