stigg-api-client 1.157.0__py3-none-any.whl → 1.160.1__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 CHANGED
@@ -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')
@@ -3342,7 +3345,7 @@ class SubscriptionAddonFilterAddonFilter(sgqlc.types.Input):
3342
3345
 
3343
3346
  class SubscriptionAddonFilterCustomerSubscriptionFilter(sgqlc.types.Input):
3344
3347
  __schema__ = schema
3345
- __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')
3346
3349
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilterCustomerSubscriptionFilter')), graphql_name='and')
3347
3350
  billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
3348
3351
  cancel_reason = sgqlc.types.Field('SubscriptionCancelReasonFilterComparison', graphql_name='cancelReason')
@@ -3352,6 +3355,7 @@ class SubscriptionAddonFilterCustomerSubscriptionFilter(sgqlc.types.Input):
3352
3355
  crm_link_url = sgqlc.types.Field(StringFieldComparison, graphql_name='crmLinkUrl')
3353
3356
  current_billing_period_end = sgqlc.types.Field(DateFieldComparison, graphql_name='currentBillingPeriodEnd')
3354
3357
  current_billing_period_start = sgqlc.types.Field(DateFieldComparison, graphql_name='currentBillingPeriodStart')
3358
+ customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='customerId')
3355
3359
  effective_end_date = sgqlc.types.Field(DateFieldComparison, graphql_name='effectiveEndDate')
3356
3360
  end_date = sgqlc.types.Field(DateFieldComparison, graphql_name='endDate')
3357
3361
  environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
@@ -3456,7 +3460,7 @@ class SubscriptionEntitlementFilter(sgqlc.types.Input):
3456
3460
 
3457
3461
  class SubscriptionEntitlementFilterCustomerSubscriptionFilter(sgqlc.types.Input):
3458
3462
  __schema__ = schema
3459
- __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')
3460
3464
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionEntitlementFilterCustomerSubscriptionFilter')), graphql_name='and')
3461
3465
  billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
3462
3466
  cancel_reason = sgqlc.types.Field(SubscriptionCancelReasonFilterComparison, graphql_name='cancelReason')
@@ -3466,6 +3470,7 @@ class SubscriptionEntitlementFilterCustomerSubscriptionFilter(sgqlc.types.Input)
3466
3470
  crm_link_url = sgqlc.types.Field(StringFieldComparison, graphql_name='crmLinkUrl')
3467
3471
  current_billing_period_end = sgqlc.types.Field(DateFieldComparison, graphql_name='currentBillingPeriodEnd')
3468
3472
  current_billing_period_start = sgqlc.types.Field(DateFieldComparison, graphql_name='currentBillingPeriodStart')
3473
+ customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='customerId')
3469
3474
  effective_end_date = sgqlc.types.Field(DateFieldComparison, graphql_name='effectiveEndDate')
3470
3475
  end_date = sgqlc.types.Field(DateFieldComparison, graphql_name='endDate')
3471
3476
  environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
@@ -3608,7 +3613,7 @@ class SubscriptionPriceFilter(sgqlc.types.Input):
3608
3613
 
3609
3614
  class SubscriptionPriceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
3610
3615
  __schema__ = schema
3611
- __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')
3612
3617
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionPriceFilterCustomerSubscriptionFilter')), graphql_name='and')
3613
3618
  billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
3614
3619
  cancel_reason = sgqlc.types.Field(SubscriptionCancelReasonFilterComparison, graphql_name='cancelReason')
@@ -3618,6 +3623,7 @@ class SubscriptionPriceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
3618
3623
  crm_link_url = sgqlc.types.Field(StringFieldComparison, graphql_name='crmLinkUrl')
3619
3624
  current_billing_period_end = sgqlc.types.Field(DateFieldComparison, graphql_name='currentBillingPeriodEnd')
3620
3625
  current_billing_period_start = sgqlc.types.Field(DateFieldComparison, graphql_name='currentBillingPeriodStart')
3626
+ customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='customerId')
3621
3627
  effective_end_date = sgqlc.types.Field(DateFieldComparison, graphql_name='effectiveEndDate')
3622
3628
  end_date = sgqlc.types.Field(DateFieldComparison, graphql_name='endDate')
3623
3629
  environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
@@ -5055,7 +5061,7 @@ class CustomerStatistics(sgqlc.types.Type):
5055
5061
 
5056
5062
  class CustomerSubscription(sgqlc.types.Type):
5057
5063
  __schema__ = schema
5058
- __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')
5059
5065
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
5060
5066
  addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddon')), graphql_name='addons', args=sgqlc.types.ArgDict((
5061
5067
  ('filter', sgqlc.types.Arg(SubscriptionAddonFilter, graphql_name='filter', default={})),
@@ -5076,6 +5082,7 @@ class CustomerSubscription(sgqlc.types.Type):
5076
5082
  current_billing_period_end = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodEnd')
5077
5083
  current_billing_period_start = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodStart')
5078
5084
  customer = sgqlc.types.Field(sgqlc.types.non_null(Customer), graphql_name='customer')
5085
+ customer_id = sgqlc.types.Field(String, graphql_name='customerId')
5079
5086
  effective_end_date = sgqlc.types.Field(DateTime, graphql_name='effectiveEndDate')
5080
5087
  end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
