stigg-api-client 3.96.0__tar.gz → 3.97.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-3.96.0 → stigg_api_client-3.97.0}/PKG-INFO +1 -1
- {stigg_api_client-3.96.0 → stigg_api_client-3.97.0}/pyproject.toml +1 -1
- {stigg_api_client-3.96.0 → stigg_api_client-3.97.0}/stigg/generated/schema.py +8 -4
- {stigg_api_client-3.96.0 → stigg_api_client-3.97.0}/LICENSE +0 -0
- {stigg_api_client-3.96.0 → stigg_api_client-3.97.0}/README.md +0 -0
- {stigg_api_client-3.96.0 → stigg_api_client-3.97.0}/stigg/__init__.py +0 -0
- {stigg_api_client-3.96.0 → stigg_api_client-3.97.0}/stigg/client.py +0 -0
- {stigg_api_client-3.96.0 → stigg_api_client-3.97.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-3.96.0 → stigg_api_client-3.97.0}/stigg/generated/operations.py +0 -0
|
@@ -2959,12 +2959,13 @@ class OverageEntitlementCreateInput(sgqlc.types.Input):
|
|
|
2959
2959
|
|
|
2960
2960
|
class OveragePricingModelCreateInput(sgqlc.types.Input):
|
|
2961
2961
|
__schema__ = schema
|
|
2962
|
-
__field_names__ = ('billing_cadence', 'billing_model', 'entitlement', 'feature_id', 'price_periods')
|
|
2962
|
+
__field_names__ = ('billing_cadence', 'billing_model', 'entitlement', 'feature_id', 'price_periods', 'top_up_custom_currency_id')
|
|
2963
2963
|
billing_cadence = sgqlc.types.Field(BillingCadence, graphql_name='billingCadence')
|
|
2964
2964
|
billing_model = sgqlc.types.Field(sgqlc.types.non_null(BillingModel), graphql_name='billingModel')
|
|
2965
2965
|
entitlement = sgqlc.types.Field(OverageEntitlementCreateInput, graphql_name='entitlement')
|
|
2966
2966
|
feature_id = sgqlc.types.Field(String, graphql_name='featureId')
|
|
2967
2967
|
price_periods = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('PricePeriodInput'))), graphql_name='pricePeriods')
|
|
2968
|
+
top_up_custom_currency_id = sgqlc.types.Field(String, graphql_name='topUpCustomCurrencyId')
|
|
2968
2969
|
|
|
2969
2970
|
|
|
2970
2971
|
class PackageDTOFilter(sgqlc.types.Input):
|
|
@@ -3498,7 +3499,7 @@ class PriceTierInput(sgqlc.types.Input):
|
|
|
3498
3499
|
|
|
3499
3500
|
class PricingModelCreateInput(sgqlc.types.Input):
|
|
3500
3501
|
__schema__ = schema
|
|
3501
|
-
__field_names__ = ('billing_cadence', 'billing_model', 'feature_id', 'max_unit_quantity', 'min_unit_quantity', 'monthly_reset_period_configuration', 'price_periods', 'reset_period', 'tiers_mode', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
|
|
3502
|
+
__field_names__ = ('billing_cadence', 'billing_model', 'feature_id', 'max_unit_quantity', 'min_unit_quantity', 'monthly_reset_period_configuration', 'price_periods', 'reset_period', 'tiers_mode', 'top_up_custom_currency_id', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
|
|
3502
3503
|
billing_cadence = sgqlc.types.Field(BillingCadence, graphql_name='billingCadence')
|
|
3503
3504
|
billing_model = sgqlc.types.Field(sgqlc.types.non_null(BillingModel), graphql_name='billingModel')
|
|
3504
3505
|
feature_id = sgqlc.types.Field(String, graphql_name='featureId')
|
|
@@ -3508,6 +3509,7 @@ class PricingModelCreateInput(sgqlc.types.Input):
|
|
|
3508
3509
|
price_periods = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(PricePeriodInput))), graphql_name='pricePeriods')
|
|
3509
3510
|
reset_period = sgqlc.types.Field(EntitlementResetPeriod, graphql_name='resetPeriod')
|
|
3510
3511
|
tiers_mode = sgqlc.types.Field(TiersMode, graphql_name='tiersMode')
|
|
3512
|
+
top_up_custom_currency_id = sgqlc.types.Field(String, graphql_name='topUpCustomCurrencyId')
|
|
3511
3513
|
weekly_reset_period_configuration = sgqlc.types.Field('WeeklyResetPeriodConfigInput', graphql_name='weeklyResetPeriodConfiguration')
|
|
3512
3514
|
yearly_reset_period_configuration = sgqlc.types.Field('YearlyResetPeriodConfigInput', graphql_name='yearlyResetPeriodConfiguration')
|
|
3513
3515
|
|
|
@@ -9169,7 +9171,7 @@ class PreparedPaymentMethodForm(sgqlc.types.Type):
|
|
|
9169
9171
|
|
|
9170
9172
|
class Price(sgqlc.types.Type):
|
|
9171
9173
|
__schema__ = schema
|
|
9172
|
-
__field_names__ = ('billing_cadence', 'billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'block_size', 'created_at', 'credit_rate', 'crm_id', 'crm_link_url', 'environment_id', 'feature', 'feature_id', 'id', 'is_override_price', 'max_unit_quantity', 'min_unit_quantity', 'package', 'package_id', 'price', 'reset_period', 'reset_period_configuration', 'tiers', 'tiers_mode', 'used_in_subscriptions')
|
|
9174
|
+
__field_names__ = ('billing_cadence', 'billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'block_size', 'created_at', 'credit_rate', 'crm_id', 'crm_link_url', 'environment_id', 'feature', 'feature_id', 'id', 'is_override_price', 'max_unit_quantity', 'min_unit_quantity', 'package', 'package_id', 'price', 'reset_period', 'reset_period_configuration', 'tiers', 'tiers_mode', 'top_up_custom_currency_id', 'used_in_subscriptions')
|
|
9173
9175
|
billing_cadence = sgqlc.types.Field(sgqlc.types.non_null(BillingCadence), graphql_name='billingCadence')
|
|
9174
9176
|
billing_country_code = sgqlc.types.Field(String, graphql_name='billingCountryCode')
|
|
9175
9177
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
@@ -9194,6 +9196,7 @@ class Price(sgqlc.types.Type):
|
|
|
9194
9196
|
reset_period_configuration = sgqlc.types.Field('ResetPeriodConfiguration', graphql_name='resetPeriodConfiguration')
|
|
9195
9197
|
tiers = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PriceTier')), graphql_name='tiers')
|
|
9196
9198
|
tiers_mode = sgqlc.types.Field(TiersMode, graphql_name='tiersMode')
|
|
9199
|
+
top_up_custom_currency_id = sgqlc.types.Field(UUID, graphql_name='topUpCustomCurrencyId')
|
|
9197
9200
|
used_in_subscriptions = sgqlc.types.Field(Boolean, graphql_name='usedInSubscriptions')
|
|
9198
9201
|
|
|
9199
9202
|
|
|
@@ -9223,7 +9226,7 @@ class PriceCountAggregate(sgqlc.types.Type):
|
|
|
9223
9226
|
|
|
9224
9227
|
class PriceDeleteResponse(sgqlc.types.Type):
|
|
9225
9228
|
__schema__ = schema
|
|
9226
|
-
__field_names__ = ('billing_cadence', 'billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'block_size', 'created_at', 'credit_rate', 'crm_id', 'crm_link_url', 'environment_id', 'feature', 'feature_id', 'id', 'max_unit_quantity', 'min_unit_quantity', 'package_id', 'price', 'reset_period', 'reset_period_configuration', 'tiers', 'tiers_mode', 'used_in_subscriptions')
|
|
9229
|
+
__field_names__ = ('billing_cadence', 'billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'block_size', 'created_at', 'credit_rate', 'crm_id', 'crm_link_url', 'environment_id', 'feature', 'feature_id', 'id', 'max_unit_quantity', 'min_unit_quantity', 'package_id', 'price', 'reset_period', 'reset_period_configuration', 'tiers', 'tiers_mode', 'top_up_custom_currency_id', 'used_in_subscriptions')
|
|
9227
9230
|
billing_cadence = sgqlc.types.Field(BillingCadence, graphql_name='billingCadence')
|
|
9228
9231
|
billing_country_code = sgqlc.types.Field(String, graphql_name='billingCountryCode')
|
|
9229
9232
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
@@ -9246,6 +9249,7 @@ class PriceDeleteResponse(sgqlc.types.Type):
|
|
|
9246
9249
|
reset_period_configuration = sgqlc.types.Field('ResetPeriodConfiguration', graphql_name='resetPeriodConfiguration')
|
|
9247
9250
|
tiers = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PriceTier')), graphql_name='tiers')
|
|
9248
9251
|
tiers_mode = sgqlc.types.Field(TiersMode, graphql_name='tiersMode')
|
|
9252
|
+
top_up_custom_currency_id = sgqlc.types.Field(UUID, graphql_name='topUpCustomCurrencyId')
|
|
9249
9253
|
used_in_subscriptions = sgqlc.types.Field(Boolean, graphql_name='usedInSubscriptions')
|
|
9250
9254
|
|
|
9251
9255
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|