stigg-api-client 2.416.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.
- {stigg_api_client-2.416.0 → stigg_api_client-2.418.0}/PKG-INFO +1 -1
- {stigg_api_client-2.416.0 → stigg_api_client-2.418.0}/pyproject.toml +1 -1
- {stigg_api_client-2.416.0 → stigg_api_client-2.418.0}/stigg/generated/schema.py +42 -22
- {stigg_api_client-2.416.0 → stigg_api_client-2.418.0}/LICENSE +0 -0
- {stigg_api_client-2.416.0 → stigg_api_client-2.418.0}/README.md +0 -0
- {stigg_api_client-2.416.0 → stigg_api_client-2.418.0}/stigg/__init__.py +0 -0
- {stigg_api_client-2.416.0 → stigg_api_client-2.418.0}/stigg/client.py +0 -0
- {stigg_api_client-2.416.0 → stigg_api_client-2.418.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-2.416.0 → stigg_api_client-2.418.0}/stigg/generated/operations.py +0 -0
|
@@ -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
|
|
|
@@ -5274,7 +5286,7 @@ class Customer(sgqlc.types.Type):
|
|
|
5274
5286
|
|
|
5275
5287
|
class CustomerAggregateGroupBy(sgqlc.types.Type):
|
|
5276
5288
|
__schema__ = schema
|
|
5277
|
-
__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')
|
|
5278
5290
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5279
5291
|
created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
|
|
5280
5292
|
crm_hubspot_company_id = sgqlc.types.Field(String, graphql_name='crmHubspotCompanyId')
|
|
@@ -5287,6 +5299,7 @@ class CustomerAggregateGroupBy(sgqlc.types.Type):
|
|
|
5287
5299
|
id = sgqlc.types.Field(String, graphql_name='id')
|
|
5288
5300
|
name = sgqlc.types.Field(String, graphql_name='name')
|
|
5289
5301
|
ref_id = sgqlc.types.Field(String, graphql_name='refId')
|
|
5302
|
+
salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
|
|
5290
5303
|
search_query = sgqlc.types.Field(String, graphql_name='searchQuery')
|
|
5291
5304
|
updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
|
|
5292
5305
|
|
|
@@ -5308,7 +5321,7 @@ class CustomerConnection(sgqlc.types.relay.Connection):
|
|
|
5308
5321
|
|
|
5309
5322
|
class CustomerCountAggregate(sgqlc.types.Type):
|
|
5310
5323
|
__schema__ = schema
|
|
5311
|
-
__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')
|
|
5312
5325
|
billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
|
|
5313
5326
|
created_at = sgqlc.types.Field(Int, graphql_name='createdAt')
|
|
5314
5327
|
crm_hubspot_company_id = sgqlc.types.Field(Int, graphql_name='crmHubspotCompanyId')
|
|
@@ -5321,6 +5334,7 @@ class CustomerCountAggregate(sgqlc.types.Type):
|
|
|
5321
5334
|
id = sgqlc.types.Field(Int, graphql_name='id')
|
|
5322
5335
|
name = sgqlc.types.Field(Int, graphql_name='name')
|
|
5323
5336
|
ref_id = sgqlc.types.Field(Int, graphql_name='refId')
|
|
5337
|
+
salesforce_id = sgqlc.types.Field(Int, graphql_name='salesforceId')
|
|
5324
5338
|
search_query = sgqlc.types.Field(Int, graphql_name='searchQuery')
|
|
5325
5339
|
updated_at = sgqlc.types.Field(Int, graphql_name='updatedAt')
|
|
5326
5340
|
|
|
@@ -5334,7 +5348,7 @@ class CustomerEdge(sgqlc.types.Type):
|
|
|
5334
5348
|
|
|
5335
5349
|
class CustomerMaxAggregate(sgqlc.types.Type):
|
|
5336
5350
|
__schema__ = schema
|
|
5337
|
-
__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')
|
|
5338
5352
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5339
5353
|
created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
|
|
5340
5354
|
crm_hubspot_company_id = sgqlc.types.Field(String, graphql_name='crmHubspotCompanyId')
|
|
@@ -5347,13 +5361,14 @@ class CustomerMaxAggregate(sgqlc.types.Type):
|
|
|
5347
5361
|
id = sgqlc.types.Field(String, graphql_name='id')
|
|
5348
5362
|
name = sgqlc.types.Field(String, graphql_name='name')
|
|
5349
5363
|
ref_id = sgqlc.types.Field(String, graphql_name='refId')
|
|
5364
|
+
salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
|
|
5350
5365
|
search_query = sgqlc.types.Field(String, graphql_name='searchQuery')
|
|
5351
5366
|
updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
|
|
5352
5367
|
|
|
5353
5368
|
|
|
5354
5369
|
class CustomerMinAggregate(sgqlc.types.Type):
|
|
5355
5370
|
__schema__ = schema
|
|
5356
|
-
__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')
|
|
5357
5372
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5358
5373
|
created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
|
|
5359
5374
|
crm_hubspot_company_id = sgqlc.types.Field(String, graphql_name='crmHubspotCompanyId')
|
|
@@ -5366,6 +5381,7 @@ class CustomerMinAggregate(sgqlc.types.Type):
|
|
|
5366
5381
|
id = sgqlc.types.Field(String, graphql_name='id')
|
|
5367
5382
|
name = sgqlc.types.Field(String, graphql_name='name')
|
|
5368
5383
|
ref_id = sgqlc.types.Field(String, graphql_name='refId')
|
|
5384
|
+
salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
|
|
5369
5385
|
search_query = sgqlc.types.Field(String, graphql_name='searchQuery')
|
|
5370
5386
|
updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
|
|
5371
5387
|
|
|
@@ -5648,7 +5664,7 @@ class CustomerSubscription(sgqlc.types.Type):
|
|
|
5648
5664
|
|
|
5649
5665
|
class CustomerSubscriptionAggregateGroupBy(sgqlc.types.Type):
|
|
5650
5666
|
__schema__ = schema
|
|
5651
|
-
__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')
|
|
5652
5668
|
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5653
5669
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5654
5670
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
@@ -5669,6 +5685,7 @@ class CustomerSubscriptionAggregateGroupBy(sgqlc.types.Type):
|
|
|
5669
5685
|
pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
|
|
5670
5686
|
ref_id = sgqlc.types.Field(String, graphql_name='refId')
|
|
5671
5687
|
resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
|
|
5688
|
+
salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
|
|
5672
5689
|
start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
|
|
5673
5690
|
status = sgqlc.types.Field(SubscriptionStatus, graphql_name='status')
|
|
5674
5691
|
subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
|
|
@@ -5685,7 +5702,7 @@ class CustomerSubscriptionConnection(sgqlc.types.relay.Connection):
|
|
|
5685
5702
|
|
|
5686
5703
|
class CustomerSubscriptionCountAggregate(sgqlc.types.Type):
|
|
5687
5704
|
__schema__ = schema
|
|
5688
|
-
__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')
|
|
5689
5706
|
billing_cycle_anchor = sgqlc.types.Field(Int, graphql_name='billingCycleAnchor')
|
|
5690
5707
|
billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
|
|
5691
5708
|
cancel_reason = sgqlc.types.Field(Int, graphql_name='cancelReason')
|
|
@@ -5706,6 +5723,7 @@ class CustomerSubscriptionCountAggregate(sgqlc.types.Type):
|
|
|
5706
5723
|
pricing_type = sgqlc.types.Field(Int, graphql_name='pricingType')
|
|
5707
5724
|
ref_id = sgqlc.types.Field(Int, graphql_name='refId')
|
|
5708
5725
|
resource_id = sgqlc.types.Field(Int, graphql_name='resourceId')
|
|
5726
|
+
salesforce_id = sgqlc.types.Field(Int, graphql_name='salesforceId')
|
|
5709
5727
|
start_date = sgqlc.types.Field(Int, graphql_name='startDate')
|
|
5710
5728
|
status = sgqlc.types.Field(Int, graphql_name='status')
|
|
5711
5729
|
subscription_id = sgqlc.types.Field(Int, graphql_name='subscriptionId')
|
|
@@ -5721,7 +5739,7 @@ class CustomerSubscriptionEdge(sgqlc.types.Type):
|
|
|
5721
5739
|
|
|
5722
5740
|
class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
|
|
5723
5741
|
__schema__ = schema
|
|
5724
|
-
__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')
|
|
5725
5743
|
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5726
5744
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5727
5745
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
@@ -5742,6 +5760,7 @@ class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
|
|
|
5742
5760
|
pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
|
|
5743
5761
|
ref_id = sgqlc.types.Field(String, graphql_name='refId')
|
|
5744
5762
|
resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
|
|
5763
|
+
salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
|
|
5745
5764
|
start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
|
|
5746
5765
|
status = sgqlc.types.Field(SubscriptionStatus, graphql_name='status')
|
|
5747
5766
|
subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
|
|
@@ -5750,7 +5769,7 @@ class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
|
|
|
5750
5769
|
|
|
5751
5770
|
class CustomerSubscriptionMinAggregate(sgqlc.types.Type):
|
|
5752
5771
|
__schema__ = schema
|
|
5753
|
-
__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')
|
|
5754
5773
|
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5755
5774
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5756
5775
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
@@ -5771,6 +5790,7 @@ class CustomerSubscriptionMinAggregate(sgqlc.types.Type):
|
|
|
5771
5790
|
pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
|
|
5772
5791
|
ref_id = sgqlc.types.Field(String, graphql_name='refId')
|
|
5773
5792
|
resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
|
|
5793
|
+
salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
|
|
5774
5794
|
start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
|
|
5775
5795
|
status = sgqlc.types.Field(SubscriptionStatus, graphql_name='status')
|
|
5776
5796
|
subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|