stigg-api-client 2.415.0__tar.gz → 2.418.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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 2.415.0
3
+ Version: 2.418.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "stigg-api-client"
3
- version = "2.415.0"
3
+ version = "2.418.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -138,12 +138,12 @@ class CustomerResourceSortFields(sgqlc.types.Enum):
138
138
 
139
139
  class CustomerSortFields(sgqlc.types.Enum):
140
140
  __schema__ = schema
141
- __choices__ = ('billingId', 'createdAt', 'crmHubspotCompanyId', 'crmHubspotCompanyUrl', 'crmId', 'customerId', 'deletedAt', 'email', 'environmentId', 'id', 'name', 'refId', 'searchQuery', 'updatedAt')
141
+ __choices__ = ('billingId', 'createdAt', 'crmHubspotCompanyId', 'crmHubspotCompanyUrl', 'crmId', 'customerId', 'deletedAt', 'email', 'environmentId', 'id', 'name', 'refId', 'salesforceId', 'searchQuery', 'updatedAt')
142
142
 
143
143
 
144
144
  class CustomerSubscriptionSortFields(sgqlc.types.Enum):
145
145
  __schema__ = schema
146
- __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')
146
+ __choices__ = ('billingCycleAnchor', 'billingId', 'cancelReason', 'cancellationDate', 'createdAt', 'crmId', 'crmLinkUrl', 'currentBillingPeriodEnd', 'currentBillingPeriodStart', 'customerId', 'effectiveEndDate', 'endDate', 'environmentId', 'id', 'oldBillingId', 'payingCustomerId', 'paymentCollection', 'pricingType', 'refId', 'resourceId', 'salesforceId', 'startDate', 'status', 'subscriptionId', 'trialEndDate')
147
147
 
148
148
 
149
149
  DateTime = sgqlc.types.datetime.DateTime
@@ -1028,7 +1028,7 @@ class CouponFilter(sgqlc.types.Input):
1028
1028
 
1029
1029
  class CouponFilterCustomerFilter(sgqlc.types.Input):
1030
1030
  __schema__ = schema
1031
- __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'search_query', 'updated_at')
1031
+ __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
1032
1032
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CouponFilterCustomerFilter')), graphql_name='and')
1033
1033
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
1034
1034
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
@@ -1043,6 +1043,7 @@ class CouponFilterCustomerFilter(sgqlc.types.Input):
1043
1043
  name = sgqlc.types.Field('StringFieldComparison', graphql_name='name')
1044
1044
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CouponFilterCustomerFilter')), graphql_name='or')
1045
1045
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
1046
+ salesforce_id = sgqlc.types.Field('StringFieldComparison', graphql_name='salesforceId')
1046
1047
  search_query = sgqlc.types.Field('CustomerSearchQueryFilterComparison', graphql_name='searchQuery')
1047
1048
  updated_at = sgqlc.types.Field('DateFieldComparison', graphql_name='updatedAt')
1048
1049
 
@@ -1288,7 +1289,7 @@ class CustomerBillingInfo(sgqlc.types.Input):
1288
1289
 
1289
1290
  class CustomerFilter(sgqlc.types.Input):
1290
1291
  __schema__ = schema
1291
- __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'promotional_entitlements', 'ref_id', 'search_query', 'subscriptions', 'updated_at')
1292
+ __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'promotional_entitlements', 'ref_id', 'salesforce_id', 'search_query', 'subscriptions', 'updated_at')
1292
1293
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerFilter')), graphql_name='and')
1293
1294
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
1294
1295
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
@@ -1304,6 +1305,7 @@ class CustomerFilter(sgqlc.types.Input):
1304
1305
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerFilter')), graphql_name='or')
1305
1306
  promotional_entitlements = sgqlc.types.Field('CustomerFilterPromotionalEntitlementFilter', graphql_name='promotionalEntitlements')
