pycarlo 0.10.184__py3-none-any.whl → 0.10.186__py3-none-any.whl

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.

Potentially problematic release.


This version of pycarlo might be problematic. Click here for more details.

pycarlo/lib/schema.json CHANGED
@@ -1065,6 +1065,41 @@
1065
1065
  }
1066
1066
  }
1067
1067
  },
1068
+ {
1069
+ "args": [
1070
+ {
1071
+ "defaultValue": null,
1072
+ "description": "Filter by warehouse type (snowflake, bigquery, databricks)",
1073
+ "name": "warehouseType",
1074
+ "type": {
1075
+ "kind": "NON_NULL",
1076
+ "name": null,
1077
+ "ofType": {
1078
+ "kind": "SCALAR",
1079
+ "name": "String",
1080
+ "ofType": null
1081
+ }
1082
+ }
1083
+ }
1084
+ ],
1085
+ "deprecationReason": null,
1086
+ "description": "(experimental) Gets all available LLM models across warehouse types",
1087
+ "isDeprecated": false,
1088
+ "name": "getWarehouseSupportedLlmModels",
1089
+ "type": {
1090
+ "kind": "LIST",
1091
+ "name": null,
1092
+ "ofType": {
1093
+ "kind": "NON_NULL",
1094
+ "name": null,
1095
+ "ofType": {
1096
+ "kind": "OBJECT",
1097
+ "name": "LLMModel",
1098
+ "ofType": null
1099
+ }
1100
+ }
1101
+ }
1102
+ },
1068
1103
  {
1069
1104
  "args": [
1070
1105
  {
@@ -5061,6 +5096,156 @@
5061
5096
  "ofType": null
5062
5097
  }
5063
5098
  },
5099
+ {
5100
+ "args": [
5101
+ {
5102
+ "defaultValue": null,
5103
+ "description": "Azure DevOps organization name",
5104
+ "name": "organization",
5105
+ "type": {
5106
+ "kind": "NON_NULL",
5107
+ "name": null,
5108
+ "ofType": {
5109
+ "kind": "SCALAR",
5110
+ "name": "String",
5111
+ "ofType": null
5112
+ }
5113
+ }
5114
+ },
5115
+ {
5116
+ "defaultValue": null,
5117
+ "description": "Basic auth credentials to test (PAT)",
5118
+ "name": "basicAuthCredentials",
5119
+ "type": {
5120
+ "kind": "INPUT_OBJECT",
5121
+ "name": "AzureDevOpsBasicAuthCredentialsInput",
5122
+ "ofType": null
5123
+ }
5124
+ },
5125
+ {
5126
+ "defaultValue": null,
5127
+ "description": "OAuth credentials to test (not yet supported for testing)",
5128
+ "name": "oauthCredentials",
5129
+ "type": {
5130
+ "kind": "INPUT_OBJECT",
5131
+ "name": "AzureDevOpsOauthCredentialsInput",
5132
+ "ofType": null
5133
+ }
5134
+ }
5135
+ ],
5136
+ "deprecationReason": null,
5137
+ "description": "(experimental) Test the Azure DevOps connection credentials",
5138
+ "isDeprecated": false,
5139
+ "name": "testAzureDevopsCredentials",
5140
+ "type": {
5141
+ "kind": "OBJECT",
5142
+ "name": "TestAzureDevOpsCredentialsOutput",
5143
+ "ofType": null
5144
+ }
5145
+ },
5146
+ {
5147
+ "args": [
5148
+ {
5149
+ "defaultValue": null,
5150
+ "description": "Filter by integration ID",
5151
+ "name": "integrationId",
5152
+ "type": {
5153
+ "kind": "SCALAR",
5154
+ "name": "UUID",
5155
+ "ofType": null
5156
+ }
5157
+ }
5158
+ ],
5159
+ "deprecationReason": null,
5160
+ "description": "(experimental) Get Azure DevOps work item integrations",
5161
+ "isDeprecated": false,
5162
+ "name": "getAzureDevopsIntegrations",
5163
+ "type": {
5164
+ "kind": "LIST",
5165
+ "name": null,
5166
+ "ofType": {
5167
+ "kind": "OBJECT",
5168
+ "name": "AzureDevOpsIntegrationOutput",
5169
+ "ofType": null
5170
+ }
5171
+ }
5172
+ },
5173
+ {
5174
+ "args": [
5175
+ {
5176
+ "defaultValue": null,
5177
+ "description": "ID of the Azure DevOps integration",
5178
+ "name": "integrationId",
5179
+ "type": {
5180
+ "kind": "NON_NULL",
5181
+ "name": null,
5182
+ "ofType": {
5183
+ "kind": "SCALAR",
5184
+ "name": "UUID",
5185
+ "ofType": null
5186
+ }
5187
+ }
5188
+ }
5189
+ ],
5190
+ "deprecationReason": null,
5191
+ "description": "(experimental) Get list of projects for an Azure DevOps integration",
5192
+ "isDeprecated": false,
5193
+ "name": "getAzureDevopsProjects",
5194
+ "type": {
5195
+ "kind": "LIST",
5196
+ "name": null,
5197
+ "ofType": {
5198
+ "kind": "OBJECT",
5199
+ "name": "AzureDevOpsProjectOutput",
5200
+ "ofType": null
5201
+ }
5202
+ }
5203
+ },
5204
+ {
5205
+ "args": [
5206
+ {
5207
+ "defaultValue": null,
5208
+ "description": "ID of the Azure DevOps integration",
5209
+ "name": "integrationId",
5210
+ "type": {
5211
+ "kind": "NON_NULL",
5212
+ "name": null,
5213
+ "ofType": {
5214
+ "kind": "SCALAR",
5215
+ "name": "UUID",
5216
+ "ofType": null
5217
+ }
5218
+ }
5219
+ },
5220
+ {
5221
+ "defaultValue": null,
5222
+ "description": "Project name",
5223
+ "name": "project",
5224
+ "type": {
5225
+ "kind": "NON_NULL",
5226
+ "name": null,
5227
+ "ofType": {
5228
+ "kind": "SCALAR",
5229
+ "name": "String",
5230
+ "ofType": null
5231
+ }
5232
+ }
5233
+ }
5234
+ ],
5235
+ "deprecationReason": null,
5236
+ "description": "(experimental) Get list of work item types for a project",
5237
+ "isDeprecated": false,
5238
+ "name": "getAzureDevopsWorkItemTypes",
5239
+ "type": {
5240
+ "kind": "LIST",
5241
+ "name": null,
5242
+ "ofType": {
5243
+ "kind": "OBJECT",
5244
+ "name": "AzureDevOpsWorkItemTypeOutput",
5245
+ "ofType": null
5246
+ }
5247
+ }
5248
+ },
5064
5249
  {
5065
5250
  "args": [
5066
5251
  {
@@ -35352,6 +35537,16 @@
35352
35537
  }
35353
35538
  }
35354
35539
  },
35540
+ {
35541
+ "defaultValue": null,
35542
+ "description": null,
35543
+ "name": "modelName",
35544
+ "type": {
35545
+ "kind": "SCALAR",
35546
+ "name": "String",
35547
+ "ofType": null
35548
+ }
35549
+ },
35355
35550
  {
35356
35551
  "defaultValue": null,
35357
35552
  "description": null,
@@ -37109,6 +37304,109 @@
37109
37304
  "name": "TransformFunction",
37110
37305
  "possibleTypes": null
37111
37306
  },
37307
+ {
37308
+ "description": null,
37309
+ "enumValues": null,
37310
+ "fields": [
37311
+ {
37312
+ "args": [],
37313
+ "deprecationReason": null,
37314
+ "description": null,
37315
+ "isDeprecated": false,
37316
+ "name": "name",
37317
+ "type": {
37318
+ "kind": "NON_NULL",
37319
+ "name": null,
37320
+ "ofType": {
37321
+ "kind": "SCALAR",
37322
+ "name": "String",
37323
+ "ofType": null
37324
+ }
37325
+ }
37326
+ },
37327
+ {
37328
+ "args": [],
37329
+ "deprecationReason": null,
37330
+ "description": null,
37331
+ "isDeprecated": false,
37332
+ "name": "description",
37333
+ "type": {
37334
+ "kind": "NON_NULL",
37335
+ "name": null,
37336
+ "ofType": {
37337
+ "kind": "SCALAR",
37338
+ "name": "String",
37339
+ "ofType": null
37340
+ }
37341
+ }
37342
+ },
37343
+ {
37344
+ "args": [],
37345
+ "deprecationReason": null,
37346
+ "description": null,
37347
+ "isDeprecated": false,
37348
+ "name": "warehouseType",
37349
+ "type": {
37350
+ "kind": "NON_NULL",
37351
+ "name": null,
37352
+ "ofType": {
37353
+ "kind": "SCALAR",
37354
+ "name": "String",
37355
+ "ofType": null
37356
+ }
37357
+ }
37358
+ },
37359
+ {
37360
+ "args": [],
37361
+ "deprecationReason": null,
37362
+ "description": null,
37363
+ "isDeprecated": false,
37364
+ "name": "category",
37365
+ "type": {
37366
+ "kind": "NON_NULL",
37367
+ "name": null,
37368
+ "ofType": {
37369
+ "kind": "SCALAR",
37370
+ "name": "String",
37371
+ "ofType": null
37372
+ }
37373
+ }
37374
+ },
37375
+ {
37376
+ "args": [],
37377
+ "deprecationReason": null,
37378
+ "description": null,
37379
+ "isDeprecated": false,
37380
+ "name": "contextWindow",
37381
+ "type": {
37382
+ "kind": "NON_NULL",
37383
+ "name": null,
37384
+ "ofType": {
37385
+ "kind": "SCALAR",
37386
+ "name": "Int",
37387
+ "ofType": null
37388
+ }
37389
+ }
37390
+ },
37391
+ {
37392
+ "args": [],
37393
+ "deprecationReason": null,
37394
+ "description": null,
37395
+ "isDeprecated": false,
37396
+ "name": "regions",
37397
+ "type": {
37398
+ "kind": "SCALAR",
37399
+ "name": "GenericScalar",
37400
+ "ofType": null
37401
+ }
37402
+ }
37403
+ ],
37404
+ "inputFields": null,
37405
+ "interfaces": [],
37406
+ "kind": "OBJECT",
37407
+ "name": "LLMModel",
37408
+ "possibleTypes": null
37409
+ },
37112
37410
  {
37113
37411
  "description": null,
37114
37412
  "enumValues": null,
@@ -66054,6 +66352,22 @@
66054
66352
  }
66055
66353
  }
