stigg-api-client 1.68.0__py3-none-any.whl → 1.69.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 CHANGED
@@ -27,7 +27,7 @@ class AccountStatus(sgqlc.types.Enum):
27
27
 
28
28
  class AddonSortFields(sgqlc.types.Enum):
29
29
  __schema__ = schema
30
- __choices__ = ('billingId', 'createdAt', 'description', 'displayName', 'environmentId', 'id', 'isLatest', 'pricingType', 'productId', 'refId', 'status', 'updatedAt', 'versionNumber')
30
+ __choices__ = ('billingId', 'createdAt', 'description', 'displayName', 'environmentId', 'id', 'isLatest', 'maxQuantity', 'pricingType', 'productId', 'refId', 'status', 'updatedAt', 'versionNumber')
31
31
 
32
32
 
33
33
  class AggregationFunction(sgqlc.types.Enum):
@@ -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', 'AddonHasToHavePriceError', 'AddonNotFound', 'AddonWithDraftCannotBeDeletedError', 'AmountTooLarge', 'ArchivedCouponCantBeApplied', 'AuthCustomerMismatch', 'AwsMarketplaceIntegrationError', 'AwsMarketplaceIntegrationValidationError', 'BadUserInput', 'BillingIntegrationMissing', 'BillingPeriodMissingError', 'CannotArchiveFeatureError', 'CannotDeleteCustomerError', 'CannotDeleteFeatureError', 'CannotDeleteProductError', 'CannotEditPackageInNonDraftMode', 'CannotRemovePaymentMethodFromCustomerError', 'CannotReportUsageForEntitlementWithMeterError', 'CannotUpsertToPackageThatHasDraft', 'CheckoutIsNotSupported', 'CheckoutOptionsMissing', 'CouponNotFound', 'CustomerAlreadyHaveCustomerCoupon', 'CustomerAlreadyUsesCoupon', 'CustomerHasNoEmailAddress', 'CustomerHasNoPaymentMethod', 'CustomerNoBillingId', 'CustomerNotFound', 'CustomerResourceNotFound', 'DowngradeBillingPeriodNotSupportedError', 'DraftPlanCantBeArchived', 'DuplicateAddonProvisionedError', 'DuplicateProductValidationError', 'DuplicatedEntityNotAllowed', 'EditAllowedOnDraftPackageOnlyError', 'EntitlementLimitExceededError', 'EntitlementsMustBelongToSamePackage', 'EntityIdDifferentFromRefIdError', 'EntityIsArchivedError', 'EnvironmentMissing', 'ExperimentAlreadyRunning', 'ExperimentNotFoundError', 'ExperimentStatusError', 'FailedToCreateCheckoutSessionError', 'FailedToImportCustomer', 'FeatureNotFound', 'FetchAllCountriesPricesNotAllowed', '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', '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')
173
+ __choices__ = ('AccountNotFoundError', 'AddonHasToHavePriceError', 'AddonNotFound', 'AddonQuantityExceedsLimitError', 'AddonWithDraftCannotBeDeletedError', 'AmountTooLarge', 'ArchivedCouponCantBeApplied', 'AuthCustomerMismatch', 'AwsMarketplaceIntegrationError', 'AwsMarketplaceIntegrationValidationError', 'BadUserInput', 'BillingIntegrationMissing', 'BillingPeriodMissingError', 'CannotArchiveFeatureError', 'CannotDeleteCustomerError', 'CannotDeleteFeatureError', 'CannotDeleteProductError', 'CannotEditPackageInNonDraftMode', 'CannotRemovePaymentMethodFromCustomerError', 'CannotReportUsageForEntitlementWithMeterError', 'CannotUpsertToPackageThatHasDraft', 'CheckoutIsNotSupported', 'CheckoutOptionsMissing', 'CouponNotFound', 'CustomerAlreadyHaveCustomerCoupon', 'CustomerAlreadyUsesCoupon', 'CustomerHasNoEmailAddress', 'CustomerHasNoPaymentMethod', 'CustomerNoBillingId', 'CustomerNotFound', 'CustomerResourceNotFound', 'DowngradeBillingPeriodNotSupportedError', 'DraftPlanCantBeArchived', 'DuplicateAddonProvisionedError', 'DuplicateProductValidationError', 'DuplicatedEntityNotAllowed', 'EditAllowedOnDraftPackageOnlyError', 'EntitlementLimitExceededError', 'EntitlementsMustBelongToSamePackage', 'EntityIdDifferentFromRefIdError', 'EntityIsArchivedError', 'EnvironmentMissing', 'ExperimentAlreadyRunning', 'ExperimentNotFoundError', 'ExperimentStatusError', 'FailedToCreateCheckoutSessionError', 'FailedToImportCustomer', 'FeatureNotFound', 'FetchAllCountriesPricesNotAllowed', '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', '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):
@@ -508,7 +508,7 @@ class AddCompatibleAddonsToPlanInput(sgqlc.types.Input):
508
508
 
509
509
  class AddonCreateInput(sgqlc.types.Input):
510
510
  __schema__ = schema
511
- __field_names__ = ('additional_meta_data', 'aws_marketplace_plan_dimension', 'billing_id', 'description', 'display_name', 'environment_id', 'hidden_from_widgets', 'pricing_type', 'product_id', 'ref_id', 'status')
511
+ __field_names__ = ('additional_meta_data', 'aws_marketplace_plan_dimension', 'billing_id', 'description', 'display_name', 'environment_id', 'hidden_from_widgets', 'max_quantity', 'pricing_type', 'product_id', 'ref_id', 'status')
512
512
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
513
513
  aws_marketplace_plan_dimension = sgqlc.types.Field(String, graphql_name='awsMarketplacePlanDimension')
514
514
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
@@ -516,6 +516,7 @@ class AddonCreateInput(sgqlc.types.Input):
516
516
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
517
517
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
518
518
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
519
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
519
520
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
520
521
  product_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='productId')
