pycarlo 0.10.100__py3-none-any.whl → 0.10.101__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
@@ -68729,6 +68729,22 @@
68729
68729
  "name": "JiraTicketStatusOutput",
68730
68730
  "ofType": null
68731
68731
  }
68732
+ },
68733
+ {
68734
+ "args": [],
68735
+ "deprecationReason": null,
68736
+ "description": "Whether the ticket was found in JIRA",
68737
+ "isDeprecated": false,
68738
+ "name": "found",
68739
+ "type": {
68740
+ "kind": "NON_NULL",
68741
+ "name": null,
68742
+ "ofType": {
68743
+ "kind": "SCALAR",
68744
+ "name": "Boolean",
68745
+ "ofType": null
68746
+ }
68747
+ }
68732
68748
  }
68733
68749
  ],
68734
68750
  "inputFields": null,
pycarlo/lib/schema.py CHANGED
@@ -22030,13 +22030,16 @@ class JiraTicketDetailsOutput(sgqlc.types.Type):
22030
22030
  """Ticket details stored at Jira"""
22031
22031
 
22032
22032
  __schema__ = schema
22033
- __field_names__ = ("assignee", "status")
22033
+ __field_names__ = ("assignee", "status", "found")
22034
22034
  assignee = sgqlc.types.Field("JiraUserOutput", graphql_name="assignee")
22035
22035
  """The user assigned to the ticket"""
22036
22036
 
22037
22037
  status = sgqlc.types.Field("JiraTicketStatusOutput", graphql_name="status")
22038
22038
  """The ticket status"""
22039
22039
 
22040
+ found = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="found")
22041
+ """Whether the ticket was found in JIRA"""
22042
+
22040
22043
 
22041
22044
  class JiraTicketOutput(sgqlc.types.Type):
22042
22045
  """A Jira ticket"""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.100
3
+ Version: 0.10.101
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=DgvbeXu-DyBuhH7_mcb6wB_y2vxTbpZoc8b5pQVXMmM,6041529
39
- pycarlo/lib/schema.py,sha256=7OGe4lAniM6nB8p4CKLn9PqmRjJC1tuxstsaIGloPQw,2609626
40
- pycarlo-0.10.100.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.100.dist-info/METADATA,sha256=ghGVaWCrhTU6fSDA_ll4Wyl2j4E6E8cGMwfN-WZ-jRs,8742
42
- pycarlo-0.10.100.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.100.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.100.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=AStrMSD56Wi_SX-0j7P-8JPpoBm4Q7UPH2jxItgqI78,6042020
39
+ pycarlo/lib/schema.py,sha256=1WFucsxAVnsvEufI-49dl9J_y2cuk8ZgWmNCfehoM-4,2609766
40
+ pycarlo-0.10.101.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.101.dist-info/METADATA,sha256=FlE4T432LRKERDG5r6Le-aab7k1aaW9gsI8pDur5B88,8742
42
+ pycarlo-0.10.101.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.101.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.101.dist-info/RECORD,,