66056
66354
  },
66355
+ {
66356
+ "args": [],
66357
+ "deprecationReason": null,
66358
+ "description": "Azure DevOps work items associated with the alert",
66359
+ "isDeprecated": false,
66360
+ "name": "azureDevopsWorkItems",
66361
+ "type": {
66362
+ "kind": "LIST",
66363
+ "name": null,
66364
+ "ofType": {
66365
+ "kind": "OBJECT",
66366
+ "name": "AzureDevOpsWorkItem",
66367
+ "ofType": null
66368
+ }
66369
+ }
66370
+ },
66057
66371
  {
66058
66372
  "args": [],
66059
66373
  "deprecationReason": null,
@@ -66202,6 +66516,11 @@
66202
66516
  "name": "DatadogIncident",
66203
66517
  "ofType": null
66204
66518
  },
66519
+ {
66520
+ "kind": "OBJECT",
66521
+ "name": "AzureDevOpsWorkItem",
66522
+ "ofType": null
66523
+ },
66205
66524
  {
66206
66525
  "kind": "OBJECT",
66207
66526
  "name": "MergedAlert",
@@ -67413,6 +67732,163 @@
67413
67732
  "name": "DatadogIncident",
67414
67733
  "possibleTypes": null
67415
67734
  },
67735
+ {
67736
+ "description": null,
67737
+ "enumValues": null,
67738
+ "fields": [
67739
+ {
67740
+ "args": [],
67741
+ "deprecationReason": null,
67742
+ "description": "Azure DevOps project name where the work item was created",
67743
+ "isDeprecated": false,
67744
+ "name": "project",
67745
+ "type": {
67746
+ "kind": "NON_NULL",
67747
+ "name": null,
67748
+ "ofType": {
67749
+ "kind": "SCALAR",
67750
+ "name": "String",
67751
+ "ofType": null
67752
+ }
67753
+ }
67754
+ },
67755
+ {
67756
+ "args": [],
67757
+ "deprecationReason": null,
67758
+ "description": "Azure DevOps work item ID",
67759
+ "isDeprecated": false,
67760
+ "name": "workItemId",
67761
+ "type": {
67762
+ "kind": "NON_NULL",
67763
+ "name": null,
67764
+ "ofType": {
67765
+ "kind": "SCALAR",
67766
+ "name": "Int",
67767
+ "ofType": null
67768
+ }
67769
+ }
67770
+ },
67771
+ {
67772
+ "args": [],
67773
+ "deprecationReason": null,
67774
+ "description": "Work item type (Bug, Issue, Task, etc.)",
67775
+ "isDeprecated": false,
67776
+ "name": "workItemType",
67777
+ "type": {
67778
+ "kind": "NON_NULL",
67779
+ "name": null,
67780
+ "ofType": {
67781
+ "kind": "SCALAR",
67782
+ "name": "String",
67783
+ "ofType": null
67784
+ }
67785
+ }
67786
+ },
67787
+ {
67788
+ "args": [],
67789
+ "deprecationReason": null,
67790
+ "description": "URL to the work item in Azure DevOps",
67791
+ "isDeprecated": false,
67792
+ "name": "workItemUrl",
67793
+ "type": {
67794
+ "kind": "NON_NULL",
67795
+ "name": null,
67796
+ "ofType": {
67797
+ "kind": "SCALAR",
67798
+ "name": "String",
67799
+ "ofType": null
67800
+ }
67801
+ }
67802
+ },
67803
+ {
67804
+ "args": [],
67805
+ "deprecationReason": null,
67806
+ "description": null,
67807
+ "isDeprecated": false,
67808
+ "name": "id",
67809
+ "type": {
67810
+ "kind": "NON_NULL",
67811
+ "name": null,
67812
+ "ofType": {
67813
+ "kind": "SCALAR",
67814
+ "name": "UUID",
67815
+ "ofType": null
67816
+ }
67817
+ }
67818
+ },
67819
+ {
67820
+ "args": [],
67821
+ "deprecationReason": null,
67822
+ "description": null,
67823
+ "isDeprecated": false,
67824
+ "name": "createdAt",
67825
+ "type": {
67826
+ "kind": "NON_NULL",
67827
+ "name": null,
67828
+ "ofType": {
67829
+ "kind": "SCALAR",
67830
+ "name": "DateTime",
67831
+ "ofType": null
67832
+ }
67833
+ }
67834
+ },
67835
+ {
67836
+ "args": [],
67837
+ "deprecationReason": null,
67838
+ "description": null,
67839
+ "isDeprecated": false,
67840
+ "name": "createdBy",
67841
+ "type": {
67842
+ "kind": "NON_NULL",
67843
+ "name": null,
67844
+ "ofType": {
67845
+ "kind": "OBJECT",
67846
+ "name": "UserOutput",
67847
+ "ofType": null
67848
+ }
67849
+ }
67850
+ },
67851
+ {
67852
+ "args": [],
67853
+ "deprecationReason": null,
67854
+ "description": "Azure DevOps integration ID",
67855
+ "isDeprecated": false,
67856
+ "name": "integrationId",
67857
+ "type": {
67858
+ "kind": "SCALAR",
67859
+ "name": "UUID",
67860
+ "ofType": null
67861
+ }
67862
+ },
67863
+ {
67864
+ "args": [],
67865
+ "deprecationReason": null,
67866
+ "description": null,
67867
+ "isDeprecated": false,
67868
+ "name": "originatesFromMcNotification",
67869
+ "type": {
67870
+ "kind": "NON_NULL",
67871
+ "name": null,
67872
+ "ofType": {
67873
+ "kind": "SCALAR",
67874
+ "name": "Boolean",
67875
+ "ofType": null
67876
+ }
67877
+ }
67878
+ }
67879
+ ],
67880
+ "inputFields": null,
67881
+ "interfaces": [
67882
+ {
67883
+ "kind": "INTERFACE",
67884
+ "name": "NodeWithUUID",
67885
+ "ofType": null
67886
+ }
67887
+ ],
67888
+ "kind": "OBJECT",
67889
+ "name": "AzureDevOpsWorkItem",
67890
+ "possibleTypes": null
67891
+ },
67416
67892
  {
67417
67893
  "description": null,
67418
67894
  "enumValues": null,
@@ -86895,6 +87371,18 @@
86895
87371
  }
