stigg-api-client 2.463.0__tar.gz → 2.464.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of stigg-api-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 2.463.0
3
+ Version: 2.464.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "stigg-api-client"
3
- version = "2.463.0"
3
+ version = "2.464.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -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', 'FeatureConfigurationExceededLimitError', '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')
@@ -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')
@@ -2078,6 +2105,49 @@ class FeatureFilter(sgqlc.types.Input):
2078
2105
  updated_at = sgqlc.types.Field(DateFieldComparison, graphql_name='updatedAt')
2079
2106
 
2080
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
+
2081
2151
  class FeatureInput(sgqlc.types.Input):
2082
2152
  __schema__ = schema
2083
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')
@@ -4295,6 +4365,13 @@ class UUIDFilterComparison(sgqlc.types.Input):
4295
4365
  not_like = sgqlc.types.Field(UUID, graphql_name='notLike')
4296
4366
 
4297
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
+
4298
4375
  class UnArchiveFeatureInput(sgqlc.types.Input):
4299
4376
  __schema__ = schema
4300
4377
  __field_names__ = ('environment_id', 'id')
@@ -6421,6 +6498,103 @@ class FeatureEdge(sgqlc.types.Type):
6421
6498
  node = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='node')
6422
6499
 
6423
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
+
6424
6598
  class FeatureMaxAggregate(sgqlc.types.Type):
6425
6599
  __schema__ = schema
6426
6600
  __field_names__ = ('created_at', 'description', 'display_name', 'environment_id', 'feature_status', 'feature_type', 'id', 'meter_type', 'ref_id', 'updated_at')
@@ -7027,7 +7201,7 @@ class MonthlyResetPeriodConfig(sgqlc.types.Type):
7027
7201
 
7028
7202
  class Mutation(sgqlc.types.Type):
7029
7203
  __schema__ = schema
7030
- __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')
7031
7205
  add_compatible_addons_to_plan = sgqlc.types.Field(sgqlc.types.non_null('Plan'), graphql_name='addCompatibleAddonsToPlan', args=sgqlc.types.ArgDict((
7032
7206
  ('input', sgqlc.types.Arg(sgqlc.types.non_null(AddCompatibleAddonsToPlanInput), graphql_name='input', default=None)),
7033
7207
  ))
@@ -7050,6 +7224,10 @@ class Mutation(sgqlc.types.Type):
7050
7224
  )
7051
7225
  archive_feature = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='archiveFeature', args=sgqlc.types.ArgDict((
7052
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)),
7053
7231
  ))
7054
7232
  )
7055
7233
  archive_one_coupon = sgqlc.types.Field(sgqlc.types.non_null(Coupon), graphql_name='archiveOneCoupon', args=sgqlc.types.ArgDict((
@@ -7098,6 +7276,10 @@ class Mutation(sgqlc.types.Type):
7098
7276
  )
7099
7277
  create_feature = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='createFeature', args=sgqlc.types.ArgDict((
7100
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)),
7101
7283
  ))
7102
7284
  )
7103
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((
@@ -7473,6 +7655,10 @@ class Mutation(sgqlc.types.Type):
7473
7655
  )
7474
7656
  unarchive_feature = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='unarchiveFeature', args=sgqlc.types.ArgDict((
7475
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)),
7476
7662
  ))
7477
7663
  )
7478
7664
  unarchive_plan = sgqlc.types.Field(sgqlc.types.non_null('Plan'), graphql_name='unarchivePlan', args=sgqlc.types.ArgDict((
@@ -8753,7 +8939,7 @@ class PublishPackageResult(sgqlc.types.Type):
8753
8939
 
8754
8940
  class Query(sgqlc.types.Type):
8755
8941
  __schema__ = schema
8756
- __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')
8757
8943
  addon_associated_entities = sgqlc.types.Field(sgqlc.types.non_null(AddonAssociatedEntities), graphql_name='addonAssociatedEntities', args=sgqlc.types.ArgDict((
8758
8944
  ('input', sgqlc.types.Arg(sgqlc.types.non_null(AddonAssociatedEntitiesInput), graphql_name='input', default=None)),
8759
8945
  ))
@@ -8858,6 +9044,16 @@ class Query(sgqlc.types.Type):
8858
9044
  )
8859
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((
8860
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'}])),
8861
9057
  ))
8862
9058
  )
8863
9059
  features = sgqlc.types.Field(sgqlc.types.non_null(FeatureConnection), graphql_name='features', args=sgqlc.types.ArgDict((