1306
1307
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
1308
+ salesforce_id = sgqlc.types.Field('StringFieldComparison', graphql_name='salesforceId')
1307
1309
  search_query = sgqlc.types.Field('CustomerSearchQueryFilterComparison', graphql_name='searchQuery')
1308
1310
  subscriptions = sgqlc.types.Field('CustomerFilterCustomerSubscriptionFilter', graphql_name='subscriptions')
1309
1311
  updated_at = sgqlc.types.Field('DateFieldComparison', graphql_name='updatedAt')
@@ -1311,7 +1313,7 @@ class CustomerFilter(sgqlc.types.Input):
1311
1313
 
1312
1314
  class CustomerFilterCustomerSubscriptionFilter(sgqlc.types.Input):
1313
1315
  __schema__ = schema
1314
- __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')
1316
+ __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', 'salesforce_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
1315
1317
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerFilterCustomerSubscriptionFilter')), graphql_name='and')
1316
1318
  billing_cycle_anchor = sgqlc.types.Field('DateFieldComparison', graphql_name='billingCycleAnchor')
1317
1319
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
@@ -1334,6 +1336,7 @@ class CustomerFilterCustomerSubscriptionFilter(sgqlc.types.Input):
1334
1336
  pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
1335
1337
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
1336
1338
  resource_id = sgqlc.types.Field('StringFieldComparison', graphql_name='resourceId')
1339
+ salesforce_id = sgqlc.types.Field('StringFieldComparison', graphql_name='salesforceId')
1337
1340
  start_date = sgqlc.types.Field('DateFieldComparison', graphql_name='startDate')
1338
1341
  status = sgqlc.types.Field('SubscriptionStatusFilterComparison', graphql_name='status')
1339
1342
  subscription_id = sgqlc.types.Field('StringFieldComparison', graphql_name='subscriptionId')
@@ -1413,7 +1416,7 @@ class CustomerResourceFilter(sgqlc.types.Input):
1413
1416
 
1414
1417
  class CustomerResourceFilterCustomerFilter(sgqlc.types.Input):
1415
1418
  __schema__ = schema
1416
- __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'search_query', 'updated_at')
1419
+ __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
1417
1420
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerResourceFilterCustomerFilter')), graphql_name='and')
1418
1421
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
1419
1422
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
@@ -1428,13 +1431,14 @@ class CustomerResourceFilterCustomerFilter(sgqlc.types.Input):
1428
1431
  name = sgqlc.types.Field('StringFieldComparison', graphql_name='name')
1429
1432
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerResourceFilterCustomerFilter')), graphql_name='or')
1430
1433
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
1434
+ salesforce_id = sgqlc.types.Field('StringFieldComparison', graphql_name='salesforceId')
1431
1435
  search_query = sgqlc.types.Field('CustomerSearchQueryFilterComparison', graphql_name='searchQuery')
1432
1436
  updated_at = sgqlc.types.Field('DateFieldComparison', graphql_name='updatedAt')
1433
1437
 
1434
1438
 
1435
1439
  class CustomerResourceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
1436
1440
  __schema__ = schema
1437
- __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')
1441
+ __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', 'salesforce_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
1438
1442
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerResourceFilterCustomerSubscriptionFilter')), graphql_name='and')
1439
1443
  billing_cycle_anchor = sgqlc.types.Field('DateFieldComparison', graphql_name='billingCycleAnchor')
1440
1444
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
@@ -1457,6 +1461,7 @@ class CustomerResourceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
1457
1461
  pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
1458
1462
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
1459
1463
  resource_id = sgqlc.types.Field('StringFieldComparison', graphql_name='resourceId')
1464
+ salesforce_id = sgqlc.types.Field('StringFieldComparison', graphql_name='salesforceId')
1460
1465
  start_date = sgqlc.types.Field('DateFieldComparison', graphql_name='startDate')
1461
1466
  status = sgqlc.types.Field('SubscriptionStatusFilterComparison', graphql_name='status')
