stigg-api-client 2.462.3__py3-none-any.whl → 2.464.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
@@ -200,7 +200,7 @@ class EnvironmentType(sgqlc.types.Enum):
200
200
 
201
201
  class ErrorCode(sgqlc.types.Enum):
202
202
  __schema__ = schema
203
- __choices__ = ('AccessDeniedError', 'AccountNotFoundError', 'AddonDependencyMissingError', 'AddonHasToHavePriceError', 'AddonIsCompatibleWithGroup', 'AddonIsCompatibleWithPlan', 'AddonNotFound', 'AddonQuantityExceedsLimitError', 'AddonWithDraftCannotBeDeletedError', 'AddonsNotFound', 'AmountTooLarge', 'ArchivedCouponCantBeApplied', 'AuthCustomerMismatch', 'AuthCustomerReadonly', 'AwsMarketplaceIntegrationError', 'AwsMarketplaceIntegrationValidationError', 'BadUserInput', 'BillingIntegrationAlreadyExistsError', 'BillingIntegrationMissing', 'BillingPeriodMissingError', 'CannotAddOverrideEntitlementToPlan', 'CannotArchiveFeatureError', 'CannotChangeBillingIntegration', 'CannotDeleteCustomerError', 'CannotDeleteDefaultIntegration', 'CannotDeleteFeatureError', 'CannotDeleteProductError', 'CannotEditPackageInNonDraftMode', 'CannotRemovePaymentMethodFromCustomerError', 'CannotReportUsageForEntitlementWithMeterError', 'CannotUpdateUnitTransformationError', 'CannotUpsertToPackageThatHasDraft', 'ChangingPayingCustomerIsNotSupportedError', 'CheckoutIsNotSupported', 'CouponNotFound', 'CustomerAlreadyHaveCustomerCoupon', 'CustomerAlreadyUsesCoupon', 'CustomerHasNoEmailAddress', 'CustomerNoBillingId', 'CustomerNotFound', 'CustomerResourceNotFound', 'DowngradeBillingPeriodNotSupportedError', 'DraftAddonCantBeArchived', 'DraftPlanCantBeArchived', 'DuplicateAddonProvisionedError', 'DuplicateIntegrationNotAllowed', 'DuplicateProductValidationError', 'DuplicatedEntityNotAllowed', 'EditAllowedOnDraftPackageOnlyError', 'EntitlementLimitExceededError', 'EntitlementUsageOutOfRangeError', 'EntitlementsMustBelongToSamePackage', 'EntityIdDifferentFromRefIdError', 'EntityIsArchivedError', 'EnvironmentMissing', 'ExperimentAlreadyRunning', 'ExperimentNotFoundError', 'ExperimentStatusError', 'FailedToCreateCheckoutSessionError', 'FailedToImportCustomer', 'FailedToImportSubscriptions', 'FailedToResolveBillingIntegration', 'FeatureNotFound', 'FetchAllCountriesPricesNotAllowed', 'FreePlanCantHaveCompatiblePackageGroupError', 'GraphQLAliasesLimitExceeded', 'GraphQLBatchedOperationsLimitExceeded', 'GraphQLUnsupportedDirective', 'HubspotIntegrationError', 'IdentityForbidden', 'ImportAlreadyInProgress', 'ImportSubscriptionsBulkError', 'IncompatibleSubscriptionAddon', 'InitStripePaymentMethodError', 'IntegrationNotFound', 'IntegrationValidationError', 'IntegrityViolation', 'InvalidAddressError', 'InvalidArgumentError', 'InvalidCancellationDate', 'InvalidDoggoSignatureError', 'InvalidEntitlementResetPeriod', 'InvalidMemberDelete', 'InvalidMetadataError', 'InvalidQuantity', 'InvalidSubscriptionStatus', 'InvalidUpdatePriceUnitAmountError', 'MemberInvitationError', 'MemberNotFound', 'MergeEnvironmentValidationError', 'MeterMustBeAssociatedToMeteredFeature', 'MeteringNotAvailableForFeatureType', 'MissingEntityIdError', 'MissingSubscriptionInvoiceError', 'MultiSubscriptionCantBeAutoCancellationSourceError', 'NoFeatureEntitlementError', 'NoFeatureEntitlementInSubscription', 'NoProductsAvailable', 'OperationNotAllowedDuringInProgressExperiment', 'PackageAlreadyPublished', 'PackageGroupMinItemsError', 'PackageGroupNotFound', 'PackagePricingTypeNotSet', 'PaymentMethodNotFoundError', 'PlanCannotBePublishWhenBasePlanIsDraft', 'PlanCannotBePublishWhenCompatibleAddonIsDraft', 'PlanIsUsedAsDefaultStartPlan', 'PlanIsUsedAsDowngradePlan', 'PlanNotFound', 'PlanWithChildCantBeDeleted', 'PlansCircularDependencyError', 'PreparePaymentMethodFormError', 'PriceNotFound', 'ProductNotFoundError', 'PromotionCodeCustomerNotFirstPurchase', 'PromotionCodeMaxRedemptionsReached', 'PromotionCodeMinimumAmountNotReached', 'PromotionCodeNotActive', 'PromotionCodeNotForCustomer', 'PromotionCodeNotFound', 'PromotionalEntitlementNotFoundError', 'RateLimitExceeded', 'RecalculateEntitlementsError', 'RequiredSsoAuthenticationError', 'ResyncAlreadyInProgress', 'ScheduledMigrationAlreadyExistsError', 'SelectedBillingModelDoesntMatchImportedItemError', 'SingleSubscriptionCantBeAutoCancellationTargetError', 'StripeCustomerIsDeleted', 'StripeError', 'SubscriptionAlreadyCanceledOrExpired', 'SubscriptionAlreadyOnLatestPlanError', 'SubscriptionDoesNotHaveBillingPeriod', 'SubscriptionInvoiceStatusError', 'SubscriptionMustHaveSinglePlanError', 'SubscriptionNoBillingId', 'SubscriptionNotFound', 'TooManySubscriptionsPerCustomer', 'TrialMustBeCancelledImmediately', 'UnPublishedPackage', 'Unauthenticated', 'UnexpectedError', 'UnsupportedFeatureType', 'UnsupportedSubscriptionScheduleType', 'UnsupportedVendorIdentifier', 'UsageMeasurementDiffOutOfRangeError', 'WorkflowTriggerNotFound')
203
+ __choices__ = ('AccessDeniedError', 'AccountNotFoundError', 'AddonDependencyMissingError', 'AddonHasToHavePriceError', 'AddonIsCompatibleWithGroup', 'AddonIsCompatibleWithPlan', 'AddonNotFound', 'AddonQuantityExceedsLimitError', 'AddonWithDraftCannotBeDeletedError', 'AddonsNotFound', 'AmountTooLarge', 'ArchivedCouponCantBeApplied', 'AuthCustomerMismatch', 'AuthCustomerReadonly', 'AwsMarketplaceIntegrationError', 'AwsMarketplaceIntegrationValidationError', 'BadUserInput', 'BillingIntegrationAlreadyExistsError', 'BillingIntegrationMissing', 'BillingPeriodMissingError', 'CannotAddOverrideEntitlementToPlan', 'CannotArchiveFeatureError', 'CannotArchiveFeatureGroupError', 'CannotChangeBillingIntegration', 'CannotDeleteCustomerError', 'CannotDeleteDefaultIntegration', 'CannotDeleteFeatureError', 'CannotDeleteProductError', 'CannotEditPackageInNonDraftMode', 'CannotRemovePaymentMethodFromCustomerError', 'CannotReportUsageForEntitlementWithMeterError', 'CannotUpdateUnitTransformationError', 'CannotUpsertToPackageThatHasDraft', 'ChangingPayingCustomerIsNotSupportedError', 'CheckoutIsNotSupported', 'CouponNotFound', 'CustomerAlreadyHaveCustomerCoupon', 'CustomerAlreadyUsesCoupon', 'CustomerHasNoEmailAddress', 'CustomerNoBillingId', 'CustomerNotFound', 'CustomerResourceNotFound', 'DowngradeBillingPeriodNotSupportedError', 'DraftAddonCantBeArchived', 'DraftPlanCantBeArchived', 'DuplicateAddonProvisionedError', 'DuplicateIntegrationNotAllowed', 'DuplicateProductValidationError', 'DuplicatedEntityNotAllowed', 'EditAllowedOnDraftPackageOnlyError', 'EntitlementLimitExceededError', 'EntitlementUsageOutOfRangeError', 'EntitlementsMustBelongToSamePackage', 'EntityIdDifferentFromRefIdError', 'EntityIsArchivedError', 'EnvironmentMissing', 'ExperimentAlreadyRunning', 'ExperimentNotFoundError', 'ExperimentStatusError', 'FailedToCreateCheckoutSessionError', 'FailedToImportCustomer', 'FailedToImportSubscriptions', 'FailedToResolveBillingIntegration', 'FeatureConfigurationExceededLimitError', 'FeatureGroupNotFoundError', 'FeatureNotFound', 'FetchAllCountriesPricesNotAllowed', 'FreePlanCantHaveCompatiblePackageGroupError', 'GraphQLAliasesLimitExceeded', 'GraphQLBatchedOperationsLimitExceeded', 'GraphQLUnsupportedDirective', 'HubspotIntegrationError', 'IdentityForbidden', 'ImportAlreadyInProgress', 'ImportSubscriptionsBulkError', 'IncompatibleSubscriptionAddon', 'InitStripePaymentMethodError', 'IntegrationNotFound', 'IntegrationValidationError', 'IntegrityViolation', 'InvalidAddressError', 'InvalidArgumentError', 'InvalidCancellationDate', 'InvalidDoggoSignatureError', 'InvalidEntitlementResetPeriod', 'InvalidMemberDelete', 'InvalidMetadataError', 'InvalidQuantity', 'InvalidSubscriptionStatus', 'InvalidUpdatePriceUnitAmountError', 'MemberInvitationError', 'MemberNotFound', 'MergeEnvironmentValidationError', 'MeterMustBeAssociatedToMeteredFeature', 'MeteringNotAvailableForFeatureType', 'MissingEntityIdError', 'MissingSubscriptionInvoiceError', 'MultiSubscriptionCantBeAutoCancellationSourceError', 'NoFeatureEntitlementError', 'NoFeatureEntitlementInSubscription', 'NoProductsAvailable', 'OperationNotAllowedDuringInProgressExperiment', 'PackageAlreadyPublished', 'PackageGroupMinItemsError', 'PackageGroupNotFound', 'PackagePricingTypeNotSet', 'PaymentMethodNotFoundError', 'PlanCannotBePublishWhenBasePlanIsDraft', 'PlanCannotBePublishWhenCompatibleAddonIsDraft', 'PlanIsUsedAsDefaultStartPlan', 'PlanIsUsedAsDowngradePlan', 'PlanNotFound', 'PlanWithChildCantBeDeleted', 'PlansCircularDependencyError', 'PreparePaymentMethodFormError', 'PriceNotFound', 'ProductNotFoundError', 'PromotionCodeCustomerNotFirstPurchase', 'PromotionCodeMaxRedemptionsReached', 'PromotionCodeMinimumAmountNotReached', 'PromotionCodeNotActive', 'PromotionCodeNotForCustomer', 'PromotionCodeNotFound', 'PromotionalEntitlementNotFoundError', 'RateLimitExceeded', 'RecalculateEntitlementsError', 'RequiredSsoAuthenticationError', 'ResyncAlreadyInProgress', 'ScheduledMigrationAlreadyExistsError', 'SelectedBillingModelDoesntMatchImportedItemError', 'SingleSubscriptionCantBeAutoCancellationTargetError', 'StripeCustomerIsDeleted', 'StripeError', 'SubscriptionAlreadyCanceledOrExpired', 'SubscriptionAlreadyOnLatestPlanError', 'SubscriptionDoesNotHaveBillingPeriod', 'SubscriptionInvoiceStatusError', 'SubscriptionMustHaveSinglePlanError', 'SubscriptionNoBillingId', 'SubscriptionNotFound', 'TooManySubscriptionsPerCustomer', 'TrialMustBeCancelledImmediately', 'UnPublishedPackage', 'Unauthenticated', 'UnexpectedError', 'UnsupportedFeatureType', 'UnsupportedSubscriptionScheduleType', 'UnsupportedVendorIdentifier', 'UsageMeasurementDiffOutOfRangeError', 'VersionExceedsMaxValueError', 'WorkflowTriggerNotFound')
204
204
 
