stigg-api-client 1.189.1__tar.gz → 1.190.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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 1.189.1
3
+ Version: 1.190.3
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 = "1.189.1"
3
+ version = "1.190.3"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -1720,13 +1720,6 @@ class EventsFieldsInput(sgqlc.types.Input):
1720
1720
  unique_values_limit = sgqlc.types.Field(Float, graphql_name='uniqueValuesLimit')
1721
1721
 
1722
1722
 
1723
- class EventsListInput(sgqlc.types.Input):
1724
- __schema__ = schema
1725
- __field_names__ = ('customer_id', 'environment_id')
1726
- customer_id = sgqlc.types.Field(String, graphql_name='customerId')
1727
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
1728
-
1729
-
1730
1723
  class ExperimentFilter(sgqlc.types.Input):
1731
1724
  __schema__ = schema
1732
1725
  __field_names__ = ('and_', 'created_at', 'customers', 'environment_id', 'id', 'name', 'or_', 'product_id', 'ref_id', 'status')
@@ -5541,19 +5534,6 @@ class EnvironmentMissingError(sgqlc.types.Type):
5541
5534
  is_validation_error = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isValidationError')
5542
5535
 
5543
5536
 
5544
- class EventListItem(sgqlc.types.Type):
5545
- __schema__ = schema
5546
- __field_names__ = ('customer', 'customer_id', 'dimensions', 'event_name', 'id', 'idempotency_key', 'resource_id', 'timestamp')
5547
- customer = sgqlc.types.Field(Customer, graphql_name='customer')
5548
- customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
5549
- dimensions = sgqlc.types.Field(JSON, graphql_name='dimensions')
5550
- event_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='eventName')
5551
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
5552
- idempotency_key = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='idempotencyKey')
5553
- resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
5554
- timestamp = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='timestamp')
5555
-
5556
-
5557
5537
  class EventLog(sgqlc.types.Type):
5558
5538
  __schema__ = schema
5559
5539
  __field_names__ = ('description', 'environment', 'environment_id', 'event_log_type', 'id', 'webhook_endpoints')
@@ -5606,12 +5586,6 @@ class EventsFields(sgqlc.types.Type):
5606
5586
  fields = sgqlc.types.Field(sgqlc.types.non_null(JSON), graphql_name='fields')
5607
5587
 
5608
5588
 
5609
- class EventsList(sgqlc.types.Type):
5610
- __schema__ = schema
5611
- __field_names__ = ('events',)
5612
- events = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(EventListItem))), graphql_name='events')
5613
-
5614
-
5615
5589
  class Experiment(sgqlc.types.Type):
5616
5590
  __schema__ = schema
5617
5591
  __field_names__ = ('control_group_name', 'created_at', 'customers', 'description', 'environment', 'environment_id', 'id', 'initial_product_settings', 'name', 'product', 'product_id', 'product_settings', 'ref_id', 'started_at', 'status', 'stopped_at', 'updated_at', 'variant_group_name', 'variant_percentage')
@@ -7572,7 +7546,7 @@ class PlanSumAggregate(sgqlc.types.Type):
7572
7546
 
7573
7547
  class Price(sgqlc.types.Type):
7574
7548
  __schema__ = schema