1462
1467
  subscription_id = sgqlc.types.Field('StringFieldComparison', graphql_name='subscriptionId')
@@ -1487,7 +1492,7 @@ class CustomerSort(sgqlc.types.Input):
1487
1492
 
1488
1493
  class CustomerSubscriptionFilter(sgqlc.types.Input):
1489
1494
  __schema__ = schema
1490
- __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')
1495
+ __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', 'salesforce_id', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'trial_end_date')
1491
1496
  addons = sgqlc.types.Field('CustomerSubscriptionFilterSubscriptionAddonFilter', graphql_name='addons')
1492
1497
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilter')), graphql_name='and')
1493
1498
  billing_cycle_anchor = sgqlc.types.Field('DateFieldComparison', graphql_name='billingCycleAnchor')
@@ -1516,6 +1521,7 @@ class CustomerSubscriptionFilter(sgqlc.types.Input):
1516
1521
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
1517
1522
  resource = sgqlc.types.Field('CustomerSubscriptionFilterCustomerResourceFilter', graphql_name='resource')
1518
1523
  resource_id = sgqlc.types.Field('StringFieldComparison', graphql_name='resourceId')
1524
+ salesforce_id = sgqlc.types.Field('StringFieldComparison', graphql_name='salesforceId')
1519
1525
  start_date = sgqlc.types.Field('DateFieldComparison', graphql_name='startDate')
1520
1526
  status = sgqlc.types.Field('SubscriptionStatusFilterComparison', graphql_name='status')
1521
1527
  subscription_entitlements = sgqlc.types.Field('CustomerSubscriptionFilterSubscriptionEntitlementFilter', graphql_name='subscriptionEntitlements')
@@ -1525,7 +1531,7 @@ class CustomerSubscriptionFilter(sgqlc.types.Input):
1525
1531
 
1526
1532
  class CustomerSubscriptionFilterCustomerFilter(sgqlc.types.Input):
1527
1533
  __schema__ = schema
1528
- __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'search_query', 'updated_at')
1534
+ __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
1529
1535
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilterCustomerFilter')), graphql_name='and')
1530
1536
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
1531
1537
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
@@ -1540,6 +1546,7 @@ class CustomerSubscriptionFilterCustomerFilter(sgqlc.types.Input):
1540
1546
  name = sgqlc.types.Field('StringFieldComparison', graphql_name='name')
1541
1547
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilterCustomerFilter')), graphql_name='or')
1542
1548
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
1549
+ salesforce_id = sgqlc.types.Field('StringFieldComparison', graphql_name='salesforceId')
1543
1550
  search_query = sgqlc.types.Field(CustomerSearchQueryFilterComparison, graphql_name='searchQuery')
1544
1551
  updated_at = sgqlc.types.Field('DateFieldComparison', graphql_name='updatedAt')
1545
1552
 
@@ -1977,7 +1984,7 @@ class ExperimentFilter(sgqlc.types.Input):
1977
1984
 
1978
1985
  class ExperimentFilterCustomerFilter(sgqlc.types.Input):
1979
1986
  __schema__ = schema
1980
- __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'search_query', 'updated_at')
1987
+ __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
1981
1988
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('ExperimentFilterCustomerFilter')), graphql_name='and')
1982
1989
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
1983
1990
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
@@ -1992,6 +1999,7 @@ class ExperimentFilterCustomerFilter(sgqlc.types.Input):
1992
1999
  name = sgqlc.types.Field('StringFieldComparison', graphql_name='name')
1993
2000
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('ExperimentFilterCustomerFilter')), graphql_name='or')
1994
2001
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
2002
+ salesforce_id = sgqlc.types.Field('StringFieldComparison', graphql_name='salesforceId')
1995
2003
  search_query = sgqlc.types.Field(CustomerSearchQueryFilterComparison, graphql_name='searchQuery')
1996
2004
  updated_at = sgqlc.types.Field(DateFieldComparison, graphql_name='updatedAt')
1997
2005
 
@@ -3687,7 +3695,7 @@ class SubscriptionAddonFilter(sgqlc.types.Input):
3687
3695
 
3688
3696
  class SubscriptionAddonFilterCustomerSubscriptionFilter(sgqlc.types.Input):
3689
3697
  __schema__ = schema
3690
- __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')
3698
+ __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', 'salesforce_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
3691
3699
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilterCustomerSubscriptionFilter')), graphql_name='and')
3692
3700
  billing_cycle_anchor = sgqlc.types.Field(DateFieldComparison, graphql_name='billingCycleAnchor')
3693
3701
  billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
@@ -3710,6 +3718,7 @@ class SubscriptionAddonFilterCustomerSubscriptionFilter(sgqlc.types.Input):
3710
3718
  pricing_type = sgqlc.types.Field(PricingTypeFilterComparison, graphql_name='pricingType')
3711
3719
  ref_id = sgqlc.types.Field(StringFieldComparison, graphql_name='refId')
3712
3720
  resource_id = sgqlc.types.Field(StringFieldComparison, graphql_name='resourceId')
3721
+ salesforce_id = sgqlc.types.Field(StringFieldComparison, graphql_name='salesforceId')
3713
3722
  start_date = sgqlc.types.Field(DateFieldComparison, graphql_name='startDate')
3714
3723
  status = sgqlc.types.Field('SubscriptionStatusFilterComparison', graphql_name='status')
3715
3724
  subscription_id = sgqlc.types.Field(StringFieldComparison, graphql_name='subscriptionId')
@@ -3832,7 +3841,7 @@ class SubscriptionEntitlementFilter(sgqlc.types.Input):
3832
3841
 
3833
3842
  class SubscriptionEntitlementFilterCustomerSubscriptionFilter(sgqlc.types.Input):
3834
3843
  __schema__ = schema
3835
- __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')
3844
+ __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', 'salesforce_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
3836
3845
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionEntitlementFilterCustomerSubscriptionFilter')), graphql_name='and')
3837
3846
  billing_cycle_anchor = sgqlc.types.Field(DateFieldComparison, graphql_name='billingCycleAnchor')
3838
3847
  billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
@@ -3855,6 +3864,7 @@ class SubscriptionEntitlementFilterCustomerSubscriptionFilter(sgqlc.types.Input)
3855
3864
  pricing_type = sgqlc.types.Field(PricingTypeFilterComparison, graphql_name='pricingType')
3856
3865
  ref_id = sgqlc.types.Field(StringFieldComparison, graphql_name='refId')
3857
3866
  resource_id = sgqlc.types.Field(StringFieldComparison, graphql_name='resourceId')
3867
+ salesforce_id = sgqlc.types.Field(StringFieldComparison, graphql_name='salesforceId')
3858
3868
  start_date = sgqlc.types.Field(DateFieldComparison, graphql_name='startDate')
3859
3869
  status = sgqlc.types.Field('SubscriptionStatusFilterComparison', graphql_name='status')
3860
3870
  subscription_id = sgqlc.types.Field(StringFieldComparison, graphql_name='subscriptionId')
@@ -3990,7 +4000,7 @@ class SubscriptionPriceFilter(sgqlc.types.Input):
3990
4000
 
3991
4001
  class SubscriptionPriceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
3992
4002
  __schema__ = schema
3993
- __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')
4003
+ __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', 'salesforce_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
3994
4004
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionPriceFilterCustomerSubscriptionFilter')), graphql_name='and')
3995
4005
  billing_cycle_anchor = sgqlc.types.Field(DateFieldComparison, graphql_name='billingCycleAnchor')
3996
4006
  billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
@@ -4013,6 +4023,7 @@ class SubscriptionPriceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
4013
4023
  pricing_type = sgqlc.types.Field(PricingTypeFilterComparison, graphql_name='pricingType')
4014
4024
  ref_id = sgqlc.types.Field(StringFieldComparison, graphql_name='refId')
4015
4025
  resource_id = sgqlc.types.Field(StringFieldComparison, graphql_name='resourceId')
4026
+ salesforce_id = sgqlc.types.Field(StringFieldComparison, graphql_name='salesforceId')
4016
4027
  start_date = sgqlc.types.Field(DateFieldComparison, graphql_name='startDate')
4017
4028
  status = sgqlc.types.Field('SubscriptionStatusFilterComparison', graphql_name='status')
4018
4029
  subscription_id = sgqlc.types.Field(StringFieldComparison, graphql_name='subscriptionId')
@@ -4544,7 +4555,7 @@ class UsageMeasurementFilter(sgqlc.types.Input):
4544
4555
 
4545
4556
  class UsageMeasurementFilterCustomerFilter(sgqlc.types.Input):
4546
4557
  __schema__ = schema
4547
- __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'search_query', 'updated_at')
4558
+ __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
4548
4559
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('UsageMeasurementFilterCustomerFilter')), graphql_name='and')
4549
4560
  billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
4550
4561
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
@@ -4559,6 +4570,7 @@ class UsageMeasurementFilterCustomerFilter(sgqlc.types.Input):
4559
4570
  name = sgqlc.types.Field(StringFieldComparison, graphql_name='name')
4560
4571
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('UsageMeasurementFilterCustomerFilter')), graphql_name='or')
4561
4572
  ref_id = sgqlc.types.Field(StringFieldComparison, graphql_name='refId')
4573
+ salesforce_id = sgqlc.types.Field(StringFieldComparison, graphql_name='salesforceId')
4562
4574
  search_query = sgqlc.types.Field(CustomerSearchQueryFilterComparison, graphql_name='searchQuery')
4563
4575
  updated_at = sgqlc.types.Field(DateFieldComparison, graphql_name='updatedAt')
4564
4576
 
@@ -4644,10 +4656,11 @@ class YearlyResetPeriodConfigInput(sgqlc.types.Input):
4644
4656
 
4645
4657
  class ZuoraCredentialsInput(sgqlc.types.Input):
4646
4658
  __schema__ = schema
4647
- __field_names__ = ('base_url', 'client_id', 'client_secret', 'payment_page_id', 'stripe_publishable_key', 'stripe_secret_key')
4659
+ __field_names__ = ('base_url', 'client_id', 'client_secret', 'payment_gateway_id', 'payment_page_id', 'stripe_publishable_key', 'stripe_secret_key')
4648
4660
  base_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='baseUrl')
4649
4661
  client_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientId')
4650
4662
  client_secret = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientSecret')
4663
+ payment_gateway_id = sgqlc.types.Field(String, graphql_name='paymentGatewayId')
4651
4664
  payment_page_id = sgqlc.types.Field(String, graphql_name='paymentPageId')
4652
4665
  stripe_publishable_key = sgqlc.types.Field(String, graphql_name='stripePublishableKey')
4653
4666
  stripe_secret_key = sgqlc.types.Field(String, graphql_name='stripeSecretKey')
@@ -5273,7 +5286,7 @@ class Customer(sgqlc.types.Type):
5273
5286
 
5274
5287
  class CustomerAggregateGroupBy(sgqlc.types.Type):
5275
5288
  __schema__ = schema
