pycarlo 0.10.203__py3-none-any.whl → 0.10.204__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
@@ -64864,6 +64864,38 @@
64864
64864
  }
64865
64865
  }
64866
64866
  }
64867
+ },
64868
+ {
64869
+ "args": [],
64870
+ "deprecationReason": null,
64871
+ "description": "agent span filters used on the monitor",
64872
+ "isDeprecated": false,
64873
+ "name": "agentSpanFilters",
64874
+ "type": {
64875
+ "kind": "LIST",
64876
+ "name": null,
64877
+ "ofType": {
64878
+ "kind": "NON_NULL",
64879
+ "name": null,
64880
+ "ofType": {
64881
+ "kind": "OBJECT",
64882
+ "name": "AgentSpanFilter",
64883
+ "ofType": null
64884
+ }
64885
+ }
64886
+ }
64887
+ },
64888
+ {
64889
+ "args": [],
64890
+ "deprecationReason": null,
64891
+ "description": "filters used on the monitor",
64892
+ "isDeprecated": false,
64893
+ "name": "filters",
64894
+ "type": {
64895
+ "kind": "OBJECT",
64896
+ "name": "FilterGroup",
64897
+ "ofType": null
64898
+ }
64867
64899
  }
64868
64900
  ],
64869
64901
  "inputFields": null,
@@ -68475,6 +68507,233 @@
68475
68507
  "name": "EventEvaluation",
68476
68508
  "possibleTypes": null
68477
68509
  },
