stigg-api-client 2.100.2__py3-none-any.whl → 2.101.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.
Potentially problematic release.
This version of stigg-api-client might be problematic. Click here for more details.
- stigg/generated/schema.py +23 -12
- {stigg_api_client-2.100.2.dist-info → stigg_api_client-2.101.0.dist-info}/METADATA +1 -1
- {stigg_api_client-2.100.2.dist-info → stigg_api_client-2.101.0.dist-info}/RECORD +5 -5
- {stigg_api_client-2.100.2.dist-info → stigg_api_client-2.101.0.dist-info}/LICENSE +0 -0
- {stigg_api_client-2.100.2.dist-info → stigg_api_client-2.101.0.dist-info}/WHEEL +0 -0
stigg/generated/schema.py
CHANGED
|
@@ -128,7 +128,7 @@ class CustomerSortFields(sgqlc.types.Enum):
|
|
|
128
128
|
|
|
129
129
|
class CustomerSubscriptionSortFields(sgqlc.types.Enum):
|
|
130
130
|
__schema__ = schema
|
|
131
|
-
__choices__ = ('billingCycleAnchor', 'billingId', 'cancelReason', 'cancellationDate', 'createdAt', 'crmId', 'crmLinkUrl', 'currentBillingPeriodEnd', 'currentBillingPeriodStart', 'customerId', 'effectiveEndDate', 'endDate', 'environmentId', 'id', 'oldBillingId', 'paymentCollection', 'pricingType', 'refId', 'resourceId', 'startDate', 'status', 'subscriptionId', 'trialEndDate')
|
|
131
|
+
__choices__ = ('billingCycleAnchor', 'billingId', 'cancelReason', 'cancellationDate', 'createdAt', 'crmId', 'crmLinkUrl', 'currentBillingPeriodEnd', 'currentBillingPeriodStart', 'customerId', 'effectiveEndDate', 'endDate', 'environmentId', 'id', 'oldBillingId', 'payingCustomerId', 'paymentCollection', 'pricingType', 'refId', 'resourceId', 'startDate', 'status', 'subscriptionId', 'trialEndDate')
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
DateTime = sgqlc.types.datetime.DateTime
|
|
@@ -1225,7 +1225,7 @@ class CustomerFilter(sgqlc.types.Input):
|
|
|
1225
1225
|
|
|
1226
1226
|
class CustomerFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
1227
1227
|
__schema__ = schema
|
|
1228
|
-
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
1228
|
+
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'paying_customer_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
1229
1229
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
1230
1230
|
billing_cycle_anchor = sgqlc.types.Field('DateFieldComparison', graphql_name='billingCycleAnchor')
|
|
1231
1231
|
billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
|
|
@@ -1243,6 +1243,7 @@ class CustomerFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
|
1243
1243
|
id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
|
|
1244
1244
|
old_billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='oldBillingId')
|
|
1245
1245
|
or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerFilterCustomerSubscriptionFilter')), graphql_name='or')
|
|
1246
|
+
paying_customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='payingCustomerId')
|
|
1246
1247
|
payment_collection = sgqlc.types.Field('PaymentCollectionFilterComparison', graphql_name='paymentCollection')
|
|
1247
1248
|
pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
|
|
1248
1249
|
ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
|
|
@@ -1347,7 +1348,7 @@ class CustomerResourceFilterCustomerFilter(sgqlc.types.Input):
|
|
|
1347
1348
|
|
|
1348
1349
|
class CustomerResourceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
1349
1350
|
__schema__ = schema
|
|
1350
|
-
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
1351
|
+
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'paying_customer_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
1351
1352
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerResourceFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
1352
1353
|
billing_cycle_anchor = sgqlc.types.Field('DateFieldComparison', graphql_name='billingCycleAnchor')
|
|
1353
1354
|
billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
|
|
@@ -1365,6 +1366,7 @@ class CustomerResourceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
|
1365
1366
|
id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
|
|
1366
1367
|
old_billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='oldBillingId')
|
|
1367
1368
|
or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerResourceFilterCustomerSubscriptionFilter')), graphql_name='or')
|
|
1369
|
+
paying_customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='payingCustomerId')
|
|
1368
1370
|
payment_collection = sgqlc.types.Field('PaymentCollectionFilterComparison', graphql_name='paymentCollection')
|
|
1369
1371
|
pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
|
|
1370
1372
|
ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
|
|
@@ -1399,7 +1401,7 @@ class CustomerSort(sgqlc.types.Input):
|
|
|
1399
1401
|
|
|
1400
1402
|
class CustomerSubscriptionFilter(sgqlc.types.Input):
|
|
1401
1403
|
__schema__ = schema
|
|
1402
|
-
__field_names__ = ('addons', 'and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'paying_customer', 'payment_collection', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'trial_end_date')
|
|
1404
|
+
__field_names__ = ('addons', 'and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'paying_customer', 'paying_customer_id', 'payment_collection', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'trial_end_date')
|
|
1403
1405
|
addons = sgqlc.types.Field('CustomerSubscriptionFilterSubscriptionAddonFilter', graphql_name='addons')
|
|
1404
1406
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilter')), graphql_name='and')
|
|
1405
1407
|
billing_cycle_anchor = sgqlc.types.Field('DateFieldComparison', graphql_name='billingCycleAnchor')
|
|
@@ -1420,6 +1422,7 @@ class CustomerSubscriptionFilter(sgqlc.types.Input):
|
|
|
1420
1422
|
old_billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='oldBillingId')
|
|
1421
1423
|
or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilter')), graphql_name='or')
|
|
1422
1424
|
paying_customer = sgqlc.types.Field('CustomerSubscriptionFilterCustomerFilter', graphql_name='payingCustomer')
|
|
1425
|
+
paying_customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='payingCustomerId')
|
|
1423
1426
|
payment_collection = sgqlc.types.Field('PaymentCollectionFilterComparison', graphql_name='paymentCollection')
|
|
1424
1427
|
plan = sgqlc.types.Field('CustomerSubscriptionFilterPlanFilter', graphql_name='plan')
|
|
1425
1428
|
prices = sgqlc.types.Field('CustomerSubscriptionFilterSubscriptionPriceFilter', graphql_name='prices')
|
|
@@ -3509,7 +3512,7 @@ class SubscriptionAddonFilter(sgqlc.types.Input):
|
|
|
3509
3512
|
|
|
3510
3513
|
class SubscriptionAddonFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
3511
3514
|
__schema__ = schema
|
|
3512
|
-
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
3515
|
+
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'paying_customer_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
3513
3516
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
3514
3517
|
billing_cycle_anchor = sgqlc.types.Field(DateFieldComparison, graphql_name='billingCycleAnchor')
|
|
3515
3518
|
billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
|
|
@@ -3527,6 +3530,7 @@ class SubscriptionAddonFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
|
3527
3530
|
id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
|
|
3528
3531
|
old_billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='oldBillingId')
|
|
3529
3532
|
or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilterCustomerSubscriptionFilter')), graphql_name='or')
|
|
3533
|
+
paying_customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='payingCustomerId')
|
|
3530
3534
|
payment_collection = sgqlc.types.Field(PaymentCollectionFilterComparison, graphql_name='paymentCollection')
|
|
3531
3535
|
pricing_type = sgqlc.types.Field(PricingTypeFilterComparison, graphql_name='pricingType')
|
|
3532
3536
|
ref_id = sgqlc.types.Field(StringFieldComparison, graphql_name='refId')
|
|
@@ -3634,7 +3638,7 @@ class SubscriptionEntitlementFilter(sgqlc.types.Input):
|
|
|
3634
3638
|
|
|
3635
3639
|
class SubscriptionEntitlementFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
3636
3640
|
__schema__ = schema
|
|
3637
|
-
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
3641
|
+
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'paying_customer_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
3638
3642
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionEntitlementFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
3639
3643
|
billing_cycle_anchor = sgqlc.types.Field(DateFieldComparison, graphql_name='billingCycleAnchor')
|
|
3640
3644
|
billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
|
|
@@ -3652,6 +3656,7 @@ class SubscriptionEntitlementFilterCustomerSubscriptionFilter(sgqlc.types.Input)
|
|
|
3652
3656
|
id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
|
|
3653
3657
|
old_billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='oldBillingId')
|
|
3654
3658
|
or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionEntitlementFilterCustomerSubscriptionFilter')), graphql_name='or')
|
|
3659
|
+
paying_customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='payingCustomerId')
|
|
3655
3660
|
payment_collection = sgqlc.types.Field(PaymentCollectionFilterComparison, graphql_name='paymentCollection')
|
|
3656
3661
|
pricing_type = sgqlc.types.Field(PricingTypeFilterComparison, graphql_name='pricingType')
|
|
3657
3662
|
ref_id = sgqlc.types.Field(StringFieldComparison, graphql_name='refId')
|
|
@@ -3790,7 +3795,7 @@ class SubscriptionPriceFilter(sgqlc.types.Input):
|
|
|
3790
3795
|
|
|
3791
3796
|
class SubscriptionPriceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
3792
3797
|
__schema__ = schema
|
|
3793
|
-
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
3798
|
+
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'paying_customer_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
3794
3799
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionPriceFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
3795
3800
|
billing_cycle_anchor = sgqlc.types.Field(DateFieldComparison, graphql_name='billingCycleAnchor')
|
|
3796
3801
|
billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
|
|
@@ -3808,6 +3813,7 @@ class SubscriptionPriceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
|
3808
3813
|
id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
|
|
3809
3814
|
old_billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='oldBillingId')
|
|
3810
3815
|
or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionPriceFilterCustomerSubscriptionFilter')), graphql_name='or')
|
|
3816
|
+
paying_customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='payingCustomerId')
|
|
3811
3817
|
payment_collection = sgqlc.types.Field(PaymentCollectionFilterComparison, graphql_name='paymentCollection')
|
|
3812
3818
|
pricing_type = sgqlc.types.Field(PricingTypeFilterComparison, graphql_name='pricingType')
|
|
3813
3819
|
ref_id = sgqlc.types.Field(StringFieldComparison, graphql_name='refId')
|
|
@@ -5264,7 +5270,7 @@ class CustomerStatistics(sgqlc.types.Type):
|
|
|
5264
5270
|
|
|
5265
5271
|
class CustomerSubscription(sgqlc.types.Type):
|
|
5266
5272
|
__schema__ = schema
|
|
5267
|
-
__field_names__ = ('additional_meta_data', 'addons', 'billing_cycle_anchor', 'billing_id', 'billing_link_url', 'billing_sync_error', 'budget', 'budget_exceeded', 'cancel_reason', 'cancellation_date', 'coupon', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer', 'customer_id', 'effective_end_date', 'end_date', 'environment', 'environment_id', 'experiment', 'experiment_info', 'free_items', 'future_updates', 'id', 'is_custom_price_subscription', 'last_usage_invoice', 'latest_invoice', 'minimum_spend', 'old_billing_id', 'outdated_price_packages', 'paying_customer', 'payment_collection', 'payment_collection_method', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'salesforce_id', 'scheduled_updates', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'sync_states', 'total_price', 'trial_end_date', 'was_in_trial')
|
|
5273
|
+
__field_names__ = ('additional_meta_data', 'addons', 'billing_cycle_anchor', 'billing_id', 'billing_link_url', 'billing_sync_error', 'budget', 'budget_exceeded', 'cancel_reason', 'cancellation_date', 'coupon', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer', 'customer_id', 'effective_end_date', 'end_date', 'environment', 'environment_id', 'experiment', 'experiment_info', 'free_items', 'future_updates', 'id', 'is_custom_price_subscription', 'last_usage_invoice', 'latest_invoice', 'minimum_spend', 'old_billing_id', 'outdated_price_packages', 'paying_customer', 'paying_customer_id', 'payment_collection', 'payment_collection_method', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'salesforce_id', 'scheduled_updates', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'sync_states', 'total_price', 'trial_end_date', 'was_in_trial')
|
|
5268
5274
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
5269
5275
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddon')), graphql_name='addons', args=sgqlc.types.ArgDict((
|
|
5270
5276
|
('filter', sgqlc.types.Arg(SubscriptionAddonFilter, graphql_name='filter', default={})),
|
|
@@ -5303,6 +5309,7 @@ class CustomerSubscription(sgqlc.types.Type):
|
|
|
5303
5309
|
old_billing_id = sgqlc.types.Field(String, graphql_name='oldBillingId')
|
|
5304
5310
|
outdated_price_packages = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='outdatedPricePackages')
|
|
5305
5311
|
paying_customer = sgqlc.types.Field(Customer, graphql_name='payingCustomer')
|
|
5312
|
+
paying_customer_id = sgqlc.types.Field(String, graphql_name='payingCustomerId')
|
|
5306
5313
|
payment_collection = sgqlc.types.Field(sgqlc.types.non_null(PaymentCollection), graphql_name='paymentCollection')
|
|
5307
5314
|
payment_collection_method = sgqlc.types.Field(PaymentCollectionMethod, graphql_name='paymentCollectionMethod')
|
|
5308
5315
|
plan = sgqlc.types.Field(sgqlc.types.non_null('Plan'), graphql_name='plan')
|
|
@@ -5333,7 +5340,7 @@ class CustomerSubscription(sgqlc.types.Type):
|
|
|
5333
5340
|
|
|
5334
5341
|
class CustomerSubscriptionAggregateGroupBy(sgqlc.types.Type):
|
|
5335
5342
|
__schema__ = schema
|
|
5336
|
-
__field_names__ = ('billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5343
|
+
__field_names__ = ('billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'paying_customer_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5337
5344
|
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5338
5345
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5339
5346
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
@@ -5349,6 +5356,7 @@ class CustomerSubscriptionAggregateGroupBy(sgqlc.types.Type):
|
|
|
5349
5356
|
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
5350
5357
|
id = sgqlc.types.Field(String, graphql_name='id')
|
|
5351
5358
|
old_billing_id = sgqlc.types.Field(String, graphql_name='oldBillingId')
|
|
5359
|
+
paying_customer_id = sgqlc.types.Field(String, graphql_name='payingCustomerId')
|
|
5352
5360
|
payment_collection = sgqlc.types.Field(PaymentCollection, graphql_name='paymentCollection')
|
|
5353
5361
|
pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
|
|
5354
5362
|
ref_id = sgqlc.types.Field(String, graphql_name='refId')
|
|
@@ -5369,7 +5377,7 @@ class CustomerSubscriptionConnection(sgqlc.types.relay.Connection):
|
|
|
5369
5377
|
|
|
5370
5378
|
class CustomerSubscriptionCountAggregate(sgqlc.types.Type):
|
|
5371
5379
|
__schema__ = schema
|
|
5372
|
-
__field_names__ = ('billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5380
|
+
__field_names__ = ('billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'paying_customer_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5373
5381
|
billing_cycle_anchor = sgqlc.types.Field(Int, graphql_name='billingCycleAnchor')
|
|
5374
5382
|
billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
|
|
5375
5383
|
cancel_reason = sgqlc.types.Field(Int, graphql_name='cancelReason')
|
|
@@ -5385,6 +5393,7 @@ class CustomerSubscriptionCountAggregate(sgqlc.types.Type):
|
|
|
5385
5393
|
environment_id = sgqlc.types.Field(Int, graphql_name='environmentId')
|
|
5386
5394
|
id = sgqlc.types.Field(Int, graphql_name='id')
|
|
5387
5395
|
old_billing_id = sgqlc.types.Field(Int, graphql_name='oldBillingId')
|
|
5396
|
+
paying_customer_id = sgqlc.types.Field(Int, graphql_name='payingCustomerId')
|
|
5388
5397
|
payment_collection = sgqlc.types.Field(Int, graphql_name='paymentCollection')
|
|
5389
5398
|
pricing_type = sgqlc.types.Field(Int, graphql_name='pricingType')
|
|
5390
5399
|
ref_id = sgqlc.types.Field(Int, graphql_name='refId')
|
|
@@ -5404,7 +5413,7 @@ class CustomerSubscriptionEdge(sgqlc.types.Type):
|
|
|
5404
5413
|
|
|
5405
5414
|
class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
|
|
5406
5415
|
__schema__ = schema
|
|
5407
|
-
__field_names__ = ('billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5416
|
+
__field_names__ = ('billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'paying_customer_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5408
5417
|
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5409
5418
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5410
5419
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
@@ -5420,6 +5429,7 @@ class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
|
|
|
5420
5429
|
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
5421
5430
|
id = sgqlc.types.Field(String, graphql_name='id')
|
|
5422
5431
|
old_billing_id = sgqlc.types.Field(String, graphql_name='oldBillingId')
|
|
5432
|
+
paying_customer_id = sgqlc.types.Field(String, graphql_name='payingCustomerId')
|
|
5423
5433
|
payment_collection = sgqlc.types.Field(PaymentCollection, graphql_name='paymentCollection')
|
|
5424
5434
|
pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
|
|
5425
5435
|
ref_id = sgqlc.types.Field(String, graphql_name='refId')
|
|
@@ -5432,7 +5442,7 @@ class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
|
|
|
5432
5442
|
|
|
5433
5443
|
class CustomerSubscriptionMinAggregate(sgqlc.types.Type):
|
|
5434
5444
|
__schema__ = schema
|
|
5435
|
-
__field_names__ = ('billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5445
|
+
__field_names__ = ('billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'paying_customer_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5436
5446
|
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5437
5447
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5438
5448
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
@@ -5448,6 +5458,7 @@ class CustomerSubscriptionMinAggregate(sgqlc.types.Type):
|
|
|
5448
5458
|
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
5449
5459
|
id = sgqlc.types.Field(String, graphql_name='id')
|
|
5450
5460
|
old_billing_id = sgqlc.types.Field(String, graphql_name='oldBillingId')
|
|
5461
|
+
paying_customer_id = sgqlc.types.Field(String, graphql_name='payingCustomerId')
|
|
5451
5462
|
payment_collection = sgqlc.types.Field(PaymentCollection, graphql_name='paymentCollection')
|
|
5452
5463
|
pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
|
|
5453
5464
|
ref_id = sgqlc.types.Field(String, graphql_name='refId')
|
|
@@ -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=qE2Xzpypr938ehE2FeA1212q31EE9H4Sj7SDiCWOiTA,74805
|
|
5
|
-
stigg/generated/schema.py,sha256=
|
|
6
|
-
stigg_api_client-2.
|
|
7
|
-
stigg_api_client-2.
|
|
8
|
-
stigg_api_client-2.
|
|
9
|
-
stigg_api_client-2.
|
|
5
|
+
stigg/generated/schema.py,sha256=I0Dnq7Wrl9x_iWmD63U-CKKVxvp1nuMcMSAzvGoigrM,613640
|
|
6
|
+
stigg_api_client-2.101.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-2.101.0.dist-info/METADATA,sha256=VrGD8nyrw0-4OzLsaROmG4KuXkfTgXWickas8JLDhpE,3198
|
|
8
|
+
stigg_api_client-2.101.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-2.101.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|