stigg-api-client 1.97.2__tar.gz → 1.98.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: 1.97.2
3
+ Version: 1.98.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 = "1.97.2"
3
+ version = "1.98.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -3129,7 +3129,8 @@ class SetPlanCompatiblePackageGroup(sgqlc.types.Input):
3129
3129
 
3130
3130
  class SetPlanCompatiblePackageGroupOptions(sgqlc.types.Input):
3131
3131
  __schema__ = schema
3132
- __field_names__ = ('min_items',)
3132
+ __field_names__ = ('free_items', 'min_items')
3133
+ free_items = sgqlc.types.Field(Float, graphql_name='freeItems')
3133
3134
  min_items = sgqlc.types.Field(Float, graphql_name='minItems')
3134
3135
 
3135
3136
 
@@ -7203,7 +7204,8 @@ class PlanCompatiblePackageGroupChange(sgqlc.types.Type):
7203
7204
 
7204
7205
  class PlanCompatiblePackageGroupOptions(sgqlc.types.Type):
7205
7206
  __schema__ = schema
7206
- __field_names__ = ('min_items',)
7207
+ __field_names__ = ('free_items', 'min_items')
7208
+ free_items = sgqlc.types.Field(Float, graphql_name='freeItems')
7207
7209
  min_items = sgqlc.types.Field(Float, graphql_name='minItems')
7208
7210
 
7209
7211