stigg-api-client 1.85.2__tar.gz → 1.87.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.
- {stigg_api_client-1.85.2 → stigg_api_client-1.87.0}/PKG-INFO +1 -1
- {stigg_api_client-1.85.2 → stigg_api_client-1.87.0}/pyproject.toml +1 -1
- {stigg_api_client-1.85.2 → stigg_api_client-1.87.0}/stigg/generated/schema.py +8 -4
- {stigg_api_client-1.85.2 → stigg_api_client-1.87.0}/LICENSE +0 -0
- {stigg_api_client-1.85.2 → stigg_api_client-1.87.0}/README.md +0 -0
- {stigg_api_client-1.85.2 → stigg_api_client-1.87.0}/stigg/__init__.py +0 -0
- {stigg_api_client-1.85.2 → stigg_api_client-1.87.0}/stigg/client.py +0 -0
- {stigg_api_client-1.85.2 → stigg_api_client-1.87.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-1.85.2 → stigg_api_client-1.87.0}/stigg/generated/operations.py +0 -0
|
@@ -518,10 +518,11 @@ class AddCompatibleAddonsToPlanInput(sgqlc.types.Input):
|
|
|
518
518
|
|
|
519
519
|
class AddonCreateInput(sgqlc.types.Input):
|
|
520
520
|
__schema__ = schema
|
|
521
|
-
__field_names__ = ('additional_meta_data', 'aws_marketplace_plan_dimension', 'billing_id', 'description', 'display_name', 'environment_id', 'hidden_from_widgets', 'max_quantity', 'pricing_type', 'product_id', 'ref_id', 'status')
|
|
521
|
+
__field_names__ = ('additional_meta_data', 'aws_marketplace_plan_dimension', 'billing_id', 'dependencies', 'description', 'display_name', 'environment_id', 'hidden_from_widgets', 'max_quantity', 'pricing_type', 'product_id', 'ref_id', 'status')
|
|
522
522
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
523
523
|
aws_marketplace_plan_dimension = sgqlc.types.Field(String, graphql_name='awsMarketplacePlanDimension')
|
|
524
524
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
525
|
+
dependencies = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='dependencies')
|
|
525
526
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
526
527
|
display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
|
|
527
528
|
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
@@ -564,9 +565,10 @@ class AddonSort(sgqlc.types.Input):
|
|
|
564
565
|
|
|
565
566
|
class AddonUpdateInput(sgqlc.types.Input):
|
|
566
567
|
__schema__ = schema
|
|
567
|
-
__field_names__ = ('additional_meta_data', 'billing_id', 'description', 'display_name', 'hidden_from_widgets', 'id', 'max_quantity', 'status')
|
|
568
|
+
__field_names__ = ('additional_meta_data', 'billing_id', 'dependencies', 'description', 'display_name', 'hidden_from_widgets', 'id', 'max_quantity', 'status')
|
|
568
569
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
569
570
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
571
|
+
dependencies = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='dependencies')
|
|
570
572
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
571
573
|
display_name = sgqlc.types.Field(String, graphql_name='displayName')
|
|
572
574
|
hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
|
|
@@ -4158,11 +4160,12 @@ class AdditionalMetaDataChange(sgqlc.types.Type):
|
|
|
4158
4160
|
|
|
4159
4161
|
class Addon(sgqlc.types.Type):
|
|
4160
4162
|
__schema__ = schema
|
|
4161
|
-
__field_names__ = ('additional_meta_data', 'billing_id', 'billing_link_url', 'created_at', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment', 'environment_id', 'has_subscriptions', 'hidden_from_widgets', 'id', 'is_latest', 'max_quantity', 'overage_prices', 'prices', 'pricing_type', 'product', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
|
|
4163
|
+
__field_names__ = ('additional_meta_data', 'billing_id', 'billing_link_url', 'created_at', 'dependencies', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment', 'environment_id', 'has_subscriptions', 'hidden_from_widgets', 'id', 'is_latest', 'max_quantity', 'overage_prices', 'prices', 'pricing_type', 'product', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
|
|
4162
4164
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
4163
4165
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
4164
4166
|
billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
|
|
4165
4167
|
created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
|
|
4168
|
+
dependencies = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Addon')), graphql_name='dependencies')
|
|
4166
4169
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
4167
4170
|
display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
|
|
4168
4171
|
draft_details = sgqlc.types.Field('PackageDraftDetails', graphql_name='draftDetails')
|
|
@@ -4254,11 +4257,12 @@ class AddonCountAggregate(sgqlc.types.Type):
|
|
|
4254
4257
|
|
|
4255
4258
|
class AddonDeleteResponse(sgqlc.types.Type):
|
|
4256
4259
|
__schema__ = schema
|
|
4257
|
-
__field_names__ = ('additional_meta_data', 'billing_id', 'billing_link_url', 'created_at', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment_id', 'hidden_from_widgets', 'id', 'is_latest', 'max_quantity', 'overage_prices', 'prices', 'pricing_type', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
|
|
4260
|
+
__field_names__ = ('additional_meta_data', 'billing_id', 'billing_link_url', 'created_at', 'dependencies', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment_id', 'hidden_from_widgets', 'id', 'is_latest', 'max_quantity', 'overage_prices', 'prices', 'pricing_type', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
|
|
4258
4261
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
4259
4262
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
4260
4263
|
billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
|
|
4261
4264
|
created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
|
|
4265
|
+
dependencies = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(Addon)), graphql_name='dependencies')
|
|
4262
4266
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
4263
4267
|
display_name = sgqlc.types.Field(String, graphql_name='displayName')
|
|
4264
4268
|
draft_details = sgqlc.types.Field('PackageDraftDetails', graphql_name='draftDetails')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|