stigg-api-client 1.116.1__tar.gz → 1.117.2__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.116.1
3
+ Version: 1.117.2
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.116.1"
3
+ version = "1.117.2"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -258,6 +258,11 @@ class MonthlyAccordingTo(sgqlc.types.Enum):
258
258
  __choices__ = ('StartOfTheMonth', 'SubscriptionStart')
259
259
 
260
260
 
261
+ class OverageBillingPeriod(sgqlc.types.Enum):
262
+ __schema__ = schema
263
+ __choices__ = ('MONTHLY', 'ON_SUBSCRIPTION_RENEWAL')
264
+
265
+
261
266
  class PackageDTOSortFields(sgqlc.types.Enum):
262
267
  __schema__ = schema
263
268
  __choices__ = ('billingId', 'createdAt', 'description', 'displayName', 'environmentId', 'id', 'isLatest', 'pricingType', 'productId', 'refId', 'status', 'updatedAt', 'versionNumber')
@@ -2442,8 +2447,9 @@ class PackageGroupStatusFilterComparison(sgqlc.types.Input):
2442
2447
 
2443
2448
  class PackagePricingInput(sgqlc.types.Input):
2444
2449
  __schema__ = schema
2445
- __field_names__ = ('environment_id', 'overage_pricing_models', 'package_id', 'pricing_model', 'pricing_models', 'pricing_type')
2450
+ __field_names__ = ('environment_id', 'overage_billing_period', 'overage_pricing_models', 'package_id', 'pricing_model', 'pricing_models', 'pricing_type')
2446
2451
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
2452
+ overage_billing_period = sgqlc.types.Field(OverageBillingPeriod, graphql_name='overageBillingPeriod')
2447
2453
  overage_pricing_models = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(OveragePricingModelCreateInput)), graphql_name='overagePricingModels')
2448
2454
  package_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='packageId')
2449
2455
  pricing_model = sgqlc.types.Field('PricingModelCreateInput', graphql_name='pricingModel')
@@ -4145,7 +4151,7 @@ class AdditionalMetaDataChange(sgqlc.types.Type):
4145
4151
 
4146
4152
  class Addon(sgqlc.types.Type):
4147
4153
  __schema__ = schema
4148
- __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')
4154
+ __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_billing_period', 'overage_prices', 'prices', 'pricing_type', 'product', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
4149
4155
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
4150
4156
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
4151
4157
  billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
@@ -4163,6 +4169,7 @@ class Addon(sgqlc.types.Type):
4163
4169
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
4164
4170
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
4165
4171
  max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4172
+ overage_billing_period = sgqlc.types.Field(OverageBillingPeriod, graphql_name='overageBillingPeriod')
4166
4173
  overage_prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='overagePrices')
4167
4174
  prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='prices', args=sgqlc.types.ArgDict((
4168
4175
  ('filter', sgqlc.types.Arg(PriceFilter, graphql_name='filter', default={})),
@@ -4239,7 +4246,7 @@ class AddonCountAggregate(sgqlc.types.Type):
4239
4246
 
4240
4247
  class AddonDeleteResponse(sgqlc.types.Type):
4241
4248
  __schema__ = schema
4242
- __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')
4249
+ __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_billing_period', 'overage_prices', 'prices', 'pricing_type', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
4243
4250
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
4244
4251
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
4245
4252
  billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
@@ -4255,6 +4262,7 @@ class AddonDeleteResponse(sgqlc.types.Type):
4255
4262
  id = sgqlc.types.Field(String, graphql_name='id')
4256
4263
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
4257
4264
  max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4265
+ overage_billing_period = sgqlc.types.Field(OverageBillingPeriod, graphql_name='overageBillingPeriod')
4258
4266
  overage_prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='overagePrices')
4259
4267
  prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='prices')
4260
4268
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
@@ -6725,7 +6733,7 @@ class PackageChanges(sgqlc.types.Type):
6725
6733
 
6726
6734
  class PackageDTO(sgqlc.types.Type):
6727
6735
  __schema__ = schema
6728
- __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', 'overage_prices', 'prices', 'pricing_type', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
6736
+ __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', 'overage_billing_period', 'overage_prices', 'prices', 'pricing_type', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
6729
6737
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
6730
6738
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
6731
6739
  billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
@@ -6739,6 +6747,7 @@ class PackageDTO(sgqlc.types.Type):
6739
6747
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
6740
6748
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
6741
6749
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
6750
+ overage_billing_period = sgqlc.types.Field(OverageBillingPeriod, graphql_name='overageBillingPeriod')
6742
6751
  overage_prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='overagePrices')
6743
6752
  prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='prices')
6744
6753
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
@@ -7169,7 +7178,7 @@ class PaywallProduct(sgqlc.types.Type):
7169
7178
 
7170
7179
  class Plan(sgqlc.types.Type):
7171
7180
  __schema__ = schema
7172
- __field_names__ = ('additional_meta_data', 'aws_marketplace_plan_dimension', 'base_plan', 'billing_id', 'billing_link_url', 'compatible_addons', 'compatible_package_groups', 'created_at', 'default_trial_config', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment', 'environment_id', 'hidden_from_widgets', 'id', 'inherited_entitlements', 'is_latest', 'is_parent', 'overage_prices', 'prices', 'pricing_type', 'product', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
7181
+ __field_names__ = ('additional_meta_data', 'aws_marketplace_plan_dimension', 'base_plan', 'billing_id', 'billing_link_url', 'compatible_addons', 'compatible_package_groups', 'created_at', 'default_trial_config', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment', 'environment_id', 'hidden_from_widgets', 'id', 'inherited_entitlements', 'is_latest', 'is_parent', 'overage_billing_period', 'overage_prices', 'prices', 'pricing_type', 'product', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
7173
7182
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
7174
7183
  aws_marketplace_plan_dimension = sgqlc.types.Field(String, graphql_name='awsMarketplacePlanDimension')
7175
7184
  base_plan = sgqlc.types.Field('Plan', graphql_name='basePlan')
@@ -7198,6 +7207,7 @@ class Plan(sgqlc.types.Type):
7198
7207
  )
7199
7208
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
7200
7209
  is_parent = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isParent')
7210
+ overage_billing_period = sgqlc.types.Field(OverageBillingPeriod, graphql_name='overageBillingPeriod')
7201
7211
  overage_prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='overagePrices')
7202
7212
  prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='prices')
7203
7213
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')