205
205
 
206
206
  class EventActor(sgqlc.types.Enum):
@@ -233,6 +233,16 @@ class ExperimentStatus(sgqlc.types.Enum):
233
233
  __choices__ = ('COMPLETED', 'DRAFT', 'IN_PROGRESS')
234
234
 
235
235
 
236
+ class FeatureGroupSortFields(sgqlc.types.Enum):
237
+ __schema__ = schema
238
+ __choices__ = ('createdAt', 'displayName', 'environmentId', 'featureGroupId', 'id', 'isLatest', 'status', 'updatedAt', 'versionNumber')
239
+
240
+
241
+ class FeatureGroupStatus(sgqlc.types.Enum):
242
+ __schema__ = schema
243
+ __choices__ = ('ARCHIVED', 'PUBLISHED')
244
+
245
+
236
246
  class FeatureSortFields(sgqlc.types.Enum):
237
247
  __schema__ = schema
238
248
  __choices__ = ('createdAt', 'description', 'displayName', 'environmentId', 'featureStatus', 'featureType', 'id', 'meterType', 'refId', 'updatedAt')
@@ -245,7 +255,7 @@ class FeatureStatus(sgqlc.types.Enum):
245
255
 
246
256
  class FeatureType(sgqlc.types.Enum):
247
257
  __schema__ = schema