68510
+ {
68511
+ "description": null,
68512
+ "enumValues": null,
68513
+ "fields": [
68514
+ {
68515
+ "args": [],
68516
+ "deprecationReason": null,
68517
+ "description": null,
68518
+ "isDeprecated": false,
68519
+ "name": "agent",
68520
+ "type": {
68521
+ "kind": "OBJECT",
68522
+ "name": "AgentSpanFieldFilter",
68523
+ "ofType": null
68524
+ }
68525
+ },
68526
+ {
68527
+ "args": [],
68528
+ "deprecationReason": null,
68529
+ "description": null,
68530
+ "isDeprecated": false,
68531
+ "name": "workflow",
68532
+ "type": {
68533
+ "kind": "OBJECT",
68534
+ "name": "AgentSpanFieldFilter",
68535
+ "ofType": null
68536
+ }
68537
+ },
68538
+ {
68539
+ "args": [],
68540
+ "deprecationReason": null,
68541
+ "description": null,
68542
+ "isDeprecated": false,
68543
+ "name": "task",
68544
+ "type": {
68545
+ "kind": "OBJECT",
68546
+ "name": "AgentSpanFieldFilter",
68547
+ "ofType": null
68548
+ }
68549
+ },
68550
+ {
68551
+ "args": [],
68552
+ "deprecationReason": null,
68553
+ "description": null,
68554
+ "isDeprecated": false,
68555
+ "name": "spanName",
68556
+ "type": {
68557
+ "kind": "OBJECT",
68558
+ "name": "AgentSpanFieldFilter",
68559
+ "ofType": null
68560
+ }
68561
+ }
68562
+ ],
68563
+ "inputFields": null,
68564
+ "interfaces": [],
68565
+ "kind": "OBJECT",
68566
+ "name": "AgentSpanFilter",
68567
+ "possibleTypes": null
68568
+ },
68569
+ {
68570
+ "description": null,
68571
+ "enumValues": null,
68572
+ "fields": [
68573
+ {
68574
+ "args": [],
68575
+ "deprecationReason": null,
68576
+ "description": null,
68577
+ "isDeprecated": false,
68578
+ "name": "value",
68579
+ "type": {
68580
+ "kind": "SCALAR",
68581
+ "name": "String",
68582
+ "ofType": null
68583
+ }
68584
+ }
68585
+ ],
68586
+ "inputFields": null,
68587
+ "interfaces": [],
68588
+ "kind": "OBJECT",
68589
+ "name": "AgentSpanFieldFilter",
68590
+ "possibleTypes": null
68591
+ },
68592
+ {
68593
+ "description": null,
68594
+ "enumValues": null,
68595
+ "fields": [
68596
+ {
68597
+ "args": [],
68598
+ "deprecationReason": null,
68599
+ "description": null,
68600
+ "isDeprecated": false,
68601
+ "name": "type",
68602
+ "type": {
68603
+ "kind": "NON_NULL",
68604
+ "name": null,
68605
+ "ofType": {
68606
+ "kind": "ENUM",
68607
+ "name": "FilterType",
68608
+ "ofType": null
68609
+ }
68610
+ }
68611
+ },
68612
+ {
68613
+ "args": [],
68614
+ "deprecationReason": null,
68615
+ "description": null,
68616
+ "isDeprecated": false,
68617
+ "name": "id",
68618
+ "type": {
68619
+ "kind": "SCALAR",
68620
+ "name": "String",
68621
+ "ofType": null
68622
+ }
68623
+ },
68624
+ {
68625
+ "args": [],
68626
+ "deprecationReason": null,
68627
+ "description": null,
68628
+ "isDeprecated": false,
68629
+ "name": "conditions",
68630
+ "type": {
68631
+ "kind": "NON_NULL",
68632
+ "name": null,
68633
+ "ofType": {
68634
+ "kind": "LIST",
68635
+ "name": null,
68636
+ "ofType": {
68637
+ "kind": "NON_NULL",
68638
+ "name": null,
68639
+ "ofType": {
68640
+ "kind": "INTERFACE",
68641
+ "name": "FilterInterface",
68642
+ "ofType": null
68643
+ }
68644
+ }
68645
+ }
68646
+ }
68647
+ },
68648
+ {
68649
+ "args": [],
68650
+ "deprecationReason": null,
68651
+ "description": null,
68652
+ "isDeprecated": false,
68653
+ "name": "operator",
68654
+ "type": {
68655
+ "kind": "NON_NULL",
68656
+ "name": null,
68657
+ "ofType": {
68658
+ "kind": "ENUM",
68659
+ "name": "BooleanOperator",
68660
+ "ofType": null
68661
+ }
68662
+ }
68663
+ }
68664
+ ],
68665
+ "inputFields": null,
68666
+ "interfaces": [
68667
+ {
68668
+ "kind": "INTERFACE",
68669
+ "name": "FilterInterface",
68670
+ "ofType": null
68671
+ }
68672
+ ],
68673
+ "kind": "OBJECT",
68674
+ "name": "FilterGroup",
68675
+ "possibleTypes": null
68676
+ },
68677
+ {
68678
+ "description": null,
68679
+ "enumValues": null,
68680
+ "fields": [
68681
+ {
68682
+ "args": [],
68683
+ "deprecationReason": null,
68684
+ "description": null,
68685
+ "isDeprecated": false,
68686
+ "name": "type",
68687
+ "type": {
68688
+ "kind": "NON_NULL",
68689
+ "name": null,
68690
+ "ofType": {
68691
+ "kind": "ENUM",
68692
+ "name": "FilterType",
68693
+ "ofType": null
68694
+ }
68695
+ }
68696
+ },
68697
+ {
68698
+ "args": [],
68699
+ "deprecationReason": null,
68700
+ "description": null,
68701
+ "isDeprecated": false,
68702
+ "name": "id",
68703
+ "type": {
68704
+ "kind": "SCALAR",
68705
+ "name": "String",
68706
+ "ofType": null
68707
+ }
68708
+ }
68709
+ ],
68710
+ "inputFields": null,
68711
+ "interfaces": null,
68712
+ "kind": "INTERFACE",
68713
+ "name": "FilterInterface",
68714
+ "possibleTypes": [
68715
+ {
68716
+ "kind": "OBJECT",
68717
+ "name": "FilterGroup",
68718
+ "ofType": null
68719
+ },
68720
+ {
68721
+ "kind": "OBJECT",
68722
+ "name": "FilterUnary",
68723
+ "ofType": null
68724
+ },
68725
+ {
68726
+ "kind": "OBJECT",
68727
+ "name": "FilterBinary",
68728
+ "ofType": null
68729
+ },
68730
+ {
68731
+ "kind": "OBJECT",
68732
+ "name": "FilterSql",
68733
+ "ofType": null
68734
+ }
68735
+ ]
68736
+ },
68478
68737
  {
68479
68738
  "description": null,
68480
68739
  "enumValues": null,
@@ -88925,233 +89184,6 @@
88925
89184
  "name": "MonitorSqlBlocks",
88926
89185
  "possibleTypes": null
88927
89186
  },
