stigg-api-client 2.162.0__tar.gz → 2.163.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.162.0
3
+ Version: 2.163.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.162.0"
3
+ version = "2.163.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -8572,7 +8572,7 @@ class RecalculateEntitlementsResult(sgqlc.types.Type):
8572
8572
  class ResyncIntegrationResult(sgqlc.types.Type):
8573
8573
  __schema__ = schema
8574
8574
  __field_names__ = ('task_id',)
8575
- task_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='taskId')
8575
+ task_id = sgqlc.types.Field(String, graphql_name='taskId')
8576
8576
 
8577
8577
 
8578
8578
  class SalesforceCredentials(sgqlc.types.Type):