248
- __choices__ = ('BOOLEAN', 'NUMBER')
258
+ __choices__ = ('BOOLEAN', 'ENUM', 'NUMBER')
249
259
 
250
260
 
251
261
  Float = sgqlc.types.Float
@@ -790,6 +800,13 @@ class ArchiveEnvironmentInput(sgqlc.types.Input):
790
800
  slug = sgqlc.types.Field(String, graphql_name='slug')
791
801
 
792
802
 
803
+ class ArchiveFeatureGroupInput(sgqlc.types.Input):
804
+ __schema__ = schema
805
+ __field_names__ = ('environment_id', 'feature_group_id')
806
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
807
+ feature_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureGroupId')
808
+
809
+
793
810
  class ArchiveFeatureInput(sgqlc.types.Input):
794
811
  __schema__ = schema
795
812
  __field_names__ = ('environment_id', 'id')
@@ -1158,6 +1175,16 @@ class CreateExperimentInput(sgqlc.types.Input):
1158
1175
  variant_percentage = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='variantPercentage')
1159
1176
 
1160
1177
 
1178
+ class CreateFeatureGroupInput(sgqlc.types.Input):
1179
+ __schema__ = schema
1180
+ __field_names__ = ('description', 'display_name', 'environment_id', 'feature_group_id', 'features')
1181
+ description = sgqlc.types.Field(String, graphql_name='description')
1182
+ display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
1183
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
1184
+ feature_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureGroupId')
1185
+ features = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='features')
1186
+
1187
+
1161
1188
  class CreateHook(sgqlc.types.Input):
1162
1189
  __schema__ = schema
1163
1190
  __field_names__ = ('configuration', 'created_at', 'description', 'endpoint', 'environment_id', 'event_log_types', 'id', 'secret_key', 'status')
@@ -1831,6 +1858,13 @@ class EntitlementOptions(sgqlc.types.Input):
1831
1858
  should_track = sgqlc.types.Field(Boolean, graphql_name='shouldTrack')
1832
1859
 
1833
1860
 
1861
+ class EnumConfigurationEntityInput(sgqlc.types.Input):
1862
+ __schema__ = schema
1863
+ __field_names__ = ('display_name', 'value')
1864
+ display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
1865
+ value = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='value')
1866
+
1867
+
1834
1868
  class EnvironmentFilter(sgqlc.types.Input):
1835
1869
  __schema__ = schema
1836
1870
  __field_names__ = ('and_', 'created_at', 'display_name', 'id', 'or_', 'permanent_deletion_date', 'slug')
@@ -2071,12 +2105,56 @@ class FeatureFilter(sgqlc.types.Input):
2071
2105
  updated_at = sgqlc.types.Field(DateFieldComparison, graphql_name='updatedAt')
2072
2106
 
2073
2107
 
2108
+ class FeatureGroupFilter(sgqlc.types.Input):
2109
+ __schema__ = schema
2110
+ __field_names__ = ('and_', 'created_at', 'display_name', 'environment_id', 'feature_group_id', 'id', 'is_latest', 'or_', 'status', 'updated_at', 'version_number')
2111
+ and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('FeatureGroupFilter')), graphql_name='and')
2112
+ created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2113
+ display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
2114
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
2115
+ feature_group_id = sgqlc.types.Field('StringFieldComparison', graphql_name='featureGroupId')
2116
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2117
+ is_latest = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isLatest')
2118
+ or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('FeatureGroupFilter')), graphql_name='or')
2119
+ status = sgqlc.types.Field('FeatureGroupStatusFilterComparison', graphql_name='status')
2120
+ updated_at = sgqlc.types.Field(DateFieldComparison, graphql_name='updatedAt')
2121
+ version_number = sgqlc.types.Field('IntFieldComparison', graphql_name='versionNumber')
2122
+
2123
+
2124
+ class FeatureGroupSort(sgqlc.types.Input):
2125
+ __schema__ = schema
2126
+ __field_names__ = ('direction', 'field', 'nulls')
2127
+ direction = sgqlc.types.Field(sgqlc.types.non_null(SortDirection), graphql_name='direction')
2128
+ field = sgqlc.types.Field(sgqlc.types.non_null(FeatureGroupSortFields), graphql_name='field')
2129
+ nulls = sgqlc.types.Field(SortNulls, graphql_name='nulls')
2130
+
2131
+
2132
+ class FeatureGroupStatusFilterComparison(sgqlc.types.Input):
2133
+ __schema__ = schema
2134
+ __field_names__ = ('eq', 'gt', 'gte', 'i_like', 'in_', 'is_', 'is_not', 'like', 'lt', 'lte', 'neq', 'not_ilike', 'not_in', 'not_like')
2135
+ eq = sgqlc.types.Field(FeatureGroupStatus, graphql_name='eq')
2136
+ gt = sgqlc.types.Field(FeatureGroupStatus, graphql_name='gt')
2137
+ gte = sgqlc.types.Field(FeatureGroupStatus, graphql_name='gte')
2138
+ i_like = sgqlc.types.Field(FeatureGroupStatus, graphql_name='iLike')
2139
+ in_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(FeatureGroupStatus)), graphql_name='in')
2140
+ is_ = sgqlc.types.Field(Boolean, graphql_name='is')
2141
+ is_not = sgqlc.types.Field(Boolean, graphql_name='isNot')
2142
+ like = sgqlc.types.Field(FeatureGroupStatus, graphql_name='like')
2143
+ lt = sgqlc.types.Field(FeatureGroupStatus, graphql_name='lt')
2144
+ lte = sgqlc.types.Field(FeatureGroupStatus, graphql_name='lte')
2145
+ neq = sgqlc.types.Field(FeatureGroupStatus, graphql_name='neq')
2146
+ not_ilike = sgqlc.types.Field(FeatureGroupStatus, graphql_name='notILike')
2147
+ not_in = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(FeatureGroupStatus)), graphql_name='notIn')
2148
+ not_like = sgqlc.types.Field(FeatureGroupStatus, graphql_name='notLike')
2149
+
2150
+
2074
2151
  class FeatureInput(sgqlc.types.Input):
2075
2152
  __schema__ = schema
2076
- __field_names__ = ('additional_meta_data', 'description', 'display_name', 'environment_id', 'feature_status', 'feature_type', 'feature_units', 'feature_units_plural', 'meter', 'meter_type', 'ref_id', 'unit_transformation')
2153
+ __field_names__ = ('additional_meta_data', 'description', 'display_name', 'enum_configuration', 'environment_id', 'feature_status', 'feature_type', 'feature_units', 'feature_units_plural', 'meter', 'meter_type', 'ref_id', 'unit_transformation')
2077
2154
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
2078
2155
  description = sgqlc.types.Field(String, graphql_name='description')
