pycarlo 0.10.147__py3-none-any.whl → 0.10.148__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 +264 -0
- pycarlo/lib/schema.py +41 -0
- {pycarlo-0.10.147.dist-info → pycarlo-0.10.148.dist-info}/METADATA +1 -1
- {pycarlo-0.10.147.dist-info → pycarlo-0.10.148.dist-info}/RECORD +7 -7
- {pycarlo-0.10.147.dist-info → pycarlo-0.10.148.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.147.dist-info → pycarlo-0.10.148.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.147.dist-info → pycarlo-0.10.148.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -82358,6 +82358,12 @@
|
|
|
82358
82358
|
"description": null,
|
|
82359
82359
|
"isDeprecated": false,
|
|
82360
82360
|
"name": "gt"
|
|
82361
|
+
},
|
|
82362
|
+
{
|
|
82363
|
+
"deprecationReason": null,
|
|
82364
|
+
"description": null,
|
|
82365
|
+
"isDeprecated": false,
|
|
82366
|
+
"name": "is_null"
|
|
82361
82367
|
}
|
|
82362
82368
|
],
|
|
82363
82369
|
"fields": null,
|
|
@@ -89741,6 +89747,21 @@
|
|
|
89741
89747
|
"kind": "OBJECT",
|
|
89742
89748
|
"name": "AssetFilterActivityVolumeChange",
|
|
89743
89749
|
"ofType": null
|
|
89750
|
+
},
|
|
89751
|
+
{
|
|
89752
|
+
"kind": "OBJECT",
|
|
89753
|
+
"name": "AssetFilterActivityReadIsNull",
|
|
89754
|
+
"ofType": null
|
|
89755
|
+
},
|
|
89756
|
+
{
|
|
89757
|
+
"kind": "OBJECT",
|
|
89758
|
+
"name": "AssetFilterActivityWriteIsNull",
|
|
89759
|
+
"ofType": null
|
|
89760
|
+
},
|
|
89761
|
+
{
|
|
89762
|
+
"kind": "OBJECT",
|
|
89763
|
+
"name": "AssetFilterActivityReadWriteIsNull",
|
|
89764
|
+
"ofType": null
|
|
89744
89765
|
}
|
|
89745
89766
|
]
|
|
89746
89767
|
},
|
|
@@ -89788,6 +89809,24 @@
|
|
|
89788
89809
|
"description": null,
|
|
89789
89810
|
"isDeprecated": false,
|
|
89790
89811
|
"name": "ACTIVITY_VOLUME_CHANGE"
|
|
89812
|
+
},
|
|
89813
|
+
{
|
|
89814
|
+
"deprecationReason": null,
|
|
89815
|
+
"description": null,
|
|
89816
|
+
"isDeprecated": false,
|
|
89817
|
+
"name": "ACTIVITY_READ_IS_NULL"
|
|
89818
|
+
},
|
|
89819
|
+
{
|
|
89820
|
+
"deprecationReason": null,
|
|
89821
|
+
"description": null,
|
|
89822
|
+
"isDeprecated": false,
|
|
89823
|
+
"name": "ACTIVITY_WRITE_IS_NULL"
|
|
89824
|
+
},
|
|
89825
|
+
{
|
|
89826
|
+
"deprecationReason": null,
|
|
89827
|
+
"description": null,
|
|
89828
|
+
"isDeprecated": false,
|
|
89829
|
+
"name": "ACTIVITY_READ_WRITE_IS_NULL"
|
|
89791
89830
|
}
|
|
89792
89831
|
],
|
|
89793
89832
|
"fields": null,
|
|
@@ -143840,6 +143879,36 @@
|
|
|
143840
143879
|
"ofType": null
|
|
143841
143880
|
}
|
|
143842
143881
|
},
|
|
143882
|
+
{
|
|
143883
|
+
"defaultValue": null,
|
|
143884
|
+
"description": null,
|
|
143885
|
+
"name": "readActivityIsNull",
|
|
143886
|
+
"type": {
|
|
143887
|
+
"kind": "SCALAR",
|
|
143888
|
+
"name": "Boolean",
|
|
143889
|
+
"ofType": null
|
|
143890
|
+
}
|
|
143891
|
+
},
|
|
143892
|
+
{
|
|
143893
|
+
"defaultValue": null,
|
|
143894
|
+
"description": null,
|
|
143895
|
+
"name": "writeActivityIsNull",
|
|
143896
|
+
"type": {
|
|
143897
|
+
"kind": "SCALAR",
|
|
143898
|
+
"name": "Boolean",
|
|
143899
|
+
"ofType": null
|
|
143900
|
+
}
|
|
143901
|
+
},
|
|
143902
|
+
{
|
|
143903
|
+
"defaultValue": null,
|
|
143904
|
+
"description": null,
|
|
143905
|
+
"name": "readWriteActivityIsNull",
|
|
143906
|
+
"type": {
|
|
143907
|
+
"kind": "SCALAR",
|
|
143908
|
+
"name": "Boolean",
|
|
143909
|
+
"ofType": null
|
|
143910
|
+
}
|
|
143911
|
+
},
|
|
143843
143912
|
{
|
|
143844
143913
|
"defaultValue": null,
|
|
143845
143914
|
"description": null,
|
|
@@ -196565,6 +196634,201 @@
|
|
|
196565
196634
|
"kind": "OBJECT",
|
|
196566
196635
|
"name": "AssetFilterActivityVolumeChange",
|
|
196567
196636
|
"possibleTypes": null
|
|
196637
|
+
},
|
|
196638
|
+
{
|
|
196639
|
+
"description": null,
|
|
196640
|
+
"enumValues": null,
|
|
196641
|
+
"fields": [
|
|
196642
|
+
{
|
|
196643
|
+
"args": [],
|
|
196644
|
+
"deprecationReason": null,
|
|
196645
|
+
"description": null,
|
|
196646
|
+
"isDeprecated": false,
|
|
196647
|
+
"name": "type",
|
|
196648
|
+
"type": {
|
|
196649
|
+
"kind": "NON_NULL",
|
|
196650
|
+
"name": null,
|
|
196651
|
+
"ofType": {
|
|
196652
|
+
"kind": "ENUM",
|
|
196653
|
+
"name": "AssetFilterType",
|
|
196654
|
+
"ofType": null
|
|
196655
|
+
}
|
|
196656
|
+
}
|
|
196657
|
+
},
|
|
196658
|
+
{
|
|
196659
|
+
"args": [],
|
|
196660
|
+
"deprecationReason": null,
|
|
196661
|
+
"description": null,
|
|
196662
|
+
"isDeprecated": false,
|
|
196663
|
+
"name": "negated",
|
|
196664
|
+
"type": {
|
|
196665
|
+
"kind": "NON_NULL",
|
|
196666
|
+
"name": null,
|
|
196667
|
+
"ofType": {
|
|
196668
|
+
"kind": "SCALAR",
|
|
196669
|
+
"name": "Boolean",
|
|
196670
|
+
"ofType": null
|
|
196671
|
+
}
|
|
196672
|
+
}
|
|
196673
|
+
},
|
|
196674
|
+
{
|
|
196675
|
+
"args": [],
|
|
196676
|
+
"deprecationReason": null,
|
|
196677
|
+
"description": null,
|
|
196678
|
+
"isDeprecated": false,
|
|
196679
|
+
"name": "readActivityIsNull",
|
|
196680
|
+
"type": {
|
|
196681
|
+
"kind": "NON_NULL",
|
|
196682
|
+
"name": null,
|
|
196683
|
+
"ofType": {
|
|
196684
|
+
"kind": "SCALAR",
|
|
196685
|
+
"name": "Boolean",
|
|
196686
|
+
"ofType": null
|
|
196687
|
+
}
|
|
196688
|
+
}
|
|
196689
|
+
}
|
|
196690
|
+
],
|
|
196691
|
+
"inputFields": null,
|
|
196692
|
+
"interfaces": [
|
|
196693
|
+
{
|
|
196694
|
+
"kind": "INTERFACE",
|
|
196695
|
+
"name": "AssetFilterInterface",
|
|
196696
|
+
"ofType": null
|
|
196697
|
+
}
|
|
196698
|
+
],
|
|
196699
|
+
"kind": "OBJECT",
|
|
196700
|
+
"name": "AssetFilterActivityReadIsNull",
|
|
196701
|
+
"possibleTypes": null
|
|
196702
|
+
},
|
|
196703
|
+
{
|
|
196704
|
+
"description": null,
|
|
196705
|
+
"enumValues": null,
|
|
196706
|
+
"fields": [
|
|
196707
|
+
{
|
|
196708
|
+
"args": [],
|
|
196709
|
+
"deprecationReason": null,
|
|
196710
|
+
"description": null,
|
|
196711
|
+
"isDeprecated": false,
|
|
196712
|
+
"name": "type",
|
|
196713
|
+
"type": {
|
|
196714
|
+
"kind": "NON_NULL",
|
|
196715
|
+
"name": null,
|
|
196716
|
+
"ofType": {
|
|
196717
|
+
"kind": "ENUM",
|
|
196718
|
+
"name": "AssetFilterType",
|
|
196719
|
+
"ofType": null
|
|
196720
|
+
}
|
|
196721
|
+
}
|
|
196722
|
+
},
|
|
196723
|
+
{
|
|
196724
|
+
"args": [],
|
|
196725
|
+
"deprecationReason": null,
|
|
196726
|
+
"description": null,
|
|
196727
|
+
"isDeprecated": false,
|
|
196728
|
+
"name": "negated",
|
|
196729
|
+
"type": {
|
|
196730
|
+
"kind": "NON_NULL",
|
|
196731
|
+
"name": null,
|
|
196732
|
+
"ofType": {
|
|
196733
|
+
"kind": "SCALAR",
|
|
196734
|
+
"name": "Boolean",
|
|
196735
|
+
"ofType": null
|
|
196736
|
+
}
|
|
196737
|
+
}
|
|
196738
|
+
},
|
|
196739
|
+
{
|
|
196740
|
+
"args": [],
|
|
196741
|
+
"deprecationReason": null,
|
|
196742
|
+
"description": null,
|
|
196743
|
+
"isDeprecated": false,
|
|
196744
|
+
"name": "writeActivityIsNull",
|
|
196745
|
+
"type": {
|
|
196746
|
+
"kind": "NON_NULL",
|
|
196747
|
+
"name": null,
|
|
196748
|
+
"ofType": {
|
|
196749
|
+
"kind": "SCALAR",
|
|
196750
|
+
"name": "Boolean",
|
|
196751
|
+
"ofType": null
|
|
196752
|
+
}
|
|
196753
|
+
}
|
|
196754
|
+
}
|
|
196755
|
+
],
|
|
196756
|
+
"inputFields": null,
|
|
196757
|
+
"interfaces": [
|
|
196758
|
+
{
|
|
196759
|
+
"kind": "INTERFACE",
|
|
196760
|
+
"name": "AssetFilterInterface",
|
|
196761
|
+
"ofType": null
|
|
196762
|
+
}
|
|
196763
|
+
],
|
|
196764
|
+
"kind": "OBJECT",
|
|
196765
|
+
"name": "AssetFilterActivityWriteIsNull",
|
|
196766
|
+
"possibleTypes": null
|
|
196767
|
+
},
|
|
196768
|
+
{
|
|
196769
|
+
"description": null,
|
|
196770
|
+
"enumValues": null,
|
|
196771
|
+
"fields": [
|
|
196772
|
+
{
|
|
196773
|
+
"args": [],
|
|
196774
|
+
"deprecationReason": null,
|
|
196775
|
+
"description": null,
|
|
196776
|
+
"isDeprecated": false,
|
|
196777
|
+
"name": "type",
|
|
196778
|
+
"type": {
|
|
196779
|
+
"kind": "NON_NULL",
|
|
196780
|
+
"name": null,
|
|
196781
|
+
"ofType": {
|
|
196782
|
+
"kind": "ENUM",
|
|
196783
|
+
"name": "AssetFilterType",
|
|
196784
|
+
"ofType": null
|
|
196785
|
+
}
|
|
196786
|
+
}
|
|
196787
|
+
},
|
|
196788
|
+
{
|
|
196789
|
+
"args": [],
|
|
196790
|
+
"deprecationReason": null,
|
|
196791
|
+
"description": null,
|
|
196792
|
+
"isDeprecated": false,
|
|
196793
|
+
"name": "negated",
|
|
196794
|
+
"type": {
|
|
196795
|
+
"kind": "NON_NULL",
|
|
196796
|
+
"name": null,
|
|
196797
|
+
"ofType": {
|
|
196798
|
+
"kind": "SCALAR",
|
|
196799
|
+
"name": "Boolean",
|
|
196800
|
+
"ofType": null
|
|
196801
|
+
}
|
|
196802
|
+
}
|
|
196803
|
+
},
|
|
196804
|
+
{
|
|
196805
|
+
"args": [],
|
|
196806
|
+
"deprecationReason": null,
|
|
196807
|
+
"description": null,
|
|
196808
|
+
"isDeprecated": false,
|
|
196809
|
+
"name": "readWriteActivityIsNull",
|
|
196810
|
+
"type": {
|
|
196811
|
+
"kind": "NON_NULL",
|
|
196812
|
+
"name": null,
|
|
196813
|
+
"ofType": {
|
|
196814
|
+
"kind": "SCALAR",
|
|
196815
|
+
"name": "Boolean",
|
|
196816
|
+
"ofType": null
|
|
196817
|
+
}
|
|
196818
|
+
}
|
|
196819
|
+
}
|
|
196820
|
+
],
|
|
196821
|
+
"inputFields": null,
|
|
196822
|
+
"interfaces": [
|
|
196823
|
+
{
|
|
196824
|
+
"kind": "INTERFACE",
|
|
196825
|
+
"name": "AssetFilterInterface",
|
|
196826
|
+
"ofType": null
|
|
196827
|
+
}
|
|
196828
|
+
],
|
|
196829
|
+
"kind": "OBJECT",
|
|
196830
|
+
"name": "AssetFilterActivityReadWriteIsNull",
|
|
196831
|
+
"possibleTypes": null
|
|
196568
196832
|
}
|
|
196569
196833
|
]
|
|
196570
196834
|
}
|
pycarlo/lib/schema.py
CHANGED
|
@@ -647,9 +647,12 @@ class AssetFilterType(sgqlc.types.Enum):
|
|
|
647
647
|
"""Enumeration Choices:
|
|
648
648
|
|
|
649
649
|
* `ACTIVITY_READ`None
|
|
650
|
+
* `ACTIVITY_READ_IS_NULL`None
|
|
650
651
|
* `ACTIVITY_READ_WRITE`None
|
|
652
|
+
* `ACTIVITY_READ_WRITE_IS_NULL`None
|
|
651
653
|
* `ACTIVITY_VOLUME_CHANGE`None
|
|
652
654
|
* `ACTIVITY_WRITE`None
|
|
655
|
+
* `ACTIVITY_WRITE_IS_NULL`None
|
|
653
656
|
* `TABLE_NAME`None
|
|
654
657
|
* `TABLE_TAG`None
|
|
655
658
|
* `TABLE_TYPE`None
|
|
@@ -658,9 +661,12 @@ class AssetFilterType(sgqlc.types.Enum):
|
|
|
658
661
|
__schema__ = schema
|
|
659
662
|
__choices__ = (
|
|
660
663
|
"ACTIVITY_READ",
|
|
664
|
+
"ACTIVITY_READ_IS_NULL",
|
|
661
665
|
"ACTIVITY_READ_WRITE",
|
|
666
|
+
"ACTIVITY_READ_WRITE_IS_NULL",
|
|
662
667
|
"ACTIVITY_VOLUME_CHANGE",
|
|
663
668
|
"ACTIVITY_WRITE",
|
|
669
|
+
"ACTIVITY_WRITE_IS_NULL",
|
|
664
670
|
"TABLE_NAME",
|
|
665
671
|
"TABLE_TAG",
|
|
666
672
|
"TABLE_TYPE",
|
|
@@ -3699,6 +3705,7 @@ class MonitoredTableRuleType(sgqlc.types.Enum):
|
|
|
3699
3705
|
* `exact_match`None
|
|
3700
3706
|
* `gt`None
|
|
3701
3707
|
* `in`None
|
|
3708
|
+
* `is_null`None
|
|
3702
3709
|
* `lte`None
|
|
3703
3710
|
* `prefix`None
|
|
3704
3711
|
* `substring`None
|
|
@@ -3712,6 +3719,7 @@ class MonitoredTableRuleType(sgqlc.types.Enum):
|
|
|
3712
3719
|
"exact_match",
|
|
3713
3720
|
"gt",
|
|
3714
3721
|
"in",
|
|
3722
|
+
"is_null",
|
|
3715
3723
|
"lte",
|
|
3716
3724
|
"prefix",
|
|
3717
3725
|
"substring",
|
|
@@ -5884,6 +5892,9 @@ class AssetFilterUnionInput(sgqlc.types.Input):
|
|
|
5884
5892
|
"write_days",
|
|
5885
5893
|
"read_write_days",
|
|
5886
5894
|
"volume_change_days",
|
|
5895
|
+
"read_activity_is_null",
|
|
5896
|
+
"write_activity_is_null",
|
|
5897
|
+
"read_write_activity_is_null",
|
|
5887
5898
|
"type",
|
|
5888
5899
|
"negated",
|
|
5889
5900
|
)
|
|
@@ -5911,6 +5922,12 @@ class AssetFilterUnionInput(sgqlc.types.Input):
|
|
|
5911
5922
|
|
|
5912
5923
|
volume_change_days = sgqlc.types.Field(Int, graphql_name="volumeChangeDays")
|
|
5913
5924
|
|
|
5925
|
+
read_activity_is_null = sgqlc.types.Field(Boolean, graphql_name="readActivityIsNull")
|
|
5926
|
+
|
|
5927
|
+
write_activity_is_null = sgqlc.types.Field(Boolean, graphql_name="writeActivityIsNull")
|
|
5928
|
+
|
|
5929
|
+
read_write_activity_is_null = sgqlc.types.Field(Boolean, graphql_name="readWriteActivityIsNull")
|
|
5930
|
+
|
|
5914
5931
|
type = sgqlc.types.Field(sgqlc.types.non_null(AssetFilterType), graphql_name="type")
|
|
5915
5932
|
|
|
5916
5933
|
negated = sgqlc.types.Field(Boolean, graphql_name="negated")
|
|
@@ -68679,12 +68696,28 @@ class AssetFilterActivityRead(sgqlc.types.Type, AssetFilterInterface):
|
|
|
68679
68696
|
read_days = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="readDays")
|
|
68680
68697
|
|
|
68681
68698
|
|
|
68699
|
+
class AssetFilterActivityReadIsNull(sgqlc.types.Type, AssetFilterInterface):
|
|
68700
|
+
__schema__ = schema
|
|
68701
|
+
__field_names__ = ("read_activity_is_null",)
|
|
68702
|
+
read_activity_is_null = sgqlc.types.Field(
|
|
68703
|
+
sgqlc.types.non_null(Boolean), graphql_name="readActivityIsNull"
|
|
68704
|
+
)
|
|
68705
|
+
|
|
68706
|
+
|
|
68682
68707
|
class AssetFilterActivityReadWrite(sgqlc.types.Type, AssetFilterInterface):
|
|
68683
68708
|
__schema__ = schema
|
|
68684
68709
|
__field_names__ = ("read_write_days",)
|
|
68685
68710
|
read_write_days = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="readWriteDays")
|
|
68686
68711
|
|
|
68687
68712
|
|
|
68713
|
+
class AssetFilterActivityReadWriteIsNull(sgqlc.types.Type, AssetFilterInterface):
|
|
68714
|
+
__schema__ = schema
|
|
68715
|
+
__field_names__ = ("read_write_activity_is_null",)
|
|
68716
|
+
read_write_activity_is_null = sgqlc.types.Field(
|
|
68717
|
+
sgqlc.types.non_null(Boolean), graphql_name="readWriteActivityIsNull"
|
|
68718
|
+
)
|
|
68719
|
+
|
|
68720
|
+
|
|
68688
68721
|
class AssetFilterActivityVolumeChange(sgqlc.types.Type, AssetFilterInterface):
|
|
68689
68722
|
__schema__ = schema
|
|
68690
68723
|
__field_names__ = ("volume_change_days",)
|
|
@@ -68699,6 +68732,14 @@ class AssetFilterActivityWrite(sgqlc.types.Type, AssetFilterInterface):
|
|
|
68699
68732
|
write_days = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="writeDays")
|
|
68700
68733
|
|
|
68701
68734
|
|
|
68735
|
+
class AssetFilterActivityWriteIsNull(sgqlc.types.Type, AssetFilterInterface):
|
|
68736
|
+
__schema__ = schema
|
|
68737
|
+
__field_names__ = ("write_activity_is_null",)
|
|
68738
|
+
write_activity_is_null = sgqlc.types.Field(
|
|
68739
|
+
sgqlc.types.non_null(Boolean), graphql_name="writeActivityIsNull"
|
|
68740
|
+
)
|
|
68741
|
+
|
|
68742
|
+
|
|
68702
68743
|
class AssetFilterTableName(sgqlc.types.Type, AssetFilterInterface):
|
|
68703
68744
|
__schema__ = schema
|
|
68704
68745
|
__field_names__ = ("table_name", "table_name_operator")
|
|
@@ -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=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
38
|
+
pycarlo/lib/schema.json,sha256=zxTce9JBfW5ZFqcXSRutcWM6exhfhCKoT7MViQPeY-8,6210035
|
|
39
|
+
pycarlo/lib/schema.py,sha256=KenIJc2jZh7JB1AWkJ213MoL1MWCoHYu_UQZAwjWfn0,2695116
|
|
40
|
+
pycarlo-0.10.148.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.148.dist-info/METADATA,sha256=QOYtn1Wt_CFCCW39It3CgpvzYJbrVymixQA6iZ9tEHQ,8742
|
|
42
|
+
pycarlo-0.10.148.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.148.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.148.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|