86896
87372
  }
86897
87373
  },
87374
+ {
87375
+ "args": [],
87376
+ "deprecationReason": null,
87377
+ "description": null,
87378
+ "isDeprecated": false,
87379
+ "name": "modelName",
87380
+ "type": {
87381
+ "kind": "SCALAR",
87382
+ "name": "String",
87383
+ "ofType": null
87384
+ }
87385
+ },
86898
87386
  {
86899
87387
  "args": [],
86900
87388
  "deprecationReason": null,
@@ -102271,7 +102759,253 @@
102271
102759
  "possibleTypes": null
102272
102760
  },
102273
102761
  {
102274
- "description": "A Jira integration",
102762
+ "description": "Output type for credential testing.",
102763
+ "enumValues": null,
102764
+ "fields": [
102765
+ {
102766
+ "args": [],
102767
+ "deprecationReason": null,
102768
+ "description": null,
102769
+ "isDeprecated": false,
102770
+ "name": "validCredentials",
102771
+ "type": {
102772
+ "kind": "NON_NULL",
102773
+ "name": null,
102774
+ "ofType": {
102775
+ "kind": "SCALAR",
102776
+ "name": "Boolean",
102777
+ "ofType": null
102778
+ }
102779
+ }
102780
+ }
102781
+ ],
102782
+ "inputFields": null,
102783
+ "interfaces": [],
102784
+ "kind": "OBJECT",
102785
+ "name": "TestAzureDevOpsCredentialsOutput",
102786
+ "possibleTypes": null
102787
+ },
102788
+ {
102789
+ "description": "Basic authentication credentials using Personal Access Token (PAT).",
102790
+ "enumValues": null,
102791
+ "fields": null,
102792
+ "inputFields": [
102793
+ {
102794
+ "defaultValue": null,
102795
+ "description": "Personal Access Token (PAT) for basic authentication",
102796
+ "name": "accessToken",
102797
+ "type": {
102798
+ "kind": "NON_NULL",
102799
+ "name": null,
102800
+ "ofType": {
102801
+ "kind": "SCALAR",
102802
+ "name": "String",
102803
+ "ofType": null
102804
+ }
102805
+ }
102806
+ }
102807
+ ],
102808
+ "interfaces": null,
102809
+ "kind": "INPUT_OBJECT",
102810
+ "name": "AzureDevOpsBasicAuthCredentialsInput",
102811
+ "possibleTypes": null
102812
+ },
102813
+ {
102814
+ "description": "OAuth credentials for Azure DevOps integration (preferred method).",
102815
+ "enumValues": null,
102816
+ "fields": null,
102817
+ "inputFields": [
102818
+ {
102819
+ "defaultValue": null,
102820
+ "description": "Azure AD tenant ID",
102821
+ "name": "tenantId",
102822
+ "type": {
102823
+ "kind": "NON_NULL",
102824
+ "name": null,
102825
+ "ofType": {
102826
+ "kind": "SCALAR",
102827
+ "name": "String",
102828
+ "ofType": null
102829
+ }
102830
+ }
102831
+ },
102832
+ {
102833
+ "defaultValue": null,
102834
+ "description": "OAuth client ID",
102835
+ "name": "clientId",
102836
+ "type": {
102837
+ "kind": "NON_NULL",
102838
+ "name": null,
102839
+ "ofType": {
102840
+ "kind": "SCALAR",
102841
+ "name": "String",
102842
+ "ofType": null
102843
+ }
102844
+ }
102845
+ },
102846
+ {
102847
+ "defaultValue": null,
102848
+ "description": "OAuth client secret",
102849
+ "name": "clientSecret",
102850
+ "type": {
102851
+ "kind": "NON_NULL",
102852
+ "name": null,
102853
+ "ofType": {
102854
+ "kind": "SCALAR",
102855
+ "name": "String",
102856
+ "ofType": null
102857
+ }
102858
+ }
102859
+ }
102860
+ ],
102861
+ "interfaces": null,
102862
+ "kind": "INPUT_OBJECT",
102863
+ "name": "AzureDevOpsOauthCredentialsInput",
102864
+ "possibleTypes": null
102865
+ },
102866
+ {
102867
+ "description": "Output type for Azure DevOps integration.",
102868
+ "enumValues": null,
102869
+ "fields": [
102870
+ {
102871
+ "args": [],
102872
+ "deprecationReason": null,
102873
+ "description": "The integration ID",
102874
+ "isDeprecated": false,
102875
+ "name": "integrationId",
102876
+ "type": {
102877
+ "kind": "NON_NULL",
102878
+ "name": null,
102879
+ "ofType": {
102880
+ "kind": "SCALAR",
102881
+ "name": "UUID",
102882
+ "ofType": null
102883
+ }
102884
+ }
102885
+ },
102886
+ {
102887
+ "args": [],
102888
+ "deprecationReason": null,
102889
+ "description": "A short name to identify the integration",
102890
+ "isDeprecated": false,
102891
+ "name": "integrationName",
102892
+ "type": {
102893
+ "kind": "NON_NULL",
102894
+ "name": null,
102895
+ "ofType": {
102896
+ "kind": "SCALAR",
102897
+ "name": "String",
102898
+ "ofType": null
102899
+ }
102900
+ }
102901
+ },
102902
+ {
102903
+ "args": [],
102904
+ "deprecationReason": null,
102905
+ "description": "Azure DevOps organization name",
102906
+ "isDeprecated": false,
102907
+ "name": "organization",
102908
+ "type": {
102909
+ "kind": "NON_NULL",
102910
+ "name": null,
102911
+ "ofType": {
102912
+ "kind": "SCALAR",
102913
+ "name": "String",
102914
+ "ofType": null
102915
+ }
102916
+ }
102917
+ }
102918
+ ],
102919
+ "inputFields": null,
102920
+ "interfaces": [],
102921
+ "kind": "OBJECT",
102922
+ "name": "AzureDevOpsIntegrationOutput",
102923
+ "possibleTypes": null
102924
+ },
102925
+ {
102926
+ "description": "Output type for Azure DevOps project.",
102927
+ "enumValues": null,
102928
+ "fields": [
102929
+ {
102930
+ "args": [],
102931
+ "deprecationReason": null,
102932
+ "description": "Project ID",
102933
+ "isDeprecated": false,
102934
+ "name": "id",
102935
+ "type": {
102936
+ "kind": "SCALAR",
102937
+ "name": "String",
102938
+ "ofType": null
102939
+ }
102940
+ },
102941
+ {
102942
+ "args": [],
102943
+ "deprecationReason": null,
102944
+ "description": "Project name",
102945
+ "isDeprecated": false,
102946
+ "name": "name",
102947
+ "type": {
102948
+ "kind": "SCALAR",
102949
+ "name": "String",
102950
+ "ofType": null
102951
+ }
102952
+ },
102953
+ {
102954
+ "args": [],
102955
+ "deprecationReason": null,
102956
+ "description": "Project description",
102957
+ "isDeprecated": false,
102958
+ "name": "description",
102959
+ "type": {
102960
+ "kind": "SCALAR",
102961
+ "name": "String",
102962
+ "ofType": null
102963
+ }
102964
+ }
102965
+ ],
102966
+ "inputFields": null,
102967
+ "interfaces": [],
102968
+ "kind": "OBJECT",
102969
+ "name": "AzureDevOpsProjectOutput",
102970
+ "possibleTypes": null
102971
+ },
102972
+ {
102973
+ "description": "Output type for Azure DevOps work item type.",
102974
+ "enumValues": null,
102975
+ "fields": [
102976
+ {
102977
+ "args": [],
102978
+ "deprecationReason": null,
102979
+ "description": "Work item type name (e.g., Bug, Task, User Story)",
102980
+ "isDeprecated": false,
102981
+ "name": "name",
102982
+ "type": {
102983
+ "kind": "SCALAR",
102984
+ "name": "String",
102985
+ "ofType": null
102986
+ }
102987
+ },
102988
+ {
102989
+ "args": [],
102990
+ "deprecationReason": null,
102991
+ "description": "Work item type description",
102992
+ "isDeprecated": false,
102993
+ "name": "description",
102994
+ "type": {
102995
+ "kind": "SCALAR",
102996
+ "name": "String",
102997
+ "ofType": null
102998
+ }
102999
+ }
103000
+ ],
103001
+ "inputFields": null,
103002
+ "interfaces": [],
103003
+ "kind": "OBJECT",
103004
+ "name": "AzureDevOpsWorkItemTypeOutput",
103005
+ "possibleTypes": null
103006
+ },
103007
+ {
103008
+ "description": "A Jira integration",
102275
103009
  "enumValues": null,
102276
103010
  "fields": [
102277
103011
  {
@@ -146397,6 +147131,16 @@
146397
147131
  "ofType": null
146398
147132
  }
146399
147133
  },
147134
+ {
147135
+ "defaultValue": null,
147136
+ "description": "If true, return only alerts with Azure DevOps work items. If false, return only alerts without any Azure DevOps work items.",
147137
+ "name": "hasAzureDevopsWorkItems",
147138
+ "type": {
147139
+ "kind": "SCALAR",
147140
+ "name": "Boolean",
147141
+ "ofType": null
147142
+ }
147143
+ },
146400
147144
  {
146401
147145
  "defaultValue": null,
146402
147146
  "description": "If true, return only alerts associated with key assets.If false, return only alerts not associated with any key assets.",
@@ -146809,6 +147553,12 @@
146809
147553
  "isDeprecated": false,
146810
147554
  "name": "HAS_DATADOG_INCIDENTS"
146811
147555
  },
147556
+ {
147557
+ "deprecationReason": null,
147558
+ "description": null,
147559
+ "isDeprecated": false,
147560
+ "name": "HAS_AZURE_DEVOPS_WORK_ITEMS"
147561
+ },
146812
147562
  {
146813
147563
  "deprecationReason": null,
146814
147564
  "description": null,
@@ -156102,6 +156852,381 @@
156102
156852
  "ofType": null
156103
156853
  }
156104
156854
  },
