@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.
- package/dist/types.gen.d.ts +6 -6
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -8710,10 +8710,10 @@ export type WorkflowValidator = {
|
|
|
8710
8710
|
*
|
|
8711
8711
|
* **Issue Assignment**
|
|
8712
8712
|
* - `targetType`: Who the issue is assigned to
|
|
8713
|
-
* - `
|
|
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 `
|
|
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
|
-
* - `
|
|
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 `
|
|
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
|
-
* - `
|
|
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 `
|
|
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",
|