stigg-api-client 1.156.0__tar.gz → 1.158.0__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.
- {stigg_api_client-1.156.0 → stigg_api_client-1.158.0}/PKG-INFO +1 -1
- {stigg_api_client-1.156.0 → stigg_api_client-1.158.0}/pyproject.toml +1 -1
- {stigg_api_client-1.156.0 → stigg_api_client-1.158.0}/stigg/generated/schema.py +27 -14
- {stigg_api_client-1.156.0 → stigg_api_client-1.158.0}/LICENSE +0 -0
- {stigg_api_client-1.156.0 → stigg_api_client-1.158.0}/README.md +0 -0
- {stigg_api_client-1.156.0 → stigg_api_client-1.158.0}/stigg/__init__.py +0 -0
- {stigg_api_client-1.156.0 → stigg_api_client-1.158.0}/stigg/client.py +0 -0
- {stigg_api_client-1.156.0 → stigg_api_client-1.158.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-1.156.0 → stigg_api_client-1.158.0}/stigg/generated/operations.py +0 -0
|
@@ -123,7 +123,7 @@ class CustomerSortFields(sgqlc.types.Enum):
|
|
|
123
123
|
|
|
124
124
|
class CustomerSubscriptionSortFields(sgqlc.types.Enum):
|
|
125
125
|
__schema__ = schema
|
|
126
|
-
__choices__ = ('billingId', 'cancelReason', 'cancellationDate', 'createdAt', 'crmId', 'crmLinkUrl', 'currentBillingPeriodEnd', 'currentBillingPeriodStart', 'effectiveEndDate', 'endDate', 'environmentId', 'id', 'oldBillingId', 'paymentCollection', 'pricingType', 'refId', 'resourceId', 'startDate', 'status', 'subscriptionId', 'trialEndDate')
|
|
126
|
+
__choices__ = ('billingId', 'cancelReason', 'cancellationDate', 'createdAt', 'crmId', 'crmLinkUrl', 'currentBillingPeriodEnd', 'currentBillingPeriodStart', 'customerId', 'effectiveEndDate', 'endDate', 'environmentId', 'id', 'oldBillingId', 'paymentCollection', 'pricingType', 'refId', 'resourceId', 'startDate', 'status', 'subscriptionId', 'trialEndDate')
|
|
127
127
|
|
|
128
128
|
|
|
129
129
|
DateTime = sgqlc.types.datetime.DateTime
|
|
@@ -1146,7 +1146,7 @@ class CustomerFilter(sgqlc.types.Input):
|
|
|
1146
1146
|
|
|
1147
1147
|
class CustomerFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
1148
1148
|
__schema__ = schema
|
|
1149
|
-
__field_names__ = ('and_', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', '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')
|
|
1149
|
+
__field_names__ = ('and_', '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')
|
|
1150
1150
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
1151
1151
|
billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
|
|
1152
1152
|
cancel_reason = sgqlc.types.Field('SubscriptionCancelReasonFilterComparison', graphql_name='cancelReason')
|
|
@@ -1156,6 +1156,7 @@ class CustomerFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
|
1156
1156
|
crm_link_url = sgqlc.types.Field('StringFieldComparison', graphql_name='crmLinkUrl')
|
|
1157
1157
|
current_billing_period_end = sgqlc.types.Field('DateFieldComparison', graphql_name='currentBillingPeriodEnd')
|
|
1158
1158
|
current_billing_period_start = sgqlc.types.Field('DateFieldComparison', graphql_name='currentBillingPeriodStart')
|
|
1159
|
+
customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='customerId')
|
|
1159
1160
|
effective_end_date = sgqlc.types.Field('DateFieldComparison', graphql_name='effectiveEndDate')
|
|
1160
1161
|
end_date = sgqlc.types.Field('DateFieldComparison', graphql_name='endDate')
|
|
1161
1162
|
environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
|
|
@@ -1266,7 +1267,7 @@ class CustomerResourceFilterCustomerFilter(sgqlc.types.Input):
|
|
|
1266
1267
|
|
|
1267
1268
|
class CustomerResourceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
1268
1269
|
__schema__ = schema
|
|
1269
|
-
__field_names__ = ('and_', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', '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')
|
|
1270
|
+
__field_names__ = ('and_', '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')
|
|
1270
1271
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerResourceFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
1271
1272
|
billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
|
|
1272
1273
|
cancel_reason = sgqlc.types.Field('SubscriptionCancelReasonFilterComparison', graphql_name='cancelReason')
|
|
@@ -1276,6 +1277,7 @@ class CustomerResourceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
|
1276
1277
|
crm_link_url = sgqlc.types.Field('StringFieldComparison', graphql_name='crmLinkUrl')
|
|
1277
1278
|
current_billing_period_end = sgqlc.types.Field('DateFieldComparison', graphql_name='currentBillingPeriodEnd')
|
|
1278
1279
|
current_billing_period_start = sgqlc.types.Field('DateFieldComparison', graphql_name='currentBillingPeriodStart')
|
|
1280
|
+
customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='customerId')
|
|
1279
1281
|
effective_end_date = sgqlc.types.Field('DateFieldComparison', graphql_name='effectiveEndDate')
|
|
1280
1282
|
end_date = sgqlc.types.Field('DateFieldComparison', graphql_name='endDate')
|
|
1281
1283
|
environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
|
|
@@ -1316,7 +1318,7 @@ class CustomerSort(sgqlc.types.Input):
|
|
|
1316
1318
|
|
|
1317
1319
|
class CustomerSubscriptionFilter(sgqlc.types.Input):
|
|
1318
1320
|
__schema__ = schema
|
|
1319
|
-
__field_names__ = ('addons', 'and_', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'trial_end_date')
|
|
1321
|
+
__field_names__ = ('addons', 'and_', '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_', 'payment_collection', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'trial_end_date')
|
|
1320
1322
|
addons = sgqlc.types.Field('CustomerSubscriptionFilterSubscriptionAddonFilter', graphql_name='addons')
|
|
1321
1323
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilter')), graphql_name='and')
|
|
1322
1324
|
billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
|
|
@@ -1328,6 +1330,7 @@ class CustomerSubscriptionFilter(sgqlc.types.Input):
|
|
|
1328
1330
|
current_billing_period_end = sgqlc.types.Field('DateFieldComparison', graphql_name='currentBillingPeriodEnd')
|
|
1329
1331
|
current_billing_period_start = sgqlc.types.Field('DateFieldComparison', graphql_name='currentBillingPeriodStart')
|
|
1330
1332
|
customer = sgqlc.types.Field('CustomerSubscriptionFilterCustomerFilter', graphql_name='customer')
|
|
1333
|
+
customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='customerId')
|
|
1331
1334
|
effective_end_date = sgqlc.types.Field('DateFieldComparison', graphql_name='effectiveEndDate')
|
|
1332
1335
|
end_date = sgqlc.types.Field('DateFieldComparison', graphql_name='endDate')
|
|
1333
1336
|
environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
|
|
@@ -2010,7 +2013,7 @@ class ImportCustomerBulk(sgqlc.types.Input):
|
|
|
2010
2013
|
|
|
2011
2014
|
class ImportCustomerInput(sgqlc.types.Input):
|
|
2012
2015
|
__schema__ = schema
|
|
2013
|
-
__field_names__ = ('additional_meta_data', 'billing_id', 'customer_id', 'email', 'environment_id', 'name', 'payment_method_id', 'ref_id')
|
|
2016
|
+
__field_names__ = ('additional_meta_data', 'billing_id', 'customer_id', 'email', 'environment_id', 'name', 'payment_method_id', 'ref_id', 'updated_at')
|
|
2014
2017
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
2015
2018
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
2016
2019
|
customer_id = sgqlc.types.Field(String, graphql_name='customerId')
|
|
@@ -2019,6 +2022,7 @@ class ImportCustomerInput(sgqlc.types.Input):
|
|
|
2019
2022
|
name = sgqlc.types.Field(String, graphql_name='name')
|
|
2020
2023
|
payment_method_id = sgqlc.types.Field(String, graphql_name='paymentMethodId')
|
|
2021
2024
|
ref_id = sgqlc.types.Field(String, graphql_name='refId')
|
|
2025
|
+
updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
|
|
2022
2026
|
|
|
2023
2027
|
|
|
2024
2028
|
class ImportIntegrationCatalogInput(sgqlc.types.Input):
|
|
@@ -2069,7 +2073,7 @@ class ImportIntegrationTaskSort(sgqlc.types.Input):
|
|
|
2069
2073
|
|
|
2070
2074
|
class ImportSubscriptionInput(sgqlc.types.Input):
|
|
2071
2075
|
__schema__ = schema
|
|
2072
|
-
__field_names__ = ('additional_meta_data', 'billing_id', 'billing_period', 'customer_id', 'plan_id', 'resource_id', 'start_date', 'unit_quantity')
|
|
2076
|
+
__field_names__ = ('additional_meta_data', 'billing_id', 'billing_period', 'customer_id', 'plan_id', 'resource_id', 'start_date', 'unit_quantity', 'updated_at')
|
|
2073
2077
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
2074
2078
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
2075
2079
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
@@ -2078,6 +2082,7 @@ class ImportSubscriptionInput(sgqlc.types.Input):
|
|
|
2078
2082
|
resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
|
|
2079
2083
|
start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
|
|
2080
2084
|
unit_quantity = sgqlc.types.Field(Float, graphql_name='unitQuantity')
|
|
2085
|
+
updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
|
|
2081
2086
|
|
|
2082
2087
|
|
|
2083
2088
|
class ImportSubscriptionsBulk(sgqlc.types.Input):
|
|
@@ -3340,7 +3345,7 @@ class SubscriptionAddonFilterAddonFilter(sgqlc.types.Input):
|
|
|
3340
3345
|
|
|
3341
3346
|
class SubscriptionAddonFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
3342
3347
|
__schema__ = schema
|
|
3343
|
-
__field_names__ = ('and_', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', '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')
|
|
3348
|
+
__field_names__ = ('and_', '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')
|
|
3344
3349
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
3345
3350
|
billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
|
|
3346
3351
|
cancel_reason = sgqlc.types.Field('SubscriptionCancelReasonFilterComparison', graphql_name='cancelReason')
|
|
@@ -3350,6 +3355,7 @@ class SubscriptionAddonFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
|
3350
3355
|
crm_link_url = sgqlc.types.Field(StringFieldComparison, graphql_name='crmLinkUrl')
|
|
3351
3356
|
current_billing_period_end = sgqlc.types.Field(DateFieldComparison, graphql_name='currentBillingPeriodEnd')
|
|
3352
3357
|
current_billing_period_start = sgqlc.types.Field(DateFieldComparison, graphql_name='currentBillingPeriodStart')
|
|
3358
|
+
customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='customerId')
|
|
3353
3359
|
effective_end_date = sgqlc.types.Field(DateFieldComparison, graphql_name='effectiveEndDate')
|
|
3354
3360
|
end_date = sgqlc.types.Field(DateFieldComparison, graphql_name='endDate')
|
|
3355
3361
|
environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
|
|
@@ -3454,7 +3460,7 @@ class SubscriptionEntitlementFilter(sgqlc.types.Input):
|
|
|
3454
3460
|
|
|
3455
3461
|
class SubscriptionEntitlementFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
3456
3462
|
__schema__ = schema
|
|
3457
|
-
__field_names__ = ('and_', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', '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')
|
|
3463
|
+
__field_names__ = ('and_', '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')
|
|
3458
3464
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionEntitlementFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
3459
3465
|
billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
|
|
3460
3466
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReasonFilterComparison, graphql_name='cancelReason')
|
|
@@ -3464,6 +3470,7 @@ class SubscriptionEntitlementFilterCustomerSubscriptionFilter(sgqlc.types.Input)
|
|
|
3464
3470
|
crm_link_url = sgqlc.types.Field(StringFieldComparison, graphql_name='crmLinkUrl')
|
|
3465
3471
|
current_billing_period_end = sgqlc.types.Field(DateFieldComparison, graphql_name='currentBillingPeriodEnd')
|
|
3466
3472
|
current_billing_period_start = sgqlc.types.Field(DateFieldComparison, graphql_name='currentBillingPeriodStart')
|
|
3473
|
+
customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='customerId')
|
|
3467
3474
|
effective_end_date = sgqlc.types.Field(DateFieldComparison, graphql_name='effectiveEndDate')
|
|
3468
3475
|
end_date = sgqlc.types.Field(DateFieldComparison, graphql_name='endDate')
|
|
3469
3476
|
environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
|
|
@@ -3606,7 +3613,7 @@ class SubscriptionPriceFilter(sgqlc.types.Input):
|
|
|
3606
3613
|
|
|
3607
3614
|
class SubscriptionPriceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
3608
3615
|
__schema__ = schema
|
|
3609
|
-
__field_names__ = ('and_', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', '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')
|
|
3616
|
+
__field_names__ = ('and_', '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')
|
|
3610
3617
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionPriceFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
3611
3618
|
billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
|
|
3612
3619
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReasonFilterComparison, graphql_name='cancelReason')
|
|
@@ -3616,6 +3623,7 @@ class SubscriptionPriceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
|
3616
3623
|
crm_link_url = sgqlc.types.Field(StringFieldComparison, graphql_name='crmLinkUrl')
|
|
3617
3624
|
current_billing_period_end = sgqlc.types.Field(DateFieldComparison, graphql_name='currentBillingPeriodEnd')
|
|
3618
3625
|
current_billing_period_start = sgqlc.types.Field(DateFieldComparison, graphql_name='currentBillingPeriodStart')
|
|
3626
|
+
customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='customerId')
|
|
3619
3627
|
effective_end_date = sgqlc.types.Field(DateFieldComparison, graphql_name='effectiveEndDate')
|
|
3620
3628
|
end_date = sgqlc.types.Field(DateFieldComparison, graphql_name='endDate')
|
|
3621
3629
|
environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
|
|
@@ -5053,7 +5061,7 @@ class CustomerStatistics(sgqlc.types.Type):
|
|
|
5053
5061
|
|
|
5054
5062
|
class CustomerSubscription(sgqlc.types.Type):
|
|
5055
5063
|
__schema__ = schema
|
|
5056
|
-
__field_names__ = ('additional_meta_data', 'addons', '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', 'effective_end_date', 'end_date', 'environment', 'environment_id', 'experiment', 'experiment_info', 'free_items', 'future_updates', 'id', 'is_custom_price_subscription', 'latest_invoice', 'minimum_spend', 'old_billing_id', 'outdated_price_packages', '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')
|
|
5064
|
+
__field_names__ = ('additional_meta_data', 'addons', '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', 'latest_invoice', 'minimum_spend', 'old_billing_id', 'outdated_price_packages', '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')
|
|
5057
5065
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
5058
5066
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddon')), graphql_name='addons', args=sgqlc.types.ArgDict((
|
|
5059
5067
|
('filter', sgqlc.types.Arg(SubscriptionAddonFilter, graphql_name='filter', default={})),
|
|
@@ -5074,6 +5082,7 @@ class CustomerSubscription(sgqlc.types.Type):
|
|
|
5074
5082
|
current_billing_period_end = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodEnd')
|
|
5075
5083
|
current_billing_period_start = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodStart')
|
|
5076
5084
|
customer = sgqlc.types.Field(sgqlc.types.non_null(Customer), graphql_name='customer')
|
|
5085
|
+
customer_id = sgqlc.types.Field(String, graphql_name='customerId')
|
|
5077
5086
|
effective_end_date = sgqlc.types.Field(DateTime, graphql_name='effectiveEndDate')
|
|
5078
5087
|
end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
|
|
5079
5088
|
environment = sgqlc.types.Field(sgqlc.types.non_null('Environment'), graphql_name='environment')
|
|
@@ -5118,7 +5127,7 @@ class CustomerSubscription(sgqlc.types.Type):
|
|
|
5118
5127
|
|
|
5119
5128
|
class CustomerSubscriptionAggregateGroupBy(sgqlc.types.Type):
|
|
5120
5129
|
__schema__ = schema
|
|
5121
|
-
__field_names__ = ('billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', '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')
|
|
5130
|
+
__field_names__ = ('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')
|
|
5122
5131
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5123
5132
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
5124
5133
|
cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
|
|
@@ -5127,6 +5136,7 @@ class CustomerSubscriptionAggregateGroupBy(sgqlc.types.Type):
|
|
|
5127
5136
|
crm_link_url = sgqlc.types.Field(String, graphql_name='crmLinkUrl')
|
|
5128
5137
|
current_billing_period_end = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodEnd')
|
|
5129
5138
|
current_billing_period_start = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodStart')
|
|
5139
|
+
customer_id = sgqlc.types.Field(String, graphql_name='customerId')
|
|
5130
5140
|
effective_end_date = sgqlc.types.Field(DateTime, graphql_name='effectiveEndDate')
|
|
5131
5141
|
end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
|
|
5132
5142
|
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
@@ -5152,7 +5162,7 @@ class CustomerSubscriptionConnection(sgqlc.types.relay.Connection):
|
|
|
5152
5162
|
|
|
5153
5163
|
class CustomerSubscriptionCountAggregate(sgqlc.types.Type):
|
|
5154
5164
|
__schema__ = schema
|
|
5155
|
-
__field_names__ = ('billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', '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')
|
|
5165
|
+
__field_names__ = ('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')
|
|
5156
5166
|
billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
|
|
5157
5167
|
cancel_reason = sgqlc.types.Field(Int, graphql_name='cancelReason')
|
|
5158
5168
|
cancellation_date = sgqlc.types.Field(Int, graphql_name='cancellationDate')
|
|
@@ -5161,6 +5171,7 @@ class CustomerSubscriptionCountAggregate(sgqlc.types.Type):
|
|
|
5161
5171
|
crm_link_url = sgqlc.types.Field(Int, graphql_name='crmLinkUrl')
|
|
5162
5172
|
current_billing_period_end = sgqlc.types.Field(Int, graphql_name='currentBillingPeriodEnd')
|
|
5163
5173
|
current_billing_period_start = sgqlc.types.Field(Int, graphql_name='currentBillingPeriodStart')
|
|
5174
|
+
customer_id = sgqlc.types.Field(Int, graphql_name='customerId')
|
|
5164
5175
|
effective_end_date = sgqlc.types.Field(Int, graphql_name='effectiveEndDate')
|
|
5165
5176
|
end_date = sgqlc.types.Field(Int, graphql_name='endDate')
|
|
5166
5177
|
environment_id = sgqlc.types.Field(Int, graphql_name='environmentId')
|
|
@@ -5185,7 +5196,7 @@ class CustomerSubscriptionEdge(sgqlc.types.Type):
|
|
|
5185
5196
|
|
|
5186
5197
|
class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
|
|
5187
5198
|
__schema__ = schema
|
|
5188
|
-
__field_names__ = ('billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', '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')
|
|
5199
|
+
__field_names__ = ('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')
|
|
5189
5200
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5190
5201
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
5191
5202
|
cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
|
|
@@ -5194,6 +5205,7 @@ class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
|
|
|
5194
5205
|
crm_link_url = sgqlc.types.Field(String, graphql_name='crmLinkUrl')
|
|
5195
5206
|
current_billing_period_end = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodEnd')
|
|
5196
5207
|
current_billing_period_start = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodStart')
|
|
5208
|
+
customer_id = sgqlc.types.Field(String, graphql_name='customerId')
|
|
5197
5209
|
effective_end_date = sgqlc.types.Field(DateTime, graphql_name='effectiveEndDate')
|
|
5198
5210
|
end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
|
|
5199
5211
|
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
@@ -5211,7 +5223,7 @@ class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
|
|
|
5211
5223
|
|
|
5212
5224
|
class CustomerSubscriptionMinAggregate(sgqlc.types.Type):
|
|
5213
5225
|
__schema__ = schema
|
|
5214
|
-
__field_names__ = ('billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', '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')
|
|
5226
|
+
__field_names__ = ('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')
|
|
5215
5227
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5216
5228
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
5217
5229
|
cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
|
|
@@ -5220,6 +5232,7 @@ class CustomerSubscriptionMinAggregate(sgqlc.types.Type):
|
|
|
5220
5232
|
crm_link_url = sgqlc.types.Field(String, graphql_name='crmLinkUrl')
|
|
5221
5233
|
current_billing_period_end = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodEnd')
|
|
5222
5234
|
current_billing_period_start = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodStart')
|
|
5235
|
+
customer_id = sgqlc.types.Field(String, graphql_name='customerId')
|
|
5223
5236
|
effective_end_date = sgqlc.types.Field(DateTime, graphql_name='effectiveEndDate')
|
|
5224
5237
|
end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
|
|
5225
5238
|
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|