pycarlo 0.10.137__tar.gz → 0.10.139__tar.gz

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.

Files changed (93) hide show
  1. {pycarlo-0.10.137 → pycarlo-0.10.139}/PKG-INFO +1 -1
  2. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/lib/schema.json +208 -1
  3. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/lib/schema.py +59 -1
  4. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.137 → pycarlo-0.10.139}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.137 → pycarlo-0.10.139}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.137 → pycarlo-0.10.139}/.coveragerc +0 -0
  8. {pycarlo-0.10.137 → pycarlo-0.10.139}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.137 → pycarlo-0.10.139}/.gitignore +0 -0
  10. {pycarlo-0.10.137 → pycarlo-0.10.139}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.137 → pycarlo-0.10.139}/LICENSE +0 -0
  12. {pycarlo-0.10.137 → pycarlo-0.10.139}/Makefile +0 -0
  13. {pycarlo-0.10.137 → pycarlo-0.10.139}/README.md +0 -0
  14. {pycarlo-0.10.137 → pycarlo-0.10.139}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.137 → pycarlo-0.10.139}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.137 → pycarlo-0.10.139}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.137 → pycarlo-0.10.139}/pyproject.toml +0 -0
  58. {pycarlo-0.10.137 → pycarlo-0.10.139}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.137 → pycarlo-0.10.139}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.137 → pycarlo-0.10.139}/requirements.txt +0 -0
  61. {pycarlo-0.10.137 → pycarlo-0.10.139}/setup.cfg +0 -0
  62. {pycarlo-0.10.137 → pycarlo-0.10.139}/setup.py +0 -0
  63. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.137 → pycarlo-0.10.139}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.137 → pycarlo-0.10.139}/utils/env.sh +0 -0
  90. {pycarlo-0.10.137 → pycarlo-0.10.139}/utils/generate.py +0 -0
  91. {pycarlo-0.10.137 → pycarlo-0.10.139}/utils/sample.env +0 -0
  92. {pycarlo-0.10.137 → pycarlo-0.10.139}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.137 → pycarlo-0.10.139}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.137
3
+ Version: 0.10.139
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -4811,6 +4811,16 @@
4811
4811
  "ofType": null
4812
4812
  }
4813
4813
  }
4814
+ },
4815
+ {
4816
+ "defaultValue": null,
4817
+ "description": "If true, return only mandatory fields",
4818
+ "name": "mandatoryOnly",
4819
+ "type": {
4820
+ "kind": "SCALAR",
4821
+ "name": "Boolean",
4822
+ "ofType": null
4823
+ }
4814
4824
  }
4815
4825
  ],
4816
4826
  "deprecationReason": null,
@@ -4992,7 +5002,7 @@
4992
5002
  },
4993
5003
  {
4994
5004
  "defaultValue": null,
4995
- "description": "The user's password for basic authentication.DEPRECATED: Use credentials instead.",
5005
+ "description": "The user's password for basic authentication. DEPRECATED: Use credentials instead.",
4996
5006
  "name": "password",
4997
5007
  "type": {
4998
5008
  "kind": "SCALAR",
@@ -34713,6 +34723,24 @@
34713
34723
  "ofType": null
34714
34724
  }
34715
34725
  },
34726
+ {
34727
+ "defaultValue": null,
34728
+ "description": null,
34729
+ "name": "fieldConfigList",
34730
+ "type": {
34731
+ "kind": "LIST",
34732
+ "name": null,
34733
+ "ofType": {
34734
+ "kind": "NON_NULL",
34735
+ "name": null,
34736
+ "ofType": {
34737
+ "kind": "INPUT_OBJECT",
34738
+ "name": "FieldConfigInput",
34739
+ "ofType": null
34740
+ }
34741
+ }
34742
+ }
34743
+ },
34716
34744
  {
34717
34745
  "defaultValue": null,
34718
34746
  "description": null,
@@ -34806,6 +34834,74 @@
34806
34834
  "name": "ClassificationCategoriesInput",
34807
34835
  "possibleTypes": null
34808
34836
  },
