stigg-api-client 2.227.0__py3-none-any.whl → 2.234.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.
- stigg/generated/operations.py +3 -0
- stigg/generated/schema.py +46 -1
- {stigg_api_client-2.227.0.dist-info → stigg_api_client-2.234.0.dist-info}/METADATA +1 -1
- stigg_api_client-2.234.0.dist-info/RECORD +9 -0
- stigg_api_client-2.227.0.dist-info/RECORD +0 -9
- {stigg_api_client-2.227.0.dist-info → stigg_api_client-2.234.0.dist-info}/LICENSE +0 -0
- {stigg_api_client-2.227.0.dist-info → stigg_api_client-2.234.0.dist-info}/WHEEL +0 -0
stigg/generated/operations.py
CHANGED
|
@@ -228,6 +228,9 @@ def fragment_slim_subscription_fragment_v2():
|
|
|
228
228
|
_frag_addons.quantity()
|
|
229
229
|
_frag_addons_addon = _frag_addons.addon()
|
|
230
230
|
_frag_addons_addon.ref_id(__alias__='addon_id')
|
|
231
|
+
_frag_trial_configuration = _frag.trial_configuration()
|
|
232
|
+
_frag_trial_configuration.trial_end_behavior()
|
|
233
|
+
_frag.trial_end_date()
|
|
231
234
|
return _frag
|
|
232
235
|
|
|
233
236
|
|
stigg/generated/schema.py
CHANGED
|
@@ -4342,6 +4342,18 @@ class UsageHistoryInput(sgqlc.types.Input):
|
|
|
4342
4342
|
yearly_reset_period_configuration = sgqlc.types.Field('YearlyResetPeriodConfigInput', graphql_name='yearlyResetPeriodConfiguration')
|
|
4343
4343
|
|
|
4344
4344
|
|
|
4345
|
+
class UsageHistoryV2Input(sgqlc.types.Input):
|
|
4346
|
+
__schema__ = schema
|
|
4347
|
+
__field_names__ = ('customer_id', 'end_date', 'environment_id', 'feature_id', 'group_by', 'resource_id', 'start_date')
|
|
4348
|
+
customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
|
|
4349
|
+
end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
|
|
4350
|
+
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
4351
|
+
feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
|
|
4352
|
+
group_by = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='groupBy')
|
|
4353
|
+
resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
|
|
4354
|
+
start_date = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='startDate')
|
|
4355
|
+
|
|
4356
|
+
|
|
4345
4357
|
class UsageMeasurementCreateInput(sgqlc.types.Input):
|
|
4346
4358
|
__schema__ = schema
|
|
4347
4359
|
__field_names__ = ('created_at', 'customer_id', 'dimensions', 'environment_id', 'feature_id', 'resource_id', 'update_behavior', 'value')
|
|
@@ -8411,7 +8423,7 @@ class PublishPackageResult(sgqlc.types.Type):
|
|
|
8411
8423
|
|
|
8412
8424
|
class Query(sgqlc.types.Type):
|
|
8413
8425
|
__schema__ = schema
|
|
8414
|
-
__field_names__ = ('addon_associated_entities', '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', 'event_logs', 'events_fields', 'experiment', 'experiments', 'feature_associated_latest_packages', '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_package_group', 'get_paywall', 'get_plan_by_ref_id', 'get_subscription', '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')
|
|
8426
|
+
__field_names__ = ('addon_associated_entities', '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', 'event_logs', 'events_fields', 'experiment', 'experiments', 'feature_associated_latest_packages', '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_package_group', 'get_paywall', 'get_plan_by_ref_id', 'get_subscription', '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_history_v2', 'usage_measurements', 'validate_merge_environment', 'widget_configuration')
|
|
8415
8427
|
addon_associated_entities = sgqlc.types.Field(sgqlc.types.non_null(AddonAssociatedEntities), graphql_name='addonAssociatedEntities', args=sgqlc.types.ArgDict((
|
|
8416
8428
|
('input', sgqlc.types.Arg(sgqlc.types.non_null(AddonAssociatedEntitiesInput), graphql_name='input', default=None)),
|
|
8417
8429
|
))
|
|
@@ -8679,6 +8691,10 @@ class Query(sgqlc.types.Type):
|
|
|
8679
8691
|
)
|
|
8680
8692
|
usage_history = sgqlc.types.Field(sgqlc.types.non_null('UsageHistory'), graphql_name='usageHistory', args=sgqlc.types.ArgDict((
|
|
8681
8693
|
('usage_history_input', sgqlc.types.Arg(sgqlc.types.non_null(UsageHistoryInput), graphql_name='usageHistoryInput', default=None)),
|
|
8694
|
+
))
|
|
8695
|
+
)
|
|
8696
|
+
usage_history_v2 = sgqlc.types.Field(sgqlc.types.non_null('UsageHistoryV2'), graphql_name='usageHistoryV2', args=sgqlc.types.ArgDict((
|
|
8697
|
+
('input', sgqlc.types.Arg(sgqlc.types.non_null(UsageHistoryV2Input), graphql_name='input', default=None)),
|
|
8682
8698
|
))
|
|
8683
8699
|
)
|
|
8684
8700
|
usage_measurements = sgqlc.types.Field(sgqlc.types.non_null('UsageMeasurementConnection'), graphql_name='usageMeasurements', args=sgqlc.types.ArgDict((
|
|
@@ -9550,6 +9566,35 @@ class UsageHistory(sgqlc.types.Type):
|
|
|
9550
9566
|
usage_measurements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('UsageMeasurementPoint'))), graphql_name='usageMeasurements')
|
|
9551
9567
|
|
|
9552
9568
|
|
|
9569
|
+
class UsageHistoryPoint(sgqlc.types.Type):
|
|
9570
|
+
__schema__ = schema
|
|
9571
|
+
__field_names__ = ('is_reset_point', 'timestamp', 'value')
|
|
9572
|
+
is_reset_point = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isResetPoint')
|
|
9573
|
+
timestamp = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='timestamp')
|
|
9574
|
+
value = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='value')
|
|
9575
|
+
|
|
9576
|
+
|
|
9577
|
+
class UsageHistorySeries(sgqlc.types.Type):
|
|
9578
|
+
__schema__ = schema
|
|
9579
|
+
__field_names__ = ('points', 'tags')
|
|
9580
|
+
points = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(UsageHistoryPoint))), graphql_name='points')
|
|
9581
|
+
tags = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('UsageHistorySeriesTag'))), graphql_name='tags')
|
|
9582
|
+
|
|
9583
|
+
|
|
9584
|
+
class UsageHistorySeriesTag(sgqlc.types.Type):
|
|
9585
|
+
__schema__ = schema
|
|
9586
|
+
__field_names__ = ('key', 'value')
|
|
9587
|
+
key = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='key')
|
|
9588
|
+
value = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='value')
|
|
9589
|
+
|
|
9590
|
+
|
|
9591
|
+
class UsageHistoryV2(sgqlc.types.Type):
|
|
9592
|
+
__schema__ = schema
|
|
9593
|
+
__field_names__ = ('markers', 'series')
|
|
9594
|
+
markers = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('UsageMarker'))), graphql_name='markers')
|
|
9595
|
+
series = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(UsageHistorySeries))), graphql_name='series')
|
|
9596
|
+
|
|
9597
|
+
|
|
9553
9598
|
class UsageMarker(sgqlc.types.Type):
|
|
9554
9599
|
__schema__ = schema
|
|
9555
9600
|
__field_names__ = ('timestamp', 'type')
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
2
|
+
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
|
+
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
stigg/generated/operations.py,sha256=ECFF0vOPXz7vGFYqIwxfOKg8k8EMcew7VZbtgoelhIs,78434
|
|
5
|
+
stigg/generated/schema.py,sha256=sw2sWHYGWPxLpmJ4YbY0KS-Yhn1NQsT10emjVADkic8,629001
|
|
6
|
+
stigg_api_client-2.234.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-2.234.0.dist-info/METADATA,sha256=9651UKjQ90K43OxfMIyjjUfp8Af8EXbFiwNAM3TYcOk,3198
|
|
8
|
+
stigg_api_client-2.234.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-2.234.0.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
2
|
-
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
|
-
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
stigg/generated/operations.py,sha256=ZYwMYYvE8ZjCfFDXr8v-FKOtYPBm5b9RQUL6pJlLkW8,78296
|
|
5
|
-
stigg/generated/schema.py,sha256=kh1q7c57FOG_Jw-6F76-ItBLVL0AGpbdeqzUMTHBkN0,626473
|
|
6
|
-
stigg_api_client-2.227.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
-
stigg_api_client-2.227.0.dist-info/METADATA,sha256=_OQ8-aAH_E6ByK4zzSFd02kouW51EMtFj3J_ENEQgm0,3198
|
|
8
|
-
stigg_api_client-2.227.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
-
stigg_api_client-2.227.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|