521
522
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -524,7 +525,7 @@ class AddonCreateInput(sgqlc.types.Input):
524
525
 
525
526
  class AddonFilter(sgqlc.types.Input):
526
527
  __schema__ = schema
527
- __field_names__ = ('and_', 'billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'or_', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
528
+ __field_names__ = ('and_', 'billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'max_quantity', 'or_', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
528
529
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('AddonFilter')), graphql_name='and')
529
530
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
530
531
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
@@ -533,6 +534,7 @@ class AddonFilter(sgqlc.types.Input):
533
534
  environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
534
535
  id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
535
536
  is_latest = sgqlc.types.Field('BooleanFieldComparison', graphql_name='isLatest')
537
+ max_quantity = sgqlc.types.Field('NumberFieldComparison', graphql_name='maxQuantity')
536
538
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('AddonFilter')), graphql_name='or')
537
539
  pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
538
540
  product_id = sgqlc.types.Field('StringFieldComparison', graphql_name='productId')
@@ -552,13 +554,14 @@ class AddonSort(sgqlc.types.Input):
552
554
 
553
555
  class AddonUpdateInput(sgqlc.types.Input):
554
556
  __schema__ = schema
555
- __field_names__ = ('additional_meta_data', 'billing_id', 'description', 'display_name', 'hidden_from_widgets', 'id', 'status')
557
+ __field_names__ = ('additional_meta_data', 'billing_id', 'description', 'display_name', 'hidden_from_widgets', 'id', 'max_quantity', 'status')
556
558
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
557
559
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
558
560
  description = sgqlc.types.Field(String, graphql_name='description')
559
561
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
560
562
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
561
563
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
564
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
562
565
  status = sgqlc.types.Field(PackageStatus, graphql_name='status')
563
566
 
564
567
 
@@ -2437,7 +2440,7 @@ class PlanFilter(sgqlc.types.Input):
2437
2440
 
2438
2441
  class PlanFilterAddonFilter(sgqlc.types.Input):
2439
2442
  __schema__ = schema