34837
+ {
34838
+ "description": null,
34839
+ "enumValues": null,
34840
+ "fields": null,
34841
+ "inputFields": [
34842
+ {
34843
+ "defaultValue": null,
34844
+ "description": null,
34845
+ "name": "type",
34846
+ "type": {
34847
+ "kind": "NON_NULL",
34848
+ "name": null,
34849
+ "ofType": {
34850
+ "kind": "ENUM",
34851
+ "name": "FieldConfigType",
34852
+ "ofType": null
34853
+ }
34854
+ }
34855
+ },
34856
+ {
34857
+ "defaultValue": null,
34858
+ "description": null,
34859
+ "name": "count",
34860
+ "type": {
34861
+ "kind": "SCALAR",
34862
+ "name": "Int",
34863
+ "ofType": null
34864
+ }
34865
+ },
34866
+ {
34867
+ "defaultValue": null,
34868
+ "description": null,
34869
+ "name": "field",
34870
+ "type": {
34871
+ "kind": "SCALAR",
34872
+ "name": "String",
34873
+ "ofType": null
34874
+ }
34875
+ }
34876
+ ],
34877
+ "interfaces": null,
34878
+ "kind": "INPUT_OBJECT",
34879
+ "name": "FieldConfigInput",
34880
+ "possibleTypes": null
34881
+ },
34882
+ {
34883
+ "description": null,
34884
+ "enumValues": [
34885
+ {
34886
+ "deprecationReason": null,
34887
+ "description": null,
34888
+ "isDeprecated": false,
34889
+ "name": "FIRST"
34890
+ },
34891
+ {
34892
+ "deprecationReason": null,
34893
+ "description": null,
34894
+ "isDeprecated": false,
34895
+ "name": "LAST"
34896
+ }
34897
+ ],
34898
+ "fields": null,
34899
+ "inputFields": null,
34900
+ "interfaces": null,
34901
+ "kind": "ENUM",
34902
+ "name": "FieldConfigType",
34903
+ "possibleTypes": null
34904
+ },
34809
34905
  {
34810
34906
  "description": null,
34811
34907
  "enumValues": null,
@@ -36308,6 +36404,46 @@
36308
36404
  "name": "String",
36309
36405
  "ofType": null
36310
36406
  }
36407
+ },
36408
+ {
36409
+ "args": [],
36410
+ "deprecationReason": null,
36411
+ "description": null,
36412
+ "isDeprecated": false,
36413
+ "name": "supportsFieldRange",
36414
+ "type": {
36415
+ "kind": "NON_NULL",
36416
+ "name": null,
36417
+ "ofType": {
36418
+ "kind": "SCALAR",
36419
+ "name": "Boolean",
36420
+ "ofType": null
36421
+ }
36422
+ }
36423
+ },
36424
+ {
36425
+ "args": [],
36426
+ "deprecationReason": null,
36427
+ "description": null,
36428
+ "isDeprecated": false,
36429
+ "name": "supportedOutputTypes",
36430
+ "type": {
36431
+ "kind": "NON_NULL",
36432
+ "name": null,
36433
+ "ofType": {
36434
+ "kind": "LIST",
36435
+ "name": null,
36436
+ "ofType": {
36437
+ "kind": "NON_NULL",
36438
+ "name": null,
36439
+ "ofType": {
36440
+ "kind": "SCALAR",
36441
+ "name": "String",
36442
+ "ofType": null
36443
+ }
36444
+ }
36445
+ }
36446
+ }
36311
36447
  }
36312
36448
  ],
36313
36449
  "inputFields": null,
@@ -85805,6 +85941,26 @@
85805
85941
  "ofType": null
85806
85942
  }
85807
85943
  },
85944
+ {
85945
+ "args": [],
85946
+ "deprecationReason": null,
85947
+ "description": null,
85948
+ "isDeprecated": false,
85949
+ "name": "fieldConfigList",
85950
+ "type": {
85951
+ "kind": "LIST",
85952
+ "name": null,
85953
+ "ofType": {
85954
+ "kind": "NON_NULL",
85955
+ "name": null,
85956
+ "ofType": {
85957
+ "kind": "OBJECT",
85958
+ "name": "FieldConfig",
85959
+ "ofType": null
85960
+ }
85961
+ }
85962
+ }
85963
+ },
85808
85964
  {
85809
85965
  "args": [],
85810
85966
  "deprecationReason": null,
@@ -85911,6 +86067,57 @@
85911
86067
  "name": "ClassificationCategories",
85912
86068
  "possibleTypes": null
85913
86069
  },
