stigg-api-client 1.91.1__py3-none-any.whl → 1.94.2__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
@@ -4278,6 +4278,14 @@ class AddonDeleteResponse(sgqlc.types.Type):
4278
4278
  version_number = sgqlc.types.Field(Int, graphql_name='versionNumber')
4279
4279
 
4280
4280
 
4281
+ class AddonDependencyChange(sgqlc.types.Type):
4282
+ __schema__ = schema
4283
+ __field_names__ = ('after', 'before', 'change_type')
4284
+ after = sgqlc.types.Field(Addon, graphql_name='after')
4285
+ before = sgqlc.types.Field(Addon, graphql_name='before')
4286
+ change_type = sgqlc.types.Field(ChangeType, graphql_name='changeType')
4287
+
4288
+
4281
4289
  class AddonEdge(sgqlc.types.Type):
4282
4290
  __schema__ = schema
4283
4291
  __field_names__ = ('cursor', 'node')
@@ -6657,11 +6665,13 @@ class PackageAlreadyPublishedError(sgqlc.types.Type):
6657
6665
 
6658
6666
  class PackageChanges(sgqlc.types.Type):
6659
6667
  __schema__ = schema
6660
- __field_names__ = ('additional_meta_data', 'base_plan', 'compatible_addons', 'default_trial_config', 'description', 'display_name', 'entitlements', 'hidden_from_widgets', 'max_quantity', 'overage_prices', 'prices', 'pricing_type', 'total_changes')
6668
+ __field_names__ = ('additional_meta_data', 'base_plan', 'compatible_addons', 'compatible_package_groups', 'default_trial_config', 'dependencies', 'description', 'display_name', 'entitlements', 'hidden_from_widgets', 'max_quantity', 'overage_prices', 'prices', 'pricing_type', 'total_changes')
6661
6669
  additional_meta_data = sgqlc.types.Field(AdditionalMetaDataChange, graphql_name='additionalMetaData')
6662
6670
  base_plan = sgqlc.types.Field(BasePlanChange, graphql_name='basePlan')
6663
6671
  compatible_addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PlanCompatibleAddonChange')), graphql_name='compatibleAddons')
6672
+ compatible_package_groups = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PlanCompatiblePackageGroupChange')), graphql_name='compatiblePackageGroups')
6664
6673
  default_trial_config = sgqlc.types.Field(DefaultTrialConfigChange, graphql_name='defaultTrialConfig')
6674
+ dependencies = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(AddonDependencyChange)), graphql_name='dependencies')
6665
6675
  description = sgqlc.types.Field('StringChangeDTO', graphql_name='description')
6666
6676
  display_name = sgqlc.types.Field('StringChangeDTO', graphql_name='displayName')
6667
6677
  entitlements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('PackageEntitlementChange'))), graphql_name='entitlements')
@@ -7193,6 +7203,14 @@ class PlanCompatibleAddonChange(sgqlc.types.Type):
7193
7203
  change_type = sgqlc.types.Field(ChangeType, graphql_name='changeType')
7194
7204
 
7195
7205
 
7206
+ class PlanCompatiblePackageGroupChange(sgqlc.types.Type):
7207
+ __schema__ = schema
7208
+ __field_names__ = ('after', 'before', 'change_type')
7209
+ after = sgqlc.types.Field(PackageGroup, graphql_name='after')
7210
+ before = sgqlc.types.Field(PackageGroup, graphql_name='before')
7211
+ change_type = sgqlc.types.Field(ChangeType, graphql_name='changeType')
7212
+
7213
+
7196
7214
  class PlanConnection(sgqlc.types.relay.Connection):
7197
7215
  __schema__ = schema
7198
7216
  __field_names__ = ('edges', 'page_info', 'total_count')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 1.91.1
3
+ Version: 1.94.2
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=MqB46ad-aEuRAJpwyxE3c0RXUJCFvFZXeT5AAwDwFJI,65876
5
- stigg/generated/schema.py,sha256=F4jJDNR3vmX_YCAq5TSEn5GapZDn8p9FFxgmuqN0RgE,567344
6
- stigg_api_client-1.91.1.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-1.91.1.dist-info/METADATA,sha256=iQWu2WHjZZAQYfp_yvhvs2Cm6hk9iNJLocMWV8gp8sc,3197
8
- stigg_api_client-1.91.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-1.91.1.dist-info/RECORD,,
5
+ stigg/generated/schema.py,sha256=T0GQwVaaCbXlny8NPM_xjARAxO5QgAprN0_hhueWOls,568365
6
+ stigg_api_client-1.94.2.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-1.94.2.dist-info/METADATA,sha256=Vip9jtBTxzPN4wBZCUg6y1ED_odRggCb-DHVZFwswUU,3197
8
+ stigg_api_client-1.94.2.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-1.94.2.dist-info/RECORD,,