pycarlo 0.10.77__py3-none-any.whl → 0.10.78__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
@@ -174672,7 +174672,7 @@
174672
174672
  },
174673
174673
  {
174674
174674
  "defaultValue": null,
174675
- "description": "True if normalized messages need to be turned off",
174675
+ "description": "True if normalized messages need to be turned off. DEPRECATED: Use receiveNormalized instead.",
174676
174676
  "name": "turnOffNormalizedMessages",
174677
174677
  "type": {
174678
174678
  "kind": "SCALAR",
@@ -174680,6 +174680,16 @@
174680
174680
  "ofType": null
174681
174681
  }
174682
174682
  },
174683
+ {
174684
+ "defaultValue": null,
174685
+ "description": "True if normalized messages should be received",
174686
+ "name": "receiveNormalized",
174687
+ "type": {
174688
+ "kind": "SCALAR",
174689
+ "name": "Boolean",
174690
+ "ofType": null
174691
+ }
174692
+ },
174683
174693
  {
174684
174694
  "defaultValue": null,
174685
174695
  "description": "True if HTTP requests proxied through the Data Collector should not verify SSL certificates",
pycarlo/lib/schema.py CHANGED
@@ -7782,6 +7782,7 @@ class NotificationExtra(sgqlc.types.Input):
7782
7782
  "password",
7783
7783
  "dc_proxy",
7784
7784
  "turn_off_normalized_messages",
7785
+ "receive_normalized",
7785
7786
  "disable_ssl_verification",
7786
7787
  "include_incident_fields",
7787
7788
  "jira_project_id",
@@ -7829,7 +7830,12 @@ class NotificationExtra(sgqlc.types.Input):
7829
7830
  turn_off_normalized_messages = sgqlc.types.Field(
7830
7831
  Boolean, graphql_name="turnOffNormalizedMessages"
7831
7832
  )
7832
- """True if normalized messages need to be turned off"""
7833
+ """True if normalized messages need to be turned off. DEPRECATED: Use
7834
+ receiveNormalized instead.
7835
+ """
7836
+
7837
+ receive_normalized = sgqlc.types.Field(Boolean, graphql_name="receiveNormalized")
7838
+ """True if normalized messages should be received"""
7833
7839
 
7834
7840
  disable_ssl_verification = sgqlc.types.Field(Boolean, graphql_name="disableSslVerification")
7835
7841
  """True if HTTP requests proxied through the Data Collector should
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.77
3
+ Version: 0.10.78
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=p7_YSiX2GP33weDxmv5NBLD5DXQFdVWI0_VZ1bPTOHs,6006369
39
- pycarlo/lib/schema.py,sha256=nId4LyUDsBCsWydwkoEI1smwUtF4OyBb6bK_ALbwdBo,2593609
40
- pycarlo-0.10.77.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.77.dist-info/METADATA,sha256=klay0In2v2EruKq6-WJNjzoLv5YZgrjB4vLS3w57cqE,8741
42
- pycarlo-0.10.77.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.77.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.77.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=611epDCVkyFE1UcuUbAnk2744KJrWbN7QFdPpE3MCqA,6006740
39
+ pycarlo/lib/schema.py,sha256=MiPxtKmWZVAmeiq0aGs2M_u60oLSJK6Wy3LVBcWUQk8,2593836
40
+ pycarlo-0.10.78.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.78.dist-info/METADATA,sha256=t6coEbLf7oRd442HAPjH0BWaIJmlxpnQVIsoa3x4OiI,8741
42
+ pycarlo-0.10.78.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.78.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.78.dist-info/RECORD,,