2440
- __field_names__ = ('and_', 'billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'or_', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
2443
+ __field_names__ = ('and_', 'billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'max_quantity', 'or_', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
2441
2444
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PlanFilterAddonFilter')), graphql_name='and')
2442
2445
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
2443
2446
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
@@ -2446,6 +2449,7 @@ class PlanFilterAddonFilter(sgqlc.types.Input):
2446
2449
  environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2447
2450
  id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2448
2451
  is_latest = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isLatest')
2452
+ max_quantity = sgqlc.types.Field(NumberFieldComparison, graphql_name='maxQuantity')
2449
2453
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PlanFilterAddonFilter')), graphql_name='or')
2450
2454
  pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
2451
2455
  product_id = sgqlc.types.Field('StringFieldComparison', graphql_name='productId')
@@ -3077,7 +3081,7 @@ class SubscriptionAddonFilter(sgqlc.types.Input):
3077
3081
 
3078
3082
  class SubscriptionAddonFilterAddonFilter(sgqlc.types.Input):
3079
3083
  __schema__ = schema
3080
- __field_names__ = ('and_', 'billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'or_', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
3084
+ __field_names__ = ('and_', 'billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'max_quantity', 'or_', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
3081
3085
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilterAddonFilter')), graphql_name='and')
3082
3086
  billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
3083
3087
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
@@ -3086,6 +3090,7 @@ class SubscriptionAddonFilterAddonFilter(sgqlc.types.Input):
3086
3090
  environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
3087
3091
  id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
3088
3092
  is_latest = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isLatest')
3093
+ max_quantity = sgqlc.types.Field(NumberFieldComparison, graphql_name='maxQuantity')
3089
3094
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilterAddonFilter')), graphql_name='or')
3090
3095
  pricing_type = sgqlc.types.Field(PricingTypeFilterComparison, graphql_name='pricingType')
3091
3096
  product_id = sgqlc.types.Field(StringFieldComparison, graphql_name='productId')
@@ -3966,7 +3971,7 @@ class AdditionalMetaDataChange(sgqlc.types.Type):
3966
3971
 
3967
3972
  class Addon(sgqlc.types.Type):
3968
3973
  __schema__ = schema
3969
- __field_names__ = ('additional_meta_data', 'billing_id', 'billing_link_url', 'created_at', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment', 'environment_id', 'hidden_from_widgets', 'id', 'is_latest', 'overage_prices', 'prices', 'pricing_type', 'product', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
3974
+ __field_names__ = ('additional_meta_data', 'billing_id', 'billing_link_url', 'created_at', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment', 'environment_id', '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')
3970
3975
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
3971
3976
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
3972
3977
  billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
@@ -3981,6 +3986,7 @@ class Addon(sgqlc.types.Type):
3981
3986
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
3982
3987
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
3983
3988
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
3989
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
3984
3990
  overage_prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='overagePrices')
3985
3991
  prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='prices', args=sgqlc.types.ArgDict((
3986
3992
  ('filter', sgqlc.types.Arg(PriceFilter, graphql_name='filter', default={})),
@@ -4000,7 +4006,7 @@ class Addon(sgqlc.types.Type):
4000
4006
 
4001
4007
  class AddonAggregateGroupBy(sgqlc.types.Type):
4002
4008
  __schema__ = schema
4003
- __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4009
+ __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'max_quantity', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4004
4010
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
4005
4011
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
4006
4012
  description = sgqlc.types.Field(String, graphql_name='description')
@@ -4008,6 +4014,7 @@ class AddonAggregateGroupBy(sgqlc.types.Type):
4008
4014
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4009
4015
  id = sgqlc.types.Field(String, graphql_name='id')
4010
4016
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
4017
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4011
4018
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
4012
4019
  product_id = sgqlc.types.Field(String, graphql_name='productId')
4013
4020
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -4018,7 +4025,8 @@ class AddonAggregateGroupBy(sgqlc.types.Type):
4018
4025
 
4019
4026
  class AddonAvgAggregate(sgqlc.types.Type):
4020
4027
  __schema__ = schema
4021
- __field_names__ = ('version_number',)
4028
+ __field_names__ = ('max_quantity', 'version_number')
4029
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4022
4030
  version_number = sgqlc.types.Field(Float, graphql_name='versionNumber')
4023
4031
 
4024
4032
 
@@ -4039,7 +4047,7 @@ class AddonConnection(sgqlc.types.relay.Connection):
4039
4047
 
4040
4048
  class AddonCountAggregate(sgqlc.types.Type):
4041
4049
  __schema__ = schema
4042
- __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4050
+ __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'max_quantity', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4043
4051
  billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
4044
4052
  created_at = sgqlc.types.Field(Int, graphql_name='createdAt')
4045
4053
  description = sgqlc.types.Field(Int, graphql_name='description')
@@ -4047,6 +4055,7 @@ class AddonCountAggregate(sgqlc.types.Type):
4047
4055
  environment_id = sgqlc.types.Field(Int, graphql_name='environmentId')
4048
4056
  id = sgqlc.types.Field(Int, graphql_name='id')
4049
4057
  is_latest = sgqlc.types.Field(Int, graphql_name='isLatest')
4058
+ max_quantity = sgqlc.types.Field(Int, graphql_name='maxQuantity')
4050
4059
  pricing_type = sgqlc.types.Field(Int, graphql_name='pricingType')
4051
4060
  product_id = sgqlc.types.Field(Int, graphql_name='productId')
4052
4061
  ref_id = sgqlc.types.Field(Int, graphql_name='refId')
@@ -4057,7 +4066,7 @@ class AddonCountAggregate(sgqlc.types.Type):
4057
4066
 
4058
4067
  class AddonDeleteResponse(sgqlc.types.Type):
4059
4068
  __schema__ = schema
4060
- __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')
4069
+ __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', 'max_quantity', 'overage_prices', 'prices', 'pricing_type', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
4061
4070
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
4062
4071
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
4063
4072
  billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
@@ -4071,6 +4080,7 @@ class AddonDeleteResponse(sgqlc.types.Type):
4071
4080
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
4072
4081
  id = sgqlc.types.Field(String, graphql_name='id')
4073
4082
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
4083
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4074
4084
  overage_prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='overagePrices')
4075
4085
  prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='prices')
4076
4086
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
@@ -4092,13 +4102,14 @@ class AddonEdge(sgqlc.types.Type):
4092
4102
 
4093
4103
  class AddonMaxAggregate(sgqlc.types.Type):
4094
4104
  __schema__ = schema
4095
- __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4105
+ __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'max_quantity', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4096
4106
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
4097
4107
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
4098
4108
  description = sgqlc.types.Field(String, graphql_name='description')
4099
4109
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
4100
4110
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4101
4111
  id = sgqlc.types.Field(String, graphql_name='id')
4112
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4102
4113
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
4103
4114
  product_id = sgqlc.types.Field(String, graphql_name='productId')
4104
4115
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -4109,13 +4120,14 @@ class AddonMaxAggregate(sgqlc.types.Type):
4109
4120
 
4110
4121
  class AddonMinAggregate(sgqlc.types.Type):
4111
4122
  __schema__ = schema
4112
- __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4123
+ __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'max_quantity', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4113
4124
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
4114
4125
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
4115
4126
  description = sgqlc.types.Field(String, graphql_name='description')
4116
4127
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
4117
4128
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4118
4129
  id = sgqlc.types.Field(String, graphql_name='id')
4130
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4119
4131
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
4120
4132
  product_id = sgqlc.types.Field(String, graphql_name='productId')
4121
4133
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -4126,7 +4138,8 @@ class AddonMinAggregate(sgqlc.types.Type):
4126
4138
 
4127
4139
  class AddonSumAggregate(sgqlc.types.Type):
4128
4140
  __schema__ = schema
4129
- __field_names__ = ('version_number',)
4141
+ __field_names__ = ('max_quantity', 'version_number')
4142
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4130
4143
  version_number = sgqlc.types.Field(Float, graphql_name='versionNumber')
4131
4144
 
4132
4145
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 1.68.0
3
+ Version: 1.69.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -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=4KbmRM2bFSu-AgnhRHReIzcUJi8TWszP9k54mpzfKPg,65851
5
- stigg/generated/schema.py,sha256=jj86xOOYriBEM5Kd5SC08Rd8LAvckQArkF-iUkQaCW0,542653
6
- stigg_api_client-1.68.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-1.68.0.dist-info/METADATA,sha256=bFmkqsLPuvnEXcXCJ7jNv9WlA_zV1SdgnvcJp8-yB0E,3197
8
- stigg_api_client-1.68.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-1.68.0.dist-info/RECORD,,
5
+ stigg/generated/schema.py,sha256=9cYYTJ2Lu_GkYdHlcbRMvi_htqCmkRIAl4LC3yGjglU,543892
6
+ stigg_api_client-1.69.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-1.69.0.dist-info/METADATA,sha256=rDC_lq5yCGiNpMu_W6GGh3tuumosUk1jpiP8Dt4lmbk,3197
8
+ stigg_api_client-1.69.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-1.69.0.dist-info/RECORD,,