stigg-api-client 0.690.0__py3-none-any.whl → 0.693.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 +38 -25
- {stigg_api_client-0.690.0.dist-info → stigg_api_client-0.693.0.dist-info}/METADATA +1 -1
- {stigg_api_client-0.690.0.dist-info → stigg_api_client-0.693.0.dist-info}/RECORD +5 -5
- {stigg_api_client-0.690.0.dist-info → stigg_api_client-0.693.0.dist-info}/LICENSE +0 -0
- {stigg_api_client-0.690.0.dist-info → stigg_api_client-0.693.0.dist-info}/WHEEL +0 -0
stigg/generated/schema.py
CHANGED
|
@@ -160,7 +160,7 @@ class EnvironmentSortFields(sgqlc.types.Enum):
|
|
|
160
160
|
|
|
161
161
|
class ErrorCode(sgqlc.types.Enum):
|
|
162
162
|
__schema__ = schema
|
|
163
|
-
__choices__ = ('AccountNotFoundError', 'AddonHasToHavePriceError', 'AddonNotFound', 'AddonWithDraftCannotBeDeletedError', 'ArchivedCouponCantBeApplied', 'AuthCustomerMismatch', 'AwsMarketplaceIntegrationError', 'BadUserInput', 'BillingPeriodMissingError', 'CannotArchiveFeatureError', 'CannotDeleteCustomerError', 'CannotDeleteFeatureError', 'CannotDeleteProductError', 'CannotEditPackageInNonDraftMode', 'CannotReportUsageForEntitlementWithMeterError', 'CannotUpsertToPackageThatHasDraft', 'CheckoutIsNotSupported', 'CheckoutOptionsMissing', 'CouponNotFound', 'CustomerAlreadyHaveCustomerCoupon', 'CustomerAlreadyUsesCoupon', 'CustomerHasNoPaymentMethod', 'CustomerNoBillingId', 'CustomerNotFound', 'CustomerResourceNotFound', 'DowngradeBillingPeriodNotSupportedError', 'DraftPlanCantBeArchived', 'DuplicatedEntityNotAllowed', 'EditAllowedOnDraftPackageOnlyError', 'EntitlementsMustBelongToSamePackage', 'EntityIdDifferentFromRefIdError', 'EntityIsArchivedError', 'EnvironmentMissing', 'ExperimentAlreadyRunning', 'ExperimentNotFoundError', 'ExperimentStatusError', 'FailedToCreateCheckoutSessionError', 'FailedToImportCustomer', 'FeatureNotFound', 'FetchAllCountriesPricesNotAllowed', 'IdentityForbidden', 'ImportAlreadyInProgress', 'ImportSubscriptionsBulkError', 'InitStripePaymentMethodError', 'IntegrationNotFound', 'IntegrityViolation', 'InvalidAddressError', 'InvalidArgumentError', 'InvalidCancellationDate', 'InvalidEntitlementResetPeriod', 'InvalidMemberDelete', 'InvalidMetadataError', 'InvalidQuantity', 'InvalidSubscriptionStatus', 'InvalidUpdatePriceUnitAmountError', 'MemberInvitationError', 'MemberNotFound', 'MeterMustBeAssociatedToMeteredFeature', 'MeteringNotAvailableForFeatureType', 'MissingEntityIdError', 'NoFeatureEntitlementInSubscription', 'NoProductsAvailable', 'OperationNotAllowedDuringInProgressExperiment', 'PackageAlreadyPublished', 'PackagePricingTypeNotSet', 'PaymentMethodNotFoundError', 'PlanAlreadyExtended', 'PlanCannotBePublishWhenBasePlanIsDraft', 'PlanCannotBePublishWhenCompatibleAddonIsDraft', 'PlanIsUsedAsDefaultStartPlan', 'PlanIsUsedAsDowngradePlan', 'PlanNotFound', 'PlanWithChildCantBeDeleted', 'PlansCircularDependencyError', 'PriceNotFound', 'PromotionCodeCustomerNotFirstPurchase', 'PromotionCodeMaxRedemptionsReached', 'PromotionCodeMinimumAmountNotReached', 'PromotionCodeNotActive', 'PromotionCodeNotForCustomer', 'PromotionCodeNotFound', 'PromotionalEntitlementNotFoundError', 'RateLimitExceeded', 'RecalculateEntitlementsError', 'ResyncAlreadyInProgress', 'ScheduledMigrationAlreadyExistsError', 'SelectedBillingModelDoesntMatchImportedItemError', 'StripeCustomerIsDeleted', 'StripeError', 'SubscriptionAlreadyCanceledOrExpired', 'SubscriptionAlreadyOnLatestPlanError', 'SubscriptionMustHaveSinglePlanError', 'SubscriptionNotFound', 'TooManySubscriptionsPerCustomer', 'TrialMinDateError', 'TrialMustBeCancelledImmediately', 'UnPublishedPackage', 'Unauthenticated', 'UncompatibleSubscriptionAddon', 'UnexpectedError', 'UnsupportedFeatureType', 'UnsupportedSubscriptionScheduleType', 'UnsupportedVendorIdentifier')
|
|
163
|
+
__choices__ = ('AccountNotFoundError', 'AddonHasToHavePriceError', 'AddonNotFound', 'AddonWithDraftCannotBeDeletedError', 'ArchivedCouponCantBeApplied', 'AuthCustomerMismatch', 'AwsMarketplaceIntegrationError', 'AwsMarketplaceIntegrationValidationError', 'BadUserInput', 'BillingPeriodMissingError', 'CannotArchiveFeatureError', 'CannotDeleteCustomerError', 'CannotDeleteFeatureError', 'CannotDeleteProductError', 'CannotEditPackageInNonDraftMode', 'CannotReportUsageForEntitlementWithMeterError', 'CannotUpsertToPackageThatHasDraft', 'CheckoutIsNotSupported', 'CheckoutOptionsMissing', 'CouponNotFound', 'CustomerAlreadyHaveCustomerCoupon', 'CustomerAlreadyUsesCoupon', 'CustomerHasNoPaymentMethod', 'CustomerNoBillingId', 'CustomerNotFound', 'CustomerResourceNotFound', 'DowngradeBillingPeriodNotSupportedError', 'DraftPlanCantBeArchived', 'DuplicateProductValidationError', 'DuplicatedEntityNotAllowed', 'EditAllowedOnDraftPackageOnlyError', 'EntitlementsMustBelongToSamePackage', 'EntityIdDifferentFromRefIdError', 'EntityIsArchivedError', 'EnvironmentMissing', 'ExperimentAlreadyRunning', 'ExperimentNotFoundError', 'ExperimentStatusError', 'FailedToCreateCheckoutSessionError', 'FailedToImportCustomer', 'FeatureNotFound', 'FetchAllCountriesPricesNotAllowed', 'IdentityForbidden', 'ImportAlreadyInProgress', 'ImportSubscriptionsBulkError', 'InitStripePaymentMethodError', 'IntegrationNotFound', 'IntegrationValidationError', 'IntegrityViolation', 'InvalidAddressError', 'InvalidArgumentError', 'InvalidCancellationDate', 'InvalidEntitlementResetPeriod', 'InvalidMemberDelete', 'InvalidMetadataError', 'InvalidQuantity', 'InvalidSubscriptionStatus', 'InvalidUpdatePriceUnitAmountError', 'MemberInvitationError', 'MemberNotFound', 'MeterMustBeAssociatedToMeteredFeature', 'MeteringNotAvailableForFeatureType', 'MissingEntityIdError', 'NoFeatureEntitlementInSubscription', 'NoProductsAvailable', 'OperationNotAllowedDuringInProgressExperiment', 'PackageAlreadyPublished', 'PackagePricingTypeNotSet', 'PaymentMethodNotFoundError', 'PlanAlreadyExtended', 'PlanCannotBePublishWhenBasePlanIsDraft', 'PlanCannotBePublishWhenCompatibleAddonIsDraft', 'PlanIsUsedAsDefaultStartPlan', 'PlanIsUsedAsDowngradePlan', 'PlanNotFound', 'PlanWithChildCantBeDeleted', 'PlansCircularDependencyError', 'PriceNotFound', 'PromotionCodeCustomerNotFirstPurchase', 'PromotionCodeMaxRedemptionsReached', 'PromotionCodeMinimumAmountNotReached', 'PromotionCodeNotActive', 'PromotionCodeNotForCustomer', 'PromotionCodeNotFound', 'PromotionalEntitlementNotFoundError', 'RateLimitExceeded', 'RecalculateEntitlementsError', 'ResyncAlreadyInProgress', 'ScheduledMigrationAlreadyExistsError', 'SelectedBillingModelDoesntMatchImportedItemError', 'StripeCustomerIsDeleted', 'StripeError', 'SubscriptionAlreadyCanceledOrExpired', 'SubscriptionAlreadyOnLatestPlanError', 'SubscriptionMustHaveSinglePlanError', 'SubscriptionNotFound', 'TooManySubscriptionsPerCustomer', 'TrialMinDateError', 'TrialMustBeCancelledImmediately', 'UnPublishedPackage', 'Unauthenticated', 'UncompatibleSubscriptionAddon', 'UnexpectedError', 'UnsupportedFeatureType', 'UnsupportedSubscriptionScheduleType', 'UnsupportedVendorIdentifier')
|
|
164
164
|
|
|
165
165
|
|
|
166
166
|
class EventLogType(sgqlc.types.Enum):
|
|
@@ -288,11 +288,6 @@ class PricingType(sgqlc.types.Enum):
|
|
|
288
288
|
__choices__ = ('CUSTOM', 'FREE', 'PAID')
|
|
289
289
|
|
|
290
290
|
|
|
291
|
-
class ProductIntegrationType(sgqlc.types.Enum):
|
|
292
|
-
__schema__ = schema
|
|
293
|
-
__choices__ = ('AWSMarketplace',)
|
|
294
|
-
|
|
295
|
-
|
|
296
291
|
class ProductSortFields(sgqlc.types.Enum):
|
|
297
292
|
__schema__ = schema
|
|
298
293
|
__choices__ = ('awsMarketplaceProductCode', 'awsMarketplaceProductId', 'createdAt', 'description', 'displayName', 'environmentId', 'id', 'isDefaultProduct', 'refId', 'updatedAt')
|
|
@@ -645,13 +640,6 @@ class AttachCustomerPaymentMethodInput(sgqlc.types.Input):
|
|
|
645
640
|
vendor_identifier = sgqlc.types.Field(sgqlc.types.non_null(VendorIdentifier), graphql_name='vendorIdentifier')
|
|
646
641
|
|
|
647
642
|
|
|
648
|
-
class AwsMarketplaceConfigurationInput(sgqlc.types.Input):
|
|
649
|
-
__schema__ = schema
|
|
650
|
-
__field_names__ = ('aws_product_id', 'dimensions_mapping')
|
|
651
|
-
aws_product_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='awsProductId')
|
|
652
|
-
dimensions_mapping = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('DimensionsMappingInput'))), graphql_name='dimensionsMapping')
|
|
653
|
-
|
|
654
|
-
|
|
655
643
|
class AwsMarketplaceCredentialsInput(sgqlc.types.Input):
|
|
656
644
|
__schema__ = schema
|
|
657
645
|
__field_names__ = ('aws_role_arn',)
|
|
@@ -978,6 +966,21 @@ class CreateOneProductInput(sgqlc.types.Input):
|
|
|
978
966
|
product = sgqlc.types.Field(sgqlc.types.non_null('ProductCreateInput'), graphql_name='product')
|
|
979
967
|
|
|
980
968
|
|
|
969
|
+
class CreateOrUpdateAwsMarketplaceProductInput(sgqlc.types.Input):
|
|
970
|
+
__schema__ = schema
|
|
971
|
+
__field_names__ = ('additional_meta_data', 'aws_dimensions_mapping', 'aws_product_id', 'description', 'display_name', 'environment_id', 'multiple_subscriptions', 'product_id', 'product_settings', 'ref_id')
|
|
972
|
+
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
973
|
+
aws_dimensions_mapping = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('DimensionsMappingInput'))), graphql_name='awsDimensionsMapping')
|
|
974
|
+
aws_product_id = sgqlc.types.Field(String, graphql_name='awsProductId')
|
|
975
|
+
description = sgqlc.types.Field(String, graphql_name='description')
|
|
976
|
+
display_name = sgqlc.types.Field(String, graphql_name='displayName')
|
|
977
|
+
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
978
|
+
multiple_subscriptions = sgqlc.types.Field(Boolean, graphql_name='multipleSubscriptions')
|
|
979
|
+
product_id = sgqlc.types.Field(String, graphql_name='productId')
|
|
980
|
+
product_settings = sgqlc.types.Field('ProductSettingsInput', graphql_name='productSettings')
|
|
981
|
+
ref_id = sgqlc.types.Field(String, graphql_name='refId')
|
|
982
|
+
|
|
983
|
+
|
|
981
984
|
class CursorPaging(sgqlc.types.Input):
|
|
982
985
|
__schema__ = schema
|
|
983
986
|
__field_names__ = ('after', 'before', 'first', 'last')
|
|
@@ -1419,6 +1422,17 @@ class DoesFeatureExist(sgqlc.types.Input):
|
|
|
1419
1422
|
ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
|
|
1420
1423
|
|
|
1421
1424
|
|
|
1425
|
+
class DuplicateProductInput(sgqlc.types.Input):
|
|
1426
|
+
__schema__ = schema
|
|
1427
|
+
__field_names__ = ('billing_display_name', 'description', 'display_name', 'environment_id', 'ref_id', 'source_product_id')
|
|
1428
|
+
billing_display_name = sgqlc.types.Field(String, graphql_name='billingDisplayName')
|
|
1429
|
+
description = sgqlc.types.Field(String, graphql_name='description')
|
|
1430
|
+
display_name = sgqlc.types.Field(String, graphql_name='displayName')
|
|
1431
|
+
environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
|
|
1432
|
+
ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
|
|
1433
|
+
source_product_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='sourceProductId')
|
|
1434
|
+
|
|
1435
|
+
|
|
1422
1436
|
class EntitlementCheckRequested(sgqlc.types.Input):
|
|
1423
1437
|
__schema__ = schema
|
|
1424
1438
|
__field_names__ = ('customer_id', 'entitlement_check_result', 'environment_id', 'feature_id', 'requested_usage', 'resource_id')
|
|
@@ -2461,13 +2475,11 @@ class PricingTypeFilterComparison(sgqlc.types.Input):
|
|
|
2461
2475
|
|
|
2462
2476
|
class ProductCreateInput(sgqlc.types.Input):
|
|
2463
2477
|
__schema__ = schema
|
|
2464
|
-
__field_names__ = ('additional_meta_data', '
|
|
2478
|
+
__field_names__ = ('additional_meta_data', 'description', 'display_name', 'environment_id', 'multiple_subscriptions', 'ref_id')
|
|
2465
2479
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
2466
|
-
aws_marketplace_configuration = sgqlc.types.Field(AwsMarketplaceConfigurationInput, graphql_name='awsMarketplaceConfiguration')
|
|
2467
2480
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
2468
2481
|
display_name = sgqlc.types.Field(String, graphql_name='displayName')
|
|
2469
2482
|
environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
|
|
2470
|
-
integration_type = sgqlc.types.Field(ProductIntegrationType, graphql_name='integrationType')
|
|
2471
2483
|
multiple_subscriptions = sgqlc.types.Field(Boolean, graphql_name='multipleSubscriptions')
|
|
2472
2484
|
ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
|
|
2473
2485
|
|
|
@@ -2510,9 +2522,8 @@ class ProductSort(sgqlc.types.Input):
|
|
|
2510
2522
|
|
|
2511
2523
|
class ProductUpdateInput(sgqlc.types.Input):
|
|
2512
2524
|
__schema__ = schema
|
|
2513
|
-
__field_names__ = ('additional_meta_data', '
|
|
2525
|
+
__field_names__ = ('additional_meta_data', 'description', 'display_name', 'multiple_subscriptions', 'product_settings')
|
|
2514
2526
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
2515
|
-
aws_marketplace_configuration = sgqlc.types.Field('UpdateAwsMarketplaceConfigurationInput', graphql_name='awsMarketplaceConfiguration')
|
|
2516
2527
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
2517
2528
|
display_name = sgqlc.types.Field(String, graphql_name='displayName')
|
|
2518
2529
|
multiple_subscriptions = sgqlc.types.Field(Boolean, graphql_name='multipleSubscriptions')
|
|
@@ -3352,12 +3363,6 @@ class UpdateAccountInput(sgqlc.types.Input):
|
|
|
3352
3363
|
timezone = sgqlc.types.Field(String, graphql_name='timezone')
|
|
3353
3364
|
|
|
3354
3365
|
|
|
3355
|
-
class UpdateAwsMarketplaceConfigurationInput(sgqlc.types.Input):
|
|
3356
|
-
__schema__ = schema
|
|
3357
|
-
__field_names__ = ('dimensions_mapping',)
|
|
3358
|
-
dimensions_mapping = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(DimensionsMappingInput))), graphql_name='dimensionsMapping')
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
3366
|
class UpdateCouponInput(sgqlc.types.Input):
|
|
3362
3367
|
__schema__ = schema
|
|
3363
3368
|
__field_names__ = ('additional_meta_data', 'description', 'environment_id', 'name', 'ref_id')
|
|
@@ -5676,7 +5681,7 @@ class MonthlyResetPeriodConfig(sgqlc.types.Type):
|
|
|
5676
5681
|
|
|
5677
5682
|
class Mutation(sgqlc.types.Type):
|
|
5678
5683
|
__schema__ = schema
|
|
5679
|
-
__field_names__ = ('add_compatible_addons_to_plan', 'apply_subscription', 'archive_customer', 'archive_environment', 'archive_feature', 'archive_one_coupon', 'archive_plan', 'attach_customer_payment_method', 'cancel_schedule', 'cancel_subscription', '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_feature', 'create_one_hook', 'create_one_integration', 'create_one_plan', 'create_one_product', 'create_plan_draft', 'create_subscription', 'create_usage_measurement', 'delete_feature', 'delete_one_addon', 'delete_one_feature', 'delete_one_hook', 'delete_one_integration', 'delete_one_package_entitlement', 'delete_one_price', 'delete_one_product', 'delete_one_promotional_entitlement', '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', 'migrate_subscription_to_latest', '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_coupon_from_customer_subscription', 'remove_experiment_from_customer', 'remove_experiment_from_customer_subscription', 'remove_member', 'remove_plan_draft', 'report_entitlement_check_requested', 'report_event', 'report_usage', 'resend_email_verification', 'resync_integration', 'revoke_promotional_entitlement', 'set_base_plan_on_plan', 'set_compatible_addons_on_plan', 'set_coupon_on_customer', 'set_coupon_on_customer_subscription', 'set_experiment_on_customer', 'set_experiment_on_customer_subscription', 'set_package_pricing', 'set_widget_configuration', 'start_experiment', 'stop_experiment', 'sync_tax_rates', 'transfer_subscription', 'trigger_import_catalog', 'trigger_import_customers', 'trigger_plan_subscription_migration', 'unarchive_customer', 'unarchive_environment', 'update_account', 'update_entitlements_order', 'update_feature', 'update_one_addon', 'update_one_coupon', 'update_one_customer', 'update_one_environment', 'update_one_experiment', 'update_one_feature', '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')
|
|
5684
|
+
__field_names__ = ('add_compatible_addons_to_plan', 'apply_subscription', 'archive_customer', 'archive_environment', 'archive_feature', 'archive_one_coupon', 'archive_plan', 'attach_customer_payment_method', 'cancel_schedule', 'cancel_subscription', '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_feature', 'create_one_hook', 'create_one_integration', 'create_one_plan', 'create_one_product', 'create_or_update_aws_marketplace_product', 'create_plan_draft', 'create_subscription', 'create_usage_measurement', 'delete_feature', 'delete_one_addon', 'delete_one_feature', 'delete_one_hook', 'delete_one_integration', 'delete_one_package_entitlement', 'delete_one_price', 'delete_one_product', 'delete_one_promotional_entitlement', 'duplicate_products', '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', 'migrate_subscription_to_latest', '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_coupon_from_customer_subscription', 'remove_experiment_from_customer', 'remove_experiment_from_customer_subscription', 'remove_member', 'remove_plan_draft', 'report_entitlement_check_requested', 'report_event', 'report_usage', 'resend_email_verification', 'resync_integration', 'revoke_promotional_entitlement', 'set_base_plan_on_plan', 'set_compatible_addons_on_plan', 'set_coupon_on_customer', 'set_coupon_on_customer_subscription', 'set_experiment_on_customer', 'set_experiment_on_customer_subscription', 'set_package_pricing', 'set_widget_configuration', 'start_experiment', 'stop_experiment', 'sync_tax_rates', 'transfer_subscription', 'trigger_import_catalog', 'trigger_import_customers', 'trigger_plan_subscription_migration', 'unarchive_customer', 'unarchive_environment', 'update_account', 'update_entitlements_order', 'update_feature', 'update_one_addon', 'update_one_coupon', 'update_one_customer', 'update_one_environment', 'update_one_experiment', 'update_one_feature', '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')
|
|
5680
5685
|
add_compatible_addons_to_plan = sgqlc.types.Field(sgqlc.types.non_null('Plan'), graphql_name='addCompatibleAddonsToPlan', args=sgqlc.types.ArgDict((
|
|
5681
5686
|
('input', sgqlc.types.Arg(sgqlc.types.non_null(AddCompatibleAddonsToPlanInput), graphql_name='input', default=None)),
|
|
5682
5687
|
))
|
|
@@ -5783,6 +5788,10 @@ class Mutation(sgqlc.types.Type):
|
|
|
5783
5788
|
)
|
|
5784
5789
|
create_one_product = sgqlc.types.Field(sgqlc.types.non_null('Product'), graphql_name='createOneProduct', args=sgqlc.types.ArgDict((
|
|
5785
5790
|
('input', sgqlc.types.Arg(sgqlc.types.non_null(CreateOneProductInput), graphql_name='input', default=None)),
|
|
5791
|
+
))
|
|
5792
|
+
)
|
|
5793
|
+
create_or_update_aws_marketplace_product = sgqlc.types.Field(sgqlc.types.non_null('Product'), graphql_name='createOrUpdateAwsMarketplaceProduct', args=sgqlc.types.ArgDict((
|
|
5794
|
+
('input', sgqlc.types.Arg(sgqlc.types.non_null(CreateOrUpdateAwsMarketplaceProductInput), graphql_name='input', default=None)),
|
|
5786
5795
|
))
|
|
5787
5796
|
)
|
|
5788
5797
|
create_plan_draft = sgqlc.types.Field(sgqlc.types.non_null('Plan'), graphql_name='createPlanDraft', args=sgqlc.types.ArgDict((
|
|
@@ -5831,6 +5840,10 @@ class Mutation(sgqlc.types.Type):
|
|
|
5831
5840
|
)
|
|
5832
5841
|
delete_one_promotional_entitlement = sgqlc.types.Field(sgqlc.types.non_null('PromotionalEntitlementDeleteResponse'), graphql_name='deleteOnePromotionalEntitlement', args=sgqlc.types.ArgDict((
|
|
5833
5842
|
('input', sgqlc.types.Arg(sgqlc.types.non_null(DeleteOnePromotionalEntitlementInput), graphql_name='input', default=None)),
|
|
5843
|
+
))
|
|
5844
|
+
)
|
|
5845
|
+
duplicate_products = sgqlc.types.Field(sgqlc.types.non_null('Product'), graphql_name='duplicateProducts', args=sgqlc.types.ArgDict((
|
|
5846
|
+
('input', sgqlc.types.Arg(sgqlc.types.non_null(DuplicateProductInput), graphql_name='input', default=None)),
|
|
5834
5847
|
))
|
|
5835
5848
|
)
|
|
5836
5849
|
estimate_subscription = sgqlc.types.Field(sgqlc.types.non_null('SubscriptionPreview'), graphql_name='estimateSubscription', args=sgqlc.types.ArgDict((
|
|
@@ -2,8 +2,8 @@ stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
|
2
2
|
stigg/client.py,sha256=wSb0yyW13mWMr_4pooJArTtCa2fL5079ho9jGaZTdpE,3699
|
|
3
3
|
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
stigg/generated/operations.py,sha256=cUZ-qHkag7BYOByvZqJokEVwjWOA_FwsLy81Ma4AD_s,63139
|
|
5
|
-
stigg/generated/schema.py,sha256=
|
|
6
|
-
stigg_api_client-0.
|
|
7
|
-
stigg_api_client-0.
|
|
8
|
-
stigg_api_client-0.
|
|
9
|
-
stigg_api_client-0.
|
|
5
|
+
stigg/generated/schema.py,sha256=3pb98zHy2l4UZFU8ydX6IfRqH3VtVmfYV4zfqXWKvdI,512139
|
|
6
|
+
stigg_api_client-0.693.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-0.693.0.dist-info/METADATA,sha256=inPqHLagdAmsM4mxnqpVnJOjJpQyJCkQCC4sJCa9FHs,3198
|
|
8
|
+
stigg_api_client-0.693.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-0.693.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|