stigg-api-client 1.122.0__tar.gz → 1.122.1__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.122.0 → stigg_api_client-1.122.1}/PKG-INFO +1 -1
- {stigg_api_client-1.122.0 → stigg_api_client-1.122.1}/pyproject.toml +1 -1
- {stigg_api_client-1.122.0 → stigg_api_client-1.122.1}/stigg/generated/schema.py +17 -17
- {stigg_api_client-1.122.0 → stigg_api_client-1.122.1}/LICENSE +0 -0
- {stigg_api_client-1.122.0 → stigg_api_client-1.122.1}/README.md +0 -0
- {stigg_api_client-1.122.0 → stigg_api_client-1.122.1}/stigg/__init__.py +0 -0
- {stigg_api_client-1.122.0 → stigg_api_client-1.122.1}/stigg/client.py +0 -0
- {stigg_api_client-1.122.0 → stigg_api_client-1.122.1}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-1.122.0 → stigg_api_client-1.122.1}/stigg/generated/operations.py +0 -0
|
@@ -620,7 +620,7 @@ class ApiKeySort(sgqlc.types.Input):
|
|
|
620
620
|
|
|
621
621
|
class ApplySubscriptionInput(sgqlc.types.Input):
|
|
622
622
|
__schema__ = schema
|
|
623
|
-
__field_names__ = ('additional_meta_data', 'addons', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', '
|
|
623
|
+
__field_names__ = ('additional_meta_data', 'addons', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'budget', 'customer_id', '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')
|
|
624
624
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
625
625
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
|
|
626
626
|
billable_features = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('BillableFeatureInput')), graphql_name='billableFeatures')
|
|
@@ -628,7 +628,7 @@ class ApplySubscriptionInput(sgqlc.types.Input):
|
|
|
628
628
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
629
629
|
billing_information = sgqlc.types.Field('SubscriptionBillingInfo', graphql_name='billingInformation')
|
|
630
630
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
631
|
-
|
|
631
|
+
budget = sgqlc.types.Field('BudgetConfigurationInput', graphql_name='budget')
|
|
632
632
|
customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
|
|
633
633
|
payment_method_id = sgqlc.types.Field(String, graphql_name='paymentMethodId')
|
|
634
634
|
plan_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planId')
|
|
@@ -784,7 +784,7 @@ class BooleanFieldComparison(sgqlc.types.Input):
|
|
|
784
784
|
is_not = sgqlc.types.Field(Boolean, graphql_name='isNot')
|
|
785
785
|
|
|
786
786
|
|
|
787
|
-
class
|
|
787
|
+
class BudgetConfigurationInput(sgqlc.types.Input):
|
|
788
788
|
__schema__ = schema
|
|
789
789
|
__field_names__ = ('has_soft_limit', 'limit')
|
|
790
790
|
has_soft_limit = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='hasSoftLimit')
|
|
@@ -2910,7 +2910,7 @@ class ProvisionCustomerInput(sgqlc.types.Input):
|
|
|
2910
2910
|
|
|
2911
2911
|
class ProvisionCustomerSubscriptionInput(sgqlc.types.Input):
|
|
2912
2912
|
__schema__ = schema
|
|
2913
|
-
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', '
|
|
2913
|
+
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'budget', 'plan_id', 'price_overrides', 'price_unit_amount', 'promotion_code', 'ref_id', 'resource_id', 'salesforce_id', 'start_date', 'subscription_entitlements', 'subscription_id', 'trial_override_configuration', 'unit_quantity')
|
|
2914
2914
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
2915
2915
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
|
|
2916
2916
|
await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
|
|
@@ -2919,7 +2919,7 @@ class ProvisionCustomerSubscriptionInput(sgqlc.types.Input):
|
|
|
2919
2919
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
2920
2920
|
billing_information = sgqlc.types.Field('SubscriptionBillingInfo', graphql_name='billingInformation')
|
|
2921
2921
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
2922
|
-
|
|
2922
|
+
budget = sgqlc.types.Field(BudgetConfigurationInput, graphql_name='budget')
|
|
2923
2923
|
plan_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planId')
|
|
2924
2924
|
price_overrides = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(PriceOverrideInput)), graphql_name='priceOverrides')
|
|
2925
2925
|
price_unit_amount = sgqlc.types.Field(Float, graphql_name='priceUnitAmount')
|
|
@@ -2943,7 +2943,7 @@ class ProvisionSandboxInput(sgqlc.types.Input):
|
|
|
2943
2943
|
|
|
2944
2944
|
class ProvisionSubscription(sgqlc.types.Input):
|
|
2945
2945
|
__schema__ = schema
|
|
2946
|
-
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', '
|
|
2946
|
+
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'budget', 'checkout_options', 'customer_id', 'plan_id', 'price_overrides', 'price_unit_amount', 'promotion_code', 'ref_id', 'resource_id', 'salesforce_id', 'schedule_strategy', 'skip_trial', 'start_date', 'subscription_entitlements', 'subscription_id', 'trial_override_configuration', 'unit_quantity')
|
|
2947
2947
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
2948
2948
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
|
|
2949
2949
|
await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
|
|
@@ -2952,7 +2952,7 @@ class ProvisionSubscription(sgqlc.types.Input):
|
|
|
2952
2952
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
2953
2953
|
billing_information = sgqlc.types.Field('SubscriptionBillingInfo', graphql_name='billingInformation')
|
|
2954
2954
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
2955
|
-
|
|
2955
|
+
budget = sgqlc.types.Field(BudgetConfigurationInput, graphql_name='budget')
|
|
2956
2956
|
checkout_options = sgqlc.types.Field(CheckoutOptions, graphql_name='checkoutOptions')
|
|
2957
2957
|
customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
|
|
2958
2958
|
plan_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planId')
|
|
@@ -2973,7 +2973,7 @@ class ProvisionSubscription(sgqlc.types.Input):
|
|
|
2973
2973
|
|
|
2974
2974
|
class ProvisionSubscriptionInput(sgqlc.types.Input):
|
|
2975
2975
|
__schema__ = schema
|
|
2976
|
-
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', '
|
|
2976
|
+
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'budget', 'checkout_options', 'customer_id', 'plan_id', 'price_overrides', 'price_unit_amount', 'promotion_code', 'ref_id', 'resource_id', 'salesforce_id', 'schedule_strategy', 'skip_trial', 'start_date', 'subscription_entitlements', 'subscription_id', 'trial_override_configuration', 'unit_quantity')
|
|
2977
2977
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
2978
2978
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
|
|
2979
2979
|
await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
|
|
@@ -2982,7 +2982,7 @@ class ProvisionSubscriptionInput(sgqlc.types.Input):
|
|
|
2982
2982
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
2983
2983
|
billing_information = sgqlc.types.Field('SubscriptionBillingInfo', graphql_name='billingInformation')
|
|
2984
2984
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
2985
|
-
|
|
2985
|
+
budget = sgqlc.types.Field(BudgetConfigurationInput, graphql_name='budget')
|
|
2986
2986
|
checkout_options = sgqlc.types.Field(CheckoutOptions, graphql_name='checkoutOptions')
|
|
2987
2987
|
customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
|
|
2988
2988
|
plan_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planId')
|
|
@@ -3477,7 +3477,7 @@ class SubscriptionEntitlementSort(sgqlc.types.Input):
|
|
|
3477
3477
|
|
|
3478
3478
|
class SubscriptionInput(sgqlc.types.Input):
|
|
3479
3479
|
__schema__ = schema
|
|
3480
|
-
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', '
|
|
3480
|
+
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'budget', 'crm_id', 'customer_id', 'end_date', 'environment_id', 'is_custom_price_subscription', 'is_overriding_trial_config', 'is_trial', 'plan_id', 'price_overrides', 'price_unit_amount', 'promotion_code', 'ref_id', 'resource_id', 'salesforce_id', 'schedule_strategy', 'start_date', 'subscription_entitlements', 'subscription_id', 'unit_quantity')
|
|
3481
3481
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
3482
3482
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(SubscriptionAddonInput)), graphql_name='addons')
|
|
3483
3483
|
await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
|
|
@@ -3486,7 +3486,7 @@ class SubscriptionInput(sgqlc.types.Input):
|
|
|
3486
3486
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
3487
3487
|
billing_information = sgqlc.types.Field(SubscriptionBillingInfo, graphql_name='billingInformation')
|
|
3488
3488
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
3489
|
-
|
|
3489
|
+
budget = sgqlc.types.Field(BudgetConfigurationInput, graphql_name='budget')
|
|
3490
3490
|
crm_id = sgqlc.types.Field(String, graphql_name='crmId')
|
|
3491
3491
|
customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
|
|
3492
3492
|
end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
|
|
@@ -3953,14 +3953,14 @@ class UpdateSubscriptionEntitlementInput(sgqlc.types.Input):
|
|
|
3953
3953
|
|
|
3954
3954
|
class UpdateSubscriptionInput(sgqlc.types.Input):
|
|
3955
3955
|
__schema__ = schema
|
|
3956
|
-
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_information', 'billing_period', '
|
|
3956
|
+
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_information', 'billing_period', 'budget', 'environment_id', 'price_overrides', 'promotion_code', 'ref_id', 'schedule_strategy', 'subscription_entitlements', 'subscription_id', 'trial_end_date', 'unit_quantity')
|
|
3957
3957
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
3958
3958
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(SubscriptionAddonInput)), graphql_name='addons')
|
|
3959
3959
|
await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
|
|
3960
3960
|
billable_features = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(BillableFeatureInput)), graphql_name='billableFeatures')
|
|
3961
3961
|
billing_information = sgqlc.types.Field(SubscriptionBillingInfo, graphql_name='billingInformation')
|
|
3962
3962
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
3963
|
-
|
|
3963
|
+
budget = sgqlc.types.Field(BudgetConfigurationInput, graphql_name='budget')
|
|
3964
3964
|
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
3965
3965
|
price_overrides = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(PriceOverrideInput)), graphql_name='priceOverrides')
|
|
3966
3966
|
promotion_code = sgqlc.types.Field(String, graphql_name='promotionCode')
|
|
@@ -4450,7 +4450,7 @@ class BillingPeriodChangeVariables(sgqlc.types.Type):
|
|
|
4450
4450
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
4451
4451
|
|
|
4452
4452
|
|
|
4453
|
-
class
|
|
4453
|
+
class BudgetConfiguration(sgqlc.types.Type):
|
|
4454
4454
|
__schema__ = schema
|
|
4455
4455
|
__field_names__ = ('has_soft_limit', 'limit')
|
|
4456
4456
|
has_soft_limit = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='hasSoftLimit')
|
|
@@ -5000,7 +5000,7 @@ class CustomerStatistics(sgqlc.types.Type):
|
|
|
5000
5000
|
|
|
5001
5001
|
class CustomerSubscription(sgqlc.types.Type):
|
|
5002
5002
|
__schema__ = schema
|
|
5003
|
-
__field_names__ = ('additional_meta_data', 'addons', 'billing_id', 'billing_link_url', 'billing_sync_error', '
|
|
5003
|
+
__field_names__ = ('additional_meta_data', 'addons', 'billing_id', 'billing_link_url', 'billing_sync_error', 'budget', 'budget_exceeded', 'cancel_reason', 'cancellation_date', 'coupon', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer', 'effective_end_date', 'end_date', 'environment', 'environment_id', 'experiment', 'experiment_info', 'free_items', 'future_updates', 'id', 'is_custom_price_subscription', 'latest_invoice', 'old_billing_id', 'outdated_price_packages', 'payment_collection', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'salesforce_id', 'scheduled_updates', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'sync_states', 'total_price', 'trial_end_date', 'was_in_trial')
|
|
5004
5004
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
5005
5005
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddon')), graphql_name='addons', args=sgqlc.types.ArgDict((
|
|
5006
5006
|
('filter', sgqlc.types.Arg(SubscriptionAddonFilter, graphql_name='filter', default={})),
|
|
@@ -5010,8 +5010,8 @@ class CustomerSubscription(sgqlc.types.Type):
|
|
|
5010
5010
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5011
5011
|
billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
|
|
5012
5012
|
billing_sync_error = sgqlc.types.Field(String, graphql_name='billingSyncError')
|
|
5013
|
-
|
|
5014
|
-
|
|
5013
|
+
budget = sgqlc.types.Field(BudgetConfiguration, graphql_name='budget')
|
|
5014
|
+
budget_exceeded = sgqlc.types.Field(Boolean, graphql_name='budgetExceeded')
|
|
5015
5015
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
5016
5016
|
cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
|
|
5017
5017
|
coupon = sgqlc.types.Field('SubscriptionCoupon', graphql_name='coupon')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|