stigg-api-client 2.8.2__tar.gz → 2.16.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-2.8.2 → stigg_api_client-2.16.0}/PKG-INFO +1 -1
- {stigg_api_client-2.8.2 → stigg_api_client-2.16.0}/pyproject.toml +1 -1
- {stigg_api_client-2.8.2 → stigg_api_client-2.16.0}/stigg/generated/schema.py +28 -15
- {stigg_api_client-2.8.2 → stigg_api_client-2.16.0}/LICENSE +0 -0
- {stigg_api_client-2.8.2 → stigg_api_client-2.16.0}/README.md +0 -0
- {stigg_api_client-2.8.2 → stigg_api_client-2.16.0}/stigg/__init__.py +0 -0
- {stigg_api_client-2.8.2 → stigg_api_client-2.16.0}/stigg/client.py +0 -0
- {stigg_api_client-2.8.2 → stigg_api_client-2.16.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-2.8.2 → stigg_api_client-2.16.0}/stigg/generated/operations.py +0 -0
|
@@ -52,7 +52,7 @@ class ApiKeyType(sgqlc.types.Enum):
|
|
|
52
52
|
|
|
53
53
|
class BillingAnchor(sgqlc.types.Enum):
|
|
54
54
|
__schema__ = schema
|
|
55
|
-
__choices__ = ('START_OF_THE_MONTH', 'SUBSCRIPTION_START')
|
|
55
|
+
__choices__ = ('START_OF_THE_MONTH', 'SUBSCRIPTIONS_CONSOLIDATE_BILLING', 'SUBSCRIPTION_START')
|
|
56
56
|
|
|
57
57
|
|
|
58
58
|
class BillingCadence(sgqlc.types.Enum):
|
|
@@ -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', 'customerId', 'effectiveEndDate', 'endDate', 'environmentId', 'id', 'oldBillingId', 'paymentCollection', 'pricingType', 'refId', 'resourceId', 'startDate', 'status', 'subscriptionId', 'trialEndDate')
|
|
126
|
+
__choices__ = ('billingCycleAnchor', '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
|
|
@@ -1193,8 +1193,9 @@ class CustomerFilter(sgqlc.types.Input):
|
|
|
1193
1193
|
|
|
1194
1194
|
class CustomerFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
1195
1195
|
__schema__ = schema
|
|
1196
|
-
__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')
|
|
1196
|
+
__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')
|
|
1197
1197
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
1198
|
+
billing_cycle_anchor = sgqlc.types.Field('DateFieldComparison', graphql_name='billingCycleAnchor')
|
|
1198
1199
|
billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
|
|
1199
1200
|
cancel_reason = sgqlc.types.Field('SubscriptionCancelReasonFilterComparison', graphql_name='cancelReason')
|
|
1200
1201
|
cancellation_date = sgqlc.types.Field('DateFieldComparison', graphql_name='cancellationDate')
|
|
@@ -1314,8 +1315,9 @@ class CustomerResourceFilterCustomerFilter(sgqlc.types.Input):
|
|
|
1314
1315
|
|
|
1315
1316
|
class CustomerResourceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
1316
1317
|
__schema__ = schema
|
|
1317
|
-
__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')
|
|
1318
|
+
__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')
|
|
1318
1319
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerResourceFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
1320
|
+
billing_cycle_anchor = sgqlc.types.Field('DateFieldComparison', graphql_name='billingCycleAnchor')
|
|
1319
1321
|
billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
|
|
1320
1322
|
cancel_reason = sgqlc.types.Field('SubscriptionCancelReasonFilterComparison', graphql_name='cancelReason')
|
|
1321
1323
|
cancellation_date = sgqlc.types.Field('DateFieldComparison', graphql_name='cancellationDate')
|
|
@@ -1365,9 +1367,10 @@ class CustomerSort(sgqlc.types.Input):
|
|
|
1365
1367
|
|
|
1366
1368
|
class CustomerSubscriptionFilter(sgqlc.types.Input):
|
|
1367
1369
|
__schema__ = schema
|
|
1368
|
-
__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')
|
|
1370
|
+
__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_', 'payment_collection', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'trial_end_date')
|
|
1369
1371
|
addons = sgqlc.types.Field('CustomerSubscriptionFilterSubscriptionAddonFilter', graphql_name='addons')
|
|
1370
1372
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilter')), graphql_name='and')
|
|
1373
|
+
billing_cycle_anchor = sgqlc.types.Field('DateFieldComparison', graphql_name='billingCycleAnchor')
|
|
1371
1374
|
billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
|
|
1372
1375
|
cancel_reason = sgqlc.types.Field('SubscriptionCancelReasonFilterComparison', graphql_name='cancelReason')
|
|
1373
1376
|
cancellation_date = sgqlc.types.Field('DateFieldComparison', graphql_name='cancellationDate')
|
|
@@ -3452,8 +3455,9 @@ class SubscriptionAddonFilter(sgqlc.types.Input):
|
|
|
3452
3455
|
|
|
3453
3456
|
class SubscriptionAddonFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
3454
3457
|
__schema__ = schema
|
|
3455
|
-
__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
|
+
__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')
|
|
3456
3459
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
3460
|
+
billing_cycle_anchor = sgqlc.types.Field(DateFieldComparison, graphql_name='billingCycleAnchor')
|
|
3457
3461
|
billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
|
|
3458
3462
|
cancel_reason = sgqlc.types.Field('SubscriptionCancelReasonFilterComparison', graphql_name='cancelReason')
|
|
3459
3463
|
cancellation_date = sgqlc.types.Field(DateFieldComparison, graphql_name='cancellationDate')
|
|
@@ -3567,8 +3571,9 @@ class SubscriptionEntitlementFilter(sgqlc.types.Input):
|
|
|
3567
3571
|
|
|
3568
3572
|
class SubscriptionEntitlementFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
3569
3573
|
__schema__ = schema
|
|
3570
|
-
__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')
|
|
3574
|
+
__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')
|
|
3571
3575
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionEntitlementFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
3576
|
+
billing_cycle_anchor = sgqlc.types.Field(DateFieldComparison, graphql_name='billingCycleAnchor')
|
|
3572
3577
|
billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
|
|
3573
3578
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReasonFilterComparison, graphql_name='cancelReason')
|
|
3574
3579
|
cancellation_date = sgqlc.types.Field(DateFieldComparison, graphql_name='cancellationDate')
|
|
@@ -3720,8 +3725,9 @@ class SubscriptionPriceFilter(sgqlc.types.Input):
|
|
|
3720
3725
|
|
|
3721
3726
|
class SubscriptionPriceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
3722
3727
|
__schema__ = schema
|
|
3723
|
-
__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')
|
|
3728
|
+
__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')
|
|
3724
3729
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionPriceFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
3730
|
+
billing_cycle_anchor = sgqlc.types.Field(DateFieldComparison, graphql_name='billingCycleAnchor')
|
|
3725
3731
|
billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
|
|
3726
3732
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReasonFilterComparison, graphql_name='cancelReason')
|
|
3727
3733
|
cancellation_date = sgqlc.types.Field(DateFieldComparison, graphql_name='cancellationDate')
|
|
@@ -4294,10 +4300,11 @@ class YearlyResetPeriodConfigInput(sgqlc.types.Input):
|
|
|
4294
4300
|
|
|
4295
4301
|
class ZuoraCredentialsInput(sgqlc.types.Input):
|
|
4296
4302
|
__schema__ = schema
|
|
4297
|
-
__field_names__ = ('base_url', 'client_id', 'client_secret')
|
|
4303
|
+
__field_names__ = ('base_url', 'client_id', 'client_secret', 'stripe_secret_key')
|
|
4298
4304
|
base_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='baseUrl')
|
|
4299
4305
|
client_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientId')
|
|
4300
4306
|
client_secret = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientSecret')
|
|
4307
|
+
stripe_secret_key = sgqlc.types.Field(String, graphql_name='stripeSecretKey')
|
|
4301
4308
|
|
|
4302
4309
|
|
|
4303
4310
|
|
|
@@ -5177,13 +5184,14 @@ class CustomerStatistics(sgqlc.types.Type):
|
|
|
5177
5184
|
|
|
5178
5185
|
class CustomerSubscription(sgqlc.types.Type):
|
|
5179
5186
|
__schema__ = schema
|
|
5180
|
-
__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')
|
|
5187
|
+
__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', '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')
|
|
5181
5188
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
5182
5189
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddon')), graphql_name='addons', args=sgqlc.types.ArgDict((
|
|
5183
5190
|
('filter', sgqlc.types.Arg(SubscriptionAddonFilter, graphql_name='filter', default={})),
|
|
5184
5191
|
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(SubscriptionAddonSort)), graphql_name='sorting', default=[{'direction': 'DESC', 'field': 'createdAt'}])),
|
|
5185
5192
|
))
|
|
5186
5193
|
)
|
|
5194
|
+
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5187
5195
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5188
5196
|
billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
|
|
5189
5197
|
billing_sync_error = sgqlc.types.Field(String, graphql_name='billingSyncError')
|
|
@@ -5243,7 +5251,8 @@ class CustomerSubscription(sgqlc.types.Type):
|
|
|
5243
5251
|
|
|
5244
5252
|
class CustomerSubscriptionAggregateGroupBy(sgqlc.types.Type):
|
|
5245
5253
|
__schema__ = schema
|
|
5246
|
-
__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')
|
|
5254
|
+
__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')
|
|
5255
|
+
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5247
5256
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5248
5257
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
5249
5258
|
cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
|
|
@@ -5278,7 +5287,8 @@ class CustomerSubscriptionConnection(sgqlc.types.relay.Connection):
|
|
|
5278
5287
|
|
|
5279
5288
|
class CustomerSubscriptionCountAggregate(sgqlc.types.Type):
|
|
5280
5289
|
__schema__ = schema
|
|
5281
|
-
__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')
|
|
5290
|
+
__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')
|
|
5291
|
+
billing_cycle_anchor = sgqlc.types.Field(Int, graphql_name='billingCycleAnchor')
|
|
5282
5292
|
billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
|
|
5283
5293
|
cancel_reason = sgqlc.types.Field(Int, graphql_name='cancelReason')
|
|
5284
5294
|
cancellation_date = sgqlc.types.Field(Int, graphql_name='cancellationDate')
|
|
@@ -5312,7 +5322,8 @@ class CustomerSubscriptionEdge(sgqlc.types.Type):
|
|
|
5312
5322
|
|
|
5313
5323
|
class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
|
|
5314
5324
|
__schema__ = schema
|
|
5315
|
-
__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')
|
|
5325
|
+
__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')
|
|
5326
|
+
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5316
5327
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5317
5328
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
5318
5329
|
cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
|
|
@@ -5339,7 +5350,8 @@ class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
|
|
|
5339
5350
|
|
|
5340
5351
|
class CustomerSubscriptionMinAggregate(sgqlc.types.Type):
|
|
5341
5352
|
__schema__ = schema
|
|
5342
|
-
__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')
|
|
5353
|
+
__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')
|
|
5354
|
+
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5343
5355
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5344
5356
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
5345
5357
|
cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
|
|
@@ -9405,10 +9417,11 @@ class YearlyResetPeriodConfig(sgqlc.types.Type):
|
|
|
9405
9417
|
|
|
9406
9418
|
class ZuoraCredentials(sgqlc.types.Type):
|
|
9407
9419
|
__schema__ = schema
|
|
9408
|
-
__field_names__ = ('base_url', 'client_id', 'client_secret')
|
|
9420
|
+
__field_names__ = ('base_url', 'client_id', 'client_secret', 'stripe_secret_key')
|
|
9409
9421
|
base_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='baseUrl')
|
|
9410
9422
|
client_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientId')
|
|
9411
9423
|
client_secret = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientSecret')
|
|
9424
|
+
stripe_secret_key = sgqlc.types.Field(String, graphql_name='stripeSecretKey')
|
|
9412
9425
|
|
|
9413
9426
|
|
|
9414
9427
|
class ZuoraPaymentMethodForm(sgqlc.types.Type):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|