stigg-api-client 1.172.1__py3-none-any.whl → 1.175.0__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 stigg-api-client might be problematic. Click here for more details.
- stigg/generated/schema.py +8 -4
- {stigg_api_client-1.172.1.dist-info → stigg_api_client-1.175.0.dist-info}/METADATA +1 -1
- {stigg_api_client-1.172.1.dist-info → stigg_api_client-1.175.0.dist-info}/RECORD +5 -5
- {stigg_api_client-1.172.1.dist-info → stigg_api_client-1.175.0.dist-info}/LICENSE +0 -0
- {stigg_api_client-1.172.1.dist-info → stigg_api_client-1.175.0.dist-info}/WHEEL +0 -0
stigg/generated/schema.py
CHANGED
|
@@ -998,7 +998,8 @@ class CreateExperimentInput(sgqlc.types.Input):
|
|
|
998
998
|
|
|
999
999
|
class CreateHook(sgqlc.types.Input):
|
|
1000
1000
|
__schema__ = schema
|
|
1001
|
-
__field_names__ = ('created_at', 'description', 'endpoint', 'environment_id', 'event_log_types', 'id', 'secret_key', 'status')
|
|
1001
|
+
__field_names__ = ('configuration', 'created_at', 'description', 'endpoint', 'environment_id', 'event_log_types', 'id', 'secret_key', 'status')
|
|
1002
|
+
configuration = sgqlc.types.Field(JSON, graphql_name='configuration')
|
|
1002
1003
|
created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
|
|
1003
1004
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
1004
1005
|
endpoint = sgqlc.types.Field(String, graphql_name='endpoint')
|
|
@@ -3913,7 +3914,8 @@ class UpdateFeatureInput(sgqlc.types.Input):
|
|
|
3913
3914
|
|
|
3914
3915
|
class UpdateHook(sgqlc.types.Input):
|
|
3915
3916
|
__schema__ = schema
|
|
3916
|
-
__field_names__ = ('created_at', 'description', 'endpoint', 'environment_id', 'event_log_types', 'id', 'secret_key', 'status')
|
|
3917
|
+
__field_names__ = ('configuration', 'created_at', 'description', 'endpoint', 'environment_id', 'event_log_types', 'id', 'secret_key', 'status')
|
|
3918
|
+
configuration = sgqlc.types.Field(JSON, graphql_name='configuration')
|
|
3917
3919
|
created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
|
|
3918
3920
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
3919
3921
|
endpoint = sgqlc.types.Field(String, graphql_name='endpoint')
|
|
@@ -5833,8 +5835,9 @@ class HiddenFromWidgetsChange(sgqlc.types.Type):
|
|
|
5833
5835
|
|
|
5834
5836
|
class Hook(sgqlc.types.Type):
|
|
5835
5837
|
__schema__ = schema
|
|
5836
|
-
__field_names__ = ('account', 'created_at', 'description', 'endpoint', 'environment', 'environment_id', 'event_log_types', 'id', 'secret_key', 'status')
|
|
5838
|
+
__field_names__ = ('account', 'configuration', 'created_at', 'description', 'endpoint', 'environment', 'environment_id', 'event_log_types', 'id', 'secret_key', 'status')
|
|
5837
5839
|
account = sgqlc.types.Field(Account, graphql_name='account')
|
|
5840
|
+
configuration = sgqlc.types.Field(JSON, graphql_name='configuration')
|
|
5838
5841
|
created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
|
|
5839
5842
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
5840
5843
|
endpoint = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='endpoint')
|
|
@@ -5876,7 +5879,8 @@ class HookCountAggregate(sgqlc.types.Type):
|
|
|
5876
5879
|
|
|
5877
5880
|
class HookDeleteResponse(sgqlc.types.Type):
|
|
5878
5881
|
__schema__ = schema
|
|
5879
|
-
__field_names__ = ('created_at', 'description', 'endpoint', 'environment_id', 'event_log_types', 'id', 'secret_key', 'status')
|
|
5882
|
+
__field_names__ = ('configuration', 'created_at', 'description', 'endpoint', 'environment_id', 'event_log_types', 'id', 'secret_key', 'status')
|
|
5883
|
+
configuration = sgqlc.types.Field(JSON, graphql_name='configuration')
|
|
5880
5884
|
created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
|
|
5881
5885
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
5882
5886
|
endpoint = sgqlc.types.Field(String, graphql_name='endpoint')
|
|
@@ -2,8 +2,8 @@ stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
|
2
2
|
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
3
|
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
stigg/generated/operations.py,sha256=mA401xlRgdYJDGJORvOQi89zw69K1dFQtkdVvGMzFBQ,68731
|
|
5
|
-
stigg/generated/schema.py,sha256=
|
|
6
|
-
stigg_api_client-1.
|
|
7
|
-
stigg_api_client-1.
|
|
8
|
-
stigg_api_client-1.
|
|
9
|
-
stigg_api_client-1.
|
|
5
|
+
stigg/generated/schema.py,sha256=jB4s2fnYOVvfwO_qnUWng_Vdy_SWOuTlNk9EU0YvYOE,584457
|
|
6
|
+
stigg_api_client-1.175.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-1.175.0.dist-info/METADATA,sha256=ZmRI3wkZ5XhCa4ALhA2VyfFFt8EaiJcp0ZPpUtdKdU8,3198
|
|
8
|
+
stigg_api_client-1.175.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-1.175.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|