5081
5088
  environment = sgqlc.types.Field(sgqlc.types.non_null('Environment'), graphql_name='environment')
@@ -5120,7 +5127,7 @@ class CustomerSubscription(sgqlc.types.Type):
5120
5127
 
5121
5128
  class CustomerSubscriptionAggregateGroupBy(sgqlc.types.Type):
5122
5129
  __schema__ = schema
5123
- __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')
5124
5131
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5125
5132
  cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
5126
5133
  cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
@@ -5129,6 +5136,7 @@ class CustomerSubscriptionAggregateGroupBy(sgqlc.types.Type):
5129
5136
  crm_link_url = sgqlc.types.Field(String, graphql_name='crmLinkUrl')
5130
5137
  current_billing_period_end = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodEnd')
5131
5138
  current_billing_period_start = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodStart')
5139
+ customer_id = sgqlc.types.Field(String, graphql_name='customerId')
5132
5140
  effective_end_date = sgqlc.types.Field(DateTime, graphql_name='effectiveEndDate')
5133
5141
  end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
5134
5142
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
@@ -5154,7 +5162,7 @@ class CustomerSubscriptionConnection(sgqlc.types.relay.Connection):
5154
5162
 
5155
5163
  class CustomerSubscriptionCountAggregate(sgqlc.types.Type):
5156
5164
  __schema__ = schema
5157
- __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')
5158
5166
  billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
5159
5167
  cancel_reason = sgqlc.types.Field(Int, graphql_name='cancelReason')
5160
5168
  cancellation_date = sgqlc.types.Field(Int, graphql_name='cancellationDate')
@@ -5163,6 +5171,7 @@ class CustomerSubscriptionCountAggregate(sgqlc.types.Type):
5163
5171
  crm_link_url = sgqlc.types.Field(Int, graphql_name='crmLinkUrl')
5164
5172
  current_billing_period_end = sgqlc.types.Field(Int, graphql_name='currentBillingPeriodEnd')
5165
5173
  current_billing_period_start = sgqlc.types.Field(Int, graphql_name='currentBillingPeriodStart')
5174
+ customer_id = sgqlc.types.Field(Int, graphql_name='customerId')
5166
5175
  effective_end_date = sgqlc.types.Field(Int, graphql_name='effectiveEndDate')
5167
5176
  end_date = sgqlc.types.Field(Int, graphql_name='endDate')
5168
5177
  environment_id = sgqlc.types.Field(Int, graphql_name='environmentId')
@@ -5187,7 +5196,7 @@ class CustomerSubscriptionEdge(sgqlc.types.Type):
5187
5196
 
5188
5197
  class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
5189
5198
  __schema__ = schema
5190
- __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')
5191
5200
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5192
5201
  cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
5193
5202
  cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
@@ -5196,6 +5205,7 @@ class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
5196
5205
  crm_link_url = sgqlc.types.Field(String, graphql_name='crmLinkUrl')
5197
5206
  current_billing_period_end = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodEnd')
5198
5207
  current_billing_period_start = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodStart')
5208
+ customer_id = sgqlc.types.Field(String, graphql_name='customerId')
5199
5209
  effective_end_date = sgqlc.types.Field(DateTime, graphql_name='effectiveEndDate')
5200
5210
  end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
5201
5211
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
@@ -5213,7 +5223,7 @@ class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
5213
5223
 
5214
5224
  class CustomerSubscriptionMinAggregate(sgqlc.types.Type):
5215
5225
  __schema__ = schema
5216
- __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')
5217
5227
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5218
5228
  cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
5219
5229
  cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
@@ -5222,6 +5232,7 @@ class CustomerSubscriptionMinAggregate(sgqlc.types.Type):
5222
5232
  crm_link_url = sgqlc.types.Field(String, graphql_name='crmLinkUrl')
5223
5233
  current_billing_period_end = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodEnd')
5224
5234
  current_billing_period_start = sgqlc.types.Field(DateTime, graphql_name='currentBillingPeriodStart')
5235
+ customer_id = sgqlc.types.Field(String, graphql_name='customerId')
5225
5236
  effective_end_date = sgqlc.types.Field(DateTime, graphql_name='effectiveEndDate')
5226
5237
  end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
5227
5238
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 1.157.0
3
+ Version: 1.160.1
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -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=mA401xlRgdYJDGJORvOQi89zw69K1dFQtkdVvGMzFBQ,68731
5
- stigg/generated/schema.py,sha256=GaKXZ5xBXeHmNI_S37w3OBgP_kCsH2E65reVilVJy08,582989
6
- stigg_api_client-1.157.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-1.157.0.dist-info/METADATA,sha256=H8GIwgPqX0jK84RIUTA1z2evcIgIWftTac-vxKRosFQ,3198
8
- stigg_api_client-1.157.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-1.157.0.dist-info/RECORD,,
5
+ stigg/generated/schema.py,sha256=JZYzovxKbV5ZDjZpNh54-Oa8VFx66vd9nLAYezZ05EE,584042
6
+ stigg_api_client-1.160.1.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-1.160.1.dist-info/METADATA,sha256=UCL3Tk3MDfUawi7dcrKVAPcrBwQ2qFntvh3cBQPQZb0,3198
8
+ stigg_api_client-1.160.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-1.160.1.dist-info/RECORD,,