stigg-api-client 1.93.0__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 +10 -1
- {stigg_api_client-1.93.0.dist-info → stigg_api_client-1.94.2.dist-info}/METADATA +1 -1
- {stigg_api_client-1.93.0.dist-info → stigg_api_client-1.94.2.dist-info}/RECORD +5 -5
- {stigg_api_client-1.93.0.dist-info → stigg_api_client-1.94.2.dist-info}/LICENSE +0 -0
- {stigg_api_client-1.93.0.dist-info → stigg_api_client-1.94.2.dist-info}/WHEEL +0 -0
stigg/generated/schema.py
CHANGED
|
@@ -6665,10 +6665,11 @@ class PackageAlreadyPublishedError(sgqlc.types.Type):
|
|
|
6665
6665
|
|
|
6666
6666
|
class PackageChanges(sgqlc.types.Type):
|
|
6667
6667
|
__schema__ = schema
|
|
6668
|
-
__field_names__ = ('additional_meta_data', 'base_plan', 'compatible_addons', 'default_trial_config', 'dependencies', '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')
|
|
6669
6669
|
additional_meta_data = sgqlc.types.Field(AdditionalMetaDataChange, graphql_name='additionalMetaData')
|
|
6670
6670
|
base_plan = sgqlc.types.Field(BasePlanChange, graphql_name='basePlan')
|
|
6671
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')
|
|
6672
6673
|
default_trial_config = sgqlc.types.Field(DefaultTrialConfigChange, graphql_name='defaultTrialConfig')
|
|
6673
6674
|
dependencies = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(AddonDependencyChange)), graphql_name='dependencies')
|
|
6674
6675
|
description = sgqlc.types.Field('StringChangeDTO', graphql_name='description')
|
|
@@ -7202,6 +7203,14 @@ class PlanCompatibleAddonChange(sgqlc.types.Type):
|
|
|
7202
7203
|
change_type = sgqlc.types.Field(ChangeType, graphql_name='changeType')
|
|
7203
7204
|
|
|
7204
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
|
+
|
|
7205
7214
|
class PlanConnection(sgqlc.types.relay.Connection):
|
|
7206
7215
|
__schema__ = schema
|
|
7207
7216
|
__field_names__ = ('edges', 'page_info', 'total_count')
|
|
@@ -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=
|
|
6
|
-
stigg_api_client-1.
|
|
7
|
-
stigg_api_client-1.
|
|
8
|
-
stigg_api_client-1.
|
|
9
|
-
stigg_api_client-1.
|
|
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,,
|
|
File without changes
|
|
File without changes
|