stigg-api-client 1.122.0__py3-none-any.whl → 1.124.0__py3-none-any.whl
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/generated/schema.py +19 -18
- {stigg_api_client-1.122.0.dist-info → stigg_api_client-1.124.0.dist-info}/METADATA +1 -1
- {stigg_api_client-1.122.0.dist-info → stigg_api_client-1.124.0.dist-info}/RECORD +5 -5
- {stigg_api_client-1.122.0.dist-info → stigg_api_client-1.124.0.dist-info}/LICENSE +0 -0
- {stigg_api_client-1.122.0.dist-info → stigg_api_client-1.124.0.dist-info}/WHEEL +0 -0
stigg/generated/schema.py
CHANGED
|
@@ -170,7 +170,7 @@ class EnvironmentType(sgqlc.types.Enum):
|
|
|
170
170
|
|
|
171
171
|
class ErrorCode(sgqlc.types.Enum):
|
|
172
172
|
__schema__ = schema
|
|
173
|
-
__choices__ = ('AccountNotFoundError', 'AddonDependencyMissingError', 'AddonHasToHavePriceError', 'AddonNotFound', 'AddonQuantityExceedsLimitError', 'AddonWithDraftCannotBeDeletedError', 'AmountTooLarge', 'ArchivedCouponCantBeApplied', 'AuthCustomerMismatch', 'AwsMarketplaceIntegrationError', 'AwsMarketplaceIntegrationValidationError', 'BadUserInput', 'BillingIntegrationMissing', 'BillingPeriodMissingError', 'CannotArchiveFeatureError', 'CannotDeleteCustomerError', 'CannotDeleteFeatureError', 'CannotDeleteProductError', 'CannotEditPackageInNonDraftMode', 'CannotRemovePaymentMethodFromCustomerError', 'CannotReportUsageForEntitlementWithMeterError', 'CannotUpsertToPackageThatHasDraft', 'CheckoutIsNotSupported', '
|
|
173
|
+
__choices__ = ('AccountNotFoundError', 'AddonDependencyMissingError', 'AddonHasToHavePriceError', 'AddonNotFound', 'AddonQuantityExceedsLimitError', 'AddonWithDraftCannotBeDeletedError', 'AmountTooLarge', 'ArchivedCouponCantBeApplied', 'AuthCustomerMismatch', 'AwsMarketplaceIntegrationError', 'AwsMarketplaceIntegrationValidationError', 'BadUserInput', 'BillingIntegrationMissing', 'BillingPeriodMissingError', 'CannotArchiveFeatureError', 'CannotDeleteCustomerError', 'CannotDeleteFeatureError', 'CannotDeleteProductError', 'CannotEditPackageInNonDraftMode', 'CannotRemovePaymentMethodFromCustomerError', 'CannotReportUsageForEntitlementWithMeterError', 'CannotUpsertToPackageThatHasDraft', 'CheckoutIsNotSupported', 'CouponNotFound', 'CustomerAlreadyHaveCustomerCoupon', 'CustomerAlreadyUsesCoupon', 'CustomerHasNoEmailAddress', 'CustomerNoBillingId', 'CustomerNotFound', 'CustomerResourceNotFound', 'DowngradeBillingPeriodNotSupportedError', 'DraftPlanCantBeArchived', 'DuplicateAddonProvisionedError', 'DuplicateProductValidationError', 'DuplicatedEntityNotAllowed', 'EditAllowedOnDraftPackageOnlyError', 'EntitlementLimitExceededError', 'EntitlementsMustBelongToSamePackage', 'EntityIdDifferentFromRefIdError', 'EntityIsArchivedError', 'EnvironmentMissing', 'ExperimentAlreadyRunning', 'ExperimentNotFoundError', 'ExperimentStatusError', 'FailedToCreateCheckoutSessionError', 'FailedToImportCustomer', 'FeatureNotFound', 'FetchAllCountriesPricesNotAllowed', 'FreePlanCantHaveCompatiblePackageGroupError', 'IdentityForbidden', 'ImportAlreadyInProgress', 'ImportSubscriptionsBulkError', 'InitStripePaymentMethodError', 'IntegrationNotFound', 'IntegrationValidationError', 'IntegrityViolation', 'InvalidAddressError', 'InvalidArgumentError', 'InvalidCancellationDate', 'InvalidEntitlementResetPeriod', 'InvalidMemberDelete', 'InvalidMetadataError', 'InvalidQuantity', 'InvalidSubscriptionStatus', 'InvalidUpdatePriceUnitAmountError', 'MemberInvitationError', 'MemberNotFound', 'MergeEnvironmentValidationError', 'MeterMustBeAssociatedToMeteredFeature', 'MeteringNotAvailableForFeatureType', 'MissingEntityIdError', 'NoFeatureEntitlementInSubscription', 'NoProductsAvailable', 'OperationNotAllowedDuringInProgressExperiment', 'PackageAlreadyPublished', 'PackageGroupMinItemsError', 'PackageGroupNotFound', 'PackagePricingTypeNotSet', 'PaymentMethodNotFoundError', 'PlanCannotBePublishWhenBasePlanIsDraft', 'PlanCannotBePublishWhenCompatibleAddonIsDraft', 'PlanIsUsedAsDefaultStartPlan', 'PlanIsUsedAsDowngradePlan', 'PlanNotFound', 'PlanWithChildCantBeDeleted', 'PlansCircularDependencyError', 'PriceNotFound', 'ProductNotFoundError', 'PromotionCodeCustomerNotFirstPurchase', 'PromotionCodeMaxRedemptionsReached', 'PromotionCodeMinimumAmountNotReached', 'PromotionCodeNotActive', 'PromotionCodeNotForCustomer', 'PromotionCodeNotFound', 'PromotionalEntitlementNotFoundError', 'RateLimitExceeded', 'RecalculateEntitlementsError', 'ResyncAlreadyInProgress', 'ScheduledMigrationAlreadyExistsError', 'SelectedBillingModelDoesntMatchImportedItemError', 'StripeCustomerIsDeleted', 'StripeError', 'SubscriptionAlreadyCanceledOrExpired', 'SubscriptionAlreadyOnLatestPlanError', 'SubscriptionMustHaveSinglePlanError', 'SubscriptionNotFound', 'TooManySubscriptionsPerCustomer', 'TrialMinDateError', 'TrialMustBeCancelledImmediately', 'UnPublishedPackage', 'Unauthenticated', 'UncompatibleSubscriptionAddon', 'UnexpectedError', 'UnsupportedFeatureType', 'UnsupportedSubscriptionScheduleType', 'UnsupportedVendorIdentifier')
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
class EventLogType(sgqlc.types.Enum):
|
|
@@ -620,15 +620,16 @@ 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', 'await_payment_confirmation', '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
|
+
await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
|
|
626
627
|
billable_features = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('BillableFeatureInput')), graphql_name='billableFeatures')
|
|
627
628
|
billing_country_code = sgqlc.types.Field(String, graphql_name='billingCountryCode')
|
|
628
629
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
629
630
|
billing_information = sgqlc.types.Field('SubscriptionBillingInfo', graphql_name='billingInformation')
|
|
630
631
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
631
|
-
|
|
632
|
+
budget = sgqlc.types.Field('BudgetConfigurationInput', graphql_name='budget')
|
|
632
633
|
customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
|
|
633
634
|
payment_method_id = sgqlc.types.Field(String, graphql_name='paymentMethodId')
|
|
634
635
|
plan_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planId')
|
|
@@ -784,7 +785,7 @@ class BooleanFieldComparison(sgqlc.types.Input):
|
|
|
784
785
|
is_not = sgqlc.types.Field(Boolean, graphql_name='isNot')
|
|
785
786
|
|
|
786
787
|
|
|
787
|
-
class
|
|
788
|
+
class BudgetConfigurationInput(sgqlc.types.Input):
|
|
788
789
|
__schema__ = schema
|
|
789
790
|
__field_names__ = ('has_soft_limit', 'limit')
|
|
790
791
|
has_soft_limit = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='hasSoftLimit')
|
|
@@ -2910,7 +2911,7 @@ class ProvisionCustomerInput(sgqlc.types.Input):
|
|
|
2910
2911
|
|
|
2911
2912
|
class ProvisionCustomerSubscriptionInput(sgqlc.types.Input):
|
|
2912
2913
|
__schema__ = schema
|
|
2913
|
-
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', '
|
|
2914
|
+
__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
2915
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
2915
2916
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
|
|
2916
2917
|
await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
|
|
@@ -2919,7 +2920,7 @@ class ProvisionCustomerSubscriptionInput(sgqlc.types.Input):
|
|
|
2919
2920
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
2920
2921
|
billing_information = sgqlc.types.Field('SubscriptionBillingInfo', graphql_name='billingInformation')
|
|
2921
2922
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
2922
|
-
|
|
2923
|
+
budget = sgqlc.types.Field(BudgetConfigurationInput, graphql_name='budget')
|
|
2923
2924
|
plan_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planId')
|
|
2924
2925
|
price_overrides = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(PriceOverrideInput)), graphql_name='priceOverrides')
|
|
2925
2926
|
price_unit_amount = sgqlc.types.Field(Float, graphql_name='priceUnitAmount')
|
|
@@ -2943,7 +2944,7 @@ class ProvisionSandboxInput(sgqlc.types.Input):
|
|
|
2943
2944
|
|
|
2944
2945
|
class ProvisionSubscription(sgqlc.types.Input):
|
|
2945
2946
|
__schema__ = schema
|
|
2946
|
-
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', '
|
|
2947
|
+
__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
2948
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
2948
2949
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
|
|
2949
2950
|
await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
|
|
@@ -2952,7 +2953,7 @@ class ProvisionSubscription(sgqlc.types.Input):
|
|
|
2952
2953
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
2953
2954
|
billing_information = sgqlc.types.Field('SubscriptionBillingInfo', graphql_name='billingInformation')
|
|
2954
2955
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
2955
|
-
|
|
2956
|
+
budget = sgqlc.types.Field(BudgetConfigurationInput, graphql_name='budget')
|
|
2956
2957
|
checkout_options = sgqlc.types.Field(CheckoutOptions, graphql_name='checkoutOptions')
|
|
2957
2958
|
customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
|
|
2958
2959
|
plan_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planId')
|
|
@@ -2973,7 +2974,7 @@ class ProvisionSubscription(sgqlc.types.Input):
|
|
|
2973
2974
|
|
|
2974
2975
|
class ProvisionSubscriptionInput(sgqlc.types.Input):
|
|
2975
2976
|
__schema__ = schema
|
|
2976
|
-
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', '
|
|
2977
|
+
__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
2978
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
2978
2979
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
|
|
2979
2980
|
await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
|
|
@@ -2982,7 +2983,7 @@ class ProvisionSubscriptionInput(sgqlc.types.Input):
|
|
|
2982
2983
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
2983
2984
|
billing_information = sgqlc.types.Field('SubscriptionBillingInfo', graphql_name='billingInformation')
|
|
2984
2985
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
2985
|
-
|
|
2986
|
+
budget = sgqlc.types.Field(BudgetConfigurationInput, graphql_name='budget')
|
|
2986
2987
|
checkout_options = sgqlc.types.Field(CheckoutOptions, graphql_name='checkoutOptions')
|
|
2987
2988
|
customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
|
|
2988
2989
|
plan_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planId')
|
|
@@ -3477,7 +3478,7 @@ class SubscriptionEntitlementSort(sgqlc.types.Input):
|
|
|
3477
3478
|
|
|
3478
3479
|
class SubscriptionInput(sgqlc.types.Input):
|
|
3479
3480
|
__schema__ = schema
|
|
3480
|
-
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', '
|
|
3481
|
+
__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
3482
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
3482
3483
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(SubscriptionAddonInput)), graphql_name='addons')
|
|
3483
3484
|
await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
|
|
@@ -3486,7 +3487,7 @@ class SubscriptionInput(sgqlc.types.Input):
|
|
|
3486
3487
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
3487
3488
|
billing_information = sgqlc.types.Field(SubscriptionBillingInfo, graphql_name='billingInformation')
|
|
3488
3489
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
3489
|
-
|
|
3490
|
+
budget = sgqlc.types.Field(BudgetConfigurationInput, graphql_name='budget')
|
|
3490
3491
|
crm_id = sgqlc.types.Field(String, graphql_name='crmId')
|
|
3491
3492
|
customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
|
|
3492
3493
|
end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
|
|
@@ -3953,14 +3954,14 @@ class UpdateSubscriptionEntitlementInput(sgqlc.types.Input):
|
|
|
3953
3954
|
|
|
3954
3955
|
class UpdateSubscriptionInput(sgqlc.types.Input):
|
|
3955
3956
|
__schema__ = schema
|
|
3956
|
-
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_information', 'billing_period', '
|
|
3957
|
+
__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
3958
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
3958
3959
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(SubscriptionAddonInput)), graphql_name='addons')
|
|
3959
3960
|
await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
|
|
3960
3961
|
billable_features = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(BillableFeatureInput)), graphql_name='billableFeatures')
|
|
3961
3962
|
billing_information = sgqlc.types.Field(SubscriptionBillingInfo, graphql_name='billingInformation')
|
|
3962
3963
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
3963
|
-
|
|
3964
|
+
budget = sgqlc.types.Field(BudgetConfigurationInput, graphql_name='budget')
|
|
3964
3965
|
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
3965
3966
|
price_overrides = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(PriceOverrideInput)), graphql_name='priceOverrides')
|
|
3966
3967
|
promotion_code = sgqlc.types.Field(String, graphql_name='promotionCode')
|
|
@@ -4450,7 +4451,7 @@ class BillingPeriodChangeVariables(sgqlc.types.Type):
|
|
|
4450
4451
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
4451
4452
|
|
|
4452
4453
|
|
|
4453
|
-
class
|
|
4454
|
+
class BudgetConfiguration(sgqlc.types.Type):
|
|
4454
4455
|
__schema__ = schema
|
|
4455
4456
|
__field_names__ = ('has_soft_limit', 'limit')
|
|
4456
4457
|
has_soft_limit = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='hasSoftLimit')
|
|
@@ -5000,7 +5001,7 @@ class CustomerStatistics(sgqlc.types.Type):
|
|
|
5000
5001
|
|
|
5001
5002
|
class CustomerSubscription(sgqlc.types.Type):
|
|
5002
5003
|
__schema__ = schema
|
|
5003
|
-
__field_names__ = ('additional_meta_data', 'addons', 'billing_id', 'billing_link_url', 'billing_sync_error', '
|
|
5004
|
+
__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
5005
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
5005
5006
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddon')), graphql_name='addons', args=sgqlc.types.ArgDict((
|
|
5006
5007
|
('filter', sgqlc.types.Arg(SubscriptionAddonFilter, graphql_name='filter', default={})),
|
|
@@ -5010,8 +5011,8 @@ class CustomerSubscription(sgqlc.types.Type):
|
|
|
5010
5011
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5011
5012
|
billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
|
|
5012
5013
|
billing_sync_error = sgqlc.types.Field(String, graphql_name='billingSyncError')
|
|
5013
|
-
|
|
5014
|
-
|
|
5014
|
+
budget = sgqlc.types.Field(BudgetConfiguration, graphql_name='budget')
|
|
5015
|
+
budget_exceeded = sgqlc.types.Field(Boolean, graphql_name='budgetExceeded')
|
|
5015
5016
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
5016
5017
|
cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
|
|
5017
5018
|
coupon = sgqlc.types.Field('SubscriptionCoupon', graphql_name='coupon')
|
|
@@ -2,8 +2,8 @@ stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
|
2
2
|
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
3
|
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
stigg/generated/operations.py,sha256=YYFd__FKVvXq8EWFFQj7_uhGyoQWRkKeUEa-cqME1TA,68704
|
|
5
|
-
stigg/generated/schema.py,sha256=
|
|
6
|
-
stigg_api_client-1.
|
|
7
|
-
stigg_api_client-1.
|
|
8
|
-
stigg_api_client-1.
|
|
9
|
-
stigg_api_client-1.
|
|
5
|
+
stigg/generated/schema.py,sha256=qcMXKCHclVOA-axqpDS5nX179lsx6Nd5PFZkmrdZWds,576530
|
|
6
|
+
stigg_api_client-1.124.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-1.124.0.dist-info/METADATA,sha256=GIx2Vy5Nfue2kQNRkg58eIxtugXtuA1tNNgnuYps1Fc,3198
|
|
8
|
+
stigg_api_client-1.124.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-1.124.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|