pycarlo 0.10.196__py3-none-any.whl → 0.10.197__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
@@ -4796,7 +4796,18 @@
4796
4796
  }
4797
4797
  },
4798
4798
  {
4799
- "args": [],
4799
+ "args": [
4800
+ {
4801
+ "defaultValue": "true",
4802
+ "description": "Whether to include the MCP keys created by service accounts",
4803
+ "name": "includeCreatedByServiceAccounts",
4804
+ "type": {
4805
+ "kind": "SCALAR",
4806
+ "name": "Boolean",
4807
+ "ofType": null
4808
+ }
4809
+ }
4810
+ ],
4800
4811
  "deprecationReason": null,
4801
4812
  "description": "(experimental) Retrieve MCP integration keys created by the current user",
4802
4813
  "isDeprecated": false,
pycarlo/lib/schema.py CHANGED
@@ -47752,10 +47752,27 @@ class Query(sgqlc.types.Type):
47752
47752
  """
47753
47753
 
47754
47754
  get_my_mcp_integration_keys = sgqlc.types.Field(
47755
- sgqlc.types.list_of(IntegrationKeyMetadata), graphql_name="getMyMcpIntegrationKeys"
47755
+ sgqlc.types.list_of(IntegrationKeyMetadata),
47756
+ graphql_name="getMyMcpIntegrationKeys",
47757
+ args=sgqlc.types.ArgDict(
47758
+ (
47759
+ (
47760
+ "include_created_by_service_accounts",
47761
+ sgqlc.types.Arg(
47762
+ Boolean, graphql_name="includeCreatedByServiceAccounts", default=True
47763
+ ),
47764
+ ),
47765
+ )
47766
+ ),
47756
47767
  )
47757
47768
  """(experimental) Retrieve MCP integration keys created by the
47758
47769
  current user
47770
+
47771
+ Arguments:
47772
+
47773
+ * `include_created_by_service_accounts` (`Boolean`): Whether to
47774
+ include the MCP keys created by service accounts (default:
47775
+ `true`)
47759
47776
  """
47760
47777
 
47761
47778
  get_opsgenie_integrations = sgqlc.types.Field(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.196
3
+ Version: 0.10.197
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=VH9Oa4XS4D2wgcpO7WKOn-dg9tNJtkqqREXB-hVSjQA,6348559
39
- pycarlo/lib/schema.py,sha256=-_90Hv3J2DL9DilenddmJDJAHTyqymfBR4Fn81GztTM,2764433
40
- pycarlo-0.10.196.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.196.dist-info/METADATA,sha256=f0rSzKRurBGS5F0WpwwlL3zJkF3JF3ltGwSO8pni78w,8742
42
- pycarlo-0.10.196.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.196.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.196.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=NzurEixwh7W2j5MpRPscZbt6-37EOz3oYmzAOKAOw48,6348969
39
+ pycarlo/lib/schema.py,sha256=Ao_EmuzczpmqE8mTDi5PyvOW__Nl-zjtKzOoELCmFSA,2764929
40
+ pycarlo-0.10.197.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.197.dist-info/METADATA,sha256=uO1r1k8SKhSBOxfD1LWx0MsZeKFu7JgCm6y_1KbihOc,8742
42
+ pycarlo-0.10.197.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.197.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.197.dist-info/RECORD,,