86070
+ {
86071
+ "description": null,
86072
+ "enumValues": null,
86073
+ "fields": [
86074
+ {
86075
+ "args": [],
86076
+ "deprecationReason": null,
86077
+ "description": null,
86078
+ "isDeprecated": false,
86079
+ "name": "type",
86080
+ "type": {
86081
+ "kind": "NON_NULL",
86082
+ "name": null,
86083
+ "ofType": {
86084
+ "kind": "ENUM",
86085
+ "name": "FieldConfigType",
86086
+ "ofType": null
86087
+ }
86088
+ }
86089
+ },
86090
+ {
86091
+ "args": [],
86092
+ "deprecationReason": null,
86093
+ "description": null,
86094
+ "isDeprecated": false,
86095
+ "name": "count",
86096
+ "type": {
86097
+ "kind": "SCALAR",
86098
+ "name": "Int",
86099
+ "ofType": null
86100
+ }
86101
+ },
86102
+ {
86103
+ "args": [],
86104
+ "deprecationReason": null,
86105
+ "description": null,
86106
+ "isDeprecated": false,
86107
+ "name": "field",
86108
+ "type": {
86109
+ "kind": "SCALAR",
86110
+ "name": "String",
86111
+ "ofType": null
86112
+ }
86113
+ }
86114
+ ],
86115
+ "inputFields": null,
86116
+ "interfaces": [],
86117
+ "kind": "OBJECT",
86118
+ "name": "FieldConfig",
86119
+ "possibleTypes": null
86120
+ },
85914
86121
  {
85915
86122
  "description": null,
85916
86123
  "enumValues": null,
@@ -2202,6 +2202,17 @@ class FacetType(sgqlc.types.Enum):
2202
2202
  )
2203
2203
 
2204
2204
 
2205
+ class FieldConfigType(sgqlc.types.Enum):
2206
+ """Enumeration Choices:
2207
+
2208
+ * `FIRST`None
2209
+ * `LAST`None
2210
+ """
2211
+
2212
+ __schema__ = schema
2213
+ __choices__ = ("FIRST", "LAST")
2214
+
2215
+
2205
2216
  class FieldHealthMetrics(sgqlc.types.Enum):
2206
2217
  """Field Health monitor opt-in metrics.
2207
2218
 
@@ -6933,6 +6944,16 @@ class ExtendedDataSourceInput(sgqlc.types.Input):
6933
6944
  """Timeout for the SQL query."""
6934
6945
 
6935
6946
 
6947
+ class FieldConfigInput(sgqlc.types.Input):
6948
+ __schema__ = schema
6949
+ __field_names__ = ("type", "count", "field")
6950
+ type = sgqlc.types.Field(sgqlc.types.non_null(FieldConfigType), graphql_name="type")
6951
+
6952
+ count = sgqlc.types.Field(Int, graphql_name="count")
6953
+
6954
+ field = sgqlc.types.Field(String, graphql_name="field")
6955
+
6956
+
6936
6957
  class FieldMetricFilterInput(sgqlc.types.Input):
6937
6958
  __schema__ = schema
6938
6959
  __field_names__ = ("field_name", "operator", "value")
@@ -9828,6 +9849,7 @@ class TransformInput(sgqlc.types.Input):
9828
9849
  "categories",
9829
9850
  "model_connection_id",
9830
9851
  "output_type",
9852
+ "field_config_list",
9831
9853
  "function",
9832
9854
  "field",
9833
9855
  "id",
@@ -9845,6 +9867,10 @@ class TransformInput(sgqlc.types.Input):
9845
9867
 
9846
9868
  output_type = sgqlc.types.Field(String, graphql_name="outputType")
9847
9869
 
9870
+ field_config_list = sgqlc.types.Field(
9871
+ sgqlc.types.list_of(sgqlc.types.non_null(FieldConfigInput)), graphql_name="fieldConfigList"
9872
+ )
9873
+
9848
9874
  function = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="function")
9849
9875
 
9850
9876
  field = sgqlc.types.Field(String, graphql_name="field")
@@ -20471,6 +20497,16 @@ class FieldChange(sgqlc.types.Type):
20471
20497
  """Change to M2M field"""
20472
20498
 
20473
20499
 
20500
+ class FieldConfig(sgqlc.types.Type):
20501
+ __schema__ = schema
20502
+ __field_names__ = ("type", "count", "field")
20503
+ type = sgqlc.types.Field(sgqlc.types.non_null(FieldConfigType), graphql_name="type")
20504
+
20505
+ count = sgqlc.types.Field(Int, graphql_name="count")
20506
+
20507
+ field = sgqlc.types.Field(String, graphql_name="field")
20508
+
20509
+
20474
20510
  class FieldDistRcaData(sgqlc.types.Type):
20475
20511
  __schema__ = schema
20476
20512
  __field_names__ = ("time_field", "anom_time", "explanatory_field", "val")
@@ -46344,6 +46380,10 @@ class Query(sgqlc.types.Type):
46344
46380
  sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
46345
46381
  ),
46346
46382
  ),
46383
+ (
46384
+ "mandatory_only",
46385
+ sgqlc.types.Arg(Boolean, graphql_name="mandatoryOnly", default=None),
46386
+ ),
46347
46387
  )
46348
46388
  ),
46349
46389
  )
@@ -46352,6 +46392,8 @@ class Query(sgqlc.types.Type):
46352
46392
  Arguments:
46353
46393
 
46354
46394
  * `integration_id` (`UUID!`): The integration ID
46395
+ * `mandatory_only` (`Boolean`): If true, return only mandatory
46396
+ fields
46355
46397
  """
