stigg-api-client 1.189.3__py3-none-any.whl → 1.190.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 +1 -31
- {stigg_api_client-1.189.3.dist-info → stigg_api_client-1.190.3.dist-info}/METADATA +1 -1
- {stigg_api_client-1.189.3.dist-info → stigg_api_client-1.190.3.dist-info}/RECORD +5 -5
- {stigg_api_client-1.189.3.dist-info → stigg_api_client-1.190.3.dist-info}/LICENSE +0 -0
- {stigg_api_client-1.189.3.dist-info → stigg_api_client-1.190.3.dist-info}/WHEEL +0 -0
stigg/generated/schema.py
CHANGED
|
@@ -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')
|
|
@@ -8026,7 +8000,7 @@ class PublishPackageResult(sgqlc.types.Type):
|
|
|
8026
8000
|
|
|
8027
8001
|
class Query(sgqlc.types.Type):
|
|
8028
8002
|
__schema__ = schema
|
|
8029
|
-
__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', '
|
|
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')
|
|
8030
8004
|
addons = sgqlc.types.Field(sgqlc.types.non_null(AddonConnection), graphql_name='addons', args=sgqlc.types.ArgDict((
|
|
8031
8005
|
('filter', sgqlc.types.Arg(AddonFilter, graphql_name='filter', default={})),
|
|
8032
8006
|
('paging', sgqlc.types.Arg(CursorPaging, graphql_name='paging', default={'first': 10})),
|
|
@@ -8107,10 +8081,6 @@ class Query(sgqlc.types.Type):
|
|
|
8107
8081
|
)
|
|
8108
8082
|
events_fields = sgqlc.types.Field(sgqlc.types.non_null(EventsFields), graphql_name='eventsFields', args=sgqlc.types.ArgDict((
|
|
8109
8083
|
('input', sgqlc.types.Arg(sgqlc.types.non_null(EventsFieldsInput), graphql_name='input', default=None)),
|
|
8110
|
-
))
|
|
8111
|
-
)
|
|
8112
|
-
events_list = sgqlc.types.Field(sgqlc.types.non_null(EventsList), graphql_name='eventsList', args=sgqlc.types.ArgDict((
|
|
8113
|
-
('input', sgqlc.types.Arg(sgqlc.types.non_null(EventsListInput), graphql_name='input', default=None)),
|
|
8114
8084
|
))
|
|
8115
8085
|
)
|
|
8116
8086
|
experiment = sgqlc.types.Field(Experiment, graphql_name='experiment', args=sgqlc.types.ArgDict((
|
|
@@ -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=XpHk4JUXsg1TEwy_43Q4D6MsaYQ8veITNggFZUnpM80,68759
|
|
5
|
-
stigg/generated/schema.py,sha256=
|
|
6
|
-
stigg_api_client-1.
|
|
7
|
-
stigg_api_client-1.
|
|
8
|
-
stigg_api_client-1.
|
|
9
|
-
stigg_api_client-1.
|
|
5
|
+
stigg/generated/schema.py,sha256=y1RMhk9jQHHjV9uG8OlREVA_VP33jwJCskXaxnlQ4ho,592438
|
|
6
|
+
stigg_api_client-1.190.3.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-1.190.3.dist-info/METADATA,sha256=Lq9KZ_D4Jfd1iLUcZ1Ub2gl5nG33k2qJnFeHejtWKPQ,3198
|
|
8
|
+
stigg_api_client-1.190.3.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-1.190.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|