stigg-api-client 3.70.0__py3-none-any.whl → 3.70.3__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
@@ -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', 'offer', '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')
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((
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 3.70.0
3
+ Version: 3.70.3
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=XtxE-2iRj1U7Ui86c8MlfCt385_6iwrQBFOH0cxRcnI,89191
5
- stigg/generated/schema.py,sha256=KtkO9b9uQlypA_xwxqTZk0rMmOYUu-5KZXYSzfEk-fk,724201
6
- stigg_api_client-3.70.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-3.70.0.dist-info/METADATA,sha256=iAGtajiveuqwQ_L19gIaQQRHjCnEutnHv9iJgJQiSFw,3197
8
- stigg_api_client-3.70.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-3.70.0.dist-info/RECORD,,
5
+ stigg/generated/schema.py,sha256=A1S8SXWIS5rfTl8jjzQcxzABeYxOIfuOvLvQkA6sRbI,724295
6
+ stigg_api_client-3.70.3.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-3.70.3.dist-info/METADATA,sha256=eTvbxDDIyDRozXud34milP9b09oFLOf9C_MyxpSBlf4,3197
8
+ stigg_api_client-3.70.3.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-3.70.3.dist-info/RECORD,,