@sentry/api 0.94.0 → 0.96.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.
@@ -9274,7 +9274,26 @@ export type WorkflowValidator = {
9274
9274
  * "targetDisplay":""
9275
9275
  * },
9276
9276
  * "integrationId":"2345",
9277
- * "data":{...},
9277
+ * "data":{
9278
+ * "additional_fields": {
9279
+ * "assignee": "",
9280
+ * "integration": "2345",
9281
+ * "labels": [],
9282
+ * "repo": "example-repo",
9283
+ * },
9284
+ * "dynamic_form_fields": [
9285
+ * {
9286
+ * "choices": [["YourOrg/example-repo", "example-repo"]],
9287
+ * "default": "YourOrg/example-repo",
9288
+ * "label": "GitHub Repository",
9289
+ * "name": "repo",
9290
+ * "required": true
9291
+ * "type": "select",
9292
+ * "updatesForm": true,
9293
+ * "url": "/extensions/github/search/example-repo/1234567/",
9294
+ * },
9295
+ * ],
9296
+ * },
9278
9297
  * "status":"active"
9279
9298
  * }
9280
9299
  * ```
@@ -22188,7 +22207,26 @@ export type CreateAnAlertForAnOrganizationData = {
22188
22207
  * "targetDisplay":""
22189
22208
  * },
22190
22209
  * "integrationId":"2345",
22191
- * "data":{...},
22210
+ * "data":{
22211
+ * "additional_fields": {
22212
+ * "assignee": "",
22213
+ * "integration": "2345",
22214
+ * "labels": [],
22215
+ * "repo": "example-repo",
22216
+ * },
22217
+ * "dynamic_form_fields": [
22218
+ * {
22219
+ * "choices": [["YourOrg/example-repo", "example-repo"]],
22220
+ * "default": "YourOrg/example-repo",
22221
+ * "label": "GitHub Repository",
22222
+ * "name": "repo",
22223
+ * "required": true
22224
+ * "type": "select",
22225
+ * "updatesForm": true,
22226
+ * "url": "/extensions/github/search/example-repo/1234567/",
22227
+ * },
22228
+ * ],
22229
+ * },
22192
22230
  * "status":"active"
22193
22231
  * }
22194
22232
  * ```
@@ -23177,7 +23215,26 @@ export type UpdateAnAlertByIdData = {
23177
23215
  * "targetDisplay":""
23178
23216
  * },
23179
23217
  * "integrationId":"2345",
23180
- * "data":{...},
23218
+ * "data":{
23219
+ * "additional_fields": {
23220
+ * "assignee": "",
23221
+ * "integration": "2345",
23222
+ * "labels": [],
23223
+ * "repo": "example-repo",
23224
+ * },
23225
+ * "dynamic_form_fields": [
23226
+ * {
23227
+ * "choices": [["YourOrg/example-repo", "example-repo"]],
23228
+ * "default": "YourOrg/example-repo",
23229
+ * "label": "GitHub Repository",
23230
+ * "name": "repo",
23231
+ * "required": true
23232
+ * "type": "select",
23233
+ * "updatesForm": true,
23234
+ * "url": "/extensions/github/search/example-repo/1234567/",
23235
+ * },
23236
+ * ],
23237
+ * },
23181
23238
  * "status":"active"
23182
23239
  * }
23183
23240
  * ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.94.0",
3
+ "version": "0.96.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",