stigg-api-client 2.131.2__tar.gz → 2.141.0__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 stigg-api-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 2.131.2
3
+ Version: 2.141.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "stigg-api-client"
3
- version = "2.131.2"
3
+ version = "2.141.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -5805,7 +5805,9 @@ class EventLogMinAggregate(sgqlc.types.Type):
5805
5805
 
5806
5806
  class EventRequest(sgqlc.types.Type):
5807
5807
  __schema__ = schema
5808
- __field_names__ = ('trace_id',)
5808
+ __field_names__ = ('body', 'response', 'trace_id')
5809
+ body = sgqlc.types.Field(JSON, graphql_name='body')
5810
+ response = sgqlc.types.Field(JSON, graphql_name='response')
5809
5811
  trace_id = sgqlc.types.Field(String, graphql_name='traceId')
5810
5812
 
5811
5813