88928
- {
88929
- "description": null,
88930
- "enumValues": null,
88931
- "fields": [
88932
- {
88933
- "args": [],
88934
- "deprecationReason": null,
88935
- "description": null,
88936
- "isDeprecated": false,
88937
- "name": "type",
88938
- "type": {
88939
- "kind": "NON_NULL",
88940
- "name": null,
88941
- "ofType": {
88942
- "kind": "ENUM",
88943
- "name": "FilterType",
88944
- "ofType": null
88945
- }
88946
- }
88947
- },
88948
- {
88949
- "args": [],
88950
- "deprecationReason": null,
88951
- "description": null,
88952
- "isDeprecated": false,
88953
- "name": "id",
88954
- "type": {
88955
- "kind": "SCALAR",
88956
- "name": "String",
88957
- "ofType": null
88958
- }
88959
- },
88960
- {
88961
- "args": [],
88962
- "deprecationReason": null,
88963
- "description": null,
88964
- "isDeprecated": false,
88965
- "name": "conditions",
88966
- "type": {
88967
- "kind": "NON_NULL",
88968
- "name": null,
88969
- "ofType": {
88970
- "kind": "LIST",
88971
- "name": null,
88972
- "ofType": {
88973
- "kind": "NON_NULL",
88974
- "name": null,
88975
- "ofType": {
88976
- "kind": "INTERFACE",
88977
- "name": "FilterInterface",
88978
- "ofType": null
88979
- }
88980
- }
88981
- }
88982
- }
88983
- },
88984
- {
88985
- "args": [],
88986
- "deprecationReason": null,
88987
- "description": null,
88988
- "isDeprecated": false,
88989
- "name": "operator",
88990
- "type": {
88991
- "kind": "NON_NULL",
88992
- "name": null,
88993
- "ofType": {
88994
- "kind": "ENUM",
88995
- "name": "BooleanOperator",
88996
- "ofType": null
88997
- }
88998
- }
88999
- }
89000
- ],
89001
- "inputFields": null,
89002
- "interfaces": [
89003
- {
89004
- "kind": "INTERFACE",
89005
- "name": "FilterInterface",
89006
- "ofType": null
89007
- }
89008
- ],
89009
- "kind": "OBJECT",
89010
- "name": "FilterGroup",
89011
- "possibleTypes": null
89012
- },
89013
- {
89014
- "description": null,
89015
- "enumValues": null,
89016
- "fields": [
89017
- {
89018
- "args": [],
89019
- "deprecationReason": null,
89020
- "description": null,
89021
- "isDeprecated": false,
89022
- "name": "type",
89023
- "type": {
89024
- "kind": "NON_NULL",
89025
- "name": null,
89026
- "ofType": {
89027
- "kind": "ENUM",
89028
- "name": "FilterType",
89029
- "ofType": null
89030
- }
89031
- }
89032
- },
89033
- {
89034
- "args": [],
89035
- "deprecationReason": null,
89036
- "description": null,
89037
- "isDeprecated": false,
89038
- "name": "id",
89039
- "type": {
89040
- "kind": "SCALAR",
89041
- "name": "String",
89042
- "ofType": null
89043
- }
89044
- }
89045
- ],
89046
- "inputFields": null,
89047
- "interfaces": null,
89048
- "kind": "INTERFACE",
89049
- "name": "FilterInterface",
89050
- "possibleTypes": [
89051
- {
89052
- "kind": "OBJECT",
89053
- "name": "FilterGroup",
89054
- "ofType": null
89055
- },
89056
- {
89057
- "kind": "OBJECT",
89058
- "name": "FilterUnary",
89059
- "ofType": null
89060
- },
89061
- {
89062
- "kind": "OBJECT",
89063
- "name": "FilterBinary",
89064
- "ofType": null
89065
- },
89066
- {
89067
- "kind": "OBJECT",
89068
- "name": "FilterSql",
89069
- "ofType": null
89070
- }
89071
- ]
89072
- },
89073
- {
89074
- "description": null,
89075
- "enumValues": null,
89076
- "fields": [
89077
- {
89078
- "args": [],
89079
- "deprecationReason": null,
89080
- "description": null,
89081
- "isDeprecated": false,
89082
- "name": "agent",
89083
- "type": {
89084
- "kind": "OBJECT",
89085
- "name": "AgentSpanFieldFilter",
89086
- "ofType": null
89087
- }
89088
- },
89089
- {
89090
- "args": [],
89091
- "deprecationReason": null,
89092
- "description": null,
89093
- "isDeprecated": false,
89094
- "name": "workflow",
89095
- "type": {
89096
- "kind": "OBJECT",
89097
- "name": "AgentSpanFieldFilter",
89098
- "ofType": null
89099
- }
89100
- },
89101
- {
89102
- "args": [],
89103
- "deprecationReason": null,
89104
- "description": null,
89105
- "isDeprecated": false,
89106
- "name": "task",
89107
- "type": {
89108
- "kind": "OBJECT",
89109
- "name": "AgentSpanFieldFilter",
89110
- "ofType": null
89111
- }
89112
- },
89113
- {
89114
- "args": [],
89115
- "deprecationReason": null,
89116
- "description": null,
89117
- "isDeprecated": false,
89118
- "name": "spanName",
89119
- "type": {
89120
- "kind": "OBJECT",
89121
- "name": "AgentSpanFieldFilter",
89122
- "ofType": null
89123
- }
89124
- }
89125
- ],
89126
- "inputFields": null,
89127
- "interfaces": [],
89128
- "kind": "OBJECT",
89129
- "name": "AgentSpanFilter",
89130
- "possibleTypes": null
89131
- },
89132
- {
89133
- "description": null,
89134
- "enumValues": null,
89135
- "fields": [
89136
- {
89137
- "args": [],
89138
- "deprecationReason": null,
89139
- "description": null,
89140
- "isDeprecated": false,
89141
- "name": "value",
89142
- "type": {
89143
- "kind": "SCALAR",
89144
- "name": "String",
89145
- "ofType": null
89146
- }
89147
- }
89148
- ],
89149
- "inputFields": null,
89150
- "interfaces": [],
89151
- "kind": "OBJECT",
89152
- "name": "AgentSpanFieldFilter",
89153
- "possibleTypes": null
89154
- },
89155
89187
  {
89156
89188
  "description": null,
89157
89189
  "enumValues": null,
pycarlo/lib/schema.py CHANGED
@@ -74690,6 +74690,8 @@ class Event(sgqlc.types.Type, Node):
74690
74690
  "is_merged",
74691
74691
  "description",
74692
74692
  "mentioned_users",
74693
+ "agent_span_filters",
74694
+ "filters",
74693
74695
  )