2079
2156
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
2157
+ enum_configuration = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(EnumConfigurationEntityInput)), graphql_name='enumConfiguration')
2080
2158
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
2081
2159
  feature_status = sgqlc.types.Field(FeatureStatus, graphql_name='featureStatus')
2082
2160
  feature_type = sgqlc.types.Field(sgqlc.types.non_null(FeatureType), graphql_name='featureType')
@@ -2627,10 +2705,11 @@ class OpenFGACredentialsInput(sgqlc.types.Input):
2627
2705
 
2628
2706
  class OverageEntitlementCreateInput(sgqlc.types.Input):
2629
2707
  __schema__ = schema
2630
- __field_names__ = ('behavior', 'description', 'display_name_override', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_custom', 'monthly_reset_period_configuration', 'order', 'reset_period', 'usage_limit', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
2708
+ __field_names__ = ('behavior', 'description', 'display_name_override', 'enum_values', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_custom', 'monthly_reset_period_configuration', 'order', 'reset_period', 'usage_limit', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
2631
2709
  behavior = sgqlc.types.Field(EntitlementBehavior, graphql_name='behavior')
2632
2710
  description = sgqlc.types.Field(String, graphql_name='description')
2633
2711
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
2712
+ enum_values = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='enumValues')
2634
2713
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
2635
2714
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
2636
2715
  has_unlimited_usage = sgqlc.types.Field(Boolean, graphql_name='hasUnlimitedUsage')
@@ -2735,10 +2814,11 @@ class PackageEntitlementFilterPackageDTOFilter(sgqlc.types.Input):
2735
2814
 
2736
2815
  class PackageEntitlementInput(sgqlc.types.Input):
2737
2816
  __schema__ = schema
2738
- __field_names__ = ('behavior', 'description', 'display_name_override', 'environment_id', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_custom', 'monthly_reset_period_configuration', 'order', 'package_id', 'reset_period', 'usage_limit', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
2817
+ __field_names__ = ('behavior', 'description', 'display_name_override', 'enum_values', 'environment_id', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_custom', 'monthly_reset_period_configuration', 'order', 'package_id', 'reset_period', 'usage_limit', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
2739
2818
  behavior = sgqlc.types.Field(EntitlementBehavior, graphql_name='behavior')
2740
2819
  description = sgqlc.types.Field(String, graphql_name='description')
2741
2820
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
2821
+ enum_values = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='enumValues')
2742
2822
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
2743
2823
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
2744
2824
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
@@ -2764,10 +2844,11 @@ class PackageEntitlementSort(sgqlc.types.Input):
2764
2844
 
2765
2845
  class PackageEntitlementUpdateInput(sgqlc.types.Input):
2766
2846
  __schema__ = schema
2767
- __field_names__ = ('behavior', 'description', 'display_name_override', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_custom', 'monthly_reset_period_configuration', 'order', 'reset_period', 'usage_limit', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
2847
+ __field_names__ = ('behavior', 'description', 'display_name_override', 'enum_values', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_custom', 'monthly_reset_period_configuration', 'order', 'reset_period', 'usage_limit', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
2768
2848
  behavior = sgqlc.types.Field(EntitlementBehavior, graphql_name='behavior')
2769
2849
  description = sgqlc.types.Field(String, graphql_name='description')
2770
2850
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
2851
+ enum_values = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='enumValues')
2771
2852
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
2772
2853
  has_unlimited_usage = sgqlc.types.Field(Boolean, graphql_name='hasUnlimitedUsage')
2773
2854
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
@@ -4284,6 +4365,13 @@ class UUIDFilterComparison(sgqlc.types.Input):
4284
4365
  not_like = sgqlc.types.Field(UUID, graphql_name='notLike')
4285
4366
 
4286
4367
 
4368
+ class UnArchiveFeatureGroupInput(sgqlc.types.Input):
4369
+ __schema__ = schema
4370
+ __field_names__ = ('environment_id', 'feature_group_id')
4371
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
4372
+ feature_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureGroupId')
4373
+
4374
+
4287
4375
  class UnArchiveFeatureInput(sgqlc.types.Input):
4288
4376
  __schema__ = schema
4289
4377
  __field_names__ = ('environment_id', 'id')
@@ -4377,10 +4465,11 @@ class UpdateExperimentInput(sgqlc.types.Input):
4377
4465
 
4378
4466
  class UpdateFeatureInput(sgqlc.types.Input):
4379
4467
  __schema__ = schema
4380
- __field_names__ = ('additional_meta_data', 'description', 'display_name', 'environment_id', 'feature_units', 'feature_units_plural', 'meter', 'ref_id', 'unit_transformation')
4468
+ __field_names__ = ('additional_meta_data', 'description', 'display_name', 'enum_configuration', 'environment_id', 'feature_units', 'feature_units_plural', 'meter', 'ref_id', 'unit_transformation')
4381
4469
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
4382
4470
  description = sgqlc.types.Field(String, graphql_name='description')
4383
4471
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
4472
+ enum_configuration = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(EnumConfigurationEntityInput)), graphql_name='enumConfiguration')
4384
4473
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
4385
4474
  feature_units = sgqlc.types.Field(String, graphql_name='featureUnits')
4386
4475
  feature_units_plural = sgqlc.types.Field(String, graphql_name='featureUnitsPlural')
@@ -5948,10 +6037,11 @@ class Entitlement(sgqlc.types.Type):
5948
6037
 
5949
6038
  class EntitlementFeature(sgqlc.types.Type):
5950
6039
  __schema__ = schema
5951
- __field_names__ = ('additional_meta_data', 'description', 'display_name', 'feature_status', 'feature_type', 'feature_units', 'feature_units_plural', 'id', 'meter_type', 'ref_id', 'unit_transformation')
6040
+ __field_names__ = ('additional_meta_data', 'description', 'display_name', 'enum_configuration', 'feature_status', 'feature_type', 'feature_units', 'feature_units_plural', 'id', 'meter_type', 'ref_id', 'unit_transformation')
5952
6041
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
5953
6042
  description = sgqlc.types.Field(String, graphql_name='description')
5954
6043
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
6044
+ enum_configuration = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('EnumConfigurationEntity')), graphql_name='enumConfiguration')
5955
6045
  feature_status = sgqlc.types.Field(sgqlc.types.non_null(FeatureStatus), graphql_name='featureStatus')
5956
6046
  feature_type = sgqlc.types.Field(sgqlc.types.non_null(FeatureType), graphql_name='featureType')
5957
6047
  feature_units = sgqlc.types.Field(String, graphql_name='featureUnits')
@@ -6019,6 +6109,14 @@ class EntitlementsUpdated(sgqlc.types.Type):
6019
6109
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
6020
6110
 
6021
6111
 
6112
+ class EnumConfigurationEntity(sgqlc.types.Type):
6113
+ __schema__ = schema
6114
+ __field_names__ = ('deleted_at', 'display_name', 'value')
6115
+ deleted_at = sgqlc.types.Field(DateTime, graphql_name='deletedAt')
6116
+ display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
6117
+ value = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='value')
6118
+
6119
+
6022
6120
  class Environment(sgqlc.types.Type):
