stigg-api-client 3.9.0__tar.gz → 3.10.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.9.0 → stigg_api_client-3.10.0}/PKG-INFO +1 -1
- {stigg_api_client-3.9.0 → stigg_api_client-3.10.0}/pyproject.toml +1 -1
- {stigg_api_client-3.9.0 → stigg_api_client-3.10.0}/stigg/generated/schema.py +2 -1
- {stigg_api_client-3.9.0 → stigg_api_client-3.10.0}/LICENSE +0 -0
- {stigg_api_client-3.9.0 → stigg_api_client-3.10.0}/README.md +0 -0
- {stigg_api_client-3.9.0 → stigg_api_client-3.10.0}/stigg/__init__.py +0 -0
- {stigg_api_client-3.9.0 → stigg_api_client-3.10.0}/stigg/client.py +0 -0
- {stigg_api_client-3.9.0 → stigg_api_client-3.10.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-3.9.0 → stigg_api_client-3.10.0}/stigg/generated/operations.py +0 -0
|
@@ -755,7 +755,7 @@ class ApiKeySort(sgqlc.types.Input):
|
|
|
755
755
|
|
|
756
756
|
class ApplySubscriptionInput(sgqlc.types.Input):
|
|
757
757
|
__schema__ = schema
|
|
758
|
-
__field_names__ = ('additional_meta_data', 'addons', 'applied_coupon', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'budget', 'customer_id', 'minimum_spend', 'paying_customer_id', 'payment_collection_method', 'payment_method_id', 'plan_id', 'price_overrides', 'promotion_code', 'resource_id', 'salesforce_id', 'schedule_strategy', 'skip_trial', 'start_date', 'subscription_entitlements', 'trial_override_configuration', 'unit_quantity')
|
|
758
|
+
__field_names__ = ('additional_meta_data', 'addons', 'applied_coupon', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'budget', 'customer_id', 'environment_id', 'minimum_spend', 'paying_customer_id', 'payment_collection_method', 'payment_method_id', 'plan_id', 'price_overrides', 'promotion_code', 'resource_id', 'salesforce_id', 'schedule_strategy', 'skip_trial', 'start_date', 'subscription_entitlements', 'trial_override_configuration', 'unit_quantity')
|
|
759
759
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
760
760
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
|
|
761
761
|
applied_coupon = sgqlc.types.Field('SubscriptionCouponInput', graphql_name='appliedCoupon')
|
|
@@ -767,6 +767,7 @@ class ApplySubscriptionInput(sgqlc.types.Input):
|
|
|
767
767
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
768
768
|
budget = sgqlc.types.Field('BudgetConfigurationInput', graphql_name='budget')
|
|
769
769
|
customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
|
|
770
|
+
environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
|
|
770
771
|
minimum_spend = sgqlc.types.Field('SubscriptionMinimumSpendValueInput', graphql_name='minimumSpend')
|
|
771
772
|
paying_customer_id = sgqlc.types.Field(String, graphql_name='payingCustomerId')
|
|
772
773
|
payment_collection_method = sgqlc.types.Field(PaymentCollectionMethod, graphql_name='paymentCollectionMethod')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|