pycarlo 0.10.59__py3-none-any.whl → 0.10.60__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.
- pycarlo/lib/schema.json +278 -47
- pycarlo/lib/schema.py +73 -11
- {pycarlo-0.10.59.dist-info → pycarlo-0.10.60.dist-info}/METADATA +1 -1
- {pycarlo-0.10.59.dist-info → pycarlo-0.10.60.dist-info}/RECORD +7 -7
- {pycarlo-0.10.59.dist-info → pycarlo-0.10.60.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.59.dist-info → pycarlo-0.10.60.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.59.dist-info → pycarlo-0.10.60.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -1066,9 +1066,9 @@
|
|
|
1066
1066
|
}
|
|
1067
1067
|
}
|
|
1068
1068
|
],
|
|
1069
|
-
"deprecationReason":
|
|
1069
|
+
"deprecationReason": "Plan-based grants are deprecated",
|
|
1070
1070
|
"description": "Get a list of credit grants for the account. Expect the currency for monetary values to be in USD (cents).",
|
|
1071
|
-
"isDeprecated":
|
|
1071
|
+
"isDeprecated": true,
|
|
1072
1072
|
"name": "getBillingCreditGrants",
|
|
1073
1073
|
"type": {
|
|
1074
1074
|
"kind": "OBJECT",
|
|
@@ -1151,9 +1151,9 @@
|
|
|
1151
1151
|
}
|
|
1152
1152
|
}
|
|
1153
1153
|
],
|
|
1154
|
-
"deprecationReason":
|
|
1154
|
+
"deprecationReason": "Plan-based invoices are deprecated",
|
|
1155
1155
|
"description": "Get a list of invoices for the account. Expect the currency for monetary values to be in USD (cents).",
|
|
1156
|
-
"isDeprecated":
|
|
1156
|
+
"isDeprecated": true,
|
|
1157
1157
|
"name": "getBillingInvoices",
|
|
1158
1158
|
"type": {
|
|
1159
1159
|
"kind": "OBJECT",
|
|
@@ -94559,6 +94559,30 @@
|
|
|
94559
94559
|
}
|
|
94560
94560
|
}
|
|
94561
94561
|
},
|
|
94562
|
+
{
|
|
94563
|
+
"args": [],
|
|
94564
|
+
"deprecationReason": null,
|
|
94565
|
+
"description": null,
|
|
94566
|
+
"isDeprecated": false,
|
|
94567
|
+
"name": "removedTableMonitorSpecs",
|
|
94568
|
+
"type": {
|
|
94569
|
+
"kind": "NON_NULL",
|
|
94570
|
+
"name": null,
|
|
94571
|
+
"ofType": {
|
|
94572
|
+
"kind": "LIST",
|
|
94573
|
+
"name": null,
|
|
94574
|
+
"ofType": {
|
|
94575
|
+
"kind": "NON_NULL",
|
|
94576
|
+
"name": null,
|
|
94577
|
+
"ofType": {
|
|
94578
|
+
"kind": "OBJECT",
|
|
94579
|
+
"name": "TableMonitorSpec",
|
|
94580
|
+
"ofType": null
|
|
94581
|
+
}
|
|
94582
|
+
}
|
|
94583
|
+
}
|
|
94584
|
+
}
|
|
94585
|
+
},
|
|
94562
94586
|
{
|
|
94563
94587
|
"args": [],
|
|
94564
94588
|
"deprecationReason": null,
|
|
@@ -94667,6 +94691,30 @@
|
|
|
94667
94691
|
"ofType": null
|
|
94668
94692
|
}
|
|
94669
94693
|
},
|
|
94694
|
+
{
|
|
94695
|
+
"args": [],
|
|
94696
|
+
"deprecationReason": null,
|
|
94697
|
+
"description": null,
|
|
94698
|
+
"isDeprecated": false,
|
|
94699
|
+
"name": "routingRulesCount",
|
|
94700
|
+
"type": {
|
|
94701
|
+
"kind": "SCALAR",
|
|
94702
|
+
"name": "Int",
|
|
94703
|
+
"ofType": null
|
|
94704
|
+
}
|
|
94705
|
+
},
|
|
94706
|
+
{
|
|
94707
|
+
"args": [],
|
|
94708
|
+
"deprecationReason": null,
|
|
94709
|
+
"description": null,
|
|
94710
|
+
"isDeprecated": false,
|
|
94711
|
+
"name": "monitoringRulesCount",
|
|
94712
|
+
"type": {
|
|
94713
|
+
"kind": "SCALAR",
|
|
94714
|
+
"name": "Int",
|
|
94715
|
+
"ofType": null
|
|
94716
|
+
}
|
|
94717
|
+
},
|
|
94670
94718
|
{
|
|
94671
94719
|
"args": [],
|
|
94672
94720
|
"deprecationReason": null,
|
|
@@ -94787,6 +94835,78 @@
|
|
|
94787
94835
|
}
|
|
94788
94836
|
}
|
|
94789
94837
|
},
|
|
94838
|
+
{
|
|
94839
|
+
"args": [],
|
|
94840
|
+
"deprecationReason": null,
|
|
94841
|
+
"description": null,
|
|
94842
|
+
"isDeprecated": false,
|
|
94843
|
+
"name": "mconsCoveredByTableMonitorAudiences",
|
|
94844
|
+
"type": {
|
|
94845
|
+
"kind": "SCALAR",
|
|
94846
|
+
"name": "Int",
|
|
94847
|
+
"ofType": null
|
|
94848
|
+
}
|
|
94849
|
+
},
|
|
94850
|
+
{
|
|
94851
|
+
"args": [],
|
|
94852
|
+
"deprecationReason": null,
|
|
94853
|
+
"description": null,
|
|
94854
|
+
"isDeprecated": false,
|
|
94855
|
+
"name": "mconsCoveredByNotificationRoutingAudiences",
|
|
94856
|
+
"type": {
|
|
94857
|
+
"kind": "SCALAR",
|
|
94858
|
+
"name": "Int",
|
|
94859
|
+
"ofType": null
|
|
94860
|
+
}
|
|
94861
|
+
},
|
|
94862
|
+
{
|
|
94863
|
+
"args": [],
|
|
94864
|
+
"deprecationReason": null,
|
|
94865
|
+
"description": null,
|
|
94866
|
+
"isDeprecated": false,
|
|
94867
|
+
"name": "sampleMconsRoutingNotTableMonitor",
|
|
94868
|
+
"type": {
|
|
94869
|
+
"kind": "NON_NULL",
|
|
94870
|
+
"name": null,
|
|
94871
|
+
"ofType": {
|
|
94872
|
+
"kind": "LIST",
|
|
94873
|
+
"name": null,
|
|
94874
|
+
"ofType": {
|
|
94875
|
+
"kind": "NON_NULL",
|
|
94876
|
+
"name": null,
|
|
94877
|
+
"ofType": {
|
|
94878
|
+
"kind": "OBJECT",
|
|
94879
|
+
"name": "MconMonitorPair",
|
|
94880
|
+
"ofType": null
|
|
94881
|
+
}
|
|
94882
|
+
}
|
|
94883
|
+
}
|
|
94884
|
+
}
|
|
94885
|
+
},
|
|
94886
|
+
{
|
|
94887
|
+
"args": [],
|
|
94888
|
+
"deprecationReason": null,
|
|
94889
|
+
"description": null,
|
|
94890
|
+
"isDeprecated": false,
|
|
94891
|
+
"name": "audienceRoutingStats",
|
|
94892
|
+
"type": {
|
|
94893
|
+
"kind": "NON_NULL",
|
|
94894
|
+
"name": null,
|
|
94895
|
+
"ofType": {
|
|
94896
|
+
"kind": "LIST",
|
|
94897
|
+
"name": null,
|
|
94898
|
+
"ofType": {
|
|
94899
|
+
"kind": "NON_NULL",
|
|
94900
|
+
"name": null,
|
|
94901
|
+
"ofType": {
|
|
94902
|
+
"kind": "OBJECT",
|
|
94903
|
+
"name": "AudienceRoutingStats",
|
|
94904
|
+
"ofType": null
|
|
94905
|
+
}
|
|
94906
|
+
}
|
|
94907
|
+
}
|
|
94908
|
+
}
|
|
94909
|
+
},
|
|
94790
94910
|
{
|
|
94791
94911
|
"args": [],
|
|
94792
94912
|
"deprecationReason": null,
|
|
@@ -94883,6 +95003,30 @@
|
|
|
94883
95003
|
}
|
|
94884
95004
|
}
|
|
94885
95005
|
},
|
|
95006
|
+
{
|
|
95007
|
+
"args": [],
|
|
95008
|
+
"deprecationReason": null,
|
|
95009
|
+
"description": null,
|
|
95010
|
+
"isDeprecated": false,
|
|
95011
|
+
"name": "validationErrors",
|
|
95012
|
+
"type": {
|
|
95013
|
+
"kind": "NON_NULL",
|
|
95014
|
+
"name": null,
|
|
95015
|
+
"ofType": {
|
|
95016
|
+
"kind": "LIST",
|
|
95017
|
+
"name": null,
|
|
95018
|
+
"ofType": {
|
|
95019
|
+
"kind": "NON_NULL",
|
|
95020
|
+
"name": null,
|
|
95021
|
+
"ofType": {
|
|
95022
|
+
"kind": "SCALAR",
|
|
95023
|
+
"name": "String",
|
|
95024
|
+
"ofType": null
|
|
95025
|
+
}
|
|
95026
|
+
}
|
|
95027
|
+
}
|
|
95028
|
+
}
|
|
95029
|
+
},
|
|
94886
95030
|
{
|
|
94887
95031
|
"args": [],
|
|
94888
95032
|
"deprecationReason": null,
|
|
@@ -95160,6 +95304,38 @@
|
|
|
95160
95304
|
}
|
|
95161
95305
|
}
|
|
95162
95306
|
},
|
|
95307
|
+
{
|
|
95308
|
+
"args": [],
|
|
95309
|
+
"deprecationReason": null,
|
|
95310
|
+
"description": null,
|
|
95311
|
+
"isDeprecated": false,
|
|
95312
|
+
"name": "audienceUuid",
|
|
95313
|
+
"type": {
|
|
95314
|
+
"kind": "NON_NULL",
|
|
95315
|
+
"name": null,
|
|
95316
|
+
"ofType": {
|
|
95317
|
+
"kind": "SCALAR",
|
|
95318
|
+
"name": "String",
|
|
95319
|
+
"ofType": null
|
|
95320
|
+
}
|
|
95321
|
+
}
|
|
95322
|
+
},
|
|
95323
|
+
{
|
|
95324
|
+
"args": [],
|
|
95325
|
+
"deprecationReason": null,
|
|
95326
|
+
"description": null,
|
|
95327
|
+
"isDeprecated": false,
|
|
95328
|
+
"name": "audienceLabel",
|
|
95329
|
+
"type": {
|
|
95330
|
+
"kind": "NON_NULL",
|
|
95331
|
+
"name": null,
|
|
95332
|
+
"ofType": {
|
|
95333
|
+
"kind": "SCALAR",
|
|
95334
|
+
"name": "String",
|
|
95335
|
+
"ofType": null
|
|
95336
|
+
}
|
|
95337
|
+
}
|
|
95338
|
+
},
|
|
95163
95339
|
{
|
|
95164
95340
|
"args": [],
|
|
95165
95341
|
"deprecationReason": null,
|
|
@@ -95292,30 +95468,6 @@
|
|
|
95292
95468
|
"ofType": null
|
|
95293
95469
|
}
|
|
95294
95470
|
},
|
|
95295
|
-
{
|
|
95296
|
-
"args": [],
|
|
95297
|
-
"deprecationReason": null,
|
|
95298
|
-
"description": null,
|
|
95299
|
-
"isDeprecated": false,
|
|
95300
|
-
"name": "audienceUuid",
|
|
95301
|
-
"type": {
|
|
95302
|
-
"kind": "SCALAR",
|
|
95303
|
-
"name": "String",
|
|
95304
|
-
"ofType": null
|
|
95305
|
-
}
|
|
95306
|
-
},
|
|
95307
|
-
{
|
|
95308
|
-
"args": [],
|
|
95309
|
-
"deprecationReason": null,
|
|
95310
|
-
"description": null,
|
|
95311
|
-
"isDeprecated": false,
|
|
95312
|
-
"name": "audienceLabel",
|
|
95313
|
-
"type": {
|
|
95314
|
-
"kind": "SCALAR",
|
|
95315
|
-
"name": "String",
|
|
95316
|
-
"ofType": null
|
|
95317
|
-
}
|
|
95318
|
-
},
|
|
95319
95471
|
{
|
|
95320
95472
|
"args": [],
|
|
95321
95473
|
"deprecationReason": null,
|
|
@@ -95641,24 +95793,47 @@
|
|
|
95641
95793
|
"ofType": null
|
|
95642
95794
|
}
|
|
95643
95795
|
}
|
|
95796
|
+
}
|
|
95797
|
+
],
|
|
95798
|
+
"inputFields": null,
|
|
95799
|
+
"interfaces": [],
|
|
95800
|
+
"kind": "OBJECT",
|
|
95801
|
+
"name": "JobRoutingRuleSpec",
|
|
95802
|
+
"possibleTypes": null
|
|
95803
|
+
},
|
|
95804
|
+
{
|
|
95805
|
+
"description": null,
|
|
95806
|
+
"enumValues": null,
|
|
95807
|
+
"fields": [
|
|
95808
|
+
{
|
|
95809
|
+
"args": [],
|
|
95810
|
+
"deprecationReason": null,
|
|
95811
|
+
"description": null,
|
|
95812
|
+
"isDeprecated": false,
|
|
95813
|
+
"name": "mcon",
|
|
95814
|
+
"type": {
|
|
95815
|
+
"kind": "NON_NULL",
|
|
95816
|
+
"name": null,
|
|
95817
|
+
"ofType": {
|
|
95818
|
+
"kind": "SCALAR",
|
|
95819
|
+
"name": "String",
|
|
95820
|
+
"ofType": null
|
|
95821
|
+
}
|
|
95822
|
+
}
|
|
95644
95823
|
},
|
|
95645
95824
|
{
|
|
95646
95825
|
"args": [],
|
|
95647
95826
|
"deprecationReason": null,
|
|
95648
95827
|
"description": null,
|
|
95649
95828
|
"isDeprecated": false,
|
|
95650
|
-
"name": "
|
|
95829
|
+
"name": "count",
|
|
95651
95830
|
"type": {
|
|
95652
|
-
"kind": "
|
|
95831
|
+
"kind": "NON_NULL",
|
|
95653
95832
|
"name": null,
|
|
95654
95833
|
"ofType": {
|
|
95655
|
-
"kind": "
|
|
95656
|
-
"name":
|
|
95657
|
-
"ofType":
|
|
95658
|
-
"kind": "SCALAR",
|
|
95659
|
-
"name": "UUID",
|
|
95660
|
-
"ofType": null
|
|
95661
|
-
}
|
|
95834
|
+
"kind": "SCALAR",
|
|
95835
|
+
"name": "Int",
|
|
95836
|
+
"ofType": null
|
|
95662
95837
|
}
|
|
95663
95838
|
}
|
|
95664
95839
|
}
|
|
@@ -95666,7 +95841,7 @@
|
|
|
95666
95841
|
"inputFields": null,
|
|
95667
95842
|
"interfaces": [],
|
|
95668
95843
|
"kind": "OBJECT",
|
|
95669
|
-
"name": "
|
|
95844
|
+
"name": "MconCountPair",
|
|
95670
95845
|
"possibleTypes": null
|
|
95671
95846
|
},
|
|
95672
95847
|
{
|
|
@@ -95694,13 +95869,13 @@
|
|
|
95694
95869
|
"deprecationReason": null,
|
|
95695
95870
|
"description": null,
|
|
95696
95871
|
"isDeprecated": false,
|
|
95697
|
-
"name": "
|
|
95872
|
+
"name": "monitorName",
|
|
95698
95873
|
"type": {
|
|
95699
95874
|
"kind": "NON_NULL",
|
|
95700
95875
|
"name": null,
|
|
95701
95876
|
"ofType": {
|
|
95702
95877
|
"kind": "SCALAR",
|
|
95703
|
-
"name": "
|
|
95878
|
+
"name": "String",
|
|
95704
95879
|
"ofType": null
|
|
95705
95880
|
}
|
|
95706
95881
|
}
|
|
@@ -95709,7 +95884,7 @@
|
|
|
95709
95884
|
"inputFields": null,
|
|
95710
95885
|
"interfaces": [],
|
|
95711
95886
|
"kind": "OBJECT",
|
|
95712
|
-
"name": "
|
|
95887
|
+
"name": "MconMonitorPair",
|
|
95713
95888
|
"possibleTypes": null
|
|
95714
95889
|
},
|
|
95715
95890
|
{
|
|
@@ -95737,13 +95912,13 @@
|
|
|
95737
95912
|
"deprecationReason": null,
|
|
95738
95913
|
"description": null,
|
|
95739
95914
|
"isDeprecated": false,
|
|
95740
|
-
"name": "
|
|
95915
|
+
"name": "monitoringRuleId",
|
|
95741
95916
|
"type": {
|
|
95742
95917
|
"kind": "NON_NULL",
|
|
95743
95918
|
"name": null,
|
|
95744
95919
|
"ofType": {
|
|
95745
95920
|
"kind": "SCALAR",
|
|
95746
|
-
"name": "
|
|
95921
|
+
"name": "Int",
|
|
95747
95922
|
"ofType": null
|
|
95748
95923
|
}
|
|
95749
95924
|
}
|
|
@@ -95752,7 +95927,7 @@
|
|
|
95752
95927
|
"inputFields": null,
|
|
95753
95928
|
"interfaces": [],
|
|
95754
95929
|
"kind": "OBJECT",
|
|
95755
|
-
"name": "
|
|
95930
|
+
"name": "MconRuleIdPair",
|
|
95756
95931
|
"possibleTypes": null
|
|
95757
95932
|
},
|
|
95758
95933
|
{
|
|
@@ -95764,7 +95939,23 @@
|
|
|
95764
95939
|
"deprecationReason": null,
|
|
95765
95940
|
"description": null,
|
|
95766
95941
|
"isDeprecated": false,
|
|
95767
|
-
"name": "
|
|
95942
|
+
"name": "audienceUuid",
|
|
95943
|
+
"type": {
|
|
95944
|
+
"kind": "NON_NULL",
|
|
95945
|
+
"name": null,
|
|
95946
|
+
"ofType": {
|
|
95947
|
+
"kind": "SCALAR",
|
|
95948
|
+
"name": "UUID",
|
|
95949
|
+
"ofType": null
|
|
95950
|
+
}
|
|
95951
|
+
}
|
|
95952
|
+
},
|
|
95953
|
+
{
|
|
95954
|
+
"args": [],
|
|
95955
|
+
"deprecationReason": null,
|
|
95956
|
+
"description": null,
|
|
95957
|
+
"isDeprecated": false,
|
|
95958
|
+
"name": "audienceLabel",
|
|
95768
95959
|
"type": {
|
|
95769
95960
|
"kind": "NON_NULL",
|
|
95770
95961
|
"name": null,
|
|
@@ -95780,7 +95971,7 @@
|
|
|
95780
95971
|
"deprecationReason": null,
|
|
95781
95972
|
"description": null,
|
|
95782
95973
|
"isDeprecated": false,
|
|
95783
|
-
"name": "
|
|
95974
|
+
"name": "mconsCoveredByTableMonitors",
|
|
95784
95975
|
"type": {
|
|
95785
95976
|
"kind": "NON_NULL",
|
|
95786
95977
|
"name": null,
|
|
@@ -95790,12 +95981,52 @@
|
|
|
95790
95981
|
"ofType": null
|
|
95791
95982
|
}
|
|
95792
95983
|
}
|
|
95984
|
+
},
|
|
95985
|
+
{
|
|
95986
|
+
"args": [],
|
|
95987
|
+
"deprecationReason": null,
|
|
95988
|
+
"description": null,
|
|
95989
|
+
"isDeprecated": false,
|
|
95990
|
+
"name": "mconsCoveredByNotificationRouting",
|
|
95991
|
+
"type": {
|
|
95992
|
+
"kind": "NON_NULL",
|
|
95993
|
+
"name": null,
|
|
95994
|
+
"ofType": {
|
|
95995
|
+
"kind": "SCALAR",
|
|
95996
|
+
"name": "Int",
|
|
95997
|
+
"ofType": null
|
|
95998
|
+
}
|
|
95999
|
+
}
|
|
96000
|
+
},
|
|
96001
|
+
{
|
|
96002
|
+
"args": [],
|
|
96003
|
+
"deprecationReason": null,
|
|
96004
|
+
"description": null,
|
|
96005
|
+
"isDeprecated": false,
|
|
96006
|
+
"name": "sampleMconsRoutingNotTableMonitor",
|
|
96007
|
+
"type": {
|
|
96008
|
+
"kind": "NON_NULL",
|
|
96009
|
+
"name": null,
|
|
96010
|
+
"ofType": {
|
|
96011
|
+
"kind": "LIST",
|
|
96012
|
+
"name": null,
|
|
96013
|
+
"ofType": {
|
|
96014
|
+
"kind": "NON_NULL",
|
|
96015
|
+
"name": null,
|
|
96016
|
+
"ofType": {
|
|
96017
|
+
"kind": "OBJECT",
|
|
96018
|
+
"name": "MconMonitorPair",
|
|
96019
|
+
"ofType": null
|
|
96020
|
+
}
|
|
96021
|
+
}
|
|
96022
|
+
}
|
|
96023
|
+
}
|
|
95793
96024
|
}
|
|
95794
96025
|
],
|
|
95795
96026
|
"inputFields": null,
|
|
95796
96027
|
"interfaces": [],
|
|
95797
96028
|
"kind": "OBJECT",
|
|
95798
|
-
"name": "
|
|
96029
|
+
"name": "AudienceRoutingStats",
|
|
95799
96030
|
"possibleTypes": null
|
|
95800
96031
|
},
|
|
95801
96032
|
{
|
pycarlo/lib/schema.py
CHANGED
|
@@ -12976,6 +12976,33 @@ class AudienceMonitorEdge(sgqlc.types.Type):
|
|
|
12976
12976
|
"""A cursor for use in pagination"""
|
|
12977
12977
|
|
|
12978
12978
|
|
|
12979
|
+
class AudienceRoutingStats(sgqlc.types.Type):
|
|
12980
|
+
__schema__ = schema
|
|
12981
|
+
__field_names__ = (
|
|
12982
|
+
"audience_uuid",
|
|
12983
|
+
"audience_label",
|
|
12984
|
+
"mcons_covered_by_table_monitors",
|
|
12985
|
+
"mcons_covered_by_notification_routing",
|
|
12986
|
+
"sample_mcons_routing_not_table_monitor",
|
|
12987
|
+
)
|
|
12988
|
+
audience_uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="audienceUuid")
|
|
12989
|
+
|
|
12990
|
+
audience_label = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="audienceLabel")
|
|
12991
|
+
|
|
12992
|
+
mcons_covered_by_table_monitors = sgqlc.types.Field(
|
|
12993
|
+
sgqlc.types.non_null(Int), graphql_name="mconsCoveredByTableMonitors"
|
|
12994
|
+
)
|
|
12995
|
+
|
|
12996
|
+
mcons_covered_by_notification_routing = sgqlc.types.Field(
|
|
12997
|
+
sgqlc.types.non_null(Int), graphql_name="mconsCoveredByNotificationRouting"
|
|
12998
|
+
)
|
|
12999
|
+
|
|
13000
|
+
sample_mcons_routing_not_table_monitor = sgqlc.types.Field(
|
|
13001
|
+
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("MconMonitorPair"))),
|
|
13002
|
+
graphql_name="sampleMconsRoutingNotTableMonitor",
|
|
13003
|
+
)
|
|
13004
|
+
|
|
13005
|
+
|
|
12979
13006
|
class AuditLogEntryConnection(sgqlc.types.relay.Connection):
|
|
12980
13007
|
__schema__ = schema
|
|
12981
13008
|
__field_names__ = ("page_info", "edges")
|
|
@@ -14947,23 +14974,31 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
14947
14974
|
"account_uuid",
|
|
14948
14975
|
"use_cbp_v2",
|
|
14949
14976
|
"table_monitor_specs",
|
|
14977
|
+
"removed_table_monitor_specs",
|
|
14950
14978
|
"job_routing_rules_specs",
|
|
14951
14979
|
"unconvertible_routing_rules",
|
|
14952
14980
|
"unconvertible_monitoring_rules",
|
|
14953
14981
|
"warnings",
|
|
14954
14982
|
"warehouse_count",
|
|
14983
|
+
"routing_rules_count",
|
|
14984
|
+
"monitoring_rules_count",
|
|
14955
14985
|
"converted_monitor_uuids",
|
|
14956
14986
|
"monitored_tables_count",
|
|
14957
14987
|
"selected_tables_count",
|
|
14958
14988
|
"top_mcons_by_monitor_count",
|
|
14959
14989
|
"sample_covered_not_monitored",
|
|
14960
14990
|
"sample_monitored_not_covered",
|
|
14991
|
+
"mcons_covered_by_table_monitor_audiences",
|
|
14992
|
+
"mcons_covered_by_notification_routing_audiences",
|
|
14993
|
+
"sample_mcons_routing_not_table_monitor",
|
|
14994
|
+
"audience_routing_stats",
|
|
14961
14995
|
"text_output",
|
|
14962
14996
|
"summary_text",
|
|
14963
14997
|
"table_monitor_specs_text",
|
|
14964
14998
|
"job_routing_rules_text",
|
|
14965
14999
|
"unconvertible_rules_text",
|
|
14966
15000
|
"warnings_text",
|
|
15001
|
+
"validation_errors",
|
|
14967
15002
|
"full_output_text",
|
|
14968
15003
|
)
|
|
14969
15004
|
account_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="accountName")
|
|
@@ -14977,6 +15012,11 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
14977
15012
|
graphql_name="tableMonitorSpecs",
|
|
14978
15013
|
)
|
|
14979
15014
|
|
|
15015
|
+
removed_table_monitor_specs = sgqlc.types.Field(
|
|
15016
|
+
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("TableMonitorSpec"))),
|
|
15017
|
+
graphql_name="removedTableMonitorSpecs",
|
|
15018
|
+
)
|
|
15019
|
+
|
|
14980
15020
|
job_routing_rules_specs = sgqlc.types.Field(
|
|
14981
15021
|
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("JobRoutingRuleSpec"))),
|
|
14982
15022
|
graphql_name="jobRoutingRulesSpecs",
|
|
@@ -14999,6 +15039,10 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
14999
15039
|
|
|
15000
15040
|
warehouse_count = sgqlc.types.Field(Int, graphql_name="warehouseCount")
|
|
15001
15041
|
|
|
15042
|
+
routing_rules_count = sgqlc.types.Field(Int, graphql_name="routingRulesCount")
|
|
15043
|
+
|
|
15044
|
+
monitoring_rules_count = sgqlc.types.Field(Int, graphql_name="monitoringRulesCount")
|
|
15045
|
+
|
|
15002
15046
|
converted_monitor_uuids = sgqlc.types.Field(
|
|
15003
15047
|
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(UUID))),
|
|
15004
15048
|
graphql_name="convertedMonitorUuids",
|
|
@@ -15023,6 +15067,24 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
15023
15067
|
graphql_name="sampleMonitoredNotCovered",
|
|
15024
15068
|
)
|
|
15025
15069
|
|
|
15070
|
+
mcons_covered_by_table_monitor_audiences = sgqlc.types.Field(
|
|
15071
|
+
Int, graphql_name="mconsCoveredByTableMonitorAudiences"
|
|
15072
|
+
)
|
|
15073
|
+
|
|
15074
|
+
mcons_covered_by_notification_routing_audiences = sgqlc.types.Field(
|
|
15075
|
+
Int, graphql_name="mconsCoveredByNotificationRoutingAudiences"
|
|
15076
|
+
)
|
|
15077
|
+
|
|
15078
|
+
sample_mcons_routing_not_table_monitor = sgqlc.types.Field(
|
|
15079
|
+
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("MconMonitorPair"))),
|
|
15080
|
+
graphql_name="sampleMconsRoutingNotTableMonitor",
|
|
15081
|
+
)
|
|
15082
|
+
|
|
15083
|
+
audience_routing_stats = sgqlc.types.Field(
|
|
15084
|
+
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(AudienceRoutingStats))),
|
|
15085
|
+
graphql_name="audienceRoutingStats",
|
|
15086
|
+
)
|
|
15087
|
+
|
|
15026
15088
|
text_output = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="textOutput")
|
|
15027
15089
|
|
|
15028
15090
|
summary_text = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="summaryText")
|
|
@@ -15041,6 +15103,11 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
15041
15103
|
|
|
15042
15104
|
warnings_text = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="warningsText")
|
|
15043
15105
|
|
|
15106
|
+
validation_errors = sgqlc.types.Field(
|
|
15107
|
+
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))),
|
|
15108
|
+
graphql_name="validationErrors",
|
|
15109
|
+
)
|
|
15110
|
+
|
|
15044
15111
|
full_output_text = sgqlc.types.Field(
|
|
15045
15112
|
sgqlc.types.non_null(String), graphql_name="fullOutputText"
|
|
15046
15113
|
)
|
|
@@ -21899,7 +21966,6 @@ class JobRoutingRuleSpec(sgqlc.types.Type):
|
|
|
21899
21966
|
"job_anomaly_types",
|
|
21900
21967
|
"job_asset_rules",
|
|
21901
21968
|
"description",
|
|
21902
|
-
"domain_restrictions",
|
|
21903
21969
|
)
|
|
21904
21970
|
original_rule_uuid = sgqlc.types.Field(
|
|
21905
21971
|
sgqlc.types.non_null(UUID), graphql_name="originalRuleUuid"
|
|
@@ -21916,10 +21982,6 @@ class JobRoutingRuleSpec(sgqlc.types.Type):
|
|
|
21916
21982
|
|
|
21917
21983
|
description = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="description")
|
|
21918
21984
|
|
|
21919
|
-
domain_restrictions = sgqlc.types.Field(
|
|
21920
|
-
sgqlc.types.list_of(sgqlc.types.non_null(UUID)), graphql_name="domainRestrictions"
|
|
21921
|
-
)
|
|
21922
|
-
|
|
21923
21985
|
|
|
21924
21986
|
class JobsPerformanceFacetOption(sgqlc.types.Type):
|
|
21925
21987
|
__schema__ = schema
|
|
@@ -58408,6 +58470,8 @@ class RoutingRuleData(sgqlc.types.Type):
|
|
|
58408
58470
|
__schema__ = schema
|
|
58409
58471
|
__field_names__ = (
|
|
58410
58472
|
"uuid",
|
|
58473
|
+
"audience_uuid",
|
|
58474
|
+
"audience_label",
|
|
58411
58475
|
"anomaly_types",
|
|
58412
58476
|
"incident_sub_types",
|
|
58413
58477
|
"table_rules",
|
|
@@ -58417,13 +58481,15 @@ class RoutingRuleData(sgqlc.types.Type):
|
|
|
58417
58481
|
"asset_rules",
|
|
58418
58482
|
"domain_rules",
|
|
58419
58483
|
"digest_settings_id",
|
|
58420
|
-
"audience_uuid",
|
|
58421
|
-
"audience_label",
|
|
58422
58484
|
"created_by_id",
|
|
58423
58485
|
"last_update_user_id",
|
|
58424
58486
|
)
|
|
58425
58487
|
uuid = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="uuid")
|
|
58426
58488
|
|
|
58489
|
+
audience_uuid = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="audienceUuid")
|
|
58490
|
+
|
|
58491
|
+
audience_label = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="audienceLabel")
|
|
58492
|
+
|
|
58427
58493
|
anomaly_types = sgqlc.types.Field(
|
|
58428
58494
|
sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name="anomalyTypes"
|
|
58429
58495
|
)
|
|
@@ -58448,10 +58514,6 @@ class RoutingRuleData(sgqlc.types.Type):
|
|
|
58448
58514
|
|
|
58449
58515
|
digest_settings_id = sgqlc.types.Field(String, graphql_name="digestSettingsId")
|
|
58450
58516
|
|
|
58451
|
-
audience_uuid = sgqlc.types.Field(String, graphql_name="audienceUuid")
|
|
58452
|
-
|
|
58453
|
-
audience_label = sgqlc.types.Field(String, graphql_name="audienceLabel")
|
|
58454
|
-
|
|
58455
58517
|
created_by_id = sgqlc.types.Field(Int, graphql_name="createdById")
|
|
58456
58518
|
|
|
58457
58519
|
last_update_user_id = sgqlc.types.Field(Int, graphql_name="lastUpdateUserId")
|
|
@@ -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=huF1QEfFjaCoknb2z2obwbp8VoiFjxm3BWExw6N_r2A,5993530
|
|
39
|
+
pycarlo/lib/schema.py,sha256=V6sace5mmzUV60r7LRWxUpBKfCfwOPw7_q_9gx0DUjA,2590921
|
|
40
|
+
pycarlo-0.10.60.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.60.dist-info/METADATA,sha256=YbG4eHsCqQD7DoBIZpqwA1ZNyyd-J91tx3Bk0gJDYI0,8741
|
|
42
|
+
pycarlo-0.10.60.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.60.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.60.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|