@sentry/api 0.134.0 → 0.135.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.
@@ -9349,7 +9349,9 @@ export type WorkflowValidator = {
9349
9349
  * ```
9350
9350
  *
9351
9351
  */
9352
- action_filters?: Array<unknown>;
9352
+ action_filters?: Array<{
9353
+ [key: string]: unknown;
9354
+ }>;
9353
9355
  /**
9354
9356
  *
9355
9357
  * The ID user or team who owns the monitor or alert prefaced by the string 'user' or 'team'.
@@ -22355,7 +22357,9 @@ export type CreateAnAlertForAnOrganizationData = {
22355
22357
  * ```
22356
22358
  *
22357
22359
  */
22358
- action_filters?: Array<unknown>;
22360
+ action_filters?: Array<{
22361
+ [key: string]: unknown;
22362
+ }>;
22359
22363
  /**
22360
22364
  *
22361
22365
  * The ID user or team who owns the monitor or alert prefaced by the string 'user' or 'team'.
@@ -23363,7 +23367,9 @@ export type UpdateAnAlertByIdData = {
23363
23367
  * ```
23364
23368
  *
23365
23369
  */
23366
- action_filters?: Array<unknown>;
23370
+ action_filters?: Array<{
23371
+ [key: string]: unknown;
23372
+ }>;
23367
23373
  /**
23368
23374
  *
23369
23375
  * The ID user or team who owns the monitor or alert prefaced by the string 'user' or 'team'.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.134.0",
3
+ "version": "0.135.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",