6023
6121
  __schema__ = schema
6024
6122
  __field_names__ = ('account', 'api_keys', 'color', 'created_at', 'description', 'display_name', 'harden_client_access_enabled', 'id', 'is_sandbox', 'permanent_deletion_date', 'provision_status', 'signing_token', 'slug', 'type')
@@ -6332,12 +6430,13 @@ class FailedToImportCustomerError(sgqlc.types.Type):
6332
6430
 
6333
6431
  class Feature(sgqlc.types.Type):
6334
6432
  __schema__ = schema
6335
- __field_names__ = ('account', 'additional_meta_data', 'created_at', 'description', 'display_name', 'environment', 'environment_id', 'feature_status', 'feature_type', 'feature_units', 'feature_units_plural', 'has_entitlements', 'has_meter', 'id', 'meter', 'meter_type', 'ref_id', 'unit_transformation', 'updated_at')
6433
+ __field_names__ = ('account', 'additional_meta_data', 'created_at', 'description', 'display_name', 'enum_configuration', 'environment', 'environment_id', 'feature_status', 'feature_type', 'feature_units', 'feature_units_plural', 'has_entitlements', 'has_meter', 'id', 'meter', 'meter_type', 'ref_id', 'unit_transformation', 'updated_at')
6336
6434
  account = sgqlc.types.Field(Account, graphql_name='account')
6337
6435
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
6338
6436
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6339
6437
  description = sgqlc.types.Field(String, graphql_name='description')
6340
6438
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
6439
+ enum_configuration = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(EnumConfigurationEntity)), graphql_name='enumConfiguration')
6341
6440
  environment = sgqlc.types.Field(Environment, graphql_name='environment')
6342
6441
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
6343
6442
  feature_status = sgqlc.types.Field(sgqlc.types.non_null(FeatureStatus), graphql_name='featureStatus')
@@ -6399,6 +6498,103 @@ class FeatureEdge(sgqlc.types.Type):
6399
6498
  node = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='node')
6400
6499
 
6401
6500
 
6501
+ class FeatureGroup(sgqlc.types.Type):
6502
+ __schema__ = schema
6503
+ __field_names__ = ('created_at', 'description', 'display_name', 'environment_id', 'feature_group_id', 'features', 'id', 'is_latest', 'status', 'updated_at', 'version_number')
6504
+ created_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='createdAt')
6505
+ description = sgqlc.types.Field(String, graphql_name='description')
6506
+ display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
6507
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
6508
+ feature_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureGroupId')
6509
+ features = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Feature))), graphql_name='features')
6510
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
6511
+ is_latest = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isLatest')
6512
+ status = sgqlc.types.Field(sgqlc.types.non_null(FeatureGroupStatus), graphql_name='status')
6513
+ updated_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='updatedAt')
6514
+ version_number = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='versionNumber')
6515
+
6516
+
6517
+ class FeatureGroupAggregateGroupBy(sgqlc.types.Type):
6518
+ __schema__ = schema
6519
+ __field_names__ = ('created_at', 'display_name', 'environment_id', 'feature_group_id', 'id', 'is_latest', 'status', 'updated_at', 'version_number')
6520
+ created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6521
+ display_name = sgqlc.types.Field(String, graphql_name='displayName')
6522
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6523
+ feature_group_id = sgqlc.types.Field(String, graphql_name='featureGroupId')
6524
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6525
+ is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
6526
+ status = sgqlc.types.Field(FeatureGroupStatus, graphql_name='status')
6527
+ updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
6528
+ version_number = sgqlc.types.Field(Int, graphql_name='versionNumber')
6529
+
6530
+
6531
+ class FeatureGroupAvgAggregate(sgqlc.types.Type):
6532
+ __schema__ = schema
6533
+ __field_names__ = ('version_number',)
6534
+ version_number = sgqlc.types.Field(Float, graphql_name='versionNumber')
6535
+
6536
+
6537
+ class FeatureGroupConnection(sgqlc.types.relay.Connection):
6538
+ __schema__ = schema
6539
+ __field_names__ = ('edges', 'page_info', 'total_count')
6540
+ edges = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('FeatureGroupEdge'))), graphql_name='edges')
6541
+ page_info = sgqlc.types.Field(sgqlc.types.non_null('PageInfo'), graphql_name='pageInfo')
6542
+ total_count = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='totalCount')
6543
+
6544
+
6545
+ class FeatureGroupCountAggregate(sgqlc.types.Type):
6546
+ __schema__ = schema
6547
+ __field_names__ = ('created_at', 'display_name', 'environment_id', 'feature_group_id', 'id', 'is_latest', 'status', 'updated_at', 'version_number')
6548
+ created_at = sgqlc.types.Field(Int, graphql_name='createdAt')
6549
+ display_name = sgqlc.types.Field(Int, graphql_name='displayName')
6550
+ environment_id = sgqlc.types.Field(Int, graphql_name='environmentId')
6551
+ feature_group_id = sgqlc.types.Field(Int, graphql_name='featureGroupId')
6552
+ id = sgqlc.types.Field(Int, graphql_name='id')
6553
+ is_latest = sgqlc.types.Field(Int, graphql_name='isLatest')
6554
+ status = sgqlc.types.Field(Int, graphql_name='status')
6555
+ updated_at = sgqlc.types.Field(Int, graphql_name='updatedAt')
6556
+ version_number = sgqlc.types.Field(Int, graphql_name='versionNumber')
6557
+
6558
+
6559
+ class FeatureGroupEdge(sgqlc.types.Type):
6560
+ __schema__ = schema
6561
+ __field_names__ = ('cursor', 'node')
6562
+ cursor = sgqlc.types.Field(sgqlc.types.non_null(ConnectionCursor), graphql_name='cursor')
6563
+ node = sgqlc.types.Field(sgqlc.types.non_null(FeatureGroup), graphql_name='node')
6564
+
6565
+
6566
+ class FeatureGroupMaxAggregate(sgqlc.types.Type):
6567
+ __schema__ = schema
6568
+ __field_names__ = ('created_at', 'display_name', 'environment_id', 'feature_group_id', 'id', 'status', 'updated_at', 'version_number')
6569
+ created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6570
+ display_name = sgqlc.types.Field(String, graphql_name='displayName')
6571
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6572
+ feature_group_id = sgqlc.types.Field(String, graphql_name='featureGroupId')
6573
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6574
+ status = sgqlc.types.Field(FeatureGroupStatus, graphql_name='status')
6575
+ updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
6576
+ version_number = sgqlc.types.Field(Int, graphql_name='versionNumber')
6577
+
6578
+
6579
+ class FeatureGroupMinAggregate(sgqlc.types.Type):
6580
+ __schema__ = schema
6581
+ __field_names__ = ('created_at', 'display_name', 'environment_id', 'feature_group_id', 'id', 'status', 'updated_at', 'version_number')
6582
+ created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6583
+ display_name = sgqlc.types.Field(String, graphql_name='displayName')
6584
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6585
+ feature_group_id = sgqlc.types.Field(String, graphql_name='featureGroupId')
6586
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6587
+ status = sgqlc.types.Field(FeatureGroupStatus, graphql_name='status')
6588
+ updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
6589
+ version_number = sgqlc.types.Field(Int, graphql_name='versionNumber')
6590
+
6591
+
6592
+ class FeatureGroupSumAggregate(sgqlc.types.Type):
6593
+ __schema__ = schema
6594
+ __field_names__ = ('version_number',)
6595
+ version_number = sgqlc.types.Field(Float, graphql_name='versionNumber')
6596
+
6597
+
6402
6598
  class FeatureMaxAggregate(sgqlc.types.Type):