46356
46398
 
46357
46399
  get_servicenow_users = sgqlc.types.Field(
@@ -46462,7 +46504,7 @@ class Query(sgqlc.types.Type):
46462
46504
  * `username` (`String`): The ServiceNow username for basic
46463
46505
  authentication. DEPRECATED: Use credentials instead.
46464
46506
  * `password` (`String`): The user's password for basic
46465
- authentication.DEPRECATED: Use credentials instead.
46507
+ authentication. DEPRECATED: Use credentials instead.
46466
46508
  * `credentials` (`ServiceNowCredentialsUnionInput`): The
46467
46509
  ServiceNow credentials
46468
46510
  * `options` (`ServiceNowIntegrationOptionsInput`): Options for
@@ -65350,6 +65392,7 @@ class Transform(sgqlc.types.Type):
65350
65392
  "categories",
65351
65393
  "model_connection_id",
65352
65394
  "output_type",
65395
+ "field_config_list",
65353
65396
  "function",
65354
65397
  "field",
65355
65398
  "id",
@@ -65367,6 +65410,10 @@ class Transform(sgqlc.types.Type):
65367
65410
 
65368
65411
  output_type = sgqlc.types.Field(String, graphql_name="outputType")
65369
65412
 
65413
+ field_config_list = sgqlc.types.Field(
65414
+ sgqlc.types.list_of(sgqlc.types.non_null(FieldConfig)), graphql_name="fieldConfigList"
65415
+ )
65416
+
65370
65417
  function = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="function")
65371
65418
 
65372
65419
  field = sgqlc.types.Field(String, graphql_name="field")
@@ -65388,6 +65435,8 @@ class TransformFunction(sgqlc.types.Type):
65388
65435
  "prompt",
65389
65436
  "score_field",
65390
65437
  "output_type",
65438
+ "supports_field_range",
65439
+ "supported_output_types",
65391
65440
  )
65392
65441
  name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="name")
65393
65442
 
@@ -65419,6 +65468,15 @@ class TransformFunction(sgqlc.types.Type):
65419
65468
 
65420
65469
  output_type = sgqlc.types.Field(String, graphql_name="outputType")
65421
65470
 
65471
+ supports_field_range = sgqlc.types.Field(
65472
+ sgqlc.types.non_null(Boolean), graphql_name="supportsFieldRange"
65473
+ )
65474
+
65475
+ supported_output_types = sgqlc.types.Field(
65476
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))),
65477
+ graphql_name="supportedOutputTypes",
65478
+ )
65479
+
65422
65480
 
65423
65481
  class TriggerCircuitBreakerRule(sgqlc.types.Type):
65424
65482
  """Run a custom rule as a circuit breaker immediately. Supports rules
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.137
3
+ Version: 0.10.139
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes