@sentry/api 0.71.0 → 0.73.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.
@@ -8710,10 +8710,10 @@ export type WorkflowValidator = {
8710
8710
  *
8711
8711
  * **Issue Assignment**
8712
8712
  * - `targetType`: Who the issue is assigned to
8713
- * - `NoOne`: Unassigned
8713
+ * - `Unassigned`: Unassigned
8714
8714
  * - `Member`: Assigned to a user
8715
8715
  * - `Team`: Assigned to a team
8716
- * - `targetIdentifier`: The ID of the user or team from the `targetType`. Enter "" if `targetType` is `NoOne`.
8716
+ * - `targetIdentifier`: The ID of the user or team from the `targetType`. Enter "" if `targetType` is `Unassigned`.
8717
8717
  * ```json
8718
8718
  * {
8719
8719
  * "type": "assigned_to",
@@ -21589,10 +21589,10 @@ export type CreateAnAlertForAnOrganizationData = {
21589
21589
  *
21590
21590
  * **Issue Assignment**
21591
21591
  * - `targetType`: Who the issue is assigned to
21592
- * - `NoOne`: Unassigned
21592
+ * - `Unassigned`: Unassigned
21593
21593
  * - `Member`: Assigned to a user
21594
21594
  * - `Team`: Assigned to a team
21595
- * - `targetIdentifier`: The ID of the user or team from the `targetType`. Enter "" if `targetType` is `NoOne`.
21595
+ * - `targetIdentifier`: The ID of the user or team from the `targetType`. Enter "" if `targetType` is `Unassigned`.
21596
21596
  * ```json
21597
21597
  * {
21598
21598
  * "type": "assigned_to",
@@ -22574,10 +22574,10 @@ export type UpdateAnAlertByIdData = {
22574
22574
  *
22575
22575
  * **Issue Assignment**
22576
22576
  * - `targetType`: Who the issue is assigned to
22577
- * - `NoOne`: Unassigned
22577
+ * - `Unassigned`: Unassigned
22578
22578
  * - `Member`: Assigned to a user
22579
22579
  * - `Team`: Assigned to a team
22580
- * - `targetIdentifier`: The ID of the user or team from the `targetType`. Enter "" if `targetType` is `NoOne`.
22580
+ * - `targetIdentifier`: The ID of the user or team from the `targetType`. Enter "" if `targetType` is `Unassigned`.
22581
22581
  * ```json
22582
22582
  * {
22583
22583
  * "type": "assigned_to",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.71.0",
3
+ "version": "0.73.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",