6403
6599
  __schema__ = schema
6404
6600
  __field_names__ = ('created_at', 'description', 'display_name', 'environment_id', 'feature_status', 'feature_type', 'id', 'meter_type', 'ref_id', 'updated_at')
@@ -7005,7 +7201,7 @@ class MonthlyResetPeriodConfig(sgqlc.types.Type):
7005
7201
 
7006
7202
  class Mutation(sgqlc.types.Type):
7007
7203
  __schema__ = schema
7008
- __field_names__ = ('add_compatible_addons_to_plan', 'apply_subscription', 'archive_addon', 'archive_customer', 'archive_environment', 'archive_feature', 'archive_one_coupon', 'archive_package_group', 'archive_plan', 'attach_customer_payment_method', 'cancel_schedule', 'cancel_subscription', 'charge_subscription_usage', 'create_account', 'create_addon_draft', 'create_empty_addon_draft', 'create_empty_plan_draft', 'create_feature', 'create_many_package_entitlements', 'create_many_promotional_entitlements', 'create_one_addon', 'create_one_coupon', 'create_one_customer', 'create_one_environment', 'create_one_experiment', 'create_one_hook', 'create_one_integration', 'create_one_plan', 'create_one_product', 'create_or_update_aws_marketplace_product', 'create_package_group', 'create_plan_draft', 'create_subscription', 'create_usage_measurement', 'create_workflow_trigger', 'delegate_subscription_to_customer', 'delete_feature', 'delete_one_feature', 'delete_one_hook', 'delete_one_integration', 'delete_one_package_entitlement', 'delete_one_price', 'delete_one_product', 'delete_one_promotional_entitlement', 'delete_workflow_trigger', 'detach_customer_payment_method', 'duplicate_product', 'edit_package_group', 'estimate_subscription', 'estimate_subscription_update', 'grant_promotional_entitlements', 'hide_getting_started_page', 'import_customers_bulk', 'import_one_customer', 'import_subscriptions_bulk', 'init_add_stripe_customer_payment_method', 'invite_members', 'mark_invoice_as_paid', 'merge_environment', 'migrate_subscription_to_latest', 'prepare_payment_method_form', 'preview_next_invoice', 'preview_subscription', 'provision_customer', 'provision_sandbox', 'provision_subscription', 'provision_subscription_v2', 'publish_addon', 'publish_plan', 'purge_customer_cache', 'recalculate_entitlements', 'register_member', 'remove_addon_draft', 'remove_base_plan_from_plan', 'remove_compatible_addons_from_plan', 'remove_coupon_from_customer', 'remove_experiment_from_customer', 'remove_experiment_from_customer_subscription', 'remove_member', 'remove_plan_draft', 'report_entitlement_check_requested', 'report_event', 'report_usage', 'report_usage_bulk', 'resend_email_verification', 'resync_integration', 'revoke_promotional_entitlement', 'set_access_roles', 'set_base_plan_on_plan', 'set_compatible_addons_on_plan', 'set_compatible_package_groups', 'set_coupon_on_customer', 'set_experiment_on_customer', 'set_experiment_on_customer_subscription', 'set_package_group_addons', 'set_package_pricing', 'set_widget_configuration', 'start_experiment', 'stop_experiment', 'subscription_maximum_spend', 'sync_tax_rates', 'transfer_subscription', 'transfer_subscription_to_resource', 'trigger_import_catalog', 'trigger_import_customers', 'trigger_plan_subscription_migration', 'trigger_rbacsync', 'trigger_subscription_billing_month_ends_soon_webhook', 'trigger_subscription_usage_sync', 'trigger_workflow', 'unarchive_addon', 'unarchive_customer', 'unarchive_environment', 'unarchive_feature', 'unarchive_plan', 'update_account', 'update_entitlements_order', 'update_feature', 'update_one_addon', 'update_one_coupon', 'update_one_customer', 'update_one_environment', 'update_one_experiment', 'update_one_hook', 'update_one_integration', 'update_one_package_entitlement', 'update_one_plan', 'update_one_product', 'update_one_promotional_entitlement', 'update_one_subscription', 'update_user', 'workflows_login')
7204
+ __field_names__ = ('add_compatible_addons_to_plan', 'apply_subscription', 'archive_addon', 'archive_customer', 'archive_environment', 'archive_feature', 'archive_feature_group', 'archive_one_coupon', 'archive_package_group', 'archive_plan', 'attach_customer_payment_method', 'cancel_schedule', 'cancel_subscription', 'charge_subscription_usage', 'create_account', 'create_addon_draft', 'create_empty_addon_draft', 'create_empty_plan_draft', 'create_feature', 'create_feature_group', 'create_many_package_entitlements', 'create_many_promotional_entitlements', 'create_one_addon', 'create_one_coupon', 'create_one_customer', 'create_one_environment', 'create_one_experiment', 'create_one_hook', 'create_one_integration', 'create_one_plan', 'create_one_product', 'create_or_update_aws_marketplace_product', 'create_package_group', 'create_plan_draft', 'create_subscription', 'create_usage_measurement', 'create_workflow_trigger', 'delegate_subscription_to_customer', 'delete_feature', 'delete_one_feature', 'delete_one_hook', 'delete_one_integration', 'delete_one_package_entitlement', 'delete_one_price', 'delete_one_product', 'delete_one_promotional_entitlement', 'delete_workflow_trigger', 'detach_customer_payment_method', 'duplicate_product', 'edit_package_group', 'estimate_subscription', 'estimate_subscription_update', 'grant_promotional_entitlements', 'hide_getting_started_page', 'import_customers_bulk', 'import_one_customer', 'import_subscriptions_bulk', 'init_add_stripe_customer_payment_method', 'invite_members', 'mark_invoice_as_paid', 'merge_environment', 'migrate_subscription_to_latest', 'prepare_payment_method_form', 'preview_next_invoice', 'preview_subscription', 'provision_customer', 'provision_sandbox', 'provision_subscription', 'provision_subscription_v2', 'publish_addon', 'publish_plan', 'purge_customer_cache', 'recalculate_entitlements', 'register_member', 'remove_addon_draft', 'remove_base_plan_from_plan', 'remove_compatible_addons_from_plan', 'remove_coupon_from_customer', 'remove_experiment_from_customer', 'remove_experiment_from_customer_subscription', 'remove_member', 'remove_plan_draft', 'report_entitlement_check_requested', 'report_event', 'report_usage', 'report_usage_bulk', 'resend_email_verification', 'resync_integration', 'revoke_promotional_entitlement', 'set_access_roles', 'set_base_plan_on_plan', 'set_compatible_addons_on_plan', 'set_compatible_package_groups', 'set_coupon_on_customer', 'set_experiment_on_customer', 'set_experiment_on_customer_subscription', 'set_package_group_addons', 'set_package_pricing', 'set_widget_configuration', 'start_experiment', 'stop_experiment', 'subscription_maximum_spend', 'sync_tax_rates', 'transfer_subscription', 'transfer_subscription_to_resource', 'trigger_import_catalog', 'trigger_import_customers', 'trigger_plan_subscription_migration', 'trigger_rbacsync', 'trigger_subscription_billing_month_ends_soon_webhook', 'trigger_subscription_usage_sync', 'trigger_workflow', 'unarchive_addon', 'unarchive_customer', 'unarchive_environment', 'unarchive_feature', 'unarchive_feature_group', 'unarchive_plan', 'update_account', 'update_entitlements_order', 'update_feature', 'update_one_addon', 'update_one_coupon', 'update_one_customer', 'update_one_environment', 'update_one_experiment', 'update_one_hook', 'update_one_integration', 'update_one_package_entitlement', 'update_one_plan', 'update_one_product', 'update_one_promotional_entitlement', 'update_one_subscription', 'update_user', 'workflows_login')
7009
7205
  add_compatible_addons_to_plan = sgqlc.types.Field(sgqlc.types.non_null('Plan'), graphql_name='addCompatibleAddonsToPlan', args=sgqlc.types.ArgDict((
7010
7206
  ('input', sgqlc.types.Arg(sgqlc.types.non_null(AddCompatibleAddonsToPlanInput), graphql_name='input', default=None)),
7011
7207
  ))
@@ -7028,6 +7224,10 @@ class Mutation(sgqlc.types.Type):
7028
7224
  )