156855
+ {
156856
+ "args": [
156857
+ {
156858
+ "defaultValue": null,
156859
+ "description": "Provide either basic credentials or OAuth credentials",
156860
+ "name": "basicAuthCredentials",
156861
+ "type": {
156862
+ "kind": "INPUT_OBJECT",
156863
+ "name": "AzureDevOpsBasicAuthCredentialsInput",
156864
+ "ofType": null
156865
+ }
156866
+ },
156867
+ {
156868
+ "defaultValue": null,
156869
+ "description": "Identifying name",
156870
+ "name": "integrationName",
156871
+ "type": {
156872
+ "kind": "NON_NULL",
156873
+ "name": null,
156874
+ "ofType": {
156875
+ "kind": "SCALAR",
156876
+ "name": "String",
156877
+ "ofType": null
156878
+ }
156879
+ }
156880
+ },
156881
+ {
156882
+ "defaultValue": null,
156883
+ "description": "Provide either basic credentials or OAuth credentials (preferred)",
156884
+ "name": "oauthCredentials",
156885
+ "type": {
156886
+ "kind": "INPUT_OBJECT",
156887
+ "name": "AzureDevOpsOauthCredentialsInput",
156888
+ "ofType": null
156889
+ }
156890
+ },
156891
+ {
156892
+ "defaultValue": null,
156893
+ "description": "Azure DevOps organization name",
156894
+ "name": "organization",
156895
+ "type": {
156896
+ "kind": "NON_NULL",
156897
+ "name": null,
156898
+ "ofType": {
156899
+ "kind": "SCALAR",
156900
+ "name": "String",
156901
+ "ofType": null
156902
+ }
156903
+ }
156904
+ }
156905
+ ],
156906
+ "deprecationReason": null,
156907
+ "description": "(experimental) Create an Azure DevOps work item integration",
156908
+ "isDeprecated": false,
156909
+ "name": "createAzureDevopsIntegration",
156910
+ "type": {
156911
+ "kind": "OBJECT",
156912
+ "name": "CreateAzureDevOpsIntegration",
156913
+ "ofType": null
156914
+ }
156915
+ },
156916
+ {
156917
+ "args": [
156918
+ {
156919
+ "defaultValue": null,
156920
+ "description": "New basic auth credentials (optional, only if rotating)",
156921
+ "name": "basicAuthCredentials",
156922
+ "type": {
156923
+ "kind": "INPUT_OBJECT",
156924
+ "name": "AzureDevOpsBasicAuthCredentialsInput",
156925
+ "ofType": null
156926
+ }
156927
+ },
156928
+ {
156929
+ "defaultValue": null,
156930
+ "description": "The integration ID",
156931
+ "name": "integrationId",
156932
+ "type": {
156933
+ "kind": "NON_NULL",
156934
+ "name": null,
156935
+ "ofType": {
156936
+ "kind": "SCALAR",
156937
+ "name": "UUID",
156938
+ "ofType": null
156939
+ }
156940
+ }
156941
+ },
156942
+ {
156943
+ "defaultValue": null,
156944
+ "description": "Identifying name",
156945
+ "name": "integrationName",
156946
+ "type": {
156947
+ "kind": "NON_NULL",
156948
+ "name": null,
156949
+ "ofType": {
156950
+ "kind": "SCALAR",
156951
+ "name": "String",
156952
+ "ofType": null
156953
+ }
156954
+ }
156955
+ },
156956
+ {
156957
+ "defaultValue": null,
156958
+ "description": "New OAuth credentials (optional, only if rotating)",
156959
+ "name": "oauthCredentials",
156960
+ "type": {
156961
+ "kind": "INPUT_OBJECT",
156962
+ "name": "AzureDevOpsOauthCredentialsInput",
156963
+ "ofType": null
156964
+ }
156965
+ },
156966
+ {
156967
+ "defaultValue": null,
156968
+ "description": "Azure DevOps organization name",
156969
+ "name": "organization",
156970
+ "type": {
156971
+ "kind": "NON_NULL",
156972
+ "name": null,
156973
+ "ofType": {
156974
+ "kind": "SCALAR",
156975
+ "name": "String",
156976
+ "ofType": null
156977
+ }
156978
+ }
156979
+ }
156980
+ ],
156981
+ "deprecationReason": null,
156982
+ "description": "(experimental) Update an Azure DevOps work item integration",
156983
+ "isDeprecated": false,
156984
+ "name": "updateAzureDevopsIntegration",
156985
+ "type": {
156986
+ "kind": "OBJECT",
156987
+ "name": "UpdateAzureDevOpsIntegration",
156988
+ "ofType": null
156989
+ }
156990
+ },
156991
+ {
156992
+ "args": [
156993
+ {
156994
+ "defaultValue": null,
156995
+ "description": "OAuth code from callback URL",
156996
+ "name": "code",
156997
+ "type": {
156998
+ "kind": "NON_NULL",
156999
+ "name": null,
157000
+ "ofType": {
157001
+ "kind": "SCALAR",
157002
+ "name": "String",
157003
+ "ofType": null
157004
+ }
157005
+ }
157006
+ },
157007
+ {
157008
+ "defaultValue": null,
157009
+ "description": "OAuth state from callback URL",
157010
+ "name": "state",
157011
+ "type": {
157012
+ "kind": "NON_NULL",
157013
+ "name": null,
157014
+ "ofType": {
157015
+ "kind": "SCALAR",
157016
+ "name": "String",
157017
+ "ofType": null
157018
+ }
157019
+ }
157020
+ }
157021
+ ],
157022
+ "deprecationReason": null,
157023
+ "description": "(experimental) Complete OAuth flow for Azure DevOps work item integration",
157024
+ "isDeprecated": false,
157025
+ "name": "linkAzureDevopsIntegration",
157026
+ "type": {
157027
+ "kind": "OBJECT",
157028
+ "name": "LinkAzureDevOpsIntegration",
157029
+ "ofType": null
157030
+ }
157031
+ },
157032
+ {
157033
+ "args": [
157034
+ {
157035
+ "defaultValue": null,
157036
+ "description": "The integration ID",
157037
+ "name": "integrationId",
157038
+ "type": {
157039
+ "kind": "NON_NULL",
157040
+ "name": null,
157041
+ "ofType": {
157042
+ "kind": "SCALAR",
157043
+ "name": "UUID",
157044
+ "ofType": null
157045
+ }
157046
+ }
157047
+ }
157048
+ ],
157049
+ "deprecationReason": null,
157050
+ "description": "(experimental) Delete an Azure DevOps work item integration",
157051
+ "isDeprecated": false,
157052
+ "name": "deleteAzureDevopsIntegration",
157053
+ "type": {
157054
+ "kind": "OBJECT",
157055
+ "name": "DeleteAzureDevOpsIntegration",
157056
+ "ofType": null
157057
+ }
157058
+ },
157059
+ {
157060
+ "args": [
157061
+ {
157062
+ "defaultValue": null,
157063
+ "description": "ID of the alert",
157064
+ "name": "alertId",
157065
+ "type": {
157066
+ "kind": "NON_NULL",
157067
+ "name": null,
157068
+ "ofType": {
157069
+ "kind": "SCALAR",
157070
+ "name": "UUID",
157071
+ "ofType": null
157072
+ }
157073
+ }
157074
+ },
157075
+ {
157076
+ "defaultValue": null,
157077
+ "description": "Work item description",
157078
+ "name": "description",
157079
+ "type": {
157080
+ "kind": "SCALAR",
157081
+ "name": "String",
157082
+ "ofType": null
157083
+ }
157084
+ },
157085
+ {
157086
+ "defaultValue": null,
157087
+ "description": "ID of the Azure DevOps integration",
157088
+ "name": "integrationId",
157089
+ "type": {
157090
+ "kind": "NON_NULL",
157091
+ "name": null,
157092
+ "ofType": {
157093
+ "kind": "SCALAR",
157094
+ "name": "UUID",
157095
+ "ofType": null
157096
+ }
157097
+ }
157098
+ },
157099
+ {
157100
+ "defaultValue": null,
157101
+ "description": "Azure DevOps project name",
157102
+ "name": "project",
157103
+ "type": {
157104
+ "kind": "NON_NULL",
157105
+ "name": null,
157106
+ "ofType": {
157107
+ "kind": "SCALAR",
157108
+ "name": "String",
157109
+ "ofType": null
157110
+ }
157111
+ }
157112
+ },
157113
+ {
157114
+ "defaultValue": null,
157115
+ "description": "Work item title",
157116
+ "name": "title",
157117
+ "type": {
157118
+ "kind": "SCALAR",
157119
+ "name": "String",
157120
+ "ofType": null
157121
+ }
157122
+ },
157123
+ {
157124
+ "defaultValue": null,
157125
+ "description": "Work item type (Bug, Task, User Story, etc.)",
157126
+ "name": "workItemType",
157127
+ "type": {
157128
+ "kind": "NON_NULL",
157129
+ "name": null,
157130
+ "ofType": {
157131
+ "kind": "SCALAR",
157132
+ "name": "String",
157133
+ "ofType": null
157134
+ }
157135
+ }
157136
+ }
157137
+ ],
157138
+ "deprecationReason": null,
157139
+ "description": "(experimental) Create Azure DevOps work item for alert",
157140
+ "isDeprecated": false,
157141
+ "name": "createAzureDevopsWorkItemForAlert",
157142
+ "type": {
157143
+ "kind": "OBJECT",
157144
+ "name": "CreateAzureDevOpsWorkItemForAlert",
157145
+ "ofType": null
157146
+ }
157147
+ },
157148
+ {
157149
+ "args": [
157150
+ {
157151
+ "defaultValue": null,
157152
+ "description": "ID of the alert",
157153
+ "name": "alertId",
157154
+ "type": {
157155
+ "kind": "NON_NULL",
157156
+ "name": null,
157157
+ "ofType": {
157158
+ "kind": "SCALAR",
157159
+ "name": "UUID",
157160
+ "ofType": null
157161
+ }
157162
+ }
157163
+ },
157164
+ {
157165
+ "defaultValue": null,
157166
+ "description": "ID of the Azure DevOps integration",
157167
+ "name": "integrationId",
157168
+ "type": {
157169
+ "kind": "NON_NULL",
157170
+ "name": null,
157171
+ "ofType": {
157172
+ "kind": "SCALAR",
157173
+ "name": "UUID",
157174
+ "ofType": null
157175
+ }
157176
+ }
157177
+ },
157178
+ {
157179
+ "defaultValue": null,
157180
+ "description": "URL of the Azure DevOps work item",
157181
+ "name": "workItemUrl",
157182
+ "type": {
157183
+ "kind": "NON_NULL",
157184
+ "name": null,
157185
+ "ofType": {
157186
+ "kind": "SCALAR",
157187
+ "name": "String",
157188
+ "ofType": null
157189
+ }
157190
+ }
157191
+ }
157192
+ ],
157193
+ "deprecationReason": null,
157194
+ "description": "(experimental) Link existing Azure DevOps work item to alert",
157195
+ "isDeprecated": false,
157196
+ "name": "linkAzureDevopsWorkItemForAlert",
157197
+ "type": {
157198
+ "kind": "OBJECT",
157199
+ "name": "LinkAzureDevOpsWorkItemForAlert",
157200
+ "ofType": null
157201
+ }
157202
+ },
157203
+ {
157204
+ "args": [
157205
+ {
157206
+ "defaultValue": null,
157207
+ "description": "The work item link ID (UUID)",
157208
+ "name": "workItemId",
157209
+ "type": {
157210
+ "kind": "NON_NULL",
157211
+ "name": null,
157212
+ "ofType": {
157213
+ "kind": "SCALAR",
157214
+ "name": "UUID",
157215
+ "ofType": null
157216
+ }
157217
+ }
157218
+ }
157219
+ ],
157220
+ "deprecationReason": null,
157221
+ "description": "(experimental) Unlink Azure DevOps work item from alert",
157222
+ "isDeprecated": false,
157223
+ "name": "unlinkAzureDevopsWorkItemForAlert",
157224
+ "type": {
157225
+ "kind": "OBJECT",
157226
+ "name": "UnlinkAzureDevOpsWorkItemForAlert",
157227
+ "ofType": null
157228
+ }
157229
+ },
156105
157230
  {
156106
157231
  "args": [
156107
157232
  {
@@ -156830,7 +157955,7 @@
156830
157955
  },
156831
157956
  {
156832
157957
  "defaultValue": null,
156833
- "description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog",
157958
+ "description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog, azure_devops",
156834
157959
  "name": "notificationType",
156835
157960
  "type": {
156836
157961
  "kind": "NON_NULL",
@@ -157109,7 +158234,7 @@
157109
158234
  },
157110
158235
  {
157111
158236
  "defaultValue": null,
157112
- "description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog",
158237
+ "description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog, azure_devops",
157113
158238
  "name": "notificationType",
157114
158239
  "type": {
157115
158240
  "kind": "NON_NULL",
@@ -182135,7 +183260,30 @@
182135
183260
  "inputFields": null,
182136
183261
  "interfaces": [],
182137
183262
  "kind": "OBJECT",
182138
- "name": "CreateServiceNowIncidentForAlert",
183263
+ "name": "CreateServiceNowIncidentForAlert",
183264
+ "possibleTypes": null
183265
+ },
183266
+ {
183267
+ "description": null,
183268
+ "enumValues": null,
183269
+ "fields": [
183270
+ {
183271
+ "args": [],
183272
+ "deprecationReason": null,
183273
+ "description": "The created ServiceNow incident",
183274
+ "isDeprecated": false,
183275
+ "name": "servicenowIncident",
183276
+ "type": {
183277
+ "kind": "OBJECT",
183278
+ "name": "ServiceNowIncidentOutput",
183279
+ "ofType": null
183280
+ }
183281
+ }
183282
+ ],
183283
+ "inputFields": null,
183284
+ "interfaces": [],
183285
+ "kind": "OBJECT",
183286
+ "name": "LinkServiceNowIncidentForAlert",
182139
183287
  "possibleTypes": null
182140
183288
  },
182141
183289
  {
@@ -182145,12 +183293,47 @@
182145
183293
  {
182146
183294
  "args": [],
182147
183295
  "deprecationReason": null,
182148
- "description": "The created ServiceNow incident",
183296
+ "description": "True if the incident was unlinked",
182149
183297
  "isDeprecated": false,
182150
- "name": "servicenowIncident",
183298
+ "name": "unlinked",
183299
+ "type": {
183300
+ "kind": "SCALAR",
183301
+ "name": "Boolean",
183302
+ "ofType": null
183303
+ }
183304
+ }
183305
+ ],
183306
+ "inputFields": null,
183307
+ "interfaces": [],
183308
+ "kind": "OBJECT",
183309
+ "name": "UnlinkServiceNowIncidentForAlert",
183310
+ "possibleTypes": null
183311
+ },
183312
+ {
183313
+ "description": "Create a new Azure DevOps integration.",
183314
+ "enumValues": null,
183315
+ "fields": [
183316
+ {
183317
+ "args": [],
183318
+ "deprecationReason": null,
183319
+ "description": "The created integration",
183320
+ "isDeprecated": false,
183321
+ "name": "azureDevopsIntegration",
182151
183322
  "type": {
182152
183323
  "kind": "OBJECT",
182153
- "name": "ServiceNowIncidentOutput",
183324
+ "name": "AzureDevOpsIntegrationOutput",
183325
+ "ofType": null
183326
+ }
183327
+ },
183328
+ {
183329
+ "args": [],
183330
+ "deprecationReason": null,
183331
+ "description": "OAuth redirect URL if OAuth credentials were provided",
183332
+ "isDeprecated": false,
183333
+ "name": "oauthRedirectUrl",
183334
+ "type": {
183335
+ "kind": "SCALAR",
183336
+ "name": "String",
182154
183337
  "ofType": null
182155
183338
  }
182156
183339
  }
@@ -182158,17 +183341,263 @@
182158
183341
  "inputFields": null,
182159
183342
  "interfaces": [],
182160
183343
  "kind": "OBJECT",
182161
- "name": "LinkServiceNowIncidentForAlert",
183344
+ "name": "CreateAzureDevOpsIntegration",
182162
183345
  "possibleTypes": null
182163
183346
  },
182164
183347
  {
182165
- "description": null,
183348
+ "description": "Update an existing Azure DevOps integration.",
182166
183349
  "enumValues": null,
182167
183350
  "fields": [
182168
183351
  {
182169
183352
  "args": [],
182170
183353
  "deprecationReason": null,
182171
- "description": "True if the incident was unlinked",
183354
+ "description": "The updated integration",
183355
+ "isDeprecated": false,
183356
+ "name": "azureDevopsIntegration",
183357
+ "type": {
183358
+ "kind": "OBJECT",
183359
+ "name": "AzureDevOpsIntegrationOutput",
183360
+ "ofType": null
183361
+ }
183362
+ },
183363
+ {
183364
+ "args": [],
183365
+ "deprecationReason": null,
183366
+ "description": "OAuth redirect URL if OAuth credentials were provided",
183367
+ "isDeprecated": false,
183368
+ "name": "oauthRedirectUrl",
183369
+ "type": {
183370
+ "kind": "SCALAR",
183371
+ "name": "String",
183372
+ "ofType": null
183373
+ }
183374
+ }
183375
+ ],
183376
+ "inputFields": null,
183377
+ "interfaces": [],
183378
+ "kind": "OBJECT",
183379
+ "name": "UpdateAzureDevOpsIntegration",
183380
+ "possibleTypes": null
183381
+ },
183382
+ {
183383
+ "description": "Complete OAuth flow for Azure DevOps integration.",
183384
+ "enumValues": null,
183385
+ "fields": [
183386
+ {
183387
+ "args": [],
183388
+ "deprecationReason": null,
183389
+ "description": "True if exchanging code for tokens was successful",
183390
+ "isDeprecated": false,
183391
+ "name": "success",
183392
+ "type": {
183393
+ "kind": "SCALAR",
183394
+ "name": "Boolean",
183395
+ "ofType": null
183396
+ }
183397
+ },
183398
+ {
183399
+ "args": [],
183400
+ "deprecationReason": null,
183401
+ "description": "Created or updated Azure DevOps integration",
183402
+ "isDeprecated": false,
183403
+ "name": "azureDevopsIntegration",
183404
+ "type": {
183405
+ "kind": "OBJECT",
183406
+ "name": "AzureDevOpsIntegrationOutput",
183407
+ "ofType": null
183408
+ }
183409
+ }
183410
+ ],
183411
+ "inputFields": null,
183412
+ "interfaces": [],
183413
+ "kind": "OBJECT",
183414
+ "name": "LinkAzureDevOpsIntegration",
183415
+ "possibleTypes": null
183416
+ },
183417
+ {
183418
+ "description": "Delete an Azure DevOps integration.",
183419
+ "enumValues": null,
183420
+ "fields": [
183421
+ {
183422
+ "args": [],
183423
+ "deprecationReason": null,
183424
+ "description": "If the integration was deleted",
183425
+ "isDeprecated": false,
183426
+ "name": "deleted",
183427
+ "type": {
183428
+ "kind": "SCALAR",
183429
+ "name": "Boolean",
183430
+ "ofType": null
183431
+ }
183432
+ }
183433
+ ],
183434
+ "inputFields": null,
183435
+ "interfaces": [],
183436
+ "kind": "OBJECT",
183437
+ "name": "DeleteAzureDevOpsIntegration",
183438
+ "possibleTypes": null
183439
+ },
183440
+ {
183441
+ "description": "Create a new Azure DevOps work item from a Monte Carlo alert.\n\nThis mutation creates a work item in Azure DevOps and links it to the alert.",
183442
+ "enumValues": null,
183443
+ "fields": [
183444
+ {
183445
+ "args": [],
183446
+ "deprecationReason": null,
183447
+ "description": null,
183448
+ "isDeprecated": false,
183449
+ "name": "azureDevopsWorkItem",
183450
+ "type": {
183451
+ "kind": "OBJECT",
183452
+ "name": "AzureDevOpsWorkItemOutput",
183453
+ "ofType": null
183454
+ }
183455
+ }
183456
+ ],
183457
+ "inputFields": null,
183458
+ "interfaces": [],
183459
+ "kind": "OBJECT",
183460
+ "name": "CreateAzureDevOpsWorkItemForAlert",
183461
+ "possibleTypes": null
183462
+ },
183463
+ {
183464
+ "description": "Output type for Azure DevOps work item operations.",
183465
+ "enumValues": null,
183466
+ "fields": [
183467
+ {
183468
+ "args": [],
183469
+ "deprecationReason": null,
183470
+ "description": "Work item ID in Azure DevOps",
183471
+ "isDeprecated": false,
183472
+ "name": "workItemId",
183473
+ "type": {
183474
+ "kind": "SCALAR",
183475
+ "name": "String",
183476
+ "ofType": null
183477
+ }
183478
+ },
183479
+ {
183480
+ "args": [],
183481
+ "deprecationReason": null,
183482
+ "description": "Alert/incident UUID",
183483
+ "isDeprecated": false,
183484
+ "name": "alertId",
183485
+ "type": {
183486
+ "kind": "SCALAR",
183487
+ "name": "UUID",
183488
+ "ofType": null
183489
+ }
183490
+ },
183491
+ {
183492
+ "args": [],
183493
+ "deprecationReason": null,
183494
+ "description": "Integration UUID",
183495
+ "isDeprecated": false,
183496
+ "name": "integrationId",
183497
+ "type": {
183498
+ "kind": "SCALAR",
183499
+ "name": "UUID",
183500
+ "ofType": null
183501
+ }
183502
+ },
183503
+ {
183504
+ "args": [],
183505
+ "deprecationReason": null,
183506
+ "description": "URL to the work item in Azure DevOps",
183507
+ "isDeprecated": false,
183508
+ "name": "workItemUrl",
183509
+ "type": {
183510
+ "kind": "SCALAR",
183511
+ "name": "String",
183512
+ "ofType": null
183513
+ }
183514
+ },
183515
+ {
183516
+ "args": [],
183517
+ "deprecationReason": null,
183518
+ "description": "Type of work item (Bug, Task, User Story)",
183519
+ "isDeprecated": false,
183520
+ "name": "workItemType",
183521
+ "type": {
183522
+ "kind": "SCALAR",
183523
+ "name": "String",
183524
+ "ofType": null
183525
+ }
183526
+ },
183527
+ {
183528
+ "args": [],
183529
+ "deprecationReason": null,
183530
+ "description": "Project name",
183531
+ "isDeprecated": false,
183532
+ "name": "project",
183533
+ "type": {
183534
+ "kind": "SCALAR",
183535
+ "name": "String",
183536
+ "ofType": null
183537
+ }
183538
+ },
183539
+ {
183540
+ "args": [],
183541
+ "deprecationReason": null,
183542
+ "description": "Email of user who created the work item",
183543
+ "isDeprecated": false,
183544
+ "name": "createdByEmail",
183545
+ "type": {
183546
+ "kind": "SCALAR",
183547
+ "name": "String",
183548
+ "ofType": null
183549
+ }
183550
+ },
183551
+ {
183552
+ "args": [],
183553
+ "deprecationReason": null,
183554
+ "description": "When the work item was created",
183555
+ "isDeprecated": false,
183556
+ "name": "createdAt",
183557
+ "type": {
183558
+ "kind": "SCALAR",
183559
+ "name": "DateTime",
183560
+ "ofType": null
183561
+ }
183562
+ }
183563
+ ],
183564
+ "inputFields": null,
183565
+ "interfaces": [],
183566
+ "kind": "OBJECT",
183567
+ "name": "AzureDevOpsWorkItemOutput",
183568
+ "possibleTypes": null
183569
+ },
183570
+ {
183571
+ "description": "Link an existing Azure DevOps work item to a Monte Carlo alert.\n\nThis mutation creates a link between an existing work item and an alert\nwithout creating a new work item.",
183572
+ "enumValues": null,
183573
+ "fields": [
183574
+ {
183575
+ "args": [],
183576
+ "deprecationReason": null,
183577
+ "description": null,
183578
+ "isDeprecated": false,
183579
+ "name": "azureDevopsWorkItem",
183580
+ "type": {
183581
+ "kind": "OBJECT",
183582
+ "name": "AzureDevOpsWorkItemOutput",
183583
+ "ofType": null
183584
+ }
183585
+ }
183586
+ ],
183587
+ "inputFields": null,
183588
+ "interfaces": [],
183589
+ "kind": "OBJECT",
183590
+ "name": "LinkAzureDevOpsWorkItemForAlert",
183591
+ "possibleTypes": null
183592
+ },
183593
+ {
183594
+ "description": "Unlink an Azure DevOps work item from a Monte Carlo alert.\n\nThis mutation removes the link between a work item and an alert.\nThe work item itself is not deleted in Azure DevOps.",
183595
+ "enumValues": null,
183596
+ "fields": [
183597
+ {
183598
+ "args": [],
183599
+ "deprecationReason": null,
183600
+ "description": "True if the work item was unlinked",
182172
183601
  "isDeprecated": false,
182173
183602
  "name": "unlinked",
182174
183603
  "type": {
@@ -182181,7 +183610,7 @@
182181
183610
  "inputFields": null,
182182
183611
  "interfaces": [],
182183
183612
  "kind": "OBJECT",
182184
- "name": "UnlinkServiceNowIncidentForAlert",
183613
+ "name": "UnlinkAzureDevOpsWorkItemForAlert",
182185
183614
  "possibleTypes": null
182186
183615
  },
182187
183616
  {
@@ -182725,6 +184154,26 @@
182725
184154
  "ofType": null
182726
184155
  }
182727
184156
  },
184157
+ {
184158
+ "defaultValue": null,
184159
+ "description": "Project name for Azure DevOps",
184160
+ "name": "adoProject",
184161
+ "type": {
184162
+ "kind": "SCALAR",
184163
+ "name": "String",
184164
+ "ofType": null
184165
+ }
184166
+ },
184167
+ {
184168
+ "defaultValue": null,
184169
+ "description": "Work item type for Azure DevOps (Bug, Task, Issue, etc.)",
184170
+ "name": "adoWorkItemType",
184171
+ "type": {
184172
+ "kind": "SCALAR",
184173
+ "name": "String",
184174
+ "ofType": null
184175
+ }
184176
+ },
182728
184177
  {
182729
184178
  "defaultValue": null,
182730
184179
  "description": "Version of the notification settings schema",
@@ -183429,7 +184878,7 @@
183429
184878
  },
183430
184879
  {
183431
184880
  "defaultValue": null,
183432
- "description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog",
184881
+ "description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog, azure_devops",
183433
184882
  "name": "notificationType",
183434
184883
  "type": {
183435
184884
  "kind": "NON_NULL",