stigg-api-client 2.192.0__tar.gz → 2.194.7__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.192.0
3
+ Version: 2.194.7
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.192.0"
3
+ version = "2.194.7"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -3349,8 +3349,9 @@ class ReportUsageInput(sgqlc.types.Input):
3349
3349
 
3350
3350
  class ResyncIntegrationInput(sgqlc.types.Input):
3351
3351
  __schema__ = schema
3352
- __field_names__ = ('environment_id', 'vendor_identifier')
3352
+ __field_names__ = ('environment_id', 'recalculate_entitlements', 'vendor_identifier')
3353
3353
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
3354
+ recalculate_entitlements = sgqlc.types.Field(Boolean, graphql_name='recalculateEntitlements')
3354
3355
  vendor_identifier = sgqlc.types.Field(sgqlc.types.non_null(VendorIdentifier), graphql_name='vendorIdentifier')
3355
3356
 
3356
3357