74694
74696
  event_type = sgqlc.types.Field(
74695
74697
  sgqlc.types.non_null(EventModelEventType), graphql_name="eventType"
@@ -74840,6 +74842,14 @@ class Event(sgqlc.types.Type, Node):
74840
74842
  )
74841
74843
  """Users that are mentioned in any of the comments"""
74842
74844
 
74845
+ agent_span_filters = sgqlc.types.Field(
74846
+ sgqlc.types.list_of(sgqlc.types.non_null(AgentSpanFilter)), graphql_name="agentSpanFilters"
74847
+ )
74848
+ """agent span filters used on the monitor"""
74849
+
74850
+ filters = sgqlc.types.Field("FilterGroup", graphql_name="filters")
74851
+ """filters used on the monitor"""
74852
+
74843
74853
 
74844
74854
  class EventDataIncidentCommentTimeline(sgqlc.types.Type, IEventDataBaseTimeline):
74845
74855
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.203
3
+ Version: 0.10.204
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=03ojAzHunCrDRPmkDQemtfBi0Irjoa6tbUo5m-aGxOo,6347029
39
- pycarlo/lib/schema.py,sha256=EQSm_9Lt3RceE4AhPpTiGjoqp-TXpnXwXY4oTZm7FFs,2764249
40
- pycarlo-0.10.203.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.203.dist-info/METADATA,sha256=i8Y2lNPcoyzRaqZr4vXjKPjeokSLi8P_AqOVCPe2nQk,8742
42
- pycarlo-0.10.203.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.203.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.203.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=j_QfE3IvHEd7rRIbwa3HvJtWiRvdN2Bs5BbVAuioH8A,6348033
39
+ pycarlo/lib/schema.py,sha256=ZFP_aL93xtrMA69khNMc5B4BpUv5sGX7IFKT8mEJr-U,2764608
40
+ pycarlo-0.10.204.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.204.dist-info/METADATA,sha256=2TjfLBRemnY5zNiQxsONVkxkRUpY9ZdFzxfz9RyjLX0,8742
42
+ pycarlo-0.10.204.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.204.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.204.dist-info/RECORD,,