stigg-api-client 3.70.0__tar.gz → 3.70.3__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.
- {stigg_api_client-3.70.0 → stigg_api_client-3.70.3}/PKG-INFO +1 -1
- {stigg_api_client-3.70.0 → stigg_api_client-3.70.3}/pyproject.toml +1 -1
- {stigg_api_client-3.70.0 → stigg_api_client-3.70.3}/stigg/generated/schema.py +9 -6
- {stigg_api_client-3.70.0 → stigg_api_client-3.70.3}/LICENSE +0 -0
- {stigg_api_client-3.70.0 → stigg_api_client-3.70.3}/README.md +0 -0
- {stigg_api_client-3.70.0 → stigg_api_client-3.70.3}/stigg/__init__.py +0 -0
- {stigg_api_client-3.70.0 → stigg_api_client-3.70.3}/stigg/client.py +0 -0
- {stigg_api_client-3.70.0 → stigg_api_client-3.70.3}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-3.70.0 → stigg_api_client-3.70.3}/stigg/generated/operations.py +0 -0
|
@@ -8264,10 +8264,11 @@ class NumberChange(sgqlc.types.Type):
|
|
|
8264
8264
|
|
|
8265
8265
|
class Offer(sgqlc.types.Type):
|
|
8266
8266
|
__schema__ = schema
|
|
8267
|
-
__field_names__ = ('account_id', 'created_at', 'description', 'environment_id', 'id', 'is_default', 'is_latest', 'metadata', 'name', 'offer_id', 'status', 'updated_at', 'version')
|
|
8267
|
+
__field_names__ = ('account_id', 'created_at', 'description', 'draft_details', 'environment_id', 'id', 'is_default', 'is_latest', 'metadata', 'name', 'offer_id', 'status', 'updated_at', 'version')
|
|
8268
8268
|
account_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='accountId')
|
|
8269
8269
|
created_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='createdAt')
|
|
8270
8270
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
8271
|
+
draft_details = sgqlc.types.Field('OfferDraftDetails', graphql_name='draftDetails')
|
|
8271
8272
|
environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
|
|
8272
8273
|
id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
|
|
8273
8274
|
is_default = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isDefault')
|
|
@@ -8320,6 +8321,12 @@ class OfferCountAggregate(sgqlc.types.Type):
|
|
|
8320
8321
|
version = sgqlc.types.Field(Int, graphql_name='version')
|
|
8321
8322
|
|
|
8322
8323
|
|
|
8324
|
+
class OfferDraftDetails(sgqlc.types.Type):
|
|
8325
|
+
__schema__ = schema
|
|
8326
|
+
__field_names__ = ('version',)
|
|
8327
|
+
version = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='version')
|
|
8328
|
+
|
|
8329
|
+
|
|
8323
8330
|
class OfferEdge(sgqlc.types.Type):
|
|
8324
8331
|
__schema__ = schema
|
|
8325
8332
|
__field_names__ = ('cursor', 'node')
|
|
@@ -9574,7 +9581,7 @@ class PublishPackageResult(sgqlc.types.Type):
|
|
|
9574
9581
|
|
|
9575
9582
|
class Query(sgqlc.types.Type):
|
|
9576
9583
|
__schema__ = schema
|
|
9577
|
-
__field_names__ = ('addon_associated_entities', 'addons', 'aggregated_events_by_customer', 'cached_entitlements', 'checkout_state', 'coupon', 'coupons', 'credit_balance_summary', 'credit_grants', 'credits_ledger', 'current_environment', 'current_user', 'custom_currencies', '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_group_associated_latest_packages', '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_offer', 'get_package_group', 'get_paywall', 'get_plan_by_ref_id', 'get_subscription', 'hook', 'hooks', 'import_integration_tasks', 'integrations', 'is_account_email_domain_taken', 'list_aws_product_dimensions', 'list_aws_products', 'members', 'mock_paywall', '
|
|
9584
|
+
__field_names__ = ('addon_associated_entities', 'addons', 'aggregated_events_by_customer', 'cached_entitlements', 'checkout_state', 'coupon', 'coupons', 'credit_balance_summary', 'credit_grants', 'credits_ledger', 'current_environment', 'current_user', 'custom_currencies', '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_group_associated_latest_packages', '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_offer', 'get_package_group', 'get_paywall', 'get_plan_by_ref_id', 'get_subscription', 'hook', 'hooks', 'import_integration_tasks', 'integrations', 'is_account_email_domain_taken', 'list_aws_product_dimensions', 'list_aws_products', 'members', 'mock_paywall', 'offers', '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')
|
|
9578
9585
|
addon_associated_entities = sgqlc.types.Field(sgqlc.types.non_null(AddonAssociatedEntities), graphql_name='addonAssociatedEntities', args=sgqlc.types.ArgDict((
|
|
9579
9586
|
('input', sgqlc.types.Arg(sgqlc.types.non_null(AddonAssociatedEntitiesInput), graphql_name='input', default=None)),
|
|
9580
9587
|
))
|
|
@@ -9801,10 +9808,6 @@ class Query(sgqlc.types.Type):
|
|
|
9801
9808
|
)
|
|
9802
9809
|
mock_paywall = sgqlc.types.Field(sgqlc.types.non_null(MockPaywall), graphql_name='mockPaywall', args=sgqlc.types.ArgDict((
|
|
9803
9810
|
('input', sgqlc.types.Arg(sgqlc.types.non_null(GetPaywallInput), graphql_name='input', default=None)),
|
|
9804
|
-
))
|
|
9805
|
-
)
|
|
9806
|
-
offer = sgqlc.types.Field(Offer, graphql_name='offer', args=sgqlc.types.ArgDict((
|
|
9807
|
-
('id', sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name='id', default=None)),
|
|
9808
9811
|
))
|
|
9809
9812
|
)
|
|
9810
9813
|
offers = sgqlc.types.Field(sgqlc.types.non_null(OfferConnection), graphql_name='offers', args=sgqlc.types.ArgDict((
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|