5276
- __field_names__ = ('billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'search_query', 'updated_at')
5289
+ __field_names__ = ('billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
5277
5290
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5278
5291
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
5279
5292
  crm_hubspot_company_id = sgqlc.types.Field(String, graphql_name='crmHubspotCompanyId')
@@ -5286,6 +5299,7 @@ class CustomerAggregateGroupBy(sgqlc.types.Type):
5286
5299
  id = sgqlc.types.Field(String, graphql_name='id')
5287
5300
  name = sgqlc.types.Field(String, graphql_name='name')
5288
5301
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
5302
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
5289
5303
  search_query = sgqlc.types.Field(String, graphql_name='searchQuery')
5290
5304
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
5291
5305
 
@@ -5307,7 +5321,7 @@ class CustomerConnection(sgqlc.types.relay.Connection):
5307
5321
 
5308
5322
  class CustomerCountAggregate(sgqlc.types.Type):
5309
5323
  __schema__ = schema
5310
- __field_names__ = ('billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'search_query', 'updated_at')
5324
+ __field_names__ = ('billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
5311
5325
  billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
5312
5326
  created_at = sgqlc.types.Field(Int, graphql_name='createdAt')
5313
5327
  crm_hubspot_company_id = sgqlc.types.Field(Int, graphql_name='crmHubspotCompanyId')
@@ -5320,6 +5334,7 @@ class CustomerCountAggregate(sgqlc.types.Type):
5320
5334
  id = sgqlc.types.Field(Int, graphql_name='id')
5321
5335
  name = sgqlc.types.Field(Int, graphql_name='name')
5322
5336
  ref_id = sgqlc.types.Field(Int, graphql_name='refId')
5337
+ salesforce_id = sgqlc.types.Field(Int, graphql_name='salesforceId')
5323
5338
  search_query = sgqlc.types.Field(Int, graphql_name='searchQuery')
5324
5339
  updated_at = sgqlc.types.Field(Int, graphql_name='updatedAt')
5325
5340
 
@@ -5333,7 +5348,7 @@ class CustomerEdge(sgqlc.types.Type):
5333
5348
 
5334
5349
  class CustomerMaxAggregate(sgqlc.types.Type):
5335
5350
  __schema__ = schema
5336
- __field_names__ = ('billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'search_query', 'updated_at')
5351
+ __field_names__ = ('billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
5337
5352
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5338
5353
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
5339
5354
  crm_hubspot_company_id = sgqlc.types.Field(String, graphql_name='crmHubspotCompanyId')
@@ -5346,13 +5361,14 @@ class CustomerMaxAggregate(sgqlc.types.Type):
5346
5361
  id = sgqlc.types.Field(String, graphql_name='id')
5347
5362
  name = sgqlc.types.Field(String, graphql_name='name')
5348
5363
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
5364
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
5349
5365
  search_query = sgqlc.types.Field(String, graphql_name='searchQuery')
5350
5366
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
5351
5367
 
5352
5368
 
5353
5369
  class CustomerMinAggregate(sgqlc.types.Type):
5354
5370
  __schema__ = schema
5355
- __field_names__ = ('billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'search_query', 'updated_at')
5371
+ __field_names__ = ('billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
5356
5372
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5357
5373
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
5358
5374
  crm_hubspot_company_id = sgqlc.types.Field(String, graphql_name='crmHubspotCompanyId')
@@ -5365,6 +5381,7 @@ class CustomerMinAggregate(sgqlc.types.Type):
5365
5381
  id = sgqlc.types.Field(String, graphql_name='id')
5366
5382
  name = sgqlc.types.Field(String, graphql_name='name')
5367
5383
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
5384
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
5368
5385
  search_query = sgqlc.types.Field(String, graphql_name='searchQuery')
5369
5386
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
5370
5387
 
@@ -5647,7 +5664,7 @@ class CustomerSubscription(sgqlc.types.Type):
5647
5664
 
5648
5665
  class CustomerSubscriptionAggregateGroupBy(sgqlc.types.Type):
5649
5666
  __schema__ = schema
5650
- __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')
5667
+ __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', 'salesforce_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
5651
5668
  billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
5652
5669
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5653
5670
  cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
@@ -5668,6 +5685,7 @@ class CustomerSubscriptionAggregateGroupBy(sgqlc.types.Type):
5668
5685
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
5669
5686
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
5670
5687
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
5688
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
5671
5689
  start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
5672
5690
  status = sgqlc.types.Field(SubscriptionStatus, graphql_name='status')
5673
5691
  subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
@@ -5684,7 +5702,7 @@ class CustomerSubscriptionConnection(sgqlc.types.relay.Connection):
5684
5702
 
5685
5703
  class CustomerSubscriptionCountAggregate(sgqlc.types.Type):
5686
5704
  __schema__ = schema
5687
- __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')
5705
+ __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', 'salesforce_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
5688
5706
  billing_cycle_anchor = sgqlc.types.Field(Int, graphql_name='billingCycleAnchor')
5689
5707
  billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
5690
5708
  cancel_reason = sgqlc.types.Field(Int, graphql_name='cancelReason')
@@ -5705,6 +5723,7 @@ class CustomerSubscriptionCountAggregate(sgqlc.types.Type):
5705
5723
  pricing_type = sgqlc.types.Field(Int, graphql_name='pricingType')
5706
5724
  ref_id = sgqlc.types.Field(Int, graphql_name='refId')
5707
5725
  resource_id = sgqlc.types.Field(Int, graphql_name='resourceId')
5726
+ salesforce_id = sgqlc.types.Field(Int, graphql_name='salesforceId')
5708
5727
  start_date = sgqlc.types.Field(Int, graphql_name='startDate')
5709
5728
  status = sgqlc.types.Field(Int, graphql_name='status')
5710
5729
  subscription_id = sgqlc.types.Field(Int, graphql_name='subscriptionId')
@@ -5720,7 +5739,7 @@ class CustomerSubscriptionEdge(sgqlc.types.Type):
5720
5739
 
5721
5740
  class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
5722
5741
  __schema__ = schema
5723
- __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')
5742
+ __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', 'salesforce_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
5724
5743
  billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
5725
5744
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5726
5745
  cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
@@ -5741,6 +5760,7 @@ class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
5741
5760
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
5742
5761
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
5743
5762
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
5763
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
5744
5764
  start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
5745
5765
  status = sgqlc.types.Field(SubscriptionStatus, graphql_name='status')
5746
5766
  subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
@@ -5749,7 +5769,7 @@ class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
5749
5769
 
5750
5770
  class CustomerSubscriptionMinAggregate(sgqlc.types.Type):
5751
5771
  __schema__ = schema
5752
- __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')
5772
+ __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', 'salesforce_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
5753
5773
  billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
5754
5774
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5755
5775
  cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
@@ -5770,6 +5790,7 @@ class CustomerSubscriptionMinAggregate(sgqlc.types.Type):
5770
5790
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
5771
5791
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
5772
5792
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
5793
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
5773
5794
  start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
5774
5795
  status = sgqlc.types.Field(SubscriptionStatus, graphql_name='status')
5775
5796
  subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
@@ -10062,10 +10083,11 @@ class YearlyResetPeriodConfig(sgqlc.types.Type):
10062
10083
 
10063
10084
  class ZuoraCredentials(sgqlc.types.Type):
10064
10085
  __schema__ = schema
10065
- __field_names__ = ('base_url', 'client_id', 'client_secret', 'payment_page_id', 'stripe_publishable_key', 'stripe_secret_key', 'webhook_secret')
10086
+ __field_names__ = ('base_url', 'client_id', 'client_secret', 'payment_gateway_id', 'payment_page_id', 'stripe_publishable_key', 'stripe_secret_key', 'webhook_secret')
10066
10087
  base_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='baseUrl')
10067
10088
  client_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientId')
10068
10089
  client_secret = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientSecret')
10090
+ payment_gateway_id = sgqlc.types.Field(String, graphql_name='paymentGatewayId')
10069
10091
  payment_page_id = sgqlc.types.Field(String, graphql_name='paymentPageId')
10070
10092
  stripe_publishable_key = sgqlc.types.Field(String, graphql_name='stripePublishableKey')
10071
10093
  stripe_secret_key = sgqlc.types.Field(String, graphql_name='stripeSecretKey')