pycarlo 0.10.207__py3-none-any.whl → 0.10.208__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
@@ -63151,6 +63151,22 @@
63151
63151
  }
63152
63152
  }
63153
63153
  },
63154
+ {
63155
+ "args": [],
63156
+ "deprecationReason": null,
63157
+ "description": "List of audiences associated with the alert",
63158
+ "isDeprecated": false,
63159
+ "name": "audiences",
63160
+ "type": {
63161
+ "kind": "LIST",
63162
+ "name": null,
63163
+ "ofType": {
63164
+ "kind": "OBJECT",
63165
+ "name": "AudienceRef",
63166
+ "ofType": null
63167
+ }
63168
+ }
63169
+ },
63154
63170
  {
63155
63171
  "args": [],
63156
63172
  "deprecationReason": null,
@@ -64087,6 +64103,41 @@
64087
64103
  "name": "TableOutput",
64088
64104
  "possibleTypes": null
64089
64105
  },
64106
+ {
64107
+ "description": null,
64108
+ "enumValues": null,
64109
+ "fields": [
64110
+ {
64111
+ "args": [],
64112
+ "deprecationReason": null,
64113
+ "description": "Audience UUID",
64114
+ "isDeprecated": false,
64115
+ "name": "uuid",
64116
+ "type": {
64117
+ "kind": "SCALAR",
64118
+ "name": "UUID",
64119
+ "ofType": null
64120
+ }
64121
+ },
64122
+ {
64123
+ "args": [],
64124
+ "deprecationReason": null,
64125
+ "description": "Audience label",
64126
+ "isDeprecated": false,
64127
+ "name": "label",
64128
+ "type": {
64129
+ "kind": "SCALAR",
64130
+ "name": "String",
64131
+ "ofType": null
64132
+ }
64133
+ }
64134
+ ],
64135
+ "inputFields": null,
64136
+ "interfaces": [],
64137
+ "kind": "OBJECT",
64138
+ "name": "AudienceRef",
64139
+ "possibleTypes": null
64140
+ },
64090
64141
  {
64091
64142
  "description": null,
64092
64143
  "enumValues": null,
pycarlo/lib/schema.py CHANGED
@@ -13621,6 +13621,16 @@ class AudienceMonitorEdge(sgqlc.types.Type):
13621
13621
  """A cursor for use in pagination"""
13622
13622
 
13623
13623
 
13624
+ class AudienceRef(sgqlc.types.Type):
13625
+ __schema__ = schema
13626
+ __field_names__ = ("uuid", "label")
13627
+ uuid = sgqlc.types.Field(UUID, graphql_name="uuid")
13628
+ """Audience UUID"""
13629
+
13630
+ label = sgqlc.types.Field(String, graphql_name="label")
13631
+ """Audience label"""
13632
+
13633
+
13624
13634
  class AudienceRoutingStats(sgqlc.types.Type):
13625
13635
  __schema__ = schema
13626
13636
  __field_names__ = (
@@ -70593,6 +70603,7 @@ class Alert(sgqlc.types.Type, NodeWithUUID):
70593
70603
  "priority",
70594
70604
  "status",
70595
70605
  "tables",
70606
+ "audiences",
70596
70607
  "jira_tickets",
70597
70608
  "service_now_incidents",
70598
70609
  "opsgenie_incidents",
@@ -70632,6 +70643,9 @@ class Alert(sgqlc.types.Type, NodeWithUUID):
70632
70643
  tables = sgqlc.types.Field(sgqlc.types.list_of(TableOutput), graphql_name="tables")
70633
70644
  """Tables or views associated with the alert"""
70634
70645
 
70646
+ audiences = sgqlc.types.Field(sgqlc.types.list_of(AudienceRef), graphql_name="audiences")
70647
+ """List of audiences associated with the alert"""
70648
+
70635
70649
  jira_tickets = sgqlc.types.Field(sgqlc.types.list_of("JiraTicket"), graphql_name="jiraTickets")
70636
70650
  """Jira tickets associated with the alert"""
70637
70651
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.207
3
+ Version: 0.10.208
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
35
35
  pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
36
36
  pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
37
37
  pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- pycarlo/lib/schema.json,sha256=hKMOtcbz7qafpgLub3hN60ybQbBlD5wqYmPsYepW1eI,6372811
39
- pycarlo/lib/schema.py,sha256=vPpgiLdNoA8NjNFAV1W3JJJzDfLBKMUUjnlr7wriwns,2773077
40
- pycarlo-0.10.207.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.207.dist-info/METADATA,sha256=y3V7765Lr09ETGkINqdhBlYa8EXOu7tf5Z10jIQ-NlI,8742
42
- pycarlo-0.10.207.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.207.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.207.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=9U3D8ZdNc1n7DpRFTea9WR2bfZuynNRhxKqiHPAALNg,6374277
39
+ pycarlo/lib/schema.py,sha256=yATrUlKC32p489D2u-iwjK2L3d-JlP7hwmtA70aYftM,2773516
40
+ pycarlo-0.10.208.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.208.dist-info/METADATA,sha256=lnqYpiG7cyDWTw-SLtGDmB9EwoO569PXc8IjRutZv9M,8742
42
+ pycarlo-0.10.208.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.208.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.208.dist-info/RECORD,,