pycarlo 0.10.58__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 +364 -47
- pycarlo/lib/schema.py +102 -11
- {pycarlo-0.10.58.dist-info → pycarlo-0.10.60.dist-info}/METADATA +1 -1
- {pycarlo-0.10.58.dist-info → pycarlo-0.10.60.dist-info}/RECORD +7 -7
- {pycarlo-0.10.58.dist-info → pycarlo-0.10.60.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.58.dist-info → pycarlo-0.10.60.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.58.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",
|
|
@@ -22879,6 +22879,18 @@
|
|
|
22879
22879
|
"ofType": null
|
|
22880
22880
|
}
|
|
22881
22881
|
},
|
|
22882
|
+
{
|
|
22883
|
+
"args": [],
|
|
22884
|
+
"deprecationReason": null,
|
|
22885
|
+
"description": "(experimental) Get Troubleshooting Agent availability",
|
|
22886
|
+
"isDeprecated": false,
|
|
22887
|
+
"name": "getTsaAvailability",
|
|
22888
|
+
"type": {
|
|
22889
|
+
"kind": "OBJECT",
|
|
22890
|
+
"name": "TSAAvailability",
|
|
22891
|
+
"ofType": null
|
|
22892
|
+
}
|
|
22893
|
+
},
|
|
22882
22894
|
{
|
|
22883
22895
|
"args": [
|
|
22884
22896
|
{
|
|
@@ -94547,6 +94559,30 @@
|
|
|
94547
94559
|
}
|
|
94548
94560
|
}
|
|
94549
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
|
+
},
|
|
94550
94586
|
{
|
|
94551
94587
|
"args": [],
|
|
94552
94588
|
"deprecationReason": null,
|
|
@@ -94655,6 +94691,30 @@
|
|
|
94655
94691
|
"ofType": null
|
|
94656
94692
|
}
|
|
94657
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
|
+
},
|
|
94658
94718
|
{
|
|
94659
94719
|
"args": [],
|
|
94660
94720
|
"deprecationReason": null,
|
|
@@ -94775,6 +94835,78 @@
|
|
|
94775
94835
|
}
|
|
94776
94836
|
}
|
|
94777
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
|
+
},
|
|
94778
94910
|
{
|
|
94779
94911
|
"args": [],
|
|
94780
94912
|
"deprecationReason": null,
|
|
@@ -94871,6 +95003,30 @@
|
|
|
94871
95003
|
}
|
|
94872
95004
|
}
|
|
94873
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
|
+
},
|
|
94874
95030
|
{
|
|
94875
95031
|
"args": [],
|
|
94876
95032
|
"deprecationReason": null,
|
|
@@ -95148,6 +95304,38 @@
|
|
|
95148
95304
|
}
|
|
95149
95305
|
}
|
|
95150
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
|
+
},
|
|
95151
95339
|
{
|
|
95152
95340
|
"args": [],
|
|
95153
95341
|
"deprecationReason": null,
|
|
@@ -95280,30 +95468,6 @@
|
|
|
95280
95468
|
"ofType": null
|
|
95281
95469
|
}
|
|
95282
95470
|
},
|
|
95283
|
-
{
|
|
95284
|
-
"args": [],
|
|
95285
|
-
"deprecationReason": null,
|
|
95286
|
-
"description": null,
|
|
95287
|
-
"isDeprecated": false,
|
|
95288
|
-
"name": "audienceUuid",
|
|
95289
|
-
"type": {
|
|
95290
|
-
"kind": "SCALAR",
|
|
95291
|
-
"name": "String",
|
|
95292
|
-
"ofType": null
|
|
95293
|
-
}
|
|
95294
|
-
},
|
|
95295
|
-
{
|
|
95296
|
-
"args": [],
|
|
95297
|
-
"deprecationReason": null,
|
|
95298
|
-
"description": null,
|
|
95299
|
-
"isDeprecated": false,
|
|
95300
|
-
"name": "audienceLabel",
|
|
95301
|
-
"type": {
|
|
95302
|
-
"kind": "SCALAR",
|
|
95303
|
-
"name": "String",
|
|
95304
|
-
"ofType": null
|
|
95305
|
-
}
|
|
95306
|
-
},
|
|
95307
95471
|
{
|
|
95308
95472
|
"args": [],
|
|
95309
95473
|
"deprecationReason": null,
|
|
@@ -95629,24 +95793,47 @@
|
|
|
95629
95793
|
"ofType": null
|
|
95630
95794
|
}
|
|
95631
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
|
+
}
|
|
95632
95823
|
},
|
|
95633
95824
|
{
|
|
95634
95825
|
"args": [],
|
|
95635
95826
|
"deprecationReason": null,
|
|
95636
95827
|
"description": null,
|
|
95637
95828
|
"isDeprecated": false,
|
|
95638
|
-
"name": "
|
|
95829
|
+
"name": "count",
|
|
95639
95830
|
"type": {
|
|
95640
|
-
"kind": "
|
|
95831
|
+
"kind": "NON_NULL",
|
|
95641
95832
|
"name": null,
|
|
95642
95833
|
"ofType": {
|
|
95643
|
-
"kind": "
|
|
95644
|
-
"name":
|
|
95645
|
-
"ofType":
|
|
95646
|
-
"kind": "SCALAR",
|
|
95647
|
-
"name": "UUID",
|
|
95648
|
-
"ofType": null
|
|
95649
|
-
}
|
|
95834
|
+
"kind": "SCALAR",
|
|
95835
|
+
"name": "Int",
|
|
95836
|
+
"ofType": null
|
|
95650
95837
|
}
|
|
95651
95838
|
}
|
|
95652
95839
|
}
|
|
@@ -95654,7 +95841,7 @@
|
|
|
95654
95841
|
"inputFields": null,
|
|
95655
95842
|
"interfaces": [],
|
|
95656
95843
|
"kind": "OBJECT",
|
|
95657
|
-
"name": "
|
|
95844
|
+
"name": "MconCountPair",
|
|
95658
95845
|
"possibleTypes": null
|
|
95659
95846
|
},
|
|
95660
95847
|
{
|
|
@@ -95682,13 +95869,13 @@
|
|
|
95682
95869
|
"deprecationReason": null,
|
|
95683
95870
|
"description": null,
|
|
95684
95871
|
"isDeprecated": false,
|
|
95685
|
-
"name": "
|
|
95872
|
+
"name": "monitorName",
|
|
95686
95873
|
"type": {
|
|
95687
95874
|
"kind": "NON_NULL",
|
|
95688
95875
|
"name": null,
|
|
95689
95876
|
"ofType": {
|
|
95690
95877
|
"kind": "SCALAR",
|
|
95691
|
-
"name": "
|
|
95878
|
+
"name": "String",
|
|
95692
95879
|
"ofType": null
|
|
95693
95880
|
}
|
|
95694
95881
|
}
|
|
@@ -95697,7 +95884,7 @@
|
|
|
95697
95884
|
"inputFields": null,
|
|
95698
95885
|
"interfaces": [],
|
|
95699
95886
|
"kind": "OBJECT",
|
|
95700
|
-
"name": "
|
|
95887
|
+
"name": "MconMonitorPair",
|
|
95701
95888
|
"possibleTypes": null
|
|
95702
95889
|
},
|
|
95703
95890
|
{
|
|
@@ -95725,13 +95912,13 @@
|
|
|
95725
95912
|
"deprecationReason": null,
|
|
95726
95913
|
"description": null,
|
|
95727
95914
|
"isDeprecated": false,
|
|
95728
|
-
"name": "
|
|
95915
|
+
"name": "monitoringRuleId",
|
|
95729
95916
|
"type": {
|
|
95730
95917
|
"kind": "NON_NULL",
|
|
95731
95918
|
"name": null,
|
|
95732
95919
|
"ofType": {
|
|
95733
95920
|
"kind": "SCALAR",
|
|
95734
|
-
"name": "
|
|
95921
|
+
"name": "Int",
|
|
95735
95922
|
"ofType": null
|
|
95736
95923
|
}
|
|
95737
95924
|
}
|
|
@@ -95740,7 +95927,7 @@
|
|
|
95740
95927
|
"inputFields": null,
|
|
95741
95928
|
"interfaces": [],
|
|
95742
95929
|
"kind": "OBJECT",
|
|
95743
|
-
"name": "
|
|
95930
|
+
"name": "MconRuleIdPair",
|
|
95744
95931
|
"possibleTypes": null
|
|
95745
95932
|
},
|
|
95746
95933
|
{
|
|
@@ -95752,7 +95939,23 @@
|
|
|
95752
95939
|
"deprecationReason": null,
|
|
95753
95940
|
"description": null,
|
|
95754
95941
|
"isDeprecated": false,
|
|
95755
|
-
"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",
|
|
95756
95959
|
"type": {
|
|
95757
95960
|
"kind": "NON_NULL",
|
|
95758
95961
|
"name": null,
|
|
@@ -95768,7 +95971,23 @@
|
|
|
95768
95971
|
"deprecationReason": null,
|
|
95769
95972
|
"description": null,
|
|
95770
95973
|
"isDeprecated": false,
|
|
95771
|
-
"name": "
|
|
95974
|
+
"name": "mconsCoveredByTableMonitors",
|
|
95975
|
+
"type": {
|
|
95976
|
+
"kind": "NON_NULL",
|
|
95977
|
+
"name": null,
|
|
95978
|
+
"ofType": {
|
|
95979
|
+
"kind": "SCALAR",
|
|
95980
|
+
"name": "Int",
|
|
95981
|
+
"ofType": null
|
|
95982
|
+
}
|
|
95983
|
+
}
|
|
95984
|
+
},
|
|
95985
|
+
{
|
|
95986
|
+
"args": [],
|
|
95987
|
+
"deprecationReason": null,
|
|
95988
|
+
"description": null,
|
|
95989
|
+
"isDeprecated": false,
|
|
95990
|
+
"name": "mconsCoveredByNotificationRouting",
|
|
95772
95991
|
"type": {
|
|
95773
95992
|
"kind": "NON_NULL",
|
|
95774
95993
|
"name": null,
|
|
@@ -95778,12 +95997,36 @@
|
|
|
95778
95997
|
"ofType": null
|
|
95779
95998
|
}
|
|
95780
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
|
+
}
|
|
95781
96024
|
}
|
|
95782
96025
|
],
|
|
95783
96026
|
"inputFields": null,
|
|
95784
96027
|
"interfaces": [],
|
|
95785
96028
|
"kind": "OBJECT",
|
|
95786
|
-
"name": "
|
|
96029
|
+
"name": "AudienceRoutingStats",
|
|
95787
96030
|
"possibleTypes": null
|
|
95788
96031
|
},
|
|
95789
96032
|
{
|
|
@@ -135207,6 +135450,80 @@
|
|
|
135207
135450
|
"name": "TableFieldDescriptor",
|
|
135208
135451
|
"possibleTypes": null
|
|
135209
135452
|
},
|
|
135453
|
+
{
|
|
135454
|
+
"description": null,
|
|
135455
|
+
"enumValues": null,
|
|
135456
|
+
"fields": [
|
|
135457
|
+
{
|
|
135458
|
+
"args": [],
|
|
135459
|
+
"deprecationReason": null,
|
|
135460
|
+
"description": "If true, the Troubleshooting Agent is available to the user/account",
|
|
135461
|
+
"isDeprecated": false,
|
|
135462
|
+
"name": "enabled",
|
|
135463
|
+
"type": {
|
|
135464
|
+
"kind": "SCALAR",
|
|
135465
|
+
"name": "Boolean",
|
|
135466
|
+
"ofType": null
|
|
135467
|
+
}
|
|
135468
|
+
},
|
|
135469
|
+
{
|
|
135470
|
+
"args": [],
|
|
135471
|
+
"deprecationReason": null,
|
|
135472
|
+
"description": "Reasons if Troubleshooting Agent not available",
|
|
135473
|
+
"isDeprecated": false,
|
|
135474
|
+
"name": "reasons",
|
|
135475
|
+
"type": {
|
|
135476
|
+
"kind": "LIST",
|
|
135477
|
+
"name": null,
|
|
135478
|
+
"ofType": {
|
|
135479
|
+
"kind": "ENUM",
|
|
135480
|
+
"name": "DenialReason",
|
|
135481
|
+
"ofType": null
|
|
135482
|
+
}
|
|
135483
|
+
}
|
|
135484
|
+
}
|
|
135485
|
+
],
|
|
135486
|
+
"inputFields": null,
|
|
135487
|
+
"interfaces": [],
|
|
135488
|
+
"kind": "OBJECT",
|
|
135489
|
+
"name": "TSAAvailability",
|
|
135490
|
+
"possibleTypes": null
|
|
135491
|
+
},
|
|
135492
|
+
{
|
|
135493
|
+
"description": null,
|
|
135494
|
+
"enumValues": [
|
|
135495
|
+
{
|
|
135496
|
+
"deprecationReason": null,
|
|
135497
|
+
"description": null,
|
|
135498
|
+
"isDeprecated": false,
|
|
135499
|
+
"name": "AI_FEATURES_OFF"
|
|
135500
|
+
},
|
|
135501
|
+
{
|
|
135502
|
+
"deprecationReason": null,
|
|
135503
|
+
"description": null,
|
|
135504
|
+
"isDeprecated": false,
|
|
135505
|
+
"name": "TSA_FEATURE_FLAG_OFF"
|
|
135506
|
+
},
|
|
135507
|
+
{
|
|
135508
|
+
"deprecationReason": null,
|
|
135509
|
+
"description": null,
|
|
135510
|
+
"isDeprecated": false,
|
|
135511
|
+
"name": "ENTITLEMENTS"
|
|
135512
|
+
},
|
|
135513
|
+
{
|
|
135514
|
+
"deprecationReason": null,
|
|
135515
|
+
"description": null,
|
|
135516
|
+
"isDeprecated": false,
|
|
135517
|
+
"name": "INVALID_USER"
|
|
135518
|
+
}
|
|
135519
|
+
],
|
|
135520
|
+
"fields": null,
|
|
135521
|
+
"inputFields": null,
|
|
135522
|
+
"interfaces": null,
|
|
135523
|
+
"kind": "ENUM",
|
|
135524
|
+
"name": "DenialReason",
|
|
135525
|
+
"possibleTypes": null
|
|
135526
|
+
},
|
|
135210
135527
|
{
|
|
135211
135528
|
"description": "Collection infrastructure properties",
|
|
135212
135529
|
"enumValues": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -1659,6 +1659,19 @@ class DecryptionServiceUpdateTypeEnum(sgqlc.types.Enum):
|
|
|
1659
1659
|
__choices__ = ("KMS",)
|
|
1660
1660
|
|
|
1661
1661
|
|
|
1662
|
+
class DenialReason(sgqlc.types.Enum):
|
|
1663
|
+
"""Enumeration Choices:
|
|
1664
|
+
|
|
1665
|
+
* `AI_FEATURES_OFF`None
|
|
1666
|
+
* `ENTITLEMENTS`None
|
|
1667
|
+
* `INVALID_USER`None
|
|
1668
|
+
* `TSA_FEATURE_FLAG_OFF`None
|
|
1669
|
+
"""
|
|
1670
|
+
|
|
1671
|
+
__schema__ = schema
|
|
1672
|
+
__choices__ = ("AI_FEATURES_OFF", "ENTITLEMENTS", "INVALID_USER", "TSA_FEATURE_FLAG_OFF")
|
|
1673
|
+
|
|
1674
|
+
|
|
1662
1675
|
class DetectorStatus(sgqlc.types.Enum):
|
|
1663
1676
|
"""Enumeration Choices:
|
|
1664
1677
|
|
|
@@ -12963,6 +12976,33 @@ class AudienceMonitorEdge(sgqlc.types.Type):
|
|
|
12963
12976
|
"""A cursor for use in pagination"""
|
|
12964
12977
|
|
|
12965
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
|
+
|
|
12966
13006
|
class AuditLogEntryConnection(sgqlc.types.relay.Connection):
|
|
12967
13007
|
__schema__ = schema
|
|
12968
13008
|
__field_names__ = ("page_info", "edges")
|
|
@@ -14934,23 +14974,31 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
14934
14974
|
"account_uuid",
|
|
14935
14975
|
"use_cbp_v2",
|
|
14936
14976
|
"table_monitor_specs",
|
|
14977
|
+
"removed_table_monitor_specs",
|
|
14937
14978
|
"job_routing_rules_specs",
|
|
14938
14979
|
"unconvertible_routing_rules",
|
|
14939
14980
|
"unconvertible_monitoring_rules",
|
|
14940
14981
|
"warnings",
|
|
14941
14982
|
"warehouse_count",
|
|
14983
|
+
"routing_rules_count",
|
|
14984
|
+
"monitoring_rules_count",
|
|
14942
14985
|
"converted_monitor_uuids",
|
|
14943
14986
|
"monitored_tables_count",
|
|
14944
14987
|
"selected_tables_count",
|
|
14945
14988
|
"top_mcons_by_monitor_count",
|
|
14946
14989
|
"sample_covered_not_monitored",
|
|
14947
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",
|
|
14948
14995
|
"text_output",
|
|
14949
14996
|
"summary_text",
|
|
14950
14997
|
"table_monitor_specs_text",
|
|
14951
14998
|
"job_routing_rules_text",
|
|
14952
14999
|
"unconvertible_rules_text",
|
|
14953
15000
|
"warnings_text",
|
|
15001
|
+
"validation_errors",
|
|
14954
15002
|
"full_output_text",
|
|
14955
15003
|
)
|
|
14956
15004
|
account_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="accountName")
|
|
@@ -14964,6 +15012,11 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
14964
15012
|
graphql_name="tableMonitorSpecs",
|
|
14965
15013
|
)
|
|
14966
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
|
+
|
|
14967
15020
|
job_routing_rules_specs = sgqlc.types.Field(
|
|
14968
15021
|
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("JobRoutingRuleSpec"))),
|
|
14969
15022
|
graphql_name="jobRoutingRulesSpecs",
|
|
@@ -14986,6 +15039,10 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
14986
15039
|
|
|
14987
15040
|
warehouse_count = sgqlc.types.Field(Int, graphql_name="warehouseCount")
|
|
14988
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
|
+
|
|
14989
15046
|
converted_monitor_uuids = sgqlc.types.Field(
|
|
14990
15047
|
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(UUID))),
|
|
14991
15048
|
graphql_name="convertedMonitorUuids",
|
|
@@ -15010,6 +15067,24 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
15010
15067
|
graphql_name="sampleMonitoredNotCovered",
|
|
15011
15068
|
)
|
|
15012
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
|
+
|
|
15013
15088
|
text_output = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="textOutput")
|
|
15014
15089
|
|
|
15015
15090
|
summary_text = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="summaryText")
|
|
@@ -15028,6 +15103,11 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
15028
15103
|
|
|
15029
15104
|
warnings_text = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="warningsText")
|
|
15030
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
|
+
|
|
15031
15111
|
full_output_text = sgqlc.types.Field(
|
|
15032
15112
|
sgqlc.types.non_null(String), graphql_name="fullOutputText"
|
|
15033
15113
|
)
|
|
@@ -21886,7 +21966,6 @@ class JobRoutingRuleSpec(sgqlc.types.Type):
|
|
|
21886
21966
|
"job_anomaly_types",
|
|
21887
21967
|
"job_asset_rules",
|
|
21888
21968
|
"description",
|
|
21889
|
-
"domain_restrictions",
|
|
21890
21969
|
)
|
|
21891
21970
|
original_rule_uuid = sgqlc.types.Field(
|
|
21892
21971
|
sgqlc.types.non_null(UUID), graphql_name="originalRuleUuid"
|
|
@@ -21903,10 +21982,6 @@ class JobRoutingRuleSpec(sgqlc.types.Type):
|
|
|
21903
21982
|
|
|
21904
21983
|
description = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="description")
|
|
21905
21984
|
|
|
21906
|
-
domain_restrictions = sgqlc.types.Field(
|
|
21907
|
-
sgqlc.types.list_of(sgqlc.types.non_null(UUID)), graphql_name="domainRestrictions"
|
|
21908
|
-
)
|
|
21909
|
-
|
|
21910
21985
|
|
|
21911
21986
|
class JobsPerformanceFacetOption(sgqlc.types.Type):
|
|
21912
21987
|
__schema__ = schema
|
|
@@ -42314,6 +42389,7 @@ class Query(sgqlc.types.Type):
|
|
|
42314
42389
|
"get_lineage_node_types",
|
|
42315
42390
|
"get_common_fields",
|
|
42316
42391
|
"get_common_fields_v2",
|
|
42392
|
+
"get_tsa_availability",
|
|
42317
42393
|
"get_user_settings",
|
|
42318
42394
|
"get_user",
|
|
42319
42395
|
"get_user_by_id",
|
|
@@ -54782,6 +54858,9 @@ class Query(sgqlc.types.Type):
|
|
|
54782
54858
|
belong to the same warehouse.
|
|
54783
54859
|
"""
|
|
54784
54860
|
|
|
54861
|
+
get_tsa_availability = sgqlc.types.Field("TSAAvailability", graphql_name="getTsaAvailability")
|
|
54862
|
+
"""(experimental) Get Troubleshooting Agent availability"""
|
|
54863
|
+
|
|
54785
54864
|
get_user_settings = sgqlc.types.Field(
|
|
54786
54865
|
sgqlc.types.list_of("UserSettings"),
|
|
54787
54866
|
graphql_name="getUserSettings",
|
|
@@ -58391,6 +58470,8 @@ class RoutingRuleData(sgqlc.types.Type):
|
|
|
58391
58470
|
__schema__ = schema
|
|
58392
58471
|
__field_names__ = (
|
|
58393
58472
|
"uuid",
|
|
58473
|
+
"audience_uuid",
|
|
58474
|
+
"audience_label",
|
|
58394
58475
|
"anomaly_types",
|
|
58395
58476
|
"incident_sub_types",
|
|
58396
58477
|
"table_rules",
|
|
@@ -58400,13 +58481,15 @@ class RoutingRuleData(sgqlc.types.Type):
|
|
|
58400
58481
|
"asset_rules",
|
|
58401
58482
|
"domain_rules",
|
|
58402
58483
|
"digest_settings_id",
|
|
58403
|
-
"audience_uuid",
|
|
58404
|
-
"audience_label",
|
|
58405
58484
|
"created_by_id",
|
|
58406
58485
|
"last_update_user_id",
|
|
58407
58486
|
)
|
|
58408
58487
|
uuid = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="uuid")
|
|
58409
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
|
+
|
|
58410
58493
|
anomaly_types = sgqlc.types.Field(
|
|
58411
58494
|
sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name="anomalyTypes"
|
|
58412
58495
|
)
|
|
@@ -58431,10 +58514,6 @@ class RoutingRuleData(sgqlc.types.Type):
|
|
|
58431
58514
|
|
|
58432
58515
|
digest_settings_id = sgqlc.types.Field(String, graphql_name="digestSettingsId")
|
|
58433
58516
|
|
|
58434
|
-
audience_uuid = sgqlc.types.Field(String, graphql_name="audienceUuid")
|
|
58435
|
-
|
|
58436
|
-
audience_label = sgqlc.types.Field(String, graphql_name="audienceLabel")
|
|
58437
|
-
|
|
58438
58517
|
created_by_id = sgqlc.types.Field(Int, graphql_name="createdById")
|
|
58439
58518
|
|
|
58440
58519
|
last_update_user_id = sgqlc.types.Field(Int, graphql_name="lastUpdateUserId")
|
|
@@ -60243,6 +60322,18 @@ class SyncMonitorsToCollibra(sgqlc.types.Type):
|
|
|
60243
60322
|
job_id = sgqlc.types.Field(UUID, graphql_name="jobId")
|
|
60244
60323
|
|
|
60245
60324
|
|
|
60325
|
+
class TSAAvailability(sgqlc.types.Type):
|
|
60326
|
+
__schema__ = schema
|
|
60327
|
+
__field_names__ = ("enabled", "reasons")
|
|
60328
|
+
enabled = sgqlc.types.Field(Boolean, graphql_name="enabled")
|
|
60329
|
+
"""If true, the Troubleshooting Agent is available to the
|
|
60330
|
+
user/account
|
|
60331
|
+
"""
|
|
60332
|
+
|
|
60333
|
+
reasons = sgqlc.types.Field(sgqlc.types.list_of(DenialReason), graphql_name="reasons")
|
|
60334
|
+
"""Reasons if Troubleshooting Agent not available"""
|
|
60335
|
+
|
|
60336
|
+
|
|
60246
60337
|
class TableAnomalyConnection(sgqlc.types.relay.Connection):
|
|
60247
60338
|
__schema__ = schema
|
|
60248
60339
|
__field_names__ = ("page_info", "edges")
|
|
@@ -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
|