7029
7225
  archive_feature = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='archiveFeature', args=sgqlc.types.ArgDict((
7030
7226
  ('input', sgqlc.types.Arg(sgqlc.types.non_null(ArchiveFeatureInput), graphql_name='input', default=None)),
7227
+ ))
7228
+ )
7229
+ archive_feature_group = sgqlc.types.Field(sgqlc.types.non_null(FeatureGroup), graphql_name='archiveFeatureGroup', args=sgqlc.types.ArgDict((
7230
+ ('input', sgqlc.types.Arg(sgqlc.types.non_null(ArchiveFeatureGroupInput), graphql_name='input', default=None)),
7031
7231
  ))
7032
7232
  )
7033
7233
  archive_one_coupon = sgqlc.types.Field(sgqlc.types.non_null(Coupon), graphql_name='archiveOneCoupon', args=sgqlc.types.ArgDict((
@@ -7076,6 +7276,10 @@ class Mutation(sgqlc.types.Type):
7076
7276
  )
7077
7277
  create_feature = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='createFeature', args=sgqlc.types.ArgDict((
7078
7278
  ('input', sgqlc.types.Arg(sgqlc.types.non_null(FeatureInput), graphql_name='input', default=None)),
7279
+ ))
7280
+ )
7281
+ create_feature_group = sgqlc.types.Field(sgqlc.types.non_null(FeatureGroup), graphql_name='createFeatureGroup', args=sgqlc.types.ArgDict((
7282
+ ('input', sgqlc.types.Arg(sgqlc.types.non_null(CreateFeatureGroupInput), graphql_name='input', default=None)),
7079
7283
  ))
7080
7284
  )
7081
7285
  create_many_package_entitlements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('PackageEntitlement'))), graphql_name='createManyPackageEntitlements', args=sgqlc.types.ArgDict((
@@ -7451,6 +7655,10 @@ class Mutation(sgqlc.types.Type):
7451
7655
  )
7452
7656
  unarchive_feature = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='unarchiveFeature', args=sgqlc.types.ArgDict((
7453
7657
  ('input', sgqlc.types.Arg(sgqlc.types.non_null(UnArchiveFeatureInput), graphql_name='input', default=None)),
7658
+ ))
7659
+ )
7660
+ unarchive_feature_group = sgqlc.types.Field(sgqlc.types.non_null(FeatureGroup), graphql_name='unarchiveFeatureGroup', args=sgqlc.types.ArgDict((
7661
+ ('input', sgqlc.types.Arg(sgqlc.types.non_null(UnArchiveFeatureGroupInput), graphql_name='input', default=None)),
7454
7662
  ))
7455
7663
  )
7456
7664
  unarchive_plan = sgqlc.types.Field(sgqlc.types.non_null('Plan'), graphql_name='unarchivePlan', args=sgqlc.types.ArgDict((
@@ -7634,11 +7842,12 @@ class PackageDraftSummary(sgqlc.types.Type):
7634
7842
 
7635
7843
  class PackageEntitlement(sgqlc.types.Type):
7636
7844
  __schema__ = schema
7637
- __field_names__ = ('behavior', 'created_at', 'description', 'display_name_override', 'environment_id', 'feature', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'id', 'is_custom', 'meter', 'order', 'package', 'package_id', 'reset_period', 'reset_period_configuration', 'updated_at', 'usage_limit')
7845
+ __field_names__ = ('behavior', 'created_at', 'description', 'display_name_override', 'enum_values', 'environment_id', 'feature', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'id', 'is_custom', 'meter', 'order', 'package', 'package_id', 'reset_period', 'reset_period_configuration', 'updated_at', 'usage_limit')
7638
7846
  behavior = sgqlc.types.Field(sgqlc.types.non_null(EntitlementBehavior), graphql_name='behavior')
7639
7847
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7640
7848
  description = sgqlc.types.Field(String, graphql_name='description')
7641
7849
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
7850
+ enum_values = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='enumValues')
7642
7851
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
7643
7852
  feature = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='feature')
7644
7853
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
@@ -7695,11 +7904,12 @@ class PackageEntitlementCountAggregate(sgqlc.types.Type):
7695
7904
 
7696
7905
  class PackageEntitlementDeleteResponse(sgqlc.types.Type):
7697
7906
  __schema__ = schema
7698
- __field_names__ = ('behavior', 'created_at', 'description', 'display_name_override', 'environment_id', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'id', 'is_custom', 'order', 'package_id', 'reset_period', 'reset_period_configuration', 'updated_at', 'usage_limit')
7907
+ __field_names__ = ('behavior', 'created_at', 'description', 'display_name_override', 'enum_values', 'environment_id', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'id', 'is_custom', 'order', 'package_id', 'reset_period', 'reset_period_configuration', 'updated_at', 'usage_limit')
7699
7908
  behavior = sgqlc.types.Field(EntitlementBehavior, graphql_name='behavior')
7700
7909
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7701
7910
  description = sgqlc.types.Field(String, graphql_name='description')
7702
7911
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
7912
+ enum_values = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='enumValues')
7703
7913
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
7704
7914
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
7705
7915
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
@@ -8729,7 +8939,7 @@ class PublishPackageResult(sgqlc.types.Type):
8729
8939
 