7575
- __field_names__ = ('billing_cadence', 'billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'block_size', 'created_at', 'crm_id', 'crm_link_url', 'feature', 'feature_id', 'id', 'is_override_price', 'max_unit_quantity', 'min_unit_quantity', 'package', 'package_id', 'price', 'tiers', 'tiers_mode', 'used_in_subscriptions')
7549
+ __field_names__ = ('billing_cadence', 'billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'block_size', 'created_at', 'crm_id', 'crm_link_url', 'environment_id', 'feature', 'feature_id', 'id', 'is_override_price', 'max_unit_quantity', 'min_unit_quantity', 'package', 'package_id', 'price', 'tiers', 'tiers_mode', 'used_in_subscriptions')
7576
7550
  billing_cadence = sgqlc.types.Field(sgqlc.types.non_null(BillingCadence), graphql_name='billingCadence')
7577
7551
  billing_country_code = sgqlc.types.Field(String, graphql_name='billingCountryCode')
7578
7552
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
@@ -7582,6 +7556,7 @@ class Price(sgqlc.types.Type):
7582
7556
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7583
7557
  crm_id = sgqlc.types.Field(String, graphql_name='crmId')
7584
7558
  crm_link_url = sgqlc.types.Field(String, graphql_name='crmLinkUrl')
7559
+ environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
7585
7560
  feature = sgqlc.types.Field(Feature, graphql_name='feature')
7586
7561
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
7587
7562
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
@@ -7622,7 +7597,7 @@ class PriceCountAggregate(sgqlc.types.Type):
7622
7597
 
7623
7598
  class PriceDeleteResponse(sgqlc.types.Type):
7624
7599
  __schema__ = schema
7625
- __field_names__ = ('billing_cadence', 'billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'block_size', 'created_at', 'crm_id', 'crm_link_url', 'feature', 'feature_id', 'id', 'max_unit_quantity', 'min_unit_quantity', 'package_id', 'price', 'tiers', 'tiers_mode', 'used_in_subscriptions')
7600
+ __field_names__ = ('billing_cadence', 'billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'block_size', 'created_at', 'crm_id', 'crm_link_url', 'environment_id', 'feature', 'feature_id', 'id', 'max_unit_quantity', 'min_unit_quantity', 'package_id', 'price', 'tiers', 'tiers_mode', 'used_in_subscriptions')
7626
7601
  billing_cadence = sgqlc.types.Field(BillingCadence, graphql_name='billingCadence')
7627
7602
  billing_country_code = sgqlc.types.Field(String, graphql_name='billingCountryCode')
7628
7603
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
@@ -7632,6 +7607,7 @@ class PriceDeleteResponse(sgqlc.types.Type):
7632
7607
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7633
7608
  crm_id = sgqlc.types.Field(String, graphql_name='crmId')
7634
7609
  crm_link_url = sgqlc.types.Field(String, graphql_name='crmLinkUrl')
7610
+ environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
7635
7611
  feature = sgqlc.types.Field(Feature, graphql_name='feature')
7636
7612
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
7637
7613
  id = sgqlc.types.Field(String, graphql_name='id')
@@ -8024,7 +8000,7 @@ class PublishPackageResult(sgqlc.types.Type):
8024
8000
 
8025
8001
  class Query(sgqlc.types.Type):
8026
8002
  __schema__ = schema
8027
- __field_names__ = ('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', 'events_fields', 'events_list', 'experiment', 'experiments', 'feature_associated_latest_packages', 'features', 'fetch_account', 'get_active_subscriptions', 'get_addon_by_ref_id', 'get_aws_external_id', 'get_customer_by_ref_id', 'get_experiment_stats', 'get_package_group', 'get_paywall', 'get_plan_by_ref_id', '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', 'test_hook_data', 'usage_events', 'usage_history', 'usage_measurements', 'validate_merge_environment', 'widget_configuration')
8003
+ __field_names__ = ('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', 'events_fields', 'experiment', 'experiments', 'feature_associated_latest_packages', 'features', 'fetch_account', 'get_active_subscriptions', 'get_addon_by_ref_id', 'get_aws_external_id', 'get_customer_by_ref_id', 'get_experiment_stats', 'get_package_group', 'get_paywall', 'get_plan_by_ref_id', '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', 'test_hook_data', 'usage_events', 'usage_history', 'usage_measurements', 'validate_merge_environment', 'widget_configuration')
8028
8004
  addons = sgqlc.types.Field(sgqlc.types.non_null(AddonConnection), graphql_name='addons', args=sgqlc.types.ArgDict((
8029
8005
  ('filter', sgqlc.types.Arg(AddonFilter, graphql_name='filter', default={})),
8030
8006
  ('paging', sgqlc.types.Arg(CursorPaging, graphql_name='paging', default={'first': 10})),
@@ -8105,10 +8081,6 @@ class Query(sgqlc.types.Type):
8105
8081
  )
8106
8082
  events_fields = sgqlc.types.Field(sgqlc.types.non_null(EventsFields), graphql_name='eventsFields', args=sgqlc.types.ArgDict((
8107
8083
  ('input', sgqlc.types.Arg(sgqlc.types.non_null(EventsFieldsInput), graphql_name='input', default=None)),
8108
- ))
8109
- )
8110
- events_list = sgqlc.types.Field(sgqlc.types.non_null(EventsList), graphql_name='eventsList', args=sgqlc.types.ArgDict((
8111
- ('input', sgqlc.types.Arg(sgqlc.types.non_null(EventsListInput), graphql_name='input', default=None)),
8112
8084
  ))
8113
8085
  )
8114
8086
  experiment = sgqlc.types.Field(Experiment, graphql_name='experiment', args=sgqlc.types.ArgDict((