stigg-api-client 2.296.1__py3-none-any.whl → 2.300.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 CHANGED
@@ -3440,8 +3440,9 @@ class ReportUsageInput(sgqlc.types.Input):
3440
3440
 
3441
3441
  class ResyncIntegrationInput(sgqlc.types.Input):
3442
3442
  __schema__ = schema
3443
- __field_names__ = ('environment_id', 'recalculate_entitlements', 'vendor_identifier')
3443
+ __field_names__ = ('environment_id', 'integration_id', 'recalculate_entitlements', 'vendor_identifier')
3444
3444
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
3445
+ integration_id = sgqlc.types.Field(String, graphql_name='integrationId')
3445
3446
  recalculate_entitlements = sgqlc.types.Field(Boolean, graphql_name='recalculateEntitlements')
3446
3447
  vendor_identifier = sgqlc.types.Field(sgqlc.types.non_null(VendorIdentifier), graphql_name='vendorIdentifier')
3447
3448
 
@@ -8588,7 +8589,7 @@ class Query(sgqlc.types.Type):
8588
8589
  )
8589
8590
  event_logs = sgqlc.types.Field(sgqlc.types.non_null(EventLogConnection), graphql_name='eventLogs', args=sgqlc.types.ArgDict((
8590
8591
  ('filter', sgqlc.types.Arg(sgqlc.types.non_null(EventLogFilter), graphql_name='filter', default=None)),
8591
- ('paging', sgqlc.types.Arg(CursorPaging, graphql_name='paging', default={'first': 50})),
8592
+ ('paging', sgqlc.types.Arg(CursorPaging, graphql_name='paging', default={'first': 10})),
8592
8593
  ('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(EventLogSort)), graphql_name='sorting', default=[{'direction': 'DESC', 'field': 'createdAt'}])),
8593
8594
  ))
8594
8595
  )
@@ -8801,7 +8802,8 @@ class RecalculateEntitlementsResult(sgqlc.types.Type):
8801
8802
 
8802
8803
  class ResyncIntegrationResult(sgqlc.types.Type):
8803
8804
  __schema__ = schema
8804
- __field_names__ = ('task_id',)
8805
+ __field_names__ = ('integration_id', 'task_id')
8806
+ integration_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='integrationId')
8805
8807
  task_id = sgqlc.types.Field(String, graphql_name='taskId')
8806
8808
 
8807
8809
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 2.296.1
3
+ Version: 2.300.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -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=7Q-QAtQWqKsKfMtv-aUjKVmm4WWBLztYf9lCqN3vbGw,79480
5
- stigg/generated/schema.py,sha256=3rUDfkFY0_XOsfCNq2YtKilCu5wDAS9gdhNxw16UyQw,634822
6
- stigg_api_client-2.296.1.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-2.296.1.dist-info/METADATA,sha256=0W9baXDaOlz-V294LQzzrVBPPFRNvtAsgJphOMYTps4,3198
8
- stigg_api_client-2.296.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-2.296.1.dist-info/RECORD,,
5
+ stigg/generated/schema.py,sha256=dx95A_nrfUw9kH4_oTR9EfzJbK5ecGffF3KzvEiTW7g,635033
6
+ stigg_api_client-2.300.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-2.300.0.dist-info/METADATA,sha256=rjnFiCChe0xmGZKLTIDpQbkSthUOJYRl2aV4sCBzQ50,3198
8
+ stigg_api_client-2.300.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-2.300.0.dist-info/RECORD,,