pycarlo 0.10.161__py3-none-any.whl → 0.10.162__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
@@ -63741,6 +63741,26 @@
63741
63741
  "name": "String",
63742
63742
  "ofType": null
63743
63743
  }
63744
+ },
63745
+ {
63746
+ "args": [],
63747
+ "deprecationReason": null,
63748
+ "description": "Users that are mentioned in any of the comments",
63749
+ "isDeprecated": false,
63750
+ "name": "mentionedUsers",
63751
+ "type": {
63752
+ "kind": "LIST",
63753
+ "name": null,
63754
+ "ofType": {
63755
+ "kind": "NON_NULL",
63756
+ "name": null,
63757
+ "ofType": {
63758
+ "kind": "OBJECT",
63759
+ "name": "User",
63760
+ "ofType": null
63761
+ }
63762
+ }
63763
+ }
63744
63764
  }
63745
63765
  ],
63746
63766
  "inputFields": null,
pycarlo/lib/schema.py CHANGED
@@ -73005,6 +73005,7 @@ class Event(sgqlc.types.Type, Node):
73005
73005
  "custom_sql",
73006
73006
  "is_merged",
73007
73007
  "description",
73008
+ "mentioned_users",
73008
73009
  )
73009
73010
  event_type = sgqlc.types.Field(
73010
73011
  sgqlc.types.non_null(EventModelEventType), graphql_name="eventType"
@@ -73143,6 +73144,11 @@ class Event(sgqlc.types.Type, Node):
73143
73144
  description = sgqlc.types.Field(String, graphql_name="description")
73144
73145
  """Human-readable description of the event"""
73145
73146
 
73147
+ mentioned_users = sgqlc.types.Field(
73148
+ sgqlc.types.list_of(sgqlc.types.non_null("User")), graphql_name="mentionedUsers"
73149
+ )
73150
+ """Users that are mentioned in any of the comments"""
73151
+
73146
73152
 
73147
73153
  class EventDataIncidentCommentTimeline(sgqlc.types.Type, IEventDataBaseTimeline):
73148
73154
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.161
3
+ Version: 0.10.162
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=GFpUShZI5NkLK_HGsLD1mqT9mnGzT-08xerMmARk7X4,6229528
39
- pycarlo/lib/schema.py,sha256=KN_MrMZd3agyYz9qWJUwhzOzO1pLV5qdezYTtJGbDI8,2704760
40
- pycarlo-0.10.161.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.161.dist-info/METADATA,sha256=3sLDEq0a5B28CNl1PEeerpkUZITjrW6gsZHRUL0lwq4,8742
42
- pycarlo-0.10.161.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.161.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.161.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=Ra_vXxFvGJr31Lzt7JAD5d7nLRZSoNHlt24cLzac7nM,6230158
39
+ pycarlo/lib/schema.py,sha256=5dBpObbnwaBdwv8NhMYy1apxvf6Y7RsPpgqCUAD-wFE,2704982
40
+ pycarlo-0.10.162.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.162.dist-info/METADATA,sha256=Y2Xn7kxGRZ1WHqqdnphP8OWd-M2dRVHVvxS87tAPeEU,8742
42
+ pycarlo-0.10.162.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.162.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.162.dist-info/RECORD,,