8730
8940
  class Query(sgqlc.types.Type):
8731
8941
  __schema__ = schema
8732
- __field_names__ = ('addon_associated_entities', 'addons', 'aggregated_events_by_customer', 'cached_entitlements', 'checkout_state', 'coupon', 'coupons', 'current_environment', 'current_user', 'customer_portal', 'customer_resources', 'customer_subscriptions', 'customers', 'does_feature_exist', 'dump_environment_for_merge_comparison', 'dump_environment_product_catalog', 'entitlement', 'entitlements', 'environments', 'event_logs', 'events_fields', 'experiment', 'experiments', 'feature_associated_latest_packages', 'features', 'fetch_account', 'get_active_subscriptions', 'get_addon_by_ref_id', 'get_auth0_applications', 'get_aws_external_id', 'get_customer_by_ref_id', 'get_experiment_stats', 'get_package_group', 'get_paywall', 'get_plan_by_ref_id', 'get_subscription', 'hook', 'hooks', 'import_integration_tasks', 'integrations', 'list_aws_product_dimensions', 'list_aws_products', 'members', 'mock_paywall', 'package_entitlements', 'package_group', 'package_groups', 'paywall', 'plans', 'products', 'promotional_entitlements', 'sdk_configuration', 'send_test_hook', 'stripe_customers', 'stripe_products', 'stripe_subscriptions', 'subscription_entitlements', 'subscription_migration_tasks', 'subscriptions', 'test_hook_data', 'trigger_workflow_with_test_event', 'usage_events', 'usage_history', 'usage_history_v2', 'usage_measurements', 'validate_merge_environment', 'verified_account_domains', 'widget_configuration', 'workflow_triggers')
8942
+ __field_names__ = ('addon_associated_entities', 'addons', 'aggregated_events_by_customer', 'cached_entitlements', 'checkout_state', 'coupon', 'coupons', 'current_environment', 'current_user', 'customer_portal', 'customer_resources', 'customer_subscriptions', 'customers', 'does_feature_exist', 'dump_environment_for_merge_comparison', 'dump_environment_product_catalog', 'entitlement', 'entitlements', 'environments', 'event_logs', 'events_fields', 'experiment', 'experiments', 'feature_associated_latest_packages', 'feature_group', 'feature_groups', 'features', 'fetch_account', 'get_active_subscriptions', 'get_addon_by_ref_id', 'get_auth0_applications', 'get_aws_external_id', 'get_customer_by_ref_id', 'get_experiment_stats', 'get_package_group', 'get_paywall', 'get_plan_by_ref_id', 'get_subscription', 'hook', 'hooks', 'import_integration_tasks', 'integrations', 'list_aws_product_dimensions', 'list_aws_products', 'members', 'mock_paywall', 'package_entitlements', 'package_group', 'package_groups', 'paywall', 'plans', 'products', 'promotional_entitlements', 'sdk_configuration', 'send_test_hook', 'stripe_customers', 'stripe_products', 'stripe_subscriptions', 'subscription_entitlements', 'subscription_migration_tasks', 'subscriptions', 'test_hook_data', 'trigger_workflow_with_test_event', 'usage_events', 'usage_history', 'usage_history_v2', 'usage_measurements', 'validate_merge_environment', 'verified_account_domains', 'widget_configuration', 'workflow_triggers')
8733
8943
  addon_associated_entities = sgqlc.types.Field(sgqlc.types.non_null(AddonAssociatedEntities), graphql_name='addonAssociatedEntities', args=sgqlc.types.ArgDict((
8734
8944
  ('input', sgqlc.types.Arg(sgqlc.types.non_null(AddonAssociatedEntitiesInput), graphql_name='input', default=None)),
8735
8945
  ))
@@ -8834,6 +9044,16 @@ class Query(sgqlc.types.Type):
8834
9044
  )
8835
9045
  feature_associated_latest_packages = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(PackageDTO))), graphql_name='featureAssociatedLatestPackages', args=sgqlc.types.ArgDict((
8836
9046
  ('input', sgqlc.types.Arg(sgqlc.types.non_null(FeatureAssociatedLatestPackages), graphql_name='input', default=None)),
9047
+ ))
9048
+ )
9049
+ feature_group = sgqlc.types.Field(FeatureGroup, graphql_name='featureGroup', args=sgqlc.types.ArgDict((
9050
+ ('id', sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name='id', default=None)),
9051
+ ))
9052
+ )
9053
+ feature_groups = sgqlc.types.Field(sgqlc.types.non_null(FeatureGroupConnection), graphql_name='featureGroups', args=sgqlc.types.ArgDict((
9054
+ ('filter', sgqlc.types.Arg(FeatureGroupFilter, graphql_name='filter', default={'isLatest': {}, 'status': {'eq': 'PUBLISHED'}})),
9055
+ ('paging', sgqlc.types.Arg(CursorPaging, graphql_name='paging', default={'first': 10})),
9056
+ ('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(FeatureGroupSort)), graphql_name='sorting', default=[{'direction': 'DESC', 'field': 'createdAt'}])),
8837
9057
  ))
8838
9058
  )
8839
9059
  features = sgqlc.types.Field(sgqlc.types.non_null(FeatureConnection), graphql_name='features', args=sgqlc.types.ArgDict((
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 2.462.3
3
+ Version: 2.464.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=TYz-Vq4st8EGRpuc5rnXMwz6RwQRWqVih1bSTP-YZ8s,81847
5
- stigg/generated/schema.py,sha256=j4cGbFpj9eBgi8zzYWXduWK9I2l4h064MNI2PO15xMI,664164
6
- stigg_api_client-2.462.3.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-2.462.3.dist-info/METADATA,sha256=EemaenSe2th8PuOVg-ZXWAyDcBEZhcvC9INEdF4oXX8,3198
8
- stigg_api_client-2.462.3.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-2.462.3.dist-info/RECORD,,
5
+ stigg/generated/schema.py,sha256=0dnuHFAibuKYvhu42Etsw7gbRFb9sVQrb4PBwep_Grk,678308
6
+ stigg_api_client-2.464.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-2.464.0.dist-info/METADATA,sha256=knxPJf4_sCKGx8cVXYkyvn08nNAD0fhnxETlnMkQ9t0,3198
8
+ stigg_api_client-2.464.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-2.464.0.dist-info/RECORD,,