@sentry/api 0.208.0 → 0.210.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 +2 -1
- package/dist/types.gen.d.ts +105 -88
- package/dist/zod.gen.d.ts +85 -85
- package/dist/zod.js +17 -17
- package/package.json +1 -1
package/dist/sdk.gen.d.ts
CHANGED
|
@@ -393,7 +393,8 @@ export declare const listOrganizationMonitorCheckins: <ThrowOnError extends bool
|
|
|
393
393
|
* Notification Actions notify a set of members when an action has been triggered through a notification service such as Slack or Sentry.
|
|
394
394
|
* For example, organization owners and managers can receive an email when a spike occurs.
|
|
395
395
|
*
|
|
396
|
-
* You can use
|
|
396
|
+
* You can use the `project` query parameter with project IDs or slugs to filter for certain projects.
|
|
397
|
+
* A legacy project slug query parameter is also supported and takes priority if both are present.
|
|
397
398
|
*/
|
|
398
399
|
export declare const listOrganizationNotificationsActions: <ThrowOnError extends boolean = false>(options: Options<ListOrganizationNotificationsActionsData, ThrowOnError>) => import("./client").RequestResult<ListOrganizationNotificationsActionsResponses, ListOrganizationNotificationsActionsErrors, ThrowOnError, "fields">;
|
|
399
400
|
/**
|